@vtx/player 1.10.19 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/lib/api/fetch.js +68 -71
  2. package/lib/api/fetch.js.map +1 -1
  3. package/lib/api/index.js +33 -51
  4. package/lib/api/index.js.map +1 -1
  5. package/lib/api/types.d.ts +14 -7
  6. package/lib/api/types.js +0 -1
  7. package/lib/api/types.js.map +1 -1
  8. package/lib/bd/PlayerManager.js +8 -7
  9. package/lib/bd/PlayerManager.js.map +1 -1
  10. package/lib/bd2.x/PlayerManager.d.ts +71 -0
  11. package/lib/bd2.x/PlayerManager.js +228 -0
  12. package/lib/bd2.x/PlayerManager.js.map +1 -0
  13. package/lib/bd2.x/swfobject-all.d.ts +11 -0
  14. package/lib/bd2.x/swfobject-all.js +158 -0
  15. package/lib/bd2.x/swfobject-all.js.map +1 -0
  16. package/lib/bd2.x/swfobject.d.ts +40 -0
  17. package/lib/bd2.x/swfobject.js +722 -0
  18. package/lib/bd2.x/swfobject.js.map +1 -0
  19. package/lib/bill-player/index.d.ts +1 -1
  20. package/lib/bill-player/index.js +32 -32
  21. package/lib/bill-player/index.js.map +1 -1
  22. package/lib/components/download-tag/index.js +19 -18
  23. package/lib/components/download-tag/index.js.map +1 -1
  24. package/lib/components/set-tag-video/index.js +25 -24
  25. package/lib/components/set-tag-video/index.js.map +1 -1
  26. package/lib/components/split-screen/index.d.ts +1 -1
  27. package/lib/components/split-screen/index.js +3 -5
  28. package/lib/components/split-screen/index.js.map +1 -1
  29. package/lib/components/tag-video/index.js +16 -13
  30. package/lib/components/tag-video/index.js.map +1 -1
  31. package/lib/components/video-scale/index.d.ts +1 -1
  32. package/lib/components/video-scale/index.js +16 -15
  33. package/lib/components/video-scale/index.js.map +1 -1
  34. package/lib/config.d.ts +1 -1
  35. package/lib/config.js +1 -2
  36. package/lib/config.js.map +1 -1
  37. package/lib/context/index.js +3 -5
  38. package/lib/context/index.js.map +1 -1
  39. package/lib/controls/index.d.ts +13 -12
  40. package/lib/controls/index.js +44 -42
  41. package/lib/controls/index.js.map +1 -1
  42. package/lib/h264/PlayerManager.js +8 -7
  43. package/lib/h264/PlayerManager.js.map +1 -1
  44. package/lib/history-control/index.d.ts +2 -2
  45. package/lib/history-control/index.js +24 -23
  46. package/lib/history-control/index.js.map +1 -1
  47. package/lib/history-control-v2/components/grid-item/index.js +33 -13
  48. package/lib/history-control-v2/components/grid-item/index.js.map +1 -1
  49. package/lib/history-control-v2/components/panel/VideoTable.d.ts +4 -2
  50. package/lib/history-control-v2/components/panel/VideoTable.js +283 -74
  51. package/lib/history-control-v2/components/panel/VideoTable.js.map +1 -1
  52. package/lib/history-control-v2/components/panel/index.d.ts +1 -0
  53. package/lib/history-control-v2/components/panel/index.js +51 -26
  54. package/lib/history-control-v2/components/panel/index.js.map +1 -1
  55. package/lib/history-control-v2/context.js +1 -2
  56. package/lib/history-control-v2/context.js.map +1 -1
  57. package/lib/history-control-v2/index.d.ts +4 -4
  58. package/lib/history-control-v2/index.js +77 -77
  59. package/lib/history-control-v2/index.js.map +1 -1
  60. package/lib/history-control-v2/interface.d.ts +20 -11
  61. package/lib/history-control-v2/utils.d.ts +1 -1
  62. package/lib/history-control-v2/utils.js +51 -27
  63. package/lib/history-control-v2/utils.js.map +1 -1
  64. package/lib/history-player/index.d.ts +20 -1
  65. package/lib/history-player/index.js +238 -185
  66. package/lib/history-player/index.js.map +1 -1
  67. package/lib/hooks/useSettings.js +1 -2
  68. package/lib/hooks/useSettings.js.map +1 -1
  69. package/lib/hooks/useTranslation.d.ts +14 -0
  70. package/lib/hooks/useTranslation.js +204 -0
  71. package/lib/hooks/useTranslation.js.map +1 -0
  72. package/lib/icc/PlayerManager.js +9 -8
  73. package/lib/icc/PlayerManager.js.map +1 -1
  74. package/lib/icc/api.d.ts +1 -68
  75. package/lib/icc/api.js +7 -3
  76. package/lib/icc/api.js.map +1 -1
  77. package/lib/icons/index.d.ts +38 -38
  78. package/lib/icons/index.js +101 -467
  79. package/lib/icons/index.js.map +1 -1
  80. package/lib/index.d.ts +2 -0
  81. package/lib/index.js +38 -1
  82. package/lib/index.js.map +1 -1
  83. package/lib/live-channel-player/index.d.ts +1 -1
  84. package/lib/live-channel-player/index.js +28 -32
  85. package/lib/live-channel-player/index.js.map +1 -1
  86. package/lib/live-control/index.d.ts +4 -2
  87. package/lib/live-control/index.js +29 -19
  88. package/lib/live-control/index.js.map +1 -1
  89. package/lib/live-control-v2/index.d.ts +5 -3
  90. package/lib/live-control-v2/index.js +22 -22
  91. package/lib/live-control-v2/index.js.map +1 -1
  92. package/lib/live-player/index.d.ts +1 -0
  93. package/lib/live-player/index.js +169 -143
  94. package/lib/live-player/index.js.map +1 -1
  95. package/lib/locales/en.json +93 -0
  96. package/lib/locales/index.d.ts +20 -0
  97. package/lib/locales/index.js +105 -0
  98. package/lib/locales/index.js.map +1 -0
  99. package/lib/locales/zh-CN.json +93 -0
  100. package/lib/mpegts/PlayerManager.js +14 -8
  101. package/lib/mpegts/PlayerManager.js.map +1 -1
  102. package/lib/player/BdPlayer.d.ts +7 -2
  103. package/lib/player/BdPlayer.js +138 -47
  104. package/lib/player/BdPlayer.js.map +1 -1
  105. package/lib/player/BdPlayer2.d.ts +117 -0
  106. package/lib/player/BdPlayer2.js +341 -0
  107. package/lib/player/BdPlayer2.js.map +1 -0
  108. package/lib/player/FlvPlayer.d.ts +2 -1
  109. package/lib/player/FlvPlayer.js +17 -20
  110. package/lib/player/FlvPlayer.js.map +1 -1
  111. package/lib/player/H264Player.d.ts +2 -1
  112. package/lib/player/H264Player.js +17 -20
  113. package/lib/player/H264Player.js.map +1 -1
  114. package/lib/player/HkcarwsPlayer.d.ts +10 -1
  115. package/lib/player/HkcarwsPlayer.js +149 -36
  116. package/lib/player/HkcarwsPlayer.js.map +1 -1
  117. package/lib/player/HkwsPlayer.d.ts +19 -1
  118. package/lib/player/HkwsPlayer.js +178 -90
  119. package/lib/player/HkwsPlayer.js.map +1 -1
  120. package/lib/player/HlsPlayer.d.ts +2 -1
  121. package/lib/player/HlsPlayer.js +17 -20
  122. package/lib/player/HlsPlayer.js.map +1 -1
  123. package/lib/player/IccwsPlayer.d.ts +2 -1
  124. package/lib/player/IccwsPlayer.js +19 -22
  125. package/lib/player/IccwsPlayer.js.map +1 -1
  126. package/lib/player/IframePlayer.d.ts +2 -1
  127. package/lib/player/IframePlayer.js +8 -7
  128. package/lib/player/IframePlayer.js.map +1 -1
  129. package/lib/player/Mp4Player.d.ts +2 -1
  130. package/lib/player/Mp4Player.js +17 -20
  131. package/lib/player/Mp4Player.js.map +1 -1
  132. package/lib/player/RslPlayer.d.ts +2 -1
  133. package/lib/player/RslPlayer.js +17 -20
  134. package/lib/player/RslPlayer.js.map +1 -1
  135. package/lib/player/VtxHlsPlayer.d.ts +2 -1
  136. package/lib/player/VtxHlsPlayer.js +17 -20
  137. package/lib/player/VtxHlsPlayer.js.map +1 -1
  138. package/lib/player/VtxwhepPlayer.d.ts +2 -1
  139. package/lib/player/VtxwhepPlayer.js +17 -20
  140. package/lib/player/VtxwhepPlayer.js.map +1 -1
  141. package/lib/player/VtxwsPlayer.d.ts +2 -1
  142. package/lib/player/VtxwsPlayer.js +16 -19
  143. package/lib/player/VtxwsPlayer.js.map +1 -1
  144. package/lib/player/Web34Player.d.ts +172 -0
  145. package/lib/player/Web34Player.js +1912 -0
  146. package/lib/player/Web34Player.js.map +1 -0
  147. package/lib/player/WebrtcPlayer.d.ts +2 -1
  148. package/lib/player/WebrtcPlayer.js +17 -20
  149. package/lib/player/WebrtcPlayer.js.map +1 -1
  150. package/lib/player/WfsPlayer.d.ts +2 -1
  151. package/lib/player/WfsPlayer.js +17 -20
  152. package/lib/player/WfsPlayer.js.map +1 -1
  153. package/lib/player/YsyPlayer.d.ts +116 -0
  154. package/lib/player/YsyPlayer.js +273 -0
  155. package/lib/player/YsyPlayer.js.map +1 -0
  156. package/lib/player/index.d.ts +4 -1
  157. package/lib/player/index.js +22 -1
  158. package/lib/player/index.js.map +1 -1
  159. package/lib/player/indexOld.d.ts +2 -1
  160. package/lib/player/indexOld.js +98 -101
  161. package/lib/player/indexOld.js.map +1 -1
  162. package/lib/rsl/PlayerManager.d.ts +1 -1
  163. package/lib/rsl/PlayerManager.js +10 -9
  164. package/lib/rsl/PlayerManager.js.map +1 -1
  165. package/lib/typings/h5player.d.ts +33 -1
  166. package/lib/utils/index.d.ts +1 -1
  167. package/lib/utils/index.js +16 -27
  168. package/lib/utils/index.js.map +1 -1
  169. package/lib/vtxHls/PlayerManager.js +8 -7
  170. package/lib/vtxHls/PlayerManager.js.map +1 -1
  171. package/lib/vtxHls/WhepManager.js +11 -10
  172. package/lib/vtxHls/WhepManager.js.map +1 -1
  173. package/lib/webrtc/PlayerManager.js +8 -7
  174. package/lib/webrtc/PlayerManager.js.map +1 -1
  175. package/lib/wfs/PlayerManager.js +8 -7
  176. package/lib/wfs/PlayerManager.js.map +1 -1
  177. package/package.json +5 -1
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
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); }
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -8,8 +8,16 @@ 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 _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; }
11
+ var _useTranslation = require("../hooks/useTranslation");
12
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
13
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
17
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
18
+ }
19
+ return t;
20
+ };
13
21
  var PauseSvg = function PauseSvg() {
14
22
  return (0, _jsxRuntime.jsx)("svg", Object.assign({
15
23
  xmlns: "http://www.w3.org/2000/svg",
@@ -512,44 +520,30 @@ var GridSvg = function GridSvg() {
512
520
  viewBox: "0 0 24 24"
513
521
  }, {
514
522
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
515
- id: "\u753B\u9762\u7EC4\u5408",
516
523
  transform: "translate(-954.5 -98)"
517
524
  }, {
518
525
  children: [(0, _jsxRuntime.jsx)("rect", {
519
- id: "\u77E9\u5F62_1109",
520
- "data-name": "\u77E9\u5F62 1109",
521
526
  width: "24",
522
527
  height: "24",
523
528
  transform: "translate(954.5 98)",
524
529
  fill: "#40a9ff",
525
530
  opacity: "0"
526
531
  }), (0, _jsxRuntime.jsxs)("g", Object.assign({
527
- id: "\u591A\u5BAB\u683C\u5207\u6362",
528
532
  transform: "translate(-458 -507)"
529
533
  }, {
530
534
  children: [(0, _jsxRuntime.jsx)("path", {
531
- id: "\u77E9\u5F62_1232",
532
- "data-name": "\u77E9\u5F62 1232",
533
535
  d: "M1,1V17H20V1H1M1,0H20a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
534
536
  transform: "translate(1414 608)"
535
537
  }), (0, _jsxRuntime.jsx)("path", {
536
- id: "\u76F4\u7EBF_112",
537
- "data-name": "\u76F4\u7EBF 112",
538
538
  d: "M9.826.5H0v-1H9.826Z",
539
539
  transform: "translate(1414.702 617.125)"
540
540
  }), (0, _jsxRuntime.jsx)("path", {
541
- id: "\u76F4\u7EBF_113",
542
- "data-name": "\u76F4\u7EBF 113",
543
541
  d: "M.5,16.845h-1V0h1Z",
544
542
  transform: "translate(1424.528 608.702)"
545
543
  }), (0, _jsxRuntime.jsx)("path", {
546
- id: "\u76F4\u7EBF_114",
547
- "data-name": "\u76F4\u7EBF 114",
548
544
  d: "M9.826.5H0v-1H9.826Z",
549
545
  transform: "translate(1424.528 614.317)"
550
546
  }), (0, _jsxRuntime.jsx)("path", {
551
- id: "\u76F4\u7EBF_115",
552
- "data-name": "\u76F4\u7EBF 115",
553
547
  d: "M9.826.5H0v-1H9.826Z",
554
548
  transform: "translate(1424.528 619.932)"
555
549
  })]
@@ -565,39 +559,27 @@ var OccupyingScreenSvg = function OccupyingScreenSvg() {
565
559
  viewBox: "0 0 24 24"
566
560
  }, {
567
561
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
568
- id: "\u663E\u793A\u6A21\u5F0F",
569
562
  transform: "translate(-954.5 -98)"
570
563
  }, {
571
564
  children: [(0, _jsxRuntime.jsx)("rect", {
572
- id: "\u77E9\u5F62_1109",
573
- "data-name": "\u77E9\u5F62 1109",
574
565
  width: "24",
575
566
  height: "24",
576
567
  transform: "translate(954.5 98)",
577
568
  fill: "#40a9ff",
578
569
  opacity: "0"
579
570
  }), (0, _jsxRuntime.jsxs)("g", Object.assign({
580
- id: "\u6EE1\u753B\u9762",
581
571
  transform: "translate(-871 -790)"
582
572
  }, {
583
573
  children: [(0, _jsxRuntime.jsx)("path", {
584
- id: "\u77E9\u5F62_1373",
585
- "data-name": "\u77E9\u5F62 1373",
586
574
  d: "M1,1V17H20V1H1M1,0H20a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
587
575
  transform: "translate(1827 891)"
588
576
  }), (0, _jsxRuntime.jsx)("path", {
589
- id: "\u77E9\u5F62_1374",
590
- "data-name": "\u77E9\u5F62 1374",
591
577
  d: "M1,1V12H6V1H1M0,0H7V13H0Z",
592
578
  transform: "translate(1834 893.5)"
593
579
  }), (0, _jsxRuntime.jsx)("path", {
594
- id: "\u591A\u8FB9\u5F62_8",
595
- "data-name": "\u591A\u8FB9\u5F62 8",
596
580
  d: "M3.5,0,7,4H0Z",
597
581
  transform: "translate(1829 903.5) rotate(-90)"
598
582
  }), (0, _jsxRuntime.jsx)("path", {
599
- id: "\u591A\u8FB9\u5F62_9",
600
- "data-name": "\u591A\u8FB9\u5F62 9",
601
583
  d: "M3.5,0,7,4H0Z",
602
584
  transform: "translate(1846 896.5) rotate(90)"
603
585
  })]
@@ -613,108 +595,72 @@ var Grid4x4Svg = function Grid4x4Svg() {
613
595
  viewBox: "0 0 23 18"
614
596
  }, {
615
597
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
616
- id: "_4x4",
617
- "data-name": "4x4",
618
598
  transform: "translate(-1582 -608)"
619
599
  }, {
620
600
  children: [(0, _jsxRuntime.jsx)("path", {
621
- id: "\u77E9\u5F62_1249",
622
- "data-name": "\u77E9\u5F62 1249",
623
601
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
624
602
  transform: "translate(1582 608)"
625
603
  }), (0, _jsxRuntime.jsx)("rect", {
626
- id: "\u77E9\u5F62_1250",
627
- "data-name": "\u77E9\u5F62 1250",
628
604
  width: "4",
629
605
  height: "3",
630
606
  transform: "translate(1584 610)"
631
607
  }), (0, _jsxRuntime.jsx)("rect", {
632
- id: "\u77E9\u5F62_1262",
633
- "data-name": "\u77E9\u5F62 1262",
634
608
  width: "4",
635
609
  height: "2",
636
610
  transform: "translate(1584 614)"
637
611
  }), (0, _jsxRuntime.jsx)("rect", {
638
- id: "\u77E9\u5F62_1255",
639
- "data-name": "\u77E9\u5F62 1255",
640
612
  width: "4",
641
613
  height: "3",
642
614
  transform: "translate(1584 617)"
643
615
  }), (0, _jsxRuntime.jsx)("rect", {
644
- id: "\u77E9\u5F62_1259",
645
- "data-name": "\u77E9\u5F62 1259",
646
616
  width: "4",
647
617
  height: "3",
648
618
  transform: "translate(1584 621)"
649
619
  }), (0, _jsxRuntime.jsx)("rect", {
650
- id: "\u77E9\u5F62_1251",
651
- "data-name": "\u77E9\u5F62 1251",
652
620
  width: "4",
653
621
  height: "3",
654
622
  transform: "translate(1589 610)"
655
623
  }), (0, _jsxRuntime.jsx)("rect", {
656
- id: "\u77E9\u5F62_1263",
657
- "data-name": "\u77E9\u5F62 1263",
658
624
  width: "4",
659
625
  height: "2",
660
626
  transform: "translate(1589 614)"
661
627
  }), (0, _jsxRuntime.jsx)("rect", {
662
- id: "\u77E9\u5F62_1256",
663
- "data-name": "\u77E9\u5F62 1256",
664
628
  width: "4",
665
629
  height: "3",
666
630
  transform: "translate(1589 617)"
667
631
  }), (0, _jsxRuntime.jsx)("rect", {
668
- id: "\u77E9\u5F62_1260",
669
- "data-name": "\u77E9\u5F62 1260",
670
632
  width: "4",
671
633
  height: "3",
672
634
  transform: "translate(1589 621)"
673
635
  }), (0, _jsxRuntime.jsx)("rect", {
674
- id: "\u77E9\u5F62_1252",
675
- "data-name": "\u77E9\u5F62 1252",
676
636
  width: "4",
677
637
  height: "3",
678
638
  transform: "translate(1594 610)"
679
639
  }), (0, _jsxRuntime.jsx)("rect", {
680
- id: "\u77E9\u5F62_1264",
681
- "data-name": "\u77E9\u5F62 1264",
682
640
  width: "4",
683
641
  height: "2",
684
642
  transform: "translate(1594 614)"
685
643
  }), (0, _jsxRuntime.jsx)("rect", {
686
- id: "\u77E9\u5F62_1257",
687
- "data-name": "\u77E9\u5F62 1257",
688
644
  width: "4",
689
645
  height: "3",
690
646
  transform: "translate(1594 617)"
691
647
  }), (0, _jsxRuntime.jsx)("rect", {
692
- id: "\u77E9\u5F62_1261",
693
- "data-name": "\u77E9\u5F62 1261",
694
648
  width: "4",
695
649
  height: "3",
696
650
  transform: "translate(1594 621)"
697
651
  }), (0, _jsxRuntime.jsx)("rect", {
698
- id: "\u77E9\u5F62_1253",
699
- "data-name": "\u77E9\u5F62 1253",
700
652
  width: "4",
701
653
  height: "3",
702
654
  transform: "translate(1599 610)"
703
655
  }), (0, _jsxRuntime.jsx)("rect", {
704
- id: "\u77E9\u5F62_1265",
705
- "data-name": "\u77E9\u5F62 1265",
706
656
  width: "4",
707
657
  height: "2",
708
658
  transform: "translate(1599 614)"
709
659
  }), (0, _jsxRuntime.jsx)("rect", {
710
- id: "\u77E9\u5F62_1254",
711
- "data-name": "\u77E9\u5F62 1254",
712
660
  width: "4",
713
661
  height: "3",
714
662
  transform: "translate(1599 617)"
715
663
  }), (0, _jsxRuntime.jsx)("rect", {
716
- id: "\u77E9\u5F62_1258",
717
- "data-name": "\u77E9\u5F62 1258",
718
664
  width: "4",
719
665
  height: "3",
720
666
  transform: "translate(1599 621)"
@@ -730,162 +676,108 @@ var Grid5x5Svg = function Grid5x5Svg() {
730
676
  viewBox: "0 0 23 18"
731
677
  }, {
732
678
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
733
- id: "_5x5",
734
- "data-name": "5x5",
735
679
  transform: "translate(-1638 -608)"
736
680
  }, {
737
681
  children: [(0, _jsxRuntime.jsx)("path", {
738
- id: "\u77E9\u5F62_1266",
739
- "data-name": "\u77E9\u5F62 1266",
740
682
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
741
683
  transform: "translate(1638 608)"
742
684
  }), (0, _jsxRuntime.jsx)("rect", {
743
- id: "\u77E9\u5F62_1267",
744
- "data-name": "\u77E9\u5F62 1267",
745
685
  width: "3",
746
686
  height: "2",
747
687
  transform: "translate(1640 610)"
748
688
  }), (0, _jsxRuntime.jsx)("rect", {
749
- id: "\u77E9\u5F62_1276",
750
- "data-name": "\u77E9\u5F62 1276",
751
689
  width: "3",
752
690
  height: "2",
753
691
  transform: "translate(1640 613)"
754
692
  }), (0, _jsxRuntime.jsx)("rect", {
755
- id: "\u77E9\u5F62_1281",
756
- "data-name": "\u77E9\u5F62 1281",
757
693
  width: "3",
758
694
  height: "2",
759
695
  transform: "translate(1640 616)"
760
696
  }), (0, _jsxRuntime.jsx)("rect", {
761
- id: "\u77E9\u5F62_1286",
762
- "data-name": "\u77E9\u5F62 1286",
763
697
  width: "3",
764
698
  height: "2",
765
699
  transform: "translate(1640 619)"
766
700
  }), (0, _jsxRuntime.jsx)("rect", {
767
- id: "\u77E9\u5F62_1291",
768
- "data-name": "\u77E9\u5F62 1291",
769
701
  width: "3",
770
702
  height: "2",
771
703
  transform: "translate(1640 622)"
772
704
  }), (0, _jsxRuntime.jsx)("rect", {
773
- id: "\u77E9\u5F62_1268",
774
- "data-name": "\u77E9\u5F62 1268",
775
705
  width: "3",
776
706
  height: "2",
777
707
  transform: "translate(1644 610)"
778
708
  }), (0, _jsxRuntime.jsx)("rect", {
779
- id: "\u77E9\u5F62_1275",
780
- "data-name": "\u77E9\u5F62 1275",
781
709
  width: "3",
782
710
  height: "2",
783
711
  transform: "translate(1644 613)"
784
712
  }), (0, _jsxRuntime.jsx)("rect", {
785
- id: "\u77E9\u5F62_1280",
786
- "data-name": "\u77E9\u5F62 1280",
787
713
  width: "3",
788
714
  height: "2",
789
715
  transform: "translate(1644 616)"
790
716
  }), (0, _jsxRuntime.jsx)("rect", {
791
- id: "\u77E9\u5F62_1285",
792
- "data-name": "\u77E9\u5F62 1285",
793
717
  width: "3",
794
718
  height: "2",
795
719
  transform: "translate(1644 619)"
796
720
  }), (0, _jsxRuntime.jsx)("rect", {
797
- id: "\u77E9\u5F62_1290",
798
- "data-name": "\u77E9\u5F62 1290",
799
721
  width: "3",
800
722
  height: "2",
801
723
  transform: "translate(1644 622)"
802
724
  }), (0, _jsxRuntime.jsx)("rect", {
803
- id: "\u77E9\u5F62_1269",
804
- "data-name": "\u77E9\u5F62 1269",
805
725
  width: "3",
806
726
  height: "2",
807
727
  transform: "translate(1648 610)"
808
728
  }), (0, _jsxRuntime.jsx)("rect", {
809
- id: "\u77E9\u5F62_1274",
810
- "data-name": "\u77E9\u5F62 1274",
811
729
  width: "3",
812
730
  height: "2",
813
731
  transform: "translate(1648 613)"
814
732
  }), (0, _jsxRuntime.jsx)("rect", {
815
- id: "\u77E9\u5F62_1279",
816
- "data-name": "\u77E9\u5F62 1279",
817
733
  width: "3",
818
734
  height: "2",
819
735
  transform: "translate(1648 616)"
820
736
  }), (0, _jsxRuntime.jsx)("rect", {
821
- id: "\u77E9\u5F62_1284",
822
- "data-name": "\u77E9\u5F62 1284",
823
737
  width: "3",
824
738
  height: "2",
825
739
  transform: "translate(1648 619)"
826
740
  }), (0, _jsxRuntime.jsx)("rect", {
827
- id: "\u77E9\u5F62_1289",
828
- "data-name": "\u77E9\u5F62 1289",
829
741
  width: "3",
830
742
  height: "2",
831
743
  transform: "translate(1648 622)"
832
744
  }), (0, _jsxRuntime.jsx)("rect", {
833
- id: "\u77E9\u5F62_1270",
834
- "data-name": "\u77E9\u5F62 1270",
835
745
  width: "3",
836
746
  height: "2",
837
747
  transform: "translate(1652 610)"
838
748
  }), (0, _jsxRuntime.jsx)("rect", {
839
- id: "\u77E9\u5F62_1273",
840
- "data-name": "\u77E9\u5F62 1273",
841
749
  width: "3",
842
750
  height: "2",
843
751
  transform: "translate(1652 613)"
844
752
  }), (0, _jsxRuntime.jsx)("rect", {
845
- id: "\u77E9\u5F62_1278",
846
- "data-name": "\u77E9\u5F62 1278",
847
753
  width: "3",
848
754
  height: "2",
849
755
  transform: "translate(1652 616)"
850
756
  }), (0, _jsxRuntime.jsx)("rect", {
851
- id: "\u77E9\u5F62_1283",
852
- "data-name": "\u77E9\u5F62 1283",
853
757
  width: "3",
854
758
  height: "2",
855
759
  transform: "translate(1652 619)"
856
760
  }), (0, _jsxRuntime.jsx)("rect", {
857
- id: "\u77E9\u5F62_1288",
858
- "data-name": "\u77E9\u5F62 1288",
859
761
  width: "3",
860
762
  height: "2",
861
763
  transform: "translate(1652 622)"
862
764
  }), (0, _jsxRuntime.jsx)("rect", {
863
- id: "\u77E9\u5F62_1271",
864
- "data-name": "\u77E9\u5F62 1271",
865
765
  width: "3",
866
766
  height: "2",
867
767
  transform: "translate(1656 610)"
868
768
  }), (0, _jsxRuntime.jsx)("rect", {
869
- id: "\u77E9\u5F62_1272",
870
- "data-name": "\u77E9\u5F62 1272",
871
769
  width: "3",
872
770
  height: "2",
873
771
  transform: "translate(1656 613)"
874
772
  }), (0, _jsxRuntime.jsx)("rect", {
875
- id: "\u77E9\u5F62_1277",
876
- "data-name": "\u77E9\u5F62 1277",
877
773
  width: "3",
878
774
  height: "2",
879
775
  transform: "translate(1656 616)"
880
776
  }), (0, _jsxRuntime.jsx)("rect", {
881
- id: "\u77E9\u5F62_1282",
882
- "data-name": "\u77E9\u5F62 1282",
883
777
  width: "3",
884
778
  height: "2",
885
779
  transform: "translate(1656 619)"
886
780
  }), (0, _jsxRuntime.jsx)("rect", {
887
- id: "\u77E9\u5F62_1287",
888
- "data-name": "\u77E9\u5F62 1287",
889
781
  width: "3",
890
782
  height: "2",
891
783
  transform: "translate(1656 622)"
@@ -901,48 +793,32 @@ var Grid1x5Svg = function Grid1x5Svg() {
901
793
  viewBox: "0 0 23 18"
902
794
  }, {
903
795
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
904
- id: "_1_5",
905
- "data-name": "1+5",
906
796
  transform: "translate(-1470 -664)"
907
797
  }, {
908
798
  children: [(0, _jsxRuntime.jsx)("path", {
909
- id: "\u77E9\u5F62_1293",
910
- "data-name": "\u77E9\u5F62 1293",
911
799
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
912
800
  transform: "translate(1470 664)"
913
801
  }), (0, _jsxRuntime.jsx)("rect", {
914
- id: "\u77E9\u5F62_1292",
915
- "data-name": "\u77E9\u5F62 1292",
916
802
  width: "13",
917
803
  height: "9",
918
804
  transform: "translate(1472 666)"
919
805
  }), (0, _jsxRuntime.jsx)("rect", {
920
- id: "\u77E9\u5F62_1294",
921
- "data-name": "\u77E9\u5F62 1294",
922
806
  width: "5",
923
807
  height: "4",
924
808
  transform: "translate(1486 666)"
925
809
  }), (0, _jsxRuntime.jsx)("rect", {
926
- id: "\u77E9\u5F62_1295",
927
- "data-name": "\u77E9\u5F62 1295",
928
810
  width: "5",
929
811
  height: "4",
930
812
  transform: "translate(1486 671)"
931
813
  }), (0, _jsxRuntime.jsx)("rect", {
932
- id: "\u77E9\u5F62_1296",
933
- "data-name": "\u77E9\u5F62 1296",
934
814
  width: "5",
935
815
  height: "4",
936
816
  transform: "translate(1486 676)"
937
817
  }), (0, _jsxRuntime.jsx)("rect", {
938
- id: "\u77E9\u5F62_1297",
939
- "data-name": "\u77E9\u5F62 1297",
940
818
  width: "6",
941
819
  height: "4",
942
820
  transform: "translate(1479 676)"
943
821
  }), (0, _jsxRuntime.jsx)("rect", {
944
- id: "\u77E9\u5F62_1298",
945
- "data-name": "\u77E9\u5F62 1298",
946
822
  width: "6",
947
823
  height: "4",
948
824
  transform: "translate(1472 676)"
@@ -958,60 +834,40 @@ var Grid1x7Svg = function Grid1x7Svg() {
958
834
  viewBox: "0 0 23 18"
959
835
  }, {
960
836
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
961
- id: "_1_7",
962
- "data-name": "1+7",
963
837
  transform: "translate(-1526 -664)"
964
838
  }, {
965
839
  children: [(0, _jsxRuntime.jsx)("path", {
966
- id: "\u77E9\u5F62_1299",
967
- "data-name": "\u77E9\u5F62 1299",
968
840
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
969
841
  transform: "translate(1526 664)"
970
842
  }), (0, _jsxRuntime.jsx)("rect", {
971
- id: "\u77E9\u5F62_1300",
972
- "data-name": "\u77E9\u5F62 1300",
973
843
  width: "14",
974
844
  height: "10",
975
845
  transform: "translate(1528 666)"
976
846
  }), (0, _jsxRuntime.jsx)("rect", {
977
- id: "\u77E9\u5F62_1301",
978
- "data-name": "\u77E9\u5F62 1301",
979
847
  width: "4",
980
848
  height: "3",
981
849
  transform: "translate(1543 666)"
982
850
  }), (0, _jsxRuntime.jsx)("rect", {
983
- id: "\u77E9\u5F62_1302",
984
- "data-name": "\u77E9\u5F62 1302",
985
851
  width: "4",
986
852
  height: "2",
987
853
  transform: "translate(1543 670)"
988
854
  }), (0, _jsxRuntime.jsx)("rect", {
989
- id: "\u77E9\u5F62_1303",
990
- "data-name": "\u77E9\u5F62 1303",
991
855
  width: "4",
992
856
  height: "3",
993
857
  transform: "translate(1543 673)"
994
858
  }), (0, _jsxRuntime.jsx)("rect", {
995
- id: "\u77E9\u5F62_1304",
996
- "data-name": "\u77E9\u5F62 1304",
997
859
  width: "4",
998
860
  height: "3",
999
861
  transform: "translate(1543 677)"
1000
862
  }), (0, _jsxRuntime.jsx)("rect", {
1001
- id: "\u77E9\u5F62_1305",
1002
- "data-name": "\u77E9\u5F62 1305",
1003
863
  width: "4",
1004
864
  height: "3",
1005
865
  transform: "translate(1538 677)"
1006
866
  }), (0, _jsxRuntime.jsx)("rect", {
1007
- id: "\u77E9\u5F62_1306",
1008
- "data-name": "\u77E9\u5F62 1306",
1009
867
  width: "4",
1010
868
  height: "3",
1011
869
  transform: "translate(1533 677)"
1012
870
  }), (0, _jsxRuntime.jsx)("rect", {
1013
- id: "\u77E9\u5F62_1307",
1014
- "data-name": "\u77E9\u5F62 1307",
1015
871
  width: "4",
1016
872
  height: "3",
1017
873
  transform: "translate(1528 677)"
@@ -1027,72 +883,48 @@ var Grid1x9Svg = function Grid1x9Svg() {
1027
883
  viewBox: "0 0 23 18"
1028
884
  }, {
1029
885
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1030
- id: "_1_9",
1031
- "data-name": "1+9",
1032
886
  transform: "translate(-1638 -664)"
1033
887
  }, {
1034
888
  children: [(0, _jsxRuntime.jsx)("path", {
1035
- id: "\u77E9\u5F62_1308",
1036
- "data-name": "\u77E9\u5F62 1308",
1037
889
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
1038
890
  transform: "translate(1638 664)"
1039
891
  }), (0, _jsxRuntime.jsx)("rect", {
1040
- id: "\u77E9\u5F62_1309",
1041
- "data-name": "\u77E9\u5F62 1309",
1042
892
  width: "14",
1043
893
  height: "8",
1044
894
  transform: "translate(1640 666)"
1045
895
  }), (0, _jsxRuntime.jsx)("rect", {
1046
- id: "\u77E9\u5F62_1310",
1047
- "data-name": "\u77E9\u5F62 1310",
1048
896
  width: "4",
1049
897
  height: "2",
1050
898
  transform: "translate(1655 669)"
1051
899
  }), (0, _jsxRuntime.jsx)("rect", {
1052
- id: "\u77E9\u5F62_2011",
1053
- "data-name": "\u77E9\u5F62 2011",
1054
900
  width: "4",
1055
901
  height: "2",
1056
902
  transform: "translate(1655 666)"
1057
903
  }), (0, _jsxRuntime.jsx)("rect", {
1058
- id: "\u77E9\u5F62_1311",
1059
- "data-name": "\u77E9\u5F62 1311",
1060
904
  width: "4",
1061
905
  height: "2",
1062
906
  transform: "translate(1655 672)"
1063
907
  }), (0, _jsxRuntime.jsx)("rect", {
1064
- id: "\u77E9\u5F62_1312",
1065
- "data-name": "\u77E9\u5F62 1312",
1066
908
  width: "4",
1067
909
  height: "2",
1068
910
  transform: "translate(1655 675)"
1069
911
  }), (0, _jsxRuntime.jsx)("rect", {
1070
- id: "\u77E9\u5F62_2006",
1071
- "data-name": "\u77E9\u5F62 2006",
1072
912
  width: "7",
1073
913
  height: "2",
1074
914
  transform: "translate(1647 675)"
1075
915
  }), (0, _jsxRuntime.jsx)("rect", {
1076
- id: "\u77E9\u5F62_2008",
1077
- "data-name": "\u77E9\u5F62 2008",
1078
916
  width: "6",
1079
917
  height: "2",
1080
918
  transform: "translate(1640 675)"
1081
919
  }), (0, _jsxRuntime.jsx)("rect", {
1082
- id: "\u77E9\u5F62_1313",
1083
- "data-name": "\u77E9\u5F62 1313",
1084
920
  width: "4",
1085
921
  height: "2",
1086
922
  transform: "translate(1655 678)"
1087
923
  }), (0, _jsxRuntime.jsx)("rect", {
1088
- id: "\u77E9\u5F62_1314",
1089
- "data-name": "\u77E9\u5F62 1314",
1090
924
  width: "7",
1091
925
  height: "2",
1092
926
  transform: "translate(1647 678)"
1093
927
  }), (0, _jsxRuntime.jsx)("rect", {
1094
- id: "\u77E9\u5F62_1316",
1095
- "data-name": "\u77E9\u5F62 1316",
1096
928
  width: "6",
1097
929
  height: "2",
1098
930
  transform: "translate(1640 678)"
@@ -1108,90 +940,60 @@ var Grid1x12Svg = function Grid1x12Svg() {
1108
940
  viewBox: "0 0 23 18"
1109
941
  }, {
1110
942
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1111
- id: "_1_12",
1112
- "data-name": "1+12",
1113
943
  transform: "translate(-1638 -664)"
1114
944
  }, {
1115
945
  children: [(0, _jsxRuntime.jsx)("path", {
1116
- id: "\u77E9\u5F62_1308",
1117
- "data-name": "\u77E9\u5F62 1308",
1118
946
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
1119
947
  transform: "translate(1638 664)"
1120
948
  }), (0, _jsxRuntime.jsx)("rect", {
1121
- id: "\u77E9\u5F62_1309",
1122
- "data-name": "\u77E9\u5F62 1309",
1123
949
  width: "9",
1124
950
  height: "7",
1125
951
  transform: "translate(1640 666)"
1126
952
  }), (0, _jsxRuntime.jsx)("rect", {
1127
- id: "\u77E9\u5F62_1310",
1128
- "data-name": "\u77E9\u5F62 1310",
1129
953
  width: "4",
1130
954
  height: "3",
1131
955
  transform: "translate(1655 666)"
1132
956
  }), (0, _jsxRuntime.jsx)("rect", {
1133
- id: "\u77E9\u5F62_2010",
1134
- "data-name": "\u77E9\u5F62 2010",
1135
957
  width: "4",
1136
958
  height: "3",
1137
959
  transform: "translate(1650 666)"
1138
960
  }), (0, _jsxRuntime.jsx)("rect", {
1139
- id: "\u77E9\u5F62_1311",
1140
- "data-name": "\u77E9\u5F62 1311",
1141
961
  width: "4",
1142
962
  height: "3",
1143
963
  transform: "translate(1655 670)"
1144
964
  }), (0, _jsxRuntime.jsx)("rect", {
1145
- id: "\u77E9\u5F62_2009",
1146
- "data-name": "\u77E9\u5F62 2009",
1147
965
  width: "4",
1148
966
  height: "3",
1149
967
  transform: "translate(1650 670)"
1150
968
  }), (0, _jsxRuntime.jsx)("rect", {
1151
- id: "\u77E9\u5F62_1312",
1152
- "data-name": "\u77E9\u5F62 1312",
1153
969
  width: "4",
1154
970
  height: "2",
1155
971
  transform: "translate(1655 674)"
1156
972
  }), (0, _jsxRuntime.jsx)("rect", {
1157
- id: "\u77E9\u5F62_2006",
1158
- "data-name": "\u77E9\u5F62 2006",
1159
973
  width: "4",
1160
974
  height: "2",
1161
975
  transform: "translate(1650 674)"
1162
976
  }), (0, _jsxRuntime.jsx)("rect", {
1163
- id: "\u77E9\u5F62_2007",
1164
- "data-name": "\u77E9\u5F62 2007",
1165
977
  width: "4",
1166
978
  height: "2",
1167
979
  transform: "translate(1645 674)"
1168
980
  }), (0, _jsxRuntime.jsx)("rect", {
1169
- id: "\u77E9\u5F62_2008",
1170
- "data-name": "\u77E9\u5F62 2008",
1171
981
  width: "4",
1172
982
  height: "2",
1173
983
  transform: "translate(1640 674)"
1174
984
  }), (0, _jsxRuntime.jsx)("rect", {
1175
- id: "\u77E9\u5F62_1313",
1176
- "data-name": "\u77E9\u5F62 1313",
1177
985
  width: "4",
1178
986
  height: "3",
1179
987
  transform: "translate(1655 677)"
1180
988
  }), (0, _jsxRuntime.jsx)("rect", {
1181
- id: "\u77E9\u5F62_1314",
1182
- "data-name": "\u77E9\u5F62 1314",
1183
989
  width: "4",
1184
990
  height: "3",
1185
991
  transform: "translate(1650 677)"
1186
992
  }), (0, _jsxRuntime.jsx)("rect", {
1187
- id: "\u77E9\u5F62_1315",
1188
- "data-name": "\u77E9\u5F62 1315",
1189
993
  width: "4",
1190
994
  height: "3",
1191
995
  transform: "translate(1645 677)"
1192
996
  }), (0, _jsxRuntime.jsx)("rect", {
1193
- id: "\u77E9\u5F62_1316",
1194
- "data-name": "\u77E9\u5F62 1316",
1195
997
  width: "4",
1196
998
  height: "3",
1197
999
  transform: "translate(1640 677)"
@@ -1207,96 +1009,64 @@ var Grid1x13Svg = function Grid1x13Svg() {
1207
1009
  viewBox: "0 0 23 18"
1208
1010
  }, {
1209
1011
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1210
- id: "_1_13",
1211
- "data-name": "1+13",
1212
1012
  transform: "translate(-1638 -664)"
1213
1013
  }, {
1214
1014
  children: [(0, _jsxRuntime.jsx)("path", {
1215
- id: "\u77E9\u5F62_1308",
1216
- "data-name": "\u77E9\u5F62 1308",
1217
1015
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
1218
1016
  transform: "translate(1638 664)"
1219
1017
  }), (0, _jsxRuntime.jsx)("rect", {
1220
- id: "\u77E9\u5F62_1309",
1221
- "data-name": "\u77E9\u5F62 1309",
1222
1018
  width: "9",
1223
1019
  height: "8",
1224
1020
  transform: "translate(1640 666)"
1225
1021
  }), (0, _jsxRuntime.jsx)("rect", {
1226
- id: "\u77E9\u5F62_1310",
1227
- "data-name": "\u77E9\u5F62 1310",
1228
1022
  width: "4",
1229
1023
  height: "2",
1230
1024
  transform: "translate(1655 669)"
1231
1025
  }), (0, _jsxRuntime.jsx)("rect", {
1232
- id: "\u77E9\u5F62_2013",
1233
- "data-name": "\u77E9\u5F62 2013",
1234
1026
  width: "4",
1235
1027
  height: "2",
1236
1028
  transform: "translate(1650 669)"
1237
1029
  }), (0, _jsxRuntime.jsx)("rect", {
1238
- id: "\u77E9\u5F62_2014",
1239
- "data-name": "\u77E9\u5F62 2014",
1240
1030
  width: "4",
1241
1031
  height: "2",
1242
1032
  transform: "translate(1650 672)"
1243
1033
  }), (0, _jsxRuntime.jsx)("rect", {
1244
- id: "\u77E9\u5F62_2012",
1245
- "data-name": "\u77E9\u5F62 2012",
1246
1034
  width: "9",
1247
1035
  height: "2",
1248
1036
  transform: "translate(1650 666)"
1249
1037
  }), (0, _jsxRuntime.jsx)("rect", {
1250
- id: "\u77E9\u5F62_1311",
1251
- "data-name": "\u77E9\u5F62 1311",
1252
1038
  width: "4",
1253
1039
  height: "2",
1254
1040
  transform: "translate(1655 672)"
1255
1041
  }), (0, _jsxRuntime.jsx)("rect", {
1256
- id: "\u77E9\u5F62_1312",
1257
- "data-name": "\u77E9\u5F62 1312",
1258
1042
  width: "4",
1259
1043
  height: "2",
1260
1044
  transform: "translate(1655 675)"
1261
1045
  }), (0, _jsxRuntime.jsx)("rect", {
1262
- id: "\u77E9\u5F62_2006",
1263
- "data-name": "\u77E9\u5F62 2006",
1264
1046
  width: "4",
1265
1047
  height: "2",
1266
1048
  transform: "translate(1650 675)"
1267
1049
  }), (0, _jsxRuntime.jsx)("rect", {
1268
- id: "\u77E9\u5F62_2007",
1269
- "data-name": "\u77E9\u5F62 2007",
1270
1050
  width: "4",
1271
1051
  height: "2",
1272
1052
  transform: "translate(1645 675)"
1273
1053
  }), (0, _jsxRuntime.jsx)("rect", {
1274
- id: "\u77E9\u5F62_2008",
1275
- "data-name": "\u77E9\u5F62 2008",
1276
1054
  width: "4",
1277
1055
  height: "2",
1278
1056
  transform: "translate(1640 675)"
1279
1057
  }), (0, _jsxRuntime.jsx)("rect", {
1280
- id: "\u77E9\u5F62_1313",
1281
- "data-name": "\u77E9\u5F62 1313",
1282
1058
  width: "4",
1283
1059
  height: "2",
1284
1060
  transform: "translate(1655 678)"
1285
1061
  }), (0, _jsxRuntime.jsx)("rect", {
1286
- id: "\u77E9\u5F62_1314",
1287
- "data-name": "\u77E9\u5F62 1314",
1288
1062
  width: "4",
1289
1063
  height: "2",
1290
1064
  transform: "translate(1650 678)"
1291
1065
  }), (0, _jsxRuntime.jsx)("rect", {
1292
- id: "\u77E9\u5F62_1315",
1293
- "data-name": "\u77E9\u5F62 1315",
1294
1066
  width: "4",
1295
1067
  height: "2",
1296
1068
  transform: "translate(1645 678)"
1297
1069
  }), (0, _jsxRuntime.jsx)("rect", {
1298
- id: "\u77E9\u5F62_1316",
1299
- "data-name": "\u77E9\u5F62 1316",
1300
1070
  width: "4",
1301
1071
  height: "2",
1302
1072
  transform: "translate(1640 678)"
@@ -1312,114 +1082,76 @@ var Grid1x16Svg = function Grid1x16Svg() {
1312
1082
  viewBox: "0 0 23 18"
1313
1083
  }, {
1314
1084
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1315
- id: "_1_16",
1316
- "data-name": "1+16",
1317
1085
  transform: "translate(-1694 -664)"
1318
1086
  }, {
1319
1087
  children: [(0, _jsxRuntime.jsx)("path", {
1320
- id: "\u77E9\u5F62_1318",
1321
- "data-name": "\u77E9\u5F62 1318",
1322
1088
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
1323
1089
  transform: "translate(1694 664)"
1324
1090
  }), (0, _jsxRuntime.jsx)("rect", {
1325
- id: "\u77E9\u5F62_1317",
1326
- "data-name": "\u77E9\u5F62 1317",
1327
1091
  width: "11",
1328
1092
  height: "8",
1329
1093
  transform: "translate(1696 666)"
1330
1094
  }), (0, _jsxRuntime.jsx)("rect", {
1331
- id: "\u77E9\u5F62_1319",
1332
- "data-name": "\u77E9\u5F62 1319",
1333
1095
  width: "3",
1334
1096
  height: "2",
1335
1097
  transform: "translate(1708 666)"
1336
1098
  }), (0, _jsxRuntime.jsx)("rect", {
1337
- id: "\u77E9\u5F62_1322",
1338
- "data-name": "\u77E9\u5F62 1322",
1339
1099
  width: "3",
1340
1100
  height: "2",
1341
1101
  transform: "translate(1708 669)"
1342
1102
  }), (0, _jsxRuntime.jsx)("rect", {
1343
- id: "\u77E9\u5F62_1324",
1344
- "data-name": "\u77E9\u5F62 1324",
1345
1103
  width: "3",
1346
1104
  height: "2",
1347
1105
  transform: "translate(1708 672)"
1348
1106
  }), (0, _jsxRuntime.jsx)("rect", {
1349
- id: "\u77E9\u5F62_1326",
1350
- "data-name": "\u77E9\u5F62 1326",
1351
1107
  width: "3",
1352
1108
  height: "2",
1353
1109
  transform: "translate(1708 675)"
1354
1110
  }), (0, _jsxRuntime.jsx)("rect", {
1355
- id: "\u77E9\u5F62_1328",
1356
- "data-name": "\u77E9\u5F62 1328",
1357
1111
  width: "3",
1358
1112
  height: "2",
1359
1113
  transform: "translate(1708 678)"
1360
1114
  }), (0, _jsxRuntime.jsx)("rect", {
1361
- id: "\u77E9\u5F62_1330",
1362
- "data-name": "\u77E9\u5F62 1330",
1363
1115
  width: "3",
1364
1116
  height: "2",
1365
1117
  transform: "translate(1700 678)"
1366
1118
  }), (0, _jsxRuntime.jsx)("rect", {
1367
- id: "\u77E9\u5F62_1332",
1368
- "data-name": "\u77E9\u5F62 1332",
1369
1119
  width: "3",
1370
1120
  height: "2",
1371
1121
  transform: "translate(1700 675)"
1372
1122
  }), (0, _jsxRuntime.jsx)("rect", {
1373
- id: "\u77E9\u5F62_1333",
1374
- "data-name": "\u77E9\u5F62 1333",
1375
1123
  width: "3",
1376
1124
  height: "2",
1377
1125
  transform: "translate(1696 675)"
1378
1126
  }), (0, _jsxRuntime.jsx)("rect", {
1379
- id: "\u77E9\u5F62_1334",
1380
- "data-name": "\u77E9\u5F62 1334",
1381
1127
  width: "3",
1382
1128
  height: "2",
1383
1129
  transform: "translate(1696 678)"
1384
1130
  }), (0, _jsxRuntime.jsx)("rect", {
1385
- id: "\u77E9\u5F62_1320",
1386
- "data-name": "\u77E9\u5F62 1320",
1387
1131
  width: "3",
1388
1132
  height: "2",
1389
1133
  transform: "translate(1712 666)"
1390
1134
  }), (0, _jsxRuntime.jsx)("rect", {
1391
- id: "\u77E9\u5F62_1321",
1392
- "data-name": "\u77E9\u5F62 1321",
1393
1135
  width: "3",
1394
1136
  height: "2",
1395
1137
  transform: "translate(1712 669)"
1396
1138
  }), (0, _jsxRuntime.jsx)("rect", {
1397
- id: "\u77E9\u5F62_1323",
1398
- "data-name": "\u77E9\u5F62 1323",
1399
1139
  width: "3",
1400
1140
  height: "2",
1401
1141
  transform: "translate(1712 672)"
1402
1142
  }), (0, _jsxRuntime.jsx)("rect", {
1403
- id: "\u77E9\u5F62_1325",
1404
- "data-name": "\u77E9\u5F62 1325",
1405
1143
  width: "3",
1406
1144
  height: "2",
1407
1145
  transform: "translate(1712 675)"
1408
1146
  }), (0, _jsxRuntime.jsx)("rect", {
1409
- id: "\u77E9\u5F62_1327",
1410
- "data-name": "\u77E9\u5F62 1327",
1411
1147
  width: "3",
1412
1148
  height: "2",
1413
1149
  transform: "translate(1712 678)"
1414
1150
  }), (0, _jsxRuntime.jsx)("rect", {
1415
- id: "\u77E9\u5F62_1329",
1416
- "data-name": "\u77E9\u5F62 1329",
1417
1151
  width: "3",
1418
1152
  height: "2",
1419
1153
  transform: "translate(1704 678)"
1420
1154
  }), (0, _jsxRuntime.jsx)("rect", {
1421
- id: "\u77E9\u5F62_1331",
1422
- "data-name": "\u77E9\u5F62 1331",
1423
1155
  width: "3",
1424
1156
  height: "2",
1425
1157
  transform: "translate(1704 675)"
@@ -1435,144 +1167,96 @@ var Grid1x21Svg = function Grid1x21Svg() {
1435
1167
  viewBox: "0 0 23 18"
1436
1168
  }, {
1437
1169
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1438
- id: "_1_21",
1439
- "data-name": "1+21",
1440
1170
  transform: "translate(-1526 -720)"
1441
1171
  }, {
1442
1172
  children: [(0, _jsxRuntime.jsx)("path", {
1443
- id: "\u77E9\u5F62_1345",
1444
- "data-name": "\u77E9\u5F62 1345",
1445
1173
  d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
1446
1174
  transform: "translate(1526 720)"
1447
1175
  }), (0, _jsxRuntime.jsx)("rect", {
1448
- id: "\u77E9\u5F62_1346",
1449
- "data-name": "\u77E9\u5F62 1346",
1450
1176
  width: "7",
1451
1177
  height: "5",
1452
1178
  transform: "translate(1528 722)"
1453
1179
  }), (0, _jsxRuntime.jsx)("rect", {
1454
- id: "\u77E9\u5F62_1347",
1455
- "data-name": "\u77E9\u5F62 1347",
1456
1180
  width: "3",
1457
1181
  height: "2",
1458
1182
  transform: "translate(1536 731)"
1459
1183
  }), (0, _jsxRuntime.jsx)("rect", {
1460
- id: "\u77E9\u5F62_1363",
1461
- "data-name": "\u77E9\u5F62 1363",
1462
1184
  width: "3",
1463
1185
  height: "2",
1464
1186
  transform: "translate(1532 731)"
1465
1187
  }), (0, _jsxRuntime.jsx)("rect", {
1466
- id: "\u77E9\u5F62_1371",
1467
- "data-name": "\u77E9\u5F62 1371",
1468
1188
  width: "3",
1469
1189
  height: "2",
1470
1190
  transform: "translate(1532 728)"
1471
1191
  }), (0, _jsxRuntime.jsx)("rect", {
1472
- id: "\u77E9\u5F62_1366",
1473
- "data-name": "\u77E9\u5F62 1366",
1474
1192
  width: "3",
1475
1193
  height: "2",
1476
1194
  transform: "translate(1528 731)"
1477
1195
  }), (0, _jsxRuntime.jsx)("rect", {
1478
- id: "\u77E9\u5F62_1372",
1479
- "data-name": "\u77E9\u5F62 1372",
1480
1196
  width: "3",
1481
1197
  height: "2",
1482
1198
  transform: "translate(1528 728)"
1483
1199
  }), (0, _jsxRuntime.jsx)("rect", {
1484
- id: "\u77E9\u5F62_1348",
1485
- "data-name": "\u77E9\u5F62 1348",
1486
1200
  width: "3",
1487
1201
  height: "2",
1488
1202
  transform: "translate(1536 734)"
1489
1203
  }), (0, _jsxRuntime.jsx)("rect", {
1490
- id: "\u77E9\u5F62_1364",
1491
- "data-name": "\u77E9\u5F62 1364",
1492
1204
  width: "3",
1493
1205
  height: "2",
1494
1206
  transform: "translate(1532 734)"
1495
1207
  }), (0, _jsxRuntime.jsx)("rect", {
1496
- id: "\u77E9\u5F62_1367",
1497
- "data-name": "\u77E9\u5F62 1367",
1498
1208
  width: "3",
1499
1209
  height: "2",
1500
1210
  transform: "translate(1528 734)"
1501
1211
  }), (0, _jsxRuntime.jsx)("rect", {
1502
- id: "\u77E9\u5F62_1349",
1503
- "data-name": "\u77E9\u5F62 1349",
1504
1212
  width: "3",
1505
1213
  height: "2",
1506
1214
  transform: "translate(1540 734)"
1507
1215
  }), (0, _jsxRuntime.jsx)("rect", {
1508
- id: "\u77E9\u5F62_1356",
1509
- "data-name": "\u77E9\u5F62 1356",
1510
1216
  width: "3",
1511
1217
  height: "2",
1512
1218
  transform: "translate(1540 728)"
1513
1219
  }), (0, _jsxRuntime.jsx)("rect", {
1514
- id: "\u77E9\u5F62_1368",
1515
- "data-name": "\u77E9\u5F62 1368",
1516
1220
  width: "3",
1517
1221
  height: "2",
1518
1222
  transform: "translate(1536 728)"
1519
1223
  }), (0, _jsxRuntime.jsx)("rect", {
1520
- id: "\u77E9\u5F62_1350",
1521
- "data-name": "\u77E9\u5F62 1350",
1522
1224
  width: "3",
1523
1225
  height: "2",
1524
1226
  transform: "translate(1540 731)"
1525
1227
  }), (0, _jsxRuntime.jsx)("rect", {
1526
- id: "\u77E9\u5F62_1353",
1527
- "data-name": "\u77E9\u5F62 1353",
1528
1228
  width: "3",
1529
1229
  height: "2",
1530
1230
  transform: "translate(1540 725)"
1531
1231
  }), (0, _jsxRuntime.jsx)("rect", {
1532
- id: "\u77E9\u5F62_1369",
1533
- "data-name": "\u77E9\u5F62 1369",
1534
1232
  width: "3",
1535
1233
  height: "2",
1536
1234
  transform: "translate(1536 725)"
1537
1235
  }), (0, _jsxRuntime.jsx)("rect", {
1538
- id: "\u77E9\u5F62_1359",
1539
- "data-name": "\u77E9\u5F62 1359",
1540
1236
  width: "3",
1541
1237
  height: "2",
1542
1238
  transform: "translate(1540 722)"
1543
1239
  }), (0, _jsxRuntime.jsx)("rect", {
1544
- id: "\u77E9\u5F62_1370",
1545
- "data-name": "\u77E9\u5F62 1370",
1546
1240
  width: "3",
1547
1241
  height: "2",
1548
1242
  transform: "translate(1536 722)"
1549
1243
  }), (0, _jsxRuntime.jsx)("rect", {
1550
- id: "\u77E9\u5F62_1351",
1551
- "data-name": "\u77E9\u5F62 1351",
1552
1244
  width: "3",
1553
1245
  height: "2",
1554
1246
  transform: "translate(1544 731)"
1555
1247
  }), (0, _jsxRuntime.jsx)("rect", {
1556
- id: "\u77E9\u5F62_1358",
1557
- "data-name": "\u77E9\u5F62 1358",
1558
1248
  width: "3",
1559
1249
  height: "2",
1560
1250
  transform: "translate(1544 725)"
1561
1251
  }), (0, _jsxRuntime.jsx)("rect", {
1562
- id: "\u77E9\u5F62_1361",
1563
- "data-name": "\u77E9\u5F62 1361",
1564
1252
  width: "3",
1565
1253
  height: "2",
1566
1254
  transform: "translate(1544 722)"
1567
1255
  }), (0, _jsxRuntime.jsx)("rect", {
1568
- id: "\u77E9\u5F62_1352",
1569
- "data-name": "\u77E9\u5F62 1352",
1570
1256
  width: "3",
1571
1257
  height: "2",
1572
1258
  transform: "translate(1544 734)"
1573
1259
  }), (0, _jsxRuntime.jsx)("rect", {
1574
- id: "\u77E9\u5F62_1357",
1575
- "data-name": "\u77E9\u5F62 1357",
1576
1260
  width: "3",
1577
1261
  height: "2",
1578
1262
  transform: "translate(1544 728)"
@@ -1588,19 +1272,15 @@ var TagSvg = function TagSvg() {
1588
1272
  viewBox: "0 0 16 16"
1589
1273
  }, {
1590
1274
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1591
- id: "\u6807\u7B7E",
1592
1275
  transform: "translate(-21 -5)"
1593
1276
  }, {
1594
1277
  children: [(0, _jsxRuntime.jsx)("rect", {
1595
- id: "\u5E95",
1596
1278
  width: "16",
1597
1279
  height: "16",
1598
1280
  transform: "translate(21 5)",
1599
1281
  fill: "#fff",
1600
1282
  opacity: "0"
1601
1283
  }), (0, _jsxRuntime.jsx)("path", {
1602
- id: "\u8DEF\u5F84_483",
1603
- "data-name": "\u8DEF\u5F84 483",
1604
1284
  d: "M75.859,64.709A1.345,1.345,0,0,1,77.2,66.05v3.133a3.731,3.731,0,0,1-.95,2.291l-5.342,5.342a1.344,1.344,0,0,1-1.9,0L65.094,72.9a1.346,1.346,0,0,1,0-1.9l5.342-5.342a3.73,3.73,0,0,1,2.291-.949Zm-1.782,4.464a1.339,1.339,0,1,0-1.339-1.339,1.339,1.339,0,0,0,1.339,1.339Zm0,0",
1605
1285
  transform: "translate(-41.953 -57.958)"
1606
1286
  })]
@@ -1615,17 +1295,12 @@ var PlayVideoBlueSvg = function PlayVideoBlueSvg() {
1615
1295
  viewBox: "0 0 16 16"
1616
1296
  }, {
1617
1297
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1618
- id: "\u64AD\u653E\u89C6\u9891",
1619
1298
  transform: "translate(-139.199 -82)"
1620
1299
  }, {
1621
1300
  children: [(0, _jsxRuntime.jsx)("path", {
1622
- id: "\u8DEF\u5F84_486",
1623
- "data-name": "\u8DEF\u5F84 486",
1624
1301
  d: "M439.981,351.3l-3.19,1.842a.994.994,0,0,1-1.491-.861V348.6a1,1,0,0,1,1.491-.861l3.19,1.842A1,1,0,0,1,439.981,351.3Z",
1625
1302
  transform: "translate(-290.182 -260.305)"
1626
1303
  }), (0, _jsxRuntime.jsx)("path", {
1627
- id: "\u8DEF\u5F84_487",
1628
- "data-name": "\u8DEF\u5F84 487",
1629
1304
  d: "M147.2,98a8,8,0,1,1,8-8A8.009,8.009,0,0,1,147.2,98Zm0-14.966A6.967,6.967,0,1,0,154.167,90,6.974,6.974,0,0,0,147.2,83.033Z"
1630
1305
  })]
1631
1306
  }))
@@ -1639,29 +1314,24 @@ var SetTagSvg = function SetTagSvg() {
1639
1314
  viewBox: "0 0 24 24"
1640
1315
  }, {
1641
1316
  children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1642
- id: "\u6DFB\u52A0\u6807\u7B7E-\u60AC\u505C",
1643
1317
  transform: "translate(-711 -629)"
1644
1318
  }, {
1645
1319
  children: [(0, _jsxRuntime.jsx)("rect", {
1646
- id: "\u77E9\u5F62_1003",
1647
- "data-name": "\u77E9\u5F62 1003",
1648
1320
  width: "24",
1649
1321
  height: "24",
1650
1322
  transform: "translate(711 629)",
1651
1323
  fill: "#fff",
1652
1324
  opacity: "0"
1653
1325
  }), (0, _jsxRuntime.jsx)("path", {
1654
- id: "\u8054\u5408_6",
1655
- "data-name": "\u8054\u5408 6",
1656
1326
  d: "M18914.949-10400.437a4.354,4.354,0,0,1,4.355-4.343,4.361,4.361,0,0,1,4.363,4.343,4.361,4.361,0,0,1-4.363,4.348A4.355,4.355,0,0,1,18914.949-10400.437Zm1.346,0a.462.462,0,0,0,.461.459h2.09v2.081a.46.46,0,0,0,.459.459.462.462,0,0,0,.461-.459v-2.081h2.09a.459.459,0,0,0,.459-.459.46.46,0,0,0-.459-.459h-2.09v-2.082a.458.458,0,0,0-.461-.454.457.457,0,0,0-.459.454v2.082h-2.09A.463.463,0,0,0,18916.295-10400.437Zm-4.549,2.706-5.229-3.784a1.567,1.567,0,0,1-.625-1.018,1.551,1.551,0,0,1,.281-1.16l5.176-7.1a4.319,4.319,0,0,1,2.461-1.5l3.611-.573a1.38,1.38,0,0,1,.242-.02,1.578,1.578,0,0,1,1.549,1.316l.566,3.6a4.345,4.345,0,0,1-.354,2.232.989.989,0,0,0-.117,0,5.4,5.4,0,0,0-5.4,5.38,5.342,5.342,0,0,0,.336,1.867l-.314.423a1.576,1.576,0,0,1-1.27.646A1.55,1.55,0,0,1,18911.746-10397.731Zm3.951-12.764a1.548,1.548,0,0,0-1.025.623,1.544,1.544,0,0,0-.275,1.157,1.548,1.548,0,0,0,1.541,1.312,1.4,1.4,0,0,0,.244-.02,1.564,1.564,0,0,0,1.3-1.778,1.563,1.563,0,0,0-1.533-1.313A1.534,1.534,0,0,0,18915.7-10410.5Z",
1657
1327
  transform: "translate(-18191.773 11046.3)"
1658
1328
  })]
1659
1329
  }))
1660
1330
  }));
1661
1331
  };
1662
- var DownloadIcon = function DownloadIcon(props) {
1332
+ var DownloadIcon = exports.DownloadIcon = function DownloadIcon(props) {
1663
1333
  return (0, _jsxRuntime.jsx)(_icons.DownloadOutlined, Object.assign({
1664
- title: "\u4E0B\u8F7D",
1334
+ title: (0, _useTranslation.translateLocaleText)("t('common.download')"),
1665
1335
  className: "control-icon download-icon"
1666
1336
  }, props, {
1667
1337
  style: {
@@ -1671,182 +1341,164 @@ var DownloadIcon = function DownloadIcon(props) {
1671
1341
  }));
1672
1342
  };
1673
1343
  /** 暂停Icon */
1674
- exports.DownloadIcon = DownloadIcon;
1675
- var PauseIcon = function PauseIcon(props) {
1344
+ var PauseIcon = exports.PauseIcon = function PauseIcon(props) {
1676
1345
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1677
- title: "\u6682\u505C",
1346
+ title: (0, _useTranslation.translateLocaleText)("t('icons.pause')"),
1678
1347
  className: "control-icon",
1679
1348
  component: PauseSvg
1680
1349
  }, props));
1681
1350
  };
1682
1351
  /** 播放Icon */
1683
- exports.PauseIcon = PauseIcon;
1684
- var PlayIcon = function PlayIcon(props) {
1352
+ var PlayIcon = exports.PlayIcon = function PlayIcon(props) {
1685
1353
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1686
- title: "\u64AD\u653E",
1354
+ title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
1687
1355
  className: "control-icon",
1688
1356
  component: PlaySvg
1689
1357
  }, props));
1690
1358
  };
1691
1359
  /** 截图Icon */
1692
- exports.PlayIcon = PlayIcon;
1693
- var CaptureIcon = function CaptureIcon(props) {
1360
+ var CaptureIcon = exports.CaptureIcon = function CaptureIcon(props) {
1694
1361
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1695
- title: "\u622A\u56FE",
1362
+ title: (0, _useTranslation.translateLocaleText)("t('icons.capture')"),
1696
1363
  className: "control-icon",
1697
1364
  component: CaptureSvg
1698
1365
  }, props));
1699
1366
  };
1700
1367
  /** 全屏Icon */
1701
- exports.CaptureIcon = CaptureIcon;
1702
- var FullScreenIcon = function FullScreenIcon(props) {
1368
+ var FullScreenIcon = exports.FullScreenIcon = function FullScreenIcon(props) {
1703
1369
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1704
- title: "\u5168\u5C4F",
1370
+ title: (0, _useTranslation.translateLocaleText)("t('common.fullscreen')"),
1705
1371
  className: "control-icon",
1706
1372
  component: FullScreenSvg
1707
1373
  }, props));
1708
1374
  };
1709
1375
  /** 退出全屏Icon */
1710
- exports.FullScreenIcon = FullScreenIcon;
1711
- var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
1376
+ var ExitFullScreenIcon = exports.ExitFullScreenIcon = function ExitFullScreenIcon(props) {
1712
1377
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1713
- title: "\u9000\u51FA\u5168\u5C4F",
1378
+ title: (0, _useTranslation.translateLocaleText)("t('icons.exitFullscreen')"),
1714
1379
  className: "control-icon",
1715
1380
  component: ExitFullScreenSvg
1716
1381
  }, props));
1717
1382
  };
1718
1383
  /** 音量低Icon */
1719
- exports.ExitFullScreenIcon = ExitFullScreenIcon;
1720
- var VolumeSmallIcon = function VolumeSmallIcon(props) {
1384
+ var VolumeSmallIcon = exports.VolumeSmallIcon = function VolumeSmallIcon(props) {
1721
1385
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1722
- title: "\u97F3\u91CF",
1386
+ title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
1723
1387
  className: "control-icon",
1724
1388
  component: VolumeSmallSvg
1725
1389
  }, props));
1726
1390
  };
1727
1391
  /** 音量高Icon */
1728
- exports.VolumeSmallIcon = VolumeSmallIcon;
1729
- var VolumeLargeIcon = function VolumeLargeIcon(props) {
1392
+ var VolumeLargeIcon = exports.VolumeLargeIcon = function VolumeLargeIcon(props) {
1730
1393
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1731
- title: "\u97F3\u91CF",
1394
+ title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
1732
1395
  className: "control-icon",
1733
1396
  component: VolumeLargeSvg
1734
1397
  }, props));
1735
1398
  };
1736
1399
  /** 静音Icon */
1737
- exports.VolumeLargeIcon = VolumeLargeIcon;
1738
- var VolumeMutedIcon = function VolumeMutedIcon(props) {
1400
+ var VolumeMutedIcon = exports.VolumeMutedIcon = function VolumeMutedIcon(props) {
1739
1401
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1740
- title: "\u97F3\u91CF",
1402
+ title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
1741
1403
  className: "control-icon",
1742
1404
  component: VolumeMutedSvg
1743
1405
  }, props));
1744
1406
  };
1745
1407
  /** 设置Icon */
1746
- exports.VolumeMutedIcon = VolumeMutedIcon;
1747
- var SettingsIcon = function SettingsIcon(props) {
1408
+ var SettingsIcon = exports.SettingsIcon = function SettingsIcon(props) {
1748
1409
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1749
1410
  className: "control-icon",
1750
1411
  component: SettingsSvg
1751
1412
  }, props));
1752
1413
  };
1753
1414
  /** 关闭全部Icon */
1754
- exports.SettingsIcon = SettingsIcon;
1755
- var CloseAllIcon = function CloseAllIcon(props) {
1415
+ var CloseAllIcon = exports.CloseAllIcon = function CloseAllIcon(props) {
1756
1416
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1757
- title: "\u5173\u95ED\u5168\u90E8",
1417
+ title: (0, _useTranslation.translateLocaleText)("t('icons.close')"),
1758
1418
  className: "control-icon",
1759
1419
  component: CloseAllSvg
1760
1420
  }, props));
1761
1421
  };
1762
1422
  /** 展开Icon */
1763
- exports.CloseAllIcon = CloseAllIcon;
1764
- var ExpandIcon = function ExpandIcon(props) {
1423
+ var ExpandIcon = exports.ExpandIcon = function ExpandIcon(props) {
1765
1424
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1766
- title: "\u5C55\u5F00",
1425
+ title: (0, _useTranslation.translateLocaleText)("t('common.expand')"),
1767
1426
  className: "control-icon",
1768
1427
  component: ExpandSvg
1769
1428
  }, props));
1770
1429
  };
1771
1430
  /** 收缩Icon */
1772
- exports.ExpandIcon = ExpandIcon;
1773
- var FoldIcon = function FoldIcon(props) {
1431
+ var FoldIcon = exports.FoldIcon = function FoldIcon(props) {
1774
1432
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1775
- title: "\u6536\u8D77",
1433
+ title: (0, _useTranslation.translateLocaleText)("t('common.collapse')"),
1776
1434
  className: "control-icon",
1777
1435
  component: FoldSvg
1778
1436
  }, props));
1779
1437
  };
1780
1438
  /** 添加标签Icon */
1781
- exports.FoldIcon = FoldIcon;
1782
- var SetTagIcon = function SetTagIcon(props) {
1439
+ var SetTagIcon = exports.SetTagIcon = function SetTagIcon(props) {
1783
1440
  var _props$active = props.active,
1784
1441
  active = _props$active === void 0 ? false : _props$active;
1785
1442
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1786
- title: "\u6DFB\u52A0\u6807\u7B7E",
1443
+ title: (0, _useTranslation.translateLocaleText)("t('icons.addTag')"),
1787
1444
  className: "control-icon ".concat(active ? 'active' : ''),
1788
1445
  component: SetTagSvg
1789
1446
  }, props));
1790
1447
  };
1791
1448
  /** 停止对讲Icon */
1792
- exports.SetTagIcon = SetTagIcon;
1793
- var TalkDisableIcon = function TalkDisableIcon(props) {
1449
+ var TalkDisableIcon = exports.TalkDisableIcon = function TalkDisableIcon(props) {
1794
1450
  var _props$active2 = props.active,
1795
1451
  active = _props$active2 === void 0 ? false : _props$active2;
1796
1452
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1797
- title: "\u505C\u6B62\u5BF9\u8BB2",
1453
+ title: (0, _useTranslation.translateLocaleText)("t('icons.stopTalk')"),
1798
1454
  className: "control-icon ".concat(active ? 'active' : ''),
1799
1455
  component: TalkDisableSvg
1800
1456
  }, props));
1801
1457
  };
1802
1458
  /** 对讲Icon */
1803
- exports.TalkDisableIcon = TalkDisableIcon;
1804
- var TalkIcon = function TalkIcon(props) {
1459
+ var TalkIcon = exports.TalkIcon = function TalkIcon(props) {
1805
1460
  var _props$active3 = props.active,
1806
1461
  active = _props$active3 === void 0 ? false : _props$active3;
1807
1462
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1808
- title: "\u5BF9\u8BB2",
1463
+ title: (0, _useTranslation.translateLocaleText)("t('icons.talk')"),
1809
1464
  className: "control-icon ".concat(active ? 'active' : ''),
1810
1465
  component: TalkSvg
1811
1466
  }, props));
1812
1467
  };
1813
- /** 云台控制 */
1814
- exports.TalkIcon = TalkIcon;
1815
- var CloudControlIcon = function CloudControlIcon(props) {
1468
+ /** 云台 */
1469
+ var CloudControlIcon = exports.CloudControlIcon = function CloudControlIcon(props) {
1816
1470
  var _props$active4 = props.active,
1817
- active = _props$active4 === void 0 ? false : _props$active4;
1471
+ active = _props$active4 === void 0 ? false : _props$active4,
1472
+ restProps = __rest(props, ["active"]);
1818
1473
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1819
- title: "\u4E91\u53F0\u63A7\u5236",
1474
+ title: (0, _useTranslation.translateLocaleText)("t('icons.ptzControl')"),
1820
1475
  className: "control-icon ".concat(active ? 'active' : ''),
1821
1476
  component: CloudControlSvg
1822
- }, props));
1477
+ }, restProps));
1823
1478
  };
1824
1479
  /** 屏幕占比Icon */
1825
- exports.CloudControlIcon = CloudControlIcon;
1826
- var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
1480
+ var OccupyingScreenIcon = exports.OccupyingScreenIcon = function OccupyingScreenIcon(props) {
1827
1481
  var _props$active5 = props.active,
1828
1482
  active = _props$active5 === void 0 ? false : _props$active5;
1829
1483
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1830
- title: "\u5C4F\u5E55\u5360\u6BD4",
1484
+ title: (0, _useTranslation.translateLocaleText)("t('icons.screenRatio')"),
1831
1485
  className: "control-icon ".concat(active ? 'active' : ''),
1832
1486
  component: OccupyingScreenSvg
1833
1487
  }, props));
1834
1488
  };
1835
1489
  /** 网格Icon */
1836
- exports.OccupyingScreenIcon = OccupyingScreenIcon;
1837
- var GridIcon = function GridIcon(props) {
1490
+ var GridIcon = exports.GridIcon = function GridIcon(props) {
1838
1491
  var _props$active6 = props.active,
1839
1492
  active = _props$active6 === void 0 ? false : _props$active6,
1840
1493
  disabled = props.disabled;
1841
1494
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1842
- title: "\u7A97\u53E3\u6570\u91CF",
1495
+ title: (0, _useTranslation.translateLocaleText)("t('icons.quantity')"),
1843
1496
  className: "control-icon ".concat(active ? 'active' : '', " ").concat(disabled ? 'disabled' : ''),
1844
1497
  component: GridSvg
1845
1498
  }, props));
1846
1499
  };
1847
1500
  /** 1x1网格Icon */
1848
- exports.GridIcon = GridIcon;
1849
- var Grid1x1Icon = function Grid1x1Icon(props) {
1501
+ var Grid1x1Icon = exports.Grid1x1Icon = function Grid1x1Icon(props) {
1850
1502
  var _props$active7 = props.active,
1851
1503
  active = _props$active7 === void 0 ? false : _props$active7;
1852
1504
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
@@ -1855,8 +1507,7 @@ var Grid1x1Icon = function Grid1x1Icon(props) {
1855
1507
  }, props));
1856
1508
  };
1857
1509
  /** 2x2网格Icon */
1858
- exports.Grid1x1Icon = Grid1x1Icon;
1859
- var Grid2x2Icon = function Grid2x2Icon(props) {
1510
+ var Grid2x2Icon = exports.Grid2x2Icon = function Grid2x2Icon(props) {
1860
1511
  var _props$active8 = props.active,
1861
1512
  active = _props$active8 === void 0 ? false : _props$active8;
1862
1513
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
@@ -1865,8 +1516,7 @@ var Grid2x2Icon = function Grid2x2Icon(props) {
1865
1516
  }, props));
1866
1517
  };
1867
1518
  /** 3x3网格Icon */
1868
- exports.Grid2x2Icon = Grid2x2Icon;
1869
- var Grid3x3Icon = function Grid3x3Icon(props) {
1519
+ var Grid3x3Icon = exports.Grid3x3Icon = function Grid3x3Icon(props) {
1870
1520
  var _props$active9 = props.active,
1871
1521
  active = _props$active9 === void 0 ? false : _props$active9;
1872
1522
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
@@ -1875,154 +1525,138 @@ var Grid3x3Icon = function Grid3x3Icon(props) {
1875
1525
  }, props));
1876
1526
  };
1877
1527
  /** 4x4网格Icon */
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;
1528
+ var Grid4x4Icon = exports.Grid4x4Icon = function Grid4x4Icon(props) {
1529
+ var _props$active0 = props.active,
1530
+ active = _props$active0 === void 0 ? false : _props$active0;
1882
1531
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1883
1532
  className: "control-icon ".concat(active ? 'active' : ''),
1884
1533
  component: Grid4x4Svg
1885
1534
  }, props));
1886
1535
  };
1887
1536
  /** 5x5网格Icon */
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;
1537
+ var Grid5x5Icon = exports.Grid5x5Icon = function Grid5x5Icon(props) {
1538
+ var _props$active1 = props.active,
1539
+ active = _props$active1 === void 0 ? false : _props$active1;
1892
1540
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1893
1541
  className: "control-icon ".concat(active ? 'active' : ''),
1894
1542
  component: Grid5x5Svg
1895
1543
  }, props));
1896
1544
  };
1897
1545
  /** 1x5网格Icon */
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;
1546
+ var Grid1x5Icon = exports.Grid1x5Icon = function Grid1x5Icon(props) {
1547
+ var _props$active10 = props.active,
1548
+ active = _props$active10 === void 0 ? false : _props$active10;
1902
1549
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1903
1550
  className: "control-icon ".concat(active ? 'active' : ''),
1904
1551
  component: Grid1x5Svg
1905
1552
  }, props));
1906
1553
  };
1907
1554
  /** 1x7网格Icon */
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;
1555
+ var Grid1x7Icon = exports.Grid1x7Icon = function Grid1x7Icon(props) {
1556
+ var _props$active11 = props.active,
1557
+ active = _props$active11 === void 0 ? false : _props$active11;
1912
1558
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1913
1559
  className: "control-icon ".concat(active ? 'active' : ''),
1914
1560
  component: Grid1x7Svg
1915
1561
  }, props));
1916
1562
  };
1917
1563
  /** 1x9网格Icon */
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;
1564
+ var Grid1x9Icon = exports.Grid1x9Icon = function Grid1x9Icon(props) {
1565
+ var _props$active12 = props.active,
1566
+ active = _props$active12 === void 0 ? false : _props$active12;
1922
1567
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1923
1568
  className: "control-icon ".concat(active ? 'active' : ''),
1924
1569
  component: Grid1x9Svg
1925
1570
  }, props));
1926
1571
  };
1927
1572
  /** 1x12网格Icon */
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;
1573
+ var Grid1x12Icon = exports.Grid1x12Icon = function Grid1x12Icon(props) {
1574
+ var _props$active13 = props.active,
1575
+ active = _props$active13 === void 0 ? false : _props$active13;
1932
1576
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1933
1577
  className: "control-icon ".concat(active ? 'active' : ''),
1934
1578
  component: Grid1x12Svg
1935
1579
  }, props));
1936
1580
  };
1937
1581
  /** 1x13网格Icon */
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;
1582
+ var Grid1x13Icon = exports.Grid1x13Icon = function Grid1x13Icon(props) {
1583
+ var _props$active14 = props.active,
1584
+ active = _props$active14 === void 0 ? false : _props$active14;
1942
1585
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1943
1586
  className: "control-icon ".concat(active ? 'active' : ''),
1944
1587
  component: Grid1x13Svg
1945
1588
  }, props));
1946
1589
  };
1947
1590
  /** 1x16网格Icon */
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;
1591
+ var Grid1x16Icon = exports.Grid1x16Icon = function Grid1x16Icon(props) {
1592
+ var _props$active15 = props.active,
1593
+ active = _props$active15 === void 0 ? false : _props$active15;
1952
1594
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1953
1595
  className: "control-icon ".concat(active ? 'active' : ''),
1954
1596
  component: Grid1x16Svg
1955
1597
  }, props));
1956
1598
  };
1957
1599
  /** 1x21网格Icon */
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;
1600
+ var Grid1x21Icon = exports.Grid1x21Icon = function Grid1x21Icon(props) {
1601
+ var _props$active16 = props.active,
1602
+ active = _props$active16 === void 0 ? false : _props$active16;
1962
1603
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1963
1604
  className: "control-icon ".concat(active ? 'active' : ''),
1964
1605
  component: Grid1x21Svg
1965
1606
  }, props));
1966
1607
  };
1967
1608
  /** 标签Icon */
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;
1609
+ var TagIcon = exports.TagIcon = function TagIcon(props) {
1610
+ var _props$active17 = props.active,
1611
+ active = _props$active17 === void 0 ? false : _props$active17;
1972
1612
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1973
- title: "\u6807\u7B7E",
1613
+ title: (0, _useTranslation.translateLocaleText)("t('icons.tag')"),
1974
1614
  className: "control-icon ".concat(active ? 'active' : ''),
1975
1615
  component: TagSvg
1976
1616
  }, props));
1977
1617
  };
1978
1618
  /** 关闭Icon */
1979
- exports.TagIcon = TagIcon;
1980
- var CloseIcon = function CloseIcon(props) {
1619
+ var CloseIcon = exports.CloseIcon = function CloseIcon(props) {
1981
1620
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1982
- title: "\u5173\u95ED",
1621
+ title: (0, _useTranslation.translateLocaleText)("t('common.close')"),
1983
1622
  className: "close-icon",
1984
1623
  component: CloseSvg
1985
1624
  }, props));
1986
1625
  };
1987
1626
  /** 视频播放Icon */
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;
1627
+ var VideoPlayIcon = exports.VideoPlayIcon = function VideoPlayIcon(props) {
1628
+ var _props$active18 = props.active,
1629
+ active = _props$active18 === void 0 ? false : _props$active18;
1992
1630
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1993
- title: "\u64AD\u653E",
1631
+ title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
1994
1632
  className: "control-icon ".concat(active ? 'active' : ''),
1995
1633
  component: VideoPlaySvg
1996
1634
  }, props));
1997
1635
  };
1998
1636
  /** 视频关闭Icon */
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;
1637
+ var VideoCloseIcon = exports.VideoCloseIcon = function VideoCloseIcon(props) {
1638
+ var _props$active19 = props.active,
1639
+ active = _props$active19 === void 0 ? false : _props$active19;
2003
1640
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2004
- title: "\u5173\u95ED",
1641
+ title: (0, _useTranslation.translateLocaleText)("t('common.close')"),
2005
1642
  className: "control-icon ".concat(active ? 'active' : ''),
2006
1643
  component: VideoCloseSvg
2007
1644
  }, props));
2008
1645
  };
2009
1646
  /** 时间刻度Icon */
2010
- exports.VideoCloseIcon = VideoCloseIcon;
2011
- var TimePositionIcon = function TimePositionIcon(props) {
1647
+ var TimePositionIcon = exports.TimePositionIcon = function TimePositionIcon(props) {
2012
1648
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2013
1649
  component: TimePositionSvg
2014
1650
  }, props));
2015
1651
  };
2016
1652
  /** 播放视频Icon */
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;
1653
+ var PlayVideoBlueIcon = exports.PlayVideoBlueIcon = function PlayVideoBlueIcon(props) {
1654
+ var _props$active20 = props.active,
1655
+ active = _props$active20 === void 0 ? false : _props$active20;
2021
1656
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2022
- title: "\u64AD\u653E",
1657
+ title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
2023
1658
  className: "control-icon ".concat(active ? 'active' : ''),
2024
1659
  component: PlayVideoBlueSvg
2025
1660
  }, props));
2026
1661
  };
2027
- exports.PlayVideoBlueIcon = PlayVideoBlueIcon;
2028
1662
  //# sourceMappingURL=index.js.map