@@ -42,7 +42,7 @@ declare global {
4242 const createEventHook : typeof import ( '@vueuse/core' ) [ 'createEventHook' ]
4343 const createGlobalState : typeof import ( '@vueuse/core' ) [ 'createGlobalState' ]
4444 const createGraphNodes : typeof import ( './utils/store' ) [ 'createGraphNodes' ]
45- const createHooks : typeof import ( './store/index ' ) [ 'createHooks' ]
45+ const createHooks : typeof import ( './store/hooks ' ) [ 'createHooks' ]
4646 const createInjectionState : typeof import ( '@vueuse/core' ) [ 'createInjectionState' ]
4747 const createReactiveFn : typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ]
4848 const createRemoveChange : typeof import ( './utils/changes' ) [ 'createRemoveChange' ]
@@ -109,9 +109,6 @@ declare global {
109109 const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
110110 const isRect : typeof import ( './utils/graph' ) [ 'isRect' ]
111111 const isRef : typeof import ( 'vue' ) [ 'isRef' ]
112- const logicAnd : typeof import ( '@vueuse/core' ) [ 'logicAnd' ]
113- const logicNot : typeof import ( '@vueuse/core' ) [ 'logicNot' ]
114- const logicOr : typeof import ( '@vueuse/core' ) [ 'logicOr' ]
115112 const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
116113 const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
117114 const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
@@ -183,6 +180,14 @@ declare global {
183180 const updatePosition : typeof import ( './utils/drag' ) [ 'updatePosition' ]
184181 const useActions : typeof import ( './store/index' ) [ 'useActions' ]
185182 const useActiveElement : typeof import ( '@vueuse/core' ) [ 'useActiveElement' ]
183+ const useArrayEvery : typeof import ( '@vueuse/core' ) [ 'useArrayEvery' ]
184+ const useArrayFilter : typeof import ( '@vueuse/core' ) [ 'useArrayFilter' ]
185+ const useArrayFind : typeof import ( '@vueuse/core' ) [ 'useArrayFind' ]
186+ const useArrayFindIndex : typeof import ( '@vueuse/core' ) [ 'useArrayFindIndex' ]
187+ const useArrayJoin : typeof import ( '@vueuse/core' ) [ 'useArrayJoin' ]
188+ const useArrayMap : typeof import ( '@vueuse/core' ) [ 'useArrayMap' ]
189+ const useArrayReduce : typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ]
190+ const useArraySome : typeof import ( '@vueuse/core' ) [ 'useArraySome' ]
186191 const useAsyncQueue : typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ]
187192 const useAsyncState : typeof import ( '@vueuse/core' ) [ 'useAsyncState' ]
188193 const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
@@ -193,8 +198,8 @@ declare global {
193198 const useBroadcastChannel : typeof import ( '@vueuse/core' ) [ 'useBroadcastChannel' ]
194199 const useBrowserLocation : typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ]
195200 const useCached : typeof import ( '@vueuse/core' ) [ 'useCached' ]
196- const useClamp : typeof import ( '@vueuse/core' ) [ 'useClamp' ]
197201 const useClipboard : typeof import ( '@vueuse/core' ) [ 'useClipboard' ]
202+ const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
198203 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
199204 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
200205 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
@@ -276,8 +281,10 @@ declare global {
276281 const usePointer : typeof import ( '@vueuse/core' ) [ 'usePointer' ]
277282 const usePointerSwipe : typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ]
278283 const usePreferredColorScheme : typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ]
284+ const usePreferredContrast : typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ]
279285 const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
280286 const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
287+ const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
281288 const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
282289 const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
283290 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
@@ -289,15 +296,18 @@ declare global {
289296 const useSessionStorage : typeof import ( '@vueuse/core' ) [ 'useSessionStorage' ]
290297 const useShare : typeof import ( '@vueuse/core' ) [ 'useShare' ]
291298 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
299+ const useSorted : typeof import ( '@vueuse/core' ) [ 'useSorted' ]
292300 const useSpeechRecognition : typeof import ( '@vueuse/core' ) [ 'useSpeechRecognition' ]
293301 const useSpeechSynthesis : typeof import ( '@vueuse/core' ) [ 'useSpeechSynthesis' ]
294302 const useState : typeof import ( './store/index' ) [ 'useState' ]
295303 const useStepper : typeof import ( '@vueuse/core' ) [ 'useStepper' ]
296304 const useStorage : typeof import ( '@vueuse/core' ) [ 'useStorage' ]
297305 const useStorageAsync : typeof import ( '@vueuse/core' ) [ 'useStorageAsync' ]
298306 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
307+ const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
299308 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
300309 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
310+ const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
301311 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
302312 const useTextareaAutosize : typeof import ( '@vueuse/core' ) [ 'useTextareaAutosize' ]
303313 const useThrottle : typeof import ( '@vueuse/core' ) [ 'useThrottle' ]
@@ -309,6 +319,8 @@ declare global {
309319 const useTimeoutPoll : typeof import ( '@vueuse/core' ) [ 'useTimeoutPoll' ]
310320 const useTimestamp : typeof import ( '@vueuse/core' ) [ 'useTimestamp' ]
311321 const useTitle : typeof import ( '@vueuse/core' ) [ 'useTitle' ]
322+ const useToNumber : typeof import ( '@vueuse/core' ) [ 'useToNumber' ]
323+ const useToString : typeof import ( '@vueuse/core' ) [ 'useToString' ]
312324 const useToggle : typeof import ( '@vueuse/core' ) [ 'useToggle' ]
313325 const useTransition : typeof import ( '@vueuse/core' ) [ 'useTransition' ]
314326 const useUrlSearchParams : typeof import ( '@vueuse/core' ) [ 'useUrlSearchParams' ]
0 commit comments