@opencloud-eu/web-pkg 1.0.0 → 2.1.0-alpha.1
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-dPv5RFiT.js → TextEditor-XOBRrH6u.js} +68 -51
- package/dist/assets/{worker-BTxctNFM.js → worker-C-4Lcir3.js} +18 -18
- package/dist/assets/{worker-oQBkmUkg.js → worker-CHXv5Q0i.js} +26 -26
- package/dist/assets/{worker-DzSy5ndr.js → worker-CjeEygd_.js} +27 -27
- package/dist/index-BCVoSs4U.js +30224 -0
- package/dist/src/components/AppBar/AppBar.vue.d.ts +28 -31
- package/dist/src/components/AppTemplates/AppWrapper.vue.d.ts +72 -94
- package/dist/src/components/AppTopBar.vue.d.ts +13 -24
- package/dist/src/components/BatchActions.vue.d.ts +10 -11
- package/dist/src/components/ContextActions/ActionMenuItem.vue.d.ts +10 -11
- package/dist/src/components/ContextActions/ContextActionMenu.vue.d.ts +10 -20
- package/dist/src/components/CreateShortcutModal.vue.d.ts +109 -297
- package/dist/src/components/FilesList/ContextActions.vue.d.ts +10 -20
- package/dist/src/components/FilesList/ResourceLink.vue.d.ts +2 -2
- package/dist/src/components/FilesList/ResourceListItem.vue.d.ts +3 -3
- package/dist/src/components/FilesList/ResourceTable.vue.d.ts +15 -55
- package/dist/src/components/FilesList/ResourceTile.vue.d.ts +70 -504
- package/dist/src/components/FilesList/ResourceTiles.vue.d.ts +120 -685
- package/dist/src/components/Filters/DateFilter.vue.d.ts +196 -52
- package/dist/src/components/Search/ResourcePreview.vue.d.ts +112 -304
- package/dist/src/components/SideBar/FileSideBar.vue.d.ts +58 -69
- package/dist/src/components/SideBar/Files/FileInfo.vue.d.ts +1 -0
- package/dist/src/components/SideBar/SideBar.vue.d.ts +39 -71
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +4 -95
- package/dist/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +4 -22
- package/dist/src/components/SpaceQuota.vue.d.ts +3 -23
- package/dist/src/components/Spaces/QuotaModal.vue.d.ts +1 -1
- package/dist/src/components/TextEditor/TextEditor.vue.d.ts +1 -0
- package/dist/src/components/TextEditor/index.d.ts +1 -0
- package/dist/src/components/ViewOptions.vue.d.ts +8 -0
- package/dist/src/composables/actions/files/useFileActions.d.ts +1 -1
- package/dist/src/composables/actions/types.d.ts +0 -1
- package/dist/src/composables/piniaStores/auth.d.ts +8 -7
- package/dist/src/composables/piniaStores/modals.d.ts +18 -20
- package/dist/src/composables/piniaStores/resources.d.ts +8 -2
- package/dist/src/composables/piniaStores/spaces.d.ts +20 -2
- package/dist/src/composables/piniaStores/theme.d.ts +56 -0
- package/dist/src/helpers/resource/icon.d.ts +2 -1
- package/dist/src/router/deprecated.d.ts +1 -1
- package/dist/src/router/utils.d.ts +2 -2
- package/dist/web-pkg.js +2 -2
- package/dist/web-pkg.umd.cjs +49 -50
- package/package.json +5 -5
- package/dist/index-B8n8dCfU.js +0 -31440
- package/dist/package/src/apps/index.d.ts +0 -1
- package/dist/package/src/apps/types.d.ts +0 -118
- package/dist/package/src/cern/composables/index.d.ts +0 -1
- package/dist/package/src/cern/composables/useGroupingSettings.d.ts +0 -32
- package/dist/package/src/cern/index.d.ts +0 -1
- package/dist/package/src/components/AppBar/AppBar.vue.d.ts +0 -536
- package/dist/package/src/components/AppBar/CreateSpace.vue.d.ts +0 -18
- package/dist/package/src/components/AppBar/index.d.ts +0 -2
- package/dist/package/src/components/AppLoadingSpinner.vue.d.ts +0 -2
- package/dist/package/src/components/AppTemplates/AppWrapper.vue.d.ts +0 -889
- package/dist/package/src/components/AppTemplates/AppWrapperRoute.d.ts +0 -10
- package/dist/package/src/components/AppTemplates/PartialViews/ErrorScreen.vue.d.ts +0 -22
- package/dist/package/src/components/AppTemplates/PartialViews/LoadingScreen.vue.d.ts +0 -2
- package/dist/package/src/components/AppTemplates/index.d.ts +0 -3
- package/dist/package/src/components/AppTemplates/types.d.ts +0 -11
- package/dist/package/src/components/AppTopBar.vue.d.ts +0 -526
- package/dist/package/src/components/BatchActions.vue.d.ts +0 -125
- package/dist/package/src/components/ContextActions/ActionMenuItem.vue.d.ts +0 -93
- package/dist/package/src/components/ContextActions/ContextActionMenu.vue.d.ts +0 -138
- package/dist/package/src/components/ContextActions/ContextMenuQuickAction.vue.d.ts +0 -29
- package/dist/package/src/components/ContextActions/index.d.ts +0 -3
- package/dist/package/src/components/CreateLinkModal.vue.d.ts +0 -126
- package/dist/package/src/components/CreateShortcutModal.vue.d.ts +0 -603
- package/dist/package/src/components/CustomComponentTarget.vue.d.ts +0 -16
- package/dist/package/src/components/FilesList/ContextActions.vue.d.ts +0 -148
- package/dist/package/src/components/FilesList/ResourceGhostElement.vue.d.ts +0 -49
- package/dist/package/src/components/FilesList/ResourceIcon.vue.d.ts +0 -44
- package/dist/package/src/components/FilesList/ResourceLink.vue.d.ts +0 -78
- package/dist/package/src/components/FilesList/ResourceListItem.vue.d.ts +0 -384
- package/dist/package/src/components/FilesList/ResourceName.vue.d.ts +0 -140
- package/dist/package/src/components/FilesList/ResourceSize.vue.d.ts +0 -25
- package/dist/package/src/components/FilesList/ResourceTable.vue.d.ts +0 -1411
- package/dist/package/src/components/FilesList/ResourceTile.vue.d.ts +0 -507
- package/dist/package/src/components/FilesList/ResourceTiles.vue.d.ts +0 -740
- package/dist/package/src/components/FilesList/index.d.ts +0 -10
- package/dist/package/src/components/Filters/DateFilter.vue.d.ts +0 -171
- package/dist/package/src/components/Filters/ItemFilterInline.vue.d.ts +0 -28
- package/dist/package/src/components/Filters/index.d.ts +0 -3
- package/dist/package/src/components/Filters/types.d.ts +0 -4
- package/dist/package/src/components/ItemFilter.vue.d.ts +0 -122
- package/dist/package/src/components/ItemFilterToggle.vue.d.ts +0 -26
- package/dist/package/src/components/LinkRoleDropdown.vue.d.ts +0 -40
- package/dist/package/src/components/LoadingIndicator.vue.d.ts +0 -5
- package/dist/package/src/components/Modals/DatePickerModal.vue.d.ts +0 -57
- package/dist/package/src/components/Modals/EmojiPickerModal.vue.d.ts +0 -19
- package/dist/package/src/components/Modals/FilePickerModal.vue.d.ts +0 -41
- package/dist/package/src/components/Modals/ResourceConflictModal.vue.d.ts +0 -76
- package/dist/package/src/components/Modals/SaveAsModal.vue.d.ts +0 -49
- package/dist/package/src/components/Modals/SpaceMoveInfoModal.vue.d.ts +0 -14
- package/dist/package/src/components/Modals/UnsavedChangesModal.vue.d.ts +0 -27
- package/dist/package/src/components/Modals/index.d.ts +0 -7
- package/dist/package/src/components/NoContentMessage.vue.d.ts +0 -22
- package/dist/package/src/components/Pagination.vue.d.ts +0 -20
- package/dist/package/src/components/PortalTarget.vue.d.ts +0 -41
- package/dist/package/src/components/QuotaSelect.vue.d.ts +0 -74
- package/dist/package/src/components/Search/ResourcePreview.vue.d.ts +0 -548
- package/dist/package/src/components/Search/index.d.ts +0 -2
- package/dist/package/src/components/Search/types.d.ts +0 -29
- package/dist/package/src/components/SearchBarFilter.vue.d.ts +0 -27
- package/dist/package/src/components/SideBar/CompareSaveDialog.vue.d.ts +0 -38
- package/dist/package/src/components/SideBar/FileSideBar.vue.d.ts +0 -256
- package/dist/package/src/components/SideBar/Files/FileInfo.vue.d.ts +0 -136
- package/dist/package/src/components/SideBar/Files/index.d.ts +0 -1
- package/dist/package/src/components/SideBar/SideBar.vue.d.ts +0 -73
- package/dist/package/src/components/SideBar/Spaces/Details/SpaceDetails.vue.d.ts +0 -96
- package/dist/package/src/components/SideBar/Spaces/Details/SpaceDetailsMultiple.vue.d.ts +0 -24
- package/dist/package/src/components/SideBar/Spaces/Details/index.d.ts +0 -2
- package/dist/package/src/components/SideBar/Spaces/SpaceInfo.vue.d.ts +0 -5
- package/dist/package/src/components/SideBar/Spaces/SpaceNoSelection.vue.d.ts +0 -2
- package/dist/package/src/components/SideBar/Spaces/index.d.ts +0 -3
- package/dist/package/src/components/SideBar/WebDavDetails.vue.d.ts +0 -21
- package/dist/package/src/components/SideBar/index.d.ts +0 -7
- package/dist/package/src/components/SideBar/types.d.ts +0 -22
- package/dist/package/src/components/SpaceQuota.vue.d.ts +0 -26
- package/dist/package/src/components/Spaces/QuotaModal.vue.d.ts +0 -155
- package/dist/package/src/components/Spaces/index.d.ts +0 -1
- package/dist/package/src/components/TextEditor/TextEditor.vue.d.ts +0 -172
- package/dist/package/src/components/TextEditor/index.d.ts +0 -168
- package/dist/package/src/components/TextEditor/l18n.d.ts +0 -22
- package/dist/package/src/components/ViewOptions.vue.d.ts +0 -127
- package/dist/package/src/components/index.d.ts +0 -27
- package/dist/package/src/composables/ability/index.d.ts +0 -1
- package/dist/package/src/composables/ability/useAbility.d.ts +0 -2
- package/dist/package/src/composables/actions/files/index.d.ts +0 -28
- package/dist/package/src/composables/actions/files/useFileActions.d.ts +0 -28
- package/dist/package/src/composables/actions/files/useFileActionsCopy.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsCopyPermanentLink.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsCreateLink.d.ts +0 -6
- package/dist/package/src/composables/actions/files/useFileActionsCreateNewFile.d.ts +0 -11
- package/dist/package/src/composables/actions/files/useFileActionsCreateNewFolder.d.ts +0 -10
- package/dist/package/src/composables/actions/files/useFileActionsCreateNewShortcut.d.ts +0 -8
- package/dist/package/src/composables/actions/files/useFileActionsCreateSpaceFromResource.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsDelete.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsDisableSync.d.ts +0 -5
- package/dist/package/src/composables/actions/files/useFileActionsDownloadArchive.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsDownloadFile.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsEmptyTrashBin.d.ts +0 -8
- package/dist/package/src/composables/actions/files/useFileActionsEnableSync.d.ts +0 -5
- package/dist/package/src/composables/actions/files/useFileActionsFavorite.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsMove.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsNavigate.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsOpenShortcut.d.ts +0 -5
- package/dist/package/src/composables/actions/files/useFileActionsOpenWithApp.d.ts +0 -6
- package/dist/package/src/composables/actions/files/useFileActionsPaste.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsRename.d.ts +0 -7
- package/dist/package/src/composables/actions/files/useFileActionsRestore.d.ts +0 -12
- package/dist/package/src/composables/actions/files/useFileActionsSaveAs.d.ts +0 -7
- package/dist/package/src/composables/actions/files/useFileActionsSetImage.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsShowActions.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsShowDetails.d.ts +0 -4
- package/dist/package/src/composables/actions/files/useFileActionsShowShares.d.ts +0 -5
- package/dist/package/src/composables/actions/files/useFileActionsToggleHideShare.d.ts +0 -5
- package/dist/package/src/composables/actions/helpers/index.d.ts +0 -3
- package/dist/package/src/composables/actions/helpers/useFileActionsDeleteResources.d.ts +0 -5
- package/dist/package/src/composables/actions/helpers/useIsFilesAppActive.d.ts +0 -1
- package/dist/package/src/composables/actions/helpers/useIsSearchActive.d.ts +0 -1
- package/dist/package/src/composables/actions/index.d.ts +0 -8
- package/dist/package/src/composables/actions/spaces/index.d.ts +0 -11
- package/dist/package/src/composables/actions/spaces/useSpaceActionsDelete.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsDisable.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsDuplicate.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsEditDescription.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsEditQuota.d.ts +0 -4
- package/dist/package/src/composables/actions/spaces/useSpaceActionsEditReadmeContent.d.ts +0 -4
- package/dist/package/src/composables/actions/spaces/useSpaceActionsNavigateToTrash.d.ts +0 -4
- package/dist/package/src/composables/actions/spaces/useSpaceActionsRename.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsRestore.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsSetIcon.d.ts +0 -6
- package/dist/package/src/composables/actions/spaces/useSpaceActionsShowMembers.d.ts +0 -4
- package/dist/package/src/composables/actions/types.d.ts +0 -48
- package/dist/package/src/composables/actions/useActionsShowDetails.d.ts +0 -4
- package/dist/package/src/composables/actions/useOpenEmptyEditor.d.ts +0 -3
- package/dist/package/src/composables/actions/useOpenWithDefaultApp.d.ts +0 -7
- package/dist/package/src/composables/actions/useWindowOpen.d.ts +0 -3
- package/dist/package/src/composables/appDefaults/index.d.ts +0 -8
- package/dist/package/src/composables/appDefaults/types.d.ts +0 -15
- package/dist/package/src/composables/appDefaults/useAppConfig.d.ts +0 -11
- package/dist/package/src/composables/appDefaults/useAppDefaults.d.ts +0 -20
- package/dist/package/src/composables/appDefaults/useAppDocumentTitle.d.ts +0 -13
- package/dist/package/src/composables/appDefaults/useAppFileHandling.d.ts +0 -24
- package/dist/package/src/composables/appDefaults/useAppFolderHandling.d.ts +0 -16
- package/dist/package/src/composables/appDefaults/useAppMeta.d.ts +0 -9
- package/dist/package/src/composables/appDefaults/useAppNavigation.d.ts +0 -27
- package/dist/package/src/composables/appDefaults/useDocumentTitle.d.ts +0 -8
- package/dist/package/src/composables/appProviderService/index.d.ts +0 -1
- package/dist/package/src/composables/appProviderService/useAppProviderService.d.ts +0 -2
- package/dist/package/src/composables/archiverService/index.d.ts +0 -1
- package/dist/package/src/composables/archiverService/useArchiverService.d.ts +0 -2
- package/dist/package/src/composables/authContext/index.d.ts +0 -2
- package/dist/package/src/composables/authContext/useAuthService.d.ts +0 -10
- package/dist/package/src/composables/authContext/useRequest.d.ts +0 -15
- package/dist/package/src/composables/breadcrumbs/index.d.ts +0 -1
- package/dist/package/src/composables/breadcrumbs/useBreadcrumbsFromPath.d.ts +0 -14
- package/dist/package/src/composables/clientService/index.d.ts +0 -1
- package/dist/package/src/composables/clientService/useClientService.d.ts +0 -2
- package/dist/package/src/composables/clipboard/index.d.ts +0 -1
- package/dist/package/src/composables/clipboard/useClipboard.d.ts +0 -3
- package/dist/package/src/composables/download/index.d.ts +0 -1
- package/dist/package/src/composables/download/useDownloadFile.d.ts +0 -8
- package/dist/package/src/composables/driveResolver/index.d.ts +0 -2
- package/dist/package/src/composables/driveResolver/useDriveResolver.d.ts +0 -13
- package/dist/package/src/composables/driveResolver/useSpacesLoading.d.ts +0 -3
- package/dist/package/src/composables/embedMode/index.d.ts +0 -1
- package/dist/package/src/composables/embedMode/useEmbedMode.d.ts +0 -23
- package/dist/package/src/composables/eventBus/index.d.ts +0 -1
- package/dist/package/src/composables/eventBus/useEventBus.d.ts +0 -1
- package/dist/package/src/composables/fileListHeaderPosition/index.d.ts +0 -1
- package/dist/package/src/composables/fileListHeaderPosition/useFileListHeaderPosition.d.ts +0 -5
- package/dist/package/src/composables/filesList/index.d.ts +0 -1
- package/dist/package/src/composables/filesList/useResourceRouteResolver.d.ts +0 -13
- package/dist/package/src/composables/folderLink/index.d.ts +0 -1
- package/dist/package/src/composables/folderLink/useFolderLink.d.ts +0 -15
- package/dist/package/src/composables/index.d.ts +0 -40
- package/dist/package/src/composables/isTopBarSticky/index.d.ts +0 -1
- package/dist/package/src/composables/isTopBarSticky/useIsTopBarSticky.d.ts +0 -8
- package/dist/package/src/composables/keyboardActions/index.d.ts +0 -1
- package/dist/package/src/composables/keyboardActions/useKeyboardActions.d.ts +0 -39
- package/dist/package/src/composables/links/index.d.ts +0 -1
- package/dist/package/src/composables/links/useLinkTypes.d.ts +0 -36
- package/dist/package/src/composables/loadingService/index.d.ts +0 -1
- package/dist/package/src/composables/loadingService/useLoadingService.d.ts +0 -2
- package/dist/package/src/composables/localStorage/index.d.ts +0 -1
- package/dist/package/src/composables/localStorage/useLocalStorage.d.ts +0 -2
- package/dist/package/src/composables/pagination/constants.d.ts +0 -5
- package/dist/package/src/composables/pagination/index.d.ts +0 -2
- package/dist/package/src/composables/pagination/usePagination.d.ts +0 -17
- package/dist/package/src/composables/passwordPolicyService/index.d.ts +0 -1
- package/dist/package/src/composables/passwordPolicyService/usePasswordPolicyService.d.ts +0 -2
- package/dist/package/src/composables/piniaStores/apps.d.ts +0 -157
- package/dist/package/src/composables/piniaStores/auth.d.ts +0 -59
- package/dist/package/src/composables/piniaStores/capabilities.d.ts +0 -1731
- package/dist/package/src/composables/piniaStores/clipboard.d.ts +0 -658
- package/dist/package/src/composables/piniaStores/config/config.d.ts +0 -756
- package/dist/package/src/composables/piniaStores/config/index.d.ts +0 -2
- package/dist/package/src/composables/piniaStores/config/types.d.ts +0 -854
- package/dist/package/src/composables/piniaStores/extensionRegistry/extensionPreferences.d.ts +0 -22
- package/dist/package/src/composables/piniaStores/extensionRegistry/extensionRegistry.d.ts +0 -37
- package/dist/package/src/composables/piniaStores/extensionRegistry/index.d.ts +0 -3
- package/dist/package/src/composables/piniaStores/extensionRegistry/types.d.ts +0 -60
- package/dist/package/src/composables/piniaStores/index.d.ts +0 -14
- package/dist/package/src/composables/piniaStores/messages.d.ts +0 -125
- package/dist/package/src/composables/piniaStores/modals.d.ts +0 -1365
- package/dist/package/src/composables/piniaStores/resources.d.ts +0 -189
- package/dist/package/src/composables/piniaStores/shares/index.d.ts +0 -2
- package/dist/package/src/composables/piniaStores/shares/shares.d.ts +0 -57
- package/dist/package/src/composables/piniaStores/shares/types.d.ts +0 -43
- package/dist/package/src/composables/piniaStores/spaces.d.ts +0 -9061
- package/dist/package/src/composables/piniaStores/theme.d.ts +0 -1368
- package/dist/package/src/composables/piniaStores/user.d.ts +0 -15
- package/dist/package/src/composables/piniaStores/webWorkers.d.ts +0 -29
- package/dist/package/src/composables/portalTarget/eventTopics.d.ts +0 -3
- package/dist/package/src/composables/portalTarget/index.d.ts +0 -2
- package/dist/package/src/composables/portalTarget/usePortalTarget.d.ts +0 -4
- package/dist/package/src/composables/previewService/index.d.ts +0 -1
- package/dist/package/src/composables/previewService/usePreviewService.d.ts +0 -2
- package/dist/package/src/composables/requestHeaders/index.d.ts +0 -1
- package/dist/package/src/composables/requestHeaders/useRequestHeaders.d.ts +0 -3
- package/dist/package/src/composables/resources/index.d.ts +0 -5
- package/dist/package/src/composables/resources/useCanBeOpenedWithSecureView.d.ts +0 -4
- package/dist/package/src/composables/resources/useCanListVersions.d.ts +0 -7
- package/dist/package/src/composables/resources/useGetResourceContext.d.ts +0 -1495
- package/dist/package/src/composables/resources/useLoadPreview.d.ts +0 -26
- package/dist/package/src/composables/resources/useResourceContents.d.ts +0 -5
- package/dist/package/src/composables/router/index.d.ts +0 -11
- package/dist/package/src/composables/router/types.d.ts +0 -16
- package/dist/package/src/composables/router/useActiveApp.d.ts +0 -4
- package/dist/package/src/composables/router/useActiveLocation.d.ts +0 -10
- package/dist/package/src/composables/router/useFileRouteReplace.d.ts +0 -15
- package/dist/package/src/composables/router/useRoute.d.ts +0 -3
- package/dist/package/src/composables/router/useRouteMeta.d.ts +0 -2
- package/dist/package/src/composables/router/useRouteName.d.ts +0 -2
- package/dist/package/src/composables/router/useRouteParam.d.ts +0 -3
- package/dist/package/src/composables/router/useRouteQuery.d.ts +0 -3
- package/dist/package/src/composables/router/useRouteQueryPersisted.d.ts +0 -8
- package/dist/package/src/composables/router/useRouter.d.ts +0 -2
- package/dist/package/src/composables/scrollTo/index.d.ts +0 -1
- package/dist/package/src/composables/scrollTo/useScrollTo.d.ts +0 -9
- package/dist/package/src/composables/search/constants.d.ts +0 -4
- package/dist/package/src/composables/search/index.d.ts +0 -2
- package/dist/package/src/composables/search/useSearch.d.ts +0 -14
- package/dist/package/src/composables/selection/index.d.ts +0 -1
- package/dist/package/src/composables/selection/useSelectedResources.d.ts +0 -9
- package/dist/package/src/composables/service/index.d.ts +0 -1
- package/dist/package/src/composables/service/useService.d.ts +0 -1
- package/dist/package/src/composables/shares/index.d.ts +0 -2
- package/dist/package/src/composables/shares/useCanListShares.d.ts +0 -7
- package/dist/package/src/composables/shares/useCanShare.d.ts +0 -7
- package/dist/package/src/composables/sideBar/eventTopics.d.ts +0 -7
- package/dist/package/src/composables/sideBar/index.d.ts +0 -2
- package/dist/package/src/composables/sideBar/useSideBar.d.ts +0 -12
- package/dist/package/src/composables/sort/constants.d.ts +0 -4
- package/dist/package/src/composables/sort/index.d.ts +0 -2
- package/dist/package/src/composables/sort/useSort.d.ts +0 -36
- package/dist/package/src/composables/spaces/index.d.ts +0 -3
- package/dist/package/src/composables/spaces/useCreateSpace.d.ts +0 -5
- package/dist/package/src/composables/spaces/useGetMatchingSpace.d.ts +0 -15
- package/dist/package/src/composables/spaces/useSpaceHelpers.d.ts +0 -5
- package/dist/package/src/composables/upload/index.d.ts +0 -1
- package/dist/package/src/composables/upload/useUpload.d.ts +0 -6
- package/dist/package/src/composables/viewMode/constants.d.ts +0 -12
- package/dist/package/src/composables/viewMode/index.d.ts +0 -3
- package/dist/package/src/composables/viewMode/useTileSize.d.ts +0 -4
- package/dist/package/src/composables/viewMode/useViewMode.d.ts +0 -4
- package/dist/package/src/composables/webWorkers/deleteWorker/index.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/deleteWorker/useDeleteWorker.d.ts +0 -28
- package/dist/package/src/composables/webWorkers/deleteWorker/worker.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/index.d.ts +0 -4
- package/dist/package/src/composables/webWorkers/pasteWorker/index.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/pasteWorker/usePasteWorker.d.ts +0 -25
- package/dist/package/src/composables/webWorkers/pasteWorker/worker.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/restoreWorker/index.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/restoreWorker/useRestoreWorker.d.ts +0 -28
- package/dist/package/src/composables/webWorkers/restoreWorker/worker.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/tokenTimerWorker/index.d.ts +0 -1
- package/dist/package/src/composables/webWorkers/tokenTimerWorker/useTokenTimerWorker.d.ts +0 -12
- package/dist/package/src/composables/webWorkers/tokenTimerWorker/worker.d.ts +0 -1
- package/dist/package/src/constants.d.ts +0 -14
- package/dist/package/src/errors/index.d.ts +0 -1
- package/dist/package/src/errors/types.d.ts +0 -13
- package/dist/package/src/helpers/binary.d.ts +0 -2
- package/dist/package/src/helpers/breadcrumbs.d.ts +0 -4
- package/dist/package/src/helpers/cache/cache.d.ts +0 -20
- package/dist/package/src/helpers/cache/index.d.ts +0 -1
- package/dist/package/src/helpers/clipboardActions.d.ts +0 -4
- package/dist/package/src/helpers/contextMenuDropdown.d.ts +0 -7
- package/dist/package/src/helpers/datetime.d.ts +0 -11
- package/dist/package/src/helpers/download.d.ts +0 -1
- package/dist/package/src/helpers/filesize.d.ts +0 -8
- package/dist/package/src/helpers/folderLink/index.d.ts +0 -1
- package/dist/package/src/helpers/folderLink/types.d.ts +0 -6
- package/dist/package/src/helpers/fuse.d.ts +0 -5
- package/dist/package/src/helpers/index.d.ts +0 -18
- package/dist/package/src/helpers/locale.d.ts +0 -1
- package/dist/package/src/helpers/path.d.ts +0 -13
- package/dist/package/src/helpers/permissions.d.ts +0 -8
- package/dist/package/src/helpers/resource/conflictHandling/conflictDialog.d.ts +0 -15
- package/dist/package/src/helpers/resource/conflictHandling/conflictUtils.d.ts +0 -3
- package/dist/package/src/helpers/resource/conflictHandling/index.d.ts +0 -4
- package/dist/package/src/helpers/resource/conflictHandling/transfer.d.ts +0 -27
- package/dist/package/src/helpers/resource/conflictHandling/types.d.ts +0 -24
- package/dist/package/src/helpers/resource/filter.d.ts +0 -2
- package/dist/package/src/helpers/resource/icon.d.ts +0 -9
- package/dist/package/src/helpers/resource/index.d.ts +0 -5
- package/dist/package/src/helpers/resource/renameResource.d.ts +0 -2
- package/dist/package/src/helpers/resource/sameResource.d.ts +0 -2
- package/dist/package/src/helpers/router/buildUrl.d.ts +0 -2
- package/dist/package/src/helpers/router/index.d.ts +0 -2
- package/dist/package/src/helpers/router/routeOptions.d.ts +0 -24
- package/dist/package/src/helpers/share/driveItem.d.ts +0 -12
- package/dist/package/src/helpers/share/index.d.ts +0 -2
- package/dist/package/src/helpers/share/sharedAncestorRoute.d.ts +0 -7
- package/dist/package/src/helpers/statusIndicators.d.ts +0 -9
- package/dist/package/src/helpers/store.d.ts +0 -8
- package/dist/package/src/helpers/ui/index.d.ts +0 -3
- package/dist/package/src/helpers/ui/resourceCheckbox.d.ts +0 -1
- package/dist/package/src/helpers/ui/resourceTable.d.ts +0 -3
- package/dist/package/src/helpers/ui/resourceTiles.d.ts +0 -6
- package/dist/package/src/http/client.d.ts +0 -23
- package/dist/package/src/http/index.d.ts +0 -1
- package/dist/package/src/index.d.ts +0 -14
- package/dist/package/src/observer/index.d.ts +0 -1
- package/dist/package/src/observer/visibility.d.ts +0 -26
- package/dist/package/src/router/common.d.ts +0 -9
- package/dist/package/src/router/deprecated.d.ts +0 -12
- package/dist/package/src/router/index.d.ts +0 -12
- package/dist/package/src/router/public.d.ts +0 -9
- package/dist/package/src/router/router.d.ts +0 -27
- package/dist/package/src/router/shares.d.ts +0 -10
- package/dist/package/src/router/spaces.d.ts +0 -9
- package/dist/package/src/router/trash.d.ts +0 -9
- package/dist/package/src/router/utils.d.ts +0 -32
- package/dist/package/src/services/appProvider/index.d.ts +0 -2
- package/dist/package/src/services/appProvider/schemas.d.ts +0 -152
- package/dist/package/src/services/appProvider/service.d.ts +0 -27
- package/dist/package/src/services/archiver.d.ts +0 -26
- package/dist/package/src/services/cache.d.ts +0 -14
- package/dist/package/src/services/client/auth.d.ts +0 -12
- package/dist/package/src/services/client/client.d.ts +0 -43
- package/dist/package/src/services/client/index.d.ts +0 -2
- package/dist/package/src/services/eventBus.d.ts +0 -8
- package/dist/package/src/services/folder/folderService.d.ts +0 -26
- package/dist/package/src/services/folder/index.d.ts +0 -2
- package/dist/package/src/services/folder/loaders/index.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/loaderFavorites.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/loaderSharedViaLink.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/loaderSharedWithMe.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/loaderSharedWithOthers.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/loaderSpace.d.ts +0 -12
- package/dist/package/src/services/folder/loaders/loaderTrashbin.d.ts +0 -7
- package/dist/package/src/services/folder/loaders/types.d.ts +0 -3
- package/dist/package/src/services/index.d.ts +0 -10
- package/dist/package/src/services/loadingService.d.ts +0 -33
- package/dist/package/src/services/passwordPolicy/index.d.ts +0 -1
- package/dist/package/src/services/passwordPolicy/passwordPolicy.d.ts +0 -20
- package/dist/package/src/services/passwordPolicy/rules.d.ts +0 -63
- package/dist/package/src/services/preview/index.d.ts +0 -2
- package/dist/package/src/services/preview/previewService.d.ts +0 -28
- package/dist/package/src/services/preview/types.d.ts +0 -18
- package/dist/package/src/services/uppy/index.d.ts +0 -1
- package/dist/package/src/services/uppy/uppyService.d.ts +0 -90
- package/dist/package/src/types.d.ts +0 -17
- package/dist/package/src/ui/index.d.ts +0 -1
- package/dist/package/src/ui/types.d.ts +0 -13
- package/dist/package/src/utils/dirname.d.ts +0 -1
- package/dist/package/src/utils/encodePath.d.ts +0 -1
- package/dist/package/src/utils/index.d.ts +0 -4
- package/dist/package/src/utils/objectKeys.d.ts +0 -1
- package/dist/package/src/utils/types.d.ts +0 -5
- package/dist/package/vite.config.d.ts +0 -2
package/dist/web-pkg.umd.cjs
CHANGED
|
@@ -1,68 +1,67 @@
|
|
|
1
|
-
(function(j,ie){typeof exports=="object"&&typeof module<"u"?ie(exports,require("@opencloud-eu/web-client"),require("@casl/vue"),require("vue3-gettext"),require("fuse.js"),require("lodash-es"),require("axios"),require("uuid"),require("@microsoft/fetch-event-source"),require("vue-concurrency"),require("luxon"),require("filesize"),require("qs"),require("password-sheriff"),require("@uppy/core"),require("@uppy/tus"),require("@uppy/xhr-upload"),require("@uppy/drop-target"),require("pinia"),require("oidc-client-ts"),require("p-queue"),require("@vueuse/core"),require("dompurify"),require("mark.js"),require("vue-router"),require("portal-vue"),require("@vue/shared"),require("deepmerge"),require("md-editor-v3"),require("zod"),require("@sentry/vue"),require("screenfull"),require("cropperjs")):typeof define=="function"&&define.amd?define(["exports","@opencloud-eu/web-client","@casl/vue","vue3-gettext","fuse.js","lodash-es","axios","uuid","@microsoft/fetch-event-source","vue-concurrency","luxon","filesize","qs","password-sheriff","@uppy/core","@uppy/tus","@uppy/xhr-upload","@uppy/drop-target","pinia","oidc-client-ts","p-queue","@vueuse/core","dompurify","mark.js","vue-router","portal-vue","@vue/shared","deepmerge","md-editor-v3","zod","@sentry/vue","screenfull","cropperjs"],ie):(j=typeof globalThis<"u"?globalThis:j||self,ie(j["web-pkg"]={},j.webClient,j.vue,j.vue3Gettext,j.Fuse,j.lodashEs,j.globalAxios,j.uuid,j.fetchEventSource,j.vueConcurrency,j.luxon,j.filesize,j.qs,j.passwordSheriff,j.Uppy,j.Tus,j.XHRUpload,j.DropTarget,j.pinia,j.oidcClientTs,j.PQueue,j.core,j.DOMPurify,j.Mark,j.vueRouter,j.portalVue,j.shared,j.merge$1,j.mdEditorV3,j.zod,j.vue$1,j.screenfull,j.Cropper))})(this,function(j,ie,qt,Ne,id,Ct,Do,Qt,L0,cr,$t,B0,M0,j0,U0,q0,V0,z0,Qe,W0,Bn,Mn,od,sd,Lo,va,K,ad,Bo,ye,H0,G0,K0){"use strict";var tB=Object.defineProperty;var N0=j=>{throw TypeError(j)};var rB=(j,ie,qt)=>ie in j?tB(j,ie,{enumerable:!0,configurable:!0,writable:!0,value:qt}):j[ie]=qt;var Ee=(j,ie,qt)=>rB(j,typeof ie!="symbol"?ie+"":ie,qt),rd=(j,ie,qt)=>ie.has(j)||N0("Cannot "+qt);var Oe=(j,ie,qt)=>(rd(j,ie,"read from private field"),qt?qt.call(j):ie.get(j)),Sr=(j,ie,qt)=>ie.has(j)?N0("Cannot add the same private member more than once"):ie instanceof WeakSet?ie.add(j):ie.set(j,qt),Nt=(j,ie,qt,Ne)=>(rd(j,ie,"write to private field"),Ne?Ne.call(j,qt):ie.set(j,qt),qt),Ln=(j,ie,qt)=>(rd(j,ie,"access private method"),qt);var Kt,Zt,Tn,At,jt,kn,fi,Nn,nn,di,$o,pi,$0,$n,ba,nd,D0;const Q0=e=>e;function ld(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function X0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var cd={exports:{}},Ot=cd.exports={},zr,Wr;function wa(){throw new Error("setTimeout has not been defined")}function Sa(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?zr=setTimeout:zr=wa}catch{zr=wa}try{typeof clearTimeout=="function"?Wr=clearTimeout:Wr=Sa}catch{Wr=Sa}})();function ud(e){if(zr===setTimeout)return setTimeout(e,0);if((zr===wa||!zr)&&setTimeout)return zr=setTimeout,setTimeout(e,0);try{return zr(e,0)}catch{try{return zr.call(null,e,0)}catch{return zr.call(this,e,0)}}}function Y0(e){if(Wr===clearTimeout)return clearTimeout(e);if((Wr===Sa||!Wr)&&clearTimeout)return Wr=clearTimeout,clearTimeout(e);try{return Wr(e)}catch{try{return Wr.call(null,e)}catch{return Wr.call(this,e)}}}var sn=[],hi=!1,jn,Mo=-1;function J0(){!hi||!jn||(hi=!1,jn.length?sn=jn.concat(sn):Mo=-1,sn.length&&fd())}function fd(){if(!hi){var e=ud(J0);hi=!0;for(var t=sn.length;t;){for(jn=sn,sn=[];++Mo<t;)jn&&jn[Mo].run();Mo=-1,t=sn.length}jn=null,hi=!1,Y0(e)}}Ot.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];sn.push(new dd(e,t)),sn.length===1&&!hi&&ud(fd)};function dd(e,t){this.fun=e,this.array=t}dd.prototype.run=function(){this.fun.apply(null,this.array)},Ot.title="browser",Ot.browser=!0,Ot.env={},Ot.argv=[],Ot.version="",Ot.versions={};function an(){}Ot.on=an,Ot.addListener=an,Ot.once=an,Ot.off=an,Ot.removeListener=an,Ot.removeAllListeners=an,Ot.emit=an,Ot.prependListener=an,Ot.prependOnceListener=an,Ot.listeners=function(e){return[]},Ot.binding=function(e){throw new Error("process.binding is not supported")},Ot.cwd=function(){return"/"},Ot.chdir=function(e){throw new Error("process.chdir is not supported")},Ot.umask=function(){return 0};var Z0=cd.exports;const me=X0(Z0);function ln(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let st;const Ea=new WeakSet;class ew{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Ea.has(this)&&(Ea.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||hd(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,vd(this),gd(this);const t=st,r=Mr;st=this,Mr=!0;try{return this.fn()}finally{me.env.NODE_ENV!=="production"&&st!==this&&ln("Active effect was not restored correctly - this is likely a Vue internal bug."),md(this),st=t,Mr=r,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)_a(t);this.deps=this.depsTail=void 0,vd(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Ea.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ra(this)&&this.run()}get dirty(){return Ra(this)}}let pd=0,ji,Ui;function hd(e,t=!1){if(e.flags|=8,t){e.next=Ui,Ui=e;return}e.next=ji,ji=e}function Ta(){pd++}function Aa(){if(--pd>0)return;if(Ui){let t=Ui;for(Ui=void 0;t;){const r=t.next;t.next=void 0,t.flags&=-9,t=r}}let e;for(;ji;){let t=ji;for(ji=void 0;t;){const r=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=r}}if(e)throw e}function gd(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function md(e){let t,r=e.depsTail,n=r;for(;n;){const o=n.prevDep;n.version===-1?(n===r&&(r=o),_a(n),tw(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=o}e.deps=t,e.depsTail=r}function Ra(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(yd(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function yd(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===zi))return;e.globalVersion=zi;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Ra(e)){e.flags&=-3;return}const r=st,n=Mr;st=e,Mr=!0;try{gd(e);const o=e.fn(e._value);(t.version===0||K.hasChanged(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{st=r,Mr=n,md(e),e.flags&=-3}}function _a(e,t=!1){const{dep:r,prevSub:n,nextSub:o}=e;if(n&&(n.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=n,e.nextSub=void 0),me.env.NODE_ENV!=="production"&&r.subsHead===e&&(r.subsHead=o),r.subs===e&&(r.subs=n,!n&&r.computed)){r.computed.flags&=-5;for(let i=r.computed.deps;i;i=i.nextDep)_a(i,!0)}!t&&!--r.sc&&r.map&&r.map.delete(r.key)}function tw(e){const{prevDep:t,nextDep:r}=e;t&&(t.nextDep=r,e.prevDep=void 0),r&&(r.prevDep=t,e.nextDep=void 0)}let Mr=!0;const bd=[];function qi(){bd.push(Mr),Mr=!1}function Vi(){const e=bd.pop();Mr=e===void 0?!0:e}function vd(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const r=st;st=void 0;try{t()}finally{st=r}}}let zi=0;class rw{constructor(t,r){this.sub=t,this.dep=r,this.version=r.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class jo{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,me.env.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!st||!Mr||st===this.computed)return;let r=this.activeLink;if(r===void 0||r.sub!==st)r=this.activeLink=new rw(st,this),st.deps?(r.prevDep=st.depsTail,st.depsTail.nextDep=r,st.depsTail=r):st.deps=st.depsTail=r,wd(r);else if(r.version===-1&&(r.version=this.version,r.nextDep)){const n=r.nextDep;n.prevDep=r.prevDep,r.prevDep&&(r.prevDep.nextDep=n),r.prevDep=st.depsTail,r.nextDep=void 0,st.depsTail.nextDep=r,st.depsTail=r,st.deps===r&&(st.deps=n)}return me.env.NODE_ENV!=="production"&&st.onTrack&&st.onTrack(K.extend({effect:st},t)),r}trigger(t){this.version++,zi++,this.notify(t)}notify(t){Ta();try{if(me.env.NODE_ENV!=="production")for(let r=this.subsHead;r;r=r.nextSub)r.sub.onTrigger&&!(r.sub.flags&8)&&r.sub.onTrigger(K.extend({effect:r.sub},t));for(let r=this.subs;r;r=r.prevSub)r.sub.notify()&&r.sub.dep.notify()}finally{Aa()}}}function wd(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)wd(n)}const r=e.dep.subs;r!==e&&(e.prevSub=r,r&&(r.nextSub=e)),me.env.NODE_ENV!=="production"&&e.dep.subsHead===void 0&&(e.dep.subsHead=e),e.dep.subs=e}}const Uo=new WeakMap,Un=Symbol(me.env.NODE_ENV!=="production"?"Object iterate":""),Ia=Symbol(me.env.NODE_ENV!=="production"?"Map keys iterate":""),Wi=Symbol(me.env.NODE_ENV!=="production"?"Array iterate":"");function er(e,t,r){if(Mr&&st){let n=Uo.get(e);n||Uo.set(e,n=new Map);let o=n.get(r);o||(n.set(r,o=new jo),o.map=n,o.key=r),me.env.NODE_ENV!=="production"?o.track({target:e,type:t,key:r}):o.track()}}function An(e,t,r,n,o,i){const s=Uo.get(e);if(!s){zi++;return}const l=c=>{c&&(me.env.NODE_ENV!=="production"?c.trigger({target:e,type:t,key:r,newValue:n,oldValue:o,oldTarget:i}):c.trigger())};if(Ta(),t==="clear")s.forEach(l);else{const c=K.isArray(e),u=c&&K.isIntegerKey(r);if(c&&r==="length"){const a=Number(n);s.forEach((f,d)=>{(d==="length"||d===Wi||!K.isSymbol(d)&&d>=a)&&l(f)})}else switch((r!==void 0||s.has(void 0))&&l(s.get(r)),u&&l(s.get(Wi)),t){case"add":c?u&&l(s.get("length")):(l(s.get(Un)),K.isMap(e)&&l(s.get(Ia)));break;case"delete":c||(l(s.get(Un)),K.isMap(e)&&l(s.get(Ia)));break;case"set":K.isMap(e)&&l(s.get(Un));break}}Aa()}function nw(e,t){const r=Uo.get(e);return r&&r.get(t)}function gi(e){const t=nt(e);return t===e?t:(er(t,"iterate",Wi),ur(e)?t:t.map(ir))}function qo(e){return er(e=nt(e),"iterate",Wi),e}const iw={__proto__:null,[Symbol.iterator](){return Ca(this,Symbol.iterator,ir)},concat(...e){return gi(this).concat(...e.map(t=>K.isArray(t)?gi(t):t))},entries(){return Ca(this,"entries",e=>(e[1]=ir(e[1]),e))},every(e,t){return cn(this,"every",e,t,void 0,arguments)},filter(e,t){return cn(this,"filter",e,t,r=>r.map(ir),arguments)},find(e,t){return cn(this,"find",e,t,ir,arguments)},findIndex(e,t){return cn(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return cn(this,"findLast",e,t,ir,arguments)},findLastIndex(e,t){return cn(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return cn(this,"forEach",e,t,void 0,arguments)},includes(...e){return Fa(this,"includes",e)},indexOf(...e){return Fa(this,"indexOf",e)},join(e){return gi(this).join(e)},lastIndexOf(...e){return Fa(this,"lastIndexOf",e)},map(e,t){return cn(this,"map",e,t,void 0,arguments)},pop(){return Hi(this,"pop")},push(...e){return Hi(this,"push",e)},reduce(e,...t){return Sd(this,"reduce",e,t)},reduceRight(e,...t){return Sd(this,"reduceRight",e,t)},shift(){return Hi(this,"shift")},some(e,t){return cn(this,"some",e,t,void 0,arguments)},splice(...e){return Hi(this,"splice",e)},toReversed(){return gi(this).toReversed()},toSorted(e){return gi(this).toSorted(e)},toSpliced(...e){return gi(this).toSpliced(...e)},unshift(...e){return Hi(this,"unshift",e)},values(){return Ca(this,"values",ir)}};function Ca(e,t,r){const n=qo(e),o=n[t]();return n!==e&&!ur(e)&&(o._next=o.next,o.next=()=>{const i=o._next();return i.value&&(i.value=r(i.value)),i}),o}const ow=Array.prototype;function cn(e,t,r,n,o,i){const s=qo(e),l=s!==e&&!ur(e),c=s[t];if(c!==ow[t]){const f=c.apply(e,i);return l?ir(f):f}let u=r;s!==e&&(l?u=function(f,d){return r.call(this,ir(f),d,e)}:r.length>2&&(u=function(f,d){return r.call(this,f,d,e)}));const a=c.call(s,u,n);return l&&o?o(a):a}function Sd(e,t,r,n){const o=qo(e);let i=r;return o!==e&&(ur(e)?r.length>3&&(i=function(s,l,c){return r.call(this,s,l,c,e)}):i=function(s,l,c){return r.call(this,s,ir(l),c,e)}),o[t](i,...n)}function Fa(e,t,r){const n=nt(e);er(n,"iterate",Wi);const o=n[t](...r);return(o===-1||o===!1)&&Ho(r[0])?(r[0]=nt(r[0]),n[t](...r)):o}function Hi(e,t,r=[]){qi(),Ta();const n=nt(e)[t].apply(e,r);return Aa(),Vi(),n}const sw=K.makeMap("__proto__,__v_isRef,__isVue"),Ed=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(K.isSymbol));function aw(e){K.isSymbol(e)||(e=String(e));const t=nt(this);return er(t,"has",e),t.hasOwnProperty(e)}class Td{constructor(t=!1,r=!1){this._isReadonly=t,this._isShallow=r}get(t,r,n){if(r==="__v_skip")return t.__v_skip;const o=this._isReadonly,i=this._isShallow;if(r==="__v_isReactive")return!o;if(r==="__v_isReadonly")return o;if(r==="__v_isShallow")return i;if(r==="__v_raw")return n===(o?i?Cd:Id:i?yw:_d).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const s=K.isArray(t);if(!o){let c;if(s&&(c=iw[r]))return c;if(r==="hasOwnProperty")return aw}const l=Reflect.get(t,r,Dt(t)?t:n);return(K.isSymbol(r)?Ed.has(r):sw(r))||(o||er(t,"get",r),i)?l:Dt(l)?s&&K.isIntegerKey(r)?l:l.value:K.isObject(l)?o?un(l):Oa(l):l}}class lw extends Td{constructor(t=!1){super(!1,t)}set(t,r,n,o){let i=t[r];if(!this._isShallow){const c=fn(i);if(!ur(n)&&!fn(n)&&(i=nt(i),n=nt(n)),!K.isArray(t)&&Dt(i)&&!Dt(n))return c?!1:(i.value=n,!0)}const s=K.isArray(t)&&K.isIntegerKey(r)?Number(r)<t.length:K.hasOwn(t,r),l=Reflect.set(t,r,n,Dt(t)?t:o);return t===nt(o)&&(s?K.hasChanged(n,i)&&An(t,"set",r,n,i):An(t,"add",r,n)),l}deleteProperty(t,r){const n=K.hasOwn(t,r),o=t[r],i=Reflect.deleteProperty(t,r);return i&&n&&An(t,"delete",r,void 0,o),i}has(t,r){const n=Reflect.has(t,r);return(!K.isSymbol(r)||!Ed.has(r))&&er(t,"has",r),n}ownKeys(t){return er(t,"iterate",K.isArray(t)?"length":Un),Reflect.ownKeys(t)}}class Ad extends Td{constructor(t=!1){super(!0,t)}set(t,r){return me.env.NODE_ENV!=="production"&&ln(`Set operation on key "${String(r)}" failed: target is readonly.`,t),!0}deleteProperty(t,r){return me.env.NODE_ENV!=="production"&&ln(`Delete operation on key "${String(r)}" failed: target is readonly.`,t),!0}}const cw=new lw,uw=new Ad,fw=new Ad(!0),Pa=e=>e,Vo=e=>Reflect.getPrototypeOf(e);function dw(e,t,r){return function(...n){const o=this.__v_raw,i=nt(o),s=K.isMap(i),l=e==="entries"||e===Symbol.iterator&&s,c=e==="keys"&&s,u=o[e](...n),a=r?Pa:t?Na:ir;return!t&&er(i,"iterate",c?Ia:Un),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:l?[a(f[0]),a(f[1])]:a(f),done:d}},[Symbol.iterator](){return this}}}}function zo(e){return function(...t){if(me.env.NODE_ENV!=="production"){const r=t[0]?`on key "${t[0]}" `:"";ln(`${K.capitalize(e)} operation ${r}failed: target is readonly.`,nt(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function pw(e,t){const r={get(o){const i=this.__v_raw,s=nt(i),l=nt(o);e||(K.hasChanged(o,l)&&er(s,"get",o),er(s,"get",l));const{has:c}=Vo(s),u=t?Pa:e?Na:ir;if(c.call(s,o))return u(i.get(o));if(c.call(s,l))return u(i.get(l));i!==s&&i.get(o)},get size(){const o=this.__v_raw;return!e&&er(nt(o),"iterate",Un),Reflect.get(o,"size",o)},has(o){const i=this.__v_raw,s=nt(i),l=nt(o);return e||(K.hasChanged(o,l)&&er(s,"has",o),er(s,"has",l)),o===l?i.has(o):i.has(o)||i.has(l)},forEach(o,i){const s=this,l=s.__v_raw,c=nt(l),u=t?Pa:e?Na:ir;return!e&&er(c,"iterate",Un),l.forEach((a,f)=>o.call(i,u(a),u(f),s))}};return K.extend(r,e?{add:zo("add"),set:zo("set"),delete:zo("delete"),clear:zo("clear")}:{add(o){!t&&!ur(o)&&!fn(o)&&(o=nt(o));const i=nt(this);return Vo(i).has.call(i,o)||(i.add(o),An(i,"add",o,o)),this},set(o,i){!t&&!ur(i)&&!fn(i)&&(i=nt(i));const s=nt(this),{has:l,get:c}=Vo(s);let u=l.call(s,o);u?me.env.NODE_ENV!=="production"&&Rd(s,l,o):(o=nt(o),u=l.call(s,o));const a=c.call(s,o);return s.set(o,i),u?K.hasChanged(i,a)&&An(s,"set",o,i,a):An(s,"add",o,i),this},delete(o){const i=nt(this),{has:s,get:l}=Vo(i);let c=s.call(i,o);c?me.env.NODE_ENV!=="production"&&Rd(i,s,o):(o=nt(o),c=s.call(i,o));const u=l?l.call(i,o):void 0,a=i.delete(o);return c&&An(i,"delete",o,void 0,u),a},clear(){const o=nt(this),i=o.size!==0,s=me.env.NODE_ENV!=="production"?K.isMap(o)?new Map(o):new Set(o):void 0,l=o.clear();return i&&An(o,"clear",void 0,void 0,s),l}}),["keys","values","entries",Symbol.iterator].forEach(o=>{r[o]=dw(o,e,t)}),r}function xa(e,t){const r=pw(e,t);return(n,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?n:Reflect.get(K.hasOwn(r,o)&&o in n?r:n,o,i)}const hw={get:xa(!1,!1)},gw={get:xa(!0,!1)},mw={get:xa(!0,!0)};function Rd(e,t,r){const n=nt(r);if(n!==r&&t.call(e,n)){const o=K.toRawType(e);ln(`Reactive ${o} contains both the raw and reactive versions of the same object${o==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const _d=new WeakMap,yw=new WeakMap,Id=new WeakMap,Cd=new WeakMap;function bw(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function vw(e){return e.__v_skip||!Object.isExtensible(e)?0:bw(K.toRawType(e))}function Oa(e){return fn(e)?e:ka(e,!1,cw,hw,_d)}function un(e){return ka(e,!0,uw,gw,Id)}function Wo(e){return ka(e,!0,fw,mw,Cd)}function ka(e,t,r,n,o){if(!K.isObject(e))return me.env.NODE_ENV!=="production"&&ln(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const s=vw(e);if(s===0)return e;const l=new Proxy(e,s===2?n:r);return o.set(e,l),l}function qn(e){return fn(e)?qn(e.__v_raw):!!(e&&e.__v_isReactive)}function fn(e){return!!(e&&e.__v_isReadonly)}function ur(e){return!!(e&&e.__v_isShallow)}function Ho(e){return e?!!e.__v_raw:!1}function nt(e){const t=e&&e.__v_raw;return t?nt(t):e}function ww(e){return!K.hasOwn(e,"__v_skip")&&Object.isExtensible(e)&&K.def(e,"__v_skip",!0),e}const ir=e=>K.isObject(e)?Oa(e):e,Na=e=>K.isObject(e)?un(e):e;function Dt(e){return e?e.__v_isRef===!0:!1}function ue(e){return Fd(e,!1)}function Sw(e){return Fd(e,!0)}function Fd(e,t){return Dt(e)?e:new Ew(e,t)}class Ew{constructor(t,r){this.dep=new jo,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=r?t:nt(t),this._value=r?t:ir(t),this.__v_isShallow=r}get value(){return me.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const r=this._rawValue,n=this.__v_isShallow||ur(t)||fn(t);t=n?t:nt(t),K.hasChanged(t,r)&&(this._rawValue=t,this._value=n?t:ir(t),me.env.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:r}):this.dep.trigger())}}function y(e){return Dt(e)?e.value:e}const Tw={get:(e,t,r)=>t==="__v_raw"?e:y(Reflect.get(e,t,r)),set:(e,t,r,n)=>{const o=e[t];return Dt(o)&&!Dt(r)?(o.value=r,!0):Reflect.set(e,t,r,n)}};function Aw(e){return qn(e)?e:new Proxy(e,Tw)}class Rw{constructor(t){this.__v_isRef=!0,this._value=void 0;const r=this.dep=new jo,{get:n,set:o}=t(r.track.bind(r),r.trigger.bind(r));this._get=n,this._set=o}get value(){return this._value=this._get()}set value(t){this._set(t)}}function Pd(e){return new Rw(e)}class _w{constructor(t,r,n){this._object=t,this._key=r,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return nw(nt(this._object),this._key)}}class Iw{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Cw(e,t,r){return Dt(e)?e:K.isFunction(e)?new Iw(e):K.isObject(e)&&arguments.length>1?Fw(e,t,r):ue(e)}function Fw(e,t,r){const n=e[t];return Dt(n)?n:new _w(e,t,r)}class Pw{constructor(t,r,n){this.fn=t,this.setter=r,this._value=void 0,this.dep=new jo(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=zi-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!r,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&st!==this)return hd(this,!0),!0;me.env.NODE_ENV}get value(){const t=me.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return yd(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):me.env.NODE_ENV!=="production"&&ln("Write operation failed: computed value is readonly")}}function xw(e,t,r=!1){let n,o;K.isFunction(e)?n=e:(n=e.get,o=e.set);const i=new Pw(n,o,r);return me.env.NODE_ENV,i}const Go={},Ko=new WeakMap;let Vn;function Ow(e,t=!1,r=Vn){if(r){let n=Ko.get(r);n||Ko.set(r,n=[]),n.push(e)}else me.env.NODE_ENV!=="production"&&!t&&ln("onWatcherCleanup() was called when there was no active watcher to associate with.")}function kw(e,t,r=K.EMPTY_OBJ){const{immediate:n,deep:o,once:i,scheduler:s,augmentJob:l,call:c}=r,u=v=>{(r.onWarn||ln)("Invalid watch source: ",v,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},a=v=>o?v:ur(v)||o===!1||o===0?dn(v,1):dn(v);let f,d,b,E,w=!1,R=!1;if(Dt(e)?(d=()=>e.value,w=ur(e)):qn(e)?(d=()=>a(e),w=!0):K.isArray(e)?(R=!0,w=e.some(v=>qn(v)||ur(v)),d=()=>e.map(v=>{if(Dt(v))return v.value;if(qn(v))return a(v);if(K.isFunction(v))return c?c(v,2):v();me.env.NODE_ENV!=="production"&&u(v)})):K.isFunction(e)?t?d=c?()=>c(e,2):e:d=()=>{if(b){qi();try{b()}finally{Vi()}}const v=Vn;Vn=f;try{return c?c(e,3,[E]):e(E)}finally{Vn=v}}:(d=K.NOOP,me.env.NODE_ENV!=="production"&&u(e)),t&&o){const v=d,T=o===!0?1/0:o;d=()=>dn(v(),T)}const S=()=>{f.stop()};if(i&&t){const v=t;t=(...T)=>{v(...T),S()}}let m=R?new Array(e.length).fill(Go):Go;const g=v=>{if(!(!(f.flags&1)||!f.dirty&&!v))if(t){const T=f.run();if(o||w||(R?T.some((A,F)=>K.hasChanged(A,m[F])):K.hasChanged(T,m))){b&&b();const A=Vn;Vn=f;try{const F=[T,m===Go?void 0:R&&m[0]===Go?[]:m,E];c?c(t,3,F):t(...F),m=T}finally{Vn=A}}}else f.run()};return l&&l(g),f=new ew(d),f.scheduler=s?()=>s(g,!1):g,E=v=>Ow(v,!1,f),b=f.onStop=()=>{const v=Ko.get(f);if(v){if(c)c(v,4);else for(const T of v)T();Ko.delete(f)}},me.env.NODE_ENV!=="production"&&(f.onTrack=r.onTrack,f.onTrigger=r.onTrigger),t?n?g(!0):m=f.run():s?s(g.bind(null,!0),!0):f.run(),S.pause=f.pause.bind(f),S.resume=f.resume.bind(f),S.stop=S,S}function dn(e,t=1/0,r){if(t<=0||!K.isObject(e)||e.__v_skip||(r=r||new Set,r.has(e)))return e;if(r.add(e),t--,Dt(e))dn(e.value,t,r);else if(K.isArray(e))for(let n=0;n<e.length;n++)dn(e[n],t,r);else if(K.isSet(e)||K.isMap(e))e.forEach(n=>{dn(n,t,r)});else if(K.isPlainObject(e)){for(const n in e)dn(e[n],t,r);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&dn(e[n],t,r)}return e}const zn=[];function Nw(e){zn.push(e)}function $w(){zn.pop()}let $a=!1;function tt(e,...t){if($a)return;$a=!0,qi();const r=zn.length?zn[zn.length-1].component:null,n=r&&r.appContext.config.warnHandler,o=Dw();if(n)Qo(n,r,11,[e+t.map(i=>{var s,l;return(l=(s=i.toString)==null?void 0:s.call(i))!=null?l:JSON.stringify(i)}).join(""),r&&r.proxy,o.map(({vnode:i})=>`at <${gp(r,i.type)}>`).join(`
|
|
1
|
+
(function(L,ee){typeof exports=="object"&&typeof module<"u"?ee(exports,require("@opencloud-eu/web-client"),require("@casl/vue"),require("vue3-gettext"),require("fuse.js"),require("lodash-es"),require("axios"),require("uuid"),require("@microsoft/fetch-event-source"),require("vue-concurrency"),require("luxon"),require("filesize"),require("qs"),require("password-sheriff"),require("@uppy/core"),require("@uppy/tus"),require("@uppy/xhr-upload"),require("@uppy/drop-target"),require("pinia"),require("oidc-client-ts"),require("p-queue"),require("@vueuse/core"),require("dompurify"),require("mark.js"),require("vue-router"),require("portal-vue"),require("@vue/shared"),require("deepmerge"),require("md-editor-v3"),require("zod"),require("@sentry/vue"),require("screenfull"),require("cropperjs")):typeof define=="function"&&define.amd?define(["exports","@opencloud-eu/web-client","@casl/vue","vue3-gettext","fuse.js","lodash-es","axios","uuid","@microsoft/fetch-event-source","vue-concurrency","luxon","filesize","qs","password-sheriff","@uppy/core","@uppy/tus","@uppy/xhr-upload","@uppy/drop-target","pinia","oidc-client-ts","p-queue","@vueuse/core","dompurify","mark.js","vue-router","portal-vue","@vue/shared","deepmerge","md-editor-v3","zod","@sentry/vue","screenfull","cropperjs"],ee):(L=typeof globalThis<"u"?globalThis:L||self,ee(L["web-pkg"]={},L.webClient,L.vue,L.vue3Gettext,L.Fuse,L.lodashEs,L.globalAxios,L.uuid,L.fetchEventSource,L.vueConcurrency,L.luxon,L.filesize,L.qs,L.passwordSheriff,L.Uppy,L.Tus,L.XHRUpload,L.DropTarget,L.pinia,L.oidcClientTs,L.PQueue,L.core,L.DOMPurify,L.Mark,L.vueRouter,L.portalVue,L.shared,L.merge$1,L.mdEditorV3,L.zod,L.vue$1,L.screenfull,L.Cropper))})(this,function(L,ee,qt,Ne,Yf,Et,ko,Yt,A0,un,Dt,R0,_0,I0,C0,P0,F0,O0,He,x0,Lr,Mr,Jf,Zf,No,ga,H,ed,$o,me,k0,N0,$0){"use strict";var R2=Object.defineProperty;var S0=L=>{throw TypeError(L)};var _2=(L,ee,qt)=>ee in L?R2(L,ee,{enumerable:!0,configurable:!0,writable:!0,value:qt}):L[ee]=qt;var Ee=(L,ee,qt)=>_2(L,typeof ee!="symbol"?ee+"":ee,qt),Qf=(L,ee,qt)=>ee.has(L)||S0("Cannot "+qt);var xe=(L,ee,qt)=>(Qf(L,ee,"read from private field"),qt?qt.call(L):ee.get(L)),Tn=(L,ee,qt)=>ee.has(L)?S0("Cannot add the same private member more than once"):ee instanceof WeakSet?ee.add(L):ee.set(L,qt),$t=(L,ee,qt,Ne)=>(Qf(L,ee,"write to private field"),Ne?Ne.call(L,qt):ee.set(L,qt),qt),Dr=(L,ee,qt)=>(Qf(L,ee,"access private method"),qt);var Kt,tn,Ar,Rt,Ut,xr,ui,kr,nr,fi,xo,di,E0,Nr,ha,Xf,T0;const D0=e=>e;function td(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function L0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var nd={exports:{}},xt=nd.exports={},Wn,Hn;function ma(){throw new Error("setTimeout has not been defined")}function ya(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Wn=setTimeout:Wn=ma}catch{Wn=ma}try{typeof clearTimeout=="function"?Hn=clearTimeout:Hn=ya}catch{Hn=ya}})();function rd(e){if(Wn===setTimeout)return setTimeout(e,0);if((Wn===ma||!Wn)&&setTimeout)return Wn=setTimeout,setTimeout(e,0);try{return Wn(e,0)}catch{try{return Wn.call(null,e,0)}catch{return Wn.call(this,e,0)}}}function M0(e){if(Hn===clearTimeout)return clearTimeout(e);if((Hn===ya||!Hn)&&clearTimeout)return Hn=clearTimeout,clearTimeout(e);try{return Hn(e)}catch{try{return Hn.call(null,e)}catch{return Hn.call(this,e)}}}var ir=[],pi=!1,Br,Do=-1;function B0(){!pi||!Br||(pi=!1,Br.length?ir=Br.concat(ir):Do=-1,ir.length&&id())}function id(){if(!pi){var e=rd(B0);pi=!0;for(var t=ir.length;t;){for(Br=ir,ir=[];++Do<t;)Br&&Br[Do].run();Do=-1,t=ir.length}Br=null,pi=!1,M0(e)}}xt.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];ir.push(new od(e,t)),ir.length===1&&!pi&&rd(id)};function od(e,t){this.fun=e,this.array=t}od.prototype.run=function(){this.fun.apply(null,this.array)},xt.title="browser",xt.browser=!0,xt.env={},xt.argv=[],xt.version="",xt.versions={};function or(){}xt.on=or,xt.addListener=or,xt.once=or,xt.off=or,xt.removeListener=or,xt.removeAllListeners=or,xt.emit=or,xt.prependListener=or,xt.prependOnceListener=or,xt.listeners=function(e){return[]},xt.binding=function(e){throw new Error("process.binding is not supported")},xt.cwd=function(){return"/"},xt.chdir=function(e){throw new Error("process.chdir is not supported")},xt.umask=function(){return 0};var j0=nd.exports;const ye=L0(j0);function sr(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let it;const ba=new WeakSet;class U0{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ba.has(this)&&(ba.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ad(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,dd(this),ld(this);const t=it,n=Bn;it=this,Bn=!0;try{return this.fn()}finally{ye.env.NODE_ENV!=="production"&&it!==this&&sr("Active effect was not restored correctly - this is likely a Vue internal bug."),cd(this),it=t,Bn=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ea(t);this.deps=this.depsTail=void 0,dd(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ba.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Sa(this)&&this.run()}get dirty(){return Sa(this)}}let sd=0,Mi,Bi;function ad(e,t=!1){if(e.flags|=8,t){e.next=Bi,Bi=e;return}e.next=Mi,Mi=e}function va(){sd++}function wa(){if(--sd>0)return;if(Bi){let t=Bi;for(Bi=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Mi;){let t=Mi;for(Mi=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function ld(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function cd(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),Ea(r),q0(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Sa(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ud(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ud(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===qi))return;e.globalVersion=qi;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Sa(e)){e.flags&=-3;return}const n=it,r=Bn;it=e,Bn=!0;try{ld(e);const o=e.fn(e._value);(t.version===0||H.hasChanged(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{it=n,Bn=r,cd(e),e.flags&=-3}}function Ea(e,t=!1){const{dep:n,prevSub:r,nextSub:o}=e;if(r&&(r.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=r,e.nextSub=void 0),ye.env.NODE_ENV!=="production"&&n.subsHead===e&&(n.subsHead=o),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Ea(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function q0(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Bn=!0;const fd=[];function ji(){fd.push(Bn),Bn=!1}function Ui(){const e=fd.pop();Bn=e===void 0?!0:e}function dd(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=it;it=void 0;try{t()}finally{it=n}}}let qi=0;class V0{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Lo{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,ye.env.NODE_ENV!=="production"&&(this.subsHead=void 0)}track(t){if(!it||!Bn||it===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==it)n=this.activeLink=new V0(it,this),it.deps?(n.prevDep=it.depsTail,it.depsTail.nextDep=n,it.depsTail=n):it.deps=it.depsTail=n,pd(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=it.depsTail,n.nextDep=void 0,it.depsTail.nextDep=n,it.depsTail=n,it.deps===n&&(it.deps=r)}return ye.env.NODE_ENV!=="production"&&it.onTrack&&it.onTrack(H.extend({effect:it},t)),n}trigger(t){this.version++,qi++,this.notify(t)}notify(t){va();try{if(ye.env.NODE_ENV!=="production")for(let n=this.subsHead;n;n=n.nextSub)n.sub.onTrigger&&!(n.sub.flags&8)&&n.sub.onTrigger(H.extend({effect:n.sub},t));for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{wa()}}}function pd(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)pd(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),ye.env.NODE_ENV!=="production"&&e.dep.subsHead===void 0&&(e.dep.subsHead=e),e.dep.subs=e}}const Mo=new WeakMap,jr=Symbol(ye.env.NODE_ENV!=="production"?"Object iterate":""),Ta=Symbol(ye.env.NODE_ENV!=="production"?"Map keys iterate":""),Vi=Symbol(ye.env.NODE_ENV!=="production"?"Array iterate":"");function nn(e,t,n){if(Bn&&it){let r=Mo.get(e);r||Mo.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new Lo),o.map=r,o.key=n),ye.env.NODE_ENV!=="production"?o.track({target:e,type:t,key:n}):o.track()}}function Rr(e,t,n,r,o,i){const s=Mo.get(e);if(!s){qi++;return}const a=c=>{c&&(ye.env.NODE_ENV!=="production"?c.trigger({target:e,type:t,key:n,newValue:r,oldValue:o,oldTarget:i}):c.trigger())};if(va(),t==="clear")s.forEach(a);else{const c=H.isArray(e),u=c&&H.isIntegerKey(n);if(c&&n==="length"){const l=Number(r);s.forEach((f,d)=>{(d==="length"||d===Vi||!H.isSymbol(d)&&d>=l)&&a(f)})}else switch((n!==void 0||s.has(void 0))&&a(s.get(n)),u&&a(s.get(Vi)),t){case"add":c?u&&a(s.get("length")):(a(s.get(jr)),H.isMap(e)&&a(s.get(Ta)));break;case"delete":c||(a(s.get(jr)),H.isMap(e)&&a(s.get(Ta)));break;case"set":H.isMap(e)&&a(s.get(jr));break}}wa()}function z0(e,t){const n=Mo.get(e);return n&&n.get(t)}function hi(e){const t=nt(e);return t===e?t:(nn(t,"iterate",Vi),fn(e)?t:t.map(sn))}function Bo(e){return nn(e=nt(e),"iterate",Vi),e}const W0={__proto__:null,[Symbol.iterator](){return Aa(this,Symbol.iterator,sn)},concat(...e){return hi(this).concat(...e.map(t=>H.isArray(t)?hi(t):t))},entries(){return Aa(this,"entries",e=>(e[1]=sn(e[1]),e))},every(e,t){return ar(this,"every",e,t,void 0,arguments)},filter(e,t){return ar(this,"filter",e,t,n=>n.map(sn),arguments)},find(e,t){return ar(this,"find",e,t,sn,arguments)},findIndex(e,t){return ar(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return ar(this,"findLast",e,t,sn,arguments)},findLastIndex(e,t){return ar(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return ar(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ra(this,"includes",e)},indexOf(...e){return Ra(this,"indexOf",e)},join(e){return hi(this).join(e)},lastIndexOf(...e){return Ra(this,"lastIndexOf",e)},map(e,t){return ar(this,"map",e,t,void 0,arguments)},pop(){return zi(this,"pop")},push(...e){return zi(this,"push",e)},reduce(e,...t){return hd(this,"reduce",e,t)},reduceRight(e,...t){return hd(this,"reduceRight",e,t)},shift(){return zi(this,"shift")},some(e,t){return ar(this,"some",e,t,void 0,arguments)},splice(...e){return zi(this,"splice",e)},toReversed(){return hi(this).toReversed()},toSorted(e){return hi(this).toSorted(e)},toSpliced(...e){return hi(this).toSpliced(...e)},unshift(...e){return zi(this,"unshift",e)},values(){return Aa(this,"values",sn)}};function Aa(e,t,n){const r=Bo(e),o=r[t]();return r!==e&&!fn(e)&&(o._next=o.next,o.next=()=>{const i=o._next();return i.value&&(i.value=n(i.value)),i}),o}const H0=Array.prototype;function ar(e,t,n,r,o,i){const s=Bo(e),a=s!==e&&!fn(e),c=s[t];if(c!==H0[t]){const f=c.apply(e,i);return a?sn(f):f}let u=n;s!==e&&(a?u=function(f,d){return n.call(this,sn(f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const l=c.call(s,u,r);return a&&o?o(l):l}function hd(e,t,n,r){const o=Bo(e);let i=n;return o!==e&&(fn(e)?n.length>3&&(i=function(s,a,c){return n.call(this,s,a,c,e)}):i=function(s,a,c){return n.call(this,s,sn(a),c,e)}),o[t](i,...r)}function Ra(e,t,n){const r=nt(e);nn(r,"iterate",Vi);const o=r[t](...n);return(o===-1||o===!1)&&Vo(n[0])?(n[0]=nt(n[0]),r[t](...n)):o}function zi(e,t,n=[]){ji(),va();const r=nt(e)[t].apply(e,n);return wa(),Ui(),r}const G0=H.makeMap("__proto__,__v_isRef,__isVue"),gd=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(H.isSymbol));function K0(e){H.isSymbol(e)||(e=String(e));const t=nt(this);return nn(t,"has",e),t.hasOwnProperty(e)}class md{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const o=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(o?i?Sd:wd:i?iw:vd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const s=H.isArray(t);if(!o){let c;if(s&&(c=W0[n]))return c;if(n==="hasOwnProperty")return K0}const a=Reflect.get(t,n,Lt(t)?t:r);return(H.isSymbol(n)?gd.has(n):G0(n))||(o||nn(t,"get",n),i)?a:Lt(a)?s&&H.isIntegerKey(n)?a:a.value:H.isObject(a)?o?lr(a):Ca(a):a}}class Q0 extends md{constructor(t=!1){super(!1,t)}set(t,n,r,o){let i=t[n];if(!this._isShallow){const c=cr(i);if(!fn(r)&&!cr(r)&&(i=nt(i),r=nt(r)),!H.isArray(t)&&Lt(i)&&!Lt(r))return c?!1:(i.value=r,!0)}const s=H.isArray(t)&&H.isIntegerKey(n)?Number(n)<t.length:H.hasOwn(t,n),a=Reflect.set(t,n,r,Lt(t)?t:o);return t===nt(o)&&(s?H.hasChanged(r,i)&&Rr(t,"set",n,r,i):Rr(t,"add",n,r)),a}deleteProperty(t,n){const r=H.hasOwn(t,n),o=t[n],i=Reflect.deleteProperty(t,n);return i&&r&&Rr(t,"delete",n,void 0,o),i}has(t,n){const r=Reflect.has(t,n);return(!H.isSymbol(n)||!gd.has(n))&&nn(t,"has",n),r}ownKeys(t){return nn(t,"iterate",H.isArray(t)?"length":jr),Reflect.ownKeys(t)}}class yd extends md{constructor(t=!1){super(!0,t)}set(t,n){return ye.env.NODE_ENV!=="production"&&sr(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return ye.env.NODE_ENV!=="production"&&sr(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const X0=new Q0,Y0=new yd,J0=new yd(!0),_a=e=>e,jo=e=>Reflect.getPrototypeOf(e);function Z0(e,t,n){return function(...r){const o=this.__v_raw,i=nt(o),s=H.isMap(i),a=e==="entries"||e===Symbol.iterator&&s,c=e==="keys"&&s,u=o[e](...r),l=n?_a:t?Fa:sn;return!t&&nn(i,"iterate",c?Ta:jr),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:a?[l(f[0]),l(f[1])]:l(f),done:d}},[Symbol.iterator](){return this}}}}function Uo(e){return function(...t){if(ye.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";sr(`${H.capitalize(e)} operation ${n}failed: target is readonly.`,nt(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function ew(e,t){const n={get(o){const i=this.__v_raw,s=nt(i),a=nt(o);e||(H.hasChanged(o,a)&&nn(s,"get",o),nn(s,"get",a));const{has:c}=jo(s),u=t?_a:e?Fa:sn;if(c.call(s,o))return u(i.get(o));if(c.call(s,a))return u(i.get(a));i!==s&&i.get(o)},get size(){const o=this.__v_raw;return!e&&nn(nt(o),"iterate",jr),Reflect.get(o,"size",o)},has(o){const i=this.__v_raw,s=nt(i),a=nt(o);return e||(H.hasChanged(o,a)&&nn(s,"has",o),nn(s,"has",a)),o===a?i.has(o):i.has(o)||i.has(a)},forEach(o,i){const s=this,a=s.__v_raw,c=nt(a),u=t?_a:e?Fa:sn;return!e&&nn(c,"iterate",jr),a.forEach((l,f)=>o.call(i,u(l),u(f),s))}};return H.extend(n,e?{add:Uo("add"),set:Uo("set"),delete:Uo("delete"),clear:Uo("clear")}:{add(o){!t&&!fn(o)&&!cr(o)&&(o=nt(o));const i=nt(this);return jo(i).has.call(i,o)||(i.add(o),Rr(i,"add",o,o)),this},set(o,i){!t&&!fn(i)&&!cr(i)&&(i=nt(i));const s=nt(this),{has:a,get:c}=jo(s);let u=a.call(s,o);u?ye.env.NODE_ENV!=="production"&&bd(s,a,o):(o=nt(o),u=a.call(s,o));const l=c.call(s,o);return s.set(o,i),u?H.hasChanged(i,l)&&Rr(s,"set",o,i,l):Rr(s,"add",o,i),this},delete(o){const i=nt(this),{has:s,get:a}=jo(i);let c=s.call(i,o);c?ye.env.NODE_ENV!=="production"&&bd(i,s,o):(o=nt(o),c=s.call(i,o));const u=a?a.call(i,o):void 0,l=i.delete(o);return c&&Rr(i,"delete",o,void 0,u),l},clear(){const o=nt(this),i=o.size!==0,s=ye.env.NODE_ENV!=="production"?H.isMap(o)?new Map(o):new Set(o):void 0,a=o.clear();return i&&Rr(o,"clear",void 0,void 0,s),a}}),["keys","values","entries",Symbol.iterator].forEach(o=>{n[o]=Z0(o,e,t)}),n}function Ia(e,t){const n=ew(e,t);return(r,o,i)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(H.hasOwn(n,o)&&o in r?n:r,o,i)}const tw={get:Ia(!1,!1)},nw={get:Ia(!0,!1)},rw={get:Ia(!0,!0)};function bd(e,t,n){const r=nt(n);if(r!==n&&t.call(e,r)){const o=H.toRawType(e);sr(`Reactive ${o} contains both the raw and reactive versions of the same object${o==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const vd=new WeakMap,iw=new WeakMap,wd=new WeakMap,Sd=new WeakMap;function ow(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function sw(e){return e.__v_skip||!Object.isExtensible(e)?0:ow(H.toRawType(e))}function Ca(e){return cr(e)?e:Pa(e,!1,X0,tw,vd)}function lr(e){return Pa(e,!0,Y0,nw,wd)}function qo(e){return Pa(e,!0,J0,rw,Sd)}function Pa(e,t,n,r,o){if(!H.isObject(e))return ye.env.NODE_ENV!=="production"&&sr(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const s=sw(e);if(s===0)return e;const a=new Proxy(e,s===2?r:n);return o.set(e,a),a}function Ur(e){return cr(e)?Ur(e.__v_raw):!!(e&&e.__v_isReactive)}function cr(e){return!!(e&&e.__v_isReadonly)}function fn(e){return!!(e&&e.__v_isShallow)}function Vo(e){return e?!!e.__v_raw:!1}function nt(e){const t=e&&e.__v_raw;return t?nt(t):e}function aw(e){return!H.hasOwn(e,"__v_skip")&&Object.isExtensible(e)&&H.def(e,"__v_skip",!0),e}const sn=e=>H.isObject(e)?Ca(e):e,Fa=e=>H.isObject(e)?lr(e):e;function Lt(e){return e?e.__v_isRef===!0:!1}function oe(e){return Ed(e,!1)}function lw(e){return Ed(e,!0)}function Ed(e,t){return Lt(e)?e:new cw(e,t)}class cw{constructor(t,n){this.dep=new Lo,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:nt(t),this._value=n?t:sn(t),this.__v_isShallow=n}get value(){return ye.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||fn(t)||cr(t);t=r?t:nt(t),H.hasChanged(t,n)&&(this._rawValue=t,this._value=r?t:sn(t),ye.env.NODE_ENV!=="production"?this.dep.trigger({target:this,type:"set",key:"value",newValue:t,oldValue:n}):this.dep.trigger())}}function p(e){return Lt(e)?e.value:e}const uw={get:(e,t,n)=>t==="__v_raw"?e:p(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Lt(o)&&!Lt(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function fw(e){return Ur(e)?e:new Proxy(e,uw)}class dw{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Lo,{get:r,set:o}=t(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=o}get value(){return this._value=this._get()}set value(t){this._set(t)}}function Td(e){return new dw(e)}class pw{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return z0(nt(this._object),this._key)}}class hw{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function gw(e,t,n){return Lt(e)?e:H.isFunction(e)?new hw(e):H.isObject(e)&&arguments.length>1?mw(e,t,n):oe(e)}function mw(e,t,n){const r=e[t];return Lt(r)?r:new pw(e,t,n)}class yw{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Lo(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=qi-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&it!==this)return ad(this,!0),!0;ye.env.NODE_ENV}get value(){const t=ye.env.NODE_ENV!=="production"?this.dep.track({target:this,type:"get",key:"value"}):this.dep.track();return ud(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter?this.setter(t):ye.env.NODE_ENV!=="production"&&sr("Write operation failed: computed value is readonly")}}function bw(e,t,n=!1){let r,o;H.isFunction(e)?r=e:(r=e.get,o=e.set);const i=new yw(r,o,n);return ye.env.NODE_ENV,i}const zo={},Wo=new WeakMap;let qr;function vw(e,t=!1,n=qr){if(n){let r=Wo.get(n);r||Wo.set(n,r=[]),r.push(e)}else ye.env.NODE_ENV!=="production"&&!t&&sr("onWatcherCleanup() was called when there was no active watcher to associate with.")}function ww(e,t,n=H.EMPTY_OBJ){const{immediate:r,deep:o,once:i,scheduler:s,augmentJob:a,call:c}=n,u=y=>{(n.onWarn||sr)("Invalid watch source: ",y,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},l=y=>o?y:fn(y)||o===!1||o===0?ur(y,1):ur(y);let f,d,m,w,v=!1,T=!1;if(Lt(e)?(d=()=>e.value,v=fn(e)):Ur(e)?(d=()=>l(e),v=!0):H.isArray(e)?(T=!0,v=e.some(y=>Ur(y)||fn(y)),d=()=>e.map(y=>{if(Lt(y))return y.value;if(Ur(y))return l(y);if(H.isFunction(y))return c?c(y,2):y();ye.env.NODE_ENV!=="production"&&u(y)})):H.isFunction(e)?t?d=c?()=>c(e,2):e:d=()=>{if(m){ji();try{m()}finally{Ui()}}const y=qr;qr=f;try{return c?c(e,3,[w]):e(w)}finally{qr=y}}:(d=H.NOOP,ye.env.NODE_ENV!=="production"&&u(e)),t&&o){const y=d,S=o===!0?1/0:o;d=()=>ur(y(),S)}const b=()=>{f.stop()};if(i&&t){const y=t;t=(...S)=>{y(...S),b()}}let g=T?new Array(e.length).fill(zo):zo;const h=y=>{if(!(!(f.flags&1)||!f.dirty&&!y))if(t){const S=f.run();if(o||v||(T?S.some((E,R)=>H.hasChanged(E,g[R])):H.hasChanged(S,g))){m&&m();const E=qr;qr=f;try{const R=[S,g===zo?void 0:T&&g[0]===zo?[]:g,w];c?c(t,3,R):t(...R),g=S}finally{qr=E}}}else f.run()};return a&&a(h),f=new U0(d),f.scheduler=s?()=>s(h,!1):h,w=y=>vw(y,!1,f),m=f.onStop=()=>{const y=Wo.get(f);if(y){if(c)c(y,4);else for(const S of y)S();Wo.delete(f)}},ye.env.NODE_ENV!=="production"&&(f.onTrack=n.onTrack,f.onTrigger=n.onTrigger),t?r?h(!0):g=f.run():s?s(h.bind(null,!0),!0):f.run(),b.pause=f.pause.bind(f),b.resume=f.resume.bind(f),b.stop=b,b}function ur(e,t=1/0,n){if(t<=0||!H.isObject(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Lt(e))ur(e.value,t,n);else if(H.isArray(e))for(let r=0;r<e.length;r++)ur(e[r],t,n);else if(H.isSet(e)||H.isMap(e))e.forEach(r=>{ur(r,t,n)});else if(H.isPlainObject(e)){for(const r in e)ur(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&ur(e[r],t,n)}return e}const Vr=[];function Sw(e){Vr.push(e)}function Ew(){Vr.pop()}let Oa=!1;function et(e,...t){if(Oa)return;Oa=!0,ji();const n=Vr.length?Vr[Vr.length-1].component:null,r=n&&n.appContext.config.warnHandler,o=Tw();if(r)Ho(r,n,11,[e+t.map(i=>{var s,a;return(a=(s=i.toString)==null?void 0:s.call(i))!=null?a:JSON.stringify(i)}).join(""),n&&n.proxy,o.map(({vnode:i})=>`at <${cp(n,i.type)}>`).join(`
|
|
2
2
|
`),o]);else{const i=[`[Vue warn]: ${e}`,...t];o.length&&i.push(`
|
|
3
|
-
`,...
|
|
4
|
-
`],...Bw(r))}),t}function Bw({vnode:e,recurseCount:t}){const r=t>0?`... (${t} recursive calls)`:"",n=e.component?e.component.parent==null:!1,o=` at <${gp(e.component,e.type,n)}`,i=">"+r;return e.props?[o,...Mw(e.props),i]:[o+i]}function Mw(e){const t=[],r=Object.keys(e);return r.slice(0,3).forEach(n=>{t.push(...xd(n,e[n]))}),r.length>3&&t.push(" ..."),t}function xd(e,t,r){return K.isString(t)?(t=JSON.stringify(t),r?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?r?t:[`${e}=${t}`]:Dt(t)?(t=xd(e,nt(t.value),!0),r?t:[`${e}=Ref<`,t,">"]):K.isFunction(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=nt(t),r?t:[`${e}=`,t])}const Da={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Qo(e,t,r,n){try{return n?e(...n):e()}catch(o){Xo(o,t,r)}}function La(e,t,r,n){if(K.isFunction(e)){const o=Qo(e,t,r,n);return o&&K.isPromise(o)&&o.catch(i=>{Xo(i,t,r)}),o}if(K.isArray(e)){const o=[];for(let i=0;i<e.length;i++)o.push(La(e[i],t,r,n));return o}else me.env.NODE_ENV!=="production"&&tt(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function Xo(e,t,r,n=!0){const o=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:s}=t&&t.appContext.config||K.EMPTY_OBJ;if(t){let l=t.parent;const c=t.proxy,u=me.env.NODE_ENV!=="production"?Da[r]:`https://vuejs.org/error-reference/#runtime-${r}`;for(;l;){const a=l.ec;if(a){for(let f=0;f<a.length;f++)if(a[f](e,c,u)===!1)return}l=l.parent}if(i){qi(),Qo(i,null,10,[e,c,u]),Vi();return}}jw(e,r,o,n,s)}function jw(e,t,r,n=!0,o=!1){if(me.env.NODE_ENV!=="production"){const i=Da[t];if(r&&Nw(r),tt(`Unhandled error${i?` during execution of ${i}`:""}`),r&&$w(),n)throw e;console.error(e)}else{if(o)throw e;console.error(e)}}const Cr=[];let pn=-1;const mi=[];let Rn=null,yi=0;const Od=Promise.resolve();let Yo=null;const Uw=100;function Hr(e){const t=Yo||Od;return e?t.then(this?e.bind(this):e):t}function qw(e){let t=pn+1,r=Cr.length;for(;t<r;){const n=t+r>>>1,o=Cr[n],i=Gi(o);i<e||i===e&&o.flags&2?t=n+1:r=n}return t}function Ba(e){if(!(e.flags&1)){const t=Gi(e),r=Cr[Cr.length-1];!r||!(e.flags&2)&&t>=Gi(r)?Cr.push(e):Cr.splice(qw(t),0,e),e.flags|=1,kd()}}function kd(){Yo||(Yo=Od.then($d))}function Nd(e){K.isArray(e)?mi.push(...e):Rn&&e.id===-1?Rn.splice(yi+1,0,e):e.flags&1||(mi.push(e),e.flags|=1),kd()}function Vw(e){if(mi.length){const t=[...new Set(mi)].sort((r,n)=>Gi(r)-Gi(n));if(mi.length=0,Rn){Rn.push(...t);return}for(Rn=t,me.env.NODE_ENV!=="production"&&(e=e||new Map),yi=0;yi<Rn.length;yi++){const r=Rn[yi];me.env.NODE_ENV!=="production"&&Dd(e,r)||(r.flags&4&&(r.flags&=-2),r.flags&8||r(),r.flags&=-2)}Rn=null,yi=0}}const Gi=e=>e.id==null?e.flags&2?-1:1/0:e.id;function $d(e){me.env.NODE_ENV!=="production"&&(e=e||new Map);const t=me.env.NODE_ENV!=="production"?r=>Dd(e,r):K.NOOP;try{for(pn=0;pn<Cr.length;pn++){const r=Cr[pn];if(r&&!(r.flags&8)){if(me.env.NODE_ENV!=="production"&&t(r))continue;r.flags&4&&(r.flags&=-2),Qo(r,r.i,r.i?15:14),r.flags&4||(r.flags&=-2)}}}finally{for(;pn<Cr.length;pn++){const r=Cr[pn];r&&(r.flags&=-2)}pn=-1,Cr.length=0,Vw(e),Yo=null,(Cr.length||mi.length)&&$d(e)}}function Dd(e,t){const r=e.get(t)||0;if(r>Uw){const n=t.i,o=n&&el(n.type);return Xo(`Maximum recursive updates exceeded${o?` in component <${o}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return e.set(t,r+1),!1}let Ki=!1;const Ma=new Map;me.env.NODE_ENV!=="production"&&(K.getGlobalThis().__VUE_HMR_RUNTIME__={createRecord:ja(zw),rerender:ja(Ww),reload:ja(Hw)});const Jo=new Map;function zw(e,t){return Jo.has(e)?!1:(Jo.set(e,{initialDef:Zo(t),instances:new Set}),!0)}function Zo(e){return mp(e)?e.__vccOpts:e}function Ww(e,t){const r=Jo.get(e);r&&(r.initialDef.render=t,[...r.instances].forEach(n=>{t&&(n.render=t,Zo(n.type).render=t),n.renderCache=[],Ki=!0,n.update(),Ki=!1}))}function Hw(e,t){const r=Jo.get(e);if(!r)return;t=Zo(t),Ld(r.initialDef,t);const n=[...r.instances];for(let o=0;o<n.length;o++){const i=n[o],s=Zo(i.type);let l=Ma.get(s);l||(s!==r.initialDef&&Ld(s,t),Ma.set(s,l=new Set)),l.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(l.add(i),i.ceReload(t.styles),l.delete(i)):i.parent?Ba(()=>{Ki=!0,i.parent.update(),Ki=!1,l.delete(i)}):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(s)}Nd(()=>{Ma.clear()})}function Ld(e,t){K.extend(e,t);for(const r in e)r!=="__file"&&!(r in t)&&delete e[r]}function ja(e){return(t,r)=>{try{return e(t,r)}catch(n){console.error(n),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let _n,Qi=[],Ua=!1;function Gw(e,...t){_n?_n.emit(e,...t):Ua||Qi.push({event:e,args:t})}function Bd(e,t){var r,n;_n=e,_n?(_n.enabled=!0,Qi.forEach(({event:o,args:i})=>_n.emit(o,...i)),Qi=[]):typeof window<"u"&&window.HTMLElement&&!((n=(r=window.navigator)==null?void 0:r.userAgent)!=null&&n.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{Bd(i,t)}),setTimeout(()=>{_n||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Ua=!0,Qi=[])},3e3)):(Ua=!0,Qi=[])}const Kw=Qw("component:updated");/*! #__NO_SIDE_EFFECTS__ */function Qw(e){return t=>{Gw(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}let Xt=null,Md=null;function jd(e){const t=Xt;return Xt=e,Md=e&&e.type.__scopeId||null,t}function Te(e,t=Xt,r){if(!t||e._n)return e;const n=(...o)=>{n._d&&ap(-1);const i=jd(t);let s;try{s=e(...o)}finally{jd(i),n._d&&ap(1)}return me.env.NODE_ENV!=="production"&&Kw(t),s};return n._n=!0,n._c=!0,n._d=!0,n}function ot(e,t){if(Xt===null)return me.env.NODE_ENV!=="production"&&tt("withDirectives can only be used inside render functions."),e;const r=hp(Xt),n=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,s,l,c=K.EMPTY_OBJ]=t[o];i&&(K.isFunction(i)&&(i={mounted:i,updated:i}),i.deep&&dn(s),n.push({dir:i,instance:r,value:s,oldValue:void 0,arg:l,modifiers:c}))}return e}const Xw=Symbol("_vte"),Yw=e=>e.__isTeleport,Wn=e=>e&&(e.disabled||e.disabled===""),Ud=e=>e&&(e.defer||e.defer===""),qd=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Vd=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,qa=(e,t)=>{const r=e&&e.to;if(K.isString(r))if(t){const n=t(r);return me.env.NODE_ENV!=="production"&&!n&&!Wn(e)&&tt(`Failed to locate Teleport target with selector "${r}". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree.`),n}else return me.env.NODE_ENV!=="production"&&tt("Current renderer does not support string target for Teleports. (missing querySelector renderer option)"),null;else return me.env.NODE_ENV!=="production"&&!r&&!Wn(e)&&tt(`Invalid Teleport target: ${r}`),r},zd={name:"Teleport",__isTeleport:!0,process(e,t,r,n,o,i,s,l,c,u){const{mc:a,pc:f,pbc:d,o:{insert:b,querySelector:E,createText:w,createComment:R}}=u,S=Wn(t.props);let{shapeFlag:m,children:g,dynamicChildren:v}=t;if(me.env.NODE_ENV!=="production"&&Ki&&(c=!1,v=null),e==null){const T=t.el=me.env.NODE_ENV!=="production"?R("teleport start"):w(""),A=t.anchor=me.env.NODE_ENV!=="production"?R("teleport end"):w("");b(T,r,n),b(A,r,n);const F=(I,L)=>{m&16&&(o&&o.isCE&&(o.ce._teleportTarget=I),a(g,I,L,o,i,s,l,c))},C=()=>{const I=t.target=qa(t.props,E),L=Hd(I,t,w,b);I?(s!=="svg"&&qd(I)?s="svg":s!=="mathml"&&Vd(I)&&(s="mathml"),S||(F(I,L),ts(t,!1))):me.env.NODE_ENV!=="production"&&!S&&tt("Invalid Teleport target on mount:",I,`(${typeof I})`)};S&&(F(r,A),ts(t,!0)),Ud(t.props)?Qa(()=>{C(),t.el.__isMounted=!0},i):C()}else{if(Ud(t.props)&&!e.el.__isMounted){Qa(()=>{zd.process(e,t,r,n,o,i,s,l,c,u),delete e.el.__isMounted},i);return}t.el=e.el,t.targetStart=e.targetStart;const T=t.anchor=e.anchor,A=t.target=e.target,F=t.targetAnchor=e.targetAnchor,C=Wn(e.props),I=C?r:A,L=C?T:F;if(s==="svg"||qd(A)?s="svg":(s==="mathml"||Vd(A))&&(s="mathml"),v?(d(e.dynamicChildren,v,I,o,i,s,l),ip(e,t,!0)):c||f(e,t,I,L,o,i,s,l,!1),S)C?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):es(t,r,T,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const B=t.target=qa(t.props,E);B?es(t,B,null,u,0):me.env.NODE_ENV!=="production"&&tt("Invalid Teleport target on update:",A,`(${typeof A})`)}else C&&es(t,A,F,u,1);ts(t,S)}},remove(e,t,r,{um:n,o:{remove:o}},i){const{shapeFlag:s,children:l,anchor:c,targetStart:u,targetAnchor:a,target:f,props:d}=e;if(f&&(o(u),o(a)),i&&o(c),s&16){const b=i||!Wn(d);for(let E=0;E<l.length;E++){const w=l[E];n(w,t,r,b,!!w.dynamicChildren)}}},move:es,hydrate:Jw};function es(e,t,r,{o:{insert:n},m:o},i=2){i===0&&n(e.targetAnchor,t,r);const{el:s,anchor:l,shapeFlag:c,children:u,props:a}=e,f=i===2;if(f&&n(s,t,r),(!f||Wn(a))&&c&16)for(let d=0;d<u.length;d++)o(u[d],t,r,2);f&&n(l,t,r)}function Jw(e,t,r,n,o,i,{o:{nextSibling:s,parentNode:l,querySelector:c,insert:u,createText:a}},f){const d=t.target=qa(t.props,c);if(d){const b=Wn(t.props),E=d._lpa||d.firstChild;if(t.shapeFlag&16)if(b)t.anchor=f(s(e),t,l(e),r,n,o,i),t.targetStart=E,t.targetAnchor=E&&s(E);else{t.anchor=s(e);let w=E;for(;w;){if(w&&w.nodeType===8){if(w.data==="teleport start anchor")t.targetStart=w;else if(w.data==="teleport anchor"){t.targetAnchor=w,d._lpa=t.targetAnchor&&s(t.targetAnchor);break}}w=s(w)}t.targetAnchor||Hd(d,t,a,u),f(E&&s(E),t,d,r,n,o,i)}ts(t,b)}return t.anchor&&s(t.anchor)}const Wd=zd;function ts(e,t){const r=e.ctx;if(r&&r.ut){let n,o;for(t?(n=e.el,o=e.anchor):(n=e.targetStart,o=e.targetAnchor);n&&n!==o;)n.nodeType===1&&n.setAttribute("data-v-owner",r.uid),n=n.nextSibling;r.ut()}}function Hd(e,t,r,n){const o=t.targetStart=r(""),i=t.targetAnchor=r("");return o[Xw]=i,e&&(n(o,e),n(i,e)),i}function Gd(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Gd(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Me(e,t){return K.isFunction(e)?K.extend({name:e.name},t,{setup:e}):e}function Zw(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const eS=new WeakSet;function tS(e){const t=Ja(),r=Sw(null);if(t){const o=t.refs===K.EMPTY_OBJ?t.refs={}:t.refs;let i;me.env.NODE_ENV!=="production"&&(i=Object.getOwnPropertyDescriptor(o,e))&&!i.configurable?tt(`useTemplateRef('${e}') already exists.`):Object.defineProperty(o,e,{enumerable:!0,get:()=>r.value,set:s=>r.value=s})}else me.env.NODE_ENV!=="production"&&tt("useTemplateRef() is called when there is no active component instance to be associated with.");const n=me.env.NODE_ENV!=="production"?un(r):r;return me.env.NODE_ENV!=="production"&&eS.add(n),n}const Kd=e=>e.nodeType===8;K.getGlobalThis().requestIdleCallback,K.getGlobalThis().cancelIdleCallback;function rS(e,t){if(Kd(e)&&e.data==="["){let r=1,n=e.nextSibling;for(;n;){if(n.nodeType===1){if(t(n)===!1)break}else if(Kd(n))if(n.data==="]"){if(--r===0)break}else n.data==="["&&r++;n=n.nextSibling}}else t(e)}const nS=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function iS(e){K.isFunction(e)&&(e={loader:e});const{loader:t,loadingComponent:r,errorComponent:n,delay:o=200,hydrate:i,timeout:s,suspensible:l=!0,onError:c}=e;let u=null,a,f=0;const d=()=>(f++,u=null,b()),b=()=>{let E;return u||(E=u=t().catch(w=>{if(w=w instanceof Error?w:new Error(String(w)),c)return new Promise((R,S)=>{c(w,()=>R(d()),()=>S(w),f+1)});throw w}).then(w=>{if(E!==u&&u)return u;if(me.env.NODE_ENV!=="production"&&!w&&tt("Async component loader resolved to undefined. If you are using retry(), make sure to return its return value."),w&&(w.__esModule||w[Symbol.toStringTag]==="Module")&&(w=w.default),me.env.NODE_ENV!=="production"&&w&&!K.isObject(w)&&!K.isFunction(w))throw new Error(`Invalid async component load result: ${w}`);return a=w,w}))};return Me({name:"AsyncComponentWrapper",__asyncLoader:b,__asyncHydrate(E,w,R){const S=i?()=>{const m=i(R,g=>rS(E,g));m&&(w.bum||(w.bum=[])).push(m)}:R;a?S():b().then(()=>!w.isUnmounted&&S())},get __asyncResolved(){return a},setup(){const E=vr;if(Zw(E),a)return()=>Va(a,E);const w=g=>{u=null,Xo(g,E,13,!n)};if(l&&E.suspense||Si)return b().then(g=>()=>Va(g,E)).catch(g=>(w(g),()=>n?we(n,{error:g}):null));const R=ue(!1),S=ue(),m=ue(!!o);return o&&setTimeout(()=>{m.value=!1},o),s!=null&&setTimeout(()=>{if(!R.value&&!S.value){const g=new Error(`Async component timed out after ${s}ms.`);w(g),S.value=g}},s),b().then(()=>{R.value=!0,E.parent&&oS(E.parent.vnode)&&E.parent.update()}).catch(g=>{w(g),S.value=g}),()=>{if(R.value&&a)return Va(a,E);if(S.value&&n)return we(n,{error:S.value});if(r&&!m.value)return we(r)}}})}function Va(e,t){const{ref:r,props:n,children:o,ce:i}=t.vnode,s=we(e,n,o);return s.ref=r,s.ce=i,delete t.vnode.ce,s}const oS=e=>e.type.__isKeepAlive;function sS(e,t,r=vr,n=!1){if(r){const o=r[e]||(r[e]=[]),i=t.__weh||(t.__weh=(...s)=>{qi();const l=dp(r),c=La(t,r,e,s);return l(),Vi(),c});return n?o.unshift(i):o.push(i),i}else if(me.env.NODE_ENV!=="production"){const o=K.toHandlerKey(Da[e].replace(/ hook$/,""));tt(`${o} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const rs=e=>(t,r=vr)=>{(!Si||e==="sp")&&sS(e,(...n)=>t(...n),r)},Vt=rs("m"),aS=rs("bu"),Gr=rs("bum"),za=rs("um"),ns="components",lS="directives";function pe(e,t){return Wa(ns,e,!0,t)||e}const Qd=Symbol.for("v-ndc");function Hn(e){return K.isString(e)?Wa(ns,e,!1)||e:e||Qd}function or(e){return Wa(lS,e)}function Wa(e,t,r=!0,n=!1){const o=Xt||vr;if(o){const i=o.type;if(e===ns){const l=el(i,!1);if(l&&(l===t||l===K.camelize(t)||l===K.capitalize(K.camelize(t))))return i}const s=Xd(o[e]||i[e],t)||Xd(o.appContext[e],t);if(!s&&n)return i;if(me.env.NODE_ENV!=="production"&&r&&!s){const l=e===ns?`
|
|
5
|
-
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"";tt(`Failed to resolve ${e.slice(0,-1)}: ${t}${l}`)}return s}else me.env.NODE_ENV!=="production"&&tt(`resolve${K.capitalize(e.slice(0,-1))} can only be used in render() or setup().`)}function Xd(e,t){return e&&(e[t]||e[K.camelize(t)]||e[K.capitalize(K.camelize(t))])}function Lt(e,t,r,n){let o;const i=r,s=K.isArray(e);if(s||K.isString(e)){const l=s&&qn(e);let c=!1;l&&(c=!ur(e),e=qo(e)),o=new Array(e.length);for(let u=0,a=e.length;u<a;u++)o[u]=t(c?ir(e[u]):e[u],u,void 0,i)}else if(typeof e=="number"){me.env.NODE_ENV!=="production"&&!Number.isInteger(e)&&tt(`The v-for range expect an integer value but got ${e}.`),o=new Array(e);for(let l=0;l<e;l++)o[l]=t(l+1,l,void 0,i)}else if(K.isObject(e))if(e[Symbol.iterator])o=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);o=new Array(l.length);for(let c=0,u=l.length;c<u;c++){const a=l[c];o[c]=t(e[a],a,c,i)}}else o=[];return o}function Yd(e,t){for(let r=0;r<t.length;r++){const n=t[r];if(K.isArray(n))for(let o=0;o<n.length;o++)e[n[o].name]=n[o].fn;else n&&(e[n.name]=n.key?(...o)=>{const i=n.fn(...o);return i&&(i.key=n.key),i}:n.fn)}return e}function Ge(e,t,r={},n,o){if(Xt.ce||Xt.parent&&nS(Xt.parent)&&Xt.parent.ce)return t!=="default"&&(r.name=t),Z(),Ce(Ye,null,[we("slot",r,n&&n())],64);let i=e[t];me.env.NODE_ENV!=="production"&&i&&i.length>1&&(tt("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),i=()=>[]),i&&i._c&&(i._d=!1),Z();const s=i&&Jd(i(r)),l=r.key||s&&s.key,c=Ce(Ye,{key:(l&&!K.isSymbol(l)?l:`_${t}`)+(!s&&n?"_fb":"")},s||(n?n():[]),s&&e._===1?64:-2);return!o&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function Jd(e){return e.some(t=>ss(t)?!(t.type===vi||t.type===Ye&&!Jd(t.children)):!0)?e:null}function Ha(e,t){const r={};if(me.env.NODE_ENV!=="production"&&!K.isObject(e))return tt("v-on with no argument expects an object value."),r;for(const n in e)r[t&&/[A-Z]/.test(n)?`on:${n}`:K.toHandlerKey(n)]=e[n];return r}const Ga=e=>e?IS(e)?hp(e):Ga(e.parent):null,Ka=K.extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>me.env.NODE_ENV!=="production"?Wo(e.props):e.props,$attrs:e=>me.env.NODE_ENV!=="production"?Wo(e.attrs):e.attrs,$slots:e=>me.env.NODE_ENV!=="production"?Wo(e.slots):e.slots,$refs:e=>me.env.NODE_ENV!=="production"?Wo(e.refs):e.refs,$parent:e=>Ga(e.parent),$root:e=>Ga(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>dS(e),$forceUpdate:e=>e.f||(e.f=()=>{Ba(e.update)}),$nextTick:e=>e.n||(e.n=Hr.bind(e.proxy)),$watch:e=>wS.bind(e)}),cS={};me.env.NODE_ENV!=="production"&&(cS.ownKeys=e=>(tt("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function uS(){return fS().slots}function fS(){const e=Ja();return me.env.NODE_ENV!=="production"&&!e&&tt("useContext() called without active instance."),e.setupContext||(e.setupContext=FS(e))}function Zd(e){return K.isArray(e)?e.reduce((t,r)=>(t[r]=null,t),{}):e}function dS(e){const t=e.type,{mixins:r,extends:n}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,l=i.get(t);let c;return l?c=l:!o.length&&!r&&!n?c=t:(c={},o.length&&o.forEach(u=>is(c,u,s,!0)),is(c,t,s)),K.isObject(t)&&i.set(t,c),c}function is(e,t,r,n=!1){const{mixins:o,extends:i}=t;i&&is(e,i,r,!0),o&&o.forEach(s=>is(e,s,r,!0));for(const s in t)if(n&&s==="expose")me.env.NODE_ENV!=="production"&&tt('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const l=pS[s]||r&&r[s];e[s]=l?l(e[s],t[s]):t[s]}return e}const pS={data:ep,props:rp,emits:rp,methods:Xi,computed:Xi,beforeCreate:fr,created:fr,beforeMount:fr,mounted:fr,beforeUpdate:fr,updated:fr,beforeDestroy:fr,beforeUnmount:fr,destroyed:fr,unmounted:fr,activated:fr,deactivated:fr,errorCaptured:fr,serverPrefetch:fr,components:Xi,directives:Xi,watch:gS,provide:ep,inject:hS};function ep(e,t){return t?e?function(){return K.extend(K.isFunction(e)?e.call(this,this):e,K.isFunction(t)?t.call(this,this):t)}:t:e}function hS(e,t){return Xi(tp(e),tp(t))}function tp(e){if(K.isArray(e)){const t={};for(let r=0;r<e.length;r++)t[e[r]]=e[r];return t}return e}function fr(e,t){return e?[...new Set([].concat(e,t))]:t}function Xi(e,t){return e?K.extend(Object.create(null),e,t):t}function rp(e,t){return e?K.isArray(e)&&K.isArray(t)?[...new Set([...e,...t])]:K.extend(Object.create(null),Zd(e),Zd(t??{})):t}function gS(e,t){if(!e)return t;if(!t)return e;const r=K.extend(Object.create(null),e);for(const n in t)r[n]=fr(e[n],t[n]);return r}let mS=null;function bi(e,t){if(!vr)me.env.NODE_ENV!=="production"&&tt("provide() can only be used inside setup().");else{let r=vr.provides;const n=vr.parent&&vr.parent.provides;n===r&&(r=vr.provides=Object.create(n)),r[e]=t}}function In(e,t,r=!1){const n=vr||Xt;if(n||mS){const o=n?n.parent==null?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return r&&K.isFunction(t)?t.call(n&&n.proxy):t;me.env.NODE_ENV!=="production"&&tt(`injection "${String(e)}" not found.`)}else me.env.NODE_ENV!=="production"&&tt("inject() can only be used inside setup() or functional components.")}const yS={},np=e=>Object.getPrototypeOf(e)===yS,Qa=TS;function ip(e,t,r=!1){const n=e.children,o=t.children;if(K.isArray(n)&&K.isArray(o))for(let i=0;i<n.length;i++){const s=n[i];let l=o[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[i]=_S(o[i]),l.el=s.el),!r&&l.patchFlag!==-2&&ip(s,l)),l.type===sp&&(l.el=s.el),me.env.NODE_ENV!=="production"&&l.type===vi&&!l.el&&(l.el=s.el)}}const bS=Symbol.for("v-scx"),vS=()=>{{const e=In(bS);return e||me.env.NODE_ENV!=="production"&&tt("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Et(e,t,r){return me.env.NODE_ENV!=="production"&&!K.isFunction(t)&&tt("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),op(e,t,r)}function op(e,t,r=K.EMPTY_OBJ){const{immediate:n,deep:o,flush:i,once:s}=r;me.env.NODE_ENV!=="production"&&!t&&(n!==void 0&&tt('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&tt('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&tt('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const l=K.extend({},r);me.env.NODE_ENV!=="production"&&(l.onWarn=tt);const c=t&&n||!t&&i!=="post";let u;if(Si){if(i==="sync"){const b=vS();u=b.__watcherHandles||(b.__watcherHandles=[])}else if(!c){const b=()=>{};return b.stop=K.NOOP,b.resume=K.NOOP,b.pause=K.NOOP,b}}const a=vr;l.call=(b,E,w)=>La(b,a,E,w);let f=!1;i==="post"?l.scheduler=b=>{Qa(b,a&&a.suspense)}:i!=="sync"&&(f=!0,l.scheduler=(b,E)=>{E?b():Ba(b)}),l.augmentJob=b=>{t&&(b.flags|=4),f&&(b.flags|=2,a&&(b.id=a.uid,b.i=a))};const d=kw(e,t,l);return Si&&(u?u.push(d):c&&d()),d}function wS(e,t,r){const n=this.proxy,o=K.isString(e)?e.includes(".")?SS(n,e):()=>n[e]:e.bind(n,n);let i;K.isFunction(t)?i=t:(i=t.handler,r=t);const s=dp(this),l=op(o,i.bind(n),r);return s(),l}function SS(e,t){const r=t.split(".");return()=>{let n=e;for(let o=0;o<r.length&&n;o++)n=n[r[o]];return n}}const ES=e=>e.__isSuspense;function TS(e,t){t&&t.pendingBranch?K.isArray(e)?t.effects.push(...e):t.effects.push(e):Nd(e)}const Ye=Symbol.for("v-fgt"),sp=Symbol.for("v-txt"),vi=Symbol.for("v-cmt"),os=[];let Er=null;function Z(e=!1){os.push(Er=e?null:[])}function AS(){os.pop(),Er=os[os.length-1]||null}let Yi=1;function ap(e,t=!1){Yi+=e,e<0&&Er&&t&&(Er.hasOnce=!0)}function lp(e){return e.dynamicChildren=Yi>0?Er||K.EMPTY_ARR:null,AS(),Yi>0&&Er&&Er.push(e),e}function ve(e,t,r,n,o,i){return lp(he(e,t,r,n,o,i,!0))}function Ce(e,t,r,n,o){return lp(we(e,t,r,n,o,!0))}function ss(e){return e?e.__v_isVNode===!0:!1}const RS=(...e)=>up(...e),cp=({key:e})=>e??null,as=({ref:e,ref_key:t,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?K.isString(e)||Dt(e)||K.isFunction(e)?{i:Xt,r:e,k:t,f:!!r}:e:null);function he(e,t=null,r=null,n=0,o=null,i=e===Ye?0:1,s=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&cp(t),ref:t&&as(t),scopeId:Md,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Xt};return l?(Ya(c,r),i&128&&e.normalize(c)):r&&(c.shapeFlag|=K.isString(r)?8:16),me.env.NODE_ENV!=="production"&&c.key!==c.key&&tt("VNode created with invalid key (NaN). VNode type:",c.type),Yi>0&&!s&&Er&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Er.push(c),c}const we=me.env.NODE_ENV!=="production"?RS:up;function up(e,t=null,r=null,n=0,o=null,i=!1){if((!e||e===Qd)&&(me.env.NODE_ENV!=="production"&&!e&&tt(`Invalid vnode type when creating vnode: ${e}.`),e=vi),ss(e)){const l=wi(e,t,!0);return r&&Ya(l,r),Yi>0&&!i&&Er&&(l.shapeFlag&6?Er[Er.indexOf(e)]=l:Er.push(l)),l.patchFlag=-2,l}if(mp(e)&&(e=e.__vccOpts),t){t=Xa(t);let{class:l,style:c}=t;l&&!K.isString(l)&&(t.class=K.normalizeClass(l)),K.isObject(c)&&(Ho(c)&&!K.isArray(c)&&(c=K.extend({},c)),t.style=K.normalizeStyle(c))}const s=K.isString(e)?1:ES(e)?128:Yw(e)?64:K.isObject(e)?4:K.isFunction(e)?2:0;return me.env.NODE_ENV!=="production"&&s&4&&Ho(e)&&(e=nt(e),tt("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
6
|
-
Component that was made reactive: `,e)),he(e,t,r,n,o,s,i,!0)}function Xa(e){return e?Ho(e)||np(e)?K.extend({},e):e:null}function wi(e,t,r=!1,n=!1){const{props:o,ref:i,patchFlag:s,children:l,transition:c}=e,u=t?Yt(o||{},t):o,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&cp(u),ref:t&&t.ref?r&&i?K.isArray(i)?i.concat(as(t)):[i,as(t)]:as(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:me.env.NODE_ENV!=="production"&&s===-1&&K.isArray(l)?l.map(fp):l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ye?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&wi(e.ssContent),ssFallback:e.ssFallback&&wi(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&n&&Gd(a,c.clone(a)),a}function fp(e){const t=wi(e);return K.isArray(e.children)&&(t.children=e.children.map(fp)),t}function Bt(e=" ",t=0){return we(sp,null,e,t)}function ke(e="",t=!1){return t?(Z(),Ce(vi,null,e)):we(vi,null,e)}function _S(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:wi(e)}function Ya(e,t){let r=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(K.isArray(t))r=16;else if(typeof t=="object")if(n&65){const o=t.default;o&&(o._c&&(o._d=!1),Ya(e,o()),o._c&&(o._d=!0));return}else{r=32;const o=t._;!o&&!np(t)?t._ctx=Xt:o===3&&Xt&&(Xt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else K.isFunction(t)?(t={default:t,_ctx:Xt},r=32):(t=String(t),n&64?(r=16,t=[Bt(t)]):r=8);e.children=t,e.shapeFlag|=r}function Yt(...e){const t={};for(let r=0;r<e.length;r++){const n=e[r];for(const o in n)if(o==="class")t.class!==n.class&&(t.class=K.normalizeClass([t.class,n.class]));else if(o==="style")t.style=K.normalizeStyle([t.style,n.style]);else if(K.isOn(o)){const i=t[o],s=n[o];s&&i!==s&&!(K.isArray(i)&&i.includes(s))&&(t[o]=i?[].concat(i,s):s)}else o!==""&&(t[o]=n[o])}return t}let vr=null;const Ja=()=>vr||Xt;let Za;{const e=K.getGlobalThis(),t=(r,n)=>{let o;return(o=e[r])||(o=e[r]=[]),o.push(n),i=>{o.length>1?o.forEach(s=>s(i)):o[0](i)}};Za=t("__VUE_INSTANCE_SETTERS__",r=>vr=r),t("__VUE_SSR_SETTERS__",r=>Si=r)}const dp=e=>{const t=vr;return Za(e),e.scope.on(),()=>{e.scope.off(),Za(t)}};function IS(e){return e.vnode.shapeFlag&4}let Si=!1;const pp=me.env.NODE_ENV!=="production"?{get(e,t){return er(e,"get",""),e[t]},set(){return tt("setupContext.attrs is readonly."),!1},deleteProperty(){return tt("setupContext.attrs is readonly."),!1}}:{get(e,t){return er(e,"get",""),e[t]}};function CS(e){return new Proxy(e.slots,{get(t,r){return er(e,"get","$slots"),t[r]}})}function FS(e){const t=r=>{if(me.env.NODE_ENV!=="production"&&(e.exposed&&tt("expose() should be called only once per setup()."),r!=null)){let n=typeof r;n==="object"&&(K.isArray(r)?n="array":Dt(r)&&(n="ref")),n!=="object"&&tt(`expose() should be passed a plain object, received ${n}.`)}e.exposed=r||{}};if(me.env.NODE_ENV!=="production"){let r,n;return Object.freeze({get attrs(){return r||(r=new Proxy(e.attrs,pp))},get slots(){return n||(n=CS(e))},get emit(){return(o,...i)=>e.emit(o,...i)},expose:t})}else return{attrs:new Proxy(e.attrs,pp),slots:e.slots,emit:e.emit,expose:t}}function hp(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Aw(ww(e.exposed)),{get(t,r){if(r in t)return t[r];if(r in Ka)return Ka[r](e)},has(t,r){return r in t||r in Ka}})):e.proxy}const PS=/(?:^|[-_])(\w)/g,xS=e=>e.replace(PS,t=>t.toUpperCase()).replace(/[-_]/g,"");function el(e,t=!0){return K.isFunction(e)?e.displayName||e.name:e.name||t&&e.__name}function gp(e,t,r=!1){let n=el(t);if(!n&&t.__file){const o=t.__file.match(/([^/\\]+)\.\w+$/);o&&(n=o[1])}if(!n&&e&&e.parent){const o=i=>{for(const s in i)if(i[s]===t)return s};n=o(e.components||e.parent.type.components)||o(e.appContext.components)}return n?xS(n):r?"App":"Anonymous"}function mp(e){return K.isFunction(e)&&"__vccOpts"in e}const V=(e,t)=>{const r=xw(e,t,Si);if(me.env.NODE_ENV!=="production"){const n=Ja();n&&n.appContext.config.warnRecursiveComputed&&(r._warnRecursive=!0)}return r};function yp(e,t,r){const n=arguments.length;return n===2?K.isObject(t)&&!K.isArray(t)?ss(t)?we(e,null,[t]):we(e,t):we(e,null,t):(n>3?r=Array.prototype.slice.call(arguments,2):n===3&&ss(r)&&(r=[r]),we(e,t,r))}function OS(){if(me.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},r={style:"color:#f5222d"},n={style:"color:#eb2f96"},o={__vue_custom_formatter:!0,header(f){return K.isObject(f)?f.__isVue?["div",e,"VueInstance"]:Dt(f)?["div",{},["span",e,a(f)],"<",l("_value"in f?f._value:f),">"]:qn(f)?["div",{},["span",e,ur(f)?"ShallowReactive":"Reactive"],"<",l(f),`>${fn(f)?" (readonly)":""}`]:fn(f)?["div",{},["span",e,ur(f)?"ShallowReadonly":"Readonly"],"<",l(f),">"]:null:null},hasBody(f){return f&&f.__isVue},body(f){if(f&&f.__isVue)return["div",{},...i(f.$)]}};function i(f){const d=[];f.type.props&&f.props&&d.push(s("props",nt(f.props))),f.setupState!==K.EMPTY_OBJ&&d.push(s("setup",f.setupState)),f.data!==K.EMPTY_OBJ&&d.push(s("data",nt(f.data)));const b=c(f,"computed");b&&d.push(s("computed",b));const E=c(f,"inject");return E&&d.push(s("injected",E)),d.push(["div",{},["span",{style:n.style+";opacity:0.66"},"$ (internal): "],["object",{object:f}]]),d}function s(f,d){return d=K.extend({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},f],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(b=>["div",{},["span",n,b+": "],l(d[b],!1)])]]:["span",{}]}function l(f,d=!0){return typeof f=="number"?["span",t,f]:typeof f=="string"?["span",r,JSON.stringify(f)]:typeof f=="boolean"?["span",n,f]:K.isObject(f)?["object",{object:d?nt(f):f}]:["span",r,String(f)]}function c(f,d){const b=f.type;if(K.isFunction(b))return;const E={};for(const w in f.ctx)u(b,w,d)&&(E[w]=f.ctx[w]);return E}function u(f,d,b){const E=f[b];if(K.isArray(E)&&E.includes(d)||K.isObject(E)&&d in E||f.extends&&u(f.extends,d,b)||f.mixins&&f.mixins.some(w=>u(w,d,b)))return!0}function a(f){return ur(f)?"ShallowRef":f.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(o):window.devtoolsFormatters=[o]}const kS=me.env.NODE_ENV!=="production"?tt:K.NOOP;me.env.NODE_ENV,me.env.NODE_ENV;let NS;const bp=typeof window<"u"&&window.trustedTypes;if(bp)try{NS=bp.createPolicy("vue",{createHTML:e=>e})}catch(e){me.env.NODE_ENV!=="production"&&kS(`Error creating trusted types policy: ${e}`)}const vp=Symbol("_vod"),$S=Symbol("_vsh"),tl={beforeMount(e,{value:t},{transition:r}){e[vp]=e.style.display==="none"?"":e.style.display,r&&t?r.beforeEnter(e):Ji(e,t)},mounted(e,{value:t},{transition:r}){r&&t&&r.enter(e)},updated(e,{value:t,oldValue:r},{transition:n}){!t!=!r&&(n?t?(n.beforeEnter(e),Ji(e,!0),n.enter(e)):n.leave(e,()=>{Ji(e,!1)}):Ji(e,t))},beforeUnmount(e,{value:t}){Ji(e,t)}};me.env.NODE_ENV!=="production"&&(tl.name="show");function Ji(e,t){e.style.display=t?e[vp]:"none",e[$S]=!t}Symbol(me.env.NODE_ENV!=="production"?"CSS_VAR_TEXT":"");function Zi(e,t,r,n){e.addEventListener(t,r,n)}const wp=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K.isArray(t)?r=>K.invokeArrayFns(t,r):t};function DS(e){e.target.composing=!0}function Sp(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const rl=Symbol("_assign"),LS={created(e,{modifiers:{lazy:t,trim:r,number:n}},o){e[rl]=wp(o);const i=n||o.props&&o.props.type==="number";Zi(e,t?"change":"input",s=>{if(s.target.composing)return;let l=e.value;r&&(l=l.trim()),i&&(l=K.looseToNumber(l)),e[rl](l)}),r&&Zi(e,"change",()=>{e.value=e.value.trim()}),t||(Zi(e,"compositionstart",DS),Zi(e,"compositionend",Sp),Zi(e,"change",Sp))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:r,modifiers:{lazy:n,trim:o,number:i}},s){if(e[rl]=wp(s),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?K.looseToNumber(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(n&&t===r||o&&e.value.trim()===c)||(e.value=c))}},BS=["ctrl","shift","alt","meta"],MS={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>BS.some(r=>e[`${r}Key`]&&!t.includes(r))},Tr=(e,t)=>{const r=e._withMods||(e._withMods={}),n=t.join(".");return r[n]||(r[n]=(o,...i)=>{for(let s=0;s<t.length;s++){const l=MS[t[s]];if(l&&l(o,t))return}return e(o,...i)})},jS={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},eo=(e,t)=>{const r=e._withKeys||(e._withKeys={}),n=t.join(".");return r[n]||(r[n]=o=>{if(!("key"in o))return;const i=K.hyphenate(o.key);if(t.some(s=>s===i||jS[s]===i))return e(o)})};function US(){OS()}me.env.NODE_ENV!=="production"&&US();const dr=()=>qt.useAbility(),ls=()=>V(()=>!!document.getElementById("files-global-search-options"));function Ep(e){if(e===void 0)throw new Error('cloneStateObject: cannot clone "undefined"');return JSON.parse(JSON.stringify(e))}const to=(e,t)=>!e||!t?!1:e.id===t.id;var Cn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function nl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var il,Tp;function qS(){if(Tp)return il;Tp=1;function e(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function t(o,i){for(var s="",l=0,c=-1,u=0,a,f=0;f<=o.length;++f){if(f<o.length)a=o.charCodeAt(f);else{if(a===47)break;a=47}if(a===47){if(!(c===f-1||u===1))if(c!==f-1&&u===2){if(s.length<2||l!==2||s.charCodeAt(s.length-1)!==46||s.charCodeAt(s.length-2)!==46){if(s.length>2){var d=s.lastIndexOf("/");if(d!==s.length-1){d===-1?(s="",l=0):(s=s.slice(0,d),l=s.length-1-s.lastIndexOf("/")),c=f,u=0;continue}}else if(s.length===2||s.length===1){s="",l=0,c=f,u=0;continue}}i&&(s.length>0?s+="/..":s="..",l=2)}else s.length>0?s+="/"+o.slice(c+1,f):s=o.slice(c+1,f),l=f-c-1;c=f,u=0}else a===46&&u!==-1?++u:u=-1}return s}function r(o,i){var s=i.dir||i.root,l=i.base||(i.name||"")+(i.ext||"");return s?s===i.root?s+l:s+o+l:l}var n={resolve:function(){for(var i="",s=!1,l,c=arguments.length-1;c>=-1&&!s;c--){var u;c>=0?u=arguments[c]:(l===void 0&&(l=me.cwd()),u=l),e(u),u.length!==0&&(i=u+"/"+i,s=u.charCodeAt(0)===47)}return i=t(i,!s),s?i.length>0?"/"+i:"/":i.length>0?i:"."},normalize:function(i){if(e(i),i.length===0)return".";var s=i.charCodeAt(0)===47,l=i.charCodeAt(i.length-1)===47;return i=t(i,!s),i.length===0&&!s&&(i="."),i.length>0&&l&&(i+="/"),s?"/"+i:i},isAbsolute:function(i){return e(i),i.length>0&&i.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var i,s=0;s<arguments.length;++s){var l=arguments[s];e(l),l.length>0&&(i===void 0?i=l:i+="/"+l)}return i===void 0?".":n.normalize(i)},relative:function(i,s){if(e(i),e(s),i===s||(i=n.resolve(i),s=n.resolve(s),i===s))return"";for(var l=1;l<i.length&&i.charCodeAt(l)===47;++l);for(var c=i.length,u=c-l,a=1;a<s.length&&s.charCodeAt(a)===47;++a);for(var f=s.length,d=f-a,b=u<d?u:d,E=-1,w=0;w<=b;++w){if(w===b){if(d>b){if(s.charCodeAt(a+w)===47)return s.slice(a+w+1);if(w===0)return s.slice(a+w)}else u>b&&(i.charCodeAt(l+w)===47?E=w:w===0&&(E=0));break}var R=i.charCodeAt(l+w),S=s.charCodeAt(a+w);if(R!==S)break;R===47&&(E=w)}var m="";for(w=l+E+1;w<=c;++w)(w===c||i.charCodeAt(w)===47)&&(m.length===0?m+="..":m+="/..");return m.length>0?m+s.slice(a+E):(a+=E,s.charCodeAt(a)===47&&++a,s.slice(a))},_makeLong:function(i){return i},dirname:function(i){if(e(i),i.length===0)return".";for(var s=i.charCodeAt(0),l=s===47,c=-1,u=!0,a=i.length-1;a>=1;--a)if(s=i.charCodeAt(a),s===47){if(!u){c=a;break}}else u=!1;return c===-1?l?"/":".":l&&c===1?"//":i.slice(0,c)},basename:function(i,s){if(s!==void 0&&typeof s!="string")throw new TypeError('"ext" argument must be a string');e(i);var l=0,c=-1,u=!0,a;if(s!==void 0&&s.length>0&&s.length<=i.length){if(s.length===i.length&&s===i)return"";var f=s.length-1,d=-1;for(a=i.length-1;a>=0;--a){var b=i.charCodeAt(a);if(b===47){if(!u){l=a+1;break}}else d===-1&&(u=!1,d=a+1),f>=0&&(b===s.charCodeAt(f)?--f===-1&&(c=a):(f=-1,c=d))}return l===c?c=d:c===-1&&(c=i.length),i.slice(l,c)}else{for(a=i.length-1;a>=0;--a)if(i.charCodeAt(a)===47){if(!u){l=a+1;break}}else c===-1&&(u=!1,c=a+1);return c===-1?"":i.slice(l,c)}},extname:function(i){e(i);for(var s=-1,l=0,c=-1,u=!0,a=0,f=i.length-1;f>=0;--f){var d=i.charCodeAt(f);if(d===47){if(!u){l=f+1;break}continue}c===-1&&(u=!1,c=f+1),d===46?s===-1?s=f:a!==1&&(a=1):s!==-1&&(a=-1)}return s===-1||c===-1||a===0||a===1&&s===c-1&&s===l+1?"":i.slice(s,c)},format:function(i){if(i===null||typeof i!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof i);return r("/",i)},parse:function(i){e(i);var s={root:"",dir:"",base:"",ext:"",name:""};if(i.length===0)return s;var l=i.charCodeAt(0),c=l===47,u;c?(s.root="/",u=1):u=0;for(var a=-1,f=0,d=-1,b=!0,E=i.length-1,w=0;E>=u;--E){if(l=i.charCodeAt(E),l===47){if(!b){f=E+1;break}continue}d===-1&&(b=!1,d=E+1),l===46?a===-1?a=E:w!==1&&(w=1):a!==-1&&(w=-1)}return a===-1||d===-1||w===0||w===1&&a===d-1&&a===f+1?d!==-1&&(f===0&&c?s.base=s.name=i.slice(1,d):s.base=s.name=i.slice(f,d)):(f===0&&c?(s.name=i.slice(1,a),s.base=i.slice(1,d)):(s.name=i.slice(f,a),s.base=i.slice(f,d)),s.ext=i.slice(a,d)),f>0?s.dir=i.slice(0,f-1):c&&(s.dir="/"),s},sep:"/",delimiter:":",win32:null,posix:null};return n.posix=n,il=n,il}var ht=qS();const cs=nl(ht),VS=Me({name:"SpaceMoveInfoModal",props:{modal:{type:Object,required:!0}}}),Ue=(e,t)=>{const r=e.__vccOpts||e;for(const[n,o]of t)r[n]=o;return r},zS=["textContent"],WS=["textContent"];function HS(e,t,r,n,o,i){return Z(),ve(Ye,null,[he("p",{class:"oc-mt-rm",textContent:K.toDisplayString(e.$gettext("Moving files from one space to another is not possible. Do you want to copy instead?"))},null,8,zS),he("p",{class:"oc-mb-rm",textContent:K.toDisplayString(e.$gettext("Note: Links and shares of the original file are not copied."))},null,8,WS)],64)}const Ap=Ue(VS,[["render",HS]]),GS=Me({name:"ResourceConflictModal",props:{modal:{type:Object,required:!0},resource:{type:Object,required:!0},conflictCount:{type:Number,required:!0},callbackFn:{type:Function,required:!0},suggestMerge:{type:Boolean,default:!0},separateSkipHandling:{type:Boolean,default:!1},confirmSecondaryTextOverwrite:{type:String,default:null}},setup(e){const{removeModal:t}=yt(),{$gettext:r}=Ne.useGettext(),n=ue(!1),o=V(()=>e.conflictCount<2?"":e.separateSkipHandling?e.resource.isFolder?r("Apply to all %{count} folders",{count:e.conflictCount.toString()},!0):r("Apply to all %{count} files",{count:e.conflictCount.toString()},!0):r("Apply to all %{count} conflicts",{count:e.conflictCount.toString()},!0)),i=V(()=>e.resource.isFolder?r('Folder with name "%{name}" already exists.',{name:e.resource.name},!0):r('File with name "%{name}" already exists.',{name:e.resource.name},!0)),s=V(()=>e.confirmSecondaryTextOverwrite||r("Replace"));return{message:i,checkboxValue:n,checkboxLabel:o,confirmSecondaryText:s,onConfirm:()=>{t(e.modal.id),e.callbackFn({strategy:Ur.KEEP_BOTH,doForAllConflicts:y(n)})},onConfirmSecondary:()=>{t(e.modal.id);const a=e.suggestMerge?Ur.MERGE:Ur.REPLACE;e.callbackFn({strategy:a,doForAllConflicts:y(n)})},onCancel:()=>{t(e.modal.id),e.callbackFn({strategy:Ur.SKIP,doForAllConflicts:y(n)})}}}}),KS=["textContent"],QS={class:"oc-my-m"},XS={class:"oc-flex oc-flex-right oc-flex-middle oc-mt-m"},YS={class:"oc-modal-body-actions-grid"};function JS(e,t,r,n,o,i){const s=pe("oc-checkbox"),l=pe("oc-button");return Z(),ve(Ye,null,[he("span",{class:"oc-display-inline-block oc-mb-m",textContent:K.toDisplayString(e.message)},null,8,KS),he("div",QS,[e.conflictCount>1?(Z(),Ce(s,{key:0,modelValue:e.checkboxValue,"onUpdate:modelValue":t[0]||(t[0]=c=>e.checkboxValue=c),size:"medium",label:e.checkboxLabel,"aria-label":e.checkboxLabel},null,8,["modelValue","label","aria-label"])):ke("",!0)]),he("div",XS,[he("div",YS,[we(l,{class:"oc-modal-body-actions-cancel oc-ml-s",appearance:"outline",variation:"passive",onClick:e.onCancel},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Skip")),1)]),_:1},8,["onClick"]),we(l,{class:"oc-modal-body-actions-secondary oc-ml-s",appearance:"outline",variation:"passive",onClick:e.onConfirmSecondary},{default:Te(()=>[Bt(K.toDisplayString(e.confirmSecondaryText),1)]),_:1},8,["onClick"]),we(l,{class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",variation:"primary",onClick:e.onConfirm},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Keep both")),1)]),_:1},8,["onClick"])])])],64)}const Rp=Ue(GS,[["render",JS]]);class ol{constructor(t,r){this.$gettext=t,this.$ngettext=r}async resolveAllConflicts(t,r,n){const o=[];for(const u of t){const a=ht.join(r.path,u.name);n.some(d=>d.path===a)&&o.push({resource:u,strategy:null})}let i=0,s=!1,l=null;const c=[];for(const u of o){if(s){u.strategy=l,c.push(u);continue}const a=o.length-i,f=await this.resolveFileExists(u.resource,a);u.strategy=f.strategy,c.push(u),i+=1,f.doForAllConflicts&&(s=!0,l=f.strategy)}return c}resolveFileExists(t,r,n=!1,o=!1){const{dispatchModal:i}=yt();return new Promise(s=>{i({variation:"danger",title:t.isFolder?this.$gettext("Folder already exists"):this.$gettext("File already exists"),hideActions:!0,customComponent:Rp,customComponentAttrs:()=>({resource:t,conflictCount:r,suggestMerge:n,separateSkipHandling:o,callbackFn:l=>{s(l)}})})})}resolveDoCopyInsteadOfMoveForSpaces(){const{dispatchModal:t}=yt();return new Promise(r=>{t({variation:"danger",title:this.$gettext("Copy here?"),customComponent:Ap,confirmText:this.$gettext("Copy here"),onCancel:()=>{r(!1)},onConfirm:()=>Promise.resolve(r(!0))})})}}const jr=(e,t,r,n=1)=>{let o;return t?o=`${ie.extractNameWithoutExtension({name:e,extension:t})} (${n}).${t}`:o=`${e} (${n})`,r.some(s=>s.name===o)?jr(e,t,r,n+1):o},_p=(e,t,r,n)=>e.id===r.id&&ht.dirname(t.path)===n.path;var Ur=(e=>(e[e.SKIP=0]="SKIP",e[e.REPLACE=1]="REPLACE",e[e.KEEP_BOTH=2]="KEEP_BOTH",e[e.MERGE=3]="MERGE",e))(Ur||{}),hn=(e=>(e[e.COPY=0]="COPY",e[e.MOVE=1]="MOVE",e))(hn||{});class Ip extends ol{constructor(t,r,n,o,i,s,l,c){super(l,c),this.sourceSpace=t,this.resourcesToMove=r,this.targetSpace=n,this.targetFolder=o,this.currentFolder=i,this.clientService=s}hasRecursion(){return this.sourceSpace.id!==this.targetSpace.id?!1:this.resourcesToMove.some(t=>this.targetFolder.path===t.path)}showRecursionErrorMessage(){const t=this.resourcesToMove.length,r=this.$ngettext("You can't paste the selected file at this location because you can't paste an item into itself.","You can't paste the selected files at this location because you can't paste an item into itself.",t);it().showErrorMessage({title:r})}showResultMessage(t,r,n){var l,c;if(t.length===0){const u=r.length;if(u===0)return;const a=n===hn.COPY?this.$ngettext("%{count} item was copied successfully","%{count} items were copied successfully",u,{count:u.toString()},!0):this.$ngettext("%{count} item was moved successfully","%{count} items were moved successfully",u,{count:u.toString()},!0);it().showMessage({title:a,status:"success"});return}let o=n===hn.COPY?this.$gettext("Failed to copy %{count} resources",{count:t.length.toString()},!0):this.$gettext("Failed to move %{count} resources",{count:t.length.toString()},!0);t.length===1&&(o=n===hn.COPY?this.$gettext('Failed to copy "%{name}"',{name:(l=t[0])==null?void 0:l.resourceName},!0):this.$gettext('Failed to move "%{name}"',{name:(c=t[0])==null?void 0:c.resourceName},!0));let i="";t.some(({error:u})=>u instanceof ie.HttpError&&u.statusCode===507)&&(i=this.$gettext("Insufficient quota")),it().showErrorMessage({title:o,...i&&{desc:i},errors:t.map(({error:u})=>u)})}async getTransferData(t){var i;if(this.hasRecursion())return this.showRecursionErrorMessage(),[];if(this.sourceSpace.id!==this.targetSpace.id&&t===hn.MOVE){if(!await this.resolveDoCopyInsteadOfMoveForSpaces())return[];t=hn.COPY}const r=(await this.clientService.webdav.listFiles(this.targetSpace,this.targetFolder)).children,n=await this.resolveAllConflicts(this.resourcesToMove,this.targetFolder,r),o=[];for(const s of this.resourcesToMove){const l={...s},{id:c,name:u,extension:a}=l,f=n.some(E=>E.resource.id===c);let d=u,b=!1;if(f){const E=(i=n.find(w=>w.resource.id===c))==null?void 0:i.strategy;if(E===Ur.SKIP)continue;if(E===Ur.REPLACE){if(this.isOverwritingParentFolder(l,this.targetFolder,r)){const w=new Error;this.showResultMessage([{error:w,resourceName:u}],[],t);continue}b=!0}E===Ur.KEEP_BOTH&&(d=jr(u,a,r),l.name=d)}_p(this.sourceSpace,l,this.targetSpace,this.targetFolder)&&b||o.push({resource:l,sourceSpace:this.sourceSpace,targetSpace:this.targetSpace,targetFolder:this.targetFolder,path:ht.join(this.targetFolder.path,d),overwrite:b,transferType:t})}return o}isOverwritingParentFolder(t,r,n){var s;if(t.type!=="folder"||r.path===((s=y(this.currentFolder))==null?void 0:s.path))return!1;const o=ht.basename(t.path),i=ht.join(r.path,o);return n.some(l=>l.path===i)}}const sl={ignoreLocation:!0,threshold:0,useExtendedSearch:!0},ZS=(e,t,r)=>new id(e,{...sl,keys:["name","type","icon","extension","tags"]}).search(t,{limit:r}).map(o=>o.item),Cp="oc-resource-icon-mapping",eE={archive:{icon:{name:"resource-type-archive",color:"var(--oc-color-icon-archive)"},extensions:["7z","apk","bz2","deb","gz","gzip","rar","tar","tar.bz2","tar.gz","tar.xz","tbz2","tgz","zip"]},audio:{icon:{name:"resource-type-audio",color:"var(--oc-color-icon-audio)"},extensions:["3gp","8svx","aa","aac","aax","act","aiff","alac","amr","ape","au","awb","cda","dss","dvf","flac","gsm","iklax","ivs","m4a","m4b","m4p","mmf","mogg","movpkg","mp3","mpc","msv","nmf","oga","ogga","opus","ra","raw","rf64","rm","sln","tta","voc","vox","wav","wma","wv"]},code:{icon:{name:"resource-type-code",color:"var(--oc-color-text-default)"},extensions:["bash","c++","c","cc","cpp","css","feature","go","h","hh","hpp","htm","html","java","js","json","php","pl","py","scss","sh","sh-lib","sql","ts","xml","yaml","yml"]},default:{icon:{name:"resource-type-file",color:"var(--oc-color-text-default)"},extensions:["accdb","rss","swf"]},drawio:{icon:{name:"resource-type-drawio",color:"var(--oc-color-icon-drawio)"},extensions:["drawio"]},document:{icon:{name:"resource-type-document",color:"var(--oc-color-icon-document)"},extensions:["doc","docm","docx","dot","dotx","lwp","odt","one","vsd","wpd"]},ifc:{icon:{name:"resource-type-ifc",color:"var(--oc-color-icon-ifc)"},extensions:["ifc"]},ipynb:{icon:{name:"resource-type-jupyter",color:"var(--oc-color-icon-jupyter)"},extensions:["ipynb"]},image:{icon:{name:"resource-type-image",color:"var(--oc-color-icon-image)"},extensions:["ai","cdr","eot","eps","gif","jpeg","jpg","otf","pfb","png","ps","psd","svg","ttf","woff","xcf"]},form:{icon:{name:"resource-type-form",color:"var(--oc-color-icon-form)"},extensions:["docf","docxf","oform"]},markdown:{icon:{name:"resource-type-markdown",color:"var(--oc-color-icon-markdown)"},extensions:["md","markdown"]},odg:{icon:{name:"resource-type-graphic",color:"var(--oc-color-icon-graphic)"},extensions:["odg"]},pdf:{icon:{name:"resource-type-pdf",color:"var(--oc-color-icon-pdf)"},extensions:["pdf"]},presentation:{icon:{name:"resource-type-presentation",color:"var(--oc-color-icon-presentation)"},extensions:["odp","pot","potm","potx","ppa","ppam","pps","ppsm","ppsx","ppt","pptm","pptx"]},root:{icon:{name:"resource-type-root",color:"var(--oc-color-icon-root)"},extensions:["root"]},spreadsheet:{icon:{name:"resource-type-spreadsheet",color:"var(--oc-color-icon-spreadsheet)"},extensions:["csv","ods","xla","xlam","xls","xlsb","xlsm","xlsx","xlt","xltm","xltx"]},text:{icon:{name:"resource-type-text",color:"var(--oc-color-text-default)"},extensions:["cb7","cba","cbr","cbt","cbtc","cbz","cvbdl","eml","mdb","tex","txt"]},url:{icon:{name:"resource-type-url",color:"var(--oc-color-text-default)"},extensions:["url"]},video:{icon:{name:"resource-type-video",color:"var(--oc-color-icon-video)"},extensions:["mov","mp4","webm","wmv"]},epub:{icon:{name:"resource-type-book",color:"var(--oc-color-icon-epub)"},extensions:["epub"]},board:{icon:{name:"resource-type-board"},extensions:["ggs"]}};function Fp(){const e={};return Object.values(eE).forEach(t=>{t.extensions.forEach(r=>{e[r]=t.icon})}),e}function al(e,t,r){return t.name=ht.basename(r),t.path=r,t.webDavPath=ht.join(e.webDavPath,r),t.extension=ie.extractExtensionFromFile(t),t}function tE(){this.__data__=[],this.size=0}function ro(e,t){return e===t||e!==e&&t!==t}function us(e,t){for(var r=e.length;r--;)if(ro(e[r][0],t))return r;return-1}var rE=Array.prototype,nE=rE.splice;function iE(e){var t=this.__data__,r=us(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():nE.call(t,r,1),--this.size,!0}function oE(e){var t=this.__data__,r=us(t,e);return r<0?void 0:t[r][1]}function sE(e){return us(this.__data__,e)>-1}function aE(e,t){var r=this.__data__,n=us(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function gn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}gn.prototype.clear=tE,gn.prototype.delete=iE,gn.prototype.get=oE,gn.prototype.has=sE,gn.prototype.set=aE;function lE(){this.__data__=new gn,this.size=0}function cE(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function uE(e){return this.__data__.get(e)}function fE(e){return this.__data__.has(e)}const Fn=globalThis||void 0||self;var Pp=typeof Fn=="object"&&Fn&&Fn.Object===Object&&Fn,dE=typeof self=="object"&&self&&self.Object===Object&&self,Kr=Pp||dE||Function("return this")(),Fr=Kr.Symbol,xp=Object.prototype,pE=xp.hasOwnProperty,hE=xp.toString,no=Fr?Fr.toStringTag:void 0;function gE(e){var t=pE.call(e,no),r=e[no];try{e[no]=void 0;var n=!0}catch{}var o=hE.call(e);return n&&(t?e[no]=r:delete e[no]),o}var mE=Object.prototype,yE=mE.toString;function bE(e){return yE.call(e)}var vE="[object Null]",wE="[object Undefined]",Op=Fr?Fr.toStringTag:void 0;function Gn(e){return e==null?e===void 0?wE:vE:Op&&Op in Object(e)?gE(e):bE(e)}function Qr(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var SE="[object AsyncFunction]",EE="[object Function]",TE="[object GeneratorFunction]",AE="[object Proxy]";function ll(e){if(!Qr(e))return!1;var t=Gn(e);return t==EE||t==TE||t==SE||t==AE}var cl=Kr["__core-js_shared__"],kp=function(){var e=/[^.]+$/.exec(cl&&cl.keys&&cl.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function RE(e){return!!kp&&kp in e}var _E=Function.prototype,IE=_E.toString;function Kn(e){if(e!=null){try{return IE.call(e)}catch{}try{return e+""}catch{}}return""}var CE=/[\\^$.*+?()[\]{}|]/g,FE=/^\[object .+?Constructor\]$/,PE=Function.prototype,xE=Object.prototype,OE=PE.toString,kE=xE.hasOwnProperty,NE=RegExp("^"+OE.call(kE).replace(CE,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function $E(e){if(!Qr(e)||RE(e))return!1;var t=ll(e)?NE:FE;return t.test(Kn(e))}function DE(e,t){return e==null?void 0:e[t]}function Qn(e,t){var r=DE(e,t);return $E(r)?r:void 0}var io=Qn(Kr,"Map"),oo=Qn(Object,"create");function LE(){this.__data__=oo?oo(null):{},this.size=0}function BE(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var ME="__lodash_hash_undefined__",jE=Object.prototype,UE=jE.hasOwnProperty;function qE(e){var t=this.__data__;if(oo){var r=t[e];return r===ME?void 0:r}return UE.call(t,e)?t[e]:void 0}var VE=Object.prototype,zE=VE.hasOwnProperty;function WE(e){var t=this.__data__;return oo?t[e]!==void 0:zE.call(t,e)}var HE="__lodash_hash_undefined__";function GE(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=oo&&t===void 0?HE:t,this}function Xn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Xn.prototype.clear=LE,Xn.prototype.delete=BE,Xn.prototype.get=qE,Xn.prototype.has=WE,Xn.prototype.set=GE;function KE(){this.size=0,this.__data__={hash:new Xn,map:new(io||gn),string:new Xn}}function QE(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function fs(e,t){var r=e.__data__;return QE(t)?r[typeof t=="string"?"string":"hash"]:r.map}function XE(e){var t=fs(this,e).delete(e);return this.size-=t?1:0,t}function YE(e){return fs(this,e).get(e)}function JE(e){return fs(this,e).has(e)}function ZE(e,t){var r=fs(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function mn(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}mn.prototype.clear=KE,mn.prototype.delete=XE,mn.prototype.get=YE,mn.prototype.has=JE,mn.prototype.set=ZE;var e1=200;function t1(e,t){var r=this.__data__;if(r instanceof gn){var n=r.__data__;if(!io||n.length<e1-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new mn(n)}return r.set(e,t),this.size=r.size,this}function Xr(e){var t=this.__data__=new gn(e);this.size=t.size}Xr.prototype.clear=lE,Xr.prototype.delete=cE,Xr.prototype.get=uE,Xr.prototype.has=fE,Xr.prototype.set=t1;var ds=function(){try{var e=Qn(Object,"defineProperty");return e({},"",{}),e}catch{}}();function ul(e,t,r){t=="__proto__"&&ds?ds(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function fl(e,t,r){(r!==void 0&&!ro(e[t],r)||r===void 0&&!(t in e))&&ul(e,t,r)}function r1(e){return function(t,r,n){for(var o=-1,i=Object(t),s=n(t),l=s.length;l--;){var c=s[++o];if(r(i[c],c,i)===!1)break}return t}}var n1=r1(),Np=typeof j=="object"&&j&&!j.nodeType&&j,$p=Np&&typeof module=="object"&&module&&!module.nodeType&&module,i1=$p&&$p.exports===Np,Dp=i1?Kr.Buffer:void 0,Lp=Dp?Dp.allocUnsafe:void 0;function Bp(e,t){if(t)return e.slice();var r=e.length,n=Lp?Lp(r):new e.constructor(r);return e.copy(n),n}var ps=Kr.Uint8Array;function dl(e){var t=new e.constructor(e.byteLength);return new ps(t).set(new ps(e)),t}function Mp(e,t){var r=t?dl(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function o1(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var jp=Object.create,s1=function(){function e(){}return function(t){if(!Qr(t))return{};if(jp)return jp(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();function Up(e,t){return function(r){return e(t(r))}}var pl=Up(Object.getPrototypeOf,Object),a1=Object.prototype;function hs(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||a1;return e===r}function l1(e){return typeof e.constructor=="function"&&!hs(e)?s1(pl(e)):{}}function Yr(e){return e!=null&&typeof e=="object"}var c1="[object Arguments]";function qp(e){return Yr(e)&&Gn(e)==c1}var Vp=Object.prototype,u1=Vp.hasOwnProperty,f1=Vp.propertyIsEnumerable,so=qp(function(){return arguments}())?qp:function(e){return Yr(e)&&u1.call(e,"callee")&&!f1.call(e,"callee")},Pr=Array.isArray,d1=9007199254740991;function zp(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=d1}function ao(e){return e!=null&&zp(e.length)&&!ll(e)}function p1(e){return Yr(e)&&ao(e)}function h1(){return!1}var Wp=typeof j=="object"&&j&&!j.nodeType&&j,Hp=Wp&&typeof module=="object"&&module&&!module.nodeType&&module,g1=Hp&&Hp.exports===Wp,Gp=g1?Kr.Buffer:void 0,m1=Gp?Gp.isBuffer:void 0,Ei=m1||h1,y1="[object Object]",b1=Function.prototype,v1=Object.prototype,Kp=b1.toString,w1=v1.hasOwnProperty,S1=Kp.call(Object);function hl(e){if(!Yr(e)||Gn(e)!=y1)return!1;var t=pl(e);if(t===null)return!0;var r=w1.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&Kp.call(r)==S1}var E1="[object Arguments]",T1="[object Array]",A1="[object Boolean]",R1="[object Date]",_1="[object Error]",I1="[object Function]",C1="[object Map]",F1="[object Number]",P1="[object Object]",x1="[object RegExp]",O1="[object Set]",k1="[object String]",N1="[object WeakMap]",$1="[object ArrayBuffer]",D1="[object DataView]",L1="[object Float32Array]",B1="[object Float64Array]",M1="[object Int8Array]",j1="[object Int16Array]",U1="[object Int32Array]",q1="[object Uint8Array]",V1="[object Uint8ClampedArray]",z1="[object Uint16Array]",W1="[object Uint32Array]",wt={};wt[L1]=wt[B1]=wt[M1]=wt[j1]=wt[U1]=wt[q1]=wt[V1]=wt[z1]=wt[W1]=!0,wt[E1]=wt[T1]=wt[$1]=wt[A1]=wt[D1]=wt[R1]=wt[_1]=wt[I1]=wt[C1]=wt[F1]=wt[P1]=wt[x1]=wt[O1]=wt[k1]=wt[N1]=!1;function H1(e){return Yr(e)&&zp(e.length)&&!!wt[Gn(e)]}function gl(e){return function(t){return e(t)}}var Qp=typeof j=="object"&&j&&!j.nodeType&&j,lo=Qp&&typeof module=="object"&&module&&!module.nodeType&&module,G1=lo&&lo.exports===Qp,ml=G1&&Pp.process,Ti=function(){try{var e=lo&&lo.require&&lo.require("util").types;return e||ml&&ml.binding&&ml.binding("util")}catch{}}(),Xp=Ti&&Ti.isTypedArray,gs=Xp?gl(Xp):H1;function yl(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var K1=Object.prototype,Q1=K1.hasOwnProperty;function Yp(e,t,r){var n=e[t];(!(Q1.call(e,t)&&ro(n,r))||r===void 0&&!(t in e))&&ul(e,t,r)}function Jp(e,t,r,n){var o=!r;r||(r={});for(var i=-1,s=t.length;++i<s;){var l=t[i],c=void 0;c===void 0&&(c=e[l]),o?ul(r,l,c):Yp(r,l,c)}return r}function X1(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var Y1=9007199254740991,J1=/^(?:0|[1-9]\d*)$/;function Zp(e,t){var r=typeof e;return t=t??Y1,!!t&&(r=="number"||r!="symbol"&&J1.test(e))&&e>-1&&e%1==0&&e<t}var Z1=Object.prototype,eT=Z1.hasOwnProperty;function eh(e,t){var r=Pr(e),n=!r&&so(e),o=!r&&!n&&Ei(e),i=!r&&!n&&!o&&gs(e),s=r||n||o||i,l=s?X1(e.length,String):[],c=l.length;for(var u in e)(t||eT.call(e,u))&&!(s&&(u=="length"||o&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Zp(u,c)))&&l.push(u);return l}function tT(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var rT=Object.prototype,nT=rT.hasOwnProperty;function iT(e){if(!Qr(e))return tT(e);var t=hs(e),r=[];for(var n in e)n=="constructor"&&(t||!nT.call(e,n))||r.push(n);return r}function bl(e){return ao(e)?eh(e,!0):iT(e)}function oT(e){return Jp(e,bl(e))}function sT(e,t,r,n,o,i,s){var l=yl(e,r),c=yl(t,r),u=s.get(c);if(u){fl(e,r,u);return}var a=i?i(l,c,r+"",e,t,s):void 0,f=a===void 0;if(f){var d=Pr(c),b=!d&&Ei(c),E=!d&&!b&&gs(c);a=c,d||b||E?Pr(l)?a=l:p1(l)?a=o1(l):b?(f=!1,a=Bp(c,!0)):E?(f=!1,a=Mp(c,!0)):a=[]:hl(c)||so(c)?(a=l,so(l)?a=oT(l):(!Qr(l)||ll(l))&&(a=l1(c))):f=!1}f&&(s.set(c,a),o(a,c,n,i,s),s.delete(c)),fl(e,r,a)}function th(e,t,r,n,o){e!==t&&n1(t,function(i,s){if(o||(o=new Xr),Qr(i))sT(e,t,s,r,th,n,o);else{var l=n?n(yl(e,s),i,s+"",e,t,o):void 0;l===void 0&&(l=i),fl(e,s,l)}},bl)}function rh(e){return e}function aT(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var nh=Math.max;function ih(e,t,r){return t=nh(t===void 0?e.length-1:t,0),function(){for(var n=arguments,o=-1,i=nh(n.length-t,0),s=Array(i);++o<i;)s[o]=n[t+o];o=-1;for(var l=Array(t+1);++o<t;)l[o]=n[o];return l[t]=r(s),aT(e,this,l)}}function lT(e){return function(){return e}}var cT=ds?function(e,t){return ds(e,"toString",{configurable:!0,enumerable:!1,value:lT(t),writable:!0})}:rh,uT=800,fT=16,dT=Date.now;function pT(e){var t=0,r=0;return function(){var n=dT(),o=fT-(n-r);if(r=n,o>0){if(++t>=uT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var oh=pT(cT);function hT(e,t){return oh(ih(e,t,rh),e+"")}function gT(e,t,r){if(!Qr(r))return!1;var n=typeof t;return(n=="number"?ao(r)&&Zp(t,r.length):n=="string"&&t in r)?ro(r[t],e):!1}function mT(e){return hT(function(t,r){var n=-1,o=r.length,i=o>1?r[o-1]:void 0,s=o>2?r[2]:void 0;for(i=e.length>3&&typeof i=="function"?(o--,i):void 0,s&&gT(r[0],r[1],s)&&(i=o<3?void 0:i,o=1),t=Object(t);++n<o;){var l=r[n];l&&e(t,l,n,i)}return t})}var co=mT(function(e,t,r){th(e,t,r)});const vl=(e,...t)=>{const{href:r}=e.resolve(y(e.currentRoute));return t.map(n=>{const{href:o}=e.resolve({...n});return o==="/"||o==="#/"?!1:r.startsWith(o)}).some(Boolean)},uo=(...e)=>(t,...r)=>{if(!r.length)return vl(t,...e);const[n,...o]=r.map(i=>{const s=e.find(l=>l.name===i);if(!s)throw new Error(`unknown comparative '${i}'`);return s});return vl(t,n,...o)};function nB(e){return e}const fo=(e,...t)=>co({},{name:e},...t.map(r=>({...r.params&&{params:r.params},...r.query&&{query:r.query}}))),Ai=(e,t={})=>fo(e,t),sh=Ai("files-common-favorites"),ah=Ai("files-common-search"),Tt=uo(sh,ah),yT=e=>[{path:"/search",component:e.App,children:[{name:ah.name,path:"list/:page?",component:e.SearchResults,meta:{authContext:"user",title:"Search results",contextQueryItems:["term","provider","q_tags","q_lastModified","q_titleOnly","q_mediaType","scope","useScope"]}}]},{path:"/favorites",component:e.App,children:[{name:sh.name,path:"",component:e.Favorites,meta:{authContext:"user",title:"Favorite files"}}]}],xr=(e,t={})=>fo(e,t),lh=xr("files-spaces-projects"),wl=xr("files-spaces-generic"),ct=uo(lh,wl),bT=e=>[{path:"/spaces",component:e.App,children:[{path:"projects",name:lh.name,component:e.Spaces.Projects,meta:{authContext:"user",title:"Spaces"}},{path:":driveAliasAndItem(.*)?",name:wl.name,component:e.Spaces.DriveResolver,meta:{authContext:"user",patchCleanPath:!0,contextQueryItems:["sort-by","sort-dir"]}}]}],Or=(e,t={})=>fo(e,t),vT=Or("files-shares"),ms=Or("files-shares-with-me"),Sl=Or("files-shares-with-others"),El=Or("files-shares-via-link"),kt=uo(ms,Sl,El),wT=e=>[{name:vT.name,path:"/shares",component:e.App,redirect:ms,children:[{name:ms.name,path:"with-me",component:e.Shares.SharedWithMe,meta:{authContext:"user",title:"Files shared with me"}},{name:Sl.name,path:"with-others",component:e.Shares.SharedWithOthers,meta:{authContext:"user",title:"Files shared with others"}},{name:El.name,path:"via-link",component:e.Shares.SharedViaLink,meta:{authContext:"user",title:"Files shared via link"}}]}],Ri=(e,t={})=>fo(e,t),Tl=Ri("files-public-link"),Al=Ri("files-public-upload"),Ar=uo(Tl,Al),ST=e=>[{path:"/link",component:e.App,meta:{auth:!1},children:[{name:Tl.name,path:":driveAliasAndItem(.*)?",component:e.Spaces.DriveResolver,meta:{authContext:"publicLink",patchCleanPath:!0}}]},{path:"/upload",component:e.App,meta:{auth:!1},children:[{name:Al.name,path:":token?",component:e.FilesDrop,meta:{authContext:"publicLink",title:"Public file upload"}}]}],_i=(e,t={})=>fo(e,t),ch=_i("files-trash-generic"),uh=_i("files-trash-overview"),Rr=uo(ch,uh),ET=e=>[{path:"/trash",component:e.App,children:[{path:"overview",name:uh.name,component:e.Trash.Overview,meta:{authContext:"user",title:"Trash overview"}},{name:ch.name,path:":driveAliasAndItem(.*)?",component:e.Spaces.DriveResolver,meta:{authContext:"user",patchCleanPath:!0}}]}];function fh(e){return{applicationConfig:V(()=>e.appsStore.externalAppConfig[e.applicationId]||{})}}const TT=["anonymous","user","idp","publicLink","hybrid"],yn=e=>In(e),We=()=>yn("$router"),Jt=()=>We().currentRoute,Rl=e=>e.path.split("/")[1],AT=()=>{const e=Jt();return V(()=>Rl(y(e)))},Jr=(e,t={},r)=>{var o,i;const n=(r==null?void 0:r.configStore)||at();return{params:{driveAliasAndItem:e.getDriveAliasAndItem({path:t.path||""})},query:{...ie.isShareSpaceResource(e)&&{shareId:e.id},...((i=(o=n==null?void 0:n.options)==null?void 0:o.routing)==null?void 0:i.idBased)&&!Ct.isUndefined(t.fileId)&&{fileId:`${t.fileId}`}}}},RT=(e,t)=>{const r=document.querySelector("base"),n=!!r,o=new URL(window.location.href.split("#")[0]);return o.search="",n?o.pathname=new URL(r.href).pathname:o.pathname.endsWith("/index.html")&&(o.pathname=o.pathname.split("/").slice(0,-1).filter(Boolean).join("/")),/\.(html?)$/i.test(t)?o.pathname=[...o.pathname.split("/"),...t.split("/")].filter(Boolean).join("/"):o[n?"pathname":"hash"]=e.resolve(t).href,o.href},Zr=Qe.defineStore("apps",()=>{const e=ue({}),t=ue({}),r=ue([]),n=V(()=>Object.keys(y(e))),o=(c,u)=>{c.id&&(c.extensions&&c.extensions.forEach(a=>{i({appId:c.id,data:a})}),y(e)[c.id]={applicationMenu:c.applicationMenu||{enabled:()=>!1},defaultExtension:c.defaultExtension||"",icon:"check_box_outline_blank",name:c.name||c.id,translations:u,...c})},i=({appId:c,data:u})=>{var a,f,d;y(r).push({app:c,extension:u.extension,createFileHandler:u.createFileHandler,label:u.label,mimeType:u.mimeType,routeName:u.routeName,newFileMenu:u.newFileMenu,icon:u.icon,name:u.name,hasPriority:u.hasPriority||((d=(f=(a=y(t))==null?void 0:a[c])==null?void 0:f.priorityExtensions)==null?void 0:d.includes(u.extension))||!1,secureView:u.secureView||!1})};return{apps:e,externalAppConfig:t,appIds:n,fileExtensions:r,registerApp:o,registerFileExtension:i,loadExternalAppConfig:({appId:c,config:u})=>{t.value={...y(t),[c]:u}},isAppEnabled:c=>y(n).includes(c)}}),Yn=Qe.defineStore("auth",()=>{const e=ue(),t=ue(!1),r=ue(!1),n=ue(),o=ue(),i=ue(),s=ue(!1),l=b=>{e.value=b},c=b=>{t.value=b},u=b=>{r.value=b},a=b=>{n.value=b.publicLinkToken,o.value=b.publicLinkPassword,i.value=b.publicLinkType,s.value=b.publicLinkContextReady};return{accessToken:e,idpContextReady:t,userContextReady:r,publicLinkToken:n,publicLinkPassword:o,publicLinkType:i,publicLinkContextReady:s,setAccessToken:l,setIdpContextReady:c,setUserContextReady:u,setPublicLinkContext:a,clearUserContext:()=>{l(null),c(null),u(null)},clearPublicLinkContext:()=>{a({publicLinkToken:null,publicLinkPassword:null,publicLinkType:null,publicLinkContextReady:!1})}}}),dh={core:{"support-sse":!1,"support-url-signing":!1},dav:{},files:{app_providers:[],favorites:!1,permanent_deletion:!0,tags:!1,privateLinks:!1,tus_support:{extension:"",http_method_override:!1,max_chunk_size:0}},files_sharing:{allow_custom:!0,api_enabled:!0,can_rename:!0,deny_access:!1,public:{alias:!1,can_contribute:!0,can_edit:!1,default_permissions:ie.SharePermissionBit.Read,enabled:!0,password:{enforced_for:{read_only:!1,upload_only:!1,read_write:!1}}}},graph:{"personal-data-export":!1,users:{change_password_self_disabled:!0,create_disabled:!1,delete_disabled:!1,read_only_attributes:[]}},notifications:{"ocs-endpoints":[]},password_policy:{},search:{property:{mediatype:{},mtime:{}}},spaces:{enabled:!1,max_quota:0,projects:!1}},tr=Qe.defineStore("capabilities",()=>{const e=ue(!1),t=ue(dh),r=x=>{t.value=co({...dh},x.capabilities),e.value=!0},n=V(()=>y(t).core["support-url-signing"]),o=V(()=>y(t).core["support-sse"]),i=V(()=>y(t).graph["personal-data-export"]),s=V(()=>y(t).core.status),l=V(()=>y(t).dav.reports),c=V(()=>y(t).dav.trashbin),u=V(()=>y(t).spaces.max_quota),a=V(()=>y(t).spaces.projects),f=V(()=>y(t).graph.users.create_disabled),d=V(()=>y(t).graph.users.delete_disabled),b=V(()=>y(t).graph.users.change_password_self_disabled),E=V(()=>y(t).graph.users.read_only_attributes),w=V(()=>y(t).files.app_providers),R=V(()=>y(t).files.favorites),S=V(()=>y(t).files.thumbnail),m=V(()=>y(t).files.archivers),g=V(()=>y(t).files.privateLinks),v=V(()=>y(t).files.permanent_deletion),T=V(()=>y(t).files.tags),A=V(()=>y(t).files.undelete),F=V(()=>y(t).files_sharing.api_enabled),C=V(()=>y(t).files_sharing.deny_access),I=V(()=>y(t).files_sharing.can_rename),L=V(()=>y(t).files_sharing.allow_custom),B=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.enabled}),$=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.can_edit}),D=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.can_contribute}),H=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.alias}),ee=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.default_permissions}),J=V(()=>{var x;return(x=y(t).files_sharing.public)==null?void 0:x.password.enforced_for}),ce=V(()=>y(t).files_sharing.search_min_length),be=V(()=>{var x;return(x=y(t).files_sharing.user)==null?void 0:x.profile_picture}),de=V(()=>{var x;return(x=y(t).files.tus_support)==null?void 0:x.max_chunk_size}),Se=V(()=>{var x;return(x=y(t).files.tus_support)==null?void 0:x.extension}),Ae=V(()=>{var x;return(x=y(t).files.tus_support)==null?void 0:x.http_method_override}),ne=V(()=>y(t).notifications["ocs-endpoints"]),ae=V(()=>y(t).password_policy),le=V(()=>{var x;return(x=y(t).search.property)==null?void 0:x.mtime}),oe=V(()=>{var x;return(x=y(t).search.property)==null?void 0:x.mediatype}),Q=V(()=>{var x;return(x=y(t).search.property)==null?void 0:x.content});return{isInitialized:e,capabilities:t,setCapabilities:r,status:s,supportUrlSigning:n,supportSSE:o,personalDataExport:i,davReports:l,davTrashbin:c,spacesMaxQuota:u,spacesProjects:a,graphUsersCreateDisabled:f,graphUsersDeleteDisabled:d,graphUsersChangeSelfPasswordDisabled:b,graphUsersReadOnlyAttributes:E,filesAppProviders:w,filesFavorites:R,filesThumbnail:S,filesArchivers:m,filesPrivateLinks:g,filesPermanentDeletion:v,filesTags:T,filesUndelete:A,sharingApiEnabled:F,sharingDenyAccess:C,sharingCanRename:I,sharingAllowCustom:L,sharingPublicEnabled:B,sharingPublicCanEdit:$,sharingPublicCanContribute:D,sharingPublicAlias:H,sharingPublicDefaultPermissions:ee,sharingPublicPasswordEnforcedFor:J,sharingSearchMinLength:ce,sharingUserProfilePicture:be,tusMaxChunkSize:de,tusExtension:Se,tusHttpMethodOverride:Ae,notificationsOcsEndpoints:ne,passwordPolicy:ae,searchLastMofifiedDate:le,searchMediaType:oe,searchContent:Q}});class _T{constructor(t,r){Ee(this,"value");Ee(this,"expires");this.value=t,this.expires=r?new Date().getTime()+r:0}get expired(){return this.expires>0&&this.expires<new Date().getTime()}}class _l{constructor(t){Ee(this,"map");Ee(this,"ttl");Ee(this,"capacity");this.ttl=t.ttl||0,this.capacity=t.capacity||0,this.map=new Map}set(t,r,n){return this.evict(),this.map.set(t,new _T(r,isNaN(n)?this.ttl:n)),r}get(t){this.evict();const r=this.map.get(t);if(r)return r.value}delete(t){return this.map.delete(t)}clear(){return this.map.clear()}entries(){return this.evict(),[...this.map.entries()].map(t=>[t[0],t[1].value])}keys(){return this.evict(),[...this.map.keys()]}has(t){return this.evict(),this.map.has(t)}values(){return this.evict(),[...this.map.values()].map(t=>t.value)}evict(){if(this.map.forEach((t,r)=>{t.expired&&this.delete(r)}),!!this.capacity)for(const[t]of[...this.map.entries()]){if(this.map.size<=this.capacity)break;this.delete(t)}}}const ys=async({graphClient:e,spacesStore:t,space:r,signal:n})=>{const o=await t.getMountPointForSpace({graphClient:e,space:r,signal:n});if(!o)return null;const{id:i}=o;return e.driveItems.getDriveItem(i.split("!")[0],i)},IT=({sharedAncestor:e,matchingSpace:t})=>t?xr("files-spaces-generic",Jr(t,{path:e.path,fileId:e.id})):{},CT=e=>{var r;const t=(r=document.querySelectorAll(`[data-item-id="${e}"] input[type=checkbox]`))==null?void 0:r[0];t&&t.focus()};class Jn{}Ee(Jn,"sortByQueryName","sort-by"),Ee(Jn,"sortDirQueryName","sort-dir");var FT="[object Symbol]";function bs(e){return typeof e=="symbol"||Yr(e)&&Gn(e)==FT}var PT=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,xT=/^\w*$/;function OT(e,t){if(Pr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||bs(e)?!0:xT.test(e)||!PT.test(e)||t!=null&&e in Object(t)}var kT="Expected a function";function Il(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(kT);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var s=e.apply(this,n);return r.cache=i.set(o,s)||i,s};return r.cache=new(Il.Cache||mn),r}Il.Cache=mn;var NT=500;function $T(e){var t=Il(e,function(n){return r.size===NT&&r.clear(),n}),r=t.cache;return t}var DT=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,LT=/\\(\\)?/g,BT=$T(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(DT,function(r,n,o,i){t.push(o?i.replace(LT,"$1"):n||r)}),t});function ph(e,t){for(var r=-1,n=e==null?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}var hh=Fr?Fr.prototype:void 0,gh=hh?hh.toString:void 0;function mh(e){if(typeof e=="string")return e;if(Pr(e))return ph(e,mh)+"";if(bs(e))return gh?gh.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Cl(e){return e==null?"":mh(e)}function Fl(e,t){return Pr(e)?e:OT(e,t)?[e]:BT(Cl(e))}function yh(e){if(typeof e=="string"||bs(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function bh(e,t){t=Fl(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[yh(t[r++])];return r&&r==n?e:void 0}function Pl(e,t,r){var n=e==null?void 0:bh(e,t);return n===void 0?r:n}var Ft=(e=>(e.Desc="desc",e.Asc="asc",e))(Ft||{});function MT(e){const t=We(),r=jT(e),n=UT(e),o=V(()=>{var u;return wh(y(r))||y((u=xl(y(s)))==null?void 0:u.name)}),i=V(()=>VT(y(n))||qT(y(o),y(s))),s=e.fields;return{items:V(()=>{const u=y(e.items);return y(o)?vh(u,y(s),y(o),y(i)):u}),sortBy:o,sortDir:i,handleSort:({sortBy:u,sortDir:a})=>t.replace({query:{...y(t.currentRoute).query,[y(e.sortByQueryName)||Jn.sortByQueryName]:u,[y(e.sortDirQueryName)||Jn.sortDirQueryName]:a}})}}function jT(e){var t;return e.sortBy?Dt(e.sortBy)?e.sortBy:ue(e.sortBy):wn({name:y(e.sortByQueryName)||Jn.sortByQueryName,defaultValue:y((t=xl(y(e.fields)))==null?void 0:t.name),storagePrefix:y(e.routeName)||y(Qs())})}function UT(e){var t;return e.sortDir?Dt(e.sortDir)?e.sortDir:ue(e.sortDir):wn({name:y(e.sortDirQueryName)||Jn.sortDirQueryName,defaultValue:y((t=xl(y(e.fields)))==null?void 0:t.sortDir),storagePrefix:y(e.routeName)||y(Qs())})}const xl=e=>{const t=e.filter(r=>r.sortable);return t?t[0]:null},qT=(e,t)=>{const r=t.find(n=>n.name===e);return r&&r.sortDir?y(r.sortDir):"desc"},vh=(e,t,r,n)=>{const o=t.find(l=>l.name===r);if(!o)return e;const{sortable:i}=o,s=new Intl.Collator(navigator.language,{sensitivity:"base",numeric:!0});if(r==="name"){const l=[...e.filter(u=>u.type==="folder")].sort((u,a)=>Ol(u,a,s,r,n,i)),c=[...e.filter(u=>u.type!=="folder")].sort((u,a)=>Ol(u,a,s,r,n,i));return n==="asc"?l.concat(c):c.concat(l)}return[...e].sort((l,c)=>Ol(l,c,s,o.prop||o.name,n,i))},Ol=(e,t,r,n,o,i)=>{let s=Pl(e,n),l=Pl(t,n);const c=o==="asc"?1:-1;if(i)if(typeof i=="string"){const a=f=>f.map(d=>d[i]).join("");s=a(s),l=a(l)}else typeof i=="function"&&(s=i(s),l=i(l));return!isNaN(s)&&!isNaN(l)?(s-l)*c:r.compare((s||"").toString(),(l||"").toString())*c},wh=e=>Array.isArray(e)?e[0]:e,VT=e=>{switch(wh(e)){case"asc":return"asc";case"desc":return"desc"}return null},Sh=e=>e?[{name:"name",sortable:!0,sortDir:Ft.Asc},{name:"size",sortable:!0,sortDir:Ft.Desc},{name:"sharedWith",sortable:t=>t.length>0?t.sort((r,n)=>r.shareType!==n.shareType?r.shareType<n.shareType?-1:1:r.displayName<n.displayName?-1:1).map(r=>r.displayName).join():!1,sortDir:Ft.Asc},{name:"owner",sortable:"displayName",sortDir:Ft.Asc},{name:"mdate",sortable:t=>new Date(t).valueOf(),sortDir:Ft.Desc},{name:"sdate",sortable:t=>new Date(t).valueOf(),sortDir:Ft.Desc},{name:"ddate",sortable:t=>new Date(t).valueOf(),sortDir:Ft.Desc}].filter(t=>Object.prototype.hasOwnProperty.call(e,t.name)):[];function iB(e){return e}const Eh=[{label:"A-Z",name:"name",sortable:!0,sortDir:Ft.Asc},{label:"Z-A",name:"name",sortable:!0,sortDir:Ft.Desc},{label:"Newest",name:"mdate",sortable:e=>new Date(e).valueOf(),sortDir:Ft.Desc},{label:"Oldest",name:"mdate",sortable:e=>new Date(e).valueOf(),sortDir:Ft.Asc},{label:"Largest",name:"size",sortable:!0,sortDir:Ft.Desc},{label:"Smallest",name:"size",sortable:!0,sortDir:Ft.Asc},{label:"Remaining quota",name:"remainingQuota",prop:"spaceQuota.remaining",sortable:!0,sortDir:Ft.Desc},{label:"Total quota",name:"totalQuota",prop:"spaceQuota.total",sortable:!0,sortDir:Ft.Desc},{label:"Used quota",name:"usedQuota",prop:"spaceQuota.used",sortable:!0,sortDir:Ft.Desc}],zT=e=>e?Eh.filter(t=>Object.prototype.hasOwnProperty.call(e,t.name)):[],WT=(e,{$gettext:t})=>e.map(r=>({...r,label:t(r.label)})),HT=ye.z.object({icon:ye.z.string(),name:ye.z.string(),secure_view:ye.z.boolean().optional().default(!1),target_ext:ye.z.string().optional()}),GT=ye.z.object({allow_creation:ye.z.boolean().optional(),app_providers:ye.z.array(HT),default_application:ye.z.string().optional(),description:ye.z.string().optional(),ext:ye.z.string().optional(),mime_type:ye.z.string(),name:ye.z.string().optional()}),Th=ye.z.object({"mime-types":ye.z.array(GT)});class KT{constructor(t,r){Ee(this,"_mimeTypes",ue([]));Ee(this,"serverUrl");Ee(this,"clientService");this.serverUrl=t,this.clientService=r}async loadData(){const t=ie.urlJoin(this.serverUrl,"app","list"),{data:{"mime-types":r}}=await this.clientService.httpUnAuthenticated.get(t,{schema:Th});this._mimeTypes.value=r}set mimeTypes(t){this._mimeTypes.value=t}get mimeTypes(){return y(this._mimeTypes)}get templateMimeTypes(){return y(this._mimeTypes).filter(t=>!!t.app_providers.some(r=>!!r.target_ext))}get appNames(){return[...new Set(y(this._mimeTypes).flatMap(t=>t.app_providers.map(r=>r.name)))]}getMimeTypesByAppName(t){return y(this._mimeTypes).filter(r=>r.app_providers.some(n=>n.name===t))}}var Ah={},vs={};vs.byteLength=YT,vs.toByteArray=ZT,vs.fromByteArray=rA;for(var en=[],kr=[],QT=typeof Uint8Array<"u"?Uint8Array:Array,kl="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ii=0,XT=kl.length;Ii<XT;++Ii)en[Ii]=kl[Ii],kr[kl.charCodeAt(Ii)]=Ii;kr[45]=62,kr[95]=63;function Rh(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function YT(e){var t=Rh(e),r=t[0],n=t[1];return(r+n)*3/4-n}function JT(e,t,r){return(t+r)*3/4-r}function ZT(e){var t,r=Rh(e),n=r[0],o=r[1],i=new QT(JT(e,n,o)),s=0,l=o>0?n-4:n,c;for(c=0;c<l;c+=4)t=kr[e.charCodeAt(c)]<<18|kr[e.charCodeAt(c+1)]<<12|kr[e.charCodeAt(c+2)]<<6|kr[e.charCodeAt(c+3)],i[s++]=t>>16&255,i[s++]=t>>8&255,i[s++]=t&255;return o===2&&(t=kr[e.charCodeAt(c)]<<2|kr[e.charCodeAt(c+1)]>>4,i[s++]=t&255),o===1&&(t=kr[e.charCodeAt(c)]<<10|kr[e.charCodeAt(c+1)]<<4|kr[e.charCodeAt(c+2)]>>2,i[s++]=t>>8&255,i[s++]=t&255),i}function eA(e){return en[e>>18&63]+en[e>>12&63]+en[e>>6&63]+en[e&63]}function tA(e,t,r){for(var n,o=[],i=t;i<r;i+=3)n=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push(eA(n));return o.join("")}function rA(e){for(var t,r=e.length,n=r%3,o=[],i=16383,s=0,l=r-n;s<l;s+=i)o.push(tA(e,s,s+i>l?l:s+i));return n===1?(t=e[r-1],o.push(en[t>>2]+en[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],o.push(en[t>>10]+en[t>>4&63]+en[t<<2&63]+"=")),o.join("")}var Nl={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Nl.read=function(e,t,r,n,o){var i,s,l=o*8-n-1,c=(1<<l)-1,u=c>>1,a=-7,f=r?o-1:0,d=r?-1:1,b=e[t+f];for(f+=d,i=b&(1<<-a)-1,b>>=-a,a+=l;a>0;i=i*256+e[t+f],f+=d,a-=8);for(s=i&(1<<-a)-1,i>>=-a,a+=n;a>0;s=s*256+e[t+f],f+=d,a-=8);if(i===0)i=1-u;else{if(i===c)return s?NaN:(b?-1:1)*(1/0);s=s+Math.pow(2,n),i=i-u}return(b?-1:1)*s*Math.pow(2,i-n)},Nl.write=function(e,t,r,n,o,i){var s,l,c,u=i*8-o-1,a=(1<<u)-1,f=a>>1,d=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:i-1,E=n?1:-1,w=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,s=a):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+f>=1?t+=d/c:t+=d*Math.pow(2,1-f),t*c>=2&&(s++,c/=2),s+f>=a?(l=0,s=a):s+f>=1?(l=(t*c-1)*Math.pow(2,o),s=s+f):(l=t*Math.pow(2,f-1)*Math.pow(2,o),s=0));o>=8;e[r+b]=l&255,b+=E,l/=256,o-=8);for(s=s<<o|l,u+=o;u>0;e[r+b]=s&255,b+=E,s/=256,u-=8);e[r+b-E]|=w*128};/*!
|
|
3
|
+
`,...Aw(o)),console.warn(...i)}Ui(),Oa=!1}function Tw(){let e=Vr[Vr.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function Aw(e){const t=[];return e.forEach((n,r)=>{t.push(...r===0?[]:[`
|
|
4
|
+
`],...Rw(n))}),t}function Rw({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=e.component?e.component.parent==null:!1,o=` at <${cp(e.component,e.type,r)}`,i=">"+n;return e.props?[o,..._w(e.props),i]:[o+i]}function _w(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(r=>{t.push(...Ad(r,e[r]))}),n.length>3&&t.push(" ..."),t}function Ad(e,t,n){return H.isString(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:Lt(t)?(t=Ad(e,nt(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):H.isFunction(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=nt(t),n?t:[`${e}=`,t])}const xa={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function Ho(e,t,n,r){try{return r?e(...r):e()}catch(o){Go(o,t,n)}}function ka(e,t,n,r){if(H.isFunction(e)){const o=Ho(e,t,n,r);return o&&H.isPromise(o)&&o.catch(i=>{Go(i,t,n)}),o}if(H.isArray(e)){const o=[];for(let i=0;i<e.length;i++)o.push(ka(e[i],t,n,r));return o}else ye.env.NODE_ENV!=="production"&&et(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function Go(e,t,n,r=!0){const o=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:s}=t&&t.appContext.config||H.EMPTY_OBJ;if(t){let a=t.parent;const c=t.proxy,u=ye.env.NODE_ENV!=="production"?xa[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const l=a.ec;if(l){for(let f=0;f<l.length;f++)if(l[f](e,c,u)===!1)return}a=a.parent}if(i){ji(),Ho(i,null,10,[e,c,u]),Ui();return}}Iw(e,n,o,r,s)}function Iw(e,t,n,r=!0,o=!1){if(ye.env.NODE_ENV!=="production"){const i=xa[t];if(n&&Sw(n),et(`Unhandled error${i?` during execution of ${i}`:""}`),n&&Ew(),r)throw e;console.error(e)}else{if(o)throw e;console.error(e)}}const Pn=[];let fr=-1;const gi=[];let _r=null,mi=0;const Rd=Promise.resolve();let Ko=null;const Cw=100;function Gn(e){const t=Ko||Rd;return e?t.then(this?e.bind(this):e):t}function Pw(e){let t=fr+1,n=Pn.length;for(;t<n;){const r=t+n>>>1,o=Pn[r],i=Wi(o);i<e||i===e&&o.flags&2?t=r+1:n=r}return t}function Na(e){if(!(e.flags&1)){const t=Wi(e),n=Pn[Pn.length-1];!n||!(e.flags&2)&&t>=Wi(n)?Pn.push(e):Pn.splice(Pw(t),0,e),e.flags|=1,_d()}}function _d(){Ko||(Ko=Rd.then(Cd))}function Id(e){H.isArray(e)?gi.push(...e):_r&&e.id===-1?_r.splice(mi+1,0,e):e.flags&1||(gi.push(e),e.flags|=1),_d()}function Fw(e){if(gi.length){const t=[...new Set(gi)].sort((n,r)=>Wi(n)-Wi(r));if(gi.length=0,_r){_r.push(...t);return}for(_r=t,ye.env.NODE_ENV!=="production"&&(e=e||new Map),mi=0;mi<_r.length;mi++){const n=_r[mi];ye.env.NODE_ENV!=="production"&&Pd(e,n)||(n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2)}_r=null,mi=0}}const Wi=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Cd(e){ye.env.NODE_ENV!=="production"&&(e=e||new Map);const t=ye.env.NODE_ENV!=="production"?n=>Pd(e,n):H.NOOP;try{for(fr=0;fr<Pn.length;fr++){const n=Pn[fr];if(n&&!(n.flags&8)){if(ye.env.NODE_ENV!=="production"&&t(n))continue;n.flags&4&&(n.flags&=-2),Ho(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2)}}}finally{for(;fr<Pn.length;fr++){const n=Pn[fr];n&&(n.flags&=-2)}fr=-1,Pn.length=0,Fw(e),Ko=null,(Pn.length||gi.length)&&Cd(e)}}function Pd(e,t){const n=e.get(t)||0;if(n>Cw){const r=t.i,o=r&&Xa(r.type);return Go(`Maximum recursive updates exceeded${o?` in component <${o}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}return e.set(t,n+1),!1}let Hi=!1;const $a=new Map;ye.env.NODE_ENV!=="production"&&(H.getGlobalThis().__VUE_HMR_RUNTIME__={createRecord:Da(Ow),rerender:Da(xw),reload:Da(kw)});const Qo=new Map;function Ow(e,t){return Qo.has(e)?!1:(Qo.set(e,{initialDef:Xo(t),instances:new Set}),!0)}function Xo(e){return up(e)?e.__vccOpts:e}function xw(e,t){const n=Qo.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(r=>{t&&(r.render=t,Xo(r.type).render=t),r.renderCache=[],Hi=!0,r.update(),Hi=!1}))}function kw(e,t){const n=Qo.get(e);if(!n)return;t=Xo(t),Fd(n.initialDef,t);const r=[...n.instances];for(let o=0;o<r.length;o++){const i=r[o],s=Xo(i.type);let a=$a.get(s);a||(s!==n.initialDef&&Fd(s,t),$a.set(s,a=new Set)),a.add(i),i.appContext.propsCache.delete(i.type),i.appContext.emitsCache.delete(i.type),i.appContext.optionsCache.delete(i.type),i.ceReload?(a.add(i),i.ceReload(t.styles),a.delete(i)):i.parent?Na(()=>{Hi=!0,i.parent.update(),Hi=!1,a.delete(i)}):i.appContext.reload?i.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required."),i.root.ce&&i!==i.root&&i.root.ce._removeChildStyle(s)}Id(()=>{$a.clear()})}function Fd(e,t){H.extend(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function Da(e){return(t,n)=>{try{return e(t,n)}catch(r){console.error(r),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Ir,Gi=[],La=!1;function Nw(e,...t){Ir?Ir.emit(e,...t):La||Gi.push({event:e,args:t})}function Od(e,t){var n,r;Ir=e,Ir?(Ir.enabled=!0,Gi.forEach(({event:o,args:i})=>Ir.emit(o,...i)),Gi=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{Od(i,t)}),setTimeout(()=>{Ir||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,La=!0,Gi=[])},3e3)):(La=!0,Gi=[])}const $w=Dw("component:updated");/*! #__NO_SIDE_EFFECTS__ */function Dw(e){return t=>{Nw(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}let Jt=null,xd=null;function kd(e){const t=Jt;return Jt=e,xd=e&&e.type.__scopeId||null,t}function Te(e,t=Jt,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&tp(-1);const i=kd(t);let s;try{s=e(...o)}finally{kd(i),r._d&&tp(1)}return ye.env.NODE_ENV!=="production"&&$w(t),s};return r._n=!0,r._c=!0,r._d=!0,r}function ot(e,t){if(Jt===null)return ye.env.NODE_ENV!=="production"&&et("withDirectives can only be used inside render functions."),e;const n=lp(Jt),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[i,s,a,c=H.EMPTY_OBJ]=t[o];i&&(H.isFunction(i)&&(i={mounted:i,updated:i}),i.deep&&ur(s),r.push({dir:i,instance:n,value:s,oldValue:void 0,arg:a,modifiers:c}))}return e}const Lw=Symbol("_vte"),Mw=e=>e.__isTeleport,zr=e=>e&&(e.disabled||e.disabled===""),Nd=e=>e&&(e.defer||e.defer===""),$d=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Dd=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Ma=(e,t)=>{const n=e&&e.to;if(H.isString(n))if(t){const r=t(n);return ye.env.NODE_ENV!=="production"&&!r&&!zr(e)&&et(`Failed to locate Teleport target with selector "${n}". Note the target element must exist before the component is mounted - i.e. the target cannot be rendered by the component itself, and ideally should be outside of the entire Vue component tree.`),r}else return ye.env.NODE_ENV!=="production"&&et("Current renderer does not support string target for Teleports. (missing querySelector renderer option)"),null;else return ye.env.NODE_ENV!=="production"&&!n&&!zr(e)&&et(`Invalid Teleport target: ${n}`),n},Ld={name:"Teleport",__isTeleport:!0,process(e,t,n,r,o,i,s,a,c,u){const{mc:l,pc:f,pbc:d,o:{insert:m,querySelector:w,createText:v,createComment:T}}=u,b=zr(t.props);let{shapeFlag:g,children:h,dynamicChildren:y}=t;if(ye.env.NODE_ENV!=="production"&&Hi&&(c=!1,y=null),e==null){const S=t.el=ye.env.NODE_ENV!=="production"?T("teleport start"):v(""),E=t.anchor=ye.env.NODE_ENV!=="production"?T("teleport end"):v("");m(S,n,r),m(E,n,r);const R=(A,$)=>{g&16&&(o&&o.isCE&&(o.ce._teleportTarget=A),l(h,A,$,o,i,s,a,c))},I=()=>{const A=t.target=Ma(t.props,w),$=Bd(A,t,v,m);A?(s!=="svg"&&$d(A)?s="svg":s!=="mathml"&&Dd(A)&&(s="mathml"),b||(R(A,$),Jo(t,!1))):ye.env.NODE_ENV!=="production"&&!b&&et("Invalid Teleport target on mount:",A,`(${typeof A})`)};b&&(R(n,E),Jo(t,!0)),Nd(t.props)?Wa(()=>{I(),t.el.__isMounted=!0},i):I()}else{if(Nd(t.props)&&!e.el.__isMounted){Wa(()=>{Ld.process(e,t,n,r,o,i,s,a,c,u),delete e.el.__isMounted},i);return}t.el=e.el,t.targetStart=e.targetStart;const S=t.anchor=e.anchor,E=t.target=e.target,R=t.targetAnchor=e.targetAnchor,I=zr(e.props),A=I?n:E,$=I?S:R;if(s==="svg"||$d(E)?s="svg":(s==="mathml"||Dd(E))&&(s="mathml"),y?(d(e.dynamicChildren,y,A,o,i,s,a),Jd(e,t,!0)):c||f(e,t,A,$,o,i,s,a,!1),b)I?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Yo(t,n,S,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const D=t.target=Ma(t.props,w);D?Yo(t,D,null,u,0):ye.env.NODE_ENV!=="production"&&et("Invalid Teleport target on update:",E,`(${typeof E})`)}else I&&Yo(t,E,R,u,1);Jo(t,b)}},remove(e,t,n,{um:r,o:{remove:o}},i){const{shapeFlag:s,children:a,anchor:c,targetStart:u,targetAnchor:l,target:f,props:d}=e;if(f&&(o(u),o(l)),i&&o(c),s&16){const m=i||!zr(d);for(let w=0;w<a.length;w++){const v=a[w];r(v,t,n,m,!!v.dynamicChildren)}}},move:Yo,hydrate:Bw};function Yo(e,t,n,{o:{insert:r},m:o},i=2){i===0&&r(e.targetAnchor,t,n);const{el:s,anchor:a,shapeFlag:c,children:u,props:l}=e,f=i===2;if(f&&r(s,t,n),(!f||zr(l))&&c&16)for(let d=0;d<u.length;d++)o(u[d],t,n,2);f&&r(a,t,n)}function Bw(e,t,n,r,o,i,{o:{nextSibling:s,parentNode:a,querySelector:c,insert:u,createText:l}},f){const d=t.target=Ma(t.props,c);if(d){const m=zr(t.props),w=d._lpa||d.firstChild;if(t.shapeFlag&16)if(m)t.anchor=f(s(e),t,a(e),n,r,o,i),t.targetStart=w,t.targetAnchor=w&&s(w);else{t.anchor=s(e);let v=w;for(;v;){if(v&&v.nodeType===8){if(v.data==="teleport start anchor")t.targetStart=v;else if(v.data==="teleport anchor"){t.targetAnchor=v,d._lpa=t.targetAnchor&&s(t.targetAnchor);break}}v=s(v)}t.targetAnchor||Bd(d,t,l,u),f(w&&s(w),t,d,n,r,o,i)}Jo(t,m)}return t.anchor&&s(t.anchor)}const Md=Ld;function Jo(e,t){const n=e.ctx;if(n&&n.ut){let r,o;for(t?(r=e.el,o=e.anchor):(r=e.targetStart,o=e.targetAnchor);r&&r!==o;)r.nodeType===1&&r.setAttribute("data-v-owner",n.uid),r=r.nextSibling;n.ut()}}function Bd(e,t,n,r){const o=t.targetStart=n(""),i=t.targetAnchor=n("");return o[Lw]=i,e&&(r(o,e),r(i,e)),i}function jd(e,t){e.shapeFlag&6&&e.component?(e.transition=t,jd(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Me(e,t){return H.isFunction(e)?H.extend({name:e.name},t,{setup:e}):e}function jw(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const Uw=new WeakSet;function Ud(e){const t=Ka(),n=lw(null);if(t){const o=t.refs===H.EMPTY_OBJ?t.refs={}:t.refs;let i;ye.env.NODE_ENV!=="production"&&(i=Object.getOwnPropertyDescriptor(o,e))&&!i.configurable?et(`useTemplateRef('${e}') already exists.`):Object.defineProperty(o,e,{enumerable:!0,get:()=>n.value,set:s=>n.value=s})}else ye.env.NODE_ENV!=="production"&&et("useTemplateRef() is called when there is no active component instance to be associated with.");const r=ye.env.NODE_ENV!=="production"?lr(n):n;return ye.env.NODE_ENV!=="production"&&Uw.add(r),r}const qd=e=>e.nodeType===8;H.getGlobalThis().requestIdleCallback,H.getGlobalThis().cancelIdleCallback;function qw(e,t){if(qd(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(qd(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const Vw=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function zw(e){H.isFunction(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,hydrate:i,timeout:s,suspensible:a=!0,onError:c}=e;let u=null,l,f=0;const d=()=>(f++,u=null,m()),m=()=>{let w;return u||(w=u=t().catch(v=>{if(v=v instanceof Error?v:new Error(String(v)),c)return new Promise((T,b)=>{c(v,()=>T(d()),()=>b(v),f+1)});throw v}).then(v=>{if(w!==u&&u)return u;if(ye.env.NODE_ENV!=="production"&&!v&&et("Async component loader resolved to undefined. If you are using retry(), make sure to return its return value."),v&&(v.__esModule||v[Symbol.toStringTag]==="Module")&&(v=v.default),ye.env.NODE_ENV!=="production"&&v&&!H.isObject(v)&&!H.isFunction(v))throw new Error(`Invalid async component load result: ${v}`);return l=v,v}))};return Me({name:"AsyncComponentWrapper",__asyncLoader:m,__asyncHydrate(w,v,T){const b=i?()=>{const g=i(T,h=>qw(w,h));g&&(v.bum||(v.bum=[])).push(g)}:T;l?b():m().then(()=>!v.isUnmounted&&b())},get __asyncResolved(){return l},setup(){const w=Sn;if(jw(w),l)return()=>Ba(l,w);const v=h=>{u=null,Go(h,w,13,!r)};if(a&&w.suspense||wi)return m().then(h=>()=>Ba(h,w)).catch(h=>(v(h),()=>r?be(r,{error:h}):null));const T=oe(!1),b=oe(),g=oe(!!o);return o&&setTimeout(()=>{g.value=!1},o),s!=null&&setTimeout(()=>{if(!T.value&&!b.value){const h=new Error(`Async component timed out after ${s}ms.`);v(h),b.value=h}},s),m().then(()=>{T.value=!0,w.parent&&Ww(w.parent.vnode)&&w.parent.update()}).catch(h=>{v(h),b.value=h}),()=>{if(T.value&&l)return Ba(l,w);if(b.value&&r)return be(r,{error:b.value});if(n&&!g.value)return be(n)}}})}function Ba(e,t){const{ref:n,props:r,children:o,ce:i}=t.vnode,s=be(e,r,o);return s.ref=n,s.ce=i,delete t.vnode.ce,s}const Ww=e=>e.type.__isKeepAlive;function Hw(e,t,n=Sn,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...s)=>{ji();const a=sp(n),c=ka(t,n,e,s);return a(),Ui(),c});return r?o.unshift(i):o.push(i),i}else if(ye.env.NODE_ENV!=="production"){const o=H.toHandlerKey(xa[e].replace(/ hook$/,""));et(`${o} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const Zo=e=>(t,n=Sn)=>{(!wi||e==="sp")&&Hw(e,(...r)=>t(...r),n)},Mt=Zo("m"),Gw=Zo("bu"),jn=Zo("bum"),ja=Zo("um"),es="components",Kw="directives";function pe(e,t){return Ua(es,e,!0,t)||e}const Vd=Symbol.for("v-ndc");function Wr(e){return H.isString(e)?Ua(es,e,!1)||e:e||Vd}function dn(e){return Ua(Kw,e)}function Ua(e,t,n=!0,r=!1){const o=Jt||Sn;if(o){const i=o.type;if(e===es){const a=Xa(i,!1);if(a&&(a===t||a===H.camelize(t)||a===H.capitalize(H.camelize(t))))return i}const s=zd(o[e]||i[e],t)||zd(o.appContext[e],t);if(!s&&r)return i;if(ye.env.NODE_ENV!=="production"&&n&&!s){const a=e===es?`
|
|
5
|
+
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.`:"";et(`Failed to resolve ${e.slice(0,-1)}: ${t}${a}`)}return s}else ye.env.NODE_ENV!=="production"&&et(`resolve${H.capitalize(e.slice(0,-1))} can only be used in render() or setup().`)}function zd(e,t){return e&&(e[t]||e[H.camelize(t)]||e[H.capitalize(H.camelize(t))])}function kt(e,t,n,r){let o;const i=n,s=H.isArray(e);if(s||H.isString(e)){const a=s&&Ur(e);let c=!1;a&&(c=!fn(e),e=Bo(e)),o=new Array(e.length);for(let u=0,l=e.length;u<l;u++)o[u]=t(c?sn(e[u]):e[u],u,void 0,i)}else if(typeof e=="number"){ye.env.NODE_ENV!=="production"&&!Number.isInteger(e)&&et(`The v-for range expect an integer value but got ${e}.`),o=new Array(e);for(let a=0;a<e;a++)o[a]=t(a+1,a,void 0,i)}else if(H.isObject(e))if(e[Symbol.iterator])o=Array.from(e,(a,c)=>t(a,c,void 0,i));else{const a=Object.keys(e);o=new Array(a.length);for(let c=0,u=a.length;c<u;c++){const l=a[c];o[c]=t(e[l],l,c,i)}}else o=[];return o}function Wd(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(H.isArray(r))for(let o=0;o<r.length;o++)e[r[o].name]=r[o].fn;else r&&(e[r.name]=r.key?(...o)=>{const i=r.fn(...o);return i&&(i.key=r.key),i}:r.fn)}return e}function Ge(e,t,n={},r,o){if(Jt.ce||Jt.parent&&Vw(Jt.parent)&&Jt.parent.ce)return t!=="default"&&(n.name=t),J(),Ce(Qe,null,[be("slot",n,r&&r())],64);let i=e[t];ye.env.NODE_ENV!=="production"&&i&&i.length>1&&(et("SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template."),i=()=>[]),i&&i._c&&(i._d=!1),J();const s=i&&Hd(i(n)),a=n.key||s&&s.key,c=Ce(Qe,{key:(a&&!H.isSymbol(a)?a:`_${t}`)+(!s&&r?"_fb":"")},s||(r?r():[]),s&&e._===1?64:-2);return!o&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function Hd(e){return e.some(t=>rs(t)?!(t.type===bi||t.type===Qe&&!Hd(t.children)):!0)?e:null}function qa(e,t){const n={};if(ye.env.NODE_ENV!=="production"&&!H.isObject(e))return et("v-on with no argument expects an object value."),n;for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:H.toHandlerKey(r)]=e[r];return n}const Va=e=>e?pS(e)?lp(e):Va(e.parent):null,za=H.extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>ye.env.NODE_ENV!=="production"?qo(e.props):e.props,$attrs:e=>ye.env.NODE_ENV!=="production"?qo(e.attrs):e.attrs,$slots:e=>ye.env.NODE_ENV!=="production"?qo(e.slots):e.slots,$refs:e=>ye.env.NODE_ENV!=="production"?qo(e.refs):e.refs,$parent:e=>Va(e.parent),$root:e=>Va(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Jw(e),$forceUpdate:e=>e.f||(e.f=()=>{Na(e.update)}),$nextTick:e=>e.n||(e.n=Gn.bind(e.proxy)),$watch:e=>sS.bind(e)}),Qw={};ye.env.NODE_ENV!=="production"&&(Qw.ownKeys=e=>(et("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function Xw(){return Yw().slots}function Yw(){const e=Ka();return ye.env.NODE_ENV!=="production"&&!e&&et("useContext() called without active instance."),e.setupContext||(e.setupContext=gS(e))}function Gd(e){return H.isArray(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Jw(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,a=i.get(t);let c;return a?c=a:!o.length&&!n&&!r?c=t:(c={},o.length&&o.forEach(u=>ts(c,u,s,!0)),ts(c,t,s)),H.isObject(t)&&i.set(t,c),c}function ts(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&ts(e,i,n,!0),o&&o.forEach(s=>ts(e,s,n,!0));for(const s in t)if(r&&s==="expose")ye.env.NODE_ENV!=="production"&&et('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const a=Zw[s]||n&&n[s];e[s]=a?a(e[s],t[s]):t[s]}return e}const Zw={data:Kd,props:Xd,emits:Xd,methods:Ki,computed:Ki,beforeCreate:pn,created:pn,beforeMount:pn,mounted:pn,beforeUpdate:pn,updated:pn,beforeDestroy:pn,beforeUnmount:pn,destroyed:pn,unmounted:pn,activated:pn,deactivated:pn,errorCaptured:pn,serverPrefetch:pn,components:Ki,directives:Ki,watch:tS,provide:Kd,inject:eS};function Kd(e,t){return t?e?function(){return H.extend(H.isFunction(e)?e.call(this,this):e,H.isFunction(t)?t.call(this,this):t)}:t:e}function eS(e,t){return Ki(Qd(e),Qd(t))}function Qd(e){if(H.isArray(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function pn(e,t){return e?[...new Set([].concat(e,t))]:t}function Ki(e,t){return e?H.extend(Object.create(null),e,t):t}function Xd(e,t){return e?H.isArray(e)&&H.isArray(t)?[...new Set([...e,...t])]:H.extend(Object.create(null),Gd(e),Gd(t??{})):t}function tS(e,t){if(!e)return t;if(!t)return e;const n=H.extend(Object.create(null),e);for(const r in t)n[r]=pn(e[r],t[r]);return n}let nS=null;function yi(e,t){if(!Sn)ye.env.NODE_ENV!=="production"&&et("provide() can only be used inside setup().");else{let n=Sn.provides;const r=Sn.parent&&Sn.parent.provides;r===n&&(n=Sn.provides=Object.create(r)),n[e]=t}}function dr(e,t,n=!1){const r=Sn||Jt;if(r||nS){const o=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&H.isFunction(t)?t.call(r&&r.proxy):t;ye.env.NODE_ENV!=="production"&&et(`injection "${String(e)}" not found.`)}else ye.env.NODE_ENV!=="production"&&et("inject() can only be used inside setup() or functional components.")}const rS={},Yd=e=>Object.getPrototypeOf(e)===rS,Wa=cS;function Jd(e,t,n=!1){const r=e.children,o=t.children;if(H.isArray(r)&&H.isArray(o))for(let i=0;i<r.length;i++){const s=r[i];let a=o[i];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=o[i]=dS(o[i]),a.el=s.el),!n&&a.patchFlag!==-2&&Jd(s,a)),a.type===ep&&(a.el=s.el),ye.env.NODE_ENV!=="production"&&a.type===bi&&!a.el&&(a.el=s.el)}}const iS=Symbol.for("v-scx"),oS=()=>{{const e=dr(iS);return e||ye.env.NODE_ENV!=="production"&&et("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Tt(e,t,n){return ye.env.NODE_ENV!=="production"&&!H.isFunction(t)&&et("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),Zd(e,t,n)}function Zd(e,t,n=H.EMPTY_OBJ){const{immediate:r,deep:o,flush:i,once:s}=n;ye.env.NODE_ENV!=="production"&&!t&&(r!==void 0&&et('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&et('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),s!==void 0&&et('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const a=H.extend({},n);ye.env.NODE_ENV!=="production"&&(a.onWarn=et);const c=t&&r||!t&&i!=="post";let u;if(wi){if(i==="sync"){const m=oS();u=m.__watcherHandles||(m.__watcherHandles=[])}else if(!c){const m=()=>{};return m.stop=H.NOOP,m.resume=H.NOOP,m.pause=H.NOOP,m}}const l=Sn;a.call=(m,w,v)=>ka(m,l,w,v);let f=!1;i==="post"?a.scheduler=m=>{Wa(m,l&&l.suspense)}:i!=="sync"&&(f=!0,a.scheduler=(m,w)=>{w?m():Na(m)}),a.augmentJob=m=>{t&&(m.flags|=4),f&&(m.flags|=2,l&&(m.id=l.uid,m.i=l))};const d=ww(e,t,a);return wi&&(u?u.push(d):c&&d()),d}function sS(e,t,n){const r=this.proxy,o=H.isString(e)?e.includes(".")?aS(r,e):()=>r[e]:e.bind(r,r);let i;H.isFunction(t)?i=t:(i=t.handler,n=t);const s=sp(this),a=Zd(o,i.bind(r),n);return s(),a}function aS(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}const lS=e=>e.__isSuspense;function cS(e,t){t&&t.pendingBranch?H.isArray(e)?t.effects.push(...e):t.effects.push(e):Id(e)}const Qe=Symbol.for("v-fgt"),ep=Symbol.for("v-txt"),bi=Symbol.for("v-cmt"),ns=[];let An=null;function J(e=!1){ns.push(An=e?null:[])}function uS(){ns.pop(),An=ns[ns.length-1]||null}let Qi=1;function tp(e,t=!1){Qi+=e,e<0&&An&&t&&(An.hasOnce=!0)}function np(e){return e.dynamicChildren=Qi>0?An||H.EMPTY_ARR:null,uS(),Qi>0&&An&&An.push(e),e}function ve(e,t,n,r,o,i){return np(fe(e,t,n,r,o,i,!0))}function Ce(e,t,n,r,o){return np(be(e,t,n,r,o,!0))}function rs(e){return e?e.__v_isVNode===!0:!1}const fS=(...e)=>ip(...e),rp=({key:e})=>e??null,is=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?H.isString(e)||Lt(e)||H.isFunction(e)?{i:Jt,r:e,k:t,f:!!n}:e:null);function fe(e,t=null,n=null,r=0,o=null,i=e===Qe?0:1,s=!1,a=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&rp(t),ref:t&&is(t),scopeId:xd,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Jt};return a?(Ga(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=H.isString(n)?8:16),ye.env.NODE_ENV!=="production"&&c.key!==c.key&&et("VNode created with invalid key (NaN). VNode type:",c.type),Qi>0&&!s&&An&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&An.push(c),c}const be=ye.env.NODE_ENV!=="production"?fS:ip;function ip(e,t=null,n=null,r=0,o=null,i=!1){if((!e||e===Vd)&&(ye.env.NODE_ENV!=="production"&&!e&&et(`Invalid vnode type when creating vnode: ${e}.`),e=bi),rs(e)){const a=vi(e,t,!0);return n&&Ga(a,n),Qi>0&&!i&&An&&(a.shapeFlag&6?An[An.indexOf(e)]=a:An.push(a)),a.patchFlag=-2,a}if(up(e)&&(e=e.__vccOpts),t){t=Ha(t);let{class:a,style:c}=t;a&&!H.isString(a)&&(t.class=H.normalizeClass(a)),H.isObject(c)&&(Vo(c)&&!H.isArray(c)&&(c=H.extend({},c)),t.style=H.normalizeStyle(c))}const s=H.isString(e)?1:lS(e)?128:Mw(e)?64:H.isObject(e)?4:H.isFunction(e)?2:0;return ye.env.NODE_ENV!=="production"&&s&4&&Vo(e)&&(e=nt(e),et("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
6
|
+
Component that was made reactive: `,e)),fe(e,t,n,r,o,s,i,!0)}function Ha(e){return e?Vo(e)||Yd(e)?H.extend({},e):e:null}function vi(e,t,n=!1,r=!1){const{props:o,ref:i,patchFlag:s,children:a,transition:c}=e,u=t?Zt(o||{},t):o,l={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&rp(u),ref:t&&t.ref?n&&i?H.isArray(i)?i.concat(is(t)):[i,is(t)]:is(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:ye.env.NODE_ENV!=="production"&&s===-1&&H.isArray(a)?a.map(op):a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Qe?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&vi(e.ssContent),ssFallback:e.ssFallback&&vi(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&jd(l,c.clone(l)),l}function op(e){const t=vi(e);return H.isArray(e.children)&&(t.children=e.children.map(op)),t}function Vt(e=" ",t=0){return be(ep,null,e,t)}function Oe(e="",t=!1){return t?(J(),Ce(bi,null,e)):be(bi,null,e)}function dS(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:vi(e)}function Ga(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(H.isArray(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),Ga(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Yd(t)?t._ctx=Jt:o===3&&Jt&&(Jt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else H.isFunction(t)?(t={default:t,_ctx:Jt},n=32):(t=String(t),r&64?(n=16,t=[Vt(t)]):n=8);e.children=t,e.shapeFlag|=n}function Zt(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=H.normalizeClass([t.class,r.class]));else if(o==="style")t.style=H.normalizeStyle([t.style,r.style]);else if(H.isOn(o)){const i=t[o],s=r[o];s&&i!==s&&!(H.isArray(i)&&i.includes(s))&&(t[o]=i?[].concat(i,s):s)}else o!==""&&(t[o]=r[o])}return t}let Sn=null;const Ka=()=>Sn||Jt;let Qa;{const e=H.getGlobalThis(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),i=>{o.length>1?o.forEach(s=>s(i)):o[0](i)}};Qa=t("__VUE_INSTANCE_SETTERS__",n=>Sn=n),t("__VUE_SSR_SETTERS__",n=>wi=n)}const sp=e=>{const t=Sn;return Qa(e),e.scope.on(),()=>{e.scope.off(),Qa(t)}};function pS(e){return e.vnode.shapeFlag&4}let wi=!1;const ap=ye.env.NODE_ENV!=="production"?{get(e,t){return nn(e,"get",""),e[t]},set(){return et("setupContext.attrs is readonly."),!1},deleteProperty(){return et("setupContext.attrs is readonly."),!1}}:{get(e,t){return nn(e,"get",""),e[t]}};function hS(e){return new Proxy(e.slots,{get(t,n){return nn(e,"get","$slots"),t[n]}})}function gS(e){const t=n=>{if(ye.env.NODE_ENV!=="production"&&(e.exposed&&et("expose() should be called only once per setup()."),n!=null)){let r=typeof n;r==="object"&&(H.isArray(n)?r="array":Lt(n)&&(r="ref")),r!=="object"&&et(`expose() should be passed a plain object, received ${r}.`)}e.exposed=n||{}};if(ye.env.NODE_ENV!=="production"){let n,r;return Object.freeze({get attrs(){return n||(n=new Proxy(e.attrs,ap))},get slots(){return r||(r=hS(e))},get emit(){return(o,...i)=>e.emit(o,...i)},expose:t})}else return{attrs:new Proxy(e.attrs,ap),slots:e.slots,emit:e.emit,expose:t}}function lp(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(fw(aw(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in za)return za[n](e)},has(t,n){return n in t||n in za}})):e.proxy}const mS=/(?:^|[-_])(\w)/g,yS=e=>e.replace(mS,t=>t.toUpperCase()).replace(/[-_]/g,"");function Xa(e,t=!0){return H.isFunction(e)?e.displayName||e.name:e.name||t&&e.__name}function cp(e,t,n=!1){let r=Xa(t);if(!r&&t.__file){const o=t.__file.match(/([^/\\]+)\.\w+$/);o&&(r=o[1])}if(!r&&e&&e.parent){const o=i=>{for(const s in i)if(i[s]===t)return s};r=o(e.components||e.parent.type.components)||o(e.appContext.components)}return r?yS(r):n?"App":"Anonymous"}function up(e){return H.isFunction(e)&&"__vccOpts"in e}const U=(e,t)=>{const n=bw(e,t,wi);if(ye.env.NODE_ENV!=="production"){const r=Ka();r&&r.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function fp(e,t,n){const r=arguments.length;return r===2?H.isObject(t)&&!H.isArray(t)?rs(t)?be(e,null,[t]):be(e,t):be(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&rs(n)&&(n=[n]),be(e,t,n))}function bS(){if(ye.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},r={style:"color:#eb2f96"},o={__vue_custom_formatter:!0,header(f){return H.isObject(f)?f.__isVue?["div",e,"VueInstance"]:Lt(f)?["div",{},["span",e,l(f)],"<",a("_value"in f?f._value:f),">"]:Ur(f)?["div",{},["span",e,fn(f)?"ShallowReactive":"Reactive"],"<",a(f),`>${cr(f)?" (readonly)":""}`]:cr(f)?["div",{},["span",e,fn(f)?"ShallowReadonly":"Readonly"],"<",a(f),">"]:null:null},hasBody(f){return f&&f.__isVue},body(f){if(f&&f.__isVue)return["div",{},...i(f.$)]}};function i(f){const d=[];f.type.props&&f.props&&d.push(s("props",nt(f.props))),f.setupState!==H.EMPTY_OBJ&&d.push(s("setup",f.setupState)),f.data!==H.EMPTY_OBJ&&d.push(s("data",nt(f.data)));const m=c(f,"computed");m&&d.push(s("computed",m));const w=c(f,"inject");return w&&d.push(s("injected",w)),d.push(["div",{},["span",{style:r.style+";opacity:0.66"},"$ (internal): "],["object",{object:f}]]),d}function s(f,d){return d=H.extend({},d),Object.keys(d).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},f],["div",{style:"padding-left:1.25em"},...Object.keys(d).map(m=>["div",{},["span",r,m+": "],a(d[m],!1)])]]:["span",{}]}function a(f,d=!0){return typeof f=="number"?["span",t,f]:typeof f=="string"?["span",n,JSON.stringify(f)]:typeof f=="boolean"?["span",r,f]:H.isObject(f)?["object",{object:d?nt(f):f}]:["span",n,String(f)]}function c(f,d){const m=f.type;if(H.isFunction(m))return;const w={};for(const v in f.ctx)u(m,v,d)&&(w[v]=f.ctx[v]);return w}function u(f,d,m){const w=f[m];if(H.isArray(w)&&w.includes(d)||H.isObject(w)&&d in w||f.extends&&u(f.extends,d,m)||f.mixins&&f.mixins.some(v=>u(v,d,m)))return!0}function l(f){return fn(f)?"ShallowRef":f.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(o):window.devtoolsFormatters=[o]}const vS=ye.env.NODE_ENV!=="production"?et:H.NOOP;ye.env.NODE_ENV,ye.env.NODE_ENV;let wS;const dp=typeof window<"u"&&window.trustedTypes;if(dp)try{wS=dp.createPolicy("vue",{createHTML:e=>e})}catch(e){ye.env.NODE_ENV!=="production"&&vS(`Error creating trusted types policy: ${e}`)}const pp=Symbol("_vod"),SS=Symbol("_vsh"),Ya={beforeMount(e,{value:t},{transition:n}){e[pp]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Xi(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Xi(e,!0),r.enter(e)):r.leave(e,()=>{Xi(e,!1)}):Xi(e,t))},beforeUnmount(e,{value:t}){Xi(e,t)}};ye.env.NODE_ENV!=="production"&&(Ya.name="show");function Xi(e,t){e.style.display=t?e[pp]:"none",e[SS]=!t}Symbol(ye.env.NODE_ENV!=="production"?"CSS_VAR_TEXT":"");function Yi(e,t,n,r){e.addEventListener(t,n,r)}const hp=e=>{const t=e.props["onUpdate:modelValue"]||!1;return H.isArray(t)?n=>H.invokeArrayFns(t,n):t};function ES(e){e.target.composing=!0}function gp(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ja=Symbol("_assign"),TS={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e[Ja]=hp(o);const i=r||o.props&&o.props.type==="number";Yi(e,t?"change":"input",s=>{if(s.target.composing)return;let a=e.value;n&&(a=a.trim()),i&&(a=H.looseToNumber(a)),e[Ja](a)}),n&&Yi(e,"change",()=>{e.value=e.value.trim()}),t||(Yi(e,"compositionstart",ES),Yi(e,"compositionend",gp),Yi(e,"change",gp))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:o,number:i}},s){if(e[Ja]=hp(s),e.composing)return;const a=(i||e.type==="number")&&!/^0\d/.test(e.value)?H.looseToNumber(e.value):e.value,c=t??"";a!==c&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||o&&e.value.trim()===c)||(e.value=c))}},AS=["ctrl","shift","alt","meta"],RS={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>AS.some(n=>e[`${n}Key`]&&!t.includes(n))},Rn=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(o,...i)=>{for(let s=0;s<t.length;s++){const a=RS[t[s]];if(a&&a(o,t))return}return e(o,...i)})},_S={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Ji=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const i=H.hyphenate(o.key);if(t.some(s=>s===i||_S[s]===i))return e(o)})};function IS(){bS()}ye.env.NODE_ENV!=="production"&&IS();const hn=()=>qt.useAbility(),os=()=>U(()=>!!document.getElementById("files-global-search-options"));function mp(e){if(e===void 0)throw new Error('cloneStateObject: cannot clone "undefined"');return JSON.parse(JSON.stringify(e))}const Zi=(e,t)=>!e||!t?!1:e.id===t.id;var Cr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Za(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var el,yp;function CS(){if(yp)return el;yp=1;function e(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function t(o,i){for(var s="",a=0,c=-1,u=0,l,f=0;f<=o.length;++f){if(f<o.length)l=o.charCodeAt(f);else{if(l===47)break;l=47}if(l===47){if(!(c===f-1||u===1))if(c!==f-1&&u===2){if(s.length<2||a!==2||s.charCodeAt(s.length-1)!==46||s.charCodeAt(s.length-2)!==46){if(s.length>2){var d=s.lastIndexOf("/");if(d!==s.length-1){d===-1?(s="",a=0):(s=s.slice(0,d),a=s.length-1-s.lastIndexOf("/")),c=f,u=0;continue}}else if(s.length===2||s.length===1){s="",a=0,c=f,u=0;continue}}i&&(s.length>0?s+="/..":s="..",a=2)}else s.length>0?s+="/"+o.slice(c+1,f):s=o.slice(c+1,f),a=f-c-1;c=f,u=0}else l===46&&u!==-1?++u:u=-1}return s}function n(o,i){var s=i.dir||i.root,a=i.base||(i.name||"")+(i.ext||"");return s?s===i.root?s+a:s+o+a:a}var r={resolve:function(){for(var i="",s=!1,a,c=arguments.length-1;c>=-1&&!s;c--){var u;c>=0?u=arguments[c]:(a===void 0&&(a=ye.cwd()),u=a),e(u),u.length!==0&&(i=u+"/"+i,s=u.charCodeAt(0)===47)}return i=t(i,!s),s?i.length>0?"/"+i:"/":i.length>0?i:"."},normalize:function(i){if(e(i),i.length===0)return".";var s=i.charCodeAt(0)===47,a=i.charCodeAt(i.length-1)===47;return i=t(i,!s),i.length===0&&!s&&(i="."),i.length>0&&a&&(i+="/"),s?"/"+i:i},isAbsolute:function(i){return e(i),i.length>0&&i.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var i,s=0;s<arguments.length;++s){var a=arguments[s];e(a),a.length>0&&(i===void 0?i=a:i+="/"+a)}return i===void 0?".":r.normalize(i)},relative:function(i,s){if(e(i),e(s),i===s||(i=r.resolve(i),s=r.resolve(s),i===s))return"";for(var a=1;a<i.length&&i.charCodeAt(a)===47;++a);for(var c=i.length,u=c-a,l=1;l<s.length&&s.charCodeAt(l)===47;++l);for(var f=s.length,d=f-l,m=u<d?u:d,w=-1,v=0;v<=m;++v){if(v===m){if(d>m){if(s.charCodeAt(l+v)===47)return s.slice(l+v+1);if(v===0)return s.slice(l+v)}else u>m&&(i.charCodeAt(a+v)===47?w=v:v===0&&(w=0));break}var T=i.charCodeAt(a+v),b=s.charCodeAt(l+v);if(T!==b)break;T===47&&(w=v)}var g="";for(v=a+w+1;v<=c;++v)(v===c||i.charCodeAt(v)===47)&&(g.length===0?g+="..":g+="/..");return g.length>0?g+s.slice(l+w):(l+=w,s.charCodeAt(l)===47&&++l,s.slice(l))},_makeLong:function(i){return i},dirname:function(i){if(e(i),i.length===0)return".";for(var s=i.charCodeAt(0),a=s===47,c=-1,u=!0,l=i.length-1;l>=1;--l)if(s=i.charCodeAt(l),s===47){if(!u){c=l;break}}else u=!1;return c===-1?a?"/":".":a&&c===1?"//":i.slice(0,c)},basename:function(i,s){if(s!==void 0&&typeof s!="string")throw new TypeError('"ext" argument must be a string');e(i);var a=0,c=-1,u=!0,l;if(s!==void 0&&s.length>0&&s.length<=i.length){if(s.length===i.length&&s===i)return"";var f=s.length-1,d=-1;for(l=i.length-1;l>=0;--l){var m=i.charCodeAt(l);if(m===47){if(!u){a=l+1;break}}else d===-1&&(u=!1,d=l+1),f>=0&&(m===s.charCodeAt(f)?--f===-1&&(c=l):(f=-1,c=d))}return a===c?c=d:c===-1&&(c=i.length),i.slice(a,c)}else{for(l=i.length-1;l>=0;--l)if(i.charCodeAt(l)===47){if(!u){a=l+1;break}}else c===-1&&(u=!1,c=l+1);return c===-1?"":i.slice(a,c)}},extname:function(i){e(i);for(var s=-1,a=0,c=-1,u=!0,l=0,f=i.length-1;f>=0;--f){var d=i.charCodeAt(f);if(d===47){if(!u){a=f+1;break}continue}c===-1&&(u=!1,c=f+1),d===46?s===-1?s=f:l!==1&&(l=1):s!==-1&&(l=-1)}return s===-1||c===-1||l===0||l===1&&s===c-1&&s===a+1?"":i.slice(s,c)},format:function(i){if(i===null||typeof i!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof i);return n("/",i)},parse:function(i){e(i);var s={root:"",dir:"",base:"",ext:"",name:""};if(i.length===0)return s;var a=i.charCodeAt(0),c=a===47,u;c?(s.root="/",u=1):u=0;for(var l=-1,f=0,d=-1,m=!0,w=i.length-1,v=0;w>=u;--w){if(a=i.charCodeAt(w),a===47){if(!m){f=w+1;break}continue}d===-1&&(m=!1,d=w+1),a===46?l===-1?l=w:v!==1&&(v=1):l!==-1&&(v=-1)}return l===-1||d===-1||v===0||v===1&&l===d-1&&l===f+1?d!==-1&&(f===0&&c?s.base=s.name=i.slice(1,d):s.base=s.name=i.slice(f,d)):(f===0&&c?(s.name=i.slice(1,l),s.base=i.slice(1,d)):(s.name=i.slice(f,l),s.base=i.slice(f,d)),s.ext=i.slice(l,d)),f>0?s.dir=i.slice(0,f-1):c&&(s.dir="/"),s},sep:"/",delimiter:":",win32:null,posix:null};return r.posix=r,el=r,el}var gt=CS();const ss=Za(gt),PS=Me({name:"SpaceMoveInfoModal",props:{modal:{type:Object,required:!0}}}),Ve=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},FS=["textContent"],OS=["textContent"];function xS(e,t,n,r,o,i){return J(),ve(Qe,null,[fe("p",{class:"oc-mt-rm",textContent:H.toDisplayString(e.$gettext("Moving files from one space to another is not possible. Do you want to copy instead?"))},null,8,FS),fe("p",{class:"oc-mb-rm",textContent:H.toDisplayString(e.$gettext("Note: Links and shares of the original file are not copied."))},null,8,OS)],64)}const bp=Ve(PS,[["render",xS]]),kS=Me({name:"ResourceConflictModal",props:{modal:{type:Object,required:!0},resource:{type:Object,required:!0},conflictCount:{type:Number,required:!0},callbackFn:{type:Function,required:!0},suggestMerge:{type:Boolean,default:!0},separateSkipHandling:{type:Boolean,default:!1},confirmSecondaryTextOverwrite:{type:String,default:null}},setup(e){const{removeModal:t}=bt(),{$gettext:n}=Ne.useGettext(),r=oe(!1),o=U(()=>e.conflictCount<2?"":e.separateSkipHandling?e.resource.isFolder?n("Apply to all %{count} folders",{count:e.conflictCount.toString()},!0):n("Apply to all %{count} files",{count:e.conflictCount.toString()},!0):n("Apply to all %{count} conflicts",{count:e.conflictCount.toString()},!0)),i=U(()=>e.resource.isFolder?n('Folder with name "%{name}" already exists.',{name:e.resource.name},!0):n('File with name "%{name}" already exists.',{name:e.resource.name},!0)),s=U(()=>e.confirmSecondaryTextOverwrite||n("Replace"));return{message:i,checkboxValue:r,checkboxLabel:o,confirmSecondaryText:s,onConfirm:()=>{t(e.modal.id),e.callbackFn({strategy:qn.KEEP_BOTH,doForAllConflicts:p(r)})},onConfirmSecondary:()=>{t(e.modal.id);const l=e.suggestMerge?qn.MERGE:qn.REPLACE;e.callbackFn({strategy:l,doForAllConflicts:p(r)})},onCancel:()=>{t(e.modal.id),e.callbackFn({strategy:qn.SKIP,doForAllConflicts:p(r)})}}}}),NS=["textContent"],$S={class:"oc-my-m"},DS={class:"oc-flex oc-flex-right oc-flex-middle oc-mt-m"},LS={class:"oc-modal-body-actions-grid"};function MS(e,t,n,r,o,i){const s=pe("oc-checkbox"),a=pe("oc-button");return J(),ve(Qe,null,[fe("span",{class:"oc-display-inline-block oc-mb-m",textContent:H.toDisplayString(e.message)},null,8,NS),fe("div",$S,[e.conflictCount>1?(J(),Ce(s,{key:0,modelValue:e.checkboxValue,"onUpdate:modelValue":t[0]||(t[0]=c=>e.checkboxValue=c),size:"medium",label:e.checkboxLabel,"aria-label":e.checkboxLabel},null,8,["modelValue","label","aria-label"])):Oe("",!0)]),fe("div",DS,[fe("div",LS,[be(a,{class:"oc-modal-body-actions-cancel oc-ml-s",onClick:e.onCancel},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Skip")),1)]),_:1},8,["onClick"]),be(a,{class:"oc-modal-body-actions-secondary oc-ml-s",onClick:e.onConfirmSecondary},{default:Te(()=>[Vt(H.toDisplayString(e.confirmSecondaryText),1)]),_:1},8,["onClick"]),be(a,{class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",onClick:e.onConfirm},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Keep both")),1)]),_:1},8,["onClick"])])])],64)}const vp=Ve(kS,[["render",MS]]);class tl{constructor(t,n){this.$gettext=t,this.$ngettext=n}async resolveAllConflicts(t,n,r){const o=[];for(const u of t){const l=gt.join(n.path,u.name);r.some(d=>d.path===l)&&o.push({resource:u,strategy:null})}let i=0,s=!1,a=null;const c=[];for(const u of o){if(s){u.strategy=a,c.push(u);continue}const l=o.length-i,f=await this.resolveFileExists(u.resource,l);u.strategy=f.strategy,c.push(u),i+=1,f.doForAllConflicts&&(s=!0,a=f.strategy)}return c}resolveFileExists(t,n,r=!1,o=!1){const{dispatchModal:i}=bt();return new Promise(s=>{i({title:t.isFolder?this.$gettext("Folder already exists"):this.$gettext("File already exists"),hideActions:!0,customComponent:vp,customComponentAttrs:()=>({resource:t,conflictCount:n,suggestMerge:r,separateSkipHandling:o,callbackFn:a=>{s(a)}})})})}resolveDoCopyInsteadOfMoveForSpaces(){const{dispatchModal:t}=bt();return new Promise(n=>{t({title:this.$gettext("Copy here?"),customComponent:bp,confirmText:this.$gettext("Copy here"),onCancel:()=>{n(!1)},onConfirm:()=>Promise.resolve(n(!0))})})}}const Un=(e,t,n,r=1)=>{let o;return t?o=`${ee.extractNameWithoutExtension({name:e,extension:t})} (${r}).${t}`:o=`${e} (${r})`,n.some(s=>s.name===o)?Un(e,t,n,r+1):o},wp=(e,t,n,r)=>e.id===n.id&>.dirname(t.path)===r.path;var qn=(e=>(e[e.SKIP=0]="SKIP",e[e.REPLACE=1]="REPLACE",e[e.KEEP_BOTH=2]="KEEP_BOTH",e[e.MERGE=3]="MERGE",e))(qn||{}),pr=(e=>(e[e.COPY=0]="COPY",e[e.MOVE=1]="MOVE",e))(pr||{});class Sp extends tl{constructor(t,n,r,o,i,s,a,c){super(a,c),this.sourceSpace=t,this.resourcesToMove=n,this.targetSpace=r,this.targetFolder=o,this.currentFolder=i,this.clientService=s}hasRecursion(){return this.sourceSpace.id!==this.targetSpace.id?!1:this.resourcesToMove.some(t=>this.targetFolder.path===t.path)}showRecursionErrorMessage(){const t=this.resourcesToMove.length,n=this.$ngettext("You can't paste the selected file at this location because you can't paste an item into itself.","You can't paste the selected files at this location because you can't paste an item into itself.",t);rt().showErrorMessage({title:n})}showResultMessage(t,n,r){var a,c;if(t.length===0){const u=n.length;if(u===0)return;const l=r===pr.COPY?this.$ngettext("%{count} item was copied successfully","%{count} items were copied successfully",u,{count:u.toString()},!0):this.$ngettext("%{count} item was moved successfully","%{count} items were moved successfully",u,{count:u.toString()},!0);rt().showMessage({title:l,status:"success"});return}let o=r===pr.COPY?this.$gettext("Failed to copy %{count} resources",{count:t.length.toString()},!0):this.$gettext("Failed to move %{count} resources",{count:t.length.toString()},!0);t.length===1&&(o=r===pr.COPY?this.$gettext('Failed to copy "%{name}"',{name:(a=t[0])==null?void 0:a.resourceName},!0):this.$gettext('Failed to move "%{name}"',{name:(c=t[0])==null?void 0:c.resourceName},!0));let i="";t.some(({error:u})=>u instanceof ee.HttpError&&u.statusCode===507)&&(i=this.$gettext("Insufficient quota")),rt().showErrorMessage({title:o,...i&&{desc:i},errors:t.map(({error:u})=>u)})}async getTransferData(t){var i;if(this.hasRecursion())return this.showRecursionErrorMessage(),[];if(this.sourceSpace.id!==this.targetSpace.id&&t===pr.MOVE){if(!await this.resolveDoCopyInsteadOfMoveForSpaces())return[];t=pr.COPY}const n=(await this.clientService.webdav.listFiles(this.targetSpace,this.targetFolder)).children,r=await this.resolveAllConflicts(this.resourcesToMove,this.targetFolder,n),o=[];for(const s of this.resourcesToMove){const a={...s},{id:c,name:u,extension:l}=a,f=r.some(w=>w.resource.id===c);let d=u,m=!1;if(f){const w=(i=r.find(v=>v.resource.id===c))==null?void 0:i.strategy;if(w===qn.SKIP)continue;if(w===qn.REPLACE){if(this.isOverwritingParentFolder(a,this.targetFolder,n)){const v=new Error;this.showResultMessage([{error:v,resourceName:u}],[],t);continue}m=!0}w===qn.KEEP_BOTH&&(d=Un(u,l,n),a.name=d)}wp(this.sourceSpace,a,this.targetSpace,this.targetFolder)&&m||o.push({resource:a,sourceSpace:this.sourceSpace,targetSpace:this.targetSpace,targetFolder:this.targetFolder,path:gt.join(this.targetFolder.path,d),overwrite:m,transferType:t})}return o}isOverwritingParentFolder(t,n,r){var s;if(t.type!=="folder"||n.path===((s=p(this.currentFolder))==null?void 0:s.path))return!1;const o=gt.basename(t.path),i=gt.join(n.path,o);return r.some(a=>a.path===i)}}const nl={ignoreLocation:!0,threshold:0,useExtendedSearch:!0},BS=(e,t,n)=>new Yf(e,{...nl,keys:["name","type","icon","extension","tags"]}).search(t,{limit:n}).map(o=>o.item),Ep="oc-resource-icon-mapping",jS={archive:{icon:{name:"resource-type-archive",color:"var(--oc-color-icon-archive)"},extensions:["7z","apk","bz2","deb","gz","gzip","rar","tar","tar.bz2","tar.gz","tar.xz","tbz2","tgz","zip"]},audio:{icon:{name:"resource-type-audio",color:"var(--oc-color-icon-audio)"},extensions:["3gp","8svx","aa","aac","aax","act","aiff","alac","amr","ape","au","awb","cda","dss","dvf","flac","gsm","iklax","ivs","m4a","m4b","m4p","mmf","mogg","movpkg","mp3","mpc","msv","nmf","oga","ogga","opus","ra","raw","rf64","rm","sln","tta","voc","vox","wav","wma","wv"]},code:{icon:{name:"resource-type-code",color:"var(--oc-role-on-surface)"},extensions:["bash","c++","c","cc","cpp","css","feature","go","h","hh","hpp","htm","html","java","js","json","php","pl","py","scss","sh","sh-lib","sql","ts","xml","yaml","yml"]},default:{icon:{name:"resource-type-file",color:"var(--oc-role-on-surface)"},extensions:["accdb","rss","swf"]},drawio:{icon:{name:"resource-type-drawio",color:"var(--oc-color-icon-drawio)"},extensions:["drawio"]},document:{icon:{name:"resource-type-document",color:"var(--oc-color-icon-document)"},extensions:["doc","docm","docx","dot","dotx","lwp","odt","one","vsd","wpd"]},ifc:{icon:{name:"resource-type-ifc",color:"var(--oc-color-icon-ifc)"},extensions:["ifc"]},ipynb:{icon:{name:"resource-type-jupyter",color:"var(--oc-color-icon-jupyter)"},extensions:["ipynb"]},image:{icon:{name:"resource-type-image",color:"var(--oc-color-icon-image)"},extensions:["ai","cdr","eot","eps","gif","jpeg","jpg","otf","pfb","png","ps","psd","svg","ttf","woff","xcf"]},form:{icon:{name:"resource-type-form",color:"var(--oc-color-icon-form)"},extensions:["docf","docxf","oform"]},markdown:{icon:{name:"resource-type-markdown",color:"var(--oc-color-icon-markdown)"},extensions:["md","markdown"]},odg:{icon:{name:"resource-type-graphic",color:"var(--oc-color-icon-graphic)"},extensions:["odg"]},pdf:{icon:{name:"resource-type-pdf",color:"var(--oc-color-icon-pdf)"},extensions:["pdf"]},presentation:{icon:{name:"resource-type-presentation",color:"var(--oc-color-icon-presentation)"},extensions:["odp","pot","potm","potx","ppa","ppam","pps","ppsm","ppsx","ppt","pptm","pptx"]},root:{icon:{name:"resource-type-root",color:"var(--oc-color-icon-root)"},extensions:["root"]},spreadsheet:{icon:{name:"resource-type-spreadsheet",color:"var(--oc-color-icon-spreadsheet)"},extensions:["csv","ods","xla","xlam","xls","xlsb","xlsm","xlsx","xlt","xltm","xltx"]},text:{icon:{name:"resource-type-text",color:"var(--oc-role-on-surface)"},extensions:["cb7","cba","cbr","cbt","cbtc","cbz","cvbdl","eml","mdb","tex","txt"]},url:{icon:{name:"resource-type-url",color:"var(--oc-role-on-surface)"},extensions:["url"]},video:{icon:{name:"resource-type-video",color:"var(--oc-color-icon-video)"},extensions:["mov","mp4","webm","wmv"]},epub:{icon:{name:"resource-type-book",color:"var(--oc-color-icon-epub)"},extensions:["epub"]},board:{icon:{name:"resource-type-board"},extensions:["ggs"]}};function Tp(){const e={};return Object.values(jS).forEach(t=>{t.extensions.forEach(n=>{e[n]=t.icon})}),e}function rl(e,t,n){return t.name=gt.basename(n),t.path=n,t.webDavPath=gt.join(e.webDavPath,n),t.extension=ee.extractExtensionFromFile(t),t}function US(){this.__data__=[],this.size=0}function eo(e,t){return e===t||e!==e&&t!==t}function as(e,t){for(var n=e.length;n--;)if(eo(e[n][0],t))return n;return-1}var qS=Array.prototype,VS=qS.splice;function zS(e){var t=this.__data__,n=as(t,e);if(n<0)return!1;var r=t.length-1;return n==r?t.pop():VS.call(t,n,1),--this.size,!0}function WS(e){var t=this.__data__,n=as(t,e);return n<0?void 0:t[n][1]}function HS(e){return as(this.__data__,e)>-1}function GS(e,t){var n=this.__data__,r=as(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}function hr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}hr.prototype.clear=US,hr.prototype.delete=zS,hr.prototype.get=WS,hr.prototype.has=HS,hr.prototype.set=GS;function KS(){this.__data__=new hr,this.size=0}function QS(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function XS(e){return this.__data__.get(e)}function YS(e){return this.__data__.has(e)}const Pr=globalThis||void 0||self;var Ap=typeof Pr=="object"&&Pr&&Pr.Object===Object&&Pr,JS=typeof self=="object"&&self&&self.Object===Object&&self,Kn=Ap||JS||Function("return this")(),Fn=Kn.Symbol,Rp=Object.prototype,ZS=Rp.hasOwnProperty,eE=Rp.toString,to=Fn?Fn.toStringTag:void 0;function tE(e){var t=ZS.call(e,to),n=e[to];try{e[to]=void 0;var r=!0}catch{}var o=eE.call(e);return r&&(t?e[to]=n:delete e[to]),o}var nE=Object.prototype,rE=nE.toString;function iE(e){return rE.call(e)}var oE="[object Null]",sE="[object Undefined]",_p=Fn?Fn.toStringTag:void 0;function Hr(e){return e==null?e===void 0?sE:oE:_p&&_p in Object(e)?tE(e):iE(e)}function Qn(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var aE="[object AsyncFunction]",lE="[object Function]",cE="[object GeneratorFunction]",uE="[object Proxy]";function il(e){if(!Qn(e))return!1;var t=Hr(e);return t==lE||t==cE||t==aE||t==uE}var ol=Kn["__core-js_shared__"],Ip=function(){var e=/[^.]+$/.exec(ol&&ol.keys&&ol.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function fE(e){return!!Ip&&Ip in e}var dE=Function.prototype,pE=dE.toString;function Gr(e){if(e!=null){try{return pE.call(e)}catch{}try{return e+""}catch{}}return""}var hE=/[\\^$.*+?()[\]{}|]/g,gE=/^\[object .+?Constructor\]$/,mE=Function.prototype,yE=Object.prototype,bE=mE.toString,vE=yE.hasOwnProperty,wE=RegExp("^"+bE.call(vE).replace(hE,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function SE(e){if(!Qn(e)||fE(e))return!1;var t=il(e)?wE:gE;return t.test(Gr(e))}function EE(e,t){return e==null?void 0:e[t]}function Kr(e,t){var n=EE(e,t);return SE(n)?n:void 0}var no=Kr(Kn,"Map"),ro=Kr(Object,"create");function TE(){this.__data__=ro?ro(null):{},this.size=0}function AE(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var RE="__lodash_hash_undefined__",_E=Object.prototype,IE=_E.hasOwnProperty;function CE(e){var t=this.__data__;if(ro){var n=t[e];return n===RE?void 0:n}return IE.call(t,e)?t[e]:void 0}var PE=Object.prototype,FE=PE.hasOwnProperty;function OE(e){var t=this.__data__;return ro?t[e]!==void 0:FE.call(t,e)}var xE="__lodash_hash_undefined__";function kE(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=ro&&t===void 0?xE:t,this}function Qr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Qr.prototype.clear=TE,Qr.prototype.delete=AE,Qr.prototype.get=CE,Qr.prototype.has=OE,Qr.prototype.set=kE;function NE(){this.size=0,this.__data__={hash:new Qr,map:new(no||hr),string:new Qr}}function $E(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function ls(e,t){var n=e.__data__;return $E(t)?n[typeof t=="string"?"string":"hash"]:n.map}function DE(e){var t=ls(this,e).delete(e);return this.size-=t?1:0,t}function LE(e){return ls(this,e).get(e)}function ME(e){return ls(this,e).has(e)}function BE(e,t){var n=ls(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this}function gr(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}gr.prototype.clear=NE,gr.prototype.delete=DE,gr.prototype.get=LE,gr.prototype.has=ME,gr.prototype.set=BE;var jE=200;function UE(e,t){var n=this.__data__;if(n instanceof hr){var r=n.__data__;if(!no||r.length<jE-1)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new gr(r)}return n.set(e,t),this.size=n.size,this}function Xn(e){var t=this.__data__=new hr(e);this.size=t.size}Xn.prototype.clear=KS,Xn.prototype.delete=QS,Xn.prototype.get=XS,Xn.prototype.has=YS,Xn.prototype.set=UE;var cs=function(){try{var e=Kr(Object,"defineProperty");return e({},"",{}),e}catch{}}();function sl(e,t,n){t=="__proto__"&&cs?cs(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function al(e,t,n){(n!==void 0&&!eo(e[t],n)||n===void 0&&!(t in e))&&sl(e,t,n)}function qE(e){return function(t,n,r){for(var o=-1,i=Object(t),s=r(t),a=s.length;a--;){var c=s[++o];if(n(i[c],c,i)===!1)break}return t}}var VE=qE(),Cp=typeof L=="object"&&L&&!L.nodeType&&L,Pp=Cp&&typeof module=="object"&&module&&!module.nodeType&&module,zE=Pp&&Pp.exports===Cp,Fp=zE?Kn.Buffer:void 0,Op=Fp?Fp.allocUnsafe:void 0;function xp(e,t){if(t)return e.slice();var n=e.length,r=Op?Op(n):new e.constructor(n);return e.copy(r),r}var us=Kn.Uint8Array;function ll(e){var t=new e.constructor(e.byteLength);return new us(t).set(new us(e)),t}function kp(e,t){var n=t?ll(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function WE(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}var Np=Object.create,HE=function(){function e(){}return function(t){if(!Qn(t))return{};if(Np)return Np(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function $p(e,t){return function(n){return e(t(n))}}var cl=$p(Object.getPrototypeOf,Object),GE=Object.prototype;function fs(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||GE;return e===n}function KE(e){return typeof e.constructor=="function"&&!fs(e)?HE(cl(e)):{}}function Yn(e){return e!=null&&typeof e=="object"}var QE="[object Arguments]";function Dp(e){return Yn(e)&&Hr(e)==QE}var Lp=Object.prototype,XE=Lp.hasOwnProperty,YE=Lp.propertyIsEnumerable,io=Dp(function(){return arguments}())?Dp:function(e){return Yn(e)&&XE.call(e,"callee")&&!YE.call(e,"callee")},On=Array.isArray,JE=9007199254740991;function Mp(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=JE}function oo(e){return e!=null&&Mp(e.length)&&!il(e)}function ZE(e){return Yn(e)&&oo(e)}function e1(){return!1}var Bp=typeof L=="object"&&L&&!L.nodeType&&L,jp=Bp&&typeof module=="object"&&module&&!module.nodeType&&module,t1=jp&&jp.exports===Bp,Up=t1?Kn.Buffer:void 0,n1=Up?Up.isBuffer:void 0,Si=n1||e1,r1="[object Object]",i1=Function.prototype,o1=Object.prototype,qp=i1.toString,s1=o1.hasOwnProperty,a1=qp.call(Object);function ul(e){if(!Yn(e)||Hr(e)!=r1)return!1;var t=cl(e);if(t===null)return!0;var n=s1.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&qp.call(n)==a1}var l1="[object Arguments]",c1="[object Array]",u1="[object Boolean]",f1="[object Date]",d1="[object Error]",p1="[object Function]",h1="[object Map]",g1="[object Number]",m1="[object Object]",y1="[object RegExp]",b1="[object Set]",v1="[object String]",w1="[object WeakMap]",S1="[object ArrayBuffer]",E1="[object DataView]",T1="[object Float32Array]",A1="[object Float64Array]",R1="[object Int8Array]",_1="[object Int16Array]",I1="[object Int32Array]",C1="[object Uint8Array]",P1="[object Uint8ClampedArray]",F1="[object Uint16Array]",O1="[object Uint32Array]",wt={};wt[T1]=wt[A1]=wt[R1]=wt[_1]=wt[I1]=wt[C1]=wt[P1]=wt[F1]=wt[O1]=!0,wt[l1]=wt[c1]=wt[S1]=wt[u1]=wt[E1]=wt[f1]=wt[d1]=wt[p1]=wt[h1]=wt[g1]=wt[m1]=wt[y1]=wt[b1]=wt[v1]=wt[w1]=!1;function x1(e){return Yn(e)&&Mp(e.length)&&!!wt[Hr(e)]}function fl(e){return function(t){return e(t)}}var Vp=typeof L=="object"&&L&&!L.nodeType&&L,so=Vp&&typeof module=="object"&&module&&!module.nodeType&&module,k1=so&&so.exports===Vp,dl=k1&&Ap.process,Ei=function(){try{var e=so&&so.require&&so.require("util").types;return e||dl&&dl.binding&&dl.binding("util")}catch{}}(),zp=Ei&&Ei.isTypedArray,ds=zp?fl(zp):x1;function pl(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}var N1=Object.prototype,$1=N1.hasOwnProperty;function Wp(e,t,n){var r=e[t];(!($1.call(e,t)&&eo(r,n))||n===void 0&&!(t in e))&&sl(e,t,n)}function Hp(e,t,n,r){var o=!n;n||(n={});for(var i=-1,s=t.length;++i<s;){var a=t[i],c=void 0;c===void 0&&(c=e[a]),o?sl(n,a,c):Wp(n,a,c)}return n}function D1(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}var L1=9007199254740991,M1=/^(?:0|[1-9]\d*)$/;function Gp(e,t){var n=typeof e;return t=t??L1,!!t&&(n=="number"||n!="symbol"&&M1.test(e))&&e>-1&&e%1==0&&e<t}var B1=Object.prototype,j1=B1.hasOwnProperty;function Kp(e,t){var n=On(e),r=!n&&io(e),o=!n&&!r&&Si(e),i=!n&&!r&&!o&&ds(e),s=n||r||o||i,a=s?D1(e.length,String):[],c=a.length;for(var u in e)(t||j1.call(e,u))&&!(s&&(u=="length"||o&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||Gp(u,c)))&&a.push(u);return a}function U1(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var q1=Object.prototype,V1=q1.hasOwnProperty;function z1(e){if(!Qn(e))return U1(e);var t=fs(e),n=[];for(var r in e)r=="constructor"&&(t||!V1.call(e,r))||n.push(r);return n}function hl(e){return oo(e)?Kp(e,!0):z1(e)}function W1(e){return Hp(e,hl(e))}function H1(e,t,n,r,o,i,s){var a=pl(e,n),c=pl(t,n),u=s.get(c);if(u){al(e,n,u);return}var l=i?i(a,c,n+"",e,t,s):void 0,f=l===void 0;if(f){var d=On(c),m=!d&&Si(c),w=!d&&!m&&ds(c);l=c,d||m||w?On(a)?l=a:ZE(a)?l=WE(a):m?(f=!1,l=xp(c,!0)):w?(f=!1,l=kp(c,!0)):l=[]:ul(c)||io(c)?(l=a,io(a)?l=W1(a):(!Qn(a)||il(a))&&(l=KE(c))):f=!1}f&&(s.set(c,l),o(l,c,r,i,s),s.delete(c)),al(e,n,l)}function Qp(e,t,n,r,o){e!==t&&VE(t,function(i,s){if(o||(o=new Xn),Qn(i))H1(e,t,s,n,Qp,r,o);else{var a=r?r(pl(e,s),i,s+"",e,t,o):void 0;a===void 0&&(a=i),al(e,s,a)}},hl)}function Xp(e){return e}function G1(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}var Yp=Math.max;function Jp(e,t,n){return t=Yp(t===void 0?e.length-1:t,0),function(){for(var r=arguments,o=-1,i=Yp(r.length-t,0),s=Array(i);++o<i;)s[o]=r[t+o];o=-1;for(var a=Array(t+1);++o<t;)a[o]=r[o];return a[t]=n(s),G1(e,this,a)}}function K1(e){return function(){return e}}var Q1=cs?function(e,t){return cs(e,"toString",{configurable:!0,enumerable:!1,value:K1(t),writable:!0})}:Xp,X1=800,Y1=16,J1=Date.now;function Z1(e){var t=0,n=0;return function(){var r=J1(),o=Y1-(r-n);if(n=r,o>0){if(++t>=X1)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var Zp=Z1(Q1);function eT(e,t){return Zp(Jp(e,t,Xp),e+"")}function tT(e,t,n){if(!Qn(n))return!1;var r=typeof t;return(r=="number"?oo(n)&&Gp(t,n.length):r=="string"&&t in n)?eo(n[t],e):!1}function nT(e){return eT(function(t,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;for(i=e.length>3&&typeof i=="function"?(o--,i):void 0,s&&tT(n[0],n[1],s)&&(i=o<3?void 0:i,o=1),t=Object(t);++r<o;){var a=n[r];a&&e(t,a,r,i)}return t})}var ao=nT(function(e,t,n){Qp(e,t,n)});const gl=(e,...t)=>{const{href:n}=e.resolve(p(e.currentRoute));return t.map(r=>{const{href:o}=e.resolve({...r});return o==="/"||o==="#/"?!1:n.startsWith(o)}).some(Boolean)},lo=(...e)=>(t,...n)=>{if(!n.length)return gl(t,...e);const[r,...o]=n.map(i=>{const s=e.find(a=>a.name===i);if(!s)throw new Error(`unknown comparative '${i}'`);return s});return gl(t,r,...o)};function I2(e){return e}const co=(e,...t)=>ao({},{name:e},...t.map(n=>({...n.params&&{params:n.params},...n.query&&{query:n.query}}))),Ti=(e,t={})=>co(e,t),eh=Ti("files-common-favorites"),th=Ti("files-common-search"),At=lo(eh,th),rT=e=>[{path:"/search",component:e.App,children:[{name:th.name,path:"list/:page?",component:e.SearchResults,meta:{authContext:"user",title:"Search results",contextQueryItems:["term","provider","q_tags","q_lastModified","q_titleOnly","q_mediaType","scope","useScope"]}}]},{path:"/favorites",component:e.App,children:[{name:eh.name,path:"",component:e.Favorites,meta:{authContext:"user",title:"Favorite files"}}]}],xn=(e,t={})=>co(e,t),nh=xn("files-spaces-projects"),ml=xn("files-spaces-generic"),at=lo(nh,ml),iT=e=>[{path:"/spaces",component:e.App,children:[{path:"projects",name:nh.name,component:e.Spaces.Projects,meta:{authContext:"user",title:"Spaces"}},{path:":driveAliasAndItem(.*)?",name:ml.name,component:e.Spaces.DriveResolver,meta:{authContext:"user",patchCleanPath:!0,contextQueryItems:["sort-by","sort-dir"]}}]}],kn=(e,t={})=>co(e,t),oT=kn("files-shares"),ps=kn("files-shares-with-me"),yl=kn("files-shares-with-others"),bl=kn("files-shares-via-link"),Nt=lo(ps,yl,bl),sT=e=>[{name:oT.name,path:"/shares",component:e.App,redirect:ps,children:[{name:ps.name,path:"with-me",component:e.Shares.SharedWithMe,meta:{authContext:"user",title:"Files shared with me"}},{name:yl.name,path:"with-others",component:e.Shares.SharedWithOthers,meta:{authContext:"user",title:"Files shared with others"}},{name:bl.name,path:"via-link",component:e.Shares.SharedViaLink,meta:{authContext:"user",title:"Files shared via link"}}]}],Ai=(e,t={})=>co(e,t),vl=Ai("files-public-link"),wl=Ai("files-public-upload"),_n=lo(vl,wl),aT=e=>[{path:"/link",component:e.App,meta:{auth:!1},children:[{name:vl.name,path:":driveAliasAndItem(.*)?",component:e.Spaces.DriveResolver,meta:{authContext:"publicLink",patchCleanPath:!0}}]},{path:"/upload",component:e.App,meta:{auth:!1},children:[{name:wl.name,path:":token?",component:e.FilesDrop,meta:{authContext:"publicLink",title:"Public file upload"}}]}],Ri=(e,t={})=>co(e,t),rh=Ri("files-trash-generic"),ih=Ri("files-trash-overview"),In=lo(rh,ih),lT=e=>[{path:"/trash",component:e.App,children:[{path:"overview",name:ih.name,component:e.Trash.Overview,meta:{authContext:"user",title:"Trash overview"}},{name:rh.name,path:":driveAliasAndItem(.*)?",component:e.Spaces.DriveResolver,meta:{authContext:"user",patchCleanPath:!0}}]}];function oh(e){return{applicationConfig:U(()=>e.appsStore.externalAppConfig[e.applicationId]||{})}}const cT=["anonymous","user","idp","publicLink","hybrid"],mr=e=>dr(e),ze=()=>mr("$router"),en=()=>ze().currentRoute,Sl=e=>e.path.split("/")[1],uT=()=>{const e=en();return U(()=>Sl(p(e)))},Jn=(e,t={},n)=>{var o,i;const r=(n==null?void 0:n.configStore)||st();return{params:{driveAliasAndItem:e.getDriveAliasAndItem({path:t.path||""})},query:{...ee.isShareSpaceResource(e)&&{shareId:e.id},...((i=(o=r==null?void 0:r.options)==null?void 0:o.routing)==null?void 0:i.idBased)&&!Et.isUndefined(t.fileId)&&{fileId:`${t.fileId}`}}}},fT=(e,t)=>{const n=document.querySelector("base"),r=!!n,o=new URL(window.location.href.split("#")[0]);return o.search="",r?o.pathname=new URL(n.href).pathname:o.pathname.endsWith("/index.html")&&(o.pathname=o.pathname.split("/").slice(0,-1).filter(Boolean).join("/")),/\.(html?)$/i.test(t)?o.pathname=[...o.pathname.split("/"),...t.split("/")].filter(Boolean).join("/"):o[r?"pathname":"hash"]=e.resolve(t).href,o.href},Zn=He.defineStore("apps",()=>{const e=oe({}),t=oe({}),n=oe([]),r=U(()=>Object.keys(p(e))),o=(c,u)=>{c.id&&(c.extensions&&c.extensions.forEach(l=>{i({appId:c.id,data:l})}),p(e)[c.id]={applicationMenu:c.applicationMenu||{enabled:()=>!1},defaultExtension:c.defaultExtension||"",icon:"check_box_outline_blank",name:c.name||c.id,translations:u,...c})},i=({appId:c,data:u})=>{var l,f,d;p(n).push({app:c,extension:u.extension,createFileHandler:u.createFileHandler,label:u.label,mimeType:u.mimeType,routeName:u.routeName,newFileMenu:u.newFileMenu,icon:u.icon,name:u.name,hasPriority:u.hasPriority||((d=(f=(l=p(t))==null?void 0:l[c])==null?void 0:f.priorityExtensions)==null?void 0:d.includes(u.extension))||!1,secureView:u.secureView||!1})};return{apps:e,externalAppConfig:t,appIds:r,fileExtensions:n,registerApp:o,registerFileExtension:i,loadExternalAppConfig:({appId:c,config:u})=>{t.value={...p(t),[c]:u}},isAppEnabled:c=>p(r).includes(c)}}),Xr=He.defineStore("auth",()=>{const e=oe(),t=oe(!1),n=oe(!1),r=oe(),o=oe(),i=oe(),s=oe(!1),a=m=>{e.value=m},c=m=>{t.value=m},u=m=>{n.value=m},l=m=>{r.value=m.publicLinkToken,o.value=m.publicLinkPassword,i.value=m.publicLinkType,s.value=m.publicLinkContextReady};return{accessToken:e,idpContextReady:t,userContextReady:n,publicLinkToken:r,publicLinkPassword:o,publicLinkType:i,publicLinkContextReady:s,setAccessToken:a,setIdpContextReady:c,setUserContextReady:u,setPublicLinkContext:l,clearUserContext:()=>{a(null),c(null),u(null)},clearPublicLinkContext:()=>{l({publicLinkToken:null,publicLinkPassword:null,publicLinkType:null,publicLinkContextReady:!1})}}}),sh={core:{"support-sse":!1,"support-url-signing":!1},dav:{},files:{app_providers:[],favorites:!1,permanent_deletion:!0,tags:!1,privateLinks:!1,tus_support:{extension:"",http_method_override:!1,max_chunk_size:0}},files_sharing:{allow_custom:!0,api_enabled:!0,can_rename:!0,deny_access:!1,public:{alias:!1,can_contribute:!0,can_edit:!1,default_permissions:ee.SharePermissionBit.Read,enabled:!0,password:{enforced_for:{read_only:!1,upload_only:!1,read_write:!1}}}},graph:{"personal-data-export":!1,users:{change_password_self_disabled:!0,create_disabled:!1,delete_disabled:!1,read_only_attributes:[]}},notifications:{"ocs-endpoints":[]},password_policy:{},search:{property:{mediatype:{},mtime:{}}},spaces:{enabled:!1,max_quota:0,projects:!1}},rn=He.defineStore("capabilities",()=>{const e=oe(!1),t=oe(sh),n=_=>{t.value=ao({...sh},_.capabilities),e.value=!0},r=U(()=>p(t).core["support-url-signing"]),o=U(()=>p(t).core["support-sse"]),i=U(()=>p(t).graph["personal-data-export"]),s=U(()=>p(t).core.status),a=U(()=>p(t).dav.reports),c=U(()=>p(t).dav.trashbin),u=U(()=>p(t).spaces.max_quota),l=U(()=>p(t).spaces.projects),f=U(()=>p(t).graph.users.create_disabled),d=U(()=>p(t).graph.users.delete_disabled),m=U(()=>p(t).graph.users.change_password_self_disabled),w=U(()=>p(t).graph.users.read_only_attributes),v=U(()=>p(t).files.app_providers),T=U(()=>p(t).files.favorites),b=U(()=>p(t).files.thumbnail),g=U(()=>p(t).files.archivers),h=U(()=>p(t).files.privateLinks),y=U(()=>p(t).files.permanent_deletion),S=U(()=>p(t).files.tags),E=U(()=>p(t).files.undelete),R=U(()=>p(t).files_sharing.api_enabled),I=U(()=>p(t).files_sharing.deny_access),A=U(()=>p(t).files_sharing.can_rename),$=U(()=>p(t).files_sharing.allow_custom),D=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.enabled}),k=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.can_edit}),N=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.can_contribute}),j=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.alias}),W=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.default_permissions}),X=U(()=>{var _;return(_=p(t).files_sharing.public)==null?void 0:_.password.enforced_for}),ie=U(()=>p(t).files_sharing.search_min_length),de=U(()=>{var _;return(_=p(t).files_sharing.user)==null?void 0:_.profile_picture}),se=U(()=>{var _;return(_=p(t).files.tus_support)==null?void 0:_.max_chunk_size}),we=U(()=>{var _;return(_=p(t).files.tus_support)==null?void 0:_.extension}),Se=U(()=>{var _;return(_=p(t).files.tus_support)==null?void 0:_.http_method_override}),Z=U(()=>p(t).notifications["ocs-endpoints"]),ne=U(()=>p(t).password_policy),le=U(()=>{var _;return(_=p(t).search.property)==null?void 0:_.mtime}),Ie=U(()=>{var _;return(_=p(t).search.property)==null?void 0:_.mediatype}),Y=U(()=>{var _;return(_=p(t).search.property)==null?void 0:_.content});return{isInitialized:e,capabilities:t,setCapabilities:n,status:s,supportUrlSigning:r,supportSSE:o,personalDataExport:i,davReports:a,davTrashbin:c,spacesMaxQuota:u,spacesProjects:l,graphUsersCreateDisabled:f,graphUsersDeleteDisabled:d,graphUsersChangeSelfPasswordDisabled:m,graphUsersReadOnlyAttributes:w,filesAppProviders:v,filesFavorites:T,filesThumbnail:b,filesArchivers:g,filesPrivateLinks:h,filesPermanentDeletion:y,filesTags:S,filesUndelete:E,sharingApiEnabled:R,sharingDenyAccess:I,sharingCanRename:A,sharingAllowCustom:$,sharingPublicEnabled:D,sharingPublicCanEdit:k,sharingPublicCanContribute:N,sharingPublicAlias:j,sharingPublicDefaultPermissions:W,sharingPublicPasswordEnforcedFor:X,sharingSearchMinLength:ie,sharingUserProfilePicture:de,tusMaxChunkSize:se,tusExtension:we,tusHttpMethodOverride:Se,notificationsOcsEndpoints:Z,passwordPolicy:ne,searchLastMofifiedDate:le,searchMediaType:Ie,searchContent:Y}});class dT{constructor(t,n){Ee(this,"value");Ee(this,"expires");this.value=t,this.expires=n?new Date().getTime()+n:0}get expired(){return this.expires>0&&this.expires<new Date().getTime()}}class El{constructor(t){Ee(this,"map");Ee(this,"ttl");Ee(this,"capacity");this.ttl=t.ttl||0,this.capacity=t.capacity||0,this.map=new Map}set(t,n,r){return this.evict(),this.map.set(t,new dT(n,isNaN(r)?this.ttl:r)),n}get(t){this.evict();const n=this.map.get(t);if(n)return n.value}delete(t){return this.map.delete(t)}clear(){return this.map.clear()}entries(){return this.evict(),[...this.map.entries()].map(t=>[t[0],t[1].value])}keys(){return this.evict(),[...this.map.keys()]}has(t){return this.evict(),this.map.has(t)}values(){return this.evict(),[...this.map.values()].map(t=>t.value)}evict(){if(this.map.forEach((t,n)=>{t.expired&&this.delete(n)}),!!this.capacity)for(const[t]of[...this.map.entries()]){if(this.map.size<=this.capacity)break;this.delete(t)}}}const hs=async({graphClient:e,spacesStore:t,space:n,signal:r})=>{const o=await t.getMountPointForSpace({graphClient:e,space:n,signal:r});if(!o)return null;const{id:i}=o;return e.driveItems.getDriveItem(i.split("!")[0],i)},pT=({sharedAncestor:e,matchingSpace:t})=>t?xn("files-spaces-generic",Jn(t,{path:e.path,fileId:e.id})):{},hT=e=>{var n;const t=(n=document.querySelectorAll(`[data-item-id="${e}"] input[type=checkbox]`))==null?void 0:n[0];t&&t.focus()};class Yr{}Ee(Yr,"sortByQueryName","sort-by"),Ee(Yr,"sortDirQueryName","sort-dir");var gT="[object Symbol]";function gs(e){return typeof e=="symbol"||Yn(e)&&Hr(e)==gT}var mT=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,yT=/^\w*$/;function bT(e,t){if(On(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||gs(e)?!0:yT.test(e)||!mT.test(e)||t!=null&&e in Object(t)}var vT="Expected a function";function Tl(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(vT);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var s=e.apply(this,r);return n.cache=i.set(o,s)||i,s};return n.cache=new(Tl.Cache||gr),n}Tl.Cache=gr;var wT=500;function ST(e){var t=Tl(e,function(r){return n.size===wT&&n.clear(),r}),n=t.cache;return t}var ET=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,TT=/\\(\\)?/g,AT=ST(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(ET,function(n,r,o,i){t.push(o?i.replace(TT,"$1"):r||n)}),t});function ah(e,t){for(var n=-1,r=e==null?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}var lh=Fn?Fn.prototype:void 0,ch=lh?lh.toString:void 0;function uh(e){if(typeof e=="string")return e;if(On(e))return ah(e,uh)+"";if(gs(e))return ch?ch.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function Al(e){return e==null?"":uh(e)}function Rl(e,t){return On(e)?e:bT(e,t)?[e]:AT(Al(e))}function fh(e){if(typeof e=="string"||gs(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function dh(e,t){t=Rl(t,e);for(var n=0,r=t.length;e!=null&&n<r;)e=e[fh(t[n++])];return n&&n==r?e:void 0}function _l(e,t,n){var r=e==null?void 0:dh(e,t);return r===void 0?n:r}var Bt=(e=>(e.Desc="desc",e.Asc="asc",e))(Bt||{});function RT(e){const t=ze(),n=_T(e),r=IT(e),o=U(()=>{var u;return hh(p(n))||p((u=Il(p(s)))==null?void 0:u.name)}),i=U(()=>PT(p(r))||CT(p(o),p(s))),s=e.fields;return{items:U(()=>{const u=p(e.items);return p(o)?ph(u,p(s),p(o),p(i)):u}),sortBy:o,sortDir:i,handleSort:({sortBy:u,sortDir:l})=>t.replace({query:{...p(t.currentRoute).query,[p(e.sortByQueryName)||Yr.sortByQueryName]:u,[p(e.sortDirQueryName)||Yr.sortDirQueryName]:l}})}}function _T(e){var t;return e.sortBy?Lt(e.sortBy)?e.sortBy:oe(e.sortBy):wr({name:p(e.sortByQueryName)||Yr.sortByQueryName,defaultValue:p((t=Il(p(e.fields)))==null?void 0:t.name),storagePrefix:p(e.routeName)||p(Ws())})}function IT(e){var t;return e.sortDir?Lt(e.sortDir)?e.sortDir:oe(e.sortDir):wr({name:p(e.sortDirQueryName)||Yr.sortDirQueryName,defaultValue:p((t=Il(p(e.fields)))==null?void 0:t.sortDir),storagePrefix:p(e.routeName)||p(Ws())})}const Il=e=>{const t=e.filter(n=>n.sortable);return t?t[0]:null},CT=(e,t)=>{const n=t.find(r=>r.name===e);return n&&n.sortDir?p(n.sortDir):"desc"},ph=(e,t,n,r)=>{const o=t.find(a=>a.name===n);if(!o)return e;const{sortable:i}=o,s=new Intl.Collator(navigator.language,{sensitivity:"base",numeric:!0});if(n==="name"){const a=[...e.filter(u=>u.type==="folder")].sort((u,l)=>Cl(u,l,s,n,r,i)),c=[...e.filter(u=>u.type!=="folder")].sort((u,l)=>Cl(u,l,s,n,r,i));return r==="asc"?a.concat(c):c.concat(a)}return[...e].sort((a,c)=>Cl(a,c,s,o.prop||o.name,r,i))},Cl=(e,t,n,r,o,i)=>{let s=_l(e,r),a=_l(t,r);const c=o==="asc"?1:-1;if(i)if(typeof i=="string"){const l=f=>f.map(d=>d[i]).join("");s=l(s),a=l(a)}else typeof i=="function"&&(s=i(s),a=i(a));return!isNaN(s)&&!isNaN(a)?(s-a)*c:n.compare((s||"").toString(),(a||"").toString())*c},hh=e=>Array.isArray(e)?e[0]:e,PT=e=>{switch(hh(e)){case"asc":return"asc";case"desc":return"desc"}return null},gh=e=>e?[{name:"name",sortable:!0,sortDir:Bt.Asc},{name:"size",sortable:!0,sortDir:Bt.Desc},{name:"sharedWith",sortable:t=>t.length>0?t.sort((n,r)=>n.shareType!==r.shareType?n.shareType<r.shareType?-1:1:n.displayName<r.displayName?-1:1).map(n=>n.displayName).join():!1,sortDir:Bt.Asc},{name:"owner",sortable:"displayName",sortDir:Bt.Asc},{name:"mdate",sortable:t=>new Date(t).valueOf(),sortDir:Bt.Desc},{name:"sdate",sortable:t=>new Date(t).valueOf(),sortDir:Bt.Desc},{name:"ddate",sortable:t=>new Date(t).valueOf(),sortDir:Bt.Desc}].filter(t=>Object.prototype.hasOwnProperty.call(e,t.name)):[];function C2(e){return e}const mh=[{label:"A-Z",name:"name",sortable:!0,sortDir:Bt.Asc},{label:"Z-A",name:"name",sortable:!0,sortDir:Bt.Desc},{label:"Newest",name:"mdate",sortable:e=>new Date(e).valueOf(),sortDir:Bt.Desc},{label:"Oldest",name:"mdate",sortable:e=>new Date(e).valueOf(),sortDir:Bt.Asc},{label:"Largest",name:"size",sortable:!0,sortDir:Bt.Desc},{label:"Smallest",name:"size",sortable:!0,sortDir:Bt.Asc},{label:"Remaining quota",name:"remainingQuota",prop:"spaceQuota.remaining",sortable:!0,sortDir:Bt.Desc},{label:"Total quota",name:"totalQuota",prop:"spaceQuota.total",sortable:!0,sortDir:Bt.Desc},{label:"Used quota",name:"usedQuota",prop:"spaceQuota.used",sortable:!0,sortDir:Bt.Desc}],FT=e=>e?mh.filter(t=>Object.prototype.hasOwnProperty.call(e,t.name)):[],OT=(e,{$gettext:t})=>e.map(n=>({...n,label:t(n.label)})),xT=me.z.object({icon:me.z.string(),name:me.z.string(),secure_view:me.z.boolean().optional().default(!1),target_ext:me.z.string().optional()}),kT=me.z.object({allow_creation:me.z.boolean().optional(),app_providers:me.z.array(xT),default_application:me.z.string().optional(),description:me.z.string().optional(),ext:me.z.string().optional(),mime_type:me.z.string(),name:me.z.string().optional()}),yh=me.z.object({"mime-types":me.z.array(kT)});class NT{constructor(t,n){Ee(this,"_mimeTypes",oe([]));Ee(this,"serverUrl");Ee(this,"clientService");this.serverUrl=t,this.clientService=n}async loadData(){const t=ee.urlJoin(this.serverUrl,"app","list"),{data:{"mime-types":n}}=await this.clientService.httpUnAuthenticated.get(t,{schema:yh});this._mimeTypes.value=n}set mimeTypes(t){this._mimeTypes.value=t}get mimeTypes(){return p(this._mimeTypes)}get templateMimeTypes(){return p(this._mimeTypes).filter(t=>!!t.app_providers.some(n=>!!n.target_ext))}get appNames(){return[...new Set(p(this._mimeTypes).flatMap(t=>t.app_providers.map(n=>n.name)))]}getMimeTypesByAppName(t){return p(this._mimeTypes).filter(n=>n.app_providers.some(r=>r.name===t))}}var bh={},ms={};ms.byteLength=LT,ms.toByteArray=BT,ms.fromByteArray=qT;for(var er=[],Nn=[],$T=typeof Uint8Array<"u"?Uint8Array:Array,Pl="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",_i=0,DT=Pl.length;_i<DT;++_i)er[_i]=Pl[_i],Nn[Pl.charCodeAt(_i)]=_i;Nn[45]=62,Nn[95]=63;function vh(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=t);var r=n===t?0:4-n%4;return[n,r]}function LT(e){var t=vh(e),n=t[0],r=t[1];return(n+r)*3/4-r}function MT(e,t,n){return(t+n)*3/4-n}function BT(e){var t,n=vh(e),r=n[0],o=n[1],i=new $T(MT(e,r,o)),s=0,a=o>0?r-4:r,c;for(c=0;c<a;c+=4)t=Nn[e.charCodeAt(c)]<<18|Nn[e.charCodeAt(c+1)]<<12|Nn[e.charCodeAt(c+2)]<<6|Nn[e.charCodeAt(c+3)],i[s++]=t>>16&255,i[s++]=t>>8&255,i[s++]=t&255;return o===2&&(t=Nn[e.charCodeAt(c)]<<2|Nn[e.charCodeAt(c+1)]>>4,i[s++]=t&255),o===1&&(t=Nn[e.charCodeAt(c)]<<10|Nn[e.charCodeAt(c+1)]<<4|Nn[e.charCodeAt(c+2)]>>2,i[s++]=t>>8&255,i[s++]=t&255),i}function jT(e){return er[e>>18&63]+er[e>>12&63]+er[e>>6&63]+er[e&63]}function UT(e,t,n){for(var r,o=[],i=t;i<n;i+=3)r=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push(jT(r));return o.join("")}function qT(e){for(var t,n=e.length,r=n%3,o=[],i=16383,s=0,a=n-r;s<a;s+=i)o.push(UT(e,s,s+i>a?a:s+i));return r===1?(t=e[n-1],o.push(er[t>>2]+er[t<<4&63]+"==")):r===2&&(t=(e[n-2]<<8)+e[n-1],o.push(er[t>>10]+er[t>>4&63]+er[t<<2&63]+"=")),o.join("")}var Fl={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Fl.read=function(e,t,n,r,o){var i,s,a=o*8-r-1,c=(1<<a)-1,u=c>>1,l=-7,f=n?o-1:0,d=n?-1:1,m=e[t+f];for(f+=d,i=m&(1<<-l)-1,m>>=-l,l+=a;l>0;i=i*256+e[t+f],f+=d,l-=8);for(s=i&(1<<-l)-1,i>>=-l,l+=r;l>0;s=s*256+e[t+f],f+=d,l-=8);if(i===0)i=1-u;else{if(i===c)return s?NaN:(m?-1:1)*(1/0);s=s+Math.pow(2,r),i=i-u}return(m?-1:1)*s*Math.pow(2,i-r)},Fl.write=function(e,t,n,r,o,i){var s,a,c,u=i*8-o-1,l=(1<<u)-1,f=l>>1,d=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:i-1,w=r?1:-1,v=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,s=l):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+f>=1?t+=d/c:t+=d*Math.pow(2,1-f),t*c>=2&&(s++,c/=2),s+f>=l?(a=0,s=l):s+f>=1?(a=(t*c-1)*Math.pow(2,o),s=s+f):(a=t*Math.pow(2,f-1)*Math.pow(2,o),s=0));o>=8;e[n+m]=a&255,m+=w,a/=256,o-=8);for(s=s<<o|a,u+=o;u>0;e[n+m]=s&255,m+=w,s/=256,u-=8);e[n+m-w]|=v*128};/*!
|
|
7
7
|
* The buffer module from node.js, for the browser.
|
|
8
8
|
*
|
|
9
9
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
10
10
|
* @license MIT
|
|
11
|
-
*/(function(e){const t=vs,r=Nl,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=a,e.SlowBuffer=T,e.INSPECT_MAX_BYTES=50;const o=2147483647;e.kMaxLength=o;const{Uint8Array:i,ArrayBuffer:s,SharedArrayBuffer:l}=globalThis;a.TYPED_ARRAY_SUPPORT=c(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function c(){try{const _=new i(1),p={foo:function(){return 42}};return Object.setPrototypeOf(p,i.prototype),Object.setPrototypeOf(_,p),_.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function u(_){if(_>o)throw new RangeError('The value "'+_+'" is invalid for option "size"');const p=new i(_);return Object.setPrototypeOf(p,a.prototype),p}function a(_,p,h){if(typeof _=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return E(_)}return f(_,p,h)}a.poolSize=8192;function f(_,p,h){if(typeof _=="string")return w(_,p);if(s.isView(_))return S(_);if(_==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof _);if(et(_,s)||_&&et(_.buffer,s)||typeof l<"u"&&(et(_,l)||_&&et(_.buffer,l)))return m(_,p,h);if(typeof _=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const O=_.valueOf&&_.valueOf();if(O!=null&&O!==_)return a.from(O,p,h);const M=g(_);if(M)return M;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof _[Symbol.toPrimitive]=="function")return a.from(_[Symbol.toPrimitive]("string"),p,h);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof _)}a.from=function(_,p,h){return f(_,p,h)},Object.setPrototypeOf(a.prototype,i.prototype),Object.setPrototypeOf(a,i);function d(_){if(typeof _!="number")throw new TypeError('"size" argument must be of type number');if(_<0)throw new RangeError('The value "'+_+'" is invalid for option "size"')}function b(_,p,h){return d(_),_<=0?u(_):p!==void 0?typeof h=="string"?u(_).fill(p,h):u(_).fill(p):u(_)}a.alloc=function(_,p,h){return b(_,p,h)};function E(_){return d(_),u(_<0?0:v(_)|0)}a.allocUnsafe=function(_){return E(_)},a.allocUnsafeSlow=function(_){return E(_)};function w(_,p){if((typeof p!="string"||p==="")&&(p="utf8"),!a.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const h=A(_,p)|0;let O=u(h);const M=O.write(_,p);return M!==h&&(O=O.slice(0,M)),O}function R(_){const p=_.length<0?0:v(_.length)|0,h=u(p);for(let O=0;O<p;O+=1)h[O]=_[O]&255;return h}function S(_){if(et(_,i)){const p=new i(_);return m(p.buffer,p.byteOffset,p.byteLength)}return R(_)}function m(_,p,h){if(p<0||_.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(_.byteLength<p+(h||0))throw new RangeError('"length" is outside of buffer bounds');let O;return p===void 0&&h===void 0?O=new i(_):h===void 0?O=new i(_,p):O=new i(_,p,h),Object.setPrototypeOf(O,a.prototype),O}function g(_){if(a.isBuffer(_)){const p=v(_.length)|0,h=u(p);return h.length===0||_.copy(h,0,0,p),h}if(_.length!==void 0)return typeof _.length!="number"||Ut(_.length)?u(0):R(_);if(_.type==="Buffer"&&Array.isArray(_.data))return R(_.data)}function v(_){if(_>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return _|0}function T(_){return+_!=_&&(_=0),a.alloc(+_)}a.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==a.prototype},a.compare=function(p,h){if(et(p,i)&&(p=a.from(p,p.offset,p.byteLength)),et(h,i)&&(h=a.from(h,h.offset,h.byteLength)),!a.isBuffer(p)||!a.isBuffer(h))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===h)return 0;let O=p.length,M=h.length;for(let G=0,re=Math.min(O,M);G<re;++G)if(p[G]!==h[G]){O=p[G],M=h[G];break}return O<M?-1:M<O?1:0},a.isEncoding=function(p){switch(String(p).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(p,h){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return a.alloc(0);let O;if(h===void 0)for(h=0,O=0;O<p.length;++O)h+=p[O].length;const M=a.allocUnsafe(h);let G=0;for(O=0;O<p.length;++O){let re=p[O];if(et(re,i))G+re.length>M.length?(a.isBuffer(re)||(re=a.from(re)),re.copy(M,G)):i.prototype.set.call(M,re,G);else if(a.isBuffer(re))re.copy(M,G);else throw new TypeError('"list" argument must be an Array of Buffers');G+=re.length}return M};function A(_,p){if(a.isBuffer(_))return _.length;if(s.isView(_)||et(_,s))return _.byteLength;if(typeof _!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof _);const h=_.length,O=arguments.length>2&&arguments[2]===!0;if(!O&&h===0)return 0;let M=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return h;case"utf8":case"utf-8":return Le(_).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return h*2;case"hex":return h>>>1;case"base64":return Ze(_).length;default:if(M)return O?-1:Le(_).length;p=(""+p).toLowerCase(),M=!0}}a.byteLength=A;function F(_,p,h){let O=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((h===void 0||h>this.length)&&(h=this.length),h<=0)||(h>>>=0,p>>>=0,h<=p))return"";for(_||(_="utf8");;)switch(_){case"hex":return ne(this,p,h);case"utf8":case"utf-8":return ce(this,p,h);case"ascii":return Se(this,p,h);case"latin1":case"binary":return Ae(this,p,h);case"base64":return J(this,p,h);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ae(this,p,h);default:if(O)throw new TypeError("Unknown encoding: "+_);_=(_+"").toLowerCase(),O=!0}}a.prototype._isBuffer=!0;function C(_,p,h){const O=_[p];_[p]=_[h],_[h]=O}a.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let h=0;h<p;h+=2)C(this,h,h+1);return this},a.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let h=0;h<p;h+=4)C(this,h,h+3),C(this,h+1,h+2);return this},a.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let h=0;h<p;h+=8)C(this,h,h+7),C(this,h+1,h+6),C(this,h+2,h+5),C(this,h+3,h+4);return this},a.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?ce(this,0,p):F.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(p){if(!a.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:a.compare(this,p)===0},a.prototype.inspect=function(){let p="";const h=e.INSPECT_MAX_BYTES;return p=this.toString("hex",0,h).replace(/(.{2})/g,"$1 ").trim(),this.length>h&&(p+=" ... "),"<Buffer "+p+">"},n&&(a.prototype[n]=a.prototype.inspect),a.prototype.compare=function(p,h,O,M,G){if(et(p,i)&&(p=a.from(p,p.offset,p.byteLength)),!a.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(h===void 0&&(h=0),O===void 0&&(O=p?p.length:0),M===void 0&&(M=0),G===void 0&&(G=this.length),h<0||O>p.length||M<0||G>this.length)throw new RangeError("out of range index");if(M>=G&&h>=O)return 0;if(M>=G)return-1;if(h>=O)return 1;if(h>>>=0,O>>>=0,M>>>=0,G>>>=0,this===p)return 0;let re=G-M,$e=O-h;const He=Math.min(re,$e),Re=this.slice(M,G),xe=p.slice(h,O);for(let De=0;De<He;++De)if(Re[De]!==xe[De]){re=Re[De],$e=xe[De];break}return re<$e?-1:$e<re?1:0};function I(_,p,h,O,M){if(_.length===0)return-1;if(typeof h=="string"?(O=h,h=0):h>2147483647?h=2147483647:h<-2147483648&&(h=-2147483648),h=+h,Ut(h)&&(h=M?0:_.length-1),h<0&&(h=_.length+h),h>=_.length){if(M)return-1;h=_.length-1}else if(h<0)if(M)h=0;else return-1;if(typeof p=="string"&&(p=a.from(p,O)),a.isBuffer(p))return p.length===0?-1:L(_,p,h,O,M);if(typeof p=="number")return p=p&255,typeof i.prototype.indexOf=="function"?M?i.prototype.indexOf.call(_,p,h):i.prototype.lastIndexOf.call(_,p,h):L(_,[p],h,O,M);throw new TypeError("val must be string, number or Buffer")}function L(_,p,h,O,M){let G=1,re=_.length,$e=p.length;if(O!==void 0&&(O=String(O).toLowerCase(),O==="ucs2"||O==="ucs-2"||O==="utf16le"||O==="utf-16le")){if(_.length<2||p.length<2)return-1;G=2,re/=2,$e/=2,h/=2}function He(xe,De){return G===1?xe[De]:xe.readUInt16BE(De*G)}let Re;if(M){let xe=-1;for(Re=h;Re<re;Re++)if(He(_,Re)===He(p,xe===-1?0:Re-xe)){if(xe===-1&&(xe=Re),Re-xe+1===$e)return xe*G}else xe!==-1&&(Re-=Re-xe),xe=-1}else for(h+$e>re&&(h=re-$e),Re=h;Re>=0;Re--){let xe=!0;for(let De=0;De<$e;De++)if(He(_,Re+De)!==He(p,De)){xe=!1;break}if(xe)return Re}return-1}a.prototype.includes=function(p,h,O){return this.indexOf(p,h,O)!==-1},a.prototype.indexOf=function(p,h,O){return I(this,p,h,O,!0)},a.prototype.lastIndexOf=function(p,h,O){return I(this,p,h,O,!1)};function B(_,p,h,O){h=Number(h)||0;const M=_.length-h;O?(O=Number(O),O>M&&(O=M)):O=M;const G=p.length;O>G/2&&(O=G/2);let re;for(re=0;re<O;++re){const $e=parseInt(p.substr(re*2,2),16);if(Ut($e))return re;_[h+re]=$e}return re}function $(_,p,h,O){return vt(Le(p,_.length-h),_,h,O)}function D(_,p,h,O){return vt(qe(p),_,h,O)}function H(_,p,h,O){return vt(Ze(p),_,h,O)}function ee(_,p,h,O){return vt(ze(p,_.length-h),_,h,O)}a.prototype.write=function(p,h,O,M){if(h===void 0)M="utf8",O=this.length,h=0;else if(O===void 0&&typeof h=="string")M=h,O=this.length,h=0;else if(isFinite(h))h=h>>>0,isFinite(O)?(O=O>>>0,M===void 0&&(M="utf8")):(M=O,O=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const G=this.length-h;if((O===void 0||O>G)&&(O=G),p.length>0&&(O<0||h<0)||h>this.length)throw new RangeError("Attempt to write outside buffer bounds");M||(M="utf8");let re=!1;for(;;)switch(M){case"hex":return B(this,p,h,O);case"utf8":case"utf-8":return $(this,p,h,O);case"ascii":case"latin1":case"binary":return D(this,p,h,O);case"base64":return H(this,p,h,O);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ee(this,p,h,O);default:if(re)throw new TypeError("Unknown encoding: "+M);M=(""+M).toLowerCase(),re=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function J(_,p,h){return p===0&&h===_.length?t.fromByteArray(_):t.fromByteArray(_.slice(p,h))}function ce(_,p,h){h=Math.min(_.length,h);const O=[];let M=p;for(;M<h;){const G=_[M];let re=null,$e=G>239?4:G>223?3:G>191?2:1;if(M+$e<=h){let He,Re,xe,De;switch($e){case 1:G<128&&(re=G);break;case 2:He=_[M+1],(He&192)===128&&(De=(G&31)<<6|He&63,De>127&&(re=De));break;case 3:He=_[M+1],Re=_[M+2],(He&192)===128&&(Re&192)===128&&(De=(G&15)<<12|(He&63)<<6|Re&63,De>2047&&(De<55296||De>57343)&&(re=De));break;case 4:He=_[M+1],Re=_[M+2],xe=_[M+3],(He&192)===128&&(Re&192)===128&&(xe&192)===128&&(De=(G&15)<<18|(He&63)<<12|(Re&63)<<6|xe&63,De>65535&&De<1114112&&(re=De))}}re===null?(re=65533,$e=1):re>65535&&(re-=65536,O.push(re>>>10&1023|55296),re=56320|re&1023),O.push(re),M+=$e}return de(O)}const be=4096;function de(_){const p=_.length;if(p<=be)return String.fromCharCode.apply(String,_);let h="",O=0;for(;O<p;)h+=String.fromCharCode.apply(String,_.slice(O,O+=be));return h}function Se(_,p,h){let O="";h=Math.min(_.length,h);for(let M=p;M<h;++M)O+=String.fromCharCode(_[M]&127);return O}function Ae(_,p,h){let O="";h=Math.min(_.length,h);for(let M=p;M<h;++M)O+=String.fromCharCode(_[M]);return O}function ne(_,p,h){const O=_.length;(!p||p<0)&&(p=0),(!h||h<0||h>O)&&(h=O);let M="";for(let G=p;G<h;++G)M+=nr[_[G]];return M}function ae(_,p,h){const O=_.slice(p,h);let M="";for(let G=0;G<O.length-1;G+=2)M+=String.fromCharCode(O[G]+O[G+1]*256);return M}a.prototype.slice=function(p,h){const O=this.length;p=~~p,h=h===void 0?O:~~h,p<0?(p+=O,p<0&&(p=0)):p>O&&(p=O),h<0?(h+=O,h<0&&(h=0)):h>O&&(h=O),h<p&&(h=p);const M=this.subarray(p,h);return Object.setPrototypeOf(M,a.prototype),M};function le(_,p,h){if(_%1!==0||_<0)throw new RangeError("offset is not uint");if(_+p>h)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p],G=1,re=0;for(;++re<h&&(G*=256);)M+=this[p+re]*G;return M},a.prototype.readUintBE=a.prototype.readUIntBE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p+--h],G=1;for(;h>0&&(G*=256);)M+=this[p+--h]*G;return M},a.prototype.readUint8=a.prototype.readUInt8=function(p,h){return p=p>>>0,h||le(p,1,this.length),this[p]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(p,h){return p=p>>>0,h||le(p,2,this.length),this[p]|this[p+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(p,h){return p=p>>>0,h||le(p,2,this.length),this[p]<<8|this[p+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(p,h){return p=p>>>0,h||le(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},a.prototype.readBigUInt64LE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=h+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,G=this[++p]+this[++p]*2**8+this[++p]*2**16+O*2**24;return BigInt(M)+(BigInt(G)<<BigInt(32))}),a.prototype.readBigUInt64BE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=h*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],G=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+O;return(BigInt(M)<<BigInt(32))+BigInt(G)}),a.prototype.readIntLE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p],G=1,re=0;for(;++re<h&&(G*=256);)M+=this[p+re]*G;return G*=128,M>=G&&(M-=Math.pow(2,8*h)),M},a.prototype.readIntBE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=h,G=1,re=this[p+--M];for(;M>0&&(G*=256);)re+=this[p+--M]*G;return G*=128,re>=G&&(re-=Math.pow(2,8*h)),re},a.prototype.readInt8=function(p,h){return p=p>>>0,h||le(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},a.prototype.readInt16LE=function(p,h){p=p>>>0,h||le(p,2,this.length);const O=this[p]|this[p+1]<<8;return O&32768?O|4294901760:O},a.prototype.readInt16BE=function(p,h){p=p>>>0,h||le(p,2,this.length);const O=this[p+1]|this[p]<<8;return O&32768?O|4294901760:O},a.prototype.readInt32LE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},a.prototype.readInt32BE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},a.prototype.readBigInt64LE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(O<<24);return(BigInt(M)<<BigInt(32))+BigInt(h+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),a.prototype.readBigInt64BE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=(h<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(M)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+O)}),a.prototype.readFloatLE=function(p,h){return p=p>>>0,h||le(p,4,this.length),r.read(this,p,!0,23,4)},a.prototype.readFloatBE=function(p,h){return p=p>>>0,h||le(p,4,this.length),r.read(this,p,!1,23,4)},a.prototype.readDoubleLE=function(p,h){return p=p>>>0,h||le(p,8,this.length),r.read(this,p,!0,52,8)},a.prototype.readDoubleBE=function(p,h){return p=p>>>0,h||le(p,8,this.length),r.read(this,p,!1,52,8)};function oe(_,p,h,O,M,G){if(!a.isBuffer(_))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>M||p<G)throw new RangeError('"value" argument is out of bounds');if(h+O>_.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(p,h,O,M){if(p=+p,h=h>>>0,O=O>>>0,!M){const $e=Math.pow(2,8*O)-1;oe(this,p,h,O,$e,0)}let G=1,re=0;for(this[h]=p&255;++re<O&&(G*=256);)this[h+re]=p/G&255;return h+O},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(p,h,O,M){if(p=+p,h=h>>>0,O=O>>>0,!M){const $e=Math.pow(2,8*O)-1;oe(this,p,h,O,$e,0)}let G=O-1,re=1;for(this[h+G]=p&255;--G>=0&&(re*=256);)this[h+G]=p/re&255;return h+O},a.prototype.writeUint8=a.prototype.writeUInt8=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,1,255,0),this[h]=p&255,h+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,65535,0),this[h]=p&255,this[h+1]=p>>>8,h+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,65535,0),this[h]=p>>>8,this[h+1]=p&255,h+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,4294967295,0),this[h+3]=p>>>24,this[h+2]=p>>>16,this[h+1]=p>>>8,this[h]=p&255,h+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,4294967295,0),this[h]=p>>>24,this[h+1]=p>>>16,this[h+2]=p>>>8,this[h+3]=p&255,h+4};function Q(_,p,h,O,M){Be(p,O,M,_,h,7);let G=Number(p&BigInt(4294967295));_[h++]=G,G=G>>8,_[h++]=G,G=G>>8,_[h++]=G,G=G>>8,_[h++]=G;let re=Number(p>>BigInt(32)&BigInt(4294967295));return _[h++]=re,re=re>>8,_[h++]=re,re=re>>8,_[h++]=re,re=re>>8,_[h++]=re,h}function x(_,p,h,O,M){Be(p,O,M,_,h,7);let G=Number(p&BigInt(4294967295));_[h+7]=G,G=G>>8,_[h+6]=G,G=G>>8,_[h+5]=G,G=G>>8,_[h+4]=G;let re=Number(p>>BigInt(32)&BigInt(4294967295));return _[h+3]=re,re=re>>8,_[h+2]=re,re=re>>8,_[h+1]=re,re=re>>8,_[h]=re,h+8}a.prototype.writeBigUInt64LE=lt(function(p,h=0){return Q(this,p,h,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeBigUInt64BE=lt(function(p,h=0){return x(this,p,h,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeIntLE=function(p,h,O,M){if(p=+p,h=h>>>0,!M){const He=Math.pow(2,8*O-1);oe(this,p,h,O,He-1,-He)}let G=0,re=1,$e=0;for(this[h]=p&255;++G<O&&(re*=256);)p<0&&$e===0&&this[h+G-1]!==0&&($e=1),this[h+G]=(p/re>>0)-$e&255;return h+O},a.prototype.writeIntBE=function(p,h,O,M){if(p=+p,h=h>>>0,!M){const He=Math.pow(2,8*O-1);oe(this,p,h,O,He-1,-He)}let G=O-1,re=1,$e=0;for(this[h+G]=p&255;--G>=0&&(re*=256);)p<0&&$e===0&&this[h+G+1]!==0&&($e=1),this[h+G]=(p/re>>0)-$e&255;return h+O},a.prototype.writeInt8=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,1,127,-128),p<0&&(p=255+p+1),this[h]=p&255,h+1},a.prototype.writeInt16LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,32767,-32768),this[h]=p&255,this[h+1]=p>>>8,h+2},a.prototype.writeInt16BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,32767,-32768),this[h]=p>>>8,this[h+1]=p&255,h+2},a.prototype.writeInt32LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,2147483647,-2147483648),this[h]=p&255,this[h+1]=p>>>8,this[h+2]=p>>>16,this[h+3]=p>>>24,h+4},a.prototype.writeInt32BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[h]=p>>>24,this[h+1]=p>>>16,this[h+2]=p>>>8,this[h+3]=p&255,h+4},a.prototype.writeBigInt64LE=lt(function(p,h=0){return Q(this,p,h,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),a.prototype.writeBigInt64BE=lt(function(p,h=0){return x(this,p,h,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function k(_,p,h,O,M,G){if(h+O>_.length)throw new RangeError("Index out of range");if(h<0)throw new RangeError("Index out of range")}function X(_,p,h,O,M){return p=+p,h=h>>>0,M||k(_,p,h,4),r.write(_,p,h,O,23,4),h+4}a.prototype.writeFloatLE=function(p,h,O){return X(this,p,h,!0,O)},a.prototype.writeFloatBE=function(p,h,O){return X(this,p,h,!1,O)};function W(_,p,h,O,M){return p=+p,h=h>>>0,M||k(_,p,h,8),r.write(_,p,h,O,52,8),h+8}a.prototype.writeDoubleLE=function(p,h,O){return W(this,p,h,!0,O)},a.prototype.writeDoubleBE=function(p,h,O){return W(this,p,h,!1,O)},a.prototype.copy=function(p,h,O,M){if(!a.isBuffer(p))throw new TypeError("argument should be a Buffer");if(O||(O=0),!M&&M!==0&&(M=this.length),h>=p.length&&(h=p.length),h||(h=0),M>0&&M<O&&(M=O),M===O||p.length===0||this.length===0)return 0;if(h<0)throw new RangeError("targetStart out of bounds");if(O<0||O>=this.length)throw new RangeError("Index out of range");if(M<0)throw new RangeError("sourceEnd out of bounds");M>this.length&&(M=this.length),p.length-h<M-O&&(M=p.length-h+O);const G=M-O;return this===p&&typeof i.prototype.copyWithin=="function"?this.copyWithin(h,O,M):i.prototype.set.call(p,this.subarray(O,M),h),G},a.prototype.fill=function(p,h,O,M){if(typeof p=="string"){if(typeof h=="string"?(M=h,h=0,O=this.length):typeof O=="string"&&(M=O,O=this.length),M!==void 0&&typeof M!="string")throw new TypeError("encoding must be a string");if(typeof M=="string"&&!a.isEncoding(M))throw new TypeError("Unknown encoding: "+M);if(p.length===1){const re=p.charCodeAt(0);(M==="utf8"&&re<128||M==="latin1")&&(p=re)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(h<0||this.length<h||this.length<O)throw new RangeError("Out of range index");if(O<=h)return this;h=h>>>0,O=O===void 0?this.length:O>>>0,p||(p=0);let G;if(typeof p=="number")for(G=h;G<O;++G)this[G]=p;else{const re=a.isBuffer(p)?p:a.from(p,M),$e=re.length;if($e===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(G=0;G<O-h;++G)this[G+h]=re[G%$e]}return this};const U={};function z(_,p,h){U[_]=class extends h{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${_}]`,this.stack,delete this.name}get code(){return _}set code(M){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:M,writable:!0})}toString(){return`${this.name} [${_}]: ${this.message}`}}}z("ERR_BUFFER_OUT_OF_BOUNDS",function(_){return _?`${_} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),z("ERR_INVALID_ARG_TYPE",function(_,p){return`The "${_}" argument must be of type number. Received type ${typeof p}`},TypeError),z("ERR_OUT_OF_RANGE",function(_,p,h){let O=`The value of "${_}" is out of range.`,M=h;return Number.isInteger(h)&&Math.abs(h)>2**32?M=fe(String(h)):typeof h=="bigint"&&(M=String(h),(h>BigInt(2)**BigInt(32)||h<-(BigInt(2)**BigInt(32)))&&(M=fe(M)),M+="n"),O+=` It must be ${p}. Received ${M}`,O},RangeError);function fe(_){let p="",h=_.length;const O=_[0]==="-"?1:0;for(;h>=O+4;h-=3)p=`_${_.slice(h-3,h)}${p}`;return`${_.slice(0,h)}${p}`}function _e(_,p,h){Fe(p,"offset"),(_[p]===void 0||_[p+h]===void 0)&&Pe(p,_.length-(h+1))}function Be(_,p,h,O,M,G){if(_>h||_<p){const re=typeof p=="bigint"?"n":"";let $e;throw p===0||p===BigInt(0)?$e=`>= 0${re} and < 2${re} ** ${(G+1)*8}${re}`:$e=`>= -(2${re} ** ${(G+1)*8-1}${re}) and < 2 ** ${(G+1)*8-1}${re}`,new U.ERR_OUT_OF_RANGE("value",$e,_)}_e(O,M,G)}function Fe(_,p){if(typeof _!="number")throw new U.ERR_INVALID_ARG_TYPE(p,"number",_)}function Pe(_,p,h){throw Math.floor(_)!==_?(Fe(_,h),new U.ERR_OUT_OF_RANGE("offset","an integer",_)):p<0?new U.ERR_BUFFER_OUT_OF_BOUNDS:new U.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${p}`,_)}const je=/[^+/0-9A-Za-z-_]/g;function te(_){if(_=_.split("=")[0],_=_.trim().replace(je,""),_.length<2)return"";for(;_.length%4!==0;)_=_+"=";return _}function Le(_,p){p=p||1/0;let h;const O=_.length;let M=null;const G=[];for(let re=0;re<O;++re){if(h=_.charCodeAt(re),h>55295&&h<57344){if(!M){if(h>56319){(p-=3)>-1&&G.push(239,191,189);continue}else if(re+1===O){(p-=3)>-1&&G.push(239,191,189);continue}M=h;continue}if(h<56320){(p-=3)>-1&&G.push(239,191,189),M=h;continue}h=(M-55296<<10|h-56320)+65536}else M&&(p-=3)>-1&&G.push(239,191,189);if(M=null,h<128){if((p-=1)<0)break;G.push(h)}else if(h<2048){if((p-=2)<0)break;G.push(h>>6|192,h&63|128)}else if(h<65536){if((p-=3)<0)break;G.push(h>>12|224,h>>6&63|128,h&63|128)}else if(h<1114112){if((p-=4)<0)break;G.push(h>>18|240,h>>12&63|128,h>>6&63|128,h&63|128)}else throw new Error("Invalid code point")}return G}function qe(_){const p=[];for(let h=0;h<_.length;++h)p.push(_.charCodeAt(h)&255);return p}function ze(_,p){let h,O,M;const G=[];for(let re=0;re<_.length&&!((p-=2)<0);++re)h=_.charCodeAt(re),O=h>>8,M=h%256,G.push(M),G.push(O);return G}function Ze(_){return t.toByteArray(te(_))}function vt(_,p,h,O){let M;for(M=0;M<O&&!(M+h>=p.length||M>=_.length);++M)p[M+h]=_[M];return M}function et(_,p){return _ instanceof p||_!=null&&_.constructor!=null&&_.constructor.name!=null&&_.constructor.name===p.name}function Ut(_){return _!==_}const nr=function(){const _="0123456789abcdef",p=new Array(256);for(let h=0;h<16;++h){const O=h*16;for(let M=0;M<16;++M)p[O+M]=_[h]+_[M]}return p}();function lt(_){return typeof BigInt>"u"?Ir:_}function Ir(){throw new Error("BigInt not supported")}})(Ah);const po=Ah.Buffer;var $l,_h;function Ih(){return _h||(_h=1,$l=typeof me=="object"&&me.env&&me.env.NODE_DEBUG&&/\bsemver\b/i.test(me.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{}),$l}var Dl,Ch;function Fh(){if(Ch)return Dl;Ch=1;const e="2.0.0",t=256,r=Number.MAX_SAFE_INTEGER||9007199254740991,n=16,o=t-6;return Dl={MAX_LENGTH:t,MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:o,MAX_SAFE_INTEGER:r,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},Dl}var ws={exports:{}},Ph;function nA(){return Ph||(Ph=1,function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,MAX_LENGTH:o}=Fh(),i=Ih();t=e.exports={};const s=t.re=[],l=t.safeRe=[],c=t.src=[],u=t.safeSrc=[],a=t.t={};let f=0;const d="[a-zA-Z0-9-]",b=[["\\s",1],["\\d",o],[d,n]],E=R=>{for(const[S,m]of b)R=R.split(`${S}*`).join(`${S}{0,${m}}`).split(`${S}+`).join(`${S}{1,${m}}`);return R},w=(R,S,m)=>{const g=E(S),v=f++;i(R,v,S),a[R]=v,c[v]=S,u[v]=g,s[v]=new RegExp(S,m?"g":void 0),l[v]=new RegExp(g,m?"g":void 0)};w("NUMERICIDENTIFIER","0|[1-9]\\d*"),w("NUMERICIDENTIFIERLOOSE","\\d+"),w("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),w("MAINVERSION",`(${c[a.NUMERICIDENTIFIER]})\\.(${c[a.NUMERICIDENTIFIER]})\\.(${c[a.NUMERICIDENTIFIER]})`),w("MAINVERSIONLOOSE",`(${c[a.NUMERICIDENTIFIERLOOSE]})\\.(${c[a.NUMERICIDENTIFIERLOOSE]})\\.(${c[a.NUMERICIDENTIFIERLOOSE]})`),w("PRERELEASEIDENTIFIER",`(?:${c[a.NUMERICIDENTIFIER]}|${c[a.NONNUMERICIDENTIFIER]})`),w("PRERELEASEIDENTIFIERLOOSE",`(?:${c[a.NUMERICIDENTIFIERLOOSE]}|${c[a.NONNUMERICIDENTIFIER]})`),w("PRERELEASE",`(?:-(${c[a.PRERELEASEIDENTIFIER]}(?:\\.${c[a.PRERELEASEIDENTIFIER]})*))`),w("PRERELEASELOOSE",`(?:-?(${c[a.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[a.PRERELEASEIDENTIFIERLOOSE]})*))`),w("BUILDIDENTIFIER",`${d}+`),w("BUILD",`(?:\\+(${c[a.BUILDIDENTIFIER]}(?:\\.${c[a.BUILDIDENTIFIER]})*))`),w("FULLPLAIN",`v?${c[a.MAINVERSION]}${c[a.PRERELEASE]}?${c[a.BUILD]}?`),w("FULL",`^${c[a.FULLPLAIN]}$`),w("LOOSEPLAIN",`[v=\\s]*${c[a.MAINVERSIONLOOSE]}${c[a.PRERELEASELOOSE]}?${c[a.BUILD]}?`),w("LOOSE",`^${c[a.LOOSEPLAIN]}$`),w("GTLT","((?:<|>)?=?)"),w("XRANGEIDENTIFIERLOOSE",`${c[a.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),w("XRANGEIDENTIFIER",`${c[a.NUMERICIDENTIFIER]}|x|X|\\*`),w("XRANGEPLAIN",`[v=\\s]*(${c[a.XRANGEIDENTIFIER]})(?:\\.(${c[a.XRANGEIDENTIFIER]})(?:\\.(${c[a.XRANGEIDENTIFIER]})(?:${c[a.PRERELEASE]})?${c[a.BUILD]}?)?)?`),w("XRANGEPLAINLOOSE",`[v=\\s]*(${c[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[a.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[a.XRANGEIDENTIFIERLOOSE]})(?:${c[a.PRERELEASELOOSE]})?${c[a.BUILD]}?)?)?`),w("XRANGE",`^${c[a.GTLT]}\\s*${c[a.XRANGEPLAIN]}$`),w("XRANGELOOSE",`^${c[a.GTLT]}\\s*${c[a.XRANGEPLAINLOOSE]}$`),w("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),w("COERCE",`${c[a.COERCEPLAIN]}(?:$|[^\\d])`),w("COERCEFULL",c[a.COERCEPLAIN]+`(?:${c[a.PRERELEASE]})?(?:${c[a.BUILD]})?(?:$|[^\\d])`),w("COERCERTL",c[a.COERCE],!0),w("COERCERTLFULL",c[a.COERCEFULL],!0),w("LONETILDE","(?:~>?)"),w("TILDETRIM",`(\\s*)${c[a.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",w("TILDE",`^${c[a.LONETILDE]}${c[a.XRANGEPLAIN]}$`),w("TILDELOOSE",`^${c[a.LONETILDE]}${c[a.XRANGEPLAINLOOSE]}$`),w("LONECARET","(?:\\^)"),w("CARETTRIM",`(\\s*)${c[a.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",w("CARET",`^${c[a.LONECARET]}${c[a.XRANGEPLAIN]}$`),w("CARETLOOSE",`^${c[a.LONECARET]}${c[a.XRANGEPLAINLOOSE]}$`),w("COMPARATORLOOSE",`^${c[a.GTLT]}\\s*(${c[a.LOOSEPLAIN]})$|^$`),w("COMPARATOR",`^${c[a.GTLT]}\\s*(${c[a.FULLPLAIN]})$|^$`),w("COMPARATORTRIM",`(\\s*)${c[a.GTLT]}\\s*(${c[a.LOOSEPLAIN]}|${c[a.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",w("HYPHENRANGE",`^\\s*(${c[a.XRANGEPLAIN]})\\s+-\\s+(${c[a.XRANGEPLAIN]})\\s*$`),w("HYPHENRANGELOOSE",`^\\s*(${c[a.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[a.XRANGEPLAINLOOSE]})\\s*$`),w("STAR","(<|>)?=?\\s*\\*"),w("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),w("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(ws,ws.exports)),ws.exports}var Ll,xh;function iA(){if(xh)return Ll;xh=1;const e=Object.freeze({loose:!0}),t=Object.freeze({});return Ll=n=>n?typeof n!="object"?e:n:t,Ll}var Bl,Oh;function oA(){if(Oh)return Bl;Oh=1;const e=/^[0-9]+$/,t=(n,o)=>{const i=e.test(n),s=e.test(o);return i&&s&&(n=+n,o=+o),n===o?0:i&&!s?-1:s&&!i?1:n<o?-1:1};return Bl={compareIdentifiers:t,rcompareIdentifiers:(n,o)=>t(o,n)},Bl}var Ml,kh;function Nh(){if(kh)return Ml;kh=1;const e=Ih(),{MAX_LENGTH:t,MAX_SAFE_INTEGER:r}=Fh(),{safeRe:n,safeSrc:o,t:i}=nA(),s=iA(),{compareIdentifiers:l}=oA();class c{constructor(a,f){if(f=s(f),a instanceof c){if(a.loose===!!f.loose&&a.includePrerelease===!!f.includePrerelease)return a;a=a.version}else if(typeof a!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof a}".`);if(a.length>t)throw new TypeError(`version is longer than ${t} characters`);e("SemVer",a,f),this.options=f,this.loose=!!f.loose,this.includePrerelease=!!f.includePrerelease;const d=a.trim().match(f.loose?n[i.LOOSE]:n[i.FULL]);if(!d)throw new TypeError(`Invalid Version: ${a}`);if(this.raw=a,this.major=+d[1],this.minor=+d[2],this.patch=+d[3],this.major>r||this.major<0)throw new TypeError("Invalid major version");if(this.minor>r||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>r||this.patch<0)throw new TypeError("Invalid patch version");d[4]?this.prerelease=d[4].split(".").map(b=>{if(/^[0-9]+$/.test(b)){const E=+b;if(E>=0&&E<r)return E}return b}):this.prerelease=[],this.build=d[5]?d[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(a){if(e("SemVer.compare",this.version,this.options,a),!(a instanceof c)){if(typeof a=="string"&&a===this.version)return 0;a=new c(a,this.options)}return a.version===this.version?0:this.compareMain(a)||this.comparePre(a)}compareMain(a){return a instanceof c||(a=new c(a,this.options)),l(this.major,a.major)||l(this.minor,a.minor)||l(this.patch,a.patch)}comparePre(a){if(a instanceof c||(a=new c(a,this.options)),this.prerelease.length&&!a.prerelease.length)return-1;if(!this.prerelease.length&&a.prerelease.length)return 1;if(!this.prerelease.length&&!a.prerelease.length)return 0;let f=0;do{const d=this.prerelease[f],b=a.prerelease[f];if(e("prerelease compare",f,d,b),d===void 0&&b===void 0)return 0;if(b===void 0)return 1;if(d===void 0)return-1;if(d===b)continue;return l(d,b)}while(++f)}compareBuild(a){a instanceof c||(a=new c(a,this.options));let f=0;do{const d=this.build[f],b=a.build[f];if(e("build compare",f,d,b),d===void 0&&b===void 0)return 0;if(b===void 0)return 1;if(d===void 0)return-1;if(d===b)continue;return l(d,b)}while(++f)}inc(a,f,d){if(a.startsWith("pre")){if(!f&&d===!1)throw new Error("invalid increment argument: identifier is empty");if(f){const b=new RegExp(`^${this.options.loose?o[i.PRERELEASELOOSE]:o[i.PRERELEASE]}$`),E=`-${f}`.match(b);if(!E||E[1]!==f)throw new Error(`invalid identifier: ${f}`)}}switch(a){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",f,d);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",f,d);break;case"prepatch":this.prerelease.length=0,this.inc("patch",f,d),this.inc("pre",f,d);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",f,d),this.inc("pre",f,d);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const b=Number(d)?1:0;if(this.prerelease.length===0)this.prerelease=[b];else{let E=this.prerelease.length;for(;--E>=0;)typeof this.prerelease[E]=="number"&&(this.prerelease[E]++,E=-2);if(E===-1){if(f===this.prerelease.join(".")&&d===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(b)}}if(f){let E=[f,b];d===!1&&(E=[f]),l(this.prerelease[0],f)===0?isNaN(this.prerelease[1])&&(this.prerelease=E):this.prerelease=E}break}default:throw new Error(`invalid increment argument: ${a}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return Ml=c,Ml}var jl,$h;function sA(){if($h)return jl;$h=1;const e=Nh();return jl=(r,n)=>new e(r,n).major,jl}var aA=sA();const Dh=nl(aA);var Ul,Lh;function lA(){if(Lh)return Ul;Lh=1;const e=Nh();return Ul=(r,n,o)=>new e(r,o).compare(new e(n,o)),Ul}var ql,Bh;function cA(){if(Bh)return ql;Bh=1;const e=lA();return ql=(r,n,o)=>e(n,r,o),ql}var uA=cA();const fA=nl(uA);class Ci extends Error{constructor(r,...n){super([r,...n].filter(Boolean).join(", "));Ee(this,"name","RuntimeError");Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}class dA extends Ci{constructor(){super(...arguments);Ee(this,"name","ApiError")}}const Vl=(e,t)=>{const r=document.createElement("a");r.style.display="none",document.body.appendChild(r),r.href=e,r.setAttribute("download",t),r.click(),document.body.removeChild(r)};class pA{constructor(t,r,n,o=ue([])){Ee(this,"clientService");Ee(this,"userStore");Ee(this,"serverUrl");Ee(this,"capability");Ee(this,"available");Ee(this,"fileIdsSupported");this.clientService=t,this.userStore=r,this.serverUrl=n,this.capability=V(()=>{const i=y(o).filter(s=>s.enabled).sort((s,l)=>fA(s.version,l.version));return i.length?i[0]:null}),this.available=V(()=>{var i;return!!((i=y(this.capability))!=null&&i.version)}),this.fileIdsSupported=V(()=>{var i;return Dh((i=y(this.capability))==null?void 0:i.version)>=2})}async triggerDownload(t){var o,i,s;if(!y(this.available))throw new Ci("no archiver available");if((((o=t.fileIds)==null?void 0:o.length)||0)+(((i=t.files)==null?void 0:i.length)||0)===0)throw new Ci("requested archive with empty list of resources");const r=this.buildDownloadUrl({...t});if(!r)throw new Ci("download url could not be built");const n=t.publicToken?r:await this.clientService.ocsUserContext.signUrl(r,(s=this.userStore.user)==null?void 0:s.onPremisesSamAccountName);try{const l=await this.clientService.httpUnAuthenticated.get(n,{headers:{...!!t.publicLinkPassword&&{Authorization:"Basic "+po.from(["public",t.publicLinkPassword].join(":")).toString("base64")}},responseType:"arraybuffer"}),c=new Blob([l.data],{type:"application/octet-stream"}),u=URL.createObjectURL(c),a=this.getFileNameFromResponseHeaders(l.headers);return Vl(u,a),n}catch(l){throw new ie.HttpError("archive could not be fetched",l.response)}}buildDownloadUrl(t){const r=[];switch(t.publicToken&&r.push(`public-token=${t.publicToken}`),Dh(y(this.capability).version)){case 2:return r.push(...t.fileIds.map(o=>`id=${o}`)),this.url+"?"+r.join("&");case 1:{const o=Math.random().toString(36).substring(2);return r.push(`dir=${encodeURIComponent(t.dir)}`,...t.files.map(i=>`files[]=${encodeURIComponent(i)}`),`downloadStartSecret=${o}`),this.url+"?"+r.join("&")}default:return}}get url(){if(!this.available)throw new Ci("no archiver available");const t=y(this.capability);return/^https?:\/\//i.test(t.archiver_url)?t.archiver_url:ie.urlJoin(this.serverUrl,t.archiver_url)}getFileNameFromResponseHeaders(t){var n;const r=(n=t["content-disposition"])==null?void 0:n.split('"')[1];return decodeURI(r)}}const hA=new _l({ttl:10*1e3,capacity:250}),gA=new _l({ttl:10*1e3,capacity:250});class mA{get avatarUrl(){return gA}get filePreview(){return hA}}const zl=new mA;class Mh{constructor(t={}){Ee(this,"accessToken");Ee(this,"publicLinkToken");Ee(this,"publicLinkPassword");this.accessToken=t.accessToken,this.publicLinkToken=t.publicLinkToken,this.publicLinkPassword=t.publicLinkPassword}getHeaders(){return{...this.publicLinkToken&&{"public-token":this.publicLinkToken},...this.publicLinkPassword&&{Authorization:"Basic "+po.from(["public",this.publicLinkPassword].join(":")).toString("base64")},...this.accessToken&&!this.publicLinkPassword&&{Authorization:"Bearer "+this.accessToken}}}}class Wl{constructor(t,r){Ee(this,"instance");Ee(this,"cancelToken");this.cancelToken=Do.CancelToken.source(),this.instance=Do.create(t),r&&this.instance.interceptors.request.use(r)}cancel(t){this.cancelToken.cancel(t)}async delete(t,r,n){return await this.internalRequestWithData("delete",t,r,n)}get(t,r){return this.internalRequest("get",t,r)}head(t,r){return this.internalRequest("head",t,r)}options(t,r){return this.internalRequest("options",t,r)}patch(t,r,n){return this.internalRequestWithData("patch",t,r,n)}post(t,r,n){return this.internalRequestWithData("post",t,r,n)}put(t,r,n){return this.internalRequestWithData("put",t,r,n)}async request(t){const r=await this.instance.request(this.obtainConfig(t));return this.processResponse(r,t)}obtainConfig(t){return co({cancelToken:this.cancelToken.token},t)}processResponse(t,r){if(r!=null&&r.schema){const n=r.schema.parse(t.data);return{...t,data:n}}return t}async internalRequest(t,r,n){const o=await this.instance[t](r,this.obtainConfig(n));return this.processResponse(o,n)}async internalRequestWithData(t,r,n,o){const i=await this.instance[t](r,n,this.obtainConfig(o));return this.processResponse(i,o)}}class yA extends Error{constructor(){super(...arguments);Ee(this,"name","RetriableError")}}const bA=15e3;class vA{constructor(t,r){Ee(this,"url");Ee(this,"fetchOptions");Ee(this,"abortController");Ee(this,"eventListenerMap");Ee(this,"readyState");Ee(this,"withCredentials");Ee(this,"CONNECTING");Ee(this,"OPEN");Ee(this,"CLOSED");Ee(this,"onerror");Ee(this,"onmessage");Ee(this,"onopen");this.url=t,this.fetchOptions=r,this.abortController=new AbortController,this.eventListenerMap={},this.readyState=this.CONNECTING,this.connect()}connect(){return L0.fetchEventSource(this.url,{openWhenHidden:!0,signal:this.abortController.signal,fetch:this.fetchProvider.bind(this),onopen:async()=>{var r;const t=new Event("open");(r=this.onopen)==null||r.bind(this)(t),this.readyState=this.OPEN},onmessage:t=>{var i;const r=new MessageEvent("message",{data:t.data});(i=this.onmessage)==null||i.bind(this)(r);const n=t.event,o=this.eventListenerMap[n];o==null||o.forEach(s=>s(r))},onclose:()=>{throw this.readyState=this.CLOSED,new yA},onerror:t=>{var n;console.error(t);const r=new CustomEvent("error",{detail:t});return(n=this.onerror)==null||n.bind(this)(r),3e4+Math.floor(Math.random()*bA)}})}fetchProvider(...t){const[r,n]=t,o={...n,...this.fetchOptions};return window.fetch(r,o)}close(){this.abortController.abort("closed")}addEventListener(t,r){this.eventListenerMap[t]=this.eventListenerMap[t]||[],this.eventListenerMap[t].push(r)}removeEventListener(t,r){var n;this.eventListenerMap[t]=(n=this.eventListenerMap[t])==null?void 0:n.filter(o=>o!==r)}dispatchEvent(){throw new Error("Method not implemented.")}updateAccessToken(t){this.fetchOptions.headers.Authorization=`Bearer ${t}`}updateLanguage(t){this.fetchOptions.headers["Accept-Language"]=t,this.close(),this.connect()}}let Hl=null;const wA=(e,t)=>(Hl||(Hl=new vA(new URL("ocs/v2.php/apps/notifications/api/v1/notifications/sse",e).href,t)),Hl),SA=(e,t)=>({headers:{Authorization:`Bearer ${e.accessToken}`,"Accept-Language":t,"X-Request-ID":Qt.v4(),"X-Requested-With":"XMLHttpRequest"}});class EA{constructor(t){Ee(this,"configStore");Ee(this,"language");Ee(this,"authStore");Ee(this,"httpAuthenticatedClient");Ee(this,"httpUnAuthenticatedClient");Ee(this,"graphClient");Ee(this,"ocsClient");Ee(this,"webDavClient");Ee(this,"initiatorId",Qt.v4());Ee(this,"staticHeaders",{"Initiator-ID":this.initiatorId,"X-Requested-With":"XMLHttpRequest"});this.configStore=t.configStore,this.language=t.language,this.authStore=t.authStore,this.initGraphClient(),this.initOcsClient(),this.initWebDavClient(),this.httpAuthenticatedClient=new Wl({baseURL:this.configStore.serverUrl,headers:this.staticHeaders},r=>(Object.assign(r.headers,this.getDynamicHeaders()),r)),this.httpUnAuthenticatedClient=new Wl({baseURL:this.configStore.serverUrl,headers:this.staticHeaders},r=>(Object.assign(r.headers,this.getDynamicHeaders({useAuth:!1})),r))}get httpAuthenticated(){return this.httpAuthenticatedClient}get httpUnAuthenticated(){return this.httpUnAuthenticatedClient}get graphAuthenticated(){return this.graphClient}get sseAuthenticated(){return wA(this.configStore.serverUrl,SA({accessToken:this.authStore.accessToken},this.currentLanguage))}get ocs(){return this.ocsClient}get ocsUserContext(){return this.ocs}ocsPublicLinkContext(t){return this.ocs}get webdav(){return this.webDavClient}get currentLanguage(){return this.language.current}initGraphClient(){const t=Do.create({headers:this.staticHeaders});t.interceptors.request.use(r=>(Object.assign(r.headers,this.getDynamicHeaders()),r)),this.graphClient=ie.graph(this.configStore.serverUrl,t)}initOcsClient(){const t=Do.create({headers:this.staticHeaders});t.interceptors.request.use(r=>(Object.assign(r.headers,this.getDynamicHeaders()),r)),this.ocsClient=ie.ocs(this.configStore.serverUrl,t)}initWebDavClient(){this.webDavClient=ie.webdav(this.configStore.serverUrl,()=>{const t={...this.staticHeaders,...this.getDynamicHeaders()};return this.authStore.publicLinkToken&&(t["public-token"]=this.authStore.publicLinkToken),this.authStore.publicLinkPassword&&(t.Authorization="Basic "+po.from(["public",this.authStore.publicLinkPassword].join(":")).toString("base64")),t})}getDynamicHeaders({useAuth:t=!0}={}){return{"Accept-Language":this.currentLanguage,"X-Request-ID":Qt.v4(),...t&&{Authorization:"Bearer "+this.authStore.accessToken}}}}class jh{constructor(){Ee(this,"topics");this.topics=new Map}subscribe(t,r){const n={token:Qt.v4(),callback:r},o=[n,...this.topics.get(t)||[]];return this.topics.set(t,o),n.token}publish(t,r){(this.topics.get(t)||[]).forEach(o=>o.callback(r))}unsubscribe(t,r){this.topics.has(t)&&this.topics.set(t,this.topics.get(t).filter(n=>n.token!==r))}}const Xe=new jh;var TA=Up(Object.keys,Object),AA=Object.prototype,RA=AA.hasOwnProperty;function Uh(e){if(!hs(e))return TA(e);var t=[];for(var r in Object(e))RA.call(e,r)&&r!="constructor"&&t.push(r);return t}var Gl=Qn(Kr,"DataView"),Kl=Qn(Kr,"Promise"),Ql=Qn(Kr,"Set"),Xl=Qn(Kr,"WeakMap"),qh="[object Map]",_A="[object Object]",Vh="[object Promise]",zh="[object Set]",Wh="[object WeakMap]",Hh="[object DataView]",IA=Kn(Gl),CA=Kn(io),FA=Kn(Kl),PA=Kn(Ql),xA=Kn(Xl),Nr=Gn;(Gl&&Nr(new Gl(new ArrayBuffer(1)))!=Hh||io&&Nr(new io)!=qh||Kl&&Nr(Kl.resolve())!=Vh||Ql&&Nr(new Ql)!=zh||Xl&&Nr(new Xl)!=Wh)&&(Nr=function(e){var t=Gn(e),r=t==_A?e.constructor:void 0,n=r?Kn(r):"";if(n)switch(n){case IA:return Hh;case CA:return qh;case FA:return Vh;case PA:return zh;case xA:return Wh}return t});var OA="[object Map]",kA="[object Set]",NA=Object.prototype,$A=NA.hasOwnProperty;function DA(e){if(e==null)return!0;if(ao(e)&&(Pr(e)||typeof e=="string"||typeof e.splice=="function"||Ei(e)||gs(e)||so(e)))return!e.length;var t=Nr(e);if(t==OA||t==kA)return!e.size;if(hs(e))return!Uh(e).length;for(var r in e)if($A.call(e,r))return!1;return!0}class Gh{isEnabled(){return!0}isActive(t){return ct(t,"files-spaces-projects")?!1:ct(t,"files-spaces-generic")||Ar(t,"files-public-link")}getTask(t){const{router:r,clientService:n,resourcesStore:o,userStore:i,authService:s,spacesStore:l,sharesStore:c,configStore:u}=t,{webdav:a,graphAuthenticated:f}=n,{replaceInvalidFileRoute:d}=Ks({router:r}),b=this.setCurrentUserShareSpacePermissions;return cr.useTask(function*(E,w,R,S=null,m=null,g={}){try{o.clearResourceList();let{resource:v,children:T}=yield*ie.call(a.listFiles(R,{path:S,fileId:m},{signal:E}));v.id&&d({space:R,resource:v,path:S,fileId:m});let A;if(S==="/"&&(ie.isShareSpaceResource(R)?(A=yield*ie.call(ys({graphClient:f,spacesStore:l,space:R,signal:E})),A&&(v=ie.buildIncomingShareResource({graphRoles:c.graphRoles,driveItem:A,serverUrl:u.serverUrl}))):!ie.isPersonalSpaceResource(R)&&!ie.isPublicSpaceResource(R)&&(v=R)),yield o.loadAncestorMetaData({folder:v,space:R,client:a,signal:E}),g.loadShares){const F=o.ancestorMetaData;for(const C of T)C.indicators=Ro({space:R,resource:C,ancestorMetaData:F,user:i.user})}ie.isShareSpaceResource(R)&&(T.forEach(F=>F.remoteItemId=R.id),DA(R.members)&&(A||(A=yield*ie.call(ys({graphClient:f,spacesStore:l,space:R,signal:E}))),b({sharesStore:c,spacesStore:l,userStore:i,space:R,sharedDriveItem:A}))),o.initResourceList({currentFolder:v,resources:T})}catch(v){if(o.setCurrentFolder(null),console.error(v),v.statusCode===401)return s.handleAuthError(y(r.currentRoute))}}).restartable()}setCurrentUserShareSpacePermissions({sharesStore:t,spacesStore:r,userStore:n,space:o,sharedDriveItem:i}){var a;const s=((a=i==null?void 0:i.remoteItem)==null?void 0:a.permissions)||[];if(!s.length)return;const l=[];s.forEach(f=>{if(f["@libre.graph.permissions.actions"]){l.push(...f["@libre.graph.permissions.actions"]);return}const d=t.graphRoles[f.roles[0]];if(!d)return;const b=d.rolePermissions.flatMap(E=>E.allowedResourceActions);l.push(...b)});const c=[...new Set(l)],u={grantedTo:{user:{id:n.user.id,displayName:n.user.displayName}},permissions:c,roleId:""};r.updateSpaceField({id:o.id,field:"members",value:{[n.user.id]:u}})}}class Kh{isEnabled(){return!0}isActive(t){var n;const r=y(t.currentRoute);return Tt(t,"files-common-favorites")||((n=r==null?void 0:r.query)==null?void 0:n.contextRouteName)==="files-common-favorites"}getTask(t){const{resourcesStore:r,clientService:n,userStore:o}=t;return cr.useTask(function*(i,s){var c;r.clearResourceList(),r.setAncestorMetaData({});let l=yield n.webdav.listFavoriteFiles({username:(c=o.user)==null?void 0:c.onPremisesSamAccountName,signal:i});l=l.map(ie.buildResource),r.initResourceList({currentFolder:null,resources:l})})}}class Qh{isEnabled(){return!0}isActive(t){var n;const r=y(t.currentRoute);return kt(t,"files-shares-via-link")||((n=r==null?void 0:r.query)==null?void 0:n.contextRouteName)==="files-shares-via-link"}getTask(t){const{userStore:r,spacesStore:n,clientService:o,configStore:i,resourcesStore:s}=t;return cr.useTask(function*(l,c){s.clearResourceList(),s.setAncestorMetaData({}),i.options.routing.fullShareOwnerPaths&&(yield n.loadMountPoints({graphClient:o.graphAuthenticated,signal:l}));const a=(yield*ie.call(o.graphAuthenticated.driveItems.listSharedByMe({signal:l}))).filter(f=>f.permissions.some(({link:d})=>!!d)).map(f=>ie.buildOutgoingShareResource({driveItem:f,user:r.user,serverUrl:i.serverUrl}));s.initResourceList({currentFolder:null,resources:a})})}}class Xh{isEnabled(){return!0}isActive(t){var n;const r=y(t.currentRoute);return kt(t,"files-shares-with-me")||((n=r==null?void 0:r.query)==null?void 0:n.contextRouteName)==="files-shares-with-me"}getTask(t){const{spacesStore:r,clientService:n,configStore:o,resourcesStore:i,sharesStore:s}=t;return cr.useTask(function*(l,c){i.clearResourceList(),i.setAncestorMetaData({}),o.options.routing.fullShareOwnerPaths&&(yield r.loadMountPoints({graphClient:n.graphAuthenticated,signal:l}));const a=(yield*ie.call(n.graphAuthenticated.driveItems.listSharedWithMe({signal:l}))).map(f=>ie.buildIncomingShareResource({driveItem:f,graphRoles:s.graphRoles,serverUrl:o.serverUrl}));i.initResourceList({currentFolder:null,resources:a})})}}class Yh{isEnabled(){return!0}isActive(t){var n;const r=y(t.currentRoute);return kt(t,"files-shares-with-others")||((n=r==null?void 0:r.query)==null?void 0:n.contextRouteName)==="files-shares-with-others"}getTask(t){const{userStore:r,spacesStore:n,clientService:o,configStore:i,resourcesStore:s}=t;return cr.useTask(function*(l,c){s.clearResourceList(),s.setAncestorMetaData({}),i.options.routing.fullShareOwnerPaths&&(yield n.loadMountPoints({graphClient:o.graphAuthenticated,signal:l}));const a=(yield*ie.call(o.graphAuthenticated.driveItems.listSharedByMe({signal:l}))).filter(f=>f.permissions.some(({link:d})=>!d)).map(f=>ie.buildOutgoingShareResource({driveItem:f,user:r.user,serverUrl:i.serverUrl}));s.initResourceList({currentFolder:null,resources:a})})}}class _r{}Ee(_r,"Shared","S"),Ee(_r,"Shareable","R"),Ee(_r,"Mounted","M"),Ee(_r,"Deletable","D"),Ee(_r,"Renameable","N"),Ee(_r,"Moveable","V"),Ee(_r,"Updateable","NV"),Ee(_r,"FileUpdateable","W"),Ee(_r,"FolderCreateable","CK"),Ee(_r,"Deny","Z"),Ee(_r,"SecureView","X");const Ss=e=>({value:e,type:null}),LA=e=>Ss(e),ut=e=>Ss(e),Yl=e=>Ss(e),BA=e=>Ss(e),MA={Permissions:ut("permissions"),IsFavorite:Yl("favorite"),FileId:ut("fileid"),FileParent:ut("file-parent"),Name:ut("name"),OwnerId:ut("owner-id"),OwnerDisplayName:ut("owner-display-name"),PrivateLink:ut("privatelink"),ContentLength:Yl("getcontentlength"),ContentSize:Yl("size"),LastModifiedDate:ut("getlastmodified"),Tags:LA("tags"),Audio:{value:"audio",type:null},Location:{value:"location",type:null},Image:{value:"image",type:null},Photo:{value:"photo",type:null},ETag:ut("getetag"),MimeType:ut("getcontenttype"),ResourceType:BA("resourcetype"),LockDiscovery:{value:"lockdiscovery",type:null},LockOwner:ut("owner"),LockTime:ut("locktime"),ActiveLock:{value:"activelock",type:null},DownloadURL:ut("downloadURL"),Highlights:ut("highlights"),MetaPathForUser:ut("meta-path-for-user"),RemoteItemId:ut("remote-item-id"),ShareId:ut("shareid"),ShareRoot:ut("shareroot"),ShareTypes:{value:"share-types",type:null},SharePermissions:ut("share-permissions"),TrashbinOriginalFilename:ut("trashbin-original-filename"),TrashbinOriginalLocation:ut("trashbin-original-location"),TrashbinDeletedDate:ut("trashbin-delete-datetime"),PublicLinkItemType:ut("public-link-item-type"),PublicLinkPermission:ut("public-link-permission"),PublicLinkExpiration:ut("public-link-expiration"),PublicLinkShareDate:ut("public-link-share-datetime"),PublicLinkShareOwner:ut("public-link-share-owner")},Ve=Object.fromEntries(Object.entries(MA).map(([e,t])=>[e,t.value])),ui=class ui{};Ee(ui,"Default",[Ve.Permissions,Ve.IsFavorite,Ve.FileId,Ve.FileParent,Ve.Name,Ve.LockDiscovery,Ve.ActiveLock,Ve.OwnerId,Ve.OwnerDisplayName,Ve.RemoteItemId,Ve.ShareRoot,Ve.ShareTypes,Ve.PrivateLink,Ve.ContentLength,Ve.ContentSize,Ve.LastModifiedDate,Ve.ETag,Ve.MimeType,Ve.ResourceType,Ve.DownloadURL,Ve.Tags,Ve.Audio,Ve.Location,Ve.Image,Ve.Photo]),Ee(ui,"PublicLink",ui.Default.concat([Ve.PublicLinkItemType,Ve.PublicLinkPermission,Ve.PublicLinkExpiration,Ve.PublicLinkShareDate,Ve.PublicLinkShareOwner])),Ee(ui,"Trashbin",[Ve.ContentLength,Ve.ResourceType,Ve.TrashbinOriginalLocation,Ve.TrashbinOriginalFilename,Ve.TrashbinDeletedDate,Ve.Permissions,Ve.FileParent]),Ee(ui,"DavNamespace",[Ve.ContentLength,Ve.LastModifiedDate,Ve.ETag,Ve.MimeType,Ve.ResourceType,Ve.LockDiscovery,Ve.ActiveLock]);let Es=ui;var Jh={},Ts={};Ts.byteLength=qA,Ts.toByteArray=zA,Ts.fromByteArray=GA;for(var tn=[],$r=[],jA=typeof Uint8Array<"u"?Uint8Array:Array,Jl="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Fi=0,UA=Jl.length;Fi<UA;++Fi)tn[Fi]=Jl[Fi],$r[Jl.charCodeAt(Fi)]=Fi;$r[45]=62,$r[95]=63;function Zh(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var n=r===t?0:4-r%4;return[r,n]}function qA(e){var t=Zh(e),r=t[0],n=t[1];return(r+n)*3/4-n}function VA(e,t,r){return(t+r)*3/4-r}function zA(e){var t,r=Zh(e),n=r[0],o=r[1],i=new jA(VA(e,n,o)),s=0,l=o>0?n-4:n,c;for(c=0;c<l;c+=4)t=$r[e.charCodeAt(c)]<<18|$r[e.charCodeAt(c+1)]<<12|$r[e.charCodeAt(c+2)]<<6|$r[e.charCodeAt(c+3)],i[s++]=t>>16&255,i[s++]=t>>8&255,i[s++]=t&255;return o===2&&(t=$r[e.charCodeAt(c)]<<2|$r[e.charCodeAt(c+1)]>>4,i[s++]=t&255),o===1&&(t=$r[e.charCodeAt(c)]<<10|$r[e.charCodeAt(c+1)]<<4|$r[e.charCodeAt(c+2)]>>2,i[s++]=t>>8&255,i[s++]=t&255),i}function WA(e){return tn[e>>18&63]+tn[e>>12&63]+tn[e>>6&63]+tn[e&63]}function HA(e,t,r){for(var n,o=[],i=t;i<r;i+=3)n=(e[i]<<16&16711680)+(e[i+1]<<8&65280)+(e[i+2]&255),o.push(WA(n));return o.join("")}function GA(e){for(var t,r=e.length,n=r%3,o=[],i=16383,s=0,l=r-n;s<l;s+=i)o.push(HA(e,s,s+i>l?l:s+i));return n===1?(t=e[r-1],o.push(tn[t>>2]+tn[t<<4&63]+"==")):n===2&&(t=(e[r-2]<<8)+e[r-1],o.push(tn[t>>10]+tn[t>>4&63]+tn[t<<2&63]+"=")),o.join("")}var Zl={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */Zl.read=function(e,t,r,n,o){var i,s,l=o*8-n-1,c=(1<<l)-1,u=c>>1,a=-7,f=r?o-1:0,d=r?-1:1,b=e[t+f];for(f+=d,i=b&(1<<-a)-1,b>>=-a,a+=l;a>0;i=i*256+e[t+f],f+=d,a-=8);for(s=i&(1<<-a)-1,i>>=-a,a+=n;a>0;s=s*256+e[t+f],f+=d,a-=8);if(i===0)i=1-u;else{if(i===c)return s?NaN:(b?-1:1)*(1/0);s=s+Math.pow(2,n),i=i-u}return(b?-1:1)*s*Math.pow(2,i-n)},Zl.write=function(e,t,r,n,o,i){var s,l,c,u=i*8-o-1,a=(1<<u)-1,f=a>>1,d=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,b=n?0:i-1,E=n?1:-1,w=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,s=a):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),s+f>=1?t+=d/c:t+=d*Math.pow(2,1-f),t*c>=2&&(s++,c/=2),s+f>=a?(l=0,s=a):s+f>=1?(l=(t*c-1)*Math.pow(2,o),s=s+f):(l=t*Math.pow(2,f-1)*Math.pow(2,o),s=0));o>=8;e[r+b]=l&255,b+=E,l/=256,o-=8);for(s=s<<o|l,u+=o;u>0;e[r+b]=s&255,b+=E,s/=256,u-=8);e[r+b-E]|=w*128};/*!
|
|
11
|
+
*/(function(e){const t=ms,n=Fl,r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=l,e.SlowBuffer=S,e.INSPECT_MAX_BYTES=50;const o=2147483647;e.kMaxLength=o;const{Uint8Array:i,ArrayBuffer:s,SharedArrayBuffer:a}=globalThis;l.TYPED_ARRAY_SUPPORT=c(),!l.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function c(){try{const M=new i(1),C={foo:function(){return 42}};return Object.setPrototypeOf(C,i.prototype),Object.setPrototypeOf(M,C),M.foo()===42}catch{return!1}}Object.defineProperty(l.prototype,"parent",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.buffer}}),Object.defineProperty(l.prototype,"offset",{enumerable:!0,get:function(){if(l.isBuffer(this))return this.byteOffset}});function u(M){if(M>o)throw new RangeError('The value "'+M+'" is invalid for option "size"');const C=new i(M);return Object.setPrototypeOf(C,l.prototype),C}function l(M,C,O){if(typeof M=="number"){if(typeof C=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return w(M)}return f(M,C,O)}l.poolSize=8192;function f(M,C,O){if(typeof M=="string")return v(M,C);if(s.isView(M))return b(M);if(M==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof M);if(ct(M,s)||M&&ct(M.buffer,s)||typeof a<"u"&&(ct(M,a)||M&&ct(M.buffer,a)))return g(M,C,O);if(typeof M=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const G=M.valueOf&&M.valueOf();if(G!=null&&G!==M)return l.from(G,C,O);const te=h(M);if(te)return te;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof M[Symbol.toPrimitive]=="function")return l.from(M[Symbol.toPrimitive]("string"),C,O);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof M)}l.from=function(M,C,O){return f(M,C,O)},Object.setPrototypeOf(l.prototype,i.prototype),Object.setPrototypeOf(l,i);function d(M){if(typeof M!="number")throw new TypeError('"size" argument must be of type number');if(M<0)throw new RangeError('The value "'+M+'" is invalid for option "size"')}function m(M,C,O){return d(M),M<=0?u(M):C!==void 0?typeof O=="string"?u(M).fill(C,O):u(M).fill(C):u(M)}l.alloc=function(M,C,O){return m(M,C,O)};function w(M){return d(M),u(M<0?0:y(M)|0)}l.allocUnsafe=function(M){return w(M)},l.allocUnsafeSlow=function(M){return w(M)};function v(M,C){if((typeof C!="string"||C==="")&&(C="utf8"),!l.isEncoding(C))throw new TypeError("Unknown encoding: "+C);const O=E(M,C)|0;let G=u(O);const te=G.write(M,C);return te!==O&&(G=G.slice(0,te)),G}function T(M){const C=M.length<0?0:y(M.length)|0,O=u(C);for(let G=0;G<C;G+=1)O[G]=M[G]&255;return O}function b(M){if(ct(M,i)){const C=new i(M);return g(C.buffer,C.byteOffset,C.byteLength)}return T(M)}function g(M,C,O){if(C<0||M.byteLength<C)throw new RangeError('"offset" is outside of buffer bounds');if(M.byteLength<C+(O||0))throw new RangeError('"length" is outside of buffer bounds');let G;return C===void 0&&O===void 0?G=new i(M):O===void 0?G=new i(M,C):G=new i(M,C,O),Object.setPrototypeOf(G,l.prototype),G}function h(M){if(l.isBuffer(M)){const C=y(M.length)|0,O=u(C);return O.length===0||M.copy(O,0,0,C),O}if(M.length!==void 0)return typeof M.length!="number"||Qt(M.length)?u(0):T(M);if(M.type==="Buffer"&&Array.isArray(M.data))return T(M.data)}function y(M){if(M>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return M|0}function S(M){return+M!=M&&(M=0),l.alloc(+M)}l.isBuffer=function(C){return C!=null&&C._isBuffer===!0&&C!==l.prototype},l.compare=function(C,O){if(ct(C,i)&&(C=l.from(C,C.offset,C.byteLength)),ct(O,i)&&(O=l.from(O,O.offset,O.byteLength)),!l.isBuffer(C)||!l.isBuffer(O))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(C===O)return 0;let G=C.length,te=O.length;for(let ue=0,Ae=Math.min(G,te);ue<Ae;++ue)if(C[ue]!==O[ue]){G=C[ue],te=O[ue];break}return G<te?-1:te<G?1:0},l.isEncoding=function(C){switch(String(C).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(C,O){if(!Array.isArray(C))throw new TypeError('"list" argument must be an Array of Buffers');if(C.length===0)return l.alloc(0);let G;if(O===void 0)for(O=0,G=0;G<C.length;++G)O+=C[G].length;const te=l.allocUnsafe(O);let ue=0;for(G=0;G<C.length;++G){let Ae=C[G];if(ct(Ae,i))ue+Ae.length>te.length?(l.isBuffer(Ae)||(Ae=l.from(Ae)),Ae.copy(te,ue)):i.prototype.set.call(te,Ae,ue);else if(l.isBuffer(Ae))Ae.copy(te,ue);else throw new TypeError('"list" argument must be an Array of Buffers');ue+=Ae.length}return te};function E(M,C){if(l.isBuffer(M))return M.length;if(s.isView(M)||ct(M,s))return M.byteLength;if(typeof M!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof M);const O=M.length,G=arguments.length>2&&arguments[2]===!0;if(!G&&O===0)return 0;let te=!1;for(;;)switch(C){case"ascii":case"latin1":case"binary":return O;case"utf8":case"utf-8":return ae(M).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return O*2;case"hex":return O>>>1;case"base64":return Je(M).length;default:if(te)return G?-1:ae(M).length;C=(""+C).toLowerCase(),te=!0}}l.byteLength=E;function R(M,C,O){let G=!1;if((C===void 0||C<0)&&(C=0),C>this.length||((O===void 0||O>this.length)&&(O=this.length),O<=0)||(O>>>=0,C>>>=0,O<=C))return"";for(M||(M="utf8");;)switch(M){case"hex":return Z(this,C,O);case"utf8":case"utf-8":return ie(this,C,O);case"ascii":return we(this,C,O);case"latin1":case"binary":return Se(this,C,O);case"base64":return X(this,C,O);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ne(this,C,O);default:if(G)throw new TypeError("Unknown encoding: "+M);M=(M+"").toLowerCase(),G=!0}}l.prototype._isBuffer=!0;function I(M,C,O){const G=M[C];M[C]=M[O],M[O]=G}l.prototype.swap16=function(){const C=this.length;if(C%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let O=0;O<C;O+=2)I(this,O,O+1);return this},l.prototype.swap32=function(){const C=this.length;if(C%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let O=0;O<C;O+=4)I(this,O,O+3),I(this,O+1,O+2);return this},l.prototype.swap64=function(){const C=this.length;if(C%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let O=0;O<C;O+=8)I(this,O,O+7),I(this,O+1,O+6),I(this,O+2,O+5),I(this,O+3,O+4);return this},l.prototype.toString=function(){const C=this.length;return C===0?"":arguments.length===0?ie(this,0,C):R.apply(this,arguments)},l.prototype.toLocaleString=l.prototype.toString,l.prototype.equals=function(C){if(!l.isBuffer(C))throw new TypeError("Argument must be a Buffer");return this===C?!0:l.compare(this,C)===0},l.prototype.inspect=function(){let C="";const O=e.INSPECT_MAX_BYTES;return C=this.toString("hex",0,O).replace(/(.{2})/g,"$1 ").trim(),this.length>O&&(C+=" ... "),"<Buffer "+C+">"},r&&(l.prototype[r]=l.prototype.inspect),l.prototype.compare=function(C,O,G,te,ue){if(ct(C,i)&&(C=l.from(C,C.offset,C.byteLength)),!l.isBuffer(C))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof C);if(O===void 0&&(O=0),G===void 0&&(G=C?C.length:0),te===void 0&&(te=0),ue===void 0&&(ue=this.length),O<0||G>C.length||te<0||ue>this.length)throw new RangeError("out of range index");if(te>=ue&&O>=G)return 0;if(te>=ue)return-1;if(O>=G)return 1;if(O>>>=0,G>>>=0,te>>>=0,ue>>>=0,this===C)return 0;let Ae=ue-te,Ze=G-O;const ft=Math.min(Ae,Ze),Fe=this.slice(te,ue),je=C.slice(O,G);for(let We=0;We<ft;++We)if(Fe[We]!==je[We]){Ae=Fe[We],Ze=je[We];break}return Ae<Ze?-1:Ze<Ae?1:0};function A(M,C,O,G,te){if(M.length===0)return-1;if(typeof O=="string"?(G=O,O=0):O>2147483647?O=2147483647:O<-2147483648&&(O=-2147483648),O=+O,Qt(O)&&(O=te?0:M.length-1),O<0&&(O=M.length+O),O>=M.length){if(te)return-1;O=M.length-1}else if(O<0)if(te)O=0;else return-1;if(typeof C=="string"&&(C=l.from(C,G)),l.isBuffer(C))return C.length===0?-1:$(M,C,O,G,te);if(typeof C=="number")return C=C&255,typeof i.prototype.indexOf=="function"?te?i.prototype.indexOf.call(M,C,O):i.prototype.lastIndexOf.call(M,C,O):$(M,[C],O,G,te);throw new TypeError("val must be string, number or Buffer")}function $(M,C,O,G,te){let ue=1,Ae=M.length,Ze=C.length;if(G!==void 0&&(G=String(G).toLowerCase(),G==="ucs2"||G==="ucs-2"||G==="utf16le"||G==="utf-16le")){if(M.length<2||C.length<2)return-1;ue=2,Ae/=2,Ze/=2,O/=2}function ft(je,We){return ue===1?je[We]:je.readUInt16BE(We*ue)}let Fe;if(te){let je=-1;for(Fe=O;Fe<Ae;Fe++)if(ft(M,Fe)===ft(C,je===-1?0:Fe-je)){if(je===-1&&(je=Fe),Fe-je+1===Ze)return je*ue}else je!==-1&&(Fe-=Fe-je),je=-1}else for(O+Ze>Ae&&(O=Ae-Ze),Fe=O;Fe>=0;Fe--){let je=!0;for(let We=0;We<Ze;We++)if(ft(M,Fe+We)!==ft(C,We)){je=!1;break}if(je)return Fe}return-1}l.prototype.includes=function(C,O,G){return this.indexOf(C,O,G)!==-1},l.prototype.indexOf=function(C,O,G){return A(this,C,O,G,!0)},l.prototype.lastIndexOf=function(C,O,G){return A(this,C,O,G,!1)};function D(M,C,O,G){O=Number(O)||0;const te=M.length-O;G?(G=Number(G),G>te&&(G=te)):G=te;const ue=C.length;G>ue/2&&(G=ue/2);let Ae;for(Ae=0;Ae<G;++Ae){const Ze=parseInt(C.substr(Ae*2,2),16);if(Qt(Ze))return Ae;M[O+Ae]=Ze}return Ae}function k(M,C,O,G){return ut(ae(C,M.length-O),M,O,G)}function N(M,C,O,G){return ut($e(C),M,O,G)}function j(M,C,O,G){return ut(Je(C),M,O,G)}function W(M,C,O,G){return ut(De(C,M.length-O),M,O,G)}l.prototype.write=function(C,O,G,te){if(O===void 0)te="utf8",G=this.length,O=0;else if(G===void 0&&typeof O=="string")te=O,G=this.length,O=0;else if(isFinite(O))O=O>>>0,isFinite(G)?(G=G>>>0,te===void 0&&(te="utf8")):(te=G,G=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ue=this.length-O;if((G===void 0||G>ue)&&(G=ue),C.length>0&&(G<0||O<0)||O>this.length)throw new RangeError("Attempt to write outside buffer bounds");te||(te="utf8");let Ae=!1;for(;;)switch(te){case"hex":return D(this,C,O,G);case"utf8":case"utf-8":return k(this,C,O,G);case"ascii":case"latin1":case"binary":return N(this,C,O,G);case"base64":return j(this,C,O,G);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return W(this,C,O,G);default:if(Ae)throw new TypeError("Unknown encoding: "+te);te=(""+te).toLowerCase(),Ae=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function X(M,C,O){return C===0&&O===M.length?t.fromByteArray(M):t.fromByteArray(M.slice(C,O))}function ie(M,C,O){O=Math.min(M.length,O);const G=[];let te=C;for(;te<O;){const ue=M[te];let Ae=null,Ze=ue>239?4:ue>223?3:ue>191?2:1;if(te+Ze<=O){let ft,Fe,je,We;switch(Ze){case 1:ue<128&&(Ae=ue);break;case 2:ft=M[te+1],(ft&192)===128&&(We=(ue&31)<<6|ft&63,We>127&&(Ae=We));break;case 3:ft=M[te+1],Fe=M[te+2],(ft&192)===128&&(Fe&192)===128&&(We=(ue&15)<<12|(ft&63)<<6|Fe&63,We>2047&&(We<55296||We>57343)&&(Ae=We));break;case 4:ft=M[te+1],Fe=M[te+2],je=M[te+3],(ft&192)===128&&(Fe&192)===128&&(je&192)===128&&(We=(ue&15)<<18|(ft&63)<<12|(Fe&63)<<6|je&63,We>65535&&We<1114112&&(Ae=We))}}Ae===null?(Ae=65533,Ze=1):Ae>65535&&(Ae-=65536,G.push(Ae>>>10&1023|55296),Ae=56320|Ae&1023),G.push(Ae),te+=Ze}return se(G)}const de=4096;function se(M){const C=M.length;if(C<=de)return String.fromCharCode.apply(String,M);let O="",G=0;for(;G<C;)O+=String.fromCharCode.apply(String,M.slice(G,G+=de));return O}function we(M,C,O){let G="";O=Math.min(M.length,O);for(let te=C;te<O;++te)G+=String.fromCharCode(M[te]&127);return G}function Se(M,C,O){let G="";O=Math.min(M.length,O);for(let te=C;te<O;++te)G+=String.fromCharCode(M[te]);return G}function Z(M,C,O){const G=M.length;(!C||C<0)&&(C=0),(!O||O<0||O>G)&&(O=G);let te="";for(let ue=C;ue<O;++ue)te+=Xt[M[ue]];return te}function ne(M,C,O){const G=M.slice(C,O);let te="";for(let ue=0;ue<G.length-1;ue+=2)te+=String.fromCharCode(G[ue]+G[ue+1]*256);return te}l.prototype.slice=function(C,O){const G=this.length;C=~~C,O=O===void 0?G:~~O,C<0?(C+=G,C<0&&(C=0)):C>G&&(C=G),O<0?(O+=G,O<0&&(O=0)):O>G&&(O=G),O<C&&(O=C);const te=this.subarray(C,O);return Object.setPrototypeOf(te,l.prototype),te};function le(M,C,O){if(M%1!==0||M<0)throw new RangeError("offset is not uint");if(M+C>O)throw new RangeError("Trying to access beyond buffer length")}l.prototype.readUintLE=l.prototype.readUIntLE=function(C,O,G){C=C>>>0,O=O>>>0,G||le(C,O,this.length);let te=this[C],ue=1,Ae=0;for(;++Ae<O&&(ue*=256);)te+=this[C+Ae]*ue;return te},l.prototype.readUintBE=l.prototype.readUIntBE=function(C,O,G){C=C>>>0,O=O>>>0,G||le(C,O,this.length);let te=this[C+--O],ue=1;for(;O>0&&(ue*=256);)te+=this[C+--O]*ue;return te},l.prototype.readUint8=l.prototype.readUInt8=function(C,O){return C=C>>>0,O||le(C,1,this.length),this[C]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(C,O){return C=C>>>0,O||le(C,2,this.length),this[C]|this[C+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(C,O){return C=C>>>0,O||le(C,2,this.length),this[C]<<8|this[C+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(C,O){return C=C>>>0,O||le(C,4,this.length),(this[C]|this[C+1]<<8|this[C+2]<<16)+this[C+3]*16777216},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(C,O){return C=C>>>0,O||le(C,4,this.length),this[C]*16777216+(this[C+1]<<16|this[C+2]<<8|this[C+3])},l.prototype.readBigUInt64LE=Pt(function(C){C=C>>>0,ke(C,"offset");const O=this[C],G=this[C+7];(O===void 0||G===void 0)&&Pe(C,this.length-8);const te=O+this[++C]*2**8+this[++C]*2**16+this[++C]*2**24,ue=this[++C]+this[++C]*2**8+this[++C]*2**16+G*2**24;return BigInt(te)+(BigInt(ue)<<BigInt(32))}),l.prototype.readBigUInt64BE=Pt(function(C){C=C>>>0,ke(C,"offset");const O=this[C],G=this[C+7];(O===void 0||G===void 0)&&Pe(C,this.length-8);const te=O*2**24+this[++C]*2**16+this[++C]*2**8+this[++C],ue=this[++C]*2**24+this[++C]*2**16+this[++C]*2**8+G;return(BigInt(te)<<BigInt(32))+BigInt(ue)}),l.prototype.readIntLE=function(C,O,G){C=C>>>0,O=O>>>0,G||le(C,O,this.length);let te=this[C],ue=1,Ae=0;for(;++Ae<O&&(ue*=256);)te+=this[C+Ae]*ue;return ue*=128,te>=ue&&(te-=Math.pow(2,8*O)),te},l.prototype.readIntBE=function(C,O,G){C=C>>>0,O=O>>>0,G||le(C,O,this.length);let te=O,ue=1,Ae=this[C+--te];for(;te>0&&(ue*=256);)Ae+=this[C+--te]*ue;return ue*=128,Ae>=ue&&(Ae-=Math.pow(2,8*O)),Ae},l.prototype.readInt8=function(C,O){return C=C>>>0,O||le(C,1,this.length),this[C]&128?(255-this[C]+1)*-1:this[C]},l.prototype.readInt16LE=function(C,O){C=C>>>0,O||le(C,2,this.length);const G=this[C]|this[C+1]<<8;return G&32768?G|4294901760:G},l.prototype.readInt16BE=function(C,O){C=C>>>0,O||le(C,2,this.length);const G=this[C+1]|this[C]<<8;return G&32768?G|4294901760:G},l.prototype.readInt32LE=function(C,O){return C=C>>>0,O||le(C,4,this.length),this[C]|this[C+1]<<8|this[C+2]<<16|this[C+3]<<24},l.prototype.readInt32BE=function(C,O){return C=C>>>0,O||le(C,4,this.length),this[C]<<24|this[C+1]<<16|this[C+2]<<8|this[C+3]},l.prototype.readBigInt64LE=Pt(function(C){C=C>>>0,ke(C,"offset");const O=this[C],G=this[C+7];(O===void 0||G===void 0)&&Pe(C,this.length-8);const te=this[C+4]+this[C+5]*2**8+this[C+6]*2**16+(G<<24);return(BigInt(te)<<BigInt(32))+BigInt(O+this[++C]*2**8+this[++C]*2**16+this[++C]*2**24)}),l.prototype.readBigInt64BE=Pt(function(C){C=C>>>0,ke(C,"offset");const O=this[C],G=this[C+7];(O===void 0||G===void 0)&&Pe(C,this.length-8);const te=(O<<24)+this[++C]*2**16+this[++C]*2**8+this[++C];return(BigInt(te)<<BigInt(32))+BigInt(this[++C]*2**24+this[++C]*2**16+this[++C]*2**8+G)}),l.prototype.readFloatLE=function(C,O){return C=C>>>0,O||le(C,4,this.length),n.read(this,C,!0,23,4)},l.prototype.readFloatBE=function(C,O){return C=C>>>0,O||le(C,4,this.length),n.read(this,C,!1,23,4)},l.prototype.readDoubleLE=function(C,O){return C=C>>>0,O||le(C,8,this.length),n.read(this,C,!0,52,8)},l.prototype.readDoubleBE=function(C,O){return C=C>>>0,O||le(C,8,this.length),n.read(this,C,!1,52,8)};function Ie(M,C,O,G,te,ue){if(!l.isBuffer(M))throw new TypeError('"buffer" argument must be a Buffer instance');if(C>te||C<ue)throw new RangeError('"value" argument is out of bounds');if(O+G>M.length)throw new RangeError("Index out of range")}l.prototype.writeUintLE=l.prototype.writeUIntLE=function(C,O,G,te){if(C=+C,O=O>>>0,G=G>>>0,!te){const Ze=Math.pow(2,8*G)-1;Ie(this,C,O,G,Ze,0)}let ue=1,Ae=0;for(this[O]=C&255;++Ae<G&&(ue*=256);)this[O+Ae]=C/ue&255;return O+G},l.prototype.writeUintBE=l.prototype.writeUIntBE=function(C,O,G,te){if(C=+C,O=O>>>0,G=G>>>0,!te){const Ze=Math.pow(2,8*G)-1;Ie(this,C,O,G,Ze,0)}let ue=G-1,Ae=1;for(this[O+ue]=C&255;--ue>=0&&(Ae*=256);)this[O+ue]=C/Ae&255;return O+G},l.prototype.writeUint8=l.prototype.writeUInt8=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,1,255,0),this[O]=C&255,O+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,2,65535,0),this[O]=C&255,this[O+1]=C>>>8,O+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,2,65535,0),this[O]=C>>>8,this[O+1]=C&255,O+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,4,4294967295,0),this[O+3]=C>>>24,this[O+2]=C>>>16,this[O+1]=C>>>8,this[O]=C&255,O+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,4,4294967295,0),this[O]=C>>>24,this[O+1]=C>>>16,this[O+2]=C>>>8,this[O+3]=C&255,O+4};function Y(M,C,O,G,te){Le(C,G,te,M,O,7);let ue=Number(C&BigInt(4294967295));M[O++]=ue,ue=ue>>8,M[O++]=ue,ue=ue>>8,M[O++]=ue,ue=ue>>8,M[O++]=ue;let Ae=Number(C>>BigInt(32)&BigInt(4294967295));return M[O++]=Ae,Ae=Ae>>8,M[O++]=Ae,Ae=Ae>>8,M[O++]=Ae,Ae=Ae>>8,M[O++]=Ae,O}function _(M,C,O,G,te){Le(C,G,te,M,O,7);let ue=Number(C&BigInt(4294967295));M[O+7]=ue,ue=ue>>8,M[O+6]=ue,ue=ue>>8,M[O+5]=ue,ue=ue>>8,M[O+4]=ue;let Ae=Number(C>>BigInt(32)&BigInt(4294967295));return M[O+3]=Ae,Ae=Ae>>8,M[O+2]=Ae,Ae=Ae>>8,M[O+1]=Ae,Ae=Ae>>8,M[O]=Ae,O+8}l.prototype.writeBigUInt64LE=Pt(function(C,O=0){return Y(this,C,O,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeBigUInt64BE=Pt(function(C,O=0){return _(this,C,O,BigInt(0),BigInt("0xffffffffffffffff"))}),l.prototype.writeIntLE=function(C,O,G,te){if(C=+C,O=O>>>0,!te){const ft=Math.pow(2,8*G-1);Ie(this,C,O,G,ft-1,-ft)}let ue=0,Ae=1,Ze=0;for(this[O]=C&255;++ue<G&&(Ae*=256);)C<0&&Ze===0&&this[O+ue-1]!==0&&(Ze=1),this[O+ue]=(C/Ae>>0)-Ze&255;return O+G},l.prototype.writeIntBE=function(C,O,G,te){if(C=+C,O=O>>>0,!te){const ft=Math.pow(2,8*G-1);Ie(this,C,O,G,ft-1,-ft)}let ue=G-1,Ae=1,Ze=0;for(this[O+ue]=C&255;--ue>=0&&(Ae*=256);)C<0&&Ze===0&&this[O+ue+1]!==0&&(Ze=1),this[O+ue]=(C/Ae>>0)-Ze&255;return O+G},l.prototype.writeInt8=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,1,127,-128),C<0&&(C=255+C+1),this[O]=C&255,O+1},l.prototype.writeInt16LE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,2,32767,-32768),this[O]=C&255,this[O+1]=C>>>8,O+2},l.prototype.writeInt16BE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,2,32767,-32768),this[O]=C>>>8,this[O+1]=C&255,O+2},l.prototype.writeInt32LE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,4,2147483647,-2147483648),this[O]=C&255,this[O+1]=C>>>8,this[O+2]=C>>>16,this[O+3]=C>>>24,O+4},l.prototype.writeInt32BE=function(C,O,G){return C=+C,O=O>>>0,G||Ie(this,C,O,4,2147483647,-2147483648),C<0&&(C=4294967295+C+1),this[O]=C>>>24,this[O+1]=C>>>16,this[O+2]=C>>>8,this[O+3]=C&255,O+4},l.prototype.writeBigInt64LE=Pt(function(C,O=0){return Y(this,C,O,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),l.prototype.writeBigInt64BE=Pt(function(C,O=0){return _(this,C,O,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function F(M,C,O,G,te,ue){if(O+G>M.length)throw new RangeError("Index out of range");if(O<0)throw new RangeError("Index out of range")}function K(M,C,O,G,te){return C=+C,O=O>>>0,te||F(M,C,O,4),n.write(M,C,O,G,23,4),O+4}l.prototype.writeFloatLE=function(C,O,G){return K(this,C,O,!0,G)},l.prototype.writeFloatBE=function(C,O,G){return K(this,C,O,!1,G)};function z(M,C,O,G,te){return C=+C,O=O>>>0,te||F(M,C,O,8),n.write(M,C,O,G,52,8),O+8}l.prototype.writeDoubleLE=function(C,O,G){return z(this,C,O,!0,G)},l.prototype.writeDoubleBE=function(C,O,G){return z(this,C,O,!1,G)},l.prototype.copy=function(C,O,G,te){if(!l.isBuffer(C))throw new TypeError("argument should be a Buffer");if(G||(G=0),!te&&te!==0&&(te=this.length),O>=C.length&&(O=C.length),O||(O=0),te>0&&te<G&&(te=G),te===G||C.length===0||this.length===0)return 0;if(O<0)throw new RangeError("targetStart out of bounds");if(G<0||G>=this.length)throw new RangeError("Index out of range");if(te<0)throw new RangeError("sourceEnd out of bounds");te>this.length&&(te=this.length),C.length-O<te-G&&(te=C.length-O+G);const ue=te-G;return this===C&&typeof i.prototype.copyWithin=="function"?this.copyWithin(O,G,te):i.prototype.set.call(C,this.subarray(G,te),O),ue},l.prototype.fill=function(C,O,G,te){if(typeof C=="string"){if(typeof O=="string"?(te=O,O=0,G=this.length):typeof G=="string"&&(te=G,G=this.length),te!==void 0&&typeof te!="string")throw new TypeError("encoding must be a string");if(typeof te=="string"&&!l.isEncoding(te))throw new TypeError("Unknown encoding: "+te);if(C.length===1){const Ae=C.charCodeAt(0);(te==="utf8"&&Ae<128||te==="latin1")&&(C=Ae)}}else typeof C=="number"?C=C&255:typeof C=="boolean"&&(C=Number(C));if(O<0||this.length<O||this.length<G)throw new RangeError("Out of range index");if(G<=O)return this;O=O>>>0,G=G===void 0?this.length:G>>>0,C||(C=0);let ue;if(typeof C=="number")for(ue=O;ue<G;++ue)this[ue]=C;else{const Ae=l.isBuffer(C)?C:l.from(C,te),Ze=Ae.length;if(Ze===0)throw new TypeError('The value "'+C+'" is invalid for argument "value"');for(ue=0;ue<G-O;++ue)this[ue+O]=Ae[ue%Ze]}return this};const B={};function V(M,C,O){B[M]=class extends O{constructor(){super(),Object.defineProperty(this,"message",{value:C.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${M}]`,this.stack,delete this.name}get code(){return M}set code(te){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:te,writable:!0})}toString(){return`${this.name} [${M}]: ${this.message}`}}}V("ERR_BUFFER_OUT_OF_BOUNDS",function(M){return M?`${M} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),V("ERR_INVALID_ARG_TYPE",function(M,C){return`The "${M}" argument must be of type number. Received type ${typeof C}`},TypeError),V("ERR_OUT_OF_RANGE",function(M,C,O){let G=`The value of "${M}" is out of range.`,te=O;return Number.isInteger(O)&&Math.abs(O)>2**32?te=ce(String(O)):typeof O=="bigint"&&(te=String(O),(O>BigInt(2)**BigInt(32)||O<-(BigInt(2)**BigInt(32)))&&(te=ce(te)),te+="n"),G+=` It must be ${C}. Received ${te}`,G},RangeError);function ce(M){let C="",O=M.length;const G=M[0]==="-"?1:0;for(;O>=G+4;O-=3)C=`_${M.slice(O-3,O)}${C}`;return`${M.slice(0,O)}${C}`}function Re(M,C,O){ke(C,"offset"),(M[C]===void 0||M[C+O]===void 0)&&Pe(C,M.length-(O+1))}function Le(M,C,O,G,te,ue){if(M>O||M<C){const Ae=typeof C=="bigint"?"n":"";let Ze;throw C===0||C===BigInt(0)?Ze=`>= 0${Ae} and < 2${Ae} ** ${(ue+1)*8}${Ae}`:Ze=`>= -(2${Ae} ** ${(ue+1)*8-1}${Ae}) and < 2 ** ${(ue+1)*8-1}${Ae}`,new B.ERR_OUT_OF_RANGE("value",Ze,M)}Re(G,te,ue)}function ke(M,C){if(typeof M!="number")throw new B.ERR_INVALID_ARG_TYPE(C,"number",M)}function Pe(M,C,O){throw Math.floor(M)!==M?(ke(M,O),new B.ERR_OUT_OF_RANGE("offset","an integer",M)):C<0?new B.ERR_BUFFER_OUT_OF_BOUNDS:new B.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${C}`,M)}const Be=/[^+/0-9A-Za-z-_]/g;function he(M){if(M=M.split("=")[0],M=M.trim().replace(Be,""),M.length<2)return"";for(;M.length%4!==0;)M=M+"=";return M}function ae(M,C){C=C||1/0;let O;const G=M.length;let te=null;const ue=[];for(let Ae=0;Ae<G;++Ae){if(O=M.charCodeAt(Ae),O>55295&&O<57344){if(!te){if(O>56319){(C-=3)>-1&&ue.push(239,191,189);continue}else if(Ae+1===G){(C-=3)>-1&&ue.push(239,191,189);continue}te=O;continue}if(O<56320){(C-=3)>-1&&ue.push(239,191,189),te=O;continue}O=(te-55296<<10|O-56320)+65536}else te&&(C-=3)>-1&&ue.push(239,191,189);if(te=null,O<128){if((C-=1)<0)break;ue.push(O)}else if(O<2048){if((C-=2)<0)break;ue.push(O>>6|192,O&63|128)}else if(O<65536){if((C-=3)<0)break;ue.push(O>>12|224,O>>6&63|128,O&63|128)}else if(O<1114112){if((C-=4)<0)break;ue.push(O>>18|240,O>>12&63|128,O>>6&63|128,O&63|128)}else throw new Error("Invalid code point")}return ue}function $e(M){const C=[];for(let O=0;O<M.length;++O)C.push(M.charCodeAt(O)&255);return C}function De(M,C){let O,G,te;const ue=[];for(let Ae=0;Ae<M.length&&!((C-=2)<0);++Ae)O=M.charCodeAt(Ae),G=O>>8,te=O%256,ue.push(te),ue.push(G);return ue}function Je(M){return t.toByteArray(he(M))}function ut(M,C,O,G){let te;for(te=0;te<G&&!(te+O>=C.length||te>=M.length);++te)C[te+O]=M[te];return te}function ct(M,C){return M instanceof C||M!=null&&M.constructor!=null&&M.constructor.name!=null&&M.constructor.name===C.name}function Qt(M){return M!==M}const Xt=function(){const M="0123456789abcdef",C=new Array(256);for(let O=0;O<16;++O){const G=O*16;for(let te=0;te<16;++te)C[G+te]=M[O]+M[te]}return C}();function Pt(M){return typeof BigInt>"u"?Ue:M}function Ue(){throw new Error("BigInt not supported")}})(bh);const yr=bh.Buffer;var Ol,wh;function Sh(){return wh||(wh=1,Ol=typeof ye=="object"&&ye.env&&ye.env.NODE_DEBUG&&/\bsemver\b/i.test(ye.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{}),Ol}var xl,Eh;function Th(){if(Eh)return xl;Eh=1;const e="2.0.0",t=256,n=Number.MAX_SAFE_INTEGER||9007199254740991,r=16,o=t-6;return xl={MAX_LENGTH:t,MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:o,MAX_SAFE_INTEGER:n,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:e,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2},xl}var ys={exports:{}},Ah;function VT(){return Ah||(Ah=1,function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:r,MAX_LENGTH:o}=Th(),i=Sh();t=e.exports={};const s=t.re=[],a=t.safeRe=[],c=t.src=[],u=t.safeSrc=[],l=t.t={};let f=0;const d="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",o],[d,r]],w=T=>{for(const[b,g]of m)T=T.split(`${b}*`).join(`${b}{0,${g}}`).split(`${b}+`).join(`${b}{1,${g}}`);return T},v=(T,b,g)=>{const h=w(b),y=f++;i(T,y,b),l[T]=y,c[y]=b,u[y]=h,s[y]=new RegExp(b,g?"g":void 0),a[y]=new RegExp(h,g?"g":void 0)};v("NUMERICIDENTIFIER","0|[1-9]\\d*"),v("NUMERICIDENTIFIERLOOSE","\\d+"),v("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${d}*`),v("MAINVERSION",`(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})\\.(${c[l.NUMERICIDENTIFIER]})`),v("MAINVERSIONLOOSE",`(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})\\.(${c[l.NUMERICIDENTIFIERLOOSE]})`),v("PRERELEASEIDENTIFIER",`(?:${c[l.NUMERICIDENTIFIER]}|${c[l.NONNUMERICIDENTIFIER]})`),v("PRERELEASEIDENTIFIERLOOSE",`(?:${c[l.NUMERICIDENTIFIERLOOSE]}|${c[l.NONNUMERICIDENTIFIER]})`),v("PRERELEASE",`(?:-(${c[l.PRERELEASEIDENTIFIER]}(?:\\.${c[l.PRERELEASEIDENTIFIER]})*))`),v("PRERELEASELOOSE",`(?:-?(${c[l.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[l.PRERELEASEIDENTIFIERLOOSE]})*))`),v("BUILDIDENTIFIER",`${d}+`),v("BUILD",`(?:\\+(${c[l.BUILDIDENTIFIER]}(?:\\.${c[l.BUILDIDENTIFIER]})*))`),v("FULLPLAIN",`v?${c[l.MAINVERSION]}${c[l.PRERELEASE]}?${c[l.BUILD]}?`),v("FULL",`^${c[l.FULLPLAIN]}$`),v("LOOSEPLAIN",`[v=\\s]*${c[l.MAINVERSIONLOOSE]}${c[l.PRERELEASELOOSE]}?${c[l.BUILD]}?`),v("LOOSE",`^${c[l.LOOSEPLAIN]}$`),v("GTLT","((?:<|>)?=?)"),v("XRANGEIDENTIFIERLOOSE",`${c[l.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),v("XRANGEIDENTIFIER",`${c[l.NUMERICIDENTIFIER]}|x|X|\\*`),v("XRANGEPLAIN",`[v=\\s]*(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:\\.(${c[l.XRANGEIDENTIFIER]})(?:${c[l.PRERELEASE]})?${c[l.BUILD]}?)?)?`),v("XRANGEPLAINLOOSE",`[v=\\s]*(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[l.XRANGEIDENTIFIERLOOSE]})(?:${c[l.PRERELEASELOOSE]})?${c[l.BUILD]}?)?)?`),v("XRANGE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAIN]}$`),v("XRANGELOOSE",`^${c[l.GTLT]}\\s*${c[l.XRANGEPLAINLOOSE]}$`),v("COERCEPLAIN",`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),v("COERCE",`${c[l.COERCEPLAIN]}(?:$|[^\\d])`),v("COERCEFULL",c[l.COERCEPLAIN]+`(?:${c[l.PRERELEASE]})?(?:${c[l.BUILD]})?(?:$|[^\\d])`),v("COERCERTL",c[l.COERCE],!0),v("COERCERTLFULL",c[l.COERCEFULL],!0),v("LONETILDE","(?:~>?)"),v("TILDETRIM",`(\\s*)${c[l.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",v("TILDE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAIN]}$`),v("TILDELOOSE",`^${c[l.LONETILDE]}${c[l.XRANGEPLAINLOOSE]}$`),v("LONECARET","(?:\\^)"),v("CARETTRIM",`(\\s*)${c[l.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",v("CARET",`^${c[l.LONECARET]}${c[l.XRANGEPLAIN]}$`),v("CARETLOOSE",`^${c[l.LONECARET]}${c[l.XRANGEPLAINLOOSE]}$`),v("COMPARATORLOOSE",`^${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]})$|^$`),v("COMPARATOR",`^${c[l.GTLT]}\\s*(${c[l.FULLPLAIN]})$|^$`),v("COMPARATORTRIM",`(\\s*)${c[l.GTLT]}\\s*(${c[l.LOOSEPLAIN]}|${c[l.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",v("HYPHENRANGE",`^\\s*(${c[l.XRANGEPLAIN]})\\s+-\\s+(${c[l.XRANGEPLAIN]})\\s*$`),v("HYPHENRANGELOOSE",`^\\s*(${c[l.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[l.XRANGEPLAINLOOSE]})\\s*$`),v("STAR","(<|>)?=?\\s*\\*"),v("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),v("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(ys,ys.exports)),ys.exports}var kl,Rh;function zT(){if(Rh)return kl;Rh=1;const e=Object.freeze({loose:!0}),t=Object.freeze({});return kl=r=>r?typeof r!="object"?e:r:t,kl}var Nl,_h;function WT(){if(_h)return Nl;_h=1;const e=/^[0-9]+$/,t=(r,o)=>{const i=e.test(r),s=e.test(o);return i&&s&&(r=+r,o=+o),r===o?0:i&&!s?-1:s&&!i?1:r<o?-1:1};return Nl={compareIdentifiers:t,rcompareIdentifiers:(r,o)=>t(o,r)},Nl}var $l,Ih;function Ch(){if(Ih)return $l;Ih=1;const e=Sh(),{MAX_LENGTH:t,MAX_SAFE_INTEGER:n}=Th(),{safeRe:r,safeSrc:o,t:i}=VT(),s=zT(),{compareIdentifiers:a}=WT();class c{constructor(l,f){if(f=s(f),l instanceof c){if(l.loose===!!f.loose&&l.includePrerelease===!!f.includePrerelease)return l;l=l.version}else if(typeof l!="string")throw new TypeError(`Invalid version. Must be a string. Got type "${typeof l}".`);if(l.length>t)throw new TypeError(`version is longer than ${t} characters`);e("SemVer",l,f),this.options=f,this.loose=!!f.loose,this.includePrerelease=!!f.includePrerelease;const d=l.trim().match(f.loose?r[i.LOOSE]:r[i.FULL]);if(!d)throw new TypeError(`Invalid Version: ${l}`);if(this.raw=l,this.major=+d[1],this.minor=+d[2],this.patch=+d[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");d[4]?this.prerelease=d[4].split(".").map(m=>{if(/^[0-9]+$/.test(m)){const w=+m;if(w>=0&&w<n)return w}return m}):this.prerelease=[],this.build=d[5]?d[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(l){if(e("SemVer.compare",this.version,this.options,l),!(l instanceof c)){if(typeof l=="string"&&l===this.version)return 0;l=new c(l,this.options)}return l.version===this.version?0:this.compareMain(l)||this.comparePre(l)}compareMain(l){return l instanceof c||(l=new c(l,this.options)),a(this.major,l.major)||a(this.minor,l.minor)||a(this.patch,l.patch)}comparePre(l){if(l instanceof c||(l=new c(l,this.options)),this.prerelease.length&&!l.prerelease.length)return-1;if(!this.prerelease.length&&l.prerelease.length)return 1;if(!this.prerelease.length&&!l.prerelease.length)return 0;let f=0;do{const d=this.prerelease[f],m=l.prerelease[f];if(e("prerelease compare",f,d,m),d===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(d===void 0)return-1;if(d===m)continue;return a(d,m)}while(++f)}compareBuild(l){l instanceof c||(l=new c(l,this.options));let f=0;do{const d=this.build[f],m=l.build[f];if(e("build compare",f,d,m),d===void 0&&m===void 0)return 0;if(m===void 0)return 1;if(d===void 0)return-1;if(d===m)continue;return a(d,m)}while(++f)}inc(l,f,d){if(l.startsWith("pre")){if(!f&&d===!1)throw new Error("invalid increment argument: identifier is empty");if(f){const m=new RegExp(`^${this.options.loose?o[i.PRERELEASELOOSE]:o[i.PRERELEASE]}$`),w=`-${f}`.match(m);if(!w||w[1]!==f)throw new Error(`invalid identifier: ${f}`)}}switch(l){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",f,d);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",f,d);break;case"prepatch":this.prerelease.length=0,this.inc("patch",f,d),this.inc("pre",f,d);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",f,d),this.inc("pre",f,d);break;case"release":if(this.prerelease.length===0)throw new Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":{const m=Number(d)?1:0;if(this.prerelease.length===0)this.prerelease=[m];else{let w=this.prerelease.length;for(;--w>=0;)typeof this.prerelease[w]=="number"&&(this.prerelease[w]++,w=-2);if(w===-1){if(f===this.prerelease.join(".")&&d===!1)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(m)}}if(f){let w=[f,m];d===!1&&(w=[f]),a(this.prerelease[0],f)===0?isNaN(this.prerelease[1])&&(this.prerelease=w):this.prerelease=w}break}default:throw new Error(`invalid increment argument: ${l}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}return $l=c,$l}var Dl,Ph;function HT(){if(Ph)return Dl;Ph=1;const e=Ch();return Dl=(n,r)=>new e(n,r).major,Dl}var GT=HT();const Fh=Za(GT);var Ll,Oh;function KT(){if(Oh)return Ll;Oh=1;const e=Ch();return Ll=(n,r,o)=>new e(n,o).compare(new e(r,o)),Ll}var Ml,xh;function QT(){if(xh)return Ml;xh=1;const e=KT();return Ml=(n,r,o)=>e(r,n,o),Ml}var XT=QT();const YT=Za(XT);class Ii extends Error{constructor(n,...r){super([n,...r].filter(Boolean).join(", "));Ee(this,"name","RuntimeError");Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}class JT extends Ii{constructor(){super(...arguments);Ee(this,"name","ApiError")}}const Bl=(e,t)=>{const n=document.createElement("a");n.style.display="none",document.body.appendChild(n),n.href=e,n.setAttribute("download",t),n.click(),document.body.removeChild(n)};class ZT{constructor(t,n,r,o=oe([])){Ee(this,"clientService");Ee(this,"userStore");Ee(this,"serverUrl");Ee(this,"capability");Ee(this,"available");Ee(this,"fileIdsSupported");this.clientService=t,this.userStore=n,this.serverUrl=r,this.capability=U(()=>{const i=p(o).filter(s=>s.enabled).sort((s,a)=>YT(s.version,a.version));return i.length?i[0]:null}),this.available=U(()=>{var i;return!!((i=p(this.capability))!=null&&i.version)}),this.fileIdsSupported=U(()=>{var i;return Fh((i=p(this.capability))==null?void 0:i.version)>=2})}async triggerDownload(t){var o,i,s;if(!p(this.available))throw new Ii("no archiver available");if((((o=t.fileIds)==null?void 0:o.length)||0)+(((i=t.files)==null?void 0:i.length)||0)===0)throw new Ii("requested archive with empty list of resources");const n=this.buildDownloadUrl({...t});if(!n)throw new Ii("download url could not be built");const r=t.publicToken?n:await this.clientService.ocsUserContext.signUrl(n,(s=this.userStore.user)==null?void 0:s.onPremisesSamAccountName);try{const a=await this.clientService.httpUnAuthenticated.get(r,{headers:{...!!t.publicLinkPassword&&{Authorization:"Basic "+yr.from(["public",t.publicLinkPassword].join(":")).toString("base64")}},responseType:"arraybuffer"}),c=new Blob([a.data],{type:"application/octet-stream"}),u=URL.createObjectURL(c),l=this.getFileNameFromResponseHeaders(a.headers);return Bl(u,l),r}catch(a){throw new ee.HttpError("archive could not be fetched",a.response)}}buildDownloadUrl(t){const n=[];switch(t.publicToken&&n.push(`public-token=${t.publicToken}`),Fh(p(this.capability).version)){case 2:return n.push(...t.fileIds.map(o=>`id=${o}`)),this.url+"?"+n.join("&");case 1:{const o=Math.random().toString(36).substring(2);return n.push(`dir=${encodeURIComponent(t.dir)}`,...t.files.map(i=>`files[]=${encodeURIComponent(i)}`),`downloadStartSecret=${o}`),this.url+"?"+n.join("&")}default:return}}get url(){if(!this.available)throw new Ii("no archiver available");const t=p(this.capability);return/^https?:\/\//i.test(t.archiver_url)?t.archiver_url:ee.urlJoin(this.serverUrl,t.archiver_url)}getFileNameFromResponseHeaders(t){var r;const n=(r=t["content-disposition"])==null?void 0:r.split('"')[1];return decodeURI(n)}}const eA=new El({ttl:10*1e3,capacity:250}),tA=new El({ttl:10*1e3,capacity:250});class nA{get avatarUrl(){return tA}get filePreview(){return eA}}const jl=new nA;class kh{constructor(t={}){Ee(this,"accessToken");Ee(this,"publicLinkToken");Ee(this,"publicLinkPassword");this.accessToken=t.accessToken,this.publicLinkToken=t.publicLinkToken,this.publicLinkPassword=t.publicLinkPassword}getHeaders(){return{...this.publicLinkToken&&{"public-token":this.publicLinkToken},...this.publicLinkPassword&&{Authorization:"Basic "+yr.from(["public",this.publicLinkPassword].join(":")).toString("base64")},...this.accessToken&&!this.publicLinkPassword&&{Authorization:"Bearer "+this.accessToken}}}}class Ul{constructor(t,n){Ee(this,"instance");Ee(this,"cancelToken");this.cancelToken=ko.CancelToken.source(),this.instance=ko.create(t),n&&this.instance.interceptors.request.use(n)}cancel(t){this.cancelToken.cancel(t)}async delete(t,n,r){return await this.internalRequestWithData("delete",t,n,r)}get(t,n){return this.internalRequest("get",t,n)}head(t,n){return this.internalRequest("head",t,n)}options(t,n){return this.internalRequest("options",t,n)}patch(t,n,r){return this.internalRequestWithData("patch",t,n,r)}post(t,n,r){return this.internalRequestWithData("post",t,n,r)}put(t,n,r){return this.internalRequestWithData("put",t,n,r)}async request(t){const n=await this.instance.request(this.obtainConfig(t));return this.processResponse(n,t)}obtainConfig(t){return ao({cancelToken:this.cancelToken.token},t)}processResponse(t,n){if(n!=null&&n.schema){const r=n.schema.parse(t.data);return{...t,data:r}}return t}async internalRequest(t,n,r){const o=await this.instance[t](n,this.obtainConfig(r));return this.processResponse(o,r)}async internalRequestWithData(t,n,r,o){const i=await this.instance[t](n,r,this.obtainConfig(o));return this.processResponse(i,o)}}class rA extends Error{constructor(){super(...arguments);Ee(this,"name","RetriableError")}}const iA=15e3;class oA{constructor(t,n){Ee(this,"url");Ee(this,"fetchOptions");Ee(this,"abortController");Ee(this,"eventListenerMap");Ee(this,"readyState");Ee(this,"withCredentials");Ee(this,"CONNECTING");Ee(this,"OPEN");Ee(this,"CLOSED");Ee(this,"onerror");Ee(this,"onmessage");Ee(this,"onopen");this.url=t,this.fetchOptions=n,this.abortController=new AbortController,this.eventListenerMap={},this.readyState=this.CONNECTING,this.connect()}connect(){return A0.fetchEventSource(this.url,{openWhenHidden:!0,signal:this.abortController.signal,fetch:this.fetchProvider.bind(this),onopen:async()=>{var n;const t=new Event("open");(n=this.onopen)==null||n.bind(this)(t),this.readyState=this.OPEN},onmessage:t=>{var i;const n=new MessageEvent("message",{data:t.data});(i=this.onmessage)==null||i.bind(this)(n);const r=t.event,o=this.eventListenerMap[r];o==null||o.forEach(s=>s(n))},onclose:()=>{throw this.readyState=this.CLOSED,new rA},onerror:t=>{var r;console.error(t);const n=new CustomEvent("error",{detail:t});return(r=this.onerror)==null||r.bind(this)(n),3e4+Math.floor(Math.random()*iA)}})}fetchProvider(...t){const[n,r]=t,o={...r,...this.fetchOptions};return window.fetch(n,o)}close(){this.abortController.abort("closed")}addEventListener(t,n){this.eventListenerMap[t]=this.eventListenerMap[t]||[],this.eventListenerMap[t].push(n)}removeEventListener(t,n){var r;this.eventListenerMap[t]=(r=this.eventListenerMap[t])==null?void 0:r.filter(o=>o!==n)}dispatchEvent(){throw new Error("Method not implemented.")}updateAccessToken(t){this.fetchOptions.headers.Authorization=`Bearer ${t}`}updateLanguage(t){this.fetchOptions.headers["Accept-Language"]=t,this.close(),this.connect()}}let ql=null;const sA=(e,t)=>(ql||(ql=new oA(new URL("ocs/v2.php/apps/notifications/api/v1/notifications/sse",e).href,t)),ql),aA=(e,t)=>({headers:{Authorization:`Bearer ${e.accessToken}`,"Accept-Language":t,"X-Request-ID":Yt.v4(),"X-Requested-With":"XMLHttpRequest"}});class lA{constructor(t){Ee(this,"configStore");Ee(this,"language");Ee(this,"authStore");Ee(this,"httpAuthenticatedClient");Ee(this,"httpUnAuthenticatedClient");Ee(this,"graphClient");Ee(this,"ocsClient");Ee(this,"webDavClient");Ee(this,"initiatorId",Yt.v4());Ee(this,"staticHeaders",{"Initiator-ID":this.initiatorId,"X-Requested-With":"XMLHttpRequest"});this.configStore=t.configStore,this.language=t.language,this.authStore=t.authStore,this.initGraphClient(),this.initOcsClient(),this.initWebDavClient(),this.httpAuthenticatedClient=new Ul({baseURL:this.configStore.serverUrl,headers:this.staticHeaders},n=>(Object.assign(n.headers,this.getDynamicHeaders()),n)),this.httpUnAuthenticatedClient=new Ul({baseURL:this.configStore.serverUrl,headers:this.staticHeaders},n=>(Object.assign(n.headers,this.getDynamicHeaders({useAuth:!1})),n))}get httpAuthenticated(){return this.httpAuthenticatedClient}get httpUnAuthenticated(){return this.httpUnAuthenticatedClient}get graphAuthenticated(){return this.graphClient}get sseAuthenticated(){return sA(this.configStore.serverUrl,aA({accessToken:this.authStore.accessToken},this.currentLanguage))}get ocs(){return this.ocsClient}get ocsUserContext(){return this.ocs}ocsPublicLinkContext(t){return this.ocs}get webdav(){return this.webDavClient}get currentLanguage(){return this.language.current}initGraphClient(){const t=ko.create({headers:this.staticHeaders});t.interceptors.request.use(n=>(Object.assign(n.headers,this.getDynamicHeaders()),n)),this.graphClient=ee.graph(this.configStore.serverUrl,t)}initOcsClient(){const t=ko.create({headers:this.staticHeaders});t.interceptors.request.use(n=>(Object.assign(n.headers,this.getDynamicHeaders()),n)),this.ocsClient=ee.ocs(this.configStore.serverUrl,t)}initWebDavClient(){this.webDavClient=ee.webdav(this.configStore.serverUrl,()=>{const t={...this.staticHeaders,...this.getDynamicHeaders()};return this.authStore.publicLinkToken&&(t["public-token"]=this.authStore.publicLinkToken),this.authStore.publicLinkPassword&&(t.Authorization="Basic "+yr.from(["public",this.authStore.publicLinkPassword].join(":")).toString("base64")),t})}getDynamicHeaders({useAuth:t=!0}={}){return{"Accept-Language":this.currentLanguage,"X-Request-ID":Yt.v4(),...t&&{Authorization:"Bearer "+this.authStore.accessToken}}}}class Nh{constructor(){Ee(this,"topics");this.topics=new Map}subscribe(t,n){const r={token:Yt.v4(),callback:n},o=[r,...this.topics.get(t)||[]];return this.topics.set(t,o),r.token}publish(t,n){(this.topics.get(t)||[]).forEach(o=>o.callback(n))}unsubscribe(t,n){this.topics.has(t)&&this.topics.set(t,this.topics.get(t).filter(r=>r.token!==n))}}const Xe=new Nh;var cA=$p(Object.keys,Object),uA=Object.prototype,fA=uA.hasOwnProperty;function $h(e){if(!fs(e))return cA(e);var t=[];for(var n in Object(e))fA.call(e,n)&&n!="constructor"&&t.push(n);return t}var Vl=Kr(Kn,"DataView"),zl=Kr(Kn,"Promise"),Wl=Kr(Kn,"Set"),Hl=Kr(Kn,"WeakMap"),Dh="[object Map]",dA="[object Object]",Lh="[object Promise]",Mh="[object Set]",Bh="[object WeakMap]",jh="[object DataView]",pA=Gr(Vl),hA=Gr(no),gA=Gr(zl),mA=Gr(Wl),yA=Gr(Hl),$n=Hr;(Vl&&$n(new Vl(new ArrayBuffer(1)))!=jh||no&&$n(new no)!=Dh||zl&&$n(zl.resolve())!=Lh||Wl&&$n(new Wl)!=Mh||Hl&&$n(new Hl)!=Bh)&&($n=function(e){var t=Hr(e),n=t==dA?e.constructor:void 0,r=n?Gr(n):"";if(r)switch(r){case pA:return jh;case hA:return Dh;case gA:return Lh;case mA:return Mh;case yA:return Bh}return t});var bA="[object Map]",vA="[object Set]",wA=Object.prototype,SA=wA.hasOwnProperty;function EA(e){if(e==null)return!0;if(oo(e)&&(On(e)||typeof e=="string"||typeof e.splice=="function"||Si(e)||ds(e)||io(e)))return!e.length;var t=$n(e);if(t==bA||t==vA)return!e.size;if(fs(e))return!$h(e).length;for(var n in e)if(SA.call(e,n))return!1;return!0}class Uh{isEnabled(){return!0}isActive(t){return at(t,"files-spaces-projects")?!1:at(t,"files-spaces-generic")||_n(t,"files-public-link")}getTask(t){const{router:n,clientService:r,resourcesStore:o,userStore:i,authService:s,spacesStore:a,sharesStore:c,configStore:u}=t,{webdav:l,graphAuthenticated:f}=r,{replaceInvalidFileRoute:d}=zs({router:n}),m=this.setCurrentUserShareSpacePermissions;return un.useTask(function*(w,v,T,b=null,g=null,h={}){try{o.clearResourceList();let{resource:y,children:S}=yield*ee.call(l.listFiles(T,{path:b,fileId:g},{signal:w}));y.id&&d({space:T,resource:y,path:b,fileId:g});let E;if(b==="/"&&(ee.isShareSpaceResource(T)?(E=yield*ee.call(hs({graphClient:f,spacesStore:a,space:T,signal:w})),E&&(y=ee.buildIncomingShareResource({graphRoles:c.graphRoles,driveItem:E,serverUrl:u.serverUrl}))):!ee.isPersonalSpaceResource(T)&&!ee.isPublicSpaceResource(T)&&(y=T)),yield o.loadAncestorMetaData({folder:y,space:T,client:l,signal:w}),h.loadShares){const R=o.ancestorMetaData;for(const I of S)I.indicators=Eo({space:T,resource:I,ancestorMetaData:R,user:i.user})}ee.isShareSpaceResource(T)&&(S.forEach(R=>R.remoteItemId=T.id),EA(T.members)&&(E||(E=yield*ee.call(hs({graphClient:f,spacesStore:a,space:T,signal:w}))),m({sharesStore:c,spacesStore:a,userStore:i,space:T,sharedDriveItem:E}))),o.initResourceList({currentFolder:y,resources:S})}catch(y){if(o.setCurrentFolder(null),console.error(y),y.statusCode===401)return s.handleAuthError(p(n.currentRoute))}}).restartable()}setCurrentUserShareSpacePermissions({sharesStore:t,spacesStore:n,userStore:r,space:o,sharedDriveItem:i}){var l;const s=((l=i==null?void 0:i.remoteItem)==null?void 0:l.permissions)||[];if(!s.length)return;const a=[];s.forEach(f=>{if(f["@libre.graph.permissions.actions"]){a.push(...f["@libre.graph.permissions.actions"]);return}const d=t.graphRoles[f.roles[0]];if(!d)return;const m=d.rolePermissions.flatMap(w=>w.allowedResourceActions);a.push(...m)});const c=[...new Set(a)],u={grantedTo:{user:{id:r.user.id,displayName:r.user.displayName}},permissions:c,roleId:""};n.updateSpaceField({id:o.id,field:"members",value:{[r.user.id]:u}})}}class qh{isEnabled(){return!0}isActive(t){var r;const n=p(t.currentRoute);return At(t,"files-common-favorites")||((r=n==null?void 0:n.query)==null?void 0:r.contextRouteName)==="files-common-favorites"}getTask(t){const{resourcesStore:n,clientService:r,userStore:o}=t;return un.useTask(function*(i,s){var c;n.clearResourceList(),n.setAncestorMetaData({});let a=yield r.webdav.listFavoriteFiles({username:(c=o.user)==null?void 0:c.onPremisesSamAccountName,signal:i});a=a.map(ee.buildResource),n.initResourceList({currentFolder:null,resources:a})})}}class Vh{isEnabled(){return!0}isActive(t){var r;const n=p(t.currentRoute);return Nt(t,"files-shares-via-link")||((r=n==null?void 0:n.query)==null?void 0:r.contextRouteName)==="files-shares-via-link"}getTask(t){const{userStore:n,spacesStore:r,clientService:o,configStore:i,resourcesStore:s}=t;return un.useTask(function*(a,c){s.clearResourceList(),s.setAncestorMetaData({}),i.options.routing.fullShareOwnerPaths&&(yield r.loadMountPoints({graphClient:o.graphAuthenticated,signal:a}));const l=(yield*ee.call(o.graphAuthenticated.driveItems.listSharedByMe({signal:a}))).filter(f=>f.permissions.some(({link:d})=>!!d)).map(f=>ee.buildOutgoingShareResource({driveItem:f,user:n.user,serverUrl:i.serverUrl}));s.initResourceList({currentFolder:null,resources:l})})}}class zh{isEnabled(){return!0}isActive(t){var r;const n=p(t.currentRoute);return Nt(t,"files-shares-with-me")||((r=n==null?void 0:n.query)==null?void 0:r.contextRouteName)==="files-shares-with-me"}getTask(t){const{spacesStore:n,clientService:r,configStore:o,resourcesStore:i,sharesStore:s}=t;return un.useTask(function*(a,c){i.clearResourceList(),i.setAncestorMetaData({}),o.options.routing.fullShareOwnerPaths&&(yield n.loadMountPoints({graphClient:r.graphAuthenticated,signal:a}));const l=(yield*ee.call(r.graphAuthenticated.driveItems.listSharedWithMe({signal:a}))).map(f=>ee.buildIncomingShareResource({driveItem:f,graphRoles:s.graphRoles,serverUrl:o.serverUrl}));i.initResourceList({currentFolder:null,resources:l})})}}class Wh{isEnabled(){return!0}isActive(t){var r;const n=p(t.currentRoute);return Nt(t,"files-shares-with-others")||((r=n==null?void 0:n.query)==null?void 0:r.contextRouteName)==="files-shares-with-others"}getTask(t){const{userStore:n,spacesStore:r,clientService:o,configStore:i,resourcesStore:s}=t;return un.useTask(function*(a,c){s.clearResourceList(),s.setAncestorMetaData({}),i.options.routing.fullShareOwnerPaths&&(yield r.loadMountPoints({graphClient:o.graphAuthenticated,signal:a}));const l=(yield*ee.call(o.graphAuthenticated.driveItems.listSharedByMe({signal:a}))).filter(f=>f.permissions.some(({link:d})=>!d)).map(f=>ee.buildOutgoingShareResource({driveItem:f,user:n.user,serverUrl:i.serverUrl}));s.initResourceList({currentFolder:null,resources:l})})}}class Cn{}Ee(Cn,"Shared","S"),Ee(Cn,"Shareable","R"),Ee(Cn,"Mounted","M"),Ee(Cn,"Deletable","D"),Ee(Cn,"Renameable","N"),Ee(Cn,"Moveable","V"),Ee(Cn,"Updateable","NV"),Ee(Cn,"FileUpdateable","W"),Ee(Cn,"FolderCreateable","CK"),Ee(Cn,"Deny","Z"),Ee(Cn,"SecureView","X");const bs=e=>({value:e,type:null}),TA=e=>bs(e),dt=e=>bs(e),Gl=e=>bs(e),AA=e=>bs(e),RA={Permissions:dt("permissions"),IsFavorite:Gl("favorite"),FileId:dt("fileid"),FileParent:dt("file-parent"),Name:dt("name"),OwnerId:dt("owner-id"),OwnerDisplayName:dt("owner-display-name"),PrivateLink:dt("privatelink"),ContentLength:Gl("getcontentlength"),ContentSize:Gl("size"),LastModifiedDate:dt("getlastmodified"),Tags:TA("tags"),Audio:{value:"audio",type:null},Location:{value:"location",type:null},Image:{value:"image",type:null},Photo:{value:"photo",type:null},ETag:dt("getetag"),MimeType:dt("getcontenttype"),ResourceType:AA("resourcetype"),LockDiscovery:{value:"lockdiscovery",type:null},LockOwner:dt("owner"),LockTime:dt("locktime"),ActiveLock:{value:"activelock",type:null},DownloadURL:dt("downloadURL"),Highlights:dt("highlights"),MetaPathForUser:dt("meta-path-for-user"),RemoteItemId:dt("remote-item-id"),ShareId:dt("shareid"),ShareRoot:dt("shareroot"),ShareTypes:{value:"share-types",type:null},SharePermissions:dt("share-permissions"),TrashbinOriginalFilename:dt("trashbin-original-filename"),TrashbinOriginalLocation:dt("trashbin-original-location"),TrashbinDeletedDate:dt("trashbin-delete-datetime"),PublicLinkItemType:dt("public-link-item-type"),PublicLinkPermission:dt("public-link-permission"),PublicLinkExpiration:dt("public-link-expiration"),PublicLinkShareDate:dt("public-link-share-datetime"),PublicLinkShareOwner:dt("public-link-share-owner")},qe=Object.fromEntries(Object.entries(RA).map(([e,t])=>[e,t.value])),ci=class ci{};Ee(ci,"Default",[qe.Permissions,qe.IsFavorite,qe.FileId,qe.FileParent,qe.Name,qe.LockDiscovery,qe.ActiveLock,qe.OwnerId,qe.OwnerDisplayName,qe.RemoteItemId,qe.ShareRoot,qe.ShareTypes,qe.PrivateLink,qe.ContentLength,qe.ContentSize,qe.LastModifiedDate,qe.ETag,qe.MimeType,qe.ResourceType,qe.DownloadURL,qe.Tags,qe.Audio,qe.Location,qe.Image,qe.Photo]),Ee(ci,"PublicLink",ci.Default.concat([qe.PublicLinkItemType,qe.PublicLinkPermission,qe.PublicLinkExpiration,qe.PublicLinkShareDate,qe.PublicLinkShareOwner])),Ee(ci,"Trashbin",[qe.ContentLength,qe.ResourceType,qe.TrashbinOriginalLocation,qe.TrashbinOriginalFilename,qe.TrashbinDeletedDate,qe.Permissions,qe.FileParent]),Ee(ci,"DavNamespace",[qe.ContentLength,qe.LastModifiedDate,qe.ETag,qe.MimeType,qe.ResourceType,qe.LockDiscovery,qe.ActiveLock]);let vs=ci;var Kl={},ws={exports:{}},Hh;function Ql(){if(Hh)return ws.exports;Hh=1;var e=typeof Reflect=="object"?Reflect:null,t=e&&typeof e.apply=="function"?e.apply:function(S,E,R){return Function.prototype.apply.call(S,E,R)},n;e&&typeof e.ownKeys=="function"?n=e.ownKeys:Object.getOwnPropertySymbols?n=function(S){return Object.getOwnPropertyNames(S).concat(Object.getOwnPropertySymbols(S))}:n=function(S){return Object.getOwnPropertyNames(S)};function r(y){console&&console.warn&&console.warn(y)}var o=Number.isNaN||function(S){return S!==S};function i(){i.init.call(this)}ws.exports=i,ws.exports.once=b,i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var s=10;function a(y){if(typeof y!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof y)}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(y){if(typeof y!="number"||y<0||o(y))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+y+".");s=y}}),i.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},i.prototype.setMaxListeners=function(S){if(typeof S!="number"||S<0||o(S))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+S+".");return this._maxListeners=S,this};function c(y){return y._maxListeners===void 0?i.defaultMaxListeners:y._maxListeners}i.prototype.getMaxListeners=function(){return c(this)},i.prototype.emit=function(S){for(var E=[],R=1;R<arguments.length;R++)E.push(arguments[R]);var I=S==="error",A=this._events;if(A!==void 0)I=I&&A.error===void 0;else if(!I)return!1;if(I){var $;if(E.length>0&&($=E[0]),$ instanceof Error)throw $;var D=new Error("Unhandled error."+($?" ("+$.message+")":""));throw D.context=$,D}var k=A[S];if(k===void 0)return!1;if(typeof k=="function")t(k,this,E);else for(var N=k.length,j=w(k,N),R=0;R<N;++R)t(j[R],this,E);return!0};function u(y,S,E,R){var I,A,$;if(a(E),A=y._events,A===void 0?(A=y._events=Object.create(null),y._eventsCount=0):(A.newListener!==void 0&&(y.emit("newListener",S,E.listener?E.listener:E),A=y._events),$=A[S]),$===void 0)$=A[S]=E,++y._eventsCount;else if(typeof $=="function"?$=A[S]=R?[E,$]:[$,E]:R?$.unshift(E):$.push(E),I=c(y),I>0&&$.length>I&&!$.warned){$.warned=!0;var D=new Error("Possible EventEmitter memory leak detected. "+$.length+" "+String(S)+" listeners added. Use emitter.setMaxListeners() to increase limit");D.name="MaxListenersExceededWarning",D.emitter=y,D.type=S,D.count=$.length,r(D)}return y}i.prototype.addListener=function(S,E){return u(this,S,E,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(S,E){return u(this,S,E,!0)};function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(y,S,E){var R={fired:!1,wrapFn:void 0,target:y,type:S,listener:E},I=l.bind(R);return I.listener=E,R.wrapFn=I,I}i.prototype.once=function(S,E){return a(E),this.on(S,f(this,S,E)),this},i.prototype.prependOnceListener=function(S,E){return a(E),this.prependListener(S,f(this,S,E)),this},i.prototype.removeListener=function(S,E){var R,I,A,$,D;if(a(E),I=this._events,I===void 0)return this;if(R=I[S],R===void 0)return this;if(R===E||R.listener===E)--this._eventsCount===0?this._events=Object.create(null):(delete I[S],I.removeListener&&this.emit("removeListener",S,R.listener||E));else if(typeof R!="function"){for(A=-1,$=R.length-1;$>=0;$--)if(R[$]===E||R[$].listener===E){D=R[$].listener,A=$;break}if(A<0)return this;A===0?R.shift():v(R,A),R.length===1&&(I[S]=R[0]),I.removeListener!==void 0&&this.emit("removeListener",S,D||E)}return this},i.prototype.off=i.prototype.removeListener,i.prototype.removeAllListeners=function(S){var E,R,I;if(R=this._events,R===void 0)return this;if(R.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):R[S]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete R[S]),this;if(arguments.length===0){var A=Object.keys(R),$;for(I=0;I<A.length;++I)$=A[I],$!=="removeListener"&&this.removeAllListeners($);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(E=R[S],typeof E=="function")this.removeListener(S,E);else if(E!==void 0)for(I=E.length-1;I>=0;I--)this.removeListener(S,E[I]);return this};function d(y,S,E){var R=y._events;if(R===void 0)return[];var I=R[S];return I===void 0?[]:typeof I=="function"?E?[I.listener||I]:[I]:E?T(I):w(I,I.length)}i.prototype.listeners=function(S){return d(this,S,!0)},i.prototype.rawListeners=function(S){return d(this,S,!1)},i.listenerCount=function(y,S){return typeof y.listenerCount=="function"?y.listenerCount(S):m.call(y,S)},i.prototype.listenerCount=m;function m(y){var S=this._events;if(S!==void 0){var E=S[y];if(typeof E=="function")return 1;if(E!==void 0)return E.length}return 0}i.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]};function w(y,S){for(var E=new Array(S),R=0;R<S;++R)E[R]=y[R];return E}function v(y,S){for(;S+1<y.length;S++)y[S]=y[S+1];y.pop()}function T(y){for(var S=new Array(y.length),E=0;E<S.length;++E)S[E]=y[E].listener||y[E];return S}function b(y,S){return new Promise(function(E,R){function I($){y.removeListener(S,A),R($)}function A(){typeof y.removeListener=="function"&&y.removeListener("error",I),E([].slice.call(arguments))}h(y,S,A,{once:!0}),S!=="error"&&g(y,I,{once:!0})})}function g(y,S,E){typeof y.on=="function"&&h(y,"error",S,E)}function h(y,S,E,R){if(typeof y.on=="function")R.once?y.once(S,E):y.on(S,E);else if(typeof y.addEventListener=="function")y.addEventListener(S,function I(A){R.once&&y.removeEventListener(S,I),E(A)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof y)}return ws.exports}var Ss={exports:{}},Gh;function Jr(){return Gh||(Gh=1,typeof Object.create=="function"?Ss.exports=function(t,n){n&&(t.super_=n,t.prototype=Object.create(n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:Ss.exports=function(t,n){if(n){t.super_=n;var r=function(){};r.prototype=n.prototype,t.prototype=new r,t.prototype.constructor=t}}),Ss.exports}var Xl,Kh;function Qh(){return Kh||(Kh=1,Xl=Ql().EventEmitter),Xl}var Yl={},Xh;function Es(){return Xh||(Xh=1,function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},n={};n.byteLength=l,n.toByteArray=d,n.fromByteArray=v;for(var r=[],o=[],i=typeof Uint8Array<"u"?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=s.length;a<c;++a)r[a]=s[a],o[s.charCodeAt(a)]=a;o[45]=62,o[95]=63;function u(g){var h=g.length;if(h%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var y=g.indexOf("=");y===-1&&(y=h);var S=y===h?0:4-y%4;return[y,S]}function l(g){var h=u(g),y=h[0],S=h[1];return(y+S)*3/4-S}function f(g,h,y){return(h+y)*3/4-y}function d(g){var h,y=u(g),S=y[0],E=y[1],R=new i(f(g,S,E)),I=0,A=E>0?S-4:S,$;for($=0;$<A;$+=4)h=o[g.charCodeAt($)]<<18|o[g.charCodeAt($+1)]<<12|o[g.charCodeAt($+2)]<<6|o[g.charCodeAt($+3)],R[I++]=h>>16&255,R[I++]=h>>8&255,R[I++]=h&255;return E===2&&(h=o[g.charCodeAt($)]<<2|o[g.charCodeAt($+1)]>>4,R[I++]=h&255),E===1&&(h=o[g.charCodeAt($)]<<10|o[g.charCodeAt($+1)]<<4|o[g.charCodeAt($+2)]>>2,R[I++]=h>>8&255,R[I++]=h&255),R}function m(g){return r[g>>18&63]+r[g>>12&63]+r[g>>6&63]+r[g&63]}function w(g,h,y){for(var S,E=[],R=h;R<y;R+=3)S=(g[R]<<16&16711680)+(g[R+1]<<8&65280)+(g[R+2]&255),E.push(m(S));return E.join("")}function v(g){for(var h,y=g.length,S=y%3,E=[],R=16383,I=0,A=y-S;I<A;I+=R)E.push(w(g,I,I+R>A?A:I+R));return S===1?(h=g[y-1],E.push(r[h>>2]+r[h<<4&63]+"==")):S===2&&(h=(g[y-2]<<8)+g[y-1],E.push(r[h>>10]+r[h>>4&63]+r[h<<2&63]+"=")),E.join("")}var T={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */T.read=function(g,h,y,S,E){var R,I,A=E*8-S-1,$=(1<<A)-1,D=$>>1,k=-7,N=y?E-1:0,j=y?-1:1,W=g[h+N];for(N+=j,R=W&(1<<-k)-1,W>>=-k,k+=A;k>0;R=R*256+g[h+N],N+=j,k-=8);for(I=R&(1<<-k)-1,R>>=-k,k+=S;k>0;I=I*256+g[h+N],N+=j,k-=8);if(R===0)R=1-D;else{if(R===$)return I?NaN:(W?-1:1)*(1/0);I=I+Math.pow(2,S),R=R-D}return(W?-1:1)*I*Math.pow(2,R-S)},T.write=function(g,h,y,S,E,R){var I,A,$,D=R*8-E-1,k=(1<<D)-1,N=k>>1,j=E===23?Math.pow(2,-24)-Math.pow(2,-77):0,W=S?0:R-1,X=S?1:-1,ie=h<0||h===0&&1/h<0?1:0;for(h=Math.abs(h),isNaN(h)||h===1/0?(A=isNaN(h)?1:0,I=k):(I=Math.floor(Math.log(h)/Math.LN2),h*($=Math.pow(2,-I))<1&&(I--,$*=2),I+N>=1?h+=j/$:h+=j*Math.pow(2,1-N),h*$>=2&&(I++,$/=2),I+N>=k?(A=0,I=k):I+N>=1?(A=(h*$-1)*Math.pow(2,E),I=I+N):(A=h*Math.pow(2,N-1)*Math.pow(2,E),I=0));E>=8;g[y+W]=A&255,W+=X,A/=256,E-=8);for(I=I<<E|A,D+=E;D>0;g[y+W]=I&255,W+=X,I/=256,D-=8);g[y+W-X]|=ie*128};/*!
|
|
12
12
|
* The buffer module from node.js, for the browser.
|
|
13
13
|
*
|
|
14
14
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
15
15
|
* @license MIT
|
|
16
|
-
*/(function(e){const t=Ts,r=Zl,n=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=a,e.SlowBuffer=T,e.INSPECT_MAX_BYTES=50;const o=2147483647;e.kMaxLength=o;const{Uint8Array:i,ArrayBuffer:s,SharedArrayBuffer:l}=globalThis;a.TYPED_ARRAY_SUPPORT=c(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function c(){try{const _=new i(1),p={foo:function(){return 42}};return Object.setPrototypeOf(p,i.prototype),Object.setPrototypeOf(_,p),_.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function u(_){if(_>o)throw new RangeError('The value "'+_+'" is invalid for option "size"');const p=new i(_);return Object.setPrototypeOf(p,a.prototype),p}function a(_,p,h){if(typeof _=="number"){if(typeof p=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return E(_)}return f(_,p,h)}a.poolSize=8192;function f(_,p,h){if(typeof _=="string")return w(_,p);if(s.isView(_))return S(_);if(_==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof _);if(et(_,s)||_&&et(_.buffer,s)||typeof l<"u"&&(et(_,l)||_&&et(_.buffer,l)))return m(_,p,h);if(typeof _=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const O=_.valueOf&&_.valueOf();if(O!=null&&O!==_)return a.from(O,p,h);const M=g(_);if(M)return M;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof _[Symbol.toPrimitive]=="function")return a.from(_[Symbol.toPrimitive]("string"),p,h);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof _)}a.from=function(_,p,h){return f(_,p,h)},Object.setPrototypeOf(a.prototype,i.prototype),Object.setPrototypeOf(a,i);function d(_){if(typeof _!="number")throw new TypeError('"size" argument must be of type number');if(_<0)throw new RangeError('The value "'+_+'" is invalid for option "size"')}function b(_,p,h){return d(_),_<=0?u(_):p!==void 0?typeof h=="string"?u(_).fill(p,h):u(_).fill(p):u(_)}a.alloc=function(_,p,h){return b(_,p,h)};function E(_){return d(_),u(_<0?0:v(_)|0)}a.allocUnsafe=function(_){return E(_)},a.allocUnsafeSlow=function(_){return E(_)};function w(_,p){if((typeof p!="string"||p==="")&&(p="utf8"),!a.isEncoding(p))throw new TypeError("Unknown encoding: "+p);const h=A(_,p)|0;let O=u(h);const M=O.write(_,p);return M!==h&&(O=O.slice(0,M)),O}function R(_){const p=_.length<0?0:v(_.length)|0,h=u(p);for(let O=0;O<p;O+=1)h[O]=_[O]&255;return h}function S(_){if(et(_,i)){const p=new i(_);return m(p.buffer,p.byteOffset,p.byteLength)}return R(_)}function m(_,p,h){if(p<0||_.byteLength<p)throw new RangeError('"offset" is outside of buffer bounds');if(_.byteLength<p+(h||0))throw new RangeError('"length" is outside of buffer bounds');let O;return p===void 0&&h===void 0?O=new i(_):h===void 0?O=new i(_,p):O=new i(_,p,h),Object.setPrototypeOf(O,a.prototype),O}function g(_){if(a.isBuffer(_)){const p=v(_.length)|0,h=u(p);return h.length===0||_.copy(h,0,0,p),h}if(_.length!==void 0)return typeof _.length!="number"||Ut(_.length)?u(0):R(_);if(_.type==="Buffer"&&Array.isArray(_.data))return R(_.data)}function v(_){if(_>=o)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o.toString(16)+" bytes");return _|0}function T(_){return+_!=_&&(_=0),a.alloc(+_)}a.isBuffer=function(p){return p!=null&&p._isBuffer===!0&&p!==a.prototype},a.compare=function(p,h){if(et(p,i)&&(p=a.from(p,p.offset,p.byteLength)),et(h,i)&&(h=a.from(h,h.offset,h.byteLength)),!a.isBuffer(p)||!a.isBuffer(h))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(p===h)return 0;let O=p.length,M=h.length;for(let G=0,re=Math.min(O,M);G<re;++G)if(p[G]!==h[G]){O=p[G],M=h[G];break}return O<M?-1:M<O?1:0},a.isEncoding=function(p){switch(String(p).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(p,h){if(!Array.isArray(p))throw new TypeError('"list" argument must be an Array of Buffers');if(p.length===0)return a.alloc(0);let O;if(h===void 0)for(h=0,O=0;O<p.length;++O)h+=p[O].length;const M=a.allocUnsafe(h);let G=0;for(O=0;O<p.length;++O){let re=p[O];if(et(re,i))G+re.length>M.length?(a.isBuffer(re)||(re=a.from(re)),re.copy(M,G)):i.prototype.set.call(M,re,G);else if(a.isBuffer(re))re.copy(M,G);else throw new TypeError('"list" argument must be an Array of Buffers');G+=re.length}return M};function A(_,p){if(a.isBuffer(_))return _.length;if(s.isView(_)||et(_,s))return _.byteLength;if(typeof _!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof _);const h=_.length,O=arguments.length>2&&arguments[2]===!0;if(!O&&h===0)return 0;let M=!1;for(;;)switch(p){case"ascii":case"latin1":case"binary":return h;case"utf8":case"utf-8":return Le(_).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return h*2;case"hex":return h>>>1;case"base64":return Ze(_).length;default:if(M)return O?-1:Le(_).length;p=(""+p).toLowerCase(),M=!0}}a.byteLength=A;function F(_,p,h){let O=!1;if((p===void 0||p<0)&&(p=0),p>this.length||((h===void 0||h>this.length)&&(h=this.length),h<=0)||(h>>>=0,p>>>=0,h<=p))return"";for(_||(_="utf8");;)switch(_){case"hex":return ne(this,p,h);case"utf8":case"utf-8":return ce(this,p,h);case"ascii":return Se(this,p,h);case"latin1":case"binary":return Ae(this,p,h);case"base64":return J(this,p,h);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ae(this,p,h);default:if(O)throw new TypeError("Unknown encoding: "+_);_=(_+"").toLowerCase(),O=!0}}a.prototype._isBuffer=!0;function C(_,p,h){const O=_[p];_[p]=_[h],_[h]=O}a.prototype.swap16=function(){const p=this.length;if(p%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let h=0;h<p;h+=2)C(this,h,h+1);return this},a.prototype.swap32=function(){const p=this.length;if(p%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let h=0;h<p;h+=4)C(this,h,h+3),C(this,h+1,h+2);return this},a.prototype.swap64=function(){const p=this.length;if(p%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let h=0;h<p;h+=8)C(this,h,h+7),C(this,h+1,h+6),C(this,h+2,h+5),C(this,h+3,h+4);return this},a.prototype.toString=function(){const p=this.length;return p===0?"":arguments.length===0?ce(this,0,p):F.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(p){if(!a.isBuffer(p))throw new TypeError("Argument must be a Buffer");return this===p?!0:a.compare(this,p)===0},a.prototype.inspect=function(){let p="";const h=e.INSPECT_MAX_BYTES;return p=this.toString("hex",0,h).replace(/(.{2})/g,"$1 ").trim(),this.length>h&&(p+=" ... "),"<Buffer "+p+">"},n&&(a.prototype[n]=a.prototype.inspect),a.prototype.compare=function(p,h,O,M,G){if(et(p,i)&&(p=a.from(p,p.offset,p.byteLength)),!a.isBuffer(p))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof p);if(h===void 0&&(h=0),O===void 0&&(O=p?p.length:0),M===void 0&&(M=0),G===void 0&&(G=this.length),h<0||O>p.length||M<0||G>this.length)throw new RangeError("out of range index");if(M>=G&&h>=O)return 0;if(M>=G)return-1;if(h>=O)return 1;if(h>>>=0,O>>>=0,M>>>=0,G>>>=0,this===p)return 0;let re=G-M,$e=O-h;const He=Math.min(re,$e),Re=this.slice(M,G),xe=p.slice(h,O);for(let De=0;De<He;++De)if(Re[De]!==xe[De]){re=Re[De],$e=xe[De];break}return re<$e?-1:$e<re?1:0};function I(_,p,h,O,M){if(_.length===0)return-1;if(typeof h=="string"?(O=h,h=0):h>2147483647?h=2147483647:h<-2147483648&&(h=-2147483648),h=+h,Ut(h)&&(h=M?0:_.length-1),h<0&&(h=_.length+h),h>=_.length){if(M)return-1;h=_.length-1}else if(h<0)if(M)h=0;else return-1;if(typeof p=="string"&&(p=a.from(p,O)),a.isBuffer(p))return p.length===0?-1:L(_,p,h,O,M);if(typeof p=="number")return p=p&255,typeof i.prototype.indexOf=="function"?M?i.prototype.indexOf.call(_,p,h):i.prototype.lastIndexOf.call(_,p,h):L(_,[p],h,O,M);throw new TypeError("val must be string, number or Buffer")}function L(_,p,h,O,M){let G=1,re=_.length,$e=p.length;if(O!==void 0&&(O=String(O).toLowerCase(),O==="ucs2"||O==="ucs-2"||O==="utf16le"||O==="utf-16le")){if(_.length<2||p.length<2)return-1;G=2,re/=2,$e/=2,h/=2}function He(xe,De){return G===1?xe[De]:xe.readUInt16BE(De*G)}let Re;if(M){let xe=-1;for(Re=h;Re<re;Re++)if(He(_,Re)===He(p,xe===-1?0:Re-xe)){if(xe===-1&&(xe=Re),Re-xe+1===$e)return xe*G}else xe!==-1&&(Re-=Re-xe),xe=-1}else for(h+$e>re&&(h=re-$e),Re=h;Re>=0;Re--){let xe=!0;for(let De=0;De<$e;De++)if(He(_,Re+De)!==He(p,De)){xe=!1;break}if(xe)return Re}return-1}a.prototype.includes=function(p,h,O){return this.indexOf(p,h,O)!==-1},a.prototype.indexOf=function(p,h,O){return I(this,p,h,O,!0)},a.prototype.lastIndexOf=function(p,h,O){return I(this,p,h,O,!1)};function B(_,p,h,O){h=Number(h)||0;const M=_.length-h;O?(O=Number(O),O>M&&(O=M)):O=M;const G=p.length;O>G/2&&(O=G/2);let re;for(re=0;re<O;++re){const $e=parseInt(p.substr(re*2,2),16);if(Ut($e))return re;_[h+re]=$e}return re}function $(_,p,h,O){return vt(Le(p,_.length-h),_,h,O)}function D(_,p,h,O){return vt(qe(p),_,h,O)}function H(_,p,h,O){return vt(Ze(p),_,h,O)}function ee(_,p,h,O){return vt(ze(p,_.length-h),_,h,O)}a.prototype.write=function(p,h,O,M){if(h===void 0)M="utf8",O=this.length,h=0;else if(O===void 0&&typeof h=="string")M=h,O=this.length,h=0;else if(isFinite(h))h=h>>>0,isFinite(O)?(O=O>>>0,M===void 0&&(M="utf8")):(M=O,O=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const G=this.length-h;if((O===void 0||O>G)&&(O=G),p.length>0&&(O<0||h<0)||h>this.length)throw new RangeError("Attempt to write outside buffer bounds");M||(M="utf8");let re=!1;for(;;)switch(M){case"hex":return B(this,p,h,O);case"utf8":case"utf-8":return $(this,p,h,O);case"ascii":case"latin1":case"binary":return D(this,p,h,O);case"base64":return H(this,p,h,O);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ee(this,p,h,O);default:if(re)throw new TypeError("Unknown encoding: "+M);M=(""+M).toLowerCase(),re=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function J(_,p,h){return p===0&&h===_.length?t.fromByteArray(_):t.fromByteArray(_.slice(p,h))}function ce(_,p,h){h=Math.min(_.length,h);const O=[];let M=p;for(;M<h;){const G=_[M];let re=null,$e=G>239?4:G>223?3:G>191?2:1;if(M+$e<=h){let He,Re,xe,De;switch($e){case 1:G<128&&(re=G);break;case 2:He=_[M+1],(He&192)===128&&(De=(G&31)<<6|He&63,De>127&&(re=De));break;case 3:He=_[M+1],Re=_[M+2],(He&192)===128&&(Re&192)===128&&(De=(G&15)<<12|(He&63)<<6|Re&63,De>2047&&(De<55296||De>57343)&&(re=De));break;case 4:He=_[M+1],Re=_[M+2],xe=_[M+3],(He&192)===128&&(Re&192)===128&&(xe&192)===128&&(De=(G&15)<<18|(He&63)<<12|(Re&63)<<6|xe&63,De>65535&&De<1114112&&(re=De))}}re===null?(re=65533,$e=1):re>65535&&(re-=65536,O.push(re>>>10&1023|55296),re=56320|re&1023),O.push(re),M+=$e}return de(O)}const be=4096;function de(_){const p=_.length;if(p<=be)return String.fromCharCode.apply(String,_);let h="",O=0;for(;O<p;)h+=String.fromCharCode.apply(String,_.slice(O,O+=be));return h}function Se(_,p,h){let O="";h=Math.min(_.length,h);for(let M=p;M<h;++M)O+=String.fromCharCode(_[M]&127);return O}function Ae(_,p,h){let O="";h=Math.min(_.length,h);for(let M=p;M<h;++M)O+=String.fromCharCode(_[M]);return O}function ne(_,p,h){const O=_.length;(!p||p<0)&&(p=0),(!h||h<0||h>O)&&(h=O);let M="";for(let G=p;G<h;++G)M+=nr[_[G]];return M}function ae(_,p,h){const O=_.slice(p,h);let M="";for(let G=0;G<O.length-1;G+=2)M+=String.fromCharCode(O[G]+O[G+1]*256);return M}a.prototype.slice=function(p,h){const O=this.length;p=~~p,h=h===void 0?O:~~h,p<0?(p+=O,p<0&&(p=0)):p>O&&(p=O),h<0?(h+=O,h<0&&(h=0)):h>O&&(h=O),h<p&&(h=p);const M=this.subarray(p,h);return Object.setPrototypeOf(M,a.prototype),M};function le(_,p,h){if(_%1!==0||_<0)throw new RangeError("offset is not uint");if(_+p>h)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p],G=1,re=0;for(;++re<h&&(G*=256);)M+=this[p+re]*G;return M},a.prototype.readUintBE=a.prototype.readUIntBE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p+--h],G=1;for(;h>0&&(G*=256);)M+=this[p+--h]*G;return M},a.prototype.readUint8=a.prototype.readUInt8=function(p,h){return p=p>>>0,h||le(p,1,this.length),this[p]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(p,h){return p=p>>>0,h||le(p,2,this.length),this[p]|this[p+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(p,h){return p=p>>>0,h||le(p,2,this.length),this[p]<<8|this[p+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(p,h){return p=p>>>0,h||le(p,4,this.length),(this[p]|this[p+1]<<8|this[p+2]<<16)+this[p+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]*16777216+(this[p+1]<<16|this[p+2]<<8|this[p+3])},a.prototype.readBigUInt64LE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=h+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24,G=this[++p]+this[++p]*2**8+this[++p]*2**16+O*2**24;return BigInt(M)+(BigInt(G)<<BigInt(32))}),a.prototype.readBigUInt64BE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=h*2**24+this[++p]*2**16+this[++p]*2**8+this[++p],G=this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+O;return(BigInt(M)<<BigInt(32))+BigInt(G)}),a.prototype.readIntLE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=this[p],G=1,re=0;for(;++re<h&&(G*=256);)M+=this[p+re]*G;return G*=128,M>=G&&(M-=Math.pow(2,8*h)),M},a.prototype.readIntBE=function(p,h,O){p=p>>>0,h=h>>>0,O||le(p,h,this.length);let M=h,G=1,re=this[p+--M];for(;M>0&&(G*=256);)re+=this[p+--M]*G;return G*=128,re>=G&&(re-=Math.pow(2,8*h)),re},a.prototype.readInt8=function(p,h){return p=p>>>0,h||le(p,1,this.length),this[p]&128?(255-this[p]+1)*-1:this[p]},a.prototype.readInt16LE=function(p,h){p=p>>>0,h||le(p,2,this.length);const O=this[p]|this[p+1]<<8;return O&32768?O|4294901760:O},a.prototype.readInt16BE=function(p,h){p=p>>>0,h||le(p,2,this.length);const O=this[p+1]|this[p]<<8;return O&32768?O|4294901760:O},a.prototype.readInt32LE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]|this[p+1]<<8|this[p+2]<<16|this[p+3]<<24},a.prototype.readInt32BE=function(p,h){return p=p>>>0,h||le(p,4,this.length),this[p]<<24|this[p+1]<<16|this[p+2]<<8|this[p+3]},a.prototype.readBigInt64LE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=this[p+4]+this[p+5]*2**8+this[p+6]*2**16+(O<<24);return(BigInt(M)<<BigInt(32))+BigInt(h+this[++p]*2**8+this[++p]*2**16+this[++p]*2**24)}),a.prototype.readBigInt64BE=lt(function(p){p=p>>>0,Fe(p,"offset");const h=this[p],O=this[p+7];(h===void 0||O===void 0)&&Pe(p,this.length-8);const M=(h<<24)+this[++p]*2**16+this[++p]*2**8+this[++p];return(BigInt(M)<<BigInt(32))+BigInt(this[++p]*2**24+this[++p]*2**16+this[++p]*2**8+O)}),a.prototype.readFloatLE=function(p,h){return p=p>>>0,h||le(p,4,this.length),r.read(this,p,!0,23,4)},a.prototype.readFloatBE=function(p,h){return p=p>>>0,h||le(p,4,this.length),r.read(this,p,!1,23,4)},a.prototype.readDoubleLE=function(p,h){return p=p>>>0,h||le(p,8,this.length),r.read(this,p,!0,52,8)},a.prototype.readDoubleBE=function(p,h){return p=p>>>0,h||le(p,8,this.length),r.read(this,p,!1,52,8)};function oe(_,p,h,O,M,G){if(!a.isBuffer(_))throw new TypeError('"buffer" argument must be a Buffer instance');if(p>M||p<G)throw new RangeError('"value" argument is out of bounds');if(h+O>_.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(p,h,O,M){if(p=+p,h=h>>>0,O=O>>>0,!M){const $e=Math.pow(2,8*O)-1;oe(this,p,h,O,$e,0)}let G=1,re=0;for(this[h]=p&255;++re<O&&(G*=256);)this[h+re]=p/G&255;return h+O},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(p,h,O,M){if(p=+p,h=h>>>0,O=O>>>0,!M){const $e=Math.pow(2,8*O)-1;oe(this,p,h,O,$e,0)}let G=O-1,re=1;for(this[h+G]=p&255;--G>=0&&(re*=256);)this[h+G]=p/re&255;return h+O},a.prototype.writeUint8=a.prototype.writeUInt8=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,1,255,0),this[h]=p&255,h+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,65535,0),this[h]=p&255,this[h+1]=p>>>8,h+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,65535,0),this[h]=p>>>8,this[h+1]=p&255,h+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,4294967295,0),this[h+3]=p>>>24,this[h+2]=p>>>16,this[h+1]=p>>>8,this[h]=p&255,h+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,4294967295,0),this[h]=p>>>24,this[h+1]=p>>>16,this[h+2]=p>>>8,this[h+3]=p&255,h+4};function Q(_,p,h,O,M){Be(p,O,M,_,h,7);let G=Number(p&BigInt(4294967295));_[h++]=G,G=G>>8,_[h++]=G,G=G>>8,_[h++]=G,G=G>>8,_[h++]=G;let re=Number(p>>BigInt(32)&BigInt(4294967295));return _[h++]=re,re=re>>8,_[h++]=re,re=re>>8,_[h++]=re,re=re>>8,_[h++]=re,h}function x(_,p,h,O,M){Be(p,O,M,_,h,7);let G=Number(p&BigInt(4294967295));_[h+7]=G,G=G>>8,_[h+6]=G,G=G>>8,_[h+5]=G,G=G>>8,_[h+4]=G;let re=Number(p>>BigInt(32)&BigInt(4294967295));return _[h+3]=re,re=re>>8,_[h+2]=re,re=re>>8,_[h+1]=re,re=re>>8,_[h]=re,h+8}a.prototype.writeBigUInt64LE=lt(function(p,h=0){return Q(this,p,h,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeBigUInt64BE=lt(function(p,h=0){return x(this,p,h,BigInt(0),BigInt("0xffffffffffffffff"))}),a.prototype.writeIntLE=function(p,h,O,M){if(p=+p,h=h>>>0,!M){const He=Math.pow(2,8*O-1);oe(this,p,h,O,He-1,-He)}let G=0,re=1,$e=0;for(this[h]=p&255;++G<O&&(re*=256);)p<0&&$e===0&&this[h+G-1]!==0&&($e=1),this[h+G]=(p/re>>0)-$e&255;return h+O},a.prototype.writeIntBE=function(p,h,O,M){if(p=+p,h=h>>>0,!M){const He=Math.pow(2,8*O-1);oe(this,p,h,O,He-1,-He)}let G=O-1,re=1,$e=0;for(this[h+G]=p&255;--G>=0&&(re*=256);)p<0&&$e===0&&this[h+G+1]!==0&&($e=1),this[h+G]=(p/re>>0)-$e&255;return h+O},a.prototype.writeInt8=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,1,127,-128),p<0&&(p=255+p+1),this[h]=p&255,h+1},a.prototype.writeInt16LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,32767,-32768),this[h]=p&255,this[h+1]=p>>>8,h+2},a.prototype.writeInt16BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,2,32767,-32768),this[h]=p>>>8,this[h+1]=p&255,h+2},a.prototype.writeInt32LE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,2147483647,-2147483648),this[h]=p&255,this[h+1]=p>>>8,this[h+2]=p>>>16,this[h+3]=p>>>24,h+4},a.prototype.writeInt32BE=function(p,h,O){return p=+p,h=h>>>0,O||oe(this,p,h,4,2147483647,-2147483648),p<0&&(p=4294967295+p+1),this[h]=p>>>24,this[h+1]=p>>>16,this[h+2]=p>>>8,this[h+3]=p&255,h+4},a.prototype.writeBigInt64LE=lt(function(p,h=0){return Q(this,p,h,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),a.prototype.writeBigInt64BE=lt(function(p,h=0){return x(this,p,h,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function k(_,p,h,O,M,G){if(h+O>_.length)throw new RangeError("Index out of range");if(h<0)throw new RangeError("Index out of range")}function X(_,p,h,O,M){return p=+p,h=h>>>0,M||k(_,p,h,4),r.write(_,p,h,O,23,4),h+4}a.prototype.writeFloatLE=function(p,h,O){return X(this,p,h,!0,O)},a.prototype.writeFloatBE=function(p,h,O){return X(this,p,h,!1,O)};function W(_,p,h,O,M){return p=+p,h=h>>>0,M||k(_,p,h,8),r.write(_,p,h,O,52,8),h+8}a.prototype.writeDoubleLE=function(p,h,O){return W(this,p,h,!0,O)},a.prototype.writeDoubleBE=function(p,h,O){return W(this,p,h,!1,O)},a.prototype.copy=function(p,h,O,M){if(!a.isBuffer(p))throw new TypeError("argument should be a Buffer");if(O||(O=0),!M&&M!==0&&(M=this.length),h>=p.length&&(h=p.length),h||(h=0),M>0&&M<O&&(M=O),M===O||p.length===0||this.length===0)return 0;if(h<0)throw new RangeError("targetStart out of bounds");if(O<0||O>=this.length)throw new RangeError("Index out of range");if(M<0)throw new RangeError("sourceEnd out of bounds");M>this.length&&(M=this.length),p.length-h<M-O&&(M=p.length-h+O);const G=M-O;return this===p&&typeof i.prototype.copyWithin=="function"?this.copyWithin(h,O,M):i.prototype.set.call(p,this.subarray(O,M),h),G},a.prototype.fill=function(p,h,O,M){if(typeof p=="string"){if(typeof h=="string"?(M=h,h=0,O=this.length):typeof O=="string"&&(M=O,O=this.length),M!==void 0&&typeof M!="string")throw new TypeError("encoding must be a string");if(typeof M=="string"&&!a.isEncoding(M))throw new TypeError("Unknown encoding: "+M);if(p.length===1){const re=p.charCodeAt(0);(M==="utf8"&&re<128||M==="latin1")&&(p=re)}}else typeof p=="number"?p=p&255:typeof p=="boolean"&&(p=Number(p));if(h<0||this.length<h||this.length<O)throw new RangeError("Out of range index");if(O<=h)return this;h=h>>>0,O=O===void 0?this.length:O>>>0,p||(p=0);let G;if(typeof p=="number")for(G=h;G<O;++G)this[G]=p;else{const re=a.isBuffer(p)?p:a.from(p,M),$e=re.length;if($e===0)throw new TypeError('The value "'+p+'" is invalid for argument "value"');for(G=0;G<O-h;++G)this[G+h]=re[G%$e]}return this};const U={};function z(_,p,h){U[_]=class extends h{constructor(){super(),Object.defineProperty(this,"message",{value:p.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${_}]`,this.stack,delete this.name}get code(){return _}set code(M){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:M,writable:!0})}toString(){return`${this.name} [${_}]: ${this.message}`}}}z("ERR_BUFFER_OUT_OF_BOUNDS",function(_){return _?`${_} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),z("ERR_INVALID_ARG_TYPE",function(_,p){return`The "${_}" argument must be of type number. Received type ${typeof p}`},TypeError),z("ERR_OUT_OF_RANGE",function(_,p,h){let O=`The value of "${_}" is out of range.`,M=h;return Number.isInteger(h)&&Math.abs(h)>2**32?M=fe(String(h)):typeof h=="bigint"&&(M=String(h),(h>BigInt(2)**BigInt(32)||h<-(BigInt(2)**BigInt(32)))&&(M=fe(M)),M+="n"),O+=` It must be ${p}. Received ${M}`,O},RangeError);function fe(_){let p="",h=_.length;const O=_[0]==="-"?1:0;for(;h>=O+4;h-=3)p=`_${_.slice(h-3,h)}${p}`;return`${_.slice(0,h)}${p}`}function _e(_,p,h){Fe(p,"offset"),(_[p]===void 0||_[p+h]===void 0)&&Pe(p,_.length-(h+1))}function Be(_,p,h,O,M,G){if(_>h||_<p){const re=typeof p=="bigint"?"n":"";let $e;throw p===0||p===BigInt(0)?$e=`>= 0${re} and < 2${re} ** ${(G+1)*8}${re}`:$e=`>= -(2${re} ** ${(G+1)*8-1}${re}) and < 2 ** ${(G+1)*8-1}${re}`,new U.ERR_OUT_OF_RANGE("value",$e,_)}_e(O,M,G)}function Fe(_,p){if(typeof _!="number")throw new U.ERR_INVALID_ARG_TYPE(p,"number",_)}function Pe(_,p,h){throw Math.floor(_)!==_?(Fe(_,h),new U.ERR_OUT_OF_RANGE("offset","an integer",_)):p<0?new U.ERR_BUFFER_OUT_OF_BOUNDS:new U.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${p}`,_)}const je=/[^+/0-9A-Za-z-_]/g;function te(_){if(_=_.split("=")[0],_=_.trim().replace(je,""),_.length<2)return"";for(;_.length%4!==0;)_=_+"=";return _}function Le(_,p){p=p||1/0;let h;const O=_.length;let M=null;const G=[];for(let re=0;re<O;++re){if(h=_.charCodeAt(re),h>55295&&h<57344){if(!M){if(h>56319){(p-=3)>-1&&G.push(239,191,189);continue}else if(re+1===O){(p-=3)>-1&&G.push(239,191,189);continue}M=h;continue}if(h<56320){(p-=3)>-1&&G.push(239,191,189),M=h;continue}h=(M-55296<<10|h-56320)+65536}else M&&(p-=3)>-1&&G.push(239,191,189);if(M=null,h<128){if((p-=1)<0)break;G.push(h)}else if(h<2048){if((p-=2)<0)break;G.push(h>>6|192,h&63|128)}else if(h<65536){if((p-=3)<0)break;G.push(h>>12|224,h>>6&63|128,h&63|128)}else if(h<1114112){if((p-=4)<0)break;G.push(h>>18|240,h>>12&63|128,h>>6&63|128,h&63|128)}else throw new Error("Invalid code point")}return G}function qe(_){const p=[];for(let h=0;h<_.length;++h)p.push(_.charCodeAt(h)&255);return p}function ze(_,p){let h,O,M;const G=[];for(let re=0;re<_.length&&!((p-=2)<0);++re)h=_.charCodeAt(re),O=h>>8,M=h%256,G.push(M),G.push(O);return G}function Ze(_){return t.toByteArray(te(_))}function vt(_,p,h,O){let M;for(M=0;M<O&&!(M+h>=p.length||M>=_.length);++M)p[M+h]=_[M];return M}function et(_,p){return _ instanceof p||_!=null&&_.constructor!=null&&_.constructor.name!=null&&_.constructor.name===p.name}function Ut(_){return _!==_}const nr=function(){const _="0123456789abcdef",p=new Array(256);for(let h=0;h<16;++h){const O=h*16;for(let M=0;M<16;++M)p[O+M]=_[h]+_[M]}return p}();function lt(_){return typeof BigInt>"u"?Ir:_}function Ir(){throw new Error("BigInt not supported")}})(Jh);const As=Jh.Buffer;var ec={},Rs={exports:{}},eg;function tc(){if(eg)return Rs.exports;eg=1;var e=typeof Reflect=="object"?Reflect:null,t=e&&typeof e.apply=="function"?e.apply:function(T,A,F){return Function.prototype.apply.call(T,A,F)},r;e&&typeof e.ownKeys=="function"?r=e.ownKeys:Object.getOwnPropertySymbols?r=function(T){return Object.getOwnPropertyNames(T).concat(Object.getOwnPropertySymbols(T))}:r=function(T){return Object.getOwnPropertyNames(T)};function n(v){console&&console.warn&&console.warn(v)}var o=Number.isNaN||function(T){return T!==T};function i(){i.init.call(this)}Rs.exports=i,Rs.exports.once=S,i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var s=10;function l(v){if(typeof v!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof v)}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(v){if(typeof v!="number"||v<0||o(v))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+v+".");s=v}}),i.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},i.prototype.setMaxListeners=function(T){if(typeof T!="number"||T<0||o(T))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+T+".");return this._maxListeners=T,this};function c(v){return v._maxListeners===void 0?i.defaultMaxListeners:v._maxListeners}i.prototype.getMaxListeners=function(){return c(this)},i.prototype.emit=function(T){for(var A=[],F=1;F<arguments.length;F++)A.push(arguments[F]);var C=T==="error",I=this._events;if(I!==void 0)C=C&&I.error===void 0;else if(!C)return!1;if(C){var L;if(A.length>0&&(L=A[0]),L instanceof Error)throw L;var B=new Error("Unhandled error."+(L?" ("+L.message+")":""));throw B.context=L,B}var $=I[T];if($===void 0)return!1;if(typeof $=="function")t($,this,A);else for(var D=$.length,H=E($,D),F=0;F<D;++F)t(H[F],this,A);return!0};function u(v,T,A,F){var C,I,L;if(l(A),I=v._events,I===void 0?(I=v._events=Object.create(null),v._eventsCount=0):(I.newListener!==void 0&&(v.emit("newListener",T,A.listener?A.listener:A),I=v._events),L=I[T]),L===void 0)L=I[T]=A,++v._eventsCount;else if(typeof L=="function"?L=I[T]=F?[A,L]:[L,A]:F?L.unshift(A):L.push(A),C=c(v),C>0&&L.length>C&&!L.warned){L.warned=!0;var B=new Error("Possible EventEmitter memory leak detected. "+L.length+" "+String(T)+" listeners added. Use emitter.setMaxListeners() to increase limit");B.name="MaxListenersExceededWarning",B.emitter=v,B.type=T,B.count=L.length,n(B)}return v}i.prototype.addListener=function(T,A){return u(this,T,A,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(T,A){return u(this,T,A,!0)};function a(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(v,T,A){var F={fired:!1,wrapFn:void 0,target:v,type:T,listener:A},C=a.bind(F);return C.listener=A,F.wrapFn=C,C}i.prototype.once=function(T,A){return l(A),this.on(T,f(this,T,A)),this},i.prototype.prependOnceListener=function(T,A){return l(A),this.prependListener(T,f(this,T,A)),this},i.prototype.removeListener=function(T,A){var F,C,I,L,B;if(l(A),C=this._events,C===void 0)return this;if(F=C[T],F===void 0)return this;if(F===A||F.listener===A)--this._eventsCount===0?this._events=Object.create(null):(delete C[T],C.removeListener&&this.emit("removeListener",T,F.listener||A));else if(typeof F!="function"){for(I=-1,L=F.length-1;L>=0;L--)if(F[L]===A||F[L].listener===A){B=F[L].listener,I=L;break}if(I<0)return this;I===0?F.shift():w(F,I),F.length===1&&(C[T]=F[0]),C.removeListener!==void 0&&this.emit("removeListener",T,B||A)}return this},i.prototype.off=i.prototype.removeListener,i.prototype.removeAllListeners=function(T){var A,F,C;if(F=this._events,F===void 0)return this;if(F.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):F[T]!==void 0&&(--this._eventsCount===0?this._events=Object.create(null):delete F[T]),this;if(arguments.length===0){var I=Object.keys(F),L;for(C=0;C<I.length;++C)L=I[C],L!=="removeListener"&&this.removeAllListeners(L);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(A=F[T],typeof A=="function")this.removeListener(T,A);else if(A!==void 0)for(C=A.length-1;C>=0;C--)this.removeListener(T,A[C]);return this};function d(v,T,A){var F=v._events;if(F===void 0)return[];var C=F[T];return C===void 0?[]:typeof C=="function"?A?[C.listener||C]:[C]:A?R(C):E(C,C.length)}i.prototype.listeners=function(T){return d(this,T,!0)},i.prototype.rawListeners=function(T){return d(this,T,!1)},i.listenerCount=function(v,T){return typeof v.listenerCount=="function"?v.listenerCount(T):b.call(v,T)},i.prototype.listenerCount=b;function b(v){var T=this._events;if(T!==void 0){var A=T[v];if(typeof A=="function")return 1;if(A!==void 0)return A.length}return 0}i.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]};function E(v,T){for(var A=new Array(T),F=0;F<T;++F)A[F]=v[F];return A}function w(v,T){for(;T+1<v.length;T++)v[T]=v[T+1];v.pop()}function R(v){for(var T=new Array(v.length),A=0;A<T.length;++A)T[A]=v[A].listener||v[A];return T}function S(v,T){return new Promise(function(A,F){function C(L){v.removeListener(T,I),F(L)}function I(){typeof v.removeListener=="function"&&v.removeListener("error",C),A([].slice.call(arguments))}g(v,T,I,{once:!0}),T!=="error"&&m(v,C,{once:!0})})}function m(v,T,A){typeof v.on=="function"&&g(v,"error",T,A)}function g(v,T,A,F){if(typeof v.on=="function")F.once?v.once(T,A):v.on(T,A);else if(typeof v.addEventListener=="function")v.addEventListener(T,function C(I){F.once&&v.removeEventListener(T,C),A(I)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof v)}return Rs.exports}var _s={exports:{}},tg;function Zn(){return tg||(tg=1,typeof Object.create=="function"?_s.exports=function(t,r){r&&(t.super_=r,t.prototype=Object.create(r.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:_s.exports=function(t,r){if(r){t.super_=r;var n=function(){};n.prototype=r.prototype,t.prototype=new n,t.prototype.constructor=t}}),_s.exports}var rc,rg;function ng(){return rg||(rg=1,rc=tc().EventEmitter),rc}var nc={},ig;function Is(){return ig||(ig=1,function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=a,r.toByteArray=d,r.fromByteArray=w;for(var n=[],o=[],i=typeof Uint8Array<"u"?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=0,c=s.length;l<c;++l)n[l]=s[l],o[s.charCodeAt(l)]=l;o[45]=62,o[95]=63;function u(m){var g=m.length;if(g%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var v=m.indexOf("=");v===-1&&(v=g);var T=v===g?0:4-v%4;return[v,T]}function a(m){var g=u(m),v=g[0],T=g[1];return(v+T)*3/4-T}function f(m,g,v){return(g+v)*3/4-v}function d(m){var g,v=u(m),T=v[0],A=v[1],F=new i(f(m,T,A)),C=0,I=A>0?T-4:T,L;for(L=0;L<I;L+=4)g=o[m.charCodeAt(L)]<<18|o[m.charCodeAt(L+1)]<<12|o[m.charCodeAt(L+2)]<<6|o[m.charCodeAt(L+3)],F[C++]=g>>16&255,F[C++]=g>>8&255,F[C++]=g&255;return A===2&&(g=o[m.charCodeAt(L)]<<2|o[m.charCodeAt(L+1)]>>4,F[C++]=g&255),A===1&&(g=o[m.charCodeAt(L)]<<10|o[m.charCodeAt(L+1)]<<4|o[m.charCodeAt(L+2)]>>2,F[C++]=g>>8&255,F[C++]=g&255),F}function b(m){return n[m>>18&63]+n[m>>12&63]+n[m>>6&63]+n[m&63]}function E(m,g,v){for(var T,A=[],F=g;F<v;F+=3)T=(m[F]<<16&16711680)+(m[F+1]<<8&65280)+(m[F+2]&255),A.push(b(T));return A.join("")}function w(m){for(var g,v=m.length,T=v%3,A=[],F=16383,C=0,I=v-T;C<I;C+=F)A.push(E(m,C,C+F>I?I:C+F));return T===1?(g=m[v-1],A.push(n[g>>2]+n[g<<4&63]+"==")):T===2&&(g=(m[v-2]<<8)+m[v-1],A.push(n[g>>10]+n[g>>4&63]+n[g<<2&63]+"=")),A.join("")}var R={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */R.read=function(m,g,v,T,A){var F,C,I=A*8-T-1,L=(1<<I)-1,B=L>>1,$=-7,D=v?A-1:0,H=v?-1:1,ee=m[g+D];for(D+=H,F=ee&(1<<-$)-1,ee>>=-$,$+=I;$>0;F=F*256+m[g+D],D+=H,$-=8);for(C=F&(1<<-$)-1,F>>=-$,$+=T;$>0;C=C*256+m[g+D],D+=H,$-=8);if(F===0)F=1-B;else{if(F===L)return C?NaN:(ee?-1:1)*(1/0);C=C+Math.pow(2,T),F=F-B}return(ee?-1:1)*C*Math.pow(2,F-T)},R.write=function(m,g,v,T,A,F){var C,I,L,B=F*8-A-1,$=(1<<B)-1,D=$>>1,H=A===23?Math.pow(2,-24)-Math.pow(2,-77):0,ee=T?0:F-1,J=T?1:-1,ce=g<0||g===0&&1/g<0?1:0;for(g=Math.abs(g),isNaN(g)||g===1/0?(I=isNaN(g)?1:0,C=$):(C=Math.floor(Math.log(g)/Math.LN2),g*(L=Math.pow(2,-C))<1&&(C--,L*=2),C+D>=1?g+=H/L:g+=H*Math.pow(2,1-D),g*L>=2&&(C++,L/=2),C+D>=$?(I=0,C=$):C+D>=1?(I=(g*L-1)*Math.pow(2,A),C=C+D):(I=g*Math.pow(2,D-1)*Math.pow(2,A),C=0));A>=8;m[v+ee]=I&255,ee+=J,I/=256,A-=8);for(C=C<<A|I,B+=A;B>0;m[v+ee]=C&255,ee+=J,C/=256,B-=8);m[v+ee-J]|=ce*128};/*!
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*/(function(m){const g=r,v=R,T=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;m.Buffer=$,m.SlowBuffer=ae,m.INSPECT_MAX_BYTES=50;const A=2147483647;m.kMaxLength=A;const{Uint8Array:F,ArrayBuffer:C,SharedArrayBuffer:I}=globalThis;$.TYPED_ARRAY_SUPPORT=L(),!$.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function L(){try{const q=new F(1),P={foo:function(){return 42}};return Object.setPrototypeOf(P,F.prototype),Object.setPrototypeOf(q,P),q.foo()===42}catch{return!1}}Object.defineProperty($.prototype,"parent",{enumerable:!0,get:function(){if($.isBuffer(this))return this.buffer}}),Object.defineProperty($.prototype,"offset",{enumerable:!0,get:function(){if($.isBuffer(this))return this.byteOffset}});function B(q){if(q>A)throw new RangeError('The value "'+q+'" is invalid for option "size"');const P=new F(q);return Object.setPrototypeOf(P,$.prototype),P}function $(q,P,N){if(typeof q=="number"){if(typeof P=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return J(q)}return D(q,P,N)}$.poolSize=8192;function D(q,P,N){if(typeof q=="string")return ce(q,P);if(C.isView(q))return de(q);if(q==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof q);if(on(q,C)||q&&on(q.buffer,C)||typeof I<"u"&&(on(q,I)||q&&on(q.buffer,I)))return Se(q,P,N);if(typeof q=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const Y=q.valueOf&&q.valueOf();if(Y!=null&&Y!==q)return $.from(Y,P,N);const se=Ae(q);if(se)return se;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof q[Symbol.toPrimitive]=="function")return $.from(q[Symbol.toPrimitive]("string"),P,N);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof q)}$.from=function(q,P,N){return D(q,P,N)},Object.setPrototypeOf($.prototype,F.prototype),Object.setPrototypeOf($,F);function H(q){if(typeof q!="number")throw new TypeError('"size" argument must be of type number');if(q<0)throw new RangeError('The value "'+q+'" is invalid for option "size"')}function ee(q,P,N){return H(q),q<=0?B(q):P!==void 0?typeof N=="string"?B(q).fill(P,N):B(q).fill(P):B(q)}$.alloc=function(q,P,N){return ee(q,P,N)};function J(q){return H(q),B(q<0?0:ne(q)|0)}$.allocUnsafe=function(q){return J(q)},$.allocUnsafeSlow=function(q){return J(q)};function ce(q,P){if((typeof P!="string"||P==="")&&(P="utf8"),!$.isEncoding(P))throw new TypeError("Unknown encoding: "+P);const N=le(q,P)|0;let Y=B(N);const se=Y.write(q,P);return se!==N&&(Y=Y.slice(0,se)),Y}function be(q){const P=q.length<0?0:ne(q.length)|0,N=B(P);for(let Y=0;Y<P;Y+=1)N[Y]=q[Y]&255;return N}function de(q){if(on(q,F)){const P=new F(q);return Se(P.buffer,P.byteOffset,P.byteLength)}return be(q)}function Se(q,P,N){if(P<0||q.byteLength<P)throw new RangeError('"offset" is outside of buffer bounds');if(q.byteLength<P+(N||0))throw new RangeError('"length" is outside of buffer bounds');let Y;return P===void 0&&N===void 0?Y=new F(q):N===void 0?Y=new F(q,P):Y=new F(q,P,N),Object.setPrototypeOf(Y,$.prototype),Y}function Ae(q){if($.isBuffer(q)){const P=ne(q.length)|0,N=B(P);return N.length===0||q.copy(N,0,0,P),N}if(q.length!==void 0)return typeof q.length!="number"||td(q.length)?B(0):be(q);if(q.type==="Buffer"&&Array.isArray(q.data))return be(q.data)}function ne(q){if(q>=A)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+A.toString(16)+" bytes");return q|0}function ae(q){return+q!=q&&(q=0),$.alloc(+q)}$.isBuffer=function(P){return P!=null&&P._isBuffer===!0&&P!==$.prototype},$.compare=function(P,N){if(on(P,F)&&(P=$.from(P,P.offset,P.byteLength)),on(N,F)&&(N=$.from(N,N.offset,N.byteLength)),!$.isBuffer(P)||!$.isBuffer(N))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(P===N)return 0;let Y=P.length,se=N.length;for(let ge=0,Ie=Math.min(Y,se);ge<Ie;++ge)if(P[ge]!==N[ge]){Y=P[ge],se=N[ge];break}return Y<se?-1:se<Y?1:0},$.isEncoding=function(P){switch(String(P).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},$.concat=function(P,N){if(!Array.isArray(P))throw new TypeError('"list" argument must be an Array of Buffers');if(P.length===0)return $.alloc(0);let Y;if(N===void 0)for(N=0,Y=0;Y<P.length;++Y)N+=P[Y].length;const se=$.allocUnsafe(N);let ge=0;for(Y=0;Y<P.length;++Y){let Ie=P[Y];if(on(Ie,F))ge+Ie.length>se.length?($.isBuffer(Ie)||(Ie=$.from(Ie)),Ie.copy(se,ge)):F.prototype.set.call(se,Ie,ge);else if($.isBuffer(Ie))Ie.copy(se,ge);else throw new TypeError('"list" argument must be an Array of Buffers');ge+=Ie.length}return se};function le(q,P){if($.isBuffer(q))return q.length;if(C.isView(q)||on(q,C))return q.byteLength;if(typeof q!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof q);const N=q.length,Y=arguments.length>2&&arguments[2]===!0;if(!Y&&N===0)return 0;let se=!1;for(;;)switch(P){case"ascii":case"latin1":case"binary":return N;case"utf8":case"utf-8":return He(q).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return N*2;case"hex":return N>>>1;case"base64":return De(q).length;default:if(se)return Y?-1:He(q).length;P=(""+P).toLowerCase(),se=!0}}$.byteLength=le;function oe(q,P,N){let Y=!1;if((P===void 0||P<0)&&(P=0),P>this.length||((N===void 0||N>this.length)&&(N=this.length),N<=0)||(N>>>=0,P>>>=0,N<=P))return"";for(q||(q="utf8");;)switch(q){case"hex":return Le(this,P,N);case"utf8":case"utf-8":return Be(this,P,N);case"ascii":return je(this,P,N);case"latin1":case"binary":return te(this,P,N);case"base64":return _e(this,P,N);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return qe(this,P,N);default:if(Y)throw new TypeError("Unknown encoding: "+q);q=(q+"").toLowerCase(),Y=!0}}$.prototype._isBuffer=!0;function Q(q,P,N){const Y=q[P];q[P]=q[N],q[N]=Y}$.prototype.swap16=function(){const P=this.length;if(P%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let N=0;N<P;N+=2)Q(this,N,N+1);return this},$.prototype.swap32=function(){const P=this.length;if(P%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let N=0;N<P;N+=4)Q(this,N,N+3),Q(this,N+1,N+2);return this},$.prototype.swap64=function(){const P=this.length;if(P%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let N=0;N<P;N+=8)Q(this,N,N+7),Q(this,N+1,N+6),Q(this,N+2,N+5),Q(this,N+3,N+4);return this},$.prototype.toString=function(){const P=this.length;return P===0?"":arguments.length===0?Be(this,0,P):oe.apply(this,arguments)},$.prototype.toLocaleString=$.prototype.toString,$.prototype.equals=function(P){if(!$.isBuffer(P))throw new TypeError("Argument must be a Buffer");return this===P?!0:$.compare(this,P)===0},$.prototype.inspect=function(){let P="";const N=m.INSPECT_MAX_BYTES;return P=this.toString("hex",0,N).replace(/(.{2})/g,"$1 ").trim(),this.length>N&&(P+=" ... "),"<Buffer "+P+">"},T&&($.prototype[T]=$.prototype.inspect),$.prototype.compare=function(P,N,Y,se,ge){if(on(P,F)&&(P=$.from(P,P.offset,P.byteLength)),!$.isBuffer(P))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof P);if(N===void 0&&(N=0),Y===void 0&&(Y=P?P.length:0),se===void 0&&(se=0),ge===void 0&&(ge=this.length),N<0||Y>P.length||se<0||ge>this.length)throw new RangeError("out of range index");if(se>=ge&&N>=Y)return 0;if(se>=ge)return-1;if(N>=Y)return 1;if(N>>>=0,Y>>>=0,se>>>=0,ge>>>=0,this===P)return 0;let Ie=ge-se,rt=Y-N;const Pt=Math.min(Ie,rt),Rt=this.slice(se,ge),xt=P.slice(N,Y);for(let pt=0;pt<Pt;++pt)if(Rt[pt]!==xt[pt]){Ie=Rt[pt],rt=xt[pt];break}return Ie<rt?-1:rt<Ie?1:0};function x(q,P,N,Y,se){if(q.length===0)return-1;if(typeof N=="string"?(Y=N,N=0):N>2147483647?N=2147483647:N<-2147483648&&(N=-2147483648),N=+N,td(N)&&(N=se?0:q.length-1),N<0&&(N=q.length+N),N>=q.length){if(se)return-1;N=q.length-1}else if(N<0)if(se)N=0;else return-1;if(typeof P=="string"&&(P=$.from(P,Y)),$.isBuffer(P))return P.length===0?-1:k(q,P,N,Y,se);if(typeof P=="number")return P=P&255,typeof F.prototype.indexOf=="function"?se?F.prototype.indexOf.call(q,P,N):F.prototype.lastIndexOf.call(q,P,N):k(q,[P],N,Y,se);throw new TypeError("val must be string, number or Buffer")}function k(q,P,N,Y,se){let ge=1,Ie=q.length,rt=P.length;if(Y!==void 0&&(Y=String(Y).toLowerCase(),Y==="ucs2"||Y==="ucs-2"||Y==="utf16le"||Y==="utf-16le")){if(q.length<2||P.length<2)return-1;ge=2,Ie/=2,rt/=2,N/=2}function Pt(xt,pt){return ge===1?xt[pt]:xt.readUInt16BE(pt*ge)}let Rt;if(se){let xt=-1;for(Rt=N;Rt<Ie;Rt++)if(Pt(q,Rt)===Pt(P,xt===-1?0:Rt-xt)){if(xt===-1&&(xt=Rt),Rt-xt+1===rt)return xt*ge}else xt!==-1&&(Rt-=Rt-xt),xt=-1}else for(N+rt>Ie&&(N=Ie-rt),Rt=N;Rt>=0;Rt--){let xt=!0;for(let pt=0;pt<rt;pt++)if(Pt(q,Rt+pt)!==Pt(P,pt)){xt=!1;break}if(xt)return Rt}return-1}$.prototype.includes=function(P,N,Y){return this.indexOf(P,N,Y)!==-1},$.prototype.indexOf=function(P,N,Y){return x(this,P,N,Y,!0)},$.prototype.lastIndexOf=function(P,N,Y){return x(this,P,N,Y,!1)};function X(q,P,N,Y){N=Number(N)||0;const se=q.length-N;Y?(Y=Number(Y),Y>se&&(Y=se)):Y=se;const ge=P.length;Y>ge/2&&(Y=ge/2);let Ie;for(Ie=0;Ie<Y;++Ie){const rt=parseInt(P.substr(Ie*2,2),16);if(td(rt))return Ie;q[N+Ie]=rt}return Ie}function W(q,P,N,Y){return br(He(P,q.length-N),q,N,Y)}function U(q,P,N,Y){return br(Re(P),q,N,Y)}function z(q,P,N,Y){return br(De(P),q,N,Y)}function fe(q,P,N,Y){return br(xe(P,q.length-N),q,N,Y)}$.prototype.write=function(P,N,Y,se){if(N===void 0)se="utf8",Y=this.length,N=0;else if(Y===void 0&&typeof N=="string")se=N,Y=this.length,N=0;else if(isFinite(N))N=N>>>0,isFinite(Y)?(Y=Y>>>0,se===void 0&&(se="utf8")):(se=Y,Y=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ge=this.length-N;if((Y===void 0||Y>ge)&&(Y=ge),P.length>0&&(Y<0||N<0)||N>this.length)throw new RangeError("Attempt to write outside buffer bounds");se||(se="utf8");let Ie=!1;for(;;)switch(se){case"hex":return X(this,P,N,Y);case"utf8":case"utf-8":return W(this,P,N,Y);case"ascii":case"latin1":case"binary":return U(this,P,N,Y);case"base64":return z(this,P,N,Y);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fe(this,P,N,Y);default:if(Ie)throw new TypeError("Unknown encoding: "+se);se=(""+se).toLowerCase(),Ie=!0}},$.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function _e(q,P,N){return P===0&&N===q.length?g.fromByteArray(q):g.fromByteArray(q.slice(P,N))}function Be(q,P,N){N=Math.min(q.length,N);const Y=[];let se=P;for(;se<N;){const ge=q[se];let Ie=null,rt=ge>239?4:ge>223?3:ge>191?2:1;if(se+rt<=N){let Pt,Rt,xt,pt;switch(rt){case 1:ge<128&&(Ie=ge);break;case 2:Pt=q[se+1],(Pt&192)===128&&(pt=(ge&31)<<6|Pt&63,pt>127&&(Ie=pt));break;case 3:Pt=q[se+1],Rt=q[se+2],(Pt&192)===128&&(Rt&192)===128&&(pt=(ge&15)<<12|(Pt&63)<<6|Rt&63,pt>2047&&(pt<55296||pt>57343)&&(Ie=pt));break;case 4:Pt=q[se+1],Rt=q[se+2],xt=q[se+3],(Pt&192)===128&&(Rt&192)===128&&(xt&192)===128&&(pt=(ge&15)<<18|(Pt&63)<<12|(Rt&63)<<6|xt&63,pt>65535&&pt<1114112&&(Ie=pt))}}Ie===null?(Ie=65533,rt=1):Ie>65535&&(Ie-=65536,Y.push(Ie>>>10&1023|55296),Ie=56320|Ie&1023),Y.push(Ie),se+=rt}return Pe(Y)}const Fe=4096;function Pe(q){const P=q.length;if(P<=Fe)return String.fromCharCode.apply(String,q);let N="",Y=0;for(;Y<P;)N+=String.fromCharCode.apply(String,q.slice(Y,Y+=Fe));return N}function je(q,P,N){let Y="";N=Math.min(q.length,N);for(let se=P;se<N;++se)Y+=String.fromCharCode(q[se]&127);return Y}function te(q,P,N){let Y="";N=Math.min(q.length,N);for(let se=P;se<N;++se)Y+=String.fromCharCode(q[se]);return Y}function Le(q,P,N){const Y=q.length;(!P||P<0)&&(P=0),(!N||N<0||N>Y)&&(N=Y);let se="";for(let ge=P;ge<N;++ge)se+=ZL[q[ge]];return se}function qe(q,P,N){const Y=q.slice(P,N);let se="";for(let ge=0;ge<Y.length-1;ge+=2)se+=String.fromCharCode(Y[ge]+Y[ge+1]*256);return se}$.prototype.slice=function(P,N){const Y=this.length;P=~~P,N=N===void 0?Y:~~N,P<0?(P+=Y,P<0&&(P=0)):P>Y&&(P=Y),N<0?(N+=Y,N<0&&(N=0)):N>Y&&(N=Y),N<P&&(N=P);const se=this.subarray(P,N);return Object.setPrototypeOf(se,$.prototype),se};function ze(q,P,N){if(q%1!==0||q<0)throw new RangeError("offset is not uint");if(q+P>N)throw new RangeError("Trying to access beyond buffer length")}$.prototype.readUintLE=$.prototype.readUIntLE=function(P,N,Y){P=P>>>0,N=N>>>0,Y||ze(P,N,this.length);let se=this[P],ge=1,Ie=0;for(;++Ie<N&&(ge*=256);)se+=this[P+Ie]*ge;return se},$.prototype.readUintBE=$.prototype.readUIntBE=function(P,N,Y){P=P>>>0,N=N>>>0,Y||ze(P,N,this.length);let se=this[P+--N],ge=1;for(;N>0&&(ge*=256);)se+=this[P+--N]*ge;return se},$.prototype.readUint8=$.prototype.readUInt8=function(P,N){return P=P>>>0,N||ze(P,1,this.length),this[P]},$.prototype.readUint16LE=$.prototype.readUInt16LE=function(P,N){return P=P>>>0,N||ze(P,2,this.length),this[P]|this[P+1]<<8},$.prototype.readUint16BE=$.prototype.readUInt16BE=function(P,N){return P=P>>>0,N||ze(P,2,this.length),this[P]<<8|this[P+1]},$.prototype.readUint32LE=$.prototype.readUInt32LE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),(this[P]|this[P+1]<<8|this[P+2]<<16)+this[P+3]*16777216},$.prototype.readUint32BE=$.prototype.readUInt32BE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),this[P]*16777216+(this[P+1]<<16|this[P+2]<<8|this[P+3])},$.prototype.readBigUInt64LE=Dn(function(P){P=P>>>0,M(P,"offset");const N=this[P],Y=this[P+7];(N===void 0||Y===void 0)&&G(P,this.length-8);const se=N+this[++P]*2**8+this[++P]*2**16+this[++P]*2**24,ge=this[++P]+this[++P]*2**8+this[++P]*2**16+Y*2**24;return BigInt(se)+(BigInt(ge)<<BigInt(32))}),$.prototype.readBigUInt64BE=Dn(function(P){P=P>>>0,M(P,"offset");const N=this[P],Y=this[P+7];(N===void 0||Y===void 0)&&G(P,this.length-8);const se=N*2**24+this[++P]*2**16+this[++P]*2**8+this[++P],ge=this[++P]*2**24+this[++P]*2**16+this[++P]*2**8+Y;return(BigInt(se)<<BigInt(32))+BigInt(ge)}),$.prototype.readIntLE=function(P,N,Y){P=P>>>0,N=N>>>0,Y||ze(P,N,this.length);let se=this[P],ge=1,Ie=0;for(;++Ie<N&&(ge*=256);)se+=this[P+Ie]*ge;return ge*=128,se>=ge&&(se-=Math.pow(2,8*N)),se},$.prototype.readIntBE=function(P,N,Y){P=P>>>0,N=N>>>0,Y||ze(P,N,this.length);let se=N,ge=1,Ie=this[P+--se];for(;se>0&&(ge*=256);)Ie+=this[P+--se]*ge;return ge*=128,Ie>=ge&&(Ie-=Math.pow(2,8*N)),Ie},$.prototype.readInt8=function(P,N){return P=P>>>0,N||ze(P,1,this.length),this[P]&128?(255-this[P]+1)*-1:this[P]},$.prototype.readInt16LE=function(P,N){P=P>>>0,N||ze(P,2,this.length);const Y=this[P]|this[P+1]<<8;return Y&32768?Y|4294901760:Y},$.prototype.readInt16BE=function(P,N){P=P>>>0,N||ze(P,2,this.length);const Y=this[P+1]|this[P]<<8;return Y&32768?Y|4294901760:Y},$.prototype.readInt32LE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),this[P]|this[P+1]<<8|this[P+2]<<16|this[P+3]<<24},$.prototype.readInt32BE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),this[P]<<24|this[P+1]<<16|this[P+2]<<8|this[P+3]},$.prototype.readBigInt64LE=Dn(function(P){P=P>>>0,M(P,"offset");const N=this[P],Y=this[P+7];(N===void 0||Y===void 0)&&G(P,this.length-8);const se=this[P+4]+this[P+5]*2**8+this[P+6]*2**16+(Y<<24);return(BigInt(se)<<BigInt(32))+BigInt(N+this[++P]*2**8+this[++P]*2**16+this[++P]*2**24)}),$.prototype.readBigInt64BE=Dn(function(P){P=P>>>0,M(P,"offset");const N=this[P],Y=this[P+7];(N===void 0||Y===void 0)&&G(P,this.length-8);const se=(N<<24)+this[++P]*2**16+this[++P]*2**8+this[++P];return(BigInt(se)<<BigInt(32))+BigInt(this[++P]*2**24+this[++P]*2**16+this[++P]*2**8+Y)}),$.prototype.readFloatLE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),v.read(this,P,!0,23,4)},$.prototype.readFloatBE=function(P,N){return P=P>>>0,N||ze(P,4,this.length),v.read(this,P,!1,23,4)},$.prototype.readDoubleLE=function(P,N){return P=P>>>0,N||ze(P,8,this.length),v.read(this,P,!0,52,8)},$.prototype.readDoubleBE=function(P,N){return P=P>>>0,N||ze(P,8,this.length),v.read(this,P,!1,52,8)};function Ze(q,P,N,Y,se,ge){if(!$.isBuffer(q))throw new TypeError('"buffer" argument must be a Buffer instance');if(P>se||P<ge)throw new RangeError('"value" argument is out of bounds');if(N+Y>q.length)throw new RangeError("Index out of range")}$.prototype.writeUintLE=$.prototype.writeUIntLE=function(P,N,Y,se){if(P=+P,N=N>>>0,Y=Y>>>0,!se){const rt=Math.pow(2,8*Y)-1;Ze(this,P,N,Y,rt,0)}let ge=1,Ie=0;for(this[N]=P&255;++Ie<Y&&(ge*=256);)this[N+Ie]=P/ge&255;return N+Y},$.prototype.writeUintBE=$.prototype.writeUIntBE=function(P,N,Y,se){if(P=+P,N=N>>>0,Y=Y>>>0,!se){const rt=Math.pow(2,8*Y)-1;Ze(this,P,N,Y,rt,0)}let ge=Y-1,Ie=1;for(this[N+ge]=P&255;--ge>=0&&(Ie*=256);)this[N+ge]=P/Ie&255;return N+Y},$.prototype.writeUint8=$.prototype.writeUInt8=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,1,255,0),this[N]=P&255,N+1},$.prototype.writeUint16LE=$.prototype.writeUInt16LE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,2,65535,0),this[N]=P&255,this[N+1]=P>>>8,N+2},$.prototype.writeUint16BE=$.prototype.writeUInt16BE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,2,65535,0),this[N]=P>>>8,this[N+1]=P&255,N+2},$.prototype.writeUint32LE=$.prototype.writeUInt32LE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,4,4294967295,0),this[N+3]=P>>>24,this[N+2]=P>>>16,this[N+1]=P>>>8,this[N]=P&255,N+4},$.prototype.writeUint32BE=$.prototype.writeUInt32BE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,4,4294967295,0),this[N]=P>>>24,this[N+1]=P>>>16,this[N+2]=P>>>8,this[N+3]=P&255,N+4};function vt(q,P,N,Y,se){O(P,Y,se,q,N,7);let ge=Number(P&BigInt(4294967295));q[N++]=ge,ge=ge>>8,q[N++]=ge,ge=ge>>8,q[N++]=ge,ge=ge>>8,q[N++]=ge;let Ie=Number(P>>BigInt(32)&BigInt(4294967295));return q[N++]=Ie,Ie=Ie>>8,q[N++]=Ie,Ie=Ie>>8,q[N++]=Ie,Ie=Ie>>8,q[N++]=Ie,N}function et(q,P,N,Y,se){O(P,Y,se,q,N,7);let ge=Number(P&BigInt(4294967295));q[N+7]=ge,ge=ge>>8,q[N+6]=ge,ge=ge>>8,q[N+5]=ge,ge=ge>>8,q[N+4]=ge;let Ie=Number(P>>BigInt(32)&BigInt(4294967295));return q[N+3]=Ie,Ie=Ie>>8,q[N+2]=Ie,Ie=Ie>>8,q[N+1]=Ie,Ie=Ie>>8,q[N]=Ie,N+8}$.prototype.writeBigUInt64LE=Dn(function(P,N=0){return vt(this,P,N,BigInt(0),BigInt("0xffffffffffffffff"))}),$.prototype.writeBigUInt64BE=Dn(function(P,N=0){return et(this,P,N,BigInt(0),BigInt("0xffffffffffffffff"))}),$.prototype.writeIntLE=function(P,N,Y,se){if(P=+P,N=N>>>0,!se){const Pt=Math.pow(2,8*Y-1);Ze(this,P,N,Y,Pt-1,-Pt)}let ge=0,Ie=1,rt=0;for(this[N]=P&255;++ge<Y&&(Ie*=256);)P<0&&rt===0&&this[N+ge-1]!==0&&(rt=1),this[N+ge]=(P/Ie>>0)-rt&255;return N+Y},$.prototype.writeIntBE=function(P,N,Y,se){if(P=+P,N=N>>>0,!se){const Pt=Math.pow(2,8*Y-1);Ze(this,P,N,Y,Pt-1,-Pt)}let ge=Y-1,Ie=1,rt=0;for(this[N+ge]=P&255;--ge>=0&&(Ie*=256);)P<0&&rt===0&&this[N+ge+1]!==0&&(rt=1),this[N+ge]=(P/Ie>>0)-rt&255;return N+Y},$.prototype.writeInt8=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,1,127,-128),P<0&&(P=255+P+1),this[N]=P&255,N+1},$.prototype.writeInt16LE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,2,32767,-32768),this[N]=P&255,this[N+1]=P>>>8,N+2},$.prototype.writeInt16BE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,2,32767,-32768),this[N]=P>>>8,this[N+1]=P&255,N+2},$.prototype.writeInt32LE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,4,2147483647,-2147483648),this[N]=P&255,this[N+1]=P>>>8,this[N+2]=P>>>16,this[N+3]=P>>>24,N+4},$.prototype.writeInt32BE=function(P,N,Y){return P=+P,N=N>>>0,Y||Ze(this,P,N,4,2147483647,-2147483648),P<0&&(P=4294967295+P+1),this[N]=P>>>24,this[N+1]=P>>>16,this[N+2]=P>>>8,this[N+3]=P&255,N+4},$.prototype.writeBigInt64LE=Dn(function(P,N=0){return vt(this,P,N,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),$.prototype.writeBigInt64BE=Dn(function(P,N=0){return et(this,P,N,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Ut(q,P,N,Y,se,ge){if(N+Y>q.length)throw new RangeError("Index out of range");if(N<0)throw new RangeError("Index out of range")}function nr(q,P,N,Y,se){return P=+P,N=N>>>0,se||Ut(q,P,N,4),v.write(q,P,N,Y,23,4),N+4}$.prototype.writeFloatLE=function(P,N,Y){return nr(this,P,N,!0,Y)},$.prototype.writeFloatBE=function(P,N,Y){return nr(this,P,N,!1,Y)};function lt(q,P,N,Y,se){return P=+P,N=N>>>0,se||Ut(q,P,N,8),v.write(q,P,N,Y,52,8),N+8}$.prototype.writeDoubleLE=function(P,N,Y){return lt(this,P,N,!0,Y)},$.prototype.writeDoubleBE=function(P,N,Y){return lt(this,P,N,!1,Y)},$.prototype.copy=function(P,N,Y,se){if(!$.isBuffer(P))throw new TypeError("argument should be a Buffer");if(Y||(Y=0),!se&&se!==0&&(se=this.length),N>=P.length&&(N=P.length),N||(N=0),se>0&&se<Y&&(se=Y),se===Y||P.length===0||this.length===0)return 0;if(N<0)throw new RangeError("targetStart out of bounds");if(Y<0||Y>=this.length)throw new RangeError("Index out of range");if(se<0)throw new RangeError("sourceEnd out of bounds");se>this.length&&(se=this.length),P.length-N<se-Y&&(se=P.length-N+Y);const ge=se-Y;return this===P&&typeof F.prototype.copyWithin=="function"?this.copyWithin(N,Y,se):F.prototype.set.call(P,this.subarray(Y,se),N),ge},$.prototype.fill=function(P,N,Y,se){if(typeof P=="string"){if(typeof N=="string"?(se=N,N=0,Y=this.length):typeof Y=="string"&&(se=Y,Y=this.length),se!==void 0&&typeof se!="string")throw new TypeError("encoding must be a string");if(typeof se=="string"&&!$.isEncoding(se))throw new TypeError("Unknown encoding: "+se);if(P.length===1){const Ie=P.charCodeAt(0);(se==="utf8"&&Ie<128||se==="latin1")&&(P=Ie)}}else typeof P=="number"?P=P&255:typeof P=="boolean"&&(P=Number(P));if(N<0||this.length<N||this.length<Y)throw new RangeError("Out of range index");if(Y<=N)return this;N=N>>>0,Y=Y===void 0?this.length:Y>>>0,P||(P=0);let ge;if(typeof P=="number")for(ge=N;ge<Y;++ge)this[ge]=P;else{const Ie=$.isBuffer(P)?P:$.from(P,se),rt=Ie.length;if(rt===0)throw new TypeError('The value "'+P+'" is invalid for argument "value"');for(ge=0;ge<Y-N;++ge)this[ge+N]=Ie[ge%rt]}return this};const Ir={};function _(q,P,N){Ir[q]=class extends N{constructor(){super(),Object.defineProperty(this,"message",{value:P.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${q}]`,this.stack,delete this.name}get code(){return q}set code(se){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:se,writable:!0})}toString(){return`${this.name} [${q}]: ${this.message}`}}}_("ERR_BUFFER_OUT_OF_BOUNDS",function(q){return q?`${q} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),_("ERR_INVALID_ARG_TYPE",function(q,P){return`The "${q}" argument must be of type number. Received type ${typeof P}`},TypeError),_("ERR_OUT_OF_RANGE",function(q,P,N){let Y=`The value of "${q}" is out of range.`,se=N;return Number.isInteger(N)&&Math.abs(N)>2**32?se=p(String(N)):typeof N=="bigint"&&(se=String(N),(N>BigInt(2)**BigInt(32)||N<-(BigInt(2)**BigInt(32)))&&(se=p(se)),se+="n"),Y+=` It must be ${P}. Received ${se}`,Y},RangeError);function p(q){let P="",N=q.length;const Y=q[0]==="-"?1:0;for(;N>=Y+4;N-=3)P=`_${q.slice(N-3,N)}${P}`;return`${q.slice(0,N)}${P}`}function h(q,P,N){M(P,"offset"),(q[P]===void 0||q[P+N]===void 0)&&G(P,q.length-(N+1))}function O(q,P,N,Y,se,ge){if(q>N||q<P){const Ie=typeof P=="bigint"?"n":"";let rt;throw P===0||P===BigInt(0)?rt=`>= 0${Ie} and < 2${Ie} ** ${(ge+1)*8}${Ie}`:rt=`>= -(2${Ie} ** ${(ge+1)*8-1}${Ie}) and < 2 ** ${(ge+1)*8-1}${Ie}`,new Ir.ERR_OUT_OF_RANGE("value",rt,q)}h(Y,se,ge)}function M(q,P){if(typeof q!="number")throw new Ir.ERR_INVALID_ARG_TYPE(P,"number",q)}function G(q,P,N){throw Math.floor(q)!==q?(M(q,N),new Ir.ERR_OUT_OF_RANGE("offset","an integer",q)):P<0?new Ir.ERR_BUFFER_OUT_OF_BOUNDS:new Ir.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${P}`,q)}const re=/[^+/0-9A-Za-z-_]/g;function $e(q){if(q=q.split("=")[0],q=q.trim().replace(re,""),q.length<2)return"";for(;q.length%4!==0;)q=q+"=";return q}function He(q,P){P=P||1/0;let N;const Y=q.length;let se=null;const ge=[];for(let Ie=0;Ie<Y;++Ie){if(N=q.charCodeAt(Ie),N>55295&&N<57344){if(!se){if(N>56319){(P-=3)>-1&&ge.push(239,191,189);continue}else if(Ie+1===Y){(P-=3)>-1&&ge.push(239,191,189);continue}se=N;continue}if(N<56320){(P-=3)>-1&&ge.push(239,191,189),se=N;continue}N=(se-55296<<10|N-56320)+65536}else se&&(P-=3)>-1&&ge.push(239,191,189);if(se=null,N<128){if((P-=1)<0)break;ge.push(N)}else if(N<2048){if((P-=2)<0)break;ge.push(N>>6|192,N&63|128)}else if(N<65536){if((P-=3)<0)break;ge.push(N>>12|224,N>>6&63|128,N&63|128)}else if(N<1114112){if((P-=4)<0)break;ge.push(N>>18|240,N>>12&63|128,N>>6&63|128,N&63|128)}else throw new Error("Invalid code point")}return ge}function Re(q){const P=[];for(let N=0;N<q.length;++N)P.push(q.charCodeAt(N)&255);return P}function xe(q,P){let N,Y,se;const ge=[];for(let Ie=0;Ie<q.length&&!((P-=2)<0);++Ie)N=q.charCodeAt(Ie),Y=N>>8,se=N%256,ge.push(se),ge.push(Y);return ge}function De(q){return g.toByteArray($e(q))}function br(q,P,N,Y){let se;for(se=0;se<Y&&!(se+N>=P.length||se>=q.length);++se)P[se+N]=q[se];return se}function on(q,P){return q instanceof P||q!=null&&q.constructor!=null&&q.constructor.name!=null&&q.constructor.name===P.name}function td(q){return q!==q}const ZL=function(){const q="0123456789abcdef",P=new Array(256);for(let N=0;N<16;++N){const Y=N*16;for(let se=0;se<16;++se)P[Y+se]=q[N]+q[se]}return P}();function Dn(q){return typeof BigInt>"u"?eB:q}function eB(){throw new Error("BigInt not supported")}})(t);const S=t.Buffer;e.Blob=t.Blob,e.BlobOptions=t.BlobOptions,e.Buffer=t.Buffer,e.File=t.File,e.FileOptions=t.FileOptions,e.INSPECT_MAX_BYTES=t.INSPECT_MAX_BYTES,e.SlowBuffer=t.SlowBuffer,e.TranscodeEncoding=t.TranscodeEncoding,e.atob=t.atob,e.btoa=t.btoa,e.constants=t.constants,e.default=S,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode}(nc)),nc}var ic={},oc={},sc,og;function sg(){return og||(og=1,sc=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;t[r]=o;for(var i in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var s=Object.getOwnPropertySymbols(t);if(s.length!==1||s[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==o||l.enumerable!==!0)return!1}return!0}),sc}var ac,ag;function Cs(){if(ag)return ac;ag=1;var e=sg();return ac=function(){return e()&&!!Symbol.toStringTag},ac}var lc,lg;function cg(){return lg||(lg=1,lc=Object),lc}var cc,ug;function KA(){return ug||(ug=1,cc=Error),cc}var uc,fg;function QA(){return fg||(fg=1,uc=EvalError),uc}var fc,dg;function XA(){return dg||(dg=1,fc=RangeError),fc}var dc,pg;function YA(){return pg||(pg=1,dc=ReferenceError),dc}var pc,hg;function gg(){return hg||(hg=1,pc=SyntaxError),pc}var hc,mg;function ho(){return mg||(mg=1,hc=TypeError),hc}var gc,yg;function JA(){return yg||(yg=1,gc=URIError),gc}var mc,bg;function ZA(){return bg||(bg=1,mc=Math.abs),mc}var yc,vg;function eR(){return vg||(vg=1,yc=Math.floor),yc}var bc,wg;function tR(){return wg||(wg=1,bc=Math.max),bc}var vc,Sg;function rR(){return Sg||(Sg=1,vc=Math.min),vc}var wc,Eg;function nR(){return Eg||(Eg=1,wc=Math.pow),wc}var Sc,Tg;function iR(){return Tg||(Tg=1,Sc=Math.round),Sc}var Ec,Ag;function oR(){return Ag||(Ag=1,Ec=Number.isNaN||function(t){return t!==t}),Ec}var Tc,Rg;function sR(){if(Rg)return Tc;Rg=1;var e=oR();return Tc=function(r){return e(r)||r===0?r:r<0?-1:1},Tc}var Ac,_g;function aR(){return _g||(_g=1,Ac=Object.getOwnPropertyDescriptor),Ac}var Rc,Ig;function Pi(){if(Ig)return Rc;Ig=1;var e=aR();if(e)try{e([],"length")}catch{e=null}return Rc=e,Rc}var _c,Cg;function Fs(){if(Cg)return _c;Cg=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return _c=e,_c}var Ic,Fg;function lR(){if(Fg)return Ic;Fg=1;var e=typeof Symbol<"u"&&Symbol,t=sg();return Ic=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},Ic}var Cc,Pg;function xg(){return Pg||(Pg=1,Cc=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Cc}var Fc,Og;function kg(){if(Og)return Fc;Og=1;var e=cg();return Fc=e.getPrototypeOf||null,Fc}var Pc,Ng;function cR(){if(Ng)return Pc;Ng=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,r=Math.max,n="[object Function]",o=function(c,u){for(var a=[],f=0;f<c.length;f+=1)a[f]=c[f];for(var d=0;d<u.length;d+=1)a[d+c.length]=u[d];return a},i=function(c,u){for(var a=[],f=u,d=0;f<c.length;f+=1,d+=1)a[d]=c[f];return a},s=function(l,c){for(var u="",a=0;a<l.length;a+=1)u+=l[a],a+1<l.length&&(u+=c);return u};return Pc=function(c){var u=this;if(typeof u!="function"||t.apply(u)!==n)throw new TypeError(e+u);for(var a=i(arguments,1),f,d=function(){if(this instanceof f){var S=u.apply(this,o(a,arguments));return Object(S)===S?S:this}return u.apply(c,o(a,arguments))},b=r(0,u.length-a.length),E=[],w=0;w<b;w++)E[w]="$"+w;if(f=Function("binder","return function ("+s(E,",")+"){ return binder.apply(this,arguments); }")(d),u.prototype){var R=function(){};R.prototype=u.prototype,f.prototype=new R,R.prototype=null}return f},Pc}var xc,$g;function go(){if($g)return xc;$g=1;var e=cR();return xc=Function.prototype.bind||e,xc}var Oc,Dg;function kc(){return Dg||(Dg=1,Oc=Function.prototype.call),Oc}var Nc,Lg;function $c(){return Lg||(Lg=1,Nc=Function.prototype.apply),Nc}var Dc,Bg;function uR(){return Bg||(Bg=1,Dc=typeof Reflect<"u"&&Reflect&&Reflect.apply),Dc}var Lc,Mg;function jg(){if(Mg)return Lc;Mg=1;var e=go(),t=$c(),r=kc(),n=uR();return Lc=n||e.call(r,t),Lc}var Bc,Ug;function Mc(){if(Ug)return Bc;Ug=1;var e=go(),t=ho(),r=kc(),n=jg();return Bc=function(i){if(i.length<1||typeof i[0]!="function")throw new t("a function is required");return n(e,r,i)},Bc}var jc,qg;function fR(){if(qg)return jc;qg=1;var e=Mc(),t=Pi(),r;try{r=[].__proto__===Array.prototype}catch(s){if(!s||typeof s!="object"||!("code"in s)||s.code!=="ERR_PROTO_ACCESS")throw s}var n=!!r&&t&&t(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return jc=n&&typeof n.get=="function"?e([n.get]):typeof i=="function"?function(l){return i(l==null?l:o(l))}:!1,jc}var Uc,Vg;function zg(){if(Vg)return Uc;Vg=1;var e=xg(),t=kg(),r=fR();return Uc=e?function(o){return e(o)}:t?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return t(o)}:r?function(o){return r(o)}:null,Uc}var qc,Wg;function Hg(){if(Wg)return qc;Wg=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=go();return qc=r.call(e,t),qc}var Vc,Gg;function Kg(){if(Gg)return Vc;Gg=1;var e,t=cg(),r=KA(),n=QA(),o=XA(),i=YA(),s=gg(),l=ho(),c=JA(),u=ZA(),a=eR(),f=tR(),d=rR(),b=nR(),E=iR(),w=sR(),R=Function,S=function(X){try{return R('"use strict"; return ('+X+").constructor;")()}catch{}},m=Pi(),g=Fs(),v=function(){throw new l},T=m?function(){try{return arguments.callee,v}catch{try{return m(arguments,"callee").get}catch{return v}}}():v,A=lR()(),F=zg(),C=kg(),I=xg(),L=$c(),B=kc(),$={},D=typeof Uint8Array>"u"||!F?e:F(Uint8Array),H={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":A&&F?F([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":$,"%AsyncGenerator%":$,"%AsyncGeneratorFunction%":$,"%AsyncIteratorPrototype%":$,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":n,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":R,"%GeneratorFunction%":$,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":A&&F?F(F([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!A||!F?e:F(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":m,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":o,"%ReferenceError%":i,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!A||!F?e:F(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":A&&F?F(""[Symbol.iterator]()):e,"%Symbol%":A?Symbol:e,"%SyntaxError%":s,"%ThrowTypeError%":T,"%TypedArray%":D,"%TypeError%":l,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":c,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":B,"%Function.prototype.apply%":L,"%Object.defineProperty%":g,"%Object.getPrototypeOf%":C,"%Math.abs%":u,"%Math.floor%":a,"%Math.max%":f,"%Math.min%":d,"%Math.pow%":b,"%Math.round%":E,"%Math.sign%":w,"%Reflect.getPrototypeOf%":I};if(F)try{null.error}catch(X){var ee=F(F(X));H["%Error.prototype%"]=ee}var J=function X(W){var U;if(W==="%AsyncFunction%")U=S("async function () {}");else if(W==="%GeneratorFunction%")U=S("function* () {}");else if(W==="%AsyncGeneratorFunction%")U=S("async function* () {}");else if(W==="%AsyncGenerator%"){var z=X("%AsyncGeneratorFunction%");z&&(U=z.prototype)}else if(W==="%AsyncIteratorPrototype%"){var fe=X("%AsyncGenerator%");fe&&F&&(U=F(fe.prototype))}return H[W]=U,U},ce={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},be=go(),de=Hg(),Se=be.call(B,Array.prototype.concat),Ae=be.call(L,Array.prototype.splice),ne=be.call(B,String.prototype.replace),ae=be.call(B,String.prototype.slice),le=be.call(B,RegExp.prototype.exec),oe=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Q=/\\(\\)?/g,x=function(W){var U=ae(W,0,1),z=ae(W,-1);if(U==="%"&&z!=="%")throw new s("invalid intrinsic syntax, expected closing `%`");if(z==="%"&&U!=="%")throw new s("invalid intrinsic syntax, expected opening `%`");var fe=[];return ne(W,oe,function(_e,Be,Fe,Pe){fe[fe.length]=Fe?ne(Pe,Q,"$1"):Be||_e}),fe},k=function(W,U){var z=W,fe;if(de(ce,z)&&(fe=ce[z],z="%"+fe[0]+"%"),de(H,z)){var _e=H[z];if(_e===$&&(_e=J(z)),typeof _e>"u"&&!U)throw new l("intrinsic "+W+" exists, but is not available. Please file an issue!");return{alias:fe,name:z,value:_e}}throw new s("intrinsic "+W+" does not exist!")};return Vc=function(W,U){if(typeof W!="string"||W.length===0)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof U!="boolean")throw new l('"allowMissing" argument must be a boolean');if(le(/^%?[^%]*%?$/,W)===null)throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var z=x(W),fe=z.length>0?z[0]:"",_e=k("%"+fe+"%",U),Be=_e.name,Fe=_e.value,Pe=!1,je=_e.alias;je&&(fe=je[0],Ae(z,Se([0,1],je)));for(var te=1,Le=!0;te<z.length;te+=1){var qe=z[te],ze=ae(qe,0,1),Ze=ae(qe,-1);if((ze==='"'||ze==="'"||ze==="`"||Ze==='"'||Ze==="'"||Ze==="`")&&ze!==Ze)throw new s("property names with quotes must have matching quotes");if((qe==="constructor"||!Le)&&(Pe=!0),fe+="."+qe,Be="%"+fe+"%",de(H,Be))Fe=H[Be];else if(Fe!=null){if(!(qe in Fe)){if(!U)throw new l("base intrinsic for "+W+" exists, but the property is not available.");return}if(m&&te+1>=z.length){var vt=m(Fe,qe);Le=!!vt,Le&&"get"in vt&&!("originalValue"in vt.get)?Fe=vt.get:Fe=Fe[qe]}else Le=de(Fe,qe),Fe=Fe[qe];Le&&!Pe&&(H[Be]=Fe)}}return Fe},Vc}var zc,Qg;function mo(){if(Qg)return zc;Qg=1;var e=Kg(),t=Mc(),r=t([e("%String.prototype.indexOf%")]);return zc=function(o,i){var s=e(o,!!i);return typeof s=="function"&&r(o,".prototype.")>-1?t([s]):s},zc}var Wc,Xg;function dR(){if(Xg)return Wc;Xg=1;var e=Cs()(),t=mo(),r=t("Object.prototype.toString"),n=function(l){return e&&l&&typeof l=="object"&&Symbol.toStringTag in l?!1:r(l)==="[object Arguments]"},o=function(l){return n(l)?!0:l!==null&&typeof l=="object"&&"length"in l&&typeof l.length=="number"&&l.length>=0&&r(l)!=="[object Array]"&&"callee"in l&&r(l.callee)==="[object Function]"},i=function(){return n(arguments)}();return n.isLegacyArguments=o,Wc=i?n:o,Wc}var Hc,Yg;function pR(){if(Yg)return Hc;Yg=1;var e=mo(),t=Cs()(),r=Hg(),n=Pi(),o;if(t){var i=e("RegExp.prototype.exec"),s={},l=function(){throw s},c={toString:l,valueOf:l};typeof Symbol.toPrimitive=="symbol"&&(c[Symbol.toPrimitive]=l),o=function(d){if(!d||typeof d!="object")return!1;var b=n(d,"lastIndex"),E=b&&r(b,"value");if(!E)return!1;try{i(d,c)}catch(w){return w===s}}}else{var u=e("Object.prototype.toString"),a="[object RegExp]";o=function(d){return!d||typeof d!="object"&&typeof d!="function"?!1:u(d)===a}}return Hc=o,Hc}var Gc,Jg;function hR(){if(Jg)return Gc;Jg=1;var e=mo(),t=pR(),r=e("RegExp.prototype.exec"),n=ho();return Gc=function(i){if(!t(i))throw new n("`regex` must be a RegExp");return function(l){return r(i,l)!==null}},Gc}var Kc,Zg;function gR(){if(Zg)return Kc;Zg=1;var e=mo(),t=hR(),r=t(/^\s*(?:function)?\*/),n=Cs()(),o=zg(),i=e("Object.prototype.toString"),s=e("Function.prototype.toString"),l=function(){if(!n)return!1;try{return Function("return function*() {}")()}catch{}},c;return Kc=function(a){if(typeof a!="function")return!1;if(r(s(a)))return!0;if(!n){var f=i(a);return f==="[object GeneratorFunction]"}if(!o)return!1;if(typeof c>"u"){var d=l();c=d?o(d):!1}return o(a)===c},Kc}var Qc,em;function mR(){if(em)return Qc;em=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,r,n;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{r=Object.defineProperty({},"length",{get:function(){throw n}}),n={},t(function(){throw 42},null,r)}catch(m){m!==n&&(t=null)}else t=null;var o=/^\s*class\b/,i=function(g){try{var v=e.call(g);return o.test(v)}catch{return!1}},s=function(g){try{return i(g)?!1:(e.call(g),!0)}catch{return!1}},l=Object.prototype.toString,c="[object Object]",u="[object Function]",a="[object GeneratorFunction]",f="[object HTMLAllCollection]",d="[object HTML document.all class]",b="[object HTMLCollection]",E=typeof Symbol=="function"&&!!Symbol.toStringTag,w=!(0 in[,]),R=function(){return!1};if(typeof document=="object"){var S=document.all;l.call(S)===l.call(document.all)&&(R=function(g){if((w||!g)&&(typeof g>"u"||typeof g=="object"))try{var v=l.call(g);return(v===f||v===d||v===b||v===c)&&g("")==null}catch{}return!1})}return Qc=t?function(g){if(R(g))return!0;if(!g||typeof g!="function"&&typeof g!="object")return!1;try{t(g,null,r)}catch(v){if(v!==n)return!1}return!i(g)&&s(g)}:function(g){if(R(g))return!0;if(!g||typeof g!="function"&&typeof g!="object")return!1;if(E)return s(g);if(i(g))return!1;var v=l.call(g);return v!==u&&v!==a&&!/^\[object HTML/.test(v)?!1:s(g)},Qc}var Xc,tm;function yR(){if(tm)return Xc;tm=1;var e=mR(),t=Object.prototype.toString,r=Object.prototype.hasOwnProperty,n=function(c,u,a){for(var f=0,d=c.length;f<d;f++)r.call(c,f)&&(a==null?u(c[f],f,c):u.call(a,c[f],f,c))},o=function(c,u,a){for(var f=0,d=c.length;f<d;f++)a==null?u(c.charAt(f),f,c):u.call(a,c.charAt(f),f,c)},i=function(c,u,a){for(var f in c)r.call(c,f)&&(a==null?u(c[f],f,c):u.call(a,c[f],f,c))};function s(l){return t.call(l)==="[object Array]"}return Xc=function(c,u,a){if(!e(u))throw new TypeError("iterator must be a function");var f;arguments.length>=3&&(f=a),s(c)?n(c,u,f):typeof c=="string"?o(c,u,f):i(c,u,f)},Xc}var Yc,rm;function bR(){return rm||(rm=1,Yc=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),Yc}var Jc,nm;function vR(){if(nm)return Jc;nm=1;var e=bR(),t=typeof globalThis>"u"?Cn:globalThis;return Jc=function(){for(var n=[],o=0;o<e.length;o++)typeof t[e[o]]=="function"&&(n[n.length]=e[o]);return n},Jc}var Zc={exports:{}},eu,im;function wR(){if(im)return eu;im=1;var e=Fs(),t=gg(),r=ho(),n=Pi();return eu=function(i,s,l){if(!i||typeof i!="object"&&typeof i!="function")throw new r("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new r("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new r("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new r("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new r("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new r("`loose`, if provided, must be a boolean");var c=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,a=arguments.length>5?arguments[5]:null,f=arguments.length>6?arguments[6]:!1,d=!!n&&n(i,s);if(e)e(i,s,{configurable:a===null&&d?d.configurable:!a,enumerable:c===null&&d?d.enumerable:!c,value:l,writable:u===null&&d?d.writable:!u});else if(f||!c&&!u&&!a)i[s]=l;else throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},eu}var tu,om;function SR(){if(om)return tu;om=1;var e=Fs(),t=function(){return!!e};return t.hasArrayLengthDefineBug=function(){if(!e)return null;try{return e([],"length",{value:1}).length!==1}catch{return!0}},tu=t,tu}var ru,sm;function ER(){if(sm)return ru;sm=1;var e=Kg(),t=wR(),r=SR()(),n=Pi(),o=ho(),i=e("%Math.floor%");return ru=function(l,c){if(typeof l!="function")throw new o("`fn` is not a function");if(typeof c!="number"||c<0||c>4294967295||i(c)!==c)throw new o("`length` must be a positive 32-bit integer");var u=arguments.length>2&&!!arguments[2],a=!0,f=!0;if("length"in l&&n){var d=n(l,"length");d&&!d.configurable&&(a=!1),d&&!d.writable&&(f=!1)}return(a||f||!u)&&(r?t(l,"length",c,!0,!0):t(l,"length",c)),l},ru}var nu,am;function TR(){if(am)return nu;am=1;var e=go(),t=$c(),r=jg();return nu=function(){return r(e,t,arguments)},nu}var lm;function AR(){return lm||(lm=1,function(e){var t=ER(),r=Fs(),n=Mc(),o=TR();e.exports=function(s){var l=n(arguments),c=s.length-(arguments.length-1);return t(l,1+(c>0?c:0),!0)},r?r(e.exports,"apply",{value:o}):e.exports.apply=o}(Zc)),Zc.exports}var iu,cm;function um(){if(cm)return iu;cm=1;var e=yR(),t=vR(),r=AR(),n=mo(),o=Pi(),i=n("Object.prototype.toString"),s=Cs()(),l=typeof globalThis>"u"?Cn:globalThis,c=t(),u=n("String.prototype.slice"),a=Object.getPrototypeOf,f=n("Array.prototype.indexOf",!0)||function(R,S){for(var m=0;m<R.length;m+=1)if(R[m]===S)return m;return-1},d={__proto__:null};s&&o&&a?e(c,function(w){var R=new l[w];if(Symbol.toStringTag in R){var S=a(R),m=o(S,Symbol.toStringTag);if(!m){var g=a(S);m=o(g,Symbol.toStringTag)}d["$"+w]=r(m.get)}}):e(c,function(w){var R=new l[w],S=R.slice||R.set;S&&(d["$"+w]=r(S))});var b=function(R){var S=!1;return e(d,function(m,g){if(!S)try{"$"+m(R)===g&&(S=u(g,1))}catch{}}),S},E=function(R){var S=!1;return e(d,function(m,g){if(!S)try{m(R),S=u(g,1)}catch{}}),S};return iu=function(R){if(!R||typeof R!="object")return!1;if(!s){var S=u(i(R),8,-1);return f(c,S)>-1?S:S!=="Object"?!1:E(R)}return o?b(R):null},iu}var ou,fm;function RR(){if(fm)return ou;fm=1;var e=um();return ou=function(r){return!!e(r)},ou}var dm;function _R(){return dm||(dm=1,function(e){var t=dR(),r=gR(),n=um(),o=RR();function i(te){return te.call.bind(te)}var s=typeof BigInt<"u",l=typeof Symbol<"u",c=i(Object.prototype.toString),u=i(Number.prototype.valueOf),a=i(String.prototype.valueOf),f=i(Boolean.prototype.valueOf);if(s)var d=i(BigInt.prototype.valueOf);if(l)var b=i(Symbol.prototype.valueOf);function E(te,Le){if(typeof te!="object")return!1;try{return Le(te),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=r,e.isTypedArray=o;function w(te){return typeof Promise<"u"&&te instanceof Promise||te!==null&&typeof te=="object"&&typeof te.then=="function"&&typeof te.catch=="function"}e.isPromise=w;function R(te){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(te):o(te)||ae(te)}e.isArrayBufferView=R;function S(te){return n(te)==="Uint8Array"}e.isUint8Array=S;function m(te){return n(te)==="Uint8ClampedArray"}e.isUint8ClampedArray=m;function g(te){return n(te)==="Uint16Array"}e.isUint16Array=g;function v(te){return n(te)==="Uint32Array"}e.isUint32Array=v;function T(te){return n(te)==="Int8Array"}e.isInt8Array=T;function A(te){return n(te)==="Int16Array"}e.isInt16Array=A;function F(te){return n(te)==="Int32Array"}e.isInt32Array=F;function C(te){return n(te)==="Float32Array"}e.isFloat32Array=C;function I(te){return n(te)==="Float64Array"}e.isFloat64Array=I;function L(te){return n(te)==="BigInt64Array"}e.isBigInt64Array=L;function B(te){return n(te)==="BigUint64Array"}e.isBigUint64Array=B;function $(te){return c(te)==="[object Map]"}$.working=typeof Map<"u"&&$(new Map);function D(te){return typeof Map>"u"?!1:$.working?$(te):te instanceof Map}e.isMap=D;function H(te){return c(te)==="[object Set]"}H.working=typeof Set<"u"&&H(new Set);function ee(te){return typeof Set>"u"?!1:H.working?H(te):te instanceof Set}e.isSet=ee;function J(te){return c(te)==="[object WeakMap]"}J.working=typeof WeakMap<"u"&&J(new WeakMap);function ce(te){return typeof WeakMap>"u"?!1:J.working?J(te):te instanceof WeakMap}e.isWeakMap=ce;function be(te){return c(te)==="[object WeakSet]"}be.working=typeof WeakSet<"u"&&be(new WeakSet);function de(te){return be(te)}e.isWeakSet=de;function Se(te){return c(te)==="[object ArrayBuffer]"}Se.working=typeof ArrayBuffer<"u"&&Se(new ArrayBuffer);function Ae(te){return typeof ArrayBuffer>"u"?!1:Se.working?Se(te):te instanceof ArrayBuffer}e.isArrayBuffer=Ae;function ne(te){return c(te)==="[object DataView]"}ne.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&ne(new DataView(new ArrayBuffer(1),0,1));function ae(te){return typeof DataView>"u"?!1:ne.working?ne(te):te instanceof DataView}e.isDataView=ae;var le=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function oe(te){return c(te)==="[object SharedArrayBuffer]"}function Q(te){return typeof le>"u"?!1:(typeof oe.working>"u"&&(oe.working=oe(new le)),oe.working?oe(te):te instanceof le)}e.isSharedArrayBuffer=Q;function x(te){return c(te)==="[object AsyncFunction]"}e.isAsyncFunction=x;function k(te){return c(te)==="[object Map Iterator]"}e.isMapIterator=k;function X(te){return c(te)==="[object Set Iterator]"}e.isSetIterator=X;function W(te){return c(te)==="[object Generator]"}e.isGeneratorObject=W;function U(te){return c(te)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=U;function z(te){return E(te,u)}e.isNumberObject=z;function fe(te){return E(te,a)}e.isStringObject=fe;function _e(te){return E(te,f)}e.isBooleanObject=_e;function Be(te){return s&&E(te,d)}e.isBigIntObject=Be;function Fe(te){return l&&E(te,b)}e.isSymbolObject=Fe;function Pe(te){return z(te)||fe(te)||_e(te)||Be(te)||Fe(te)}e.isBoxedPrimitive=Pe;function je(te){return typeof Uint8Array<"u"&&(Ae(te)||Q(te))}e.isAnyArrayBuffer=je,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(te){Object.defineProperty(e,te,{enumerable:!1,value:function(){throw new Error(te+" is not supported in userland")}})})}(oc)),oc}var su,pm;function IR(){return pm||(pm=1,su=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"}),su}var hm;function gm(){return hm||(hm=1,function(e){var t=Object.getOwnPropertyDescriptors||function(ae){for(var le=Object.keys(ae),oe={},Q=0;Q<le.length;Q++)oe[le[Q]]=Object.getOwnPropertyDescriptor(ae,le[Q]);return oe},r=/%[sdj%]/g;e.format=function(ne){if(!T(ne)){for(var ae=[],le=0;le<arguments.length;le++)ae.push(s(arguments[le]));return ae.join(" ")}for(var le=1,oe=arguments,Q=oe.length,x=String(ne).replace(r,function(X){if(X==="%%")return"%";if(le>=Q)return X;switch(X){case"%s":return String(oe[le++]);case"%d":return Number(oe[le++]);case"%j":try{return JSON.stringify(oe[le++])}catch{return"[Circular]"}default:return X}}),k=oe[le];le<Q;k=oe[++le])m(k)||!I(k)?x+=" "+k:x+=" "+s(k);return x},e.deprecate=function(ne,ae){if(typeof me<"u"&&me.noDeprecation===!0)return ne;if(typeof me>"u")return function(){return e.deprecate(ne,ae).apply(this,arguments)};var le=!1;function oe(){if(!le){if(me.throwDeprecation)throw new Error(ae);me.traceDeprecation?console.trace(ae):console.error(ae),le=!0}return ne.apply(this,arguments)}return oe};var n={},o=/^$/;if(me.env.NODE_DEBUG){var i=me.env.NODE_DEBUG;i=i.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),o=new RegExp("^"+i+"$","i")}e.debuglog=function(ne){if(ne=ne.toUpperCase(),!n[ne])if(o.test(ne)){var ae=me.pid;n[ne]=function(){var le=e.format.apply(e,arguments);console.error("%s %d: %s",ne,ae,le)}}else n[ne]=function(){};return n[ne]};function s(ne,ae){var le={seen:[],stylize:c};return arguments.length>=3&&(le.depth=arguments[2]),arguments.length>=4&&(le.colors=arguments[3]),S(ae)?le.showHidden=ae:ae&&e._extend(le,ae),F(le.showHidden)&&(le.showHidden=!1),F(le.depth)&&(le.depth=2),F(le.colors)&&(le.colors=!1),F(le.customInspect)&&(le.customInspect=!0),le.colors&&(le.stylize=l),a(le,ne,le.depth)}e.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function l(ne,ae){var le=s.styles[ae];return le?"\x1B["+s.colors[le][0]+"m"+ne+"\x1B["+s.colors[le][1]+"m":ne}function c(ne,ae){return ne}function u(ne){var ae={};return ne.forEach(function(le,oe){ae[le]=!0}),ae}function a(ne,ae,le){if(ne.customInspect&&ae&&$(ae.inspect)&&ae.inspect!==e.inspect&&!(ae.constructor&&ae.constructor.prototype===ae)){var oe=ae.inspect(le,ne);return T(oe)||(oe=a(ne,oe,le)),oe}var Q=f(ne,ae);if(Q)return Q;var x=Object.keys(ae),k=u(x);if(ne.showHidden&&(x=Object.getOwnPropertyNames(ae)),B(ae)&&(x.indexOf("message")>=0||x.indexOf("description")>=0))return d(ae);if(x.length===0){if($(ae)){var X=ae.name?": "+ae.name:"";return ne.stylize("[Function"+X+"]","special")}if(C(ae))return ne.stylize(RegExp.prototype.toString.call(ae),"regexp");if(L(ae))return ne.stylize(Date.prototype.toString.call(ae),"date");if(B(ae))return d(ae)}var W="",U=!1,z=["{","}"];if(R(ae)&&(U=!0,z=["[","]"]),$(ae)){var fe=ae.name?": "+ae.name:"";W=" [Function"+fe+"]"}if(C(ae)&&(W=" "+RegExp.prototype.toString.call(ae)),L(ae)&&(W=" "+Date.prototype.toUTCString.call(ae)),B(ae)&&(W=" "+d(ae)),x.length===0&&(!U||ae.length==0))return z[0]+W+z[1];if(le<0)return C(ae)?ne.stylize(RegExp.prototype.toString.call(ae),"regexp"):ne.stylize("[Object]","special");ne.seen.push(ae);var _e;return U?_e=b(ne,ae,le,k,x):_e=x.map(function(Be){return E(ne,ae,le,k,Be,U)}),ne.seen.pop(),w(_e,W,z)}function f(ne,ae){if(F(ae))return ne.stylize("undefined","undefined");if(T(ae)){var le="'"+JSON.stringify(ae).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return ne.stylize(le,"string")}if(v(ae))return ne.stylize(""+ae,"number");if(S(ae))return ne.stylize(""+ae,"boolean");if(m(ae))return ne.stylize("null","null")}function d(ne){return"["+Error.prototype.toString.call(ne)+"]"}function b(ne,ae,le,oe,Q){for(var x=[],k=0,X=ae.length;k<X;++k)be(ae,String(k))?x.push(E(ne,ae,le,oe,String(k),!0)):x.push("");return Q.forEach(function(W){W.match(/^\d+$/)||x.push(E(ne,ae,le,oe,W,!0))}),x}function E(ne,ae,le,oe,Q,x){var k,X,W;if(W=Object.getOwnPropertyDescriptor(ae,Q)||{value:ae[Q]},W.get?W.set?X=ne.stylize("[Getter/Setter]","special"):X=ne.stylize("[Getter]","special"):W.set&&(X=ne.stylize("[Setter]","special")),be(oe,Q)||(k="["+Q+"]"),X||(ne.seen.indexOf(W.value)<0?(m(le)?X=a(ne,W.value,null):X=a(ne,W.value,le-1),X.indexOf(`
|
|
22
|
-
`)
|
|
23
|
-
`).
|
|
24
|
-
`).
|
|
25
|
-
`+X.split(`
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
`)+" "+le[1]:le[0]+ae+" "+ne.join(", ")+" "+le[1]}e.types=_R();function R(ne){return Array.isArray(ne)}e.isArray=R;function S(ne){return typeof ne=="boolean"}e.isBoolean=S;function m(ne){return ne===null}e.isNull=m;function g(ne){return ne==null}e.isNullOrUndefined=g;function v(ne){return typeof ne=="number"}e.isNumber=v;function T(ne){return typeof ne=="string"}e.isString=T;function A(ne){return typeof ne=="symbol"}e.isSymbol=A;function F(ne){return ne===void 0}e.isUndefined=F;function C(ne){return I(ne)&&H(ne)==="[object RegExp]"}e.isRegExp=C,e.types.isRegExp=C;function I(ne){return typeof ne=="object"&&ne!==null}e.isObject=I;function L(ne){return I(ne)&&H(ne)==="[object Date]"}e.isDate=L,e.types.isDate=L;function B(ne){return I(ne)&&(H(ne)==="[object Error]"||ne instanceof Error)}e.isError=B,e.types.isNativeError=B;function $(ne){return typeof ne=="function"}e.isFunction=$;function D(ne){return ne===null||typeof ne=="boolean"||typeof ne=="number"||typeof ne=="string"||typeof ne=="symbol"||typeof ne>"u"}e.isPrimitive=D,e.isBuffer=IR();function H(ne){return Object.prototype.toString.call(ne)}function ee(ne){return ne<10?"0"+ne.toString(10):ne.toString(10)}var J=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function ce(){var ne=new Date,ae=[ee(ne.getHours()),ee(ne.getMinutes()),ee(ne.getSeconds())].join(":");return[ne.getDate(),J[ne.getMonth()],ae].join(" ")}e.log=function(){console.log("%s - %s",ce(),e.format.apply(e,arguments))},e.inherits=Zn(),e._extend=function(ne,ae){if(!ae||!I(ae))return ne;for(var le=Object.keys(ae),oe=le.length;oe--;)ne[le[oe]]=ae[le[oe]];return ne};function be(ne,ae){return Object.prototype.hasOwnProperty.call(ne,ae)}var de=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(ae){if(typeof ae!="function")throw new TypeError('The "original" argument must be of type Function');if(de&&ae[de]){var le=ae[de];if(typeof le!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(le,de,{value:le,enumerable:!1,writable:!1,configurable:!0}),le}function le(){for(var oe,Q,x=new Promise(function(W,U){oe=W,Q=U}),k=[],X=0;X<arguments.length;X++)k.push(arguments[X]);k.push(function(W,U){W?Q(W):oe(U)});try{ae.apply(this,k)}catch(W){Q(W)}return x}return Object.setPrototypeOf(le,Object.getPrototypeOf(ae)),de&&Object.defineProperty(le,de,{value:le,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(le,t(ae))},e.promisify.custom=de;function Se(ne,ae){if(!ne){var le=new Error("Promise was rejected with a falsy value");le.reason=ne,ne=le}return ae(ne)}function Ae(ne){if(typeof ne!="function")throw new TypeError('The "original" argument must be of type Function');function ae(){for(var le=[],oe=0;oe<arguments.length;oe++)le.push(arguments[oe]);var Q=le.pop();if(typeof Q!="function")throw new TypeError("The last argument must be of type Function");var x=this,k=function(){return Q.apply(x,arguments)};ne.apply(this,le).then(function(X){me.nextTick(k.bind(null,null,X))},function(X){me.nextTick(Se.bind(null,X,k))})}return Object.setPrototypeOf(ae,Object.getPrototypeOf(ne)),Object.defineProperties(ae,t(ne)),ae}e.callbackify=Ae}(ic)),ic}var au,mm;function CR(){if(mm)return au;mm=1;function e(E,w){var R=Object.keys(E);if(Object.getOwnPropertySymbols){var S=Object.getOwnPropertySymbols(E);w&&(S=S.filter(function(m){return Object.getOwnPropertyDescriptor(E,m).enumerable})),R.push.apply(R,S)}return R}function t(E){for(var w=1;w<arguments.length;w++){var R=arguments[w]!=null?arguments[w]:{};w%2?e(Object(R),!0).forEach(function(S){r(E,S,R[S])}):Object.getOwnPropertyDescriptors?Object.defineProperties(E,Object.getOwnPropertyDescriptors(R)):e(Object(R)).forEach(function(S){Object.defineProperty(E,S,Object.getOwnPropertyDescriptor(R,S))})}return E}function r(E,w,R){return w=s(w),w in E?Object.defineProperty(E,w,{value:R,enumerable:!0,configurable:!0,writable:!0}):E[w]=R,E}function n(E,w){if(!(E instanceof w))throw new TypeError("Cannot call a class as a function")}function o(E,w){for(var R=0;R<w.length;R++){var S=w[R];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(E,s(S.key),S)}}function i(E,w,R){return w&&o(E.prototype,w),Object.defineProperty(E,"prototype",{writable:!1}),E}function s(E){var w=l(E,"string");return typeof w=="symbol"?w:String(w)}function l(E,w){if(typeof E!="object"||E===null)return E;var R=E[Symbol.toPrimitive];if(R!==void 0){var S=R.call(E,w);if(typeof S!="object")return S;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(E)}var c=Is(),u=c.Buffer,a=gm(),f=a.inspect,d=f&&f.custom||"inspect";function b(E,w,R){u.prototype.copy.call(E,w,R)}return au=function(){function E(){n(this,E),this.head=null,this.tail=null,this.length=0}return i(E,[{key:"push",value:function(R){var S={data:R,next:null};this.length>0?this.tail.next=S:this.head=S,this.tail=S,++this.length}},{key:"unshift",value:function(R){var S={data:R,next:this.head};this.length===0&&(this.tail=S),this.head=S,++this.length}},{key:"shift",value:function(){if(this.length!==0){var R=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,R}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(R){if(this.length===0)return"";for(var S=this.head,m=""+S.data;S=S.next;)m+=R+S.data;return m}},{key:"concat",value:function(R){if(this.length===0)return u.alloc(0);for(var S=u.allocUnsafe(R>>>0),m=this.head,g=0;m;)b(m.data,S,g),g+=m.data.length,m=m.next;return S}},{key:"consume",value:function(R,S){var m;return R<this.head.data.length?(m=this.head.data.slice(0,R),this.head.data=this.head.data.slice(R)):R===this.head.data.length?m=this.shift():m=S?this._getString(R):this._getBuffer(R),m}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(R){var S=this.head,m=1,g=S.data;for(R-=g.length;S=S.next;){var v=S.data,T=R>v.length?v.length:R;if(T===v.length?g+=v:g+=v.slice(0,R),R-=T,R===0){T===v.length?(++m,S.next?this.head=S.next:this.head=this.tail=null):(this.head=S,S.data=v.slice(T));break}++m}return this.length-=m,g}},{key:"_getBuffer",value:function(R){var S=u.allocUnsafe(R),m=this.head,g=1;for(m.data.copy(S),R-=m.data.length;m=m.next;){var v=m.data,T=R>v.length?v.length:R;if(v.copy(S,S.length-R,0,T),R-=T,R===0){T===v.length?(++g,m.next?this.head=m.next:this.head=this.tail=null):(this.head=m,m.data=v.slice(T));break}++g}return this.length-=g,S}},{key:d,value:function(R,S){return f(this,t(t({},S),{},{depth:0,customInspect:!1}))}}]),E}(),au}var lu,ym;function bm(){if(ym)return lu;ym=1;function e(s,l){var c=this,u=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return u||a?(l?l(s):s&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,me.nextTick(o,this,s)):me.nextTick(o,this,s)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(s||null,function(f){!l&&f?c._writableState?c._writableState.errorEmitted?me.nextTick(r,c):(c._writableState.errorEmitted=!0,me.nextTick(t,c,f)):me.nextTick(t,c,f):l?(me.nextTick(r,c),l(f)):me.nextTick(r,c)}),this)}function t(s,l){o(s,l),r(s)}function r(s){s._writableState&&!s._writableState.emitClose||s._readableState&&!s._readableState.emitClose||s.emit("close")}function n(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function o(s,l){s.emit("error",l)}function i(s,l){var c=s._readableState,u=s._writableState;c&&c.autoDestroy||u&&u.autoDestroy?s.destroy(l):s.emit("error",l)}return lu={destroy:e,undestroy:n,errorOrDestroy:i},lu}var cu={},vm;function xi(){if(vm)return cu;vm=1;function e(l,c){l.prototype=Object.create(c.prototype),l.prototype.constructor=l,l.__proto__=c}var t={};function r(l,c,u){u||(u=Error);function a(d,b,E){return typeof c=="string"?c:c(d,b,E)}var f=function(d){e(b,d);function b(E,w,R){return d.call(this,a(E,w,R))||this}return b}(u);f.prototype.name=u.name,f.prototype.code=l,t[l]=f}function n(l,c){if(Array.isArray(l)){var u=l.length;return l=l.map(function(a){return String(a)}),u>2?"one of ".concat(c," ").concat(l.slice(0,u-1).join(", "),", or ")+l[u-1]:u===2?"one of ".concat(c," ").concat(l[0]," or ").concat(l[1]):"of ".concat(c," ").concat(l[0])}else return"of ".concat(c," ").concat(String(l))}function o(l,c,u){return l.substr(0,c.length)===c}function i(l,c,u){return(u===void 0||u>l.length)&&(u=l.length),l.substring(u-c.length,u)===c}function s(l,c,u){return typeof u!="number"&&(u=0),u+c.length>l.length?!1:l.indexOf(c,u)!==-1}return r("ERR_INVALID_OPT_VALUE",function(l,c){return'The value "'+c+'" is invalid for option "'+l+'"'},TypeError),r("ERR_INVALID_ARG_TYPE",function(l,c,u){var a;typeof c=="string"&&o(c,"not ")?(a="must not be",c=c.replace(/^not /,"")):a="must be";var f;if(i(l," argument"))f="The ".concat(l," ").concat(a," ").concat(n(c,"type"));else{var d=s(l,".")?"property":"argument";f='The "'.concat(l,'" ').concat(d," ").concat(a," ").concat(n(c,"type"))}return f+=". Received type ".concat(typeof u),f},TypeError),r("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),r("ERR_METHOD_NOT_IMPLEMENTED",function(l){return"The "+l+" method is not implemented"}),r("ERR_STREAM_PREMATURE_CLOSE","Premature close"),r("ERR_STREAM_DESTROYED",function(l){return"Cannot call "+l+" after a stream was destroyed"}),r("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),r("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),r("ERR_STREAM_WRITE_AFTER_END","write after end"),r("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),r("ERR_UNKNOWN_ENCODING",function(l){return"Unknown encoding: "+l},TypeError),r("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),cu.codes=t,cu}var uu,wm;function Sm(){if(wm)return uu;wm=1;var e=xi().codes.ERR_INVALID_OPT_VALUE;function t(n,o,i){return n.highWaterMark!=null?n.highWaterMark:o?n[i]:null}function r(n,o,i,s){var l=t(o,s,i);if(l!=null){if(!(isFinite(l)&&Math.floor(l)===l)||l<0){var c=s?i:"highWaterMark";throw new e(c,l)}return Math.floor(l)}return n.objectMode?16:16*1024}return uu={getHighWaterMark:r},uu}var fu,Em;function FR(){if(Em)return fu;Em=1,fu=e;function e(r,n){if(t("noDeprecation"))return r;var o=!1;function i(){if(!o){if(t("throwDeprecation"))throw new Error(n);t("traceDeprecation")?console.trace(n):console.warn(n),o=!0}return r.apply(this,arguments)}return i}function t(r){try{if(!Cn.localStorage)return!1}catch{return!1}var n=Cn.localStorage[r];return n==null?!1:String(n).toLowerCase()==="true"}return fu}var du,Tm;function Am(){if(Tm)return du;Tm=1,du=C;function e(Q){var x=this;this.next=null,this.entry=null,this.finish=function(){oe(x,Q)}}var t;C.WritableState=A;var r={deprecate:FR()},n=ng(),o=Is().Buffer,i=(typeof Cn<"u"?Cn:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function s(Q){return o.from(Q)}function l(Q){return o.isBuffer(Q)||Q instanceof i}var c=bm(),u=Sm(),a=u.getHighWaterMark,f=xi().codes,d=f.ERR_INVALID_ARG_TYPE,b=f.ERR_METHOD_NOT_IMPLEMENTED,E=f.ERR_MULTIPLE_CALLBACK,w=f.ERR_STREAM_CANNOT_PIPE,R=f.ERR_STREAM_DESTROYED,S=f.ERR_STREAM_NULL_VALUES,m=f.ERR_STREAM_WRITE_AFTER_END,g=f.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;Zn()(C,n);function T(){}function A(Q,x,k){t=t||Oi(),Q=Q||{},typeof k!="boolean"&&(k=x instanceof t),this.objectMode=!!Q.objectMode,k&&(this.objectMode=this.objectMode||!!Q.writableObjectMode),this.highWaterMark=a(this,Q,"writableHighWaterMark",k),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var X=Q.decodeStrings===!1;this.decodeStrings=!X,this.defaultEncoding=Q.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(W){J(x,W)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Q.emitClose!==!1,this.autoDestroy=!!Q.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}A.prototype.getBuffer=function(){for(var x=this.bufferedRequest,k=[];x;)k.push(x),x=x.next;return k},function(){try{Object.defineProperty(A.prototype,"buffer",{get:r.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var F;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(F=Function.prototype[Symbol.hasInstance],Object.defineProperty(C,Symbol.hasInstance,{value:function(x){return F.call(this,x)?!0:this!==C?!1:x&&x._writableState instanceof A}})):F=function(x){return x instanceof this};function C(Q){t=t||Oi();var x=this instanceof t;if(!x&&!F.call(C,this))return new C(Q);this._writableState=new A(Q,this,x),this.writable=!0,Q&&(typeof Q.write=="function"&&(this._write=Q.write),typeof Q.writev=="function"&&(this._writev=Q.writev),typeof Q.destroy=="function"&&(this._destroy=Q.destroy),typeof Q.final=="function"&&(this._final=Q.final)),n.call(this)}C.prototype.pipe=function(){v(this,new w)};function I(Q,x){var k=new m;v(Q,k),me.nextTick(x,k)}function L(Q,x,k,X){var W;return k===null?W=new S:typeof k!="string"&&!x.objectMode&&(W=new d("chunk",["string","Buffer"],k)),W?(v(Q,W),me.nextTick(X,W),!1):!0}C.prototype.write=function(Q,x,k){var X=this._writableState,W=!1,U=!X.objectMode&&l(Q);return U&&!o.isBuffer(Q)&&(Q=s(Q)),typeof x=="function"&&(k=x,x=null),U?x="buffer":x||(x=X.defaultEncoding),typeof k!="function"&&(k=T),X.ending?I(this,k):(U||L(this,X,Q,k))&&(X.pendingcb++,W=$(this,X,U,Q,x,k)),W},C.prototype.cork=function(){this._writableState.corked++},C.prototype.uncork=function(){var Q=this._writableState;Q.corked&&(Q.corked--,!Q.writing&&!Q.corked&&!Q.bufferProcessing&&Q.bufferedRequest&&de(this,Q))},C.prototype.setDefaultEncoding=function(x){if(typeof x=="string"&&(x=x.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((x+"").toLowerCase())>-1))throw new g(x);return this._writableState.defaultEncoding=x,this},Object.defineProperty(C.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function B(Q,x,k){return!Q.objectMode&&Q.decodeStrings!==!1&&typeof x=="string"&&(x=o.from(x,k)),x}Object.defineProperty(C.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function $(Q,x,k,X,W,U){if(!k){var z=B(x,X,W);X!==z&&(k=!0,W="buffer",X=z)}var fe=x.objectMode?1:X.length;x.length+=fe;var _e=x.length<x.highWaterMark;if(_e||(x.needDrain=!0),x.writing||x.corked){var Be=x.lastBufferedRequest;x.lastBufferedRequest={chunk:X,encoding:W,isBuf:k,callback:U,next:null},Be?Be.next=x.lastBufferedRequest:x.bufferedRequest=x.lastBufferedRequest,x.bufferedRequestCount+=1}else D(Q,x,!1,fe,X,W,U);return _e}function D(Q,x,k,X,W,U,z){x.writelen=X,x.writecb=z,x.writing=!0,x.sync=!0,x.destroyed?x.onwrite(new R("write")):k?Q._writev(W,x.onwrite):Q._write(W,U,x.onwrite),x.sync=!1}function H(Q,x,k,X,W){--x.pendingcb,k?(me.nextTick(W,X),me.nextTick(ae,Q,x),Q._writableState.errorEmitted=!0,v(Q,X)):(W(X),Q._writableState.errorEmitted=!0,v(Q,X),ae(Q,x))}function ee(Q){Q.writing=!1,Q.writecb=null,Q.length-=Q.writelen,Q.writelen=0}function J(Q,x){var k=Q._writableState,X=k.sync,W=k.writecb;if(typeof W!="function")throw new E;if(ee(k),x)H(Q,k,X,x,W);else{var U=Se(k)||Q.destroyed;!U&&!k.corked&&!k.bufferProcessing&&k.bufferedRequest&&de(Q,k),X?me.nextTick(ce,Q,k,U,W):ce(Q,k,U,W)}}function ce(Q,x,k,X){k||be(Q,x),x.pendingcb--,X(),ae(Q,x)}function be(Q,x){x.length===0&&x.needDrain&&(x.needDrain=!1,Q.emit("drain"))}function de(Q,x){x.bufferProcessing=!0;var k=x.bufferedRequest;if(Q._writev&&k&&k.next){var X=x.bufferedRequestCount,W=new Array(X),U=x.corkedRequestsFree;U.entry=k;for(var z=0,fe=!0;k;)W[z]=k,k.isBuf||(fe=!1),k=k.next,z+=1;W.allBuffers=fe,D(Q,x,!0,x.length,W,"",U.finish),x.pendingcb++,x.lastBufferedRequest=null,U.next?(x.corkedRequestsFree=U.next,U.next=null):x.corkedRequestsFree=new e(x),x.bufferedRequestCount=0}else{for(;k;){var _e=k.chunk,Be=k.encoding,Fe=k.callback,Pe=x.objectMode?1:_e.length;if(D(Q,x,!1,Pe,_e,Be,Fe),k=k.next,x.bufferedRequestCount--,x.writing)break}k===null&&(x.lastBufferedRequest=null)}x.bufferedRequest=k,x.bufferProcessing=!1}C.prototype._write=function(Q,x,k){k(new b("_write()"))},C.prototype._writev=null,C.prototype.end=function(Q,x,k){var X=this._writableState;return typeof Q=="function"?(k=Q,Q=null,x=null):typeof x=="function"&&(k=x,x=null),Q!=null&&this.write(Q,x),X.corked&&(X.corked=1,this.uncork()),X.ending||le(this,X,k),this},Object.defineProperty(C.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function Se(Q){return Q.ending&&Q.length===0&&Q.bufferedRequest===null&&!Q.finished&&!Q.writing}function Ae(Q,x){Q._final(function(k){x.pendingcb--,k&&v(Q,k),x.prefinished=!0,Q.emit("prefinish"),ae(Q,x)})}function ne(Q,x){!x.prefinished&&!x.finalCalled&&(typeof Q._final=="function"&&!x.destroyed?(x.pendingcb++,x.finalCalled=!0,me.nextTick(Ae,Q,x)):(x.prefinished=!0,Q.emit("prefinish")))}function ae(Q,x){var k=Se(x);if(k&&(ne(Q,x),x.pendingcb===0&&(x.finished=!0,Q.emit("finish"),x.autoDestroy))){var X=Q._readableState;(!X||X.autoDestroy&&X.endEmitted)&&Q.destroy()}return k}function le(Q,x,k){x.ending=!0,ae(Q,x),k&&(x.finished?me.nextTick(k):Q.once("finish",k)),x.ended=!0,Q.writable=!1}function oe(Q,x,k){var X=Q.entry;for(Q.entry=null;X;){var W=X.callback;x.pendingcb--,W(k),X=X.next}x.corkedRequestsFree.next=Q}return Object.defineProperty(C.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(x){this._writableState&&(this._writableState.destroyed=x)}}),C.prototype.destroy=c.destroy,C.prototype._undestroy=c.undestroy,C.prototype._destroy=function(Q,x){x(Q)},du}var pu,Rm;function Oi(){if(Rm)return pu;Rm=1;var e=Object.keys||function(u){var a=[];for(var f in u)a.push(f);return a};pu=s;var t=Om(),r=Am();Zn()(s,t);for(var n=e(r.prototype),o=0;o<n.length;o++){var i=n[o];s.prototype[i]||(s.prototype[i]=r.prototype[i])}function s(u){if(!(this instanceof s))return new s(u);t.call(this,u),r.call(this,u),this.allowHalfOpen=!0,u&&(u.readable===!1&&(this.readable=!1),u.writable===!1&&(this.writable=!1),u.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",l)))}Object.defineProperty(s.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(s.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(s.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function l(){this._writableState.ended||me.nextTick(c,this)}function c(u){u.end()}return Object.defineProperty(s.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(a){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=a,this._writableState.destroyed=a)}}),pu}var hu={},Ps={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var _m;function PR(){return _m||(_m=1,function(e,t){var r=Is(),n=r.Buffer;function o(s,l){for(var c in s)l[c]=s[c]}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=r:(o(r,t),t.Buffer=i);function i(s,l,c){return n(s,l,c)}i.prototype=Object.create(n.prototype),o(n,i),i.from=function(s,l,c){if(typeof s=="number")throw new TypeError("Argument must not be a number");return n(s,l,c)},i.alloc=function(s,l,c){if(typeof s!="number")throw new TypeError("Argument must be a number");var u=n(s);return l!==void 0?typeof c=="string"?u.fill(l,c):u.fill(l):u.fill(0),u},i.allocUnsafe=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return n(s)},i.allocUnsafeSlow=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return r.SlowBuffer(s)}}(Ps,Ps.exports)),Ps.exports}var Im;function gu(){if(Im)return hu;Im=1;var e=PR().Buffer,t=e.isEncoding||function(S){switch(S=""+S,S&&S.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function r(S){if(!S)return"utf8";for(var m;;)switch(S){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return S;default:if(m)return;S=(""+S).toLowerCase(),m=!0}}function n(S){var m=r(S);if(typeof m!="string"&&(e.isEncoding===t||!t(S)))throw new Error("Unknown encoding: "+S);return m||S}hu.StringDecoder=o;function o(S){this.encoding=n(S);var m;switch(this.encoding){case"utf16le":this.text=f,this.end=d,m=4;break;case"utf8":this.fillLast=c,m=4;break;case"base64":this.text=b,this.end=E,m=3;break;default:this.write=w,this.end=R;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(m)}o.prototype.write=function(S){if(S.length===0)return"";var m,g;if(this.lastNeed){if(m=this.fillLast(S),m===void 0)return"";g=this.lastNeed,this.lastNeed=0}else g=0;return g<S.length?m?m+this.text(S,g):this.text(S,g):m||""},o.prototype.end=a,o.prototype.text=u,o.prototype.fillLast=function(S){if(this.lastNeed<=S.length)return S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,this.lastTotal-this.lastNeed,0,S.length),this.lastNeed-=S.length};function i(S){return S<=127?0:S>>5===6?2:S>>4===14?3:S>>3===30?4:S>>6===2?-1:-2}function s(S,m,g){var v=m.length-1;if(v<g)return 0;var T=i(m[v]);return T>=0?(T>0&&(S.lastNeed=T-1),T):--v<g||T===-2?0:(T=i(m[v]),T>=0?(T>0&&(S.lastNeed=T-2),T):--v<g||T===-2?0:(T=i(m[v]),T>=0?(T>0&&(T===2?T=0:S.lastNeed=T-3),T):0))}function l(S,m,g){if((m[0]&192)!==128)return S.lastNeed=0,"�";if(S.lastNeed>1&&m.length>1){if((m[1]&192)!==128)return S.lastNeed=1,"�";if(S.lastNeed>2&&m.length>2&&(m[2]&192)!==128)return S.lastNeed=2,"�"}}function c(S){var m=this.lastTotal-this.lastNeed,g=l(this,S);if(g!==void 0)return g;if(this.lastNeed<=S.length)return S.copy(this.lastChar,m,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);S.copy(this.lastChar,m,0,S.length),this.lastNeed-=S.length}function u(S,m){var g=s(this,S,m);if(!this.lastNeed)return S.toString("utf8",m);this.lastTotal=g;var v=S.length-(g-this.lastNeed);return S.copy(this.lastChar,0,v),S.toString("utf8",m,v)}function a(S){var m=S&&S.length?this.write(S):"";return this.lastNeed?m+"�":m}function f(S,m){if((S.length-m)%2===0){var g=S.toString("utf16le",m);if(g){var v=g.charCodeAt(g.length-1);if(v>=55296&&v<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1],g.slice(0,-1)}return g}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=S[S.length-1],S.toString("utf16le",m,S.length-1)}function d(S){var m=S&&S.length?this.write(S):"";if(this.lastNeed){var g=this.lastTotal-this.lastNeed;return m+this.lastChar.toString("utf16le",0,g)}return m}function b(S,m){var g=(S.length-m)%3;return g===0?S.toString("base64",m):(this.lastNeed=3-g,this.lastTotal=3,g===1?this.lastChar[0]=S[S.length-1]:(this.lastChar[0]=S[S.length-2],this.lastChar[1]=S[S.length-1]),S.toString("base64",m,S.length-g))}function E(S){var m=S&&S.length?this.write(S):"";return this.lastNeed?m+this.lastChar.toString("base64",0,3-this.lastNeed):m}function w(S){return S.toString(this.encoding)}function R(S){return S&&S.length?this.write(S):""}return hu}var mu,Cm;function yu(){if(Cm)return mu;Cm=1;var e=xi().codes.ERR_STREAM_PREMATURE_CLOSE;function t(i){var s=!1;return function(){if(!s){s=!0;for(var l=arguments.length,c=new Array(l),u=0;u<l;u++)c[u]=arguments[u];i.apply(this,c)}}}function r(){}function n(i){return i.setHeader&&typeof i.abort=="function"}function o(i,s,l){if(typeof s=="function")return o(i,null,s);s||(s={}),l=t(l||r);var c=s.readable||s.readable!==!1&&i.readable,u=s.writable||s.writable!==!1&&i.writable,a=function(){i.writable||d()},f=i._writableState&&i._writableState.finished,d=function(){u=!1,f=!0,c||l.call(i)},b=i._readableState&&i._readableState.endEmitted,E=function(){c=!1,b=!0,u||l.call(i)},w=function(g){l.call(i,g)},R=function(){var g;if(c&&!b)return(!i._readableState||!i._readableState.ended)&&(g=new e),l.call(i,g);if(u&&!f)return(!i._writableState||!i._writableState.ended)&&(g=new e),l.call(i,g)},S=function(){i.req.on("finish",d)};return n(i)?(i.on("complete",d),i.on("abort",R),i.req?S():i.on("request",S)):u&&!i._writableState&&(i.on("end",a),i.on("close",a)),i.on("end",E),i.on("finish",d),s.error!==!1&&i.on("error",w),i.on("close",R),function(){i.removeListener("complete",d),i.removeListener("abort",R),i.removeListener("request",S),i.req&&i.req.removeListener("finish",d),i.removeListener("end",a),i.removeListener("close",a),i.removeListener("finish",d),i.removeListener("end",E),i.removeListener("error",w),i.removeListener("close",R)}}return mu=o,mu}var bu,Fm;function xR(){if(Fm)return bu;Fm=1;var e;function t(g,v,T){return v=r(v),v in g?Object.defineProperty(g,v,{value:T,enumerable:!0,configurable:!0,writable:!0}):g[v]=T,g}function r(g){var v=n(g,"string");return typeof v=="symbol"?v:String(v)}function n(g,v){if(typeof g!="object"||g===null)return g;var T=g[Symbol.toPrimitive];if(T!==void 0){var A=T.call(g,v);if(typeof A!="object")return A;throw new TypeError("@@toPrimitive must return a primitive value.")}return(v==="string"?String:Number)(g)}var o=yu(),i=Symbol("lastResolve"),s=Symbol("lastReject"),l=Symbol("error"),c=Symbol("ended"),u=Symbol("lastPromise"),a=Symbol("handlePromise"),f=Symbol("stream");function d(g,v){return{value:g,done:v}}function b(g){var v=g[i];if(v!==null){var T=g[f].read();T!==null&&(g[u]=null,g[i]=null,g[s]=null,v(d(T,!1)))}}function E(g){me.nextTick(b,g)}function w(g,v){return function(T,A){g.then(function(){if(v[c]){T(d(void 0,!0));return}v[a](T,A)},A)}}var R=Object.getPrototypeOf(function(){}),S=Object.setPrototypeOf((e={get stream(){return this[f]},next:function(){var v=this,T=this[l];if(T!==null)return Promise.reject(T);if(this[c])return Promise.resolve(d(void 0,!0));if(this[f].destroyed)return new Promise(function(I,L){me.nextTick(function(){v[l]?L(v[l]):I(d(void 0,!0))})});var A=this[u],F;if(A)F=new Promise(w(A,this));else{var C=this[f].read();if(C!==null)return Promise.resolve(d(C,!1));F=new Promise(this[a])}return this[u]=F,F}},t(e,Symbol.asyncIterator,function(){return this}),t(e,"return",function(){var v=this;return new Promise(function(T,A){v[f].destroy(null,function(F){if(F){A(F);return}T(d(void 0,!0))})})}),e),R),m=function(v){var T,A=Object.create(S,(T={},t(T,f,{value:v,writable:!0}),t(T,i,{value:null,writable:!0}),t(T,s,{value:null,writable:!0}),t(T,l,{value:null,writable:!0}),t(T,c,{value:v._readableState.endEmitted,writable:!0}),t(T,a,{value:function(C,I){var L=A[f].read();L?(A[u]=null,A[i]=null,A[s]=null,C(d(L,!1))):(A[i]=C,A[s]=I)},writable:!0}),T));return A[u]=null,o(v,function(F){if(F&&F.code!=="ERR_STREAM_PREMATURE_CLOSE"){var C=A[s];C!==null&&(A[u]=null,A[i]=null,A[s]=null,C(F)),A[l]=F;return}var I=A[i];I!==null&&(A[u]=null,A[i]=null,A[s]=null,I(d(void 0,!0))),A[c]=!0}),v.on("readable",E.bind(null,A)),A};return bu=m,bu}var vu,Pm;function OR(){return Pm||(Pm=1,vu=function(){throw new Error("Readable.from is not available in the browser")}),vu}var wu,xm;function Om(){if(xm)return wu;xm=1,wu=I;var e;I.ReadableState=C,tc().EventEmitter;var t=function(z,fe){return z.listeners(fe).length},r=ng(),n=Is().Buffer,o=(typeof Cn<"u"?Cn:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function i(U){return n.from(U)}function s(U){return n.isBuffer(U)||U instanceof o}var l=gm(),c;l&&l.debuglog?c=l.debuglog("stream"):c=function(){};var u=CR(),a=bm(),f=Sm(),d=f.getHighWaterMark,b=xi().codes,E=b.ERR_INVALID_ARG_TYPE,w=b.ERR_STREAM_PUSH_AFTER_EOF,R=b.ERR_METHOD_NOT_IMPLEMENTED,S=b.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,m,g,v;Zn()(I,r);var T=a.errorOrDestroy,A=["error","close","destroy","pause","resume"];function F(U,z,fe){if(typeof U.prependListener=="function")return U.prependListener(z,fe);!U._events||!U._events[z]?U.on(z,fe):Array.isArray(U._events[z])?U._events[z].unshift(fe):U._events[z]=[fe,U._events[z]]}function C(U,z,fe){e=e||Oi(),U=U||{},typeof fe!="boolean"&&(fe=z instanceof e),this.objectMode=!!U.objectMode,fe&&(this.objectMode=this.objectMode||!!U.readableObjectMode),this.highWaterMark=d(this,U,"readableHighWaterMark",fe),this.buffer=new u,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=U.emitClose!==!1,this.autoDestroy=!!U.autoDestroy,this.destroyed=!1,this.defaultEncoding=U.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,U.encoding&&(m||(m=gu().StringDecoder),this.decoder=new m(U.encoding),this.encoding=U.encoding)}function I(U){if(e=e||Oi(),!(this instanceof I))return new I(U);var z=this instanceof e;this._readableState=new C(U,this,z),this.readable=!0,U&&(typeof U.read=="function"&&(this._read=U.read),typeof U.destroy=="function"&&(this._destroy=U.destroy)),r.call(this)}Object.defineProperty(I.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(z){this._readableState&&(this._readableState.destroyed=z)}}),I.prototype.destroy=a.destroy,I.prototype._undestroy=a.undestroy,I.prototype._destroy=function(U,z){z(U)},I.prototype.push=function(U,z){var fe=this._readableState,_e;return fe.objectMode?_e=!0:typeof U=="string"&&(z=z||fe.defaultEncoding,z!==fe.encoding&&(U=n.from(U,z),z=""),_e=!0),L(this,U,z,!1,_e)},I.prototype.unshift=function(U){return L(this,U,null,!0,!1)};function L(U,z,fe,_e,Be){c("readableAddChunk",z);var Fe=U._readableState;if(z===null)Fe.reading=!1,J(U,Fe);else{var Pe;if(Be||(Pe=$(Fe,z)),Pe)T(U,Pe);else if(Fe.objectMode||z&&z.length>0)if(typeof z!="string"&&!Fe.objectMode&&Object.getPrototypeOf(z)!==n.prototype&&(z=i(z)),_e)Fe.endEmitted?T(U,new S):B(U,Fe,z,!0);else if(Fe.ended)T(U,new w);else{if(Fe.destroyed)return!1;Fe.reading=!1,Fe.decoder&&!fe?(z=Fe.decoder.write(z),Fe.objectMode||z.length!==0?B(U,Fe,z,!1):de(U,Fe)):B(U,Fe,z,!1)}else _e||(Fe.reading=!1,de(U,Fe))}return!Fe.ended&&(Fe.length<Fe.highWaterMark||Fe.length===0)}function B(U,z,fe,_e){z.flowing&&z.length===0&&!z.sync?(z.awaitDrain=0,U.emit("data",fe)):(z.length+=z.objectMode?1:fe.length,_e?z.buffer.unshift(fe):z.buffer.push(fe),z.needReadable&&ce(U)),de(U,z)}function $(U,z){var fe;return!s(z)&&typeof z!="string"&&z!==void 0&&!U.objectMode&&(fe=new E("chunk",["string","Buffer","Uint8Array"],z)),fe}I.prototype.isPaused=function(){return this._readableState.flowing===!1},I.prototype.setEncoding=function(U){m||(m=gu().StringDecoder);var z=new m(U);this._readableState.decoder=z,this._readableState.encoding=this._readableState.decoder.encoding;for(var fe=this._readableState.buffer.head,_e="";fe!==null;)_e+=z.write(fe.data),fe=fe.next;return this._readableState.buffer.clear(),_e!==""&&this._readableState.buffer.push(_e),this._readableState.length=_e.length,this};var D=1073741824;function H(U){return U>=D?U=D:(U--,U|=U>>>1,U|=U>>>2,U|=U>>>4,U|=U>>>8,U|=U>>>16,U++),U}function ee(U,z){return U<=0||z.length===0&&z.ended?0:z.objectMode?1:U!==U?z.flowing&&z.length?z.buffer.head.data.length:z.length:(U>z.highWaterMark&&(z.highWaterMark=H(U)),U<=z.length?U:z.ended?z.length:(z.needReadable=!0,0))}I.prototype.read=function(U){c("read",U),U=parseInt(U,10);var z=this._readableState,fe=U;if(U!==0&&(z.emittedReadable=!1),U===0&&z.needReadable&&((z.highWaterMark!==0?z.length>=z.highWaterMark:z.length>0)||z.ended))return c("read: emitReadable",z.length,z.ended),z.length===0&&z.ended?k(this):ce(this),null;if(U=ee(U,z),U===0&&z.ended)return z.length===0&&k(this),null;var _e=z.needReadable;c("need readable",_e),(z.length===0||z.length-U<z.highWaterMark)&&(_e=!0,c("length less than watermark",_e)),z.ended||z.reading?(_e=!1,c("reading or ended",_e)):_e&&(c("do read"),z.reading=!0,z.sync=!0,z.length===0&&(z.needReadable=!0),this._read(z.highWaterMark),z.sync=!1,z.reading||(U=ee(fe,z)));var Be;return U>0?Be=x(U,z):Be=null,Be===null?(z.needReadable=z.length<=z.highWaterMark,U=0):(z.length-=U,z.awaitDrain=0),z.length===0&&(z.ended||(z.needReadable=!0),fe!==U&&z.ended&&k(this)),Be!==null&&this.emit("data",Be),Be};function J(U,z){if(c("onEofChunk"),!z.ended){if(z.decoder){var fe=z.decoder.end();fe&&fe.length&&(z.buffer.push(fe),z.length+=z.objectMode?1:fe.length)}z.ended=!0,z.sync?ce(U):(z.needReadable=!1,z.emittedReadable||(z.emittedReadable=!0,be(U)))}}function ce(U){var z=U._readableState;c("emitReadable",z.needReadable,z.emittedReadable),z.needReadable=!1,z.emittedReadable||(c("emitReadable",z.flowing),z.emittedReadable=!0,me.nextTick(be,U))}function be(U){var z=U._readableState;c("emitReadable_",z.destroyed,z.length,z.ended),!z.destroyed&&(z.length||z.ended)&&(U.emit("readable"),z.emittedReadable=!1),z.needReadable=!z.flowing&&!z.ended&&z.length<=z.highWaterMark,Q(U)}function de(U,z){z.readingMore||(z.readingMore=!0,me.nextTick(Se,U,z))}function Se(U,z){for(;!z.reading&&!z.ended&&(z.length<z.highWaterMark||z.flowing&&z.length===0);){var fe=z.length;if(c("maybeReadMore read 0"),U.read(0),fe===z.length)break}z.readingMore=!1}I.prototype._read=function(U){T(this,new R("_read()"))},I.prototype.pipe=function(U,z){var fe=this,_e=this._readableState;switch(_e.pipesCount){case 0:_e.pipes=U;break;case 1:_e.pipes=[_e.pipes,U];break;default:_e.pipes.push(U);break}_e.pipesCount+=1,c("pipe count=%d opts=%j",_e.pipesCount,z);var Be=(!z||z.end!==!1)&&U!==me.stdout&&U!==me.stderr,Fe=Be?je:Ut;_e.endEmitted?me.nextTick(Fe):fe.once("end",Fe),U.on("unpipe",Pe);function Pe(nr,lt){c("onunpipe"),nr===fe&<&<.hasUnpiped===!1&&(lt.hasUnpiped=!0,qe())}function je(){c("onend"),U.end()}var te=Ae(fe);U.on("drain",te);var Le=!1;function qe(){c("cleanup"),U.removeListener("close",vt),U.removeListener("finish",et),U.removeListener("drain",te),U.removeListener("error",Ze),U.removeListener("unpipe",Pe),fe.removeListener("end",je),fe.removeListener("end",Ut),fe.removeListener("data",ze),Le=!0,_e.awaitDrain&&(!U._writableState||U._writableState.needDrain)&&te()}fe.on("data",ze);function ze(nr){c("ondata");var lt=U.write(nr);c("dest.write",lt),lt===!1&&((_e.pipesCount===1&&_e.pipes===U||_e.pipesCount>1&&W(_e.pipes,U)!==-1)&&!Le&&(c("false write response, pause",_e.awaitDrain),_e.awaitDrain++),fe.pause())}function Ze(nr){c("onerror",nr),Ut(),U.removeListener("error",Ze),t(U,"error")===0&&T(U,nr)}F(U,"error",Ze);function vt(){U.removeListener("finish",et),Ut()}U.once("close",vt);function et(){c("onfinish"),U.removeListener("close",vt),Ut()}U.once("finish",et);function Ut(){c("unpipe"),fe.unpipe(U)}return U.emit("pipe",fe),_e.flowing||(c("pipe resume"),fe.resume()),U};function Ae(U){return function(){var fe=U._readableState;c("pipeOnDrain",fe.awaitDrain),fe.awaitDrain&&fe.awaitDrain--,fe.awaitDrain===0&&t(U,"data")&&(fe.flowing=!0,Q(U))}}I.prototype.unpipe=function(U){var z=this._readableState,fe={hasUnpiped:!1};if(z.pipesCount===0)return this;if(z.pipesCount===1)return U&&U!==z.pipes?this:(U||(U=z.pipes),z.pipes=null,z.pipesCount=0,z.flowing=!1,U&&U.emit("unpipe",this,fe),this);if(!U){var _e=z.pipes,Be=z.pipesCount;z.pipes=null,z.pipesCount=0,z.flowing=!1;for(var Fe=0;Fe<Be;Fe++)_e[Fe].emit("unpipe",this,{hasUnpiped:!1});return this}var Pe=W(z.pipes,U);return Pe===-1?this:(z.pipes.splice(Pe,1),z.pipesCount-=1,z.pipesCount===1&&(z.pipes=z.pipes[0]),U.emit("unpipe",this,fe),this)},I.prototype.on=function(U,z){var fe=r.prototype.on.call(this,U,z),_e=this._readableState;return U==="data"?(_e.readableListening=this.listenerCount("readable")>0,_e.flowing!==!1&&this.resume()):U==="readable"&&!_e.endEmitted&&!_e.readableListening&&(_e.readableListening=_e.needReadable=!0,_e.flowing=!1,_e.emittedReadable=!1,c("on readable",_e.length,_e.reading),_e.length?ce(this):_e.reading||me.nextTick(ae,this)),fe},I.prototype.addListener=I.prototype.on,I.prototype.removeListener=function(U,z){var fe=r.prototype.removeListener.call(this,U,z);return U==="readable"&&me.nextTick(ne,this),fe},I.prototype.removeAllListeners=function(U){var z=r.prototype.removeAllListeners.apply(this,arguments);return(U==="readable"||U===void 0)&&me.nextTick(ne,this),z};function ne(U){var z=U._readableState;z.readableListening=U.listenerCount("readable")>0,z.resumeScheduled&&!z.paused?z.flowing=!0:U.listenerCount("data")>0&&U.resume()}function ae(U){c("readable nexttick read 0"),U.read(0)}I.prototype.resume=function(){var U=this._readableState;return U.flowing||(c("resume"),U.flowing=!U.readableListening,le(this,U)),U.paused=!1,this};function le(U,z){z.resumeScheduled||(z.resumeScheduled=!0,me.nextTick(oe,U,z))}function oe(U,z){c("resume",z.reading),z.reading||U.read(0),z.resumeScheduled=!1,U.emit("resume"),Q(U),z.flowing&&!z.reading&&U.read(0)}I.prototype.pause=function(){return c("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(c("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Q(U){var z=U._readableState;for(c("flow",z.flowing);z.flowing&&U.read()!==null;);}I.prototype.wrap=function(U){var z=this,fe=this._readableState,_e=!1;U.on("end",function(){if(c("wrapped end"),fe.decoder&&!fe.ended){var Pe=fe.decoder.end();Pe&&Pe.length&&z.push(Pe)}z.push(null)}),U.on("data",function(Pe){if(c("wrapped data"),fe.decoder&&(Pe=fe.decoder.write(Pe)),!(fe.objectMode&&Pe==null)&&!(!fe.objectMode&&(!Pe||!Pe.length))){var je=z.push(Pe);je||(_e=!0,U.pause())}});for(var Be in U)this[Be]===void 0&&typeof U[Be]=="function"&&(this[Be]=function(je){return function(){return U[je].apply(U,arguments)}}(Be));for(var Fe=0;Fe<A.length;Fe++)U.on(A[Fe],this.emit.bind(this,A[Fe]));return this._read=function(Pe){c("wrapped _read",Pe),_e&&(_e=!1,U.resume())},this},typeof Symbol=="function"&&(I.prototype[Symbol.asyncIterator]=function(){return g===void 0&&(g=xR()),g(this)}),Object.defineProperty(I.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(I.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(I.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(z){this._readableState&&(this._readableState.flowing=z)}}),I._fromList=x,Object.defineProperty(I.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function x(U,z){if(z.length===0)return null;var fe;return z.objectMode?fe=z.buffer.shift():!U||U>=z.length?(z.decoder?fe=z.buffer.join(""):z.buffer.length===1?fe=z.buffer.first():fe=z.buffer.concat(z.length),z.buffer.clear()):fe=z.buffer.consume(U,z.decoder),fe}function k(U){var z=U._readableState;c("endReadable",z.endEmitted),z.endEmitted||(z.ended=!0,me.nextTick(X,z,U))}function X(U,z){if(c("endReadableNT",U.endEmitted,U.length),!U.endEmitted&&U.length===0&&(U.endEmitted=!0,z.readable=!1,z.emit("end"),U.autoDestroy)){var fe=z._writableState;(!fe||fe.autoDestroy&&fe.finished)&&z.destroy()}}typeof Symbol=="function"&&(I.from=function(U,z){return v===void 0&&(v=OR()),v(I,U,z)});function W(U,z){for(var fe=0,_e=U.length;fe<_e;fe++)if(U[fe]===z)return fe;return-1}return wu}var Su,km;function Nm(){if(km)return Su;km=1,Su=l;var e=xi().codes,t=e.ERR_METHOD_NOT_IMPLEMENTED,r=e.ERR_MULTIPLE_CALLBACK,n=e.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=e.ERR_TRANSFORM_WITH_LENGTH_0,i=Oi();Zn()(l,i);function s(a,f){var d=this._transformState;d.transforming=!1;var b=d.writecb;if(b===null)return this.emit("error",new r);d.writechunk=null,d.writecb=null,f!=null&&this.push(f),b(a);var E=this._readableState;E.reading=!1,(E.needReadable||E.length<E.highWaterMark)&&this._read(E.highWaterMark)}function l(a){if(!(this instanceof l))return new l(a);i.call(this,a),this._transformState={afterTransform:s.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,a&&(typeof a.transform=="function"&&(this._transform=a.transform),typeof a.flush=="function"&&(this._flush=a.flush)),this.on("prefinish",c)}function c(){var a=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(f,d){u(a,f,d)}):u(this,null,null)}l.prototype.push=function(a,f){return this._transformState.needTransform=!1,i.prototype.push.call(this,a,f)},l.prototype._transform=function(a,f,d){d(new t("_transform()"))},l.prototype._write=function(a,f,d){var b=this._transformState;if(b.writecb=d,b.writechunk=a,b.writeencoding=f,!b.transforming){var E=this._readableState;(b.needTransform||E.needReadable||E.length<E.highWaterMark)&&this._read(E.highWaterMark)}},l.prototype._read=function(a){var f=this._transformState;f.writechunk!==null&&!f.transforming?(f.transforming=!0,this._transform(f.writechunk,f.writeencoding,f.afterTransform)):f.needTransform=!0},l.prototype._destroy=function(a,f){i.prototype._destroy.call(this,a,function(d){f(d)})};function u(a,f,d){if(f)return a.emit("error",f);if(d!=null&&a.push(d),a._writableState.length)throw new o;if(a._transformState.transforming)throw new n;return a.push(null)}return Su}var Eu,$m;function kR(){if($m)return Eu;$m=1,Eu=t;var e=Nm();Zn()(t,e);function t(r){if(!(this instanceof t))return new t(r);e.call(this,r)}return t.prototype._transform=function(r,n,o){o(null,r)},Eu}var Tu,Dm;function NR(){if(Dm)return Tu;Dm=1;var e;function t(d){var b=!1;return function(){b||(b=!0,d.apply(void 0,arguments))}}var r=xi().codes,n=r.ERR_MISSING_ARGS,o=r.ERR_STREAM_DESTROYED;function i(d){if(d)throw d}function s(d){return d.setHeader&&typeof d.abort=="function"}function l(d,b,E,w){w=t(w);var R=!1;d.on("close",function(){R=!0}),e===void 0&&(e=yu()),e(d,{readable:b,writable:E},function(m){if(m)return w(m);R=!0,w()});var S=!1;return function(m){if(!R&&!S){if(S=!0,s(d))return d.abort();if(typeof d.destroy=="function")return d.destroy();w(m||new o("pipe"))}}}function c(d){d()}function u(d,b){return d.pipe(b)}function a(d){return!d.length||typeof d[d.length-1]!="function"?i:d.pop()}function f(){for(var d=arguments.length,b=new Array(d),E=0;E<d;E++)b[E]=arguments[E];var w=a(b);if(Array.isArray(b[0])&&(b=b[0]),b.length<2)throw new n("streams");var R,S=b.map(function(m,g){var v=g<b.length-1,T=g>0;return l(m,v,T,function(A){R||(R=A),A&&S.forEach(c),!v&&(S.forEach(c),w(R))})});return b.reduce(u)}return Tu=f,Tu}var Au,Lm;function $R(){if(Lm)return Au;Lm=1,Au=r;var e=tc().EventEmitter,t=Zn();t(r,e),r.Readable=Om(),r.Writable=Am(),r.Duplex=Oi(),r.Transform=Nm(),r.PassThrough=kR(),r.finished=yu(),r.pipeline=NR(),r.Stream=r;function r(){e.call(this)}return r.prototype.pipe=function(n,o){var i=this;function s(b){n.writable&&n.write(b)===!1&&i.pause&&i.pause()}i.on("data",s);function l(){i.readable&&i.resume&&i.resume()}n.on("drain",l),!n._isStdio&&(!o||o.end!==!1)&&(i.on("end",u),i.on("close",a));var c=!1;function u(){c||(c=!0,n.end())}function a(){c||(c=!0,typeof n.destroy=="function"&&n.destroy())}function f(b){if(d(),e.listenerCount(this,"error")===0)throw b}i.on("error",f),n.on("error",f);function d(){i.removeListener("data",s),n.removeListener("drain",l),i.removeListener("end",u),i.removeListener("close",a),i.removeListener("error",f),n.removeListener("error",f),i.removeListener("end",d),i.removeListener("close",d),n.removeListener("close",d)}return i.on("end",d),i.on("close",d),n.on("close",d),n.emit("pipe",i),n},Au}var Bm;function DR(){return Bm||(Bm=1,function(e){(function(t){t.parser=function(x,k){return new n(x,k)},t.SAXParser=n,t.SAXStream=a,t.createStream=u,t.MAX_BUFFER_LENGTH=64*1024;var r=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function n(x,k){if(!(this instanceof n))return new n(x,k);var X=this;i(X),X.q=X.c="",X.bufferCheckPosition=t.MAX_BUFFER_LENGTH,X.opt=k||{},X.opt.lowercase=X.opt.lowercase||X.opt.lowercasetags,X.looseCase=X.opt.lowercase?"toLowerCase":"toUpperCase",X.tags=[],X.closed=X.closedRoot=X.sawRoot=!1,X.tag=X.error=null,X.strict=!!x,X.noscript=!!(x||X.opt.noscript),X.state=I.BEGIN,X.strictEntities=X.opt.strictEntities,X.ENTITIES=X.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),X.attribList=[],X.opt.xmlns&&(X.ns=Object.create(w)),X.opt.unquotedAttributeValues===void 0&&(X.opt.unquotedAttributeValues=!x),X.trackPosition=X.opt.position!==!1,X.trackPosition&&(X.position=X.line=X.column=0),B(X,"onready")}Object.create||(Object.create=function(x){function k(){}k.prototype=x;var X=new k;return X}),Object.keys||(Object.keys=function(x){var k=[];for(var X in x)x.hasOwnProperty(X)&&k.push(X);return k});function o(x){for(var k=Math.max(t.MAX_BUFFER_LENGTH,10),X=0,W=0,U=r.length;W<U;W++){var z=x[r[W]].length;if(z>k)switch(r[W]){case"textNode":D(x);break;case"cdata":$(x,"oncdata",x.cdata),x.cdata="";break;case"script":$(x,"onscript",x.script),x.script="";break;default:ee(x,"Max buffer length exceeded: "+r[W])}X=Math.max(X,z)}var fe=t.MAX_BUFFER_LENGTH-X;x.bufferCheckPosition=fe+x.position}function i(x){for(var k=0,X=r.length;k<X;k++)x[r[k]]=""}function s(x){D(x),x.cdata!==""&&($(x,"oncdata",x.cdata),x.cdata=""),x.script!==""&&($(x,"onscript",x.script),x.script="")}n.prototype={end:function(){J(this)},write:Q,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var l;try{l=$R().Stream}catch{l=function(){}}l||(l=function(){});var c=t.EVENTS.filter(function(x){return x!=="error"&&x!=="end"});function u(x,k){return new a(x,k)}function a(x,k){if(!(this instanceof a))return new a(x,k);l.apply(this),this._parser=new n(x,k),this.writable=!0,this.readable=!0;var X=this;this._parser.onend=function(){X.emit("end")},this._parser.onerror=function(W){X.emit("error",W),X._parser.error=null},this._decoder=null,c.forEach(function(W){Object.defineProperty(X,"on"+W,{get:function(){return X._parser["on"+W]},set:function(U){if(!U)return X.removeAllListeners(W),X._parser["on"+W]=U,U;X.on(W,U)},enumerable:!0,configurable:!1})})}a.prototype=Object.create(l.prototype,{constructor:{value:a}}),a.prototype.write=function(x){if(typeof As=="function"&&typeof As.isBuffer=="function"&&As.isBuffer(x)){if(!this._decoder){var k=gu().StringDecoder;this._decoder=new k("utf8")}x=this._decoder.write(x)}return this._parser.write(x.toString()),this.emit("data",x),!0},a.prototype.end=function(x){return x&&x.length&&this.write(x),this._parser.end(),!0},a.prototype.on=function(x,k){var X=this;return!X._parser["on"+x]&&c.indexOf(x)!==-1&&(X._parser["on"+x]=function(){var W=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);W.splice(0,0,x),X.emit.apply(X,W)}),l.prototype.on.call(X,x,k)};var f="[CDATA[",d="DOCTYPE",b="http://www.w3.org/XML/1998/namespace",E="http://www.w3.org/2000/xmlns/",w={xml:b,xmlns:E},R=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,S=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,m=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,g=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function v(x){return x===" "||x===`
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
Column: `+x.column+`
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
`?(k.line++,k.column=0):k.column++);k.textNode+=x.substring(U,X-1)}W==="<"&&!(k.sawRoot&&k.closedRoot&&!k.strict)?(k.state=I.OPEN_WAKA,k.startTagPosition=k.position):(!v(W)&&(!k.sawRoot||k.closedRoot)&&ce(k,"Text data outside of root node."),W==="&"?k.state=I.TEXT_ENTITY:k.textNode+=W);continue;case I.SCRIPT:W==="<"?k.state=I.SCRIPT_ENDING:k.script+=W;continue;case I.SCRIPT_ENDING:W==="/"?k.state=I.CLOSE_TAG:(k.script+="<"+W,k.state=I.SCRIPT);continue;case I.OPEN_WAKA:if(W==="!")k.state=I.SGML_DECL,k.sgmlDecl="";else if(!v(W))if(F(R,W))k.state=I.OPEN_TAG,k.tagName=W;else if(W==="/")k.state=I.CLOSE_TAG,k.tagName="";else if(W==="?")k.state=I.PROC_INST,k.procInstName=k.procInstBody="";else{if(ce(k,"Unencoded <"),k.startTagPosition+1<k.position){var z=k.position-k.startTagPosition;W=new Array(z).join(" ")+W}k.textNode+="<"+W,k.state=I.TEXT}continue;case I.SGML_DECL:if(k.sgmlDecl+W==="--"){k.state=I.COMMENT,k.comment="",k.sgmlDecl="";continue}k.doctype&&k.doctype!==!0&&k.sgmlDecl?(k.state=I.DOCTYPE_DTD,k.doctype+="<!"+k.sgmlDecl+W,k.sgmlDecl=""):(k.sgmlDecl+W).toUpperCase()===f?($(k,"onopencdata"),k.state=I.CDATA,k.sgmlDecl="",k.cdata=""):(k.sgmlDecl+W).toUpperCase()===d?(k.state=I.DOCTYPE,(k.doctype||k.sawRoot)&&ce(k,"Inappropriately located doctype declaration"),k.doctype="",k.sgmlDecl=""):W===">"?($(k,"onsgmldeclaration",k.sgmlDecl),k.sgmlDecl="",k.state=I.TEXT):(T(W)&&(k.state=I.SGML_DECL_QUOTED),k.sgmlDecl+=W);continue;case I.SGML_DECL_QUOTED:W===k.q&&(k.state=I.SGML_DECL,k.q=""),k.sgmlDecl+=W;continue;case I.DOCTYPE:W===">"?(k.state=I.TEXT,$(k,"ondoctype",k.doctype),k.doctype=!0):(k.doctype+=W,W==="["?k.state=I.DOCTYPE_DTD:T(W)&&(k.state=I.DOCTYPE_QUOTED,k.q=W));continue;case I.DOCTYPE_QUOTED:k.doctype+=W,W===k.q&&(k.q="",k.state=I.DOCTYPE);continue;case I.DOCTYPE_DTD:W==="]"?(k.doctype+=W,k.state=I.DOCTYPE):W==="<"?(k.state=I.OPEN_WAKA,k.startTagPosition=k.position):T(W)?(k.doctype+=W,k.state=I.DOCTYPE_DTD_QUOTED,k.q=W):k.doctype+=W;continue;case I.DOCTYPE_DTD_QUOTED:k.doctype+=W,W===k.q&&(k.state=I.DOCTYPE_DTD,k.q="");continue;case I.COMMENT:W==="-"?k.state=I.COMMENT_ENDING:k.comment+=W;continue;case I.COMMENT_ENDING:W==="-"?(k.state=I.COMMENT_ENDED,k.comment=H(k.opt,k.comment),k.comment&&$(k,"oncomment",k.comment),k.comment=""):(k.comment+="-"+W,k.state=I.COMMENT);continue;case I.COMMENT_ENDED:W!==">"?(ce(k,"Malformed comment"),k.comment+="--"+W,k.state=I.COMMENT):k.doctype&&k.doctype!==!0?k.state=I.DOCTYPE_DTD:k.state=I.TEXT;continue;case I.CDATA:W==="]"?k.state=I.CDATA_ENDING:k.cdata+=W;continue;case I.CDATA_ENDING:W==="]"?k.state=I.CDATA_ENDING_2:(k.cdata+="]"+W,k.state=I.CDATA);continue;case I.CDATA_ENDING_2:W===">"?(k.cdata&&$(k,"oncdata",k.cdata),$(k,"onclosecdata"),k.cdata="",k.state=I.TEXT):W==="]"?k.cdata+="]":(k.cdata+="]]"+W,k.state=I.CDATA);continue;case I.PROC_INST:W==="?"?k.state=I.PROC_INST_ENDING:v(W)?k.state=I.PROC_INST_BODY:k.procInstName+=W;continue;case I.PROC_INST_BODY:if(!k.procInstBody&&v(W))continue;W==="?"?k.state=I.PROC_INST_ENDING:k.procInstBody+=W;continue;case I.PROC_INST_ENDING:W===">"?($(k,"onprocessinginstruction",{name:k.procInstName,body:k.procInstBody}),k.procInstName=k.procInstBody="",k.state=I.TEXT):(k.procInstBody+="?"+W,k.state=I.PROC_INST_BODY);continue;case I.OPEN_TAG:F(S,W)?k.tagName+=W:(be(k),W===">"?Ae(k):W==="/"?k.state=I.OPEN_TAG_SLASH:(v(W)||ce(k,"Invalid character in tag name"),k.state=I.ATTRIB));continue;case I.OPEN_TAG_SLASH:W===">"?(Ae(k,!0),ne(k)):(ce(k,"Forward-slash in opening tag not followed by >"),k.state=I.ATTRIB);continue;case I.ATTRIB:if(v(W))continue;W===">"?Ae(k):W==="/"?k.state=I.OPEN_TAG_SLASH:F(R,W)?(k.attribName=W,k.attribValue="",k.state=I.ATTRIB_NAME):ce(k,"Invalid attribute name");continue;case I.ATTRIB_NAME:W==="="?k.state=I.ATTRIB_VALUE:W===">"?(ce(k,"Attribute without value"),k.attribValue=k.attribName,Se(k),Ae(k)):v(W)?k.state=I.ATTRIB_NAME_SAW_WHITE:F(S,W)?k.attribName+=W:ce(k,"Invalid attribute name");continue;case I.ATTRIB_NAME_SAW_WHITE:if(W==="=")k.state=I.ATTRIB_VALUE;else{if(v(W))continue;ce(k,"Attribute without value"),k.tag.attributes[k.attribName]="",k.attribValue="",$(k,"onattribute",{name:k.attribName,value:""}),k.attribName="",W===">"?Ae(k):F(R,W)?(k.attribName=W,k.state=I.ATTRIB_NAME):(ce(k,"Invalid attribute name"),k.state=I.ATTRIB)}continue;case I.ATTRIB_VALUE:if(v(W))continue;T(W)?(k.q=W,k.state=I.ATTRIB_VALUE_QUOTED):(k.opt.unquotedAttributeValues||ee(k,"Unquoted attribute value"),k.state=I.ATTRIB_VALUE_UNQUOTED,k.attribValue=W);continue;case I.ATTRIB_VALUE_QUOTED:if(W!==k.q){W==="&"?k.state=I.ATTRIB_VALUE_ENTITY_Q:k.attribValue+=W;continue}Se(k),k.q="",k.state=I.ATTRIB_VALUE_CLOSED;continue;case I.ATTRIB_VALUE_CLOSED:v(W)?k.state=I.ATTRIB:W===">"?Ae(k):W==="/"?k.state=I.OPEN_TAG_SLASH:F(R,W)?(ce(k,"No whitespace between attributes"),k.attribName=W,k.attribValue="",k.state=I.ATTRIB_NAME):ce(k,"Invalid attribute name");continue;case I.ATTRIB_VALUE_UNQUOTED:if(!A(W)){W==="&"?k.state=I.ATTRIB_VALUE_ENTITY_U:k.attribValue+=W;continue}Se(k),W===">"?Ae(k):k.state=I.ATTRIB;continue;case I.CLOSE_TAG:if(k.tagName)W===">"?ne(k):F(S,W)?k.tagName+=W:k.script?(k.script+="</"+k.tagName,k.tagName="",k.state=I.SCRIPT):(v(W)||ce(k,"Invalid tagname in closing tag"),k.state=I.CLOSE_TAG_SAW_WHITE);else{if(v(W))continue;C(R,W)?k.script?(k.script+="</"+W,k.state=I.SCRIPT):ce(k,"Invalid tagname in closing tag."):k.tagName=W}continue;case I.CLOSE_TAG_SAW_WHITE:if(v(W))continue;W===">"?ne(k):ce(k,"Invalid characters in closing tag");continue;case I.TEXT_ENTITY:case I.ATTRIB_VALUE_ENTITY_Q:case I.ATTRIB_VALUE_ENTITY_U:var fe,_e;switch(k.state){case I.TEXT_ENTITY:fe=I.TEXT,_e="textNode";break;case I.ATTRIB_VALUE_ENTITY_Q:fe=I.ATTRIB_VALUE_QUOTED,_e="attribValue";break;case I.ATTRIB_VALUE_ENTITY_U:fe=I.ATTRIB_VALUE_UNQUOTED,_e="attribValue";break}if(W===";"){var Be=ae(k);k.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Be)?(k.entity="",k.state=fe,k.write(Be)):(k[_e]+=Be,k.entity="",k.state=fe)}else F(k.entity.length?g:m,W)?k.entity+=W:(ce(k,"Invalid character in entity name"),k[_e]+="&"+k.entity+W,k.entity="",k.state=fe);continue;default:throw new Error(k,"Unknown state: "+k.state)}return k.position>=k.bufferCheckPosition&&o(k),k}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var x=String.fromCharCode,k=Math.floor,X=function(){var W=16384,U=[],z,fe,_e=-1,Be=arguments.length;if(!Be)return"";for(var Fe="";++_e<Be;){var Pe=Number(arguments[_e]);if(!isFinite(Pe)||Pe<0||Pe>1114111||k(Pe)!==Pe)throw RangeError("Invalid code point: "+Pe);Pe<=65535?U.push(Pe):(Pe-=65536,z=(Pe>>10)+55296,fe=Pe%1024+56320,U.push(z,fe)),(_e+1===Be||U.length>W)&&(Fe+=x.apply(null,U),U.length=0)}return Fe};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:X,configurable:!0,writable:!0}):String.fromCodePoint=X}()})(e)}(ec)),ec}var Ru,Mm;function _u(){return Mm||(Mm=1,Ru={isArray:function(e){return Array.isArray?Array.isArray(e):Object.prototype.toString.call(e)==="[object Array]"}}),Ru}var Iu,jm;function Cu(){if(jm)return Iu;jm=1;var e=_u().isArray;return Iu={copyOptions:function(t){var r,n={};for(r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);return n},ensureFlagExists:function(t,r){(!(t in r)||typeof r[t]!="boolean")&&(r[t]=!1)},ensureSpacesExists:function(t){(!("spaces"in t)||typeof t.spaces!="number"&&typeof t.spaces!="string")&&(t.spaces=0)},ensureAlwaysArrayExists:function(t){(!("alwaysArray"in t)||typeof t.alwaysArray!="boolean"&&!e(t.alwaysArray))&&(t.alwaysArray=!1)},ensureKeyExists:function(t,r){(!(t+"Key"in r)||typeof r[t+"Key"]!="string")&&(r[t+"Key"]=r.compact?"_"+t:t)},checkFnExists:function(t,r){return t+"Fn"in r}},Iu}var Fu,Um;function qm(){if(Um)return Fu;Um=1;var e=DR(),t=Cu(),r=_u().isArray,n,o;function i(S){return n=t.copyOptions(S),t.ensureFlagExists("ignoreDeclaration",n),t.ensureFlagExists("ignoreInstruction",n),t.ensureFlagExists("ignoreAttributes",n),t.ensureFlagExists("ignoreText",n),t.ensureFlagExists("ignoreComment",n),t.ensureFlagExists("ignoreCdata",n),t.ensureFlagExists("ignoreDoctype",n),t.ensureFlagExists("compact",n),t.ensureFlagExists("alwaysChildren",n),t.ensureFlagExists("addParent",n),t.ensureFlagExists("trim",n),t.ensureFlagExists("nativeType",n),t.ensureFlagExists("nativeTypeAttributes",n),t.ensureFlagExists("sanitize",n),t.ensureFlagExists("instructionHasAttributes",n),t.ensureFlagExists("captureSpacesBetweenElements",n),t.ensureAlwaysArrayExists(n),t.ensureKeyExists("declaration",n),t.ensureKeyExists("instruction",n),t.ensureKeyExists("attributes",n),t.ensureKeyExists("text",n),t.ensureKeyExists("comment",n),t.ensureKeyExists("cdata",n),t.ensureKeyExists("doctype",n),t.ensureKeyExists("type",n),t.ensureKeyExists("name",n),t.ensureKeyExists("elements",n),t.ensureKeyExists("parent",n),t.checkFnExists("doctype",n),t.checkFnExists("instruction",n),t.checkFnExists("cdata",n),t.checkFnExists("comment",n),t.checkFnExists("text",n),t.checkFnExists("instructionName",n),t.checkFnExists("elementName",n),t.checkFnExists("attributeName",n),t.checkFnExists("attributeValue",n),t.checkFnExists("attributes",n),n}function s(S){var m=Number(S);if(!isNaN(m))return m;var g=S.toLowerCase();return g==="true"?!0:g==="false"?!1:S}function l(S,m){var g;if(n.compact){if(!o[n[S+"Key"]]&&(r(n.alwaysArray)?n.alwaysArray.indexOf(n[S+"Key"])!==-1:n.alwaysArray)&&(o[n[S+"Key"]]=[]),o[n[S+"Key"]]&&!r(o[n[S+"Key"]])&&(o[n[S+"Key"]]=[o[n[S+"Key"]]]),S+"Fn"in n&&typeof m=="string"&&(m=n[S+"Fn"](m,o)),S==="instruction"&&("instructionFn"in n||"instructionNameFn"in n)){for(g in m)if(m.hasOwnProperty(g))if("instructionFn"in n)m[g]=n.instructionFn(m[g],g,o);else{var v=m[g];delete m[g],m[n.instructionNameFn(g,v,o)]=v}}r(o[n[S+"Key"]])?o[n[S+"Key"]].push(m):o[n[S+"Key"]]=m}else{o[n.elementsKey]||(o[n.elementsKey]=[]);var T={};if(T[n.typeKey]=S,S==="instruction"){for(g in m)if(m.hasOwnProperty(g))break;T[n.nameKey]="instructionNameFn"in n?n.instructionNameFn(g,m,o):g,n.instructionHasAttributes?(T[n.attributesKey]=m[g][n.attributesKey],"instructionFn"in n&&(T[n.attributesKey]=n.instructionFn(T[n.attributesKey],g,o))):("instructionFn"in n&&(m[g]=n.instructionFn(m[g],g,o)),T[n.instructionKey]=m[g])}else S+"Fn"in n&&(m=n[S+"Fn"](m,o)),T[n[S+"Key"]]=m;n.addParent&&(T[n.parentKey]=o),o[n.elementsKey].push(T)}}function c(S){if("attributesFn"in n&&S&&(S=n.attributesFn(S,o)),(n.trim||"attributeValueFn"in n||"attributeNameFn"in n||n.nativeTypeAttributes)&&S){var m;for(m in S)if(S.hasOwnProperty(m)&&(n.trim&&(S[m]=S[m].trim()),n.nativeTypeAttributes&&(S[m]=s(S[m])),"attributeValueFn"in n&&(S[m]=n.attributeValueFn(S[m],m,o)),"attributeNameFn"in n)){var g=S[m];delete S[m],S[n.attributeNameFn(m,S[m],o)]=g}}return S}function u(S){var m={};if(S.body&&(S.name.toLowerCase()==="xml"||n.instructionHasAttributes)){for(var g=/([\w:-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\w+))\s*/g,v;(v=g.exec(S.body))!==null;)m[v[1]]=v[2]||v[3]||v[4];m=c(m)}if(S.name.toLowerCase()==="xml"){if(n.ignoreDeclaration)return;o[n.declarationKey]={},Object.keys(m).length&&(o[n.declarationKey][n.attributesKey]=m),n.addParent&&(o[n.declarationKey][n.parentKey]=o)}else{if(n.ignoreInstruction)return;n.trim&&(S.body=S.body.trim());var T={};n.instructionHasAttributes&&Object.keys(m).length?(T[S.name]={},T[S.name][n.attributesKey]=m):T[S.name]=S.body,l("instruction",T)}}function a(S,m){var g;if(typeof S=="object"&&(m=S.attributes,S=S.name),m=c(m),"elementNameFn"in n&&(S=n.elementNameFn(S,o)),n.compact){if(g={},!n.ignoreAttributes&&m&&Object.keys(m).length){g[n.attributesKey]={};var v;for(v in m)m.hasOwnProperty(v)&&(g[n.attributesKey][v]=m[v])}!(S in o)&&(r(n.alwaysArray)?n.alwaysArray.indexOf(S)!==-1:n.alwaysArray)&&(o[S]=[]),o[S]&&!r(o[S])&&(o[S]=[o[S]]),r(o[S])?o[S].push(g):o[S]=g}else o[n.elementsKey]||(o[n.elementsKey]=[]),g={},g[n.typeKey]="element",g[n.nameKey]=S,!n.ignoreAttributes&&m&&Object.keys(m).length&&(g[n.attributesKey]=m),n.alwaysChildren&&(g[n.elementsKey]=[]),o[n.elementsKey].push(g);g[n.parentKey]=o,o=g}function f(S){n.ignoreText||!S.trim()&&!n.captureSpacesBetweenElements||(n.trim&&(S=S.trim()),n.nativeType&&(S=s(S)),n.sanitize&&(S=S.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")),l("text",S))}function d(S){n.ignoreComment||(n.trim&&(S=S.trim()),l("comment",S))}function b(S){var m=o[n.parentKey];n.addParent||delete o[n.parentKey],o=m}function E(S){n.ignoreCdata||(n.trim&&(S=S.trim()),l("cdata",S))}function w(S){n.ignoreDoctype||(S=S.replace(/^ /,""),n.trim&&(S=S.trim()),l("doctype",S))}function R(S){S.note=S}return Fu=function(S,m){var g=e.parser(!0,{}),v={};if(o=v,n=i(m),g.opt={strictEntities:!0},g.onopentag=a,g.ontext=f,g.oncomment=d,g.onclosetag=b,g.onerror=R,g.oncdata=E,g.ondoctype=w,g.onprocessinginstruction=u,g.write(S).close(),v[n.elementsKey]){var T=v[n.elementsKey];delete v[n.elementsKey],v[n.elementsKey]=T,delete v.text}return v},Fu}var Pu,Vm;function LR(){if(Vm)return Pu;Vm=1;var e=Cu(),t=qm();function r(n){var o=e.copyOptions(n);return e.ensureSpacesExists(o),o}return Pu=function(n,o){var i,s,l,c;return i=r(o),s=t(n,i),c="compact"in i&&i.compact?"_parent":"parent","addParent"in i&&i.addParent?l=JSON.stringify(s,function(u,a){return u===c?"_":a},i.spaces):l=JSON.stringify(s,null,i.spaces),l.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")},Pu}var xu,zm;function Wm(){if(zm)return xu;zm=1;var e=Cu(),t=_u().isArray,r,n;function o(g){var v=e.copyOptions(g);return e.ensureFlagExists("ignoreDeclaration",v),e.ensureFlagExists("ignoreInstruction",v),e.ensureFlagExists("ignoreAttributes",v),e.ensureFlagExists("ignoreText",v),e.ensureFlagExists("ignoreComment",v),e.ensureFlagExists("ignoreCdata",v),e.ensureFlagExists("ignoreDoctype",v),e.ensureFlagExists("compact",v),e.ensureFlagExists("indentText",v),e.ensureFlagExists("indentCdata",v),e.ensureFlagExists("indentAttributes",v),e.ensureFlagExists("indentInstruction",v),e.ensureFlagExists("fullTagEmptyElement",v),e.ensureFlagExists("noQuotesForNativeAttributes",v),e.ensureSpacesExists(v),typeof v.spaces=="number"&&(v.spaces=Array(v.spaces+1).join(" ")),e.ensureKeyExists("declaration",v),e.ensureKeyExists("instruction",v),e.ensureKeyExists("attributes",v),e.ensureKeyExists("text",v),e.ensureKeyExists("comment",v),e.ensureKeyExists("cdata",v),e.ensureKeyExists("doctype",v),e.ensureKeyExists("type",v),e.ensureKeyExists("name",v),e.ensureKeyExists("elements",v),e.checkFnExists("doctype",v),e.checkFnExists("instruction",v),e.checkFnExists("cdata",v),e.checkFnExists("comment",v),e.checkFnExists("text",v),e.checkFnExists("instructionName",v),e.checkFnExists("elementName",v),e.checkFnExists("attributeName",v),e.checkFnExists("attributeValue",v),e.checkFnExists("attributes",v),e.checkFnExists("fullTagEmptyElement",v),v}function i(g,v,T){return(!T&&g.spaces?`
|
|
39
|
-
`:"")+Array(v+1).join(g.spaces)}function s(g,v,T){if(v.ignoreAttributes)return"";"attributesFn"in v&&(g=v.attributesFn(g,n,r));var A,F,C,I,L=[];for(A in g)g.hasOwnProperty(A)&&g[A]!==null&&g[A]!==void 0&&(I=v.noQuotesForNativeAttributes&&typeof g[A]!="string"?"":'"',F=""+g[A],F=F.replace(/"/g,"""),C="attributeNameFn"in v?v.attributeNameFn(A,F,n,r):A,L.push(v.spaces&&v.indentAttributes?i(v,T+1,!1):" "),L.push(C+"="+I+("attributeValueFn"in v?v.attributeValueFn(F,A,n,r):F)+I));return g&&Object.keys(g).length&&v.spaces&&v.indentAttributes&&L.push(i(v,T,!1)),L.join("")}function l(g,v,T){return r=g,n="xml",v.ignoreDeclaration?"":"<?xml"+s(g[v.attributesKey],v,T)+"?>"}function c(g,v,T){if(v.ignoreInstruction)return"";var A;for(A in g)if(g.hasOwnProperty(A))break;var F="instructionNameFn"in v?v.instructionNameFn(A,g[A],n,r):A;if(typeof g[A]=="object")return r=g,n=F,"<?"+F+s(g[A][v.attributesKey],v,T)+"?>";var C=g[A]?g[A]:"";return"instructionFn"in v&&(C=v.instructionFn(C,A,n,r)),"<?"+F+(C?" "+C:"")+"?>"}function u(g,v){return v.ignoreComment?"":"<!--"+("commentFn"in v?v.commentFn(g,n,r):g)+"-->"}function a(g,v){return v.ignoreCdata?"":"<![CDATA["+("cdataFn"in v?v.cdataFn(g,n,r):g.replace("]]>","]]]]><![CDATA[>"))+"]]>"}function f(g,v){return v.ignoreDoctype?"":"<!DOCTYPE "+("doctypeFn"in v?v.doctypeFn(g,n,r):g)+">"}function d(g,v){return v.ignoreText?"":(g=""+g,g=g.replace(/&/g,"&"),g=g.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"),"textFn"in v?v.textFn(g,n,r):g)}function b(g,v){var T;if(g.elements&&g.elements.length)for(T=0;T<g.elements.length;++T)switch(g.elements[T][v.typeKey]){case"text":if(v.indentText)return!0;break;case"cdata":if(v.indentCdata)return!0;break;case"instruction":if(v.indentInstruction)return!0;break;case"doctype":case"comment":case"element":return!0;default:return!0}return!1}function E(g,v,T){r=g,n=g.name;var A=[],F="elementNameFn"in v?v.elementNameFn(g.name,g):g.name;A.push("<"+F),g[v.attributesKey]&&A.push(s(g[v.attributesKey],v,T));var C=g[v.elementsKey]&&g[v.elementsKey].length||g[v.attributesKey]&&g[v.attributesKey]["xml:space"]==="preserve";return C||("fullTagEmptyElementFn"in v?C=v.fullTagEmptyElementFn(g.name,g):C=v.fullTagEmptyElement),C?(A.push(">"),g[v.elementsKey]&&g[v.elementsKey].length&&(A.push(w(g[v.elementsKey],v,T+1)),r=g,n=g.name),A.push(v.spaces&&b(g,v)?`
|
|
40
|
-
`+Array(T+1).join(v.spaces):""),A.push("</"+F+">")):A.push("/>"),A.join("")}function w(g,v,T,A){return g.reduce(function(F,C){var I=i(v,T,A&&!F);switch(C.type){case"element":return F+I+E(C,v,T);case"comment":return F+I+u(C[v.commentKey],v);case"doctype":return F+I+f(C[v.doctypeKey],v);case"cdata":return F+(v.indentCdata?I:"")+a(C[v.cdataKey],v);case"text":return F+(v.indentText?I:"")+d(C[v.textKey],v);case"instruction":var L={};return L[C[v.nameKey]]=C[v.attributesKey]?C:C[v.instructionKey],F+(v.indentInstruction?I:"")+c(L,v,T)}},"")}function R(g,v,T){var A;for(A in g)if(g.hasOwnProperty(A))switch(A){case v.parentKey:case v.attributesKey:break;case v.textKey:if(v.indentText||T)return!0;break;case v.cdataKey:if(v.indentCdata||T)return!0;break;case v.instructionKey:if(v.indentInstruction||T)return!0;break;case v.doctypeKey:case v.commentKey:return!0;default:return!0}return!1}function S(g,v,T,A,F){r=g,n=v;var C="elementNameFn"in T?T.elementNameFn(v,g):v;if(typeof g>"u"||g===null||g==="")return"fullTagEmptyElementFn"in T&&T.fullTagEmptyElementFn(v,g)||T.fullTagEmptyElement?"<"+C+"></"+C+">":"<"+C+"/>";var I=[];if(v){if(I.push("<"+C),typeof g!="object")return I.push(">"+d(g,T)+"</"+C+">"),I.join("");g[T.attributesKey]&&I.push(s(g[T.attributesKey],T,A));var L=R(g,T,!0)||g[T.attributesKey]&&g[T.attributesKey]["xml:space"]==="preserve";if(L||("fullTagEmptyElementFn"in T?L=T.fullTagEmptyElementFn(v,g):L=T.fullTagEmptyElement),L)I.push(">");else return I.push("/>"),I.join("")}return I.push(m(g,T,A+1,!1)),r=g,n=v,v&&I.push((F?i(T,A,!1):"")+"</"+C+">"),I.join("")}function m(g,v,T,A){var F,C,I,L=[];for(C in g)if(g.hasOwnProperty(C))for(I=t(g[C])?g[C]:[g[C]],F=0;F<I.length;++F){switch(C){case v.declarationKey:L.push(l(I[F],v,T));break;case v.instructionKey:L.push((v.indentInstruction?i(v,T,A):"")+c(I[F],v,T));break;case v.attributesKey:case v.parentKey:break;case v.textKey:L.push((v.indentText?i(v,T,A):"")+d(I[F],v));break;case v.cdataKey:L.push((v.indentCdata?i(v,T,A):"")+a(I[F],v));break;case v.doctypeKey:L.push(i(v,T,A)+f(I[F],v));break;case v.commentKey:L.push(i(v,T,A)+u(I[F],v));break;default:L.push(i(v,T,A)+S(I[F],C,v,T,R(I[F],v)))}A=A&&!L.length}return L.join("")}return xu=function(g,v){v=o(v);var T=[];return r=g,n="_root_",v.compact?T.push(m(g,v,0,!0)):(g[v.declarationKey]&&T.push(l(g[v.declarationKey],v,0)),g[v.elementsKey]&&g[v.elementsKey].length&&T.push(w(g[v.elementsKey],v,0,!T.length))),T.join("")},xu}var Ou,Hm;function BR(){if(Hm)return Ou;Hm=1;var e=Wm();return Ou=function(t,r){t instanceof As&&(t=t.toString());var n=null;if(typeof t=="string")try{n=JSON.parse(t)}catch{throw new Error("The JSON structure is invalid")}else n=t;return e(n,r)},Ou}var ku,Gm;function MR(){if(Gm)return ku;Gm=1;var e=qm(),t=LR(),r=Wm(),n=BR();return ku={xml2js:e,xml2json:t,js2xml:r,json2xml:n},ku}MR();/*! For license information please see index.js.LICENSE.txt */var jR={2:e=>{function t(o,i,s){o instanceof RegExp&&(o=r(o,s)),i instanceof RegExp&&(i=r(i,s));var l=n(o,i,s);return l&&{start:l[0],end:l[1],pre:s.slice(0,l[0]),body:s.slice(l[0]+o.length,l[1]),post:s.slice(l[1]+i.length)}}function r(o,i){var s=i.match(o);return s?s[0]:null}function n(o,i,s){var l,c,u,a,f,d=s.indexOf(o),b=s.indexOf(i,d+1),E=d;if(d>=0&&b>0){for(l=[],u=s.length;E>=0&&!f;)E==d?(l.push(E),d=s.indexOf(o,E+1)):l.length==1?f=[l.pop(),b]:((c=l.pop())<u&&(u=c,a=b),b=s.indexOf(i,E+1)),E=d<b&&d>=0?d:b;l.length&&(f=[u,a])}return f}e.exports=t,t.range=n},101:function(e,t,r){var n;e=r.nmd(e),function(o){var i=(e&&e.exports,typeof Fn=="object"&&Fn);i.global!==i&&i.window;var s=function(f){this.message=f};(s.prototype=new Error).name="InvalidCharacterError";var l=function(f){throw new s(f)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=/[\t\n\f\r ]/g,a={encode:function(f){f=String(f),/[^\0-\xFF]/.test(f)&&l("The string to be encoded contains characters outside of the Latin1 range.");for(var d,b,E,w,R=f.length%3,S="",m=-1,g=f.length-R;++m<g;)d=f.charCodeAt(m)<<16,b=f.charCodeAt(++m)<<8,E=f.charCodeAt(++m),S+=c.charAt((w=d+b+E)>>18&63)+c.charAt(w>>12&63)+c.charAt(w>>6&63)+c.charAt(63&w);return R==2?(d=f.charCodeAt(m)<<8,b=f.charCodeAt(++m),S+=c.charAt((w=d+b)>>10)+c.charAt(w>>4&63)+c.charAt(w<<2&63)+"="):R==1&&(w=f.charCodeAt(m),S+=c.charAt(w>>2)+c.charAt(w<<4&63)+"=="),S},decode:function(f){var d=(f=String(f).replace(u,"")).length;d%4==0&&(d=(f=f.replace(/==?$/,"")).length),(d%4==1||/[^+a-zA-Z0-9/]/.test(f))&&l("Invalid character: the string to be decoded is not correctly encoded.");for(var b,E,w=0,R="",S=-1;++S<d;)E=c.indexOf(f.charAt(S)),b=w%4?64*b+E:E,w++%4&&(R+=String.fromCharCode(255&b>>(-2*w&6)));return R},version:"1.0.0"};(n=(function(){return a}).call(t,r,t,e))===void 0||(e.exports=n)}()},172:(e,t)=>{t.d=function(r){if(!r)return 0;for(var n=(r=r.toString()).length,o=r.length;o--;){var i=r.charCodeAt(o);56320<=i&&i<=57343&&o--,127<i&&i<=2047?n++:2047<i&&i<=65535&&(n+=2)}return n}},526:e=>{var t={utf8:{stringToBytes:function(r){return t.bin.stringToBytes(unescape(encodeURIComponent(r)))},bytesToString:function(r){return decodeURIComponent(escape(t.bin.bytesToString(r)))}},bin:{stringToBytes:function(r){for(var n=[],o=0;o<r.length;o++)n.push(255&r.charCodeAt(o));return n},bytesToString:function(r){for(var n=[],o=0;o<r.length;o++)n.push(String.fromCharCode(r[o]));return n.join("")}}};e.exports=t},298:e=>{var t,r;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",r={rotl:function(n,o){return n<<o|n>>>32-o},rotr:function(n,o){return n<<32-o|n>>>o},endian:function(n){if(n.constructor==Number)return 16711935&r.rotl(n,8)|4278255360&r.rotl(n,24);for(var o=0;o<n.length;o++)n[o]=r.endian(n[o]);return n},randomBytes:function(n){for(var o=[];n>0;n--)o.push(Math.floor(256*Math.random()));return o},bytesToWords:function(n){for(var o=[],i=0,s=0;i<n.length;i++,s+=8)o[s>>>5]|=n[i]<<24-s%32;return o},wordsToBytes:function(n){for(var o=[],i=0;i<32*n.length;i+=8)o.push(n[i>>>5]>>>24-i%32&255);return o},bytesToHex:function(n){for(var o=[],i=0;i<n.length;i++)o.push((n[i]>>>4).toString(16)),o.push((15&n[i]).toString(16));return o.join("")},hexToBytes:function(n){for(var o=[],i=0;i<n.length;i+=2)o.push(parseInt(n.substr(i,2),16));return o},bytesToBase64:function(n){for(var o=[],i=0;i<n.length;i+=3)for(var s=n[i]<<16|n[i+1]<<8|n[i+2],l=0;l<4;l++)8*i+6*l<=8*n.length?o.push(t.charAt(s>>>6*(3-l)&63)):o.push("=");return o.join("")},base64ToBytes:function(n){n=n.replace(/[^A-Z0-9+\/]/gi,"");for(var o=[],i=0,s=0;i<n.length;s=++i%4)s!=0&&o.push((t.indexOf(n.charAt(i-1))&Math.pow(2,-2*s+8)-1)<<2*s|t.indexOf(n.charAt(i))>>>6-2*s);return o}},e.exports=r},635:(e,t,r)=>{const n=r(31),o=r(338),i=r(221);e.exports={XMLParser:o,XMLValidator:n,XMLBuilder:i}},118:e=>{e.exports=function(t){return typeof t=="function"?t:Array.isArray(t)?r=>{for(const n of t)if(typeof n=="string"&&r===n||n instanceof RegExp&&n.test(r))return!0}:()=>!1}},705:(e,t)=>{const r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n="["+r+"]["+r+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",o=new RegExp("^"+n+"$");t.isExist=function(i){return i!==void 0},t.isEmptyObject=function(i){return Object.keys(i).length===0},t.merge=function(i,s,l){if(s){const c=Object.keys(s),u=c.length;for(let a=0;a<u;a++)i[c[a]]=l==="strict"?[s[c[a]]]:s[c[a]]}},t.getValue=function(i){return t.isExist(i)?i:""},t.isName=function(i){return o.exec(i)!=null},t.getAllMatches=function(i,s){const l=[];let c=s.exec(i);for(;c;){const u=[];u.startIndex=s.lastIndex-c[0].length;const a=c.length;for(let f=0;f<a;f++)u.push(c[f]);l.push(u),c=s.exec(i)}return l},t.nameRegexp=n},31:(e,t,r)=>{const n=r(705),o={allowBooleanAttributes:!1,unpairedTags:[]};function i(m){return m===" "||m===" "||m===`
|
|
41
|
-
`||m==="\r"}function s(m,g){const v=g;for(;g<m.length;g++)if(!(m[g]!="?"&&m[g]!=" ")){const T=m.substr(v,g-v);if(g>5&&T==="xml")return E("InvalidXml","XML declaration allowed only at the start of the document.",R(m,g));if(m[g]=="?"&&m[g+1]==">"){g++;break}}return g}function l(m,g){if(m.length>g+5&&m[g+1]==="-"&&m[g+2]==="-"){for(g+=3;g<m.length;g++)if(m[g]==="-"&&m[g+1]==="-"&&m[g+2]===">"){g+=2;break}}else if(m.length>g+8&&m[g+1]==="D"&&m[g+2]==="O"&&m[g+3]==="C"&&m[g+4]==="T"&&m[g+5]==="Y"&&m[g+6]==="P"&&m[g+7]==="E"){let v=1;for(g+=8;g<m.length;g++)if(m[g]==="<")v++;else if(m[g]===">"&&(v--,v===0))break}else if(m.length>g+9&&m[g+1]==="["&&m[g+2]==="C"&&m[g+3]==="D"&&m[g+4]==="A"&&m[g+5]==="T"&&m[g+6]==="A"&&m[g+7]==="["){for(g+=8;g<m.length;g++)if(m[g]==="]"&&m[g+1]==="]"&&m[g+2]===">"){g+=2;break}}return g}t.validate=function(m,g){g=Object.assign({},o,g);const v=[];let T=!1,A=!1;m[0]==="\uFEFF"&&(m=m.substr(1));for(let C=0;C<m.length;C++)if(m[C]==="<"&&m[C+1]==="?"){if(C+=2,C=s(m,C),C.err)return C}else{if(m[C]!=="<"){if(i(m[C]))continue;return E("InvalidChar","char '"+m[C]+"' is not expected.",R(m,C))}{let I=C;if(C++,m[C]==="!"){C=l(m,C);continue}{let L=!1;m[C]==="/"&&(L=!0,C++);let B="";for(;C<m.length&&m[C]!==">"&&m[C]!==" "&&m[C]!==" "&&m[C]!==`
|
|
42
|
-
`&&m[C]!=="\r";C++)B+=m[C];if(B=B.trim(),B[B.length-1]==="/"&&(B=B.substring(0,B.length-1),C--),F=B,!n.isName(F)){let H;return H=B.trim().length===0?"Invalid space after '<'.":"Tag '"+B+"' is an invalid name.",E("InvalidTag",H,R(m,C))}const $=a(m,C);if($===!1)return E("InvalidAttr","Attributes for '"+B+"' have open quote.",R(m,C));let D=$.value;if(C=$.index,D[D.length-1]==="/"){const H=C-D.length;D=D.substring(0,D.length-1);const ee=d(D,g);if(ee!==!0)return E(ee.err.code,ee.err.msg,R(m,H+ee.err.line));T=!0}else if(L){if(!$.tagClosed)return E("InvalidTag","Closing tag '"+B+"' doesn't have proper closing.",R(m,C));if(D.trim().length>0)return E("InvalidTag","Closing tag '"+B+"' can't have attributes or invalid starting.",R(m,I));if(v.length===0)return E("InvalidTag","Closing tag '"+B+"' has not been opened.",R(m,I));{const H=v.pop();if(B!==H.tagName){let ee=R(m,H.tagStartPos);return E("InvalidTag","Expected closing tag '"+H.tagName+"' (opened in line "+ee.line+", col "+ee.col+") instead of closing tag '"+B+"'.",R(m,I))}v.length==0&&(A=!0)}}else{const H=d(D,g);if(H!==!0)return E(H.err.code,H.err.msg,R(m,C-D.length+H.err.line));if(A===!0)return E("InvalidXml","Multiple possible root nodes found.",R(m,C));g.unpairedTags.indexOf(B)!==-1||v.push({tagName:B,tagStartPos:I}),T=!0}for(C++;C<m.length;C++)if(m[C]==="<"){if(m[C+1]==="!"){C++,C=l(m,C);continue}if(m[C+1]!=="?")break;if(C=s(m,++C),C.err)return C}else if(m[C]==="&"){const H=b(m,C);if(H==-1)return E("InvalidChar","char '&' is not expected.",R(m,C));C=H}else if(A===!0&&!i(m[C]))return E("InvalidXml","Extra text at the end",R(m,C));m[C]==="<"&&C--}}}var F;return T?v.length==1?E("InvalidTag","Unclosed tag '"+v[0].tagName+"'.",R(m,v[0].tagStartPos)):!(v.length>0)||E("InvalidXml","Invalid '"+JSON.stringify(v.map(C=>C.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):E("InvalidXml","Start tag expected.",1)};const c='"',u="'";function a(m,g){let v="",T="",A=!1;for(;g<m.length;g++){if(m[g]===c||m[g]===u)T===""?T=m[g]:T!==m[g]||(T="");else if(m[g]===">"&&T===""){A=!0;break}v+=m[g]}return T===""&&{value:v,index:g,tagClosed:A}}const f=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function d(m,g){const v=n.getAllMatches(m,f),T={};for(let A=0;A<v.length;A++){if(v[A][1].length===0)return E("InvalidAttr","Attribute '"+v[A][2]+"' has no space in starting.",S(v[A]));if(v[A][3]!==void 0&&v[A][4]===void 0)return E("InvalidAttr","Attribute '"+v[A][2]+"' is without value.",S(v[A]));if(v[A][3]===void 0&&!g.allowBooleanAttributes)return E("InvalidAttr","boolean attribute '"+v[A][2]+"' is not allowed.",S(v[A]));const F=v[A][2];if(!w(F))return E("InvalidAttr","Attribute '"+F+"' is an invalid name.",S(v[A]));if(T.hasOwnProperty(F))return E("InvalidAttr","Attribute '"+F+"' is repeated.",S(v[A]));T[F]=1}return!0}function b(m,g){if(m[++g]===";")return-1;if(m[g]==="#")return function(T,A){let F=/\d/;for(T[A]==="x"&&(A++,F=/[\da-fA-F]/);A<T.length;A++){if(T[A]===";")return A;if(!T[A].match(F))break}return-1}(m,++g);let v=0;for(;g<m.length;g++,v++)if(!(m[g].match(/\w/)&&v<20)){if(m[g]===";")break;return-1}return g}function E(m,g,v){return{err:{code:m,msg:g,line:v.line||v,col:v.col}}}function w(m){return n.isName(m)}function R(m,g){const v=m.substring(0,g).split(/\r?\n/);return{line:v.length,col:v[v.length-1].length+1}}function S(m){return m.startIndex+m[1].length}},221:(e,t,r)=>{const n=r(87),o=r(118),i={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(a,f){return f},attributeValueProcessor:function(a,f){return f},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function s(a){this.options=Object.assign({},i,a),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=o(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=u),this.processTextOrObjNode=l,this.options.format?(this.indentate=c,this.tagEndChar=`>
|
|
16
|
+
*/(function(g){const h=n,y=T,S=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;g.Buffer=k,g.SlowBuffer=ne,g.INSPECT_MAX_BYTES=50;const E=2147483647;g.kMaxLength=E;const{Uint8Array:R,ArrayBuffer:I,SharedArrayBuffer:A}=globalThis;k.TYPED_ARRAY_SUPPORT=$(),!k.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function $(){try{const q=new R(1),P={foo:function(){return 42}};return Object.setPrototypeOf(P,R.prototype),Object.setPrototypeOf(q,P),q.foo()===42}catch{return!1}}Object.defineProperty(k.prototype,"parent",{enumerable:!0,get:function(){if(k.isBuffer(this))return this.buffer}}),Object.defineProperty(k.prototype,"offset",{enumerable:!0,get:function(){if(k.isBuffer(this))return this.byteOffset}});function D(q){if(q>E)throw new RangeError('The value "'+q+'" is invalid for option "size"');const P=new R(q);return Object.setPrototypeOf(P,k.prototype),P}function k(q,P,x){if(typeof q=="number"){if(typeof P=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return X(q)}return N(q,P,x)}k.poolSize=8192;function N(q,P,x){if(typeof q=="string")return ie(q,P);if(I.isView(q))return se(q);if(q==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof q);if(rr(q,I)||q&&rr(q.buffer,I)||typeof A<"u"&&(rr(q,A)||q&&rr(q.buffer,A)))return we(q,P,x);if(typeof q=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const Q=q.valueOf&&q.valueOf();if(Q!=null&&Q!==q)return k.from(Q,P,x);const re=Se(q);if(re)return re;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof q[Symbol.toPrimitive]=="function")return k.from(q[Symbol.toPrimitive]("string"),P,x);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof q)}k.from=function(q,P,x){return N(q,P,x)},Object.setPrototypeOf(k.prototype,R.prototype),Object.setPrototypeOf(k,R);function j(q){if(typeof q!="number")throw new TypeError('"size" argument must be of type number');if(q<0)throw new RangeError('The value "'+q+'" is invalid for option "size"')}function W(q,P,x){return j(q),q<=0?D(q):P!==void 0?typeof x=="string"?D(q).fill(P,x):D(q).fill(P):D(q)}k.alloc=function(q,P,x){return W(q,P,x)};function X(q){return j(q),D(q<0?0:Z(q)|0)}k.allocUnsafe=function(q){return X(q)},k.allocUnsafeSlow=function(q){return X(q)};function ie(q,P){if((typeof P!="string"||P==="")&&(P="utf8"),!k.isEncoding(P))throw new TypeError("Unknown encoding: "+P);const x=le(q,P)|0;let Q=D(x);const re=Q.write(q,P);return re!==x&&(Q=Q.slice(0,re)),Q}function de(q){const P=q.length<0?0:Z(q.length)|0,x=D(P);for(let Q=0;Q<P;Q+=1)x[Q]=q[Q]&255;return x}function se(q){if(rr(q,R)){const P=new R(q);return we(P.buffer,P.byteOffset,P.byteLength)}return de(q)}function we(q,P,x){if(P<0||q.byteLength<P)throw new RangeError('"offset" is outside of buffer bounds');if(q.byteLength<P+(x||0))throw new RangeError('"length" is outside of buffer bounds');let Q;return P===void 0&&x===void 0?Q=new R(q):x===void 0?Q=new R(q,P):Q=new R(q,P,x),Object.setPrototypeOf(Q,k.prototype),Q}function Se(q){if(k.isBuffer(q)){const P=Z(q.length)|0,x=D(P);return x.length===0||q.copy(x,0,0,P),x}if(q.length!==void 0)return typeof q.length!="number"||Kf(q.length)?D(0):de(q);if(q.type==="Buffer"&&Array.isArray(q.data))return de(q.data)}function Z(q){if(q>=E)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+E.toString(16)+" bytes");return q|0}function ne(q){return+q!=q&&(q=0),k.alloc(+q)}k.isBuffer=function(P){return P!=null&&P._isBuffer===!0&&P!==k.prototype},k.compare=function(P,x){if(rr(P,R)&&(P=k.from(P,P.offset,P.byteLength)),rr(x,R)&&(x=k.from(x,x.offset,x.byteLength)),!k.isBuffer(P)||!k.isBuffer(x))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(P===x)return 0;let Q=P.length,re=x.length;for(let ge=0,_e=Math.min(Q,re);ge<_e;++ge)if(P[ge]!==x[ge]){Q=P[ge],re=x[ge];break}return Q<re?-1:re<Q?1:0},k.isEncoding=function(P){switch(String(P).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},k.concat=function(P,x){if(!Array.isArray(P))throw new TypeError('"list" argument must be an Array of Buffers');if(P.length===0)return k.alloc(0);let Q;if(x===void 0)for(x=0,Q=0;Q<P.length;++Q)x+=P[Q].length;const re=k.allocUnsafe(x);let ge=0;for(Q=0;Q<P.length;++Q){let _e=P[Q];if(rr(_e,R))ge+_e.length>re.length?(k.isBuffer(_e)||(_e=k.from(_e)),_e.copy(re,ge)):R.prototype.set.call(re,_e,ge);else if(k.isBuffer(_e))_e.copy(re,ge);else throw new TypeError('"list" argument must be an Array of Buffers');ge+=_e.length}return re};function le(q,P){if(k.isBuffer(q))return q.length;if(I.isView(q)||rr(q,I))return q.byteLength;if(typeof q!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof q);const x=q.length,Q=arguments.length>2&&arguments[2]===!0;if(!Q&&x===0)return 0;let re=!1;for(;;)switch(P){case"ascii":case"latin1":case"binary":return x;case"utf8":case"utf-8":return ft(q).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x*2;case"hex":return x>>>1;case"base64":return We(q).length;default:if(re)return Q?-1:ft(q).length;P=(""+P).toLowerCase(),re=!0}}k.byteLength=le;function Ie(q,P,x){let Q=!1;if((P===void 0||P<0)&&(P=0),P>this.length||((x===void 0||x>this.length)&&(x=this.length),x<=0)||(x>>>=0,P>>>=0,x<=P))return"";for(q||(q="utf8");;)switch(q){case"hex":return ae(this,P,x);case"utf8":case"utf-8":return Le(this,P,x);case"ascii":return Be(this,P,x);case"latin1":case"binary":return he(this,P,x);case"base64":return Re(this,P,x);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return $e(this,P,x);default:if(Q)throw new TypeError("Unknown encoding: "+q);q=(q+"").toLowerCase(),Q=!0}}k.prototype._isBuffer=!0;function Y(q,P,x){const Q=q[P];q[P]=q[x],q[x]=Q}k.prototype.swap16=function(){const P=this.length;if(P%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let x=0;x<P;x+=2)Y(this,x,x+1);return this},k.prototype.swap32=function(){const P=this.length;if(P%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let x=0;x<P;x+=4)Y(this,x,x+3),Y(this,x+1,x+2);return this},k.prototype.swap64=function(){const P=this.length;if(P%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let x=0;x<P;x+=8)Y(this,x,x+7),Y(this,x+1,x+6),Y(this,x+2,x+5),Y(this,x+3,x+4);return this},k.prototype.toString=function(){const P=this.length;return P===0?"":arguments.length===0?Le(this,0,P):Ie.apply(this,arguments)},k.prototype.toLocaleString=k.prototype.toString,k.prototype.equals=function(P){if(!k.isBuffer(P))throw new TypeError("Argument must be a Buffer");return this===P?!0:k.compare(this,P)===0},k.prototype.inspect=function(){let P="";const x=g.INSPECT_MAX_BYTES;return P=this.toString("hex",0,x).replace(/(.{2})/g,"$1 ").trim(),this.length>x&&(P+=" ... "),"<Buffer "+P+">"},S&&(k.prototype[S]=k.prototype.inspect),k.prototype.compare=function(P,x,Q,re,ge){if(rr(P,R)&&(P=k.from(P,P.offset,P.byteLength)),!k.isBuffer(P))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof P);if(x===void 0&&(x=0),Q===void 0&&(Q=P?P.length:0),re===void 0&&(re=0),ge===void 0&&(ge=this.length),x<0||Q>P.length||re<0||ge>this.length)throw new RangeError("out of range index");if(re>=ge&&x>=Q)return 0;if(re>=ge)return-1;if(x>=Q)return 1;if(x>>>=0,Q>>>=0,re>>>=0,ge>>>=0,this===P)return 0;let _e=ge-re,tt=Q-x;const Ft=Math.min(_e,tt),_t=this.slice(re,ge),Ot=P.slice(x,Q);for(let ht=0;ht<Ft;++ht)if(_t[ht]!==Ot[ht]){_e=_t[ht],tt=Ot[ht];break}return _e<tt?-1:tt<_e?1:0};function _(q,P,x,Q,re){if(q.length===0)return-1;if(typeof x=="string"?(Q=x,x=0):x>2147483647?x=2147483647:x<-2147483648&&(x=-2147483648),x=+x,Kf(x)&&(x=re?0:q.length-1),x<0&&(x=q.length+x),x>=q.length){if(re)return-1;x=q.length-1}else if(x<0)if(re)x=0;else return-1;if(typeof P=="string"&&(P=k.from(P,Q)),k.isBuffer(P))return P.length===0?-1:F(q,P,x,Q,re);if(typeof P=="number")return P=P&255,typeof R.prototype.indexOf=="function"?re?R.prototype.indexOf.call(q,P,x):R.prototype.lastIndexOf.call(q,P,x):F(q,[P],x,Q,re);throw new TypeError("val must be string, number or Buffer")}function F(q,P,x,Q,re){let ge=1,_e=q.length,tt=P.length;if(Q!==void 0&&(Q=String(Q).toLowerCase(),Q==="ucs2"||Q==="ucs-2"||Q==="utf16le"||Q==="utf-16le")){if(q.length<2||P.length<2)return-1;ge=2,_e/=2,tt/=2,x/=2}function Ft(Ot,ht){return ge===1?Ot[ht]:Ot.readUInt16BE(ht*ge)}let _t;if(re){let Ot=-1;for(_t=x;_t<_e;_t++)if(Ft(q,_t)===Ft(P,Ot===-1?0:_t-Ot)){if(Ot===-1&&(Ot=_t),_t-Ot+1===tt)return Ot*ge}else Ot!==-1&&(_t-=_t-Ot),Ot=-1}else for(x+tt>_e&&(x=_e-tt),_t=x;_t>=0;_t--){let Ot=!0;for(let ht=0;ht<tt;ht++)if(Ft(q,_t+ht)!==Ft(P,ht)){Ot=!1;break}if(Ot)return _t}return-1}k.prototype.includes=function(P,x,Q){return this.indexOf(P,x,Q)!==-1},k.prototype.indexOf=function(P,x,Q){return _(this,P,x,Q,!0)},k.prototype.lastIndexOf=function(P,x,Q){return _(this,P,x,Q,!1)};function K(q,P,x,Q){x=Number(x)||0;const re=q.length-x;Q?(Q=Number(Q),Q>re&&(Q=re)):Q=re;const ge=P.length;Q>ge/2&&(Q=ge/2);let _e;for(_e=0;_e<Q;++_e){const tt=parseInt(P.substr(_e*2,2),16);if(Kf(tt))return _e;q[x+_e]=tt}return _e}function z(q,P,x,Q){return wn(ft(P,q.length-x),q,x,Q)}function B(q,P,x,Q){return wn(Fe(P),q,x,Q)}function V(q,P,x,Q){return wn(We(P),q,x,Q)}function ce(q,P,x,Q){return wn(je(P,q.length-x),q,x,Q)}k.prototype.write=function(P,x,Q,re){if(x===void 0)re="utf8",Q=this.length,x=0;else if(Q===void 0&&typeof x=="string")re=x,Q=this.length,x=0;else if(isFinite(x))x=x>>>0,isFinite(Q)?(Q=Q>>>0,re===void 0&&(re="utf8")):(re=Q,Q=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const ge=this.length-x;if((Q===void 0||Q>ge)&&(Q=ge),P.length>0&&(Q<0||x<0)||x>this.length)throw new RangeError("Attempt to write outside buffer bounds");re||(re="utf8");let _e=!1;for(;;)switch(re){case"hex":return K(this,P,x,Q);case"utf8":case"utf-8":return z(this,P,x,Q);case"ascii":case"latin1":case"binary":return B(this,P,x,Q);case"base64":return V(this,P,x,Q);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ce(this,P,x,Q);default:if(_e)throw new TypeError("Unknown encoding: "+re);re=(""+re).toLowerCase(),_e=!0}},k.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Re(q,P,x){return P===0&&x===q.length?h.fromByteArray(q):h.fromByteArray(q.slice(P,x))}function Le(q,P,x){x=Math.min(q.length,x);const Q=[];let re=P;for(;re<x;){const ge=q[re];let _e=null,tt=ge>239?4:ge>223?3:ge>191?2:1;if(re+tt<=x){let Ft,_t,Ot,ht;switch(tt){case 1:ge<128&&(_e=ge);break;case 2:Ft=q[re+1],(Ft&192)===128&&(ht=(ge&31)<<6|Ft&63,ht>127&&(_e=ht));break;case 3:Ft=q[re+1],_t=q[re+2],(Ft&192)===128&&(_t&192)===128&&(ht=(ge&15)<<12|(Ft&63)<<6|_t&63,ht>2047&&(ht<55296||ht>57343)&&(_e=ht));break;case 4:Ft=q[re+1],_t=q[re+2],Ot=q[re+3],(Ft&192)===128&&(_t&192)===128&&(Ot&192)===128&&(ht=(ge&15)<<18|(Ft&63)<<12|(_t&63)<<6|Ot&63,ht>65535&&ht<1114112&&(_e=ht))}}_e===null?(_e=65533,tt=1):_e>65535&&(_e-=65536,Q.push(_e>>>10&1023|55296),_e=56320|_e&1023),Q.push(_e),re+=tt}return Pe(Q)}const ke=4096;function Pe(q){const P=q.length;if(P<=ke)return String.fromCharCode.apply(String,q);let x="",Q=0;for(;Q<P;)x+=String.fromCharCode.apply(String,q.slice(Q,Q+=ke));return x}function Be(q,P,x){let Q="";x=Math.min(q.length,x);for(let re=P;re<x;++re)Q+=String.fromCharCode(q[re]&127);return Q}function he(q,P,x){let Q="";x=Math.min(q.length,x);for(let re=P;re<x;++re)Q+=String.fromCharCode(q[re]);return Q}function ae(q,P,x){const Q=q.length;(!P||P<0)&&(P=0),(!x||x<0||x>Q)&&(x=Q);let re="";for(let ge=P;ge<x;++ge)re+=T2[q[ge]];return re}function $e(q,P,x){const Q=q.slice(P,x);let re="";for(let ge=0;ge<Q.length-1;ge+=2)re+=String.fromCharCode(Q[ge]+Q[ge+1]*256);return re}k.prototype.slice=function(P,x){const Q=this.length;P=~~P,x=x===void 0?Q:~~x,P<0?(P+=Q,P<0&&(P=0)):P>Q&&(P=Q),x<0?(x+=Q,x<0&&(x=0)):x>Q&&(x=Q),x<P&&(x=P);const re=this.subarray(P,x);return Object.setPrototypeOf(re,k.prototype),re};function De(q,P,x){if(q%1!==0||q<0)throw new RangeError("offset is not uint");if(q+P>x)throw new RangeError("Trying to access beyond buffer length")}k.prototype.readUintLE=k.prototype.readUIntLE=function(P,x,Q){P=P>>>0,x=x>>>0,Q||De(P,x,this.length);let re=this[P],ge=1,_e=0;for(;++_e<x&&(ge*=256);)re+=this[P+_e]*ge;return re},k.prototype.readUintBE=k.prototype.readUIntBE=function(P,x,Q){P=P>>>0,x=x>>>0,Q||De(P,x,this.length);let re=this[P+--x],ge=1;for(;x>0&&(ge*=256);)re+=this[P+--x]*ge;return re},k.prototype.readUint8=k.prototype.readUInt8=function(P,x){return P=P>>>0,x||De(P,1,this.length),this[P]},k.prototype.readUint16LE=k.prototype.readUInt16LE=function(P,x){return P=P>>>0,x||De(P,2,this.length),this[P]|this[P+1]<<8},k.prototype.readUint16BE=k.prototype.readUInt16BE=function(P,x){return P=P>>>0,x||De(P,2,this.length),this[P]<<8|this[P+1]},k.prototype.readUint32LE=k.prototype.readUInt32LE=function(P,x){return P=P>>>0,x||De(P,4,this.length),(this[P]|this[P+1]<<8|this[P+2]<<16)+this[P+3]*16777216},k.prototype.readUint32BE=k.prototype.readUInt32BE=function(P,x){return P=P>>>0,x||De(P,4,this.length),this[P]*16777216+(this[P+1]<<16|this[P+2]<<8|this[P+3])},k.prototype.readBigUInt64LE=$r(function(P){P=P>>>0,te(P,"offset");const x=this[P],Q=this[P+7];(x===void 0||Q===void 0)&&ue(P,this.length-8);const re=x+this[++P]*2**8+this[++P]*2**16+this[++P]*2**24,ge=this[++P]+this[++P]*2**8+this[++P]*2**16+Q*2**24;return BigInt(re)+(BigInt(ge)<<BigInt(32))}),k.prototype.readBigUInt64BE=$r(function(P){P=P>>>0,te(P,"offset");const x=this[P],Q=this[P+7];(x===void 0||Q===void 0)&&ue(P,this.length-8);const re=x*2**24+this[++P]*2**16+this[++P]*2**8+this[++P],ge=this[++P]*2**24+this[++P]*2**16+this[++P]*2**8+Q;return(BigInt(re)<<BigInt(32))+BigInt(ge)}),k.prototype.readIntLE=function(P,x,Q){P=P>>>0,x=x>>>0,Q||De(P,x,this.length);let re=this[P],ge=1,_e=0;for(;++_e<x&&(ge*=256);)re+=this[P+_e]*ge;return ge*=128,re>=ge&&(re-=Math.pow(2,8*x)),re},k.prototype.readIntBE=function(P,x,Q){P=P>>>0,x=x>>>0,Q||De(P,x,this.length);let re=x,ge=1,_e=this[P+--re];for(;re>0&&(ge*=256);)_e+=this[P+--re]*ge;return ge*=128,_e>=ge&&(_e-=Math.pow(2,8*x)),_e},k.prototype.readInt8=function(P,x){return P=P>>>0,x||De(P,1,this.length),this[P]&128?(255-this[P]+1)*-1:this[P]},k.prototype.readInt16LE=function(P,x){P=P>>>0,x||De(P,2,this.length);const Q=this[P]|this[P+1]<<8;return Q&32768?Q|4294901760:Q},k.prototype.readInt16BE=function(P,x){P=P>>>0,x||De(P,2,this.length);const Q=this[P+1]|this[P]<<8;return Q&32768?Q|4294901760:Q},k.prototype.readInt32LE=function(P,x){return P=P>>>0,x||De(P,4,this.length),this[P]|this[P+1]<<8|this[P+2]<<16|this[P+3]<<24},k.prototype.readInt32BE=function(P,x){return P=P>>>0,x||De(P,4,this.length),this[P]<<24|this[P+1]<<16|this[P+2]<<8|this[P+3]},k.prototype.readBigInt64LE=$r(function(P){P=P>>>0,te(P,"offset");const x=this[P],Q=this[P+7];(x===void 0||Q===void 0)&&ue(P,this.length-8);const re=this[P+4]+this[P+5]*2**8+this[P+6]*2**16+(Q<<24);return(BigInt(re)<<BigInt(32))+BigInt(x+this[++P]*2**8+this[++P]*2**16+this[++P]*2**24)}),k.prototype.readBigInt64BE=$r(function(P){P=P>>>0,te(P,"offset");const x=this[P],Q=this[P+7];(x===void 0||Q===void 0)&&ue(P,this.length-8);const re=(x<<24)+this[++P]*2**16+this[++P]*2**8+this[++P];return(BigInt(re)<<BigInt(32))+BigInt(this[++P]*2**24+this[++P]*2**16+this[++P]*2**8+Q)}),k.prototype.readFloatLE=function(P,x){return P=P>>>0,x||De(P,4,this.length),y.read(this,P,!0,23,4)},k.prototype.readFloatBE=function(P,x){return P=P>>>0,x||De(P,4,this.length),y.read(this,P,!1,23,4)},k.prototype.readDoubleLE=function(P,x){return P=P>>>0,x||De(P,8,this.length),y.read(this,P,!0,52,8)},k.prototype.readDoubleBE=function(P,x){return P=P>>>0,x||De(P,8,this.length),y.read(this,P,!1,52,8)};function Je(q,P,x,Q,re,ge){if(!k.isBuffer(q))throw new TypeError('"buffer" argument must be a Buffer instance');if(P>re||P<ge)throw new RangeError('"value" argument is out of bounds');if(x+Q>q.length)throw new RangeError("Index out of range")}k.prototype.writeUintLE=k.prototype.writeUIntLE=function(P,x,Q,re){if(P=+P,x=x>>>0,Q=Q>>>0,!re){const tt=Math.pow(2,8*Q)-1;Je(this,P,x,Q,tt,0)}let ge=1,_e=0;for(this[x]=P&255;++_e<Q&&(ge*=256);)this[x+_e]=P/ge&255;return x+Q},k.prototype.writeUintBE=k.prototype.writeUIntBE=function(P,x,Q,re){if(P=+P,x=x>>>0,Q=Q>>>0,!re){const tt=Math.pow(2,8*Q)-1;Je(this,P,x,Q,tt,0)}let ge=Q-1,_e=1;for(this[x+ge]=P&255;--ge>=0&&(_e*=256);)this[x+ge]=P/_e&255;return x+Q},k.prototype.writeUint8=k.prototype.writeUInt8=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,1,255,0),this[x]=P&255,x+1},k.prototype.writeUint16LE=k.prototype.writeUInt16LE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,2,65535,0),this[x]=P&255,this[x+1]=P>>>8,x+2},k.prototype.writeUint16BE=k.prototype.writeUInt16BE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,2,65535,0),this[x]=P>>>8,this[x+1]=P&255,x+2},k.prototype.writeUint32LE=k.prototype.writeUInt32LE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,4,4294967295,0),this[x+3]=P>>>24,this[x+2]=P>>>16,this[x+1]=P>>>8,this[x]=P&255,x+4},k.prototype.writeUint32BE=k.prototype.writeUInt32BE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,4,4294967295,0),this[x]=P>>>24,this[x+1]=P>>>16,this[x+2]=P>>>8,this[x+3]=P&255,x+4};function ut(q,P,x,Q,re){G(P,Q,re,q,x,7);let ge=Number(P&BigInt(4294967295));q[x++]=ge,ge=ge>>8,q[x++]=ge,ge=ge>>8,q[x++]=ge,ge=ge>>8,q[x++]=ge;let _e=Number(P>>BigInt(32)&BigInt(4294967295));return q[x++]=_e,_e=_e>>8,q[x++]=_e,_e=_e>>8,q[x++]=_e,_e=_e>>8,q[x++]=_e,x}function ct(q,P,x,Q,re){G(P,Q,re,q,x,7);let ge=Number(P&BigInt(4294967295));q[x+7]=ge,ge=ge>>8,q[x+6]=ge,ge=ge>>8,q[x+5]=ge,ge=ge>>8,q[x+4]=ge;let _e=Number(P>>BigInt(32)&BigInt(4294967295));return q[x+3]=_e,_e=_e>>8,q[x+2]=_e,_e=_e>>8,q[x+1]=_e,_e=_e>>8,q[x]=_e,x+8}k.prototype.writeBigUInt64LE=$r(function(P,x=0){return ut(this,P,x,BigInt(0),BigInt("0xffffffffffffffff"))}),k.prototype.writeBigUInt64BE=$r(function(P,x=0){return ct(this,P,x,BigInt(0),BigInt("0xffffffffffffffff"))}),k.prototype.writeIntLE=function(P,x,Q,re){if(P=+P,x=x>>>0,!re){const Ft=Math.pow(2,8*Q-1);Je(this,P,x,Q,Ft-1,-Ft)}let ge=0,_e=1,tt=0;for(this[x]=P&255;++ge<Q&&(_e*=256);)P<0&&tt===0&&this[x+ge-1]!==0&&(tt=1),this[x+ge]=(P/_e>>0)-tt&255;return x+Q},k.prototype.writeIntBE=function(P,x,Q,re){if(P=+P,x=x>>>0,!re){const Ft=Math.pow(2,8*Q-1);Je(this,P,x,Q,Ft-1,-Ft)}let ge=Q-1,_e=1,tt=0;for(this[x+ge]=P&255;--ge>=0&&(_e*=256);)P<0&&tt===0&&this[x+ge+1]!==0&&(tt=1),this[x+ge]=(P/_e>>0)-tt&255;return x+Q},k.prototype.writeInt8=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,1,127,-128),P<0&&(P=255+P+1),this[x]=P&255,x+1},k.prototype.writeInt16LE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,2,32767,-32768),this[x]=P&255,this[x+1]=P>>>8,x+2},k.prototype.writeInt16BE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,2,32767,-32768),this[x]=P>>>8,this[x+1]=P&255,x+2},k.prototype.writeInt32LE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,4,2147483647,-2147483648),this[x]=P&255,this[x+1]=P>>>8,this[x+2]=P>>>16,this[x+3]=P>>>24,x+4},k.prototype.writeInt32BE=function(P,x,Q){return P=+P,x=x>>>0,Q||Je(this,P,x,4,2147483647,-2147483648),P<0&&(P=4294967295+P+1),this[x]=P>>>24,this[x+1]=P>>>16,this[x+2]=P>>>8,this[x+3]=P&255,x+4},k.prototype.writeBigInt64LE=$r(function(P,x=0){return ut(this,P,x,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),k.prototype.writeBigInt64BE=$r(function(P,x=0){return ct(this,P,x,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function Qt(q,P,x,Q,re,ge){if(x+Q>q.length)throw new RangeError("Index out of range");if(x<0)throw new RangeError("Index out of range")}function Xt(q,P,x,Q,re){return P=+P,x=x>>>0,re||Qt(q,P,x,4),y.write(q,P,x,Q,23,4),x+4}k.prototype.writeFloatLE=function(P,x,Q){return Xt(this,P,x,!0,Q)},k.prototype.writeFloatBE=function(P,x,Q){return Xt(this,P,x,!1,Q)};function Pt(q,P,x,Q,re){return P=+P,x=x>>>0,re||Qt(q,P,x,8),y.write(q,P,x,Q,52,8),x+8}k.prototype.writeDoubleLE=function(P,x,Q){return Pt(this,P,x,!0,Q)},k.prototype.writeDoubleBE=function(P,x,Q){return Pt(this,P,x,!1,Q)},k.prototype.copy=function(P,x,Q,re){if(!k.isBuffer(P))throw new TypeError("argument should be a Buffer");if(Q||(Q=0),!re&&re!==0&&(re=this.length),x>=P.length&&(x=P.length),x||(x=0),re>0&&re<Q&&(re=Q),re===Q||P.length===0||this.length===0)return 0;if(x<0)throw new RangeError("targetStart out of bounds");if(Q<0||Q>=this.length)throw new RangeError("Index out of range");if(re<0)throw new RangeError("sourceEnd out of bounds");re>this.length&&(re=this.length),P.length-x<re-Q&&(re=P.length-x+Q);const ge=re-Q;return this===P&&typeof R.prototype.copyWithin=="function"?this.copyWithin(x,Q,re):R.prototype.set.call(P,this.subarray(Q,re),x),ge},k.prototype.fill=function(P,x,Q,re){if(typeof P=="string"){if(typeof x=="string"?(re=x,x=0,Q=this.length):typeof Q=="string"&&(re=Q,Q=this.length),re!==void 0&&typeof re!="string")throw new TypeError("encoding must be a string");if(typeof re=="string"&&!k.isEncoding(re))throw new TypeError("Unknown encoding: "+re);if(P.length===1){const _e=P.charCodeAt(0);(re==="utf8"&&_e<128||re==="latin1")&&(P=_e)}}else typeof P=="number"?P=P&255:typeof P=="boolean"&&(P=Number(P));if(x<0||this.length<x||this.length<Q)throw new RangeError("Out of range index");if(Q<=x)return this;x=x>>>0,Q=Q===void 0?this.length:Q>>>0,P||(P=0);let ge;if(typeof P=="number")for(ge=x;ge<Q;++ge)this[ge]=P;else{const _e=k.isBuffer(P)?P:k.from(P,re),tt=_e.length;if(tt===0)throw new TypeError('The value "'+P+'" is invalid for argument "value"');for(ge=0;ge<Q-x;++ge)this[ge+x]=_e[ge%tt]}return this};const Ue={};function M(q,P,x){Ue[q]=class extends x{constructor(){super(),Object.defineProperty(this,"message",{value:P.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${q}]`,this.stack,delete this.name}get code(){return q}set code(re){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:re,writable:!0})}toString(){return`${this.name} [${q}]: ${this.message}`}}}M("ERR_BUFFER_OUT_OF_BOUNDS",function(q){return q?`${q} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),M("ERR_INVALID_ARG_TYPE",function(q,P){return`The "${q}" argument must be of type number. Received type ${typeof P}`},TypeError),M("ERR_OUT_OF_RANGE",function(q,P,x){let Q=`The value of "${q}" is out of range.`,re=x;return Number.isInteger(x)&&Math.abs(x)>2**32?re=C(String(x)):typeof x=="bigint"&&(re=String(x),(x>BigInt(2)**BigInt(32)||x<-(BigInt(2)**BigInt(32)))&&(re=C(re)),re+="n"),Q+=` It must be ${P}. Received ${re}`,Q},RangeError);function C(q){let P="",x=q.length;const Q=q[0]==="-"?1:0;for(;x>=Q+4;x-=3)P=`_${q.slice(x-3,x)}${P}`;return`${q.slice(0,x)}${P}`}function O(q,P,x){te(P,"offset"),(q[P]===void 0||q[P+x]===void 0)&&ue(P,q.length-(x+1))}function G(q,P,x,Q,re,ge){if(q>x||q<P){const _e=typeof P=="bigint"?"n":"";let tt;throw P===0||P===BigInt(0)?tt=`>= 0${_e} and < 2${_e} ** ${(ge+1)*8}${_e}`:tt=`>= -(2${_e} ** ${(ge+1)*8-1}${_e}) and < 2 ** ${(ge+1)*8-1}${_e}`,new Ue.ERR_OUT_OF_RANGE("value",tt,q)}O(Q,re,ge)}function te(q,P){if(typeof q!="number")throw new Ue.ERR_INVALID_ARG_TYPE(P,"number",q)}function ue(q,P,x){throw Math.floor(q)!==q?(te(q,x),new Ue.ERR_OUT_OF_RANGE("offset","an integer",q)):P<0?new Ue.ERR_BUFFER_OUT_OF_BOUNDS:new Ue.ERR_OUT_OF_RANGE("offset",`>= 0 and <= ${P}`,q)}const Ae=/[^+/0-9A-Za-z-_]/g;function Ze(q){if(q=q.split("=")[0],q=q.trim().replace(Ae,""),q.length<2)return"";for(;q.length%4!==0;)q=q+"=";return q}function ft(q,P){P=P||1/0;let x;const Q=q.length;let re=null;const ge=[];for(let _e=0;_e<Q;++_e){if(x=q.charCodeAt(_e),x>55295&&x<57344){if(!re){if(x>56319){(P-=3)>-1&&ge.push(239,191,189);continue}else if(_e+1===Q){(P-=3)>-1&&ge.push(239,191,189);continue}re=x;continue}if(x<56320){(P-=3)>-1&&ge.push(239,191,189),re=x;continue}x=(re-55296<<10|x-56320)+65536}else re&&(P-=3)>-1&&ge.push(239,191,189);if(re=null,x<128){if((P-=1)<0)break;ge.push(x)}else if(x<2048){if((P-=2)<0)break;ge.push(x>>6|192,x&63|128)}else if(x<65536){if((P-=3)<0)break;ge.push(x>>12|224,x>>6&63|128,x&63|128)}else if(x<1114112){if((P-=4)<0)break;ge.push(x>>18|240,x>>12&63|128,x>>6&63|128,x&63|128)}else throw new Error("Invalid code point")}return ge}function Fe(q){const P=[];for(let x=0;x<q.length;++x)P.push(q.charCodeAt(x)&255);return P}function je(q,P){let x,Q,re;const ge=[];for(let _e=0;_e<q.length&&!((P-=2)<0);++_e)x=q.charCodeAt(_e),Q=x>>8,re=x%256,ge.push(re),ge.push(Q);return ge}function We(q){return h.toByteArray(Ze(q))}function wn(q,P,x,Q){let re;for(re=0;re<Q&&!(re+x>=P.length||re>=q.length);++re)P[re+x]=q[re];return re}function rr(q,P){return q instanceof P||q!=null&&q.constructor!=null&&q.constructor.name!=null&&q.constructor.name===P.name}function Kf(q){return q!==q}const T2=function(){const q="0123456789abcdef",P=new Array(256);for(let x=0;x<16;++x){const Q=x*16;for(let re=0;re<16;++re)P[Q+re]=q[x]+q[re]}return P}();function $r(q){return typeof BigInt>"u"?A2:q}function A2(){throw new Error("BigInt not supported")}})(t);const b=t.Buffer;e.Blob=t.Blob,e.BlobOptions=t.BlobOptions,e.Buffer=t.Buffer,e.File=t.File,e.FileOptions=t.FileOptions,e.INSPECT_MAX_BYTES=t.INSPECT_MAX_BYTES,e.SlowBuffer=t.SlowBuffer,e.TranscodeEncoding=t.TranscodeEncoding,e.atob=t.atob,e.btoa=t.btoa,e.constants=t.constants,e.default=b,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode}(Yl)),Yl}var Jl={},Zl={},ec,Yh;function Jh(){return Yh||(Yh=1,ec=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},n=Symbol("test"),r=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var o=42;t[n]=o;for(var i in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var s=Object.getOwnPropertySymbols(t);if(s.length!==1||s[0]!==n||!Object.prototype.propertyIsEnumerable.call(t,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var a=Object.getOwnPropertyDescriptor(t,n);if(a.value!==o||a.enumerable!==!0)return!1}return!0}),ec}var tc,Zh;function Ts(){if(Zh)return tc;Zh=1;var e=Jh();return tc=function(){return e()&&!!Symbol.toStringTag},tc}var nc,eg;function tg(){return eg||(eg=1,nc=Object),nc}var rc,ng;function _A(){return ng||(ng=1,rc=Error),rc}var ic,rg;function IA(){return rg||(rg=1,ic=EvalError),ic}var oc,ig;function CA(){return ig||(ig=1,oc=RangeError),oc}var sc,og;function PA(){return og||(og=1,sc=ReferenceError),sc}var ac,sg;function ag(){return sg||(sg=1,ac=SyntaxError),ac}var lc,lg;function uo(){return lg||(lg=1,lc=TypeError),lc}var cc,cg;function FA(){return cg||(cg=1,cc=URIError),cc}var uc,ug;function OA(){return ug||(ug=1,uc=Math.abs),uc}var fc,fg;function xA(){return fg||(fg=1,fc=Math.floor),fc}var dc,dg;function kA(){return dg||(dg=1,dc=Math.max),dc}var pc,pg;function NA(){return pg||(pg=1,pc=Math.min),pc}var hc,hg;function $A(){return hg||(hg=1,hc=Math.pow),hc}var gc,gg;function DA(){return gg||(gg=1,gc=Math.round),gc}var mc,mg;function LA(){return mg||(mg=1,mc=Number.isNaN||function(t){return t!==t}),mc}var yc,yg;function MA(){if(yg)return yc;yg=1;var e=LA();return yc=function(n){return e(n)||n===0?n:n<0?-1:1},yc}var bc,bg;function BA(){return bg||(bg=1,bc=Object.getOwnPropertyDescriptor),bc}var vc,vg;function Ci(){if(vg)return vc;vg=1;var e=BA();if(e)try{e([],"length")}catch{e=null}return vc=e,vc}var wc,wg;function As(){if(wg)return wc;wg=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return wc=e,wc}var Sc,Sg;function jA(){if(Sg)return Sc;Sg=1;var e=typeof Symbol<"u"&&Symbol,t=Jh();return Sc=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},Sc}var Ec,Eg;function Tg(){return Eg||(Eg=1,Ec=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Ec}var Tc,Ag;function Rg(){if(Ag)return Tc;Ag=1;var e=tg();return Tc=e.getPrototypeOf||null,Tc}var Ac,_g;function UA(){if(_g)return Ac;_g=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,n=Math.max,r="[object Function]",o=function(c,u){for(var l=[],f=0;f<c.length;f+=1)l[f]=c[f];for(var d=0;d<u.length;d+=1)l[d+c.length]=u[d];return l},i=function(c,u){for(var l=[],f=u,d=0;f<c.length;f+=1,d+=1)l[d]=c[f];return l},s=function(a,c){for(var u="",l=0;l<a.length;l+=1)u+=a[l],l+1<a.length&&(u+=c);return u};return Ac=function(c){var u=this;if(typeof u!="function"||t.apply(u)!==r)throw new TypeError(e+u);for(var l=i(arguments,1),f,d=function(){if(this instanceof f){var b=u.apply(this,o(l,arguments));return Object(b)===b?b:this}return u.apply(c,o(l,arguments))},m=n(0,u.length-l.length),w=[],v=0;v<m;v++)w[v]="$"+v;if(f=Function("binder","return function ("+s(w,",")+"){ return binder.apply(this,arguments); }")(d),u.prototype){var T=function(){};T.prototype=u.prototype,f.prototype=new T,T.prototype=null}return f},Ac}var Rc,Ig;function fo(){if(Ig)return Rc;Ig=1;var e=UA();return Rc=Function.prototype.bind||e,Rc}var _c,Cg;function Ic(){return Cg||(Cg=1,_c=Function.prototype.call),_c}var Cc,Pg;function Pc(){return Pg||(Pg=1,Cc=Function.prototype.apply),Cc}var Fc,Fg;function qA(){return Fg||(Fg=1,Fc=typeof Reflect<"u"&&Reflect&&Reflect.apply),Fc}var Oc,Og;function xg(){if(Og)return Oc;Og=1;var e=fo(),t=Pc(),n=Ic(),r=qA();return Oc=r||e.call(n,t),Oc}var xc,kg;function kc(){if(kg)return xc;kg=1;var e=fo(),t=uo(),n=Ic(),r=xg();return xc=function(i){if(i.length<1||typeof i[0]!="function")throw new t("a function is required");return r(e,n,i)},xc}var Nc,Ng;function VA(){if(Ng)return Nc;Ng=1;var e=kc(),t=Ci(),n;try{n=[].__proto__===Array.prototype}catch(s){if(!s||typeof s!="object"||!("code"in s)||s.code!=="ERR_PROTO_ACCESS")throw s}var r=!!n&&t&&t(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return Nc=r&&typeof r.get=="function"?e([r.get]):typeof i=="function"?function(a){return i(a==null?a:o(a))}:!1,Nc}var $c,$g;function Dg(){if($g)return $c;$g=1;var e=Tg(),t=Rg(),n=VA();return $c=e?function(o){return e(o)}:t?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return t(o)}:n?function(o){return n(o)}:null,$c}var Dc,Lg;function Mg(){if(Lg)return Dc;Lg=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=fo();return Dc=n.call(e,t),Dc}var Lc,Bg;function jg(){if(Bg)return Lc;Bg=1;var e,t=tg(),n=_A(),r=IA(),o=CA(),i=PA(),s=ag(),a=uo(),c=FA(),u=OA(),l=xA(),f=kA(),d=NA(),m=$A(),w=DA(),v=MA(),T=Function,b=function(K){try{return T('"use strict"; return ('+K+").constructor;")()}catch{}},g=Ci(),h=As(),y=function(){throw new a},S=g?function(){try{return arguments.callee,y}catch{try{return g(arguments,"callee").get}catch{return y}}}():y,E=jA()(),R=Dg(),I=Rg(),A=Tg(),$=Pc(),D=Ic(),k={},N=typeof Uint8Array>"u"||!R?e:R(Uint8Array),j={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":E&&R?R([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":k,"%AsyncGenerator%":k,"%AsyncGeneratorFunction%":k,"%AsyncIteratorPrototype%":k,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":n,"%eval%":eval,"%EvalError%":r,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":T,"%GeneratorFunction%":k,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":E&&R?R(R([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!E||!R?e:R(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":g,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":o,"%ReferenceError%":i,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!E||!R?e:R(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":E&&R?R(""[Symbol.iterator]()):e,"%Symbol%":E?Symbol:e,"%SyntaxError%":s,"%ThrowTypeError%":S,"%TypedArray%":N,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":c,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":D,"%Function.prototype.apply%":$,"%Object.defineProperty%":h,"%Object.getPrototypeOf%":I,"%Math.abs%":u,"%Math.floor%":l,"%Math.max%":f,"%Math.min%":d,"%Math.pow%":m,"%Math.round%":w,"%Math.sign%":v,"%Reflect.getPrototypeOf%":A};if(R)try{null.error}catch(K){var W=R(R(K));j["%Error.prototype%"]=W}var X=function K(z){var B;if(z==="%AsyncFunction%")B=b("async function () {}");else if(z==="%GeneratorFunction%")B=b("function* () {}");else if(z==="%AsyncGeneratorFunction%")B=b("async function* () {}");else if(z==="%AsyncGenerator%"){var V=K("%AsyncGeneratorFunction%");V&&(B=V.prototype)}else if(z==="%AsyncIteratorPrototype%"){var ce=K("%AsyncGenerator%");ce&&R&&(B=R(ce.prototype))}return j[z]=B,B},ie={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},de=fo(),se=Mg(),we=de.call(D,Array.prototype.concat),Se=de.call($,Array.prototype.splice),Z=de.call(D,String.prototype.replace),ne=de.call(D,String.prototype.slice),le=de.call(D,RegExp.prototype.exec),Ie=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Y=/\\(\\)?/g,_=function(z){var B=ne(z,0,1),V=ne(z,-1);if(B==="%"&&V!=="%")throw new s("invalid intrinsic syntax, expected closing `%`");if(V==="%"&&B!=="%")throw new s("invalid intrinsic syntax, expected opening `%`");var ce=[];return Z(z,Ie,function(Re,Le,ke,Pe){ce[ce.length]=ke?Z(Pe,Y,"$1"):Le||Re}),ce},F=function(z,B){var V=z,ce;if(se(ie,V)&&(ce=ie[V],V="%"+ce[0]+"%"),se(j,V)){var Re=j[V];if(Re===k&&(Re=X(V)),typeof Re>"u"&&!B)throw new a("intrinsic "+z+" exists, but is not available. Please file an issue!");return{alias:ce,name:V,value:Re}}throw new s("intrinsic "+z+" does not exist!")};return Lc=function(z,B){if(typeof z!="string"||z.length===0)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof B!="boolean")throw new a('"allowMissing" argument must be a boolean');if(le(/^%?[^%]*%?$/,z)===null)throw new s("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var V=_(z),ce=V.length>0?V[0]:"",Re=F("%"+ce+"%",B),Le=Re.name,ke=Re.value,Pe=!1,Be=Re.alias;Be&&(ce=Be[0],Se(V,we([0,1],Be)));for(var he=1,ae=!0;he<V.length;he+=1){var $e=V[he],De=ne($e,0,1),Je=ne($e,-1);if((De==='"'||De==="'"||De==="`"||Je==='"'||Je==="'"||Je==="`")&&De!==Je)throw new s("property names with quotes must have matching quotes");if(($e==="constructor"||!ae)&&(Pe=!0),ce+="."+$e,Le="%"+ce+"%",se(j,Le))ke=j[Le];else if(ke!=null){if(!($e in ke)){if(!B)throw new a("base intrinsic for "+z+" exists, but the property is not available.");return}if(g&&he+1>=V.length){var ut=g(ke,$e);ae=!!ut,ae&&"get"in ut&&!("originalValue"in ut.get)?ke=ut.get:ke=ke[$e]}else ae=se(ke,$e),ke=ke[$e];ae&&!Pe&&(j[Le]=ke)}}return ke},Lc}var Mc,Ug;function po(){if(Ug)return Mc;Ug=1;var e=jg(),t=kc(),n=t([e("%String.prototype.indexOf%")]);return Mc=function(o,i){var s=e(o,!!i);return typeof s=="function"&&n(o,".prototype.")>-1?t([s]):s},Mc}var Bc,qg;function zA(){if(qg)return Bc;qg=1;var e=Ts()(),t=po(),n=t("Object.prototype.toString"),r=function(a){return e&&a&&typeof a=="object"&&Symbol.toStringTag in a?!1:n(a)==="[object Arguments]"},o=function(a){return r(a)?!0:a!==null&&typeof a=="object"&&"length"in a&&typeof a.length=="number"&&a.length>=0&&n(a)!=="[object Array]"&&"callee"in a&&n(a.callee)==="[object Function]"},i=function(){return r(arguments)}();return r.isLegacyArguments=o,Bc=i?r:o,Bc}var jc,Vg;function WA(){if(Vg)return jc;Vg=1;var e=po(),t=Ts()(),n=Mg(),r=Ci(),o;if(t){var i=e("RegExp.prototype.exec"),s={},a=function(){throw s},c={toString:a,valueOf:a};typeof Symbol.toPrimitive=="symbol"&&(c[Symbol.toPrimitive]=a),o=function(d){if(!d||typeof d!="object")return!1;var m=r(d,"lastIndex"),w=m&&n(m,"value");if(!w)return!1;try{i(d,c)}catch(v){return v===s}}}else{var u=e("Object.prototype.toString"),l="[object RegExp]";o=function(d){return!d||typeof d!="object"&&typeof d!="function"?!1:u(d)===l}}return jc=o,jc}var Uc,zg;function HA(){if(zg)return Uc;zg=1;var e=po(),t=WA(),n=e("RegExp.prototype.exec"),r=uo();return Uc=function(i){if(!t(i))throw new r("`regex` must be a RegExp");return function(a){return n(i,a)!==null}},Uc}var qc,Wg;function GA(){if(Wg)return qc;Wg=1;var e=po(),t=HA(),n=t(/^\s*(?:function)?\*/),r=Ts()(),o=Dg(),i=e("Object.prototype.toString"),s=e("Function.prototype.toString"),a=function(){if(!r)return!1;try{return Function("return function*() {}")()}catch{}},c;return qc=function(l){if(typeof l!="function")return!1;if(n(s(l)))return!0;if(!r){var f=i(l);return f==="[object GeneratorFunction]"}if(!o)return!1;if(typeof c>"u"){var d=a();c=d?o(d):!1}return o(l)===c},qc}var Vc,Hg;function KA(){if(Hg)return Vc;Hg=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,r;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:function(){throw r}}),r={},t(function(){throw 42},null,n)}catch(g){g!==r&&(t=null)}else t=null;var o=/^\s*class\b/,i=function(h){try{var y=e.call(h);return o.test(y)}catch{return!1}},s=function(h){try{return i(h)?!1:(e.call(h),!0)}catch{return!1}},a=Object.prototype.toString,c="[object Object]",u="[object Function]",l="[object GeneratorFunction]",f="[object HTMLAllCollection]",d="[object HTML document.all class]",m="[object HTMLCollection]",w=typeof Symbol=="function"&&!!Symbol.toStringTag,v=!(0 in[,]),T=function(){return!1};if(typeof document=="object"){var b=document.all;a.call(b)===a.call(document.all)&&(T=function(h){if((v||!h)&&(typeof h>"u"||typeof h=="object"))try{var y=a.call(h);return(y===f||y===d||y===m||y===c)&&h("")==null}catch{}return!1})}return Vc=t?function(h){if(T(h))return!0;if(!h||typeof h!="function"&&typeof h!="object")return!1;try{t(h,null,n)}catch(y){if(y!==r)return!1}return!i(h)&&s(h)}:function(h){if(T(h))return!0;if(!h||typeof h!="function"&&typeof h!="object")return!1;if(w)return s(h);if(i(h))return!1;var y=a.call(h);return y!==u&&y!==l&&!/^\[object HTML/.test(y)?!1:s(h)},Vc}var zc,Gg;function QA(){if(Gg)return zc;Gg=1;var e=KA(),t=Object.prototype.toString,n=Object.prototype.hasOwnProperty,r=function(c,u,l){for(var f=0,d=c.length;f<d;f++)n.call(c,f)&&(l==null?u(c[f],f,c):u.call(l,c[f],f,c))},o=function(c,u,l){for(var f=0,d=c.length;f<d;f++)l==null?u(c.charAt(f),f,c):u.call(l,c.charAt(f),f,c)},i=function(c,u,l){for(var f in c)n.call(c,f)&&(l==null?u(c[f],f,c):u.call(l,c[f],f,c))};function s(a){return t.call(a)==="[object Array]"}return zc=function(c,u,l){if(!e(u))throw new TypeError("iterator must be a function");var f;arguments.length>=3&&(f=l),s(c)?r(c,u,f):typeof c=="string"?o(c,u,f):i(c,u,f)},zc}var Wc,Kg;function XA(){return Kg||(Kg=1,Wc=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),Wc}var Hc,Qg;function YA(){if(Qg)return Hc;Qg=1;var e=XA(),t=typeof globalThis>"u"?Cr:globalThis;return Hc=function(){for(var r=[],o=0;o<e.length;o++)typeof t[e[o]]=="function"&&(r[r.length]=e[o]);return r},Hc}var Gc={exports:{}},Kc,Xg;function JA(){if(Xg)return Kc;Xg=1;var e=As(),t=ag(),n=uo(),r=Ci();return Kc=function(i,s,a){if(!i||typeof i!="object"&&typeof i!="function")throw new n("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new n("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new n("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new n("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new n("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new n("`loose`, if provided, must be a boolean");var c=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,l=arguments.length>5?arguments[5]:null,f=arguments.length>6?arguments[6]:!1,d=!!r&&r(i,s);if(e)e(i,s,{configurable:l===null&&d?d.configurable:!l,enumerable:c===null&&d?d.enumerable:!c,value:a,writable:u===null&&d?d.writable:!u});else if(f||!c&&!u&&!l)i[s]=a;else throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Kc}var Qc,Yg;function ZA(){if(Yg)return Qc;Yg=1;var e=As(),t=function(){return!!e};return t.hasArrayLengthDefineBug=function(){if(!e)return null;try{return e([],"length",{value:1}).length!==1}catch{return!0}},Qc=t,Qc}var Xc,Jg;function eR(){if(Jg)return Xc;Jg=1;var e=jg(),t=JA(),n=ZA()(),r=Ci(),o=uo(),i=e("%Math.floor%");return Xc=function(a,c){if(typeof a!="function")throw new o("`fn` is not a function");if(typeof c!="number"||c<0||c>4294967295||i(c)!==c)throw new o("`length` must be a positive 32-bit integer");var u=arguments.length>2&&!!arguments[2],l=!0,f=!0;if("length"in a&&r){var d=r(a,"length");d&&!d.configurable&&(l=!1),d&&!d.writable&&(f=!1)}return(l||f||!u)&&(n?t(a,"length",c,!0,!0):t(a,"length",c)),a},Xc}var Yc,Zg;function tR(){if(Zg)return Yc;Zg=1;var e=fo(),t=Pc(),n=xg();return Yc=function(){return n(e,t,arguments)},Yc}var em;function nR(){return em||(em=1,function(e){var t=eR(),n=As(),r=kc(),o=tR();e.exports=function(s){var a=r(arguments),c=s.length-(arguments.length-1);return t(a,1+(c>0?c:0),!0)},n?n(e.exports,"apply",{value:o}):e.exports.apply=o}(Gc)),Gc.exports}var Jc,tm;function nm(){if(tm)return Jc;tm=1;var e=QA(),t=YA(),n=nR(),r=po(),o=Ci(),i=r("Object.prototype.toString"),s=Ts()(),a=typeof globalThis>"u"?Cr:globalThis,c=t(),u=r("String.prototype.slice"),l=Object.getPrototypeOf,f=r("Array.prototype.indexOf",!0)||function(T,b){for(var g=0;g<T.length;g+=1)if(T[g]===b)return g;return-1},d={__proto__:null};s&&o&&l?e(c,function(v){var T=new a[v];if(Symbol.toStringTag in T){var b=l(T),g=o(b,Symbol.toStringTag);if(!g){var h=l(b);g=o(h,Symbol.toStringTag)}d["$"+v]=n(g.get)}}):e(c,function(v){var T=new a[v],b=T.slice||T.set;b&&(d["$"+v]=n(b))});var m=function(T){var b=!1;return e(d,function(g,h){if(!b)try{"$"+g(T)===h&&(b=u(h,1))}catch{}}),b},w=function(T){var b=!1;return e(d,function(g,h){if(!b)try{g(T),b=u(h,1)}catch{}}),b};return Jc=function(T){if(!T||typeof T!="object")return!1;if(!s){var b=u(i(T),8,-1);return f(c,b)>-1?b:b!=="Object"?!1:w(T)}return o?m(T):null},Jc}var Zc,rm;function rR(){if(rm)return Zc;rm=1;var e=nm();return Zc=function(n){return!!e(n)},Zc}var im;function iR(){return im||(im=1,function(e){var t=zA(),n=GA(),r=nm(),o=rR();function i(he){return he.call.bind(he)}var s=typeof BigInt<"u",a=typeof Symbol<"u",c=i(Object.prototype.toString),u=i(Number.prototype.valueOf),l=i(String.prototype.valueOf),f=i(Boolean.prototype.valueOf);if(s)var d=i(BigInt.prototype.valueOf);if(a)var m=i(Symbol.prototype.valueOf);function w(he,ae){if(typeof he!="object")return!1;try{return ae(he),!0}catch{return!1}}e.isArgumentsObject=t,e.isGeneratorFunction=n,e.isTypedArray=o;function v(he){return typeof Promise<"u"&&he instanceof Promise||he!==null&&typeof he=="object"&&typeof he.then=="function"&&typeof he.catch=="function"}e.isPromise=v;function T(he){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(he):o(he)||ne(he)}e.isArrayBufferView=T;function b(he){return r(he)==="Uint8Array"}e.isUint8Array=b;function g(he){return r(he)==="Uint8ClampedArray"}e.isUint8ClampedArray=g;function h(he){return r(he)==="Uint16Array"}e.isUint16Array=h;function y(he){return r(he)==="Uint32Array"}e.isUint32Array=y;function S(he){return r(he)==="Int8Array"}e.isInt8Array=S;function E(he){return r(he)==="Int16Array"}e.isInt16Array=E;function R(he){return r(he)==="Int32Array"}e.isInt32Array=R;function I(he){return r(he)==="Float32Array"}e.isFloat32Array=I;function A(he){return r(he)==="Float64Array"}e.isFloat64Array=A;function $(he){return r(he)==="BigInt64Array"}e.isBigInt64Array=$;function D(he){return r(he)==="BigUint64Array"}e.isBigUint64Array=D;function k(he){return c(he)==="[object Map]"}k.working=typeof Map<"u"&&k(new Map);function N(he){return typeof Map>"u"?!1:k.working?k(he):he instanceof Map}e.isMap=N;function j(he){return c(he)==="[object Set]"}j.working=typeof Set<"u"&&j(new Set);function W(he){return typeof Set>"u"?!1:j.working?j(he):he instanceof Set}e.isSet=W;function X(he){return c(he)==="[object WeakMap]"}X.working=typeof WeakMap<"u"&&X(new WeakMap);function ie(he){return typeof WeakMap>"u"?!1:X.working?X(he):he instanceof WeakMap}e.isWeakMap=ie;function de(he){return c(he)==="[object WeakSet]"}de.working=typeof WeakSet<"u"&&de(new WeakSet);function se(he){return de(he)}e.isWeakSet=se;function we(he){return c(he)==="[object ArrayBuffer]"}we.working=typeof ArrayBuffer<"u"&&we(new ArrayBuffer);function Se(he){return typeof ArrayBuffer>"u"?!1:we.working?we(he):he instanceof ArrayBuffer}e.isArrayBuffer=Se;function Z(he){return c(he)==="[object DataView]"}Z.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&Z(new DataView(new ArrayBuffer(1),0,1));function ne(he){return typeof DataView>"u"?!1:Z.working?Z(he):he instanceof DataView}e.isDataView=ne;var le=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function Ie(he){return c(he)==="[object SharedArrayBuffer]"}function Y(he){return typeof le>"u"?!1:(typeof Ie.working>"u"&&(Ie.working=Ie(new le)),Ie.working?Ie(he):he instanceof le)}e.isSharedArrayBuffer=Y;function _(he){return c(he)==="[object AsyncFunction]"}e.isAsyncFunction=_;function F(he){return c(he)==="[object Map Iterator]"}e.isMapIterator=F;function K(he){return c(he)==="[object Set Iterator]"}e.isSetIterator=K;function z(he){return c(he)==="[object Generator]"}e.isGeneratorObject=z;function B(he){return c(he)==="[object WebAssembly.Module]"}e.isWebAssemblyCompiledModule=B;function V(he){return w(he,u)}e.isNumberObject=V;function ce(he){return w(he,l)}e.isStringObject=ce;function Re(he){return w(he,f)}e.isBooleanObject=Re;function Le(he){return s&&w(he,d)}e.isBigIntObject=Le;function ke(he){return a&&w(he,m)}e.isSymbolObject=ke;function Pe(he){return V(he)||ce(he)||Re(he)||Le(he)||ke(he)}e.isBoxedPrimitive=Pe;function Be(he){return typeof Uint8Array<"u"&&(Se(he)||Y(he))}e.isAnyArrayBuffer=Be,["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(he){Object.defineProperty(e,he,{enumerable:!1,value:function(){throw new Error(he+" is not supported in userland")}})})}(Zl)),Zl}var eu,om;function oR(){return om||(om=1,eu=function(t){return t&&typeof t=="object"&&typeof t.copy=="function"&&typeof t.fill=="function"&&typeof t.readUInt8=="function"}),eu}var sm;function am(){return sm||(sm=1,function(e){var t=Object.getOwnPropertyDescriptors||function(ne){for(var le=Object.keys(ne),Ie={},Y=0;Y<le.length;Y++)Ie[le[Y]]=Object.getOwnPropertyDescriptor(ne,le[Y]);return Ie},n=/%[sdj%]/g;e.format=function(Z){if(!S(Z)){for(var ne=[],le=0;le<arguments.length;le++)ne.push(s(arguments[le]));return ne.join(" ")}for(var le=1,Ie=arguments,Y=Ie.length,_=String(Z).replace(n,function(K){if(K==="%%")return"%";if(le>=Y)return K;switch(K){case"%s":return String(Ie[le++]);case"%d":return Number(Ie[le++]);case"%j":try{return JSON.stringify(Ie[le++])}catch{return"[Circular]"}default:return K}}),F=Ie[le];le<Y;F=Ie[++le])g(F)||!A(F)?_+=" "+F:_+=" "+s(F);return _},e.deprecate=function(Z,ne){if(typeof ye<"u"&&ye.noDeprecation===!0)return Z;if(typeof ye>"u")return function(){return e.deprecate(Z,ne).apply(this,arguments)};var le=!1;function Ie(){if(!le){if(ye.throwDeprecation)throw new Error(ne);ye.traceDeprecation?console.trace(ne):console.error(ne),le=!0}return Z.apply(this,arguments)}return Ie};var r={},o=/^$/;if(ye.env.NODE_DEBUG){var i=ye.env.NODE_DEBUG;i=i.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),o=new RegExp("^"+i+"$","i")}e.debuglog=function(Z){if(Z=Z.toUpperCase(),!r[Z])if(o.test(Z)){var ne=ye.pid;r[Z]=function(){var le=e.format.apply(e,arguments);console.error("%s %d: %s",Z,ne,le)}}else r[Z]=function(){};return r[Z]};function s(Z,ne){var le={seen:[],stylize:c};return arguments.length>=3&&(le.depth=arguments[2]),arguments.length>=4&&(le.colors=arguments[3]),b(ne)?le.showHidden=ne:ne&&e._extend(le,ne),R(le.showHidden)&&(le.showHidden=!1),R(le.depth)&&(le.depth=2),R(le.colors)&&(le.colors=!1),R(le.customInspect)&&(le.customInspect=!0),le.colors&&(le.stylize=a),l(le,Z,le.depth)}e.inspect=s,s.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},s.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function a(Z,ne){var le=s.styles[ne];return le?"\x1B["+s.colors[le][0]+"m"+Z+"\x1B["+s.colors[le][1]+"m":Z}function c(Z,ne){return Z}function u(Z){var ne={};return Z.forEach(function(le,Ie){ne[le]=!0}),ne}function l(Z,ne,le){if(Z.customInspect&&ne&&k(ne.inspect)&&ne.inspect!==e.inspect&&!(ne.constructor&&ne.constructor.prototype===ne)){var Ie=ne.inspect(le,Z);return S(Ie)||(Ie=l(Z,Ie,le)),Ie}var Y=f(Z,ne);if(Y)return Y;var _=Object.keys(ne),F=u(_);if(Z.showHidden&&(_=Object.getOwnPropertyNames(ne)),D(ne)&&(_.indexOf("message")>=0||_.indexOf("description")>=0))return d(ne);if(_.length===0){if(k(ne)){var K=ne.name?": "+ne.name:"";return Z.stylize("[Function"+K+"]","special")}if(I(ne))return Z.stylize(RegExp.prototype.toString.call(ne),"regexp");if($(ne))return Z.stylize(Date.prototype.toString.call(ne),"date");if(D(ne))return d(ne)}var z="",B=!1,V=["{","}"];if(T(ne)&&(B=!0,V=["[","]"]),k(ne)){var ce=ne.name?": "+ne.name:"";z=" [Function"+ce+"]"}if(I(ne)&&(z=" "+RegExp.prototype.toString.call(ne)),$(ne)&&(z=" "+Date.prototype.toUTCString.call(ne)),D(ne)&&(z=" "+d(ne)),_.length===0&&(!B||ne.length==0))return V[0]+z+V[1];if(le<0)return I(ne)?Z.stylize(RegExp.prototype.toString.call(ne),"regexp"):Z.stylize("[Object]","special");Z.seen.push(ne);var Re;return B?Re=m(Z,ne,le,F,_):Re=_.map(function(Le){return w(Z,ne,le,F,Le,B)}),Z.seen.pop(),v(Re,z,V)}function f(Z,ne){if(R(ne))return Z.stylize("undefined","undefined");if(S(ne)){var le="'"+JSON.stringify(ne).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return Z.stylize(le,"string")}if(y(ne))return Z.stylize(""+ne,"number");if(b(ne))return Z.stylize(""+ne,"boolean");if(g(ne))return Z.stylize("null","null")}function d(Z){return"["+Error.prototype.toString.call(Z)+"]"}function m(Z,ne,le,Ie,Y){for(var _=[],F=0,K=ne.length;F<K;++F)de(ne,String(F))?_.push(w(Z,ne,le,Ie,String(F),!0)):_.push("");return Y.forEach(function(z){z.match(/^\d+$/)||_.push(w(Z,ne,le,Ie,z,!0))}),_}function w(Z,ne,le,Ie,Y,_){var F,K,z;if(z=Object.getOwnPropertyDescriptor(ne,Y)||{value:ne[Y]},z.get?z.set?K=Z.stylize("[Getter/Setter]","special"):K=Z.stylize("[Getter]","special"):z.set&&(K=Z.stylize("[Setter]","special")),de(Ie,Y)||(F="["+Y+"]"),K||(Z.seen.indexOf(z.value)<0?(g(le)?K=l(Z,z.value,null):K=l(Z,z.value,le-1),K.indexOf(`
|
|
17
|
+
`)>-1&&(_?K=K.split(`
|
|
18
|
+
`).map(function(B){return" "+B}).join(`
|
|
19
|
+
`).slice(2):K=`
|
|
20
|
+
`+K.split(`
|
|
21
|
+
`).map(function(B){return" "+B}).join(`
|
|
22
|
+
`))):K=Z.stylize("[Circular]","special")),R(F)){if(_&&Y.match(/^\d+$/))return K;F=JSON.stringify(""+Y),F.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(F=F.slice(1,-1),F=Z.stylize(F,"name")):(F=F.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),F=Z.stylize(F,"string"))}return F+": "+K}function v(Z,ne,le){var Ie=Z.reduce(function(Y,_){return _.indexOf(`
|
|
23
|
+
`)>=0,Y+_.replace(/\u001b\[\d\d?m/g,"").length+1},0);return Ie>60?le[0]+(ne===""?"":ne+`
|
|
24
|
+
`)+" "+Z.join(`,
|
|
25
|
+
`)+" "+le[1]:le[0]+ne+" "+Z.join(", ")+" "+le[1]}e.types=iR();function T(Z){return Array.isArray(Z)}e.isArray=T;function b(Z){return typeof Z=="boolean"}e.isBoolean=b;function g(Z){return Z===null}e.isNull=g;function h(Z){return Z==null}e.isNullOrUndefined=h;function y(Z){return typeof Z=="number"}e.isNumber=y;function S(Z){return typeof Z=="string"}e.isString=S;function E(Z){return typeof Z=="symbol"}e.isSymbol=E;function R(Z){return Z===void 0}e.isUndefined=R;function I(Z){return A(Z)&&j(Z)==="[object RegExp]"}e.isRegExp=I,e.types.isRegExp=I;function A(Z){return typeof Z=="object"&&Z!==null}e.isObject=A;function $(Z){return A(Z)&&j(Z)==="[object Date]"}e.isDate=$,e.types.isDate=$;function D(Z){return A(Z)&&(j(Z)==="[object Error]"||Z instanceof Error)}e.isError=D,e.types.isNativeError=D;function k(Z){return typeof Z=="function"}e.isFunction=k;function N(Z){return Z===null||typeof Z=="boolean"||typeof Z=="number"||typeof Z=="string"||typeof Z=="symbol"||typeof Z>"u"}e.isPrimitive=N,e.isBuffer=oR();function j(Z){return Object.prototype.toString.call(Z)}function W(Z){return Z<10?"0"+Z.toString(10):Z.toString(10)}var X=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function ie(){var Z=new Date,ne=[W(Z.getHours()),W(Z.getMinutes()),W(Z.getSeconds())].join(":");return[Z.getDate(),X[Z.getMonth()],ne].join(" ")}e.log=function(){console.log("%s - %s",ie(),e.format.apply(e,arguments))},e.inherits=Jr(),e._extend=function(Z,ne){if(!ne||!A(ne))return Z;for(var le=Object.keys(ne),Ie=le.length;Ie--;)Z[le[Ie]]=ne[le[Ie]];return Z};function de(Z,ne){return Object.prototype.hasOwnProperty.call(Z,ne)}var se=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;e.promisify=function(ne){if(typeof ne!="function")throw new TypeError('The "original" argument must be of type Function');if(se&&ne[se]){var le=ne[se];if(typeof le!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(le,se,{value:le,enumerable:!1,writable:!1,configurable:!0}),le}function le(){for(var Ie,Y,_=new Promise(function(z,B){Ie=z,Y=B}),F=[],K=0;K<arguments.length;K++)F.push(arguments[K]);F.push(function(z,B){z?Y(z):Ie(B)});try{ne.apply(this,F)}catch(z){Y(z)}return _}return Object.setPrototypeOf(le,Object.getPrototypeOf(ne)),se&&Object.defineProperty(le,se,{value:le,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(le,t(ne))},e.promisify.custom=se;function we(Z,ne){if(!Z){var le=new Error("Promise was rejected with a falsy value");le.reason=Z,Z=le}return ne(Z)}function Se(Z){if(typeof Z!="function")throw new TypeError('The "original" argument must be of type Function');function ne(){for(var le=[],Ie=0;Ie<arguments.length;Ie++)le.push(arguments[Ie]);var Y=le.pop();if(typeof Y!="function")throw new TypeError("The last argument must be of type Function");var _=this,F=function(){return Y.apply(_,arguments)};Z.apply(this,le).then(function(K){ye.nextTick(F.bind(null,null,K))},function(K){ye.nextTick(we.bind(null,K,F))})}return Object.setPrototypeOf(ne,Object.getPrototypeOf(Z)),Object.defineProperties(ne,t(Z)),ne}e.callbackify=Se}(Jl)),Jl}var tu,lm;function sR(){if(lm)return tu;lm=1;function e(w,v){var T=Object.keys(w);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(w);v&&(b=b.filter(function(g){return Object.getOwnPropertyDescriptor(w,g).enumerable})),T.push.apply(T,b)}return T}function t(w){for(var v=1;v<arguments.length;v++){var T=arguments[v]!=null?arguments[v]:{};v%2?e(Object(T),!0).forEach(function(b){n(w,b,T[b])}):Object.getOwnPropertyDescriptors?Object.defineProperties(w,Object.getOwnPropertyDescriptors(T)):e(Object(T)).forEach(function(b){Object.defineProperty(w,b,Object.getOwnPropertyDescriptor(T,b))})}return w}function n(w,v,T){return v=s(v),v in w?Object.defineProperty(w,v,{value:T,enumerable:!0,configurable:!0,writable:!0}):w[v]=T,w}function r(w,v){if(!(w instanceof v))throw new TypeError("Cannot call a class as a function")}function o(w,v){for(var T=0;T<v.length;T++){var b=v[T];b.enumerable=b.enumerable||!1,b.configurable=!0,"value"in b&&(b.writable=!0),Object.defineProperty(w,s(b.key),b)}}function i(w,v,T){return v&&o(w.prototype,v),Object.defineProperty(w,"prototype",{writable:!1}),w}function s(w){var v=a(w,"string");return typeof v=="symbol"?v:String(v)}function a(w,v){if(typeof w!="object"||w===null)return w;var T=w[Symbol.toPrimitive];if(T!==void 0){var b=T.call(w,v);if(typeof b!="object")return b;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(w)}var c=Es(),u=c.Buffer,l=am(),f=l.inspect,d=f&&f.custom||"inspect";function m(w,v,T){u.prototype.copy.call(w,v,T)}return tu=function(){function w(){r(this,w),this.head=null,this.tail=null,this.length=0}return i(w,[{key:"push",value:function(T){var b={data:T,next:null};this.length>0?this.tail.next=b:this.head=b,this.tail=b,++this.length}},{key:"unshift",value:function(T){var b={data:T,next:this.head};this.length===0&&(this.tail=b),this.head=b,++this.length}},{key:"shift",value:function(){if(this.length!==0){var T=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,T}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(T){if(this.length===0)return"";for(var b=this.head,g=""+b.data;b=b.next;)g+=T+b.data;return g}},{key:"concat",value:function(T){if(this.length===0)return u.alloc(0);for(var b=u.allocUnsafe(T>>>0),g=this.head,h=0;g;)m(g.data,b,h),h+=g.data.length,g=g.next;return b}},{key:"consume",value:function(T,b){var g;return T<this.head.data.length?(g=this.head.data.slice(0,T),this.head.data=this.head.data.slice(T)):T===this.head.data.length?g=this.shift():g=b?this._getString(T):this._getBuffer(T),g}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(T){var b=this.head,g=1,h=b.data;for(T-=h.length;b=b.next;){var y=b.data,S=T>y.length?y.length:T;if(S===y.length?h+=y:h+=y.slice(0,T),T-=S,T===0){S===y.length?(++g,b.next?this.head=b.next:this.head=this.tail=null):(this.head=b,b.data=y.slice(S));break}++g}return this.length-=g,h}},{key:"_getBuffer",value:function(T){var b=u.allocUnsafe(T),g=this.head,h=1;for(g.data.copy(b),T-=g.data.length;g=g.next;){var y=g.data,S=T>y.length?y.length:T;if(y.copy(b,b.length-T,0,S),T-=S,T===0){S===y.length?(++h,g.next?this.head=g.next:this.head=this.tail=null):(this.head=g,g.data=y.slice(S));break}++h}return this.length-=h,b}},{key:d,value:function(T,b){return f(this,t(t({},b),{},{depth:0,customInspect:!1}))}}]),w}(),tu}var nu,cm;function um(){if(cm)return nu;cm=1;function e(s,a){var c=this,u=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return u||l?(a?a(s):s&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,ye.nextTick(o,this,s)):ye.nextTick(o,this,s)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(s||null,function(f){!a&&f?c._writableState?c._writableState.errorEmitted?ye.nextTick(n,c):(c._writableState.errorEmitted=!0,ye.nextTick(t,c,f)):ye.nextTick(t,c,f):a?(ye.nextTick(n,c),a(f)):ye.nextTick(n,c)}),this)}function t(s,a){o(s,a),n(s)}function n(s){s._writableState&&!s._writableState.emitClose||s._readableState&&!s._readableState.emitClose||s.emit("close")}function r(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function o(s,a){s.emit("error",a)}function i(s,a){var c=s._readableState,u=s._writableState;c&&c.autoDestroy||u&&u.autoDestroy?s.destroy(a):s.emit("error",a)}return nu={destroy:e,undestroy:r,errorOrDestroy:i},nu}var ru={},fm;function Pi(){if(fm)return ru;fm=1;function e(a,c){a.prototype=Object.create(c.prototype),a.prototype.constructor=a,a.__proto__=c}var t={};function n(a,c,u){u||(u=Error);function l(d,m,w){return typeof c=="string"?c:c(d,m,w)}var f=function(d){e(m,d);function m(w,v,T){return d.call(this,l(w,v,T))||this}return m}(u);f.prototype.name=u.name,f.prototype.code=a,t[a]=f}function r(a,c){if(Array.isArray(a)){var u=a.length;return a=a.map(function(l){return String(l)}),u>2?"one of ".concat(c," ").concat(a.slice(0,u-1).join(", "),", or ")+a[u-1]:u===2?"one of ".concat(c," ").concat(a[0]," or ").concat(a[1]):"of ".concat(c," ").concat(a[0])}else return"of ".concat(c," ").concat(String(a))}function o(a,c,u){return a.substr(0,c.length)===c}function i(a,c,u){return(u===void 0||u>a.length)&&(u=a.length),a.substring(u-c.length,u)===c}function s(a,c,u){return typeof u!="number"&&(u=0),u+c.length>a.length?!1:a.indexOf(c,u)!==-1}return n("ERR_INVALID_OPT_VALUE",function(a,c){return'The value "'+c+'" is invalid for option "'+a+'"'},TypeError),n("ERR_INVALID_ARG_TYPE",function(a,c,u){var l;typeof c=="string"&&o(c,"not ")?(l="must not be",c=c.replace(/^not /,"")):l="must be";var f;if(i(a," argument"))f="The ".concat(a," ").concat(l," ").concat(r(c,"type"));else{var d=s(a,".")?"property":"argument";f='The "'.concat(a,'" ').concat(d," ").concat(l," ").concat(r(c,"type"))}return f+=". Received type ".concat(typeof u),f},TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",function(a){return"The "+a+" method is not implemented"}),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",function(a){return"Cannot call "+a+" after a stream was destroyed"}),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",function(a){return"Unknown encoding: "+a},TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),ru.codes=t,ru}var iu,dm;function pm(){if(dm)return iu;dm=1;var e=Pi().codes.ERR_INVALID_OPT_VALUE;function t(r,o,i){return r.highWaterMark!=null?r.highWaterMark:o?r[i]:null}function n(r,o,i,s){var a=t(o,s,i);if(a!=null){if(!(isFinite(a)&&Math.floor(a)===a)||a<0){var c=s?i:"highWaterMark";throw new e(c,a)}return Math.floor(a)}return r.objectMode?16:16*1024}return iu={getHighWaterMark:n},iu}var ou,hm;function aR(){if(hm)return ou;hm=1,ou=e;function e(n,r){if(t("noDeprecation"))return n;var o=!1;function i(){if(!o){if(t("throwDeprecation"))throw new Error(r);t("traceDeprecation")?console.trace(r):console.warn(r),o=!0}return n.apply(this,arguments)}return i}function t(n){try{if(!Cr.localStorage)return!1}catch{return!1}var r=Cr.localStorage[n];return r==null?!1:String(r).toLowerCase()==="true"}return ou}var su,gm;function mm(){if(gm)return su;gm=1,su=I;function e(Y){var _=this;this.next=null,this.entry=null,this.finish=function(){Ie(_,Y)}}var t;I.WritableState=E;var n={deprecate:aR()},r=Qh(),o=Es().Buffer,i=(typeof Cr<"u"?Cr:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function s(Y){return o.from(Y)}function a(Y){return o.isBuffer(Y)||Y instanceof i}var c=um(),u=pm(),l=u.getHighWaterMark,f=Pi().codes,d=f.ERR_INVALID_ARG_TYPE,m=f.ERR_METHOD_NOT_IMPLEMENTED,w=f.ERR_MULTIPLE_CALLBACK,v=f.ERR_STREAM_CANNOT_PIPE,T=f.ERR_STREAM_DESTROYED,b=f.ERR_STREAM_NULL_VALUES,g=f.ERR_STREAM_WRITE_AFTER_END,h=f.ERR_UNKNOWN_ENCODING,y=c.errorOrDestroy;Jr()(I,r);function S(){}function E(Y,_,F){t=t||Fi(),Y=Y||{},typeof F!="boolean"&&(F=_ instanceof t),this.objectMode=!!Y.objectMode,F&&(this.objectMode=this.objectMode||!!Y.writableObjectMode),this.highWaterMark=l(this,Y,"writableHighWaterMark",F),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var K=Y.decodeStrings===!1;this.decodeStrings=!K,this.defaultEncoding=Y.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(z){X(_,z)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=Y.emitClose!==!1,this.autoDestroy=!!Y.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}E.prototype.getBuffer=function(){for(var _=this.bufferedRequest,F=[];_;)F.push(_),_=_.next;return F},function(){try{Object.defineProperty(E.prototype,"buffer",{get:n.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}();var R;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(R=Function.prototype[Symbol.hasInstance],Object.defineProperty(I,Symbol.hasInstance,{value:function(_){return R.call(this,_)?!0:this!==I?!1:_&&_._writableState instanceof E}})):R=function(_){return _ instanceof this};function I(Y){t=t||Fi();var _=this instanceof t;if(!_&&!R.call(I,this))return new I(Y);this._writableState=new E(Y,this,_),this.writable=!0,Y&&(typeof Y.write=="function"&&(this._write=Y.write),typeof Y.writev=="function"&&(this._writev=Y.writev),typeof Y.destroy=="function"&&(this._destroy=Y.destroy),typeof Y.final=="function"&&(this._final=Y.final)),r.call(this)}I.prototype.pipe=function(){y(this,new v)};function A(Y,_){var F=new g;y(Y,F),ye.nextTick(_,F)}function $(Y,_,F,K){var z;return F===null?z=new b:typeof F!="string"&&!_.objectMode&&(z=new d("chunk",["string","Buffer"],F)),z?(y(Y,z),ye.nextTick(K,z),!1):!0}I.prototype.write=function(Y,_,F){var K=this._writableState,z=!1,B=!K.objectMode&&a(Y);return B&&!o.isBuffer(Y)&&(Y=s(Y)),typeof _=="function"&&(F=_,_=null),B?_="buffer":_||(_=K.defaultEncoding),typeof F!="function"&&(F=S),K.ending?A(this,F):(B||$(this,K,Y,F))&&(K.pendingcb++,z=k(this,K,B,Y,_,F)),z},I.prototype.cork=function(){this._writableState.corked++},I.prototype.uncork=function(){var Y=this._writableState;Y.corked&&(Y.corked--,!Y.writing&&!Y.corked&&!Y.bufferProcessing&&Y.bufferedRequest&&se(this,Y))},I.prototype.setDefaultEncoding=function(_){if(typeof _=="string"&&(_=_.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((_+"").toLowerCase())>-1))throw new h(_);return this._writableState.defaultEncoding=_,this},Object.defineProperty(I.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function D(Y,_,F){return!Y.objectMode&&Y.decodeStrings!==!1&&typeof _=="string"&&(_=o.from(_,F)),_}Object.defineProperty(I.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function k(Y,_,F,K,z,B){if(!F){var V=D(_,K,z);K!==V&&(F=!0,z="buffer",K=V)}var ce=_.objectMode?1:K.length;_.length+=ce;var Re=_.length<_.highWaterMark;if(Re||(_.needDrain=!0),_.writing||_.corked){var Le=_.lastBufferedRequest;_.lastBufferedRequest={chunk:K,encoding:z,isBuf:F,callback:B,next:null},Le?Le.next=_.lastBufferedRequest:_.bufferedRequest=_.lastBufferedRequest,_.bufferedRequestCount+=1}else N(Y,_,!1,ce,K,z,B);return Re}function N(Y,_,F,K,z,B,V){_.writelen=K,_.writecb=V,_.writing=!0,_.sync=!0,_.destroyed?_.onwrite(new T("write")):F?Y._writev(z,_.onwrite):Y._write(z,B,_.onwrite),_.sync=!1}function j(Y,_,F,K,z){--_.pendingcb,F?(ye.nextTick(z,K),ye.nextTick(ne,Y,_),Y._writableState.errorEmitted=!0,y(Y,K)):(z(K),Y._writableState.errorEmitted=!0,y(Y,K),ne(Y,_))}function W(Y){Y.writing=!1,Y.writecb=null,Y.length-=Y.writelen,Y.writelen=0}function X(Y,_){var F=Y._writableState,K=F.sync,z=F.writecb;if(typeof z!="function")throw new w;if(W(F),_)j(Y,F,K,_,z);else{var B=we(F)||Y.destroyed;!B&&!F.corked&&!F.bufferProcessing&&F.bufferedRequest&&se(Y,F),K?ye.nextTick(ie,Y,F,B,z):ie(Y,F,B,z)}}function ie(Y,_,F,K){F||de(Y,_),_.pendingcb--,K(),ne(Y,_)}function de(Y,_){_.length===0&&_.needDrain&&(_.needDrain=!1,Y.emit("drain"))}function se(Y,_){_.bufferProcessing=!0;var F=_.bufferedRequest;if(Y._writev&&F&&F.next){var K=_.bufferedRequestCount,z=new Array(K),B=_.corkedRequestsFree;B.entry=F;for(var V=0,ce=!0;F;)z[V]=F,F.isBuf||(ce=!1),F=F.next,V+=1;z.allBuffers=ce,N(Y,_,!0,_.length,z,"",B.finish),_.pendingcb++,_.lastBufferedRequest=null,B.next?(_.corkedRequestsFree=B.next,B.next=null):_.corkedRequestsFree=new e(_),_.bufferedRequestCount=0}else{for(;F;){var Re=F.chunk,Le=F.encoding,ke=F.callback,Pe=_.objectMode?1:Re.length;if(N(Y,_,!1,Pe,Re,Le,ke),F=F.next,_.bufferedRequestCount--,_.writing)break}F===null&&(_.lastBufferedRequest=null)}_.bufferedRequest=F,_.bufferProcessing=!1}I.prototype._write=function(Y,_,F){F(new m("_write()"))},I.prototype._writev=null,I.prototype.end=function(Y,_,F){var K=this._writableState;return typeof Y=="function"?(F=Y,Y=null,_=null):typeof _=="function"&&(F=_,_=null),Y!=null&&this.write(Y,_),K.corked&&(K.corked=1,this.uncork()),K.ending||le(this,K,F),this},Object.defineProperty(I.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function we(Y){return Y.ending&&Y.length===0&&Y.bufferedRequest===null&&!Y.finished&&!Y.writing}function Se(Y,_){Y._final(function(F){_.pendingcb--,F&&y(Y,F),_.prefinished=!0,Y.emit("prefinish"),ne(Y,_)})}function Z(Y,_){!_.prefinished&&!_.finalCalled&&(typeof Y._final=="function"&&!_.destroyed?(_.pendingcb++,_.finalCalled=!0,ye.nextTick(Se,Y,_)):(_.prefinished=!0,Y.emit("prefinish")))}function ne(Y,_){var F=we(_);if(F&&(Z(Y,_),_.pendingcb===0&&(_.finished=!0,Y.emit("finish"),_.autoDestroy))){var K=Y._readableState;(!K||K.autoDestroy&&K.endEmitted)&&Y.destroy()}return F}function le(Y,_,F){_.ending=!0,ne(Y,_),F&&(_.finished?ye.nextTick(F):Y.once("finish",F)),_.ended=!0,Y.writable=!1}function Ie(Y,_,F){var K=Y.entry;for(Y.entry=null;K;){var z=K.callback;_.pendingcb--,z(F),K=K.next}_.corkedRequestsFree.next=Y}return Object.defineProperty(I.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(_){this._writableState&&(this._writableState.destroyed=_)}}),I.prototype.destroy=c.destroy,I.prototype._undestroy=c.undestroy,I.prototype._destroy=function(Y,_){_(Y)},su}var au,ym;function Fi(){if(ym)return au;ym=1;var e=Object.keys||function(u){var l=[];for(var f in u)l.push(f);return l};au=s;var t=Am(),n=mm();Jr()(s,t);for(var r=e(n.prototype),o=0;o<r.length;o++){var i=r[o];s.prototype[i]||(s.prototype[i]=n.prototype[i])}function s(u){if(!(this instanceof s))return new s(u);t.call(this,u),n.call(this,u),this.allowHalfOpen=!0,u&&(u.readable===!1&&(this.readable=!1),u.writable===!1&&(this.writable=!1),u.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",a)))}Object.defineProperty(s.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(s.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(s.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function a(){this._writableState.ended||ye.nextTick(c,this)}function c(u){u.end()}return Object.defineProperty(s.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(l){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=l,this._writableState.destroyed=l)}}),au}var lu={},Rs={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var bm;function lR(){return bm||(bm=1,function(e,t){var n=Es(),r=n.Buffer;function o(s,a){for(var c in s)a[c]=s[c]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=i);function i(s,a,c){return r(s,a,c)}i.prototype=Object.create(r.prototype),o(r,i),i.from=function(s,a,c){if(typeof s=="number")throw new TypeError("Argument must not be a number");return r(s,a,c)},i.alloc=function(s,a,c){if(typeof s!="number")throw new TypeError("Argument must be a number");var u=r(s);return a!==void 0?typeof c=="string"?u.fill(a,c):u.fill(a):u.fill(0),u},i.allocUnsafe=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return r(s)},i.allocUnsafeSlow=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return n.SlowBuffer(s)}}(Rs,Rs.exports)),Rs.exports}var vm;function cu(){if(vm)return lu;vm=1;var e=lR().Buffer,t=e.isEncoding||function(b){switch(b=""+b,b&&b.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function n(b){if(!b)return"utf8";for(var g;;)switch(b){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return b;default:if(g)return;b=(""+b).toLowerCase(),g=!0}}function r(b){var g=n(b);if(typeof g!="string"&&(e.isEncoding===t||!t(b)))throw new Error("Unknown encoding: "+b);return g||b}lu.StringDecoder=o;function o(b){this.encoding=r(b);var g;switch(this.encoding){case"utf16le":this.text=f,this.end=d,g=4;break;case"utf8":this.fillLast=c,g=4;break;case"base64":this.text=m,this.end=w,g=3;break;default:this.write=v,this.end=T;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(g)}o.prototype.write=function(b){if(b.length===0)return"";var g,h;if(this.lastNeed){if(g=this.fillLast(b),g===void 0)return"";h=this.lastNeed,this.lastNeed=0}else h=0;return h<b.length?g?g+this.text(b,h):this.text(b,h):g||""},o.prototype.end=l,o.prototype.text=u,o.prototype.fillLast=function(b){if(this.lastNeed<=b.length)return b.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);b.copy(this.lastChar,this.lastTotal-this.lastNeed,0,b.length),this.lastNeed-=b.length};function i(b){return b<=127?0:b>>5===6?2:b>>4===14?3:b>>3===30?4:b>>6===2?-1:-2}function s(b,g,h){var y=g.length-1;if(y<h)return 0;var S=i(g[y]);return S>=0?(S>0&&(b.lastNeed=S-1),S):--y<h||S===-2?0:(S=i(g[y]),S>=0?(S>0&&(b.lastNeed=S-2),S):--y<h||S===-2?0:(S=i(g[y]),S>=0?(S>0&&(S===2?S=0:b.lastNeed=S-3),S):0))}function a(b,g,h){if((g[0]&192)!==128)return b.lastNeed=0,"�";if(b.lastNeed>1&&g.length>1){if((g[1]&192)!==128)return b.lastNeed=1,"�";if(b.lastNeed>2&&g.length>2&&(g[2]&192)!==128)return b.lastNeed=2,"�"}}function c(b){var g=this.lastTotal-this.lastNeed,h=a(this,b);if(h!==void 0)return h;if(this.lastNeed<=b.length)return b.copy(this.lastChar,g,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);b.copy(this.lastChar,g,0,b.length),this.lastNeed-=b.length}function u(b,g){var h=s(this,b,g);if(!this.lastNeed)return b.toString("utf8",g);this.lastTotal=h;var y=b.length-(h-this.lastNeed);return b.copy(this.lastChar,0,y),b.toString("utf8",g,y)}function l(b){var g=b&&b.length?this.write(b):"";return this.lastNeed?g+"�":g}function f(b,g){if((b.length-g)%2===0){var h=b.toString("utf16le",g);if(h){var y=h.charCodeAt(h.length-1);if(y>=55296&&y<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=b[b.length-2],this.lastChar[1]=b[b.length-1],h.slice(0,-1)}return h}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=b[b.length-1],b.toString("utf16le",g,b.length-1)}function d(b){var g=b&&b.length?this.write(b):"";if(this.lastNeed){var h=this.lastTotal-this.lastNeed;return g+this.lastChar.toString("utf16le",0,h)}return g}function m(b,g){var h=(b.length-g)%3;return h===0?b.toString("base64",g):(this.lastNeed=3-h,this.lastTotal=3,h===1?this.lastChar[0]=b[b.length-1]:(this.lastChar[0]=b[b.length-2],this.lastChar[1]=b[b.length-1]),b.toString("base64",g,b.length-h))}function w(b){var g=b&&b.length?this.write(b):"";return this.lastNeed?g+this.lastChar.toString("base64",0,3-this.lastNeed):g}function v(b){return b.toString(this.encoding)}function T(b){return b&&b.length?this.write(b):""}return lu}var uu,wm;function fu(){if(wm)return uu;wm=1;var e=Pi().codes.ERR_STREAM_PREMATURE_CLOSE;function t(i){var s=!1;return function(){if(!s){s=!0;for(var a=arguments.length,c=new Array(a),u=0;u<a;u++)c[u]=arguments[u];i.apply(this,c)}}}function n(){}function r(i){return i.setHeader&&typeof i.abort=="function"}function o(i,s,a){if(typeof s=="function")return o(i,null,s);s||(s={}),a=t(a||n);var c=s.readable||s.readable!==!1&&i.readable,u=s.writable||s.writable!==!1&&i.writable,l=function(){i.writable||d()},f=i._writableState&&i._writableState.finished,d=function(){u=!1,f=!0,c||a.call(i)},m=i._readableState&&i._readableState.endEmitted,w=function(){c=!1,m=!0,u||a.call(i)},v=function(h){a.call(i,h)},T=function(){var h;if(c&&!m)return(!i._readableState||!i._readableState.ended)&&(h=new e),a.call(i,h);if(u&&!f)return(!i._writableState||!i._writableState.ended)&&(h=new e),a.call(i,h)},b=function(){i.req.on("finish",d)};return r(i)?(i.on("complete",d),i.on("abort",T),i.req?b():i.on("request",b)):u&&!i._writableState&&(i.on("end",l),i.on("close",l)),i.on("end",w),i.on("finish",d),s.error!==!1&&i.on("error",v),i.on("close",T),function(){i.removeListener("complete",d),i.removeListener("abort",T),i.removeListener("request",b),i.req&&i.req.removeListener("finish",d),i.removeListener("end",l),i.removeListener("close",l),i.removeListener("finish",d),i.removeListener("end",w),i.removeListener("error",v),i.removeListener("close",T)}}return uu=o,uu}var du,Sm;function cR(){if(Sm)return du;Sm=1;var e;function t(h,y,S){return y=n(y),y in h?Object.defineProperty(h,y,{value:S,enumerable:!0,configurable:!0,writable:!0}):h[y]=S,h}function n(h){var y=r(h,"string");return typeof y=="symbol"?y:String(y)}function r(h,y){if(typeof h!="object"||h===null)return h;var S=h[Symbol.toPrimitive];if(S!==void 0){var E=S.call(h,y);if(typeof E!="object")return E;throw new TypeError("@@toPrimitive must return a primitive value.")}return(y==="string"?String:Number)(h)}var o=fu(),i=Symbol("lastResolve"),s=Symbol("lastReject"),a=Symbol("error"),c=Symbol("ended"),u=Symbol("lastPromise"),l=Symbol("handlePromise"),f=Symbol("stream");function d(h,y){return{value:h,done:y}}function m(h){var y=h[i];if(y!==null){var S=h[f].read();S!==null&&(h[u]=null,h[i]=null,h[s]=null,y(d(S,!1)))}}function w(h){ye.nextTick(m,h)}function v(h,y){return function(S,E){h.then(function(){if(y[c]){S(d(void 0,!0));return}y[l](S,E)},E)}}var T=Object.getPrototypeOf(function(){}),b=Object.setPrototypeOf((e={get stream(){return this[f]},next:function(){var y=this,S=this[a];if(S!==null)return Promise.reject(S);if(this[c])return Promise.resolve(d(void 0,!0));if(this[f].destroyed)return new Promise(function(A,$){ye.nextTick(function(){y[a]?$(y[a]):A(d(void 0,!0))})});var E=this[u],R;if(E)R=new Promise(v(E,this));else{var I=this[f].read();if(I!==null)return Promise.resolve(d(I,!1));R=new Promise(this[l])}return this[u]=R,R}},t(e,Symbol.asyncIterator,function(){return this}),t(e,"return",function(){var y=this;return new Promise(function(S,E){y[f].destroy(null,function(R){if(R){E(R);return}S(d(void 0,!0))})})}),e),T),g=function(y){var S,E=Object.create(b,(S={},t(S,f,{value:y,writable:!0}),t(S,i,{value:null,writable:!0}),t(S,s,{value:null,writable:!0}),t(S,a,{value:null,writable:!0}),t(S,c,{value:y._readableState.endEmitted,writable:!0}),t(S,l,{value:function(I,A){var $=E[f].read();$?(E[u]=null,E[i]=null,E[s]=null,I(d($,!1))):(E[i]=I,E[s]=A)},writable:!0}),S));return E[u]=null,o(y,function(R){if(R&&R.code!=="ERR_STREAM_PREMATURE_CLOSE"){var I=E[s];I!==null&&(E[u]=null,E[i]=null,E[s]=null,I(R)),E[a]=R;return}var A=E[i];A!==null&&(E[u]=null,E[i]=null,E[s]=null,A(d(void 0,!0))),E[c]=!0}),y.on("readable",w.bind(null,E)),E};return du=g,du}var pu,Em;function uR(){return Em||(Em=1,pu=function(){throw new Error("Readable.from is not available in the browser")}),pu}var hu,Tm;function Am(){if(Tm)return hu;Tm=1,hu=A;var e;A.ReadableState=I,Ql().EventEmitter;var t=function(V,ce){return V.listeners(ce).length},n=Qh(),r=Es().Buffer,o=(typeof Cr<"u"?Cr:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){};function i(B){return r.from(B)}function s(B){return r.isBuffer(B)||B instanceof o}var a=am(),c;a&&a.debuglog?c=a.debuglog("stream"):c=function(){};var u=sR(),l=um(),f=pm(),d=f.getHighWaterMark,m=Pi().codes,w=m.ERR_INVALID_ARG_TYPE,v=m.ERR_STREAM_PUSH_AFTER_EOF,T=m.ERR_METHOD_NOT_IMPLEMENTED,b=m.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,g,h,y;Jr()(A,n);var S=l.errorOrDestroy,E=["error","close","destroy","pause","resume"];function R(B,V,ce){if(typeof B.prependListener=="function")return B.prependListener(V,ce);!B._events||!B._events[V]?B.on(V,ce):Array.isArray(B._events[V])?B._events[V].unshift(ce):B._events[V]=[ce,B._events[V]]}function I(B,V,ce){e=e||Fi(),B=B||{},typeof ce!="boolean"&&(ce=V instanceof e),this.objectMode=!!B.objectMode,ce&&(this.objectMode=this.objectMode||!!B.readableObjectMode),this.highWaterMark=d(this,B,"readableHighWaterMark",ce),this.buffer=new u,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=B.emitClose!==!1,this.autoDestroy=!!B.autoDestroy,this.destroyed=!1,this.defaultEncoding=B.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,B.encoding&&(g||(g=cu().StringDecoder),this.decoder=new g(B.encoding),this.encoding=B.encoding)}function A(B){if(e=e||Fi(),!(this instanceof A))return new A(B);var V=this instanceof e;this._readableState=new I(B,this,V),this.readable=!0,B&&(typeof B.read=="function"&&(this._read=B.read),typeof B.destroy=="function"&&(this._destroy=B.destroy)),n.call(this)}Object.defineProperty(A.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(V){this._readableState&&(this._readableState.destroyed=V)}}),A.prototype.destroy=l.destroy,A.prototype._undestroy=l.undestroy,A.prototype._destroy=function(B,V){V(B)},A.prototype.push=function(B,V){var ce=this._readableState,Re;return ce.objectMode?Re=!0:typeof B=="string"&&(V=V||ce.defaultEncoding,V!==ce.encoding&&(B=r.from(B,V),V=""),Re=!0),$(this,B,V,!1,Re)},A.prototype.unshift=function(B){return $(this,B,null,!0,!1)};function $(B,V,ce,Re,Le){c("readableAddChunk",V);var ke=B._readableState;if(V===null)ke.reading=!1,X(B,ke);else{var Pe;if(Le||(Pe=k(ke,V)),Pe)S(B,Pe);else if(ke.objectMode||V&&V.length>0)if(typeof V!="string"&&!ke.objectMode&&Object.getPrototypeOf(V)!==r.prototype&&(V=i(V)),Re)ke.endEmitted?S(B,new b):D(B,ke,V,!0);else if(ke.ended)S(B,new v);else{if(ke.destroyed)return!1;ke.reading=!1,ke.decoder&&!ce?(V=ke.decoder.write(V),ke.objectMode||V.length!==0?D(B,ke,V,!1):se(B,ke)):D(B,ke,V,!1)}else Re||(ke.reading=!1,se(B,ke))}return!ke.ended&&(ke.length<ke.highWaterMark||ke.length===0)}function D(B,V,ce,Re){V.flowing&&V.length===0&&!V.sync?(V.awaitDrain=0,B.emit("data",ce)):(V.length+=V.objectMode?1:ce.length,Re?V.buffer.unshift(ce):V.buffer.push(ce),V.needReadable&&ie(B)),se(B,V)}function k(B,V){var ce;return!s(V)&&typeof V!="string"&&V!==void 0&&!B.objectMode&&(ce=new w("chunk",["string","Buffer","Uint8Array"],V)),ce}A.prototype.isPaused=function(){return this._readableState.flowing===!1},A.prototype.setEncoding=function(B){g||(g=cu().StringDecoder);var V=new g(B);this._readableState.decoder=V,this._readableState.encoding=this._readableState.decoder.encoding;for(var ce=this._readableState.buffer.head,Re="";ce!==null;)Re+=V.write(ce.data),ce=ce.next;return this._readableState.buffer.clear(),Re!==""&&this._readableState.buffer.push(Re),this._readableState.length=Re.length,this};var N=1073741824;function j(B){return B>=N?B=N:(B--,B|=B>>>1,B|=B>>>2,B|=B>>>4,B|=B>>>8,B|=B>>>16,B++),B}function W(B,V){return B<=0||V.length===0&&V.ended?0:V.objectMode?1:B!==B?V.flowing&&V.length?V.buffer.head.data.length:V.length:(B>V.highWaterMark&&(V.highWaterMark=j(B)),B<=V.length?B:V.ended?V.length:(V.needReadable=!0,0))}A.prototype.read=function(B){c("read",B),B=parseInt(B,10);var V=this._readableState,ce=B;if(B!==0&&(V.emittedReadable=!1),B===0&&V.needReadable&&((V.highWaterMark!==0?V.length>=V.highWaterMark:V.length>0)||V.ended))return c("read: emitReadable",V.length,V.ended),V.length===0&&V.ended?F(this):ie(this),null;if(B=W(B,V),B===0&&V.ended)return V.length===0&&F(this),null;var Re=V.needReadable;c("need readable",Re),(V.length===0||V.length-B<V.highWaterMark)&&(Re=!0,c("length less than watermark",Re)),V.ended||V.reading?(Re=!1,c("reading or ended",Re)):Re&&(c("do read"),V.reading=!0,V.sync=!0,V.length===0&&(V.needReadable=!0),this._read(V.highWaterMark),V.sync=!1,V.reading||(B=W(ce,V)));var Le;return B>0?Le=_(B,V):Le=null,Le===null?(V.needReadable=V.length<=V.highWaterMark,B=0):(V.length-=B,V.awaitDrain=0),V.length===0&&(V.ended||(V.needReadable=!0),ce!==B&&V.ended&&F(this)),Le!==null&&this.emit("data",Le),Le};function X(B,V){if(c("onEofChunk"),!V.ended){if(V.decoder){var ce=V.decoder.end();ce&&ce.length&&(V.buffer.push(ce),V.length+=V.objectMode?1:ce.length)}V.ended=!0,V.sync?ie(B):(V.needReadable=!1,V.emittedReadable||(V.emittedReadable=!0,de(B)))}}function ie(B){var V=B._readableState;c("emitReadable",V.needReadable,V.emittedReadable),V.needReadable=!1,V.emittedReadable||(c("emitReadable",V.flowing),V.emittedReadable=!0,ye.nextTick(de,B))}function de(B){var V=B._readableState;c("emitReadable_",V.destroyed,V.length,V.ended),!V.destroyed&&(V.length||V.ended)&&(B.emit("readable"),V.emittedReadable=!1),V.needReadable=!V.flowing&&!V.ended&&V.length<=V.highWaterMark,Y(B)}function se(B,V){V.readingMore||(V.readingMore=!0,ye.nextTick(we,B,V))}function we(B,V){for(;!V.reading&&!V.ended&&(V.length<V.highWaterMark||V.flowing&&V.length===0);){var ce=V.length;if(c("maybeReadMore read 0"),B.read(0),ce===V.length)break}V.readingMore=!1}A.prototype._read=function(B){S(this,new T("_read()"))},A.prototype.pipe=function(B,V){var ce=this,Re=this._readableState;switch(Re.pipesCount){case 0:Re.pipes=B;break;case 1:Re.pipes=[Re.pipes,B];break;default:Re.pipes.push(B);break}Re.pipesCount+=1,c("pipe count=%d opts=%j",Re.pipesCount,V);var Le=(!V||V.end!==!1)&&B!==ye.stdout&&B!==ye.stderr,ke=Le?Be:Qt;Re.endEmitted?ye.nextTick(ke):ce.once("end",ke),B.on("unpipe",Pe);function Pe(Xt,Pt){c("onunpipe"),Xt===ce&&Pt&&Pt.hasUnpiped===!1&&(Pt.hasUnpiped=!0,$e())}function Be(){c("onend"),B.end()}var he=Se(ce);B.on("drain",he);var ae=!1;function $e(){c("cleanup"),B.removeListener("close",ut),B.removeListener("finish",ct),B.removeListener("drain",he),B.removeListener("error",Je),B.removeListener("unpipe",Pe),ce.removeListener("end",Be),ce.removeListener("end",Qt),ce.removeListener("data",De),ae=!0,Re.awaitDrain&&(!B._writableState||B._writableState.needDrain)&&he()}ce.on("data",De);function De(Xt){c("ondata");var Pt=B.write(Xt);c("dest.write",Pt),Pt===!1&&((Re.pipesCount===1&&Re.pipes===B||Re.pipesCount>1&&z(Re.pipes,B)!==-1)&&!ae&&(c("false write response, pause",Re.awaitDrain),Re.awaitDrain++),ce.pause())}function Je(Xt){c("onerror",Xt),Qt(),B.removeListener("error",Je),t(B,"error")===0&&S(B,Xt)}R(B,"error",Je);function ut(){B.removeListener("finish",ct),Qt()}B.once("close",ut);function ct(){c("onfinish"),B.removeListener("close",ut),Qt()}B.once("finish",ct);function Qt(){c("unpipe"),ce.unpipe(B)}return B.emit("pipe",ce),Re.flowing||(c("pipe resume"),ce.resume()),B};function Se(B){return function(){var ce=B._readableState;c("pipeOnDrain",ce.awaitDrain),ce.awaitDrain&&ce.awaitDrain--,ce.awaitDrain===0&&t(B,"data")&&(ce.flowing=!0,Y(B))}}A.prototype.unpipe=function(B){var V=this._readableState,ce={hasUnpiped:!1};if(V.pipesCount===0)return this;if(V.pipesCount===1)return B&&B!==V.pipes?this:(B||(B=V.pipes),V.pipes=null,V.pipesCount=0,V.flowing=!1,B&&B.emit("unpipe",this,ce),this);if(!B){var Re=V.pipes,Le=V.pipesCount;V.pipes=null,V.pipesCount=0,V.flowing=!1;for(var ke=0;ke<Le;ke++)Re[ke].emit("unpipe",this,{hasUnpiped:!1});return this}var Pe=z(V.pipes,B);return Pe===-1?this:(V.pipes.splice(Pe,1),V.pipesCount-=1,V.pipesCount===1&&(V.pipes=V.pipes[0]),B.emit("unpipe",this,ce),this)},A.prototype.on=function(B,V){var ce=n.prototype.on.call(this,B,V),Re=this._readableState;return B==="data"?(Re.readableListening=this.listenerCount("readable")>0,Re.flowing!==!1&&this.resume()):B==="readable"&&!Re.endEmitted&&!Re.readableListening&&(Re.readableListening=Re.needReadable=!0,Re.flowing=!1,Re.emittedReadable=!1,c("on readable",Re.length,Re.reading),Re.length?ie(this):Re.reading||ye.nextTick(ne,this)),ce},A.prototype.addListener=A.prototype.on,A.prototype.removeListener=function(B,V){var ce=n.prototype.removeListener.call(this,B,V);return B==="readable"&&ye.nextTick(Z,this),ce},A.prototype.removeAllListeners=function(B){var V=n.prototype.removeAllListeners.apply(this,arguments);return(B==="readable"||B===void 0)&&ye.nextTick(Z,this),V};function Z(B){var V=B._readableState;V.readableListening=B.listenerCount("readable")>0,V.resumeScheduled&&!V.paused?V.flowing=!0:B.listenerCount("data")>0&&B.resume()}function ne(B){c("readable nexttick read 0"),B.read(0)}A.prototype.resume=function(){var B=this._readableState;return B.flowing||(c("resume"),B.flowing=!B.readableListening,le(this,B)),B.paused=!1,this};function le(B,V){V.resumeScheduled||(V.resumeScheduled=!0,ye.nextTick(Ie,B,V))}function Ie(B,V){c("resume",V.reading),V.reading||B.read(0),V.resumeScheduled=!1,B.emit("resume"),Y(B),V.flowing&&!V.reading&&B.read(0)}A.prototype.pause=function(){return c("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(c("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function Y(B){var V=B._readableState;for(c("flow",V.flowing);V.flowing&&B.read()!==null;);}A.prototype.wrap=function(B){var V=this,ce=this._readableState,Re=!1;B.on("end",function(){if(c("wrapped end"),ce.decoder&&!ce.ended){var Pe=ce.decoder.end();Pe&&Pe.length&&V.push(Pe)}V.push(null)}),B.on("data",function(Pe){if(c("wrapped data"),ce.decoder&&(Pe=ce.decoder.write(Pe)),!(ce.objectMode&&Pe==null)&&!(!ce.objectMode&&(!Pe||!Pe.length))){var Be=V.push(Pe);Be||(Re=!0,B.pause())}});for(var Le in B)this[Le]===void 0&&typeof B[Le]=="function"&&(this[Le]=function(Be){return function(){return B[Be].apply(B,arguments)}}(Le));for(var ke=0;ke<E.length;ke++)B.on(E[ke],this.emit.bind(this,E[ke]));return this._read=function(Pe){c("wrapped _read",Pe),Re&&(Re=!1,B.resume())},this},typeof Symbol=="function"&&(A.prototype[Symbol.asyncIterator]=function(){return h===void 0&&(h=cR()),h(this)}),Object.defineProperty(A.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(A.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(A.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(V){this._readableState&&(this._readableState.flowing=V)}}),A._fromList=_,Object.defineProperty(A.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function _(B,V){if(V.length===0)return null;var ce;return V.objectMode?ce=V.buffer.shift():!B||B>=V.length?(V.decoder?ce=V.buffer.join(""):V.buffer.length===1?ce=V.buffer.first():ce=V.buffer.concat(V.length),V.buffer.clear()):ce=V.buffer.consume(B,V.decoder),ce}function F(B){var V=B._readableState;c("endReadable",V.endEmitted),V.endEmitted||(V.ended=!0,ye.nextTick(K,V,B))}function K(B,V){if(c("endReadableNT",B.endEmitted,B.length),!B.endEmitted&&B.length===0&&(B.endEmitted=!0,V.readable=!1,V.emit("end"),B.autoDestroy)){var ce=V._writableState;(!ce||ce.autoDestroy&&ce.finished)&&V.destroy()}}typeof Symbol=="function"&&(A.from=function(B,V){return y===void 0&&(y=uR()),y(A,B,V)});function z(B,V){for(var ce=0,Re=B.length;ce<Re;ce++)if(B[ce]===V)return ce;return-1}return hu}var gu,Rm;function _m(){if(Rm)return gu;Rm=1,gu=a;var e=Pi().codes,t=e.ERR_METHOD_NOT_IMPLEMENTED,n=e.ERR_MULTIPLE_CALLBACK,r=e.ERR_TRANSFORM_ALREADY_TRANSFORMING,o=e.ERR_TRANSFORM_WITH_LENGTH_0,i=Fi();Jr()(a,i);function s(l,f){var d=this._transformState;d.transforming=!1;var m=d.writecb;if(m===null)return this.emit("error",new n);d.writechunk=null,d.writecb=null,f!=null&&this.push(f),m(l);var w=this._readableState;w.reading=!1,(w.needReadable||w.length<w.highWaterMark)&&this._read(w.highWaterMark)}function a(l){if(!(this instanceof a))return new a(l);i.call(this,l),this._transformState={afterTransform:s.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,l&&(typeof l.transform=="function"&&(this._transform=l.transform),typeof l.flush=="function"&&(this._flush=l.flush)),this.on("prefinish",c)}function c(){var l=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(f,d){u(l,f,d)}):u(this,null,null)}a.prototype.push=function(l,f){return this._transformState.needTransform=!1,i.prototype.push.call(this,l,f)},a.prototype._transform=function(l,f,d){d(new t("_transform()"))},a.prototype._write=function(l,f,d){var m=this._transformState;if(m.writecb=d,m.writechunk=l,m.writeencoding=f,!m.transforming){var w=this._readableState;(m.needTransform||w.needReadable||w.length<w.highWaterMark)&&this._read(w.highWaterMark)}},a.prototype._read=function(l){var f=this._transformState;f.writechunk!==null&&!f.transforming?(f.transforming=!0,this._transform(f.writechunk,f.writeencoding,f.afterTransform)):f.needTransform=!0},a.prototype._destroy=function(l,f){i.prototype._destroy.call(this,l,function(d){f(d)})};function u(l,f,d){if(f)return l.emit("error",f);if(d!=null&&l.push(d),l._writableState.length)throw new o;if(l._transformState.transforming)throw new r;return l.push(null)}return gu}var mu,Im;function fR(){if(Im)return mu;Im=1,mu=t;var e=_m();Jr()(t,e);function t(n){if(!(this instanceof t))return new t(n);e.call(this,n)}return t.prototype._transform=function(n,r,o){o(null,n)},mu}var yu,Cm;function dR(){if(Cm)return yu;Cm=1;var e;function t(d){var m=!1;return function(){m||(m=!0,d.apply(void 0,arguments))}}var n=Pi().codes,r=n.ERR_MISSING_ARGS,o=n.ERR_STREAM_DESTROYED;function i(d){if(d)throw d}function s(d){return d.setHeader&&typeof d.abort=="function"}function a(d,m,w,v){v=t(v);var T=!1;d.on("close",function(){T=!0}),e===void 0&&(e=fu()),e(d,{readable:m,writable:w},function(g){if(g)return v(g);T=!0,v()});var b=!1;return function(g){if(!T&&!b){if(b=!0,s(d))return d.abort();if(typeof d.destroy=="function")return d.destroy();v(g||new o("pipe"))}}}function c(d){d()}function u(d,m){return d.pipe(m)}function l(d){return!d.length||typeof d[d.length-1]!="function"?i:d.pop()}function f(){for(var d=arguments.length,m=new Array(d),w=0;w<d;w++)m[w]=arguments[w];var v=l(m);if(Array.isArray(m[0])&&(m=m[0]),m.length<2)throw new r("streams");var T,b=m.map(function(g,h){var y=h<m.length-1,S=h>0;return a(g,y,S,function(E){T||(T=E),E&&b.forEach(c),!y&&(b.forEach(c),v(T))})});return m.reduce(u)}return yu=f,yu}var bu,Pm;function pR(){if(Pm)return bu;Pm=1,bu=n;var e=Ql().EventEmitter,t=Jr();t(n,e),n.Readable=Am(),n.Writable=mm(),n.Duplex=Fi(),n.Transform=_m(),n.PassThrough=fR(),n.finished=fu(),n.pipeline=dR(),n.Stream=n;function n(){e.call(this)}return n.prototype.pipe=function(r,o){var i=this;function s(m){r.writable&&r.write(m)===!1&&i.pause&&i.pause()}i.on("data",s);function a(){i.readable&&i.resume&&i.resume()}r.on("drain",a),!r._isStdio&&(!o||o.end!==!1)&&(i.on("end",u),i.on("close",l));var c=!1;function u(){c||(c=!0,r.end())}function l(){c||(c=!0,typeof r.destroy=="function"&&r.destroy())}function f(m){if(d(),e.listenerCount(this,"error")===0)throw m}i.on("error",f),r.on("error",f);function d(){i.removeListener("data",s),r.removeListener("drain",a),i.removeListener("end",u),i.removeListener("close",l),i.removeListener("error",f),r.removeListener("error",f),i.removeListener("end",d),i.removeListener("close",d),r.removeListener("close",d)}return i.on("end",d),i.on("close",d),r.on("close",d),r.emit("pipe",i),r},bu}var Fm;function hR(){return Fm||(Fm=1,function(e){(function(t){t.parser=function(_,F){return new r(_,F)},t.SAXParser=r,t.SAXStream=l,t.createStream=u,t.MAX_BUFFER_LENGTH=64*1024;var n=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function r(_,F){if(!(this instanceof r))return new r(_,F);var K=this;i(K),K.q=K.c="",K.bufferCheckPosition=t.MAX_BUFFER_LENGTH,K.opt=F||{},K.opt.lowercase=K.opt.lowercase||K.opt.lowercasetags,K.looseCase=K.opt.lowercase?"toLowerCase":"toUpperCase",K.tags=[],K.closed=K.closedRoot=K.sawRoot=!1,K.tag=K.error=null,K.strict=!!_,K.noscript=!!(_||K.opt.noscript),K.state=A.BEGIN,K.strictEntities=K.opt.strictEntities,K.ENTITIES=K.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),K.attribList=[],K.opt.xmlns&&(K.ns=Object.create(v)),K.opt.unquotedAttributeValues===void 0&&(K.opt.unquotedAttributeValues=!_),K.trackPosition=K.opt.position!==!1,K.trackPosition&&(K.position=K.line=K.column=0),D(K,"onready")}Object.create||(Object.create=function(_){function F(){}F.prototype=_;var K=new F;return K}),Object.keys||(Object.keys=function(_){var F=[];for(var K in _)_.hasOwnProperty(K)&&F.push(K);return F});function o(_){for(var F=Math.max(t.MAX_BUFFER_LENGTH,10),K=0,z=0,B=n.length;z<B;z++){var V=_[n[z]].length;if(V>F)switch(n[z]){case"textNode":N(_);break;case"cdata":k(_,"oncdata",_.cdata),_.cdata="";break;case"script":k(_,"onscript",_.script),_.script="";break;default:W(_,"Max buffer length exceeded: "+n[z])}K=Math.max(K,V)}var ce=t.MAX_BUFFER_LENGTH-K;_.bufferCheckPosition=ce+_.position}function i(_){for(var F=0,K=n.length;F<K;F++)_[n[F]]=""}function s(_){N(_),_.cdata!==""&&(k(_,"oncdata",_.cdata),_.cdata=""),_.script!==""&&(k(_,"onscript",_.script),_.script="")}r.prototype={end:function(){X(this)},write:Y,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var a;try{a=pR().Stream}catch{a=function(){}}a||(a=function(){});var c=t.EVENTS.filter(function(_){return _!=="error"&&_!=="end"});function u(_,F){return new l(_,F)}function l(_,F){if(!(this instanceof l))return new l(_,F);a.apply(this),this._parser=new r(_,F),this.writable=!0,this.readable=!0;var K=this;this._parser.onend=function(){K.emit("end")},this._parser.onerror=function(z){K.emit("error",z),K._parser.error=null},this._decoder=null,c.forEach(function(z){Object.defineProperty(K,"on"+z,{get:function(){return K._parser["on"+z]},set:function(B){if(!B)return K.removeAllListeners(z),K._parser["on"+z]=B,B;K.on(z,B)},enumerable:!0,configurable:!1})})}l.prototype=Object.create(a.prototype,{constructor:{value:l}}),l.prototype.write=function(_){if(typeof yr=="function"&&typeof yr.isBuffer=="function"&&yr.isBuffer(_)){if(!this._decoder){var F=cu().StringDecoder;this._decoder=new F("utf8")}_=this._decoder.write(_)}return this._parser.write(_.toString()),this.emit("data",_),!0},l.prototype.end=function(_){return _&&_.length&&this.write(_),this._parser.end(),!0},l.prototype.on=function(_,F){var K=this;return!K._parser["on"+_]&&c.indexOf(_)!==-1&&(K._parser["on"+_]=function(){var z=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);z.splice(0,0,_),K.emit.apply(K,z)}),a.prototype.on.call(K,_,F)};var f="[CDATA[",d="DOCTYPE",m="http://www.w3.org/XML/1998/namespace",w="http://www.w3.org/2000/xmlns/",v={xml:m,xmlns:w},T=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,b=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,g=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,h=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function y(_){return _===" "||_===`
|
|
26
|
+
`||_==="\r"||_===" "}function S(_){return _==='"'||_==="'"}function E(_){return _===">"||y(_)}function R(_,F){return _.test(F)}function I(_,F){return!R(_,F)}var A=0;t.STATE={BEGIN:A++,BEGIN_WHITESPACE:A++,TEXT:A++,TEXT_ENTITY:A++,OPEN_WAKA:A++,SGML_DECL:A++,SGML_DECL_QUOTED:A++,DOCTYPE:A++,DOCTYPE_QUOTED:A++,DOCTYPE_DTD:A++,DOCTYPE_DTD_QUOTED:A++,COMMENT_STARTING:A++,COMMENT:A++,COMMENT_ENDING:A++,COMMENT_ENDED:A++,CDATA:A++,CDATA_ENDING:A++,CDATA_ENDING_2:A++,PROC_INST:A++,PROC_INST_BODY:A++,PROC_INST_ENDING:A++,OPEN_TAG:A++,OPEN_TAG_SLASH:A++,ATTRIB:A++,ATTRIB_NAME:A++,ATTRIB_NAME_SAW_WHITE:A++,ATTRIB_VALUE:A++,ATTRIB_VALUE_QUOTED:A++,ATTRIB_VALUE_CLOSED:A++,ATTRIB_VALUE_UNQUOTED:A++,ATTRIB_VALUE_ENTITY_Q:A++,ATTRIB_VALUE_ENTITY_U:A++,CLOSE_TAG:A++,CLOSE_TAG_SAW_WHITE:A++,SCRIPT:A++,SCRIPT_ENDING:A++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(_){var F=t.ENTITIES[_],K=typeof F=="number"?String.fromCharCode(F):F;t.ENTITIES[_]=K});for(var $ in t.STATE)t.STATE[t.STATE[$]]=$;A=t.STATE;function D(_,F,K){_[F]&&_[F](K)}function k(_,F,K){_.textNode&&N(_),D(_,F,K)}function N(_){_.textNode=j(_.opt,_.textNode),_.textNode&&D(_,"ontext",_.textNode),_.textNode=""}function j(_,F){return _.trim&&(F=F.trim()),_.normalize&&(F=F.replace(/\s+/g," ")),F}function W(_,F){return N(_),_.trackPosition&&(F+=`
|
|
27
|
+
Line: `+_.line+`
|
|
28
|
+
Column: `+_.column+`
|
|
29
|
+
Char: `+_.c),F=new Error(F),_.error=F,D(_,"onerror",F),_}function X(_){return _.sawRoot&&!_.closedRoot&&ie(_,"Unclosed root tag"),_.state!==A.BEGIN&&_.state!==A.BEGIN_WHITESPACE&&_.state!==A.TEXT&&W(_,"Unexpected end"),N(_),_.c="",_.closed=!0,D(_,"onend"),r.call(_,_.strict,_.opt),_}function ie(_,F){if(typeof _!="object"||!(_ instanceof r))throw new Error("bad call to strictFail");_.strict&&W(_,F)}function de(_){_.strict||(_.tagName=_.tagName[_.looseCase]());var F=_.tags[_.tags.length-1]||_,K=_.tag={name:_.tagName,attributes:{}};_.opt.xmlns&&(K.ns=F.ns),_.attribList.length=0,k(_,"onopentagstart",K)}function se(_,F){var K=_.indexOf(":"),z=K<0?["",_]:_.split(":"),B=z[0],V=z[1];return F&&_==="xmlns"&&(B="xmlns",V=""),{prefix:B,local:V}}function we(_){if(_.strict||(_.attribName=_.attribName[_.looseCase]()),_.attribList.indexOf(_.attribName)!==-1||_.tag.attributes.hasOwnProperty(_.attribName)){_.attribName=_.attribValue="";return}if(_.opt.xmlns){var F=se(_.attribName,!0),K=F.prefix,z=F.local;if(K==="xmlns")if(z==="xml"&&_.attribValue!==m)ie(_,"xml: prefix must be bound to "+m+`
|
|
30
|
+
Actual: `+_.attribValue);else if(z==="xmlns"&&_.attribValue!==w)ie(_,"xmlns: prefix must be bound to "+w+`
|
|
31
|
+
Actual: `+_.attribValue);else{var B=_.tag,V=_.tags[_.tags.length-1]||_;B.ns===V.ns&&(B.ns=Object.create(V.ns)),B.ns[z]=_.attribValue}_.attribList.push([_.attribName,_.attribValue])}else _.tag.attributes[_.attribName]=_.attribValue,k(_,"onattribute",{name:_.attribName,value:_.attribValue});_.attribName=_.attribValue=""}function Se(_,F){if(_.opt.xmlns){var K=_.tag,z=se(_.tagName);K.prefix=z.prefix,K.local=z.local,K.uri=K.ns[z.prefix]||"",K.prefix&&!K.uri&&(ie(_,"Unbound namespace prefix: "+JSON.stringify(_.tagName)),K.uri=z.prefix);var B=_.tags[_.tags.length-1]||_;K.ns&&B.ns!==K.ns&&Object.keys(K.ns).forEach(function(De){k(_,"onopennamespace",{prefix:De,uri:K.ns[De]})});for(var V=0,ce=_.attribList.length;V<ce;V++){var Re=_.attribList[V],Le=Re[0],ke=Re[1],Pe=se(Le,!0),Be=Pe.prefix,he=Pe.local,ae=Be===""?"":K.ns[Be]||"",$e={name:Le,value:ke,prefix:Be,local:he,uri:ae};Be&&Be!=="xmlns"&&!ae&&(ie(_,"Unbound namespace prefix: "+JSON.stringify(Be)),$e.uri=Be),_.tag.attributes[Le]=$e,k(_,"onattribute",$e)}_.attribList.length=0}_.tag.isSelfClosing=!!F,_.sawRoot=!0,_.tags.push(_.tag),k(_,"onopentag",_.tag),F||(!_.noscript&&_.tagName.toLowerCase()==="script"?_.state=A.SCRIPT:_.state=A.TEXT,_.tag=null,_.tagName=""),_.attribName=_.attribValue="",_.attribList.length=0}function Z(_){if(!_.tagName){ie(_,"Weird empty close tag."),_.textNode+="</>",_.state=A.TEXT;return}if(_.script){if(_.tagName!=="script"){_.script+="</"+_.tagName+">",_.tagName="",_.state=A.SCRIPT;return}k(_,"onscript",_.script),_.script=""}var F=_.tags.length,K=_.tagName;_.strict||(K=K[_.looseCase]());for(var z=K;F--;){var B=_.tags[F];if(B.name!==z)ie(_,"Unexpected close tag");else break}if(F<0){ie(_,"Unmatched closing tag: "+_.tagName),_.textNode+="</"+_.tagName+">",_.state=A.TEXT;return}_.tagName=K;for(var V=_.tags.length;V-- >F;){var ce=_.tag=_.tags.pop();_.tagName=_.tag.name,k(_,"onclosetag",_.tagName);var Re={};for(var Le in ce.ns)Re[Le]=ce.ns[Le];var ke=_.tags[_.tags.length-1]||_;_.opt.xmlns&&ce.ns!==ke.ns&&Object.keys(ce.ns).forEach(function(Pe){var Be=ce.ns[Pe];k(_,"onclosenamespace",{prefix:Pe,uri:Be})})}F===0&&(_.closedRoot=!0),_.tagName=_.attribValue=_.attribName="",_.attribList.length=0,_.state=A.TEXT}function ne(_){var F=_.entity,K=F.toLowerCase(),z,B="";return _.ENTITIES[F]?_.ENTITIES[F]:_.ENTITIES[K]?_.ENTITIES[K]:(F=K,F.charAt(0)==="#"&&(F.charAt(1)==="x"?(F=F.slice(2),z=parseInt(F,16),B=z.toString(16)):(F=F.slice(1),z=parseInt(F,10),B=z.toString(10))),F=F.replace(/^0+/,""),isNaN(z)||B.toLowerCase()!==F?(ie(_,"Invalid character entity"),"&"+_.entity+";"):String.fromCodePoint(z))}function le(_,F){F==="<"?(_.state=A.OPEN_WAKA,_.startTagPosition=_.position):y(F)||(ie(_,"Non-whitespace before first tag."),_.textNode=F,_.state=A.TEXT)}function Ie(_,F){var K="";return F<_.length&&(K=_.charAt(F)),K}function Y(_){var F=this;if(this.error)throw this.error;if(F.closed)return W(F,"Cannot write after close. Assign an onready handler.");if(_===null)return X(F);typeof _=="object"&&(_=_.toString());for(var K=0,z="";z=Ie(_,K++),F.c=z,!!z;)switch(F.trackPosition&&(F.position++,z===`
|
|
32
|
+
`?(F.line++,F.column=0):F.column++),F.state){case A.BEGIN:if(F.state=A.BEGIN_WHITESPACE,z==="\uFEFF")continue;le(F,z);continue;case A.BEGIN_WHITESPACE:le(F,z);continue;case A.TEXT:if(F.sawRoot&&!F.closedRoot){for(var B=K-1;z&&z!=="<"&&z!=="&";)z=Ie(_,K++),z&&F.trackPosition&&(F.position++,z===`
|
|
33
|
+
`?(F.line++,F.column=0):F.column++);F.textNode+=_.substring(B,K-1)}z==="<"&&!(F.sawRoot&&F.closedRoot&&!F.strict)?(F.state=A.OPEN_WAKA,F.startTagPosition=F.position):(!y(z)&&(!F.sawRoot||F.closedRoot)&&ie(F,"Text data outside of root node."),z==="&"?F.state=A.TEXT_ENTITY:F.textNode+=z);continue;case A.SCRIPT:z==="<"?F.state=A.SCRIPT_ENDING:F.script+=z;continue;case A.SCRIPT_ENDING:z==="/"?F.state=A.CLOSE_TAG:(F.script+="<"+z,F.state=A.SCRIPT);continue;case A.OPEN_WAKA:if(z==="!")F.state=A.SGML_DECL,F.sgmlDecl="";else if(!y(z))if(R(T,z))F.state=A.OPEN_TAG,F.tagName=z;else if(z==="/")F.state=A.CLOSE_TAG,F.tagName="";else if(z==="?")F.state=A.PROC_INST,F.procInstName=F.procInstBody="";else{if(ie(F,"Unencoded <"),F.startTagPosition+1<F.position){var V=F.position-F.startTagPosition;z=new Array(V).join(" ")+z}F.textNode+="<"+z,F.state=A.TEXT}continue;case A.SGML_DECL:if(F.sgmlDecl+z==="--"){F.state=A.COMMENT,F.comment="",F.sgmlDecl="";continue}F.doctype&&F.doctype!==!0&&F.sgmlDecl?(F.state=A.DOCTYPE_DTD,F.doctype+="<!"+F.sgmlDecl+z,F.sgmlDecl=""):(F.sgmlDecl+z).toUpperCase()===f?(k(F,"onopencdata"),F.state=A.CDATA,F.sgmlDecl="",F.cdata=""):(F.sgmlDecl+z).toUpperCase()===d?(F.state=A.DOCTYPE,(F.doctype||F.sawRoot)&&ie(F,"Inappropriately located doctype declaration"),F.doctype="",F.sgmlDecl=""):z===">"?(k(F,"onsgmldeclaration",F.sgmlDecl),F.sgmlDecl="",F.state=A.TEXT):(S(z)&&(F.state=A.SGML_DECL_QUOTED),F.sgmlDecl+=z);continue;case A.SGML_DECL_QUOTED:z===F.q&&(F.state=A.SGML_DECL,F.q=""),F.sgmlDecl+=z;continue;case A.DOCTYPE:z===">"?(F.state=A.TEXT,k(F,"ondoctype",F.doctype),F.doctype=!0):(F.doctype+=z,z==="["?F.state=A.DOCTYPE_DTD:S(z)&&(F.state=A.DOCTYPE_QUOTED,F.q=z));continue;case A.DOCTYPE_QUOTED:F.doctype+=z,z===F.q&&(F.q="",F.state=A.DOCTYPE);continue;case A.DOCTYPE_DTD:z==="]"?(F.doctype+=z,F.state=A.DOCTYPE):z==="<"?(F.state=A.OPEN_WAKA,F.startTagPosition=F.position):S(z)?(F.doctype+=z,F.state=A.DOCTYPE_DTD_QUOTED,F.q=z):F.doctype+=z;continue;case A.DOCTYPE_DTD_QUOTED:F.doctype+=z,z===F.q&&(F.state=A.DOCTYPE_DTD,F.q="");continue;case A.COMMENT:z==="-"?F.state=A.COMMENT_ENDING:F.comment+=z;continue;case A.COMMENT_ENDING:z==="-"?(F.state=A.COMMENT_ENDED,F.comment=j(F.opt,F.comment),F.comment&&k(F,"oncomment",F.comment),F.comment=""):(F.comment+="-"+z,F.state=A.COMMENT);continue;case A.COMMENT_ENDED:z!==">"?(ie(F,"Malformed comment"),F.comment+="--"+z,F.state=A.COMMENT):F.doctype&&F.doctype!==!0?F.state=A.DOCTYPE_DTD:F.state=A.TEXT;continue;case A.CDATA:z==="]"?F.state=A.CDATA_ENDING:F.cdata+=z;continue;case A.CDATA_ENDING:z==="]"?F.state=A.CDATA_ENDING_2:(F.cdata+="]"+z,F.state=A.CDATA);continue;case A.CDATA_ENDING_2:z===">"?(F.cdata&&k(F,"oncdata",F.cdata),k(F,"onclosecdata"),F.cdata="",F.state=A.TEXT):z==="]"?F.cdata+="]":(F.cdata+="]]"+z,F.state=A.CDATA);continue;case A.PROC_INST:z==="?"?F.state=A.PROC_INST_ENDING:y(z)?F.state=A.PROC_INST_BODY:F.procInstName+=z;continue;case A.PROC_INST_BODY:if(!F.procInstBody&&y(z))continue;z==="?"?F.state=A.PROC_INST_ENDING:F.procInstBody+=z;continue;case A.PROC_INST_ENDING:z===">"?(k(F,"onprocessinginstruction",{name:F.procInstName,body:F.procInstBody}),F.procInstName=F.procInstBody="",F.state=A.TEXT):(F.procInstBody+="?"+z,F.state=A.PROC_INST_BODY);continue;case A.OPEN_TAG:R(b,z)?F.tagName+=z:(de(F),z===">"?Se(F):z==="/"?F.state=A.OPEN_TAG_SLASH:(y(z)||ie(F,"Invalid character in tag name"),F.state=A.ATTRIB));continue;case A.OPEN_TAG_SLASH:z===">"?(Se(F,!0),Z(F)):(ie(F,"Forward-slash in opening tag not followed by >"),F.state=A.ATTRIB);continue;case A.ATTRIB:if(y(z))continue;z===">"?Se(F):z==="/"?F.state=A.OPEN_TAG_SLASH:R(T,z)?(F.attribName=z,F.attribValue="",F.state=A.ATTRIB_NAME):ie(F,"Invalid attribute name");continue;case A.ATTRIB_NAME:z==="="?F.state=A.ATTRIB_VALUE:z===">"?(ie(F,"Attribute without value"),F.attribValue=F.attribName,we(F),Se(F)):y(z)?F.state=A.ATTRIB_NAME_SAW_WHITE:R(b,z)?F.attribName+=z:ie(F,"Invalid attribute name");continue;case A.ATTRIB_NAME_SAW_WHITE:if(z==="=")F.state=A.ATTRIB_VALUE;else{if(y(z))continue;ie(F,"Attribute without value"),F.tag.attributes[F.attribName]="",F.attribValue="",k(F,"onattribute",{name:F.attribName,value:""}),F.attribName="",z===">"?Se(F):R(T,z)?(F.attribName=z,F.state=A.ATTRIB_NAME):(ie(F,"Invalid attribute name"),F.state=A.ATTRIB)}continue;case A.ATTRIB_VALUE:if(y(z))continue;S(z)?(F.q=z,F.state=A.ATTRIB_VALUE_QUOTED):(F.opt.unquotedAttributeValues||W(F,"Unquoted attribute value"),F.state=A.ATTRIB_VALUE_UNQUOTED,F.attribValue=z);continue;case A.ATTRIB_VALUE_QUOTED:if(z!==F.q){z==="&"?F.state=A.ATTRIB_VALUE_ENTITY_Q:F.attribValue+=z;continue}we(F),F.q="",F.state=A.ATTRIB_VALUE_CLOSED;continue;case A.ATTRIB_VALUE_CLOSED:y(z)?F.state=A.ATTRIB:z===">"?Se(F):z==="/"?F.state=A.OPEN_TAG_SLASH:R(T,z)?(ie(F,"No whitespace between attributes"),F.attribName=z,F.attribValue="",F.state=A.ATTRIB_NAME):ie(F,"Invalid attribute name");continue;case A.ATTRIB_VALUE_UNQUOTED:if(!E(z)){z==="&"?F.state=A.ATTRIB_VALUE_ENTITY_U:F.attribValue+=z;continue}we(F),z===">"?Se(F):F.state=A.ATTRIB;continue;case A.CLOSE_TAG:if(F.tagName)z===">"?Z(F):R(b,z)?F.tagName+=z:F.script?(F.script+="</"+F.tagName,F.tagName="",F.state=A.SCRIPT):(y(z)||ie(F,"Invalid tagname in closing tag"),F.state=A.CLOSE_TAG_SAW_WHITE);else{if(y(z))continue;I(T,z)?F.script?(F.script+="</"+z,F.state=A.SCRIPT):ie(F,"Invalid tagname in closing tag."):F.tagName=z}continue;case A.CLOSE_TAG_SAW_WHITE:if(y(z))continue;z===">"?Z(F):ie(F,"Invalid characters in closing tag");continue;case A.TEXT_ENTITY:case A.ATTRIB_VALUE_ENTITY_Q:case A.ATTRIB_VALUE_ENTITY_U:var ce,Re;switch(F.state){case A.TEXT_ENTITY:ce=A.TEXT,Re="textNode";break;case A.ATTRIB_VALUE_ENTITY_Q:ce=A.ATTRIB_VALUE_QUOTED,Re="attribValue";break;case A.ATTRIB_VALUE_ENTITY_U:ce=A.ATTRIB_VALUE_UNQUOTED,Re="attribValue";break}if(z===";"){var Le=ne(F);F.opt.unparsedEntities&&!Object.values(t.XML_ENTITIES).includes(Le)?(F.entity="",F.state=ce,F.write(Le)):(F[Re]+=Le,F.entity="",F.state=ce)}else R(F.entity.length?h:g,z)?F.entity+=z:(ie(F,"Invalid character in entity name"),F[Re]+="&"+F.entity+z,F.entity="",F.state=ce);continue;default:throw new Error(F,"Unknown state: "+F.state)}return F.position>=F.bufferCheckPosition&&o(F),F}/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */String.fromCodePoint||function(){var _=String.fromCharCode,F=Math.floor,K=function(){var z=16384,B=[],V,ce,Re=-1,Le=arguments.length;if(!Le)return"";for(var ke="";++Re<Le;){var Pe=Number(arguments[Re]);if(!isFinite(Pe)||Pe<0||Pe>1114111||F(Pe)!==Pe)throw RangeError("Invalid code point: "+Pe);Pe<=65535?B.push(Pe):(Pe-=65536,V=(Pe>>10)+55296,ce=Pe%1024+56320,B.push(V,ce)),(Re+1===Le||B.length>z)&&(ke+=_.apply(null,B),B.length=0)}return ke};Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:K,configurable:!0,writable:!0}):String.fromCodePoint=K}()})(e)}(Kl)),Kl}var vu,Om;function wu(){return Om||(Om=1,vu={isArray:function(e){return Array.isArray?Array.isArray(e):Object.prototype.toString.call(e)==="[object Array]"}}),vu}var Su,xm;function Eu(){if(xm)return Su;xm=1;var e=wu().isArray;return Su={copyOptions:function(t){var n,r={};for(n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return r},ensureFlagExists:function(t,n){(!(t in n)||typeof n[t]!="boolean")&&(n[t]=!1)},ensureSpacesExists:function(t){(!("spaces"in t)||typeof t.spaces!="number"&&typeof t.spaces!="string")&&(t.spaces=0)},ensureAlwaysArrayExists:function(t){(!("alwaysArray"in t)||typeof t.alwaysArray!="boolean"&&!e(t.alwaysArray))&&(t.alwaysArray=!1)},ensureKeyExists:function(t,n){(!(t+"Key"in n)||typeof n[t+"Key"]!="string")&&(n[t+"Key"]=n.compact?"_"+t:t)},checkFnExists:function(t,n){return t+"Fn"in n}},Su}var Tu,km;function Nm(){if(km)return Tu;km=1;var e=hR(),t=Eu(),n=wu().isArray,r,o;function i(b){return r=t.copyOptions(b),t.ensureFlagExists("ignoreDeclaration",r),t.ensureFlagExists("ignoreInstruction",r),t.ensureFlagExists("ignoreAttributes",r),t.ensureFlagExists("ignoreText",r),t.ensureFlagExists("ignoreComment",r),t.ensureFlagExists("ignoreCdata",r),t.ensureFlagExists("ignoreDoctype",r),t.ensureFlagExists("compact",r),t.ensureFlagExists("alwaysChildren",r),t.ensureFlagExists("addParent",r),t.ensureFlagExists("trim",r),t.ensureFlagExists("nativeType",r),t.ensureFlagExists("nativeTypeAttributes",r),t.ensureFlagExists("sanitize",r),t.ensureFlagExists("instructionHasAttributes",r),t.ensureFlagExists("captureSpacesBetweenElements",r),t.ensureAlwaysArrayExists(r),t.ensureKeyExists("declaration",r),t.ensureKeyExists("instruction",r),t.ensureKeyExists("attributes",r),t.ensureKeyExists("text",r),t.ensureKeyExists("comment",r),t.ensureKeyExists("cdata",r),t.ensureKeyExists("doctype",r),t.ensureKeyExists("type",r),t.ensureKeyExists("name",r),t.ensureKeyExists("elements",r),t.ensureKeyExists("parent",r),t.checkFnExists("doctype",r),t.checkFnExists("instruction",r),t.checkFnExists("cdata",r),t.checkFnExists("comment",r),t.checkFnExists("text",r),t.checkFnExists("instructionName",r),t.checkFnExists("elementName",r),t.checkFnExists("attributeName",r),t.checkFnExists("attributeValue",r),t.checkFnExists("attributes",r),r}function s(b){var g=Number(b);if(!isNaN(g))return g;var h=b.toLowerCase();return h==="true"?!0:h==="false"?!1:b}function a(b,g){var h;if(r.compact){if(!o[r[b+"Key"]]&&(n(r.alwaysArray)?r.alwaysArray.indexOf(r[b+"Key"])!==-1:r.alwaysArray)&&(o[r[b+"Key"]]=[]),o[r[b+"Key"]]&&!n(o[r[b+"Key"]])&&(o[r[b+"Key"]]=[o[r[b+"Key"]]]),b+"Fn"in r&&typeof g=="string"&&(g=r[b+"Fn"](g,o)),b==="instruction"&&("instructionFn"in r||"instructionNameFn"in r)){for(h in g)if(g.hasOwnProperty(h))if("instructionFn"in r)g[h]=r.instructionFn(g[h],h,o);else{var y=g[h];delete g[h],g[r.instructionNameFn(h,y,o)]=y}}n(o[r[b+"Key"]])?o[r[b+"Key"]].push(g):o[r[b+"Key"]]=g}else{o[r.elementsKey]||(o[r.elementsKey]=[]);var S={};if(S[r.typeKey]=b,b==="instruction"){for(h in g)if(g.hasOwnProperty(h))break;S[r.nameKey]="instructionNameFn"in r?r.instructionNameFn(h,g,o):h,r.instructionHasAttributes?(S[r.attributesKey]=g[h][r.attributesKey],"instructionFn"in r&&(S[r.attributesKey]=r.instructionFn(S[r.attributesKey],h,o))):("instructionFn"in r&&(g[h]=r.instructionFn(g[h],h,o)),S[r.instructionKey]=g[h])}else b+"Fn"in r&&(g=r[b+"Fn"](g,o)),S[r[b+"Key"]]=g;r.addParent&&(S[r.parentKey]=o),o[r.elementsKey].push(S)}}function c(b){if("attributesFn"in r&&b&&(b=r.attributesFn(b,o)),(r.trim||"attributeValueFn"in r||"attributeNameFn"in r||r.nativeTypeAttributes)&&b){var g;for(g in b)if(b.hasOwnProperty(g)&&(r.trim&&(b[g]=b[g].trim()),r.nativeTypeAttributes&&(b[g]=s(b[g])),"attributeValueFn"in r&&(b[g]=r.attributeValueFn(b[g],g,o)),"attributeNameFn"in r)){var h=b[g];delete b[g],b[r.attributeNameFn(g,b[g],o)]=h}}return b}function u(b){var g={};if(b.body&&(b.name.toLowerCase()==="xml"||r.instructionHasAttributes)){for(var h=/([\w:-]+)\s*=\s*(?:"([^"]*)"|'([^']*)'|(\w+))\s*/g,y;(y=h.exec(b.body))!==null;)g[y[1]]=y[2]||y[3]||y[4];g=c(g)}if(b.name.toLowerCase()==="xml"){if(r.ignoreDeclaration)return;o[r.declarationKey]={},Object.keys(g).length&&(o[r.declarationKey][r.attributesKey]=g),r.addParent&&(o[r.declarationKey][r.parentKey]=o)}else{if(r.ignoreInstruction)return;r.trim&&(b.body=b.body.trim());var S={};r.instructionHasAttributes&&Object.keys(g).length?(S[b.name]={},S[b.name][r.attributesKey]=g):S[b.name]=b.body,a("instruction",S)}}function l(b,g){var h;if(typeof b=="object"&&(g=b.attributes,b=b.name),g=c(g),"elementNameFn"in r&&(b=r.elementNameFn(b,o)),r.compact){if(h={},!r.ignoreAttributes&&g&&Object.keys(g).length){h[r.attributesKey]={};var y;for(y in g)g.hasOwnProperty(y)&&(h[r.attributesKey][y]=g[y])}!(b in o)&&(n(r.alwaysArray)?r.alwaysArray.indexOf(b)!==-1:r.alwaysArray)&&(o[b]=[]),o[b]&&!n(o[b])&&(o[b]=[o[b]]),n(o[b])?o[b].push(h):o[b]=h}else o[r.elementsKey]||(o[r.elementsKey]=[]),h={},h[r.typeKey]="element",h[r.nameKey]=b,!r.ignoreAttributes&&g&&Object.keys(g).length&&(h[r.attributesKey]=g),r.alwaysChildren&&(h[r.elementsKey]=[]),o[r.elementsKey].push(h);h[r.parentKey]=o,o=h}function f(b){r.ignoreText||!b.trim()&&!r.captureSpacesBetweenElements||(r.trim&&(b=b.trim()),r.nativeType&&(b=s(b)),r.sanitize&&(b=b.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")),a("text",b))}function d(b){r.ignoreComment||(r.trim&&(b=b.trim()),a("comment",b))}function m(b){var g=o[r.parentKey];r.addParent||delete o[r.parentKey],o=g}function w(b){r.ignoreCdata||(r.trim&&(b=b.trim()),a("cdata",b))}function v(b){r.ignoreDoctype||(b=b.replace(/^ /,""),r.trim&&(b=b.trim()),a("doctype",b))}function T(b){b.note=b}return Tu=function(b,g){var h=e.parser(!0,{}),y={};if(o=y,r=i(g),h.opt={strictEntities:!0},h.onopentag=l,h.ontext=f,h.oncomment=d,h.onclosetag=m,h.onerror=T,h.oncdata=w,h.ondoctype=v,h.onprocessinginstruction=u,h.write(b).close(),y[r.elementsKey]){var S=y[r.elementsKey];delete y[r.elementsKey],y[r.elementsKey]=S,delete y.text}return y},Tu}var Au,$m;function gR(){if($m)return Au;$m=1;var e=Eu(),t=Nm();function n(r){var o=e.copyOptions(r);return e.ensureSpacesExists(o),o}return Au=function(r,o){var i,s,a,c;return i=n(o),s=t(r,i),c="compact"in i&&i.compact?"_parent":"parent","addParent"in i&&i.addParent?a=JSON.stringify(s,function(u,l){return u===c?"_":l},i.spaces):a=JSON.stringify(s,null,i.spaces),a.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")},Au}var Ru,Dm;function Lm(){if(Dm)return Ru;Dm=1;var e=Eu(),t=wu().isArray,n,r;function o(h){var y=e.copyOptions(h);return e.ensureFlagExists("ignoreDeclaration",y),e.ensureFlagExists("ignoreInstruction",y),e.ensureFlagExists("ignoreAttributes",y),e.ensureFlagExists("ignoreText",y),e.ensureFlagExists("ignoreComment",y),e.ensureFlagExists("ignoreCdata",y),e.ensureFlagExists("ignoreDoctype",y),e.ensureFlagExists("compact",y),e.ensureFlagExists("indentText",y),e.ensureFlagExists("indentCdata",y),e.ensureFlagExists("indentAttributes",y),e.ensureFlagExists("indentInstruction",y),e.ensureFlagExists("fullTagEmptyElement",y),e.ensureFlagExists("noQuotesForNativeAttributes",y),e.ensureSpacesExists(y),typeof y.spaces=="number"&&(y.spaces=Array(y.spaces+1).join(" ")),e.ensureKeyExists("declaration",y),e.ensureKeyExists("instruction",y),e.ensureKeyExists("attributes",y),e.ensureKeyExists("text",y),e.ensureKeyExists("comment",y),e.ensureKeyExists("cdata",y),e.ensureKeyExists("doctype",y),e.ensureKeyExists("type",y),e.ensureKeyExists("name",y),e.ensureKeyExists("elements",y),e.checkFnExists("doctype",y),e.checkFnExists("instruction",y),e.checkFnExists("cdata",y),e.checkFnExists("comment",y),e.checkFnExists("text",y),e.checkFnExists("instructionName",y),e.checkFnExists("elementName",y),e.checkFnExists("attributeName",y),e.checkFnExists("attributeValue",y),e.checkFnExists("attributes",y),e.checkFnExists("fullTagEmptyElement",y),y}function i(h,y,S){return(!S&&h.spaces?`
|
|
34
|
+
`:"")+Array(y+1).join(h.spaces)}function s(h,y,S){if(y.ignoreAttributes)return"";"attributesFn"in y&&(h=y.attributesFn(h,r,n));var E,R,I,A,$=[];for(E in h)h.hasOwnProperty(E)&&h[E]!==null&&h[E]!==void 0&&(A=y.noQuotesForNativeAttributes&&typeof h[E]!="string"?"":'"',R=""+h[E],R=R.replace(/"/g,"""),I="attributeNameFn"in y?y.attributeNameFn(E,R,r,n):E,$.push(y.spaces&&y.indentAttributes?i(y,S+1,!1):" "),$.push(I+"="+A+("attributeValueFn"in y?y.attributeValueFn(R,E,r,n):R)+A));return h&&Object.keys(h).length&&y.spaces&&y.indentAttributes&&$.push(i(y,S,!1)),$.join("")}function a(h,y,S){return n=h,r="xml",y.ignoreDeclaration?"":"<?xml"+s(h[y.attributesKey],y,S)+"?>"}function c(h,y,S){if(y.ignoreInstruction)return"";var E;for(E in h)if(h.hasOwnProperty(E))break;var R="instructionNameFn"in y?y.instructionNameFn(E,h[E],r,n):E;if(typeof h[E]=="object")return n=h,r=R,"<?"+R+s(h[E][y.attributesKey],y,S)+"?>";var I=h[E]?h[E]:"";return"instructionFn"in y&&(I=y.instructionFn(I,E,r,n)),"<?"+R+(I?" "+I:"")+"?>"}function u(h,y){return y.ignoreComment?"":"<!--"+("commentFn"in y?y.commentFn(h,r,n):h)+"-->"}function l(h,y){return y.ignoreCdata?"":"<![CDATA["+("cdataFn"in y?y.cdataFn(h,r,n):h.replace("]]>","]]]]><![CDATA[>"))+"]]>"}function f(h,y){return y.ignoreDoctype?"":"<!DOCTYPE "+("doctypeFn"in y?y.doctypeFn(h,r,n):h)+">"}function d(h,y){return y.ignoreText?"":(h=""+h,h=h.replace(/&/g,"&"),h=h.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">"),"textFn"in y?y.textFn(h,r,n):h)}function m(h,y){var S;if(h.elements&&h.elements.length)for(S=0;S<h.elements.length;++S)switch(h.elements[S][y.typeKey]){case"text":if(y.indentText)return!0;break;case"cdata":if(y.indentCdata)return!0;break;case"instruction":if(y.indentInstruction)return!0;break;case"doctype":case"comment":case"element":return!0;default:return!0}return!1}function w(h,y,S){n=h,r=h.name;var E=[],R="elementNameFn"in y?y.elementNameFn(h.name,h):h.name;E.push("<"+R),h[y.attributesKey]&&E.push(s(h[y.attributesKey],y,S));var I=h[y.elementsKey]&&h[y.elementsKey].length||h[y.attributesKey]&&h[y.attributesKey]["xml:space"]==="preserve";return I||("fullTagEmptyElementFn"in y?I=y.fullTagEmptyElementFn(h.name,h):I=y.fullTagEmptyElement),I?(E.push(">"),h[y.elementsKey]&&h[y.elementsKey].length&&(E.push(v(h[y.elementsKey],y,S+1)),n=h,r=h.name),E.push(y.spaces&&m(h,y)?`
|
|
35
|
+
`+Array(S+1).join(y.spaces):""),E.push("</"+R+">")):E.push("/>"),E.join("")}function v(h,y,S,E){return h.reduce(function(R,I){var A=i(y,S,E&&!R);switch(I.type){case"element":return R+A+w(I,y,S);case"comment":return R+A+u(I[y.commentKey],y);case"doctype":return R+A+f(I[y.doctypeKey],y);case"cdata":return R+(y.indentCdata?A:"")+l(I[y.cdataKey],y);case"text":return R+(y.indentText?A:"")+d(I[y.textKey],y);case"instruction":var $={};return $[I[y.nameKey]]=I[y.attributesKey]?I:I[y.instructionKey],R+(y.indentInstruction?A:"")+c($,y,S)}},"")}function T(h,y,S){var E;for(E in h)if(h.hasOwnProperty(E))switch(E){case y.parentKey:case y.attributesKey:break;case y.textKey:if(y.indentText||S)return!0;break;case y.cdataKey:if(y.indentCdata||S)return!0;break;case y.instructionKey:if(y.indentInstruction||S)return!0;break;case y.doctypeKey:case y.commentKey:return!0;default:return!0}return!1}function b(h,y,S,E,R){n=h,r=y;var I="elementNameFn"in S?S.elementNameFn(y,h):y;if(typeof h>"u"||h===null||h==="")return"fullTagEmptyElementFn"in S&&S.fullTagEmptyElementFn(y,h)||S.fullTagEmptyElement?"<"+I+"></"+I+">":"<"+I+"/>";var A=[];if(y){if(A.push("<"+I),typeof h!="object")return A.push(">"+d(h,S)+"</"+I+">"),A.join("");h[S.attributesKey]&&A.push(s(h[S.attributesKey],S,E));var $=T(h,S,!0)||h[S.attributesKey]&&h[S.attributesKey]["xml:space"]==="preserve";if($||("fullTagEmptyElementFn"in S?$=S.fullTagEmptyElementFn(y,h):$=S.fullTagEmptyElement),$)A.push(">");else return A.push("/>"),A.join("")}return A.push(g(h,S,E+1,!1)),n=h,r=y,y&&A.push((R?i(S,E,!1):"")+"</"+I+">"),A.join("")}function g(h,y,S,E){var R,I,A,$=[];for(I in h)if(h.hasOwnProperty(I))for(A=t(h[I])?h[I]:[h[I]],R=0;R<A.length;++R){switch(I){case y.declarationKey:$.push(a(A[R],y,S));break;case y.instructionKey:$.push((y.indentInstruction?i(y,S,E):"")+c(A[R],y,S));break;case y.attributesKey:case y.parentKey:break;case y.textKey:$.push((y.indentText?i(y,S,E):"")+d(A[R],y));break;case y.cdataKey:$.push((y.indentCdata?i(y,S,E):"")+l(A[R],y));break;case y.doctypeKey:$.push(i(y,S,E)+f(A[R],y));break;case y.commentKey:$.push(i(y,S,E)+u(A[R],y));break;default:$.push(i(y,S,E)+b(A[R],I,y,S,T(A[R],y)))}E=E&&!$.length}return $.join("")}return Ru=function(h,y){y=o(y);var S=[];return n=h,r="_root_",y.compact?S.push(g(h,y,0,!0)):(h[y.declarationKey]&&S.push(a(h[y.declarationKey],y,0)),h[y.elementsKey]&&h[y.elementsKey].length&&S.push(v(h[y.elementsKey],y,0,!S.length))),S.join("")},Ru}var _u,Mm;function mR(){if(Mm)return _u;Mm=1;var e=Lm();return _u=function(t,n){t instanceof yr&&(t=t.toString());var r=null;if(typeof t=="string")try{r=JSON.parse(t)}catch{throw new Error("The JSON structure is invalid")}else r=t;return e(r,n)},_u}var Iu,Bm;function yR(){if(Bm)return Iu;Bm=1;var e=Nm(),t=gR(),n=Lm(),r=mR();return Iu={xml2js:e,xml2json:t,js2xml:n,json2xml:r},Iu}yR();/*! For license information please see index.js.LICENSE.txt */var bR={2:e=>{function t(o,i,s){o instanceof RegExp&&(o=n(o,s)),i instanceof RegExp&&(i=n(i,s));var a=r(o,i,s);return a&&{start:a[0],end:a[1],pre:s.slice(0,a[0]),body:s.slice(a[0]+o.length,a[1]),post:s.slice(a[1]+i.length)}}function n(o,i){var s=i.match(o);return s?s[0]:null}function r(o,i,s){var a,c,u,l,f,d=s.indexOf(o),m=s.indexOf(i,d+1),w=d;if(d>=0&&m>0){for(a=[],u=s.length;w>=0&&!f;)w==d?(a.push(w),d=s.indexOf(o,w+1)):a.length==1?f=[a.pop(),m]:((c=a.pop())<u&&(u=c,l=m),m=s.indexOf(i,w+1)),w=d<m&&d>=0?d:m;a.length&&(f=[u,l])}return f}e.exports=t,t.range=r},101:function(e,t,n){var r;e=n.nmd(e),function(o){var i=(e&&e.exports,typeof Pr=="object"&&Pr);i.global!==i&&i.window;var s=function(f){this.message=f};(s.prototype=new Error).name="InvalidCharacterError";var a=function(f){throw new s(f)},c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=/[\t\n\f\r ]/g,l={encode:function(f){f=String(f),/[^\0-\xFF]/.test(f)&&a("The string to be encoded contains characters outside of the Latin1 range.");for(var d,m,w,v,T=f.length%3,b="",g=-1,h=f.length-T;++g<h;)d=f.charCodeAt(g)<<16,m=f.charCodeAt(++g)<<8,w=f.charCodeAt(++g),b+=c.charAt((v=d+m+w)>>18&63)+c.charAt(v>>12&63)+c.charAt(v>>6&63)+c.charAt(63&v);return T==2?(d=f.charCodeAt(g)<<8,m=f.charCodeAt(++g),b+=c.charAt((v=d+m)>>10)+c.charAt(v>>4&63)+c.charAt(v<<2&63)+"="):T==1&&(v=f.charCodeAt(g),b+=c.charAt(v>>2)+c.charAt(v<<4&63)+"=="),b},decode:function(f){var d=(f=String(f).replace(u,"")).length;d%4==0&&(d=(f=f.replace(/==?$/,"")).length),(d%4==1||/[^+a-zA-Z0-9/]/.test(f))&&a("Invalid character: the string to be decoded is not correctly encoded.");for(var m,w,v=0,T="",b=-1;++b<d;)w=c.indexOf(f.charAt(b)),m=v%4?64*m+w:w,v++%4&&(T+=String.fromCharCode(255&m>>(-2*v&6)));return T},version:"1.0.0"};(r=(function(){return l}).call(t,n,t,e))===void 0||(e.exports=r)}()},172:(e,t)=>{t.d=function(n){if(!n)return 0;for(var r=(n=n.toString()).length,o=n.length;o--;){var i=n.charCodeAt(o);56320<=i&&i<=57343&&o--,127<i&&i<=2047?r++:2047<i&&i<=65535&&(r+=2)}return r}},526:e=>{var t={utf8:{stringToBytes:function(n){return t.bin.stringToBytes(unescape(encodeURIComponent(n)))},bytesToString:function(n){return decodeURIComponent(escape(t.bin.bytesToString(n)))}},bin:{stringToBytes:function(n){for(var r=[],o=0;o<n.length;o++)r.push(255&n.charCodeAt(o));return r},bytesToString:function(n){for(var r=[],o=0;o<n.length;o++)r.push(String.fromCharCode(n[o]));return r.join("")}}};e.exports=t},298:e=>{var t,n;t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n={rotl:function(r,o){return r<<o|r>>>32-o},rotr:function(r,o){return r<<32-o|r>>>o},endian:function(r){if(r.constructor==Number)return 16711935&n.rotl(r,8)|4278255360&n.rotl(r,24);for(var o=0;o<r.length;o++)r[o]=n.endian(r[o]);return r},randomBytes:function(r){for(var o=[];r>0;r--)o.push(Math.floor(256*Math.random()));return o},bytesToWords:function(r){for(var o=[],i=0,s=0;i<r.length;i++,s+=8)o[s>>>5]|=r[i]<<24-s%32;return o},wordsToBytes:function(r){for(var o=[],i=0;i<32*r.length;i+=8)o.push(r[i>>>5]>>>24-i%32&255);return o},bytesToHex:function(r){for(var o=[],i=0;i<r.length;i++)o.push((r[i]>>>4).toString(16)),o.push((15&r[i]).toString(16));return o.join("")},hexToBytes:function(r){for(var o=[],i=0;i<r.length;i+=2)o.push(parseInt(r.substr(i,2),16));return o},bytesToBase64:function(r){for(var o=[],i=0;i<r.length;i+=3)for(var s=r[i]<<16|r[i+1]<<8|r[i+2],a=0;a<4;a++)8*i+6*a<=8*r.length?o.push(t.charAt(s>>>6*(3-a)&63)):o.push("=");return o.join("")},base64ToBytes:function(r){r=r.replace(/[^A-Z0-9+\/]/gi,"");for(var o=[],i=0,s=0;i<r.length;s=++i%4)s!=0&&o.push((t.indexOf(r.charAt(i-1))&Math.pow(2,-2*s+8)-1)<<2*s|t.indexOf(r.charAt(i))>>>6-2*s);return o}},e.exports=n},635:(e,t,n)=>{const r=n(31),o=n(338),i=n(221);e.exports={XMLParser:o,XMLValidator:r,XMLBuilder:i}},118:e=>{e.exports=function(t){return typeof t=="function"?t:Array.isArray(t)?n=>{for(const r of t)if(typeof r=="string"&&n===r||r instanceof RegExp&&r.test(n))return!0}:()=>!1}},705:(e,t)=>{const n=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",r="["+n+"]["+n+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*",o=new RegExp("^"+r+"$");t.isExist=function(i){return i!==void 0},t.isEmptyObject=function(i){return Object.keys(i).length===0},t.merge=function(i,s,a){if(s){const c=Object.keys(s),u=c.length;for(let l=0;l<u;l++)i[c[l]]=a==="strict"?[s[c[l]]]:s[c[l]]}},t.getValue=function(i){return t.isExist(i)?i:""},t.isName=function(i){return o.exec(i)!=null},t.getAllMatches=function(i,s){const a=[];let c=s.exec(i);for(;c;){const u=[];u.startIndex=s.lastIndex-c[0].length;const l=c.length;for(let f=0;f<l;f++)u.push(c[f]);a.push(u),c=s.exec(i)}return a},t.nameRegexp=r},31:(e,t,n)=>{const r=n(705),o={allowBooleanAttributes:!1,unpairedTags:[]};function i(g){return g===" "||g===" "||g===`
|
|
36
|
+
`||g==="\r"}function s(g,h){const y=h;for(;h<g.length;h++)if(!(g[h]!="?"&&g[h]!=" ")){const S=g.substr(y,h-y);if(h>5&&S==="xml")return w("InvalidXml","XML declaration allowed only at the start of the document.",T(g,h));if(g[h]=="?"&&g[h+1]==">"){h++;break}}return h}function a(g,h){if(g.length>h+5&&g[h+1]==="-"&&g[h+2]==="-"){for(h+=3;h<g.length;h++)if(g[h]==="-"&&g[h+1]==="-"&&g[h+2]===">"){h+=2;break}}else if(g.length>h+8&&g[h+1]==="D"&&g[h+2]==="O"&&g[h+3]==="C"&&g[h+4]==="T"&&g[h+5]==="Y"&&g[h+6]==="P"&&g[h+7]==="E"){let y=1;for(h+=8;h<g.length;h++)if(g[h]==="<")y++;else if(g[h]===">"&&(y--,y===0))break}else if(g.length>h+9&&g[h+1]==="["&&g[h+2]==="C"&&g[h+3]==="D"&&g[h+4]==="A"&&g[h+5]==="T"&&g[h+6]==="A"&&g[h+7]==="["){for(h+=8;h<g.length;h++)if(g[h]==="]"&&g[h+1]==="]"&&g[h+2]===">"){h+=2;break}}return h}t.validate=function(g,h){h=Object.assign({},o,h);const y=[];let S=!1,E=!1;g[0]==="\uFEFF"&&(g=g.substr(1));for(let I=0;I<g.length;I++)if(g[I]==="<"&&g[I+1]==="?"){if(I+=2,I=s(g,I),I.err)return I}else{if(g[I]!=="<"){if(i(g[I]))continue;return w("InvalidChar","char '"+g[I]+"' is not expected.",T(g,I))}{let A=I;if(I++,g[I]==="!"){I=a(g,I);continue}{let $=!1;g[I]==="/"&&($=!0,I++);let D="";for(;I<g.length&&g[I]!==">"&&g[I]!==" "&&g[I]!==" "&&g[I]!==`
|
|
37
|
+
`&&g[I]!=="\r";I++)D+=g[I];if(D=D.trim(),D[D.length-1]==="/"&&(D=D.substring(0,D.length-1),I--),R=D,!r.isName(R)){let j;return j=D.trim().length===0?"Invalid space after '<'.":"Tag '"+D+"' is an invalid name.",w("InvalidTag",j,T(g,I))}const k=l(g,I);if(k===!1)return w("InvalidAttr","Attributes for '"+D+"' have open quote.",T(g,I));let N=k.value;if(I=k.index,N[N.length-1]==="/"){const j=I-N.length;N=N.substring(0,N.length-1);const W=d(N,h);if(W!==!0)return w(W.err.code,W.err.msg,T(g,j+W.err.line));S=!0}else if($){if(!k.tagClosed)return w("InvalidTag","Closing tag '"+D+"' doesn't have proper closing.",T(g,I));if(N.trim().length>0)return w("InvalidTag","Closing tag '"+D+"' can't have attributes or invalid starting.",T(g,A));if(y.length===0)return w("InvalidTag","Closing tag '"+D+"' has not been opened.",T(g,A));{const j=y.pop();if(D!==j.tagName){let W=T(g,j.tagStartPos);return w("InvalidTag","Expected closing tag '"+j.tagName+"' (opened in line "+W.line+", col "+W.col+") instead of closing tag '"+D+"'.",T(g,A))}y.length==0&&(E=!0)}}else{const j=d(N,h);if(j!==!0)return w(j.err.code,j.err.msg,T(g,I-N.length+j.err.line));if(E===!0)return w("InvalidXml","Multiple possible root nodes found.",T(g,I));h.unpairedTags.indexOf(D)!==-1||y.push({tagName:D,tagStartPos:A}),S=!0}for(I++;I<g.length;I++)if(g[I]==="<"){if(g[I+1]==="!"){I++,I=a(g,I);continue}if(g[I+1]!=="?")break;if(I=s(g,++I),I.err)return I}else if(g[I]==="&"){const j=m(g,I);if(j==-1)return w("InvalidChar","char '&' is not expected.",T(g,I));I=j}else if(E===!0&&!i(g[I]))return w("InvalidXml","Extra text at the end",T(g,I));g[I]==="<"&&I--}}}var R;return S?y.length==1?w("InvalidTag","Unclosed tag '"+y[0].tagName+"'.",T(g,y[0].tagStartPos)):!(y.length>0)||w("InvalidXml","Invalid '"+JSON.stringify(y.map(I=>I.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):w("InvalidXml","Start tag expected.",1)};const c='"',u="'";function l(g,h){let y="",S="",E=!1;for(;h<g.length;h++){if(g[h]===c||g[h]===u)S===""?S=g[h]:S!==g[h]||(S="");else if(g[h]===">"&&S===""){E=!0;break}y+=g[h]}return S===""&&{value:y,index:h,tagClosed:E}}const f=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function d(g,h){const y=r.getAllMatches(g,f),S={};for(let E=0;E<y.length;E++){if(y[E][1].length===0)return w("InvalidAttr","Attribute '"+y[E][2]+"' has no space in starting.",b(y[E]));if(y[E][3]!==void 0&&y[E][4]===void 0)return w("InvalidAttr","Attribute '"+y[E][2]+"' is without value.",b(y[E]));if(y[E][3]===void 0&&!h.allowBooleanAttributes)return w("InvalidAttr","boolean attribute '"+y[E][2]+"' is not allowed.",b(y[E]));const R=y[E][2];if(!v(R))return w("InvalidAttr","Attribute '"+R+"' is an invalid name.",b(y[E]));if(S.hasOwnProperty(R))return w("InvalidAttr","Attribute '"+R+"' is repeated.",b(y[E]));S[R]=1}return!0}function m(g,h){if(g[++h]===";")return-1;if(g[h]==="#")return function(S,E){let R=/\d/;for(S[E]==="x"&&(E++,R=/[\da-fA-F]/);E<S.length;E++){if(S[E]===";")return E;if(!S[E].match(R))break}return-1}(g,++h);let y=0;for(;h<g.length;h++,y++)if(!(g[h].match(/\w/)&&y<20)){if(g[h]===";")break;return-1}return h}function w(g,h,y){return{err:{code:g,msg:h,line:y.line||y,col:y.col}}}function v(g){return r.isName(g)}function T(g,h){const y=g.substring(0,h).split(/\r?\n/);return{line:y.length,col:y[y.length-1].length+1}}function b(g){return g.startIndex+g[1].length}},221:(e,t,n)=>{const r=n(87),o=n(118),i={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(l,f){return f},attributeValueProcessor:function(l,f){return f},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function s(l){this.options=Object.assign({},i,l),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=o(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=u),this.processTextOrObjNode=a,this.options.format?(this.indentate=c,this.tagEndChar=`>
|
|
43
38
|
`,this.newLine=`
|
|
44
|
-
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function l
|
|
45
|
-
`),t(s,
|
|
46
|
-
`);const F=new o("!xml");let C=F,I="",L="";for(let B=0;B<A.length;B++)if(A[B]==="<")if(A[B+1]==="/"){const $=m(A,">",B,"Closing Tag is not closed.");let D=A.substring(B+2,$).trim();if(this.options.removeNSPrefix){const J=D.indexOf(":");J!==-1&&(D=D.substr(J+1))}this.options.transformTagName&&(D=this.options.transformTagName(D)),C&&(I=this.saveTextToParentTag(I,C,L));const H=L.substring(L.lastIndexOf(".")+1);if(D&&this.options.unpairedTags.indexOf(D)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${D}>`);let ee=0;H&&this.options.unpairedTags.indexOf(H)!==-1?(ee=L.lastIndexOf(".",L.lastIndexOf(".")-1),this.tagsNodeStack.pop()):ee=L.lastIndexOf("."),L=L.substring(0,ee),C=this.tagsNodeStack.pop(),I="",B=$}else if(A[B+1]==="?"){let $=g(A,B,!1,"?>");if(!$)throw new Error("Pi Tag is not closed.");if(I=this.saveTextToParentTag(I,C,L),!(this.options.ignoreDeclaration&&$.tagName==="?xml"||this.options.ignorePiTags)){const D=new o($.tagName);D.add(this.options.textNodeName,""),$.tagName!==$.tagExp&&$.attrExpPresent&&(D[":@"]=this.buildAttributesMap($.tagExp,L,$.tagName)),this.addChild(C,D,L)}B=$.closeIndex+1}else if(A.substr(B+1,3)==="!--"){const $=m(A,"-->",B+4,"Comment is not closed.");if(this.options.commentPropName){const D=A.substring(B+4,$-2);I=this.saveTextToParentTag(I,C,L),C.add(this.options.commentPropName,[{[this.options.textNodeName]:D}])}B=$}else if(A.substr(B+1,2)==="!D"){const $=i(A,B);this.docTypeEntities=$.entities,B=$.i}else if(A.substr(B+1,2)==="!["){const $=m(A,"]]>",B,"CDATA is not closed.")-2,D=A.substring(B+9,$);I=this.saveTextToParentTag(I,C,L);let H=this.parseTextData(D,C.tagname,L,!0,!1,!0,!0);H==null&&(H=""),this.options.cdataPropName?C.add(this.options.cdataPropName,[{[this.options.textNodeName]:D}]):C.add(this.options.textNodeName,H),B=$+2}else{let $=g(A,B,this.options.removeNSPrefix),D=$.tagName;const H=$.rawTagName;let ee=$.tagExp,J=$.attrExpPresent,ce=$.closeIndex;this.options.transformTagName&&(D=this.options.transformTagName(D)),C&&I&&C.tagname!=="!xml"&&(I=this.saveTextToParentTag(I,C,L,!1));const be=C;if(be&&this.options.unpairedTags.indexOf(be.tagname)!==-1&&(C=this.tagsNodeStack.pop(),L=L.substring(0,L.lastIndexOf("."))),D!==F.tagname&&(L+=L?"."+D:D),this.isItStopNode(this.options.stopNodes,L,D)){let de="";if(ee.length>0&&ee.lastIndexOf("/")===ee.length-1)D[D.length-1]==="/"?(D=D.substr(0,D.length-1),L=L.substr(0,L.length-1),ee=D):ee=ee.substr(0,ee.length-1),B=$.closeIndex;else if(this.options.unpairedTags.indexOf(D)!==-1)B=$.closeIndex;else{const Ae=this.readStopNodeData(A,H,ce+1);if(!Ae)throw new Error(`Unexpected end of ${H}`);B=Ae.i,de=Ae.tagContent}const Se=new o(D);D!==ee&&J&&(Se[":@"]=this.buildAttributesMap(ee,L,D)),de&&(de=this.parseTextData(de,D,L,!0,J,!0,!0)),L=L.substr(0,L.lastIndexOf(".")),Se.add(this.options.textNodeName,de),this.addChild(C,Se,L)}else{if(ee.length>0&&ee.lastIndexOf("/")===ee.length-1){D[D.length-1]==="/"?(D=D.substr(0,D.length-1),L=L.substr(0,L.length-1),ee=D):ee=ee.substr(0,ee.length-1),this.options.transformTagName&&(D=this.options.transformTagName(D));const de=new o(D);D!==ee&&J&&(de[":@"]=this.buildAttributesMap(ee,L,D)),this.addChild(C,de,L),L=L.substr(0,L.lastIndexOf("."))}else{const de=new o(D);this.tagsNodeStack.push(C),D!==ee&&J&&(de[":@"]=this.buildAttributesMap(ee,L,D)),this.addChild(C,de,L),C=de}I="",B=ce}}else I+=A[B];return F.child};function E(A,F,C){const I=this.options.updateTag(F.tagname,C,F[":@"]);I===!1||(typeof I=="string"&&(F.tagname=I),A.addChild(F))}const w=function(A){if(this.options.processEntities){for(let F in this.docTypeEntities){const C=this.docTypeEntities[F];A=A.replace(C.regx,C.val)}for(let F in this.lastEntities){const C=this.lastEntities[F];A=A.replace(C.regex,C.val)}if(this.options.htmlEntities)for(let F in this.htmlEntities){const C=this.htmlEntities[F];A=A.replace(C.regex,C.val)}A=A.replace(this.ampEntity.regex,this.ampEntity.val)}return A};function R(A,F,C,I){return A&&(I===void 0&&(I=Object.keys(F.child).length===0),(A=this.parseTextData(A,F.tagname,C,!1,!!F[":@"]&&Object.keys(F[":@"]).length!==0,I))!==void 0&&A!==""&&F.add(this.options.textNodeName,A),A=""),A}function S(A,F,C){const I="*."+C;for(const L in A){const B=A[L];if(I===B||F===B)return!0}return!1}function m(A,F,C,I){const L=A.indexOf(F,C);if(L===-1)throw new Error(I);return L+F.length-1}function g(A,F,C){const I=function(J,ce){let be,de=arguments.length>2&&arguments[2]!==void 0?arguments[2]:">",Se="";for(let Ae=ce;Ae<J.length;Ae++){let ne=J[Ae];if(be)ne===be&&(be="");else if(ne==='"'||ne==="'")be=ne;else if(ne===de[0]){if(!de[1])return{data:Se,index:Ae};if(J[Ae+1]===de[1])return{data:Se,index:Ae}}else ne===" "&&(ne=" ");Se+=ne}}(A,F+1,arguments.length>3&&arguments[3]!==void 0?arguments[3]:">");if(!I)return;let L=I.data;const B=I.index,$=L.search(/\s/);let D=L,H=!0;$!==-1&&(D=L.substring(0,$),L=L.substring($+1).trimStart());const ee=D;if(C){const J=D.indexOf(":");J!==-1&&(D=D.substr(J+1),H=D!==I.data.substr(J+1))}return{tagName:D,tagExp:L,closeIndex:B,attrExpPresent:H,rawTagName:ee}}function v(A,F,C){const I=C;let L=1;for(;C<A.length;C++)if(A[C]==="<")if(A[C+1]==="/"){const B=m(A,">",C,`${F} is not closed`);if(A.substring(C+2,B).trim()===F&&(L--,L===0))return{tagContent:A.substring(I,C),i:B};C=B}else if(A[C+1]==="?")C=m(A,"?>",C+1,"StopNode is not closed.");else if(A.substr(C+1,3)==="!--")C=m(A,"-->",C+3,"StopNode is not closed.");else if(A.substr(C+1,2)==="![")C=m(A,"]]>",C,"StopNode is not closed.")-2;else{const B=g(A,C,">");B&&((B&&B.tagName)===F&&B.tagExp[B.tagExp.length-1]!=="/"&&L++,C=B.closeIndex)}}function T(A,F,C){if(F&&typeof A=="string"){const I=A.trim();return I==="true"||I!=="false"&&s(A,C)}return n.isExist(A)?A:""}e.exports=class{constructor(A){this.options=A,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(F,C)=>String.fromCharCode(Number.parseInt(C,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(F,C)=>String.fromCharCode(Number.parseInt(C,16))}},this.addExternalEntities=c,this.parseXml=b,this.parseTextData=u,this.resolveNameSpace=a,this.buildAttributesMap=d,this.isItStopNode=S,this.replaceEntitiesValue=w,this.readStopNodeData=v,this.saveTextToParentTag=R,this.addChild=E,this.ignoreAttributesFn=l(this.options.ignoreAttributes)}}},338:(e,t,r)=>{const{buildOptions:n}=r(63),o=r(299),{prettify:i}=r(728),s=r(31);e.exports=class{constructor(l){this.externalEntities={},this.options=n(l)}parse(l,c){if(typeof l!="string"){if(!l.toString)throw new Error("XML data is accepted in String or Bytes[] form.");l=l.toString()}if(c){c===!0&&(c={});const f=s.validate(l,c);if(f!==!0)throw Error(`${f.err.msg}:${f.err.line}:${f.err.col}`)}const u=new o(this.options);u.addExternalEntities(this.externalEntities);const a=u.parseXml(l);return this.options.preserveOrder||a===void 0?a:i(a,this.options)}addEntity(l,c){if(c.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(l.indexOf("&")!==-1||l.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(c==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[l]=c}}},728:(e,t)=>{function r(s,l,c){let u;const a={};for(let f=0;f<s.length;f++){const d=s[f],b=n(d);let E="";if(E=c===void 0?b:c+"."+b,b===l.textNodeName)u===void 0?u=d[b]:u+=""+d[b];else{if(b===void 0)continue;if(d[b]){let w=r(d[b],l,E);const R=i(w,l);d[":@"]?o(w,d[":@"],E,l):Object.keys(w).length!==1||w[l.textNodeName]===void 0||l.alwaysCreateTextNode?Object.keys(w).length===0&&(l.alwaysCreateTextNode?w[l.textNodeName]="":w=""):w=w[l.textNodeName],a[b]!==void 0&&a.hasOwnProperty(b)?(Array.isArray(a[b])||(a[b]=[a[b]]),a[b].push(w)):l.isArray(b,E,R)?a[b]=[w]:a[b]=w}}}return typeof u=="string"?u.length>0&&(a[l.textNodeName]=u):u!==void 0&&(a[l.textNodeName]=u),a}function n(s){const l=Object.keys(s);for(let c=0;c<l.length;c++){const u=l[c];if(u!==":@")return u}}function o(s,l,c,u){if(l){const a=Object.keys(l),f=a.length;for(let d=0;d<f;d++){const b=a[d];u.isArray(b,c+"."+b,!0,!0)?s[b]=[l[b]]:s[b]=l[b]}}}function i(s,l){const{textNodeName:c}=l,u=Object.keys(s).length;return u===0||!(u!==1||!s[c]&&typeof s[c]!="boolean"&&s[c]!==0)}t.prettify=function(s,l){return r(s,l)}},365:e=>{e.exports=class{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,r){t==="__proto__"&&(t="#__proto__"),this.child.push({[t]:r})}addChild(t){t.tagname==="__proto__"&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}}},135:e=>{function t(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}e.exports=function(r){return r!=null&&(t(r)||function(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&t(n.slice(0,0))}(r)||!!r._isBuffer)}},542:(e,t,r)=>{(function(){var n=r(298),o=r(526).utf8,i=r(135),s=r(526).bin,l=function(c,u){c.constructor==String?c=u&&u.encoding==="binary"?s.stringToBytes(c):o.stringToBytes(c):i(c)?c=Array.prototype.slice.call(c,0):Array.isArray(c)||c.constructor===Uint8Array||(c=c.toString());for(var a=n.bytesToWords(c),f=8*c.length,d=1732584193,b=-271733879,E=-1732584194,w=271733878,R=0;R<a.length;R++)a[R]=16711935&(a[R]<<8|a[R]>>>24)|4278255360&(a[R]<<24|a[R]>>>8);a[f>>>5]|=128<<f%32,a[14+(f+64>>>9<<4)]=f;var S=l._ff,m=l._gg,g=l._hh,v=l._ii;for(R=0;R<a.length;R+=16){var T=d,A=b,F=E,C=w;d=S(d,b,E,w,a[R+0],7,-680876936),w=S(w,d,b,E,a[R+1],12,-389564586),E=S(E,w,d,b,a[R+2],17,606105819),b=S(b,E,w,d,a[R+3],22,-1044525330),d=S(d,b,E,w,a[R+4],7,-176418897),w=S(w,d,b,E,a[R+5],12,1200080426),E=S(E,w,d,b,a[R+6],17,-1473231341),b=S(b,E,w,d,a[R+7],22,-45705983),d=S(d,b,E,w,a[R+8],7,1770035416),w=S(w,d,b,E,a[R+9],12,-1958414417),E=S(E,w,d,b,a[R+10],17,-42063),b=S(b,E,w,d,a[R+11],22,-1990404162),d=S(d,b,E,w,a[R+12],7,1804603682),w=S(w,d,b,E,a[R+13],12,-40341101),E=S(E,w,d,b,a[R+14],17,-1502002290),d=m(d,b=S(b,E,w,d,a[R+15],22,1236535329),E,w,a[R+1],5,-165796510),w=m(w,d,b,E,a[R+6],9,-1069501632),E=m(E,w,d,b,a[R+11],14,643717713),b=m(b,E,w,d,a[R+0],20,-373897302),d=m(d,b,E,w,a[R+5],5,-701558691),w=m(w,d,b,E,a[R+10],9,38016083),E=m(E,w,d,b,a[R+15],14,-660478335),b=m(b,E,w,d,a[R+4],20,-405537848),d=m(d,b,E,w,a[R+9],5,568446438),w=m(w,d,b,E,a[R+14],9,-1019803690),E=m(E,w,d,b,a[R+3],14,-187363961),b=m(b,E,w,d,a[R+8],20,1163531501),d=m(d,b,E,w,a[R+13],5,-1444681467),w=m(w,d,b,E,a[R+2],9,-51403784),E=m(E,w,d,b,a[R+7],14,1735328473),d=g(d,b=m(b,E,w,d,a[R+12],20,-1926607734),E,w,a[R+5],4,-378558),w=g(w,d,b,E,a[R+8],11,-2022574463),E=g(E,w,d,b,a[R+11],16,1839030562),b=g(b,E,w,d,a[R+14],23,-35309556),d=g(d,b,E,w,a[R+1],4,-1530992060),w=g(w,d,b,E,a[R+4],11,1272893353),E=g(E,w,d,b,a[R+7],16,-155497632),b=g(b,E,w,d,a[R+10],23,-1094730640),d=g(d,b,E,w,a[R+13],4,681279174),w=g(w,d,b,E,a[R+0],11,-358537222),E=g(E,w,d,b,a[R+3],16,-722521979),b=g(b,E,w,d,a[R+6],23,76029189),d=g(d,b,E,w,a[R+9],4,-640364487),w=g(w,d,b,E,a[R+12],11,-421815835),E=g(E,w,d,b,a[R+15],16,530742520),d=v(d,b=g(b,E,w,d,a[R+2],23,-995338651),E,w,a[R+0],6,-198630844),w=v(w,d,b,E,a[R+7],10,1126891415),E=v(E,w,d,b,a[R+14],15,-1416354905),b=v(b,E,w,d,a[R+5],21,-57434055),d=v(d,b,E,w,a[R+12],6,1700485571),w=v(w,d,b,E,a[R+3],10,-1894986606),E=v(E,w,d,b,a[R+10],15,-1051523),b=v(b,E,w,d,a[R+1],21,-2054922799),d=v(d,b,E,w,a[R+8],6,1873313359),w=v(w,d,b,E,a[R+15],10,-30611744),E=v(E,w,d,b,a[R+6],15,-1560198380),b=v(b,E,w,d,a[R+13],21,1309151649),d=v(d,b,E,w,a[R+4],6,-145523070),w=v(w,d,b,E,a[R+11],10,-1120210379),E=v(E,w,d,b,a[R+2],15,718787259),b=v(b,E,w,d,a[R+9],21,-343485551),d=d+T>>>0,b=b+A>>>0,E=E+F>>>0,w=w+C>>>0}return n.endian([d,b,E,w])};l._ff=function(c,u,a,f,d,b,E){var w=c+(u&a|~u&f)+(d>>>0)+E;return(w<<b|w>>>32-b)+u},l._gg=function(c,u,a,f,d,b,E){var w=c+(u&f|a&~f)+(d>>>0)+E;return(w<<b|w>>>32-b)+u},l._hh=function(c,u,a,f,d,b,E){var w=c+(u^a^f)+(d>>>0)+E;return(w<<b|w>>>32-b)+u},l._ii=function(c,u,a,f,d,b,E){var w=c+(a^(u|~f))+(d>>>0)+E;return(w<<b|w>>>32-b)+u},l._blocksize=16,l._digestsize=16,e.exports=function(c,u){if(c==null)throw new Error("Illegal argument "+c);var a=n.wordsToBytes(l(c,u));return u&&u.asBytes?a:u&&u.asString?s.bytesToString(a):n.bytesToHex(a)}})()},285:(e,t,r)=>{var n=r(2);e.exports=function(S){return S?(S.substr(0,2)==="{}"&&(S="\\{\\}"+S.substr(2)),R(function(m){return m.split("\\\\").join(o).split("\\{").join(i).split("\\}").join(s).split("\\,").join(l).split("\\.").join(c)}(S),!0).map(a)):[]};var o="\0SLASH"+Math.random()+"\0",i="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",l="\0COMMA"+Math.random()+"\0",c="\0PERIOD"+Math.random()+"\0";function u(S){return parseInt(S,10)==S?parseInt(S,10):S.charCodeAt(0)}function a(S){return S.split(o).join("\\").split(i).join("{").split(s).join("}").split(l).join(",").split(c).join(".")}function f(S){if(!S)return[""];var m=[],g=n("{","}",S);if(!g)return S.split(",");var v=g.pre,T=g.body,A=g.post,F=v.split(",");F[F.length-1]+="{"+T+"}";var C=f(A);return A.length&&(F[F.length-1]+=C.shift(),F.push.apply(F,C)),m.push.apply(m,F),m}function d(S){return"{"+S+"}"}function b(S){return/^-?0\d/.test(S)}function E(S,m){return S<=m}function w(S,m){return S>=m}function R(S,m){var g=[],v=n("{","}",S);if(!v)return[S];var T=v.pre,A=v.post.length?R(v.post,!1):[""];if(/\$$/.test(v.pre))for(var F=0;F<A.length;F++){var C=T+"{"+v.body+"}"+A[F];g.push(C)}else{var I,L,B=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(v.body),$=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(v.body),D=B||$,H=v.body.indexOf(",")>=0;if(!D&&!H)return v.post.match(/,.*\}/)?R(S=v.pre+"{"+v.body+s+v.post):[S];if(D)I=v.body.split(/\.\./);else if((I=f(v.body)).length===1&&(I=R(I[0],!1).map(d)).length===1)return A.map(function(Q){return v.pre+I[0]+Q});if(D){var ee=u(I[0]),J=u(I[1]),ce=Math.max(I[0].length,I[1].length),be=I.length==3?Math.abs(u(I[2])):1,de=E;J<ee&&(be*=-1,de=w);var Se=I.some(b);L=[];for(var Ae=ee;de(Ae,J);Ae+=be){var ne;if($)(ne=String.fromCharCode(Ae))==="\\"&&(ne="");else if(ne=String(Ae),Se){var ae=ce-ne.length;if(ae>0){var le=new Array(ae+1).join("0");ne=Ae<0?"-"+le+ne.slice(1):le+ne}}L.push(ne)}}else{L=[];for(var oe=0;oe<I.length;oe++)L.push.apply(L,R(I[oe],!1))}for(oe=0;oe<L.length;oe++)for(F=0;F<A.length;F++)C=T+L[oe]+A[F],(!m||D||C)&&g.push(C)}return g}},829:e=>{function t(u){return t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},t(u)}function r(u){var a=typeof Map=="function"?new Map:void 0;return r=function(f){if(f===null||(d=f,Function.toString.call(d).indexOf("[native code]")===-1))return f;var d;if(typeof f!="function")throw new TypeError("Super expression must either be null or a function");if(a!==void 0){if(a.has(f))return a.get(f);a.set(f,b)}function b(){return n(f,arguments,i(this).constructor)}return b.prototype=Object.create(f.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),o(b,f)},r(u)}function n(u,a,f){return n=function(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}()?Reflect.construct:function(d,b,E){var w=[null];w.push.apply(w,b);var R=new(Function.bind.apply(d,w));return E&&o(R,E.prototype),R},n.apply(null,arguments)}function o(u,a){return o=Object.setPrototypeOf||function(f,d){return f.__proto__=d,f},o(u,a)}function i(u){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(a){return a.__proto__||Object.getPrototypeOf(a)},i(u)}var s=function(u){function a(f){var d;return function(b,E){if(!(b instanceof E))throw new TypeError("Cannot call a class as a function")}(this,a),(d=function(b,E){return!E||t(E)!=="object"&&typeof E!="function"?function(w){if(w===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w}(b):E}(this,i(a).call(this,f))).name="ObjectPrototypeMutationError",d}return function(f,d){if(typeof d!="function"&&d!==null)throw new TypeError("Super expression must either be null or a function");f.prototype=Object.create(d&&d.prototype,{constructor:{value:f,writable:!0,configurable:!0}}),d&&o(f,d)}(a,u),a}(r(Error));function l(u,a){for(var f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(){},d=a.split("."),b=d.length,E=function(S){var m=d[S];if(!u)return{v:void 0};if(m==="+"){if(Array.isArray(u))return{v:u.map(function(v,T){var A=d.slice(S+1);return A.length>0?l(v,A.join("."),f):f(u,T,d,S)})};var g=d.slice(0,S).join(".");throw new Error("Object at wildcard (".concat(g,") is not an array"))}u=f(u,m,d,S)},w=0;w<b;w++){var R=E(w);if(t(R)==="object")return R.v}return u}function c(u,a){return u.length===a+1}e.exports={set:function(u,a,f){if(t(u)!="object"||u===null||a===void 0)return u;if(typeof a=="number")return u[a]=f,u[a];try{return l(u,a,function(d,b,E,w){if(d===Reflect.getPrototypeOf({}))throw new s("Attempting to mutate Object.prototype");if(!d[b]){var R=Number.isInteger(Number(E[w+1])),S=E[w+1]==="+";d[b]=R||S?[]:{}}return c(E,w)&&(d[b]=f),d[b]})}catch(d){if(d instanceof s)throw d;return u}},get:function(u,a){if(t(u)!="object"||u===null||a===void 0)return u;if(typeof a=="number")return u[a];try{return l(u,a,function(f,d){return f[d]})}catch{return u}},has:function(u,a){var f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(t(u)!="object"||u===null||a===void 0)return!1;if(typeof a=="number")return a in u;try{var d=!1;return l(u,a,function(b,E,w,R){if(!c(w,R))return b&&b[E];d=f.own?b.hasOwnProperty(E):E in b}),d}catch{return!1}},hasOwn:function(u,a,f){return this.has(u,a,f||{own:!0})},isIn:function(u,a,f){var d=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(t(u)!="object"||u===null||a===void 0)return!1;try{var b=!1,E=!1;return l(u,a,function(w,R,S,m){return b=b||w===f||!!w&&w[R]===f,E=c(S,m)&&t(w)==="object"&&R in w,w&&w[R]}),d.validPath?b&&E:b}catch{return!1}},ObjectPrototypeMutationError:s}},47:(e,t,r)=>{var n=r(410),o=function(u){return typeof u=="string"};function i(u,a){for(var f=[],d=0;d<u.length;d++){var b=u[d];b&&b!=="."&&(b===".."?f.length&&f[f.length-1]!==".."?f.pop():a&&f.push(".."):f.push(b))}return f}var s=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,l={};function c(u){return s.exec(u).slice(1)}l.resolve=function(){for(var u="",a=!1,f=arguments.length-1;f>=-1&&!a;f--){var d=f>=0?arguments[f]:me.cwd();if(!o(d))throw new TypeError("Arguments to path.resolve must be strings");d&&(u=d+"/"+u,a=d.charAt(0)==="/")}return(a?"/":"")+(u=i(u.split("/"),!a).join("/"))||"."},l.normalize=function(u){var a=l.isAbsolute(u),f=u.substr(-1)==="/";return(u=i(u.split("/"),!a).join("/"))||a||(u="."),u&&f&&(u+="/"),(a?"/":"")+u},l.isAbsolute=function(u){return u.charAt(0)==="/"},l.join=function(){for(var u="",a=0;a<arguments.length;a++){var f=arguments[a];if(!o(f))throw new TypeError("Arguments to path.join must be strings");f&&(u+=u?"/"+f:f)}return l.normalize(u)},l.relative=function(u,a){function f(m){for(var g=0;g<m.length&&m[g]==="";g++);for(var v=m.length-1;v>=0&&m[v]==="";v--);return g>v?[]:m.slice(g,v+1)}u=l.resolve(u).substr(1),a=l.resolve(a).substr(1);for(var d=f(u.split("/")),b=f(a.split("/")),E=Math.min(d.length,b.length),w=E,R=0;R<E;R++)if(d[R]!==b[R]){w=R;break}var S=[];for(R=w;R<d.length;R++)S.push("..");return(S=S.concat(b.slice(w))).join("/")},l._makeLong=function(u){return u},l.dirname=function(u){var a=c(u),f=a[0],d=a[1];return f||d?(d&&(d=d.substr(0,d.length-1)),f+d):"."},l.basename=function(u,a){var f=c(u)[2];return a&&f.substr(-1*a.length)===a&&(f=f.substr(0,f.length-a.length)),f},l.extname=function(u){return c(u)[3]},l.format=function(u){if(!n.isObject(u))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof u);var a=u.root||"";if(!o(a))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof u.root);return(u.dir?u.dir+l.sep:"")+(u.base||"")},l.parse=function(u){if(!o(u))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof u);var a=c(u);if(!a||a.length!==4)throw new TypeError("Invalid path '"+u+"'");return a[1]=a[1]||"",a[2]=a[2]||"",a[3]=a[3]||"",{root:a[0],dir:a[0]+a[1].slice(0,a[1].length-1),base:a[2],ext:a[3],name:a[2].slice(0,a[2].length-a[3].length)}},l.sep="/",l.delimiter=":",e.exports=l},647:(e,t)=>{var r=Object.prototype.hasOwnProperty;function n(i){try{return decodeURIComponent(i.replace(/\+/g," "))}catch{return null}}function o(i){try{return encodeURIComponent(i)}catch{return null}}t.stringify=function(i,s){s=s||"";var l,c,u=[];for(c in typeof s!="string"&&(s="?"),i)if(r.call(i,c)){if((l=i[c])||l!=null&&!isNaN(l)||(l=""),c=o(c),l=o(l),c===null||l===null)continue;u.push(c+"="+l)}return u.length?s+u.join("&"):""},t.parse=function(i){for(var s,l=/([^=?#&]+)=?([^&]*)/g,c={};s=l.exec(i);){var u=n(s[1]),a=n(s[2]);u===null||a===null||u in c||(c[u]=a)}return c}},670:e=>{e.exports=function(t,r){if(r=r.split(":")[0],!(t=+t))return!1;switch(r){case"http":case"ws":return t!==80;case"https":case"wss":return t!==443;case"ftp":return t!==21;case"gopher":return t!==70;case"file":return!1}return t!==0}},494:e=>{const t=/^[-+]?0x[a-fA-F0-9]+$/,r=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const n={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};e.exports=function(o){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(i=Object.assign({},n,i),!o||typeof o!="string")return o;let s=o.trim();if(i.skipLike!==void 0&&i.skipLike.test(s))return o;if(i.hex&&t.test(s))return Number.parseInt(s,16);{const c=r.exec(s);if(c){const u=c[1],a=c[2];let f=((l=c[3])&&l.indexOf(".")!==-1&&((l=l.replace(/0+$/,""))==="."?l="0":l[0]==="."?l="0"+l:l[l.length-1]==="."&&(l=l.substr(0,l.length-1))),l);const d=c[4]||c[6];if(!i.leadingZeros&&a.length>0&&u&&s[2]!=="."||!i.leadingZeros&&a.length>0&&!u&&s[1]!==".")return o;{const b=Number(s),E=""+b;return E.search(/[eE]/)!==-1||d?i.eNotation?b:o:s.indexOf(".")!==-1?E==="0"&&f===""||E===f||u&&E==="-"+f?b:o:a?f===E||u+f===E?b:o:s===E||s===u+E?b:o}}return o}var l}},737:(e,t,r)=>{var n=r(670),o=r(647),i=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,s=/[\n\r\t]/g,l=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,c=/:\d+$/,u=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,a=/^[a-zA-Z]:/;function f(m){return(m||"").toString().replace(i,"")}var d=[["#","hash"],["?","query"],function(m,g){return w(g.protocol)?m.replace(/\\/g,"/"):m},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],b={hash:1,query:1};function E(m){var g,v=(typeof window<"u"?window:typeof Fn<"u"?Fn:typeof self<"u"?self:{}).location||{},T={},A=typeof(m=m||v);if(m.protocol==="blob:")T=new S(unescape(m.pathname),{});else if(A==="string")for(g in T=new S(m,{}),b)delete T[g];else if(A==="object"){for(g in m)g in b||(T[g]=m[g]);T.slashes===void 0&&(T.slashes=l.test(m.href))}return T}function w(m){return m==="file:"||m==="ftp:"||m==="http:"||m==="https:"||m==="ws:"||m==="wss:"}function R(m,g){m=(m=f(m)).replace(s,""),g=g||{};var v,T=u.exec(m),A=T[1]?T[1].toLowerCase():"",F=!!T[2],C=!!T[3],I=0;return F?C?(v=T[2]+T[3]+T[4],I=T[2].length+T[3].length):(v=T[2]+T[4],I=T[2].length):C?(v=T[3]+T[4],I=T[3].length):v=T[4],A==="file:"?I>=2&&(v=v.slice(2)):w(A)?v=T[4]:A?F&&(v=v.slice(2)):I>=2&&w(g.protocol)&&(v=T[4]),{protocol:A,slashes:F||w(A),slashesCount:I,rest:v}}function S(m,g,v){if(m=(m=f(m)).replace(s,""),!(this instanceof S))return new S(m,g,v);var T,A,F,C,I,L,B=d.slice(),$=typeof g,D=this,H=0;for($!=="object"&&$!=="string"&&(v=g,g=null),v&&typeof v!="function"&&(v=o.parse),T=!(A=R(m||"",g=E(g))).protocol&&!A.slashes,D.slashes=A.slashes||T&&g.slashes,D.protocol=A.protocol||g.protocol||"",m=A.rest,(A.protocol==="file:"&&(A.slashesCount!==2||a.test(m))||!A.slashes&&(A.protocol||A.slashesCount<2||!w(D.protocol)))&&(B[3]=[/(.*)/,"pathname"]);H<B.length;H++)typeof(C=B[H])!="function"?(F=C[0],L=C[1],F!=F?D[L]=m:typeof F=="string"?~(I=F==="@"?m.lastIndexOf(F):m.indexOf(F))&&(typeof C[2]=="number"?(D[L]=m.slice(0,I),m=m.slice(I+C[2])):(D[L]=m.slice(I),m=m.slice(0,I))):(I=F.exec(m))&&(D[L]=I[1],m=m.slice(0,I.index)),D[L]=D[L]||T&&C[3]&&g[L]||"",C[4]&&(D[L]=D[L].toLowerCase())):m=C(m,D);v&&(D.query=v(D.query)),T&&g.slashes&&D.pathname.charAt(0)!=="/"&&(D.pathname!==""||g.pathname!=="")&&(D.pathname=function(ee,J){if(ee==="")return J;for(var ce=(J||"/").split("/").slice(0,-1).concat(ee.split("/")),be=ce.length,de=ce[be-1],Se=!1,Ae=0;be--;)ce[be]==="."?ce.splice(be,1):ce[be]===".."?(ce.splice(be,1),Ae++):Ae&&(be===0&&(Se=!0),ce.splice(be,1),Ae--);return Se&&ce.unshift(""),de!=="."&&de!==".."||ce.push(""),ce.join("/")}(D.pathname,g.pathname)),D.pathname.charAt(0)!=="/"&&w(D.protocol)&&(D.pathname="/"+D.pathname),n(D.port,D.protocol)||(D.host=D.hostname,D.port=""),D.username=D.password="",D.auth&&(~(I=D.auth.indexOf(":"))?(D.username=D.auth.slice(0,I),D.username=encodeURIComponent(decodeURIComponent(D.username)),D.password=D.auth.slice(I+1),D.password=encodeURIComponent(decodeURIComponent(D.password))):D.username=encodeURIComponent(decodeURIComponent(D.auth)),D.auth=D.password?D.username+":"+D.password:D.username),D.origin=D.protocol!=="file:"&&w(D.protocol)&&D.host?D.protocol+"//"+D.host:"null",D.href=D.toString()}S.prototype={set:function(m,g,v){var T=this;switch(m){case"query":typeof g=="string"&&g.length&&(g=(v||o.parse)(g)),T[m]=g;break;case"port":T[m]=g,n(g,T.protocol)?g&&(T.host=T.hostname+":"+g):(T.host=T.hostname,T[m]="");break;case"hostname":T[m]=g,T.port&&(g+=":"+T.port),T.host=g;break;case"host":T[m]=g,c.test(g)?(g=g.split(":"),T.port=g.pop(),T.hostname=g.join(":")):(T.hostname=g,T.port="");break;case"protocol":T.protocol=g.toLowerCase(),T.slashes=!v;break;case"pathname":case"hash":if(g){var A=m==="pathname"?"/":"#";T[m]=g.charAt(0)!==A?A+g:g}else T[m]=g;break;case"username":case"password":T[m]=encodeURIComponent(g);break;case"auth":var F=g.indexOf(":");~F?(T.username=g.slice(0,F),T.username=encodeURIComponent(decodeURIComponent(T.username)),T.password=g.slice(F+1),T.password=encodeURIComponent(decodeURIComponent(T.password))):T.username=encodeURIComponent(decodeURIComponent(g))}for(var C=0;C<d.length;C++){var I=d[C];I[4]&&(T[I[1]]=T[I[1]].toLowerCase())}return T.auth=T.password?T.username+":"+T.password:T.username,T.origin=T.protocol!=="file:"&&w(T.protocol)&&T.host?T.protocol+"//"+T.host:"null",T.href=T.toString(),T},toString:function(m){m&&typeof m=="function"||(m=o.stringify);var g,v=this,T=v.host,A=v.protocol;A&&A.charAt(A.length-1)!==":"&&(A+=":");var F=A+(v.protocol&&v.slashes||w(v.protocol)?"//":"");return v.username?(F+=v.username,v.password&&(F+=":"+v.password),F+="@"):v.password?(F+=":"+v.password,F+="@"):v.protocol!=="file:"&&w(v.protocol)&&!T&&v.pathname!=="/"&&(F+="@"),(T[T.length-1]===":"||c.test(v.hostname)&&!v.port)&&(T+=":"),F+=T+v.pathname,(g=typeof v.query=="object"?m(v.query):v.query)&&(F+=g.charAt(0)!=="?"?"?"+g:g),v.hash&&(F+=v.hash),F}},S.extractProtocol=R,S.location=E,S.trimLeft=f,S.qs=o,e.exports=S},410:()=>{},388:()=>{},805:()=>{},345:()=>{},800:()=>{}},Km={};function ft(e){var t=Km[e];if(t!==void 0)return t.exports;var r=Km[e]={id:e,loaded:!1,exports:{}};return jR[e].call(r.exports,r,r.exports,ft),r.loaded=!0,r.exports}ft.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return ft.d(t,{a:t}),t},ft.d=(e,t)=>{for(var r in t)ft.o(t,r)&&!ft.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},ft.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),ft.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var Dr={};ft.d(Dr,{hT:()=>hr,O4:()=>bn,Kd:()=>QR,YK:()=>XR,UU:()=>rI,Gu:()=>oy,ky:()=>Sy,h4:()=>So,ch:()=>Ms,hq:()=>ei,i5:()=>Ey});var UR=ft(737),qR=ft.n(UR);function Nu(e){if(!$u(e))throw new Error("Parameter was not an error")}function $u(e){return!!e&&typeof e=="object"&&(t=e,Object.prototype.toString.call(t)==="[object Error]")||e instanceof Error;var t}class pr extends Error{constructor(t,r){const n=[...arguments],{options:o,shortMessage:i}=function(l){let c,u="";if(l.length===0)c={};else if($u(l[0]))c={cause:l[0]},u=l.slice(1).join(" ")||"";else if(l[0]&&typeof l[0]=="object")c=Object.assign({},l[0]),u=l.slice(1).join(" ")||"";else{if(typeof l[0]!="string")throw new Error("Invalid arguments passed to Layerr");c={},u=u=l.join(" ")||""}return{options:c,shortMessage:u}}(n);let s=i;if(o.cause&&(s=`${s}: ${o.cause.message}`),super(s),this.message=s,o.name&&typeof o.name=="string"?this.name=o.name:this.name="Layerr",o.cause&&Object.defineProperty(this,"_cause",{value:o.cause}),Object.defineProperty(this,"_info",{value:{}}),o.info&&typeof o.info=="object"&&Object.assign(this._info,o.info),Error.captureStackTrace){const l=o.constructorOpt||this.constructor;Error.captureStackTrace(this,l)}}static cause(t){return Nu(t),t._cause&&$u(t._cause)?t._cause:null}static fullStack(t){Nu(t);const r=pr.cause(t);return r?`${t.stack}
|
|
47
|
-
caused by: ${pr.fullStack(r)}`:t.stack??""}static info(t){Nu(t);const r={},n=pr.cause(t);return n&&Object.assign(r,pr.info(n)),t._info&&Object.assign(r,t._info),r}toString(){let t=this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(t=`${t}: ${this.message}`),t}}var VR=ft(47),xs=ft.n(VR);const Qm="__PATH_SEPARATOR_POSIX__",Xm="__PATH_SEPARATOR_WINDOWS__";function _t(e){try{const t=e.replace(/\//g,Qm).replace(/\\\\/g,Xm);return encodeURIComponent(t).split(Xm).join("\\\\").split(Qm).join("/")}catch(t){throw new pr(t,"Failed encoding path")}}function Ym(e){return e.startsWith("/")?e:"/"+e}function yo(e){let t=e;return t[0]!=="/"&&(t="/"+t),/^.+\/$/.test(t)&&(t=t.substr(0,t.length-1)),t}function zR(e){let t=new(qR())(e).pathname;return t.length<=0&&(t="/"),yo(t)}function It(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(){return function(n){var o=[];if(n.length===0)return"";if(typeof n[0]!="string")throw new TypeError("Url must be a string. Received "+n[0]);if(n[0].match(/^[^/:]+:\/*$/)&&n.length>1){var i=n.shift();n[0]=i+n[0]}n[0].match(/^file:\/\/\//)?n[0]=n[0].replace(/^([^/:]+):\/*/,"$1:///"):n[0]=n[0].replace(/^([^/:]+):\/*/,"$1://");for(var s=0;s<n.length;s++){var l=n[s];if(typeof l!="string")throw new TypeError("Url must be a string. Received "+l);l!==""&&(s>0&&(l=l.replace(/^[\/]+/,"")),l=s<n.length-1?l.replace(/[\/]+$/,""):l.replace(/[\/]+$/,"/"),o.push(l))}var c=o.join("/"),u=(c=c.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return u.shift()+(u.length>0?"?":"")+u.join("&")}(typeof arguments[0]=="object"?arguments[0]:[].slice.call(arguments))}(t.reduce((n,o,i)=>((i===0||o!=="/"||o==="/"&&n[n.length-1]!=="/")&&n.push(o),n),[]))}var WR=ft(542),bo=ft.n(WR);const HR="abcdef0123456789";function Jm(e,t){const r=e.url.replace("//",""),n=r.indexOf("/")==-1?"/":r.slice(r.indexOf("/")),o=e.method?e.method.toUpperCase():"GET",i=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",s=`00000000${t.nc}`.slice(-8),l=function(d,b,E,w,R,S,m){const g=m||bo()(`${b}:${E}:${w}`);return d&&d.toLowerCase()==="md5-sess"?bo()(`${g}:${R}:${S}`):g}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),c=bo()(`${o}:${n}`),u=i?bo()(`${l}:${t.nonce}:${s}:${t.cnonce}:${i}:${c}`):bo()(`${l}:${t.nonce}:${c}`),a={username:t.username,realm:t.realm,nonce:t.nonce,uri:n,qop:i,response:u,nc:s,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},f=[];for(const d in a)a[d]&&(d==="qop"||d==="nc"||d==="algorithm"?f.push(`${d}=${a[d]}`):f.push(`${d}="${a[d]}"`));return`Digest ${f.join(", ")}`}function Zm(e){return(e.headers&&e.headers.get("www-authenticate")||"").split(/\s/)[0].toLowerCase()==="digest"}var GR=ft(101),ey=ft.n(GR);function ty(e){return ey().decode(e)}function ry(e,t){var r;return`Basic ${r=`${e}:${t}`,ey().encode(r)}`}const Os=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:typeof window<"u"?window:globalThis,KR=Os.fetch.bind(Os),QR=Os.Request,XR=Os.Response;let hr=function(e){return e.Auto="auto",e.Digest="digest",e.None="none",e.Password="password",e.Token="token",e}({}),bn=function(e){return e.DataTypeNoLength="data-type-no-length",e.InvalidAuthType="invalid-auth-type",e.InvalidOutputFormat="invalid-output-format",e.LinkUnsupportedAuthType="link-unsupported-auth",e.InvalidUpdateRange="invalid-update-range",e.NotSupported="not-supported",e}({});function ny(e,t,r,n,o){switch(e.authType){case hr.Auto:t&&r&&(e.headers.Authorization=ry(t,r));break;case hr.Digest:e.digest=function(s,l,c){return{username:s,password:l,ha1:c,nc:0,algorithm:"md5",hasDigestAuth:!1}}(t,r,o);break;case hr.None:break;case hr.Password:e.headers.Authorization=ry(t,r);break;case hr.Token:e.headers.Authorization=`${(i=n).token_type} ${i.access_token}`;break;default:throw new pr({info:{code:bn.InvalidAuthType}},`Invalid auth type: ${e.authType}`)}var i}ft(345),ft(800);const iy="@@HOTPATCHER",YR=()=>{};function Du(e){return{original:e,methods:[e],final:!1}}class JR{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=iy}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(t){this.configuration.getEmptyAction=t}control(t){let r=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(!t||t.__type__!==iy)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(t.configuration.registry).forEach(n=>{this.configuration.registry.hasOwnProperty(n)?r&&(this.configuration.registry[n]=Object.assign({},t.configuration.registry[n])):this.configuration.registry[n]=Object.assign({},t.configuration.registry[n])}),t._configuration=this.configuration,this}execute(t){const r=this.get(t)||YR;for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];return r(...o)}get(t){const r=this.configuration.registry[t];if(!r)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${t}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];if(o.length===0)throw new Error("Failed creating sequence: No functions provided");return function(){for(var s=arguments.length,l=new Array(s),c=0;c<s;c++)l[c]=arguments[c];let u=l;const a=this;for(;o.length>0;)u=[o.shift().apply(a,u)];return u[0]}}(...r.methods)}isPatched(t){return!!this.configuration.registry[t]}patch(t,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{chain:o=!1}=n;if(this.configuration.registry[t]&&this.configuration.registry[t].final)throw new Error(`Failed patching '${t}': Method marked as being final`);if(typeof r!="function")throw new Error(`Failed patching '${t}': Provided method is not a function`);if(o)this.configuration.registry[t]?this.configuration.registry[t].methods.push(r):this.configuration.registry[t]=Du(r);else if(this.isPatched(t)){const{original:i}=this.configuration.registry[t];this.configuration.registry[t]=Object.assign(Du(r),{original:i})}else this.configuration.registry[t]=Du(r);return this}patchInline(t,r){this.isPatched(t)||this.patch(t,r);for(var n=arguments.length,o=new Array(n>2?n-2:0),i=2;i<n;i++)o[i-2]=arguments[i];return this.execute(t,...o)}plugin(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return n.forEach(i=>{this.patch(t,i,{chain:!0})}),this}restore(t){if(!this.isPatched(t))throw new Error(`Failed restoring method: No method present for key: ${t}`);if(typeof this.configuration.registry[t].original!="function")throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${t}`);return this.configuration.registry[t].methods=[this.configuration.registry[t].original],this}setFinal(t){if(!this.configuration.registry.hasOwnProperty(t))throw new Error(`Failed marking '${t}' as final: No method found for key`);return this.configuration.registry[t].final=!0,this}}let Lu=null;function oy(){return Lu||(Lu=new JR),Lu}function ks(e){return function(t){if(typeof t!="object"||t===null||Object.prototype.toString.call(t)!="[object Object]")return!1;if(Object.getPrototypeOf(t)===null)return!0;let r=t;for(;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return Object.getPrototypeOf(t)===r}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function sy(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];let n=null,o=[...t];for(;o.length>0;){const i=o.shift();n=n?ay(n,i):ks(i)}return n}function ay(e,t){const r=ks(e);return Object.keys(t).forEach(n=>{r.hasOwnProperty(n)?Array.isArray(t[n])?r[n]=Array.isArray(r[n])?[...r[n],...t[n]]:[...t[n]]:typeof t[n]=="object"&&t[n]?r[n]=typeof r[n]=="object"&&r[n]?ay(r[n],t[n]):ks(t[n]):r[n]=t[n]:r[n]=t[n]}),r}function ZR(e){const t={};for(const r of e.keys())t[r]=e.get(r);return t}function Bu(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];if(t.length===0)return{};const n={};return t.reduce((o,i)=>(Object.keys(i).forEach(s=>{const l=s.toLowerCase();n.hasOwnProperty(l)?o[n[l]]=i[s]:(n[l]=s,o[s]=i[s])}),o),{})}ft(805);const e_=typeof ArrayBuffer=="function",{toString:t_}=Object.prototype;function ly(e){return e_&&(e instanceof ArrayBuffer||t_.call(e)==="[object ArrayBuffer]")}function cy(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function Mu(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}function ju(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const uy=Mu(function(e){const t=e._digest;return delete e._digest,t.hasDigestAuth&&(e=sy(e,{headers:{Authorization:Jm(e,t)}})),ju(Ns(e),function(r){let n=!1;return o=function(s){return n?s:r},(i=function(){if(r.status==401)return t.hasDigestAuth=function(s,l){if(!Zm(s))return!1;const c=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const u=s.headers&&s.headers.get("www-authenticate")||"",a=c.exec(u);if(!a)break;l[a[1]]=a[2]||a[3]}return l.nc+=1,l.cnonce=function(){let u="";for(let a=0;a<32;++a)u=`${u}${HR[Math.floor(16*Math.random())]}`;return u}(),!0}(r,t),function(){if(t.hasDigestAuth)return ju(Ns(e=sy(e,{headers:{Authorization:Jm(e,t)}})),function(s){return s.status==401?t.hasDigestAuth=!1:t.nc++,n=!0,s})}();t.nc++}())&&i.then?i.then(o):o(i);var o,i})}),r_=Mu(function(e,t){return ju(Ns(e),function(r){return r.ok?(t.authType=hr.Password,r):r.status==401&&Zm(r)?(t.authType=hr.Digest,ny(t,t.username,t.password,void 0,void 0),e._digest=t.digest,uy(e)):r})}),zt=Mu(function(e,t){return t.authType===hr.Auto?r_(e,t):e._digest?uy(e):Ns(e)});function Wt(e,t,r){const n=ks(e);return n.headers=Bu(t.headers,n.headers||{},r.headers||{}),r.data!==void 0&&(n.data=r.data),r.signal&&(n.signal=r.signal),t.httpAgent&&(n.httpAgent=t.httpAgent),t.httpsAgent&&(n.httpsAgent=t.httpsAgent),t.digest&&(n._digest=t.digest),typeof t.withCredentials=="boolean"&&(n.withCredentials=t.withCredentials),n}function Ns(e){const t=oy();return t.patchInline("request",r=>t.patchInline("fetch",KR,r.url,function(n){let o={};const i={method:n.method};if(n.headers&&(o=Bu(o,n.headers)),n.data!==void 0){const[s,l]=function(c){if(typeof c=="string")return[c,{}];if(cy(c))return[c,{}];if(ly(c))return[c,{}];if(c&&typeof c=="object")return[JSON.stringify(c),{"content-type":"application/json"}];throw new Error("Unable to convert request body: Unexpected body type: "+typeof c)}(n.data);i.body=s,o=Bu(o,l)}return n.signal&&(i.signal=n.signal),n.withCredentials&&(i.credentials="include"),i.headers=o,i}(r)),e)}var n_=ft(285);const $s=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},i_={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},vo=e=>e.replace(/[[\]\\-]/g,"\\$&"),fy=e=>e.join(""),o_=(e,t)=>{const r=t;if(e.charAt(r)!=="[")throw new Error("not in a brace expression");const n=[],o=[];let i=r+1,s=!1,l=!1,c=!1,u=!1,a=r,f="";e:for(;i<e.length;){const w=e.charAt(i);if(w!=="!"&&w!=="^"||i!==r+1){if(w==="]"&&s&&!c){a=i+1;break}if(s=!0,w!=="\\"||c){if(w==="["&&!c){for(const[R,[S,m,g]]of Object.entries(i_))if(e.startsWith(R,i)){if(f)return["$.",!1,e.length-r,!0];i+=R.length,g?o.push(S):n.push(S),l=l||m;continue e}}c=!1,f?(w>f?n.push(vo(f)+"-"+vo(w)):w===f&&n.push(vo(w)),f="",i++):e.startsWith("-]",i+1)?(n.push(vo(w+"-")),i+=2):e.startsWith("-",i+1)?(f=w,i+=2):(n.push(vo(w)),i++)}else c=!0,i++}else u=!0,i++}if(a<i)return["",!1,0,!1];if(!n.length&&!o.length)return["$.",!1,e.length-r,!0];if(o.length===0&&n.length===1&&/^\\?.$/.test(n[0])&&!u)return[(d=n[0].length===2?n[0].slice(-1):n[0],d.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")),!1,a-r,!1];var d;const b="["+(u?"^":"")+fy(n)+"]",E="["+(u?"":"^")+fy(o)+"]";return[n.length&&o.length?"("+b+"|"+E+")":n.length?b:E,l,a-r,!0]},wo=function(e){let{windowsPathsNoEscape:t=!1}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1")},s_=new Set(["!","?","+","*","@"]),dy=e=>s_.has(e),Uu="(?!\\.)",a_=new Set(["[","."]),l_=new Set(["..","."]),c_=new Set("().*{}+?[]^$\\!"),qu="[^/]",py=qu+"*?",hy=qu+"+?",yr=class yr{constructor(t,r){Sr(this,pi);Ee(this,"type");Sr(this,Kt);Sr(this,Zt);Sr(this,Tn,!1);Sr(this,At,[]);Sr(this,jt);Sr(this,kn);Sr(this,fi);Sr(this,Nn,!1);Sr(this,nn);Sr(this,di);Sr(this,$o,!1);let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.type=t,t&&Nt(this,Zt,!0),Nt(this,jt,r),Nt(this,Kt,Oe(this,jt)?Oe(Oe(this,jt),Kt):this),Nt(this,nn,Oe(this,Kt)===this?n:Oe(Oe(this,Kt),nn)),Nt(this,fi,Oe(this,Kt)===this?[]:Oe(Oe(this,Kt),fi)),t!=="!"||Oe(Oe(this,Kt),Nn)||Oe(this,fi).push(this),Nt(this,kn,Oe(this,jt)?Oe(Oe(this,jt),At).length:0)}get hasMagic(){if(Oe(this,Zt)!==void 0)return Oe(this,Zt);for(const t of Oe(this,At))if(typeof t!="string"&&(t.type||t.hasMagic))return Nt(this,Zt,!0);return Oe(this,Zt)}toString(){return Oe(this,di)!==void 0?Oe(this,di):this.type?Nt(this,di,this.type+"("+Oe(this,At).map(t=>String(t)).join("|")+")"):Nt(this,di,Oe(this,At).map(t=>String(t)).join(""))}push(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];for(const o of r)if(o!==""){if(typeof o!="string"&&!(o instanceof yr&&Oe(o,jt)===this))throw new Error("invalid part: "+o);Oe(this,At).push(o)}}toJSON(){var r;const t=this.type===null?Oe(this,At).slice().map(n=>typeof n=="string"?n:n.toJSON()):[this.type,...Oe(this,At).map(n=>n.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===Oe(this,Kt)||Oe(Oe(this,Kt),Nn)&&((r=Oe(this,jt))==null?void 0:r.type)==="!")&&t.push({}),t}isStart(){var r;if(Oe(this,Kt)===this)return!0;if(!((r=Oe(this,jt))!=null&&r.isStart()))return!1;if(Oe(this,kn)===0)return!0;const t=Oe(this,jt);for(let n=0;n<Oe(this,kn);n++){const o=Oe(t,At)[n];if(!(o instanceof yr&&o.type==="!"))return!1}return!0}isEnd(){var r,n,o;if(Oe(this,Kt)===this||((r=Oe(this,jt))==null?void 0:r.type)==="!")return!0;if(!((n=Oe(this,jt))!=null&&n.isEnd()))return!1;if(!this.type)return(o=Oe(this,jt))==null?void 0:o.isEnd();const t=Oe(this,jt)?Oe(Oe(this,jt),At).length:0;return Oe(this,kn)===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){const r=new yr(this.type,t);for(const n of Oe(this,At))r.copyIn(n);return r}static fromGlob(t){var o;let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=new yr(null,void 0,r);return Ln(o=yr,$n,ba).call(o,t,n,0,r),n}toMMPattern(){if(this!==Oe(this,Kt))return Oe(this,Kt).toMMPattern();const t=this.toString(),[r,n,o,i]=this.toRegExpSource();if(!(o||Oe(this,Zt)||Oe(this,nn).nocase&&!Oe(this,nn).nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return n;const s=(Oe(this,nn).nocase?"i":"")+(i?"u":"");return Object.assign(new RegExp(`^${r}$`,s),{_src:r,_glob:t})}get options(){return Oe(this,nn)}toRegExpSource(t){var c;const r=t??!!Oe(this,nn).dot;if(Oe(this,Kt)===this&&Ln(this,pi,$0).call(this),!this.type){const u=this.isStart()&&this.isEnd(),a=Oe(this,At).map(b=>{var m;const[E,w,R,S]=typeof b=="string"?Ln(m=yr,$n,D0).call(m,b,Oe(this,Zt),u):b.toRegExpSource(t);return Nt(this,Zt,Oe(this,Zt)||R),Nt(this,Tn,Oe(this,Tn)||S),E}).join("");let f="";if(this.isStart()&&typeof Oe(this,At)[0]=="string"&&(Oe(this,At).length!==1||!l_.has(Oe(this,At)[0]))){const b=a_,E=r&&b.has(a.charAt(0))||a.startsWith("\\.")&&b.has(a.charAt(2))||a.startsWith("\\.\\.")&&b.has(a.charAt(4)),w=!r&&!t&&b.has(a.charAt(0));f=E?"(?!(?:^|/)\\.\\.?(?:$|/))":w?Uu:""}let d="";return this.isEnd()&&Oe(Oe(this,Kt),Nn)&&((c=Oe(this,jt))==null?void 0:c.type)==="!"&&(d="(?:$|\\/)"),[f+a+d,wo(a),Nt(this,Zt,!!Oe(this,Zt)),Oe(this,Tn)]}const n=this.type==="*"||this.type==="+",o=this.type==="!"?"(?:(?!(?:":"(?:";let i=Ln(this,pi,nd).call(this,r);if(this.isStart()&&this.isEnd()&&!i&&this.type!=="!"){const u=this.toString();return Nt(this,At,[u]),this.type=null,Nt(this,Zt,void 0),[u,wo(this.toString()),!1,!1]}let s=!n||t||r?"":Ln(this,pi,nd).call(this,!0);s===i&&(s=""),s&&(i=`(?:${i})(?:${s})*?`);let l="";return l=this.type==="!"&&Oe(this,$o)?(this.isStart()&&!r?Uu:"")+hy:o+i+(this.type==="!"?"))"+(!this.isStart()||r||t?"":Uu)+py+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&s?")":this.type==="*"&&s?")?":`)${this.type}`),[l,wo(i),Nt(this,Zt,!!Oe(this,Zt)),Oe(this,Tn)]}};Kt=new WeakMap,Zt=new WeakMap,Tn=new WeakMap,At=new WeakMap,jt=new WeakMap,kn=new WeakMap,fi=new WeakMap,Nn=new WeakMap,nn=new WeakMap,di=new WeakMap,$o=new WeakMap,pi=new WeakSet,$0=function(){if(this!==Oe(this,Kt))throw new Error("should only call on root");if(Oe(this,Nn))return this;let t;for(this.toString(),Nt(this,Nn,!0);t=Oe(this,fi).pop();){if(t.type!=="!")continue;let r=t,n=Oe(r,jt);for(;n;){for(let o=Oe(r,kn)+1;!n.type&&o<Oe(n,At).length;o++)for(const i of Oe(t,At)){if(typeof i=="string")throw new Error("string part in extglob AST??");i.copyIn(Oe(n,At)[o])}r=n,n=Oe(r,jt)}}return this},$n=new WeakSet,ba=function(t,r,n,o){var b,E;let i=!1,s=!1,l=-1,c=!1;if(r.type===null){let w=n,R="";for(;w<t.length;){const S=t.charAt(w++);if(i||S==="\\")i=!i,R+=S;else if(s)w===l+1?S!=="^"&&S!=="!"||(c=!0):S!=="]"||w===l+2&&c||(s=!1),R+=S;else if(S!=="[")if(o.noext||!dy(S)||t.charAt(w)!=="(")R+=S;else{r.push(R),R="";const m=new yr(S,r);w=Ln(b=yr,$n,ba).call(b,t,m,w,o),r.push(m)}else s=!0,l=w,c=!1,R+=S}return r.push(R),w}let u=n+1,a=new yr(null,r);const f=[];let d="";for(;u<t.length;){const w=t.charAt(u++);if(i||w==="\\")i=!i,d+=w;else if(s)u===l+1?w!=="^"&&w!=="!"||(c=!0):w!=="]"||u===l+2&&c||(s=!1),d+=w;else if(w!=="[")if(dy(w)&&t.charAt(u)==="("){a.push(d),d="";const R=new yr(w,a);a.push(R),u=Ln(E=yr,$n,ba).call(E,t,R,u,o)}else if(w!=="|"){if(w===")")return d===""&&Oe(r,At).length===0&&Nt(r,$o,!0),a.push(d),d="",r.push(...f,a),u;d+=w}else a.push(d),d="",f.push(a),a=new yr(null,r);else s=!0,l=u,c=!1,d+=w}return r.type=null,Nt(r,Zt,void 0),Nt(r,At,[t.substring(n-1)]),u},nd=function(t){return Oe(this,At).map(r=>{if(typeof r=="string")throw new Error("string type in extglob ast??");const[n,o,i,s]=r.toRegExpSource(t);return Nt(this,Tn,Oe(this,Tn)||s),n}).filter(r=>!(this.isStart()&&this.isEnd()&&!r)).join("|")},D0=function(t,r){let n=arguments.length>2&&arguments[2]!==void 0&&arguments[2],o=!1,i="",s=!1;for(let l=0;l<t.length;l++){const c=t.charAt(l);if(o)o=!1,i+=(c_.has(c)?"\\":"")+c;else if(c!=="\\"){if(c==="["){const[u,a,f,d]=o_(t,l);if(f){i+=u,s=s||a,l+=f-1,r=r||d;continue}}c!=="*"?c!=="?"?i+=c.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):(i+=qu,r=!0):(i+=n&&t==="*"?hy:py,r=!0)}else l===t.length-1?i+="\\\\":o=!0}return[i,wo(t),!!r,s]},Sr(yr,$n);let Ds=yr;const sr=function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return $s(t),!(!r.nocomment&&t.charAt(0)==="#")&&new Ls(t,r).match(e)},u_=/^\*+([^+@!?\*\[\(]*)$/,f_=e=>t=>!t.startsWith(".")&&t.endsWith(e),d_=e=>t=>t.endsWith(e),p_=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),h_=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),g_=/^\*+\.\*+$/,m_=e=>!e.startsWith(".")&&e.includes("."),y_=e=>e!=="."&&e!==".."&&e.includes("."),b_=/^\.\*+$/,v_=e=>e!=="."&&e!==".."&&e.startsWith("."),w_=/^\*+$/,S_=e=>e.length!==0&&!e.startsWith("."),E_=e=>e.length!==0&&e!=="."&&e!=="..",T_=/^\?+([^+@!?\*\[\(]*)?$/,A_=e=>{let[t,r=""]=e;const n=gy([t]);return r?(r=r.toLowerCase(),o=>n(o)&&o.toLowerCase().endsWith(r)):n},R_=e=>{let[t,r=""]=e;const n=my([t]);return r?(r=r.toLowerCase(),o=>n(o)&&o.toLowerCase().endsWith(r)):n},__=e=>{let[t,r=""]=e;const n=my([t]);return r?o=>n(o)&&o.endsWith(r):n},I_=e=>{let[t,r=""]=e;const n=gy([t]);return r?o=>n(o)&&o.endsWith(r):n},gy=e=>{let[t]=e;const r=t.length;return n=>n.length===r&&!n.startsWith(".")},my=e=>{let[t]=e;const r=t.length;return n=>n.length===r&&n!=="."&&n!==".."},yy=typeof me=="object"&&me?typeof me.env=="object"&&me.env&&me.env.__MINIMATCH_TESTING_PLATFORM__||me.platform:"posix";sr.sep=yy==="win32"?"\\":"/";const Lr=Symbol("globstar **");sr.GLOBSTAR=Lr,sr.filter=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return r=>sr(r,e,t)};const Br=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.assign({},e,t)};sr.defaults=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return sr;const t=sr;return Object.assign(function(r,n){return t(r,n,Br(e,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{}))},{Minimatch:class extends t.Minimatch{constructor(r){super(r,Br(e,arguments.length>1&&arguments[1]!==void 0?arguments[1]:{}))}static defaults(r){return t.defaults(Br(e,r)).Minimatch}},AST:class extends t.AST{constructor(r,n){super(r,n,Br(e,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{}))}static fromGlob(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.AST.fromGlob(r,Br(e,n))}},unescape:function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.unescape(r,Br(e,n))},escape:function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.escape(r,Br(e,n))},filter:function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.filter(r,Br(e,n))},defaults:r=>t.defaults(Br(e,r)),makeRe:function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.makeRe(r,Br(e,n))},braceExpand:function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.braceExpand(r,Br(e,n))},match:function(r,n){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return t.match(r,n,Br(e,o))},sep:t.sep,GLOBSTAR:Lr})};const by=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return $s(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:n_(e)};sr.braceExpand=by,sr.makeRe=function(e){return new Ls(e,arguments.length>1&&arguments[1]!==void 0?arguments[1]:{}).makeRe()},sr.match=function(e,t){const r=new Ls(t,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{});return e=e.filter(n=>r.match(n)),r.options.nonull&&!e.length&&e.push(t),e};const vy=/[?*]|[+@!]\(.*?\)|\[|\]/;class Ls{constructor(t){Ee(this,"options");Ee(this,"set");Ee(this,"pattern");Ee(this,"windowsPathsNoEscape");Ee(this,"nonegate");Ee(this,"negate");Ee(this,"comment");Ee(this,"empty");Ee(this,"preserveMultipleSlashes");Ee(this,"partial");Ee(this,"globSet");Ee(this,"globParts");Ee(this,"nocase");Ee(this,"isWindows");Ee(this,"platform");Ee(this,"windowsNoMagicRoot");Ee(this,"regexp");let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};$s(t),r=r||{},this.options=r,this.pattern=t,this.platform=r.platform||yy,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=r.windowsNoMagicRoot!==void 0?r.windowsNoMagicRoot:!(!this.isWindows||!this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(const t of this.set)for(const r of t)if(typeof r!="string")return!0;return!1}debug(){}make(){const t=this.pattern,r=this.options;if(!r.nocomment&&t.charAt(0)==="#")return void(this.comment=!0);if(!t)return void(this.empty=!0);this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],r.debug&&(this.debug=function(){return console.error(...arguments)}),this.debug(this.pattern,this.globSet);const n=this.globSet.map(i=>this.slashSplit(i));this.globParts=this.preprocess(n),this.debug(this.pattern,this.globParts);let o=this.globParts.map((i,s,l)=>{if(this.isWindows&&this.windowsNoMagicRoot){const c=!(i[0]!==""||i[1]!==""||i[2]!=="?"&&vy.test(i[2])||vy.test(i[3])),u=/^[a-z]:/i.test(i[0]);if(c)return[...i.slice(0,4),...i.slice(4).map(a=>this.parse(a))];if(u)return[i[0],...i.slice(1).map(a=>this.parse(a))]}return i.map(c=>this.parse(c))});if(this.debug(this.pattern,o),this.set=o.filter(i=>i.indexOf(!1)===-1),this.isWindows)for(let i=0;i<this.set.length;i++){const s=this.set[i];s[0]===""&&s[1]===""&&this.globParts[i][2]==="?"&&typeof s[3]=="string"&&/^[a-z]:$/i.test(s[3])&&(s[2]="?")}this.debug(this.pattern,this.set)}preprocess(t){if(this.options.noglobstar)for(let n=0;n<t.length;n++)for(let o=0;o<t[n].length;o++)t[n][o]==="**"&&(t[n][o]="*");const{optimizationLevel:r=1}=this.options;return r>=2?(t=this.firstPhasePreProcess(t),t=this.secondPhasePreProcess(t)):t=r>=1?this.levelOneOptimize(t):this.adjascentGlobstarOptimize(t),t}adjascentGlobstarOptimize(t){return t.map(r=>{let n=-1;for(;(n=r.indexOf("**",n+1))!==-1;){let o=n;for(;r[o+1]==="**";)o++;o!==n&&r.splice(n,o-n)}return r})}levelOneOptimize(t){return t.map(r=>(r=r.reduce((n,o)=>{const i=n[n.length-1];return o==="**"&&i==="**"?n:o===".."&&i&&i!==".."&&i!=="."&&i!=="**"?(n.pop(),n):(n.push(o),n)},[])).length===0?[""]:r)}levelTwoFileOptimize(t){Array.isArray(t)||(t=this.slashSplit(t));let r=!1;do{if(r=!1,!this.preserveMultipleSlashes){for(let o=1;o<t.length-1;o++){const i=t[o];o===1&&i===""&&t[0]===""||i!=="."&&i!==""||(r=!0,t.splice(o,1),o--)}t[0]!=="."||t.length!==2||t[1]!=="."&&t[1]!==""||(r=!0,t.pop())}let n=0;for(;(n=t.indexOf("..",n+1))!==-1;){const o=t[n-1];o&&o!=="."&&o!==".."&&o!=="**"&&(r=!0,t.splice(n-1,2),n-=2)}}while(r);return t.length===0?[""]:t}firstPhasePreProcess(t){let r=!1;do{r=!1;for(let n of t){let o=-1;for(;(o=n.indexOf("**",o+1))!==-1;){let s=o;for(;n[s+1]==="**";)s++;s>o&&n.splice(o+1,s-o);let l=n[o+1];const c=n[o+2],u=n[o+3];if(l!==".."||!c||c==="."||c===".."||!u||u==="."||u==="..")continue;r=!0,n.splice(o,1);const a=n.slice(0);a[o]="**",t.push(a),o--}if(!this.preserveMultipleSlashes){for(let s=1;s<n.length-1;s++){const l=n[s];s===1&&l===""&&n[0]===""||l!=="."&&l!==""||(r=!0,n.splice(s,1),s--)}n[0]!=="."||n.length!==2||n[1]!=="."&&n[1]!==""||(r=!0,n.pop())}let i=0;for(;(i=n.indexOf("..",i+1))!==-1;){const s=n[i-1];if(s&&s!=="."&&s!==".."&&s!=="**"){r=!0;const l=i===1&&n[i+1]==="**"?["."]:[];n.splice(i-1,2,...l),n.length===0&&n.push(""),i-=2}}}}while(r);return t}secondPhasePreProcess(t){for(let r=0;r<t.length-1;r++)for(let n=r+1;n<t.length;n++){const o=this.partsMatch(t[r],t[n],!this.preserveMultipleSlashes);if(o){t[r]=[],t[n]=o;break}}return t.filter(r=>r.length)}partsMatch(t,r){let n=arguments.length>2&&arguments[2]!==void 0&&arguments[2],o=0,i=0,s=[],l="";for(;o<t.length&&i<r.length;)if(t[o]===r[i])s.push(l==="b"?r[i]:t[o]),o++,i++;else if(n&&t[o]==="**"&&r[i]===t[o+1])s.push(t[o]),o++;else if(n&&r[i]==="**"&&t[o]===r[i+1])s.push(r[i]),i++;else if(t[o]!=="*"||!r[i]||!this.options.dot&&r[i].startsWith(".")||r[i]==="**"){if(r[i]!=="*"||!t[o]||!this.options.dot&&t[o].startsWith(".")||t[o]==="**"||l==="a")return!1;l="b",s.push(r[i]),o++,i++}else{if(l==="b")return!1;l="a",s.push(t[o]),o++,i++}return t.length===r.length&&s}parseNegate(){if(this.nonegate)return;const t=this.pattern;let r=!1,n=0;for(let o=0;o<t.length&&t.charAt(o)==="!";o++)r=!r,n++;n&&(this.pattern=t.slice(n)),this.negate=r}matchOne(t,r){let n=arguments.length>2&&arguments[2]!==void 0&&arguments[2];const o=this.options;if(this.isWindows){const w=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),R=!w&&t[0]===""&&t[1]===""&&t[2]==="?"&&/^[a-z]:$/i.test(t[3]),S=typeof r[0]=="string"&&/^[a-z]:$/i.test(r[0]),m=R?3:w?0:void 0,g=!S&&r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3])?3:S?0:void 0;if(typeof m=="number"&&typeof g=="number"){const[v,T]=[t[m],r[g]];v.toLowerCase()===T.toLowerCase()&&(r[g]=v,g>m?r=r.slice(g):m>g&&(t=t.slice(m)))}}const{optimizationLevel:i=1}=this.options;i>=2&&(t=this.levelTwoFileOptimize(t)),this.debug("matchOne",this,{file:t,pattern:r}),this.debug("matchOne",t.length,r.length);for(var s=0,l=0,c=t.length,u=r.length;s<c&&l<u;s++,l++){this.debug("matchOne loop");var a=r[l],f=t[s];if(this.debug(r,a,f),a===!1)return!1;if(a===Lr){this.debug("GLOBSTAR",[r,a,f]);var d=s,b=l+1;if(b===u){for(this.debug("** at the end");s<c;s++)if(t[s]==="."||t[s]===".."||!o.dot&&t[s].charAt(0)===".")return!1;return!0}for(;d<c;){var E=t[d];if(this.debug(`
|
|
48
|
-
globstar while`,t,d,
|
|
49
|
-
>>> no match, partial?`,t,d,r,b),d!==c))}let w;if(typeof a=="string"?(w=f===a,this.debug("string match",a,f,w)):(w=a.test(f),this.debug("pattern match",a,f,w)),!w)return!1}if(s===c&&l===u)return!0;if(s===c)return n;if(l===u)return s===c-1&&t[s]==="";throw new Error("wtf?")}braceExpand(){return by(this.pattern,this.options)}parse(t){$s(t);const r=this.options;if(t==="**")return Lr;if(t==="")return"";let n,o=null;(n=t.match(w_))?o=r.dot?E_:S_:(n=t.match(u_))?o=(r.nocase?r.dot?h_:p_:r.dot?d_:f_)(n[1]):(n=t.match(T_))?o=(r.nocase?r.dot?R_:A_:r.dot?__:I_)(n):(n=t.match(g_))?o=r.dot?y_:m_:(n=t.match(b_))&&(o=v_);const i=Ds.fromGlob(t,this.options).toMMPattern();return o&&typeof i=="object"&&Reflect.defineProperty(i,"test",{value:o}),i}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;const t=this.set;if(!t.length)return this.regexp=!1,this.regexp;const r=this.options,n=r.noglobstar?"[^/]*?":r.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",o=new Set(r.nocase?["i"]:[]);let i=t.map(c=>{const u=c.map(a=>{if(a instanceof RegExp)for(const f of a.flags.split(""))o.add(f);return typeof a=="string"?a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):a===Lr?Lr:a._src});return u.forEach((a,f)=>{const d=u[f+1],b=u[f-1];a===Lr&&b!==Lr&&(b===void 0?d!==void 0&&d!==Lr?u[f+1]="(?:\\/|"+n+"\\/)?"+d:u[f]=n:d===void 0?u[f-1]=b+"(?:\\/|"+n+")?":d!==Lr&&(u[f-1]=b+"(?:\\/|\\/"+n+"\\/)"+d,u[f+1]=Lr))}),u.filter(a=>a!==Lr).join("/")}).join("|");const[s,l]=t.length>1?["(?:",")"]:["",""];i="^"+s+i+l+"$",this.negate&&(i="^(?!"+i+").+$");try{this.regexp=new RegExp(i,[...o].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(t){return this.preserveMultipleSlashes?t.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(t)?["",...t.split(/\/+/)]:t.split(/\/+/)}match(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.partial;if(this.debug("match",t,this.pattern),this.comment)return!1;if(this.empty)return t==="";if(t==="/"&&r)return!0;const n=this.options;this.isWindows&&(t=t.split("\\").join("/"));const o=this.slashSplit(t);this.debug(this.pattern,"split",o);const i=this.set;this.debug(this.pattern,"set",i);let s=o[o.length-1];if(!s)for(let l=o.length-2;!s&&l>=0;l--)s=o[l];for(let l=0;l<i.length;l++){const c=i[l];let u=o;if(n.matchBase&&c.length===1&&(u=[s]),this.matchOne(u,c,r))return!!n.flipNegate||!this.negate}return!n.flipNegate&&this.negate}static defaults(t){return sr.defaults(t).Minimatch}}function Vu(e){const t=new Error(`${arguments.length>1&&arguments[1]!==void 0?arguments[1]:""}Invalid response: ${e.status} ${e.statusText}`);return t.status=e.status,t.response=e,t}function Ht(e,t){const{status:r}=t;if(r===401&&e.digest)return t;if(r>=400)throw Vu(t);return t}function ei(e,t){return arguments.length>2&&arguments[2]!==void 0&&arguments[2]?{data:t,headers:e.headers?ZR(e.headers):{},status:e.status,statusText:e.statusText}:t}sr.AST=Ds,sr.Minimatch=Ls,sr.escape=function(e){let{windowsPathsNoEscape:t=!1}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&")},sr.unescape=wo;const C_=(wy=function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:It(e.remoteURL,_t(t)),method:"COPY",headers:{Destination:It(e.remoteURL,_t(r)),Overwrite:n.overwrite===!1?"F":"T",Depth:n.shallow?"0":"infinity"}},e,n);return s=function(l){Ht(e,l)},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s},function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{return Promise.resolve(wy.apply(this,e))}catch(r){return Promise.reject(r)}});var wy,zu=ft(635),F_=ft(829),vn=ft.n(F_),ki=function(e){return e.Array="array",e.Object="object",e.Original="original",e}(ki||{});function Bs(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ki.Original;const n=vn().get(e,t);return r==="array"&&Array.isArray(n)===!1?[n]:r==="object"&&Array.isArray(n)?n[0]:n}function So(e){return new Promise(t=>{t(function(r){const{multistatus:n}=r;if(n==="")return{multistatus:{response:[]}};if(!n)throw new Error("Invalid response: No root multistatus found");const o={multistatus:Array.isArray(n)?n[0]:n};return vn().set(o,"multistatus.response",Bs(o,"multistatus.response",ki.Array)),vn().set(o,"multistatus.response",vn().get(o,"multistatus.response").map(i=>function(s){const l=Object.assign({},s);return l.status?vn().set(l,"status",Bs(l,"status",ki.Object)):(vn().set(l,"propstat",Bs(l,"propstat",ki.Object)),vn().set(l,"propstat.prop",Bs(l,"propstat.prop",ki.Object))),l}(i))),o}(new zu.XMLParser({allowBooleanAttributes:!0,attributeNamePrefix:"",textNodeName:"text",ignoreAttributes:!1,removeNSPrefix:!0,numberParseOptions:{hex:!0,leadingZeros:!1},attributeValueProcessor:(r,n,o)=>n==="true"||n==="false"?n==="true":n,tagValueProcessor(r,n,o){if(!o.endsWith("propstat.prop.displayname"))return n}}).parse(e)))})}function Ms(e,t){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2];const{getlastmodified:n=null,getcontentlength:o="0",resourcetype:i=null,getcontenttype:s=null,getetag:l=null}=e,c=i&&typeof i=="object"&&i.collection!==void 0?"directory":"file",u={filename:t,basename:xs().basename(t),lastmod:n,size:parseInt(o,10),type:c,etag:typeof l=="string"?l.replace(/"/g,""):null};return c==="file"&&(u.mime=s&&typeof s=="string"?s.split(";")[0]:""),r&&(e.displayname!==void 0&&(e.displayname=String(e.displayname)),u.props=e),u}function Sy(e,t){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2],n=null;try{e.multistatus.response[0].propstat&&(n=e.multistatus.response[0])}catch{}if(!n)throw new Error("Failed getting item stat: bad response");const{propstat:{prop:o,status:i}}=n,[s,l,c]=i.split(" ",3),u=parseInt(l,10);if(u>=400){const a=new Error(`Invalid response: ${u} ${c}`);throw a.status=u,a}return Ms(o,yo(t),r)}function Ey(e){switch(String(e)){case"-3":return"unlimited";case"-2":case"-1":return"unknown";default:return parseInt(String(e),10)}}function Wu(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const Hu=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{details:n=!1}=r,o=Wt({url:It(e.remoteURL,_t(t)),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:"0"}},e,r);return Wu(zt(o,e),function(i){return Ht(e,i),Wu(i.text(),function(s){return Wu(So(s),function(l){const c=Sy(l,t,n);return ei(i,c,n)})})})});function Ty(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const P_=Ay(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=function(i){if(!i||i==="/")return[];let s=i;const l=[];do l.push(s),s=xs().dirname(s);while(s&&s!=="/");return l}(yo(t));n.sort((i,s)=>i.length>s.length?1:s.length>i.length?-1:0);let o=!1;return function(i,s,l){if(typeof i[_y]=="function"){let w=function(R){try{for(;!(c=f.next()).done;)if((R=s(c.value))&&R.then){if(!Iy(R))return void R.then(w,a||(a=gr.bind(null,u=new Ni,2)));R=R.v}u?gr(u,1,R):u=R}catch(S){gr(u||(u=new Ni),2,S)}};var c,u,a,f=i[_y]();if(w(),f.return){var d=function(R){try{c.done||f.return()}catch{}return R};if(u&&u.then)return u.then(d,function(R){throw d(R)});d()}return u}if(!("length"in i))throw new TypeError("Object is not iterable");for(var b=[],E=0;E<i.length;E++)b.push(i[E]);return function(w,R,S){var m,g,v=-1;return function T(A){try{for(;++v<w.length&&(!S||!S());)if((A=R(v))&&A.then){if(!Iy(A))return void A.then(T,g||(g=gr.bind(null,m=new Ni,2)));A=A.v}m?gr(m,1,A):m=A}catch(F){gr(m||(m=new Ni),2,F)}}(),m}(b,function(w){return s(b[w])},l)}(n,function(i){return s=function(){return function(c,u){try{var a=Ty(Hu(e,i),function(f){if(f.type!=="directory")throw new Error(`Path includes a file: ${t}`)})}catch(f){return u(f)}return a&&a.then?a.then(void 0,u):a}(0,function(c){const u=c;return function(){if(u.status===404)return o=!0,Ry(Gu(e,i,{...r,recursive:!1}));throw c}()})},(l=function(){if(o)return Ry(Gu(e,i,{...r,recursive:!1}))}())&&l.then?l.then(s):s();var s,l},function(){return!1})});function Ay(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}function x_(){}function Ry(e,t){return e&&e.then?e.then(x_):Promise.resolve()}const _y=typeof Symbol<"u"?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function gr(e,t,r){if(!e.s){if(r instanceof Ni){if(!r.s)return void(r.o=gr.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(gr.bind(null,e,t),gr.bind(null,e,2));e.s=t,e.v=r;const n=e.o;n&&n(e)}}const Ni=function(){function e(){}return e.prototype.then=function(t,r){const n=new e,o=this.s;if(o){const i=1&o?t:r;if(i){try{gr(n,1,i(this.v))}catch(s){gr(n,2,s)}return n}return this}return this.o=function(i){try{const s=i.v;1&i.s?gr(n,1,t?t(s):s):r?gr(n,1,r(s)):gr(n,2,s)}catch(s){gr(n,2,s)}},n},e}();function Iy(e){return e instanceof Ni&&1&e.s}const Gu=Ay(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(r.recursive===!0)return P_(e,t,r);const n=Wt({url:It(e.remoteURL,(o=_t(t),o.endsWith("/")?o:o+"/")),method:"MKCOL"},e,r);var o;return Ty(zt(n,e),function(i){Ht(e,i)})});var O_=ft(388),Cy=ft.n(O_);const k_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n={};if(typeof r.range=="object"&&typeof r.range.start=="number"){let l=`bytes=${r.range.start}-`;typeof r.range.end=="number"&&(l=`${l}${r.range.end}`),n.Range=l}const o=Wt({url:It(e.remoteURL,_t(t)),method:"GET",headers:n},e,r);return s=function(l){if(Ht(e,l),n.Range&&l.status!==206){const c=new Error(`Invalid response code for partial request: ${l.status}`);throw c.status=l.status,c}return r.callback&&setTimeout(()=>{r.callback(l)},0),l.body},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s}),N_=()=>{},$_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t,r){r.url||(r.url=It(e.remoteURL,_t(t)));const n=Wt(r,e,{});return i=function(s){return Ht(e,s),s},(o=zt(n,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i}),D_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=Wt({url:It(e.remoteURL,_t(t)),method:"DELETE"},e,r);return i=function(s){Ht(e,s)},(o=zt(n,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i}),L_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return function(n,o){try{var i=(s=Hu(e,t,r),l=function(){return!0},c?l?l(s):s:(s&&s.then||(s=Promise.resolve(s)),l?s.then(l):s))}catch(u){return o(u)}var s,l,c;return i&&i.then?i.then(void 0,o):i}(0,function(n){if(n.status===404)return!1;throw n})});function Ku(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const B_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=Wt({url:It(e.remoteURL,_t(t),"/"),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:r.deep?"infinity":"1"}},e,r);return Ku(zt(n,e),function(o){return Ht(e,o),Ku(o.text(),function(i){if(!i)throw new Error("Failed parsing directory contents: Empty response");return Ku(So(i),function(s){const l=Ym(t);let c=function(u,a,f){let d=arguments.length>3&&arguments[3]!==void 0&&arguments[3],b=arguments.length>4&&arguments[4]!==void 0&&arguments[4];const E=xs().join(a,"/"),{multistatus:{response:w}}=u,R=w.map(S=>{const m=function(v){try{return v.replace(/^https?:\/\/[^\/]+/,"")}catch(T){throw new pr(T,"Failed normalising HREF")}}(S.href),{propstat:{prop:g}}=S;return Ms(g,E==="/"?decodeURIComponent(yo(m)):yo(xs().relative(decodeURIComponent(E),decodeURIComponent(m))),d)});return b?R:R.filter(S=>S.basename&&(S.type==="file"||S.filename!==f.replace(/\/$/,"")))}(s,Ym(e.remoteBasePath||e.remotePath),l,r.details,r.includeSelf);return r.glob&&(c=function(u,a){return u.filter(f=>sr(f.filename,a,{matchBase:!0}))}(c,r.glob)),ei(o,c,r.details)})})})});function Qu(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}const M_=Qu(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=Wt({url:It(e.remoteURL,_t(t)),method:"GET",headers:{Accept:"text/plain"},transformResponse:[q_]},e,r);return js(zt(n,e),function(o){return Ht(e,o),js(o.text(),function(i){return ei(o,i,r.details)})})});function js(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const j_=Qu(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=Wt({url:It(e.remoteURL,_t(t)),method:"GET"},e,r);return js(zt(n,e),function(o){let i;return Ht(e,o),function(s,l){var c=s();return c&&c.then?c.then(l):l()}(function(){return js(o.arrayBuffer(),function(s){i=s})},function(){return ei(o,i,r.details)})})}),U_=Qu(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{format:n="binary"}=r;if(n!=="binary"&&n!=="text")throw new pr({info:{code:bn.InvalidOutputFormat}},`Invalid output format: ${n}`);return n==="text"?M_(e,t,r):j_(e,t,r)}),q_=e=>e;function V_(e){return new zu.XMLBuilder({attributeNamePrefix:"@_",format:!0,ignoreAttributes:!1,suppressEmptyNode:!0}).build(Fy({lockinfo:{"@_xmlns:d":"DAV:",lockscope:{exclusive:{}},locktype:{write:{}},owner:{href:e}}},"d"))}function Fy(e,t){const r={...e};for(const n in r)r.hasOwnProperty(n)&&(r[n]&&typeof r[n]=="object"&&n.indexOf(":")===-1?(r[`${t}:${n}`]=Fy(r[n],t),delete r[n]):/^@_/.test(n)===!1&&(r[`${t}:${n}`]=r[n],delete r[n]));return r}function Xu(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}function Py(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}const z_=Py(function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:It(e.remoteURL,_t(t)),method:"UNLOCK",headers:{"Lock-Token":r}},e,n);return Xu(zt(o,e),function(i){if(Ht(e,i),i.status!==204&&i.status!==200)throw Vu(i)})}),W_=Py(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{refreshToken:n,timeout:o=H_}=r,i={Accept:"text/plain,application/xml",Timeout:o};n&&(i.If=n);const s=Wt({url:It(e.remoteURL,_t(t)),method:"LOCK",headers:i,data:V_(e.contactHref)},e,r);return Xu(zt(s,e),function(l){return Ht(e,l),Xu(l.text(),function(c){const u=(d=c,new zu.XMLParser({removeNSPrefix:!0,parseAttributeValue:!0,parseTagValue:!0}).parse(d)),a=vn().get(u,"prop.lockdiscovery.activelock.locktoken.href"),f=vn().get(u,"prop.lockdiscovery.activelock.timeout");var d;if(!a)throw Vu(l,"No lock token received: ");return{token:a,serverTimeout:f}})})}),H_="Infinite, Second-4100000000";function Yu(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const G_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=t.path||"/",n=Wt({url:It(e.remoteURL,r),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:"0"}},e,t);return Yu(zt(n,e),function(o){return Ht(e,o),Yu(o.text(),function(i){return Yu(So(i),function(s){const l=function(c){try{const[u]=c.multistatus.response,{propstat:{prop:{"quota-used-bytes":a,"quota-available-bytes":f}}}=u;return a!==void 0&&f!==void 0?{used:parseInt(String(a),10),available:Ey(f)}:null}catch{}return null}(s);return ei(o,l,t.details)})})})});function Ju(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const K_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{details:n=!1}=r,o=Wt({url:It(e.remoteURL,_t(t)),method:"SEARCH",headers:{Accept:"text/plain,application/xml","Content-Type":e.headers["Content-Type"]||"application/xml; charset=utf-8"}},e,r);return Ju(zt(o,e),function(i){return Ht(e,i),Ju(i.text(),function(s){return Ju(So(s),function(l){const c=function(u,a,f){const d={truncated:!1,results:[]};return d.truncated=u.multistatus.response.some(b=>{var E,w;return((w=(b.status||((E=b.propstat)==null?void 0:E.status)).split(" ",3))==null?void 0:w[1])==="507"&&b.href.replace(/\/$/,"").endsWith(_t(a).replace(/\/$/,""))}),u.multistatus.response.forEach(b=>{if(b.propstat===void 0)return;const E=b.href.split("/").map(decodeURIComponent).join("/");d.results.push(Ms(b.propstat.prop,E,f))}),d}(l,t,n);return ei(i,c,n)})})})}),Q_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:It(e.remoteURL,_t(t)),method:"MOVE",headers:{Destination:It(e.remoteURL,_t(r)),Overwrite:n.overwrite===!1?"F":"T"}},e,n);return s=function(l){Ht(e,l)},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s});var X_=ft(172);const Y_=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t,r){let n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const{contentLength:o=!0,overwrite:i=!0}=n,s={"Content-Type":"application/octet-stream"};o===!1||(s["Content-Length"]=typeof o=="number"?`${o}`:`${function(a){if(ly(a))return a.byteLength;if(cy(a))return a.length;if(typeof a=="string")return(0,X_.d)(a);throw new pr({info:{code:bn.DataTypeNoLength}},"Cannot calculate data length: Invalid type")}(r)}`),i||(s["If-None-Match"]="*");const l=Wt({url:It(e.remoteURL,_t(t)),method:"PUT",headers:s,data:r},e,n);return u=function(a){try{Ht(e,a)}catch(f){const d=f;if(d.status!==412||i)throw d;return!1}return!0},(c=zt(l,e))&&c.then||(c=Promise.resolve(c)),u?c.then(u):c;var c,u}),xy=function(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}(function(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const n=Wt({url:It(e.remoteURL,_t(t)),method:"OPTIONS"},e,r);return i=function(s){try{Ht(e,s)}catch(l){throw l}return{compliance:(s.headers.get("DAV")??"").split(",").map(l=>l.trim()),server:s.headers.get("Server")??""}},(o=zt(n,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i});function Eo(e,t,r){return r?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const J_=Zu(function(e,t,r,n,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(r>n||r<0)throw new pr({info:{code:bn.InvalidUpdateRange}},`Invalid update range ${r} for partial update`);const s={"Content-Type":"application/octet-stream","Content-Length":""+(n-r+1),"Content-Range":`bytes ${r}-${n}/*`},l=Wt({url:It(e.remoteURL,_t(t)),method:"PUT",headers:s,data:o},e,i);return Eo(zt(l,e),function(c){Ht(e,c)})});function Oy(e,t){var r=e();return r&&r.then?r.then(t):t(r)}const Z_=Zu(function(e,t,r,n,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(r>n||r<0)throw new pr({info:{code:bn.InvalidUpdateRange}},`Invalid update range ${r} for partial update`);const s={"Content-Type":"application/x-sabredav-partialupdate","Content-Length":""+(n-r+1),"X-Update-Range":`bytes=${r}-${n}`},l=Wt({url:It(e.remoteURL,_t(t)),method:"PATCH",headers:s,data:o},e,i);return Eo(zt(l,e),function(c){Ht(e,c)})});function Zu(e){return function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];try{return Promise.resolve(e.apply(this,t))}catch(n){return Promise.reject(n)}}}const eI=Zu(function(e,t,r,n,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return Eo(xy(e,t,i),function(s){let l=!1;return Oy(function(){if(s.compliance.includes("sabredav-partialupdate"))return Eo(Z_(e,t,r,n,o,i),function(c){return l=!0,c})},function(c){let u=!1;return l?c:Oy(function(){if(s.server.includes("Apache")&&s.compliance.includes("<http://apache.org/dav/propset/fs/1>"))return Eo(J_(e,t,r,n,o,i),function(a){return u=!0,a})},function(a){if(u)return a;throw new pr({info:{code:bn.NotSupported}},"Not supported")})})})}),tI="https://github.com/perry-mitchell/webdav-client/blob/master/LOCK_CONTACT.md";function rI(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{authType:r=null,remoteBasePath:n,contactHref:o=tI,ha1:i,headers:s={},httpAgent:l,httpsAgent:c,password:u,token:a,username:f,withCredentials:d}=t;let b=r;b||(b=f||u?hr.Password:hr.None);const E={authType:b,remoteBasePath:n,contactHref:o,ha1:i,headers:Object.assign({},s),httpAgent:l,httpsAgent:c,password:u,remotePath:zR(e),remoteURL:e,token:a,username:f,withCredentials:d};return ny(E,f,u,a,i),{copyFile:(w,R,S)=>C_(E,w,R,S),createDirectory:(w,R)=>Gu(E,w,R),createReadStream:(w,R)=>function(S,m){let g=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const v=new(Cy()).PassThrough;return k_(S,m,g).then(T=>{T.pipe(v)}).catch(T=>{v.emit("error",T)}),v}(E,w,R),createWriteStream:(w,R,S)=>function(m,g){let v=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},T=arguments.length>3&&arguments[3]!==void 0?arguments[3]:N_;const A=new(Cy()).PassThrough,F={};v.overwrite===!1&&(F["If-None-Match"]="*");const C=Wt({url:It(m.remoteURL,_t(g)),method:"PUT",headers:F,data:A,maxRedirects:0},m,v);return zt(C,m).then(I=>Ht(m,I)).then(I=>{setTimeout(()=>{T(I)},0)}).catch(I=>{A.emit("error",I)}),A}(E,w,R,S),customRequest:(w,R)=>$_(E,w,R),deleteFile:(w,R)=>D_(E,w,R),exists:(w,R)=>L_(E,w,R),getDirectoryContents:(w,R)=>B_(E,w,R),getFileContents:(w,R)=>U_(E,w,R),getFileDownloadLink:w=>function(R,S){let m=It(R.remoteURL,_t(S));const g=/^https:/i.test(m)?"https":"http";switch(R.authType){case hr.None:break;case hr.Password:{const v=ty(R.headers.Authorization.replace(/^Basic /i,"").trim());m=m.replace(/^https?:\/\//,`${g}://${v}@`);break}default:throw new pr({info:{code:bn.LinkUnsupportedAuthType}},`Unsupported auth type for file link: ${R.authType}`)}return m}(E,w),getFileUploadLink:w=>function(R,S){let m=`${It(R.remoteURL,_t(S))}?Content-Type=application/octet-stream`;const g=/^https:/i.test(m)?"https":"http";switch(R.authType){case hr.None:break;case hr.Password:{const v=ty(R.headers.Authorization.replace(/^Basic /i,"").trim());m=m.replace(/^https?:\/\//,`${g}://${v}@`);break}default:throw new pr({info:{code:bn.LinkUnsupportedAuthType}},`Unsupported auth type for file link: ${R.authType}`)}return m}(E,w),getHeaders:()=>Object.assign({},E.headers),getQuota:w=>G_(E,w),lock:(w,R)=>W_(E,w,R),moveFile:(w,R,S)=>Q_(E,w,R,S),putFileContents:(w,R,S)=>Y_(E,w,R,S),partialUpdateFileContents:(w,R,S,m,g)=>eI(E,w,R,S,m,g),getDAVCompliance:w=>xy(E,w),search:(w,R)=>K_(E,w,R),setHeaders:w=>{E.headers=Object.assign({},w)},stat:(w,R)=>Hu(E,w,R),unlock:(w,R,S)=>z_(E,w,R,S)}}Dr.hT,Dr.O4,Dr.Kd,Dr.YK,Dr.UU,Dr.Gu,Dr.ky,Dr.h4,Dr.ch,Dr.hq,Dr.i5;var ef={},tf={},ky;function rf(){return ky||(ky=1,function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",r=t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",n="["+t+"]["+r+"]*",o=new RegExp("^"+n+"$"),i=function(l,c){const u=[];let a=c.exec(l);for(;a;){const f=[];f.startIndex=c.lastIndex-a[0].length;const d=a.length;for(let b=0;b<d;b++)f.push(a[b]);u.push(f),a=c.exec(l)}return u},s=function(l){const c=o.exec(l);return!(c===null||typeof c>"u")};e.isExist=function(l){return typeof l<"u"},e.isEmptyObject=function(l){return Object.keys(l).length===0},e.merge=function(l,c,u){if(c){const a=Object.keys(c),f=a.length;for(let d=0;d<f;d++)u==="strict"?l[a[d]]=[c[a[d]]]:l[a[d]]=c[a[d]]}},e.getValue=function(l){return e.isExist(l)?l:""},e.isName=s,e.getAllMatches=i,e.nameRegexp=n}(tf)),tf}var Ny;function $y(){if(Ny)return ef;Ny=1;const e=rf(),t={allowBooleanAttributes:!1,unpairedTags:[]};ef.validate=function(S,m){m=Object.assign({},t,m);const g=[];let v=!1,T=!1;S[0]==="\uFEFF"&&(S=S.substr(1));for(let A=0;A<S.length;A++)if(S[A]==="<"&&S[A+1]==="?"){if(A+=2,A=n(S,A),A.err)return A}else if(S[A]==="<"){let F=A;if(A++,S[A]==="!"){A=o(S,A);continue}else{let C=!1;S[A]==="/"&&(C=!0,A++);let I="";for(;A<S.length&&S[A]!==">"&&S[A]!==" "&&S[A]!==" "&&S[A]!==`
|
|
50
|
-
`&&
|
|
51
|
-
`||
|
|
52
|
-
`);const
|
|
53
|
-
`;function t(
|
|
39
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function a(l,f,d,m){const w=this.j2x(l,d+1,m.concat(f));return l[this.options.textNodeName]!==void 0&&Object.keys(l).length===1?this.buildTextValNode(l[this.options.textNodeName],f,w.attrStr,d):this.buildObjectNode(w.val,f,w.attrStr,d)}function c(l){return this.options.indentBy.repeat(l)}function u(l){return!(!l.startsWith(this.options.attributeNamePrefix)||l===this.options.textNodeName)&&l.substr(this.attrPrefixLen)}s.prototype.build=function(l){return this.options.preserveOrder?r(l,this.options):(Array.isArray(l)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(l={[this.options.arrayNodeName]:l}),this.j2x(l,0,[]).val)},s.prototype.j2x=function(l,f,d){let m="",w="";const v=d.join(".");for(let T in l)if(Object.prototype.hasOwnProperty.call(l,T))if(l[T]===void 0)this.isAttribute(T)&&(w+="");else if(l[T]===null)this.isAttribute(T)?w+="":T[0]==="?"?w+=this.indentate(f)+"<"+T+"?"+this.tagEndChar:w+=this.indentate(f)+"<"+T+"/"+this.tagEndChar;else if(l[T]instanceof Date)w+=this.buildTextValNode(l[T],T,"",f);else if(typeof l[T]!="object"){const b=this.isAttribute(T);if(b&&!this.ignoreAttributesFn(b,v))m+=this.buildAttrPairStr(b,""+l[T]);else if(!b)if(T===this.options.textNodeName){let g=this.options.tagValueProcessor(T,""+l[T]);w+=this.replaceEntitiesValue(g)}else w+=this.buildTextValNode(l[T],T,"",f)}else if(Array.isArray(l[T])){const b=l[T].length;let g="",h="";for(let y=0;y<b;y++){const S=l[T][y];if(S!==void 0)if(S===null)T[0]==="?"?w+=this.indentate(f)+"<"+T+"?"+this.tagEndChar:w+=this.indentate(f)+"<"+T+"/"+this.tagEndChar;else if(typeof S=="object")if(this.options.oneListGroup){const E=this.j2x(S,f+1,d.concat(T));g+=E.val,this.options.attributesGroupName&&S.hasOwnProperty(this.options.attributesGroupName)&&(h+=E.attrStr)}else g+=this.processTextOrObjNode(S,T,f,d);else if(this.options.oneListGroup){let E=this.options.tagValueProcessor(T,S);E=this.replaceEntitiesValue(E),g+=E}else g+=this.buildTextValNode(S,T,"",f)}this.options.oneListGroup&&(g=this.buildObjectNode(g,T,h,f)),w+=g}else if(this.options.attributesGroupName&&T===this.options.attributesGroupName){const b=Object.keys(l[T]),g=b.length;for(let h=0;h<g;h++)m+=this.buildAttrPairStr(b[h],""+l[T][b[h]])}else w+=this.processTextOrObjNode(l[T],T,f,d);return{attrStr:m,val:w}},s.prototype.buildAttrPairStr=function(l,f){return f=this.options.attributeValueProcessor(l,""+f),f=this.replaceEntitiesValue(f),this.options.suppressBooleanAttributes&&f==="true"?" "+l:" "+l+'="'+f+'"'},s.prototype.buildObjectNode=function(l,f,d,m){if(l==="")return f[0]==="?"?this.indentate(m)+"<"+f+d+"?"+this.tagEndChar:this.indentate(m)+"<"+f+d+this.closeTag(f)+this.tagEndChar;{let w="</"+f+this.tagEndChar,v="";return f[0]==="?"&&(v="?",w=""),!d&&d!==""||l.indexOf("<")!==-1?this.options.commentPropName!==!1&&f===this.options.commentPropName&&v.length===0?this.indentate(m)+`<!--${l}-->`+this.newLine:this.indentate(m)+"<"+f+d+v+this.tagEndChar+l+this.indentate(m)+w:this.indentate(m)+"<"+f+d+v+">"+l+w}},s.prototype.closeTag=function(l){let f="";return this.options.unpairedTags.indexOf(l)!==-1?this.options.suppressUnpairedNode||(f="/"):f=this.options.suppressEmptyNode?"/":`></${l}`,f},s.prototype.buildTextValNode=function(l,f,d,m){if(this.options.cdataPropName!==!1&&f===this.options.cdataPropName)return this.indentate(m)+`<![CDATA[${l}]]>`+this.newLine;if(this.options.commentPropName!==!1&&f===this.options.commentPropName)return this.indentate(m)+`<!--${l}-->`+this.newLine;if(f[0]==="?")return this.indentate(m)+"<"+f+d+"?"+this.tagEndChar;{let w=this.options.tagValueProcessor(f,l);return w=this.replaceEntitiesValue(w),w===""?this.indentate(m)+"<"+f+d+this.closeTag(f)+this.tagEndChar:this.indentate(m)+"<"+f+d+">"+w+"</"+f+this.tagEndChar}},s.prototype.replaceEntitiesValue=function(l){if(l&&l.length>0&&this.options.processEntities)for(let f=0;f<this.options.entities.length;f++){const d=this.options.entities[f];l=l.replace(d.regex,d.val)}return l},e.exports=s},87:e=>{function t(s,a,c,u){let l="",f=!1;for(let d=0;d<s.length;d++){const m=s[d],w=n(m);if(w===void 0)continue;let v="";if(v=c.length===0?w:`${c}.${w}`,w===a.textNodeName){let h=m[w];o(v,a)||(h=a.tagValueProcessor(w,h),h=i(h,a)),f&&(l+=u),l+=h,f=!1;continue}if(w===a.cdataPropName){f&&(l+=u),l+=`<![CDATA[${m[w][0][a.textNodeName]}]]>`,f=!1;continue}if(w===a.commentPropName){l+=u+`<!--${m[w][0][a.textNodeName]}-->`,f=!0;continue}if(w[0]==="?"){const h=r(m[":@"],a),y=w==="?xml"?"":u;let S=m[w][0][a.textNodeName];S=S.length!==0?" "+S:"",l+=y+`<${w}${S}${h}?>`,f=!0;continue}let T=u;T!==""&&(T+=a.indentBy);const b=u+`<${w}${r(m[":@"],a)}`,g=t(m[w],a,v,T);a.unpairedTags.indexOf(w)!==-1?a.suppressUnpairedNode?l+=b+">":l+=b+"/>":g&&g.length!==0||!a.suppressEmptyNode?g&&g.endsWith(">")?l+=b+`>${g}${u}</${w}>`:(l+=b+">",g&&u!==""&&(g.includes("/>")||g.includes("</"))?l+=u+a.indentBy+g+u:l+=g,l+=`</${w}>`):l+=b+"/>",f=!0}return l}function n(s){const a=Object.keys(s);for(let c=0;c<a.length;c++){const u=a[c];if(s.hasOwnProperty(u)&&u!==":@")return u}}function r(s,a){let c="";if(s&&!a.ignoreAttributes)for(let u in s){if(!s.hasOwnProperty(u))continue;let l=a.attributeValueProcessor(u,s[u]);l=i(l,a),l===!0&&a.suppressBooleanAttributes?c+=` ${u.substr(a.attributeNamePrefix.length)}`:c+=` ${u.substr(a.attributeNamePrefix.length)}="${l}"`}return c}function o(s,a){let c=(s=s.substr(0,s.length-a.textNodeName.length-1)).substr(s.lastIndexOf(".")+1);for(let u in a.stopNodes)if(a.stopNodes[u]===s||a.stopNodes[u]==="*."+c)return!0;return!1}function i(s,a){if(s&&s.length>0&&a.processEntities)for(let c=0;c<a.entities.length;c++){const u=a.entities[c];s=s.replace(u.regex,u.val)}return s}e.exports=function(s,a){let c="";return a.format&&a.indentBy.length>0&&(c=`
|
|
40
|
+
`),t(s,a,"",c)}},193:(e,t,n)=>{const r=n(705);function o(f,d){let m="";for(;d<f.length&&f[d]!=="'"&&f[d]!=='"';d++)m+=f[d];if(m=m.trim(),m.indexOf(" ")!==-1)throw new Error("External entites are not supported");const w=f[d++];let v="";for(;d<f.length&&f[d]!==w;d++)v+=f[d];return[m,v,d]}function i(f,d){return f[d+1]==="!"&&f[d+2]==="-"&&f[d+3]==="-"}function s(f,d){return f[d+1]==="!"&&f[d+2]==="E"&&f[d+3]==="N"&&f[d+4]==="T"&&f[d+5]==="I"&&f[d+6]==="T"&&f[d+7]==="Y"}function a(f,d){return f[d+1]==="!"&&f[d+2]==="E"&&f[d+3]==="L"&&f[d+4]==="E"&&f[d+5]==="M"&&f[d+6]==="E"&&f[d+7]==="N"&&f[d+8]==="T"}function c(f,d){return f[d+1]==="!"&&f[d+2]==="A"&&f[d+3]==="T"&&f[d+4]==="T"&&f[d+5]==="L"&&f[d+6]==="I"&&f[d+7]==="S"&&f[d+8]==="T"}function u(f,d){return f[d+1]==="!"&&f[d+2]==="N"&&f[d+3]==="O"&&f[d+4]==="T"&&f[d+5]==="A"&&f[d+6]==="T"&&f[d+7]==="I"&&f[d+8]==="O"&&f[d+9]==="N"}function l(f){if(r.isName(f))return f;throw new Error(`Invalid entity name ${f}`)}e.exports=function(f,d){const m={};if(f[d+3]!=="O"||f[d+4]!=="C"||f[d+5]!=="T"||f[d+6]!=="Y"||f[d+7]!=="P"||f[d+8]!=="E")throw new Error("Invalid Tag instead of DOCTYPE");{d+=9;let w=1,v=!1,T=!1,b="";for(;d<f.length;d++)if(f[d]!=="<"||T)if(f[d]===">"){if(T?f[d-1]==="-"&&f[d-2]==="-"&&(T=!1,w--):w--,w===0)break}else f[d]==="["?v=!0:b+=f[d];else{if(v&&s(f,d)){let g,h;d+=7,[g,h,d]=o(f,d+1),h.indexOf("&")===-1&&(m[l(g)]={regx:RegExp(`&${g};`,"g"),val:h})}else if(v&&a(f,d))d+=8;else if(v&&c(f,d))d+=8;else if(v&&u(f,d))d+=9;else{if(!i)throw new Error("Invalid DOCTYPE");T=!0}w++,b=""}if(w!==0)throw new Error("Unclosed DOCTYPE")}return{entities:m,i:d}}},63:(e,t)=>{const n={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(r,o){return o},attributeValueProcessor:function(r,o){return o},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(r,o,i){return r}};t.buildOptions=function(r){return Object.assign({},n,r)},t.defaultOptions=n},299:(e,t,n)=>{const r=n(705),o=n(365),i=n(193),s=n(494),a=n(118);function c(E){const R=Object.keys(E);for(let I=0;I<R.length;I++){const A=R[I];this.lastEntities[A]={regex:new RegExp("&"+A+";","g"),val:E[A]}}}function u(E,R,I,A,$,D,k){if(E!==void 0&&(this.options.trimValues&&!A&&(E=E.trim()),E.length>0)){k||(E=this.replaceEntitiesValue(E));const N=this.options.tagValueProcessor(R,E,I,$,D);return N==null?E:typeof N!=typeof E||N!==E?N:this.options.trimValues||E.trim()===E?S(E,this.options.parseTagValue,this.options.numberParseOptions):E}}function l(E){if(this.options.removeNSPrefix){const R=E.split(":"),I=E.charAt(0)==="/"?"/":"";if(R[0]==="xmlns")return"";R.length===2&&(E=I+R[1])}return E}const f=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function d(E,R,I){if(this.options.ignoreAttributes!==!0&&typeof E=="string"){const A=r.getAllMatches(E,f),$=A.length,D={};for(let k=0;k<$;k++){const N=this.resolveNameSpace(A[k][1]);if(this.ignoreAttributesFn(N,R))continue;let j=A[k][4],W=this.options.attributeNamePrefix+N;if(N.length)if(this.options.transformAttributeName&&(W=this.options.transformAttributeName(W)),W==="__proto__"&&(W="#__proto__"),j!==void 0){this.options.trimValues&&(j=j.trim()),j=this.replaceEntitiesValue(j);const X=this.options.attributeValueProcessor(N,j,R);D[W]=X==null?j:typeof X!=typeof j||X!==j?X:S(j,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(D[W]=!0)}if(!Object.keys(D).length)return;if(this.options.attributesGroupName){const k={};return k[this.options.attributesGroupName]=D,k}return D}}const m=function(E){E=E.replace(/\r\n?/g,`
|
|
41
|
+
`);const R=new o("!xml");let I=R,A="",$="";for(let D=0;D<E.length;D++)if(E[D]==="<")if(E[D+1]==="/"){const k=g(E,">",D,"Closing Tag is not closed.");let N=E.substring(D+2,k).trim();if(this.options.removeNSPrefix){const X=N.indexOf(":");X!==-1&&(N=N.substr(X+1))}this.options.transformTagName&&(N=this.options.transformTagName(N)),I&&(A=this.saveTextToParentTag(A,I,$));const j=$.substring($.lastIndexOf(".")+1);if(N&&this.options.unpairedTags.indexOf(N)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${N}>`);let W=0;j&&this.options.unpairedTags.indexOf(j)!==-1?(W=$.lastIndexOf(".",$.lastIndexOf(".")-1),this.tagsNodeStack.pop()):W=$.lastIndexOf("."),$=$.substring(0,W),I=this.tagsNodeStack.pop(),A="",D=k}else if(E[D+1]==="?"){let k=h(E,D,!1,"?>");if(!k)throw new Error("Pi Tag is not closed.");if(A=this.saveTextToParentTag(A,I,$),!(this.options.ignoreDeclaration&&k.tagName==="?xml"||this.options.ignorePiTags)){const N=new o(k.tagName);N.add(this.options.textNodeName,""),k.tagName!==k.tagExp&&k.attrExpPresent&&(N[":@"]=this.buildAttributesMap(k.tagExp,$,k.tagName)),this.addChild(I,N,$)}D=k.closeIndex+1}else if(E.substr(D+1,3)==="!--"){const k=g(E,"-->",D+4,"Comment is not closed.");if(this.options.commentPropName){const N=E.substring(D+4,k-2);A=this.saveTextToParentTag(A,I,$),I.add(this.options.commentPropName,[{[this.options.textNodeName]:N}])}D=k}else if(E.substr(D+1,2)==="!D"){const k=i(E,D);this.docTypeEntities=k.entities,D=k.i}else if(E.substr(D+1,2)==="!["){const k=g(E,"]]>",D,"CDATA is not closed.")-2,N=E.substring(D+9,k);A=this.saveTextToParentTag(A,I,$);let j=this.parseTextData(N,I.tagname,$,!0,!1,!0,!0);j==null&&(j=""),this.options.cdataPropName?I.add(this.options.cdataPropName,[{[this.options.textNodeName]:N}]):I.add(this.options.textNodeName,j),D=k+2}else{let k=h(E,D,this.options.removeNSPrefix),N=k.tagName;const j=k.rawTagName;let W=k.tagExp,X=k.attrExpPresent,ie=k.closeIndex;this.options.transformTagName&&(N=this.options.transformTagName(N)),I&&A&&I.tagname!=="!xml"&&(A=this.saveTextToParentTag(A,I,$,!1));const de=I;if(de&&this.options.unpairedTags.indexOf(de.tagname)!==-1&&(I=this.tagsNodeStack.pop(),$=$.substring(0,$.lastIndexOf("."))),N!==R.tagname&&($+=$?"."+N:N),this.isItStopNode(this.options.stopNodes,$,N)){let se="";if(W.length>0&&W.lastIndexOf("/")===W.length-1)N[N.length-1]==="/"?(N=N.substr(0,N.length-1),$=$.substr(0,$.length-1),W=N):W=W.substr(0,W.length-1),D=k.closeIndex;else if(this.options.unpairedTags.indexOf(N)!==-1)D=k.closeIndex;else{const Se=this.readStopNodeData(E,j,ie+1);if(!Se)throw new Error(`Unexpected end of ${j}`);D=Se.i,se=Se.tagContent}const we=new o(N);N!==W&&X&&(we[":@"]=this.buildAttributesMap(W,$,N)),se&&(se=this.parseTextData(se,N,$,!0,X,!0,!0)),$=$.substr(0,$.lastIndexOf(".")),we.add(this.options.textNodeName,se),this.addChild(I,we,$)}else{if(W.length>0&&W.lastIndexOf("/")===W.length-1){N[N.length-1]==="/"?(N=N.substr(0,N.length-1),$=$.substr(0,$.length-1),W=N):W=W.substr(0,W.length-1),this.options.transformTagName&&(N=this.options.transformTagName(N));const se=new o(N);N!==W&&X&&(se[":@"]=this.buildAttributesMap(W,$,N)),this.addChild(I,se,$),$=$.substr(0,$.lastIndexOf("."))}else{const se=new o(N);this.tagsNodeStack.push(I),N!==W&&X&&(se[":@"]=this.buildAttributesMap(W,$,N)),this.addChild(I,se,$),I=se}A="",D=ie}}else A+=E[D];return R.child};function w(E,R,I){const A=this.options.updateTag(R.tagname,I,R[":@"]);A===!1||(typeof A=="string"&&(R.tagname=A),E.addChild(R))}const v=function(E){if(this.options.processEntities){for(let R in this.docTypeEntities){const I=this.docTypeEntities[R];E=E.replace(I.regx,I.val)}for(let R in this.lastEntities){const I=this.lastEntities[R];E=E.replace(I.regex,I.val)}if(this.options.htmlEntities)for(let R in this.htmlEntities){const I=this.htmlEntities[R];E=E.replace(I.regex,I.val)}E=E.replace(this.ampEntity.regex,this.ampEntity.val)}return E};function T(E,R,I,A){return E&&(A===void 0&&(A=Object.keys(R.child).length===0),(E=this.parseTextData(E,R.tagname,I,!1,!!R[":@"]&&Object.keys(R[":@"]).length!==0,A))!==void 0&&E!==""&&R.add(this.options.textNodeName,E),E=""),E}function b(E,R,I){const A="*."+I;for(const $ in E){const D=E[$];if(A===D||R===D)return!0}return!1}function g(E,R,I,A){const $=E.indexOf(R,I);if($===-1)throw new Error(A);return $+R.length-1}function h(E,R,I){const A=function(X,ie){let de,se=arguments.length>2&&arguments[2]!==void 0?arguments[2]:">",we="";for(let Se=ie;Se<X.length;Se++){let Z=X[Se];if(de)Z===de&&(de="");else if(Z==='"'||Z==="'")de=Z;else if(Z===se[0]){if(!se[1])return{data:we,index:Se};if(X[Se+1]===se[1])return{data:we,index:Se}}else Z===" "&&(Z=" ");we+=Z}}(E,R+1,arguments.length>3&&arguments[3]!==void 0?arguments[3]:">");if(!A)return;let $=A.data;const D=A.index,k=$.search(/\s/);let N=$,j=!0;k!==-1&&(N=$.substring(0,k),$=$.substring(k+1).trimStart());const W=N;if(I){const X=N.indexOf(":");X!==-1&&(N=N.substr(X+1),j=N!==A.data.substr(X+1))}return{tagName:N,tagExp:$,closeIndex:D,attrExpPresent:j,rawTagName:W}}function y(E,R,I){const A=I;let $=1;for(;I<E.length;I++)if(E[I]==="<")if(E[I+1]==="/"){const D=g(E,">",I,`${R} is not closed`);if(E.substring(I+2,D).trim()===R&&($--,$===0))return{tagContent:E.substring(A,I),i:D};I=D}else if(E[I+1]==="?")I=g(E,"?>",I+1,"StopNode is not closed.");else if(E.substr(I+1,3)==="!--")I=g(E,"-->",I+3,"StopNode is not closed.");else if(E.substr(I+1,2)==="![")I=g(E,"]]>",I,"StopNode is not closed.")-2;else{const D=h(E,I,">");D&&((D&&D.tagName)===R&&D.tagExp[D.tagExp.length-1]!=="/"&&$++,I=D.closeIndex)}}function S(E,R,I){if(R&&typeof E=="string"){const A=E.trim();return A==="true"||A!=="false"&&s(E,I)}return r.isExist(E)?E:""}e.exports=class{constructor(E){this.options=E,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(R,I)=>String.fromCharCode(Number.parseInt(I,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(R,I)=>String.fromCharCode(Number.parseInt(I,16))}},this.addExternalEntities=c,this.parseXml=m,this.parseTextData=u,this.resolveNameSpace=l,this.buildAttributesMap=d,this.isItStopNode=b,this.replaceEntitiesValue=v,this.readStopNodeData=y,this.saveTextToParentTag=T,this.addChild=w,this.ignoreAttributesFn=a(this.options.ignoreAttributes)}}},338:(e,t,n)=>{const{buildOptions:r}=n(63),o=n(299),{prettify:i}=n(728),s=n(31);e.exports=class{constructor(a){this.externalEntities={},this.options=r(a)}parse(a,c){if(typeof a!="string"){if(!a.toString)throw new Error("XML data is accepted in String or Bytes[] form.");a=a.toString()}if(c){c===!0&&(c={});const f=s.validate(a,c);if(f!==!0)throw Error(`${f.err.msg}:${f.err.line}:${f.err.col}`)}const u=new o(this.options);u.addExternalEntities(this.externalEntities);const l=u.parseXml(a);return this.options.preserveOrder||l===void 0?l:i(l,this.options)}addEntity(a,c){if(c.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(a.indexOf("&")!==-1||a.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(c==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[a]=c}}},728:(e,t)=>{function n(s,a,c){let u;const l={};for(let f=0;f<s.length;f++){const d=s[f],m=r(d);let w="";if(w=c===void 0?m:c+"."+m,m===a.textNodeName)u===void 0?u=d[m]:u+=""+d[m];else{if(m===void 0)continue;if(d[m]){let v=n(d[m],a,w);const T=i(v,a);d[":@"]?o(v,d[":@"],w,a):Object.keys(v).length!==1||v[a.textNodeName]===void 0||a.alwaysCreateTextNode?Object.keys(v).length===0&&(a.alwaysCreateTextNode?v[a.textNodeName]="":v=""):v=v[a.textNodeName],l[m]!==void 0&&l.hasOwnProperty(m)?(Array.isArray(l[m])||(l[m]=[l[m]]),l[m].push(v)):a.isArray(m,w,T)?l[m]=[v]:l[m]=v}}}return typeof u=="string"?u.length>0&&(l[a.textNodeName]=u):u!==void 0&&(l[a.textNodeName]=u),l}function r(s){const a=Object.keys(s);for(let c=0;c<a.length;c++){const u=a[c];if(u!==":@")return u}}function o(s,a,c,u){if(a){const l=Object.keys(a),f=l.length;for(let d=0;d<f;d++){const m=l[d];u.isArray(m,c+"."+m,!0,!0)?s[m]=[a[m]]:s[m]=a[m]}}}function i(s,a){const{textNodeName:c}=a,u=Object.keys(s).length;return u===0||!(u!==1||!s[c]&&typeof s[c]!="boolean"&&s[c]!==0)}t.prettify=function(s,a){return n(s,a)}},365:e=>{e.exports=class{constructor(t){this.tagname=t,this.child=[],this[":@"]={}}add(t,n){t==="__proto__"&&(t="#__proto__"),this.child.push({[t]:n})}addChild(t){t.tagname==="__proto__"&&(t.tagname="#__proto__"),t[":@"]&&Object.keys(t[":@"]).length>0?this.child.push({[t.tagname]:t.child,":@":t[":@"]}):this.child.push({[t.tagname]:t.child})}}},135:e=>{function t(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}e.exports=function(n){return n!=null&&(t(n)||function(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&t(r.slice(0,0))}(n)||!!n._isBuffer)}},542:(e,t,n)=>{(function(){var r=n(298),o=n(526).utf8,i=n(135),s=n(526).bin,a=function(c,u){c.constructor==String?c=u&&u.encoding==="binary"?s.stringToBytes(c):o.stringToBytes(c):i(c)?c=Array.prototype.slice.call(c,0):Array.isArray(c)||c.constructor===Uint8Array||(c=c.toString());for(var l=r.bytesToWords(c),f=8*c.length,d=1732584193,m=-271733879,w=-1732584194,v=271733878,T=0;T<l.length;T++)l[T]=16711935&(l[T]<<8|l[T]>>>24)|4278255360&(l[T]<<24|l[T]>>>8);l[f>>>5]|=128<<f%32,l[14+(f+64>>>9<<4)]=f;var b=a._ff,g=a._gg,h=a._hh,y=a._ii;for(T=0;T<l.length;T+=16){var S=d,E=m,R=w,I=v;d=b(d,m,w,v,l[T+0],7,-680876936),v=b(v,d,m,w,l[T+1],12,-389564586),w=b(w,v,d,m,l[T+2],17,606105819),m=b(m,w,v,d,l[T+3],22,-1044525330),d=b(d,m,w,v,l[T+4],7,-176418897),v=b(v,d,m,w,l[T+5],12,1200080426),w=b(w,v,d,m,l[T+6],17,-1473231341),m=b(m,w,v,d,l[T+7],22,-45705983),d=b(d,m,w,v,l[T+8],7,1770035416),v=b(v,d,m,w,l[T+9],12,-1958414417),w=b(w,v,d,m,l[T+10],17,-42063),m=b(m,w,v,d,l[T+11],22,-1990404162),d=b(d,m,w,v,l[T+12],7,1804603682),v=b(v,d,m,w,l[T+13],12,-40341101),w=b(w,v,d,m,l[T+14],17,-1502002290),d=g(d,m=b(m,w,v,d,l[T+15],22,1236535329),w,v,l[T+1],5,-165796510),v=g(v,d,m,w,l[T+6],9,-1069501632),w=g(w,v,d,m,l[T+11],14,643717713),m=g(m,w,v,d,l[T+0],20,-373897302),d=g(d,m,w,v,l[T+5],5,-701558691),v=g(v,d,m,w,l[T+10],9,38016083),w=g(w,v,d,m,l[T+15],14,-660478335),m=g(m,w,v,d,l[T+4],20,-405537848),d=g(d,m,w,v,l[T+9],5,568446438),v=g(v,d,m,w,l[T+14],9,-1019803690),w=g(w,v,d,m,l[T+3],14,-187363961),m=g(m,w,v,d,l[T+8],20,1163531501),d=g(d,m,w,v,l[T+13],5,-1444681467),v=g(v,d,m,w,l[T+2],9,-51403784),w=g(w,v,d,m,l[T+7],14,1735328473),d=h(d,m=g(m,w,v,d,l[T+12],20,-1926607734),w,v,l[T+5],4,-378558),v=h(v,d,m,w,l[T+8],11,-2022574463),w=h(w,v,d,m,l[T+11],16,1839030562),m=h(m,w,v,d,l[T+14],23,-35309556),d=h(d,m,w,v,l[T+1],4,-1530992060),v=h(v,d,m,w,l[T+4],11,1272893353),w=h(w,v,d,m,l[T+7],16,-155497632),m=h(m,w,v,d,l[T+10],23,-1094730640),d=h(d,m,w,v,l[T+13],4,681279174),v=h(v,d,m,w,l[T+0],11,-358537222),w=h(w,v,d,m,l[T+3],16,-722521979),m=h(m,w,v,d,l[T+6],23,76029189),d=h(d,m,w,v,l[T+9],4,-640364487),v=h(v,d,m,w,l[T+12],11,-421815835),w=h(w,v,d,m,l[T+15],16,530742520),d=y(d,m=h(m,w,v,d,l[T+2],23,-995338651),w,v,l[T+0],6,-198630844),v=y(v,d,m,w,l[T+7],10,1126891415),w=y(w,v,d,m,l[T+14],15,-1416354905),m=y(m,w,v,d,l[T+5],21,-57434055),d=y(d,m,w,v,l[T+12],6,1700485571),v=y(v,d,m,w,l[T+3],10,-1894986606),w=y(w,v,d,m,l[T+10],15,-1051523),m=y(m,w,v,d,l[T+1],21,-2054922799),d=y(d,m,w,v,l[T+8],6,1873313359),v=y(v,d,m,w,l[T+15],10,-30611744),w=y(w,v,d,m,l[T+6],15,-1560198380),m=y(m,w,v,d,l[T+13],21,1309151649),d=y(d,m,w,v,l[T+4],6,-145523070),v=y(v,d,m,w,l[T+11],10,-1120210379),w=y(w,v,d,m,l[T+2],15,718787259),m=y(m,w,v,d,l[T+9],21,-343485551),d=d+S>>>0,m=m+E>>>0,w=w+R>>>0,v=v+I>>>0}return r.endian([d,m,w,v])};a._ff=function(c,u,l,f,d,m,w){var v=c+(u&l|~u&f)+(d>>>0)+w;return(v<<m|v>>>32-m)+u},a._gg=function(c,u,l,f,d,m,w){var v=c+(u&f|l&~f)+(d>>>0)+w;return(v<<m|v>>>32-m)+u},a._hh=function(c,u,l,f,d,m,w){var v=c+(u^l^f)+(d>>>0)+w;return(v<<m|v>>>32-m)+u},a._ii=function(c,u,l,f,d,m,w){var v=c+(l^(u|~f))+(d>>>0)+w;return(v<<m|v>>>32-m)+u},a._blocksize=16,a._digestsize=16,e.exports=function(c,u){if(c==null)throw new Error("Illegal argument "+c);var l=r.wordsToBytes(a(c,u));return u&&u.asBytes?l:u&&u.asString?s.bytesToString(l):r.bytesToHex(l)}})()},285:(e,t,n)=>{var r=n(2);e.exports=function(b){return b?(b.substr(0,2)==="{}"&&(b="\\{\\}"+b.substr(2)),T(function(g){return g.split("\\\\").join(o).split("\\{").join(i).split("\\}").join(s).split("\\,").join(a).split("\\.").join(c)}(b),!0).map(l)):[]};var o="\0SLASH"+Math.random()+"\0",i="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",a="\0COMMA"+Math.random()+"\0",c="\0PERIOD"+Math.random()+"\0";function u(b){return parseInt(b,10)==b?parseInt(b,10):b.charCodeAt(0)}function l(b){return b.split(o).join("\\").split(i).join("{").split(s).join("}").split(a).join(",").split(c).join(".")}function f(b){if(!b)return[""];var g=[],h=r("{","}",b);if(!h)return b.split(",");var y=h.pre,S=h.body,E=h.post,R=y.split(",");R[R.length-1]+="{"+S+"}";var I=f(E);return E.length&&(R[R.length-1]+=I.shift(),R.push.apply(R,I)),g.push.apply(g,R),g}function d(b){return"{"+b+"}"}function m(b){return/^-?0\d/.test(b)}function w(b,g){return b<=g}function v(b,g){return b>=g}function T(b,g){var h=[],y=r("{","}",b);if(!y)return[b];var S=y.pre,E=y.post.length?T(y.post,!1):[""];if(/\$$/.test(y.pre))for(var R=0;R<E.length;R++){var I=S+"{"+y.body+"}"+E[R];h.push(I)}else{var A,$,D=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(y.body),k=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(y.body),N=D||k,j=y.body.indexOf(",")>=0;if(!N&&!j)return y.post.match(/,.*\}/)?T(b=y.pre+"{"+y.body+s+y.post):[b];if(N)A=y.body.split(/\.\./);else if((A=f(y.body)).length===1&&(A=T(A[0],!1).map(d)).length===1)return E.map(function(Y){return y.pre+A[0]+Y});if(N){var W=u(A[0]),X=u(A[1]),ie=Math.max(A[0].length,A[1].length),de=A.length==3?Math.abs(u(A[2])):1,se=w;X<W&&(de*=-1,se=v);var we=A.some(m);$=[];for(var Se=W;se(Se,X);Se+=de){var Z;if(k)(Z=String.fromCharCode(Se))==="\\"&&(Z="");else if(Z=String(Se),we){var ne=ie-Z.length;if(ne>0){var le=new Array(ne+1).join("0");Z=Se<0?"-"+le+Z.slice(1):le+Z}}$.push(Z)}}else{$=[];for(var Ie=0;Ie<A.length;Ie++)$.push.apply($,T(A[Ie],!1))}for(Ie=0;Ie<$.length;Ie++)for(R=0;R<E.length;R++)I=S+$[Ie]+E[R],(!g||N||I)&&h.push(I)}return h}},829:e=>{function t(u){return t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l},t(u)}function n(u){var l=typeof Map=="function"?new Map:void 0;return n=function(f){if(f===null||(d=f,Function.toString.call(d).indexOf("[native code]")===-1))return f;var d;if(typeof f!="function")throw new TypeError("Super expression must either be null or a function");if(l!==void 0){if(l.has(f))return l.get(f);l.set(f,m)}function m(){return r(f,arguments,i(this).constructor)}return m.prototype=Object.create(f.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),o(m,f)},n(u)}function r(u,l,f){return r=function(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}()?Reflect.construct:function(d,m,w){var v=[null];v.push.apply(v,m);var T=new(Function.bind.apply(d,v));return w&&o(T,w.prototype),T},r.apply(null,arguments)}function o(u,l){return o=Object.setPrototypeOf||function(f,d){return f.__proto__=d,f},o(u,l)}function i(u){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(l){return l.__proto__||Object.getPrototypeOf(l)},i(u)}var s=function(u){function l(f){var d;return function(m,w){if(!(m instanceof w))throw new TypeError("Cannot call a class as a function")}(this,l),(d=function(m,w){return!w||t(w)!=="object"&&typeof w!="function"?function(v){if(v===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v}(m):w}(this,i(l).call(this,f))).name="ObjectPrototypeMutationError",d}return function(f,d){if(typeof d!="function"&&d!==null)throw new TypeError("Super expression must either be null or a function");f.prototype=Object.create(d&&d.prototype,{constructor:{value:f,writable:!0,configurable:!0}}),d&&o(f,d)}(l,u),l}(n(Error));function a(u,l){for(var f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(){},d=l.split("."),m=d.length,w=function(b){var g=d[b];if(!u)return{v:void 0};if(g==="+"){if(Array.isArray(u))return{v:u.map(function(y,S){var E=d.slice(b+1);return E.length>0?a(y,E.join("."),f):f(u,S,d,b)})};var h=d.slice(0,b).join(".");throw new Error("Object at wildcard (".concat(h,") is not an array"))}u=f(u,g,d,b)},v=0;v<m;v++){var T=w(v);if(t(T)==="object")return T.v}return u}function c(u,l){return u.length===l+1}e.exports={set:function(u,l,f){if(t(u)!="object"||u===null||l===void 0)return u;if(typeof l=="number")return u[l]=f,u[l];try{return a(u,l,function(d,m,w,v){if(d===Reflect.getPrototypeOf({}))throw new s("Attempting to mutate Object.prototype");if(!d[m]){var T=Number.isInteger(Number(w[v+1])),b=w[v+1]==="+";d[m]=T||b?[]:{}}return c(w,v)&&(d[m]=f),d[m]})}catch(d){if(d instanceof s)throw d;return u}},get:function(u,l){if(t(u)!="object"||u===null||l===void 0)return u;if(typeof l=="number")return u[l];try{return a(u,l,function(f,d){return f[d]})}catch{return u}},has:function(u,l){var f=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(t(u)!="object"||u===null||l===void 0)return!1;if(typeof l=="number")return l in u;try{var d=!1;return a(u,l,function(m,w,v,T){if(!c(v,T))return m&&m[w];d=f.own?m.hasOwnProperty(w):w in m}),d}catch{return!1}},hasOwn:function(u,l,f){return this.has(u,l,f||{own:!0})},isIn:function(u,l,f){var d=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(t(u)!="object"||u===null||l===void 0)return!1;try{var m=!1,w=!1;return a(u,l,function(v,T,b,g){return m=m||v===f||!!v&&v[T]===f,w=c(b,g)&&t(v)==="object"&&T in v,v&&v[T]}),d.validPath?m&&w:m}catch{return!1}},ObjectPrototypeMutationError:s}},47:(e,t,n)=>{var r=n(410),o=function(u){return typeof u=="string"};function i(u,l){for(var f=[],d=0;d<u.length;d++){var m=u[d];m&&m!=="."&&(m===".."?f.length&&f[f.length-1]!==".."?f.pop():l&&f.push(".."):f.push(m))}return f}var s=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,a={};function c(u){return s.exec(u).slice(1)}a.resolve=function(){for(var u="",l=!1,f=arguments.length-1;f>=-1&&!l;f--){var d=f>=0?arguments[f]:ye.cwd();if(!o(d))throw new TypeError("Arguments to path.resolve must be strings");d&&(u=d+"/"+u,l=d.charAt(0)==="/")}return(l?"/":"")+(u=i(u.split("/"),!l).join("/"))||"."},a.normalize=function(u){var l=a.isAbsolute(u),f=u.substr(-1)==="/";return(u=i(u.split("/"),!l).join("/"))||l||(u="."),u&&f&&(u+="/"),(l?"/":"")+u},a.isAbsolute=function(u){return u.charAt(0)==="/"},a.join=function(){for(var u="",l=0;l<arguments.length;l++){var f=arguments[l];if(!o(f))throw new TypeError("Arguments to path.join must be strings");f&&(u+=u?"/"+f:f)}return a.normalize(u)},a.relative=function(u,l){function f(g){for(var h=0;h<g.length&&g[h]==="";h++);for(var y=g.length-1;y>=0&&g[y]==="";y--);return h>y?[]:g.slice(h,y+1)}u=a.resolve(u).substr(1),l=a.resolve(l).substr(1);for(var d=f(u.split("/")),m=f(l.split("/")),w=Math.min(d.length,m.length),v=w,T=0;T<w;T++)if(d[T]!==m[T]){v=T;break}var b=[];for(T=v;T<d.length;T++)b.push("..");return(b=b.concat(m.slice(v))).join("/")},a._makeLong=function(u){return u},a.dirname=function(u){var l=c(u),f=l[0],d=l[1];return f||d?(d&&(d=d.substr(0,d.length-1)),f+d):"."},a.basename=function(u,l){var f=c(u)[2];return l&&f.substr(-1*l.length)===l&&(f=f.substr(0,f.length-l.length)),f},a.extname=function(u){return c(u)[3]},a.format=function(u){if(!r.isObject(u))throw new TypeError("Parameter 'pathObject' must be an object, not "+typeof u);var l=u.root||"";if(!o(l))throw new TypeError("'pathObject.root' must be a string or undefined, not "+typeof u.root);return(u.dir?u.dir+a.sep:"")+(u.base||"")},a.parse=function(u){if(!o(u))throw new TypeError("Parameter 'pathString' must be a string, not "+typeof u);var l=c(u);if(!l||l.length!==4)throw new TypeError("Invalid path '"+u+"'");return l[1]=l[1]||"",l[2]=l[2]||"",l[3]=l[3]||"",{root:l[0],dir:l[0]+l[1].slice(0,l[1].length-1),base:l[2],ext:l[3],name:l[2].slice(0,l[2].length-l[3].length)}},a.sep="/",a.delimiter=":",e.exports=a},647:(e,t)=>{var n=Object.prototype.hasOwnProperty;function r(i){try{return decodeURIComponent(i.replace(/\+/g," "))}catch{return null}}function o(i){try{return encodeURIComponent(i)}catch{return null}}t.stringify=function(i,s){s=s||"";var a,c,u=[];for(c in typeof s!="string"&&(s="?"),i)if(n.call(i,c)){if((a=i[c])||a!=null&&!isNaN(a)||(a=""),c=o(c),a=o(a),c===null||a===null)continue;u.push(c+"="+a)}return u.length?s+u.join("&"):""},t.parse=function(i){for(var s,a=/([^=?#&]+)=?([^&]*)/g,c={};s=a.exec(i);){var u=r(s[1]),l=r(s[2]);u===null||l===null||u in c||(c[u]=l)}return c}},670:e=>{e.exports=function(t,n){if(n=n.split(":")[0],!(t=+t))return!1;switch(n){case"http":case"ws":return t!==80;case"https":case"wss":return t!==443;case"ftp":return t!==21;case"gopher":return t!==70;case"file":return!1}return t!==0}},494:e=>{const t=/^[-+]?0x[a-fA-F0-9]+$/,n=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt),!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const r={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};e.exports=function(o){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(i=Object.assign({},r,i),!o||typeof o!="string")return o;let s=o.trim();if(i.skipLike!==void 0&&i.skipLike.test(s))return o;if(i.hex&&t.test(s))return Number.parseInt(s,16);{const c=n.exec(s);if(c){const u=c[1],l=c[2];let f=((a=c[3])&&a.indexOf(".")!==-1&&((a=a.replace(/0+$/,""))==="."?a="0":a[0]==="."?a="0"+a:a[a.length-1]==="."&&(a=a.substr(0,a.length-1))),a);const d=c[4]||c[6];if(!i.leadingZeros&&l.length>0&&u&&s[2]!=="."||!i.leadingZeros&&l.length>0&&!u&&s[1]!==".")return o;{const m=Number(s),w=""+m;return w.search(/[eE]/)!==-1||d?i.eNotation?m:o:s.indexOf(".")!==-1?w==="0"&&f===""||w===f||u&&w==="-"+f?m:o:l?f===w||u+f===w?m:o:s===w||s===u+w?m:o}}return o}var a}},737:(e,t,n)=>{var r=n(670),o=n(647),i=/^[\x00-\x20\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]+/,s=/[\n\r\t]/g,a=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,c=/:\d+$/,u=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,l=/^[a-zA-Z]:/;function f(g){return(g||"").toString().replace(i,"")}var d=[["#","hash"],["?","query"],function(g,h){return v(h.protocol)?g.replace(/\\/g,"/"):g},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d*)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],m={hash:1,query:1};function w(g){var h,y=(typeof window<"u"?window:typeof Pr<"u"?Pr:typeof self<"u"?self:{}).location||{},S={},E=typeof(g=g||y);if(g.protocol==="blob:")S=new b(unescape(g.pathname),{});else if(E==="string")for(h in S=new b(g,{}),m)delete S[h];else if(E==="object"){for(h in g)h in m||(S[h]=g[h]);S.slashes===void 0&&(S.slashes=a.test(g.href))}return S}function v(g){return g==="file:"||g==="ftp:"||g==="http:"||g==="https:"||g==="ws:"||g==="wss:"}function T(g,h){g=(g=f(g)).replace(s,""),h=h||{};var y,S=u.exec(g),E=S[1]?S[1].toLowerCase():"",R=!!S[2],I=!!S[3],A=0;return R?I?(y=S[2]+S[3]+S[4],A=S[2].length+S[3].length):(y=S[2]+S[4],A=S[2].length):I?(y=S[3]+S[4],A=S[3].length):y=S[4],E==="file:"?A>=2&&(y=y.slice(2)):v(E)?y=S[4]:E?R&&(y=y.slice(2)):A>=2&&v(h.protocol)&&(y=S[4]),{protocol:E,slashes:R||v(E),slashesCount:A,rest:y}}function b(g,h,y){if(g=(g=f(g)).replace(s,""),!(this instanceof b))return new b(g,h,y);var S,E,R,I,A,$,D=d.slice(),k=typeof h,N=this,j=0;for(k!=="object"&&k!=="string"&&(y=h,h=null),y&&typeof y!="function"&&(y=o.parse),S=!(E=T(g||"",h=w(h))).protocol&&!E.slashes,N.slashes=E.slashes||S&&h.slashes,N.protocol=E.protocol||h.protocol||"",g=E.rest,(E.protocol==="file:"&&(E.slashesCount!==2||l.test(g))||!E.slashes&&(E.protocol||E.slashesCount<2||!v(N.protocol)))&&(D[3]=[/(.*)/,"pathname"]);j<D.length;j++)typeof(I=D[j])!="function"?(R=I[0],$=I[1],R!=R?N[$]=g:typeof R=="string"?~(A=R==="@"?g.lastIndexOf(R):g.indexOf(R))&&(typeof I[2]=="number"?(N[$]=g.slice(0,A),g=g.slice(A+I[2])):(N[$]=g.slice(A),g=g.slice(0,A))):(A=R.exec(g))&&(N[$]=A[1],g=g.slice(0,A.index)),N[$]=N[$]||S&&I[3]&&h[$]||"",I[4]&&(N[$]=N[$].toLowerCase())):g=I(g,N);y&&(N.query=y(N.query)),S&&h.slashes&&N.pathname.charAt(0)!=="/"&&(N.pathname!==""||h.pathname!=="")&&(N.pathname=function(W,X){if(W==="")return X;for(var ie=(X||"/").split("/").slice(0,-1).concat(W.split("/")),de=ie.length,se=ie[de-1],we=!1,Se=0;de--;)ie[de]==="."?ie.splice(de,1):ie[de]===".."?(ie.splice(de,1),Se++):Se&&(de===0&&(we=!0),ie.splice(de,1),Se--);return we&&ie.unshift(""),se!=="."&&se!==".."||ie.push(""),ie.join("/")}(N.pathname,h.pathname)),N.pathname.charAt(0)!=="/"&&v(N.protocol)&&(N.pathname="/"+N.pathname),r(N.port,N.protocol)||(N.host=N.hostname,N.port=""),N.username=N.password="",N.auth&&(~(A=N.auth.indexOf(":"))?(N.username=N.auth.slice(0,A),N.username=encodeURIComponent(decodeURIComponent(N.username)),N.password=N.auth.slice(A+1),N.password=encodeURIComponent(decodeURIComponent(N.password))):N.username=encodeURIComponent(decodeURIComponent(N.auth)),N.auth=N.password?N.username+":"+N.password:N.username),N.origin=N.protocol!=="file:"&&v(N.protocol)&&N.host?N.protocol+"//"+N.host:"null",N.href=N.toString()}b.prototype={set:function(g,h,y){var S=this;switch(g){case"query":typeof h=="string"&&h.length&&(h=(y||o.parse)(h)),S[g]=h;break;case"port":S[g]=h,r(h,S.protocol)?h&&(S.host=S.hostname+":"+h):(S.host=S.hostname,S[g]="");break;case"hostname":S[g]=h,S.port&&(h+=":"+S.port),S.host=h;break;case"host":S[g]=h,c.test(h)?(h=h.split(":"),S.port=h.pop(),S.hostname=h.join(":")):(S.hostname=h,S.port="");break;case"protocol":S.protocol=h.toLowerCase(),S.slashes=!y;break;case"pathname":case"hash":if(h){var E=g==="pathname"?"/":"#";S[g]=h.charAt(0)!==E?E+h:h}else S[g]=h;break;case"username":case"password":S[g]=encodeURIComponent(h);break;case"auth":var R=h.indexOf(":");~R?(S.username=h.slice(0,R),S.username=encodeURIComponent(decodeURIComponent(S.username)),S.password=h.slice(R+1),S.password=encodeURIComponent(decodeURIComponent(S.password))):S.username=encodeURIComponent(decodeURIComponent(h))}for(var I=0;I<d.length;I++){var A=d[I];A[4]&&(S[A[1]]=S[A[1]].toLowerCase())}return S.auth=S.password?S.username+":"+S.password:S.username,S.origin=S.protocol!=="file:"&&v(S.protocol)&&S.host?S.protocol+"//"+S.host:"null",S.href=S.toString(),S},toString:function(g){g&&typeof g=="function"||(g=o.stringify);var h,y=this,S=y.host,E=y.protocol;E&&E.charAt(E.length-1)!==":"&&(E+=":");var R=E+(y.protocol&&y.slashes||v(y.protocol)?"//":"");return y.username?(R+=y.username,y.password&&(R+=":"+y.password),R+="@"):y.password?(R+=":"+y.password,R+="@"):y.protocol!=="file:"&&v(y.protocol)&&!S&&y.pathname!=="/"&&(R+="@"),(S[S.length-1]===":"||c.test(y.hostname)&&!y.port)&&(S+=":"),R+=S+y.pathname,(h=typeof y.query=="object"?g(y.query):y.query)&&(R+=h.charAt(0)!=="?"?"?"+h:h),y.hash&&(R+=y.hash),R}},b.extractProtocol=T,b.location=w,b.trimLeft=f,b.qs=o,e.exports=b},410:()=>{},388:()=>{},805:()=>{},345:()=>{},800:()=>{}},jm={};function pt(e){var t=jm[e];if(t!==void 0)return t.exports;var n=jm[e]={id:e,loaded:!1,exports:{}};return bR[e].call(n.exports,n,n.exports,pt),n.loaded=!0,n.exports}pt.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return pt.d(t,{a:t}),t},pt.d=(e,t)=>{for(var n in t)pt.o(t,n)&&!pt.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},pt.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),pt.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var Dn={};pt.d(Dn,{hT:()=>mn,O4:()=>br,Kd:()=>IR,YK:()=>CR,UU:()=>N_,Gu:()=>Ym,ky:()=>py,h4:()=>bo,ch:()=>Ns,hq:()=>Zr,i5:()=>hy});var vR=pt(737),wR=pt.n(vR);function Cu(e){if(!Pu(e))throw new Error("Parameter was not an error")}function Pu(e){return!!e&&typeof e=="object"&&(t=e,Object.prototype.toString.call(t)==="[object Error]")||e instanceof Error;var t}class gn extends Error{constructor(t,n){const r=[...arguments],{options:o,shortMessage:i}=function(a){let c,u="";if(a.length===0)c={};else if(Pu(a[0]))c={cause:a[0]},u=a.slice(1).join(" ")||"";else if(a[0]&&typeof a[0]=="object")c=Object.assign({},a[0]),u=a.slice(1).join(" ")||"";else{if(typeof a[0]!="string")throw new Error("Invalid arguments passed to Layerr");c={},u=u=a.join(" ")||""}return{options:c,shortMessage:u}}(r);let s=i;if(o.cause&&(s=`${s}: ${o.cause.message}`),super(s),this.message=s,o.name&&typeof o.name=="string"?this.name=o.name:this.name="Layerr",o.cause&&Object.defineProperty(this,"_cause",{value:o.cause}),Object.defineProperty(this,"_info",{value:{}}),o.info&&typeof o.info=="object"&&Object.assign(this._info,o.info),Error.captureStackTrace){const a=o.constructorOpt||this.constructor;Error.captureStackTrace(this,a)}}static cause(t){return Cu(t),t._cause&&Pu(t._cause)?t._cause:null}static fullStack(t){Cu(t);const n=gn.cause(t);return n?`${t.stack}
|
|
42
|
+
caused by: ${gn.fullStack(n)}`:t.stack??""}static info(t){Cu(t);const n={},r=gn.cause(t);return r&&Object.assign(n,gn.info(r)),t._info&&Object.assign(n,t._info),n}toString(){let t=this.name||this.constructor.name||this.constructor.prototype.name;return this.message&&(t=`${t}: ${this.message}`),t}}var SR=pt(47),_s=pt.n(SR);const Um="__PATH_SEPARATOR_POSIX__",qm="__PATH_SEPARATOR_WINDOWS__";function It(e){try{const t=e.replace(/\//g,Um).replace(/\\\\/g,qm);return encodeURIComponent(t).split(qm).join("\\\\").split(Um).join("/")}catch(t){throw new gn(t,"Failed encoding path")}}function Vm(e){return e.startsWith("/")?e:"/"+e}function ho(e){let t=e;return t[0]!=="/"&&(t="/"+t),/^.+\/$/.test(t)&&(t=t.substr(0,t.length-1)),t}function ER(e){let t=new(wR())(e).pathname;return t.length<=0&&(t="/"),ho(t)}function Ct(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){return function(r){var o=[];if(r.length===0)return"";if(typeof r[0]!="string")throw new TypeError("Url must be a string. Received "+r[0]);if(r[0].match(/^[^/:]+:\/*$/)&&r.length>1){var i=r.shift();r[0]=i+r[0]}r[0].match(/^file:\/\/\//)?r[0]=r[0].replace(/^([^/:]+):\/*/,"$1:///"):r[0]=r[0].replace(/^([^/:]+):\/*/,"$1://");for(var s=0;s<r.length;s++){var a=r[s];if(typeof a!="string")throw new TypeError("Url must be a string. Received "+a);a!==""&&(s>0&&(a=a.replace(/^[\/]+/,"")),a=s<r.length-1?a.replace(/[\/]+$/,""):a.replace(/[\/]+$/,"/"),o.push(a))}var c=o.join("/"),u=(c=c.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return u.shift()+(u.length>0?"?":"")+u.join("&")}(typeof arguments[0]=="object"?arguments[0]:[].slice.call(arguments))}(t.reduce((r,o,i)=>((i===0||o!=="/"||o==="/"&&r[r.length-1]!=="/")&&r.push(o),r),[]))}var TR=pt(542),go=pt.n(TR);const AR="abcdef0123456789";function zm(e,t){const n=e.url.replace("//",""),r=n.indexOf("/")==-1?"/":n.slice(n.indexOf("/")),o=e.method?e.method.toUpperCase():"GET",i=!!/(^|,)\s*auth\s*($|,)/.test(t.qop)&&"auth",s=`00000000${t.nc}`.slice(-8),a=function(d,m,w,v,T,b,g){const h=g||go()(`${m}:${w}:${v}`);return d&&d.toLowerCase()==="md5-sess"?go()(`${h}:${T}:${b}`):h}(t.algorithm,t.username,t.realm,t.password,t.nonce,t.cnonce,t.ha1),c=go()(`${o}:${r}`),u=i?go()(`${a}:${t.nonce}:${s}:${t.cnonce}:${i}:${c}`):go()(`${a}:${t.nonce}:${c}`),l={username:t.username,realm:t.realm,nonce:t.nonce,uri:r,qop:i,response:u,nc:s,cnonce:t.cnonce,algorithm:t.algorithm,opaque:t.opaque},f=[];for(const d in l)l[d]&&(d==="qop"||d==="nc"||d==="algorithm"?f.push(`${d}=${l[d]}`):f.push(`${d}="${l[d]}"`));return`Digest ${f.join(", ")}`}function Wm(e){return(e.headers&&e.headers.get("www-authenticate")||"").split(/\s/)[0].toLowerCase()==="digest"}var RR=pt(101),Hm=pt.n(RR);function Gm(e){return Hm().decode(e)}function Km(e,t){var n;return`Basic ${n=`${e}:${t}`,Hm().encode(n)}`}const Is=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:typeof window<"u"?window:globalThis,_R=Is.fetch.bind(Is),IR=Is.Request,CR=Is.Response;let mn=function(e){return e.Auto="auto",e.Digest="digest",e.None="none",e.Password="password",e.Token="token",e}({}),br=function(e){return e.DataTypeNoLength="data-type-no-length",e.InvalidAuthType="invalid-auth-type",e.InvalidOutputFormat="invalid-output-format",e.LinkUnsupportedAuthType="link-unsupported-auth",e.InvalidUpdateRange="invalid-update-range",e.NotSupported="not-supported",e}({});function Qm(e,t,n,r,o){switch(e.authType){case mn.Auto:t&&n&&(e.headers.Authorization=Km(t,n));break;case mn.Digest:e.digest=function(s,a,c){return{username:s,password:a,ha1:c,nc:0,algorithm:"md5",hasDigestAuth:!1}}(t,n,o);break;case mn.None:break;case mn.Password:e.headers.Authorization=Km(t,n);break;case mn.Token:e.headers.Authorization=`${(i=r).token_type} ${i.access_token}`;break;default:throw new gn({info:{code:br.InvalidAuthType}},`Invalid auth type: ${e.authType}`)}var i}pt(345),pt(800);const Xm="@@HOTPATCHER",PR=()=>{};function Fu(e){return{original:e,methods:[e],final:!1}}class FR{constructor(){this._configuration={registry:{},getEmptyAction:"null"},this.__type__=Xm}get configuration(){return this._configuration}get getEmptyAction(){return this.configuration.getEmptyAction}set getEmptyAction(t){this.configuration.getEmptyAction=t}control(t){let n=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(!t||t.__type__!==Xm)throw new Error("Failed taking control of target HotPatcher instance: Invalid type or object");return Object.keys(t.configuration.registry).forEach(r=>{this.configuration.registry.hasOwnProperty(r)?n&&(this.configuration.registry[r]=Object.assign({},t.configuration.registry[r])):this.configuration.registry[r]=Object.assign({},t.configuration.registry[r])}),t._configuration=this.configuration,this}execute(t){const n=this.get(t)||PR;for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return n(...o)}get(t){const n=this.configuration.registry[t];if(!n)switch(this.getEmptyAction){case"null":return null;case"throw":throw new Error(`Failed handling method request: No method provided for override: ${t}`);default:throw new Error(`Failed handling request which resulted in an empty method: Invalid empty-action specified: ${this.getEmptyAction}`)}return function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];if(o.length===0)throw new Error("Failed creating sequence: No functions provided");return function(){for(var s=arguments.length,a=new Array(s),c=0;c<s;c++)a[c]=arguments[c];let u=a;const l=this;for(;o.length>0;)u=[o.shift().apply(l,u)];return u[0]}}(...n.methods)}isPatched(t){return!!this.configuration.registry[t]}patch(t,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{chain:o=!1}=r;if(this.configuration.registry[t]&&this.configuration.registry[t].final)throw new Error(`Failed patching '${t}': Method marked as being final`);if(typeof n!="function")throw new Error(`Failed patching '${t}': Provided method is not a function`);if(o)this.configuration.registry[t]?this.configuration.registry[t].methods.push(n):this.configuration.registry[t]=Fu(n);else if(this.isPatched(t)){const{original:i}=this.configuration.registry[t];this.configuration.registry[t]=Object.assign(Fu(n),{original:i})}else this.configuration.registry[t]=Fu(n);return this}patchInline(t,n){this.isPatched(t)||this.patch(t,n);for(var r=arguments.length,o=new Array(r>2?r-2:0),i=2;i<r;i++)o[i-2]=arguments[i];return this.execute(t,...o)}plugin(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return r.forEach(i=>{this.patch(t,i,{chain:!0})}),this}restore(t){if(!this.isPatched(t))throw new Error(`Failed restoring method: No method present for key: ${t}`);if(typeof this.configuration.registry[t].original!="function")throw new Error(`Failed restoring method: Original method not found or of invalid type for key: ${t}`);return this.configuration.registry[t].methods=[this.configuration.registry[t].original],this}setFinal(t){if(!this.configuration.registry.hasOwnProperty(t))throw new Error(`Failed marking '${t}' as final: No method found for key`);return this.configuration.registry[t].final=!0,this}}let Ou=null;function Ym(){return Ou||(Ou=new FR),Ou}function Cs(e){return function(t){if(typeof t!="object"||t===null||Object.prototype.toString.call(t)!="[object Object]")return!1;if(Object.getPrototypeOf(t)===null)return!0;let n=t;for(;Object.getPrototypeOf(n)!==null;)n=Object.getPrototypeOf(n);return Object.getPrototypeOf(t)===n}(e)?Object.assign({},e):Object.setPrototypeOf(Object.assign({},e),Object.getPrototypeOf(e))}function Jm(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];let r=null,o=[...t];for(;o.length>0;){const i=o.shift();r=r?Zm(r,i):Cs(i)}return r}function Zm(e,t){const n=Cs(e);return Object.keys(t).forEach(r=>{n.hasOwnProperty(r)?Array.isArray(t[r])?n[r]=Array.isArray(n[r])?[...n[r],...t[r]]:[...t[r]]:typeof t[r]=="object"&&t[r]?n[r]=typeof n[r]=="object"&&n[r]?Zm(n[r],t[r]):Cs(t[r]):n[r]=t[r]:n[r]=t[r]}),n}function OR(e){const t={};for(const n of e.keys())t[n]=e.get(n);return t}function xu(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];if(t.length===0)return{};const r={};return t.reduce((o,i)=>(Object.keys(i).forEach(s=>{const a=s.toLowerCase();r.hasOwnProperty(a)?o[r[a]]=i[s]:(r[a]=s,o[s]=i[s])}),o),{})}pt(805);const xR=typeof ArrayBuffer=="function",{toString:kR}=Object.prototype;function ey(e){return xR&&(e instanceof ArrayBuffer||kR.call(e)==="[object ArrayBuffer]")}function ty(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function ku(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}function Nu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const ny=ku(function(e){const t=e._digest;return delete e._digest,t.hasDigestAuth&&(e=Jm(e,{headers:{Authorization:zm(e,t)}})),Nu(Ps(e),function(n){let r=!1;return o=function(s){return r?s:n},(i=function(){if(n.status==401)return t.hasDigestAuth=function(s,a){if(!Wm(s))return!1;const c=/([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi;for(;;){const u=s.headers&&s.headers.get("www-authenticate")||"",l=c.exec(u);if(!l)break;a[l[1]]=l[2]||l[3]}return a.nc+=1,a.cnonce=function(){let u="";for(let l=0;l<32;++l)u=`${u}${AR[Math.floor(16*Math.random())]}`;return u}(),!0}(n,t),function(){if(t.hasDigestAuth)return Nu(Ps(e=Jm(e,{headers:{Authorization:zm(e,t)}})),function(s){return s.status==401?t.hasDigestAuth=!1:t.nc++,r=!0,s})}();t.nc++}())&&i.then?i.then(o):o(i);var o,i})}),NR=ku(function(e,t){return Nu(Ps(e),function(n){return n.ok?(t.authType=mn.Password,n):n.status==401&&Wm(n)?(t.authType=mn.Digest,Qm(t,t.username,t.password,void 0,void 0),e._digest=t.digest,ny(e)):n})}),zt=ku(function(e,t){return t.authType===mn.Auto?NR(e,t):e._digest?ny(e):Ps(e)});function Wt(e,t,n){const r=Cs(e);return r.headers=xu(t.headers,r.headers||{},n.headers||{}),n.data!==void 0&&(r.data=n.data),n.signal&&(r.signal=n.signal),t.httpAgent&&(r.httpAgent=t.httpAgent),t.httpsAgent&&(r.httpsAgent=t.httpsAgent),t.digest&&(r._digest=t.digest),typeof t.withCredentials=="boolean"&&(r.withCredentials=t.withCredentials),r}function Ps(e){const t=Ym();return t.patchInline("request",n=>t.patchInline("fetch",_R,n.url,function(r){let o={};const i={method:r.method};if(r.headers&&(o=xu(o,r.headers)),r.data!==void 0){const[s,a]=function(c){if(typeof c=="string")return[c,{}];if(ty(c))return[c,{}];if(ey(c))return[c,{}];if(c&&typeof c=="object")return[JSON.stringify(c),{"content-type":"application/json"}];throw new Error("Unable to convert request body: Unexpected body type: "+typeof c)}(r.data);i.body=s,o=xu(o,a)}return r.signal&&(i.signal=r.signal),r.withCredentials&&(i.credentials="include"),i.headers=o,i}(n)),e)}var $R=pt(285);const Fs=e=>{if(typeof e!="string")throw new TypeError("invalid pattern");if(e.length>65536)throw new TypeError("pattern is too long")},DR={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},mo=e=>e.replace(/[[\]\\-]/g,"\\$&"),ry=e=>e.join(""),LR=(e,t)=>{const n=t;if(e.charAt(n)!=="[")throw new Error("not in a brace expression");const r=[],o=[];let i=n+1,s=!1,a=!1,c=!1,u=!1,l=n,f="";e:for(;i<e.length;){const v=e.charAt(i);if(v!=="!"&&v!=="^"||i!==n+1){if(v==="]"&&s&&!c){l=i+1;break}if(s=!0,v!=="\\"||c){if(v==="["&&!c){for(const[T,[b,g,h]]of Object.entries(DR))if(e.startsWith(T,i)){if(f)return["$.",!1,e.length-n,!0];i+=T.length,h?o.push(b):r.push(b),a=a||g;continue e}}c=!1,f?(v>f?r.push(mo(f)+"-"+mo(v)):v===f&&r.push(mo(v)),f="",i++):e.startsWith("-]",i+1)?(r.push(mo(v+"-")),i+=2):e.startsWith("-",i+1)?(f=v,i+=2):(r.push(mo(v)),i++)}else c=!0,i++}else u=!0,i++}if(l<i)return["",!1,0,!1];if(!r.length&&!o.length)return["$.",!1,e.length-n,!0];if(o.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!u)return[(d=r[0].length===2?r[0].slice(-1):r[0],d.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")),!1,l-n,!1];var d;const m="["+(u?"^":"")+ry(r)+"]",w="["+(u?"":"^")+ry(o)+"]";return[r.length&&o.length?"("+m+"|"+w+")":r.length?m:w,a,l-n,!0]},yo=function(e){let{windowsPathsNoEscape:t=!1}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1")},MR=new Set(["!","?","+","*","@"]),iy=e=>MR.has(e),$u="(?!\\.)",BR=new Set(["[","."]),jR=new Set(["..","."]),UR=new Set("().*{}+?[]^$\\!"),Du="[^/]",oy=Du+"*?",sy=Du+"+?",vn=class vn{constructor(t,n){Tn(this,di);Ee(this,"type");Tn(this,Kt);Tn(this,tn);Tn(this,Ar,!1);Tn(this,Rt,[]);Tn(this,Ut);Tn(this,xr);Tn(this,ui);Tn(this,kr,!1);Tn(this,nr);Tn(this,fi);Tn(this,xo,!1);let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.type=t,t&&$t(this,tn,!0),$t(this,Ut,n),$t(this,Kt,xe(this,Ut)?xe(xe(this,Ut),Kt):this),$t(this,nr,xe(this,Kt)===this?r:xe(xe(this,Kt),nr)),$t(this,ui,xe(this,Kt)===this?[]:xe(xe(this,Kt),ui)),t!=="!"||xe(xe(this,Kt),kr)||xe(this,ui).push(this),$t(this,xr,xe(this,Ut)?xe(xe(this,Ut),Rt).length:0)}get hasMagic(){if(xe(this,tn)!==void 0)return xe(this,tn);for(const t of xe(this,Rt))if(typeof t!="string"&&(t.type||t.hasMagic))return $t(this,tn,!0);return xe(this,tn)}toString(){return xe(this,fi)!==void 0?xe(this,fi):this.type?$t(this,fi,this.type+"("+xe(this,Rt).map(t=>String(t)).join("|")+")"):$t(this,fi,xe(this,Rt).map(t=>String(t)).join(""))}push(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];for(const o of n)if(o!==""){if(typeof o!="string"&&!(o instanceof vn&&xe(o,Ut)===this))throw new Error("invalid part: "+o);xe(this,Rt).push(o)}}toJSON(){var n;const t=this.type===null?xe(this,Rt).slice().map(r=>typeof r=="string"?r:r.toJSON()):[this.type,...xe(this,Rt).map(r=>r.toJSON())];return this.isStart()&&!this.type&&t.unshift([]),this.isEnd()&&(this===xe(this,Kt)||xe(xe(this,Kt),kr)&&((n=xe(this,Ut))==null?void 0:n.type)==="!")&&t.push({}),t}isStart(){var n;if(xe(this,Kt)===this)return!0;if(!((n=xe(this,Ut))!=null&&n.isStart()))return!1;if(xe(this,xr)===0)return!0;const t=xe(this,Ut);for(let r=0;r<xe(this,xr);r++){const o=xe(t,Rt)[r];if(!(o instanceof vn&&o.type==="!"))return!1}return!0}isEnd(){var n,r,o;if(xe(this,Kt)===this||((n=xe(this,Ut))==null?void 0:n.type)==="!")return!0;if(!((r=xe(this,Ut))!=null&&r.isEnd()))return!1;if(!this.type)return(o=xe(this,Ut))==null?void 0:o.isEnd();const t=xe(this,Ut)?xe(xe(this,Ut),Rt).length:0;return xe(this,xr)===t-1}copyIn(t){typeof t=="string"?this.push(t):this.push(t.clone(this))}clone(t){const n=new vn(this.type,t);for(const r of xe(this,Rt))n.copyIn(r);return n}static fromGlob(t){var o;let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const r=new vn(null,void 0,n);return Dr(o=vn,Nr,ha).call(o,t,r,0,n),r}toMMPattern(){if(this!==xe(this,Kt))return xe(this,Kt).toMMPattern();const t=this.toString(),[n,r,o,i]=this.toRegExpSource();if(!(o||xe(this,tn)||xe(this,nr).nocase&&!xe(this,nr).nocaseMagicOnly&&t.toUpperCase()!==t.toLowerCase()))return r;const s=(xe(this,nr).nocase?"i":"")+(i?"u":"");return Object.assign(new RegExp(`^${n}$`,s),{_src:n,_glob:t})}get options(){return xe(this,nr)}toRegExpSource(t){var c;const n=t??!!xe(this,nr).dot;if(xe(this,Kt)===this&&Dr(this,di,E0).call(this),!this.type){const u=this.isStart()&&this.isEnd(),l=xe(this,Rt).map(m=>{var g;const[w,v,T,b]=typeof m=="string"?Dr(g=vn,Nr,T0).call(g,m,xe(this,tn),u):m.toRegExpSource(t);return $t(this,tn,xe(this,tn)||T),$t(this,Ar,xe(this,Ar)||b),w}).join("");let f="";if(this.isStart()&&typeof xe(this,Rt)[0]=="string"&&(xe(this,Rt).length!==1||!jR.has(xe(this,Rt)[0]))){const m=BR,w=n&&m.has(l.charAt(0))||l.startsWith("\\.")&&m.has(l.charAt(2))||l.startsWith("\\.\\.")&&m.has(l.charAt(4)),v=!n&&!t&&m.has(l.charAt(0));f=w?"(?!(?:^|/)\\.\\.?(?:$|/))":v?$u:""}let d="";return this.isEnd()&&xe(xe(this,Kt),kr)&&((c=xe(this,Ut))==null?void 0:c.type)==="!"&&(d="(?:$|\\/)"),[f+l+d,yo(l),$t(this,tn,!!xe(this,tn)),xe(this,Ar)]}const r=this.type==="*"||this.type==="+",o=this.type==="!"?"(?:(?!(?:":"(?:";let i=Dr(this,di,Xf).call(this,n);if(this.isStart()&&this.isEnd()&&!i&&this.type!=="!"){const u=this.toString();return $t(this,Rt,[u]),this.type=null,$t(this,tn,void 0),[u,yo(this.toString()),!1,!1]}let s=!r||t||n?"":Dr(this,di,Xf).call(this,!0);s===i&&(s=""),s&&(i=`(?:${i})(?:${s})*?`);let a="";return a=this.type==="!"&&xe(this,xo)?(this.isStart()&&!n?$u:"")+sy:o+i+(this.type==="!"?"))"+(!this.isStart()||n||t?"":$u)+oy+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&s?")":this.type==="*"&&s?")?":`)${this.type}`),[a,yo(i),$t(this,tn,!!xe(this,tn)),xe(this,Ar)]}};Kt=new WeakMap,tn=new WeakMap,Ar=new WeakMap,Rt=new WeakMap,Ut=new WeakMap,xr=new WeakMap,ui=new WeakMap,kr=new WeakMap,nr=new WeakMap,fi=new WeakMap,xo=new WeakMap,di=new WeakSet,E0=function(){if(this!==xe(this,Kt))throw new Error("should only call on root");if(xe(this,kr))return this;let t;for(this.toString(),$t(this,kr,!0);t=xe(this,ui).pop();){if(t.type!=="!")continue;let n=t,r=xe(n,Ut);for(;r;){for(let o=xe(n,xr)+1;!r.type&&o<xe(r,Rt).length;o++)for(const i of xe(t,Rt)){if(typeof i=="string")throw new Error("string part in extglob AST??");i.copyIn(xe(r,Rt)[o])}n=r,r=xe(n,Ut)}}return this},Nr=new WeakSet,ha=function(t,n,r,o){var m,w;let i=!1,s=!1,a=-1,c=!1;if(n.type===null){let v=r,T="";for(;v<t.length;){const b=t.charAt(v++);if(i||b==="\\")i=!i,T+=b;else if(s)v===a+1?b!=="^"&&b!=="!"||(c=!0):b!=="]"||v===a+2&&c||(s=!1),T+=b;else if(b!=="[")if(o.noext||!iy(b)||t.charAt(v)!=="(")T+=b;else{n.push(T),T="";const g=new vn(b,n);v=Dr(m=vn,Nr,ha).call(m,t,g,v,o),n.push(g)}else s=!0,a=v,c=!1,T+=b}return n.push(T),v}let u=r+1,l=new vn(null,n);const f=[];let d="";for(;u<t.length;){const v=t.charAt(u++);if(i||v==="\\")i=!i,d+=v;else if(s)u===a+1?v!=="^"&&v!=="!"||(c=!0):v!=="]"||u===a+2&&c||(s=!1),d+=v;else if(v!=="[")if(iy(v)&&t.charAt(u)==="("){l.push(d),d="";const T=new vn(v,l);l.push(T),u=Dr(w=vn,Nr,ha).call(w,t,T,u,o)}else if(v!=="|"){if(v===")")return d===""&&xe(n,Rt).length===0&&$t(n,xo,!0),l.push(d),d="",n.push(...f,l),u;d+=v}else l.push(d),d="",f.push(l),l=new vn(null,n);else s=!0,a=u,c=!1,d+=v}return n.type=null,$t(n,tn,void 0),$t(n,Rt,[t.substring(r-1)]),u},Xf=function(t){return xe(this,Rt).map(n=>{if(typeof n=="string")throw new Error("string type in extglob ast??");const[r,o,i,s]=n.toRegExpSource(t);return $t(this,Ar,xe(this,Ar)||s),r}).filter(n=>!(this.isStart()&&this.isEnd()&&!n)).join("|")},T0=function(t,n){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2],o=!1,i="",s=!1;for(let a=0;a<t.length;a++){const c=t.charAt(a);if(o)o=!1,i+=(UR.has(c)?"\\":"")+c;else if(c!=="\\"){if(c==="["){const[u,l,f,d]=LR(t,a);if(f){i+=u,s=s||l,a+=f-1,n=n||d;continue}}c!=="*"?c!=="?"?i+=c.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):(i+=Du,n=!0):(i+=r&&t==="*"?sy:oy,n=!0)}else a===t.length-1?i+="\\\\":o=!0}return[i,yo(t),!!n,s]},Tn(vn,Nr);let Os=vn;const an=function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Fs(t),!(!n.nocomment&&t.charAt(0)==="#")&&new xs(t,n).match(e)},qR=/^\*+([^+@!?\*\[\(]*)$/,VR=e=>t=>!t.startsWith(".")&&t.endsWith(e),zR=e=>t=>t.endsWith(e),WR=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),HR=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),GR=/^\*+\.\*+$/,KR=e=>!e.startsWith(".")&&e.includes("."),QR=e=>e!=="."&&e!==".."&&e.includes("."),XR=/^\.\*+$/,YR=e=>e!=="."&&e!==".."&&e.startsWith("."),JR=/^\*+$/,ZR=e=>e.length!==0&&!e.startsWith("."),e_=e=>e.length!==0&&e!=="."&&e!=="..",t_=/^\?+([^+@!?\*\[\(]*)?$/,n_=e=>{let[t,n=""]=e;const r=ay([t]);return n?(n=n.toLowerCase(),o=>r(o)&&o.toLowerCase().endsWith(n)):r},r_=e=>{let[t,n=""]=e;const r=ly([t]);return n?(n=n.toLowerCase(),o=>r(o)&&o.toLowerCase().endsWith(n)):r},i_=e=>{let[t,n=""]=e;const r=ly([t]);return n?o=>r(o)&&o.endsWith(n):r},o_=e=>{let[t,n=""]=e;const r=ay([t]);return n?o=>r(o)&&o.endsWith(n):r},ay=e=>{let[t]=e;const n=t.length;return r=>r.length===n&&!r.startsWith(".")},ly=e=>{let[t]=e;const n=t.length;return r=>r.length===n&&r!=="."&&r!==".."},cy=typeof ye=="object"&&ye?typeof ye.env=="object"&&ye.env&&ye.env.__MINIMATCH_TESTING_PLATFORM__||ye.platform:"posix";an.sep=cy==="win32"?"\\":"/";const Ln=Symbol("globstar **");an.GLOBSTAR=Ln,an.filter=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return n=>an(n,e,t)};const Mn=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Object.assign({},e,t)};an.defaults=e=>{if(!e||typeof e!="object"||!Object.keys(e).length)return an;const t=an;return Object.assign(function(n,r){return t(n,r,Mn(e,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{}))},{Minimatch:class extends t.Minimatch{constructor(n){super(n,Mn(e,arguments.length>1&&arguments[1]!==void 0?arguments[1]:{}))}static defaults(n){return t.defaults(Mn(e,n)).Minimatch}},AST:class extends t.AST{constructor(n,r){super(n,r,Mn(e,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{}))}static fromGlob(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.AST.fromGlob(n,Mn(e,r))}},unescape:function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.unescape(n,Mn(e,r))},escape:function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.escape(n,Mn(e,r))},filter:function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.filter(n,Mn(e,r))},defaults:n=>t.defaults(Mn(e,n)),makeRe:function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.makeRe(n,Mn(e,r))},braceExpand:function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t.braceExpand(n,Mn(e,r))},match:function(n,r){let o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return t.match(n,r,Mn(e,o))},sep:t.sep,GLOBSTAR:Ln})};const uy=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Fs(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e)?[e]:$R(e)};an.braceExpand=uy,an.makeRe=function(e){return new xs(e,arguments.length>1&&arguments[1]!==void 0?arguments[1]:{}).makeRe()},an.match=function(e,t){const n=new xs(t,arguments.length>2&&arguments[2]!==void 0?arguments[2]:{});return e=e.filter(r=>n.match(r)),n.options.nonull&&!e.length&&e.push(t),e};const fy=/[?*]|[+@!]\(.*?\)|\[|\]/;class xs{constructor(t){Ee(this,"options");Ee(this,"set");Ee(this,"pattern");Ee(this,"windowsPathsNoEscape");Ee(this,"nonegate");Ee(this,"negate");Ee(this,"comment");Ee(this,"empty");Ee(this,"preserveMultipleSlashes");Ee(this,"partial");Ee(this,"globSet");Ee(this,"globParts");Ee(this,"nocase");Ee(this,"isWindows");Ee(this,"platform");Ee(this,"windowsNoMagicRoot");Ee(this,"regexp");let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Fs(t),n=n||{},this.options=n,this.pattern=t,this.platform=n.platform||cy,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!n.windowsPathsNoEscape||n.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!n.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!n.nonegate,this.comment=!1,this.empty=!1,this.partial=!!n.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=n.windowsNoMagicRoot!==void 0?n.windowsNoMagicRoot:!(!this.isWindows||!this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(const t of this.set)for(const n of t)if(typeof n!="string")return!0;return!1}debug(){}make(){const t=this.pattern,n=this.options;if(!n.nocomment&&t.charAt(0)==="#")return void(this.comment=!0);if(!t)return void(this.empty=!0);this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],n.debug&&(this.debug=function(){return console.error(...arguments)}),this.debug(this.pattern,this.globSet);const r=this.globSet.map(i=>this.slashSplit(i));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let o=this.globParts.map((i,s,a)=>{if(this.isWindows&&this.windowsNoMagicRoot){const c=!(i[0]!==""||i[1]!==""||i[2]!=="?"&&fy.test(i[2])||fy.test(i[3])),u=/^[a-z]:/i.test(i[0]);if(c)return[...i.slice(0,4),...i.slice(4).map(l=>this.parse(l))];if(u)return[i[0],...i.slice(1).map(l=>this.parse(l))]}return i.map(c=>this.parse(c))});if(this.debug(this.pattern,o),this.set=o.filter(i=>i.indexOf(!1)===-1),this.isWindows)for(let i=0;i<this.set.length;i++){const s=this.set[i];s[0]===""&&s[1]===""&&this.globParts[i][2]==="?"&&typeof s[3]=="string"&&/^[a-z]:$/i.test(s[3])&&(s[2]="?")}this.debug(this.pattern,this.set)}preprocess(t){if(this.options.noglobstar)for(let r=0;r<t.length;r++)for(let o=0;o<t[r].length;o++)t[r][o]==="**"&&(t[r][o]="*");const{optimizationLevel:n=1}=this.options;return n>=2?(t=this.firstPhasePreProcess(t),t=this.secondPhasePreProcess(t)):t=n>=1?this.levelOneOptimize(t):this.adjascentGlobstarOptimize(t),t}adjascentGlobstarOptimize(t){return t.map(n=>{let r=-1;for(;(r=n.indexOf("**",r+1))!==-1;){let o=r;for(;n[o+1]==="**";)o++;o!==r&&n.splice(r,o-r)}return n})}levelOneOptimize(t){return t.map(n=>(n=n.reduce((r,o)=>{const i=r[r.length-1];return o==="**"&&i==="**"?r:o===".."&&i&&i!==".."&&i!=="."&&i!=="**"?(r.pop(),r):(r.push(o),r)},[])).length===0?[""]:n)}levelTwoFileOptimize(t){Array.isArray(t)||(t=this.slashSplit(t));let n=!1;do{if(n=!1,!this.preserveMultipleSlashes){for(let o=1;o<t.length-1;o++){const i=t[o];o===1&&i===""&&t[0]===""||i!=="."&&i!==""||(n=!0,t.splice(o,1),o--)}t[0]!=="."||t.length!==2||t[1]!=="."&&t[1]!==""||(n=!0,t.pop())}let r=0;for(;(r=t.indexOf("..",r+1))!==-1;){const o=t[r-1];o&&o!=="."&&o!==".."&&o!=="**"&&(n=!0,t.splice(r-1,2),r-=2)}}while(n);return t.length===0?[""]:t}firstPhasePreProcess(t){let n=!1;do{n=!1;for(let r of t){let o=-1;for(;(o=r.indexOf("**",o+1))!==-1;){let s=o;for(;r[s+1]==="**";)s++;s>o&&r.splice(o+1,s-o);let a=r[o+1];const c=r[o+2],u=r[o+3];if(a!==".."||!c||c==="."||c===".."||!u||u==="."||u==="..")continue;n=!0,r.splice(o,1);const l=r.slice(0);l[o]="**",t.push(l),o--}if(!this.preserveMultipleSlashes){for(let s=1;s<r.length-1;s++){const a=r[s];s===1&&a===""&&r[0]===""||a!=="."&&a!==""||(n=!0,r.splice(s,1),s--)}r[0]!=="."||r.length!==2||r[1]!=="."&&r[1]!==""||(n=!0,r.pop())}let i=0;for(;(i=r.indexOf("..",i+1))!==-1;){const s=r[i-1];if(s&&s!=="."&&s!==".."&&s!=="**"){n=!0;const a=i===1&&r[i+1]==="**"?["."]:[];r.splice(i-1,2,...a),r.length===0&&r.push(""),i-=2}}}}while(n);return t}secondPhasePreProcess(t){for(let n=0;n<t.length-1;n++)for(let r=n+1;r<t.length;r++){const o=this.partsMatch(t[n],t[r],!this.preserveMultipleSlashes);if(o){t[n]=[],t[r]=o;break}}return t.filter(n=>n.length)}partsMatch(t,n){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2],o=0,i=0,s=[],a="";for(;o<t.length&&i<n.length;)if(t[o]===n[i])s.push(a==="b"?n[i]:t[o]),o++,i++;else if(r&&t[o]==="**"&&n[i]===t[o+1])s.push(t[o]),o++;else if(r&&n[i]==="**"&&t[o]===n[i+1])s.push(n[i]),i++;else if(t[o]!=="*"||!n[i]||!this.options.dot&&n[i].startsWith(".")||n[i]==="**"){if(n[i]!=="*"||!t[o]||!this.options.dot&&t[o].startsWith(".")||t[o]==="**"||a==="a")return!1;a="b",s.push(n[i]),o++,i++}else{if(a==="b")return!1;a="a",s.push(t[o]),o++,i++}return t.length===n.length&&s}parseNegate(){if(this.nonegate)return;const t=this.pattern;let n=!1,r=0;for(let o=0;o<t.length&&t.charAt(o)==="!";o++)n=!n,r++;r&&(this.pattern=t.slice(r)),this.negate=n}matchOne(t,n){let r=arguments.length>2&&arguments[2]!==void 0&&arguments[2];const o=this.options;if(this.isWindows){const v=typeof t[0]=="string"&&/^[a-z]:$/i.test(t[0]),T=!v&&t[0]===""&&t[1]===""&&t[2]==="?"&&/^[a-z]:$/i.test(t[3]),b=typeof n[0]=="string"&&/^[a-z]:$/i.test(n[0]),g=T?3:v?0:void 0,h=!b&&n[0]===""&&n[1]===""&&n[2]==="?"&&typeof n[3]=="string"&&/^[a-z]:$/i.test(n[3])?3:b?0:void 0;if(typeof g=="number"&&typeof h=="number"){const[y,S]=[t[g],n[h]];y.toLowerCase()===S.toLowerCase()&&(n[h]=y,h>g?n=n.slice(h):g>h&&(t=t.slice(g)))}}const{optimizationLevel:i=1}=this.options;i>=2&&(t=this.levelTwoFileOptimize(t)),this.debug("matchOne",this,{file:t,pattern:n}),this.debug("matchOne",t.length,n.length);for(var s=0,a=0,c=t.length,u=n.length;s<c&&a<u;s++,a++){this.debug("matchOne loop");var l=n[a],f=t[s];if(this.debug(n,l,f),l===!1)return!1;if(l===Ln){this.debug("GLOBSTAR",[n,l,f]);var d=s,m=a+1;if(m===u){for(this.debug("** at the end");s<c;s++)if(t[s]==="."||t[s]===".."||!o.dot&&t[s].charAt(0)===".")return!1;return!0}for(;d<c;){var w=t[d];if(this.debug(`
|
|
43
|
+
globstar while`,t,d,n,m,w),this.matchOne(t.slice(d),n.slice(m),r))return this.debug("globstar found match!",d,c,w),!0;if(w==="."||w===".."||!o.dot&&w.charAt(0)==="."){this.debug("dot detected!",t,d,n,m);break}this.debug("globstar swallow a segment, and continue"),d++}return!(!r||(this.debug(`
|
|
44
|
+
>>> no match, partial?`,t,d,n,m),d!==c))}let v;if(typeof l=="string"?(v=f===l,this.debug("string match",l,f,v)):(v=l.test(f),this.debug("pattern match",l,f,v)),!v)return!1}if(s===c&&a===u)return!0;if(s===c)return r;if(a===u)return s===c-1&&t[s]==="";throw new Error("wtf?")}braceExpand(){return uy(this.pattern,this.options)}parse(t){Fs(t);const n=this.options;if(t==="**")return Ln;if(t==="")return"";let r,o=null;(r=t.match(JR))?o=n.dot?e_:ZR:(r=t.match(qR))?o=(n.nocase?n.dot?HR:WR:n.dot?zR:VR)(r[1]):(r=t.match(t_))?o=(n.nocase?n.dot?r_:n_:n.dot?i_:o_)(r):(r=t.match(GR))?o=n.dot?QR:KR:(r=t.match(XR))&&(o=YR);const i=Os.fromGlob(t,this.options).toMMPattern();return o&&typeof i=="object"&&Reflect.defineProperty(i,"test",{value:o}),i}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;const t=this.set;if(!t.length)return this.regexp=!1,this.regexp;const n=this.options,r=n.noglobstar?"[^/]*?":n.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",o=new Set(n.nocase?["i"]:[]);let i=t.map(c=>{const u=c.map(l=>{if(l instanceof RegExp)for(const f of l.flags.split(""))o.add(f);return typeof l=="string"?l.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"):l===Ln?Ln:l._src});return u.forEach((l,f)=>{const d=u[f+1],m=u[f-1];l===Ln&&m!==Ln&&(m===void 0?d!==void 0&&d!==Ln?u[f+1]="(?:\\/|"+r+"\\/)?"+d:u[f]=r:d===void 0?u[f-1]=m+"(?:\\/|"+r+")?":d!==Ln&&(u[f-1]=m+"(?:\\/|\\/"+r+"\\/)"+d,u[f+1]=Ln))}),u.filter(l=>l!==Ln).join("/")}).join("|");const[s,a]=t.length>1?["(?:",")"]:["",""];i="^"+s+i+a+"$",this.negate&&(i="^(?!"+i+").+$");try{this.regexp=new RegExp(i,[...o].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(t){return this.preserveMultipleSlashes?t.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(t)?["",...t.split(/\/+/)]:t.split(/\/+/)}match(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.partial;if(this.debug("match",t,this.pattern),this.comment)return!1;if(this.empty)return t==="";if(t==="/"&&n)return!0;const r=this.options;this.isWindows&&(t=t.split("\\").join("/"));const o=this.slashSplit(t);this.debug(this.pattern,"split",o);const i=this.set;this.debug(this.pattern,"set",i);let s=o[o.length-1];if(!s)for(let a=o.length-2;!s&&a>=0;a--)s=o[a];for(let a=0;a<i.length;a++){const c=i[a];let u=o;if(r.matchBase&&c.length===1&&(u=[s]),this.matchOne(u,c,n))return!!r.flipNegate||!this.negate}return!r.flipNegate&&this.negate}static defaults(t){return an.defaults(t).Minimatch}}function Lu(e){const t=new Error(`${arguments.length>1&&arguments[1]!==void 0?arguments[1]:""}Invalid response: ${e.status} ${e.statusText}`);return t.status=e.status,t.response=e,t}function Ht(e,t){const{status:n}=t;if(n===401&&e.digest)return t;if(n>=400)throw Lu(t);return t}function Zr(e,t){return arguments.length>2&&arguments[2]!==void 0&&arguments[2]?{data:t,headers:e.headers?OR(e.headers):{},status:e.status,statusText:e.statusText}:t}an.AST=Os,an.Minimatch=xs,an.escape=function(e){let{windowsPathsNoEscape:t=!1}=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&")},an.unescape=yo;const s_=(dy=function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:Ct(e.remoteURL,It(t)),method:"COPY",headers:{Destination:Ct(e.remoteURL,It(n)),Overwrite:r.overwrite===!1?"F":"T",Depth:r.shallow?"0":"infinity"}},e,r);return s=function(a){Ht(e,a)},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s},function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];try{return Promise.resolve(dy.apply(this,e))}catch(n){return Promise.reject(n)}});var dy,Mu=pt(635),a_=pt(829),vr=pt.n(a_),Oi=function(e){return e.Array="array",e.Object="object",e.Original="original",e}(Oi||{});function ks(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Oi.Original;const r=vr().get(e,t);return n==="array"&&Array.isArray(r)===!1?[r]:n==="object"&&Array.isArray(r)?r[0]:r}function bo(e){return new Promise(t=>{t(function(n){const{multistatus:r}=n;if(r==="")return{multistatus:{response:[]}};if(!r)throw new Error("Invalid response: No root multistatus found");const o={multistatus:Array.isArray(r)?r[0]:r};return vr().set(o,"multistatus.response",ks(o,"multistatus.response",Oi.Array)),vr().set(o,"multistatus.response",vr().get(o,"multistatus.response").map(i=>function(s){const a=Object.assign({},s);return a.status?vr().set(a,"status",ks(a,"status",Oi.Object)):(vr().set(a,"propstat",ks(a,"propstat",Oi.Object)),vr().set(a,"propstat.prop",ks(a,"propstat.prop",Oi.Object))),a}(i))),o}(new Mu.XMLParser({allowBooleanAttributes:!0,attributeNamePrefix:"",textNodeName:"text",ignoreAttributes:!1,removeNSPrefix:!0,numberParseOptions:{hex:!0,leadingZeros:!1},attributeValueProcessor:(n,r,o)=>r==="true"||r==="false"?r==="true":r,tagValueProcessor(n,r,o){if(!o.endsWith("propstat.prop.displayname"))return r}}).parse(e)))})}function Ns(e,t){let n=arguments.length>2&&arguments[2]!==void 0&&arguments[2];const{getlastmodified:r=null,getcontentlength:o="0",resourcetype:i=null,getcontenttype:s=null,getetag:a=null}=e,c=i&&typeof i=="object"&&i.collection!==void 0?"directory":"file",u={filename:t,basename:_s().basename(t),lastmod:r,size:parseInt(o,10),type:c,etag:typeof a=="string"?a.replace(/"/g,""):null};return c==="file"&&(u.mime=s&&typeof s=="string"?s.split(";")[0]:""),n&&(e.displayname!==void 0&&(e.displayname=String(e.displayname)),u.props=e),u}function py(e,t){let n=arguments.length>2&&arguments[2]!==void 0&&arguments[2],r=null;try{e.multistatus.response[0].propstat&&(r=e.multistatus.response[0])}catch{}if(!r)throw new Error("Failed getting item stat: bad response");const{propstat:{prop:o,status:i}}=r,[s,a,c]=i.split(" ",3),u=parseInt(a,10);if(u>=400){const l=new Error(`Invalid response: ${u} ${c}`);throw l.status=u,l}return Ns(o,ho(t),n)}function hy(e){switch(String(e)){case"-3":return"unlimited";case"-2":case"-1":return"unknown";default:return parseInt(String(e),10)}}function Bu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const ju=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{details:r=!1}=n,o=Wt({url:Ct(e.remoteURL,It(t)),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:"0"}},e,n);return Bu(zt(o,e),function(i){return Ht(e,i),Bu(i.text(),function(s){return Bu(bo(s),function(a){const c=py(a,t,r);return Zr(i,c,r)})})})});function gy(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const l_=my(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=function(i){if(!i||i==="/")return[];let s=i;const a=[];do a.push(s),s=_s().dirname(s);while(s&&s!=="/");return a}(ho(t));r.sort((i,s)=>i.length>s.length?1:s.length>i.length?-1:0);let o=!1;return function(i,s,a){if(typeof i[by]=="function"){let v=function(T){try{for(;!(c=f.next()).done;)if((T=s(c.value))&&T.then){if(!vy(T))return void T.then(v,l||(l=yn.bind(null,u=new xi,2)));T=T.v}u?yn(u,1,T):u=T}catch(b){yn(u||(u=new xi),2,b)}};var c,u,l,f=i[by]();if(v(),f.return){var d=function(T){try{c.done||f.return()}catch{}return T};if(u&&u.then)return u.then(d,function(T){throw d(T)});d()}return u}if(!("length"in i))throw new TypeError("Object is not iterable");for(var m=[],w=0;w<i.length;w++)m.push(i[w]);return function(v,T,b){var g,h,y=-1;return function S(E){try{for(;++y<v.length&&(!b||!b());)if((E=T(y))&&E.then){if(!vy(E))return void E.then(S,h||(h=yn.bind(null,g=new xi,2)));E=E.v}g?yn(g,1,E):g=E}catch(R){yn(g||(g=new xi),2,R)}}(),g}(m,function(v){return s(m[v])},a)}(r,function(i){return s=function(){return function(c,u){try{var l=gy(ju(e,i),function(f){if(f.type!=="directory")throw new Error(`Path includes a file: ${t}`)})}catch(f){return u(f)}return l&&l.then?l.then(void 0,u):l}(0,function(c){const u=c;return function(){if(u.status===404)return o=!0,yy(Uu(e,i,{...n,recursive:!1}));throw c}()})},(a=function(){if(o)return yy(Uu(e,i,{...n,recursive:!1}))}())&&a.then?a.then(s):s();var s,a},function(){return!1})});function my(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}function c_(){}function yy(e,t){return e&&e.then?e.then(c_):Promise.resolve()}const by=typeof Symbol<"u"?Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")):"@@iterator";function yn(e,t,n){if(!e.s){if(n instanceof xi){if(!n.s)return void(n.o=yn.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(yn.bind(null,e,t),yn.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}const xi=function(){function e(){}return e.prototype.then=function(t,n){const r=new e,o=this.s;if(o){const i=1&o?t:n;if(i){try{yn(r,1,i(this.v))}catch(s){yn(r,2,s)}return r}return this}return this.o=function(i){try{const s=i.v;1&i.s?yn(r,1,t?t(s):s):n?yn(r,1,n(s)):yn(r,2,s)}catch(s){yn(r,2,s)}},r},e}();function vy(e){return e instanceof xi&&1&e.s}const Uu=my(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(n.recursive===!0)return l_(e,t,n);const r=Wt({url:Ct(e.remoteURL,(o=It(t),o.endsWith("/")?o:o+"/")),method:"MKCOL"},e,n);var o;return gy(zt(r,e),function(i){Ht(e,i)})});var u_=pt(388),wy=pt.n(u_);const f_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r={};if(typeof n.range=="object"&&typeof n.range.start=="number"){let a=`bytes=${n.range.start}-`;typeof n.range.end=="number"&&(a=`${a}${n.range.end}`),r.Range=a}const o=Wt({url:Ct(e.remoteURL,It(t)),method:"GET",headers:r},e,n);return s=function(a){if(Ht(e,a),r.Range&&a.status!==206){const c=new Error(`Invalid response code for partial request: ${a.status}`);throw c.status=a.status,c}return n.callback&&setTimeout(()=>{n.callback(a)},0),a.body},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s}),d_=()=>{},p_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t,n){n.url||(n.url=Ct(e.remoteURL,It(t)));const r=Wt(n,e,{});return i=function(s){return Ht(e,s),s},(o=zt(r,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i}),h_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=Wt({url:Ct(e.remoteURL,It(t)),method:"DELETE"},e,n);return i=function(s){Ht(e,s)},(o=zt(r,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i}),g_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return function(r,o){try{var i=(s=ju(e,t,n),a=function(){return!0},c?a?a(s):s:(s&&s.then||(s=Promise.resolve(s)),a?s.then(a):s))}catch(u){return o(u)}var s,a,c;return i&&i.then?i.then(void 0,o):i}(0,function(r){if(r.status===404)return!1;throw r})});function qu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const m_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=Wt({url:Ct(e.remoteURL,It(t),"/"),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:n.deep?"infinity":"1"}},e,n);return qu(zt(r,e),function(o){return Ht(e,o),qu(o.text(),function(i){if(!i)throw new Error("Failed parsing directory contents: Empty response");return qu(bo(i),function(s){const a=Vm(t);let c=function(u,l,f){let d=arguments.length>3&&arguments[3]!==void 0&&arguments[3],m=arguments.length>4&&arguments[4]!==void 0&&arguments[4];const w=_s().join(l,"/"),{multistatus:{response:v}}=u,T=v.map(b=>{const g=function(y){try{return y.replace(/^https?:\/\/[^\/]+/,"")}catch(S){throw new gn(S,"Failed normalising HREF")}}(b.href),{propstat:{prop:h}}=b;return Ns(h,w==="/"?decodeURIComponent(ho(g)):ho(_s().relative(decodeURIComponent(w),decodeURIComponent(g))),d)});return m?T:T.filter(b=>b.basename&&(b.type==="file"||b.filename!==f.replace(/\/$/,"")))}(s,Vm(e.remoteBasePath||e.remotePath),a,n.details,n.includeSelf);return n.glob&&(c=function(u,l){return u.filter(f=>an(f.filename,l,{matchBase:!0}))}(c,n.glob)),Zr(o,c,n.details)})})})});function Vu(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}const y_=Vu(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=Wt({url:Ct(e.remoteURL,It(t)),method:"GET",headers:{Accept:"text/plain"},transformResponse:[w_]},e,n);return $s(zt(r,e),function(o){return Ht(e,o),$s(o.text(),function(i){return Zr(o,i,n.details)})})});function $s(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const b_=Vu(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=Wt({url:Ct(e.remoteURL,It(t)),method:"GET"},e,n);return $s(zt(r,e),function(o){let i;return Ht(e,o),function(s,a){var c=s();return c&&c.then?c.then(a):a()}(function(){return $s(o.arrayBuffer(),function(s){i=s})},function(){return Zr(o,i,n.details)})})}),v_=Vu(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{format:r="binary"}=n;if(r!=="binary"&&r!=="text")throw new gn({info:{code:br.InvalidOutputFormat}},`Invalid output format: ${r}`);return r==="text"?y_(e,t,n):b_(e,t,n)}),w_=e=>e;function S_(e){return new Mu.XMLBuilder({attributeNamePrefix:"@_",format:!0,ignoreAttributes:!1,suppressEmptyNode:!0}).build(Sy({lockinfo:{"@_xmlns:d":"DAV:",lockscope:{exclusive:{}},locktype:{write:{}},owner:{href:e}}},"d"))}function Sy(e,t){const n={...e};for(const r in n)n.hasOwnProperty(r)&&(n[r]&&typeof n[r]=="object"&&r.indexOf(":")===-1?(n[`${t}:${r}`]=Sy(n[r],t),delete n[r]):/^@_/.test(r)===!1&&(n[`${t}:${r}`]=n[r],delete n[r]));return n}function zu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}function Ey(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}const E_=Ey(function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:Ct(e.remoteURL,It(t)),method:"UNLOCK",headers:{"Lock-Token":n}},e,r);return zu(zt(o,e),function(i){if(Ht(e,i),i.status!==204&&i.status!==200)throw Lu(i)})}),T_=Ey(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{refreshToken:r,timeout:o=A_}=n,i={Accept:"text/plain,application/xml",Timeout:o};r&&(i.If=r);const s=Wt({url:Ct(e.remoteURL,It(t)),method:"LOCK",headers:i,data:S_(e.contactHref)},e,n);return zu(zt(s,e),function(a){return Ht(e,a),zu(a.text(),function(c){const u=(d=c,new Mu.XMLParser({removeNSPrefix:!0,parseAttributeValue:!0,parseTagValue:!0}).parse(d)),l=vr().get(u,"prop.lockdiscovery.activelock.locktoken.href"),f=vr().get(u,"prop.lockdiscovery.activelock.timeout");var d;if(!l)throw Lu(a,"No lock token received: ");return{token:l,serverTimeout:f}})})}),A_="Infinite, Second-4100000000";function Wu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const R_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const n=t.path||"/",r=Wt({url:Ct(e.remoteURL,n),method:"PROPFIND",headers:{Accept:"text/plain,application/xml",Depth:"0"}},e,t);return Wu(zt(r,e),function(o){return Ht(e,o),Wu(o.text(),function(i){return Wu(bo(i),function(s){const a=function(c){try{const[u]=c.multistatus.response,{propstat:{prop:{"quota-used-bytes":l,"quota-available-bytes":f}}}=u;return l!==void 0&&f!==void 0?{used:parseInt(String(l),10),available:hy(f)}:null}catch{}return null}(s);return Zr(o,a,t.details)})})})});function Hu(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const __=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{details:r=!1}=n,o=Wt({url:Ct(e.remoteURL,It(t)),method:"SEARCH",headers:{Accept:"text/plain,application/xml","Content-Type":e.headers["Content-Type"]||"application/xml; charset=utf-8"}},e,n);return Hu(zt(o,e),function(i){return Ht(e,i),Hu(i.text(),function(s){return Hu(bo(s),function(a){const c=function(u,l,f){const d={truncated:!1,results:[]};return d.truncated=u.multistatus.response.some(m=>{var w,v;return((v=(m.status||((w=m.propstat)==null?void 0:w.status)).split(" ",3))==null?void 0:v[1])==="507"&&m.href.replace(/\/$/,"").endsWith(It(l).replace(/\/$/,""))}),u.multistatus.response.forEach(m=>{if(m.propstat===void 0)return;const w=m.href.split("/").map(decodeURIComponent).join("/");d.results.push(Ns(m.propstat.prop,w,f))}),d}(a,t,r);return Zr(i,c,r)})})})}),I_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=Wt({url:Ct(e.remoteURL,It(t)),method:"MOVE",headers:{Destination:Ct(e.remoteURL,It(n)),Overwrite:r.overwrite===!1?"F":"T"}},e,r);return s=function(a){Ht(e,a)},(i=zt(o,e))&&i.then||(i=Promise.resolve(i)),s?i.then(s):i;var i,s});var C_=pt(172);const P_=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const{contentLength:o=!0,overwrite:i=!0}=r,s={"Content-Type":"application/octet-stream"};o===!1||(s["Content-Length"]=typeof o=="number"?`${o}`:`${function(l){if(ey(l))return l.byteLength;if(ty(l))return l.length;if(typeof l=="string")return(0,C_.d)(l);throw new gn({info:{code:br.DataTypeNoLength}},"Cannot calculate data length: Invalid type")}(n)}`),i||(s["If-None-Match"]="*");const a=Wt({url:Ct(e.remoteURL,It(t)),method:"PUT",headers:s,data:n},e,r);return u=function(l){try{Ht(e,l)}catch(f){const d=f;if(d.status!==412||i)throw d;return!1}return!0},(c=zt(a,e))&&c.then||(c=Promise.resolve(c)),u?c.then(u):c;var c,u}),Ty=function(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}(function(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=Wt({url:Ct(e.remoteURL,It(t)),method:"OPTIONS"},e,n);return i=function(s){try{Ht(e,s)}catch(a){throw a}return{compliance:(s.headers.get("DAV")??"").split(",").map(a=>a.trim()),server:s.headers.get("Server")??""}},(o=zt(r,e))&&o.then||(o=Promise.resolve(o)),i?o.then(i):o;var o,i});function vo(e,t,n){return n?t?t(e):e:(e&&e.then||(e=Promise.resolve(e)),t?e.then(t):e)}const F_=Gu(function(e,t,n,r,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(n>r||n<0)throw new gn({info:{code:br.InvalidUpdateRange}},`Invalid update range ${n} for partial update`);const s={"Content-Type":"application/octet-stream","Content-Length":""+(r-n+1),"Content-Range":`bytes ${n}-${r}/*`},a=Wt({url:Ct(e.remoteURL,It(t)),method:"PUT",headers:s,data:o},e,i);return vo(zt(a,e),function(c){Ht(e,c)})});function Ay(e,t){var n=e();return n&&n.then?n.then(t):t(n)}const O_=Gu(function(e,t,n,r,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(n>r||n<0)throw new gn({info:{code:br.InvalidUpdateRange}},`Invalid update range ${n} for partial update`);const s={"Content-Type":"application/x-sabredav-partialupdate","Content-Length":""+(r-n+1),"X-Update-Range":`bytes=${n}-${r}`},a=Wt({url:Ct(e.remoteURL,It(t)),method:"PATCH",headers:s,data:o},e,i);return vo(zt(a,e),function(c){Ht(e,c)})});function Gu(e){return function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];try{return Promise.resolve(e.apply(this,t))}catch(r){return Promise.reject(r)}}}const x_=Gu(function(e,t,n,r,o){let i=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};return vo(Ty(e,t,i),function(s){let a=!1;return Ay(function(){if(s.compliance.includes("sabredav-partialupdate"))return vo(O_(e,t,n,r,o,i),function(c){return a=!0,c})},function(c){let u=!1;return a?c:Ay(function(){if(s.server.includes("Apache")&&s.compliance.includes("<http://apache.org/dav/propset/fs/1>"))return vo(F_(e,t,n,r,o,i),function(l){return u=!0,l})},function(l){if(u)return l;throw new gn({info:{code:br.NotSupported}},"Not supported")})})})}),k_="https://github.com/perry-mitchell/webdav-client/blob/master/LOCK_CONTACT.md";function N_(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{authType:n=null,remoteBasePath:r,contactHref:o=k_,ha1:i,headers:s={},httpAgent:a,httpsAgent:c,password:u,token:l,username:f,withCredentials:d}=t;let m=n;m||(m=f||u?mn.Password:mn.None);const w={authType:m,remoteBasePath:r,contactHref:o,ha1:i,headers:Object.assign({},s),httpAgent:a,httpsAgent:c,password:u,remotePath:ER(e),remoteURL:e,token:l,username:f,withCredentials:d};return Qm(w,f,u,l,i),{copyFile:(v,T,b)=>s_(w,v,T,b),createDirectory:(v,T)=>Uu(w,v,T),createReadStream:(v,T)=>function(b,g){let h=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const y=new(wy()).PassThrough;return f_(b,g,h).then(S=>{S.pipe(y)}).catch(S=>{y.emit("error",S)}),y}(w,v,T),createWriteStream:(v,T,b)=>function(g,h){let y=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},S=arguments.length>3&&arguments[3]!==void 0?arguments[3]:d_;const E=new(wy()).PassThrough,R={};y.overwrite===!1&&(R["If-None-Match"]="*");const I=Wt({url:Ct(g.remoteURL,It(h)),method:"PUT",headers:R,data:E,maxRedirects:0},g,y);return zt(I,g).then(A=>Ht(g,A)).then(A=>{setTimeout(()=>{S(A)},0)}).catch(A=>{E.emit("error",A)}),E}(w,v,T,b),customRequest:(v,T)=>p_(w,v,T),deleteFile:(v,T)=>h_(w,v,T),exists:(v,T)=>g_(w,v,T),getDirectoryContents:(v,T)=>m_(w,v,T),getFileContents:(v,T)=>v_(w,v,T),getFileDownloadLink:v=>function(T,b){let g=Ct(T.remoteURL,It(b));const h=/^https:/i.test(g)?"https":"http";switch(T.authType){case mn.None:break;case mn.Password:{const y=Gm(T.headers.Authorization.replace(/^Basic /i,"").trim());g=g.replace(/^https?:\/\//,`${h}://${y}@`);break}default:throw new gn({info:{code:br.LinkUnsupportedAuthType}},`Unsupported auth type for file link: ${T.authType}`)}return g}(w,v),getFileUploadLink:v=>function(T,b){let g=`${Ct(T.remoteURL,It(b))}?Content-Type=application/octet-stream`;const h=/^https:/i.test(g)?"https":"http";switch(T.authType){case mn.None:break;case mn.Password:{const y=Gm(T.headers.Authorization.replace(/^Basic /i,"").trim());g=g.replace(/^https?:\/\//,`${h}://${y}@`);break}default:throw new gn({info:{code:br.LinkUnsupportedAuthType}},`Unsupported auth type for file link: ${T.authType}`)}return g}(w,v),getHeaders:()=>Object.assign({},w.headers),getQuota:v=>R_(w,v),lock:(v,T)=>T_(w,v,T),moveFile:(v,T,b)=>I_(w,v,T,b),putFileContents:(v,T,b)=>P_(w,v,T,b),partialUpdateFileContents:(v,T,b,g,h)=>x_(w,v,T,b,g,h),getDAVCompliance:v=>Ty(w,v),search:(v,T)=>__(w,v,T),setHeaders:v=>{w.headers=Object.assign({},v)},stat:(v,T)=>ju(w,v,T),unlock:(v,T,b)=>E_(w,v,T,b)}}Dn.hT,Dn.O4,Dn.Kd,Dn.YK,Dn.UU,Dn.Gu,Dn.ky,Dn.h4,Dn.ch,Dn.hq,Dn.i5;var Ku={},Qu={},Ry;function Xu(){return Ry||(Ry=1,function(e){const t=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=t+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",r="["+t+"]["+n+"]*",o=new RegExp("^"+r+"$"),i=function(a,c){const u=[];let l=c.exec(a);for(;l;){const f=[];f.startIndex=c.lastIndex-l[0].length;const d=l.length;for(let m=0;m<d;m++)f.push(l[m]);u.push(f),l=c.exec(a)}return u},s=function(a){const c=o.exec(a);return!(c===null||typeof c>"u")};e.isExist=function(a){return typeof a<"u"},e.isEmptyObject=function(a){return Object.keys(a).length===0},e.merge=function(a,c,u){if(c){const l=Object.keys(c),f=l.length;for(let d=0;d<f;d++)u==="strict"?a[l[d]]=[c[l[d]]]:a[l[d]]=c[l[d]]}},e.getValue=function(a){return e.isExist(a)?a:""},e.isName=s,e.getAllMatches=i,e.nameRegexp=r}(Qu)),Qu}var _y;function Iy(){if(_y)return Ku;_y=1;const e=Xu(),t={allowBooleanAttributes:!1,unpairedTags:[]};Ku.validate=function(b,g){g=Object.assign({},t,g);const h=[];let y=!1,S=!1;b[0]==="\uFEFF"&&(b=b.substr(1));for(let E=0;E<b.length;E++)if(b[E]==="<"&&b[E+1]==="?"){if(E+=2,E=r(b,E),E.err)return E}else if(b[E]==="<"){let R=E;if(E++,b[E]==="!"){E=o(b,E);continue}else{let I=!1;b[E]==="/"&&(I=!0,E++);let A="";for(;E<b.length&&b[E]!==">"&&b[E]!==" "&&b[E]!==" "&&b[E]!==`
|
|
45
|
+
`&&b[E]!=="\r";E++)A+=b[E];if(A=A.trim(),A[A.length-1]==="/"&&(A=A.substring(0,A.length-1),E--),!w(A)){let k;return A.trim().length===0?k="Invalid space after '<'.":k="Tag '"+A+"' is an invalid name.",d("InvalidTag",k,v(b,E))}const $=a(b,E);if($===!1)return d("InvalidAttr","Attributes for '"+A+"' have open quote.",v(b,E));let D=$.value;if(E=$.index,D[D.length-1]==="/"){const k=E-D.length;D=D.substring(0,D.length-1);const N=u(D,g);if(N===!0)y=!0;else return d(N.err.code,N.err.msg,v(b,k+N.err.line))}else if(I)if($.tagClosed){if(D.trim().length>0)return d("InvalidTag","Closing tag '"+A+"' can't have attributes or invalid starting.",v(b,R));if(h.length===0)return d("InvalidTag","Closing tag '"+A+"' has not been opened.",v(b,R));{const k=h.pop();if(A!==k.tagName){let N=v(b,k.tagStartPos);return d("InvalidTag","Expected closing tag '"+k.tagName+"' (opened in line "+N.line+", col "+N.col+") instead of closing tag '"+A+"'.",v(b,R))}h.length==0&&(S=!0)}}else return d("InvalidTag","Closing tag '"+A+"' doesn't have proper closing.",v(b,E));else{const k=u(D,g);if(k!==!0)return d(k.err.code,k.err.msg,v(b,E-D.length+k.err.line));if(S===!0)return d("InvalidXml","Multiple possible root nodes found.",v(b,E));g.unpairedTags.indexOf(A)!==-1||h.push({tagName:A,tagStartPos:R}),y=!0}for(E++;E<b.length;E++)if(b[E]==="<")if(b[E+1]==="!"){E++,E=o(b,E);continue}else if(b[E+1]==="?"){if(E=r(b,++E),E.err)return E}else break;else if(b[E]==="&"){const k=f(b,E);if(k==-1)return d("InvalidChar","char '&' is not expected.",v(b,E));E=k}else if(S===!0&&!n(b[E]))return d("InvalidXml","Extra text at the end",v(b,E));b[E]==="<"&&E--}}else{if(n(b[E]))continue;return d("InvalidChar","char '"+b[E]+"' is not expected.",v(b,E))}if(y){if(h.length==1)return d("InvalidTag","Unclosed tag '"+h[0].tagName+"'.",v(b,h[0].tagStartPos));if(h.length>0)return d("InvalidXml","Invalid '"+JSON.stringify(h.map(E=>E.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return d("InvalidXml","Start tag expected.",1);return!0};function n(b){return b===" "||b===" "||b===`
|
|
46
|
+
`||b==="\r"}function r(b,g){const h=g;for(;g<b.length;g++)if(b[g]=="?"||b[g]==" "){const y=b.substr(h,g-h);if(g>5&&y==="xml")return d("InvalidXml","XML declaration allowed only at the start of the document.",v(b,g));if(b[g]=="?"&&b[g+1]==">"){g++;break}else continue}return g}function o(b,g){if(b.length>g+5&&b[g+1]==="-"&&b[g+2]==="-"){for(g+=3;g<b.length;g++)if(b[g]==="-"&&b[g+1]==="-"&&b[g+2]===">"){g+=2;break}}else if(b.length>g+8&&b[g+1]==="D"&&b[g+2]==="O"&&b[g+3]==="C"&&b[g+4]==="T"&&b[g+5]==="Y"&&b[g+6]==="P"&&b[g+7]==="E"){let h=1;for(g+=8;g<b.length;g++)if(b[g]==="<")h++;else if(b[g]===">"&&(h--,h===0))break}else if(b.length>g+9&&b[g+1]==="["&&b[g+2]==="C"&&b[g+3]==="D"&&b[g+4]==="A"&&b[g+5]==="T"&&b[g+6]==="A"&&b[g+7]==="["){for(g+=8;g<b.length;g++)if(b[g]==="]"&&b[g+1]==="]"&&b[g+2]===">"){g+=2;break}}return g}const i='"',s="'";function a(b,g){let h="",y="",S=!1;for(;g<b.length;g++){if(b[g]===i||b[g]===s)y===""?y=b[g]:y!==b[g]||(y="");else if(b[g]===">"&&y===""){S=!0;break}h+=b[g]}return y!==""?!1:{value:h,index:g,tagClosed:S}}const c=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function u(b,g){const h=e.getAllMatches(b,c),y={};for(let S=0;S<h.length;S++){if(h[S][1].length===0)return d("InvalidAttr","Attribute '"+h[S][2]+"' has no space in starting.",T(h[S]));if(h[S][3]!==void 0&&h[S][4]===void 0)return d("InvalidAttr","Attribute '"+h[S][2]+"' is without value.",T(h[S]));if(h[S][3]===void 0&&!g.allowBooleanAttributes)return d("InvalidAttr","boolean attribute '"+h[S][2]+"' is not allowed.",T(h[S]));const E=h[S][2];if(!m(E))return d("InvalidAttr","Attribute '"+E+"' is an invalid name.",T(h[S]));if(!y.hasOwnProperty(E))y[E]=1;else return d("InvalidAttr","Attribute '"+E+"' is repeated.",T(h[S]))}return!0}function l(b,g){let h=/\d/;for(b[g]==="x"&&(g++,h=/[\da-fA-F]/);g<b.length;g++){if(b[g]===";")return g;if(!b[g].match(h))break}return-1}function f(b,g){if(g++,b[g]===";")return-1;if(b[g]==="#")return g++,l(b,g);let h=0;for(;g<b.length;g++,h++)if(!(b[g].match(/\w/)&&h<20)){if(b[g]===";")break;return-1}return g}function d(b,g,h){return{err:{code:b,msg:g,line:h.line||h,col:h.col}}}function m(b){return e.isName(b)}function w(b){return e.isName(b)}function v(b,g){const h=b.substring(0,g).split(/\r?\n/);return{line:h.length,col:h[h.length-1].length+1}}function T(b){return b.startIndex+b[1].length}return Ku}var Ds={},Cy;function $_(){if(Cy)return Ds;Cy=1;const e={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(n,r){return r},attributeValueProcessor:function(n,r){return r},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(n,r,o){return n}},t=function(n){return Object.assign({},e,n)};return Ds.buildOptions=t,Ds.defaultOptions=e,Ds}var Yu,Py;function D_(){if(Py)return Yu;Py=1;class e{constructor(n){this.tagname=n,this.child=[],this[":@"]={}}add(n,r){n==="__proto__"&&(n="#__proto__"),this.child.push({[n]:r})}addChild(n){n.tagname==="__proto__"&&(n.tagname="#__proto__"),n[":@"]&&Object.keys(n[":@"]).length>0?this.child.push({[n.tagname]:n.child,":@":n[":@"]}):this.child.push({[n.tagname]:n.child})}}return Yu=e,Yu}var Ju,Fy;function L_(){if(Fy)return Ju;Fy=1;const e=Xu();function t(u,l){const f={};if(u[l+3]==="O"&&u[l+4]==="C"&&u[l+5]==="T"&&u[l+6]==="Y"&&u[l+7]==="P"&&u[l+8]==="E"){l=l+9;let d=1,m=!1,w=!1,v="";for(;l<u.length;l++)if(u[l]==="<"&&!w){if(m&&o(u,l)){l+=7;let T,b;[T,b,l]=n(u,l+1),b.indexOf("&")===-1&&(f[c(T)]={regx:RegExp(`&${T};`,"g"),val:b})}else if(m&&i(u,l))l+=8;else if(m&&s(u,l))l+=8;else if(m&&a(u,l))l+=9;else if(r)w=!0;else throw new Error("Invalid DOCTYPE");d++,v=""}else if(u[l]===">"){if(w?u[l-1]==="-"&&u[l-2]==="-"&&(w=!1,d--):d--,d===0)break}else u[l]==="["?m=!0:v+=u[l];if(d!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:f,i:l}}function n(u,l){let f="";for(;l<u.length&&u[l]!=="'"&&u[l]!=='"';l++)f+=u[l];if(f=f.trim(),f.indexOf(" ")!==-1)throw new Error("External entites are not supported");const d=u[l++];let m="";for(;l<u.length&&u[l]!==d;l++)m+=u[l];return[f,m,l]}function r(u,l){return u[l+1]==="!"&&u[l+2]==="-"&&u[l+3]==="-"}function o(u,l){return u[l+1]==="!"&&u[l+2]==="E"&&u[l+3]==="N"&&u[l+4]==="T"&&u[l+5]==="I"&&u[l+6]==="T"&&u[l+7]==="Y"}function i(u,l){return u[l+1]==="!"&&u[l+2]==="E"&&u[l+3]==="L"&&u[l+4]==="E"&&u[l+5]==="M"&&u[l+6]==="E"&&u[l+7]==="N"&&u[l+8]==="T"}function s(u,l){return u[l+1]==="!"&&u[l+2]==="A"&&u[l+3]==="T"&&u[l+4]==="T"&&u[l+5]==="L"&&u[l+6]==="I"&&u[l+7]==="S"&&u[l+8]==="T"}function a(u,l){return u[l+1]==="!"&&u[l+2]==="N"&&u[l+3]==="O"&&u[l+4]==="T"&&u[l+5]==="A"&&u[l+6]==="T"&&u[l+7]==="I"&&u[l+8]==="O"&&u[l+9]==="N"}function c(u){if(e.isName(u))return u;throw new Error(`Invalid entity name ${u}`)}return Ju=t,Ju}var Zu,Oy;function M_(){if(Oy)return Zu;Oy=1;const e=/^[-+]?0x[a-fA-F0-9]+$/,t=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,n={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function r(s,a={}){if(a=Object.assign({},n,a),!s||typeof s!="string")return s;if(s==="0")return 0;let c=s.trim();if(a.skipLike!==void 0&&a.skipLike.test(c))return s;if(a.hex&&e.test(c))return i(c,16);if(c.search(/[eE]/)!==-1){const u=c.match(/^([-\+])?(0*)([0-9]*(\.[0-9]*)?[eE][-\+]?[0-9]+)$/);if(u){if(a.leadingZeros)c=(u[1]||"")+u[3];else if(!(u[2]==="0"&&u[3][0]==="."))return s;return a.eNotation?Number(c):s}else return s}else{const u=t.exec(c);if(u){const l=u[1],f=u[2];let d=o(u[3]);if(!a.leadingZeros&&f.length>0&&l&&c[2]!==".")return s;if(!a.leadingZeros&&f.length>0&&!l&&c[1]!==".")return s;if(a.leadingZeros&&f===s)return 0;{const m=Number(c),w=""+m;return w.search(/[eE]/)!==-1?a.eNotation?m:s:c.indexOf(".")!==-1?w==="0"&&d===""||w===d||l&&w==="-"+d?m:s:f?d===w||l+d===w?m:s:c===w||c===l+w?m:s}}else return s}}function o(s){return s&&s.indexOf(".")!==-1&&(s=s.replace(/0+$/,""),s==="."?s="0":s[0]==="."?s="0"+s:s[s.length-1]==="."&&(s=s.substr(0,s.length-1))),s}function i(s,a){if(parseInt)return parseInt(s,a);if(Number.parseInt)return Number.parseInt(s,a);if(window&&window.parseInt)return window.parseInt(s,a);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}return Zu=r,Zu}var ef,xy;function ky(){if(xy)return ef;xy=1;function e(t){return typeof t=="function"?t:Array.isArray(t)?n=>{for(const r of t)if(typeof r=="string"&&n===r||r instanceof RegExp&&r.test(n))return!0}:()=>!1}return ef=e,ef}var tf,Ny;function B_(){if(Ny)return tf;Ny=1;const e=Xu(),t=D_(),n=L_(),r=M_(),o=ky();class i{constructor(E){this.options=E,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(R,I)=>String.fromCharCode(Number.parseInt(I,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(R,I)=>String.fromCharCode(Number.parseInt(I,16))}},this.addExternalEntities=s,this.parseXml=f,this.parseTextData=a,this.resolveNameSpace=c,this.buildAttributesMap=l,this.isItStopNode=v,this.replaceEntitiesValue=m,this.readStopNodeData=h,this.saveTextToParentTag=w,this.addChild=d,this.ignoreAttributesFn=o(this.options.ignoreAttributes)}}function s(S){const E=Object.keys(S);for(let R=0;R<E.length;R++){const I=E[R];this.lastEntities[I]={regex:new RegExp("&"+I+";","g"),val:S[I]}}}function a(S,E,R,I,A,$,D){if(S!==void 0&&(this.options.trimValues&&!I&&(S=S.trim()),S.length>0)){D||(S=this.replaceEntitiesValue(S));const k=this.options.tagValueProcessor(E,S,R,A,$);return k==null?S:typeof k!=typeof S||k!==S?k:this.options.trimValues?y(S,this.options.parseTagValue,this.options.numberParseOptions):S.trim()===S?y(S,this.options.parseTagValue,this.options.numberParseOptions):S}}function c(S){if(this.options.removeNSPrefix){const E=S.split(":"),R=S.charAt(0)==="/"?"/":"";if(E[0]==="xmlns")return"";E.length===2&&(S=R+E[1])}return S}const u=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function l(S,E,R){if(this.options.ignoreAttributes!==!0&&typeof S=="string"){const I=e.getAllMatches(S,u),A=I.length,$={};for(let D=0;D<A;D++){const k=this.resolveNameSpace(I[D][1]);if(this.ignoreAttributesFn(k,E))continue;let N=I[D][4],j=this.options.attributeNamePrefix+k;if(k.length)if(this.options.transformAttributeName&&(j=this.options.transformAttributeName(j)),j==="__proto__"&&(j="#__proto__"),N!==void 0){this.options.trimValues&&(N=N.trim()),N=this.replaceEntitiesValue(N);const W=this.options.attributeValueProcessor(k,N,E);W==null?$[j]=N:typeof W!=typeof N||W!==N?$[j]=W:$[j]=y(N,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&($[j]=!0)}if(!Object.keys($).length)return;if(this.options.attributesGroupName){const D={};return D[this.options.attributesGroupName]=$,D}return $}}const f=function(S){S=S.replace(/\r\n?/g,`
|
|
47
|
+
`);const E=new t("!xml");let R=E,I="",A="";for(let $=0;$<S.length;$++)if(S[$]==="<")if(S[$+1]==="/"){const k=b(S,">",$,"Closing Tag is not closed.");let N=S.substring($+2,k).trim();if(this.options.removeNSPrefix){const X=N.indexOf(":");X!==-1&&(N=N.substr(X+1))}this.options.transformTagName&&(N=this.options.transformTagName(N)),R&&(I=this.saveTextToParentTag(I,R,A));const j=A.substring(A.lastIndexOf(".")+1);if(N&&this.options.unpairedTags.indexOf(N)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${N}>`);let W=0;j&&this.options.unpairedTags.indexOf(j)!==-1?(W=A.lastIndexOf(".",A.lastIndexOf(".")-1),this.tagsNodeStack.pop()):W=A.lastIndexOf("."),A=A.substring(0,W),R=this.tagsNodeStack.pop(),I="",$=k}else if(S[$+1]==="?"){let k=g(S,$,!1,"?>");if(!k)throw new Error("Pi Tag is not closed.");if(I=this.saveTextToParentTag(I,R,A),!(this.options.ignoreDeclaration&&k.tagName==="?xml"||this.options.ignorePiTags)){const N=new t(k.tagName);N.add(this.options.textNodeName,""),k.tagName!==k.tagExp&&k.attrExpPresent&&(N[":@"]=this.buildAttributesMap(k.tagExp,A,k.tagName)),this.addChild(R,N,A)}$=k.closeIndex+1}else if(S.substr($+1,3)==="!--"){const k=b(S,"-->",$+4,"Comment is not closed.");if(this.options.commentPropName){const N=S.substring($+4,k-2);I=this.saveTextToParentTag(I,R,A),R.add(this.options.commentPropName,[{[this.options.textNodeName]:N}])}$=k}else if(S.substr($+1,2)==="!D"){const k=n(S,$);this.docTypeEntities=k.entities,$=k.i}else if(S.substr($+1,2)==="!["){const k=b(S,"]]>",$,"CDATA is not closed.")-2,N=S.substring($+9,k);I=this.saveTextToParentTag(I,R,A);let j=this.parseTextData(N,R.tagname,A,!0,!1,!0,!0);j==null&&(j=""),this.options.cdataPropName?R.add(this.options.cdataPropName,[{[this.options.textNodeName]:N}]):R.add(this.options.textNodeName,j),$=k+2}else{let k=g(S,$,this.options.removeNSPrefix),N=k.tagName;const j=k.rawTagName;let W=k.tagExp,X=k.attrExpPresent,ie=k.closeIndex;this.options.transformTagName&&(N=this.options.transformTagName(N)),R&&I&&R.tagname!=="!xml"&&(I=this.saveTextToParentTag(I,R,A,!1));const de=R;if(de&&this.options.unpairedTags.indexOf(de.tagname)!==-1&&(R=this.tagsNodeStack.pop(),A=A.substring(0,A.lastIndexOf("."))),N!==E.tagname&&(A+=A?"."+N:N),this.isItStopNode(this.options.stopNodes,A,N)){let se="";if(W.length>0&&W.lastIndexOf("/")===W.length-1)N[N.length-1]==="/"?(N=N.substr(0,N.length-1),A=A.substr(0,A.length-1),W=N):W=W.substr(0,W.length-1),$=k.closeIndex;else if(this.options.unpairedTags.indexOf(N)!==-1)$=k.closeIndex;else{const Se=this.readStopNodeData(S,j,ie+1);if(!Se)throw new Error(`Unexpected end of ${j}`);$=Se.i,se=Se.tagContent}const we=new t(N);N!==W&&X&&(we[":@"]=this.buildAttributesMap(W,A,N)),se&&(se=this.parseTextData(se,N,A,!0,X,!0,!0)),A=A.substr(0,A.lastIndexOf(".")),we.add(this.options.textNodeName,se),this.addChild(R,we,A)}else{if(W.length>0&&W.lastIndexOf("/")===W.length-1){N[N.length-1]==="/"?(N=N.substr(0,N.length-1),A=A.substr(0,A.length-1),W=N):W=W.substr(0,W.length-1),this.options.transformTagName&&(N=this.options.transformTagName(N));const se=new t(N);N!==W&&X&&(se[":@"]=this.buildAttributesMap(W,A,N)),this.addChild(R,se,A),A=A.substr(0,A.lastIndexOf("."))}else{const se=new t(N);this.tagsNodeStack.push(R),N!==W&&X&&(se[":@"]=this.buildAttributesMap(W,A,N)),this.addChild(R,se,A),R=se}I="",$=ie}}else I+=S[$];return E.child};function d(S,E,R){const I=this.options.updateTag(E.tagname,R,E[":@"]);I===!1||(typeof I=="string"&&(E.tagname=I),S.addChild(E))}const m=function(S){if(this.options.processEntities){for(let E in this.docTypeEntities){const R=this.docTypeEntities[E];S=S.replace(R.regx,R.val)}for(let E in this.lastEntities){const R=this.lastEntities[E];S=S.replace(R.regex,R.val)}if(this.options.htmlEntities)for(let E in this.htmlEntities){const R=this.htmlEntities[E];S=S.replace(R.regex,R.val)}S=S.replace(this.ampEntity.regex,this.ampEntity.val)}return S};function w(S,E,R,I){return S&&(I===void 0&&(I=E.child.length===0),S=this.parseTextData(S,E.tagname,R,!1,E[":@"]?Object.keys(E[":@"]).length!==0:!1,I),S!==void 0&&S!==""&&E.add(this.options.textNodeName,S),S=""),S}function v(S,E,R){const I="*."+R;for(const A in S){const $=S[A];if(I===$||E===$)return!0}return!1}function T(S,E,R=">"){let I,A="";for(let $=E;$<S.length;$++){let D=S[$];if(I)D===I&&(I="");else if(D==='"'||D==="'")I=D;else if(D===R[0])if(R[1]){if(S[$+1]===R[1])return{data:A,index:$}}else return{data:A,index:$};else D===" "&&(D=" ");A+=D}}function b(S,E,R,I){const A=S.indexOf(E,R);if(A===-1)throw new Error(I);return A+E.length-1}function g(S,E,R,I=">"){const A=T(S,E+1,I);if(!A)return;let $=A.data;const D=A.index,k=$.search(/\s/);let N=$,j=!0;k!==-1&&(N=$.substring(0,k),$=$.substring(k+1).trimStart());const W=N;if(R){const X=N.indexOf(":");X!==-1&&(N=N.substr(X+1),j=N!==A.data.substr(X+1))}return{tagName:N,tagExp:$,closeIndex:D,attrExpPresent:j,rawTagName:W}}function h(S,E,R){const I=R;let A=1;for(;R<S.length;R++)if(S[R]==="<")if(S[R+1]==="/"){const $=b(S,">",R,`${E} is not closed`);if(S.substring(R+2,$).trim()===E&&(A--,A===0))return{tagContent:S.substring(I,R),i:$};R=$}else if(S[R+1]==="?")R=b(S,"?>",R+1,"StopNode is not closed.");else if(S.substr(R+1,3)==="!--")R=b(S,"-->",R+3,"StopNode is not closed.");else if(S.substr(R+1,2)==="![")R=b(S,"]]>",R,"StopNode is not closed.")-2;else{const $=g(S,R,">");$&&(($&&$.tagName)===E&&$.tagExp[$.tagExp.length-1]!=="/"&&A++,R=$.closeIndex)}}function y(S,E,R){if(E&&typeof S=="string"){const I=S.trim();return I==="true"?!0:I==="false"?!1:r(S,R)}else return e.isExist(S)?S:""}return tf=i,tf}var nf={},$y;function j_(){if($y)return nf;$y=1;function e(i,s){return t(i,s)}function t(i,s,a){let c;const u={};for(let l=0;l<i.length;l++){const f=i[l],d=n(f);let m="";if(a===void 0?m=d:m=a+"."+d,d===s.textNodeName)c===void 0?c=f[d]:c+=""+f[d];else{if(d===void 0)continue;if(f[d]){let w=t(f[d],s,m);const v=o(w,s);f[":@"]?r(w,f[":@"],m,s):Object.keys(w).length===1&&w[s.textNodeName]!==void 0&&!s.alwaysCreateTextNode?w=w[s.textNodeName]:Object.keys(w).length===0&&(s.alwaysCreateTextNode?w[s.textNodeName]="":w=""),u[d]!==void 0&&u.hasOwnProperty(d)?(Array.isArray(u[d])||(u[d]=[u[d]]),u[d].push(w)):s.isArray(d,m,v)?u[d]=[w]:u[d]=w}}}return typeof c=="string"?c.length>0&&(u[s.textNodeName]=c):c!==void 0&&(u[s.textNodeName]=c),u}function n(i){const s=Object.keys(i);for(let a=0;a<s.length;a++){const c=s[a];if(c!==":@")return c}}function r(i,s,a,c){if(s){const u=Object.keys(s),l=u.length;for(let f=0;f<l;f++){const d=u[f];c.isArray(d,a+"."+d,!0,!0)?i[d]=[s[d]]:i[d]=s[d]}}}function o(i,s){const{textNodeName:a}=s,c=Object.keys(i).length;return!!(c===0||c===1&&(i[a]||typeof i[a]=="boolean"||i[a]===0))}return nf.prettify=e,nf}var rf,Dy;function U_(){if(Dy)return rf;Dy=1;const{buildOptions:e}=$_(),t=B_(),{prettify:n}=j_(),r=Iy();class o{constructor(s){this.externalEntities={},this.options=e(s)}parse(s,a){if(typeof s!="string")if(s.toString)s=s.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(a){a===!0&&(a={});const l=r.validate(s,a);if(l!==!0)throw Error(`${l.err.msg}:${l.err.line}:${l.err.col}`)}const c=new t(this.options);c.addExternalEntities(this.externalEntities);const u=c.parseXml(s);return this.options.preserveOrder||u===void 0?u:n(u,this.options)}addEntity(s,a){if(a.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(s.indexOf("&")!==-1||s.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(a==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[s]=a}}return rf=o,rf}var of,Ly;function q_(){if(Ly)return of;Ly=1;const e=`
|
|
48
|
+
`;function t(a,c){let u="";return c.format&&c.indentBy.length>0&&(u=e),n(a,c,"",u)}function n(a,c,u,l){let f="",d=!1;for(let m=0;m<a.length;m++){const w=a[m],v=r(w);if(v===void 0)continue;let T="";if(u.length===0?T=v:T=`${u}.${v}`,v===c.textNodeName){let S=w[v];i(T,c)||(S=c.tagValueProcessor(v,S),S=s(S,c)),d&&(f+=l),f+=S,d=!1;continue}else if(v===c.cdataPropName){d&&(f+=l),f+=`<![CDATA[${w[v][0][c.textNodeName]}]]>`,d=!1;continue}else if(v===c.commentPropName){f+=l+`<!--${w[v][0][c.textNodeName]}-->`,d=!0;continue}else if(v[0]==="?"){const S=o(w[":@"],c),E=v==="?xml"?"":l;let R=w[v][0][c.textNodeName];R=R.length!==0?" "+R:"",f+=E+`<${v}${R}${S}?>`,d=!0;continue}let b=l;b!==""&&(b+=c.indentBy);const g=o(w[":@"],c),h=l+`<${v}${g}`,y=n(w[v],c,T,b);c.unpairedTags.indexOf(v)!==-1?c.suppressUnpairedNode?f+=h+">":f+=h+"/>":(!y||y.length===0)&&c.suppressEmptyNode?f+=h+"/>":y&&y.endsWith(">")?f+=h+`>${y}${l}</${v}>`:(f+=h+">",y&&l!==""&&(y.includes("/>")||y.includes("</"))?f+=l+c.indentBy+y+l:f+=y,f+=`</${v}>`),d=!0}return f}function r(a){const c=Object.keys(a);for(let u=0;u<c.length;u++){const l=c[u];if(a.hasOwnProperty(l)&&l!==":@")return l}}function o(a,c){let u="";if(a&&!c.ignoreAttributes)for(let l in a){if(!a.hasOwnProperty(l))continue;let f=c.attributeValueProcessor(l,a[l]);f=s(f,c),f===!0&&c.suppressBooleanAttributes?u+=` ${l.substr(c.attributeNamePrefix.length)}`:u+=` ${l.substr(c.attributeNamePrefix.length)}="${f}"`}return u}function i(a,c){a=a.substr(0,a.length-c.textNodeName.length-1);let u=a.substr(a.lastIndexOf(".")+1);for(let l in c.stopNodes)if(c.stopNodes[l]===a||c.stopNodes[l]==="*."+u)return!0;return!1}function s(a,c){if(a&&a.length>0&&c.processEntities)for(let u=0;u<c.entities.length;u++){const l=c.entities[u];a=a.replace(l.regex,l.val)}return a}return of=t,of}var sf,My;function V_(){if(My)return sf;My=1;const e=q_(),t=ky(),n={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(a,c){return c},attributeValueProcessor:function(a,c){return c},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function r(a){this.options=Object.assign({},n,a),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=t(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=s),this.processTextOrObjNode=o,this.options.format?(this.indentate=i,this.tagEndChar=`>
|
|
54
49
|
`,this.newLine=`
|
|
55
|
-
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}n.prototype.build=function(l){return this.options.preserveOrder?e(l,this.options):(Array.isArray(l)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(l={[this.options.arrayNodeName]:l}),this.j2x(l,0,[]).val)},n.prototype.j2x=function(l,c,u){let a="",f="";const d=u.join(".");for(let b in l)if(Object.prototype.hasOwnProperty.call(l,b))if(typeof l[b]>"u")this.isAttribute(b)&&(f+="");else if(l[b]===null)this.isAttribute(b)||b===this.options.cdataPropName?f+="":b[0]==="?"?f+=this.indentate(c)+"<"+b+"?"+this.tagEndChar:f+=this.indentate(c)+"<"+b+"/"+this.tagEndChar;else if(l[b]instanceof Date)f+=this.buildTextValNode(l[b],b,"",c);else if(typeof l[b]!="object"){const E=this.isAttribute(b);if(E&&!this.ignoreAttributesFn(E,d))a+=this.buildAttrPairStr(E,""+l[b]);else if(!E)if(b===this.options.textNodeName){let w=this.options.tagValueProcessor(b,""+l[b]);f+=this.replaceEntitiesValue(w)}else f+=this.buildTextValNode(l[b],b,"",c)}else if(Array.isArray(l[b])){const E=l[b].length;let w="",R="";for(let S=0;S<E;S++){const m=l[b][S];if(!(typeof m>"u"))if(m===null)b[0]==="?"?f+=this.indentate(c)+"<"+b+"?"+this.tagEndChar:f+=this.indentate(c)+"<"+b+"/"+this.tagEndChar;else if(typeof m=="object")if(this.options.oneListGroup){const g=this.j2x(m,c+1,u.concat(b));w+=g.val,this.options.attributesGroupName&&m.hasOwnProperty(this.options.attributesGroupName)&&(R+=g.attrStr)}else w+=this.processTextOrObjNode(m,b,c,u);else if(this.options.oneListGroup){let g=this.options.tagValueProcessor(b,m);g=this.replaceEntitiesValue(g),w+=g}else w+=this.buildTextValNode(m,b,"",c)}this.options.oneListGroup&&(w=this.buildObjectNode(w,b,R,c)),f+=w}else if(this.options.attributesGroupName&&b===this.options.attributesGroupName){const E=Object.keys(l[b]),w=E.length;for(let R=0;R<w;R++)a+=this.buildAttrPairStr(E[R],""+l[b][E[R]])}else f+=this.processTextOrObjNode(l[b],b,c,u);return{attrStr:a,val:f}},n.prototype.buildAttrPairStr=function(l,c){return c=this.options.attributeValueProcessor(l,""+c),c=this.replaceEntitiesValue(c),this.options.suppressBooleanAttributes&&c==="true"?" "+l:" "+l+'="'+c+'"'};function o(l,c,u,a){const f=this.j2x(l,u+1,a.concat(c));return l[this.options.textNodeName]!==void 0&&Object.keys(l).length===1?this.buildTextValNode(l[this.options.textNodeName],c,f.attrStr,u):this.buildObjectNode(f.val,c,f.attrStr,u)}n.prototype.buildObjectNode=function(l,c,u,a){if(l==="")return c[0]==="?"?this.indentate(a)+"<"+c+u+"?"+this.tagEndChar:this.indentate(a)+"<"+c+u+this.closeTag(c)+this.tagEndChar;{let f="</"+c+this.tagEndChar,d="";return c[0]==="?"&&(d="?",f=""),(u||u==="")&&l.indexOf("<")===-1?this.indentate(a)+"<"+c+u+d+">"+l+f:this.options.commentPropName!==!1&&c===this.options.commentPropName&&d.length===0?this.indentate(a)+`<!--${l}-->`+this.newLine:this.indentate(a)+"<"+c+u+d+this.tagEndChar+l+this.indentate(a)+f}},n.prototype.closeTag=function(l){let c="";return this.options.unpairedTags.indexOf(l)!==-1?this.options.suppressUnpairedNode||(c="/"):this.options.suppressEmptyNode?c="/":c=`></${l}`,c},n.prototype.buildTextValNode=function(l,c,u,a){if(this.options.cdataPropName!==!1&&c===this.options.cdataPropName)return this.indentate(a)+`<![CDATA[${l}]]>`+this.newLine;if(this.options.commentPropName!==!1&&c===this.options.commentPropName)return this.indentate(a)+`<!--${l}-->`+this.newLine;if(c[0]==="?")return this.indentate(a)+"<"+c+u+"?"+this.tagEndChar;{let f=this.options.tagValueProcessor(c,l);return f=this.replaceEntitiesValue(f),f===""?this.indentate(a)+"<"+c+u+this.closeTag(c)+this.tagEndChar:this.indentate(a)+"<"+c+u+">"+f+"</"+c+this.tagEndChar}},n.prototype.replaceEntitiesValue=function(l){if(l&&l.length>0&&this.options.processEntities)for(let c=0;c<this.options.entities.length;c++){const u=this.options.entities[c];l=l.replace(u.regex,u.val)}return l};function i(l){return this.options.indentBy.repeat(l)}function s(l){return l.startsWith(this.options.attributeNamePrefix)&&l!==this.options.textNodeName?l.substr(this.attrPrefixLen):!1}return df=n,df}var pf,Gy;function dI(){if(Gy)return pf;Gy=1;const e=$y(),t=cI(),r=fI();return pf={XMLParser:t,XMLValidator:e,XMLBuilder:r},pf}dI();class Ky{isEnabled(){return!0}isActive(t){return Rr(t,"files-trash-generic")}getTask(t){const{resourcesStore:r,clientService:{webdav:n}}=t;return cr.useTask(function*(o,i,s){r.clearResourceList(),r.setAncestorMetaData({});const{resource:l,children:c}=yield n.listFiles(s,{},{depth:1,davProperties:Es.Trashbin,isTrash:!0,signal:o});r.initResourceList({currentFolder:l,resources:c})})}}class Qy{constructor(){Ee(this,"loaders");this.loaders=[new Gh,new Kh,new Qh,new Xh,new Yh,new Ky]}getTask(){const t=bt(),r=dt(),n=tr(),o=We(),i=Je(),s=at(),l=Ke(),c=Mt(),u=Af(),a=this.loaders.find(f=>f.isEnabled()&&f.isActive(y(o)));if(!a){console.debug("No folder loader found for route");return}return cr.useTask(function*(...f){const d={clientService:i,configStore:s,userStore:t,spacesStore:r,capabilityStore:n,resourcesStore:l,sharesStore:c,router:o,authService:u};try{yield a.getTask(d).perform(...f)}catch(b){console.error(b)}})}}const Xy=new Qy;var Pn=(e=>(e.add="loading-service.add",e.remove="loading-service.remove",e.setProgress="loading-service.set-progress",e))(Pn||{});const pI=200;class hI{constructor(){Ee(this,"tasks",[])}get isLoading(){return this.tasks.some(t=>t.active)}get currentProgress(){if(this.tasks.some(n=>!n.state&&n.active))return null;const t=this.tasks.filter(n=>!!n.state&&n.active);if(!t.length)return null;const r=t.reduce((n,o)=>(n+=o.state.current/o.state.total,n),0);return Math.round(r/t.length*100)}addTask(t,{debounceTime:r=pI,indeterminate:n=!0}={}){const o={id:Qt.v4(),active:!1,...!n&&{state:{total:0,current:0}}};return this.tasks.length||window.addEventListener("beforeunload",this.onBeforeUnload),this.tasks.push(o),Ct.debounce(()=>{o.active=!0,Xe.publish("loading-service.add")},r)(),t({setProgress:({total:l,current:c})=>{n||this.setProgress({task:o,total:l,current:c})}}).finally(()=>{this.removeTask(o.id)})}removeTask(t){this.tasks=this.tasks.filter(r=>r.id!==t),this.tasks.length||window.removeEventListener("beforeunload",this.onBeforeUnload),Xe.publish("loading-service.remove")}setProgress({task:t,total:r,current:n}){t.state||(t.state={total:0,current:0}),t.state.total=r,t.state.current=n,Xe.publish("loading-service.set-progress")}onBeforeUnload(t){t.preventDefault()}}var gI="__lodash_hash_undefined__";function mI(e){return this.__data__.set(e,gI),this}function yI(e){return this.__data__.has(e)}function qs(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new mn;++t<r;)this.add(e[t])}qs.prototype.add=qs.prototype.push=mI,qs.prototype.has=yI;function bI(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function vI(e,t){return e.has(t)}var wI=1,SI=2;function Yy(e,t,r,n,o,i){var s=r&wI,l=e.length,c=t.length;if(l!=c&&!(s&&c>l))return!1;var u=i.get(e),a=i.get(t);if(u&&a)return u==t&&a==e;var f=-1,d=!0,b=r&SI?new qs:void 0;for(i.set(e,t),i.set(t,e);++f<l;){var E=e[f],w=t[f];if(n)var R=s?n(w,E,f,t,e,i):n(E,w,f,e,t,i);if(R!==void 0){if(R)continue;d=!1;break}if(b){if(!bI(t,function(S,m){if(!vI(b,m)&&(E===S||o(E,S,r,n,i)))return b.push(m)})){d=!1;break}}else if(!(E===w||o(E,w,r,n,i))){d=!1;break}}return i.delete(e),i.delete(t),d}function EI(e){var t=-1,r=Array(e.size);return e.forEach(function(n,o){r[++t]=[o,n]}),r}function TI(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var AI=1,RI=2,_I="[object Boolean]",II="[object Date]",CI="[object Error]",FI="[object Map]",PI="[object Number]",xI="[object RegExp]",OI="[object Set]",kI="[object String]",NI="[object Symbol]",$I="[object ArrayBuffer]",DI="[object DataView]",Jy=Fr?Fr.prototype:void 0,hf=Jy?Jy.valueOf:void 0;function LI(e,t,r,n,o,i,s){switch(r){case DI:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case $I:return!(e.byteLength!=t.byteLength||!i(new ps(e),new ps(t)));case _I:case II:case PI:return ro(+e,+t);case CI:return e.name==t.name&&e.message==t.message;case xI:case kI:return e==t+"";case FI:var l=EI;case OI:var c=n&AI;if(l||(l=TI),e.size!=t.size&&!c)return!1;var u=s.get(e);if(u)return u==t;n|=RI,s.set(e,t);var a=Yy(l(e),l(t),n,o,i,s);return s.delete(e),a;case NI:if(hf)return hf.call(e)==hf.call(t)}return!1}function gf(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}function Zy(e,t,r){var n=t(e);return Pr(e)?n:gf(n,r(e))}function BI(e,t){for(var r=-1,n=e==null?0:e.length,o=0,i=[];++r<n;){var s=e[r];t(s,r,e)&&(i[o++]=s)}return i}function eb(){return[]}var MI=Object.prototype,jI=MI.propertyIsEnumerable,tb=Object.getOwnPropertySymbols,rb=tb?function(e){return e==null?[]:(e=Object(e),BI(tb(e),function(t){return jI.call(e,t)}))}:eb;function UI(e){return ao(e)?eh(e):Uh(e)}function nb(e){return Zy(e,UI,rb)}var qI=1,VI=Object.prototype,zI=VI.hasOwnProperty;function WI(e,t,r,n,o,i){var s=r&qI,l=nb(e),c=l.length,u=nb(t),a=u.length;if(c!=a&&!s)return!1;for(var f=c;f--;){var d=l[f];if(!(s?d in t:zI.call(t,d)))return!1}var b=i.get(e),E=i.get(t);if(b&&E)return b==t&&E==e;var w=!0;i.set(e,t),i.set(t,e);for(var R=s;++f<c;){d=l[f];var S=e[d],m=t[d];if(n)var g=s?n(m,S,d,t,e,i):n(S,m,d,e,t,i);if(!(g===void 0?S===m||o(S,m,r,n,i):g)){w=!1;break}R||(R=d=="constructor")}if(w&&!R){var v=e.constructor,T=t.constructor;v!=T&&"constructor"in e&&"constructor"in t&&!(typeof v=="function"&&v instanceof v&&typeof T=="function"&&T instanceof T)&&(w=!1)}return i.delete(e),i.delete(t),w}var HI=1,ib="[object Arguments]",ob="[object Array]",Vs="[object Object]",GI=Object.prototype,sb=GI.hasOwnProperty;function KI(e,t,r,n,o,i){var s=Pr(e),l=Pr(t),c=s?ob:Nr(e),u=l?ob:Nr(t);c=c==ib?Vs:c,u=u==ib?Vs:u;var a=c==Vs,f=u==Vs,d=c==u;if(d&&Ei(e)){if(!Ei(t))return!1;s=!0,a=!1}if(d&&!a)return i||(i=new Xr),s||gs(e)?Yy(e,t,r,n,o,i):LI(e,t,c,r,n,o,i);if(!(r&HI)){var b=a&&sb.call(e,"__wrapped__"),E=f&&sb.call(t,"__wrapped__");if(b||E){var w=b?e.value():e,R=E?t.value():t;return i||(i=new Xr),o(w,R,r,n,i)}}return d?(i||(i=new Xr),WI(e,t,r,n,o,i)):!1}function ab(e,t,r,n,o){return e===t?!0:e==null||t==null||!Yr(e)&&!Yr(t)?e!==e&&t!==t:KI(e,t,r,n,ab,o)}function lb(e,t){return ab(e,t)}const mf=(e="")=>e.split("/").map(encodeURIComponent).join("/"),QI=e=>{const t=[],r=(n,o="")=>Object.keys(n).forEach(i=>{hl(n[i])?r(n[i],`${o}${i}.`):t.push(`${o}${i}`)});return r(e),t};class XI{constructor({clientService:t,userStore:r,authStore:n,capabilityStore:o,configStore:i}){Ee(this,"clientService");Ee(this,"configStore");Ee(this,"userStore");Ee(this,"authStore");Ee(this,"capabilityStore");Ee(this,"capability");this.clientService=t,this.userStore=r,this.authStore=n,this.configStore=i,this.capability=o.filesThumbnail||{enabled:!0,version:"v0.1",supportedMimeTypes:["image/gif","image/png","image/jpeg","text/plain","image/tiff","image/bmp","image/x-ms-bmp","application/vnd.geogebra.slides","application/vnd.geogebra.pinboard"]}}get available(){var t;return!!((t=this.capability)!=null&&t.version)}get supportedMimeTypes(){var t;return((t=this.capability)==null?void 0:t.supportedMimeTypes)||[]}get user(){return this.userStore.user}isMimetypeSupported(t,r=!1){return this.supportedMimeTypes.length?this.getSupportedMimeTypes(r?"image/":null).includes(t):!0}getSupportedMimeTypes(t){return t?this.supportedMimeTypes.filter(r=>r.startsWith(t)):this.supportedMimeTypes}async loadPreview(t,r=!1,n=!0,o){const{space:i,resource:s}=t,l=this.available&&this.isMimetypeSupported(s.mimeType),c=s.type!=="folder"&&s.extension&&s.canDownload();if(!l||!c)return;const u=ie.isPublicSpaceResource(i);if(!(!u&&(!this.configStore.serverUrl||!this.user.onPremisesSamAccountName||!this.authStore.accessToken))){if(u)return this.publicPreviewUrl(t,o);try{return await this.privatePreviewBlob(t,r,n,o)}catch(a){if(n)return;throw a}}}async cacheFactory(t,r,n){const{resource:o,dimensions:i}=t,s=zl.filePreview.get(o.id.toString());if(s&&s.etag===o.etag&&lb(i,s.dimensions))return s.src;try{const l=await this.privatePreviewBlob(t,!1,!0,n);return zl.filePreview.set(o.id.toString(),{src:l,etag:o.etag,dimensions:i},0).src}catch(l){if(r)return;throw l}}buildQueryString(t){return M0.stringify({scalingup:t.scalingup||0,preview:Object.hasOwnProperty.call(t,"preview")?t.preview:1,a:Object.hasOwnProperty.call(t,"a")?t.a:1,...t.processor&&{processor:t.processor},...t.etag&&{c:t.etag.replaceAll('"',"")},...t.dimensions&&t.dimensions[0]&&{x:t.dimensions[0]},...t.dimensions&&t.dimensions[1]&&{y:t.dimensions[1]}})}async privatePreviewBlob(t,r=!1,n=!0,o){var u,a;const{resource:i,dimensions:s,processor:l}=t;if(r)return this.cacheFactory(t,n,o);const c=[this.configStore.serverUrl,"remote.php/dav",mf(i.webDavPath),"?",this.buildQueryString({etag:i.etag,dimensions:s,processor:l})].join("");try{const{data:f}=await this.clientService.httpAuthenticated.get(c,{responseType:"blob",signal:o});return window.URL.createObjectURL(f)}catch(f){if([425,429].includes(f.status)){const d=((a=(u=f.response)==null?void 0:u.headers)==null?void 0:a["retry-after"])||5;return await new Promise(b=>setTimeout(b,d*1e3)),this.privatePreviewBlob(t,r,n,o)}throw f}}async publicPreviewUrl(t,r){var a,f;const{resource:n,dimensions:o,processor:i}=t,[s,l]=n.downloadURL.split("?"),c=[this.buildQueryString({etag:n.etag,dimensions:o,processor:i}),l].filter(Boolean).join("&"),u=[s,c].filter(Boolean).join("?");try{const{status:d}=await this.clientService.httpUnAuthenticated.head(u,{signal:r});if(d!==404)return u}catch(d){if([425,429].includes(d.status)){const b=((f=(a=d.response)==null?void 0:a.headers)==null?void 0:f["retry-after"])||5;return await new Promise(E=>setTimeout(E,b*1e3)),this.publicPreviewUrl(t,r)}throw d}}}const zs=ye.z.enum(["fit","resize","fill","thumbnail"]);class YI{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}explain(t,r){return{code:"mustNotBeEmpty",message:this.$gettext("Must not be empty"),format:[],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){return r.length>0}validate(){return!0}missing(t,r){return this.explain(t,this.assert(t,r))}}class JI{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}explain(t,r){return{code:"mustContain",helperMessage:this.$gettext("Valid special characters: %{characters}",{characters:t.characters},!0),message:this.$gettext("%{param1}+ special characters"),format:[t.minLength],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){return Array.from(r).filter(o=>t.characters.includes(o)).length>=t.minLength}validate(t){if(!Ct.isObject(t))throw new Error("options should be an object");if(!Ct.isNumber(t.minLength)||Ct.isNaN(t.minLength))throw new Error("minLength should be a non-zero number");if(!Ct.isString(t.characters))throw new Error("characters should be a character sequence");return!0}missing(t,r){return this.explain(t,this.assert(t,r))}}class Ws{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}assert(t,r){throw new Error("Method not implemented.")}explain(t,r){throw new Error("Method not implemented.")}validate(t){if(!Ct.isObject(t))throw new Error("options should be an object");if(!Ct.isNumber(t.minLength)||Ct.isNaN(t.minLength))throw new Error("minLength should be a non-zero number");return!0}missing(t,r){return this.explain(t,this.assert(t,r))}}class ZI extends Ws{constructor(t){super(t)}explain(t,r){return{code:"atLeastCharacters",message:this.$gettext("%{param1}+ letters"),format:[t.minLength],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){return r.length>=t.minLength}}class eC extends Ws{constructor(t){super(t)}explain(t,r){return{code:"atLeastUppercaseCharacters",message:this.$gettext("%{param1}+ uppercase letters"),format:[t.minLength],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){var o;return((o=(r||"").match(/[A-Z\xC0-\xD6\xD8-\xDE]/g))==null?void 0:o.length)>=t.minLength}}class tC extends Ws{constructor(t){super(t)}explain(t,r){return{code:"atLeastLowercaseCharacters",message:this.$gettext("%{param1}+ lowercase letters"),format:[t.minLength],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){var o;return((o=(r||"").match(/[a-z\xDF-\xF6\xF8-\xFF]/g))==null?void 0:o.length)>=t.minLength}}class rC extends Ws{constructor(t){super(t)}explain(t,r){return{code:"atLeastDigits",message:this.$gettext("%{param1}+ numbers"),format:[t.minLength],...Ct.isBoolean(r)&&{verified:r}}}assert(t,r){var o;return((o=(r||"").match(/\d/g))==null?void 0:o.length)>=t.minLength}}var yf={},cb;function nC(){if(cb)return yf;cb=1;var e=function(i){return Math.floor(Math.random()*i)},t=function(i){var s="",l="",c=i.length,u=i.lowercase,a=i.uppercase,f=i.numbers,d=i.symbols,b=i.minLengthLowercase,E=i.minLengthUppercase,w=i.minLengthNumbers,R=i.minLengthSymbols,S=i.exclude,m="abcdefghijklmnopqrstuvwxyz";m=r(m,S);var g="ABCDEFGHIJKLMNOPQRSTUVWXYZ";g=r(g,S);var v="0123456789";v=r(v,S);var T="!#$%&'()*+,-./:;<=>?@[]^_{|}~";T=r(T,S);for(var A=m.length,F=0;F<b;F++)l+=m.charAt(e(A));for(A=g.length,F=0;F<E;F++)l+=g.charAt(e(A));for(A=v.length,F=0;F<w;F++)l+=v.charAt(e(A));for(A=T.length,F=0;F<R;F++)l+=T.charAt(e(A));s+=function(L){for(var B=L.split(""),$=B.length-1;$>0;$--){var D=Math.floor(Math.random()*($+1)),H=B[$];B[$]=B[D],B[D]=H}return B.join("")}(l);var C="";C=u?C+m:C,C=a?C+g:C,C=f?C+v:C,C=d?C+T:C;var I=c-s.length;for(A=C.length,F=0;F<I;F++)s+=C.charAt(e(A));return s},r=function(i,s){return s==null||s.split("").forEach(function(l){i=i.replace(l,"")}),i},n=function(i){var s=i.length,l=i.lowercase,c=i.uppercase,u=i.numbers,a=i.symbols;if(i.minLengthLowercase+i.minLengthUppercase+i.minLengthNumbers+i.minLengthSymbols>s)throw new Error("Sum of Minimum Characters in the passwords greater than the length of the Password to be generated.");if(l==0&&c==0&&u==0&&a==0)throw new Error("Alphabets, Numbers and Symbols are all set to False. No valid Characters to generate the Password.")},o=function(i){return i.length=i.length===void 0?10:i.length,i.lowercase=i.lowercase===void 0||i.lowercase,i.uppercase=i.uppercase===void 0||i.uppercase,i.numbers=i.numbers===void 0||i.numbers,i.symbols=i.symbols!==void 0&&i.symbols,i.lowercase?i.minLengthLowercase=i.minLengthLowercase===void 0?1:i.minLengthLowercase:i.minLengthLowercase=0,i.uppercase?i.minLengthUppercase=i.minLengthUppercase===void 0?1:i.minLengthUppercase:i.minLengthUppercase=0,i.numbers?i.minLengthNumbers=i.minLengthNumbers===void 0?1:i.minLengthNumbers:i.minLengthNumbers=0,i.symbols?i.minLengthSymbols=i.minLengthSymbols===void 0?1:i.minLengthSymbols:i.minLengthSymbols=0,i.exclude=i.exclude===void 0?"":i.exclude,i};return yf.GeneratePassword=function(i){return i?(i=o(i),n(i),t(i)):(i=o({length:10,lowercase:!0,uppercase:!0,numbers:!0,symbols:!1,exclude:"",minLengthLowercase:1,minLengthUppercase:1,minLengthNumbers:1,minLengthSymbols:0}),n(i),t(i))},yf}var iC=nC();class oC{constructor({language:t}){Ee(this,"language");Ee(this,"capability");Ee(this,"policy");Ee(this,"generatePasswordRules");this.language=t}initialize(t){this.capability=t.passwordPolicy,this.buildGeneratePasswordRules()}hasRules(){return!!this.capability.min_characters||!!this.capability.min_lowercase_characters||!!this.capability.min_uppercase_characters||!!this.capability.min_digits||!!this.capability.min_special_characters}buildGeneratePasswordRules(){this.generatePasswordRules={length:Math.max(this.capability.min_characters||0,(this.capability.min_lowercase_characters||0)+(this.capability.min_uppercase_characters||0)+(this.capability.min_digits||0)+(this.capability.min_special_characters||0),12),minLowercaseCharacters:Math.max(this.capability.min_lowercase_characters||0,2),minUppercaseCharacters:Math.max(this.capability.min_uppercase_characters||0,2),minSpecialCharacters:Math.max(this.capability.min_special_characters||0,2),minDigits:Math.max(this.capability.min_digits||0,2)}}buildPolicy({enforcePassword:t=!1}={}){const r={atLeastCharacters:new ZI({...this.language}),mustNotBeEmpty:new YI({...this.language}),atLeastUppercaseCharacters:new eC({...this.language}),atLeastLowercaseCharacters:new tC({...this.language}),atLeastDigits:new rC({...this.language}),mustContain:new JI({...this.language})},n={};t&&!this.hasRules()&&(n.mustNotBeEmpty={}),this.capability.min_characters&&(n.atLeastCharacters={minLength:this.capability.min_characters}),this.capability.min_uppercase_characters&&(n.atLeastUppercaseCharacters={minLength:this.capability.min_uppercase_characters}),this.capability.min_lowercase_characters&&(n.atLeastLowercaseCharacters={minLength:this.capability.min_lowercase_characters}),this.capability.min_digits&&(n.atLeastDigits={minLength:this.capability.min_digits}),this.capability.min_special_characters&&(n.mustContain={minLength:this.capability.min_special_characters,characters:' "!#\\$%&\'()*+,-./:;<=>?@[\\]^_`{|}~"'}),this.policy=new j0.PasswordPolicy(n,r)}getPolicy({enforcePassword:t=!1}={}){return this.buildPolicy({enforcePassword:t}),this.policy}generatePassword(){return iC.GeneratePassword({symbols:!0,length:this.generatePasswordRules.length,minLengthLowercase:this.generatePasswordRules.minLowercaseCharacters,minLengthUppercase:this.generatePasswordRules.minUppercaseCharacters,minLengthNumbers:this.generatePasswordRules.minDigits,minLengthSymbols:this.generatePasswordRules.minSpecialCharacters})}}function sC(e){return e.charCodeAt(0).toString(32)}function ub(e){let t="";return e.replace(/[^A-Z0-9]/gi,r=>(t+=`-${sC(r)}`,"/"))+t}function fb(e,t){let r=t||"uppy";return typeof e.name=="string"&&(r+=`-${ub(e.name.toLowerCase())}`),e.type!==void 0&&(r+=`-${e.type}`),e.meta&&typeof e.meta.relativePath=="string"&&(r+=`-${ub(e.meta.relativePath.toLowerCase())}`),e.data.size!==void 0&&(r+=`-${e.data.size}`),e.data.lastModified!==void 0&&(r+=`-${e.data.lastModified}`),r}class aC{constructor({language:t}){Ee(this,"uppy");Ee(this,"uploadInputs",[]);Ee(this,"uploadFolderMap",{});Ee(this,"getRelativeFilePath",t=>{const r=t.data.relativePath||t.data.webkitRelativePath;return r?ie.urlJoin(r):void 0});const{$gettext:r}=t;this.uppy=new U0({autoProceed:!1,onBeforeFileAdded:(n,o)=>(n.id in o&&(n.meta.retry=!0),n.meta.relativePath=this.getRelativeFilePath(n),n.id=fb(n,this.uppy.getID()),n)}),this.uppy.setOptions({locale:{strings:{addedNumFiles:r("Added %{numFiles} file(s)"),authenticate:r("Connect"),authenticateWith:r("Connect to %{pluginName}"),authenticateWithTitle:r("Please authenticate with %{pluginName} to select files"),cancel:r("Cancel"),companionError:r("Connection with Companion failed"),loadedXFiles:r("Loaded %{numFiles} files"),loading:r("Loading..."),logOut:r("Log out"),pluginWebdavInputLabel:r("Public link without password protection"),selectX:{0:r("Select %{smart_count}"),1:r("Select %{smart_count}")},signInWithGoogle:r("Sign in with Google")}}}),this.setUpEvents()}addPlugin(t,...r){this.uppy.use(t,...r)}removePlugin(t){this.uppy.removePlugin(t)}getPlugin(t){return this.uppy.getPlugin(t)}useTus({chunkSize:t,overridePatchMethod:r,uploadDataDuringCreation:n,onBeforeRequest:o,headers:i}){const s={chunkSize:t,removeFingerprintOnSuccess:!0,overridePatchMethod:r,retryDelays:[0,500,1e3],uploadDataDuringCreation:n,limit:5,headers:i,onBeforeRequest:o,onShouldRetry:(u,a,f,d)=>{var b,E;return((b=u==null?void 0:u.originalResponse)==null?void 0:b.getStatus())>=500?!1:((E=u==null?void 0:u.originalResponse)==null?void 0:E.getStatus())===401?!0:d(u)}},l=this.uppy.getPlugin("XHRUpload");l&&this.uppy.removePlugin(l);const c=this.uppy.getPlugin("Tus");if(c){c.setOptions(s);return}this.uppy.use(q0,s)}useXhr({headers:t,timeout:r,endpoint:n}){const o={endpoint:n,method:"put",headers:t,formData:!1,timeout:r,getResponseData(){return{}}},i=this.uppy.getPlugin("Tus");i&&this.uppy.removePlugin(i);const s=this.uppy.getPlugin("XHRUpload");if(s){s.setOptions(o);return}this.uppy.use(V0,o)}tusActive(){return!!this.uppy.getPlugin("Tus")}useDropTarget({targetSelector:t}){this.uppy.getPlugin("DropTarget")||this.uppy.use(z0,{target:t,onDragOver:r=>{this.publish("drag-over",r)},onDragLeave:r=>{this.publish("drag-out",r)},onDrop:r=>{this.publish("drop",r)}})}removeDropTarget(){const t=this.uppy.getPlugin("DropTarget");t&&this.uppy.removePlugin(t)}subscribe(t,r){return Xe.subscribe(t,r)}unsubscribe(t,r){Xe.unsubscribe(t,r)}publish(t,r){Xe.publish(t,r)}setUpEvents(){this.uppy.on("progress",t=>{this.publish("progress",t)}),this.uppy.on("upload-progress",(t,r)=>{this.publish("upload-progress",{file:t,progress:r})}),this.uppy.on("cancel-all",()=>{this.publish("uploadCancelled"),this.clearInputs()}),this.uppy.on("complete",t=>{this.publish("uploadCompleted",t),t.successful.forEach(r=>{this.uppy.removeFile(r.id)}),this.clearInputs()}),this.uppy.on("upload-success",t=>{this.publish("uploadSuccess",t)}),this.uppy.on("upload-error",(t,r)=>{this.publish("uploadError",{file:t,error:r})})}registerUploadInput(t){t.getAttribute("listener")!=="true"&&(t.setAttribute("listener","true"),t.addEventListener("change",n=>{const o=n.target,i=Array.from(o.files);this.addFiles(i)}),this.uploadInputs.push(t))}removeUploadInput(t){this.uploadInputs=this.uploadInputs.filter(r=>r!==t)}generateUploadId(t){return fb(t,this.uppy.getID())}addFiles(t){this.uppy.addFiles(t)}uploadFiles(){return this.uppy.upload()}retryAllUploads(){return this.uppy.retryAll()}pauseAllUploads(){return this.uppy.pauseAll()}resumeAllUploads(){return this.uppy.resumeAll()}cancelAllUploads(){return this.uppy.cancelAll()}getCurrentUploads(){return this.uppy.getState().currentUploads}isRemoteUploadInProgress(){return this.uppy.getFiles().some(t=>t.isRemote&&!t.error)}clearInputs(){this.uploadInputs.forEach(t=>{t.value=null})}setUploadFolder(t,r){this.uploadFolderMap[t]=r}removeUploadFolder(t){this.uploadFolderMap[t]&&delete this.uploadFolderMap[t]}}function lC(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var cC=Object.getOwnPropertySymbols,uC=cC?function(e){for(var t=[];e;)gf(t,rb(e)),e=pl(e);return t}:eb;function db(e){return Zy(e,bl,uC)}var fC=Object.prototype,dC=fC.hasOwnProperty;function pC(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&dC.call(e,"index")&&(r.index=e.index,r.input=e.input),r}function hC(e,t){var r=dl(e.buffer);return new e.constructor(r,e.byteOffset,e.byteLength)}var gC=/\w*$/;function mC(e){var t=new e.constructor(e.source,gC.exec(e));return t.lastIndex=e.lastIndex,t}var pb=Fr?Fr.prototype:void 0,hb=pb?pb.valueOf:void 0;function yC(e){return hb?Object(hb.call(e)):{}}var bC="[object Boolean]",vC="[object Date]",wC="[object Map]",SC="[object Number]",EC="[object RegExp]",TC="[object Set]",AC="[object String]",RC="[object Symbol]",_C="[object ArrayBuffer]",IC="[object DataView]",CC="[object Float32Array]",FC="[object Float64Array]",PC="[object Int8Array]",xC="[object Int16Array]",OC="[object Int32Array]",kC="[object Uint8Array]",NC="[object Uint8ClampedArray]",$C="[object Uint16Array]",DC="[object Uint32Array]";function LC(e,t,r){var n=e.constructor;switch(t){case _C:return dl(e);case bC:case vC:return new n(+e);case IC:return hC(e);case CC:case FC:case PC:case xC:case OC:case kC:case NC:case $C:case DC:return Mp(e,r);case wC:return new n;case SC:case AC:return new n(e);case EC:return mC(e);case TC:return new n;case RC:return yC(e)}}var BC="[object Map]";function MC(e){return Yr(e)&&Nr(e)==BC}var gb=Ti&&Ti.isMap,jC=gb?gl(gb):MC,UC="[object Set]";function qC(e){return Yr(e)&&Nr(e)==UC}var mb=Ti&&Ti.isSet,VC=mb?gl(mb):qC,zC=1,yb="[object Arguments]",WC="[object Array]",HC="[object Boolean]",GC="[object Date]",KC="[object Error]",bb="[object Function]",QC="[object GeneratorFunction]",XC="[object Map]",YC="[object Number]",vb="[object Object]",JC="[object RegExp]",ZC="[object Set]",eF="[object String]",tF="[object Symbol]",rF="[object WeakMap]",nF="[object ArrayBuffer]",iF="[object DataView]",oF="[object Float32Array]",sF="[object Float64Array]",aF="[object Int8Array]",lF="[object Int16Array]",cF="[object Int32Array]",uF="[object Uint8Array]",fF="[object Uint8ClampedArray]",dF="[object Uint16Array]",pF="[object Uint32Array]",gt={};gt[yb]=gt[WC]=gt[nF]=gt[iF]=gt[HC]=gt[GC]=gt[oF]=gt[sF]=gt[aF]=gt[lF]=gt[cF]=gt[XC]=gt[YC]=gt[vb]=gt[JC]=gt[ZC]=gt[eF]=gt[tF]=gt[uF]=gt[fF]=gt[dF]=gt[pF]=!0,gt[KC]=gt[bb]=gt[rF]=!1;function Hs(e,t,r,n,o,i){var s,l=t&zC;if(r&&(s=o?r(e,n,o,i):r(e)),s!==void 0)return s;if(!Qr(e))return e;var c=Pr(e);if(c)s=pC(e);else{var u=Nr(e),a=u==bb||u==QC;if(Ei(e))return Bp(e,l);if(u==vb||u==yb||a&&!o)s={};else{if(!gt[u])return o?e:{};s=LC(e,u,l)}}i||(i=new Xr);var f=i.get(e);if(f)return f;i.set(e,s),VC(e)?e.forEach(function(E){s.add(Hs(E,t,r,E,e,i))}):jC(e)&&e.forEach(function(E,w){s.set(w,Hs(E,t,r,w,e,i))});var d=db,b=c?void 0:d(e);return lC(b||e,function(E,w){b&&(w=E,E=e[w]),Yp(s,w,Hs(E,t,r,w,e,i))}),s}function hF(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),r=r>o?o:r,r<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var i=Array(o);++n<o;)i[n]=e[n+t];return i}function gF(e,t){return t.length<2?e:bh(e,hF(t,0,-1))}function mF(e,t){return t=Fl(t,e),e=gF(e,t),e==null||delete e[yh(ld(t))]}function yF(e){return hl(e)?void 0:e}var wb=Fr?Fr.isConcatSpreadable:void 0;function bF(e){return Pr(e)||so(e)||!!(wb&&e&&e[wb])}function vF(e,t,r,n,o){var i=-1,s=e.length;for(r||(r=bF),o||(o=[]);++i<s;){var l=e[i];r(l)?gf(o,l):o[o.length]=l}return o}function wF(e){var t=e==null?0:e.length;return t?vF(e):[]}function SF(e){return oh(ih(e,void 0,wF),e+"")}var EF=1,TF=2,AF=4,$i=SF(function(e,t){var r={};if(e==null)return r;var n=!1;t=ph(t,function(i){return i=Fl(i,e),n||(n=i.length>1),i}),Jp(e,db(e),r),n&&(r=Hs(r,EF|TF|AF,yF));for(var o=t.length;o--;)mF(r,t[o]);return r});const RF=(e,t)=>{const r=(i="")=>i.split("/").filter(Boolean),n=r(e.path),o=r(t);return o.map((i,s)=>({id:Qt.v4(),allowContextActions:!0,text:i,to:{path:"/"+[...n].splice(0,n.length-o.length+s+1).join("/"),query:$i(e.query,"fileId","page")},isStaticNav:!1}))},_F=(...e)=>{const t=e.pop();return[...e,{id:Qt.v4(),allowContextActions:t.allowContextActions,text:t.text,onClick:()=>Xe.publish("app.files.list.load"),isTruncationPlaceholder:t.isTruncationPlaceholder,isStaticNav:t.isStaticNav}]};class ti{}Ee(ti,"Cut","cut"),Ee(ti,"Copy","copy");const bf=e=>e.clientY===0,To=(e,t,r)=>{var i;const n=r.$el.getBoundingClientRect(),o=bf(t)?((i=t.target)==null?void 0:i.getBoundingClientRect().top)||0:t.clientY;e.setProps({getReferenceClientRect:()=>({width:0,height:0,top:o,bottom:o,left:t.type==="contextmenu"&&!bf(t)?t.clientX:n.x,right:t.type==="contextmenu"&&!bf(t)?t.clientX:n.x})}),e.show()},Gs=e=>(e||"").split("_")[0],ri=(e,t,r=$t.DateTime.DATETIME_MED)=>e.setLocale(Gs(t)).toLocaleString(r),Sb=(e,t,r=$t.DateTime.DATETIME_MED)=>ri($t.DateTime.fromJSDate(e),t,r),IF=(e,t,r=$t.DateTime.DATETIME_MED)=>ri($t.DateTime.fromHTTP(e),t,r),Eb=(e,t,r=$t.DateTime.DATETIME_MED)=>ri($t.DateTime.fromISO(e),t,r),CF=(e,t,r=$t.DateTime.DATETIME_MED)=>ri($t.DateTime.fromRFC2822(e),t,r),Ao=(e,t)=>e.setLocale(Gs(t)).toRelative(),Tb=(e,t)=>Ao($t.DateTime.fromJSDate(e),t),FF=(e,t)=>Ao($t.DateTime.fromHTTP(e),t),PF=(e,t)=>Ao($t.DateTime.fromISO(e),t),xF=(e,t)=>Ao($t.DateTime.fromRFC2822(e),t),OF=1048576,wr=(e,t)=>{const r=typeof e=="string"?parseInt(e):e;return r<0?"--":isNaN(r)?"?":B0.filesize(r,{round:r<OF?0:1,locale:Gs(t),base:10,output:"string"})};function Ab(e="",t=!1){const r=ie.urlJoin(e,{leadingSlash:!0});if(r==="/")return[];const n=[],o=r.split("/");for(t&&n.push(r),o.pop();o.length>0;){if(!o.join("/")){o.pop();continue}n.push(o.join("/")),o.pop()}return n}var mt=(e=>(e.open="sidebar.open",e.close="sidebar.close",e.toggle="sidebar.toggle",e.openWithPanel="sidebar.openWithPanel",e.setActivePanel="sidebar.setActivePanel",e))(mt||{});const vf=(e,t=void 0)=>{const r=window.localStorage.getItem(e),n=ue(t);if(r)try{n.value=JSON.parse(r)}catch{n.value=r}return Et(()=>y(n),(o,i)=>{o!==i&&(o!==void 0?window.localStorage.setItem(e,typeof o=="string"?o:JSON.stringify(o)):window.localStorage.removeItem(e))},{deep:!0}),n},ni=()=>{const e=at(),t=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.enabled}),r=V(()=>{var d;return((d=e.options.embed)==null?void 0:d.target)==="location"}),n=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.chooseFileName}),o=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.chooseFileNameSuggestion}),i=V(()=>{var d;return((d=e.options.embed)==null?void 0:d.target)==="file"}),s=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.fileTypes}),l=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.messagesOrigin}),c=V(()=>{var d;return y(t)&&((d=e.options.embed)==null?void 0:d.delegateAuthentication)}),u=V(()=>{var d;return(d=e.options.embed)==null?void 0:d.delegateAuthenticationOrigin});return{isEnabled:t,isLocationPicker:r,chooseFileName:n,chooseFileNameSuggestion:o,isFilePicker:i,messagesTargetOrigin:l,isDelegatingAuthentication:c,fileTypes:s,postMessage:(d,b)=>{const E={};y(l)&&(E.targetOrigin=y(l)),window.parent.postMessage({name:d,data:b},E)},verifyDelegatedAuthenticationOrigin:d=>y(u)?y(u)===d:!0}},Rb=e=>{const{isEnabled:t}=ni(),r=(e==null?void 0:e.bus)||Xe,n=vf("oc_sideBarOpen",!1),o=ue(!1),i=V({get(){return y(t)?y(o):y(n)},set(E){if(y(t)){o.value=E;return}n.value=E}}),s=async()=>{await Hr();const E=document.getElementById("app-sidebar");E&&E.focus()},l=ue(null),c=r.subscribe(mt.toggle,()=>{i.value=!y(i),y(i)&&s()}),u=r.subscribe(mt.close,()=>{i.value=!1,l.value=null}),a=r.subscribe(mt.open,()=>{i.value=!0,l.value=null,s()}),f=r.subscribe(mt.openWithPanel,E=>{i.value=!0,l.value=E,s()}),d=r.subscribe(mt.setActivePanel,E=>{l.value=E});Gr(()=>{r.unsubscribe(mt.toggle,c),r.unsubscribe(mt.close,u),r.unsubscribe(mt.open,a),r.unsubscribe(mt.openWithPanel,f),r.unsubscribe(mt.setActivePanel,d)});const b=(E,w)=>{r.subscribe(mt.setActivePanel,R=>{E===R&&setTimeout(()=>{w(R)},100)})};return{isSideBarOpen:un(i),sideBarActivePanel:un(l),onPanelActive:b}},rn=e=>e,_b=e=>ie.ShareTypes.containsAnyValue(ie.ShareTypes.authenticated,e??[]),Ib=e=>ie.ShareTypes.containsAnyValue(ie.ShareTypes.unauthenticated,e??[]),kF=({isDirect:e})=>rn(e?"This item is directly shared with others.":"This item is shared with others through one of the parent folders."),NF=({isDirect:e})=>rn(e?"This item is directly shared via links.":"This item is shared via links through one of the parent folders."),$F=({resource:e,isDirect:t})=>({id:`files-sharing-${e.getDomSelector()}`,accessibleDescription:kF({isDirect:t}),label:rn("Show invited people"),icon:"group",category:"sharing",type:t?"user-direct":"user-indirect",fillType:"line",handler:()=>{Xe.publish(mt.openWithPanel,"sharing#peopleShares")}}),DF=({resource:e,isDirect:t})=>({id:`file-link-${e.getDomSelector()}`,accessibleDescription:NF({isDirect:t}),label:rn("Show links"),icon:"link",category:"sharing",type:t?"link-direct":"link-indirect",fillType:"line",handler:()=>{Xe.publish(mt.openWithPanel,"sharing#linkShares")}}),LF=({resource:e})=>({id:`resource-locked-${e.getDomSelector()}`,accessibleDescription:rn("Item locked"),label:rn("This item is locked"),icon:"lock",category:"system",type:"resource-locked",fillType:"line"}),BF=({resource:e})=>({id:`resource-processing-${e.getDomSelector()}`,accessibleDescription:rn("Item in processing"),label:rn("This item is in processing"),icon:"loop-right",category:"system",type:"resource-processing",fillType:"line"}),Ro=({space:e,resource:t,ancestorMetaData:r,user:n})=>{const o=[];if(t.locked&&o.push(LF({resource:t})),t.processing&&o.push(BF({resource:t})),ie.isProjectSpaceResource(e)&&e.isMember(n)||ie.isPersonalSpaceResource(e)&&e.isOwner(n)){const s=Object.values(r).reduce((u,a)=>(u.push(...a.shareTypes||[]),u),[]),l=_b(t.shareTypes);(l||_b(s))&&o.push($F({resource:t,isDirect:l}));const c=Ib(t.shareTypes);(c||Ib(s))&&o.push(DF({resource:t,isDirect:c}))}return o},Cb=e=>new Promise((t,r)=>{const n=new FileReader;n.onloadend=()=>t(n.result),n.onerror=o=>r(o),n.readAsArrayBuffer(e)}),Fb=e=>new Promise(t=>e.toBlob(t)),it=Qe.defineStore("messages",()=>{const e=ue([]),t=i=>{const s={...i,id:Qt.v4()};return e.value.push(s),s},r=i=>{const s=l=>{var c,u;return(u=(c=l.response)==null?void 0:c.headers)==null?void 0:u.get("x-request-id")};return i.map(l=>s(l)).filter(l=>l!==null).map(l=>`X-Request-Id: ${l}`).join(`\r
|
|
56
|
-
`)};return{messages:e,showMessage:t,showErrorMessage:i=>{const s={id:Qt.v4(),status:"danger",timeout:0,...i.errors&&{errorLogContent:r(i.errors)},...i};return e.value.push(s),s},removeMessage:i=>{e.value=y(e).filter(({id:s})=>i.id!==s)}}}),_o=Qe.defineStore("clipboard",()=>{const{$gettext:e}=Ne.useGettext(),{showMessage:t}=it(),r=ue(),n=ue([]);return{action:r,resources:n,copyResources:l=>{l[0].canDownload()&&(r.value=ti.Copy,n.value=l,t({title:e("Copied to clipboard!"),status:"success"}))},cutResources:l=>{l[0].canDownload()&&(r.value=ti.Cut,n.value=l,t({title:e("Cut to clipboard!"),status:"success"}))},clearClipboard:()=>{r.value=void 0,n.value=[]}}}),Pb={cernFeatures:!1,concurrentRequests:{resourceBatchActions:4,shares:{create:4,list:2},sse:4},contextHelpers:!0,contextHelpersReadMore:!0,defaultExtension:"files",disabledExtensions:[],disableFeedbackLink:!0,editor:{autosaveEnabled:!0,autosaveInterval:120},embed:{enabled:!1,target:"resources"},ocm:{openRemotely:!1},routing:{idBased:!0,fullShareOwnerPaths:!1},runningOnEos:!1,tokenStorageLocal:!0,userListRequiresFilter:!1,hideLogo:!1},at=Qe.defineStore("config",()=>{const e=Zr(),t=ue(""),r=ue(""),n=ue({...Pb}),o=ue([]),i=ue([]),s=ue([]),l=ue(),c=ue(),u=ue(),a=ue([]),f=ue([]),d=V(()=>ie.urlJoin(y(t)||window.location.origin,{trailingSlash:!0})),b=V(()=>!!y(l)),E=V(()=>!!y(c));return{options:n,oAuth2:l,openIdConnect:c,isOAuth2:b,isOIDC:E,customTranslations:s,apps:o,externalApps:i,sentry:u,theme:r,scripts:a,styles:f,serverUrl:d,loadConfig:R=>{var S;R.server&&(t.value=(S=R.server)!=null&&S.endsWith("/")?R.server:R.server+"/"),o.value=R.apps||[],s.value=R.customTranslations||[],l.value=R.auth,c.value=R.openIdConnect,u.value=R.sentry,a.value=R.scripts||[],f.value=R.styles||[],r.value=R.theme,R.options&&(n.value=co({...Pb},R.options),y(n).ocm.openRemotely=y(n).cernFeatures,y(n).routing.idBased=!y(n).cernFeatures,y(n).routing.fullShareOwnerPaths=y(n).cernFeatures),R.external_apps&&(i.value=R.external_apps,R.external_apps.filter(Boolean).forEach(m=>{e.loadExternalAppConfig({appId:m.id,config:m.config})}))}}}),MF=ye.z.object({url:ye.z.string()}),jF=ye.z.object({apiUrl:ye.z.string().optional(),authUrl:ye.z.string().optional(),clientId:ye.z.string().optional(),clientSecret:ye.z.string().optional(),logoutUrl:ye.z.string().optional(),metaDataUrl:ye.z.string().optional(),url:ye.z.string().optional()}),UF=ye.z.object({authority:ye.z.string().optional(),client_id:ye.z.string().optional(),client_secret:ye.z.string().optional(),dynamic:ye.z.string().optional(),metadata_url:ye.z.string().optional(),post_logout_redirect_uri:ye.z.string().optional(),response_type:ye.z.string().optional(),scope:ye.z.string().optional()}).passthrough(),qF=ye.z.record(ye.z.any()),VF=ye.z.object({href:ye.z.string().optional()}),zF=ye.z.object({async:ye.z.boolean().optional(),src:ye.z.string().optional()}),WF=ye.z.object({cernFeatures:ye.z.boolean().optional(),concurrentRequests:ye.z.object({resourceBatchActions:ye.z.number().optional(),sse:ye.z.number().optional(),shares:ye.z.object({create:ye.z.number().optional(),list:ye.z.number().optional()}).optional()}).optional(),contextHelpers:ye.z.boolean().optional(),contextHelpersReadMore:ye.z.boolean().optional(),defaultExtension:ye.z.string().optional(),disabledExtensions:ye.z.array(ye.z.string()).optional(),disableFeedbackLink:ye.z.boolean().optional(),accountEditLink:ye.z.object({href:ye.z.string().optional()}).optional(),editor:ye.z.object({autosaveEnabled:ye.z.boolean().optional(),autosaveInterval:ye.z.number().optional(),openAsPreview:ye.z.union([ye.z.boolean(),ye.z.array(ye.z.string())]).optional()}).optional(),embed:ye.z.object({enabled:ye.z.boolean().optional(),target:ye.z.string().optional(),messagesOrigin:ye.z.string().optional(),delegateAuthentication:ye.z.boolean().optional(),delegateAuthenticationOrigin:ye.z.string().optional(),fileTypes:ye.z.array(ye.z.string()).optional(),chooseFileName:ye.z.boolean().optional(),chooseFileNameSuggestion:ye.z.string().optional()}).optional(),feedbackLink:ye.z.object({ariaLabel:ye.z.string().optional(),description:ye.z.string().optional(),href:ye.z.string().optional()}).optional(),isRunningOnEos:ye.z.boolean().optional(),loginUrl:ye.z.string().optional(),logoutUrl:ye.z.string().optional(),ocm:ye.z.object({openRemotely:ye.z.boolean().optional()}).optional(),routing:ye.z.object({fullShareOwnerPaths:ye.z.boolean().optional(),idBased:ye.z.boolean().optional()}).optional(),runningOnEos:ye.z.boolean().optional(),tokenStorageLocal:ye.z.boolean().optional(),upload:ye.z.object({companionUrl:ye.z.string().optional()}).optional(),userListRequiresFilter:ye.z.boolean().optional(),hideLogo:ye.z.boolean().optional()}),HF=ye.z.object({id:ye.z.string(),path:ye.z.string(),config:ye.z.record(ye.z.unknown()).optional()}),GF=ye.z.object({server:ye.z.string(),theme:ye.z.string(),options:WF,apps:ye.z.array(ye.z.string()).optional(),external_apps:ye.z.array(HF).optional(),customTranslations:ye.z.array(MF).optional(),auth:jF.optional(),openIdConnect:UF.optional(),sentry:qF.optional(),scripts:ye.z.array(zF).optional(),styles:ye.z.array(VF).optional()}),xb=Qe.defineStore("extensionPreferences",()=>{const e=Mn.useLocalStorage("extensionPreferences",{});return{extensionPreferences:e,extractDefaultExtensionIds:(o,i)=>o.multiple?i.map(s=>s.id):o.defaultExtensionId?[o.defaultExtensionId]:[],getExtensionPreference:(o,i)=>{const s=e.value[o];return s||{extensionPointId:o,selectedExtensionIds:i}},setSelectedExtensionIds:(o,i)=>{if(!Object.hasOwn(y(e),o)){e.value[o]={extensionPointId:o,selectedExtensionIds:i};return}e.value[o].selectedExtensionIds=i}}}),Di=Qe.defineStore("extensionRegistry",()=>{const e=at(),t=ue([]),r=u=>{t.value.push(u)},n=u=>{t.value=y(t).map(a=>ue(y(a).filter(({id:f})=>!u.includes(f)))).filter(a=>y(a).length)},o=u=>{if(!u.id||!u.extensionType)throw new Error("ExtensionPoint must have an id and an extensionType");return y(t).flatMap(a=>y(a).filter(f=>{var d;return f.type===u.extensionType&&!e.options.disabledExtensions.includes(f.id)&&(!f.extensionPointIds||((d=f.extensionPointIds)==null?void 0:d.includes(u.id)))}))},i=ue([]);return{extensions:t,registerExtensions:r,unregisterExtensions:n,requestExtensions:o,extensionPoints:i,registerExtensionPoints:u=>{i.value.push(u)},unregisterExtensionPoints:u=>{i.value=y(i).map(a=>ue(y(a).filter(({id:f})=>!u.includes(f)))).filter(a=>y(a).length)},getExtensionPoints:(u={})=>y(i).flatMap(a=>y(a).filter(f=>!(Object.hasOwn(u,"extensionType")&&f.extensionType!==u.extensionType)))}}),yt=Qe.defineStore("modals",()=>{const e=ue([]),t=V(()=>y(e).at(-1)),r=c=>y(e).find(u=>u.id===c);return{modals:e,activeModal:t,dispatchModal:c=>{const u={...c,id:Qt.v4()};return e.value.push(u),u},updateModal:(c,u,a)=>{const f=r(c);f[u]=a},removeModal:c=>{e.value=y(e).filter(u=>u.id!==c)},removeAllModals:()=>{e.value=[]},setModalActive:c=>{const u=y(e).findIndex(f=>f.id===c);if(u<0)return;const a=r(c);y(e).splice(u,1),e.value.push(a)}}}),bt=Qe.defineStore("user",()=>{const e=ue();return{user:e,setUser:n=>{e.value=n,H0.setUser({username:n.onPremisesSamAccountName})},reset:()=>{e.value=null}}}),Ob=(e,t)=>{t!==void 0&&document.querySelector(":root").style.setProperty("--oc-"+e,t)},kb="thead-clicked",Nb="highlight",$b="rowMounted",Db="contextmenuClicked",wf="itemDropped",Lb="itemDragged",KF="sort",QF=["xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"],XF={xxxsmall:"xxxs",xxsmall:"xxs",xsmall:"xs",small:"s",medium:"m",large:"l",xlarge:"xl",xxlarge:"xxl",xxxlarge:"xxxl",remove:"rm"};function ii(e){return XF[e]}const Bb=ye.z.object({name:ye.z.string().optional(),slogan:ye.z.string().optional(),logo:ye.z.string().optional(),urls:ye.z.object({accessDeniedHelp:ye.z.string(),imprint:ye.z.string(),privacy:ye.z.string()}).optional(),shareRoles:ye.z.record(ye.z.string(),ye.z.object({iconName:ye.z.string()})).optional()}),YF=ye.z.object({breakpoints:ye.z.record(ye.z.string()).optional(),colorPalette:ye.z.record(ye.z.string()).optional(),fontFamily:ye.z.string().optional(),fontSizes:ye.z.record(ye.z.string()).optional(),sizes:ye.z.record(ye.z.string()).optional(),spacing:ye.z.record(ye.z.string()).optional()}),Mb=Bb.extend({designTokens:YF.optional(),favicon:ye.z.string().optional(),background:ye.z.string().optional()}),JF=Mb.extend({isDark:ye.z.boolean(),label:ye.z.string()}),jb=ye.z.object({defaults:Mb,themes:ye.z.array(JF)}),ZF=ye.z.object({common:Bb.optional(),clients:ye.z.object({web:jb})}),eP="oc_currentThemeName",oi=Qe.defineStore("theme",()=>{const e=Mn.useLocalStorage(eP,null),t=Mn.usePreferredDark(),r=ue(),n=ue([]),o=a=>{const f=ad(a.common,a.clients.web.defaults);n.value=a.clients.web.themes.map(d=>ad(f,d)),i()},i=()=>{const a=y(n).find(d=>!d.isDark),f=y(n).find(d=>d.isDark);c(y(n).find(d=>d.name===y(e))||(y(t)?f:a)||y(n)[0],!1)},s=()=>{e.value=null,i()},l=V(()=>e.value===null),c=(a,f=!0)=>{r.value=a,f&&(e.value=y(r).name);const d=[{name:"breakpoints",prefix:"breakpoint"},{name:"colorPalette",prefix:"color"},{name:"fontSizes",prefix:"font-size"},{name:"sizes",prefix:"size"},{name:"spacing",prefix:"spacing"}];Ob("font-family",y(r).designTokens.fontFamily),d.forEach(b=>{for(const E in y(r).designTokens[b.name])Ob(`${b.prefix}-${E}`,y(r).designTokens[b.name][E])})};return{availableThemes:n,currentTheme:r,initializeThemes:o,setAndApplyTheme:c,setAutoSystemTheme:s,isCurrentThemeAutoSystem:l,getRoleIcon:a=>{var f;return((f=y(r).shareRoles[a.id])==null?void 0:f.iconName)||"user"}}}),Mt=Qe.defineStore("shares",()=>{const e=Ke(),{getRoleIcon:t}=oi(),r=ue(!1),n=ue([]),o=ue([]),i=ue({}),s=C=>{i.value=C.reduce((I,L)=>(I[L.id]={...L,icon:t(L)},I),{})},l=C=>{const I=y(n).find(({id:L})=>L===C.id);if(I){Object.assign(I,C);return}y(n).push(C)},c=C=>{n.value=C},u=C=>{y(n).push(...C)},a=C=>{n.value=y(n).filter(({id:I})=>I!==C.id)},f=()=>{n.value=[],o.value=[],r.value=void 0},d=()=>{const C=Object.values(e.ancestorMetaData).map(({id:I})=>I);if(!C.length){n.value=[],o.value=[];return}y(n).forEach(I=>{C.includes(I.resourceId)||a(I)}),y(o).forEach(I=>{C.includes(I.resourceId)||w(I)})},b=C=>{o.value=C},E=C=>{const I=y(o).find(({id:L})=>L===C.id);if(I){Object.assign(I,C);return}y(o).push(C)},w=C=>{o.value=y(o).filter(({id:I})=>I!==C.id)},R=C=>{r.value=C},S=C=>{const I=D=>{const H=new Set;return D.forEach(ee=>{H.add(ee.shareType)}),Array.from(H)},L=[...e.resources,e.currentFolder].find(D=>(D==null?void 0:D.id)===C);if(!L||ie.isProjectSpaceResource(L))return;const B=[...y(n),...y(o)];e.updateResourceField({id:L.id,field:"shareTypes",value:I(B.filter(D=>!D.indirect))});const $=e.getAncestorById(C);$&&e.updateAncestorField({path:$.path,field:"shareTypes",value:I(B.filter(D=>!D.indirect))})};return{loading:r,collaboratorShares:n,linkShares:o,graphRoles:i,setGraphRoles:s,setLoading:R,setCollaboratorShares:c,setLinkShares:b,removeOrphanedShares:d,pruneShares:f,addShare:async({clientService:C,space:I,resource:L,options:B})=>{const D=await C.graphAuthenticated.permissions.createInvite(I.id,L.id,B,y(i));return u([D]),S(L.id),e.loadIndicators(I,L.id),D},updateShare:async({clientService:C,space:I,resource:L,collaboratorShare:B,options:$})=>{const D=C.graphAuthenticated.permissions,H={roles:$.roles,expirationDateTime:$.expirationDateTime},ee=await D.updatePermission(I.id,L.id,B.id,H,y(i));return l(ee),ee},deleteShare:async({clientService:C,space:I,resource:L,collaboratorShare:B,loadIndicators:$=!1})=>{await C.graphAuthenticated.permissions.deletePermission(I.id,L.id,B.id),a(B),S(L.id),$&&e.loadIndicators(I,L.id)},addLink:async({clientService:C,space:I,resource:L,options:B})=>{const D=await C.graphAuthenticated.permissions.createLink(I.id,L.id,B),H=e.selectedResources,ee=H.some(({fileId:J})=>J===L.fileId)||H.length===0&&e.currentFolder.fileId===L.fileId;if(E(D),S(L.id),!ee){const J=e.ancestorMetaData[L.path]??null;if(J){const{shareTypes:ce}=J;ce.includes(ie.ShareTypes.link.value)||e.updateAncestorField({path:J.path,field:"shareTypes",value:[...ce,ie.ShareTypes.link.value]})}}return e.loadIndicators(I,L.id),D},updateLink:async({clientService:C,space:I,resource:L,linkShare:B,options:$})=>{const D=C.graphAuthenticated.permissions;let H;if(Object.hasOwn($,"password"))H=await D.setPermissionPassword(I.id,L.id,B.id,{password:$.password}),B.hasPassword=!!$.password;else{const ee={link:{...$.type&&{type:$.type},...$.displayName&&{"@libre.graph.displayName":$.displayName}},...Object.hasOwn($,"expirationDateTime")&&{expirationDateTime:$.expirationDateTime}};H=await D.updatePermission(I.id,L.id,B.id,ee)}return E(H),H},deleteLink:async({clientService:C,space:I,resource:L,linkShare:B,loadIndicators:$=!1})=>{await C.graphAuthenticated.permissions.deletePermission(I.id,L.id,B.id),w(B),S(L.id),$&&e.loadIndicators(I,L.id)}}}),Ub=e=>e.sort((t,r)=>r.permissions.length-t.permissions.length),Io=async({graphClient:e,driveType:t,configStore:r,graphRoles:n,signal:o})=>{var c;const i=await e.drives.listMyDrives(n,{orderBy:"name asc",filter:`driveType eq ${t}`},{signal:o});if(!i.length)return[];if(t!=="mountpoint"||!((c=r.options.routing)!=null&&c.fullShareOwnerPaths))return i;const s={};i.forEach(u=>{const{rootId:a,driveAlias:f}=u.root.remoteItem;s[a]=f});const l=Object.entries(s).map(([u,a])=>ie.buildSpace({id:ie.extractStorageId(u),name:a,driveType:a.split("/")[0],driveAlias:a,path:"/",serverUrl:r.serverUrl},n));return[...i,...l]},dt=Qe.defineStore("spaces",()=>{const e=bt(),t=at(),r=Mt(),n=ue([]),o=ue(),i=ue(!1),s=ue(!1),l=ue(!1),c=V(()=>y(n).find(C=>ie.isPersonalSpaceResource(C)&&C.isOwner(e.user))),u=C=>{i.value=C},a=C=>{s.value=C},f=C=>{l.value=C},d=C=>{o.value=C},b=C=>{if(!ie.isProjectSpaceResource(C))return[];const I=r.collaboratorShares.filter(L=>L.resourceId===C.id);return Ub(I)},E=C=>{y(n).push(...C)},w=C=>{n.value=y(n).filter(({id:I})=>I!==C.id)},R=C=>y(n).find(I=>C==I.id),S=async({graphClient:C,space:I,signal:L})=>(await A({graphClient:C,signal:L}),y(n).find(B=>{var $,D;return ie.isMountPointSpaceResource(B)&&((D=($=B.root)==null?void 0:$.remoteItem)==null?void 0:D.id)===I.id})),m=({driveAliasPrefix:C,id:I,shareName:L})=>{const B=ie.buildShareSpaceResource({driveAliasPrefix:C,id:I,shareName:L,serverUrl:t.serverUrl});return E([B]),B},g=C=>{const I=y(n).find(({id:L})=>L===C.id);if(I){Object.assign(I,C);return}E([C])},v=({id:C,field:I,value:L})=>{const B=y(n).find($=>C===$.id);B&&(B[I]=L)},T=async({graphClient:C})=>{l.value=!0;try{const[I,L]=await Promise.all([Io({graphClient:C,driveType:"personal",configStore:t,graphRoles:r.graphRoles}),Io({graphClient:C,driveType:"project",configStore:t,graphRoles:r.graphRoles})]);E([...I,...L]),i.value=!0}finally{l.value=!1}},A=async({graphClient:C,signal:I})=>{if(!y(s))try{const L=await Io({graphClient:C,driveType:"mountpoint",configStore:t,graphRoles:r.graphRoles,signal:I});E(L)}finally{s.value=!0}};return{spaces:n,spacesInitialized:i,mountPointsInitialized:s,spacesLoading:l,currentSpace:o,personalSpace:c,getSpace:R,createShareSpace:m,setSpacesInitialized:u,setMountPointsInitialized:a,setSpacesLoading:f,setCurrentSpace:d,getSpaceMembers:b,getMountPointForSpace:S,addSpaces:E,removeSpace:w,upsertSpace:g,updateSpaceField:v,loadSpaces:T,loadMountPoints:A,reloadProjectSpaces:async({graphClient:C,signal:I})=>{const L=await Io({graphClient:C,driveType:"project",configStore:t,graphRoles:r.graphRoles,signal:I});n.value=y(n).filter(B=>!ie.isProjectSpaceResource(B)),E(L)}}}),Ke=Qe.defineStore("resources",()=>{const e=at(),t=dt(),r=bt(),n=ue([]),o=ue(),i=ue({}),s=ue([]),l=V(()=>{let oe=y(n);return y($)||(oe=oe.filter(Q=>!Q.name.startsWith("."))),oe}),c=V(()=>{const oe=y(n).filter(({type:W})=>W==="file").length,Q=y(n).filter(({type:W,name:U})=>W==="file"&&U.startsWith(".")).length,x=y(n).filter(({type:W})=>W==="folder").length,k=y(n).filter(({type:W,name:U})=>W==="folder"&&U.startsWith(".")).length,X=y(n).filter(ie.isProjectSpaceResource).length;return{files:oe,hiddenFiles:Q,folders:x,hiddenFolders:k,spaces:X}}),u=oe=>{n.value=oe},a=oe=>{n.value=y(n).filter(Q=>!oe.find(({id:x})=>x===Q.id))},f=()=>{n.value=[]},d=oe=>{const Q=y(n).find(({id:x})=>x===oe.id);if(Q){Object.assign(Q,oe);return}y(n).push(oe)},b=oe=>{const Q=y(n).filter(x=>!oe.some(k=>k.path===x.path));n.value=[...Q,...oe]},E=({id:oe,field:Q,value:x})=>{const k=y(n).find(X=>oe===X.id);k&&(k[Q]=x)},w=oe=>{o.value=oe},R=()=>{o.value=void 0},S=oe=>{n.value=oe.resources,o.value=oe.currentFolder},m=()=>{n.value=[],o.value=void 0,g.value=[]},g=ue([]),v=ue(null),T=V(()=>y(n).filter(oe=>y(g).includes(oe.id))),A=oe=>{const Q=oe.find(x=>!y(g).includes(x));Q&&(v.value=Q),g.value=oe},F=oe=>{v.value=oe,y(g).includes(oe)||y(g).push(oe)},C=oe=>{v.value=oe,y(g).includes(oe)&&(g.value=y(g).filter(Q=>Q!==oe))},I=oe=>{y(g).includes(oe)?C(oe):F(oe)},L=()=>{g.value=[]},B=oe=>{v.value=oe},$=ue(!0),D=ue(!0),H=ue(!1),ee=oe=>{$.value=oe,window.localStorage.setItem("oc_hiddenFilesShown",oe.toString())},J=oe=>{D.value=oe,window.localStorage.setItem("oc_fileExtensionsShown",oe.toString())},ce=oe=>{H.value=oe,window.localStorage.setItem("oc_webDavDetailsShown",oe.toString())},be=(oe,Q)=>{const x=y(n).filter(k=>[k.id,k.parentFolderId].includes(Q));for(const k of x){const X=Ro({space:oe,resource:k,ancestorMetaData:y(i),user:r.user});!X.length&&!k.indicators.length||E({id:k.id,field:"indicators",value:X})}},de=oe=>{i.value=oe};return{resources:n,currentFolder:o,activeResources:l,totalResourcesCount:c,setResources:u,removeResources:a,clearResources:f,upsertResource:d,upsertResources:b,updateResourceField:E,setCurrentFolder:w,clearCurrentFolder:R,initResourceList:S,clearResourceList:m,selectedIds:g,latestSelectedId:v,selectedResources:T,setSelection:A,addSelection:F,removeSelection:C,toggleSelection:I,resetSelection:L,setLastSelectedId:B,areHiddenFilesShown:$,areFileExtensionsShown:D,areWebDavDetailsShown:H,setAreHiddenFilesShown:ee,setAreFileExtensionsShown:J,setAreWebDavDetailsShown:ce,loadIndicators:be,ancestorMetaData:i,setAncestorMetaData:de,updateAncestorField:({path:oe,field:Q,value:x})=>{const k=y(i)[oe]??null;k&&(k[Q]=x)},loadAncestorMetaData:({folder:oe,space:Q,client:x,signal:k})=>{const X={[oe.path]:{id:oe.fileId,shareTypes:oe.shareTypes,parentFolderId:oe.parentFolderId,spaceId:Q.id,path:oe.path}},W=[],U=[Ve.FileId,Ve.ShareTypes,Ve.FileParent],z=Ab(oe.path),fe=t.spaces,_e=()=>fe.filter(Fe=>ie.isMountPointSpaceResource(Fe)&&ie.extractStorageId(Fe.root.remoteItem.rootId)===Q.id);let Be=!0;if(e.options.routing.fullShareOwnerPaths){const Fe=fe.find(Pe=>ie.isProjectSpaceResource(Pe)&&Pe.id===Q.id);Be=Q.isOwner(r.user)||(Fe==null?void 0:Fe.isMember(r.user))}for(const Fe of z){const Pe=y(i)[Fe]??null;if((Pe==null?void 0:Pe.spaceId)===Q.id){X[Fe]=Pe;continue}if(!Be&&!_e().find(je=>Fe.startsWith(je.root.remoteItem.path)))break;W.push(x.listFiles(Q,{path:Fe},{depth:0,davProperties:U,signal:k}).then(({resource:je})=>{X[Fe]={id:je.fileId,shareTypes:je.shareTypes,parentFolderId:je.parentFolderId,spaceId:Q.id,path:Fe}}))}return Promise.all(W).then(()=>{if(!Object.keys(X).includes("/")){const Fe=y(i)["/"];if((Fe==null?void 0:Fe.spaceId)===Q.id)X["/"]=Fe;else{const{parentFolderId:Pe}=Object.values(X)[0],je=t.spaces.find(({id:te})=>Pe.startsWith(te));je&&(X["/"]={id:je.id,shareTypes:je.shareTypes,parentFolderId:je.id,spaceId:je.id,path:"/"})}}de(X)})},getAncestorById:oe=>Object.values(y(i)).find(Q=>oe===Q.id),deleteQueue:s,addResourcesIntoDeleteQueue:oe=>{s.value=s.value.concat(oe.filter(Q=>!y(s).includes(Q)))},removeResourcesFromDeleteQueue:oe=>{s.value=s.value.filter(Q=>!oe.includes(Q))}}}),Co=Qe.defineStore("webWorkers",()=>{const e=ue([]);return{createWorker:(i,{needsTokenRenewal:s=!1}={})=>{const l=Qt.v4(),c=Mn.useWebWorker(i,{type:"module",name:l}),u={id:l,needsTokenRenewal:s,...c};return y(e).push(u),u},terminateWorker:i=>{const s=y(e).find(l=>i===l.id);s&&(s.terminate(),e.value=y(e).filter(l=>i!==l.id))},terminateAllWorkers:()=>{y(e).forEach(({terminate:i})=>{i()}),e.value=[]},updateAccessTokens:i=>{y(e).filter(({needsTokenRenewal:s})=>s).forEach(({post:s})=>{s(JSON.stringify({topic:"tokenUpdate",data:{accessToken:`Bearer ${i}`}}))})}}}),Ks=(e={})=>{const t=e.router||We(),r=e.configStore||at();return{replaceInvalidFileRoute:({space:o,resource:i,path:s,fileId:l})=>{var u;if(!((u=r.options.routing)!=null&&u.idBased)||s===i.path&&l===i.fileId)return!1;const c=Jr(o,i,{configStore:r});return t.replace(c),!0}}},Qs=()=>{const e=Jt();return V(()=>y(e).name)},qb=(e,t)=>{const r=Jt();return V(()=>y(r).meta[e]||t)},Xs=(e,t)=>{const r=We();return V({get(){return St(y(r.currentRoute).params[e])||t},async set(n){y(r.currentRoute).params[e]!==n&&await r.replace({params:{...y(r.currentRoute).params,[e]:n}})}})};let Vb=Promise.resolve();const rr=(e,t)=>{const r=We();return V({get(){return y(r.currentRoute).query[e]||t},set(n){if(y(r.currentRoute).query[e]===n)return;Vb=Vb.then(async()=>{try{await r.replace({path:y(r.currentRoute).path,query:{...y(r.currentRoute).query,[e]:n}})}catch{}})}})},wn=e=>{const t=rr(e.name),r=vf(tP(e));return Et(()=>y(t)?{value:y(t),source:"route"}:y(r)?{value:y(r),source:"storage"}:{value:e.defaultValue,source:"default"},n=>{["route","default"].includes(n.source)&&(r.value=n.value===e.defaultValue?void 0:St(n.value)),["storage","default"].includes(n.source)&&(t.value=n.value)},{immediate:!0}),t},tP=e=>["oc-options",e.storagePrefix,e.name].filter(Boolean).join("_"),xn=(e,...t)=>{const r=ue(!1),n=We(),o=Jt();return Et(o,()=>{r.value=e(n,...t)},{immediate:!0}),r},Ys="contextRouteName",Sf="contextRouteParams",Ef="contextRouteQuery",Js=e=>{var i;const{params:t,query:r}=e,n={},o=["fileId","shareId","q_share-visibility"].concat(((i=e.meta)==null?void 0:i.contextQueryItems)||[]);for(const s of o)n[s]=r[s];return{[Ys]:e.name,[Sf]:t,[Ef]:n}},zb=e=>({routeName:St(e[Ys]),routeParams:e[Sf],routeQuery:e[Ef]}),St=e=>Array.isArray(e)?e[0].toString():e==null?void 0:e.toString();function Wb({router:e,currentFileContext:t}){const r=l=>{const{fileName:c,routeName:u,routeParams:a,routeQuery:f}=y(l);return y(u)?e.push({name:y(u),params:y(a),query:{...y(f),scrollTo:y(c)}}):e.push({path:"/"})},{replaceInvalidFileRoute:n}=Ks({router:e}),o=(l,c)=>{const u=y(l);return n({space:y(u.space),resource:c,path:y(u.item),fileId:y(u.itemId)})},i=ue(!1);return{replaceInvalidFileRoute:o,closeApp:()=>(i.value=!0,r(t)),closed:i}}const Je=()=>yn("$clientService");function Tf({clientService:e}){e=e||Je();const t=tr(),r=bt();return{getUrlForResource:(c,u,a)=>{var f;return e.webdav.getFileUrl(c,u,{isUrlSigningEnabled:t.supportUrlSigning,username:(f=r.user)==null?void 0:f.onPremisesSamAccountName,...a})},revokeUrl:c=>e.webdav.revokeUrl(c),getFileContents:(c,u)=>e.webdav.getFileContents(y(y(c).space),{path:y(y(c).item)},{...u}),getFileInfo:(c,u={})=>e.webdav.getFileInfo(y(y(c).space),{path:y(y(c).item),fileId:y(y(c).itemId)},u),putFileContents:(c,u)=>e.webdav.putFileContents(y(y(c).space),{path:y(y(c).item),...u})}}const Af=()=>yn("$authService");class Sn{}Ee(Sn,"allFiles","all-files"),Ee(Sn,"currentFolder","current-folder");const Rf=()=>{const e=at(),t=Je(),r=dt(),n=Ke(),o=tr(),i=V(()=>{var d;return(d=o.searchContent)==null?void 0:d.enabled}),s=V(()=>n.areHiddenFilesShown),l=V(()=>r.spaces.filter(ie.isProjectSpaceResource)),c=d=>y(l).find(b=>b.id===d),u=cr.useTask(function*(d,b,E=null){if(e.options.routing.fullShareOwnerPaths&&(yield r.loadMountPoints({graphClient:t.graphAuthenticated,signal:d})),!b)return{totalResults:null,values:[]};const{resources:w,totalResults:R}=yield*ie.call(t.webdav.search(b,{searchLimit:E,davProperties:Es.Default,signal:d}));return{totalResults:R,values:w.map(S=>{const m=c(S.parentFolderId),g=m||S;return e.options.routing.fullShareOwnerPaths&&g.remoteItemPath&&(g.path=ie.urlJoin(g.remoteItemPath,g.path)),{id:g.id,data:g}}).filter(({data:S})=>!S.name.startsWith(".")||y(s))}}).restartable();return{search:async(d,b=null)=>await u.perform(d,b),buildSearchTerm:({term:d,isTitleOnlySearch:b,tags:E,lastModified:w,mediaType:R,scope:S,useScope:m})=>{const g=[],v=d,T=y(i)&&!b;if(v){let A=`name:"*${v}*"`;T&&(A=`(name:"*${v}*" OR content:"${v}")`),g.push(A)}if(m&&S&&g.push(`scope:${S}`),E){const A=E.split("+").map(F=>`"${F}"`);g.push(`tag:(${A.join(" OR ")})`)}if(w&&g.push(`mtime:${w}`),R){const A=R.split("+").map(F=>`"${F}"`);g.push(`mediatype:(${A.join(" OR ")})`)}return g.sort((A,F)=>Number(A.startsWith("scope:"))-Number(F.startsWith("scope:"))).join(" AND ")}}};function Hb({currentRoute:e,clientService:t}){const r=ue(!1),{webdav:n}=t,{replaceInvalidFileRoute:o}=Ks(),{getFileInfo:i}=Tf({clientService:t}),s=Af(),l=dt(),{buildSearchTerm:c,search:u}=Rf(),a=rr("contextRouteQuery"),f=Ke(),{activeResources:d}=Qe.storeToRefs(f);return{isFolderLoading:r,loadFolderForFileContext:async E=>{var w,R;r.value=!0;try{if(E=y(E),(w=y(a))!=null&&w.term){const C=c({term:(R=y(a))==null?void 0:R.term}),{values:I}=await u(C,200),L=I.filter(({data:B})=>ie.isSearchResource(B)).map(B=>B.data);f.initResourceList({currentFolder:null,resources:L}),r.value=!1;return}if(["files-shares-with-me","files-shares-with-others","files-shares-via-link","files-common-favorites"].includes(y(E.routeName))){await Xy.getTask().perform(),r.value=!1;return}f.clearResourceList();const m=y(E.space),g=await i(E,{davProperties:[Ve.FileId]});if(o({space:m,resource:g,path:y(E.item),fileId:y(E.itemId)}),l.spaces.some(C=>{var I;return ie.isMountPointSpaceResource(C)&&((I=C.root.remoteItem)==null?void 0:I.id)===g.id})){const C=await i(E);f.initResourceList({currentFolder:C,resources:[C]}),r.value=!1;return}const T=ht.dirname(g.path),{resource:A,children:F}=await n.listFiles(m,{path:T});A.type==="file"?f.initResourceList({currentFolder:A,resources:[A]}):f.initResourceList({currentFolder:A,resources:F})}catch(S){if(S.statusCode===401)return s.handleAuthError(y(e));f.setCurrentFolder(null),console.error(S)}r.value=!1},activeFiles:d}}function _f({appsStore:e,applicationId:t}){return{applicationMeta:V(()=>{const n=e.apps[t];if(!n)throw new Error(`useAppConfig: could not find config for applicationId: ${t}`);return n||{}})}}const Fo=()=>Xe;function Gb({titleSegments:e,eventBus:t}){const r=oi(),{currentTheme:n}=Qe.storeToRefs(r);t=t||Fo(),Et(e,o=>{const i=y(o),s=" - ",l={shortDocumentTitle:i.join(s),fullDocumentTitle:[...i,y(n).name].join(s)};t.publish("runtime.documentTitle.changed",l)},{immediate:!0,deep:!0})}function rP({appsStore:e,applicationId:t,applicationName:r,currentFileContext:n,currentRoute:o}){const i=_f({applicationId:t,appsStore:e}),{$gettext:s}=Ne.useGettext(),l=V(()=>{var a,f,d;const c=ht.basename(y((a=y(n))==null?void 0:a.fileName))||s(((d=(f=y(o))==null?void 0:f.meta)==null?void 0:d.title)||""),u=y(y(i).applicationMeta);return[c,y(r)||u.name||u.id].filter(Boolean)});Gb({titleSegments:l})}function Kb(e={}){const t=e.clientService??Je(),r=e.authStore??Yn();return{makeRequest:(o,i,s={})=>{const l=r.accessToken?t.httpAuthenticated:t.httpUnAuthenticated;return s.headers=s.headers||{},r.publicLinkContextReady&&(r.publicLinkPassword&&(s.headers.Authorization="Basic "+po.from(["public",r.publicLinkPassword].join(":")).toString("base64")),r.publicLinkToken&&(s.headers["public-token"]=r.publicLinkToken)),s.method=o,s.url=i,l.request(s)}}}const Qb=()=>{const e=dt();return{areSpacesLoading:V(()=>!e.spacesInitialized||e.spacesLoading)}},Xb=(e={})=>{const t=dt(),{areSpacesLoading:r}=Qb(),n=rr("shareId"),o=rr("fileId"),i=V(()=>St(y(o))),s=at(),l=Je(),c=V(()=>t.spaces),u=ue(null),a=ue(null),f=ue(!1),d=b=>{const E=b.split("/");return y(c).find(w=>{if(!b.startsWith(w.driveAlias))return!1;const R=w.driveAlias.split("/");return E.length<R.length||E.slice(0,R.length).join("/")!==w.driveAlias?!1:w})};return za(()=>{const b=y(e.driveAliasAndItem);!(b!=null&&b.startsWith("personal/"))&&!(b!=null&&b.startsWith("project/"))&&t.setCurrentSpace(null)}),Et([e.driveAliasAndItem,r],async([b,E],[w,R])=>{if(b===w&&E===R)return;if(!b||b.startsWith("virtual/")){u.value=null,a.value=null;return}if(y(u)&&b.startsWith(y(u).driveAlias)){a.value=ie.urlJoin(b.slice(y(u).driveAlias.length),{leadingSlash:!0});return}let m=null,g=null;if(b.startsWith("public/")||b.startsWith("ocm/")){const[v,...T]=b.split("/").slice(1);m=y(c).find(A=>A.id===v),g=T.join("/")}else if(b.startsWith("share/")||b.startsWith("ocm-share/")){const[v,...T]=b.split("/").slice(1),A=b.startsWith("ocm-share/")?"ocm-share":"share";let F=St(y(n));F!=null&&F.includes(":")&&(F=[ie.SHARE_JAIL_ID,F].join("!")),m=t.getSpace(F)||t.createShareSpace({driveAliasPrefix:A,id:F,shareName:y(v)}),g=T.join("/")}else y(i)?m=y(c).find(v=>y(i).startsWith(`${v.fileId}`)):m=d(b),m||(!t.mountPointsInitialized&&s.options.routing.fullShareOwnerPaths&&(f.value=!0,await t.loadMountPoints({graphClient:l.graphAuthenticated})),m=d(b)),m&&(g=b.slice(m.driveAlias.length));u.value=m,a.value=ie.urlJoin(g,{leadingSlash:!0}),f.value=!1},{immediate:!0,deep:!0}),Et(u,b=>{t.setCurrentSpace(b)},{immediate:!0}),{space:u,item:a,itemId:i,loading:f}};function Yb(e){const t=We(),r=Zr(),n=Jt(),o=e.clientService??Je(),i=e.applicationId,s=Yn(),{publicLinkContextReady:l}=Qe.storeToRefs(s),c=Xs("driveAliasAndItem"),{space:u,item:a,itemId:f,loading:d}=Xb({driveAliasAndItem:c}),b=V(()=>{if(y(d))return null;let E;return y(u)?E=ie.urlJoin(y(u).webDavPath,y(a)):E=ie.urlJoin(St(y(n).params.filePath)),{path:E,driveAliasAndItem:y(c),space:y(u),item:y(a),itemId:y(f),fileName:ht.basename(E),routeName:St(y(n).query[Ys]),...zb(y(n).query)}});return rP({appsStore:r,applicationId:i,applicationName:e.applicationName,currentFileContext:b,currentRoute:n}),{isPublicLinkContext:l,currentFileContext:b,...fh({appsStore:r,...e}),...Wb({router:t,currentFileContext:b}),...Tf({clientService:o}),...Hb({clientService:o,currentRoute:n}),...Kb({clientService:o,currentRoute:y(n)})}}const nP=e=>({meta:{...e.meta,authContext:"anonymous"},path:e.path,redirect:t=>{const r=e.redirect(t);return console.warn(`route "${e.path}" is deprecated, use "${String(r.path)||String(r.name)}" instead.`),r}}),iP=()=>[{path:"/list",redirect:e=>xr("files-spaces-generic",{...e,params:{...e.params,driveAliasAndItem:"personal/home"}})},{path:"/list/all/:item(.*)",redirect:e=>xr("files-spaces-generic",{...e,params:{...e.params,driveAliasAndItem:ie.urlJoin("personal/home",St(e.params.item),{leadingSlash:!1})}})},{path:"/list/favorites",redirect:e=>Ai("files-common-favorites",e)},{path:"/list/shared-with-me",redirect:e=>Or("files-shares-with-me",e)},{path:"/list/shared-with-others",redirect:e=>Or("files-shares-with-others",e)},{path:"/list/shared-via-link",redirect:e=>Or("files-shares-via-link",e)},{path:"/trash-bin",redirect:e=>_i("files-trash-generic",e)},{path:"/public/list/:item(.*)",redirect:e=>Ri("files-public-link",e)},{path:"/private-link/:fileId",redirect:e=>({name:"resolvePrivateLink",params:{fileId:e.params.fileId}})},{path:"/public-link/:token",redirect:e=>({name:"resolvePublicLink",params:{token:e.params.token}})}].map(nP),oP=(e,...t)=>{const[r,...n]=t.map(o=>{const i={"files-personal":xr("files-spaces-generic").name,"files-favorites":Ai("files-common-favorites").name,"files-shared-with-others":Or("files-shares-with-others").name,"files-shared-with-me":Or("files-shares-with-me").name,"files-trashbin ":_i("files-trash-generic").name,"files-public-list":Ri("files-public-link").name}[o.name.toString()];return i&&console.warn(`route name "${name}" is deprecated, use "${i.toString()}" instead.`),{...o,...!!i&&{name:i}}});return vl(e,r,...n)},sP={name:"root",path:"/",redirect:e=>xr("files-spaces-generic",e)},aP=e=>[sP,...yT(e),...wT(e),...ST(e),...bT(e),...ET(e),...iP()],si=()=>{const{$gettext:e}=Ne.useGettext(),t=Je();return{checkSpaceNameModalInput:(o,i)=>o.trim()===""?i(e("Space name cannot be empty")):o.length>255?i(e("Space name cannot exceed 255 characters")):/[/\\.:?*"><|]/.test(o)?i(e(`Space name cannot contain the following characters: / \\\\ . : ? * " > < |'`)):i(null),getDefaultMetaFolder:async o=>{const{children:i}=await t.webdav.listFiles(o);return i.find(({name:s})=>s===".space")}}},ar=e=>{const t=bt(),r=dt(),n=at(),o=V(()=>r.spaces),i=Xs("driveAliasAndItem"),s=f=>y(e==null?void 0:e.space)||y(o).find(d=>d.id===f),l=f=>{var R,S,m,g,v;let d=f.storageId;((R=y(i))!=null&&R.startsWith("public/")||(S=y(i))!=null&&S.startsWith("ocm/"))&&(d=y(i).split("/")[1]);const b=s(d);if(b&&!ie.isMountPointSpaceResource(b))return b;const E=ie.isShareResource(f)&&f.shareTypes.includes(ie.ShareTypes.remote.value)||(m=f==null?void 0:f.id)!=null&&m.toString().startsWith(ie.OCM_PROVIDER_ID)?"ocm-share":"share";let w;return f.remoteItemPath?w=ht.basename(f.remoteItemPath):(g=y(i))!=null&&g.startsWith("share/")||(v=y(i))!=null&&v.startsWith("ocm-share/")?w=y(i).split("/")[1]:w=f.name,r.getSpace(f.remoteItemId)||r.createShareSpace({driveAliasPrefix:E,id:f.remoteItemId,shareName:w})},c=f=>y(o).filter(d=>ie.isMountPointSpaceResource(d)&&ie.extractStorageId(d.root.remoteItem.rootId)===f.id);return{getInternalSpace:s,getMatchingSpace:l,isPersonalSpaceRoot:f=>{var d;return(f==null?void 0:f.storageId)&&(f==null?void 0:f.storageId)===((d=r.personalSpace)==null?void 0:d.storageId)&&(f==null?void 0:f.path)==="/"},isResourceAccessible:({space:f,path:d})=>{if(!n.options.routing.fullShareOwnerPaths)return!0;const b=y(o).find(w=>ie.isProjectSpaceResource(w)&&w.id===f.id);return f.isOwner(t.user)||(b==null?void 0:b.isMember(t.user))||c(f).some(w=>d.startsWith(w.root.remoteItem.path))}}},Li=()=>{const e=Je(),t=Ke(),r=Mt();return{createSpace:i=>{const{graphAuthenticated:s}=e;return s.drives.createDrive({name:i},r.graphRoles,{params:{template:"default"}})},createDefaultMetaFolder:async i=>{var l;const s=await e.webdav.createFolder(i,{path:".space"});return ie.extractStorageId(s.parentFolderId)===((l=t.currentFolder)==null?void 0:l.id)&&t.upsertResource(s),s}}},lr=()=>yn("$loadingService"),Zs=()=>{const e=Yn(),t=Je(),r=Ne.useGettext();return{headers:V(()=>{const o=new Mh({accessToken:e.accessToken,publicLinkToken:e.publicLinkToken,publicLinkPassword:e.publicLinkPassword});return{"Accept-Language":r.current,"Initiator-ID":t.initiatorId,"X-Request-ID":Qt.v4(),...o.getHeaders()}})}};function lP(e){return new Worker("/assets/worker-oQBkmUkg.js",{name:e==null?void 0:e.name})}const Jb=({concurrentRequests:e=4}={})=>{const t=at(),r=lr(),{headers:n}=Zs(),{createWorker:o,terminateWorker:i}=Co(),s=({topic:c,space:u,resources:a},f)=>{const d=o(lP,{needsTokenRenewal:!0});let b;y(d.worker).onmessage=E=>{i(d.id),b==null||b(!0);const{successful:w,failed:R}=JSON.parse(E.data),S=R.map(({resource:m,...g})=>({resource:m,error:ie.createHttpError(g)}));f({successful:w,failed:S})},r.addTask(()=>new Promise(E=>{b=E})),d.post(l({topic:c,space:u,resources:a}))},l=({topic:c,space:u,resources:a})=>JSON.stringify({topic:c,data:{space:u,resources:a,concurrentRequests:e,baseUrl:t.serverUrl,headers:{...y(n),"X-Request-ID":void 0}}});return{startWorker:s}};function cP(e){return new Worker("/assets/worker-BTxctNFM.js",{name:e==null?void 0:e.name})}const Zb=()=>{const e=at(),t=lr(),{headers:r}=Zs(),{createWorker:n,terminateWorker:o}=Co(),i=(l,c)=>{const u=n(cP,{needsTokenRenewal:!0});let a;y(u.worker).onmessage=f=>{o(u.id),a==null||a(!0);const{successful:d,failed:b}=JSON.parse(f.data),E=b.map(({resourceName:w,...R})=>({resourceName:w,error:ie.createHttpError(R)}));c({successful:d,failed:E})},t.addTask(()=>new Promise(f=>{a=f})),u.post(s(l))},s=l=>JSON.stringify({topic:"startProcess",data:{transferData:l,baseUrl:e.serverUrl,headers:{...y(r),"X-Request-ID":void 0}}});return{startWorker:i}};function uP(e){return new Worker("/assets/worker-DzSy5ndr.js",{name:e==null?void 0:e.name})}const ev=()=>{const e=at(),t=lr(),{headers:r}=Zs(),{createWorker:n,terminateWorker:o}=Co(),i=({space:l,resources:c,missingFolderPaths:u},a)=>{const f=n(uP,{needsTokenRenewal:!0});let d;y(f.worker).onmessage=b=>{o(f.id),d==null||d(!0);const{successful:E,failed:w}=JSON.parse(b.data),R=w.map(({resource:S,...m})=>({resource:S,error:ie.createHttpError(m)}));a({successful:E,failed:R})},t.addTask(()=>new Promise(b=>{d=b})),f.post(s({space:l,resources:c,missingFolderPaths:u}))},s=({space:l,resources:c,missingFolderPaths:u})=>JSON.stringify({topic:"startProcess",data:{space:l,resources:c,missingFolderPaths:u,baseUrl:e.serverUrl,headers:{...y(r),"X-Request-ID":void 0}}});return{startWorker:i}};function fP(e){return new Worker("/assets/worker-BBQqm_-D.js",{name:e==null?void 0:e.name})}const dP=({authService:e})=>{const{createWorker:t}=Co(),r=ue();return{startWorker:()=>{r.value=t(fP),y(y(r).worker).onmessage=()=>{e.signinSilent().catch(async s=>{if(s instanceof W0.ErrorTimeout){console.warn("token renewal timed out, retrying in 5 seconds..."),y(r).post(JSON.stringify({topic:"set",expiry:5,expiryThreshold:0}));return}if(console.error("token renewal error:",s),!await e.getRefreshToken())return e.logoutUser()})}},setTokenTimer:({expiry:s,expiryThreshold:l})=>{if(!y(r)){console.error("token timer worker is not running");return}y(r).post(JSON.stringify({topic:"set",expiry:s,expiryThreshold:l}))},resetTokenTimer:()=>{if(!y(r)){console.error("token timer worker is not running");return}y(r).post(JSON.stringify({topic:"reset"}))}}},tv=()=>{const e=at(),t=it(),r=We(),n=Ne.useGettext(),{getMatchingSpace:o}=ar(),{$gettext:i,$ngettext:s}=n,l=Je(),{dispatchModal:c}=yt(),u=dt(),a=Mt(),{startWorker:f}=Jb({concurrentRequests:e.options.concurrentRequests.resourceBatchActions}),d=Ke(),{currentFolder:b}=Qe.storeToRefs(d),E=ue([]),w=rr("page","1"),R=V(()=>parseInt(St(y(w)))),S=rr("items-per-page","1"),m=V(()=>parseInt(St(y(S)))),g=V(()=>Ep(y(E))),v=V(()=>{const I=y(g),L=I[0].type==="folder";let B=null;return I.length===1?(L?B=i('Permanently delete folder "%{name}"',{name:I[0].name},!0):B=i('Permanently delete file "%{name}"',{name:I[0].name},!0),B):s("Permanently delete selected resource?","Permanently delete %{amount} selected resources?",I.length,{amount:I.length.toString()},!1)}),T=V(()=>{const I=y(g),L=I[0].type==="folder";return I.length===1?i(L?"Are you sure you want to delete this folder? All its content will be permanently removed. This action cannot be undone.":"Are you sure you want to delete this file? All its content will be permanently removed. This action cannot be undone."):i("Are you sure you want to delete all selected resources? All their content will be permanently removed. This action cannot be undone.")}),A=I=>{const L=y(r.currentRoute);f({topic:"trashBinDelete",space:I,resources:y(g)},({successful:B,failed:$})=>{var D,H;if(B.length){const ee=B.length===1&&y(g).length===1?i('"%{item}" was deleted successfully',{item:B[0].name}):s("%{itemCount} item was deleted successfully","%{itemCount} items were deleted successfully",B.length,{itemCount:B.length.toString()},!0);t.showMessage({title:ee})}$.forEach(({resource:ee})=>{const J=i('Failed to delete "%{item}"',{item:ee.name});t.showErrorMessage({title:J,errors:[new Error]})}),L.name===y(r.currentRoute).name&&((D=L.query)==null?void 0:D.fileId)===((H=y(r.currentRoute).query)==null?void 0:H.fileId)&&(d.removeResources(B),d.resetSelection())})};return{displayDialog:(I,L)=>{E.value=[...L],c({variation:"danger",title:y(v),message:y(T),confirmText:i("Delete"),onConfirm:()=>A(I)})},filesList_delete:I=>{var $;E.value=[...I],d.addResourcesIntoDeleteQueue(y(E).map(({id:D})=>D)),y(E).forEach(({id:D})=>d.removeSelection(D));const L=y(I).reduce((D,H)=>{if(H.storageId in D)return D[H.storageId].resources.push(H),D;const ee=o(H);return ee.id in D||(D[ee.id]={space:ee,resources:[]}),D[ee.id].resources.push(H),D},{}),B=($=y(b))==null?void 0:$.id;return Object.values(L).map(({space:D,resources:H})=>{f({topic:"fileListDelete",space:D,resources:H},async({successful:ee,failed:J})=>{var ce;if(ee.length){const be=ee.length===1&&I.length===1?i('"%{item}" was moved to trash bin',{item:ee[0].name}):s("%{itemCount} item was moved to trash bin","%{itemCount} items were moved to trash bin",ee.length,{itemCount:ee.length.toString()},!0);t.showMessage({title:be})}if(d.removeResourcesFromDeleteQueue(J.map(({resource:be})=>be.id)),d.removeResourcesFromDeleteQueue(ee.map(({id:be})=>be)),J.forEach(({error:be,resource:de})=>{let Se=i('Failed to delete "%{resource}"',{resource:de.name});be.statusCode===423&&(Se=i('Failed to delete "%{resource}" - the file is locked',{resource:de.name})),t.showErrorMessage({title:Se,errors:[be]})}),B===((ce=y(b))==null?void 0:ce.id)){d.removeResources(ee);const be=d.activeResources.length,de=Math.ceil(y(be)/y(m));y(R)>1&&y(R)>de&&(w.value=de.toString())}if(ct(r,"files-spaces-generic")&&!["public","share"].includes(D==null?void 0:D.driveType)){const de=await l.graphAuthenticated.drives.getDrive(y(I)[0].storageId,a.graphRoles);u.updateSpaceField({id:de.id,field:"spaceQuota",value:de.spaceQuota})}if(y(E).length&&to(y(E)[0],y(b)))return r.push(Jr(D,{path:ht.dirname(y(E)[0].path),fileId:y(E)[0].parentFolderId}))})})}}},pP=e=>e==="files",On=()=>{const e=Jt();return V(()=>pP(Rl(y(e))))};function hP(e,t,r,n){for(var o=-1,i=e==null?0:e.length;++o<i;)r=t(r,e[o],o,e);return r}function gP(e){return function(t){return e==null?void 0:e[t]}}var mP={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},yP=gP(mP),bP=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vP="\\u0300-\\u036f",wP="\\ufe20-\\ufe2f",SP="\\u20d0-\\u20ff",EP=vP+wP+SP,TP="["+EP+"]",AP=RegExp(TP,"g");function RP(e){return e=Cl(e),e&&e.replace(bP,yP).replace(AP,"")}var _P=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function IP(e){return e.match(_P)||[]}var CP=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function FP(e){return CP.test(e)}var rv="\\ud800-\\udfff",PP="\\u0300-\\u036f",xP="\\ufe20-\\ufe2f",OP="\\u20d0-\\u20ff",kP=PP+xP+OP,nv="\\u2700-\\u27bf",iv="a-z\\xdf-\\xf6\\xf8-\\xff",NP="\\xac\\xb1\\xd7\\xf7",$P="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",DP="\\u2000-\\u206f",LP=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ov="A-Z\\xc0-\\xd6\\xd8-\\xde",BP="\\ufe0e\\ufe0f",sv=NP+$P+DP+LP,av="['’]",lv="["+sv+"]",MP="["+kP+"]",cv="\\d+",jP="["+nv+"]",uv="["+iv+"]",fv="[^"+rv+sv+cv+nv+iv+ov+"]",UP="\\ud83c[\\udffb-\\udfff]",qP="(?:"+MP+"|"+UP+")",VP="[^"+rv+"]",dv="(?:\\ud83c[\\udde6-\\uddff]){2}",pv="[\\ud800-\\udbff][\\udc00-\\udfff]",Bi="["+ov+"]",zP="\\u200d",hv="(?:"+uv+"|"+fv+")",WP="(?:"+Bi+"|"+fv+")",gv="(?:"+av+"(?:d|ll|m|re|s|t|ve))?",mv="(?:"+av+"(?:D|LL|M|RE|S|T|VE))?",yv=qP+"?",bv="["+BP+"]?",HP="(?:"+zP+"(?:"+[VP,dv,pv].join("|")+")"+bv+yv+")*",GP="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",KP="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",QP=bv+yv+HP,XP="(?:"+[jP,dv,pv].join("|")+")"+QP,YP=RegExp([Bi+"?"+uv+"+"+gv+"(?="+[lv,Bi,"$"].join("|")+")",WP+"+"+mv+"(?="+[lv,Bi+hv,"$"].join("|")+")",Bi+"?"+hv+"+"+gv,Bi+"+"+mv,KP,GP,cv,XP].join("|"),"g");function JP(e){return e.match(YP)||[]}function ZP(e,t,r){return e=Cl(e),t=t,t===void 0?FP(e)?JP(e):IP(e):e.match(t)||[]}var ex="['’]",tx=RegExp(ex,"g");function rx(e){return function(t){return hP(ZP(RP(t).replace(tx,"")),e,"")}}var nx=rx(function(e,t,r){return e+(r?"-":"")+t.toLowerCase()});function ix(e){return e==null}const ox="edit",sx="create",qr=()=>{const e=Zr(),t=We(),{$gettext:r}=Ne.useGettext(),n=ls(),{isEnabled:o}=ni(),{requestExtensions:i}=Di(),{openUrl:s}=Gv(),l=at(),{options:c}=Qe.storeToRefs(l),{actions:u}=ea(),{actions:a}=ta(),{actions:f}=ra(),{actions:d}=ia(),{actions:b}=na(),{actions:E}=oa(),{actions:w}=Po(),{actions:R}=Pf(),{actions:S}=sa(),{actions:m}=xf(),{actions:g}=aa(),{actions:v}=la(),{actions:T}=$f(),A=V(()=>[...y(E),...y(w),...y(d),...y(S),...y(f),...y(g),...y(T),...y(v),...y(u),...y(a),...y(b),...y(R),...y(m)]),F=V(()=>i({id:"global.files.default-actions",extensionType:"action"}).map(ce=>ce.action)),C=V(()=>i({id:"global.files.context-actions",extensionType:"action"}).map(J=>J.action)),I=V(()=>y(o)?[]:e.fileExtensions.map(J=>{const ce=e.apps[J.app];return{name:`editor-${J.app}`,label:()=>J.label?typeof J.label=="function"?J.label():J.label:r("Open in %{app}",{app:ce.name},!0),showOpenInNewTabHint:!0,icon:J.icon||ce.icon,...ce.iconFillType&&{iconFillType:ce.iconFillType},img:ce.img,route:({space:be,resources:de})=>L({appFileExtension:J,space:be,resource:de[0]}),handler:be=>$(J,be.space,be.resources[0]),isVisible:({resources:be})=>be.length!==1||!be[0].canDownload()&&!J.secureView||!y(n)&&Rr(t,"files-trash-generic")?!1:be[0].extension&&J.extension?be[0].extension.toLowerCase()===J.extension.toLowerCase():be[0].mimeType&&J.mimeType?be[0].mimeType.toLowerCase()===J.mimeType.toLowerCase()||be[0].mimeType.split("/")[0].toLowerCase()===J.mimeType.toLowerCase():!1,hasPriority:J.hasPriority,class:`oc-files-actions-${nx(ce.name).toLowerCase()}-trigger`}}).sort((J,ce)=>ce.hasPriority!==J.hasPriority&&ce.hasPriority?1:0)),L=({appFileExtension:J,space:ce,resource:be})=>{const de=ie.isShareSpaceResource(ce)?ce.id:void 0,Se=J.routeName||J.app,Ae=B(Se,ce,be,de);return t.resolve(Ae)},B=(J,ce,be,de,Se)=>({name:J,params:{driveAliasAndItem:ce==null?void 0:ce.getDriveAliasAndItem(be)},query:{...de&&{shareId:de},...be.fileId&&y(c).routing.idBased&&{fileId:be.fileId},...Se&&{templateId:Se},...Js(y(t.currentRoute))}}),$=(J,ce,be)=>{const de=ie.isShareSpaceResource(ce)?ce.id:void 0,Se=J.routeName||J.app,Ae=B(Se,ce,be,de);if(y(c).cernFeatures){const ne=t.resolve(Ae).href,ae=`${J.routeName}-${be.path}`;s(ne,ae,!0);return}t.push(Ae)},D=J=>{H(J).handler({...J})},H=J=>{const ce=ee(J);if(ce.length)return ce[0]},ee=J=>{const ce=Se=>Se.isVisible(J),be=[...y(F),...y(I)].filter(ce).sort((Se,Ae)=>Number(Ae.hasPriority)-Number(Se.hasPriority)),de=J.omitSystemActions?[]:y(A).filter(ce);return[...be,...de,...y(C).filter(Se=>Se.isVisible(J)&&(Se.category==="actions"||ix(Se.category)))]};return{editorActions:I,systemActions:A,getDefaultAction:H,getAllAvailableActions:ee,getEditorRouteOpts:B,openEditor:$,triggerDefaultAction:D}},ea=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=We(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=Je(),s=lr(),l=at(),c=Ke(),{updateResourceField:u}=c,a=async({resources:d})=>{const b=[],E=[],w=new Bn({concurrency:l.options.concurrentRequests.resourceBatchActions});if(d.forEach(R=>{E.push(w.add(async()=>{try{const{graphAuthenticated:S}=i;await S.driveItems.createDriveItem(R.driveId,{name:R.name,remoteItem:{id:R.fileId}}),u({id:R.id,field:"syncEnabled",value:!0})}catch(S){console.error(S),b.push(S)}}))}),await Promise.all(E),b.length===0){c.resetSelection(),ct(r,"files-spaces-generic")&&e({title:o("Sync for the selected share was enabled successfully","Sync for the selected shares was enabled successfully",d.length)});return}t({title:o("Failed to enable sync for the the selected share","Failed to enable sync for the selected shares",d.length),errors:b})};return{actions:V(()=>[{name:"enable-sync",icon:"check",handler:d=>s.addTask(()=>a(d)),label:()=>n("Enable sync"),isVisible:({space:d,resources:b})=>{var E;return!kt(r,"files-shares-with-me")&&!ct(r,"files-spaces-generic")||b.length===0||ct(r,"files-spaces-generic")&&(((E=y(d))==null?void 0:E.driveType)!=="share"||b.length>1||b[0].path!=="/")?!1:b.some(w=>!w.syncEnabled)},class:"oc-files-actions-enable-sync-trigger"}])}},ta=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=We(),{$gettext:n}=Ne.useGettext(),o=Je(),i=lr(),s=at(),{updateResourceField:l,resetSelection:c}=Ke(),u=async({resources:f})=>{const d=[],b=[],E=new Bn({concurrency:s.options.concurrentRequests.resourceBatchActions}),w=!f[0].hidden;if(f.forEach(R=>{b.push(E.add(async()=>{try{await o.graphAuthenticated.driveItems.updateDriveItem(R.driveId,R.id,{"@UI.Hidden":w}),l({id:R.id,field:"hidden",value:w})}catch(S){console.error(S),d.push(S)}}))}),await Promise.all(b),d.length===0){c(),e({title:n(w?"The share was hidden successfully":"The share was unhidden successfully")});return}t({title:n(w?"Failed to hide the share":"Failed to unhide share share"),errors:d})};return{actions:V(()=>[{name:"toggle-hide-share",icon:"eye-off",handler:f=>i.addTask(()=>u(f)),label:({resources:f})=>f[0].hidden?n("Unhide"):n("Hide"),isVisible:({resources:f})=>f.length===0?!1:kt(r,"files-shares-with-me"),class:"oc-files-actions-hide-share-trigger"}])}},ra=()=>{const e=at(),t=We(),{copyResources:r}=_o(),n=Ne.useGettext(),{$gettext:o}=n,i=Ke(),{currentFolder:s}=Qe.storeToRefs(i),l=V(()=>window.navigator.platform.match("Mac")),c=V(()=>y(l)?o("⌘ + C"):o("Ctrl + C")),u=({resources:f})=>{Tt(t,"files-common-search")&&(f=f.filter(d=>!ie.isProjectSpaceResource(d))),r(f)};return{actions:V(()=>[{name:"copy",icon:"file-copy-2",handler:u,shortcut:y(c),label:()=>o("Copy"),isVisible:({resources:f})=>{var d,b;if(!ct(t,"files-spaces-generic")&&!Ar(t,"files-public-link")&&!Tt(t,"files-common-favorites")&&!Tt(t,"files-common-search")||ct(t,"files-spaces-projects")||f.length===0)return!1;if(Ar(t,"files-public-link"))return(d=y(s))==null?void 0:d.canCreate();if(Tt(t,"files-common-search")&&f.every(E=>ie.isProjectSpaceResource(E)))return!1;if(y(e.options.runningOnEos)){const E=((b=f[0].path)==null?void 0:b.split("/").filter(Boolean))||[];if(ct(t,"files-spaces-generic")&&E.length<5)return!1}return!!y(f)[0].canDownload()},class:"oc-files-actions-copy-trigger"}])}},If=()=>({copyToClipboard:t=>{var r;if((r=navigator==null?void 0:navigator.clipboard)!=null&&r.write)return navigator.clipboard.write([new ClipboardItem({"text/plain":new Blob([t],{type:"text/plain"})})]);{const{copy:n}=Mn.useClipboard({legacy:!0});return n(t)}}}),Cf=()=>{const{showMessage:e,showErrorMessage:t}=it(),{$gettext:r}=Ne.useGettext(),{copyToClipboard:n}=If(),o=async s=>{try{await n(s),e({title:r("The link has been copied to your clipboard.")})}catch(l){console.error(l),t({title:r("Copy link failed"),errors:[l]})}};return{actions:V(()=>[{name:"copy-permanent-link",icon:"link",label:()=>r("Copy permanent link"),handler:({resources:s})=>{const[l]=s,c=l.privateLink;return o(c)},isVisible:({space:s,resources:l})=>ie.isPublicSpaceResource(s)?!1:l.length===1,class:"oc-files-actions-copy-permanent-link-trigger"}])}},na=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=We(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=Je(),s=lr(),l=at(),{updateResourceField:c}=Ke(),u=async({resources:f})=>{const d=[],b=[],E=new Bn({concurrency:l.options.concurrentRequests.resourceBatchActions});if(f.forEach(w=>{b.push(E.add(async()=>{try{const{graphAuthenticated:R}=i;await R.driveItems.deleteDriveItem(w.driveId,w.id),c({id:w.id,field:"syncEnabled",value:!1})}catch(R){console.error(R),d.push(R)}}))}),await Promise.all(b),d.length===0){ct(r,"files-spaces-generic")&&(e({title:o("Sync for the selected share was disabled successfully","Sync for the selected shares was disabled successfully",f.length)}),r.push(Or("files-shares-with-me")));return}t({title:o("Failed to disable sync for the the selected share","Failed to disable sync for the selected shares",f.length),errors:d})};return{actions:V(()=>[{name:"disable-sync",icon:"spam-3",handler:f=>s.addTask(()=>u(f)),label:()=>n("Disable sync"),isVisible:({space:f,resources:d})=>!kt(r,"files-shares-with-me")&&!ct(r,"files-spaces-generic")||d.length===0||ct(r,"files-spaces-generic")&&((f==null?void 0:f.driveType)!=="share"||d.length>1||d[0].path!=="/")?!1:d.some(b=>b.syncEnabled),class:"oc-files-actions-disable-sync-trigger"}])}},ia=()=>{const e=bt(),t=tr(),r=We(),{displayDialog:n,filesList_delete:o}=tv(),{$gettext:i}=Ne.useGettext(),s=({space:c,resources:u,deletePermanent:a})=>{if(Tt(r,"files-common-search")&&(u=u.filter(f=>f.canBeDeleted()&&!f.isShareRoot()&&!ie.isProjectSpaceResource(f))),a){n(c,u);return}o(u)};return{actions:V(()=>[{name:"delete",icon:"delete-bin-5",label:()=>i("Delete"),handler:({space:c,resources:u})=>s({space:c,resources:u,deletePermanent:!1}),isVisible:({space:c,resources:u})=>!ct(r,"files-spaces-generic")&&!Ar(r,"files-public-link")&&!Tt(r,"files-common-search")||u.length===0||ct(r,"files-spaces-generic")&&(c==null?void 0:c.driveType)==="share"&&u[0].path==="/"||u.length===1&&u[0].locked?!1:Tt(r,"files-common-search")?u.some(f=>f.canBeDeleted()&&!f.isShareRoot()&&!ie.isProjectSpaceResource(f)):!u.some(f=>!f.canBeDeleted()),class:"oc-files-actions-delete-trigger"},{name:"delete-permanent",icon:"delete-bin-5",label:()=>i("Delete"),handler:({space:c,resources:u})=>s({space:c,resources:u,deletePermanent:!0}),isVisible:({space:c,resources:u})=>!Rr(r,"files-trash-generic")||!t.filesPermanentDeletion||ie.isProjectSpaceResource(c)&&!c.canDeleteFromTrashBin({user:e.user})?!1:u.length>0,class:"oc-files-actions-delete-permanent-trigger"}])}};function ax(e){return e&&e.length?e[0]:void 0}const vv=()=>yn("$archiverService"),oa=()=>{const{showErrorMessage:e}=it(),t=We(),r=lr(),n=vv(),{$ngettext:o,$gettext:i,current:s}=Ne.useGettext(),l=Yn(),c=On(),u=({space:d,resources:b})=>{b.length>1&&(b=b.filter(w=>w.canDownload()&&!ie.isProjectSpaceResource(w)));const E=y(n.fileIdsSupported)?{fileIds:b.map(w=>w.fileId)}:{dir:cs.dirname(ax(b).path)||"/",files:b.map(w=>w.name)};return n.triggerDownload({...E,...d&&ie.isPublicSpaceResource(d)&&{publicToken:d.id,publicLinkPassword:l.publicLinkPassword}}).catch(w=>{console.error(w),e({title:o("Failed to download the selected folder.","Failed to download the selected files.",b.length),errors:[w]})})},a=d=>{const b=y(n.capability);return b?d.reduce((w,R)=>w+parseInt(`${R.size}`),0)>parseInt(b.max_size):void 0};return{actions:V(()=>[{name:"download-archive",icon:"inbox-archive",handler:async d=>{await r.addTask(()=>u(d))},label:()=>i("Download"),disabledTooltip:({resources:d})=>a(d)?i("The selection exceeds the allowed archive size (max. %{maxSize})",{maxSize:wr(y(n.capability).max_size,s)}):"",isDisabled:({resources:d})=>a(d),isVisible:({resources:d})=>y(c)&&!ct(t,"files-spaces-generic")&&!Ar(t,"files-public-link")&&!Tt(t,"files-common-favorites")&&!Tt(t,"files-common-search")&&!kt(t,"files-shares-with-me")&&!kt(t,"files-shares-with-others")&&!kt(t,"files-shares-via-link")&&!Tt(t,"files-common-search")||!y(n.available)||d.length===0||d.length===1&&!d[0].isFolder||d.length>1&&d.every(E=>ie.isProjectSpaceResource(E))||ie.isProjectSpaceResource(d[0])&&d[0].disabled||!y(n.fileIdsSupported)&&Tt(t,"files-common-favorites")?!1:!d.some(E=>!E.canDownload()),class:"oc-files-actions-download-archive-trigger"}])}},wv=e=>{const{showErrorMessage:t}=it(),r=(e==null?void 0:e.clientService)||Je(),{$gettext:n}=Ne.useGettext(),o=tr(),i=bt();return{downloadFile:async(l,c,u=null)=>{var a;try{const f=await r.webdav.getFileUrl(l,c,{version:u,doHeadRequest:!0,isUrlSigningEnabled:o.supportUrlSigning,username:(a=i.user)==null?void 0:a.onPremisesSamAccountName});Vl(f,c.name)}catch(f){console.error(f),t({title:n("Download failed"),desc:n("File could not be located"),errors:[f]})}}}},Po=()=>{const e=We(),{$gettext:t}=Ne.useGettext(),r=On(),n=ls(),{downloadFile:o}=wv(),i=({space:l,resources:c})=>{o(l,c[0])};return{actions:V(()=>[{name:"download-file",icon:"file-download",handler:i,label:()=>t("Download"),isVisible:({resources:l})=>y(r)&&!y(n)&&!ct(e,"files-spaces-generic")&&!Ar(e,"files-public-link")&&!Tt(e,"files-common-favorites")&&!Tt(e,"files-common-search")&&!kt(e,"files-shares-with-me")&&!kt(e,"files-shares-with-others")&&!kt(e,"files-shares-via-link")||l.length!==1||l[0].isFolder?!1:l[0].canDownload(),class:"oc-files-actions-download-file-trigger"}])}},Ff=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),n=tr(),o=We(),{$gettext:i}=Ne.useGettext(),s=Je(),{dispatchModal:l}=yt(),c=Ke(),u=lr(),a=({space:b})=>s.webdav.clearTrashBin(b).then(()=>{e({title:i("All deleted files were removed")}),c.clearResources(),c.resetSelection()}).catch(E=>{console.error(E),t({title:i("Failed to empty trash bin"),errors:[E]})}),f=({space:b})=>{l({variation:"danger",title:i("Empty trash bin"),confirmText:i("Delete"),message:i("Are you sure you want to permanently delete the listed items? You can’t undo this action."),hasInput:!1,onConfirm:()=>u.addTask(()=>a({space:b}))})};return{actions:V(()=>[{name:"empty-trash-bin",icon:"delete-bin-5",label:()=>i("Empty trash bin"),handler:f,isVisible:({space:b})=>!(!Rr(o,"files-trash-generic")||!n.filesPermanentDeletion||ie.isProjectSpaceResource(b)&&!b.canDeleteFromTrashBin({user:r.user})),isDisabled:()=>c.activeResources.length===0,class:"oc-files-actions-empty-trash-bin-trigger",variation:"danger",appearance:"filled"}]),emptyTrashBin:a}},Pf=()=>{const{showErrorMessage:e}=it(),t=tr(),r=We(),{$gettext:n}=Ne.useGettext(),o=Je(),i=On(),s=dr(),l=Ke(),c=Fo(),u=async({space:f,resources:d})=>{try{const b=!d[0].starred;await o.webdav.setFavorite(f,d[0],b),l.updateResourceField({id:d[0].id,field:"starred",value:b}),b||c.publish("app.files.list.removeFromFavorites",d[0].id)}catch(b){const E=n('Failed to change favorite state of "%{file}"',{file:d[0].name},!0);e({title:E,errors:[b]})}};return{actions:V(()=>[{name:"favorite",icon:"star",handler:u,label:({resources:f})=>f[0].starred?n("Remove from favorites"):n("Add to favorites"),isVisible:({resources:f})=>y(i)&&!ct(r,"files-spaces-generic")&&!Tt(r,"files-common-favorites")||f.length!==1?!1:t.filesFavorites&&s.can("create","Favorite"),class:"oc-files-actions-favorite-trigger"}])}};function lx(e,t){const r=e.isReceivedShare()||e.isMounted(),n=t===""&&r;return e.canBeDeleted()&&!n}const sa=()=>{const e=We(),{cutResources:t}=_o(),r=Ne.useGettext(),{$gettext:n}=r,o=Ke(),{currentFolder:i}=Qe.storeToRefs(o),s=V(()=>window.navigator.platform.match("Mac")),l=V(()=>y(s)?n("⌘ + X"):n("Ctrl + X")),c=({resources:a})=>{t(a)};return{actions:V(()=>[{name:"cut",icon:"scissors",handler:c,shortcut:y(l),label:()=>n("Cut"),isVisible:({resources:a})=>!ct(e,"files-spaces-generic")&&!Ar(e,"files-public-link")&&!Tt(e,"files-common-favorites")||a.length===0||!y(i)||a.length===1&&a[0].locked?!1:!a.some(d=>lx(d,y(i).path)===!1),class:"oc-files-actions-move-trigger"}])}},xf=()=>{const e=We(),{$gettext:t}=Ne.useGettext(),{getMatchingSpace:r}=ar(),n=Ke(),{currentFolder:o}=Qe.storeToRefs(n),i=c=>c||r(c),s=V(()=>Ar(e,"files-public-link")?Ri("files-public-link"):xr("files-spaces-generic"));return{actions:V(()=>[{name:"navigate",icon:"folder-open",showOpenInNewTabHint:!0,label:()=>t("Open folder"),isVisible:({resources:c})=>!(Rr(e,"files-trash-generic")||c.length!==1||y(o)!==null&&to(c[0],y(o))||!c[0].isFolder||c[0].type==="space"),route:({space:c,resources:u})=>co({},y(s),Jr(i(c),{path:u[0].path,fileId:u[0].fileId})),class:"oc-files-actions-navigate-trigger"}])}},Sv=()=>{const e=We(),t=Je(),{getMatchingSpace:r}=ar(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=_o(),{startWorker:s}=Zb(),l=Ke(),{currentFolder:c}=Qe.storeToRefs(l),u=V(()=>window.navigator.platform.match("Mac")),a=V(()=>y(u)?n("⌘ + V"):n("Ctrl + V")),f=V(()=>i.action===ti.Cut?hn.MOVE:hn.COPY),d=async({targetSpace:w,sourceSpace:R,resources:S})=>{var T;const m=new Ip(R,S,w,y(c),c,t,n,o),g=await m.getTransferData(y(f));if(!g.length)return;const v=(T=y(c))==null?void 0:T.id;s(g,async({successful:A,failed:F})=>{if(m.showResultMessage(F,A,y(f)),!A.length||y(c)&&v!==y(c).id)return;const C=[],I=[];for(const L of A)C.push((async()=>{const B=await t.webdav.getFileInfo(w,L);I.push(B)})());await Promise.allSettled(C),ie.isShareSpaceResource(w)&&I.forEach(L=>{L.remoteItemId=w.id}),l.upsertResources(I),l.loadIndicators(w,y(c).id)})},b=async({space:w})=>{const R=i.resources.reduce((m,g)=>{if(g.storageId in m)return m[g.storageId].resources.push(g),m;const v=r(g);return v.id in m||(m[v.id]={space:v,resources:[]}),m[v.id].resources.push(g),m},{}),S=Object.values(R).map(({space:m,resources:g})=>d({targetSpace:w,sourceSpace:m,resources:g}));await Promise.all(S),i.clearClipboard()};return{actions:V(()=>[{name:"paste",icon:"clipboard",handler:b,label:()=>n("Paste"),shortcut:y(a),isVisible:({resources:w})=>{var R;return i.resources.length===0||!ct(e,"files-spaces-generic")&&!Ar(e,"files-public-link")&&!Tt(e,"files-common-favorites")||w.length===0?!1:Ar(e,"files-public-link")&&y(c)?(R=y(c))==null?void 0:R.canCreate():!0},class:"oc-files-actions-copy-trigger"}])}},aa=()=>{const{showErrorMessage:e}=it(),t=tr(),r=We(),{$gettext:n}=Ne.useGettext(),o=Je(),i=at(),{dispatchModal:s}=yt(),l=bt(),c=dr(),u=Ke(),{setCurrentFolder:a,upsertResource:f}=u,d=(R,S,m=void 0)=>{const g=R.path.substring(0,R.path.length-R.name.length)+S;if(!S)return n("The name cannot be empty");if(/[/]/.test(S))return n('The name cannot contain "/"');if(S===".")return n('The name cannot be equal to "."');if(S==="..")return n('The name cannot be equal to ".."');if(/\s+$/.test(S))return n("The name cannot end with whitespace");if(u.resources.find(T=>T.path===g&&R.name!==S)){const T=n('The name "%{name}" is already taken');return n(T,{name:S},!0)}if(m&&m.find(A=>A.path===g&&R.name!==S)){const A=n('The name "%{name}" is already taken');return n(A,{name:S},!0)}return null},b=async(R,S,m)=>{let g=u.currentFolder;try{const v=ht.join(ht.dirname(S.path),m);await o.webdav.moveFiles(R,S,R,{path:v});const T=to(S,g);if(ie.isShareSpaceResource(R)&&S.isReceivedShare()){if(R.rename(m),T)return g={...g},g.name=m,a(g),r.push(Jr(R,{path:"",fileId:S.fileId}));const F={...S};F.name=m,f(F);return}if(T)return g={...g},al(R,g,v),a(g),r.push(Jr(R,{path:v,fileId:S.fileId}));const A={...S};al(R,A,v),f(A)}catch(v){console.error(v);let T=n('Failed to rename "%{file}" to "%{newName}"',{file:S.name,newName:m},!0);v.statusCode===423&&(T=n('Failed to rename "%{file}" to "%{newName}" - the file is locked',{file:S.name,newName:m},!0)),e({title:T,errors:[v]})}},E=async({space:R,resources:S})=>{const m=u.currentFolder;let g;if(to(S[0],m)){const $=ht.dirname(m.path);g=(await o.webdav.listFiles(R,{path:$})).children}const v=u.areFileExtensionsShown,T=async $=>{v||($=`${$}.${S[0].extension}`),await b(R,S[0],$)},A=($,D)=>{v||($=`${$}.${S[0].extension}`);const H=d(S[0],$,g);D(H)},F=ie.extractNameWithoutExtension(S[0]),C=!S[0].isFolder&&!v?F:S[0].name,I=S[0].isFolder?n("Rename folder %{name}",{name:C}):n("Rename file %{name}",{name:C}),L=!S[0].isFolder&&!v?F:S[0].name,B=S[0].isFolder||!v?null:[0,F.length];s({variation:"passive",title:I,confirmText:n("Rename"),hasInput:!0,inputValue:L,inputSelectionRange:B,inputLabel:S[0].isFolder?n("Folder name"):n("File name"),onConfirm:T,onInput:A})};return{actions:V(()=>[{name:"rename",icon:"pencil",label:()=>n("Rename"),handler:E,isVisible:({resources:R})=>Rr(r,"files-trash-generic")||kt(r,"files-shares-with-me")&&!t.sharingCanRename||R.length!==1||(i.options.routing.fullShareOwnerPaths?R.some(g=>g.remoteItemPath&&g.path):R.some(g=>g.remoteItemId&&g.path==="/"))||R.length===1&&R[0].locked?!1:!R.some(g=>!g.canRename({user:l.user,ability:c})||g.processing),class:"oc-files-actions-rename-trigger"}]),getNameErrorMsg:d,renameResource:b}},la=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),n=We(),{$gettext:o,$ngettext:i}=Ne.useGettext(),s=Je(),l=dt(),c=Mt(),u=Ke(),{startWorker:a}=ev(),f=async(R,S)=>{const m={},g=[],v=[],T=[];for(const A of S){const F=ht.dirname(A.path);let C=[];if(F in m)C=m[F];else{try{C=(await s.webdav.listFiles(R,{path:F})).children}catch{T.push(F)}m[F]=C}C.some(L=>L.name===A.name)||v.filter(L=>L.id!==A.id).some(L=>L.path===A.path)?g.push(A):v.push(A)}return{existingResourcesByPath:m,conflicts:g,resolvedResources:v,missingFolderPaths:T.filter(A=>{var F;return!((F=m[A])!=null&&F.length)})}},d=async R=>{let S=0;const m=[],g=R.length;let v=!1,T;for(const A of R){const F=A.type==="folder";if(v){m.push({resource:A,strategy:T});continue}const C=g-S,L=await new ol(o,i).resolveFileExists({name:A.name,isFolder:F},C,!1);S++,L.doForAllConflicts&&(v=!0,T=L.strategy),m.push({resource:A,strategy:L.strategy})}return m},b=(R,S,m)=>{const g=y(n.currentRoute);a({space:R,resources:S,missingFolderPaths:m},async({successful:v,failed:T})=>{var A,F;if(v.length){let C;v.length===1?C=o("%{resource} was restored successfully",{resource:v[0].name}):C=o("%{resourceCount} files restored successfully",{resourceCount:v.length.toString()}),e({title:C}),g.name===y(n.currentRoute).name&&((A=g.query)==null?void 0:A.fileId)===((F=y(n.currentRoute).query)==null?void 0:F.fileId)&&(u.removeResources(v),u.resetSelection());const L=await s.graphAuthenticated.drives.getDrive(R.id,c.graphRoles);l.updateSpaceField({id:L.id,field:"spaceQuota",value:L.spaceQuota})}if(T.length){let C;const I={};T.length===1?(I.resource=T[0].resource.name,C=o('Failed to restore "%{resource}"',I,!0)):(I.resourceCount=T.length.toString(),C=o("Failed to restore %{resourceCount} files",I,!0)),t({title:C,errors:T.map(({error:L})=>L)})}})},E=async({space:R,resources:S})=>{const m=S.sort((L,B)=>L.path.length-B.path.length),{existingResourcesByPath:g,conflicts:v,resolvedResources:T,missingFolderPaths:A}=await f(R,m),F=await d(v),C=F.filter(L=>L.strategy===Ur.REPLACE).map(L=>L.resource);T.push(...C);const I=F.filter(L=>L.strategy===Ur.KEEP_BOTH).map(L=>L.resource);for(let L of I){L={...L};const B=ht.dirname(L.path),$=g[B]||[],D=ie.extractExtensionFromFile(L),H=jr(L.name,D,[...$,...F.map(ee=>ee.resource),...T]);L.name=H,L.path=ie.urlJoin(B,H),T.push(L)}return b(R,T,A)};return{actions:V(()=>[{name:"restore",icon:"arrow-go-back",label:()=>o("Restore"),handler:E,isVisible:({space:R,resources:S})=>!Rr(n,"files-trash-generic")||!S.every(m=>ie.isTrashResource(m)&&m.canBeRestored())||ie.isProjectSpaceResource(R)&&!R.canRestoreFromTrashbin({user:r.user})?!1:S.length>0,class:"oc-files-actions-restore-trigger"}]),restoreResources:b,collectConflicts:f}},Of=()=>yn("$previewService"),Ev=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),n=We(),{$gettext:o}=Ne.useGettext(),i=Je(),s=lr(),l=Of(),c=dt(),u=Mt(),{createDefaultMetaFolder:a}=Li(),{getDefaultMetaFolder:f}=si(),d=async({space:E,resources:w})=>{var v;const R=i.graphAuthenticated,S=E==null?void 0:E.id,{copyFiles:m,getFileInfo:g}=i.webdav;try{let T=await f(E);T||(T=await a(E)),w[0].id!==((v=E.spaceImageData)==null?void 0:v.id)&&await m(E,{fileId:w[0].id},E,{parentFolderId:T.id,name:w[0].name},{overwrite:!0});const{fileId:A}=await g(E,{fileId:w[0].id}),F=await R.drives.updateDrive(S,{name:E.name,special:[{specialFolder:{name:"image"},id:A}]},u.graphRoles);c.updateSpaceField({id:S,field:"spaceImageData",value:F.spaceImageData}),e({title:o("Space image was set successfully")})}catch(T){console.error(T),t({title:o("Failed to set space image"),errors:[T]})}};return{actions:V(()=>[{name:"set-space-image",icon:"image-edit",handler:E=>s.addTask(()=>d(E)),label:()=>o("Set as space image"),isVisible:({space:E,resources:w})=>w.length!==1||!w[0].mimeType||!l.isMimetypeSupported(w[0].mimeType,!0)||!ct(n,"files-spaces-generic")||!E?!1:E.canEditImage({user:r.user}),class:"oc-files-actions-set-space-image-trigger"}])}},cx=()=>{const e=We(),{$gettext:t}=Ne.useGettext(),r=On(),n=()=>{const i=Rr(e,"files-trash-generic")?null:"actions";Xe.publish(mt.openWithPanel,i)};return{actions:V(()=>[{name:"show-actions",icon:"slideshow-3",label:()=>t("All Actions"),handler:n,isVisible:({resources:i})=>y(r)?i.length===1:!1,class:"oc-files-actions-show-actions-trigger"}])}},kf=()=>{const e=We(),t=Ke(),{$gettext:r}=Ne.useGettext();return{actions:V(()=>[{name:"show-details",icon:"information",class:"oc-files-actions-show-details-trigger",label:()=>r("Details"),isVisible:({resources:o})=>Rr(e,"files-trash-generic")?!1:o.length>0,handler({resources:o}){t.setSelection(o.map(({id:i})=>i)),Xe.publish(mt.open)}}])}},Tv=()=>{const e=tr(),{isPersonalSpaceRoot:t}=ar(),r=bt();return{canListShares:({space:o,resource:i})=>!e.sharingApiEnabled||ie.isPublicSpaceResource(o)||t(i)||ie.isTrashResource(i)?!1:ie.isIncomingShareResource(i)?i.sharePermissions.includes(ie.GraphSharePermission.readPermissions):ie.isShareSpaceResource(o)?ie.getPermissionsForSpaceMember(o,r.user).includes(ie.GraphSharePermission.readPermissions):!0}},Av=()=>{const e=tr(),t=dr(),r=bt();return{canShare:({space:o,resource:i})=>!e.sharingApiEnabled||ie.isShareSpaceResource(o)||ie.isProjectSpaceResource(o)&&!o.canShare({user:r.user})?!1:i.canShare({ability:t,user:r.user})}},Nf=()=>{const e=We(),{$gettext:t}=Ne.useGettext(),{canShare:r}=Av(),n=Ke(),o=({resources:s})=>{n.setSelection(s.map(({id:l})=>l)),Xe.publish(mt.openWithPanel,"sharing#peopleShares")};return{actions:V(()=>[{name:"show-shares",icon:"user-add",label:()=>t("Share"),handler:o,isVisible:({space:s,resources:l})=>Rr(e,"files-trash-generic")||l.length!==1?!1:r({space:s,resource:l[0]}),class:"oc-files-actions-show-shares-trigger"}])}},$f=()=>{const{showMessage:e,showErrorMessage:t}=it(),{can:r}=dr(),{$gettext:n,$ngettext:o}=Ne.useGettext(),{createSpace:i}=Li(),{checkSpaceNameModalInput:s}=si(),l=Je(),c=We(),u=V(()=>r("create-all","Drive")),{dispatchModal:a}=yt(),f=at(),d=dt(),b=Ke(),E=async({spaceName:S,resources:m,space:g})=>{const{webdav:v}=l,T=new Bn({concurrency:f.options.concurrentRequests.resourceBatchActions}),A=[];try{const F=await i(S);d.upsertSpace(F),m.length===1&&m[0].isFolder&&(m=(await v.listFiles(g,{path:m[0].path})).children);for(const C of m)A.push(T.add(()=>v.copyFiles(g,C,F,{path:C.name})));await Promise.all(A),b.resetSelection(),e({title:n("Space was created successfully")})}catch(F){console.error(F),t({title:n("Creating space failed…"),errors:[F]})}},w=({resources:S,space:m})=>{a({title:o('Create Space from "%{resourceName}"',"Create Space from selection",S.length,{resourceName:S[0].name}),message:o('Create Space with the content of "%{resourceName}".',"Create Space with the selected files.",S.length,{resourceName:S[0].name}),contextualHelperLabel:n("The marked elements will be copied."),contextualHelperData:{title:n("Restrictions"),text:n("Shares, versions and tags will not be copied.")},confirmText:n("Create"),hasInput:!0,inputLabel:n("Space name"),onInput:s,onConfirm:g=>E({spaceName:g,space:m,resources:S})})};return{actions:V(()=>[{name:"create-space-from-resource",icon:"function",handler:w,label:()=>n("Create Space from selection"),isVisible:({resources:S,space:m})=>!(!S.length||!y(u)||!ct(c,"files-spaces-generic")||!ie.isPersonalSpaceResource(m)),class:"oc-files-actions-create-space-from-resource-trigger"}])}},Rv=()=>{const e=rr("scrollTo"),t=rr("details"),r=Ke(),n=V(()=>St(y(e))),o=V(()=>St(y(t))),i=(l,c={forceScroll:!1,topbarElement:null})=>{const u=document.querySelectorAll(`[data-item-id='${l}']`)[0];if(!u){Xe.publish("app.files.navigate.page",{resourceId:l,forceScroll:c.forceScroll,topbarElement:c.topbarElement});return}const a=document.getElementById(c.topbarElement),f=(a==null?void 0:a.offsetHeight)||0+u.offsetHeight*2;(u.getBoundingClientRect().bottom>window.innerHeight||u.getBoundingClientRect().top<f||c.forceScroll)&&u.scrollIntoView({behavior:"smooth",block:"center"})};return Xe.subscribe("app.files.navigate.scrollTo",l=>i(l.resourceId,{forceScroll:l.forceScroll,topbarElement:l.topbarElement})),{scrollToResource:i,scrollToResourceFromRoute:(l,c)=>{if(!y(n)||!l.length)return;const u=y(l).find(a=>ie.isIncomingShareResource(a)?a.remoteItemId===y(n):a.id===y(n));u&&u.processing!==!0&&(r.setSelection([u.id]),i(u.id,{forceScroll:!0,topbarElement:c}),y(o)&&Xe.publish(mt.openWithPanel,y(o)))}}},ux=({space:e}={})=>{const{showMessage:t,showErrorMessage:r}=it(),n=We(),{dispatchModal:o}=yt(),{$gettext:i}=Ne.useGettext(),{scrollToResource:s}=Rv(),l=bt(),c=Ke(),{resources:u,currentFolder:a,ancestorMetaData:f}=Qe.storeToRefs(c),d=Je(),b=(m,g)=>m.trim()===""?g(i("Folder name cannot be empty")):/[/]/.test(m)?g(i('Folder name cannot contain "/"')):m==="."?g(i('Folder name cannot be equal to "."')):m===".."?g(i('Folder name cannot be equal to ".."')):y(u).find(T=>T.name===m)?g(i("%{name} already exists",{name:m},!0)):g(null),E=V(()=>ct(n,"files-spaces-generic")&&y(e).driveType!=="share"),w=async m=>{m=m.trimEnd();try{const g=ht.join(y(a).path,m),v=await d.webdav.createFolder(y(e),{path:g});y(E)&&(v.indicators=Ro({space:y(e),resource:v,ancestorMetaData:y(f),user:l.user})),ie.isShareSpaceResource(y(e))&&(v.remoteItemId=y(e).id),c.upsertResource(v),t({title:i('"%{folderName}" was created successfully',{folderName:m})}),await Hr(),s(v.id,{forceScroll:!0,topbarElement:"files-app-bar"})}catch(g){console.error(g),r({title:i("Failed to create folder"),errors:[g]})}},R=()=>{let m=i("New folder");y(u).some(g=>g.name===m)&&(m=jr(m,"",y(u))),o({title:i("Create a new folder"),confirmText:i("Create"),hasInput:!0,inputValue:m,inputLabel:i("Folder name"),onConfirm:w,onInput:b})};return{actions:V(()=>[{name:"create-folder",icon:"folder",handler:R,label:()=>i("New Folder"),isVisible:()=>{var m;return(m=y(a))==null?void 0:m.canCreate()},class:"oc-files-actions-create-new-folder"}]),checkNewFolderName:b,addNewFolder:w}},fx=({space:e}={})=>{const{showMessage:t,showErrorMessage:r}=it(),n=bt(),o=We(),{$gettext:i}=Ne.useGettext(),{dispatchModal:s}=yt(),l=Zr(),{isEnabled:c}=ni(),{openEditor:u}=qr(),a=Je(),f=Ke(),{resources:d,currentFolder:b,ancestorMetaData:E,areFileExtensionsShown:w}=Qe.storeToRefs(f),R=V(()=>l.fileExtensions.filter(({newFileMenu:A})=>!!A)),S=A=>A===""?i("File name cannot be empty"):/[/]/.test(A)?i('File name cannot contain "/"'):A==="."?i('File name cannot be equal to "."'):A===".."?i('File name cannot be equal to ".."'):/\s+$/.test(A)?i("File name cannot end with whitespace"):y(d).find(C=>C.name===A)?i("%{name} already exists",{name:A},!0):null,m=V(()=>ct(o,"files-spaces-generic")&&y(e).driveType!=="share"),g=(A,F)=>(m.value&&(A.indicators=Ro({space:y(e),resource:A,ancestorMetaData:y(E),user:n.user})),f.upsertResource(A),u(F,y(e),A)),v=(A,F,C)=>{let I=i("New file")+`.${F}`;y(d).some(B=>B.name===I)&&(I=jr(I,F,y(d))),w.value||(I=ie.extractNameWithoutExtension({name:I,extension:F}));const L=w.value?[0,I.length-(F.length+1)]:null;s({title:i("Create a new file"),confirmText:i("Create"),hasInput:!0,inputValue:I,inputLabel:i("File name"),inputSelectionRange:L,onConfirm:async B=>{w.value||(B=`${B}.${F}`);try{let $;if(C.createFileHandler)$=await C.createFileHandler({fileName:B,space:y(e),currentFolder:y(b)});else{const D=ht.join(y(b).path,B);$=await a.webdav.putFileContents(y(e),{path:D})}return f.upsertResource($),t({title:i('"%{fileName}" was created successfully',{fileName:$.name})}),y(c)?void 0:g($,C)}catch($){console.error($),r({title:i("Failed to create file"),errors:[$]})}},onInput:(B,$)=>$(S(w.value?B:`${B}.${F}`))})};return{actions:V(()=>{var C;const A=[],F={};for(const I of y(R)||[])I.hasPriority?F[I.extension]=I:F[I.extension]=F[I.extension]||I;for(const[,I]of Object.entries(F))A.push({name:"create-new-file",icon:"add",handler:L=>v(L,I.extension,I),label:()=>i(I.newFileMenu.menuTitle()),isVisible:()=>{var L;return(L=y(b))==null?void 0:L.canUpload({user:n.user})},class:"oc-files-actions-create-new-file",ext:I.extension,isExternal:(C=I.app)==null?void 0:C.startsWith("external-")});return A}),getNameErrorMsg:S,openFile:g}},_v="rowMounted",Df="fileDropped",dx="contextmenuClicked";class Vr{}Ee(Vr,"Thumbnail",[36,36]),Ee(Vr,"Tile",[1e3,1e3]),Ee(Vr,"Preview",[1200,1200]),Ee(Vr,"Avatar",64);class ca{}Ee(ca,"Thumbnail","thumbnail"),Ee(ca,"Preview","preview"),Ee(ca,"Avatar","avatar");class px{constructor(t,r,n){Ee(this,"state");Ee(this,"observeEnter");Ee(this,"observeExit");Ee(this,"onEnterCallCount");Ee(this,"onExitCallCount");Ee(this,"onEnter");Ee(this,"onExit");Ee(this,"threshold");Ee(this,"unobserver");this.unobserver=t,this.threshold=r,this.onEnter=n.onEnter,this.onExit=n.onExit,this.observeEnter=!!n.onEnter,this.observeExit=!!n.onExit,this.onEnterCallCount=0,this.onExitCallCount=0}request(t,r){const n={element:r,unobserve:()=>this.unobserve(t,r)};t===0&&this.observeEnter&&this.onEnter?(this.onEnterCallCount++,this.onEnter({callCount:this.onEnterCallCount,...n})):this.state===0&&t===1&&this.observeExit&&this.onExit&&(this.onExitCallCount++,this.onExit({callCount:this.onExitCallCount,...n})),this.state=t}unobserve(t,r){t===0?this.observeEnter=!1:t===1&&(this.observeExit=!1),!this.observeEnter&&!this.observeExit&&this.unobserver(r)}}class Iv{constructor(t={}){Ee(this,"targets");Ee(this,"intersectionObserver");Ee(this,"options");this.options={root:t.root,rootMargin:t.rootMargin,threshold:t.threshold||0},this.targets=new WeakMap,this.intersectionObserver=new IntersectionObserver(this.trigger.bind(this),this.options)}observe(t,r={},n){!r.onEnter&&!r.onExit||(this.targets.set(t,new px(this.unobserve.bind(this),n||this.options.threshold||0,{onEnter:r.onEnter,onExit:r.onExit})),this.intersectionObserver.observe(t))}unobserve(t){this.targets.delete(t),this.intersectionObserver.unobserve(t)}disconnect(){this.targets=new WeakMap,this.intersectionObserver.disconnect()}trigger(t){t.forEach(r=>{const n=this.targets.get(r.target);n&&n.request(r.isIntersecting&&r.intersectionRatio>n.threshold?0:1,r.target)})}}const hx={name:"resource-type-folder",color:"var(--oc-color-icon-folder)"},gx={name:"layout-grid",color:"var(--oc-color-swatch-passive-default)"},mx={name:"resource-type-file",color:"var(--oc-color-text-default)"},yx=Fp(),bx=Me({name:"ResourceIcon",props:{resource:{type:Object,required:!0},size:{type:String,default:"large",validator:e=>QF.some(t=>t===e)}},setup(e){const t=In(Cp),r=V(()=>e.resource.type==="folder"||e.resource.isFolder),n=V(()=>e.resource.type==="space"),o=V(()=>{var c;return(c=e.resource.extension)==null?void 0:c.toLowerCase()}),i=V(()=>{var c;return(c=e.resource.mimeType)==null?void 0:c.toLowerCase()}),s=V(()=>{if(y(n))return gx;if(y(r))return hx;const c=yx[y(o)]||(t==null?void 0:t.mimeType[y(i)])||(t==null?void 0:t.extension[y(o)]);return{...mx,...c}}),l=V(()=>y(n)?"oc-resource-icon-space":y(r)?"oc-resource-icon-folder":"oc-resource-icon-file");return{icon:s,iconTypeClass:l}}});function vx(e,t,r,n,o,i){const s=pe("oc-icon");return Z(),Ce(s,{key:`resource-icon-${e.icon.name}`,name:e.icon.name,color:e.icon.color,size:e.size,class:K.normalizeClass(["oc-resource-icon",e.iconTypeClass])},null,8,["name","color","size","class"])}const xo=Ue(bx,[["render",vx]]),wx={name:"ResourceLink",props:{link:{type:Object,required:!1,default:null},resource:{type:Object,required:!0},isResourceClickable:{type:Boolean,required:!1,default:!0}},emits:["click"],setup:e=>{const t=at(),{options:r}=Qe.storeToRefs(t);return{linkTarget:V(()=>y(r).cernFeatures&&e.link&&!e.resource.isFolder?"_blank":"_self")}},computed:{isNavigatable(){return(this.resource.isFolder||this.link)&&!this.resource.disabled},componentType(){return this.isNavigatable?"router-link":"oc-button"},componentProps(){return this.isNavigatable?{to:this.link}:{appearance:"raw",gapSize:"none",justifyContent:"left"}}},methods:{emitClick(){this.isNavigatable||this.$emit("click")}}},Sx={key:1};function Ex(e,t,r,n,o,i){return r.isResourceClickable?(Z(),Ce(Hn(i.componentType),Yt({key:0},i.componentProps,{target:e.linkTarget,draggable:!1,class:"oc-resource-link",onDragstart:t[0]||(t[0]=Tr(()=>{},["prevent","stop"])),onClick:i.emitClick}),{default:Te(()=>[Ge(e.$slots,"default")]),_:3},16,["target","onClick"])):(Z(),ve("span",Sx,[Ge(e.$slots,"default")]))}const Lf=Ue(wx,[["render",Ex]]),Tx=Me({name:"ResourceName",props:{name:{type:String,required:!0},pathPrefix:{type:String,required:!1,default:""},extension:{type:String,required:!1,default:""},type:{type:String,required:!0},fullPath:{type:String,required:!0},isPathDisplayed:{type:Boolean,required:!1,default:!1},isExtensionDisplayed:{type:Boolean,required:!1,default:!0},truncateName:{type:Boolean,required:!1,default:!0}},computed:{tooltip(){return this.pathTooltip},fullName(){return(this.displayPath||"")+this.name},displayName(){return this.extension?this.name.slice(0,-this.extension.length-1):this.name},displayExtension(){return this.extension?"."+this.extension:""},displayPath(){if(!this.isPathDisplayed)return null;const e=this.fullPath.replace(/^\//,"").split("/");return e.length<2?null:e.length===2?e[0]+"/":`…/${e[e.length-2]}/`},pathTooltip(){return!this.isPathDisplayed||this.displayPath===this.fullPath?null:this.pathPrefix?cs.join(this.pathPrefix,this.fullPath):this.fullPath},htmlTitle(){if(!this.tooltip)return this.isExtensionDisplayed?`${this.displayName}${this.displayExtension}`:this.displayName}}}),Ax=["data-test-resource-path","data-test-resource-name","data-test-resource-type","title"],Rx={key:0,class:"oc-text-truncate"},_x=["textContent"],Ix=["textContent"],Cx=["textContent"];function Fx(e,t,r,n,o,i){const s=or("oc-tooltip");return ot((Z(),ve("span",{class:K.normalizeClass(["oc-resource-name",[{"oc-display-inline-block":!e.truncateName}]]),"data-test-resource-path":e.fullPath,"data-test-resource-name":e.fullName,"data-test-resource-type":e.type,title:e.htmlTitle},[e.truncateName?(Z(),ve("span",Rx,[he("span",{class:"oc-resource-basename",textContent:K.toDisplayString(e.displayName)},null,8,_x)])):(Z(),ve("span",{key:1,class:"oc-resource-basename oc-text-break",textContent:K.toDisplayString(e.displayName)},null,8,Ix)),e.extension&&e.isExtensionDisplayed?(Z(),ve("span",{key:2,class:"oc-resource-extension",textContent:K.toDisplayString(e.displayExtension)},null,8,Cx)):ke("",!0)],10,Ax)),[[s,e.tooltip]])}const Bf=Ue(Tx,[["render",Fx]]),Px=Me({name:"ResourceListItem",components:{ResourceIcon:xo,ResourceLink:Lf,ResourceName:Bf},props:{resource:{type:Object,required:!0},pathPrefix:{type:String,required:!1,default:""},link:{type:Object,required:!1,default:null},isPathDisplayed:{type:Boolean,required:!1,default:!1},parentFolderLink:{type:Object,required:!1,default:null},parentFolderName:{type:String,required:!1,default:""},parentFolderLinkIconAdditionalAttributes:{type:Object,required:!1,default:()=>({})},isExtensionDisplayed:{type:Boolean,required:!1,default:!0},isThumbnailDisplayed:{type:Boolean,required:!1,default:!0},isIconDisplayed:{type:Boolean,required:!1,default:!0},isResourceClickable:{type:Boolean,required:!1,default:!0}},emits:["click"],computed:{parentFolderComponentType(){return this.parentFolderLink?"router-link":"span"},parentFolderStyle(){return{cursor:this.parentFolderLink?"pointer":"default"}},parentFolderLinkIconAttrs(){return{"fill-type":"line",name:"folder-2",size:"small",...this.parentFolderLinkIconAdditionalAttributes}},hasThumbnail(){return this.isThumbnailDisplayed&&Object.prototype.hasOwnProperty.call(this.resource,"thumbnail")},thumbnail(){return this.resource.thumbnail},tooltipLabelIcon(){return this.resource.locked?this.$gettext("This item is locked"):null}},methods:{emitClick(){this.$emit("click")}}}),xx={class:"oc-resource-indicators"},Ox=["textContent"];function kx(e,t,r,n,o,i){const s=pe("oc-image"),l=pe("resource-icon"),c=pe("resource-link"),u=pe("resource-name"),a=pe("oc-icon"),f=or("oc-tooltip");return Z(),ve("div",{class:K.normalizeClass(["oc-resource oc-text-overflow",{"oc-resource-no-interaction":!e.isResourceClickable}])},[e.isIconDisplayed?(Z(),Ce(c,{key:0,resource:e.resource,link:e.link,"is-resource-clickable":e.isResourceClickable,class:"oc-resource-icon-link",onClick:e.emitClick},{default:Te(()=>[e.hasThumbnail?ot((Z(),Ce(s,{key:e.thumbnail,src:e.thumbnail,class:"oc-resource-thumbnail",width:"40",height:"40","aria-label":e.tooltipLabelIcon},null,8,["src","aria-label"])),[[f,e.tooltipLabelIcon]]):ot((Z(),Ce(l,{key:1,"aria-label":e.tooltipLabelIcon,resource:e.resource},null,8,["aria-label","resource"])),[[f,e.tooltipLabelIcon]])]),_:1},8,["resource","link","is-resource-clickable","onClick"])):ke("",!0),he("div",{class:K.normalizeClass(["oc-resource-details oc-text-overflow",{"oc-pl-s":e.isIconDisplayed}])},[we(c,{resource:e.resource,"is-resource-clickable":e.isResourceClickable,link:e.link,class:"oc-text-overflow",onClick:e.emitClick},{default:Te(()=>[(Z(),Ce(u,{key:e.resource.name,name:e.resource.name,"path-prefix":e.pathPrefix,extension:e.resource.extension,type:e.resource.type,"full-path":e.resource.path,"is-path-displayed":e.isPathDisplayed,"is-extension-displayed":e.isExtensionDisplayed},null,8,["name","path-prefix","extension","type","full-path","is-path-displayed","is-extension-displayed"]))]),_:1},8,["resource","is-resource-clickable","link","onClick"]),he("div",xx,[e.isPathDisplayed?(Z(),Ce(Hn(e.parentFolderComponentType),{key:0,to:e.parentFolderLink,style:K.normalizeStyle(e.parentFolderStyle),class:"parent-folder oc-text-truncate"},{default:Te(()=>[we(a,K.normalizeProps(Xa(e.parentFolderLinkIconAttrs)),null,16),he("span",{class:"text oc-text-truncate",textContent:K.toDisplayString(e.parentFolderName)},null,8,Ox)]),_:1},8,["to","style"])):ke("",!0)])],2)],2)}const Oo=Ue(Px,[["render",kx]]),Cv=new Iv,Nx=Me({components:{ResourceListItem:Oo},props:{searchResult:{type:Object,default:function(){return{}}},isClickable:{type:Boolean,default:!0},term:{type:String,default:""}},setup(e){const{triggerDefaultAction:t}=qr(),{getMatchingSpace:r}=ar(),{getDefaultAction:n}=qr(),{loadPreview:o}=Wf(),{getPathPrefix:i,getParentFolderName:s,getParentFolderLink:l,getParentFolderLinkIconAdditionalAttributes:c,getFolderLink:u}=ai(),a=at(),{options:f}=Qe.storeToRefs(a),d=Ke(),b=ue(),E=V(()=>d.areFileExtensionsShown),w=V(()=>({...e.searchResult.data,...y(b)&&{thumbnail:y(b)}})),R=V(()=>r(y(w))),S=V(()=>{const T=y(w);return ie.isSpaceResource(T)&&T.disabled===!0}),m=()=>{t({space:y(R),resources:[y(w)]})},g=V(()=>e.isClickable?{parentFolderLink:l(y(w)),onClick:m}:{isResourceClickable:!1}),v=V(()=>{var F;if(y(w).isFolder)return u(y(w));const T=n({resources:[y(w)],space:y(R)});if(!(T!=null&&T.route))return null;const A=T.route({space:y(R),resources:[y(w)]});return A.query={...A.query,contextRouteQuery:{...((F=A.query)==null?void 0:F.contextRouteQuery)||{},term:e.term}},A});return{configOptions:f,space:R,previewData:b,loadPreview:o,resource:w,resourceDisabled:S,resourceClicked:m,resourceLink:v,parentFolderLink:l(y(w)),pathPrefix:i(y(w)),parentFolderName:s(y(w)),parentFolderLinkIconAdditionalAttributes:c(y(w)),additionalAttrs:g,areFileExtensionsShown:E}},mounted(){this.resourceDisabled&&this.$el.parentElement.classList.add("disabled");const e=async()=>{const r=await this.loadPreview({space:this.space,resource:this.resource,dimensions:Vr.Thumbnail,cancelRunning:!0});r&&(this.previewData=r)},t=Ct.debounce(({unobserve:r})=>{r(),e()},250);Cv.observe(this.$el,{onEnter:t,onExit:t.cancel})},beforeUnmount(){Cv.disconnect()}});function $x(e,t,r,n,o,i){const s=pe("resource-list-item");return Z(),Ce(s,Yt({resource:e.resource,"path-prefix":e.pathPrefix,"is-path-displayed":!0,link:e.resourceLink,"is-extension-displayed":e.areFileExtensionsShown,"parent-folder-link-icon-additional-attributes":e.parentFolderLinkIconAdditionalAttributes,"parent-folder-name":e.parentFolderName,"is-thumbnail-displayed":!!e.previewData},e.additionalAttrs),null,16,["resource","path-prefix","link","is-extension-displayed","parent-folder-link-icon-additional-attributes","parent-folder-name","is-thumbnail-displayed"])}const Fv=Ue(Nx,[["render",$x]]),Dx=7,Lx=200,Bx=Me({name:"CreateShortcutModal",components:{ResourcePreview:Fv},props:{modal:{type:Object,required:!0},space:{type:Object,required:!0}},emits:["update:confirmDisabled"],setup(e,{emit:t,expose:r}){const n=Je(),{$gettext:o}=Ne.useGettext(),{showMessage:i,showErrorMessage:s}=it(),l=We(),{search:c}=Rf(),{getPathPrefix:u,getParentFolderName:a,getParentFolderLink:f,getParentFolderLinkIconAdditionalAttributes:d,getFolderLink:b}=ai(),E=Ke(),{resources:w,currentFolder:R}=Qe.storeToRefs(E),S=ue(null),m=ue(""),g=ue(""),v=ue(null),T=ue(null),A=ue(!1);let F=null;const C=X=>{const W=X.trim();return ee(W)?W:`https://${W}`},I=V(()=>C(y(m))),L=V(()=>!!y(w).find(X=>X.name===`${y(g)}.url`)),B=V(()=>y(L)||!y(g)||!y(m));Et(B,()=>{t("update:confirmDisabled",y(B))},{immediate:!0});const $=V(()=>y(L)?o("%{name} already exists",{name:`${y(g)}.url`}):/[/]/.test(y(g))?o('Shortcut name cannot contain "/"'):""),D=cr.useTask(function*(X,W){v.value=null,W=`name:"*${W}*" NOT name:"*.url"`;try{v.value=yield c(W,Dx)}catch{}}),H=Ct.debounce(()=>{D.perform(y(m))},Lx),ee=X=>["http://","https://"].some(U=>U.startsWith(X)||X.startsWith(U)),J=()=>{v.value=null,m.value=y(I);try{let X=new URL(y(I)).host;y(w).some(W=>W.name===`${X}.url`)&&(X=jr(`${X}.url`,"url",y(w)).slice(0,-4)),g.value=X}catch{}},ce=X=>{v.value=null;const W=new URL(window.location.href);let U=X.data.name;m.value=`${W.origin}/f/${X.id}`,y(w).some(z=>z.name===`${U}.url`)&&(U=jr(`${U}.url`,"url",y(w)).slice(0,-4)),g.value=U},be=X=>y(T)===X,de=(X=!1)=>{const W=Array.from(document.querySelectorAll("li.selectable-item"));let U=y(T)!==null?y(T):X?W.length:-1;const z=X?-1:1;do if(U+=z,U<0||U>W.length-1)return null;while(W[U].classList.contains("disabled"));return U},Se=()=>{T.value=de(!0)},Ae=()=>{T.value=de(!1)},ne=X=>{y(A)&&(X.stopPropagation(),y(S).hide())},ae=X=>{var W,U;y(A)&&(X.stopPropagation(),y(T)!==null&&(y(T)===0?J():ce((U=(W=y(v))==null?void 0:W.values)==null?void 0:U[y(T)-1]),y(S).hide()))},le=()=>{A.value=!1,T.value=null},oe=()=>{A.value=!0,T.value=0},Q=()=>{m.value.trim().length&&y(S).show()},x=async()=>{if(await Hr(),g.value=m.value.trim(),!m.value.trim().length){y(S).hide();return}y(S).show(),Ar(l,"files-public-link")||H()},k=async()=>{try{const W=`[InternetShortcut]
|
|
57
|
-
URL=${od.sanitize(C(y(m)),{USE_PROFILES:{html:!0}})}`,U=ie.urlJoin(y(R).path,`${y(g)}.url`),z=await n.webdav.putFileContents(e.space,{path:U,content:W});E.upsertResource(z),i({title:o("Shortcut was created successfully")})}catch(X){console.error(X),s({title:o("Failed to create shortcut"),errors:[X]})}};return Vt(async()=>{var X,W;await Hr(),F=new sd((W=(X=y(S))==null?void 0:X.$refs)==null?void 0:W.drop)}),Et(v,async()=>{await Hr(),!(!y(A)||!F)&&(F.unmark(),F.mark(y(m),{element:"span",className:"mark-highlight",exclude:[".selectable-item-url *",".create-shortcut-modal-search-separator *"]}))},{deep:!0}),Et(T,()=>{var W,U;if(!y(A)||typeof((U=(W=y(S))==null?void 0:W.$el)==null?void 0:U.scrollTo)!="function")return;const X=y(S).$el.querySelectorAll(".selectable-item");y(S).$el.scrollTo(0,y(T)===null?0:X[y(T)].getBoundingClientRect().y-X[y(T)].getBoundingClientRect().height)}),r({onConfirm:k}),{inputUrl:m,inputFilename:g,dropRef:S,dropItemUrl:I,searchResult:v,confirmButtonDisabled:B,inputFileNameErrorMessage:$,searchTask:D,dropItemUrlClicked:J,dropItemResourceClicked:ce,getPathPrefix:u,getFolderLink:b,getParentFolderLink:f,getParentFolderName:a,getParentFolderLinkIconAdditionalAttributes:d,onKeyEnterDrop:ae,onKeyDownDrop:Ae,onKeyUpDrop:Se,onKeyEscDrop:ne,onHideDrop:le,onShowDrop:oe,onInputUrlInput:x,onClickUrlInput:Q,isDropItemActive:be,onConfirm:k}}}),Mx={class:"oc-flex oc-flex-middle create-shortcut-modal-label"},jx=["textContent"],Ux=["textContent"],qx={key:0,class:"oc-p-xs oc-flex oc-flex-center"},Vx={class:"create-shortcut-modal-search-separator oc-text-muted oc-text-small oc-pl-xs"},zx=["textContent"],Wx={key:0,class:"oc-flex oc-width-1-1 oc-mt-m"},Hx={class:"oc-flex oc-flex-middle create-shortcut-modal-label"},Gx=["textContent"];function Kx(e,t,r,n,o,i){const s=pe("oc-contextual-helper"),l=pe("oc-text-input"),c=pe("oc-icon"),u=pe("oc-button"),a=pe("oc-spinner"),f=pe("resource-preview"),d=pe("oc-list"),b=pe("oc-drop");return Z(),ve(Ye,null,[we(l,{id:"create-shortcut-modal-url-input",modelValue:e.inputUrl,"onUpdate:modelValue":[t[0]||(t[0]=E=>e.inputUrl=E),e.onInputUrlInput],placeholder:"example.org",label:e.$gettext("Webpage or file"),onKeydown:[eo(e.onKeyUpDrop,["up"]),eo(e.onKeyDownDrop,["down"]),eo(e.onKeyEscDrop,["esc"]),eo(e.onKeyEnterDrop,["enter"])],onClick:e.onClickUrlInput},{label:Te(()=>[he("div",Mx,[he("label",{for:"create-shortcut-modal-url-input",textContent:K.toDisplayString(e.$gettext("Webpage or file"))},null,8,jx),we(s,{text:e.$gettext("Enter the target URL of a webpage or the name of a file. Users will be directed to this webpage or file."),title:e.$gettext("Webpage or file"),class:"oc-ml-xs"},null,8,["text","title"])])]),_:1},8,["modelValue","label","onKeydown","onUpdate:modelValue","onClick"]),we(b,{ref:"dropRef",class:"oc-pt-s","padding-size":"remove","drop-id":"create-shortcut-modal-contextmenu",mode:"manual",position:"bottom-start","close-on-click":!0,onHideDrop:e.onHideDrop,onShowDrop:e.onShowDrop},{default:Te(()=>[we(d,null,{default:Te(()=>{var E,w;return[he("li",{class:K.normalizeClass(["oc-p-xs selectable-item selectable-item-url",{active:e.isDropItemActive(0)}])},[we(u,{class:"oc-width-1-1",appearance:"raw","justify-content":"left",onClick:e.dropItemUrlClicked},{default:Te(()=>[we(c,{name:"external-link"}),he("span",{textContent:K.toDisplayString(e.dropItemUrl)},null,8,Ux)]),_:1},8,["onClick"])],2),e.searchTask.isRunning?(Z(),ve("li",qx,[we(a)])):ke("",!0),(w=(E=e.searchResult)==null?void 0:E.values)!=null&&w.length?(Z(),ve(Ye,{key:1},[he("li",Vx,[he("span",{textContent:K.toDisplayString(e.$gettext("Link to a file"))},null,8,zx)]),(Z(!0),ve(Ye,null,Lt(e.searchResult.values,(R,S)=>(Z(),ve("li",{key:S,class:K.normalizeClass(["oc-p-xs selectable-item",{active:e.isDropItemActive(S+1)}])},[we(u,{class:"oc-width-1-1",appearance:"raw","justify-content":"left",onClick:m=>e.dropItemResourceClicked(R)},{default:Te(()=>[we(f,{"search-result":R,"is-clickable":!1},null,8,["search-result"])]),_:2},1032,["onClick"])],2))),128))],64)):ke("",!0)]}),_:1})]),_:1},8,["onHideDrop","onShowDrop"]),e.inputFilename?(Z(),ve("div",Wx,[we(l,{id:"create-shortcut-modal-filename-input",modelValue:e.inputFilename,"onUpdate:modelValue":t[1]||(t[1]=E=>e.inputFilename=E),class:"oc-width-1-1","error-message":e.inputFileNameErrorMessage,"fix-message-line":!0},{label:Te(()=>[he("div",Hx,[he("label",{for:"create-shortcut-modal-filename-input",textContent:K.toDisplayString(e.$gettext("Shortcut name"))},null,8,Gx),we(s,{text:e.$gettext("Shortcut name as it will appear in the file list."),title:e.$gettext("Shortcut name"),class:"oc-ml-xs"},null,8,["text","title"])])]),_:1},8,["modelValue","error-message"])])):ke("",!0)],64)}const Pv=Ue(Bx,[["render",Kx]]),Qx=({space:e})=>{const{dispatchModal:t}=yt(),{$gettext:r}=Ne.useGettext(),n=Ke(),{currentFolder:o}=Qe.storeToRefs(n);return{actions:V(()=>[{name:"create-shortcut",icon:"external-link",handler:()=>{t({title:r("Create a Shortcut"),confirmText:r("Create"),customComponent:Pv,customComponentAttrs:()=>({space:y(e)})})},label:()=>r("New Shortcut"),isVisible:()=>{var s;return(s=y(o))==null?void 0:s.canCreate()},class:"oc-files-actions-create-new-shortcut"}])}},Xx=()=>{const{showErrorMessage:e}=it(),t=We(),{$gettext:r}=Ne.useGettext(),n=On(),o=ls(),i=Je(),s=u=>{const a=/URL=(.+)/,f=u.match(a);if(f&&f[1])return f[1];throw new Error("unable to extract url")},l=async({resources:u,space:a})=>{try{const f=new URL(window.location.href),d=(await i.webdav.getFileContents(a,u[0])).body;let b=s(d);if(b=b.match(/^http[s]?:\/\//)?b:`https://${b}`,b=od.sanitize(b,{USE_PROFILES:{html:!0}}),b.startsWith(f.origin)){window.location.href=b;return}window.open(b)}catch(f){console.error(f),e({title:r("Failed to open shortcut"),errors:[f]})}};return{actions:V(()=>[{name:"open-shortcut",icon:"external-link",category:"context",handler:l,label:()=>r("Open shortcut"),isVisible:({resources:u})=>y(n)&&!y(o)&&!ct(t,"files-spaces-generic")&&!Ar(t,"files-public-link")&&!Tt(t,"files-common-favorites")&&!Tt(t,"files-common-search")&&!kt(t,"files-shares-with-me")&&!kt(t,"files-shares-with-others")&&!kt(t,"files-shares-via-link")||u.length!==1||u[0].extension!=="url"?!1:u[0].canDownload(),class:"oc-files-actions-open-short-cut-trigger"}]),extractUrl:s}},Yx=Me({name:"LinkRoleDropdown",props:{modelValue:{type:Object,required:!0},availableLinkTypeOptions:{type:Array,required:!0},dropOffset:{type:String,default:void 0}},emits:["update:modelValue"],setup(e,{emit:t}){const{$gettext:r}=Ne.useGettext(),{getLinkRoleByType:n}=ua(),o=c=>e.modelValue===c,i=c=>{t("update:modelValue",c)},s=V(()=>{var c;return r((c=n(e.modelValue))==null?void 0:c.displayName)}),l=Qt.v4();return{isSelectedType:o,updateSelectedType:i,currentLinkRoleLabel:s,dropUuid:l,getLinkRoleByType:n}}}),Jx=["textContent"],Zx=["textContent"],eO={class:"oc-flex oc-flex-middle"},tO=["textContent"],rO={class:"oc-text-small"},nO={class:"oc-flex"};function iO(e,t,r,n,o,i){var f;const s=pe("oc-icon"),l=pe("oc-button"),c=pe("oc-list"),u=pe("oc-drop"),a=or("oc-tooltip");return Z(),ve(Ye,null,[e.availableLinkTypeOptions.length>1?(Z(),Ce(l,{key:0,id:`link-role-dropdown-toggle-${e.dropUuid}`,appearance:"raw","gap-size":"none",class:"oc-text-left link-role-dropdown-toggle"},{default:Te(()=>[he("span",{class:"link-current-role",textContent:K.toDisplayString(e.currentLinkRoleLabel||e.$gettext("Select a role"))},null,8,Jx),we(s,{name:"arrow-down-s"})]),_:1},8,["id"])):ot((Z(),ve("span",{key:1,class:"link-current-role oc-mr-m",textContent:K.toDisplayString(e.currentLinkRoleLabel)},null,8,Zx)),[[a,(f=e.getLinkRoleByType(e.modelValue))==null?void 0:f.description]]),e.availableLinkTypeOptions.length>1?(Z(),Ce(u,{key:2,class:"link-role-dropdown","drop-id":`link-role-dropdown-${e.dropUuid}`,toggle:`#link-role-dropdown-toggle-${e.dropUuid}`,"padding-size":"small",mode:"click",offset:e.dropOffset,"close-on-click":""},{default:Te(()=>[we(c,{class:"role-dropdown-list"},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.availableLinkTypeOptions,(d,b)=>(Z(),ve("li",{key:`role-dropdown-${b}`},[we(l,{id:`files-role-${e.getLinkRoleByType(d).id}`,class:K.normalizeClass([{selected:e.isSelectedType(d),"oc-background-highlight":e.isSelectedType(d)},"oc-p-s"]),appearance:"raw",variation:"passive","justify-content":"space-between",onClick:E=>e.updateSelectedType(d)},{default:Te(()=>[he("span",eO,[we(s,{name:e.getLinkRoleByType(d).icon,class:"oc-pl-s oc-pr-m",variation:"inherit"},null,8,["name"]),he("span",null,[he("span",{class:"role-dropdown-list-option-label oc-text-bold oc-display-block oc-width-1-1",textContent:K.toDisplayString(e.$gettext(e.getLinkRoleByType(d).displayName))},null,8,tO),he("span",rO,K.toDisplayString(e.$gettext(e.getLinkRoleByType(d).description)),1)])]),he("span",nO,[e.isSelectedType(d)?(Z(),Ce(s,{key:0,name:"check",variation:"inherit"})):ke("",!0)])]),_:2},1032,["id","class","onClick"])]))),128))]),_:1})]),_:1},8,["drop-id","toggle","offset"])):ke("",!0)],64)}const xv=Ue(Yx,[["render",iO],["__scopeId","data-v-cc4f9340"]]),oO=Me({name:"CreateLinkModal",components:{LinkRoleDropdown:xv},props:{modal:{type:Object,required:!0},resources:{type:Array,required:!0},space:{type:Object,default:void 0},callbackFn:{type:Function,default:void 0}},emits:["cancel","confirm"],setup(e,{expose:t}){const r=Je(),n=Ne.useGettext(),{$gettext:o}=n,i=Qv(),{isEnabled:s,postMessage:l}=ni(),{defaultLinkType:c,getAvailableLinkTypes:u,getLinkRoleByType:a,isPasswordEnforcedForLinkType:f}=ua(),{addLink:d}=Mt(),b=ue(!1),E=ue(!1),w=V(()=>e.resources.every(({isFolder:Ae})=>Ae)),R=V(()=>y(s)?o("Share link(s)"):o("Copy link")),S=ue(Qt.v4()),m=ue({}),g=ue(),v=Oa({value:"",error:void 0}),T=ue(y(c)),A=V(()=>o(a(y(T)).description)),F=V(()=>o(a(y(T)).displayName)),C=V(()=>a(y(T)).icon),I=V(()=>u({isFolder:y(w)})),L=V(()=>f(y(T))),B=i.getPolicy({enforcePassword:y(L)}),$=()=>{b.value=!0},D=({date:Ae,error:ne})=>{g.value=Ae,E.value=ne},H=()=>Promise.allSettled(e.resources.map(Ae=>{var ne;return d({clientService:r,space:e.space,resource:Ae,options:{type:y(T),"@libre.graph.quickLink":!1,password:y(v).value,expirationDateTime:(ne=y(g))==null?void 0:ne.toISO(),displayName:o("Unnamed link")}})})),ee=V(()=>!!B.check(y(v).value)),J=V(()=>!(y(ee)&&!y(E))),ce=async(Ae={})=>{const ne=await H(),ae=ne.filter(({status:Q})=>Q==="fulfilled");ae.length&&y(s)&&l("opencloud-embed:share",ae.map(({value:Q})=>Q.webUrl));const le=[],oe=ne.filter(({status:Q})=>Q==="rejected");if(oe.length&&oe.map(({reason:Q})=>Q).forEach(Q=>{var x;if(console.error(Q),((x=Q.response)==null?void 0:x.status)===400){const k=Q.response.data.error;k.message=Ct.upperFirst(k.message),le.push(k)}}),le.length)return v.error=o(le[0].message),Promise.reject();e.callbackFn&&e.callbackFn({result:ne,password:v.value,options:Ae})};t({onConfirm:ce});const be=Ae=>y(T)===Ae,de=Ae=>{v.value=Ae,v.error=void 0},Se=Ae=>{T.value=Ae};return Vt(()=>{const Ae=y(m)[y(T)];Ae&&Ae.$el.focus(),y(L)&&(v.value=i.generatePassword())}),{roleRefs:m,password:v,passwordEnforced:L,passwordPolicy:B,generatePasswordMethod:()=>i.generatePassword(),passwordInputKey:S,selectedExpiry:g,availableLinkTypes:I,selectedType:T,selectedTypeIcon:C,selectedTypeDisplayName:F,selectedTypeDescription:A,isSelectedLinkType:be,updateSelectedLinkType:Se,updatePassword:de,getLinkRoleByType:a,confirmButtonText:R,isAdvancedMode:b,setAdvancedMode:$,onExpiryDateChanged:D,confirmButtonDisabled:J,DateTime:$t.DateTime,onConfirm:ce}}}),sO={class:"oc-flex oc-button-justify-content-space-between oc-pb-s"},aO={key:0,class:"oc-flex oc-flex-middle"},lO={key:1,class:"oc-flex oc-flex-middle"},cO={class:"oc-flex oc-flex-column"},uO=["textContent"],fO=["textContent"],dO=["textContent"],pO={class:"link-modal-password oc-mb-m"},hO={key:1,class:"link-modal-password-text oc-text-small oc-text-muted"},gO=["textContent"],mO=["textContent"],yO={class:"link-modal-actions oc-flex oc-flex-right oc-flex-middle oc-mt-s"},bO={class:"oc-rounded oc-menu-item-hover"};function vO(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("link-role-dropdown"),c=pe("oc-button"),u=pe("oc-text-input"),a=pe("oc-datepicker"),f=pe("oc-list"),d=pe("oc-drop");return Z(),ve(Ye,null,[he("div",sO,[e.isAdvancedMode?(Z(),ve("div",aO,[we(s,{class:"oc-mr-s",name:e.selectedTypeIcon,"fill-type":"line"},null,8,["name"]),we(l,{"model-value":e.selectedType,"available-link-type-options":e.availableLinkTypes,"onUpdate:modelValue":e.updateSelectedLinkType},null,8,["model-value","available-link-type-options","onUpdate:modelValue"])])):(Z(),ve("div",lO,[we(s,{class:"oc-mr-s",name:e.selectedTypeIcon,"fill-type":"line"},null,8,["name"]),he("div",cO,[he("span",{class:"oc-text-bold",textContent:K.toDisplayString(e.selectedTypeDisplayName)},null,8,uO),he("span",{class:"oc-text-small",textContent:K.toDisplayString(e.selectedTypeDescription)},null,8,fO)])])),e.isAdvancedMode?ke("",!0):(Z(),Ce(c,{key:2,class:"link-modal-advanced-mode-button","gap-size":"xsmall",appearance:"raw",variation:"primary",onClick:t[0]||(t[0]=b=>e.setAdvancedMode())},{default:Te(()=>[we(s,{name:"settings-3",size:"small","fill-type":"fill"}),he("span",{textContent:K.toDisplayString(e.$gettext("Options"))},null,8,dO)]),_:1}))]),he("div",pO,[e.isAdvancedMode?(Z(),Ce(u,{key:e.passwordInputKey,"model-value":e.password.value,type:"password","password-policy":e.passwordPolicy,"generate-password-method":e.generatePasswordMethod,"error-message":e.password.error,label:e.passwordEnforced?`${e.$gettext("Password")}*`:e.$gettext("Password"),class:"link-modal-password-input","onUpdate:modelValue":e.updatePassword},null,8,["model-value","password-policy","generate-password-method","error-message","label","onUpdate:modelValue"])):e.password.value?(Z(),ve("div",hO,[he("span",{textContent:K.toDisplayString(e.$gettext("Password:"))},null,8,gO),he("span",{textContent:K.toDisplayString(e.password.value)},null,8,mO)])):ke("",!0),e.isAdvancedMode?(Z(),Ce(a,{key:2,class:"oc-mt-s","min-date":e.DateTime.now(),label:e.$gettext("Expiry date"),onDateChanged:e.onExpiryDateChanged},null,8,["min-date","label","onDateChanged"])):ke("",!0)]),he("div",yO,[we(c,{class:"link-modal-cancel oc-modal-body-actions-cancel oc-ml-s",appearance:"outline",variation:"passive",onClick:t[1]||(t[1]=b=>e.$emit("cancel"))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),he("div",{class:K.normalizeClass(["link-modal-confirm-button-group oc-ml-s",{"oc-button-group":e.password.value}])},[we(c,{class:"link-modal-confirm oc-modal-body-actions-confirm",appearance:"filled",variation:"primary",disabled:e.confirmButtonDisabled,onClick:t[2]||(t[2]=b=>e.$emit("confirm"))},{default:Te(()=>[Bt(K.toDisplayString(e.confirmButtonText),1)]),_:1},8,["disabled"]),e.password.value?(Z(),Ce(c,{key:0,class:"link-modal-confirm oc-modal-body-actions-confirm-secondary-trigger",appearance:"filled",variation:"primary",disabled:e.confirmButtonDisabled},{default:Te(()=>[we(s,{size:"small",name:"arrow-down-s"})]),_:1},8,["disabled"])):ke("",!0),e.password.value?(Z(),Ce(d,{key:1,"drop-id":"oc-modal-body-actions-confirm-secondary-drop",toggle:".oc-modal-body-actions-confirm-secondary-trigger",mode:"click","padding-size":"small","close-on-click":""},{default:Te(()=>[we(f,{class:"oc-modal-body-actions-confirm-secondary-menu"},{default:Te(()=>[he("li",bO,[we(c,{class:"oc-modal-body-actions-confirm-password action-menu-item",appearance:"raw",onClick:t[3]||(t[3]=b=>e.$emit("confirm",{copyPassword:!0}))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Copy link and password")),1)]),_:1})])]),_:1})]),_:1})):ke("",!0)],2)])],64)}const Ov=Ue(oO,[["render",vO],["__scopeId","data-v-e6bdc236"]]),mr={Internal:"internal",View:"view",Upload:"upload",Edit:"edit",CreateOnly:"createOnly"},wO={LibreGraphPermissionsRolesAllowedValues:"@libre.graph.permissions.roles.allowedValues"},ua=()=>{const{$gettext:e}=Ne.useGettext(),t=tr(),r=dr(),n=V(()=>r.can("create-all","PublicLink")),o=V(()=>mr.View),i=u=>u===mr.View?t.sharingPublicPasswordEnforcedFor.read_only:u===mr.Upload?t.sharingPublicPasswordEnforcedFor.upload_only:u===mr.CreateOnly?t.sharingPublicPasswordEnforcedFor.read_write:u===mr.Edit?t.sharingPublicPasswordEnforcedFor.read_write_delete:!1,s=({isFolder:u})=>y(n)?u?[mr.View,mr.Edit,mr.CreateOnly]:[mr.View,mr.Edit]:[],l=[{id:mr.Internal,displayName:e("Invited people"),description:e("Link works only for invited people. Login is required."),icon:"user"},{id:mr.View,displayName:e("Can view"),description:e("View, download"),icon:"eye"},{id:mr.Upload,displayName:e("Can upload"),description:e("View, upload, download"),icon:"upload"},{id:mr.Edit,displayName:e("Can edit"),description:e("View, upload, edit, download, delete"),icon:"pencil"},{id:mr.CreateOnly,displayName:e("Secret File Drop"),description:e("Upload only, existing content is not revealed"),icon:"inbox-unarchive"}];return{defaultLinkType:o,isPasswordEnforcedForLinkType:i,getAvailableLinkTypes:s,linkShareRoles:l,getLinkRoleByType:u=>l.find(({id:a})=>a===u)}},SO=({enforceModal:e=!1}={})=>{const t=Je(),r=bt(),{showMessage:n,showErrorMessage:o}=it(),{$gettext:i,$ngettext:s}=Ne.useGettext(),l=tr(),c=dr(),u=lr(),{defaultLinkType:a}=ua(),{addLink:f}=Mt(),{dispatchModal:d}=yt(),{copyToClipboard:b}=If(),E=async({result:m,password:g,options:v={}})=>{const T=m.filter(F=>F.status==="fulfilled");if(T.length){let F=i("Link has been created successfully");if(m.length===1)try{const C=v.copyPassword?i("%{link} Password:%{password}",{link:T[0].value.webUrl,password:g},!0):T[0].value.webUrl;await b(C),F=i("The link has been copied to your clipboard.")}catch(C){console.warn("Unable to copy link to clipboard",C)}n({title:s(F,"Links have been created successfully.",T.length)})}const A=m.filter(({status:F})=>F==="rejected");A.length&&o({errors:A.map(({reason:F})=>F),title:s("Failed to create link","Failed to create links",A.length)})},w=async({space:m,resources:g})=>{const v=l.sharingPublicPasswordEnforcedFor.read_only===!0;if(e||v){d({title:s('Copy link for "%{resourceName}"',"Copy links for the selected items",g.length,{resourceName:g[0].name}),customComponent:Ov,customComponentAttrs:()=>({space:m,resources:g,callbackFn:E}),hideActions:!0});return}const T=g.map(F=>f({clientService:t,space:m,resource:F,options:{"@libre.graph.quickLink":!1,displayName:i("Unnamed link"),type:y(a)}})),A=await u.addTask(()=>Promise.allSettled(T));E({result:A})},R=({resources:m})=>{if(!m.length)return!1;for(const g of m)if(!g.canShare({user:r.user,ability:c})||ie.isProjectSpaceResource(g)&&g.disabled)return!1;return!0};return{actions:V(()=>[{name:"create-links",icon:"link",handler:w,label:()=>i("Create links"),isVisible:R,class:"oc-files-actions-create-links"}])}},EO=Me({name:"AppLoadingSpinner"}),TO={class:"oc-flex oc-flex-middle oc-flex-center oc-height-1-1 oc-width-1-1"};function AO(e,t,r,n,o,i){const s=pe("oc-spinner");return Z(),ve("div",TO,[we(s,{id:"app-loading-spinner",size:"large","aria-hidden":!0,"aria-label":""})])}const Mf=Ue(EO,[["render",AO]]),RO=Me({name:"FilePickerModal",components:{AppLoadingSpinner:Mf},props:{modal:{type:Object,required:!0},app:{type:Object,required:!0},parentFolderLink:{type:Object,required:!0}},setup(e){const t=ue(),r=ue(!0),n=We(),{removeModal:o}=yt(),{getMatchingSpace:i}=ar(),s=oi(),{getEditorRouteOpts:l}=qr(),c=n.resolve(e.parentFolderLink),u=e.app.extensions.map(w=>w.extension?w.extension:w.mimeType),a=s.currentTheme.name,f=new URL(c.href,window.location.origin);f.searchParams.append("hide-logo","true"),f.searchParams.append("embed","true"),f.searchParams.append("embed-target","file"),f.searchParams.append("embed-delegate-authentication","false"),f.searchParams.append("embed-file-types",u.join(","));const d=()=>{r.value=!1,y(t).contentWindow.focus()},b=({data:w})=>{if(w.name!=="opencloud-embed:file-pick")return;const{resource:R,locationQuery:S}=w.data,m=i(R),g=ie.isShareSpaceResource(m)?m.id:void 0,v=l(y(n.currentRoute).name,m,R,g);v.query={...v.query,...S};const T=n.resolve(v),A=new URL(T.href,window.location.origin);o(e.modal.id),window.open(A.href,"_blank")},E=({data:w})=>{w.name==="opencloud-embed:cancel"&&o(e.modal.id)};return Vt(()=>{window.addEventListener("message",b),window.addEventListener("message",E)}),Gr(()=>{window.removeEventListener("message",b),window.removeEventListener("message",E)}),{isLoading:r,onLoad:d,iframeTitle:a,iframeSrc:f.href,iframeRef:t,onFilePick:b}}}),_O={class:"oc-height-1-1",tabindex:"0"},IO=["title","src"];function CO(e,t,r,n,o,i){const s=pe("app-loading-spinner");return Z(),ve("div",_O,[e.isLoading?(Z(),Ce(s,{key:0})):ke("",!0),ot(he("iframe",{ref:"iframeRef",class:"oc-width-1-1 oc-height-1-1",title:e.iframeTitle,src:e.iframeSrc,tabindex:"0",onLoad:t[0]||(t[0]=(...l)=>e.onLoad&&e.onLoad(...l))},null,40,IO),[[tl,!e.isLoading]])])}const kv=Ue(RO,[["render",CO]]),fa=(e={},t)=>{const r=e.targetRouteCallback,{getMatchingSpace:n}=ar(e);return{createFileAction:s=>{const l=y(e.space)||n(s);t.emit("fileClick",{space:l,resources:[s]})},createFolderLink:s=>{if(y(r))return y(r)(s);const{path:l,fileId:c,resource:u}=s,a=y(e.space)||n(u);return a?xr("files-spaces-generic",Jr(a,{path:l,fileId:c})):{}}}},ai=(e={})=>{const t=tr(),{$gettext:r}=Ne.useGettext(),{getInternalSpace:n,getMatchingSpace:o,isResourceAccessible:i}=ar(),{createFolderLink:s}=fa(e);return{getPathPrefix:d=>{const b=y(e.space)||o(d);return ie.isProjectSpaceResource(b)?cs.join(r("Spaces"),b.name):ie.isShareSpaceResource(b)?cs.join(r("Shares"),b.name):b.name},getFolderLink:d=>s({path:d.path,fileId:d.fileId,resource:d}),getParentFolderLink:d=>{const b=y(e.space)||o(d),E=i({space:b,path:ht.dirname(d.path)});return d.remoteItemId&&d.path==="/"||!E?Or("files-shares-with-me"):ie.isProjectSpaceResource(d)?xr("files-spaces-projects"):s({path:ht.dirname(d.path),...d.parentFolderId&&{fileId:d.parentFolderId},resource:d})},getParentFolderName:d=>{const b=y(e.space)||o(d),E=i({space:b,path:ht.dirname(d.path)});if(ie.isShareRoot(d)||d.id===b.id&&ie.isShareSpaceResource(b)||!E)return r("Shared with me");const R=ie.extractParentFolderName(d);if(R)return R;if(ie.isShareSpaceResource(b))return b.name;if(t.spacesProjects){if(ie.isProjectSpaceResource(d))return r("Spaces");if((b==null?void 0:b.driveType)==="project")return b.name}return r("Personal")},getParentFolderLinkIconAdditionalAttributes:d=>ie.isProjectSpaceResource(d)||ie.isProjectSpaceResource(n(d.storageId)||{})&&d.path.split("/").length===2?{name:"layout-grid","fill-type":"fill"}:{}}},Nv=({appId:e})=>{const{$gettext:t}=Ne.useGettext(),r=On(),{dispatchModal:n}=yt(),o=Zr(),{apps:i}=Qe.storeToRefs(o),{getParentFolderLink:s}=ai(),l=({resources:u})=>{const a=y(i)[e],f=s(u[0]);n({elementClass:"open-with-app-modal",title:t("Open file in %{app}",{app:a.name}),customComponent:kv,hideActions:!0,customComponentAttrs:()=>({app:a,parentFolderLink:f}),focusTrapInitial:!1})};return{actions:V(()=>[{name:"open-with-app",icon:"folder-open",handler:l,label:()=>t("Open"),isVisible:()=>!y(r),class:"oc-files-actions-open-with-app-trigger"}])}},FO=Me({name:"SaveAsModal",components:{AppLoadingSpinner:Mf},props:{modal:{type:Object,required:!0},parentFolderLink:{type:Object,required:!0},originalResource:{type:Object,required:!0},content:{type:String,required:!0}},setup(e){const t=ue(),r=ue(!0),n=oi(),{$gettext:o}=Ne.useGettext(),i=We(),s=Je(),{removeModal:l}=yt(),{showMessage:c,showErrorMessage:u}=it(),{getMatchingSpace:a}=ar(),{getEditorRouteOpts:f}=qr(),d=i.resolve(e.parentFolderLink),b=n.currentTheme.name,E=new URL(d.href,window.location.origin);E.searchParams.append("hide-logo","true"),E.searchParams.append("embed","true"),E.searchParams.append("embed-target","location"),E.searchParams.append("embed-choose-file-name","true"),E.searchParams.append("embed-delegate-authentication","false"),E.searchParams.append("embed-choose-file-name-suggestion",e.originalResource.name);const w=()=>{r.value=!1,y(t).contentWindow.focus()},R=async({data:v})=>{if(v.name!=="opencloud-embed:select")return;const{resources:T,fileName:A,locationQuery:F}=v.data,C=T[0],I=a(C);try{const L=await S({destinationFolder:C,fileName:A,space:I});c({title:o('"%{fileName}" was saved successfully',{fileName:L.name})}),m({resource:L,space:I,locationQuery:F})}catch(L){console.error(L),u({title:o('Unable to save "%{fileName}"',{fileName:A}),errors:[L]}),console.error(L)}l(e.modal.id)},S=async({destinationFolder:v,fileName:T,space:A})=>{const{children:F}=await s.webdav.listFiles(A,{fileId:v.fileId},{davProperties:[Ve.Name]});return F.find(I=>I.name===T)&&(T=jr(T,e.originalResource.extension,F)),s.webdav.putFileContents(A,{fileName:T,parentFolderId:v.id,content:e.content,path:ie.urlJoin(v.path,T)})},m=({locationQuery:v,resource:T,space:A})=>{const F=ie.isShareSpaceResource(A)?A.id:void 0,C=f(y(i.currentRoute).name,A,T,F);C.query={...C.query,...v};const I=i.resolve(C),L=new URL(I.href,window.location.origin);window.open(L.href,"_blank")},g=({data:v})=>{v.name==="opencloud-embed:cancel"&&l(e.modal.id)};return Vt(()=>{window.addEventListener("message",R),window.addEventListener("message",g)}),Gr(()=>{window.removeEventListener("message",R),window.removeEventListener("message",g)}),{isLoading:r,onLoad:w,iframeTitle:b,iframeSrc:E.href,iframeRef:t,onLocationPick:R}}}),PO={class:"oc-height-1-1",tabindex:"0"},xO=["title","src"];function OO(e,t,r,n,o,i){const s=pe("app-loading-spinner");return Z(),ve("div",PO,[e.isLoading?(Z(),Ce(s,{key:0})):ke("",!0),ot(he("iframe",{ref:"iframeRef",class:"oc-width-1-1 oc-height-1-1",title:e.iframeTitle,src:e.iframeSrc,tabindex:"0",onLoad:t[0]||(t[0]=(...l)=>e.onLoad&&e.onLoad(...l))},null,40,xO),[[tl,!e.isLoading]])])}const $v=Ue(FO,[["render",OO]]),Dv=({content:e})=>{const{$gettext:t}=Ne.useGettext(),r=On(),{dispatchModal:n}=yt(),{getParentFolderLink:o}=ai(),i=({resources:l})=>{const c=o(l[0]);n({elementClass:"save-as-modal",title:t("Save as"),customComponent:$v,hideActions:!0,customComponentAttrs:()=>({content:y(e),parentFolderLink:c,originalResource:l[0]}),focusTrapInitial:!1})};return{actions:V(()=>[{name:"save-as",icon:"save-2",handler:i,label:()=>t("Save as"),isVisible:({resources:l})=>!y(r)||l.length!==1,class:"oc-files-actions-save-as-trigger"}])}},Lv=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=dr(),s=Je(),l=Jt(),{dispatchModal:c}=yt(),u=dt(),{removeResources:a}=Ke(),f=w=>w.filter(R=>ie.isProjectSpaceResource(R)&&R.canBeDeleted({user:r.user,ability:i})),d=async w=>{const R=s.graphAuthenticated,S=w.map(T=>R.drives.deleteDrive(T.id).then(()=>(a([T]),u.removeSpace(T),!0))),m=await Promise.allSettled(S),g=m.filter(T=>T.status==="fulfilled");if(g.length){const T=g.length===1&&w.length===1?n('Space "%{space}" was deleted successfully',{space:w[0].name}):o("%{spaceCount} space was deleted successfully","%{spaceCount} spaces were deleted successfully",g.length,{spaceCount:g.length.toString()},!0);e({title:T})}const v=m.filter(T=>T.status==="rejected");if(v.length){v.forEach(console.error);const T=v.length===1&&w.length===1?n('Failed to delete space "%{space}"',{space:w[0].name}):o("Failed to delete %{spaceCount} space","Failed to delete %{spaceCount} spaces",v.length,{spaceCount:v.length.toString()},!0);t({title:T,errors:v.map(A=>A.reason)})}y(l).name==="admin-settings-spaces"&&Xe.publish("app.admin-settings.list.load")},b=({resources:w})=>{const R=f(w);if(!R.length)return;const S=o("Are you sure you want to delete the selected space?","Are you sure you want to delete %{count} selected spaces?",R.length,{count:R.length.toString()});c({title:o('Delete Space "%{space}"?',"Delete %{spaceCount} Spaces?",R.length,{space:R[0].name,spaceCount:R.length.toString()}),confirmText:n("Delete"),message:S,hasInput:!1,onConfirm:()=>d(R)})};return{actions:V(()=>[{name:"delete",icon:"delete-bin",label:()=>n("Delete"),handler:b,isVisible:({resources:w})=>!!f(w).length,class:"oc-files-actions-delete-trigger"}]),deleteSpaces:d}},Bv=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=dr(),s=Je(),l=Jt(),c=We(),{dispatchModal:u}=yt(),a=dt(),f=w=>w.filter(R=>ie.isProjectSpaceResource(R)&&R.canDisable({user:r.user,ability:i})),d=async w=>{const R=y(l),S=s.graphAuthenticated,m=w.map(A=>S.drives.disableDrive(A.id).then(()=>(R.name==="files-spaces-generic"&&c.push({name:"files-spaces-projects"}),R.name==="admin-settings-spaces"&&(A.disabled=!0,A.spaceQuota={total:A.spaceQuota.total}),a.updateSpaceField({id:A.id,field:"disabled",value:!0}),!0))),g=await Promise.allSettled(m),v=g.filter(A=>A.status==="fulfilled");if(v.length){const A=v.length===1&&w.length===1?n('Space "%{space}" was disabled successfully',{space:w[0].name}):o("%{spaceCount} space was disabled successfully","%{spaceCount} spaces were disabled successfully",v.length,{spaceCount:v.length.toString()},!0);e({title:A})}const T=g.filter(A=>A.status==="rejected");if(T.length){T.forEach(console.error);const A=T.length===1&&w.length===1?n('Failed to disable space "%{space}"',{space:w[0].name}):o("Failed to disable %{spaceCount} space","Failed to disable %{spaceCount} spaces",T.length,{spaceCount:T.length.toString()},!0);t({title:A,errors:T.map(F=>F.reason)})}},b=({resources:w})=>{const R=f(w);if(!R.length)return;const S=o("If you disable the selected space, it can no longer be accessed. Only Space managers will still have access. Note: No files will be deleted from the server.","If you disable the %{count} selected spaces, they can no longer be accessed. Only Space managers will still have access. Note: No files will be deleted from the server.",R.length,{count:R.length.toString()}),m=n("Disable");u({title:o('Disable Space "%{space}"?',"Disable %{spaceCount} Spaces?",R.length,{space:R[0].name,spaceCount:R.length.toString()}),confirmText:m,message:S,hasInput:!1,onConfirm:()=>d(R)})};return{actions:V(()=>[{name:"disable",icon:"stop-circle",label:()=>n("Disable"),handler:b,isVisible:({resources:w})=>!!f(w).length,class:"oc-files-actions-disable-trigger"}]),disableSpaces:d}},Mv=()=>{const e=at(),t=dt(),r=Mt(),{showMessage:n,showErrorMessage:o}=it(),i=We(),{$gettext:s}=Ne.useGettext(),l=dr(),c=Je(),u=lr(),{upsertResource:a}=Ke(),f=ct(i,"files-spaces-projects"),d=async w=>{const R=t.spaces.filter(ie.isProjectSpaceResource),S=jr(w.name,"",R);try{let m=await c.graphAuthenticated.drives.createDrive({name:S,description:w.description,quota:{total:w.spaceQuota.total}},r.graphRoles);const g=await c.webdav.listFiles(w);if(g.children.length){const v=new Bn({concurrency:e.options.concurrentRequests.resourceBatchActions}),T=[];for(const A of g.children)T.push(v.add(()=>c.webdav.copyFiles(w,A,m,{path:A.name})));await Promise.all(T)}if(w.spaceReadmeData||w.spaceImageData){const v={special:[]};if(w.spaceReadmeData){const T=await c.webdav.getFileInfo(m,{path:`.space/${w.spaceReadmeData.name}`});v.special.push({specialFolder:{name:"readme"},id:T.id})}if(w.spaceImageData){const T=await c.webdav.getFileInfo(m,{path:`.space/${w.spaceImageData.name}`});v.special.push({specialFolder:{name:"image"},id:T.id})}m=await c.graphAuthenticated.drives.updateDrive(m.id,v,r.graphRoles)}t.upsertSpace(m),f&&a(m),n({title:s('Space "%{space}" was duplicated successfully',{space:w.name})})}catch(m){console.error(m),o({title:s('Failed to duplicate space "%{space}"',{space:w.name}),errors:[m]})}},b=async({resources:w})=>{for(const R of w)R.disabled||!ie.isProjectSpaceResource(R)||await d(R)};return{actions:V(()=>[{name:"duplicate",icon:"folders",label:()=>s("Duplicate"),handler:w=>u.addTask(()=>b(w)),isVisible:({resources:w})=>!(w!=null&&w.length)||w.every(R=>R.disabled)||w.every(R=>!ie.isProjectSpaceResource(R))?!1:l.can("create-all","Drive"),class:"oc-files-actions-duplicate-trigger"}]),duplicateSpace:d}},kO=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),{$gettext:n}=Ne.useGettext(),o=dr(),i=Je(),s=Jt(),{dispatchModal:l}=yt(),c=dt(),u=Mt(),a=(b,E)=>i.graphAuthenticated.drives.updateDrive(b.id,{name:b.name,description:E},u.graphRoles).then(()=>{c.updateSpaceField({id:b.id,field:"description",value:E}),y(s).name==="admin-settings-spaces"&&(b.description=E),e({title:n("Space subtitle was changed successfully")})}).catch(R=>{console.error(R),t({title:n("Failed to change space subtitle"),errors:[R]})}),f=({resources:b})=>{b.length===1&&l({title:n("Change subtitle for space")+" "+b[0].name,confirmText:n("Confirm"),hasInput:!0,inputLabel:n("Space subtitle"),inputValue:b[0].description,onConfirm:E=>a(b[0],E)})};return{actions:V(()=>[{name:"editDescription",icon:"h-2",iconFillType:"none",label:()=>n("Edit subtitle"),handler:f,isVisible:({resources:b})=>b.length!==1?!1:b[0].canEditDescription({user:r.user,ability:o}),class:"oc-files-actions-edit-description-trigger"}]),editDescriptionSpace:a}},NO={name:"QuotaSelect",props:{totalQuota:{type:Number,default:0},maxQuota:{type:Number,default:0}},emits:["selectedOptionChange"],setup(){const e=ue(void 0),t=ue([]);return{selectedOption:e,options:t}},computed:{quotaLimit(){return this.maxQuota||1e15},DEFAULT_OPTIONS(){return[{value:Math.pow(10,9),displayValue:this.getFormattedFileSize(Math.pow(10,9))},{value:2*Math.pow(10,9),displayValue:this.getFormattedFileSize(2*Math.pow(10,9))},{value:5*Math.pow(10,9),displayValue:this.getFormattedFileSize(5*Math.pow(10,9))},{value:10*Math.pow(10,9),displayValue:this.getFormattedFileSize(10*Math.pow(10,9))},{value:50*Math.pow(10,9),displayValue:this.getFormattedFileSize(50*Math.pow(10,9))},{value:100*Math.pow(10,9),displayValue:this.getFormattedFileSize(100*Math.pow(10,9))},{displayValue:this.$gettext("No restriction"),value:0}]}},watch:{totalQuota(){const e=this.options.find(t=>t.value===this.totalQuota);e&&(this.selectedOption=e)}},mounted(){this.setOptions(),this.selectedOption=this.options.find(e=>e.value===this.totalQuota)},methods:{onUpdate(e){this.selectedOption=e,this.$emit("selectedOptionChange",this.selectedOption)},optionSelectable(e){return e.selectable!==!1},isValueValidNumber(e){return Ct.isNumber(e)?e>0:/^[0-9]\d*(([.,])\d+)?$/g.test(e)},createOption(e){if(e=e.replace(",","."),!this.isValueValidNumber(e))return{displayValue:e,value:e,error:this.$gettext("Please enter only numbers"),selectable:!1};const t=parseFloat(e)*Math.pow(10,9);return t>this.quotaLimit?{value:t,displayValue:this.getFormattedFileSize(t),error:this.$gettext("Please enter a value equal to or less than %{ quotaLimit }",{quotaLimit:this.getFormattedFileSize(this.quotaLimit).toString()}),selectable:!1}:{value:t,displayValue:this.getFormattedFileSize(t)}},setOptions(){let e=[...this.DEFAULT_OPTIONS];this.maxQuota&&(e=e.filter(r=>this.totalQuota===0&&r.value===0?(r.selectable=!1,!0):r.value!==0&&r.value<=this.maxQuota)),e.find(r=>r.value===this.totalQuota)||e.push({displayValue:this.getFormattedFileSize(this.totalQuota),value:this.totalQuota,selectable:this.totalQuota<=this.quotaLimit}),e=[...e.filter(r=>r.value).sort((r,n)=>r.value-n.value),...e.filter(r=>!r.value)],this.options=e},getFormattedFileSize(e){const t=wr(e,this.$language.current);return this.isValueValidNumber(e)?t:e.toString()}}},$O={class:"quota-select-batch-action-form"},DO=["textContent"],LO={class:"oc-flex oc-flex-between"},BO=["textContent"],MO={key:0,class:"oc-text-input-danger"};function jO(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-select");return Z(),ve("div",$O,[we(l,Yt({ref:"select","model-value":n.selectedOption,selectable:i.optionSelectable,taggable:"","push-tags":"",clearable:!1,options:n.options,"create-option":i.createOption,"option-label":"displayValue",label:e.$gettext("Quota")},e.$attrs,{"onUpdate:modelValue":i.onUpdate}),{"selected-option":Te(({displayValue:c})=>[e.$attrs["read-only"]?(Z(),Ce(s,{key:0,name:"lock",class:"oc-mr-xs",size:"small"})):ke("",!0),he("span",{textContent:K.toDisplayString(c)},null,8,DO)]),search:Te(({attributes:c,events:u})=>[he("input",Yt({class:"vs__search"},c,Ha(u,!0)),null,16)]),option:Te(({displayValue:c,error:u})=>[he("div",LO,[he("span",{textContent:K.toDisplayString(c)},null,8,BO)]),u?(Z(),ve("div",MO,K.toDisplayString(u),1)):ke("",!0)]),_:1},16,["model-value","selectable","options","create-option","label","onUpdate:modelValue"])])}const jv=Ue(NO,[["render",jO]]),UO=Me({name:"SpaceQuotaModal",components:{QuotaSelect:jv},props:{modal:{type:Object,required:!0},spaces:{type:Array,required:!0},warningMessage:{type:String,default:""},warningMessageContextualHelperData:{type:Object,default:()=>{}},resourceType:{type:String,required:!1,default:"space",validator:e=>["space","user"].includes(e)}},emits:["update:confirmDisabled"],setup(e,{emit:t,expose:r}){const{showMessage:n,showErrorMessage:o}=it(),i=tr(),s=Qe.storeToRefs(i),{$gettext:l,$ngettext:c}=Ne.useGettext(),u=Je(),a=We(),f=dt(),d=Mt(),{updateResourceField:b}=Ke(),E=ue(0),w=v=>e.resourceType==="space"?c("Space quota was changed successfully","Quota of %{count} spaces was changed successfully",v,{count:v.toString()}):e.resourceType==="user"?c("User quota was changed successfully","Quota of %{count} users was changed successfully",v,{count:v.toString()}):l("Quota was changed successfully"),R=v=>e.resourceType==="space"?c("Failed to change space quota","Failed to change quota for %{count} spaces",v,{count:v.toString()}):e.resourceType==="user"?c("Failed to change user quota","Failed to change quota for %{count} users",v,{count:v.toString()}):l("Failed to change quota"),S=V(()=>!e.spaces.some(v=>v.spaceQuota.total!==y(E)));Et(S,()=>{t("update:confirmDisabled",y(S))},{immediate:!0});const m=v=>{E.value=v.value},g=async()=>{const v=u.graphAuthenticated,T=e.spaces.map(async I=>{const L=await v.drives.updateDrive(I.id,{name:I.name,quota:{total:y(E)}},d.graphRoles);y(a.currentRoute).name==="admin-settings-spaces"&&Xe.publish("app.admin-settings.spaces.space.quota.updated",{spaceId:I.id,quota:L.spaceQuota}),y(a.currentRoute).name==="admin-settings-users"&&Xe.publish("app.admin-settings.users.user.quota.updated",{spaceId:I.id,quota:L.spaceQuota}),f.updateSpaceField({id:I.id,field:"spaceQuota",value:L.spaceQuota}),b({id:I.id,field:"spaceQuota",value:L.spaceQuota})}),A=await Promise.allSettled(T),F=A.filter(I=>I.status==="fulfilled");F.length&&n({title:w(F.length)});const C=A.filter(I=>I.status==="rejected");C.length&&(console.error(C),C.forEach(console.error),o({title:R(C.length),errors:C.map(I=>I.reason)}))};return r({onConfirm:g}),Vt(()=>{var v,T;E.value=((T=(v=e.spaces[0])==null?void 0:v.spaceQuota)==null?void 0:T.total)||0}),{selectedOption:E,confirmButtonDisabled:S,changeSelectedQuotaOption:m,maxQuota:s.spacesMaxQuota,onConfirm:g}}}),qO={key:0,class:"oc-mt-s"},VO=["textContent"];function zO(e,t,r,n,o,i){const s=pe("quota-select"),l=pe("oc-contextual-helper");return Z(),ve(Ye,null,[we(s,{"total-quota":e.selectedOption,"max-quota":e.maxQuota,"position-fixed":!0,onSelectedOptionChange:e.changeSelectedQuotaOption},null,8,["total-quota","max-quota","onSelectedOptionChange"]),e.warningMessage?(Z(),ve("div",qO,[he("span",{class:"oc-text-input-warning",textContent:K.toDisplayString(e.warningMessage)},null,8,VO),e.warningMessageContextualHelperData?(Z(),Ce(l,Yt({key:0,class:"oc-pl-xs"},e.warningMessageContextualHelperData),null,16)):ke("",!0)])):ke("",!0)],64)}const Uv=Ue(UO,[["render",zO]]),qv=()=>{const{dispatchModal:e}=yt(),{$gettext:t}=Ne.useGettext(),r=dr(),n=({resources:s})=>s.length===1?t('Change quota for Space "%{name}"',{name:s[0].name}):t("Change quota for %{count} Spaces",{count:s.length.toString()}),o=({resources:s})=>{e({title:n({resources:s}),customComponent:Uv,customComponentAttrs:()=>({spaces:s,resourceType:"space"})})};return{actions:V(()=>[{name:"editQuota",icon:"cloud",label:()=>t("Edit quota"),handler:o,isVisible:({resources:s})=>!s||!s.length||s.some(l=>!ie.isProjectSpaceResource(l)||ie.isSpaceResource(l)&&!l.spaceQuota)?!1:r.can("set-quota-all","Drive"),class:"oc-files-actions-edit-quota-trigger"}])}};function Vv(){const{getDefaultAction:e}=qr();return{openWithDefaultApp:({space:r,resource:n})=>{if(!n||n.isFolder)return;const o={resources:[n],space:r},i=e({...o,omitSystemActions:!0});i&&i.handler(o)}}}const WO=()=>{const e=Je(),{openWithDefaultApp:t}=Vv(),{createDefaultMetaFolder:r}=Li(),n=bt(),o=dt(),i=Mt(),{$gettext:s}=Ne.useGettext(),{getDefaultMetaFolder:l}=si(),c=async(f,d)=>{const b=await e.webdav.putFileContents(f,{path:".space/readme.md",parentFolderId:d.id,fileName:"readme.md"}),E=await e.graphAuthenticated.drives.updateDrive(f.id,{name:f.name,special:[{specialFolder:{name:"readme"},id:b.id}]},i.graphRoles);return o.updateSpaceField({id:f.id,field:"spaceReadmeData",value:E.spaceReadmeData}),b},u=async({resources:f})=>{let d=null,b=await l(f[0]);if(b||(b=await r(f[0]),d=await c(f[0],b)),!d){const E=ie.getRelativeSpecialFolderSpacePath(f[0],"readme");E?d=await e.webdav.getFileInfo(f[0],{path:E}):d=await c(f[0],b)}t({space:f[0],resource:d})};return{actions:V(()=>[{name:"editReadmeContent",icon:"article",label:()=>s("Edit description"),handler:u,isVisible:({resources:f})=>f.length!==1?!1:f[0].canEditReadme({user:n.user}),class:"oc-files-actions-edit-readme-content-trigger"}])}},zv=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),{$gettext:n}=Ne.useGettext(),o=dr(),i=Je(),s=Jt(),{checkSpaceNameModalInput:l}=si(),{dispatchModal:c}=yt(),u=dt(),a=Mt(),f=(E,w)=>i.graphAuthenticated.drives.updateDrive(E.id,{name:w},a.graphRoles).then(()=>{y(s).name==="admin-settings-spaces"&&(E.name=w),u.updateSpaceField({id:E.id,field:"name",value:w}),e({title:n("Space name was changed successfully")})}).catch(S=>{console.error(S),t({title:n("Failed to rename space"),errors:[S]})}),d=({resources:E})=>{E.length===1&&c({title:n("Rename space")+" "+E[0].name,confirmText:n("Rename"),hasInput:!0,inputLabel:n("Space name"),inputValue:E[0].name,onConfirm:w=>f(E[0],w),onInput:l})};return{actions:V(()=>[{name:"rename",icon:"pencil",label:()=>n("Rename"),handler:d,isVisible:({resources:E})=>E.length!==1?!1:E[0].canRename({user:r.user,ability:o}),class:"oc-files-actions-rename-trigger"}]),renameSpace:f}},Wv=()=>{const{showMessage:e,showErrorMessage:t}=it(),r=bt(),{$gettext:n,$ngettext:o}=Ne.useGettext(),i=dr(),s=Je(),l=lr(),c=Jt(),{dispatchModal:u}=yt(),a=dt(),f=Mt(),d=R=>R.filter(S=>ie.isProjectSpaceResource(S)&&S.canRestore({user:r.user,ability:i})),b=async R=>{const S=s.graphAuthenticated,m=R.map(A=>S.drives.updateDrive(A.id,{name:A.name},f.graphRoles,{headers:{Restore:"true"}}).then(F=>(y(c).name==="admin-settings-spaces"&&(A.disabled=!1,A.spaceQuota=F.spaceQuota),a.updateSpaceField({id:A.id,field:"disabled",value:!1}),!0))),g=await l.addTask(()=>Promise.allSettled(m)),v=g.filter(A=>A.status==="fulfilled");if(v.length){const A=v.length===1&&R.length===1?n('Space "%{space}" was enabled successfully',{space:R[0].name}):o("%{spaceCount} space was enabled successfully","%{spaceCount} spaces were enabled successfully",v.length,{spaceCount:v.length.toString()},!0);e({title:A})}const T=g.filter(A=>A.status==="rejected");if(T.length){T.forEach(console.error);const A=T.length===1&&R.length===1?n('Failed to enabled space "%{space}"',{space:R[0].name}):o("Failed to enable %{spaceCount} space","Failed to enable %{spaceCount} spaces",T.length,{spaceCount:T.length.toString()},!0);t({title:A,errors:T.map(F=>F.reason)})}},E=({resources:R})=>{const S=d(R);if(!S.length)return;const m=o("If you enable the selected space, it can be accessed again.","If you enable the %{count} selected spaces, they can be accessed again.",S.length,{count:S.length.toString()}),g=n("Enable");u({title:o('Enable Space "%{space}"?',"Enable %{spaceCount} Spaces?",S.length,{space:S[0].name,spaceCount:S.length.toString()}),confirmText:g,icon:"alert",message:m,hasInput:!1,onConfirm:()=>b(S)})};return{actions:V(()=>[{name:"restore",icon:"play-circle",label:()=>n("Enable"),handler:E,isVisible:({resources:R})=>!!d(R).length,class:"oc-files-actions-restore-trigger"}]),restoreSpaces:b}},HO=()=>{const{$gettext:e}=Ne.useGettext(),t=Ke(),r=({resources:o})=>{t.setSelection(o.map(({id:i})=>i)),Xe.publish(mt.openWithPanel,"space-share")};return{actions:V(()=>[{name:"show-members",icon:"group",label:()=>e("Members"),handler:r,isVisible:({resources:o})=>o.length===1&&!o[0].disabled,class:"oc-files-actions-show-details-trigger"}])}},GO=()=>{const e=We(),{$gettext:t}=Ne.useGettext(),r=o=>_i("files-trash-generic",{...Jr(o,{fileId:o.fileId})});return{actions:V(()=>[{name:"navigateToTrash",icon:"delete-bin",label:()=>t("Show deleted files"),handler:({resources:o})=>{e.push(r(o[0]))},isVisible:({resources:o})=>!(o.length!==1||!ie.isProjectSpaceResource(o[0])||o[0].disabled),class:"oc-files-actions-navigate-to-trash-trigger"}])}},KO=Me({name:"EmojiPickerModal",components:{},props:{modal:{type:Object,required:!0}},emits:["confirm"],setup(e,{emit:t}){const r=oi(),{currentTheme:n}=Qe.storeToRefs(r),o=V(()=>y(n).isDark?"dark":"light");return{onEmojiSelect:s=>{t("confirm",s)},theme:o}}});function QO(e,t,r,n,o,i){const s=pe("oc-emoji-picker");return Z(),Ce(s,{theme:e.theme,onEmojiSelect:e.onEmojiSelect},null,8,["theme","onEmojiSelect"])}const Hv=Ue(KO,[["render",QO]]),XO=()=>{const e=bt(),{showMessage:t,showErrorMessage:r}=it(),{$gettext:n}=Ne.useGettext(),o=Je(),i=lr(),s=dt(),{createDefaultMetaFolder:l}=Li(),{dispatchModal:c}=yt(),{getDefaultMetaFolder:u}=si(),a=Mt(),f=({resources:w})=>{w.length===1&&c({elementClass:"oc-width-auto",title:n("Set icon for %{space}",{space:w[0].name}),hideConfirmButton:!0,customComponent:Hv,focusTrapInitial:!1,onConfirm:R=>b(w[0],R)})},d=async w=>{const R=document.createElement("canvas"),S=R.getContext("2d"),m=16/9,g=720,v=g/m;R.width=g,R.height=v;const T=.4*g;S.font=`${T}px sans-serif`,S.textBaseline="middle",S.textAlign="center",S.fillText(w,R.width/2,R.height/2+15);const F=await Fb(R);return Cb(F)},b=async(w,R)=>{const S=o.graphAuthenticated,m=await d(R);let g=await u(w);return g||(g=await l(w)),i.addTask(async()=>{const v={"Content-Type":"application/offset+octet-stream"};try{const{fileId:T}=await o.webdav.putFileContents(w,{parentFolderId:g.id,fileName:"emoji.png",content:m,headers:v,overwrite:!0}),A=await S.drives.updateDrive(w.id,{name:w.name,special:[{specialFolder:{name:"image"},id:T}]},a.graphRoles);s.updateSpaceField({id:w.id,field:"spaceImageData",value:A.spaceImageData}),t({title:n("Space icon was set successfully")}),Xe.publish("app.files.spaces.uploaded-image",A)}catch(T){console.error(T),r({title:n("Failed to set space icon"),errors:[T]})}})};return{actions:V(()=>[{name:"set-space-icon",icon:"emoji-sticker",handler:f,label:()=>n("Set icon"),isVisible:({resources:w})=>w.length!==1?!1:w[0].canEditImage({user:e.user}),class:"oc-files-actions-set-space-icon-trigger"}]),setIconSpace:b}},YO=()=>{const{$gettext:e}=Ne.useGettext();return{actions:V(()=>[{name:"show-details",icon:"information",label:()=>e("Details"),handler:()=>Xe.publish(mt.open),isVisible:({resources:r})=>r.length>0,class:"oc-admin-settings-show-details-trigger"}])}},JO=()=>{const{getMatchingSpace:e}=ar(),t=dt(),r=Zr(),n=Ke(),o=Je(),{$gettext:i}=Ne.useGettext(),{openEditor:s}=qr(),{resources:l,currentFolder:c}=Qe.storeToRefs(n);return{openEmptyEditor:async(a,f)=>{var g;let d=y(c)?e(y(c)):null,b=y(l),E=(g=y(c))==null?void 0:g.path;(!d||!y(c).canCreate())&&(d=t.personalSpace,b=(await o.webdav.listFiles(d)).children,E="");let w=i("New file")+`.${f}`;b.some(v=>v.name===w)&&(w=jr(w,f,b));const R=await o.webdav.putFileContents(d,{path:ie.urlJoin(E,w)}),S=e(R),m=r.fileExtensions.find(({app:v,extension:T})=>v===a&&T===f);s(m,S,R)}}},Gv=()=>{const{$gettext:e}=Ne.useGettext(),{showMessage:t}=it();return{openUrl:(n,o,i)=>{const s=window.open(n,o);s?i&&s.focus():t({title:e("Pop-up and redirect block detected"),timeout:20,status:"warning",desc:e("Please turn on pop-ups and redirects in your browser settings to make sure everything works right.")})}}},ZO=()=>yn("$appProviderService"),ek=()=>{const{isResourceAccessible:e}=ar();return{breadcrumbsFromPath:({route:n,space:o,resourcePath:i,ancestorMetaData:s=ue({})})=>{const l=(a="")=>a.split("/").filter(Boolean),c=l(n.path),u=l(i);return u.map((a,f)=>{const d=ie.urlJoin(...u.slice(0,f+1),{leadingSlash:!0}),b=e({space:y(o),path:d});let E;return b&&(E=y(s)[d]),{id:Qt.v4(),allowContextActions:!0,text:a,...b&&{to:{path:"/"+[...c].splice(0,c.length-u.length+f+1).join("/"),query:{...$i(n.query,"page","fileId"),...E&&{fileId:E.id}}}},isStaticNav:!1}})},concatBreadcrumbs:(...n)=>{const o=n.pop();return[...n,{id:Qt.v4(),allowContextActions:o.allowContextActions,text:o.text,onClick:()=>Xe.publish("app.files.list.load"),isTruncationPlaceholder:o.isTruncationPlaceholder,isStaticNav:o.isStaticNav}]}}},tk=(e="")=>{const t=ue(0),r=async()=>{await Hr();const n=document.querySelector(e||"#files-app-bar"),o=n?n.getBoundingClientRect().height:0;t.value!==o&&(t.value=o)};return window.onresize=r,Vt(r),{y:t,refresh:r}},jf=()=>{const e=ue(!0),t=()=>{e.value=window.innerHeight>500};return Vt(()=>{t(),window.addEventListener("resize",t)}),Gr(()=>{window.removeEventListener("resize",t)}),{isSticky:e}};var Uf=(e=>(e.C="c",e.V="v",e.X="x",e.A="a",e.S="s",e.Space=" ",e.ArrowUp="ArrowUp",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.Esc="Escape",e))(Uf||{}),qf=(e=>(e.Ctrl="Control",e.Shift="Shift",e))(qf||{});const rk=()=>{const e=document.activeElement.tagName,t=document.activeElement.getAttribute("type");if(["textarea","input","select"].includes(e.toLowerCase())&&t!=="checkbox")return!0;const r=document.activeElement;if(!r)return!1;let n;try{n=r==null?void 0:r.closest("[data-custom-key-bindings-disabled='true']")}catch{n=r==null?void 0:r.parentElement.closest("[data-custom-key-bindings-disabled='true']")}return n?!0:window.getSelection().type==="Range"},Kv=e=>{const t=ue([]),r=ue(0),n=l=>{if(!(e!=null&&e.skipDisabledKeyBindingsCheck)&&rk())return;const{key:c,ctrlKey:u,metaKey:a,shiftKey:f}=l;let d=null;const b=[];a||u?(d="Control",b.push("altKey","shiftKey")):f&&(d="Shift",b.push("altKey","ctrlKey","metaKey")),!((w,R)=>R.some(S=>w[S]))(l,b)&&y(t).filter(w=>w.primary===c&&w.modifier===d).forEach(w=>{l.preventDefault(),w.callback(l)})},o=(l,c)=>{const u=Qt.v4();return t.value.push({id:u,...l,modifier:l.modifier??null,callback:c}),u},i=l=>{t.value=t.value.filter(c=>c.id!==l)},s=()=>{r.value=0};return Mn.useEventListener(document,"keydown",n),{actions:t,bindKeyAction:o,removeKeyAction:i,selectionCursor:r,resetSelectionCursor:s}};class En{}Ee(En,"perPageDefault","100"),Ee(En,"perPageQueryName","items-per-page"),Ee(En,"options",["20","50","100","250","500"]);function nk(e){const t=Lo.useRouter(),r=Lo.useRoute(),n=ik(e),o=ok(e),i=V(()=>Math.ceil(y(e.items).length/y(o))||1),s=V(()=>{if(!y(o))return y(e.items);const l=(y(n)-1)*y(o),c=l+y(o);return y(e.items).slice(l,c)});return Xe.subscribe("app.files.navigate.page",({resourceId:l,forceScroll:c,topbarElement:u})=>{const a=Ct.findIndex(y(e.items),f=>f.id===l);if(a>=0){const f=Math.ceil((a+1)/Number(y(o)));t.push({...y(r),query:{...y(r).query,page:f}}).then(()=>{Xe.publish("app.files.navigate.scrollTo",{resourceId:l,forceScroll:c,topbarElement:u})})}}),{items:s,total:i,page:n,perPage:o}}function ik(e){if(e.page)return V(()=>y(e.page));const t=rr("page","1");return V(()=>parseInt(St(y(t))))}function ok(e){if(e.perPage)return V(()=>y(e.perPage));const t=wn({name:e.perPageQueryName||En.perPageQueryName,defaultValue:e.perPageDefault||En.perPageDefault,storagePrefix:e.perPageStoragePrefix});return V(()=>parseInt(St(y(t))))}const Qv=()=>yn("$passwordPolicyService");var da=(e=>(e.mounted="portal-target.mounted",e))(da||{});const sk=()=>{const e=Fo(),t=va.useWormhole();return{registerPortal:n=>{e.subscribe(da.mounted,()=>{t.open(n)})}}},Vf=()=>{const e=Zr();return{canBeOpenedWithSecureView:r=>e.fileExtensions.filter(({secureView:o})=>o).some(({mimeType:o})=>o===r.mimeType)}},Xv=()=>{const e=bt();return{canListVersions:({space:r,resource:n})=>n.type==="folder"||ie.isSpaceResource(n)||ie.isTrashResource(n)?!1:r==null?void 0:r.canListVersions({user:e.user})}},Yv=()=>{const e=Je(),t=dt(),r=Mt(),n=V(()=>t.spaces),o=c=>y(n).find(u=>c.toString().startsWith(u.id.toString())),i=c=>y(n).find(u=>{var a,f;return ie.isMountPointSpaceResource(u)&&((f=(a=u.root)==null?void 0:a.remoteItem)==null?void 0:f.id)===c}),s=c=>{const u=[Ve.FileId,Ve.FileParent,Ve.Name,Ve.ResourceType],a=ie.buildSpace({id:c,name:""},r.graphRoles);return e.webdav.getFileInfo(a,{fileId:c},{davProperties:u})};return{getResourceContext:async c=>{var w,R,S,m,g;let u,a,f=o(c);if(f)return u=await e.webdav.getPathForFileId(c),a=await e.webdav.getFileInfo(f,{path:u}),{space:f,resource:a,path:u};await t.loadMountPoints({graphClient:e.graphAuthenticated});let d=i(c);a=await s(c);const b=d?[]:[y(a).name];let E=y(a);for(;!d;)E=await s(E.parentFolderId),d=i(E.id),d||b.unshift(E.name);return f=t.getSpace((R=(w=d.root)==null?void 0:w.remoteItem)==null?void 0:R.id)||t.createShareSpace({driveAliasPrefix:(S=a.storageId)!=null&&S.startsWith(ie.OCM_PROVIDER_ID)?"ocm-share":"share",id:(g=(m=d.root)==null?void 0:m.remoteItem)==null?void 0:g.id,shareName:d.name}),u=ie.urlJoin(...b),{space:f,resource:a,path:u}}}},Gt={name:{table:"resource-table",condensedTable:"resource-table-condensed",tiles:"resource-tiles"},defaultModeName:"resource-table",queryName:"view-mode",tilesSizeDefault:2,tilesSizeMax:6,tilesSizeQueryName:"tiles-size"},Jv=()=>{const e=i=>{if(!i.endsWith("rem")&&!i.endsWith("px"))return 0;if(i.endsWith("rem")){const s=parseInt(i.replace("rem","").trim()),l=parseFloat(getComputedStyle(document.documentElement).fontSize);return s*l}return parseInt(i.replace("px","").trim())},t=ue(0),r=ue(0);Vt(()=>{const i=getComputedStyle(document.documentElement);t.value=e(i.getPropertyValue("--oc-size-tiles-default")),r.value=e(i.getPropertyValue("--oc-size-tiles-resize-step"))});const n=i=>y(t)+(i-1)*y(r);return{calculateTileSizePixels:n,calculateTileSizeRem:i=>{const s=parseFloat(getComputedStyle(document.documentElement).fontSize);return n(i)/s}}};function ak(e){if(e)return V(()=>y(e));const t=wn({name:Gt.queryName,defaultValue:Gt.defaultModeName});return V(()=>St(y(t)))}function lk(e){if(e)return V(()=>parseInt(y(e)));const t=wn({name:Gt.tilesSizeQueryName,defaultValue:Gt.tilesSizeDefault.toString()});return V(()=>parseInt(St(y(t))))}const ck=ue(Gt.tilesSizeMax);function zf(){return ck}const Wf=e=>{const t=Of(),{updateResourceField:r}=Ke(),n=new Bn({concurrency:4}),o=V(()=>y(e)===Gt.name.tiles),i=V(()=>y(o)?zs.enum.fit:zs.enum.thumbnail),s=V(()=>y(o)?Vr.Tile:Vr.Thumbnail),l=cr.useTask(function*(f,{space:d,resource:b,dimensions:E,processor:w,updateStore:R=!0}){const S=ie.isProjectSpaceResource(b)?ie.buildSpaceImageResource(b):b,m=yield n.add(()=>t.loadPreview({space:d,resource:S,processor:w||y(i),dimensions:E||y(s)},!0,!0,f));return m&&R&&r({id:b.id,field:"thumbnail",value:m}),m}),c=async f=>{const{resource:d,cancelRunning:b}=f;if(b&&a(),ie.isProjectSpaceResource(d)&&(!d.spaceImageData||d.disabled))return null;try{return await l.perform(f)}catch(E){E!=="cancel"&&console.error(E)}},u=V(()=>l.isRunning),a=()=>{l.cancelAll(),n.clear()};return za(a),{loadPreview:c,previewsLoading:u}},Zv=({showSizeInformation:e=!0}={})=>{const t=Ke(),{current:r,$gettext:n,$ngettext:o}=Ne.useGettext(),i=We(),{resources:s,totalResourcesCount:l,areHiddenFilesShown:c,currentFolder:u}=Qe.storeToRefs(t),a=V(()=>{var d,b;if(!((d=y(u))!=null&&d.size)||((b=y(u))==null?void 0:b.size)==="0"){const E=y(s).map(w=>w.size?parseInt(w.size.toString()):0).reduce((w,R)=>w+R,0);return wr(E,r)}return wr(y(u).size,r)});return{resourceContentsText:V(()=>{let d=o("%{ filesCount } file","%{ filesCount } files",y(l).files,{filesCount:y(l).files.toString()});!y(c)&&y(l).hiddenFiles&&(d=o("%{ filesCount } file including %{ filesHiddenCount } hidden","%{ filesCount } files including %{ filesHiddenCount } hidden",y(l).files,{filesCount:y(l).files.toString(),filesHiddenCount:y(l).hiddenFiles.toString()}));let b=o("%{ foldersCount } folder","%{ foldersCount } folders",y(l).folders,{foldersCount:y(l).folders.toString()});!y(c)&&y(l).hiddenFolders&&(b=o("%{ foldersCount } folder including %{ foldersHiddenCount } hidden","%{ foldersCount } folders including %{ foldersHiddenCount } hidden",y(l).folders,{foldersCount:y(l).folders.toString(),foldersHiddenCount:y(l).hiddenFolders.toString()}));const E=o("%{ spacesCount } space","%{ spacesCount } spaces",y(l).spaces,{spacesCount:y(l).spaces.toString()}),w=y(l).files+y(l).folders+y(l).spaces,R=e&&parseFloat(y(a))>0,S=kt(i,"files-shares-via-link"),m=n(R?"%{ itemsCount } item with %{ itemSize } in total":"%{ itemsCount } item in total"),g=n(R?"%{ itemsCount } items with %{ itemSize } in total":"%{ itemsCount } items in total"),v=S?"(%{ filesStr}, %{ foldersStr}, %{ spacesStr})":"(%{ filesStr}, %{ foldersStr})",T=`${m} ${v}`,A=`${g} ${v}`;return o(T,A,w,{itemsCount:w.toString(),itemSize:y(a),filesStr:d,foldersStr:b,spacesStr:E})})}},Hf=()=>{const{getMatchingSpace:e}=ar(),t=Ke(),r=V({get(){return t.selectedResources},set(s){t.setSelection(s.map(({id:l})=>l))}}),n=V({get(){return t.selectedIds},set(s){t.setSelection(s)}}),o=s=>y(n).includes(s.id),i=V(()=>{if(y(r).length!==1)return null;const s=y(r)[0];return e(s)});return{selectedResources:r,selectedResourcesIds:n,isResourceInSelection:o,selectedResourceSpace:i}};function uk(e){const t=tr(),r=Yn(),n=Je(),o=Ne.useGettext(),i=V(()=>t.tusMaxChunkSize>0),s=()=>{const u={};return r.publicLinkPassword?u.Authorization="Basic "+po.from(["public",r.publicLinkPassword].join(":")).toString("base64"):r.accessToken&&!r.publicLinkPassword&&(u.Authorization="Bearer "+r.accessToken),u["X-Request-ID"]=Qt.v4(),u["Accept-Language"]=o.current,u["Initiator-ID"]=n.initiatorId,u},l=V(()=>{const u={onBeforeRequest:(a,f)=>new Promise(d=>{var E;const b=s();a.setHeader("Authorization",b.Authorization),a.setHeader("X-Request-ID",b["X-Request-ID"]),a.setHeader("Accept-Language",b["Accept-Language"]),a.setHeader("Initiator-ID",b["Initiator-ID"]),f!=null&&f.isRemote&&a.setHeader("x-oc-mtime",(((E=f==null?void 0:f.data)==null?void 0:E.lastModified)/1e3).toFixed(0)),d()}),chunkSize:t.tusMaxChunkSize||1/0,overridePatchMethod:t.tusHttpMethodOverride,uploadDataDuringCreation:t.tusExtension.includes("creation-with-upload")};return u.headers=a=>{var f;if(a.xhrUpload||a!=null&&a.isRemote)return{"x-oc-mtime":(((f=a==null?void 0:a.data)==null?void 0:f.lastModified)/1e3).toFixed(0),...s()}},u}),c=V(()=>({timeout:6e4,endpoint:"",headers:u=>{var a;return{"x-oc-mtime":(((a=u==null?void 0:u.data)==null?void 0:a.lastModified)/1e3).toFixed(0),...s()}}}));Et([l,c],()=>{if(y(i)){e.uppyService.useTus(y(l));return}e.uppyService.useXhr(y(c))},{immediate:!0})}const fk=Me({name:"ActionMenuItem",props:{action:{type:Object,required:!0},actionOptions:{type:Object,required:!0},size:{type:String,required:!1,default:"medium"},appearance:{type:String,default:"raw"},variation:{type:String,default:"passive"},shortcutHint:{type:Boolean,default:!0,required:!1},showTooltip:{type:Boolean,default:!1,required:!1}},setup(e){const{$gettext:t}=Ne.useGettext(),r=at(),{options:n}=Qe.storeToRefs(r),o=V(()=>Object.hasOwn(e.action,"route")?"router-link":Object.hasOwn(e.action,"href")?"a":(Object.hasOwn(e.action,"handler")||console.warn("ActionMenuItem: No handler, route or href callback found in action",e.action),"button")),i=V(()=>({...{appearance:e.action.appearance||e.appearance,variation:e.action.variation||e.variation,...e.action.isDisabled&&{disabled:e.action.isDisabled(e.actionOptions)},...e.action.id&&{id:e.action.id}},...y(o)==="router-link"&&{to:e.action.route(e.actionOptions)},...y(o)==="a"&&{href:e.action.href(e.actionOptions)},...["router-link","a"].includes(y(o))&&{target:n.value.cernFeatures?"_blank":"_self"}})),s=V(()=>window.navigator.platform.match("Mac")),l=V(()=>t("Hold %{key} and click to open in new tab",{key:y(s)?"⌘":t("ctrl")},!0));return{componentType:o,componentProps:i,openInNewTabHint:l}},computed:{hasExternalImageIcon(){return this.action.icon&&/^https?:\/\//i.test(this.action.icon)},componentListeners(){if(typeof this.action.handler!="function")return{};const e=()=>this.action.handler({...this.actionOptions});return this.action.keepOpen?{click:t=>{t.stopPropagation(),e()}}:{click:e}}}}),dk={key:3,class:"oc-files-context-action-label oc-flex","data-testid":"action-label"},pk=["textContent"],hk=["textContent"],gk=["textContent"];function mk(e,t,r,n,o,i){var a,f,d,b;const s=pe("oc-image"),l=pe("oc-icon"),c=pe("oc-button"),u=or("oc-tooltip");return ot((Z(),ve("li",null,[ot((Z(),Ce(c,Yt({type:e.componentType},e.componentProps,{class:[e.action.class,"action-menu-item","oc-py-s","oc-px-m","oc-width-1-1"],"aria-label":e.componentProps.disabled?(f=(a=e.action).disabledTooltip)==null?void 0:f.call(a,e.actionOptions):"","data-testid":"action-handler",size:e.size,"justify-content":"left"},Ha(e.componentListeners)),{default:Te(()=>[e.action.img?(Z(),Ce(s,{key:0,"data-testid":"action-img",src:e.action.img,alt:"",class:"oc-icon oc-icon-m"},null,8,["src"])):e.hasExternalImageIcon?(Z(),Ce(s,{key:1,"data-testid":"action-img",src:e.action.icon,alt:"",class:"oc-icon oc-icon-m"},null,8,["src"])):e.action.icon?(Z(),Ce(l,{key:2,"data-testid":"action-icon",name:e.action.icon,"fill-type":e.action.iconFillType||"line",size:e.size},null,8,["name","fill-type","size"])):ke("",!0),e.action.hideLabel?ke("",!0):(Z(),ve("span",dk,[he("span",{textContent:K.toDisplayString(e.action.label(e.actionOptions))},null,8,pk),e.action.showOpenInNewTabHint?(Z(),ve("span",{key:0,class:"oc-text-muted oc-text-xsmall",textContent:K.toDisplayString(e.openInNewTabHint)},null,8,hk)):ke("",!0)])),e.action.shortcut&&e.shortcutHint?(Z(),ve("span",{key:4,class:"oc-files-context-action-shortcut",textContent:K.toDisplayString(e.action.shortcut)},null,8,gk)):ke("",!0)]),_:1},16,["type","class","aria-label","size"])),[[u,e.showTooltip||e.action.hideLabel?e.action.label(e.actionOptions):""]])])),[[u,e.componentProps.disabled?(b=(d=e.action).disabledTooltip)==null?void 0:b.call(d,e.actionOptions):""]])}const Gf=Ue(fk,[["render",mk]]),yk=Me({name:"BatchActions",components:{ActionMenuItem:Gf},props:{actions:{type:Array,required:!0},actionOptions:{type:Object,required:!0},limitedScreenSpace:{type:Boolean,default:!1,required:!1}}});function bk(e,t,r,n,o,i){const s=pe("action-menu-item"),l=pe("oc-list");return Z(),ve("div",null,[we(l,{id:"oc-appbar-batch-actions",class:K.normalizeClass({"oc-appbar-batch-actions-squashed":e.limitedScreenSpace})},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.actions,(c,u)=>(Z(),Ce(s,{key:`action-${u}`,action:c,"action-options":e.actionOptions,appearance:"raw",class:"batch-actions oc-mr-s","shortcut-hint":!1,"show-tooltip":e.limitedScreenSpace},null,8,["action","action-options","show-tooltip"]))),128))]),_:1},8,["class"])])}const e0=Ue(yk,[["render",bk]]),vk=Me({name:"ContextActionMenu",components:{ActionMenuItem:Gf},props:{menuSections:{type:Array,required:!0},appearance:{type:String,default:"raw"},variation:{type:String,default:"passive"},actionOptions:{type:Object,required:!0}},methods:{getSectionClasses(e){const t=[];return this.menuSections.length&&(e<this.menuSections.length-1&&t.push("oc-pb-s"),e>0&&t.push("oc-pt-s"),e<this.menuSections.length-1&&t.push("oc-files-context-actions-border")),t}}}),wk={id:"oc-files-context-menu"};function Sk(e,t,r,n,o,i){const s=pe("action-menu-item"),l=pe("oc-list");return Z(),ve("div",wk,[(Z(!0),ve(Ye,null,Lt(e.menuSections,(c,u)=>(Z(),Ce(l,{id:`oc-files-context-actions-${c.name}`,key:`section-${c.name}-list`,class:K.normalizeClass(["oc-files-context-actions",e.getSectionClasses(u)])},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(c.items,(a,f)=>(Z(),Ce(s,{key:`section-${c.name}-action-${f}`,action:a,appearance:e.appearance,variation:e.variation,"action-options":e.actionOptions,class:"context-menu oc-files-context-action oc-px-s oc-rounded oc-menu-item-hover"},null,8,["action","appearance","variation","action-options"]))),128))]),_:2},1032,["id","class"]))),128))])}const Kf=Ue(vk,[["render",Sk]]),Ek=Me({name:"ContextActions",components:{ContextActionMenu:Kf},props:{actionOptions:{type:Object,required:!0}},setup(e){const{editorActions:t}=qr(),{actions:r}=ea(),{actions:n}=ta(),{actions:o}=ra(),{actions:i}=Cf(),{actions:s}=na(),{actions:l}=ia(),{actions:c}=oa(),{actions:u}=Po(),{actions:a}=Pf(),{actions:f}=Ff(),{actions:d}=sa(),{actions:b}=xf(),{actions:E}=Sv(),{actions:w}=aa(),{actions:R}=la(),{actions:S}=Ev(),{actions:m}=kf(),{actions:g}=$f(),{actions:v}=Nf(),T=Di(),A=V(()=>T.requestExtensions({id:"global.files.context-actions",extensionType:"action"}).map(J=>J.action)),F=V(()=>T.requestExtensions({id:"global.files.batch-actions",extensionType:"action"}).map(J=>J.action)),C=Cw(e,"actionOptions"),I=V(()=>[...y(r),...y(s),...y(c),...y(d),...y(o),...y(f),...y(l),...y(R),...y(g),...y(F).filter(J=>J.category==="actions"||Ct.isNil(J.category))].filter(J=>J.isVisible(y(C)))),L=V(()=>[...y(m),...y(F).filter(J=>J.category==="sidebar")].filter(J=>J.isVisible(y(C)))),B=V(()=>[...y(t),...y(A).filter(J=>J.category==="context")].filter(J=>J.isVisible(y(C))).sort((J,ce)=>Number(ce.hasPriority)-Number(J.hasPriority))),$=V(()=>[...y(v),...y(i),...y(A).filter(J=>J.category==="share")].filter(J=>J.isVisible(y(C)))),D=V(()=>[...y(c),...y(u),...y(l),...y(d),...y(o),...y(E),...y(w),...y(g),...y(R),...y(r),...y(s),...y(n),...y(S),...y(A).filter(J=>J.category==="actions"||Ct.isNil(J.category))].filter(J=>J.isVisible(y(C)))),H=V(()=>[...y(a).map(J=>(J.keepOpen=!0,J)),...y(b),...y(m),...y(A).filter(J=>J.category==="sidebar")].filter(J=>J.isVisible(y(C))));return{menuSections:V(()=>{const J=[];return y(C).resources.length>1?(y(I).length&&J.push({name:"batch-actions",items:[...y(I)]}),J.push({name:"batch-details",items:[...y(L)]}),J):(y(B).length&&J.push({name:"context",items:y(B)}),y($).length&&J.push({name:"share",items:y($)}),y(D).length&&J.push({name:"actions",items:y(D)}),y(H).length&&J.push({name:"sidebar",items:y(H)}),J)})}}});function Tk(e,t,r,n,o,i){const s=pe("context-action-menu");return Z(),Ce(s,{"menu-sections":e.menuSections,"action-options":e.actionOptions},null,8,["menu-sections","action-options"])}const t0=Ue(Ek,[["render",Tk]]),Ak=Me({props:{hasHiddenFiles:{type:Boolean,default:!0},hasFileExtensions:{type:Boolean,default:!0},hasPagination:{type:Boolean,default:!0},paginationOptions:{type:Array,default:()=>En.options},perPageQueryName:{type:String,default:()=>En.perPageQueryName},perPageDefault:{type:String,default:()=>En.perPageDefault},perPageStoragePrefix:{type:String,required:!0},viewModeDefault:{type:String,required:!1,default:()=>Gt.defaultModeName},viewModes:{type:Array,default:()=>[]}},setup(e){const t=We(),r=Jt(),{$gettext:n}=Ne.useGettext(),o=Ke(),{setAreHiddenFilesShown:i,setAreFileExtensionsShown:s}=o,{areHiddenFilesShown:l,areFileExtensionsShown:c}=Qe.storeToRefs(o),u=ue(!1),a=rr("page"),f=V(()=>y(a)?parseInt(St(y(a))):1),d=wn({name:e.perPageQueryName,defaultValue:e.perPageDefault,storagePrefix:e.perPageStoragePrefix}),b=Qs(),E=wn({name:`${y(b)}-${Gt.queryName}`,defaultValue:e.viewModeDefault}),w=wn({name:Gt.tilesSizeQueryName,defaultValue:Gt.tilesSizeDefault.toString()}),R=g=>t.replace({query:{...y(r).query,[e.perPageQueryName]:g,...y(f)>1&&{page:"1"}}}),S=g=>{E.value=g.name};Et([d,E,w],g=>{u.value=g.some(v=>!v)},{immediate:!0,deep:!0});const m=zf();return{FolderViewModeConstants:Gt,viewModeCurrent:E,viewSizeCurrent:w,viewSizeMax:m,itemsPerPageCurrent:d,queryParamsLoading:u,queryItemAsString:St,setItemsPerPage:R,setViewMode:S,areHiddenFilesShown:l,areFileExtensionsShown:c,setAreHiddenFilesShown:i,setAreFileExtensionsShown:s,viewOptionsButtonLabel:n("Display customization options of the files list")}},computed:{hiddenFilesShownModel:{get(){return this.areHiddenFilesShown},set(e){this.setAreHiddenFilesShown(e)}},fileExtensionsShownModel:{get(){return this.areFileExtensionsShown},set(e){this.setAreFileExtensionsShown(e)}}},methods:{updateHiddenFilesShownModel(e){this.hiddenFilesShownModel=e},updateFileExtensionsShownModel(e){this.fileExtensionsShownModel=e}}}),Rk={class:"oc-flex oc-flex-middle"},_k={key:0,class:"viewmode-switch-buttons oc-button-group oc-visible@s oc-mr-s"},Ik={key:0,class:"files-view-options-list-item"},Ck={key:1,class:"files-view-options-list-item"},Fk={key:2,class:"files-view-options-list-item"},Pk={key:3,class:"files-view-options-list-item oc-flex oc-flex-between oc-flex-middle"},xk=["textContent"],Ok=["max"];function kk(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=pe("oc-switch"),u=pe("oc-page-size"),a=pe("oc-list"),f=pe("oc-drop"),d=or("oc-tooltip");return Z(),ve("div",Rk,[e.viewModes.length>1?(Z(),ve("div",_k,[(Z(!0),ve(Ye,null,Lt(e.viewModes,b=>ot((Z(),Ce(l,{key:b.name,class:K.normalizeClass(b.name),appearance:e.viewModeCurrent===b.name?"filled":"outline","aria-label":e.$gettext(b.label),onClick:E=>e.setViewMode(b)},{default:Te(()=>[we(s,{name:b.icon.name,"fill-type":b.icon.fillType,size:"small",variation:"inherit"},null,8,["name","fill-type"])]),_:2},1032,["class","appearance","aria-label","onClick"])),[[d,e.$gettext(b.label)]])),128))])):ke("",!0),ot((Z(),Ce(l,{id:"files-view-options-btn",key:"files-view-options-btn","data-testid":"files-view-options-btn","aria-label":e.viewOptionsButtonLabel,appearance:"raw",class:"oc-my-s oc-p-xs"},{default:Te(()=>[we(s,{name:"settings-3","fill-type":"line"})]),_:1},8,["aria-label"])),[[d,e.viewOptionsButtonLabel]]),we(f,{"drop-id":"files-view-options-drop",toggle:"#files-view-options-btn",mode:"click",class:"oc-width-auto","padding-size":"medium"},{default:Te(()=>[we(a,null,{default:Te(()=>[e.hasHiddenFiles?(Z(),ve("li",Ik,[we(c,{checked:e.hiddenFilesShownModel,"onUpdate:checked":[t[0]||(t[0]=b=>e.hiddenFilesShownModel=b),e.updateHiddenFilesShownModel],"data-testid":"files-switch-hidden-files",label:e.$gettext("Show hidden files")},null,8,["checked","label","onUpdate:checked"])])):ke("",!0),e.hasFileExtensions?(Z(),ve("li",Ck,[we(c,{checked:e.fileExtensionsShownModel,"onUpdate:checked":[t[1]||(t[1]=b=>e.fileExtensionsShownModel=b),e.updateFileExtensionsShownModel],"data-testid":"files-switch-files-extensions-files",label:e.$gettext("Show file extensions")},null,8,["checked","label","onUpdate:checked"])])):ke("",!0),e.hasPagination?(Z(),ve("li",Fk,[e.queryParamsLoading?ke("",!0):(Z(),Ce(u,{key:0,selected:e.queryItemAsString(e.itemsPerPageCurrent),"data-testid":"files-pagination-size",label:e.$gettext("Items per page"),options:e.paginationOptions,class:"files-pagination-size",onChange:e.setItemsPerPage},null,8,["selected","label","options","onChange"]))])):ke("",!0),e.viewModeCurrent===e.FolderViewModeConstants.name.tiles?(Z(),ve("li",Pk,[he("label",{for:"tiles-size-slider",textContent:K.toDisplayString(e.$gettext("Tile size"))},null,8,xk),ot(he("input",{id:"tiles-size-slider","onUpdate:modelValue":t[2]||(t[2]=b=>e.viewSizeCurrent=b),type:"range",min:1,max:e.viewSizeMax,class:"oc-range","data-testid":"files-tiles-size-slider"},null,8,Ok),[[LS,e.viewSizeCurrent]])])):ke("",!0)]),_:1})]),_:1})])}const r0=Ue(Ak,[["render",kk],["__scopeId","data-v-af4bef96"]]),Nk=Me({components:{BatchActions:e0,ContextActions:t0,ViewOptions:r0},props:{viewModeDefault:{type:String,required:!1,default:()=>Gt.name.table},breadcrumbs:{type:Array,default:()=>[]},breadcrumbsContextActionsItems:{type:Array,default:()=>[]},viewModes:{type:Array,default:()=>[]},hasBulkActions:{type:Boolean,default:!1},hasViewOptions:{type:Boolean,default:!0},hasHiddenFiles:{type:Boolean,default:!0},hasFileExtensions:{type:Boolean,default:!0},hasPagination:{type:Boolean,default:!0},showActionsOnSelection:{type:Boolean,default:!1},isSideBarOpen:{type:Boolean,default:!1},space:{type:Object,required:!1,default:null}},setup(e,{emit:t}){const r=dt(),{$gettext:n}=Ne.useGettext(),{can:o}=dr(),i=We(),{requestExtensions:s}=Di(),{isSticky:l}=jf(),c=Ke(),{selectedResources:u}=Qe.storeToRefs(c),a=V(()=>e.space),{actions:f}=ea(),{actions:d}=ta(),{actions:b}=ra(),{actions:E}=Mv(),{actions:w}=na(),{actions:R}=ia(),{actions:S}=oa(),{actions:m}=Po(),{actions:g}=Ff(),{actions:v}=sa(),{actions:T}=la(),{actions:A}=Lv(),{actions:F}=Bv(),{actions:C}=qv(),{actions:I}=Wv(),L=ue(0),B=xn(Tt,"files-common-search"),$=V(()=>Object.hasOwn(uS(),"navigation")&&o("create-all","Share")),D=V(()=>{let ae=[...y(d),...y(f),...y(w),...y(S),...y(m),...y(v),...y(b),...y(g),...y(R),...y(T)];B.value||(ae=[...ae,...y(E),...y(C),...y(I),...y(A),...y(F)]);const le=s({id:"global.files.batch-actions",extensionType:"action"});return le.length&&(ae=[...ae,...le.map(oe=>oe.action)]),ae.filter(oe=>oe.isVisible({space:y(a),resources:c.selectedResources}))}),H=V(()=>r.spaces.filter(ae=>ie.isPersonalSpaceResource(ae)||ie.isProjectSpaceResource(ae))),ee=In("isMobileWidth"),J=xn(Rr,"files-trash-generic"),ce=V(()=>!y(ee)&&e.breadcrumbs.length?!0:y(J)&&y(H).length===1?!1:e.breadcrumbs.length>1),be=V(()=>y(J)&&y(H).length===1?e.breadcrumbs.length<=2:e.breadcrumbs.length<=1),de=V(()=>y(a)&&(ie.isProjectSpaceResource(y(a))||ie.isShareSpaceResource(y(a)))?3:2),Se=ae=>{t(wf,ae)},Ae=qb("title"),ne=V(()=>{var ae;return y(Ae)?n(y(Ae)):((ae=y(a))==null?void 0:ae.name)||""});return{router:i,hasSharesNavigation:$,batchActions:D,showBreadcrumb:ce,showMobileNav:be,breadcrumbMaxWidth:L,breadcrumbTruncationOffset:de,fileDroppedBreadcrumb:Se,pageTitle:ne,selectedResources:u,isSticky:l}},data:function(){return{resizeObserver:new ResizeObserver(this.onResize),limitedScreenSpace:!1}},computed:{showContextActions(){return ld(this.breadcrumbs).allowContextActions},showBatchActions(){return this.hasBulkActions&&(this.selectedResources.length>=1||Rr(this.router,"files-trash-generic"))},selectedResourcesAnnouncement(){return this.selectedResources.length===0?this.$gettext("No items selected."):this.$ngettext("%{ amount } item selected. Actions are available above the table.","%{ amount } items selected. Actions are available above the table.",this.selectedResources.length,{amount:this.selectedResources.length.toString()})}},mounted(){this.resizeObserver.observe(this.$refs.filesAppBar),window.addEventListener("resize",this.onResize)},beforeUnmount(){this.resizeObserver.unobserve(this.$refs.filesAppBar),window.removeEventListener("resize",this.onResize)},methods:{onResize(){var o,i,s,l;const e=((o=document.getElementById("web-content-main"))==null?void 0:o.getBoundingClientRect().width)||0,t=((i=document.getElementById("web-nav-sidebar"))==null?void 0:i.getBoundingClientRect().width)||0,r=((s=document.getElementById("app-sidebar"))==null?void 0:s.getBoundingClientRect().width)||0,n=(l=document.getElementById("files-app-bar-controls-right"))==null?void 0:l.clientWidth;this.breadcrumbMaxWidth=e-t-r-n,this.limitedScreenSpace=this.isSideBarOpen?window.innerWidth<=1280:window.innerWidth<=1e3}}}),$k={class:"files-topbar oc-py-s"},Dk=["textContent"],Lk={key:3,id:"files-app-bar-controls-right",class:"oc-flex"},Bk={class:"files-app-bar-actions oc-mt-xs"},Mk={class:"oc-flex-1 oc-flex oc-flex-start oc-flex-middle"};function jk(e,t,r,n,o,i){const s=pe("oc-hidden-announcer"),l=pe("context-actions"),c=pe("oc-breadcrumb"),u=pe("portal-target"),a=pe("view-options"),f=pe("batch-actions");return Z(),ve("div",{id:"files-app-bar",ref:"filesAppBar",class:K.normalizeClass({"files-app-bar-squashed":e.isSideBarOpen,"files-app-bar-sticky":e.isSticky})},[he("div",$k,[he("h1",{class:"oc-invisible-sr",textContent:K.toDisplayString(e.pageTitle)},null,8,Dk),we(s,{announcement:e.selectedResourcesAnnouncement,level:"polite"},null,8,["announcement"]),he("div",{class:K.normalizeClass(["oc-flex oc-flex-middle files-app-bar-controls",{"oc-flex-between":e.breadcrumbs.length||e.hasSharesNavigation,"oc-flex-right":!e.breadcrumbs.length&&!e.hasSharesNavigation}])},[e.showBreadcrumb?(Z(),Ce(c,{key:0,id:"files-breadcrumb","context-menu-padding":"small","show-context-actions":e.showContextActions,items:e.breadcrumbs,"max-width":e.breadcrumbMaxWidth,"truncation-offset":e.breadcrumbTruncationOffset,onItemDroppedBreadcrumb:e.fileDroppedBreadcrumb},{contextMenu:Te(()=>[we(l,{"action-options":{space:e.space,resources:e.breadcrumbsContextActionsItems.filter(Boolean)}},null,8,["action-options"])]),_:1},8,["show-context-actions","items","max-width","truncation-offset","onItemDroppedBreadcrumb"])):ke("",!0),e.showMobileNav?(Z(),Ce(u,{key:1,name:"app.runtime.mobile.nav"})):ke("",!0),e.hasSharesNavigation?Ge(e.$slots,"navigation",{key:2},void 0,!0):ke("",!0),e.hasViewOptions?(Z(),ve("div",Lk,[we(a,{"view-modes":e.viewModes,"has-hidden-files":e.hasHiddenFiles,"has-file-extensions":e.hasFileExtensions,"has-pagination":e.hasPagination,"per-page-storage-prefix":"files","view-mode-default":e.viewModeDefault},null,8,["view-modes","has-hidden-files","has-file-extensions","has-pagination","view-mode-default"])])):ke("",!0)],2),he("div",Bk,[he("div",Mk,[Ge(e.$slots,"actions",{limitedScreenSpace:e.limitedScreenSpace},void 0,!0),e.showBatchActions?(Z(),Ce(f,{key:0,actions:e.batchActions,"action-options":{space:e.space,resources:e.selectedResources},"limited-screen-space":e.limitedScreenSpace},null,8,["actions","action-options","limited-screen-space"])):ke("",!0)])]),Ge(e.$slots,"content",{},void 0,!0)])],2)}const Uk=Ue(Nk,[["render",jk],["__scopeId","data-v-5c40ce1f"]]),qk=Me({props:{showLabel:{type:Boolean,default:!0}},emits:["spaceCreated"],setup(e,{emit:t}){const{showMessage:r,showErrorMessage:n}=it(),{$gettext:o}=Ne.useGettext(),{createSpace:i}=Li(),{checkSpaceNameModalInput:s}=si(),{dispatchModal:l}=yt(),c=dt(),{upsertResource:u}=Ke(),a=async d=>{try{const b=await i(d);u(b),c.upsertSpace(b),t("spaceCreated",b),r({title:o("Space was created successfully")})}catch(b){console.error(b),n({title:o("Creating space failed…"),errors:[b]})}};return{showCreateSpaceModal:()=>{l({title:o("Create a new space"),confirmText:o("Create"),hasInput:!0,inputLabel:o("Space name"),inputValue:o("New space"),onConfirm:d=>a(d),onInput:s})}}}}),Vk=["textContent"];function zk(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=or("oc-tooltip");return ot((Z(),Ce(l,{id:"new-space-menu-btn",key:"new-space-menu-btn-enabled","aria-label":e.showLabel?void 0:e.$gettext("New space"),appearance:"filled",variation:"primary",onClick:e.showCreateSpaceModal},{default:Te(()=>[we(s,{name:"add"}),e.showLabel?(Z(),ve("span",{key:0,textContent:K.toDisplayString(e.$gettext("New Space"))},null,8,Vk)):ke("",!0)]),_:1},8,["aria-label","onClick"])),[[c,e.showLabel?void 0:e.$gettext("New space")]])}const Wk=Ue(qk,[["render",zk]]),Hk=Me({name:"AppTopBar",components:{ContextActionMenu:Kf,ResourceListItem:Oo},props:{dropDownMenuSections:{type:Array,default:()=>[]},dropDownActionOptions:{type:Object,default:()=>({space:null,resources:[]})},mainActions:{type:Array,default:()=>[]},hasAutoSave:{type:Boolean,default:!0},isEditor:{type:Boolean,default:!1},resource:{type:Object,default:null}},emits:["close"],setup(e){const{$gettext:t,current:r}=Ne.useGettext(),n=Ke(),o=at(),{getMatchingSpace:i}=ar(),s=V(()=>n.areFileExtensionsShown),l=V(()=>t("Show context menu")),c=V(()=>t("Close")),u=V(()=>e.isEditor&&e.hasAutoSave&&o.options.editor.autosaveEnabled),a=V(()=>{const b=$t.Duration.fromObject({seconds:o.options.editor.autosaveInterval},{locale:r});return t("Autosave (every %{ duration })",{duration:b.toHuman()})}),f=V(()=>i(e.resource)),d=V(()=>!ie.isPublicSpaceResource(y(f)));return{contextMenuLabel:l,closeButtonLabel:c,areFileExtensionsShown:s,hasAutosave:u,autoSaveTooltipText:a,isPathDisplayed:d,...ai()}}}),Gk={class:"oc-app-top-bar oc-flex"},Kk={class:"oc-app-top-bar-inner oc-px-m oc-flex oc-flex-middle oc-flex-between"},Qk={class:"open-file-bar oc-flex"},Xk={class:"oc-flex main-actions"},Yk={key:1,class:"oc-flex oc-flex-middle"};function Jk(e,t,r,n,o,i){const s=pe("resource-list-item"),l=pe("oc-icon"),c=pe("oc-button"),u=pe("context-action-menu"),a=pe("oc-drop"),f=pe("portal"),d=or("oc-tooltip");return Z(),Ce(f,{to:"app.runtime.header.left"},{default:Te(()=>[he("div",Gk,[he("span",Kk,[he("div",Qk,[e.resource?(Z(),Ce(s,{key:0,id:"app-top-bar-resource","is-thumbnail-displayed":!1,"is-extension-displayed":e.areFileExtensionsShown,"path-prefix":e.getPathPrefix(e.resource),resource:e.resource,"parent-folder-name":e.getParentFolderName(e.resource),"parent-folder-link-icon-additional-attributes":e.getParentFolderLinkIconAdditionalAttributes(e.resource),"is-path-displayed":e.isPathDisplayed},null,8,["is-extension-displayed","path-prefix","resource","parent-folder-name","parent-folder-link-icon-additional-attributes","is-path-displayed"])):ke("",!0)]),he("div",Xk,[e.dropDownMenuSections.length?(Z(),ve(Ye,{key:0},[ot((Z(),Ce(c,{id:"oc-openfile-contextmenu-trigger","aria-label":e.contextMenuLabel,appearance:"raw-inverse",class:"oc-p-xs",variation:"primary"},{default:Te(()=>[we(l,{name:"more-2"})]),_:1},8,["aria-label"])),[[d,e.contextMenuLabel]]),we(a,{"drop-id":"oc-openfile-contextmenu",mode:"click","padding-size":"small",toggle:"#oc-openfile-contextmenu-trigger","close-on-click":"",onClick:t[0]||(t[0]=Tr(()=>{},["stop","prevent"]))},{default:Te(()=>[we(u,{"menu-sections":e.dropDownMenuSections,"action-options":e.dropDownActionOptions},null,8,["menu-sections","action-options"])]),_:1})],64)):ke("",!0),e.hasAutosave?(Z(),ve("span",Yk,[ot(we(l,{"accessible-label":e.autoSaveTooltipText,name:"refresh",color:"white"},null,8,["accessible-label"]),[[d,e.autoSaveTooltipText]])])):ke("",!0),e.mainActions.length&&e.resource?(Z(),Ce(u,{key:2,"menu-sections":[{name:"main-actions",items:e.mainActions.filter(b=>b.isVisible()).map(b=>({...b,class:"oc-p-xs",hideLabel:!0}))}],"action-options":{resources:[e.resource]},appearance:"raw-inverse",variation:"primary"},null,8,["menu-sections","action-options"])):ke("",!0),ot((Z(),Ce(c,{id:"app-top-bar-close",appearance:"raw-inverse",variation:"primary","aria-label":e.closeButtonLabel,onClick:t[1]||(t[1]=b=>e.$emit("close"))},{default:Te(()=>[we(l,{name:"close",size:"small"})]),_:1},8,["aria-label"])),[[d,e.closeButtonLabel]])])])])]),_:1})}const n0=Ue(Hk,[["render",Jk]]),Zk=Me({name:"ErrorScreen",props:{message:{default:"",type:String,required:!1}}}),eN={class:"oc-text-center oc-flex oc-flex-center oc-flex-middle oc-height-1-1"},tN={key:0,class:"oc-text-xlarge"};function rN(e,t,r,n,o,i){const s=pe("oc-icon");return Z(),ve("div",eN,[we(s,{size:"xxlarge",name:"error-warning","fill-type":"line"}),e.message?(Z(),ve("p",tN,K.toDisplayString(e.message),1)):ke("",!0)])}const nN=Ue(Zk,[["render",rN]]),iN=Me({name:"LoadingScreen"}),oN={class:"oc-text-center oc-flex oc-flex-center oc-flex-middle oc-height-1-1"},sN={class:"oc-invisible"};function aN(e,t,r,n,o,i){const s=pe("oc-spinner"),l=or("translate");return Z(),ve("div",oN,[we(s,{size:"xlarge"}),ot((Z(),ve("p",sN,t[0]||(t[0]=[Bt("Loading app")]))),[[l]])])}const lN=Ue(iN,[["render",aN]]),cN=Me({props:{isOpen:{type:Boolean,required:!0},loading:{type:Boolean,required:!0},availablePanels:{type:Array,required:!0},panelContext:{type:Object,required:!0},activePanel:{type:String,required:!1,default:""}},emits:["close","selectPanel"],setup(e){const{$gettext:t}=Ne.useGettext(),r=tS("appSideBar"),n=V(()=>e.availablePanels.filter(m=>{var g;return m.isVisible(e.panelContext)&&((g=m.isRoot)==null?void 0:g.call(m,e.panelContext))})),o=V(()=>e.availablePanels.filter(m=>{var g;return m.isVisible(e.panelContext)&&!((g=m.isRoot)!=null&&g.call(m,e.panelContext))})),i=V(()=>y(n).length?[y(n)[0],...y(o)]:y(o)),s=V(()=>{var g;const m=(g=e.activePanel)==null?void 0:g.split("#")[0];return!m||!y(o).map(v=>v.name).includes(m)?null:m}),l=V(()=>y(s)!==null),c=V(()=>y(s)===null),u=ue(null),a=()=>{u.value=null},f=m=>{u.value=m},d=V(()=>y(l)?y(s):y(n)[0].name),b=V(()=>y(n).length===1?t("Back to %{panel} panel",{panel:y(n)[0].title(e.panelContext)}):t("Back to main panels")),E=ue(window.innerWidth),w=V(()=>y(E)<=960),R=V(()=>{var m,g;return(g=(m=y(r))==null?void 0:m.parentElement)==null?void 0:g.querySelector("div")}),S=()=>{e.isOpen&&(E.value=window.innerWidth)};return Et(()=>e.isOpen,async m=>{m&&(await Hr(),y(w)&&y(R)&&(y(R).style.visibility="hidden"))},{immediate:!0}),Vt(()=>{window.addEventListener("resize",S)}),Gr(()=>{window.removeEventListener("resize",S),y(R)&&(y(R).style.visibility="visible")}),{appSideBar:r,displayPanels:i,rootPanels:n,subPanels:o,activeSubPanelName:s,activePanelName:d,oldPanelName:u,clearOldPanelName:a,setOldPanelName:f,hasActiveSubPanel:l,hasActiveRootPanel:c,accessibleLabelBack:b,fullWidthSideBar:w}},methods:{setSidebarPanel(e){this.$emit("selectPanel",e)},resetSidebarPanel(){this.$emit("selectPanel",null)},closeSidebar(){this.$emit("close")},openPanel(e){this.setOldPanelName(this.activePanelName),this.setSidebarPanel(e)},closePanel(){this.setOldPanelName(this.activePanelName),this.resetSidebarPanel(),this.appSideBar.focus()}}}),uN=["id","data-testid","tabindex","inert"],fN={key:0,class:"sidebar-panel__header header"},dN={class:"header__title oc-my-rm"},pN={key:0,class:"sidebar-panel__navigation oc-mt-m"};function hN(e,t,r,n,o,i){const s=pe("oc-spinner"),l=pe("oc-icon"),c=pe("oc-button"),u=or("oc-tooltip");return Z(),ve("div",{id:"app-sidebar",ref:"appSideBar","data-testid":"app-sidebar",tabindex:"-1",class:K.normalizeClass({"has-active-sub-panel":e.hasActiveSubPanel,"oc-flex oc-flex-center oc-flex-middle":e.loading,"app-sidebar-full-width":e.fullWidthSideBar})},[e.loading?(Z(),Ce(s,{key:0})):(Z(!0),ve(Ye,{key:1},Lt(e.displayPanels,a=>{var f,d,b,E,w,R;return Z(),ve("div",{id:`sidebar-panel-${a.name}`,key:`panel-${a.name}`,"data-testid":`sidebar-panel-${a.name}`,tabindex:e.activePanelName===a.name?-1:null,class:K.normalizeClass(["sidebar-panel",{"is-root-panel":(f=a.isRoot)==null?void 0:f.call(a,e.panelContext),"is-active-sub-panel":e.hasActiveSubPanel&&e.activeSubPanelName===a.name,"is-active-root-panel":e.hasActiveRootPanel&&((d=a.isRoot)==null?void 0:d.call(a,e.panelContext))}]),inert:e.activePanelName!==a.name},[[e.activePanelName,e.oldPanelName].includes(a.name)?(Z(),ve("div",fN,[(b=a.isRoot)!=null&&b.call(a,e.panelContext)?ke("",!0):ot((Z(),Ce(c,{key:0,class:"header__back",appearance:"raw","aria-label":e.accessibleLabelBack,onClick:e.closePanel},{default:Te(()=>[we(l,{name:"arrow-left-s","fill-type":"line"})]),_:1},8,["aria-label","onClick"])),[[u,e.accessibleLabelBack]]),he("h2",dN,K.toDisplayString(a.title(e.panelContext)),1),we(c,{appearance:"raw",class:"header__close","aria-label":e.$gettext("Close file sidebar"),onClick:e.closeSidebar},{default:Te(()=>[we(l,{name:"close"})]),_:1},8,["aria-label","onClick"])])):ke("",!0),he("div",null,[(E=a.isRoot)!=null&&E.call(a,e.panelContext)?Ge(e.$slots,"rootHeader",{key:0}):Ge(e.$slots,"subHeader",{key:1})]),he("div",{class:K.normalizeClass(["sidebar-panel__body",[`sidebar-panel__body-${a.name}`]])},[he("div",{class:K.normalizeClass(["sidebar-panel__body-content",{"sidebar-panel__body-content-stretch":!((w=a.isRoot)!=null&&w.call(a,e.panelContext))}])},[Ge(e.$slots,"body",{},()=>{var S;return[(Z(!0),ve(Ye,null,Lt((S=a.isRoot)!=null&&S.call(a,e.panelContext)?e.rootPanels:[a],(m,g)=>{var v;return Z(),Ce(Hn(m.component),Yt({key:`sidebar-panel-${m.name}`,class:{"multi-root-panel-separator oc-mt oc-pt-s":g>0},ref_for:!0},((v=m.componentAttrs)==null?void 0:v.call(m,e.panelContext))||{}),null,16,["class"])}),128))]})],2),(R=a.isRoot)!=null&&R.call(a,e.panelContext)&&e.subPanels.length>0?(Z(),ve("div",pN,[(Z(!0),ve(Ye,null,Lt(e.subPanels,S=>(Z(),Ce(c,{id:`sidebar-panel-${S.name}-select`,key:`panel-select-${S.name}`,"data-testid":`sidebar-panel-${S.name}-select`,appearance:"raw",onClick:m=>e.openPanel(S.name)},{default:Te(()=>[we(l,{name:S.icon,"fill-type":S.iconFillType},null,8,["name","fill-type"]),Bt(" "+K.toDisplayString(S.title(e.panelContext))+" ",1),we(l,{name:"arrow-right-s","fill-type":"line"})]),_:2},1032,["id","data-testid","onClick"]))),128))])):ke("",!0)],2)],10,uN)}),128))],2)}const i0=Ue(cN,[["render",hN]]),gN=Me({name:"SpaceInfo",setup(){return{resource:In("resource")}}}),mN={class:"space_info oc-p-s"},yN={class:"space_info__body oc-text-overflow oc-flex oc-flex-middle"},bN={class:"oc-mr-s"},vN=["textContent"],wN=["textContent"];function SN(e,t,r,n,o,i){const s=pe("oc-icon");return Z(),ve("div",mN,[he("div",yN,[he("div",bN,[we(s,{name:"layout-grid",size:e.resource.description?"large":"medium",class:"oc-display-block"},null,8,["size"])]),he("div",null,[he("h3",{"data-testid":"space-info-name",class:"oc-font-semibold oc-m-rm",textContent:K.toDisplayString(e.resource.name)},null,8,vN),he("span",{"data-testid":"space-info-subtitle",textContent:K.toDisplayString(e.resource.description)},null,8,wN)])])])}const o0=Ue(gN,[["render",SN]]),EN=Me({name:"FileInfo",components:{ResourceIcon:xo,ResourceName:Bf},props:{isSubPanelActive:{type:Boolean,default:!0}},setup(){const e=Ke(),t=In("resource"),r=V(()=>e.areFileExtensionsShown);return{resource:t,areFileExtensionsShown:r}}}),TN={class:"file_info oc-flex oc-flex-between oc-p-s"},AN={class:"oc-flex oc-flex-middle"},RN={class:"file_info__body oc-text-overflow"},_N={"data-testid":"files-info-name",class:"oc-font-semibold"};function IN(e,t,r,n,o,i){const s=pe("resource-icon"),l=pe("resource-name");return Z(),ve("div",TN,[he("div",AN,[e.isSubPanelActive?(Z(),Ce(s,{key:0,resource:e.resource,size:"large",class:"file_info__icon oc-mr-s oc-position-relative"},null,8,["resource"])):ke("",!0),he("div",RN,[he("h3",_N,[we(l,{name:e.resource.name,extension:e.resource.extension,type:e.resource.type,"full-path":e.resource.webDavPath,"is-extension-displayed":e.areFileExtensionsShown,"is-path-displayed":!1,"truncate-name":!1},null,8,["name","extension","type","full-path","is-extension-displayed"])])])])])}const s0=Ue(EN,[["render",IN]]),CN=Me({name:"FileSideBar",components:{FileInfo:s0,SpaceInfo:o0,InnerSideBar:i0},props:{isOpen:{type:Boolean,required:!0},activePanel:{type:String,required:!1,default:null},space:{type:Object,required:!1,default:null}},setup(e){const t=We(),r=Je(),n=Di(),o=Fo(),i=dt(),s=Mt(),l=at(),c=Zr(),{canListShares:u}=Tv(),{canListVersions:a}=Xv(),f=Ke(),{currentFolder:d}=Qe.storeToRefs(f),b=ue(),E=ue([]),w=ue([]),R=ue([]),{selectedResources:S}=Hf(),m=ue(!1),g=V(()=>y(m)||be.isRunning),v=V(()=>{var Se;return y(S).length===0?{root:e.space,parent:null,items:(Se=y(d))!=null&&Se.id?[y(d)]:[]}:{root:e.space,parent:y(d),items:y(S)}}),T=xn(kt,"files-shares-with-me"),A=xn(kt,"files-shares-with-others"),F=xn(kt,"files-shares-via-link"),C=ct(t,"files-spaces-projects"),I=xn(Tt,"files-common-favorites"),L=xn(Tt,"files-common-search"),B=()=>{o.publish(mt.close)},$=Se=>{o.publish(mt.setActivePanel,Se)},D=V(()=>{var Se;return((Se=y(v).items)==null?void 0:Se.length)===1&&!ie.isProjectSpaceResource(y(v).items[0])}),H=V(()=>{var Se;return((Se=y(v).items)==null?void 0:Se.length)===1&&ie.isProjectSpaceResource(y(v).items[0])}),ee=V(()=>y(T)||y(A)||y(F)),J=V(()=>y(ee)||y(L)||y(I)),ce=V(()=>n.requestExtensions({id:"global.files.sidebar",extensionType:"sidebarPanel"}).map(Se=>Se.panel)),be=cr.useTask(function*(Se,Ae){E.value=yield r.webdav.listFileVersions(Ae.id,{signal:Se})}),de=cr.useTask(function*(Se,Ae){var Fe;s.setLoading(!0),s.removeOrphanedShares();const{collaboratorShares:ne,linkShares:ae}=s,le=r.graphAuthenticated.permissions;let oe=(Fe=e.space)==null?void 0:Fe.id;if(ie.isShareSpaceResource(e==null?void 0:e.space)){const Pe=yield i.getMountPointForSpace({graphClient:r.graphAuthenticated,space:e.space,signal:Se});Pe&&(oe=Pe.root.remoteItem.rootId)}const{shares:Q,allowedRoles:x}=yield*ie.call(le.listPermissions(oe,Ae.fileId,s.graphRoles,{},{signal:Se})),k=Q.filter(ie.isCollaboratorShare),X=Q.filter(ie.isLinkShare),W=Object.values(s.graphRoles);if(w.value=(x==null?void 0:x.map(Pe=>{var je;return{...Pe,icon:(je=W.find(te=>te.id===Pe.id))==null?void 0:je.icon}}))||[],c.isAppEnabled("open-cloud-mesh")){const{allowedRoles:Pe}=yield*ie.call(le.listPermissions(oe,Ae.fileId,s.graphRoles,{filter:`@libre.graph.permissions.roles.allowedValues/rolePermissions/any(p:contains(p/condition, '@Subject.UserType=="Federated"'))`,select:[wO.LibreGraphPermissionsRolesAllowedValues]},{signal:Se}));R.value=(Pe==null?void 0:Pe.map(je=>{var te;return{...je,icon:(te=W.find(Le=>Le.id===je.id))==null?void 0:te.icon}}))||[]}!y(J)&&!y(C)&&(ne.forEach(Pe=>{k.some(je=>je.id===Pe.id)||k.push({...Pe,indirect:!0})}),ae.forEach(Pe=>{X.some(je=>je.id===Pe.id)||X.push({...Pe,indirect:!0})})),Tt(t,"files-common-search")&&(yield f.loadAncestorMetaData({folder:y(Ae),space:y(e.space),client:r.webdav,signal:Se}));const z=[...ne,...ae].map(({resourceId:Pe})=>Pe),fe=Object.values(f.ancestorMetaData).filter(({id:Pe,path:je})=>Pe===Ae.id||z.includes(Pe)||ie.isIncomingShareResource(Ae)?!1:ie.isPersonalSpaceResource(e.space)?je!=="/":!0).map(({id:Pe})=>Pe);y(J)&&ie.isProjectSpaceResource(e.space)&&!ie.isProjectSpaceResource(Ae)&&fe.push(e.space.id);const _e=new Bn({concurrency:l.options.concurrentRequests.shares.list}),Be=[...new Set(fe)].map(Pe=>_e.add(()=>r.graphAuthenticated.permissions.listPermissions(oe,Pe,s.graphRoles,{},{signal:Se}).then(je=>{const te=je.shares.map(Le=>({...Le,indirect:!0}));k.push(...te.filter(ie.isCollaboratorShare)),X.push(...te.filter(ie.isLinkShare))})));yield Promise.allSettled(Be),s.setCollaboratorShares(k),s.setLinkShares(X),s.setLoading(!1)}).restartable();return Et(()=>[...y(v).items,e.isOpen],async()=>{var Ae;if(((Ae=y(v).items)==null?void 0:Ae.length)!==1)return;if(!e.isOpen){E.value=[];return}const Se=y(v).items[0];if(be.isRunning&&be.cancelAll(),!!a({space:e.space,resource:Se}))try{await be.perform(Se)}catch(ne){console.error(ne)}},{immediate:!0,deep:!0}),Et(()=>[...y(v).items,e.isOpen],async()=>{var Ae;if(!e.isOpen){s.pruneShares(),b.value=null;return}if(((Ae=y(v).items)==null?void 0:Ae.length)!==1)return;const Se=y(v).items[0];if(m.value=!0,u({space:e.space,resource:Se}))try{de.isRunning&&de.cancelAll(),de.perform(Se)}catch(ne){console.error(ne)}if(!y(ee)){b.value=Se,m.value=!1;return}try{const ne=await r.webdav.getFileInfo(e.space,{path:Se.path}),ae={...ne,...Se,tags:ne.tags};b.value=ae}catch(ne){b.value=Se,console.error(ne)}m.value=!1},{deep:!0,immediate:!0}),bi("resource",un(b)),bi("versions",un(E)),bi("space",V(()=>e.space)),bi("activePanel",V(()=>e.activePanel)),bi("availableInternalShareRoles",un(w)),bi("availableExternalShareRoles",un(R)),{loadedResource:b,setActiveSideBarPanel:$,closeSideBar:B,panelContext:v,availablePanels:ce,isFileHeaderVisible:D,isSpaceHeaderVisible:H,isLoading:g,loadSharesTask:de}}});function FN(e,t,r,n,o,i){const s=pe("file-info"),l=pe("space-info"),c=pe("InnerSideBar");return e.isOpen?(Z(),Ce(c,Yt({key:0,ref:"sidebar",class:"files-side-bar","is-open":e.isOpen,"active-panel":e.activePanel,"available-panels":e.availablePanels,"panel-context":e.panelContext,loading:e.isLoading},e.$attrs,{"data-custom-key-bindings-disabled":"true",onSelectPanel:e.setActiveSideBarPanel,onClose:e.closeSideBar}),{rootHeader:Te(()=>[e.isFileHeaderVisible?(Z(),Ce(s,{key:0,class:"sidebar-panel__file_info","is-sub-panel-active":!1})):e.isSpaceHeaderVisible?(Z(),Ce(l,{key:1,class:"sidebar-panel__space_info"})):ke("",!0)]),subHeader:Te(()=>[e.isFileHeaderVisible?(Z(),Ce(s,{key:0,class:"sidebar-panel__file_info","is-sub-panel-active":!0})):e.isSpaceHeaderVisible?(Z(),Ce(l,{key:1,class:"sidebar-panel__space_info"})):ke("",!0)]),_:1},16,["is-open","active-panel","available-panels","panel-context","loading","onSelectPanel","onClose"])):ke("",!0)}const a0=Ue(CN,[["render",FN]]),PN=Me({name:"DatePickerModal",props:{modal:{type:Object,required:!0},currentDate:{type:Object,required:!1,default:null},minDate:{type:Object,required:!1,default:null},isClearable:{type:Boolean,default:!0}},emits:["confirm","cancel"],setup(){const e=ue(),t=ue(!0);return{confirmDisabled:t,onDateChanged:({date:n,error:o})=>{t.value=o||!n,e.value=n},dateTime:e}}}),xN={class:"link-modal-actions oc-flex oc-flex-right oc-flex-middle oc-mt-s"};function ON(e,t,r,n,o,i){const s=pe("oc-datepicker"),l=pe("oc-button");return Z(),ve(Ye,null,[we(s,{label:e.$gettext("Expiration date"),type:"date","min-date":e.minDate,"current-date":e.currentDate,"is-clearable":e.isClearable,onDateChanged:e.onDateChanged},null,8,["label","min-date","current-date","is-clearable","onDateChanged"]),he("div",xN,[we(l,{class:"oc-modal-body-actions-cancel oc-ml-s",appearance:"outline",variation:"passive",onClick:t[0]||(t[0]=c=>e.$emit("cancel"))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),we(l,{disabled:e.confirmDisabled,class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",variation:"primary",onClick:t[1]||(t[1]=c=>e.$emit("confirm",e.dateTime))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Confirm")),1)]),_:1},8,["disabled"])])],64)}const kN=Ue(PN,[["render",ON]]),NN=Me({name:"UnsavedChangesModal",props:{modal:{type:Object,required:!0},closeCallback:{type:Function,required:!0}},emits:["cancel","confirm"],setup(e){const{removeModal:t}=yt();return{onClose:()=>{t(e.modal.id),e.closeCallback()}}}}),$N=["textContent"],DN={class:"oc-flex oc-flex-right oc-flex-middle oc-mt-m"},LN={class:"oc-modal-body-actions-grid"};function BN(e,t,r,n,o,i){const s=pe("oc-button");return Z(),ve(Ye,null,[he("span",{class:"oc-display-inline-block oc-mb-m",textContent:K.toDisplayString(e.$gettext("Your changes were not saved. Do you want to save them?"))},null,8,$N),t[2]||(t[2]=he("div",{class:"oc-my-m"},null,-1)),he("div",DN,[he("div",LN,[we(s,{class:"oc-modal-body-actions-cancel oc-ml-s",appearance:"outline",variation:"passive",onClick:t[0]||(t[0]=l=>e.$emit("cancel"))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),we(s,{class:"oc-modal-body-actions-secondary oc-ml-s",appearance:"outline",variation:"passive",onClick:e.onClose},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Don't Save")),1)]),_:1},8,["onClick"]),we(s,{class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",variation:"primary",onClick:t[1]||(t[1]=l=>e.$emit("confirm"))},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Save")),1)]),_:1})])])],64)}const l0=Ue(NN,[["render",BN]]);var MN=/\s/;function jN(e){for(var t=e.length;t--&&MN.test(e.charAt(t)););return t}var UN=/^\s+/;function qN(e){return e&&e.slice(0,jN(e)+1).replace(UN,"")}var c0=NaN,VN=/^[-+]0x[0-9a-f]+$/i,zN=/^0b[01]+$/i,WN=/^0o[0-7]+$/i,HN=parseInt;function GN(e){if(typeof e=="number")return e;if(bs(e))return c0;if(Qr(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Qr(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=qN(e);var r=zN.test(e);return r||WN.test(e)?HN(e.slice(2),r?2:8):VN.test(e)?c0:+e}const KN=Me({name:"AppWrapper",components:{AppTopBar:n0,FileSideBar:a0,ErrorScreen:nN,LoadingScreen:lN},props:{applicationId:{type:String,required:!0},urlForResourceOptions:{type:Object,default:()=>null,required:!1},fileContentOptions:{type:Object,default:()=>null,required:!1},wrappedComponent:{type:Object,default:null},importResourceWithExtension:{type:Function,default:()=>null},disableAutoSave:{type:Boolean,default:!1}},setup(e){const{$gettext:t,current:r}=Ne.useGettext(),n=Zr(),{showMessage:o,showErrorMessage:i}=it(),s=Lo.useRouter(),l=Jt(),c=Je(),u=lr(),{getResourceContext:a}=Yv(),{selectedResources:f}=Hf(),{dispatchModal:d}=yt(),b=dt(),E=at(),w=Ke(),R=Mt(),{actions:S}=Nv({appId:e.applicationId}),{actions:m}=Cf(),{actions:g}=Po(),{actions:v}=kf(),{actions:T}=Nf(),A=V(()=>{var Re;return!!((Re=e.wrappedComponent.emits)!=null&&Re.includes("update:resource"))}),F=ue(),C=ue(),I=ue(""),L=ue(""),B=ue(!y(A)),$=ue(),D=ue(!1),H=ue(),ee=ue(),{actions:J}=Dv({content:ee}),ce=V(()=>{var Re;return!!((Re=e.wrappedComponent.emits)!=null&&Re.includes("update:currentContent"))}),be=Re=>!!Object.keys(e.wrappedComponent.props).includes(Re),de=V(()=>y(ee)!==y(H)),Se=Re=>{Re.preventDefault()};Et(de,Re=>{Re?window.addEventListener("beforeunload",Se):window.removeEventListener("beforeunload",Se)});const{applicationConfig:Ae,closeApp:ne,currentFileContext:ae,getFileContents:le,getFileInfo:oe,getUrlForResource:Q,putFileContents:x,replaceInvalidFileRoute:k,revokeUrl:X,activeFiles:W,loadFolderForFileContext:U,isFolderLoading:z}=Yb({applicationId:e.applicationId}),{applicationMeta:fe}=_f({applicationId:e.applicationId,appsStore:n}),_e=V(()=>{var Re;return(Re=y(fe).meta)==null?void 0:Re.fileSizeLimit}),Be=V(()=>{const{name:Re}=y(fe);return t("%{appName} for %{fileName}",{appName:t(Re),fileName:y(y(ae).fileName)})}),Fe=Xs("driveAliasAndItem"),Pe=rr("fileId"),je=V(()=>St(y(Pe))),te=async()=>{const Re=y(je),{space:xe,path:De}=await a(Re),br=xe.getDriveAliasAndItem({path:De});return ie.isPersonalSpaceResource(xe)?s.push({params:{...y(l).params,driveAliasAndItem:br},query:{...y(l).query,fileId:Re,contextRouteName:"files-spaces-generic",contextRouteParams:{driveAliasAndItem:ht.dirname(br)}}}):s.push({params:{...y(l).params,driveAliasAndItem:br},query:{...y(l).query,fileId:Re,contextRouteName:De==="/"?"files-shares-with-me":"files-spaces-generic",...ie.isShareSpaceResource(xe)&&{shareId:xe.id},contextRouteParams:{driveAliasAndItem:ht.dirname(br)},contextRouteQuery:{...ie.isShareSpaceResource(xe)&&{shareId:xe.id}}}})},Le=cr.useTask(function*(Re){try{y(Fe)||(yield te()),C.value=y(y(ae).space);const xe=yield oe(y(ae),{signal:Re});if(F.value=xe,ie.isShareSpaceResource(y(C))&&(y(F).remoteItemId=y(C).id,y(F).id===y(F).remoteItemId)){const De=yield*ie.call(ys({graphClient:c.graphAuthenticated,spacesStore:b,space:y(C)}));De&&(F.value={...xe,...ie.buildIncomingShareResource({graphRoles:R.graphRoles,driveItem:De,serverUrl:E.serverUrl}),tags:xe.tags})}w.initResourceList({currentFolder:null,resources:[y(F)]}),f.value=[y(F)]}catch(xe){console.error(xe),$.value=xe,B.value=!1}}).restartable(),qe=cr.useTask(function*(Re){try{const xe=e.importResourceWithExtension(y(F));if(xe){const De=$t.DateTime.local().toFormat("yyyyMMddHHmmss"),br=`${y(F).name}_${De}.${xe}`;if(!(yield c.webdav.copyFiles(y(C),y(F),y(C),{path:br},{signal:Re})))throw new Error(t("Importing failed"));F.value={path:br}}if(k(ae,y(F)))return;if(D.value=![_r.Updateable,_r.FileUpdateable].some(De=>(y(F).permissions||"").indexOf(De)>-1),y(be("currentContent"))){const De=yield*ie.call(le(ae,{...e.fileContentOptions,signal:Re}));H.value=ee.value=De.body,I.value=De.headers["OC-ETag"]}y(be("url"))&&(L.value=yield Q(y(C),y(F),{...e.urlForResourceOptions,signal:Re}))}catch(xe){console.error(xe),$.value=xe}finally{B.value=!1}}).restartable();Et(ae,async()=>{y(A)||(await Le.perform(),y(_e)&&GN(y(F).size)>y(_e)?d({title:t("File exceeds %{threshold}",{threshold:wr(y(_e),r)}),message:t("%{resource} exceeds the recommended size of %{threshold} for editing, and may cause performance issues.",{resource:y(F).name,threshold:wr(y(_e),r)}),confirmText:t("Continue"),onCancel:()=>{ne()},onConfirm:()=>{qe.perform()}}):qe.perform())},{immediate:!0});const ze=Re=>{console.error(Re),i({title:t("An error occurred"),desc:Re.message,errors:[Re]})},Ze=()=>{o({title:t("File autosaved")})},vt=cr.useTask(function*(){const Re=y(ee);try{const xe=yield x(ae,{content:Re,previousEntityTag:y(I)});H.value=Re,I.value=xe.etag,w.upsertResource(xe)}catch(xe){switch(xe.statusCode){case 401:case 403:ze(new ie.HttpError(t("You're not authorized to save this file"),xe.response));break;case 409:case 412:ze(new ie.HttpError(t("This file was updated outside this window. Please refresh the page (all changes will be lost)."),xe.response));break;case 507:const De=b.spaces.find(br=>br.id===y(F).storageId&&ie.isProjectSpaceResource(br));if(De){ze(new ie.HttpError(t('Insufficient quota on "%{spaceName}" to save this file',{spaceName:De.name}),xe.response));break}ze(new ie.HttpError(t("Insufficient quota for saving this file"),xe.response));break;default:ze(new ie.HttpError("",xe.response))}}}).drop(),et=async()=>{await vt.perform()},Ut=V(()=>!e.disableAutoSave);let nr=null;Vt(()=>{var xe;if((xe=w.ancestorMetaData)!=null&&xe["/"]&&y(C)&&w.ancestorMetaData["/"].spaceId!==y(C).id&&w.setAncestorMetaData({}),!y(ce))return;const Re=E.options.editor;Re.autosaveEnabled&&!e.disableAutoSave&&(nr=setInterval(async()=>{de.value&&(await et(),Ze())},(Re.autosaveInterval||120)*1e3))}),Gr(()=>{u.isLoading||window.removeEventListener("beforeunload",Se),y(be("url"))&&X(L.value),y(ce)&&(clearInterval(nr),nr=null)});const{bindKeyAction:lt}=Kv({skipDisabledKeyBindingsCheck:!0});lt({modifier:qf.Ctrl,primary:Uf.S},()=>{y(de)&&et()});const Ir=V(()=>[{name:"save-file",disabledTooltip:()=>"",isVisible:()=>y(ce),isDisabled:()=>D.value||!de.value,icon:"save",id:"app-save-action",label:()=>t("Save"),handler:et}]),_=V(()=>({space:y(C),resources:[y(F)]})),p=async(Re,xe)=>{y(de)&&(await et(),Ze()),xe(Re)},h=V(()=>[...y(S),...y(Ir),...y(J).map(Re=>({...Re,isVisible:xe=>ce.value&&Re.isVisible(xe)}))].filter(Re=>Re.isVisible(y(_)))),O=V(()=>[...y(T),...y(m)].filter(Re=>Re.isVisible(y(_)))),M=V(()=>[...y(g).map(Re=>({...Re,handler:xe=>p(xe,Re.handler)}))].filter(Re=>Re.isVisible(y(_)))),G=V(()=>[...y(v)].filter(Re=>Re.isVisible(y(_)))),re=V(()=>{const Re=[];return y(h).length&&Re.push({name:"context",items:y(h)}),y(O).length&&Re.push({name:"share",items:y(O)}),y(M).length&&Re.push({name:"actions",items:y(M)}),y(G).length&&Re.push({name:"sidebar",items:y(G)}),Re}),$e=V(()=>[...y(Ir)]);Lo.onBeforeRouteLeave((Re,xe,De)=>{y(de)?d({icon:"error-warning",title:t("Unsaved changes"),customComponent:l0,focusTrapInitial:".oc-modal-body-actions-confirm",hideActions:!0,customComponentAttrs:()=>({closeCallback:()=>{De()}}),async onConfirm(){await et(),De()}}):De()});const He=V(()=>({url:y(L),space:y(y(ae).space),resource:y(F),activeFiles:y(W),isDirty:y(de),isReadOnly:y(D),applicationConfig:y(Ae),currentFileContext:y(ae),currentContent:y(ee),isFolderLoading:y(z),"onUpdate:resource":Re=>{F.value=Re,C.value=y(y(ae).space),f.value=[Re]},"onUpdate:currentContent":Re=>{ee.value=Re},onSave:et,onClose:ne,loadFolderForFileContext:U,revokeUrl:X,getUrlForResource:Q}));return{...Rb(),dropDownMenuSections:re,dropDownActionOptions:_,hasAutoSave:Ut,isEditor:ce,closeApp:ne,fileActions:$e,loading:B,loadingError:$,pageTitle:Be,resource:F,space:C,slotAttrs:He}}}),QN=["id"],XN=["textContent"];function YN(e,t,r,n,o,i){const s=pe("app-top-bar"),l=pe("loading-screen"),c=pe("error-screen"),u=pe("file-side-bar");return Z(),ve("main",{id:e.applicationId,class:"app-wrapper oc-height-1-1",onKeydown:t[0]||(t[0]=eo((...a)=>e.closeApp&&e.closeApp(...a),["esc"]))},[he("h1",{class:"oc-invisible-sr",textContent:K.toDisplayString(e.pageTitle)},null,8,XN),!e.loading&&!e.loadingError&&e.resource?(Z(),Ce(s,{key:0,"main-actions":e.fileActions,"drop-down-menu-sections":e.dropDownMenuSections,"drop-down-action-options":e.dropDownActionOptions,"has-auto-save":e.hasAutoSave,"is-editor":e.isEditor,resource:e.resource,onClose:e.closeApp},null,8,["main-actions","drop-down-menu-sections","drop-down-action-options","has-auto-save","is-editor","resource","onClose"])):ke("",!0),e.loading?(Z(),Ce(l,{key:1})):e.loadingError?(Z(),Ce(c,{key:2,message:e.loadingError.message},null,8,["message"])):(Z(),ve("div",{key:3,class:K.normalizeClass(["oc-flex oc-width-1-1 oc-height-1-1",{"app-sidebar-open":e.isSideBarOpen}])},[Ge(e.$slots,"default",Yt({class:"app-wrapper-content oc-height-1-1"},e.slotAttrs)),we(u,{"is-open":e.isSideBarOpen,"active-panel":e.sideBarActivePanel,space:e.space},null,8,["is-open","active-panel","space"])],2))],40,QN)}const u0=Ue(KN,[["render",YN]]);function JN(e,t){return Me({render(){return yp(u0,{wrappedComponent:e,...t},{default:r=>yp(e,r)})}})}const ZN=Me({name:"ContextMenuQuickAction",props:{item:{type:Object,required:!0},resourceDomSelector:{type:Function,required:!1,default:e=>ie.extractDomSelector(e.id)}},emits:["quickActionClicked"],setup(){const{$gettext:e}=Ne.useGettext();return{contextMenuLabel:V(()=>e("Show context menu"))}}});function e$(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-drop"),c=pe("oc-button"),u=or("oc-tooltip");return ot((Z(),Ce(c,{id:`context-menu-trigger-${e.resourceDomSelector(e.item)}`,"aria-label":e.contextMenuLabel,appearance:"raw",onClick:t[0]||(t[0]=Tr(a=>e.$emit("quickActionClicked",{event:a,dropdown:e.$refs[`context-menu-drop-ref-${e.resourceDomSelector(e.item)}`]}),["stop","prevent"]))},{default:Te(()=>[we(s,{name:"more-2"}),we(l,{ref:`context-menu-drop-ref-${e.resourceDomSelector(e.item)}`,"drop-id":`context-menu-drop-${e.resourceDomSelector(e.item)}`,toggle:`#context-menu-trigger-${e.resourceDomSelector(e.item)}`,class:"oc-overflow-hidden",position:"bottom-end",mode:"click","close-on-click":"","padding-size":"small"},{default:Te(()=>[Ge(e.$slots,"contextMenu",{item:e.item})]),_:3},8,["drop-id","toggle"])]),_:3},8,["id","aria-label"])),[[u,e.contextMenuLabel]])}const Qf=Ue(ZN,[["render",e$]]),t$=Me({name:"ResourceGhostElement",components:{ResourceIcon:xo},props:{previewItems:{type:Array,required:!0}},computed:{layerCount(){return Math.min(this.previewItems.length,3)},showSecondLayer(){return this.layerCount>1},showThirdLayer(){return this.layerCount>2},itemCount(){return this.previewItems.length}}}),r$={id:"ghost-element",class:"ghost-element"},n$={class:"ghost-element-layer1 oc-rounded"},i$={key:0,class:"ghost-element-layer2 oc-rounded"},o$={key:1,class:"ghost-element-layer3 oc-rounded"},s$={class:"badge"};function a$(e,t,r,n,o,i){const s=pe("resource-icon");return Z(),ve("div",r$,[he("div",n$,[we(s,{class:"oc-p-xs",resource:e.previewItems[0]},null,8,["resource"]),e.showSecondLayer?(Z(),ve("div",i$)):ke("",!0),e.showThirdLayer?(Z(),ve("div",o$)):ke("",!0)]),he("span",s$,K.toDisplayString(e.itemCount),1)])}const Xf=Ue(t$,[["render",a$]]),l$=Me({name:"ResourceSize",props:{size:{type:[String,Number],required:!0}},setup:e=>{const{current:t}=Ne.useGettext();return{formattedSize:V(()=>wr(e.size,t))}}}),c$=["textContent"];function u$(e,t,r,n,o,i){return Z(),ve("span",{class:"oc-resource-size",textContent:K.toDisplayString(e.formattedSize)},null,8,c$)}const f0=Ue(l$,[["render",u$]]),f$=Me({__name:"OcButton",props:{appearance:{default:"outline"},ariaLabel:{},disabled:{type:Boolean,default:!1},gapSize:{default:"medium"},href:{},justifyContent:{default:"center"},showSpinner:{type:Boolean,default:!1},size:{default:"medium"},submit:{default:"button"},target:{},to:{},type:{default:"button"},variation:{default:"passive"}},emits:["click"],setup(e,{emit:t}){const r=t,n=V(()=>["oc-button","oc-rounded",`oc-button-${ii(e.size)}`,`oc-button-justify-content-${e.justifyContent}`,`oc-button-gap-${ii(e.gapSize)}`,`oc-button-${e.variation}`,`oc-button-${e.appearance}`,`oc-button-${e.variation}-${e.appearance}`]),o=V(()=>({...e.href&&{href:e.href},...e.target&&{target:e.target},...e.to&&{to:e.to},...e.type==="button"&&{type:e.submit},...e.type==="button"&&{disabled:e.disabled}})),i=V(()=>({...e.type==="button"&&{click:s}})),s=l=>{r("click",l)};return(l,c)=>{const u=pe("oc-spinner");return Z(),Ce(Hn(l.type),Yt(o.value,{"aria-label":l.ariaLabel,class:n.value},Ha(i.value)),{default:Te(()=>[l.showSpinner?(Z(),Ce(u,{key:0,size:"small",class:"spinner"})):ke("",!0),Ge(l.$slots,"default")]),_:3},16,["aria-label","class"])}}});/*!
|
|
50
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}r.prototype.build=function(a){return this.options.preserveOrder?e(a,this.options):(Array.isArray(a)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(a={[this.options.arrayNodeName]:a}),this.j2x(a,0,[]).val)},r.prototype.j2x=function(a,c,u){let l="",f="";const d=u.join(".");for(let m in a)if(Object.prototype.hasOwnProperty.call(a,m))if(typeof a[m]>"u")this.isAttribute(m)&&(f+="");else if(a[m]===null)this.isAttribute(m)||m===this.options.cdataPropName?f+="":m[0]==="?"?f+=this.indentate(c)+"<"+m+"?"+this.tagEndChar:f+=this.indentate(c)+"<"+m+"/"+this.tagEndChar;else if(a[m]instanceof Date)f+=this.buildTextValNode(a[m],m,"",c);else if(typeof a[m]!="object"){const w=this.isAttribute(m);if(w&&!this.ignoreAttributesFn(w,d))l+=this.buildAttrPairStr(w,""+a[m]);else if(!w)if(m===this.options.textNodeName){let v=this.options.tagValueProcessor(m,""+a[m]);f+=this.replaceEntitiesValue(v)}else f+=this.buildTextValNode(a[m],m,"",c)}else if(Array.isArray(a[m])){const w=a[m].length;let v="",T="";for(let b=0;b<w;b++){const g=a[m][b];if(!(typeof g>"u"))if(g===null)m[0]==="?"?f+=this.indentate(c)+"<"+m+"?"+this.tagEndChar:f+=this.indentate(c)+"<"+m+"/"+this.tagEndChar;else if(typeof g=="object")if(this.options.oneListGroup){const h=this.j2x(g,c+1,u.concat(m));v+=h.val,this.options.attributesGroupName&&g.hasOwnProperty(this.options.attributesGroupName)&&(T+=h.attrStr)}else v+=this.processTextOrObjNode(g,m,c,u);else if(this.options.oneListGroup){let h=this.options.tagValueProcessor(m,g);h=this.replaceEntitiesValue(h),v+=h}else v+=this.buildTextValNode(g,m,"",c)}this.options.oneListGroup&&(v=this.buildObjectNode(v,m,T,c)),f+=v}else if(this.options.attributesGroupName&&m===this.options.attributesGroupName){const w=Object.keys(a[m]),v=w.length;for(let T=0;T<v;T++)l+=this.buildAttrPairStr(w[T],""+a[m][w[T]])}else f+=this.processTextOrObjNode(a[m],m,c,u);return{attrStr:l,val:f}},r.prototype.buildAttrPairStr=function(a,c){return c=this.options.attributeValueProcessor(a,""+c),c=this.replaceEntitiesValue(c),this.options.suppressBooleanAttributes&&c==="true"?" "+a:" "+a+'="'+c+'"'};function o(a,c,u,l){const f=this.j2x(a,u+1,l.concat(c));return a[this.options.textNodeName]!==void 0&&Object.keys(a).length===1?this.buildTextValNode(a[this.options.textNodeName],c,f.attrStr,u):this.buildObjectNode(f.val,c,f.attrStr,u)}r.prototype.buildObjectNode=function(a,c,u,l){if(a==="")return c[0]==="?"?this.indentate(l)+"<"+c+u+"?"+this.tagEndChar:this.indentate(l)+"<"+c+u+this.closeTag(c)+this.tagEndChar;{let f="</"+c+this.tagEndChar,d="";return c[0]==="?"&&(d="?",f=""),(u||u==="")&&a.indexOf("<")===-1?this.indentate(l)+"<"+c+u+d+">"+a+f:this.options.commentPropName!==!1&&c===this.options.commentPropName&&d.length===0?this.indentate(l)+`<!--${a}-->`+this.newLine:this.indentate(l)+"<"+c+u+d+this.tagEndChar+a+this.indentate(l)+f}},r.prototype.closeTag=function(a){let c="";return this.options.unpairedTags.indexOf(a)!==-1?this.options.suppressUnpairedNode||(c="/"):this.options.suppressEmptyNode?c="/":c=`></${a}`,c},r.prototype.buildTextValNode=function(a,c,u,l){if(this.options.cdataPropName!==!1&&c===this.options.cdataPropName)return this.indentate(l)+`<![CDATA[${a}]]>`+this.newLine;if(this.options.commentPropName!==!1&&c===this.options.commentPropName)return this.indentate(l)+`<!--${a}-->`+this.newLine;if(c[0]==="?")return this.indentate(l)+"<"+c+u+"?"+this.tagEndChar;{let f=this.options.tagValueProcessor(c,a);return f=this.replaceEntitiesValue(f),f===""?this.indentate(l)+"<"+c+u+this.closeTag(c)+this.tagEndChar:this.indentate(l)+"<"+c+u+">"+f+"</"+c+this.tagEndChar}},r.prototype.replaceEntitiesValue=function(a){if(a&&a.length>0&&this.options.processEntities)for(let c=0;c<this.options.entities.length;c++){const u=this.options.entities[c];a=a.replace(u.regex,u.val)}return a};function i(a){return this.options.indentBy.repeat(a)}function s(a){return a.startsWith(this.options.attributeNamePrefix)&&a!==this.options.textNodeName?a.substr(this.attrPrefixLen):!1}return sf=r,sf}var af,By;function z_(){if(By)return af;By=1;const e=Iy(),t=U_(),n=V_();return af={XMLParser:t,XMLValidator:e,XMLBuilder:n},af}z_();class jy{isEnabled(){return!0}isActive(t){return In(t,"files-trash-generic")}getTask(t){const{resourcesStore:n,clientService:{webdav:r}}=t;return un.useTask(function*(o,i,s){n.clearResourceList(),n.setAncestorMetaData({});const{resource:a,children:c}=yield r.listFiles(s,{},{depth:1,davProperties:vs.Trashbin,isTrash:!0,signal:o});n.initResourceList({currentFolder:a,resources:c})})}}class Uy{constructor(){Ee(this,"loaders");this.loaders=[new Uh,new qh,new Vh,new zh,new Wh,new jy]}getTask(){const t=vt(),n=lt(),r=rn(),o=ze(),i=Ye(),s=st(),a=Ke(),c=jt(),u=yf(),l=this.loaders.find(f=>f.isEnabled()&&f.isActive(p(o)));if(!l){console.debug("No folder loader found for route");return}return un.useTask(function*(...f){const d={clientService:i,configStore:s,userStore:t,spacesStore:n,capabilityStore:r,resourcesStore:a,sharesStore:c,router:o,authService:u};try{yield l.getTask(d).perform(...f)}catch(m){console.error(m)}})}}const qy=new Uy;var Fr=(e=>(e.add="loading-service.add",e.remove="loading-service.remove",e.setProgress="loading-service.set-progress",e))(Fr||{});const W_=200;class H_{constructor(){Ee(this,"tasks",[])}get isLoading(){return this.tasks.some(t=>t.active)}get currentProgress(){if(this.tasks.some(r=>!r.state&&r.active))return null;const t=this.tasks.filter(r=>!!r.state&&r.active);if(!t.length)return null;const n=t.reduce((r,o)=>(r+=o.state.current/o.state.total,r),0);return Math.round(n/t.length*100)}addTask(t,{debounceTime:n=W_,indeterminate:r=!0}={}){const o={id:Yt.v4(),active:!1,...!r&&{state:{total:0,current:0}}};return this.tasks.length||window.addEventListener("beforeunload",this.onBeforeUnload),this.tasks.push(o),Et.debounce(()=>{o.active=!0,Xe.publish("loading-service.add")},n)(),t({setProgress:({total:a,current:c})=>{r||this.setProgress({task:o,total:a,current:c})}}).finally(()=>{this.removeTask(o.id)})}removeTask(t){this.tasks=this.tasks.filter(n=>n.id!==t),this.tasks.length||window.removeEventListener("beforeunload",this.onBeforeUnload),Xe.publish("loading-service.remove")}setProgress({task:t,total:n,current:r}){t.state||(t.state={total:0,current:0}),t.state.total=n,t.state.current=r,Xe.publish("loading-service.set-progress")}onBeforeUnload(t){t.preventDefault()}}var G_="__lodash_hash_undefined__";function K_(e){return this.__data__.set(e,G_),this}function Q_(e){return this.__data__.has(e)}function Ls(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new gr;++t<n;)this.add(e[t])}Ls.prototype.add=Ls.prototype.push=K_,Ls.prototype.has=Q_;function X_(e,t){for(var n=-1,r=e==null?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function Y_(e,t){return e.has(t)}var J_=1,Z_=2;function Vy(e,t,n,r,o,i){var s=n&J_,a=e.length,c=t.length;if(a!=c&&!(s&&c>a))return!1;var u=i.get(e),l=i.get(t);if(u&&l)return u==t&&l==e;var f=-1,d=!0,m=n&Z_?new Ls:void 0;for(i.set(e,t),i.set(t,e);++f<a;){var w=e[f],v=t[f];if(r)var T=s?r(v,w,f,t,e,i):r(w,v,f,e,t,i);if(T!==void 0){if(T)continue;d=!1;break}if(m){if(!X_(t,function(b,g){if(!Y_(m,g)&&(w===b||o(w,b,n,r,i)))return m.push(g)})){d=!1;break}}else if(!(w===v||o(w,v,n,r,i))){d=!1;break}}return i.delete(e),i.delete(t),d}function eI(e){var t=-1,n=Array(e.size);return e.forEach(function(r,o){n[++t]=[o,r]}),n}function tI(e){var t=-1,n=Array(e.size);return e.forEach(function(r){n[++t]=r}),n}var nI=1,rI=2,iI="[object Boolean]",oI="[object Date]",sI="[object Error]",aI="[object Map]",lI="[object Number]",cI="[object RegExp]",uI="[object Set]",fI="[object String]",dI="[object Symbol]",pI="[object ArrayBuffer]",hI="[object DataView]",zy=Fn?Fn.prototype:void 0,lf=zy?zy.valueOf:void 0;function gI(e,t,n,r,o,i,s){switch(n){case hI:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case pI:return!(e.byteLength!=t.byteLength||!i(new us(e),new us(t)));case iI:case oI:case lI:return eo(+e,+t);case sI:return e.name==t.name&&e.message==t.message;case cI:case fI:return e==t+"";case aI:var a=eI;case uI:var c=r&nI;if(a||(a=tI),e.size!=t.size&&!c)return!1;var u=s.get(e);if(u)return u==t;r|=rI,s.set(e,t);var l=Vy(a(e),a(t),r,o,i,s);return s.delete(e),l;case dI:if(lf)return lf.call(e)==lf.call(t)}return!1}function cf(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}function Wy(e,t,n){var r=t(e);return On(e)?r:cf(r,n(e))}function mI(e,t){for(var n=-1,r=e==null?0:e.length,o=0,i=[];++n<r;){var s=e[n];t(s,n,e)&&(i[o++]=s)}return i}function Hy(){return[]}var yI=Object.prototype,bI=yI.propertyIsEnumerable,Gy=Object.getOwnPropertySymbols,Ky=Gy?function(e){return e==null?[]:(e=Object(e),mI(Gy(e),function(t){return bI.call(e,t)}))}:Hy;function vI(e){return oo(e)?Kp(e):$h(e)}function Qy(e){return Wy(e,vI,Ky)}var wI=1,SI=Object.prototype,EI=SI.hasOwnProperty;function TI(e,t,n,r,o,i){var s=n&wI,a=Qy(e),c=a.length,u=Qy(t),l=u.length;if(c!=l&&!s)return!1;for(var f=c;f--;){var d=a[f];if(!(s?d in t:EI.call(t,d)))return!1}var m=i.get(e),w=i.get(t);if(m&&w)return m==t&&w==e;var v=!0;i.set(e,t),i.set(t,e);for(var T=s;++f<c;){d=a[f];var b=e[d],g=t[d];if(r)var h=s?r(g,b,d,t,e,i):r(b,g,d,e,t,i);if(!(h===void 0?b===g||o(b,g,n,r,i):h)){v=!1;break}T||(T=d=="constructor")}if(v&&!T){var y=e.constructor,S=t.constructor;y!=S&&"constructor"in e&&"constructor"in t&&!(typeof y=="function"&&y instanceof y&&typeof S=="function"&&S instanceof S)&&(v=!1)}return i.delete(e),i.delete(t),v}var AI=1,Xy="[object Arguments]",Yy="[object Array]",Ms="[object Object]",RI=Object.prototype,Jy=RI.hasOwnProperty;function _I(e,t,n,r,o,i){var s=On(e),a=On(t),c=s?Yy:$n(e),u=a?Yy:$n(t);c=c==Xy?Ms:c,u=u==Xy?Ms:u;var l=c==Ms,f=u==Ms,d=c==u;if(d&&Si(e)){if(!Si(t))return!1;s=!0,l=!1}if(d&&!l)return i||(i=new Xn),s||ds(e)?Vy(e,t,n,r,o,i):gI(e,t,c,n,r,o,i);if(!(n&AI)){var m=l&&Jy.call(e,"__wrapped__"),w=f&&Jy.call(t,"__wrapped__");if(m||w){var v=m?e.value():e,T=w?t.value():t;return i||(i=new Xn),o(v,T,n,r,i)}}return d?(i||(i=new Xn),TI(e,t,n,r,o,i)):!1}function Zy(e,t,n,r,o){return e===t?!0:e==null||t==null||!Yn(e)&&!Yn(t)?e!==e&&t!==t:_I(e,t,n,r,Zy,o)}function eb(e,t){return Zy(e,t)}const uf=(e="")=>e.split("/").map(encodeURIComponent).join("/"),II=e=>{const t=[],n=(r,o="")=>Object.keys(r).forEach(i=>{ul(r[i])?n(r[i],`${o}${i}.`):t.push(`${o}${i}`)});return n(e),t};class CI{constructor({clientService:t,userStore:n,authStore:r,capabilityStore:o,configStore:i}){Ee(this,"clientService");Ee(this,"configStore");Ee(this,"userStore");Ee(this,"authStore");Ee(this,"capabilityStore");Ee(this,"capability");this.clientService=t,this.userStore=n,this.authStore=r,this.configStore=i,this.capability=o.filesThumbnail||{enabled:!0,version:"v0.1",supportedMimeTypes:["image/gif","image/png","image/jpeg","text/plain","image/tiff","image/bmp","image/x-ms-bmp","application/vnd.geogebra.slides","application/vnd.geogebra.pinboard"]}}get available(){var t;return!!((t=this.capability)!=null&&t.version)}get supportedMimeTypes(){var t;return((t=this.capability)==null?void 0:t.supportedMimeTypes)||[]}get user(){return this.userStore.user}isMimetypeSupported(t,n=!1){return this.supportedMimeTypes.length?this.getSupportedMimeTypes(n?"image/":null).includes(t):!0}getSupportedMimeTypes(t){return t?this.supportedMimeTypes.filter(n=>n.startsWith(t)):this.supportedMimeTypes}async loadPreview(t,n=!1,r=!0,o){const{space:i,resource:s}=t,a=this.available&&this.isMimetypeSupported(s.mimeType),c=s.type!=="folder"&&s.extension&&s.canDownload();if(!a||!c)return;const u=ee.isPublicSpaceResource(i);if(!(!u&&(!this.configStore.serverUrl||!this.user.onPremisesSamAccountName||!this.authStore.accessToken))){if(u)return this.publicPreviewUrl(t,o);try{return await this.privatePreviewBlob(t,n,r,o)}catch(l){if(r)return;throw l}}}async cacheFactory(t,n,r){const{resource:o,dimensions:i}=t,s=jl.filePreview.get(o.id.toString());if(s&&s.etag===o.etag&&eb(i,s.dimensions))return s.src;try{const a=await this.privatePreviewBlob(t,!1,!0,r);return jl.filePreview.set(o.id.toString(),{src:a,etag:o.etag,dimensions:i},0).src}catch(a){if(n)return;throw a}}buildQueryString(t){return _0.stringify({scalingup:t.scalingup||0,preview:Object.hasOwnProperty.call(t,"preview")?t.preview:1,a:Object.hasOwnProperty.call(t,"a")?t.a:1,...t.processor&&{processor:t.processor},...t.etag&&{c:t.etag.replaceAll('"',"")},...t.dimensions&&t.dimensions[0]&&{x:t.dimensions[0]},...t.dimensions&&t.dimensions[1]&&{y:t.dimensions[1]}})}async privatePreviewBlob(t,n=!1,r=!0,o){var u,l;const{resource:i,dimensions:s,processor:a}=t;if(n)return this.cacheFactory(t,r,o);const c=[this.configStore.serverUrl,"remote.php/dav",uf(i.webDavPath),"?",this.buildQueryString({etag:i.etag,dimensions:s,processor:a})].join("");try{const{data:f}=await this.clientService.httpAuthenticated.get(c,{responseType:"blob",signal:o});return window.URL.createObjectURL(f)}catch(f){if([425,429].includes(f.status)){const d=((l=(u=f.response)==null?void 0:u.headers)==null?void 0:l["retry-after"])||5;return await new Promise(m=>setTimeout(m,d*1e3)),this.privatePreviewBlob(t,n,r,o)}throw f}}async publicPreviewUrl(t,n){var l,f;const{resource:r,dimensions:o,processor:i}=t,[s,a]=r.downloadURL.split("?"),c=[this.buildQueryString({etag:r.etag,dimensions:o,processor:i}),a].filter(Boolean).join("&"),u=[s,c].filter(Boolean).join("?");try{const{status:d}=await this.clientService.httpUnAuthenticated.head(u,{signal:n});if(d!==404)return u}catch(d){if([425,429].includes(d.status)){const m=((f=(l=d.response)==null?void 0:l.headers)==null?void 0:f["retry-after"])||5;return await new Promise(w=>setTimeout(w,m*1e3)),this.publicPreviewUrl(t,n)}throw d}}}const Bs=me.z.enum(["fit","resize","fill","thumbnail"]);class PI{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}explain(t,n){return{code:"mustNotBeEmpty",message:this.$gettext("Must not be empty"),format:[],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){return n.length>0}validate(){return!0}missing(t,n){return this.explain(t,this.assert(t,n))}}class FI{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}explain(t,n){return{code:"mustContain",helperMessage:this.$gettext("Valid special characters: %{characters}",{characters:t.characters},!0),message:this.$gettext("%{param1}+ special characters"),format:[t.minLength],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){return Array.from(n).filter(o=>t.characters.includes(o)).length>=t.minLength}validate(t){if(!Et.isObject(t))throw new Error("options should be an object");if(!Et.isNumber(t.minLength)||Et.isNaN(t.minLength))throw new Error("minLength should be a non-zero number");if(!Et.isString(t.characters))throw new Error("characters should be a character sequence");return!0}missing(t,n){return this.explain(t,this.assert(t,n))}}class js{constructor({$gettext:t}){Ee(this,"$gettext");this.$gettext=t}assert(t,n){throw new Error("Method not implemented.")}explain(t,n){throw new Error("Method not implemented.")}validate(t){if(!Et.isObject(t))throw new Error("options should be an object");if(!Et.isNumber(t.minLength)||Et.isNaN(t.minLength))throw new Error("minLength should be a non-zero number");return!0}missing(t,n){return this.explain(t,this.assert(t,n))}}class OI extends js{constructor(t){super(t)}explain(t,n){return{code:"atLeastCharacters",message:this.$gettext("%{param1}+ letters"),format:[t.minLength],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){return n.length>=t.minLength}}class xI extends js{constructor(t){super(t)}explain(t,n){return{code:"atLeastUppercaseCharacters",message:this.$gettext("%{param1}+ uppercase letters"),format:[t.minLength],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){var o;return((o=(n||"").match(/[A-Z\xC0-\xD6\xD8-\xDE]/g))==null?void 0:o.length)>=t.minLength}}class kI extends js{constructor(t){super(t)}explain(t,n){return{code:"atLeastLowercaseCharacters",message:this.$gettext("%{param1}+ lowercase letters"),format:[t.minLength],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){var o;return((o=(n||"").match(/[a-z\xDF-\xF6\xF8-\xFF]/g))==null?void 0:o.length)>=t.minLength}}class NI extends js{constructor(t){super(t)}explain(t,n){return{code:"atLeastDigits",message:this.$gettext("%{param1}+ numbers"),format:[t.minLength],...Et.isBoolean(n)&&{verified:n}}}assert(t,n){var o;return((o=(n||"").match(/\d/g))==null?void 0:o.length)>=t.minLength}}var ff={},tb;function $I(){if(tb)return ff;tb=1;var e=function(i){return Math.floor(Math.random()*i)},t=function(i){var s="",a="",c=i.length,u=i.lowercase,l=i.uppercase,f=i.numbers,d=i.symbols,m=i.minLengthLowercase,w=i.minLengthUppercase,v=i.minLengthNumbers,T=i.minLengthSymbols,b=i.exclude,g="abcdefghijklmnopqrstuvwxyz";g=n(g,b);var h="ABCDEFGHIJKLMNOPQRSTUVWXYZ";h=n(h,b);var y="0123456789";y=n(y,b);var S="!#$%&'()*+,-./:;<=>?@[]^_{|}~";S=n(S,b);for(var E=g.length,R=0;R<m;R++)a+=g.charAt(e(E));for(E=h.length,R=0;R<w;R++)a+=h.charAt(e(E));for(E=y.length,R=0;R<v;R++)a+=y.charAt(e(E));for(E=S.length,R=0;R<T;R++)a+=S.charAt(e(E));s+=function($){for(var D=$.split(""),k=D.length-1;k>0;k--){var N=Math.floor(Math.random()*(k+1)),j=D[k];D[k]=D[N],D[N]=j}return D.join("")}(a);var I="";I=u?I+g:I,I=l?I+h:I,I=f?I+y:I,I=d?I+S:I;var A=c-s.length;for(E=I.length,R=0;R<A;R++)s+=I.charAt(e(E));return s},n=function(i,s){return s==null||s.split("").forEach(function(a){i=i.replace(a,"")}),i},r=function(i){var s=i.length,a=i.lowercase,c=i.uppercase,u=i.numbers,l=i.symbols;if(i.minLengthLowercase+i.minLengthUppercase+i.minLengthNumbers+i.minLengthSymbols>s)throw new Error("Sum of Minimum Characters in the passwords greater than the length of the Password to be generated.");if(a==0&&c==0&&u==0&&l==0)throw new Error("Alphabets, Numbers and Symbols are all set to False. No valid Characters to generate the Password.")},o=function(i){return i.length=i.length===void 0?10:i.length,i.lowercase=i.lowercase===void 0||i.lowercase,i.uppercase=i.uppercase===void 0||i.uppercase,i.numbers=i.numbers===void 0||i.numbers,i.symbols=i.symbols!==void 0&&i.symbols,i.lowercase?i.minLengthLowercase=i.minLengthLowercase===void 0?1:i.minLengthLowercase:i.minLengthLowercase=0,i.uppercase?i.minLengthUppercase=i.minLengthUppercase===void 0?1:i.minLengthUppercase:i.minLengthUppercase=0,i.numbers?i.minLengthNumbers=i.minLengthNumbers===void 0?1:i.minLengthNumbers:i.minLengthNumbers=0,i.symbols?i.minLengthSymbols=i.minLengthSymbols===void 0?1:i.minLengthSymbols:i.minLengthSymbols=0,i.exclude=i.exclude===void 0?"":i.exclude,i};return ff.GeneratePassword=function(i){return i?(i=o(i),r(i),t(i)):(i=o({length:10,lowercase:!0,uppercase:!0,numbers:!0,symbols:!1,exclude:"",minLengthLowercase:1,minLengthUppercase:1,minLengthNumbers:1,minLengthSymbols:0}),r(i),t(i))},ff}var DI=$I();class LI{constructor({language:t}){Ee(this,"language");Ee(this,"capability");Ee(this,"policy");Ee(this,"generatePasswordRules");this.language=t}initialize(t){this.capability=t.passwordPolicy,this.buildGeneratePasswordRules()}hasRules(){return!!this.capability.min_characters||!!this.capability.min_lowercase_characters||!!this.capability.min_uppercase_characters||!!this.capability.min_digits||!!this.capability.min_special_characters}buildGeneratePasswordRules(){this.generatePasswordRules={length:Math.max(this.capability.min_characters||0,(this.capability.min_lowercase_characters||0)+(this.capability.min_uppercase_characters||0)+(this.capability.min_digits||0)+(this.capability.min_special_characters||0),12),minLowercaseCharacters:Math.max(this.capability.min_lowercase_characters||0,2),minUppercaseCharacters:Math.max(this.capability.min_uppercase_characters||0,2),minSpecialCharacters:Math.max(this.capability.min_special_characters||0,2),minDigits:Math.max(this.capability.min_digits||0,2)}}buildPolicy({enforcePassword:t=!1}={}){const n={atLeastCharacters:new OI({...this.language}),mustNotBeEmpty:new PI({...this.language}),atLeastUppercaseCharacters:new xI({...this.language}),atLeastLowercaseCharacters:new kI({...this.language}),atLeastDigits:new NI({...this.language}),mustContain:new FI({...this.language})},r={};t&&!this.hasRules()&&(r.mustNotBeEmpty={}),this.capability.min_characters&&(r.atLeastCharacters={minLength:this.capability.min_characters}),this.capability.min_uppercase_characters&&(r.atLeastUppercaseCharacters={minLength:this.capability.min_uppercase_characters}),this.capability.min_lowercase_characters&&(r.atLeastLowercaseCharacters={minLength:this.capability.min_lowercase_characters}),this.capability.min_digits&&(r.atLeastDigits={minLength:this.capability.min_digits}),this.capability.min_special_characters&&(r.mustContain={minLength:this.capability.min_special_characters,characters:' "!#\\$%&\'()*+,-./:;<=>?@[\\]^_`{|}~"'}),this.policy=new I0.PasswordPolicy(r,n)}getPolicy({enforcePassword:t=!1}={}){return this.buildPolicy({enforcePassword:t}),this.policy}generatePassword(){return DI.GeneratePassword({symbols:!0,length:this.generatePasswordRules.length,minLengthLowercase:this.generatePasswordRules.minLowercaseCharacters,minLengthUppercase:this.generatePasswordRules.minUppercaseCharacters,minLengthNumbers:this.generatePasswordRules.minDigits,minLengthSymbols:this.generatePasswordRules.minSpecialCharacters})}}function MI(e){return e.charCodeAt(0).toString(32)}function nb(e){let t="";return e.replace(/[^A-Z0-9]/gi,n=>(t+=`-${MI(n)}`,"/"))+t}function rb(e,t){let n=t||"uppy";return typeof e.name=="string"&&(n+=`-${nb(e.name.toLowerCase())}`),e.type!==void 0&&(n+=`-${e.type}`),e.meta&&typeof e.meta.relativePath=="string"&&(n+=`-${nb(e.meta.relativePath.toLowerCase())}`),e.data.size!==void 0&&(n+=`-${e.data.size}`),e.data.lastModified!==void 0&&(n+=`-${e.data.lastModified}`),n}class BI{constructor({language:t}){Ee(this,"uppy");Ee(this,"uploadInputs",[]);Ee(this,"uploadFolderMap",{});Ee(this,"getRelativeFilePath",t=>{const n=t.data.relativePath||t.data.webkitRelativePath;return n?ee.urlJoin(n):void 0});const{$gettext:n}=t;this.uppy=new C0({autoProceed:!1,onBeforeFileAdded:(r,o)=>(r.id in o&&(r.meta.retry=!0),r.meta.relativePath=this.getRelativeFilePath(r),r.id=rb(r,this.uppy.getID()),r)}),this.uppy.setOptions({locale:{strings:{addedNumFiles:n("Added %{numFiles} file(s)"),authenticate:n("Connect"),authenticateWith:n("Connect to %{pluginName}"),authenticateWithTitle:n("Please authenticate with %{pluginName} to select files"),cancel:n("Cancel"),companionError:n("Connection with Companion failed"),loadedXFiles:n("Loaded %{numFiles} files"),loading:n("Loading..."),logOut:n("Log out"),pluginWebdavInputLabel:n("Public link without password protection"),selectX:{0:n("Select %{smart_count}"),1:n("Select %{smart_count}")},signInWithGoogle:n("Sign in with Google")}}}),this.setUpEvents()}addPlugin(t,...n){this.uppy.use(t,...n)}removePlugin(t){this.uppy.removePlugin(t)}getPlugin(t){return this.uppy.getPlugin(t)}useTus({chunkSize:t,overridePatchMethod:n,uploadDataDuringCreation:r,onBeforeRequest:o,headers:i}){const s={chunkSize:t,removeFingerprintOnSuccess:!0,overridePatchMethod:n,retryDelays:[0,500,1e3],uploadDataDuringCreation:r,limit:5,headers:i,onBeforeRequest:o,onShouldRetry:(u,l,f,d)=>{var m,w;return((m=u==null?void 0:u.originalResponse)==null?void 0:m.getStatus())>=500?!1:((w=u==null?void 0:u.originalResponse)==null?void 0:w.getStatus())===401?!0:d(u)}},a=this.uppy.getPlugin("XHRUpload");a&&this.uppy.removePlugin(a);const c=this.uppy.getPlugin("Tus");if(c){c.setOptions(s);return}this.uppy.use(P0,s)}useXhr({headers:t,timeout:n,endpoint:r}){const o={endpoint:r,method:"put",headers:t,formData:!1,timeout:n,getResponseData(){return{}}},i=this.uppy.getPlugin("Tus");i&&this.uppy.removePlugin(i);const s=this.uppy.getPlugin("XHRUpload");if(s){s.setOptions(o);return}this.uppy.use(F0,o)}tusActive(){return!!this.uppy.getPlugin("Tus")}useDropTarget({targetSelector:t}){this.uppy.getPlugin("DropTarget")||this.uppy.use(O0,{target:t,onDragOver:n=>{this.publish("drag-over",n)},onDragLeave:n=>{this.publish("drag-out",n)},onDrop:n=>{this.publish("drop",n)}})}removeDropTarget(){const t=this.uppy.getPlugin("DropTarget");t&&this.uppy.removePlugin(t)}subscribe(t,n){return Xe.subscribe(t,n)}unsubscribe(t,n){Xe.unsubscribe(t,n)}publish(t,n){Xe.publish(t,n)}setUpEvents(){this.uppy.on("progress",t=>{this.publish("progress",t)}),this.uppy.on("upload-progress",(t,n)=>{this.publish("upload-progress",{file:t,progress:n})}),this.uppy.on("cancel-all",()=>{this.publish("uploadCancelled"),this.clearInputs()}),this.uppy.on("complete",t=>{this.publish("uploadCompleted",t),t.successful.forEach(n=>{this.uppy.removeFile(n.id)}),this.clearInputs()}),this.uppy.on("upload-success",t=>{this.publish("uploadSuccess",t)}),this.uppy.on("upload-error",(t,n)=>{this.publish("uploadError",{file:t,error:n})})}registerUploadInput(t){t.getAttribute("listener")!=="true"&&(t.setAttribute("listener","true"),t.addEventListener("change",r=>{const o=r.target,i=Array.from(o.files);this.addFiles(i)}),this.uploadInputs.push(t))}removeUploadInput(t){this.uploadInputs=this.uploadInputs.filter(n=>n!==t)}generateUploadId(t){return rb(t,this.uppy.getID())}addFiles(t){this.uppy.addFiles(t)}uploadFiles(){return this.uppy.upload()}retryAllUploads(){return this.uppy.retryAll()}pauseAllUploads(){return this.uppy.pauseAll()}resumeAllUploads(){return this.uppy.resumeAll()}cancelAllUploads(){return this.uppy.cancelAll()}getCurrentUploads(){return this.uppy.getState().currentUploads}isRemoteUploadInProgress(){return this.uppy.getFiles().some(t=>t.isRemote&&!t.error)}clearInputs(){this.uploadInputs.forEach(t=>{t.value=null})}setUploadFolder(t,n){this.uploadFolderMap[t]=n}removeUploadFolder(t){this.uploadFolderMap[t]&&delete this.uploadFolderMap[t]}}function jI(e,t){for(var n=-1,r=e==null?0:e.length;++n<r&&t(e[n],n,e)!==!1;);return e}var UI=Object.getOwnPropertySymbols,qI=UI?function(e){for(var t=[];e;)cf(t,Ky(e)),e=cl(e);return t}:Hy;function ib(e){return Wy(e,hl,qI)}var VI=Object.prototype,zI=VI.hasOwnProperty;function WI(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&zI.call(e,"index")&&(n.index=e.index,n.input=e.input),n}function HI(e,t){var n=ll(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var GI=/\w*$/;function KI(e){var t=new e.constructor(e.source,GI.exec(e));return t.lastIndex=e.lastIndex,t}var ob=Fn?Fn.prototype:void 0,sb=ob?ob.valueOf:void 0;function QI(e){return sb?Object(sb.call(e)):{}}var XI="[object Boolean]",YI="[object Date]",JI="[object Map]",ZI="[object Number]",eC="[object RegExp]",tC="[object Set]",nC="[object String]",rC="[object Symbol]",iC="[object ArrayBuffer]",oC="[object DataView]",sC="[object Float32Array]",aC="[object Float64Array]",lC="[object Int8Array]",cC="[object Int16Array]",uC="[object Int32Array]",fC="[object Uint8Array]",dC="[object Uint8ClampedArray]",pC="[object Uint16Array]",hC="[object Uint32Array]";function gC(e,t,n){var r=e.constructor;switch(t){case iC:return ll(e);case XI:case YI:return new r(+e);case oC:return HI(e);case sC:case aC:case lC:case cC:case uC:case fC:case dC:case pC:case hC:return kp(e,n);case JI:return new r;case ZI:case nC:return new r(e);case eC:return KI(e);case tC:return new r;case rC:return QI(e)}}var mC="[object Map]";function yC(e){return Yn(e)&&$n(e)==mC}var ab=Ei&&Ei.isMap,bC=ab?fl(ab):yC,vC="[object Set]";function wC(e){return Yn(e)&&$n(e)==vC}var lb=Ei&&Ei.isSet,SC=lb?fl(lb):wC,EC=1,cb="[object Arguments]",TC="[object Array]",AC="[object Boolean]",RC="[object Date]",_C="[object Error]",ub="[object Function]",IC="[object GeneratorFunction]",CC="[object Map]",PC="[object Number]",fb="[object Object]",FC="[object RegExp]",OC="[object Set]",xC="[object String]",kC="[object Symbol]",NC="[object WeakMap]",$C="[object ArrayBuffer]",DC="[object DataView]",LC="[object Float32Array]",MC="[object Float64Array]",BC="[object Int8Array]",jC="[object Int16Array]",UC="[object Int32Array]",qC="[object Uint8Array]",VC="[object Uint8ClampedArray]",zC="[object Uint16Array]",WC="[object Uint32Array]",mt={};mt[cb]=mt[TC]=mt[$C]=mt[DC]=mt[AC]=mt[RC]=mt[LC]=mt[MC]=mt[BC]=mt[jC]=mt[UC]=mt[CC]=mt[PC]=mt[fb]=mt[FC]=mt[OC]=mt[xC]=mt[kC]=mt[qC]=mt[VC]=mt[zC]=mt[WC]=!0,mt[_C]=mt[ub]=mt[NC]=!1;function Us(e,t,n,r,o,i){var s,a=t&EC;if(n&&(s=o?n(e,r,o,i):n(e)),s!==void 0)return s;if(!Qn(e))return e;var c=On(e);if(c)s=WI(e);else{var u=$n(e),l=u==ub||u==IC;if(Si(e))return xp(e,a);if(u==fb||u==cb||l&&!o)s={};else{if(!mt[u])return o?e:{};s=gC(e,u,a)}}i||(i=new Xn);var f=i.get(e);if(f)return f;i.set(e,s),SC(e)?e.forEach(function(w){s.add(Us(w,t,n,w,e,i))}):bC(e)&&e.forEach(function(w,v){s.set(v,Us(w,t,n,v,e,i))});var d=ib,m=c?void 0:d(e);return jI(m||e,function(w,v){m&&(v=w,w=e[v]),Wp(s,v,Us(w,t,n,v,e,i))}),s}function HC(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),n=n>o?o:n,n<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r<o;)i[r]=e[r+t];return i}function GC(e,t){return t.length<2?e:dh(e,HC(t,0,-1))}function KC(e,t){return t=Rl(t,e),e=GC(e,t),e==null||delete e[fh(td(t))]}function QC(e){return ul(e)?void 0:e}var db=Fn?Fn.isConcatSpreadable:void 0;function XC(e){return On(e)||io(e)||!!(db&&e&&e[db])}function YC(e,t,n,r,o){var i=-1,s=e.length;for(n||(n=XC),o||(o=[]);++i<s;){var a=e[i];n(a)?cf(o,a):o[o.length]=a}return o}function JC(e){var t=e==null?0:e.length;return t?YC(e):[]}function ZC(e){return Zp(Jp(e,void 0,JC),e+"")}var eP=1,tP=2,nP=4,ki=ZC(function(e,t){var n={};if(e==null)return n;var r=!1;t=ah(t,function(i){return i=Rl(i,e),r||(r=i.length>1),i}),Hp(e,ib(e),n),r&&(n=Us(n,eP|tP|nP,QC));for(var o=t.length;o--;)KC(n,t[o]);return n});const rP=(e,t)=>{const n=(i="")=>i.split("/").filter(Boolean),r=n(e.path),o=n(t);return o.map((i,s)=>({id:Yt.v4(),allowContextActions:!0,text:i,to:{path:"/"+[...r].splice(0,r.length-o.length+s+1).join("/"),query:ki(e.query,"fileId","page")},isStaticNav:!1}))},iP=(...e)=>{const t=e.pop();return[...e,{id:Yt.v4(),allowContextActions:t.allowContextActions,text:t.text,onClick:()=>Xe.publish("app.files.list.load"),isTruncationPlaceholder:t.isTruncationPlaceholder,isStaticNav:t.isStaticNav}]};class ei{}Ee(ei,"Cut","cut"),Ee(ei,"Copy","copy");const df=e=>e.clientY===0,wo=(e,t,n)=>{var i;const r=n.$el.getBoundingClientRect(),o=df(t)?((i=t.target)==null?void 0:i.getBoundingClientRect().top)||0:t.clientY;e.setProps({getReferenceClientRect:()=>({width:0,height:0,top:o,bottom:o,left:t.type==="contextmenu"&&!df(t)?t.clientX:r.x,right:t.type==="contextmenu"&&!df(t)?t.clientX:r.x})}),e.show()},qs=e=>(e||"").split("_")[0],ti=(e,t,n=Dt.DateTime.DATETIME_MED)=>e.setLocale(qs(t)).toLocaleString(n),pb=(e,t,n=Dt.DateTime.DATETIME_MED)=>ti(Dt.DateTime.fromJSDate(e),t,n),oP=(e,t,n=Dt.DateTime.DATETIME_MED)=>ti(Dt.DateTime.fromHTTP(e),t,n),hb=(e,t,n=Dt.DateTime.DATETIME_MED)=>ti(Dt.DateTime.fromISO(e),t,n),sP=(e,t,n=Dt.DateTime.DATETIME_MED)=>ti(Dt.DateTime.fromRFC2822(e),t,n),So=(e,t)=>e.setLocale(qs(t)).toRelative(),gb=(e,t)=>So(Dt.DateTime.fromJSDate(e),t),aP=(e,t)=>So(Dt.DateTime.fromHTTP(e),t),lP=(e,t)=>So(Dt.DateTime.fromISO(e),t),cP=(e,t)=>So(Dt.DateTime.fromRFC2822(e),t),uP=1048576,En=(e,t)=>{const n=typeof e=="string"?parseInt(e):e;return n<0?"--":isNaN(n)?"?":R0.filesize(n,{round:n<uP?0:1,locale:qs(t),base:10,output:"string"})};function mb(e="",t=!1){const n=ee.urlJoin(e,{leadingSlash:!0});if(n==="/")return[];const r=[],o=n.split("/");for(t&&r.push(n),o.pop();o.length>0;){if(!o.join("/")){o.pop();continue}r.push(o.join("/")),o.pop()}return r}var yt=(e=>(e.open="sidebar.open",e.close="sidebar.close",e.toggle="sidebar.toggle",e.openWithPanel="sidebar.openWithPanel",e.setActivePanel="sidebar.setActivePanel",e))(yt||{});const pf=(e,t=void 0)=>{const n=window.localStorage.getItem(e),r=oe(t);if(n)try{r.value=JSON.parse(n)}catch{r.value=n}return Tt(()=>p(r),(o,i)=>{o!==i&&(o!==void 0?window.localStorage.setItem(e,typeof o=="string"?o:JSON.stringify(o)):window.localStorage.removeItem(e))},{deep:!0}),r},ni=()=>{const e=st(),t=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.enabled}),n=U(()=>{var d;return((d=e.options.embed)==null?void 0:d.target)==="location"}),r=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.chooseFileName}),o=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.chooseFileNameSuggestion}),i=U(()=>{var d;return((d=e.options.embed)==null?void 0:d.target)==="file"}),s=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.fileTypes}),a=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.messagesOrigin}),c=U(()=>{var d;return p(t)&&((d=e.options.embed)==null?void 0:d.delegateAuthentication)}),u=U(()=>{var d;return(d=e.options.embed)==null?void 0:d.delegateAuthenticationOrigin});return{isEnabled:t,isLocationPicker:n,chooseFileName:r,chooseFileNameSuggestion:o,isFilePicker:i,messagesTargetOrigin:a,isDelegatingAuthentication:c,fileTypes:s,postMessage:(d,m)=>{const w={};p(a)&&(w.targetOrigin=p(a)),window.parent.postMessage({name:d,data:m},w)},verifyDelegatedAuthenticationOrigin:d=>p(u)?p(u)===d:!0}},yb=e=>{const{isEnabled:t}=ni(),n=(e==null?void 0:e.bus)||Xe,r=pf("oc_sideBarOpen",!1),o=oe(!1),i=U({get(){return p(t)?p(o):p(r)},set(w){if(p(t)){o.value=w;return}r.value=w}}),s=async()=>{await Gn();const w=document.getElementById("app-sidebar");w&&w.focus()},a=oe(null),c=n.subscribe(yt.toggle,()=>{i.value=!p(i),p(i)&&s()}),u=n.subscribe(yt.close,()=>{i.value=!1,a.value=null}),l=n.subscribe(yt.open,()=>{i.value=!0,a.value=null,s()}),f=n.subscribe(yt.openWithPanel,w=>{i.value=!0,a.value=w,s()}),d=n.subscribe(yt.setActivePanel,w=>{a.value=w});jn(()=>{n.unsubscribe(yt.toggle,c),n.unsubscribe(yt.close,u),n.unsubscribe(yt.open,l),n.unsubscribe(yt.openWithPanel,f),n.unsubscribe(yt.setActivePanel,d)});const m=(w,v)=>{n.subscribe(yt.setActivePanel,T=>{w===T&&setTimeout(()=>{v(T)},100)})};return{isSideBarOpen:lr(i),sideBarActivePanel:lr(a),onPanelActive:m}},tr=e=>e,bb=e=>ee.ShareTypes.containsAnyValue(ee.ShareTypes.authenticated,e??[]),vb=e=>ee.ShareTypes.containsAnyValue(ee.ShareTypes.unauthenticated,e??[]),fP=({isDirect:e})=>tr(e?"This item is directly shared with others.":"This item is shared with others through one of the parent folders."),dP=({isDirect:e})=>tr(e?"This item is directly shared via links.":"This item is shared via links through one of the parent folders."),pP=({resource:e,isDirect:t})=>({id:`files-sharing-${e.getDomSelector()}`,accessibleDescription:fP({isDirect:t}),label:tr("Show invited people"),icon:"group",category:"sharing",type:t?"user-direct":"user-indirect",fillType:"line",handler:()=>{Xe.publish(yt.openWithPanel,"sharing#peopleShares")}}),hP=({resource:e,isDirect:t})=>({id:`file-link-${e.getDomSelector()}`,accessibleDescription:dP({isDirect:t}),label:tr("Show links"),icon:"link",category:"sharing",type:t?"link-direct":"link-indirect",fillType:"line",handler:()=>{Xe.publish(yt.openWithPanel,"sharing#linkShares")}}),gP=({resource:e})=>({id:`resource-locked-${e.getDomSelector()}`,accessibleDescription:tr("Item locked"),label:tr("This item is locked"),icon:"lock",category:"system",type:"resource-locked",fillType:"line"}),mP=({resource:e})=>({id:`resource-processing-${e.getDomSelector()}`,accessibleDescription:tr("Item in processing"),label:tr("This item is in processing"),icon:"loop-right",category:"system",type:"resource-processing",fillType:"line"}),Eo=({space:e,resource:t,ancestorMetaData:n,user:r})=>{const o=[];if(t.locked&&o.push(gP({resource:t})),t.processing&&o.push(mP({resource:t})),ee.isProjectSpaceResource(e)&&e.isMember(r)||ee.isPersonalSpaceResource(e)&&e.isOwner(r)){const s=Object.values(n).reduce((u,l)=>(u.push(...l.shareTypes||[]),u),[]),a=bb(t.shareTypes);(a||bb(s))&&o.push(pP({resource:t,isDirect:a}));const c=vb(t.shareTypes);(c||vb(s))&&o.push(hP({resource:t,isDirect:c}))}return o},wb=e=>new Promise((t,n)=>{const r=new FileReader;r.onloadend=()=>t(r.result),r.onerror=o=>n(o),r.readAsArrayBuffer(e)}),Sb=e=>new Promise(t=>e.toBlob(t)),rt=He.defineStore("messages",()=>{const e=oe([]),t=i=>{const s={...i,id:Yt.v4()};return e.value.push(s),s},n=i=>{const s=a=>{var c,u;return(u=(c=a.response)==null?void 0:c.headers)==null?void 0:u.get("x-request-id")};return i.map(a=>s(a)).filter(a=>a!==null).map(a=>`X-Request-Id: ${a}`).join(`\r
|
|
51
|
+
`)};return{messages:e,showMessage:t,showErrorMessage:i=>{const s={id:Yt.v4(),status:"danger",timeout:0,...i.errors&&{errorLogContent:n(i.errors)},...i};return e.value.push(s),s},removeMessage:i=>{e.value=p(e).filter(({id:s})=>i.id!==s)}}}),To=He.defineStore("clipboard",()=>{const{$gettext:e}=Ne.useGettext(),{showMessage:t}=rt(),n=oe(),r=oe([]);return{action:n,resources:r,copyResources:a=>{a[0].canDownload()&&(n.value=ei.Copy,r.value=a,t({title:e("Copied to clipboard!"),status:"success"}))},cutResources:a=>{a[0].canDownload()&&(n.value=ei.Cut,r.value=a,t({title:e("Cut to clipboard!"),status:"success"}))},clearClipboard:()=>{n.value=void 0,r.value=[]}}}),Eb={cernFeatures:!1,concurrentRequests:{resourceBatchActions:4,shares:{create:4,list:2},sse:4},contextHelpers:!0,contextHelpersReadMore:!0,defaultExtension:"files",disabledExtensions:[],disableFeedbackLink:!0,editor:{autosaveEnabled:!0,autosaveInterval:120},embed:{enabled:!1,target:"resources"},ocm:{openRemotely:!1},routing:{idBased:!0,fullShareOwnerPaths:!1},runningOnEos:!1,tokenStorageLocal:!0,userListRequiresFilter:!1,hideLogo:!1},st=He.defineStore("config",()=>{const e=Zn(),t=oe(""),n=oe(""),r=oe({...Eb}),o=oe([]),i=oe([]),s=oe([]),a=oe(),c=oe(),u=oe(),l=oe([]),f=oe([]),d=U(()=>ee.urlJoin(p(t)||window.location.origin,{trailingSlash:!0})),m=U(()=>!!p(a)),w=U(()=>!!p(c));return{options:r,oAuth2:a,openIdConnect:c,isOAuth2:m,isOIDC:w,customTranslations:s,apps:o,externalApps:i,sentry:u,theme:n,scripts:l,styles:f,serverUrl:d,loadConfig:T=>{var b;T.server&&(t.value=(b=T.server)!=null&&b.endsWith("/")?T.server:T.server+"/"),o.value=T.apps||[],s.value=T.customTranslations||[],a.value=T.auth,c.value=T.openIdConnect,u.value=T.sentry,l.value=T.scripts||[],f.value=T.styles||[],n.value=T.theme,T.options&&(r.value=ao({...Eb},T.options),p(r).ocm.openRemotely=p(r).cernFeatures,p(r).routing.idBased=!p(r).cernFeatures,p(r).routing.fullShareOwnerPaths=p(r).cernFeatures),T.external_apps&&(i.value=T.external_apps,T.external_apps.filter(Boolean).forEach(g=>{e.loadExternalAppConfig({appId:g.id,config:g.config})}))}}}),yP=me.z.object({url:me.z.string()}),bP=me.z.object({apiUrl:me.z.string().optional(),authUrl:me.z.string().optional(),clientId:me.z.string().optional(),clientSecret:me.z.string().optional(),logoutUrl:me.z.string().optional(),metaDataUrl:me.z.string().optional(),url:me.z.string().optional()}),vP=me.z.object({authority:me.z.string().optional(),client_id:me.z.string().optional(),client_secret:me.z.string().optional(),dynamic:me.z.string().optional(),metadata_url:me.z.string().optional(),post_logout_redirect_uri:me.z.string().optional(),response_type:me.z.string().optional(),scope:me.z.string().optional()}).passthrough(),wP=me.z.record(me.z.any()),SP=me.z.object({href:me.z.string().optional()}),EP=me.z.object({async:me.z.boolean().optional(),src:me.z.string().optional()}),TP=me.z.object({cernFeatures:me.z.boolean().optional(),concurrentRequests:me.z.object({resourceBatchActions:me.z.number().optional(),sse:me.z.number().optional(),shares:me.z.object({create:me.z.number().optional(),list:me.z.number().optional()}).optional()}).optional(),contextHelpers:me.z.boolean().optional(),contextHelpersReadMore:me.z.boolean().optional(),defaultExtension:me.z.string().optional(),disabledExtensions:me.z.array(me.z.string()).optional(),disableFeedbackLink:me.z.boolean().optional(),accountEditLink:me.z.object({href:me.z.string().optional()}).optional(),editor:me.z.object({autosaveEnabled:me.z.boolean().optional(),autosaveInterval:me.z.number().optional(),openAsPreview:me.z.union([me.z.boolean(),me.z.array(me.z.string())]).optional()}).optional(),embed:me.z.object({enabled:me.z.boolean().optional(),target:me.z.string().optional(),messagesOrigin:me.z.string().optional(),delegateAuthentication:me.z.boolean().optional(),delegateAuthenticationOrigin:me.z.string().optional(),fileTypes:me.z.array(me.z.string()).optional(),chooseFileName:me.z.boolean().optional(),chooseFileNameSuggestion:me.z.string().optional()}).optional(),feedbackLink:me.z.object({ariaLabel:me.z.string().optional(),description:me.z.string().optional(),href:me.z.string().optional()}).optional(),isRunningOnEos:me.z.boolean().optional(),loginUrl:me.z.string().optional(),logoutUrl:me.z.string().optional(),ocm:me.z.object({openRemotely:me.z.boolean().optional()}).optional(),routing:me.z.object({fullShareOwnerPaths:me.z.boolean().optional(),idBased:me.z.boolean().optional()}).optional(),runningOnEos:me.z.boolean().optional(),tokenStorageLocal:me.z.boolean().optional(),upload:me.z.object({companionUrl:me.z.string().optional()}).optional(),userListRequiresFilter:me.z.boolean().optional(),hideLogo:me.z.boolean().optional()}),AP=me.z.object({id:me.z.string(),path:me.z.string(),config:me.z.record(me.z.unknown()).optional()}),RP=me.z.object({server:me.z.string(),theme:me.z.string(),options:TP,apps:me.z.array(me.z.string()).optional(),external_apps:me.z.array(AP).optional(),customTranslations:me.z.array(yP).optional(),auth:bP.optional(),openIdConnect:vP.optional(),sentry:wP.optional(),scripts:me.z.array(EP).optional(),styles:me.z.array(SP).optional()}),Tb=He.defineStore("extensionPreferences",()=>{const e=Mr.useLocalStorage("extensionPreferences",{});return{extensionPreferences:e,extractDefaultExtensionIds:(o,i)=>o.multiple?i.map(s=>s.id):o.defaultExtensionId?[o.defaultExtensionId]:[],getExtensionPreference:(o,i)=>{const s=e.value[o];return s||{extensionPointId:o,selectedExtensionIds:i}},setSelectedExtensionIds:(o,i)=>{if(!Object.hasOwn(p(e),o)){e.value[o]={extensionPointId:o,selectedExtensionIds:i};return}e.value[o].selectedExtensionIds=i}}}),Ni=He.defineStore("extensionRegistry",()=>{const e=st(),t=oe([]),n=u=>{t.value.push(u)},r=u=>{t.value=p(t).map(l=>oe(p(l).filter(({id:f})=>!u.includes(f)))).filter(l=>p(l).length)},o=u=>{if(!u.id||!u.extensionType)throw new Error("ExtensionPoint must have an id and an extensionType");return p(t).flatMap(l=>p(l).filter(f=>{var d;return f.type===u.extensionType&&!e.options.disabledExtensions.includes(f.id)&&(!f.extensionPointIds||((d=f.extensionPointIds)==null?void 0:d.includes(u.id)))}))},i=oe([]);return{extensions:t,registerExtensions:n,unregisterExtensions:r,requestExtensions:o,extensionPoints:i,registerExtensionPoints:u=>{i.value.push(u)},unregisterExtensionPoints:u=>{i.value=p(i).map(l=>oe(p(l).filter(({id:f})=>!u.includes(f)))).filter(l=>p(l).length)},getExtensionPoints:(u={})=>p(i).flatMap(l=>p(l).filter(f=>!(Object.hasOwn(u,"extensionType")&&f.extensionType!==u.extensionType)))}}),bt=He.defineStore("modals",()=>{const e=oe([]),t=U(()=>p(e).at(-1)),n=c=>p(e).find(u=>u.id===c);return{modals:e,activeModal:t,dispatchModal:c=>{const u={...c,id:Yt.v4()};return e.value.push(u),u},updateModal:(c,u,l)=>{const f=n(c);f[u]=l},removeModal:c=>{e.value=p(e).filter(u=>u.id!==c)},removeAllModals:()=>{e.value=[]},setModalActive:c=>{const u=p(e).findIndex(f=>f.id===c);if(u<0)return;const l=n(c);p(e).splice(u,1),e.value.push(l)}}}),vt=He.defineStore("user",()=>{const e=oe();return{user:e,setUser:r=>{e.value=r,k0.setUser({username:r.onPremisesSamAccountName})},reset:()=>{e.value=null}}}),Vs=(e,t)=>{t!==void 0&&document.querySelector(":root").style.setProperty("--oc-"+e,t)},_P="thead-clicked",IP="highlight",CP="rowMounted",PP="contextmenuClicked",Ab="itemDropped",FP="itemDragged",OP=["xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"],xP={xxxsmall:"xxxs",xxsmall:"xxs",xsmall:"xs",small:"s",medium:"m",large:"l",xlarge:"xl",xxlarge:"xxl",xxxlarge:"xxxl",remove:"rm"};function ri(e){return xP[e]}function kP(e,t,n,r){for(var o=-1,i=e==null?0:e.length;++o<i;)n=t(n,e[o],o,e);return n}function NP(e){return function(t){return e==null?void 0:e[t]}}var $P={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},DP=NP($P),LP=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,MP="\\u0300-\\u036f",BP="\\ufe20-\\ufe2f",jP="\\u20d0-\\u20ff",UP=MP+BP+jP,qP="["+UP+"]",VP=RegExp(qP,"g");function zP(e){return e=Al(e),e&&e.replace(LP,DP).replace(VP,"")}var WP=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function HP(e){return e.match(WP)||[]}var GP=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function KP(e){return GP.test(e)}var Rb="\\ud800-\\udfff",QP="\\u0300-\\u036f",XP="\\ufe20-\\ufe2f",YP="\\u20d0-\\u20ff",JP=QP+XP+YP,_b="\\u2700-\\u27bf",Ib="a-z\\xdf-\\xf6\\xf8-\\xff",ZP="\\xac\\xb1\\xd7\\xf7",eF="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",tF="\\u2000-\\u206f",nF=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Cb="A-Z\\xc0-\\xd6\\xd8-\\xde",rF="\\ufe0e\\ufe0f",Pb=ZP+eF+tF+nF,Fb="['’]",Ob="["+Pb+"]",iF="["+JP+"]",xb="\\d+",oF="["+_b+"]",kb="["+Ib+"]",Nb="[^"+Rb+Pb+xb+_b+Ib+Cb+"]",sF="\\ud83c[\\udffb-\\udfff]",aF="(?:"+iF+"|"+sF+")",lF="[^"+Rb+"]",$b="(?:\\ud83c[\\udde6-\\uddff]){2}",Db="[\\ud800-\\udbff][\\udc00-\\udfff]",$i="["+Cb+"]",cF="\\u200d",Lb="(?:"+kb+"|"+Nb+")",uF="(?:"+$i+"|"+Nb+")",Mb="(?:"+Fb+"(?:d|ll|m|re|s|t|ve))?",Bb="(?:"+Fb+"(?:D|LL|M|RE|S|T|VE))?",jb=aF+"?",Ub="["+rF+"]?",fF="(?:"+cF+"(?:"+[lF,$b,Db].join("|")+")"+Ub+jb+")*",dF="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",pF="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",hF=Ub+jb+fF,gF="(?:"+[oF,$b,Db].join("|")+")"+hF,mF=RegExp([$i+"?"+kb+"+"+Mb+"(?="+[Ob,$i,"$"].join("|")+")",uF+"+"+Bb+"(?="+[Ob,$i+Lb,"$"].join("|")+")",$i+"?"+Lb+"+"+Mb,$i+"+"+Bb,pF,dF,xb,gF].join("|"),"g");function yF(e){return e.match(mF)||[]}function bF(e,t,n){return e=Al(e),t=t,t===void 0?KP(e)?yF(e):HP(e):e.match(t)||[]}var vF="['’]",wF=RegExp(vF,"g");function SF(e){return function(t){return kP(bF(zP(t).replace(wF,"")),e,"")}}var qb=SF(function(e,t,n){return e+(n?"-":"")+t.toLowerCase()});const Vb=me.z.object({name:me.z.string().optional(),slogan:me.z.string().optional(),logo:me.z.string().optional(),urls:me.z.object({accessDeniedHelp:me.z.string(),imprint:me.z.string(),privacy:me.z.string()}).optional(),shareRoles:me.z.record(me.z.string(),me.z.object({iconName:me.z.string()})).optional()}),EF=me.z.object({breakpoints:me.z.record(me.z.string()).optional(),roles:me.z.record(me.z.string()).optional(),colorPalette:me.z.record(me.z.string()).optional(),fontFamily:me.z.string().optional(),fontSizes:me.z.record(me.z.string()).optional(),sizes:me.z.record(me.z.string()).optional(),spacing:me.z.record(me.z.string()).optional()}),zb=Vb.extend({designTokens:EF.optional(),favicon:me.z.string().optional(),background:me.z.string().optional()}),TF=zb.extend({isDark:me.z.boolean(),label:me.z.string()}),Wb=me.z.object({defaults:zb,themes:me.z.array(TF)}),AF=me.z.object({common:Vb.optional(),clients:me.z.object({web:Wb})}),RF="oc_currentThemeName",ii=He.defineStore("theme",()=>{const e=Mr.useLocalStorage(RF,null),t=Mr.usePreferredDark(),n=oe(),r=oe([]),o=l=>{const f=ed(l.common,l.clients.web.defaults);r.value=l.clients.web.themes.map(d=>ed(f,d)),i()},i=()=>{const l=p(r).find(d=>!d.isDark),f=p(r).find(d=>d.isDark);c(p(r).find(d=>d.label===p(e))||(p(t)?f:l)||p(r)[0],!1)},s=()=>{e.value=null,i()},a=U(()=>e.value===null),c=(l,f=!0)=>{var m,w,v,T,b,g;n.value=l,f&&(e.value=p(n).label);const d=[{name:"breakpoints",prefix:"breakpoint"},{name:"roles",prefix:"role"},{name:"colorPalette",prefix:"color"},{name:"fontSizes",prefix:"font-size"},{name:"sizes",prefix:"size"},{name:"spacing",prefix:"spacing"}];Vs("font-family",p(n).designTokens.fontFamily),d.forEach(h=>{for(const y in p(n).designTokens[h.name])Vs(`${h.prefix}-${qb(y)}`,p(n).designTokens[h.name][y])}),(w=(m=p(n).designTokens)==null?void 0:m.roles)!=null&&w.chrome||(Vs("role-chrome",(T=(v=p(n).designTokens)==null?void 0:v.roles)==null?void 0:T.surfaceContainer),Vs("role-on-chrome",(g=(b=p(n).designTokens)==null?void 0:b.roles)==null?void 0:g.onSurface))};return{availableThemes:r,currentTheme:n,initializeThemes:o,setAndApplyTheme:c,setAutoSystemTheme:s,isCurrentThemeAutoSystem:a,getRoleIcon:l=>{var f;return((f=p(n).shareRoles[l.id])==null?void 0:f.iconName)||"user"}}}),jt=He.defineStore("shares",()=>{const e=Ke(),{getRoleIcon:t}=ii(),n=oe(!1),r=oe([]),o=oe([]),i=oe({}),s=I=>{i.value=I.reduce((A,$)=>(A[$.id]={...$,icon:t($)},A),{})},a=I=>{const A=p(r).find(({id:$})=>$===I.id);if(A){Object.assign(A,I);return}p(r).push(I)},c=I=>{r.value=I},u=I=>{p(r).push(...I)},l=I=>{r.value=p(r).filter(({id:A})=>A!==I.id)},f=()=>{r.value=[],o.value=[],n.value=void 0},d=()=>{const I=Object.values(e.ancestorMetaData).map(({id:A})=>A);if(!I.length){r.value=[],o.value=[];return}p(r).forEach(A=>{I.includes(A.resourceId)||l(A)}),p(o).forEach(A=>{I.includes(A.resourceId)||v(A)})},m=I=>{o.value=I},w=I=>{const A=p(o).find(({id:$})=>$===I.id);if(A){Object.assign(A,I);return}p(o).push(I)},v=I=>{o.value=p(o).filter(({id:A})=>A!==I.id)},T=I=>{n.value=I},b=I=>{const A=N=>{const j=new Set;return N.forEach(W=>{j.add(W.shareType)}),Array.from(j)},$=[...e.resources,e.currentFolder].find(N=>(N==null?void 0:N.id)===I);if(!$||ee.isProjectSpaceResource($))return;const D=[...p(r),...p(o)];e.updateResourceField({id:$.id,field:"shareTypes",value:A(D.filter(N=>!N.indirect))});const k=e.getAncestorById(I);k&&e.updateAncestorField({path:k.path,field:"shareTypes",value:A(D.filter(N=>!N.indirect))})};return{loading:n,collaboratorShares:r,linkShares:o,graphRoles:i,setGraphRoles:s,setLoading:T,setCollaboratorShares:c,setLinkShares:m,removeOrphanedShares:d,pruneShares:f,addShare:async({clientService:I,space:A,resource:$,options:D})=>{const N=await I.graphAuthenticated.permissions.createInvite(A.id,$.id,D,p(i));return u([N]),b($.id),e.loadIndicators(A,$.id),N},updateShare:async({clientService:I,space:A,resource:$,collaboratorShare:D,options:k})=>{const N=I.graphAuthenticated.permissions,j={roles:k.roles,expirationDateTime:k.expirationDateTime},W=await N.updatePermission(A.id,$.id,D.id,j,p(i));return a(W),W},deleteShare:async({clientService:I,space:A,resource:$,collaboratorShare:D,loadIndicators:k=!1})=>{await I.graphAuthenticated.permissions.deletePermission(A.id,$.id,D.id),l(D),b($.id),k&&e.loadIndicators(A,$.id)},addLink:async({clientService:I,space:A,resource:$,options:D})=>{const N=await I.graphAuthenticated.permissions.createLink(A.id,$.id,D),j=e.selectedResources,W=j.some(({fileId:X})=>X===$.fileId)||j.length===0&&e.currentFolder.fileId===$.fileId;if(w(N),b($.id),!W){const X=e.ancestorMetaData[$.path]??null;if(X){const{shareTypes:ie}=X;ie.includes(ee.ShareTypes.link.value)||e.updateAncestorField({path:X.path,field:"shareTypes",value:[...ie,ee.ShareTypes.link.value]})}}return e.loadIndicators(A,$.id),N},updateLink:async({clientService:I,space:A,resource:$,linkShare:D,options:k})=>{const N=I.graphAuthenticated.permissions;let j;if(Object.hasOwn(k,"password"))j=await N.setPermissionPassword(A.id,$.id,D.id,{password:k.password}),D.hasPassword=!!k.password;else{const W={link:{...k.type&&{type:k.type},...k.displayName&&{"@libre.graph.displayName":k.displayName}},...Object.hasOwn(k,"expirationDateTime")&&{expirationDateTime:k.expirationDateTime}};j=await N.updatePermission(A.id,$.id,D.id,W)}return w(j),j},deleteLink:async({clientService:I,space:A,resource:$,linkShare:D,loadIndicators:k=!1})=>{await I.graphAuthenticated.permissions.deletePermission(A.id,$.id,D.id),v(D),b($.id),k&&e.loadIndicators(A,$.id)}}}),Hb=e=>e.sort((t,n)=>n.permissions.length-t.permissions.length),Ao=async({graphClient:e,driveType:t,configStore:n,graphRoles:r,signal:o})=>{var c;const i=await e.drives.listMyDrives(r,{orderBy:"name asc",filter:`driveType eq ${t}`},{signal:o});if(!i.length)return[];if(t!=="mountpoint"||!((c=n.options.routing)!=null&&c.fullShareOwnerPaths))return i;const s={};i.forEach(u=>{const{rootId:l,driveAlias:f}=u.root.remoteItem;s[l]=f});const a=Object.entries(s).map(([u,l])=>ee.buildSpace({id:ee.extractStorageId(u),name:l,driveType:l.split("/")[0],driveAlias:l,path:"/",serverUrl:n.serverUrl},r));return[...i,...a]},lt=He.defineStore("spaces",()=>{const e=vt(),t=st(),n=jt(),r=oe([]),o=oe(),i=oe(!1),s=oe(!1),a=oe(!1),c=oe(null),u=oe([]),l=U(()=>p(r).find(j=>ee.isPersonalSpaceResource(j)&&j.isOwner(e.user))),f=j=>{i.value=j},d=j=>{s.value=j},m=j=>{a.value=j},w=j=>{o.value=j},v=j=>{c.value=j},T=j=>{if(!ee.isProjectSpaceResource(j))return[];const W=n.collaboratorShares.filter(X=>X.resourceId===j.id);return Hb(W)},b=j=>{p(r).push(...j)},g=j=>{r.value=p(r).filter(({id:W})=>W!==j.id)},h=j=>p(r).find(W=>j==W.id),y=async({graphClient:j,space:W,signal:X})=>(await A({graphClient:j,signal:X}),p(r).find(ie=>{var de,se;return ee.isMountPointSpaceResource(ie)&&((se=(de=ie.root)==null?void 0:de.remoteItem)==null?void 0:se.id)===W.id})),S=({driveAliasPrefix:j,id:W,shareName:X})=>{const ie=ee.buildShareSpaceResource({driveAliasPrefix:j,id:W,shareName:X,serverUrl:t.serverUrl});return b([ie]),ie},E=j=>{const W=p(r).find(({id:X})=>X===j.id);if(W){Object.assign(W,j);return}b([j])},R=({id:j,field:W,value:X})=>{const ie=p(r).find(de=>j===de.id);ie&&(ie[W]=X)},I=async({graphClient:j})=>{a.value=!0;try{const[W,X]=await Promise.all([Ao({graphClient:j,driveType:"personal",configStore:t,graphRoles:n.graphRoles}),Ao({graphClient:j,driveType:"project",configStore:t,graphRoles:n.graphRoles})]);b([...W,...X]),i.value=!0}finally{a.value=!1}},A=async({graphClient:j,signal:W})=>{if(!p(s))try{const X=await Ao({graphClient:j,driveType:"mountpoint",configStore:t,graphRoles:n.graphRoles,signal:W});b(X)}finally{s.value=!0}};return{spaces:r,spacesInitialized:i,mountPointsInitialized:s,spacesLoading:a,currentSpace:o,personalSpace:l,defaultSpaceImageBlobURL:c,imagesLoading:u,getSpace:h,createShareSpace:S,setSpacesInitialized:f,setMountPointsInitialized:d,setSpacesLoading:m,setCurrentSpace:w,setDefaultSpaceImageBlobURL:v,getSpaceMembers:T,getMountPointForSpace:y,addSpaces:b,removeSpace:g,upsertSpace:E,updateSpaceField:R,loadSpaces:I,loadMountPoints:A,reloadProjectSpaces:async({graphClient:j,signal:W})=>{const X=await Ao({graphClient:j,driveType:"project",configStore:t,graphRoles:n.graphRoles,signal:W});r.value=p(r).filter(ie=>!ee.isProjectSpaceResource(ie)),b(X)},addToImagesLoading:j=>{p(u).includes(j)||p(u).push(j)},removeFromImagesLoading:j=>{u.value=p(u).filter(W=>W!==j)},purgeImagesLoading:()=>{u.value=[]}}}),Ke=He.defineStore("resources",()=>{const e=st(),t=lt(),n=vt(),r=oe([]),o=oe(),i=oe({}),s=oe([]),a=U(()=>{let _=p(r);return p(k)||(_=_.filter(F=>!F.name.startsWith("."))),_}),c=U(()=>{const _=p(r).filter(({type:V})=>V==="file").length,F=p(r).filter(({type:V,name:ce})=>V==="file"&&ce.startsWith(".")).length,K=p(r).filter(({type:V})=>V==="folder").length,z=p(r).filter(({type:V,name:ce})=>V==="folder"&&ce.startsWith(".")).length,B=p(r).filter(ee.isProjectSpaceResource).length;return{files:_,hiddenFiles:F,folders:K,hiddenFolders:z,spaces:B}}),u=_=>{r.value=_},l=_=>{r.value=p(r).filter(F=>!_.find(({id:K})=>K===F.id))},f=()=>{r.value=[]},d=_=>{const F=p(r).find(({id:K})=>K===_.id);if(F){Object.assign(F,_);return}p(r).push(_)},m=_=>{const F=p(r).filter(K=>!_.some(z=>z.path===K.path));r.value=[...F,..._]},w=({id:_,field:F,value:K})=>{const z=p(r).find(B=>_===B.id);z&&(z[F]=K)},v=_=>{o.value=_},T=()=>{o.value=void 0},b=_=>{r.value=_.resources,o.value=_.currentFolder},g=()=>{r.value=[],o.value=void 0,h.value=[]},h=oe([]),y=oe(null),S=U(()=>p(r).filter(_=>p(h).includes(_.id))),E=_=>{const F=_.find(K=>!p(h).includes(K));F&&(y.value=F),h.value=_},R=_=>{y.value=_,p(h).includes(_)||p(h).push(_)},I=_=>{y.value=_,p(h).includes(_)&&(h.value=p(h).filter(F=>F!==_))},A=_=>{p(h).includes(_)?I(_):R(_)},$=()=>{h.value=[]},D=_=>{y.value=_},k=oe(!0),N=oe(!0),j=oe(!1),W=oe(!0),X=_=>{k.value=_,window.localStorage.setItem("oc_hiddenFilesShown",_.toString())},ie=_=>{N.value=_,window.localStorage.setItem("oc_fileExtensionsShown",_.toString())},de=_=>{j.value=_,window.localStorage.setItem("oc_webDavDetailsShown",_.toString())},se=_=>{W.value=_,window.localStorage.setItem("oc_disabledSpacesShown",_.toString())},we=(_,F)=>{const K=p(r).filter(z=>[z.id,z.parentFolderId].includes(F));for(const z of K){const B=Eo({space:_,resource:z,ancestorMetaData:p(i),user:n.user});!B.length&&!z.indicators.length||w({id:z.id,field:"indicators",value:B})}},Se=_=>{i.value=_};return{resources:r,currentFolder:o,activeResources:a,totalResourcesCount:c,setResources:u,removeResources:l,clearResources:f,upsertResource:d,upsertResources:m,updateResourceField:w,setCurrentFolder:v,clearCurrentFolder:T,initResourceList:b,clearResourceList:g,selectedIds:h,latestSelectedId:y,selectedResources:S,setSelection:E,addSelection:R,removeSelection:I,toggleSelection:A,resetSelection:$,setLastSelectedId:D,areHiddenFilesShown:k,areFileExtensionsShown:N,areWebDavDetailsShown:j,areDisabledSpacesShown:W,setAreHiddenFilesShown:X,setAreFileExtensionsShown:ie,setAreWebDavDetailsShown:de,setAreDisabledSpacesShown:se,loadIndicators:we,ancestorMetaData:i,setAncestorMetaData:Se,updateAncestorField:({path:_,field:F,value:K})=>{const z=p(i)[_]??null;z&&(z[F]=K)},loadAncestorMetaData:({folder:_,space:F,client:K,signal:z})=>{const B={[_.path]:{id:_.fileId,shareTypes:_.shareTypes,parentFolderId:_.parentFolderId,spaceId:F.id,path:_.path}},V=[],ce=[qe.FileId,qe.ShareTypes,qe.FileParent],Re=mb(_.path),Le=t.spaces,ke=()=>Le.filter(Be=>ee.isMountPointSpaceResource(Be)&&ee.extractStorageId(Be.root.remoteItem.rootId)===F.id);let Pe=!0;if(e.options.routing.fullShareOwnerPaths){const Be=Le.find(he=>ee.isProjectSpaceResource(he)&&he.id===F.id);Pe=F.isOwner(n.user)||(Be==null?void 0:Be.isMember(n.user))}for(const Be of Re){const he=p(i)[Be]??null;if((he==null?void 0:he.spaceId)===F.id){B[Be]=he;continue}if(!Pe&&!ke().find(ae=>Be.startsWith(ae.root.remoteItem.path)))break;V.push(K.listFiles(F,{path:Be},{depth:0,davProperties:ce,signal:z}).then(({resource:ae})=>{B[Be]={id:ae.fileId,shareTypes:ae.shareTypes,parentFolderId:ae.parentFolderId,spaceId:F.id,path:Be}}))}return Promise.all(V).then(()=>{if(!Object.keys(B).includes("/")){const Be=p(i)["/"];if((Be==null?void 0:Be.spaceId)===F.id)B["/"]=Be;else{const{parentFolderId:he}=Object.values(B)[0],ae=t.spaces.find(({id:$e})=>he.startsWith($e));ae&&(B["/"]={id:ae.id,shareTypes:ae.shareTypes,parentFolderId:ae.id,spaceId:ae.id,path:"/"})}}Se(B)})},getAncestorById:_=>Object.values(p(i)).find(F=>_===F.id),deleteQueue:s,addResourcesIntoDeleteQueue:_=>{s.value=s.value.concat(_.filter(F=>!p(s).includes(F)))},removeResourcesFromDeleteQueue:_=>{s.value=s.value.filter(F=>!_.includes(F))}}}),Ro=He.defineStore("webWorkers",()=>{const e=oe([]);return{createWorker:(i,{needsTokenRenewal:s=!1}={})=>{const a=Yt.v4(),c=Mr.useWebWorker(i,{type:"module",name:a}),u={id:a,needsTokenRenewal:s,...c};return p(e).push(u),u},terminateWorker:i=>{const s=p(e).find(a=>i===a.id);s&&(s.terminate(),e.value=p(e).filter(a=>i!==a.id))},terminateAllWorkers:()=>{p(e).forEach(({terminate:i})=>{i()}),e.value=[]},updateAccessTokens:i=>{p(e).filter(({needsTokenRenewal:s})=>s).forEach(({post:s})=>{s(JSON.stringify({topic:"tokenUpdate",data:{accessToken:`Bearer ${i}`}}))})}}}),zs=(e={})=>{const t=e.router||ze(),n=e.configStore||st();return{replaceInvalidFileRoute:({space:o,resource:i,path:s,fileId:a})=>{var u;if(!((u=n.options.routing)!=null&&u.idBased)||s===i.path&&a===i.fileId)return!1;const c=Jn(o,i,{configStore:n});return t.replace(c),!0}}},Ws=()=>{const e=en();return U(()=>p(e).name)},Gb=(e,t)=>{const n=en();return U(()=>p(n).meta[e]||t)},Hs=(e,t)=>{const n=ze();return U({get(){return St(p(n.currentRoute).params[e])||t},async set(r){p(n.currentRoute).params[e]!==r&&await n.replace({params:{...p(n.currentRoute).params,[e]:r}})}})};let Kb=Promise.resolve();const on=(e,t)=>{const n=ze();return U({get(){return p(n.currentRoute).query[e]||t},set(r){if(p(n.currentRoute).query[e]===r)return;Kb=Kb.then(async()=>{try{await n.replace({path:p(n.currentRoute).path,query:{...p(n.currentRoute).query,[e]:r}})}catch{}})}})},wr=e=>{const t=on(e.name),n=pf(_F(e));return Tt(()=>p(t)?{value:p(t),source:"route"}:p(n)?{value:p(n),source:"storage"}:{value:e.defaultValue,source:"default"},r=>{["route","default"].includes(r.source)&&(n.value=r.value===e.defaultValue?void 0:St(r.value)),["storage","default"].includes(r.source)&&(t.value=r.value)},{immediate:!0}),t},_F=e=>["oc-options",e.storagePrefix,e.name].filter(Boolean).join("_"),Sr=(e,...t)=>{const n=oe(!1),r=ze(),o=en();return Tt(o,()=>{n.value=e(r,...t)},{immediate:!0}),n},Gs="contextRouteName",hf="contextRouteParams",gf="contextRouteQuery",Ks=e=>{var i;const{params:t,query:n}=e,r={},o=["fileId","shareId","q_share-visibility"].concat(((i=e.meta)==null?void 0:i.contextQueryItems)||[]);for(const s of o)r[s]=n[s];return{[Gs]:e.name,[hf]:t,[gf]:r}},Qb=e=>({routeName:St(e[Gs]),routeParams:e[hf],routeQuery:e[gf]}),St=e=>Array.isArray(e)?e[0].toString():e==null?void 0:e.toString();function Xb({router:e,currentFileContext:t}){const n=a=>{const{fileName:c,routeName:u,routeParams:l,routeQuery:f}=p(a);return p(u)?e.push({name:p(u),params:p(l),query:{...p(f),scrollTo:p(c)}}):e.push({path:"/"})},{replaceInvalidFileRoute:r}=zs({router:e}),o=(a,c)=>{const u=p(a);return r({space:p(u.space),resource:c,path:p(u.item),fileId:p(u.itemId)})},i=oe(!1);return{replaceInvalidFileRoute:o,closeApp:()=>(i.value=!0,n(t)),closed:i}}const Ye=()=>mr("$clientService");function mf({clientService:e}){e=e||Ye();const t=rn(),n=vt();return{getUrlForResource:(c,u,l)=>{var f;return e.webdav.getFileUrl(c,u,{isUrlSigningEnabled:t.supportUrlSigning,username:(f=n.user)==null?void 0:f.onPremisesSamAccountName,...l})},revokeUrl:c=>e.webdav.revokeUrl(c),getFileContents:(c,u)=>e.webdav.getFileContents(p(p(c).space),{path:p(p(c).item)},{...u}),getFileInfo:(c,u={})=>e.webdav.getFileInfo(p(p(c).space),{path:p(p(c).item),fileId:p(p(c).itemId)},u),putFileContents:(c,u)=>e.webdav.putFileContents(p(p(c).space),{path:p(p(c).item),...u})}}const yf=()=>mr("$authService");class Er{}Ee(Er,"allFiles","all-files"),Ee(Er,"currentFolder","current-folder");const bf=()=>{const e=st(),t=Ye(),n=lt(),r=Ke(),o=rn(),i=U(()=>{var d;return(d=o.searchContent)==null?void 0:d.enabled}),s=U(()=>r.areHiddenFilesShown),a=U(()=>n.spaces.filter(ee.isProjectSpaceResource)),c=d=>p(a).find(m=>m.id===d),u=un.useTask(function*(d,m,w=null){if(e.options.routing.fullShareOwnerPaths&&(yield n.loadMountPoints({graphClient:t.graphAuthenticated,signal:d})),!m)return{totalResults:null,values:[]};const{resources:v,totalResults:T}=yield*ee.call(t.webdav.search(m,{searchLimit:w,davProperties:vs.Default,signal:d}));return{totalResults:T,values:v.map(b=>{const g=c(b.parentFolderId),h=g||b;return e.options.routing.fullShareOwnerPaths&&h.remoteItemPath&&(h.path=ee.urlJoin(h.remoteItemPath,h.path)),{id:h.id,data:h}}).filter(({data:b})=>!b.name.startsWith(".")||p(s))}}).restartable();return{search:async(d,m=null)=>await u.perform(d,m),buildSearchTerm:({term:d,isTitleOnlySearch:m,tags:w,lastModified:v,mediaType:T,scope:b,useScope:g})=>{const h=[],y=d,S=p(i)&&!m;if(y){let E=`name:"*${y}*"`;S&&(E=`(name:"*${y}*" OR content:"${y}")`),h.push(E)}if(g&&b&&h.push(`scope:${b}`),w){const E=w.split("+").map(R=>`"${R}"`);h.push(`tag:(${E.join(" OR ")})`)}if(v&&h.push(`mtime:${v}`),T){const E=T.split("+").map(R=>`"${R}"`);h.push(`mediatype:(${E.join(" OR ")})`)}return h.sort((E,R)=>Number(E.startsWith("scope:"))-Number(R.startsWith("scope:"))).join(" AND ")}}};function Yb({currentRoute:e,clientService:t}){const n=oe(!1),{webdav:r}=t,{replaceInvalidFileRoute:o}=zs(),{getFileInfo:i}=mf({clientService:t}),s=yf(),a=lt(),{buildSearchTerm:c,search:u}=bf(),l=on("contextRouteQuery"),f=Ke(),{activeResources:d}=He.storeToRefs(f);return{isFolderLoading:n,loadFolderForFileContext:async w=>{var v,T;n.value=!0;try{if(w=p(w),(v=p(l))!=null&&v.term){const I=c({term:(T=p(l))==null?void 0:T.term}),{values:A}=await u(I,200),$=A.filter(({data:D})=>ee.isSearchResource(D)).map(D=>D.data);f.initResourceList({currentFolder:null,resources:$}),n.value=!1;return}if(["files-shares-with-me","files-shares-with-others","files-shares-via-link","files-common-favorites"].includes(p(w.routeName))){await qy.getTask().perform(),n.value=!1;return}f.clearResourceList();const g=p(w.space),h=await i(w,{davProperties:[qe.FileId]});if(o({space:g,resource:h,path:p(w.item),fileId:p(w.itemId)}),a.spaces.some(I=>{var A;return ee.isMountPointSpaceResource(I)&&((A=I.root.remoteItem)==null?void 0:A.id)===h.id})){const I=await i(w);f.initResourceList({currentFolder:I,resources:[I]}),n.value=!1;return}const S=gt.dirname(h.path),{resource:E,children:R}=await r.listFiles(g,{path:S});E.type==="file"?f.initResourceList({currentFolder:E,resources:[E]}):f.initResourceList({currentFolder:E,resources:R})}catch(b){if(b.statusCode===401)return s.handleAuthError(p(e));f.setCurrentFolder(null),console.error(b)}n.value=!1},activeFiles:d}}function vf({appsStore:e,applicationId:t}){return{applicationMeta:U(()=>{const r=e.apps[t];if(!r)throw new Error(`useAppConfig: could not find config for applicationId: ${t}`);return r||{}})}}const _o=()=>Xe;function Jb({titleSegments:e,eventBus:t}){const n=ii(),{currentTheme:r}=He.storeToRefs(n);t=t||_o(),Tt(e,o=>{const i=p(o),s=" - ",a={shortDocumentTitle:i.join(s),fullDocumentTitle:[...i,p(r).name].join(s)};t.publish("runtime.documentTitle.changed",a)},{immediate:!0,deep:!0})}function IF({appsStore:e,applicationId:t,applicationName:n,currentFileContext:r,currentRoute:o}){const i=vf({applicationId:t,appsStore:e}),{$gettext:s}=Ne.useGettext(),a=U(()=>{var l,f,d;const c=gt.basename(p((l=p(r))==null?void 0:l.fileName))||s(((d=(f=p(o))==null?void 0:f.meta)==null?void 0:d.title)||""),u=p(p(i).applicationMeta);return[c,p(n)||u.name||u.id].filter(Boolean)});Jb({titleSegments:a})}function Zb(e={}){const t=e.clientService??Ye(),n=e.authStore??Xr();return{makeRequest:(o,i,s={})=>{const a=n.accessToken?t.httpAuthenticated:t.httpUnAuthenticated;return s.headers=s.headers||{},n.publicLinkContextReady&&(n.publicLinkPassword&&(s.headers.Authorization="Basic "+yr.from(["public",n.publicLinkPassword].join(":")).toString("base64")),n.publicLinkToken&&(s.headers["public-token"]=n.publicLinkToken)),s.method=o,s.url=i,a.request(s)}}}const ev=()=>{const e=lt();return{areSpacesLoading:U(()=>!e.spacesInitialized||e.spacesLoading)}},tv=(e={})=>{const t=lt(),{areSpacesLoading:n}=ev(),r=on("shareId"),o=on("fileId"),i=U(()=>St(p(o))),s=st(),a=Ye(),c=U(()=>t.spaces),u=oe(null),l=oe(null),f=oe(!1),d=m=>{const w=m.split("/");return p(c).find(v=>{if(!m.startsWith(v.driveAlias))return!1;const T=v.driveAlias.split("/");return w.length<T.length||w.slice(0,T.length).join("/")!==v.driveAlias?!1:v})};return ja(()=>{const m=p(e.driveAliasAndItem);!(m!=null&&m.startsWith("personal/"))&&!(m!=null&&m.startsWith("project/"))&&t.setCurrentSpace(null)}),Tt([e.driveAliasAndItem,n],async([m,w],[v,T])=>{if(m===v&&w===T)return;if(!m||m.startsWith("virtual/")){u.value=null,l.value=null;return}if(p(u)&&m.startsWith(p(u).driveAlias)){l.value=ee.urlJoin(m.slice(p(u).driveAlias.length),{leadingSlash:!0});return}let g=null,h=null;if(m.startsWith("public/")||m.startsWith("ocm/")){const[y,...S]=m.split("/").slice(1);g=p(c).find(E=>E.id===y),h=S.join("/")}else if(m.startsWith("share/")||m.startsWith("ocm-share/")){const[y,...S]=m.split("/").slice(1),E=m.startsWith("ocm-share/")?"ocm-share":"share";let R=St(p(r));R!=null&&R.includes(":")&&(R=[ee.SHARE_JAIL_ID,R].join("!")),g=t.getSpace(R)||t.createShareSpace({driveAliasPrefix:E,id:R,shareName:p(y)}),h=S.join("/")}else p(i)?g=p(c).find(y=>p(i).startsWith(`${y.fileId}`)):g=d(m),g||(!t.mountPointsInitialized&&s.options.routing.fullShareOwnerPaths&&(f.value=!0,await t.loadMountPoints({graphClient:a.graphAuthenticated})),g=d(m)),g&&(h=m.slice(g.driveAlias.length));u.value=g,l.value=ee.urlJoin(h,{leadingSlash:!0}),f.value=!1},{immediate:!0,deep:!0}),Tt(u,m=>{t.setCurrentSpace(m)},{immediate:!0}),{space:u,item:l,itemId:i,loading:f}};function nv(e){const t=ze(),n=Zn(),r=en(),o=e.clientService??Ye(),i=e.applicationId,s=Xr(),{publicLinkContextReady:a}=He.storeToRefs(s),c=Hs("driveAliasAndItem"),{space:u,item:l,itemId:f,loading:d}=tv({driveAliasAndItem:c}),m=U(()=>{if(p(d))return null;let w;return p(u)?w=ee.urlJoin(p(u).webDavPath,p(l)):w=ee.urlJoin(St(p(r).params.filePath)),{path:w,driveAliasAndItem:p(c),space:p(u),item:p(l),itemId:p(f),fileName:gt.basename(w),routeName:St(p(r).query[Gs]),...Qb(p(r).query)}});return IF({appsStore:n,applicationId:i,applicationName:e.applicationName,currentFileContext:m,currentRoute:r}),{isPublicLinkContext:a,currentFileContext:m,...oh({appsStore:n,...e}),...Xb({router:t,currentFileContext:m}),...mf({clientService:o}),...Yb({clientService:o,currentRoute:r}),...Zb({clientService:o,currentRoute:p(r)})}}const CF=e=>({meta:{...e.meta,authContext:"anonymous"},path:e.path,redirect:t=>{const n=e.redirect(t);return console.warn(`route "${e.path}" is deprecated, use "${String(n.path)||String(n.name)}" instead.`),n}}),PF=()=>[{path:"/list",redirect:e=>xn("files-spaces-generic",{...e,params:{...e.params,driveAliasAndItem:"personal/home"}})},{path:"/list/all/:item(.*)",redirect:e=>xn("files-spaces-generic",{...e,params:{...e.params,driveAliasAndItem:ee.urlJoin("personal/home",St(e.params.item),{leadingSlash:!1})}})},{path:"/list/favorites",redirect:e=>Ti("files-common-favorites",e)},{path:"/list/shared-with-me",redirect:e=>kn("files-shares-with-me",e)},{path:"/list/shared-with-others",redirect:e=>kn("files-shares-with-others",e)},{path:"/list/shared-via-link",redirect:e=>kn("files-shares-via-link",e)},{path:"/trash-bin",redirect:e=>Ri("files-trash-generic",e)},{path:"/public/list/:item(.*)",redirect:e=>Ai("files-public-link",e)},{path:"/private-link/:fileId",redirect:e=>({name:"resolvePrivateLink",params:{fileId:e.params.fileId}})},{path:"/public-link/:token",redirect:e=>({name:"resolvePublicLink",params:{token:e.params.token}})}].map(CF),FF=(e,...t)=>{const[n,...r]=t.map(o=>{const i={"files-personal":xn("files-spaces-generic").name,"files-favorites":Ti("files-common-favorites").name,"files-shared-with-others":kn("files-shares-with-others").name,"files-shared-with-me":kn("files-shares-with-me").name,"files-trashbin ":Ri("files-trash-generic").name,"files-public-list":Ai("files-public-link").name}[o.name.toString()];return i&&console.warn(`route name "${name}" is deprecated, use "${i.toString()}" instead.`),{...o,...!!i&&{name:i}}});return gl(e,n,...r)},OF={name:"root",path:"/",redirect:e=>xn("files-spaces-generic",e)},xF=e=>[OF,...rT(e),...sT(e),...aT(e),...iT(e),...lT(e),...PF()],oi=()=>{const{$gettext:e}=Ne.useGettext(),t=Ye();return{checkSpaceNameModalInput:(o,i)=>o.trim()===""?i(e("Space name cannot be empty")):o.length>255?i(e("Space name cannot exceed 255 characters")):/[/\\.:?*"><|]/.test(o)?i(e(`Space name cannot contain the following characters: / \\\\ . : ? * " > < |'`)):i(null),getDefaultMetaFolder:async o=>{const{children:i}=await t.webdav.listFiles(o);return i.find(({name:s})=>s===".space")}}},ln=e=>{const t=vt(),n=lt(),r=st(),o=U(()=>n.spaces),i=Hs("driveAliasAndItem"),s=f=>p(e==null?void 0:e.space)||p(o).find(d=>d.id===f),a=f=>{var T,b,g,h,y;let d=f.storageId;((T=p(i))!=null&&T.startsWith("public/")||(b=p(i))!=null&&b.startsWith("ocm/"))&&(d=p(i).split("/")[1]);const m=s(d);if(m&&!ee.isMountPointSpaceResource(m))return m;const w=ee.isShareResource(f)&&f.shareTypes.includes(ee.ShareTypes.remote.value)||(g=f==null?void 0:f.id)!=null&&g.toString().startsWith(ee.OCM_PROVIDER_ID)?"ocm-share":"share";let v;return f.remoteItemPath?v=gt.basename(f.remoteItemPath):(h=p(i))!=null&&h.startsWith("share/")||(y=p(i))!=null&&y.startsWith("ocm-share/")?v=p(i).split("/")[1]:v=f.name,n.getSpace(f.remoteItemId)||n.createShareSpace({driveAliasPrefix:w,id:f.remoteItemId,shareName:v})},c=f=>p(o).filter(d=>ee.isMountPointSpaceResource(d)&&ee.extractStorageId(d.root.remoteItem.rootId)===f.id);return{getInternalSpace:s,getMatchingSpace:a,isPersonalSpaceRoot:f=>{var d;return(f==null?void 0:f.storageId)&&(f==null?void 0:f.storageId)===((d=n.personalSpace)==null?void 0:d.storageId)&&(f==null?void 0:f.path)==="/"},isResourceAccessible:({space:f,path:d})=>{if(!r.options.routing.fullShareOwnerPaths)return!0;const m=p(o).find(v=>ee.isProjectSpaceResource(v)&&v.id===f.id);return f.isOwner(t.user)||(m==null?void 0:m.isMember(t.user))||c(f).some(v=>d.startsWith(v.root.remoteItem.path))}}},Di=()=>{const e=Ye(),t=Ke(),n=jt();return{createSpace:i=>{const{graphAuthenticated:s}=e;return s.drives.createDrive({name:i},n.graphRoles,{params:{template:"default"}})},createDefaultMetaFolder:async i=>{var a;const s=await e.webdav.createFolder(i,{path:".space"});return ee.extractStorageId(s.parentFolderId)===((a=t.currentFolder)==null?void 0:a.id)&&t.upsertResource(s),s}}},cn=()=>mr("$loadingService"),Qs=()=>{const e=Xr(),t=Ye(),n=Ne.useGettext();return{headers:U(()=>{const o=new kh({accessToken:e.accessToken,publicLinkToken:e.publicLinkToken,publicLinkPassword:e.publicLinkPassword});return{"Accept-Language":n.current,"Initiator-ID":t.initiatorId,"X-Request-ID":Yt.v4(),...o.getHeaders()}})}};function kF(e){return new Worker("/assets/worker-CjeEygd_.js",{name:e==null?void 0:e.name})}const rv=({concurrentRequests:e=4}={})=>{const t=st(),n=cn(),{headers:r}=Qs(),{createWorker:o,terminateWorker:i}=Ro(),s=({topic:c,space:u,resources:l},f)=>{const d=o(kF,{needsTokenRenewal:!0});let m;p(d.worker).onmessage=w=>{i(d.id),m==null||m(!0);const{successful:v,failed:T}=JSON.parse(w.data),b=T.map(({resource:g,...h})=>({resource:g,error:ee.createHttpError(h)}));f({successful:v,failed:b})},n.addTask(()=>new Promise(w=>{m=w})),d.post(a({topic:c,space:u,resources:l}))},a=({topic:c,space:u,resources:l})=>JSON.stringify({topic:c,data:{space:u,resources:l,concurrentRequests:e,baseUrl:t.serverUrl,headers:{...p(r),"X-Request-ID":void 0}}});return{startWorker:s}};function NF(e){return new Worker("/assets/worker-C-4Lcir3.js",{name:e==null?void 0:e.name})}const iv=()=>{const e=st(),t=cn(),{headers:n}=Qs(),{createWorker:r,terminateWorker:o}=Ro(),i=(a,c)=>{const u=r(NF,{needsTokenRenewal:!0});let l;p(u.worker).onmessage=f=>{o(u.id),l==null||l(!0);const{successful:d,failed:m}=JSON.parse(f.data),w=m.map(({resourceName:v,...T})=>({resourceName:v,error:ee.createHttpError(T)}));c({successful:d,failed:w})},t.addTask(()=>new Promise(f=>{l=f})),u.post(s(a))},s=a=>JSON.stringify({topic:"startProcess",data:{transferData:a,baseUrl:e.serverUrl,headers:{...p(n),"X-Request-ID":void 0}}});return{startWorker:i}};function $F(e){return new Worker("/assets/worker-CHXv5Q0i.js",{name:e==null?void 0:e.name})}const ov=()=>{const e=st(),t=cn(),{headers:n}=Qs(),{createWorker:r,terminateWorker:o}=Ro(),i=({space:a,resources:c,missingFolderPaths:u},l)=>{const f=r($F,{needsTokenRenewal:!0});let d;p(f.worker).onmessage=m=>{o(f.id),d==null||d(!0);const{successful:w,failed:v}=JSON.parse(m.data),T=v.map(({resource:b,...g})=>({resource:b,error:ee.createHttpError(g)}));l({successful:w,failed:T})},t.addTask(()=>new Promise(m=>{d=m})),f.post(s({space:a,resources:c,missingFolderPaths:u}))},s=({space:a,resources:c,missingFolderPaths:u})=>JSON.stringify({topic:"startProcess",data:{space:a,resources:c,missingFolderPaths:u,baseUrl:e.serverUrl,headers:{...p(n),"X-Request-ID":void 0}}});return{startWorker:i}};function DF(e){return new Worker("/assets/worker-BBQqm_-D.js",{name:e==null?void 0:e.name})}const LF=({authService:e})=>{const{createWorker:t}=Ro(),n=oe();return{startWorker:()=>{n.value=t(DF),p(p(n).worker).onmessage=()=>{e.signinSilent().catch(async s=>{if(s instanceof x0.ErrorTimeout){console.warn("token renewal timed out, retrying in 5 seconds..."),p(n).post(JSON.stringify({topic:"set",expiry:5,expiryThreshold:0}));return}if(console.error("token renewal error:",s),!await e.getRefreshToken())return e.logoutUser()})}},setTokenTimer:({expiry:s,expiryThreshold:a})=>{if(!p(n)){console.error("token timer worker is not running");return}p(n).post(JSON.stringify({topic:"set",expiry:s,expiryThreshold:a}))},resetTokenTimer:()=>{if(!p(n)){console.error("token timer worker is not running");return}p(n).post(JSON.stringify({topic:"reset"}))}}},sv=()=>{const e=st(),t=rt(),n=ze(),r=Ne.useGettext(),{getMatchingSpace:o}=ln(),{$gettext:i,$ngettext:s}=r,a=Ye(),{dispatchModal:c}=bt(),u=lt(),l=jt(),{startWorker:f}=rv({concurrentRequests:e.options.concurrentRequests.resourceBatchActions}),d=Ke(),{currentFolder:m}=He.storeToRefs(d),w=oe([]),v=on("page","1"),T=U(()=>parseInt(St(p(v)))),b=on("items-per-page","1"),g=U(()=>parseInt(St(p(b)))),h=U(()=>mp(p(w))),y=U(()=>{const A=p(h),$=A[0].type==="folder";let D=null;return A.length===1?($?D=i('Permanently delete folder "%{name}"',{name:A[0].name},!0):D=i('Permanently delete file "%{name}"',{name:A[0].name},!0),D):s("Permanently delete selected resource?","Permanently delete %{amount} selected resources?",A.length,{amount:A.length.toString()},!1)}),S=U(()=>{const A=p(h),$=A[0].type==="folder";return A.length===1?i($?"Are you sure you want to delete this folder? All its content will be permanently removed. This action cannot be undone.":"Are you sure you want to delete this file? All its content will be permanently removed. This action cannot be undone."):i("Are you sure you want to delete all selected resources? All their content will be permanently removed. This action cannot be undone.")}),E=A=>{const $=p(n.currentRoute);f({topic:"trashBinDelete",space:A,resources:p(h)},({successful:D,failed:k})=>{var N,j;if(D.length){const W=D.length===1&&p(h).length===1?i('"%{item}" was deleted successfully',{item:D[0].name}):s("%{itemCount} item was deleted successfully","%{itemCount} items were deleted successfully",D.length,{itemCount:D.length.toString()},!0);t.showMessage({title:W})}k.forEach(({resource:W})=>{const X=i('Failed to delete "%{item}"',{item:W.name});t.showErrorMessage({title:X,errors:[new Error]})}),$.name===p(n.currentRoute).name&&((N=$.query)==null?void 0:N.fileId)===((j=p(n.currentRoute).query)==null?void 0:j.fileId)&&(d.removeResources(D),d.resetSelection())})};return{displayDialog:(A,$)=>{w.value=[...$],c({title:p(y),message:p(S),confirmText:i("Delete"),onConfirm:()=>E(A)})},filesList_delete:A=>{var k;w.value=[...A],d.addResourcesIntoDeleteQueue(p(w).map(({id:N})=>N)),p(w).forEach(({id:N})=>d.removeSelection(N));const $=p(A).reduce((N,j)=>{if(j.storageId in N)return N[j.storageId].resources.push(j),N;const W=o(j);return W.id in N||(N[W.id]={space:W,resources:[]}),N[W.id].resources.push(j),N},{}),D=(k=p(m))==null?void 0:k.id;return Object.values($).map(({space:N,resources:j})=>{f({topic:"fileListDelete",space:N,resources:j},async({successful:W,failed:X})=>{var ie;if(W.length){const de=W.length===1&&A.length===1?i('"%{item}" was moved to trash bin',{item:W[0].name}):s("%{itemCount} item was moved to trash bin","%{itemCount} items were moved to trash bin",W.length,{itemCount:W.length.toString()},!0);t.showMessage({title:de})}if(d.removeResourcesFromDeleteQueue(X.map(({resource:de})=>de.id)),d.removeResourcesFromDeleteQueue(W.map(({id:de})=>de)),X.forEach(({error:de,resource:se})=>{let we=i('Failed to delete "%{resource}"',{resource:se.name});de.statusCode===423&&(we=i('Failed to delete "%{resource}" - the file is locked',{resource:se.name})),t.showErrorMessage({title:we,errors:[de]})}),D===((ie=p(m))==null?void 0:ie.id)){d.removeResources(W);const de=d.activeResources.length,se=Math.ceil(p(de)/p(g));p(T)>1&&p(T)>se&&(v.value=se.toString())}if(at(n,"files-spaces-generic")&&!["public","share"].includes(N==null?void 0:N.driveType)){const se=await a.graphAuthenticated.drives.getDrive(p(A)[0].storageId,l.graphRoles);u.updateSpaceField({id:se.id,field:"spaceQuota",value:se.spaceQuota})}if(p(w).length&&Zi(p(w)[0],p(m)))return n.push(Jn(N,{path:gt.dirname(p(w)[0].path),fileId:p(w)[0].parentFolderId}))})})}}},MF=e=>e==="files",Or=()=>{const e=en();return U(()=>MF(Sl(p(e))))};function BF(e){return e==null}const jF="edit",UF="create",Vn=()=>{const e=Zn(),t=ze(),{$gettext:n}=Ne.useGettext(),r=os(),{isEnabled:o}=ni(),{requestExtensions:i}=Ni(),{openUrl:s}=Nv(),a=st(),{options:c}=He.storeToRefs(a),{actions:u}=Xs(),{actions:l}=Ys(),{actions:f}=Js(),{actions:d}=ea(),{actions:m}=Zs(),{actions:w}=ta(),{actions:v}=Io(),{actions:T}=Tf(),{actions:b}=na(),{actions:g}=Af(),{actions:h}=ra(),{actions:y}=ia(),{actions:S}=Cf(),E=U(()=>[...p(w),...p(v),...p(d),...p(b),...p(f),...p(h),...p(S),...p(y),...p(u),...p(l),...p(m),...p(T),...p(g)]),R=U(()=>i({id:"global.files.default-actions",extensionType:"action"}).map(ie=>ie.action)),I=U(()=>i({id:"global.files.context-actions",extensionType:"action"}).map(X=>X.action)),A=U(()=>p(o)?[]:e.fileExtensions.map(X=>{const ie=e.apps[X.app];return{name:`editor-${X.app}`,label:()=>X.label?typeof X.label=="function"?X.label():X.label:n("Open in %{app}",{app:ie.name},!0),showOpenInNewTabHint:!0,icon:X.icon||ie.icon,...ie.iconFillType&&{iconFillType:ie.iconFillType},img:ie.img,route:({space:de,resources:se})=>$({appFileExtension:X,space:de,resource:se[0]}),handler:de=>k(X,de.space,de.resources[0]),isVisible:({resources:de})=>de.length!==1||!de[0].canDownload()&&!X.secureView||!p(r)&&In(t,"files-trash-generic")?!1:de[0].extension&&X.extension?de[0].extension.toLowerCase()===X.extension.toLowerCase():de[0].mimeType&&X.mimeType?de[0].mimeType.toLowerCase()===X.mimeType.toLowerCase()||de[0].mimeType.split("/")[0].toLowerCase()===X.mimeType.toLowerCase():!1,hasPriority:X.hasPriority,class:`oc-files-actions-${qb(ie.name).toLowerCase()}-trigger`}}).sort((X,ie)=>ie.hasPriority!==X.hasPriority&&ie.hasPriority?1:0)),$=({appFileExtension:X,space:ie,resource:de})=>{const se=ee.isShareSpaceResource(ie)?ie.id:void 0,we=X.routeName||X.app,Se=D(we,ie,de,se);return t.resolve(Se)},D=(X,ie,de,se,we)=>({name:X,params:{driveAliasAndItem:ie==null?void 0:ie.getDriveAliasAndItem(de)},query:{...se&&{shareId:se},...de.fileId&&p(c).routing.idBased&&{fileId:de.fileId},...we&&{templateId:we},...Ks(p(t.currentRoute))}}),k=(X,ie,de)=>{const se=ee.isShareSpaceResource(ie)?ie.id:void 0,we=X.routeName||X.app,Se=D(we,ie,de,se);if(p(c).cernFeatures){const Z=t.resolve(Se).href,ne=`${X.routeName}-${de.path}`;s(Z,ne,!0);return}t.push(Se)},N=X=>{j(X).handler({...X})},j=X=>{const ie=W(X);if(ie.length)return ie[0]},W=X=>{const ie=we=>we.isVisible(X),de=[...p(R),...p(A)].filter(ie).sort((we,Se)=>Number(Se.hasPriority)-Number(we.hasPriority)),se=X.omitSystemActions?[]:p(E).filter(ie);return[...de,...se,...p(I).filter(we=>we.isVisible(X)&&(we.category==="actions"||BF(we.category)))]};return{editorActions:A,systemActions:E,getDefaultAction:j,getAllAvailableActions:W,getEditorRouteOpts:D,openEditor:k,triggerDefaultAction:N}},Xs=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=ze(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=Ye(),s=cn(),a=st(),c=Ke(),{updateResourceField:u}=c,l=async({resources:d})=>{const m=[],w=[],v=new Lr({concurrency:a.options.concurrentRequests.resourceBatchActions});if(d.forEach(T=>{w.push(v.add(async()=>{try{const{graphAuthenticated:b}=i;await b.driveItems.createDriveItem(T.driveId,{name:T.name,remoteItem:{id:T.fileId}}),u({id:T.id,field:"syncEnabled",value:!0})}catch(b){console.error(b),m.push(b)}}))}),await Promise.all(w),m.length===0){c.resetSelection(),at(n,"files-spaces-generic")&&e({title:o("Sync for the selected share was enabled successfully","Sync for the selected shares was enabled successfully",d.length)});return}t({title:o("Failed to enable sync for the the selected share","Failed to enable sync for the selected shares",d.length),errors:m})};return{actions:U(()=>[{name:"enable-sync",icon:"check",handler:d=>s.addTask(()=>l(d)),label:()=>r("Enable sync"),isVisible:({space:d,resources:m})=>{var w;return!Nt(n,"files-shares-with-me")&&!at(n,"files-spaces-generic")||m.length===0||at(n,"files-spaces-generic")&&(((w=p(d))==null?void 0:w.driveType)!=="share"||m.length>1||m[0].path!=="/")?!1:m.some(v=>!v.syncEnabled)},class:"oc-files-actions-enable-sync-trigger"}])}},Ys=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=ze(),{$gettext:r}=Ne.useGettext(),o=Ye(),i=cn(),s=st(),{updateResourceField:a,resetSelection:c}=Ke(),u=async({resources:f})=>{const d=[],m=[],w=new Lr({concurrency:s.options.concurrentRequests.resourceBatchActions}),v=!f[0].hidden;if(f.forEach(T=>{m.push(w.add(async()=>{try{await o.graphAuthenticated.driveItems.updateDriveItem(T.driveId,T.id,{"@UI.Hidden":v}),a({id:T.id,field:"hidden",value:v})}catch(b){console.error(b),d.push(b)}}))}),await Promise.all(m),d.length===0){c(),e({title:r(v?"The share was hidden successfully":"The share was unhidden successfully")});return}t({title:r(v?"Failed to hide the share":"Failed to unhide share share"),errors:d})};return{actions:U(()=>[{name:"toggle-hide-share",icon:"eye-off",handler:f=>i.addTask(()=>u(f)),label:({resources:f})=>f[0].hidden?r("Unhide"):r("Hide"),isVisible:({resources:f})=>f.length===0?!1:Nt(n,"files-shares-with-me"),class:"oc-files-actions-hide-share-trigger"}])}},Js=()=>{const e=st(),t=ze(),{copyResources:n}=To(),r=Ne.useGettext(),{$gettext:o}=r,i=Ke(),{currentFolder:s}=He.storeToRefs(i),a=U(()=>window.navigator.platform.match("Mac")),c=U(()=>p(a)?o("⌘ + C"):o("Ctrl + C")),u=({resources:f})=>{At(t,"files-common-search")&&(f=f.filter(d=>!ee.isProjectSpaceResource(d))),n(f)};return{actions:U(()=>[{name:"copy",icon:"file-copy-2",handler:u,shortcut:p(c),label:()=>o("Copy"),isVisible:({resources:f})=>{var d,m;if(!at(t,"files-spaces-generic")&&!_n(t,"files-public-link")&&!At(t,"files-common-favorites")&&!At(t,"files-common-search")||at(t,"files-spaces-projects")||f.length===0)return!1;if(_n(t,"files-public-link"))return(d=p(s))==null?void 0:d.canCreate();if(At(t,"files-common-search")&&f.every(w=>ee.isProjectSpaceResource(w)))return!1;if(p(e.options.runningOnEos)){const w=((m=f[0].path)==null?void 0:m.split("/").filter(Boolean))||[];if(at(t,"files-spaces-generic")&&w.length<5)return!1}return!!p(f)[0].canDownload()},class:"oc-files-actions-copy-trigger"}])}},wf=()=>({copyToClipboard:t=>{var n;if((n=navigator==null?void 0:navigator.clipboard)!=null&&n.write)return navigator.clipboard.write([new ClipboardItem({"text/plain":new Blob([t],{type:"text/plain"})})]);{const{copy:r}=Mr.useClipboard({legacy:!0});return r(t)}}}),Sf=()=>{const{showMessage:e,showErrorMessage:t}=rt(),{$gettext:n}=Ne.useGettext(),{copyToClipboard:r}=wf(),o=async s=>{try{await r(s),e({title:n("The link has been copied to your clipboard.")})}catch(a){console.error(a),t({title:n("Copy link failed"),errors:[a]})}};return{actions:U(()=>[{name:"copy-permanent-link",icon:"link",label:()=>n("Copy permanent link"),handler:({resources:s})=>{const[a]=s,c=a.privateLink;return o(c)},isVisible:({space:s,resources:a})=>ee.isPublicSpaceResource(s)?!1:a.length===1,class:"oc-files-actions-copy-permanent-link-trigger"}])}},Zs=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=ze(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=Ye(),s=cn(),a=st(),{updateResourceField:c}=Ke(),u=async({resources:f})=>{const d=[],m=[],w=new Lr({concurrency:a.options.concurrentRequests.resourceBatchActions});if(f.forEach(v=>{m.push(w.add(async()=>{try{const{graphAuthenticated:T}=i;await T.driveItems.deleteDriveItem(v.driveId,v.id),c({id:v.id,field:"syncEnabled",value:!1})}catch(T){console.error(T),d.push(T)}}))}),await Promise.all(m),d.length===0){at(n,"files-spaces-generic")&&(e({title:o("Sync for the selected share was disabled successfully","Sync for the selected shares was disabled successfully",f.length)}),n.push(kn("files-shares-with-me")));return}t({title:o("Failed to disable sync for the the selected share","Failed to disable sync for the selected shares",f.length),errors:d})};return{actions:U(()=>[{name:"disable-sync",icon:"spam-3",handler:f=>s.addTask(()=>u(f)),label:()=>r("Disable sync"),isVisible:({space:f,resources:d})=>!Nt(n,"files-shares-with-me")&&!at(n,"files-spaces-generic")||d.length===0||at(n,"files-spaces-generic")&&((f==null?void 0:f.driveType)!=="share"||d.length>1||d[0].path!=="/")?!1:d.some(m=>m.syncEnabled),class:"oc-files-actions-disable-sync-trigger"}])}},ea=()=>{const e=vt(),t=rn(),n=ze(),{displayDialog:r,filesList_delete:o}=sv(),{$gettext:i}=Ne.useGettext(),s=({space:c,resources:u,deletePermanent:l})=>{if(At(n,"files-common-search")&&(u=u.filter(f=>f.canBeDeleted()&&!f.isShareRoot()&&!ee.isProjectSpaceResource(f))),l){r(c,u);return}o(u)};return{actions:U(()=>[{name:"delete",icon:"delete-bin-5",label:()=>i("Delete"),handler:({space:c,resources:u})=>s({space:c,resources:u,deletePermanent:!1}),isVisible:({space:c,resources:u})=>!at(n,"files-spaces-generic")&&!_n(n,"files-public-link")&&!At(n,"files-common-search")||u.length===0||at(n,"files-spaces-generic")&&(c==null?void 0:c.driveType)==="share"&&u[0].path==="/"||u.length===1&&u[0].locked?!1:At(n,"files-common-search")?u.some(f=>f.canBeDeleted()&&!f.isShareRoot()&&!ee.isProjectSpaceResource(f)):!u.some(f=>!f.canBeDeleted()),class:"oc-files-actions-delete-trigger"},{name:"delete-permanent",icon:"delete-bin-5",label:()=>i("Delete"),handler:({space:c,resources:u})=>s({space:c,resources:u,deletePermanent:!0}),isVisible:({space:c,resources:u})=>!In(n,"files-trash-generic")||!t.filesPermanentDeletion||ee.isProjectSpaceResource(c)&&!c.canDeleteFromTrashBin({user:e.user})?!1:u.length>0,class:"oc-files-actions-delete-permanent-trigger"}])}};function qF(e){return e&&e.length?e[0]:void 0}const av=()=>mr("$archiverService"),ta=()=>{const{showErrorMessage:e}=rt(),t=ze(),n=cn(),r=av(),{$ngettext:o,$gettext:i,current:s}=Ne.useGettext(),a=Xr(),c=Or(),u=({space:d,resources:m})=>{m.length>1&&(m=m.filter(v=>v.canDownload()&&!ee.isProjectSpaceResource(v)));const w=p(r.fileIdsSupported)?{fileIds:m.map(v=>v.fileId)}:{dir:ss.dirname(qF(m).path)||"/",files:m.map(v=>v.name)};return r.triggerDownload({...w,...d&&ee.isPublicSpaceResource(d)&&{publicToken:d.id,publicLinkPassword:a.publicLinkPassword}}).catch(v=>{console.error(v),e({title:o("Failed to download the selected folder.","Failed to download the selected files.",m.length),errors:[v]})})},l=d=>{const m=p(r.capability);return m?d.reduce((v,T)=>v+parseInt(`${T.size}`),0)>parseInt(m.max_size):void 0};return{actions:U(()=>[{name:"download-archive",icon:"inbox-archive",handler:async d=>{await n.addTask(()=>u(d))},label:()=>i("Download"),disabledTooltip:({resources:d})=>l(d)?i("The selection exceeds the allowed archive size (max. %{maxSize})",{maxSize:En(p(r.capability).max_size,s)}):"",isDisabled:({resources:d})=>l(d),isVisible:({resources:d})=>p(c)&&!at(t,"files-spaces-generic")&&!_n(t,"files-public-link")&&!At(t,"files-common-favorites")&&!At(t,"files-common-search")&&!Nt(t,"files-shares-with-me")&&!Nt(t,"files-shares-with-others")&&!Nt(t,"files-shares-via-link")&&!At(t,"files-common-search")||!p(r.available)||d.length===0||d.length===1&&!d[0].isFolder||d.length>1&&d.every(w=>ee.isProjectSpaceResource(w))||ee.isProjectSpaceResource(d[0])&&d[0].disabled||!p(r.fileIdsSupported)&&At(t,"files-common-favorites")?!1:!d.some(w=>!w.canDownload()),class:"oc-files-actions-download-archive-trigger"}])}},lv=e=>{const{showErrorMessage:t}=rt(),n=(e==null?void 0:e.clientService)||Ye(),{$gettext:r}=Ne.useGettext(),o=rn(),i=vt();return{downloadFile:async(a,c,u=null)=>{var l;try{const f=await n.webdav.getFileUrl(a,c,{version:u,doHeadRequest:!0,isUrlSigningEnabled:o.supportUrlSigning,username:(l=i.user)==null?void 0:l.onPremisesSamAccountName});Bl(f,c.name)}catch(f){console.error(f),t({title:r("Download failed"),desc:r("File could not be located"),errors:[f]})}}}},Io=()=>{const e=ze(),{$gettext:t}=Ne.useGettext(),n=Or(),r=os(),{downloadFile:o}=lv(),i=({space:a,resources:c})=>{o(a,c[0])};return{actions:U(()=>[{name:"download-file",icon:"file-download",handler:i,label:()=>t("Download"),isVisible:({resources:a})=>p(n)&&!p(r)&&!at(e,"files-spaces-generic")&&!_n(e,"files-public-link")&&!At(e,"files-common-favorites")&&!At(e,"files-common-search")&&!Nt(e,"files-shares-with-me")&&!Nt(e,"files-shares-with-others")&&!Nt(e,"files-shares-via-link")||a.length!==1||a[0].isFolder?!1:a[0].canDownload(),class:"oc-files-actions-download-file-trigger"}])}},Ef=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),r=rn(),o=ze(),{$gettext:i}=Ne.useGettext(),s=Ye(),{dispatchModal:a}=bt(),c=Ke(),u=cn(),l=({space:m})=>s.webdav.clearTrashBin(m).then(()=>{e({title:i("All deleted files were removed")}),c.clearResources(),c.resetSelection()}).catch(w=>{console.error(w),t({title:i("Failed to empty trash bin"),errors:[w]})}),f=({space:m})=>{a({title:i("Empty trash bin"),confirmText:i("Delete"),message:i("Are you sure you want to permanently delete the listed items? You can’t undo this action."),hasInput:!1,onConfirm:()=>u.addTask(()=>l({space:m}))})};return{actions:U(()=>[{name:"empty-trash-bin",icon:"delete-bin-5",label:()=>i("Empty trash bin"),handler:f,isVisible:({space:m})=>!(!In(o,"files-trash-generic")||!r.filesPermanentDeletion||ee.isProjectSpaceResource(m)&&!m.canDeleteFromTrashBin({user:n.user})),isDisabled:()=>c.activeResources.length===0,class:"oc-files-actions-empty-trash-bin-trigger",appearance:"filled"}]),emptyTrashBin:l}},Tf=()=>{const{showErrorMessage:e}=rt(),t=rn(),n=ze(),{$gettext:r}=Ne.useGettext(),o=Ye(),i=Or(),s=hn(),a=Ke(),c=_o(),u=async({space:f,resources:d})=>{try{const m=!d[0].starred;await o.webdav.setFavorite(f,d[0],m),a.updateResourceField({id:d[0].id,field:"starred",value:m}),m||c.publish("app.files.list.removeFromFavorites",d[0].id)}catch(m){const w=r('Failed to change favorite state of "%{file}"',{file:d[0].name},!0);e({title:w,errors:[m]})}};return{actions:U(()=>[{name:"favorite",icon:"star",handler:u,label:({resources:f})=>f[0].starred?r("Remove from favorites"):r("Add to favorites"),isVisible:({resources:f})=>p(i)&&!at(n,"files-spaces-generic")&&!At(n,"files-common-favorites")||f.length!==1?!1:t.filesFavorites&&s.can("create","Favorite"),class:"oc-files-actions-favorite-trigger"}])}};function VF(e,t){const n=e.isReceivedShare()||e.isMounted(),r=t===""&&n;return e.canBeDeleted()&&!r}const na=()=>{const e=ze(),{cutResources:t}=To(),n=Ne.useGettext(),{$gettext:r}=n,o=Ke(),{currentFolder:i}=He.storeToRefs(o),s=U(()=>window.navigator.platform.match("Mac")),a=U(()=>p(s)?r("⌘ + X"):r("Ctrl + X")),c=({resources:l})=>{t(l)};return{actions:U(()=>[{name:"cut",icon:"scissors",handler:c,shortcut:p(a),label:()=>r("Cut"),isVisible:({resources:l})=>!at(e,"files-spaces-generic")&&!_n(e,"files-public-link")&&!At(e,"files-common-favorites")||l.length===0||!p(i)||l.length===1&&l[0].locked?!1:!l.some(d=>VF(d,p(i).path)===!1),class:"oc-files-actions-move-trigger"}])}},Af=()=>{const e=ze(),{$gettext:t}=Ne.useGettext(),{getMatchingSpace:n}=ln(),r=Ke(),{currentFolder:o}=He.storeToRefs(r),i=c=>c||n(c),s=U(()=>_n(e,"files-public-link")?Ai("files-public-link"):xn("files-spaces-generic"));return{actions:U(()=>[{name:"navigate",icon:"folder-open",showOpenInNewTabHint:!0,label:()=>t("Open folder"),isVisible:({resources:c})=>!(In(e,"files-trash-generic")||c.length!==1||p(o)!==null&&Zi(c[0],p(o))||!c[0].isFolder||c[0].type==="space"),route:({space:c,resources:u})=>ao({},p(s),Jn(i(c),{path:u[0].path,fileId:u[0].fileId})),class:"oc-files-actions-navigate-trigger"}])}},cv=()=>{const e=ze(),t=Ye(),{getMatchingSpace:n}=ln(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=To(),{startWorker:s}=iv(),a=Ke(),{currentFolder:c}=He.storeToRefs(a),u=U(()=>window.navigator.platform.match("Mac")),l=U(()=>p(u)?r("⌘ + V"):r("Ctrl + V")),f=U(()=>i.action===ei.Cut?pr.MOVE:pr.COPY),d=async({targetSpace:v,sourceSpace:T,resources:b})=>{var S;const g=new Sp(T,b,v,p(c),c,t,r,o),h=await g.getTransferData(p(f));if(!h.length)return;const y=(S=p(c))==null?void 0:S.id;s(h,async({successful:E,failed:R})=>{if(g.showResultMessage(R,E,p(f)),!E.length||p(c)&&y!==p(c).id)return;const I=[],A=[];for(const $ of E)I.push((async()=>{const D=await t.webdav.getFileInfo(v,$);A.push(D)})());await Promise.allSettled(I),ee.isShareSpaceResource(v)&&A.forEach($=>{$.remoteItemId=v.id}),a.upsertResources(A),a.loadIndicators(v,p(c).id)})},m=async({space:v})=>{const T=i.resources.reduce((g,h)=>{if(h.storageId in g)return g[h.storageId].resources.push(h),g;const y=n(h);return y.id in g||(g[y.id]={space:y,resources:[]}),g[y.id].resources.push(h),g},{}),b=Object.values(T).map(({space:g,resources:h})=>d({targetSpace:v,sourceSpace:g,resources:h}));await Promise.all(b),i.clearClipboard()};return{actions:U(()=>[{name:"paste",icon:"clipboard",handler:m,label:()=>r("Paste"),shortcut:p(l),isVisible:({resources:v})=>{var T;return i.resources.length===0||!at(e,"files-spaces-generic")&&!_n(e,"files-public-link")&&!At(e,"files-common-favorites")||v.length===0?!1:_n(e,"files-public-link")&&p(c)?(T=p(c))==null?void 0:T.canCreate():!0},class:"oc-files-actions-copy-trigger"}])}},ra=()=>{const{showErrorMessage:e}=rt(),t=rn(),n=ze(),{$gettext:r}=Ne.useGettext(),o=Ye(),i=st(),{dispatchModal:s}=bt(),a=vt(),c=hn(),u=Ke(),{setCurrentFolder:l,upsertResource:f}=u,d=(T,b,g=void 0)=>{const h=T.path.substring(0,T.path.length-T.name.length)+b;if(!b)return r("The name cannot be empty");if(/[/]/.test(b))return r('The name cannot contain "/"');if(b===".")return r('The name cannot be equal to "."');if(b==="..")return r('The name cannot be equal to ".."');if(/\s+$/.test(b))return r("The name cannot end with whitespace");if(u.resources.find(S=>S.path===h&&T.name!==b)){const S=r('The name "%{name}" is already taken');return r(S,{name:b},!0)}if(g&&g.find(E=>E.path===h&&T.name!==b)){const E=r('The name "%{name}" is already taken');return r(E,{name:b},!0)}return null},m=async(T,b,g)=>{let h=u.currentFolder;try{const y=gt.join(gt.dirname(b.path),g);await o.webdav.moveFiles(T,b,T,{path:y});const S=Zi(b,h);if(ee.isShareSpaceResource(T)&&b.isReceivedShare()){if(T.rename(g),S)return h={...h},h.name=g,l(h),n.push(Jn(T,{path:"",fileId:b.fileId}));const R={...b};R.name=g,f(R);return}if(S)return h={...h},rl(T,h,y),l(h),n.push(Jn(T,{path:y,fileId:b.fileId}));const E={...b};rl(T,E,y),f(E)}catch(y){console.error(y);let S=r('Failed to rename "%{file}" to "%{newName}"',{file:b.name,newName:g},!0);y.statusCode===423&&(S=r('Failed to rename "%{file}" to "%{newName}" - the file is locked',{file:b.name,newName:g},!0)),e({title:S,errors:[y]})}},w=async({space:T,resources:b})=>{const g=u.currentFolder;let h;if(Zi(b[0],g)){const k=gt.dirname(g.path);h=(await o.webdav.listFiles(T,{path:k})).children}const y=u.areFileExtensionsShown,S=async k=>{y||(k=`${k}.${b[0].extension}`),await m(T,b[0],k)},E=(k,N)=>{y||(k=`${k}.${b[0].extension}`);const j=d(b[0],k,h);N(j)},R=ee.extractNameWithoutExtension(b[0]),I=!b[0].isFolder&&!y?R:b[0].name,A=b[0].isFolder?r("Rename folder %{name}",{name:I}):r("Rename file %{name}",{name:I}),$=!b[0].isFolder&&!y?R:b[0].name,D=b[0].isFolder||!y?null:[0,R.length];s({title:A,confirmText:r("Rename"),hasInput:!0,inputValue:$,inputSelectionRange:D,inputLabel:b[0].isFolder?r("Folder name"):r("File name"),onConfirm:S,onInput:E})};return{actions:U(()=>[{name:"rename",icon:"pencil",label:()=>r("Rename"),handler:w,isVisible:({resources:T})=>In(n,"files-trash-generic")||Nt(n,"files-shares-with-me")&&!t.sharingCanRename||T.length!==1||(i.options.routing.fullShareOwnerPaths?T.some(h=>h.remoteItemPath&&h.path):T.some(h=>h.remoteItemId&&h.path==="/"))||T.length===1&&T[0].locked?!1:!T.some(h=>!h.canRename({user:a.user,ability:c})||h.processing),class:"oc-files-actions-rename-trigger"}]),getNameErrorMsg:d,renameResource:m}},ia=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),r=ze(),{$gettext:o,$ngettext:i}=Ne.useGettext(),s=Ye(),a=lt(),c=jt(),u=Ke(),{startWorker:l}=ov(),f=async(T,b)=>{const g={},h=[],y=[],S=[];for(const E of b){const R=gt.dirname(E.path);let I=[];if(R in g)I=g[R];else{try{I=(await s.webdav.listFiles(T,{path:R})).children}catch{S.push(R)}g[R]=I}I.some($=>$.name===E.name)||y.filter($=>$.id!==E.id).some($=>$.path===E.path)?h.push(E):y.push(E)}return{existingResourcesByPath:g,conflicts:h,resolvedResources:y,missingFolderPaths:S.filter(E=>{var R;return!((R=g[E])!=null&&R.length)})}},d=async T=>{let b=0;const g=[],h=T.length;let y=!1,S;for(const E of T){const R=E.type==="folder";if(y){g.push({resource:E,strategy:S});continue}const I=h-b,$=await new tl(o,i).resolveFileExists({name:E.name,isFolder:R},I,!1);b++,$.doForAllConflicts&&(y=!0,S=$.strategy),g.push({resource:E,strategy:$.strategy})}return g},m=(T,b,g)=>{const h=p(r.currentRoute);l({space:T,resources:b,missingFolderPaths:g},async({successful:y,failed:S})=>{var E,R;if(y.length){let I;y.length===1?I=o("%{resource} was restored successfully",{resource:y[0].name}):I=o("%{resourceCount} files restored successfully",{resourceCount:y.length.toString()}),e({title:I}),h.name===p(r.currentRoute).name&&((E=h.query)==null?void 0:E.fileId)===((R=p(r.currentRoute).query)==null?void 0:R.fileId)&&(u.removeResources(y),u.resetSelection());const $=await s.graphAuthenticated.drives.getDrive(T.id,c.graphRoles);a.updateSpaceField({id:$.id,field:"spaceQuota",value:$.spaceQuota})}if(S.length){let I;const A={};S.length===1?(A.resource=S[0].resource.name,I=o('Failed to restore "%{resource}"',A,!0)):(A.resourceCount=S.length.toString(),I=o("Failed to restore %{resourceCount} files",A,!0)),t({title:I,errors:S.map(({error:$})=>$)})}})},w=async({space:T,resources:b})=>{const g=b.sort(($,D)=>$.path.length-D.path.length),{existingResourcesByPath:h,conflicts:y,resolvedResources:S,missingFolderPaths:E}=await f(T,g),R=await d(y),I=R.filter($=>$.strategy===qn.REPLACE).map($=>$.resource);S.push(...I);const A=R.filter($=>$.strategy===qn.KEEP_BOTH).map($=>$.resource);for(let $ of A){$={...$};const D=gt.dirname($.path),k=h[D]||[],N=ee.extractExtensionFromFile($),j=Un($.name,N,[...k,...R.map(W=>W.resource),...S]);$.name=j,$.path=ee.urlJoin(D,j),S.push($)}return m(T,S,E)};return{actions:U(()=>[{name:"restore",icon:"arrow-go-back",label:()=>o("Restore"),handler:w,isVisible:({space:T,resources:b})=>!In(r,"files-trash-generic")||!b.every(g=>ee.isTrashResource(g)&&g.canBeRestored())||ee.isProjectSpaceResource(T)&&!T.canRestoreFromTrashbin({user:n.user})?!1:b.length>0,class:"oc-files-actions-restore-trigger"}]),restoreResources:m,collectConflicts:f}},Rf=()=>mr("$previewService"),uv=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),r=ze(),{$gettext:o}=Ne.useGettext(),i=Ye(),s=cn(),a=Rf(),c=lt(),u=jt(),{createDefaultMetaFolder:l}=Di(),{getDefaultMetaFolder:f}=oi(),d=async({space:w,resources:v})=>{var y;const T=i.graphAuthenticated,b=w==null?void 0:w.id,{copyFiles:g,getFileInfo:h}=i.webdav;try{let S=await f(w);S||(S=await l(w)),v[0].id!==((y=w.spaceImageData)==null?void 0:y.id)&&await g(w,{fileId:v[0].id},w,{parentFolderId:S.id,name:v[0].name},{overwrite:!0});const{fileId:E}=await h(w,{fileId:v[0].id}),R=await T.drives.updateDrive(b,{name:w.name,special:[{specialFolder:{name:"image"},id:E}]},u.graphRoles);c.updateSpaceField({id:b,field:"spaceImageData",value:R.spaceImageData}),e({title:o("Space image was set successfully")})}catch(S){console.error(S),t({title:o("Failed to set space image"),errors:[S]})}};return{actions:U(()=>[{name:"set-space-image",icon:"image-edit",handler:w=>s.addTask(()=>d(w)),label:()=>o("Set as space image"),isVisible:({space:w,resources:v})=>v.length!==1||!v[0].mimeType||!a.isMimetypeSupported(v[0].mimeType,!0)||!at(r,"files-spaces-generic")||!w?!1:w.canEditImage({user:n.user}),class:"oc-files-actions-set-space-image-trigger"}])}},zF=()=>{const e=ze(),{$gettext:t}=Ne.useGettext(),n=Or(),r=()=>{const i=In(e,"files-trash-generic")?null:"actions";Xe.publish(yt.openWithPanel,i)};return{actions:U(()=>[{name:"show-actions",icon:"slideshow-3",label:()=>t("All Actions"),handler:r,isVisible:({resources:i})=>p(n)?i.length===1:!1,class:"oc-files-actions-show-actions-trigger"}])}},_f=()=>{const e=ze(),t=Ke(),{$gettext:n}=Ne.useGettext();return{actions:U(()=>[{name:"show-details",icon:"information",class:"oc-files-actions-show-details-trigger",label:()=>n("Details"),isVisible:({resources:o})=>In(e,"files-trash-generic")?!1:o.length>0,handler({resources:o}){t.setSelection(o.map(({id:i})=>i)),Xe.publish(yt.open)}}])}},fv=()=>{const e=rn(),{isPersonalSpaceRoot:t}=ln(),n=vt();return{canListShares:({space:o,resource:i})=>!e.sharingApiEnabled||ee.isPublicSpaceResource(o)||t(i)||ee.isTrashResource(i)?!1:ee.isIncomingShareResource(i)?i.sharePermissions.includes(ee.GraphSharePermission.readPermissions):ee.isShareSpaceResource(o)?ee.getPermissionsForSpaceMember(o,n.user).includes(ee.GraphSharePermission.readPermissions):!0}},dv=()=>{const e=rn(),t=hn(),n=vt();return{canShare:({space:o,resource:i})=>!e.sharingApiEnabled||ee.isShareSpaceResource(o)||ee.isProjectSpaceResource(o)&&!o.canShare({user:n.user})?!1:i.canShare({ability:t,user:n.user})}},If=()=>{const e=ze(),{$gettext:t}=Ne.useGettext(),{canShare:n}=dv(),r=Ke(),o=({resources:s})=>{r.setSelection(s.map(({id:a})=>a)),Xe.publish(yt.openWithPanel,"sharing#peopleShares")};return{actions:U(()=>[{name:"show-shares",icon:"user-add",label:()=>t("Share"),handler:o,isVisible:({space:s,resources:a})=>In(e,"files-trash-generic")||a.length!==1?!1:n({space:s,resource:a[0]}),class:"oc-files-actions-show-shares-trigger"}])}},Cf=()=>{const{showMessage:e,showErrorMessage:t}=rt(),{can:n}=hn(),{$gettext:r,$ngettext:o}=Ne.useGettext(),{createSpace:i}=Di(),{checkSpaceNameModalInput:s}=oi(),a=Ye(),c=ze(),u=U(()=>n("create-all","Drive")),{dispatchModal:l}=bt(),f=st(),d=lt(),m=Ke(),w=async({spaceName:b,resources:g,space:h})=>{const{webdav:y}=a,S=new Lr({concurrency:f.options.concurrentRequests.resourceBatchActions}),E=[];try{const R=await i(b);d.upsertSpace(R),g.length===1&&g[0].isFolder&&(g=(await y.listFiles(h,{path:g[0].path})).children);for(const I of g)E.push(S.add(()=>y.copyFiles(h,I,R,{path:I.name})));await Promise.all(E),m.resetSelection(),e({title:r("Space was created successfully")})}catch(R){console.error(R),t({title:r("Creating space failed…"),errors:[R]})}},v=({resources:b,space:g})=>{l({title:o('Create Space from "%{resourceName}"',"Create Space from selection",b.length,{resourceName:b[0].name}),message:o('Create Space with the content of "%{resourceName}".',"Create Space with the selected files.",b.length,{resourceName:b[0].name}),contextualHelperLabel:r("The marked elements will be copied."),contextualHelperData:{title:r("Restrictions"),text:r("Shares, versions and tags will not be copied.")},confirmText:r("Create"),hasInput:!0,inputLabel:r("Space name"),onInput:s,onConfirm:h=>w({spaceName:h,space:g,resources:b})})};return{actions:U(()=>[{name:"create-space-from-resource",icon:"function",handler:v,label:()=>r("Create Space from selection"),isVisible:({resources:b,space:g})=>!(!b.length||!p(u)||!at(c,"files-spaces-generic")||!ee.isPersonalSpaceResource(g)),class:"oc-files-actions-create-space-from-resource-trigger"}])}},pv=()=>{const e=on("scrollTo"),t=on("details"),n=Ke(),r=U(()=>St(p(e))),o=U(()=>St(p(t))),i=(a,c={forceScroll:!1,topbarElement:null})=>{const u=document.querySelectorAll(`[data-item-id='${a}']`)[0];if(!u){Xe.publish("app.files.navigate.page",{resourceId:a,forceScroll:c.forceScroll,topbarElement:c.topbarElement});return}const l=document.getElementById(c.topbarElement),f=(l==null?void 0:l.offsetHeight)||0+u.offsetHeight*2;(u.getBoundingClientRect().bottom>window.innerHeight||u.getBoundingClientRect().top<f||c.forceScroll)&&u.scrollIntoView({behavior:"smooth",block:"center"})};return Xe.subscribe("app.files.navigate.scrollTo",a=>i(a.resourceId,{forceScroll:a.forceScroll,topbarElement:a.topbarElement})),{scrollToResource:i,scrollToResourceFromRoute:(a,c)=>{if(!p(r)||!a.length)return;const u=p(a).find(l=>ee.isIncomingShareResource(l)?l.remoteItemId===p(r):l.id===p(r));u&&u.processing!==!0&&(n.setSelection([u.id]),i(u.id,{forceScroll:!0,topbarElement:c}),p(o)&&Xe.publish(yt.openWithPanel,p(o)))}}},WF=({space:e}={})=>{const{showMessage:t,showErrorMessage:n}=rt(),r=ze(),{dispatchModal:o}=bt(),{$gettext:i}=Ne.useGettext(),{scrollToResource:s}=pv(),a=vt(),c=Ke(),{resources:u,currentFolder:l,ancestorMetaData:f}=He.storeToRefs(c),d=Ye(),m=(g,h)=>g.trim()===""?h(i("Folder name cannot be empty")):/[/]/.test(g)?h(i('Folder name cannot contain "/"')):g==="."?h(i('Folder name cannot be equal to "."')):g===".."?h(i('Folder name cannot be equal to ".."')):p(u).find(S=>S.name===g)?h(i("%{name} already exists",{name:g},!0)):h(null),w=U(()=>at(r,"files-spaces-generic")&&p(e).driveType!=="share"),v=async g=>{g=g.trimEnd();try{const h=gt.join(p(l).path,g),y=await d.webdav.createFolder(p(e),{path:h});p(w)&&(y.indicators=Eo({space:p(e),resource:y,ancestorMetaData:p(f),user:a.user})),ee.isShareSpaceResource(p(e))&&(y.remoteItemId=p(e).id),c.upsertResource(y),t({title:i('"%{folderName}" was created successfully',{folderName:g})}),await Gn(),s(y.id,{forceScroll:!0,topbarElement:"files-app-bar"})}catch(h){console.error(h),n({title:i("Failed to create folder"),errors:[h]})}},T=()=>{let g=i("New folder");p(u).some(h=>h.name===g)&&(g=Un(g,"",p(u))),o({title:i("Create a new folder"),confirmText:i("Create"),hasInput:!0,inputValue:g,inputLabel:i("Folder name"),onConfirm:v,onInput:m})};return{actions:U(()=>[{name:"create-folder",icon:"folder",handler:T,label:()=>i("New Folder"),isVisible:()=>{var g;return(g=p(l))==null?void 0:g.canCreate()},class:"oc-files-actions-create-new-folder"}]),checkNewFolderName:m,addNewFolder:v}},HF=({space:e}={})=>{const{showMessage:t,showErrorMessage:n}=rt(),r=vt(),o=ze(),{$gettext:i}=Ne.useGettext(),{dispatchModal:s}=bt(),a=Zn(),{isEnabled:c}=ni(),{openEditor:u}=Vn(),l=Ye(),f=Ke(),{resources:d,currentFolder:m,ancestorMetaData:w,areFileExtensionsShown:v}=He.storeToRefs(f),T=U(()=>a.fileExtensions.filter(({newFileMenu:E})=>!!E)),b=E=>E===""?i("File name cannot be empty"):/[/]/.test(E)?i('File name cannot contain "/"'):E==="."?i('File name cannot be equal to "."'):E===".."?i('File name cannot be equal to ".."'):/\s+$/.test(E)?i("File name cannot end with whitespace"):p(d).find(I=>I.name===E)?i("%{name} already exists",{name:E},!0):null,g=U(()=>at(o,"files-spaces-generic")&&p(e).driveType!=="share"),h=(E,R)=>(g.value&&(E.indicators=Eo({space:p(e),resource:E,ancestorMetaData:p(w),user:r.user})),f.upsertResource(E),u(R,p(e),E)),y=(E,R,I)=>{let A=i("New file")+`.${R}`;p(d).some(D=>D.name===A)&&(A=Un(A,R,p(d))),v.value||(A=ee.extractNameWithoutExtension({name:A,extension:R}));const $=v.value?[0,A.length-(R.length+1)]:null;s({title:i("Create a new file"),confirmText:i("Create"),hasInput:!0,inputValue:A,inputLabel:i("File name"),inputSelectionRange:$,onConfirm:async D=>{v.value||(D=`${D}.${R}`);try{let k;if(I.createFileHandler)k=await I.createFileHandler({fileName:D,space:p(e),currentFolder:p(m)});else{const N=gt.join(p(m).path,D);k=await l.webdav.putFileContents(p(e),{path:N})}return f.upsertResource(k),t({title:i('"%{fileName}" was created successfully',{fileName:k.name})}),p(c)?void 0:h(k,I)}catch(k){console.error(k),n({title:i("Failed to create file"),errors:[k]})}},onInput:(D,k)=>k(b(v.value?D:`${D}.${R}`))})};return{actions:U(()=>{var I;const E=[],R={};for(const A of p(T)||[])A.hasPriority?R[A.extension]=A:R[A.extension]=R[A.extension]||A;for(const[,A]of Object.entries(R))E.push({name:"create-new-file",icon:"add",handler:$=>y($,A.extension,A),label:()=>i(A.newFileMenu.menuTitle()),isVisible:()=>{var $;return($=p(m))==null?void 0:$.canUpload({user:r.user})},class:"oc-files-actions-create-new-file",ext:A.extension,isExternal:(I=A.app)==null?void 0:I.startsWith("external-")});return E}),getNameErrorMsg:b,openFile:h}},hv="rowMounted",Pf="fileDropped",GF="contextmenuClicked";class zn{}Ee(zn,"Thumbnail",[36,36]),Ee(zn,"Tile",[1e3,1e3]),Ee(zn,"Preview",[1200,1200]),Ee(zn,"Avatar",64);class oa{}Ee(oa,"Thumbnail","thumbnail"),Ee(oa,"Preview","preview"),Ee(oa,"Avatar","avatar");class KF{constructor(t,n,r){Ee(this,"state");Ee(this,"observeEnter");Ee(this,"observeExit");Ee(this,"onEnterCallCount");Ee(this,"onExitCallCount");Ee(this,"onEnter");Ee(this,"onExit");Ee(this,"threshold");Ee(this,"unobserver");this.unobserver=t,this.threshold=n,this.onEnter=r.onEnter,this.onExit=r.onExit,this.observeEnter=!!r.onEnter,this.observeExit=!!r.onExit,this.onEnterCallCount=0,this.onExitCallCount=0}request(t,n){const r={element:n,unobserve:()=>this.unobserve(t,n)};t===0&&this.observeEnter&&this.onEnter?(this.onEnterCallCount++,this.onEnter({callCount:this.onEnterCallCount,...r})):this.state===0&&t===1&&this.observeExit&&this.onExit&&(this.onExitCallCount++,this.onExit({callCount:this.onExitCallCount,...r})),this.state=t}unobserve(t,n){t===0?this.observeEnter=!1:t===1&&(this.observeExit=!1),!this.observeEnter&&!this.observeExit&&this.unobserver(n)}}class gv{constructor(t={}){Ee(this,"targets");Ee(this,"intersectionObserver");Ee(this,"options");this.options={root:t.root,rootMargin:t.rootMargin,threshold:t.threshold||0},this.targets=new WeakMap,this.intersectionObserver=new IntersectionObserver(this.trigger.bind(this),this.options)}observe(t,n={},r){!n.onEnter&&!n.onExit||(this.targets.set(t,new KF(this.unobserve.bind(this),r||this.options.threshold||0,{onEnter:n.onEnter,onExit:n.onExit})),this.intersectionObserver.observe(t))}unobserve(t){this.targets.delete(t),this.intersectionObserver.unobserve(t)}disconnect(){this.targets=new WeakMap,this.intersectionObserver.disconnect()}trigger(t){t.forEach(n=>{const r=this.targets.get(n.target);r&&r.request(n.isIntersecting&&n.intersectionRatio>r.threshold?0:1,n.target)})}}const QF={name:"resource-type-folder",color:"var(--oc-color-icon-folder)"},XF={name:"layout-grid",color:"var(--oc-role-secondary)"},YF={name:"resource-type-file",color:"var(--oc-role-on-surface)"},JF=Tp(),ZF=Me({name:"ResourceIcon",props:{resource:{type:Object,required:!0},size:{type:String,default:"large",validator:e=>OP.some(t=>t===e)}},setup(e){const t=dr(Ep),n=U(()=>e.resource.type==="folder"||e.resource.isFolder),r=U(()=>e.resource.type==="space"),o=U(()=>{var c;return(c=e.resource.extension)==null?void 0:c.toLowerCase()}),i=U(()=>{var c;return(c=e.resource.mimeType)==null?void 0:c.toLowerCase()}),s=U(()=>{if(p(r))return XF;if(p(n))return QF;const c=JF[p(o)]||(t==null?void 0:t.mimeType[p(i)])||(t==null?void 0:t.extension[p(o)]);return{...YF,...c}}),a=U(()=>p(r)?"oc-resource-icon-space":p(n)?"oc-resource-icon-folder":"oc-resource-icon-file");return{icon:s,iconTypeClass:a}}});function eO(e,t,n,r,o,i){const s=pe("oc-icon");return J(),Ce(s,{key:`resource-icon-${e.icon.name}`,name:e.icon.name,color:e.icon.color,size:e.size,class:H.normalizeClass(["oc-resource-icon",e.iconTypeClass])},null,8,["name","color","size","class"])}const Co=Ve(ZF,[["render",eO]]),tO={name:"ResourceLink",props:{link:{type:Object,required:!1,default:null},resource:{type:Object,required:!0},isResourceClickable:{type:Boolean,required:!1,default:!0}},emits:["click"],setup:e=>{const t=st(),{options:n}=He.storeToRefs(t);return{linkTarget:U(()=>p(n).cernFeatures&&e.link&&!e.resource.isFolder?"_blank":"_self")}},computed:{isNavigatable(){return(this.resource.isFolder||this.link)&&!this.resource.disabled},componentType(){return this.isNavigatable?"router-link":"oc-button"},componentProps(){return this.isNavigatable?{to:this.link}:{appearance:"raw",gapSize:"none",justifyContent:"left"}}},methods:{emitClick(){this.isNavigatable||this.$emit("click")}}},nO={key:1};function rO(e,t,n,r,o,i){return n.isResourceClickable?(J(),Ce(Wr(i.componentType),Zt({key:0},i.componentProps,{target:e.linkTarget,draggable:!1,class:"oc-resource-link","no-hover":"",onDragstart:t[0]||(t[0]=Rn(()=>{},["prevent","stop"])),onClick:i.emitClick}),{default:Te(()=>[Ge(e.$slots,"default")]),_:3},16,["target","onClick"])):(J(),ve("span",nO,[Ge(e.$slots,"default")]))}const Ff=Ve(tO,[["render",rO]]),iO=Me({name:"ResourceName",props:{name:{type:String,required:!0},pathPrefix:{type:String,required:!1,default:""},extension:{type:String,required:!1,default:""},type:{type:String,required:!0},fullPath:{type:String,required:!0},isPathDisplayed:{type:Boolean,required:!1,default:!1},isExtensionDisplayed:{type:Boolean,required:!1,default:!0},truncateName:{type:Boolean,required:!1,default:!0}},computed:{tooltip(){return this.pathTooltip},fullName(){return(this.displayPath||"")+this.name},displayName(){return this.extension?this.name.slice(0,-this.extension.length-1):this.name},displayExtension(){return this.extension?"."+this.extension:""},displayPath(){if(!this.isPathDisplayed)return null;const e=this.fullPath.replace(/^\//,"").split("/");return e.length<2?null:e.length===2?e[0]+"/":`…/${e[e.length-2]}/`},pathTooltip(){return!this.isPathDisplayed||this.displayPath===this.fullPath?null:this.pathPrefix?ss.join(this.pathPrefix,this.fullPath):this.fullPath},htmlTitle(){if(!this.tooltip)return this.isExtensionDisplayed?`${this.displayName}${this.displayExtension}`:this.displayName}}}),oO=["data-test-resource-path","data-test-resource-name","data-test-resource-type","title"],sO={key:0,class:"oc-text-truncate"},aO=["textContent"],lO=["textContent"],cO=["textContent"];function uO(e,t,n,r,o,i){const s=dn("oc-tooltip");return ot((J(),ve("span",{class:H.normalizeClass(["oc-resource-name",[{"oc-display-inline-block":!e.truncateName}]]),"data-test-resource-path":e.fullPath,"data-test-resource-name":e.fullName,"data-test-resource-type":e.type,title:e.htmlTitle},[e.truncateName?(J(),ve("span",sO,[fe("span",{class:"oc-resource-basename",textContent:H.toDisplayString(e.displayName)},null,8,aO)])):(J(),ve("span",{key:1,class:"oc-resource-basename oc-text-break",textContent:H.toDisplayString(e.displayName)},null,8,lO)),e.extension&&e.isExtensionDisplayed?(J(),ve("span",{key:2,class:"oc-resource-extension",textContent:H.toDisplayString(e.displayExtension)},null,8,cO)):Oe("",!0)],10,oO)),[[s,e.tooltip]])}const Of=Ve(iO,[["render",uO]]),fO=Me({name:"ResourceListItem",components:{ResourceIcon:Co,ResourceLink:Ff,ResourceName:Of},props:{resource:{type:Object,required:!0},pathPrefix:{type:String,required:!1,default:""},link:{type:Object,required:!1,default:null},isPathDisplayed:{type:Boolean,required:!1,default:!1},parentFolderLink:{type:Object,required:!1,default:null},parentFolderName:{type:String,required:!1,default:""},parentFolderLinkIconAdditionalAttributes:{type:Object,required:!1,default:()=>({})},isExtensionDisplayed:{type:Boolean,required:!1,default:!0},isThumbnailDisplayed:{type:Boolean,required:!1,default:!0},isIconDisplayed:{type:Boolean,required:!1,default:!0},isResourceClickable:{type:Boolean,required:!1,default:!0}},emits:["click"],computed:{parentFolderComponentType(){return this.parentFolderLink?"router-link":"span"},parentFolderStyle(){return{cursor:this.parentFolderLink?"pointer":"default"}},parentFolderLinkIconAttrs(){return{"fill-type":"line",name:"folder-2",size:"small",...this.parentFolderLinkIconAdditionalAttributes}},hasThumbnail(){return this.isThumbnailDisplayed&&Object.prototype.hasOwnProperty.call(this.resource,"thumbnail")},thumbnail(){return this.resource.thumbnail},tooltipLabelIcon(){return this.resource.locked?this.$gettext("This item is locked"):null}},methods:{emitClick(){this.$emit("click")}}}),dO={class:"oc-resource-indicators"},pO=["textContent"];function hO(e,t,n,r,o,i){const s=pe("oc-image"),a=pe("resource-icon"),c=pe("resource-link"),u=pe("resource-name"),l=pe("oc-icon"),f=dn("oc-tooltip");return J(),ve("div",{class:H.normalizeClass(["oc-resource oc-text-overflow",{"oc-resource-no-interaction":!e.isResourceClickable}])},[e.isIconDisplayed?(J(),Ce(c,{key:0,resource:e.resource,link:e.link,"is-resource-clickable":e.isResourceClickable,class:"oc-resource-icon-link",onClick:e.emitClick},{default:Te(()=>[e.hasThumbnail?ot((J(),Ce(s,{key:e.thumbnail,src:e.thumbnail,class:"oc-resource-thumbnail",width:"40",height:"40","aria-label":e.tooltipLabelIcon},null,8,["src","aria-label"])),[[f,e.tooltipLabelIcon]]):ot((J(),Ce(a,{key:1,"aria-label":e.tooltipLabelIcon,resource:e.resource},null,8,["aria-label","resource"])),[[f,e.tooltipLabelIcon]])]),_:1},8,["resource","link","is-resource-clickable","onClick"])):Oe("",!0),fe("div",{class:H.normalizeClass(["oc-resource-details oc-text-overflow",{"oc-pl-s":e.isIconDisplayed}])},[be(c,{resource:e.resource,"is-resource-clickable":e.isResourceClickable,link:e.link,class:"oc-text-overflow",onClick:e.emitClick},{default:Te(()=>[(J(),Ce(u,{key:e.resource.name,name:e.resource.name,"path-prefix":e.pathPrefix,extension:e.resource.extension,type:e.resource.type,"full-path":e.resource.path,"is-path-displayed":e.isPathDisplayed,"is-extension-displayed":e.isExtensionDisplayed},null,8,["name","path-prefix","extension","type","full-path","is-path-displayed","is-extension-displayed"]))]),_:1},8,["resource","is-resource-clickable","link","onClick"]),fe("div",dO,[e.isPathDisplayed?(J(),Ce(Wr(e.parentFolderComponentType),{key:0,to:e.parentFolderLink,style:H.normalizeStyle(e.parentFolderStyle),class:"parent-folder oc-text-truncate"},{default:Te(()=>[be(l,H.normalizeProps(Ha(e.parentFolderLinkIconAttrs)),null,16),fe("span",{class:"text oc-text-truncate",textContent:H.toDisplayString(e.parentFolderName)},null,8,pO)]),_:1},8,["to","style"])):Oe("",!0)])],2)],2)}const Po=Ve(fO,[["render",hO]]),mv=Me({__name:"ResourcePreview",props:{searchResult:{default:()=>({data:{}})},isClickable:{type:Boolean,default:!0},term:{default:""}},setup(e){const t=new gv,{triggerDefaultAction:n}=Vn(),{getMatchingSpace:r}=ln(),{getDefaultAction:o}=Vn(),{loadPreview:i}=Mf(),s=Ud("resourceListItem"),{getPathPrefix:a,getParentFolderName:c,getParentFolderLink:u,getParentFolderLinkIconAdditionalAttributes:l,getFolderLink:f}=si(),d=Ke(),m=oe(),w=U(()=>d.areFileExtensionsShown),v=U(()=>({...e.searchResult.data,...p(m)&&{thumbnail:p(m)}})),T=U(()=>r(p(v))),b=U(()=>{const I=p(v);return ee.isSpaceResource(I)&&I.disabled===!0}),g=()=>{n({space:p(T),resources:[p(v)]})},h=U(()=>e.isClickable?{parentFolderLink:u(p(v)),onClick:g}:{isResourceClickable:!1}),y=U(()=>{var $;if(p(v).isFolder)return f(p(v));const I=o({resources:[p(v)],space:p(T)});if(!(I!=null&&I.route))return null;const A=I.route({space:p(T),resources:[p(v)]});return A.query={...A.query,contextRouteQuery:{...(($=A.query)==null?void 0:$.contextRouteQuery)||{},term:e.term}},A}),S=a(p(v)),E=c(p(v)),R=l(p(v));return Mt(()=>{p(b)&&p(s).parentElement.classList.add("disabled");const I=async()=>{const $=await i({space:p(T),resource:p(v),dimensions:zn.Thumbnail,cancelRunning:!0,updateStore:!1});$&&(m.value=$)},A=Et.debounce(({unobserve:$})=>{$(),I()},250);t.observe(p(s).$el,{onEnter:A,onExit:A.cancel})}),jn(()=>{t.disconnect()}),(I,A)=>(J(),Ce(Po,Zt({ref_key:"resourceListItem",ref:s,resource:v.value,"path-prefix":p(S),"is-path-displayed":!0,link:y.value,"is-extension-displayed":w.value,"parent-folder-link-icon-additional-attributes":p(R),"parent-folder-name":p(E),"is-thumbnail-displayed":!!m.value},h.value),null,16,["resource","path-prefix","link","is-extension-displayed","parent-folder-link-icon-additional-attributes","parent-folder-name","is-thumbnail-displayed"]))}}),gO=7,mO=200,yO=Me({name:"CreateShortcutModal",components:{ResourcePreview:mv},props:{modal:{type:Object,required:!0},space:{type:Object,required:!0}},emits:["update:confirmDisabled"],setup(e,{emit:t,expose:n}){const r=Ye(),{$gettext:o}=Ne.useGettext(),{showMessage:i,showErrorMessage:s}=rt(),a=ze(),{search:c}=bf(),{getPathPrefix:u,getParentFolderName:l,getParentFolderLink:f,getParentFolderLinkIconAdditionalAttributes:d,getFolderLink:m}=si(),w=Ke(),{resources:v,currentFolder:T}=He.storeToRefs(w),b=oe(null),g=oe(""),h=oe(""),y=oe(null),S=oe(null),E=oe(!1);let R=null;const I=K=>{const z=K.trim();return W(z)?z:`https://${z}`},A=U(()=>I(p(g))),$=U(()=>!!p(v).find(K=>K.name===`${p(h)}.url`)),D=U(()=>p($)||!p(h)||!p(g));Tt(D,()=>{t("update:confirmDisabled",p(D))},{immediate:!0});const k=U(()=>p($)?o("%{name} already exists",{name:`${p(h)}.url`}):/[/]/.test(p(h))?o('Shortcut name cannot contain "/"'):""),N=un.useTask(function*(K,z){y.value=null,z=`name:"*${z}*" NOT name:"*.url"`;try{y.value=yield c(z,gO)}catch{}}),j=Et.debounce(()=>{N.perform(p(g))},mO),W=K=>["http://","https://"].some(B=>B.startsWith(K)||K.startsWith(B)),X=()=>{y.value=null,g.value=p(A);try{let K=new URL(p(A)).host;p(v).some(z=>z.name===`${K}.url`)&&(K=Un(`${K}.url`,"url",p(v)).slice(0,-4)),h.value=K}catch{}},ie=K=>{y.value=null;const z=new URL(window.location.href);let B=K.data.name;g.value=`${z.origin}/f/${K.id}`,p(v).some(V=>V.name===`${B}.url`)&&(B=Un(`${B}.url`,"url",p(v)).slice(0,-4)),h.value=B},de=K=>p(S)===K,se=(K=!1)=>{const z=Array.from(document.querySelectorAll("li.selectable-item"));let B=p(S)!==null?p(S):K?z.length:-1;const V=K?-1:1;do if(B+=V,B<0||B>z.length-1)return null;while(z[B].classList.contains("disabled"));return B},we=()=>{S.value=se(!0)},Se=()=>{S.value=se(!1)},Z=K=>{p(E)&&(K.stopPropagation(),p(b).hide())},ne=K=>{var z,B;p(E)&&(K.stopPropagation(),p(S)!==null&&(p(S)===0?X():ie((B=(z=p(y))==null?void 0:z.values)==null?void 0:B[p(S)-1]),p(b).hide()))},le=()=>{E.value=!1,S.value=null},Ie=()=>{E.value=!0,S.value=0},Y=()=>{g.value.trim().length&&p(b).show()},_=async()=>{if(await Gn(),h.value=g.value.trim(),!g.value.trim().length){p(b).hide();return}p(b).show(),_n(a,"files-public-link")||j()},F=async()=>{try{const z=`[InternetShortcut]
|
|
52
|
+
URL=${Jf.sanitize(I(p(g)),{USE_PROFILES:{html:!0}})}`,B=ee.urlJoin(p(T).path,`${p(h)}.url`),V=await r.webdav.putFileContents(e.space,{path:B,content:z});w.upsertResource(V),i({title:o("Shortcut was created successfully")})}catch(K){console.error(K),s({title:o("Failed to create shortcut"),errors:[K]})}};return Mt(async()=>{var K,z;await Gn(),R=new Zf((z=(K=p(b))==null?void 0:K.$refs)==null?void 0:z.drop)}),Tt(y,async()=>{await Gn(),!(!p(E)||!R)&&(R.unmark(),R.mark(p(g),{element:"span",className:"mark-highlight",exclude:[".selectable-item-url *",".create-shortcut-modal-search-separator *"]}))},{deep:!0}),Tt(S,()=>{var z,B;if(!p(E)||typeof((B=(z=p(b))==null?void 0:z.$el)==null?void 0:B.scrollTo)!="function")return;const K=p(b).$el.querySelectorAll(".selectable-item");p(b).$el.scrollTo(0,p(S)===null?0:K[p(S)].getBoundingClientRect().y-K[p(S)].getBoundingClientRect().height)}),n({onConfirm:F}),{inputUrl:g,inputFilename:h,dropRef:b,dropItemUrl:A,searchResult:y,confirmButtonDisabled:D,inputFileNameErrorMessage:k,searchTask:N,dropItemUrlClicked:X,dropItemResourceClicked:ie,getPathPrefix:u,getFolderLink:m,getParentFolderLink:f,getParentFolderName:l,getParentFolderLinkIconAdditionalAttributes:d,onKeyEnterDrop:ne,onKeyDownDrop:Se,onKeyUpDrop:we,onKeyEscDrop:Z,onHideDrop:le,onShowDrop:Ie,onInputUrlInput:_,onClickUrlInput:Y,isDropItemActive:de,onConfirm:F}}}),bO={class:"oc-flex oc-flex-middle create-shortcut-modal-label"},vO=["textContent"],wO=["textContent"],SO={key:0,class:"oc-p-xs oc-flex oc-flex-center"},EO={class:"create-shortcut-modal-search-separator oc-text-muted oc-text-small oc-pl-xs"},TO=["textContent"],AO={key:0,class:"oc-flex oc-width-1-1 oc-mt-m"},RO={class:"oc-flex oc-flex-middle create-shortcut-modal-label"},_O=["textContent"];function IO(e,t,n,r,o,i){const s=pe("oc-contextual-helper"),a=pe("oc-text-input"),c=pe("oc-icon"),u=pe("oc-button"),l=pe("oc-spinner"),f=pe("resource-preview"),d=pe("oc-list"),m=pe("oc-drop");return J(),ve(Qe,null,[be(a,{id:"create-shortcut-modal-url-input",modelValue:e.inputUrl,"onUpdate:modelValue":[t[0]||(t[0]=w=>e.inputUrl=w),e.onInputUrlInput],placeholder:"example.org",label:e.$gettext("Webpage or file"),onKeydown:[Ji(e.onKeyUpDrop,["up"]),Ji(e.onKeyDownDrop,["down"]),Ji(e.onKeyEscDrop,["esc"]),Ji(e.onKeyEnterDrop,["enter"])],onClick:e.onClickUrlInput},{label:Te(()=>[fe("div",bO,[fe("label",{for:"create-shortcut-modal-url-input",textContent:H.toDisplayString(e.$gettext("Webpage or file"))},null,8,vO),be(s,{text:e.$gettext("Enter the target URL of a webpage or the name of a file. Users will be directed to this webpage or file."),title:e.$gettext("Webpage or file"),class:"oc-ml-xs"},null,8,["text","title"])])]),_:1},8,["modelValue","label","onKeydown","onUpdate:modelValue","onClick"]),be(m,{ref:"dropRef",class:"oc-pt-s","padding-size":"remove","drop-id":"create-shortcut-modal-contextmenu",mode:"manual",position:"bottom-start","close-on-click":!0,onHideDrop:e.onHideDrop,onShowDrop:e.onShowDrop},{default:Te(()=>[be(d,null,{default:Te(()=>{var w,v;return[fe("li",{class:H.normalizeClass(["oc-p-xs selectable-item selectable-item-url",{active:e.isDropItemActive(0)}])},[be(u,{class:"oc-width-1-1",appearance:"raw","justify-content":"left",onClick:e.dropItemUrlClicked},{default:Te(()=>[be(c,{name:"external-link"}),fe("span",{textContent:H.toDisplayString(e.dropItemUrl)},null,8,wO)]),_:1},8,["onClick"])],2),e.searchTask.isRunning?(J(),ve("li",SO,[be(l)])):Oe("",!0),(v=(w=e.searchResult)==null?void 0:w.values)!=null&&v.length?(J(),ve(Qe,{key:1},[fe("li",EO,[fe("span",{textContent:H.toDisplayString(e.$gettext("Link to a file"))},null,8,TO)]),(J(!0),ve(Qe,null,kt(e.searchResult.values,(T,b)=>(J(),ve("li",{key:b,class:H.normalizeClass(["oc-p-xs selectable-item",{active:e.isDropItemActive(b+1)}])},[be(u,{class:"oc-width-1-1",appearance:"raw","justify-content":"left",onClick:g=>e.dropItemResourceClicked(T)},{default:Te(()=>[be(f,{"search-result":T,"is-clickable":!1},null,8,["search-result"])]),_:2},1032,["onClick"])],2))),128))],64)):Oe("",!0)]}),_:1})]),_:1},8,["onHideDrop","onShowDrop"]),e.inputFilename?(J(),ve("div",AO,[be(a,{id:"create-shortcut-modal-filename-input",modelValue:e.inputFilename,"onUpdate:modelValue":t[1]||(t[1]=w=>e.inputFilename=w),class:"oc-width-1-1","error-message":e.inputFileNameErrorMessage,"fix-message-line":!0},{label:Te(()=>[fe("div",RO,[fe("label",{for:"create-shortcut-modal-filename-input",textContent:H.toDisplayString(e.$gettext("Shortcut name"))},null,8,_O),be(s,{text:e.$gettext("Shortcut name as it will appear in the file list."),title:e.$gettext("Shortcut name"),class:"oc-ml-xs"},null,8,["text","title"])])]),_:1},8,["modelValue","error-message"])])):Oe("",!0)],64)}const yv=Ve(yO,[["render",IO]]),CO=({space:e})=>{const{dispatchModal:t}=bt(),{$gettext:n}=Ne.useGettext(),r=Ke(),{currentFolder:o}=He.storeToRefs(r);return{actions:U(()=>[{name:"create-shortcut",icon:"external-link",handler:()=>{t({title:n("Create a Shortcut"),confirmText:n("Create"),customComponent:yv,customComponentAttrs:()=>({space:p(e)})})},label:()=>n("New Shortcut"),isVisible:()=>{var s;return(s=p(o))==null?void 0:s.canCreate()},class:"oc-files-actions-create-new-shortcut"}])}},PO=()=>{const{showErrorMessage:e}=rt(),t=ze(),{$gettext:n}=Ne.useGettext(),r=Or(),o=os(),i=Ye(),s=u=>{const l=/URL=(.+)/,f=u.match(l);if(f&&f[1])return f[1];throw new Error("unable to extract url")},a=async({resources:u,space:l})=>{try{const f=new URL(window.location.href),d=(await i.webdav.getFileContents(l,u[0])).body;let m=s(d);if(m=m.match(/^http[s]?:\/\//)?m:`https://${m}`,m=Jf.sanitize(m,{USE_PROFILES:{html:!0}}),m.startsWith(f.origin)){window.location.href=m;return}window.open(m)}catch(f){console.error(f),e({title:n("Failed to open shortcut"),errors:[f]})}};return{actions:U(()=>[{name:"open-shortcut",icon:"external-link",category:"context",handler:a,label:()=>n("Open shortcut"),isVisible:({resources:u})=>p(r)&&!p(o)&&!at(t,"files-spaces-generic")&&!_n(t,"files-public-link")&&!At(t,"files-common-favorites")&&!At(t,"files-common-search")&&!Nt(t,"files-shares-with-me")&&!Nt(t,"files-shares-with-others")&&!Nt(t,"files-shares-via-link")||u.length!==1||u[0].extension!=="url"?!1:u[0].canDownload(),class:"oc-files-actions-open-short-cut-trigger"}]),extractUrl:s}},FO=Me({name:"LinkRoleDropdown",props:{modelValue:{type:Object,required:!0},availableLinkTypeOptions:{type:Array,required:!0},dropOffset:{type:String,default:void 0}},emits:["update:modelValue"],setup(e,{emit:t}){const{$gettext:n}=Ne.useGettext(),{getLinkRoleByType:r}=sa(),o=c=>e.modelValue===c,i=c=>{t("update:modelValue",c)},s=U(()=>{var c;return n((c=r(e.modelValue))==null?void 0:c.displayName)}),a=Yt.v4();return{isSelectedType:o,updateSelectedType:i,currentLinkRoleLabel:s,dropUuid:a,getLinkRoleByType:r}}}),OO=["textContent"],xO=["textContent"],kO={class:"oc-flex oc-flex-middle"},NO=["textContent"],$O={class:"oc-text-small"},DO={class:"oc-flex"};function LO(e,t,n,r,o,i){var f;const s=pe("oc-icon"),a=pe("oc-button"),c=pe("oc-list"),u=pe("oc-drop"),l=dn("oc-tooltip");return J(),ve(Qe,null,[e.availableLinkTypeOptions.length>1?(J(),Ce(a,{key:0,id:`link-role-dropdown-toggle-${e.dropUuid}`,appearance:"raw","gap-size":"none","no-hover":"",class:"oc-text-left link-role-dropdown-toggle"},{default:Te(()=>[fe("span",{class:"link-current-role",textContent:H.toDisplayString(e.currentLinkRoleLabel||e.$gettext("Select a role"))},null,8,OO),be(s,{name:"arrow-down-s"})]),_:1},8,["id"])):ot((J(),ve("span",{key:1,class:"link-current-role oc-mr-m",textContent:H.toDisplayString(e.currentLinkRoleLabel)},null,8,xO)),[[l,(f=e.getLinkRoleByType(e.modelValue))==null?void 0:f.description]]),e.availableLinkTypeOptions.length>1?(J(),Ce(u,{key:2,class:"link-role-dropdown","drop-id":`link-role-dropdown-${e.dropUuid}`,toggle:`#link-role-dropdown-toggle-${e.dropUuid}`,"padding-size":"small",mode:"click",offset:e.dropOffset,"close-on-click":""},{default:Te(()=>[be(c,{class:"role-dropdown-list"},{default:Te(()=>[(J(!0),ve(Qe,null,kt(e.availableLinkTypeOptions,(d,m)=>(J(),ve("li",{key:`role-dropdown-${m}`},[be(a,{id:`files-role-${e.getLinkRoleByType(d).id}`,class:H.normalizeClass([{selected:e.isSelectedType(d),"oc-secondary-container":e.isSelectedType(d)},"oc-p-s"]),appearance:"raw","justify-content":"space-between",onClick:w=>e.updateSelectedType(d)},{default:Te(()=>[fe("span",kO,[be(s,{name:e.getLinkRoleByType(d).icon,class:"oc-pl-s oc-pr-m"},null,8,["name"]),fe("span",null,[fe("span",{class:"role-dropdown-list-option-label oc-text-bold oc-display-block oc-width-1-1",textContent:H.toDisplayString(e.$gettext(e.getLinkRoleByType(d).displayName))},null,8,NO),fe("span",$O,H.toDisplayString(e.$gettext(e.getLinkRoleByType(d).description)),1)])]),fe("span",DO,[e.isSelectedType(d)?(J(),Ce(s,{key:0,name:"check"})):Oe("",!0)])]),_:2},1032,["id","class","onClick"])]))),128))]),_:1})]),_:1},8,["drop-id","toggle","offset"])):Oe("",!0)],64)}const bv=Ve(FO,[["render",LO],["__scopeId","data-v-0eaa2216"]]),MO=Me({name:"CreateLinkModal",components:{LinkRoleDropdown:bv},props:{modal:{type:Object,required:!0},resources:{type:Array,required:!0},space:{type:Object,default:void 0},callbackFn:{type:Function,default:void 0}},emits:["cancel","confirm"],setup(e,{expose:t}){const n=Ye(),r=Ne.useGettext(),{$gettext:o}=r,i=Dv(),{isEnabled:s,postMessage:a}=ni(),{defaultLinkType:c,getAvailableLinkTypes:u,getLinkRoleByType:l,isPasswordEnforcedForLinkType:f}=sa(),{addLink:d}=jt(),m=oe(!1),w=oe(!1),v=U(()=>e.resources.every(({isFolder:Se})=>Se)),T=U(()=>p(s)?o("Share link(s)"):o("Copy link")),b=oe(Yt.v4()),g=oe({}),h=oe(),y=Ca({value:"",error:void 0}),S=oe(p(c)),E=U(()=>o(l(p(S)).description)),R=U(()=>o(l(p(S)).displayName)),I=U(()=>l(p(S)).icon),A=U(()=>u({isFolder:p(v)})),$=U(()=>f(p(S))),D=i.getPolicy({enforcePassword:p($)}),k=()=>{m.value=!0},N=({date:Se,error:Z})=>{h.value=Se,w.value=Z},j=()=>Promise.allSettled(e.resources.map(Se=>{var Z;return d({clientService:n,space:e.space,resource:Se,options:{type:p(S),"@libre.graph.quickLink":!1,password:p(y).value,expirationDateTime:(Z=p(h))==null?void 0:Z.toISO(),displayName:o("Unnamed link")}})})),W=U(()=>!!D.check(p(y).value)),X=U(()=>!(p(W)&&!p(w))),ie=async(Se={})=>{const Z=await j(),ne=Z.filter(({status:Y})=>Y==="fulfilled");ne.length&&p(s)&&a("opencloud-embed:share",ne.map(({value:Y})=>Y.webUrl));const le=[],Ie=Z.filter(({status:Y})=>Y==="rejected");if(Ie.length&&Ie.map(({reason:Y})=>Y).forEach(Y=>{var _;if(console.error(Y),((_=Y.response)==null?void 0:_.status)===400){const F=Y.response.data.error;F.message=Et.upperFirst(F.message),le.push(F)}}),le.length)return y.error=o(le[0].message),Promise.reject();e.callbackFn&&e.callbackFn({result:Z,password:y.value,options:Se})};t({onConfirm:ie});const de=Se=>p(S)===Se,se=Se=>{y.value=Se,y.error=void 0},we=Se=>{S.value=Se};return Mt(()=>{const Se=p(g)[p(S)];Se&&Se.$el.focus(),p($)&&(y.value=i.generatePassword())}),{roleRefs:g,password:y,passwordEnforced:$,passwordPolicy:D,generatePasswordMethod:()=>i.generatePassword(),passwordInputKey:b,selectedExpiry:h,availableLinkTypes:A,selectedType:S,selectedTypeIcon:I,selectedTypeDisplayName:R,selectedTypeDescription:E,isSelectedLinkType:de,updateSelectedLinkType:we,updatePassword:se,getLinkRoleByType:l,confirmButtonText:T,isAdvancedMode:m,setAdvancedMode:k,onExpiryDateChanged:N,confirmButtonDisabled:X,DateTime:Dt.DateTime,onConfirm:ie}}}),BO={class:"oc-flex oc-button-justify-content-space-between oc-pb-s"},jO={key:0,class:"oc-flex oc-flex-middle"},UO={key:1,class:"oc-flex oc-flex-middle"},qO={class:"oc-flex oc-flex-column"},VO=["textContent"],zO=["textContent"],WO=["textContent"],HO={class:"link-modal-password oc-mb-m"},GO={key:1,class:"link-modal-password-text oc-text-small oc-text-muted"},KO=["textContent"],QO=["textContent"],XO={class:"link-modal-actions oc-flex oc-flex-right oc-flex-middle oc-mt-s"},YO={class:"oc-rounded oc-menu-item-hover"};function JO(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("link-role-dropdown"),c=pe("oc-button"),u=pe("oc-text-input"),l=pe("oc-datepicker"),f=pe("oc-list"),d=pe("oc-drop");return J(),ve(Qe,null,[fe("div",BO,[e.isAdvancedMode?(J(),ve("div",jO,[be(s,{class:"oc-mr-s",name:e.selectedTypeIcon,"fill-type":"line"},null,8,["name"]),be(a,{"model-value":e.selectedType,"available-link-type-options":e.availableLinkTypes,"onUpdate:modelValue":e.updateSelectedLinkType},null,8,["model-value","available-link-type-options","onUpdate:modelValue"])])):(J(),ve("div",UO,[be(s,{class:"oc-mr-s",name:e.selectedTypeIcon,"fill-type":"line"},null,8,["name"]),fe("div",qO,[fe("span",{class:"oc-text-bold",textContent:H.toDisplayString(e.selectedTypeDisplayName)},null,8,VO),fe("span",{class:"oc-text-small",textContent:H.toDisplayString(e.selectedTypeDescription)},null,8,zO)])])),e.isAdvancedMode?Oe("",!0):(J(),Ce(c,{key:2,class:"link-modal-advanced-mode-button","gap-size":"xsmall",appearance:"raw","no-hover":"",onClick:t[0]||(t[0]=m=>e.setAdvancedMode())},{default:Te(()=>[be(s,{name:"settings-3",size:"small","fill-type":"fill"}),fe("span",{textContent:H.toDisplayString(e.$gettext("Options"))},null,8,WO)]),_:1}))]),fe("div",HO,[e.isAdvancedMode?(J(),Ce(u,{key:e.passwordInputKey,"model-value":e.password.value,type:"password","password-policy":e.passwordPolicy,"generate-password-method":e.generatePasswordMethod,"error-message":e.password.error,label:e.passwordEnforced?`${e.$gettext("Password")}*`:e.$gettext("Password"),class:"link-modal-password-input","onUpdate:modelValue":e.updatePassword},null,8,["model-value","password-policy","generate-password-method","error-message","label","onUpdate:modelValue"])):e.password.value?(J(),ve("div",GO,[fe("span",{textContent:H.toDisplayString(e.$gettext("Password:"))},null,8,KO),fe("span",{textContent:H.toDisplayString(e.password.value)},null,8,QO)])):Oe("",!0),e.isAdvancedMode?(J(),Ce(l,{key:2,class:"oc-mt-s","min-date":e.DateTime.now(),label:e.$gettext("Expiry date"),onDateChanged:e.onExpiryDateChanged},null,8,["min-date","label","onDateChanged"])):Oe("",!0)]),fe("div",XO,[be(c,{class:"link-modal-cancel oc-modal-body-actions-cancel oc-ml-s",onClick:t[1]||(t[1]=m=>e.$emit("cancel"))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),fe("div",{class:H.normalizeClass(["link-modal-confirm-button-group oc-ml-s",{"oc-button-group":e.password.value}])},[be(c,{class:"link-modal-confirm oc-modal-body-actions-confirm",appearance:"filled",disabled:e.confirmButtonDisabled,onClick:t[2]||(t[2]=m=>e.$emit("confirm"))},{default:Te(()=>[Vt(H.toDisplayString(e.confirmButtonText),1)]),_:1},8,["disabled"]),e.password.value?(J(),Ce(c,{key:0,class:"link-modal-confirm oc-modal-body-actions-confirm-secondary-trigger",appearance:"filled",disabled:e.confirmButtonDisabled},{default:Te(()=>[be(s,{size:"small",name:"arrow-down-s"})]),_:1},8,["disabled"])):Oe("",!0),e.password.value?(J(),Ce(d,{key:1,"drop-id":"oc-modal-body-actions-confirm-secondary-drop",toggle:".oc-modal-body-actions-confirm-secondary-trigger",mode:"click","padding-size":"small","close-on-click":""},{default:Te(()=>[be(f,{class:"oc-modal-body-actions-confirm-secondary-menu"},{default:Te(()=>[fe("li",YO,[be(c,{class:"oc-modal-body-actions-confirm-password action-menu-item",appearance:"raw",onClick:t[3]||(t[3]=m=>e.$emit("confirm",{copyPassword:!0}))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Copy link and password")),1)]),_:1})])]),_:1})]),_:1})):Oe("",!0)],2)])],64)}const vv=Ve(MO,[["render",JO],["__scopeId","data-v-0f5a06c6"]]),bn={Internal:"internal",View:"view",Upload:"upload",Edit:"edit",CreateOnly:"createOnly"},ZO={LibreGraphPermissionsRolesAllowedValues:"@libre.graph.permissions.roles.allowedValues"},sa=()=>{const{$gettext:e}=Ne.useGettext(),t=rn(),n=hn(),r=U(()=>n.can("create-all","PublicLink")),o=U(()=>bn.View),i=u=>u===bn.View?t.sharingPublicPasswordEnforcedFor.read_only:u===bn.Upload?t.sharingPublicPasswordEnforcedFor.upload_only:u===bn.CreateOnly?t.sharingPublicPasswordEnforcedFor.read_write:u===bn.Edit?t.sharingPublicPasswordEnforcedFor.read_write_delete:!1,s=({isFolder:u})=>p(r)?u?[bn.View,bn.Edit,bn.CreateOnly]:[bn.View,bn.Edit]:[],a=[{id:bn.Internal,displayName:e("Invited people"),description:e("Link works only for invited people. Login is required."),icon:"user"},{id:bn.View,displayName:e("Can view"),description:e("View, download"),icon:"eye"},{id:bn.Upload,displayName:e("Can upload"),description:e("View, upload, download"),icon:"upload"},{id:bn.Edit,displayName:e("Can edit"),description:e("View, upload, edit, download, delete"),icon:"pencil"},{id:bn.CreateOnly,displayName:e("Secret File Drop"),description:e("Upload only, existing content is not revealed"),icon:"inbox-unarchive"}];return{defaultLinkType:o,isPasswordEnforcedForLinkType:i,getAvailableLinkTypes:s,linkShareRoles:a,getLinkRoleByType:u=>a.find(({id:l})=>l===u)}},ex=({enforceModal:e=!1}={})=>{const t=Ye(),n=vt(),{showMessage:r,showErrorMessage:o}=rt(),{$gettext:i,$ngettext:s}=Ne.useGettext(),a=rn(),c=hn(),u=cn(),{defaultLinkType:l}=sa(),{addLink:f}=jt(),{dispatchModal:d}=bt(),{copyToClipboard:m}=wf(),w=async({result:g,password:h,options:y={}})=>{const S=g.filter(R=>R.status==="fulfilled");if(S.length){let R=i("Link has been created successfully");if(g.length===1)try{const I=y.copyPassword?i("%{link} Password:%{password}",{link:S[0].value.webUrl,password:h},!0):S[0].value.webUrl;await m(I),R=i("The link has been copied to your clipboard.")}catch(I){console.warn("Unable to copy link to clipboard",I)}r({title:s(R,"Links have been created successfully.",S.length)})}const E=g.filter(({status:R})=>R==="rejected");E.length&&o({errors:E.map(({reason:R})=>R),title:s("Failed to create link","Failed to create links",E.length)})},v=async({space:g,resources:h})=>{const y=a.sharingPublicPasswordEnforcedFor.read_only===!0;if(e||y){d({title:s('Copy link for "%{resourceName}"',"Copy links for the selected items",h.length,{resourceName:h[0].name}),customComponent:vv,customComponentAttrs:()=>({space:g,resources:h,callbackFn:w}),hideActions:!0});return}const S=h.map(R=>f({clientService:t,space:g,resource:R,options:{"@libre.graph.quickLink":!1,displayName:i("Unnamed link"),type:p(l)}})),E=await u.addTask(()=>Promise.allSettled(S));w({result:E})},T=({resources:g})=>{if(!g.length)return!1;for(const h of g)if(!h.canShare({user:n.user,ability:c})||ee.isProjectSpaceResource(h)&&h.disabled)return!1;return!0};return{actions:U(()=>[{name:"create-links",icon:"link",handler:v,label:()=>i("Create links"),isVisible:T,class:"oc-files-actions-create-links"}])}},tx=Me({name:"AppLoadingSpinner"}),nx={class:"oc-flex oc-flex-middle oc-flex-center oc-height-1-1 oc-width-1-1"};function rx(e,t,n,r,o,i){const s=pe("oc-spinner");return J(),ve("div",nx,[be(s,{id:"app-loading-spinner",size:"large","aria-hidden":!0,"aria-label":""})])}const xf=Ve(tx,[["render",rx]]),ix=Me({name:"FilePickerModal",components:{AppLoadingSpinner:xf},props:{modal:{type:Object,required:!0},app:{type:Object,required:!0},parentFolderLink:{type:Object,required:!0}},setup(e){const t=oe(),n=oe(!0),r=ze(),{removeModal:o}=bt(),{getMatchingSpace:i}=ln(),s=ii(),{getEditorRouteOpts:a}=Vn(),c=r.resolve(e.parentFolderLink),u=e.app.extensions.map(v=>v.extension?v.extension:v.mimeType),l=s.currentTheme.name,f=new URL(c.href,window.location.origin);f.searchParams.append("hide-logo","true"),f.searchParams.append("embed","true"),f.searchParams.append("embed-target","file"),f.searchParams.append("embed-delegate-authentication","false"),f.searchParams.append("embed-file-types",u.join(","));const d=()=>{n.value=!1,p(t).contentWindow.focus()},m=({data:v})=>{if(v.name!=="opencloud-embed:file-pick")return;const{resource:T,locationQuery:b}=v.data,g=i(T),h=ee.isShareSpaceResource(g)?g.id:void 0,y=a(p(r.currentRoute).name,g,T,h);y.query={...y.query,...b};const S=r.resolve(y),E=new URL(S.href,window.location.origin);o(e.modal.id),window.open(E.href,"_blank")},w=({data:v})=>{v.name==="opencloud-embed:cancel"&&o(e.modal.id)};return Mt(()=>{window.addEventListener("message",m),window.addEventListener("message",w)}),jn(()=>{window.removeEventListener("message",m),window.removeEventListener("message",w)}),{isLoading:n,onLoad:d,iframeTitle:l,iframeSrc:f.href,iframeRef:t,onFilePick:m}}}),ox={class:"oc-height-1-1",tabindex:"0"},sx=["title","src"];function ax(e,t,n,r,o,i){const s=pe("app-loading-spinner");return J(),ve("div",ox,[e.isLoading?(J(),Ce(s,{key:0})):Oe("",!0),ot(fe("iframe",{ref:"iframeRef",class:"oc-width-1-1 oc-height-1-1",title:e.iframeTitle,src:e.iframeSrc,tabindex:"0",onLoad:t[0]||(t[0]=(...a)=>e.onLoad&&e.onLoad(...a))},null,40,sx),[[Ya,!e.isLoading]])])}const wv=Ve(ix,[["render",ax]]),aa=(e={},t)=>{const n=e.targetRouteCallback,{getMatchingSpace:r}=ln(e);return{createFileAction:s=>{const a=p(e.space)||r(s);t.emit("fileClick",{space:a,resources:[s]})},createFolderLink:s=>{if(p(n))return p(n)(s);const{path:a,fileId:c,resource:u}=s,l=p(e.space)||r(u);return l?xn("files-spaces-generic",Jn(l,{path:a,fileId:c})):{}}}},si=(e={})=>{const t=rn(),{$gettext:n}=Ne.useGettext(),{getInternalSpace:r,getMatchingSpace:o,isResourceAccessible:i}=ln(),{createFolderLink:s}=aa(e);return{getPathPrefix:d=>{const m=p(e.space)||o(d);return ee.isProjectSpaceResource(m)?ss.join(n("Spaces"),m.name):ee.isShareSpaceResource(m)?ss.join(n("Shares"),m.name):m.name},getFolderLink:d=>s({path:d.path,fileId:d.fileId,resource:d}),getParentFolderLink:d=>{const m=p(e.space)||o(d),w=i({space:m,path:gt.dirname(d.path)});return d.remoteItemId&&d.path==="/"||!w?kn("files-shares-with-me"):ee.isProjectSpaceResource(d)?xn("files-spaces-projects"):s({path:gt.dirname(d.path),...d.parentFolderId&&{fileId:d.parentFolderId},resource:d})},getParentFolderName:d=>{const m=p(e.space)||o(d),w=i({space:m,path:gt.dirname(d.path)});if(ee.isShareRoot(d)||d.id===m.id&&ee.isShareSpaceResource(m)||!w)return n("Shared with me");const T=ee.extractParentFolderName(d);if(T)return T;if(ee.isShareSpaceResource(m))return m.name;if(t.spacesProjects){if(ee.isProjectSpaceResource(d))return n("Spaces");if((m==null?void 0:m.driveType)==="project")return m.name}return n("Personal")},getParentFolderLinkIconAdditionalAttributes:d=>ee.isProjectSpaceResource(d)||ee.isProjectSpaceResource(r(d.storageId)||{})&&d.path.split("/").length===2?{name:"layout-grid","fill-type":"fill"}:{}}},Sv=({appId:e})=>{const{$gettext:t}=Ne.useGettext(),n=Or(),{dispatchModal:r}=bt(),o=Zn(),{apps:i}=He.storeToRefs(o),{getParentFolderLink:s}=si(),a=({resources:u})=>{const l=p(i)[e],f=s(u[0]);r({elementClass:"open-with-app-modal",title:t("Open file in %{app}",{app:l.name}),customComponent:wv,hideActions:!0,customComponentAttrs:()=>({app:l,parentFolderLink:f}),focusTrapInitial:!1})};return{actions:U(()=>[{name:"open-with-app",icon:"folder-open",handler:a,label:()=>t("Open"),isVisible:()=>!p(n),class:"oc-files-actions-open-with-app-trigger"}])}},lx=Me({name:"SaveAsModal",components:{AppLoadingSpinner:xf},props:{modal:{type:Object,required:!0},parentFolderLink:{type:Object,required:!0},originalResource:{type:Object,required:!0},content:{type:String,required:!0}},setup(e){const t=oe(),n=oe(!0),r=ii(),{$gettext:o}=Ne.useGettext(),i=ze(),s=Ye(),{removeModal:a}=bt(),{showMessage:c,showErrorMessage:u}=rt(),{getMatchingSpace:l}=ln(),{getEditorRouteOpts:f}=Vn(),d=i.resolve(e.parentFolderLink),m=r.currentTheme.name,w=new URL(d.href,window.location.origin);w.searchParams.append("hide-logo","true"),w.searchParams.append("embed","true"),w.searchParams.append("embed-target","location"),w.searchParams.append("embed-choose-file-name","true"),w.searchParams.append("embed-delegate-authentication","false"),w.searchParams.append("embed-choose-file-name-suggestion",e.originalResource.name);const v=()=>{n.value=!1,p(t).contentWindow.focus()},T=async({data:y})=>{if(y.name!=="opencloud-embed:select")return;const{resources:S,fileName:E,locationQuery:R}=y.data,I=S[0],A=l(I);try{const $=await b({destinationFolder:I,fileName:E,space:A});c({title:o('"%{fileName}" was saved successfully',{fileName:$.name})}),g({resource:$,space:A,locationQuery:R})}catch($){console.error($),u({title:o('Unable to save "%{fileName}"',{fileName:E}),errors:[$]}),console.error($)}a(e.modal.id)},b=async({destinationFolder:y,fileName:S,space:E})=>{const{children:R}=await s.webdav.listFiles(E,{fileId:y.fileId},{davProperties:[qe.Name]});return R.find(A=>A.name===S)&&(S=Un(S,e.originalResource.extension,R)),s.webdav.putFileContents(E,{fileName:S,parentFolderId:y.id,content:e.content,path:ee.urlJoin(y.path,S)})},g=({locationQuery:y,resource:S,space:E})=>{const R=ee.isShareSpaceResource(E)?E.id:void 0,I=f(p(i.currentRoute).name,E,S,R);I.query={...I.query,...y};const A=i.resolve(I),$=new URL(A.href,window.location.origin);window.open($.href,"_blank")},h=({data:y})=>{y.name==="opencloud-embed:cancel"&&a(e.modal.id)};return Mt(()=>{window.addEventListener("message",T),window.addEventListener("message",h)}),jn(()=>{window.removeEventListener("message",T),window.removeEventListener("message",h)}),{isLoading:n,onLoad:v,iframeTitle:m,iframeSrc:w.href,iframeRef:t,onLocationPick:T}}}),cx={class:"oc-height-1-1",tabindex:"0"},ux=["title","src"];function fx(e,t,n,r,o,i){const s=pe("app-loading-spinner");return J(),ve("div",cx,[e.isLoading?(J(),Ce(s,{key:0})):Oe("",!0),ot(fe("iframe",{ref:"iframeRef",class:"oc-width-1-1 oc-height-1-1",title:e.iframeTitle,src:e.iframeSrc,tabindex:"0",onLoad:t[0]||(t[0]=(...a)=>e.onLoad&&e.onLoad(...a))},null,40,ux),[[Ya,!e.isLoading]])])}const Ev=Ve(lx,[["render",fx]]),Tv=({content:e})=>{const{$gettext:t}=Ne.useGettext(),n=Or(),{dispatchModal:r}=bt(),{getParentFolderLink:o}=si(),i=({resources:a})=>{const c=o(a[0]);r({elementClass:"save-as-modal",title:t("Save as"),customComponent:Ev,hideActions:!0,customComponentAttrs:()=>({content:p(e),parentFolderLink:c,originalResource:a[0]}),focusTrapInitial:!1})};return{actions:U(()=>[{name:"save-as",icon:"save-2",handler:i,label:()=>t("Save as"),isVisible:({resources:a})=>!p(n)||a.length!==1,class:"oc-files-actions-save-as-trigger"}])}},Av=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=hn(),s=Ye(),a=en(),{dispatchModal:c}=bt(),u=lt(),{removeResources:l}=Ke(),f=v=>v.filter(T=>ee.isProjectSpaceResource(T)&&T.canBeDeleted({user:n.user,ability:i})),d=async v=>{const T=s.graphAuthenticated,b=v.map(S=>T.drives.deleteDrive(S.id).then(()=>(l([S]),u.removeSpace(S),!0))),g=await Promise.allSettled(b),h=g.filter(S=>S.status==="fulfilled");if(h.length){const S=h.length===1&&v.length===1?r('Space "%{space}" was deleted successfully',{space:v[0].name}):o("%{spaceCount} space was deleted successfully","%{spaceCount} spaces were deleted successfully",h.length,{spaceCount:h.length.toString()},!0);e({title:S})}const y=g.filter(S=>S.status==="rejected");if(y.length){y.forEach(console.error);const S=y.length===1&&v.length===1?r('Failed to delete space "%{space}"',{space:v[0].name}):o("Failed to delete %{spaceCount} space","Failed to delete %{spaceCount} spaces",y.length,{spaceCount:y.length.toString()},!0);t({title:S,errors:y.map(E=>E.reason)})}p(a).name==="admin-settings-spaces"&&Xe.publish("app.admin-settings.list.load")},m=({resources:v})=>{const T=f(v);if(!T.length)return;const b=o("Are you sure you want to delete the selected space?","Are you sure you want to delete %{count} selected spaces?",T.length,{count:T.length.toString()});c({title:o('Delete Space "%{space}"?',"Delete %{spaceCount} Spaces?",T.length,{space:T[0].name,spaceCount:T.length.toString()}),confirmText:r("Delete"),message:b,hasInput:!1,onConfirm:()=>d(T)})};return{actions:U(()=>[{name:"delete",icon:"delete-bin",label:()=>r("Delete"),handler:m,isVisible:({resources:v})=>!!f(v).length,class:"oc-files-actions-delete-trigger"}]),deleteSpaces:d}},Rv=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=hn(),s=Ye(),a=en(),c=ze(),{dispatchModal:u}=bt(),l=lt(),f=v=>v.filter(T=>ee.isProjectSpaceResource(T)&&T.canDisable({user:n.user,ability:i})),d=async v=>{const T=p(a),b=s.graphAuthenticated,g=v.map(E=>b.drives.disableDrive(E.id).then(()=>(T.name==="files-spaces-generic"&&c.push({name:"files-spaces-projects"}),T.name==="admin-settings-spaces"&&(E.disabled=!0,E.spaceQuota={total:E.spaceQuota.total}),l.updateSpaceField({id:E.id,field:"disabled",value:!0}),!0))),h=await Promise.allSettled(g),y=h.filter(E=>E.status==="fulfilled");if(y.length){const E=y.length===1&&v.length===1?r('Space "%{space}" was disabled successfully',{space:v[0].name}):o("%{spaceCount} space was disabled successfully","%{spaceCount} spaces were disabled successfully",y.length,{spaceCount:y.length.toString()},!0);e({title:E})}const S=h.filter(E=>E.status==="rejected");if(S.length){S.forEach(console.error);const E=S.length===1&&v.length===1?r('Failed to disable space "%{space}"',{space:v[0].name}):o("Failed to disable %{spaceCount} space","Failed to disable %{spaceCount} spaces",S.length,{spaceCount:S.length.toString()},!0);t({title:E,errors:S.map(R=>R.reason)})}},m=({resources:v})=>{const T=f(v);if(!T.length)return;const b=o("If you disable the selected space, it can no longer be accessed. Only Space managers will still have access. Note: No files will be deleted from the server.","If you disable the %{count} selected spaces, they can no longer be accessed. Only Space managers will still have access. Note: No files will be deleted from the server.",T.length,{count:T.length.toString()}),g=r("Disable");u({title:o('Disable Space "%{space}"?',"Disable %{spaceCount} Spaces?",T.length,{space:T[0].name,spaceCount:T.length.toString()}),confirmText:g,message:b,hasInput:!1,onConfirm:()=>d(T)})};return{actions:U(()=>[{name:"disable",icon:"stop-circle",label:()=>r("Disable"),handler:m,isVisible:({resources:v})=>!!f(v).length,class:"oc-files-actions-disable-trigger"}]),disableSpaces:d}},_v=()=>{const e=st(),t=lt(),n=jt(),{showMessage:r,showErrorMessage:o}=rt(),i=ze(),{$gettext:s}=Ne.useGettext(),a=hn(),c=Ye(),u=cn(),{upsertResource:l}=Ke(),f=at(i,"files-spaces-projects"),d=async v=>{const T=t.spaces.filter(ee.isProjectSpaceResource),b=Un(v.name,"",T);try{let g=await c.graphAuthenticated.drives.createDrive({name:b,description:v.description,quota:{total:v.spaceQuota.total}},n.graphRoles);const h=await c.webdav.listFiles(v);if(h.children.length){const y=new Lr({concurrency:e.options.concurrentRequests.resourceBatchActions}),S=[];for(const E of h.children)S.push(y.add(()=>c.webdav.copyFiles(v,E,g,{path:E.name})));await Promise.all(S)}if(v.spaceReadmeData||v.spaceImageData){const y={special:[]};if(v.spaceReadmeData){const S=await c.webdav.getFileInfo(g,{path:`.space/${v.spaceReadmeData.name}`});y.special.push({specialFolder:{name:"readme"},id:S.id})}if(v.spaceImageData){const S=await c.webdav.getFileInfo(g,{path:`.space/${v.spaceImageData.name}`});y.special.push({specialFolder:{name:"image"},id:S.id})}g=await c.graphAuthenticated.drives.updateDrive(g.id,y,n.graphRoles)}t.upsertSpace(g),f&&l(g),r({title:s('Space "%{space}" was duplicated successfully',{space:v.name})})}catch(g){console.error(g),o({title:s('Failed to duplicate space "%{space}"',{space:v.name}),errors:[g]})}},m=async({resources:v})=>{for(const T of v)T.disabled||!ee.isProjectSpaceResource(T)||await d(T)};return{actions:U(()=>[{name:"duplicate",icon:"folders",label:()=>s("Duplicate"),handler:v=>u.addTask(()=>m(v)),isVisible:({resources:v})=>!(v!=null&&v.length)||v.every(T=>T.disabled)||v.every(T=>!ee.isProjectSpaceResource(T))?!1:a.can("create-all","Drive"),class:"oc-files-actions-duplicate-trigger"}]),duplicateSpace:d}},dx=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),{$gettext:r}=Ne.useGettext(),o=hn(),i=Ye(),s=en(),{dispatchModal:a}=bt(),c=lt(),u=jt(),l=(m,w)=>i.graphAuthenticated.drives.updateDrive(m.id,{name:m.name,description:w},u.graphRoles).then(()=>{c.updateSpaceField({id:m.id,field:"description",value:w}),p(s).name==="admin-settings-spaces"&&(m.description=w),e({title:r("Space subtitle was changed successfully")})}).catch(T=>{console.error(T),t({title:r("Failed to change space subtitle"),errors:[T]})}),f=({resources:m})=>{m.length===1&&a({title:r("Change subtitle for space")+" "+m[0].name,confirmText:r("Confirm"),hasInput:!0,inputLabel:r("Space subtitle"),inputValue:m[0].description,onConfirm:w=>l(m[0],w)})};return{actions:U(()=>[{name:"editDescription",icon:"h-2",iconFillType:"none",label:()=>r("Edit subtitle"),handler:f,isVisible:({resources:m})=>m.length!==1?!1:m[0].canEditDescription({user:n.user,ability:o}),class:"oc-files-actions-edit-description-trigger"}]),editDescriptionSpace:l}},px={name:"QuotaSelect",props:{totalQuota:{type:Number,default:0},maxQuota:{type:Number,default:0}},emits:["selectedOptionChange"],setup(){const e=oe(void 0),t=oe([]);return{selectedOption:e,options:t}},computed:{quotaLimit(){return this.maxQuota||1e15},DEFAULT_OPTIONS(){return[{value:Math.pow(10,9),displayValue:this.getFormattedFileSize(Math.pow(10,9))},{value:2*Math.pow(10,9),displayValue:this.getFormattedFileSize(2*Math.pow(10,9))},{value:5*Math.pow(10,9),displayValue:this.getFormattedFileSize(5*Math.pow(10,9))},{value:10*Math.pow(10,9),displayValue:this.getFormattedFileSize(10*Math.pow(10,9))},{value:50*Math.pow(10,9),displayValue:this.getFormattedFileSize(50*Math.pow(10,9))},{value:100*Math.pow(10,9),displayValue:this.getFormattedFileSize(100*Math.pow(10,9))},{displayValue:this.$gettext("No restriction"),value:0}]}},watch:{totalQuota(){const e=this.options.find(t=>t.value===this.totalQuota);e&&(this.selectedOption=e)}},mounted(){this.setOptions(),this.selectedOption=this.options.find(e=>e.value===this.totalQuota)},methods:{onUpdate(e){this.selectedOption=e,this.$emit("selectedOptionChange",this.selectedOption)},optionSelectable(e){return e.selectable!==!1},isValueValidNumber(e){return Et.isNumber(e)?e>0:/^[0-9]\d*(([.,])\d+)?$/g.test(e)},createOption(e){if(e=e.replace(",","."),!this.isValueValidNumber(e))return{displayValue:e,value:e,error:this.$gettext("Please enter only numbers"),selectable:!1};const t=parseFloat(e)*Math.pow(10,9);return t>this.quotaLimit?{value:t,displayValue:this.getFormattedFileSize(t),error:this.$gettext("Please enter a value equal to or less than %{ quotaLimit }",{quotaLimit:this.getFormattedFileSize(this.quotaLimit).toString()}),selectable:!1}:{value:t,displayValue:this.getFormattedFileSize(t)}},setOptions(){let e=[...this.DEFAULT_OPTIONS];this.maxQuota&&(e=e.filter(n=>this.totalQuota===0&&n.value===0?(n.selectable=!1,!0):n.value!==0&&n.value<=this.maxQuota)),e.find(n=>n.value===this.totalQuota)||e.push({displayValue:this.getFormattedFileSize(this.totalQuota),value:this.totalQuota,selectable:this.totalQuota<=this.quotaLimit}),e=[...e.filter(n=>n.value).sort((n,r)=>n.value-r.value),...e.filter(n=>!n.value)],this.options=e},getFormattedFileSize(e){const t=En(e,this.$language.current);return this.isValueValidNumber(e)?t:e.toString()}}},hx={class:"quota-select-batch-action-form"},gx=["textContent"],mx={class:"oc-flex oc-flex-between"},yx=["textContent"],bx={key:0,class:"oc-text-input-danger"};function vx(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-select");return J(),ve("div",hx,[be(a,Zt({ref:"select","model-value":r.selectedOption,selectable:i.optionSelectable,taggable:"","push-tags":"",clearable:!1,options:r.options,"create-option":i.createOption,"option-label":"displayValue",label:e.$gettext("Quota")},e.$attrs,{"onUpdate:modelValue":i.onUpdate}),{"selected-option":Te(({displayValue:c})=>[e.$attrs["read-only"]?(J(),Ce(s,{key:0,name:"lock",class:"oc-mr-xs",size:"small"})):Oe("",!0),fe("span",{textContent:H.toDisplayString(c)},null,8,gx)]),search:Te(({attributes:c,events:u})=>[fe("input",Zt({class:"vs__search"},c,qa(u,!0)),null,16)]),option:Te(({displayValue:c,error:u})=>[fe("div",mx,[fe("span",{textContent:H.toDisplayString(c)},null,8,yx)]),u?(J(),ve("div",bx,H.toDisplayString(u),1)):Oe("",!0)]),_:1},16,["model-value","selectable","options","create-option","label","onUpdate:modelValue"])])}const Iv=Ve(px,[["render",vx]]),wx=Me({name:"SpaceQuotaModal",components:{QuotaSelect:Iv},props:{modal:{type:Object,required:!0},spaces:{type:Array,required:!0},warningMessage:{type:String,default:""},warningMessageContextualHelperData:{type:Object,default:()=>{}},resourceType:{type:String,required:!1,default:"space",validator:e=>["space","user"].includes(e)}},emits:["update:confirmDisabled"],setup(e,{emit:t,expose:n}){const{showMessage:r,showErrorMessage:o}=rt(),i=rn(),s=He.storeToRefs(i),{$gettext:a,$ngettext:c}=Ne.useGettext(),u=Ye(),l=ze(),f=lt(),d=jt(),{updateResourceField:m}=Ke(),w=oe(0),v=y=>e.resourceType==="space"?c("Space quota was changed successfully","Quota of %{count} spaces was changed successfully",y,{count:y.toString()}):e.resourceType==="user"?c("User quota was changed successfully","Quota of %{count} users was changed successfully",y,{count:y.toString()}):a("Quota was changed successfully"),T=y=>e.resourceType==="space"?c("Failed to change space quota","Failed to change quota for %{count} spaces",y,{count:y.toString()}):e.resourceType==="user"?c("Failed to change user quota","Failed to change quota for %{count} users",y,{count:y.toString()}):a("Failed to change quota"),b=U(()=>!e.spaces.some(y=>y.spaceQuota.total!==p(w)));Tt(b,()=>{t("update:confirmDisabled",p(b))},{immediate:!0});const g=y=>{w.value=y.value},h=async()=>{const y=u.graphAuthenticated,S=e.spaces.map(async A=>{const $=await y.drives.updateDrive(A.id,{name:A.name,quota:{total:p(w)}},d.graphRoles);p(l.currentRoute).name==="admin-settings-spaces"&&Xe.publish("app.admin-settings.spaces.space.quota.updated",{spaceId:A.id,quota:$.spaceQuota}),p(l.currentRoute).name==="admin-settings-users"&&Xe.publish("app.admin-settings.users.user.quota.updated",{spaceId:A.id,quota:$.spaceQuota}),f.updateSpaceField({id:A.id,field:"spaceQuota",value:$.spaceQuota}),m({id:A.id,field:"spaceQuota",value:$.spaceQuota})}),E=await Promise.allSettled(S),R=E.filter(A=>A.status==="fulfilled");R.length&&r({title:v(R.length)});const I=E.filter(A=>A.status==="rejected");I.length&&(console.error(I),I.forEach(console.error),o({title:T(I.length),errors:I.map(A=>A.reason)}))};return n({onConfirm:h}),Mt(()=>{var y,S;w.value=((S=(y=e.spaces[0])==null?void 0:y.spaceQuota)==null?void 0:S.total)||0}),{selectedOption:w,confirmButtonDisabled:b,changeSelectedQuotaOption:g,maxQuota:s.spacesMaxQuota,onConfirm:h}}}),Sx={key:0,class:"oc-mt-s"},Ex=["textContent"];function Tx(e,t,n,r,o,i){const s=pe("quota-select"),a=pe("oc-contextual-helper");return J(),ve(Qe,null,[be(s,{"total-quota":e.selectedOption,"max-quota":e.maxQuota,"position-fixed":!0,onSelectedOptionChange:e.changeSelectedQuotaOption},null,8,["total-quota","max-quota","onSelectedOptionChange"]),e.warningMessage?(J(),ve("div",Sx,[fe("span",{class:"oc-text-input-warning",textContent:H.toDisplayString(e.warningMessage)},null,8,Ex),e.warningMessageContextualHelperData?(J(),Ce(a,Zt({key:0,class:"oc-pl-xs"},e.warningMessageContextualHelperData),null,16)):Oe("",!0)])):Oe("",!0)],64)}const Cv=Ve(wx,[["render",Tx]]),Pv=()=>{const{dispatchModal:e}=bt(),{$gettext:t}=Ne.useGettext(),n=hn(),r=({resources:s})=>s.length===1?t('Change quota for Space "%{name}"',{name:s[0].name}):t("Change quota for %{count} Spaces",{count:s.length.toString()}),o=({resources:s})=>{e({title:r({resources:s}),customComponent:Cv,customComponentAttrs:()=>({spaces:s,resourceType:"space"})})};return{actions:U(()=>[{name:"editQuota",icon:"cloud",label:()=>t("Edit quota"),handler:o,isVisible:({resources:s})=>!s||!s.length||s.some(a=>!ee.isProjectSpaceResource(a)||ee.isSpaceResource(a)&&!a.spaceQuota)?!1:n.can("set-quota-all","Drive"),class:"oc-files-actions-edit-quota-trigger"}])}};function Fv(){const{getDefaultAction:e}=Vn();return{openWithDefaultApp:({space:n,resource:r})=>{if(!r||r.isFolder)return;const o={resources:[r],space:n},i=e({...o,omitSystemActions:!0});i&&i.handler(o)}}}const Ax=()=>{const e=Ye(),{openWithDefaultApp:t}=Fv(),{createDefaultMetaFolder:n}=Di(),r=vt(),o=lt(),i=jt(),{$gettext:s}=Ne.useGettext(),{getDefaultMetaFolder:a}=oi(),c=async(f,d)=>{const m=await e.webdav.putFileContents(f,{path:".space/readme.md",parentFolderId:d.id,fileName:"readme.md"}),w=await e.graphAuthenticated.drives.updateDrive(f.id,{name:f.name,special:[{specialFolder:{name:"readme"},id:m.id}]},i.graphRoles);return o.updateSpaceField({id:f.id,field:"spaceReadmeData",value:w.spaceReadmeData}),m},u=async({resources:f})=>{let d=null,m=await a(f[0]);if(m||(m=await n(f[0]),d=await c(f[0],m)),!d){const w=ee.getRelativeSpecialFolderSpacePath(f[0],"readme");w?d=await e.webdav.getFileInfo(f[0],{path:w}):d=await c(f[0],m)}t({space:f[0],resource:d})};return{actions:U(()=>[{name:"editReadmeContent",icon:"article",label:()=>s("Edit description"),handler:u,isVisible:({resources:f})=>f.length!==1?!1:f[0].canEditReadme({user:r.user}),class:"oc-files-actions-edit-readme-content-trigger"}])}},Ov=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),{$gettext:r}=Ne.useGettext(),o=hn(),i=Ye(),s=en(),{checkSpaceNameModalInput:a}=oi(),{dispatchModal:c}=bt(),u=lt(),l=jt(),f=(w,v)=>i.graphAuthenticated.drives.updateDrive(w.id,{name:v},l.graphRoles).then(()=>{p(s).name==="admin-settings-spaces"&&(w.name=v),u.updateSpaceField({id:w.id,field:"name",value:v}),e({title:r("Space name was changed successfully")})}).catch(b=>{console.error(b),t({title:r("Failed to rename space"),errors:[b]})}),d=({resources:w})=>{w.length===1&&c({title:r("Rename space")+" "+w[0].name,confirmText:r("Rename"),hasInput:!0,inputLabel:r("Space name"),inputValue:w[0].name,onConfirm:v=>f(w[0],v),onInput:a})};return{actions:U(()=>[{name:"rename",icon:"pencil",label:()=>r("Rename"),handler:d,isVisible:({resources:w})=>w.length!==1?!1:w[0].canRename({user:n.user,ability:o}),class:"oc-files-actions-rename-trigger"}]),renameSpace:f}},xv=()=>{const{showMessage:e,showErrorMessage:t}=rt(),n=vt(),{$gettext:r,$ngettext:o}=Ne.useGettext(),i=hn(),s=Ye(),a=cn(),c=en(),{dispatchModal:u}=bt(),l=lt(),f=jt(),d=T=>T.filter(b=>ee.isProjectSpaceResource(b)&&b.canRestore({user:n.user,ability:i})),m=async T=>{const b=s.graphAuthenticated,g=T.map(E=>b.drives.updateDrive(E.id,{name:E.name},f.graphRoles,{headers:{Restore:"true"}}).then(R=>(p(c).name==="admin-settings-spaces"&&(E.disabled=!1,E.spaceQuota=R.spaceQuota),l.updateSpaceField({id:E.id,field:"disabled",value:!1}),!0))),h=await a.addTask(()=>Promise.allSettled(g)),y=h.filter(E=>E.status==="fulfilled");if(y.length){const E=y.length===1&&T.length===1?r('Space "%{space}" was enabled successfully',{space:T[0].name}):o("%{spaceCount} space was enabled successfully","%{spaceCount} spaces were enabled successfully",y.length,{spaceCount:y.length.toString()},!0);e({title:E})}const S=h.filter(E=>E.status==="rejected");if(S.length){S.forEach(console.error);const E=S.length===1&&T.length===1?r('Failed to enabled space "%{space}"',{space:T[0].name}):o("Failed to enable %{spaceCount} space","Failed to enable %{spaceCount} spaces",S.length,{spaceCount:S.length.toString()},!0);t({title:E,errors:S.map(R=>R.reason)})}},w=({resources:T})=>{const b=d(T);if(!b.length)return;const g=o("If you enable the selected space, it can be accessed again.","If you enable the %{count} selected spaces, they can be accessed again.",b.length,{count:b.length.toString()}),h=r("Enable");u({title:o('Enable Space "%{space}"?',"Enable %{spaceCount} Spaces?",b.length,{space:b[0].name,spaceCount:b.length.toString()}),confirmText:h,message:g,hasInput:!1,onConfirm:()=>m(b)})};return{actions:U(()=>[{name:"restore",icon:"play-circle",label:()=>r("Enable"),handler:w,isVisible:({resources:T})=>!!d(T).length,class:"oc-files-actions-restore-trigger"}]),restoreSpaces:m}},Rx=()=>{const{$gettext:e}=Ne.useGettext(),t=Ke(),n=({resources:o})=>{t.setSelection(o.map(({id:i})=>i)),Xe.publish(yt.openWithPanel,"space-share")};return{actions:U(()=>[{name:"show-members",icon:"group",label:()=>e("Members"),handler:n,isVisible:({resources:o})=>o.length===1&&!o[0].disabled,class:"oc-files-actions-show-details-trigger"}])}},_x=()=>{const e=ze(),{$gettext:t}=Ne.useGettext(),n=o=>Ri("files-trash-generic",{...Jn(o,{fileId:o.fileId})});return{actions:U(()=>[{name:"navigateToTrash",icon:"delete-bin",label:()=>t("Show deleted files"),handler:({resources:o})=>{e.push(n(o[0]))},isVisible:({resources:o})=>!(o.length!==1||!ee.isProjectSpaceResource(o[0])||o[0].disabled),class:"oc-files-actions-navigate-to-trash-trigger"}])}},Ix=Me({name:"EmojiPickerModal",components:{},props:{modal:{type:Object,required:!0}},emits:["confirm"],setup(e,{emit:t}){const n=ii(),{currentTheme:r}=He.storeToRefs(n),o=U(()=>p(r).isDark?"dark":"light");return{onEmojiSelect:s=>{t("confirm",s)},theme:o}}});function Cx(e,t,n,r,o,i){const s=pe("oc-emoji-picker");return J(),Ce(s,{theme:e.theme,onEmojiSelect:e.onEmojiSelect},null,8,["theme","onEmojiSelect"])}const kv=Ve(Ix,[["render",Cx]]),Px=()=>{const e=vt(),{showMessage:t,showErrorMessage:n}=rt(),{$gettext:r}=Ne.useGettext(),o=Ye(),i=cn(),s=lt(),{createDefaultMetaFolder:a}=Di(),{dispatchModal:c}=bt(),{getDefaultMetaFolder:u}=oi(),l=jt(),f=({resources:v})=>{v.length===1&&c({elementClass:"oc-width-auto",title:r("Set icon for %{space}",{space:v[0].name}),hideConfirmButton:!0,customComponent:kv,focusTrapInitial:!1,onConfirm:T=>m(v[0],T)})},d=async v=>{const T=document.createElement("canvas"),b=T.getContext("2d"),g=16/9,h=720,y=h/g;T.width=h,T.height=y;const S=.4*h;b.font=`${S}px sans-serif`,b.textBaseline="middle",b.textAlign="center",b.fillText(v,T.width/2,T.height/2+15);const R=await Sb(T);return wb(R)},m=async(v,T)=>{const b=o.graphAuthenticated,g=await d(T);let h=await u(v);return h||(h=await a(v)),i.addTask(async()=>{const y={"Content-Type":"application/offset+octet-stream"};try{const{fileId:S}=await o.webdav.putFileContents(v,{parentFolderId:h.id,fileName:"emoji.png",content:g,headers:y,overwrite:!0}),E=await b.drives.updateDrive(v.id,{name:v.name,special:[{specialFolder:{name:"image"},id:S}]},l.graphRoles);s.updateSpaceField({id:v.id,field:"spaceImageData",value:E.spaceImageData}),t({title:r("Space icon was set successfully")}),Xe.publish("app.files.spaces.uploaded-image",E)}catch(S){console.error(S),n({title:r("Failed to set space icon"),errors:[S]})}})};return{actions:U(()=>[{name:"set-space-icon",icon:"emoji-sticker",handler:f,label:()=>r("Set icon"),isVisible:({resources:v})=>v.length!==1?!1:v[0].canEditImage({user:e.user}),class:"oc-files-actions-set-space-icon-trigger"}]),setIconSpace:m}},Fx=()=>{const{$gettext:e}=Ne.useGettext();return{actions:U(()=>[{name:"show-details",icon:"information",label:()=>e("Details"),handler:()=>Xe.publish(yt.open),isVisible:({resources:n})=>n.length>0,class:"oc-admin-settings-show-details-trigger"}])}},Ox=()=>{const{getMatchingSpace:e}=ln(),t=lt(),n=Zn(),r=Ke(),o=Ye(),{$gettext:i}=Ne.useGettext(),{openEditor:s}=Vn(),{resources:a,currentFolder:c}=He.storeToRefs(r);return{openEmptyEditor:async(l,f)=>{var h;let d=p(c)?e(p(c)):null,m=p(a),w=(h=p(c))==null?void 0:h.path;(!d||!p(c).canCreate())&&(d=t.personalSpace,m=(await o.webdav.listFiles(d)).children,w="");let v=i("New file")+`.${f}`;m.some(y=>y.name===v)&&(v=Un(v,f,m));const T=await o.webdav.putFileContents(d,{path:ee.urlJoin(w,v)}),b=e(T),g=n.fileExtensions.find(({app:y,extension:S})=>y===l&&S===f);s(g,b,T)}}},Nv=()=>{const{$gettext:e}=Ne.useGettext(),{showMessage:t}=rt();return{openUrl:(r,o,i)=>{const s=window.open(r,o);s?i&&s.focus():t({title:e("Pop-up and redirect block detected"),timeout:20,status:"warning",desc:e("Please turn on pop-ups and redirects in your browser settings to make sure everything works right.")})}}},xx=()=>mr("$appProviderService"),kx=()=>{const{isResourceAccessible:e}=ln();return{breadcrumbsFromPath:({route:r,space:o,resourcePath:i,ancestorMetaData:s=oe({})})=>{const a=(l="")=>l.split("/").filter(Boolean),c=a(r.path),u=a(i);return u.map((l,f)=>{const d=ee.urlJoin(...u.slice(0,f+1),{leadingSlash:!0}),m=e({space:p(o),path:d});let w;return m&&(w=p(s)[d]),{id:Yt.v4(),allowContextActions:!0,text:l,...m&&{to:{path:"/"+[...c].splice(0,c.length-u.length+f+1).join("/"),query:{...ki(r.query,"page","fileId"),...w&&{fileId:w.id}}}},isStaticNav:!1}})},concatBreadcrumbs:(...r)=>{const o=r.pop();return[...r,{id:Yt.v4(),allowContextActions:o.allowContextActions,text:o.text,onClick:()=>Xe.publish("app.files.list.load"),isTruncationPlaceholder:o.isTruncationPlaceholder,isStaticNav:o.isStaticNav}]}}},Nx=(e="")=>{const t=oe(0),n=async()=>{await Gn();const r=document.querySelector(e||"#files-app-bar"),o=r?r.getBoundingClientRect().height:0;t.value!==o&&(t.value=o)};return window.onresize=n,Mt(n),{y:t,refresh:n}},kf=()=>{const e=oe(!0),t=()=>{e.value=window.innerHeight>500};return Mt(()=>{t(),window.addEventListener("resize",t)}),jn(()=>{window.removeEventListener("resize",t)}),{isSticky:e}};var Nf=(e=>(e.C="c",e.V="v",e.X="x",e.A="a",e.S="s",e.Space=" ",e.ArrowUp="ArrowUp",e.ArrowDown="ArrowDown",e.ArrowLeft="ArrowLeft",e.ArrowRight="ArrowRight",e.Esc="Escape",e))(Nf||{}),$f=(e=>(e.Ctrl="Control",e.Shift="Shift",e))($f||{});const $x=()=>{const e=document.activeElement.tagName,t=document.activeElement.getAttribute("type");if(["textarea","input","select"].includes(e.toLowerCase())&&t!=="checkbox")return!0;const n=document.activeElement;if(!n)return!1;let r;try{r=n==null?void 0:n.closest("[data-custom-key-bindings-disabled='true']")}catch{r=n==null?void 0:n.parentElement.closest("[data-custom-key-bindings-disabled='true']")}return r?!0:window.getSelection().type==="Range"},$v=e=>{const t=oe([]),n=oe(0),r=a=>{if(!(e!=null&&e.skipDisabledKeyBindingsCheck)&&$x())return;const{key:c,ctrlKey:u,metaKey:l,shiftKey:f}=a;let d=null;const m=[];l||u?(d="Control",m.push("altKey","shiftKey")):f&&(d="Shift",m.push("altKey","ctrlKey","metaKey")),!((v,T)=>T.some(b=>v[b]))(a,m)&&p(t).filter(v=>v.primary===c&&v.modifier===d).forEach(v=>{a.preventDefault(),v.callback(a)})},o=(a,c)=>{const u=Yt.v4();return t.value.push({id:u,...a,modifier:a.modifier??null,callback:c}),u},i=a=>{t.value=t.value.filter(c=>c.id!==a)},s=()=>{n.value=0};return Mr.useEventListener(document,"keydown",r),{actions:t,bindKeyAction:o,removeKeyAction:i,selectionCursor:n,resetSelectionCursor:s}};class Tr{}Ee(Tr,"perPageDefault","100"),Ee(Tr,"perPageQueryName","items-per-page"),Ee(Tr,"options",["20","50","100","250","500"]);function Dx(e){const t=No.useRouter(),n=No.useRoute(),r=Lx(e),o=Mx(e),i=U(()=>Math.ceil(p(e.items).length/p(o))||1),s=U(()=>{if(!p(o))return p(e.items);const a=(p(r)-1)*p(o),c=a+p(o);return p(e.items).slice(a,c)});return Xe.subscribe("app.files.navigate.page",({resourceId:a,forceScroll:c,topbarElement:u})=>{const l=Et.findIndex(p(e.items),f=>f.id===a);if(l>=0){const f=Math.ceil((l+1)/Number(p(o)));t.push({...p(n),query:{...p(n).query,page:f}}).then(()=>{Xe.publish("app.files.navigate.scrollTo",{resourceId:a,forceScroll:c,topbarElement:u})})}}),{items:s,total:i,page:r,perPage:o}}function Lx(e){if(e.page)return U(()=>p(e.page));const t=on("page","1");return U(()=>parseInt(St(p(t))))}function Mx(e){if(e.perPage)return U(()=>p(e.perPage));const t=wr({name:e.perPageQueryName||Tr.perPageQueryName,defaultValue:e.perPageDefault||Tr.perPageDefault,storagePrefix:e.perPageStoragePrefix});return U(()=>parseInt(St(p(t))))}const Dv=()=>mr("$passwordPolicyService");var la=(e=>(e.mounted="portal-target.mounted",e))(la||{});const Bx=()=>{const e=_o(),t=ga.useWormhole();return{registerPortal:r=>{e.subscribe(la.mounted,()=>{t.open(r)})}}},Df=()=>{const e=Zn();return{canBeOpenedWithSecureView:n=>e.fileExtensions.filter(({secureView:o})=>o).some(({mimeType:o})=>o===n.mimeType)}},Lv=()=>{const e=vt();return{canListVersions:({space:n,resource:r})=>r.type==="folder"||ee.isSpaceResource(r)||ee.isTrashResource(r)?!1:n==null?void 0:n.canListVersions({user:e.user})}},Mv=()=>{const e=Ye(),t=lt(),n=jt(),r=U(()=>t.spaces),o=c=>p(r).find(u=>c.toString().startsWith(u.id.toString())),i=c=>p(r).find(u=>{var l,f;return ee.isMountPointSpaceResource(u)&&((f=(l=u.root)==null?void 0:l.remoteItem)==null?void 0:f.id)===c}),s=c=>{const u=[qe.FileId,qe.FileParent,qe.Name,qe.ResourceType],l=ee.buildSpace({id:c,name:""},n.graphRoles);return e.webdav.getFileInfo(l,{fileId:c},{davProperties:u})};return{getResourceContext:async c=>{var v,T,b,g,h;let u,l,f=o(c);if(f)return u=await e.webdav.getPathForFileId(c),l=await e.webdav.getFileInfo(f,{path:u}),{space:f,resource:l,path:u};await t.loadMountPoints({graphClient:e.graphAuthenticated});let d=i(c);l=await s(c);const m=d?[]:[p(l).name];let w=p(l);for(;!d;)w=await s(w.parentFolderId),d=i(w.id),d||m.unshift(w.name);return f=t.getSpace((T=(v=d.root)==null?void 0:v.remoteItem)==null?void 0:T.id)||t.createShareSpace({driveAliasPrefix:(b=l.storageId)!=null&&b.startsWith(ee.OCM_PROVIDER_ID)?"ocm-share":"share",id:(h=(g=d.root)==null?void 0:g.remoteItem)==null?void 0:h.id,shareName:d.name}),u=ee.urlJoin(...m),{space:f,resource:l,path:u}}}},Gt={name:{table:"resource-table",condensedTable:"resource-table-condensed",tiles:"resource-tiles"},defaultModeName:"resource-table",queryName:"view-mode",tilesSizeDefault:2,tilesSizeMax:6,tilesSizeQueryName:"tiles-size"},Bv=()=>{const e=i=>{if(!i.endsWith("rem")&&!i.endsWith("px"))return 0;if(i.endsWith("rem")){const s=parseInt(i.replace("rem","").trim()),a=parseFloat(getComputedStyle(document.documentElement).fontSize);return s*a}return parseInt(i.replace("px","").trim())},t=oe(0),n=oe(0);Mt(()=>{const i=getComputedStyle(document.documentElement);t.value=e(i.getPropertyValue("--oc-size-tiles-default")),n.value=e(i.getPropertyValue("--oc-size-tiles-resize-step"))});const r=i=>p(t)+(i-1)*p(n);return{calculateTileSizePixels:r,calculateTileSizeRem:i=>{const s=parseFloat(getComputedStyle(document.documentElement).fontSize);return r(i)/s}}};function jx(e){if(e)return U(()=>p(e));const t=wr({name:Gt.queryName,defaultValue:Gt.defaultModeName});return U(()=>St(p(t)))}function Ux(e){if(e)return U(()=>parseInt(p(e)));const t=wr({name:Gt.tilesSizeQueryName,defaultValue:Gt.tilesSizeDefault.toString()});return U(()=>parseInt(St(p(t))))}const qx=oe(Gt.tilesSizeMax);function Lf(){return qx}const Mf=e=>{const t=Rf(),{updateResourceField:n}=Ke(),{httpAuthenticated:r}=Ye(),o=lt(),{defaultSpaceImageBlobURL:i}=He.storeToRefs(o),s=st(),{serverUrl:a}=He.storeToRefs(s),c=new Lr({concurrency:4}),u=U(()=>p(e)===Gt.name.tiles),l=U(()=>p(u)?Bs.enum.fit:Bs.enum.thumbnail),f=U(()=>p(u)?zn.Tile:zn.Thumbnail),d=un.useTask(function*(T,{space:b,resource:g,dimensions:h,processor:y,updateStore:S=!0}){var A;const E=ee.isProjectSpaceResource(g)?ee.buildSpaceImageResource(g):g,R=E.id===((A=b.spaceImageData)==null?void 0:A.id);R&&o.addToImagesLoading(b.id);const I=yield c.add(()=>t.loadPreview({space:b,resource:E,processor:y||p(l),dimensions:h||p(f)},!0,!0,T));return I&&S&&n({id:g.id,field:"thumbnail",value:I}),R&&o.removeFromImagesLoading(b.id),I}),m=async T=>{const{resource:b,cancelRunning:g}=T;if(g&&v(),ee.isProjectSpaceResource(b)&&(!b.spaceImageData||b.disabled)){if(p(i))return b.thumbnail=p(i),p(i);try{const h=await r.get(`${p(a)}images/default-space-icon.png`,{responseType:"blob"});return o.setDefaultSpaceImageBlobURL(URL.createObjectURL(h.data)),b.thumbnail=p(i),p(i)}catch{return null}}try{return await d.perform(T)}catch(h){h!=="cancel"&&console.error(h)}},w=U(()=>d.isRunning),v=()=>{d.cancelAll(),c.clear(),o.purgeImagesLoading()};return ja(v),{loadPreview:m,previewsLoading:w}},jv=({showSizeInformation:e=!0}={})=>{const t=Ke(),{current:n,$gettext:r,$ngettext:o}=Ne.useGettext(),i=ze(),{resources:s,totalResourcesCount:a,areHiddenFilesShown:c,currentFolder:u}=He.storeToRefs(t),l=U(()=>{var d,m;if(!((d=p(u))!=null&&d.size)||((m=p(u))==null?void 0:m.size)==="0"){const w=p(s).map(v=>v.size?parseInt(v.size.toString()):0).reduce((v,T)=>v+T,0);return En(w,n)}return En(p(u).size,n)});return{resourceContentsText:U(()=>{let d=o("%{ filesCount } file","%{ filesCount } files",p(a).files,{filesCount:p(a).files.toString()});!p(c)&&p(a).hiddenFiles&&(d=o("%{ filesCount } file including %{ filesHiddenCount } hidden","%{ filesCount } files including %{ filesHiddenCount } hidden",p(a).files,{filesCount:p(a).files.toString(),filesHiddenCount:p(a).hiddenFiles.toString()}));let m=o("%{ foldersCount } folder","%{ foldersCount } folders",p(a).folders,{foldersCount:p(a).folders.toString()});!p(c)&&p(a).hiddenFolders&&(m=o("%{ foldersCount } folder including %{ foldersHiddenCount } hidden","%{ foldersCount } folders including %{ foldersHiddenCount } hidden",p(a).folders,{foldersCount:p(a).folders.toString(),foldersHiddenCount:p(a).hiddenFolders.toString()}));const w=o("%{ spacesCount } space","%{ spacesCount } spaces",p(a).spaces,{spacesCount:p(a).spaces.toString()}),v=p(a).files+p(a).folders+p(a).spaces,T=e&&parseFloat(p(l))>0,b=Nt(i,"files-shares-via-link"),g=r(T?"%{ itemsCount } item with %{ itemSize } in total":"%{ itemsCount } item in total"),h=r(T?"%{ itemsCount } items with %{ itemSize } in total":"%{ itemsCount } items in total"),y=b?"(%{ filesStr}, %{ foldersStr}, %{ spacesStr})":"(%{ filesStr}, %{ foldersStr})",S=`${g} ${y}`,E=`${h} ${y}`;return o(S,E,v,{itemsCount:v.toString(),itemSize:p(l),filesStr:d,foldersStr:m,spacesStr:w})})}},Bf=()=>{const{getMatchingSpace:e}=ln(),t=Ke(),n=U({get(){return t.selectedResources},set(s){t.setSelection(s.map(({id:a})=>a))}}),r=U({get(){return t.selectedIds},set(s){t.setSelection(s)}}),o=s=>p(r).includes(s.id),i=U(()=>{if(p(n).length!==1)return null;const s=p(n)[0];return e(s)});return{selectedResources:n,selectedResourcesIds:r,isResourceInSelection:o,selectedResourceSpace:i}};function Vx(e){const t=rn(),n=Xr(),r=Ye(),o=Ne.useGettext(),i=U(()=>t.tusMaxChunkSize>0),s=()=>{const u={};return n.publicLinkPassword?u.Authorization="Basic "+yr.from(["public",n.publicLinkPassword].join(":")).toString("base64"):n.accessToken&&!n.publicLinkPassword&&(u.Authorization="Bearer "+n.accessToken),u["X-Request-ID"]=Yt.v4(),u["Accept-Language"]=o.current,u["Initiator-ID"]=r.initiatorId,u},a=U(()=>{const u={onBeforeRequest:(l,f)=>new Promise(d=>{var w;const m=s();l.setHeader("Authorization",m.Authorization),l.setHeader("X-Request-ID",m["X-Request-ID"]),l.setHeader("Accept-Language",m["Accept-Language"]),l.setHeader("Initiator-ID",m["Initiator-ID"]),f!=null&&f.isRemote&&l.setHeader("x-oc-mtime",(((w=f==null?void 0:f.data)==null?void 0:w.lastModified)/1e3).toFixed(0)),d()}),chunkSize:t.tusMaxChunkSize||1/0,overridePatchMethod:t.tusHttpMethodOverride,uploadDataDuringCreation:t.tusExtension.includes("creation-with-upload")};return u.headers=l=>{var f;if(l.xhrUpload||l!=null&&l.isRemote)return{"x-oc-mtime":(((f=l==null?void 0:l.data)==null?void 0:f.lastModified)/1e3).toFixed(0),...s()}},u}),c=U(()=>({timeout:6e4,endpoint:"",headers:u=>{var l;return{"x-oc-mtime":(((l=u==null?void 0:u.data)==null?void 0:l.lastModified)/1e3).toFixed(0),...s()}}}));Tt([a,c],()=>{if(p(i)){e.uppyService.useTus(p(a));return}e.uppyService.useXhr(p(c))},{immediate:!0})}const zx=Me({name:"ActionMenuItem",props:{action:{type:Object,required:!0},actionOptions:{type:Object,required:!0},size:{type:String,required:!1,default:"medium"},appearance:{type:String,default:"raw"},shortcutHint:{type:Boolean,default:!0,required:!1},showTooltip:{type:Boolean,default:!1,required:!1},buttonClasses:{type:Array,default:()=>[]}},setup(e){const{$gettext:t}=Ne.useGettext(),n=st(),{options:r}=He.storeToRefs(n),o=U(()=>Object.hasOwn(e.action,"route")?"router-link":Object.hasOwn(e.action,"href")?"a":(Object.hasOwn(e.action,"handler")||console.warn("ActionMenuItem: No handler, route or href callback found in action",e.action),"button")),i=U(()=>({...{appearance:e.action.appearance||e.appearance,...e.action.isDisabled&&{disabled:e.action.isDisabled(e.actionOptions)},...e.action.id&&{id:e.action.id}},...p(o)==="router-link"&&{to:e.action.route(e.actionOptions)},...p(o)==="a"&&{href:e.action.href(e.actionOptions)},...["router-link","a"].includes(p(o))&&{target:r.value.cernFeatures?"_blank":"_self"}})),s=U(()=>window.navigator.platform.match("Mac")),a=U(()=>t("Hold %{key} and click to open in new tab",{key:p(s)?"⌘":t("ctrl")},!0));return{componentType:o,componentProps:i,openInNewTabHint:a}},computed:{hasExternalImageIcon(){return this.action.icon&&/^https?:\/\//i.test(this.action.icon)},componentListeners(){if(typeof this.action.handler!="function")return{};const e=()=>this.action.handler({...this.actionOptions});return this.action.keepOpen?{click:t=>{t.stopPropagation(),e()}}:{click:e}}}}),Wx={key:3,class:"oc-files-context-action-label oc-flex","data-testid":"action-label"},Hx=["textContent"],Gx=["textContent"],Kx=["textContent"];function Qx(e,t,n,r,o,i){var l,f,d,m;const s=pe("oc-image"),a=pe("oc-icon"),c=pe("oc-button"),u=dn("oc-tooltip");return ot((J(),ve("li",null,[ot((J(),Ce(c,Zt({type:e.componentType},e.componentProps,{class:[e.action.class,"action-menu-item","oc-py-s","oc-px-m","oc-width-1-1",...e.buttonClasses],"aria-label":e.componentProps.disabled?(f=(l=e.action).disabledTooltip)==null?void 0:f.call(l,e.actionOptions):"","data-testid":"action-handler",size:e.size,"justify-content":"left"},qa(e.componentListeners)),{default:Te(()=>[e.action.img?(J(),Ce(s,{key:0,"data-testid":"action-img",src:e.action.img,alt:"",class:"oc-icon oc-icon-m"},null,8,["src"])):e.hasExternalImageIcon?(J(),Ce(s,{key:1,"data-testid":"action-img",src:e.action.icon,alt:"",class:"oc-icon oc-icon-m"},null,8,["src"])):e.action.icon?(J(),Ce(a,{key:2,"data-testid":"action-icon",name:e.action.icon,"fill-type":e.action.iconFillType||"line",size:e.size},null,8,["name","fill-type","size"])):Oe("",!0),e.action.hideLabel?Oe("",!0):(J(),ve("span",Wx,[fe("span",{textContent:H.toDisplayString(e.action.label(e.actionOptions))},null,8,Hx),e.action.showOpenInNewTabHint?(J(),ve("span",{key:0,class:"oc-text-muted oc-text-xsmall",textContent:H.toDisplayString(e.openInNewTabHint)},null,8,Gx)):Oe("",!0)])),e.action.shortcut&&e.shortcutHint?(J(),ve("span",{key:4,class:"oc-files-context-action-shortcut",textContent:H.toDisplayString(e.action.shortcut)},null,8,Kx)):Oe("",!0)]),_:1},16,["type","class","aria-label","size"])),[[u,e.showTooltip||e.action.hideLabel?e.action.label(e.actionOptions):""]])])),[[u,e.componentProps.disabled?(m=(d=e.action).disabledTooltip)==null?void 0:m.call(d,e.actionOptions):""]])}const jf=Ve(zx,[["render",Qx]]),Xx=Me({name:"BatchActions",components:{ActionMenuItem:jf},props:{actions:{type:Array,required:!0},actionOptions:{type:Object,required:!0},limitedScreenSpace:{type:Boolean,default:!1,required:!1}}});function Yx(e,t,n,r,o,i){const s=pe("action-menu-item"),a=pe("oc-list");return J(),ve("div",null,[be(a,{id:"oc-appbar-batch-actions",class:H.normalizeClass({"oc-appbar-batch-actions-squashed":e.limitedScreenSpace})},{default:Te(()=>[(J(!0),ve(Qe,null,kt(e.actions,(c,u)=>(J(),Ce(s,{key:`action-${u}`,action:c,"action-options":e.actionOptions,appearance:"raw",class:"batch-actions oc-mr-s","shortcut-hint":!1,"show-tooltip":e.limitedScreenSpace},null,8,["action","action-options","show-tooltip"]))),128))]),_:1},8,["class"])])}const Uv=Ve(Xx,[["render",Yx]]),Jx=Me({name:"ContextActionMenu",components:{ActionMenuItem:jf},props:{menuSections:{type:Array,required:!0},appearance:{type:String,default:"raw"},actionOptions:{type:Object,required:!0}},methods:{getSectionClasses(e){const t=[];return this.menuSections.length&&(e<this.menuSections.length-1&&t.push("oc-pb-s"),e>0&&t.push("oc-pt-s"),e<this.menuSections.length-1&&t.push("oc-files-context-actions-border")),t}}}),Zx={id:"oc-files-context-menu"};function ek(e,t,n,r,o,i){const s=pe("action-menu-item"),a=pe("oc-list");return J(),ve("div",Zx,[(J(!0),ve(Qe,null,kt(e.menuSections,(c,u)=>(J(),Ce(a,{id:`oc-files-context-actions-${c.name}`,key:`section-${c.name}-list`,class:H.normalizeClass(["oc-files-context-actions",e.getSectionClasses(u)])},{default:Te(()=>[(J(!0),ve(Qe,null,kt(c.items,(l,f)=>(J(),Ce(s,{key:`section-${c.name}-action-${f}`,action:l,appearance:e.appearance,"action-options":e.actionOptions,class:"context-menu oc-files-context-action oc-px-s oc-rounded oc-menu-item-hover"},null,8,["action","appearance","action-options"]))),128))]),_:2},1032,["id","class"]))),128))])}const Uf=Ve(Jx,[["render",ek]]),tk=Me({name:"ContextActions",components:{ContextActionMenu:Uf},props:{actionOptions:{type:Object,required:!0}},setup(e){const{editorActions:t}=Vn(),{actions:n}=Xs(),{actions:r}=Ys(),{actions:o}=Js(),{actions:i}=Sf(),{actions:s}=Zs(),{actions:a}=ea(),{actions:c}=ta(),{actions:u}=Io(),{actions:l}=Tf(),{actions:f}=Ef(),{actions:d}=na(),{actions:m}=Af(),{actions:w}=cv(),{actions:v}=ra(),{actions:T}=ia(),{actions:b}=uv(),{actions:g}=_f(),{actions:h}=Cf(),{actions:y}=If(),S=Ni(),E=U(()=>S.requestExtensions({id:"global.files.context-actions",extensionType:"action"}).map(X=>X.action)),R=U(()=>S.requestExtensions({id:"global.files.batch-actions",extensionType:"action"}).map(X=>X.action)),I=gw(e,"actionOptions"),A=U(()=>[...p(n),...p(s),...p(c),...p(d),...p(o),...p(f),...p(a),...p(T),...p(h),...p(R).filter(X=>X.category==="actions"||Et.isNil(X.category))].filter(X=>X.isVisible(p(I)))),$=U(()=>[...p(g),...p(R).filter(X=>X.category==="sidebar")].filter(X=>X.isVisible(p(I)))),D=U(()=>[...p(t),...p(E).filter(X=>X.category==="context")].filter(X=>X.isVisible(p(I))).sort((X,ie)=>Number(ie.hasPriority)-Number(X.hasPriority))),k=U(()=>[...p(y),...p(i),...p(E).filter(X=>X.category==="share")].filter(X=>X.isVisible(p(I)))),N=U(()=>[...p(c),...p(u),...p(a),...p(d),...p(o),...p(w),...p(v),...p(h),...p(T),...p(n),...p(s),...p(r),...p(b),...p(E).filter(X=>X.category==="actions"||Et.isNil(X.category))].filter(X=>X.isVisible(p(I)))),j=U(()=>[...p(l).map(X=>(X.keepOpen=!0,X)),...p(m),...p(g),...p(E).filter(X=>X.category==="sidebar")].filter(X=>X.isVisible(p(I))));return{menuSections:U(()=>{const X=[];return p(I).resources.length>1?(p(A).length&&X.push({name:"batch-actions",items:[...p(A)]}),X.push({name:"batch-details",items:[...p($)]}),X):(p(D).length&&X.push({name:"context",items:p(D)}),p(k).length&&X.push({name:"share",items:p(k)}),p(N).length&&X.push({name:"actions",items:p(N)}),p(j).length&&X.push({name:"sidebar",items:p(j)}),X)})}}});function nk(e,t,n,r,o,i){const s=pe("context-action-menu");return J(),Ce(s,{"menu-sections":e.menuSections,"action-options":e.actionOptions},null,8,["menu-sections","action-options"])}const qv=Ve(tk,[["render",nk]]),rk=Me({props:{hasHiddenFiles:{type:Boolean,default:!0},hasFileExtensions:{type:Boolean,default:!0},hasPagination:{type:Boolean,default:!0},paginationOptions:{type:Array,default:()=>Tr.options},perPageQueryName:{type:String,default:()=>Tr.perPageQueryName},perPageDefault:{type:String,default:()=>Tr.perPageDefault},perPageStoragePrefix:{type:String,required:!0},viewModeDefault:{type:String,required:!1,default:()=>Gt.defaultModeName},viewModes:{type:Array,default:()=>[]}},setup(e){const t=ze(),n=en(),{$gettext:r}=Ne.useGettext(),o=Ke(),{setAreHiddenFilesShown:i,setAreFileExtensionsShown:s,setAreDisabledSpacesShown:a}=o,{areHiddenFilesShown:c,areFileExtensionsShown:u,areDisabledSpacesShown:l}=He.storeToRefs(o),f=oe(!1),d=on("page"),m=U(()=>p(d)?parseInt(St(p(d))):1),w=wr({name:e.perPageQueryName,defaultValue:e.perPageDefault,storagePrefix:e.perPageStoragePrefix}),v=Ws(),T=wr({name:`${p(v)}-${Gt.queryName}`,defaultValue:e.viewModeDefault}),b=wr({name:Gt.tilesSizeQueryName,defaultValue:Gt.tilesSizeDefault.toString()}),g=S=>t.replace({query:{...p(n).query,[e.perPageQueryName]:S,...p(m)>1&&{page:"1"}}}),h=S=>{T.value=S.name};Tt([w,T,b],S=>{f.value=S.some(E=>!E)},{immediate:!0,deep:!0});const y=Lf();return{FolderViewModeConstants:Gt,viewModeCurrent:T,viewSizeCurrent:b,viewSizeMax:y,itemsPerPageCurrent:w,queryParamsLoading:f,queryItemAsString:St,setItemsPerPage:g,setViewMode:h,areHiddenFilesShown:c,areFileExtensionsShown:u,areDisabledSpacesShown:l,setAreHiddenFilesShown:i,setAreFileExtensionsShown:s,setAreDisabledSpacesShown:a,viewOptionsButtonLabel:r("Display customization options of the files list"),isProjectsLocation:Sr(at,"files-spaces-projects")}},computed:{hiddenFilesShownModel:{get(){return this.areHiddenFilesShown},set(e){this.setAreHiddenFilesShown(e)}},fileExtensionsShownModel:{get(){return this.areFileExtensionsShown},set(e){this.setAreFileExtensionsShown(e)}},disabledSpacesShownModel:{get(){return this.areDisabledSpacesShown},set(e){this.setAreDisabledSpacesShown(e)}}},methods:{updateHiddenFilesShownModel(e){this.hiddenFilesShownModel=e},updateFileExtensionsShownModel(e){this.fileExtensionsShownModel=e},updateDisabledSpacesShownModel(e){this.disabledSpacesShownModel=e}}}),ik={class:"oc-flex oc-flex-middle"},ok={key:0,class:"viewmode-switch-buttons oc-button-group oc-visible@s oc-mr-s"},sk={key:0,class:"files-view-options-list-item"},ak={key:1,class:"files-view-options-list-item"},lk={key:2,class:"files-view-options-list-item"},ck={key:3,class:"files-view-options-list-item"},uk={key:4,class:"files-view-options-list-item oc-flex oc-flex-between oc-flex-middle"},fk=["textContent"],dk=["max"];function pk(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button"),c=pe("oc-switch"),u=pe("oc-page-size"),l=pe("oc-list"),f=pe("oc-drop"),d=dn("oc-tooltip");return J(),ve("div",ik,[e.viewModes.length>1?(J(),ve("div",ok,[(J(!0),ve(Qe,null,kt(e.viewModes,m=>ot((J(),Ce(a,{key:m.name,"no-hover":e.viewModeCurrent===m.name,class:H.normalizeClass([m.name]),appearance:e.viewModeCurrent===m.name?"filled":"outline","color-role":e.viewModeCurrent===m.name?"secondaryContainer":"secondary","aria-label":e.$gettext(m.label),onClick:w=>e.setViewMode(m)},{default:Te(()=>[be(s,{name:m.icon.name,"fill-type":m.icon.fillType,size:"small"},null,8,["name","fill-type"])]),_:2},1032,["no-hover","class","appearance","color-role","aria-label","onClick"])),[[d,e.$gettext(m.label)]])),128))])):Oe("",!0),ot((J(),Ce(a,{id:"files-view-options-btn",key:"files-view-options-btn","data-testid":"files-view-options-btn","aria-label":e.viewOptionsButtonLabel,appearance:"raw",class:"oc-my-s oc-p-xs"},{default:Te(()=>[be(s,{name:"settings-3","fill-type":"line"})]),_:1},8,["aria-label"])),[[d,e.viewOptionsButtonLabel]]),be(f,{"drop-id":"files-view-options-drop",toggle:"#files-view-options-btn",mode:"click",class:"oc-width-auto","padding-size":"medium"},{default:Te(()=>[be(l,null,{default:Te(()=>[e.hasHiddenFiles?(J(),ve("li",sk,[be(c,{checked:e.hiddenFilesShownModel,"onUpdate:checked":[t[0]||(t[0]=m=>e.hiddenFilesShownModel=m),e.updateHiddenFilesShownModel],"data-testid":"files-switch-hidden-files",label:e.$gettext("Show hidden files")},null,8,["checked","label","onUpdate:checked"])])):Oe("",!0),e.hasFileExtensions?(J(),ve("li",ak,[be(c,{checked:e.fileExtensionsShownModel,"onUpdate:checked":[t[1]||(t[1]=m=>e.fileExtensionsShownModel=m),e.updateFileExtensionsShownModel],"data-testid":"files-switch-files-extensions-files",label:e.$gettext("Show file extensions")},null,8,["checked","label","onUpdate:checked"])])):Oe("",!0),e.hasPagination?(J(),ve("li",lk,[e.queryParamsLoading?Oe("",!0):(J(),Ce(u,{key:0,selected:e.queryItemAsString(e.itemsPerPageCurrent),"data-testid":"files-pagination-size",label:e.$gettext("Items per page"),options:e.paginationOptions,class:"files-pagination-size",onChange:e.setItemsPerPage},null,8,["selected","label","options","onChange"]))])):Oe("",!0),e.isProjectsLocation?(J(),ve("li",ck,[be(c,{checked:e.disabledSpacesShownModel,"onUpdate:checked":[t[2]||(t[2]=m=>e.disabledSpacesShownModel=m),e.updateDisabledSpacesShownModel],"data-testid":"files-switch-projects-show-disabled",label:e.$gettext("Show disabled Spaces")},null,8,["checked","label","onUpdate:checked"])])):Oe("",!0),e.viewModeCurrent===e.FolderViewModeConstants.name.tiles?(J(),ve("li",uk,[fe("label",{for:"tiles-size-slider",textContent:H.toDisplayString(e.$gettext("Tile size"))},null,8,fk),ot(fe("input",{id:"tiles-size-slider","onUpdate:modelValue":t[3]||(t[3]=m=>e.viewSizeCurrent=m),type:"range",min:1,max:e.viewSizeMax,class:"oc-range","data-testid":"files-tiles-size-slider"},null,8,dk),[[TS,e.viewSizeCurrent]])])):Oe("",!0)]),_:1})]),_:1})])}const Vv=Ve(rk,[["render",pk],["__scopeId","data-v-cc70f12f"]]),hk=Me({name:"AppBar",components:{BatchActions:Uv,ContextActions:qv,ViewOptions:Vv},props:{viewModeDefault:{type:String,required:!1,default:()=>Gt.name.table},breadcrumbs:{type:Array,default:()=>[]},breadcrumbsContextActionsItems:{type:Array,default:()=>[]},viewModes:{type:Array,default:()=>[]},hasBulkActions:{type:Boolean,default:!1},hasViewOptions:{type:Boolean,default:!0},hasHiddenFiles:{type:Boolean,default:!0},hasFileExtensions:{type:Boolean,default:!0},hasPagination:{type:Boolean,default:!0},showActionsOnSelection:{type:Boolean,default:!1},isSideBarOpen:{type:Boolean,default:!1},space:{type:Object,required:!1,default:null}},setup(e,{emit:t}){const n=lt(),{$gettext:r}=Ne.useGettext(),{can:o}=hn(),i=ze(),{requestExtensions:s}=Ni(),{isSticky:a}=kf(),c=Ke(),{selectedResources:u}=He.storeToRefs(c),l=U(()=>e.space),{actions:f}=Xs(),{actions:d}=Ys(),{actions:m}=Js(),{actions:w}=_v(),{actions:v}=Zs(),{actions:T}=ea(),{actions:b}=ta(),{actions:g}=Io(),{actions:h}=Ef(),{actions:y}=na(),{actions:S}=ia(),{actions:E}=Av(),{actions:R}=Rv(),{actions:I}=Pv(),{actions:A}=xv(),$=oe(0),D=Sr(At,"files-common-search"),k=U(()=>Object.hasOwn(Xw(),"navigation")&&o("create-all","Share")),N=U(()=>{let ne=[...p(d),...p(f),...p(v),...p(b),...p(g),...p(y),...p(m),...p(h),...p(T),...p(S)];D.value||(ne=[...ne,...p(w),...p(I),...p(A),...p(E),...p(R)]);const le=s({id:"global.files.batch-actions",extensionType:"action"});return le.length&&(ne=[...ne,...le.map(Ie=>Ie.action)]),ne.filter(Ie=>Ie.isVisible({space:p(l),resources:c.selectedResources}))}),j=U(()=>n.spaces.filter(ne=>ee.isPersonalSpaceResource(ne)||ee.isProjectSpaceResource(ne))),W=dr("isMobileWidth"),X=Sr(In,"files-trash-generic"),ie=U(()=>!p(W)&&e.breadcrumbs.length?!0:p(X)&&p(j).length===1?!1:e.breadcrumbs.length>1),de=U(()=>p(X)&&p(j).length===1?e.breadcrumbs.length<=2:e.breadcrumbs.length<=1),se=U(()=>p(l)&&(ee.isProjectSpaceResource(p(l))||ee.isShareSpaceResource(p(l)))?3:2),we=ne=>{t(Ab,ne)},Se=Gb("title"),Z=U(()=>{var ne;return p(Se)?r(p(Se)):((ne=p(l))==null?void 0:ne.name)||""});return{router:i,hasSharesNavigation:k,batchActions:N,showBreadcrumb:ie,showMobileNav:de,breadcrumbMaxWidth:$,breadcrumbTruncationOffset:se,fileDroppedBreadcrumb:we,pageTitle:Z,selectedResources:u,isSticky:a}},data:function(){return{resizeObserver:new ResizeObserver(this.onResize),limitedScreenSpace:!1}},computed:{showContextActions(){return td(this.breadcrumbs).allowContextActions},showBatchActions(){return this.hasBulkActions&&(this.selectedResources.length>=1||In(this.router,"files-trash-generic"))},selectedResourcesAnnouncement(){return this.selectedResources.length===0?this.$gettext("No items selected."):this.$ngettext("%{ amount } item selected. Actions are available above the table.","%{ amount } items selected. Actions are available above the table.",this.selectedResources.length,{amount:this.selectedResources.length.toString()})}},mounted(){this.resizeObserver.observe(this.$refs.filesAppBar),window.addEventListener("resize",this.onResize)},beforeUnmount(){this.resizeObserver.unobserve(this.$refs.filesAppBar),window.removeEventListener("resize",this.onResize)},methods:{onResize(){var o,i,s,a;const e=((o=document.getElementById("web-content-main"))==null?void 0:o.getBoundingClientRect().width)||0,t=((i=document.getElementById("web-nav-sidebar"))==null?void 0:i.getBoundingClientRect().width)||0,n=((s=document.getElementById("app-sidebar"))==null?void 0:s.getBoundingClientRect().width)||0,r=(a=document.getElementById("files-app-bar-controls-right"))==null?void 0:a.clientWidth;this.breadcrumbMaxWidth=e-t-n-r,this.limitedScreenSpace=this.isSideBarOpen?window.innerWidth<=1280:window.innerWidth<=1e3}}}),gk={class:"files-topbar oc-py-s"},mk=["textContent"],yk={key:3,id:"files-app-bar-controls-right",class:"oc-flex"},bk={class:"files-app-bar-actions oc-mt-xs"},vk={class:"oc-flex-1 oc-flex oc-flex-start oc-flex-middle"};function wk(e,t,n,r,o,i){const s=pe("oc-hidden-announcer"),a=pe("context-actions"),c=pe("oc-breadcrumb"),u=pe("portal-target"),l=pe("view-options"),f=pe("batch-actions");return J(),ve("div",{id:"files-app-bar",ref:"filesAppBar",class:H.normalizeClass({"files-app-bar-squashed":e.isSideBarOpen,"files-app-bar-sticky":e.isSticky})},[fe("div",gk,[fe("h1",{class:"oc-invisible-sr",textContent:H.toDisplayString(e.pageTitle)},null,8,mk),be(s,{announcement:e.selectedResourcesAnnouncement,level:"polite"},null,8,["announcement"]),fe("div",{class:H.normalizeClass(["oc-flex oc-flex-middle files-app-bar-controls",{"oc-flex-between":e.breadcrumbs.length||e.hasSharesNavigation,"oc-flex-right":!e.breadcrumbs.length&&!e.hasSharesNavigation}])},[e.showBreadcrumb?(J(),Ce(c,{key:0,id:"files-breadcrumb","context-menu-padding":"small","show-context-actions":e.showContextActions,items:e.breadcrumbs,"max-width":e.breadcrumbMaxWidth,"truncation-offset":e.breadcrumbTruncationOffset,onItemDroppedBreadcrumb:e.fileDroppedBreadcrumb},{contextMenu:Te(()=>[be(a,{"action-options":{space:e.space,resources:e.breadcrumbsContextActionsItems.filter(Boolean)}},null,8,["action-options"])]),_:1},8,["show-context-actions","items","max-width","truncation-offset","onItemDroppedBreadcrumb"])):Oe("",!0),e.showMobileNav?(J(),Ce(u,{key:1,name:"app.runtime.mobile.nav"})):Oe("",!0),e.hasSharesNavigation?Ge(e.$slots,"navigation",{key:2},void 0,!0):Oe("",!0),e.hasViewOptions?(J(),ve("div",yk,[be(l,{"view-modes":e.viewModes,"has-hidden-files":e.hasHiddenFiles,"has-file-extensions":e.hasFileExtensions,"has-pagination":e.hasPagination,"per-page-storage-prefix":"files","view-mode-default":e.viewModeDefault},null,8,["view-modes","has-hidden-files","has-file-extensions","has-pagination","view-mode-default"])])):Oe("",!0)],2),fe("div",bk,[fe("div",vk,[Ge(e.$slots,"actions",{limitedScreenSpace:e.limitedScreenSpace},void 0,!0),e.showBatchActions?(J(),Ce(f,{key:0,actions:e.batchActions,"action-options":{space:e.space,resources:e.selectedResources},"limited-screen-space":e.limitedScreenSpace},null,8,["actions","action-options","limited-screen-space"])):Oe("",!0)])]),Ge(e.$slots,"content",{},void 0,!0)])],2)}const Sk=Ve(hk,[["render",wk],["__scopeId","data-v-d27aef7c"]]),Ek=Me({name:"CreateSpace",props:{showLabel:{type:Boolean,default:!0}},emits:["spaceCreated"],setup(e,{emit:t}){const{showMessage:n,showErrorMessage:r}=rt(),{$gettext:o}=Ne.useGettext(),{createSpace:i}=Di(),{checkSpaceNameModalInput:s}=oi(),{dispatchModal:a}=bt(),c=lt(),{upsertResource:u}=Ke(),l=async d=>{try{const m=await i(d);u(m),c.upsertSpace(m),t("spaceCreated",m),n({title:o("Space was created successfully")})}catch(m){console.error(m),r({title:o("Creating space failed…"),errors:[m]})}};return{showCreateSpaceModal:()=>{a({title:o("Create a new space"),confirmText:o("Create"),hasInput:!0,inputLabel:o("Space name"),inputValue:o("New space"),onConfirm:d=>l(d),onInput:s})}}}}),Tk=["textContent"];function Ak(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button"),c=dn("oc-tooltip");return ot((J(),Ce(a,{id:"new-space-menu-btn","aria-label":e.showLabel?void 0:e.$gettext("New space"),appearance:"filled",onClick:e.showCreateSpaceModal},{default:Te(()=>[be(s,{name:"add"}),e.showLabel?(J(),ve("span",{key:0,textContent:H.toDisplayString(e.$gettext("New Space"))},null,8,Tk)):Oe("",!0)]),_:1},8,["aria-label","onClick"])),[[c,e.showLabel?void 0:e.$gettext("New space")]])}const Rk=Ve(Ek,[["render",Ak]]),_k=Me({name:"AppTopBar",components:{ContextActionMenu:Uf,ResourceListItem:Po},props:{dropDownMenuSections:{type:Array,default:()=>[]},dropDownActionOptions:{type:Object,default:()=>({space:null,resources:[]})},mainActions:{type:Array,default:()=>[]},hasAutoSave:{type:Boolean,default:!0},isEditor:{type:Boolean,default:!1},resource:{type:Object,default:null}},emits:["close"],setup(e){const{$gettext:t,current:n}=Ne.useGettext(),r=Ke(),o=st(),{getMatchingSpace:i}=ln(),s=U(()=>r.areFileExtensionsShown),a=U(()=>t("Show context menu")),c=U(()=>e.isEditor&&e.hasAutoSave&&o.options.editor.autosaveEnabled),u=U(()=>{const d=Dt.Duration.fromObject({seconds:o.options.editor.autosaveInterval},{locale:n});return t("Autosave (every %{ duration })",{duration:d.toHuman()})}),l=U(()=>i(e.resource)),f=U(()=>!ee.isPublicSpaceResource(p(l)));return{contextMenuLabel:a,areFileExtensionsShown:s,hasAutosave:c,autoSaveTooltipText:u,isPathDisplayed:f,...si()}}}),Ik={class:"oc-app-top-bar oc-flex"},Ck={class:"oc-app-top-bar-inner oc-pl-m oc-pr-xs oc-flex oc-flex-middle oc-flex-between"},Pk={class:"open-file-bar oc-flex"},Fk={class:"oc-flex main-actions"},Ok={key:1,class:"oc-flex oc-flex-middle"};function xk(e,t,n,r,o,i){const s=pe("resource-list-item"),a=pe("oc-icon"),c=pe("oc-button"),u=pe("context-action-menu"),l=pe("oc-drop"),f=pe("portal"),d=dn("oc-tooltip");return J(),Ce(f,{to:"app.runtime.header.left"},{default:Te(()=>[fe("div",Ik,[fe("span",Ck,[fe("div",Pk,[e.resource?(J(),Ce(s,{key:0,id:"app-top-bar-resource","is-thumbnail-displayed":!1,"is-extension-displayed":e.areFileExtensionsShown,"path-prefix":e.getPathPrefix(e.resource),resource:e.resource,"parent-folder-name":e.getParentFolderName(e.resource),"parent-folder-link-icon-additional-attributes":e.getParentFolderLinkIconAdditionalAttributes(e.resource),"is-path-displayed":e.isPathDisplayed,"is-resource-clickable":!1},null,8,["is-extension-displayed","path-prefix","resource","parent-folder-name","parent-folder-link-icon-additional-attributes","is-path-displayed"])):Oe("",!0)]),fe("div",Fk,[e.dropDownMenuSections.length?(J(),ve(Qe,{key:0},[ot((J(),Ce(c,{id:"oc-openfile-contextmenu-trigger","aria-label":e.contextMenuLabel,appearance:"raw-inverse","color-role":"chrome",class:"oc-p-xs"},{default:Te(()=>[be(a,{name:"more-2"})]),_:1},8,["aria-label"])),[[d,e.contextMenuLabel]]),be(l,{"drop-id":"oc-openfile-contextmenu",mode:"click","padding-size":"small",toggle:"#oc-openfile-contextmenu-trigger","close-on-click":"",onClick:t[0]||(t[0]=Rn(()=>{},["stop","prevent"]))},{default:Te(()=>[be(u,{"menu-sections":e.dropDownMenuSections,"action-options":e.dropDownActionOptions},null,8,["menu-sections","action-options"])]),_:1})],64)):Oe("",!0),e.hasAutosave?(J(),ve("span",Ok,[ot(be(a,{"accessible-label":e.autoSaveTooltipText,name:"refresh",color:"white",class:"ox-p-xs oc-mx-xs"},null,8,["accessible-label"]),[[d,e.autoSaveTooltipText]])])):Oe("",!0),e.mainActions.length&&e.resource?(J(),Ce(u,{key:2,"menu-sections":[{name:"main-actions",items:e.mainActions.filter(m=>m.isVisible()).map(m=>({...m,class:"oc-p-xs app-topbar-action",hideLabel:!0}))}],"action-options":{resources:[e.resource]},appearance:"raw-inverse","color-role":"chrome"},null,8,["menu-sections","action-options"])):Oe("",!0),be(c,{id:"app-top-bar-close",appearance:"raw-inverse","color-role":"chrome",class:"oc-p-xs","aria-label":e.$gettext("Close"),onClick:t[1]||(t[1]=m=>e.$emit("close"))},{default:Te(()=>[be(a,{name:"close"})]),_:1},8,["aria-label"])])])])]),_:1})}const zv=Ve(_k,[["render",xk]]),kk=Me({name:"ErrorScreen",props:{message:{default:"",type:String,required:!1}}}),Nk={class:"oc-text-center oc-flex oc-flex-center oc-flex-middle oc-height-1-1"},$k={key:0,class:"oc-text-xlarge"};function Dk(e,t,n,r,o,i){const s=pe("oc-icon");return J(),ve("div",Nk,[be(s,{size:"xxlarge",name:"error-warning","fill-type":"line"}),e.message?(J(),ve("p",$k,H.toDisplayString(e.message),1)):Oe("",!0)])}const Lk=Ve(kk,[["render",Dk]]),Mk=Me({name:"LoadingScreen"}),Bk={class:"oc-text-center oc-flex oc-flex-center oc-flex-middle oc-height-1-1"},jk={class:"oc-invisible"};function Uk(e,t,n,r,o,i){const s=pe("oc-spinner"),a=dn("translate");return J(),ve("div",Bk,[be(s,{size:"xlarge"}),ot((J(),ve("p",jk,t[0]||(t[0]=[Vt("Loading app")]))),[[a]])])}const qk=Ve(Mk,[["render",Uk]]),Vk=["id","data-testid","tabindex","inert"],zk={key:0,class:"sidebar-panel__header header"},Wk={class:"header__title oc-my-rm"},Hk={key:0,class:"sidebar-panel__navigation oc-mt-m"},Wv=Me({__name:"SideBar",props:{isOpen:{type:Boolean},loading:{type:Boolean},availablePanels:{},panelContext:{},activePanel:{default:""}},emits:["selectPanel","close"],setup(e,{emit:t}){const n=t,{$gettext:r}=Ne.useGettext(),o=Ud("appSideBar"),i=U(()=>e.availablePanels.filter(A=>{var $;return A.isVisible(e.panelContext)&&(($=A.isRoot)==null?void 0:$.call(A,e.panelContext))})),s=U(()=>e.availablePanels.filter(A=>{var $;return A.isVisible(e.panelContext)&&!(($=A.isRoot)!=null&&$.call(A,e.panelContext))})),a=U(()=>p(i).length?[p(i)[0],...p(s)]:p(s)),c=U(()=>{var $;const A=($=e.activePanel)==null?void 0:$.split("#")[0];return!A||!p(s).map(D=>D.name).includes(A)?null:A}),u=U(()=>p(c)!==null),l=U(()=>p(c)===null),f=oe(null),d=A=>{f.value=A},m=U(()=>p(u)?p(c):p(i)[0].name),w=U(()=>p(i).length===1?r("Back to %{panel} panel",{panel:p(i)[0].title(e.panelContext)}):r("Back to main panels")),v=oe(window.innerWidth),T=U(()=>p(v)<=580),b=U(()=>{var A,$;return($=(A=p(o))==null?void 0:A.parentElement)==null?void 0:$.querySelector("div")}),g=()=>{if(!p(b))return;const A=p(T)?"hidden":"visible";p(b).style.visibility=A},h=()=>{e.isOpen&&(v.value=window.innerWidth,g())};Tt(()=>e.isOpen,async A=>{A&&(await Gn(),g())},{immediate:!0});const y=A=>{n("selectPanel",A)},S=()=>{n("selectPanel",null)},E=()=>{n("close")},R=A=>{d(p(m)),y(A)},I=()=>{d(p(m)),S(),p(o).focus()};return Mt(()=>{window.addEventListener("resize",h)}),jn(()=>{window.removeEventListener("resize",h),p(b)&&(p(b).style.visibility="visible")}),(A,$)=>{const D=pe("oc-spinner"),k=pe("oc-icon"),N=pe("oc-button"),j=dn("oc-tooltip");return J(),ve("div",{id:"app-sidebar",ref_key:"appSideBar",ref:o,"data-testid":"app-sidebar",tabindex:"-1",class:H.normalizeClass({"has-active-sub-panel":u.value,"oc-flex oc-flex-center oc-flex-middle":A.loading,"app-sidebar-full-width":T.value})},[A.loading?(J(),Ce(D,{key:0})):(J(!0),ve(Qe,{key:1},kt(a.value,W=>{var X,ie,de,se,we,Se;return J(),ve("div",{id:`sidebar-panel-${W.name}`,key:`panel-${W.name}`,"data-testid":`sidebar-panel-${W.name}`,tabindex:m.value===W.name?-1:null,class:H.normalizeClass(["sidebar-panel",{"is-root-panel":(X=W.isRoot)==null?void 0:X.call(W,A.panelContext),"is-active-sub-panel":u.value&&c.value===W.name,"is-active-root-panel":l.value&&((ie=W.isRoot)==null?void 0:ie.call(W,A.panelContext))}]),inert:m.value!==W.name},[[m.value,f.value].includes(W.name)?(J(),ve("div",zk,[(de=W.isRoot)!=null&&de.call(W,A.panelContext)?Oe("",!0):ot((J(),Ce(N,{key:0,class:"header__back oc-p-xs",appearance:"raw","aria-label":w.value,onClick:I},{default:Te(()=>[be(k,{name:"arrow-left-s","fill-type":"line"})]),_:1},8,["aria-label"])),[[j,w.value]]),fe("h2",Wk,H.toDisplayString(W.title(A.panelContext)),1),be(N,{appearance:"raw",class:"header__close oc-p-xs","aria-label":p(r)("Close file sidebar"),onClick:E},{default:Te(()=>[be(k,{name:"close"})]),_:1},8,["aria-label"])])):Oe("",!0),fe("div",null,[(se=W.isRoot)!=null&&se.call(W,A.panelContext)?Ge(A.$slots,"rootHeader",{key:0}):Ge(A.$slots,"subHeader",{key:1})]),fe("div",{class:H.normalizeClass(["sidebar-panel__body",[`sidebar-panel__body-${W.name}`]])},[fe("div",{class:H.normalizeClass(["sidebar-panel__body-content",{"sidebar-panel__body-content-stretch":!((we=W.isRoot)!=null&&we.call(W,A.panelContext))}])},[Ge(A.$slots,"body",{},()=>{var Z;return[(J(!0),ve(Qe,null,kt((Z=W.isRoot)!=null&&Z.call(W,A.panelContext)?i.value:[W],(ne,le)=>{var Ie;return J(),Ce(Wr(ne.component),Zt({key:`sidebar-panel-${ne.name}`,class:{"multi-root-panel-separator oc-mt oc-pt-s":le>0},ref_for:!0},((Ie=ne.componentAttrs)==null?void 0:Ie.call(ne,A.panelContext))||{}),null,16,["class"])}),128))]})],2),(Se=W.isRoot)!=null&&Se.call(W,A.panelContext)&&s.value.length>0?(J(),ve("div",Hk,[(J(!0),ve(Qe,null,kt(s.value,Z=>(J(),Ce(N,{id:`sidebar-panel-${Z.name}-select`,key:`panel-select-${Z.name}`,"data-testid":`sidebar-panel-${Z.name}-select`,appearance:"raw-inverse","color-role":"surface",onClick:ne=>R(Z.name)},{default:Te(()=>[be(k,{name:Z.icon,"fill-type":Z.iconFillType},null,8,["name","fill-type"]),Vt(" "+H.toDisplayString(Z.title(A.panelContext))+" ",1),be(k,{name:"arrow-right-s","fill-type":"line"})]),_:2},1032,["id","data-testid","onClick"]))),128))])):Oe("",!0)],2)],10,Vk)}),128))],2)}}}),Gk=Me({name:"SpaceInfo",setup(){return{resource:dr("resource")}}}),Kk={class:"space_info oc-p-s"},Qk={class:"space_info__body oc-text-overflow oc-flex oc-flex-middle"},Xk={class:"oc-mr-s"},Yk=["textContent"],Jk=["textContent"];function Zk(e,t,n,r,o,i){const s=pe("oc-icon");return J(),ve("div",Kk,[fe("div",Qk,[fe("div",Xk,[be(s,{name:"layout-grid",size:e.resource.description?"large":"medium",class:"oc-display-block"},null,8,["size"])]),fe("div",null,[fe("h3",{"data-testid":"space-info-name",class:"oc-font-semibold oc-m-rm",textContent:H.toDisplayString(e.resource.name)},null,8,Yk),fe("span",{"data-testid":"space-info-subtitle",textContent:H.toDisplayString(e.resource.description)},null,8,Jk)])])])}const Hv=Ve(Gk,[["render",Zk]]),eN=Me({name:"FileInfo",components:{ResourceIcon:Co,ResourceName:Of},props:{isSubPanelActive:{type:Boolean,default:!0}},setup(){const e=Ke(),t=dr("resource"),n=dr("space"),r=U(()=>e.areFileExtensionsShown),o=U(()=>ee.isPersonalSpaceResource(p(n))&&p(t).path==="/"?p(n).name:p(t).name);return{resource:t,resourceName:o,areFileExtensionsShown:r}}}),tN={class:"file_info oc-flex oc-flex-between oc-p-s"},nN={class:"oc-flex oc-flex-middle"},rN={class:"file_info__body oc-text-overflow"},iN={"data-testid":"files-info-name",class:"oc-font-semibold"};function oN(e,t,n,r,o,i){const s=pe("resource-icon"),a=pe("resource-name");return J(),ve("div",tN,[fe("div",nN,[e.isSubPanelActive?(J(),Ce(s,{key:0,resource:e.resource,size:"large",class:"file_info__icon oc-mr-s oc-position-relative"},null,8,["resource"])):Oe("",!0),fe("div",rN,[fe("h3",iN,[be(a,{name:e.resourceName,extension:e.resource.extension,type:e.resource.type,"full-path":e.resource.webDavPath,"is-extension-displayed":e.areFileExtensionsShown,"is-path-displayed":!1,"truncate-name":!1},null,8,["name","extension","type","full-path","is-extension-displayed"])])])])])}const Gv=Ve(eN,[["render",oN]]),sN=Me({name:"FileSideBar",components:{FileInfo:Gv,SpaceInfo:Hv,InnerSideBar:Wv},props:{isOpen:{type:Boolean,required:!0},activePanel:{type:String,required:!1,default:null},space:{type:Object,required:!1,default:null}},setup(e){const t=ze(),n=Ye(),r=Ni(),o=_o(),i=lt(),s=jt(),a=st(),c=Zn(),{canListShares:u}=fv(),{canListVersions:l}=Lv(),f=Ke(),{currentFolder:d}=He.storeToRefs(f),m=oe(),w=oe([]),v=oe([]),T=oe([]),{selectedResources:b}=Bf(),g=oe(!1),h=U(()=>p(g)||de.isRunning),y=U(()=>{var we;return p(b).length===0?{root:e.space,parent:null,items:(we=p(d))!=null&&we.id?[p(d)]:[]}:{root:e.space,parent:p(d),items:p(b)}}),S=Sr(Nt,"files-shares-with-me"),E=Sr(Nt,"files-shares-with-others"),R=Sr(Nt,"files-shares-via-link"),I=at(t,"files-spaces-projects"),A=Sr(At,"files-common-favorites"),$=Sr(At,"files-common-search"),D=()=>{o.publish(yt.close)},k=we=>{o.publish(yt.setActivePanel,we)},N=U(()=>{var we;return((we=p(y).items)==null?void 0:we.length)===1&&!ee.isProjectSpaceResource(p(y).items[0])}),j=U(()=>{var we;return((we=p(y).items)==null?void 0:we.length)===1&&ee.isProjectSpaceResource(p(y).items[0])}),W=U(()=>p(S)||p(E)||p(R)),X=U(()=>p(W)||p($)||p(A)),ie=U(()=>r.requestExtensions({id:"global.files.sidebar",extensionType:"sidebarPanel"}).map(we=>we.panel)),de=un.useTask(function*(we,Se){w.value=yield n.webdav.listFileVersions(Se.id,{signal:we})}),se=un.useTask(function*(we,Se){var ke;s.setLoading(!0),s.removeOrphanedShares();const{collaboratorShares:Z,linkShares:ne}=s,le=n.graphAuthenticated.permissions;let Ie=(ke=e.space)==null?void 0:ke.id;if(ee.isShareSpaceResource(e==null?void 0:e.space)){const Pe=yield i.getMountPointForSpace({graphClient:n.graphAuthenticated,space:e.space,signal:we});Pe&&(Ie=Pe.root.remoteItem.rootId)}const{shares:Y,allowedRoles:_}=yield*ee.call(le.listPermissions(Ie,Se.fileId,s.graphRoles,{},{signal:we})),F=Y.filter(ee.isCollaboratorShare),K=Y.filter(ee.isLinkShare),z=Object.values(s.graphRoles);if(v.value=(_==null?void 0:_.map(Pe=>{var Be;return{...Pe,icon:(Be=z.find(he=>he.id===Pe.id))==null?void 0:Be.icon}}))||[],c.isAppEnabled("open-cloud-mesh")){const{allowedRoles:Pe}=yield*ee.call(le.listPermissions(Ie,Se.fileId,s.graphRoles,{filter:`@libre.graph.permissions.roles.allowedValues/rolePermissions/any(p:contains(p/condition, '@Subject.UserType=="Federated"'))`,select:[ZO.LibreGraphPermissionsRolesAllowedValues]},{signal:we}));T.value=(Pe==null?void 0:Pe.map(Be=>{var he;return{...Be,icon:(he=z.find(ae=>ae.id===Be.id))==null?void 0:he.icon}}))||[]}!p(X)&&!p(I)&&(Z.forEach(Pe=>{F.some(Be=>Be.id===Pe.id)||F.push({...Pe,indirect:!0})}),ne.forEach(Pe=>{K.some(Be=>Be.id===Pe.id)||K.push({...Pe,indirect:!0})})),At(t,"files-common-search")&&(yield f.loadAncestorMetaData({folder:p(Se),space:p(e.space),client:n.webdav,signal:we}));const V=[...Z,...ne].map(({resourceId:Pe})=>Pe),ce=Object.values(f.ancestorMetaData).filter(({id:Pe,path:Be})=>Pe===Se.id||V.includes(Pe)||ee.isIncomingShareResource(Se)?!1:ee.isPersonalSpaceResource(e.space)?Be!=="/":!0).map(({id:Pe})=>Pe);p(X)&&ee.isProjectSpaceResource(e.space)&&!ee.isProjectSpaceResource(Se)&&ce.push(e.space.id);const Re=new Lr({concurrency:a.options.concurrentRequests.shares.list}),Le=[...new Set(ce)].map(Pe=>Re.add(()=>n.graphAuthenticated.permissions.listPermissions(Ie,Pe,s.graphRoles,{},{signal:we}).then(Be=>{const he=Be.shares.map(ae=>({...ae,indirect:!0}));F.push(...he.filter(ee.isCollaboratorShare)),K.push(...he.filter(ee.isLinkShare))})));yield Promise.allSettled(Le),s.setCollaboratorShares(F),s.setLinkShares(K),s.setLoading(!1)}).restartable();return Tt(()=>[...p(y).items,e.isOpen],async()=>{var Se;if(((Se=p(y).items)==null?void 0:Se.length)!==1)return;if(!e.isOpen){w.value=[];return}const we=p(y).items[0];if(de.isRunning&&de.cancelAll(),!!l({space:e.space,resource:we}))try{await de.perform(we)}catch(Z){console.error(Z)}},{immediate:!0,deep:!0}),Tt(()=>[...p(y).items,e.isOpen],async()=>{var Se;if(!e.isOpen){s.pruneShares(),m.value=null;return}if(((Se=p(y).items)==null?void 0:Se.length)!==1)return;const we=p(y).items[0];if(g.value=!0,u({space:e.space,resource:we}))try{se.isRunning&&se.cancelAll(),se.perform(we)}catch(Z){console.error(Z)}if(!p(W)){m.value=we,g.value=!1;return}try{const Z=await n.webdav.getFileInfo(e.space,{path:we.path}),ne={...Z,...we,tags:Z.tags};m.value=ne}catch(Z){m.value=we,console.error(Z)}g.value=!1},{deep:!0,immediate:!0}),yi("resource",lr(m)),yi("versions",lr(w)),yi("space",U(()=>e.space)),yi("activePanel",U(()=>e.activePanel)),yi("availableInternalShareRoles",lr(v)),yi("availableExternalShareRoles",lr(T)),{loadedResource:m,setActiveSideBarPanel:k,closeSideBar:D,panelContext:y,availablePanels:ie,isFileHeaderVisible:N,isSpaceHeaderVisible:j,isLoading:h,loadSharesTask:se}}});function aN(e,t,n,r,o,i){const s=pe("file-info"),a=pe("space-info"),c=pe("InnerSideBar");return e.isOpen?(J(),Ce(c,Zt({key:0,ref:"sidebar",class:"files-side-bar","is-open":e.isOpen,"active-panel":e.activePanel,"available-panels":e.availablePanels,"panel-context":e.panelContext,loading:e.isLoading},e.$attrs,{"data-custom-key-bindings-disabled":"true",onSelectPanel:e.setActiveSideBarPanel,onClose:e.closeSideBar}),{rootHeader:Te(()=>[e.isFileHeaderVisible?(J(),Ce(s,{key:0,class:"sidebar-panel__file_info","is-sub-panel-active":!1})):e.isSpaceHeaderVisible?(J(),Ce(a,{key:1,class:"sidebar-panel__space_info"})):Oe("",!0)]),subHeader:Te(()=>[e.isFileHeaderVisible?(J(),Ce(s,{key:0,class:"sidebar-panel__file_info","is-sub-panel-active":!0})):e.isSpaceHeaderVisible?(J(),Ce(a,{key:1,class:"sidebar-panel__space_info"})):Oe("",!0)]),_:1},16,["is-open","active-panel","available-panels","panel-context","loading","onSelectPanel","onClose"])):Oe("",!0)}const Kv=Ve(sN,[["render",aN]]),lN=Me({name:"DatePickerModal",props:{modal:{type:Object,required:!0},currentDate:{type:Object,required:!1,default:null},minDate:{type:Object,required:!1,default:null},isClearable:{type:Boolean,default:!0}},emits:["confirm","cancel"],setup(){const e=oe(),t=oe(!0);return{confirmDisabled:t,onDateChanged:({date:r,error:o})=>{t.value=o||!r,e.value=r},dateTime:e}}}),cN={class:"link-modal-actions oc-flex oc-flex-right oc-flex-middle oc-mt-s"};function uN(e,t,n,r,o,i){const s=pe("oc-datepicker"),a=pe("oc-button");return J(),ve(Qe,null,[be(s,{label:e.$gettext("Expiration date"),type:"date","min-date":e.minDate,"current-date":e.currentDate,"is-clearable":e.isClearable,onDateChanged:e.onDateChanged},null,8,["label","min-date","current-date","is-clearable","onDateChanged"]),fe("div",cN,[be(a,{class:"oc-modal-body-actions-cancel oc-ml-s",onClick:t[0]||(t[0]=c=>e.$emit("cancel"))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),be(a,{disabled:e.confirmDisabled,class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",onClick:t[1]||(t[1]=c=>e.$emit("confirm",e.dateTime))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Confirm")),1)]),_:1},8,["disabled"])])],64)}const fN=Ve(lN,[["render",uN]]),dN=Me({name:"UnsavedChangesModal",props:{modal:{type:Object,required:!0},closeCallback:{type:Function,required:!0}},emits:["cancel","confirm"],setup(e){const{removeModal:t}=bt();return{onClose:()=>{t(e.modal.id),e.closeCallback()}}}}),pN=["textContent"],hN={class:"oc-flex oc-flex-right oc-flex-middle oc-mt-m"},gN={class:"oc-modal-body-actions-grid"};function mN(e,t,n,r,o,i){const s=pe("oc-button");return J(),ve(Qe,null,[fe("span",{class:"oc-display-inline-block oc-mb-m",textContent:H.toDisplayString(e.$gettext("Your changes were not saved. Do you want to save them?"))},null,8,pN),t[2]||(t[2]=fe("div",{class:"oc-my-m"},null,-1)),fe("div",hN,[fe("div",gN,[be(s,{class:"oc-modal-body-actions-cancel oc-ml-s",onClick:t[0]||(t[0]=a=>e.$emit("cancel"))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Cancel")),1)]),_:1}),be(s,{class:"oc-modal-body-actions-secondary oc-ml-s",onClick:e.onClose},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Don't Save")),1)]),_:1},8,["onClick"]),be(s,{class:"oc-modal-body-actions-confirm oc-ml-s",appearance:"filled",onClick:t[1]||(t[1]=a=>e.$emit("confirm"))},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Save")),1)]),_:1})])])],64)}const Qv=Ve(dN,[["render",mN]]);var yN=/\s/;function bN(e){for(var t=e.length;t--&&yN.test(e.charAt(t)););return t}var vN=/^\s+/;function wN(e){return e&&e.slice(0,bN(e)+1).replace(vN,"")}var Xv=NaN,SN=/^[-+]0x[0-9a-f]+$/i,EN=/^0b[01]+$/i,TN=/^0o[0-7]+$/i,AN=parseInt;function RN(e){if(typeof e=="number")return e;if(gs(e))return Xv;if(Qn(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Qn(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=wN(e);var n=EN.test(e);return n||TN.test(e)?AN(e.slice(2),n?2:8):SN.test(e)?Xv:+e}const _N=Me({name:"AppWrapper",components:{AppTopBar:zv,FileSideBar:Kv,ErrorScreen:Lk,LoadingScreen:qk},props:{applicationId:{type:String,required:!0},urlForResourceOptions:{type:Object,default:()=>null,required:!1},fileContentOptions:{type:Object,default:()=>null,required:!1},wrappedComponent:{type:Object,default:null},importResourceWithExtension:{type:Function,default:()=>null},disableAutoSave:{type:Boolean,default:!1}},setup(e){const{$gettext:t,current:n}=Ne.useGettext(),r=Zn(),{showMessage:o,showErrorMessage:i}=rt(),s=No.useRouter(),a=en(),c=Ye(),u=cn(),{getResourceContext:l}=Mv(),{selectedResources:f}=Bf(),{dispatchModal:d}=bt(),m=lt(),w=st(),v=Ke(),T=jt(),{actions:b}=Sv({appId:e.applicationId}),{actions:g}=Sf(),{actions:h}=Io(),{actions:y}=_f(),{actions:S}=If(),E=U(()=>{var Fe;return!!((Fe=e.wrappedComponent.emits)!=null&&Fe.includes("update:resource"))}),R=oe(),I=oe(),A=oe(""),$=oe(""),D=oe(!p(E)),k=oe(),N=oe(!1),j=oe(),W=oe(),{actions:X}=Tv({content:W}),ie=U(()=>{var Fe;return!!((Fe=e.wrappedComponent.emits)!=null&&Fe.includes("update:currentContent"))}),de=Fe=>!!Object.keys(e.wrappedComponent.props).includes(Fe),se=U(()=>p(W)!==p(j)),we=Fe=>{Fe.preventDefault()};Tt(se,Fe=>{Fe?window.addEventListener("beforeunload",we):window.removeEventListener("beforeunload",we)});const{applicationConfig:Se,closeApp:Z,currentFileContext:ne,getFileContents:le,getFileInfo:Ie,getUrlForResource:Y,putFileContents:_,replaceInvalidFileRoute:F,revokeUrl:K,activeFiles:z,loadFolderForFileContext:B,isFolderLoading:V}=nv({applicationId:e.applicationId}),{applicationMeta:ce}=vf({applicationId:e.applicationId,appsStore:r}),Re=U(()=>{var Fe;return(Fe=p(ce).meta)==null?void 0:Fe.fileSizeLimit}),Le=U(()=>{const{name:Fe}=p(ce);return t("%{appName} for %{fileName}",{appName:t(Fe),fileName:p(p(ne).fileName)})}),ke=Hs("driveAliasAndItem"),Pe=on("fileId"),Be=U(()=>St(p(Pe))),he=async()=>{const Fe=p(Be),{space:je,path:We}=await l(Fe),wn=je.getDriveAliasAndItem({path:We});return ee.isPersonalSpaceResource(je)?s.push({params:{...p(a).params,driveAliasAndItem:wn},query:{...p(a).query,fileId:Fe,contextRouteName:"files-spaces-generic",contextRouteParams:{driveAliasAndItem:gt.dirname(wn)}}}):s.push({params:{...p(a).params,driveAliasAndItem:wn},query:{...p(a).query,fileId:Fe,contextRouteName:We==="/"?"files-shares-with-me":"files-spaces-generic",...ee.isShareSpaceResource(je)&&{shareId:je.id},contextRouteParams:{driveAliasAndItem:gt.dirname(wn)},contextRouteQuery:{...ee.isShareSpaceResource(je)&&{shareId:je.id}}}})},ae=un.useTask(function*(Fe){try{p(ke)||(yield he()),I.value=p(p(ne).space);const je=yield Ie(p(ne),{signal:Fe});if(R.value=je,ee.isShareSpaceResource(p(I))&&(p(R).remoteItemId=p(I).id,p(R).id===p(R).remoteItemId)){const We=yield*ee.call(hs({graphClient:c.graphAuthenticated,spacesStore:m,space:p(I)}));We&&(R.value={...je,...ee.buildIncomingShareResource({graphRoles:T.graphRoles,driveItem:We,serverUrl:w.serverUrl}),tags:je.tags})}v.initResourceList({currentFolder:null,resources:[p(R)]}),f.value=[p(R)]}catch(je){console.error(je),k.value=je,D.value=!1}}).restartable(),$e=un.useTask(function*(Fe){try{const je=e.importResourceWithExtension(p(R));if(je){const We=Dt.DateTime.local().toFormat("yyyyMMddHHmmss"),wn=`${p(R).name}_${We}.${je}`;if(!(yield c.webdav.copyFiles(p(I),p(R),p(I),{path:wn},{signal:Fe})))throw new Error(t("Importing failed"));R.value={path:wn}}if(F(ne,p(R)))return;if(N.value=![Cn.Updateable,Cn.FileUpdateable].some(We=>(p(R).permissions||"").indexOf(We)>-1),p(de("currentContent"))){const We=yield*ee.call(le(ne,{...e.fileContentOptions,signal:Fe}));j.value=W.value=We.body,A.value=We.headers["OC-ETag"]}p(de("url"))&&($.value=yield Y(p(I),p(R),{...e.urlForResourceOptions,signal:Fe}))}catch(je){console.error(je),k.value=je}finally{D.value=!1}}).restartable();Tt(ne,async()=>{p(E)||(await ae.perform(),p(Re)&&RN(p(R).size)>p(Re)?d({title:t("File exceeds %{threshold}",{threshold:En(p(Re),n)}),message:t("%{resource} exceeds the recommended size of %{threshold} for editing, and may cause performance issues.",{resource:p(R).name,threshold:En(p(Re),n)}),confirmText:t("Continue"),onCancel:()=>{Z()},onConfirm:()=>{$e.perform()}}):$e.perform())},{immediate:!0});const De=Fe=>{console.error(Fe),i({title:t("An error occurred"),desc:Fe.message,errors:[Fe]})},Je=()=>{o({title:t("File autosaved")})},ut=un.useTask(function*(){const Fe=p(W);try{const je=yield _(ne,{content:Fe,previousEntityTag:p(A)});j.value=Fe,A.value=je.etag,v.upsertResource(je)}catch(je){switch(je.statusCode){case 401:case 403:De(new ee.HttpError(t("You're not authorized to save this file"),je.response));break;case 409:case 412:De(new ee.HttpError(t("This file was updated outside this window. Please refresh the page (all changes will be lost)."),je.response));break;case 507:const We=m.spaces.find(wn=>wn.id===p(R).storageId&&ee.isProjectSpaceResource(wn));if(We){De(new ee.HttpError(t('Insufficient quota on "%{spaceName}" to save this file',{spaceName:We.name}),je.response));break}De(new ee.HttpError(t("Insufficient quota for saving this file"),je.response));break;default:De(new ee.HttpError("",je.response))}}}).drop(),ct=async()=>{await ut.perform()},Qt=U(()=>!e.disableAutoSave);let Xt=null;Mt(()=>{var je;if((je=v.ancestorMetaData)!=null&&je["/"]&&p(I)&&v.ancestorMetaData["/"].spaceId!==p(I).id&&v.setAncestorMetaData({}),!p(ie))return;const Fe=w.options.editor;Fe.autosaveEnabled&&!e.disableAutoSave&&(Xt=setInterval(async()=>{se.value&&(await ct(),Je())},(Fe.autosaveInterval||120)*1e3))}),jn(()=>{u.isLoading||window.removeEventListener("beforeunload",we),p(de("url"))&&K($.value),p(ie)&&(clearInterval(Xt),Xt=null)});const{bindKeyAction:Pt}=$v({skipDisabledKeyBindingsCheck:!0});Pt({modifier:$f.Ctrl,primary:Nf.S},()=>{p(se)&&ct()});const Ue=U(()=>[{name:"save-file",disabledTooltip:()=>"",isVisible:()=>p(ie),isDisabled:()=>N.value||!se.value,icon:"save",id:"app-save-action",label:()=>t("Save"),handler:ct}]),M=U(()=>({space:p(I),resources:[p(R)]})),C=async(Fe,je)=>{p(se)&&(await ct(),Je()),je(Fe)},O=U(()=>[...p(b),...p(Ue),...p(X).map(Fe=>({...Fe,isVisible:je=>ie.value&&Fe.isVisible(je)}))].filter(Fe=>Fe.isVisible(p(M)))),G=U(()=>[...p(S),...p(g)].filter(Fe=>Fe.isVisible(p(M)))),te=U(()=>[...p(h).map(Fe=>({...Fe,handler:je=>C(je,Fe.handler)}))].filter(Fe=>Fe.isVisible(p(M)))),ue=U(()=>[...p(y)].filter(Fe=>Fe.isVisible(p(M)))),Ae=U(()=>{const Fe=[];return p(O).length&&Fe.push({name:"context",items:p(O)}),p(G).length&&Fe.push({name:"share",items:p(G)}),p(te).length&&Fe.push({name:"actions",items:p(te)}),p(ue).length&&Fe.push({name:"sidebar",items:p(ue)}),Fe}),Ze=U(()=>[...p(Ue)]);No.onBeforeRouteLeave((Fe,je,We)=>{p(se)?d({title:t("Unsaved changes"),customComponent:Qv,focusTrapInitial:".oc-modal-body-actions-confirm",hideActions:!0,customComponentAttrs:()=>({closeCallback:()=>{We()}}),async onConfirm(){await ct(),We()}}):We()});const ft=U(()=>({url:p($),space:p(p(ne).space),resource:p(R),activeFiles:p(z),isDirty:p(se),isReadOnly:p(N),applicationConfig:p(Se),currentFileContext:p(ne),currentContent:p(W),isFolderLoading:p(V),"onUpdate:resource":Fe=>{R.value=Fe,I.value=p(p(ne).space),f.value=[Fe]},"onUpdate:currentContent":Fe=>{W.value=Fe},onSave:ct,onClose:Z,loadFolderForFileContext:B,revokeUrl:K,getUrlForResource:Y}));return{...yb(),dropDownMenuSections:Ae,dropDownActionOptions:M,hasAutoSave:Qt,isEditor:ie,closeApp:Z,fileActions:Ze,loading:D,loadingError:k,pageTitle:Le,resource:R,space:I,slotAttrs:ft}}}),IN=["id"],CN=["textContent"];function PN(e,t,n,r,o,i){const s=pe("app-top-bar"),a=pe("loading-screen"),c=pe("error-screen"),u=pe("file-side-bar");return J(),ve("main",{id:e.applicationId,class:"app-wrapper oc-height-1-1",onKeydown:t[0]||(t[0]=Ji((...l)=>e.closeApp&&e.closeApp(...l),["esc"]))},[fe("h1",{class:"oc-invisible-sr",textContent:H.toDisplayString(e.pageTitle)},null,8,CN),!e.loading&&!e.loadingError&&e.resource?(J(),Ce(s,{key:0,"main-actions":e.fileActions,"drop-down-menu-sections":e.dropDownMenuSections,"drop-down-action-options":e.dropDownActionOptions,"has-auto-save":e.hasAutoSave,"is-editor":e.isEditor,resource:e.resource,onClose:e.closeApp},null,8,["main-actions","drop-down-menu-sections","drop-down-action-options","has-auto-save","is-editor","resource","onClose"])):Oe("",!0),e.loading?(J(),Ce(a,{key:1})):e.loadingError?(J(),Ce(c,{key:2,message:e.loadingError.message},null,8,["message"])):(J(),ve("div",{key:3,class:H.normalizeClass(["oc-flex oc-width-1-1 oc-height-1-1",{"app-sidebar-open":e.isSideBarOpen}])},[Ge(e.$slots,"default",Zt({class:"app-wrapper-content oc-height-1-1"},e.slotAttrs)),be(u,{"is-open":e.isSideBarOpen,"active-panel":e.sideBarActivePanel,space:e.space},null,8,["is-open","active-panel","space"])],2))],40,IN)}const Yv=Ve(_N,[["render",PN]]);function FN(e,t){return Me({render(){return fp(Yv,{wrappedComponent:e,...t},{default:n=>fp(e,n)})}})}const ON=Me({name:"ContextMenuQuickAction",props:{item:{type:Object,required:!0},resourceDomSelector:{type:Function,required:!1,default:e=>ee.extractDomSelector(e.id)}},emits:["quickActionClicked"],setup(){const{$gettext:e}=Ne.useGettext();return{contextMenuLabel:U(()=>e("Show context menu"))}}});function xN(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-drop"),c=pe("oc-button"),u=dn("oc-tooltip");return ot((J(),Ce(c,{id:`context-menu-trigger-${e.resourceDomSelector(e.item)}`,"aria-label":e.contextMenuLabel,appearance:"raw",class:"quick-action-button oc-ml-xs oc-p-xs",onClick:t[0]||(t[0]=Rn(l=>e.$emit("quickActionClicked",{event:l,dropdown:e.$refs[`context-menu-drop-ref-${e.resourceDomSelector(e.item)}`]}),["stop","prevent"]))},{default:Te(()=>[be(s,{name:"more-2"}),be(a,{ref:`context-menu-drop-ref-${e.resourceDomSelector(e.item)}`,"drop-id":`context-menu-drop-${e.resourceDomSelector(e.item)}`,toggle:`#context-menu-trigger-${e.resourceDomSelector(e.item)}`,class:"oc-overflow-hidden",position:"bottom-end",mode:"click","close-on-click":"","padding-size":"small"},{default:Te(()=>[Ge(e.$slots,"contextMenu",{item:e.item})]),_:3},8,["drop-id","toggle"])]),_:3},8,["id","aria-label"])),[[u,e.contextMenuLabel]])}const qf=Ve(ON,[["render",xN]]),kN=Me({name:"ResourceGhostElement",components:{ResourceIcon:Co},props:{previewItems:{type:Array,required:!0}},computed:{layerCount(){return Math.min(this.previewItems.length,3)},showSecondLayer(){return this.layerCount>1},showThirdLayer(){return this.layerCount>2},itemCount(){return this.previewItems.length}}}),NN={id:"ghost-element",class:"ghost-element"},$N={class:"ghost-element-layer1 oc-rounded"},DN={key:0,class:"ghost-element-layer2 oc-rounded"},LN={key:1,class:"ghost-element-layer3 oc-rounded"},MN={class:"badge"};function BN(e,t,n,r,o,i){const s=pe("resource-icon");return J(),ve("div",NN,[fe("div",$N,[be(s,{class:"oc-p-xs",resource:e.previewItems[0]},null,8,["resource"]),e.showSecondLayer?(J(),ve("div",DN)):Oe("",!0),e.showThirdLayer?(J(),ve("div",LN)):Oe("",!0)]),fe("span",MN,H.toDisplayString(e.itemCount),1)])}const Vf=Ve(kN,[["render",BN]]),jN=Me({name:"ResourceSize",props:{size:{type:[String,Number],required:!0}},setup:e=>{const{current:t}=Ne.useGettext();return{formattedSize:U(()=>En(e.size,t))}}}),UN=["textContent"];function qN(e,t,n,r,o,i){return J(),ve("span",{class:"oc-resource-size",textContent:H.toDisplayString(e.formattedSize)},null,8,UN)}const Jv=Ve(jN,[["render",qN]]),VN=Me({__name:"OcButton",props:{appearance:{default:"outline"},ariaLabel:{},colorRole:{default:"secondary"},disabled:{type:Boolean,default:!1},gapSize:{default:"medium"},href:{},justifyContent:{default:"center"},showSpinner:{type:Boolean,default:!1},size:{default:"medium"},submit:{default:"button"},target:{},to:{},type:{default:"button"},noHover:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=t,r=U(()=>{const a=["oc-button","oc-rounded",`oc-button-${ri(e.size)}`,`oc-button-justify-content-${e.justifyContent}`,`oc-button-gap-${ri(e.gapSize)}`,`oc-button-${Et.kebabCase(e.colorRole)}`,`oc-button-${e.appearance}`,`oc-button-${Et.kebabCase(e.colorRole)}-${e.appearance}`];return e.noHover&&a.push("no-hover"),a}),o=U(()=>({...e.href&&{href:e.href},...e.target&&{target:e.target},...e.to&&{to:e.to},...e.type==="button"&&{type:e.submit},...e.type==="button"&&{disabled:e.disabled}})),i=U(()=>({...e.type==="button"&&{click:s}})),s=a=>{n("click",a)};return(a,c)=>{const u=pe("oc-spinner");return J(),Ce(Wr(a.type),Zt(o.value,{"aria-label":a.ariaLabel,class:r.value},qa(i.value)),{default:Te(()=>[a.showSpinner?(J(),Ce(u,{key:0,size:"small",class:"spinner"})):Oe("",!0),Ge(a.$slots,"default")]),_:3},16,["aria-label","class"])}}});/*!
|
|
58
53
|
* tabbable 6.2.0
|
|
59
54
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
60
|
-
*/var
|
|
55
|
+
*/var Zv=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],ca=Zv.join(","),e0=typeof Element>"u",ai=e0?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,ua=!e0&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},fa=function e(t,n){var r;n===void 0&&(n=!0);var o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"inert"),i=o===""||o==="true",s=i||n&&t&&e(t.parentNode);return s},zN=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},t0=function(t,n,r){if(fa(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(ca));return n&&ai.call(t,ca)&&o.unshift(t),o=o.filter(r),o},n0=function e(t,n,r){for(var o=[],i=Array.from(t);i.length;){var s=i.shift();if(!fa(s,!1))if(s.tagName==="SLOT"){var a=s.assignedElements(),c=a.length?a:s.children,u=e(c,!0,r);r.flatten?o.push.apply(o,u):o.push({scopeParent:s,candidates:u})}else{var l=ai.call(s,ca);l&&r.filter(s)&&(n||!t.includes(s))&&o.push(s);var f=s.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(s),d=!fa(f,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(s));if(f&&d){var m=e(f===!0?s.children:f.children,!0,r);r.flatten?o.push.apply(o,m):o.push({scopeParent:s,candidates:m})}else i.unshift.apply(i,s.children)}}return o},r0=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},li=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||zN(t))&&!r0(t)?0:t.tabIndex},WN=function(t,n){var r=li(t);return r<0&&n&&!r0(t)?0:r},HN=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},i0=function(t){return t.tagName==="INPUT"},GN=function(t){return i0(t)&&t.type==="hidden"},KN=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},QN=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},XN=function(t){if(!t.name)return!0;var n=t.form||ua(t),r=function(a){return n.querySelectorAll('input[type="radio"][name="'+a+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(t.name));else try{o=r(t.name)}catch(s){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",s.message),!1}var i=QN(o,t.form);return!i||i===t},YN=function(t){return i0(t)&&t.type==="radio"},JN=function(t){return YN(t)&&!XN(t)},ZN=function(t){var n,r=t&&ua(t),o=(n=r)===null||n===void 0?void 0:n.host,i=!1;if(r&&r!==t){var s,a,c;for(i=!!((s=o)!==null&&s!==void 0&&(a=s.ownerDocument)!==null&&a!==void 0&&a.contains(o)||t!=null&&(c=t.ownerDocument)!==null&&c!==void 0&&c.contains(t));!i&&o;){var u,l,f;r=ua(o),o=(u=r)===null||u===void 0?void 0:u.host,i=!!((l=o)!==null&&l!==void 0&&(f=l.ownerDocument)!==null&&f!==void 0&&f.contains(o))}}return i},o0=function(t){var n=t.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},e$=function(t,n){var r=n.displayCheck,o=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var i=ai.call(t,"details>summary:first-of-type"),s=i?t.parentElement:t;if(ai.call(s,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof o=="function"){for(var a=t;t;){var c=t.parentElement,u=ua(t);if(c&&!c.shadowRoot&&o(c)===!0)return o0(t);t.assignedSlot?t=t.assignedSlot:!c&&u!==t.ownerDocument?t=u.host:t=c}t=a}if(ZN(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return o0(t);return!1},t$=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return ai.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},da=function(t,n){return!(n.disabled||fa(n)||GN(n)||e$(n,t)||KN(n)||t$(n))},zf=function(t,n){return!(JN(n)||li(n)<0||!da(t,n))},n$=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},r$=function e(t){var n=[],r=[];return t.forEach(function(o,i){var s=!!o.scopeParent,a=s?o.scopeParent:o,c=WN(a,s),u=s?e(o.candidates):a;c===0?s?n.push.apply(n,u):n.push(a):r.push({documentOrder:i,tabIndex:c,item:o,isScope:s,content:u})}),r.sort(HN).reduce(function(o,i){return i.isScope?o.push.apply(o,i.content):o.push(i.content),o},[]).concat(n)},i$=function(t,n){n=n||{};var r;return n.getShadowRoot?r=n0([t],n.includeContainer,{filter:zf.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:n$}):r=t0(t,n.includeContainer,zf.bind(null,n)),r$(r)},o$=function(t,n){n=n||{};var r;return n.getShadowRoot?r=n0([t],n.includeContainer,{filter:da.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):r=t0(t,n.includeContainer,da.bind(null,n)),r},Li=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return ai.call(t,ca)===!1?!1:zf(n,t)},s$=Zv.concat("iframe").join(","),Wf=function(t,n){if(n=n||{},!t)throw new Error("No node provided");return ai.call(t,s$)===!1?!1:da(n,t)};/*!
|
|
61
56
|
* focus-trap 7.6.4
|
|
62
57
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
63
|
-
*/function
|
|
64
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v0(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function w0(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?v0(Object(r),!0).forEach(function(n){P$(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):v0(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function k$(e){return F$(e)||x$(e)||D$(e)||O$()}function N$(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function $$(e){var t=N$(e,"string");return typeof t=="symbol"?t:t+""}function D$(e,t){if(e){if(typeof e=="string")return Zf(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Zf(e,t):void 0}}var S0={activateTrap:function(t,r){if(t.length>0){var n=t[t.length-1];n!==r&&n._setPausedState(!0)}var o=t.indexOf(r);o===-1||t.splice(o,1),t.push(r)},deactivateTrap:function(t,r){var n=t.indexOf(r);n!==-1&&t.splice(n,1),t.length>0&&!t[t.length-1]._isManuallyPaused()&&t[t.length-1]._setPausedState(!1)}},L$=function(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select=="function"},B$=function(t){return(t==null?void 0:t.key)==="Escape"||(t==null?void 0:t.key)==="Esc"||(t==null?void 0:t.keyCode)===27},ko=function(t){return(t==null?void 0:t.key)==="Tab"||(t==null?void 0:t.keyCode)===9},M$=function(t){return ko(t)&&!t.shiftKey},j$=function(t){return ko(t)&&t.shiftKey},E0=function(t){return setTimeout(t,0)},No=function(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];return typeof t=="function"?t.apply(void 0,n):t},ya=function(t){return t.target.shadowRoot&&typeof t.composedPath=="function"?t.composedPath()[0]:t.target},U$=[],q$=function(t,r){var n=(r==null?void 0:r.document)||document,o=(r==null?void 0:r.trapStack)||U$,i=w0({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:M$,isKeyBackward:j$},r),s={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},l,c=function(D,H,ee){return D&&D[H]!==void 0?D[H]:i[ee||H]},u=function(D,H){var ee=typeof(H==null?void 0:H.composedPath)=="function"?H.composedPath():void 0;return s.containerGroups.findIndex(function(J){var ce=J.container,be=J.tabbableNodes;return ce.contains(D)||(ee==null?void 0:ee.includes(ce))||be.find(function(de){return de===D})})},a=function(D){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ee=H.hasFallback,J=ee===void 0?!1:ee,ce=H.params,be=ce===void 0?[]:ce,de=i[D];if(typeof de=="function"&&(de=de.apply(void 0,k$(be))),de===!0&&(de=void 0),!de){if(de===void 0||de===!1)return de;throw new Error("`".concat(D,"` was specified but was not a node, or did not return a node"))}var Se=de;if(typeof de=="string"){try{Se=n.querySelector(de)}catch(Ae){throw new Error("`".concat(D,'` appears to be an invalid selector; error="').concat(Ae.message,'"'))}if(!Se&&!J)throw new Error("`".concat(D,"` as selector refers to no known node"))}return Se},f=function(){var D=a("initialFocus",{hasFallback:!0});if(D===!1)return!1;if(D===void 0||D&&!Jf(D,i.tabbableOptions))if(u(n.activeElement)>=0)D=n.activeElement;else{var H=s.tabbableGroups[0],ee=H&&H.firstTabbableNode;D=ee||a("fallbackFocus")}else D===null&&(D=a("fallbackFocus"));if(!D)throw new Error("Your focus-trap needs to have at least one focusable element");return D},d=function(){if(s.containerGroups=s.containers.map(function(D){var H=_$(D,i.tabbableOptions),ee=I$(D,i.tabbableOptions),J=H.length>0?H[0]:void 0,ce=H.length>0?H[H.length-1]:void 0,be=ee.find(function(Ae){return Mi(Ae)}),de=ee.slice().reverse().find(function(Ae){return Mi(Ae)}),Se=!!H.find(function(Ae){return ci(Ae)>0});return{container:D,tabbableNodes:H,focusableNodes:ee,posTabIndexesFound:Se,firstTabbableNode:J,lastTabbableNode:ce,firstDomTabbableNode:be,lastDomTabbableNode:de,nextTabbableNode:function(ne){var ae=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,le=H.indexOf(ne);return le<0?ae?ee.slice(ee.indexOf(ne)+1).find(function(oe){return Mi(oe)}):ee.slice(0,ee.indexOf(ne)).reverse().find(function(oe){return Mi(oe)}):H[le+(ae?1:-1)]}}}),s.tabbableGroups=s.containerGroups.filter(function(D){return D.tabbableNodes.length>0}),s.tabbableGroups.length<=0&&!a("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(s.containerGroups.find(function(D){return D.posTabIndexesFound})&&s.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},b=function(D){var H=D.activeElement;if(H)return H.shadowRoot&&H.shadowRoot.activeElement!==null?b(H.shadowRoot):H},E=function(D){if(D!==!1&&D!==b(document)){if(!D||!D.focus){E(f());return}D.focus({preventScroll:!!i.preventScroll}),s.mostRecentlyFocusedNode=D,L$(D)&&D.select()}},w=function(D){var H=a("setReturnFocus",{params:[D]});return H||(H===!1?!1:D)},R=function(D){var H=D.target,ee=D.event,J=D.isBackward,ce=J===void 0?!1:J;H=H||ya(ee),d();var be=null;if(s.tabbableGroups.length>0){var de=u(H,ee),Se=de>=0?s.containerGroups[de]:void 0;if(de<0)ce?be=s.tabbableGroups[s.tabbableGroups.length-1].lastTabbableNode:be=s.tabbableGroups[0].firstTabbableNode;else if(ce){var Ae=s.tabbableGroups.findIndex(function(x){var k=x.firstTabbableNode;return H===k});if(Ae<0&&(Se.container===H||Jf(H,i.tabbableOptions)&&!Mi(H,i.tabbableOptions)&&!Se.nextTabbableNode(H,!1))&&(Ae=de),Ae>=0){var ne=Ae===0?s.tabbableGroups.length-1:Ae-1,ae=s.tabbableGroups[ne];be=ci(H)>=0?ae.lastTabbableNode:ae.lastDomTabbableNode}else ko(ee)||(be=Se.nextTabbableNode(H,!1))}else{var le=s.tabbableGroups.findIndex(function(x){var k=x.lastTabbableNode;return H===k});if(le<0&&(Se.container===H||Jf(H,i.tabbableOptions)&&!Mi(H,i.tabbableOptions)&&!Se.nextTabbableNode(H))&&(le=de),le>=0){var oe=le===s.tabbableGroups.length-1?0:le+1,Q=s.tabbableGroups[oe];be=ci(H)>=0?Q.firstTabbableNode:Q.firstDomTabbableNode}else ko(ee)||(be=Se.nextTabbableNode(H))}}else be=a("fallbackFocus");return be},S=function(D){var H=ya(D);if(!(u(H,D)>=0)){if(No(i.clickOutsideDeactivates,D)){l.deactivate({returnFocus:i.returnFocusOnDeactivate});return}No(i.allowOutsideClick,D)||D.preventDefault()}},m=function(D){var H=ya(D),ee=u(H,D)>=0;if(ee||H instanceof Document)ee&&(s.mostRecentlyFocusedNode=H);else{D.stopImmediatePropagation();var J,ce=!0;if(s.mostRecentlyFocusedNode)if(ci(s.mostRecentlyFocusedNode)>0){var be=u(s.mostRecentlyFocusedNode),de=s.containerGroups[be].tabbableNodes;if(de.length>0){var Se=de.findIndex(function(Ae){return Ae===s.mostRecentlyFocusedNode});Se>=0&&(i.isKeyForward(s.recentNavEvent)?Se+1<de.length&&(J=de[Se+1],ce=!1):Se-1>=0&&(J=de[Se-1],ce=!1))}}else s.containerGroups.some(function(Ae){return Ae.tabbableNodes.some(function(ne){return ci(ne)>0})})||(ce=!1);else ce=!1;ce&&(J=R({target:s.mostRecentlyFocusedNode,isBackward:i.isKeyBackward(s.recentNavEvent)})),E(J||s.mostRecentlyFocusedNode||f())}s.recentNavEvent=void 0},g=function(D){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;s.recentNavEvent=D;var ee=R({event:D,isBackward:H});ee&&(ko(D)&&D.preventDefault(),E(ee))},v=function(D){(i.isKeyForward(D)||i.isKeyBackward(D))&&g(D,i.isKeyBackward(D))},T=function(D){B$(D)&&No(i.escapeDeactivates,D)!==!1&&(D.preventDefault(),l.deactivate())},A=function(D){var H=ya(D);u(H,D)>=0||No(i.clickOutsideDeactivates,D)||No(i.allowOutsideClick,D)||(D.preventDefault(),D.stopImmediatePropagation())},F=function(){if(s.active)return S0.activateTrap(o,l),s.delayInitialFocusTimer=i.delayInitialFocus?E0(function(){E(f())}):E(f()),n.addEventListener("focusin",m,!0),n.addEventListener("mousedown",S,{capture:!0,passive:!1}),n.addEventListener("touchstart",S,{capture:!0,passive:!1}),n.addEventListener("click",A,{capture:!0,passive:!1}),n.addEventListener("keydown",v,{capture:!0,passive:!1}),n.addEventListener("keydown",T),l},C=function(){if(s.active)return n.removeEventListener("focusin",m,!0),n.removeEventListener("mousedown",S,!0),n.removeEventListener("touchstart",S,!0),n.removeEventListener("click",A,!0),n.removeEventListener("keydown",v,!0),n.removeEventListener("keydown",T),l},I=function(D){var H=D.some(function(ee){var J=Array.from(ee.removedNodes);return J.some(function(ce){return ce===s.mostRecentlyFocusedNode})});H&&E(f())},L=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(I):void 0,B=function(){L&&(L.disconnect(),s.active&&!s.paused&&s.containers.map(function(D){L.observe(D,{subtree:!0,childList:!0})}))};return l={get active(){return s.active},get paused(){return s.paused},activate:function(D){if(s.active)return this;var H=c(D,"onActivate"),ee=c(D,"onPostActivate"),J=c(D,"checkCanFocusTrap");J||d(),s.active=!0,s.paused=!1,s.nodeFocusedBeforeActivation=n.activeElement,H==null||H();var ce=function(){J&&d(),F(),B(),ee==null||ee()};return J?(J(s.containers.concat()).then(ce,ce),this):(ce(),this)},deactivate:function(D){if(!s.active)return this;var H=w0({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},D);clearTimeout(s.delayInitialFocusTimer),s.delayInitialFocusTimer=void 0,C(),s.active=!1,s.paused=!1,B(),S0.deactivateTrap(o,l);var ee=c(H,"onDeactivate"),J=c(H,"onPostDeactivate"),ce=c(H,"checkCanReturnFocus"),be=c(H,"returnFocus","returnFocusOnDeactivate");ee==null||ee();var de=function(){E0(function(){be&&E(w(s.nodeFocusedBeforeActivation)),J==null||J()})};return be&&ce?(ce(w(s.nodeFocusedBeforeActivation)).then(de,de),this):(de(),this)},pause:function(D){return s.active?(s.manuallyPaused=!0,this._setPausedState(!0,D)):this},unpause:function(D){return s.active?(s.manuallyPaused=!1,o[o.length-1]!==this?this:this._setPausedState(!1,D)):this},updateContainerElements:function(D){var H=[].concat(D).filter(Boolean);return s.containers=H.map(function(ee){return typeof ee=="string"?n.querySelector(ee):ee}),s.active&&d(),B(),this}},Object.defineProperties(l,{_isManuallyPaused:{value:function(){return s.manuallyPaused}},_setPausedState:{value:function(D,H){if(s.paused===D)return this;if(s.paused=D,D){var ee=c(H,"onPause"),J=c(H,"onPostPause");ee==null||ee(),C(),B(),J==null||J()}else{var ce=c(H,"onUnpause"),be=c(H,"onPostUnpause");ce==null||ce(),d(),F(),B(),be==null||be()}return this}}}),l.updateContainerElements(t),l};/*!
|
|
58
|
+
*/function Hf(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function a$(e){if(Array.isArray(e))return Hf(e)}function l$(e,t,n){return(t=p$(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c$(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function u$(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
59
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function s0(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function a0(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?s0(Object(n),!0).forEach(function(r){l$(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s0(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function f$(e){return a$(e)||c$(e)||h$(e)||u$()}function d$(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function p$(e){var t=d$(e,"string");return typeof t=="symbol"?t:t+""}function h$(e,t){if(e){if(typeof e=="string")return Hf(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Hf(e,t):void 0}}var l0={activateTrap:function(t,n){if(t.length>0){var r=t[t.length-1];r!==n&&r._setPausedState(!0)}var o=t.indexOf(n);o===-1||t.splice(o,1),t.push(n)},deactivateTrap:function(t,n){var r=t.indexOf(n);r!==-1&&t.splice(r,1),t.length>0&&!t[t.length-1]._isManuallyPaused()&&t[t.length-1]._setPausedState(!1)}},g$=function(t){return t.tagName&&t.tagName.toLowerCase()==="input"&&typeof t.select=="function"},m$=function(t){return(t==null?void 0:t.key)==="Escape"||(t==null?void 0:t.key)==="Esc"||(t==null?void 0:t.keyCode)===27},Fo=function(t){return(t==null?void 0:t.key)==="Tab"||(t==null?void 0:t.keyCode)===9},y$=function(t){return Fo(t)&&!t.shiftKey},b$=function(t){return Fo(t)&&t.shiftKey},c0=function(t){return setTimeout(t,0)},Oo=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return typeof t=="function"?t.apply(void 0,r):t},pa=function(t){return t.target.shadowRoot&&typeof t.composedPath=="function"?t.composedPath()[0]:t.target},v$=[],w$=function(t,n){var r=(n==null?void 0:n.document)||document,o=(n==null?void 0:n.trapStack)||v$,i=a0({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:y$,isKeyBackward:b$},n),s={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,manuallyPaused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0},a,c=function(N,j,W){return N&&N[j]!==void 0?N[j]:i[W||j]},u=function(N,j){var W=typeof(j==null?void 0:j.composedPath)=="function"?j.composedPath():void 0;return s.containerGroups.findIndex(function(X){var ie=X.container,de=X.tabbableNodes;return ie.contains(N)||(W==null?void 0:W.includes(ie))||de.find(function(se){return se===N})})},l=function(N){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},W=j.hasFallback,X=W===void 0?!1:W,ie=j.params,de=ie===void 0?[]:ie,se=i[N];if(typeof se=="function"&&(se=se.apply(void 0,f$(de))),se===!0&&(se=void 0),!se){if(se===void 0||se===!1)return se;throw new Error("`".concat(N,"` was specified but was not a node, or did not return a node"))}var we=se;if(typeof se=="string"){try{we=r.querySelector(se)}catch(Se){throw new Error("`".concat(N,'` appears to be an invalid selector; error="').concat(Se.message,'"'))}if(!we&&!X)throw new Error("`".concat(N,"` as selector refers to no known node"))}return we},f=function(){var N=l("initialFocus",{hasFallback:!0});if(N===!1)return!1;if(N===void 0||N&&!Wf(N,i.tabbableOptions))if(u(r.activeElement)>=0)N=r.activeElement;else{var j=s.tabbableGroups[0],W=j&&j.firstTabbableNode;N=W||l("fallbackFocus")}else N===null&&(N=l("fallbackFocus"));if(!N)throw new Error("Your focus-trap needs to have at least one focusable element");return N},d=function(){if(s.containerGroups=s.containers.map(function(N){var j=i$(N,i.tabbableOptions),W=o$(N,i.tabbableOptions),X=j.length>0?j[0]:void 0,ie=j.length>0?j[j.length-1]:void 0,de=W.find(function(Se){return Li(Se)}),se=W.slice().reverse().find(function(Se){return Li(Se)}),we=!!j.find(function(Se){return li(Se)>0});return{container:N,tabbableNodes:j,focusableNodes:W,posTabIndexesFound:we,firstTabbableNode:X,lastTabbableNode:ie,firstDomTabbableNode:de,lastDomTabbableNode:se,nextTabbableNode:function(Z){var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,le=j.indexOf(Z);return le<0?ne?W.slice(W.indexOf(Z)+1).find(function(Ie){return Li(Ie)}):W.slice(0,W.indexOf(Z)).reverse().find(function(Ie){return Li(Ie)}):j[le+(ne?1:-1)]}}}),s.tabbableGroups=s.containerGroups.filter(function(N){return N.tabbableNodes.length>0}),s.tabbableGroups.length<=0&&!l("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(s.containerGroups.find(function(N){return N.posTabIndexesFound})&&s.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")},m=function(N){var j=N.activeElement;if(j)return j.shadowRoot&&j.shadowRoot.activeElement!==null?m(j.shadowRoot):j},w=function(N){if(N!==!1&&N!==m(document)){if(!N||!N.focus){w(f());return}N.focus({preventScroll:!!i.preventScroll}),s.mostRecentlyFocusedNode=N,g$(N)&&N.select()}},v=function(N){var j=l("setReturnFocus",{params:[N]});return j||(j===!1?!1:N)},T=function(N){var j=N.target,W=N.event,X=N.isBackward,ie=X===void 0?!1:X;j=j||pa(W),d();var de=null;if(s.tabbableGroups.length>0){var se=u(j,W),we=se>=0?s.containerGroups[se]:void 0;if(se<0)ie?de=s.tabbableGroups[s.tabbableGroups.length-1].lastTabbableNode:de=s.tabbableGroups[0].firstTabbableNode;else if(ie){var Se=s.tabbableGroups.findIndex(function(_){var F=_.firstTabbableNode;return j===F});if(Se<0&&(we.container===j||Wf(j,i.tabbableOptions)&&!Li(j,i.tabbableOptions)&&!we.nextTabbableNode(j,!1))&&(Se=se),Se>=0){var Z=Se===0?s.tabbableGroups.length-1:Se-1,ne=s.tabbableGroups[Z];de=li(j)>=0?ne.lastTabbableNode:ne.lastDomTabbableNode}else Fo(W)||(de=we.nextTabbableNode(j,!1))}else{var le=s.tabbableGroups.findIndex(function(_){var F=_.lastTabbableNode;return j===F});if(le<0&&(we.container===j||Wf(j,i.tabbableOptions)&&!Li(j,i.tabbableOptions)&&!we.nextTabbableNode(j))&&(le=se),le>=0){var Ie=le===s.tabbableGroups.length-1?0:le+1,Y=s.tabbableGroups[Ie];de=li(j)>=0?Y.firstTabbableNode:Y.firstDomTabbableNode}else Fo(W)||(de=we.nextTabbableNode(j))}}else de=l("fallbackFocus");return de},b=function(N){var j=pa(N);if(!(u(j,N)>=0)){if(Oo(i.clickOutsideDeactivates,N)){a.deactivate({returnFocus:i.returnFocusOnDeactivate});return}Oo(i.allowOutsideClick,N)||N.preventDefault()}},g=function(N){var j=pa(N),W=u(j,N)>=0;if(W||j instanceof Document)W&&(s.mostRecentlyFocusedNode=j);else{N.stopImmediatePropagation();var X,ie=!0;if(s.mostRecentlyFocusedNode)if(li(s.mostRecentlyFocusedNode)>0){var de=u(s.mostRecentlyFocusedNode),se=s.containerGroups[de].tabbableNodes;if(se.length>0){var we=se.findIndex(function(Se){return Se===s.mostRecentlyFocusedNode});we>=0&&(i.isKeyForward(s.recentNavEvent)?we+1<se.length&&(X=se[we+1],ie=!1):we-1>=0&&(X=se[we-1],ie=!1))}}else s.containerGroups.some(function(Se){return Se.tabbableNodes.some(function(Z){return li(Z)>0})})||(ie=!1);else ie=!1;ie&&(X=T({target:s.mostRecentlyFocusedNode,isBackward:i.isKeyBackward(s.recentNavEvent)})),w(X||s.mostRecentlyFocusedNode||f())}s.recentNavEvent=void 0},h=function(N){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;s.recentNavEvent=N;var W=T({event:N,isBackward:j});W&&(Fo(N)&&N.preventDefault(),w(W))},y=function(N){(i.isKeyForward(N)||i.isKeyBackward(N))&&h(N,i.isKeyBackward(N))},S=function(N){m$(N)&&Oo(i.escapeDeactivates,N)!==!1&&(N.preventDefault(),a.deactivate())},E=function(N){var j=pa(N);u(j,N)>=0||Oo(i.clickOutsideDeactivates,N)||Oo(i.allowOutsideClick,N)||(N.preventDefault(),N.stopImmediatePropagation())},R=function(){if(s.active)return l0.activateTrap(o,a),s.delayInitialFocusTimer=i.delayInitialFocus?c0(function(){w(f())}):w(f()),r.addEventListener("focusin",g,!0),r.addEventListener("mousedown",b,{capture:!0,passive:!1}),r.addEventListener("touchstart",b,{capture:!0,passive:!1}),r.addEventListener("click",E,{capture:!0,passive:!1}),r.addEventListener("keydown",y,{capture:!0,passive:!1}),r.addEventListener("keydown",S),a},I=function(){if(s.active)return r.removeEventListener("focusin",g,!0),r.removeEventListener("mousedown",b,!0),r.removeEventListener("touchstart",b,!0),r.removeEventListener("click",E,!0),r.removeEventListener("keydown",y,!0),r.removeEventListener("keydown",S),a},A=function(N){var j=N.some(function(W){var X=Array.from(W.removedNodes);return X.some(function(ie){return ie===s.mostRecentlyFocusedNode})});j&&w(f())},$=typeof window<"u"&&"MutationObserver"in window?new MutationObserver(A):void 0,D=function(){$&&($.disconnect(),s.active&&!s.paused&&s.containers.map(function(N){$.observe(N,{subtree:!0,childList:!0})}))};return a={get active(){return s.active},get paused(){return s.paused},activate:function(N){if(s.active)return this;var j=c(N,"onActivate"),W=c(N,"onPostActivate"),X=c(N,"checkCanFocusTrap");X||d(),s.active=!0,s.paused=!1,s.nodeFocusedBeforeActivation=r.activeElement,j==null||j();var ie=function(){X&&d(),R(),D(),W==null||W()};return X?(X(s.containers.concat()).then(ie,ie),this):(ie(),this)},deactivate:function(N){if(!s.active)return this;var j=a0({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},N);clearTimeout(s.delayInitialFocusTimer),s.delayInitialFocusTimer=void 0,I(),s.active=!1,s.paused=!1,D(),l0.deactivateTrap(o,a);var W=c(j,"onDeactivate"),X=c(j,"onPostDeactivate"),ie=c(j,"checkCanReturnFocus"),de=c(j,"returnFocus","returnFocusOnDeactivate");W==null||W();var se=function(){c0(function(){de&&w(v(s.nodeFocusedBeforeActivation)),X==null||X()})};return de&&ie?(ie(v(s.nodeFocusedBeforeActivation)).then(se,se),this):(se(),this)},pause:function(N){return s.active?(s.manuallyPaused=!0,this._setPausedState(!0,N)):this},unpause:function(N){return s.active?(s.manuallyPaused=!1,o[o.length-1]!==this?this:this._setPausedState(!1,N)):this},updateContainerElements:function(N){var j=[].concat(N).filter(Boolean);return s.containers=j.map(function(W){return typeof W=="string"?r.querySelector(W):W}),s.active&&d(),D(),this}},Object.defineProperties(a,{_isManuallyPaused:{value:function(){return s.manuallyPaused}},_setPausedState:{value:function(N,j){if(s.paused===N)return this;if(s.paused=N,N){var W=c(j,"onPause"),X=c(j,"onPostPause");W==null||W(),I(),D(),X==null||X()}else{var ie=c(j,"onUnpause"),de=c(j,"onPostUnpause");ie==null||ie(),d(),R(),D(),de==null||de()}return this}}}),a.updateContainerElements(t),a};/*!
|
|
65
60
|
* focus-trap-vue v4.0.2
|
|
66
61
|
* (c) 2023 Eduardo San Martin Morote
|
|
67
62
|
* @license MIT
|
|
68
|
-
*/function oB(e){return e}const V$={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object};Object.assign({active:{type:Boolean,default:!0}},V$);var z$=Object.defineProperty,T0=Object.getOwnPropertySymbols,W$=Object.prototype.hasOwnProperty,H$=Object.prototype.propertyIsEnumerable,A0=(e,t,r)=>t in e?z$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,G$=(e,t)=>{for(var r in t||(t={}))W$.call(t,r)&&A0(e,r,t[r]);if(T0)for(var r of T0(t))H$.call(t,r)&&A0(e,r,t[r]);return e};const R0=(e,t)=>{const r=e.__vccOpts||e;for(const[n,o]of t)r[n]=o;return r},K$={},Q$={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},X$=he("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),Y$=[X$];function J$(e,t){return Z(),ve("svg",Q$,Y$)}const Z$=R0(K$,[["render",J$]]),e2={},t2={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},r2=he("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),n2=[r2];function i2(e,t){return Z(),ve("svg",t2,n2)}G$({},{Deselect:Z$,OpenIndicator:R0(e2,[["render",i2]])});const o2=["aria-label"],s2=Me({__name:"OcSpinner",props:{ariaLabel:{default:""},size:{default:"medium"}},setup(e){const t=V(()=>["oc-spinner",`oc-spinner-${ii(e.size||"medium")}`]);return(r,n)=>(Z(),ve("span",{class:K.normalizeClass(t.value),"aria-label":r.ariaLabel,tabindex:"-1",role:"img"},null,10,o2))}}),a2={class:"oc-thead"},l2=Me({name:"OcTableHead",__name:"OcTableHead",setup(e){return(t,r)=>(Z(),ve("thead",a2,[Ge(t.$slots,"default")]))}}),c2=Me({name:"OcTableBody",__name:"OcTableBody",setup(e){return(t,r)=>(Z(),ve("tbody",null,[Ge(t.$slots,"default")]))}}),_0=({target:e,mode:t="show",rootMargin:r="100px",onVisibleCallback:n})=>{if(!(window&&"IntersectionObserver"in window))return{isVisible:ue(!0)};const i=ue(!1),s=new IntersectionObserver(l=>{const c=l.at(-1).isIntersecting;i.value=c,y(i)&&n&&n(),t!=="showHide"&&i.value&&s.unobserve(e.value)},{rootMargin:r});return Et(e,()=>{s.observe(e.value)}),Gr(()=>s.disconnect()),{isVisible:i}},I0=Me({__name:"OcTableCell",props:{alignH:{default:"left"},alignV:{default:"middle"},type:{default:"td"},width:{default:"auto"},wrap:{}},emits:["click"],setup(e,{emit:t}){const r=t,n=V(()=>{const o=["oc-table-cell",`oc-table-cell-align-${e.alignH}`,`oc-table-cell-align-${e.alignV}`,`oc-table-cell-width-${e.width}`];return e.wrap&&o.push(`oc-text-${e.wrap}`),o});return(o,i)=>(Z(),Ce(Hn(o.type),{class:K.normalizeClass(n.value),onClick:i[0]||(i[0]=s=>r("click",s))},{default:Te(()=>[Ge(o.$slots,"default")]),_:3},8,["class"]))}}),C0=Me({__name:"OcTableTd",props:{alignH:{default:"left"},alignV:{default:"middle"},width:{default:"auto"},wrap:{}},setup(e){return(t,r)=>(Z(),Ce(I0,{type:"td","align-h":t.alignH,"align-v":t.alignV,width:t.width,wrap:t.wrap,class:"oc-td"},{default:Te(()=>[Ge(t.$slots,"default")]),_:3},8,["align-h","align-v","width","wrap"]))}}),F0=Me({__name:"OcTableTr",props:{lazy:{}},emits:["contextmenu","click","dragstart","drop","dragenter","dragleave","dragover","mouseleave","itemVisible"],setup(e,{emit:t}){const r=t,n=Pd((l,c)=>{let u;return{get(){return l(),u},set(a){u=a,c()}}}),o=V(()=>e.lazy?e.lazy.colspan:1),{isVisible:i}=e.lazy?_0({...e.lazy,target:n,onVisibleCallback:()=>r("itemVisible")}):{isVisible:ue(!0)},s=V(()=>!y(i));return e.lazy||r("itemVisible"),(l,c)=>(Z(),ve("tr",{ref_key:"observerTarget",ref:n,onClick:c[0]||(c[0]=u=>l.$emit("click",u)),onContextmenu:c[1]||(c[1]=u=>l.$emit("contextmenu",u)),onDragstart:c[2]||(c[2]=u=>l.$emit("dragstart",u)),onDrop:c[3]||(c[3]=u=>l.$emit("drop",u)),onDragenter:c[4]||(c[4]=u=>l.$emit("dragenter",u)),onDragleave:c[5]||(c[5]=u=>l.$emit("dragleave",u)),onDragover:c[6]||(c[6]=u=>l.$emit("dragover",u)),onMouseleave:c[7]||(c[7]=u=>l.$emit("mouseleave",u))},[s.value?(Z(),Ce(C0,{key:0,colspan:o.value},{default:Te(()=>c[8]||(c[8]=[he("span",{class:"shimmer"},null,-1)])),_:1},8,["colspan"])):Ge(l.$slots,"default",{key:1})],544))}}),u2=Me({__name:"OcTableTh",props:{alignH:{default:"left"},alignV:{default:"middle"},width:{default:"auto"},wrap:{}},emits:["click"],setup(e){return(t,r)=>(Z(),Ce(I0,{type:"th","align-h":t.alignH,"align-v":t.alignV,width:t.width,wrap:t.wrap,class:"oc-th",onClick:r[0]||(r[0]=n=>t.$emit("click",n))},{default:Te(()=>[Ge(t.$slots,"default")]),_:3},8,["align-h","align-v","width","wrap"]))}}),f2={key:0,class:"oc-table-thead-content"},d2=["textContent"],p2={key:1},h2={key:0,class:"oc-table-thead-content"},g2=["textContent"],m2={key:1,class:"oc-table-footer"},y2={class:"oc-table-footer-row"},b2=["colspan"],P0="asc",ed="desc",v2=Me({__name:"OcTable",props:{data:{},fields:{},disabled:{default:()=>[]},dragDrop:{type:Boolean,default:!1},hasHeader:{type:Boolean,default:!0},headerPosition:{default:0},highlighted:{},hover:{type:Boolean,default:!1},idKey:{default:"id"},itemDomSelector:{type:Function},lazy:{type:Boolean,default:!1},paddingX:{default:"small"},sortBy:{},sortDir:{},sticky:{type:Boolean,default:!1}},emits:[wf,Lb,kb,Nb,$b,Db,KF,"dropRowStyling","itemVisible"],setup(e,{emit:t}){const r=t,n={EVENT_THEAD_CLICKED:kb,EVENT_TROW_CLICKED:Nb,EVENT_TROW_MOUNTED:$b,EVENT_TROW_CONTEXTMENU:Db},{$gettext:o}=Ne.useGettext(),i=B=>e.itemDomSelector?e.itemDomSelector(B):B[e.idKey],s=V(()=>{const B=["oc-table"];return e.hover&&B.push("oc-table-hover"),e.sticky&&B.push("oc-table-sticky"),B}),l=V(()=>e.fields.length),c=B=>{B.preventDefault()},u=(B,$)=>{r(Lb,B,$)},a=(B,$)=>{r(wf,B,$)},f=(B,$,D)=>{r("dropRowStyling",B,$,D)},d=B=>B.type==="slot",b=B=>["callback","function"].indexOf(B.type)>=0,E=B=>Object.prototype.hasOwnProperty.call(B,"title")?B.title:B.name,w=()=>({class:s.value}),R=(B,$)=>{const D=g(B);return D.class=`oc-table-header-cell oc-table-header-cell-${B.name}`,Object.prototype.hasOwnProperty.call(B,"thClass")&&(D.class+=` ${B.thClass}`),e.sticky&&(D.style=`top: ${e.headerPosition}px;`),$===0&&(D.class+=` oc-pl-${ii(e.paddingX)} `),$===e.fields.length-1&&(D.class+=` oc-pr-${ii(e.paddingX)}`),C(D,B),D},S=(B,$)=>({...e.lazy&&{lazy:{colspan:l.value}},class:["oc-tbody-tr",`oc-tbody-tr-${i(B)||$}`,v(B)?"oc-table-highlighted":void 0,T(B)?"oc-table-disabled":void 0].filter(Boolean)}),m=(B,$,D)=>{const H=g(B);return H.class=`oc-table-data-cell oc-table-data-cell-${B.name}`,Object.prototype.hasOwnProperty.call(B,"tdClass")&&(H.class+=` ${B.tdClass}`),Object.prototype.hasOwnProperty.call(B,"wrap")&&(H.wrap=B.wrap),$===0&&(H.class+=` oc-pl-${ii(e.paddingX)} `),$===e.fields.length-1&&(H.class+=` oc-pr-${ii(e.paddingX)}`),Object.prototype.hasOwnProperty.call(B,"accessibleLabelCallback")&&(H["aria-label"]=B.accessibleLabelCallback(D)),H},g=B=>({...(B==null?void 0:B.alignH)&&{alignH:B.alignH},...(B==null?void 0:B.alignV)&&{alignV:B.alignV},...(B==null?void 0:B.width)&&{width:B.width},class:void 0,wrap:void 0,style:void 0}),v=B=>e.highlighted?Array.isArray(e.highlighted)?e.highlighted.indexOf(B[e.idKey])>-1:e.highlighted===B[e.idKey]:!1,T=B=>e.disabled.length?e.disabled.indexOf(B[e.idKey])>-1:!1,A=(B,$,D)=>{const H=[D[e.idKey],$+1].filter(Boolean);return d(B)?[...H,B.name].join("-"):b(B)?[...H,B.callback(D[B.name])].join("-"):[...H,D[B.name]].join("-")},F=B=>o("Sort by %{ name }",{name:B}),C=(B,$)=>{if(!I($))return;let D="none";e.sortBy===$.name&&(D=e.sortDir===P0?"ascending":"descending"),B["aria-sort"]=D},I=({sortable:B})=>!!B,L=B=>{if(!I(B))return;let $=e.sortDir;e.sortBy===B.name&&e.sortDir!==void 0&&($=e.sortDir===ed?P0:ed),(e.sortBy!==B.name||e.sortDir===void 0)&&($=B.sortDir||ed),r("sort",{sortBy:B.name,sortDir:$})};return(B,$)=>{const D=pe("oc-icon");return Z(),ve("table",Yt(w(),{class:"has-item-context-menu"}),[B.hasHeader?(Z(),Ce(l2,{key:0},{default:Te(()=>[we(F0,{class:"oc-table-header-row"},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(B.fields,(H,ee)=>(Z(),Ce(u2,Yt({key:`oc-thead-${H.name}`,ref_for:!0},R(H,ee)),{default:Te(()=>[H.sortable?(Z(),Ce(f$,{key:0,"aria-label":F(H.name),appearance:"raw",class:"oc-button-sort oc-width-1-1",onClick:J=>L(H)},{default:Te(()=>[H.headerType==="slot"?(Z(),ve("span",f2,[Ge(B.$slots,H.name+"Header")])):(Z(),ve("span",{key:1,class:"oc-table-thead-content header-text",textContent:K.toDisplayString(E(H))},null,8,d2)),we(D,{name:B.sortDir==="asc"?"arrow-down":"arrow-up","fill-type":"line",class:K.normalizeClass({"oc-invisible-sr":B.sortBy!==H.name}),size:"small",variation:"passive"},null,8,["name","class"])]),_:2},1032,["aria-label","onClick"])):(Z(),ve("div",p2,[H.headerType==="slot"?(Z(),ve("span",h2,[Ge(B.$slots,H.name+"Header")])):(Z(),ve("span",{key:1,class:"oc-table-thead-content header-text",textContent:K.toDisplayString(E(H))},null,8,g2))]))]),_:2},1040))),128))]),_:3})]),_:3})):ke("",!0),we(c2,{class:"has-item-context-menu"},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(B.data,(H,ee)=>(Z(),Ce(F0,Yt({key:`oc-tbody-tr-${i(H)||ee}`,ref_for:!0,ref:`row-${ee}`},S(H,ee),{"data-item-id":H[B.idKey],draggable:B.dragDrop,onClick:J=>B.$emit(n.EVENT_TROW_CLICKED,[H,J]),onContextmenu:J=>B.$emit(n.EVENT_TROW_CONTEXTMENU,B.$refs[`row-${ee}`][0],J,H),onVnodeMounted:J=>B.$emit(n.EVENT_TROW_MOUNTED,H,B.$refs[`row-${ee}`][0]),onDragstart:J=>u(H,J),onDrop:J=>a(i(H),J),onDragenter:Tr(J=>f(i(H),!1,J),["prevent"]),onDragleave:Tr(J=>f(i(H),!0,J),["prevent"]),onMouseleave:J=>f(i(H),!0,J),onDragover:$[0]||($[0]=J=>c(J)),onItemVisible:J=>B.$emit("itemVisible",H)}),{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(B.fields,(J,ce)=>(Z(),Ce(C0,Yt({key:"oc-tbody-td-"+A(J,ce,H),ref_for:!0},m(J,ce,H)),{default:Te(()=>[d(J)?Ge(B.$slots,J.name,{key:0,item:H}):b(J)?(Z(),ve(Ye,{key:1},[Bt(K.toDisplayString(J.callback(H[J.name])),1)],64)):(Z(),ve(Ye,{key:2},[Bt(K.toDisplayString(H[J.name]),1)],64))]),_:2},1040))),128))]),_:2},1040,["data-item-id","draggable","onClick","onContextmenu","onVnodeMounted","onDragstart","onDrop","onDragenter","onDragleave","onMouseleave","onItemVisible"]))),128))]),_:3}),B.$slots.footer?(Z(),ve("tfoot",m2,[he("tr",y2,[he("td",{colspan:l.value,class:"oc-table-footer-cell"},[Ge(B.$slots,"footer")],8,b2)])])):ke("",!0)],16)}}}),w2=850,S2=Me({components:{ContextMenuQuickAction:Qf,ResourceGhostElement:Xf,ResourceListItem:Oo,ResourceSize:f0,OcTable:v2,OcSpinner:s2},props:{resources:{type:Array,required:!0},resourceDomSelector:{type:Function,required:!1,default:e=>ie.extractDomSelector(e.id)},arePathsDisplayed:{type:Boolean,required:!1,default:!1},areThumbnailsDisplayed:{type:Boolean,required:!1,default:!0},selectedIds:{type:Array,default:()=>[]},hasActions:{type:Boolean,required:!1,default:!0},targetRouteCallback:{type:Function,required:!1,default:void 0},areResourcesClickable:{type:Boolean,required:!1,default:!0},headerPosition:{type:Number,required:!1,default:0},isSelectable:{type:Boolean,required:!1,default:!0},isSideBarOpen:{type:Boolean,required:!1,default:!1},paddingX:{type:String,required:!1,default:"small",validator:e=>/(xsmall|small|medium|large|xlarge)/.test(e)},dragDrop:{type:Boolean,required:!1,default:!1},viewMode:{type:String,default:()=>Gt.defaultModeName,validator:e=>[Gt.name.condensedTable,Gt.name.table].includes(e)},hover:{type:Boolean,required:!1,default:!0},sortBy:{type:String,required:!1,default:void 0},fieldsDisplayed:{type:Array,required:!1,default:null},sortDir:{type:String,required:!1,default:void 0,validator:e=>e===void 0||[Ft.Asc.toString(),Ft.Desc.toString()].includes(e)},space:{type:Object,required:!1,default:null},resourceType:{type:String,default:"file"},lazy:{type:Boolean,default:!0},groupingSettings:{type:Object,required:!1,default:null}},emits:["fileClick","sort","rowMounted",Df,"update:selectedIds","update:modelValue"],setup(e,t){const r=We(),n=tr(),{getMatchingSpace:o}=ar(),{canBeOpenedWithSecureView:i}=Vf(),s=ai({space:ue(e.space),targetRouteCallback:V(()=>e.targetRouteCallback)}),{isSticky:l}=jf(),{isLocationPicker:c,isFilePicker:u,postMessage:a,isEnabled:f,fileTypes:d}=ni(),{getDefaultAction:b}=qr(),E=at(),{options:w}=Qe.storeToRefs(E),R=_o(),{resources:S,action:m}=Qe.storeToRefs(R),g=Yn(),{userContextReady:v}=Qe.storeToRefs(g),T=Ke(),{areFileExtensionsShown:A,latestSelectedId:F,deleteQueue:C}=Qe.storeToRefs(T),I=ue(),L=ue(),B=ue(),{width:$}=Mn.useWindowSize(),D=V(()=>n.filesTags&&$.value>=w2),{actions:H}=aa(),{actions:ee}=zv(),J=V(()=>y(H)[0].handler),ce=V(()=>y(ee)[0].handler),be=Q=>Q.length>7?Q:"",de=Q=>{var x;return y(f)&&((x=y(d))!=null&&x.length)?!y(d).includes(Q.extension)&&!y(d).includes(Q.mimeType)&&!Q.isFolder:Q.processing===!0||oe(Q.id)},Se=V(()=>{var Q,x;return((x=(Q=e.resources)==null?void 0:Q.filter(k=>de(k)===!0))==null?void 0:x.map(k=>k.id))||[]}),Ae=Q=>!e.areResourcesClickable||ie.isProjectSpaceResource(Q)&&Q.disabled||!Q.isFolder&&(!Q.canDownload()&&!i(Q)||y(f)&&!y(u))?!1:!y(Se).includes(Q.id),ne=Q=>{Xe.publish("app.files.list.clicked"),t.emit("update:selectedIds",Q)},ae=Q=>{T.toggleSelection(Q),ne(T.selectedIds)},le=Q=>{if(Q.isFolder)return s.getFolderLink(Q);let x=e.space;x||(x=o(Q));const k=b({resources:[Q],space:x});if(k!=null&&k.route)return k.route({space:x,resources:[Q]})},oe=Q=>y(C).includes(Q);return{router:r,configOptions:w,dragItem:I,ghostElement:L,contextMenuButton:B,getTagToolTip:be,renameActions:H,renameActionsSpace:ee,renameHandler:J,renameHandlerSpace:ce,FolderViewModeConstants:Gt,hasTags:D,disabledResources:Se,isResourceDisabled:de,userContextReady:v,getMatchingSpace:o,clipboardResources:S,clipboardAction:m,...fa({space:ue(e.space),targetRouteCallback:V(()=>e.targetRouteCallback)},t),...s,postMessage:a,isFilePicker:u,isLocationPicker:c,isEmbedModeEnabled:f,emitSelect:ne,toggleSelection:ae,areFileExtensionsShown:A,latestSelectedId:F,isResourceClickable:Ae,getResourceLink:le,isSticky:l,isResourceInDeleteQueue:oe}},data(){return{constants:{ImageDimension:Vr,EVENT_TROW_MOUNTED:_v}}},computed:{fields(){if(this.resources.length===0)return[];const e=this.resources[0],t=[];this.isSelectable&&t.push({name:"select",title:"",type:"slot",headerType:"slot",width:"shrink"});const r=Sh(e);return t.push(...[{name:"name",title:this.$gettext("Name"),type:"slot",width:"expand",wrap:"truncate"},{name:"manager",prop:"members",title:this.$gettext("Manager"),type:"slot"},{name:"members",title:this.$gettext("Members"),prop:"members",type:"slot"},{name:"totalQuota",prop:"spaceQuota.total",title:this.$gettext("Total quota"),type:"slot",sortable:!0},{name:"usedQuota",prop:"spaceQuota.used",title:this.$gettext("Used quota"),type:"slot",sortable:!0},{name:"remainingQuota",prop:"spaceQuota.remaining",title:this.$gettext("Remaining quota"),type:"slot",sortable:!0},{name:"indicators",title:this.$gettext("Status"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"size",title:this.$gettext("Size"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"syncEnabled",title:this.$gettext("Info"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"status",prop:"disabled",title:this.$gettext("Status"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"tags",title:this.$gettext("Tags"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"sharedBy",title:this.$gettext("Shared by"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"sharedWith",title:this.$gettext("Shared with"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"mdate",title:this.$gettext("Modified"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:n=>this.formatDateRelative(n.mdate)+" ("+this.formatDate(n.mdate)+")"},{name:"sdate",title:this.$gettext("Shared on"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:n=>this.formatDateRelative(n.sdate)+" ("+this.formatDate(n.sdate)+")"},{name:"ddate",title:this.$gettext("Deleted"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:n=>this.formatDateRelative(n.ddate)+" ("+this.formatDate(n.ddate)+")"}].filter(n=>{if(n.name==="tags"&&!this.hasTags)return!1;let o;return n.prop?o=Pl(e,n.prop)!==void 0:o=Object.prototype.hasOwnProperty.call(e,n.name),this.fieldsDisplayed?o&&this.fieldsDisplayed.includes(n.name):o}).map(n=>{const o=r.find(i=>i.name===n.name);return o&&Object.assign(n,{sortable:o.sortable,sortDir:o.sortDir}),n})),this.hasActions&&t.push({name:"actions",title:this.$gettext("Actions"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"}),t},areAllResourcesSelected(){const e=this.disabledResources.length===this.resources.length,t=this.selectedResources.length===this.resources.length-this.disabledResources.length;return!e&&t},selectAllCheckboxLabel(){return this.areAllResourcesSelected?this.$gettext("Clear selection"):this.$gettext("Select all")},selectedResources(){return this.resources.filter(e=>this.selectedIds.includes(e.id))},contextMenuLabel(){return this.$gettext("Show context menu")},dragSelection(){const e=[...this.selectedResources];return e.splice(e.findIndex(t=>t.id===this.dragItem.id),1),e}},methods:{isResourceSelected(e){return this.selectedIds.includes(e.id)},isResourceCut(e){return this.clipboardAction!==ti.Cut?!1:this.clipboardResources.some(t=>t.id===e.id)},getTagLink(e){var r;const t=(r=y(this.router.currentRoute).query)==null?void 0:r.term;return Ai("files-common-search",{query:{provider:"files.sdk",q_tags:e,...t&&{term:t}}})},getTagComponentAttrs(e){return this.userContextReady?{to:this.getTagLink(e)}:{}},isLatestSelectedItem(e){return e.id===this.latestSelectedId},hasRenameAction(e){return ie.isProjectSpaceResource(e)?this.renameActionsSpace.filter(t=>t.isVisible({resources:[e]})).length:this.renameActions.filter(t=>t.isVisible({space:this.space,resources:[e]})).length},openRenameDialog(e){if(ie.isProjectSpaceResource(e))return this.renameHandlerSpace({resources:[e]});this.renameHandler({space:this.getMatchingSpace(e),resources:[e]})},openTagsSidebar(){Xe.publish(mt.open)},openSharingSidebar(e){let t;e.type==="space"?t="space-share":t="sharing",Xe.publish(mt.openWithPanel,t)},async fileDragged(e,t){this.dragDrop&&(await this.setDragItem(e,t),this.addSelectedResource(e))},fileDropped(e,t){if(!this.dragDrop||(t.dataTransfer.types||[]).some(s=>s==="Files"))return;this.dragItem=null;const i=t.target.closest("tr").dataset.itemId;this.dropRowStyling(e,!0,t),this.$emit(Df,i)},async setDragItem(e,t){this.dragItem=e,await this.$nextTick(),this.ghostElement.$el.ariaHidden="true",this.ghostElement.$el.style.left="-99999px",this.ghostElement.$el.style.top="-99999px",t.dataTransfer.setDragImage(this.ghostElement.$el,0,0),t.dataTransfer.dropEffect="move",t.dataTransfer.effectAllowed="move"},dropRowStyling(e,t,r){var s,l;if((((s=r.dataTransfer)==null?void 0:s.types)||[]).some(c=>c==="Files")||(l=r.currentTarget)!=null&&l.contains(r.relatedTarget))return;const o=document.getElementsByClassName(`oc-tbody-tr-${e}`)[0].classList,i="highlightedDropTarget";t?o.remove(i):o.add(i)},sort(e){this.$emit("sort",e)},addSelectedResource(e){this.isResourceSelected(e)||this.toggleSelection(e.id)},showContextMenuOnBtnClick(e,t){if(this.isResourceDisabled(t))return!1;const{dropdown:r,event:n}=e;(r==null?void 0:r.tippy)!==void 0&&(this.isResourceSelected(t)||this.emitSelect([t.id]),To(r.tippy,n,this.contextMenuButton))},showContextMenu(e,t,r){if(t.preventDefault(),this.isResourceDisabled(r))return!1;const n=e.$el.getElementsByClassName("resource-table-btn-action-dropdown")[0];n!==void 0&&(this.isResourceSelected(r)||this.emitSelect([r.id]),To(n._tippy,t,this.contextMenuButton))},rowMounted(e,t){this.$emit("rowMounted",e,t,this.constants.ImageDimension.Thumbnail)},fileClicked(e){var s,l;const t=e[0];if(this.isResourceDisabled(t))return;if(this.isEmbedModeEnabled&&this.isFilePicker&&!t.isFolder)return this.postMessage("opencloud-embed:file-pick",{resource:JSON.parse(JSON.stringify(t)),locationQuery:JSON.parse(JSON.stringify(Js(y(this.router.currentRoute))))});const r=e[1],n=e[2]??!1,o=(r==null?void 0:r.target).getAttribute("type")==="checkbox";if(((l=(s=r==null?void 0:r.target)==null?void 0:s.closest("div"))==null?void 0:l.id)!=="oc-files-context-menu"){if(r&&r.metaKey)return Xe.publish("app.files.list.clicked.meta",t);if(r&&r.shiftKey)return Xe.publish("app.files.list.clicked.shift",{resource:t,skipTargetSelection:n});if(!o&&!this.isResourceSelected(t))return this.emitSelect([t.id])}},formatDate(e){return Sb(new Date(e),this.$language.current)},formatDateRelative(e){return Tb(new Date(e),this.$language.current)},toggleSelectionAll(){if(this.areAllResourcesSelected)return this.emitSelect([]);this.emitSelect(this.resources.filter(e=>!this.disabledResources.includes(e.id)).map(e=>e.id))},emitFileClick(e){const t=this.getMatchingSpace(e);this.$emit("fileClick",{space:t,resources:[e]})},getResourceCheckboxLabel(e){return e.type==="folder"?this.$gettext("Select folder"):this.$gettext("Select file")},getSharedWithAvatarDescription(e){if(!ie.isShareResource(e))return;const t=e.type==="folder"?this.$gettext("folder"):this.$gettext("file"),r=e.sharedWith.filter(({shareType:n})=>ie.ShareTypes.authenticated.includes(ie.ShareTypes.getByValue(n))).length;return r?this.$ngettext("This %{ resourceType } is shared via %{ shareCount } invite","This %{ resourceType } is shared via %{ shareCount } invites",r,{resourceType:t,shareCount:r.toString()}):""},getSharedByAvatarDescription(e){if(!ie.isShareResource(e))return"";const t=e.type==="folder"?this.$gettext("folder"):this.$gettext("file");return this.$gettext("This %{ resourceType } is shared by %{ user }",{resourceType:t,user:e.sharedBy.map(({displayName:r})=>r).join(", ")})},getSharedByAvatarItems(e){return ie.isShareResource(e)?e.sharedBy.map(t=>({displayName:t.displayName,name:t.displayName,shareType:ie.ShareTypes.user.value,username:t.id})):[]},getSharedWithAvatarItems(e){return ie.isShareResource(e)?e.sharedWith.filter(({shareType:t})=>ie.ShareTypes.authenticated.includes(ie.ShareTypes.getByValue(t))).map(t=>({displayName:t.displayName,name:t.displayName,shareType:t.shareType,username:t.id})):[]}}}),E2={class:"resource-table-select-all"},T2={class:"oc-text-truncate"},A2=["textContent"],R2=["textContent"],_2=["textContent"],I2={key:0,class:"resource-table-actions"};function C2(e,t,r,n,o,i){const s=pe("oc-checkbox"),l=pe("oc-spinner"),c=pe("resource-list-item"),u=pe("oc-icon"),a=pe("oc-button"),f=pe("resource-size"),d=pe("oc-tag"),b=pe("oc-status-indicators"),E=pe("oc-avatars"),w=pe("context-menu-quick-action"),R=pe("oc-table"),S=pe("resource-ghost-element"),m=or("oc-tooltip");return Z(),ve(Ye,null,[we(R,Yt(e.$attrs,{id:"files-space-table",class:[{condensed:e.viewMode===e.FolderViewModeConstants.name.condensedTable,"files-table":e.resourceType==="file","files-table-squashed":e.resourceType==="file"&&e.isSideBarOpen,"spaces-table":e.resourceType==="space","spaces-table-squashed":e.resourceType==="space"&&e.isSideBarOpen}],data:e.resources,fields:e.fields,highlighted:e.selectedIds,disabled:e.disabledResources,sticky:e.isSticky,"header-position":e.headerPosition,"drag-drop":e.dragDrop,hover:e.hover,"item-dom-selector":e.resourceDomSelector,selection:e.selectedResources,"sort-by":e.sortBy,"sort-dir":e.sortDir,lazy:e.lazy,"grouping-settings":e.groupingSettings,"padding-x":"medium",onHighlight:e.fileClicked,onRowMounted:e.rowMounted,onContextmenuClicked:e.showContextMenu,onItemDropped:e.fileDropped,onItemDragged:e.fileDragged,onDropRowStyling:e.dropRowStyling,onSort:e.sort,"onUpdate:modelValue":t[0]||(t[0]=g=>e.$emit("update:modelValue",g))}),Yd({name:Te(({item:g})=>[he("div",{class:K.normalizeClass(["resource-table-resource-wrapper",[{"resource-table-resource-wrapper-limit-max-width":e.hasRenameAction(g)}]])},[Ge(e.$slots,"image",{resource:g}),(Z(),Ce(c,{key:`${g.path}-${e.resourceDomSelector(g)}-${g.thumbnail}`,resource:g,"path-prefix":e.getPathPrefix(g),"is-path-displayed":e.arePathsDisplayed,"parent-folder-name":e.getParentFolderName(g),"is-icon-displayed":!e.$slots.image,"is-extension-displayed":e.areFileExtensionsShown,"is-resource-clickable":e.isResourceClickable(g),link:e.getResourceLink(g),"parent-folder-link":e.getParentFolderLink(g),"parent-folder-link-icon-additional-attributes":e.getParentFolderLinkIconAdditionalAttributes(g),class:K.normalizeClass({"resource-table-resource-cut":e.isResourceCut(g)}),onClick:v=>e.emitFileClick(g)},null,8,["resource","path-prefix","is-path-displayed","parent-folder-name","is-icon-displayed","is-extension-displayed","is-resource-clickable","link","parent-folder-link","parent-folder-link-icon-additional-attributes","class","onClick"])),e.hasRenameAction(g)?(Z(),Ce(a,{key:0,class:"resource-table-edit-name",appearance:"raw",onClick:v=>e.openRenameDialog(g)},{default:Te(()=>[we(u,{name:"edit-2","fill-type":"line",size:"small"})]),_:2},1032,["onClick"])):ke("",!0)],2),Ge(e.$slots,"additionalResourceContent",{resource:g})]),syncEnabled:Te(({item:g})=>[Ge(e.$slots,"syncEnabled",{resource:g})]),size:Te(({item:g})=>[we(f,{size:g.size||Number.NaN},null,8,["size"])]),tags:Te(({item:g})=>[(Z(!0),ve(Ye,null,Lt(g.tags.slice(0,2),v=>(Z(),Ce(Hn(e.userContextReady?"router-link":"span"),Yt({key:v,ref_for:!0},e.getTagComponentAttrs(v),{class:"resource-table-tag-wrapper"}),{default:Te(()=>[ot((Z(),Ce(d,{class:"resource-table-tag oc-ml-xs",rounded:!0,size:"small"},{default:Te(()=>[we(u,{name:"price-tag-3",size:"small"}),he("span",T2,K.toDisplayString(v),1)]),_:2},1024)),[[m,e.getTagToolTip(v)]])]),_:2},1040))),128)),g.tags.length>2?(Z(),Ce(d,{key:0,size:"small",class:"resource-table-tag-more",onClick:e.openTagsSidebar},{default:Te(()=>[Bt(" + "+K.toDisplayString(g.tags.length-2),1)]),_:2},1032,["onClick"])):ke("",!0)]),manager:Te(({item:g})=>[Ge(e.$slots,"manager",{resource:g})]),members:Te(({item:g})=>[Ge(e.$slots,"members",{resource:g})]),totalQuota:Te(({item:g})=>[Ge(e.$slots,"totalQuota",{resource:g})]),usedQuota:Te(({item:g})=>[Ge(e.$slots,"usedQuota",{resource:g})]),remainingQuota:Te(({item:g})=>[Ge(e.$slots,"remainingQuota",{resource:g})]),mdate:Te(({item:g})=>[ot(he("span",{tabindex:"0",textContent:K.toDisplayString(e.formatDateRelative(g.mdate))},null,8,A2),[[m,e.formatDate(g.mdate)]])]),indicators:Te(({item:g})=>[g.indicators.length?(Z(),Ce(b,{key:0,resource:g,indicators:g.indicators,"disable-handler":e.isResourceDisabled(g)},null,8,["resource","indicators","disable-handler"])):ke("",!0)]),status:Te(({item:g})=>[ot(we(u,{name:g.disabled?"stop-circle":"play-circle",size:"small","fill-type":"line"},null,8,["name"]),[[m,g.disabled?e.$gettext("Disabled"):e.$gettext("Enabled")]])]),sdate:Te(({item:g})=>[ot(he("span",{tabindex:"0",textContent:K.toDisplayString(e.formatDateRelative(g.sdate))},null,8,R2),[[m,e.formatDate(g.sdate)]])]),ddate:Te(({item:g})=>[ot(he("p",{tabindex:"0",class:"oc-m-rm",textContent:K.toDisplayString(e.formatDateRelative(g.ddate))},null,8,_2),[[m,e.formatDate(g.ddate)]])]),sharedBy:Te(({item:g})=>[we(a,{appearance:"raw-inverse",variation:"passive",class:"resource-table-shared-by",onClick:v=>e.openSharingSidebar(g)},{default:Te(()=>[we(E,{class:"resource-table-people",items:e.getSharedByAvatarItems(g),"is-tooltip-displayed":!0,"accessible-description":e.getSharedByAvatarDescription(g)},null,8,["items","accessible-description"])]),_:2},1032,["onClick"])]),sharedWith:Te(({item:g})=>[we(a,{appearance:"raw-inverse",variation:"passive",class:"resource-table-shared-with",onClick:v=>e.openSharingSidebar(g)},{default:Te(()=>[we(E,{class:"resource-table-people",items:e.getSharedWithAvatarItems(g),stacked:!0,"max-displayed":3,"is-tooltip-displayed":!0,"accessible-description":e.getSharedWithAvatarDescription(g)},null,8,["items","accessible-description"])]),_:2},1032,["onClick"])]),actions:Te(({item:g})=>[e.isResourceDisabled(g)?ke("",!0):(Z(),ve("div",I2,[Ge(e.$slots,"quickActions",{resource:g}),we(w,{ref:"contextMenuButton",item:g,"resource-dom-selector":e.resourceDomSelector,class:"resource-table-btn-action-dropdown",onQuickActionClicked:v=>e.showContextMenuOnBtnClick(v,g)},{contextMenu:Te(()=>[Ge(e.$slots,"contextMenu",{resource:g})]),_:2},1032,["item","resource-dom-selector","onQuickActionClicked"])]))]),_:2},[!e.isLocationPicker&&!e.isFilePicker?{name:"selectHeader",fn:Te(()=>[he("div",E2,[ot(we(s,{id:"resource-table-select-all",size:"large",label:e.selectAllCheckboxLabel,disabled:e.resources.length===e.disabledResources.length,"label-hidden":!0,"model-value":e.areAllResourcesSelected,onClick:Tr(e.toggleSelectionAll,["stop"])},null,8,["label","disabled","model-value","onClick"]),[[m,{content:e.selectAllCheckboxLabel,placement:"bottom"}]])])]),key:"0"}:void 0,!e.isLocationPicker&&!e.isFilePicker?{name:"select",fn:Te(({item:g})=>[e.isResourceInDeleteQueue(g.id)?(Z(),Ce(l,{key:0,class:"resource-table-activity-indicator",size:"medium"})):(Z(),Ce(s,{key:1,id:`resource-table-select-${e.resourceDomSelector(g)}`,label:e.getResourceCheckboxLabel(g),"label-hidden":!0,size:"large",disabled:e.isResourceDisabled(g),"model-value":e.isResourceSelected(g),outline:e.isLatestSelectedItem(g),onClick:Tr(v=>e.toggleSelection(g.id),["stop"])},null,8,["id","label","disabled","model-value","outline","onClick"]))]),key:"1"}:void 0,e.$slots.footer?{name:"footer",fn:Te(()=>[Ge(e.$slots,"footer")]),key:"2"}:void 0]),1040,["class","data","fields","highlighted","disabled","sticky","header-position","drag-drop","hover","item-dom-selector","selection","sort-by","sort-dir","lazy","grouping-settings","onHighlight","onRowMounted","onContextmenuClicked","onItemDropped","onItemDragged","onDropRowStyling","onSort"]),e.dragItem?(Z(),Ce(Wd,{key:0,to:"body"},[we(S,{ref:"ghostElement","preview-items":[e.dragItem,...e.dragSelection]},null,8,["preview-items"])])):ke("",!0)],64)}const F2=Ue(S2,[["render",C2]]),P2=Me({name:"ResourceTile",components:{ResourceListItem:Oo,ResourceIcon:xo,ResourceLink:Lf},props:{resource:{type:Object,default:()=>({})},resourceRoute:{type:Object,required:!1,default:null},isResourceSelected:{type:Boolean,required:!1,default:!1},isResourceClickable:{type:Boolean,required:!1,default:!0},isResourceDisabled:{type:Boolean,required:!1,default:!1},isExtensionDisplayed:{type:Boolean,default:!0},resourceIconSize:{type:String,default:"xlarge",validator:e=>["large","xlarge","xxlarge","xxxlarge"].includes(e)},lazy:{type:Boolean,default:!1}},emits:["click","contextmenu","itemVisible"],setup(e,{emit:t}){const{$gettext:r}=Ne.useGettext(),n=Pd((f,d)=>{let b;return{get(){return f(),b},set(E){b=E,d()}}}),o=V(()=>e.resource.locked||e.resource.processing),i=V(()=>e.resource.locked?{name:"lock",fillType:"fill"}:e.resource.processing?{name:"loop-right",fillType:"line"}:{}),s=V(()=>e.resource.locked?r("This item is locked"):null),l=V(()=>ie.isSpaceResource(e.resource)?e.resource.description:""),c=f=>f.thumbnail,{isVisible:u}=e.lazy?_0({target:n,onVisibleCallback:()=>t("itemVisible")}):{isVisible:ue(!0)},a=V(()=>!y(u));return e.lazy||t("itemVisible"),{statusIconAttrs:i,showStatusIcon:o,tooltipLabelIcon:s,resourceDescription:l,shouldDisplayThumbnails:c,isProjectSpaceResource:ie.isProjectSpaceResource,isHidden:a,observerTarget:n}}}),x2=["data-item-id"],O2={key:0,class:"oc-tile-card-lazy-shimmer"},k2={class:"oc-tile-card-selection"},N2=["textContent"],$2=["aria-label"],D2={class:"oc-card-body oc-p-s"},L2={class:"oc-flex oc-flex-between oc-flex-middle"},B2={class:"oc-flex oc-flex-middle oc-text-truncate resource-name-wrapper"},M2={class:"oc-flex oc-flex-middle"},j2={key:0,class:"oc-text-left oc-my-rm oc-text-truncate"},U2=["textContent"];function q2(e,t,r,n,o,i){const s=pe("oc-tag"),l=pe("oc-image"),c=pe("oc-icon"),u=pe("resource-icon"),a=pe("resource-link"),f=pe("resource-list-item"),d=or("oc-tooltip");return Z(),ve("div",{ref:"observerTarget",class:K.normalizeClass(["oc-tile-card oc-card oc-card-default oc-rounded",{"oc-tile-card-selected":e.isResourceSelected,"oc-tile-card-disabled":e.isResourceDisabled&&!e.isProjectSpaceResource(e.resource),"state-trashed":e.isResourceDisabled&&e.isProjectSpaceResource(e.resource)}]),"data-item-id":e.resource.id,onContextmenu:t[2]||(t[2]=b=>e.$emit("contextmenu",b))},[e.isHidden?(Z(),ve("div",O2)):(Z(),ve(Ye,{key:1},[we(a,{class:"oc-card-media-top oc-flex oc-flex-center oc-flex-middle oc-m-rm",resource:e.resource,link:e.resourceRoute,"is-resource-clickable":e.isResourceClickable,tabindex:"-1",onClick:t[0]||(t[0]=b=>e.$emit("click"))},{default:Te(()=>[he("div",k2,[Ge(e.$slots,"selection",{item:e.resource})]),e.isResourceDisabled&&e.isProjectSpaceResource(e.resource)?(Z(),Ce(s,{key:0,class:"resource-disabled-indicator oc-position-absolute",type:"span"},{default:Te(()=>[he("span",{textContent:K.toDisplayString(e.$gettext("Disabled"))},null,8,N2)]),_:1})):ke("",!0),ot((Z(),ve("div",{class:"oc-tile-card-preview oc-flex oc-flex-middle oc-flex-center","aria-label":e.tooltipLabelIcon},[t[3]||(t[3]=he("div",{class:"oc-tile-card-hover"},null,-1)),Ge(e.$slots,"imageField",{item:e.resource},()=>[e.shouldDisplayThumbnails(e.resource)?(Z(),Ce(l,{key:0,class:"tile-preview",src:e.resource.thumbnail},null,8,["src"])):(Z(),Ce(u,{key:1,resource:e.resource,size:e.resourceIconSize,class:"tile-default-image oc-pt-xs"},Yd({_:2},[e.showStatusIcon?{name:"status",fn:Te(()=>[we(c,Yt(e.statusIconAttrs,{size:"xsmall"}),null,16)]),key:"0"}:void 0]),1032,["resource","size"]))])],8,$2)),[[d,e.tooltipLabelIcon]])]),_:3},8,["resource","link","is-resource-clickable"]),he("div",D2,[he("div",L2,[he("div",B2,[we(f,{resource:e.resource,"is-icon-displayed":!1,"is-extension-displayed":e.isExtensionDisplayed,"is-resource-clickable":e.isResourceClickable,link:e.resourceRoute,onClick:t[1]||(t[1]=b=>e.$emit("click"))},null,8,["resource","is-extension-displayed","is-resource-clickable","link"])]),he("div",M2,[Ge(e.$slots,"indicators",{item:e.resource,class:"resource-indicators"}),Ge(e.$slots,"actions",{item:e.resource}),Ge(e.$slots,"contextMenu",{item:e.resource})])]),e.resourceDescription?(Z(),ve("p",j2,[he("small",{textContent:K.toDisplayString(e.resourceDescription)},null,8,U2)])):ke("",!0)])],64))],42,x2)}const x0=Ue(P2,[["render",q2]]),V2=Me({name:"ResourceTiles",components:{ContextMenuQuickAction:Qf,ResourceGhostElement:Xf,ResourceTile:x0},props:{resources:{type:Array,default:()=>[]},selectedIds:{type:Array,default:()=>[]},targetRouteCallback:{type:Function,required:!1,default:void 0},space:{type:Object,required:!1,default:null},sortFields:{type:Array,default:()=>[]},sortBy:{type:String,required:!1,default:void 0},sortDir:{type:String,required:!1,default:void 0,validator:e=>e===void 0||[Ft.Asc.toString(),Ft.Desc.toString()].includes(e)},viewSize:{type:Number,required:!1,default:()=>Gt.tilesSizeDefault},dragDrop:{type:Boolean,default:!1},lazy:{type:Boolean,default:!0}},emits:["fileClick","fileDropped","rowMounted","sort","itemVisible","update:selectedIds"],setup(e,t){const{$gettext:r}=Ne.useGettext(),n=We(),o=Ke(),{getDefaultAction:i}=qr(),{getMatchingSpace:s}=ar(),{canBeOpenedWithSecureView:l}=Vf(),{emit:c}=t,{isEnabled:u,fileTypes:a,isLocationPicker:f,isFilePicker:d,postMessage:b}=ni(),E=zf(),w=V(()=>Math.min(y(E),e.viewSize)),R=V(()=>o.areFileExtensionsShown),S=V(()=>y(je)?r("Clear selection"):r("Select all")),m=ue(),g=ue(),v=ue({tiles:{},dropBtns:{}}),T=fa({space:ue(e.space),targetRouteCallback:V(()=>e.targetRouteCallback)},t),A=te=>{if(ie.isSpaceResource(te))return te.disabled?null:xr("files-spaces-generic",Jr(te,{path:"",fileId:te.fileId}));if(te.isFolder)return T.createFolderLink({path:te.path,fileId:te.fileId,resource:te});let Le=e.space;Le||(Le=s(te));const qe=i({resources:[te],space:Le});return qe!=null&&qe.route?qe.route({space:Le,resources:[te]}):null},F=te=>{if(y(u)&&y(d))return b("opencloud-embed:file-pick",{resource:JSON.parse(JSON.stringify(te)),locationQuery:JSON.parse(JSON.stringify(Js(y(n.currentRoute))))});te.type!=="space"&&te.type!=="folder"&&T.createFileAction(te)},C=(te,Le,qe)=>{const{dropdown:ze,event:Ze}=te;(ze==null?void 0:ze.tippy)!==void 0&&(o.setSelection([Le.id]),To(ze.tippy,Ze,y(v).dropBtns[qe]))},I=te=>e.selectedIds.includes(te.id),L=V(()=>e.resources.filter(te=>e.selectedIds.includes(te.id))),B=te=>$(te)?!1:te.isFolder?!0:!(!te.canDownload()&&!l(te)||y(u)&&!y(d)),$=te=>{var Le;return y(u)&&((Le=y(a))!=null&&Le.length)?!y(a).includes(te.extension)&&!y(a).includes(te.mimeType)&&!te.isFolder:ie.isSpaceResource(te)&&te.disabled?!0:te.processing===!0},D=V(()=>{var te,Le;return((Le=(te=e.resources)==null?void 0:te.filter(qe=>$(qe)===!0))==null?void 0:Le.map(qe=>qe.id))||[]}),H=te=>{c("update:selectedIds",te)},ee=()=>{if(y(je))return c("update:selectedIds",[]);c("update:selectedIds",e.resources.filter(te=>!y(D).includes(te.id)).map(te=>te.id))},J=(te,Le,qe)=>{var Ze;te.preventDefault();const ze=(Ze=y(v).tiles[Le.id])==null?void 0:Ze.$el.getElementsByClassName("resource-tiles-btn-action-dropdown")[0];ze!==void 0&&(I(Le)||H([Le.id]),To(ze._tippy,te,qe))},ce=te=>{const Le=te[0],qe=te[1];if(qe&&qe.metaKey)return Xe.publish("app.files.list.clicked.meta",Le);if(qe&&qe.shiftKey)return Xe.publish("app.files.list.clicked.shift",{resource:Le,skipTargetSelection:!1});be(Le)},be=te=>{const Le=I(te)?e.selectedIds.filter(qe=>qe!==te.id):[...e.selectedIds,te.id];t.emit("update:selectedIds",Le)},de=te=>{switch(te.type){case"folder":return r("Select folder");case"space":return r("Select space");default:return r("Select file")}},Se=V(()=>e.sortFields.find(te=>te.name===e.sortBy&&te.sortDir===e.sortDir)||e.sortFields[0]),Ae=te=>{t.emit("sort",{sortBy:te.name,sortDir:te.sortDir})},ne=te=>y(Se)===te,ae=V(()=>{const te={1:"xlarge",2:"xlarge",3:"xxlarge",4:"xxlarge",5:"xxxlarge",6:"xxxlarge"},Le=y(w);return te[Le]??"xxlarge"});aS(()=>{v.value={tiles:{},dropBtns:{}}});const le=(te,Le,qe)=>{var vt,et;if((((vt=qe.dataTransfer)==null?void 0:vt.types)||[]).some(Ut=>Ut==="Files")||(et=qe.currentTarget)!=null&&et.contains(qe.relatedTarget)||e.selectedIds.includes(te.id)||te.type!=="folder")return;const Ze=y(v).tiles[te.id];if(Le){Ze.$el.classList.remove("oc-tiles-item-drop-highlight");return}Ze.$el.classList.add("oc-tiles-item-drop-highlight")},oe=V(()=>e.selectedIds.filter(te=>te!==y(m).id)),Q=async(te,Le)=>{m.value=te,await Hr(),y(g).$el.ariaHidden="true",y(g).$el.style.left="-99999px",y(g).$el.style.top="-99999px",Le.dataTransfer.setDragImage(y(g).$el,0,0),Le.dataTransfer.dropEffect="move",Le.dataTransfer.effectAllowed="move"},x=async(te,Le)=>{I(te)||be(te),await Q(te,Le)},k=(te,Le)=>{(Le.dataTransfer.types||[]).some(ze=>ze==="Files")||(m.value=null,le(te,!0,Le),t.emit("fileDropped",te.id))},X=te=>te.indicators.filter(Le=>Le.category==="system"),W=ue(0),U=()=>{const te=document.getElementById("tiles-view"),Le=getComputedStyle(te),qe=parseInt(Le.getPropertyValue("padding-left"),10)|0,ze=parseInt(Le.getPropertyValue("padding-right"),10)|0;W.value=te.clientWidth-qe-ze},z=V(()=>parseFloat(getComputedStyle(document.documentElement).fontSize)),{calculateTileSizePixels:fe}=Jv(),_e=V(()=>{const te=[...Array(Gt.tilesSizeMax).keys()].map(Le=>Le+1);return[...new Set(te.map(Le=>{const qe=fe(Le);return qe?Math.round(y(W)/(qe+y(z))):0}))]}),Be=V(()=>{const te=y(_e);return te.length<y(w)?te[te.length-1]:te[y(w)-1]}),Fe=V(()=>{const te=y(Be)?e.resources.length%y(Be):0;return te?y(Be)-te:0}),Pe=V(()=>y(W)/y(Be)-y(z)),je=V(()=>{const te=y(D).length===e.resources.length,Le=y(L).length===e.resources.length-y(D).length;return!te&&Le});return Et(Pe,te=>{document.documentElement.style.setProperty("--oc-size-tiles-actual",`${te}px`)},{immediate:!0}),Et(_e,te=>{E.value=Math.max(te.length,1)}),Vt(()=>{window.addEventListener("resize",U),U()}),Gr(()=>{window.removeEventListener("resize",U)}),{areFileExtensionsShown:R,emitTileClick:F,getRoute:A,showContextMenuOnBtnClick:C,showContextMenu:J,tileRefs:v,isResourceSelected:I,toggleTile:ce,toggleSelection:be,getResourceCheckboxLabel:de,selectSorting:Ae,isSortFieldSelected:ne,isResourceClickable:B,currentSortField:Se,resourceIconSize:ae,ghostElementRef:g,dragItem:m,dragStart:x,dragSelection:oe,fileDropped:k,setDropStyling:le,ghostTilesCount:Fe,getIndicators:X,isFilePicker:d,isLocationPicker:f,isResourceDisabled:$,isSpaceResource:ie.isSpaceResource,areAllResourcesSelected:je,disabledResourceIds:D,toggleSelectionAll:ee,selectAllCheckboxLabel:S}},data(){return{ImageDimension:Vr}}}),z2={id:"tiles-view",class:"oc-px-m oc-pt-l"},W2={class:"oc-flex oc-flex-middle oc-mb-m oc-pb-s oc-tiles-controls"},H2={key:0,class:"oc-tile-sorting oc-ml-m"},G2={class:"oc-tiles-footer"};function K2(e,t,r,n,o,i){const s=pe("oc-checkbox"),l=pe("oc-select"),c=pe("oc-status-indicators"),u=pe("context-menu-quick-action"),a=pe("resource-tile"),f=pe("oc-list"),d=pe("resource-ghost-element"),b=or("oc-tooltip");return Z(),ve("div",z2,[he("div",W2,[ot(we(s,{id:"tiles-view-select-all",class:"oc-ml-s",size:"large",label:e.selectAllCheckboxLabel,"label-hidden":!0,disabled:e.resources.length===e.disabledResourceIds.length,"model-value":e.areAllResourcesSelected,onClick:Tr(e.toggleSelectionAll,["stop"])},null,8,["label","disabled","model-value","onClick"]),[[b,e.selectAllCheckboxLabel]]),e.sortFields.length?(Z(),ve("div",H2,[we(l,{class:"oc-tiles-sort-select oc-flex oc-flex-middle","model-value":e.currentSortField,label:e.$gettext("Sort by"),options:e.sortFields,clearable:!1,searchable:!1,"position-fixed":!0,"onUpdate:modelValue":e.selectSorting},null,8,["model-value","label","options","onUpdate:modelValue"])])):ke("",!0)]),we(f,{class:"oc-tiles"},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.resources,E=>(Z(),ve("li",{key:E.id,class:"oc-tiles-item has-item-context-menu"},[we(a,{ref_for:!0,ref:w=>e.tileRefs.tiles[E.id]=w,resource:E,"resource-route":e.getRoute(E),"is-resource-selected":e.isResourceSelected(E),"is-resource-clickable":e.isResourceClickable(E),"is-resource-disabled":e.isResourceDisabled(E),"is-extension-displayed":e.areFileExtensionsShown,"resource-icon-size":e.resourceIconSize,draggable:e.dragDrop,lazy:e.lazy,onVnodeMounted:w=>e.$emit("rowMounted",E,e.tileRefs.tiles[E.id],e.ImageDimension.Tile),onContextmenu:w=>e.showContextMenu(w,E,e.tileRefs.tiles[E.id]),onClick:w=>e.emitTileClick(E),onDragstart:w=>e.dragStart(E,w),onDragenter:Tr(w=>e.setDropStyling(E,!1,w),["prevent"]),onDragleave:Tr(w=>e.setDropStyling(E,!0,w),["prevent"]),onDrop:w=>e.fileDropped(E,w),onDragover:t[0]||(t[0]=w=>w.preventDefault()),onItemVisible:w=>e.$emit("itemVisible",E)},{selection:Te(()=>[!e.isLocationPicker&&!e.isFilePicker?(Z(),Ce(s,{key:0,label:e.getResourceCheckboxLabel(E),"label-hidden":!0,size:"large",class:"oc-flex-inline oc-p-s",disabled:!e.isSpaceResource(E)&&e.isResourceDisabled(E),"model-value":e.isResourceSelected(E),onClick:Tr(w=>e.toggleTile([E,w]),["stop","prevent"])},null,8,["label","disabled","model-value","onClick"])):ke("",!0)]),imageField:Te(()=>[Ge(e.$slots,"image",{resource:E})]),indicators:Te(()=>[e.getIndicators(E).length?(Z(),Ce(c,{key:0,resource:E,indicators:e.getIndicators(E),"disable-handler":!e.isSpaceResource(E)&&e.isResourceDisabled(E)},null,8,["resource","indicators","disable-handler"])):ke("",!0)]),actions:Te(()=>[Ge(e.$slots,"actions",{resource:E})]),contextMenu:Te(()=>[e.isSpaceResource(E)||!e.isResourceDisabled(E)?(Z(),Ce(u,{key:0,ref_for:!0,ref:w=>e.tileRefs.dropBtns[E.id]=w,item:E,class:"resource-tiles-btn-action-dropdown",onQuickActionClicked:w=>e.showContextMenuOnBtnClick(w,E,E.id)},{contextMenu:Te(()=>[Ge(e.$slots,"contextMenu",{resource:E})]),_:2},1032,["item","onQuickActionClicked"])):ke("",!0)]),_:2},1032,["resource","resource-route","is-resource-selected","is-resource-clickable","is-resource-disabled","is-extension-displayed","resource-icon-size","draggable","lazy","onVnodeMounted","onContextmenu","onClick","onDragstart","onDragenter","onDragleave","onDrop","onItemVisible"])]))),128)),(Z(!0),ve(Ye,null,Lt(e.ghostTilesCount,E=>(Z(),ve("li",{key:`ghost-tile-${E}`,class:"ghost-tile","aria-hidden":!0}))),128))]),_:3}),e.dragItem?(Z(),Ce(Wd,{key:0,to:"body"},[we(d,{ref:"ghostElementRef","preview-items":[e.dragItem,...e.dragSelection]},null,8,["preview-items"])])):ke("",!0),he("div",G2,[Ge(e.$slots,"footer")])])}const Q2=Ue(V2,[["render",K2]]),X2=Me({name:"DateFilter",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0},items:{type:Array,required:!0},idAttribute:{type:String,required:!1,default:"id"},displayNameAttribute:{type:String,required:!1,default:"name"}},emits:["selectionChange"],setup:function(e,{emit:t,expose:r}){const n=We(),{current:o}=Ne.useGettext(),i=Jt(),s=ue(),l=ue(e.items),c=ue(),u=ue(),a=ue(!1),f=ue(),d=`q_${e.filterName}`,b=rr(d),E=$=>$[e.idAttribute],w=()=>n.push({query:{...$i(y(i).query,[d]),...y(s)&&{[d]:E(y(s))}}}),R=$=>y(s)&&E(y(s))===E($),S=()=>{c.value=void 0,u.value=void 0},m=async $=>{S(),R($)?s.value=void 0:(s.value=$,y(f).hideDrop()),await w(),t("selectionChange",y(s))},g=()=>{s.value=void 0,a.value=!1,S(),t("selectionChange",y(s)),w()},v=()=>{l.value=e.items},T=()=>{a.value=!1},A=()=>{const $=St(y(b));if(!$)return;const D=e.items.find(H=>E(H)===$);if(D){s.value=D;return}if(y(F)){const H=$.replace("range:",""),ee=Number(H.split(" - ")[0]),J=Number(H.split(" - ")[1]);c.value=$t.DateTime.fromMillis(ee),u.value=$t.DateTime.fromMillis(J),s.value=y(I)}},F=V(()=>{var $;return($=St(y(b)))==null?void 0:$.startsWith("range:")}),C=V(()=>!y(c)||!y(u)?!1:y(c)<=y(u)),I=V(()=>{if(!y(c)||!y(u))return null;const $=ri(y(c),o,$t.DateTime.DATE_SHORT),D=ri(y(u),o,$t.DateTime.DATE_SHORT),H=y(c).toMillis(),ee=y(u).toMillis();return{[e.idAttribute]:`range:${H} - ${ee}`,[e.displayNameAttribute]:`${$} - ${D}`}}),L=async()=>{s.value=y(I),await w(),y(f).hideDrop(),t("selectionChange",y(s))},B=({date:$,error:D},H)=>{if(D){console.error(D);return}const ee=H==="from"?c:u;if(!$){ee.value=void 0;return}const J=H==="from"?$.startOf("day"):$.endOf("day");ee.value=J};return r({setSelectedItemsBasedOnQuery:A}),Vt(()=>{A()}),{clearFilter:g,displayedItems:l,isItemSelected:R,selectedItem:s,onShowDrop:v,onHideDrop:T,filterChip:f,toggleItemSelection:m,setSelectedItemsBasedOnQuery:A,fromDate:c,toDate:u,dateRangeValid:C,applyDateRangeFilter:L,dateRangeApplied:F,setDateRangeDate:B,dateRangeClicked:a,queryParam:d}}}),Y2={class:"oc-flex oc-flex-middle oc-text-truncate"},J2={class:"oc-text-truncate oc-ml-s"},Z2={class:"oc-flex"},eD={class:"oc-my-xs"},tD={class:"oc-flex oc-flex-middle oc-text-truncate"},rD={class:"oc-text-truncate oc-ml-s"},nD=["textContent"],iD={class:"oc-flex"},oD={class:"oc-flex oc-flex-middle oc-flex-between oc-mb-m"},sD=["textContent"],aD={class:"oc-mt-s"},lD={class:"date-filter-apply-btn"};function cD(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=pe("oc-list"),u=pe("oc-datepicker"),a=pe("oc-filter-chip");return Z(),ve("div",{class:K.normalizeClass(["date-filter oc-flex",`date-filter-${e.filterName}`])},[we(a,{ref:"filterChip","filter-label":e.filterLabel,"selected-item-names":e.selectedItem?[e.selectedItem[e.displayNameAttribute]]:void 0,onClearFilter:e.clearFilter,onShowDrop:e.onShowDrop,onHideDrop:e.onHideDrop},{default:Te(()=>[we(c,{class:K.normalizeClass(["date-filter-list",{"date-filter-list-hidden":e.dateRangeClicked}])},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.displayedItems,(f,d)=>(Z(),ve("li",{key:d,class:"oc-my-xs"},[we(l,{class:K.normalizeClass(["date-filter-list-item oc-flex oc-flex-between oc-flex-middle oc-width-1-1 oc-p-xs",{"date-filter-list-item-active":e.isItemSelected(f)}]),"justify-content":"space-between",appearance:"raw","data-testid":f[e.displayNameAttribute],onClick:b=>e.toggleItemSelection(f)},{default:Te(()=>[he("div",Y2,[he("div",J2,[Ge(e.$slots,"item",{item:f})])]),he("div",Z2,[e.isItemSelected(f)?(Z(),Ce(s,{key:0,name:"check"})):ke("",!0)])]),_:2},1032,["class","data-testid","onClick"])]))),128)),he("li",eD,[we(l,{class:K.normalizeClass(["date-filter-list-item oc-flex oc-flex-between oc-flex-middle oc-width-1-1 oc-p-xs",{"date-filter-list-item-active":e.dateRangeApplied}]),"justify-content":"space-between",appearance:"raw","data-testid":"custom-date-range",onClick:t[0]||(t[0]=f=>e.dateRangeClicked=!0)},{default:Te(()=>[he("div",tD,[he("div",rD,[he("span",{textContent:K.toDisplayString(e.$gettext("Custom date range"))},null,8,nD)])]),he("div",iD,[e.dateRangeApplied?(Z(),Ce(s,{key:0,name:"check"})):ke("",!0)])]),_:1},8,["class"])])]),_:3},8,["class"]),he("div",{class:K.normalizeClass(["date-filter-range-panel oc-py-s",{"date-filter-range-panel-active":e.dateRangeClicked}])},[he("div",oD,[we(l,{appearance:"raw",class:"date-filter-range-panel-back","aria-label":e.$gettext("Go back to filter options"),onClick:t[1]||(t[1]=f=>e.dateRangeClicked=!1)},{default:Te(()=>[we(s,{name:"arrow-left-s","fill-type":"line"})]),_:1},8,["aria-label"]),he("span",{textContent:K.toDisplayString(e.$gettext("Custom date range"))},null,8,sD),we(l,{appearance:"raw",class:"date-filter-range-panel-close","aria-label":e.$gettext("Close filter"),onClick:t[2]||(t[2]=f=>e.filterChip.hideDrop())},{default:Te(()=>[we(s,{name:"close"})]),_:1},8,["aria-label"])]),he("div",aD,[we(u,{label:e.$gettext("From"),type:"date","is-clearable":!0,"current-date":e.fromDate,onDateChanged:t[3]||(t[3]=f=>e.setDateRangeDate(f,"from"))},null,8,["label","current-date"]),we(u,{label:e.$gettext("To"),type:"date","is-clearable":!0,"current-date":e.toDate,"min-date":e.fromDate?e.fromDate:void 0,onDateChanged:t[4]||(t[4]=f=>e.setDateRangeDate(f,"to"))},null,8,["label","current-date","min-date"])]),he("div",lD,[we(l,{appearance:"outline",variation:"passive",size:"small",disabled:!e.dateRangeValid,onClick:e.applyDateRangeFilter},{default:Te(()=>[Bt(K.toDisplayString(e.$gettext("Apply")),1)]),_:1},8,["disabled","onClick"])])],2)]),_:3},8,["filter-label","selected-item-names","onClearFilter","onShowDrop","onHideDrop"])],2)}const uD=Ue(X2,[["render",cD]]),fD=Me({name:"ItemFilterInline",props:{filterName:{type:String,required:!0},filterOptions:{type:Array,required:!0}},emits:["toggleFilter"],setup:function(e,{emit:t}){const r=We(),n=Jt(),o=ue(e.filterOptions[0].name),i=`q_${e.filterName}`,s=rr(i),l=u=>r.push({query:{...$i(y(n).query,[i]),[i]:u}}),c=async u=>{o.value=u.name,await l(u.name),t("toggleFilter",u)};return Vt(()=>{const u=St(y(s));u&&e.filterOptions.some(({name:a})=>a===u)&&(o.value=u,t("toggleFilter",e.filterOptions.find(({name:a})=>a===u)))}),{queryParam:i,activeOption:o,toggleFilter:c}}}),dD=["textContent"];function pD(e,t,r,n,o,i){const s=pe("oc-button");return Z(),ve("div",null,[he("div",{class:K.normalizeClass(["item-inline-filter oc-flex-inline",`item-inline-filter-${e.filterName}`])},[(Z(!0),ve(Ye,null,Lt(e.filterOptions,(l,c)=>(Z(),Ce(s,{id:l.name,key:c,class:K.normalizeClass(["item-inline-filter-option",{"item-inline-filter-option-selected":e.activeOption===l.name}]),appearance:"raw",onClick:u=>e.toggleFilter(l)},{default:Te(()=>[he("span",{class:"oc-text-truncate item-inline-filter-option-label",textContent:K.toDisplayString(l.label)},null,8,dD)]),_:2},1032,["id","class","onClick"]))),128))],2)])}const hD=Ue(fD,[["render",pD]]),gD=Me({name:"SpaceQuota",props:{spaceQuota:{type:Object,required:!0,default:()=>{}}},setup:()=>{const{current:e}=Ne.useGettext();return{currentLanguage:e}},computed:{spaceStorageDetailsLabel(){return this.spaceQuota.total?this.$gettext("%{used} of %{total} used (%{percentage}% used)",{used:this.quotaUsed,total:this.quotaTotal,percentage:this.quotaUsagePercent.toString()}):this.$gettext("%{used} used (no restriction)",{used:this.quotaUsed})},quotaTotal(){return wr(this.spaceQuota.total,this.currentLanguage)},quotaUsed(){return wr(this.spaceQuota.used,this.currentLanguage)},quotaUsagePercent(){return parseFloat((this.spaceQuota.used/this.spaceQuota.total*100).toFixed(2))},quotaProgressVariant(){switch(this.spaceQuota.state){case"normal":return"primary";case"nearing":return"warning";case"critical":return"warning";default:return"danger"}}}}),mD={class:"space-quota"},yD=["textContent"];function bD(e,t,r,n,o,i){const s=pe("oc-progress");return Z(),ve("div",mD,[he("p",{class:"oc-mb-s oc-mt-rm",textContent:K.toDisplayString(e.spaceStorageDetailsLabel)},null,8,yD),we(s,{value:e.quotaUsagePercent,max:100,size:"small",variation:e.quotaProgressVariant},null,8,["value","variation"])])}const O0=Ue(gD,[["render",bD]]),vD=Me({name:"WebDavDetails",props:{space:{type:Object,required:!0}},setup(e){const t=In("resource"),r="check",n="file-copy",o=ue(n),i=ue(n),s=V(()=>mf(y(t).webDavPath)),l=V(()=>{var a;return(a=e.space)==null?void 0:a.getWebDavUrl({path:y(t).path})});return{copyWebDAVPathIcon:o,copyWebDAVPathToClipboard:()=>{navigator.clipboard.writeText(y(s)),o.value=r,setTimeout(()=>o.value=n,500)},copyWebDAVUrlIcon:i,copyWebDAVUrlToClipboard:()=>{navigator.clipboard.writeText(y(l)),i.value=r,setTimeout(()=>i.value=n,500)},webDavPath:s,webDavUrl:l}}}),wD={class:"oc-flex"},SD=["textContent"],ED={class:"oc-flex"},TD=["textContent"];function AD(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=or("oc-tooltip");return Z(),ve(Ye,null,[he("dt",null,K.toDisplayString(e.$gettext("WebDAV path")),1),he("dd",wD,[ot(he("div",{class:"oc-text-truncate",textContent:K.toDisplayString(e.webDavPath)},null,8,SD),[[c,e.webDavPath]]),ot((Z(),Ce(l,{class:"oc-ml-s",appearance:"raw",size:"small","aria-label":e.$gettext("Copy WebDAV path to clipboard"),onClick:e.copyWebDAVPathToClipboard},{default:Te(()=>[we(s,{name:e.copyWebDAVPathIcon},null,8,["name"])]),_:1},8,["aria-label","onClick"])),[[c,e.$gettext("Copy WebDAV path")]])]),he("dt",null,K.toDisplayString(e.$gettext("WebDAV URL")),1),he("dd",ED,[ot(he("div",{class:"oc-text-truncate",textContent:K.toDisplayString(e.webDavUrl)},null,8,TD),[[c,e.webDavUrl]]),ot((Z(),Ce(l,{class:"oc-ml-s",appearance:"raw",size:"small","aria-label":e.$gettext("Copy WebDAV URL to clipboard"),onClick:e.copyWebDAVUrlToClipboard},{default:Te(()=>[we(s,{name:e.copyWebDAVUrlIcon},null,8,["name"])]),_:1},8,["aria-label","onClick"])),[[c,e.$gettext("Copy WebDAV URL")]])])],64)}const k0=Ue(vD,[["render",AD]]),RD=Me({name:"SpaceDetails",components:{SpaceQuota:O0,WebDavDetails:k0},props:{showSpaceImage:{type:Boolean,required:!1,default:!0},showShareIndicators:{type:Boolean,required:!1,default:!0}},setup(){const e=bt(),t=Ke(),{resourceContentsText:r}=Zv({showSizeInformation:!1}),n=We(),{$gettext:o,current:i}=Ne.useGettext(),{loadPreview:s,previewsLoading:l}=Wf(),c=Mt(),u=In("resource"),a=ue(""),{user:f}=Qe.storeToRefs(e),d=V(()=>c.linkShares.length),b=V(()=>t.areWebDavDetailsShown),E=V(()=>!ct(n,"files-spaces-projects")),w=V(()=>`${wr(y(u).size,i)}, ${y(r)}`);Et(()=>y(u).spaceImageData,async()=>{if(!y(u).spaceImageData)return;const m=ie.buildSpaceImageResource(y(u));a.value=await s({space:y(u),resource:m,dimensions:Vr.Tile,processor:zs.enum.fit,cancelRunning:!0,updateStore:!1})},{immediate:!0});const R=V(()=>ie.getSpaceManagers(y(u)).map(g=>{var T;const v=g.grantedTo.user||g.grantedTo.group;return v.id===((T=y(f))==null?void 0:T.id)?o("%{displayName} (me)",{displayName:v.displayName}):v.displayName}).join(", ")),S=V(()=>Eb(y(u).mdate,i));return{spaceImage:a,resource:u,linkShareCount:d,showWebDavDetails:b,user:f,resourceContentsText:r,showSize:E,size:w,previewsLoading:l,lastModifiedDate:S,ownerUsernames:R}},computed:{hasShares(){return this.hasMemberShares||this.hasLinkShares},shareLabel(){if(this.hasMemberShares&&!this.hasLinkShares)return this.memberShareLabel;if(!this.hasMemberShares&&this.hasLinkShares)return this.linkShareLabel;switch(this.memberShareCount){case 1:return this.$ngettext("This space has one member and %{linkShareCount} link.","This space has one member and %{linkShareCount} links.",this.linkShareCount,{linkShareCount:this.linkShareCount.toString()});default:return this.linkShareCount===1?this.$gettext("This space has %{memberShareCount} members and one link.",{memberShareCount:this.memberShareCount.toString()}):this.$gettext("This space has %{memberShareCount} members and %{linkShareCount} links.",{memberShareCount:this.memberShareCount.toString(),linkShareCount:this.linkShareCount.toString()})}},openSharesPanelHint(){return this.$gettext("Open share panel")},openSharesPanelLinkHint(){return this.$gettext("Open link list in share panel")},openSharesPanelMembersHint(){return this.$gettext("Open member list in share panel")},hasMemberShares(){return this.memberShareCount>0},hasLinkShares(){return this.linkShareCount>0},memberShareCount(){return Object.keys(this.resource.members).length},memberShareLabel(){return this.$ngettext("This space has %{memberShareCount} member.","This space has %{memberShareCount} members.",this.memberShareCount,{memberShareCount:this.memberShareCount.toString()})},linkShareLabel(){return this.$ngettext("%{linkShareCount} link giving access.","%{linkShareCount} links giving access.",this.linkShareCount,{linkShareCount:this.linkShareCount.toString()})}},methods:{expandSharesPanel(){Xe.publish(mt.setActivePanel,"space-share")}}}),_D={id:"oc-space-details-sidebar"},ID={class:"oc-space-details-sidebar-image oc-text-center"},CD={key:1,class:"oc-position-relative"},FD=["src"],PD={key:0,class:"oc-flex oc-flex-middle oc-space-details-sidebar-members oc-mb-s oc-text-small",style:{gap:"15px"}},xD=["textContent"],OD=["textContent"],kD=["aria-label"];function ND(e,t,r,n,o,i){const s=pe("oc-spinner"),l=pe("oc-icon"),c=pe("oc-button"),u=pe("space-quota"),a=pe("web-dav-details"),f=pe("portal-target");return Z(),ve("div",_D,[he("div",ID,[e.previewsLoading?(Z(),Ce(s,{key:0})):e.spaceImage?(Z(),ve("div",CD,[he("img",{src:e.spaceImage,alt:"",class:"oc-mb-s"},null,8,FD)])):(Z(),Ce(l,{key:2,name:"layout-grid",size:"xxlarge",class:"space-default-image oc-px-m oc-py-m"}))]),e.showShareIndicators&&e.hasShares&&!e.resource.disabled?(Z(),ve("div",PD,[e.hasMemberShares?(Z(),Ce(c,{key:0,appearance:"raw","aria-label":e.openSharesPanelMembersHint,onClick:e.expandSharesPanel},{default:Te(()=>[we(l,{name:"group"})]),_:1},8,["aria-label","onClick"])):ke("",!0),e.hasLinkShares?(Z(),Ce(c,{key:1,appearance:"raw","aria-label":e.openSharesPanelLinkHint,onClick:e.expandSharesPanel},{default:Te(()=>[we(l,{name:"link"})]),_:1},8,["aria-label","onClick"])):ke("",!0),he("p",{textContent:K.toDisplayString(e.shareLabel)},null,8,xD),we(c,{appearance:"raw","aria-label":e.openSharesPanelHint,size:"small",onClick:e.expandSharesPanel},{default:Te(()=>[he("span",{class:"oc-text-small",textContent:K.toDisplayString(e.$gettext("Show"))},null,8,OD)]),_:1},8,["aria-label","onClick"])])):ke("",!0),he("dl",{class:"details-list oc-m-rm","aria-label":e.$gettext("Overview of the information about the selected space")},[he("dt",null,K.toDisplayString(e.$gettext("Last activity")),1),he("dd",null,K.toDisplayString(e.lastModifiedDate),1),e.resource.description?(Z(),ve(Ye,{key:0},[he("dt",null,K.toDisplayString(e.$gettext("Subtitle")),1),he("dd",null,K.toDisplayString(e.resource.description),1)],64)):ke("",!0),he("dt",null,K.toDisplayString(e.$gettext("Manger")),1),he("dd",null,K.toDisplayString(e.ownerUsernames),1),e.resource.disabled?ke("",!0):(Z(),ve(Ye,{key:1},[he("dt",null,K.toDisplayString(e.$gettext("Quota")),1),he("dd",null,[we(u,{"space-quota":e.resource.spaceQuota},null,8,["space-quota"])])],64)),e.showSize?(Z(),ve(Ye,{key:2},[he("dt",null,K.toDisplayString(e.$gettext("Size")),1),he("dd",null,K.toDisplayString(e.size),1)],64)):ke("",!0),e.showWebDavDetails?(Z(),Ce(a,{key:3,space:e.resource},null,8,["space"])):ke("",!0),we(f,{name:"app.files.sidebar.space.details.table","slot-props":{space:e.resource,resource:e.resource},multiple:!0},null,8,["slot-props"])],8,kD)])}const $D=Ue(RD,[["render",ND],["__scopeId","data-v-913f3e21"]]),DD=Me({name:"SpaceDetailsMultiple",props:{selectedSpaces:{type:Array,required:!0}},setup(e){const t=Ne.useGettext(),{$gettext:r,$ngettext:n}=t,o=V(()=>{let d=0;return e.selectedSpaces.forEach(b=>{d+=b.spaceQuota.total}),wr(d,t.current)}),i=V(()=>{let d=0;return e.selectedSpaces.forEach(b=>{b.disabled||(d+=b.spaceQuota.remaining)}),wr(d,t.current)}),s=V(()=>{let d=0;return e.selectedSpaces.forEach(b=>{b.disabled||(d+=b.spaceQuota.used)}),wr(d,t.current)}),l=V(()=>e.selectedSpaces.filter(d=>!d.disabled).length),c=V(()=>e.selectedSpaces.filter(d=>d.disabled).length),u=V(()=>r("Overview of the information about the selected spaces")),a=V(()=>n("%{ itemCount } space selected","%{ itemCount } spaces selected",e.selectedSpaces.length,{itemCount:e.selectedSpaces.length.toString()})),f=[{term:r("Total quota:"),definition:y(o)},{term:r("Remaining quota:"),definition:y(i)},{term:r("Used quota:"),definition:y(s)},{term:r("Enabled:"),definition:y(l)},{term:r("Disabled:"),definition:y(c)}];return{detailsTableLabel:u,items:f,selectedSpacesString:a}}}),LD={id:"oc-spaces-details-multiple-sidebar"},BD={class:"spaces-preview oc-mb"},MD={class:"spaces-preview-body"},jD=["textContent"];function UD(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-definition-list");return Z(),ve("div",LD,[he("div",BD,[he("div",MD,[we(s,{class:"preview-icon",size:"xxlarge",variation:"passive",name:"layout-grid"}),he("p",{class:"preview-text",textContent:K.toDisplayString(e.selectedSpacesString)},null,8,jD)])]),we(l,{"aria-label":e.detailsTableLabel,items:e.items},null,8,["aria-label","items"])])}const qD=Ue(DD,[["render",UD]]),VD=Me({name:"SpaceNoSelection"}),zD={class:"oc-mt-xl"},WD={class:"oc-flex space-info oc-text-center"};function HD(e,t,r,n,o,i){const s=pe("oc-icon"),l=or("translate");return Z(),ve("div",zD,[he("div",WD,[we(s,{name:"layout-grid",size:"xxlarge"}),ot((Z(),ve("p",null,t[0]||(t[0]=[Bt("Select a space to view details")]))),[[l]])])])}const GD=Ue(VD,[["render",HD]]),KD=Me({name:"CompareSaveDialog",props:{originalObject:{type:Object,required:!0},compareObject:{type:Object,required:!0},confirmButtonDisabled:{type:Boolean,default:()=>!1}},emits:["confirm","revert"],setup(){const e=ue(!1);let t;return Vt(()=>{t=Xe.subscribe("sidebar.entity.saved",()=>{e.value=!0})}),Gr(()=>{Xe.unsubscribe("sidebar.entity.saved",t)}),{saved:e}},computed:{unsavedChanges(){return!lb(this.originalObject,this.compareObject)},unsavedChangesText(){return this.unsavedChanges?this.$gettext("Unsaved changes"):this.$gettext("No changes")}},watch:{unsavedChanges(){this.unsavedChanges&&(this.saved=!1)},"originalObject.id":function(){this.saved=!1}}}),QD={class:"compare-save-dialog oc-width-1-1 oc-flex oc-flex-between oc-flex-middle"},XD={key:0,class:"state-indicator oc-flex oc-flex-middle"},YD={class:"changes-saved oc-ml-s"},JD={key:1,class:"state-indicator"},ZD=["textContent"],eL=["textContent"];function tL(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=or("translate");return Z(),ve("div",QD,[e.saved?(Z(),ve("span",XD,[we(s,{variation:"success",name:"checkbox-circle"}),ot((Z(),ve("span",YD,t[2]||(t[2]=[Bt("Changes saved")]))),[[c]])])):(Z(),ve("span",JD,K.toDisplayString(e.unsavedChangesText),1)),he("div",null,[we(l,{disabled:!e.unsavedChanges,class:"compare-save-dialog-revert-btn",onClick:t[0]||(t[0]=u=>e.$emit("revert"))},{default:Te(()=>[he("span",{textContent:K.toDisplayString(e.$gettext("Revert"))},null,8,ZD)]),_:1},8,["disabled"]),we(l,{appearance:"filled",variation:"primary",class:"compare-save-dialog-confirm-btn",disabled:!e.unsavedChanges||e.confirmButtonDisabled,onClick:t[1]||(t[1]=u=>e.$emit("confirm"))},{default:Te(()=>[he("span",{textContent:K.toDisplayString(e.$gettext("Save"))},null,8,eL)]),_:1},8,["disabled"])])])}const rL=Ue(KD,[["render",tL],["__scopeId","data-v-a61bf25c"]]),nL=iS(async()=>(await Promise.resolve().then(()=>JL)).default),iL=Me({name:"CustomComponentTarget",props:{extensionPoint:{type:Object,required:!0}},setup(e){const t=Di(),r=xb(),n=V(()=>t.requestExtensions(e.extensionPoint)),o=r.extractDefaultExtensionIds(e.extensionPoint,y(n));return{extensions:V(()=>{if(e.extensionPoint.multiple||y(n).length<=1)return y(n);const s=r.getExtensionPreference(e.extensionPoint.id,o);return s.selectedExtensionIds.length?[y(n).find(l=>s.selectedExtensionIds.includes(l.id))||y(n)[0]]:[y(n)[0]]})}}});function oL(e,t,r,n,o,i){return Z(!0),ve(Ye,null,Lt(e.extensions,s=>(Z(),Ce(Hn(s.content),{key:`custom-component-${s.id}`}))),128)}const sL=Ue(iL,[["render",oL]]),aL=Me({name:"ItemFilter",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0},optionFilterLabel:{type:String,required:!1,default:""},showOptionFilter:{type:Boolean,required:!1,default:!1},items:{type:Array,required:!0},allowMultiple:{type:Boolean,required:!1,default:!1},idAttribute:{type:String,required:!1,default:"id"},displayNameAttribute:{type:String,required:!1,default:"name"},filterableAttributes:{type:Array,required:!1,default:()=>[]},closeOnClick:{type:Boolean,default:!1}},emits:["selectionChange"],setup:function(e,{emit:t,expose:r}){const n=We(),o=Jt(),i=ue(),s=ue([]),l=ue(e.items),c=ue(null),u=ue(null),a=`q_${e.filterName}`,f=rr(a),d=A=>A[e.idAttribute],b=()=>n.push({query:{...$i(y(o).query,[a]),...!!y(s).length&&{[a]:y(s).reduce((A,F)=>(A+=`${d(F)}+`,A),"").slice(0,-1)}}}),E=A=>!!y(s).find(F=>d(F)===d(A)),w=async A=>{E(A)?s.value=y(s).filter(F=>d(F)!==d(A)):(e.allowMultiple||(s.value=[]),s.value.push(A)),await b(),t("selectionChange",y(s))},R=ue(),S=(A,F)=>{if(!(F||"").trim())return A;const I=new id(A,{...sl,keys:e.filterableAttributes}).search(F).map(L=>L.item);return A.filter(L=>I.includes(L))},m=()=>{s.value=[],t("selectionChange",y(s)),b()},g=A=>{l.value=A},v=async()=>{var A;g(e.items),await Hr(),(A=y(i))==null||A.focus()};Et(R,()=>{g(S(e.items,y(R))),y(u)&&(c.value=new sd(y(u)),y(c).unmark(),y(c).mark(y(R),{element:"span",className:"mark-highlight"}))});const T=()=>{const A=St(y(f));if(A){const F=A.split("+");s.value=e.items.filter(C=>F.includes(d(C)))}};return r({setSelectedItemsBasedOnQuery:T}),Vt(()=>{T()}),{clearFilter:m,displayedItems:l,filterInputRef:i,filterTerm:R,isItemSelected:E,itemFilterListRef:u,queryParam:a,selectedItems:s,setDisplayedItems:g,showDrop:v,toggleItemSelection:w,setSelectedItemsBasedOnQuery:T}}}),lL={ref:"itemFilterListRef"},cL={class:"oc-flex oc-flex-middle oc-text-truncate"},uL={class:"oc-text-truncate oc-ml-s"},fL={class:"oc-flex"};function dL(e,t,r,n,o,i){const s=pe("oc-text-input"),l=pe("oc-checkbox"),c=pe("oc-icon"),u=pe("oc-button"),a=pe("oc-list"),f=pe("oc-filter-chip");return Z(),ve("div",{class:K.normalizeClass(["item-filter oc-flex",`item-filter-${e.filterName}`])},[we(f,{"filter-label":e.filterLabel,"selected-item-names":e.selectedItems.map(d=>d[e.displayNameAttribute]),"close-on-click":e.closeOnClick,onClearFilter:e.clearFilter,onShowDrop:e.showDrop},{default:Te(()=>[e.showOptionFilter&&e.filterableAttributes.length?(Z(),Ce(s,{key:0,ref:"filterInputRef",modelValue:e.filterTerm,"onUpdate:modelValue":t[0]||(t[0]=d=>e.filterTerm=d),class:"item-filter-input oc-mb-m oc-mt-s",autocomplete:"off",label:e.optionFilterLabel===""?e.$gettext("Filter list"):e.optionFilterLabel},null,8,["modelValue","label"])):ke("",!0),he("div",lL,[we(a,{class:"item-filter-list"},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.displayedItems,(d,b)=>(Z(),ve("li",{key:b,class:"oc-my-xs"},[we(u,{class:K.normalizeClass(["item-filter-list-item oc-flex oc-flex-middle oc-width-1-1 oc-p-xs",{"item-filter-list-item-active":!e.allowMultiple&&e.isItemSelected(d),"oc-flex-left":e.allowMultiple,"oc-flex-between":!e.allowMultiple}]),"justify-content":"space-between",appearance:"raw","data-test-value":d[e.displayNameAttribute],onClick:E=>e.toggleItemSelection(d)},{default:Te(()=>[he("div",cL,[e.allowMultiple?(Z(),Ce(l,{key:0,size:"large",class:"item-filter-checkbox oc-mr-s",label:e.$gettext("Toggle selection"),"model-value":e.isItemSelected(d),"label-hidden":!0,"onUpdate:modelValue":E=>e.toggleItemSelection(d),onClick:t[1]||(t[1]=Tr(()=>{},["stop"]))},null,8,["label","model-value","onUpdate:modelValue"])):ke("",!0),he("div",null,[Ge(e.$slots,"image",{item:d})]),he("div",uL,[Ge(e.$slots,"item",{item:d})])]),he("div",fL,[!e.allowMultiple&&e.isItemSelected(d)?(Z(),Ce(c,{key:0,name:"check"})):ke("",!0)])]),_:2},1032,["class","data-test-value","onClick"])]))),128))]),_:3})],512)]),_:3},8,["filter-label","selected-item-names","close-on-click","onClearFilter","onShowDrop"])],2)}const pL=Ue(aL,[["render",dL]]),hL=Me({name:"ItemFilterToggle",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0}},emits:["toggleFilter"],setup:function(e,{emit:t}){const r=We(),n=Jt(),o=ue(!1),i=`q_${e.filterName}`,s=rr(i),l=()=>r.push({query:{...$i(y(n).query,[i]),...y(o)&&{[i]:"true"}}}),c=async()=>{o.value=!y(o),await l(),t("toggleFilter",y(o))};return Vt(()=>{St(y(s))==="true"&&(o.value=!0)}),{queryParam:i,filterActive:o,toggleFilter:c}}});function gL(e,t,r,n,o,i){const s=pe("oc-filter-chip");return Z(),ve("div",{class:K.normalizeClass(["item-filter oc-flex",`item-filter-${e.filterName}`])},[we(s,{"is-toggle":!0,"filter-label":e.filterLabel,"is-toggle-active":e.filterActive,onToggleFilter:e.toggleFilter,onClearFilter:e.toggleFilter},null,8,["filter-label","is-toggle-active","onToggleFilter","onClearFilter"])],2)}const mL=Ue(hL,[["render",gL]]),yL=Me({name:"LoadingIndicator",setup(){const e=lr();let t,r,n;const o=ue(e.isLoading),i=ue(e.currentProgress),s=()=>{i.value=e.currentProgress,o.value=e.isLoading},l=()=>{i.value=e.currentProgress};return Vt(()=>{t=Xe.subscribe(Pn.add,s),r=Xe.subscribe(Pn.remove,s),n=Xe.subscribe(Pn.setProgress,l)}),Gr(()=>{Xe.unsubscribe(Pn.add,t),Xe.unsubscribe(Pn.remove,r),Xe.unsubscribe(Pn.setProgress,n)}),{isLoading:o,currentProgress:i}}}),bL={key:0,id:"oc-loading-indicator",class:"oc-width-1-1"};function vL(e,t,r,n,o,i){const s=pe("oc-progress");return e.isLoading?(Z(),ve("div",bL,[we(s,{max:100,indeterminate:e.currentProgress===null,value:e.currentProgress,size:"small"},null,8,["indeterminate","value"])])):ke("",!0)}const wL=Ue(yL,[["render",vL]]),SL=Me({name:"NoContentMessage",props:{icon:{type:String,required:!0},iconFillType:{type:String,default:"fill"}}}),EL={class:"no-content-message oc-flex oc-flex-column oc-flex-center oc-flex-middle oc-text-center"},TL={class:"oc-text-muted oc-text-xlarge"},AL={class:"oc-text-muted"};function RL(e,t,r,n,o,i){const s=pe("oc-icon");return Z(),ve("div",EL,[we(s,{name:e.icon,type:"div",size:"xxlarge","fill-type":e.iconFillType,class:"oc-mb-m"},null,8,["name","fill-type"]),he("div",TL,[Ge(e.$slots,"message")]),he("div",AL,[Ge(e.$slots,"callToAction")])])}const _L=Ue(SL,[["render",RL]]),IL=Me({props:{pages:{type:Number,required:!0},currentPage:{type:Number,required:!0}},watch:{currentPage:{handler:function(){var e;(e=document.getElementsByClassName("files-view-wrapper")[0])==null||e.scrollTo(0,0)}}}});function CL(e,t,r,n,o,i){const s=pe("oc-pagination");return e.pages>1?(Z(),Ce(s,{key:0,pages:e.pages,"current-page":e.currentPage,"max-displayed":3,"current-route":e.$route,class:"files-pagination oc-flex oc-flex-center oc-my-s"},null,8,["pages","current-page","current-route"])):ke("",!0)}const FL=Ue(IL,[["render",CL]]),PL=Me({name:"SearchBarFilter",props:{currentFolderAvailable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const{$gettext:r}=Ne.useGettext(),n=rr("useScope"),o=ue(),i=ue(),s=V(()=>{var u;return r((u=o.value)==null?void 0:u.title)}),l=V(()=>[{id:Sn.currentFolder,title:r("Current folder"),enabled:e.currentFolderAvailable},{id:Sn.allFiles,title:r("All files"),enabled:!0}]);return Et(()=>e.currentFolderAvailable,()=>{if(y(n)){if(y(n).toString()==="true"){o.value=y(l).find(({id:a})=>a===Sn.currentFolder);return}o.value=y(l).find(({id:a})=>a===Sn.allFiles);return}if(!e.currentFolderAvailable){o.value=y(l).find(({id:u})=>u===Sn.allFiles);return}if(y(i)){o.value=y(l).find(({id:u})=>u===y(i).id);return}o.value=y(l).find(({id:u})=>u===Sn.allFiles)},{immediate:!0}),{currentSelection:o,currentSelectionTitle:s,onOptionSelected:u=>{i.value=u,o.value=u,t("update:modelValue",{value:u})},locationOptions:l}}}),xL={key:0},OL={key:0,class:"oc-flex"};function kL(e,t,r,n,o,i){const s=pe("oc-icon"),l=pe("oc-button"),c=pe("oc-filter-chip");return Z(),ve("div",{class:"oc-location-search oc-position-small oc-position-center-right oc-mt-rm",onClick:t[0]||(t[0]=Tr(()=>{},["stop"]))},[e.currentSelection?(Z(),ve("div",xL,[we(c,{"is-toggle":!1,"is-toggle-active":!1,"filter-label":e.currentSelectionTitle,"selected-item-names":[],class:"oc-search-bar-filter",raw:"","close-on-click":""},{default:Te(()=>[(Z(!0),ve(Ye,null,Lt(e.locationOptions,(u,a)=>(Z(),Ce(l,{key:a,appearance:"raw",size:"medium","justify-content":"space-between",class:K.normalizeClass(["search-bar-filter-item oc-flex oc-flex-middle oc-width-1-1 oc-py-xs oc-px-s",{"oc-background-highlight":u.id===e.currentSelection.id}]),disabled:!u.enabled,"data-test-id":u.id,onClick:f=>e.onOptionSelected(u)},{default:Te(()=>[he("span",null,K.toDisplayString(u.title),1),u.id===e.currentSelection.id?(Z(),ve("div",OL,[we(s,{name:"check"})])):ke("",!0)]),_:2},1032,["class","disabled","data-test-id","onClick"]))),128))]),_:1},8,["filter-label"])])):ke("",!0)])}const NL=Ue(PL,[["render",kL]]),$L=Me({name:"PortalTarget",components:{PortalTargetVue:va.PortalTarget},props:{...va.PortalTarget.props},setup(e){const t=V(()=>e);return Vt(()=>{Xe.publish(da.mounted,e)}),{properties:t}}});function DL(e,t,r,n,o,i){const s=pe("portal-target-vue");return Z(),Ce(s,K.normalizeProps(Xa(e.properties)),null,16)}const LL=Ue($L,[["render",DL]]),BL=({sortBy:e,sortDir:t})=>({groupingSettings:V(()=>({groupingBy:localStorage.getItem("grouping-shared-with-me")||"Shared on",showGroupingOptions:!0,groupingFunctions:{"Name alphabetically":function(n){return localStorage.setItem("grouping-shared-with-me","Name alphabetically"),isNaN(Number(n.name.charAt(0)))?n.name.charAt(0)==="."?n.name.charAt(1).toLowerCase():n.name.charAt(0).toLowerCase():"#"},"Shared on":function(n){localStorage.setItem("grouping-shared-with-me","Shared on");const o=Date.now()-6048e5,i=Date.now()-2592e6;return Date.parse(n.sdate)<i?"Older":Date.parse(n.sdate)>=o?"Recently":"Last month"},"Share owner":function(n){var o;return localStorage.setItem("grouping-shared-with-me","Share owner"),(o=n==null?void 0:n.owner)==null?void 0:o.displayName},None:function(){localStorage.setItem("grouping-shared-with-me","None")}},sortGroups:{"Name alphabetically":function(n){const o=n.sort(function(i,s){return i.name<s.name?-1:i.name>s.name?1:0});return y(e)==="name"&&y(t)==="desc"&&o.reverse(),o},"Shared on":function(n){const o=[],i=["Recently","Last month","Older"];for(const s of i){const l=n.find(c=>c.name.toLowerCase()===s.toLowerCase());l&&o.push(l)}return y(e)==="sdate"&&y(t)==="asc"&&o.reverse(),o},"Share owner":function(n){const o=n.sort(function(i,s){return i.name<s.name?-1:i.name>s.name?1:0});return y(e)==="owner"&&y(t)==="desc"&&o.reverse(),o}}}))}),ML={toolbarTips:{bold:"Gras",underline:"Souligné",italic:"Italique",strikeThrough:"Barré",title:"Titre",sub:"Indice",sup:"Exposant",quote:"Citation",unorderedList:"Liste",orderedList:"Liste numérique",task:"Liste de tâche",codeRow:"Code intégré",code:"Bloc de code",link:"Lien",image:"Image",table:"Table",mermaid:"Organigramme",katex:"Formule",revoke:"Annuler",next:"Refaire",save:"Sauvegarder",prettier:"Sublimer",pageFullscreen:"Passer en pleine page",fullscreen:"Passer en plein écran",preview:"Prévisualiser",htmlPreview:"Prévisualiser le HTML",catalog:"Table des matières",github:"Code source de l'editeur"},titleItem:{h1:"Titre niveau 1",h2:"Titre niveau 2",h3:"Titre niveau 3",h4:"Titre niveau 4",h5:"Titre niveau 5",h6:"Titre niveau 6"},imgTitleItem:{link:"Ajouter depuis une url",upload:"Télécharger une image",clip2upload:"Télécharger et recadrer"},linkModalTips:{linkTitle:"Ajouter un lien",imageTitle:"Ajouter une image depuis une url",descLabel:"Texte : ",descLabelPlaceHolder:"Entrez un texte...",urlLabel:"Url : ",urlLabelPlaceHolder:"Entrez une url...",buttonOK:"Valider"},clipModalTips:{title:"Télécharger et recadrer une image",buttonUpload:"Valider"},copyCode:{text:"Copier le code",successTips:"Copié",failTips:"La copie a échoué!"},mermaid:{flow:"Organigramme",sequence:"Chronogramme",gantt:"Diagramme de Gantt",class:"Diagramme de classes",state:"Diagramme d'état",pie:"Diagramme circulaire",relationship:"Diagramme de relation",journey:"Diagramme de tâches"},katex:{inline:"Formule en ligne",block:"Formule en bloc"},footer:{markdownTotal:"Nombre de mots",scrollAuto:"Défilement synchronisé"}},jL={toolbarTips:{bold:"Fett",underline:"Unterstrichen",italic:"Kursiv",strikeThrough:"Durchgestrichen",title:"Titel",sub:"Tiefgestellt",sup:"Hochgestellt",quote:"Zitat",unorderedList:"Ungeordnete Liste",orderedList:"Geordnete Liste",task:"Aufgabenliste",codeRow:"Eingebetteter Code",code:"Codeblock",link:"Link",image:"Bild",table:"Tabelle",mermaid:"Flussdiagramm",katex:"Formel",revoke:"Rückgängig machen",next:"Wiederherstellen",save:"Speichern",prettier:"Verschönern",pageFullscreen:"Vollbildmodus",fullscreen:"Vollbild",preview:"Vorschau",htmlPreview:"HTML Vorschau",catalog:"Inhaltsverzeichnis",github:"Quellcode des Editors"},titleItem:{h1:"Überschrift Ebene 1",h2:"Überschrift Ebene 2",h3:"Überschrift Ebene 3",h4:"Überschrift Ebene 4",h5:"Überschrift Ebene 5",h6:"Überschrift Ebene 6"},imgTitleItem:{link:"Bildlink hinzufügen",upload:"Bild hochladen",clip2upload:"Bild zuschneiden und hochladen"},linkModalTips:{linkTitle:"Link hinzufügen",imageTitle:"Bild von URL hinzufügen",descLabel:"Text: ",descLabelPlaceHolder:"Text eingeben...",urlLabel:"URL: ",urlLabelPlaceHolder:"URL eingeben...",buttonOK:"Bestätigen"},clipModalTips:{title:"Bild zuschneiden und hochladen",buttonUpload:"Hochladen"},copyCode:{text:"Code kopieren",successTips:"Kopiert!",failTips:"Kopieren fehlgeschlagen!"},mermaid:{flow:"Flussdiagramm",sequence:"Sequenzdiagramm",gantt:"Gantt-Diagramm",class:"Klassendiagramm",state:"Zustandsdiagramm",pie:"Kreisdiagramm",relationship:"Beziehungsdiagramm",journey:"Reisediagramm"},katex:{inline:"Inline-Formel",block:"Blockformel"},footer:{markdownTotal:"Zeichenanzahl",scrollAuto:"Automatisches Scrollen"}},UL={toolbarTips:{bold:"Grassetto",underline:"Sottolineato",italic:"Corsivo",strikeThrough:"Barrato",title:"Titolo",sub:"Indice",sup:"Esponente",quote:"Citazione",unorderedList:"Elenco non ordinato",orderedList:"Elenco ordinato",task:"Lista di compiti",codeRow:"Codice incorporato",code:"Blocco di codice",link:"Link",image:"Immagine",table:"Tabella",mermaid:"Diagramma",katex:"Formula",revoke:"Annulla",next:"Ripristina",save:"Salva",prettier:"Formatta",pageFullscreen:"Pagina a schermo intero",fullscreen:"Schermo intero",preview:"Anteprima",htmlPreview:"Anteprima HTML",catalog:"Indice",github:"Codice sorgente dell'editor"},titleItem:{h1:"Intestazione Livello 1",h2:"Intestazione Livello 2",h3:"Intestazione Livello 3",h4:"Intestazione Livello 4",h5:"Intestazione Livello 5",h6:"Intestazione Livello 6"},imgTitleItem:{link:"Aggiungi link immagine",upload:"Carica immagine",clip2upload:"Ritaglia e carica immagine"},linkModalTips:{linkTitle:"Aggiungi link",imageTitle:"Aggiungi immagine da URL",descLabel:"Testo: ",descLabelPlaceHolder:"Inserisci il testo...",urlLabel:"URL: ",urlLabelPlaceHolder:"Inserisci l'URL...",buttonOK:"Conferma"},clipModalTips:{title:"Ritaglia e carica immagine",buttonUpload:"Carica"},copyCode:{text:"Copia codice",successTips:"Copiato!",failTips:"Copia fallita!"},mermaid:{flow:"Diagramma di flusso",sequence:"Diagramma di sequenza",gantt:"Diagramma di Gantt",class:"Diagramma di classe",state:"Diagramma di stato",pie:"Diagramma a torta",relationship:"Diagramma di relazione",journey:"Diagramma di viaggio"},katex:{inline:"Formula in linea",block:"Formula a blocco"},footer:{markdownTotal:"Conteggio parole",scrollAuto:"Scorrimento automatico"}},qL={toolbarTips:{bold:"Negrita",underline:"Subrayado",italic:"Cursiva",strikeThrough:"Tachado",title:"Título",sub:"Subíndice",sup:"Superíndice",quote:"Cita",unorderedList:"Lista desordenada",orderedList:"Lista ordenada",task:"Lista de tareas",codeRow:"Código en línea",code:"Bloque de código",link:"Enlace",image:"Imagen",table:"Tabla",mermaid:"Diagrama",katex:"Fórmula",revoke:"Deshacer",next:"Rehacer",save:"Guardar",prettier:"Formatear",pageFullscreen:"Página en pantalla completa",fullscreen:"Pantalla completa",preview:"Vista previa",htmlPreview:"Vista previa del HTML",catalog:"Índice",github:"Código fuente del editor"},titleItem:{h1:"Encabezado de nivel 1",h2:"Encabezado de nivel 2",h3:"Encabezado de nivel 3",h4:"Encabezado de nivel 4",h5:"Encabezado de nivel 5",h6:"Encabezado de nivel 6"},imgTitleItem:{link:"Agregar enlace de imagen",upload:"Subir imagen",clip2upload:"Recortar y subir imagen"},linkModalTips:{linkTitle:"Agregar enlace",imageTitle:"Agregar imagen desde URL",descLabel:"Texto: ",descLabelPlaceHolder:"Introduce el texto...",urlLabel:"Enlace: ",urlLabelPlaceHolder:"Introduce el enlace...",buttonOK:"Confirmar"},clipModalTips:{title:"Recortar y subir imagen",buttonUpload:"Subir"},copyCode:{text:"Copiar código",successTips:"¡Copiado!",failTips:"¡Copia fallida!"},mermaid:{flow:"Diagrama de flujo",sequence:"Diagrama de secuencia",gantt:"Diagrama de Gantt",class:"Diagrama de clase",state:"Diagrama de estado",pie:"Diagrama de pastel",relationship:"Diagrama de relación",journey:"Diagrama de viaje"},katex:{inline:"Fórmula en línea",block:"Fórmula de bloque"},footer:{markdownTotal:"Conteo de letras",scrollAuto:"Desplazamiento automático"}},VL={toolbarTips:{bold:"Pogrubienie",underline:"Podkreślenie",italic:"Kursywa",strikeThrough:"Przekreślenie",title:"Tytuł",sub:"Indeks dolny",sup:"Indeks górny",quote:"Cytat",unorderedList:"Lista nieuporządkowana",orderedList:"Lista uporządkowana",task:"Lista zadań",codeRow:"Wbudowany kod",code:"Blok kodu",link:"Link",image:"Obraz",table:"Tabela",mermaid:"Schemat przepływu",katex:"Formuła",revoke:"Cofnij",next:"Przywróć",save:"Zapisz",prettier:"Upiększ",pageFullscreen:"Pełny ekran strony",fullscreen:"Pełny ekran",preview:"Podgląd",htmlPreview:"Podgląd HTML",catalog:"Spis treści",github:"Kod źródłowy edytora"},titleItem:{h1:"Nagłówek poziom 1",h2:"Nagłówek poziom 2",h3:"Nagłówek poziom 3",h4:"Nagłówek poziom 4",h5:"Nagłówek poziom 5",h6:"Nagłówek poziom 6"},imgTitleItem:{link:"Dodaj link do obrazu",upload:"Prześlij obraz",clip2upload:"Przytnij i prześlij obraz"},linkModalTips:{linkTitle:"Dodaj link",imageTitle:"Dodaj obraz z URL",descLabel:"Tekst: ",descLabelPlaceHolder:"Wpisz tekst...",urlLabel:"URL: ",urlLabelPlaceHolder:"Wpisz URL...",buttonOK:"Potwierdź"},clipModalTips:{title:"Przytnij i prześlij obraz",buttonUpload:"Prześlij"},copyCode:{text:"Skopiuj kod",successTips:"Skopiowano!",failTips:"Nie udało się skopiować!"},mermaid:{flow:"Schemat przepływu",sequence:"Schemat sekwencji",gantt:"Wykres Gantta",class:"Diagram klas",state:"Diagram stanów",pie:"Diagram kołowy",relationship:"Diagram relacji",journey:"Diagram podróży"},katex:{inline:"Formuła inline",block:"Formuła blokowa"},footer:{markdownTotal:"Liczba znaków",scrollAuto:"Automatyczne przewijanie"}},zL={toolbarTips:{bold:"жирный",underline:"подчёркнутый",italic:"курсив",strikeThrough:"зачёркнутый",title:"заголовок",sub:"нижний индекс",sup:"верхний индекс",quote:"цитата",unorderedList:"неупорядоченный список",orderedList:"упорядоченный список",task:"список задач",codeRow:"встроенный код",code:"блочный код",link:"ссылка",image:"изображение",table:"таблица",mermaid:"диаграмма",katex:"формула",revoke:"отмена",next:"вернуть",save:"сохранить",prettier:"форматировать",pageFullscreen:"на всю страницу",fullscreen:"на весь экран",preview:"превью",previewOnly:"только превью",htmlPreview:"превью html",catalog:"каталог",github:"исходный код"},titleItem:{h1:"Заголовок 1-го ур.",h2:"Заголовок 2-го ур.",h3:"Заголовок 3-го ур.",h4:"Заголовок 4-го ур.",h5:"Заголовок 5-го ур.",h6:"Заголовок 6-го ур."},imgTitleItem:{link:"Добавить ссылку на изображение",upload:"Загрузить изображение",clip2upload:"Из буфера обмена"},linkModalTips:{linkTitle:"Добавить ссылку",imageTitle:"Добавить изображение",descLabel:"Описание:",descLabelPlaceHolder:"Введите описание...",urlLabel:"Ссылка:",urlLabelPlaceHolder:"Введите ссылку...",buttonOK:"ОК"},clipModalTips:{title:"Обрезать изображение",buttonUpload:"Загрузить"},copyCode:{text:"Скопировать",successTips:"Скопировано!",failTips:"Не удалось скопировать!"},mermaid:{flow:"цепная",sequence:"последовательная",gantt:"временная",class:"структурная",state:"статусная",pie:"круговая",relationship:"реляционная",journey:"путешествия"},katex:{inline:"встроенная",block:"блочная"},footer:{markdownTotal:"Кол-во символов",scrollAuto:"Автопрокрутка"}},WL={toolbarTips:{bold:"太字",underline:"下線",italic:"斜体",strikeThrough:"取り消し線",title:"タイトル",sub:"下付き文字",sup:"上付き文字",quote:"引用",unorderedList:"番号なし箇条書き",orderedList:"番号付の箇条書き",task:"タスクリスト",codeRow:"インラインコード",code:"ブロックコード",link:"リンク",image:"イメージ",table:"テーブル",mermaid:"mermaid図",katex:"katex数式",revoke:"後退",next:"前進",save:"保存",prettier:"フォーマット",pageFullscreen:"ブラウザのフルスクリーン",fullscreen:"フルスクリーン",preview:"プレビュー",htmlPreview:"htmlプレビュー",catalog:"目次",github:"ギットハブ"},titleItem:{h1:"見出し1",h2:"見出し2",h3:"見出し3",h4:"見出し4",h5:"見出し5",h6:"見出し6"},imgTitleItem:{link:"リンク",upload:"アップロード",clip2upload:"トリミングアップロード"},linkModalTips:{linkTitle:"追加",imageTitle:"イメージ追加",descLabel:"リンクの説明:",descLabelPlaceHolder:"説明を入力してください...",urlLabel:"リンクアドレス:",urlLabelPlaceHolder:"リンクを入力してください...",buttonOK:"確定"},clipModalTips:{title:"トリミング画像のアップロード",buttonUpload:"アップロード"},copyCode:{text:"コードをコピー",successTips:"コピー成功!",failTips:"コピー失敗!"},mermaid:{flow:"フローチャート",sequence:"タイミング図",gantt:"ガントチャート",class:"クラス図",state:"状態図",pie:"円グラフ",relationship:"関係図",journey:"旅路図"},katex:{inline:"インライン数式",block:"ブロック数式"},footer:{markdownTotal:"単語数",scrollAuto:"同期スクロール"}},HL={toolbarTips:{bold:"tebal",underline:"garis bawah",italic:"miring",strikeThrough:"coret sambung",title:"judul",sub:"subscript",sup:"superscript",quote:"quote",unorderedList:"daftar tak berurutan",orderedList:"daftar berurutan",task:"daftar tugas",codeRow:"kode inline",code:"kode blok",link:"tautan",image:"gambar",table:"tabel",mermaid:"mermaid",katex:"rumus",revoke:"membatalkan",next:"membatalkan pembatalan",save:"simpan",prettier:"penataan",pageFullscreen:"layar penuh di halaman",fullscreen:"layar penuh",preview:"pratinjau",htmlPreview:"pratinjau html",catalog:"daftar isi",github:"kode sumber"},titleItem:{h1:"Judul 1",h2:"Judul 2",h3:"Judul 3",h4:"Judul 4",h5:"Judul 5",h6:"Judul 6"},imgTitleItem:{link:"Tambahkan Tautan Gambar",upload:"Unggah Gambar",clip2upload:"Potong dan Unggah"},linkModalTips:{linkTitle:"Tambahkan Tautan",imageTitle:"Tambahkan Gambar",descLabel:"Deskripsi:",descLabelPlaceHolder:"Masukkan deskripsi...",urlLabel:"Tautan:",urlLabelPlaceHolder:"Masukkan tautan...",buttonOK:"OK"},clipModalTips:{title:"Potong dan Unggah Gambar",buttonUpload:"Unggah"},copyCode:{text:"Salin",successTips:"Tersalin!",failTips:"Gagal menyalin!"},mermaid:{flow:"diagram aliran",sequence:"diagram urutan",gantt:"diagram gantt",class:"diagram kelas",state:"diagram status",pie:"diagram pie",relationship:"diagram hubungan",journey:"diagram perjalanan"},katex:{inline:"rumus inline",block:"rumus blok"},footer:{markdownTotal:"Jumlah Kata",scrollAuto:"Gulir Otomatis"}},GL={zh:"zh-CN",fr:"fr-FR",ja:"jp-JP",id:"id-ID",ru:"ru",de:"de-DE",it:"it-IT",es:"es-ES",pl:"pl-PL",en:"en-US"},KL={"fr-FR":ML,"de-DE":jL,"it-IT":UL,"es-ES":qL,"pl-PL":VL,ru:zL,"jp-JP":WL,"id-ID":HL},QL=Me({name:"TextEditor",components:{MdEditor:Bo.MdEditor,MdPreview:Bo.MdPreview},props:{applicationConfig:{type:Object,required:!1},currentContent:{type:String,required:!0},markdownMode:{type:Boolean,required:!1,default:!1},isReadOnly:{type:Boolean,required:!1,default:!1},resource:{type:Object,required:!1}},emits:["update:currentContent"],setup(e){const t=Ne.useGettext(),{currentTheme:r}=oi(),n=V(()=>{const{showPreviewOnlyMd:s=!0}=e.applicationConfig;return{showPreviewOnlyMd:s}}),o=V(()=>{var s;return e.markdownMode||["md","markdown"].includes((s=e.resource)==null?void 0:s.extension)||!y(n).showPreviewOnlyMd}),i=V(()=>y(r).isDark?"dark":"light");return Bo.config({editorConfig:{languageUserDefined:KL},editorExtensions:{screenfull:{instance:G0},cropper:{instance:K0}},markdownItPlugins(s){return[...s,{type:"xss",plugin:Bo.XSSPlugin,options:{}}]}}),{isMarkdown:o,theme:i,language:t,languages:GL}}}),XL={id:"text-editor-container",class:"oc-height-1-1"};function YL(e,t,r,n,o,i){const s=pe("md-preview"),l=pe("md-editor");return Z(),ve("div",XL,[e.isReadOnly?(Z(),Ce(s,{key:0,id:"text-editor-preview-component","model-value":e.currentContent,"no-katex":"","no-mermaid":"","no-prettier":"","no-upload-img":"","no-highlight":"",language:e.languages[e.language.current]||"en-US",theme:e.theme,"read-only":"",toolbars:[]},null,8,["model-value","language","theme"])):(Z(),Ce(l,{key:1,id:"text-editor-component","model-value":e.currentContent,"no-katex":"","no-mermaid":"","no-prettier":"","no-upload-img":"","no-highlight":"",language:e.languages[e.language.current]||"en-US",theme:e.theme,preview:e.isMarkdown,toolbars:e.isMarkdown?void 0:[],"toolbars-exclude":["save","katex","github","catalog","mermaid","prettier","fullscreen","htmlPreview","pageFullscreen"],"read-only":e.isReadOnly,onOnChange:t[0]||(t[0]=c=>e.$emit("update:currentContent",c))},null,8,["model-value","language","theme","preview","toolbars","read-only"]))])}const JL=Object.freeze(Object.defineProperty({__proto__:null,default:Ue(QL,[["render",YL]])},Symbol.toStringTag,{value:"Module"}));j.ActionMenuItem=Gf,j.ApiError=dA,j.AppBar=Uk,j.AppLoadingSpinner=Mf,j.AppProviderService=KT,j.AppTopBar=n0,j.AppWrapper=u0,j.AppWrapperRoute=JN,j.ArchiverService=pA,j.Auth=Mh,j.BatchActions=e0,j.Cache=_l,j.ClientService=EA,j.ClipboardActions=ti,j.CompareSaveDialog=rL,j.ConflictDialog=ol,j.ContextActionMenu=Kf,j.ContextActions=t0,j.ContextMenuQuickAction=Qf,j.CreateLinkModal=Ov,j.CreateShortcutModal=Pv,j.CreateSpace=Wk,j.CustomComponentTarget=sL,j.DateFilter=uD,j.DatePickerModal=kN,j.EDITOR_MODE_CREATE=sx,j.EDITOR_MODE_EDIT=ox,j.EVENT_FILE_DROPPED=Df,j.EVENT_TROW_CONTEXTMENU=dx,j.EVENT_TROW_MOUNTED=_v,j.EmojiPickerModal=Hv,j.EventBus=jh,j.FileInfo=s0,j.FilePickerModal=kv,j.FileSideBar=a0,j.FolderLoaderFavorites=Kh,j.FolderLoaderSharedViaLink=Qh,j.FolderLoaderSharedWithMe=Xh,j.FolderLoaderSharedWithOthers=Yh,j.FolderLoaderSpace=Gh,j.FolderLoaderTrashbin=Ky,j.FolderService=Qy,j.FolderViewModeConstants=Gt,j.HttpClient=Wl,j.ImageDimension=Vr,j.ImageType=ca,j.ItemFilter=pL,j.ItemFilterInline=hD,j.ItemFilterToggle=mL,j.Key=Uf,j.LinkRoleDropdown=xv,j.LoadingEventTopics=Pn,j.LoadingIndicator=wL,j.LoadingService=hI,j.MimeTypesToAppsSchema=Th,j.Modifier=qf,j.NoContentMessage=_L,j.Pagination=FL,j.PaginationConstants=En,j.PasswordPolicyService=oC,j.PortalTarget=LL,j.PortalTargetEventTopics=da,j.PreviewService=XI,j.ProcessorType=zs,j.QuotaModal=Uv,j.QuotaSelect=jv,j.RawConfigSchema=GF,j.ResolveStrategy=Ur,j.ResourceConflictModal=Rp,j.ResourceGhostElement=Xf,j.ResourceIcon=xo,j.ResourceLink=Lf,j.ResourceListItem=Oo,j.ResourceName=Bf,j.ResourcePreview=Fv,j.ResourceSize=f0,j.ResourceTable=F2,j.ResourceTile=x0,j.ResourceTiles=Q2,j.ResourceTransfer=Ip,j.RuntimeError=Ci,j.SaveAsModal=$v,j.SearchBarFilter=NL,j.SearchLocationFilterConstants=Sn,j.SideBar=i0,j.SideBarEventTopics=mt,j.SortConstants=Jn,j.SortDir=Ft,j.SpaceDetails=$D,j.SpaceDetailsMultiple=qD,j.SpaceInfo=o0,j.SpaceMoveInfoModal=Ap,j.SpaceNoSelection=GD,j.SpaceQuota=O0,j.TextEditor=nL,j.ThemeConfig=ZF,j.TransferType=hn,j.UnsavedChangesModal=l0,j.UppyService=aC,j.ViewOptions=r0,j.VisibilityObserver=Iv,j.WebDavDetails=k0,j.WebThemeConfig=jb,j.activeApp=Rl,j.authContextValues=TT,j.blobToArrayBuffer=Cb,j.breadcrumbsFromPath=RF,j.buildRoutes=aP,j.buildUrl=RT,j.cacheService=zl,j.canvasToBlob=Fb,j.cloneStateObject=Ep,j.concatBreadcrumbs=_F,j.contextQueryToFileContextProps=zb,j.contextRouteNameKey=Ys,j.contextRouteParamsKey=Sf,j.contextRouteQueryKey=Ef,j.createDefaultFileIconMapping=Fp,j.createFileRouteOptions=Jr,j.createLocationCommon=Ai,j.createLocationPublic=Ri,j.createLocationShares=Or,j.createLocationSpaces=xr,j.createLocationTrash=_i,j.defaultFuseOptions=sl,j.defineWebApplication=Q0,j.determineResourceTableSortFields=Sh,j.determineResourceTilesSortFields=zT,j.dirname=ht.dirname,j.displayPositionedDropdown=To,j.encodePath=mf,j.eventBus=Xe,j.filterResources=ZS,j.focusCheckbox=CT,j.folderService=Xy,j.formatDateFromDateTime=ri,j.formatDateFromHTTP=IF,j.formatDateFromISO=Eb,j.formatDateFromJSDate=Sb,j.formatDateFromRFC=CF,j.formatFileSize=wr,j.formatRelativeDateFromDateTime=Ao,j.formatRelativeDateFromHTTP=FF,j.formatRelativeDateFromISO=PF,j.formatRelativeDateFromJSDate=Tb,j.formatRelativeDateFromRFC=xF,j.getIndicators=Ro,j.getLocaleFromLanguage=Gs,j.getParentPaths=Ab,j.getSharedAncestorRoute=IT,j.getSharedDriveItem=ys,j.getSpacesByType=Io,j.isLocationActive=oP,j.isLocationCommonActive=Tt,j.isLocationPublicActive=Ar,j.isLocationSharesActive=kt,j.isLocationSpacesActive=ct,j.isLocationTrashActive=Rr,j.isResourceBeeingMovedToSameLocation=_p,j.isSameResource=to,j.locationPublicLink=Tl,j.locationPublicUpload=Al,j.locationSharesViaLink=El,j.locationSharesWithMe=ms,j.locationSharesWithOthers=Sl,j.locationSpacesGeneric=wl,j.objectKeys=QI,j.queryItemAsString=St,j.renameResource=al,j.resolveFileNameDuplicate=jr,j.resourceIconMappingInjectionKey=Cp,j.routeToContextQuery=Js,j.sortFields=Eh,j.sortHelper=vh,j.sortSpaceMembers=Ub,j.translateSortFields=WT,j.triggerDownloadWithFilename=Vl,j.useAbility=dr,j.useActionsShowDetails=YO,j.useActiveApp=AT,j.useActiveLocation=xn,j.useAppConfig=fh,j.useAppDefaults=Yb,j.useAppFileHandling=Tf,j.useAppFolderHandling=Hb,j.useAppMeta=_f,j.useAppNavigation=Wb,j.useAppProviderService=ZO,j.useAppsStore=Zr,j.useArchiverService=vv,j.useAuthService=Af,j.useAuthStore=Yn,j.useBreadcrumbsFromPath=ek,j.useCanBeOpenedWithSecureView=Vf,j.useCanListShares=Tv,j.useCanListVersions=Xv,j.useCanShare=Av,j.useCapabilityStore=tr,j.useClientService=Je,j.useClipboard=If,j.useClipboardStore=_o,j.useConfigStore=at,j.useCreateSpace=Li,j.useDeleteWorker=Jb,j.useDocumentTitle=Gb,j.useDownloadFile=wv,j.useDriveResolver=Xb,j.useEmbedMode=ni,j.useEventBus=Fo,j.useExtensionPreferencesStore=xb,j.useExtensionRegistry=Di,j.useFileActions=qr,j.useFileActionsCopy=ra,j.useFileActionsCopyPermanentLink=Cf,j.useFileActionsCreateLink=SO,j.useFileActionsCreateNewFile=fx,j.useFileActionsCreateNewFolder=ux,j.useFileActionsCreateNewShortcut=Qx,j.useFileActionsCreateSpaceFromResource=$f,j.useFileActionsDelete=ia,j.useFileActionsDeleteResources=tv,j.useFileActionsDisableSync=na,j.useFileActionsDownloadArchive=oa,j.useFileActionsDownloadFile=Po,j.useFileActionsEmptyTrashBin=Ff,j.useFileActionsEnableSync=ea,j.useFileActionsFavorite=Pf,j.useFileActionsMove=sa,j.useFileActionsNavigate=xf,j.useFileActionsOpenShortcut=Xx,j.useFileActionsOpenWithApp=Nv,j.useFileActionsPaste=Sv,j.useFileActionsRename=aa,j.useFileActionsRestore=la,j.useFileActionsSaveAs=Dv,j.useFileActionsSetImage=Ev,j.useFileActionsShowActions=cx,j.useFileActionsShowDetails=kf,j.useFileActionsShowShares=Nf,j.useFileActionsToggleHideShare=ta,j.useFileListHeaderPosition=tk,j.useFileRouteReplace=Ks,j.useFolderLink=ai,j.useGetMatchingSpace=ar,j.useGetResourceContext=Yv,j.useGroupingSettings=BL,j.useIsFilesAppActive=On,j.useIsSearchActive=ls,j.useIsTopBarSticky=jf,j.useKeyboardActions=Kv,j.useLinkTypes=ua,j.useLoadPreview=Wf,j.useLoadingService=lr,j.useLocalStorage=vf,j.useMessages=it,j.useModals=yt,j.useOpenEmptyEditor=JO,j.useOpenWithDefaultApp=Vv,j.usePagination=nk,j.usePasswordPolicyService=Qv,j.usePasteWorker=Zb,j.usePortalTarget=sk,j.usePreviewService=Of,j.useRequest=Kb,j.useRequestHeaders=Zs,j.useResourceContents=Zv,j.useResourceRouteResolver=fa,j.useResourcesStore=Ke,j.useRestoreWorker=ev,j.useRoute=Jt,j.useRouteMeta=qb,j.useRouteName=Qs,j.useRouteParam=Xs,j.useRouteQuery=rr,j.useRouteQueryPersisted=wn,j.useRouter=We,j.useScrollTo=Rv,j.useSearch=Rf,j.useSelectedResources=Hf,j.useService=yn,j.useSharesStore=Mt,j.useSideBar=Rb,j.useSort=MT,j.useSpaceActionsDelete=Lv,j.useSpaceActionsDisable=Bv,j.useSpaceActionsDuplicate=Mv,j.useSpaceActionsEditDescription=kO,j.useSpaceActionsEditQuota=qv,j.useSpaceActionsEditReadmeContent=WO,j.useSpaceActionsNavigateToTrash=GO,j.useSpaceActionsRename=zv,j.useSpaceActionsRestore=Wv,j.useSpaceActionsSetIcon=XO,j.useSpaceActionsShowMembers=HO,j.useSpaceHelpers=si,j.useSpacesLoading=Qb,j.useSpacesStore=dt,j.useThemeStore=oi,j.useTileSize=Jv,j.useTokenTimerWorker=dP,j.useUpload=uk,j.useUserStore=bt,j.useViewMode=ak,j.useViewSize=lk,j.useViewSizeMax=zf,j.useWebWorkersStore=Co,j.useWindowOpen=Gv,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});
|
|
63
|
+
*/function P2(e){return e}const S$={escapeDeactivates:{type:Boolean,default:!0},returnFocusOnDeactivate:{type:Boolean,default:!0},allowOutsideClick:{type:[Boolean,Function],default:!0},clickOutsideDeactivates:[Boolean,Function],initialFocus:[String,Function,Boolean],fallbackFocus:[String,Function],checkCanFocusTrap:Function,checkCanReturnFocus:Function,delayInitialFocus:{type:Boolean,default:!0},document:Object,preventScroll:Boolean,setReturnFocus:[Object,String,Boolean,Function],tabbableOptions:Object};Object.assign({active:{type:Boolean,default:!0}},S$);var E$=Object.defineProperty,u0=Object.getOwnPropertySymbols,T$=Object.prototype.hasOwnProperty,A$=Object.prototype.propertyIsEnumerable,f0=(e,t,n)=>t in e?E$(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,R$=(e,t)=>{for(var n in t||(t={}))T$.call(t,n)&&f0(e,n,t[n]);if(u0)for(var n of u0(t))A$.call(t,n)&&f0(e,n,t[n]);return e};const d0=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},_$={},I$={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},C$=fe("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),P$=[C$];function F$(e,t){return J(),ve("svg",I$,P$)}const O$=d0(_$,[["render",F$]]),x$={},k$={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},N$=fe("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),$$=[N$];function D$(e,t){return J(),ve("svg",k$,$$)}R$({},{Deselect:O$,OpenIndicator:d0(x$,[["render",D$]])});const L$=["aria-label"],M$=Me({__name:"OcSpinner",props:{ariaLabel:{default:""},size:{default:"medium"}},setup(e){const t=U(()=>["oc-spinner",`oc-spinner-${ri(e.size||"medium")}`]);return(n,r)=>(J(),ve("span",{class:H.normalizeClass(t.value),"aria-label":n.ariaLabel,tabindex:"-1",role:"img"},null,10,L$))}}),B$={class:"oc-thead"},j$=Me({name:"OcTableHead",__name:"OcTableHead",setup(e){return(t,n)=>(J(),ve("thead",B$,[Ge(t.$slots,"default")]))}}),U$=Me({name:"OcTableBody",__name:"OcTableBody",setup(e){return(t,n)=>(J(),ve("tbody",null,[Ge(t.$slots,"default")]))}}),p0=({target:e,mode:t="show",rootMargin:n="100px",onVisibleCallback:r})=>{if(!(window&&"IntersectionObserver"in window))return{isVisible:oe(!0)};const i=oe(!1),s=new IntersectionObserver(a=>{const c=a.at(-1).isIntersecting;i.value=c,p(i)&&r&&r(),t!=="showHide"&&i.value&&s.unobserve(e.value)},{rootMargin:n});return Tt(e,()=>{s.observe(e.value)}),jn(()=>s.disconnect()),{isVisible:i}},h0=Me({__name:"OcTableCell",props:{alignH:{default:"left"},alignV:{default:"middle"},type:{default:"td"},width:{default:"auto"},wrap:{}},emits:["click"],setup(e,{emit:t}){const n=t,r=U(()=>{const o=["oc-table-cell",`oc-table-cell-align-${e.alignH}`,`oc-table-cell-align-${e.alignV}`,`oc-table-cell-width-${e.width}`];return e.wrap&&o.push(`oc-text-${e.wrap}`),o});return(o,i)=>(J(),Ce(Wr(o.type),{class:H.normalizeClass(r.value),onClick:i[0]||(i[0]=s=>n("click",s))},{default:Te(()=>[Ge(o.$slots,"default")]),_:3},8,["class"]))}}),g0=Me({__name:"OcTableTd",props:{alignH:{default:"left"},alignV:{default:"middle"},width:{default:"auto"},wrap:{}},setup(e){return(t,n)=>(J(),Ce(h0,{type:"td","align-h":t.alignH,"align-v":t.alignV,width:t.width,wrap:t.wrap,class:"oc-td"},{default:Te(()=>[Ge(t.$slots,"default")]),_:3},8,["align-h","align-v","width","wrap"]))}}),m0=Me({__name:"OcTableTr",props:{lazy:{}},emits:["contextmenu","click","dragstart","drop","dragenter","dragleave","dragover","mouseleave","itemVisible"],setup(e,{emit:t}){const n=t,r=Td((a,c)=>{let u;return{get(){return a(),u},set(l){u=l,c()}}}),o=U(()=>e.lazy?e.lazy.colspan:1),{isVisible:i}=e.lazy?p0({...e.lazy,target:r,onVisibleCallback:()=>n("itemVisible")}):{isVisible:oe(!0)},s=U(()=>!p(i));return e.lazy||n("itemVisible"),(a,c)=>(J(),ve("tr",{ref_key:"observerTarget",ref:r,onClick:c[0]||(c[0]=u=>a.$emit("click",u)),onContextmenu:c[1]||(c[1]=u=>a.$emit("contextmenu",u)),onDragstart:c[2]||(c[2]=u=>a.$emit("dragstart",u)),onDrop:c[3]||(c[3]=u=>a.$emit("drop",u)),onDragenter:c[4]||(c[4]=u=>a.$emit("dragenter",u)),onDragleave:c[5]||(c[5]=u=>a.$emit("dragleave",u)),onDragover:c[6]||(c[6]=u=>a.$emit("dragover",u)),onMouseleave:c[7]||(c[7]=u=>a.$emit("mouseleave",u))},[s.value?(J(),Ce(g0,{key:0,colspan:o.value},{default:Te(()=>c[8]||(c[8]=[fe("span",{class:"shimmer"},null,-1)])),_:1},8,["colspan"])):Ge(a.$slots,"default",{key:1})],544))}}),q$=Me({__name:"OcTableTh",props:{alignH:{default:"left"},alignV:{default:"middle"},width:{default:"auto"},wrap:{}},emits:["click"],setup(e){return(t,n)=>(J(),Ce(h0,{type:"th","align-h":t.alignH,"align-v":t.alignV,width:t.width,wrap:t.wrap,class:"oc-th",onClick:n[0]||(n[0]=r=>t.$emit("click",r))},{default:Te(()=>[Ge(t.$slots,"default")]),_:3},8,["align-h","align-v","width","wrap"]))}}),V$={key:0,class:"oc-table-thead-content"},z$=["textContent"],W$={key:1},H$={key:0,class:"oc-table-thead-content"},G$=["textContent"],K$={key:1,class:"oc-table-footer"},Q$={class:"oc-table-footer-row"},X$=["colspan"],y0="asc",Gf="desc",Y$=Me({__name:"OcTable",props:{data:{},fields:{},disabled:{default:()=>[]},dragDrop:{type:Boolean,default:!1},hasHeader:{type:Boolean,default:!0},headerPosition:{default:0},highlighted:{},hover:{type:Boolean,default:!1},idKey:{default:"id"},itemDomSelector:{type:Function},lazy:{type:Boolean,default:!1},paddingX:{default:"small"},sortBy:{},sortDir:{},sticky:{type:Boolean,default:!1}},emits:["itemDropped","itemDragged","theadClicked","highlight","rowMounted","contextmenuClicked","sort","dropRowStyling","itemVisible"],setup(e,{emit:t}){const n=t,r={EVENT_THEAD_CLICKED:_P,EVENT_TROW_CLICKED:IP,EVENT_TROW_MOUNTED:CP,EVENT_TROW_CONTEXTMENU:PP},{$gettext:o}=Ne.useGettext(),i=D=>e.itemDomSelector?e.itemDomSelector(D):D[e.idKey],s=U(()=>{const D=["oc-table"];return e.hover&&D.push("oc-table-hover"),e.sticky&&D.push("oc-table-sticky"),D}),a=U(()=>e.fields.length),c=D=>{D.preventDefault()},u=(D,k)=>{n(FP,D,k)},l=(D,k)=>{n(Ab,D,k)},f=(D,k,N)=>{n("dropRowStyling",D,k,N)},d=D=>D.type==="slot",m=D=>["callback","function"].indexOf(D.type)>=0,w=D=>Object.prototype.hasOwnProperty.call(D,"title")?D.title:D.name,v=()=>({class:s.value}),T=(D,k)=>{const N=h(D);return N.class=`oc-table-header-cell oc-table-header-cell-${D.name}`,Object.prototype.hasOwnProperty.call(D,"thClass")&&(N.class+=` ${D.thClass}`),e.sticky&&(N.style=`top: ${e.headerPosition}px;`),k===0&&(N.class+=` oc-pl-${ri(e.paddingX)} `),k===e.fields.length-1&&(N.class+=` oc-pr-${ri(e.paddingX)}`),I(N,D),N},b=(D,k)=>({...e.lazy&&{lazy:{colspan:a.value}},class:["oc-tbody-tr",`oc-tbody-tr-${i(D)||k}`,y(D)?"oc-table-highlighted":void 0,S(D)?"oc-table-disabled":void 0].filter(Boolean)}),g=(D,k,N)=>{const j=h(D);return j.class=`oc-table-data-cell oc-table-data-cell-${D.name}`,Object.prototype.hasOwnProperty.call(D,"tdClass")&&(j.class+=` ${D.tdClass}`),Object.prototype.hasOwnProperty.call(D,"wrap")&&(j.wrap=D.wrap),k===0&&(j.class+=` oc-pl-${ri(e.paddingX)} `),k===e.fields.length-1&&(j.class+=` oc-pr-${ri(e.paddingX)}`),Object.prototype.hasOwnProperty.call(D,"accessibleLabelCallback")&&(j["aria-label"]=D.accessibleLabelCallback(N)),j},h=D=>({...(D==null?void 0:D.alignH)&&{alignH:D.alignH},...(D==null?void 0:D.alignV)&&{alignV:D.alignV},...(D==null?void 0:D.width)&&{width:D.width},class:void 0,wrap:void 0,style:void 0}),y=D=>e.highlighted?Array.isArray(e.highlighted)?e.highlighted.indexOf(D[e.idKey])>-1:e.highlighted===D[e.idKey]:!1,S=D=>e.disabled.length?e.disabled.indexOf(D[e.idKey])>-1:!1,E=(D,k,N)=>{const j=[N[e.idKey],k+1].filter(Boolean);return d(D)?[...j,D.name].join("-"):m(D)?[...j,D.callback(N[D.name])].join("-"):[...j,N[D.name]].join("-")},R=D=>o("Sort by %{ name }",{name:D}),I=(D,k)=>{if(!A(k))return;let N="none";e.sortBy===k.name&&(N=e.sortDir===y0?"ascending":"descending"),D["aria-sort"]=N},A=({sortable:D})=>!!D,$=D=>{if(!A(D))return;let k=e.sortDir;e.sortBy===D.name&&e.sortDir!==void 0&&(k=e.sortDir===Gf?y0:Gf),(e.sortBy!==D.name||e.sortDir===void 0)&&(k=D.sortDir||Gf),n("sort",{sortBy:D.name,sortDir:k})};return(D,k)=>{const N=pe("oc-icon");return J(),ve("table",Zt(v(),{class:"has-item-context-menu"}),[D.hasHeader?(J(),Ce(j$,{key:0},{default:Te(()=>[be(m0,{class:"oc-table-header-row"},{default:Te(()=>[(J(!0),ve(Qe,null,kt(D.fields,(j,W)=>(J(),Ce(q$,Zt({key:`oc-thead-${j.name}`,ref_for:!0},T(j,W)),{default:Te(()=>[j.sortable?(J(),Ce(VN,{key:0,"aria-label":R(j.name),appearance:"raw",class:"oc-button-sort oc-width-1-1","gap-size":"small","no-hover":"",onClick:X=>$(j)},{default:Te(()=>[j.headerType==="slot"?(J(),ve("span",V$,[Ge(D.$slots,j.name+"Header")])):(J(),ve("span",{key:1,class:"oc-table-thead-content header-text",textContent:H.toDisplayString(w(j))},null,8,z$)),be(N,{name:D.sortDir==="asc"?"arrow-down":"arrow-up","fill-type":"line",class:H.normalizeClass([{"oc-invisible-sr":D.sortBy!==j.name},"oc-p-xs oc-rounded"]),size:"small"},null,8,["name","class"])]),_:2},1032,["aria-label","onClick"])):(J(),ve("div",W$,[j.headerType==="slot"?(J(),ve("span",H$,[Ge(D.$slots,j.name+"Header")])):(J(),ve("span",{key:1,class:"oc-table-thead-content header-text",textContent:H.toDisplayString(w(j))},null,8,G$))]))]),_:2},1040))),128))]),_:3})]),_:3})):Oe("",!0),be(U$,{class:"has-item-context-menu"},{default:Te(()=>[(J(!0),ve(Qe,null,kt(D.data,(j,W)=>(J(),Ce(m0,Zt({key:`oc-tbody-tr-${i(j)||W}`,ref_for:!0,ref:`row-${W}`},b(j,W),{"data-item-id":j[D.idKey],draggable:D.dragDrop,onClick:X=>D.$emit(r.EVENT_TROW_CLICKED,[j,X]),onContextmenu:X=>D.$emit(r.EVENT_TROW_CONTEXTMENU,D.$refs[`row-${W}`][0],X,j),onVnodeMounted:X=>D.$emit(r.EVENT_TROW_MOUNTED,j,D.$refs[`row-${W}`][0]),onDragstart:X=>u(j,X),onDrop:X=>l(i(j),X),onDragenter:Rn(X=>f(i(j),!1,X),["prevent"]),onDragleave:Rn(X=>f(i(j),!0,X),["prevent"]),onMouseleave:X=>f(i(j),!0,X),onDragover:k[0]||(k[0]=X=>c(X)),onItemVisible:X=>D.$emit("itemVisible",j)}),{default:Te(()=>[(J(!0),ve(Qe,null,kt(D.fields,(X,ie)=>(J(),Ce(g0,Zt({key:"oc-tbody-td-"+E(X,ie,j),ref_for:!0},g(X,ie,j)),{default:Te(()=>[d(X)?Ge(D.$slots,X.name,{key:0,item:j}):m(X)?(J(),ve(Qe,{key:1},[Vt(H.toDisplayString(X.callback(j[X.name])),1)],64)):(J(),ve(Qe,{key:2},[Vt(H.toDisplayString(j[X.name]),1)],64))]),_:2},1040))),128))]),_:2},1040,["data-item-id","draggable","onClick","onContextmenu","onVnodeMounted","onDragstart","onDrop","onDragenter","onDragleave","onMouseleave","onItemVisible"]))),128))]),_:3}),D.$slots.footer?(J(),ve("tfoot",K$,[fe("tr",Q$,[fe("td",{colspan:a.value,class:"oc-table-footer-cell"},[Ge(D.$slots,"footer")],8,X$)])])):Oe("",!0)],16)}}}),J$=850,Z$=Me({components:{ContextMenuQuickAction:qf,ResourceGhostElement:Vf,ResourceListItem:Po,ResourceSize:Jv,OcTable:Y$,OcSpinner:M$},props:{resources:{type:Array,required:!0},resourceDomSelector:{type:Function,required:!1,default:e=>ee.extractDomSelector(e.id)},arePathsDisplayed:{type:Boolean,required:!1,default:!1},areThumbnailsDisplayed:{type:Boolean,required:!1,default:!0},selectedIds:{type:Array,default:()=>[]},hasActions:{type:Boolean,required:!1,default:!0},targetRouteCallback:{type:Function,required:!1,default:void 0},areResourcesClickable:{type:Boolean,required:!1,default:!0},headerPosition:{type:Number,required:!1,default:0},isSelectable:{type:Boolean,required:!1,default:!0},isSideBarOpen:{type:Boolean,required:!1,default:!1},paddingX:{type:String,required:!1,default:"small",validator:e=>/(xsmall|small|medium|large|xlarge)/.test(e)},dragDrop:{type:Boolean,required:!1,default:!1},viewMode:{type:String,default:()=>Gt.defaultModeName,validator:e=>[Gt.name.condensedTable,Gt.name.table].includes(e)},hover:{type:Boolean,required:!1,default:!0},sortBy:{type:String,required:!1,default:void 0},fieldsDisplayed:{type:Array,required:!1,default:null},sortDir:{type:String,required:!1,default:void 0,validator:e=>e===void 0||[Bt.Asc.toString(),Bt.Desc.toString()].includes(e)},space:{type:Object,required:!1,default:null},resourceType:{type:String,default:"file"},lazy:{type:Boolean,default:!0},groupingSettings:{type:Object,required:!1,default:null}},emits:["fileClick","sort","rowMounted",Pf,"update:selectedIds","update:modelValue"],setup(e,t){const n=ze(),r=rn(),{getMatchingSpace:o}=ln(),{canBeOpenedWithSecureView:i}=Df(),s=si({space:oe(e.space),targetRouteCallback:U(()=>e.targetRouteCallback)}),{isSticky:a}=kf(),{isLocationPicker:c,isFilePicker:u,postMessage:l,isEnabled:f,fileTypes:d}=ni(),{getDefaultAction:m}=Vn(),w=st(),{options:v}=He.storeToRefs(w),T=To(),{resources:b,action:g}=He.storeToRefs(T),h=Xr(),{userContextReady:y}=He.storeToRefs(h),S=Ke(),{areFileExtensionsShown:E,latestSelectedId:R,deleteQueue:I}=He.storeToRefs(S),A=oe(),$=oe(),D=oe(),{width:k}=Mr.useWindowSize(),N=U(()=>r.filesTags&&k.value>=J$),{actions:j}=ra(),{actions:W}=Ov(),X=U(()=>p(j)[0].handler),ie=U(()=>p(W)[0].handler),de=Y=>Y.length>7?Y:"",se=Y=>{var _;return p(f)&&((_=p(d))!=null&&_.length)?!p(d).includes(Y.extension)&&!p(d).includes(Y.mimeType)&&!Y.isFolder:Y.processing===!0||Ie(Y.id)},we=U(()=>{var Y,_;return((_=(Y=e.resources)==null?void 0:Y.filter(F=>se(F)===!0))==null?void 0:_.map(F=>F.id))||[]}),Se=Y=>!e.areResourcesClickable||ee.isProjectSpaceResource(Y)&&Y.disabled||!Y.isFolder&&(!Y.canDownload()&&!i(Y)||p(f)&&!p(u))?!1:!p(we).includes(Y.id),Z=Y=>{Xe.publish("app.files.list.clicked"),t.emit("update:selectedIds",Y)},ne=Y=>{S.toggleSelection(Y),Z(S.selectedIds)},le=Y=>{if(Y.isFolder)return s.getFolderLink(Y);let _=e.space;_||(_=o(Y));const F=m({resources:[Y],space:_});if(F!=null&&F.route)return F.route({space:_,resources:[Y]})},Ie=Y=>p(I).includes(Y);return{router:n,configOptions:v,dragItem:A,ghostElement:$,contextMenuButton:D,getTagToolTip:de,renameActions:j,renameActionsSpace:W,renameHandler:X,renameHandlerSpace:ie,FolderViewModeConstants:Gt,hasTags:N,disabledResources:we,isResourceDisabled:se,userContextReady:y,getMatchingSpace:o,clipboardResources:b,clipboardAction:g,...aa({space:oe(e.space),targetRouteCallback:U(()=>e.targetRouteCallback)},t),...s,postMessage:l,isFilePicker:u,isLocationPicker:c,isEmbedModeEnabled:f,emitSelect:Z,toggleSelection:ne,areFileExtensionsShown:E,latestSelectedId:R,isResourceClickable:Se,getResourceLink:le,isSticky:a,isResourceInDeleteQueue:Ie}},data(){return{constants:{ImageDimension:zn,EVENT_TROW_MOUNTED:hv}}},computed:{fields(){if(this.resources.length===0)return[];const e=this.resources[0],t=[];this.isSelectable&&t.push({name:"select",title:"",type:"slot",headerType:"slot",width:"shrink"});const n=gh(e);return t.push(...[{name:"name",title:this.$gettext("Name"),type:"slot",width:"expand",wrap:"truncate"},{name:"manager",prop:"members",title:this.$gettext("Manager"),type:"slot"},{name:"members",title:this.$gettext("Members"),prop:"members",type:"slot"},{name:"totalQuota",prop:"spaceQuota.total",title:this.$gettext("Total quota"),type:"slot",sortable:!0},{name:"usedQuota",prop:"spaceQuota.used",title:this.$gettext("Used quota"),type:"slot",sortable:!0},{name:"remainingQuota",prop:"spaceQuota.remaining",title:this.$gettext("Remaining quota"),type:"slot",sortable:!0},{name:"indicators",title:this.$gettext("Status"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"size",title:this.$gettext("Size"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"syncEnabled",title:this.$gettext("Info"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"status",prop:"disabled",title:this.$gettext("Status"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"tags",title:this.$gettext("Tags"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"sharedBy",title:this.$gettext("Shared by"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"sharedWith",title:this.$gettext("Shared with"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"},{name:"mdate",title:this.$gettext("Modified"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:r=>this.formatDateRelative(r.mdate)+" ("+this.formatDate(r.mdate)+")"},{name:"sdate",title:this.$gettext("Shared on"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:r=>this.formatDateRelative(r.sdate)+" ("+this.formatDate(r.sdate)+")"},{name:"ddate",title:this.$gettext("Deleted"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink",accessibleLabelCallback:r=>this.formatDateRelative(r.ddate)+" ("+this.formatDate(r.ddate)+")"}].filter(r=>{if(r.name==="tags"&&!this.hasTags)return!1;let o;return r.prop?o=_l(e,r.prop)!==void 0:o=Object.prototype.hasOwnProperty.call(e,r.name),this.fieldsDisplayed?o&&this.fieldsDisplayed.includes(r.name):o}).map(r=>{const o=n.find(i=>i.name===r.name);return o&&Object.assign(r,{sortable:o.sortable,sortDir:o.sortDir}),r})),this.hasActions&&t.push({name:"actions",title:this.$gettext("Actions"),type:"slot",alignH:"right",wrap:"nowrap",width:"shrink"}),t},areAllResourcesSelected(){const e=this.disabledResources.length===this.resources.length,t=this.selectedResources.length===this.resources.length-this.disabledResources.length;return!e&&t},selectAllCheckboxLabel(){return this.areAllResourcesSelected?this.$gettext("Clear selection"):this.$gettext("Select all")},selectedResources(){return this.resources.filter(e=>this.selectedIds.includes(e.id))},contextMenuLabel(){return this.$gettext("Show context menu")},dragSelection(){const e=[...this.selectedResources];return e.splice(e.findIndex(t=>t.id===this.dragItem.id),1),e}},methods:{isResourceSelected(e){return this.selectedIds.includes(e.id)},isResourceCut(e){return this.clipboardAction!==ei.Cut?!1:this.clipboardResources.some(t=>t.id===e.id)},getTagLink(e){var n;const t=(n=p(this.router.currentRoute).query)==null?void 0:n.term;return Ti("files-common-search",{query:{provider:"files.sdk",q_tags:e,...t&&{term:t}}})},getTagComponentAttrs(e){return this.userContextReady?{to:this.getTagLink(e)}:{}},isLatestSelectedItem(e){return e.id===this.latestSelectedId},hasRenameAction(e){return ee.isProjectSpaceResource(e)?this.renameActionsSpace.filter(t=>t.isVisible({resources:[e]})).length:this.renameActions.filter(t=>t.isVisible({space:this.space,resources:[e]})).length},openRenameDialog(e){if(ee.isProjectSpaceResource(e))return this.renameHandlerSpace({resources:[e]});this.renameHandler({space:this.getMatchingSpace(e),resources:[e]})},openTagsSidebar(){Xe.publish(yt.open)},openSharingSidebar(e){let t;e.type==="space"?t="space-share":t="sharing",Xe.publish(yt.openWithPanel,t)},async fileDragged(e,t){this.dragDrop&&(await this.setDragItem(e,t),this.addSelectedResource(e))},fileDropped(e,t){if(!this.dragDrop||(t.dataTransfer.types||[]).some(s=>s==="Files"))return;this.dragItem=null;const i=t.target.closest("tr").dataset.itemId;this.dropRowStyling(e,!0,t),this.$emit(Pf,i)},async setDragItem(e,t){this.dragItem=e,await this.$nextTick(),this.ghostElement.$el.ariaHidden="true",this.ghostElement.$el.style.left="-99999px",this.ghostElement.$el.style.top="-99999px",t.dataTransfer.setDragImage(this.ghostElement.$el,0,0),t.dataTransfer.dropEffect="move",t.dataTransfer.effectAllowed="move"},dropRowStyling(e,t,n){var s,a;if((((s=n.dataTransfer)==null?void 0:s.types)||[]).some(c=>c==="Files")||(a=n.currentTarget)!=null&&a.contains(n.relatedTarget))return;const o=document.getElementsByClassName(`oc-tbody-tr-${e}`)[0].classList,i="highlightedDropTarget";t?o.remove(i):o.add(i)},sort(e){this.$emit("sort",e)},addSelectedResource(e){this.isResourceSelected(e)||this.toggleSelection(e.id)},showContextMenuOnBtnClick(e,t){if(this.isResourceDisabled(t))return!1;const{dropdown:n,event:r}=e;(n==null?void 0:n.tippy)!==void 0&&(this.isResourceSelected(t)||this.emitSelect([t.id]),wo(n.tippy,r,this.contextMenuButton))},showContextMenu(e,t,n){if(t.preventDefault(),this.isResourceDisabled(n))return!1;const r=e.$el.getElementsByClassName("resource-table-btn-action-dropdown")[0];r!==void 0&&(this.isResourceSelected(n)||this.emitSelect([n.id]),wo(r._tippy,t,this.contextMenuButton))},rowMounted(e,t){this.$emit("rowMounted",e,t,this.constants.ImageDimension.Thumbnail)},fileClicked(e){var s,a;const t=e[0];if(this.isResourceDisabled(t))return;if(this.isEmbedModeEnabled&&this.isFilePicker&&!t.isFolder)return this.postMessage("opencloud-embed:file-pick",{resource:JSON.parse(JSON.stringify(t)),locationQuery:JSON.parse(JSON.stringify(Ks(p(this.router.currentRoute))))});const n=e[1],r=e[2]??!1,o=(n==null?void 0:n.target).getAttribute("type")==="checkbox";if(((a=(s=n==null?void 0:n.target)==null?void 0:s.closest("div"))==null?void 0:a.id)!=="oc-files-context-menu"){if(n&&n.metaKey)return Xe.publish("app.files.list.clicked.meta",t);if(n&&n.shiftKey)return Xe.publish("app.files.list.clicked.shift",{resource:t,skipTargetSelection:r});if(!o&&!this.isResourceSelected(t))return this.emitSelect([t.id])}},formatDate(e){return pb(new Date(e),this.$language.current)},formatDateRelative(e){return gb(new Date(e),this.$language.current)},toggleSelectionAll(){if(this.areAllResourcesSelected)return this.emitSelect([]);this.emitSelect(this.resources.filter(e=>!this.disabledResources.includes(e.id)).map(e=>e.id))},emitFileClick(e){const t=this.getMatchingSpace(e);this.$emit("fileClick",{space:t,resources:[e]})},getResourceCheckboxLabel(e){return e.type==="folder"?this.$gettext("Select folder"):this.$gettext("Select file")},getSharedWithAvatarDescription(e){if(!ee.isShareResource(e))return;const t=e.type==="folder"?this.$gettext("folder"):this.$gettext("file"),n=e.sharedWith.filter(({shareType:r})=>ee.ShareTypes.authenticated.includes(ee.ShareTypes.getByValue(r))).length;return n?this.$ngettext("This %{ resourceType } is shared via %{ shareCount } invite","This %{ resourceType } is shared via %{ shareCount } invites",n,{resourceType:t,shareCount:n.toString()}):""},getSharedByAvatarDescription(e){if(!ee.isShareResource(e))return"";const t=e.type==="folder"?this.$gettext("folder"):this.$gettext("file");return this.$gettext("This %{ resourceType } is shared by %{ user }",{resourceType:t,user:e.sharedBy.map(({displayName:n})=>n).join(", ")})},getSharedByAvatarItems(e){return ee.isShareResource(e)?e.sharedBy.map(t=>({displayName:t.displayName,name:t.displayName,shareType:ee.ShareTypes.user.value,username:t.id})):[]},getSharedWithAvatarItems(e){return ee.isShareResource(e)?e.sharedWith.filter(({shareType:t})=>ee.ShareTypes.authenticated.includes(ee.ShareTypes.getByValue(t))).map(t=>({displayName:t.displayName,name:t.displayName,shareType:t.shareType,username:t.id})):[]}}}),eD={class:"resource-table-select-all"},tD={class:"oc-text-truncate"},nD=["textContent"],rD=["textContent"],iD=["textContent"],oD={key:0,class:"resource-table-actions"};function sD(e,t,n,r,o,i){const s=pe("oc-checkbox"),a=pe("oc-spinner"),c=pe("resource-list-item"),u=pe("oc-icon"),l=pe("oc-button"),f=pe("resource-size"),d=pe("oc-tag"),m=pe("oc-status-indicators"),w=pe("oc-avatars"),v=pe("context-menu-quick-action"),T=pe("oc-table"),b=pe("resource-ghost-element"),g=dn("oc-tooltip");return J(),ve(Qe,null,[be(T,Zt(e.$attrs,{id:"files-space-table",class:[{condensed:e.viewMode===e.FolderViewModeConstants.name.condensedTable,"files-table":e.resourceType==="file","files-table-squashed":e.resourceType==="file"&&e.isSideBarOpen,"spaces-table":e.resourceType==="space","spaces-table-squashed":e.resourceType==="space"&&e.isSideBarOpen}],data:e.resources,fields:e.fields,highlighted:e.selectedIds,disabled:e.disabledResources,sticky:e.isSticky,"header-position":e.headerPosition,"drag-drop":e.dragDrop,hover:e.hover,"item-dom-selector":e.resourceDomSelector,selection:e.selectedResources,"sort-by":e.sortBy,"sort-dir":e.sortDir,lazy:e.lazy,"grouping-settings":e.groupingSettings,"padding-x":"medium",onHighlight:e.fileClicked,onRowMounted:e.rowMounted,onContextmenuClicked:e.showContextMenu,onItemDropped:e.fileDropped,onItemDragged:e.fileDragged,onDropRowStyling:e.dropRowStyling,onSort:e.sort,"onUpdate:modelValue":t[0]||(t[0]=h=>e.$emit("update:modelValue",h))}),Wd({name:Te(({item:h})=>[fe("div",{class:H.normalizeClass(["resource-table-resource-wrapper",[{"resource-table-resource-wrapper-limit-max-width":e.hasRenameAction(h)}]])},[Ge(e.$slots,"image",{resource:h}),(J(),Ce(c,{key:`${h.path}-${e.resourceDomSelector(h)}-${h.thumbnail}`,resource:h,"path-prefix":e.getPathPrefix(h),"is-path-displayed":e.arePathsDisplayed,"parent-folder-name":e.getParentFolderName(h),"is-icon-displayed":!e.$slots.image,"is-extension-displayed":e.areFileExtensionsShown,"is-resource-clickable":e.isResourceClickable(h),link:e.getResourceLink(h),"parent-folder-link":e.getParentFolderLink(h),"parent-folder-link-icon-additional-attributes":e.getParentFolderLinkIconAdditionalAttributes(h),class:H.normalizeClass({"resource-table-resource-cut":e.isResourceCut(h)}),onClick:y=>e.emitFileClick(h)},null,8,["resource","path-prefix","is-path-displayed","parent-folder-name","is-icon-displayed","is-extension-displayed","is-resource-clickable","link","parent-folder-link","parent-folder-link-icon-additional-attributes","class","onClick"])),e.hasRenameAction(h)?(J(),Ce(l,{key:0,class:"resource-table-edit-name raw-hover-surface oc-p-xs",appearance:"raw",onClick:y=>e.openRenameDialog(h)},{default:Te(()=>[be(u,{name:"edit-2","fill-type":"line",size:"small"})]),_:2},1032,["onClick"])):Oe("",!0)],2),Ge(e.$slots,"additionalResourceContent",{resource:h})]),syncEnabled:Te(({item:h})=>[Ge(e.$slots,"syncEnabled",{resource:h})]),size:Te(({item:h})=>[be(f,{size:h.size||Number.NaN},null,8,["size"])]),tags:Te(({item:h})=>[(J(!0),ve(Qe,null,kt(h.tags.slice(0,2),y=>(J(),Ce(Wr(e.userContextReady?"router-link":"span"),Zt({key:y,ref_for:!0},e.getTagComponentAttrs(y),{class:"resource-table-tag-wrapper"}),{default:Te(()=>[ot((J(),Ce(d,{class:"resource-table-tag oc-ml-xs",rounded:!0,size:"small"},{default:Te(()=>[be(u,{name:"price-tag-3",size:"small"}),fe("span",tD,H.toDisplayString(y),1)]),_:2},1024)),[[g,e.getTagToolTip(y)]])]),_:2},1040))),128)),h.tags.length>2?(J(),Ce(d,{key:0,size:"small",class:"resource-table-tag-more",onClick:e.openTagsSidebar},{default:Te(()=>[Vt(" + "+H.toDisplayString(h.tags.length-2),1)]),_:2},1032,["onClick"])):Oe("",!0)]),manager:Te(({item:h})=>[Ge(e.$slots,"manager",{resource:h})]),members:Te(({item:h})=>[Ge(e.$slots,"members",{resource:h})]),totalQuota:Te(({item:h})=>[Ge(e.$slots,"totalQuota",{resource:h})]),usedQuota:Te(({item:h})=>[Ge(e.$slots,"usedQuota",{resource:h})]),remainingQuota:Te(({item:h})=>[Ge(e.$slots,"remainingQuota",{resource:h})]),mdate:Te(({item:h})=>[ot(fe("span",{tabindex:"0",textContent:H.toDisplayString(e.formatDateRelative(h.mdate))},null,8,nD),[[g,e.formatDate(h.mdate)]])]),indicators:Te(({item:h})=>[h.indicators.length?(J(),Ce(m,{key:0,resource:h,indicators:h.indicators,"disable-handler":e.isResourceDisabled(h)},null,8,["resource","indicators","disable-handler"])):Oe("",!0)]),status:Te(({item:h})=>[ot(be(u,{name:h.disabled?"stop-circle":"play-circle",size:"small","fill-type":"line"},null,8,["name"]),[[g,h.disabled?e.$gettext("Disabled"):e.$gettext("Enabled")]])]),sdate:Te(({item:h})=>[ot(fe("span",{tabindex:"0",textContent:H.toDisplayString(e.formatDateRelative(h.sdate))},null,8,rD),[[g,e.formatDate(h.sdate)]])]),ddate:Te(({item:h})=>[ot(fe("p",{tabindex:"0",class:"oc-m-rm",textContent:H.toDisplayString(e.formatDateRelative(h.ddate))},null,8,iD),[[g,e.formatDate(h.ddate)]])]),sharedBy:Te(({item:h})=>[be(l,{appearance:"raw-inverse",class:"resource-table-shared-by","no-hover":"",onClick:y=>e.openSharingSidebar(h)},{default:Te(()=>[be(w,{class:"resource-table-people",items:e.getSharedByAvatarItems(h),"is-tooltip-displayed":!0,"accessible-description":e.getSharedByAvatarDescription(h)},null,8,["items","accessible-description"])]),_:2},1032,["onClick"])]),sharedWith:Te(({item:h})=>[be(l,{appearance:"raw-inverse",class:"resource-table-shared-with","no-hover":"",onClick:y=>e.openSharingSidebar(h)},{default:Te(()=>[be(w,{class:"resource-table-people",items:e.getSharedWithAvatarItems(h),stacked:!0,"max-displayed":3,"is-tooltip-displayed":!0,"accessible-description":e.getSharedWithAvatarDescription(h)},null,8,["items","accessible-description"])]),_:2},1032,["onClick"])]),actions:Te(({item:h})=>[e.isResourceDisabled(h)?Oe("",!0):(J(),ve("div",oD,[Ge(e.$slots,"quickActions",{resource:h}),be(v,{ref:"contextMenuButton",item:h,"resource-dom-selector":e.resourceDomSelector,class:"resource-table-btn-action-dropdown",onQuickActionClicked:y=>e.showContextMenuOnBtnClick(y,h)},{contextMenu:Te(()=>[Ge(e.$slots,"contextMenu",{resource:h})]),_:2},1032,["item","resource-dom-selector","onQuickActionClicked"])]))]),_:2},[!e.isLocationPicker&&!e.isFilePicker?{name:"selectHeader",fn:Te(()=>[fe("div",eD,[ot(be(s,{id:"resource-table-select-all",size:"large",label:e.selectAllCheckboxLabel,disabled:e.resources.length===e.disabledResources.length,"label-hidden":!0,"model-value":e.areAllResourcesSelected,onClick:Rn(e.toggleSelectionAll,["stop"])},null,8,["label","disabled","model-value","onClick"]),[[g,{content:e.selectAllCheckboxLabel,placement:"bottom"}]])])]),key:"0"}:void 0,!e.isLocationPicker&&!e.isFilePicker?{name:"select",fn:Te(({item:h})=>[e.isResourceInDeleteQueue(h.id)?(J(),Ce(a,{key:0,class:"resource-table-activity-indicator",size:"medium","aria-label":e.$gettext("File is being processed")},null,8,["aria-label"])):(J(),Ce(s,{key:1,id:`resource-table-select-${e.resourceDomSelector(h)}`,label:e.getResourceCheckboxLabel(h),"label-hidden":!0,size:"large",disabled:e.isResourceDisabled(h),"model-value":e.isResourceSelected(h),outline:e.isLatestSelectedItem(h),onClick:Rn(y=>e.toggleSelection(h.id),["stop"])},null,8,["id","label","disabled","model-value","outline","onClick"]))]),key:"1"}:void 0,e.$slots.footer?{name:"footer",fn:Te(()=>[Ge(e.$slots,"footer")]),key:"2"}:void 0]),1040,["class","data","fields","highlighted","disabled","sticky","header-position","drag-drop","hover","item-dom-selector","selection","sort-by","sort-dir","lazy","grouping-settings","onHighlight","onRowMounted","onContextmenuClicked","onItemDropped","onItemDragged","onDropRowStyling","onSort"]),e.dragItem?(J(),Ce(Md,{key:0,to:"body"},[be(b,{ref:"ghostElement","preview-items":[e.dragItem,...e.dragSelection]},null,8,["preview-items"])])):Oe("",!0)],64)}const aD=Ve(Z$,[["render",sD]]),lD=["data-item-id"],cD={key:0,class:"oc-tile-card-lazy-shimmer"},uD={class:"oc-tile-card-selection"},fD={key:0,class:"oc-tile-card-loading-spinner oc-m-s"},dD=["textContent"],pD=["aria-label"],hD={class:"oc-card-body oc-p-s"},gD={class:"oc-flex oc-flex-between oc-flex-middle"},mD={class:"oc-flex oc-flex-middle oc-text-truncate resource-name-wrapper"},yD={class:"oc-flex oc-flex-middle"},bD={key:0,class:"oc-text-left oc-my-rm oc-text-truncate"},vD=["textContent"],b0=Me({__name:"ResourceTile",props:{resource:{},resourceRoute:{},isResourceSelected:{type:Boolean,default:!1},isResourceClickable:{type:Boolean,default:!0},isResourceDisabled:{type:Boolean,default:!1},isExtensionDisplayed:{type:Boolean,default:!0},resourceIconSize:{default:"xlarge"},lazy:{type:Boolean,default:!1},isLoading:{type:Boolean,default:!1}},emits:["click","contextmenu","itemVisible"],setup(e,{emit:t}){const n=t,{$gettext:r}=Ne.useGettext(),o=Td((f,d)=>{let m;return{get(){return f(),m},set(w){m=w,d()}}}),i=U(()=>e.resource.locked||e.resource.processing),s=U(()=>e.resource.locked?{name:"lock",fillType:"fill"}:e.resource.processing?{name:"loop-right",fillType:"line"}:{}),a=U(()=>e.resource.locked?r("This item is locked"):null),c=U(()=>ee.isSpaceResource(e.resource)?e.resource.description:""),{isVisible:u}=e.lazy?p0({target:o,onVisibleCallback:()=>n("itemVisible")}):{isVisible:oe(!0)},l=U(()=>!p(u));return e.lazy||n("itemVisible"),(f,d)=>{const m=pe("oc-spinner"),w=pe("oc-tag"),v=pe("oc-image"),T=pe("oc-icon"),b=dn("oc-tooltip");return J(),ve("div",{ref_key:"observerTarget",ref:o,class:H.normalizeClass(["oc-tile-card oc-card oc-card-default",{"oc-tile-card-selected":f.isResourceSelected,"oc-tile-card-disabled":f.isResourceDisabled&&!p(ee.isProjectSpaceResource)(f.resource),"state-trashed":f.isResourceDisabled&&p(ee.isProjectSpaceResource)(f.resource)}]),"data-item-id":f.resource.id,onContextmenu:d[2]||(d[2]=g=>f.$emit("contextmenu",g))},[l.value?(J(),ve("div",cD)):(J(),ve(Qe,{key:1},[be(Ff,{class:"oc-card-media-top oc-flex oc-flex-center oc-flex-middle oc-m-rm",resource:f.resource,link:f.resourceRoute,"is-resource-clickable":f.isResourceClickable,tabindex:"-1",onClick:d[0]||(d[0]=g=>f.$emit("click"))},{default:Te(()=>[fe("div",uD,[f.isLoading?(J(),ve("div",fD,[be(m,{"aria-label":p(r)("File is being processed")},null,8,["aria-label"])])):Ge(f.$slots,"selection",{key:1,item:f.resource})]),f.isResourceDisabled&&p(ee.isProjectSpaceResource)(f.resource)?(J(),Ce(w,{key:0,class:"resource-disabled-indicator oc-position-absolute",type:"span"},{default:Te(()=>[fe("span",{textContent:H.toDisplayString(p(r)("Disabled"))},null,8,dD)]),_:1})):Oe("",!0),ot((J(),ve("div",{class:"oc-tile-card-preview oc-flex oc-flex-middle oc-flex-center","aria-label":a.value},[Ge(f.$slots,"imageField",{item:f.resource},()=>[f.resource.thumbnail?(J(),Ce(v,{key:0,class:"tile-preview",src:f.resource.thumbnail},null,8,["src"])):(J(),Ce(Co,{key:1,resource:f.resource,size:f.resourceIconSize,class:"tile-default-image oc-pt-xs"},Wd({_:2},[i.value?{name:"status",fn:Te(()=>[be(T,Zt(s.value,{size:"xsmall"}),null,16)]),key:"0"}:void 0]),1032,["resource","size"]))])],8,pD)),[[b,a.value]])]),_:3},8,["resource","link","is-resource-clickable"]),fe("div",hD,[fe("div",gD,[fe("div",mD,[be(Po,{resource:f.resource,"is-icon-displayed":!1,"is-extension-displayed":f.isExtensionDisplayed,"is-resource-clickable":f.isResourceClickable,link:f.resourceRoute,onClick:d[1]||(d[1]=g=>f.$emit("click"))},null,8,["resource","is-extension-displayed","is-resource-clickable","link"])]),fe("div",yD,[Ge(f.$slots,"indicators",{item:f.resource,class:"resource-indicators"}),Ge(f.$slots,"actions",{item:f.resource}),Ge(f.$slots,"contextMenu",{item:f.resource})])]),c.value?(J(),ve("p",bD,[fe("small",{textContent:H.toDisplayString(c.value)},null,8,vD)])):Oe("",!0)])],64))],42,lD)}}}),wD={id:"tiles-view",class:"oc-px-m oc-pt-l"},SD={class:"oc-flex oc-flex-middle oc-mb-s oc-pb-s oc-tiles-controls"},ED={key:0,class:"oc-tiles-sort"},TD={key:0,class:"oc-flex"},AD={class:"oc-tiles-footer"},RD=Me({__name:"ResourceTiles",props:{resources:{default:()=>[]},selectedIds:{default:()=>[]},targetRouteCallback:{type:Function},space:{},sortFields:{default:()=>[]},sortBy:{},sortDir:{},viewSize:{default:()=>Gt.tilesSizeDefault},dragDrop:{type:Boolean,default:!1},lazy:{type:Boolean,default:!0}},emits:["fileDropped","rowMounted","sort","itemVisible","update:selectedIds"],setup(e,{emit:t}){const n=t,{$gettext:r}=Ne.useGettext(),o=ze(),i=Ke(),{getDefaultAction:s}=Vn(),{getMatchingSpace:a}=ln(),{canBeOpenedWithSecureView:c}=Df(),{isEnabled:u,fileTypes:l,isLocationPicker:f,isFilePicker:d,postMessage:m}=ni(),w=Lf(),v=U(()=>Math.min(p(w),e.viewSize)),T=U(()=>i.areFileExtensionsShown),b=U(()=>p(Be)?r("Clear selection"):r("Select all")),g=oe(),h=oe(),y=oe({tiles:{},dropBtns:{}}),S=aa({space:oe(e.space),targetRouteCallback:U(()=>e.targetRouteCallback)},{emit:n}),E=ae=>{if(ee.isSpaceResource(ae))return ae.disabled?null:xn("files-spaces-generic",Jn(ae,{path:"",fileId:ae.fileId}));if(ae.isFolder)return S.createFolderLink({path:ae.path,fileId:ae.fileId,resource:ae});let $e=e.space;$e||($e=a(ae));const De=s({resources:[ae],space:$e});return De!=null&&De.route?De.route({space:$e,resources:[ae]}):null},R=ae=>{if(p(u)&&p(d))return m("opencloud-embed:file-pick",{resource:JSON.parse(JSON.stringify(ae)),locationQuery:JSON.parse(JSON.stringify(Ks(p(o.currentRoute))))});ae.type!=="space"&&ae.type!=="folder"&&S.createFileAction(ae)},I=(ae,$e,De)=>{const{dropdown:Je,event:ut}=ae;(Je==null?void 0:Je.tippy)!==void 0&&(i.setSelection([$e.id]),wo(Je.tippy,ut,p(y).dropBtns[De]))},A=ae=>e.selectedIds.includes(ae.id),$=U(()=>e.resources.filter(ae=>e.selectedIds.includes(ae.id))),D=ae=>k(ae)||N(ae)?!1:ae.isFolder?!0:!(!ae.canDownload()&&!c(ae)||p(u)&&!p(d)),k=ae=>{var $e;return p(u)&&(($e=p(l))!=null&&$e.length)?!p(l).includes(ae.extension)&&!p(l).includes(ae.mimeType)&&!ae.isFolder:he(ae.id)?!0:ae.processing===!0},N=ae=>k(ae)?!0:ee.isSpaceResource(ae)&&ae.disabled,j=U(()=>{var ae,$e;return(($e=(ae=e.resources)==null?void 0:ae.filter(De=>k(De)===!0))==null?void 0:$e.map(De=>De.id))||[]}),W=ae=>{n("update:selectedIds",ae)},X=()=>{if(p(Be))return n("update:selectedIds",[]);n("update:selectedIds",e.resources.filter(ae=>!p(j).includes(ae.id)).map(ae=>ae.id))},ie=(ae,$e,De)=>{var ut;ae.preventDefault();const Je=(ut=p(y).tiles[$e.id])==null?void 0:ut.$el.getElementsByClassName("resource-tiles-btn-action-dropdown")[0];Je!==void 0&&(A($e)||W([$e.id]),wo(Je._tippy,ae,De))},de=ae=>{const $e=ae[0],De=ae[1];if(De&&De.metaKey)return Xe.publish("app.files.list.clicked.meta",$e);if(De&&De.shiftKey)return Xe.publish("app.files.list.clicked.shift",{resource:$e,skipTargetSelection:!1});se($e)},se=ae=>{const $e=A(ae)?e.selectedIds.filter(De=>De!==ae.id):[...e.selectedIds,ae.id];n("update:selectedIds",$e)},we=ae=>{switch(ae.type){case"folder":return r("Select folder");case"space":return r("Select space");default:return r("Select file")}},Se=U(()=>e.sortFields.find(ae=>ae.name===e.sortBy&&ae.sortDir===e.sortDir)||e.sortFields[0]),Z=ae=>{n("sort",{sortBy:ae.name,sortDir:ae.sortDir})},ne=U(()=>{const ae={1:"xlarge",2:"xlarge",3:"xxlarge",4:"xxlarge",5:"xxxlarge",6:"xxxlarge"},$e=p(v);return ae[$e]??"xxlarge"});Gw(()=>{y.value={tiles:{},dropBtns:{}}});const le=(ae,$e,De)=>{var ct,Qt;if((((ct=De.dataTransfer)==null?void 0:ct.types)||[]).some(Xt=>Xt==="Files")||(Qt=De.currentTarget)!=null&&Qt.contains(De.relatedTarget)||e.selectedIds.includes(ae.id)||ae.type!=="folder")return;const ut=p(y).tiles[ae.id];if($e){ut.$el.classList.remove("oc-tiles-item-drop-highlight");return}ut.$el.classList.add("oc-tiles-item-drop-highlight")},Ie=U(()=>e.selectedIds.filter(ae=>ae!==p(g).id)),Y=async(ae,$e)=>{g.value=ae,await Gn(),p(h).$el.ariaHidden="true",p(h).$el.style.left="-99999px",p(h).$el.style.top="-99999px",$e.dataTransfer.setDragImage(p(h).$el,0,0),$e.dataTransfer.dropEffect="move",$e.dataTransfer.effectAllowed="move"},_=async(ae,$e)=>{A(ae)||se(ae),await Y(ae,$e)},F=(ae,$e)=>{($e.dataTransfer.types||[]).some(Je=>Je==="Files")||(g.value=null,le(ae,!0,$e),n("fileDropped",ae.id))},K=ae=>ae.indicators.filter($e=>$e.category==="system"),z=oe(0),B=()=>{const ae=document.getElementById("tiles-view"),$e=getComputedStyle(ae),De=parseInt($e.getPropertyValue("padding-left"),10)|0,Je=parseInt($e.getPropertyValue("padding-right"),10)|0;z.value=ae.clientWidth-De-Je},V=U(()=>parseFloat(getComputedStyle(document.documentElement).fontSize)),{calculateTileSizePixels:ce}=Bv(),Re=U(()=>{const ae=[...Array(Gt.tilesSizeMax).keys()].map($e=>$e+1);return[...new Set(ae.map($e=>{const De=ce($e);return De?Math.round(p(z)/(De+p(V))):0}))]}),Le=U(()=>{const ae=p(Re);return ae.length<p(v)?ae[ae.length-1]:ae[p(v)-1]}),ke=U(()=>{const ae=p(Le)?e.resources.length%p(Le):0;return ae?p(Le)-ae:0}),Pe=U(()=>p(z)/p(Le)-p(V)),Be=U(()=>{const ae=p(j).length===e.resources.length,$e=p($).length===e.resources.length-p(j).length;return!ae&&$e}),he=ae=>i.deleteQueue.includes(ae);return Tt(Pe,ae=>{document.documentElement.style.setProperty("--oc-size-tiles-actual",`${ae}px`)},{immediate:!0}),Tt(Re,ae=>{w.value=Math.max(ae.length,1)}),Mt(()=>{window.addEventListener("resize",B),B()}),jn(()=>{window.removeEventListener("resize",B)}),(ae,$e)=>{const De=pe("oc-checkbox"),Je=pe("oc-icon"),ut=pe("oc-button"),ct=pe("oc-filter-chip"),Qt=pe("oc-status-indicators"),Xt=pe("oc-list"),Pt=dn("oc-tooltip");return J(),ve("div",wD,[fe("div",SD,[ot(be(De,{id:"tiles-view-select-all",class:"oc-ml-s",size:"large",label:b.value,"label-hidden":!0,disabled:ae.resources.length===j.value.length,"model-value":Be.value,onClick:Rn(X,["stop"])},null,8,["label","disabled","model-value"]),[[Pt,b.value]]),ae.sortFields.length?(J(),ve("div",ED,[be(ct,{class:"oc-tiles-sort-filter-chip","filter-label":Se.value.label,"selected-item-names":[],"close-on-click":"",raw:""},{default:Te(()=>[(J(!0),ve(Qe,null,kt(ae.sortFields,(Ue,M)=>(J(),Ce(ut,{key:M,appearance:"raw",size:"medium","justify-content":"space-between",class:H.normalizeClass(["oc-tiles-sort-filter-chip-item oc-flex oc-flex-middle oc-width-1-1 oc-p-s",{"oc-tiles-sort-filter-chip-item-active":Se.value===Ue,"oc-mt-xs":M>0}]),onClick:C=>Z(Ue)},{default:Te(()=>[fe("span",null,H.toDisplayString(Ue.label),1),Ue===Se.value?(J(),ve("div",TD,[be(Je,{name:"check"})])):Oe("",!0)]),_:2},1032,["class","onClick"]))),128))]),_:1},8,["filter-label"])])):Oe("",!0)]),be(Xt,{class:"oc-tiles"},{default:Te(()=>[(J(!0),ve(Qe,null,kt(ae.resources,Ue=>(J(),ve("li",{key:Ue.id,class:"oc-tiles-item has-item-context-menu"},[be(b0,{ref_for:!0,ref:M=>y.value.tiles[Ue.id]=M,resource:Ue,"resource-route":E(Ue),"is-resource-selected":A(Ue),"is-resource-clickable":D(Ue),"is-resource-disabled":k(Ue)||N(Ue),"is-extension-displayed":T.value,"resource-icon-size":ne.value,draggable:ae.dragDrop,lazy:ae.lazy,"is-loading":he(Ue.id),onVnodeMounted:M=>ae.$emit("rowMounted",Ue,y.value.tiles[Ue.id],p(zn).Tile),onContextmenu:M=>ie(M,Ue,y.value.tiles[Ue.id]),onClick:M=>R(Ue),onDragstart:M=>_(Ue,M),onDragenter:Rn(M=>le(Ue,!1,M),["prevent"]),onDragleave:Rn(M=>le(Ue,!0,M),["prevent"]),onDrop:M=>F(Ue,M),onDragover:$e[0]||($e[0]=M=>M.preventDefault()),onItemVisible:M=>ae.$emit("itemVisible",Ue)},{selection:Te(()=>[!p(f)&&!p(d)?(J(),Ce(De,{key:0,label:we(Ue),"label-hidden":!0,size:"large",class:"oc-flex-inline oc-p-s",disabled:k(Ue),"model-value":A(Ue),onClick:Rn(M=>de([Ue,M]),["stop","prevent"])},null,8,["label","disabled","model-value","onClick"])):Oe("",!0)]),imageField:Te(()=>[Ge(ae.$slots,"image",{resource:Ue})]),indicators:Te(()=>[K(Ue).length?(J(),Ce(Qt,{key:0,resource:Ue,indicators:K(Ue),"disable-handler":k(Ue)},null,8,["resource","indicators","disable-handler"])):Oe("",!0)]),actions:Te(()=>[Ge(ae.$slots,"actions",{resource:Ue})]),contextMenu:Te(()=>[p(ee.isSpaceResource)(Ue)||!k(Ue)?(J(),Ce(p(qf),{key:0,ref_for:!0,ref:M=>y.value.dropBtns[Ue.id]=M,item:Ue,class:"resource-tiles-btn-action-dropdown",onQuickActionClicked:M=>I(M,Ue,Ue.id)},{contextMenu:Te(()=>[Ge(ae.$slots,"contextMenu",{resource:Ue})]),_:2},1032,["item","onQuickActionClicked"])):Oe("",!0)]),_:2},1032,["resource","resource-route","is-resource-selected","is-resource-clickable","is-resource-disabled","is-extension-displayed","resource-icon-size","draggable","lazy","is-loading","onVnodeMounted","onContextmenu","onClick","onDragstart","onDragenter","onDragleave","onDrop","onItemVisible"])]))),128)),(J(!0),ve(Qe,null,kt(ke.value,Ue=>(J(),ve("li",{key:`ghost-tile-${Ue}`,class:"ghost-tile","aria-hidden":!0}))),128))]),_:3}),g.value?(J(),Ce(Md,{key:0,to:"body"},[be(Vf,{ref_key:"ghostElementRef",ref:h,"preview-items":[g.value,...Ie.value]},null,8,["preview-items"])])):Oe("",!0),fe("div",AD,[Ge(ae.$slots,"footer")])])}}}),_D=Me({name:"DateFilter",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0},items:{type:Array,required:!0},idAttribute:{type:String,required:!1,default:"id"},displayNameAttribute:{type:String,required:!1,default:"name"}},emits:["selectionChange"],setup:function(e,{emit:t,expose:n}){const r=ze(),{current:o}=Ne.useGettext(),i=en(),s=oe(),a=oe(e.items),c=oe(),u=oe(),l=oe(!1),f=oe(),d=`q_${e.filterName}`,m=on(d),w=k=>k[e.idAttribute],v=()=>r.push({query:{...ki(p(i).query,[d]),...p(s)&&{[d]:w(p(s))}}}),T=k=>p(s)&&w(p(s))===w(k),b=()=>{c.value=void 0,u.value=void 0},g=async k=>{b(),T(k)?s.value=void 0:(s.value=k,p(f).hideDrop()),await v(),t("selectionChange",p(s))},h=()=>{s.value=void 0,l.value=!1,b(),t("selectionChange",p(s)),v()},y=()=>{a.value=e.items},S=()=>{l.value=!1},E=()=>{const k=St(p(m));if(!k)return;const N=e.items.find(j=>w(j)===k);if(N){s.value=N;return}if(p(R)){const j=k.replace("range:",""),W=Number(j.split(" - ")[0]),X=Number(j.split(" - ")[1]);c.value=Dt.DateTime.fromMillis(W),u.value=Dt.DateTime.fromMillis(X),s.value=p(A)}},R=U(()=>{var k;return(k=St(p(m)))==null?void 0:k.startsWith("range:")}),I=U(()=>!p(c)||!p(u)?!1:p(c)<=p(u)),A=U(()=>{if(!p(c)||!p(u))return null;const k=ti(p(c),o,Dt.DateTime.DATE_SHORT),N=ti(p(u),o,Dt.DateTime.DATE_SHORT),j=p(c).toMillis(),W=p(u).toMillis();return{[e.idAttribute]:`range:${j} - ${W}`,[e.displayNameAttribute]:`${k} - ${N}`}}),$=async()=>{s.value=p(A),await v(),p(f).hideDrop(),t("selectionChange",p(s))},D=({date:k,error:N},j)=>{if(N){console.error(N);return}const W=j==="from"?c:u;if(!k){W.value=void 0;return}const X=j==="from"?k.startOf("day"):k.endOf("day");W.value=X};return n({setSelectedItemsBasedOnQuery:E}),Mt(()=>{E()}),{clearFilter:h,displayedItems:a,isItemSelected:T,selectedItem:s,onShowDrop:y,onHideDrop:S,filterChip:f,toggleItemSelection:g,setSelectedItemsBasedOnQuery:E,fromDate:c,toDate:u,dateRangeValid:I,applyDateRangeFilter:$,dateRangeApplied:R,setDateRangeDate:D,dateRangeClicked:l,queryParam:d}}}),ID={class:"oc-flex oc-flex-middle oc-text-truncate"},CD={class:"oc-text-truncate oc-ml-s"},PD={class:"oc-flex"},FD={class:"oc-my-xs"},OD={class:"oc-flex oc-flex-middle oc-text-truncate"},xD={class:"oc-text-truncate oc-ml-s"},kD=["textContent"],ND={class:"oc-flex"},$D={class:"oc-flex oc-flex-middle oc-flex-between oc-mb-m"},DD=["textContent"],LD={class:"oc-mt-s"},MD={class:"date-filter-apply-btn"};function BD(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button"),c=pe("oc-list"),u=pe("oc-datepicker"),l=pe("oc-filter-chip");return J(),ve("div",{class:H.normalizeClass(["date-filter oc-flex",`date-filter-${e.filterName}`])},[be(l,{ref:"filterChip","filter-label":e.filterLabel,"selected-item-names":e.selectedItem?[e.selectedItem[e.displayNameAttribute]]:void 0,onClearFilter:e.clearFilter,onShowDrop:e.onShowDrop,onHideDrop:e.onHideDrop},{default:Te(()=>[be(c,{class:H.normalizeClass(["date-filter-list",{"date-filter-list-hidden":e.dateRangeClicked}])},{default:Te(()=>[(J(!0),ve(Qe,null,kt(e.displayedItems,(f,d)=>(J(),ve("li",{key:d,class:"oc-my-xs"},[be(a,{class:H.normalizeClass(["date-filter-list-item oc-flex oc-flex-between oc-flex-middle oc-width-1-1 oc-p-xs",{"date-filter-list-item-active":e.isItemSelected(f)}]),"justify-content":"space-between",appearance:"raw","data-testid":f[e.displayNameAttribute],onClick:m=>e.toggleItemSelection(f)},{default:Te(()=>[fe("div",ID,[fe("div",CD,[Ge(e.$slots,"item",{item:f})])]),fe("div",PD,[e.isItemSelected(f)?(J(),Ce(s,{key:0,name:"check"})):Oe("",!0)])]),_:2},1032,["class","data-testid","onClick"])]))),128)),fe("li",FD,[be(a,{class:H.normalizeClass(["date-filter-list-item oc-flex oc-flex-between oc-flex-middle oc-width-1-1 oc-p-xs",{"date-filter-list-item-active":e.dateRangeApplied}]),"justify-content":"space-between",appearance:"raw","data-testid":"custom-date-range",onClick:t[0]||(t[0]=f=>e.dateRangeClicked=!0)},{default:Te(()=>[fe("div",OD,[fe("div",xD,[fe("span",{textContent:H.toDisplayString(e.$gettext("Custom date range"))},null,8,kD)])]),fe("div",ND,[e.dateRangeApplied?(J(),Ce(s,{key:0,name:"check"})):Oe("",!0)])]),_:1},8,["class"])])]),_:3},8,["class"]),fe("div",{class:H.normalizeClass(["date-filter-range-panel oc-py-s",{"date-filter-range-panel-active":e.dateRangeClicked}])},[fe("div",$D,[be(a,{appearance:"raw",class:"date-filter-range-panel-back","aria-label":e.$gettext("Go back to filter options"),onClick:t[1]||(t[1]=f=>e.dateRangeClicked=!1)},{default:Te(()=>[be(s,{name:"arrow-left-s","fill-type":"line"})]),_:1},8,["aria-label"]),fe("span",{textContent:H.toDisplayString(e.$gettext("Custom date range"))},null,8,DD),be(a,{appearance:"raw",class:"date-filter-range-panel-close","aria-label":e.$gettext("Close filter"),onClick:t[2]||(t[2]=f=>e.filterChip.hideDrop())},{default:Te(()=>[be(s,{name:"close"})]),_:1},8,["aria-label"])]),fe("div",LD,[be(u,{label:e.$gettext("From"),type:"date","is-clearable":!0,"current-date":e.fromDate,onDateChanged:t[3]||(t[3]=f=>e.setDateRangeDate(f,"from"))},null,8,["label","current-date"]),be(u,{label:e.$gettext("To"),type:"date","is-clearable":!0,"current-date":e.toDate,"min-date":e.fromDate?e.fromDate:void 0,onDateChanged:t[4]||(t[4]=f=>e.setDateRangeDate(f,"to"))},null,8,["label","current-date","min-date"])]),fe("div",MD,[be(a,{size:"small",disabled:!e.dateRangeValid,onClick:e.applyDateRangeFilter},{default:Te(()=>[Vt(H.toDisplayString(e.$gettext("Apply")),1)]),_:1},8,["disabled","onClick"])])],2)]),_:3},8,["filter-label","selected-item-names","onClearFilter","onShowDrop","onHideDrop"])],2)}const jD=Ve(_D,[["render",BD]]),UD=Me({name:"ItemFilterInline",props:{filterName:{type:String,required:!0},filterOptions:{type:Array,required:!0}},emits:["toggleFilter"],setup:function(e,{emit:t}){const n=ze(),r=en(),o=oe(e.filterOptions[0].name),i=`q_${e.filterName}`,s=on(i),a=u=>n.push({query:{...ki(p(r).query,[i]),[i]:u}}),c=async u=>{o.value=u.name,await a(u.name),t("toggleFilter",u)};return Mt(()=>{const u=St(p(s));u&&e.filterOptions.some(({name:l})=>l===u)&&(o.value=u,t("toggleFilter",e.filterOptions.find(({name:l})=>l===u)))}),{queryParam:i,activeOption:o,toggleFilter:c}}}),qD=["textContent"];function VD(e,t,n,r,o,i){const s=pe("oc-button");return J(),ve("div",null,[fe("div",{class:H.normalizeClass(["item-inline-filter oc-flex-inline",`item-inline-filter-${e.filterName}`])},[(J(!0),ve(Qe,null,kt(e.filterOptions,(a,c)=>(J(),Ce(s,{id:a.name,key:c,class:H.normalizeClass(["item-inline-filter-option",{"item-inline-filter-option-selected":e.activeOption===a.name}]),appearance:"raw-inverse","color-role":"surface",onClick:u=>e.toggleFilter(a)},{default:Te(()=>[fe("span",{class:"oc-text-truncate item-inline-filter-option-label",textContent:H.toDisplayString(a.label)},null,8,qD)]),_:2},1032,["id","class","onClick"]))),128))],2)])}const zD=Ve(UD,[["render",VD]]),WD={class:"space-quota"},HD=["textContent"],v0=Me({__name:"SpaceQuota",props:{spaceQuota:{}},setup(e){const{$gettext:t,current:n}=Ne.useGettext(),r=U(()=>e.spaceQuota.total?t("%{used} of %{total} used (%{percentage}% used)",{used:p(i),total:p(o),percentage:p(s).toString()}):t("%{used} used (no restriction)",{used:p(i)})),o=U(()=>En(e.spaceQuota.total,n)),i=U(()=>En(e.spaceQuota.used,n)),s=U(()=>parseFloat((e.spaceQuota.used/e.spaceQuota.total*100).toFixed(2))),a=U(()=>{switch(e.spaceQuota.state){case"normal":return"var(--oc-role-secondary)";default:return"var(--oc-role-error)"}});return(c,u)=>{const l=pe("oc-progress");return J(),ve("div",WD,[fe("p",{class:"oc-mb-s oc-mt-rm",textContent:H.toDisplayString(r.value)},null,8,HD),be(l,{value:s.value,max:100,size:"small",color:a.value,"background-color":"var(--oc-role-surface)"},null,8,["value","color"])])}}}),GD=Me({name:"WebDavDetails",props:{space:{type:Object,required:!0}},setup(e){const t=dr("resource"),n="check",r="file-copy",o=oe(r),i=oe(r),s=U(()=>uf(p(t).webDavPath)),a=U(()=>{var l;return(l=e.space)==null?void 0:l.getWebDavUrl({path:p(t).path})});return{copyWebDAVPathIcon:o,copyWebDAVPathToClipboard:()=>{navigator.clipboard.writeText(p(s)),o.value=n,setTimeout(()=>o.value=r,1500)},copyWebDAVUrlIcon:i,copyWebDAVUrlToClipboard:()=>{navigator.clipboard.writeText(p(a)),i.value=n,setTimeout(()=>i.value=r,1500)},webDavPath:s,webDavUrl:a}}}),KD={class:"oc-flex"},QD=["textContent"],XD={class:"oc-flex"},YD=["textContent"];function JD(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button"),c=dn("oc-tooltip");return J(),ve(Qe,null,[fe("dt",null,H.toDisplayString(e.$gettext("WebDAV path")),1),fe("dd",KD,[ot(fe("div",{class:"oc-text-truncate",textContent:H.toDisplayString(e.webDavPath)},null,8,QD),[[c,e.webDavPath]]),ot((J(),Ce(a,{class:"oc-ml-s",appearance:"raw",size:"small","aria-label":e.$gettext("Copy WebDAV path to clipboard"),"no-hover":"",onClick:e.copyWebDAVPathToClipboard},{default:Te(()=>[be(s,{name:e.copyWebDAVPathIcon},null,8,["name"])]),_:1},8,["aria-label","onClick"])),[[c,e.$gettext("Copy WebDAV path")]])]),fe("dt",null,H.toDisplayString(e.$gettext("WebDAV URL")),1),fe("dd",XD,[ot(fe("div",{class:"oc-text-truncate",textContent:H.toDisplayString(e.webDavUrl)},null,8,YD),[[c,e.webDavUrl]]),ot((J(),Ce(a,{class:"oc-ml-s",appearance:"raw",size:"small","aria-label":e.$gettext("Copy WebDAV URL to clipboard"),"no-hover":"",onClick:e.copyWebDAVUrlToClipboard},{default:Te(()=>[be(s,{name:e.copyWebDAVUrlIcon},null,8,["name"])]),_:1},8,["aria-label","onClick"])),[[c,e.$gettext("Copy WebDAV URL")]])])],64)}const w0=Ve(GD,[["render",JD]]),ZD={id:"oc-space-details-sidebar"},eL={class:"oc-space-details-sidebar-image oc-text-center"},tL={key:1,class:"oc-position-relative"},nL=["src"],rL={key:0,class:"oc-flex oc-flex-middle oc-space-details-sidebar-members oc-mb-s oc-text-small"},iL=["textContent"],oL=["textContent"],sL=["aria-label"],aL=Ve(Me({__name:"SpaceDetails",props:{showShareIndicators:{type:Boolean,default:!0}},setup(e){const t=vt(),n=Ke(),{resourceContentsText:r}=jv({showSizeInformation:!1}),o=ze(),{$gettext:i,$ngettext:s,current:a}=Ne.useGettext(),{loadPreview:c}=Mf(),u=lt(),{imagesLoading:l}=He.storeToRefs(u),f=jt(),d=dr("resource"),m=oe(""),{user:w}=He.storeToRefs(t),v=U(()=>f.linkShares.length),T=U(()=>n.areWebDavDetailsShown),b=U(()=>!at(o,"files-spaces-projects")),g=U(()=>`${En(p(d).size,a)}, ${p(r)}`);Tt(()=>p(d).spaceImageData,async()=>{if(!p(d).spaceImageData){m.value="";return}const X=ee.buildSpaceImageResource(p(d));m.value=await c({space:p(d),resource:X,dimensions:zn.Tile,processor:Bs.enum.fit,cancelRunning:!0,updateStore:!1})},{immediate:!0});const h=U(()=>ee.getSpaceManagers(p(d)).map(ie=>{var se;const de=ie.grantedTo.user||ie.grantedTo.group;return de.id===((se=p(w))==null?void 0:se.id)?i("%{displayName} (me)",{displayName:de.displayName}):de.displayName}).join(", ")),y=U(()=>hb(p(d).mdate,a)),S=U(()=>p($)||p(D)),E=U(()=>{if(p($)&&!p(D))return p(N);if(!p($)&&p(D))return p(j);switch(p(k)){case 1:return s("This space has one member and %{linkShareCount} link.","This space has one member and %{linkShareCount} links.",p(v),{linkShareCount:p(v).toString()});default:return p(v)===1?i("This space has %{memberShareCount} members and one link.",{memberShareCount:p(k).toString()}):i("This space has %{memberShareCount} members and %{linkShareCount} links.",{memberShareCount:p(k).toString(),linkShareCount:p(v).toString()})}}),R=U(()=>i("Open share panel")),I=U(()=>i("Open link list in share panel")),A=U(()=>i("Open member list in share panel")),$=U(()=>p(k)>0),D=U(()=>p(v)>0),k=U(()=>Object.keys(p(d).members).length),N=U(()=>s("This space has %{memberShareCount} member.","This space has %{memberShareCount} members.",p(k),{memberShareCount:p(k).toString()})),j=U(()=>s("%{linkShareCount} link giving access.","%{linkShareCount} links giving access.",p(v),{linkShareCount:p(v).toString()})),W=()=>{Xe.publish(yt.setActivePanel,"space-share")};return(X,ie)=>{const de=pe("oc-spinner"),se=pe("oc-icon"),we=pe("oc-button"),Se=pe("portal-target");return J(),ve("div",ZD,[fe("div",eL,[p(l).includes(p(d).id)?(J(),Ce(de,{key:0,"aria-label":p(i)("Space image is loading")},null,8,["aria-label"])):m.value?(J(),ve("div",tL,[fe("img",{src:m.value,alt:""},null,8,nL)])):(J(),Ce(se,{key:2,name:"layout-grid",size:"xxlarge",class:"space-default-image oc-px-m oc-py-m"}))]),X.showShareIndicators&&S.value&&!p(d).disabled?(J(),ve("div",rL,[$.value?(J(),Ce(we,{key:0,appearance:"raw","aria-label":A.value,"no-hover":"",onClick:W},{default:Te(()=>[be(se,{name:"group",size:"small","fill-type":"line"})]),_:1},8,["aria-label"])):Oe("",!0),D.value?(J(),Ce(we,{key:1,appearance:"raw","aria-label":I.value,"no-hover":"",onClick:W},{default:Te(()=>[be(se,{name:"link",size:"small","fill-type":"line"})]),_:1},8,["aria-label"])):Oe("",!0),fe("p",{textContent:H.toDisplayString(E.value)},null,8,iL),be(we,{appearance:"raw","aria-label":R.value,size:"small","no-hover":"",onClick:W},{default:Te(()=>[fe("span",{class:"oc-text-small",textContent:H.toDisplayString(p(i)("Show"))},null,8,oL)]),_:1},8,["aria-label"])])):Oe("",!0),fe("dl",{class:"details-list oc-m-rm","aria-label":p(i)("Overview of the information about the selected space")},[fe("dt",null,H.toDisplayString(p(i)("Last activity")),1),fe("dd",null,H.toDisplayString(y.value),1),p(d).description?(J(),ve(Qe,{key:0},[fe("dt",null,H.toDisplayString(p(i)("Subtitle")),1),fe("dd",null,H.toDisplayString(p(d).description),1)],64)):Oe("",!0),fe("dt",null,H.toDisplayString(p(i)("Manager")),1),fe("dd",null,H.toDisplayString(h.value),1),p(d).disabled?Oe("",!0):(J(),ve(Qe,{key:1},[fe("dt",null,H.toDisplayString(p(i)("Quota")),1),fe("dd",null,[be(v0,{"space-quota":p(d).spaceQuota},null,8,["space-quota"])])],64)),b.value?(J(),ve(Qe,{key:2},[fe("dt",null,H.toDisplayString(p(i)("Size")),1),fe("dd",null,H.toDisplayString(g.value),1)],64)):Oe("",!0),T.value?(J(),Ce(w0,{key:3,space:p(d)},null,8,["space"])):Oe("",!0),be(Se,{name:"app.files.sidebar.space.details.table","slot-props":{space:p(d),resource:p(d)},multiple:!0},null,8,["slot-props"])],8,sL)])}}}),[["__scopeId","data-v-6de460b8"]]),lL={id:"oc-spaces-details-multiple-sidebar"},cL={class:"spaces-preview oc-mb-l"},uL={class:"spaces-preview-body"},fL=["textContent"],dL=Ve(Me({__name:"SpaceDetailsMultiple",props:{selectedSpaces:{}},setup(e){const t=Ne.useGettext(),{$gettext:n,$ngettext:r}=t,o=U(()=>{let d=0;return e.selectedSpaces.forEach(m=>{d+=m.spaceQuota.total}),En(d,t.current)}),i=U(()=>{let d=0;return e.selectedSpaces.forEach(m=>{m.disabled||(d+=m.spaceQuota.remaining)}),En(d,t.current)}),s=U(()=>{let d=0;return e.selectedSpaces.forEach(m=>{m.disabled||(d+=m.spaceQuota.used)}),En(d,t.current)}),a=U(()=>e.selectedSpaces.filter(d=>!d.disabled).length),c=U(()=>e.selectedSpaces.filter(d=>d.disabled).length),u=U(()=>n("Overview of the information about the selected spaces")),l=U(()=>r("%{ itemCount } space selected","%{ itemCount } spaces selected",e.selectedSpaces.length,{itemCount:e.selectedSpaces.length.toString()})),f=U(()=>[{term:n("Total quota:"),definition:p(o)},{term:n("Remaining quota:"),definition:p(i)},{term:n("Used quota:"),definition:p(s)},{term:n("Enabled:"),definition:p(a)},{term:n("Disabled:"),definition:p(c)}]);return(d,m)=>{const w=pe("oc-icon"),v=pe("oc-definition-list");return J(),ve("div",lL,[fe("div",cL,[fe("div",uL,[be(w,{class:"preview-icon",size:"xxlarge",name:"layout-grid"}),fe("p",{class:"preview-text",textContent:H.toDisplayString(l.value)},null,8,fL)])]),be(v,{"aria-label":u.value,items:f.value},null,8,["aria-label","items"])])}}}),[["__scopeId","data-v-14c2080b"]]),pL=Me({name:"SpaceNoSelection"}),hL={class:"oc-mt-xl"},gL={class:"oc-flex space-info oc-text-center"};function mL(e,t,n,r,o,i){const s=pe("oc-icon"),a=dn("translate");return J(),ve("div",hL,[fe("div",gL,[be(s,{name:"layout-grid",size:"xxlarge"}),ot((J(),ve("p",null,t[0]||(t[0]=[Vt("Select a space to view details")]))),[[a]])])])}const yL=Ve(pL,[["render",mL]]),bL=Me({name:"CompareSaveDialog",props:{originalObject:{type:Object,required:!0},compareObject:{type:Object,required:!0},confirmButtonDisabled:{type:Boolean,default:()=>!1}},emits:["confirm","revert"],setup(){const e=oe(!1);let t;return Mt(()=>{t=Xe.subscribe("sidebar.entity.saved",()=>{e.value=!0})}),jn(()=>{Xe.unsubscribe("sidebar.entity.saved",t)}),{saved:e}},computed:{unsavedChanges(){return!eb(this.originalObject,this.compareObject)},unsavedChangesText(){return this.unsavedChanges?this.$gettext("Unsaved changes"):this.$gettext("No changes")}},watch:{unsavedChanges(){this.unsavedChanges&&(this.saved=!1)},"originalObject.id":function(){this.saved=!1}}}),vL={class:"compare-save-dialog oc-width-1-1 oc-flex oc-flex-between oc-flex-middle"},wL={key:0,class:"state-indicator oc-flex oc-flex-middle"},SL=["textContent"],EL={key:1,class:"state-indicator"},TL=["textContent"],AL=["textContent"];function RL(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button");return J(),ve("div",vL,[e.saved?(J(),ve("span",wL,[be(s,{name:"checkbox-circle"}),fe("span",{class:"oc-ml-s",textContent:H.toDisplayString(e.$gettext("Changes saved"))},null,8,SL)])):(J(),ve("span",EL,H.toDisplayString(e.unsavedChangesText),1)),fe("div",null,[be(a,{disabled:!e.unsavedChanges,class:"compare-save-dialog-revert-btn",onClick:t[0]||(t[0]=c=>e.$emit("revert"))},{default:Te(()=>[fe("span",{textContent:H.toDisplayString(e.$gettext("Revert"))},null,8,TL)]),_:1},8,["disabled"]),be(a,{appearance:"filled",class:"compare-save-dialog-confirm-btn",disabled:!e.unsavedChanges||e.confirmButtonDisabled,onClick:t[1]||(t[1]=c=>e.$emit("confirm"))},{default:Te(()=>[fe("span",{textContent:H.toDisplayString(e.$gettext("Save"))},null,8,AL)]),_:1},8,["disabled"])])])}const _L=Ve(bL,[["render",RL],["__scopeId","data-v-471483fe"]]),IL=zw(async()=>(await Promise.resolve().then(()=>E2)).default),CL=Me({name:"CustomComponentTarget",props:{extensionPoint:{type:Object,required:!0}},setup(e){const t=Ni(),n=Tb(),r=U(()=>t.requestExtensions(e.extensionPoint)),o=n.extractDefaultExtensionIds(e.extensionPoint,p(r));return{extensions:U(()=>{if(e.extensionPoint.multiple||p(r).length<=1)return p(r);const s=n.getExtensionPreference(e.extensionPoint.id,o);return s.selectedExtensionIds.length?[p(r).find(a=>s.selectedExtensionIds.includes(a.id))||p(r)[0]]:[p(r)[0]]})}}});function PL(e,t,n,r,o,i){return J(!0),ve(Qe,null,kt(e.extensions,s=>(J(),Ce(Wr(s.content),{key:`custom-component-${s.id}`}))),128)}const FL=Ve(CL,[["render",PL]]),OL=Me({name:"ItemFilter",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0},optionFilterLabel:{type:String,required:!1,default:""},showOptionFilter:{type:Boolean,required:!1,default:!1},items:{type:Array,required:!0},allowMultiple:{type:Boolean,required:!1,default:!1},idAttribute:{type:String,required:!1,default:"id"},displayNameAttribute:{type:String,required:!1,default:"name"},filterableAttributes:{type:Array,required:!1,default:()=>[]},closeOnClick:{type:Boolean,default:!1}},emits:["selectionChange"],setup:function(e,{emit:t,expose:n}){const r=ze(),o=en(),i=oe(),s=oe([]),a=oe(e.items),c=oe(null),u=oe(null),l=`q_${e.filterName}`,f=on(l),d=E=>E[e.idAttribute],m=()=>r.push({query:{...ki(p(o).query,[l]),...!!p(s).length&&{[l]:p(s).reduce((E,R)=>(E+=`${d(R)}+`,E),"").slice(0,-1)}}}),w=E=>!!p(s).find(R=>d(R)===d(E)),v=async E=>{w(E)?s.value=p(s).filter(R=>d(R)!==d(E)):(e.allowMultiple||(s.value=[]),s.value.push(E)),await m(),t("selectionChange",p(s))},T=oe(),b=(E,R)=>{if(!(R||"").trim())return E;const A=new Yf(E,{...nl,keys:e.filterableAttributes}).search(R).map($=>$.item);return E.filter($=>A.includes($))},g=()=>{s.value=[],t("selectionChange",p(s)),m()},h=E=>{a.value=E},y=async()=>{var E;h(e.items),await Gn(),(E=p(i))==null||E.focus()};Tt(T,()=>{h(b(e.items,p(T))),p(u)&&(c.value=new Zf(p(u)),p(c).unmark(),p(c).mark(p(T),{element:"span",className:"mark-highlight"}))});const S=()=>{const E=St(p(f));if(E){const R=E.split("+");s.value=e.items.filter(I=>R.includes(d(I)))}};return n({setSelectedItemsBasedOnQuery:S}),Mt(()=>{S()}),{clearFilter:g,displayedItems:a,filterInputRef:i,filterTerm:T,isItemSelected:w,itemFilterListRef:u,queryParam:l,selectedItems:s,setDisplayedItems:h,showDrop:y,toggleItemSelection:v,setSelectedItemsBasedOnQuery:S}}}),xL={ref:"itemFilterListRef"},kL={class:"oc-flex oc-flex-middle oc-text-truncate"},NL={class:"oc-text-truncate oc-ml-s"},$L={class:"oc-flex"};function DL(e,t,n,r,o,i){const s=pe("oc-text-input"),a=pe("oc-checkbox"),c=pe("oc-icon"),u=pe("oc-button"),l=pe("oc-list"),f=pe("oc-filter-chip");return J(),ve("div",{class:H.normalizeClass(["item-filter oc-flex",`item-filter-${e.filterName}`])},[be(f,{"filter-label":e.filterLabel,"selected-item-names":e.selectedItems.map(d=>d[e.displayNameAttribute]),"close-on-click":e.closeOnClick,onClearFilter:e.clearFilter,onShowDrop:e.showDrop},{default:Te(()=>[e.showOptionFilter&&e.filterableAttributes.length?(J(),Ce(s,{key:0,ref:"filterInputRef",modelValue:e.filterTerm,"onUpdate:modelValue":t[0]||(t[0]=d=>e.filterTerm=d),class:"item-filter-input oc-mb-m oc-mt-s",autocomplete:"off",label:e.optionFilterLabel===""?e.$gettext("Filter list"):e.optionFilterLabel},null,8,["modelValue","label"])):Oe("",!0),fe("div",xL,[be(l,{class:"item-filter-list"},{default:Te(()=>[(J(!0),ve(Qe,null,kt(e.displayedItems,(d,m)=>(J(),ve("li",{key:m,class:"oc-my-xs"},[be(u,{class:H.normalizeClass(["item-filter-list-item oc-flex oc-flex-middle oc-width-1-1 oc-p-s",{"item-filter-list-item-active":!e.allowMultiple&&e.isItemSelected(d),"oc-flex-left":e.allowMultiple,"oc-flex-between":!e.allowMultiple}]),"justify-content":"space-between",appearance:"raw","data-test-value":d[e.displayNameAttribute],onClick:w=>e.toggleItemSelection(d)},{default:Te(()=>[fe("div",kL,[e.allowMultiple?(J(),Ce(a,{key:0,size:"large",class:"item-filter-checkbox oc-mr-s",label:e.$gettext("Toggle selection"),"model-value":e.isItemSelected(d),"label-hidden":!0,"onUpdate:modelValue":w=>e.toggleItemSelection(d),onClick:t[1]||(t[1]=Rn(()=>{},["stop"]))},null,8,["label","model-value","onUpdate:modelValue"])):Oe("",!0),fe("div",null,[Ge(e.$slots,"image",{item:d})]),fe("div",NL,[Ge(e.$slots,"item",{item:d})])]),fe("div",$L,[!e.allowMultiple&&e.isItemSelected(d)?(J(),Ce(c,{key:0,name:"check"})):Oe("",!0)])]),_:2},1032,["class","data-test-value","onClick"])]))),128))]),_:3})],512)]),_:3},8,["filter-label","selected-item-names","close-on-click","onClearFilter","onShowDrop"])],2)}const LL=Ve(OL,[["render",DL]]),ML=Me({name:"ItemFilterToggle",props:{filterLabel:{type:String,required:!0},filterName:{type:String,required:!0}},emits:["toggleFilter"],setup:function(e,{emit:t}){const n=ze(),r=en(),o=oe(!1),i=`q_${e.filterName}`,s=on(i),a=()=>n.push({query:{...ki(p(r).query,[i]),...p(o)&&{[i]:"true"}}}),c=async()=>{o.value=!p(o),await a(),t("toggleFilter",p(o))};return Mt(()=>{St(p(s))==="true"&&(o.value=!0)}),{queryParam:i,filterActive:o,toggleFilter:c}}});function BL(e,t,n,r,o,i){const s=pe("oc-filter-chip");return J(),ve("div",{class:H.normalizeClass(["item-filter oc-flex",`item-filter-${e.filterName}`])},[be(s,{"is-toggle":!0,"filter-label":e.filterLabel,"is-toggle-active":e.filterActive,onToggleFilter:e.toggleFilter,onClearFilter:e.toggleFilter},null,8,["filter-label","is-toggle-active","onToggleFilter","onClearFilter"])],2)}const jL=Ve(ML,[["render",BL]]),UL=Me({name:"LoadingIndicator",setup(){const e=cn();let t,n,r;const o=oe(e.isLoading),i=oe(e.currentProgress),s=()=>{i.value=e.currentProgress,o.value=e.isLoading},a=()=>{i.value=e.currentProgress};return Mt(()=>{t=Xe.subscribe(Fr.add,s),n=Xe.subscribe(Fr.remove,s),r=Xe.subscribe(Fr.setProgress,a)}),jn(()=>{Xe.unsubscribe(Fr.add,t),Xe.unsubscribe(Fr.remove,n),Xe.unsubscribe(Fr.setProgress,r)}),{isLoading:o,currentProgress:i}}}),qL={key:0,id:"oc-loading-indicator",class:"oc-width-1-1"};function VL(e,t,n,r,o,i){const s=pe("oc-progress");return e.isLoading?(J(),ve("div",qL,[be(s,{max:100,indeterminate:e.currentProgress===null,value:e.currentProgress,size:"small"},null,8,["indeterminate","value"])])):Oe("",!0)}const zL=Ve(UL,[["render",VL]]),WL=Me({name:"NoContentMessage",props:{icon:{type:String,required:!0},iconFillType:{type:String,default:"fill"}}}),HL={class:"no-content-message oc-flex oc-flex-column oc-flex-center oc-flex-middle oc-text-center"},GL={class:"oc-text-muted oc-text-xlarge"},KL={class:"oc-text-muted"};function QL(e,t,n,r,o,i){const s=pe("oc-icon");return J(),ve("div",HL,[be(s,{name:e.icon,type:"div",size:"xxlarge","fill-type":e.iconFillType,class:"oc-mb-m"},null,8,["name","fill-type"]),fe("div",GL,[Ge(e.$slots,"message")]),fe("div",KL,[Ge(e.$slots,"callToAction")])])}const XL=Ve(WL,[["render",QL]]),YL=Me({props:{pages:{type:Number,required:!0},currentPage:{type:Number,required:!0}},watch:{currentPage:{handler:function(){var e;(e=document.getElementsByClassName("files-view-wrapper")[0])==null||e.scrollTo(0,0)}}}});function JL(e,t,n,r,o,i){const s=pe("oc-pagination");return e.pages>1?(J(),Ce(s,{key:0,pages:e.pages,"current-page":e.currentPage,"max-displayed":3,"current-route":e.$route,class:"files-pagination oc-flex oc-flex-center oc-my-s"},null,8,["pages","current-page","current-route"])):Oe("",!0)}const ZL=Ve(YL,[["render",JL]]),e2=Me({name:"SearchBarFilter",props:{currentFolderAvailable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const{$gettext:n}=Ne.useGettext(),r=on("useScope"),o=oe(),i=oe(),s=U(()=>{var u;return n((u=o.value)==null?void 0:u.title)}),a=U(()=>[{id:Er.currentFolder,title:n("Current folder"),enabled:e.currentFolderAvailable},{id:Er.allFiles,title:n("All files"),enabled:!0}]);return Tt(()=>e.currentFolderAvailable,()=>{if(p(r)){if(p(r).toString()==="true"){o.value=p(a).find(({id:l})=>l===Er.currentFolder);return}o.value=p(a).find(({id:l})=>l===Er.allFiles);return}if(!e.currentFolderAvailable){o.value=p(a).find(({id:u})=>u===Er.allFiles);return}if(p(i)){o.value=p(a).find(({id:u})=>u===p(i).id);return}o.value=p(a).find(({id:u})=>u===Er.allFiles)},{immediate:!0}),{currentSelection:o,currentSelectionTitle:s,onOptionSelected:u=>{i.value=u,o.value=u,t("update:modelValue",{value:u})},locationOptions:a}}}),t2={key:0},n2={key:0,class:"oc-flex"};function r2(e,t,n,r,o,i){const s=pe("oc-icon"),a=pe("oc-button"),c=pe("oc-filter-chip");return J(),ve("div",{class:"oc-location-search oc-position-small oc-position-center-right oc-mt-rm",onClick:t[0]||(t[0]=Rn(()=>{},["stop"]))},[e.currentSelection?(J(),ve("div",t2,[be(c,{"is-toggle":!1,"is-toggle-active":!1,"filter-label":e.currentSelectionTitle,"selected-item-names":[],class:"oc-search-bar-filter",raw:"","close-on-click":""},{default:Te(()=>[(J(!0),ve(Qe,null,kt(e.locationOptions,(u,l)=>(J(),Ce(a,{key:l,appearance:"raw",size:"medium","justify-content":"space-between",class:H.normalizeClass(["search-bar-filter-item oc-flex oc-flex-middle oc-width-1-1 oc-py-xs oc-px-s",{"oc-secondary-container":u.id===e.currentSelection.id}]),disabled:!u.enabled,"data-test-id":u.id,onClick:f=>e.onOptionSelected(u)},{default:Te(()=>[fe("span",null,H.toDisplayString(u.title),1),u.id===e.currentSelection.id?(J(),ve("div",n2,[be(s,{name:"check"})])):Oe("",!0)]),_:2},1032,["class","disabled","data-test-id","onClick"]))),128))]),_:1},8,["filter-label"])])):Oe("",!0)])}const i2=Ve(e2,[["render",r2]]),o2=Me({name:"PortalTarget",components:{PortalTargetVue:ga.PortalTarget},props:{...ga.PortalTarget.props},setup(e){const t=U(()=>e);return Mt(()=>{Xe.publish(la.mounted,e)}),{properties:t}}});function s2(e,t,n,r,o,i){const s=pe("portal-target-vue");return J(),Ce(s,H.normalizeProps(Ha(e.properties)),null,16)}const a2=Ve(o2,[["render",s2]]),l2=({sortBy:e,sortDir:t})=>({groupingSettings:U(()=>({groupingBy:localStorage.getItem("grouping-shared-with-me")||"Shared on",showGroupingOptions:!0,groupingFunctions:{"Name alphabetically":function(r){return localStorage.setItem("grouping-shared-with-me","Name alphabetically"),isNaN(Number(r.name.charAt(0)))?r.name.charAt(0)==="."?r.name.charAt(1).toLowerCase():r.name.charAt(0).toLowerCase():"#"},"Shared on":function(r){localStorage.setItem("grouping-shared-with-me","Shared on");const o=Date.now()-6048e5,i=Date.now()-2592e6;return Date.parse(r.sdate)<i?"Older":Date.parse(r.sdate)>=o?"Recently":"Last month"},"Share owner":function(r){var o;return localStorage.setItem("grouping-shared-with-me","Share owner"),(o=r==null?void 0:r.owner)==null?void 0:o.displayName},None:function(){localStorage.setItem("grouping-shared-with-me","None")}},sortGroups:{"Name alphabetically":function(r){const o=r.sort(function(i,s){return i.name<s.name?-1:i.name>s.name?1:0});return p(e)==="name"&&p(t)==="desc"&&o.reverse(),o},"Shared on":function(r){const o=[],i=["Recently","Last month","Older"];for(const s of i){const a=r.find(c=>c.name.toLowerCase()===s.toLowerCase());a&&o.push(a)}return p(e)==="sdate"&&p(t)==="asc"&&o.reverse(),o},"Share owner":function(r){const o=r.sort(function(i,s){return i.name<s.name?-1:i.name>s.name?1:0});return p(e)==="owner"&&p(t)==="desc"&&o.reverse(),o}}}))}),c2={toolbarTips:{bold:"Gras",underline:"Souligné",italic:"Italique",strikeThrough:"Barré",title:"Titre",sub:"Indice",sup:"Exposant",quote:"Citation",unorderedList:"Liste",orderedList:"Liste numérique",task:"Liste de tâche",codeRow:"Code intégré",code:"Bloc de code",link:"Lien",image:"Image",table:"Table",mermaid:"Organigramme",katex:"Formule",revoke:"Annuler",next:"Refaire",save:"Sauvegarder",prettier:"Sublimer",pageFullscreen:"Passer en pleine page",fullscreen:"Passer en plein écran",preview:"Prévisualiser",htmlPreview:"Prévisualiser le HTML",catalog:"Table des matières",github:"Code source de l'editeur"},titleItem:{h1:"Titre niveau 1",h2:"Titre niveau 2",h3:"Titre niveau 3",h4:"Titre niveau 4",h5:"Titre niveau 5",h6:"Titre niveau 6"},imgTitleItem:{link:"Ajouter depuis une url",upload:"Télécharger une image",clip2upload:"Télécharger et recadrer"},linkModalTips:{linkTitle:"Ajouter un lien",imageTitle:"Ajouter une image depuis une url",descLabel:"Texte : ",descLabelPlaceHolder:"Entrez un texte...",urlLabel:"Url : ",urlLabelPlaceHolder:"Entrez une url...",buttonOK:"Valider"},clipModalTips:{title:"Télécharger et recadrer une image",buttonUpload:"Valider"},copyCode:{text:"Copier le code",successTips:"Copié",failTips:"La copie a échoué!"},mermaid:{flow:"Organigramme",sequence:"Chronogramme",gantt:"Diagramme de Gantt",class:"Diagramme de classes",state:"Diagramme d'état",pie:"Diagramme circulaire",relationship:"Diagramme de relation",journey:"Diagramme de tâches"},katex:{inline:"Formule en ligne",block:"Formule en bloc"},footer:{markdownTotal:"Nombre de mots",scrollAuto:"Défilement synchronisé"}},u2={toolbarTips:{bold:"Fett",underline:"Unterstrichen",italic:"Kursiv",strikeThrough:"Durchgestrichen",title:"Titel",sub:"Tiefgestellt",sup:"Hochgestellt",quote:"Zitat",unorderedList:"Ungeordnete Liste",orderedList:"Geordnete Liste",task:"Aufgabenliste",codeRow:"Eingebetteter Code",code:"Codeblock",link:"Link",image:"Bild",table:"Tabelle",mermaid:"Flussdiagramm",katex:"Formel",revoke:"Rückgängig machen",next:"Wiederherstellen",save:"Speichern",prettier:"Verschönern",pageFullscreen:"Vollbildmodus",fullscreen:"Vollbild",preview:"Vorschau",htmlPreview:"HTML Vorschau",catalog:"Inhaltsverzeichnis",github:"Quellcode des Editors"},titleItem:{h1:"Überschrift Ebene 1",h2:"Überschrift Ebene 2",h3:"Überschrift Ebene 3",h4:"Überschrift Ebene 4",h5:"Überschrift Ebene 5",h6:"Überschrift Ebene 6"},imgTitleItem:{link:"Bildlink hinzufügen",upload:"Bild hochladen",clip2upload:"Bild zuschneiden und hochladen"},linkModalTips:{linkTitle:"Link hinzufügen",imageTitle:"Bild von URL hinzufügen",descLabel:"Text: ",descLabelPlaceHolder:"Text eingeben...",urlLabel:"URL: ",urlLabelPlaceHolder:"URL eingeben...",buttonOK:"Bestätigen"},clipModalTips:{title:"Bild zuschneiden und hochladen",buttonUpload:"Hochladen"},copyCode:{text:"Code kopieren",successTips:"Kopiert!",failTips:"Kopieren fehlgeschlagen!"},mermaid:{flow:"Flussdiagramm",sequence:"Sequenzdiagramm",gantt:"Gantt-Diagramm",class:"Klassendiagramm",state:"Zustandsdiagramm",pie:"Kreisdiagramm",relationship:"Beziehungsdiagramm",journey:"Reisediagramm"},katex:{inline:"Inline-Formel",block:"Blockformel"},footer:{markdownTotal:"Zeichenanzahl",scrollAuto:"Automatisches Scrollen"}},f2={toolbarTips:{bold:"Grassetto",underline:"Sottolineato",italic:"Corsivo",strikeThrough:"Barrato",title:"Titolo",sub:"Indice",sup:"Esponente",quote:"Citazione",unorderedList:"Elenco non ordinato",orderedList:"Elenco ordinato",task:"Lista di compiti",codeRow:"Codice incorporato",code:"Blocco di codice",link:"Link",image:"Immagine",table:"Tabella",mermaid:"Diagramma",katex:"Formula",revoke:"Annulla",next:"Ripristina",save:"Salva",prettier:"Formatta",pageFullscreen:"Pagina a schermo intero",fullscreen:"Schermo intero",preview:"Anteprima",htmlPreview:"Anteprima HTML",catalog:"Indice",github:"Codice sorgente dell'editor"},titleItem:{h1:"Intestazione Livello 1",h2:"Intestazione Livello 2",h3:"Intestazione Livello 3",h4:"Intestazione Livello 4",h5:"Intestazione Livello 5",h6:"Intestazione Livello 6"},imgTitleItem:{link:"Aggiungi link immagine",upload:"Carica immagine",clip2upload:"Ritaglia e carica immagine"},linkModalTips:{linkTitle:"Aggiungi link",imageTitle:"Aggiungi immagine da URL",descLabel:"Testo: ",descLabelPlaceHolder:"Inserisci il testo...",urlLabel:"URL: ",urlLabelPlaceHolder:"Inserisci l'URL...",buttonOK:"Conferma"},clipModalTips:{title:"Ritaglia e carica immagine",buttonUpload:"Carica"},copyCode:{text:"Copia codice",successTips:"Copiato!",failTips:"Copia fallita!"},mermaid:{flow:"Diagramma di flusso",sequence:"Diagramma di sequenza",gantt:"Diagramma di Gantt",class:"Diagramma di classe",state:"Diagramma di stato",pie:"Diagramma a torta",relationship:"Diagramma di relazione",journey:"Diagramma di viaggio"},katex:{inline:"Formula in linea",block:"Formula a blocco"},footer:{markdownTotal:"Conteggio parole",scrollAuto:"Scorrimento automatico"}},d2={toolbarTips:{bold:"Negrita",underline:"Subrayado",italic:"Cursiva",strikeThrough:"Tachado",title:"Título",sub:"Subíndice",sup:"Superíndice",quote:"Cita",unorderedList:"Lista desordenada",orderedList:"Lista ordenada",task:"Lista de tareas",codeRow:"Código en línea",code:"Bloque de código",link:"Enlace",image:"Imagen",table:"Tabla",mermaid:"Diagrama",katex:"Fórmula",revoke:"Deshacer",next:"Rehacer",save:"Guardar",prettier:"Formatear",pageFullscreen:"Página en pantalla completa",fullscreen:"Pantalla completa",preview:"Vista previa",htmlPreview:"Vista previa del HTML",catalog:"Índice",github:"Código fuente del editor"},titleItem:{h1:"Encabezado de nivel 1",h2:"Encabezado de nivel 2",h3:"Encabezado de nivel 3",h4:"Encabezado de nivel 4",h5:"Encabezado de nivel 5",h6:"Encabezado de nivel 6"},imgTitleItem:{link:"Agregar enlace de imagen",upload:"Subir imagen",clip2upload:"Recortar y subir imagen"},linkModalTips:{linkTitle:"Agregar enlace",imageTitle:"Agregar imagen desde URL",descLabel:"Texto: ",descLabelPlaceHolder:"Introduce el texto...",urlLabel:"Enlace: ",urlLabelPlaceHolder:"Introduce el enlace...",buttonOK:"Confirmar"},clipModalTips:{title:"Recortar y subir imagen",buttonUpload:"Subir"},copyCode:{text:"Copiar código",successTips:"¡Copiado!",failTips:"¡Copia fallida!"},mermaid:{flow:"Diagrama de flujo",sequence:"Diagrama de secuencia",gantt:"Diagrama de Gantt",class:"Diagrama de clase",state:"Diagrama de estado",pie:"Diagrama de pastel",relationship:"Diagrama de relación",journey:"Diagrama de viaje"},katex:{inline:"Fórmula en línea",block:"Fórmula de bloque"},footer:{markdownTotal:"Conteo de letras",scrollAuto:"Desplazamiento automático"}},p2={toolbarTips:{bold:"Pogrubienie",underline:"Podkreślenie",italic:"Kursywa",strikeThrough:"Przekreślenie",title:"Tytuł",sub:"Indeks dolny",sup:"Indeks górny",quote:"Cytat",unorderedList:"Lista nieuporządkowana",orderedList:"Lista uporządkowana",task:"Lista zadań",codeRow:"Wbudowany kod",code:"Blok kodu",link:"Link",image:"Obraz",table:"Tabela",mermaid:"Schemat przepływu",katex:"Formuła",revoke:"Cofnij",next:"Przywróć",save:"Zapisz",prettier:"Upiększ",pageFullscreen:"Pełny ekran strony",fullscreen:"Pełny ekran",preview:"Podgląd",htmlPreview:"Podgląd HTML",catalog:"Spis treści",github:"Kod źródłowy edytora"},titleItem:{h1:"Nagłówek poziom 1",h2:"Nagłówek poziom 2",h3:"Nagłówek poziom 3",h4:"Nagłówek poziom 4",h5:"Nagłówek poziom 5",h6:"Nagłówek poziom 6"},imgTitleItem:{link:"Dodaj link do obrazu",upload:"Prześlij obraz",clip2upload:"Przytnij i prześlij obraz"},linkModalTips:{linkTitle:"Dodaj link",imageTitle:"Dodaj obraz z URL",descLabel:"Tekst: ",descLabelPlaceHolder:"Wpisz tekst...",urlLabel:"URL: ",urlLabelPlaceHolder:"Wpisz URL...",buttonOK:"Potwierdź"},clipModalTips:{title:"Przytnij i prześlij obraz",buttonUpload:"Prześlij"},copyCode:{text:"Skopiuj kod",successTips:"Skopiowano!",failTips:"Nie udało się skopiować!"},mermaid:{flow:"Schemat przepływu",sequence:"Schemat sekwencji",gantt:"Wykres Gantta",class:"Diagram klas",state:"Diagram stanów",pie:"Diagram kołowy",relationship:"Diagram relacji",journey:"Diagram podróży"},katex:{inline:"Formuła inline",block:"Formuła blokowa"},footer:{markdownTotal:"Liczba znaków",scrollAuto:"Automatyczne przewijanie"}},h2={toolbarTips:{bold:"жирный",underline:"подчёркнутый",italic:"курсив",strikeThrough:"зачёркнутый",title:"заголовок",sub:"нижний индекс",sup:"верхний индекс",quote:"цитата",unorderedList:"неупорядоченный список",orderedList:"упорядоченный список",task:"список задач",codeRow:"встроенный код",code:"блочный код",link:"ссылка",image:"изображение",table:"таблица",mermaid:"диаграмма",katex:"формула",revoke:"отмена",next:"вернуть",save:"сохранить",prettier:"форматировать",pageFullscreen:"на всю страницу",fullscreen:"на весь экран",preview:"превью",previewOnly:"только превью",htmlPreview:"превью html",catalog:"каталог",github:"исходный код"},titleItem:{h1:"Заголовок 1-го ур.",h2:"Заголовок 2-го ур.",h3:"Заголовок 3-го ур.",h4:"Заголовок 4-го ур.",h5:"Заголовок 5-го ур.",h6:"Заголовок 6-го ур."},imgTitleItem:{link:"Добавить ссылку на изображение",upload:"Загрузить изображение",clip2upload:"Из буфера обмена"},linkModalTips:{linkTitle:"Добавить ссылку",imageTitle:"Добавить изображение",descLabel:"Описание:",descLabelPlaceHolder:"Введите описание...",urlLabel:"Ссылка:",urlLabelPlaceHolder:"Введите ссылку...",buttonOK:"ОК"},clipModalTips:{title:"Обрезать изображение",buttonUpload:"Загрузить"},copyCode:{text:"Скопировать",successTips:"Скопировано!",failTips:"Не удалось скопировать!"},mermaid:{flow:"цепная",sequence:"последовательная",gantt:"временная",class:"структурная",state:"статусная",pie:"круговая",relationship:"реляционная",journey:"путешествия"},katex:{inline:"встроенная",block:"блочная"},footer:{markdownTotal:"Кол-во символов",scrollAuto:"Автопрокрутка"}},g2={toolbarTips:{bold:"太字",underline:"下線",italic:"斜体",strikeThrough:"取り消し線",title:"タイトル",sub:"下付き文字",sup:"上付き文字",quote:"引用",unorderedList:"番号なし箇条書き",orderedList:"番号付の箇条書き",task:"タスクリスト",codeRow:"インラインコード",code:"ブロックコード",link:"リンク",image:"イメージ",table:"テーブル",mermaid:"mermaid図",katex:"katex数式",revoke:"後退",next:"前進",save:"保存",prettier:"フォーマット",pageFullscreen:"ブラウザのフルスクリーン",fullscreen:"フルスクリーン",preview:"プレビュー",htmlPreview:"htmlプレビュー",catalog:"目次",github:"ギットハブ"},titleItem:{h1:"見出し1",h2:"見出し2",h3:"見出し3",h4:"見出し4",h5:"見出し5",h6:"見出し6"},imgTitleItem:{link:"リンク",upload:"アップロード",clip2upload:"トリミングアップロード"},linkModalTips:{linkTitle:"追加",imageTitle:"イメージ追加",descLabel:"リンクの説明:",descLabelPlaceHolder:"説明を入力してください...",urlLabel:"リンクアドレス:",urlLabelPlaceHolder:"リンクを入力してください...",buttonOK:"確定"},clipModalTips:{title:"トリミング画像のアップロード",buttonUpload:"アップロード"},copyCode:{text:"コードをコピー",successTips:"コピー成功!",failTips:"コピー失敗!"},mermaid:{flow:"フローチャート",sequence:"タイミング図",gantt:"ガントチャート",class:"クラス図",state:"状態図",pie:"円グラフ",relationship:"関係図",journey:"旅路図"},katex:{inline:"インライン数式",block:"ブロック数式"},footer:{markdownTotal:"単語数",scrollAuto:"同期スクロール"}},m2={toolbarTips:{bold:"tebal",underline:"garis bawah",italic:"miring",strikeThrough:"coret sambung",title:"judul",sub:"subscript",sup:"superscript",quote:"quote",unorderedList:"daftar tak berurutan",orderedList:"daftar berurutan",task:"daftar tugas",codeRow:"kode inline",code:"kode blok",link:"tautan",image:"gambar",table:"tabel",mermaid:"mermaid",katex:"rumus",revoke:"membatalkan",next:"membatalkan pembatalan",save:"simpan",prettier:"penataan",pageFullscreen:"layar penuh di halaman",fullscreen:"layar penuh",preview:"pratinjau",htmlPreview:"pratinjau html",catalog:"daftar isi",github:"kode sumber"},titleItem:{h1:"Judul 1",h2:"Judul 2",h3:"Judul 3",h4:"Judul 4",h5:"Judul 5",h6:"Judul 6"},imgTitleItem:{link:"Tambahkan Tautan Gambar",upload:"Unggah Gambar",clip2upload:"Potong dan Unggah"},linkModalTips:{linkTitle:"Tambahkan Tautan",imageTitle:"Tambahkan Gambar",descLabel:"Deskripsi:",descLabelPlaceHolder:"Masukkan deskripsi...",urlLabel:"Tautan:",urlLabelPlaceHolder:"Masukkan tautan...",buttonOK:"OK"},clipModalTips:{title:"Potong dan Unggah Gambar",buttonUpload:"Unggah"},copyCode:{text:"Salin",successTips:"Tersalin!",failTips:"Gagal menyalin!"},mermaid:{flow:"diagram aliran",sequence:"diagram urutan",gantt:"diagram gantt",class:"diagram kelas",state:"diagram status",pie:"diagram pie",relationship:"diagram hubungan",journey:"diagram perjalanan"},katex:{inline:"rumus inline",block:"rumus blok"},footer:{markdownTotal:"Jumlah Kata",scrollAuto:"Gulir Otomatis"}},y2={zh:"zh-CN",fr:"fr-FR",ja:"jp-JP",id:"id-ID",ru:"ru",de:"de-DE",it:"it-IT",es:"es-ES",pl:"pl-PL",en:"en-US"},b2={"fr-FR":c2,"de-DE":u2,"it-IT":f2,"es-ES":d2,"pl-PL":p2,ru:h2,"jp-JP":g2,"id-ID":m2},v2=Me({name:"TextEditor",components:{MdEditor:$o.MdEditor,MdPreview:$o.MdPreview},props:{applicationConfig:{type:Object,required:!1},currentContent:{type:String,required:!0},markdownMode:{type:Boolean,required:!1,default:!1},isReadOnly:{type:Boolean,required:!1,default:!1},resource:{type:Object,required:!1}},emits:["update:currentContent"],setup(e,{emit:t}){const n=Ne.useGettext(),{currentTheme:r}=ii(),o=U(()=>{const{showPreviewOnlyMd:c=!0}=e.applicationConfig;return{showPreviewOnlyMd:c}}),i=U(()=>{var c;return e.markdownMode||["md","markdown"].includes((c=e.resource)==null?void 0:c.extension)||!p(o).showPreviewOnlyMd}),s=U(()=>p(r).isDark?"dark":"light");return $o.config({editorConfig:{languageUserDefined:b2},editorExtensions:{screenfull:{instance:N0},cropper:{instance:$0}},markdownItPlugins(c){return[...c,{type:"xss",plugin:$o.XSSPlugin,options:{}}]}}),{isMarkdown:i,theme:s,language:n,languages:y2,onUploadImg:async c=>{const l=(await Promise.all([...c].map(d=>new Promise((m,w)=>{const v=new FileReader;v.onload=()=>m(v.result),v.onerror=w,v.readAsDataURL(d)})))).map(d=>``),f=`${p(e.currentContent)}
|
|
64
|
+
${l.join(`
|
|
65
|
+
|
|
66
|
+
`)}
|
|
67
|
+
`;t("update:currentContent",f)}}}}),w2={id:"text-editor-container",class:"oc-height-1-1"};function S2(e,t,n,r,o,i){const s=pe("md-preview"),a=pe("md-editor");return J(),ve("div",w2,[e.isReadOnly?(J(),Ce(s,{key:0,id:"text-editor-preview-component","model-value":e.currentContent,"no-katex":"","no-mermaid":"","no-prettier":"","no-upload-img":"","no-highlight":"",language:e.languages[e.language.current]||"en-US",theme:e.theme,"auto-focus":"","read-only":"",toolbars:[]},null,8,["model-value","language","theme"])):(J(),Ce(a,{key:1,id:"text-editor-component","model-value":e.currentContent,"no-katex":"","no-mermaid":"","no-prettier":"","no-highlight":"","on-upload-img":e.onUploadImg,language:e.languages[e.language.current]||"en-US",theme:e.theme,preview:e.isMarkdown,toolbars:e.isMarkdown?void 0:["revoke","next"],"toolbars-exclude":["save","katex","github","catalog","mermaid","prettier","fullscreen","htmlPreview","pageFullscreen"],"read-only":e.isReadOnly,"auto-focus":"",onOnChange:t[0]||(t[0]=c=>e.$emit("update:currentContent",c))},null,8,["model-value","on-upload-img","language","theme","preview","toolbars","read-only"]))])}const E2=Object.freeze(Object.defineProperty({__proto__:null,default:Ve(v2,[["render",S2]])},Symbol.toStringTag,{value:"Module"}));L.ActionMenuItem=jf,L.ApiError=JT,L.AppBar=Sk,L.AppLoadingSpinner=xf,L.AppProviderService=NT,L.AppTopBar=zv,L.AppWrapper=Yv,L.AppWrapperRoute=FN,L.ArchiverService=ZT,L.Auth=kh,L.BatchActions=Uv,L.Cache=El,L.ClientService=lA,L.ClipboardActions=ei,L.CompareSaveDialog=_L,L.ConflictDialog=tl,L.ContextActionMenu=Uf,L.ContextActions=qv,L.ContextMenuQuickAction=qf,L.CreateLinkModal=vv,L.CreateShortcutModal=yv,L.CreateSpace=Rk,L.CustomComponentTarget=FL,L.DateFilter=jD,L.DatePickerModal=fN,L.EDITOR_MODE_CREATE=UF,L.EDITOR_MODE_EDIT=jF,L.EVENT_FILE_DROPPED=Pf,L.EVENT_TROW_CONTEXTMENU=GF,L.EVENT_TROW_MOUNTED=hv,L.EmojiPickerModal=kv,L.EventBus=Nh,L.FileInfo=Gv,L.FilePickerModal=wv,L.FileSideBar=Kv,L.FolderLoaderFavorites=qh,L.FolderLoaderSharedViaLink=Vh,L.FolderLoaderSharedWithMe=zh,L.FolderLoaderSharedWithOthers=Wh,L.FolderLoaderSpace=Uh,L.FolderLoaderTrashbin=jy,L.FolderService=Uy,L.FolderViewModeConstants=Gt,L.HttpClient=Ul,L.ImageDimension=zn,L.ImageType=oa,L.ItemFilter=LL,L.ItemFilterInline=zD,L.ItemFilterToggle=jL,L.Key=Nf,L.LinkRoleDropdown=bv,L.LoadingEventTopics=Fr,L.LoadingIndicator=zL,L.LoadingService=H_,L.MimeTypesToAppsSchema=yh,L.Modifier=$f,L.NoContentMessage=XL,L.Pagination=ZL,L.PaginationConstants=Tr,L.PasswordPolicyService=LI,L.PortalTarget=a2,L.PortalTargetEventTopics=la,L.PreviewService=CI,L.ProcessorType=Bs,L.QuotaModal=Cv,L.QuotaSelect=Iv,L.RawConfigSchema=RP,L.ResolveStrategy=qn,L.ResourceConflictModal=vp,L.ResourceGhostElement=Vf,L.ResourceIcon=Co,L.ResourceLink=Ff,L.ResourceListItem=Po,L.ResourceName=Of,L.ResourcePreview=mv,L.ResourceSize=Jv,L.ResourceTable=aD,L.ResourceTile=b0,L.ResourceTiles=RD,L.ResourceTransfer=Sp,L.RuntimeError=Ii,L.SaveAsModal=Ev,L.SearchBarFilter=i2,L.SearchLocationFilterConstants=Er,L.SideBar=Wv,L.SideBarEventTopics=yt,L.SortConstants=Yr,L.SortDir=Bt,L.SpaceDetails=aL,L.SpaceDetailsMultiple=dL,L.SpaceInfo=Hv,L.SpaceMoveInfoModal=bp,L.SpaceNoSelection=yL,L.SpaceQuota=v0,L.TextEditor=IL,L.ThemeConfig=AF,L.TransferType=pr,L.UnsavedChangesModal=Qv,L.UppyService=BI,L.ViewOptions=Vv,L.VisibilityObserver=gv,L.WebDavDetails=w0,L.WebThemeConfig=Wb,L.activeApp=Sl,L.authContextValues=cT,L.blobToArrayBuffer=wb,L.breadcrumbsFromPath=rP,L.buildRoutes=xF,L.buildUrl=fT,L.cacheService=jl,L.canvasToBlob=Sb,L.cloneStateObject=mp,L.concatBreadcrumbs=iP,L.contextQueryToFileContextProps=Qb,L.contextRouteNameKey=Gs,L.contextRouteParamsKey=hf,L.contextRouteQueryKey=gf,L.createDefaultFileIconMapping=Tp,L.createFileRouteOptions=Jn,L.createLocationCommon=Ti,L.createLocationPublic=Ai,L.createLocationShares=kn,L.createLocationSpaces=xn,L.createLocationTrash=Ri,L.defaultFuseOptions=nl,L.defineWebApplication=D0,L.determineResourceTableSortFields=gh,L.determineResourceTilesSortFields=FT,L.dirname=gt.dirname,L.displayPositionedDropdown=wo,L.encodePath=uf,L.eventBus=Xe,L.filterResources=BS,L.focusCheckbox=hT,L.folderService=qy,L.formatDateFromDateTime=ti,L.formatDateFromHTTP=oP,L.formatDateFromISO=hb,L.formatDateFromJSDate=pb,L.formatDateFromRFC=sP,L.formatFileSize=En,L.formatRelativeDateFromDateTime=So,L.formatRelativeDateFromHTTP=aP,L.formatRelativeDateFromISO=lP,L.formatRelativeDateFromJSDate=gb,L.formatRelativeDateFromRFC=cP,L.getIndicators=Eo,L.getLocaleFromLanguage=qs,L.getParentPaths=mb,L.getSharedAncestorRoute=pT,L.getSharedDriveItem=hs,L.getSpacesByType=Ao,L.isLocationActive=FF,L.isLocationCommonActive=At,L.isLocationPublicActive=_n,L.isLocationSharesActive=Nt,L.isLocationSpacesActive=at,L.isLocationTrashActive=In,L.isResourceBeeingMovedToSameLocation=wp,L.isSameResource=Zi,L.locationPublicLink=vl,L.locationPublicUpload=wl,L.locationSharesViaLink=bl,L.locationSharesWithMe=ps,L.locationSharesWithOthers=yl,L.locationSpacesGeneric=ml,L.objectKeys=II,L.queryItemAsString=St,L.renameResource=rl,L.resolveFileNameDuplicate=Un,L.resourceIconMappingInjectionKey=Ep,L.routeToContextQuery=Ks,L.sortFields=mh,L.sortHelper=ph,L.sortSpaceMembers=Hb,L.translateSortFields=OT,L.triggerDownloadWithFilename=Bl,L.useAbility=hn,L.useActionsShowDetails=Fx,L.useActiveApp=uT,L.useActiveLocation=Sr,L.useAppConfig=oh,L.useAppDefaults=nv,L.useAppFileHandling=mf,L.useAppFolderHandling=Yb,L.useAppMeta=vf,L.useAppNavigation=Xb,L.useAppProviderService=xx,L.useAppsStore=Zn,L.useArchiverService=av,L.useAuthService=yf,L.useAuthStore=Xr,L.useBreadcrumbsFromPath=kx,L.useCanBeOpenedWithSecureView=Df,L.useCanListShares=fv,L.useCanListVersions=Lv,L.useCanShare=dv,L.useCapabilityStore=rn,L.useClientService=Ye,L.useClipboard=wf,L.useClipboardStore=To,L.useConfigStore=st,L.useCreateSpace=Di,L.useDeleteWorker=rv,L.useDocumentTitle=Jb,L.useDownloadFile=lv,L.useDriveResolver=tv,L.useEmbedMode=ni,L.useEventBus=_o,L.useExtensionPreferencesStore=Tb,L.useExtensionRegistry=Ni,L.useFileActions=Vn,L.useFileActionsCopy=Js,L.useFileActionsCopyPermanentLink=Sf,L.useFileActionsCreateLink=ex,L.useFileActionsCreateNewFile=HF,L.useFileActionsCreateNewFolder=WF,L.useFileActionsCreateNewShortcut=CO,L.useFileActionsCreateSpaceFromResource=Cf,L.useFileActionsDelete=ea,L.useFileActionsDeleteResources=sv,L.useFileActionsDisableSync=Zs,L.useFileActionsDownloadArchive=ta,L.useFileActionsDownloadFile=Io,L.useFileActionsEmptyTrashBin=Ef,L.useFileActionsEnableSync=Xs,L.useFileActionsFavorite=Tf,L.useFileActionsMove=na,L.useFileActionsNavigate=Af,L.useFileActionsOpenShortcut=PO,L.useFileActionsOpenWithApp=Sv,L.useFileActionsPaste=cv,L.useFileActionsRename=ra,L.useFileActionsRestore=ia,L.useFileActionsSaveAs=Tv,L.useFileActionsSetImage=uv,L.useFileActionsShowActions=zF,L.useFileActionsShowDetails=_f,L.useFileActionsShowShares=If,L.useFileActionsToggleHideShare=Ys,L.useFileListHeaderPosition=Nx,L.useFileRouteReplace=zs,L.useFolderLink=si,L.useGetMatchingSpace=ln,L.useGetResourceContext=Mv,L.useGroupingSettings=l2,L.useIsFilesAppActive=Or,L.useIsSearchActive=os,L.useIsTopBarSticky=kf,L.useKeyboardActions=$v,L.useLinkTypes=sa,L.useLoadPreview=Mf,L.useLoadingService=cn,L.useLocalStorage=pf,L.useMessages=rt,L.useModals=bt,L.useOpenEmptyEditor=Ox,L.useOpenWithDefaultApp=Fv,L.usePagination=Dx,L.usePasswordPolicyService=Dv,L.usePasteWorker=iv,L.usePortalTarget=Bx,L.usePreviewService=Rf,L.useRequest=Zb,L.useRequestHeaders=Qs,L.useResourceContents=jv,L.useResourceRouteResolver=aa,L.useResourcesStore=Ke,L.useRestoreWorker=ov,L.useRoute=en,L.useRouteMeta=Gb,L.useRouteName=Ws,L.useRouteParam=Hs,L.useRouteQuery=on,L.useRouteQueryPersisted=wr,L.useRouter=ze,L.useScrollTo=pv,L.useSearch=bf,L.useSelectedResources=Bf,L.useService=mr,L.useSharesStore=jt,L.useSideBar=yb,L.useSort=RT,L.useSpaceActionsDelete=Av,L.useSpaceActionsDisable=Rv,L.useSpaceActionsDuplicate=_v,L.useSpaceActionsEditDescription=dx,L.useSpaceActionsEditQuota=Pv,L.useSpaceActionsEditReadmeContent=Ax,L.useSpaceActionsNavigateToTrash=_x,L.useSpaceActionsRename=Ov,L.useSpaceActionsRestore=xv,L.useSpaceActionsSetIcon=Px,L.useSpaceActionsShowMembers=Rx,L.useSpaceHelpers=oi,L.useSpacesLoading=ev,L.useSpacesStore=lt,L.useThemeStore=ii,L.useTileSize=Bv,L.useTokenTimerWorker=LF,L.useUpload=Vx,L.useUserStore=vt,L.useViewMode=jx,L.useViewSize=Ux,L.useViewSizeMax=Lf,L.useWebWorkersStore=Ro,L.useWindowOpen=Nv,Object.defineProperty(L,Symbol.toStringTag,{value:"Module"})});
|