qkiroc
|
370f475359
|
fix: 开发态固定主题编辑器版本 (#9321)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2024-01-04 17:40:52 +08:00 |
|
chengjinyang0
|
810ab1aea1
|
cherry-pick feat(amis-editor): 动作弹窗中记录常用动作 (#9252)
* cherry-pick feat(amis-editor): 动作弹窗中记录常用动作
* cherry-pick fix(amis-editor): 常用动作英语环境下样式调整及国际化语料
|
2023-12-27 11:45:28 +08:00 |
|
RUNZE LU
|
655064188a
|
fix: 本地旧版 node_modules 可能导致 fontawesome-free 打包 sdk 时被使用 Closes #8837 (#8838) (#9221)
Co-authored-by: 吴多益 <wuduoyi@baidu.com>
|
2023-12-22 16:57:18 +08:00 |
|
2betop
|
118b89d80c
|
perf: patch 逻辑改成批量处理提高性能
|
2023-12-08 10:34:18 +08:00 |
|
2betop
|
a98dd3ff68
|
fix: 修复 patch 可能执行的问题
|
2023-12-08 10:31:41 +08:00 |
|
wutong
|
0f959b756e
|
cherry-pick: 同步pagemaker分支一些editor的提交 (#8926)
* style: 优化弹框场景下select全选样式问题 (#8065)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
* fix: 默认值回调函数支持select选项配置
* feat: 子编辑器公式输入框变量中加入宿主组件上下文变量的声明
---------
Co-authored-by: qkiroc <30946345+qkiroc@users.noreply.github.com>
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Co-authored-by: wutong25 <wutong25@baidu.com>
|
2023-11-28 16:04:38 +08:00 |
|
liaoxuezhi
|
2c60002db2
|
chore: 回滚之前的加 id 逻辑优化 compat (#8784)
|
2023-11-16 20:32:08 +08:00 |
|
wutong25
|
911d9aa2af
|
style: 事件下拉框样式调整
|
2023-11-15 17:44:48 +08:00 |
|
liaoxuezhi
|
aeac859fd3
|
perf: 优化内部逻辑提高编辑器处理性能 (#8743)
|
2023-11-15 17:40:38 +08:00 |
|
zhaojianhui
|
e44425b356
|
feat: 新增forceSilenceInsideError环境变量支持屏蔽组件中展示msg信息 (#8722)
* feat: 支持屏蔽组件中展示msg信息,默认展示
* feat: 提交遗漏字段
* 修改字段名,增加注释
---------
Co-authored-by: zhaojianhui <zhaojianhui@baidu.com>
|
2023-11-15 16:37:11 +08:00 |
|
wutong
|
ee07dfeafa
|
fix(amis-editor): 公式输入框样式调整 (#8479)
* fix: 公式输入框样式调整
* fix: 兼容事件动作中没有actions的情况
---------
Co-authored-by: wutong25 <wutong25@baidu.com>
|
2023-11-13 10:51:28 +08:00 |
|
yinchunyu
|
738383e868
|
feat: 同步pagemaker以下功能: inputNumber 受控属性通过props传入
|
2023-10-24 16:39:06 +08:00 |
|
wutong
|
7df77400b7
|
Merge pull request #8463 from yinchunyu/sync-pagemaker-branch
feat: 同步pagemaker以下功能: inputNumber单位选项支持key/value; inputTable增加是否展示列开…
|
2023-10-23 17:11:50 +08:00 |
|
yinchunyu
|
88fefedde7
|
feat: 同步pagemaker以下功能: inputNumber单位选项支持key/value; inputTable增加是否展示列开关配置项;增加部分组件searchKeywords字段
|
2023-10-23 15:33:23 +08:00 |
|
wutong
|
6a2fd23267
|
Merge pull request #8423 from igrowp/fix-pm-search-sort
fix: editor组件面板排序问题
|
2023-10-18 19:47:17 +08:00 |
|
wutong25
|
522176f8f1
|
fix: editor组件面板排序问题
|
2023-10-18 19:45:56 +08:00 |
|
wanglinfang2014
|
ec21a1c0f3
|
chore: 同步table性能优化 (#8414)
* chore: 优化 Table 渲染性能
* chore: 优化 Table 渲染性能
* chore: 修复性能优化后 列固定宽度不刷新问题 (#8040)
* chore: 调整table nested 样式 (#8077)
* chore: 优化 Table 渲染单元格性能
* 剔除无关属性下发
* 优化 table 宽度初始化
* fix: 修复性能优化后在需要用到父级数据的时候没有及时更新的问题 Close: #8188 (#8193)
* Revert "fix: table 添加 toggled: false 的列不参与持久化存储 (#5236)" (#8156)
This reverts commit e7c909b277 .
* fix: 修复编辑器表格在有快速编辑配置时点选不上的问题 Close: #8208 (#8210)
* fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301
* fix: 修复CRUD固定表头不生效问题 (#8332)
* fix: 修复固定表头不生效
* 修复低版本浏览器固定表头不生效问题
---------
Co-authored-by: huangxj29 <huangxuejuan@xgd.com>
* fix: 修复table columns、tableLayout属性变化realWidth未更新
* fix:锁定@types/codemirror修复单测问题
* fix: 删除多余单测
---------
Co-authored-by: 2betop <2betop.cn@gmail.com>
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
Co-authored-by: huangxj29 <2824346520@qq.com>
Co-authored-by: huangxj29 <huangxuejuan@xgd.com>
|
2023-10-18 17:31:48 +08:00 |
|
wutong25
|
fdcca6a4f6
|
fix: 页面设计器组件搜索改用matchSorter
|
2023-10-11 16:17:21 +08:00 |
|
wutong25
|
ec74f85fcb
|
fix: 组合穿梭器 预览拖拽排序已选项 页面有弹框提醒
|
2023-10-10 19:35:25 +08:00 |
|
Sun
|
c86e36acf4
|
fix(amis-editor): 编辑器在 antd 主题下拖入带有编辑弹窗的组件时编辑弹窗不显示的问题 (#7978)
|
2023-08-31 20:11:42 +08:00 |
|
coco
|
080eb67b1c
|
fix:「事件监听」动作配置-页面地址-全屏模式下,默认置灰字体「请输入」和光标对不齐 (#7930)
Co-authored-by: zhangyingqi <zhangyingqi@baidu.com>
|
2023-08-31 19:11:42 +08:00 |
|
feely
|
4290848074
|
fix(amis-edtior): 修复 editor 环境下默认的 fetcher 无法传入 headers 的问题 (#7970)
|
2023-08-31 19:09:48 +08:00 |
|
Leslie
|
2e56314224
|
fix: 编辑器在英文环境下插入组件时报错 (#7972)
|
2023-08-31 19:07:56 +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 |
|
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 |
|
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 |
|
yinchunyu
|
558225200d
|
fix: nav面板css (#7878)
Co-authored-by: yinchunyu <yinchunyu@baidu.com>
|
2023-08-18 08:33:45 +08:00 |
|
liaoxuezhi
|
6e64e5f74d
|
chore: 调整移动端判断逻辑、优化编辑器移动端预览逻辑 (#7840)
* chore: 调整移动端判断逻辑优化编辑器移动端预览逻辑
* 补充组件级别 useMobileUI 开关
|
2023-08-16 20:26:13 +08:00 |
|
hsm-lv
|
9ff8a2440a
|
Merge pull request #7836 from yinchunyu/feat-nav-plugin
feat: nav配置面板自定义数据模块更新,与平台交互一致
|
2023-08-15 19:43:11 +08:00 |
|
yinchunyu
|
4eee7f0b90
|
feat: nav配置面板自定义数据模块更新,与平台交互一致
|
2023-08-15 17:32:20 +08:00 |
|
YangQi
|
42d43050ce
|
chore: 优化编辑器工具函数逻辑 (#7813)
* refactor: 重构工具函数
* Modified according to review comments
|
2023-08-15 10:11:25 +08:00 |
|
liaoxuezhi
|
0561ee4b4b
|
chore(amis-editor): 调整编辑器的 debug 数据查看,去掉修改当前层数据功能(此功能貌似无用) (#7817)
|
2023-08-15 10:09:38 +08:00 |
|
liaoxuezhi
|
5301cac8ee
|
fix: 修复 amis-editor 本地开发代码编辑器 json-schema 加载失败问题 & 移动端编辑预览方式调整无需提供 iframeUrl (#7776)
* fix: 修复 amis-editor 本地开发代码编辑器 json-schema 加载失败问题
* 调整 iframe 预览逻辑
|
2023-08-14 12:08:24 +08:00 |
|
hsm-lv
|
d022b37d22
|
Merge pull request #7693 from cocoCheungco/feat-amis-saas-13340
fix:「事件监听」动作配置-页面地址-全屏模式下,默认置灰字体「请输入」和光标对不齐
|
2023-08-11 11:02:53 +08:00 |
|
liaoxuezhi
|
1a57bc581e
|
style: 解决页面设计器预览 table 的 sticky 表头显示元素会重叠的问题 (#7650)
|
2023-08-08 10:05:13 +08:00 |
|
zhangyingqi
|
da4eb6e773
|
fix:「事件监听」动作配置-页面地址-全屏模式下,默认置灰字体「请输入」和光标对不齐
|
2023-08-03 16:19:18 +08:00 |
|
wibetter
|
47a4060745
|
Merge branch 'master' of https://github.com/baidu/amis
|
2023-07-28 14:43:57 +08:00 |
|
wibetter
|
8623f5f711
|
fix(amis-editor): AMisCodeEditor格式校验支持数组类JSON
|
2023-07-28 10:38:54 +08:00 |
|
wibetter
|
faed382e69
|
fix(amis-editor): AMisCodeEditor支持数组类JSON数据
|
2023-07-28 10:16:58 +08:00 |
|
liaoxuezhi
|
df7838ae52
|
chore(amis-editor): form & dialog 的操作按钮在没有设置的情况下也可以点选 (#7608)
|
2023-07-28 08:45:00 +08:00 |
|
wibetter
|
8b0ebd41ea
|
fix(amis-editor): sparkline走势图 属性配置面板升级
|
2023-07-25 20:41:17 +08:00 |
|
刘丹
|
4f07627051
|
fix(amis-editor): 升级chart属性配置面板 (#7568)
* style(amis-editor): 修复apiControl配置项样式问题
* fix(amis-editor): 升级chart属性配置面板
* fix(amis-editor): 升级chart外观配置
* fix(amis-editor): 优化chart数据配置交互
|
2023-07-25 14:16:35 +08:00 |
|
lvxiaojiao
|
8cb9904198
|
Merge branch 'master' into chore-formulaeditor-dataschema
|
2023-07-24 14:54:57 +08:00 |
|
lvxiaojiao
|
7c9ff629ec
|
chore:优化数组类组件当前行上下文
|
2023-07-23 12:24:17 +08:00 |
|
liaoxuezhi
|
f7373c5abf
|
chore: 调整 lodash 引用大文件改成异步加载 (#7469)
|
2023-07-18 12:24:45 +08:00 |
|
hsm-lv
|
95d7451af6
|
Merge pull request #7485 from blankzust/feat-npm-script-add-esm-build
feat: 添加只打包esm的npm script
|
2023-07-18 11:16:56 +08:00 |
|
lvxiaojiao
|
bf800862aa
|
feat:t弹窗上下文优化
|
2023-07-17 11:28:10 +08:00 |
|
hsm-lv
|
931d60ee07
|
fix:schemaApi在设计器设计态报错 (#7474)
|
2023-07-14 11:07:07 +08:00 |
|
张淑峰
|
9726094813
|
feat: 添加只打包esm的npm script
|
2023-07-13 14:13:24 +08:00 |
|