Commit Graph

468 Commits (a4a6a57dc25652365fd8e188ea7e1b52318d1ad3)

Author SHA1 Message Date
贤心 a4a6a57dc2 优化 table 外层容器的高度,不再设置一个固定值,内部元素将根据 `height` 属性值自动撑满
2 years ago
贤心 9714360050 优化 checkbox 元素的 `lay-skin` ,当设置非内置风格时,不再强制显示为默认风格
2 years ago
贤心 b88672c762 优化 code 的 `copy` 属性开启时, 对 `tools` 属性的初始化配置
2 years ago
贤心 fc28a94cab 优化 code 当 `preview: 'iframe'` 时的 `<iframe>` 容器,以支持背景透明
2 years ago
贤心 fcc30e1b24 修复 checkbox 在初始设置半选时,点图标未恢复成选中状态的问题
2 years ago
sight 28cebf9e4e 修复 form 重新渲染时 checkbox 自定义模版未正确获取的问题
2 years ago
贤心 c6bf264fd5 新增 upload 图片类型的 `.svg` 扩展名
2 years ago
贤心 fab113482f 优化 fixbar 对默认参数为空时的判断
2 years ago
贤心 849a999d8b 优化 upload 上传失败时的报错提示
2 years ago
贤心 cd2b504610 优化 lay 的 `.find()` 元素操作,并优化大量代码排版,统一风格
2 years ago
贤心 50e077537e 修改 table 的表头属性名 `doNotExport → ignoreExport`
2 years ago
贤心 7d2cbbd1cf Merge branch '2.x' of github.com:layui/layui into 2.x
2 years ago
sunxiaobin89 777923718e Merge remote-tracking branch 'origin/2.x' into 2.x
2 years ago
sunxiaobin89 ba8098a50b
Merge branch 'layui:2.x' into 2.x
2 years ago
贤心 8e42ed08da 优化 table 合计行内数据超过单元格长度时,无法查看全部的问题
2 years ago
贤心 26063fbaf4 优化 table 行事件相关代码处注释
2 years ago
贤心 4bf2fccafc 新增 layer 的 `hideOnClose` 属性,用于关闭时是否隐藏弹层
2 years ago
贤心 cb9d9d4acd 优化 layer 内部的属性配置记录,统一临时记录在容器 jQuery.data 的 `config` 下
2 years ago
贤心 aca0231473 修复 `layer.min(index)` 方法与最小化按钮事件效果不一致的问题
2 years ago
贤心 039e3bf30d 调整 form 内置校验规则,仅当非空时进行校验,避免强制携带必填(`required`)的校验规则
2 years ago
贤心 aeb16273ae 新增 checkbox 的标题模板支持
2 years ago
贤心 aee96eb65d 优化 radio 的图标由 `unicode` 改为 `fontclass`
2 years ago
贤心 68a9ab7999 优化 form 中内置验证规则的逗号风格
2 years ago
贤心 82669c720a 新增 table 的 `tool,checkbox,radio` 事件的 `obj.getCol()` 方法
2 years ago
贤心 4e120efe29 修复 table 当 `page` 未开启且 `totalRow` 开启时,页脚出现双底线的问题
2 years ago
sunxiaobin89 21c470627f 修复 treeTable 调用行事件中 obj.update 修改行数据出现名称列图标叠加问题
2 years ago
sunxiaobin89 29547007f5 修复 treeTable 开启了 sort 之后出现的一些异常问题
2 years ago
sunxiaobin89 a648b1428d 新增 table 字段配置添加 `doNotExport` 支持在导出的时候排除部分列
2 years ago
sunxiaobin89 38fb69bf5d 修复 table 只有分页栏或者统计栏时出现底部双边框问题
2 years ago
sunxiaobin89 f714acbfa3 修复 treeTable 展开全部之后再展开单个节点出现卡顿问题
2 years ago
sunxiaobin89 a063a4add2
Merge branch 'layui:2.x' into 2.x
2 years ago
贤心 e6e3b74e2b 优化 code 复制功能
2 years ago
sunxiaobin89 b2d789baae 修复 treeTable 展开全部节点时候节点图标出错问题
2 years ago
sunxiaobin89 6bed8c86ad 修复 treeTable `showIcon` 为 false 的之后在某些操作之后出现图标的问题
2 years ago
sunxiaobin89 7453b7c6b3 修复 treeTable 默认的节点 icon 图标用错问题
2 years ago
贤心 59fe789706 优化 laydate 的 `shortcuts` 属性机制,当点击快捷选项时自动确认
2 years ago
贤心 ae2f94c6d1 细调 form 中的注释描述
2 years ago
贤心 7f7f16b1e8 新增 code 的复制功能
2 years ago
贤心 792e0709fc 优化 table 打印内容中包含过大图片时的显示问题
2 years ago
贤心 3bcc12285a 优化 transfer 内部数据渲染方法的相关代码
2 years ago
贤心 f3527427d0 修改 treeTable 的 `data.rootPId` 为 `data.rootPid`
2 years ago
贤心 bafce57956
Merge pull request #1248 from layui/main
2 years ago
贤心 581900bfe7
Merge pull request #1235 from b4us/patch-4
2 years ago
sunxiaobin89 9219b53e5b
Merge branch 'layui:2.x' into 2.x
2 years ago
sunxiaobin89 f1a060671b 完善 treeTable 规整了部分代码去掉一些没有用到的变量
2 years ago
sunxiaobin89 b7760e3055 修复 treeTable 行内菜单事件中参数没有加工的问题
2 years ago
sunxiaobin89 075cca611b 完善 treeTable `expandAll` 实现展开所有节点的功能
2 years ago
sunxiaobin89 585f1c4301 优化 treeTable 内部 `formatNumber` 的实现细节减少一些不必要的调用
2 years ago
sunxiaobin89 3709b74bfe 优化 treeTable 将 `rootId` 移到 tree.data 中,并且改名为更好理解的 `rootPId`
2 years ago
sunxiaobin89 6f25d2f2e5 新增 treeTable 补充 `getOptions` 和 `hideCol` 方法
2 years ago