@trebco/treb 23.1.9 → 23.2.4
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/package.json +1 -1
- package/treb-bundle.css +2 -2
- package/treb-bundle.mjs +10 -10
- package/treb.d.ts +2 -2
package/treb.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! API v23.
|
|
1
|
+
/*! API v23.2. Copyright 2018-2023 trebco, llc. All rights reserved. LGPL: https://treb.app/license */
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Global instance. In the base script, this object will be created as an
|
|
@@ -187,7 +187,7 @@ export declare class EmbeddedSpreadsheet {
|
|
|
187
187
|
/**
|
|
188
188
|
* Add a sheet, optionally named.
|
|
189
189
|
*/
|
|
190
|
-
AddSheet(name?: string):
|
|
190
|
+
AddSheet(name?: string): number;
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
193
|
* Insert an annotation node. Usually this means inserting a chart. Regarding
|