@vtx/modals2 3.2.9 → 3.2.11

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 (581) hide show
  1. package/lib/index.js +112 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +15 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.js +15 -0
  6. package/lib/style/index.js.map +1 -0
  7. package/lib/typings.d.ts +15 -0
  8. package/lib/util/index.js +25 -0
  9. package/lib/util/index.js.map +1 -0
  10. package/lib/vm-appraisal-info/AppraisalBase.js +77 -0
  11. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  12. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  13. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  14. package/lib/vm-appraisal-info/List.js +57 -0
  15. package/lib/vm-appraisal-info/List.js.map +1 -0
  16. package/lib/vm-appraisal-info/ListKh.js +154 -0
  17. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  18. package/lib/vm-appraisal-info/ListZg.js +159 -0
  19. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  20. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  21. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  22. package/lib/vm-appraisal-info/Zgxxhz.js +63 -0
  23. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  24. package/lib/vm-appraisal-info/api.js +164 -0
  25. package/lib/vm-appraisal-info/api.js.map +1 -0
  26. package/lib/vm-appraisal-info/index.js +160 -0
  27. package/lib/vm-appraisal-info/index.js.map +1 -0
  28. package/lib/vm-appraisal-info/style/css.js +4 -0
  29. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  30. package/lib/vm-appraisal-info/style/index.js +4 -0
  31. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  32. package/lib/vm-button/index.js +27 -0
  33. package/lib/vm-button/index.js.map +1 -0
  34. package/lib/vm-button/style/css.js +4 -0
  35. package/lib/vm-button/style/css.js.map +1 -0
  36. package/lib/vm-button/style/index.js +4 -0
  37. package/lib/vm-button/style/index.js.map +1 -0
  38. package/lib/vm-charts/Distribute1.js +137 -0
  39. package/lib/vm-charts/Distribute1.js.map +1 -0
  40. package/lib/vm-charts/Gauge1.js +149 -0
  41. package/lib/vm-charts/Gauge1.js.map +1 -0
  42. package/lib/vm-charts/Line1.js +96 -0
  43. package/lib/vm-charts/Line1.js.map +1 -0
  44. package/lib/vm-charts/index.js +28 -0
  45. package/lib/vm-charts/index.js.map +1 -0
  46. package/lib/vm-filter/index.js +170 -0
  47. package/lib/vm-filter/index.js.map +1 -0
  48. package/lib/vm-filter/style/css.js +4 -0
  49. package/lib/vm-filter/style/css.js.map +1 -0
  50. package/lib/vm-filter/style/index.js +4 -0
  51. package/lib/vm-filter/style/index.js.map +1 -0
  52. package/lib/vm-hooks/useSettings.js +33 -0
  53. package/lib/vm-hooks/useSettings.js.map +1 -0
  54. package/lib/vm-image-text/index.js +36 -0
  55. package/lib/vm-image-text/index.js.map +1 -0
  56. package/lib/vm-image-text/style/css.js +4 -0
  57. package/lib/vm-image-text/style/css.js.map +1 -0
  58. package/lib/vm-image-text/style/index.js +4 -0
  59. package/lib/vm-image-text/style/index.js.map +1 -0
  60. package/lib/vm-info-collection/index.js +55 -0
  61. package/lib/vm-info-collection/index.js.map +1 -0
  62. package/lib/vm-info-collection/style/css.js +4 -0
  63. package/lib/vm-info-collection/style/css.js.map +1 -0
  64. package/lib/vm-info-collection/style/index.js +4 -0
  65. package/lib/vm-info-collection/style/index.js.map +1 -0
  66. package/lib/vm-map/index.js +230 -0
  67. package/lib/vm-map/index.js.map +1 -0
  68. package/lib/vm-map/mapStyle.js +4730 -0
  69. package/lib/vm-map/mapStyle.js.map +1 -0
  70. package/lib/vm-nodata/index.js +22 -0
  71. package/lib/vm-nodata/index.js.map +1 -0
  72. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  73. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  74. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  75. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  76. package/lib/vm-repair-maintain/RmRecord.js +151 -0
  77. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  78. package/lib/vm-repair-maintain/RmType.js +104 -0
  79. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  80. package/lib/vm-repair-maintain/api.js +95 -0
  81. package/lib/vm-repair-maintain/api.js.map +1 -0
  82. package/lib/vm-repair-maintain/index.js +56 -0
  83. package/lib/vm-repair-maintain/index.js.map +1 -0
  84. package/lib/vm-repair-maintain/style/css.js +4 -0
  85. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  86. package/lib/vm-repair-maintain/style/index.js +4 -0
  87. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  88. package/lib/vm-sub-tabs/index.js +43 -0
  89. package/lib/vm-sub-tabs/index.js.map +1 -0
  90. package/lib/vm-sub-tabs/style/css.js +4 -0
  91. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  92. package/lib/vm-sub-tabs/style/index.js +4 -0
  93. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  94. package/lib/vm-sub-title/index.js +28 -0
  95. package/lib/vm-sub-title/index.js.map +1 -0
  96. package/lib/vm-sub-title/style/css.js +4 -0
  97. package/lib/vm-sub-title/style/css.js.map +1 -0
  98. package/lib/vm-sub-title/style/index.js +4 -0
  99. package/lib/vm-sub-title/style/index.js.map +1 -0
  100. package/lib/vm-table/index.js +200 -0
  101. package/lib/vm-table/index.js.map +1 -0
  102. package/lib/vm-table/style/css.js +4 -0
  103. package/lib/vm-table/style/css.js.map +1 -0
  104. package/lib/vm-table/style/index.js +4 -0
  105. package/lib/vm-table/style/index.js.map +1 -0
  106. package/lib/vm-video/api.js +30 -0
  107. package/lib/vm-video/api.js.map +1 -0
  108. package/lib/vm-video/index.js +41 -0
  109. package/lib/vm-video/index.js.map +1 -0
  110. package/lib/vtx-base-modal/api.js +35 -0
  111. package/lib/vtx-base-modal/api.js.map +1 -0
  112. package/lib/vtx-base-modal/index.js +212 -0
  113. package/lib/vtx-base-modal/index.js.map +1 -0
  114. package/lib/vtx-base-modal/style/css.js +4 -0
  115. package/lib/vtx-base-modal/style/css.js.map +1 -0
  116. package/lib/vtx-base-modal/style/index.js +4 -0
  117. package/lib/vtx-base-modal/style/index.js.map +1 -0
  118. package/lib/vtx-car-modal/api.js +605 -0
  119. package/lib/vtx-car-modal/api.js.map +1 -0
  120. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  121. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  122. package/lib/vtx-car-modal/components/AlarmInfo/List.js +186 -0
  123. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  124. package/lib/vtx-car-modal/components/AlarmInfo/index.js +126 -0
  125. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  126. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +78 -0
  127. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  128. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  129. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  130. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  131. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  132. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  133. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  134. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  135. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  136. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  137. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  138. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  139. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  140. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  141. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  142. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  143. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  144. package/lib/vtx-car-modal/components/BaseInfo/index.js +224 -0
  145. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  146. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  147. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  148. package/lib/vtx-car-modal/components/OilConsumption/List.js +88 -0
  149. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  150. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  151. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  152. package/lib/vtx-car-modal/components/OilConsumption/index.js +138 -0
  153. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  154. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  155. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  156. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  157. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  158. package/lib/vtx-car-modal/components/StaticInfo/index.js +93 -0
  159. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  160. package/lib/vtx-car-modal/components/WaterConsumption/index.js +116 -0
  161. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  162. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  163. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  164. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +313 -0
  165. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  166. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +398 -0
  167. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  168. package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
  169. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  170. package/lib/vtx-car-modal/components/index.js +56 -0
  171. package/lib/vtx-car-modal/components/index.js.map +1 -0
  172. package/lib/vtx-car-modal/index.js +129 -0
  173. package/lib/vtx-car-modal/index.js.map +1 -0
  174. package/lib/vtx-car-modal/style/css.js +11 -0
  175. package/lib/vtx-car-modal/style/css.js.map +1 -0
  176. package/lib/vtx-car-modal/style/index.js +11 -0
  177. package/lib/vtx-car-modal/style/index.js.map +1 -0
  178. package/lib/vtx-cp-modal/api.js +336 -0
  179. package/lib/vtx-cp-modal/api.js.map +1 -0
  180. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +174 -0
  181. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  182. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  183. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  184. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
  185. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  186. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  187. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  188. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +118 -0
  189. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  190. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +52 -0
  191. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  192. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +143 -0
  193. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  194. package/lib/vtx-cp-modal/components/BaseInfo/index.js +88 -0
  195. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  196. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +196 -0
  197. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  198. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  199. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  200. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +164 -0
  201. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  202. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  203. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  204. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  205. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  206. package/lib/vtx-cp-modal/components/SyInfo/index.js +371 -0
  207. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  208. package/lib/vtx-cp-modal/components/index.js +35 -0
  209. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  210. package/lib/vtx-cp-modal/index.js +101 -0
  211. package/lib/vtx-cp-modal/index.js.map +1 -0
  212. package/lib/vtx-cp-modal/style/css.js +5 -0
  213. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  214. package/lib/vtx-cp-modal/style/index.js +5 -0
  215. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  216. package/lib/vtx-default-modal/api.js +52 -0
  217. package/lib/vtx-default-modal/api.js.map +1 -0
  218. package/lib/vtx-default-modal/components/BaseInfo/index.js +61 -0
  219. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  220. package/lib/vtx-default-modal/components/index.js +14 -0
  221. package/lib/vtx-default-modal/components/index.js.map +1 -0
  222. package/lib/vtx-default-modal/index.js +84 -0
  223. package/lib/vtx-default-modal/index.js.map +1 -0
  224. package/lib/vtx-default-modal/style/css.js +5 -0
  225. package/lib/vtx-default-modal/style/css.js.map +1 -0
  226. package/lib/vtx-default-modal/style/index.js +5 -0
  227. package/lib/vtx-default-modal/style/index.js.map +1 -0
  228. package/lib/vtx-df-modal/api.js +314 -0
  229. package/lib/vtx-df-modal/api.js.map +1 -0
  230. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  231. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  232. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  233. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  234. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +118 -0
  235. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  236. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  237. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  238. package/lib/vtx-df-modal/components/BaseInfo/index.js +136 -0
  239. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  240. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +125 -0
  241. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  242. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +134 -0
  243. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  244. package/lib/vtx-df-modal/components/Metering/List.js +115 -0
  245. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  246. package/lib/vtx-df-modal/components/Metering/index.js +174 -0
  247. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  248. package/lib/vtx-df-modal/components/OdorAlarm/List.js +115 -0
  249. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +1 -0
  250. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  251. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  252. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  253. package/lib/vtx-df-modal/components/OdorAlarm/index.css +1 -1
  254. package/lib/vtx-df-modal/components/OdorAlarm/index.js +196 -0
  255. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +1 -0
  256. package/lib/vtx-df-modal/components/OdorAlarm/index.less +1 -1
  257. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +113 -0
  258. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  259. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +116 -0
  260. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  261. package/lib/vtx-df-modal/components/WorkCondition/index.js +98 -0
  262. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  263. package/lib/vtx-df-modal/components/index.js +35 -0
  264. package/lib/vtx-df-modal/components/index.js.map +1 -0
  265. package/lib/vtx-df-modal/index.js +135 -0
  266. package/lib/vtx-df-modal/index.js.map +1 -0
  267. package/lib/vtx-df-modal/style/css.js +7 -0
  268. package/lib/vtx-df-modal/style/css.js.map +1 -0
  269. package/lib/vtx-df-modal/style/index.js +7 -0
  270. package/lib/vtx-df-modal/style/index.js.map +1 -0
  271. package/lib/vtx-facility-modal/api.js +123 -0
  272. package/lib/vtx-facility-modal/api.js.map +1 -0
  273. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  274. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  275. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  276. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  277. package/lib/vtx-facility-modal/components/index.js +14 -0
  278. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  279. package/lib/vtx-facility-modal/config.js +68 -0
  280. package/lib/vtx-facility-modal/config.js.map +1 -0
  281. package/lib/vtx-facility-modal/index.js +48 -0
  282. package/lib/vtx-facility-modal/index.js.map +1 -0
  283. package/lib/vtx-facility-modal/style/css.js +5 -0
  284. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  285. package/lib/vtx-facility-modal/style/index.js +5 -0
  286. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  287. package/lib/vtx-facility-modal/types.js +6 -0
  288. package/lib/vtx-facility-modal/types.js.map +1 -0
  289. package/lib/vtx-housing-estate-modal/api.js +613 -0
  290. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  291. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  292. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  293. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  294. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  295. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  296. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  297. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  298. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  299. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  300. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  301. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +181 -0
  302. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  303. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +61 -0
  304. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  305. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  306. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  307. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  308. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  309. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +196 -0
  310. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  311. package/lib/vtx-housing-estate-modal/components/OverView/index.js +57 -0
  312. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  313. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  314. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  315. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +301 -0
  316. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  317. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  318. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  319. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  320. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  321. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  322. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  323. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  324. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  325. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  326. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  327. package/lib/vtx-housing-estate-modal/config.js +79 -0
  328. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  329. package/lib/vtx-housing-estate-modal/index.js +88 -0
  330. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  331. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  332. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  333. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  334. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  335. package/lib/vtx-housing-estate-modal/types.js +6 -0
  336. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  337. package/lib/vtx-kh-modal/api.js +74 -0
  338. package/lib/vtx-kh-modal/api.js.map +1 -0
  339. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  340. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  341. package/lib/vtx-kh-modal/components/index.js +14 -0
  342. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  343. package/lib/vtx-kh-modal/index.js +92 -0
  344. package/lib/vtx-kh-modal/index.js.map +1 -0
  345. package/lib/vtx-kh-modal/style/css.js +5 -0
  346. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  347. package/lib/vtx-kh-modal/style/index.js +5 -0
  348. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  349. package/lib/vtx-ljfl-tfd-modal/api.js +601 -0
  350. package/lib/vtx-ljfl-tfd-modal/api.js.map +1 -0
  351. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +96 -0
  352. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +1 -0
  353. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +238 -0
  354. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +1 -0
  355. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +326 -0
  356. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +1 -0
  357. package/lib/vtx-ljfl-tfd-modal/components/index.js +28 -0
  358. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +1 -0
  359. package/lib/vtx-ljfl-tfd-modal/config.js +73 -0
  360. package/lib/vtx-ljfl-tfd-modal/config.js.map +1 -0
  361. package/lib/vtx-ljfl-tfd-modal/index.js +89 -0
  362. package/lib/vtx-ljfl-tfd-modal/index.js.map +1 -0
  363. package/lib/vtx-ljfl-tfd-modal/style/css.js +5 -0
  364. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +1 -0
  365. package/lib/vtx-ljfl-tfd-modal/style/index.js +5 -0
  366. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +1 -0
  367. package/lib/vtx-ljfl-tfd-modal/types.js +6 -0
  368. package/lib/vtx-ljfl-tfd-modal/types.js.map +1 -0
  369. package/lib/vtx-restaurant-modal/api.js +153 -0
  370. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  371. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  372. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  373. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +60 -0
  374. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  375. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +84 -0
  376. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  377. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  378. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  379. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +50 -0
  380. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  381. package/lib/vtx-restaurant-modal/components/Basic/Info.js +51 -0
  382. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  383. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +67 -0
  384. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  385. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  386. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  387. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  388. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  389. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  390. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  391. package/lib/vtx-restaurant-modal/config.js +55 -0
  392. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  393. package/lib/vtx-restaurant-modal/index.js +57 -0
  394. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  395. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  396. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  397. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  398. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  399. package/lib/vtx-restaurant-modal/type.js +6 -0
  400. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  401. package/lib/vtx-road-modal/api.js +136 -0
  402. package/lib/vtx-road-modal/api.js.map +1 -0
  403. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  404. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  405. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +160 -0
  406. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  407. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +82 -0
  408. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  409. package/lib/vtx-road-modal/components/BaseInfo/index.js +62 -0
  410. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  411. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  412. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  413. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  414. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  415. package/lib/vtx-road-modal/components/Statistical/index.js +182 -0
  416. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  417. package/lib/vtx-road-modal/components/index.js +21 -0
  418. package/lib/vtx-road-modal/components/index.js.map +1 -0
  419. package/lib/vtx-road-modal/index.js +98 -0
  420. package/lib/vtx-road-modal/index.js.map +1 -0
  421. package/lib/vtx-road-modal/style/css.js +6 -0
  422. package/lib/vtx-road-modal/style/css.js.map +1 -0
  423. package/lib/vtx-road-modal/style/index.js +6 -0
  424. package/lib/vtx-road-modal/style/index.js.map +1 -0
  425. package/lib/vtx-staff-modal/api.js +311 -0
  426. package/lib/vtx-staff-modal/api.js.map +1 -0
  427. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  428. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  429. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +122 -0
  430. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  431. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +106 -0
  432. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  433. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  434. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  435. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  436. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  437. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  438. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  439. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  440. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  441. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  442. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  443. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  444. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  445. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  446. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  447. package/lib/vtx-staff-modal/components/BaseInfo/index.js +234 -0
  448. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  449. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  450. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  451. package/lib/vtx-staff-modal/components/index.js +35 -0
  452. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  453. package/lib/vtx-staff-modal/index.js +77 -0
  454. package/lib/vtx-staff-modal/index.js.map +1 -0
  455. package/lib/vtx-staff-modal/style/css.js +8 -0
  456. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  457. package/lib/vtx-staff-modal/style/index.js +8 -0
  458. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  459. package/lib/vtx-theme-provider/index.js +22 -0
  460. package/lib/vtx-theme-provider/index.js.map +1 -0
  461. package/lib/vtx-throw-point-modal/api.js +531 -0
  462. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  463. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  464. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  465. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  466. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  467. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  468. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  469. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  470. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  471. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  472. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  473. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  474. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  475. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  476. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  477. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  478. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  479. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  480. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  481. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  482. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  483. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  484. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  485. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  486. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  487. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +333 -0
  488. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  489. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  490. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  491. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  492. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  493. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  494. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  495. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  496. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  497. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  498. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  499. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  500. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  501. package/lib/vtx-throw-point-modal/config.js +67 -0
  502. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  503. package/lib/vtx-throw-point-modal/index.js +104 -0
  504. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  505. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  506. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  507. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  508. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  509. package/lib/vtx-throw-point-modal/types.js +6 -0
  510. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  511. package/lib/vtx-wr-modal/api.js +381 -0
  512. package/lib/vtx-wr-modal/api.js.map +1 -0
  513. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +249 -0
  514. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  515. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  516. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  517. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
  518. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  519. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  520. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  521. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  522. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  523. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +39 -0
  524. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  525. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  526. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  527. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  528. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  529. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +101 -0
  530. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  531. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  532. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  533. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +141 -0
  534. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  535. package/lib/vtx-wr-modal/components/Evaluate/index.js +47 -0
  536. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  537. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +156 -0
  538. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  539. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +172 -0
  540. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  541. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  542. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  543. package/lib/vtx-wr-modal/components/index.js +35 -0
  544. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  545. package/lib/vtx-wr-modal/index.js +97 -0
  546. package/lib/vtx-wr-modal/index.js.map +1 -0
  547. package/lib/vtx-wr-modal/style/css.js +8 -0
  548. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  549. package/lib/vtx-wr-modal/style/index.js +8 -0
  550. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  551. package/lib/vtx-zg-modal/api.js +69 -0
  552. package/lib/vtx-zg-modal/api.js.map +1 -0
  553. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  554. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  555. package/lib/vtx-zg-modal/components/index.js +14 -0
  556. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  557. package/lib/vtx-zg-modal/index.js +95 -0
  558. package/lib/vtx-zg-modal/index.js.map +1 -0
  559. package/lib/vtx-zg-modal/style/css.js +5 -0
  560. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  561. package/lib/vtx-zg-modal/style/index.js +5 -0
  562. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  563. package/lib/vtx-zyz-modal/api.js +264 -0
  564. package/lib/vtx-zyz-modal/api.js.map +1 -0
  565. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +125 -0
  566. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +1 -0
  567. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +134 -0
  568. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +1 -0
  569. package/lib/vtx-zyz-modal/components/Metering/List.js +115 -0
  570. package/lib/vtx-zyz-modal/components/Metering/List.js.map +1 -0
  571. package/lib/vtx-zyz-modal/components/Metering/index.js +174 -0
  572. package/lib/vtx-zyz-modal/components/Metering/index.js.map +1 -0
  573. package/lib/vtx-zyz-modal/components/index.js +14 -0
  574. package/lib/vtx-zyz-modal/components/index.js.map +1 -0
  575. package/lib/vtx-zyz-modal/index.js +90 -0
  576. package/lib/vtx-zyz-modal/index.js.map +1 -0
  577. package/lib/vtx-zyz-modal/style/css.js +5 -0
  578. package/lib/vtx-zyz-modal/style/css.js.map +1 -0
  579. package/lib/vtx-zyz-modal/style/index.js +5 -0
  580. package/lib/vtx-zyz-modal/style/index.js.map +1 -0
  581. package/package.json +3 -3
@@ -0,0 +1,230 @@
1
+ "use strict";
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); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = VmMap;
8
+ var _jquery = _interopRequireDefault(require("jquery"));
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _useSettings2 = _interopRequireDefault(require("../vm-hooks/useSettings"));
11
+ var _mapStyle = require("./mapStyle");
12
+ 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); }
13
+ 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; }
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
16
+ 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."); }
17
+ 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); }
18
+ 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; }
19
+ 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; } }
20
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
21
+ function VmMap(_ref) {
22
+ var mapCenter = _ref.mapCenter,
23
+ mapPoints = _ref.mapPoints,
24
+ mapPolygons = _ref.mapPolygons,
25
+ currentLayer = _ref.currentLayer,
26
+ clickGraphic = _ref.clickGraphic;
27
+ var mapRef = (0, _react.useRef)();
28
+ var markers = (0, _react.useRef)([]);
29
+ var mappolygons = (0, _react.useRef)([]);
30
+ var highlightLayer = (0, _react.useRef)([]);
31
+ var _useSettings = (0, _useSettings2["default"])(),
32
+ theme = _useSettings.theme;
33
+ (0, _react.useEffect)(function () {
34
+ initMap();
35
+ }, []);
36
+ (0, _react.useEffect)(function () {
37
+ mapRef.current && addPoints(mapPoints);
38
+ mapRef.current && addPolygons(mapPolygons);
39
+ }, [mapPoints, mapPolygons]);
40
+ (0, _react.useEffect)(function () {
41
+ var _a;
42
+ removeHighLightPolygons();
43
+ // 清空高亮图层并绘制新图层
44
+ if (currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.id) addPolygons([{
45
+ id: currentLayer.id,
46
+ rings: (_a = currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats,
47
+ config: {
48
+ lineWidth: 2,
49
+ lineOpacity: 0.5
50
+ }
51
+ }], 'highlight');
52
+ }, [JSON.stringify(currentLayer)]);
53
+ var init = function init() {
54
+ var center = mapCenter || [119.603701, 30.636529];
55
+ mapRef.current = new window.BMapGL.Map('modalMap', {
56
+ style: {
57
+ styleJson: theme == 'light' ? _mapStyle.customLight : _mapStyle.customStyle
58
+ }
59
+ });
60
+ var point = new window.BMapGL.Point(center[0], center[1]);
61
+ // 设置中心点和层级
62
+ mapRef.current.centerAndZoom(point, 15);
63
+ mapRef.current.addOverlay(new window.BMapGL.Marker(point));
64
+ mapRef.current.enableScrollWheelZoom(); // 滚轮放大缩小
65
+ addPoints(mapPoints);
66
+ addPolygons(mapPolygons);
67
+ };
68
+ var initMap = function initMap() {
69
+ if (window.BMapGL) {
70
+ init();
71
+ } else {
72
+ _jquery["default"].getScript("//api.map.baidu.com/getscript?type=webgl&v=1.0&ak=1XjLLEhZhQNUzd93EjU5nOGQ", function () {
73
+ init();
74
+ });
75
+ }
76
+ };
77
+ // 地图添加点位
78
+ var addPoints = function addPoints() {
79
+ var points = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
80
+ removePoints();
81
+ if (!(points === null || points === void 0 ? void 0 : points.length)) return;
82
+ // 添加点位
83
+ var positions = [];
84
+ points.forEach(function (item) {
85
+ var _a, _b;
86
+ var position = new window.BMapGL.Point(item.lng, item.lat);
87
+ positions.push(position);
88
+ var icon = new window.BMapGL.Icon(item.url, new window.BMapGL.Size(item.width || 32, item.height || 45));
89
+ var marker = new window.BMapGL.Marker(position, {
90
+ icon: icon,
91
+ offset: new window.BMapGL.Size(((_a = item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),
92
+ title: item.name || ''
93
+ });
94
+ //覆盖物参数
95
+ var markerLOption = {
96
+ offset: new window.BMapGL.Size(-32, -64)
97
+ };
98
+ var markerL = new window.BMapGL.Label(item.name, markerLOption);
99
+ markerL.setStyle({
100
+ backgroundColor: '#fff',
101
+ border: '1',
102
+ color: '#000'
103
+ });
104
+ marker.setLabel(markerL);
105
+ marker.on('click', function (e) {
106
+ // 点位点击回调时间
107
+ if (typeof clickGraphic === 'function') {
108
+ var obj = {
109
+ item: item,
110
+ e: e
111
+ };
112
+ clickGraphic(obj);
113
+ }
114
+ });
115
+ markers.current.push(marker);
116
+ mapRef.current.addOverlay(marker);
117
+ });
118
+ mapRef.current.setViewport(positions);
119
+ };
120
+ // 清除地图点位
121
+ var removePoints = function removePoints() {
122
+ markers.current.forEach(function (marker) {
123
+ mapRef.current.addOverlay(marker);
124
+ });
125
+ markers.current = [];
126
+ };
127
+ //点击图元事件
128
+ var clickPolygon = function clickPolygon(item, e) {
129
+ if (typeof clickGraphic === 'function') {
130
+ var obj = {
131
+ item: item,
132
+ e: e
133
+ };
134
+ clickGraphic(obj);
135
+ }
136
+ };
137
+ // 地图添加线
138
+ var addPolygons = function addPolygons() {
139
+ var polygons = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
140
+ var type = arguments.length > 1 ? arguments[1] : undefined;
141
+ removePolygons();
142
+ if (!(polygons === null || polygons === void 0 ? void 0 : polygons.length)) return;
143
+ var points = [];
144
+ //遍历添加图层(图元)
145
+ polygons.map(function (item) {
146
+ var _a;
147
+ //初始化参数
148
+ var cg = {
149
+ lineType: 'solid',
150
+ lineWidth: 5,
151
+ lineColor: '#277ffa',
152
+ lineOpacity: 0.3,
153
+ color: '#fff',
154
+ pellucidity: 0.5
155
+ // isHidden: false //后期需要再加
156
+ };
157
+
158
+ if (item.config) {
159
+ cg = Object.assign(Object.assign({}, cg), item.config);
160
+ }
161
+ //面的参数
162
+ var polygonOption = {
163
+ strokeColor: cg.lineColor,
164
+ strokeOpacity: cg.lineOpacity,
165
+ strokeWeight: cg.lineWidth,
166
+ strokeStyle: cg.lineType,
167
+ fillColor: cg.color,
168
+ fillOpacity: cg.pellucidity
169
+ },
170
+ polygonPath = (_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(function (item) {
171
+ var _ref2 = item === null || item === void 0 ? void 0 : item.split(','),
172
+ _ref3 = _slicedToArray(_ref2, 2),
173
+ lng = _ref3[0],
174
+ lat = _ref3[1];
175
+ var _point = new window.BMapGL.Point(lng, lat);
176
+ points.push(_point);
177
+ return _point;
178
+ });
179
+ //创建面对象
180
+ var polygon = new window.BMapGL.Polygon(polygonPath, polygonOption);
181
+ //添加点击事件
182
+ polygon.on('click', function (e) {
183
+ clickPolygon(item, e);
184
+ // 居中显示
185
+ setTimeout(function () {
186
+ var _a;
187
+ mapRef.current.setViewport((_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(function (item) {
188
+ var _ref4 = item === null || item === void 0 ? void 0 : item.split(','),
189
+ _ref5 = _slicedToArray(_ref4, 2),
190
+ lng = _ref5[0],
191
+ lat = _ref5[1];
192
+ var _point = new window.BMapGL.Point(lng, lat);
193
+ return _point;
194
+ }));
195
+ }, 300);
196
+ });
197
+ if (type) {
198
+ // 若为高亮图层,单独保存,用于单独清除
199
+ highlightLayer.current.push(polygon);
200
+ mapRef.current.addOverlay(polygon);
201
+ } else {
202
+ mappolygons.current.push(polygon);
203
+ mapRef.current.addOverlay(polygon);
204
+ }
205
+ });
206
+ mapRef.current.setViewport(points);
207
+ };
208
+ // 清除地图图元
209
+ var removePolygons = function removePolygons() {
210
+ mappolygons.current.forEach(function (polygon) {
211
+ mapRef.current.removeOverlay(polygon);
212
+ });
213
+ mappolygons.current = [];
214
+ };
215
+ // 清除高亮图元
216
+ var removeHighLightPolygons = function removeHighLightPolygons() {
217
+ highlightLayer.current.forEach(function (polygon) {
218
+ mapRef.current.removeOverlay(polygon);
219
+ });
220
+ highlightLayer.current = [];
221
+ };
222
+ return /*#__PURE__*/_react["default"].createElement("div", {
223
+ id: "modalMap",
224
+ style: {
225
+ width: '100%',
226
+ height: '100%'
227
+ }
228
+ });
229
+ }
230
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["VmMap","mapCenter","mapPoints","mapPolygons","currentLayer","clickGraphic","mapRef","useRef","markers","mappolygons","highlightLayer","useSettings","theme","useEffect","initMap","current","addPoints","addPolygons","_a","removeHighLightPolygons","id","rings","geometryInfo","lngLats","config","lineWidth","lineOpacity","JSON","stringify","init","center","window","BMapGL","Map","style","styleJson","customLight","customStyle","point","Point","centerAndZoom","addOverlay","Marker","enableScrollWheelZoom","$","getScript","points","removePoints","length","positions","forEach","item","_b","position","lng","lat","push","icon","Icon","url","Size","width","height","marker","offset","title","name","markerLOption","markerL","Label","setStyle","backgroundColor","border","color","setLabel","on","e","obj","setViewport","clickPolygon","polygons","type","removePolygons","map","cg","lineType","lineColor","pellucidity","Object","assign","polygonOption","strokeColor","strokeOpacity","strokeWeight","strokeStyle","fillColor","fillOpacity","polygonPath","split","_point","polygon","Polygon","setTimeout","removeOverlay","React","createElement"],"sources":["vm-map/index.js"],"sourcesContent":["/* eslint-disable no-undef */\nimport $ from 'jquery';\nimport React, { useEffect, useRef } from 'react';\nimport useSettings from '../vm-hooks/useSettings';\nimport { customStyle, customLight } from './mapStyle';\nexport default function VmMap({ mapCenter, mapPoints, mapPolygons, currentLayer, clickGraphic }) {\n const mapRef = useRef();\n const markers = useRef([]);\n const mappolygons = useRef([]);\n const highlightLayer = useRef([]);\n const { theme } = useSettings();\n useEffect(() => {\n initMap();\n }, []);\n useEffect(() => {\n mapRef.current && addPoints(mapPoints);\n mapRef.current && addPolygons(mapPolygons);\n }, [mapPoints, mapPolygons]);\n useEffect(() => {\n var _a;\n removeHighLightPolygons();\n // 清空高亮图层并绘制新图层\n if (currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.id)\n addPolygons([\n {\n id: currentLayer.id,\n rings: (_a = currentLayer === null || currentLayer === void 0 ? void 0 : currentLayer.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats,\n config: {\n lineWidth: 2,\n lineOpacity: 0.5,\n },\n },\n ], 'highlight');\n }, [JSON.stringify(currentLayer)]);\n const init = () => {\n const center = mapCenter || [119.603701, 30.636529];\n mapRef.current = new window.BMapGL.Map('modalMap', {\n style: { styleJson: theme == 'light' ? customLight : customStyle },\n });\n let point = new window.BMapGL.Point(center[0], center[1]);\n // 设置中心点和层级\n mapRef.current.centerAndZoom(point, 15);\n mapRef.current.addOverlay(new window.BMapGL.Marker(point));\n mapRef.current.enableScrollWheelZoom(); // 滚轮放大缩小\n addPoints(mapPoints);\n addPolygons(mapPolygons);\n };\n const initMap = () => {\n if (window.BMapGL) {\n init();\n }\n else {\n $.getScript(`//api.map.baidu.com/getscript?type=webgl&v=1.0&ak=1XjLLEhZhQNUzd93EjU5nOGQ`, () => {\n init();\n });\n }\n };\n // 地图添加点位\n const addPoints = (points = []) => {\n removePoints();\n if (!(points === null || points === void 0 ? void 0 : points.length))\n return;\n // 添加点位\n const positions = [];\n points.forEach((item) => {\n var _a, _b;\n const position = new window.BMapGL.Point(item.lng, item.lat);\n positions.push(position);\n const icon = new window.BMapGL.Icon(item.url, new window.BMapGL.Size(item.width || 32, item.height || 45));\n const marker = new window.BMapGL.Marker(position, {\n icon,\n offset: new window.BMapGL.Size(((_a = item.offset) === null || _a === void 0 ? void 0 : _a.width) || -10, ((_b = item.offset) === null || _b === void 0 ? void 0 : _b.height) || -16),\n title: item.name || '',\n });\n //覆盖物参数\n let markerLOption = {\n offset: new window.BMapGL.Size(-32, -64),\n };\n let markerL = new window.BMapGL.Label(item.name, markerLOption);\n markerL.setStyle({\n backgroundColor: '#fff',\n border: '1',\n color: '#000'\n });\n marker.setLabel(markerL);\n marker.on('click', (e) => {\n // 点位点击回调时间\n if (typeof clickGraphic === 'function') {\n let obj = {\n item: item,\n e,\n };\n clickGraphic(obj);\n }\n });\n markers.current.push(marker);\n mapRef.current.addOverlay(marker);\n });\n mapRef.current.setViewport(positions);\n };\n // 清除地图点位\n const removePoints = () => {\n markers.current.forEach((marker) => {\n mapRef.current.addOverlay(marker);\n });\n markers.current = [];\n };\n //点击图元事件\n const clickPolygon = (item, e) => {\n if (typeof clickGraphic === 'function') {\n let obj = {\n item: item,\n e,\n };\n clickGraphic(obj);\n }\n };\n // 地图添加线\n const addPolygons = (polygons = [], type) => {\n removePolygons();\n if (!(polygons === null || polygons === void 0 ? void 0 : polygons.length))\n return;\n const points = [];\n //遍历添加图层(图元)\n polygons.map(item => {\n var _a;\n //初始化参数\n let cg = {\n lineType: 'solid',\n lineWidth: 5,\n lineColor: '#277ffa',\n lineOpacity: 0.3,\n color: '#fff',\n pellucidity: 0.5,\n // isHidden: false //后期需要再加\n };\n if (item.config) {\n cg = Object.assign(Object.assign({}, cg), item.config);\n }\n //面的参数\n let polygonOption = {\n strokeColor: cg.lineColor,\n strokeOpacity: cg.lineOpacity,\n strokeWeight: cg.lineWidth,\n strokeStyle: cg.lineType,\n fillColor: cg.color,\n fillOpacity: cg.pellucidity,\n }, polygonPath = (_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n points.push(_point);\n return _point;\n });\n //创建面对象\n let polygon = new window.BMapGL.Polygon(polygonPath, polygonOption);\n //添加点击事件\n polygon.on('click', (e) => {\n clickPolygon(item, e);\n // 居中显示\n setTimeout(() => {\n var _a;\n mapRef.current.setViewport((_a = item.rings) === null || _a === void 0 ? void 0 : _a.split(';').map(item => {\n let [lng, lat] = item === null || item === void 0 ? void 0 : item.split(',');\n let _point = new window.BMapGL.Point(lng, lat);\n return _point;\n }));\n }, 300);\n });\n if (type) {\n // 若为高亮图层,单独保存,用于单独清除\n highlightLayer.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n else {\n mappolygons.current.push(polygon);\n mapRef.current.addOverlay(polygon);\n }\n });\n mapRef.current.setViewport(points);\n };\n // 清除地图图元\n const removePolygons = () => {\n mappolygons.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n mappolygons.current = [];\n };\n // 清除高亮图元\n const removeHighLightPolygons = () => {\n highlightLayer.current.forEach((polygon) => {\n mapRef.current.removeOverlay(polygon);\n });\n highlightLayer.current = [];\n };\n return React.createElement(\"div\", { id: \"modalMap\", style: { width: '100%', height: '100%' } });\n}\n"],"mappings":"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"}