cee-validate
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -213,3 +213,2 @@ import { Component, Vue } from 'vue-property-decorator'; | ||
/// <reference path="./types.ts" /> | ||
var RULES = {}; | ||
@@ -216,0 +215,0 @@ var RuleContainer = /** @class */ (function () { |
@@ -217,3 +217,2 @@ (function (global, factory) { | ||
/// <reference path="./types.ts" /> | ||
var RULES = {}; | ||
@@ -220,0 +219,0 @@ var RuleContainer = /** @class */ (function () { |
@@ -1,2 +0,1 @@ | ||
/// <reference path="types.d.ts" /> | ||
export default class Field { | ||
@@ -3,0 +2,0 @@ private _vm; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="types.d.ts" /> | ||
export default class RuleContainer { | ||
@@ -3,0 +2,0 @@ static readonly rules: { |
@@ -1,2 +0,1 @@ | ||
/// <reference path="types.d.ts" /> | ||
import { Vue as VueComponent } from 'vue-property-decorator'; | ||
@@ -3,0 +2,0 @@ import FieldBag from './fieldBag'; |
{ | ||
"name": "cee-validate", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A model-based form validation library for vue inspired by vuelidate and vee-validate.", | ||
@@ -5,0 +5,0 @@ "module": "dist/cee-validate.es5.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79028
883