Commit Graph

13656 Commits

Author SHA1 Message Date
吴多益
235d77246e
chore: Update codeql-analysis to v2
v1 已经不用了,改成 v2 https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
2024-05-30 15:56:42 +08:00
qkiroc
5bad8aa05c
fix: 修复时间选择组件配置utc后交互异常问题 Close:#10122 (#10332)
* fix: 修复时间选择组件配置utc后交互异常问题

* fix: 修复range类组件utc时间问题

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-05-30 13:56:21 +08:00
Allen
f8b55f150f
Merge pull request #10345 from allenve/master
fix: pdfjs-dist 加载问题
2024-05-30 10:37:55 +08:00
yupeng12
c3c7cf4406 fix: pdfjs-dist 加载问题 2024-05-30 10:20:34 +08:00
Allen
2eccb14e2f
Merge pull request #10343 from allenve/master
upgrade react-pdf to 9.0.0
2024-05-29 20:35:19 +08:00
yupeng12
053371346e upgrade react-pdf to 9.0.0 2024-05-29 20:08:12 +08:00
yupeng12
e4b2c66f9a 优化 pdfjs-dist 声明 2024-05-29 20:05:26 +08:00
Allen
c32d1db014
Merge pull request #10334 from allenve/master
feat: combo tabMode 增加testid
2024-05-29 20:05:06 +08:00
yupeng12
b5d9324df3 feat: combo tabMode 增加testid 2024-05-29 19:54:33 +08:00
qinhaoyan
a6abeaf0f2 chore: 升级amis-publish版本 2024-05-29 19:19:48 +08:00
hsm-lv
a5c56e3607
Merge pull request #10337 from hzh11012/master
feat: 导出部分基础插件
2024-05-29 15:39:13 +08:00
hezhihang
37b3c031ef feat: 导出部分基础插件 2024-05-29 14:34:24 +08:00
qinhaoyan
3ef5e3afc8 fix: 修复input-tree组件展开动作无效问题 2024-05-29 14:13:18 +08:00
qinhaoyan
e85e553ba3 style: 优化form flex模式宽度溢出问题 2024-05-29 14:12:45 +08:00
Hickays
825160b631
修复 穿梭选择器 文档中的半角标点符号 (#10333) 2024-05-29 12:42:07 +08:00
Allen
7e2c519bb1
Merge pull request #10328 from allenve/master
upgrade react-pdf to 8.0.2
2024-05-28 20:16:28 +08:00
yupeng12
8f8898393e upgrade react-pdf to 8.0.2 2024-05-28 20:02:17 +08:00
Allen
5090c8a737
Merge pull request #10323 from allenve/master
feat: 补充crud2 外层testid
2024-05-28 20:00:51 +08:00
yangwei9012
4c7a80ff0a
fix: 查询条件过滤空条件时, api query参数值的表达式执行结果为date类型时导致参数不生效 (#10326) 2024-05-28 19:35:44 +08:00
yupeng12
daca16dec8 feat: 补充crud2 外层testid 2024-05-28 16:56:45 +08:00
qkiroc
27ea2e92de
feat: flex模式点选添加组件逻辑优化 (#10315)
* feat: flex模式点选添加组件逻辑优化

* bugfix

* bugfix

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-05-28 10:33:48 +08:00
lmaomaoz
71f634668c
feat: inputColor 支持配置弹层选择器 (#10300)
Co-authored-by: jinye <jinye@baidu.com>
2024-05-24 10:32:07 +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
freespace8
5c3d7bcffd
fix(editor): 解决getRootManager死循环问题 (#10291) 2024-05-22 19:38:12 +08:00
liaoxuezhi
485abbbc48
fix: 修复编辑器模拟数据逻辑导致的组件无限刷新问题 (#10293) 2024-05-22 19:27:07 +08:00
Allen
c7100118db
Merge pull request #10289 from allenve/master
feat: 优化pdf-view、office-view 取值逻辑 支持从对象中获取
2024-05-22 17:26:31 +08:00
yupeng12
7a3e6908e0 feat: 优化pdf-view、office-view 取值逻辑 支持从对象中获取 2024-05-22 16:59:56 +08:00
qkiroc
6b148a1773
fix: 修复daterange识别日期错误问题 (#10288)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2024-05-22 15:41:13 +08:00
liaoxuezhi
9c28e2e842 fix: 修复新版react-router 启动报错 2024-05-22 15:01:35 +08:00
2betop
bbb1d64c35 chore: amis-core 产出存在 esm/node_modules 问题处理 2024-05-21 11:22:11 +08:00
Allen
1e65ac13af
fix: amis-ui 打包依赖问题 (#10274)
Co-authored-by: yupeng12 <yupeng12@baidu.com>
2024-05-21 11:03:57 +08:00
hsm-lv
b52bc93cdf
Merge pull request #10245 from 2betop/fix-combo-defaultvalue
fix: 修复 combo 中通过 visibleOn 新出来的字段默认值没有起作用的问题 Close: #9947
2024-05-17 10:57:06 +08:00
hsm-lv
3e300d799b
Merge pull request #10244 from 2betop/crud-auto-filter-reset
chore: crud 的自动过滤器的重置按钮行为改成 clear-and-submit Close: #10028
2024-05-17 10:56:50 +08:00
hsm-lv
622a67c96d
Merge pull request #10247 from 2betop/fix-combo
chore: revert #5791 解决数据合并混乱问题 Close: #9828
2024-05-17 10:56:12 +08:00
hsm-lv
cb15a17c9f
Merge pull request #10249 from 2betop/feat-api
feat: api 发送适配器支持通过 api.query 来修改 query 参数 Close: #9813
2024-05-17 10:55:19 +08:00
hsm-lv
5bc5ff079e
Merge pull request #10250 from 2betop/feat-list-select
feat: list-select 支持 label 用变量 Close: #9807
2024-05-17 10:54:50 +08:00
hsm-lv
7e0f3fdfa0
Merge pull request #10253 from 2betop/fix-crud-synclocation
chore: crud 即便不同步地址栏也回显地址栏参数 Close: #9788
2024-05-17 10:54:35 +08:00
hsm-lv
5ea18679d0
fix:copyAction复制问题 (#10254) 2024-05-17 10:49:02 +08:00
liaoxuezhi
307fbf95aa
fix: 修复 card 组件渲染异常 Close: #10229 (#10258) 2024-05-17 10:42:17 +08:00
hsm-lv
6b50c89038
Merge pull request #10225 from findreamer/fix-inputTable-add-eventData
fix: 修复 InputTable 组件 add 事件参数上下文错误问题。Closes #10224
2024-05-17 10:41:20 +08:00
2betop
c6cd642fa8 chore: crud 即便不同步地址栏也回显地址栏参数 Close: #9788 2024-05-16 20:54:14 +08:00
2betop
5f1221983f fix: 修复 combo 中通过 visibleOn 新出来的字段默认值没有起作用的问题 Close: #9947 2024-05-16 17:52:34 +08:00
2betop
031a5a0499 feat: list-select 支持 label 用变量 Close: #9807 2024-05-16 17:22:30 +08:00
2betop
1afa7ad532 feat: api 发送适配器支持通过 api.query 来修改 query 参数 Close: #9813 2024-05-16 17:07:19 +08:00
2betop
67b4c48be8 chore: revert #5791 解决数据合并混乱问题 Close: #9828 2024-05-16 15:20:42 +08:00
2betop
24f58e8743 chore: crud 的自动过滤器的重置按钮行为改成 clear-and-submit Close: #10028 2024-05-16 11:54:26 +08:00
hsm-lv
fec572e2fb
Merge pull request #10241 from allenve/master
feat(editor): 签名面板更名手写签
2024-05-15 19:16:33 +08:00
yupeng12
bc48d85c81 feat: 签名面板更名手写签 2024-05-15 17:29:29 +08:00
hsm-lv
3eacf028e8
Merge pull request #10233 from hsm-lv/fix-event-panel
fix:组件变量赋值可视化展示问题
2024-05-15 09:07:35 +08:00
lvxiaojiao
145121ad72 fix:组件变量赋值可视化展示问题 2024-05-14 21:18:48 +08:00