1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const DEFAULT_USER: typeof import('./src/stores/user')['DEFAULT_USER']
const ECOSYSTEM_ACTIONS: typeof import('./src/composables/ecosystem')['ECOSYSTEM_ACTIONS']
const EffectScope: typeof import('vue')['EffectScope']
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const createPinia: typeof import('pinia')['createPinia']
const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const definePage: typeof import('vue-router/auto')['definePage']
const defineStore: typeof import('pinia')['defineStore']
const effectScope: typeof import('vue')['effectScope']
const getActivePinia: typeof import('pinia')['getActivePinia']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
const h: typeof import('vue')['h']
const inject: typeof import('vue')['inject']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const isShallow: typeof import('vue')['isShallow']
const mapActions: typeof import('pinia')['mapActions']
const mapGetters: typeof import('pinia')['mapGetters']
const mapState: typeof import('pinia')['mapState']
const mapStores: typeof import('pinia')['mapStores']
const mapWritableState: typeof import('pinia')['mapWritableState']
const markRaw: typeof import('vue')['markRaw']
const migrateUserData: typeof import('./src/stores/migrations')['migrateUserData']
const migrateV6ToV7: typeof import('./src/stores/migrations')['migrateV6ToV7']
const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
const onDeactivated: typeof import('vue')['onDeactivated']
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
const onMounted: typeof import('vue')['onMounted']
const onRenderTracked: typeof import('vue')['onRenderTracked']
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
const onScopeDispose: typeof import('vue')['onScopeDispose']
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const setActivePinia: typeof import('pinia')['setActivePinia']
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const storeToRefs: typeof import('pinia')['storeToRefs']
const toRaw: typeof import('vue')['toRaw']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const unref: typeof import('vue')['unref']
const useApiKeyStore: typeof import('./src/stores/api-key')['useApiKeyStore']
const useAttrs: typeof import('vue')['useAttrs']
const useAuthStore: typeof import('./src/stores/auth')['useAuthStore']
const useBannersStore: typeof import('./src/stores/banners')['useBannersStore']
const useBinsStore: typeof import('./src/stores/bins')['useBinsStore']
const useCopy: typeof import('./src/composables/useCopy')['useCopy']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useDate: typeof import('vuetify')['useDate']
const useDisplay: typeof import('vuetify')['useDisplay']
const useDownloadsStore: typeof import('./src/stores/downloads')['useDownloadsStore']
const useEcosystem: typeof import('./src/composables/ecosystem')['useEcosystem']
const useHttpStore: typeof import('./src/stores/http')['useHttpStore']
const useId: typeof import('vue')['useId']
const useLink: typeof import('vue-router')['useLink']
const useLinksStore: typeof import('./src/stores/links')['useLinksStore']
const useModel: typeof import('vue')['useModel']
const useNotificationsStore: typeof import('./src/stores/notifications')['useNotificationsStore']
const useOneStore: typeof import('./src/stores/one')['useOneStore']
const useParams: typeof import('./src/composables/route')['useParams']
const usePlaysStore: typeof import('./src/stores/plays')['usePlaysStore']
const useProductsStore: typeof import('./src/stores/products')['useProductsStore']
const usePromotionsStore: typeof import('./src/stores/promotions')['usePromotionsStore']
const useQuery: typeof import('./src/composables/route')['useQuery']
const useQueueStore: typeof import('./src/stores/queue')['useQueueStore']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSettingsStore: typeof import('./src/stores/settings')['useSettingsStore']
const useSiteStore: typeof import('./src/stores/site')['useSiteStore']
const useSlots: typeof import('vue')['useSlots']
const useSponsorsStore: typeof import('./src/stores/sponsors')['useSponsorsStore']
const useSpotsStore: typeof import('./src/stores/spots')['useSpotsStore']
const useTeamStore: typeof import('./src/stores/team')['useTeamStore']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const useTheme: typeof import('vuetify')['useTheme']
const useUserStore: typeof import('./src/stores/user')['useUserStore']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
}
// for type re-export
declare global {
// @ts-ignore
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
// @ts-ignore
export type { VOneSponsorship, VOneIdentity, VOneRole, VOneUser, AuthState } from './src/stores/auth'
import('./src/stores/auth')
// @ts-ignore
export type { VOneBanner } from './src/stores/banners'
import('./src/stores/banners')
// @ts-ignore
export type { VOneBin, BinsState } from './src/stores/bins'
import('./src/stores/bins')
// @ts-ignore
export type { VOneSendowlDownloadItem, VOneSendowlDownload, DownloadsState } from './src/stores/downloads'
import('./src/stores/downloads')
// @ts-ignore
export type { VOneLink, CreateLinkOptions, LinksState } from './src/stores/links'
import('./src/stores/links')
// @ts-ignore
export type { OldRootState, SavedState, EcosystemSettings, RootState, DashboardState } from './src/stores/migrations'
import('./src/stores/migrations')
// @ts-ignore
export type { VOneNotification, NotificationsState } from './src/stores/notifications'
import('./src/stores/notifications')
// @ts-ignore
export type { VOnePlay, PlaysState } from './src/stores/plays'
import('./src/stores/plays')
// @ts-ignore
export type { ShopifyProduct, ProductsState } from './src/stores/products'
import('./src/stores/products')
// @ts-ignore
export type { VOnePromotion } from './src/stores/promotions'
import('./src/stores/promotions')
// @ts-ignore
export type { Snackbar, QueueState } from './src/stores/queue'
import('./src/stores/queue')
// @ts-ignore
export type { VOneSuit, SettingsState } from './src/stores/settings'
import('./src/stores/settings')
// @ts-ignore
export type { SiteState } from './src/stores/site'
import('./src/stores/site')
// @ts-ignore
export type { VOneSponsor, SponsorState } from './src/stores/sponsors'
import('./src/stores/sponsors')
// @ts-ignore
export type { VOneSpot, SpotState } from './src/stores/spots'
import('./src/stores/spots')
// @ts-ignore
export type { VOneTeam, TeamState } from './src/stores/team'
import('./src/stores/team')
// @ts-ignore
export type { EcosystemAction } from './src/composables/ecosystem'
import('./src/composables/ecosystem')
}