@kengic/vue 0.27.0 → 0.27.1-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -1
- package/dist/kengic-vue.js +1701 -1651
- package/dist/src/component/KgButton/index.event.d.ts +3 -0
- package/dist/src/component/KgButton/index.hooks.d.ts +0 -4
- package/dist/src/component/KgButton/index.store.d.ts +0 -1
- package/dist/src/component/KgModal/KgModal.d.ts +11 -11
- package/dist/src/component/KgTable/index.hooks.d.ts +1 -21
- package/dist/src/component/KgTable/index.store.d.ts +2 -17
- package/dist/src/component/KgVar/index.hooks.d.ts +47 -5
- package/dist/src/component/KgVar/index.store.d.ts +32 -1
- package/dist/src/component/KgVarConfig/index.hooks.d.ts +0 -9
- package/dist/src/const/index.vm.d.ts +5 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
# 0.27.0
|
2
2
|
|
3
|
-
### 1.
|
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
|
// 旧
|