@@ -106,6 +106,9 @@ declare global {
106106 const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
107107 const isRect : typeof import ( './utils/graph' ) [ 'isRect' ]
108108 const isRef : typeof import ( 'vue' ) [ 'isRef' ]
109+ const logicAnd : typeof import ( '@vueuse/core' ) [ 'logicAnd' ]
110+ const logicNot : typeof import ( '@vueuse/core' ) [ 'logicNot' ]
111+ const logicOr : typeof import ( '@vueuse/core' ) [ 'logicOr' ]
109112 const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
110113 const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
111114 const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
@@ -176,14 +179,6 @@ declare global {
176179 const updatePosition : typeof import ( './utils/drag' ) [ 'updatePosition' ]
177180 const useActions : typeof import ( './store/actions' ) [ 'useActions' ]
178181 const useActiveElement : typeof import ( '@vueuse/core' ) [ 'useActiveElement' ]
179- const useArrayEvery : typeof import ( '@vueuse/core' ) [ 'useArrayEvery' ]
180- const useArrayFilter : typeof import ( '@vueuse/core' ) [ 'useArrayFilter' ]
181- const useArrayFind : typeof import ( '@vueuse/core' ) [ 'useArrayFind' ]
182- const useArrayFindIndex : typeof import ( '@vueuse/core' ) [ 'useArrayFindIndex' ]
183- const useArrayJoin : typeof import ( '@vueuse/core' ) [ 'useArrayJoin' ]
184- const useArrayMap : typeof import ( '@vueuse/core' ) [ 'useArrayMap' ]
185- const useArrayReduce : typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ]
186- const useArraySome : typeof import ( '@vueuse/core' ) [ 'useArraySome' ]
187182 const useAsyncQueue : typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ]
188183 const useAsyncState : typeof import ( '@vueuse/core' ) [ 'useAsyncState' ]
189184 const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
@@ -194,8 +189,8 @@ declare global {
194189 const useBroadcastChannel : typeof import ( '@vueuse/core' ) [ 'useBroadcastChannel' ]
195190 const useBrowserLocation : typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ]
196191 const useCached : typeof import ( '@vueuse/core' ) [ 'useCached' ]
192+ const useClamp : typeof import ( '@vueuse/core' ) [ 'useClamp' ]
197193 const useClipboard : typeof import ( '@vueuse/core' ) [ 'useClipboard' ]
198- const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
199194 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
200195 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
201196 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
@@ -277,10 +272,8 @@ declare global {
277272 const usePointer : typeof import ( '@vueuse/core' ) [ 'usePointer' ]
278273 const usePointerSwipe : typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ]
279274 const usePreferredColorScheme : typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ]
280- const usePreferredContrast : typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ]
281275 const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
282276 const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
283- const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
284277 const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
285278 const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
286279 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
@@ -292,18 +285,15 @@ declare global {
292285 const useSessionStorage : typeof import ( '@vueuse/core' ) [ 'useSessionStorage' ]
293286 const useShare : typeof import ( '@vueuse/core' ) [ 'useShare' ]
294287 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
295- const useSorted : typeof import ( '@vueuse/core' ) [ 'useSorted' ]
296288 const useSpeechRecognition : typeof import ( '@vueuse/core' ) [ 'useSpeechRecognition' ]
297289 const useSpeechSynthesis : typeof import ( '@vueuse/core' ) [ 'useSpeechSynthesis' ]
298290 const useState : typeof import ( './store/state' ) [ 'useState' ]
299291 const useStepper : typeof import ( '@vueuse/core' ) [ 'useStepper' ]
300292 const useStorage : typeof import ( '@vueuse/core' ) [ 'useStorage' ]
301293 const useStorageAsync : typeof import ( '@vueuse/core' ) [ 'useStorageAsync' ]
302294 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
303- const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
304295 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
305296 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
306- const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
307297 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
308298 const useTextareaAutosize : typeof import ( '@vueuse/core' ) [ 'useTextareaAutosize' ]
309299 const useThrottle : typeof import ( '@vueuse/core' ) [ 'useThrottle' ]
@@ -315,8 +305,6 @@ declare global {
315305 const useTimeoutPoll : typeof import ( '@vueuse/core' ) [ 'useTimeoutPoll' ]
316306 const useTimestamp : typeof import ( '@vueuse/core' ) [ 'useTimestamp' ]
317307 const useTitle : typeof import ( '@vueuse/core' ) [ 'useTitle' ]
318- const useToNumber : typeof import ( '@vueuse/core' ) [ 'useToNumber' ]
319- const useToString : typeof import ( '@vueuse/core' ) [ 'useToString' ]
320308 const useToggle : typeof import ( '@vueuse/core' ) [ 'useToggle' ]
321309 const useTransition : typeof import ( '@vueuse/core' ) [ 'useTransition' ]
322310 const useUrlSearchParams : typeof import ( '@vueuse/core' ) [ 'useUrlSearchParams' ]
0 commit comments