@hzab/list-render 0.0.12 → 0.0.13
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 +32 -0
- package/README.md +0 -1
- package/lib/index.js +1 -1
- package/package.json +2 -3
- package/src/index.less +0 -3
- package/example/app.tsx +0 -19
- package/example/components/anbao-router/index.tsx +0 -47
- package/example/index.less +0 -3
- package/example/index.tsx +0 -8
- package/example/pages/index/grid-empty.schema.json +0 -201
- package/example/pages/index/grid.schema.json +0 -94
- package/example/pages/index/index.less +0 -5
- package/example/pages/index/index.tsx +0 -72
- package/example/pages/index/test.schema.json +0 -413
- package/example/router.ts +0 -3
- package/example/typings.d.ts +0 -16
package/CHANGELOG
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# @hzab/list-render@0.0.12
|
|
2
|
+
|
|
3
|
+
- ListRender filters 支持 Grid 嵌套
|
|
4
|
+
- DataModel 支持设置 默认 axios
|
|
5
|
+
|
|
6
|
+
# @hzab/list-render@0.0.9
|
|
7
|
+
|
|
8
|
+
- DataModel response.data.data 为空报错问题处理
|
|
9
|
+
|
|
10
|
+
# @hzab/list-render@0.0.8
|
|
11
|
+
|
|
12
|
+
- 编辑中的详情请求,支持配置是否使用 id 作为入参的
|
|
13
|
+
|
|
14
|
+
# @hzab/list-render@0.0.7
|
|
15
|
+
|
|
16
|
+
- 修复 query display 问题
|
|
17
|
+
- query allowClear: true
|
|
18
|
+
|
|
19
|
+
# @hzab/list-render@0.0.3
|
|
20
|
+
|
|
21
|
+
- 支持 FormGrid 表单项
|
|
22
|
+
|
|
23
|
+
# @hzab/list-render@0.0.2
|
|
24
|
+
|
|
25
|
+
- DidMount 问题修复
|
|
26
|
+
- dialog catch
|
|
27
|
+
- form render components
|
|
28
|
+
- data-model
|
|
29
|
+
|
|
30
|
+
# @hzab/list-render@0.0.1
|
|
31
|
+
|
|
32
|
+
组件初始化
|