@26lights/orcha 0.34.17 → 0.34.18
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 +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -10495,7 +10495,9 @@ const N8 = /* @__PURE__ */ J({
|
|
|
10495
10495
|
},
|
|
10496
10496
|
emits: ["update:activity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
|
|
10497
10497
|
setup(t, { emit: e }) {
|
|
10498
|
-
const a = t
|
|
10498
|
+
const a = t;
|
|
10499
|
+
console.log({ props: { ...a }, project: a.project });
|
|
10500
|
+
const n = k(() => {
|
|
10499
10501
|
var y;
|
|
10500
10502
|
return (y = a.phases) == null ? void 0 : y.find((h) => h.id === a.phaseId);
|
|
10501
10503
|
}), s = k(
|