sat-earth 3.1.21 → 3.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist/dts/auto-components.d.ts +50 -3
  2. package/dist/dts/auto-import.d.ts +301 -289
  3. package/dist/dts/components/_private/DarkIcon.vue.d.ts +1 -1
  4. package/dist/dts/components/_private/LightIcon.vue.d.ts +1 -1
  5. package/dist/dts/components/_private/TheImageEditor/index.d.ts +0 -1
  6. package/dist/dts/components/_private/TheImageEditor/src/TheImageEditor.vue.d.ts +19 -12
  7. package/dist/dts/components/analysis-spatial/SatSpatialAnalysis.vue.d.ts +18 -21
  8. package/dist/dts/components/analysis-spatial/SatSpatialAnalysisMain.vue.d.ts +4 -15
  9. package/dist/dts/components/analysis-spatial/index.d.ts +19 -26
  10. package/dist/dts/components/analysis-spatial/modules/contourLine/ContourLine.vue.d.ts +1 -1
  11. package/dist/dts/components/analysis-spatial/modules/contourLine/index.d.ts +0 -1
  12. package/dist/dts/components/analysis-spatial/modules/flood/AnalysisFlood.vue.d.ts +1 -1
  13. package/dist/dts/components/analysis-spatial/modules/flood/index.d.ts +0 -1
  14. package/dist/dts/components/analysis-spatial/modules/intervisibility/AnalysisIntervisibility.vue.d.ts +1 -1
  15. package/dist/dts/components/analysis-spatial/modules/intervisibility/index.d.ts +0 -1
  16. package/dist/dts/components/analysis-spatial/modules/section/AnalysisSection.vue.d.ts +1 -1
  17. package/dist/dts/components/analysis-spatial/modules/section/index.d.ts +0 -1
  18. package/dist/dts/components/analysis-spatial/modules/slope/Slope.vue.d.ts +1 -1
  19. package/dist/dts/components/analysis-spatial/modules/slope/index.d.ts +0 -1
  20. package/dist/dts/components/analysis-spatial/modules/viewshed/AnalysisViewshed.vue.d.ts +1 -1
  21. package/dist/dts/components/analysis-spatial/modules/viewshed/ViewshedStyleSlider.vue.d.ts +3 -4
  22. package/dist/dts/components/analysis-spatial/modules/viewshed/index.d.ts +0 -1
  23. package/dist/dts/components/analysis-spatial/modules/volume/AnalysisVolume.vue.d.ts +1 -1
  24. package/dist/dts/components/analysis-spatial/modules/volume/index.d.ts +0 -1
  25. package/dist/dts/components/components.d.ts +9016 -600
  26. package/dist/dts/components/globe/CameraBookmarkPanel.vue.d.ts +1 -1
  27. package/dist/dts/components/globe/MapSplitPanel.vue.d.ts +1 -1
  28. package/dist/dts/components/globe/SatGlobe.vue.d.ts +20 -45
  29. package/dist/dts/components/globe/helpers.d.ts +0 -1
  30. package/dist/dts/components/globe/index.d.ts +25 -68
  31. package/dist/dts/components/location/SatCoordinate.vue.d.ts +221 -1
  32. package/dist/dts/components/location/SatLocation.vue.d.ts +20 -22
  33. package/dist/dts/components/location/SatLocationMain.vue.d.ts +14 -16
  34. package/dist/dts/components/location/SatPathPlan.vue.d.ts +221 -1
  35. package/dist/dts/components/location/SatPoiQuery.vue.d.ts +1 -1
  36. package/dist/dts/components/location/SatRegionLevel.vue.d.ts +442 -14
  37. package/dist/dts/components/location/index.d.ts +19 -26
  38. package/dist/dts/components/location/useCoordinate.d.ts +0 -1
  39. package/dist/dts/components/location/usePathPlan.d.ts +4 -5
  40. package/dist/dts/components/location/usePoiQuery.d.ts +0 -1
  41. package/dist/dts/components/location/useRegionLevel.d.ts +0 -1
  42. package/dist/dts/components/measure/SatMeasure.vue.d.ts +14 -6
  43. package/dist/dts/components/measure/SatMeasureMain.vue.d.ts +1 -1
  44. package/dist/dts/components/measure/index.d.ts +9 -10
  45. package/dist/dts/components/menu/SatMenu.vue.d.ts +13 -5
  46. package/dist/dts/components/menu/SatMenuMain.vue.d.ts +13 -5
  47. package/dist/dts/components/menu/helpers.d.ts +0 -1
  48. package/dist/dts/components/menu/index.d.ts +4 -5
  49. package/dist/dts/components/menu/tree/SatMenuTree.vue.d.ts +6 -7
  50. package/dist/dts/components/menu/tree/index.d.ts +6 -7
  51. package/dist/dts/components/panel/SatPanel.vue.d.ts +18 -5
  52. package/dist/dts/components/panel/index.d.ts +13 -11
  53. package/dist/dts/components/picture/SatPicture.vue.d.ts +293 -10
  54. package/dist/dts/components/picture/index.d.ts +156 -19
  55. package/dist/dts/components/plot/PlotEdit.vue.d.ts +1 -1
  56. package/dist/dts/components/plot/PlotEditAttr.vue.d.ts +221 -1
  57. package/dist/dts/components/plot/PlotEditCoord.vue.d.ts +1 -1
  58. package/dist/dts/components/plot/PlotEditStyle.vue.d.ts +1 -1
  59. package/dist/dts/components/plot/PlotGroup.vue.d.ts +1010 -3
  60. package/dist/dts/components/plot/PlotSourceList.vue.d.ts +10 -34
  61. package/dist/dts/components/plot/SatPlot.vue.d.ts +25 -43
  62. package/dist/dts/components/plot/SatPlotMain.vue.d.ts +11 -38
  63. package/dist/dts/components/plot/helpers.d.ts +0 -1
  64. package/dist/dts/components/plot/index.d.ts +33 -64
  65. package/dist/dts/components/roam/SatRoam.vue.d.ts +14 -6
  66. package/dist/dts/components/roam/index.d.ts +9 -10
  67. package/dist/dts/components/source/LayerStyleSlider.vue.d.ts +1 -2
  68. package/dist/dts/components/source/SatSource.vue.d.ts +6205 -8
  69. package/dist/dts/components/source/SatSourceMain.vue.d.ts +2445 -4
  70. package/dist/dts/components/source/TerrainExaggerationSlider.vue.d.ts +1 -1
  71. package/dist/dts/components/source/helpers.d.ts +0 -1
  72. package/dist/dts/components/source/index.d.ts +4165 -15
  73. package/dist/dts/components/task-view/SatTaskView.vue.d.ts +12 -5
  74. package/dist/dts/components/task-view/index.d.ts +6 -7
  75. package/dist/dts/config/index.d.ts +0 -1
  76. package/dist/dts/config/injectKeys.d.ts +3 -4
  77. package/dist/dts/config/menuTemplate.d.ts +0 -1
  78. package/dist/dts/hooks/listener/watchHtmlClassList.d.ts +1 -5
  79. package/dist/dts/hooks/useAbsoluteDraggable.d.ts +7 -13
  80. package/dist/dts/hooks/useLoading.d.ts +18 -27
  81. package/dist/dts/hooks/useMessage.d.ts +0 -1
  82. package/dist/dts/index.d.ts +3 -0
  83. package/dist/dts/main/index.d.ts +0 -1
  84. package/dist/dts/store/modules/layer.d.ts +0 -1
  85. package/dist/dts/store/modules/taskView.d.ts +0 -1
  86. package/dist/dts/utils/installer.d.ts +0 -1
  87. package/dist/dts/utils/is.d.ts +3 -3
  88. package/dist/dts/utils/map/analysis-spatial/contourLine.d.ts +0 -1
  89. package/dist/dts/utils/map/analysis-spatial/flood.d.ts +0 -1
  90. package/dist/dts/utils/map/analysis-spatial/index.d.ts +0 -1
  91. package/dist/dts/utils/map/analysis-spatial/intervisibility.d.ts +0 -1
  92. package/dist/dts/utils/map/analysis-spatial/section.d.ts +0 -1
  93. package/dist/dts/utils/map/analysis-spatial/slope.d.ts +0 -1
  94. package/dist/dts/utils/map/analysis-spatial/viewshed.d.ts +0 -1
  95. package/dist/dts/utils/map/analysis-spatial/volume.d.ts +0 -1
  96. package/dist/dts/utils/map/index.d.ts +3 -0
  97. package/dist/dts/utils/map/layer/convertSatLayer.d.ts +0 -1
  98. package/dist/dts/utils/map/layer/index.d.ts +0 -1
  99. package/dist/dts/utils/map/measure/index.d.ts +0 -1
  100. package/dist/dts/utils/map/plot/index.d.ts +0 -1
  101. package/dist/dts/utils/storage/index.d.ts +0 -1
  102. package/dist/dts/utils/types/index.d.ts +0 -1
  103. package/dist/sat-earth.css +1 -0
  104. package/dist/sat-earth.mjs +4505 -4730
  105. package/package.json +32 -32
  106. package/dist/style.css +0 -1
@@ -1,302 +1,314 @@
1
1
  /* eslint-disable */
2
2
  /* prettier-ignore */
3
3
  // @ts-nocheck
4
+ // noinspection JSUnusedGlobalSymbols
4
5
  // Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
5
7
  export {}
6
8
  declare global {
7
- const EffectScope: typeof import('vue')['EffectScope']
8
- const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
9
- const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
10
- const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
11
- const computed: typeof import('vue')['computed']
12
- const computedAsync: typeof import('@vueuse/core')['computedAsync']
13
- const computedEager: typeof import('@vueuse/core')['computedEager']
14
- const computedInject: typeof import('@vueuse/core')['computedInject']
15
- const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
16
- const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
17
- const controlledRef: typeof import('@vueuse/core')['controlledRef']
18
- const createApp: typeof import('vue')['createApp']
19
- const createEventHook: typeof import('@vueuse/core')['createEventHook']
20
- const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
21
- const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
22
- const createPinia: typeof import('pinia')['createPinia']
23
- const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
24
- const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
25
- const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
26
- const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
27
- const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
28
- const customRef: typeof import('vue')['customRef']
29
- const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
30
- const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
31
- const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
32
- const defineComponent: typeof import('vue')['defineComponent']
33
- const defineStore: typeof import('pinia')['defineStore']
34
- const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
35
- const effectScope: typeof import('vue')['effectScope']
36
- const extendRef: typeof import('@vueuse/core')['extendRef']
37
- const getActivePinia: typeof import('pinia')['getActivePinia']
38
- const getCurrentInstance: typeof import('vue')['getCurrentInstance']
39
- const getCurrentScope: typeof import('vue')['getCurrentScope']
40
- const h: typeof import('vue')['h']
41
- const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
42
- const inject: typeof import('vue')['inject']
43
- const injectLocal: typeof import('@vueuse/core')['injectLocal']
44
- const isDefined: typeof import('@vueuse/core')['isDefined']
45
- const isProxy: typeof import('vue')['isProxy']
46
- const isReactive: typeof import('vue')['isReactive']
47
- const isReadonly: typeof import('vue')['isReadonly']
48
- const isRef: typeof import('vue')['isRef']
49
- const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
50
- const mapActions: typeof import('pinia')['mapActions']
51
- const mapGetters: typeof import('pinia')['mapGetters']
52
- const mapState: typeof import('pinia')['mapState']
53
- const mapStores: typeof import('pinia')['mapStores']
54
- const mapWritableState: typeof import('pinia')['mapWritableState']
55
- const markRaw: typeof import('vue')['markRaw']
56
- const nextTick: typeof import('vue')['nextTick']
57
- const onActivated: typeof import('vue')['onActivated']
58
- const onBeforeMount: typeof import('vue')['onBeforeMount']
59
- const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
60
- const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
61
- const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
62
- const onDeactivated: typeof import('vue')['onDeactivated']
63
- const onErrorCaptured: typeof import('vue')['onErrorCaptured']
64
- const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
65
- const onLongPress: typeof import('@vueuse/core')['onLongPress']
66
- const onMounted: typeof import('vue')['onMounted']
67
- const onRenderTracked: typeof import('vue')['onRenderTracked']
68
- const onRenderTriggered: typeof import('vue')['onRenderTriggered']
69
- const onScopeDispose: typeof import('vue')['onScopeDispose']
70
- const onServerPrefetch: typeof import('vue')['onServerPrefetch']
71
- const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
72
- const onUnmounted: typeof import('vue')['onUnmounted']
73
- const onUpdated: typeof import('vue')['onUpdated']
74
- const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
75
- const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
76
- const provide: typeof import('vue')['provide']
77
- const provideLocal: typeof import('@vueuse/core')['provideLocal']
78
- const reactify: typeof import('@vueuse/core')['reactify']
79
- const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
80
- const reactive: typeof import('vue')['reactive']
81
- const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
82
- const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
83
- const reactivePick: typeof import('@vueuse/core')['reactivePick']
84
- const readonly: typeof import('vue')['readonly']
85
- const ref: typeof import('vue')['ref']
86
- const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
87
- const refDebounced: typeof import('@vueuse/core')['refDebounced']
88
- const refDefault: typeof import('@vueuse/core')['refDefault']
89
- const refThrottled: typeof import('@vueuse/core')['refThrottled']
90
- const refWithControl: typeof import('@vueuse/core')['refWithControl']
91
- const resolveComponent: typeof import('vue')['resolveComponent']
92
- const resolveRef: typeof import('@vueuse/core')['resolveRef']
9
+ const EffectScope: typeof import('vue').EffectScope
10
+ const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
11
+ const asyncComputed: typeof import('@vueuse/core').asyncComputed
12
+ const autoResetRef: typeof import('@vueuse/core').autoResetRef
13
+ const computed: typeof import('vue').computed
14
+ const computedAsync: typeof import('@vueuse/core').computedAsync
15
+ const computedEager: typeof import('@vueuse/core').computedEager
16
+ const computedInject: typeof import('@vueuse/core').computedInject
17
+ const computedWithControl: typeof import('@vueuse/core').computedWithControl
18
+ const controlledComputed: typeof import('@vueuse/core').controlledComputed
19
+ const controlledRef: typeof import('@vueuse/core').controlledRef
20
+ const createApp: typeof import('vue').createApp
21
+ const createEventHook: typeof import('@vueuse/core').createEventHook
22
+ const createGlobalState: typeof import('@vueuse/core').createGlobalState
23
+ const createInjectionState: typeof import('@vueuse/core').createInjectionState
24
+ const createPinia: typeof import('pinia').createPinia
25
+ const createReactiveFn: typeof import('@vueuse/core').createReactiveFn
26
+ const createRef: typeof import('@vueuse/core').createRef
27
+ const createReusableTemplate: typeof import('@vueuse/core').createReusableTemplate
28
+ const createSharedComposable: typeof import('@vueuse/core').createSharedComposable
29
+ const createTemplatePromise: typeof import('@vueuse/core').createTemplatePromise
30
+ const createUnrefFn: typeof import('@vueuse/core').createUnrefFn
31
+ const customRef: typeof import('vue').customRef
32
+ const debouncedRef: typeof import('@vueuse/core').debouncedRef
33
+ const debouncedWatch: typeof import('@vueuse/core').debouncedWatch
34
+ const defineAsyncComponent: typeof import('vue').defineAsyncComponent
35
+ const defineComponent: typeof import('vue').defineComponent
36
+ const defineStore: typeof import('pinia').defineStore
37
+ const eagerComputed: typeof import('@vueuse/core').eagerComputed
38
+ const effectScope: typeof import('vue').effectScope
39
+ const extendRef: typeof import('@vueuse/core').extendRef
40
+ const getActivePinia: typeof import('pinia').getActivePinia
41
+ const getCurrentInstance: typeof import('vue').getCurrentInstance
42
+ const getCurrentScope: typeof import('vue').getCurrentScope
43
+ const getCurrentWatcher: typeof import('vue').getCurrentWatcher
44
+ const h: typeof import('vue').h
45
+ const ignorableWatch: typeof import('@vueuse/core').ignorableWatch
46
+ const inject: typeof import('vue').inject
47
+ const injectLocal: typeof import('@vueuse/core').injectLocal
48
+ const isDefined: typeof import('@vueuse/core').isDefined
49
+ const isProxy: typeof import('vue').isProxy
50
+ const isReactive: typeof import('vue').isReactive
51
+ const isReadonly: typeof import('vue').isReadonly
52
+ const isRef: typeof import('vue').isRef
53
+ const isShallow: typeof import('vue').isShallow
54
+ const makeDestructurable: typeof import('@vueuse/core').makeDestructurable
55
+ const mapActions: typeof import('pinia').mapActions
56
+ const mapGetters: typeof import('pinia').mapGetters
57
+ const mapState: typeof import('pinia').mapState
58
+ const mapStores: typeof import('pinia').mapStores
59
+ const mapWritableState: typeof import('pinia').mapWritableState
60
+ const markRaw: typeof import('vue').markRaw
61
+ const nextTick: typeof import('vue').nextTick
62
+ const onActivated: typeof import('vue').onActivated
63
+ const onBeforeMount: typeof import('vue').onBeforeMount
64
+ const onBeforeUnmount: typeof import('vue').onBeforeUnmount
65
+ const onBeforeUpdate: typeof import('vue').onBeforeUpdate
66
+ const onClickOutside: typeof import('@vueuse/core').onClickOutside
67
+ const onDeactivated: typeof import('vue').onDeactivated
68
+ const onElementRemoval: typeof import('@vueuse/core').onElementRemoval
69
+ const onErrorCaptured: typeof import('vue').onErrorCaptured
70
+ const onKeyStroke: typeof import('@vueuse/core').onKeyStroke
71
+ const onLongPress: typeof import('@vueuse/core').onLongPress
72
+ const onMounted: typeof import('vue').onMounted
73
+ const onRenderTracked: typeof import('vue').onRenderTracked
74
+ const onRenderTriggered: typeof import('vue').onRenderTriggered
75
+ const onScopeDispose: typeof import('vue').onScopeDispose
76
+ const onServerPrefetch: typeof import('vue').onServerPrefetch
77
+ const onStartTyping: typeof import('@vueuse/core').onStartTyping
78
+ const onUnmounted: typeof import('vue').onUnmounted
79
+ const onUpdated: typeof import('vue').onUpdated
80
+ const onWatcherCleanup: typeof import('vue').onWatcherCleanup
81
+ const pausableWatch: typeof import('@vueuse/core').pausableWatch
82
+ const provide: typeof import('vue').provide
83
+ const provideLocal: typeof import('@vueuse/core').provideLocal
84
+ const reactify: typeof import('@vueuse/core').reactify
85
+ const reactifyObject: typeof import('@vueuse/core').reactifyObject
86
+ const reactive: typeof import('vue').reactive
87
+ const reactiveComputed: typeof import('@vueuse/core').reactiveComputed
88
+ const reactiveOmit: typeof import('@vueuse/core').reactiveOmit
89
+ const reactivePick: typeof import('@vueuse/core').reactivePick
90
+ const readonly: typeof import('vue').readonly
91
+ const ref: typeof import('vue').ref
92
+ const refAutoReset: typeof import('@vueuse/core').refAutoReset
93
+ const refDebounced: typeof import('@vueuse/core').refDebounced
94
+ const refDefault: typeof import('@vueuse/core').refDefault
95
+ const refManualReset: typeof import('@vueuse/core').refManualReset
96
+ const refThrottled: typeof import('@vueuse/core').refThrottled
97
+ const refWithControl: typeof import('@vueuse/core').refWithControl
98
+ const resolveComponent: typeof import('vue').resolveComponent
99
+ const resolveRef: typeof import('@vueuse/core').resolveRef
93
100
  const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
94
- const setActivePinia: typeof import('pinia')['setActivePinia']
95
- const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
96
- const shallowReactive: typeof import('vue')['shallowReactive']
97
- const shallowReadonly: typeof import('vue')['shallowReadonly']
98
- const shallowRef: typeof import('vue')['shallowRef']
99
- const storeToRefs: typeof import('pinia')['storeToRefs']
100
- const syncRef: typeof import('@vueuse/core')['syncRef']
101
- const syncRefs: typeof import('@vueuse/core')['syncRefs']
102
- const templateRef: typeof import('@vueuse/core')['templateRef']
103
- const throttledRef: typeof import('@vueuse/core')['throttledRef']
104
- const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
105
- const toRaw: typeof import('vue')['toRaw']
106
- const toReactive: typeof import('@vueuse/core')['toReactive']
107
- const toRef: typeof import('vue')['toRef']
108
- const toRefs: typeof import('vue')['toRefs']
109
- const toValue: typeof import('vue')['toValue']
110
- const triggerRef: typeof import('vue')['triggerRef']
111
- const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
112
- const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
113
- const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
114
- const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
115
- const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
116
- const unref: typeof import('vue')['unref']
117
- const unrefElement: typeof import('@vueuse/core')['unrefElement']
118
- const until: typeof import('@vueuse/core')['until']
119
- const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
120
- const useAnimate: typeof import('@vueuse/core')['useAnimate']
121
- const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
122
- const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
123
- const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
124
- const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
125
- const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
126
- const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
127
- const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
128
- const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
129
- const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
130
- const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
131
- const useArraySome: typeof import('@vueuse/core')['useArraySome']
132
- const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
133
- const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
134
- const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
135
- const useAttrs: typeof import('vue')['useAttrs']
136
- const useBase64: typeof import('@vueuse/core')['useBase64']
137
- const useBattery: typeof import('@vueuse/core')['useBattery']
138
- const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
139
- const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
140
- const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
141
- const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
142
- const useCached: typeof import('@vueuse/core')['useCached']
143
- const useClipboard: typeof import('@vueuse/core')['useClipboard']
144
- const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
145
- const useCloned: typeof import('@vueuse/core')['useCloned']
146
- const useColorMode: typeof import('@vueuse/core')['useColorMode']
147
- const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
148
- const useCounter: typeof import('@vueuse/core')['useCounter']
149
- const useCssModule: typeof import('vue')['useCssModule']
150
- const useCssVar: typeof import('@vueuse/core')['useCssVar']
151
- const useCssVars: typeof import('vue')['useCssVars']
152
- const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
153
- const useCycleList: typeof import('@vueuse/core')['useCycleList']
154
- const useDark: typeof import('@vueuse/core')['useDark']
155
- const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
156
- const useDebounce: typeof import('@vueuse/core')['useDebounce']
157
- const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
158
- const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
159
- const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
160
- const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
161
- const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
162
- const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
163
- const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
164
- const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
165
- const useDraggable: typeof import('@vueuse/core')['useDraggable']
166
- const useDropZone: typeof import('@vueuse/core')['useDropZone']
167
- const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
168
- const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
169
- const useElementHover: typeof import('@vueuse/core')['useElementHover']
170
- const useElementSize: typeof import('@vueuse/core')['useElementSize']
171
- const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
172
- const useEventBus: typeof import('@vueuse/core')['useEventBus']
173
- const useEventListener: typeof import('@vueuse/core')['useEventListener']
174
- const useEventSource: typeof import('@vueuse/core')['useEventSource']
175
- const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
176
- const useFavicon: typeof import('@vueuse/core')['useFavicon']
177
- const useFetch: typeof import('@vueuse/core')['useFetch']
178
- const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
179
- const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
180
- const useFocus: typeof import('@vueuse/core')['useFocus']
181
- const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
182
- const useFps: typeof import('@vueuse/core')['useFps']
183
- const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
184
- const useGamepad: typeof import('@vueuse/core')['useGamepad']
185
- const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
186
- const useId: typeof import('vue')['useId']
187
- const useIdle: typeof import('@vueuse/core')['useIdle']
188
- const useImage: typeof import('@vueuse/core')['useImage']
189
- const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
190
- const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
191
- const useInterval: typeof import('@vueuse/core')['useInterval']
192
- const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
193
- const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
194
- const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
195
- const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
196
- const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
197
- const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
198
- const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
199
- const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
200
- const useMemoize: typeof import('@vueuse/core')['useMemoize']
201
- const useMemory: typeof import('@vueuse/core')['useMemory']
202
- const useModel: typeof import('vue')['useModel']
203
- const useMounted: typeof import('@vueuse/core')['useMounted']
204
- const useMouse: typeof import('@vueuse/core')['useMouse']
205
- const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
206
- const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
207
- const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
208
- const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
209
- const useNetwork: typeof import('@vueuse/core')['useNetwork']
210
- const useNow: typeof import('@vueuse/core')['useNow']
211
- const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
212
- const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
213
- const useOnline: typeof import('@vueuse/core')['useOnline']
214
- const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
215
- const useParallax: typeof import('@vueuse/core')['useParallax']
216
- const useParentElement: typeof import('@vueuse/core')['useParentElement']
217
- const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
218
- const usePermission: typeof import('@vueuse/core')['usePermission']
219
- const usePointer: typeof import('@vueuse/core')['usePointer']
220
- const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
221
- const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
222
- const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
223
- const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
224
- const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
225
- const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
226
- const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
227
- const usePrevious: typeof import('@vueuse/core')['usePrevious']
228
- const useRafFn: typeof import('@vueuse/core')['useRafFn']
229
- const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
230
- const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
231
- const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
232
- const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
233
- const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
234
- const useScroll: typeof import('@vueuse/core')['useScroll']
235
- const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
236
- const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
237
- const useShare: typeof import('@vueuse/core')['useShare']
238
- const useSlots: typeof import('vue')['useSlots']
239
- const useSorted: typeof import('@vueuse/core')['useSorted']
240
- const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
241
- const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
242
- const useStepper: typeof import('@vueuse/core')['useStepper']
243
- const useStorage: typeof import('@vueuse/core')['useStorage']
244
- const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
245
- const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
246
- const useSupported: typeof import('@vueuse/core')['useSupported']
247
- const useSwipe: typeof import('@vueuse/core')['useSwipe']
248
- const useTemplateRef: typeof import('vue')['useTemplateRef']
249
- const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
250
- const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
251
- const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
252
- const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
253
- const useThrottle: typeof import('@vueuse/core')['useThrottle']
254
- const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
255
- const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
256
- const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
257
- const useTimeout: typeof import('@vueuse/core')['useTimeout']
258
- const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
259
- const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
260
- const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
261
- const useTitle: typeof import('@vueuse/core')['useTitle']
262
- const useToNumber: typeof import('@vueuse/core')['useToNumber']
263
- const useToString: typeof import('@vueuse/core')['useToString']
264
- const useToggle: typeof import('@vueuse/core')['useToggle']
265
- const useTransition: typeof import('@vueuse/core')['useTransition']
266
- const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
267
- const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
268
- const useVModel: typeof import('@vueuse/core')['useVModel']
269
- const useVModels: typeof import('@vueuse/core')['useVModels']
270
- const useVibrate: typeof import('@vueuse/core')['useVibrate']
271
- const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
272
- const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
273
- const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
274
- const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
275
- const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
276
- const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
277
- const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
278
- const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
279
- const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
280
- const watch: typeof import('vue')['watch']
281
- const watchArray: typeof import('@vueuse/core')['watchArray']
282
- const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
283
- const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
284
- const watchDeep: typeof import('@vueuse/core')['watchDeep']
285
- const watchEffect: typeof import('vue')['watchEffect']
286
- const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
287
- const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
288
- const watchOnce: typeof import('@vueuse/core')['watchOnce']
289
- const watchPausable: typeof import('@vueuse/core')['watchPausable']
290
- const watchPostEffect: typeof import('vue')['watchPostEffect']
291
- const watchSyncEffect: typeof import('vue')['watchSyncEffect']
292
- const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
293
- const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
294
- const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
295
- const whenever: typeof import('@vueuse/core')['whenever']
101
+ const setActivePinia: typeof import('pinia').setActivePinia
102
+ const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
103
+ const shallowReactive: typeof import('vue').shallowReactive
104
+ const shallowReadonly: typeof import('vue').shallowReadonly
105
+ const shallowRef: typeof import('vue').shallowRef
106
+ const storeToRefs: typeof import('pinia').storeToRefs
107
+ const syncRef: typeof import('@vueuse/core').syncRef
108
+ const syncRefs: typeof import('@vueuse/core').syncRefs
109
+ const templateRef: typeof import('@vueuse/core').templateRef
110
+ const throttledRef: typeof import('@vueuse/core').throttledRef
111
+ const throttledWatch: typeof import('@vueuse/core').throttledWatch
112
+ const toRaw: typeof import('vue').toRaw
113
+ const toReactive: typeof import('@vueuse/core').toReactive
114
+ const toRef: typeof import('vue').toRef
115
+ const toRefs: typeof import('vue').toRefs
116
+ const toValue: typeof import('vue').toValue
117
+ const triggerRef: typeof import('vue').triggerRef
118
+ const tryOnBeforeMount: typeof import('@vueuse/core').tryOnBeforeMount
119
+ const tryOnBeforeUnmount: typeof import('@vueuse/core').tryOnBeforeUnmount
120
+ const tryOnMounted: typeof import('@vueuse/core').tryOnMounted
121
+ const tryOnScopeDispose: typeof import('@vueuse/core').tryOnScopeDispose
122
+ const tryOnUnmounted: typeof import('@vueuse/core').tryOnUnmounted
123
+ const unref: typeof import('vue').unref
124
+ const unrefElement: typeof import('@vueuse/core').unrefElement
125
+ const until: typeof import('@vueuse/core').until
126
+ const useActiveElement: typeof import('@vueuse/core').useActiveElement
127
+ const useAnimate: typeof import('@vueuse/core').useAnimate
128
+ const useArrayDifference: typeof import('@vueuse/core').useArrayDifference
129
+ const useArrayEvery: typeof import('@vueuse/core').useArrayEvery
130
+ const useArrayFilter: typeof import('@vueuse/core').useArrayFilter
131
+ const useArrayFind: typeof import('@vueuse/core').useArrayFind
132
+ const useArrayFindIndex: typeof import('@vueuse/core').useArrayFindIndex
133
+ const useArrayFindLast: typeof import('@vueuse/core').useArrayFindLast
134
+ const useArrayIncludes: typeof import('@vueuse/core').useArrayIncludes
135
+ const useArrayJoin: typeof import('@vueuse/core').useArrayJoin
136
+ const useArrayMap: typeof import('@vueuse/core').useArrayMap
137
+ const useArrayReduce: typeof import('@vueuse/core').useArrayReduce
138
+ const useArraySome: typeof import('@vueuse/core').useArraySome
139
+ const useArrayUnique: typeof import('@vueuse/core').useArrayUnique
140
+ const useAsyncQueue: typeof import('@vueuse/core').useAsyncQueue
141
+ const useAsyncState: typeof import('@vueuse/core').useAsyncState
142
+ const useAttrs: typeof import('vue').useAttrs
143
+ const useBase64: typeof import('@vueuse/core').useBase64
144
+ const useBattery: typeof import('@vueuse/core').useBattery
145
+ const useBluetooth: typeof import('@vueuse/core').useBluetooth
146
+ const useBreakpoints: typeof import('@vueuse/core').useBreakpoints
147
+ const useBroadcastChannel: typeof import('@vueuse/core').useBroadcastChannel
148
+ const useBrowserLocation: typeof import('@vueuse/core').useBrowserLocation
149
+ const useCached: typeof import('@vueuse/core').useCached
150
+ const useClipboard: typeof import('@vueuse/core').useClipboard
151
+ const useClipboardItems: typeof import('@vueuse/core').useClipboardItems
152
+ const useCloned: typeof import('@vueuse/core').useCloned
153
+ const useColorMode: typeof import('@vueuse/core').useColorMode
154
+ const useConfirmDialog: typeof import('@vueuse/core').useConfirmDialog
155
+ const useCountdown: typeof import('@vueuse/core').useCountdown
156
+ const useCounter: typeof import('@vueuse/core').useCounter
157
+ const useCssModule: typeof import('vue').useCssModule
158
+ const useCssSupports: typeof import('@vueuse/core').useCssSupports
159
+ const useCssVar: typeof import('@vueuse/core').useCssVar
160
+ const useCssVars: typeof import('vue').useCssVars
161
+ const useCurrentElement: typeof import('@vueuse/core').useCurrentElement
162
+ const useCycleList: typeof import('@vueuse/core').useCycleList
163
+ const useDark: typeof import('@vueuse/core').useDark
164
+ const useDateFormat: typeof import('@vueuse/core').useDateFormat
165
+ const useDebounce: typeof import('@vueuse/core').useDebounce
166
+ const useDebounceFn: typeof import('@vueuse/core').useDebounceFn
167
+ const useDebouncedRefHistory: typeof import('@vueuse/core').useDebouncedRefHistory
168
+ const useDeviceMotion: typeof import('@vueuse/core').useDeviceMotion
169
+ const useDeviceOrientation: typeof import('@vueuse/core').useDeviceOrientation
170
+ const useDevicePixelRatio: typeof import('@vueuse/core').useDevicePixelRatio
171
+ const useDevicesList: typeof import('@vueuse/core').useDevicesList
172
+ const useDisplayMedia: typeof import('@vueuse/core').useDisplayMedia
173
+ const useDocumentVisibility: typeof import('@vueuse/core').useDocumentVisibility
174
+ const useDraggable: typeof import('@vueuse/core').useDraggable
175
+ const useDropZone: typeof import('@vueuse/core').useDropZone
176
+ const useElementBounding: typeof import('@vueuse/core').useElementBounding
177
+ const useElementByPoint: typeof import('@vueuse/core').useElementByPoint
178
+ const useElementHover: typeof import('@vueuse/core').useElementHover
179
+ const useElementSize: typeof import('@vueuse/core').useElementSize
180
+ const useElementVisibility: typeof import('@vueuse/core').useElementVisibility
181
+ const useEventBus: typeof import('@vueuse/core').useEventBus
182
+ const useEventListener: typeof import('@vueuse/core').useEventListener
183
+ const useEventSource: typeof import('@vueuse/core').useEventSource
184
+ const useEyeDropper: typeof import('@vueuse/core').useEyeDropper
185
+ const useFavicon: typeof import('@vueuse/core').useFavicon
186
+ const useFetch: typeof import('@vueuse/core').useFetch
187
+ const useFileDialog: typeof import('@vueuse/core').useFileDialog
188
+ const useFileSystemAccess: typeof import('@vueuse/core').useFileSystemAccess
189
+ const useFocus: typeof import('@vueuse/core').useFocus
190
+ const useFocusWithin: typeof import('@vueuse/core').useFocusWithin
191
+ const useFps: typeof import('@vueuse/core').useFps
192
+ const useFullscreen: typeof import('@vueuse/core').useFullscreen
193
+ const useGamepad: typeof import('@vueuse/core').useGamepad
194
+ const useGeolocation: typeof import('@vueuse/core').useGeolocation
195
+ const useId: typeof import('vue').useId
196
+ const useIdle: typeof import('@vueuse/core').useIdle
197
+ const useImage: typeof import('@vueuse/core').useImage
198
+ const useInfiniteScroll: typeof import('@vueuse/core').useInfiniteScroll
199
+ const useIntersectionObserver: typeof import('@vueuse/core').useIntersectionObserver
200
+ const useInterval: typeof import('@vueuse/core').useInterval
201
+ const useIntervalFn: typeof import('@vueuse/core').useIntervalFn
202
+ const useKeyModifier: typeof import('@vueuse/core').useKeyModifier
203
+ const useLastChanged: typeof import('@vueuse/core').useLastChanged
204
+ const useLocalStorage: typeof import('@vueuse/core').useLocalStorage
205
+ const useMagicKeys: typeof import('@vueuse/core').useMagicKeys
206
+ const useManualRefHistory: typeof import('@vueuse/core').useManualRefHistory
207
+ const useMediaControls: typeof import('@vueuse/core').useMediaControls
208
+ const useMediaQuery: typeof import('@vueuse/core').useMediaQuery
209
+ const useMemoize: typeof import('@vueuse/core').useMemoize
210
+ const useMemory: typeof import('@vueuse/core').useMemory
211
+ const useModel: typeof import('vue').useModel
212
+ const useMounted: typeof import('@vueuse/core').useMounted
213
+ const useMouse: typeof import('@vueuse/core').useMouse
214
+ const useMouseInElement: typeof import('@vueuse/core').useMouseInElement
215
+ const useMousePressed: typeof import('@vueuse/core').useMousePressed
216
+ const useMutationObserver: typeof import('@vueuse/core').useMutationObserver
217
+ const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage
218
+ const useNetwork: typeof import('@vueuse/core').useNetwork
219
+ const useNow: typeof import('@vueuse/core').useNow
220
+ const useObjectUrl: typeof import('@vueuse/core').useObjectUrl
221
+ const useOffsetPagination: typeof import('@vueuse/core').useOffsetPagination
222
+ const useOnline: typeof import('@vueuse/core').useOnline
223
+ const usePageLeave: typeof import('@vueuse/core').usePageLeave
224
+ const useParallax: typeof import('@vueuse/core').useParallax
225
+ const useParentElement: typeof import('@vueuse/core').useParentElement
226
+ const usePerformanceObserver: typeof import('@vueuse/core').usePerformanceObserver
227
+ const usePermission: typeof import('@vueuse/core').usePermission
228
+ const usePointer: typeof import('@vueuse/core').usePointer
229
+ const usePointerLock: typeof import('@vueuse/core').usePointerLock
230
+ const usePointerSwipe: typeof import('@vueuse/core').usePointerSwipe
231
+ const usePreferredColorScheme: typeof import('@vueuse/core').usePreferredColorScheme
232
+ const usePreferredContrast: typeof import('@vueuse/core').usePreferredContrast
233
+ const usePreferredDark: typeof import('@vueuse/core').usePreferredDark
234
+ const usePreferredLanguages: typeof import('@vueuse/core').usePreferredLanguages
235
+ const usePreferredReducedMotion: typeof import('@vueuse/core').usePreferredReducedMotion
236
+ const usePreferredReducedTransparency: typeof import('@vueuse/core').usePreferredReducedTransparency
237
+ const usePrevious: typeof import('@vueuse/core').usePrevious
238
+ const useRafFn: typeof import('@vueuse/core').useRafFn
239
+ const useRefHistory: typeof import('@vueuse/core').useRefHistory
240
+ const useResizeObserver: typeof import('@vueuse/core').useResizeObserver
241
+ const useSSRWidth: typeof import('@vueuse/core').useSSRWidth
242
+ const useScreenOrientation: typeof import('@vueuse/core').useScreenOrientation
243
+ const useScreenSafeArea: typeof import('@vueuse/core').useScreenSafeArea
244
+ const useScriptTag: typeof import('@vueuse/core').useScriptTag
245
+ const useScroll: typeof import('@vueuse/core').useScroll
246
+ const useScrollLock: typeof import('@vueuse/core').useScrollLock
247
+ const useSessionStorage: typeof import('@vueuse/core').useSessionStorage
248
+ const useShare: typeof import('@vueuse/core').useShare
249
+ const useSlots: typeof import('vue').useSlots
250
+ const useSorted: typeof import('@vueuse/core').useSorted
251
+ const useSpeechRecognition: typeof import('@vueuse/core').useSpeechRecognition
252
+ const useSpeechSynthesis: typeof import('@vueuse/core').useSpeechSynthesis
253
+ const useStepper: typeof import('@vueuse/core').useStepper
254
+ const useStorage: typeof import('@vueuse/core').useStorage
255
+ const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
256
+ const useStyleTag: typeof import('@vueuse/core').useStyleTag
257
+ const useSupported: typeof import('@vueuse/core').useSupported
258
+ const useSwipe: typeof import('@vueuse/core').useSwipe
259
+ const useTemplateRef: typeof import('vue').useTemplateRef
260
+ const useTemplateRefsList: typeof import('@vueuse/core').useTemplateRefsList
261
+ const useTextDirection: typeof import('@vueuse/core').useTextDirection
262
+ const useTextSelection: typeof import('@vueuse/core').useTextSelection
263
+ const useTextareaAutosize: typeof import('@vueuse/core').useTextareaAutosize
264
+ const useThrottle: typeof import('@vueuse/core').useThrottle
265
+ const useThrottleFn: typeof import('@vueuse/core').useThrottleFn
266
+ const useThrottledRefHistory: typeof import('@vueuse/core').useThrottledRefHistory
267
+ const useTimeAgo: typeof import('@vueuse/core').useTimeAgo
268
+ const useTimeAgoIntl: typeof import('@vueuse/core').useTimeAgoIntl
269
+ const useTimeout: typeof import('@vueuse/core').useTimeout
270
+ const useTimeoutFn: typeof import('@vueuse/core').useTimeoutFn
271
+ const useTimeoutPoll: typeof import('@vueuse/core').useTimeoutPoll
272
+ const useTimestamp: typeof import('@vueuse/core').useTimestamp
273
+ const useTitle: typeof import('@vueuse/core').useTitle
274
+ const useToNumber: typeof import('@vueuse/core').useToNumber
275
+ const useToString: typeof import('@vueuse/core').useToString
276
+ const useToggle: typeof import('@vueuse/core').useToggle
277
+ const useTransition: typeof import('@vueuse/core').useTransition
278
+ const useUrlSearchParams: typeof import('@vueuse/core').useUrlSearchParams
279
+ const useUserMedia: typeof import('@vueuse/core').useUserMedia
280
+ const useVModel: typeof import('@vueuse/core').useVModel
281
+ const useVModels: typeof import('@vueuse/core').useVModels
282
+ const useVibrate: typeof import('@vueuse/core').useVibrate
283
+ const useVirtualList: typeof import('@vueuse/core').useVirtualList
284
+ const useWakeLock: typeof import('@vueuse/core').useWakeLock
285
+ const useWebNotification: typeof import('@vueuse/core').useWebNotification
286
+ const useWebSocket: typeof import('@vueuse/core').useWebSocket
287
+ const useWebWorker: typeof import('@vueuse/core').useWebWorker
288
+ const useWebWorkerFn: typeof import('@vueuse/core').useWebWorkerFn
289
+ const useWindowFocus: typeof import('@vueuse/core').useWindowFocus
290
+ const useWindowScroll: typeof import('@vueuse/core').useWindowScroll
291
+ const useWindowSize: typeof import('@vueuse/core').useWindowSize
292
+ const watch: typeof import('vue').watch
293
+ const watchArray: typeof import('@vueuse/core').watchArray
294
+ const watchAtMost: typeof import('@vueuse/core').watchAtMost
295
+ const watchDebounced: typeof import('@vueuse/core').watchDebounced
296
+ const watchDeep: typeof import('@vueuse/core').watchDeep
297
+ const watchEffect: typeof import('vue').watchEffect
298
+ const watchIgnorable: typeof import('@vueuse/core').watchIgnorable
299
+ const watchImmediate: typeof import('@vueuse/core').watchImmediate
300
+ const watchOnce: typeof import('@vueuse/core').watchOnce
301
+ const watchPausable: typeof import('@vueuse/core').watchPausable
302
+ const watchPostEffect: typeof import('vue').watchPostEffect
303
+ const watchSyncEffect: typeof import('vue').watchSyncEffect
304
+ const watchThrottled: typeof import('@vueuse/core').watchThrottled
305
+ const watchTriggerable: typeof import('@vueuse/core').watchTriggerable
306
+ const watchWithFilter: typeof import('@vueuse/core').watchWithFilter
307
+ const whenever: typeof import('@vueuse/core').whenever
296
308
  }
297
309
  // for type re-export
298
310
  declare global {
299
311
  // @ts-ignore
300
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
312
+ export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
301
313
  import('vue')
302
314
  }