@kengic/vue 0.19.0 → 0.19.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,3 +1,9 @@
1
+ # 0.19.0
2
+
3
+ 1. 支持新版本的 DDA 的创建, 需要更新数据 `20240401000000000.sql`
4
+
5
+ ---
6
+
1
7
  # 0.18.0
2
8
 
3
9
  1. `kgTable.store.setDatas()` 方法参数类型变更,
@@ -12,9 +18,11 @@
12
18
  kgTable.store.setDatas({ frmId: frmId, datas: datas });
13
19
  ```
14
20
 
15
- 2. 移除 `IKgTableBeforeSetDatasCbParam.setDatas()` 方法, 可以直接调用 `kgTable.store.setDatas()` 方法,
21
+ 2. 移除 `IKgTableBeforeSetDatasCbParam.setDatas()` 参数方法, 可以直接调用 `kgTable.store.setDatas()` 方法,
22
+
23
+ 3. 移除 `IKgTableAfterSearchCbParam.setDatas()` 参数方法, 可以直接调用 `kgTable.store.setDatas()` 方法,
16
24
 
17
- 3. 移除 `IKgTableAfterSearchCbParam.setDatas()` 方法, 可以直接调用 `kgTable.store.setDatas()` 方法,
25
+ ---
18
26
 
19
27
  # 0.17.0
20
28