Update API doc

pull/4377/head
GitHub Actions Bot 2023-09-01 13:28:20 +00:00
parent 2419ec0a45
commit 8c60b0084d
2 changed files with 10 additions and 16 deletions

View File

@ -16828,6 +16828,13 @@
"default": "download",
"description": "Name of the exported file."
},
{
"name": "exportFunction",
"optional": true,
"readonly": false,
"type": "Function",
"default": ""
},
{
"name": "resizableColumns",
"optional": true,
@ -17069,20 +17076,7 @@
"description": "When enabled, it removes component related styles in the core."
}
],
"methods": [
{
"name": "exportFunction",
"parameters": [
{
"name": "options",
"optional": false,
"type": "DataTableExportFunctionOptions"
}
],
"returnType": "any",
"description": "Custom function to export data."
}
]
"methods": []
},
"DataTableSlots": {
"description": "Defines valid slots in DataTable component.",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "primevue",
"version": "3.33.0",
"version": "3.33.1-SNAPSHOT",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "primevue",
"version": "3.33.0",
"version": "3.33.1-SNAPSHOT",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {