Commit Graph

6754 Commits

Author SHA1 Message Date
吴多益
9a30e42c39
fix: 组合条件的高亮背景色和按钮 active 时文字颜色冲突 (#2262) 2021-07-12 16:55:27 +08:00
2betop
2906cd929e 更新 snapshot 2021-07-12 11:14:08 +08:00
liaoxuezhi
d186435513
Revert "根据 itemDraggableOn 控制拖拽按钮是否显示 (#2255)" (#2260)
This reverts commit 02bfa4bc6f.
2021-07-12 10:57:17 +08:00
liaoxuezhi
ddd8f2c510 chore: form 的 renderFormItems 模式样式优化 2021-07-10 22:59:52 +08:00
liaoxuezhi
77e3cffa5e fix: renderFormItems 兼容旧的用法 2021-07-10 19:12:27 +08:00
liaoxuezhi
a90bb85c6c
chore: tab 里面直接写 type, 虽然是一种不推荐的用法,但是还是兼容一下 (#2256) 2021-07-09 20:37:39 +08:00
liaoxuezhi
3b477cda35
Update compat.ts 2021-07-09 20:36:22 +08:00
cyboning
02bfa4bc6f
根据 itemDraggableOn 控制拖拽按钮是否显示 (#2255)
Co-authored-by: cy <chenyi08@kuaishou.com>
2021-07-09 20:33:26 +08:00
liaoxuezhi
3589f0bfe0
fix: isObjectShallowModified 修复循环引用死循环问题 (#2257) 2021-07-09 20:28:05 +08:00
liaoxuezhi
4f1d6ed123
chore: 统一表单展示模式配置,容器用 subFormMode,列上用 mode (#2253) 2021-07-09 20:26:46 +08:00
liaoxuezhi
00ea56bd83
chore: 统一表单展示模式配置,容器用 subFormMode,列上用 mode (#2252) 2021-07-09 20:26:14 +08:00
iceqing
6c4149547d
docs(action): added info level in action.md (#2251) 2021-07-09 19:53:12 +08:00
吴多益
ec45439c97
Update Dockerfile 2021-07-09 11:38:20 +08:00
吴多益
d548b84b23
chore:增加按钮激活状态边框颜色,方便区分 (#2250) 2021-07-09 11:32:41 +08:00
吴多益
2a16821910
Update .dockerignore 2021-07-09 11:25:30 +08:00
liaoxuezhi
05c1885ddb
Update _table.scss 2021-07-09 10:50:31 +08:00
2betop
99b748b419 重新生成 release 2021-07-08 21:45:45 +08:00
2betop
4bd7ff455e 发布 1.2.1 2021-07-08 21:40:35 +08:00
2betop
38f1f7b29f fix: crud 里面还有用 grid 的情况,先还原一下 2021-07-08 21:17:57 +08:00
liaoxuezhi
588808c6d2
部分容器支持配置子表单默认展示模式 (#2247)
* feat: 部分容器组件支持配置子表单项的展示模式

* 路径调整

* group 兼容下旧的配置方式
2021-07-08 19:48:44 +08:00
liaoxuezhi
07f5e64450
fix: asFormItem 可能会重复包裹 (#2240)
* fix: asFormItem 可能会重复包裹

* chore: component 形式跟 renderer 形式接收的参数保持一致

* chore: component 形式跟 renderer 形式接收的参数保持一致
2021-07-08 14:16:47 +08:00
liaoxuezhi
5517f5b1d0
feat: 自定义组件不在 form 当前层级也需要支持自动包裹 formItem 功能 (#2239) 2021-07-08 13:23:49 +08:00
liaoxuezhi
4dad9f7bd8
feat: table 的嵌套模式支持 parent 获取上层数据 (#2238) 2021-07-08 12:56:37 +08:00
liaoxuezhi
78e4592687
feat: 渲染器类型匹配忽略大小写 (#2235) 2021-07-08 10:52:31 +08:00
liaoxuezhi
4ffd229336
chore: 样式调整 (#2234) 2021-07-08 10:49:43 +08:00
liaoxuezhi
79a1d63557
chore: 样式调整 (#2233)
* chore: 样式调整

* chore: 样式微调

* fix: 错误时 ok 为 false

* chore: 小优化
2021-07-07 19:39:17 +08:00
liaoxuezhi
c05cb34283
fix: promise 的 finally 可能没有 (#2231)
* fix: promise 的 finally 可能没有

* 少了 await
2021-07-07 11:37:01 +08:00
2betop
1d57c616ba formula 修复 2021-07-07 10:37:05 +08:00
2betop
933b9c345e formula 修复 2021-07-07 10:28:23 +08:00
2betop
8e5c3820de formula 修复 2021-07-07 10:19:27 +08:00
2betop
5ed95e9722 fix: formula bug 2021-07-07 10:09:52 +08:00
liaoxuezhi
0298f4417e
fix: formula 表单初始化完后的那次计算才算初始设置 (#2230)
* 图片展示大图在没有配置的情况下用小图

* formula 表单初始化完后的那部分才算初始设置

* 不能下发 body 跟 fieldset 一起可能会导致死循环
2021-07-06 22:47:30 +08:00
Allen
2dba66fbb4
fix: DateControl 组件 valueFormat 不生效问题 (#2229) 2021-07-06 20:54:11 +08:00
liaoxuezhi
1a6c19342f
fix: form > service ajax 动作返回的数据没有同步到 form (#2227)
* fix: form > service ajax 动作返回的数据没有同步到 form

* fix: service 请求 ajax,初始接口和提交接口数据返回不同意

* result 可能为空
2021-07-06 19:50:58 +08:00
RickCole
70f43c05b5
Merge pull request #2226 from 2betop/drawer2
fix: 修复 drawer 关闭回调没执行 & crud 中弹 crud 初始化数据优化
2021-07-06 15:48:17 +08:00
2betop
dda970fe0e fix: 修复 drawer 关闭回调没执行 & crud 中谈 crud 初始化数据优化 2021-07-06 15:45:16 +08:00
RickCole
031211dc25
修复 expressionsInOptions 判断问题 (#2225) 2021-07-06 15:31:16 +08:00
liaoxuezhi
5b327a07fb
fix: form 下面的 service 不用数据链的形式, 层级多同步会出现问题 (#2224) 2021-07-06 14:26:13 +08:00
liaoxuezhi
d484bd16ba
fix: isNaN 会导致 store 不停更新 (#2222) 2021-07-05 22:56:55 +08:00
liaoxuezhi
a46b37588d
controls 可能是对象的问题处理 (#2221) 2021-07-05 18:53:49 +08:00
2betop
7e55499d39 这个不能加 2021-07-05 17:35:07 +08:00
RickCole
18eb69de0d
fix: 修复persistData失效问题 (#2220) 2021-07-05 16:25:20 +08:00
RickCole
b4092df595
Merge pull request #2218 from 2betop/mattrixCheckboxes
fix: matrixCheckboxes 如果直接 form 外面有可能报错
2021-07-05 16:22:02 +08:00
RickCole
d36d04116b
Merge pull request #2219 from 2betop/drawer
drawer 成员加载时机优化
2021-07-05 16:20:32 +08:00
2betop
061b9ec2ff rm debugger 2021-07-05 16:19:34 +08:00
2betop
93cf5bee48 rm console 2021-07-05 16:18:47 +08:00
2betop
e7db3efe04 Drawer 的 overlay false 的 closeOnOutside 整理 2021-07-05 16:17:53 +08:00
2betop
e076a1285b drawer 成员加载时机优化 2021-07-05 15:19:54 +08:00
2betop
5c61baf814 fix: matrixCheckboxes 如果直接 form 外面有可能报错 2021-07-05 12:43:13 +08:00
RickCole
2e94d3dcf6
Merge pull request #2217 from 2betop/modal
fix: 调整 chart 初始加载时机 & dialog drawer 可能存在数据不同步的情况修复
2021-07-05 12:36:32 +08:00