@vexip-ui/utils
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -353,6 +353,6 @@ import type { RendererElement } from 'vue'; | ||
prototype: Event; | ||
readonly AT_TARGET: number; | ||
readonly BUBBLING_PHASE: number; | ||
readonly CAPTURING_PHASE: number; | ||
readonly NONE: number; | ||
readonly NONE: 0; | ||
readonly CAPTURING_PHASE: 1; | ||
readonly AT_TARGET: 2; | ||
readonly BUBBLING_PHASE: 3; | ||
}): boolean; | ||
@@ -1212,2 +1212,5 @@ export { dispatchEvent_2 as dispatchEvent } | ||
/** | ||
* Whether current interaction is using touch. | ||
*/ | ||
export declare const USE_TOUCH: boolean; | ||
@@ -1214,0 +1217,0 @@ |
{ | ||
"name": "@vexip-ui/utils", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "qmhc", |
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
365177
2682