Commit Graph

6444 Commits

Author SHA1 Message Date
RickCole
0c79f5813b
Merge pull request #1900 from RickCole21/fix-button-group-placeholder
修复弹框ajax行为无效问题
2021-04-28 15:40:08 +08:00
rickcole
a235d13a4c 修复弹框ajax行为无效问题 2021-04-28 15:17:49 +08:00
RickCole
25295dd6e7
修复list placeholder问题 (#1897) 2021-04-27 21:25:03 +08:00
吴多益
f4188afc37
fix: link 的 action 表单下和普通文本不对齐 (#1896) 2021-04-27 18:29:16 +08:00
吴多益
7e4a46d081
fix: link 的 action 在表单下和其它按钮水平不对齐 (#1894) 2021-04-27 15:45:15 +08:00
吴多益
ef533015a3
fix: excel 导出不正确问题 (#1893) 2021-04-27 13:25:14 +08:00
吴多益
e630c5b0ba
Update README.md 2021-04-27 11:43:14 +08:00
liaoxuezhi
add37eeae8
改成用 lodash/xxx (#1890) 2021-04-26 10:31:01 +08:00
吴多益
7ea245f8e7
fix:批量修复表单项中 disabled 不生效问题 (#1889) 2021-04-25 21:28:09 +08:00
liaoxuezhi
5513492caa
fix: color 组件修复值为 null 时的报错 (#1887) 2021-04-25 21:27:15 +08:00
qianchuan
7632aee3fe
fix:Drawer exit拼写错误 (#1888)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2021-04-25 21:26:56 +08:00
qianchuan
df724d4d10
fix:页面同时有和没有lazySchema的Dialog的场景 (#1885)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2021-04-25 20:09:24 +08:00
RickCole
718aa2c6e3
Merge pull request #1884 from 2betop/nav
修复 loading 没传总是显示加载的问题
2021-04-25 19:13:08 +08:00
RickCole21
d4f06c5f52 1.1.6 2021-04-25 18:58:34 +08:00
2betop
0eccbd055e 修复 loading 没传总是显示加载的问题 2021-04-25 18:52:45 +08:00
吴多益
72d2e96ea7
docs: search box name (#1883) 2021-04-25 17:49:29 +08:00
qianchuan
9840a7add8
fix:validations.maxLength校验数据为数字 (#1880)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2021-04-25 17:40:48 +08:00
RickCole
52223c914a
Merge pull request #1882 from 2betop/crud-nested
修复表格展开收起可能出现的报错问题
2021-04-25 17:34:05 +08:00
2betop
c433b794b1 修复表格展开收起可能出现的报错问题 2021-04-25 17:25:22 +08:00
RickCole
7ed6a8a0f0
Merge pull request #1879 from nwind/feat-file-display-message
fix: 文件上传错误时显示
2021-04-25 15:56:38 +08:00
wuduoyi
c7496cb1bb fix: 文件上传错误时显示 2021-04-25 15:31:23 +08:00
RickCole
019ca97614
Merge pull request #1877 from plan-do-break-fix/Typo-corrections---错字修复
fix(docs): corrects typo in project documentation - 使固定说明文件
2021-04-25 11:51:55 +08:00
plan-do-break-fix
de7ef6f372 fix(docs): corrects typo in project documentation - 使固定说明文件 2021-04-24 17:53:21 -05:00
吴多益
886cc24f4f
补充主题的说明 2021-04-24 11:02:14 +08:00
liaoxuezhi
745b674276
Icon picker 补充 disabled 逻辑 (#1870)
* fix: iconPicker disabled 无效

* 补充 disabled
2021-04-24 10:24:49 +08:00
liaoxuezhi
850f0b9441
form disabled 的时候不要做任何动作 (#1871) 2021-04-24 10:24:31 +08:00
吴多益
015f98512c
feat: data 返回支持直接返回 schema 的方式 (#1867)
* feat: data 返回支持直接返回 schema 的方式

* palyload 不需要加 type
2021-04-23 13:00:35 +08:00
liaoxuezhi
7882a277b6
完善 searchBox 补充文档 (#1866) 2021-04-23 11:39:32 +08:00
liaoxuezhi
6cf5eae546
优化树懒加载的新增,只刷新上层懒加载节点 (#1864) 2021-04-22 22:02:48 +08:00
吴多益
751e0f70cc
dep:升级 classnames 自带 types (#1859) 2021-04-22 22:02:02 +08:00
吴多益
6fa1eb7ae4
暴露 addSchemaFilter 接口 (#1863) 2021-04-22 21:59:32 +08:00
吴多益
57cfbaee5c
fix: 避免 app 重复添加 get: (#1862)
* fix: 避免重复添加 get:

* fix: 避免重复添加 get:

* 换一下实现方式
2021-04-22 21:24:11 +08:00
吴多益
4c3bf8e038
fix:先还原 custom 和 wrapper 的透传 (#1860) 2021-04-22 17:19:18 +08:00
吴多益
000a1b5423
fix:修复 excel 远程加载不生效问题 (#1858) 2021-04-22 16:44:13 +08:00
liaoxuezhi
9d06028e08
Tree 支持懒加载 (#1846)
* Nav 支持配置展开和收起的字段名

* feat: Tree 支持懒加载

* 补充懒加载文档

* 文档调整

* 错别字
2021-04-22 16:42:37 +08:00
liaoxuezhi
a9a57c6ae1
补充 quickEdit 文档 (#1856) 2021-04-22 16:41:05 +08:00
吴多益
073f6c66d4
feat:Markdown 支持动态更新 (#1855)
* Markdown 支持动态更新

* Markdown 支持动态更新

* 改成 componentDidUpdate
2021-04-22 16:38:26 +08:00
qianchuan
16df9e04dd
Text有addOn时inline,size设置&static-image展示文字不省略 (#1857)
Co-authored-by: dqc <qianchuan.deng@gmail.com>
2021-04-22 16:05:41 +08:00
吴多益
e5a8da04c4
fix:修复编译报错 (#1854) 2021-04-22 11:49:52 +08:00
吴多益
15c776fca5
feat:link 增加 title 配置;custom 和 wrapper 默认透传剩余 props (#1851) 2021-04-22 10:57:57 +08:00
吴多益
8cb867ffc9
typo:fieldSet (#1850) 2021-04-22 10:55:55 +08:00
RickCole
840e8e8faf
Checkboxes 快速编辑、删除,判断优化 (#1843)
* Checkboxes 快速编辑、删除,判断优化

* snapshot

* fix
2021-04-22 10:54:31 +08:00
吴多益
80434a12ec
feat:app 页面切换的时候自动设置 title (#1848) 2021-04-21 22:00:10 +08:00
吴多益
6d19967094
fix:markdown-it 里依赖 punycode 但没声明,帮它声明一下 (#1847) 2021-04-21 21:31:43 +08:00
Allen
ea215312a1
feat: action 支持发送邮件 (#1842)
* feat: action 支持发送邮件

* feat: action 支持发送邮件

Co-authored-by: yupeng12 <yupeng12@baidu.com>
2021-04-21 19:50:56 +08:00
吴多益
01b432cfe2
tweak:app 相关的小调整 (#1844) 2021-04-21 19:24:34 +08:00
吴多益
2711ece275
Update README.md 2021-04-21 18:19:55 +08:00
吴多益
6acc95df73
react 增加 amisScoped 说明 2021-04-21 10:21:27 +08:00
liaoxuezhi
10eedff1d0 cfc 改成 https 2021-04-21 08:45:25 +08:00
liaoxuezhi
3829760c38 ts 报错修复以及去掉没用到的 classnames 引用 2021-04-21 08:30:39 +08:00