@vunk/form 2.9.2 → 2.9.3

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.
@@ -400,6 +400,7 @@ var _sfc_main = vue.defineComponent({
400
400
  file.uid = elementPlus.genFileId();
401
401
  uploadRef.value?.handleStart(file);
402
402
  });
403
+ uploadRef.value?.submit();
403
404
  };
404
405
  if (props2.confirmExceed) {
405
406
  elementPlus.ElMessageBox.confirm(
@@ -396,6 +396,7 @@ var _sfc_main = defineComponent({
396
396
  file.uid = genFileId();
397
397
  uploadRef.value?.handleStart(file);
398
398
  });
399
+ uploadRef.value?.submit();
399
400
  };
400
401
  if (props2.confirmExceed) {
401
402
  ElMessageBox.confirm(
@@ -219,11 +219,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
219
219
  abort: AnyFunc;
220
220
  clearFiles: AnyFunc;
221
221
  handleStart: Func<File>;
222
+ submit: AnyFunc;
222
223
  }, {
223
224
  handleRemove: AnyFunc;
224
225
  abort: AnyFunc;
225
226
  clearFiles: AnyFunc;
226
227
  handleStart: Func<File>;
228
+ submit: AnyFunc;
227
229
  }>;
228
230
  handleRemove: (file: UploadFile) => void;
229
231
  readonly: import("vue").ComputedRef<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {