@tongfun/tf-widget 0.1.23 → 0.1.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 +10 -0
- package/lib/tf-widget.common.js +10052 -10120
- package/lib/tf-widget.css +1 -1
- package/lib/tf-widget.umd.js +10052 -10120
- package/lib/tf-widget.umd.min.js +4 -4
- package/package/t-data-list/src/t-table/table-records.vue +2 -3
- package/package/t-input/children/basic.vue +33 -31
- package/package/t-input/children/date.vue +0 -5
- package/package/t-input/children/input.vue +0 -5
- package/package/t-input/children/number.vue +0 -3
- package/package/t-input/children/select.vue +0 -3
- package/package/tf-layout/src/components/tf-labelbar.vue +1 -1
- package/package.json +1 -1
- package/postinstall.js +1 -1
- package/lib/css/1.841c5d60.css +0 -1
- package/lib/tf-widget.common.1.js +0 -387
- package/lib/tf-widget.umd.1.js +0 -387
- package/lib/tf-widget.umd.min.1.js +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# TF-Widget
|
|
2
2
|
## 版本更新记录
|
|
3
3
|
|
|
4
|
+
## 🍎 0.1.25
|
|
5
|
+
⭐ 去除tinput组建自身实现的创建后获取焦点的动作
|
|
6
|
+
|
|
7
|
+
## 🍎 0.1.25
|
|
8
|
+
⭐ 修复Tinput基础资料弹窗,因解决单据体抖动的代码导致的数据查询在布局查询之前,从而导致搜索范围限定失效,的,问题
|
|
9
|
+
|
|
10
|
+
## 🍎 0.1.24
|
|
11
|
+
⭐ 1,修复关闭当前页标签缓存异常问题
|
|
12
|
+
⭐ 2,修复第三版通用列表,表头过滤器不显示的问题
|
|
13
|
+
|
|
4
14
|
## 🍎 0.1.23
|
|
5
15
|
⭐ 1,t-input type = 'group' 控件无法展示分组数据
|
|
6
16
|
|