@26lights/orcha 0.16.0 → 0.16.1
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.es.js
CHANGED
|
@@ -8843,7 +8843,8 @@ const D9 = { class: "ao-card-feed__header" }, H9 = {
|
|
|
8843
8843
|
comments: {},
|
|
8844
8844
|
attachments: {},
|
|
8845
8845
|
tasks: {},
|
|
8846
|
-
isEditable: { type: Boolean }
|
|
8846
|
+
isEditable: { type: Boolean },
|
|
8847
|
+
isPrivate: { type: Boolean }
|
|
8847
8848
|
},
|
|
8848
8849
|
emits: ["removeAssignee", "updateActivity"],
|
|
8849
8850
|
setup(a, { emit: e }) {
|
|
@@ -8913,9 +8914,9 @@ const D9 = { class: "ao-card-feed__header" }, H9 = {
|
|
|
8913
8914
|
S(_t, {
|
|
8914
8915
|
"user-name": l(w),
|
|
8915
8916
|
"avatar-url": w.avatarUrl,
|
|
8916
|
-
"is-closable": !
|
|
8917
|
+
"is-closable": !p.isPrivate,
|
|
8917
8918
|
onClose: () => r(w.id)
|
|
8918
|
-
}, null, 8, ["user-name", "avatar-url", "onClose"])
|
|
8919
|
+
}, null, 8, ["user-name", "avatar-url", "is-closable", "onClose"])
|
|
8919
8920
|
])) : k("", !0)
|
|
8920
8921
|
], 64))), 128))
|
|
8921
8922
|
]),
|
|
@@ -9051,6 +9052,7 @@ const Q9 = { class: "ao-project-milestone" }, J9 = { class: "ao-project-mileston
|
|
|
9051
9052
|
attachments: (L = $.attachments) == null ? void 0 : L.length,
|
|
9052
9053
|
tasks: $.tasks,
|
|
9053
9054
|
"is-editable": p.isEditable,
|
|
9055
|
+
"is-private": $.private,
|
|
9054
9056
|
onClick: (U) => p.$router.push({
|
|
9055
9057
|
name: F(Re).activity,
|
|
9056
9058
|
params: { milestoneId: p.milestoneId, activityId: $.id }
|
|
@@ -9074,7 +9076,7 @@ const Q9 = { class: "ao-project-milestone" }, J9 = { class: "ao-project-mileston
|
|
|
9074
9076
|
]),
|
|
9075
9077
|
key: "0"
|
|
9076
9078
|
} : void 0
|
|
9077
|
-
]), 1032, ["id", "name", "phase-name", "milestone-name", "deadline", "important", "users", "assignee", "comments", "attachments", "tasks", "is-editable", "onClick", "onRemoveAssignee"])
|
|
9079
|
+
]), 1032, ["id", "name", "phase-name", "milestone-name", "deadline", "important", "users", "assignee", "comments", "attachments", "tasks", "is-editable", "is-private", "onClick", "onRemoveAssignee"])
|
|
9078
9080
|
];
|
|
9079
9081
|
}),
|
|
9080
9082
|
_: 1
|
|
@@ -9396,6 +9398,7 @@ const m4 = {
|
|
|
9396
9398
|
users: r.users,
|
|
9397
9399
|
assignee: u.assignee,
|
|
9398
9400
|
"is-editable": r.isEditable,
|
|
9401
|
+
"is-private": u.private,
|
|
9399
9402
|
onUpdateActivity: [
|
|
9400
9403
|
d[0] || (d[0] = (L) => r.isEditable && i(L)),
|
|
9401
9404
|
d[1] || (d[1] = (L) => r.isEditable && i)
|
|
@@ -9417,7 +9420,7 @@ const m4 = {
|
|
|
9417
9420
|
}, null, 8, ["label", "onClick"])) : k("", !0)
|
|
9418
9421
|
]),
|
|
9419
9422
|
_: 2
|
|
9420
|
-
}, 1032, ["id", "name", "project-name", "project-color", "phase-name", "milestone-name", "deadline", "rules", "tasks", "description", "important", "type", "comments", "attachments", "users", "assignee", "is-editable", "onClick", "onRemoveAssignee"])
|
|
9423
|
+
}, 1032, ["id", "name", "project-name", "project-color", "phase-name", "milestone-name", "deadline", "rules", "tasks", "description", "important", "type", "comments", "attachments", "users", "assignee", "is-editable", "is-private", "onClick", "onRemoveAssignee"])
|
|
9421
9424
|
];
|
|
9422
9425
|
}),
|
|
9423
9426
|
footer: j(() => [
|