@gonsin/gview 2.0.24 → 2.0.26
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/README.md +17 -1
- package/dist/{index-866491ca.mjs → index-2150f89d.mjs} +2519 -2419
- package/dist/{index-ec98d0c2.mjs → index-7624acf8.mjs} +1 -1
- package/dist/index.mjs +58 -56
- package/dist/style.css +1 -1
- package/dist/types/constant/className.d.ts +1 -0
- package/dist/types/constant/index.d.ts +1 -0
- package/dist/types/utils/url.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
# gview-next
|
|
3
3
|
|
|
4
|
+
实现自己的前端自动化工具,使用批注定义前端的表格、表单字段内容,免去繁琐的前端代码编写。
|
|
5
|
+
更详细的说明文档 <https://www.yuque.com/dengbuladuo/gview>
|
|
6
|
+
|
|
4
7
|
## 版本更新记录
|
|
5
8
|
|
|
9
|
+
### 2.0.26 ~ 2.0.30
|
|
10
|
+
|
|
11
|
+
+ 🐛 fix:
|
|
12
|
+
+ `2.0.26` fix: 调整表格每页数量
|
|
13
|
+
+ `2.0.26` fix: 修复按钮打开链接问题
|
|
14
|
+
+ ✨ feat:
|
|
15
|
+
+ `2.0.26` feat: 添加对话框显示iframe
|
|
16
|
+
+ 🔨 chore:
|
|
17
|
+
+ `2.0.26` chore: 更新tdesign-vue-next版本(1.3.5)
|
|
18
|
+
|
|
6
19
|
### 2.0.21 ~ 2.0.25
|
|
7
20
|
|
|
8
21
|
+ 🐛 fix:
|
|
@@ -13,8 +26,11 @@
|
|
|
13
26
|
+ `2.0.24` fix(GForm): 修改表单相关问题
|
|
14
27
|
+ `2.0.24` fix(socket): 添加 socket 注册参数
|
|
15
28
|
+ `2.0.24` fix(GTable): 修改表格图片显示
|
|
29
|
+
+ `2.0.25` fix(DialogPlugin): 修改对话框样式
|
|
30
|
+
+ `2.0.25` fix(GForm): 修改表单 props 问题
|
|
31
|
+
+ `2.0.25` fix: 修复过渡动画
|
|
16
32
|
+ 🔨 chore:
|
|
17
|
-
+ `2.0.21` chore: 更新tdesign-vue-next版本
|
|
33
|
+
+ `2.0.21` chore: 更新tdesign-vue-next版本(1.3.4)
|
|
18
34
|
+ `2.0.24` chore: 整理代码
|
|
19
35
|
+ ✨ feat:
|
|
20
36
|
+ `2.0.23` feat: 完善标签页功能
|