@vtx/player 1.10.9 → 1.10.10
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/lib/api/fetch.js +71 -68
- package/lib/api/fetch.js.map +1 -1
- package/lib/api/index.js +51 -33
- package/lib/api/index.js.map +1 -1
- package/lib/api/types.d.ts +5 -5
- package/lib/api/types.js +1 -0
- package/lib/api/types.js.map +1 -1
- package/lib/bd/PlayerManager.js +7 -8
- package/lib/bd/PlayerManager.js.map +1 -1
- package/lib/bill-player/index.d.ts +1 -1
- package/lib/bill-player/index.js +11 -9
- package/lib/bill-player/index.js.map +1 -1
- package/lib/components/download-tag/index.js +13 -13
- package/lib/components/download-tag/index.js.map +1 -1
- package/lib/components/set-tag-video/index.js +8 -7
- package/lib/components/set-tag-video/index.js.map +1 -1
- package/lib/components/split-screen/index.d.ts +1 -1
- package/lib/components/split-screen/index.js +5 -3
- package/lib/components/split-screen/index.js.map +1 -1
- package/lib/components/tag-video/index.js +11 -10
- package/lib/components/tag-video/index.js.map +1 -1
- package/lib/components/video-scale/index.d.ts +1 -1
- package/lib/components/video-scale/index.js +3 -2
- package/lib/components/video-scale/index.js.map +1 -1
- package/lib/config.js +3 -2
- package/lib/config.js.map +1 -1
- package/lib/context/index.js +5 -3
- package/lib/context/index.js.map +1 -1
- package/lib/controls/index.d.ts +11 -11
- package/lib/controls/index.js +22 -14
- package/lib/controls/index.js.map +1 -1
- package/lib/h264/PlayerManager.js +7 -8
- package/lib/h264/PlayerManager.js.map +1 -1
- package/lib/history-control/index.d.ts +2 -2
- package/lib/history-control/index.js +10 -8
- package/lib/history-control/index.js.map +1 -1
- package/lib/history-control-v2/components/grid-item/index.js +11 -10
- package/lib/history-control-v2/components/grid-item/index.js.map +1 -1
- package/lib/history-control-v2/components/panel/VideoTable.d.ts +1 -1
- package/lib/history-control-v2/components/panel/VideoTable.js +54 -50
- package/lib/history-control-v2/components/panel/VideoTable.js.map +1 -1
- package/lib/history-control-v2/components/panel/index.js +36 -21
- package/lib/history-control-v2/components/panel/index.js.map +1 -1
- package/lib/history-control-v2/context.js +2 -1
- package/lib/history-control-v2/context.js.map +1 -1
- package/lib/history-control-v2/index.d.ts +4 -4
- package/lib/history-control-v2/index.js +78 -73
- package/lib/history-control-v2/index.js.map +1 -1
- package/lib/history-control-v2/utils.js +20 -13
- package/lib/history-control-v2/utils.js.map +1 -1
- package/lib/history-player/index.d.ts +1 -1
- package/lib/history-player/index.js +177 -173
- package/lib/history-player/index.js.map +1 -1
- package/lib/hooks/useSettings.js +2 -1
- package/lib/hooks/useSettings.js.map +1 -1
- package/lib/icc/PlayerManager.js +8 -9
- package/lib/icc/PlayerManager.js.map +1 -1
- package/lib/icc/api.d.ts +68 -0
- package/lib/icc/api.js +3 -2
- package/lib/icc/api.js.map +1 -1
- package/lib/icons/index.d.ts +37 -37
- package/lib/icons/index.js +103 -65
- package/lib/icons/index.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/live-channel-player/index.d.ts +1 -1
- package/lib/live-channel-player/index.js +32 -28
- package/lib/live-channel-player/index.js.map +1 -1
- package/lib/live-control/index.d.ts +2 -2
- package/lib/live-control/index.js +13 -12
- package/lib/live-control/index.js.map +1 -1
- package/lib/live-control-v2/index.d.ts +3 -3
- package/lib/live-control-v2/index.js +20 -18
- package/lib/live-control-v2/index.js.map +1 -1
- package/lib/live-player/index.js +129 -126
- package/lib/live-player/index.js.map +1 -1
- package/lib/mpegts/PlayerManager.js +7 -8
- package/lib/mpegts/PlayerManager.js.map +1 -1
- package/lib/player/BdPlayer.d.ts +1 -1
- package/lib/player/BdPlayer.js +29 -26
- package/lib/player/BdPlayer.js.map +1 -1
- package/lib/player/FlvPlayer.d.ts +1 -1
- package/lib/player/FlvPlayer.js +20 -17
- package/lib/player/FlvPlayer.js.map +1 -1
- package/lib/player/H264Player.d.ts +1 -1
- package/lib/player/H264Player.js +20 -17
- package/lib/player/H264Player.js.map +1 -1
- package/lib/player/HkcarwsPlayer.d.ts +1 -1
- package/lib/player/HkcarwsPlayer.js +25 -22
- package/lib/player/HkcarwsPlayer.js.map +1 -1
- package/lib/player/HkwsPlayer.d.ts +1 -1
- package/lib/player/HkwsPlayer.js +25 -22
- package/lib/player/HkwsPlayer.js.map +1 -1
- package/lib/player/HlsPlayer.d.ts +1 -1
- package/lib/player/HlsPlayer.js +20 -17
- package/lib/player/HlsPlayer.js.map +1 -1
- package/lib/player/IccwsPlayer.d.ts +1 -1
- package/lib/player/IccwsPlayer.js +22 -19
- package/lib/player/IccwsPlayer.js.map +1 -1
- package/lib/player/IframePlayer.d.ts +3 -1
- package/lib/player/IframePlayer.js +46 -34
- package/lib/player/IframePlayer.js.map +1 -1
- package/lib/player/Mp4Player.d.ts +1 -1
- package/lib/player/Mp4Player.js +20 -17
- package/lib/player/Mp4Player.js.map +1 -1
- package/lib/player/RslPlayer.d.ts +1 -1
- package/lib/player/RslPlayer.js +20 -17
- package/lib/player/RslPlayer.js.map +1 -1
- package/lib/player/VtxHlsPlayer.d.ts +1 -1
- package/lib/player/VtxHlsPlayer.js +20 -17
- package/lib/player/VtxHlsPlayer.js.map +1 -1
- package/lib/player/VtxwhepPlayer.d.ts +1 -1
- package/lib/player/VtxwhepPlayer.js +20 -17
- package/lib/player/VtxwhepPlayer.js.map +1 -1
- package/lib/player/VtxwsPlayer.d.ts +1 -1
- package/lib/player/VtxwsPlayer.js +22 -19
- package/lib/player/VtxwsPlayer.js.map +1 -1
- package/lib/player/WebrtcPlayer.d.ts +1 -1
- package/lib/player/WebrtcPlayer.js +20 -17
- package/lib/player/WebrtcPlayer.js.map +1 -1
- package/lib/player/WfsPlayer.d.ts +1 -1
- package/lib/player/WfsPlayer.js +20 -17
- package/lib/player/WfsPlayer.js.map +1 -1
- package/lib/player/index.js +1 -1
- package/lib/player/index.js.map +1 -1
- package/lib/player/indexOld.d.ts +1 -1
- package/lib/player/indexOld.js +101 -98
- package/lib/player/indexOld.js.map +1 -1
- package/lib/rsl/PlayerManager.d.ts +1 -1
- package/lib/rsl/PlayerManager.js +7 -8
- package/lib/rsl/PlayerManager.js.map +1 -1
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/index.js +27 -16
- package/lib/utils/index.js.map +1 -1
- package/lib/vtxHls/PlayerManager.js +7 -8
- package/lib/vtxHls/PlayerManager.js.map +1 -1
- package/lib/vtxHls/WhepManager.js +10 -11
- package/lib/vtxHls/WhepManager.js.map +1 -1
- package/lib/webrtc/PlayerManager.js +7 -8
- package/lib/webrtc/PlayerManager.js.map +1 -1
- package/lib/wfs/PlayerManager.js +7 -8
- package/lib/wfs/PlayerManager.js.map +1 -1
- package/package.json +1 -1
package/lib/icons/index.d.ts
CHANGED
|
@@ -8,77 +8,77 @@ interface IconProps extends Partial<CustomIconComponentProps> {
|
|
|
8
8
|
interface ActiveIconProps extends IconProps {
|
|
9
9
|
active?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const DownloadIcon: (props: ActiveIconProps) =>
|
|
11
|
+
export declare const DownloadIcon: (props: ActiveIconProps) => JSX.Element;
|
|
12
12
|
/** 暂停Icon */
|
|
13
|
-
export declare const PauseIcon: (props: IconProps) =>
|
|
13
|
+
export declare const PauseIcon: (props: IconProps) => JSX.Element;
|
|
14
14
|
/** 播放Icon */
|
|
15
|
-
export declare const PlayIcon: (props: IconProps) =>
|
|
15
|
+
export declare const PlayIcon: (props: IconProps) => JSX.Element;
|
|
16
16
|
/** 截图Icon */
|
|
17
|
-
export declare const CaptureIcon: (props: IconProps) =>
|
|
17
|
+
export declare const CaptureIcon: (props: IconProps) => JSX.Element;
|
|
18
18
|
/** 全屏Icon */
|
|
19
|
-
export declare const FullScreenIcon: (props: IconProps) =>
|
|
19
|
+
export declare const FullScreenIcon: (props: IconProps) => JSX.Element;
|
|
20
20
|
/** 退出全屏Icon */
|
|
21
|
-
export declare const ExitFullScreenIcon: (props: IconProps) =>
|
|
21
|
+
export declare const ExitFullScreenIcon: (props: IconProps) => JSX.Element;
|
|
22
22
|
/** 音量低Icon */
|
|
23
|
-
export declare const VolumeSmallIcon: (props: IconProps) =>
|
|
23
|
+
export declare const VolumeSmallIcon: (props: IconProps) => JSX.Element;
|
|
24
24
|
/** 音量高Icon */
|
|
25
|
-
export declare const VolumeLargeIcon: (props: IconProps) =>
|
|
25
|
+
export declare const VolumeLargeIcon: (props: IconProps) => JSX.Element;
|
|
26
26
|
/** 静音Icon */
|
|
27
|
-
export declare const VolumeMutedIcon: (props: IconProps) =>
|
|
27
|
+
export declare const VolumeMutedIcon: (props: IconProps) => JSX.Element;
|
|
28
28
|
/** 设置Icon */
|
|
29
|
-
export declare const SettingsIcon: (props: IconProps) =>
|
|
29
|
+
export declare const SettingsIcon: (props: IconProps) => JSX.Element;
|
|
30
30
|
/** 关闭全部Icon */
|
|
31
|
-
export declare const CloseAllIcon: (props: IconProps) =>
|
|
31
|
+
export declare const CloseAllIcon: (props: IconProps) => JSX.Element;
|
|
32
32
|
/** 展开Icon */
|
|
33
|
-
export declare const ExpandIcon: (props: IconProps) =>
|
|
33
|
+
export declare const ExpandIcon: (props: IconProps) => JSX.Element;
|
|
34
34
|
/** 收缩Icon */
|
|
35
|
-
export declare const FoldIcon: (props: IconProps) =>
|
|
35
|
+
export declare const FoldIcon: (props: IconProps) => JSX.Element;
|
|
36
36
|
/** 添加标签Icon */
|
|
37
|
-
export declare const SetTagIcon: (props: ActiveIconProps) =>
|
|
37
|
+
export declare const SetTagIcon: (props: ActiveIconProps) => JSX.Element;
|
|
38
38
|
/** 停止对讲Icon */
|
|
39
|
-
export declare const TalkDisableIcon: (props: ActiveIconProps) =>
|
|
39
|
+
export declare const TalkDisableIcon: (props: ActiveIconProps) => JSX.Element;
|
|
40
40
|
/** 对讲Icon */
|
|
41
|
-
export declare const TalkIcon: (props: ActiveIconProps) =>
|
|
41
|
+
export declare const TalkIcon: (props: ActiveIconProps) => JSX.Element;
|
|
42
42
|
/** 云台控制 */
|
|
43
|
-
export declare const CloudControlIcon: (props: ActiveIconProps) =>
|
|
43
|
+
export declare const CloudControlIcon: (props: ActiveIconProps) => JSX.Element;
|
|
44
44
|
/** 屏幕占比Icon */
|
|
45
|
-
export declare const OccupyingScreenIcon: (props: ActiveIconProps) =>
|
|
45
|
+
export declare const OccupyingScreenIcon: (props: ActiveIconProps) => JSX.Element;
|
|
46
46
|
/** 网格Icon */
|
|
47
|
-
export declare const GridIcon: (props: ActiveIconProps) =>
|
|
47
|
+
export declare const GridIcon: (props: ActiveIconProps) => JSX.Element;
|
|
48
48
|
/** 1x1网格Icon */
|
|
49
|
-
export declare const Grid1x1Icon: (props: ActiveIconProps) =>
|
|
49
|
+
export declare const Grid1x1Icon: (props: ActiveIconProps) => JSX.Element;
|
|
50
50
|
/** 2x2网格Icon */
|
|
51
|
-
export declare const Grid2x2Icon: (props: ActiveIconProps) =>
|
|
51
|
+
export declare const Grid2x2Icon: (props: ActiveIconProps) => JSX.Element;
|
|
52
52
|
/** 3x3网格Icon */
|
|
53
|
-
export declare const Grid3x3Icon: (props: ActiveIconProps) =>
|
|
53
|
+
export declare const Grid3x3Icon: (props: ActiveIconProps) => JSX.Element;
|
|
54
54
|
/** 4x4网格Icon */
|
|
55
|
-
export declare const Grid4x4Icon: (props: ActiveIconProps) =>
|
|
55
|
+
export declare const Grid4x4Icon: (props: ActiveIconProps) => JSX.Element;
|
|
56
56
|
/** 5x5网格Icon */
|
|
57
|
-
export declare const Grid5x5Icon: (props: ActiveIconProps) =>
|
|
57
|
+
export declare const Grid5x5Icon: (props: ActiveIconProps) => JSX.Element;
|
|
58
58
|
/** 1x5网格Icon */
|
|
59
|
-
export declare const Grid1x5Icon: (props: ActiveIconProps) =>
|
|
59
|
+
export declare const Grid1x5Icon: (props: ActiveIconProps) => JSX.Element;
|
|
60
60
|
/** 1x7网格Icon */
|
|
61
|
-
export declare const Grid1x7Icon: (props: ActiveIconProps) =>
|
|
61
|
+
export declare const Grid1x7Icon: (props: ActiveIconProps) => JSX.Element;
|
|
62
62
|
/** 1x9网格Icon */
|
|
63
|
-
export declare const Grid1x9Icon: (props: ActiveIconProps) =>
|
|
63
|
+
export declare const Grid1x9Icon: (props: ActiveIconProps) => JSX.Element;
|
|
64
64
|
/** 1x12网格Icon */
|
|
65
|
-
export declare const Grid1x12Icon: (props: ActiveIconProps) =>
|
|
65
|
+
export declare const Grid1x12Icon: (props: ActiveIconProps) => JSX.Element;
|
|
66
66
|
/** 1x13网格Icon */
|
|
67
|
-
export declare const Grid1x13Icon: (props: ActiveIconProps) =>
|
|
67
|
+
export declare const Grid1x13Icon: (props: ActiveIconProps) => JSX.Element;
|
|
68
68
|
/** 1x16网格Icon */
|
|
69
|
-
export declare const Grid1x16Icon: (props: ActiveIconProps) =>
|
|
69
|
+
export declare const Grid1x16Icon: (props: ActiveIconProps) => JSX.Element;
|
|
70
70
|
/** 1x21网格Icon */
|
|
71
|
-
export declare const Grid1x21Icon: (props: ActiveIconProps) =>
|
|
71
|
+
export declare const Grid1x21Icon: (props: ActiveIconProps) => JSX.Element;
|
|
72
72
|
/** 标签Icon */
|
|
73
|
-
export declare const TagIcon: (props: ActiveIconProps) =>
|
|
73
|
+
export declare const TagIcon: (props: ActiveIconProps) => JSX.Element;
|
|
74
74
|
/** 关闭Icon */
|
|
75
|
-
export declare const CloseIcon: (props: IconProps) =>
|
|
75
|
+
export declare const CloseIcon: (props: IconProps) => JSX.Element;
|
|
76
76
|
/** 视频播放Icon */
|
|
77
|
-
export declare const VideoPlayIcon: (props: ActiveIconProps) =>
|
|
77
|
+
export declare const VideoPlayIcon: (props: ActiveIconProps) => JSX.Element;
|
|
78
78
|
/** 视频关闭Icon */
|
|
79
|
-
export declare const VideoCloseIcon: (props: ActiveIconProps) =>
|
|
79
|
+
export declare const VideoCloseIcon: (props: ActiveIconProps) => JSX.Element;
|
|
80
80
|
/** 时间刻度Icon */
|
|
81
|
-
export declare const TimePositionIcon: (props: IconProps) =>
|
|
81
|
+
export declare const TimePositionIcon: (props: IconProps) => JSX.Element;
|
|
82
82
|
/** 播放视频Icon */
|
|
83
|
-
export declare const PlayVideoBlueIcon: (props: ActiveIconProps) =>
|
|
83
|
+
export declare const PlayVideoBlueIcon: (props: ActiveIconProps) => JSX.Element;
|
|
84
84
|
export {};
|
package/lib/icons/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -8,7 +8,8 @@ exports.VolumeSmallIcon = exports.VolumeMutedIcon = exports.VolumeLargeIcon = ex
|
|
|
8
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
9
|
require("./index.less");
|
|
10
10
|
var _icons = _interopRequireWildcard(require("@ant-design/icons"));
|
|
11
|
-
function
|
|
11
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
13
|
var PauseSvg = function PauseSvg() {
|
|
13
14
|
return (0, _jsxRuntime.jsx)("svg", Object.assign({
|
|
14
15
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1658,7 +1659,7 @@ var SetTagSvg = function SetTagSvg() {
|
|
|
1658
1659
|
}))
|
|
1659
1660
|
}));
|
|
1660
1661
|
};
|
|
1661
|
-
var DownloadIcon =
|
|
1662
|
+
var DownloadIcon = function DownloadIcon(props) {
|
|
1662
1663
|
return (0, _jsxRuntime.jsx)(_icons.DownloadOutlined, Object.assign({
|
|
1663
1664
|
title: "\u4E0B\u8F7D",
|
|
1664
1665
|
className: "control-icon download-icon"
|
|
@@ -1670,7 +1671,8 @@ var DownloadIcon = exports.DownloadIcon = function DownloadIcon(props) {
|
|
|
1670
1671
|
}));
|
|
1671
1672
|
};
|
|
1672
1673
|
/** 暂停Icon */
|
|
1673
|
-
|
|
1674
|
+
exports.DownloadIcon = DownloadIcon;
|
|
1675
|
+
var PauseIcon = function PauseIcon(props) {
|
|
1674
1676
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1675
1677
|
title: "\u6682\u505C",
|
|
1676
1678
|
className: "control-icon",
|
|
@@ -1678,7 +1680,8 @@ var PauseIcon = exports.PauseIcon = function PauseIcon(props) {
|
|
|
1678
1680
|
}, props));
|
|
1679
1681
|
};
|
|
1680
1682
|
/** 播放Icon */
|
|
1681
|
-
|
|
1683
|
+
exports.PauseIcon = PauseIcon;
|
|
1684
|
+
var PlayIcon = function PlayIcon(props) {
|
|
1682
1685
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1683
1686
|
title: "\u64AD\u653E",
|
|
1684
1687
|
className: "control-icon",
|
|
@@ -1686,7 +1689,8 @@ var PlayIcon = exports.PlayIcon = function PlayIcon(props) {
|
|
|
1686
1689
|
}, props));
|
|
1687
1690
|
};
|
|
1688
1691
|
/** 截图Icon */
|
|
1689
|
-
|
|
1692
|
+
exports.PlayIcon = PlayIcon;
|
|
1693
|
+
var CaptureIcon = function CaptureIcon(props) {
|
|
1690
1694
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1691
1695
|
title: "\u622A\u56FE",
|
|
1692
1696
|
className: "control-icon",
|
|
@@ -1694,7 +1698,8 @@ var CaptureIcon = exports.CaptureIcon = function CaptureIcon(props) {
|
|
|
1694
1698
|
}, props));
|
|
1695
1699
|
};
|
|
1696
1700
|
/** 全屏Icon */
|
|
1697
|
-
|
|
1701
|
+
exports.CaptureIcon = CaptureIcon;
|
|
1702
|
+
var FullScreenIcon = function FullScreenIcon(props) {
|
|
1698
1703
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1699
1704
|
title: "\u5168\u5C4F",
|
|
1700
1705
|
className: "control-icon",
|
|
@@ -1702,7 +1707,8 @@ var FullScreenIcon = exports.FullScreenIcon = function FullScreenIcon(props) {
|
|
|
1702
1707
|
}, props));
|
|
1703
1708
|
};
|
|
1704
1709
|
/** 退出全屏Icon */
|
|
1705
|
-
|
|
1710
|
+
exports.FullScreenIcon = FullScreenIcon;
|
|
1711
|
+
var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
|
|
1706
1712
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1707
1713
|
title: "\u9000\u51FA\u5168\u5C4F",
|
|
1708
1714
|
className: "control-icon",
|
|
@@ -1710,7 +1716,8 @@ var ExitFullScreenIcon = exports.ExitFullScreenIcon = function ExitFullScreenIco
|
|
|
1710
1716
|
}, props));
|
|
1711
1717
|
};
|
|
1712
1718
|
/** 音量低Icon */
|
|
1713
|
-
|
|
1719
|
+
exports.ExitFullScreenIcon = ExitFullScreenIcon;
|
|
1720
|
+
var VolumeSmallIcon = function VolumeSmallIcon(props) {
|
|
1714
1721
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1715
1722
|
title: "\u97F3\u91CF",
|
|
1716
1723
|
className: "control-icon",
|
|
@@ -1718,7 +1725,8 @@ var VolumeSmallIcon = exports.VolumeSmallIcon = function VolumeSmallIcon(props)
|
|
|
1718
1725
|
}, props));
|
|
1719
1726
|
};
|
|
1720
1727
|
/** 音量高Icon */
|
|
1721
|
-
|
|
1728
|
+
exports.VolumeSmallIcon = VolumeSmallIcon;
|
|
1729
|
+
var VolumeLargeIcon = function VolumeLargeIcon(props) {
|
|
1722
1730
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1723
1731
|
title: "\u97F3\u91CF",
|
|
1724
1732
|
className: "control-icon",
|
|
@@ -1726,7 +1734,8 @@ var VolumeLargeIcon = exports.VolumeLargeIcon = function VolumeLargeIcon(props)
|
|
|
1726
1734
|
}, props));
|
|
1727
1735
|
};
|
|
1728
1736
|
/** 静音Icon */
|
|
1729
|
-
|
|
1737
|
+
exports.VolumeLargeIcon = VolumeLargeIcon;
|
|
1738
|
+
var VolumeMutedIcon = function VolumeMutedIcon(props) {
|
|
1730
1739
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1731
1740
|
title: "\u97F3\u91CF",
|
|
1732
1741
|
className: "control-icon",
|
|
@@ -1734,14 +1743,16 @@ var VolumeMutedIcon = exports.VolumeMutedIcon = function VolumeMutedIcon(props)
|
|
|
1734
1743
|
}, props));
|
|
1735
1744
|
};
|
|
1736
1745
|
/** 设置Icon */
|
|
1737
|
-
|
|
1746
|
+
exports.VolumeMutedIcon = VolumeMutedIcon;
|
|
1747
|
+
var SettingsIcon = function SettingsIcon(props) {
|
|
1738
1748
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1739
1749
|
className: "control-icon",
|
|
1740
1750
|
component: SettingsSvg
|
|
1741
1751
|
}, props));
|
|
1742
1752
|
};
|
|
1743
1753
|
/** 关闭全部Icon */
|
|
1744
|
-
|
|
1754
|
+
exports.SettingsIcon = SettingsIcon;
|
|
1755
|
+
var CloseAllIcon = function CloseAllIcon(props) {
|
|
1745
1756
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1746
1757
|
title: "\u5173\u95ED\u5168\u90E8",
|
|
1747
1758
|
className: "control-icon",
|
|
@@ -1749,7 +1760,8 @@ var CloseAllIcon = exports.CloseAllIcon = function CloseAllIcon(props) {
|
|
|
1749
1760
|
}, props));
|
|
1750
1761
|
};
|
|
1751
1762
|
/** 展开Icon */
|
|
1752
|
-
|
|
1763
|
+
exports.CloseAllIcon = CloseAllIcon;
|
|
1764
|
+
var ExpandIcon = function ExpandIcon(props) {
|
|
1753
1765
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1754
1766
|
title: "\u5C55\u5F00",
|
|
1755
1767
|
className: "control-icon",
|
|
@@ -1757,7 +1769,8 @@ var ExpandIcon = exports.ExpandIcon = function ExpandIcon(props) {
|
|
|
1757
1769
|
}, props));
|
|
1758
1770
|
};
|
|
1759
1771
|
/** 收缩Icon */
|
|
1760
|
-
|
|
1772
|
+
exports.ExpandIcon = ExpandIcon;
|
|
1773
|
+
var FoldIcon = function FoldIcon(props) {
|
|
1761
1774
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1762
1775
|
title: "\u6536\u8D77",
|
|
1763
1776
|
className: "control-icon",
|
|
@@ -1765,7 +1778,8 @@ var FoldIcon = exports.FoldIcon = function FoldIcon(props) {
|
|
|
1765
1778
|
}, props));
|
|
1766
1779
|
};
|
|
1767
1780
|
/** 添加标签Icon */
|
|
1768
|
-
|
|
1781
|
+
exports.FoldIcon = FoldIcon;
|
|
1782
|
+
var SetTagIcon = function SetTagIcon(props) {
|
|
1769
1783
|
var _props$active = props.active,
|
|
1770
1784
|
active = _props$active === void 0 ? false : _props$active;
|
|
1771
1785
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1775,7 +1789,8 @@ var SetTagIcon = exports.SetTagIcon = function SetTagIcon(props) {
|
|
|
1775
1789
|
}, props));
|
|
1776
1790
|
};
|
|
1777
1791
|
/** 停止对讲Icon */
|
|
1778
|
-
|
|
1792
|
+
exports.SetTagIcon = SetTagIcon;
|
|
1793
|
+
var TalkDisableIcon = function TalkDisableIcon(props) {
|
|
1779
1794
|
var _props$active2 = props.active,
|
|
1780
1795
|
active = _props$active2 === void 0 ? false : _props$active2;
|
|
1781
1796
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1785,7 +1800,8 @@ var TalkDisableIcon = exports.TalkDisableIcon = function TalkDisableIcon(props)
|
|
|
1785
1800
|
}, props));
|
|
1786
1801
|
};
|
|
1787
1802
|
/** 对讲Icon */
|
|
1788
|
-
|
|
1803
|
+
exports.TalkDisableIcon = TalkDisableIcon;
|
|
1804
|
+
var TalkIcon = function TalkIcon(props) {
|
|
1789
1805
|
var _props$active3 = props.active,
|
|
1790
1806
|
active = _props$active3 === void 0 ? false : _props$active3;
|
|
1791
1807
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1795,7 +1811,8 @@ var TalkIcon = exports.TalkIcon = function TalkIcon(props) {
|
|
|
1795
1811
|
}, props));
|
|
1796
1812
|
};
|
|
1797
1813
|
/** 云台控制 */
|
|
1798
|
-
|
|
1814
|
+
exports.TalkIcon = TalkIcon;
|
|
1815
|
+
var CloudControlIcon = function CloudControlIcon(props) {
|
|
1799
1816
|
var _props$active4 = props.active,
|
|
1800
1817
|
active = _props$active4 === void 0 ? false : _props$active4;
|
|
1801
1818
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1805,7 +1822,8 @@ var CloudControlIcon = exports.CloudControlIcon = function CloudControlIcon(prop
|
|
|
1805
1822
|
}, props));
|
|
1806
1823
|
};
|
|
1807
1824
|
/** 屏幕占比Icon */
|
|
1808
|
-
|
|
1825
|
+
exports.CloudControlIcon = CloudControlIcon;
|
|
1826
|
+
var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
|
|
1809
1827
|
var _props$active5 = props.active,
|
|
1810
1828
|
active = _props$active5 === void 0 ? false : _props$active5;
|
|
1811
1829
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1815,7 +1833,8 @@ var OccupyingScreenIcon = exports.OccupyingScreenIcon = function OccupyingScreen
|
|
|
1815
1833
|
}, props));
|
|
1816
1834
|
};
|
|
1817
1835
|
/** 网格Icon */
|
|
1818
|
-
|
|
1836
|
+
exports.OccupyingScreenIcon = OccupyingScreenIcon;
|
|
1837
|
+
var GridIcon = function GridIcon(props) {
|
|
1819
1838
|
var _props$active6 = props.active,
|
|
1820
1839
|
active = _props$active6 === void 0 ? false : _props$active6,
|
|
1821
1840
|
disabled = props.disabled;
|
|
@@ -1826,7 +1845,8 @@ var GridIcon = exports.GridIcon = function GridIcon(props) {
|
|
|
1826
1845
|
}, props));
|
|
1827
1846
|
};
|
|
1828
1847
|
/** 1x1网格Icon */
|
|
1829
|
-
|
|
1848
|
+
exports.GridIcon = GridIcon;
|
|
1849
|
+
var Grid1x1Icon = function Grid1x1Icon(props) {
|
|
1830
1850
|
var _props$active7 = props.active,
|
|
1831
1851
|
active = _props$active7 === void 0 ? false : _props$active7;
|
|
1832
1852
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1835,7 +1855,8 @@ var Grid1x1Icon = exports.Grid1x1Icon = function Grid1x1Icon(props) {
|
|
|
1835
1855
|
}, props));
|
|
1836
1856
|
};
|
|
1837
1857
|
/** 2x2网格Icon */
|
|
1838
|
-
|
|
1858
|
+
exports.Grid1x1Icon = Grid1x1Icon;
|
|
1859
|
+
var Grid2x2Icon = function Grid2x2Icon(props) {
|
|
1839
1860
|
var _props$active8 = props.active,
|
|
1840
1861
|
active = _props$active8 === void 0 ? false : _props$active8;
|
|
1841
1862
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1844,7 +1865,8 @@ var Grid2x2Icon = exports.Grid2x2Icon = function Grid2x2Icon(props) {
|
|
|
1844
1865
|
}, props));
|
|
1845
1866
|
};
|
|
1846
1867
|
/** 3x3网格Icon */
|
|
1847
|
-
|
|
1868
|
+
exports.Grid2x2Icon = Grid2x2Icon;
|
|
1869
|
+
var Grid3x3Icon = function Grid3x3Icon(props) {
|
|
1848
1870
|
var _props$active9 = props.active,
|
|
1849
1871
|
active = _props$active9 === void 0 ? false : _props$active9;
|
|
1850
1872
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1853,90 +1875,100 @@ var Grid3x3Icon = exports.Grid3x3Icon = function Grid3x3Icon(props) {
|
|
|
1853
1875
|
}, props));
|
|
1854
1876
|
};
|
|
1855
1877
|
/** 4x4网格Icon */
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1878
|
+
exports.Grid3x3Icon = Grid3x3Icon;
|
|
1879
|
+
var Grid4x4Icon = function Grid4x4Icon(props) {
|
|
1880
|
+
var _props$active10 = props.active,
|
|
1881
|
+
active = _props$active10 === void 0 ? false : _props$active10;
|
|
1859
1882
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1860
1883
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1861
1884
|
component: Grid4x4Svg
|
|
1862
1885
|
}, props));
|
|
1863
1886
|
};
|
|
1864
1887
|
/** 5x5网格Icon */
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1888
|
+
exports.Grid4x4Icon = Grid4x4Icon;
|
|
1889
|
+
var Grid5x5Icon = function Grid5x5Icon(props) {
|
|
1890
|
+
var _props$active11 = props.active,
|
|
1891
|
+
active = _props$active11 === void 0 ? false : _props$active11;
|
|
1868
1892
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1869
1893
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1870
1894
|
component: Grid5x5Svg
|
|
1871
1895
|
}, props));
|
|
1872
1896
|
};
|
|
1873
1897
|
/** 1x5网格Icon */
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1898
|
+
exports.Grid5x5Icon = Grid5x5Icon;
|
|
1899
|
+
var Grid1x5Icon = function Grid1x5Icon(props) {
|
|
1900
|
+
var _props$active12 = props.active,
|
|
1901
|
+
active = _props$active12 === void 0 ? false : _props$active12;
|
|
1877
1902
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1878
1903
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1879
1904
|
component: Grid1x5Svg
|
|
1880
1905
|
}, props));
|
|
1881
1906
|
};
|
|
1882
1907
|
/** 1x7网格Icon */
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1908
|
+
exports.Grid1x5Icon = Grid1x5Icon;
|
|
1909
|
+
var Grid1x7Icon = function Grid1x7Icon(props) {
|
|
1910
|
+
var _props$active13 = props.active,
|
|
1911
|
+
active = _props$active13 === void 0 ? false : _props$active13;
|
|
1886
1912
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1887
1913
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1888
1914
|
component: Grid1x7Svg
|
|
1889
1915
|
}, props));
|
|
1890
1916
|
};
|
|
1891
1917
|
/** 1x9网格Icon */
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1918
|
+
exports.Grid1x7Icon = Grid1x7Icon;
|
|
1919
|
+
var Grid1x9Icon = function Grid1x9Icon(props) {
|
|
1920
|
+
var _props$active14 = props.active,
|
|
1921
|
+
active = _props$active14 === void 0 ? false : _props$active14;
|
|
1895
1922
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1896
1923
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1897
1924
|
component: Grid1x9Svg
|
|
1898
1925
|
}, props));
|
|
1899
1926
|
};
|
|
1900
1927
|
/** 1x12网格Icon */
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1928
|
+
exports.Grid1x9Icon = Grid1x9Icon;
|
|
1929
|
+
var Grid1x12Icon = function Grid1x12Icon(props) {
|
|
1930
|
+
var _props$active15 = props.active,
|
|
1931
|
+
active = _props$active15 === void 0 ? false : _props$active15;
|
|
1904
1932
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1905
1933
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1906
1934
|
component: Grid1x12Svg
|
|
1907
1935
|
}, props));
|
|
1908
1936
|
};
|
|
1909
1937
|
/** 1x13网格Icon */
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1938
|
+
exports.Grid1x12Icon = Grid1x12Icon;
|
|
1939
|
+
var Grid1x13Icon = function Grid1x13Icon(props) {
|
|
1940
|
+
var _props$active16 = props.active,
|
|
1941
|
+
active = _props$active16 === void 0 ? false : _props$active16;
|
|
1913
1942
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1914
1943
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1915
1944
|
component: Grid1x13Svg
|
|
1916
1945
|
}, props));
|
|
1917
1946
|
};
|
|
1918
1947
|
/** 1x16网格Icon */
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1948
|
+
exports.Grid1x13Icon = Grid1x13Icon;
|
|
1949
|
+
var Grid1x16Icon = function Grid1x16Icon(props) {
|
|
1950
|
+
var _props$active17 = props.active,
|
|
1951
|
+
active = _props$active17 === void 0 ? false : _props$active17;
|
|
1922
1952
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1923
1953
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1924
1954
|
component: Grid1x16Svg
|
|
1925
1955
|
}, props));
|
|
1926
1956
|
};
|
|
1927
1957
|
/** 1x21网格Icon */
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1958
|
+
exports.Grid1x16Icon = Grid1x16Icon;
|
|
1959
|
+
var Grid1x21Icon = function Grid1x21Icon(props) {
|
|
1960
|
+
var _props$active18 = props.active,
|
|
1961
|
+
active = _props$active18 === void 0 ? false : _props$active18;
|
|
1931
1962
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1932
1963
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1933
1964
|
component: Grid1x21Svg
|
|
1934
1965
|
}, props));
|
|
1935
1966
|
};
|
|
1936
1967
|
/** 标签Icon */
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1968
|
+
exports.Grid1x21Icon = Grid1x21Icon;
|
|
1969
|
+
var TagIcon = function TagIcon(props) {
|
|
1970
|
+
var _props$active19 = props.active,
|
|
1971
|
+
active = _props$active19 === void 0 ? false : _props$active19;
|
|
1940
1972
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1941
1973
|
title: "\u6807\u7B7E",
|
|
1942
1974
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
@@ -1944,7 +1976,8 @@ var TagIcon = exports.TagIcon = function TagIcon(props) {
|
|
|
1944
1976
|
}, props));
|
|
1945
1977
|
};
|
|
1946
1978
|
/** 关闭Icon */
|
|
1947
|
-
|
|
1979
|
+
exports.TagIcon = TagIcon;
|
|
1980
|
+
var CloseIcon = function CloseIcon(props) {
|
|
1948
1981
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1949
1982
|
title: "\u5173\u95ED",
|
|
1950
1983
|
className: "close-icon",
|
|
@@ -1952,9 +1985,10 @@ var CloseIcon = exports.CloseIcon = function CloseIcon(props) {
|
|
|
1952
1985
|
}, props));
|
|
1953
1986
|
};
|
|
1954
1987
|
/** 视频播放Icon */
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1988
|
+
exports.CloseIcon = CloseIcon;
|
|
1989
|
+
var VideoPlayIcon = function VideoPlayIcon(props) {
|
|
1990
|
+
var _props$active20 = props.active,
|
|
1991
|
+
active = _props$active20 === void 0 ? false : _props$active20;
|
|
1958
1992
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1959
1993
|
title: "\u64AD\u653E",
|
|
1960
1994
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
@@ -1962,9 +1996,10 @@ var VideoPlayIcon = exports.VideoPlayIcon = function VideoPlayIcon(props) {
|
|
|
1962
1996
|
}, props));
|
|
1963
1997
|
};
|
|
1964
1998
|
/** 视频关闭Icon */
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1999
|
+
exports.VideoPlayIcon = VideoPlayIcon;
|
|
2000
|
+
var VideoCloseIcon = function VideoCloseIcon(props) {
|
|
2001
|
+
var _props$active21 = props.active,
|
|
2002
|
+
active = _props$active21 === void 0 ? false : _props$active21;
|
|
1968
2003
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1969
2004
|
title: "\u5173\u95ED",
|
|
1970
2005
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
@@ -1972,19 +2007,22 @@ var VideoCloseIcon = exports.VideoCloseIcon = function VideoCloseIcon(props) {
|
|
|
1972
2007
|
}, props));
|
|
1973
2008
|
};
|
|
1974
2009
|
/** 时间刻度Icon */
|
|
1975
|
-
|
|
2010
|
+
exports.VideoCloseIcon = VideoCloseIcon;
|
|
2011
|
+
var TimePositionIcon = function TimePositionIcon(props) {
|
|
1976
2012
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1977
2013
|
component: TimePositionSvg
|
|
1978
2014
|
}, props));
|
|
1979
2015
|
};
|
|
1980
2016
|
/** 播放视频Icon */
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
2017
|
+
exports.TimePositionIcon = TimePositionIcon;
|
|
2018
|
+
var PlayVideoBlueIcon = function PlayVideoBlueIcon(props) {
|
|
2019
|
+
var _props$active22 = props.active,
|
|
2020
|
+
active = _props$active22 === void 0 ? false : _props$active22;
|
|
1984
2021
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1985
2022
|
title: "\u64AD\u653E",
|
|
1986
2023
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1987
2024
|
component: PlayVideoBlueSvg
|
|
1988
2025
|
}, props));
|
|
1989
2026
|
};
|
|
2027
|
+
exports.PlayVideoBlueIcon = PlayVideoBlueIcon;
|
|
1990
2028
|
//# sourceMappingURL=index.js.map
|