@gonsin/gview 2.0.25 → 2.0.27
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 +11 -1
- package/dist/{index-ddbb6adc.mjs → index-30c3bcf5.mjs} +1 -1
- package/dist/{index-cdf9e5a6.mjs → index-a0c00121.mjs} +2387 -2271
- package/dist/index.mjs +37 -36
- package/dist/style.css +1 -1
- package/dist/types/types/view.d.ts +1 -1
- package/dist/types/utils/url.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
## 版本更新记录
|
|
8
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
|
+
|
|
9
19
|
### 2.0.21 ~ 2.0.25
|
|
10
20
|
|
|
11
21
|
+ 🐛 fix:
|
|
@@ -20,7 +30,7 @@
|
|
|
20
30
|
+ `2.0.25` fix(GForm): 修改表单 props 问题
|
|
21
31
|
+ `2.0.25` fix: 修复过渡动画
|
|
22
32
|
+ 🔨 chore:
|
|
23
|
-
+ `2.0.21` chore: 更新tdesign-vue-next版本
|
|
33
|
+
+ `2.0.21` chore: 更新tdesign-vue-next版本(1.3.4)
|
|
24
34
|
+ `2.0.24` chore: 整理代码
|
|
25
35
|
+ ✨ feat:
|
|
26
36
|
+ `2.0.23` feat: 完善标签页功能
|