Commit Graph

12514 Commits

Author SHA1 Message Date
wuduoyi
9189493636 Merge remote-tracking branch 'upstream/master' into docs-download-attachmentAdpator 2023-10-24 16:50:51 +08:00
yinchunyu
b994d72dcf
feat: inputNumber配置单位支持label/value这种配置,显示和给后端的单位区分开 (#8435)
* feat: inputNumber配置单位支持label/value这种配置,显示和给后端的单位区分开

* 不在schema内写变量,属性通过props传入

---------

Co-authored-by: yinchunyu <yinchunyu@baidu.com>
2023-10-24 16:16:12 +08:00
qkiroc
cf3eb0f09c
feat: 扩展mountIconSpriteToDom方法 (#8476)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-24 15:40:36 +08:00
liaoxuezhi
2b5efd478e
feat: 表单项支持动态 name 可搭配 each 一起使用 Close: #4212 (#8452) 2023-10-24 15:16:05 +08:00
wutong
47f6747213
Merge pull request #8403 from lurunze1226/fix-form-scaffold-field
fix(amis-editor): Form & CRUD2脚手架使用api数据源时无法新增字段问题
2023-10-24 14:51:22 +08:00
liaoxuezhi
994fba3166
feat: input-text 支持配置 nativeAutoComplete 比如可用来配置支持浏览器生成默认密码 Close: #4471 (#8465) 2023-10-24 14:28:48 +08:00
liaoxuezhi
0016137975
feat: inputFile & inputImage 开放 capture 属性可以用于配置移动端拍照行为 Close: #4330 (#8462) 2023-10-24 14:28:13 +08:00
liaoxuezhi
cc0f039dcf
fix: 修复app 模式渲染菜单报 key 重复的 warning (#8447) 2023-10-24 14:26:19 +08:00
liaoxuezhi
ea8689e449
feat: jump 补充第三个参数信息 Close: #2936 (#8446) 2023-10-24 14:19:33 +08:00
liaoxuezhi
d73bad1005
fix: 修复 app 模式 bcn 种存在动态路径问题 Close: #8012 (#8444) 2023-10-24 14:16:34 +08:00
liaoxuezhi
0bbcd801fe
chore: 图片放大器点击阴影可关闭 Close: #8420 (#8442) 2023-10-24 14:15:15 +08:00
liaoxuezhi
ab0f15bec5
fix: 修复 嵌套模式标题字段的判断 Close: #8386 (#8440) 2023-10-24 14:14:55 +08:00
qkiroc
b05b7daaf9
fix: 修复sdk报错问题 (#8466)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
2023-10-24 14:14:42 +08:00
liaoxuezhi
637d9551b7
chore: 调整 crud source 模式与 loadDataOnce 行为一致 Close: #6040 (#8470) 2023-10-24 14:13:49 +08:00
liaoxuezhi
59d900ffd5
feat: api 文件下载文件名识别忽略大小写同时支持前端指定 Close: #6177 (#8471) 2023-10-24 14:13:31 +08:00
liaoxuezhi
b025e69e3d
feat: tinymce 编辑器当配置文件接收器为空时图片上传改成 base64 模式 Close: #6220 (#8472) 2023-10-24 14:13:05 +08:00
liaoxuezhi
4e130ac0b2
fix: 修复 searchable 在 sdk 中弹窗层被挡住问题 & 配置为 input-group 换行问题 Close: #8031 #8415 (#8439) 2023-10-24 14:12:52 +08:00
liaoxuezhi
0360250d2c
style: select 的其他模式值显示超长时与默认模式保持统一 Close: #4514 (#8468) 2023-10-24 14:12:43 +08:00
liaoxuezhi
1ee5f37ed4
fix: 修复 combo 的 unique 模式 选项是个树形结构时的异常 Close: #8085 (#8438) 2023-10-24 14:07:00 +08:00
liaoxuezhi
1f4f491965
fix: 修复 inputTable 中自动计算值更新不正确的问题 Close:#8263 (#8436) 2023-10-24 14:05:55 +08:00
wuduoyi
9e81e6b15c chore: 补充自定义 fetcher 时可能漏了 attachmentAdpator 实现的说明文档 2023-10-24 12:23:55 +08:00
Allen
af806d553c
Merge pull request #8469 from allenve/master
fix: input-date 静态展示问题 Close: #8458
2023-10-24 11:09:19 +08:00
allenve
5aee16b540 fix: input-date 静态展示问题 2023-10-24 10:27:20 +08:00
wutong
25dc28fcfc
Merge pull request #8461 from yinchunyu/component-name
feat: 组件增加searchKeywords,使得编辑器组件的名称和amis文档保持一致
2023-10-23 17:12:08 +08:00
yinchunyu
d0724faff2 feat: 组件增加searchKeywords, 使amis文档中的组件名称可以在编辑器中搜索到 2023-10-23 14:46:32 +08:00
Allen
b39eec2cd9
Merge pull request #8451 from allenve/master
fix: input-number 光标漂移问题
2023-10-23 10:52:48 +08:00
allenve
9f1941f433 fix: input-number 光标漂移问题 2023-10-20 17:35:09 +08:00
Hsirius
aabc616051
feat(amis-editor): inputNumber unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新 (#8437)
* feat: unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新

* feat: unitOptions支持key-value形式,修复value是number时错误相加问题,新增配置面板编辑时组件实时更新

* fix snap

* fix snap
2023-10-20 15:16:40 +08:00
wutong
c6d52cba8c
Merge pull request #8445 from lurunze1226/feat-input-excel-autofill
feat: InputExcel组件支持autoFill Close: #8432
2023-10-20 15:14:22 +08:00
Allen
d5b37d1ed0
fix: editor manager getContentSchemas 中 type 获取问题 (#8443) 2023-10-20 13:37:58 +08:00
lurunze1226
4ab14f9331 feat: InputExcel组件支持autoFill 2023-10-20 11:20:58 +08:00
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
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