Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 7071b75
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 14 14:06:36 2024 +0800

    fix: 修复 crud 其他模式构建脚手架初始化态状态错误 (baidu#9777)

commit d924373
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 14 14:06:19 2024 +0800

    chore: 优化公式编辑器支持表达式中换行 (baidu#9763)

commit 6d4ada1
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 14 14:06:00 2024 +0800

    chore: input-table 支持单元格为容器时内部放表单项也参与校验 Close: baidu#9756 (baidu#9757)

commit 8aa7d73
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 14 14:05:42 2024 +0800

    fix: 修复 table 更新指定行数数据多次调用报错问题 Close: baidu#9659 (baidu#9778)

commit 45a6e8f
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Thu Mar 14 14:03:24 2024 +0800

    fix: 修复popover定位问题 (baidu#9796)

    * fix: 修复popover定位问题

    * fix: 修复popover定位问题

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 42ffae4
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Wed Mar 13 18:46:54 2024 +0800

    feat: select tree模式支持menuTpl (baidu#9790)

    * feat: select tree模式支持menuTpl

    * 更新快照

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 96ef387
Merge: df51aa5 ff32040
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Mar 12 17:05:28 2024 +0800

    Merge pull request baidu#9782 from zhangtao07/master

    fix: 修复crud里面使用文本假数据/列表组件渲染报错

commit ff32040
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Tue Mar 12 16:46:18 2024 +0800

    fix: 修复crud里面使用文本假数据/列表组件渲染报错

commit df51aa5
Merge: 286c971 732bedc
Author: Allen <yupeng.fe@qq.com>
Date:   Tue Mar 12 16:37:11 2024 +0800

    Merge pull request baidu#9781 from allenve/master

    fix: rollup版本导致的打包问题

commit 732bedc
Author: yupeng12 <yupeng12@baidu.com>
Date:   Tue Mar 12 15:52:07 2024 +0800

    fix: rollup版本导致的打包问题

commit 286c971
Author: jinye <jinye@baidu.com>
Date:   Fri Mar 8 14:50:06 2024 +0800

    feat: 增加验证身份证号码的范围合理性(1850-今天)

commit 3b1d7d2
Merge: f407de5 52c8d15
Author: Allen <yupeng.fe@qq.com>
Date:   Mon Mar 11 10:04:48 2024 +0800

    Merge pull request baidu#9736 from allenve/master

    feat: amis 表单项组件支持testid

commit f407de5
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Mar 8 16:27:28 2024 +0800

    fix: 修复 crud setData 动作处理报错 (baidu#9765)

commit f0f3edf
Merge: 7128285 13299b7
Author: 刘丹 <365533093@qq.com>
Date:   Fri Mar 8 15:42:26 2024 +0800

    Merge pull request baidu#9760 from zhangtao07/master

    chore: 布局容器优化

commit 7128285
Author: jinye <jinye@baidu.com>
Date:   Thu Feb 29 21:03:30 2024 +0800

    fix: editor-修复switch组件值格式数字和字符串会被自动转为布尔值的问题

commit 13299b7
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Mon Jan 22 20:46:40 2024 +0800

    chore: 布局容器优化

commit 52c8d15
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 8 11:29:50 2024 +0800

    fix: 修复单测问题

commit 37f298d
Merge: c4aac4b 4a6e91f
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Fri Mar 8 11:06:28 2024 +0800

    Merge pull request baidu#9758 from allenve/feat-signature

    feat: 签名组件参数优化&&编辑器配置面板

commit 0c8cfa5
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 8 11:01:23 2024 +0800

    feat: testid 支持通过环境变量控制是否开启

commit 4a6e91f
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 8 10:11:39 2024 +0800

    feat: 签名组件参数优化&&编辑器配置面板

commit c4aac4b
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 7 21:00:47 2024 +0800

    chore: 调整表单项初始化过程 解决表单项非初始渲染时 initAutoFill 配置无效的问题 Close: baidu#9733, baidu#9742 (baidu#9754)

commit bf0e4d0
Author: 2betop <2betop.cn@gmail.com>
Date:   Thu Mar 7 17:00:46 2024 +0800

    chore: ts 错误修复

commit a2dc129
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Mar 7 14:03:37 2024 +0800

    chore: 调整弹窗编辑逻辑支持子弹窗中可以选择打开父级其他弹窗 (baidu#9747)

commit 108b46c
Merge: b8e486f 556a3b1
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Mar 7 11:53:17 2024 +0800

    Merge pull request baidu#9746 from wibetter/master

    fix(amis-theme-editor-helper): 字体、边框、内外边距等外观配置增加默认placeholder

commit 556a3b1
Author: wibetter <365533093@qq.com>
Date:   Thu Mar 7 10:55:46 2024 +0800

    fix(amis-theme-editor-helper): 字体、边框、内外边距等外观配置增加默认placeholder

commit 28ee659
Author: yupeng12 <yupeng12@baidu.com>
Date:   Wed Mar 6 15:19:29 2024 +0800

    PDF 渲染优化

commit b8e486f
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Mar 5 21:19:46 2024 +0800

    chore: 优化弹窗参数映射逻辑 (baidu#9730)

commit 1847bce
Author: ranwawa <30344590+ranwawa@users.noreply.github.com>
Date:   Tue Mar 5 21:13:58 2024 +0800

    fix: table的select动作判断falttenedRows进行选中,以便选中子节点 close:9714 (baidu#9715)

commit 7334b80
Author: yupeng12 <yupeng12@baidu.com>
Date:   Tue Mar 5 19:30:51 2024 +0800

    feat: 表单项组件支持testid

commit a7c550a
Merge: c3a7faf 693fbbe
Author: yupeng12 <yupeng12@baidu.com>
Date:   Tue Mar 5 19:16:11 2024 +0800

    merge e2e into master

commit c3a7faf
Merge: 78ac06f 37aac50
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Mar 5 15:56:10 2024 +0800

    Merge pull request baidu#9726 from allenve/master

    feat:amis支持手写签名面板

commit 693fbbe
Merge: c747bf6 8e6c7fa
Author: Allen <yupeng.fe@qq.com>
Date:   Tue Mar 5 15:32:04 2024 +0800

    Merge pull request baidu#9700 from allenve/e2e

    feat: 日期范围、transfer等组件支持testid

commit 37aac50
Author: yupeng12 <yupeng12@baidu.com>
Date:   Tue Mar 5 15:13:14 2024 +0800

    feat:amis支持手写签名面板

commit 78ac06f
Merge: 09fa406 4209954
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Mar 5 13:12:10 2024 +0800

    Merge pull request baidu#9723 from 52flutter/feature/fix_modal_add_new

    fix: 提取公共modal可能会更新错误

commit 09fa406
Merge: 25284ea eb69305
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Mar 5 13:11:24 2024 +0800

    Merge pull request baidu#9722 from 2betop/feat-autofill

    feat: autoFill api 模式也支持 initAutoFill 配置 Close: baidu#9631 baidu#9716 baidu#9721

commit 4209954
Author: 2betop <2betop.cn@gmail.com>
Date:   Tue Mar 5 11:36:15 2024 +0800

    调整逻辑另外删除无用代码

commit 25284ea
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Mar 5 11:20:22 2024 +0800

    fix: 修复弹窗交互调整引发动作添加报错 Close: baidu#9720 (baidu#9724)

commit eb69305
Author: 2betop <2betop.cn@gmail.com>
Date:   Fri Mar 1 17:46:25 2024 +0800

    feat: autoFill api 模式也支持 initAutoFill 配置 Close: baidu#9631 baidu#9716 baidu#9721

commit ad2f95f
Author: renjie.yin <16231189@qq.com>
Date:   Mon Mar 4 21:11:18 2024 +0800

    fix: 提取公共modal可能会更新错误

commit 4590738
Author: walkin <wyc19966@hotmail.com>
Date:   Mon Mar 4 17:04:45 2024 +0800

    fix: crud2条件查询表单重置失效 (baidu#9706)

commit 1a4c46a
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Mon Mar 4 11:31:54 2024 +0800

    fix:时间范围动作失效问题 (baidu#9707)

commit 549a905
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Mar 1 16:23:49 2024 +0800

    chore: 弹窗交互调整 (baidu#9687)

commit cbe6297
Merge: a74dc8d 06aa45a
Author: Allen <yupeng.fe@qq.com>
Date:   Fri Mar 1 15:12:52 2024 +0800

    Merge pull request baidu#9704 from allenve/master

    feat: 支持PDF预览

commit 06aa45a
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 1 14:04:34 2024 +0800

    Revert "Revert "feat: 支持PDF预览" (baidu#9694)"

    This reverts commit eccd5c7.

commit 8e6c7fa
Merge: c8f42c5 c747bf6
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 1 11:11:46 2024 +0800

    merge origin e2e

commit c8f42c5
Author: yupeng12 <yupeng12@baidu.com>
Date:   Fri Mar 1 11:08:58 2024 +0800

    feat: 日期范围、transfer等组件支持testid

commit a74dc8d
Author: 2betop <2betop.cn@gmail.com>
Date:   Fri Mar 1 10:13:54 2024 +0800

    fix: 修复 pr baidu#9675 引用错误 Close: baidu#9696

commit 270c88b
Author: 2betop <2betop.cn@gmail.com>
Date:   Thu Feb 29 21:19:54 2024 +0800

    bump: 6.2.1

commit eccd5c7
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 21:01:03 2024 +0800

    Revert "feat: 支持PDF预览" (baidu#9694)

commit b1252fe
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 20:51:44 2024 +0800

    fix: 修复 crud 重置失效的问题 Close: baidu#9686 (baidu#9693)

commit 95f18c1
Merge: 76d0811 08f8089
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 17:37:09 2024 +0800

    Merge pull request baidu#9662 from allenve/master

    feat: 支持PDF预览

commit 76d0811
Merge: b538465 26f143c
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 17:33:59 2024 +0800

    Merge pull request baidu#9589 from qkiroc/style/dark-code

    style: 完善amis暗黑主题

commit b538465
Merge: adf8b1d 132f47c
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 17:33:32 2024 +0800

    Merge pull request baidu#9606 from 2betop/fix-ref

    fix: 修复 inputTable 行确认时没有触发校验的问题 Close: baidu#9537

commit adf8b1d
Merge: 134ce72 09bca38
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 16:29:34 2024 +0800

    Merge pull request baidu#9689 from hsm-lv/feat-event

    feat:树组件事件支持选中项获取

commit 26f143c
Merge: 9e93ea3 134ce72
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 15:47:59 2024 +0800

    Merge branch 'master' into style/dark-code

commit 132f47c
Merge: be51236 134ce72
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 15:42:20 2024 +0800

    Merge branch 'master' into fix-ref

commit 08f8089
Merge: f9be299 f155bee
Author: yupeng12 <yupeng12@baidu.com>
Date:   Thu Feb 29 15:41:30 2024 +0800

    merge master

commit 134ce72
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 15:39:50 2024 +0800

    fix: 修复 inputTable 单元中容器内表单项是否可获取父级数据逻辑异常问题 Close: baidu#9520 (baidu#9608)

commit f155bee
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 29 15:17:29 2024 +0800

    feat: 组件中动态加载的组件 schema 也支持多语言规则 Close: baidu#9564 (baidu#9610)

commit 412d04a
Merge: 8e8a784 ad06c98
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:15:13 2024 +0800

    Merge pull request baidu#9612 from 2betop/chore-table-safari

    style: 修复 table 在 safari 里面设置 width 无效问题 Close: baidu#9486

commit 8e8a784
Merge: 47453da 9cf4421
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:14:35 2024 +0800

    Merge pull request baidu#9615 from 2betop/fix-autoFill-in-inputTable

    fix: 修复 select 的 autoFill 在 inputTable 中赋值不正确的问题 Close: baidu#9494

commit 47453da
Merge: 4b1f18f 2f92d68
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:14:00 2024 +0800

    Merge pull request baidu#9616 from 2betop/fix-mapping

    fix: 修复 mapping 结合其他组件兜底显示时取值错误 Close: baidu#9613

commit 4b1f18f
Merge: eda1809 f67d344
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:13:28 2024 +0800

    Merge pull request baidu#9652 from nwind/feat-print-element

    feat: 增加打印事件, 支持打印容器组件 Closes baidu#9475

commit 09bca38
Author: lvxiaojiao <lvxiaojiao@baidu.com>
Date:   Thu Feb 29 15:02:57 2024 +0800

    feat:树组件事件支持选中项获取

commit eda1809
Merge: 88e371e a5f3298
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:07:33 2024 +0800

    Merge pull request baidu#9670 from CheshireJCat/fix-editor-transferTable-valueTpl-is-undefined-after-change-tableColumn

    fix: editor-修复穿梭器表格形式设置表格列不填写字段名时valueTpl为undefined的问题

commit 88e371e
Merge: 25c7cca da910d5
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:06:52 2024 +0800

    Merge pull request baidu#9672 from shenmenga/feat-diff-editor

    fix: diff-editor 主题色

commit 25c7cca
Merge: e2db651 d1cfd37
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Feb 29 15:06:21 2024 +0800

    Merge pull request baidu#9675 from shenmenga/feat-messages

    feat: messages 支持数据渲染

commit f9be299
Author: yupeng12 <yupeng12@baidu.com>
Date:   Wed Feb 28 20:00:40 2024 +0800

    feat: 支持PDF预览

commit d1cfd37
Author: shenmenga <shenmenga@gmail.com>
Date:   Wed Feb 28 17:14:36 2024 +0800

    feat: messages 支持数据渲染

commit da910d5
Author: shenmenga <shenmenga@gmail.com>
Date:   Wed Feb 28 11:44:03 2024 +0800

    fix: diff-editor 主题色

commit a5f3298
Author: jinye <jinye@baidu.com>
Date:   Tue Feb 27 20:39:31 2024 +0800

    fix: editor-修复穿梭器表格形式设置表格列不填写字段名时valueTpl为undefined的问题

commit 68dc47a
Author: allenve <yupeng.fe@qq.com>
Date:   Tue Feb 27 16:37:04 2024 +0800

    feat: 补充日期范围等组件testid

commit f67d344
Author: wuduoyi <wuduoyi@baidu.com>
Date:   Tue Feb 27 15:05:45 2024 +0800

    修复编译报错

commit 5072f74
Author: wuduoyi <wuduoyi@baidu.com>
Date:   Sun Feb 25 10:46:50 2024 +0800

    feat: 增加打印事件, 支持打印容器组件 Closes baidu#9475

commit e2db651
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Sat Feb 24 17:35:28 2024 +0800

    fix: 修复 static-xxx 在列中始终是能获取上层数据的问题 Close: baidu#9556 (baidu#9581)

commit cb7a0f6
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Sat Feb 24 17:30:37 2024 +0800

    fix: 修复 mockReponse 没有 headers 时的报错 Close: baidu#9565 (baidu#9583)

commit 58feb0b
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Sat Feb 24 17:28:37 2024 +0800

    fix: 修复表格调整排序信息未保存问题 Close: baidu#8585 (baidu#9618)

commit 4c3321e
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 22 21:07:27 2024 +0800

    Update README.md

commit 6ac99f7
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Feb 22 21:05:33 2024 +0800

    Update README.md (baidu#9648)

commit c747bf6
Author: Allen <yupeng.fe@qq.com>
Date:   Thu Feb 22 20:46:13 2024 +0800

    补充表单项组件testid (baidu#9646)

commit fd040ed
Author: allenve <yupeng.fe@qq.com>
Date:   Thu Feb 22 19:59:27 2024 +0800

    补充表单项组件testid

commit dd34bf9
Author: 吴多益 <wuduoyi@baidu.com>
Date:   Thu Feb 22 14:45:20 2024 +0800

    chore: 去掉 bot 示例中的 pickle 依赖 (baidu#9640)

commit 7e03085
Merge: fe47227 296c950
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Wed Feb 21 14:54:24 2024 +0800

    Merge pull request baidu#9630 from hsm-lv/fix-scope

    fix:scope命中多目标兼容空格情况

commit 296c950
Author: lvxiaojiao <lvxiaojiao@baidu.com>
Date:   Wed Feb 21 14:32:59 2024 +0800

    fix:scope命中多目标兼容空格情况

commit fe47227
Author: 2betop <2betop.cn@gmail.com>
Date:   Wed Feb 21 14:22:47 2024 +0800

    ci: 更新 ss

commit cbc1797
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Feb 20 19:12:13 2024 +0800

    fix: 修复miniEditor应用国际化不生效问题 (baidu#9620)

    * fix: 修复miniEditor应用国际化不生效问题

    * fix: 保证语言更新后能重新渲染

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 997e1bb
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Feb 20 19:10:58 2024 +0800

    style: 当为 auto 定位时如果兜底的定位方式都显示不全的话直接平移到可视区域 (baidu#9628)

commit 87b4dc2
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Feb 20 14:48:09 2024 +0800

    fix: 修复数据下发同步问题 (baidu#9625)

commit 9b5d0fd
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Feb 20 11:27:12 2024 +0800

    fix: 修复 crud 脚手架新增表单中出现错误渲染器的问题 (baidu#9624)

commit 2f92d68
Author: 2betop <2betop.cn@gmail.com>
Date:   Mon Feb 19 14:36:31 2024 +0800

    fix: 修复 mapping 结合其他组件兜底显示时取值错误 Close: baidu#9613

commit 9cf4421
Author: 2betop <2betop.cn@gmail.com>
Date:   Mon Feb 19 11:29:19 2024 +0800

    fix: 修复 select 的 autoFill 在 inputTable 中赋值不正确的问题 Close: baidu#9494

commit ad06c98
Author: 2betop <2betop.cn@gmail.com>
Date:   Sun Feb 18 17:03:13 2024 +0800

    style: 修复 table 在 safari 里面设置 width 无效问题 Close: baidu#9486

commit be51236
Merge: 0b57f07 85995de
Author: 2betop <2betop.cn@gmail.com>
Date:   Sun Feb 18 12:26:16 2024 +0800

    Merge remote-tracking branch 'baidu/master' into fix-ref

commit 85995de
Merge: 765c87a 0be59c1
Author: 2betop <2betop.cn@gmail.com>
Date:   Sun Feb 18 12:23:14 2024 +0800

    Merge remote-tracking branch 'baidu/master'

commit 765c87a
Author: 2betop <2betop.cn@gmail.com>
Date:   Sun Feb 18 12:22:59 2024 +0800

    ci: 修复用例错误

commit 0be59c1
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Sun Feb 18 12:22:32 2024 +0800

    fix: 修复表格视图显示边框默认没选中问题 (baidu#9588)

    * fix: 修复表格视图显示边框默认没选中问题

    * fix: 修复用例错误

commit 0b57f07
Author: 2betop <2betop.cn@gmail.com>
Date:   Sun Feb 18 11:22:26 2024 +0800

    fix: 修复 inputTable 行确认时没有触发校验的问题 Close: baidu#9537

commit 50a66ef
Merge: 6644273 85beb23
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Sun Feb 18 10:55:42 2024 +0800

    Merge pull request baidu#9579 from nwind/chore-swc-jest

    chore: jest 使用 @swc/jest 编译,提升性能

commit 6644273
Author: Daly <weien601@gmail.com>
Date:   Sun Feb 18 10:50:18 2024 +0800

    fix: transfer、transferPicker分页和搜索相关的问题修复和优化 (baidu#9453)

    * 新增TransferPicker组件支持分页

    * 解决transfer组件开启分页时,搜索不支持分页的问题。transferPicker组件临时选中状态关闭页面后缓存需清除

    * TabsTransferPicker和TransferPlcker修复支持placeholder

    * 修复TabsTransfer多tab下的搜索问题

    * Transfer组件及相关的Tabs和Picker,增加tree模式下的initiallyOpen支持

    * CRUD组件在loading状态下,所有actions不被执行(因为loading遮罩没有把按钮遮住)

    * fix: 修复Transfer组件autoCheckChildren的传参问题

    * 修改TransferState的searchResultPage参数为可选

    * fix: 修改Transfer的search参数拼错问题

    * fix: 修复Transfer和TransferPicker的pagination.enable支持表达式配置

    * fix: 修复className的类型为SchemaClassName

    ---------

    Co-authored-by: Daly Huang <Daly.Huang@walmart.com>

commit c016cce
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Sun Feb 18 10:49:22 2024 +0800

    fix: 兼容主题配置中的脏数据 (baidu#9580)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 9e93ea3
Author: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Date:   Sun Feb 4 16:55:46 2024 +0800

    style: 完善amis暗黑主题

commit eff8cbb
Author: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
Date:   Sun Feb 4 16:06:49 2024 +0800

    style: 完善amis暗黑主题

commit 98f2bb2
Author: jinye <jinye@baidu.com>
Date:   Fri Feb 2 17:21:47 2024 +0800

    fix: 修复crud快速构建内容失效

commit 85beb23
Author: wuduoyi <wuduoyi@baidu.com>
Date:   Fri Feb 2 14:37:21 2024 +0800

    修复单测报错

commit eaac8a1
Author: wuduoyi <wuduoyi@baidu.com>
Date:   Fri Feb 2 14:19:50 2024 +0800

    更新 snapshot

commit 6ef0248
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Feb 2 14:07:22 2024 +0800

    fix: 修复 Table 中调用 setData 报错问题 (baidu#9578)

commit dc76dda
Author: wuduoyi <wuduoyi@baidu.com>
Date:   Fri Feb 2 13:55:23 2024 +0800

    chore: jest 使用 @swc/jest 编译,提升性能

commit d6208f8
Merge: 8039d31 2d39ba9
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Fri Feb 2 10:40:26 2024 +0800

    Merge pull request baidu#9575 from zhangtao07/master

    fix: 修复crud2自定义显示列不生效问题

commit 2d39ba9
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Thu Feb 1 11:55:47 2024 +0800

    fix: 修复crud2自定义显示列不生效问题

commit 8039d31
Author: 2betop <2betop.cn@gmail.com>
Date:   Wed Jan 31 19:12:07 2024 +0800

    bump: 6.1.0

commit 41d3b12
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Wed Jan 31 16:09:30 2024 +0800

    feat: 选项类的组件 autoFill 支持配置 initAutoFill 属性 Close: baidu#9391 (baidu#9547)

commit 5a49c43
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Wed Jan 31 12:45:05 2024 +0800

    fix: 修复编辑器中渲染 list 时提示 key 重复 warning (baidu#9562)

commit 726c7e8
Author: lmaomaoz <727559597@qq.com>
Date:   Wed Jan 31 10:32:32 2024 +0800

    fix: editor: 修复增删改查快速编辑在卡片和列表模式没有生成对应schema的问题 (baidu#9559)

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

commit 262a84f
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Jan 30 20:33:19 2024 +0800

    fix: 刷新多个目标逗号与表达式逗号冲突问题修复 Close: baidu#9499 (baidu#9532)

commit dcfb238
Merge: 8e002ec a27ab0c
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Tue Jan 30 20:26:32 2024 +0800

    Merge pull request baidu#9558 from zhangtao07/master

    chore: flex切换纵向时清除子容器为0的flexBasis

commit 8e002ec
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Jan 30 20:23:27 2024 +0800

    chore: 优化编辑器中修改表单项 name 效果,可在预览区及时看到效果 (baidu#9557)

commit df1e09e
Author: Song Mingxu <songyx0@gmail.com>
Date:   Tue Jan 30 20:22:24 2024 +0800

    修复更新后log的source不支持api对象配置方式的问题 (baidu#9350)

    Co-authored-by: Song Mingxu <mingxu.song@gmail.com>

commit add8cd2
Merge: c6bbbdb c79a65f
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Jan 30 20:19:40 2024 +0800

    Merge pull request baidu#9535 from 2betop/fix-condition-builder

    fix: 修复 condition-builder 切换字段选项不更新问题问题 Close: baidu#9455 baidu#9478

commit c6bbbdb
Merge: 3f349d3 931db9b
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Tue Jan 30 20:18:44 2024 +0800

    Merge pull request baidu#9536 from findreamer/fix-groupSelection-style

    fix(select): 修复GroupedSelection组件在AssociatedSelection下样式问题Close: baidu#9534

commit 3f349d3
Merge: f2b67af cce8811
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Jan 30 20:16:57 2024 +0800

    Merge pull request baidu#9543 from 2betop/fix-withStore

    fix: 修改 withStore 更新逻辑修复 baidu#9435

commit f2b67af
Merge: 7a931a3 3ab2d4b
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Tue Jan 30 20:16:18 2024 +0800

    Merge pull request baidu#9469 from TigerWFH/feature_inputtag_blur

    fix: issue#9468,inputtag在输入内容为空,回车触发表单提交,假死问题

commit 7a931a3
Merge: 5042c82 a25e96a
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Tue Jan 30 20:15:45 2024 +0800

    Merge pull request baidu#9545 from TigerWFH/feature_issue_tabs

    fix: 修正tabs特定场景下,切换标签页报错问题;对应issue#9544

commit a27ab0c
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Tue Jan 30 20:02:41 2024 +0800

    chore: flex切换纵向时清除子容器为0的flexBasis

commit 5042c82
Merge: 7d6244d 6b57ad2
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Jan 30 19:52:07 2024 +0800

    Merge pull request baidu#9555 from 2betop/style-select

    style: select 下拉框最小宽度设置成 120px

commit 7d6244d
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Jan 30 19:45:51 2024 +0800

    style: 优化编辑器中 icon 样式 (baidu#9530)

commit f37c1e6
Author: Allen <yupeng.fe@qq.com>
Date:   Tue Jan 30 18:47:27 2024 +0800

    fix: dropdown-button 下载无效问题 (baidu#9554)

commit 6b57ad2
Author: 2betop <2betop.cn@gmail.com>
Date:   Tue Jan 30 17:43:48 2024 +0800

    style: select 下拉框最小宽度设置成 120px 优化 buttonGroupSelect 禁用选中状态样式

commit 032ea5a
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 30 11:11:49 2024 +0800

    chore: 固定icon组件支持的事件,避免警告 (baidu#9529)

    * chore: 固定icon组件支持的事件,避免警告

    * 更新快照

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit ce3685b
Merge: 8e7ceae 0f17441
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Jan 30 10:42:18 2024 +0800

    Merge pull request baidu#9552 from hsm-lv/fix-action-config

    fix:事件动作-变量赋值交互问题

commit 8e7ceae
Author: hzh11012 <43038692+hzh11012@users.noreply.github.com>
Date:   Tue Jan 30 10:41:27 2024 +0800

    fix:可视化编辑器弹窗中多选了组件,面板异常 (baidu#9542)

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

commit fc3396b
Merge: 60d7f4d 60e7d1c
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Tue Jan 30 10:32:17 2024 +0800

    Merge pull request baidu#9540 from CheshireJCat/fix-id-card-number-validate

    fix: 完善身份证号码的校验逻辑

commit 0f17441
Author: lvxiaojiao <lvxiaojiao@baidu.com>
Date:   Mon Jan 29 16:50:14 2024 +0800

    fix:事件动作-变量赋值交互问题

commit 60d7f4d
Merge: a06a2e4 15bad83
Author: 刘丹 <365533093@qq.com>
Date:   Mon Jan 29 20:00:56 2024 +0800

    Merge pull request baidu#9550 from wibetter/master

    fix(amis): InputText 清空操作支持clearValueOnEmpty配置

commit 15bad83
Author: wibetter <365533093@qq.com>
Date:   Mon Jan 29 19:39:24 2024 +0800

    fix(amis): InputText 清空操作支持clearValueOnEmpty配置

commit a06a2e4
Merge: 4314e1d 6858d05
Author: Allen <yupeng.fe@qq.com>
Date:   Mon Jan 29 17:27:53 2024 +0800

    Merge pull request baidu#9548 from allenve/master

    feat(editor): editor addElem 支持 doc-entiry

commit 6858d05
Author: allenve <yupeng.fe@qq.com>
Date:   Mon Jan 29 16:37:55 2024 +0800

    feat(editor): editor addElem 支持 doc-entiry

commit 4314e1d
Merge: 5115bc7 745eb44
Author: Allen <yupeng.fe@qq.com>
Date:   Mon Jan 29 14:35:49 2024 +0800

    Merge pull request baidu#9546 from allenve/master

    fix(editor): editor 数据域查询问题

commit 745eb44
Author: allenve <yupeng.fe@qq.com>
Date:   Mon Jan 29 14:18:40 2024 +0800

    fix(editor): editor 数据域查询问题

commit a25e96a
Author: wangfanghua <wangfanghua@lattebank.com>
Date:   Mon Jan 29 14:00:09 2024 +0800

    fix: 修正tabs特定场景下,切换标签页报错问题;对应issue#9544

commit cce8811
Author: 2betop <2betop.cn@gmail.com>
Date:   Mon Jan 29 11:42:34 2024 +0800

    fix: 修改 withStore 更新逻辑修复 baidu#9435

commit 5115bc7
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Mon Jan 29 10:43:15 2024 +0800

    feat: loading根据父级背景颜色自动适配颜色 (baidu#9507)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 51131b6
Author: yangwei9012 <yangwei9012@163.com>
Date:   Mon Jan 29 10:34:47 2024 +0800

    feat(amis): 增加tabs、table cell的testid (baidu#9541)

commit 60e7d1c
Author: jinye <jinye@baidu.com>
Date:   Fri Jan 26 19:07:05 2024 +0800

    fix: 完善身份证号码的校验逻辑

commit c79a65f
Author: 2betop <2betop.cn@gmail.com>
Date:   Fri Jan 26 15:00:53 2024 +0800

    fix: 修复 condition-builder 切换字段选项不更新问题问题 Close: baidu#9455 baidu#9478

commit 931db9b
Merge: 68ef1c4 70c8d30
Author: findreamer <findreame@126.com>
Date:   Fri Jan 26 15:21:32 2024 +0800

    Merge branch 'master' into fix-groupSelection-style

commit 68ef1c4
Author: 张峻睿 <findream@zhangjunruideMacBook-Pro.local>
Date:   Fri Jan 26 14:52:25 2024 +0800

    fix(select): 修复GroupedSelection组件在AssociatedSelection下样式问题

commit 70c8d30
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Thu Jan 25 20:26:31 2024 +0800

    fix: 修复编辑器中switch组件默认值回显不对问题 (baidu#9522)

    * fix: 修复编辑器中switch组件默认值回显不对问题

    * 修改为isExpression方法

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit d9d9231
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:24:28 2024 +0800

    fix: 修复 table 切换列显隐后设计器重新调整列顺序不生效问题 (baidu#9511)

commit 3bd878c
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:21:13 2024 +0800

    fix: 修复 inputSubForm 拖拽排序值位置与视图位置不一致问题 (baidu#9508)

commit 51e02cd
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:21:05 2024 +0800

    fix: 修复 extraName 在单元格中无效的问题 Close: baidu#8525 (baidu#9479)

commit 7c79a84
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:14:58 2024 +0800

    fix: 修复 log 的 source 是 api object 时不自动加载的问题 (baidu#9509)

commit 80610ec
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:14:06 2024 +0800

    chore: 优化设计器表单项修改默认值同步展示问题 (baidu#9518)

commit eec11f5
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Thu Jan 25 20:06:52 2024 +0800

    fix: 修复弹框大纲中未国际化问题 (baidu#9521)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit adb70d6
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:05:57 2024 +0800

    fix: 修复condition-builder 中公式值默认不高亮的问题 (baidu#9525)

commit 8398e58
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 25 20:03:33 2024 +0800

    fix: 修复 picker 第一页没有选中时清空按钮无效的问题 (baidu#9474)

commit 23fdeb0
Merge: f7ddf6e 36386c8
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Jan 25 19:19:07 2024 +0800

    Merge pull request baidu#9512 from 2betop/table-formitem-change

    fix: 修复单元格中直接放表单项 name 为带路径的变量时值修改不符合预期的问题

commit da01d47
Author: Allen <yupeng.fe@qq.com>
Date:   Thu Jan 25 17:51:54 2024 +0800

    feat: 增加input-number inputExcel service tpl 的部分testid (baidu#9526)

commit f7ddf6e
Merge: afc5343 3ab227d
Author: 刘丹 <365533093@qq.com>
Date:   Thu Jan 25 17:35:08 2024 +0800

    Merge pull request baidu#9523 from wibetter/master

    fix(amis-ui): 容器组件增加默认的min-width和min-height

commit 3ab227d
Author: wibetter <365533093@qq.com>
Date:   Thu Jan 25 16:47:18 2024 +0800

    fix(amis-ui): 容器组件增加默认的min-width和min-height

commit 0d3563d
Merge: 193df7c 7ae21ed
Author: Allen <yupeng.fe@qq.com>
Date:   Thu Jan 25 17:12:26 2024 +0800

    Merge pull request baidu#9524 from yangwei9012/e2e

    feat(amis): 增加搜索框、树组件、下拉选择中的部分testid

commit 7ae21ed
Author: yangwei14 <yangwei9012@163.com>
Date:   Thu Jan 25 16:49:56 2024 +0800

    feat(amis): 增加搜索框、树组件、下拉选择中的部分testid

commit afc5343
Merge: 03175e1 8dfa6df
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Jan 25 11:31:39 2024 +0800

    Merge pull request baidu#9519 from hsm-lv/fix-subform-context

    fix:子表单上下文类型错误

commit 8dfa6df
Author: lvxiaojiao <lvxiaojiao@baidu.com>
Date:   Thu Jan 25 10:20:53 2024 +0800

    fix:子表单上下文类型错误

commit 03175e1
Merge: c87f174 82bd6a3
Author: 张涛 <zhang.tao.1006@163.com>
Date:   Wed Jan 24 20:35:08 2024 +0800

    Merge pull request baidu#9517 from zhangtao07/master

    修复crud2 若干bug

commit 82bd6a3
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Wed Jan 24 20:15:10 2024 +0800

    fix: 修复crud2 列选中问题

commit c87f174
Author: ls <1769057083@qq.com>
Date:   Wed Jan 24 20:14:14 2024 +0800

    feat: 移动端表单项最后一项显示边线 & 移动端select 增加显示个数配置 (baidu#9516)

    * feat:移动端select 增加显示个数配置

    * feat:移动端表单项最后一项显示边线

    ---------

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

commit c50e200
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Wed Jan 24 19:05:15 2024 +0800

    feat: table2支持当前行数据

commit cbed0e4
Author: zhangtao07 <zhang.tao.1006@163.com>
Date:   Tue Jan 16 21:13:28 2024 +0800

    fix: 修复crud2搜索关闭时搜索面板依旧存在问题

commit 07aa055
Merge: d705a2e c77e7d6
Author: 刘丹 <365533093@qq.com>
Date:   Wed Jan 24 19:17:57 2024 +0800

    Merge pull request baidu#9513 from wibetter/master

    fix(amis): 表格组件/渲染列级元素前,剔除style中的定位相关样式,避免表格样式异常

commit d705a2e
Merge: 55a0618 f58c032
Author: Allen <yupeng.fe@qq.com>
Date:   Wed Jan 24 19:04:55 2024 +0800

    Merge pull request baidu#9510 from allenve/master

    fix: issue: 8308 Tabs active 激活问题

commit c77e7d6
Author: wibetter <365533093@qq.com>
Date:   Wed Jan 24 18:13:41 2024 +0800

    fix(amis): 表格组件/渲染列级元素前,剔除style中的定位相关样式,避免表格样式异常

commit f58c032
Author: allenve <yupeng.fe@qq.com>
Date:   Wed Jan 24 17:25:19 2024 +0800

    fix: issue: 8308 Tabs active 激活问题

commit 36386c8
Author: 2betop <2betop.cn@gmail.com>
Date:   Wed Jan 24 16:54:29 2024 +0800

    fix: 修复单元格中直接放表单项 name 为带路径的变量时值修改不符合预期的问题

commit 193df7c
Author: yangwei9012 <yangwei9012@163.com>
Date:   Wed Jan 24 14:45:46 2024 +0800

    feat(amis): 增加部分testid,修改testid生成方式 (baidu#9506)

commit 55a0618
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 23 19:06:28 2024 +0800

    fix: 修复icon组件缺少事件问题 (baidu#9496)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 3a6b138
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 23 18:34:43 2024 +0800

    feat: themeCss支持数据域变量,循环数据支持单独样式 (baidu#9463)

    * feat: themeCss支持数据域变量,循环数据支持单独样式

    * feat: 自定义样式支持变量

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 002b824
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 23 18:34:32 2024 +0800

    style: 优化input-tag、input-year-range、list-select等组件样式 (baidu#9477)

    * style: 优化tag组件样式

    * 组件样式优化

    * 修复编辑器组件提示溢出问题

    * 优化年份\季度\月份范围选择器组件样式

    * 更新快照

    * 更新快照

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit e82b604
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 23 18:34:16 2024 +0800

    fix: 修复popover存在多个子popover时,错误关闭父级问题 (baidu#9492)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 150818a
Merge: e7fefaf 5b231a5
Author: Allen <yupeng.fe@qq.com>
Date:   Tue Jan 23 10:33:18 2024 +0800

    Merge pull request baidu#9484 from allenve/master

    feat: id 默认转testid && editor部分组件配置面板补充testid

commit 5b231a5
Author: allenve <yupeng.fe@qq.com>
Date:   Tue Jan 23 10:11:32 2024 +0800

    feat: select switch textarea组件补充testid

commit e7fefaf
Author: lmaomaoz <727559597@qq.com>
Date:   Fri Jan 19 10:16:08 2024 +0800

    feat: editor增加获取当前SubEditor的方法 (baidu#9471)

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

commit 2701531
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Fri Jan 19 10:11:31 2024 +0800

    fix: 修复日期时间范围选择组件bug (baidu#9470)

    * fix: 修复日期时间范围选择组件bug

    * fix: 修复事件动作未国际化问题

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 3ab2d4b
Author: wangfanghua <wangfanghua@lattebank.com>
Date:   Thu Jan 18 16:38:51 2024 +0800

    fix: issue#9468,inputtag在输入内容为空,回车触发表单提交,假死问题

commit e365d1c
Merge: 703e0c3 ce31550
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Jan 18 16:23:51 2024 +0800

    Merge pull request baidu#9467 from CheshireJCat/fix-image-title-limit-editor-size-bugs

    fix: 图片组件优化:调整预览标题位置;优化上传组件文件提及限制提示;修复编辑器拖拽后修改宽高无效的问题

commit 703e0c3
Merge: 0c59ce4 9b9a6b8
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Thu Jan 18 15:54:45 2024 +0800

    Merge pull request baidu#9466 from 2betop/fix-api-control

    fix: 修复 api 编辑输入太快立马弹出详情时出现弹窗空白问题

commit 9b9a6b8
Author: 2betop <2betop.cn@gmail.com>
Date:   Thu Jan 18 11:51:58 2024 +0800

    fix: 修复 api 编辑输入太快立马弹出详情时出现弹窗空白问题

commit ce31550
Author: jinye <jinye@baidu.com>
Date:   Thu Jan 18 13:49:16 2024 +0800

    fix: 图片组件优化:调整预览标题位置;优化上传组件文件提及限制提示;修复编辑器拖拽后修改宽高无效的问题

commit 0c59ce4
Author: Allen <yupeng.fe@qq.com>
Date:   Wed Jan 17 19:39:48 2024 +0800

    feat: action select nav dialog input-text input-file 增加 testid (baidu#9462)

commit 59145cc
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Wed Jan 17 15:23:54 2024 +0800

    chore: 优化编辑器选中顶部菜单栏三个点呼出的功能菜单位置,防止被挡住 (baidu#9446)

    * chore: 优化编辑器选中顶部菜单栏三个点呼出的功能菜单位置,防止被挡住

    * fix: 修复新出来的节点无法点选的问题

    * chore: 还原相关逻辑

commit dd62f07
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Wed Jan 17 15:23:37 2024 +0800

    style: 优化 card 卡片样式 (baidu#9457)

commit 7a5c3f3
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Wed Jan 17 14:26:19 2024 +0800

    style(editor): 优化编辑器事件动作表单label样式 (baidu#9451)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit d97b7f1
Author: yangwei9012 <yangwei9012@163.com>
Date:   Wed Jan 17 11:50:50 2024 +0800

    fix(editor): 文本表达式输入${}唤起表达书输入时缺少变量内容 (baidu#9456)

commit a6256b4
Merge: 006413c 5d57682
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Wed Jan 17 09:43:45 2024 +0800

    Merge pull request baidu#9380 from Dora-boots/feat-button-group

    fix: 取消buttongroupselect默认值展示条件限制 & 配置badge情况下按钮平铺无法自适应

commit 006413c
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Wed Jan 17 09:43:16 2024 +0800

    fix:input clear时补充change事件 (baidu#9442)

commit a73b8a7
Merge: 04dfa35 c714042
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Wed Jan 17 09:42:47 2024 +0800

    Merge pull request baidu#9246 from lurunze1226/fix-select-autocomplete-loading

    feat: Select组件自动补全增加loading中间状态

commit 04dfa35
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Wed Jan 17 09:42:20 2024 +0800

    fix:crud2中行记录内switch无法change问题 (baidu#9441)

commit fcf6300
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 16 15:46:55 2024 +0800

    feat: 完善黑暗模式UI (baidu#9443)

    * feat: 支持黑暗模式

    * 升级发布脚本版本

    ---------

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit ddf581a
Merge: 1b90148 290dbde
Author: yangwei9012 <yangwei9012@163.com>
Date:   Tue Jan 16 14:02:57 2024 +0800

    Merge pull request baidu#9447 from yangwei9012/master

    fix(editor):修复部分选择类组件设置选项和默认值方面的问题

commit 290dbde
Author: yangwei9012 <yangwei9012@163.com>
Date:   Tue Jan 16 12:46:34 2024 +0800

    fix(editor): 勾选框组件值格式配置支持不同类型选择

commit 8aecaff
Author: yangwei9012 <yangwei9012@163.com>
Date:   Tue Jan 16 12:45:56 2024 +0800

    fix(editor): 下拉选择框和复选框组件配置接口类数据源后,被设置了value

commit b2520da
Author: yangwei9012 <yangwei9012@163.com>
Date:   Tue Jan 16 12:43:50 2024 +0800

    fix(editor): 值格式设置文本1后自动转为了数字1

commit 1b90148
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Jan 16 11:34:05 2024 +0800

    fix: 修复 crud nested 模式深层次点选异常 (baidu#9440)

commit 9cc9a72
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Tue Jan 16 11:33:50 2024 +0800

    fix: 修复 condition-builder 操作符只有一个时不可以点选的问题 (baidu#9439)

commit f5804b8
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Tue Jan 16 11:01:37 2024 +0800

    fix: 清除css错误转成key的属性 (baidu#9025)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 79a29f9
Author: yangwei9012 <yangwei9012@163.com>
Date:   Tue Jan 16 10:00:06 2024 +0800

    fix(editor):metrix checkboxes可多选配置项默认值修正

commit 293e6f6
Merge: b9e3718 c39426d
Author: hsm-lv <80095014+hsm-lv@users.noreply.github.com>
Date:   Mon Jan 15 20:55:14 2024 +0800

    Merge pull request baidu#9374 from belongwqz/master

    Update dialog.md

commit b9e3718
Merge: 2112f75 9056a9e
Author: 刘丹 <365533093@qq.com>
Date:   Mon Jan 15 17:20:33 2024 +0800

    Merge pull request baidu#9431 from wibetter/master

    fix(amis-editor): 布局容器相关配置细节优化

commit 9056a9e
Author: wibetter <365533093@qq.com>
Date:   Mon Jan 15 17:03:50 2024 +0800

    fix(amis-editor): 对齐方式配置项和themeCss中的样式配置保持同步

commit 1b8bc71
Author: wibetter <365533093@qq.com>
Date:   Mon Jan 15 16:48:11 2024 +0800

    fix(amis-editor): 优化style2ThemeCss,避免旧的themeCss样式丢失

commit 2112f75
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Mon Jan 15 16:46:52 2024 +0800

    fix: 修复 baidu#9418 调整带来的点选双重身份的组件时选中的是孩子的问题 (baidu#9437)

commit ae8500b
Author: wibetter <365533093@qq.com>
Date:   Mon Jan 15 15:57:49 2024 +0800

    fix(amis-editor): 布局容器相关配置细节优化

commit f45cb59
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Mon Jan 15 15:49:37 2024 +0800

    perf: 优化编辑器性能 (baidu#9432)

commit ddc834e
Author: wibetter <365533093@qq.com>
Date:   Mon Jan 15 15:23:27 2024 +0800

    fix(amis-editor): layout:margin-center配置项剔除默认值,避免影响新版外观边距配置

commit 4603f46
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Mon Jan 15 11:02:31 2024 +0800

    fix: 修复 baidu#9418 调整带来的编辑器预览错误问题 (baidu#9427)

commit 933179e
Merge: 8ac355b 94aab09
Author: yangwei9012 <yangwei9012@163.com>
Date:   Fri Jan 12 15:29:33 2024 +0800

    Merge pull request baidu#9417 from yangwei9012/master

    feat(editor): tabs组件去掉默认创建时的文本,直接显示内容区供用户拖拽内容

commit 94aab09
Author: yangwei9012 <yangwei9012@163.com>
Date:   Fri Jan 12 14:49:24 2024 +0800

    feat(editor): tabs组件去掉默认创建时的文本,直接显示内容区供用户拖拽内容

commit 8ac355b
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Jan 12 14:36:19 2024 +0800

    perf: 提高编辑器性能 (baidu#9413)

commit bddf9d1
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Jan 12 14:35:26 2024 +0800

    fix: 修复 combo nullable 清空失败的问题 (baidu#9414)

commit 0628726
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Fri Jan 12 14:32:27 2024 +0800

    chore: checkboxes 显示 loading 当选项在加载过程中 (baidu#9416)

commit e868976
Author: qkiroc <30946345+qkiroc@users.noreply.github.com>
Date:   Thu Jan 11 21:43:44 2024 +0800

    chore: 升级发版脚本版本 (baidu#9400)

    Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>

commit 636156a
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 11 15:11:20 2024 +0800

    fix: 修复单元格中直接放表单项可能取不到值的问题 (baidu#9389)

commit 010f53f
Author: liaoxuezhi <2betop.cn@gmail.com>
Date:   Thu Jan 11 15:10:36 2024 +0800

    fix: Table 编辑器面板初始顶部&底部是否初始选中问题修复 (baidu#9359)

commit 5d57682
Author: yanglu19 <yanglu19@baidu.com>
Date:   Tue Jan 9 17:45:40 2024 +0800

    fix: 取消buttongroupselect默认值展示条件限制 & 配置badge情况下按钮平铺无法自适应

commit c39426d
Author: Mike <287117900@qq.com>
Date:   Tue Jan 9 10:49:55 2024 +0800

    Update dialog.md

    修复错别字

commit c714042
Author: lurunze1226 <lurunze1226@foxmail.com>
Date:   Tue Dec 26 16:27:03 2023 +0800

    feat: Select组件自动补全增加loading中间状态 Close: baidu#9232

# Conflicts:
#	packages/amis-editor/src/plugin/CRUD.tsx
  • Loading branch information
lhtuling committed Mar 14, 2024
1 parent 6838d5e commit 9a95c92
Show file tree
Hide file tree
Showing 436 changed files with 12,914 additions and 4,830 deletions.
23 changes: 23 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"decorators": true,
"dynamicImport": true
},
"transform": {
"decoratorMetadata": true,
"legacyDecorator": true,
"react": {
"runtime": "classic"
}
},
"keepClassNames": true,
"externalHelpers": true,
"loose": false
},
"sourceMaps": true,
"minify": false
}
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[文档(国外)](https://baidu.github.io/amis/) |
[可视化编辑器](https://aisuda.github.io/amis-editor-demo/) |
[amis-admin](https://github.com/aisuda/amis-admin) |
[爱速搭](https://aisuda.bce.baidu.com/aisuda-docs/)
[爱速搭](https://aisuda.baidu.com/)

</div>

Expand Down Expand Up @@ -63,7 +63,13 @@ npm test --workspaces

# 测试某个用例
# <spec-name>为用例名称,比如inputImage
npm test --workspace amis <spec-name>
npm test --workspace amis -- -t <spec-name>

# 运行某个单测文件
./node_modules/.bin/jest packages/amis/__tests__/renderers/Form/buttonToolBar.test.tsx

# 运行某个单测文件里的某个例子
./node_modules/.bin/jest packages/amis/__tests__/renderers/Form/buttonToolBar.test.tsx -t 'Renderer:button-toolbar'

# 查看测试用例覆盖率
npm run coverage
Expand All @@ -73,22 +79,18 @@ npm run update-snapshot

# 更新单个 snapshot
# <spec-name>为用例名称,比如inputImage
npm run update-snapshot --workspace amis <spec-name>
npm run update-snapshot --workspace amis -- -t <spec-name>
```

### 发布版本

```bash
# 先通过一下命令设置版本号
npm run version

# 如果是 beta 版本使用如下命令
# npm run version -- 2.0.1-beta.0 --no-git-tag-version

# 发布内部 registry
npm run publish-to-internal
npm run publish

# 发布外网环境
# 先通过一下命令设置版本号
npm run version
npm run release
```

Expand All @@ -110,4 +112,4 @@ npm run release

## 低代码平台

amis 只能实现前端低代码,如果需要完整的低代码平台推荐使用[爱速搭](https://aisuda.bce.baidu.com/aisuda-docs/)
amis 只能实现前端低代码,如果需要完整的低代码平台推荐使用[爱速搭](https://aisuda.baidu.com/)
79 changes: 79 additions & 0 deletions docs/zh-CN/components/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -5442,6 +5442,85 @@ value 结构说明:
}
```

#### 提交数据更改

通过表达式或者行号更新数据后,并不会提交到后端,需要添加 `submitQuickEdit` 动作来提交。

```schema
{
type: 'page',
data: {
i: '3,5'
},
body: [
[
{
"type": "button",
"label": "更新index为3和5的行记录并提交",
"onEvent": {
"click": {
"actions": [
{
"actionType": "setValue",
"componentId": "crud_setvalue_item",
"args": {
"value": {
"engine": "amis",
"browser": "Chrome",
"platform": "Mac Pro",
"version": "4",
"grade": "Y",
"badgeText": "你好!",
"id": 1234
},
"index": "${i}"
}
},
{
"actionType": "submitQuickEdit",
"componentId": "crud_setvalue_item"
}
]
}
}
},
{
"type": "crud",
"id": "crud_setvalue_item",
"syncLocation": false,
"api": "/api/mock2/sample",
"quickSaveApi": "/api/mock2/sample/bulkUpdate",
"headerToolbar": [
{
"type": "tpl",
"tpl": "记录总数:${count}"
}
],
"columns": [
{
"name": "id",
"label": "ID",
"id": "u:3db3f2b1b99e"
},
{
"name": "engine",
"label": "engine",
"id": "u:0b9be99f3403"
},
{
"name": "version",
"label": "version",
"id": "u:4868d7db0139"
}
]
}
]
]
}
```

#### 行记录中字段赋值

需要通过表达式配置动态`id``componentId`。例如修改`engine`选中状态的同时选中`version`,勾选`id`的同时去掉对`engine`的选中。
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/components/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ feedback 反馈弹框是指,在 ajax 请求后,可以显示一个弹框,
#### 取消 feedback 弹框时,不同时关闭上层弹框

改场景只适用于**不请求接口关闭弹框**的场景,需要在 feedback 层添加`"skipRestOnCancel": true`
该场景只适用于**不请求接口关闭弹框**的场景,需要在 feedback 层添加`"skipRestOnCancel": true`

```schema: scope="body"
{
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/components/form/formitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ amis 会有默认的报错信息,如果你想自定义校验信息,配置`va
| `isPhoneNumber` | 是否为合法的手机号码 | `(value: any) => boolean` | |
| `isTelNumber` | 是否为合法的电话号码 | `(value: any) => boolean` | |
| `isZipcode` | 是否为邮编号码 | `(value: any) => boolean` | |
| `isId` | 是否为身份证号码,没做校验 | `(value: any) => boolean` |
| `isId` | 是否为身份证号码,支持 18 位和 15 位验证,单个验证请使用 `isId18` / `isId15` | `(value: any) => boolean` |
| `matchRegexp:/foo/` | 必须命中某个正则。 | `(value: any, regexp: string \| RegExp) => boolean` | |
| `matchRegexp${n}:/foo/` | 必须命中某个正则。 设置正则表达式时属性名需以 `matchRegexp` 开头,`n`支持`1-9`,且 `validations``validationsErrors` 中属性名需匹配。 | `(value: any, regexp: string \| RegExp) => boolean` | |
| `isDateTimeSame` | 日期和目标日期相同,支持指定粒度,默认到毫秒 `millisecond` | `(value: any, targetDate: any, granularity?: string) => boolean` | `2.2.0` |
Expand Down Expand Up @@ -1781,7 +1781,7 @@ fillMapping 配置 支持变量取值和表达式;
| description | [模板](../../../docs/concepts/template) | | 表单项描述 |
| placeholder | `string` | | 表单项描述 |
| inline | `boolean` | | 是否为 内联 模式 |
| strictMode | `boolean` | | 通过配置 false 可以及时获取所有表单里面的数据,否则可能会有不同步 |
| strictMode | `boolean` | | 通过配置 false 可以及时获取所有表单里面的数据,否则可能会有不同步 |
| submitOnChange | `boolean` | | 是否该表单项值发生变化时就提交当前表单。 |
| disabled | `boolean` | | 当前表单项是否是禁用状态 |
| disabledOn | [表达式](../../../docs/concepts/expression) | | 当前表单项是否禁用的条件 |
Expand Down
121 changes: 121 additions & 0 deletions docs/zh-CN/components/form/input-signature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
title: inputSignature 签名面板
description:
type: 0
group: null
menuName: inputSignature
icon:
order: 62
---

## 基本用法

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"name": "signature",
"type": "input-signature",
"label": "手写签名",
"height": 200
}
]
}
```

## 自定义按钮名称

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"name": "signature",
"type": "input-signature",
"height": 160,
"confirmBtnLabel": "确定",
"undoBtnLabel": "上一步",
"clearBtnLabel": "重置"
}
]
}
```

## 自定义颜色

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"name": "signature",
"type": "input-signature",
"label": "手写签名",
"height": 200,
"color": "#ff0000",
"bgColor": "#fff"
}
]
}
```

## 配合图片组件实现实时预览

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"name": "signature",
"type": "input-signature",
"label": "手写签名",
"height": 200
},
{
"type": "image",
"name": "signature"
}
]
}
```

## 内嵌模式

在内嵌模式下,组件会以按钮的形式展示,点击按钮后弹出一个容器,用户可以在容器中完成签名。更适合在移动端使用。

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"body": [
{
"name": "signature",
"type": "input-signature",
"label": "手写签名",
"embed": true
}
]
}
```

## 属性表

| 属性名 | 类型 | 默认值 | 说明 |
| ----------------- | --------- | ---------- | -------------------- |
| width | `number` | | 组件宽度,最小 300 |
| height | `number` | | 组件高度,最小 160 |
| color | `string` | `#000` | 手写字体颜色 |
| bgColor | `string` | `#EFEFEF` | 面板背景颜色 |
| clearBtnLabel | `string` | `清空` | 清空按钮名称 |
| undoBtnLabel | `string` | `撤销` | 撤销按钮名称 |
| confirmBtnLabel | `string` | `确认` | 确认按钮名称 |
| embed | `boolean` | | 是否内嵌 |
| embedConfirmLabel | `string` | `确认` | 内嵌容器确认按钮名称 |
| ebmedCancelLabel | `string` | `取消` | 内嵌容器取消按钮名称 |
| embedBtnIcon | `string` | | 内嵌按钮图标 |
| embedBtnLabel | `string` | `点击签名` | 内嵌按钮文案 |
22 changes: 11 additions & 11 deletions docs/zh-CN/components/form/input-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -1144,17 +1144,17 @@ true false false [{label: 'A/B/C', value: 'a/b/c'},{label: 'A

> `[name]`表示当前组件绑定的名称,即`name`属性,如果没有配置`name`属性,则通过`value`取值。
| 事件名称 | 事件参数 | 说明 |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| change | `items: object[]`选项集合(< 3.6.0 及以下版本 不支持该参数)<br/>`[name]: string` 组件的值 | 选中值变化时触发 |
| addConfirm (3.6.4 及以上版本) | `[name]: string` 组件的值<br/>`item: object` 新增的节点信息<br/>`items: object[]`选项集合 | 新增节点提交时触发 |
| editConfirm (3.6.4 及以上版本) | `[name]: object` 组件的值<br/>`item: object` 编辑的节点信息<br/>`items: object[]`选项集合 | 编辑节点提交时触发 |
| deleteConfirm (3.6.4 及以上版本) | `[name]: string` 组件的值<br/>`item: object` 删除的节点信息<br/>`items: object[]`选项集合 | 删除节点提交时触发 |
| deferLoadFinished (3.6.4 及以上版本) | `[name]: object` 组件的值<br/>`result: object` deferApi 懒加载远程请求成功后返回的数据 <br/>`items: object[]`选项集合 | 懒加载接口远程请求成功时触发 |
| add(不推荐) | `[name]: object` 新增的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options`| 新增节点提交时触发 |
| edit(不推荐) | `[name]: object` 编辑的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options`| 编辑节点提交时触发 |
| delete(不推荐) | `[name]: object` 删除的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options`| 删除节点提交时触发 |
| loadFinished(不推荐) | `[name]: object` deferApi 懒加载远程请求成功后返回的数据 | 懒加载接口远程请求成功时触发 |
| 事件名称 | 事件参数 | 说明 |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| change | `items: object[]`选项集合(3.6.0 及以上版本)<br/>`item: object`选中的节点(6.2.0 及以上版本)<br/>`[name]: string` 组件的值 | 选中值变化时触发 |
| addConfirm (3.6.4 及以上版本) | `[name]: string` 组件的值<br/>`item: object` 新增的节点信息<br/>`items: object[]`选项集合 | 新增节点提交时触发 |
| editConfirm (3.6.4 及以上版本) | `[name]: object` 组件的值<br/>`item: object` 编辑的节点信息<br/>`items: object[]`选项集合 | 编辑节点提交时触发 |
| deleteConfirm (3.6.4 及以上版本) | `[name]: string` 组件的值<br/>`item: object` 删除的节点信息<br/>`items: object[]`选项集合 | 删除节点提交时触发 |
| deferLoadFinished (3.6.4 及以上版本) | `[name]: object` 组件的值<br/>`result: object` deferApi 懒加载远程请求成功后返回的数据 <br/>`items: object[]`选项集合 | 懒加载接口远程请求成功时触发 |
| add(不推荐) | `[name]: object` 新增的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options` | 新增节点提交时触发 |
| edit(不推荐) | `[name]: object` 编辑的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options` | 编辑节点提交时触发 |
| delete(不推荐) | `[name]: object` 删除的节点信息<br/>`items: object[]`选项集合(< 2.3.2 及以下版本 为`options` | 删除节点提交时触发 |
| loadFinished(不推荐) | `[name]: object` deferApi 懒加载远程请求成功后返回的数据 | 懒加载接口远程请求成功时触发 |

### change

Expand Down
40 changes: 40 additions & 0 deletions docs/zh-CN/components/form/json-schema-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,45 @@ order: 61
}
```

## Mini 版本

通过设置 `mini` 属性可以开启 mini 版本,适用于宽度窄的情况。同时通过 `advancedSettings` 可以定制弹窗中的配置面板。

```schema: scope="body"
{
"type": "form",
"api": "/api/mock2/form/saveForm",
"debug": true,
"body": [
{
"type": "json-schema-editor",
"name": "schema",
"label": "字段类型",
"mini": true,
"style": {
"width": 300
},
"advancedSettings": {
"string": [
{
"type": "input-text",
"name": "maxLength",
"label": "Max Length"
}
],
"number": [
{
"type": "input-number",
"name": "max",
"label": "Max"
}
]
}
}
]
}
```

## 占位提示

> 2.8.0 及以上版本
Expand Down Expand Up @@ -160,6 +199,7 @@ order: 61
| showRootInfo | `boolean` | false | 是否显示顶级类型信息 |
| disabledTypes | `Array<string>` | | 用来禁用默认数据类型,默认类型有:string、number、interger、object、number、array、boolean、null |
| definitions | `object` | | 用来配置预设类型 |
| mini | `boolean` | | 用来开启迷你模式,适应于边栏面板,宽度较低的情况 |
| placeholder | `SchemaEditorItemPlaceholder` | `{key: "字段名", title: "名称", description: "描述", default: "默认值", empty: "<空>",}` | 属性输入控件的占位提示文本 | `2.8.0` |

### SchemaEditorItemPlaceholder
Expand Down

0 comments on commit 9a95c92

Please sign in to comment.