@libxai/board 1.5.30 → 1.5.31
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.cjs +33 -33
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +33 -33
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3355,6 +3355,7 @@ declare const ganttUtils: {
|
|
|
3355
3355
|
exportToExcel: (tasks: Task[], filename?: string, options?: {
|
|
3356
3356
|
rateMap?: Record<string, number>;
|
|
3357
3357
|
defaultRate?: number;
|
|
3358
|
+
projectName?: string;
|
|
3358
3359
|
}) => Promise<void>;
|
|
3359
3360
|
/**
|
|
3360
3361
|
* Export tasks to Microsoft Project XML format
|
package/dist/index.d.ts
CHANGED
|
@@ -3355,6 +3355,7 @@ declare const ganttUtils: {
|
|
|
3355
3355
|
exportToExcel: (tasks: Task[], filename?: string, options?: {
|
|
3356
3356
|
rateMap?: Record<string, number>;
|
|
3357
3357
|
defaultRate?: number;
|
|
3358
|
+
projectName?: string;
|
|
3358
3359
|
}) => Promise<void>;
|
|
3359
3360
|
/**
|
|
3360
3361
|
* Export tasks to Microsoft Project XML format
|