Commit Graph

1454 Commits

Author SHA1 Message Date
wutong
cda1314cea
Merge pull request #8947 from igrowp/fix-editor-panel
fix(amis-editor): icon组件添加事件面板 & inputColor组件去除事件面板
2023-12-05 17:51:36 +08:00
wutong25
f36ba3540c Merge remote-tracking branch 'upstream/master' into fix-editor-panel 2023-12-05 16:03:56 +08:00
wanglinfang2014
d57af8918a
fix: 修复由#8905引入的row.index丢失问题 (#9014)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-12-05 09:34:45 +08:00
吴多益
80e93078be
chore: classNameExpr 已经所有属性都支持,不需要单独处理了 Closes #3869 (#9007) 2023-12-04 20:49:58 +08:00
langrq
51f5d36519
chore: 分页组件 go 字符翻译 (#8979)
* fix: zh-CN 页码 go 字符翻译展示

* 更新 snapshot

---------

Co-authored-by: langrq <ruqing.lang@keymantech.cn>
Co-authored-by: wuduoyi <wuduoyi@baidu.com>
2023-12-01 18:10:26 +08:00
liaoxuezhi
ab3ac527c5
fix: 修复 inputTable 在列中表单项有默认值的情况下无法新增的问题 (#8988) 2023-12-01 18:09:17 +08:00
liaoxuezhi
da257108a9
fix: 修复 combo 中有 pipeIn & pipeOut 场景时报错 Close: #8970 (#8980) 2023-12-01 14:53:46 +08:00
chengjinyang
e5afd9dbe1 feat: icon支持配置事件动作 2023-12-01 12:02:24 +08:00
ascend13
68c6390ea1
chore: 弹窗默认属性show改为 false (#8965) 2023-11-30 19:20:10 +08:00
sqzhou
6ac9b0f89e
fix: 刷新表格时,清空表格行状态,例如switch选中、select选中等 (#8951)
* fix: 支持刷新表格时,清空表格状态

* fix: 支持刷新表格时,清空表格状态
2023-11-30 18:44:36 +08:00
wanglinfang2014
0c20a947c7
fix: table2行数据同步上层数据域、前端排序等问题修复 (#8905)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-30 14:59:24 +08:00
liaoxuezhi
2c05f9c7fb
chore: 兼容异常数据 (#8923) 2023-11-29 19:05:54 +08:00
hsm-lv
b138825c71
Merge pull request #8925 from nwind/fix-export-excel-query
fix: 修复导出 Excel 和 CSV 不支持查询条件问题 Closes #6973
2023-11-29 14:56:50 +08:00
lghxuelang
c07217439e
feat(amis-editor): LocationPicker & Picker组件配置面板升级 (#8936)
* feat(amis-editor): Picker配置面板升级 (#8558)

* feat:(editor)picker面板升级

* merge master

---------

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

* feat: location-picker-editor 优化

* feat: location-picker-editor 点击函数以及文档处理

* feat: location-picker-editor 取消输入框样式

* feat: location-picker-editor 地图ak支持变量映射 (#8881)

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

* feat:(amis-editor)locationPicker & Picker组件配置面板升级

---------

Co-authored-by: liuguihua <liuguihua@baidu.com>
Co-authored-by: jiangchunhui <jiangchunhui@baidu.com>
Co-authored-by: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Co-authored-by: wutong <34541195+igrowp@users.noreply.github.com>
Co-authored-by: 青辉 <66730036+QingHui1229@users.noreply.github.com>
2023-11-29 11:47:11 +08:00
lurunze1226
4c16138005 fix: Select组件开启autoComplete后请求竞态问题 Close: #8817 2023-11-28 20:26:22 +08:00
wibetter
9fa4f42576 fix(amis): 搜索组件通过事件动作变量赋值时也触发change 2023-11-28 14:46:00 +08:00
wibetter
7b3994b86f fix(amis): 搜索组件功能失效问题修复 2023-11-28 14:35:09 +08:00
wuduoyi
04ada596a5 fix: 修复导出 Excel 和 CSV 不支持查询条件问题 Closes #6973 2023-11-28 12:25:40 +08:00
hsm-lv
f3f980e07b
feat: table支持行点击时不勾选 (#8916) 2023-11-28 09:57:23 +08:00
lvxiaojiao
d2e0f78e9c feat:ConditionBuilder字段配置支持defaultOp 2023-11-27 21:32:32 +08:00
RUNZE LU
392779cf90
fix: CRUD2组件开启syncLocation后分页组件未同步pageField值导致无法切换页码问题; feat: CRUD2支持parsePrimitiveQuery (#8908) 2023-11-27 17:23:25 +08:00
LTtwinkle
5fe6a2e0bf
feat: 树组件优化 (#7946)
* feat: 树组件优化

* pref: option类型组件统一新增deferField字段

* pref: 树组件优化问题修复

* fix: 树组件优化评审问题修复

---------

Co-authored-by: zhouqiqi01 <zhouqiqi01@baidu.com>
2023-11-27 14:13:01 +08:00
wibetter
9187f8b2e9 fix(amis-editor): 渲染错误拦截不展示schema 2023-11-27 10:02:30 +08:00
RUNZE LU
2c110c9642
feat: Switch组件的onText和offText支持Schema配置 (#8816) 2023-11-24 12:26:21 +08:00
hsm-lv
af68cce8d3
Merge pull request #8842 from 2betop/fix-date-defaultValue
fix: 修复inputDate 配置 valueFormat + 表达式初始值时值不匹配 valueFormat Close: #8652
2023-11-23 19:54:22 +08:00
hsm-lv
3a82b18864
Merge pull request #8859 from 2betop/fix-quick-editor
fix: 修复 quickEdit 通信找不到的问题(由 #8206 引发优先级乱了)
2023-11-23 19:33:00 +08:00
liaoxuezhi
b292a66c42
Merge branch 'master' into fix-date-defaultValue 2023-11-23 19:29:51 +08:00
liaoxuezhi
f3d53fbf7e
style: 调整 table 固顶模式的样式兼容 safari Close: #8708 (#8863) 2023-11-23 19:19:06 +08:00
liaoxuezhi
be312da1c5
fix: 修复 combo 同步父级数据可能存在展示值和实际值不一致的问题 Close: #8773 (#8831) 2023-11-23 19:18:15 +08:00
liaoxuezhi
03f5fa9775
feat: input-date & input-date-range 事件动作 setValue 支持相对时间 Close: #8845 (#8848) 2023-11-23 19:14:11 +08:00
liaoxuezhi
1e43e25b9a
chore: 弹窗中校验表单错误 3s 后自动消失以免误会 Close: #1636 (#8849) 2023-11-23 12:38:03 +08:00
2betop
d2c883f504 fix: 修复 quickEditor 通信找不到的问题(由 #8206 引发优先级乱了) 2023-11-23 10:10:14 +08:00
hsm-lv
06fc8a8847
Merge pull request #8847 from hsm-lv/feat-inputtable
chore:inputTable的addItem动作不受是否可新增限制
2023-11-22 20:26:04 +08:00
wanglinfang2014
e3527b376e
fix: 修复由#8822引入的crud多选问题 (#8852)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-22 19:16:08 +08:00
RUNZE LU
73ef317e2c
feat: Switch组件支持加载中状态 (#8814) 2023-11-22 16:46:22 +08:00
lvxiaojiao
a9e5492184 chore:inputTable的addItem动作不受是否可新增限制 2023-11-22 13:45:56 +08:00
wibetter
4b79f02589 style(amis): ErrorBoundary默认提示样式改放amis中 2023-11-22 12:28:28 +08:00
wibetter
0c233986f5 fix(amis): ErrorBoundary细节调整 2023-11-22 11:40:45 +08:00
wibetter
7b7d58c41c fix(amis): ErrorBoundary增加fallback配置 2023-11-22 11:26:23 +08:00
wibetter
24a02f8b5c fix(amis): StaticHoc改用componentDidCatch拦截渲染异常 2023-11-22 10:43:49 +08:00
lurunze1226
b48f8f9a99 bump: amis v3.5.3 2023-11-21 21:30:09 +08:00
2betop
ae6e03e306 fix: 修复inputDate 配置 valueFormat + 表达式初始值时值不匹配 valueFormat Close: #8652 2023-11-21 21:26:09 +08:00
刘丹
ef48b59d13
feat(amis&amis-editor): 地理位置选择器功能完善和强化 close #8802 (#8834)
* fix(amis): 地理位置选择组件/只读模式,不展示地图控件,不支持位置选择操作

* feat(amis): Location地理选择组件增加autoSelectCurrentLoc和onlySelectCurrentLoc配置项

* docs(amis): 补充地理选择组件的新增配置说明

* feat(amis-editor): Location地理选择组件增加autoSelectCurrentLoc和onlySelectCurrentLoc可视化配置

* fix(amis-editor): 完善Location地理选择组件的placeholder配置

* docs(amis): 增加Location地理选择组件Schema属性说明
2023-11-21 17:35:06 +08:00
hsm-lv
31c857e399
Merge pull request #8822 from wanglinfang2014/feat-nav
fix: table嵌套模式下selectedChange参数错误、table展示单选可多选问题修复
2023-11-21 12:54:09 +08:00
renjie.yin
8556b13a2e
feat: Table2支持双击事件 (#8761)
* feat: Table2支持双击事件

* fix: prevented保持一致

* fix: 统一返回值
2023-11-21 11:25:39 +08:00
wanglinfang2014
4fd601a34e
fix: crud编辑器提示导致报错问题修复 (#8806)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
2023-11-21 10:40:15 +08:00
wutong
81060bfda7
Merge pull request #8797 from wibetter/master
fix(amis): 修复Audio样式遮挡问题
2023-11-21 10:39:11 +08:00
wanglinfang
fd8538ead2 fix: table嵌套模式下selectedChange参数错误、table展示单选可多选问题修复 2023-11-21 10:29:14 +08:00
allenve
cccca16e25 fix(amis):input-number 小数光标偏移问题 2023-11-17 16:21:38 +08:00
wibetter
9479707b59 fix(amis): 音频组件/操作进度条增加判空处理,避免报错 2023-11-17 15:04:31 +08:00