@feedmepos/mf-financing 0.0.24-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
@@ -256,7 +256,7 @@ const Ln = {
256
256
  {
257
257
  path: "/application/submission",
258
258
  name: "mf-financing-application-submission",
259
- component: () => import("./Submission-BvbhttQO.js")
259
+ component: () => import("./Submission-CvPbSLcw.js")
260
260
  }
261
261
  ];
262
262
  bn({
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-financing",
3
- "version": "0.0.24-dev",
3
+ "version": "0.0.26-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -104,4 +104,4 @@
104
104
  "vite": "^5.2.11",
105
105
  "vue-tsc": "^2.0.11"
106
106
  }
107
- }
107
+ }