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: add extraFooterRender for picker and mark renderExtraFooter #746

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlanQtten
Copy link

新增api extraFooterRender
renderExtraFooter标记为废弃
相关 issue: #46970

Copy link

vercel bot commented Jan 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
picker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 5:23am

@@ -55,7 +57,8 @@
const [getValidTime] = useTimeInfo(generateConfig, showTime, now);

// ======================== Extra =========================
const extraNode = renderExtraFooter?.(mode);
const extraFooterRender = customizeExtraFooterRender ?? renderExtraFooter

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (93% of all statements in
the enclosing function
have an explicit semicolon).
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (deecac7) 98.75% compared to head (f836309) 98.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #746   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          63       63           
  Lines        2489     2490    +1     
  Branches      652      679   +27     
=======================================
+ Hits         2458     2459    +1     
  Misses         28       28           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

1 participant