@26lights/orcha 0.41.133 → 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 +4422 -4395
- 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/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;
|