Commit Graph

1240 Commits

Author SHA1 Message Date
wutong25
0295eba422 fix: 鼠标hover到表达式上方输入框闪烁 2023-09-23 17:53:43 +08:00
RUNZE LU
ce6b11d516
styles(amis-editor): 提高编辑器右侧面板折叠器样式优先级 (#8167) 2023-09-19 14:04:51 +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
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