@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.
- package/dist/orcha.cjs.js +24 -23
- package/dist/orcha.css +1 -1
- package/dist/orcha.es.js +2920 -2864
- package/dist/orcha.umd.js +22 -21
- package/dist/src/components/AoSprintMetrics.vue.d.ts +3 -0
- package/dist/src/types/index.d.ts +1 -0
- package/dist/src/views/AoFeed.vue.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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(): {
|