jenesius-vue-form
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -8,6 +8,11 @@ export interface Values { | ||
export declare type ValidationGuard = () => void; | ||
export interface OptionRow { | ||
export interface OptionRowWithTitle { | ||
title: string; | ||
value: any; | ||
} | ||
export interface OptionsRowWithLabel { | ||
label: string; | ||
value: any; | ||
} | ||
export declare type OptionRow = OptionRowWithTitle | OptionsRowWithLabel; | ||
export interface FormDependence { | ||
@@ -14,0 +19,0 @@ name?: string; |
{ | ||
"name": "jenesius-vue-form", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"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
156357
4022