@26lights/orcha 0.7.12 → 0.7.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ActivityBase, type ActivityFeed, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User, type AddFilesPayload, type RemoveFilePayload, type
|
|
1
|
+
import { type ActivityBase, type ActivityFeed, type Milestone, type UpdateSubtaskFieldPayload, type AddSubtaskPayload, type User, type AddFilesPayload, type RemoveFilePayload, type UpdateActivityFeedPayload, Activity } from '../types/index';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
activity: {
|
|
4
4
|
type: import("vue").PropType<ActivityBase>;
|
|
@@ -28,7 +28,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
28
|
type: import("vue").PropType<User[]>;
|
|
29
29
|
};
|
|
30
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
'update:activity': (payload:
|
|
31
|
+
'update:activity': (payload: UpdateActivityFeedPayload) => void;
|
|
32
32
|
close: (args_0: void) => void;
|
|
33
33
|
addSubtask: (payload: AddSubtaskPayload) => void;
|
|
34
34
|
updateSubtask: (payload: UpdateSubtaskFieldPayload) => void;
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
}>> & {
|
|
66
66
|
onClose?: ((args_0?: void | undefined) => any) | undefined;
|
|
67
67
|
onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
|
|
68
|
-
"onUpdate:activity"?: ((payload:
|
|
68
|
+
"onUpdate:activity"?: ((payload: UpdateActivityFeedPayload) => any) | undefined;
|
|
69
69
|
onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
|
|
70
70
|
onUpdateSubtask?: ((payload: UpdateSubtaskFieldPayload) => any) | undefined;
|
|
71
71
|
onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type UpdateActivityFeedPayload, type Subtask, type User } from '../types';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
3
|
id: {
|
|
4
4
|
type: import("vue").PropType<string>;
|
|
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
40
40
|
};
|
|
41
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
removeAssignee: (assigneeId: string) => void;
|
|
43
|
-
updateActivity: (payload:
|
|
43
|
+
updateActivity: (payload: UpdateActivityFeedPayload) => void;
|
|
44
44
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
id: {
|
|
46
46
|
type: import("vue").PropType<string>;
|
|
@@ -82,7 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
82
82
|
};
|
|
83
83
|
}>> & {
|
|
84
84
|
onRemoveAssignee?: ((assigneeId: string) => any) | undefined;
|
|
85
|
-
onUpdateActivity?: ((payload:
|
|
85
|
+
onUpdateActivity?: ((payload: UpdateActivityFeedPayload) => any) | undefined;
|
|
86
86
|
}, {}, {}>, {
|
|
87
87
|
secondary?(_: {}): any;
|
|
88
88
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type UpdateActivityFeedPayload, type ChangeFeedActivitiesPayload, type Id, type ActivityStatus, type Activity, type ActivityFeedStatus } from '../types';
|
|
2
2
|
declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
3
3
|
list: Activity[];
|
|
4
4
|
status: ActivityStatus;
|
|
@@ -30,7 +30,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
30
30
|
loadMore: [void];
|
|
31
31
|
selectActivity: [activityId: Id];
|
|
32
32
|
archiveActivity: [activityId: Id];
|
|
33
|
-
updateActivity: [input:
|
|
33
|
+
updateActivity: [input: UpdateActivityFeedPayload];
|
|
34
34
|
};
|
|
35
35
|
}, "slots" | "attrs" | "emit"> | undefined, __VLS_setup?: {
|
|
36
36
|
props: {
|
|
@@ -55,7 +55,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
55
55
|
loadMore: [void];
|
|
56
56
|
selectActivity: [activityId: Id];
|
|
57
57
|
archiveActivity: [activityId: Id];
|
|
58
|
-
updateActivity: [input:
|
|
58
|
+
updateActivity: [input: UpdateActivityFeedPayload];
|
|
59
59
|
};
|
|
60
60
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
61
61
|
[key: string]: any;
|
|
@@ -83,7 +83,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
83
83
|
loadMore: [void];
|
|
84
84
|
selectActivity: [activityId: Id];
|
|
85
85
|
archiveActivity: [activityId: Id];
|
|
86
|
-
updateActivity: [input:
|
|
86
|
+
updateActivity: [input: UpdateActivityFeedPayload];
|
|
87
87
|
};
|
|
88
88
|
} | undefined;
|
|
89
89
|
};
|
|
@@ -76,11 +76,10 @@ export interface Activity extends ActivityBase {
|
|
|
76
76
|
duration?: number;
|
|
77
77
|
durationType?: DurationTypes;
|
|
78
78
|
}
|
|
79
|
-
export interface
|
|
80
|
-
|
|
81
|
-
statusId?: string;
|
|
79
|
+
export interface AddActivityFeedPayload {
|
|
80
|
+
statusId: string;
|
|
82
81
|
}
|
|
83
|
-
export interface
|
|
82
|
+
export interface UpdateActivityFeedPayload {
|
|
84
83
|
id: Id;
|
|
85
84
|
name?: string;
|
|
86
85
|
rank?: Id;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ChangeFeedActivitiesPayload, type Project, type UpdateFeedFilterPayload, type FeedFiltersMap, type User, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type Activity, type
|
|
1
|
+
import { type ChangeFeedActivitiesPayload, type Project, type UpdateFeedFilterPayload, type FeedFiltersMap, type User, type AddSubtaskPayload, type AddFilesPayload, type RemoveFilePayload, type AddCommentPayload, type UpdateCommentPayload, type RemoveCommentPayload, type Activity, type AddActivityFeedPayload, type UpdateActivityFeedPayload } from '../types';
|
|
2
2
|
import { ActivityStatus } from '../types';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
activities: {
|
|
@@ -34,10 +34,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
'change:activities': (payload: ChangeFeedActivitiesPayload) => void;
|
|
37
|
-
addActivity: (payload:
|
|
37
|
+
addActivity: (payload: AddActivityFeedPayload) => void;
|
|
38
38
|
'update:filter': (payload: UpdateFeedFilterPayload) => void;
|
|
39
39
|
selectActivity: (activityId: string | null) => void;
|
|
40
|
-
'update:activity': (payload:
|
|
40
|
+
'update:activity': (payload: UpdateActivityFeedPayload) => void;
|
|
41
41
|
archiveActivity: (activityId: string) => void;
|
|
42
42
|
'update:searchText': (value: string) => void;
|
|
43
43
|
'clear:searchText': (e: Event) => void;
|
|
@@ -83,13 +83,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
onSelectActivity?: ((activityId: string | null) => any) | undefined;
|
|
84
84
|
onArchiveActivity?: ((activityId: string) => any) | undefined;
|
|
85
85
|
onRemoveFile?: ((payload: RemoveFilePayload) => any) | undefined;
|
|
86
|
-
"onUpdate:activity"?: ((payload:
|
|
86
|
+
"onUpdate:activity"?: ((payload: UpdateActivityFeedPayload) => any) | undefined;
|
|
87
87
|
onAddSubtask?: ((payload: AddSubtaskPayload) => any) | undefined;
|
|
88
88
|
onAddFiles?: ((payload: AddFilesPayload) => any) | undefined;
|
|
89
89
|
onUpdateComment?: ((payload: UpdateCommentPayload) => any) | undefined;
|
|
90
90
|
onRemoveComment?: ((payload: RemoveCommentPayload) => any) | undefined;
|
|
91
91
|
"onChange:activities"?: ((payload: ChangeFeedActivitiesPayload) => any) | undefined;
|
|
92
|
-
onAddActivity?: ((payload:
|
|
92
|
+
onAddActivity?: ((payload: AddActivityFeedPayload) => any) | undefined;
|
|
93
93
|
"onUpdate:filter"?: ((payload: UpdateFeedFilterPayload) => any) | undefined;
|
|
94
94
|
"onUpdate:searchText"?: ((value: string) => any) | undefined;
|
|
95
95
|
"onClear:searchText"?: ((e: Event) => any) | undefined;
|