Update API doc
parent
eac0bfe591
commit
6284b031eb
|
@ -210,7 +210,7 @@
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "null | string | string[]",
|
"type": "null | string | number | string[] | number[]",
|
||||||
"default": "null",
|
"default": "null",
|
||||||
"description": "Value of the active panel or an array of values in multiple mode."
|
"description": "Value of the active panel or an array of values in multiple mode."
|
||||||
},
|
},
|
||||||
|
@ -1209,7 +1209,7 @@
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "undefined | string | number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Unique value of item."
|
"description": "Unique value of item."
|
||||||
},
|
},
|
||||||
|
@ -1838,7 +1838,7 @@
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "null | Element | Document",
|
"type": "null | Document | Element",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Specifies the `root` option of the IntersectionObserver API"
|
"description": "Specifies the `root` option of the IntersectionObserver API"
|
||||||
},
|
},
|
||||||
|
@ -58137,7 +58137,7 @@
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string | number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Value of tab."
|
"description": "Value of tab."
|
||||||
},
|
},
|
||||||
|
@ -59311,7 +59311,7 @@
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string | number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Value of tabpanel."
|
"description": "Value of tabpanel."
|
||||||
},
|
},
|
||||||
|
@ -59993,7 +59993,7 @@
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string | number",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Value of the active tab."
|
"description": "Value of the active tab."
|
||||||
},
|
},
|
||||||
|
|
1670
pnpm-lock.yaml
1670
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue