mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
chore(deps): bump @rc-component/tour from 1.10.0 to 1.11.0 (#45751)
* docs: update Tour docs * chore(deps-dev): bump @rc-component/tour to 1.11.0
This commit is contained in:
parent
0da10b6cca
commit
9aac9415a5
@ -45,6 +45,7 @@ Common props ref:[Common props](/docs/react/common-props)
|
||||
| scrollIntoViewOptions | support pass custom scrollIntoView options | `boolean \| ScrollIntoViewOptions` | `true` | 5.2.0 |
|
||||
| indicatorsRender | custom indicator | `(current: number, total: number) => ReactNode` | - | 5.2.0 |
|
||||
| zIndex | Tour's zIndex | number | 1001 | 5.3.0 |
|
||||
| getPopupContainer | Set the rendering node of Tour floating layer | `(node: HTMLElement) => HTMLElement` | body | 5.12.0 |
|
||||
|
||||
### TourStep
|
||||
|
||||
|
@ -47,6 +47,7 @@ tag: New
|
||||
| scrollIntoViewOptions | 是否支持当前元素滚动到视窗内,也可传入配置指定滚动视窗的相关参数 | `boolean \| ScrollIntoViewOptions` | `true` | 5.2.0 |
|
||||
| indicatorsRender | 自定义指示器 | `(current: number, total: number) => ReactNode` | - | 5.2.0 |
|
||||
| zIndex | Tour 的层级 | number | 1001 | 5.3.0 |
|
||||
| getPopupContainer | 设置 Tour 浮层的渲染节点,默认是 body | `(node: HTMLElement) => HTMLElement` | body | 5.12.0 |
|
||||
|
||||
### TourStep 引导步骤卡片
|
||||
|
||||
|
@ -120,7 +120,7 @@
|
||||
"@ctrl/tinycolor": "^3.6.1",
|
||||
"@rc-component/color-picker": "~1.4.1",
|
||||
"@rc-component/mutate-observer": "^1.1.0",
|
||||
"@rc-component/tour": "~1.10.0",
|
||||
"@rc-component/tour": "~1.11.0",
|
||||
"@rc-component/trigger": "^1.18.1",
|
||||
"classnames": "^2.3.2",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
|
Loading…
Reference in New Issue
Block a user