@libxai/board 1.5.29 → 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.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