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

fix(comp:date-picker): start and end cell calculation error #1591

Merged
merged 1 commit into from Jul 4, 2023

Conversation

sallerli1
Copy link
Contributor

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?

时间日期范围的开始和结束cell,计算时使用的判断基准类型不正确,导致年、月面板中计算错误

What is the new behavior?

修复以上问题,根据不同的面板类型使用不同的比对基准

Other information

@idux-bot
Copy link

idux-bot bot commented Jul 3, 2023

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Merging #1591 (90f4446) into main (501a7b5) will decrease coverage by 0.02%.
The diff coverage is 37.50%.

❗ Current head 90f4446 differs from pull request most recent head ac6156a. Consider uploading reports for the commit ac6156a to get more accurate results

@@            Coverage Diff             @@
##             main    #1591      +/-   ##
==========================================
- Coverage   92.76%   92.74%   -0.02%     
==========================================
  Files         332      332              
  Lines       30699    30707       +8     
  Branches     2568     2568              
==========================================
+ Hits        28477    28480       +3     
- Misses       2222     2227       +5     
Impacted Files Coverage Δ
packages/components/config/src/seerConfig.ts 88.46% <37.50%> (-9.27%) ⬇️

@danranVm danranVm merged commit d66c71b into IDuxFE:main Jul 4, 2023
5 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