@club-employes/utopia 4.391.0 → 4.392.0
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/index.js +4 -4
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43045,8 +43045,8 @@ const JL = ["id"], VL = {
|
|
|
43045
43045
|
open: w,
|
|
43046
43046
|
reset: O
|
|
43047
43047
|
} = Kp({
|
|
43048
|
-
multiple: z,
|
|
43049
|
-
accept: k
|
|
43048
|
+
multiple: z.value,
|
|
43049
|
+
accept: k.value
|
|
43050
43050
|
}), {
|
|
43051
43051
|
isImageEditorOpen: M,
|
|
43052
43052
|
currentEditingFile: L,
|
|
@@ -43270,7 +43270,7 @@ const JL = ["id"], VL = {
|
|
|
43270
43270
|
}
|
|
43271
43271
|
}
|
|
43272
43272
|
function Me() {
|
|
43273
|
-
a.disabled || (A.value = null, w(), s("focus"));
|
|
43273
|
+
a.disabled || (A.value = null, w({ multiple: z.value, accept: k.value }), s("focus"));
|
|
43274
43274
|
}
|
|
43275
43275
|
Oe(y, (we) => {
|
|
43276
43276
|
if (we && we.length > 0) {
|
|
@@ -43929,7 +43929,7 @@ const JL = ["id"], VL = {
|
|
|
43929
43929
|
}
|
|
43930
43930
|
}), ed = {};
|
|
43931
43931
|
typeof ed == "function" && ed(p3);
|
|
43932
|
-
const QN = /* @__PURE__ */ re(p3, [["__scopeId", "data-v-
|
|
43932
|
+
const QN = /* @__PURE__ */ re(p3, [["__scopeId", "data-v-3529090e"]]), Tj = ["aria-label"], m3 = /* @__PURE__ */ le({
|
|
43933
43933
|
__name: "Accordion",
|
|
43934
43934
|
props: {
|
|
43935
43935
|
modelValue: { default: void 0 },
|