Commit Graph

815 Commits

Author SHA1 Message Date
qkiroc
fcf6300b7b
feat: 完善黑暗模式UI (#9443)
* feat: 支持黑暗模式

* 升级发布脚本版本

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-16 15:46:55 +08:00
吴多益
eb55199ef1
feat: CRUD 支持导出 Excel 模板 Closes #9157 (#9228)
* feat: CRUD 支持导出 Excel 模板 Closes #9157

* 更新版本
2024-01-05 15:04:02 +08:00
lurunze1226
6be9dcfda8 feat: CRUD & CRUD2 parsePrimitiveQuery配置支持转化数字类型 2023-11-30 17:07:33 +08:00
lurunze1226
bac12a2e5f feat: CRUD组件matchFunc支持使用matchSorter函数; docs: 前端分页的使用提示 2023-11-23 11:42:26 +08:00
wutong
3af3a4b2c6
Merge pull request #8706 from lurunze1226/feat-crud-head-filter-source
feat: CRUD表头快速过滤支持上下文变量作为数据源
2023-11-15 16:49:24 +08:00
吴多益
be6ec93ed5
fix: CRUD 导出 excel 支持 children 节点 Closes #3563 (#8734) 2023-11-15 16:33:14 +08:00
lurunze1226
2589bbf005 feat: CRUD表头过滤支持数据域 2023-11-13 12:52:26 +08:00
RUNZE LU
b3256870c6
feat: CRUD支持matchFunc,用于前端分页的搜索匹配函数 (#8556)
* feat: CRUD支持matchFunc,用于前端分页的搜索匹配函数

* patch(feat: CRUD支持matchFunc): 搜索函数执行时机修改,支持source为上下文数据
2023-10-31 16:42:15 +08:00
liaoxuezhi
cd5cd3f40c
feat: CRUD & Table 嵌套支持懒加载 Close: #8411 (#8517) 2023-10-27 10:31:25 +08:00
liaoxuezhi
1bb988b942
chore: 调整 affixedOffset 为样式,去掉没必要的 js 计算, 优化 page asideSticky 实现, 部分样式优化 Close: #6493 (#8508) 2023-10-26 16:40:26 +08:00
RUNZE LU
e1ee79032e
feat: CRUD组件支持开启syncLocation后解析Query中的原始类型数据 (#8500) 2023-10-25 20:37:19 +08:00
wuduoyi
2d81f43a20 merge upstream 2023-10-24 16:55:17 +08:00
wuduoyi
9189493636 Merge remote-tracking branch 'upstream/master' into docs-download-attachmentAdpator 2023-10-24 16:50:51 +08:00
liaoxuezhi
59d900ffd5
feat: api 文件下载文件名识别忽略大小写同时支持前端指定 Close: #6177 (#8471) 2023-10-24 14:13:31 +08:00
wuduoyi
9e81e6b15c chore: 补充自定义 fetcher 时可能漏了 attachmentAdpator 实现的说明文档 2023-10-24 12:23:55 +08:00
liaoxuezhi
a55144c36d
fix: 修复 input-table 中存在公式表达式值没有及时更新的问题 Close: #8263 (#8364) 2023-10-12 16:56:03 +08:00
吴多益
1a30e355a8
feat: export-excel 初步支持总结行 Closes #2911 (#8286) 2023-10-08 10:23:47 +08:00
2betop
7d975e5b77 chore: 简单分页新增方向变量让后端知道是应该取after 还是取 before Close: #7196 2023-09-19 10:01:37 +08:00
liaoxuezhi
2c76b2f3d6
chore: 调整table nested 样式 (#8077) 2023-09-12 18:41:50 +08:00
RUNZE LU
d27948f0f5
feat: CRUD & Form 脚手架构建优化, 列表可视化设计优化; chore: DSBuilder迁移至amis-editor (#8003)
* feat: CRUD & Form 脚手架构建优化; chore: DSBuilder迁移至amis-editor (#7531)

* tpl最大显示行数支持

* 编辑器组件通用假数据支持

* each循环次数支持

* 列表可视化设计优化

* fix: 数据源构造器 & Form & CRUD2 & Service相关问题修复 (#8002)

* chore: 修复正则报错

* chore: 修复正则报错-02

* chore: 更新 CRUD 组件 Card 模式单测快照

* chore: 优化假数据merge

---------

Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
2023-09-06 21:30:21 +08:00
liaoxuezhi
c252318b43
chore: Table layout 默认改成 fixed 去掉 tableLayout 配置 (#7906) 2023-08-23 17:45:06 +08:00
吴多益
dff8bb4a54
chore: 导出 Excel 遇到整数的时候不用科学计数法 (#7900)
* chore: 导出 Excel 遇到整数的时候不用科学计数法

* table view 的 trs 加默认值
2023-08-23 14:04:19 +08:00
sqzhou
866d3412b6
feat: transfer 树形搜索的时候支持高亮& feat: transfer 提供清空搜索的事件动作 & fix: transfer 穿梭器左上角的全选勾选时,没有处理 onlyChildren:true 的逻辑 (#7695)
* feat: transfer 树形搜索的时候支持高亮& feat: transfer 提供清空搜索的事件动作 & fix: transfer 穿梭器左上角的全选勾选时,没有处理 onlyChildren:true 的逻辑

* fix: transfer 穿梭器左上角的全选勾选时,没有处理 onlyChildren:true 的逻辑

* feat: transfer 树形搜索的时候支持高亮& feat: transfer 提供清空搜索的事件动作 & fix: transfer 穿梭器左上角的全选勾选时,没有处理 onlyChildren:true 的逻辑

* feat: transfer 树形搜索的时候支持高亮& feat: transfer 提供清空搜索的事件动作 & fix: transfer 穿梭器左上角的全选勾选时,没有处理 onlyChildren:true 的逻辑

* style: transfer文档动作完善
2023-08-22 14:02:57 +08:00
liaoxuezhi
d0edce2291
feat: tinymce 支持扩充插件 Close: #7801 (#7821) 2023-08-15 10:09:01 +08:00
吴多益
28a90d94dd
feat: 新增 amis-render 组件, 用于渲染数据里的 amis 配置 (#7586)
* feat: 新增 amis-render 组件, 用于渲染数据里的 amis 配置

* type 改名为 amis

* 更新 snapshot

* 修复 snapshot 报错

* fix:input-table删除行记录动作问题

* feat: 范围类组件支持 extraName 拆成两个字段 (#7583)

* style: tr 的active 样式调整 close: #7585

* docs: 更新 React 官网链接

* docs: 添加 position 默认值示意 (#7592)

* chore:调用组件动作时找不到则throw Error

* feat: 新增 amis render 渲染组件

---------

Co-authored-by: lvxiaojiao <lvxiaojiao@baidu.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: liaoxuezhi <liaoxuezhi@icloud.com>
Co-authored-by: YangQi <yangfong2022@qq.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
2023-08-01 10:13:24 +08:00
吴多益
b29afca720
chore: 修复文档中的裂图 (#7545) 2023-07-21 13:33:23 +08:00
liaoxuezhi
b40b2680bb
chore: 调整 table 固定列和固定表头逻辑 (#7449) 2023-07-12 18:39:48 +08:00
liaoxuezhi
7e9943f532
docs: 补充 control 表单项包裹文档 (#7042) 2023-05-31 17:06:41 +08:00
liaoxuezhi
576ff6129b
feat: 新增 radio 组件可结合 combo 或者 inputTable 实现单选效果 Close: #6995 (#7001) 2023-05-31 10:22:20 +08:00
wuduoyi
9981be2d10 fix: 修复 export-excel 中 mapping 不支持 source 变量问题 Closes #5134 2023-05-29 18:46:05 +08:00
liaoxuezhi
5f71cbba9e
feat: render 支持传入 context 数据在弹窗数据映射后依然可访问 (#6905) 2023-05-17 17:21:31 +08:00
hsm-lv
c5d2204ba0
Merge pull request #6596 from DynaZhang/feat-wizard
feat: wizard组件样式交互改造
2023-05-09 09:35:43 +08:00
hsm-lv
75c90ad630
Merge pull request #6823 from nwind/feat-export-excel-color-background-color
feat: export-excel 支持文字颜色及背景色 Closes #6174
2023-05-09 09:27:24 +08:00
wuduoyi
ee7bce25e1 feat: export-excel 支持 label 使用 tpl Closes #5811 2023-05-08 16:27:03 +08:00
wuduoyi
3e598b3d49 feat: export-excel 支持文字颜色及背景色 Closes #6174 2023-05-08 16:17:23 +08:00
吴多益
0ed57be2f0
docs: 避免文档搜索框被主题样式影响 Closes #6389 (#6819) 2023-05-08 14:03:31 +08:00
liaoxuezhi
d6461ced11
chore: 修复 ts 报错,并加入 pr 检测 (#6785)
* chore: 修复 ts 报错,并加入 pr 检测

* 把类型检测放在前面

* 调整一下顺序

* 类型调整

* 设置 build 编译顺序

* 设置 build 编译顺序
2023-05-05 17:13:06 +08:00
liaoxuezhi
3fd350f3ff
feat: inputTree 支持 heightAuto 属性支持高度自动撑开 (#6651) 2023-04-21 15:28:22 +08:00
wanglinfang
230823daa7 feat: crud、crud2支持行移入、行移出事件 2023-04-17 19:32:58 +08:00
zhangzhulei
ac972963f5 feat: wizard组件样式交互改造 2023-04-13 10:44:00 +08:00
zhangzhulei
666ff9b50e
feat: input-table添加事件动作 (#6308)
* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* feat: input-table添加事件动作

* fix: 修改input-table单测

* fix: 修改input-table单测

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* fix: input-table兼容老版事件动作

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

* perf: doAction方法,setState后执行onChange

---------

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-04-11 16:51:05 +08:00
lmaomaoz
5b0171032a
fix: 修复number render对于suffix的兼容 (#6537)
* fix:修复number render对于suffix的兼容

* fix: 去掉冗余逻辑,此逻辑已在StaticHoc中处理

---------

Co-authored-by: jinye <jinye@baidu.com>
2023-04-07 13:17:20 +08:00
meerkat
c333aa8d43
fix: Picker 组件 itemClick 事件改成驼峰式的命名 (#6453) 2023-03-23 20:38:13 +08:00
吴多益
dc18814fb5
chore: 修复 office viewer 文件在 ghpages 里无法访问 (#6435) 2023-03-21 19:27:34 +08:00
吴多益
85bae586a9
feat: office-viewer Word 文档渲染 (#6412)
* init

* theme

* 基础文本渲染

* 基础文本样式

* 支持简单链接和图片

* 修复 jc 解析不正确问题

* 解析和渲染分离

* 初步支持列表渲染

* 完善样式表的实现

* 表格解析初步

* 避免解析顺序不一致

* 避免解析顺序不一致导致的问题

* 基于 DOMParser 来实现解析; 初步实现表格渲染

* 修复行高解析不正确问题

* 修复变量替换不正确问题

* 补充注释

* 用 fflate 替换 jszip, 支持同步使用

* 支持渲染 tab

* 支持表格条件渲染

* 优化表格样式适配

* 完善背景色支持

* 支持 ruby

* 支持简单 inserttext

* 修复表格合并不正确问题

* amis 渲染初步

* 整合 amis 初步

* 支持 input-file 上传预览

* styles: 优化button组件单icon情况的样式 (#6269)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* fix: Badge设置overflowCount不生效问题修复 (#6267)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* feat: InputGroup报错展示优化 (#5803)

* feat:增加DATETOWEEK表达式

* feat:增加DATETOWEEK表达式

* feat:增加WEEKDAY和WEEK表达式

* feat:增加WEEKDAY和WEEK表达式

* feat:增加WEEKDAY和WEEK表达式

* feat:增加WEEKDAY和WEEK表达式

* feat:增加WEEKDAY和WEEK表达式

* chore: 2.7.3版本改为2.8.0 (#6272)

* styles: 输入框附加组件样式 (#6271)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* styles: 优化checkbox组件选中态样式 (#6277)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* feat:增加判断日期范围的表达式BETWEENRANGE&&优化STARTOF和ENDOF

* docs:表达式文档 (#6282)

* fix: Nav样式问题、性能优化 (#6280)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* chore: 还原几个 antd 导航及表格的颜色 (#6276)

* chore: Action倒计时key添加id避免冲突 (#5943)

* fix: nav同层拖拽问题修复 (#6285)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* v2.8.0

* chore: 删除在 ts 编译后永远都不会成立的代码 (#6291)

* styles: 将组件透明背景颜色改为白色 (#6289)

* styles: 将组件透明背景颜色改为白色

* styles: 将组件透明背景颜色改为白色

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* fix: Select组件overlay属性在popOverContainer时宽度错误问题 (#6284)

* fix:Select组件overlay属性在popOverContainer时宽度错误问题

* 问题修改

* styles: 优化link组件svg图标样式 (#6292)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* chore: Tree 组件中使用 value 替换 key (#6194)

* fix: 单选选项值包含逗号时获取选项错误问题 (#6258)

* fix: 单选选项值包含逗号时获取选项错误问题

* 加个单测

* 单测问题

* 在WrapControl 中使渲染器默认 multiple 生效

* 修改

* fix: select 各种模式支持 checkAll (#5941)

* feat(页面交互行为跟踪): 新增pageLoaded事件 (#6299)

* fix: nav拖拽卡顿、更多操作打开定位等问题修复 (#6304)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: toast组件css变量拼错 (#6302)

Co-authored-by: renjianhua <renjianhua@zuoshouyisheng.com>

* fix: CRUD2 加载更多时接口page传参始终为1 (#6298)

* fix: 日期范围底部按钮居中 (#6301)

* 调整 saveAs  fileName 优先级

* feat: 移动端人员选择增加确定按钮

* Update UserSelect.tsx

* fix: 人员选择ts 类型错误

* fix: 城市选择组件移动端回显问题

* fix: 移动端级联选择器选中值bug修复

* Update Cascader.tsx

* fix: 城市选择香港、澳门不能选择市

* fix: 删除错误城市数据

* feat: 移动端人员选择支持字段配置

* feat: 人员选择组件支持字段配置

* Update UserSelect.tsx

* fix: 移动端人员选择静态展示头像url回显

* fix: 日期时间选择器底部按钮居中

---------

Co-authored-by: zhangxulong <zhangxulong@baidu.com>

* fix: table2全选、嵌套展开等问题修复 (#6313)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* docs(API 适配器): 调整文档细节 (#6314)

* styles: 优化清除图标样式 (#6312)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* fix: 修复 Tree 在传入 pathSeparator 时,非根节点无法选中 (#6315)

* Update README.md

* fix: 解决因部分组件默认配置,导致编辑器配置面板宽度溢出问题 (#6328)

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>

* chore: svg 瘦身 (#6320)

* chore: svg 瘦身

* chore: svg 瘦身

* chore: svg 瘦身

* feat: mapping 的 source 接口支持 select 选项类接口 (#6326)

* fix: 调整 spinner-overlay 和 dialog 的 z-index,使关闭按钮不会被 spinner 遮挡 (#6321)

* feat: 新增 number 组件用来展示数字 (#6330)

* feat: 新增 number 组件用来展示数字

* feat: 新增 number 组件用来展示数字

* chore: tableCell 内部属性换个名字,以免跟已有其他组件组合使用时冲突

* fix: 注销renderer问题 (#6327)

Co-authored-by: liujintao03 <liujintao03@baidu.com>

* feat: InputExcel支持placeholder (#6295)

* feat: button-group-select支持角标 (#6309)

Co-authored-by: yanglu19 <yanglu19@baidu.com>

* chore: 暴露 InputBoxWithSuggestion (#6337)

* fix: 注销renderer问题 (#6338)

Co-authored-by: liujintao03 <liujintao03@baidu.com>

* docs: 补充trackExpression用法示例 (#6286)

* fix: 解决monaco环境变量和monaco插件的冲突 (#6283)

Co-authored-by: renjianhua <renjianhua@zuoshouyisheng.com>

* fix: Cards嵌套List组件时, props透传导致Schema不生效问题 (#6110)

* styles: 优化带单位的number组件样式 (#6054)

* styles: 优化待单位的number组件样式

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

* fix(Table): #2978 嵌套表格如何设置默认全部展开 (#6028)

* fix(Table): #2978 嵌套表格如何设置默认全部展开

* fix(Table): #2978 更改函数命名

* fix: now表达式作为form组件默认值时,增加特殊逻辑,处理数据更新 (#5783)

* fix: 解决公式编辑器 搜索变量失效bug (#6345)

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>

* fix: nav角标、悬浮展开子菜单、更多操作不可点击等问题修复 (#6346)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* feat:config动作优化

* fix: 修复卡片的 checkOnItemClick 配置问题 (#6365)

* fix: 修复弹窗中 form 配置 closeDialogOnSubmit 无效的问题 (#6368)

* fix: Transfer tree mode 支持 onlyChildren;两个值为undefined的Option不相等 (#6342)

* fix:transfer tree 支持 onlyChildren;两个值为undefined的Option不相等

* 修改

* 修改

* feat:carousel支持卡片动画模式 (#6354)

* feat:carousel支持多图配置

* Update carousel.md

---------

Co-authored-by: zhaowenli <zhaowenli@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>

* fix: inputTable 组件value依赖别的字段时,不同步数据域的问题 (#6360)

* fix: inputTable 组件value依赖别的字段时,不同步数据域的问题

* 修改

* 修改

* feat: 添加input-table子表单校验 (#6357)

* feat: 添加input-table子表单校验

* feat: 添加input-table snapshots更新

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验

* feat: input-table snapshots更新

* feat: 添加input-table子表单校验

* feat: 添加input-table子表单校验

* feat: Steps source支持动态获取value status (#6370)

* fix: 修复 drawer reload 目标可能找不到的问题 (#6373)

* fix: 修复 crud 嵌套会触发多次快速保存接口问题 (#6374)

* fix: 修复 this.model.validated 可能读取不到的报错 (#6375)

* chore: alert 支持多个实例

* feat: Tag支持事件动作 (#6325)

* feat: reload 支持动态目标, 解决目标在循环中场景 (#6372)

* chore: Select组件checkAllBySearch默认为true (#6347)

* fix: Nav切换数据源实时更新、点击分组卡顿、横向模式排序等问题修复 (#6371)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: table单元格支持自定义样式、crud支持本地数据快速过滤 (#6353)

Co-authored-by: wanglinfang <wanglinfang@baidu.com>

* fix: 修改角标样式 (#6383)

Co-authored-by: yanglu19 <yanglu19@baidu.com>

* fix: 图标选择器,如果图标不属于saas项目中的,则默认显示schema配置的内容 (#6394)

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>

* feat: icon支持自定义样式 (#6379)

Co-authored-by: sarding <hongfuquan@baidu.com>

* fix: 解决input-table某些场景下无法新增的bug (#6400)

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>

* fix: 解决input-table某些场景下无法新增的bug (#6404)

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>

* fix: input-table内columns为下拉框时,删掉下拉框的选中值,发现input-table的数据域更新错误 (#6402)

* fix: input-table内columns为下拉框时,删掉下拉框的选中值,发现input-table的数据域更新错误

* fix: input-table内columns为下拉框时,删掉下拉框的选中值,发现input-table的数据域更新错误

* 修复示例文档错误

* 修复用例报错

* 修复 fis 报错

---------

Co-authored-by: qkiroc <30946345+qkiroc@users.noreply.github.com>
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Co-authored-by: wanglinfang2014 <w.l.fang@foxmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
Co-authored-by: lvxiaojiao <lvxiaojiao@baidu.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: lurunze1226 <lurunze1226@foxmail.com>
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
Co-authored-by: sansiro <sansiro@sansiro.me>
Co-authored-by: meerkat <kit_hack@outlook.com>
Co-authored-by: 刘丹 <365533093@qq.com>
Co-authored-by: backpast <agileago@gmail.com>
Co-authored-by: renjianhua <renjianhua@zuoshouyisheng.com>
Co-authored-by: ls <1769057083@qq.com>
Co-authored-by: zhangxulong <zhangxulong@baidu.com>
Co-authored-by: zhangzhulei <30931358+DynaZhang@users.noreply.github.com>
Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
Co-authored-by: gooolh <57032082+gooolh@users.noreply.github.com>
Co-authored-by: liujintao03 <liujintao03@baidu.com>
Co-authored-by: Dora <53067150+Dora-boots@users.noreply.github.com>
Co-authored-by: yanglu19 <yanglu19@baidu.com>
Co-authored-by: TommyShao <tomieric@gmail.com>
Co-authored-by: pianruijie <13522335863@163.com>
Co-authored-by: xiangwaner <1186355501@qq.com>
Co-authored-by: zhaowenli <zhaowenli@baidu.com>
Co-authored-by: zhou999 <zhousq809@163.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: sarding <37691952+sarding@users.noreply.github.com>
Co-authored-by: sarding <hongfuquan@baidu.com>
2023-03-20 20:09:13 +08:00
meerkat
e15892f8dd
feat: Tag支持事件动作 (#6325) 2023-03-15 15:17:58 +08:00
TommyShao
d79f35c22c
fix(Table): #2978 嵌套表格如何设置默认全部展开 (#6028)
* fix(Table): #2978 嵌套表格如何设置默认全部展开

* fix(Table): #2978 更改函数命名
2023-03-10 15:39:27 +08:00
liaoxuezhi
8b0da0e547
feat: 新增 number 组件用来展示数字 (#6330)
* feat: 新增 number 组件用来展示数字

* feat: 新增 number 组件用来展示数字
2023-03-09 12:11:54 +08:00
meerkat
1b57420227
fix: 调整 spinner-overlay 和 dialog 的 z-index,使关闭按钮不会被 spinner 遮挡 (#6321) 2023-03-09 11:45:38 +08:00
meerkat
d81079bd95
fix: 修复 Tree 在传入 pathSeparator 时,非根节点无法选中 (#6315) 2023-03-07 20:46:52 +08:00