@zag-js/vue
Advanced tools
Comparing version 0.64.0 to 0.65.0
@@ -19,3 +19,3 @@ import * as _zag_js_core from '@zag-js/core'; | ||
declare function useActor<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject>(service: Machine<TContext, TState, TEvent>): readonly [Vue.Ref<StateMachine.State<TContext, TState, TEvent>>, (evt: StateMachine.Event<TEvent>) => void]; | ||
declare function useActor<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject>(service: Machine<TContext, TState, TEvent>): readonly [Vue.Ref<StateMachine.State<TContext, TState, TEvent>, StateMachine.State<TContext, TState, TEvent>>, (evt: StateMachine.Event<TEvent>) => void]; | ||
@@ -26,3 +26,3 @@ type MachineOptions<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject> = Omit<StateMachine.HookOptions<TContext, TState, TEvent>, "context"> & { | ||
declare function useMachine<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject>(machine: MachineSrc<TContext, TState, TEvent>, options?: MachineOptions<TContext, TState, TEvent>): readonly [Vue.Ref<StateMachine.State<TContext, TState, TEvent>>, (evt: StateMachine.Event<TEvent>) => void, _zag_js_core.Machine<TContext, TState, TEvent>]; | ||
declare function useMachine<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject>(machine: MachineSrc<TContext, TState, TEvent>, options?: MachineOptions<TContext, TState, TEvent>): readonly [Vue.Ref<StateMachine.State<TContext, TState, TEvent>, StateMachine.State<TContext, TState, TEvent>>, (evt: StateMachine.Event<TEvent>) => void, _zag_js_core.Machine<TContext, TState, TEvent>]; | ||
@@ -29,0 +29,0 @@ declare function useSnapshot<TContext extends Record<string, any>, TState extends StateMachine.StateSchema, TEvent extends StateMachine.EventObject = StateMachine.AnyEventObject>(service: Machine<TContext, TState, TEvent>, options?: MachineOptions<TContext, TState, TEvent>): Ref<StateMachine.State<TContext, TState, TEvent>>; |
{ | ||
"name": "@zag-js/vue", | ||
"version": "0.64.0", | ||
"version": "0.65.0", | ||
"description": "The vue wrapper for zag", | ||
@@ -29,10 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@zag-js/core": "0.64.0", | ||
"@zag-js/store": "0.64.0", | ||
"@zag-js/types": "0.64.0" | ||
"@zag-js/core": "0.65.0", | ||
"@zag-js/store": "0.65.0", | ||
"@zag-js/types": "0.65.0" | ||
}, | ||
"devDependencies": { | ||
"vue": "3.4.34", | ||
"vue": "3.4.35", | ||
"clean-package": "2.2.0", | ||
"@zag-js/utils": "0.64.0" | ||
"@zag-js/utils": "0.65.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
31795
+ Added@zag-js/core@0.65.0(transitive)
+ Added@zag-js/store@0.65.0(transitive)
+ Added@zag-js/types@0.65.0(transitive)
- Removed@zag-js/core@0.64.0(transitive)
- Removed@zag-js/store@0.64.0(transitive)
- Removed@zag-js/types@0.64.0(transitive)
Updated@zag-js/core@0.65.0
Updated@zag-js/store@0.65.0
Updated@zag-js/types@0.65.0