Commit Graph

2512 Commits (c3e88dc9aa81381d1c4520cd8af6ba15cab788cd)

Author SHA1 Message Date
sight c3e88dc9aa chore(i18n): 优化演示中部分国际化消息 2025-05-27 00:22:49 +08:00
贤心 de46f23b06 chore(laydate): 优化部分提示 2025-05-26 23:52:36 +08:00
贤心 26989d5830 style(laydate): 优化逗号格式 2025-05-26 22:51:44 +08:00
sight 94e31dd1d7 wip(i18n): 修复 table text.none 切换 locale 无效问题 2025-05-26 20:15:52 +08:00
贤心 3556153273 refactor(i18n): 改进国际化支持 2025-05-26 09:59:41 +08:00
sight aaa4d85750 wip(i18n): 移除国际化消息中的 `lay` 命名空间 2025-05-25 14:51:47 +08:00
sight 383baf471a wip(i18n): 修复打包后 laydate 和 layer 异常 2025-05-24 22:47:33 +08:00
sight cc222d9d22 wip(i18n): 改进 upload i18n key 2025-05-24 19:25:38 +08:00
sight 0e1283442d wip(i18n): 修复 laydate lang 2025-05-24 18:42:59 +08:00
sight 8c1c232f8e wip(i18n): 优化 $t 代码细节 2025-05-24 17:07:08 +08:00
sight 2e8a2051e2 wip(i18n): fix 2025-05-24 02:22:24 +08:00
sight 68504fa866 wip(i18n): update code 2025-05-23 20:24:43 +08:00
sight 80575b726d wip(i18n): update code 2025-05-23 20:17:36 +08:00
sight f2c7f6c73b wip(i18n): util 国际化 2025-05-23 20:13:59 +08:00
sight 0820272bc4 wip(i18n): upload 国际化 2025-05-23 19:46:43 +08:00
sight f7aa37daee wip(i18n): treeTable 控制台提示统一为英文 2025-05-23 19:14:57 +08:00
sight 0ec829a239 wip(i18n): tree 国际化 2025-05-23 19:08:37 +08:00
sight 0e8fa563d9 wip(i18n): transfer 国际化 2025-05-23 18:51:32 +08:00
sight 6a4454a403 wip(i18n): table 国际化 2025-05-23 18:44:50 +08:00
sight b3e664718d wip(i18n): layer 国际化 2025-05-23 18:02:14 +08:00
sight 1803b7089d wip(i18n): form 国际化 2025-05-23 15:59:04 +08:00
sight d726d42322 wip(i18n): flow 国际化 2025-05-23 15:24:46 +08:00
sight d863e9ccae wip(i18n): dropdown 国际化 2025-05-23 15:09:56 +08:00
sight 2c9daf6c3b wip(i18n): code 国际化 2025-05-23 15:05:54 +08:00
sight e51d5da00f wip(i18n): update 2025-05-23 14:51:27 +08:00
sight 2ad09cb3fc wip(i18n): 修改国际化消息对象结构 2025-05-23 13:35:36 +08:00
sight 0669d66aa9 update code 2025-05-23 03:15:37 +08:00
sight a06e2e4f54 fix 2025-05-22 23:19:05 +08:00
sight 5e50dba1a1 wip(i18n): laypage 国际化 2025-05-22 22:08:15 +08:00
sight c0c4c1c204 wip(i18n): colorpicker 国际化 2025-05-22 21:03:16 +08:00
sight 908ff7f59f wip(i18n): laydate 国际化 2025-05-22 20:34:34 +08:00
贤心 ac8d5ccc30 release: v2.11.2 2025-05-15 11:05:05 +08:00
corededitor 1ea5f34600
feat(tabs): 优化若干功能 (#2680) 2025-05-15 10:42:02 +08:00
morning-star fe7df50ce7
fix(form-select): 修复 option 两端的 Unicode 空格(U+00A0)被去除的问题 (#2676)
* fix(form-select): 修复 option 两端的 Unicode 空格(U+00A0)被去除的问题

* update

* update

* fix
2025-05-15 10:32:04 +08:00
贤心 1b9557cdd8 feat(tabs): 增强若干功能 2025-05-13 00:19:59 +08:00
贤心 7138198645 fix(tabs): 优化 header 初始值判断,允许数组为空 2025-05-12 16:25:55 +08:00
贤心 a7af177223 release: v2.11.1 2025-05-06 15:43:25 +08:00
贤心 36a5beaa46
fix(form): 修复 select 组件的字符转义问题 (#2661)
* fix(form): 修复 select 组件的字符转义问题

* Update src/modules/form.js

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>

---------

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
2025-05-06 15:33:31 +08:00
Session小胡 c1d821d38d
perf(css): use transform in carousel (#2654) 2025-05-06 15:32:54 +08:00
morning-star 008e6cb7d0
fix(form-select): 修复 `checkbox/radio` 在 WebKit/537.36 的异常 (#2637)
* fix(form-select): 修复 `checkbox/radio` 在 WebKit/537.36 的异常

* docs: 优化部分注释文案,避免非技术人员理解错位

尽量避免词汇:监听、侦听。可用事件「触发」或「响应」等相近含义的词语替代

* Revert "docs: 优化部分注释文案,避免非技术人员理解错位"

This reverts commit 8cc9949bdf.

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2025-05-06 14:51:38 +08:00
贤心 fe5e4e1264 docs: 有些部分文档细节 2025-04-26 23:22:04 +08:00
贤心 4fd021e48b release: v2.11.0 2025-04-21 15:56:23 +08:00
贤心 5e7cbdeb30 release: v2.11.0-rc.5 2025-04-21 00:32:38 +08:00
morning-star b3bfc92374
fix(layui): 修复 layui.link 重复执行时不触发回调函数的问题 (#2651)
* fix(layui.js): 修复 layui.link 重复执行时回调不触发的问题

这会导致 laydate 无法渲染,行为和 2.9 保持一致

* chore(link): 修改注释错别字

* chore(link): 添加注释

---------

Co-authored-by: 贤心 <3277200+sentsim@users.noreply.github.com>
2025-04-21 00:22:53 +08:00
贤心 985803ec09
feat(laytpl): 增强 template 报错时的上下文捕获 (#2650)
* fix(laytpl): 优化接口输出顺序,避免 vite 中无法向 layui 输出接口

* feat(laytpl): 增强 template 错误行上下文捕获
2025-04-21 00:21:48 +08:00
贤心 6d524c0674 release: v2.11.0-rc.4 2025-04-18 21:50:07 +08:00
morning-star 23a62619d9
fix(laytpl): 兼容性调整 (#2647)
避免部分组件受全局 laytpl tagStyle 影响
2025-04-18 21:35:30 +08:00
贤心 a7267a4b5d
chore(hash): 新增返回 pathname, 与 layui.url 一致 (#2649)
`path` 将在合适的版本移除
2025-04-18 21:04:38 +08:00
贤心 3617209874
fix(component): 优化 render, events 执行的条件 (#2643) 2025-04-17 23:16:17 +08:00
贤心 1f2fc91431
style(css): 清理 IE 低版本 css hack (#2642) 2025-04-17 23:16:02 +08:00