@kengic/vue 0.27.0 → 0.27.1-beta.1

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
@@ -1,6 +1,17 @@
1
1
  # 0.27.0
2
2
 
3
- ### 1. kgVar.onRetrieve() 事件回调函数返回类型变更
3
+ ### 1. DDA 的所有表都添加了一个 props 列, 用于存放额外的配置属性
4
+
5
+ ### 2. 移除 var_profile_detail 中的多个列
6
+
7
+ - 移除 `var_profile_detail.vis_flg` 列, 由 `var_submit_detail.visible_flag` 代替,
8
+ - 移除 `var_profile_detail.ena_flg` 列, 由 `var_submit_detail.enable_flag` 代替,
9
+ - 移除 `var_profile_detail.rqr_flg` 列, 由 `var_submit_detail.required_flag` 代替,
10
+ - 移除 `var_profile_detail.dft_val` 列, 由 `var_submit_detail.default_value` 代替,
11
+ - 移除 `var_profile_detail.width` 列, 由 `var_submit_detail.width` 代替,
12
+ - 移除 `var_profile_detail.placeholder` 列, 由 `var_submit_detail.placeholder` 代替,
13
+
14
+ ### 3. kgVar.onRetrieve() 事件回调函数返回类型变更
4
15
 
5
16
  ```typescript
6
17
  // 旧