components.d.ts 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
  9. AppAnnouncement: typeof import('./components/app/Announcement.vue')['default']
  10. AppContextMenu: typeof import('./components/app/ContextMenu.vue')['default']
  11. AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default']
  12. AppFooter: typeof import('./components/app/Footer.vue')['default']
  13. AppGitHubStarButton: typeof import('./components/app/GitHubStarButton.vue')['default']
  14. AppHeader: typeof import('./components/app/Header.vue')['default']
  15. AppInspection: typeof import('./components/app/Inspection.vue')['default']
  16. AppInterceptor: typeof import('./components/app/Interceptor.vue')['default']
  17. AppLogo: typeof import('./components/app/Logo.vue')['default']
  18. AppOptions: typeof import('./components/app/Options.vue')['default']
  19. AppPaneLayout: typeof import('./components/app/PaneLayout.vue')['default']
  20. AppShare: typeof import('./components/app/Share.vue')['default']
  21. AppShortcuts: typeof import('./components/app/Shortcuts.vue')['default']
  22. AppShortcutsEntry: typeof import('./components/app/ShortcutsEntry.vue')['default']
  23. AppShortcutsPrompt: typeof import('./components/app/ShortcutsPrompt.vue')['default']
  24. AppSidenav: typeof import('./components/app/Sidenav.vue')['default']
  25. AppSpotlight: typeof import('./components/app/spotlight/index.vue')['default']
  26. AppSpotlightEntry: typeof import('./components/app/spotlight/Entry.vue')['default']
  27. AppSpotlightEntryGQLHistory: typeof import('./components/app/spotlight/entry/GQLHistory.vue')['default']
  28. AppSpotlightEntryGQLRequest: typeof import('./components/app/spotlight/entry/GQLRequest.vue')['default']
  29. AppSpotlightEntryIconSelected: typeof import('./components/app/spotlight/entry/IconSelected.vue')['default']
  30. AppSpotlightEntryRESTHistory: typeof import('./components/app/spotlight/entry/RESTHistory.vue')['default']
  31. AppSpotlightEntryRESTRequest: typeof import('./components/app/spotlight/entry/RESTRequest.vue')['default']
  32. AppSupport: typeof import('./components/app/Support.vue')['default']
  33. ButtonPrimary: typeof import('./../../hoppscotch-ui/src/components/button/Primary.vue')['default']
  34. ButtonSecondary: typeof import('./../../hoppscotch-ui/src/components/button/Secondary.vue')['default']
  35. Collections: typeof import('./components/collections/index.vue')['default']
  36. CollectionsAdd: typeof import('./components/collections/Add.vue')['default']
  37. CollectionsAddFolder: typeof import('./components/collections/AddFolder.vue')['default']
  38. CollectionsAddRequest: typeof import('./components/collections/AddRequest.vue')['default']
  39. CollectionsCollection: typeof import('./components/collections/Collection.vue')['default']
  40. CollectionsEdit: typeof import('./components/collections/Edit.vue')['default']
  41. CollectionsEditFolder: typeof import('./components/collections/EditFolder.vue')['default']
  42. CollectionsEditRequest: typeof import('./components/collections/EditRequest.vue')['default']
  43. CollectionsGraphql: typeof import('./components/collections/graphql/index.vue')['default']
  44. CollectionsGraphqlAdd: typeof import('./components/collections/graphql/Add.vue')['default']
  45. CollectionsGraphqlAddFolder: typeof import('./components/collections/graphql/AddFolder.vue')['default']
  46. CollectionsGraphqlAddRequest: typeof import('./components/collections/graphql/AddRequest.vue')['default']
  47. CollectionsGraphqlCollection: typeof import('./components/collections/graphql/Collection.vue')['default']
  48. CollectionsGraphqlEdit: typeof import('./components/collections/graphql/Edit.vue')['default']
  49. CollectionsGraphqlEditFolder: typeof import('./components/collections/graphql/EditFolder.vue')['default']
  50. CollectionsGraphqlEditRequest: typeof import('./components/collections/graphql/EditRequest.vue')['default']
  51. CollectionsGraphqlFolder: typeof import('./components/collections/graphql/Folder.vue')['default']
  52. CollectionsGraphqlImportExport: typeof import('./components/collections/graphql/ImportExport.vue')['default']
  53. CollectionsGraphqlRequest: typeof import('./components/collections/graphql/Request.vue')['default']
  54. CollectionsImportExport: typeof import('./components/collections/ImportExport.vue')['default']
  55. CollectionsMyCollections: typeof import('./components/collections/MyCollections.vue')['default']
  56. CollectionsRequest: typeof import('./components/collections/Request.vue')['default']
  57. CollectionsSaveRequest: typeof import('./components/collections/SaveRequest.vue')['default']
  58. CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
  59. CookiesAllModal: typeof import('./components/cookies/AllModal.vue')['default']
  60. CookiesEditCookie: typeof import('./components/cookies/EditCookie.vue')['default']
  61. Environments: typeof import('./components/environments/index.vue')['default']
  62. EnvironmentsAdd: typeof import('./components/environments/Add.vue')['default']
  63. EnvironmentsImportExport: typeof import('./components/environments/ImportExport.vue')['default']
  64. EnvironmentsMy: typeof import('./components/environments/my/index.vue')['default']
  65. EnvironmentsMyDetails: typeof import('./components/environments/my/Details.vue')['default']
  66. EnvironmentsMyEnvironment: typeof import('./components/environments/my/Environment.vue')['default']
  67. EnvironmentsSelector: typeof import('./components/environments/Selector.vue')['default']
  68. EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default']
  69. EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default']
  70. EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default']
  71. FirebaseLogin: typeof import('./components/firebase/Login.vue')['default']
  72. FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default']
  73. GraphqlAuthorization: typeof import('./components/graphql/Authorization.vue')['default']
  74. GraphqlField: typeof import('./components/graphql/Field.vue')['default']
  75. GraphqlHeaders: typeof import('./components/graphql/Headers.vue')['default']
  76. GraphqlQuery: typeof import('./components/graphql/Query.vue')['default']
  77. GraphqlRequest: typeof import('./components/graphql/Request.vue')['default']
  78. GraphqlRequestOptions: typeof import('./components/graphql/RequestOptions.vue')['default']
  79. GraphqlRequestTab: typeof import('./components/graphql/RequestTab.vue')['default']
  80. GraphqlResponse: typeof import('./components/graphql/Response.vue')['default']
  81. GraphqlSidebar: typeof import('./components/graphql/Sidebar.vue')['default']
  82. GraphqlSubscriptionLog: typeof import('./components/graphql/SubscriptionLog.vue')['default']
  83. GraphqlTabHead: typeof import('./components/graphql/TabHead.vue')['default']
  84. GraphqlType: typeof import('./components/graphql/Type.vue')['default']
  85. GraphqlTypeLink: typeof import('./components/graphql/TypeLink.vue')['default']
  86. GraphqlVariable: typeof import('./components/graphql/Variable.vue')['default']
  87. History: typeof import('./components/history/index.vue')['default']
  88. HistoryGraphqlCard: typeof import('./components/history/graphql/Card.vue')['default']
  89. HistoryRestCard: typeof import('./components/history/rest/Card.vue')['default']
  90. HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
  91. HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
  92. HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
  93. HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
  94. HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
  95. HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand']
  96. HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
  97. HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
  98. HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
  99. HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink']
  100. HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
  101. HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
  102. HoppSmartPlaceholder: typeof import('@hoppscotch/ui')['HoppSmartPlaceholder']
  103. HoppSmartProgressRing: typeof import('@hoppscotch/ui')['HoppSmartProgressRing']
  104. HoppSmartRadio: typeof import('@hoppscotch/ui')['HoppSmartRadio']
  105. HoppSmartRadioGroup: typeof import('@hoppscotch/ui')['HoppSmartRadioGroup']
  106. HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
  107. HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
  108. HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
  109. HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
  110. HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
  111. HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
  112. HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow']
  113. HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows']
  114. HttpAuthorization: typeof import('./components/http/Authorization.vue')['default']
  115. HttpAuthorizationApiKey: typeof import('./components/http/authorization/ApiKey.vue')['default']
  116. HttpAuthorizationBasic: typeof import('./components/http/authorization/Basic.vue')['default']
  117. HttpBody: typeof import('./components/http/Body.vue')['default']
  118. HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default']
  119. HttpCodegenModal: typeof import('./components/http/CodegenModal.vue')['default']
  120. HttpHeaders: typeof import('./components/http/Headers.vue')['default']
  121. HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default']
  122. HttpOAuth2Authorization: typeof import('./components/http/OAuth2Authorization.vue')['default']
  123. HttpParameters: typeof import('./components/http/Parameters.vue')['default']
  124. HttpPreRequestScript: typeof import('./components/http/PreRequestScript.vue')['default']
  125. HttpRawBody: typeof import('./components/http/RawBody.vue')['default']
  126. HttpReqChangeConfirmModal: typeof import('./components/http/ReqChangeConfirmModal.vue')['default']
  127. HttpRequest: typeof import('./components/http/Request.vue')['default']
  128. HttpRequestOptions: typeof import('./components/http/RequestOptions.vue')['default']
  129. HttpRequestTab: typeof import('./components/http/RequestTab.vue')['default']
  130. HttpResponse: typeof import('./components/http/Response.vue')['default']
  131. HttpResponseMeta: typeof import('./components/http/ResponseMeta.vue')['default']
  132. HttpSidebar: typeof import('./components/http/Sidebar.vue')['default']
  133. HttpTabHead: typeof import('./components/http/TabHead.vue')['default']
  134. HttpTestResult: typeof import('./components/http/TestResult.vue')['default']
  135. HttpTestResultEntry: typeof import('./components/http/TestResultEntry.vue')['default']
  136. HttpTestResultEnv: typeof import('./components/http/TestResultEnv.vue')['default']
  137. HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default']
  138. HttpTests: typeof import('./components/http/Tests.vue')['default']
  139. HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
  140. IconLucideActivity: typeof import('~icons/lucide/activity')['default']
  141. IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
  142. IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
  143. IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
  144. IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
  145. IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
  146. IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
  147. IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default']
  148. IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
  149. IconLucideInfo: typeof import('~icons/lucide/info')['default']
  150. IconLucideLayers: typeof import('~icons/lucide/layers')['default']
  151. IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
  152. IconLucideMinus: typeof import('~icons/lucide/minus')['default']
  153. IconLucideSearch: typeof import('~icons/lucide/search')['default']
  154. IconLucideUsers: typeof import('~icons/lucide/users')['default']
  155. InterceptorsExtensionSubtitle: typeof import('./components/interceptors/ExtensionSubtitle.vue')['default']
  156. LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default']
  157. LensesHeadersRendererEntry: typeof import('./components/lenses/HeadersRendererEntry.vue')['default']
  158. LensesRenderersAudioLensRenderer: typeof import('./components/lenses/renderers/AudioLensRenderer.vue')['default']
  159. LensesRenderersHTMLLensRenderer: typeof import('./components/lenses/renderers/HTMLLensRenderer.vue')['default']
  160. LensesRenderersImageLensRenderer: typeof import('./components/lenses/renderers/ImageLensRenderer.vue')['default']
  161. LensesRenderersJSONLensRenderer: typeof import('./components/lenses/renderers/JSONLensRenderer.vue')['default']
  162. LensesRenderersPDFLensRenderer: typeof import('./components/lenses/renderers/PDFLensRenderer.vue')['default']
  163. LensesRenderersRawLensRenderer: typeof import('./components/lenses/renderers/RawLensRenderer.vue')['default']
  164. LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
  165. LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
  166. LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
  167. ProfileShortcode: typeof import('./components/profile/Shortcode.vue')['default']
  168. ProfileShortcodes: typeof import('./components/profile/Shortcodes.vue')['default']
  169. ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
  170. RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
  171. RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
  172. RealtimeLog: typeof import('./components/realtime/Log.vue')['default']
  173. RealtimeLogEntry: typeof import('./components/realtime/LogEntry.vue')['default']
  174. RealtimeSubscription: typeof import('./components/realtime/Subscription.vue')['default']
  175. SettingsExtension: typeof import('./components/settings/Extension.vue')['default']
  176. SettingsProxy: typeof import('./components/settings/Proxy.vue')['default']
  177. SmartAccentModePicker: typeof import('./components/smart/AccentModePicker.vue')['default']
  178. SmartAnchor: typeof import('./../../hoppscotch-ui/src/components/smart/Anchor.vue')['default']
  179. SmartAutoComplete: typeof import('./../../hoppscotch-ui/src/components/smart/AutoComplete.vue')['default']
  180. SmartChangeLanguage: typeof import('./components/smart/ChangeLanguage.vue')['default']
  181. SmartCheckbox: typeof import('./../../hoppscotch-ui/src/components/smart/Checkbox.vue')['default']
  182. SmartColorModePicker: typeof import('./components/smart/ColorModePicker.vue')['default']
  183. SmartConfirmModal: typeof import('./../../hoppscotch-ui/src/components/smart/ConfirmModal.vue')['default']
  184. SmartEnvInput: typeof import('./components/smart/EnvInput.vue')['default']
  185. SmartExpand: typeof import('./../../hoppscotch-ui/src/components/smart/Expand.vue')['default']
  186. SmartFileChip: typeof import('./../../hoppscotch-ui/src/components/smart/FileChip.vue')['default']
  187. SmartInput: typeof import('./../../hoppscotch-ui/src/components/smart/Input.vue')['default']
  188. SmartIntersection: typeof import('./../../hoppscotch-ui/src/components/smart/Intersection.vue')['default']
  189. SmartItem: typeof import('./../../hoppscotch-ui/src/components/smart/Item.vue')['default']
  190. SmartLink: typeof import('./../../hoppscotch-ui/src/components/smart/Link.vue')['default']
  191. SmartModal: typeof import('./../../hoppscotch-ui/src/components/smart/Modal.vue')['default']
  192. SmartPicture: typeof import('./../../hoppscotch-ui/src/components/smart/Picture.vue')['default']
  193. SmartPlaceholder: typeof import('./../../hoppscotch-ui/src/components/smart/Placeholder.vue')['default']
  194. SmartProgressRing: typeof import('./../../hoppscotch-ui/src/components/smart/ProgressRing.vue')['default']
  195. SmartRadio: typeof import('./../../hoppscotch-ui/src/components/smart/Radio.vue')['default']
  196. SmartRadioGroup: typeof import('./../../hoppscotch-ui/src/components/smart/RadioGroup.vue')['default']
  197. SmartSlideOver: typeof import('./../../hoppscotch-ui/src/components/smart/SlideOver.vue')['default']
  198. SmartSpinner: typeof import('./../../hoppscotch-ui/src/components/smart/Spinner.vue')['default']
  199. SmartTab: typeof import('./../../hoppscotch-ui/src/components/smart/Tab.vue')['default']
  200. SmartTabs: typeof import('./../../hoppscotch-ui/src/components/smart/Tabs.vue')['default']
  201. SmartToggle: typeof import('./../../hoppscotch-ui/src/components/smart/Toggle.vue')['default']
  202. SmartTree: typeof import('./../../hoppscotch-ui/src/components/smart/Tree.vue')['default']
  203. SmartTreeBranch: typeof import('./../../hoppscotch-ui/src/components/smart/TreeBranch.vue')['default']
  204. SmartWindow: typeof import('./../../hoppscotch-ui/src/components/smart/Window.vue')['default']
  205. SmartWindows: typeof import('./../../hoppscotch-ui/src/components/smart/Windows.vue')['default']
  206. TabPrimary: typeof import('./components/tab/Primary.vue')['default']
  207. TabSecondary: typeof import('./components/tab/Secondary.vue')['default']
  208. Teams: typeof import('./components/teams/index.vue')['default']
  209. TeamsAdd: typeof import('./components/teams/Add.vue')['default']
  210. TeamsEdit: typeof import('./components/teams/Edit.vue')['default']
  211. TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
  212. TeamsMemberStack: typeof import('./components/teams/MemberStack.vue')['default']
  213. TeamsModal: typeof import('./components/teams/Modal.vue')['default']
  214. TeamsTeam: typeof import('./components/teams/Team.vue')['default']
  215. Tippy: typeof import('vue-tippy')['Tippy']
  216. WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
  217. WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
  218. }
  219. }