@26lights/orcha 0.42.20 → 0.42.22
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 +1 -4
- package/dist/orcha.umd.js +1 -1
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -8251,6 +8251,7 @@ const As = /* @__PURE__ */ Y({
|
|
|
8251
8251
|
mode: "tags",
|
|
8252
8252
|
"close-on-select": !0,
|
|
8253
8253
|
searchable: !0,
|
|
8254
|
+
ref: "multiselectRef",
|
|
8254
8255
|
class: "ao-multiselect",
|
|
8255
8256
|
onChange: n
|
|
8256
8257
|
}, Kt({ _: 2 }, [
|
|
@@ -8428,10 +8429,6 @@ const As = /* @__PURE__ */ Y({
|
|
|
8428
8429
|
return ((C = a.activity.assignee) == null ? void 0 : C.id) ?? null;
|
|
8429
8430
|
},
|
|
8430
8431
|
set(C) {
|
|
8431
|
-
e("update:activity", {
|
|
8432
|
-
id: a.activity.id,
|
|
8433
|
-
assigneeId: C ?? null
|
|
8434
|
-
});
|
|
8435
8432
|
}
|
|
8436
8433
|
}), Z = (C) => {
|
|
8437
8434
|
e("addFiles", {
|