forked from rsuite/rsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Panel): refactor Panel for RSuite v5 (rsuite#1256)
* refactor: 💡 重构 Panel * refactor: 💡 调整实现 * refactor: 💡 调整 Panel 实现 * chore: 🤖 clean code * refactor: 💡 调整 Panel 实现 * refactor: 💡 调整 Panel 声明 * refactor: 💡 remove lodash whole quantity import * refactor: 💡 调整实现 & 补充文档 * fix: 🐛 修复不传递 AnimationEventProps 的问题 * refactor: 💡 增加依赖
- Loading branch information
雷玮杰
authored
Aug 28, 2020
1 parent
6931e4b
commit 0f06bbc
Showing
30 changed files
with
316 additions
and
482 deletions.
There are no files selected for viewing
24 changes: 0 additions & 24 deletions
24
docs/pages/components/panel/en-US/accordion-group-active.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...nts/panel/zh-CN/accordion-group-active.md → ...panel/fragments/accordion-group-active.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
### 手风琴效果 | ||
|
||
每次只能展开一个面板 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...components/panel/zh-CN/accordion-group.md → ...onents/panel/fragments/accordion-group.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 折叠面板组 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
docs/pages/components/panel/zh-CN/basic.md → ...pages/components/panel/fragments/basic.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 默认 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...pages/components/panel/zh-CN/body-fill.md → ...s/components/panel/fragments/body-fill.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 撑满容器 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
.../pages/components/panel/zh-CN/bordered.md → ...es/components/panel/fragments/bordered.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 带线框 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...pages/components/panel/zh-CN/card-grid.md → ...s/components/panel/fragments/card-grid.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 卡片组 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
docs/pages/components/panel/en-US/card.md → .../pages/components/panel/fragments/card.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### Card | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...ges/components/panel/zh-CN/collapsible.md → ...components/panel/fragments/collapsible.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 可折叠 | ||
|
||
<!--start-code--> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```js | ||
import { Panel, PanelGroup } from 'rsuite'; | ||
``` |
1 change: 0 additions & 1 deletion
1
...pages/components/panel/en-US/no-header.md → ...s/components/panel/fragments/no-header.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### No header | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
...ges/components/panel/zh-CN/panel-group.md → ...components/panel/fragments/panel-group.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 面板组 | ||
|
||
<!--start-code--> | ||
|
||
|
1 change: 0 additions & 1 deletion
1
docs/pages/components/panel/zh-CN/shaded.md → ...ages/components/panel/fragments/shaded.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
### 有阴影 | ||
|
||
<!--start-code--> | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.