jenesius-vue-form
Advanced tools
Comparing version 2.0.33 to 2.0.34
@@ -6,3 +6,4 @@ export default class FormErrors extends Error { | ||
static ProxyFormWithoutName(): FormErrors; | ||
static TryToGetValueWithoutName(): FormErrors; | ||
static MergingObjectGotPrimitiveValue(): void; | ||
} |
@@ -8,4 +8,4 @@ import EventEmitter from "jenesius-event-emitter"; | ||
constructor(params: InputParams); | ||
get value(): import("../types").Values | undefined; | ||
set value(v: import("../types").Values | undefined); | ||
get value(): import("../types").Values | "" | undefined; | ||
set value(v: string | import("../types").Values | undefined); | ||
get disabled(): boolean; | ||
@@ -12,0 +12,0 @@ change(v: any): void; |
@@ -8,3 +8,4 @@ import Input from "../classes/Input"; | ||
}; | ||
updateName: (name: string) => void; | ||
input: Input; | ||
}; |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "2.0.33", | ||
"version": "2.0.34", | ||
"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
87239
1926