@26lights/orcha 0.16.1 → 0.16.2
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 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -8848,7 +8848,9 @@ 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
|
|
8851
|
+
const t = a;
|
|
8852
|
+
console.log({ isPrivate: t.isPrivate });
|
|
8853
|
+
const s = (p) => {
|
|
8852
8854
|
e("updateActivity", {
|
|
8853
8855
|
id: t.id,
|
|
8854
8856
|
name: p
|