jspreadsheet 10.0.26 → 10.0.27
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/createapplications.png +0 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/performancejss.gif +0 -0
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -442,7 +442,7 @@ declare namespace jspreadsheet {
|
|
|
442
442
|
|
|
443
443
|
interface Column {
|
|
444
444
|
/** Define the type of editor to use for the column. Can be a string to define a native editor, or a method to define a custom editor plugin. */
|
|
445
|
-
type?: Editor | 'autocomplete' | 'calendar' | 'checkbox' | '
|
|
445
|
+
type?: Editor | 'text' | 'number' | 'numeric' | 'percent' | 'notes' | 'dropdown' | 'autocomplete' | 'calendar' | 'color' | 'checkbox' | 'radio' | 'autonumber' | 'progressbar' | 'rating' | 'email' | 'url' | 'image' | 'html' | 'hidden' | 'tags' | 'record';
|
|
446
446
|
/** The title of the column. */
|
|
447
447
|
title?: string;
|
|
448
448
|
/** The name or path of a property when the data is a JSON object. */
|
package/package.json
CHANGED
|
Binary file
|