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(pro:search): add quick select panel support #1529

Merged
merged 1 commit into from Apr 17, 2023

Conversation

sallerli1
Copy link
Contributor

@sallerli1 sallerli1 commented Apr 10, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

高级搜索第二版本

  1. 优化搜索项tag的交互
  2. 新增快捷选择面板
  3. 由于新交互原因,空的搜索项不会被清除掉,因此相比之前,value的变化会有不同,涉及到多个demo的实现变更

Other information

为了方便取到overlay的popperElement,新增了 ovleray组件的 getPopperElement 方法

@idux-bot
Copy link

idux-bot bot commented Apr 10, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Merging #1529 (08c5e4d) into main (e323867) will decrease coverage by 0.05%.
The diff coverage is 34.54%.

❗ Current head 08c5e4d differs from pull request most recent head a6a67f2. Consider uploading reports for the commit a6a67f2 to get more accurate results

@@            Coverage Diff             @@
##             main    #1529      +/-   ##
==========================================
- Coverage   92.78%   92.74%   -0.05%     
==========================================
  Files         332      332              
  Lines       30909    30952      +43     
  Branches     3557     3557              
==========================================
+ Hits        28678    28705      +27     
- Misses       2231     2247      +16     
Impacted Files Coverage Δ
packages/pro/search/src/ProSearch.tsx 20.73% <23.40%> (+4.37%) ⬆️
...ages/components/_private/overflow/src/Overflow.tsx 88.11% <100.00%> (+0.17%) ⬆️
...ckages/components/_private/overlay/src/Overlay.tsx 95.55% <100.00%> (+0.01%) ⬆️
packages/components/_private/overlay/src/types.ts 100.00% <100.00%> (ø)
packages/components/select/src/types.ts 100.00% <100.00%> (ø)
packages/pro/search/src/token.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danranVm danranVm merged commit daa39da into IDuxFE:main Apr 17, 2023
4 of 7 checks passed
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.

None yet

2 participants