Closed Alex-huxiyang closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.89%. Comparing base (
efaa3fa
) to head (491273f
). Report is 2 commits behind head on next.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
此拉取请求引入了一个新的可选属性 closeIcon
到 CalendarProps
接口中,适用于 src/packages/calendar/calendar.taro.tsx
和 src/packages/calendar/calendar.tsx
文件。该属性类型为 ReactNode
,允许用户自定义日历组件的关闭图标,并在弹出窗口中传递给 Popup
组件。此外,演示文件和文档也进行了相应更新,以反映这一新属性的使用和说明。
文件路径 | 更改摘要 |
---|---|
src/packages/calendar/calendar.taro.tsx , src/packages/calendar/calendar.tsx |
添加了可选属性 closeIcon?: ReactNode 到 CalendarProps 接口,更新了 Calendar 组件的 props。 |
src/packages/calendar/demos/h5/demo1.tsx , src/packages/calendar/demos/taro/demo1.tsx |
引入 Star 图标并在 Calendar 组件中使用 closeIcon 属性。 |
src/packages/calendar/doc.en-US.md , src/packages/calendar/doc.md , src/packages/calendar/doc.taro.md , src/packages/calendar/doc.zh-TW.md |
更新文档以包含新的 closeIcon 属性,调整了 Props 表格的格式。 |
Menu.Item
组件中添加 titleIcon
属性,与 Calendar
组件中的 closeIcon
属性相似,均允许用户自定义图标。Uploader
组件中添加 deleteIcon
属性,与 Calendar
组件中的 closeIcon
属性平行,均提供用户自定义图标的选项。size/L
在日历中添新意,
关闭图标更美丽。
星星闪烁如梦境,
自定义,任你选。
兔子欢跳庆新生,
代码更新乐无穷! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
🤔 这个变动的性质是?
Summary by CodeRabbit
closeIcon
属性,允许用户自定义关闭图标。closeIcon
属性及其用法说明。