Commit Graph

3997 Commits

Author SHA1 Message Date
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
ad83d7ef74 富文本和分页组件添加change事件 2023-10-19 18:38:36 +08:00
miaoxinyu01
c960cb9480 富文本和分页组件添加change事件 2023-10-19 18:28:00 +08:00
wutong
9476df104f
Merge pull request #8424 from lurunze1226/fix-classname-filter
fix: className为对象且下发给子组件时表达式计算错误问题
2023-10-19 09:56:18 +08:00
lurunze1226
42ece24ec2 fix: className为对象且下发给子组件时表达式计算错误问题 2023-10-18 21:12:39 +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
9cc651343e fix: editor组件面板排序问题 2023-10-18 15:53:45 +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
liaoxuezhi
4125f16cf7
feat: formula 取 cookie, localstorage, sessionstorage支持 &['xxx'] 来获取复杂变量名数据 Close: #8376 (#8385)
* bump: 3.4.2

* feat: formula 取 cookie, localstorage, sessionstorage支持 &['xxx'] 来获取复杂变量名数据 Close: #8376
2023-10-17 13:56:37 +08:00
liaoxuezhi
7f851fea0b
feat: classname 配置中类名支持表达式 Close: #8388 (#8392) 2023-10-17 13:56:15 +08:00
Howell Chan
6f599d5d93
fix:修复Form 表单项设置validateOnChange,初始化 initApi后,validate被触发 (#8387)
Co-authored-by: 张先林 <zxlfirst@mail.com>
2023-10-17 12:54:29 +08:00
liaoxuezhi
aae65411c4
fix: 修复 crud column 中 searchable 表单项为 input-date-range 时重置无法重置 extraName Close: #8389 (#8390)
* bump: 3.4.2

* fix: 修复 crud column 中 searchable 表单项为 input-date-range 时重置无法重置 extraName Close: #8389
2023-10-17 11:39:02 +08:00
liaoxuezhi
ad37a26ca8
fix: 修复 dialog title 为空时 showButtonClose 开启不显示关闭按钮的问题 Close: #8108 (#8378) 2023-10-17 11:34:16 +08:00
liaoxuezhi
678e7aad6c
fix: 修复 crud 中使用 pagination 配置 showPerPage 无效问题 Close: #8373 (#8377) 2023-10-17 11:33:19 +08:00
liaoxuezhi
5e559964b2
fix: 修复复用的 contextmenu 实例可能已销毁的问题 (#8399) 2023-10-17 11:32:08 +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
qkiroc
034d18e36c
chore(editor): style中的backgroun-color转为themeCss中的background (#8380)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-13 14:26:10 +08:00
ascend13
5ecca6f118 修改忽略入参 2023-10-13 11:19:21 +08:00
ascend13
d6ff427429 修改参数注释 2023-10-13 11:04:19 +08:00
ascend13
3d219b64ea 修改忽略逻辑顺序 2023-10-13 11:02:42 +08:00
ascend13
b4ce827470 修改参数类型 2023-10-13 10:53:26 +08:00
ascend13
b7637f5ab5 JSONTraverse增加忽略参数 2023-10-13 10:05:32 +08:00
ascend13
f70dc7556f 修复组件特性动作无法选中弹窗之外组件的兼容 2023-10-12 20:35:06 +08:00
liaoxuezhi
c59152d4ad
fix: 修复 REPLACE 公式第二个参数是空字符串时导致的死循环问题 Close: #8200 (#8365) 2023-10-12 19:25:47 +08:00
wanglinfang2014
16adbbd993
fix: table2单元格宽度自适应、嵌套数据展示等问题修复 (#8372)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-10-12 19:07:38 +08:00
RUNZE LU
3dd28ad243
fix: Form组件配置页面跳转事件可能会导致持久化数据无法清除问题 (#8354) 2023-10-12 19:06:27 +08:00
liaoxuezhi
ef2cb9b6b6
fix: 修复 react-json-view import 异常 Close: #8145 (#8369) 2023-10-12 19:06:11 +08:00
liaoxuezhi
088aa1aba4
chore: 调整列的快速搜索逻辑干掉之前没清理干净的排序相关逻辑 Close: #8342 (#8360) 2023-10-12 17:46:22 +08:00
RUNZE LU
7e86e5b8bf
feat: 表达式新增幂函数(Math.pow) (#8370) 2023-10-12 17:40:45 +08:00
刘丹
4ba99468d8
Merge pull request #8367 from igrowp/fix-formula-container
fix: formulaControl去除rendererSchema对popOverContainer的配置
2023-10-12 17:30:37 +08:00
liaoxuezhi
a55144c36d
fix: 修复 input-table 中存在公式表达式值没有及时更新的问题 Close: #8263 (#8364) 2023-10-12 16:56:03 +08:00
wutong25
3283e5125e fix: formulaControl去除rendererSchema对popOverContainer的配置 2023-10-12 15:52:36 +08:00
wutong
79728ddad4
Merge pull request #8361 from igrowp/fix-return
fix: return trabslateScahema函数
2023-10-12 10:40:26 +08:00
wutong25
f13432d05b fix: return trabslateScahema函数 2023-10-12 10:24:08 +08:00
刘丹
9647a54d78
Merge pull request #8359 from igrowp/fix-formula-control
fix: nextjs13环境下formulaControl组件popOverContainer 写死,导致编辑器出现死循环bug Close:#8355
2023-10-12 10:19:46 +08:00
wutong25
f050fb7cb2 fix: nextjs13环境下formulaControl组件popOverContainer 写死,导致编辑器出现死循环bug 2023-10-11 21:11:58 +08:00
hsm-lv
08412adcb5
Merge pull request #7990 from sqzhou/fix/option/transfer
feat: options类文本过长,显示优化
2023-10-11 20:27:28 +08:00
hsm-lv
219deb76e5
Merge pull request #8349 from wanglinfang2014/feat-crud
fix: 修复table columns、tableLayout属性变化realWidth未更新
2023-10-11 17:18:48 +08:00
hsm-lv
fdea1b1461
Merge pull request #8351 from 2betop/feat-loadDataOnceFetchOnFilter
feat: loadDataOnceFetchOnFilter 可以控制列的 searchable 或者 filterable 或者 se…
2023-10-11 17:18:32 +08:00
wutong
3e65b06257
Merge pull request #8353 from igrowp/fix-search
fix: 页面设计器组件搜索改用matchSorter
2023-10-11 17:07:50 +08:00
hsm-lv
1374584b7e
Merge pull request #8341 from igrowp/fix-preview
fix: 组合穿梭器  预览拖拽排序已选项 页面有弹框提醒
2023-10-11 16:12:35 +08:00
qkiroc
6885663c11
styles: 修复textarea组件在设置size时底线消失问题 (#8347)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-11 15:58:57 +08:00
wutong25
33bc90e828 fix: 页面设计器组件搜索改用matchSorter 2023-10-11 15:52:19 +08:00
2betop
41103d8e09 feat: loadDataOnceFetchOnFilter 可以控制列的 searchable 或者 filterable 或者 search-box 触发过滤时是否重新请求 api 2023-10-11 15:37:07 +08:00
wanglinfang
12e74fb504 fix: 修复table columns、tableLayout属性变化realWidth未更新 2023-10-11 15:23:13 +08:00
huangxj29
6119616055
fix: 修复CRUD固定表头不生效问题 (#8332)
* fix: 修复固定表头不生效

* 修复低版本浏览器固定表头不生效问题

---------

Co-authored-by: huangxj29 <huangxuejuan@xgd.com>
2023-10-11 14:08:03 +08:00
2betop
3e18b7c3e3 chore: 优化 name 中直接写表达式用法 2023-10-11 11:56:29 +08:00
liaoxuezhi
b5be11fb66
chore: 调整选项搜索策略改成 container 更加精准 (#8329) 2023-10-11 09:54:43 +08:00
2betop
365c87599c chore: 添加补丁修复存量配置中存在无用主题属性问题 2023-10-10 21:05:23 +08:00
liaoxuezhi
eb6fb496e0
chore: 添加补丁修复存量配置中存在无用主题属性问题 (#8340) 2023-10-10 21:00:50 +08:00
wutong25
551215f068 fix: 组合穿梭器 预览拖拽排序已选项 页面有弹框提醒 2023-10-10 20:49:24 +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
lvxiaojiao
0515d18b94 chore:调整formula-editor中数组变量成员快捷列表文字为左对齐 2023-10-10 11:24:39 +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
hsm-lv
95d00b2019
Merge pull request #8316 from igrowp/fix-search
feat: 「页面设计器」组件搜索框支持不输入"-"进行搜索
2023-10-10 10:01:28 +08:00
hsm-lv
c6ce9dd7dd
Merge pull request #8325 from qkiroc/style/table-tr-bg
styles: table tr样式优先级调整
2023-10-09 20:58:24 +08:00
wanglinfang2014
d9730f6aa2
fix: 修复inputTable当前页数据删除完无法自动调整到上一页问题 (#8327)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-10-09 19:15:58 +08:00
liaoxuezhi
64397442c9
fix: 修复在 toolbar 中的 form 值变化回显不正确的问题 (#8326) 2023-10-09 18:41:00 +08:00
HongYang
02ef3c96f3
fix: 文字外观去掉vertical-align (#8323)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-10-09 17:08:27 +08:00
RUNZE LU
bdf5985b53
fix: CURD组件设置查询字段数据域二次同步导致渲染错误问题 (#8324) 2023-10-09 17:07:15 +08:00
qkiroc
a074593a92
fix: 修复steps title展示[object object]问题 (#8319)
* fix: 修复steps title展示[object object]问题

* 更新快照

* 优化

---------

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-09 17:05:23 +08:00
qinhaoyan
ea04dd7b8c styles: table tr样式优先级调整 2023-10-09 16:58:34 +08:00
刘丹
627a285660
fix(amis-editor): 导出CRUD2/utils (#8322) 2023-10-09 15:05:44 +08:00
qkiroc
b7269fd46c
fix(editor): 修复style2themecss报错问题 (#8321)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-09 15:03:03 +08:00
wutong25
7ea432922b fix: 数据配置外部接口添加防抖处理,避免输入内容错乱 2023-10-09 11:03:19 +08:00
qkiroc
4c1ee6593e
fix: 修复table rowClassNameExpr一般背景样式不生效问题 (#8315)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-09 10:44:18 +08:00
wutong25
6ed6cb89d3 feat: 「页面设计器」组件搜索框支持不输入"-"进行搜索 2023-10-08 19:54:43 +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
qinhaoyan
0993d19778 chore(editor): 优化editor侧边栏拖拽卡顿问题 2023-10-08 14:49:10 +08:00
qkiroc
1ce4977d34
styles: 优化combo组件tabs模式下样式问题 (#8305)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-08 14:03:13 +08:00
hsm-lv
100c718e3e
Merge pull request #8302 from 2betop/fix-nestedcolumn
fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301
2023-10-08 11:28:58 +08:00
hsm-lv
7b22e65cb8
feat: 列表类组件支持更新指定行记录 (#8278) 2023-10-08 10:39:42 +08:00
吴多益
1a30e355a8
feat: export-excel 初步支持总结行 Closes #2911 (#8286) 2023-10-08 10:23:47 +08:00
iceqing
4b762707c4
style: 修复toast组件info和success级别下body字体大小不一致的问题 (#8270) 2023-10-08 09:45:22 +08:00
HongYang
2eea735e1f
fix: 数字输入框禁用时单位选择也禁用 (#8279)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
2023-10-08 09:44:09 +08:00
2betop
a4a7fcda71 fix: 修复嵌套模式当列隐藏时不显示展开按钮问题 Close: #8301 2023-10-07 20:21:46 +08:00
liaoxuezhi
1ca520ef25
fix: 修复 combo 表单项中存在同名表单项时内部表单项值被覆盖的问题 (#8300) 2023-10-07 18:27:36 +08:00
刘丹
f2cec8f718
fix(amis-editor): 补充国际化预料,并发版5.6.1 (#8287) 2023-10-07 16:13:31 +08:00
liaoxuezhi
064dfa884b
fix: 修复表单保存成功可能导致 combo 中新增部分重置的问题 (#8297) 2023-10-07 15:55:33 +08:00
Allen
77360212e8
fix: table组件 rowClassNameExpr 优先级 (#8247) 2023-10-07 10:50:24 +08:00
wibetter
b1cd710e7c fix(amis-core): 修复新版外观/阴影等配置失效问题 2023-09-28 11:52:34 +08:00
ascend13
91c86afdea
chore: 弹窗自定义宽度时关闭媒体查询max-width宽度限制 (#8272)
* 修复弹窗自定义宽度时媒体查询max-width限制宽度显示

* 尺寸自定义时去掉媒体查询样式
2023-09-28 10:35:16 +08:00
wutong
5180c3bc35
Merge pull request #8215 from CheshireJCat/master
feat: 树组件支持配置虚拟渲染时的高度\宽度\可见区外缓冲渲染数
2023-09-27 21:13:18 +08:00