jenesius-vue-form
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -23,2 +23,3 @@ import EventEmitter from "jenesius-event-emitter"; | ||
static EVENT_DISABLED: string; | ||
static EVENT_WAIT: string; | ||
/** | ||
@@ -42,2 +43,4 @@ * @description. Find the parent Form. Using for subscribe elements. | ||
parentForm?: Form; | ||
set wait(v: boolean); | ||
get wait(): boolean; | ||
/** | ||
@@ -66,3 +69,2 @@ * @description Getting cast of Form.values | ||
setValues(values?: Values): void; | ||
get debug(): boolean; | ||
constructor(params?: FormParams); | ||
@@ -134,3 +136,3 @@ private markChanges; | ||
/** | ||
* @deprecated | ||
* @deprecated Use form.subscribe | ||
* */ | ||
@@ -223,3 +225,2 @@ depend(item: any): () => void; | ||
interface FormParams { | ||
debug?: boolean; | ||
name?: string; | ||
@@ -226,0 +227,0 @@ parent?: boolean; |
@@ -6,3 +6,4 @@ export default function config(params: ConfigParams): void; | ||
}; | ||
debug?: boolean; | ||
} | ||
export {}; |
@@ -7,3 +7,4 @@ declare const STORE: IStore; | ||
}; | ||
debug: boolean; | ||
} | ||
export default STORE; |
@@ -5,6 +5,8 @@ import Form from "../classes/Form"; | ||
disabled: boolean; | ||
wait: boolean; | ||
state: { | ||
changed: boolean; | ||
disabled: boolean; | ||
wait: boolean; | ||
}; | ||
}; |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Heavy form system for Vue.js", | ||
@@ -5,0 +5,0 @@ "author": "Jenesius", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156054
68
4013