@rallie/vue
Advanced tools
Comparing version 0.8.1 to 0.9.0
@@ -5,2 +5,2 @@ import { UnwrapRef } from 'vue'; | ||
export declare function useBlockEvents<T extends Block<any, any, any>>(block: T, events: Partial<T['events']>): void; | ||
export declare function useBlockMethods<T extends CreatedBlock<any, any, any>>(block: T, methods: Partial<T['methods']>): void; | ||
export declare function useBlockMethods<T extends CreatedBlock<any, any, any, any>>(block: T, methods: Partial<T['methods']>): void; |
@@ -17,3 +17,3 @@ import type { Block, CreatedBlock } from 'rallie'; | ||
}; | ||
export declare function mixinBlockMethods<T extends CreatedBlock<any, any, any>>(block: T, methods: Partial<T['methods']>): { | ||
export declare function mixinBlockMethods<T extends CreatedBlock<any, any, any, any>>(block: T, methods: Partial<T['methods']>): { | ||
methods: Partial<T["methods"]>; | ||
@@ -20,0 +20,0 @@ created(): void; |
{ | ||
"name": "@rallie/vue", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "vue binding for rallie", | ||
@@ -29,5 +29,5 @@ "author": "runnan <1608272694@qq.com>", | ||
"devDependencies": { | ||
"rallie": "^0.8.1" | ||
"rallie": "^0.9.0" | ||
}, | ||
"gitHead": "526c28e58604f2278acee490aebee1fcc1c22d91" | ||
"gitHead": "4de2d5e45af1f7842e8af55a92ffa4c8cfea8cab" | ||
} |
16182