Commit Graph

2188 Commits

Author SHA1 Message Date
morning-star
0cdd11ae68
fix(treeTable): 添加和删除节点时,未更新节点图标的问题 (#1784)
* fix(treeTable): 添加和删除节点时,未更新节点图标的问题

* update code
2024-04-14 10:16:19 +08:00
morning-star
1585fd2d1d
fix(treeTable): 删除子节点时,内部缓存未同步的问题;节点移动后,点击事件中行索引获取错误 (#1760)
* fix(treeTable): 删除子节点时,内部缓存未同步的问题

* perf(treeTable): 减少不必要的缓存更新

* fix(treeTable): 节点移动后,点击事件中行索引获取错误

* refactor: 改进 724c011
2024-04-12 17:50:06 +08:00
morning-star
394c7e7ee7
chore(dropdown): 将 dropdown id 添加到触发元素 (#1761) 2024-04-08 08:51:52 +08:00
morning-star
26abb14c9d
fix(treeTable): 表格删除所有行之后,全选按钮选中的问题 (#1759) 2024-04-07 09:10:21 +08:00
morning-star
2fa8d57015
fix(treeTable): 表格所有行删除后,再次添加新行失败 (#1758) 2024-04-07 09:07:00 +08:00
贤心
21db7ff6a7 docs: 更正 table 示例预览的传参 2024-04-01 15:54:58 +08:00
贤心
c2de69369a release: v2.9.8 2024-03-31 22:37:59 +08:00
贤心
f71d05def5 docs(version): 添加 v2.9.8 更新日志 2024-03-31 22:37:28 +08:00
贤心
53ae2c8d9c docs(radio): 更正标签风格的单选组件示例 2024-03-31 22:20:50 +08:00
贤心
3464fb3e17
chore: Merge pull request #1740 from layui/2.x
同步 2.x 最新变更到主干
2024-03-31 22:12:12 +08:00
贤心
23dfbcbbf0 chore(form): 更正注释 2024-03-31 22:11:20 +08:00
贤心
d7104a37b3 docs(input): 补充 lay-precision 属性介绍 2024-03-31 22:05:11 +08:00
贤心
fccccff983 feat: 新增 input-number 组件的 lay-precision 属性值为 0 时的取整支持 2024-03-31 22:02:32 +08:00
贤心
6d8f147cc1 test: 更新 form 测试用例 2024-03-31 21:58:31 +08:00
贤心
90e0cb3605 Merge branch 'main' into 2.x 2024-03-31 21:31:30 +08:00
morning-star
aff8069ca5
fix(treeTable): 修复点击表头排序后,内部缓存数据和表格显示数据不一致的问题 (#1734) 2024-03-31 14:44:00 +08:00
morning-star
e1562bdb48
feat(laydate): 新增 disabledDate, disabledTime 选项 (#1569)
* feat(laydate): 新增 `disabledDate`, `disabledTime` 选项

feat(laydate): 优化年、月面板的禁用检测

refactor: 简化代码

fix: 修复 4d7ae6e 造成的按钮检测 BUG

options.disabledDate 中不应携带时分秒信息

fix(laydate): 修复范围联动模式, 右侧面板检测另外一个日期有效范围错误, 导致无法标记范围的问题

2.8.0 ~ 2.9.4 均有此问题

feat: disabledTime 返回值改为对象,简化写法

docs: 添加文档

feat: 优化点击确定按钮时的提示

fix: 修复一些边界情况

docs: typo

refactor: 优化年月禁用

refactor: 优化确定按钮 hint

chore: typo

docs: update

* refactor: 优化代码结构

* refactor: 优化 disabledTime,减少不必要的计算

* chore(laydate): 使用 prettier 格式化头部代码

* docs(laydate): 补充新选项文档描述

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-03-31 14:33:47 +08:00
morning-star
b7686d2228
feat(laydate): 优化 holidays 日期对比 (#1719)
* feat(laydate): 优化 holidays 日期对比

* update code
2024-03-30 21:46:33 +08:00
morning-star
b5cc9d8787
feat(checkbox&radio): 增强模板自定义能力 (#1686)
* feat(checkbox): 增强模板自定义能力

* feat(radio): 支持 lay-skin 属性; 增强模板自定义能力

* feat(form): 新增 lay-skin="none" 无样式风格

* docs: 添加 lay-skin="none" 文档

* docs: update

* fix: 单选禁用光标效果

* docs: lay-skin="none" 相关示例迁移至 form 页面

* docs: 新增 checkbox 自定义风格示例文件

* docs(form): 新增 radio 自定义风格示例文件

* docs(form): 新增 checkbox,radio 自定义风格示例的样式文件

* docs(form): 新增 checkbox 自定义风格示例

* docs(form): 新增 radio 自定义风格示例

* docs(form): 转移 checkbox,radio 自定义风格示例到对应的组件页面

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-03-28 23:38:50 +08:00
morning-star
98a5aac01e
fix(table): 优化单元格展开按钮的显示判断 (#1728) 2024-03-28 23:37:25 +08:00
morning-star
54085a46d0
fix(slider): Firefox 浏览器中拖动滑块时会选中文本的问题 (#1716) 2024-03-23 23:09:11 +08:00
morning-star
2537829e97
feat(dropdown): 新增 dropdown.open 方法 (#1693)
* feat(dropdown): 新增 dropdown.open 方法

* docs: 添加 dropdown.open 示例
2024-03-15 17:59:07 +08:00
贤心
7472fecc14 Merge branch 'main' into 2.x 2024-03-13 18:09:46 +08:00
mengkun
a5faa92996
docs(layer): 页面锁屏示例禁用右下角拉伸尺寸 (#1699) 2024-03-13 17:40:05 +08:00
morning-star
dd81129d2d
fix(form-select): lay-creatable 旧版微软拼音输入法兼容性问题 (#1667)
* fix(form-select): lay-creatable 在旧版微软拼音输入法下无法创建中文 option 的问题

* fix(form-select): 旧版微软拼音输入法在 IE11 下无法创建中文 option 问题

* chore: lint

* update

* update

* updae
2024-03-13 16:02:12 +08:00
青崖
56199df2c7
docs(form): 删除多余的右括号 (#1682) 2024-03-11 23:43:35 +08:00
morning-star
c1d5cc66fc
feat(slider): step 支持小数 (#1663) 2024-03-06 11:56:54 +08:00
贤心
65179897c4 Merge branch 'main' into 2.x 2024-02-29 09:07:44 +08:00
贤心
e37ac1ba66 release: v2.9.7 2024-02-28 09:20:36 +08:00
贤心
dd4f3cb8d2 docs(version): 添加 v2.9.7 更新日志 2024-02-28 09:19:55 +08:00
morning-star
05d8138143
feat(laydate): 时间选择器根据 format 格式显隐 (#1656) 2024-02-28 09:08:40 +08:00
morning-star
71b8433449
fix(layer): 优化最大/小化,恢复大小后宽高偶现细微差异的问题 (#1653) 2024-02-28 09:02:07 +08:00
morning-star
18ac6d58f8
feat(form-select): 支持创建新 option (#1618)
* feat(form-select):  支持创建新 option

* docs: 更新 select 文档

* fix: escape

* fix: 比较 option 未区分大小写

* update code

* docs: form

* fix: 缺少闭合标签

* fix: 删除 escape, 和初始 <dd> 行为一致
2024-02-28 08:57:42 +08:00
morning-star
cecf33a83d
refactor: 优化 layer.closeLast (#1652)
* refactor: 重构 layer.closeLast

feat: 不指定 type 时, 将从所有类型的层中寻找最近打开的
fix: 捕获层关闭顺序错误

* feat(layer): layer.closeLast 的 type 参数支持数组

* fix: hideOnClose 隐藏时不应收集索引
2024-02-28 08:46:16 +08:00
morning-star
e8dde4cc7f
feat(flow): 新增 direction 选项 (#1638)
* feat(flow): 新增 direction 选项

* docs: 更新 flow 文档

* chore(flow): 优化注释描述

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-02-27 19:15:55 +08:00
morning-star
4136f7af12
feat(dropdown): 新增 close 选项 (#1605)
* feat(dropdown): 新增 close 选项

* update code

* update code

* update code

* style(dropdown): 格式化测试代码

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-02-27 17:59:21 +08:00
morning-star
289c3b4916
fix(layer): height 设置为 auto,恢复大小时内容区高度错误 (#1617)
* fix(layer): height 设置为 auto,恢复大小时内容区高度错误

* fix: 最大化最小化时不应使用 recordHeight

* update code

* chore: 优化魔术字符

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2024-02-22 11:48:06 +08:00
qzstudio
c5f2f5261b
docs(table): 添加缺失的引号 (#1633)
少个符号
2024-02-22 10:57:34 +08:00
morning-star
72a4eb568e
feat(layer): 遮罩层添加过渡效果 (#1616)
* feat(layer): 遮罩层添加过渡效果

* refactor: 删除最大化最小化时遮罩层的过渡效果

* chore: lint
2024-02-17 23:05:48 +08:00
贤心
209544f351 chore(upload): 新增图片 webp 默认格式支持 2024-02-04 15:21:17 +08:00
贤心
e2a04fb838 Merge branch 'main' into 2.x 2024-02-04 15:17:00 +08:00
morning-star
cbef631853
chore: typo (#1607) 2024-01-30 18:33:28 +08:00
morning-star
900f8cbca8
fix(table): 禁止拖拽列宽后仍可拖拽 (#1591)
close #1590
2024-01-30 18:17:06 +08:00
morning-star
d9c91eaccd
chore: 将 Unicode 编码转换为中文字符 (#1600) 2024-01-29 13:00:51 +08:00
贤心
020b6f0482 docs(version): 更正 v2.9.6 文件名 2024-01-24 17:14:41 +08:00
贤心
54131e6e63 release: v2.9.6 2024-01-24 16:52:54 +08:00
贤心
37fc05ec37 chore(version): 添加 v2.9.5 更新日志 2024-01-24 16:52:30 +08:00
贤心
50afa1706f chore(version): 微调 v2.9.5 更新日志细节 2024-01-24 11:30:30 +08:00
贤心
fb190afc67 chore: Merge branch 'main' of github.com:layui/layui 2024-01-24 11:08:25 +08:00
贤心
c6cd7f257d release: v2.9.5 2024-01-24 11:06:40 +08:00