This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
Commit Graph

420 Commits (9565a656863263348565595dc6263f1a80ae65f4)

Author SHA1 Message Date
宇天 ed5f1644ba 更新文档 2017-12-23 00:43:16 +08:00
宇天 c1a1f9d917 优化绑定事件中this的指向;完成分页组件的改造 2017-12-23 00:34:44 +08:00
宇天 35defd426d 修改git忽略规则 2017-12-21 22:41:02 +08:00
宇天 b7617b01c3 完成对组件的重构 2017-12-21 22:39:45 +08:00
宇天 ef7fa7cee7 修复attr判断 2017-12-21 04:42:36 +08:00
宇天 c06d29dae1 增加Props类型限制;手动扫描DOM改为自动 2017-12-21 04:32:00 +08:00
宇天 6c7c96cddd 重构vm部分 2017-12-19 10:41:13 +08:00
宇天 4abf8bb43b 修复scss编译配置 2017-12-04 10:07:58 +08:00
宇天 d393ad4876 重新调整目录结构;使用es6语法重写,Babel自动自动以UMD规范编译为es5, 以更好的支持webpack 2017-12-04 02:02:18 +08:00
宇天 442707471b Merge branch 'master' of github.com:yutent/doui 2017-11-08 23:35:58 +08:00
宇天 b13b8573b9 更新request模块, 支持end不传参(返回Promise对象) 2017-11-08 13:44:26 +08:00
宇天 99c95cf4a6 更新git忽略配置 2017-10-18 19:52:24 +08:00
linteng 1f6d4ebc82 增加水平/垂直全屏滚动选项,优化部分代码 2017-10-10 20:54:12 +08:00
宇天 4736e6b118 Merge branch 'master' of github.com:yutent/doui 2017-10-03 13:19:17 +08:00
linteng 71d7ab4419 update sliders/main.htm 2017-09-30 15:05:13 +08:00
linteng fbeec9b140 update sliders/main.htm, main.js 2017-09-30 15:03:52 +08:00
linteng bdb07f4a06 Merge branch 'master' of github.com:yutent/doui 2017-09-30 15:02:45 +08:00
linteng d74cd9cdf5 update sliders/main.htm 2017-09-30 15:01:15 +08:00
宇天 a54986e3e8 MEditor样式微调 2017-09-30 10:35:38 +08:00
宇天 81a764db68 移植MEditor适配最新的UI库,修复一些bug;调整下拉选择的样式 2017-09-29 13:57:17 +08:00
宇天 d70bb13ad6 优化基础样式;marked组件增加主题样式;重构MEditor 2017-09-29 01:30:04 +08:00
宇天 6ab1adb31c 更新基础颜色,增加青色与紫色 2017-09-28 22:39:55 +08:00
宇天 0f772ee913 优化layer样式;优化drag插件滚动条获取;优化编辑器弹层定位 2017-09-28 10:28:16 +08:00
宇天 dfa5620d68 Merge branch 'master' of github.com:yutent/doui 2017-09-27 19:35:51 +08:00
宇天 82a448ea0f 优化滚动距离获取 2017-09-27 19:35:10 +08:00
linteng 60aee7c6ce 新增渐进渐出与滑动动画选项,优化代码 2017-09-27 19:27:31 +08:00
宇天 77145c5561 Merge branch 'master' of github.com:yutent/doui 2017-09-27 01:21:00 +08:00
宇天 055d15436a 优化MD解析;修复MD编辑器样式定位bug 2017-09-27 01:20:50 +08:00
linteng 4c6727234c 用:css指令代替:attr更改样式,把直接给数据模型赋值的写法改成pushArray的写法,严格弱类型赋值的数据类型,增加了3种皮肤选项。不过还有bug,明晚继续。。 2017-09-27 01:05:17 +08:00
lcoln e055c2f089 修改样式由:attr指令改为:css 2017-09-26 00:24:31 +08:00
宇天 a597117368 修复layer的confirm和prompt参数弄错的bug 2017-09-25 01:23:26 +08:00
宇天 1cbaafe0c0 优化layer的一波样式,微调layer默认icon类型 2017-09-21 00:58:55 +08:00
宇天 8bfca19c87 精简layer的部分图标和动画,同时图标改为共享UI库的图标 2017-09-19 22:51:57 +08:00
宇天 ed0adceef7 attr指令不再解析style 2017-09-19 11:19:07 +08:00
lcoln 3d88404c57 增加初始化回调来填充数据 👌 2017-09-17 23:22:25 +08:00
lcoln fc767ca6ee 优化幻灯片组件 2017-09-17 18:49:58 +08:00
lcoln 7a7be3881e Merge branch 'master' of github.com:yutent/doui
merge
2017-09-17 18:47:45 +08:00
宇天 e01081fdde 优化marked对H1-H6的解析 2017-09-16 18:58:17 +08:00
lcoln 3792ac6e3d Merge branch 'master' of github.com:yutent/doui 2017-09-16 13:24:13 +08:00
宇天 62074f4ab5 修复request.es5版的一个书写 2017-09-16 13:21:18 +08:00
lcoln a091e6989c 真.忽略index.html文件上传 🔧 2017-09-15 22:35:14 +08:00
lcoln c686a582d3 忽略index.html文件上传 🔧 2017-09-15 22:32:49 +08:00
lcoln 4c453d5fd9 忽略配置文件上传 2017-09-15 22:28:38 +08:00
lcoln 7ee6612fc7 🎉 新增幻灯片模块sliders 2017-09-15 22:05:45 +08:00
宇天 f60bc91d95 完成对request.es5版的优化, 正式发布1.0.0版 2017-09-15 00:17:25 +08:00
宇天 e4d41cd058 优化drag插件,增加是否可拖拽判断 2017-09-13 17:55:48 +08:00
宇天 f1f365e6e4 修复drag插件,dragged回调的bug 2017-09-13 16:51:15 +08:00
宇天 6f3979dfd4 修复日期选取组件变量声明的bug 2017-09-11 06:36:48 +08:00
宇天 66d07ea04d 删除废旧测试文件 2017-09-11 05:51:11 +08:00
宇天 10d5df4dad 修复框架子对象中数组无法监听的bug;日期选择组件完成适配; 2017-09-11 05:43:00 +08:00