jenesius-vue-form
Advanced tools
Comparing version 2.1.14 to 2.1.15
declare const STORE: IStore; | ||
declare type defineInputTypes = 'text' | 'select' | 'radio' | 'checkbox' | 'switch' | 'password' | 'tel' | 'number' | 'range'; | ||
declare type defineInputTypes = 'text' | 'select' | 'radio' | 'checkbox' | 'switch' | 'password' | 'tel' | 'number' | 'range' | 'textarea'; | ||
interface IStore { | ||
@@ -4,0 +4,0 @@ inputTypes: { |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "2.1.14", | ||
"version": "2.1.15", | ||
"description": "Heavy form system for Vue.js", | ||
@@ -5,0 +5,0 @@ "author": "Jenesius", |
Sorry, the diff of this file is too big to display
134564
3401