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(module:date-picker): add nzInline property #6436

Merged
merged 3 commits into from Feb 25, 2021
Merged

feat(module:date-picker): add nzInline property #6436

merged 3 commits into from Feb 25, 2021

Conversation

cipchk
Copy link
Member

@cipchk cipchk commented Feb 18, 2021

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #6436 (17faf18) into master (2200adc) will decrease coverage by 0.01%.
The diff coverage is 91.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6436      +/-   ##
==========================================
- Coverage   89.86%   89.85%   -0.02%     
==========================================
  Files         478      478              
  Lines       15277    15314      +37     
  Branches     2326     2475     +149     
==========================================
+ Hits        13729    13760      +31     
- Misses        930      939       +9     
+ Partials      618      615       -3     
Impacted Files Coverage Δ
components/core/config/config.ts 100.00% <ø> (ø)
components/message/message.component.ts 100.00% <ø> (ø)
components/notification/notification.component.ts 100.00% <ø> (ø)
components/table/src/table/thead.component.ts 91.22% <ø> (ø)
...ponents/time-picker/time-picker-panel.component.ts 88.70% <ø> (ø)
components/transfer/transfer.component.ts 91.73% <ø> (ø)
components/table/src/addon/filter.component.ts 60.31% <50.00%> (+1.85%) ⬆️
components/message/base.ts 87.39% <72.72%> (-1.60%) ⬇️
...mponents/date-picker/date-range-popup.component.ts 91.39% <95.23%> (+0.54%) ⬆️
components/date-picker/date-picker.component.ts 93.42% <100.00%> (+0.04%) ⬆️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2200adc...6d9792c. Read the comment docs.

@pr-triage pr-triage bot removed the PR: draft label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

建议所有日期组件支持内联模式
2 participants