Commit Graph

102 Commits

Author SHA1 Message Date
zzcr 130e3cf25b
fix(page): 修复page分页初始化出触发分页改变事件 2023-06-10 01:33:20 -07:00
MrWang2016 dff7e83e0a
fix: 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding (#278)
* 修复actionSheet在手机上click无效问题

* 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题

* 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding
2023-06-10 15:56:52 +08:00
zzcr ae97ad85e0
feat(TinyVue): 同步内部代码,解决若干bug 2023-06-10 00:54:00 -07:00
GaoNeng 77b68bea18
feat: config-provider (#271)
* feat: config-provider

* 🐞 fix(config-provider):

开发者如果只覆盖某个design item 那么其他的常量会被覆盖为 undefined. commit主要修复该问题

* 🧪 test(config-provider): 补充单元测试

* 🐞 fix(config-provider): 修改检视意见
2023-06-08 10:18:17 +08:00
黄怡林 0d3ca6bda6
fix(numeric): 解决bug: 设置数值精度后无法输入小数点; 超出小数位数后裁剪值不对. (#270) 2023-06-05 14:43:13 +08:00
Kagol e91aa22a9d
fix(date-picker): fix date-picker clear icon style (#260) 2023-05-31 14:32:48 +08:00
ajaxzheng ee759b2a5f
fix(tinyvue): 同步内部代码,并修改grid组件再vue2下报错问题 (#254) 2023-05-29 09:25:32 +08:00
Kagol b319be37ef
docs: update contributors 2023-05-25 14:39:53 +08:00
Kagol 886499bbec
fix: fix some XDesign bug 2023-05-25 14:26:49 +08:00
ajaxzheng 0e095efd32
fix(runtime-build) 修复运行打包构建产物缺少组件问题 (#250) 2023-05-22 09:14:40 +08:00
zzcr 63d58bfac0
fix(build) 更新版本号 2023-05-18 06:24:53 -07:00
zzcr 31ff849040
fix(build) 修复grid、pager组件bug 2023-05-18 05:34:12 -07:00
zzcr b17660f055
Merge branch 'dev' of github.com:opentiny/tiny-vue into fix-upload-0505 2023-05-18 02:11:18 -07:00
Kagol dfc1bb3fe4
feat: add XDesign 2023-05-18 16:57:25 +08:00
wwttff 50723613fc
fix(rate) 修复组件Rate半选加禁选后,2.5与3星实际不匹配的问题 (#200) 2023-05-13 11:43:55 +08:00
MrWang2016 969550b2d6
fix: 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题 (#211)
* 修复actionSheet在手机上click无效问题

* 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题
2023-05-13 11:42:26 +08:00
qinwencheng a8f402563b
fix(button): 修复无内容的情况下上下错位的问题(#194) (#203) 2023-05-10 18:18:04 +08:00
chenxi-20 9502054828
fix(fileupload): 上传组件增加用户不配置action属性报错的警告,告知用户需要配置 (#199) 2023-05-10 18:16:27 +08:00
ajaxzheng a1ce16bcf3
fix(upload) 修复uplaod组件销毁时报错的bug (#196) 2023-05-06 18:12:23 +08:00
zzcr 11a28e3c73
fix(upload) 修复uplaod组件销毁时报错的bug 2023-05-05 20:06:51 -07:00
黄怡林 b89b033721
fix(dialog-box): 修复对话框移动后动态style没更新的bug (#195) 2023-05-06 10:51:13 +08:00
zzcr 2cb17701b1
fix(grid): 修复窗口改变时,表格尺寸变形问题 2023-04-24 19:13:10 -07:00
zuixinwang db72cd4fc9
fix(checkbox): icon position when checked (#164)
icon position not centered when checkbox is checked
2023-04-22 13:39:57 +08:00
luopei c294f6b402
refactor(button): 优化size属性校验 (#162)
Co-authored-by: 骆沛 <luopei@11.com>
2023-04-21 09:59:42 +08:00
凌览 b87367b53a
chore: 添加文件后缀名 (#160) 2023-04-20 18:34:15 +08:00
zzcr c0f9db4d9c
fix(tooltip): 修复tooltip组件显示错误bug 2023-04-19 19:04:53 -07:00
linxiang 7ed0948ed0
fix(carousel-item): 合并重复属性 (#152)
Co-authored-by: gaoxiang <gaoxiang@hungrypandagroup.com>
2023-04-19 19:57:25 +08:00
Kagol 6ea177e8a5
fix(tabs): fix tab header bottom border line close #154 (#155) 2023-04-19 19:50:31 +08:00
ajaxzheng 582fa0df84
修复build:ui打包出来的产物有问题bug,修复input组件本地开发报警告bug (#150)
* fix(grid): 修复cropperjs依赖超期的问题

* fix(build): 修复打包文件出错问题

* fix(input): 修复input组件本地开发报警告问题
2023-04-19 14:29:35 +08:00
Kagol b6bec13b6e
chore: release v3.6.6 (#148) 2023-04-19 09:45:29 +08:00
TC-twwang 2d6e893392
fix(pull-refresh): 修复下拉刷新组件频繁触发的问题 (#145) 2023-04-18 20:09:35 +08:00
acyza 63f8c16dc5
fix: popper correct display (#146) 2023-04-18 20:08:16 +08:00
GaoNeng 01294ad47b
feat: 当children为空数组是认为是叶子节点 (#143)
* feat: 当children为空数组是认为是叶子节点
2023-04-18 20:03:44 +08:00
MrWang2016 7613d098c5
修复actionSheet在手机上click无效问题 (#147) 2023-04-18 15:54:05 +08:00
Pithy e5ee94b639
fix: table-misaligned when frozen columns (#140) 2023-04-17 11:25:25 +08:00
Kagol 2293bde8b7
fix(date-picker): fix date-picker style (#136) 2023-04-13 21:06:20 +08:00
Kagol 2741062003
fix: fix conflict (#135)
Co-authored-by: OpenTiny <opentiny@sina.com>
2023-04-13 20:41:25 +08:00
Kagol 868e1cf47e
fix(chart-line): fix line-chart tooltip.axisPointer.lineStyle does not take effect close #130 (#131) 2023-04-12 14:58:14 +08:00
Kagol 5e0aad622b
refactor(tabs): optimize new tab button postion close #127 (#128) 2023-04-11 23:08:41 +08:00
zzcr a574e11a7b
fix(grid): 修复表格开启虚拟滚动,当滚动条滚动后在添加数据,导致页面空白的bug 2023-04-10 04:49:00 -07:00
Alaray f5752ce691
fix(ipaddress): git@github.com:opentiny/tiny-vue.git (#122) 2023-04-10 14:14:50 +08:00
zzcr 7ae2726f2f
fix(grid): 使用gpu加速优化虚拟滚动性能,修复筛选面板单选框无法选中问题 2023-04-08 02:08:03 -07:00
Kagol 442a6e9ff7
fix: fix build error (#119) 2023-04-08 16:41:25 +08:00
ygj6 8a941f3711
fix: Removing the invalid resource path enables `pnpm dev` to succeed. (#109)
* fix: 在`@opentiny/vue`package.json增加入口使 pnpm dev 能成功。

* fix: 根据review意见修改编译脚本。
2023-04-07 18:54:27 +08:00
申君健 8334249122
fix(vue-panel): 修复panel 的问题 (#113) 2023-04-07 17:58:09 +08:00
申君健 2379ee144c
修复国际化键值的问题 (#111)
* fix(vue-common): 修复adapter中的mode的传值问题

* fix(vue-locale): 修复键值的问题
2023-04-07 15:34:08 +08:00
申君健 b67a79d570
fix(vue-common): 修复adapter中的mode的传值问题 (#110)
* fix(vue-common): 修复adapter中的mode的传值问题

* fix(vue-common): 修复adapter中的mode的传值问题
2023-04-07 14:07:18 +08:00
ajaxzheng f21d114a45
修复打包,发布报错等问题,调整类型声明等问题 (#108)
* fix(tiny-loading): 修复loading组件在vue2.0版本报错bug

* fix(build):  修复打包报错

* feat(build): 添加vue2和vue3版本发布脚本

* fix(build):修复svg图标打包失败bug

* fix(build): 修复icon打包失败问题

* fix(build): 修复icon打包失败问题

* fix(build): svg图标也添加类型声明

* fix(build): 修改package.json 包名

* fix(type): 修复form等组件类型声明文件生成失败问题

* fix(type): 修复common和locale类型声明文件生成失败问题

* fix(type): 修复less没有转化成功地问题

* fix(type): 修复icon文件名称后缀错误,修复echarts依赖丢失问题

* fix(type): 修复类型声明文件生成错误bug

* fix(type): 修复file-upload组件缺少streamsaver依赖问题

* fix(type): 修复@better-scroll没有排除导致报错问题

* fix(type): 修复scrollbar打包报错问题

* fix(type): 修复grid-toolbar报错问题

* fix(type): 修复icon打包后使用报错的问题

* fix(build): 重构入口文件生成方法

* fix(type): renderless工程添加release脚本

* fix(type): 修复组件运行时报错

* fix(type): 修复组件运行时报错

* fix(type): 修复主入口package.json

* fix(type): 修复chart入口package.json

* fix(type): 修复loading组件类型声明报错问题

* fix(type): 添加声明文件配置

* fix(type): 修复vue2打包内联模块名称重复导致报错问题
2023-04-06 17:01:16 +08:00
jacknan 501010d66e
fix(timeline): 修复单个节点数据显示线条问题 (#105)
Signed-off-by: MNZhu <zhumaonan@aliyun.com>
2023-04-03 22:58:45 +08:00
jacknan 985afeeb8d
fix(exception): 优化定位布局样式 (#104)
Signed-off-by: MNZhu <zhumaonan@aliyun.com>
2023-04-03 22:57:48 +08:00