贤心
|
8610c4e676
|
release: v2.9.14
|
5 months ago |
morning-star
|
c2481977e2
|
feat(form-select): 改进 select 搜索 (#2065)
|
5 months ago |
morning-star
|
c73cb3d781
|
fix(form-radio): 改变 checked 属性值时,UI 更新异常 (#2084)
|
5 months ago |
贤心
|
4c6c133a12
|
refactor(table): 优化行单双击事件机制,避免与单元格编辑等事件冲突 (#2064)
* chore(table): 优化行事件,新增返回 `event` 对象,可用于阻止事件冒泡
* docs: 更新文档
* refactor: 重新优化不触发行事件的机制
|
5 months ago |
贤心
|
47728370e8
|
fix(table): 修复无数据时,点击右上角工具栏图标出现提示错位的问题 (#2067)
|
5 months ago |
Pencil-hzp
|
1e548d7c48
|
fix(carousel): 修复切换按钮会触发 form 表单 submit 事件的问题 (#2059)
* fix(carousel): 修复切换按钮会触发form表单submit事件的问题
* Update src/modules/carousel.js
* Update src/modules/carousel.js
---------
Co-authored-by: huangzepeng <huangzepeng@excellence.com.cn>
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
5 months ago |
morning-star
|
673dd19b34
|
fix(form-select): checked 属性设置为非 boolean 类型的值时,UI 更新异常 (#2033)
* fix(form-select): 改进自动更新 UI
* chore:更新注释
|
5 months ago |
贤心
|
d8441faa38
|
fix(treeTable): 修复 `cols` 的 `exportTemplet` 函数导出异常的问题 (#2034)
|
5 months ago |
贤心
|
7884fcf681
|
release: v2.9.13
|
5 months ago |
morning-star
|
8ed1ffa8cb
|
fix(dropdown): 重复 render 时未 reload (#2022)
* fix(dropdown): 重复 render 时未 reload
* update
* update
|
5 months ago |
morning-star
|
db757c4f77
|
fix(treeTable): 节点展开后全选无效 (#2024)
|
5 months ago |
morning-star
|
ab64a2f84e
|
docs(foem-select): 更新文档 (#2021)
|
5 months ago |
贤心
|
c07f564654
|
release: v2.9.12
|
5 months ago |
贤心
|
ba21d4496c
|
docs(version): 添加 v2.9.12 更新日志
|
5 months ago |
贤心
|
f21fef13f7
|
docs(form-select): 优化 select 示例
|
5 months ago |
贤心
|
2769fd3254
|
refactor(table): 重构 defaultToolbar 选项 (#2019)
* test(table): 新增自定义导出示例
* refactor(table): 重构 `defaultToolbar` 选项,增加 `name,onClick` 成员
* refactor: update
* Update docs/table/detail/options.md
|
5 months ago |
morning-star
|
249d6db78e
|
perf(table): 优化表格数据量较大时行选中性能 (#2004)
* perf(table): 优化表格数据量较大时行选中性能
* chore: 改进选择器
* refactor: 简化代码
* feat: 多选时禁用过渡效果以提高性能
* update code
* update code
|
5 months ago |
贤心
|
dfe67f1813
|
style(laydate): 选中主题色 (#2018)
|
5 months ago |
morning-star
|
4cd1db1ce6
|
fix(treetable):修复 treeTable.reloadAsyncNode 重载节点异常 (#2014)
|
5 months ago |
地亚尔-IT
|
e87cae2172
|
fix(laydate): 修复日期范围联动模式中,点击任意面板的边缘日期时,另一侧面板未能正确切换的问题 (#2005)
* fix(laydate)
* Update laydate.js
* refactor(laydate): 改进范围联动模式面板切换,并修复一些边缘情况
* chore(laydate): 优化日期范围联动选择模式中的边缘日期的处理
---------
Co-authored-by: sight <26325820+Sight-wcg@users.noreply.github.com>
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
5 months ago |
morning-star
|
2e5ad41aef
|
feat(form-select): 新增 `lay-append-to` 属性 (#1926)
* feat(form-select): 新增 `lay-append-to` 属性
docs(form-select): 更新文档
fix: 修复定向渲染 BUG
fix: 修复点击元素外部关闭面板时的一些问题
refactor: 重命名部分变量
feat: lay.onClickOutside 新增 capture 选项
feat: lay.onClickOutside 新增 detectIframe 属性
chore: 修改部分变量命名
fix: 窗口大小改变时,面板位置异常
revert: 1fe122b
fix: 修复一些边缘情况
refactor: 将 lay-append-to-body 重命名为 lay-append-to
fix: 重新渲染时,应该移除旧的面板元素
* update code
* docs(form): 新增 `lay-append-position` 属性的文档介绍
* docs: 优化 select 在 table 多样化编辑中的示例
* docs(form-select): 增加 `lay-append-to` 的相关示例
* feat(form-select): 新增 `lay-append-position` 属性,用于设置 `select` 面板开启 `lay-append-to` 属性后的定位方式
* chore(form-select): 剔除多余代码
* docs(form-select): 优化 select 在 layer 中使用的示例
当鼠标滑动 layer 内部滚动条时移除下拉框,以规避错位
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
5 months ago |
地亚尔-IT
|
d61226ae93
|
docs(laydate): 修改日期组件 isInitValue 默认值 #2016
|
5 months ago |
morning-star
|
3fea273de6
|
feat(layer): 新增 btnAsync 选项 (#2002)
* feat(layer): 新增 btnAsync 选项
* docs(layer): 添加 btnAsync 文档
* docs(layer): 添加 btnAsync 示例
* refactor: 删除按钮回调中的 loading 参数
* feat(layer): beforeEnd 回调新增第三个参数
* docs(layer): 更新文档
* docs: 优化 btnAsync 选项文档细节
* chore: 优化细节及增加注释
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
5 months ago |
兵
|
28605f8125
|
fix(upload): 修复 auto 选项开启时再次选择同一文件不自动上传的问题 (#1991)
* Update upload.js
* table组件增加toolbar渲染完毕后的回调函数
* Revert "table组件增加toolbar渲染完毕后的回调函数"
This reverts commit 8dc98445a3 .
* chore: lint
* update
* 上传组件增加文件队列为空的提示(使用场景:auto 为false时)
* 修复文件上传队列为空的判断问题(auto:false时)
* chore: 剔除与标题无关的变更,新增提示建议新开 PR。
* chore: 剔除与标题无关的变更,新增提示建议新开 PR。
* chore: 剔除注释后面的多余逗号
* chore: lint
---------
Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
|
5 months ago |
Pencil-hzp
|
1f9bdffc59
|
feat(upload): error 回调函数增加返回值参数 (#1988)
* feat(upload): error回调函数增加返回值参数
* docs(upload): error返回值文档
---------
Co-authored-by: huangzepeng <huangzepeng@excellence.com.cn>
|
5 months ago |
morning-star
|
8ff041b36a
|
fix(tab): 修复 lay-id 属性值中含有某些特殊字符时,可能导致 html 标签解析异常 (#1992)
|
6 months ago |
morning-star
|
124e3be816
|
fix(colorpicker): 修复移动端颜色选取异常 (#1986)
1. 修复移动端颜色选取异常
2. 修复移动端游标无法拖动的问题
|
6 months ago |
贤心
|
6a69c72533
|
release: v2.9.11
|
6 months ago |
贤心
|
f67899ec6a
|
docs(version): 添加 v2.9.11 更新日志
|
6 months ago |
贤心
|
29d717632b
|
docs(flow): 增加 moreText 选项的版本标识
|
6 months ago |
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 |