@26lights/orcha 0.32.5 → 0.32.6

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
@@ -9656,7 +9656,7 @@ const R4 = { class: "ao-feed" }, U4 = { class: "ao-feed__filters" }, j4 = { clas
9656
9656
  emits: ["change:activities", "addActivity", "update:filters", "selectActivity", "update:activity", "archiveActivity", "unarchiveActivity", "update:searchText", "clear:searchText", "update:showsArchivedActivities", "update:showsOnlyImportant", "addSubtask", "updateSubtask", "deleteSubtask", "addFiles", "removeFile", "addComment", "updateComment", "removeComment"],
9657
9657
  setup(a, { emit: e }) {
9658
9658
  const t = a, { t: n } = it(), s = pt(t, "activities"), o = x(), i = async ($) => {
9659
- o.value = $ ? await t.fetchActivity($) : null, await e("selectActivity", $);
9659
+ await e("selectActivity", $), o.value = $ ? await t.fetchActivity($) : null, console.log({ selectedActivity: o.value });
9660
9660
  }, l = x({}), u = x(!1), r = x(!1);
9661
9661
  ce(
9662
9662
  [() => t.statuses, () => t.activities, () => t.initialActivityId],