el-plus-crud 0.1.133 → 0.1.136
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 +27 -0
- package/dist/el-plus-crud.mjs +2952 -2872
- package/dist/el-plus-crud.umd.js +1 -1
- package/dist/style.css +1 -1
- package/lib/components/el-plus-form/ElPlusForm.vue +3 -1
- package/lib/components/el-plus-form/components/ElPlusFormUpload.vue +56 -23
- package/lib/components/el-plus-form/components/FilePreviewDrawer.vue +246 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
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.136](https://github.com/KDJack/el-plus-crud/compare/v0.1.134...v0.1.136) (2026-08-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **form:** 预览抽屉加载遮罩,自绘扫描文档页 + 20s 慢态升级提示 ([6891c18](https://github.com/KDJack/el-plus-crud/commit/6891c18d85d33ef07243b24be3fbb958a723eb07))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **form:** initFormAttrs 防抖补 trailing,根治 formDesc 整体替换后整组字段空白 ([8492509](https://github.com/KDJack/el-plus-crud/commit/849250956a5e65696971496059d9687112c5ec97))
|
|
16
|
+
* **form:** upload 在途挂起归一化防引用替换丢文件,onChange 统一挂线补删除重算 ([4328771](https://github.com/KDJack/el-plus-crud/commit/432877146563d89e771057029a1957350c18037e))
|
|
17
|
+
|
|
18
|
+
### [0.1.135](https://github.com/KDJack/el-plus-crud/compare/v0.1.134...v0.1.135) (2026-08-27)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **form:** initFormAttrs 防抖补 trailing,formDesc 整体替换后字段不再空白(leading-only 下新引用的 \_vif 初始化被静默丢弃,致 attrMapToTableList 过滤为空、整组字段不渲染)
|
|
24
|
+
|
|
25
|
+
### [0.1.134](https://github.com/KDJack/el-plus-crud/compare/v0.1.133...v0.1.134) (2026-08-27)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **form:** upload card 模式移除 limit=9999,恢复原生超量整批拦截 ([064f1da](https://github.com/KDJack/el-plus-crud/commit/064f1da67a6e2217d51b76fdeeefe13792311bb5))
|
|
31
|
+
|
|
5
32
|
### [0.1.133](https://github.com/KDJack/el-plus-crud/compare/v0.1.132...v0.1.133) (2026-08-27)
|
|
6
33
|
|
|
7
34
|
|