@cj-tech-master/excelts 1.6.2-canary.20251223042142.4d33ec6 → 1.6.2-canary.20251223042922.400f6d0

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v1.6.2-canary.20251223042142.4d33ec6
2
+ * @cj-tech-master/excelts v1.6.2-canary.20251223042922.400f6d0
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2025 cjnoname
5
5
  * Released under the MIT License
@@ -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(): string | undefined;
71
- set theme(value: string | undefined);
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.20251223042142.4d33ec6",
3
+ "version": "1.6.2-canary.20251223042922.400f6d0",
4
4
  "description": "TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.",
5
5
  "private": false,
6
6
  "publishConfig": {