components.d.ts 21 KB

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