@zag-js/vue
Advanced tools
Comparing version 0.0.0-dev-20220426161156 to 0.0.0-dev-20220426164056
@@ -1,14 +0,15 @@ | ||
import type { ElementAttrs, HTMLAttributes, NativeElements } from "@vue/runtime-dom"; | ||
import * as Vue from "vue"; | ||
declare type ReservedProps = { | ||
key?: string | number | symbol; | ||
ref?: string | Vue.Ref | ((ref: Element | Vue.ComponentPublicInstance | null) => void); | ||
}; | ||
declare type Attrs<T> = T & ReservedProps; | ||
export declare type PropTypes = { | ||
button: NativeElements["button"]; | ||
input: NativeElements["input"]; | ||
output: NativeElements["output"]; | ||
textarea: NativeElements["textarea"]; | ||
label: NativeElements["label"]; | ||
p: NativeElements["p"]; | ||
ul: NativeElements["ul"]; | ||
ol: NativeElements["ol"]; | ||
li: NativeElements["li"]; | ||
element: ElementAttrs<HTMLAttributes>; | ||
button: Attrs<Vue.ButtonHTMLAttributes>; | ||
input: Attrs<Vue.InputHTMLAttributes>; | ||
output: Attrs<Vue.OutputHTMLAttributes>; | ||
label: Attrs<Vue.LabelHTMLAttributes>; | ||
element: Attrs<Vue.HTMLAttributes>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=prop-types.d.ts.map |
{ | ||
"name": "@zag-js/vue", | ||
"version": "0.0.0-dev-20220426161156", | ||
"version": "0.0.0-dev-20220426164056", | ||
"description": "The vue wrapper for zag", | ||
@@ -31,11 +31,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/core": "0.0.0-dev-20220426161156", | ||
"@zag-js/core": "0.0.0-dev-20220426164056", | ||
"valtio": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/runtime-dom": "^3.2.21", | ||
"vue": "^3.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@vue/runtime-dom": ">=3.2.0", | ||
"vue": ">=3.0.0" | ||
@@ -42,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
38970
3
1
332
+ Added@zag-js/core@0.0.0-dev-20220426164056(transitive)
- Removed@zag-js/core@0.0.0-dev-20220426161156(transitive)