el-plus-crud 0.1.93 → 0.1.94
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,13 @@
|
|
|
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.94](https://github.com/KDJack/el-plus-crud/compare/v0.1.93...v0.1.94) (2026-07-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 表单校验失败时滚动到首个错误项 ([a6373f2](https://github.com/KDJack/el-plus-crud/commit/a6373f2b5fe2cc138030c9aaee366651d654292c))
|
|
11
|
+
|
|
5
12
|
### [0.1.93](https://github.com/KDJack/el-plus-crud/compare/v0.1.92...v0.1.93) (2026-07-15)
|
|
6
13
|
|
|
7
14
|
### [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;
|