@vtx/player 1.7.13 → 1.7.14

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.
Files changed (143) hide show
  1. package/README.md +2 -2
  2. package/lib/api/fetch.js +62 -91
  3. package/lib/api/fetch.js.map +1 -1
  4. package/lib/api/index.js +18 -63
  5. package/lib/api/index.js.map +1 -1
  6. package/lib/api/types.d.ts +5 -5
  7. package/lib/bd/PlayerManager.js +38 -68
  8. package/lib/bd/PlayerManager.js.map +1 -1
  9. package/lib/bill-player/index.d.ts +1 -1
  10. package/lib/bill-player/index.js +66 -121
  11. package/lib/bill-player/index.js.map +1 -1
  12. package/lib/bill-player/style/css.js +0 -9
  13. package/lib/bill-player/style/css.js.map +1 -1
  14. package/lib/bill-player/style/index.js +0 -9
  15. package/lib/bill-player/style/index.js.map +1 -1
  16. package/lib/bill-player/style/index.less +297 -297
  17. package/lib/components/set-tag-video/index.js +6 -34
  18. package/lib/components/set-tag-video/index.js.map +1 -1
  19. package/lib/components/set-tag-video/style/css.js.map +1 -1
  20. package/lib/components/set-tag-video/style/index.js.map +1 -1
  21. package/lib/components/set-tag-video/style/index.less +125 -125
  22. package/lib/components/split-screen/index.d.ts +1 -1
  23. package/lib/components/split-screen/index.js +3 -14
  24. package/lib/components/split-screen/index.js.map +1 -1
  25. package/lib/components/split-screen/style/css.js.map +1 -1
  26. package/lib/components/split-screen/style/index.js.map +1 -1
  27. package/lib/components/tag-video/index.js +10 -38
  28. package/lib/components/tag-video/index.js.map +1 -1
  29. package/lib/components/tag-video/style/css.js.map +1 -1
  30. package/lib/components/tag-video/style/index.js.map +1 -1
  31. package/lib/components/tag-video/style/index.less +69 -69
  32. package/lib/components/video-scale/index.d.ts +1 -1
  33. package/lib/components/video-scale/index.js +2 -9
  34. package/lib/components/video-scale/index.js.map +1 -1
  35. package/lib/components/video-scale/style/css.js.map +1 -1
  36. package/lib/components/video-scale/style/index.js.map +1 -1
  37. package/lib/context/index.js +0 -4
  38. package/lib/context/index.js.map +1 -1
  39. package/lib/controls/index.d.ts +11 -11
  40. package/lib/controls/index.js +34 -99
  41. package/lib/controls/index.js.map +1 -1
  42. package/lib/controls/style/css.js +0 -5
  43. package/lib/controls/style/css.js.map +1 -1
  44. package/lib/controls/style/index.js +0 -5
  45. package/lib/controls/style/index.js.map +1 -1
  46. package/lib/controls/style/index.less +188 -188
  47. package/lib/h264/PlayerManager.js +18 -27
  48. package/lib/h264/PlayerManager.js.map +1 -1
  49. package/lib/history-control/index.d.ts +2 -2
  50. package/lib/history-control/index.js +61 -121
  51. package/lib/history-control/index.js.map +1 -1
  52. package/lib/history-control/style/css.js +0 -6
  53. package/lib/history-control/style/css.js.map +1 -1
  54. package/lib/history-control/style/index.js +0 -6
  55. package/lib/history-control/style/index.js.map +1 -1
  56. package/lib/history-control/style/index.less +252 -252
  57. package/lib/history-control-v2/components/grid-item/index.js +38 -77
  58. package/lib/history-control-v2/components/grid-item/index.js.map +1 -1
  59. package/lib/history-control-v2/components/panel/index.js +44 -114
  60. package/lib/history-control-v2/components/panel/index.js.map +1 -1
  61. package/lib/history-control-v2/context.js +0 -2
  62. package/lib/history-control-v2/context.js.map +1 -1
  63. package/lib/history-control-v2/index.d.ts +4 -4
  64. package/lib/history-control-v2/index.js +97 -166
  65. package/lib/history-control-v2/index.js.map +1 -1
  66. package/lib/history-control-v2/style/css.js +0 -10
  67. package/lib/history-control-v2/style/css.js.map +1 -1
  68. package/lib/history-control-v2/style/index.js +0 -10
  69. package/lib/history-control-v2/style/index.js.map +1 -1
  70. package/lib/history-control-v2/style/index.less +437 -437
  71. package/lib/history-control-v2/utils.js +1 -21
  72. package/lib/history-control-v2/utils.js.map +1 -1
  73. package/lib/history-player/index.d.ts +1 -1
  74. package/lib/history-player/index.js +146 -205
  75. package/lib/history-player/index.js.map +1 -1
  76. package/lib/history-player/style/css.js +0 -3
  77. package/lib/history-player/style/css.js.map +1 -1
  78. package/lib/history-player/style/index.js +0 -3
  79. package/lib/history-player/style/index.js.map +1 -1
  80. package/lib/history-player/style/index.less +102 -102
  81. package/lib/hooks/useSettings.js +1 -6
  82. package/lib/hooks/useSettings.js.map +1 -1
  83. package/lib/icc/PlayerManager.js +26 -57
  84. package/lib/icc/PlayerManager.js.map +1 -1
  85. package/lib/icc/api.d.ts +0 -68
  86. package/lib/icc/api.js +2 -16
  87. package/lib/icc/api.js.map +1 -1
  88. package/lib/icons/index.d.ts +36 -36
  89. package/lib/icons/index.js +23 -171
  90. package/lib/icons/index.js.map +1 -1
  91. package/lib/icons/index.less +32 -32
  92. package/lib/index.js +0 -10
  93. package/lib/index.js.map +1 -1
  94. package/lib/live-channel-player/index.d.ts +1 -1
  95. package/lib/live-channel-player/index.js +31 -67
  96. package/lib/live-channel-player/index.js.map +1 -1
  97. package/lib/live-channel-player/style/css.js +0 -1
  98. package/lib/live-channel-player/style/css.js.map +1 -1
  99. package/lib/live-channel-player/style/index.js +0 -1
  100. package/lib/live-channel-player/style/index.js.map +1 -1
  101. package/lib/live-control/index.d.ts +2 -2
  102. package/lib/live-control/index.js +35 -86
  103. package/lib/live-control/index.js.map +1 -1
  104. package/lib/live-control/style/css.js +0 -4
  105. package/lib/live-control/style/css.js.map +1 -1
  106. package/lib/live-control/style/index.js +0 -4
  107. package/lib/live-control/style/index.js.map +1 -1
  108. package/lib/live-control/style/index.less +99 -99
  109. package/lib/live-control-v2/index.d.ts +3 -3
  110. package/lib/live-control-v2/index.js +108 -141
  111. package/lib/live-control-v2/index.js.map +1 -1
  112. package/lib/live-control-v2/style/css.js +0 -7
  113. package/lib/live-control-v2/style/css.js.map +1 -1
  114. package/lib/live-control-v2/style/index.js +0 -7
  115. package/lib/live-control-v2/style/index.js.map +1 -1
  116. package/lib/live-control-v2/style/index.less +192 -192
  117. package/lib/live-player/index.js +95 -136
  118. package/lib/live-player/index.js.map +1 -1
  119. package/lib/live-player/style/css.js +0 -2
  120. package/lib/live-player/style/css.js.map +1 -1
  121. package/lib/live-player/style/index.js +0 -2
  122. package/lib/live-player/style/index.js.map +1 -1
  123. package/lib/live-player/style/index.less +75 -75
  124. package/lib/player/index.d.ts +1 -1
  125. package/lib/player/index.js +79 -244
  126. package/lib/player/index.js.map +1 -1
  127. package/lib/rsl/PlayerManager.js +18 -64
  128. package/lib/rsl/PlayerManager.js.map +1 -1
  129. package/lib/typings/@vtx/utils/index.d.ts +28 -28
  130. package/lib/typings/h5player.d.ts +146 -146
  131. package/lib/typings/webrtcplayer.d.ts +56 -56
  132. package/lib/typings/wsplayer.d.ts +99 -99
  133. package/lib/utils/index.d.ts +1 -1
  134. package/lib/utils/index.js +12 -91
  135. package/lib/utils/index.js.map +1 -1
  136. package/lib/vite-env.d.ts +1 -1
  137. package/lib/vtxHls/PlayerManager.js +6 -20
  138. package/lib/vtxHls/PlayerManager.js.map +1 -1
  139. package/lib/vtxHls/WhepManager.js +9 -72
  140. package/lib/vtxHls/WhepManager.js.map +1 -1
  141. package/lib/webrtc/PlayerManager.js +28 -41
  142. package/lib/webrtc/PlayerManager.js.map +1 -1
  143. package/package.json +125 -125
@@ -4,15 +4,10 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.VolumeSmallIcon = exports.VolumeMutedIcon = exports.VolumeLargeIcon = exports.VideoPlayIcon = exports.VideoCloseIcon = exports.TimePositionIcon = exports.TalkIcon = exports.TalkDisableIcon = exports.TagIcon = exports.SettingsIcon = exports.SetTagIcon = exports.PlayVideoBlueIcon = exports.PlayIcon = exports.PauseIcon = exports.OccupyingScreenIcon = exports.GridIcon = exports.Grid5x5Icon = exports.Grid4x4Icon = exports.Grid3x3Icon = exports.Grid2x2Icon = exports.Grid1x9Icon = exports.Grid1x7Icon = exports.Grid1x5Icon = exports.Grid1x21Icon = exports.Grid1x1Icon = exports.Grid1x16Icon = exports.Grid1x13Icon = exports.Grid1x12Icon = exports.FullScreenIcon = exports.FoldIcon = exports.ExpandIcon = exports.ExitFullScreenIcon = exports.CloudControlIcon = exports.CloseIcon = exports.CloseAllIcon = exports.CaptureIcon = void 0;
7
-
8
7
  var _jsxRuntime = require("react/jsx-runtime");
9
-
10
8
  require("./index.less");
11
-
12
9
  var _icons = _interopRequireDefault(require("@ant-design/icons"));
13
-
14
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
-
16
11
  var PauseSvg = function PauseSvg() {
17
12
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
18
13
  xmlns: "http://www.w3.org/2000/svg",
@@ -41,7 +36,6 @@ var PauseSvg = function PauseSvg() {
41
36
  }))
42
37
  }));
43
38
  };
44
-
45
39
  var PlaySvg = function PlaySvg() {
46
40
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
47
41
  xmlns: "http://www.w3.org/2000/svg",
@@ -59,7 +53,6 @@ var PlaySvg = function PlaySvg() {
59
53
  }))
60
54
  }));
61
55
  };
62
-
63
56
  var CaptureSvg = function CaptureSvg() {
64
57
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
65
58
  xmlns: "http://www.w3.org/2000/svg",
@@ -77,7 +70,6 @@ var CaptureSvg = function CaptureSvg() {
77
70
  }))
78
71
  }));
79
72
  };
80
-
81
73
  var FullScreenSvg = function FullScreenSvg() {
82
74
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
83
75
  xmlns: "http://www.w3.org/2000/svg",
@@ -102,7 +94,6 @@ var FullScreenSvg = function FullScreenSvg() {
102
94
  }))
103
95
  }));
104
96
  };
105
-
106
97
  var ExitFullScreenSvg = function ExitFullScreenSvg() {
107
98
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
108
99
  xmlns: "http://www.w3.org/2000/svg",
@@ -120,7 +111,6 @@ var ExitFullScreenSvg = function ExitFullScreenSvg() {
120
111
  }))
121
112
  }));
122
113
  };
123
-
124
114
  var VolumeSmallSvg = function VolumeSmallSvg() {
125
115
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
126
116
  xmlns: "http://www.w3.org/2000/svg",
@@ -151,7 +141,6 @@ var VolumeSmallSvg = function VolumeSmallSvg() {
151
141
  }))
152
142
  }));
153
143
  };
154
-
155
144
  var VolumeLargeSvg = function VolumeLargeSvg() {
156
145
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
157
146
  xmlns: "http://www.w3.org/2000/svg",
@@ -179,7 +168,6 @@ var VolumeLargeSvg = function VolumeLargeSvg() {
179
168
  }))
180
169
  }));
181
170
  };
182
-
183
171
  var VolumeMutedSvg = function VolumeMutedSvg() {
184
172
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
185
173
  xmlns: "http://www.w3.org/2000/svg",
@@ -197,7 +185,6 @@ var VolumeMutedSvg = function VolumeMutedSvg() {
197
185
  }))
198
186
  }));
199
187
  };
200
-
201
188
  var SettingsSvg = function SettingsSvg() {
202
189
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
203
190
  xmlns: "http://www.w3.org/2000/svg",
@@ -215,7 +202,6 @@ var SettingsSvg = function SettingsSvg() {
215
202
  }))
216
203
  }));
217
204
  };
218
-
219
205
  var CloseAllSvg = function CloseAllSvg() {
220
206
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
221
207
  xmlns: "http://www.w3.org/2000/svg",
@@ -233,7 +219,6 @@ var CloseAllSvg = function CloseAllSvg() {
233
219
  }))
234
220
  }));
235
221
  };
236
-
237
222
  var ExpandSvg = function ExpandSvg() {
238
223
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
239
224
  xmlns: "http://www.w3.org/2000/svg",
@@ -251,7 +236,6 @@ var ExpandSvg = function ExpandSvg() {
251
236
  }))
252
237
  }));
253
238
  };
254
-
255
239
  var FoldSvg = function FoldSvg() {
256
240
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
257
241
  xmlns: "http://www.w3.org/2000/svg",
@@ -269,7 +253,6 @@ var FoldSvg = function FoldSvg() {
269
253
  }))
270
254
  }));
271
255
  };
272
-
273
256
  var Grid1x1Svg = function Grid1x1Svg() {
274
257
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
275
258
  xmlns: "http://www.w3.org/2000/svg",
@@ -295,7 +278,6 @@ var Grid1x1Svg = function Grid1x1Svg() {
295
278
  }))
296
279
  }));
297
280
  };
298
-
299
281
  var Grid2x2Svg = function Grid2x2Svg() {
300
282
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
301
283
  xmlns: "http://www.w3.org/2000/svg",
@@ -333,7 +315,6 @@ var Grid2x2Svg = function Grid2x2Svg() {
333
315
  }))
334
316
  }));
335
317
  };
336
-
337
318
  var Grid3x3Svg = function Grid3x3Svg() {
338
319
  return (0, _jsxRuntime.jsxs)("svg", Object.assign({
339
320
  xmlns: "http://www.w3.org/2000/svg",
@@ -389,7 +370,6 @@ var Grid3x3Svg = function Grid3x3Svg() {
389
370
  }))]
390
371
  }));
391
372
  };
392
-
393
373
  var CloseSvg = function CloseSvg() {
394
374
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
395
375
  viewBox: "64 64 896 896",
@@ -400,7 +380,6 @@ var CloseSvg = function CloseSvg() {
400
380
  })
401
381
  }));
402
382
  };
403
-
404
383
  var VideoPlaySvg = function VideoPlaySvg() {
405
384
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
406
385
  xmlns: "http://www.w3.org/2000/svg",
@@ -414,7 +393,6 @@ var VideoPlaySvg = function VideoPlaySvg() {
414
393
  })
415
394
  }));
416
395
  };
417
-
418
396
  var VideoCloseSvg = function VideoCloseSvg() {
419
397
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
420
398
  xmlns: "http://www.w3.org/2000/svg",
@@ -428,7 +406,6 @@ var VideoCloseSvg = function VideoCloseSvg() {
428
406
  })
429
407
  }));
430
408
  };
431
-
432
409
  var TimePositionSvg = function TimePositionSvg() {
433
410
  return (0, _jsxRuntime.jsxs)("svg", Object.assign({
434
411
  xmlns: "http://www.w3.org/2000/svg",
@@ -463,7 +440,6 @@ var TimePositionSvg = function TimePositionSvg() {
463
440
  }))]
464
441
  }));
465
442
  };
466
-
467
443
  var TalkDisableSvg = function TalkDisableSvg() {
468
444
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
469
445
  xmlns: "http://www.w3.org/2000/svg",
@@ -481,7 +457,6 @@ var TalkDisableSvg = function TalkDisableSvg() {
481
457
  }))
482
458
  }));
483
459
  };
484
-
485
460
  var TalkSvg = function TalkSvg() {
486
461
  return (0, _jsxRuntime.jsxs)("svg", Object.assign({
487
462
  xmlns: "http://www.w3.org/2000/svg",
@@ -508,7 +483,6 @@ var TalkSvg = function TalkSvg() {
508
483
  }))]
509
484
  }));
510
485
  };
511
-
512
486
  var CloudControlSvg = function CloudControlSvg() {
513
487
  return (0, _jsxRuntime.jsxs)("svg", Object.assign({
514
488
  xmlns: "http://www.w3.org/2000/svg",
@@ -528,7 +502,6 @@ var CloudControlSvg = function CloudControlSvg() {
528
502
  }))]
529
503
  }));
530
504
  };
531
-
532
505
  var GridSvg = function GridSvg() {
533
506
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
534
507
  xmlns: "http://www.w3.org/2000/svg",
@@ -582,7 +555,6 @@ var GridSvg = function GridSvg() {
582
555
  }))
583
556
  }));
584
557
  };
585
-
586
558
  var OccupyingScreenSvg = function OccupyingScreenSvg() {
587
559
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
588
560
  xmlns: "http://www.w3.org/2000/svg",
@@ -631,7 +603,6 @@ var OccupyingScreenSvg = function OccupyingScreenSvg() {
631
603
  }))
632
604
  }));
633
605
  };
634
-
635
606
  var Grid4x4Svg = function Grid4x4Svg() {
636
607
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
637
608
  xmlns: "http://www.w3.org/2000/svg",
@@ -749,7 +720,6 @@ var Grid4x4Svg = function Grid4x4Svg() {
749
720
  }))
750
721
  }));
751
722
  };
752
-
753
723
  var Grid5x5Svg = function Grid5x5Svg() {
754
724
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
755
725
  xmlns: "http://www.w3.org/2000/svg",
@@ -921,7 +891,6 @@ var Grid5x5Svg = function Grid5x5Svg() {
921
891
  }))
922
892
  }));
923
893
  };
924
-
925
894
  var Grid1x5Svg = function Grid1x5Svg() {
926
895
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
927
896
  xmlns: "http://www.w3.org/2000/svg",
@@ -979,7 +948,6 @@ var Grid1x5Svg = function Grid1x5Svg() {
979
948
  }))
980
949
  }));
981
950
  };
982
-
983
951
  var Grid1x7Svg = function Grid1x7Svg() {
984
952
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
985
953
  xmlns: "http://www.w3.org/2000/svg",
@@ -1049,7 +1017,6 @@ var Grid1x7Svg = function Grid1x7Svg() {
1049
1017
  }))
1050
1018
  }));
1051
1019
  };
1052
-
1053
1020
  var Grid1x9Svg = function Grid1x9Svg() {
1054
1021
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1055
1022
  xmlns: "http://www.w3.org/2000/svg",
@@ -1131,7 +1098,6 @@ var Grid1x9Svg = function Grid1x9Svg() {
1131
1098
  }))
1132
1099
  }));
1133
1100
  };
1134
-
1135
1101
  var Grid1x12Svg = function Grid1x12Svg() {
1136
1102
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1137
1103
  xmlns: "http://www.w3.org/2000/svg",
@@ -1231,7 +1197,6 @@ var Grid1x12Svg = function Grid1x12Svg() {
1231
1197
  }))
1232
1198
  }));
1233
1199
  };
1234
-
1235
1200
  var Grid1x13Svg = function Grid1x13Svg() {
1236
1201
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1237
1202
  xmlns: "http://www.w3.org/2000/svg",
@@ -1337,7 +1302,6 @@ var Grid1x13Svg = function Grid1x13Svg() {
1337
1302
  }))
1338
1303
  }));
1339
1304
  };
1340
-
1341
1305
  var Grid1x16Svg = function Grid1x16Svg() {
1342
1306
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1343
1307
  xmlns: "http://www.w3.org/2000/svg",
@@ -1461,7 +1425,6 @@ var Grid1x16Svg = function Grid1x16Svg() {
1461
1425
  }))
1462
1426
  }));
1463
1427
  };
1464
-
1465
1428
  var Grid1x21Svg = function Grid1x21Svg() {
1466
1429
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1467
1430
  xmlns: "http://www.w3.org/2000/svg",
@@ -1615,7 +1578,6 @@ var Grid1x21Svg = function Grid1x21Svg() {
1615
1578
  }))
1616
1579
  }));
1617
1580
  };
1618
-
1619
1581
  var TagSvg = function TagSvg() {
1620
1582
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1621
1583
  xmlns: "http://www.w3.org/2000/svg",
@@ -1643,7 +1605,6 @@ var TagSvg = function TagSvg() {
1643
1605
  }))
1644
1606
  }));
1645
1607
  };
1646
-
1647
1608
  var PlayVideoBlueSvg = function PlayVideoBlueSvg() {
1648
1609
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1649
1610
  xmlns: "http://www.w3.org/2000/svg",
@@ -1668,7 +1629,6 @@ var PlayVideoBlueSvg = function PlayVideoBlueSvg() {
1668
1629
  }))
1669
1630
  }));
1670
1631
  };
1671
-
1672
1632
  var SetTagSvg = function SetTagSvg() {
1673
1633
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
1674
1634
  xmlns: "http://www.w3.org/2000/svg",
@@ -1698,8 +1658,6 @@ var SetTagSvg = function SetTagSvg() {
1698
1658
  }));
1699
1659
  };
1700
1660
  /** 暂停Icon */
1701
-
1702
-
1703
1661
  var PauseIcon = function PauseIcon(props) {
1704
1662
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1705
1663
  title: "\u6682\u505C",
@@ -1708,10 +1666,7 @@ var PauseIcon = function PauseIcon(props) {
1708
1666
  }, props));
1709
1667
  };
1710
1668
  /** 播放Icon */
1711
-
1712
-
1713
1669
  exports.PauseIcon = PauseIcon;
1714
-
1715
1670
  var PlayIcon = function PlayIcon(props) {
1716
1671
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1717
1672
  title: "\u64AD\u653E",
@@ -1720,10 +1675,7 @@ var PlayIcon = function PlayIcon(props) {
1720
1675
  }, props));
1721
1676
  };
1722
1677
  /** 截图Icon */
1723
-
1724
-
1725
1678
  exports.PlayIcon = PlayIcon;
1726
-
1727
1679
  var CaptureIcon = function CaptureIcon(props) {
1728
1680
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1729
1681
  title: "\u622A\u56FE",
@@ -1732,10 +1684,7 @@ var CaptureIcon = function CaptureIcon(props) {
1732
1684
  }, props));
1733
1685
  };
1734
1686
  /** 全屏Icon */
1735
-
1736
-
1737
1687
  exports.CaptureIcon = CaptureIcon;
1738
-
1739
1688
  var FullScreenIcon = function FullScreenIcon(props) {
1740
1689
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1741
1690
  title: "\u5168\u5C4F",
@@ -1744,10 +1693,7 @@ var FullScreenIcon = function FullScreenIcon(props) {
1744
1693
  }, props));
1745
1694
  };
1746
1695
  /** 退出全屏Icon */
1747
-
1748
-
1749
1696
  exports.FullScreenIcon = FullScreenIcon;
1750
-
1751
1697
  var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
1752
1698
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1753
1699
  title: "\u9000\u51FA\u5168\u5C4F",
@@ -1756,10 +1702,7 @@ var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
1756
1702
  }, props));
1757
1703
  };
1758
1704
  /** 音量低Icon */
1759
-
1760
-
1761
1705
  exports.ExitFullScreenIcon = ExitFullScreenIcon;
1762
-
1763
1706
  var VolumeSmallIcon = function VolumeSmallIcon(props) {
1764
1707
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1765
1708
  title: "\u97F3\u91CF",
@@ -1768,10 +1711,7 @@ var VolumeSmallIcon = function VolumeSmallIcon(props) {
1768
1711
  }, props));
1769
1712
  };
1770
1713
  /** 音量高Icon */
1771
-
1772
-
1773
1714
  exports.VolumeSmallIcon = VolumeSmallIcon;
1774
-
1775
1715
  var VolumeLargeIcon = function VolumeLargeIcon(props) {
1776
1716
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1777
1717
  title: "\u97F3\u91CF",
@@ -1780,10 +1720,7 @@ var VolumeLargeIcon = function VolumeLargeIcon(props) {
1780
1720
  }, props));
1781
1721
  };
1782
1722
  /** 静音Icon */
1783
-
1784
-
1785
1723
  exports.VolumeLargeIcon = VolumeLargeIcon;
1786
-
1787
1724
  var VolumeMutedIcon = function VolumeMutedIcon(props) {
1788
1725
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1789
1726
  title: "\u97F3\u91CF",
@@ -1792,10 +1729,7 @@ var VolumeMutedIcon = function VolumeMutedIcon(props) {
1792
1729
  }, props));
1793
1730
  };
1794
1731
  /** 设置Icon */
1795
-
1796
-
1797
1732
  exports.VolumeMutedIcon = VolumeMutedIcon;
1798
-
1799
1733
  var SettingsIcon = function SettingsIcon(props) {
1800
1734
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1801
1735
  className: "control-icon",
@@ -1803,10 +1737,7 @@ var SettingsIcon = function SettingsIcon(props) {
1803
1737
  }, props));
1804
1738
  };
1805
1739
  /** 关闭全部Icon */
1806
-
1807
-
1808
1740
  exports.SettingsIcon = SettingsIcon;
1809
-
1810
1741
  var CloseAllIcon = function CloseAllIcon(props) {
1811
1742
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1812
1743
  title: "\u5173\u95ED\u5168\u90E8",
@@ -1815,10 +1746,7 @@ var CloseAllIcon = function CloseAllIcon(props) {
1815
1746
  }, props));
1816
1747
  };
1817
1748
  /** 展开Icon */
1818
-
1819
-
1820
1749
  exports.CloseAllIcon = CloseAllIcon;
1821
-
1822
1750
  var ExpandIcon = function ExpandIcon(props) {
1823
1751
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1824
1752
  title: "\u5C55\u5F00",
@@ -1827,10 +1755,7 @@ var ExpandIcon = function ExpandIcon(props) {
1827
1755
  }, props));
1828
1756
  };
1829
1757
  /** 收缩Icon */
1830
-
1831
-
1832
1758
  exports.ExpandIcon = ExpandIcon;
1833
-
1834
1759
  var FoldIcon = function FoldIcon(props) {
1835
1760
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1836
1761
  title: "\u6536\u8D77",
@@ -1839,13 +1764,10 @@ var FoldIcon = function FoldIcon(props) {
1839
1764
  }, props));
1840
1765
  };
1841
1766
  /** 添加标签Icon */
1842
-
1843
-
1844
1767
  exports.FoldIcon = FoldIcon;
1845
-
1846
1768
  var SetTagIcon = function SetTagIcon(props) {
1847
1769
  var _props$active = props.active,
1848
- active = _props$active === void 0 ? false : _props$active;
1770
+ active = _props$active === void 0 ? false : _props$active;
1849
1771
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1850
1772
  title: "\u6DFB\u52A0\u6807\u7B7E",
1851
1773
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -1853,13 +1775,10 @@ var SetTagIcon = function SetTagIcon(props) {
1853
1775
  }, props));
1854
1776
  };
1855
1777
  /** 停止对讲Icon */
1856
-
1857
-
1858
1778
  exports.SetTagIcon = SetTagIcon;
1859
-
1860
1779
  var TalkDisableIcon = function TalkDisableIcon(props) {
1861
1780
  var _props$active2 = props.active,
1862
- active = _props$active2 === void 0 ? false : _props$active2;
1781
+ active = _props$active2 === void 0 ? false : _props$active2;
1863
1782
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1864
1783
  title: "\u505C\u6B62\u5BF9\u8BB2",
1865
1784
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -1867,13 +1786,10 @@ var TalkDisableIcon = function TalkDisableIcon(props) {
1867
1786
  }, props));
1868
1787
  };
1869
1788
  /** 对讲Icon */
1870
-
1871
-
1872
1789
  exports.TalkDisableIcon = TalkDisableIcon;
1873
-
1874
1790
  var TalkIcon = function TalkIcon(props) {
1875
1791
  var _props$active3 = props.active,
1876
- active = _props$active3 === void 0 ? false : _props$active3;
1792
+ active = _props$active3 === void 0 ? false : _props$active3;
1877
1793
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1878
1794
  title: "\u5BF9\u8BB2",
1879
1795
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -1881,13 +1797,10 @@ var TalkIcon = function TalkIcon(props) {
1881
1797
  }, props));
1882
1798
  };
1883
1799
  /** 云台控制 */
1884
-
1885
-
1886
1800
  exports.TalkIcon = TalkIcon;
1887
-
1888
1801
  var CloudControlIcon = function CloudControlIcon(props) {
1889
1802
  var _props$active4 = props.active,
1890
- active = _props$active4 === void 0 ? false : _props$active4;
1803
+ active = _props$active4 === void 0 ? false : _props$active4;
1891
1804
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1892
1805
  title: "\u4E91\u53F0\u63A7\u5236",
1893
1806
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -1895,13 +1808,10 @@ var CloudControlIcon = function CloudControlIcon(props) {
1895
1808
  }, props));
1896
1809
  };
1897
1810
  /** 屏幕占比Icon */
1898
-
1899
-
1900
1811
  exports.CloudControlIcon = CloudControlIcon;
1901
-
1902
1812
  var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
1903
1813
  var _props$active5 = props.active,
1904
- active = _props$active5 === void 0 ? false : _props$active5;
1814
+ active = _props$active5 === void 0 ? false : _props$active5;
1905
1815
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1906
1816
  title: "\u5C4F\u5E55\u5360\u6BD4",
1907
1817
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -1909,14 +1819,11 @@ var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
1909
1819
  }, props));
1910
1820
  };
1911
1821
  /** 网格Icon */
1912
-
1913
-
1914
1822
  exports.OccupyingScreenIcon = OccupyingScreenIcon;
1915
-
1916
1823
  var GridIcon = function GridIcon(props) {
1917
1824
  var _props$active6 = props.active,
1918
- active = _props$active6 === void 0 ? false : _props$active6,
1919
- disabled = props.disabled;
1825
+ active = _props$active6 === void 0 ? false : _props$active6,
1826
+ disabled = props.disabled;
1920
1827
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1921
1828
  title: "\u7A97\u53E3\u6570\u91CF",
1922
1829
  className: "control-icon ".concat(active ? 'active' : '', " ").concat(disabled ? 'disabled' : ''),
@@ -1924,169 +1831,130 @@ var GridIcon = function GridIcon(props) {
1924
1831
  }, props));
1925
1832
  };
1926
1833
  /** 1x1网格Icon */
1927
-
1928
-
1929
1834
  exports.GridIcon = GridIcon;
1930
-
1931
1835
  var Grid1x1Icon = function Grid1x1Icon(props) {
1932
1836
  var _props$active7 = props.active,
1933
- active = _props$active7 === void 0 ? false : _props$active7;
1837
+ active = _props$active7 === void 0 ? false : _props$active7;
1934
1838
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1935
1839
  className: "control-icon ".concat(active ? 'active' : ''),
1936
1840
  component: Grid1x1Svg
1937
1841
  }, props));
1938
1842
  };
1939
1843
  /** 2x2网格Icon */
1940
-
1941
-
1942
1844
  exports.Grid1x1Icon = Grid1x1Icon;
1943
-
1944
1845
  var Grid2x2Icon = function Grid2x2Icon(props) {
1945
1846
  var _props$active8 = props.active,
1946
- active = _props$active8 === void 0 ? false : _props$active8;
1847
+ active = _props$active8 === void 0 ? false : _props$active8;
1947
1848
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1948
1849
  className: "control-icon ".concat(active ? 'active' : ''),
1949
1850
  component: Grid2x2Svg
1950
1851
  }, props));
1951
1852
  };
1952
1853
  /** 3x3网格Icon */
1953
-
1954
-
1955
1854
  exports.Grid2x2Icon = Grid2x2Icon;
1956
-
1957
1855
  var Grid3x3Icon = function Grid3x3Icon(props) {
1958
1856
  var _props$active9 = props.active,
1959
- active = _props$active9 === void 0 ? false : _props$active9;
1857
+ active = _props$active9 === void 0 ? false : _props$active9;
1960
1858
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1961
1859
  className: "control-icon ".concat(active ? 'active' : ''),
1962
1860
  component: Grid3x3Svg
1963
1861
  }, props));
1964
1862
  };
1965
1863
  /** 4x4网格Icon */
1966
-
1967
-
1968
1864
  exports.Grid3x3Icon = Grid3x3Icon;
1969
-
1970
1865
  var Grid4x4Icon = function Grid4x4Icon(props) {
1971
1866
  var _props$active10 = props.active,
1972
- active = _props$active10 === void 0 ? false : _props$active10;
1867
+ active = _props$active10 === void 0 ? false : _props$active10;
1973
1868
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1974
1869
  className: "control-icon ".concat(active ? 'active' : ''),
1975
1870
  component: Grid4x4Svg
1976
1871
  }, props));
1977
1872
  };
1978
1873
  /** 5x5网格Icon */
1979
-
1980
-
1981
1874
  exports.Grid4x4Icon = Grid4x4Icon;
1982
-
1983
1875
  var Grid5x5Icon = function Grid5x5Icon(props) {
1984
1876
  var _props$active11 = props.active,
1985
- active = _props$active11 === void 0 ? false : _props$active11;
1877
+ active = _props$active11 === void 0 ? false : _props$active11;
1986
1878
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1987
1879
  className: "control-icon ".concat(active ? 'active' : ''),
1988
1880
  component: Grid5x5Svg
1989
1881
  }, props));
1990
1882
  };
1991
1883
  /** 1x5网格Icon */
1992
-
1993
-
1994
1884
  exports.Grid5x5Icon = Grid5x5Icon;
1995
-
1996
1885
  var Grid1x5Icon = function Grid1x5Icon(props) {
1997
1886
  var _props$active12 = props.active,
1998
- active = _props$active12 === void 0 ? false : _props$active12;
1887
+ active = _props$active12 === void 0 ? false : _props$active12;
1999
1888
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2000
1889
  className: "control-icon ".concat(active ? 'active' : ''),
2001
1890
  component: Grid1x5Svg
2002
1891
  }, props));
2003
1892
  };
2004
1893
  /** 1x7网格Icon */
2005
-
2006
-
2007
1894
  exports.Grid1x5Icon = Grid1x5Icon;
2008
-
2009
1895
  var Grid1x7Icon = function Grid1x7Icon(props) {
2010
1896
  var _props$active13 = props.active,
2011
- active = _props$active13 === void 0 ? false : _props$active13;
1897
+ active = _props$active13 === void 0 ? false : _props$active13;
2012
1898
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2013
1899
  className: "control-icon ".concat(active ? 'active' : ''),
2014
1900
  component: Grid1x7Svg
2015
1901
  }, props));
2016
1902
  };
2017
1903
  /** 1x9网格Icon */
2018
-
2019
-
2020
1904
  exports.Grid1x7Icon = Grid1x7Icon;
2021
-
2022
1905
  var Grid1x9Icon = function Grid1x9Icon(props) {
2023
1906
  var _props$active14 = props.active,
2024
- active = _props$active14 === void 0 ? false : _props$active14;
1907
+ active = _props$active14 === void 0 ? false : _props$active14;
2025
1908
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2026
1909
  className: "control-icon ".concat(active ? 'active' : ''),
2027
1910
  component: Grid1x9Svg
2028
1911
  }, props));
2029
1912
  };
2030
1913
  /** 1x12网格Icon */
2031
-
2032
-
2033
1914
  exports.Grid1x9Icon = Grid1x9Icon;
2034
-
2035
1915
  var Grid1x12Icon = function Grid1x12Icon(props) {
2036
1916
  var _props$active15 = props.active,
2037
- active = _props$active15 === void 0 ? false : _props$active15;
1917
+ active = _props$active15 === void 0 ? false : _props$active15;
2038
1918
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2039
1919
  className: "control-icon ".concat(active ? 'active' : ''),
2040
1920
  component: Grid1x12Svg
2041
1921
  }, props));
2042
1922
  };
2043
1923
  /** 1x13网格Icon */
2044
-
2045
-
2046
1924
  exports.Grid1x12Icon = Grid1x12Icon;
2047
-
2048
1925
  var Grid1x13Icon = function Grid1x13Icon(props) {
2049
1926
  var _props$active16 = props.active,
2050
- active = _props$active16 === void 0 ? false : _props$active16;
1927
+ active = _props$active16 === void 0 ? false : _props$active16;
2051
1928
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2052
1929
  className: "control-icon ".concat(active ? 'active' : ''),
2053
1930
  component: Grid1x13Svg
2054
1931
  }, props));
2055
1932
  };
2056
1933
  /** 1x16网格Icon */
2057
-
2058
-
2059
1934
  exports.Grid1x13Icon = Grid1x13Icon;
2060
-
2061
1935
  var Grid1x16Icon = function Grid1x16Icon(props) {
2062
1936
  var _props$active17 = props.active,
2063
- active = _props$active17 === void 0 ? false : _props$active17;
1937
+ active = _props$active17 === void 0 ? false : _props$active17;
2064
1938
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2065
1939
  className: "control-icon ".concat(active ? 'active' : ''),
2066
1940
  component: Grid1x16Svg
2067
1941
  }, props));
2068
1942
  };
2069
1943
  /** 1x21网格Icon */
2070
-
2071
-
2072
1944
  exports.Grid1x16Icon = Grid1x16Icon;
2073
-
2074
1945
  var Grid1x21Icon = function Grid1x21Icon(props) {
2075
1946
  var _props$active18 = props.active,
2076
- active = _props$active18 === void 0 ? false : _props$active18;
1947
+ active = _props$active18 === void 0 ? false : _props$active18;
2077
1948
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2078
1949
  className: "control-icon ".concat(active ? 'active' : ''),
2079
1950
  component: Grid1x21Svg
2080
1951
  }, props));
2081
1952
  };
2082
1953
  /** 标签Icon */
2083
-
2084
-
2085
1954
  exports.Grid1x21Icon = Grid1x21Icon;
2086
-
2087
1955
  var TagIcon = function TagIcon(props) {
2088
1956
  var _props$active19 = props.active,
2089
- active = _props$active19 === void 0 ? false : _props$active19;
1957
+ active = _props$active19 === void 0 ? false : _props$active19;
2090
1958
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2091
1959
  title: "\u6807\u7B7E",
2092
1960
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -2094,10 +1962,7 @@ var TagIcon = function TagIcon(props) {
2094
1962
  }, props));
2095
1963
  };
2096
1964
  /** 关闭Icon */
2097
-
2098
-
2099
1965
  exports.TagIcon = TagIcon;
2100
-
2101
1966
  var CloseIcon = function CloseIcon(props) {
2102
1967
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2103
1968
  title: "\u5173\u95ED",
@@ -2106,13 +1971,10 @@ var CloseIcon = function CloseIcon(props) {
2106
1971
  }, props));
2107
1972
  };
2108
1973
  /** 视频播放Icon */
2109
-
2110
-
2111
1974
  exports.CloseIcon = CloseIcon;
2112
-
2113
1975
  var VideoPlayIcon = function VideoPlayIcon(props) {
2114
1976
  var _props$active20 = props.active,
2115
- active = _props$active20 === void 0 ? false : _props$active20;
1977
+ active = _props$active20 === void 0 ? false : _props$active20;
2116
1978
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2117
1979
  title: "\u64AD\u653E",
2118
1980
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -2120,13 +1982,10 @@ var VideoPlayIcon = function VideoPlayIcon(props) {
2120
1982
  }, props));
2121
1983
  };
2122
1984
  /** 视频关闭Icon */
2123
-
2124
-
2125
1985
  exports.VideoPlayIcon = VideoPlayIcon;
2126
-
2127
1986
  var VideoCloseIcon = function VideoCloseIcon(props) {
2128
1987
  var _props$active21 = props.active,
2129
- active = _props$active21 === void 0 ? false : _props$active21;
1988
+ active = _props$active21 === void 0 ? false : _props$active21;
2130
1989
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2131
1990
  title: "\u5173\u95ED",
2132
1991
  className: "control-icon ".concat(active ? 'active' : ''),
@@ -2134,29 +1993,22 @@ var VideoCloseIcon = function VideoCloseIcon(props) {
2134
1993
  }, props));
2135
1994
  };
2136
1995
  /** 时间刻度Icon */
2137
-
2138
-
2139
1996
  exports.VideoCloseIcon = VideoCloseIcon;
2140
-
2141
1997
  var TimePositionIcon = function TimePositionIcon(props) {
2142
1998
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2143
1999
  component: TimePositionSvg
2144
2000
  }, props));
2145
2001
  };
2146
2002
  /** 播放视频Icon */
2147
-
2148
-
2149
2003
  exports.TimePositionIcon = TimePositionIcon;
2150
-
2151
2004
  var PlayVideoBlueIcon = function PlayVideoBlueIcon(props) {
2152
2005
  var _props$active22 = props.active,
2153
- active = _props$active22 === void 0 ? false : _props$active22;
2006
+ active = _props$active22 === void 0 ? false : _props$active22;
2154
2007
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2155
2008
  title: "\u64AD\u653E",
2156
2009
  className: "control-icon ".concat(active ? 'active' : ''),
2157
2010
  component: PlayVideoBlueSvg
2158
2011
  }, props));
2159
2012
  };
2160
-
2161
2013
  exports.PlayVideoBlueIcon = PlayVideoBlueIcon;
2162
2014
  //# sourceMappingURL=index.js.map