@masterteam/task-schedule 0.0.11 → 0.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/task-schedule",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/task-schedule",
6
6
  "linkDirectory": false,
@@ -21,9 +21,9 @@
21
21
  "primeng": "21.1.5",
22
22
  "tailwindcss": "^4.2.2",
23
23
  "tailwindcss-primeui": "^0.6.1",
24
- "@masterteam/components": "^0.0.143",
25
- "@masterteam/forms": "^0.0.66",
26
- "@masterteam/icons": "^0.0.14"
24
+ "@masterteam/icons": "^0.0.15",
25
+ "@masterteam/components": "^0.0.176",
26
+ "@masterteam/forms": "^0.0.81"
27
27
  },
28
28
  "sideEffects": false,
29
29
  "exports": {
@@ -478,7 +478,7 @@ declare class TaskScheduleActionService implements TaskScheduleActionDataAdapter
478
478
  updateOrder(context: TaskScheduleContext, payload: TaskScheduleTaskOrderUpdate[]): Observable<unknown>;
479
479
  updateProgress(context: TaskScheduleContext, taskId: number | string, payload: TaskScheduleTaskMutation): Observable<unknown>;
480
480
  applyImportedTasks(context: TaskScheduleContext, payload: TaskScheduleApplyImportPayload): Observable<unknown>;
481
- setBaseline(context: TaskScheduleContext, payload?: Record<string, unknown>): Observable<unknown>;
481
+ setBaseline(context: TaskScheduleContext, _payload?: Record<string, unknown>): Observable<unknown>;
482
482
  private submitTaskMutation;
483
483
  private buildProcessSubmitRequest;
484
484
  private buildProcessSubmitFields;