@kanbang/plugin-options-vue3
Advanced tools
Comparing version 1.10.3 to 1.10.5
@@ -5,3 +5,8 @@ import { Vue } from "vue-property-decorator"; | ||
name: string; | ||
editMode: boolean; | ||
tempValue: string; | ||
get listeners(): any; | ||
setValue(newValue: String): void; | ||
enterEditMode(): Promise<void>; | ||
leaveEditMode(): void; | ||
} |
{ | ||
"name": "@kanbang/plugin-options-vue3", | ||
"version": "1.10.3", | ||
"version": "1.10.5", | ||
"description": "This plugin adds a set of predefined option components to the renderer-vue plugin for BaklavaJS", | ||
@@ -5,0 +5,0 @@ "author": "zhai", |
Sorry, the diff of this file is too big to display
118562
2410