-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix: 解决日期框在点击自身日历的时候依然触发焦点离开事件的错误 #11240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
👍 Thanks for this! Please review the labels and make any necessary changes. |
2betop
approved these changes
Mar 10, 2025
* feat: form多列模式下容器类组件固定100% * 更新快照 * 更新快照
* chore(amis-editor): wizard接口配置使用apiControl,以便和其它组件配置面板保持一致 Closes baidu#11462 * chore(amis-editor): Breadcrumb接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Steps组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Tasks组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): InputArray组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Form组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Action组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): TableCell组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): Button组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): ConditionBuilder组件接口配置使用apiControl,以便和其它组件配置面板保持一致 * chore(amis-editor): 删除历史api配置模板,避免后续被使用引起的不一致性问题
* fix: 修复select下menutpl样式错误问题 (baidu#11484) * style: 优化select下checkbox样式 * 优化 --------- Co-authored-by: Qnets <[email protected]>
* fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist * fix: 增加height允许传入字符串类型,兼容滑动过程中元素被其他元素获取焦点时事件缺少touchlist --------- Co-authored-by: wangxiufeng01 <[email protected]>
…1740) Co-authored-by: Jeremy Pang <[email protected]>
Co-authored-by: guojiebj01 <[email protected]>
- 简化并修复 dragEnd 事件处理逻辑,删除直接修改 DOM 的代码(因为无效) - 把交换列修复为移动列,与拖动时的视觉指示相匹配 - 删除 swapColumnPosition 方法 - 增加 moveColumn 方法 Co-authored-by: Song Mingxu <[email protected]>
* pagination_1 * steps编辑器配置 * fix:更新steps快照 * fix:更新wizard快照 * fix:添加视频编辑器配置 * 按照smooth-signature * fix:完成事件编辑 --------- Co-authored-by: liuyue46 <[email protected]>
保持与只读态和最终渲染态里的千分符渲染结果一致
…idu#11634) Co-authored-by: Jeremy Pang <[email protected]>
Co-authored-by: Jeremy Pang <[email protected]>
* feat: 时间轴增加外部卡片模板,使用timelineItem作为渲染数据 * feat: 时间轴增加外部卡片模板,使用timelineItem作为渲染数据 * feat: 时间轴节点支持传入schema配置 * chore: 统一数据格式 --------- Co-authored-by: wangxiufeng01 <[email protected]> Co-authored-by: 2betop <[email protected]>
* 修复input-text组件 autoComplete、creatable属性导致弹框不消失的bug input-text组件使用autoComplete属性时 点击了选项 选项组弹框不消失 需要点击空白处才能消失 然后发现 creatable: false 也会同样导致这个bug `````` (event.target as HTMLElement).tagName.toLowerCase() === 'input' `````` 这个修改的方式可能不太规范,因为不太了解整个项目,不知道怎么判断点击的是选项还是文本框本身,大佬可以指点一下 * chore: 调整部分逻辑 --------- Co-authored-by: 2betop <[email protected]>
* 增加enableBulkActions属性,批量操作在一定场景下时候可以动态的隐藏多选框和批量操作按钮区 增加enableBulkActions属性 批量操作在一定场景下时候可以动态的隐藏多选框和批量操作按钮区 现在只能打开或者关闭, * enableBulkActions 会自动处理所以组件层只需要判断 * enableBulkActions 会自动处理所以组件层只需要判断 --------- Co-authored-by: 2betop <[email protected]>
- 在 columns-toggler 属性表中添加了 modalSize、modalWidth、modalHeight 和 modalColumnCount 属性 - 实现列弹窗尺寸与自定义宽高配置 - 实现弹窗内每行显示列数配置 - 更新了相关的 SCSS 样式文件,增加了对新属性的样式处理 Co-authored-by: Song Mingxu <[email protected]> Co-authored-by: liaoxuezhi <[email protected]>
* fix: 列过多且存在右侧固定列时总结行不生效 * fix: 列过多且存在右侧固定列时总结行不生效
* fix: select的source是表达式时,数据域发生变化后已选值不会自动清空 issue#10359 * feat: Options新增clearValueOnSourceChange配置,source数据域变化是否自动清空值 --------- Co-authored-by: chenwenhao <[email protected]> Co-authored-by: liaoxuezhi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Why
How