@alifd/field
Advanced tools
Comparing version 1.4.6 to 1.5.0
@@ -423,3 +423,5 @@ "use strict"; | ||
validate = new _validate2.default((0, _defineProperty2.default)({}, name, rule)); | ||
validate = new _validate2.default((0, _defineProperty2.default)({}, name, rule), { | ||
messages: this.options.messages | ||
}); | ||
@@ -661,3 +663,4 @@ this._setCache(name, trigger, validate); | ||
var validate = new _validate2.default(descriptor, { | ||
first: this.options.first | ||
first: this.options.first, | ||
messages: this.options.messages | ||
}); | ||
@@ -812,3 +815,4 @@ validate.validate(values, function (errors) { | ||
validate = new _validate2.default(descriptor, { | ||
first: this.options.first | ||
first: this.options.first, | ||
messages: this.options.messages | ||
}); | ||
@@ -815,0 +819,0 @@ _context.next = 25; |
{ | ||
"name": "@alifd/field", | ||
"version": "1.4.6", | ||
"version": "1.5.0", | ||
"description": "Fields can be used to manage data when it comes to form data manipulation and validation. After being associated with a component, the form data can be automatically written back, read, and verified.", | ||
@@ -88,3 +88,3 @@ "files": [ | ||
}, | ||
"homepage": "https://unpkg.com/@alifd/field@1.4.6/build/index.html", | ||
"homepage": "https://unpkg.com/@alifd/field@1.5.0/build/index.html", | ||
"bugs": "https://github.com/alibaba-fusion/field/issues", | ||
@@ -91,0 +91,0 @@ "publishConfig": { |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1629741
4817
0