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: pagination 增加 few模式。 #1446

Merged
merged 91 commits into from
Sep 15, 2023

Conversation

xiaoyatong
Copy link
Collaborator

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • fork仓库代码是否为最新避免文件冲突
  • Files changed 没有 package.json lock 等无关文件

xiaoyatong and others added 30 commits August 2, 2023 21:10
# 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>
xiaoyatong and others added 22 commits September 8, 2023 10:21
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 oasis-cloud self-requested a review September 15, 2023 06:45
Copy link
Collaborator

@oasis-cloud oasis-cloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

文档中可增加 few 模式的演示代码

@@ -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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改为 lite 或 capsule ?

@oasis-cloud oasis-cloud merged commit 5f175b2 into jdf2e:next-theme Sep 15, 2023
@xiaoyatong xiaoyatong deleted the theme-091401 branch October 30, 2023 02:08
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.

5 participants