@tarojs/components 3.5.1-aplha.0 → 3.5.1-aplha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components",
3
- "version": "3.5.1-aplha.0",
3
+ "version": "3.5.1-aplha.1",
4
4
  "description": "",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@stencil/core": "~2.13.0",
34
34
  "@stencil/sass": "1.5.2",
35
- "@tarojs/taro": "3.5.1-aplha.0",
36
- "@tarojs/router": "3.5.1-aplha.0",
35
+ "@tarojs/taro": "3.5.1-aplha.1",
36
+ "@tarojs/router": "3.5.1-aplha.1",
37
37
  "better-scroll": "^1.14.1",
38
38
  "classnames": "^2.2.5",
39
39
  "hls.js": "^1.1.5",
package/types/Video.d.ts CHANGED
@@ -223,6 +223,24 @@ interface VideoProps extends StandardProps {
223
223
  * @supported weapp
224
224
  */
225
225
  showScreenLockButton?: boolean
226
+
227
+ /**
228
+ * 是否显示截屏按钮,仅在全屏时显示
229
+ * @supported weapp
230
+ */
231
+ showSnapshotButton?: boolean
232
+
233
+ /**
234
+ * 是否展示后台音频播放按钮
235
+ * @supported weapp
236
+ */
237
+ showBackgroundPlaybackButton?: boolean
238
+
239
+ /**
240
+ * 进入后台音频播放后的通知栏图标(Android 独有)
241
+ * @supported weapp
242
+ */
243
+ backgroundPoster?: string
226
244
 
227
245
  /** 当开始/继续播放时触发 play 事件
228
246
  * @supported weapp, h5, swan, alipay, tt, rn
File without changes
@@ -1,62 +0,0 @@
1
- export { StandardProps } from './common';
2
- /** 视图容器 */
3
- export { BlockProps } from './Block';
4
- export { CoverImageProps } from './CoverImage';
5
- export { CoverViewProps } from './CoverView';
6
- export { MatchMediaProps } from './MatchMedia';
7
- export { MovableAreaProps } from './MovableArea';
8
- export { MovableViewProps } from './MovableView';
9
- export { PageContainerProps } from './PageContainer';
10
- export { ScrollViewProps } from './ScrollView';
11
- export { ShareElementProps } from './ShareElement';
12
- export { SwiperProps } from './Swiper';
13
- export { SwiperItemProps } from './SwiperItem';
14
- export { ViewProps } from './View';
15
- /** 基础内容 */
16
- export { IconProps } from './Icon';
17
- export { ProgressProps } from './Progress';
18
- export { RichTextProps } from './RichText';
19
- export { TextProps } from './Text';
20
- /** 表单组件 */
21
- export { ButtonProps } from './Button';
22
- export { CheckboxProps } from './Checkbox';
23
- export { CheckboxGroupProps } from './CheckboxGroup';
24
- export { EditorProps } from './Editor';
25
- export { FormProps } from './Form';
26
- export { InputProps } from './Input';
27
- export { KeyboardAccessoryProps } from './KeyboardAccessory';
28
- export { LabelProps } from './Label';
29
- export { PickerDateProps, PickerMultiSelectorProps, PickerRegionProps, PickerSelectorProps, PickerTimeProps } from './Picker';
30
- export { PickerViewProps } from './PickerView';
31
- export { PickerViewColumnProps } from './PickerViewColumn';
32
- export { RadioProps } from './Radio';
33
- export { RadioGroupProps } from './RadioGroup';
34
- export { SliderProps } from './Slider';
35
- export { SwitchProps } from './Switch';
36
- export { TextareaProps } from './Textarea';
37
- /** 导航 */
38
- export { FunctionalPageNavigatorProps } from './FunctionalPageNavigator';
39
- export { NavigationBarProps } from './NavigationBar';
40
- export { NavigatorProps } from './Navigator';
41
- /** 媒体组件 */
42
- export { AudioProps } from './Audio';
43
- export { CameraProps } from './Camera';
44
- export { ImageProps } from './Image';
45
- export { LivePlayerProps } from './LivePlayer';
46
- export { LivePusherProps } from './LivePusher';
47
- export { VideoProps } from './Video';
48
- export { VoipRoomProps } from './VoipRoom';
49
- /** 地图 */
50
- export { MapProps } from './Map';
51
- /** 画布 */
52
- export { CanvasProps } from './Canvas';
53
- /** 开放能力 */
54
- export { AdProps } from './Ad';
55
- export { AdCustomProps } from './AdCustom';
56
- export { OfficialAccountProps } from './OfficialAccount';
57
- export { OpenDataProps } from './OpenData';
58
- export { WebViewProps } from './WebView';
59
- /** 配置节点 */
60
- export { CustomWrapperProps } from './CustomWrapper';
61
- export { PageMetaProps } from './PageMeta';
62
- export { SlotProps } from './Slot';
@@ -1 +0,0 @@
1
- export {};