File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
packages/taro-components/types Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export default class PageView extends Component {
242242| VideoProps.onPause | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
243243| VideoProps.onEnded | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
244244| VideoProps.onTimeUpdate | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
245- | VideoProps.onFullscreenChange | | | ✔️ | | | | ✔️ | ✔️ | | ✔️ |
245+ | VideoProps.onFullscreenChange | | | | | | | ✔️ | ✔️ | | ✔️ |
246246| VideoProps.onWaiting | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ | | | | |
247247| VideoProps.onError | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ |
248248| VideoProps.onProgress | ✔️ | | | ✔️ | ✔️ | | ✔️ | | | ✔️ |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: GridBuilder
33sidebar_label : GridBuilder
44---
55
6- 网格构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
6+ 网格构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
77
88支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: ListBuilder
33sidebar_label : ListBuilder
44---
55
6- 列表构造器,仅支持作为 ` <scroll-view type="custom"> ` 模式的直接子节点,仅 Skyline 支持。
6+ 列表构造器,仅支持作为 <scroll-view type =" custom " > 模式的直接子节点,仅 Skyline 支持。
77
88支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollBody
44---
55
66嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
7- 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
7+ 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
88不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
99
1010支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_label: NestedScrollHeader
44---
55
66嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
7- 仅支持作为 ` <scroll-view type="nested"> ` 模式的直接子节点。
7+ 仅支持作为 <scroll-view type =" nested " > 模式的直接子节点。
88不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
99
1010支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ sidebar_label: OpenContainer
44---
55
66容器转场动画组件
7- 点击 OpenContainer 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8- 下个页面从 OpenContainer 所在位置大小渐显放大,同时 OpenContainer 内容渐隐,过渡效果包含背景色、圆角和阴影。
9- 源页面 OpenContainer 为 closed 状态,转场动画后为 open 状态。
7+ 点击 < open-container > 组件,当使用 wx.navigateTo 跳转下一页面时,对其子节点和下一个页面进行过渡。
8+ 下个页面从 < open-container > 所在位置大小渐显放大,同时 < open-container > 内容渐隐,过渡效果包含背景色、圆角和阴影。
9+ 源页面 < open-container > 为 closed 状态,转场动画后为 open 状态。
1010
1111支持情况:<img title="微信小程序" src={require('@site/static /img/platform/weapp.png').default} className="icon_platform" width="25px"/> <img title="H5" src={require('@site/static /img/platform/h5.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="React Native" src={require('@site/static /img/platform/rn.png').default} className="icon_platform icon_platform--not-support" width="25px"/> <img title="Harmony" src={require('@site/static /img/platform/harmony.png').default} className="icon_platform icon_platform--not-support" width="25px"/>
1212
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ interface GridBuilderProps extends StandardProps {
6363}
6464
6565/**
66- * 网格构造器,仅支持作为 ` <scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
66+ * 网格构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
6767 * @classification skyline
6868 * @supported weapp
6969 * @see https://developers.weixin.qq.com/miniprogram/dev/component/grid-builder.html
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ interface ListBuilderProps extends StandardProps {
4646}
4747
4848/**
49- * 列表构造器,仅支持作为 ` <scroll-view type="custom">` 模式的直接子节点,仅 Skyline 支持。
49+ * 列表构造器,仅支持作为 <scroll-view type="custom"> 模式的直接子节点,仅 Skyline 支持。
5050 * @classification skyline
5151 * @supported weapp
5252 * @see https://developers.weixin.qq.com/miniprogram/dev/component/list-builder.html
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ interface NestedScrollBodyProps extends StandardProps {}
55
66/**
77 * 嵌套 scroll-view 场景中属于里层 scroll-view 的节点,
8- * 仅支持作为 ` <scroll-view type="nested">` 模式的直接子节点。
8+ * 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
99 * 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
1010 * @classification skyline
1111 * @supported weapp
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ interface NestedScrollHeaderProps extends StandardProps {}
55
66/**
77 * 嵌套 scroll-view 场景中属于外层 scroll-view 的节点,
8- * 仅支持作为 ` <scroll-view type="nested">` 模式的直接子节点。
8+ * 仅支持作为 <scroll-view type="nested"> 模式的直接子节点。
99 * 不支持复数子节点,渲染时会取其第一个子节点来渲染。具体用法可参考 scroll-view
1010 * @classification skyline
1111 * @supported weapp
You can’t perform that action at this time.
0 commit comments