@26lights/orcha 0.16.2 → 0.16.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.
- package/dist/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +3 -5
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -8848,9 +8848,7 @@ const D9 = { class: "ao-card-feed__header" }, H9 = {
|
|
|
8848
8848
|
},
|
|
8849
8849
|
emits: ["removeAssignee", "updateActivity"],
|
|
8850
8850
|
setup(a, { emit: e }) {
|
|
8851
|
-
const t = a
|
|
8852
|
-
console.log({ isPrivate: t.isPrivate });
|
|
8853
|
-
const s = (p) => {
|
|
8851
|
+
const t = a, s = (p) => {
|
|
8854
8852
|
e("updateActivity", {
|
|
8855
8853
|
id: t.id,
|
|
8856
8854
|
name: p
|
|
@@ -8916,9 +8914,9 @@ const D9 = { class: "ao-card-feed__header" }, H9 = {
|
|
|
8916
8914
|
S(_t, {
|
|
8917
8915
|
"user-name": l(w),
|
|
8918
8916
|
"avatar-url": w.avatarUrl,
|
|
8919
|
-
"is-closable": !
|
|
8917
|
+
"is-closable": !0,
|
|
8920
8918
|
onClose: () => r(w.id)
|
|
8921
|
-
}, null, 8, ["user-name", "avatar-url", "
|
|
8919
|
+
}, null, 8, ["user-name", "avatar-url", "onClose"])
|
|
8922
8920
|
])) : k("", !0)
|
|
8923
8921
|
], 64))), 128))
|
|
8924
8922
|
]),
|