@26lights/orcha 0.41.128 → 0.41.130

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
@@ -8437,7 +8437,6 @@ const Ss = /* @__PURE__ */ X({
8437
8437
  }), l = M({
8438
8438
  get() {
8439
8439
  var D;
8440
- console.log("props.timeTrackingData"), console.log(JSON.stringify(a.timeTrackingData, null, 2));
8441
8440
  const k = (D = a.timeTrackingData) == null ? void 0 : D[a.activity.id];
8442
8441
  return (k == null ? void 0 : k.timeSpent) ?? 0;
8443
8442
  },
@@ -12167,7 +12166,8 @@ const g4 = /* @__PURE__ */ X({
12167
12166
  project: {},
12168
12167
  userId: {},
12169
12168
  isEditable: { type: Boolean },
12170
- attachmentEnabled: { type: Boolean }
12169
+ attachmentEnabled: { type: Boolean },
12170
+ timeTrackingData: {}
12171
12171
  },
12172
12172
  emits: ["update:activity", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
12173
12173
  setup(t, { emit: e }) {
@@ -12184,7 +12184,7 @@ const g4 = /* @__PURE__ */ X({
12184
12184
  return (m = n.value) == null ? void 0 : m.find(($) => $.id === a.milestoneId);
12185
12185
  }), o = M(() => {
12186
12186
  var m;
12187
- return (m = a.activities) == null ? void 0 : m.find(($) => $.id === a.activityId);
12187
+ return console.log("=== AoProjectOverviewActivityDetails debug ==="), console.log("props.timeTrackingData:", JSON.stringify(a.timeTrackingData, null, 2)), console.log("props.activityId:", a.activityId), (m = a.activities) == null ? void 0 : m.find(($) => $.id === a.activityId);
12188
12188
  }), l = (m) => {
12189
12189
  e("update:activity", m);
12190
12190
  }, r = (m) => {
@@ -12221,6 +12221,7 @@ const g4 = /* @__PURE__ */ X({
12221
12221
  "is-editable": m.isEditable,
12222
12222
  "attachment-enabled": m.attachmentEnabled,
12223
12223
  projects: [m.project],
12224
+ "time-tracking-data": m.timeTrackingData,
12224
12225
  onClose: m.$router.back,
12225
12226
  "onUpdate:activity": l,
12226
12227
  onAddSubtask: r,
@@ -12236,7 +12237,7 @@ const g4 = /* @__PURE__ */ X({
12236
12237
  se(m.$slots, "default", ha(ma(_)))
12237
12238
  ]),
12238
12239
  _: 3
12239
- }, 8, ["activity", "activity-types", "milestone-id", "template-activities", "users", "user-id", "is-task-checkable", "statuses", "breadcrumbs", "is-editable", "attachment-enabled", "projects", "onClose"])) : E("", !0);
12240
+ }, 8, ["activity", "activity-types", "milestone-id", "template-activities", "users", "user-id", "is-task-checkable", "statuses", "breadcrumbs", "is-editable", "attachment-enabled", "projects", "time-tracking-data", "onClose"])) : E("", !0);
12240
12241
  };
12241
12242
  }
12242
12243
  }), C4 = { class: "ao-col-header" }, _4 = /* @__PURE__ */ X({