|
@@ -1,21 +1,22 @@
|
|
|
-/* eslint-disable */
|
|
|
-/* prettier-ignore */
|
|
|
-// @ts-nocheck
|
|
|
-// Generated by unplugin-vue-components
|
|
|
+// 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'
|
|
|
+
|
|
|
export {}
|
|
|
|
|
|
-declare module 'vue' {
|
|
|
+declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
AccessTokens: typeof import('./components/accessTokens/index.vue')['default']
|
|
|
AccessTokensGenerateModal: typeof import('./components/accessTokens/GenerateModal.vue')['default']
|
|
|
AccessTokensList: typeof import('./components/accessTokens/List.vue')['default']
|
|
|
AccessTokensOverview: typeof import('./components/accessTokens/Overview.vue')['default']
|
|
|
+ AiexperimentsMergeView: typeof import('./components/aiexperiments/MergeView.vue')['default']
|
|
|
+ AiexperimentsModifyBodyModal: typeof import('./components/aiexperiments/ModifyBodyModal.vue')['default']
|
|
|
AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
|
|
|
AppBanner: typeof import('./components/app/Banner.vue')['default']
|
|
|
AppContextMenu: typeof import('./components/app/ContextMenu.vue')['default']
|
|
|
AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default']
|
|
|
- AppDrawer: (typeof import("./components/app/Drawer.vue"))["default"]
|
|
|
AppFooter: typeof import('./components/app/Footer.vue')['default']
|
|
|
AppGitHubStarButton: typeof import('./components/app/GitHubStarButton.vue')['default']
|
|
|
AppHeader: typeof import('./components/app/Header.vue')['default']
|
|
@@ -24,7 +25,6 @@ declare module 'vue' {
|
|
|
AppLogo: typeof import('./components/app/Logo.vue')['default']
|
|
|
AppOptions: typeof import('./components/app/Options.vue')['default']
|
|
|
AppPaneLayout: typeof import('./components/app/PaneLayout.vue')['default']
|
|
|
- AppPWAPrompt: (typeof import("./components/app/PWAPrompt.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']
|
|
@@ -109,7 +109,6 @@ declare module 'vue' {
|
|
|
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
|
|
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
|
|
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
|
|
- HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand']
|
|
|
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
|
|
|
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
|
|
|
HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection']
|
|
@@ -139,7 +138,6 @@ declare module 'vue' {
|
|
|
HttpAuthorizationHAWK: typeof import('./components/http/authorization/HAWK.vue')['default']
|
|
|
HttpAuthorizationNTLM: typeof import('./components/http/authorization/NTLM.vue')['default']
|
|
|
HttpAuthorizationOAuth2: typeof import('./components/http/authorization/OAuth2.vue')['default']
|
|
|
- HttpAuthorizationOAuth2Authorization: (typeof import("./components/http/authorization/OAuth2Authorization.vue"))["default"]
|
|
|
HttpBody: typeof import('./components/http/Body.vue')['default']
|
|
|
HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default']
|
|
|
HttpCodegen: typeof import('./components/http/Codegen.vue')['default']
|
|
@@ -152,7 +150,6 @@ declare module 'vue' {
|
|
|
HttpHeaders: typeof import('./components/http/Headers.vue')['default']
|
|
|
HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default']
|
|
|
HttpKeyValue: typeof import('./components/http/KeyValue.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']
|
|
@@ -177,7 +174,7 @@ declare module 'vue' {
|
|
|
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']
|
|
|
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
|
|
|
IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
|
|
@@ -187,9 +184,10 @@ declare module 'vue' {
|
|
|
IconLucideLayers: typeof import('~icons/lucide/layers')['default']
|
|
|
IconLucideListEnd: typeof import('~icons/lucide/list-end')['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']
|
|
|
IconLucideUsers: typeof import('~icons/lucide/users')['default']
|
|
|
+ IconLucideVerified: typeof import('~icons/lucide/verified')['default']
|
|
|
IconLucideX: typeof import('~icons/lucide/x')['default']
|
|
|
ImportExportBase: typeof import('./components/importExport/Base.vue')['default']
|
|
|
ImportExportImportExportList: typeof import('./components/importExport/ImportExportList.vue')['default']
|
|
@@ -211,9 +209,9 @@ declare module 'vue' {
|
|
|
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
|
|
|
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
|
|
|
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
|
|
|
- ModalsNativeCACertificates: (typeof import("./../../hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue"))["default"]
|
|
|
- ModalsNativeClientCertificates: (typeof import("./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertificates.vue"))["default"]
|
|
|
- ModalsNativeClientCertsAdd: (typeof import("./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertsAdd.vue"))["default"]
|
|
|
+ ModalsNativeCACertificates: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeCACertificates.vue')['default']
|
|
|
+ ModalsNativeClientCertificates: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertificates.vue')['default']
|
|
|
+ ModalsNativeClientCertsAdd: typeof import('./../../hoppscotch-selfhost-desktop/src/components/modals/NativeClientCertsAdd.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']
|
|
@@ -221,7 +219,7 @@ declare module 'vue' {
|
|
|
RealtimeLogEntry: typeof import('./components/realtime/LogEntry.vue')['default']
|
|
|
RealtimeSubscription: typeof import('./components/realtime/Subscription.vue')['default']
|
|
|
SettingsExtension: typeof import('./components/settings/Extension.vue')['default']
|
|
|
- SettingsNativeInterceptor: (typeof import("./../../hoppscotch-selfhost-desktop/src/components/settings/NativeInterceptor.vue"))["default"]
|
|
|
+ SettingsNativeInterceptor: typeof import('./../../hoppscotch-selfhost-desktop/src/components/settings/NativeInterceptor.vue')['default']
|
|
|
SettingsProxy: typeof import('./components/settings/Proxy.vue')['default']
|
|
|
Share: typeof import('./components/share/index.vue')['default']
|
|
|
ShareCreateModal: typeof import('./components/share/CreateModal.vue')['default']
|
|
@@ -248,4 +246,5 @@ declare module 'vue' {
|
|
|
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
|
|
|
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
|
|
|
}
|
|
|
+
|
|
|
}
|