el-plus-crud 0.1.134 → 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
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
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
|
+
|
|
5
25
|
### [0.1.134](https://github.com/KDJack/el-plus-crud/compare/v0.1.133...v0.1.134) (2026-08-27)
|
|
6
26
|
|
|
7
27
|
|
package/dist/el-plus-crud.mjs
CHANGED
|
@@ -4713,7 +4713,9 @@ const kc = { class: "required-dot" }, Vc = ["innerHTML"], Sc = { class: "require
|
|
|
4713
4713
|
});
|
|
4714
4714
|
},
|
|
4715
4715
|
100,
|
|
4716
|
-
|
|
4716
|
+
// trailing 必须为 true:leading-only 防抖下,100ms 窗口内 formDesc 被整体替换(新引用无 _vif)时,
|
|
4717
|
+
// 唯一一次 leading 执行落在旧引用上,新引用的调用被静默丢弃 → attrMapToTableList 过滤后为空 → 整组字段不渲染
|
|
4718
|
+
{ leading: !0, trailing: !0 }
|
|
4717
4719
|
), h = te(() => {
|
|
4718
4720
|
let _ = [];
|
|
4719
4721
|
return o.showBtns && (o.showCancel && _.push({
|