morning-star
d81ada23b1
feat(layer): 新增 beforeEnd 回调 ( #1968 )
...
* feat(layer): 新增 beforeEnd 回调
* docs(layer): 更新 beforeEnd 文档
* update
* update
* refactor: 简化代码
* docs(layer): 更新 beforeEnd 文档
* update
* update
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 )
...
* fix(lay): 修复 IE8-10 中 lay.off 无法解除 lay.on 绑定的事件的问题
* update code
* update
6 months ago
morning-star
ea1693dd32
feat(tab): 增强 tab 功能 ( #1955 )
...
* feat(tab): 增强 tab 功能
1. lay-allowclose="false" 可以添加到 tab 容器或 tab title 元素上,遵循就近原则。
- 添加到 tab 容器时,控制所有选项卡是否允许关闭,
- 添加到 tab title 元素时,控制单个选项卡是否允许关闭。
- tabAdd 参数新增 allowclose 选项,效果同 tab title 元素上的 lay-allowclose 属性
2. 当 tab title 元素上有 lay-id 属性时,将根据 id 显示/删除对应的 content 元素,方便实现拖拽选项卡
3. 新增 tabBeforeDelete 事件,返回 false 时阻止关闭对应的选项卡
4. 因为 2,事件参数新增 id 属性
* refactor: 移除 title 和 content 同步 id,改为如果 content 中找不到 id, 就回退到默认行为
* docs(tab): 更新 tab 文档
* docs(tab): 优化文案
* style(tab): 避免某些分辨率下默认风格的当前选中标签头出现下边框的问题
* docs(tab): 优化文档及示例细节
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
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 )
...
* refactor(form-select): 开启 lay-creatable 时,新创建的 option 元素显示在顶部
* refactor: 优化键盘切换选中元素效果
1. fix: 开启 creatable 后方向键切换选中元素偶现异常
2. feat: 支持循环切换选中元素
* refactor: 改进选中项索引查找
6 months ago
Pencil-hzp
230b910c64
feat(flow): 流加载支持"加载更多"按钮文案自定义 ( #1965 )
...
* feat(flow): 流加载支持"加载更多"按钮文案自定义
* docs(flow): 流加载支持"加载更多"按钮文案自定义
* docs(flow): 优化 moreText 选项介绍文案
* docs(flow): 更新文档
---------
Co-authored-by: huangzepeng <huangzepeng@excellence.com.cn>
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
6 months ago
hjsuper
7d86cc6206
docs(table): 优化多样化编辑原生select事件 ( #1942 )
...
https://github.com/layui/layui/discussions/1774#discussioncomment-9077177
6 months ago
morning-star
1689c1edef
feat(upload): before 选项的返回值支持 Promise 和 Deferred Promise 对象类型 ( #1919 )
...
* feat(upload): before 选项的返回值支持 Promise 和 Deferred Promise 对象类型
* docs(upload): 更新文档
6 months ago
meihangbo
c15d4e6bbc
fix(layer): 修复 layer.alert 在一些浏览器的兼容模式下报错无法弹出的问题; ( #1940 )
...
Co-authored-by: meihangbo <meihangbo@126.com>
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 )
...
* perf(treeTable): 改进 flatToTree 性能
* test: 新增 treeTable 平铺模式的测试数据
* test: 微调 treeTable 测试用例
* refactor(treeTable): 剔除多余循环,进一步优化性能
* fix: 修复一些边缘情况
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
6 months ago
morning-star
ca56d0b333
feat(table): 支持自定义加载动画 ( #1893 )
...
* fix(table): 修复加载数据时 loading 动画丢失的问题
* feat(table): 新增 loadingTemplet 选项
* refactor: loading 选项支持 string 类型
* update code
* test: 更新 table 用例
* docs(table): 新增 loading 选项最新文档说明
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
6 months ago
morning-star
037569489f
fix(table): 修复 2.9.9 table.setRowChecked 的参数中, index 选项为数组时,无法选中的问题 ( #1914 )
...
* revert: #1812
REVERT
由于 #1911 以及为了避免潜在的 BUG,恢复 #1812 全部改动和 #1760 中的部分改动。在 treeTable 中修复 #1815
* fix(treeTable): 节点移动后,行索引获取错误
* test(treeTable): 添加 crud 测试
* test(treeTable): 添加异步加载子节点测试
* chore: 添加测试文件来源
* update code
6 months ago
meihangbo
b3f86d206a
form.val() 赋值 radio 的值为布尔值时无法赋值问题. ( #1903 )
...
Co-authored-by: meihangbo <meihangbo@126.com>
6 months ago
morning-star
fe05f5f8ab
docs(table): 优化文档 ( #1913 )
6 months ago
caji
627dc8b738
fix(treeTable): 修复重载数据时,指定参数 scrollPos: 'fixed' 无效的问题 ( #1892 )
...
* 修正treeTable重载数据时,指定参数 scrollPos: 'fixed' ,
无法实现保持滚动条在原有位置的问题。
* 1,把修改代码移动到Class.prototype.render方法体中; 2,把let修改为var
* 修改let->var
* Update src/modules/treeTable.js
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
* Update src/modules/treeTable.js
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
* 按照评审人给出的修改意见进行修改
主要修改点:
1,通过给done包装函数设置scrollPosPatch标志位,避免重复包装;
2,包装后的done函数执行完毕后,恢复原来的done函数,避免以后再次触发done函数时,仍然执行保持滚动条位置的逻辑;
* 函数调用时,call->apply
* refactor: 简化代码
1. 将修复代码迁移至 updateOptions
2. table done 回调第四个参数,现在可以区分 reloadData 和 renderData
---------
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
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 )
...
* feat(laydate): 新增 cellRender 选项,用于自定义单元格内容
* docs(laydate): 添加 cellRender 文档
* chore: 调整示例顺序
* chore: 采用 stackblitz 原示例,提升扩展内容的丰富性
注: HTML 出现换行且缩进,会被 markdown 解析器解析为 code,因此删除了换行和最外层缩进
* chore: 注释示例中的若干选项
* chore: 解除若干选项的注释
* chore: 改进 cellRender 文档示例的可读性
* refactor(laydate): cellRender 第一个参数由数组改为对象
* docs(laydate): 改进 cellRender 文档可读性
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
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 )
...
* fix(treeTable): 重载时格式化图标异常
* fix(treeTable): 异步加载时, 加载图标异常
* fix(treeTable): 异步加载节点异常
related: #1792
7 months ago
地亚尔-IT
fdbca99476
fix(upload): 修复多个文件上传时能选择同样文件问题 ( #1757 )
...
* 修复BUG
* Update upload.js
* 增加开展文件信息方法,修复小问题
* chore(upload): 修改 upload.util.parseSize 的 JSDoc 参数类型
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
* chore(upload): 更正引用参数错误
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
* chore(upload): 更正 JSDoc
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
7 months ago
morning-star
c855d8b19b
feat(laydate): 新增 formatToDisplay 选项 ( #1788 )
...
* feat(laydate): 新增 formatToDisplay 选项
* docs(laydate): 更新 formatToDisplay 文档
* docs(laydate): 优化 `formatToDisplay` 选项的示例代码,以便更直观
* chore: 修改注释词汇,以避免引起不必要的安全性争议
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
7 months ago
morning-star
f1f0575d15
feat(laydate): mark 和 holidays 支持函数类型 ( #1786 )
...
* feat(laydate): mark 和 holidays 支持函数类型
* docs(laydate): 更新 holidays 和 mark 文档
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 )
...
* added english to the readme
* removed english from README.md and added README.en-US.md for english readme
* chore: add language switching
* chore: optimize English sentences
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
7 months ago
morning-star
0eca94d803
fix(treeTable): 节点移动后,行索引获取错误 ( #1812 )
...
* fix(treeTable): 节点移动后,行索引获取错误
* update code
7 months ago
morning-star
1452d2a7b1
feat(treeTable): 支持 class 图标 ( #1808 )
7 months ago