@26lights/orcha 0.41.132 → 0.41.134
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 +2 -2
- package/dist/orcha.es.js +4564 -4534
- package/dist/orcha.umd.js +2 -2
- package/dist/src/components/AoCardProjectItemMilestone.vue.d.ts +7 -1
- package/dist/src/components/AoCardProjectItemPhase.vue.d.ts +7 -1
- package/dist/src/components/AoCondensedCardProjectItemPhase.vue.d.ts +7 -1
- package/dist/src/components/AoProjectPhase.vue.d.ts +7 -1
- package/dist/src/components/AoProjectPhases.vue.d.ts +7 -1
- package/dist/src/views/AoProjectOverviewMilestoneDetails.vue.d.ts +3 -5
- package/dist/src/views/AoProjectOverviewProject.vue.d.ts +7 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Activity, ActivityStatus, UpdateMilestonePayload, type User } from '../types';
|
|
1
|
+
import { type Activity, ActivityStatus, UpdateMilestonePayload, type User, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -41,6 +41,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
readonly: {
|
|
42
42
|
type: import("vue").PropType<boolean>;
|
|
43
43
|
};
|
|
44
|
+
timeTrackingData: {
|
|
45
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
46
|
+
};
|
|
44
47
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
48
|
updateMilestone: (payload: UpdateMilestonePayload) => void;
|
|
46
49
|
archiveMilestone: (payload: {
|
|
@@ -91,6 +94,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
91
94
|
readonly: {
|
|
92
95
|
type: import("vue").PropType<boolean>;
|
|
93
96
|
};
|
|
97
|
+
timeTrackingData: {
|
|
98
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
99
|
+
};
|
|
94
100
|
}>> & {
|
|
95
101
|
onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
|
|
96
102
|
onArchiveMilestone?: ((payload: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Milestone } from '../types';
|
|
1
|
+
import { type Milestone, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -25,6 +25,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
color: {
|
|
26
26
|
type: import("vue").PropType<string>;
|
|
27
27
|
};
|
|
28
|
+
timeTrackingData: {
|
|
29
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
30
|
+
};
|
|
28
31
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
32
|
'update:title': (v: string) => void;
|
|
30
33
|
'update:deadline': (v: string) => void;
|
|
@@ -64,6 +67,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
67
|
color: {
|
|
65
68
|
type: import("vue").PropType<string>;
|
|
66
69
|
};
|
|
70
|
+
timeTrackingData: {
|
|
71
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
72
|
+
};
|
|
67
73
|
}>> & {
|
|
68
74
|
"onUpdate:title"?: ((v: string) => any) | undefined;
|
|
69
75
|
onUpdatePhase?: ((payload: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Milestone } from '../types';
|
|
1
|
+
import { type Milestone, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -25,6 +25,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
color: {
|
|
26
26
|
type: import("vue").PropType<string>;
|
|
27
27
|
};
|
|
28
|
+
timeTrackingData: {
|
|
29
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
30
|
+
};
|
|
28
31
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
32
|
'update:title': (v: string) => void;
|
|
30
33
|
'update:deadline': (v: string) => void;
|
|
@@ -64,6 +67,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
67
|
color: {
|
|
65
68
|
type: import("vue").PropType<string>;
|
|
66
69
|
};
|
|
70
|
+
timeTrackingData: {
|
|
71
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
72
|
+
};
|
|
67
73
|
}>> & {
|
|
68
74
|
"onUpdate:title"?: ((v: string) => any) | undefined;
|
|
69
75
|
onUpdatePhase?: ((payload: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Phase, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus, type User } from '../types';
|
|
1
|
+
import { type Phase, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus, type User, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
phase: {
|
|
4
4
|
type: import("vue").PropType<Phase>;
|
|
@@ -18,6 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly: {
|
|
19
19
|
type: import("vue").PropType<boolean>;
|
|
20
20
|
};
|
|
21
|
+
timeTrackingData: {
|
|
22
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
23
|
+
};
|
|
21
24
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
25
|
addMilestone: (payload: AddMilestonePayload) => void;
|
|
23
26
|
updateMilestone: (payload: UpdateMilestonePayload) => void;
|
|
@@ -53,6 +56,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
56
|
readonly: {
|
|
54
57
|
type: import("vue").PropType<boolean>;
|
|
55
58
|
};
|
|
59
|
+
timeTrackingData: {
|
|
60
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
61
|
+
};
|
|
56
62
|
}>> & {
|
|
57
63
|
onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
|
|
58
64
|
onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ActivityStatus, type AddMilestonePayload, type AddPhasePayload, type Phase, type UpdateMilestonePayload, type UpdatePhasePayload, type User } from '../types';
|
|
1
|
+
import { type ActivityStatus, type AddMilestonePayload, type AddPhasePayload, type Phase, type UpdateMilestonePayload, type UpdatePhasePayload, type User, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
phases: {
|
|
4
4
|
type: import("vue").PropType<Phase[]>;
|
|
@@ -18,6 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly: {
|
|
19
19
|
type: import("vue").PropType<boolean>;
|
|
20
20
|
};
|
|
21
|
+
timeTrackingData: {
|
|
22
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
23
|
+
};
|
|
21
24
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
25
|
addMilestone: (payload: AddMilestonePayload) => void;
|
|
23
26
|
updateMilestone: (payload: UpdateMilestonePayload) => void;
|
|
@@ -54,6 +57,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
57
|
readonly: {
|
|
55
58
|
type: import("vue").PropType<boolean>;
|
|
56
59
|
};
|
|
60
|
+
timeTrackingData: {
|
|
61
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
62
|
+
};
|
|
57
63
|
}>> & {
|
|
58
64
|
onAddMilestone?: ((payload: AddMilestonePayload) => any) | undefined;
|
|
59
65
|
onUpdateMilestone?: ((payload: UpdateMilestonePayload) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ActivityStatus, type AddActivityPayload, type Phase, type StartTimerPayload, type UpdateActivityPayload, type UpdateMilestonePayload, type User } from '../types';
|
|
1
|
+
import { type ActivityStatus, type AddActivityPayload, type Phase, type StartTimerPayload, type UpdateActivityPayload, type UpdateMilestonePayload, type User, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
milestoneId: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -27,8 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
timeTrackingData: {
|
|
30
|
-
type: import("vue").PropType<TimeTracking
|
|
31
|
-
required: true;
|
|
30
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
32
31
|
};
|
|
33
32
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
33
|
close: (e: Event) => void;
|
|
@@ -70,8 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
70
69
|
required: true;
|
|
71
70
|
};
|
|
72
71
|
timeTrackingData: {
|
|
73
|
-
type: import("vue").PropType<TimeTracking
|
|
74
|
-
required: true;
|
|
72
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
75
73
|
};
|
|
76
74
|
}>> & {
|
|
77
75
|
onClose?: ((e: Event) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Project, type User, type AddActivityPayload, type UpdateActivityPayload, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type AddPhasePayload, type AddMilestonePayload, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type Subtask, type ActivityStatus, type UpdateSubtaskFieldPayload, type Activity, type ActivityType, type SaveTemplatePayload } from '../types';
|
|
1
|
+
import { type Project, type User, type AddActivityPayload, type UpdateActivityPayload, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type AddPhasePayload, type AddMilestonePayload, type Phase, type ApplyTemplatePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type Subtask, type ActivityStatus, type UpdateSubtaskFieldPayload, type Activity, type ActivityType, type SaveTemplatePayload, type TimeTracking } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
project: {
|
|
4
4
|
type: import("vue").PropType<Project>;
|
|
@@ -50,6 +50,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
50
50
|
type: import("vue").PropType<boolean>;
|
|
51
51
|
required: true;
|
|
52
52
|
};
|
|
53
|
+
timeTrackingData: {
|
|
54
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
55
|
+
};
|
|
53
56
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
57
|
addPhase: (payload: AddPhasePayload) => void;
|
|
55
58
|
updatePhase: (payload: UpdatePhasePayload) => void;
|
|
@@ -142,6 +145,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
142
145
|
type: import("vue").PropType<boolean>;
|
|
143
146
|
required: true;
|
|
144
147
|
};
|
|
148
|
+
timeTrackingData: {
|
|
149
|
+
type: import("vue").PropType<Record<string, TimeTracking>>;
|
|
150
|
+
};
|
|
145
151
|
}>> & {
|
|
146
152
|
onArchiveActivity?: ((payload: {
|
|
147
153
|
id: string;
|