@vexip-ui/hooks
Advanced tools
Comparing version 2.1.1 to 2.2.0
import { BITree } from '../../common/src/utils'; | ||
import { ComponentPublicInstance } from 'vue'; | ||
import type { ComponentPublicInstance } from 'vue'; | ||
import { ComputedRef } from 'vue'; | ||
@@ -12,7 +12,9 @@ import { MaybeRef as MaybeRef_2 } from 'vue'; | ||
import type { ShiftOptions } from '@floating-ui/dom'; | ||
import { Slots } from 'vue'; | ||
import type { Slots } from 'vue'; | ||
import type { VirtualElement } from '@floating-ui/dom'; | ||
import { VNode } from 'vue'; | ||
import { VNodeChild } from 'vue'; | ||
import { VNodeNormalizedChildren } from 'vue'; | ||
import type { VNode } from 'vue'; | ||
import type { VNodeChild } from 'vue'; | ||
import type { VNodeNormalizedChildren } from 'vue'; | ||
import { watch } from 'vue'; | ||
import { WatchStopHandle } from 'vue'; | ||
@@ -430,2 +432,9 @@ export declare function addActiveThemes(themes: (string | InitThemeOptions)[]): void; | ||
export declare function watchPauseable(...args: Parameters<typeof watch>): { | ||
active: Readonly<Ref<boolean>>; | ||
pause: () => void; | ||
resume: () => void; | ||
stop: WatchStopHandle; | ||
}; | ||
export { } |
{ | ||
"name": "@vexip-ui/hooks", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "author": "qmhc", | ||
"@juggle/resize-observer": "^3.4.0", | ||
"@vexip-ui/utils": "2.5.0" | ||
"@vexip-ui/utils": "2.6.0" | ||
}, | ||
@@ -40,4 +40,7 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "vite build" | ||
"build": "vite build", | ||
"test": "vitest run", | ||
"test:cover": "vitest run --coverage", | ||
"test:dev": "vitest dev" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
652024
2919
+ Added@vexip-ui/utils@2.6.0(transitive)
- Removed@vexip-ui/utils@2.5.0(transitive)
Updated@vexip-ui/utils@2.6.0