@@ -29,6 +29,7 @@ declare global {
2929 const createInjectionState : typeof import ( '@vueuse/core' ) [ 'createInjectionState' ]
3030 const createPinia : typeof import ( 'pinia' ) [ 'createPinia' ]
3131 const createReactiveFn : typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ]
32+ const createRef : typeof import ( '@vueuse/core' ) [ 'createRef' ]
3233 const createReusableTemplate : typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ]
3334 const createSharedComposable : typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ]
3435 const createTemplatePromise : typeof import ( '@vueuse/core' ) [ 'createTemplatePromise' ]
@@ -45,6 +46,7 @@ declare global {
4546 const getActivePinia : typeof import ( 'pinia' ) [ 'getActivePinia' ]
4647 const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
4748 const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
49+ const getCurrentWatcher : typeof import ( 'vue' ) [ 'getCurrentWatcher' ]
4850 const h : typeof import ( 'vue' ) [ 'h' ]
4951 const ignorableWatch : typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ]
5052 const inject : typeof import ( 'vue' ) [ 'inject' ]
@@ -54,6 +56,7 @@ declare global {
5456 const isReactive : typeof import ( 'vue' ) [ 'isReactive' ]
5557 const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
5658 const isRef : typeof import ( 'vue' ) [ 'isRef' ]
59+ const isShallow : typeof import ( 'vue' ) [ 'isShallow' ]
5760 const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
5861 const mapActions : typeof import ( 'pinia' ) [ 'mapActions' ]
5962 const mapGetters : typeof import ( 'pinia' ) [ 'mapGetters' ]
@@ -71,6 +74,7 @@ declare global {
7174 const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
7275 const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
7376 const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
77+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
7478 const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
7579 const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
7680 const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -156,6 +160,7 @@ declare global {
156160 const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
157161 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
158162 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
163+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
159164 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
160165 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
161166 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -236,13 +241,15 @@ declare global {
236241 const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
237242 const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
238243 const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
244+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
239245 const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
240246 const useQqEmojiStore : typeof import ( './stores/qq-emoji' ) [ 'useQqEmojiStore' ]
241247 const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
242248 const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
243249 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
244250 const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
245251 const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
252+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
246253 const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
247254 const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
248255 const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -269,6 +276,7 @@ declare global {
269276 const useThrottleFn : typeof import ( '@vueuse/core' ) [ 'useThrottleFn' ]
270277 const useThrottledRefHistory : typeof import ( '@vueuse/core' ) [ 'useThrottledRefHistory' ]
271278 const useTimeAgo : typeof import ( '@vueuse/core' ) [ 'useTimeAgo' ]
279+ const useTimeAgoIntl : typeof import ( '@vueuse/core' ) [ 'useTimeAgoIntl' ]
272280 const useTimeout : typeof import ( '@vueuse/core' ) [ 'useTimeout' ]
273281 const useTimeoutFn : typeof import ( '@vueuse/core' ) [ 'useTimeoutFn' ]
274282 const useTimeoutPoll : typeof import ( '@vueuse/core' ) [ 'useTimeoutPoll' ]
@@ -313,25 +321,26 @@ declare global {
313321// for type re-export
314322declare global {
315323 // @ts -ignore
316- export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
324+ export type { Component , Slot , Slots , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , ShallowRef , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
317325 import ( 'vue' )
318326 // @ts -ignore
319- export type { QqSysEmojiAssetType } from './types/QqSysEmoji'
327+ export type { QqSysEmojiAssetType , QqSysEmojiItem , QqSysEmojiGroup , QQSysEmojiConfig , QqSysEmojiAsset , QqSysEmojiWithAssets , QqNTSystemEmojiItem } from './types/QqSysEmoji'
320328 import ( './types/QqSysEmoji' )
329+ // @ts -ignore
330+ export type { WechatNewEmojiItem , WechatNewEmojiConfig } from './types/WechatNewEmoji'
331+ import ( './types/WechatNewEmoji' )
321332}
322333
323334// for vue template auto import
324335import { UnwrapRef } from 'vue'
325336declare module 'vue' {
326337 interface GlobalComponents { }
327338 interface ComponentCustomProperties {
328- readonly Button : UnwrapRef < typeof import ( './components/ui/button/index' ) [ 'Button' ] >
329339 readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
330340 readonly QqSysEmojiAssetType : UnwrapRef < typeof import ( './types/QqSysEmoji' ) [ 'QqSysEmojiAssetType' ] >
331341 readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
332342 readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
333343 readonly autoResetRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'autoResetRef' ] >
334- readonly buttonVariants : UnwrapRef < typeof import ( './components/ui/button/index' ) [ 'buttonVariants' ] >
335344 readonly cn : UnwrapRef < typeof import ( './utils/shadcn' ) [ 'cn' ] >
336345 readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
337346 readonly computedAsync : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'computedAsync' ] >
@@ -346,6 +355,7 @@ declare module 'vue' {
346355 readonly createInjectionState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createInjectionState' ] >
347356 readonly createPinia : UnwrapRef < typeof import ( 'pinia' ) [ 'createPinia' ] >
348357 readonly createReactiveFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ] >
358+ readonly createRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createRef' ] >
349359 readonly createReusableTemplate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ] >
350360 readonly createSharedComposable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ] >
351361 readonly createTemplatePromise : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createTemplatePromise' ] >
@@ -362,6 +372,7 @@ declare module 'vue' {
362372 readonly getActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'getActivePinia' ] >
363373 readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
364374 readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
375+ readonly getCurrentWatcher : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentWatcher' ] >
365376 readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
366377 readonly ignorableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ] >
367378 readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
@@ -371,6 +382,7 @@ declare module 'vue' {
371382 readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
372383 readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
373384 readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
385+ readonly isShallow : UnwrapRef < typeof import ( 'vue' ) [ 'isShallow' ] >
374386 readonly makeDestructurable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ] >
375387 readonly mapActions : UnwrapRef < typeof import ( 'pinia' ) [ 'mapActions' ] >
376388 readonly mapGetters : UnwrapRef < typeof import ( 'pinia' ) [ 'mapGetters' ] >
@@ -387,6 +399,7 @@ declare module 'vue' {
387399 readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
388400 readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
389401 readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
402+ readonly onElementRemoval : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ] >
390403 readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
391404 readonly onKeyStroke : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ] >
392405 readonly onLongPress : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onLongPress' ] >
@@ -472,6 +485,7 @@ declare module 'vue' {
472485 readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
473486 readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
474487 readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
488+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
475489 readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
476490 readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
477491 readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
@@ -552,13 +566,15 @@ declare module 'vue' {
552566 readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
553567 readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
554568 readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
569+ readonly usePreferredReducedTransparency : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ] >
555570 readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
556571 readonly useQqEmojiStore : UnwrapRef < typeof import ( './stores/qq-emoji' ) [ 'useQqEmojiStore' ] >
557572 readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
558573 readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
559574 readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
560575 readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
561576 readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
577+ readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
562578 readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
563579 readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
564580 readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
@@ -585,6 +601,7 @@ declare module 'vue' {
585601 readonly useThrottleFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useThrottleFn' ] >
586602 readonly useThrottledRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useThrottledRefHistory' ] >
587603 readonly useTimeAgo : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTimeAgo' ] >
604+ readonly useTimeAgoIntl : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTimeAgoIntl' ] >
588605 readonly useTimeout : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTimeout' ] >
589606 readonly useTimeoutFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTimeoutFn' ] >
590607 readonly useTimeoutPoll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTimeoutPoll' ] >
0 commit comments