@26lights/orcha 0.35.0 → 0.35.3
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.
|
@@ -47,6 +47,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
47
47
|
isClosed: {
|
|
48
48
|
type: import("vue").PropType<boolean>;
|
|
49
49
|
};
|
|
50
|
+
isFeedView: {
|
|
51
|
+
type: import("vue").PropType<boolean>;
|
|
52
|
+
};
|
|
50
53
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
54
|
removeAssignee: (assigneeId: string) => void;
|
|
52
55
|
updateActivity: (payload: UpdateActivityPayload) => void;
|
|
@@ -98,6 +101,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
98
101
|
isClosed: {
|
|
99
102
|
type: import("vue").PropType<boolean>;
|
|
100
103
|
};
|
|
104
|
+
isFeedView: {
|
|
105
|
+
type: import("vue").PropType<boolean>;
|
|
106
|
+
};
|
|
101
107
|
}>> & {
|
|
102
108
|
onRemoveAssignee?: ((assigneeId: string) => any) | undefined;
|
|
103
109
|
onUpdateActivity?: ((payload: UpdateActivityPayload) => any) | undefined;
|
|
@@ -10,6 +10,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
10
10
|
hasMore?: boolean | undefined;
|
|
11
11
|
noMoreLabel?: string | undefined;
|
|
12
12
|
isEditable: boolean | 'only-own';
|
|
13
|
+
isFeedView: boolean;
|
|
13
14
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: Pick<{
|
|
14
15
|
props: {
|
|
15
16
|
list: Activity[];
|
|
@@ -22,6 +23,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
22
23
|
hasMore?: boolean | undefined;
|
|
23
24
|
noMoreLabel?: string | undefined;
|
|
24
25
|
isEditable: boolean | 'only-own';
|
|
26
|
+
isFeedView: boolean;
|
|
25
27
|
};
|
|
26
28
|
expose(exposed: {}): void;
|
|
27
29
|
attrs: any;
|
|
@@ -55,6 +57,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
55
57
|
hasMore?: boolean | undefined;
|
|
56
58
|
noMoreLabel?: string | undefined;
|
|
57
59
|
isEditable: boolean | 'only-own';
|
|
60
|
+
isFeedView: boolean;
|
|
58
61
|
};
|
|
59
62
|
expose(exposed: {}): void;
|
|
60
63
|
attrs: any;
|
|
@@ -91,6 +94,7 @@ declare const _default: <T extends ActivityFeedStatus>(__VLS_props: {
|
|
|
91
94
|
hasMore?: boolean | undefined;
|
|
92
95
|
noMoreLabel?: string | undefined;
|
|
93
96
|
isEditable: boolean | 'only-own';
|
|
97
|
+
isFeedView: boolean;
|
|
94
98
|
};
|
|
95
99
|
expose(exposed: {}): void;
|
|
96
100
|
attrs: any;
|
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.35.
|
|
7
|
+
"version": "0.35.3",
|
|
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.35.
|
|
30
|
+
"@26lights/orcha": "^0.35.3",
|
|
31
31
|
"@floating-ui/dom": "^1.5.3",
|
|
32
32
|
"@vueform/multiselect": "^2.6.6",
|
|
33
33
|
"@vueuse/core": "^10.8.0",
|