@26lights/orcha 0.42.21 → 0.42.23
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 +5 -3
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8248,9 +8248,7 @@ const As = /* @__PURE__ */ Y({
|
|
|
8248
8248
|
return (i, o) => (v(), H(X(Ge), {
|
|
8249
8249
|
modelValue: s.value,
|
|
8250
8250
|
"onUpdate:modelValue": o[0] || (o[0] = (l) => s.value = l),
|
|
8251
|
-
|
|
8252
|
-
"close-on-select": !0,
|
|
8253
|
-
searchable: !0,
|
|
8251
|
+
ref: "multiselectRef",
|
|
8254
8252
|
class: "ao-multiselect",
|
|
8255
8253
|
onChange: n
|
|
8256
8254
|
}, Kt({ _: 2 }, [
|
|
@@ -8428,6 +8426,10 @@ const As = /* @__PURE__ */ Y({
|
|
|
8428
8426
|
return ((C = a.activity.assignee) == null ? void 0 : C.id) ?? null;
|
|
8429
8427
|
},
|
|
8430
8428
|
set(C) {
|
|
8429
|
+
console.log("HELLO"), e("update:activity", {
|
|
8430
|
+
id: a.activity.id,
|
|
8431
|
+
assigneeId: C ?? null
|
|
8432
|
+
});
|
|
8431
8433
|
}
|
|
8432
8434
|
}), Z = (C) => {
|
|
8433
8435
|
e("addFiles", {
|