jspreadsheet
Advanced tools
Comparing version 8.0.20 to 8.0.21
@@ -32,2 +32,4 @@ /** | ||
onchange?: Function; | ||
/** To update the state of this item **/ | ||
updateState?: Function; | ||
} | ||
@@ -47,3 +49,3 @@ | ||
/** When the user add a new item to the dropdown. */ | ||
oninsert: Function; | ||
oninsert?: Function; | ||
} | ||
@@ -55,3 +57,3 @@ | ||
/** Label for the selected item. */ | ||
value?: string; | ||
name?: string; | ||
/** Description of the item */ | ||
@@ -241,3 +243,3 @@ title?: string; | ||
/** Event: onafterchanges(jspreadsheetHTMLElement, jspreadsheetInstance) */ | ||
onafterchanges?: (element: HTMLElement, cell: HTMLElement, x: number, y: number, newValue: any, oldValue: any) => void; | ||
onafterchanges?: (worksheet: Object, record: Array<any>) => void; | ||
/** When a copy is performed in the spreadsheet. Any string returned will overwrite the user data or return null to progress with the default behavior. */ | ||
@@ -244,0 +246,0 @@ oncopy?: (worksheet: Object, selectedCells: [], data: String) => String; |
@@ -27,3 +27,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "8.0.20" | ||
"version": "8.0.21" | ||
} |
351073
2118