jspreadsheet 11.16.2 → 11.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +579 -575
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -615,7 +615,7 @@ declare namespace jspreadsheet {
|
|
|
615
615
|
/** Whether to disable the mask when editing. */
|
|
616
616
|
disabledMaskOnEdition?: boolean;
|
|
617
617
|
/** A renderer method or rule for the cell content. */
|
|
618
|
-
render?: string | ((td: HTMLElement, value: number|string, x: number, y: number, worksheet: worksheetInstance, options: Column) => void);
|
|
618
|
+
render?: string | ((td: HTMLElement, value: number|string, x: number | string, y: number | string, worksheet: worksheetInstance, options: Column) => void);
|
|
619
619
|
/** The format of the date or numbers in the cell. Default for the calendar: "DD/MM/YYYY". */
|
|
620
620
|
format?: string;
|
|
621
621
|
/** Locale for Intl.NumberFormat */
|