Commit Graph

611 Commits

Author SHA1 Message Date
wanglinfang2014
79171324df
fix: nav同层拖拽问题修复 (#6285)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-28 20:52:15 +08:00
RUNZE LU
111ab16fc9
chore: Action倒计时key添加id避免冲突 (#5943) 2023-02-28 17:12:27 +08:00
吴多益
62417f5cb9
chore: 还原几个 antd 导航及表格的颜色 (#6276) 2023-02-28 15:58:11 +08:00
wanglinfang2014
0d218b7b28
fix: Nav样式问题、性能优化 (#6280)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-28 15:56:27 +08:00
RUNZE LU
0573ef690c
chore: 2.7.3版本改为2.8.0 (#6272) 2023-02-27 21:39:28 +08:00
RUNZE LU
6f83be8a5a
feat: InputGroup报错展示优化 (#5803) 2023-02-27 20:48:07 +08:00
zhangzhulei
04e5959122
fix: input-table 表格操作栏 文字图标更换展示位置 (#6261)
Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-02-27 16:42:18 +08:00
RUNZE LU
3c597c186d
fix: SDK导出后TooltipWrapper默认挂载点错误导致样式丢失 (#6264) 2023-02-27 16:36:51 +08:00
sansiro
65ef4a1f26
chore: 修复一些单测容易报错的问题 (#6263) 2023-02-27 16:27:53 +08:00
RUNZE LU
3164f77762
docs: List组件innerClassName补充说明 (#6225) 2023-02-27 14:33:01 +08:00
lvxiaojiao
b1f7093413 feat:拆分上传组件success事件数据 2023-02-27 12:32:47 +08:00
sansiro
0fb84dd95b
feat: select 支持自定义下拉框宽度与对齐方式 (#5942)
* feat: select 支持自定义下拉框宽度与对齐方式

* 修改

* 解决冲突

* 添加版本限制提示

* 再跑下单测

* 整合为一个属性 overlay;支持更多单位;支持相对写法
2023-02-24 19:48:41 +08:00
liaoxuezhi
fa286832d1
fix: 修复 crud column 配置 wrapperComponent 属性导致 dom 结构错误问题 (#6253)
* fix: 修复 crud column 配置 wrapperComponent 属性导致 dom 结构错误问题

* fix: 修复 crud column 配置 wrapperComponent 属性导致 dom 结构错误问题
2023-02-24 19:42:37 +08:00
wanglinfang2014
dc6ff604be
fix: Nav样式问题修复 (#6245)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-24 15:07:19 +08:00
v_xukeke
d7c78aeeb8 page的css属性支持解析动画和audio组件展示NAN的buf_fix 2023-02-23 17:31:14 +08:00
sansiro
702df73a0e
feat: table组件autoFillHeigh属性支持maxHeight (#6240)
* feat: table组件autoFillHeigh属性支持maxHeight

* fix: table2 title 传递问题

* fix: table 文档补充

* fix: table 文档补充版本限制
2023-02-23 16:53:47 +08:00
RUNZE LU
f9930900de
feat: TreeSelect & InputTree支持menuTpl, enableDefaultIcon (#6161) 2023-02-23 16:46:27 +08:00
RUNZE LU
8ea0b31016
chore: 修复JsonSchemaEditor的ts warning问题 (#6232) 2023-02-22 17:37:24 +08:00
wanglinfang
acdf77b032 fix: Nav分组缩起样式问题修复 2023-02-22 16:30:52 +08:00
wanglinfang2014
e8c694b4ab
feat: Nav支持菜单项分组、修复一些问题 (#6227)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-21 20:31:25 +08:00
RUNZE LU
dfeb0ee6e4
feat: JsonSchemaEditor支持设置placeholder (#6222) 2023-02-21 19:15:55 +08:00
zhangzhulei
f2a38b0c5f
fix: input-table组件 修复静态(static)展示 和禁用(disabled)展示问题 && 支持表格底部按钮配置 (#6208)
* fix: input-table组件 修复静态(static)展示 和禁用(disabled)展示问题 && 支持表格底部按钮配置

* fix: input-table组件 修复静态(static)展示 和禁用(disabled)展示问题 && 支持表格底部按钮配置

* doc: input-table格式化文档

---------

Co-authored-by: zhangzhulei <zhangzhulei@baidu.com>
2023-02-21 12:39:02 +08:00
RUNZE LU
499422244b
feat: SearchBox支持清空内容后立即执行搜索 (#6206) 2023-02-20 15:06:12 +08:00
RUNZE LU
97775a9c00
feat: InputNumber支持clearValueOnEmpty (#6211) 2023-02-20 15:04:26 +08:00
qkiroc
d841acf5d7
styles: 下拉框、日期、时间组件主题样式 (#6184)
* 单测范围修改 (#6133)

* 单测范围修改

* 单测范围修改

* feat:下拉框&时间/日期选择器主题适配 (#6134)

* feat: select支持主题变量配置

* feat:下拉框&时间/日期选择器主题适配

* fix:更新测试用例

* fix:代码扫描修复

* fix:代码扫描修复

---------

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

* feat:下拉框主题样式优化 (#6142)

* feat:下拉框主题样式优化

* fix:测试用例修复

---------

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

* fix: 下拉框&日期测试修复 (#6183)

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

* fix:恢复测试用例 (#6189)

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

* fix:恢复测试用例 (#6191)

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

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com>
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-02-20 12:34:43 +08:00
wanglinfang2014
9036d54249
feat: Nav支持默认展开层级、样式问题修复 (#6205)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-17 11:17:22 +08:00
kano
fd06b45558
fix: 单独使用input-group&Combo静态展示不生效 (#6160)
Co-authored-by: huangying11 <huangying11@baidu.com>
2023-02-17 10:51:04 +08:00
sansiro
17d15222f8
chore: List 组件单元测试补充 (#6172)
* chore: List 组件单元测试补充

* 总结
2023-02-16 19:08:05 +08:00
sansiro
01cd73f057
chore: Alert 组件单元测试补充 (#6171)
* chore: Alert 组件单元测试补充

* 总结
2023-02-16 19:07:35 +08:00
sansiro
4b01ece327
chore: Link 组件单元测试补充 (#6170) 2023-02-16 19:06:29 +08:00
sansiro
b2338922e4
chore: Timeline 组件单元测试补充 (#6169) 2023-02-16 19:06:08 +08:00
sansiro
980555d8dd
fix: ChainedSelect 组件多展示一个空 Select (#6166) 2023-02-16 19:05:39 +08:00
lmaomaoz
6b25efb333
Status组件新增source属性,优化Icon渲染逻辑 (#6179)
* docs: Status 新增source属性

* feat: Status 组件新增source属性,兼容旧版map和labelMap属性,优化渲染Icon的方式

* chore: Status组件新增的属性补充单元测试

* feat: Status 组件新增source属性,兼容旧版map和labelMap属性,优化渲染Icon的方式

* docs: Status 新增source属性

---------

Co-authored-by: jinye <jinye@baidu.com>
2023-02-16 12:30:52 +08:00
sansiro
7064c99cdb
fix:crud2 支持 onQuery;loadMore动作支持 (#6195) 2023-02-16 12:29:59 +08:00
wanglinfang2014
927c358b78
fix: Nav无法展开、高亮不同步问题修复 (#6182)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-16 10:48:43 +08:00
liaoxuezhi
e90c4bf42b
chore: confirmBox 在确认过程中底下按钮应该禁用,以免重复提交, 同时解决 tabs 在 form 中 disabled 无效问题 (#6187) 2023-02-15 15:26:40 +08:00
RUNZE LU
99f61f0a51
styles: Table开启固定列时表头高度不一致问题 (#6150) 2023-02-13 17:16:22 +08:00
meerkat
dc2b670708
chore: 更新 nav 单测延迟的判断逻辑 (#6149) 2023-02-09 10:07:56 +08:00
wanglinfang2014
495e2f9c6c
fix: Nav组件父节点无法文档路由问题 (#6148)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-02-08 19:14:25 +08:00
sansiro
84a528f16f
fix: tabs activeKey 表达式支持问题;增加defaultKey属性 (#6084)
* fix: tabs activeKey 表达式支持问题;增加defaultKey属性

* 添加版本限制提示

* 再跑下单测
2023-02-08 12:58:05 +08:00
RUNZE LU
7c2fcdfb6a
fix: Tree组件同时配置source & autoComplete时数据覆盖问题 (#6113) 2023-02-08 12:06:55 +08:00
RUNZE LU
31063fe68e
feat: Action组件支持isolateScope (#5796) 2023-02-08 11:53:36 +08:00
lurunze1226
a05c704947 v2.7.2 2023-02-02 17:29:14 +08:00
lurunze1226
3f5fc048a3 v2.7.1 2023-02-01 18:54:47 +08:00
lurunze1226
e5c1331382 v2.7.0 2023-01-31 21:08:03 +08:00
wanglinfang2014
168989f9af
feat: Nav支持layout可视化 (#6063)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-01-31 14:06:32 +08:00
sansiro
ff64f0345c
fix: 单测问题修复 (#6107)
* fix: 单测问题修复

* fix: 单测问题修复
2023-01-31 11:47:05 +08:00
lmaomaoz
ba4d1ecc04
feat: mapping组件默认值value支持表达式 (#6034)
Co-authored-by: jinye <jinye@baidu.com>
2023-01-30 21:08:27 +08:00
sansiro
74796dd258
fix: panel renderLabel 透传问题;tableCell inputOnly 透传问题修改 (#6083) 2023-01-30 21:02:26 +08:00
sansiro
372dbbdb9a
chore: Each 组件单元测试补充 (#6095) 2023-01-30 20:49:19 +08:00
sansiro
5a3018b6a8
chore: SearchBox 组件单元测试补充 (#6094) 2023-01-30 20:49:02 +08:00
sansiro
3e234e78b3
chore: Steps 组件单元测试补充 (#6093) 2023-01-30 20:48:45 +08:00
lmaomaoz
4c9442673a
chore: TplSchema属性声明 (#6053)
Co-authored-by: jinye <jinye@baidu.com>
2023-01-30 20:47:16 +08:00
sansiro
d46257fd43
chore: Picker 单测补充 (#6050) 2023-01-30 20:45:20 +08:00
sansiro
c5f985c761
chore: InputSubForm 单测补充 (#6049) 2023-01-30 20:45:02 +08:00
sansiro
482a025743
chore: ListSelect 单测补充 (#6048) 2023-01-30 20:44:35 +08:00
meerkat
a63fcf1bf2
fix: Tree outline 偏移 (#6085) 2023-01-18 10:29:51 +08:00
meerkat
ff88c35e1c
fix: Tree编辑子节点无法取消的情况 (#6079) 2023-01-17 14:21:42 +08:00
RUNZE LU
3b8809233c
fix: NestedSelect搜索后未重置数据源; chore: NestedSelect搜索支持value字段 (#6055) 2023-01-13 16:12:46 +08:00
sansiro
45dc93c07f
feat: 核心组件相关改动 (#6025)
* feat: 核心组件相关改动

* table2 列搜索自定义schema问题修复

* table2 column 不将title传递下去

* 不能传递 valueField 给table,否则table中的表单项valueField 会被覆盖
2023-01-13 16:10:19 +08:00
FengMr
522d9c06c8
fix: 修复 select 级联模式和分组模式下 labelField 丢失问题 (#6057)
Co-authored-by: fengxian.guo <guofengxian@bigtreefinance.com>
2023-01-13 13:10:26 +08:00
sansiro
41b86be11d
fix: 判断 defer tree 条件补充 (#6060) 2023-01-12 17:49:05 +08:00
meerkat
6ca4148ea9
fix: 修复 tree 配置了 defer 属性时,展开错误 (#6056) 2023-01-12 15:05:14 +08:00
sansiro
7e673d25b8
feat: transfer & select 其他模式支持 showInvalidMatch 字段; tree 模式带 deferApi 情况下不添加 unmatched option (#6022)
* feat: transfer & select 其他模式支持 showInvalidMatch 字段; tree 模式带 deferApi 情况下不添加 unmatched option

* 修改

* 快照修改
2023-01-12 14:14:44 +08:00
qinhaoyan
9038211a7f
styles: 修复status图标颜色问题 (#6045)
* styles: 修复status图标颜色问题

* styles: 修复status图标颜色问题
2023-01-11 17:13:06 +08:00
meerkat
0340ca00a2
fix: 修复 Tree 在拖拽后item使用旧的key导致的渲染异常 (#6043) 2023-01-10 10:56:21 +08:00
sansiro
c3b93e3a35
chore: tooltipWrapper 单测补充 (#6007)
* chore: tooltipWrapper 单测补充

* 修改

* 修改
2023-01-09 14:24:03 +08:00
sansiro
ec9e9cfb9b
chore: image/images 单测补充 (#6006)
* chore: image/images 单测补充

* 修改
2023-01-09 14:23:49 +08:00
qinhaoyan
3ac4097dc4
styles:主题二期合入 (#6023)
* style: button主题适配 (#5780)

* feat: button增加font-weight (#5781)

* feat: button增加font-weight

* fix: button-fix

* fix: button-fix

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

* style: font

* feat: input输入框变量样式&切换图标方案 (#5847)

* feat: input输入框变量样式&切换图标方案

* fix: 去掉多余代码

* fix: 去掉多余代码

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

* style: input外观

* fix: 修复选择图标没选中 (#5858)

* fix: 修复选择图标没选中

* fix: 代码格式

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

* style: link组件

* style: form

* inputNumber输入输入框 组件css变量 (#5874)

* inputNumber输入输入框 组件css变量

* inputNumber组件 兼容变量

* inputNumber组件 css变量文件迁移

* inputNumber组件 删除变量

* 去除无用变量

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

* style: form

* style: form

* InputNumber组件 变量修改 (#5879)

* inputNumber输入输入框 组件css变量

* inputNumber组件 兼容变量

* inputNumber组件 css变量文件迁移

* inputNumber组件 删除变量

* 去除无用变量

* InputNumber组件 变量修改

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

* style: form

* style: input

* inputNumber组件 加强版分别配置 (#5887)

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

* style: input-range

* inputNumber组件 加强版图标 (#5888)

* inputNumber组件 加强版分别配置

* inputNumber组件 加强版图标

* 修改图标变量

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

* style: rating

* checkbox组件变量 (#5902)

* inputNumber组件 加强版分别配置

* inputNumber组件 加强版图标

* 修改图标变量

* checkbox组件变量

* 修改checkbox-size

* 修改checkbox-size变量

* 优化

* 优化

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

* checkbox边框 背景分别配置变量 (#5904)

* inputNumber组件 加强版分别配置

* inputNumber组件 加强版图标

* 修改图标变量

* checkbox组件变量

* 修改checkbox-size

* 修改checkbox-size变量

* 优化

* 优化

* checkbox边框 背景分别配置变量

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

* listSelect组件变量 (#5917)

* listSelect组件变量

* 优化

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

* feat: radio&switch样式变量适配 (#5924)

* feat: radio&switch样式变量适配

* fix:修复变量

* fix: 变量修复

* fix: 变量修复

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

* style: 兼容style

* feat: Collapse变量适配 (#5934)

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

* 组件自定义变量补充 (#5947)

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

* inputNumber加强版背景覆盖普通版 (#5951)

* 组件自定义变量补充

* inputNumber加强版背景覆盖普通版

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

* pref: 已修改组件变量迁移到components (#5952)

* pref: 将变量冲properties迁移到components

* pref: 已修改组件变量迁移到components

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

* pref: 优化变量位置 (#5953)

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

* theme: 面板\分割线\选项卡

* theme: 选项卡

* theme: link

* feat: inputFile&inputImage组件变量 (#5982)

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

* fix: 图标选择修复和兼容处理 (#5984)

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

* theme: bugfix

* theme: bugfix

* fix: 去掉input的size&修复collapse样式 (#5985)

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

* theme: 样式调整

* theme: 样式调整

* pref: 折叠器样式变量修改 (#5991)

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

* theme: 样式调整

* theme: 样式调整

* theme: 样式调整

* theme: 样式调整

* styles: 主题变量bugfix

* checkbox&number组件变量修复 (#6019)

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

* fix: 输入框图标样式修复 (#6021)

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

* 回滚注释

* 更新快照

* fix: 修复评分组件报错问题

Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com>
Co-authored-by: hongyang03 <hongyang03@baidu.com>
Co-authored-by: 徐佳豪 <1440054388@qq.com>
Co-authored-by: xujiahao01 <xujiahao01@baidu.com>
2023-01-06 20:36:45 +08:00
lvxiaojiao
09169c26b2 feat:动作上下文补充$$用于获取组件当前数据域 2023-01-06 16:37:39 +08:00
hsm-lv
d0bd252811
feat:Tag&Icon接入事件 (#6016) 2023-01-05 10:11:28 +08:00
jinye
7683fd84ef fix: 修复anchor锚点导航组件设置visible隐藏时,组件报错的bug 2023-01-04 17:49:59 +08:00
RUNZE LU
88005c5422
feat: Container支持可拖拽 (#5949) 2023-01-03 20:35:42 +08:00
sansiro
cf7e59e76f
fix: InputQuarterRange 单测问题修改 (#6008) 2023-01-03 10:13:25 +08:00
lurunze1226
eb43508d3e v2.6.0 2022-12-30 21:12:40 +08:00
sansiro
2459330ab0
fix: inputMonth 动态minDate不更新 (#5909)
* fix: inputMonth 动态minDate不更新

* 加个单测

* 修改

* 使用 moment 方法
2022-12-30 15:27:23 +08:00
RUNZE LU
d5788cea37
chore: Service组件提供__response字段用于区分接口失败情况 (#5792) 2022-12-30 12:45:47 +08:00
关跃
3d480383f2
inputTable编辑按钮Bug (#5878) 2022-12-30 11:50:28 +08:00
黑白配
cecb3430ba
fix: transform is undefined (#5905) 2022-12-30 11:12:26 +08:00
RUNZE LU
a03677616a
fix: 修复CRUD的filter中clearValueOnHidden字段使用上次保留值的问题 (#5896) 2022-12-30 11:05:59 +08:00
刘丹
4c568d2592
fix: 表单类组件和代码高亮组件支持style响应式 (#6001)
* fix(InputImage): 细节调整

* fix: 统一组件style属性ts校验格式

* fix: 表单组件和面板组件style设置细节完善

* fix: 表单类组件和代码高亮组件支持style响应式
2022-12-29 20:44:34 +08:00
liaoxuezhi
3e2dd1c169
chore: table 不应该透传 autoGenerateFilter (#5998) 2022-12-29 19:43:54 +08:00
liaoxuezhi
0303526739
doc: 补充 amis-editor 文档 (#5996)
* 发布新版

* 发布版本

* doc: 补充 amis-editor 文档
2022-12-28 20:53:15 +08:00
sansiro
61dd67688f
fix: dropdownButton 更新快照 (#5993)
* fix:去除dropdownbutton快照

* 更新单测
2022-12-28 18:33:42 +08:00
刘丹
4388f4068e
fix: 表单组件和面板组件style设置细节完善 (#5992)
* fix(InputImage): 细节调整

* fix: 统一组件style属性ts校验格式

* fix: 表单组件和面板组件style设置细节完善
2022-12-28 17:35:43 +08:00
sansiro
8c7e3cbc74
chore: 轮播图单测布补充 (#5972) 2022-12-28 17:02:33 +08:00
sansiro
8d0947bf98
chore: Progress 单测补充 (#5973) 2022-12-28 17:02:08 +08:00
sansiro
68754ec845
chore: DropDownButton 单测补充 (#5974) 2022-12-28 17:01:43 +08:00
吴多益
cb4f85b054
feat: input-excel 支持解析图片 (#5937) 2022-12-28 17:00:50 +08:00
meerkat
a0374be192
feat: Spinner 增加 loadingConfig 属性,控制Spinner不展示、指定挂载节点 (#5933) 2022-12-28 16:59:19 +08:00
meerkat
09253466f7
chore: 补充 Tree source 单测 (#5983) 2022-12-28 14:05:21 +08:00
lvxiaojiao
efc7e024d0 feat:formula支持函数注册 2022-12-27 21:44:54 +08:00
meerkat
d7409498d4
fix: 解决tree异步数据不渲染的问题 (#5980) 2022-12-27 10:46:00 +08:00
liaoxuezhi
9d18904eef
fix: 修复 sendOn 可能被绕过的问题 (#5978)
* 发布新版

* fix: 修复 sendOn 可能被绕过的问题

* fix: 修复请求体无法是数组的问题
2022-12-26 16:10:53 +08:00
hsm-lv
c3d32ad10d
Merge pull request #5977 from hsm-lv/fix-inputImage-event
feat:图片上传成功事件参数优化
2022-12-26 11:07:05 +08:00
ls
ffe7fdda77
fix: 移动端人员选择静态展示头像url回显 (#5976)
* 调整 saveAs  fileName 优先级

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

* Update UserSelect.tsx

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

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

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

* Update Cascader.tsx

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

* fix: 删除错误城市数据

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

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

* Update UserSelect.tsx

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

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2022-12-26 11:05:55 +08:00
lvxiaojiao
4277743fba feat:文件上传成功事件参数优化 2022-12-26 10:51:27 +08:00
lvxiaojiao
3456e76a11 feat:图片上传成功事件参数优化 2022-12-26 10:47:30 +08:00
刘丹
330e3c6d98
fix: 统一组件style属性ts校验格式 (#5968)
* fix(InputImage): 细节调整

* fix: 统一组件style属性ts校验格式
2022-12-23 16:01:21 +08:00
lmaomaoz
ceaede27b2
fix: 修复inputNumber静态展示时未处理前后缀,千分隔的问题 (#5957)
Co-authored-by: jinye <jinye@baidu.com>
2022-12-23 14:57:31 +08:00