diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index f28b644c1..8653374a1 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -117,12 +117,16 @@ }, "collection": { "created": "Collection created", + "different_parent": "Cannot reorder collection with different parent", "edit": "Edit Collection", "invalid_name": "Please provide a name for the collection", + "invalid_root_move": "Collection already in the root", + "moved": "Moved Successfully", "my_collections": "My Collections", "name": "My New Collection", "name_length_insufficient": "Collection name should be at least 3 characters long", "new": "New Collection", + "order_changed": "Collection Order Updated", "renamed": "Collection renamed", "request_in_use": "Request in use", "save_as": "Save as", @@ -389,6 +393,7 @@ "text": "Text" }, "copy_link": "Copy link", + "different_collection": "Cannot reorder requests from different collections", "duration": "Duration", "enter_curl": "Enter cURL command", "duplicated": "Request duplicated", @@ -397,8 +402,10 @@ "header_list": "Header List", "invalid_name": "Please provide a name for the request", "method": "Method", + "moved": "Request moved", "name": "Request name", "new": "New Request", + "order_changed": "Request Order Updated", "override": "Override", "override_help": "Set Content-Type in Headers", "overriden": "Overridden", @@ -655,6 +662,7 @@ "exit_disabled": "Only owner cannot exit the team", "invalid_email_format": "Email format is invalid", "invalid_id": "Invalid team ID. Contact your team owner.", + "invalid_coll_id": "Invalid collection ID", "invalid_invite_link": "Invalid invite link", "invalid_invite_link_description": "The link you followed is invalid. Contact your team owner.", "invalid_member_permission": "Please provide a valid permission to the team member", @@ -683,10 +691,13 @@ "new_name": "My New Team", "no_access": "You do not have edit access to these collections", "no_invite_found": "Invitation not found. Contact your team owner.", + "no_request_found": "Request not found.", "not_found": "Team not found. Contact your team owner.", "not_valid_viewer": "You are not a valid viewer. Contact your team owner.", + "parent_coll_move": "Cannot move collection to a child collection", "pending_invites": "Pending invites", "permissions": "Permissions", + "same_target_destination": "Same target and destination", "saved": "Team saved", "select_a_team": "Select a team", "title": "Teams", diff --git a/packages/hoppscotch-common/src/components.d.ts b/packages/hoppscotch-common/src/components.d.ts index cdf060f6a..e01606850 100644 --- a/packages/hoppscotch-common/src/components.d.ts +++ b/packages/hoppscotch-common/src/components.d.ts @@ -1,170 +1,162 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' +import "@vue/runtime-core" export {} -declare module '@vue/runtime-core' { +declare module "@vue/runtime-core" { export interface GlobalComponents { - AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default'] - AppAnnouncement: typeof import('./components/app/Announcement.vue')['default'] - AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default'] - AppFooter: typeof import('./components/app/Footer.vue')['default'] - AppFuse: typeof import('./components/app/Fuse.vue')['default'] - AppGitHubStarButton: typeof import('./components/app/GitHubStarButton.vue')['default'] - AppHeader: typeof import('./components/app/Header.vue')['default'] - AppInterceptor: typeof import('./components/app/Interceptor.vue')['default'] - AppLogo: typeof import('./components/app/Logo.vue')['default'] - AppOptions: typeof import('./components/app/Options.vue')['default'] - AppPaneLayout: typeof import('./components/app/PaneLayout.vue')['default'] - AppPowerSearch: typeof import('./components/app/PowerSearch.vue')['default'] - AppPowerSearchEntry: typeof import('./components/app/PowerSearchEntry.vue')['default'] - AppShare: typeof import('./components/app/Share.vue')['default'] - AppShortcuts: typeof import('./components/app/Shortcuts.vue')['default'] - AppShortcutsEntry: typeof import('./components/app/ShortcutsEntry.vue')['default'] - AppShortcutsPrompt: typeof import('./components/app/ShortcutsPrompt.vue')['default'] - AppSidenav: typeof import('./components/app/Sidenav.vue')['default'] - AppSupport: typeof import('./components/app/Support.vue')['default'] - Collections: typeof import('./components/collections/index.vue')['default'] - CollectionsAdd: typeof import('./components/collections/Add.vue')['default'] - CollectionsAddFolder: typeof import('./components/collections/AddFolder.vue')['default'] - CollectionsAddRequest: typeof import('./components/collections/AddRequest.vue')['default'] - CollectionsCollection: typeof import('./components/collections/Collection.vue')['default'] - CollectionsEdit: typeof import('./components/collections/Edit.vue')['default'] - CollectionsEditFolder: typeof import('./components/collections/EditFolder.vue')['default'] - CollectionsEditRequest: typeof import('./components/collections/EditRequest.vue')['default'] - CollectionsGraphql: typeof import('./components/collections/graphql/index.vue')['default'] - CollectionsGraphqlAdd: typeof import('./components/collections/graphql/Add.vue')['default'] - CollectionsGraphqlAddFolder: typeof import('./components/collections/graphql/AddFolder.vue')['default'] - CollectionsGraphqlAddRequest: typeof import('./components/collections/graphql/AddRequest.vue')['default'] - CollectionsGraphqlCollection: typeof import('./components/collections/graphql/Collection.vue')['default'] - CollectionsGraphqlEdit: typeof import('./components/collections/graphql/Edit.vue')['default'] - CollectionsGraphqlEditFolder: typeof import('./components/collections/graphql/EditFolder.vue')['default'] - CollectionsGraphqlEditRequest: typeof import('./components/collections/graphql/EditRequest.vue')['default'] - CollectionsGraphqlFolder: typeof import('./components/collections/graphql/Folder.vue')['default'] - CollectionsGraphqlImportExport: typeof import('./components/collections/graphql/ImportExport.vue')['default'] - CollectionsGraphqlRequest: typeof import('./components/collections/graphql/Request.vue')['default'] - CollectionsImportExport: typeof import('./components/collections/ImportExport.vue')['default'] - CollectionsMyCollections: typeof import('./components/collections/MyCollections.vue')['default'] - CollectionsRequest: typeof import('./components/collections/Request.vue')['default'] - CollectionsSaveRequest: typeof import('./components/collections/SaveRequest.vue')['default'] - CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default'] - CollectionsTeamSelect: typeof import('./components/collections/TeamSelect.vue')['default'] - Environments: typeof import('./components/environments/index.vue')['default'] - EnvironmentsChooseType: typeof import('./components/environments/ChooseType.vue')['default'] - EnvironmentsImportExport: typeof import('./components/environments/ImportExport.vue')['default'] - EnvironmentsMy: typeof import('./components/environments/my/index.vue')['default'] - EnvironmentsMyDetails: typeof import('./components/environments/my/Details.vue')['default'] - EnvironmentsMyEnvironment: typeof import('./components/environments/my/Environment.vue')['default'] - EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default'] - EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default'] - EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default'] - FirebaseLogin: typeof import('./components/firebase/Login.vue')['default'] - FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default'] - GraphqlAuthorization: typeof import('./components/graphql/Authorization.vue')['default'] - GraphqlField: typeof import('./components/graphql/Field.vue')['default'] - GraphqlRequest: typeof import('./components/graphql/Request.vue')['default'] - GraphqlRequestOptions: typeof import('./components/graphql/RequestOptions.vue')['default'] - GraphqlResponse: typeof import('./components/graphql/Response.vue')['default'] - GraphqlSidebar: typeof import('./components/graphql/Sidebar.vue')['default'] - GraphqlType: typeof import('./components/graphql/Type.vue')['default'] - GraphqlTypeLink: typeof import('./components/graphql/TypeLink.vue')['default'] - History: typeof import('./components/history/index.vue')['default'] - HistoryGraphqlCard: typeof import('./components/history/graphql/Card.vue')['default'] - HistoryRestCard: typeof import('./components/history/rest/Card.vue')['default'] - HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'] - HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'] - HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'] - HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete'] - HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox'] - HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'] - HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand'] - HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip'] - HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection'] - HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem'] - HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink'] - HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal'] - HoppSmartProgressRing: typeof import('@hoppscotch/ui')['HoppSmartProgressRing'] - HoppSmartRadioGroup: typeof import('@hoppscotch/ui')['HoppSmartRadioGroup'] - HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver'] - HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner'] - HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab'] - HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs'] - HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle'] - HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow'] - HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows'] - HttpAuthorization: typeof import('./components/http/Authorization.vue')['default'] - HttpBody: typeof import('./components/http/Body.vue')['default'] - HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default'] - HttpCodegenModal: typeof import('./components/http/CodegenModal.vue')['default'] - HttpHeaders: typeof import('./components/http/Headers.vue')['default'] - HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default'] - HttpOAuth2Authorization: typeof import('./components/http/OAuth2Authorization.vue')['default'] - HttpParameters: typeof import('./components/http/Parameters.vue')['default'] - HttpPreRequestScript: typeof import('./components/http/PreRequestScript.vue')['default'] - HttpRawBody: typeof import('./components/http/RawBody.vue')['default'] - HttpReqChangeConfirmModal: typeof import('./components/http/ReqChangeConfirmModal.vue')['default'] - HttpRequest: typeof import('./components/http/Request.vue')['default'] - HttpRequestOptions: typeof import('./components/http/RequestOptions.vue')['default'] - HttpResponse: typeof import('./components/http/Response.vue')['default'] - HttpResponseMeta: typeof import('./components/http/ResponseMeta.vue')['default'] - HttpSidebar: typeof import('./components/http/Sidebar.vue')['default'] - HttpTestResult: typeof import('./components/http/TestResult.vue')['default'] - HttpTestResultEntry: typeof import('./components/http/TestResultEntry.vue')['default'] - HttpTestResultEnv: typeof import('./components/http/TestResultEnv.vue')['default'] - HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default'] - HttpTests: typeof import('./components/http/Tests.vue')['default'] - HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default'] - IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default'] - IconLucideBrush: typeof import('~icons/lucide/brush')['default'] - IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default'] - IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default'] - IconLucideGlobe: typeof import('~icons/lucide/globe')['default'] - IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default'] - IconLucideInbox: typeof import('~icons/lucide/inbox')['default'] - IconLucideInfo: typeof import('~icons/lucide/info')['default'] - IconLucideLayers: typeof import('~icons/lucide/layers')['default'] - IconLucideMinus: typeof import('~icons/lucide/minus')['default'] - IconLucideRss: typeof import('~icons/lucide/rss')['default'] - IconLucideSearch: typeof import('~icons/lucide/search')['default'] - IconLucideUser: typeof import('~icons/lucide/user')['default'] - IconLucideUsers: typeof import('~icons/lucide/users')['default'] - IconLucideVerified: typeof import('~icons/lucide/verified')['default'] - LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default'] - LensesHeadersRendererEntry: typeof import('./components/lenses/HeadersRendererEntry.vue')['default'] - LensesRenderersHTMLLensRenderer: typeof import('./components/lenses/renderers/HTMLLensRenderer.vue')['default'] - LensesRenderersImageLensRenderer: typeof import('./components/lenses/renderers/ImageLensRenderer.vue')['default'] - LensesRenderersJSONLensRenderer: typeof import('./components/lenses/renderers/JSONLensRenderer.vue')['default'] - LensesRenderersPDFLensRenderer: typeof import('./components/lenses/renderers/PDFLensRenderer.vue')['default'] - LensesRenderersRawLensRenderer: typeof import('./components/lenses/renderers/RawLensRenderer.vue')['default'] - LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default'] - LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default'] - ProfilePicture: typeof import('./components/profile/Picture.vue')['default'] - ProfileShortcode: typeof import('./components/profile/Shortcode.vue')['default'] - ProfileShortcodes: typeof import('./components/profile/Shortcodes.vue')['default'] - ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default'] - RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default'] - RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default'] - RealtimeLog: typeof import('./components/realtime/Log.vue')['default'] - RealtimeLogEntry: typeof import('./components/realtime/LogEntry.vue')['default'] - RealtimeSubscription: typeof import('./components/realtime/Subscription.vue')['default'] - SmartAccentModePicker: typeof import('./components/smart/AccentModePicker.vue')['default'] - SmartChangeLanguage: typeof import('./components/smart/ChangeLanguage.vue')['default'] - SmartColorModePicker: typeof import('./components/smart/ColorModePicker.vue')['default'] - SmartEnvInput: typeof import('./components/smart/EnvInput.vue')['default'] - SmartFontSizePicker: typeof import('./components/smart/FontSizePicker.vue')['default'] - SmartTree: typeof import('./components/smart/Tree.vue')['default'] - SmartTreeBranch: typeof import('./components/smart/TreeBranch.vue')['default'] - TabPrimary: typeof import('./components/tab/Primary.vue')['default'] - TabSecondary: typeof import('./components/tab/Secondary.vue')['default'] - Teams: typeof import('./components/teams/index.vue')['default'] - TeamsAdd: typeof import('./components/teams/Add.vue')['default'] - TeamsEdit: typeof import('./components/teams/Edit.vue')['default'] - TeamsInvite: typeof import('./components/teams/Invite.vue')['default'] - TeamsModal: typeof import('./components/teams/Modal.vue')['default'] - TeamsTeam: typeof import('./components/teams/Team.vue')['default'] - Tippy: typeof import('vue-tippy')['Tippy'] + AppActionHandler: typeof import("./components/app/ActionHandler.vue")["default"] + AppAnnouncement: typeof import("./components/app/Announcement.vue")["default"] + AppDeveloperOptions: typeof import("./components/app/DeveloperOptions.vue")["default"] + AppFooter: typeof import("./components/app/Footer.vue")["default"] + AppFuse: typeof import("./components/app/Fuse.vue")["default"] + AppGitHubStarButton: typeof import("./components/app/GitHubStarButton.vue")["default"] + AppHeader: typeof import("./components/app/Header.vue")["default"] + AppInterceptor: typeof import("./components/app/Interceptor.vue")["default"] + AppLogo: typeof import("./components/app/Logo.vue")["default"] + AppOptions: typeof import("./components/app/Options.vue")["default"] + AppPaneLayout: typeof import("./components/app/PaneLayout.vue")["default"] + AppPowerSearch: typeof import("./components/app/PowerSearch.vue")["default"] + AppPowerSearchEntry: typeof import("./components/app/PowerSearchEntry.vue")["default"] + AppShare: typeof import("./components/app/Share.vue")["default"] + AppShortcuts: typeof import("./components/app/Shortcuts.vue")["default"] + AppShortcutsEntry: typeof import("./components/app/ShortcutsEntry.vue")["default"] + AppShortcutsPrompt: typeof import("./components/app/ShortcutsPrompt.vue")["default"] + AppSidenav: typeof import("./components/app/Sidenav.vue")["default"] + AppSupport: typeof import("./components/app/Support.vue")["default"] + Collections: typeof import("./components/collections/index.vue")["default"] + CollectionsAdd: typeof import("./components/collections/Add.vue")["default"] + CollectionsAddFolder: typeof import("./components/collections/AddFolder.vue")["default"] + CollectionsAddRequest: typeof import("./components/collections/AddRequest.vue")["default"] + CollectionsCollection: typeof import("./components/collections/Collection.vue")["default"] + CollectionsEdit: typeof import("./components/collections/Edit.vue")["default"] + CollectionsEditFolder: typeof import("./components/collections/EditFolder.vue")["default"] + CollectionsEditRequest: typeof import("./components/collections/EditRequest.vue")["default"] + CollectionsGraphql: typeof import("./components/collections/graphql/index.vue")["default"] + CollectionsGraphqlAdd: typeof import("./components/collections/graphql/Add.vue")["default"] + CollectionsGraphqlAddFolder: typeof import("./components/collections/graphql/AddFolder.vue")["default"] + CollectionsGraphqlAddRequest: typeof import("./components/collections/graphql/AddRequest.vue")["default"] + CollectionsGraphqlCollection: typeof import("./components/collections/graphql/Collection.vue")["default"] + CollectionsGraphqlEdit: typeof import("./components/collections/graphql/Edit.vue")["default"] + CollectionsGraphqlEditFolder: typeof import("./components/collections/graphql/EditFolder.vue")["default"] + CollectionsGraphqlEditRequest: typeof import("./components/collections/graphql/EditRequest.vue")["default"] + CollectionsGraphqlFolder: typeof import("./components/collections/graphql/Folder.vue")["default"] + CollectionsGraphqlImportExport: typeof import("./components/collections/graphql/ImportExport.vue")["default"] + CollectionsGraphqlRequest: typeof import("./components/collections/graphql/Request.vue")["default"] + CollectionsImportExport: typeof import("./components/collections/ImportExport.vue")["default"] + CollectionsMyCollections: typeof import("./components/collections/MyCollections.vue")["default"] + CollectionsRequest: typeof import("./components/collections/Request.vue")["default"] + CollectionsSaveRequest: typeof import("./components/collections/SaveRequest.vue")["default"] + CollectionsTeamCollections: typeof import("./components/collections/TeamCollections.vue")["default"] + CollectionsTeamSelect: typeof import("./components/collections/TeamSelect.vue")["default"] + Environments: typeof import("./components/environments/index.vue")["default"] + EnvironmentsChooseType: typeof import("./components/environments/ChooseType.vue")["default"] + EnvironmentsImportExport: typeof import("./components/environments/ImportExport.vue")["default"] + EnvironmentsMy: typeof import("./components/environments/my/index.vue")["default"] + EnvironmentsMyDetails: typeof import("./components/environments/my/Details.vue")["default"] + EnvironmentsMyEnvironment: typeof import("./components/environments/my/Environment.vue")["default"] + EnvironmentsTeams: typeof import("./components/environments/teams/index.vue")["default"] + EnvironmentsTeamsDetails: typeof import("./components/environments/teams/Details.vue")["default"] + EnvironmentsTeamsEnvironment: typeof import("./components/environments/teams/Environment.vue")["default"] + FirebaseLogin: typeof import("./components/firebase/Login.vue")["default"] + FirebaseLogout: typeof import("./components/firebase/Logout.vue")["default"] + GraphqlAuthorization: typeof import("./components/graphql/Authorization.vue")["default"] + GraphqlField: typeof import("./components/graphql/Field.vue")["default"] + GraphqlRequest: typeof import("./components/graphql/Request.vue")["default"] + GraphqlRequestOptions: typeof import("./components/graphql/RequestOptions.vue")["default"] + GraphqlResponse: typeof import("./components/graphql/Response.vue")["default"] + GraphqlSidebar: typeof import("./components/graphql/Sidebar.vue")["default"] + GraphqlType: typeof import("./components/graphql/Type.vue")["default"] + GraphqlTypeLink: typeof import("./components/graphql/TypeLink.vue")["default"] + History: typeof import("./components/history/index.vue")["default"] + HistoryGraphqlCard: typeof import("./components/history/graphql/Card.vue")["default"] + HistoryRestCard: typeof import("./components/history/rest/Card.vue")["default"] + HoppButtonPrimary: typeof import("@hoppscotch/ui")["HoppButtonPrimary"] + HoppButtonSecondary: typeof import("@hoppscotch/ui")["HoppButtonSecondary"] + HoppSmartAnchor: typeof import("@hoppscotch/ui")["HoppSmartAnchor"] + HoppSmartConfirmModal: typeof import("@hoppscotch/ui")["HoppSmartConfirmModal"] + HoppSmartExpand: typeof import("@hoppscotch/ui")["HoppSmartExpand"] + HoppSmartFileChip: typeof import("@hoppscotch/ui")["HoppSmartFileChip"] + HoppSmartIntersection: typeof import("@hoppscotch/ui")["HoppSmartIntersection"] + HoppSmartExpand: typeof import("@hoppscotch/ui")["HoppSmartExpand"] + HoppSmartFileChip: typeof import("@hoppscotch/ui")["HoppSmartFileChip"] + HoppSmartIntersection: typeof import("@hoppscotch/ui")["HoppSmartIntersection"] + HoppSmartItem: typeof import("@hoppscotch/ui")["HoppSmartItem"] + HoppSmartLink: typeof import("@hoppscotch/ui")["HoppSmartLink"] + HoppSmartModal: typeof import("@hoppscotch/ui")["HoppSmartModal"] + HoppSmartRadioGroup: typeof import("@hoppscotch/ui")["HoppSmartRadioGroup"] + HoppSmartSlideOver: typeof import("@hoppscotch/ui")["HoppSmartSlideOver"] + HoppSmartSpinner: typeof import("@hoppscotch/ui")["HoppSmartSpinner"] + HoppSmartTab: typeof import("@hoppscotch/ui")["HoppSmartTab"] + HoppSmartTabs: typeof import("@hoppscotch/ui")["HoppSmartTabs"] + HoppSmartToggle: typeof import("@hoppscotch/ui")["HoppSmartToggle"] + HoppSmartWindow: typeof import("@hoppscotch/ui")["HoppSmartWindow"] + HoppSmartWindows: typeof import("@hoppscotch/ui")["HoppSmartWindows"] + HoppSmartTab: typeof import("@hoppscotch/ui")["HoppSmartTab"] + HoppSmartTabs: typeof import("@hoppscotch/ui")["HoppSmartTabs"] + HttpAuthorization: typeof import("./components/http/Authorization.vue")["default"] + HttpBody: typeof import("./components/http/Body.vue")["default"] + HttpBodyParameters: typeof import("./components/http/BodyParameters.vue")["default"] + HttpCodegenModal: typeof import("./components/http/CodegenModal.vue")["default"] + HttpHeaders: typeof import("./components/http/Headers.vue")["default"] + HttpImportCurl: typeof import("./components/http/ImportCurl.vue")["default"] + HttpOAuth2Authorization: typeof import("./components/http/OAuth2Authorization.vue")["default"] + HttpParameters: typeof import("./components/http/Parameters.vue")["default"] + HttpPreRequestScript: typeof import("./components/http/PreRequestScript.vue")["default"] + HttpRawBody: typeof import("./components/http/RawBody.vue")["default"] + HttpReqChangeConfirmModal: typeof import("./components/http/ReqChangeConfirmModal.vue")["default"] + HttpRequest: typeof import("./components/http/Request.vue")["default"] + HttpRequestOptions: typeof import("./components/http/RequestOptions.vue")["default"] + HttpResponse: typeof import("./components/http/Response.vue")["default"] + HttpResponseMeta: typeof import("./components/http/ResponseMeta.vue")["default"] + HttpSidebar: typeof import("./components/http/Sidebar.vue")["default"] + HttpTestResult: typeof import("./components/http/TestResult.vue")["default"] + HttpTestResultEntry: typeof import("./components/http/TestResultEntry.vue")["default"] + HttpTestResultEnv: typeof import("./components/http/TestResultEnv.vue")["default"] + HttpTestResultReport: typeof import("./components/http/TestResultReport.vue")["default"] + HttpTests: typeof import("./components/http/Tests.vue")["default"] + HttpURLEncodedParams: typeof import("./components/http/URLEncodedParams.vue")["default"] + IconLucideChevronRight: typeof import("~icons/lucide/chevron-right")["default"] + IconLucideInbox: typeof import("~icons/lucide/inbox")["default"] + IconLucideInfo: typeof import("~icons/lucide/info")["default"] + IconLucideSearch: typeof import("~icons/lucide/search")["default"] + IconLucideUser: typeof import("~icons/lucide/user")["default"] + IconLucideUsers: typeof import("~icons/lucide/users")["default"] + LensesHeadersRenderer: typeof import("./components/lenses/HeadersRenderer.vue")["default"] + LensesHeadersRendererEntry: typeof import("./components/lenses/HeadersRendererEntry.vue")["default"] + LensesRenderersHTMLLensRenderer: typeof import("./components/lenses/renderers/HTMLLensRenderer.vue")["default"] + LensesRenderersImageLensRenderer: typeof import("./components/lenses/renderers/ImageLensRenderer.vue")["default"] + LensesRenderersJSONLensRenderer: typeof import("./components/lenses/renderers/JSONLensRenderer.vue")["default"] + LensesRenderersPDFLensRenderer: typeof import("./components/lenses/renderers/PDFLensRenderer.vue")["default"] + LensesRenderersRawLensRenderer: typeof import("./components/lenses/renderers/RawLensRenderer.vue")["default"] + LensesRenderersXMLLensRenderer: typeof import("./components/lenses/renderers/XMLLensRenderer.vue")["default"] + LensesResponseBodyRenderer: typeof import("./components/lenses/ResponseBodyRenderer.vue")["default"] + ProfilePicture: typeof import("./components/profile/Picture.vue")["default"] + ProfileShortcode: typeof import("./components/profile/Shortcode.vue")["default"] + ProfileShortcodes: typeof import("./components/profile/Shortcodes.vue")["default"] + ProfileUserDelete: typeof import("./components/profile/UserDelete.vue")["default"] + RealtimeCommunication: typeof import("./components/realtime/Communication.vue")["default"] + RealtimeConnectionConfig: typeof import("./components/realtime/ConnectionConfig.vue")["default"] + RealtimeLog: typeof import("./components/realtime/Log.vue")["default"] + RealtimeLogEntry: typeof import("./components/realtime/LogEntry.vue")["default"] + RealtimeSubscription: typeof import("./components/realtime/Subscription.vue")["default"] + SmartAccentModePicker: typeof import("./components/smart/AccentModePicker.vue")["default"] + SmartChangeLanguage: typeof import("./components/smart/ChangeLanguage.vue")["default"] + SmartColorModePicker: typeof import("./components/smart/ColorModePicker.vue")["default"] + SmartEnvInput: typeof import("./components/smart/EnvInput.vue")["default"] + SmartFontSizePicker: typeof import("./components/smart/FontSizePicker.vue")["default"] + SmartTree: typeof import("./components/smart/Tree.vue")["default"] + SmartTreeBranch: typeof import("./components/smart/TreeBranch.vue")["default"] + TabPrimary: typeof import("./components/tab/Primary.vue")["default"] + TabSecondary: typeof import("./components/tab/Secondary.vue")["default"] + Teams: typeof import("./components/teams/index.vue")["default"] + TeamsAdd: typeof import("./components/teams/Add.vue")["default"] + TeamsEdit: typeof import("./components/teams/Edit.vue")["default"] + TeamsInvite: typeof import("./components/teams/Invite.vue")["default"] + TeamsModal: typeof import("./components/teams/Modal.vue")["default"] + TeamsTeam: typeof import("./components/teams/Team.vue")["default"] + Tippy: typeof import("vue-tippy")["Tippy"] } - } diff --git a/packages/hoppscotch-common/src/components/collections/Collection.vue b/packages/hoppscotch-common/src/components/collections/Collection.vue index 466e5b54e..83f87c90c 100644 --- a/packages/hoppscotch-common/src/components/collections/Collection.vue +++ b/packages/hoppscotch-common/src/components/collections/Collection.vue @@ -1,138 +1,160 @@