Dora
|
347fb66b73
|
fix(amis-editor): 日期组件配置面板格式初始值不正确 (#8507)
Co-authored-by: yanglu19 <yanglu19@baidu.com>
|
2023-10-27 10:22:10 +08:00 |
|
liaoxuezhi
|
96df5551cf
|
feat: env.replaceTextIgnoreKeys 支持函数 Close: #7035 (#8510)
|
2023-10-27 10:20:22 +08:00 |
|
liaoxuezhi
|
d294202454
|
chore: 补充缺失依赖信息 Close: #8477 (#8490)
|
2023-10-27 10:19:02 +08:00 |
|
liaoxuezhi
|
91d0e725f6
|
style: inputTree 节点操作按钮根据规范改成左对齐 Close: #6273 (#8497)
|
2023-10-27 10:18:42 +08:00 |
|
liaoxuezhi
|
8f0de6cd2e
|
fix: 修复位运算与过滤器冲突问题 Close: #8391 (#8505)
|
2023-10-27 10:18:07 +08:00 |
|
liaoxuezhi
|
f531d7df16
|
feat: 图片放大功能支持移动画布 Close: #6444 (#8496)
|
2023-10-26 22:56:57 +08:00 |
|
liaoxuezhi
|
3d6009c2b7
|
chore: api 对象中添加 context 变量支持全局适配器获取原始上下文数据 (#8501)
|
2023-10-26 22:56:14 +08:00 |
|
qkiroc
|
fe762157cf
|
chore: 规范自定义样式生成id (#8514)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
|
2023-10-26 22:50:59 +08:00 |
|
liaoxuezhi
|
1bb988b942
|
chore: 调整 affixedOffset 为样式,去掉没必要的 js 计算, 优化 page asideSticky 实现, 部分样式优化 Close: #6493 (#8508)
|
2023-10-26 16:40:26 +08:00 |
|
wutong
|
8128e23725
|
Merge pull request #8433 from miaoxinyu01/feat-fast-editor
feat:富文本和分页组件添加change事件
|
2023-10-26 10:36:37 +08:00 |
|
miaoxinyu01
|
e7e82dea51
|
分页单测增加参数验证
|
2023-10-25 21:09:12 +08:00 |
|
RUNZE LU
|
e1ee79032e
|
feat: CRUD组件支持开启syncLocation后解析Query中的原始类型数据 (#8500)
|
2023-10-25 20:37:19 +08:00 |
|
wutong
|
13b07040a1
|
fix(amis-editor): 公式输入框样式调整 (#8479)
* fix: 公式输入框样式调整
* fix: 兼容事件动作中没有actions的情况
---------
Co-authored-by: wutong25 <wutong25@baidu.com>
|
2023-10-25 20:30:12 +08:00 |
|
miaoxinyu01
|
2bbdad8498
|
分页单测区分阻止事件广播和不阻止事件广播
|
2023-10-25 20:04:02 +08:00 |
|
miaoxinyu01
|
e540ab2238
|
fix:ts校验
|
2023-10-25 19:19:04 +08:00 |
|
miaoxinyu01
|
4d29d8ba82
|
更新pagination单测
|
2023-10-25 19:06:38 +08:00 |
|
miaoxinyu01
|
c00ba1f8be
|
富文本和分页添加change事件
|
2023-10-25 14:26:29 +08:00 |
|
miaoxinyu01
|
7bc06d43e1
|
删除多余代码
|
2023-10-25 11:46:28 +08:00 |
|
miaoxinyu01
|
b9f45a323f
|
富文本和分页添加change事件
|
2023-10-25 11:44:20 +08:00 |
|
RUNZE LU
|
1d72d259a8
|
chore(amis-editor): Form配置面板删除多余的labelAlign控件 (#8478)
|
2023-10-25 09:47:49 +08:00 |
|
miaoxinyu01
|
a6bbee1281
|
富文本单测
|
2023-10-24 19:33:49 +08:00 |
|
miaoxinyu01
|
6389a43f67
|
增加富文本和分页组件change事件单测
|
2023-10-24 18:47:44 +08:00 |
|
yinchunyu
|
4d0bc0927c
|
fix: 遍历key && 无数据时展示0 (#8481)
Co-authored-by: yinchunyu <yinchunyu@baidu.com>
|
2023-10-24 18:47:01 +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 |
|
miaoxinyu01
|
656ba5874e
|
删除调试代码
|
2023-10-24 15:12:36 +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 |
|
miaoxinyu01
|
ac7f4c28e9
|
分页组件事件面板添加change事件
|
2023-10-24 14:49:42 +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 |
|
miaoxinyu01
|
67f3fad1ce
|
修复ts校验问题
|
2023-10-24 11:50:34 +08:00 |
|
miaoxinyu01
|
570d393b76
|
修复ts校验问题
|
2023-10-24 11:23:07 +08:00 |
|
allenve
|
5aee16b540
|
fix: input-date 静态展示问题
|
2023-10-24 10:27:20 +08:00 |
|
miaoxinyu01
|
3c5b92e716
|
补充富文本和分页组件文档
|
2023-10-23 19:44:59 +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 |
|
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 |
|
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 |
|