@26lights/orcha 0.34.28 → 0.34.29
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.
|
@@ -8,14 +8,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: import("vue").PropType<User[]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
newComment: {
|
|
12
|
-
type: import("vue").PropType<string>;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
11
|
userId: {
|
|
16
12
|
type: import("vue").PropType<string>;
|
|
17
13
|
required: true;
|
|
18
14
|
};
|
|
15
|
+
newComment: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
19
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
20
|
createComment: (payload: {
|
|
21
21
|
authorId: string;
|
|
@@ -37,14 +37,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: import("vue").PropType<User[]>;
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
|
-
newComment: {
|
|
41
|
-
type: import("vue").PropType<string>;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
40
|
userId: {
|
|
45
41
|
type: import("vue").PropType<string>;
|
|
46
42
|
required: true;
|
|
47
43
|
};
|
|
44
|
+
newComment: {
|
|
45
|
+
type: import("vue").PropType<string>;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
48
|
}>> & {
|
|
49
49
|
onCreateComment?: ((payload: {
|
|
50
50
|
authorId: string;
|
|
@@ -3,6 +3,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
3
3
|
list: Activity[];
|
|
4
4
|
status: ActivityStatus;
|
|
5
5
|
users: User[];
|
|
6
|
+
userId?: string | undefined;
|
|
6
7
|
title?: string | undefined;
|
|
7
8
|
footerLabel?: string | undefined;
|
|
8
9
|
isLoading?: boolean | undefined;
|
|
@@ -14,6 +15,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
14
15
|
list: Activity[];
|
|
15
16
|
status: ActivityStatus;
|
|
16
17
|
users: User[];
|
|
18
|
+
userId?: string | undefined;
|
|
17
19
|
title?: string | undefined;
|
|
18
20
|
footerLabel?: string | undefined;
|
|
19
21
|
isLoading?: boolean | undefined;
|
|
@@ -46,6 +48,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
46
48
|
list: Activity[];
|
|
47
49
|
status: ActivityStatus;
|
|
48
50
|
users: User[];
|
|
51
|
+
userId?: string | undefined;
|
|
49
52
|
title?: string | undefined;
|
|
50
53
|
footerLabel?: string | undefined;
|
|
51
54
|
isLoading?: boolean | undefined;
|
|
@@ -81,6 +84,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
81
84
|
list: Activity[];
|
|
82
85
|
status: ActivityStatus;
|
|
83
86
|
users: User[];
|
|
87
|
+
userId?: string | undefined;
|
|
84
88
|
title?: string | undefined;
|
|
85
89
|
footerLabel?: string | undefined;
|
|
86
90
|
isLoading?: boolean | undefined;
|
|
@@ -20,6 +20,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
type: import("vue").PropType<User[]>;
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
|
+
userId: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
23
27
|
showsArchivedActivities: {
|
|
24
28
|
type: import("vue").PropType<boolean>;
|
|
25
29
|
required: true;
|
|
@@ -28,10 +32,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
32
|
type: import("vue").PropType<boolean>;
|
|
29
33
|
required: true;
|
|
30
34
|
};
|
|
31
|
-
userId: {
|
|
32
|
-
type: import("vue").PropType<string>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
35
|
activityTypes: {
|
|
36
36
|
type: import("vue").PropType<ActivityType[]>;
|
|
37
37
|
};
|
|
@@ -107,6 +107,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
107
107
|
type: import("vue").PropType<User[]>;
|
|
108
108
|
required: true;
|
|
109
109
|
};
|
|
110
|
+
userId: {
|
|
111
|
+
type: import("vue").PropType<string>;
|
|
112
|
+
required: true;
|
|
113
|
+
};
|
|
110
114
|
showsArchivedActivities: {
|
|
111
115
|
type: import("vue").PropType<boolean>;
|
|
112
116
|
required: true;
|
|
@@ -115,10 +119,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
115
119
|
type: import("vue").PropType<boolean>;
|
|
116
120
|
required: true;
|
|
117
121
|
};
|
|
118
|
-
userId: {
|
|
119
|
-
type: import("vue").PropType<string>;
|
|
120
|
-
required: true;
|
|
121
|
-
};
|
|
122
122
|
activityTypes: {
|
|
123
123
|
type: import("vue").PropType<ActivityType[]>;
|
|
124
124
|
};
|
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.34.
|
|
7
|
+
"version": "0.34.29",
|
|
8
8
|
"workspaces": [
|
|
9
9
|
"packages/*"
|
|
10
10
|
],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"vuedraggable": "~4.1.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@26lights/orcha": "^0.34.
|
|
30
|
+
"@26lights/orcha": "^0.34.29",
|
|
31
31
|
"@floating-ui/dom": "^1.5.3",
|
|
32
32
|
"@vueform/multiselect": "^2.6.6",
|
|
33
33
|
"@vueuse/core": "^10.8.0",
|