Skip to content

Commit ca0acc5

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/TSJS-lib-generator into updateXML
2 parents f356f1d + 6d23139 commit ca0acc5

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5766,6 +5766,7 @@ interface HTMLInputElement extends HTMLElement {
57665766
* Returns whether an element will successfully validate based on forms validation rules and constraints.
57675767
*/
57685768
willValidate: boolean;
5769+
minLength: number;
57695770
/**
57705771
* Returns whether a form will validate when it is submitted, without having to submit it.
57715772
*/
@@ -7270,6 +7271,7 @@ interface HTMLTextAreaElement extends HTMLElement {
72707271
* Sets or retrieves how to handle wordwrapping in the object.
72717272
*/
72727273
wrap: string;
7274+
minLength: number;
72737275
/**
72747276
* Returns whether a form will validate when it is submitted, without having to submit it.
72757277
*/

inputfiles/addedTypes.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,17 @@
372372
"kind": "interface",
373373
"name": "IDBArrayKey",
374374
"extends": "Array<IDBValidKey>"
375+
},
376+
{
377+
"kind": "property",
378+
"interface": "HTMLInputElement",
379+
"name": "minLength",
380+
"type": "number"
381+
},
382+
{
383+
"kind": "property",
384+
"interface": "HTMLTextAreaElement",
385+
"name": "minLength",
386+
"type": "number"
375387
}
376388
]

inputfiles/comments.json

-138 KB
Binary file not shown.

0 commit comments

Comments
 (0)