@types/jquery.validation
Advanced tools
Comparing version 1.16.10 to 1.17.0
@@ -21,2 +21,9 @@ /// <reference types="jquery"/> | ||
/** | ||
* Use this to register additional elements to be validatable. Main use case is for validating web components. | ||
* By default, only the following elements are supported: "input", "select", "textarea", "[contenteditable]" | ||
* | ||
* default: [] | ||
*/ | ||
customElements?: string[] | undefined; | ||
/** | ||
* Use this class to create error labels, to look for existing error labels and to add it to invalid elements. | ||
@@ -23,0 +30,0 @@ * |
{ | ||
"name": "@types/jquery.validation", | ||
"version": "1.16.10", | ||
"version": "1.17.0", | ||
"description": "TypeScript definitions for jquery.validation", | ||
@@ -35,5 +35,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.validation", | ||
}, | ||
"typesPublisherContentHash": "c8eaa64b286a06eeca533506198cfcec978c1312b78ee357ca602fcbbe1ab165", | ||
"typeScriptVersion": "4.5", | ||
"typesPublisherContentHash": "936fae0d9935e513542b1a3105ad8075fd5554011acc57185e16ca4ea857deeb", | ||
"typeScriptVersion": "4.8", | ||
"nonNpm": true | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Thu, 18 Jul 2024 12:45:41 GMT | ||
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
@@ -14,0 +14,0 @@ |
17680
310