fix: use pressed key rather than its code (#3978)
Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
51412549e8
commit
08c655235d
408
packages/hoppscotch-common/src/components.d.ts
vendored
408
packages/hoppscotch-common/src/components.d.ts
vendored
@@ -3,214 +3,214 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
// Generated by unplugin-vue-components
|
// Generated by unplugin-vue-components
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||||||
import "@vue/runtime-core"
|
|
||||||
|
|
||||||
export {}
|
export {}
|
||||||
|
|
||||||
declare module "@vue/runtime-core" {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
AppActionHandler: (typeof import("./components/app/ActionHandler.vue"))["default"]
|
AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
|
||||||
AppBanner: (typeof import("./components/app/Banner.vue"))["default"]
|
AppBanner: typeof import('./components/app/Banner.vue')['default']
|
||||||
AppContextMenu: (typeof import("./components/app/ContextMenu.vue"))["default"]
|
AppContextMenu: typeof import('./components/app/ContextMenu.vue')['default']
|
||||||
AppDeveloperOptions: (typeof import("./components/app/DeveloperOptions.vue"))["default"]
|
AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default']
|
||||||
AppFooter: (typeof import("./components/app/Footer.vue"))["default"]
|
AppFooter: typeof import('./components/app/Footer.vue')['default']
|
||||||
AppGitHubStarButton: (typeof import("./components/app/GitHubStarButton.vue"))["default"]
|
AppGitHubStarButton: typeof import('./components/app/GitHubStarButton.vue')['default']
|
||||||
AppHeader: (typeof import("./components/app/Header.vue"))["default"]
|
AppHeader: typeof import('./components/app/Header.vue')['default']
|
||||||
AppInspection: (typeof import("./components/app/Inspection.vue"))["default"]
|
AppInspection: typeof import('./components/app/Inspection.vue')['default']
|
||||||
AppInterceptor: (typeof import("./components/app/Interceptor.vue"))["default"]
|
AppInterceptor: typeof import('./components/app/Interceptor.vue')['default']
|
||||||
AppLogo: (typeof import("./components/app/Logo.vue"))["default"]
|
AppLogo: typeof import('./components/app/Logo.vue')['default']
|
||||||
AppOptions: (typeof import("./components/app/Options.vue"))["default"]
|
AppOptions: typeof import('./components/app/Options.vue')['default']
|
||||||
AppPaneLayout: (typeof import("./components/app/PaneLayout.vue"))["default"]
|
AppPaneLayout: typeof import('./components/app/PaneLayout.vue')['default']
|
||||||
AppShare: (typeof import("./components/app/Share.vue"))["default"]
|
AppShare: typeof import('./components/app/Share.vue')['default']
|
||||||
AppShortcuts: (typeof import("./components/app/Shortcuts.vue"))["default"]
|
AppShortcuts: typeof import('./components/app/Shortcuts.vue')['default']
|
||||||
AppShortcutsEntry: (typeof import("./components/app/ShortcutsEntry.vue"))["default"]
|
AppShortcutsEntry: typeof import('./components/app/ShortcutsEntry.vue')['default']
|
||||||
AppShortcutsPrompt: (typeof import("./components/app/ShortcutsPrompt.vue"))["default"]
|
AppShortcutsPrompt: typeof import('./components/app/ShortcutsPrompt.vue')['default']
|
||||||
AppSidenav: (typeof import("./components/app/Sidenav.vue"))["default"]
|
AppSidenav: typeof import('./components/app/Sidenav.vue')['default']
|
||||||
AppSpotlight: (typeof import("./components/app/spotlight/index.vue"))["default"]
|
AppSpotlight: typeof import('./components/app/spotlight/index.vue')['default']
|
||||||
AppSpotlightEntry: (typeof import("./components/app/spotlight/Entry.vue"))["default"]
|
AppSpotlightEntry: typeof import('./components/app/spotlight/Entry.vue')['default']
|
||||||
AppSpotlightEntryGQLHistory: (typeof import("./components/app/spotlight/entry/GQLHistory.vue"))["default"]
|
AppSpotlightEntryGQLHistory: typeof import('./components/app/spotlight/entry/GQLHistory.vue')['default']
|
||||||
AppSpotlightEntryGQLRequest: (typeof import("./components/app/spotlight/entry/GQLRequest.vue"))["default"]
|
AppSpotlightEntryGQLRequest: typeof import('./components/app/spotlight/entry/GQLRequest.vue')['default']
|
||||||
AppSpotlightEntryIconSelected: (typeof import("./components/app/spotlight/entry/IconSelected.vue"))["default"]
|
AppSpotlightEntryIconSelected: typeof import('./components/app/spotlight/entry/IconSelected.vue')['default']
|
||||||
AppSpotlightEntryRESTHistory: (typeof import("./components/app/spotlight/entry/RESTHistory.vue"))["default"]
|
AppSpotlightEntryRESTHistory: typeof import('./components/app/spotlight/entry/RESTHistory.vue')['default']
|
||||||
AppSpotlightEntryRESTRequest: (typeof import("./components/app/spotlight/entry/RESTRequest.vue"))["default"]
|
AppSpotlightEntryRESTRequest: typeof import('./components/app/spotlight/entry/RESTRequest.vue')['default']
|
||||||
AppSupport: (typeof import("./components/app/Support.vue"))["default"]
|
AppSpotlightEntryRESTTeamRequestEntry: typeof import('./components/app/spotlight/entry/RESTTeamRequestEntry.vue')['default']
|
||||||
Collections: (typeof import("./components/collections/index.vue"))["default"]
|
AppSupport: typeof import('./components/app/Support.vue')['default']
|
||||||
CollectionsAdd: (typeof import("./components/collections/Add.vue"))["default"]
|
Collections: typeof import('./components/collections/index.vue')['default']
|
||||||
CollectionsAddFolder: (typeof import("./components/collections/AddFolder.vue"))["default"]
|
CollectionsAdd: typeof import('./components/collections/Add.vue')['default']
|
||||||
CollectionsAddRequest: (typeof import("./components/collections/AddRequest.vue"))["default"]
|
CollectionsAddFolder: typeof import('./components/collections/AddFolder.vue')['default']
|
||||||
CollectionsCollection: (typeof import("./components/collections/Collection.vue"))["default"]
|
CollectionsAddRequest: typeof import('./components/collections/AddRequest.vue')['default']
|
||||||
CollectionsEdit: (typeof import("./components/collections/Edit.vue"))["default"]
|
CollectionsCollection: typeof import('./components/collections/Collection.vue')['default']
|
||||||
CollectionsEditFolder: (typeof import("./components/collections/EditFolder.vue"))["default"]
|
CollectionsEdit: typeof import('./components/collections/Edit.vue')['default']
|
||||||
CollectionsEditRequest: (typeof import("./components/collections/EditRequest.vue"))["default"]
|
CollectionsEditFolder: typeof import('./components/collections/EditFolder.vue')['default']
|
||||||
CollectionsGraphql: (typeof import("./components/collections/graphql/index.vue"))["default"]
|
CollectionsEditRequest: typeof import('./components/collections/EditRequest.vue')['default']
|
||||||
CollectionsGraphqlAdd: (typeof import("./components/collections/graphql/Add.vue"))["default"]
|
CollectionsGraphql: typeof import('./components/collections/graphql/index.vue')['default']
|
||||||
CollectionsGraphqlAddFolder: (typeof import("./components/collections/graphql/AddFolder.vue"))["default"]
|
CollectionsGraphqlAdd: typeof import('./components/collections/graphql/Add.vue')['default']
|
||||||
CollectionsGraphqlAddRequest: (typeof import("./components/collections/graphql/AddRequest.vue"))["default"]
|
CollectionsGraphqlAddFolder: typeof import('./components/collections/graphql/AddFolder.vue')['default']
|
||||||
CollectionsGraphqlCollection: (typeof import("./components/collections/graphql/Collection.vue"))["default"]
|
CollectionsGraphqlAddRequest: typeof import('./components/collections/graphql/AddRequest.vue')['default']
|
||||||
CollectionsGraphqlEdit: (typeof import("./components/collections/graphql/Edit.vue"))["default"]
|
CollectionsGraphqlCollection: typeof import('./components/collections/graphql/Collection.vue')['default']
|
||||||
CollectionsGraphqlEditFolder: (typeof import("./components/collections/graphql/EditFolder.vue"))["default"]
|
CollectionsGraphqlEdit: typeof import('./components/collections/graphql/Edit.vue')['default']
|
||||||
CollectionsGraphqlEditRequest: (typeof import("./components/collections/graphql/EditRequest.vue"))["default"]
|
CollectionsGraphqlEditFolder: typeof import('./components/collections/graphql/EditFolder.vue')['default']
|
||||||
CollectionsGraphqlFolder: (typeof import("./components/collections/graphql/Folder.vue"))["default"]
|
CollectionsGraphqlEditRequest: typeof import('./components/collections/graphql/EditRequest.vue')['default']
|
||||||
CollectionsGraphqlImportExport: (typeof import("./components/collections/graphql/ImportExport.vue"))["default"]
|
CollectionsGraphqlFolder: typeof import('./components/collections/graphql/Folder.vue')['default']
|
||||||
CollectionsGraphqlRequest: (typeof import("./components/collections/graphql/Request.vue"))["default"]
|
CollectionsGraphqlImportExport: typeof import('./components/collections/graphql/ImportExport.vue')['default']
|
||||||
CollectionsImportExport: (typeof import("./components/collections/ImportExport.vue"))["default"]
|
CollectionsGraphqlRequest: typeof import('./components/collections/graphql/Request.vue')['default']
|
||||||
CollectionsMyCollections: (typeof import("./components/collections/MyCollections.vue"))["default"]
|
CollectionsImportExport: typeof import('./components/collections/ImportExport.vue')['default']
|
||||||
CollectionsProperties: (typeof import("./components/collections/Properties.vue"))["default"]
|
CollectionsMyCollections: typeof import('./components/collections/MyCollections.vue')['default']
|
||||||
CollectionsRequest: (typeof import("./components/collections/Request.vue"))["default"]
|
CollectionsProperties: typeof import('./components/collections/Properties.vue')['default']
|
||||||
CollectionsSaveRequest: (typeof import("./components/collections/SaveRequest.vue"))["default"]
|
CollectionsRequest: typeof import('./components/collections/Request.vue')['default']
|
||||||
CollectionsTeamCollections: (typeof import("./components/collections/TeamCollections.vue"))["default"]
|
CollectionsSaveRequest: typeof import('./components/collections/SaveRequest.vue')['default']
|
||||||
CookiesAllModal: (typeof import("./components/cookies/AllModal.vue"))["default"]
|
CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
|
||||||
CookiesEditCookie: (typeof import("./components/cookies/EditCookie.vue"))["default"]
|
CookiesAllModal: typeof import('./components/cookies/AllModal.vue')['default']
|
||||||
Embeds: (typeof import("./components/embeds/index.vue"))["default"]
|
CookiesEditCookie: typeof import('./components/cookies/EditCookie.vue')['default']
|
||||||
Environments: (typeof import("./components/environments/index.vue"))["default"]
|
Embeds: typeof import('./components/embeds/index.vue')['default']
|
||||||
EnvironmentsAdd: (typeof import("./components/environments/Add.vue"))["default"]
|
Environments: typeof import('./components/environments/index.vue')['default']
|
||||||
EnvironmentsImportExport: (typeof import("./components/environments/ImportExport.vue"))["default"]
|
EnvironmentsAdd: typeof import('./components/environments/Add.vue')['default']
|
||||||
EnvironmentsMy: (typeof import("./components/environments/my/index.vue"))["default"]
|
EnvironmentsImportExport: typeof import('./components/environments/ImportExport.vue')['default']
|
||||||
EnvironmentsMyDetails: (typeof import("./components/environments/my/Details.vue"))["default"]
|
EnvironmentsMy: typeof import('./components/environments/my/index.vue')['default']
|
||||||
EnvironmentsMyEnvironment: (typeof import("./components/environments/my/Environment.vue"))["default"]
|
EnvironmentsMyDetails: typeof import('./components/environments/my/Details.vue')['default']
|
||||||
EnvironmentsSelector: (typeof import("./components/environments/Selector.vue"))["default"]
|
EnvironmentsMyEnvironment: typeof import('./components/environments/my/Environment.vue')['default']
|
||||||
EnvironmentsTeams: (typeof import("./components/environments/teams/index.vue"))["default"]
|
EnvironmentsSelector: typeof import('./components/environments/Selector.vue')['default']
|
||||||
EnvironmentsTeamsDetails: (typeof import("./components/environments/teams/Details.vue"))["default"]
|
EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default']
|
||||||
EnvironmentsTeamsEnvironment: (typeof import("./components/environments/teams/Environment.vue"))["default"]
|
EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default']
|
||||||
FirebaseLogin: (typeof import("./components/firebase/Login.vue"))["default"]
|
EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default']
|
||||||
FirebaseLogout: (typeof import("./components/firebase/Logout.vue"))["default"]
|
FirebaseLogin: typeof import('./components/firebase/Login.vue')['default']
|
||||||
GraphqlAuthorization: (typeof import("./components/graphql/Authorization.vue"))["default"]
|
FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default']
|
||||||
GraphqlField: (typeof import("./components/graphql/Field.vue"))["default"]
|
GraphqlAuthorization: typeof import('./components/graphql/Authorization.vue')['default']
|
||||||
GraphqlHeaders: (typeof import("./components/graphql/Headers.vue"))["default"]
|
GraphqlField: typeof import('./components/graphql/Field.vue')['default']
|
||||||
GraphqlQuery: (typeof import("./components/graphql/Query.vue"))["default"]
|
GraphqlHeaders: typeof import('./components/graphql/Headers.vue')['default']
|
||||||
GraphqlRequest: (typeof import("./components/graphql/Request.vue"))["default"]
|
GraphqlQuery: typeof import('./components/graphql/Query.vue')['default']
|
||||||
GraphqlRequestOptions: (typeof import("./components/graphql/RequestOptions.vue"))["default"]
|
GraphqlRequest: typeof import('./components/graphql/Request.vue')['default']
|
||||||
GraphqlRequestTab: (typeof import("./components/graphql/RequestTab.vue"))["default"]
|
GraphqlRequestOptions: typeof import('./components/graphql/RequestOptions.vue')['default']
|
||||||
GraphqlResponse: (typeof import("./components/graphql/Response.vue"))["default"]
|
GraphqlRequestTab: typeof import('./components/graphql/RequestTab.vue')['default']
|
||||||
GraphqlSidebar: (typeof import("./components/graphql/Sidebar.vue"))["default"]
|
GraphqlResponse: typeof import('./components/graphql/Response.vue')['default']
|
||||||
GraphqlSubscriptionLog: (typeof import("./components/graphql/SubscriptionLog.vue"))["default"]
|
GraphqlSidebar: typeof import('./components/graphql/Sidebar.vue')['default']
|
||||||
GraphqlTabHead: (typeof import("./components/graphql/TabHead.vue"))["default"]
|
GraphqlSubscriptionLog: typeof import('./components/graphql/SubscriptionLog.vue')['default']
|
||||||
GraphqlType: (typeof import("./components/graphql/Type.vue"))["default"]
|
GraphqlTabHead: typeof import('./components/graphql/TabHead.vue')['default']
|
||||||
GraphqlTypeLink: (typeof import("./components/graphql/TypeLink.vue"))["default"]
|
GraphqlType: typeof import('./components/graphql/Type.vue')['default']
|
||||||
GraphqlVariable: (typeof import("./components/graphql/Variable.vue"))["default"]
|
GraphqlTypeLink: typeof import('./components/graphql/TypeLink.vue')['default']
|
||||||
History: (typeof import("./components/history/index.vue"))["default"]
|
GraphqlVariable: typeof import('./components/graphql/Variable.vue')['default']
|
||||||
HistoryGraphqlCard: (typeof import("./components/history/graphql/Card.vue"))["default"]
|
History: typeof import('./components/history/index.vue')['default']
|
||||||
HistoryRestCard: (typeof import("./components/history/rest/Card.vue"))["default"]
|
HistoryGraphqlCard: typeof import('./components/history/graphql/Card.vue')['default']
|
||||||
HoppButtonPrimary: (typeof import("@hoppscotch/ui"))["HoppButtonPrimary"]
|
HistoryRestCard: typeof import('./components/history/rest/Card.vue')['default']
|
||||||
HoppButtonSecondary: (typeof import("@hoppscotch/ui"))["HoppButtonSecondary"]
|
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
|
||||||
HoppSmartAnchor: (typeof import("@hoppscotch/ui"))["HoppSmartAnchor"]
|
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
|
||||||
HoppSmartCheckbox: (typeof import("@hoppscotch/ui"))["HoppSmartCheckbox"]
|
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
||||||
HoppSmartConfirmModal: (typeof import("@hoppscotch/ui"))["HoppSmartConfirmModal"]
|
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
||||||
HoppSmartExpand: (typeof import("@hoppscotch/ui"))["HoppSmartExpand"]
|
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
||||||
HoppSmartFileChip: (typeof import("@hoppscotch/ui"))["HoppSmartFileChip"]
|
HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand']
|
||||||
HoppSmartInput: (typeof import("@hoppscotch/ui"))["HoppSmartInput"]
|
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
|
||||||
HoppSmartIntersection: (typeof import("@hoppscotch/ui"))["HoppSmartIntersection"]
|
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
|
||||||
HoppSmartItem: (typeof import("@hoppscotch/ui"))["HoppSmartItem"]
|
HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection']
|
||||||
HoppSmartLink: (typeof import("@hoppscotch/ui"))["HoppSmartLink"]
|
HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
|
||||||
HoppSmartModal: (typeof import("@hoppscotch/ui"))["HoppSmartModal"]
|
HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink']
|
||||||
HoppSmartPicture: (typeof import("@hoppscotch/ui"))["HoppSmartPicture"]
|
HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
|
||||||
HoppSmartPlaceholder: (typeof import("@hoppscotch/ui"))["HoppSmartPlaceholder"]
|
HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
|
||||||
HoppSmartProgressRing: (typeof import("@hoppscotch/ui"))["HoppSmartProgressRing"]
|
HoppSmartPlaceholder: typeof import('@hoppscotch/ui')['HoppSmartPlaceholder']
|
||||||
HoppSmartRadio: (typeof import("@hoppscotch/ui"))["HoppSmartRadio"]
|
HoppSmartProgressRing: typeof import('@hoppscotch/ui')['HoppSmartProgressRing']
|
||||||
HoppSmartRadioGroup: (typeof import("@hoppscotch/ui"))["HoppSmartRadioGroup"]
|
HoppSmartRadio: typeof import('@hoppscotch/ui')['HoppSmartRadio']
|
||||||
HoppSmartSelectWrapper: (typeof import("@hoppscotch/ui"))["HoppSmartSelectWrapper"]
|
HoppSmartRadioGroup: typeof import('@hoppscotch/ui')['HoppSmartRadioGroup']
|
||||||
HoppSmartSlideOver: (typeof import("@hoppscotch/ui"))["HoppSmartSlideOver"]
|
HoppSmartSelectWrapper: typeof import('@hoppscotch/ui')['HoppSmartSelectWrapper']
|
||||||
HoppSmartSpinner: (typeof import("@hoppscotch/ui"))["HoppSmartSpinner"]
|
HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
|
||||||
HoppSmartTab: (typeof import("@hoppscotch/ui"))["HoppSmartTab"]
|
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
|
||||||
HoppSmartTabs: (typeof import("@hoppscotch/ui"))["HoppSmartTabs"]
|
HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
|
||||||
HoppSmartToggle: (typeof import("@hoppscotch/ui"))["HoppSmartToggle"]
|
HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
|
||||||
HoppSmartTree: (typeof import("@hoppscotch/ui"))["HoppSmartTree"]
|
HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
|
||||||
HoppSmartWindow: (typeof import("@hoppscotch/ui"))["HoppSmartWindow"]
|
HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
|
||||||
HoppSmartWindows: (typeof import("@hoppscotch/ui"))["HoppSmartWindows"]
|
HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow']
|
||||||
HttpAuthorization: (typeof import("./components/http/Authorization.vue"))["default"]
|
HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows']
|
||||||
HttpAuthorizationApiKey: (typeof import("./components/http/authorization/ApiKey.vue"))["default"]
|
HttpAuthorization: typeof import('./components/http/Authorization.vue')['default']
|
||||||
HttpAuthorizationBasic: (typeof import("./components/http/authorization/Basic.vue"))["default"]
|
HttpAuthorizationApiKey: typeof import('./components/http/authorization/ApiKey.vue')['default']
|
||||||
HttpBody: (typeof import("./components/http/Body.vue"))["default"]
|
HttpAuthorizationBasic: typeof import('./components/http/authorization/Basic.vue')['default']
|
||||||
HttpBodyParameters: (typeof import("./components/http/BodyParameters.vue"))["default"]
|
HttpBody: typeof import('./components/http/Body.vue')['default']
|
||||||
HttpCodegenModal: (typeof import("./components/http/CodegenModal.vue"))["default"]
|
HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default']
|
||||||
HttpHeaders: (typeof import("./components/http/Headers.vue"))["default"]
|
HttpCodegenModal: typeof import('./components/http/CodegenModal.vue')['default']
|
||||||
HttpImportCurl: (typeof import("./components/http/ImportCurl.vue"))["default"]
|
HttpHeaders: typeof import('./components/http/Headers.vue')['default']
|
||||||
HttpOAuth2Authorization: (typeof import("./components/http/OAuth2Authorization.vue"))["default"]
|
HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default']
|
||||||
HttpParameters: (typeof import("./components/http/Parameters.vue"))["default"]
|
HttpOAuth2Authorization: typeof import('./components/http/OAuth2Authorization.vue')['default']
|
||||||
HttpPreRequestScript: (typeof import("./components/http/PreRequestScript.vue"))["default"]
|
HttpParameters: typeof import('./components/http/Parameters.vue')['default']
|
||||||
HttpRawBody: (typeof import("./components/http/RawBody.vue"))["default"]
|
HttpPreRequestScript: typeof import('./components/http/PreRequestScript.vue')['default']
|
||||||
HttpReqChangeConfirmModal: (typeof import("./components/http/ReqChangeConfirmModal.vue"))["default"]
|
HttpRawBody: typeof import('./components/http/RawBody.vue')['default']
|
||||||
HttpRequest: (typeof import("./components/http/Request.vue"))["default"]
|
HttpReqChangeConfirmModal: typeof import('./components/http/ReqChangeConfirmModal.vue')['default']
|
||||||
HttpRequestOptions: (typeof import("./components/http/RequestOptions.vue"))["default"]
|
HttpRequest: typeof import('./components/http/Request.vue')['default']
|
||||||
HttpRequestTab: (typeof import("./components/http/RequestTab.vue"))["default"]
|
HttpRequestOptions: typeof import('./components/http/RequestOptions.vue')['default']
|
||||||
HttpResponse: (typeof import("./components/http/Response.vue"))["default"]
|
HttpRequestTab: typeof import('./components/http/RequestTab.vue')['default']
|
||||||
HttpResponseMeta: (typeof import("./components/http/ResponseMeta.vue"))["default"]
|
HttpRequestVariables: typeof import('./components/http/RequestVariables.vue')['default']
|
||||||
HttpSidebar: (typeof import("./components/http/Sidebar.vue"))["default"]
|
HttpResponse: typeof import('./components/http/Response.vue')['default']
|
||||||
HttpTabHead: (typeof import("./components/http/TabHead.vue"))["default"]
|
HttpResponseMeta: typeof import('./components/http/ResponseMeta.vue')['default']
|
||||||
HttpTestResult: (typeof import("./components/http/TestResult.vue"))["default"]
|
HttpSidebar: typeof import('./components/http/Sidebar.vue')['default']
|
||||||
HttpTestResultEntry: (typeof import("./components/http/TestResultEntry.vue"))["default"]
|
HttpTabHead: typeof import('./components/http/TabHead.vue')['default']
|
||||||
HttpTestResultEnv: (typeof import("./components/http/TestResultEnv.vue"))["default"]
|
HttpTestResult: typeof import('./components/http/TestResult.vue')['default']
|
||||||
HttpTestResultReport: (typeof import("./components/http/TestResultReport.vue"))["default"]
|
HttpTestResultEntry: typeof import('./components/http/TestResultEntry.vue')['default']
|
||||||
HttpTests: (typeof import("./components/http/Tests.vue"))["default"]
|
HttpTestResultEnv: typeof import('./components/http/TestResultEnv.vue')['default']
|
||||||
HttpURLEncodedParams: (typeof import("./components/http/URLEncodedParams.vue"))["default"]
|
HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default']
|
||||||
IconLucideActivity: (typeof import("~icons/lucide/activity"))["default"]
|
HttpTests: typeof import('./components/http/Tests.vue')['default']
|
||||||
IconLucideAlertTriangle: (typeof import("~icons/lucide/alert-triangle"))["default"]
|
HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
|
||||||
IconLucideArrowLeft: (typeof import("~icons/lucide/arrow-left"))["default"]
|
IconLucideActivity: typeof import('~icons/lucide/activity')['default']
|
||||||
IconLucideArrowUpRight: (typeof import("~icons/lucide/arrow-up-right"))["default"]
|
IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
|
||||||
|
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
|
||||||
|
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
|
||||||
IconLucideBrush: (typeof import("~icons/lucide/brush"))["default"]
|
IconLucideBrush: (typeof import("~icons/lucide/brush"))["default"]
|
||||||
IconLucideCheckCircle: (typeof import("~icons/lucide/check-circle"))["default"]
|
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
|
||||||
IconLucideChevronRight: (typeof import("~icons/lucide/chevron-right"))["default"]
|
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
|
||||||
IconLucideGlobe: (typeof import("~icons/lucide/globe"))["default"]
|
IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
|
||||||
IconLucideHelpCircle: (typeof import("~icons/lucide/help-circle"))["default"]
|
IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default']
|
||||||
IconLucideInbox: (typeof import("~icons/lucide/inbox"))["default"]
|
IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
|
||||||
IconLucideInfo: (typeof import("~icons/lucide/info"))["default"]
|
IconLucideInfo: typeof import('~icons/lucide/info')['default']
|
||||||
IconLucideLayers: (typeof import("~icons/lucide/layers"))["default"]
|
IconLucideLayers: typeof import('~icons/lucide/layers')['default']
|
||||||
IconLucideListEnd: (typeof import("~icons/lucide/list-end"))["default"]
|
IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
|
||||||
IconLucideMinus: (typeof import("~icons/lucide/minus"))["default"]
|
IconLucideMinus: typeof import('~icons/lucide/minus')['default']
|
||||||
IconLucideRss: (typeof import("~icons/lucide/rss"))["default"]
|
IconLucideRss: (typeof import("~icons/lucide/rss"))["default"]
|
||||||
IconLucideSearch: (typeof import("~icons/lucide/search"))["default"]
|
IconLucideSearch: typeof import('~icons/lucide/search')['default']
|
||||||
IconLucideUsers: (typeof import("~icons/lucide/users"))["default"]
|
IconLucideUsers: typeof import('~icons/lucide/users')['default']
|
||||||
IconLucideX: (typeof import("~icons/lucide/x"))["default"]
|
IconLucideX: typeof import('~icons/lucide/x')['default']
|
||||||
ImportExportBase: (typeof import("./components/importExport/Base.vue"))["default"]
|
ImportExportBase: typeof import('./components/importExport/Base.vue')['default']
|
||||||
ImportExportImportExportList: (typeof import("./components/importExport/ImportExportList.vue"))["default"]
|
ImportExportImportExportList: typeof import('./components/importExport/ImportExportList.vue')['default']
|
||||||
ImportExportImportExportSourcesList: (typeof import("./components/importExport/ImportExportSourcesList.vue"))["default"]
|
ImportExportImportExportSourcesList: typeof import('./components/importExport/ImportExportSourcesList.vue')['default']
|
||||||
ImportExportImportExportStepsFileImport: (typeof import("./components/importExport/ImportExportSteps/FileImport.vue"))["default"]
|
ImportExportImportExportStepsFileImport: typeof import('./components/importExport/ImportExportSteps/FileImport.vue')['default']
|
||||||
ImportExportImportExportStepsMyCollectionImport: (typeof import("./components/importExport/ImportExportSteps/MyCollectionImport.vue"))["default"]
|
ImportExportImportExportStepsMyCollectionImport: typeof import('./components/importExport/ImportExportSteps/MyCollectionImport.vue')['default']
|
||||||
ImportExportImportExportStepsUrlImport: (typeof import("./components/importExport/ImportExportSteps/UrlImport.vue"))["default"]
|
ImportExportImportExportStepsUrlImport: typeof import('./components/importExport/ImportExportSteps/UrlImport.vue')['default']
|
||||||
InterceptorsErrorPlaceholder: (typeof import("./components/interceptors/ErrorPlaceholder.vue"))["default"]
|
InterceptorsErrorPlaceholder: typeof import('./components/interceptors/ErrorPlaceholder.vue')['default']
|
||||||
InterceptorsExtensionSubtitle: (typeof import("./components/interceptors/ExtensionSubtitle.vue"))["default"]
|
InterceptorsExtensionSubtitle: typeof import('./components/interceptors/ExtensionSubtitle.vue')['default']
|
||||||
LensesHeadersRenderer: (typeof import("./components/lenses/HeadersRenderer.vue"))["default"]
|
LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default']
|
||||||
LensesHeadersRendererEntry: (typeof import("./components/lenses/HeadersRendererEntry.vue"))["default"]
|
LensesHeadersRendererEntry: typeof import('./components/lenses/HeadersRendererEntry.vue')['default']
|
||||||
LensesRenderersAudioLensRenderer: (typeof import("./components/lenses/renderers/AudioLensRenderer.vue"))["default"]
|
LensesRenderersAudioLensRenderer: typeof import('./components/lenses/renderers/AudioLensRenderer.vue')['default']
|
||||||
LensesRenderersHTMLLensRenderer: (typeof import("./components/lenses/renderers/HTMLLensRenderer.vue"))["default"]
|
LensesRenderersHTMLLensRenderer: typeof import('./components/lenses/renderers/HTMLLensRenderer.vue')['default']
|
||||||
LensesRenderersImageLensRenderer: (typeof import("./components/lenses/renderers/ImageLensRenderer.vue"))["default"]
|
LensesRenderersImageLensRenderer: typeof import('./components/lenses/renderers/ImageLensRenderer.vue')['default']
|
||||||
LensesRenderersJSONLensRenderer: (typeof import("./components/lenses/renderers/JSONLensRenderer.vue"))["default"]
|
LensesRenderersJSONLensRenderer: typeof import('./components/lenses/renderers/JSONLensRenderer.vue')['default']
|
||||||
LensesRenderersPDFLensRenderer: (typeof import("./components/lenses/renderers/PDFLensRenderer.vue"))["default"]
|
LensesRenderersPDFLensRenderer: typeof import('./components/lenses/renderers/PDFLensRenderer.vue')['default']
|
||||||
LensesRenderersRawLensRenderer: (typeof import("./components/lenses/renderers/RawLensRenderer.vue"))["default"]
|
LensesRenderersRawLensRenderer: typeof import('./components/lenses/renderers/RawLensRenderer.vue')['default']
|
||||||
LensesRenderersVideoLensRenderer: (typeof import("./components/lenses/renderers/VideoLensRenderer.vue"))["default"]
|
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
|
||||||
LensesRenderersXMLLensRenderer: (typeof import("./components/lenses/renderers/XMLLensRenderer.vue"))["default"]
|
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
|
||||||
LensesResponseBodyRenderer: (typeof import("./components/lenses/ResponseBodyRenderer.vue"))["default"]
|
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
|
||||||
ProfileUserDelete: (typeof import("./components/profile/UserDelete.vue"))["default"]
|
ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
|
||||||
RealtimeCommunication: (typeof import("./components/realtime/Communication.vue"))["default"]
|
RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
|
||||||
RealtimeConnectionConfig: (typeof import("./components/realtime/ConnectionConfig.vue"))["default"]
|
RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
|
||||||
RealtimeLog: (typeof import("./components/realtime/Log.vue"))["default"]
|
RealtimeLog: typeof import('./components/realtime/Log.vue')['default']
|
||||||
RealtimeLogEntry: (typeof import("./components/realtime/LogEntry.vue"))["default"]
|
RealtimeLogEntry: typeof import('./components/realtime/LogEntry.vue')['default']
|
||||||
RealtimeSubscription: (typeof import("./components/realtime/Subscription.vue"))["default"]
|
RealtimeSubscription: typeof import('./components/realtime/Subscription.vue')['default']
|
||||||
SettingsExtension: (typeof import("./components/settings/Extension.vue"))["default"]
|
SettingsExtension: typeof import('./components/settings/Extension.vue')['default']
|
||||||
SettingsProxy: (typeof import("./components/settings/Proxy.vue"))["default"]
|
SettingsProxy: typeof import('./components/settings/Proxy.vue')['default']
|
||||||
Share: (typeof import("./components/share/index.vue"))["default"]
|
Share: typeof import('./components/share/index.vue')['default']
|
||||||
ShareCreateModal: (typeof import("./components/share/CreateModal.vue"))["default"]
|
ShareCreateModal: typeof import('./components/share/CreateModal.vue')['default']
|
||||||
ShareCustomizeModal: (typeof import("./components/share/CustomizeModal.vue"))["default"]
|
ShareCustomizeModal: typeof import('./components/share/CustomizeModal.vue')['default']
|
||||||
ShareModal: (typeof import("./components/share/Modal.vue"))["default"]
|
ShareModal: typeof import('./components/share/Modal.vue')['default']
|
||||||
ShareRequest: (typeof import("./components/share/Request.vue"))["default"]
|
ShareRequest: typeof import('./components/share/Request.vue')['default']
|
||||||
ShareTemplatesButton: (typeof import("./components/share/templates/Button.vue"))["default"]
|
ShareTemplatesButton: typeof import('./components/share/templates/Button.vue')['default']
|
||||||
ShareTemplatesEmbeds: (typeof import("./components/share/templates/Embeds.vue"))["default"]
|
ShareTemplatesEmbeds: typeof import('./components/share/templates/Embeds.vue')['default']
|
||||||
ShareTemplatesLink: (typeof import("./components/share/templates/Link.vue"))["default"]
|
ShareTemplatesLink: typeof import('./components/share/templates/Link.vue')['default']
|
||||||
SmartAccentModePicker: (typeof import("./components/smart/AccentModePicker.vue"))["default"]
|
SmartAccentModePicker: typeof import('./components/smart/AccentModePicker.vue')['default']
|
||||||
SmartChangeLanguage: (typeof import("./components/smart/ChangeLanguage.vue"))["default"]
|
SmartChangeLanguage: typeof import('./components/smart/ChangeLanguage.vue')['default']
|
||||||
SmartColorModePicker: (typeof import("./components/smart/ColorModePicker.vue"))["default"]
|
SmartColorModePicker: typeof import('./components/smart/ColorModePicker.vue')['default']
|
||||||
SmartEnvInput: (typeof import("./components/smart/EnvInput.vue"))["default"]
|
SmartEnvInput: typeof import('./components/smart/EnvInput.vue')['default']
|
||||||
TabPrimary: (typeof import("./components/tab/Primary.vue"))["default"]
|
TabPrimary: typeof import('./components/tab/Primary.vue')['default']
|
||||||
TabSecondary: (typeof import("./components/tab/Secondary.vue"))["default"]
|
TabSecondary: typeof import('./components/tab/Secondary.vue')['default']
|
||||||
Teams: (typeof import("./components/teams/index.vue"))["default"]
|
Teams: typeof import('./components/teams/index.vue')['default']
|
||||||
TeamsAdd: (typeof import("./components/teams/Add.vue"))["default"]
|
TeamsAdd: typeof import('./components/teams/Add.vue')['default']
|
||||||
TeamsEdit: (typeof import("./components/teams/Edit.vue"))["default"]
|
TeamsEdit: typeof import('./components/teams/Edit.vue')['default']
|
||||||
TeamsInvite: (typeof import("./components/teams/Invite.vue"))["default"]
|
TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
|
||||||
TeamsMemberStack: (typeof import("./components/teams/MemberStack.vue"))["default"]
|
TeamsMemberStack: typeof import('./components/teams/MemberStack.vue')['default']
|
||||||
TeamsModal: (typeof import("./components/teams/Modal.vue"))["default"]
|
TeamsModal: typeof import('./components/teams/Modal.vue')['default']
|
||||||
TeamsTeam: (typeof import("./components/teams/Team.vue"))["default"]
|
TeamsTeam: typeof import('./components/teams/Team.vue')['default']
|
||||||
Tippy: (typeof import("vue-tippy"))["Tippy"]
|
Tippy: typeof import('vue-tippy')['Tippy']
|
||||||
WorkspaceCurrent: (typeof import("./components/workspace/Current.vue"))["default"]
|
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
|
||||||
WorkspaceSelector: (typeof import("./components/workspace/Selector.vue"))["default"]
|
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -132,30 +132,23 @@ function generateKeybindingString(ev: KeyboardEvent): ShortcutKey | null {
|
|||||||
|
|
||||||
function getPressedKey(ev: KeyboardEvent): Key | null {
|
function getPressedKey(ev: KeyboardEvent): Key | null {
|
||||||
// Sometimes the property code is not available on the KeyboardEvent object
|
// Sometimes the property code is not available on the KeyboardEvent object
|
||||||
const val = (ev.code ?? "").toLowerCase()
|
const key = (ev.key ?? "").toLowerCase()
|
||||||
|
|
||||||
// Check arrow keys
|
// Check arrow keys
|
||||||
if (val === "arrowup") return "up"
|
if (key.startsWith("arrow")) {
|
||||||
else if (val === "arrowdown") return "down"
|
return key.slice(5) as Key
|
||||||
else if (val === "arrowleft") return "left"
|
}
|
||||||
else if (val === "arrowright") return "right"
|
|
||||||
|
|
||||||
// Check letter keys
|
// Check letter keys
|
||||||
const isLetter = val.startsWith("key")
|
const isLetter = key.length === 1 && key >= "a" && key <= "z"
|
||||||
if (isLetter) return val.substring(3) as Key
|
if (isLetter) return key as Key
|
||||||
|
|
||||||
// Check if number keys
|
// Check if number keys
|
||||||
const isDigit = val.startsWith("digit")
|
const isDigit = key.length === 1 && key >= "0" && key <= "9"
|
||||||
if (isDigit) return val.substring(5) as Key
|
if (isDigit) return key as Key
|
||||||
|
|
||||||
// Check if slash
|
// Check if slash, period or enter
|
||||||
if (val === "slash") return "/"
|
if (key === "/" || key === "." || key === "enter") return key
|
||||||
|
|
||||||
// Check if period
|
|
||||||
if (val === "period") return "."
|
|
||||||
|
|
||||||
// Check if enter
|
|
||||||
if (val === "enter") return "enter"
|
|
||||||
|
|
||||||
// If no other cases match, this is not a valid key
|
// If no other cases match, this is not a valid key
|
||||||
return null
|
return null
|
||||||
|
|||||||
27704
pnpm-lock.yaml
generated
27704
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user