wibetter
|
e172fcc63e
|
fix(amis-ui): 修复inputBox默认值0或者false不回现问题
|
2024-01-09 20:46:30 +08:00 |
|
yanglu19
|
5d57682580
|
fix: 取消buttongroupselect默认值展示条件限制 & 配置badge情况下按钮平铺无法自适应
|
2024-01-09 17:47:48 +08:00 |
|
Mike
|
c39426d05d
|
Update dialog.md
修复错别字
|
2024-01-09 10:49:55 +08:00 |
|
liaoxuezhi
|
577072bf8d
|
fix: 修复使用列切换功能引发的 mst 报错问题 (#9371)
|
2024-01-09 10:07:46 +08:00 |
|
blankzust
|
8a8dcf7b27
|
feat: 添加InputTag组件在编辑器内的标签最大选择数量配置 (#9242)
* fix: 添加InputTag组件在编辑器内的标签最大选择数量配置
* feat: 添加InputTag组件在编辑器内的标签最大选择数量配置
* fix: max这个数字输入框添加最小值1限制&max属性不普遍,单独添加为input-tag的配置项
* fix: merge master代码
* fix: merge master代码
---------
Co-authored-by: 张淑峰 <zhangshufeng334@hellobike.com>
|
2024-01-08 20:59:14 +08:00 |
|
吴多益
|
cb08444be3
|
feat: crud 的 filterable 支持 searchable (#9229)
|
2024-01-08 20:59:02 +08:00 |
|
wanglinfang2014
|
fba3074311
|
feat: 新增maxItemSelectionLength支持单独配置当前页最大勾选数 (#9249)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
|
2024-01-08 20:57:24 +08:00 |
|
Dora
|
f663be714d
|
perf: 修改step组件外观 (#9277)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
|
2024-01-08 20:53:26 +08:00 |
|
吴多益
|
ef7da0d009
|
fix: 修复 office-viewer 变量替换里公式不生效问题 Closes #9276 (#9303)
|
2024-01-08 20:52:50 +08:00 |
|
刘丹
|
d598d7a4bf
|
Merge pull request #9342 from wibetter/master
fix(amis-editor): 修复容器清空功能icon偶发不显示问题
|
2024-01-08 16:37:57 +08:00 |
|
qkiroc
|
b8c2e093e7
|
style: 优化分页组件不对齐问题 (#9340)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2024-01-08 15:46:59 +08:00 |
|
hsm-lv
|
b2557cceed
|
Merge pull request #9360 from allenve/master
fix: layout aside滚动条兼容性问题
|
2024-01-08 15:21:18 +08:00 |
|
lghxuelang
|
383abc9f86
|
fix:(amis-editor)修复添加动作 (#9355)
Co-authored-by: liuguihua <liuguihua@baidu.com>
|
2024-01-08 14:48:30 +08:00 |
|
wibetter
|
b7fd39d314
|
fix(amis-editor): 修复容器清空功能icon偶发不显示问题
|
2024-01-08 14:35:23 +08:00 |
|
allenve
|
de65f81d14
|
fix: layout aside滚动条兼容性问题
|
2024-01-08 14:21:20 +08:00 |
|
RUNZE LU
|
1e3ab37e69
|
fix(amis-editor): CRUD脚手架接口返回示例修正 (#9307)
|
2024-01-08 13:21:58 +08:00 |
|
lmaomaoz
|
59bb587d8b
|
fix: Editor中setSchema DiffArray处理增加$$id时判断数组成员的类型 (#9337)
Co-authored-by: jinye <jinye@baidu.com>
|
2024-01-08 11:53:56 +08:00 |
|
hsm-lv
|
4b414ca9fe
|
revert:crud test (#9352)
|
2024-01-08 10:14:54 +08:00 |
|
pingbaobao
|
5fd26a866e
|
fix(amis-editor): 修复switch配置truevalue/falsevalue后,默认值不更新问题 (#9305)
|
2024-01-05 16:14:53 +08:00 |
|
wanglinfang2014
|
df4d287dc9
|
fix: crud2自定义列无法关闭问题修复Close:#9283 (#9327)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
|
2024-01-05 16:13:47 +08:00 |
|
lmaomaoz
|
0a1513c089
|
feat: 静态展示组件static的快速编辑支持配置图标 (#9324)
Co-authored-by: jinye <jinye@baidu.com>
|
2024-01-05 16:12:31 +08:00 |
|
wanglinfang2014
|
738e47d410
|
fix: Nav updateItems动作支持valueField属性 (#9316)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
|
2024-01-05 16:10:27 +08:00 |
|
zhaojianhui
|
3e08ea7b0e
|
feat: 事件动作-打开页面优化,新增内容区打开、浏览器当前页打开、浏览器新开页打开 (#9273)
* feat: 打开页面支持页面跳转、浏览器跳转
* 修改时处理
* feat: 打开页面支持页面跳转、浏览器跳转
* feat: 打开页面支持页面跳转、浏览器跳转-删除无用代码
* test: 打开页面-补充文档、测试用例
* test: 打开页面-补充文档、测试用例
* test: 打开页面动作修改字段linkType为targetType
* 遗漏文件提交
---------
Co-authored-by: zhaojianhui <zhaojianhui@baidu.com>
|
2024-01-05 15:54:20 +08:00 |
|
hsm-lv
|
fa34337b13
|
revert:crud unSelectedItems无法被表达式解析问题 (#9335)
|
2024-01-05 15:43:24 +08:00 |
|
qkiroc
|
5373f2377d
|
style: 修复number组件单位换行问题 (#9333)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2024-01-05 15:14:21 +08:00 |
|
lghxuelang
|
78395d5e97
|
feat:(amis)调整color默认值逻辑 #9150 (#9325)
Co-authored-by: liuguihua <liuguihua@baidu.com>
|
2024-01-05 15:09:25 +08:00 |
|
hzh11012
|
5dd246204f
|
feat: jssdk导出npm扩展包缺失依赖 (#9332)
Co-authored-by: hezhihang <hezhihang@baidu.com>
|
2024-01-05 15:06:10 +08:00 |
|
吴多益
|
eb55199ef1
|
feat: CRUD 支持导出 Excel 模板 Closes #9157 (#9228)
* feat: CRUD 支持导出 Excel 模板 Closes #9157
* 更新版本
|
2024-01-05 15:04:02 +08:00 |
|
HongYang
|
eb5299e645
|
pref: 内外边距外观组件优化 (#9323)
Co-authored-by: hongyang03 <hongyang03@baidu.com>
|
2024-01-05 11:39:20 +08:00 |
|
Allen
|
2cc9865577
|
Merge pull request #9306 from sqzhou/fix/test/only
chore: 去掉单测中多余的only
|
2024-01-04 18:48:29 +08:00 |
|
wanglinfang2014
|
b6c629ebf3
|
fix: nav深色模式颜色优先级调整 (#9310)
Co-authored-by: wanglinfang <wanglinfang@baidu.com>
|
2024-01-04 14:22:22 +08:00 |
|
chengjinyang0
|
78de1e7c21
|
fix: 重新请求数据动作数据是否追加参数&合并数据方式处理 (#9300)
|
2024-01-04 10:50:44 +08:00 |
|
sqzhou
|
ca343a98c6
|
chore: 去掉单测中多余的only
|
2024-01-03 20:24:20 +08:00 |
|
sqzhou
|
946c22093d
|
test: 去掉多余only
|
2024-01-03 19:50:16 +08:00 |
|
zhaojianhui
|
de76135229
|
feat: Avatar组件支持事件动作 Close #3220 (#9272)
* feat: Avatar组件支持事件动作
* ts处理
* feat: Avatar组件支持事件动作
* feat: Avatar组件支持事件动作-补充版本说明
---------
Co-authored-by: zhaojianhui <zhaojianhui@baidu.com>
|
2024-01-03 14:53:20 +08:00 |
|
hsm-lv
|
6cfa5e0a9f
|
Merge pull request #9299 from CheshireJCat/fix-editor-clear-old-value-when-clear-static-tpl-field
fix: Editor:当删除静态展示框的默认值时清除历史残余的value值
|
2024-01-03 11:31:04 +08:00 |
|
hsm-lv
|
268e31b4b8
|
Merge pull request #9292 from hsm-lv/fix-crud
fix:修复crud unSelectedItems无法在公式内解析问题
|
2024-01-03 10:29:38 +08:00 |
|
pingbaobao
|
27a9bbeb26
|
fix : input-text选择器模式下,clearable无效问题 (#9293)
Co-authored-by: junjie.liu <junjie.liu@junjieliudeMacBook-Pro.local>
|
2024-01-03 10:09:32 +08:00 |
|
lvxiaojiao
|
b7d041b5f6
|
fix:修复crud unSelectedItems无法在公式内解析问题
|
2024-01-03 10:03:05 +08:00 |
|
hsm-lv
|
76831e12ef
|
Merge pull request #9294 from hsm-lv/chore-events-build
chore:组件事件列表支持动态构建
|
2024-01-02 21:13:31 +08:00 |
|
hsm-lv
|
9a48e514a9
|
Merge pull request #9291 from hsm-lv/fix-context
fix:修复上下文重复问题
|
2024-01-02 21:13:20 +08:00 |
|
jinye
|
0f1d23628d
|
fix: Editor:当删除静态展示框的默认值时同时清除历史残余的value值
|
2024-01-02 20:41:31 +08:00 |
|
Dora
|
d9fb3ddb75
|
feat: AnchorNav组件支持树形结构 (#8969)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
|
2024-01-02 20:33:14 +08:00 |
|
lvxiaojiao
|
77d1ea97a9
|
fix:修复上下文重复问题
|
2024-01-02 19:44:31 +08:00 |
|
lvxiaojiao
|
5385e474c4
|
chore:组件事件列表支持动态构建
|
2024-01-02 17:51:34 +08:00 |
|
HongYang
|
d9ace501e3
|
fix: 修复移动端日期选择完年月无法关闭浮窗的问题 (#9080)
* fix: 修复移动端日期选择完年月无法关闭浮窗的问题
* fix: 修复选中日期不展示的问题
* fix: 修复主题配置icon失败问题
* fix: 代码优化
---------
Co-authored-by: hongyang03 <hongyang03@baidu.com>
|
2024-01-02 10:16:44 +08:00 |
|
lurunze1226
|
1c38f80656
|
bump: v6.0.0
|
2023-12-29 18:29:18 +08:00 |
|
骈瑞杰
|
73d5239fbe
|
fix: 可见性、可用性动作配置字段校验失效 (#9280)
|
2023-12-29 17:57:15 +08:00 |
|
hsm-lv
|
2b064a6263
|
Merge pull request #9237 from Hsirius/feat-alert-editor-style
style: 修复Alert在编辑时样式和预览时样式不一致问题
|
2023-12-29 17:29:15 +08:00 |
|
RUNZE LU
|
3c755ec828
|
fix: InputDateTimeRanege组件首次选择后无法选择0点问题 (#9255)
|
2023-12-29 17:24:37 +08:00 |
|