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