Commit Graph

1332 Commits

Author SHA1 Message Date
chengjinyang0
8af9fe5ab9
feat: calendar组件支持配置面板 & 支持click,hover事件 (#8518) 2023-11-03 10:55:11 +08:00
hsm-lv
2e7d1a5f24
Merge pull request #8586 from yinchunyu/1031
fixed: 组件面板搜索功能优化
2023-11-03 09:10:00 +08:00
yinchunyu
5ece1f34b4 fixed: 组件面板搜索功能优化 2023-11-02 21:18:40 +08:00
刘丹
3e56f5f7c1
fix(amis-editor): 优化删除快捷键执行逻辑 (#8584)
* fix(amis-editor): flex布局容器的主轴排列方式配置默认用center,和flex组件默认样式保持一致

* fix(amis-editor): 优化删除快捷键执行逻辑
2023-11-02 09:10:42 +08:00
liaoxuezhi
aa8972d7ea
fix: 修复工具栏导出 excel 识别成 button 有事件面板没有事件的问题 (#8583) 2023-11-01 20:51:43 +08:00
RUNZE LU
5d9a284dd1
fix(amis-editor): 表格2.0脚手架loading状态错误 (#8575) 2023-11-01 18:46:18 +08:00
lurunze1226
96601a3221 docs: 修正表格2组件的文档链接 2023-10-31 17:34:20 +08:00
wutong25
f6f8fea9dd fix: Cards & Operation组件配置面板去除新增按钮配置项 2023-10-27 15:23:09 +08:00
zhaojianhui
5a236263fc
fix(amis-editor): 「动作配置」打开页面动作迁移到平台,不在设计器暴露 (#8475)
组件特性动作-变量赋值修改后shcema不生效

Co-authored-by: zhaojianhui <zhaojianhui@baidu.com>
2023-10-27 10:44:05 +08:00
yinchunyu
5d89128ed9
fix(amis-editor): 处理input-number单位选项交互;input-table展示列配置项位置处理 & progress组件配置面板去除模版配置项 feat:组件状态支持"可见"配置项 (#8515)
* fix: 处理input-number单位选项交互;input-table展示列配置项位置处理

* fix: progress组件配置面板去除模版配置项

* feat: 组件状态支持"可见"配置项

* fix: inputNumber单位选项自动填充值

---------

Co-authored-by: yinchunyu <yinchunyu@baidu.com>
2023-10-27 10:41:12 +08:00
wutong
b0f12d7557
Merge pull request #8352 from lurunze1226/feat-editor-form-persist
chore(amis-editor): Form配置面板支持持久化数据相关配置
2023-10-27 10:27:26 +08:00
Dora
347fb66b73
fix(amis-editor): 日期组件配置面板格式初始值不正确 (#8507)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
2023-10-27 10:22:10 +08:00
wutong
8128e23725
Merge pull request #8433 from miaoxinyu01/feat-fast-editor
feat:富文本和分页组件添加change事件
2023-10-26 10:36:37 +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
RUNZE LU
1d72d259a8
chore(amis-editor): Form配置面板删除多余的labelAlign控件 (#8478) 2023-10-25 09:47:49 +08:00
yinchunyu
4d0bc0927c
fix: 遍历key && 无数据时展示0 (#8481)
Co-authored-by: yinchunyu <yinchunyu@baidu.com>
2023-10-24 18:47:01 +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
yinchunyu
d0724faff2 feat: 组件增加searchKeywords, 使amis文档中的组件名称可以在编辑器中搜索到 2023-10-23 14:46:32 +08:00
Hsirius
aabc616051
feat(amis-editor): inputNumber unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新 (#8437)
* feat: unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新

* feat: unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新

* fix snap

* fix snap
2023-10-20 15:16:40 +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
miaoxinyu01
c960cb9480 富文本和分页组件添加change事件 2023-10-19 18:28:00 +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
RUNZE LU
4e86334978
chore: 锁定codemirror声明版本5.60.10 (#8416) 2023-10-18 15:20:18 +08:00
刘丹
a6b8e44f31
Merge pull request #8409 from wibetter/master
fix(amis-editor): FormulaControl中过滤掉embed,避免默认值设置交互受影响
2023-10-18 11:10:12 +08:00
张涛
c96f9be821
feat: 列表选择可视化 & 状态容器支持 (#8408)
* feat: 列表选择组件支持自定义样式设计

* feat: 添加多状态容器
2023-10-18 10:42:19 +08:00
wibetter
1043d34e74 fix(amis-editor): FormulaControl中过滤掉embed,避免默认值设置交互受影响 2023-10-17 20:52:54 +08:00
lurunze1226
d409d65b15 fix(amis-editor): Form & CRUD2脚手架使用api数据源时无法新增字段问题 2023-10-17 14:30:42 +08:00
wutong
2bdcab5b6a
Merge pull request #8394 from yinchunyu/show-columnsTogglable
feat: input-table增加是否展示列开关配置项, table更新配置项交互
2023-10-17 11:31:51 +08:00
xiangwaner
0ba4f50f70
feat: Divider支持带文字配置 (#8358)
* feat:divider支持带文字配置

* feat: divider支持带文字配置

* feat: divider支持带文字配置

---------

Co-authored-by: zhaowenli <zhaowenli@baidu.com>
2023-10-17 10:24:54 +08:00
yinchunyu
4a2f70f372 input-table增加是否展示列开关配置项, table更新配置项交互 2023-10-16 16:41:47 +08:00
yinchunyu
43025f36ff input-table增加是否展示列开关配置项 2023-10-16 15:49:43 +08:00
ascend13
b7637f5ab5 JSONTraverse增加忽略参数 2023-10-13 10:05:32 +08:00
ascend13
f70dc7556f 修复组件特性动作无法选中弹窗之外组件的兼容 2023-10-12 20:35:06 +08:00
wutong25
3283e5125e fix: formulaControl去除rendererSchema对popOverContainer的配置 2023-10-12 15:52:36 +08:00
wutong25
f13432d05b fix: return trabslateScahema函数 2023-10-12 10:24:08 +08:00
wutong25
f050fb7cb2 fix: nextjs13环境下formulaControl组件popOverContainer 写死,导致编辑器出现死循环bug 2023-10-11 21:11:58 +08:00
lurunze1226
cad1ffdf76 chore(amis-editor): Form配置面板支持持久化数据相关配置 2023-10-11 15:43:54 +08:00
liaoxuezhi
b5be11fb66
chore: 调整选项搜索策略改成 container 更加精准 (#8329) 2023-10-11 09:54:43 +08:00
wutong
576665c6c8
Merge pull request #8337 from igrowp/fix-set-value
fix: 事件动作组件变量赋值编辑后回显错误
2023-10-10 17:09:33 +08:00
hsm-lv
a04fcb76e1
Merge pull request #8331 from igrowp/fix-form-panel
fix: 表单配置面板-可见 配置项默认开启
2023-10-10 16:55:55 +08:00
wutong25
38bb7a1e6c fix: 复选框 & 树组件配置面板补充“自定义选项模板”配置 2023-10-10 16:41:40 +08:00
wutong25
9b6aab46ba fix: 事件动作组件变量赋值编辑后回显错误 2023-10-10 16:36:44 +08:00
HongYang
68074a3a12
fix: 弹窗外观文字去掉vertical (#8335)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-10-10 14:40:36 +08:00
qkiroc
bec87397bc
fix: 修复icon组件设置外观不生效问题 (#8330)
* fix: 修复icon组件设置外观不生效问题

* styles: 修复icon选择组件name不居中问题

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-10 14:38:55 +08:00
wutong25
68827a3bc3 fix: 表单配置面板-可见 配置项默认开启 2023-10-10 10:37:27 +08:00
hsm-lv
ae13965365
Merge pull request #8317 from igrowp/fix-variable
fix: 数据配置外部接口添加防抖处理,避免输入内容错乱
2023-10-10 10:01:46 +08:00
HongYang
02ef3c96f3
fix: 文字外观去掉vertical-align (#8323)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-10-09 17:08:27 +08:00
刘丹
627a285660
fix(amis-editor): 导出CRUD2/utils (#8322) 2023-10-09 15:05:44 +08:00