Commit Graph

2291 Commits (d54f721027ecf41a8aaf7e20e94f961787c29ea0)
 

Author SHA1 Message Date
morning-star d81ada23b1
feat(layer): 新增 beforeEnd 回调 (#1968)
6 months ago
morning-star c32e65b944
refactor(upload): 简化 #1919 (#1974)
6 months ago
morning-star 537748e499
fix(lay): 修复 IE8-10 中 lay.off 无法解除 lay.on 绑定的事件的问题 (#1964)
6 months ago
morning-star ea1693dd32
feat(tab): 增强 tab 功能 (#1955)
6 months ago
贤心 4d103a83d9 Merge branch 'main' of github.com:layui/layui
6 months ago
贤心 bec3306dd9 chore: Merge branch 'main' of github.com:layui/layui
6 months ago
贤心 45d6357c20 chore: 更新 staticfile 最新 cdn 域名
6 months ago
morning-star 18348e2cb3
refactor(form-select): 开启 lay-creatable 时,新创建的 option 元素显示在顶部 (#1950)
6 months ago
Pencil-hzp 230b910c64
feat(flow): 流加载支持"加载更多"按钮文案自定义 (#1965)
6 months ago
hjsuper 7d86cc6206
docs(table): 优化多样化编辑原生select事件 (#1942)
6 months ago
morning-star 1689c1edef
feat(upload): before 选项的返回值支持 Promise 和 Deferred Promise 对象类型 (#1919)
6 months ago
meihangbo c15d4e6bbc
fix(layer): 修复 layer.alert 在一些浏览器的兼容模式下报错无法弹出的问题; (#1940)
6 months ago
morning-star 7c82e15e85
fix(treeTable): treeTable data 模式非深度重载时,如果 reload 参数中没有 data 选项,会清除表格数据的问题 (#1938)
6 months ago
morning-star a1472b3561
fix(colorpicker): 优化游标滑动效果 (#1923)
6 months ago
贤心 9daeebf245 release: v2.9.10
6 months ago
贤心 e4b426f4cf docs(version): 添加 v2.9.10 更新日志
6 months ago
morning-star 21272d3510
perf(treeTable): 改进 flatToTree (#1912)
6 months ago
morning-star ca56d0b333
feat(table): 支持自定义加载动画 (#1893)
6 months ago
morning-star 037569489f
fix(table): 修复 2.9.9 table.setRowChecked 的参数中, index 选项为数组时,无法选中的问题 (#1914)
6 months ago
meihangbo b3f86d206a
form.val() 赋值 radio 的值为布尔值时无法赋值问题. (#1903)
6 months ago
morning-star fe05f5f8ab
docs(table): 优化文档 (#1913)
6 months ago
caji 627dc8b738
fix(treeTable): 修复重载数据时,指定参数 scrollPos: 'fixed' 无效的问题 (#1892)
6 months ago
morning-star bd1e5c31d0
refactor: 将部分组件上的 `lay-id` 属性重命名为 `lay-${MOD_NAME}-id` (#1898)
6 months ago
贤心 5f4a64bbdb docs(table): 更正示例的合计行模板选项名
7 months ago
morning-star 25a333ffad
fix(colorpicker): 优化游标显示效果 (#1863)
7 months ago
贤心 7f610ba445 release: v2.9.9
7 months ago
贤心 57f75eb0bb docs(version): 添加 v2.9.9 更新日志
7 months ago
贤心 232fc178d1
docs(laydate): 优化农历预览显示 (#1855)
7 months ago
morning-star 7600e4f1e5
feat(laydate): 新增 cellRender 选项,用于自定义单元格内容 (#1843)
7 months ago
morning-star d8d0cbad40
refactor(laydate): 将 mark 和 holidays 选项函数类型的第一个参数由数组改为对象 (#1848)
7 months ago
morning-star fc7fbae006
feat(flow): 重复执行 flow.load 时,解除旧的事件 (#1852)
7 months ago
morning-star 0a89d275e5
fix(element.tab): 改进自定义 tab 的索引获取 (#1853)
7 months ago
morning-star b8a6f45efa
fix(colorpicker): RGBA 颜色输入框显示不全的问题 (#1851)
7 months ago
morning-star 27db69aedd
fix(colorpicker): 优化游标显示 (#1850)
7 months ago
morning-star a7e06d7d06
feat(upload): choose 回调的参数中新增 getChooseFiles 方法 (#1849)
7 months ago
贤心 0e31264812
fix(tree): 修复编辑节点标题时的 xss 问题 (#1845)
7 months ago
morning-star 54e35f2204
fix(treetable): 修复 treeTable 由 #1808,#1792 导致的一些问题 (#1828)
7 months ago
地亚尔-IT fdbca99476
fix(upload): 修复多个文件上传时能选择同样文件问题 (#1757)
7 months ago
morning-star c855d8b19b
feat(laydate): 新增 formatToDisplay 选项 (#1788)
7 months ago
morning-star f1f0575d15
feat(laydate): mark 和 holidays 支持函数类型 (#1786)
7 months ago
贤心 99e3a6c1bf chore: 调整徽章排列顺序
7 months ago
贤心 c204b8b8bd chore: reorder the badges
7 months ago
贤心 95d7f67761 chore: 增加中文简述
7 months ago
贤心 ae1744a935 chore: 更正 README 的 NPM 链接
7 months ago
贤心 693c0002f7 chore: 优化 README 内容排版
7 months ago
贤心 b9e7d094aa chore: Optimize the content layout of the README
7 months ago
morning-star cc71ace202
fix(laydate): 日期时间选择器,点击时间时 change 回调未触发 (#1787)
7 months ago
mkerwoodchamp ec53be3574
docs: add English translations to the README (#1795)
7 months ago
morning-star 0eca94d803
fix(treeTable): 节点移动后,行索引获取错误 (#1812)
7 months ago
morning-star 1452d2a7b1
feat(treeTable): 支持 class 图标 (#1808)
7 months ago