@26lights/orcha 0.34.18 → 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(
@@ -10546,7 +10550,7 @@ const N8 = /* @__PURE__ */ J({
10546
10550
  breadcrumbs: `${(M = n.value) == null ? void 0 : M.name} / ${(w = o.value) == null ? void 0 : w.name}`,
10547
10551
  "is-editable": y.isEditable,
10548
10552
  "attachment-enabled": y.attachmentEnabled,
10549
- projects: y.project ? [y.project] : [],
10553
+ projects: [y.project],
10550
10554
  onClose: y.$router.back,
10551
10555
  "onUpdate:activity": r,
10552
10556
  onAddSubtask: l,