@26lights/orcha 0.42.122 → 0.42.124

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.
@@ -16,6 +16,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
16
16
  planningData: {
17
17
  type: import("vue").PropType<Record<string, {
18
18
  plannedManDays: number;
19
+ remainingPlannedManDays: number;
19
20
  }>>;
20
21
  default: () => {};
21
22
  };
@@ -36,6 +37,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
36
37
  planningData: {
37
38
  type: import("vue").PropType<Record<string, {
38
39
  plannedManDays: number;
40
+ remainingPlannedManDays: number;
39
41
  }>>;
40
42
  default: () => {};
41
43
  };
@@ -43,6 +45,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
43
45
  projects: Project[];
44
46
  planningData: Record<string, {
45
47
  plannedManDays: number;
48
+ remainingPlannedManDays: number;
46
49
  }>;
47
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
51
  declare const _default: typeof __VLS_publicComponent;
@@ -145,6 +145,7 @@ export interface SprintPlanningData {
145
145
  startDate: string;
146
146
  endDate: string;
147
147
  plannedManDays: number;
148
+ remainingPlannedManDays: number;
148
149
  userIds?: string[];
149
150
  }
150
151
  export declare const activityFeedStatus: {
@@ -102,6 +102,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
102
102
  sprintPlanningData: {
103
103
  type: import("vue").PropType<Record<string, {
104
104
  plannedManDays: number;
105
+ remainingPlannedManDays: number;
105
106
  }>>;
106
107
  default: () => {};
107
108
  };
@@ -241,6 +242,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
241
242
  sprintPlanningData: {
242
243
  type: import("vue").PropType<Record<string, {
243
244
  plannedManDays: number;
245
+ remainingPlannedManDays: number;
244
246
  }>>;
245
247
  default: () => {};
246
248
  };
@@ -297,6 +299,7 @@ declare const __VLS_publicComponent: import("vue").DefineComponent<import("vue")
297
299
  activitySprints: Sprint[];
298
300
  sprintPlanningData: Record<Id, {
299
301
  plannedManDays: number;
302
+ remainingPlannedManDays: number;
300
303
  }>;
301
304
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
302
305
  declare function __VLS_template(): {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.42.122",
7
+ "version": "0.42.124",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],