Bump dependencies and account for breaking changes. --------- Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
82 lines
5.8 KiB
TypeScript
82 lines
5.8 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppHeader: typeof import('./components/app/Header.vue')['default']
|
|
AppLogin: typeof import('./components/app/Login.vue')['default']
|
|
AppLogout: typeof import('./components/app/Logout.vue')['default']
|
|
AppModal: typeof import('./components/app/Modal.vue')['default']
|
|
AppSidebar: typeof import('./components/app/Sidebar.vue')['default']
|
|
AppToast: typeof import('./components/app/Toast.vue')['default']
|
|
DashboardMetricsCard: typeof import('./components/dashboard/MetricsCard.vue')['default']
|
|
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
|
|
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
|
|
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
|
HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
|
|
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
|
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
|
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
|
|
HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection']
|
|
HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
|
|
HoppSmartLink: typeof import('@hoppscotch/ui')['HoppSmartLink']
|
|
HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
|
|
HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
|
|
HoppSmartPlaceholder: typeof import('@hoppscotch/ui')['HoppSmartPlaceholder']
|
|
HoppSmartSelectWrapper: typeof import('@hoppscotch/ui')['HoppSmartSelectWrapper']
|
|
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
|
|
HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
|
|
HoppSmartTable: typeof import('@hoppscotch/ui')['HoppSmartTable']
|
|
HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
|
|
HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
|
|
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']
|
|
IconLucideBadgeCheck: typeof import('~icons/lucide/badge-check')['default']
|
|
IconLucideCheck: typeof import('~icons/lucide/check')['default']
|
|
IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
|
|
IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default']
|
|
IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
|
|
IconLucideInfo: typeof import('~icons/lucide/info')['default']
|
|
IconLucideSearch: typeof import('~icons/lucide/search')['default']
|
|
IconLucideUser: typeof import('~icons/lucide/user')['default']
|
|
OnboardingAuthProviderCard: typeof import('./components/onboarding/AuthProviderCard.vue')['default']
|
|
OnboardingAuthSetup: typeof import('./components/onboarding/AuthSetup.vue')['default']
|
|
OnboardingCompleteScreen: typeof import('./components/onboarding/CompleteScreen.vue')['default']
|
|
OnboardingOAuthSetup: typeof import('./components/onboarding/OAuthSetup.vue')['default']
|
|
OnboardingSmtpSetup: typeof import('./components/onboarding/SmtpSetup.vue')['default']
|
|
OnboardingWelcomeScreen: typeof import('./components/onboarding/WelcomeScreen.vue')['default']
|
|
SettingsAuthConfigurations: typeof import('./components/settings/AuthConfigurations.vue')['default']
|
|
SettingsAuthToken: typeof import('./components/settings/AuthToken.vue')['default']
|
|
SettingsDataSharing: typeof import('./components/settings/DataSharing.vue')['default']
|
|
SettingsHistoryConfiguration: typeof import('./components/settings/HistoryConfiguration.vue')['default']
|
|
SettingsMockServerConfig: typeof import('./components/settings/MockServerConfig.vue')['default']
|
|
SettingsOAuthProviderConfigurations: typeof import('./components/settings/OAuthProviderConfigurations.vue')['default']
|
|
SettingsRateLimit: typeof import('./components/settings/RateLimit.vue')['default']
|
|
SettingsReset: typeof import('./components/settings/Reset.vue')['default']
|
|
SettingsServerRestart: typeof import('./components/settings/ServerRestart.vue')['default']
|
|
SettingsSmtpConfiguration: typeof import('./components/settings/SmtpConfiguration.vue')['default']
|
|
SetupDataSharingAndNewsletter: typeof import('./components/setup/DataSharingAndNewsletter.vue')['default']
|
|
TeamsAdd: typeof import('./components/teams/Add.vue')['default']
|
|
TeamsDetails: typeof import('./components/teams/Details.vue')['default']
|
|
TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
|
|
TeamsMembers: typeof import('./components/teams/Members.vue')['default']
|
|
TeamsPendingInvites: typeof import('./components/teams/PendingInvites.vue')['default']
|
|
Tippy: typeof import('vue-tippy')['Tippy']
|
|
Tokens: typeof import('./components/tokens/index.vue')['default']
|
|
TokensGenerateModal: typeof import('./components/tokens/GenerateModal.vue')['default']
|
|
TokensList: typeof import('./components/tokens/List.vue')['default']
|
|
TokensOverview: typeof import('./components/tokens/Overview.vue')['default']
|
|
UiAccordion: typeof import('./components/ui/Accordion.vue')['default']
|
|
UiAutoResetIcon: typeof import('./components/ui/AutoResetIcon.vue')['default']
|
|
UsersDetails: typeof import('./components/users/Details.vue')['default']
|
|
UsersInviteModal: typeof import('./components/users/InviteModal.vue')['default']
|
|
UsersSharedRequests: typeof import('./components/users/SharedRequests.vue')['default']
|
|
UsersSuccessInviteModal: typeof import('./components/users/SuccessInviteModal.vue')['default']
|
|
}
|
|
}
|