components.d.ts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default']
  11. AppFooter: typeof import('./components/app/Footer.vue')['default']
  12. AppFuse: typeof import('./components/app/Fuse.vue')['default']
  13. AppGitHubStarButton: typeof import('./components/app/GitHubStarButton.vue')['default']
  14. AppHeader: typeof import('./components/app/Header.vue')['default']
  15. AppInterceptor: typeof import('./components/app/Interceptor.vue')['default']
  16. AppLogo: typeof import('./components/app/Logo.vue')['default']
  17. AppOptions: typeof import('./components/app/Options.vue')['default']
  18. AppPaneLayout: typeof import('./components/app/PaneLayout.vue')['default']
  19. AppPowerSearch: typeof import('./components/app/PowerSearch.vue')['default']
  20. AppPowerSearchEntry: typeof import('./components/app/PowerSearchEntry.vue')['default']
  21. AppShare: typeof import('./components/app/Share.vue')['default']
  22. AppShortcuts: typeof import('./components/app/Shortcuts.vue')['default']
  23. AppShortcutsEntry: typeof import('./components/app/ShortcutsEntry.vue')['default']
  24. AppShortcutsPrompt: typeof import('./components/app/ShortcutsPrompt.vue')['default']
  25. AppSidenav: typeof import('./components/app/Sidenav.vue')['default']
  26. AppSupport: typeof import('./components/app/Support.vue')['default']
  27. ButtonPrimary: typeof import('./../../hoppscotch-ui/src/components/button/Primary.vue')['default']
  28. ButtonSecondary: typeof import('./../../hoppscotch-ui/src/components/button/Secondary.vue')['default']
  29. Collections: typeof import('./components/collections/index.vue')['default']
  30. CollectionsAdd: typeof import('./components/collections/Add.vue')['default']
  31. CollectionsAddFolder: typeof import('./components/collections/AddFolder.vue')['default']
  32. CollectionsAddRequest: typeof import('./components/collections/AddRequest.vue')['default']
  33. CollectionsCollection: typeof import('./components/collections/Collection.vue')['default']
  34. CollectionsEdit: typeof import('./components/collections/Edit.vue')['default']
  35. CollectionsEditFolder: typeof import('./components/collections/EditFolder.vue')['default']
  36. CollectionsEditRequest: typeof import('./components/collections/EditRequest.vue')['default']
  37. CollectionsGraphql: typeof import('./components/collections/graphql/index.vue')['default']
  38. CollectionsGraphqlAdd: typeof import('./components/collections/graphql/Add.vue')['default']
  39. CollectionsGraphqlAddFolder: typeof import('./components/collections/graphql/AddFolder.vue')['default']
  40. CollectionsGraphqlAddRequest: typeof import('./components/collections/graphql/AddRequest.vue')['default']
  41. CollectionsGraphqlCollection: typeof import('./components/collections/graphql/Collection.vue')['default']
  42. CollectionsGraphqlEdit: typeof import('./components/collections/graphql/Edit.vue')['default']
  43. CollectionsGraphqlEditFolder: typeof import('./components/collections/graphql/EditFolder.vue')['default']
  44. CollectionsGraphqlEditRequest: typeof import('./components/collections/graphql/EditRequest.vue')['default']
  45. CollectionsGraphqlFolder: typeof import('./components/collections/graphql/Folder.vue')['default']
  46. CollectionsGraphqlImportExport: typeof import('./components/collections/graphql/ImportExport.vue')['default']
  47. CollectionsGraphqlRequest: typeof import('./components/collections/graphql/Request.vue')['default']
  48. CollectionsImportExport: typeof import('./components/collections/ImportExport.vue')['default']
  49. CollectionsMyCollections: typeof import('./components/collections/MyCollections.vue')['default']
  50. CollectionsRequest: typeof import('./components/collections/Request.vue')['default']
  51. CollectionsSaveRequest: typeof import('./components/collections/SaveRequest.vue')['default']
  52. CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
  53. Environments: typeof import('./components/environments/index.vue')['default']
  54. EnvironmentsImportExport: typeof import('./components/environments/ImportExport.vue')['default']
  55. EnvironmentsMy: typeof import('./components/environments/my/index.vue')['default']
  56. EnvironmentsMyDetails: typeof import('./components/environments/my/Details.vue')['default']
  57. EnvironmentsMyEnvironment: typeof import('./components/environments/my/Environment.vue')['default']
  58. EnvironmentsSelector: typeof import('./components/environments/Selector.vue')['default']
  59. EnvironmentsTeams: typeof import('./components/environments/teams/index.vue')['default']
  60. EnvironmentsTeamsDetails: typeof import('./components/environments/teams/Details.vue')['default']
  61. EnvironmentsTeamsEnvironment: typeof import('./components/environments/teams/Environment.vue')['default']
  62. FirebaseLogin: typeof import('./components/firebase/Login.vue')['default']
  63. FirebaseLogout: typeof import('./components/firebase/Logout.vue')['default']
  64. GraphqlAuthorization: typeof import('./components/graphql/Authorization.vue')['default']
  65. GraphqlField: typeof import('./components/graphql/Field.vue')['default']
  66. GraphqlRequest: typeof import('./components/graphql/Request.vue')['default']
  67. GraphqlRequestOptions: typeof import('./components/graphql/RequestOptions.vue')['default']
  68. GraphqlResponse: typeof import('./components/graphql/Response.vue')['default']
  69. GraphqlSidebar: typeof import('./components/graphql/Sidebar.vue')['default']
  70. GraphqlType: typeof import('./components/graphql/Type.vue')['default']
  71. GraphqlTypeLink: typeof import('./components/graphql/TypeLink.vue')['default']
  72. History: typeof import('./components/history/index.vue')['default']
  73. HistoryGraphqlCard: typeof import('./components/history/graphql/Card.vue')['default']
  74. HistoryRestCard: typeof import('./components/history/rest/Card.vue')['default']
  75. HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
  76. HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
  77. HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
  78. HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
  79. HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
  80. HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
  81. HoppSmartExpand: typeof import('@hoppscotch/ui')['HoppSmartExpand']
  82. HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
  83. HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
  84. HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink']
  85. HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
  86. HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
  87. HoppSmartProgressRing: typeof import('@hoppscotch/ui')['HoppSmartProgressRing']
  88. HoppSmartRadioGroup: typeof import('@hoppscotch/ui')['HoppSmartRadioGroup']
  89. HoppSmartSlideOver: typeof import('@hoppscotch/ui')['HoppSmartSlideOver']
  90. HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
  91. HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
  92. HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
  93. HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow']
  94. HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows']
  95. HttpAuthorization: typeof import('./components/http/Authorization.vue')['default']
  96. HttpAuthorizationApiKey: typeof import('./components/http/authorization/ApiKey.vue')['default']
  97. HttpAuthorizationBasic: typeof import('./components/http/authorization/Basic.vue')['default']
  98. HttpBody: typeof import('./components/http/Body.vue')['default']
  99. HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default']
  100. HttpCodegenModal: typeof import('./components/http/CodegenModal.vue')['default']
  101. HttpHeaders: typeof import('./components/http/Headers.vue')['default']
  102. HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default']
  103. HttpOAuth2Authorization: typeof import('./components/http/OAuth2Authorization.vue')['default']
  104. HttpParameters: typeof import('./components/http/Parameters.vue')['default']
  105. HttpPreRequestScript: typeof import('./components/http/PreRequestScript.vue')['default']
  106. HttpRawBody: typeof import('./components/http/RawBody.vue')['default']
  107. HttpReqChangeConfirmModal: typeof import('./components/http/ReqChangeConfirmModal.vue')['default']
  108. HttpRequest: typeof import('./components/http/Request.vue')['default']
  109. HttpRequestOptions: typeof import('./components/http/RequestOptions.vue')['default']
  110. HttpRequestTab: typeof import('./components/http/RequestTab.vue')['default']
  111. HttpResponse: typeof import('./components/http/Response.vue')['default']
  112. HttpResponseMeta: typeof import('./components/http/ResponseMeta.vue')['default']
  113. HttpSidebar: typeof import('./components/http/Sidebar.vue')['default']
  114. HttpTestResult: typeof import('./components/http/TestResult.vue')['default']
  115. HttpTestResultEntry: typeof import('./components/http/TestResultEntry.vue')['default']
  116. HttpTestResultEnv: typeof import('./components/http/TestResultEnv.vue')['default']
  117. HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default']
  118. HttpTests: typeof import('./components/http/Tests.vue')['default']
  119. HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
  120. IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
  121. IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
  122. IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
  123. IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
  124. IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
  125. IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default']
  126. IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
  127. IconLucideInfo: typeof import('~icons/lucide/info')['default']
  128. IconLucideLayers: typeof import('~icons/lucide/layers')['default']
  129. IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
  130. IconLucideMinus: typeof import('~icons/lucide/minus')['default']
  131. IconLucideSearch: typeof import('~icons/lucide/search')['default']
  132. IconLucideUsers: typeof import('~icons/lucide/users')['default']
  133. LensesHeadersRenderer: typeof import('./components/lenses/HeadersRenderer.vue')['default']
  134. LensesHeadersRendererEntry: typeof import('./components/lenses/HeadersRendererEntry.vue')['default']
  135. LensesRenderersHTMLLensRenderer: typeof import('./components/lenses/renderers/HTMLLensRenderer.vue')['default']
  136. LensesRenderersImageLensRenderer: typeof import('./components/lenses/renderers/ImageLensRenderer.vue')['default']
  137. LensesRenderersJSONLensRenderer: typeof import('./components/lenses/renderers/JSONLensRenderer.vue')['default']
  138. LensesRenderersPDFLensRenderer: typeof import('./components/lenses/renderers/PDFLensRenderer.vue')['default']
  139. LensesRenderersRawLensRenderer: typeof import('./components/lenses/renderers/RawLensRenderer.vue')['default']
  140. LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
  141. LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
  142. ProfileShortcode: typeof import('./components/profile/Shortcode.vue')['default']
  143. ProfileShortcodes: typeof import('./components/profile/Shortcodes.vue')['default']
  144. ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
  145. RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
  146. RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
  147. RealtimeLog: typeof import('./components/realtime/Log.vue')['default']
  148. RealtimeLogEntry: typeof import('./components/realtime/LogEntry.vue')['default']
  149. RealtimeSubscription: typeof import('./components/realtime/Subscription.vue')['default']
  150. SmartAccentModePicker: typeof import('./components/smart/AccentModePicker.vue')['default']
  151. SmartAnchor: typeof import('./../../hoppscotch-ui/src/components/smart/Anchor.vue')['default']
  152. SmartAutoComplete: typeof import('./../../hoppscotch-ui/src/components/smart/AutoComplete.vue')['default']
  153. SmartChangeLanguage: typeof import('./components/smart/ChangeLanguage.vue')['default']
  154. SmartCheckbox: typeof import('./../../hoppscotch-ui/src/components/smart/Checkbox.vue')['default']
  155. SmartColorModePicker: typeof import('./components/smart/ColorModePicker.vue')['default']
  156. SmartConfirmModal: typeof import('./../../hoppscotch-ui/src/components/smart/ConfirmModal.vue')['default']
  157. SmartEnvInput: typeof import('./components/smart/EnvInput.vue')['default']
  158. SmartExpand: typeof import('./../../hoppscotch-ui/src/components/smart/Expand.vue')['default']
  159. SmartFileChip: typeof import('./../../hoppscotch-ui/src/components/smart/FileChip.vue')['default']
  160. SmartFontSizePicker: typeof import('./components/smart/FontSizePicker.vue')['default']
  161. SmartIntersection: typeof import('./../../hoppscotch-ui/src/components/smart/Intersection.vue')['default']
  162. SmartItem: typeof import('./../../hoppscotch-ui/src/components/smart/Item.vue')['default']
  163. SmartLink: typeof import('./../../hoppscotch-ui/src/components/smart/Link.vue')['default']
  164. SmartModal: typeof import('./../../hoppscotch-ui/src/components/smart/Modal.vue')['default']
  165. SmartPicture: typeof import('./../../hoppscotch-ui/src/components/smart/Picture.vue')['default']
  166. SmartProgressRing: typeof import('./../../hoppscotch-ui/src/components/smart/ProgressRing.vue')['default']
  167. SmartRadio: typeof import('./../../hoppscotch-ui/src/components/smart/Radio.vue')['default']
  168. SmartRadioGroup: typeof import('./../../hoppscotch-ui/src/components/smart/RadioGroup.vue')['default']
  169. SmartSlideOver: typeof import('./../../hoppscotch-ui/src/components/smart/SlideOver.vue')['default']
  170. SmartSpinner: typeof import('./../../hoppscotch-ui/src/components/smart/Spinner.vue')['default']
  171. SmartTab: typeof import('./../../hoppscotch-ui/src/components/smart/Tab.vue')['default']
  172. SmartTabs: typeof import('./../../hoppscotch-ui/src/components/smart/Tabs.vue')['default']
  173. SmartToggle: typeof import('./../../hoppscotch-ui/src/components/smart/Toggle.vue')['default']
  174. SmartTree: typeof import('./components/smart/Tree.vue')['default']
  175. SmartTreeBranch: typeof import('./components/smart/TreeBranch.vue')['default']
  176. SmartWindow: typeof import('./../../hoppscotch-ui/src/components/smart/Window.vue')['default']
  177. SmartWindows: typeof import('./../../hoppscotch-ui/src/components/smart/Windows.vue')['default']
  178. TabPrimary: typeof import('./components/tab/Primary.vue')['default']
  179. TabSecondary: typeof import('./components/tab/Secondary.vue')['default']
  180. Teams: typeof import('./components/teams/index.vue')['default']
  181. TeamsAdd: typeof import('./components/teams/Add.vue')['default']
  182. TeamsEdit: typeof import('./components/teams/Edit.vue')['default']
  183. TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
  184. TeamsMemberStack: typeof import('./components/teams/MemberStack.vue')['default']
  185. TeamsModal: typeof import('./components/teams/Modal.vue')['default']
  186. TeamsTeam: typeof import('./components/teams/Team.vue')['default']
  187. Tippy: typeof import('vue-tippy')['Tippy']
  188. WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
  189. WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
  190. }
  191. }