el-plus-crud 0.1.93 → 0.1.96
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.96](https://github.com/KDJack/el-plus-crud/compare/v0.1.95...v0.1.96) (2026-07-17)
|
|
6
|
+
|
|
7
|
+
### [0.1.95](https://github.com/KDJack/el-plus-crud/compare/v0.1.94...v0.1.95) (2026-07-17)
|
|
8
|
+
|
|
9
|
+
### [0.1.94](https://github.com/KDJack/el-plus-crud/compare/v0.1.93...v0.1.94) (2026-07-16)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* 表单校验失败时滚动到首个错误项 ([a6373f2](https://github.com/KDJack/el-plus-crud/commit/a6373f2b5fe2cc138030c9aaee366651d654292c))
|
|
15
|
+
|
|
5
16
|
### [0.1.93](https://github.com/KDJack/el-plus-crud/compare/v0.1.92...v0.1.93) (2026-07-15)
|
|
6
17
|
|
|
7
18
|
### [0.1.92](https://github.com/KDJack/el-plus-crud/compare/v0.1.91...v0.1.92) (2026-07-15)
|
package/dist/el-plus-crud.mjs
CHANGED
|
@@ -3801,7 +3801,7 @@ const ga = /* @__PURE__ */ Te(_i, [["__scopeId", "data-v-06d3d089"]]), Li = /* @
|
|
|
3801
3801
|
onExceed: S,
|
|
3802
3802
|
onPreview: I,
|
|
3803
3803
|
...ge()
|
|
3804
|
-
}), (le = u.desc) != null && le.uploadFn || ($ = l.upload) != null && $.uploadFn ? o.value.httpRequest = z : (((K = l.upload) == null ? void 0 : K.type) === "minio" && (o.value.method = "PUT"), o.value.action = i), M.value = !0;
|
|
3804
|
+
}), (le = u.desc) != null && le.uploadFn || ($ = l.upload) != null && $.uploadFn ? o.value.httpRequest = z : (((K = l.upload) == null ? void 0 : K.type) === "minio" && (o.value.method = l.upload.actionType || "PUT"), o.value.action = i), M.value = !0;
|
|
3805
3805
|
});
|
|
3806
3806
|
async function B(f) {
|
|
3807
3807
|
var v, F, le, $, K, g, y, V, h;
|
|
@@ -3840,7 +3840,7 @@ const ga = /* @__PURE__ */ Te(_i, [["__scopeId", "data-v-06d3d089"]]), Li = /* @
|
|
|
3840
3840
|
}
|
|
3841
3841
|
async function Q(f, D) {
|
|
3842
3842
|
var v, F, le, $, K, g, y;
|
|
3843
|
-
if (f && Object.keys(f).length > 0) {
|
|
3843
|
+
if (console.log("handelUploadSuccess: ", f), f && Object.keys(f).length > 0) {
|
|
3844
3844
|
const V = it(((F = (v = l.upload) == null ? void 0 : v.actionMap) == null ? void 0 : F.objectUrlKey) || [], f.request || f.result || f);
|
|
3845
3845
|
V && (D.raw.furl = V);
|
|
3846
3846
|
}
|