@feedmepos/mf-financing 0.0.22-dev → 0.0.26-dev
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.
|
@@ -23291,7 +23291,8 @@ const uS = "chevron_left", XS = "chevron_right", pS = { class: "row" }, YS = { c
|
|
|
23291
23291
|
label: {},
|
|
23292
23292
|
accept: {},
|
|
23293
23293
|
rules: {},
|
|
23294
|
-
labelMark: {}
|
|
23294
|
+
labelMark: {},
|
|
23295
|
+
maxFileSize: {}
|
|
23295
23296
|
},
|
|
23296
23297
|
emits: ["update:modelValue"],
|
|
23297
23298
|
setup(U, { emit: l }) {
|
|
@@ -23354,8 +23355,9 @@ const uS = "chevron_left", XS = "chevron_right", pS = { class: "row" }, YS = { c
|
|
|
23354
23355
|
accept: V.value,
|
|
23355
23356
|
"content-class": "h-full",
|
|
23356
23357
|
class: "h-[200px]",
|
|
23358
|
+
"max-file-size": U.maxFileSize ?? 5e6,
|
|
23357
23359
|
onFileUpload: i
|
|
23358
|
-
}, null, 8, ["accept"])),
|
|
23360
|
+
}, null, 8, ["accept", "max-file-size"])),
|
|
23359
23361
|
P(F).length ? (Nl(), Sl("p", vS, Gd(P(F)[0]), 1)) : Bd("", !0)
|
|
23360
23362
|
]);
|
|
23361
23363
|
};
|
package/dist/app.js
CHANGED
package/dist/package.json
CHANGED