Update API doc

pull/6877/head
GitHub Actions Bot 2024-11-26 08:02:17 +00:00
parent 442026d5f8
commit f2324edc3d
1 changed files with 7 additions and 4 deletions

View File

@ -36988,7 +36988,8 @@
"description": "When enabled, it removes component related styles in the core."
}
],
"methods": []
"methods": [],
"extendedTypes": "Omit<InputHTMLAttributes, \"size\">"
},
"InputTextSlots": {
"description": "Defines valid slots in InputText component.",
@ -49184,7 +49185,8 @@
"description": "When enabled, it removes component related styles in the core."
}
],
"methods": []
"methods": [],
"extendedTypes": "Omit<InputHTMLAttributes, \"size\">"
},
"PasswordSlots": {
"description": "Defines valid slots in Password component.",
@ -51304,7 +51306,7 @@
"name": "mode",
"optional": true,
"readonly": false,
"type": "\"determinate\" | \"indeterminate\"",
"type": "\"indeterminate\" | \"determinate\"",
"default": "determinate",
"description": "Defines the mode of the progress"
},
@ -64958,7 +64960,8 @@
"description": "When enabled, it removes component related styles in the core."
}
],
"methods": []
"methods": [],
"extendedTypes": "Omit<InputHTMLAttributes, \"size\">"
},
"TextareaSlots": {
"description": "Defines valid slots in Textarea component.",