Commit Graph

6755 Commits

Author SHA1 Message Date
liaoxuezhi
a799703409
fix: 修复withRemoteConfig 实现的自动刷新无法关闭问题 (#2448) 2021-08-26 19:54:31 +08:00
liaoxuezhi
29009d7e55
chore: 调整弹框动作的 reload 优先级 (#2445)
* chore: 优化 tabs 成员的 key

* chore: 调整弹框动作的 reload 优先级
2021-08-26 19:54:15 +08:00
吴多益
48c23e2bfe
docs: crud 增加总结行的说明链接 2021-08-26 18:27:50 +08:00
2betop
f1a8540dbc 更新 snapshot 2021-08-26 17:56:28 +08:00
RickCole
5425413e5a
chore: 补充部分 locale (#2438)
* fix: 修复input-date组件设置minDate确认不生效问题

* chore: 补充部分 locale
2021-08-26 17:52:15 +08:00
RickCole
f469013c0c
fix: 修复mst报错问题 (#2446) 2021-08-26 17:51:28 +08:00
qinhaoyan
906b15e7c2
fix:修复inputNumber组件直接操作增减报错问题 (#2444)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-08-26 17:51:06 +08:00
RickCole
d9463da52c
fix: 修复 Service 组件 silentPolling 失效问题 (#2443) 2021-08-26 17:47:46 +08:00
RickCole
a8fd39ec0e
fix: 修复 Input-Datetime 组件 minDate 和 maxDate 失效问题 (#2442) 2021-08-26 17:47:17 +08:00
RickCole
bae52ab49a
修复 iframe 获取变量时,自动 escape 的问题 (#2441) 2021-08-26 17:46:28 +08:00
RickCole
c9786ce72a
fix: diffEditor 撤销问题 (#2440) 2021-08-26 17:46:03 +08:00
liaoxuezhi
a37d93cb27
chore: 优化 tabs 成员的 key (#2436) 2021-08-26 11:43:44 +08:00
Raskolnikov
98717cd71a
feat: 添加Checkboxes 全选/不选 多语言 (#2433) 2021-08-26 11:43:13 +08:00
Allen
e359017ed3
fix input-rating allowClear bug (#2437) 2021-08-26 11:42:44 +08:00
2betop
0697a99062 更新问题 2021-08-25 14:14:19 +08:00
2betop
22b4389082 调整文档 2021-08-25 12:14:51 +08:00
2betop
0453fae99c 补充文档 2021-08-25 12:09:15 +08:00
2betop
477a34a43f 补充文档 2021-08-25 12:07:06 +08:00
2betop
23e7eaa197 拖拽问题处理 2021-08-25 10:34:56 +08:00
2betop
a4645f216d 拖拽优化 2021-08-25 10:27:37 +08:00
liaoxuezhi
0fd296e21d
feat: 新增 inputText、textarea字数统计功能 (#2431)
* feat: 输入框添加字数统计功能

* 更新  snapshot

* 多点演示
2021-08-24 21:24:54 +08:00
liaoxuezhi
325e2fc355
feat: input-sub-form 功能补充及样式优化 (#2429)
* 调整 subForm ui

* 调整 inputSubForm 的 ui

* 支持 addable removable minLength draggable

* 微调一下样式

* 更新文档
2021-08-24 19:43:09 +08:00
RickCole
376d6609a8
修复 Picker 无法自动选中的问题 (#2430)
* fix: 修复input-date组件设置minDate确认不生效问题

* 修复picker无法自动选中的问题
2021-08-24 18:47:46 +08:00
Allen
ca2069613a
fix:wrapControl 数据域问题 (#2423) 2021-08-24 14:18:05 +08:00
吴多益
e59201c290
feat: 按钮、链接、模板、图表支持角标; 角标支持动画效果 (#2427) 2021-08-24 14:17:45 +08:00
RickCole
937c8bd8ef
fix: 修复input-date组件设置minDate确认不生效问题 (#2428) 2021-08-24 14:16:11 +08:00
decarp
1341b320de
condition支持字段进行搜索 (#2383)
* condition支持字段进行搜索

* fixup: 筛选失效
2021-08-23 10:21:10 +08:00
Anonymity94
99f4b040ac
fix: 修复 isJson 校验 (#2416)
Co-authored-by: wangfucheng <wangfucheng@machloop.com>
2021-08-20 20:12:58 +08:00
Allen
78c6ea4abb
update monaco-editor version (#2421) 2021-08-20 20:10:48 +08:00
liaoxuezhi
0fae923b93
chore: 调整 image 和 carousel (#2412)
* chore: 调整 image 和 carousel

1. image 扩充源码模式
2. carousel 扩充图片裁剪模式 cover | contain

* 更新 snapshot

* 补充样式
2021-08-19 15:06:29 +08:00
2betop
6498c394b7 优化编辑器 2021-08-18 20:57:34 +08:00
liaoxuezhi
b1a4abf8ca
chore: 调整弹框中查找子节点渲染器处理动作逻辑 (#2410)
原来是有且只有一个 page 或者 service 是想下找,

现在是不管怎么组合,找不到就一直往里面找,直到找到第一个 crud 或者 form 或者 wizard 为止
2021-08-18 20:27:28 +08:00
吴多益
3645affb82
chore: 修复换默认主题导致的单元测试报错 (#2409) 2021-08-18 20:25:51 +08:00
吴多益
2c8720e704
fix: 修复之前导入 default 会报错问题 (#2408) 2021-08-18 19:27:33 +08:00
2betop
bc6cefae8c 不回来误删的代码 2021-08-18 17:43:03 +08:00
liaoxuezhi
87e677d72f
chore: itemActions 配置后工具栏在没有勾选的情况下也展示但是处于禁用态,以免以为是个 bug (#2406) 2021-08-18 16:57:05 +08:00
吴多益
dafcbbce15
docs: 补充 input-table 编辑模式的说明 2021-08-18 16:44:40 +08:00
吴多益
9a4cc779b6
fix: 避免之前的 npm 默认主题引用失败 (#2405) 2021-08-18 16:31:47 +08:00
吴多益
7c9f0f42ad
theme: 云舍成为默认主题,之前的默认主题改名 ang (#2404) 2021-08-18 16:21:35 +08:00
2betop
5d3f3292bc Merge remote-tracking branch 'baidu/master' 2021-08-18 16:13:34 +08:00
2betop
d3a3ffd919 css 微调 2021-08-18 16:13:17 +08:00
Allen
1aaaab1042
feat: 日期、时间、富文本支持borderMode (#2401) 2021-08-18 15:58:35 +08:00
qinhaoyan
fc6ad1d0c9
fix:number后缀单词修改为suffix (#2400)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-08-18 15:00:04 +08:00
liaoxuezhi
84f33dc566
chore: 优化 inputTable columns 中直接用表单项的情况 (#2398) 2021-08-18 14:57:31 +08:00
qinhaoyan
9c4201e5ae
feat:input-number增加prefix、subfix、kilobitSeparator、borderMode属性 (#2399)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-08-18 14:53:26 +08:00
Allen
d0af689fe9
fix:富文本编辑器tinymce模式上传图片问题 (#2395) 2021-08-18 14:12:52 +08:00
liaoxuezhi
3d9ce28ae9 fix: 修复 InputTable index 显示错误的问题 2021-08-18 01:31:03 +08:00
qinhaoyan
7f8f6dc8f7
feat:select组件增加hideSelected属性,是否隐藏已选选项 (#2396)
Co-authored-by: qinhaoyan <qinhaoyan@baidu.com>
2021-08-18 00:52:23 +08:00
2betop
2816550a48 优化 form 样式 2021-08-17 20:53:23 +08:00
2betop
947372642c 优化 form 样式 2021-08-17 20:48:59 +08:00