diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 52eb05647..a2f3e5c1c 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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.", diff --git a/package-lock.json b/package-lock.json index de4c24e54..8e6b3ae57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": {