Commit Graph

1431 Commits

Author SHA1 Message Date
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
wutong25
7ea432922b fix: 数据配置外部接口添加防抖处理,避免输入内容错乱 2023-10-09 11:03:19 +08:00
wutong
ef95033228
fix(amis-editor): 公式编辑器弹窗,会缓存已删除的内容 (#8314)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-10-08 18:48:23 +08:00
RUNZE LU
b802f54205
fix(amis-editor): 数据源构造器 match 规则,分页组件样式错误问题 (#8313) 2023-10-08 18:48:01 +08:00
wutong
58d2aed766
Merge pull request #8288 from igrowp/fix-validations
fix: 修复inputNumber配置面板在配置校验触发规则没有生效的问题
2023-10-08 16:01:49 +08:00
wutong25
911e73bdcd fix: 修复inputNumber配置面板在配置校验触发规则没有生效的问题 2023-10-08 15:21:30 +08:00
刘丹
f2cec8f718
fix(amis-editor): 补充国际化预料,并发版5.6.1 (#8287) 2023-10-07 16:13:31 +08:00
ascend13
91c86afdea
chore: 弹窗自定义宽度时关闭媒体查询max-width宽度限制 (#8272)
* 修复弹窗自定义宽度时媒体查询max-width限制宽度显示

* 尺寸自定义时去掉媒体查询样式
2023-09-28 10:35:16 +08:00
RUNZE LU
40f9c172ae
chore: InputTable开启确认提交后非编辑态使用静态展示, CURD脚手架字段管理使用InputTable (#8254) 2023-09-27 20:12:56 +08:00
lvxiaojiao
6e31c537bf fix:下拉选择上下文支持labelField和valueField 2023-09-27 16:09:40 +08:00
wutong
33d9fb2eb1
Merge pull request #8009 from miaoxinyu01/feat-image-url
feat:图片缩略图占位图地址栏添加fx;占位图支持取fx变量
2023-09-27 15:45:52 +08:00
wutong
ef97dab580
fix: 修复api适配器回显问题 (#8261)
* fix: 默认值回调函数支持select选项配置

* fix: 修复api适配器回显问题

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
2023-09-27 14:47:21 +08:00
wutong
753ed430ca
Merge pull request #8253 from baidu/feat-14176
fix(amis-editor-core): 构建发版时注入当前版本号信息
2023-09-27 10:32:14 +08:00
wibetter
5bbbec2962 fix(amis&amis-editor): 构建时注入版本信息,确保运行时能获取到amis和amis-editor版本信息 2023-09-26 17:36:32 +08:00
lvxiaojiao
0995e8d65c fix:上传文件&图片成功事件数据 2023-09-26 16:11:35 +08:00
hsm-lv
1fda5fefab
Merge pull request #8239 from igrowp/fix-panels
fix: 修改组合穿梭器默认脚手架id
2023-09-25 19:44:31 +08:00
hsm-lv
a796efbb06
Merge pull request #8238 from igrowp/fix-textarea-formula
fix: 调整tpl输入框表达式匹配规则
2023-09-25 19:43:47 +08:00
wutong25
cfcee5425a fix: 修改组合穿梭器默认脚手架id 2023-09-25 19:10:11 +08:00
wutong25
b1fac9e3c9 fix: 调整tpl输入框表达式匹配规则 2023-09-25 16:35:30 +08:00
ascend13
c92386c3ab
fix: 择现有弹窗的报错以及弹窗ref替换不全的问题 (#8232) 2023-09-25 14:11:34 +08:00
wutong25
0295eba422 fix: 鼠标hover到表达式上方输入框闪烁 2023-09-23 17:53:43 +08:00
ascend13
707d5ef900
fix:修复历史数据dialog没有type的兼容 (#8209)
* 修复编辑态获取焦点等事件触发drawer,新建弹窗切换到现有弹窗过滤自身

* 兼容历史弹窗schema没有type的修复
2023-09-22 15:11:55 +08:00
RUNZE LU
e3b74d4ac9
fix(amis-editor): 编辑器面板Collapse Header样式错误 (#8207) 2023-09-22 14:55:44 +08:00
wutong
fdeb1cfa96
Merge pull request #8205 from wibetter/master
fix(amis-editor): theme:common补充hidePaddingAndMargin,支持隐藏内外边距配置项
2023-09-22 13:59:15 +08:00
wibetter
68bb0140bd fix(amis-editor): 细节调整 2023-09-22 13:56:35 +08:00
wibetter
2ab1dcb452 fix(amis-editor): theme:common补充hidePaddingAndMargin,支持隐藏内外边距配置项 2023-09-22 13:27:18 +08:00
张涛
a5950228c5
优化占位高度及容器默认内边距 (#8204)
* fix: 修复选中组件点击添加新组件方式报错

* chore: 优化容器插件占位高度及默认内边距

* chore: 删掉一个多余的占位颜色
2023-09-22 13:12:59 +08:00
wutong
07af6c666d
Merge pull request #8186 from lurunze1226/fix-crud2-bugs
fix(amis-editor): 数据源构造器兼容历史存量Schema
2023-09-22 12:42:06 +08:00
hsm-lv
ceea7ab9f2
Merge pull request #8180 from igrowp/impr-tabsTransfer-panel
fix: 组合穿梭器 可检索功能无效问题 & 配置面板调整
2023-09-22 09:12:08 +08:00
qinhaoyan
c25ce8cccf chore(amis-editor): 编辑器减少主题css变量的重复引入 2023-09-21 16:15:42 +08:00
lurunze1226
d8e4d31fc2 fix(amis-editor): 数据源构造器兼容历史存量Schema 2023-09-20 21:36:53 +08:00
zhangtao07
5561a516a2 fix: 修复列表类型组件预览及配置 2023-09-20 17:40:10 +08:00
hsm-lv
575893efdd
Merge pull request #8166 from ascend13/dialog-fix-bugs
fix:修复弹窗大纲滚动条超出无法滚动,移动端弹窗预览挂载点出错等问题
2023-09-20 11:31:52 +08:00
wutong25
faffd9f33c fix: 组合穿梭器 可检索功能无效问题 & 配置面板调整 2023-09-20 10:49:55 +08:00
wutong
7bc2c2ba85
fix: 修复部分组件配置面板变更配置后,默认值选项没有更新的问题 (#8171)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-09-20 10:46:36 +08:00
wutong
7419cdc0a2
Merge pull request #8174 from wibetter/master
fix(amis-editor): flex组件「弹性设置」配置项变动时不自动添加overflowY和overflowX
2023-09-20 10:17:54 +08:00
ascend13
ac18ca98d7 注释 2023-09-19 21:11:39 +08:00
ascend13
c9bf105b09 删掉triggerNode 2023-09-19 21:09:36 +08:00
ascend13
e440c744d6 修改preview监听捕获,弹窗上下文 2023-09-19 20:40:28 +08:00
ascend13
8dc01ff9ef Merge branch 'master' into dialog-fix-bugs 2023-09-19 20:39:05 +08:00
wibetter
1d971be23e fix(amis-editor): flex组件「弹性设置」配置项变动时不自动添加overflowY和overflowX 2023-09-19 19:55:17 +08:00
RUNZE LU
ce6b11d516
styles(amis-editor): 提高编辑器右侧面板折叠器样式优先级 (#8167) 2023-09-19 14:04:51 +08:00
ascend13
88711d5b33 修复大纲滚动条超出无法滚动,移动端弹窗预览挂载点出错等问题 2023-09-19 11:05:47 +08:00
wanglinfang2014
91f566f057
chore: chart数据映射配置升级、api适配器提示不展示问题修复 (#8155)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-09-19 10:03:44 +08:00
qkiroc
d2e111ef6e
feat: 外观样式在运行时赋值className (#8140)
* feat: 外观样式在运行时赋值className

* 优化

* 优化

* 更新快照

* 优化

* 优化

* 优化

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-09-18 16:08:47 +08:00
wutong
cd10e3d1ee
Merge pull request #8078 from lurunze1226/fix-editor-tree
fix(amis-editor): Tree静态选项控件删除校验逻辑错误, 值从props.value获取
2023-09-18 10:45:33 +08:00
wutong
82d2249d7f
Merge pull request #8027 from lurunze1226/feat-input-range-value
feat(amis-editor): InputRange组件默认值控件
2023-09-18 10:45:25 +08:00
wutong
aef454881f
Merge pull request #8075 from lurunze1226/feat-select-add-controls
feat(amis-editor): Select, Checkboxes, InputTree & TreeSelect组件新增、编辑、删除控件
2023-09-18 10:45:09 +08:00
骈瑞杰
d6e168a656
perf:删除无用字段 (#8122) 2023-09-15 14:11:47 +08:00
hsm-lv
0fffb5d803
Merge pull request #7956 from chengjinyang0/feat-api-silent-new
feat: 支持静默请求屏蔽报错
2023-09-15 00:15:15 -05:00
hsm-lv
bb7a203266
Merge pull request #8120 from hy993658052/fix-themecss-0914
fix: 修复源码编辑样式时important问题
2023-09-14 23:12:15 -05:00
hongyang03
56dbba6793 fix: 修复item样式不生效&代码优化 2023-09-15 11:19:45 +08:00
wutong
24d15d84d4
Merge pull request #8125 from igrowp/fix-defaultValue
fix: 修复部分组件配置面板变更配置后,默认值选项没有更新的问题
2023-09-14 21:17:46 +08:00
wutong25
6a6906a8f7 fix: 修复部分组件配置面板变更配置后,默认值选项没有更新的问题 2023-09-14 20:31:42 +08:00
allenve
8a6b1576cc feat: update amis-editor version 2023-09-14 19:02:05 +08:00
hongyang03
487c0072a7 fix: 修复源码编辑样式时important问题 2023-09-14 14:33:45 +08:00
刘丹
90e2d81c05
Merge pull request #8097 from wibetter/master
fix(amis-editor): 卡片列表和列表组件剔除重复的容器嵌套
2023-09-14 13:05:24 +08:00
Allen
1de50e8089
fix: import 依赖问题 (#8113) 2023-09-14 12:49:16 +08:00
wibetter
d8cfc3d296 fix(amis-editor): 确保所有flex元素都能显示「新增列级元素」功能icon 2023-09-13 20:14:34 +08:00
wibetter
3acbf5ff29 fix(amis-editor): Flex布局和容器组件,宽度设置为弹性或适配,均展示最大和最小宽度配置项 2023-09-13 17:36:29 +08:00
wibetter
adfcfffbcc fix(amis-editor): 列表组件默认根节点改用container,以便用户扩展内容 2023-09-13 11:41:21 +08:00
wibetter
7498d528cb fix(amis-editor): 简化列表默认结构 2023-09-13 11:15:36 +08:00
wibetter
c0dfc82ab1 fix(amis-editor): 卡片列表和列表组件剔除重复的容器嵌套 2023-09-13 10:48:13 +08:00
HongYang
01a0e5e92c
pref: 源码编辑提示样式优化 (#8091)
* pref: 源码编辑提示样式优化

* pref: 源码编辑样式优化

---------

Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-09-13 10:06:14 +08:00
刘丹
c2bc4c091e
fix(amis-editor): 优化canAppendSiblings判定逻辑 (#8083)
* fix(amis-editor): 调整flex布局组件的快捷icon显示逻辑

* fix(amis-editor): 去掉卡片列表中默认的overflowY和overflowX

* fix(amis-editor): 列表组件中的直接容器元素不支持上下插入布局元素

* fix(amis-editor): 优化canAppendSiblings判定逻辑
2023-09-12 21:35:40 +08:00
lurunze1226
a1672180f8 fix(amis-editor): Tree静态选项控件删除校验逻辑错误 2023-09-12 11:18:03 +08:00
lurunze1226
77f01ed2ef feat(amis-editor): Select, Checkboxes, InputTree & TreeSelect组件新增、编辑删除控件 2023-09-11 21:09:01 +08:00
ascend13
92168782ef
feat: Dialog弹窗优化 (#7933)
* feat:新版弹窗功能,支持预览弹窗样式

* fix ts-error

* findTree参数及相关引用修改

* findTree参数及相关引用修改

* 去掉dialogChildren相关,弹窗列表computed

* 添加弹窗事件和弹窗切换自动选中优化

* 弹窗文案统一

* 提取获取弹窗事件增加复用

* 弹窗挂载修改,逻辑优化

* isAlive调整

* 选择弹窗时防止$$id重复修复

* 重复定义

* fix ts-err

* fix ts-err

* 删除事件捕获参数

* 删除hideActionsOn
2023-09-11 15:33:27 +08:00
chengjinyang
7f22e223ac feat: 支持静默请求屏蔽报错 2023-09-08 18:20:08 +08:00
wutong
2d01a00e31
Merge pull request #8028 from igrowp/fix-date-time-range
fix: 「配置面板」日期范围组件配置面板在配置hoursago快捷键时无法正常显示的问题
2023-09-07 15:37:08 +08:00
wutong25
02a89572a4 fix: 「配置面板」日期范围组件配置面板在配置hoursago快捷键时无法正常显示的问题 2023-09-07 14:50:41 +08:00
lurunze1226
a456c69025 feat(amis-editor): InputRange组件默认值控件 2023-09-07 11:14:48 +08:00
RUNZE LU
d27948f0f5
feat: CRUD & Form 脚手架构建优化, 列表可视化设计优化; chore: DSBuilder迁移至amis-editor (#8003)
* feat: CRUD & Form 脚手架构建优化; chore: DSBuilder迁移至amis-editor (#7531)

* tpl最大显示行数支持

* 编辑器组件通用假数据支持

* each循环次数支持

* 列表可视化设计优化

* fix: 数据源构造器 & Form & CRUD2 & Service相关问题修复 (#8002)

* chore: 修复正则报错

* chore: 修复正则报错-02

* chore: 更新 CRUD 组件 Card 模式单测快照

* chore: 优化假数据merge

---------

Co-authored-by: zhangtao07 <zhang.tao.1006@163.com>
2023-09-06 21:30:21 +08:00
HongYang
c5d50ace34
feat: page组件外观增加基本样式 (#8021)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-09-06 18:56:34 +08:00
miaoxinyu01
adedb6c2b8 feat:image缩略图支持获取fx 2023-09-05 17:24:17 +08:00
miaoxinyu01
5ecae394e5 feat:图片缩略图占位图地址栏添加fx;占位图支持取fx变量 2023-09-05 15:35:36 +08:00
HongYang
cdaeb01902
fix: 源码编辑优化&去掉类名 (#8004)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-09-04 18:36:20 +08:00
qkiroc
9b83d2edd2
fix: 修复divider组件切换方向时宽高异常问题 (#8001)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-09-04 16:08:52 +08:00
HongYang
996fe23940
fix: 外观配置修复 (#7998)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-09-04 15:47:24 +08:00
qkiroc
912cb83c53
Feat:主题外观功能优化 (#7988)
* feat: 外观自定义样式改版优化 (#7741)

* feat: 外观自定义样式改版优化

* fix: 代码优化

* fix: 代码优化&单测修复

* pref: 去掉language配置文件

---------

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

* feat: 分割线样式支持可视化配置

* feat: 容器/图片/page外观配置 (#7984)

* feat: 容器/图片/page外观配置

* fix: 单测修复

* fix: 单测修复

---------

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

* 更新快照

---------

Co-authored-by: HongYang <33488114+hy993658052@users.noreply.github.com>
Co-authored-by: hongyang03 <hongyang03@baidu.com>
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-09-04 14:58:20 +08:00
lmaomaoz
3aed388804
fix: editor - 勾选框配置trueValue\falseValue时,默认值切换无法设置最新正确value的问题 (#7977)
Co-authored-by: jinye <jinye@baidu.com>
2023-08-31 19:19:24 +08:00
feely
cbdb022abf
feat: form 插件支持配置 columnCount (#7969) 2023-08-31 19:12:00 +08:00
feely
7c739a152f
fix(amis-editor): 修复 requestAdaptor 编辑框没有 context 参数说明的问题 (#7971) 2023-08-31 19:08:54 +08:00
wutong
b0502166f7
fix: 修复在字段集中插入input-table后打开的表达式弹窗报错问题 (#7974)
Co-authored-by: wutong25 <wutong25@baidu.com>
2023-08-31 19:07:24 +08:00
wanglinfang2014
2fe1b01fa2
chore(amis-editor): 图表数据映射配置优化 (#7976)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-08-31 19:06:39 +08:00
Simon
52cf03a0af
Merge branch 'baidu:master' into feat-collapse-event-action 2023-08-28 12:20:03 +08:00
hsm-lv
35f609491f
Merge pull request #7318 from Dora-boots/master
chore: 收敛时间组件format相关属性
2023-08-25 09:03:43 +08:00
wutong
afc3f2cd1d
fix: 复制后粘贴组件schema会被schemaFilter方法转换,出现一些异常的结果 (#7919)
* fix: jsonSchemaEditor 输入框高度样式问题

* fix: 内存变量demo 格式调整

* fix: 复制后粘贴组件schema会被schemaFilter方法转换,出现一些异常的结果

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
2023-08-23 19:08:52 +08:00
yanglu19
0cb8598552 chore: 收敛时间组件format相关属性 2023-08-23 12:48:44 +08:00
qkiroc
063a5e64c1
chore: button组件样式选择支持可视化选择类型 (#7858)
* chore: button组件样式选择支持可视化选择类型

* 修改命名空间

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-08-23 08:47:56 +08:00
qkiroc
31544b47cd
chore: editor开发态国际化 (#7903)
* chore: editor开发态国际化

* chore: editor开发态国际化

* 插件不是用ts写的,没有声明

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-08-22 15:25:08 +08:00
liaoxuezhi
71bfc3f730
chore: 调整 inputTable 的 addItem 动作,不指定 index 时从后插入 (#7898) 2023-08-22 12:38:59 +08:00
wangyuzhen01
2496428d7a 1. 折叠器组件增加组件展开和组件收起事件; 2. 折叠器组件增加展开和收起特性动作; 2023-08-22 11:10:50 +08:00
liaoxuezhi
d66a7cd7c7
chore: 优化 table 编辑器体验支持宽度实时更新 (#7876) 2023-08-21 20:58:02 +08:00
wutong
31df5e2fdd
Fix: 修复配置面板样式问题 & 下掉page组件“组件静态数据”配置项 (#7886)
* fix: 统一组件配置面板成员渲染器名称及按钮颜色

* fix: page组件下掉“组件静态数据”配置项

* fix: 页面设计器中 标题 展示样式异常

---------

Co-authored-by: wutong25 <wutong25@baidu.com>
2023-08-21 15:26:53 +08:00
kano
f02c917300
fix: 【配置面板】grid组件布局方式&button角标配置样式 (#7874)
* fix: 配置面板grid组件布局方式

* fix: 配置面板button角标配置样式

---------

Co-authored-by: huangying11 <huangying11@baidu.com>
2023-08-18 08:34:49 +08:00
hsm-lv
774d08de2b
fix:import错误 (#7875) 2023-08-18 08:34:06 +08:00
Dora
64f982d2be
feat(amis-editor): 配置面板只配置一个颜色时无需校验必填 (#7867)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
2023-08-17 20:18:47 +08:00
wutong
9c3c6cc9d0
Merge pull request #7868 from igrowp/fix-action
fix: 修复download 动作执行报错问题
2023-08-17 19:44:38 +08:00
wutong25
d5ad02732e fix: 解决配置面板对事件列表进行排序后未保存到schema的问题 2023-08-17 19:10:58 +08:00
liaoxuezhi
b2c195021c
chore: 调整事件动作找不到组件时报错策略默认只是 warning, ignoreError 配置成 false 时中断, ignoreError true 时继续 (#7865) 2023-08-17 18:01:02 +08:00
jinye
63623815ba fix: 修复折叠器组件标题配置面板无法配置schema的问题 2023-08-17 14:51:06 +08:00