@26lights/orcha 0.42.25 → 0.42.26
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
|
@@ -8237,20 +8237,18 @@ const As = /* @__PURE__ */ Y({
|
|
|
8237
8237
|
ce(
|
|
8238
8238
|
() => a.modelValue,
|
|
8239
8239
|
(i) => {
|
|
8240
|
-
|
|
8240
|
+
s.value = i ? [i] : [];
|
|
8241
8241
|
},
|
|
8242
8242
|
{ immediate: !0 }
|
|
8243
8243
|
);
|
|
8244
8244
|
function n(i) {
|
|
8245
|
-
const
|
|
8246
|
-
s.value =
|
|
8245
|
+
const l = (Array.isArray(i) ? i : i ? [i] : []).at(-1) ?? null;
|
|
8246
|
+
s.value = l ? [l] : [], e("update:modelValue", l);
|
|
8247
8247
|
}
|
|
8248
8248
|
return (i, o) => (v(), H(X(Ge), {
|
|
8249
|
-
|
|
8250
|
-
"onUpdate:modelValue": o[0] || (o[0] = (l) => s.value = l),
|
|
8251
|
-
ref: "multiselectRef",
|
|
8249
|
+
"model-value": s.value,
|
|
8252
8250
|
class: "ao-multiselect",
|
|
8253
|
-
|
|
8251
|
+
"onUpdate:modelValue": n
|
|
8254
8252
|
}, Kt({ _: 2 }, [
|
|
8255
8253
|
Ce(i.$slots, (l, r) => ({
|
|
8256
8254
|
name: r,
|
|
@@ -8258,7 +8256,7 @@ const As = /* @__PURE__ */ Y({
|
|
|
8258
8256
|
te(i.$slots, r, Gt(Xt(d ?? {})))
|
|
8259
8257
|
])
|
|
8260
8258
|
}))
|
|
8261
|
-
]), 1032, ["
|
|
8259
|
+
]), 1032, ["model-value"]));
|
|
8262
8260
|
}
|
|
8263
8261
|
}), Tv = { class: "ao-activity-details" }, Ov = { class: "ao-activity-details__main" }, Ev = { class: "ao-activity-details__header" }, Iv = {
|
|
8264
8262
|
key: 1,
|