Commit Graph

324 Commits

Author SHA1 Message Date
hsm-lv
c785983932
Merge pull request #10654 from 2betop/chore-editor-718
chore: 优化编辑器大纲样式, 优化拖拽交互
2024-08-07 11:15:56 +08:00
hezhihang
7d17928f78 feat: editor-core支持8738formSchema处理 2024-07-31 14:14:24 +08:00
2betop
c8fa2d907a chore: 优化编辑器大纲样式, 优化拖拽交互 2024-07-25 21:15:03 +08:00
allenve
2ea51b95b2 feat: dataSchema 增加 rawType 细化类型 2024-07-23 17:29:02 +08:00
qkiroc
d43922db81
feat: form、crud、textarea、selecth支持外观配置 (#10649)
* feat(editor): 表单支持外观配置

* bugfix

* 优化获取cssVar逻辑

* 优化外观默认值

* 删除外观继承相关逻辑

* 更新快照

* 表单布局

* 表单默认mode优化为flex

* 优化colorpicker交互

* 优化编辑器表单布局配置

* 表单静态展示外观配置

* bugfix

* feat: crud2支持外观配置

* crud 外观默认值

* bugfix

* 多行文本支持外观配置

* 下拉框支持外观配置

* 修复table表头无法居中对齐问题

* style: 优化表格样式

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-07-18 19:04:07 +08:00
liaoxuezhi
4b3d26bbd2
style: 编辑器 crud 的批量操作 右侧面板样式优化 (#10554) 2024-07-01 17:06:02 +08:00
zhangtao07
2a8e8fa589 fix: 修复crud2角标配置 2024-07-01 10:25:58 +08:00
yupeng12
47c7883e17 fix: formula Button style 2024-06-20 14:31:19 +08:00
qkiroc
5a44115d44
feat(editor): optionControl支持配置customEdit (#10465)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-06-18 12:50:12 +08:00
yupeng12
1ee584d736 feat: 公式变量展示调整 2024-06-07 15:45:51 +08:00
yupeng12
e389d2c7a6 feat: 公式快捷变量支持子表 2024-06-05 16:51:15 +08:00
hsm-lv
c638cc74bd
Merge pull request #10384 from allenve/master
feat: 公式支持快捷变量
2024-06-04 15:37:01 +08:00
yupeng12
ee9dca4264 feat: 公式支持快捷变量 2024-06-04 15:10:01 +08:00
ls
ffd251c240
fix: 表单移动端样式优化 & 编辑器移动端预览样式优化 (#10377)
* fix: 编辑器移动端预览态弹窗不可见

* feat: 下拉框样式改成左对齐

* fix: 级联选择器箭头样式对齐下拉框

---------

Co-authored-by: zhangxulong <zhangxulong@baidu.com>
2024-06-04 10:25:41 +08:00
lvxiaojiao
1cc48b6adb fix:修复动作配置中combo样式问题 2024-05-30 15:46:06 +08:00
qkiroc
b427168b67
feat: 表单支持flex布局 (#10286)
* feat: form-row-dnd

* form-dnd

* feat: form-flex-layout

* feat: form-flex-layout

* feat: 处理移动端独占一行的组件

* feat: 处理移动端独占一行的组件

* feat: 处理移动端独占一行的组件

* feat: 处理移动端独占一行的组件

* feat: 编辑器头部右侧提供容器

* fix: 修复移动端插入报错问题

* style: 优化form flex模式下移动端组件样式

* style: 优化flex dnd指示器样式

* chore: LabelAlign支持inherit值

* feat:  editor addElem 支持 nocode-form

* colSize

* 初始时获取第一个region

* form row 改为可选

* form 去掉 dndMode

* feat: 状态插件支持选择自定义表达式、校验插件新增清空方法、增加两种校验类型 (#10239)

* feat:基础插件优化、增加校验类型

* fix:去除默认options

---------

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

* style: 优化flex dnd指示器样式

* fix: 修复标题位置继承错误问题

* fix: 修复colSize不实时渲染问题

* style: 优化零代码表单样式

* feat: xxxOn 支持自定义条件

* feat: xxxOn 支持自定义条件

* feat: xxxOn 支持自定义条件

* fix: 未验证的动态方法调用

* feat: 组件支持配置选中不高亮

* style: 修复input-number单个单位的样式

* fix: 导出校验相关函数 (#10263)

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

* style: 表单组件不限制最大宽度

* feat: 支持配置面板内其他组件更新校验项时校验信息自动刷新 (#10279)

* fix(editor): 修复删除节点后未正确赋值父级region问题

* fix(editor): 修复拖拽后组件高亮异常问题

* fix(editor): 修复表单组件样式

* fix(editor): 修改文案

* 修复内置校验可关闭的问题 (#10281)

* fix: 内置校验一定是不可关闭的

* feat(editor): 编辑器支持配置mini toolbal模式,仅保留基础的菜单功能

* bugfix

* feat(editor): 编辑器可配置是否支持弹框

* 删除低码编辑器的表单flex模式

* bugfix

* fix: 优化状态中条件设置的判断逻辑 (#10294)

* fix: 导出校验相关函数

* fix: 优化条件设置逻辑

---------

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

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Co-authored-by: yupeng12 <yupeng12@baidu.com>
Co-authored-by: Allen <yupeng.fe@qq.com>
Co-authored-by: hzh11012 <43038692+hzh11012@users.noreply.github.com>
Co-authored-by: hezhihang <hezhihang@baidu.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: yangwei9012 <yangwei9012@163.com>
2024-05-22 20:19:45 +08:00
liaoxuezhi
659941018f
chore: 调整编辑器样式解决点选被挡住问题 (#10221) 2024-05-13 10:44:45 +08:00
liaoxuezhi
4a65a97990 fix: 修复修复内嵌弹窗中内嵌弹窗失效的问题 (#10100) 2024-04-24 19:51:08 +08:00
刘丹
33e03555d8
style(amis): 样式细节优化,避免异常溢出和换行展示 (#10072)
* style(amis): 样式细节优化,避免异常溢出和换行展示

* style(amis-editor): 属性配置面板样式补充,用于避免配置面板被超长的valueLabel撑开,导致样式异常
2024-04-19 15:48:09 +08:00
liaoxuezhi
1a6a680020
chore: 调整公式输入交互并补充编辑器模版文档 (#10034) 2024-04-16 16:39:12 +08:00
ChuHoMan
caf7e0a54b
fix: 解决使用编辑器时 amis-ui 样式变量重复引入 (#10015) 2024-04-12 17:01:21 +08:00
zhangtao07
b62ab81591 chore: 优化容器高度拖拽判断 2024-04-01 20:36:45 +08:00
liaoxuezhi
77825bc5a0
style: 优化 tooltip 中的代码块展示 (#9917) 2024-03-28 20:51:07 +08:00
liaoxuezhi
6be680149d
chore: 公式编辑器 input 换成 codemirror 提升交互体验 (#9821) 2024-03-20 20:30:50 +08:00
liaoxuezhi
0e613b0d7f
fix: 限制子弹窗可以选择当前弹窗 (#9825) 2024-03-20 12:06:40 +08:00
zhangtao07
13299b7e8e chore: 布局容器优化 2024-03-08 15:15:44 +08:00
liaoxuezhi
549a90544e
chore: 弹窗交互调整 (#9687) 2024-03-01 16:23:49 +08:00
liaoxuezhi
7d6244d271
style: 优化编辑器中 icon 样式 (#9530) 2024-01-30 19:45:51 +08:00
lvxiaojiao
0f17441551 fix:事件动作-变量赋值交互问题 2024-01-30 10:22:38 +08:00
qkiroc
002b824c41
style: 优化input-tag、input-year-range、list-select等组件样式 (#9477)
* style: 优化tag组件样式

* 组件样式优化

* 修复编辑器组件提示溢出问题

* 优化年份\季度\月份范围选择器组件样式

* 更新快照

* 更新快照

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-01-23 18:34:32 +08:00
zhangtao07
ff94f7795a feat: 头像占位图片支持 2024-01-10 16:38:45 +08:00
hsm-lv
55fc00eef6
Merge pull request #9191 from allenve/master
feat: editor 设计器 page 撑开画布区
2023-12-26 15:37:39 +08:00
chengjinyang0
ed2940ac4e
fix(amis-editor): 英语环境下样式调整及国际化语料 (#9213) 2023-12-21 19:58:42 +08:00
allenve
f104c80731 feat: editor 设计器 page 撑开画布区 2023-12-20 17:24:21 +08:00
wutong
4b59fb1108
fix(amis-editor): 修复设计器切换预览按钮后选中组件变更的问题 (#9115)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-12-13 11:31:07 +08:00
chengjinyang
a97494e5e7 feat: 新增常用动作 2023-12-01 15:10:21 +08:00
wutong25
4682698ff4 style: 页面设计器 配置面板弹窗字体调整 2023-11-27 16:42:16 +08:00
hsm-lv
0cb0f75f7f
Merge pull request #8865 from igrowp/feat-sub-editor-variables
feat: 子编辑器公式输入框变量中加入宿主组件上下文变量的声明
2023-11-24 13:12:32 +08:00
wutong25
ab05c56a48 style: 「设计器」配置面板居中必填项*样式调整 2023-11-23 20:48:24 +08:00
wibetter
4b79f02589 style(amis): ErrorBoundary默认提示样式改放amis中 2023-11-22 12:28:28 +08:00
wutong
c94522cc66
feat(amis-editor): 部分组件配置面板配置项调整 (#8740)
* style: 事件下拉框样式调整

* feat: ”隐藏时删除字段”配置项位置调整

* feat: 部分组件配置面板配置项调整

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
2023-11-15 16:30:38 +08:00
yinchunyu
5ece1f34b4 fixed: 组件面板搜索功能优化 2023-11-02 21:18:40 +08:00
liaoxuezhi
1bb988b942
chore: 调整 affixedOffset 为样式,去掉没必要的 js 计算, 优化 page asideSticky 实现, 部分样式优化 Close: #6493 (#8508) 2023-10-26 16:40:26 +08:00
wutong
13b07040a1
fix(amis-editor): 公式输入框样式调整 (#8479)
* fix: 公式输入框样式调整

* fix: 兼容事件动作中没有actions的情况

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
2023-10-25 20:30:12 +08:00
yinchunyu
b994d72dcf
feat: inputNumber配置单位支持label/value这种配置,显示和给后端的单位区分开 (#8435)
* feat: inputNumber配置单位支持label/value这种配置,显示和给后端的单位区分开

* 不在schema内写变量,属性通过props传入

---------

Co-authored-by: yinchunyu <yinchunyu@baidu.com>
2023-10-24 16:16:12 +08:00
wutong
47f6747213
Merge pull request #8403 from lurunze1226/fix-form-scaffold-field
fix(amis-editor): Form & CRUD2脚手架使用api数据源时无法新增字段问题
2023-10-24 14:51:22 +08:00
qkiroc
60b1253b8d
fix(editor): 修复antd主题下button主题选择无样式问题 (#8434)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-19 20:12:27 +08:00
hsm-lv
421cdb9169
Merge pull request #8419 from igrowp/fix-search-sort
fix: editor组件面板排序问题
2023-10-18 16:33:41 +08:00
wutong25
cabcc7c150 fix: 国际化调整 & 公式输入框样式调整 2023-10-18 15:47:10 +08:00
张涛
c96f9be821
feat: 列表选择可视化 & 状态容器支持 (#8408)
* feat: 列表选择组件支持自定义样式设计

* feat: 添加多状态容器
2023-10-18 10:42:19 +08:00