Commit Graph

348 Commits

Author SHA1 Message Date
igrowp
9bbf39c0c6
feat: ConditionBuilder组件左侧选项支持树形结构 (#5342)
* feat: ConditionBuilder组件左侧选项支持树形结构

* patch: version for condition-builder.md selectMode

Co-authored-by: wutong25 <wutong25@baidu.com>
Co-authored-by: RUNZE LU <36724300+lurunze1226@users.noreply.github.com>
2022-09-16 10:47:34 +08:00
liaoxuezhi
fc39ad2fbe
feat: input-formula 支持 mixedMode 支持字符串和表达式混合输入 (#5372)
* feat: input-formula 支持 mixedMode 支持字符串和表达式混合输入

* 优化空值
2022-09-16 10:06:44 +08:00
liaoxuezhi
6007a1ef53
chore: 调整文件上传文件体积展示,转成 KB, MB 等展示,而不是字节 (#5328)
* chore: 调整文件上传文件体积展示,转成 KB, MB 等展示,而不是字节

* 落改了一个

* 修复正则错误

* 修复正则错误
2022-09-09 15:04:20 +08:00
wuduoyi
67d5617f01 feat: 表单支持配置 persistDataKeys 限制只持久化部分表单项 2022-09-02 15:11:53 +08:00
小鹅鹅鹅
918266f695
docs: form表单事件表 validateError 事件说明 typos (#5262) 2022-09-01 19:23:44 +08:00
RUNZE LU
1deb9358d2
fix: InputNumber输入值带单位时渲染错误问题 (#5268) 2022-08-30 20:06:46 +08:00
RUNZE LU
eb28d2fba7
feat: FormItem格式校验支持日期时间规则 (#5241) 2022-08-26 13:31:29 +08:00
RUNZE LU
380adba034
fix: DateRange组件关闭面板时写入InValid Date问题; feat: DateRange游标动画支持控制 (#5223) 2022-08-25 13:57:42 +08:00
RUNZE LU
6d00e12423
fix: InputNumber组件初始值未按照精度处理问题 (#5226) 2022-08-25 13:55:15 +08:00
sansiro
4c40bde45e
chore: checkboxes 单测、文档补充 (#5213)
Co-authored-by: tooeast <liuzedong02@baidu.com>
2022-08-24 16:09:23 +08:00
吴多益
79a4b54c83
fix: 修复 wizard 组件在 step 内容无法格式化为数字时显示配置错误 (#5215) 2022-08-24 10:32:23 +08:00
liaoxuezhi
2519dd2462
feat: editor 支持配置 placeholder (#5196) 2022-08-23 10:13:44 +08:00
小鹅鹅鹅
9e0ac83362
docs: docs: InputPassword标题typos (#5135) 2022-08-17 09:59:16 +08:00
龙少
c72a99d780
feat: 增加图片裁剪属性配置 & 增加根据名称获取自定义FormItem方法 (#5120)
* 修复人员组件默认值

* 图片选择器增加裁剪配置

* 增加根据name获取自定义组件的方法

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2022-08-15 17:50:59 +08:00
吴多益
cc15765d4d
fix: options 内容过多时超出显示问题 (#5112) 2022-08-11 17:25:42 +08:00
吴多益
1866899a73
feat: optinos 支持配置新增和编辑的弹框属性;修复编辑属性 popover 无法显示问题;去掉代码里遗漏的 component… (#5085)
* feat: optinos 支持配置新增和编辑的弹框属性;修复编辑属性 popover 无法显示问题;去掉代码里遗漏的 componentWillMount

* 支持外部代码实现删除逻辑
2022-08-09 12:56:13 +08:00
吴多益
78955f4ea9
chore: 更新依赖,tinymce 到 6.1.2,echarts 到 5.3.1,qrcode.react 到 3.1.0,reac… (#5018)
* chore: 更新依赖,tinymce 到 6.1.2,echarts 到 5.3.1,qrcode.react 到 3.1.0,react 到 18.2.0

* 调整一下 tinymce 默认 toolbar

* 调整一下 tinymce 默认 toolbar
2022-07-29 18:09:07 +08:00
meerkat
61d6b4cb53
fix: select组件size=lg时展示错误 (#5008)
* fix: select组件size=lg时展示错误 (#4599)
* fix: 修复dev环境 mobile scss加载失败
* chore: update snapshot
2022-07-28 21:24:18 +08:00
sansiro
950dfc012d
Merge branch 'baidu:master' into feat-unit-test-721 2022-07-25 19:14:14 +08:00
tooeast
8799e62f6c chore: 补充 radios switch input-text 单测 2022-07-25 19:10:20 +08:00
RUNZE LU
57e9c617e8
fix: InputTag组件placeholder属性不生效问题 (#4933) 2022-07-22 17:31:58 +08:00
Allen
c2ed461ab8
feat popover 新增 containerSelector 用于指定挂载位置 (#4871) 2022-07-14 13:16:35 +08:00
Ma ke
a33a5d11e9
fix:ChainedSelect针对后端接口返回内容不规范导致报错处理 (#4825)
Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“>
2022-07-11 17:02:14 +08:00
RUNZE LU
1476606077
cherry-pick: pick some of bugfix & feat from 1.9.x (#4839)
* fix: InputPassword组件revealPassword属性没有update问题 (#4738)

* fix inputFile 文件上传点击问题

* fix: Wizard服务端校验失败后仍然处于loading状态问题 (#4778)

* fix: InputExcel触发reload后文案未更新问题 (#4780)

* fix: 移动端时间选择器标题不显示字段名,timeRange高度超高问题 (#4783)

* fix: AnchorNav内容更新后定位错误问题 (#4785)

* feat: InputText支持更多CSS类名属性 (#4822)

* fix: Card内容区使用表单项目组件时渲染2个label问题 (#4821)

* feat: SearchBox支持搜索历史; fix: Tag组件ellipsis, closable不生效; doc: 文档搜索后内容不清空 (#4809)

* doc: 补充Table中长文本ellipsis的示例 (#4824)

* chore: 日期Picker组件label类型错误 (#4830)

* fix: CURD开启autoFillHeight后固定列错位/不同步滚动问题 (#4748)

Co-authored-by: allenve <yupeng.fe@qq.com>
2022-07-11 17:01:19 +08:00
qianchuan
e4d151ae76
feat:自动填充API联动 (#4786)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2022-07-11 12:04:11 +08:00
wuduoyi
b7f6b87209 feat: 新增 input-kvs 组件支持复杂对象嵌套场景 2022-07-08 13:25:14 +08:00
hsm-lv
cdab830a65
fix:日期范围文档链接错误 (#4796) 2022-07-05 21:14:01 +08:00
liaoxuezhi
037d1578a3 文档补充版本号信息 2022-06-28 15:04:07 +08:00
liaoxuezhi
453e6e9125 文档补充版本号信息 2022-06-28 14:55:27 +08:00
liaoxuezhi
625f0568ab doc: 添加 combo setValue 事件动作示例 2022-06-28 13:23:43 +08:00
igrowp
8aead05f1e
图片上传自动填充逻辑调整 (#4692)
* v2.0.0-rc.16

* fix: 图片上传自动填充逻辑调整

Co-authored-by: wutong25 <wutong25@baidu.com>
2022-06-24 11:52:21 +08:00
igrowp
0896ed77ed
fix: 文件上传自动填充问题修复 (#4688)
Co-authored-by: wutong25 <wutong25@baidu.com>
2022-06-24 10:12:22 +08:00
RUNZE LU
672c5c7f96
feat: Switch支持不同尺寸 (#4682) 2022-06-23 19:16:32 +08:00
chengjinyang
9da3b1570b fix: 修改依赖方法错误路径及文档属性名 2022-06-22 21:33:51 +08:00
chengjinyang
8f28f924d7 feat: highlight支持变量 2022-06-22 20:13:10 +08:00
weijian1
e7208c383c
doc:完善inputText事件表 (#4657) 2022-06-20 21:15:17 +08:00
weijian1
41d98c8772
doc:补充完善inputTable按钮触发新增行文档 (#4662)
Co-authored-by: liweijian <liweijian@hkmtl.com>
2022-06-20 21:14:04 +08:00
qianchuan
766c31d476
feat:表单项增加参照录入 (#4618)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2022-06-20 21:11:06 +08:00
RUNZE LU
0d7fe98eba
feat: checkboxed支持menuTpl (#4642) 2022-06-17 14:31:08 +08:00
RUNZE LU
75175a677d
feat: InputTag支持max,maxTagLength,separator (#4637) 2022-06-17 14:30:41 +08:00
RUNZE LU
d4dff0ff91
feat: Form,FormItem支持自定label宽度 (#4630) 2022-06-17 14:29:29 +08:00
RUNZE LU
641f35ae37
cherry-pick: Select组件开启虚拟列表后显示问题#4548 #4516 (#4572) 2022-06-14 14:07:18 +08:00
yangwei9012
bd68aec1ef
pick feat: crud2 + Condition-builder增加弹窗模式 + Icon配置直接拿到注册icon (#4604) 2022-06-14 11:53:36 +08:00
TeCHiScy
1dbc1d2778
docs: 修复相对值的跳转链接 (#4611)
* docs: 修复 input-date 相对值的跳转链接

* docs: 修复 input-datetime 相对值的跳转链接
2022-06-14 10:14:29 +08:00
hsm-lv
2a264abaa1
feat:combo setValue支持更新指定index的数据 (#4527) 2022-06-02 18:51:14 +08:00
Allen
6c99d5fe91
feat: 公式编辑器input-group支持高亮模式 (#4513) 2022-06-01 13:20:29 +08:00
lghxuelang
d101b4904e
fix:checkbox禁用状态对齐云舍 (#4482)
* perf:添加选项必填

* fix:checkbox禁用状态对齐云舍

Co-authored-by: liuguihua <liuguihua@baidu.com>
2022-06-01 12:36:43 +08:00
RUNZE LU
f38e68d298
fix: Select组件选项内容过长时显示错位 (#4508) 2022-05-31 20:37:02 +08:00
hsm-lv
b405ed284b docs:校正事件表说明 2022-05-31 15:05:54 +08:00
RUNZE LU
fee28e2794
feat: Select, InputTag组件支持限制标签最大展示数量 (#4459)
Co-authored-by: liaoxuezhi <2betop.cn@gmail.com>
2022-05-27 18:34:25 +08:00