Commit Graph

407 Commits (cc347d4a46a99937ff4767fbb7228545bbacba2a)

Author SHA1 Message Date
贤心 332c8447ad
Merge pull request #701 from zhengmz/patch-1
修正 table 样式在 ie8 无法正常显示
2022-06-20 19:08:05 +08:00
BigTomM d5ed4a4c42 feat(table): 新增单元格编辑时textarea标签选项
默认是input标签,现在增加了textarea标签选项,能丰富做表格编辑项目时的选择。
2022-06-20 18:42:30 +08:00
贤心 ad3f441e5b
Merge pull request #576 from bourne7/master
table 的合计行现在可以指定保留的小数点位了。如果不指定的话就是默认的 2 位,可以通过参数 totalRowDecimalScale 来指定。
2022-06-20 16:55:44 +08:00
贤心 9bcfa554a6
Merge pull request #1020 from lordGuan/master
fix:土耳其语 isInput 判断
2022-06-20 15:55:13 +08:00
sunxiaobin89 b83f7d376a 穿梭组件新增双击穿梭功能 2022-06-19 16:37:06 +08:00
sunxiaobin89 afccd752c9 laydate 添加weekStart支持设置一周的开始 2022-06-19 14:08:51 +08:00
sunxiaobin89 6b2b6a8fa4 调整reloadData的一些细节 2022-06-19 11:03:17 +08:00
岁月小偷 ba5f7891d1 修复部分bug以及新增一些功能
1、layui 添加unuse方法用于注销已存在的模块
2、table 添加reloadData方法用于重载数据
3、table 修复table.exportFile报错
4、table 添加editTrigger配置,可以设定触发单元格编辑的方式为click(默认)或dblclick
5、form 添加doVerify方法支持主动调用表单验证,支持特定范围内表单输入验证
6、form form.render方法新增对特定节点的渲染支持,除了以前设置类型和表单范围还可以直接对需要渲染的节点对象进行渲染
7、form 修复表单验证在移动端检验到不满足要求的表单元素没有红框显示的问题
2022-06-19 02:10:15 +08:00
Lawrence Peng 89bc721fe9
Merge branch 'layui:main' into master 2022-06-17 14:24:21 +08:00
Allen 37508c6fb1
table单元格存在多行文本时支持点击“...”展开
通常情况下一些数据是有多行的,比如“备注”等,多行数据在后端是\n,返回到前端时由于table单元格无法处理\n换行,那么就需要手动处理问<br>,这个时候虽然支持换行了,但是如果第一行数据的长度未超过限制,就不会显示“...”展开按钮,也就无法查看完整数据。
2022-06-17 02:05:11 +08:00
Allen afe4f0f73e
新增select分组选择框在开启搜索时支持过滤未匹配到分组元素的分组
目前select分组选择框在开启搜索时,如果一个分组下的所有元素全都不匹配搜索关键字,会仍然展示该分组,影响使用体验。该提交解决了此问题。
2022-06-17 01:28:49 +08:00
Allen 3202e33ece
位置计算逻辑完备性处理,可以解决在frame中底部laydate下端被遮挡的问题。
位置计算逻辑完备性处理,可以解决在frame中底部laydate下端被遮挡的问题。
2022-06-17 01:04:11 +08:00
岁月小偷 af4ab7f93a 修复复杂表头的表格表头和字段列错位的问题 2022-06-08 21:13:08 +08:00
贤心 2fa3777be9 update 2022-06-08 01:21:33 +08:00
岁月小偷 b79f66c529 修复复杂表头的表格表头和字段列错位的问题 2022-06-08 00:46:05 +08:00
岁月小偷 0431f92e92 1. laydate 修复点击页面的其他区域无法关闭已经打开的日期选择面板的问题
2. laydate 事件触发时候添加限制,避免trigger为click已经弹出面板的时候点选触发节点中的文本的时候日期选择面板闪一下的问题
2022-06-07 20:07:11 +08:00
贤心 95359a3565 update 2022-06-05 23:55:31 +08:00
贤心 411da3947f
Merge pull request #881 from juneszh/patch-3
修复拖拽上传时 index 为 0 的bug
2022-06-01 01:07:35 +08:00
贤心 abb387250c update 2022-05-27 07:28:25 +08:00
贤心 a03792c9fb Minor modification 2022-05-24 18:19:06 +08:00
贤心 a061579f29 update 2022-05-22 08:17:44 +08:00
贤心 902aea37d9 update 2022-05-18 22:35:13 +08:00
Guoli Guan fa9c940c62 fix:土耳其语toLocaleLowerCase无法匹配正则 2022-04-20 17:48:50 +00:00
bourne7 0fed81d962 Merge branch 'master' of https://github.com/sentsin/layui into sentsin-master 2022-04-07 17:21:30 +08:00
贤心 6a610cbe78
Merge pull request #868 from guozhenyi/patch-1
修复:修复tree组件的【折叠/展开】图标在点击时不切换状态的问题
2021-06-07 14:16:22 +08:00
贤心 7376bbe00d update 2021-05-31 08:57:00 +08:00
juneszh 7ddc0a39d6
Update upload.js
修复拖拽上传时index为0的bug
2021-05-26 17:13:20 +08:00
贤心 b5f6f89cfe update 2021-05-18 21:53:51 +08:00
贤心 5667a18d40 update 2021-05-18 21:22:28 +08:00
贤心 665f21b028 update 2021-05-18 21:20:45 +08:00
贤心 823a622c77 chore: update 2021-05-18 03:58:53 +08:00
贤心 fc09eef635 chore: update 2021-05-18 02:42:31 +08:00
贤心 d49b898c17 chore: fixed an error 2021-05-08 21:07:11 +08:00
贤心 5221ee5377 chore: Fixed an error 2021-05-08 21:04:27 +08:00
Jerry e9b5cc5f30
修复:修复tree组件的【折叠/展开】图标在点击时不切换状态的问题
在使用tree组件时,点击【折叠/展开】图标时,没有如预期切换状态。
在layui 2.5.6的版本没有问题,在layui 2.6.5的版本有问题,通过查看源码,发现这里多了个 ">" 选择器。
2021-05-08 17:54:59 +08:00
贤心 c3f3ec8612 chore: update 2021-05-08 12:30:00 +08:00
贤心 aeebdc4223 update 2021-05-08 06:31:19 +08:00
贤心 726cdd9ba5 update 2021-04-22 10:22:45 +08:00
贤心 5e25fffe8f update 2021-04-06 22:34:23 +08:00
贤心 41a47c6300 update 2021-04-06 16:01:23 +08:00
贤心 b0646a2f11 update 2021-04-05 23:41:30 +08:00
贤心 74e8842789 update 2021-04-02 06:05:38 +08:00
贤心 2705982246 update 2021-04-01 03:21:16 +08:00
贤心 e5ea1fec7f update 2021-03-31 17:36:19 +08:00
贤心 0f0ded431c update 2021-03-31 14:38:09 +08:00
贤心 716bccb3e8 update 2021-03-31 14:07:23 +08:00
贤心 dc9cdf530a update 2021-01-15 21:22:03 +08:00
贤心 f0f17b50b0 update 2020-11-26 22:12:46 +08:00
zhengmz 0f6ee885f1
修正 table 样式在 ie8 无法正常显示
因 ie8 不支持 `nth-child(even)` 造成那一段样式都在 ie8 无法正常显示

现将其单独写不行,互相不影响。这样,在 ie8 下可以正常显示其他样式。
2020-05-13 21:08:42 +08:00
贤心 fba6ab7cd2 publish 2020-01-15 06:30:00 +08:00
bourne7 4d400a369d table的合计行现在可以指定保留的小数点位了。如果不指定的话就是默认的2位,可以通过参数 totalRowDecimalScale 来指定。 2019-10-22 09:24:04 +08:00
贤心 c0f555adcf delete upload-mobile.js 2019-09-10 08:48:41 +08:00
贤心 5904e5b134 update 2019-09-10 08:37:47 +08:00
贤心 efb8652661 发版 2019-06-06 12:19:43 +08:00
贤心 77e0477262 修复已知 bug 2019-06-04 14:19:15 +08:00
贤心 aee36d31bd 发版 2019-06-04 02:58:36 +08:00
贤心 4f7f5131c6 发版 2019-06-03 09:23:42 +08:00
贤心 08be7b681c 发版 2019-06-03 08:57:12 +08:00
贤心 2257341313 发版 2019-06-03 07:57:12 +08:00
贤心 203c9cb8cd 发版 2019-06-02 23:14:47 +08:00
贤心 d3e63fec78 修复 tree 组件增删改样式问题 2019-05-31 15:37:14 +08:00
贤心 233aa02ad2 修复 tree 组件增删改样式问题 2019-05-31 15:32:30 +08:00
贤心 27e2295cbc 发布新版 2019-05-31 14:36:29 +08:00
贤心 1ff124de94 bug fixes 2018-11-02 10:40:06 +08:00
贤心 95753101db bug fixes 2018-11-02 09:41:00 +08:00
贤心 63ae12f3cb 发版 2018-11-01 02:51:18 +08:00
贤心 25448460a8 发版 2018-10-29 08:14:08 +08:00
贤心 100f89f8da 发版 2018-10-29 07:15:26 +08:00
贤心 592875b26d 发版 2018-09-02 22:41:09 +08:00
贤心 61f0dfd476 更新 2018-08-29 23:51:00 +08:00
贤心 fff7cbd0bd 更新 2018-08-29 23:44:07 +08:00
贤心 26fe382d6f 更新 2018-08-29 23:17:13 +08:00
贤心 d0abc90ff2 更新 2018-08-29 22:19:50 +08:00
贤心 5d85d6f4bc 更新 2018-08-29 01:55:17 +08:00
贤心 58f523204b 新版 2018-08-28 16:16:18 +08:00
贤心 9964879f08 新版 2018-08-28 15:43:16 +08:00
贤心 e2a2c08402 update 2018-08-18 20:46:14 +08:00
smallwei e67073c6aa fix(atree): tree change atree 2018-07-24 14:24:33 +08:00
smallwei ae1a15259e fix(atree): tree change atree 2018-07-24 14:14:10 +08:00
smallwei ea24b7635d fix(atree): 2.0.0-beta 2018-07-19 20:53:05 +08:00
smallwei a34c39a1dd fix(atree): 优化atree模块 2018-07-17 00:24:18 +08:00
smallwei 1b541568a0 feat(atree): 新增atree模块 2018-07-16 22:15:18 +08:00
smallwei 8dae2c5feb feat(tree): 加入props 属性适配器 2018-07-16 00:41:04 +08:00
smallwei 546177d805 feat(tree): 升级了tree 2018-07-15 21:53:25 +08:00
smallwei 8eb69f05dc style(global): change iconfont 2018-07-15 17:23:03 +08:00
贤心 756081b680 update 2018-05-28 18:50:37 +08:00
sentsin 2a7344864b rc1 2018-05-08 15:51:37 +08:00
sentsin c9f80d74fc 修复 upload size 提示错误 2018-05-06 18:38:05 +08:00
sentsin f12f08e6c5 Merge branch 'master' of https://github.com/sentsin/layui
merge
2018-05-05 19:05:44 +08:00
sentsin 0d58ad8a32 2.3 2018-05-05 19:05:02 +08:00
star 05394e376c 修改注释 2018-05-05 18:40:01 +08:00
sentsin 14ce9f2371 Merge branch 'master' of https://github.com/sentsin/layui
merge
2018-05-05 18:06:51 +08:00
sentsin 9f4f889ea7 更新字体文件路径 2018-05-05 18:06:38 +08:00
star f8a4d589fb merge 2.3 2018-05-05 17:24:21 +08:00
star f23eb3752f update 2018-05-05 16:59:53 +08:00
star e181b13fa1 增加 rate 组件 2018-04-28 11:04:52 +08:00
star 5b325d7420 增加 rate 组件 2018-04-28 10:59:55 +08:00
star ca4bc6808a 增加 rate 组件 2018-04-28 10:56:38 +08:00
star 6c5900d0f5 增加 rate 组件 2018-04-28 10:54:27 +08:00
star 9159559a6b last 2018-04-26 14:00:57 +08:00
star1029 ec213f8726 test 2018-04-26 00:03:58 +08:00
star1029 fd86bdb0d4 test 2018-04-25 22:48:22 +08:00
star 5a27ef86a6 第四次配置 2018-04-25 19:21:27 +08:00
star 53e3951331 第三次配置 2018-04-25 16:11:15 +08:00
star db82cc3695 第二次配置 2018-04-24 17:57:31 +08:00
star ca1819d70f 第一次配置 2018-04-24 14:56:49 +08:00
star 083e8ec782 edit icon 2018-04-24 10:21:01 +08:00
sentsin 44663c4ced upgrade 2018-04-03 06:41:11 +08:00
sentsin 372fab561e Merge branch 'master' of https://github.com/sentsin/layui
update
2018-04-03 05:07:40 +08:00
sentsin 9a2400a07a upgrade 2018-04-03 05:07:35 +08:00
贤心 84e1a08577
Merge pull request #146 from fonqing/master
layedit build 第一个参数支持 html 原始对象
2018-04-03 03:12:09 +08:00
贤心 477ab39ae4
Merge pull request #91 from zjpzjp/patch-1
加入文件 的 accpet 支持,用于点击上传按钮后 打开系统文件框时, 默认的文件筛选
2018-04-03 02:53:42 +08:00
baler hir cdba1e7486 Support post+json for table module
modified:   src/lay/modules/table.js
2018-04-02 00:05:34 +08:00
Eric Wong 7e9f523d57
layedit build 第一个参数支持html对象
更新layedit的build方法,使其第一个参数支持传入原生html textarea对象。
2018-01-24 21:22:03 +08:00
sentsin e8aaa43122 update 2018-01-03 09:55:45 +08:00
websir 7528669188
加入HTML得accpet支持
用于点击上传按钮后  打开系统文件框时, 默认的文件筛选
例:
上传图片: accpet="image/*"
2017-12-08 14:43:27 +08:00
sentsin 31b8a0aa83 进一步优化 form name 数组支持 2017-12-08 12:13:05 +08:00
sentsin 4b63b64865 修复新版本对 table reload 造成影响的问题 2017-12-07 21:48:54 +08:00
sentsin 9ed17a7ef4 修复新版本对 table reload 造成影响的问题 2017-12-07 18:05:10 +08:00
sentsin a32378122e 升级版本 2017-12-07 15:48:45 +08:00
sentsin 68bfc4c013 修正注释 2017-11-29 22:03:15 +08:00
sentsin ec2c430d2b 2.2.3 2017-11-27 23:44:54 +08:00
sentsin 33e7e9ac23 优化 table 列宽自适应 2017-11-19 07:47:16 +08:00
sentsin 74d08a6149 2.2.2 2017-11-17 21:15:26 +08:00
sentsin f9ade81e38 2.2.2 2017-11-17 14:18:42 +08:00
sentsin cbcf3db7bb 2.2.1 2017-11-16 07:34:22 +08:00
sentsin 3a6735e32b 2.2.0 2017-11-15 11:57:51 +08:00
sentsin d12b73f3e3 2.1.7 2017-11-02 22:57:10 +08:00
sentsin 9898a77bd9 2.1.6 2017-10-30 15:13:06 +08:00
sentsin 8ccb98f6cd 2.1.6 2017-10-30 15:03:16 +08:00
Yii.Guxing 5841f69e0f 修复table的tips问题 (#68) 2017-09-30 00:10:31 +08:00
sentsin a9f85a840b Merge branch 'master' of https://github.com/sentsin/layui
merge
2017-09-20 00:25:15 +08:00
sentsin 8e74948e39 2.1.5 2017-09-20 00:24:48 +08:00
前端小武 34a30c1b25 完善 laydate 测试 (#61)
* 添加 laydate 测试

* 添加 options.format 和 options.value 叠加时的验证

* 修改必须单元测试通过后再进行浏览器测试

* 添加判断css是否加载成功

* 优化 options.elem 测试

* 完善laydate测试

* 更新事件回调测试

* 先把 options.format 注释了, 依赖 master 的修复

* 添加 mock server

* 更新404地址

* 使用 show api 来显示日历

* 测试火狐浏览器

* 修复火狐报错

* add callback test case

* fix firefox error

* fix win var

* add window.lay test case

* fix firefox test error

* add edga test

* update `laydate.render({value})` test case

* update options.dateTime test case
2017-09-16 12:38:33 -05:00
sentsin 2f13ad3055 修复laydate在webpack下打包报错的问题 2017-09-15 09:43:19 +08:00
sentsin ba3b06583b 2.1.4 2017-09-15 01:11:26 +08:00
sentsin 8937a6b298 2.1.4 2017-09-15 00:50:23 +08:00
sentsin 5a9b861989 2.1.3 2017-09-13 16:06:55 +08:00
sentsin c1404cef09 修复了layDate初始值报错问题 2017-09-03 15:46:29 +08:00
sentsin 48114b00f4 2.1.2 2017-09-03 08:25:54 +08:00
sentsin 58f01788b3 Merge branch 'master' of https://github.com/sentsin/layui
merge
2017-09-03 06:48:46 +08:00
sentsin 67a13c2ac4 2.1.2 2017-09-03 06:48:40 +08:00
前端小武 179a188792 添加layui常用方法测试 (#57)
* 添加排序支持负数

* 添加 layui 内部方法的单元测试

* 修复代码风格

* 添加超时时间

* 删除 layui.img 200 http测试, 原因是加载哪个图都不合适

* 修复ie中测试用例兼容性
2017-09-02 19:09:08 +08:00
sentsin b644b76ce3 2.1.1 2017-09-01 07:52:28 +08:00
sentsin 02a70bd789 2.1.0 2017-08-31 13:25:49 +08:00
sentsin f4a79c8431 Bug Fixes 2017-08-31 01:14:58 +08:00
sentsin d75470cbb6 2.1.0 2017-08-30 17:10:33 +08:00
sentsin 2009bd318d 2.0.2 2017-08-24 20:26:10 +08:00
sentsin d4500fef27 2.0.2 2017-08-24 08:59:00 +08:00
sentsin 0cf0791f46 2.0.2 2017-08-24 08:20:08 +08:00
sentsin 2a19969d8c Fix Bug 2017-08-22 12:44:28 +08:00
sentsin a6703434e4 2.0.1 2017-08-22 12:01:49 +08:00
sentsin 7265b2c471 2.0.1 2017-08-22 11:23:55 +08:00
sentsin 3dc39c1cfb 2.0.1 2017-08-22 10:56:53 +08:00
sentsin 15d7241ff5 2.0.0 2017-08-21 08:51:13 +08:00
sentsin 7feaa4eca0 clear 2017-08-21 08:50:25 +08:00
贤心 06c11ba9cd Merge pull request #16 from wanzhende/patch-4
修复当用户选择的小时大于min参数的小时情况下分钟选择没有取消限制的问题
2017-06-18 23:01:16 +08:00
luckxu 442fca8eaf Update laydate.js
日期组件在右侧可能超界,显示不全
2017-05-03 15:55:11 +08:00
wanzhende c1bb26f762 修复当用户选择的小时大于min参数的小时情况下分钟选择没有取消限制的问题
修复当用户选择的小时大于min参数的小时情况下分钟选择没有取消限制的问题
2017-04-11 20:00:46 +08:00
sentsin cebbcd9e3f 增加字体图标 2017-03-31 07:54:43 +08:00
sentsin 092cc9177c rc.4 2017-03-30 12:27:14 +08:00
贤心 687d2c1600 Merge pull request #10 from yoder/master
增加setContent方法.
2017-03-20 11:46:42 +08:00
贤心 b6ceae2e38 Merge pull request #4 from joviqiao/master
获取设备信息方法完善mac的判断
2017-03-19 11:29:52 +08:00
贤心 e54efe2ec4 Merge pull request #12 from wanzhende/patch-2
更新layui.css
2017-03-19 11:26:45 +08:00
sentsin c8bedb2c58 rc.2 2017-03-12 08:01:50 +08:00
sentsin 70835a21bb Modified 2017-03-11 16:16:24 +08:00
sentsin 99083dd4af update layer 2017-03-06 18:36:45 +08:00
sentsin 79fe31cd04 remove layim-mobile 2017-03-01 14:11:50 +08:00
sentsin 8fe18cedbc fix select bug 2017-03-01 12:02:59 +08:00
sentsin 756252ccf0 fix select bug 2017-03-01 11:52:55 +08:00
sentsin 5903266d54 1.0.9_rls 2017-03-01 00:37:12 +08:00
sentsin c86084bbe8 1.0.9_rls 2017-03-01 00:15:02 +08:00
sentsin d9259ace92 fix select bug 2017-02-28 12:30:26 +08:00
sentsin fd07bf1b47 1.0.9 2017-02-28 03:02:02 +08:00
sentsin aed95de2a6 1.0.8 2017-02-28 02:57:38 +08:00
sentsin 1d31b8be24 1.0.9 2017-02-28 02:16:08 +08:00
sentsin caaff263bd pre-release 2017-02-26 11:02:41 +08:00
sentsin e201faebf1 1.0.8 2017-02-21 06:48:54 +08:00
wanzhende e4741f42d6 更新layui.css
增加高亮显示当前选择菜单项
2017-01-16 22:40:22 +08:00
yoder b84b003995 增加setContent方法.
/**
 * 设置编辑器内容
 * @param {[type]} index   编辑器索引
 * @param {[type]} content 要设置的内容
 * @param {[type]} flag    是否追加模式
*/
2016-12-26 15:35:28 +08:00
Jovi 1e316ed63d Update layui.js 2016-12-22 11:10:43 +08:00
sentsin 7a2e9467de 1.0.7 2016-11-30 15:48:30 +08:00
sentsin 2f2f5f110c 1.0.6 2016-11-30 05:05:54 +08:00
sentsin ebccd2d698 1.0.6 2016-11-30 04:24:21 +08:00
sentsin c1663351cc 1.0.6 2016-11-30 02:23:57 +08:00
sentsin 1e8bd1496c 1.0.5 2016-11-29 07:36:58 +08:00
Jovi Qiao af0c17f772 获取设备信息方法完善mac的判断 2016-11-23 13:36:37 +08:00
sentsin 660083897d 1.0.4 pro 2016-11-18 15:03:44 +08:00
sentsin bb6f99343f 1.0.4 2016-11-18 06:52:55 +08:00
sentsin 5b0ad74899 remove mobile 2016-11-13 20:08:48 +08:00
sentsin 997a4901cf 局部调整 2016-11-11 11:46:21 +08:00
sentsin f737ef8287 remove text-rendering 2016-11-10 18:56:18 +08:00
sentsin 54b78314d0 1.0.3 2016-11-10 04:06:59 +08:00
sentsin 31a0586501 1.0.3 2016-11-10 02:31:39 +08:00
sentsin 5bde0f3a88 微调 2016-10-21 21:54:21 +08:00
sentsin 3e2ad5e063 调整一些小冲突 2016-10-20 16:07:29 +08:00
sentsin 6dd796985e Merge branch 'master' of https://github.com/sentsin/layui 2016-10-19 11:09:39 +08:00
sentsin f876e9512d 微调 2016-10-19 11:09:01 +08:00
魏安国 f5e301d4da 解决与bootstrap冲突,造成表单元素加粗 2016-10-18 15:00:41 +08:00
魏安国 85663092ac 解决与bootstrap冲突,造成年份下拉内容超出边界 2016-10-18 14:53:54 +08:00
sentsin 0e202895f0 1.0.2 2016-10-18 08:23:17 +08:00
sentsin 965651fa5d 1.0.1 2016-10-15 18:04:38 +08:00
sentsin 010de34a3a put right 2016-10-15 18:01:03 +08:00
sentsin eefa3a5ae3 1.0.1 2016-10-15 10:37:24 +08:00
sentsin 9aca6f02f4 1.0.0 2016-10-14 18:22:51 +08:00
sentsin acafbbd309 remove layim 2016-10-14 16:30:27 +08:00
sentsin 5817d10328 1.0.0 2016-10-14 16:23:52 +08:00