@26lights/orcha 0.14.6 → 0.14.7
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 +4 -4
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -9532,11 +9532,11 @@ const S4 = { class: "ao-feed" }, T4 = { class: "ao-feed__filters" }, E4 = { clas
|
|
|
9532
9532
|
t.filters.assigneeId.length > 0 && (F.assigneeId = t.filters.assigneeId[0]), t.filters.projectId.length > 0 && (F.projectId = t.filters.projectId[0]), t.filters.typeId.length > 0 && (F.typeId = t.filters.typeId[0]), d.value = !0, e("addActivity", F);
|
|
9533
9533
|
}, p = (w, Y) => {
|
|
9534
9534
|
d.value = !1, e("update:filters", { ...t.filters, [w]: Y });
|
|
9535
|
-
}, m = t.project ? [t.project] : t.projects ?? [];
|
|
9536
|
-
le([t], () => {
|
|
9535
|
+
}, m = y(() => t.project ? [t.project] : t.projects ?? []);
|
|
9536
|
+
le([m, t], () => {
|
|
9537
9537
|
console.log({ propsProject: JSON.stringify(t.project), propsProjects: JSON.stringify(t.projects), projects: JSON.stringify(m) });
|
|
9538
9538
|
});
|
|
9539
|
-
const $ = y(() => m.map((w) => ({
|
|
9539
|
+
const $ = y(() => m.value.map((w) => ({
|
|
9540
9540
|
value: w.id,
|
|
9541
9541
|
label: w.name
|
|
9542
9542
|
}))), M = y(() => {
|
|
@@ -9591,7 +9591,7 @@ const S4 = { class: "ao-feed" }, T4 = { class: "ao-feed__filters" }, E4 = { clas
|
|
|
9591
9591
|
}, ue = (w) => {
|
|
9592
9592
|
const { id: Y } = i.value || {};
|
|
9593
9593
|
Y && e("removeComment", w);
|
|
9594
|
-
}, ne = y(() => m.map((w) => ({
|
|
9594
|
+
}, ne = y(() => m.value.map((w) => ({
|
|
9595
9595
|
value: w.id,
|
|
9596
9596
|
label: w.name
|
|
9597
9597
|
}))), re = y(() => {
|