Commit Graph

2590 Commits

Author SHA1 Message Date
liukun a8f429bef7
fix:修复saas模式下按钮间距 (#3630) 2025-08-01 11:18:35 +08:00
liukun db3f74b418
fix:修改默认字体大小 (#3629) 2025-07-31 16:45:26 +08:00
gimmyhehe 919f9bbffb
feat(grid): saas theme add filter select style (#3626)
* feat(grid): saas theme add filter select style

* test: fix e2e test case
2025-07-31 09:45:18 +08:00
gimmyhehe f3c2499ab7
fix(grid): fix index not update at drag row (#3622) 2025-07-31 09:26:15 +08:00
liukun db03876549
fix(input):fix textarea height in Multiple line placeholders (#3624)
* Update App.vue

* fix:多行占位符导致文本域高度计算错误
2025-07-30 11:44:26 +08:00
申君健 b7aa885dc9
fix(input): add pre=true for tiny-tooltip (#3625) 2025-07-30 11:35:25 +08:00
申君健 22b3099cb8
fix(PropType): fix import of PropType (#3620)
* fix(PropType):  fix import of PropType

* fix(propType): fix
2025-07-30 11:07:49 +08:00
申君健 96cd780f26
fix(site): add MCP tools for query examples and jump examples (#3623) 2025-07-30 10:20:15 +08:00
liukun 41b9fbaade
fix:修复saas模式下文本域高度问题 (#3608) 2025-07-28 14:15:23 +08:00
Davont 984b5e13ce
fix(chart): fix chart bug, resolve memory leakage issues (#3610)
* fix: 【Charts】update charts snapshots

* fix: 修复图表height为100%时的高度问题

* fix: 优化图表extend逻辑

* fix: 修复图表extend失效问题

* fix: 删除注释

* fix: 新增图表echartOption变量,以便用户获取echart配置

* fix: 修复playground百度地图案例错误问题

* fix: 修复图表option复杂变量失效问题

* fix: 修改高德百度地图案例注释

* fix: chart-core添加cloneDeep引入

* fix: 修改chart组件getFormatted函数判断逻辑

* fix: 更新chart-core包版本为3.17.1

* fix: 修复箱型图data为空数组时的报错问题

* fix: 添加图标属性逻辑的深拷贝

* fix: 删除注释文件

* fix: 修改图表打包

* fix: 图表打包指令修改

* fix: huiCharts打包替换为Chart

* fix: 新增图表解绑,解决内存泄漏问题
2025-07-28 14:13:28 +08:00
申君健 4487170e58
fix(dropdown): modify the responsive adaptation of the drop-down arrow in the mobile first template (#3614) 2025-07-28 11:47:21 +08:00
gimmyhehe 5f51bdde9f
fix(grid): optimize render count (#3613)
* fix(grid): optimize render count

* fix(grid): optimize render count

* docs(pager): optimize pager demos
2025-07-28 11:46:53 +08:00
liukun c5e112a0b7
fix:修复saas模式表格图标引用问题 (#3618) 2025-07-28 11:45:51 +08:00
gimmyhehe 87e9491ff7
fix(grid): grid promise validate return value back to undefined (#3616) 2025-07-28 11:40:26 +08:00
ajaxzheng 12d236492e
feat(site): connect next-sdk and ai dialog box to realize dynamic switching routing function of large models (#3619)
* feat: 对接next-sdk和ai对话框

* feat: 实现大模型动态切换路由功能

* feat: 添加LLM信息填写对话框及相关逻辑,更新依赖版本
2025-07-28 11:35:40 +08:00
ajaxzheng eaeb9325da
feat: modify the resource file loading mode and add postcss plugin configuration. (#3615) 2025-07-28 11:34:47 +08:00
gimmyhehe 6b27c3076a
docs(pager): optimize pager demos (#3612) 2025-07-25 15:36:27 +08:00
ajaxzheng 875322c4e4
Revert "fix(tabs): 优化多端缓存逻辑,添加增删操作触发子组件销毁重建逻辑 (#3601)" (#3606)
This reverts commit 337ac61d71.
2025-07-24 14:46:41 +08:00
liukun 532c8a7ee1
fix:修改saas模式表格排序按钮间距 (#3603) 2025-07-24 10:42:26 +08:00
chenxi-20 337ac61d71
fix(tabs): 优化多端缓存逻辑,添加增删操作触发子组件销毁重建逻辑 (#3601) 2025-07-24 10:40:44 +08:00
ajaxzheng 53ba501691
docs(float-settings): 修改浮动设置组件的触发方式为点击,并移除不必要的状态管理 (#3602) 2025-07-24 10:38:28 +08:00
James 80a5340dd8
fix: internationalization-related modifications, temporarily hide the entry point (#3597)
* fix: add entrance in western portuguese

* fix: revise inspection comments

* fix: optimized code

* fix: revise inspection comments
2025-07-21 14:14:07 +08:00
wuyiping eb2ce6583f
feat(color-picker): refactoring the ColorPicker component style (#3595)
* feat(color-picker): refactoring the ColorPicker component style

* feat(color-picker): refactoring the ColorPicker component style

* feat(color-picker): refactoring the ColorPicker component style

* feat(color-picker): refactoring the ColorPicker component style

* feat(color-picker): color-picker component add e2e

* feat(color-select-panel): color-select-panel component add e2e
2025-07-21 14:13:29 +08:00
James 043e6b7305
fix(modal): [modal] modify the messageClosable in Vue2 version to not display the close button (#3600) 2025-07-21 09:58:56 +08:00
liukun 14ebc4711a
fix:图标fill无法透传,以及图标引用错误 (#3599) 2025-07-21 09:31:37 +08:00
Kagol 10a395984a
chore: add svg folder-solid (#3598)
* chore: add folder-solid svgs

* chore: pnpm create:icon-saas
2025-07-18 17:24:07 +08:00
chenxi-20 1900da82e4
feat(steps): Add wizard style step bar itemStyle differentiated configuration (#3594)
* fix: 去掉步骤条最大宽度限制

* fix: 增加向导型步骤条itemStyle差异化配置
2025-07-18 14:29:29 +08:00
liukun 06a3daee6c
fix:修复日历视图设置高度不生效 (#3592) 2025-07-18 14:28:21 +08:00
liukun 93f5a61ae2
fix:修复select默认尺寸多选tag颜色 (#3591) 2025-07-18 14:22:22 +08:00
gimmyhehe ccbacd97b2
fix: adapt mf list view when has not grid column (#3593) 2025-07-18 14:22:01 +08:00
allcontributors[bot] 71617af484
docs: add Lingchen111 as a contributor for code (#3596)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-07-18 09:54:27 +08:00
liukun 5824bd9593
fix:修复下拉组件菜单间距 (#3586) 2025-07-18 09:18:46 +08:00
gimmyhehe 8b2f2b3612
ci: add docs/utils/hooks auto build and publish (#3588) 2025-07-15 15:13:13 +08:00
gimmyhehe bbdcfe55e4
test(grid): fix visual scroll e2e test case error (#3585)
* test(grid): fix visual scroll e2e test case

* test(grid): fix visual scroll e2e test case
2025-07-15 10:40:15 +08:00
申君健 65bc127da8
fix(select): fix e2e (#3584) 2025-07-14 19:23:04 +08:00
gimmyhehe ffd7678b7b
chore: update version to 3.25.0 (#3583) 2025-07-14 19:13:04 +08:00
liukun 0ea6c8b66d
fix:时间区间清空应返回空数组 (#3582) 2025-07-14 17:50:13 +08:00
vae 967f4dcb95
fix(color-select-panel): 颜色类型选择下拉框样式异常 (#3575) 2025-07-14 17:35:08 +08:00
gimmyhehe 8711a32127
fix(base-select): fix e2e test case error (#3581) 2025-07-14 17:34:17 +08:00
liukun 750cb3aecb
fix:修复单行文本域与输入框高度不一致 (#3580) 2025-07-14 17:33:44 +08:00
申君健 636516bd51
fix(select): update select's e2e test for grid update (#3577) 2025-07-14 16:57:13 +08:00
gimmyhehe 4f6ced29c9
fix(grid): add grid radio class name (#3578) 2025-07-14 16:56:31 +08:00
gimmyhehe b27b4839ea
fix(theme): fix dark theme in shadow dom (#3579) 2025-07-14 16:55:57 +08:00
liukun 795f1c8693
fix:文本域单行高度与input不一致 (#3573) 2025-07-14 16:54:56 +08:00
liukun dd9dc4164c
fix:修复saas模式下,筛选图标大小不一 (#3576) 2025-07-14 15:56:01 +08:00
liukun 18f2a7cad9
fix:tag为空时在form场景显示错位 (#3572) 2025-07-14 15:28:02 +08:00
申君健 f7ce03c262
fix(auto-tip): 修复 tooltip 显示的元素,需要消失卸载时, 提示会留在页面的bug (#3574) 2025-07-14 15:27:35 +08:00
liukun 7f7e780573
fix:saas模式下,里程碑颜色匹配逻辑 (#3568) 2025-07-14 09:44:31 +08:00
gimmyhehe 266c96c46c
fix(grid): fix right position error when resize multi header grid (#3569) 2025-07-14 09:34:26 +08:00
gimmyhehe 0605415074
feat(grid): add tree-node button bubbling setting (#3570)
* feat: add tree-node button bubbling setting

* docs(grid): add tree-node button bubbling setting

* docs(grid): add tree-node button bubbling setting

* fix(grid): fix multi header right position error after insert dynamic column
2025-07-14 09:33:44 +08:00