@libxai/board 0.13.1 → 0.13.2
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 +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2215,7 +2215,8 @@ declare const ganttUtils: {
|
|
|
2215
2215
|
autoScheduleDependents: (tasks: Task[], changedTaskId: string) => Task[];
|
|
2216
2216
|
/**
|
|
2217
2217
|
* v0.13.0: Calculate cascade preview positions for dependent tasks during drag
|
|
2218
|
-
*
|
|
2218
|
+
* v0.13.2: FIXED - Preview positions now match EXACTLY where tasks will land
|
|
2219
|
+
* Uses same logic as autoScheduleDependents: dependent starts 1 day after parent ends
|
|
2219
2220
|
* @param tasks - All tasks (nested structure)
|
|
2220
2221
|
* @param draggedTaskId - Task being dragged
|
|
2221
2222
|
* @param daysDelta - How many days the dragged task is being moved
|
package/dist/index.d.ts
CHANGED
|
@@ -2215,7 +2215,8 @@ declare const ganttUtils: {
|
|
|
2215
2215
|
autoScheduleDependents: (tasks: Task[], changedTaskId: string) => Task[];
|
|
2216
2216
|
/**
|
|
2217
2217
|
* v0.13.0: Calculate cascade preview positions for dependent tasks during drag
|
|
2218
|
-
*
|
|
2218
|
+
* v0.13.2: FIXED - Preview positions now match EXACTLY where tasks will land
|
|
2219
|
+
* Uses same logic as autoScheduleDependents: dependent starts 1 day after parent ends
|
|
2219
2220
|
* @param tasks - All tasks (nested structure)
|
|
2220
2221
|
* @param draggedTaskId - Task being dragged
|
|
2221
2222
|
* @param daysDelta - How many days the dragged task is being moved
|