cee-validate
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -514,2 +514,3 @@ import { Component, Vue } from 'vue-property-decorator'; | ||
var _this = this; | ||
console.log('thes: ', this); | ||
this.$validator = { | ||
@@ -536,5 +537,8 @@ init: function (template) { | ||
var ConveniaValidator = /** @class */ (function () { | ||
function ConveniaValidator(_Vue) { | ||
function ConveniaValidator() { | ||
} | ||
ConveniaValidator.install = function (Vue$$1, options) { | ||
ConveniaValidator.prototype.install = function (Vue$$1, options) { | ||
console.log('installing, LOL: '); | ||
console.log('FormValidatorMixin: ', FormValidator); | ||
console.log('this: ', this); | ||
// We should merge the two | ||
@@ -541,0 +545,0 @@ FormValidator.options = options || defaultConfig; |
@@ -519,2 +519,3 @@ (function (global, factory) { | ||
var _this = this; | ||
console.log('thes: ', this); | ||
this.$validator = { | ||
@@ -541,5 +542,8 @@ init: function (template) { | ||
var ConveniaValidator = /** @class */ (function () { | ||
function ConveniaValidator(_Vue) { | ||
function ConveniaValidator() { | ||
} | ||
ConveniaValidator.install = function (Vue, options) { | ||
ConveniaValidator.prototype.install = function (Vue, options) { | ||
console.log('installing, LOL: '); | ||
console.log('FormValidatorMixin: ', FormValidator); | ||
console.log('this: ', this); | ||
// We should merge the two | ||
@@ -546,0 +550,0 @@ FormValidator.options = options || defaultConfig; |
export default class ConveniaValidator { | ||
constructor(_Vue: any); | ||
static install(Vue: any, options?: any): void; | ||
install(Vue: any, options?: any): void; | ||
} |
{ | ||
"name": "cee-validate", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"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
143320
1300