@vtx/player 1.7.14 → 1.7.15

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