-
Notifications
You must be signed in to change notification settings - Fork 269
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: pagination 增加 few模式。 #1446
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/packages/calendar/doc.md # src/packages/calendar/doc.zh-TW.md # src/packages/cascader/doc.md # src/packages/cascader/doc.taro.md # src/packages/cascader/doc.zh-TW.md # src/packages/swipe/swipe.tsx
* chore: add next templates * chore: add next templates * chore: add next templates * chore: add cra templates * chore: rm packages
* fix: useLayoutEffect warning under next.js * docs: timeSelect 文档错误修复 * docs: circleProgress 文档错误修复 * fix: sidenavbar onClose 类型改为可选 * docs: picker 文档中的 isVisible1 改为 visible * fix: signature window * fix: popover document * fix: signature Text content does not match server-rendered HTML * fix: review
* fix: dialog content 失效 * fix: dialog review
…into next-theme # Conflicts: # src/packages/badge/doc.en-US.md # src/packages/badge/doc.md # src/packages/badge/doc.taro.md # src/packages/badge/doc.zh-TW.md # src/packages/button/button.scss # src/packages/button/button.taro.tsx # src/packages/button/button.tsx # src/packages/button/demo.taro.tsx # src/packages/button/demo.tsx # src/packages/button/doc.en-US.md # src/packages/button/doc.md # src/packages/button/doc.taro.md # src/packages/button/doc.zh-TW.md # src/sites/taro-ui-to-nutui-demo/src/pages/layout/flex/index.scss # src/styles/variables.scss
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eiinu <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: h5 增加 getFieldsValue * feat: form 增加 validateTrigger 和 getFieldsValue * feat: update docs * fix: review
* fix: swipe component fails to slide in Alipay * fix: swipe component fails to slide in Alipay * feat: add test event mock * chore: alipay * chore: split the getRect of taro
oasis-cloud
reviewed
Sep 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档中可增加 few 模式的演示代码
oasis-cloud
reviewed
Sep 15, 2023
@@ -7,7 +7,7 @@ import { BasicComponent, ComponentDefaults } from '@/utils/typings' | |||
export interface PaginationProps extends BasicComponent { | |||
defaultValue: number | |||
value: number | |||
mode: 'multi' | 'simple' | |||
mode: 'multi' | 'simple' | 'few' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改为 lite 或 capsule ?
oasis-cloud
approved these changes
Sep 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个变动的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
☑️ 请求合并前的自查清单