@26lights/orcha 0.34.15 → 0.34.16
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 +6 -2
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8221,7 +8221,9 @@ const h1 = /* @__PURE__ */ J({
|
|
|
8221
8221
|
},
|
|
8222
8222
|
emits: ["update:activity", "close", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
|
|
8223
8223
|
setup(t, { emit: e }) {
|
|
8224
|
-
const a = t
|
|
8224
|
+
const a = t;
|
|
8225
|
+
console.log({ actiProps: a });
|
|
8226
|
+
const n = (f) => {
|
|
8225
8227
|
e("update:activity", {
|
|
8226
8228
|
id: a.activity.id,
|
|
8227
8229
|
name: f
|
|
@@ -10495,7 +10497,9 @@ const N8 = /* @__PURE__ */ J({
|
|
|
10495
10497
|
},
|
|
10496
10498
|
emits: ["update:activity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
|
|
10497
10499
|
setup(t, { emit: e }) {
|
|
10498
|
-
const a = t
|
|
10500
|
+
const a = t;
|
|
10501
|
+
console.log({ props: a });
|
|
10502
|
+
const n = k(() => {
|
|
10499
10503
|
var y;
|
|
10500
10504
|
return (y = a.phases) == null ? void 0 : y.find((h) => h.id === a.phaseId);
|
|
10501
10505
|
}), s = k(
|