diff --git a/components/lib/column/column.d.ts b/components/lib/column/column.d.ts index 3451bd8f05..ae54faca6f 100644 --- a/components/lib/column/column.d.ts +++ b/components/lib/column/column.d.ts @@ -328,6 +328,14 @@ export interface ColumnPassThroughOptions { * Uses to pass attributes to the row editor edit icon's DOM element. */ rowEditorEditIcon?: ColumnPassThroughType | React.HTMLAttributes>; + /** + * Uses to pass attributes to the row editor save button's DOM element. + */ + rowEditorSaveButton?: ColumnPassThroughType>; + /** + * Uses to pass attributes to the row editor save icon's DOM element. + */ + rowEditorSaveIcon?: ColumnPassThroughType | React.HTMLAttributes>; /** * Uses to pass attributes to the row editor cancel button's DOM element. */ diff --git a/package-lock.json b/package-lock.json index 031bfaa3e3..e3fc717911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "10.0.7", + "version": "10.0.8-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primereact", - "version": "10.0.7", + "version": "10.0.8-SNAPSHOT", "dependencies": { "@docsearch/react": "3.5.2", "chart.js": "4.3.0",