贤心
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
morning-star
b94811ec09
fix(form-select): 修复 XSS 漏洞 ( #1813 )
7 months ago
morning-star
747c786040
fix(treeTable): 删除子节点时,未更新 isParent Key 的问题 ( #1792 )
7 months ago
morning-star
13b0b42528
feat(table): 添加 resizeObserver ( #1773 )
...
* feat(table): 添加 resizeObserver
* fix(table): 避免重复创建 observe
7 months ago
morning-star
0cdd11ae68
fix(treeTable): 添加和删除节点时,未更新节点图标的问题 ( #1784 )
...
* fix(treeTable): 添加和删除节点时,未更新节点图标的问题
* update code
7 months ago
morning-star
1585fd2d1d
fix(treeTable): 删除子节点时,内部缓存未同步的问题;节点移动后,点击事件中行索引获取错误 ( #1760 )
...
* fix(treeTable): 删除子节点时,内部缓存未同步的问题
* perf(treeTable): 减少不必要的缓存更新
* fix(treeTable): 节点移动后,点击事件中行索引获取错误
* refactor: 改进 724c011
7 months ago
morning-star
394c7e7ee7
chore(dropdown): 将 dropdown id 添加到触发元素 ( #1761 )
8 months ago
morning-star
26abb14c9d
fix(treeTable): 表格删除所有行之后,全选按钮选中的问题 ( #1759 )
8 months ago
morning-star
2fa8d57015
fix(treeTable): 表格所有行删除后,再次添加新行失败 ( #1758 )
8 months ago
贤心
21db7ff6a7
docs: 更正 table 示例预览的传参
8 months ago
贤心
c2de69369a
release: v2.9.8
8 months ago
贤心
f71d05def5
docs(version): 添加 v2.9.8 更新日志
8 months ago
贤心
53ae2c8d9c
docs(radio): 更正标签风格的单选组件示例
8 months ago
贤心
3464fb3e17
chore: Merge pull request #1740 from layui/2.x
...
同步 2.x 最新变更到主干
8 months ago
贤心
23dfbcbbf0
chore(form): 更正注释
8 months ago
贤心
d7104a37b3
docs(input): 补充 lay-precision 属性介绍
8 months ago
贤心
fccccff983
feat: 新增 `input-number` 组件的 `lay-precision` 属性值为 `0` 时的取整支持
8 months ago
贤心
6d8f147cc1
test: 更新 form 测试用例
8 months ago
贤心
90e0cb3605
Merge branch 'main' into 2.x
8 months ago
morning-star
aff8069ca5
fix(treeTable): 修复点击表头排序后,内部缓存数据和表格显示数据不一致的问题 ( #1734 )
8 months ago
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>
8 months ago
morning-star
b7686d2228
feat(laydate): 优化 holidays 日期对比 ( #1719 )
...
* feat(laydate): 优化 holidays 日期对比
* update code
8 months ago
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>
8 months ago
morning-star
98a5aac01e
fix(table): 优化单元格展开按钮的显示判断 ( #1728 )
8 months ago
morning-star
54085a46d0
fix(slider): Firefox 浏览器中拖动滑块时会选中文本的问题 ( #1716 )
8 months ago
morning-star
2537829e97
feat(dropdown): 新增 dropdown.open 方法 ( #1693 )
...
* feat(dropdown): 新增 dropdown.open 方法
* docs: 添加 dropdown.open 示例
8 months ago
贤心
7472fecc14
Merge branch 'main' into 2.x
8 months ago
mengkun
a5faa92996
docs(layer): 页面锁屏示例禁用右下角拉伸尺寸 ( #1699 )
8 months ago
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
8 months ago
青崖
56199df2c7
docs(form): 删除多余的右括号 ( #1682 )
9 months ago
morning-star
c1d5cc66fc
feat(slider): step 支持小数 ( #1663 )
9 months ago
贤心
65179897c4
Merge branch 'main' into 2.x
9 months ago
贤心
e37ac1ba66
release: v2.9.7
9 months ago
贤心
dd4f3cb8d2
docs(version): 添加 v2.9.7 更新日志
9 months ago
morning-star
05d8138143
feat(laydate): 时间选择器根据 format 格式显隐 ( #1656 )
9 months ago
morning-star
71b8433449
fix(layer): 优化最大/小化,恢复大小后宽高偶现细微差异的问题 ( #1653 )
9 months ago
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> 行为一致
9 months ago
morning-star
cecf33a83d
refactor: 优化 layer.closeLast ( #1652 )
...
* refactor: 重构 layer.closeLast
feat: 不指定 type 时, 将从所有类型的层中寻找最近打开的
fix: 捕获层关闭顺序错误
* feat(layer): layer.closeLast 的 type 参数支持数组
* fix: hideOnClose 隐藏时不应收集索引
9 months ago
morning-star
e8dde4cc7f
feat(flow): 新增 direction 选项 ( #1638 )
...
* feat(flow): 新增 direction 选项
* docs: 更新 flow 文档
* chore(flow): 优化注释描述
---------
Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
9 months ago
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>
9 months ago
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>
9 months ago
qzstudio
c5f2f5261b
docs(table): 添加缺失的引号 ( #1633 )
...
少个符号
9 months ago
morning-star
72a4eb568e
feat(layer): 遮罩层添加过渡效果 ( #1616 )
...
* feat(layer): 遮罩层添加过渡效果
* refactor: 删除最大化最小化时遮罩层的过渡效果
* chore: lint
9 months ago
贤心
209544f351
chore(upload): 新增图片 webp 默认格式支持
10 months ago
贤心
e2a04fb838
Merge branch 'main' into 2.x
10 months ago
morning-star
cbef631853
chore: typo ( #1607 )
10 months ago