@26lights/orcha 0.34.17 → 0.34.19

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
@@ -9884,7 +9884,9 @@ const Xn = /* @__PURE__ */ j(t8, [["render", n8], ["__scopeId", "data-v-cbe33527
9884
9884
  },
9885
9885
  emits: ["addPhase", "updatePhase", "archivePhase", "addMilestone", "updateMilestone", "archiveMilestone", "addActivity", "update:activity", "archiveActivity", "unarchiveActivity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment", "applyTemplate", "update:showsArchived"],
9886
9886
  setup(t, { emit: e }) {
9887
- const a = t, { t: n } = At(), s = k(
9887
+ const a = t, { t: n } = At();
9888
+ console.log({ overviewProject: a.project });
9889
+ const s = k(
9888
9890
  () => a.phases.flatMap((S) => S.milestones)
9889
9891
  ), o = () => {
9890
9892
  const { name: S, rank: W } = Pt(a.phases, "phase", n);
@@ -10234,7 +10236,9 @@ const T8 = { class: "ao-project-milestone" }, S8 = { class: "ao-project-mileston
10234
10236
  },
10235
10237
  emits: ["close", "addActivity", "updateMilestone", "updateActivity", "archiveActivity", "unarchiveActivity"],
10236
10238
  setup(t, { emit: e }) {
10237
- const a = t, { t: n } = At(), s = k(() => {
10239
+ const a = t, { t: n } = At();
10240
+ console.log({ milestoneProps: { ...a } });
10241
+ const s = k(() => {
10238
10242
  var h;
10239
10243
  return (h = a.phases) == null ? void 0 : h.find((M) => M.id === a.phaseId);
10240
10244
  }), o = k(
@@ -10495,7 +10499,9 @@ const N8 = /* @__PURE__ */ J({
10495
10499
  },
10496
10500
  emits: ["update:activity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
10497
10501
  setup(t, { emit: e }) {
10498
- const a = t, n = k(() => {
10502
+ const a = t;
10503
+ console.log({ props: { ...a }, project: a.project });
10504
+ const n = k(() => {
10499
10505
  var y;
10500
10506
  return (y = a.phases) == null ? void 0 : y.find((h) => h.id === a.phaseId);
10501
10507
  }), s = k(
@@ -10544,7 +10550,7 @@ const N8 = /* @__PURE__ */ J({
10544
10550
  breadcrumbs: `${(M = n.value) == null ? void 0 : M.name} / ${(w = o.value) == null ? void 0 : w.name}`,
10545
10551
  "is-editable": y.isEditable,
10546
10552
  "attachment-enabled": y.attachmentEnabled,
10547
- projects: y.project ? [y.project] : [],
10553
+ projects: [y.project],
10548
10554
  onClose: y.$router.back,
10549
10555
  "onUpdate:activity": r,
10550
10556
  onAddSubtask: l,