@cj-tech-master/excelts 1.6.2-canary.20251223042142.4d33ec6 → 1.6.2-canary.20251224015244.0b06ae9
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.
|
@@ -67,8 +67,8 @@ declare class Table {
|
|
|
67
67
|
set headerRow(value: boolean | undefined);
|
|
68
68
|
get totalsRow(): boolean | undefined;
|
|
69
69
|
set totalsRow(value: boolean | undefined);
|
|
70
|
-
get theme():
|
|
71
|
-
set theme(value:
|
|
70
|
+
get theme(): TableStyleProperties["theme"];
|
|
71
|
+
set theme(value: TableStyleProperties["theme"]);
|
|
72
72
|
get showFirstColumn(): boolean | undefined;
|
|
73
73
|
set showFirstColumn(value: boolean | undefined);
|
|
74
74
|
get showLastColumn(): boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cj-tech-master/excelts",
|
|
3
|
-
"version": "1.6.2-canary.
|
|
3
|
+
"version": "1.6.2-canary.20251224015244.0b06ae9",
|
|
4
4
|
"description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|