Skip to content
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

feat(TimePicker): support autoswap API #3363

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Oct 16, 2024

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(TimePicker): 新增 autoSwap API,支持1.10.2 版本之后仍支持保持选定的左右侧时间大小顺序

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

Copy link
Contributor

github-actions bot commented Oct 16, 2024

完成

@uyarn
Copy link
Collaborator Author

uyarn commented Oct 16, 2024

@myronliu347 这里又和设计同学确认了一下,最终只保留confirm后进行自动调整的逻辑,暂时在这里去掉左侧点击确认后还需要往右侧继续选择时候再点击确认的逻辑, 确认按钮在这里就代表了选择完成;如果左右都需要调整,可以选择完左侧时间后直接点击右侧时间继续选择

@uyarn uyarn merged commit 5d0db30 into develop Oct 18, 2024
7 checks passed
@uyarn uyarn deleted the feat/timepicker-autoswap branch October 18, 2024 07:33
@github-actions github-actions bot mentioned this pull request Oct 18, 2024
16 tasks
uyarn added a commit that referenced this pull request Oct 18, 2024
* feat(timepicker): support autoswap API

* feat(timepicker): support autoswap API

* chore: live demo
uyarn added a commit that referenced this pull request Oct 18, 2024
* chore(deps-dev): bump @rollup/plugin-node-resolve from 11.2.1 to 15.3.0 (#3352)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 11.2.1 to 15.3.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(tree): custom icons cannot be clicked without child nodes (#3354)

* chore: fix select input demo (#3358)

* chore: fix select input demo

* chore: update snapshot

* fix: fix shaking when dialog and drawer show (#3362)

* fix: fix shaking when dialog and drawer show

* chore: update common

* feat(TimePicker): support autoswap API (#3363)

* feat(timepicker): support autoswap API

* feat(timepicker): support autoswap API

* chore: live demo

* chore: release 1.10.4 (#3366)

* chore: release 1.10.4

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(cascader): custom option

* chore: update CHANGELOG

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants