@cloud-app-dev/vidc 4.0.15 → 4.1.0

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 (329) hide show
  1. package/.dumirc.ts +2 -18
  2. package/.eslintrc.js +3 -0
  3. package/.fatherrc.ts +0 -7
  4. package/es/AppContext/Sync.d.ts +1 -2
  5. package/es/AppContext/index.d.ts +10 -3
  6. package/es/AppContext/index.js +14 -4
  7. package/es/AppContext/interface.d.ts +1 -0
  8. package/es/CheckGroupFixed/demo.d.ts +1 -2
  9. package/es/CheckGroupFixed/demo.js +7 -12
  10. package/es/CheckGroupFixed/index.d.ts +7 -3
  11. package/es/CheckGroupFixed/index.js +9 -9
  12. package/es/CheckGroupFixed/style.d.ts +6 -0
  13. package/es/CheckGroupFixed/style.js +9 -0
  14. package/es/Config/index.js +1 -1
  15. package/es/CustomRenderSelect/index.d.ts +3 -2
  16. package/es/CustomRenderSelect/index.js +13 -10
  17. package/es/DBTools/index.js +1 -2
  18. package/es/DisableMark/index.d.ts +1 -2
  19. package/es/DisableMark/index.js +5 -2
  20. package/es/DomMove/demo.d.ts +1 -2
  21. package/es/DomMove/demo.js +0 -1
  22. package/es/DomMove/index.js +7 -8
  23. package/es/DynamicGridList/demo.d.ts +2 -0
  24. package/es/DynamicGridList/index.d.ts +1 -1
  25. package/es/DynamicGridList/index.js +3 -3
  26. package/es/DynamicList/demo.d.ts +1 -2
  27. package/es/DynamicList/demo.js +14 -19
  28. package/es/DynamicList/index.d.ts +1 -2
  29. package/es/DynamicList/index.js +10 -8
  30. package/es/ErrorFallback/index.d.ts +1 -2
  31. package/es/EventTools/index.d.ts +1 -1
  32. package/es/GridList/demo.d.ts +2 -0
  33. package/es/GridList/{Demo.js → demo.js} +1 -1
  34. package/es/GridList/hook.js +2 -2
  35. package/es/GridList/index.d.ts +0 -1
  36. package/es/GridList/index.js +5 -2
  37. package/es/HightLevel/index.d.ts +1 -2
  38. package/es/HightLevel/index.js +2 -3
  39. package/es/IconFont/index.d.ts +1 -1
  40. package/es/LabelValue/index.d.ts +1 -2
  41. package/es/LabelValue/index.js +5 -2
  42. package/es/List/demo.d.ts +1 -2
  43. package/es/List/demo.js +1 -2
  44. package/es/List/index.d.ts +2 -3
  45. package/es/List/index.js +25 -17
  46. package/es/ListWithSizeAnimate/demo.d.ts +1 -2
  47. package/es/ListWithSizeAnimate/index.d.ts +0 -1
  48. package/es/ListWithSizeAnimate/index.js +19 -10
  49. package/es/LoaderScript/index.d.ts +1 -1
  50. package/es/Picture/component/DefaultRects/RectInfo.d.ts +1 -2
  51. package/es/Picture/component/DefaultRects/RectInfo.js +6 -4
  52. package/es/Picture/component/DefaultRects/index.d.ts +1 -3
  53. package/es/Picture/component/DefaultRects/index.js +5 -5
  54. package/es/Picture/component/DefaultRects/style.d.ts +10 -0
  55. package/es/Picture/component/DefaultRects/style.js +28 -0
  56. package/es/Picture/component/DrawRect/index.d.ts +1 -3
  57. package/es/Picture/component/DrawRect/index.js +6 -3
  58. package/es/Picture/component/RectMenu/index.d.ts +1 -3
  59. package/es/Picture/component/RectMenu/index.js +13 -8
  60. package/es/Picture/component/Tools/index.d.ts +1 -2
  61. package/es/Picture/component/Tools/index.js +21 -9
  62. package/es/Picture/component/Tools/style.d.ts +2 -0
  63. package/es/Picture/component/Tools/style.js +5 -0
  64. package/es/Picture/component/WheelScale/index.d.ts +1 -2
  65. package/es/Picture/demo.d.ts +1 -2
  66. package/es/Picture/demo.js +1 -1
  67. package/es/Picture/index.d.ts +1 -3
  68. package/es/Picture/index.js +21 -19
  69. package/es/Picture/useDraw.js +4 -4
  70. package/es/Player/api/index.d.ts +1 -1
  71. package/es/Player/api/index.js +44 -18
  72. package/es/Player/context.d.ts +1 -1
  73. package/es/Player/contraller_bar/bar.d.ts +1 -1
  74. package/es/Player/contraller_bar/bar.js +5 -1
  75. package/es/Player/contraller_bar/contraller_event.d.ts +1 -1
  76. package/es/Player/contraller_bar/contraller_event.js +4 -5
  77. package/es/Player/contraller_bar/index.d.ts +1 -2
  78. package/es/Player/contraller_bar/index.js +8 -2
  79. package/es/Player/contraller_bar/left_bar.d.ts +1 -1
  80. package/es/Player/contraller_bar/left_bar.js +12 -3
  81. package/es/Player/contraller_bar/right_bar.d.ts +1 -1
  82. package/es/Player/contraller_bar/right_bar.js +1 -2
  83. package/es/Player/contraller_bar/time.d.ts +1 -2
  84. package/es/Player/contraller_bar/time.js +5 -2
  85. package/es/Player/contraller_bar/volume.d.ts +1 -2
  86. package/es/Player/contraller_bar/volume.js +11 -6
  87. package/es/Player/demo.d.ts +1 -2
  88. package/es/Player/demo.js +41 -29
  89. package/es/Player/empty.d.ts +1 -2
  90. package/es/Player/empty.js +0 -1
  91. package/es/Player/event/index.d.ts +1 -1
  92. package/es/Player/event/index.js +4 -3
  93. package/es/Player/fps_play.d.ts +1 -2
  94. package/es/Player/fps_play.js +6 -2
  95. package/es/Player/frontend_player.d.ts +1 -2
  96. package/es/Player/frontend_player.js +4 -5
  97. package/es/Player/frontend_timeline.d.ts +1 -3
  98. package/es/Player/frontend_timeline.js +16 -8
  99. package/es/Player/iconfont.d.ts +1 -2
  100. package/es/Player/iconfont.js +1 -2
  101. package/es/Player/live_heart.js +8 -9
  102. package/es/Player/message.d.ts +2 -4
  103. package/es/Player/message.js +16 -7
  104. package/es/Player/player.d.ts +2 -0
  105. package/es/Player/segment_player.d.ts +1 -2
  106. package/es/Player/segment_player.js +4 -5
  107. package/es/Player/segment_timeline.d.ts +1 -3
  108. package/es/Player/segment_timeline.js +19 -9
  109. package/es/Player/single_player.d.ts +0 -1
  110. package/es/Player/single_player.js +18 -15
  111. package/es/Player/timeline.d.ts +5 -3
  112. package/es/Player/timeline.js +10 -4
  113. package/es/Player/util.d.ts +2 -2
  114. package/es/Player/util.js +2 -2
  115. package/es/PlayerExt/demo.d.ts +1 -2
  116. package/es/PlayerExt/demo.js +3 -3
  117. package/es/PlayerExt/index.d.ts +1 -2
  118. package/es/PlayerExt/index.js +10 -5
  119. package/es/Progress/index.d.ts +1 -3
  120. package/es/Progress/index.js +7 -3
  121. package/es/ROI/demo.d.ts +1 -2
  122. package/es/ROI/demo.js +1 -2
  123. package/es/ROI/index.d.ts +1 -2
  124. package/es/ROI/index.js +17 -7
  125. package/es/RefDrawer/Footer.d.ts +1 -1
  126. package/es/RefDrawer/index.d.ts +1 -1
  127. package/es/RefDrawer/index.js +2 -2
  128. package/es/RefModal/demo.d.ts +1 -2
  129. package/es/RefModal/index.d.ts +1 -1
  130. package/es/RefModal/index.js +2 -2
  131. package/es/ScreenPlayer/Live.d.ts +1 -3
  132. package/es/ScreenPlayer/Live.js +10 -11
  133. package/es/ScreenPlayer/LiveTools.d.ts +5 -1
  134. package/es/ScreenPlayer/LiveTools.js +14 -9
  135. package/es/ScreenPlayer/PlayerWithExt.d.ts +3 -3
  136. package/es/ScreenPlayer/PlayerWithExt.js +14 -13
  137. package/es/ScreenPlayer/RatePick.d.ts +1 -2
  138. package/es/ScreenPlayer/RatePick.js +9 -4
  139. package/es/ScreenPlayer/Record.d.ts +1 -3
  140. package/es/ScreenPlayer/Record.js +27 -22
  141. package/es/ScreenPlayer/RecordTools.d.ts +1 -1
  142. package/es/ScreenPlayer/RecordTools.js +11 -13
  143. package/es/ScreenPlayer/ScreenSelect.d.ts +1 -2
  144. package/es/ScreenPlayer/ScreenSelect.js +11 -3
  145. package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -2
  146. package/es/ScreenPlayer/SegmentTimeLine.js +12 -6
  147. package/es/ScreenPlayer/TimeMode.d.ts +1 -2
  148. package/es/ScreenPlayer/TimeMode.js +7 -3
  149. package/es/ScreenPlayer/TimeSelect.d.ts +1 -2
  150. package/es/ScreenPlayer/TimeSelect.js +10 -5
  151. package/es/ScreenPlayer/containerStyle.d.ts +13 -0
  152. package/es/ScreenPlayer/containerStyle.js +32 -0
  153. package/es/ScreenPlayer/demo.d.ts +1 -2
  154. package/es/ScreenPlayer/demo.js +8 -13
  155. package/es/ScreenPlayer/demo2.d.ts +1 -2
  156. package/es/ScreenPlayer/demo2.js +112 -116
  157. package/es/ScreenPlayer/index.d.ts +2 -2
  158. package/es/ScreenPlayer/useTimeSlider.d.ts +2 -2
  159. package/es/ScreenPlayer/useTimeSlider.js +16 -15
  160. package/es/ScreenPlayer/useVideoFit.js +2 -2
  161. package/es/SocketEmitter/eventEmitter.d.ts +1 -1
  162. package/es/TableLayout/index.d.ts +1 -2
  163. package/es/TableLayout/index.js +7 -4
  164. package/es/Timeout/index.d.ts +1 -2
  165. package/es/Timeout/index.js +4 -5
  166. package/es/cache/index.d.ts +1 -1
  167. package/es/cache/index.js +21 -21
  168. package/es/index.d.ts +3 -11
  169. package/es/index.js +3 -11
  170. package/es/likeGo/index.d.ts +2 -0
  171. package/es/{Map/Config/utils.js → likeGo/index.js} +15 -49
  172. package/es/likeGoSync/index.d.ts +2 -0
  173. package/es/likeGoSync/index.js +10 -0
  174. package/es/logger/index.d.ts +4 -4
  175. package/es/nextTick/index.d.ts +1 -1
  176. package/es/nextTick/index.js +2 -6
  177. package/es/recorder/demo.d.ts +2 -0
  178. package/es/recorder/demo.js +200 -0
  179. package/es/recorder/index.d.ts +294 -0
  180. package/es/recorder/index.js +991 -0
  181. package/es/useDrawROI/index.js +8 -12
  182. package/es/useEventEmitterHandle/index.js +2 -2
  183. package/es/useInfiniteScroll/index.d.ts +1 -1
  184. package/es/useInfiniteScroll/index.js +8 -7
  185. package/es/useRafInterval/index.js +2 -2
  186. package/es/useSimpleState/index.js +3 -4
  187. package/es/useVirtualList/index.d.ts +1 -1
  188. package/es/useVirtualList/index.js +5 -8
  189. package/es/utils.d.ts +4 -4
  190. package/es/utils.js +1 -30
  191. package/es/uuid/index.d.ts +2 -1
  192. package/es/uuid/index.js +3 -12
  193. package/package.json +36 -37
  194. package/release-build.sh +3 -2
  195. package/scripts/{entry.js → entry.mjs} +4 -6
  196. package/{icon-fix.js → scripts/icon-fix.mjs} +4 -3
  197. package/tsconfig.json +1 -1
  198. package/es/Auth/index.d.ts +0 -8
  199. package/es/Auth/index.js +0 -18
  200. package/es/AutoExit/index.d.ts +0 -6
  201. package/es/AutoExit/index.js +0 -23
  202. package/es/CheckGroupFixed/index.less +0 -53
  203. package/es/ConfigContext/index.d.ts +0 -22
  204. package/es/ConfigContext/index.js +0 -25
  205. package/es/CustomRenderSelect/index.less +0 -25
  206. package/es/DisableMark/index.less +0 -9
  207. package/es/DynamicGridList/Demo.d.ts +0 -3
  208. package/es/DynamicList/index.less +0 -17
  209. package/es/FullScreen/index.d.ts +0 -22
  210. package/es/FullScreen/index.js +0 -36
  211. package/es/FullScreen/index.less +0 -18
  212. package/es/GridList/Demo.d.ts +0 -3
  213. package/es/GridList/index.less +0 -8
  214. package/es/HightLevel/index.less +0 -3
  215. package/es/ImageView/index.d.ts +0 -17
  216. package/es/ImageView/index.js +0 -58
  217. package/es/ImageView/index.less +0 -11
  218. package/es/LabelPlayer/111.png +0 -0
  219. package/es/LabelPlayer/demo.d.ts +0 -2
  220. package/es/LabelPlayer/demo.js +0 -123
  221. package/es/LabelPlayer/index.d.ts +0 -21
  222. package/es/LabelPlayer/index.js +0 -169
  223. package/es/LabelPlayer/index.less +0 -24
  224. package/es/LabelValue/index.less +0 -23
  225. package/es/List/index.less +0 -13
  226. package/es/ListWithSizeAnimate/index.less +0 -23
  227. package/es/Map/AMap.d.ts +0 -7109
  228. package/es/Map/BasicMap/AMapInstance.d.ts +0 -19
  229. package/es/Map/BasicMap/AMapInstance.js +0 -98
  230. package/es/Map/BasicMap/LeafletInstance.d.ts +0 -18
  231. package/es/Map/BasicMap/LeafletInstance.js +0 -111
  232. package/es/Map/BasicMap/index.d.ts +0 -9
  233. package/es/Map/BasicMap/index.js +0 -98
  234. package/es/Map/BasicMap/index.less +0 -29
  235. package/es/Map/ClusterLayer/demo.d.ts +0 -3
  236. package/es/Map/ClusterLayer/demo.js +0 -22
  237. package/es/Map/ClusterLayer/hook.d.ts +0 -5
  238. package/es/Map/ClusterLayer/hook.js +0 -124
  239. package/es/Map/ClusterLayer/index.d.ts +0 -6
  240. package/es/Map/ClusterLayer/index.js +0 -32
  241. package/es/Map/ClusterLayer/index.less +0 -29
  242. package/es/Map/ClusterLayer/props.d.ts +0 -8
  243. package/es/Map/Config/index.d.ts +0 -9
  244. package/es/Map/Config/index.js +0 -52
  245. package/es/Map/Config/utils.d.ts +0 -2
  246. package/es/Map/Context/index.d.ts +0 -11
  247. package/es/Map/Context/index.js +0 -56
  248. package/es/Map/FindPio/index.d.ts +0 -4
  249. package/es/Map/FindPio/index.js +0 -14
  250. package/es/Map/FindPio/index.less +0 -7
  251. package/es/Map/InfoWindow/MakerLikeWindow.d.ts +0 -4
  252. package/es/Map/InfoWindow/MakerLikeWindow.js +0 -113
  253. package/es/Map/InfoWindow/demo.d.ts +0 -3
  254. package/es/Map/InfoWindow/demo.js +0 -76
  255. package/es/Map/InfoWindow/index.d.ts +0 -11
  256. package/es/Map/InfoWindow/index.js +0 -67
  257. package/es/Map/LevelCenter/DragMarker/index.d.ts +0 -10
  258. package/es/Map/LevelCenter/DragMarker/index.js +0 -44
  259. package/es/Map/LevelCenter/demo.d.ts +0 -3
  260. package/es/Map/LevelCenter/demo.js +0 -46
  261. package/es/Map/LevelCenter/index.d.ts +0 -15
  262. package/es/Map/LevelCenter/index.js +0 -71
  263. package/es/Map/LoaderMap/index.d.ts +0 -12
  264. package/es/Map/LoaderMap/index.js +0 -71
  265. package/es/Map/MapDrawSelect/demo.d.ts +0 -3
  266. package/es/Map/MapDrawSelect/demo.js +0 -79
  267. package/es/Map/MapDrawSelect/index.d.ts +0 -15
  268. package/es/Map/MapDrawSelect/index.js +0 -62
  269. package/es/Map/MouseTool/index.d.ts +0 -10
  270. package/es/Map/MouseTool/index.js +0 -44
  271. package/es/Map/MouseTool/useMouseTools.d.ts +0 -7
  272. package/es/Map/MouseTool/useMouseTools.js +0 -83
  273. package/es/Map/ResetTools/index.d.ts +0 -10
  274. package/es/Map/ResetTools/index.js +0 -67
  275. package/es/Map/ResetTools/index.less +0 -39
  276. package/es/Map/SinglePoint/demo.d.ts +0 -3
  277. package/es/Map/SinglePoint/demo.js +0 -16
  278. package/es/Map/SinglePoint/index.d.ts +0 -27
  279. package/es/Map/SinglePoint/index.js +0 -57
  280. package/es/Map/SinglePoint/index.less +0 -41
  281. package/es/Map/hook/useMapEvent.d.ts +0 -2
  282. package/es/Map/hook/useMapEvent.js +0 -19
  283. package/es/Map/hook/useMapType.d.ts +0 -4
  284. package/es/Map/hook/useMapType.js +0 -12
  285. package/es/Map/icon.d.ts +0 -2
  286. package/es/Map/icon.js +0 -10
  287. package/es/Map/index.d.ts +0 -24
  288. package/es/Map/index.js +0 -25
  289. package/es/Map/interface.d.ts +0 -74
  290. package/es/Map/points.d.ts +0 -74
  291. package/es/Map/points.js +0 -1
  292. package/es/Map/useMarker/index.d.ts +0 -10
  293. package/es/Map/useMarker/index.js +0 -71
  294. package/es/Map/withMap/index.d.ts +0 -3
  295. package/es/Map/withMap/index.js +0 -18
  296. package/es/Picture/component/DefaultRects/index.less +0 -211
  297. package/es/Picture/component/DrawRect/index.less +0 -8
  298. package/es/Picture/component/RectMenu/index.less +0 -36
  299. package/es/Picture/component/Tools/index.less +0 -49
  300. package/es/Picture/index.less +0 -20
  301. package/es/Player/style/bar.less +0 -43
  302. package/es/Player/style/index.less +0 -34
  303. package/es/Player/style/message.less +0 -56
  304. package/es/Player/style/slider.less +0 -106
  305. package/es/Player/style/timeline.less +0 -116
  306. package/es/Player/style/volume.less +0 -24
  307. package/es/PlayerExt/index.less +0 -10
  308. package/es/Progress/index.less +0 -21
  309. package/es/ROI/index.less +0 -33
  310. package/es/ScreenPlayer/index.less +0 -335
  311. package/es/TableLayout/index.less +0 -4
  312. package/es/ThemeAntd/demo.d.ts +0 -4
  313. package/es/ThemeAntd/demo.js +0 -129
  314. package/es/ThemeAntd/demo.less +0 -20
  315. package/es/ThemeAntd/index.d.ts +0 -7
  316. package/es/ThemeAntd/index.js +0 -23
  317. package/es/ThemeAntd/index.less +0 -4
  318. package/es/VList/index.d.ts +0 -11
  319. package/es/VList/index.js +0 -42
  320. package/es/VList/index.less +0 -6
  321. package/es/VList/utils.d.ts +0 -14
  322. package/es/VList/utils.js +0 -17
  323. package/es/bigNumberTransformCN/index.d.ts +0 -5
  324. package/es/bigNumberTransformCN/index.js +0 -60
  325. package/es/useFullscreen/demo.d.ts +0 -2
  326. package/es/useFullscreen/demo.js +0 -48
  327. package/es/useFullscreen/index.d.ts +0 -12
  328. package/es/useFullscreen/index.js +0 -76
  329. /package/es/DynamicGridList/{Demo.js → demo.js} +0 -0
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- interface ILoaderMapProps {
3
- children: React.ReactElement;
4
- MAP_GLABAL_KEY?: 'L' | 'AMap';
5
- }
6
- declare function LoaderMap({ children, MAP_GLABAL_KEY, ...props }: ILoaderMapProps): JSX.Element;
7
- declare namespace LoaderMap {
8
- var defaultProps: {
9
- MAP_GLABAL_KEY: string;
10
- };
11
- }
12
- export default LoaderMap;
@@ -1,71 +0,0 @@
1
- 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); }
2
- var _excluded = ["children", "MAP_GLABAL_KEY"];
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
5
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
9
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
- import React, { useMemo } from 'react';
11
- import Config from "../../Config";
12
- import LoaderScript from "../../LoaderScript";
13
- import { Fragment as _Fragment } from "react/jsx-runtime";
14
- import { jsx as _jsx } from "react/jsx-runtime";
15
- var L_SCRIPTS = [{
16
- scripts: ['https://cdn.bootcdn.net/ajax/libs/leaflet/1.8.0/leaflet.min.js'],
17
- styles: ['https://cdn.bootcdn.net/ajax/libs/leaflet/1.8.0/leaflet.min.css']
18
- // scripts: ['/statics/libs/map/leaflet/leaflet.min.js'],
19
- // styles: ['/statics/libs/map/leaflet/leaflet.min.css'],
20
- }, {
21
- scripts: ['https://cdn.bootcdn.net/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.min.js'
22
- // '/statics/libs/map/leaflet/echarts-leaflet.js'
23
- // '/statics/libs/map/leaflet/leaflet.markercluster.js'
24
- ],
25
-
26
- styles: ['https://cdn.bootcdn.net/ajax/libs/leaflet.markercluster/1.5.3/MarkerCluster.min.css', 'https://cdn.bootcdn.net/ajax/libs/leaflet.markercluster/1.5.3/MarkerCluster.Default.min.css'
27
- // '/statics/libs/map/leaflet/MarkerCluster.css'
28
- // '/statics/libs/map/leaflet/MarkerCluster.Default.css'
29
- ]
30
- }];
31
-
32
- var AMAP_SCRIPTS = [{
33
- scripts: ['https://webapi.amap.com/maps?v=2.0&key=2232e46c0b578b711e6e9851cb92dbfe']
34
- }];
35
- function EmptyParent(_ref) {
36
- var children = _ref.children;
37
- return /*#__PURE__*/_jsx(_Fragment, {
38
- children: children
39
- });
40
- }
41
- function LoaderMap(_ref2) {
42
- var children = _ref2.children,
43
- MAP_GLABAL_KEY = _ref2.MAP_GLABAL_KEY,
44
- props = _objectWithoutProperties(_ref2, _excluded);
45
- var glaobalKey = useMemo(function () {
46
- return MAP_GLABAL_KEY ? MAP_GLABAL_KEY : Config.BSConfig.MAP_GLABAL_KEY || 'L';
47
- }, [MAP_GLABAL_KEY]);
48
- var isL = useMemo(function () {
49
- return glaobalKey === 'L';
50
- }, [glaobalKey]);
51
- var isLoaded = useMemo(function () {
52
- return !!window[glaobalKey];
53
- }, [glaobalKey]);
54
- var options = useMemo(function () {
55
- return isL ? L_SCRIPTS : AMAP_SCRIPTS;
56
- }, [isL]);
57
- var Parent = useMemo(function () {
58
- return isLoaded ? EmptyParent : LoaderScript;
59
- }, [isLoaded]);
60
- return /*#__PURE__*/_jsx(Parent, {
61
- options: options,
62
- children: /*#__PURE__*/React.cloneElement(children, _objectSpread(_objectSpread({}, props), {}, {
63
- isL: isL,
64
- glaobalKey: glaobalKey
65
- }))
66
- });
67
- }
68
- LoaderMap.defaultProps = {
69
- MAP_GLABAL_KEY: 'AMap'
70
- };
71
- export default LoaderMap;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const App: () => JSX.Element;
3
- export default App;
@@ -1,79 +0,0 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
2
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
- import React, { useEffect, useState } from 'react';
8
- import deviceList from "../points";
9
- import MapDrawSelect from "./index";
10
- import { jsx as _jsx } from "react/jsx-runtime";
11
- import { jsxs as _jsxs } from "react/jsx-runtime";
12
- var App = function App() {
13
- var _useState = useState([]),
14
- _useState2 = _slicedToArray(_useState, 2),
15
- points = _useState2[0],
16
- setPoints = _useState2[1];
17
- var _useState3 = useState(),
18
- _useState4 = _slicedToArray(_useState3, 2),
19
- type = _useState4[0],
20
- setType = _useState4[1];
21
- var _useState5 = useState({
22
- zoom: null,
23
- center: null
24
- }),
25
- _useState6 = _slicedToArray(_useState5, 2),
26
- state = _useState6[0],
27
- setState = _useState6[1];
28
- useEffect(function () {
29
- setTimeout(function () {
30
- setPoints(deviceList);
31
- setState({
32
- center: [116.397392, 39.918206],
33
- zoom: 13.74
34
- });
35
- }, 1000);
36
- }, []);
37
- return /*#__PURE__*/_jsx("div", {
38
- style: {
39
- width: '100%',
40
- height: 800
41
- },
42
- children: /*#__PURE__*/_jsx(MapDrawSelect, {
43
- zoom: state.zoom,
44
- center: state.center,
45
- points: points,
46
- drawEnd: console.log,
47
- drawType: type,
48
- drawUi: /*#__PURE__*/_jsxs("div", {
49
- style: {
50
- position: 'absolute',
51
- right: 20,
52
- top: 120
53
- },
54
- children: [/*#__PURE__*/_jsx("span", {
55
- onClick: function onClick() {
56
- return setType(type === 'rect' ? 'close' : 'rect');
57
- },
58
- children: "\u77E9\u5F62"
59
- }), /*#__PURE__*/_jsx("span", {
60
- onClick: function onClick() {
61
- return setType(type === 'polygon' ? 'close' : 'polygon');
62
- },
63
- children: "\u591A\u8FB9\u5F62"
64
- }), /*#__PURE__*/_jsx("span", {
65
- onClick: function onClick() {
66
- return setType(type === 'circle' ? 'close' : 'circle');
67
- },
68
- children: "\u5706\u5F27"
69
- }), /*#__PURE__*/_jsx("span", {
70
- onClick: function onClick() {
71
- return setType('clear');
72
- },
73
- children: "\u6E05\u9664"
74
- })]
75
- })
76
- })
77
- });
78
- };
79
- export default App;
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { DrawType, MapPoint } from '../interface';
3
- export interface IMapDrawSelectProps {
4
- center?: [number, number];
5
- zoom?: number;
6
- points: MapPoint[];
7
- children?: React.ReactNode;
8
- drawUi?: React.ReactNode;
9
- drawType?: DrawType | 'clear' | 'close';
10
- selectCenter?: [number, number];
11
- drawEnd?: (points: MapPoint[]) => void;
12
- onPointClick?: (point: MapPoint) => void;
13
- }
14
- declare const _default: (props: IMapDrawSelectProps) => JSX.Element;
15
- export default _default;
@@ -1,62 +0,0 @@
1
- import _useUpdateEffect from "ahooks/es/useUpdateEffect";
2
- import _useMount from "ahooks/es/useMount";
3
- import React, { useCallback, useContext, useEffect, useMemo } from 'react';
4
- import ClusterLayer from "../ClusterLayer";
5
- import { mapContext } from "../Context";
6
- import MouseTool from "../MouseTool";
7
- import ResetTools from "../ResetTools";
8
- import withMap from "../withMap";
9
- import { jsx as _jsx } from "react/jsx-runtime";
10
- import { Fragment as _Fragment } from "react/jsx-runtime";
11
- import { jsxs as _jsxs } from "react/jsx-runtime";
12
- function MapDrawSelect(_ref) {
13
- var center = _ref.center,
14
- zoom = _ref.zoom,
15
- points = _ref.points,
16
- children = _ref.children,
17
- drawUi = _ref.drawUi,
18
- drawType = _ref.drawType,
19
- selectCenter = _ref.selectCenter,
20
- drawEnd = _ref.drawEnd,
21
- onPointClick = _ref.onPointClick;
22
- var _useContext = useContext(mapContext),
23
- instance = _useContext.instance;
24
- // eslint-disable-next-line react-hooks/exhaustive-deps
25
- var defaultCenter = useMemo(function () {
26
- return center || instance.config.center;
27
- }, [center]);
28
- // eslint-disable-next-line react-hooks/exhaustive-deps
29
- var defaultZoom = useMemo(function () {
30
- return zoom || instance.config.zoom;
31
- }, [zoom]);
32
-
33
- // eslint-disable-next-line react-hooks/exhaustive-deps
34
- var mapRest = useCallback(function () {
35
- return instance.setZoomAndCenter(defaultZoom, defaultCenter);
36
- }, [defaultZoom, defaultCenter]);
37
- _useMount(function () {
38
- return mapRest();
39
- });
40
- _useUpdateEffect(function () {
41
- return instance.setZoomAndCenter(defaultZoom, defaultCenter);
42
- }, [defaultZoom, defaultCenter]);
43
- useEffect(function () {
44
- if (selectCenter) {
45
- instance.setZoomAndCenter(defaultZoom, selectCenter);
46
- }
47
- }, [defaultZoom, instance, selectCenter]);
48
- return /*#__PURE__*/_jsxs(_Fragment, {
49
- children: [/*#__PURE__*/_jsx(ClusterLayer, {
50
- points: points,
51
- onPointClick: onPointClick
52
- }), /*#__PURE__*/_jsx(ResetTools, {
53
- onMapReset: mapRest
54
- }), /*#__PURE__*/_jsx(MouseTool, {
55
- ui: drawUi,
56
- drawType: drawType,
57
- drawEnd: drawEnd,
58
- points: points
59
- }), children]
60
- });
61
- }
62
- export default withMap(MapDrawSelect, 'map-draw-select-container');
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { DrawType, MapPoint } from '../interface';
3
- interface IMouseTool {
4
- ui: React.ReactNode;
5
- drawType?: DrawType | 'clear' | 'close';
6
- drawEnd?: (points: MapPoint[]) => void;
7
- points?: MapPoint[];
8
- }
9
- declare function MouseTool({ ui, drawType, points, drawEnd }: IMouseTool): JSX.Element;
10
- export default MouseTool;
@@ -1,44 +0,0 @@
1
- import _useUpdateEffect from "ahooks/es/useUpdateEffect";
2
- import React from 'react';
3
- import nextTick from "../../nextTick";
4
- import useMouseTools from "./useMouseTools";
5
- import { Fragment as _Fragment } from "react/jsx-runtime";
6
- import { jsx as _jsx } from "react/jsx-runtime";
7
- function MouseTool(_ref) {
8
- var ui = _ref.ui,
9
- drawType = _ref.drawType,
10
- _ref$points = _ref.points,
11
- points = _ref$points === void 0 ? [] : _ref$points,
12
- drawEnd = _ref.drawEnd;
13
- var _useMouseTools = useMouseTools(function (obj) {
14
- var selectPoints = [];
15
- for (var i = 0; i < points.length; i++) {
16
- var item = points[i];
17
- if (item.longitude && item.latitude && obj.contains([item.longitude, item.latitude])) {
18
- selectPoints.push(item);
19
- }
20
- }
21
- nextTick(function () {
22
- return drawEnd === null || drawEnd === void 0 ? void 0 : drawEnd(selectPoints);
23
- });
24
- }),
25
- draw = _useMouseTools.draw,
26
- close = _useMouseTools.close;
27
- _useUpdateEffect(function () {
28
- switch (drawType) {
29
- case 'clear':
30
- close(true);
31
- break;
32
- case 'close':
33
- close();
34
- break;
35
- default:
36
- draw(drawType);
37
- break;
38
- }
39
- }, [drawType]);
40
- return /*#__PURE__*/_jsx(_Fragment, {
41
- children: ui
42
- });
43
- }
44
- export default MouseTool;
@@ -1,7 +0,0 @@
1
- import { DrawType } from '../interface';
2
- declare function useMouseTools(onDrawEnd?: (obj: any) => void): {
3
- clear: (objs: any[]) => void;
4
- draw: (type: DrawType) => void;
5
- close: (ifClear?: boolean) => void;
6
- };
7
- export default useMouseTools;
@@ -1,83 +0,0 @@
1
- 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); }
2
- import _useMount from "ahooks/es/useMount";
3
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
5
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
9
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
10
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
11
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
12
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
13
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
14
- import { useContext, useEffect, useRef, useState } from 'react';
15
- import { mapContext } from "../Context";
16
- function useMouseTools(onDrawEnd) {
17
- var _useState = useState({
18
- focusKey: Date.now()
19
- }),
20
- _useState2 = _slicedToArray(_useState, 2),
21
- state = _useState2[0],
22
- setState = _useState2[1];
23
- var _useContext = useContext(mapContext),
24
- instance = _useContext.instance;
25
- var overlayersRef = useRef([]);
26
- var mouseRef = useRef(null);
27
- _useMount(function () {
28
- var map = instance.map;
29
- AMap.plugin(['AMap.MouseTool'], function () {
30
- mouseRef.current = new AMap.MouseTool(map);
31
- setState(function (old) {
32
- return _objectSpread(_objectSpread({}, old), {}, {
33
- focusKey: Date.now()
34
- });
35
- });
36
- });
37
- });
38
- useEffect(function () {
39
- if (!mouseRef.current) {
40
- return undefined;
41
- }
42
- var fn = function fn(e) {
43
- overlayersRef.current.push(e.obj);
44
- onDrawEnd === null || onDrawEnd === void 0 ? void 0 : onDrawEnd(e.obj);
45
- };
46
- mouseRef.current.on('draw', fn);
47
- return function () {
48
- mouseRef.current.off('draw', fn);
49
- };
50
- }, [onDrawEnd, state.focusKey]);
51
- var draw = function draw(type) {
52
- if (!mouseRef.current) {
53
- return;
54
- }
55
- switch (type) {
56
- case 'rect':
57
- mouseRef.current.rectangle();
58
- break;
59
- case 'polygon':
60
- mouseRef.current.polygon();
61
- break;
62
- case 'circle':
63
- mouseRef.current.circle();
64
- }
65
- };
66
- var clear = function clear(objs) {
67
- objs.forEach(function (obj) {
68
- instance.map.remove(obj);
69
- });
70
- };
71
- var close = function close(ifClear) {
72
- if (!mouseRef.current) {
73
- return;
74
- }
75
- mouseRef.current.close(ifClear);
76
- };
77
- return {
78
- clear: clear,
79
- draw: draw,
80
- close: close
81
- };
82
- }
83
- export default useMouseTools;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import '../../Player/style/iconfont';
3
- import './index.less';
4
- export interface IResetTools {
5
- onMapReset?: () => void;
6
- onMapZoom?: (num: number) => void;
7
- className?: string;
8
- }
9
- declare function ResetTools({ onMapReset, onMapZoom, className }: IResetTools): JSX.Element;
10
- export default ResetTools;
@@ -1,67 +0,0 @@
1
- import React, { useCallback, useContext } from 'react';
2
- import { mapContext } from "../Context";
3
- import { Popover } from 'antd';
4
- import IconFont from "../../IconFont";
5
- import "../../Player/style/iconfont";
6
- import "./index.less";
7
- import { jsx as _jsx } from "react/jsx-runtime";
8
- import { jsxs as _jsxs } from "react/jsx-runtime";
9
- function ResetTools(_ref) {
10
- var onMapReset = _ref.onMapReset,
11
- onMapZoom = _ref.onMapZoom,
12
- _ref$className = _ref.className,
13
- className = _ref$className === void 0 ? '' : _ref$className;
14
- var _useContext = useContext(mapContext),
15
- instance = _useContext.instance;
16
- var mapReset = useCallback(function () {
17
- return onMapReset ? onMapReset() : instance.mapReset();
18
- }, []);
19
- var mapZoom = useCallback(function (num) {
20
- return onMapZoom ? onMapZoom(num) : instance.setZoom(instance.getZoom() + num);
21
- }, []);
22
- return /*#__PURE__*/_jsxs("div", {
23
- className: "map-reset-tool-container ".concat(className),
24
- children: [/*#__PURE__*/_jsx(Popover, {
25
- placement: "left",
26
- content: "\u590D\u4F4D",
27
- overlayClassName: "map-rest-tools-item-popup",
28
- children: /*#__PURE__*/_jsx("div", {
29
- className: "map-reset map-tool-icon",
30
- onClick: mapReset,
31
- children: /*#__PURE__*/_jsx(IconFont, {
32
- type: "lm-player-S_Bar_Reduction"
33
- })
34
- })
35
- }), /*#__PURE__*/_jsxs("div", {
36
- className: "map-zoom",
37
- children: [/*#__PURE__*/_jsx(Popover, {
38
- placement: "left",
39
- content: "\u653E\u5927",
40
- overlayClassName: "map-rest-tools-item-popup",
41
- children: /*#__PURE__*/_jsx("div", {
42
- className: "map-tool-icon",
43
- onClick: function onClick() {
44
- return mapZoom(1);
45
- },
46
- children: /*#__PURE__*/_jsx(IconFont, {
47
- type: "lm-player-S_Edit_LinePlus"
48
- })
49
- })
50
- }), /*#__PURE__*/_jsx(Popover, {
51
- placement: "left",
52
- content: "\u7F29\u5C0F",
53
- overlayClassName: "map-rest-tools-item-popup",
54
- children: /*#__PURE__*/_jsx("div", {
55
- className: "map-tool-icon",
56
- onClick: function onClick() {
57
- return mapZoom(-1);
58
- },
59
- children: /*#__PURE__*/_jsx(IconFont, {
60
- type: "lm-player-S_Edit_LineMinus"
61
- })
62
- })
63
- })]
64
- })]
65
- });
66
- }
67
- export default ResetTools;
@@ -1,39 +0,0 @@
1
- .map-reset-tool-container {
2
- position: absolute;
3
- right: 10px;
4
- bottom: 10px;
5
- z-index: 3;
6
- padding: 5px 0;
7
- background: #fff;
8
-
9
- .map-reset,
10
- .map-zoom {
11
- background: #fff;
12
- }
13
-
14
- .map-zoom {
15
- margin-bottom: 0;
16
- }
17
-
18
- .map-tool-icon {
19
- display: flex;
20
- width: 30px;
21
- height: 25px;
22
- font-size: 18px;
23
- color: var(--icon);
24
- cursor: pointer;
25
- align-items: center;
26
- justify-content: center;
27
-
28
- &:hover {
29
- color: var(--primary);
30
- }
31
- }
32
- }
33
-
34
- .map-rest-tools-item-popup {
35
- .ant-popover-inner-content {
36
- padding: 4px 8px;
37
- font-size: var(--fs-small);
38
- }
39
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const App: () => JSX.Element;
3
- export default App;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import SinglePoint from "./index";
3
- import { jsx as _jsx } from "react/jsx-runtime";
4
- var App = function App() {
5
- return /*#__PURE__*/_jsx("div", {
6
- style: {
7
- width: '100%',
8
- height: 800
9
- },
10
- children: /*#__PURE__*/_jsx(SinglePoint, {
11
- center: [112.94477421092171, 38.499347690146514],
12
- title: "\u8BBE\u7F6E1111"
13
- })
14
- });
15
- };
16
- export default App;
@@ -1,27 +0,0 @@
1
- import React from 'react';
2
- import { MapPoint } from '../interface';
3
- import './index.less';
4
- export interface ISinglePlayerProps {
5
- /**
6
- * 点位经纬度
7
- */
8
- center?: [number, number];
9
- /**
10
- * 展示标题
11
- */
12
- title?: string;
13
- points?: MapPoint[];
14
- /**
15
- * 开启点击设置
16
- */
17
- enableClick?: boolean;
18
- /**
19
- * 中心点变化
20
- */
21
- onCenterChange?: (options: {
22
- center: [number, number];
23
- }) => void;
24
- children?: React.ReactNode;
25
- }
26
- declare const _default: (props: ISinglePlayerProps) => JSX.Element;
27
- export default _default;
@@ -1,57 +0,0 @@
1
- import _useMount from "ahooks/es/useMount";
2
- import React, { useCallback, useContext } from 'react';
3
- import ClusterLayer from "../ClusterLayer";
4
- import ResetTools from "../ResetTools";
5
- import DragMarker from "../LevelCenter/DragMarker";
6
- import withMap from "../withMap";
7
- import { mapContext } from "../Context";
8
- import useMapEvent from "../hook/useMapEvent";
9
- import "./index.less";
10
- import { jsx as _jsx } from "react/jsx-runtime";
11
- import { Fragment as _Fragment } from "react/jsx-runtime";
12
- import { jsxs as _jsxs } from "react/jsx-runtime";
13
- function SinglePoint(_ref) {
14
- var center = _ref.center,
15
- points = _ref.points,
16
- onCenterChange = _ref.onCenterChange,
17
- enableClick = _ref.enableClick,
18
- title = _ref.title,
19
- children = _ref.children;
20
- var _useContext = useContext(mapContext),
21
- instance = _useContext.instance;
22
- var mapRest = useCallback(function () {
23
- return instance.setZoomAndCenter(instance.config.zoom, center !== null && center !== void 0 ? center : instance.config.center);
24
- }, [center, instance]);
25
- _useMount(function () {
26
- if (enableClick) {
27
- instance.setCursor('pointer');
28
- }
29
- mapRest();
30
- });
31
- useMapEvent('click', function (event) {
32
- if (enableClick) {
33
- var _center = [event.lnglat.lng, event.lnglat.lat];
34
- instance.setCenter(_center);
35
- onCenterChange === null || onCenterChange === void 0 ? void 0 : onCenterChange({
36
- center: _center
37
- });
38
- }
39
- });
40
- return /*#__PURE__*/_jsxs(_Fragment, {
41
- children: [/*#__PURE__*/_jsx(ClusterLayer, {
42
- points: points
43
- }), /*#__PURE__*/_jsx(ResetTools, {
44
- onMapReset: mapRest
45
- }), /*#__PURE__*/_jsx(DragMarker, {
46
- title: title,
47
- center: center,
48
- onChange: function onChange(_ref2) {
49
- var center = _ref2.center;
50
- return onCenterChange === null || onCenterChange === void 0 ? void 0 : onCenterChange({
51
- center: center
52
- });
53
- }
54
- }), children]
55
- });
56
- }
57
- export default withMap(SinglePoint, 'single-point-map-container');