@vtx/modals2 2.5.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 (1367) hide show
  1. package/README.md +33 -0
  2. package/lib/index.js +126 -0
  3. package/lib/index.js.map +1 -0
  4. package/lib/style/css.js +16 -0
  5. package/lib/style/css.js.map +1 -0
  6. package/lib/style/index.css +84 -0
  7. package/lib/style/index.js +16 -0
  8. package/lib/style/index.js.map +1 -0
  9. package/lib/style/index.less +8 -0
  10. package/lib/style/themes/dark.css +84 -0
  11. package/lib/style/themes/dark.less +69 -0
  12. package/lib/style/themes/default.css +32 -0
  13. package/lib/style/themes/default.less +34 -0
  14. package/lib/style/themes/index.css +84 -0
  15. package/lib/style/themes/index.less +1 -0
  16. package/lib/typings.d.ts +15 -0
  17. package/lib/util/index.js +25 -0
  18. package/lib/util/index.js.map +1 -0
  19. package/lib/vm-alarm-info/Components/AlarmRecord.js +119 -0
  20. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  21. package/lib/vm-alarm-info/Components/AlarmStatistics.js +167 -0
  22. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  23. package/lib/vm-alarm-info/Components/AlarmTrend.js +229 -0
  24. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarm.js +111 -0
  26. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  27. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +89 -0
  28. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  29. package/lib/vm-alarm-info/Components/index.css +39 -0
  30. package/lib/vm-alarm-info/Components/index.less +40 -0
  31. package/lib/vm-alarm-info/api.js +172 -0
  32. package/lib/vm-alarm-info/api.js.map +1 -0
  33. package/lib/vm-alarm-info/index.js +90 -0
  34. package/lib/vm-alarm-info/index.js.map +1 -0
  35. package/lib/vm-alarm-info/style/css.js +4 -0
  36. package/lib/vm-alarm-info/style/css.js.map +1 -0
  37. package/lib/vm-alarm-info/style/index.css +19 -0
  38. package/lib/vm-alarm-info/style/index.js +4 -0
  39. package/lib/vm-alarm-info/style/index.js.map +1 -0
  40. package/lib/vm-alarm-info/style/index.less +16 -0
  41. package/lib/vm-alarm-situation/api.js +87 -0
  42. package/lib/vm-alarm-situation/api.js.map +1 -0
  43. package/lib/vm-alarm-situation/index.js +214 -0
  44. package/lib/vm-alarm-situation/index.js.map +1 -0
  45. package/lib/vm-alarm-situation/style/css.js +4 -0
  46. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  47. package/lib/vm-alarm-situation/style/index.css +78 -0
  48. package/lib/vm-alarm-situation/style/index.js +4 -0
  49. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  50. package/lib/vm-alarm-situation/style/index.less +67 -0
  51. package/lib/vm-alarm-situation-pt/api.js +75 -0
  52. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  53. package/lib/vm-alarm-situation-pt/index.js +146 -0
  54. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  55. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  56. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  57. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  58. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  59. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  60. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  61. package/lib/vm-analysis-comparison/api.js +178 -0
  62. package/lib/vm-analysis-comparison/api.js.map +1 -0
  63. package/lib/vm-analysis-comparison/index.js +370 -0
  64. package/lib/vm-analysis-comparison/index.js.map +1 -0
  65. package/lib/vm-analysis-comparison/style/css.js +4 -0
  66. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  67. package/lib/vm-analysis-comparison/style/index.css +13 -0
  68. package/lib/vm-analysis-comparison/style/index.js +4 -0
  69. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  70. package/lib/vm-analysis-comparison/style/index.less +12 -0
  71. package/lib/vm-appraisal-info/AppraisalBase.js +57 -0
  72. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  73. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  74. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  75. package/lib/vm-appraisal-info/List.js +59 -0
  76. package/lib/vm-appraisal-info/List.js.map +1 -0
  77. package/lib/vm-appraisal-info/ListKh.js +156 -0
  78. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  79. package/lib/vm-appraisal-info/ListZg.js +161 -0
  80. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  81. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  82. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  83. package/lib/vm-appraisal-info/Zgxxhz.js +47 -0
  84. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  85. package/lib/vm-appraisal-info/api.js +164 -0
  86. package/lib/vm-appraisal-info/api.js.map +1 -0
  87. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  88. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  89. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  90. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  91. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  92. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  93. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  94. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  95. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  96. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  97. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  98. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  99. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  100. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  101. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  102. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  103. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  104. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  105. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  106. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  107. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  108. package/lib/vm-appraisal-info/index.js +135 -0
  109. package/lib/vm-appraisal-info/index.js.map +1 -0
  110. package/lib/vm-appraisal-info/style/css.js +4 -0
  111. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  112. package/lib/vm-appraisal-info/style/index.css +148 -0
  113. package/lib/vm-appraisal-info/style/index.js +4 -0
  114. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  115. package/lib/vm-appraisal-info/style/index.less +122 -0
  116. package/lib/vm-base-list/OpenArrow.js +48 -0
  117. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  118. package/lib/vm-base-list/index.js +86 -0
  119. package/lib/vm-base-list/index.js.map +1 -0
  120. package/lib/vm-base-list/style/css.js +4 -0
  121. package/lib/vm-base-list/style/css.js.map +1 -0
  122. package/lib/vm-base-list/style/index.css +41 -0
  123. package/lib/vm-base-list/style/index.js +4 -0
  124. package/lib/vm-base-list/style/index.js.map +1 -0
  125. package/lib/vm-base-list/style/index.less +39 -0
  126. package/lib/vm-button/index.js +27 -0
  127. package/lib/vm-button/index.js.map +1 -0
  128. package/lib/vm-button/style/css.js +4 -0
  129. package/lib/vm-button/style/css.js.map +1 -0
  130. package/lib/vm-button/style/index.css +26 -0
  131. package/lib/vm-button/style/index.js +4 -0
  132. package/lib/vm-button/style/index.js.map +1 -0
  133. package/lib/vm-button/style/index.less +20 -0
  134. package/lib/vm-charts/Distribute1.js +137 -0
  135. package/lib/vm-charts/Distribute1.js.map +1 -0
  136. package/lib/vm-charts/Gauge1.js +149 -0
  137. package/lib/vm-charts/Gauge1.js.map +1 -0
  138. package/lib/vm-charts/Line.js +215 -0
  139. package/lib/vm-charts/Line.js.map +1 -0
  140. package/lib/vm-charts/Line1.js +96 -0
  141. package/lib/vm-charts/Line1.js.map +1 -0
  142. package/lib/vm-charts/Pie.js +117 -0
  143. package/lib/vm-charts/Pie.js.map +1 -0
  144. package/lib/vm-charts/index.css +20 -0
  145. package/lib/vm-charts/index.js +42 -0
  146. package/lib/vm-charts/index.js.map +1 -0
  147. package/lib/vm-charts/index.less +30 -0
  148. package/lib/vm-checkbox/index.js +34 -0
  149. package/lib/vm-checkbox/index.js.map +1 -0
  150. package/lib/vm-checkbox/style/css.js +4 -0
  151. package/lib/vm-checkbox/style/css.js.map +1 -0
  152. package/lib/vm-checkbox/style/index.css +25 -0
  153. package/lib/vm-checkbox/style/index.js +4 -0
  154. package/lib/vm-checkbox/style/index.js.map +1 -0
  155. package/lib/vm-checkbox/style/index.less +25 -0
  156. package/lib/vm-container/index.js +35 -0
  157. package/lib/vm-container/index.js.map +1 -0
  158. package/lib/vm-container/style/css.js +4 -0
  159. package/lib/vm-container/style/css.js.map +1 -0
  160. package/lib/vm-container/style/index.css +30 -0
  161. package/lib/vm-container/style/index.js +4 -0
  162. package/lib/vm-container/style/index.js.map +1 -0
  163. package/lib/vm-container/style/index.less +28 -0
  164. package/lib/vm-correlation-comparison/api.js +237 -0
  165. package/lib/vm-correlation-comparison/api.js.map +1 -0
  166. package/lib/vm-correlation-comparison/index.js +309 -0
  167. package/lib/vm-correlation-comparison/index.js.map +1 -0
  168. package/lib/vm-correlation-comparison/style/css.js +4 -0
  169. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  170. package/lib/vm-correlation-comparison/style/index.css +19 -0
  171. package/lib/vm-correlation-comparison/style/index.js +4 -0
  172. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  173. package/lib/vm-correlation-comparison/style/index.less +13 -0
  174. package/lib/vm-empty/index.js +45 -0
  175. package/lib/vm-empty/index.js.map +1 -0
  176. package/lib/vm-empty/style/css.js +4 -0
  177. package/lib/vm-empty/style/css.js.map +1 -0
  178. package/lib/vm-empty/style/index.css +30 -0
  179. package/lib/vm-empty/style/index.js +4 -0
  180. package/lib/vm-empty/style/index.js.map +1 -0
  181. package/lib/vm-empty/style/index.less +23 -0
  182. package/lib/vm-filter/index.js +163 -0
  183. package/lib/vm-filter/index.js.map +1 -0
  184. package/lib/vm-filter/style/css.js +4 -0
  185. package/lib/vm-filter/style/css.js.map +1 -0
  186. package/lib/vm-filter/style/index.css +138 -0
  187. package/lib/vm-filter/style/index.js +4 -0
  188. package/lib/vm-filter/style/index.js.map +1 -0
  189. package/lib/vm-filter/style/index.less +165 -0
  190. package/lib/vm-hooks/useSettings.js +35 -0
  191. package/lib/vm-hooks/useSettings.js.map +1 -0
  192. package/lib/vm-iframe-modal/index.js +41 -0
  193. package/lib/vm-iframe-modal/index.js.map +1 -0
  194. package/lib/vm-iframe-modal/style/css.js +4 -0
  195. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  196. package/lib/vm-iframe-modal/style/index.css +10 -0
  197. package/lib/vm-iframe-modal/style/index.js +4 -0
  198. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  199. package/lib/vm-iframe-modal/style/index.less +8 -0
  200. package/lib/vm-image-text/index.js +42 -0
  201. package/lib/vm-image-text/index.js.map +1 -0
  202. package/lib/vm-image-text/style/css.js +4 -0
  203. package/lib/vm-image-text/style/css.js.map +1 -0
  204. package/lib/vm-image-text/style/index.css +33 -0
  205. package/lib/vm-image-text/style/index.js +4 -0
  206. package/lib/vm-image-text/style/index.js.map +1 -0
  207. package/lib/vm-image-text/style/index.less +30 -0
  208. package/lib/vm-info-collection/index.js +45 -0
  209. package/lib/vm-info-collection/index.js.map +1 -0
  210. package/lib/vm-info-collection/style/css.js +4 -0
  211. package/lib/vm-info-collection/style/css.js.map +1 -0
  212. package/lib/vm-info-collection/style/index.css +50 -0
  213. package/lib/vm-info-collection/style/index.js +4 -0
  214. package/lib/vm-info-collection/style/index.js.map +1 -0
  215. package/lib/vm-info-collection/style/index.less +38 -0
  216. package/lib/vm-map/index.js +252 -0
  217. package/lib/vm-map/index.js.map +1 -0
  218. package/lib/vm-map/mapStyle.js +4730 -0
  219. package/lib/vm-map/mapStyle.js.map +1 -0
  220. package/lib/vm-modal-table/index.js +35 -0
  221. package/lib/vm-modal-table/index.js.map +1 -0
  222. package/lib/vm-modal-table/style/css.js +4 -0
  223. package/lib/vm-modal-table/style/css.js.map +1 -0
  224. package/lib/vm-modal-table/style/index.css +20 -0
  225. package/lib/vm-modal-table/style/index.js +4 -0
  226. package/lib/vm-modal-table/style/index.js.map +1 -0
  227. package/lib/vm-modal-table/style/index.less +23 -0
  228. package/lib/vm-nodata/imgs/chart.png +0 -0
  229. package/lib/vm-nodata/imgs/default.png +0 -0
  230. package/lib/vm-nodata/index.js +26 -0
  231. package/lib/vm-nodata/index.js.map +1 -0
  232. package/lib/vm-radio/index.js +29 -0
  233. package/lib/vm-radio/index.js.map +1 -0
  234. package/lib/vm-radio/style/css.js +4 -0
  235. package/lib/vm-radio/style/css.js.map +1 -0
  236. package/lib/vm-radio/style/index.css +21 -0
  237. package/lib/vm-radio/style/index.js +4 -0
  238. package/lib/vm-radio/style/index.js.map +1 -0
  239. package/lib/vm-radio/style/index.less +26 -0
  240. package/lib/vm-real-time-monitor/api.js +194 -0
  241. package/lib/vm-real-time-monitor/api.js.map +1 -0
  242. package/lib/vm-real-time-monitor/index.js +368 -0
  243. package/lib/vm-real-time-monitor/index.js.map +1 -0
  244. package/lib/vm-real-time-monitor/style/css.js +4 -0
  245. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  246. package/lib/vm-real-time-monitor/style/index.css +12 -0
  247. package/lib/vm-real-time-monitor/style/index.js +4 -0
  248. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  249. package/lib/vm-real-time-monitor/style/index.less +12 -0
  250. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  251. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  252. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  253. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  254. package/lib/vm-repair-maintain/RmRecord.js +156 -0
  255. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  256. package/lib/vm-repair-maintain/RmType.js +104 -0
  257. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  258. package/lib/vm-repair-maintain/api.js +95 -0
  259. package/lib/vm-repair-maintain/api.js.map +1 -0
  260. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  261. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  262. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  263. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  264. package/lib/vm-repair-maintain/index.js +56 -0
  265. package/lib/vm-repair-maintain/index.js.map +1 -0
  266. package/lib/vm-repair-maintain/style/css.js +4 -0
  267. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  268. package/lib/vm-repair-maintain/style/index.css +119 -0
  269. package/lib/vm-repair-maintain/style/index.js +4 -0
  270. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  271. package/lib/vm-repair-maintain/style/index.less +108 -0
  272. package/lib/vm-round-content/index.js +70 -0
  273. package/lib/vm-round-content/index.js.map +1 -0
  274. package/lib/vm-round-content/style/css.js +4 -0
  275. package/lib/vm-round-content/style/css.js.map +1 -0
  276. package/lib/vm-round-content/style/index.css +38 -0
  277. package/lib/vm-round-content/style/index.js +4 -0
  278. package/lib/vm-round-content/style/index.js.map +1 -0
  279. package/lib/vm-round-content/style/index.less +33 -0
  280. package/lib/vm-row-col/index.js +28 -0
  281. package/lib/vm-row-col/index.js.map +1 -0
  282. package/lib/vm-row-col/style/css.js +4 -0
  283. package/lib/vm-row-col/style/css.js.map +1 -0
  284. package/lib/vm-row-col/style/index.css +0 -0
  285. package/lib/vm-row-col/style/index.js +4 -0
  286. package/lib/vm-row-col/style/index.js.map +1 -0
  287. package/lib/vm-row-col/style/index.less +0 -0
  288. package/lib/vm-select-device/index.js +90 -0
  289. package/lib/vm-select-device/index.js.map +1 -0
  290. package/lib/vm-select-device/style/css.js +4 -0
  291. package/lib/vm-select-device/style/css.js.map +1 -0
  292. package/lib/vm-select-device/style/index.css +16 -0
  293. package/lib/vm-select-device/style/index.js +4 -0
  294. package/lib/vm-select-device/style/index.js.map +1 -0
  295. package/lib/vm-select-device/style/index.less +16 -0
  296. package/lib/vm-sub-tabs/index.js +43 -0
  297. package/lib/vm-sub-tabs/index.js.map +1 -0
  298. package/lib/vm-sub-tabs/style/css.js +4 -0
  299. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  300. package/lib/vm-sub-tabs/style/index.css +91 -0
  301. package/lib/vm-sub-tabs/style/index.js +4 -0
  302. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  303. package/lib/vm-sub-tabs/style/index.less +119 -0
  304. package/lib/vm-sub-title/imgs/bg.png +0 -0
  305. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  306. package/lib/vm-sub-title/index.js +28 -0
  307. package/lib/vm-sub-title/index.js.map +1 -0
  308. package/lib/vm-sub-title/style/css.js +4 -0
  309. package/lib/vm-sub-title/style/css.js.map +1 -0
  310. package/lib/vm-sub-title/style/index.css +23 -0
  311. package/lib/vm-sub-title/style/index.js +4 -0
  312. package/lib/vm-sub-title/style/index.js.map +1 -0
  313. package/lib/vm-sub-title/style/index.less +23 -0
  314. package/lib/vm-table/index.js +206 -0
  315. package/lib/vm-table/index.js.map +1 -0
  316. package/lib/vm-table/style/css.js +4 -0
  317. package/lib/vm-table/style/css.js.map +1 -0
  318. package/lib/vm-table/style/index.css +176 -0
  319. package/lib/vm-table/style/index.js +4 -0
  320. package/lib/vm-table/style/index.js.map +1 -0
  321. package/lib/vm-table/style/index.less +224 -0
  322. package/lib/vm-time-line/index.js +25 -0
  323. package/lib/vm-time-line/index.js.map +1 -0
  324. package/lib/vm-time-line/style/css.js +4 -0
  325. package/lib/vm-time-line/style/css.js.map +1 -0
  326. package/lib/vm-time-line/style/index.css +0 -0
  327. package/lib/vm-time-line/style/index.js +4 -0
  328. package/lib/vm-time-line/style/index.js.map +1 -0
  329. package/lib/vm-time-line/style/index.less +0 -0
  330. package/lib/vm-video/api.js +30 -0
  331. package/lib/vm-video/api.js.map +1 -0
  332. package/lib/vm-video/index.css +92 -0
  333. package/lib/vm-video/index.js +37 -0
  334. package/lib/vm-video/index.js.map +1 -0
  335. package/lib/vm-video/index.less +10 -0
  336. package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
  337. package/lib/vtx-base-info/index.js +54 -0
  338. package/lib/vtx-base-info/index.js.map +1 -0
  339. package/lib/vtx-base-info/style/css.js +4 -0
  340. package/lib/vtx-base-info/style/css.js.map +1 -0
  341. package/lib/vtx-base-info/style/index.css +69 -0
  342. package/lib/vtx-base-info/style/index.js +4 -0
  343. package/lib/vtx-base-info/style/index.js.map +1 -0
  344. package/lib/vtx-base-info/style/index.less +62 -0
  345. package/lib/vtx-base-modal/api.js +45 -0
  346. package/lib/vtx-base-modal/api.js.map +1 -0
  347. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  348. package/lib/vtx-base-modal/imgs/close.png +0 -0
  349. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  350. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  351. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  352. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  353. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  354. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  355. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  356. package/lib/vtx-base-modal/imgs/track.png +0 -0
  357. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  358. package/lib/vtx-base-modal/index.js +293 -0
  359. package/lib/vtx-base-modal/index.js.map +1 -0
  360. package/lib/vtx-base-modal/style/css.js +4 -0
  361. package/lib/vtx-base-modal/style/css.js.map +1 -0
  362. package/lib/vtx-base-modal/style/index.css +540 -0
  363. package/lib/vtx-base-modal/style/index.js +4 -0
  364. package/lib/vtx-base-modal/style/index.js.map +1 -0
  365. package/lib/vtx-base-modal/style/index.less +575 -0
  366. package/lib/vtx-car-modal/api.js +611 -0
  367. package/lib/vtx-car-modal/api.js.map +1 -0
  368. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  369. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  370. package/lib/vtx-car-modal/components/AlarmInfo/List.js +188 -0
  371. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  372. package/lib/vtx-car-modal/components/AlarmInfo/index.css +45 -0
  373. package/lib/vtx-car-modal/components/AlarmInfo/index.js +141 -0
  374. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  375. package/lib/vtx-car-modal/components/AlarmInfo/index.less +38 -0
  376. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +66 -0
  377. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  378. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +83 -0
  379. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  380. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
  381. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  382. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +68 -0
  383. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  384. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +115 -0
  385. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  386. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  387. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  388. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  389. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  390. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +102 -0
  391. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  392. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +138 -0
  393. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  394. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +126 -0
  395. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  396. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +137 -0
  397. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  398. package/lib/vtx-car-modal/components/BaseInfo/index.css +282 -0
  399. package/lib/vtx-car-modal/components/BaseInfo/index.js +231 -0
  400. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  401. package/lib/vtx-car-modal/components/BaseInfo/index.less +239 -0
  402. package/lib/vtx-car-modal/components/Maintenance/index.css +39 -0
  403. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  404. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  405. package/lib/vtx-car-modal/components/Maintenance/index.less +34 -0
  406. package/lib/vtx-car-modal/components/OilConsumption/List.js +90 -0
  407. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  408. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  409. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  410. package/lib/vtx-car-modal/components/OilConsumption/index.css +33 -0
  411. package/lib/vtx-car-modal/components/OilConsumption/index.js +142 -0
  412. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  413. package/lib/vtx-car-modal/components/OilConsumption/index.less +36 -0
  414. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  415. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  416. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  417. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  418. package/lib/vtx-car-modal/components/StaticInfo/index.css +93 -0
  419. package/lib/vtx-car-modal/components/StaticInfo/index.js +101 -0
  420. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  421. package/lib/vtx-car-modal/components/StaticInfo/index.less +72 -0
  422. package/lib/vtx-car-modal/components/WaterConsumption/index.css +29 -0
  423. package/lib/vtx-car-modal/components/WaterConsumption/index.js +120 -0
  424. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  425. package/lib/vtx-car-modal/components/WaterConsumption/index.less +22 -0
  426. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  427. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  428. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +317 -0
  429. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  430. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +249 -0
  431. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  432. package/lib/vtx-car-modal/components/WorkInfo/index.css +99 -0
  433. package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
  434. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  435. package/lib/vtx-car-modal/components/WorkInfo/index.less +62 -0
  436. package/lib/vtx-car-modal/components/index.js +56 -0
  437. package/lib/vtx-car-modal/components/index.js.map +1 -0
  438. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  439. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  440. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  441. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  442. package/lib/vtx-car-modal/imgs/car.png +0 -0
  443. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  444. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  445. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  446. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  447. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  448. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  449. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  450. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  451. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  452. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  453. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  454. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  455. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  456. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  457. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  458. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  459. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  460. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  461. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  462. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  463. package/lib/vtx-car-modal/imgs/position.png +0 -0
  464. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  465. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  466. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  467. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  468. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  469. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  470. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  471. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  472. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  473. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  474. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  475. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  476. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  477. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  478. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  479. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  480. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  481. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  482. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  483. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  484. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  485. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  486. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  487. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  488. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  489. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  490. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  491. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  492. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  493. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  494. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  495. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  496. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  497. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  498. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  499. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  500. package/lib/vtx-car-modal/index.js +140 -0
  501. package/lib/vtx-car-modal/index.js.map +1 -0
  502. package/lib/vtx-car-modal/style/css.js +12 -0
  503. package/lib/vtx-car-modal/style/css.js.map +1 -0
  504. package/lib/vtx-car-modal/style/index.css +88 -0
  505. package/lib/vtx-car-modal/style/index.js +12 -0
  506. package/lib/vtx-car-modal/style/index.js.map +1 -0
  507. package/lib/vtx-car-modal/style/index.less +6 -0
  508. package/lib/vtx-cc-cp-modal/api.js +306 -0
  509. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  510. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +153 -0
  511. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  512. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +104 -0
  513. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  514. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +135 -0
  515. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  516. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
  517. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +35 -0
  518. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  519. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
  520. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +77 -0
  521. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  522. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +45 -0
  523. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  524. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +49 -0
  525. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  526. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +126 -0
  527. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  528. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
  529. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +67 -0
  530. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  531. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
  532. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +131 -0
  533. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  534. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +104 -0
  535. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  536. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +135 -0
  537. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  538. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
  539. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +35 -0
  540. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  541. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
  542. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
  543. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +125 -0
  544. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  545. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
  546. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +111 -0
  547. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  548. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +118 -0
  549. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  550. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
  551. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +84 -0
  552. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  553. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
  554. package/lib/vtx-cc-cp-modal/components/index.js +42 -0
  555. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  556. package/lib/vtx-cc-cp-modal/index.js +67 -0
  557. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  558. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  559. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  560. package/lib/vtx-cc-cp-modal/style/index.css +84 -0
  561. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  562. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  563. package/lib/vtx-cc-cp-modal/style/index.less +1 -0
  564. package/lib/vtx-cc-cp-modal/type.js +6 -0
  565. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  566. package/lib/vtx-cp-modal/api.js +343 -0
  567. package/lib/vtx-cp-modal/api.js.map +1 -0
  568. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
  569. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  570. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  571. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  572. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
  573. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  574. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +116 -0
  575. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  576. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  577. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +105 -0
  578. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +110 -0
  579. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  580. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +176 -0
  581. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  582. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +135 -0
  583. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  584. package/lib/vtx-cp-modal/components/BaseInfo/index.css +308 -0
  585. package/lib/vtx-cp-modal/components/BaseInfo/index.js +91 -0
  586. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  587. package/lib/vtx-cp-modal/components/BaseInfo/index.less +208 -0
  588. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +198 -0
  589. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  590. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  591. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  592. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +166 -0
  593. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  594. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +116 -0
  595. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  596. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  597. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +105 -0
  598. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  599. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  600. package/lib/vtx-cp-modal/components/SyInfo/index.css +40 -0
  601. package/lib/vtx-cp-modal/components/SyInfo/index.js +348 -0
  602. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  603. package/lib/vtx-cp-modal/components/SyInfo/index.less +38 -0
  604. package/lib/vtx-cp-modal/components/index.js +35 -0
  605. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  606. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  607. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  608. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  609. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  610. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  611. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  612. package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
  613. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  614. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  615. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  616. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  617. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  618. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  619. package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
  620. package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
  621. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  622. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  623. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  624. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  625. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  626. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  627. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  628. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  629. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  630. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  631. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  632. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  633. package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
  634. package/lib/vtx-cp-modal/index.js +106 -0
  635. package/lib/vtx-cp-modal/index.js.map +1 -0
  636. package/lib/vtx-cp-modal/style/css.js +5 -0
  637. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  638. package/lib/vtx-cp-modal/style/index.css +84 -0
  639. package/lib/vtx-cp-modal/style/index.js +5 -0
  640. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  641. package/lib/vtx-cp-modal/style/index.less +1 -0
  642. package/lib/vtx-default-modal/api.js +49 -0
  643. package/lib/vtx-default-modal/api.js.map +1 -0
  644. package/lib/vtx-default-modal/components/BaseInfo/index.css +27 -0
  645. package/lib/vtx-default-modal/components/BaseInfo/index.js +62 -0
  646. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  647. package/lib/vtx-default-modal/components/BaseInfo/index.less +24 -0
  648. package/lib/vtx-default-modal/components/index.js +14 -0
  649. package/lib/vtx-default-modal/components/index.js.map +1 -0
  650. package/lib/vtx-default-modal/index.js +108 -0
  651. package/lib/vtx-default-modal/index.js.map +1 -0
  652. package/lib/vtx-default-modal/style/css.js +5 -0
  653. package/lib/vtx-default-modal/style/css.js.map +1 -0
  654. package/lib/vtx-default-modal/style/index.css +84 -0
  655. package/lib/vtx-default-modal/style/index.js +5 -0
  656. package/lib/vtx-default-modal/style/index.js.map +1 -0
  657. package/lib/vtx-default-modal/style/index.less +1 -0
  658. package/lib/vtx-device-modal/api.js +212 -0
  659. package/lib/vtx-device-modal/api.js.map +1 -0
  660. package/lib/vtx-device-modal/components/BaseInfo/index.js +51 -0
  661. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  662. package/lib/vtx-device-modal/components/DataAnalysis/index.js +85 -0
  663. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  664. package/lib/vtx-device-modal/components/FacilityFile/index.js +48 -0
  665. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
  666. package/lib/vtx-device-modal/components/LiftInfo/index.js +32 -0
  667. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
  668. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +27 -0
  669. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
  670. package/lib/vtx-device-modal/components/OverViewInfo/index.js +103 -0
  671. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
  672. package/lib/vtx-device-modal/components/VideoInfo/index.js +36 -0
  673. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
  674. package/lib/vtx-device-modal/config.js +50 -0
  675. package/lib/vtx-device-modal/config.js.map +1 -0
  676. package/lib/vtx-device-modal/imgs/car.png +0 -0
  677. package/lib/vtx-device-modal/imgs/user.png +0 -0
  678. package/lib/vtx-device-modal/index.js +75 -0
  679. package/lib/vtx-device-modal/index.js.map +1 -0
  680. package/lib/vtx-device-modal/style/css.js +4 -0
  681. package/lib/vtx-device-modal/style/css.js.map +1 -0
  682. package/lib/vtx-device-modal/style/index.css +11 -0
  683. package/lib/vtx-device-modal/style/index.js +4 -0
  684. package/lib/vtx-device-modal/style/index.js.map +1 -0
  685. package/lib/vtx-device-modal/style/index.less +7 -0
  686. package/lib/vtx-device-modal/types.js +6 -0
  687. package/lib/vtx-device-modal/types.js.map +1 -0
  688. package/lib/vtx-df-modal/api.js +260 -0
  689. package/lib/vtx-df-modal/api.js.map +1 -0
  690. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  691. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  692. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  693. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  694. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +120 -0
  695. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  696. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  697. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  698. package/lib/vtx-df-modal/components/BaseInfo/index.css +306 -0
  699. package/lib/vtx-df-modal/components/BaseInfo/index.js +139 -0
  700. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  701. package/lib/vtx-df-modal/components/BaseInfo/index.less +191 -0
  702. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +121 -0
  703. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  704. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +133 -0
  705. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  706. package/lib/vtx-df-modal/components/Metering/List.js +112 -0
  707. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  708. package/lib/vtx-df-modal/components/Metering/index.css +89 -0
  709. package/lib/vtx-df-modal/components/Metering/index.js +176 -0
  710. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  711. package/lib/vtx-df-modal/components/Metering/index.less +75 -0
  712. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +114 -0
  713. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  714. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +108 -0
  715. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  716. package/lib/vtx-df-modal/components/WorkCondition/index.css +135 -0
  717. package/lib/vtx-df-modal/components/WorkCondition/index.js +91 -0
  718. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  719. package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
  720. package/lib/vtx-df-modal/components/index.js +28 -0
  721. package/lib/vtx-df-modal/components/index.js.map +1 -0
  722. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  723. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  724. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  725. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  726. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  727. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  728. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  729. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  730. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  731. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  732. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  733. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  734. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  735. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  736. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  737. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  738. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  739. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  740. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  741. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  742. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  743. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  744. package/lib/vtx-df-modal/index.js +122 -0
  745. package/lib/vtx-df-modal/index.js.map +1 -0
  746. package/lib/vtx-df-modal/style/css.js +7 -0
  747. package/lib/vtx-df-modal/style/css.js.map +1 -0
  748. package/lib/vtx-df-modal/style/index.css +84 -0
  749. package/lib/vtx-df-modal/style/index.js +7 -0
  750. package/lib/vtx-df-modal/style/index.js.map +1 -0
  751. package/lib/vtx-df-modal/style/index.less +1 -0
  752. package/lib/vtx-facility-modal/api.js +119 -0
  753. package/lib/vtx-facility-modal/api.js.map +1 -0
  754. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  755. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  756. package/lib/vtx-facility-modal/components/OverView/index.css +133 -0
  757. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  758. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  759. package/lib/vtx-facility-modal/components/OverView/index.less +116 -0
  760. package/lib/vtx-facility-modal/components/index.js +14 -0
  761. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  762. package/lib/vtx-facility-modal/config.js +68 -0
  763. package/lib/vtx-facility-modal/config.js.map +1 -0
  764. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  765. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  766. package/lib/vtx-facility-modal/index.js +48 -0
  767. package/lib/vtx-facility-modal/index.js.map +1 -0
  768. package/lib/vtx-facility-modal/style/css.js +5 -0
  769. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  770. package/lib/vtx-facility-modal/style/index.css +0 -0
  771. package/lib/vtx-facility-modal/style/index.js +5 -0
  772. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  773. package/lib/vtx-facility-modal/style/index.less +1 -0
  774. package/lib/vtx-facility-modal/types.js +6 -0
  775. package/lib/vtx-facility-modal/types.js.map +1 -0
  776. package/lib/vtx-housing-estate-modal/api.js +535 -0
  777. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  778. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  779. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  780. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  781. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  782. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  783. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  784. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  785. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  786. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  787. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  788. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  789. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  790. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +290 -0
  791. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  792. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +89 -0
  793. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  794. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  795. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  796. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  797. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  798. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +60 -0
  799. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  800. package/lib/vtx-housing-estate-modal/components/OverView/index.css +324 -0
  801. package/lib/vtx-housing-estate-modal/components/OverView/index.js +41 -0
  802. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  803. package/lib/vtx-housing-estate-modal/components/OverView/index.less +246 -0
  804. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  805. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  806. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  807. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  808. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +21 -0
  809. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +139 -0
  810. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  811. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -0
  812. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  813. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  814. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  815. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  816. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  817. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  818. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  819. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  820. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +93 -0
  821. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  822. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  823. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +76 -0
  824. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  825. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  826. package/lib/vtx-housing-estate-modal/config.js +88 -0
  827. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  828. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  829. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  830. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  831. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  832. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  833. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  834. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  835. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  836. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  837. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  838. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  839. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  840. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  841. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  842. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  843. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  844. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  845. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  846. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  847. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  848. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  849. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  850. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  851. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  852. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  853. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  854. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  855. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  856. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  857. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  858. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  859. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  860. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  861. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  862. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  863. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  864. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  865. package/lib/vtx-housing-estate-modal/index.js +100 -0
  866. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  867. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  868. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  869. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  870. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  871. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  872. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  873. package/lib/vtx-housing-estate-modal/types.js +6 -0
  874. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  875. package/lib/vtx-kh-modal/api.js +74 -0
  876. package/lib/vtx-kh-modal/api.js.map +1 -0
  877. package/lib/vtx-kh-modal/components/BaseInfo/index.css +66 -0
  878. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  879. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  880. package/lib/vtx-kh-modal/components/BaseInfo/index.less +62 -0
  881. package/lib/vtx-kh-modal/components/index.js +14 -0
  882. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  883. package/lib/vtx-kh-modal/index.js +94 -0
  884. package/lib/vtx-kh-modal/index.js.map +1 -0
  885. package/lib/vtx-kh-modal/style/css.js +5 -0
  886. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  887. package/lib/vtx-kh-modal/style/index.css +84 -0
  888. package/lib/vtx-kh-modal/style/index.js +5 -0
  889. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  890. package/lib/vtx-kh-modal/style/index.less +1 -0
  891. package/lib/vtx-pump-modal/api.js +303 -0
  892. package/lib/vtx-pump-modal/api.js.map +1 -0
  893. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
  894. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  895. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
  896. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  897. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
  898. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
  899. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  900. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
  901. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +250 -0
  902. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  903. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +174 -0
  904. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  905. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +93 -0
  906. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  907. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +76 -0
  908. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  909. package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
  910. package/lib/vtx-pump-modal/components/Basic/index.js +81 -0
  911. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  912. package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
  913. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
  914. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  915. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
  916. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  917. package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
  918. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  919. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  920. package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
  921. package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
  922. package/lib/vtx-pump-modal/components/Sjfx/index.js +699 -0
  923. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  924. package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
  925. package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
  926. package/lib/vtx-pump-modal/components/Sxyx/index.js +283 -0
  927. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  928. package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
  929. package/lib/vtx-pump-modal/components/index.js +42 -0
  930. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  931. package/lib/vtx-pump-modal/config.js +106 -0
  932. package/lib/vtx-pump-modal/config.js.map +1 -0
  933. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  934. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  935. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  936. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  937. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  938. package/lib/vtx-pump-modal/index.js +88 -0
  939. package/lib/vtx-pump-modal/index.js.map +1 -0
  940. package/lib/vtx-pump-modal/style/css.js +5 -0
  941. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  942. package/lib/vtx-pump-modal/style/index.css +0 -0
  943. package/lib/vtx-pump-modal/style/index.js +5 -0
  944. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  945. package/lib/vtx-pump-modal/style/index.less +1 -0
  946. package/lib/vtx-pump-modal/type.js +6 -0
  947. package/lib/vtx-pump-modal/type.js.map +1 -0
  948. package/lib/vtx-restaurant-modal/api.js +154 -0
  949. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  950. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  951. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  952. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +78 -0
  953. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  954. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +92 -0
  955. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  956. package/lib/vtx-restaurant-modal/components/Alarm/index.css +45 -0
  957. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  958. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  959. package/lib/vtx-restaurant-modal/components/Alarm/index.less +32 -0
  960. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +62 -0
  961. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  962. package/lib/vtx-restaurant-modal/components/Basic/Info.js +57 -0
  963. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  964. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +69 -0
  965. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  966. package/lib/vtx-restaurant-modal/components/Basic/index.css +77 -0
  967. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  968. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  969. package/lib/vtx-restaurant-modal/components/Basic/index.less +55 -0
  970. package/lib/vtx-restaurant-modal/components/Collection/index.css +28 -0
  971. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  972. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  973. package/lib/vtx-restaurant-modal/components/Collection/index.less +23 -0
  974. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  975. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  976. package/lib/vtx-restaurant-modal/config.js +58 -0
  977. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  978. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  979. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  980. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  981. package/lib/vtx-restaurant-modal/index.js +61 -0
  982. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  983. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  984. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  985. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  986. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  987. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  988. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  989. package/lib/vtx-restaurant-modal/type.js +6 -0
  990. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  991. package/lib/vtx-road-modal/api.js +136 -0
  992. package/lib/vtx-road-modal/api.js.map +1 -0
  993. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  994. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  995. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +152 -0
  996. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  997. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +86 -0
  998. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  999. package/lib/vtx-road-modal/components/BaseInfo/index.css +166 -0
  1000. package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
  1001. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1002. package/lib/vtx-road-modal/components/BaseInfo/index.less +134 -0
  1003. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  1004. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1005. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  1006. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1007. package/lib/vtx-road-modal/components/Statistical/index.css +126 -0
  1008. package/lib/vtx-road-modal/components/Statistical/index.js +185 -0
  1009. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1010. package/lib/vtx-road-modal/components/Statistical/index.less +110 -0
  1011. package/lib/vtx-road-modal/components/index.js +21 -0
  1012. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1013. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1014. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1015. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1016. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1017. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1018. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1019. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1020. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1021. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1022. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1023. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1024. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1025. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1026. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1027. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1028. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1029. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1030. package/lib/vtx-road-modal/index.js +91 -0
  1031. package/lib/vtx-road-modal/index.js.map +1 -0
  1032. package/lib/vtx-road-modal/style/css.js +6 -0
  1033. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1034. package/lib/vtx-road-modal/style/index.css +84 -0
  1035. package/lib/vtx-road-modal/style/index.js +6 -0
  1036. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1037. package/lib/vtx-road-modal/style/index.less +1 -0
  1038. package/lib/vtx-staff-modal/api.js +311 -0
  1039. package/lib/vtx-staff-modal/api.js.map +1 -0
  1040. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  1041. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1042. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +124 -0
  1043. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1044. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +26 -0
  1045. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +108 -0
  1046. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1047. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +22 -0
  1048. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  1049. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1050. package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
  1051. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1052. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  1053. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1054. package/lib/vtx-staff-modal/components/Attendance/index.css +18 -0
  1055. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  1056. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1057. package/lib/vtx-staff-modal/components/Attendance/index.less +19 -0
  1058. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  1059. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1060. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1061. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1062. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  1063. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1064. package/lib/vtx-staff-modal/components/BaseInfo/index.css +158 -0
  1065. package/lib/vtx-staff-modal/components/BaseInfo/index.js +211 -0
  1066. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1067. package/lib/vtx-staff-modal/components/BaseInfo/index.less +144 -0
  1068. package/lib/vtx-staff-modal/components/Equipment/index.css +27 -0
  1069. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  1070. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1071. package/lib/vtx-staff-modal/components/Equipment/index.less +27 -0
  1072. package/lib/vtx-staff-modal/components/index.js +35 -0
  1073. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1074. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1075. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1076. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1077. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1078. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1079. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1080. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1081. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1082. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1083. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1084. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1085. package/lib/vtx-staff-modal/index.js +80 -0
  1086. package/lib/vtx-staff-modal/index.js.map +1 -0
  1087. package/lib/vtx-staff-modal/style/css.js +8 -0
  1088. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1089. package/lib/vtx-staff-modal/style/index.css +84 -0
  1090. package/lib/vtx-staff-modal/style/index.js +8 -0
  1091. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1092. package/lib/vtx-staff-modal/style/index.less +1 -0
  1093. package/lib/vtx-theme-provider/index.js +25 -0
  1094. package/lib/vtx-theme-provider/index.js.map +1 -0
  1095. package/lib/vtx-throw-point-modal/api.js +527 -0
  1096. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1097. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  1098. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1099. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  1100. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1101. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  1102. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1103. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  1104. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1105. package/lib/vtx-throw-point-modal/components/Alarm/index.css +81 -0
  1106. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  1107. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1108. package/lib/vtx-throw-point-modal/components/Alarm/index.less +66 -0
  1109. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  1110. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1111. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  1112. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1113. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  1114. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1115. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  1116. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1117. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  1118. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1119. package/lib/vtx-throw-point-modal/components/OverView/index.css +404 -0
  1120. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  1121. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1122. package/lib/vtx-throw-point-modal/components/OverView/index.less +321 -0
  1123. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  1124. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1125. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1126. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +334 -0
  1127. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1128. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1129. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1130. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  1131. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1132. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1133. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1134. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1135. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1136. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  1137. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1138. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1139. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1140. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1141. package/lib/vtx-throw-point-modal/components/WGXW/index.css +93 -0
  1142. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  1143. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1144. package/lib/vtx-throw-point-modal/components/WGXW/index.less +76 -0
  1145. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1146. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1147. package/lib/vtx-throw-point-modal/config.js +67 -0
  1148. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1149. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1150. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1151. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1152. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1153. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1154. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1155. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1156. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1157. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1158. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1159. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1160. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1161. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1162. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1163. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1164. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1165. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1166. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1167. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1168. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1169. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1170. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1171. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1172. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1173. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1174. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1175. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1176. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1177. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1178. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1179. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1180. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1181. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1182. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1183. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1184. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1185. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1186. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1187. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1188. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1189. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1190. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1191. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1192. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1193. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1194. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1195. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1196. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1197. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1198. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1199. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1200. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1201. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1202. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1203. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1204. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1205. package/lib/vtx-throw-point-modal/index.js +104 -0
  1206. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1207. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1208. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1209. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1210. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1211. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1212. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1213. package/lib/vtx-throw-point-modal/types.js +6 -0
  1214. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1215. package/lib/vtx-wr-modal/api.js +381 -0
  1216. package/lib/vtx-wr-modal/api.js.map +1 -0
  1217. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +251 -0
  1218. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1219. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1220. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1221. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
  1222. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1223. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +114 -0
  1224. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  1225. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1226. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +103 -0
  1227. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  1228. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1229. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +44 -0
  1230. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1231. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +109 -0
  1232. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1233. package/lib/vtx-wr-modal/components/BaseInfo/index.css +154 -0
  1234. package/lib/vtx-wr-modal/components/BaseInfo/index.js +331 -0
  1235. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1236. package/lib/vtx-wr-modal/components/BaseInfo/index.less +132 -0
  1237. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +85 -0
  1238. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  1239. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +153 -0
  1240. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  1241. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +322 -0
  1242. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  1243. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +140 -0
  1244. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  1245. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +50 -0
  1246. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  1247. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +33 -0
  1248. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  1249. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +123 -0
  1250. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  1251. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  1252. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +112 -0
  1253. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  1254. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  1255. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +103 -0
  1256. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1257. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1258. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1259. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +143 -0
  1260. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1261. package/lib/vtx-wr-modal/components/Evaluate/index.css +121 -0
  1262. package/lib/vtx-wr-modal/components/Evaluate/index.js +49 -0
  1263. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1264. package/lib/vtx-wr-modal/components/Evaluate/index.less +121 -0
  1265. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +158 -0
  1266. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1267. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +162 -0
  1268. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1269. package/lib/vtx-wr-modal/components/Monitor/index.css +104 -0
  1270. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  1271. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1272. package/lib/vtx-wr-modal/components/Monitor/index.less +78 -0
  1273. package/lib/vtx-wr-modal/components/Score/index.css +122 -0
  1274. package/lib/vtx-wr-modal/components/Score/index.js +251 -0
  1275. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  1276. package/lib/vtx-wr-modal/components/Score/index.less +117 -0
  1277. package/lib/vtx-wr-modal/components/index.js +49 -0
  1278. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1279. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  1280. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1281. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1282. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1283. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  1284. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  1285. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  1286. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  1287. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  1288. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1289. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1290. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1291. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  1292. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1293. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1294. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1295. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1296. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1297. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1298. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1299. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1300. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1301. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  1302. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  1303. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1304. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  1305. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1306. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  1307. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  1308. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  1309. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  1310. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  1311. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  1312. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  1313. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1314. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1315. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  1316. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  1317. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1318. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1319. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  1320. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  1321. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1322. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1323. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1324. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1325. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  1326. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  1327. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1328. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1329. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1330. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1331. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  1332. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  1333. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  1334. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  1335. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  1336. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  1337. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  1338. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  1339. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  1340. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  1341. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  1342. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  1343. package/lib/vtx-wr-modal/index.js +143 -0
  1344. package/lib/vtx-wr-modal/index.js.map +1 -0
  1345. package/lib/vtx-wr-modal/style/css.js +9 -0
  1346. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1347. package/lib/vtx-wr-modal/style/index.css +84 -0
  1348. package/lib/vtx-wr-modal/style/index.js +9 -0
  1349. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1350. package/lib/vtx-wr-modal/style/index.less +1 -0
  1351. package/lib/vtx-zg-modal/api.js +69 -0
  1352. package/lib/vtx-zg-modal/api.js.map +1 -0
  1353. package/lib/vtx-zg-modal/components/BaseInfo/index.css +92 -0
  1354. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  1355. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1356. package/lib/vtx-zg-modal/components/BaseInfo/index.less +82 -0
  1357. package/lib/vtx-zg-modal/components/index.js +14 -0
  1358. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1359. package/lib/vtx-zg-modal/index.js +97 -0
  1360. package/lib/vtx-zg-modal/index.js.map +1 -0
  1361. package/lib/vtx-zg-modal/style/css.js +5 -0
  1362. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1363. package/lib/vtx-zg-modal/style/index.css +84 -0
  1364. package/lib/vtx-zg-modal/style/index.js +5 -0
  1365. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1366. package/lib/vtx-zg-modal/style/index.less +1 -0
  1367. package/package.json +121 -0
@@ -0,0 +1,209 @@
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"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
10
+ var _antd = require("antd");
11
+ var _moment = _interopRequireDefault(require("moment"));
12
+ var _vmFilter = require("../../../vm-filter");
13
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
14
+ var _vmCharts = require("../../../vm-charts");
15
+ var _api = require("../../api");
16
+ var _Hot = require("../OverView/Hot");
17
+ var _RightBottom = require("../OverView/RightBottom");
18
+ var _Trend = require("../OverView/Trend");
19
+ var _index = require("./index");
20
+ var _FLZL = require("./FLZL");
21
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
22
+ 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); }
23
+ 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; }
24
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
25
+ 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."); }
26
+ 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); }
27
+ 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; }
28
+ 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; } }
29
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
30
+ var LDB = function LDB(_ref) {
31
+ var _ref$classPrefix = _ref.classPrefix,
32
+ classPrefix = _ref$classPrefix === void 0 ? '' : _ref$classPrefix,
33
+ _ref$id = _ref.id,
34
+ id = _ref$id === void 0 ? '' : _ref$id;
35
+ // 工单处理效率日期
36
+ var _useState = (0, _react.useState)((0, _moment["default"])()),
37
+ _useState2 = _slicedToArray(_useState, 2),
38
+ efficiencyDate = _useState2[0],
39
+ setEfficiencyDate = _useState2[1];
40
+ // 发生时段日期
41
+ var _useState3 = (0, _react.useState)((0, _moment["default"])()),
42
+ _useState4 = _slicedToArray(_useState3, 2),
43
+ alarmDate = _useState4[0],
44
+ setAlarmDate = _useState4[1];
45
+ // 落地包发生次数一周趋势日期范围
46
+ var _useState5 = (0, _react.useState)([(0, _moment["default"])().subtract(7, 'day'), (0, _moment["default"])().subtract(1, 'day')]),
47
+ _useState6 = _slicedToArray(_useState5, 2),
48
+ trendTimes = _useState6[0],
49
+ setTrendTimes = _useState6[1];
50
+ // 落地包发生次数一周分布日期范围
51
+ var _useState7 = (0, _react.useState)([(0, _moment["default"])().subtract(7, 'day'), (0, _moment["default"])().subtract(1, 'day')]),
52
+ _useState8 = _slicedToArray(_useState7, 2),
53
+ disTimes = _useState8[0],
54
+ setDisTimes = _useState8[1];
55
+ // 事件类型分布
56
+ var alarmByTypeData = _api.overViewService.alarmSumByType({
57
+ throwPointId: id,
58
+ businessPackage: 'LANDING',
59
+ beginTime: alarmDate.format('YYYY-MM-DD 00:00:00'),
60
+ endTime: alarmDate.format('YYYY-MM-DD 23:59:59')
61
+ });
62
+ // 工单处理效率
63
+ var efficiencyData = _api.overViewService.resolveEfficiency({
64
+ throwPointId: id,
65
+ businessPackage: 'LANDING',
66
+ beginTime: efficiencyDate.format('YYYY-MM-DD 00:00:00'),
67
+ endTime: efficiencyDate.format('YYYY-MM-DD 23:59:59')
68
+ });
69
+ // 近一周趋势
70
+ var alarmByDateData = _api.overViewService.alarmSumByDate({
71
+ throwPointId: id,
72
+ businessPackage: 'LANDING',
73
+ beginTime: trendTimes[0].format('YYYY-MM-DD 00:00:00'),
74
+ endTime: trendTimes[1].format('YYYY-MM-DD 23:59:59')
75
+ });
76
+ // 一周分布
77
+ var sumByHour = _api.alarmService.aiAlarmGroupByTypeAndHourOneWeek({
78
+ throwPointId: id,
79
+ beginTime: disTimes[0].format('YYYY-MM-DD 00:00:00'),
80
+ endTime: disTimes[1].format('YYYY-MM-DD 23:59:59'),
81
+ businessPackage: 'LANDING'
82
+ });
83
+ var lineData = (alarmByDateData || []).map(function (item) {
84
+ return {
85
+ name: item.alarmTypeName || '',
86
+ count: item.count || 0,
87
+ day: item.day || ''
88
+ };
89
+ });
90
+ return /*#__PURE__*/_react["default"].createElement("div", {
91
+ className: "".concat(classPrefix, "-ldb")
92
+ }, /*#__PURE__*/_react["default"].createElement("div", {
93
+ className: "".concat(classPrefix, "-ldb-item")
94
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
95
+ title: "\u5DE5\u5355\u5904\u7406\u6548\u7387",
96
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
97
+ value: efficiencyDate,
98
+ onChange: function onChange(date) {
99
+ setEfficiencyDate(date);
100
+ }
101
+ })
102
+ }), /*#__PURE__*/_react["default"].createElement("div", {
103
+ style: {
104
+ flex: 1,
105
+ display: 'flex'
106
+ }
107
+ }, /*#__PURE__*/_react["default"].createElement("div", {
108
+ style: {
109
+ flex: 1
110
+ }
111
+ }, /*#__PURE__*/_react["default"].createElement(_vmCharts.Gauge1, {
112
+ name: "AI\u5DE5\u5355\u5173\u95ED\u7387",
113
+ unit: "%",
114
+ min: 0,
115
+ max: 100,
116
+ num: (0, _RightBottom.getPercent)(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeRate),
117
+ average: (0, _RightBottom.getPercent)(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeRateAverage)
118
+ })), /*#__PURE__*/_react["default"].createElement("div", {
119
+ style: {
120
+ flex: 1
121
+ }
122
+ }, /*#__PURE__*/_react["default"].createElement(_vmCharts.Gauge1, {
123
+ name: "AI\u5DE5\u5355\u5904\u7406\u65F6\u957F",
124
+ unit: "\u5206",
125
+ min: 0,
126
+ max: (0, _RightBottom.getMinHundred)(Math.max((efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinute) || 0, (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinuteAverage) || 0)),
127
+ num: (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinute) || 0,
128
+ average: (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinuteAverage) || 0
129
+ })), /*#__PURE__*/_react["default"].createElement("div", {
130
+ style: {
131
+ flex: 1
132
+ }
133
+ }, /*#__PURE__*/_react["default"].createElement(_vmCharts.Gauge1, {
134
+ name: "AI\u5DE5\u5355\u53CA\u65F6\u5173\u95ED\u7387",
135
+ unit: "%",
136
+ min: 0,
137
+ max: 100,
138
+ num: (0, _RightBottom.getPercent)(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeInTimeRate),
139
+ average: (0, _RightBottom.getPercent)(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeInTimeRateAverage)
140
+ })))), /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "".concat(classPrefix, "-ldb-item")
142
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
143
+ title: "\u843D\u5730\u5305\u53D1\u751F\u65F6\u6BB5\u5BF9\u6BD4",
144
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
145
+ value: alarmDate,
146
+ onChange: function onChange(date) {
147
+ setAlarmDate(date);
148
+ }
149
+ })
150
+ }), /*#__PURE__*/_react["default"].createElement("div", {
151
+ style: {
152
+ flex: 1
153
+ }
154
+ }, !(alarmByTypeData === null || alarmByTypeData === void 0 ? void 0 : alarmByTypeData.length) ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
155
+ option: (0, _FLZL.getPieOption)({
156
+ data: (alarmByTypeData || []).map(function (item) {
157
+ return {
158
+ name: item.alarmTypeName,
159
+ count: item.count
160
+ };
161
+ }),
162
+ center: ['30%', '50%'],
163
+ legend: {
164
+ left: '50%'
165
+ }
166
+ })
167
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
168
+ className: "".concat(classPrefix, "-ldb-item")
169
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
170
+ title: "\u843D\u5730\u5305\u53D1\u751F\u6B21\u6570\u4E00\u5468\u5206\u5E03",
171
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
172
+ value: disTimes,
173
+ onChange: function onChange(date) {
174
+ if (date[1].diff(date[0], 'd') > 7) {
175
+ _antd.message.warning('时间跨度不能超过7天');
176
+ return;
177
+ }
178
+ setDisTimes(date);
179
+ }
180
+ })
181
+ }), /*#__PURE__*/_react["default"].createElement("div", {
182
+ style: {
183
+ flex: 1
184
+ }
185
+ }, !(sumByHour === null || sumByHour === void 0 ? void 0 : sumByHour.length) ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_vmCharts.Distribute1, {
186
+ data: (0, _Hot.getDistributeChartData)(sumByHour || [])
187
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
188
+ className: "".concat(classPrefix, "-ldb-item")
189
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
190
+ title: "\u843D\u5730\u5305\u53D1\u751F\u6B21\u6570\u4E00\u5468\u8D8B\u52BF",
191
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
192
+ value: trendTimes,
193
+ onChange: function onChange(date) {
194
+ if (date[1].diff(date[0], 'd') > 7) {
195
+ _antd.message.warning('时间跨度不能超过7天');
196
+ return;
197
+ }
198
+ setTrendTimes(date);
199
+ }
200
+ })
201
+ }), /*#__PURE__*/_react["default"].createElement("div", {
202
+ style: {
203
+ flex: 1
204
+ }
205
+ }, !lineData ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_vmCharts.Line1, Object.assign({}, (0, _Trend.transferLineData)(lineData))))));
206
+ };
207
+ var _default = LDB;
208
+ exports["default"] = _default;
209
+ //# sourceMappingURL=LDB.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LDB.js","names":["_react","_interopRequireWildcard","require","_echartsForReact","_interopRequireDefault","_antd","_moment","_vmFilter","_vmSubTitle","_vmCharts","_api","_Hot","_RightBottom","_Trend","_index","_FLZL","obj","__esModule","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","_typeof","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_slicedToArray","arr","i","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","o","minLen","_arrayLikeToArray","n","toString","slice","constructor","name","Array","from","test","len","length","arr2","_i","Symbol","iterator","_s","_e","_x","_r","_arr","_n","_d","next","done","push","value","err","isArray","LDB","_ref","_ref$classPrefix","classPrefix","_ref$id","id","_useState","useState","moment","_useState2","efficiencyDate","setEfficiencyDate","_useState3","_useState4","alarmDate","setAlarmDate","_useState5","subtract","_useState6","trendTimes","setTrendTimes","_useState7","_useState8","disTimes","setDisTimes","alarmByTypeData","overViewService","alarmSumByType","throwPointId","businessPackage","beginTime","format","endTime","efficiencyData","resolveEfficiency","alarmByDateData","alarmSumByDate","sumByHour","alarmService","aiAlarmGroupByTypeAndHourOneWeek","lineData","map","item","alarmTypeName","count","day","React","createElement","className","concat","VmSubTitle","title","extra","VMDatePicker","onChange","date","style","flex","display","Gauge1","unit","min","max","num","getPercent","closeRate","average","closeRateAverage","getMinHundred","Math","resolveMinute","resolveMinuteAverage","closeInTimeRate","closeInTimeRateAverage","Empty","ReactEcharts","option","getPieOption","data","center","legend","left","VMRangePicker","diff","message","warning","Distribute1","getDistributeChartData","Line1","assign","transferLineData","_default","exports"],"sources":["vtx-throw-point-modal/components/Alarm/LDB.js"],"sourcesContent":["import React, { useState } from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport { message } from 'antd';\nimport moment from 'moment';\nimport { VMRangePicker, VMDatePicker } from '../../../vm-filter';\nimport VmSubTitle from '../../../vm-sub-title';\nimport { Gauge1, Line1, Distribute1 } from '../../../vm-charts';\nimport { overViewService, alarmService } from '../../api';\nimport { getDistributeChartData } from '../OverView/Hot';\nimport { getMinHundred, getPercent } from '../OverView/RightBottom';\nimport { transferLineData } from '../OverView/Trend';\nimport { Empty } from './index';\nimport { getPieOption } from './FLZL';\nconst LDB = ({ classPrefix = '', id = '' }) => {\n // 工单处理效率日期\n const [efficiencyDate, setEfficiencyDate] = useState(moment());\n // 发生时段日期\n const [alarmDate, setAlarmDate] = useState(moment());\n // 落地包发生次数一周趋势日期范围\n const [trendTimes, setTrendTimes] = useState([\n moment().subtract(7, 'day'),\n moment().subtract(1, 'day'),\n ]);\n // 落地包发生次数一周分布日期范围\n const [disTimes, setDisTimes] = useState([\n moment().subtract(7, 'day'),\n moment().subtract(1, 'day'),\n ]);\n // 事件类型分布\n const alarmByTypeData = overViewService.alarmSumByType({\n throwPointId: id,\n businessPackage: 'LANDING',\n beginTime: alarmDate.format('YYYY-MM-DD 00:00:00'),\n endTime: alarmDate.format('YYYY-MM-DD 23:59:59'),\n });\n // 工单处理效率\n const efficiencyData = overViewService.resolveEfficiency({\n throwPointId: id,\n businessPackage: 'LANDING',\n beginTime: efficiencyDate.format('YYYY-MM-DD 00:00:00'),\n endTime: efficiencyDate.format('YYYY-MM-DD 23:59:59'),\n });\n // 近一周趋势\n const alarmByDateData = overViewService.alarmSumByDate({\n throwPointId: id,\n businessPackage: 'LANDING',\n beginTime: trendTimes[0].format('YYYY-MM-DD 00:00:00'),\n endTime: trendTimes[1].format('YYYY-MM-DD 23:59:59'),\n });\n // 一周分布\n const sumByHour = alarmService.aiAlarmGroupByTypeAndHourOneWeek({\n throwPointId: id,\n beginTime: disTimes[0].format('YYYY-MM-DD 00:00:00'),\n endTime: disTimes[1].format('YYYY-MM-DD 23:59:59'),\n businessPackage: 'LANDING',\n });\n const lineData = (alarmByDateData || []).map(item => ({\n name: item.alarmTypeName || '',\n count: item.count || 0,\n day: item.day || '',\n }));\n return (React.createElement(\"div\", { className: `${classPrefix}-ldb` },\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u5DE5\\u5355\\u5904\\u7406\\u6548\\u7387\", extra: React.createElement(VMDatePicker, { value: efficiencyDate, onChange: (date) => {\n setEfficiencyDate(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1, display: 'flex' } },\n React.createElement(\"div\", { style: { flex: 1 } },\n React.createElement(Gauge1, { name: \"AI\\u5DE5\\u5355\\u5173\\u95ED\\u7387\", unit: \"%\", min: 0, max: 100, num: getPercent(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeRate), average: getPercent(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeRateAverage) })),\n React.createElement(\"div\", { style: { flex: 1 } },\n React.createElement(Gauge1, { name: \"AI\\u5DE5\\u5355\\u5904\\u7406\\u65F6\\u957F\", unit: \"\\u5206\", min: 0, max: getMinHundred(Math.max((efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinute) || 0, (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinuteAverage) || 0)), num: (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinute) || 0, average: (efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.resolveMinuteAverage) || 0 })),\n React.createElement(\"div\", { style: { flex: 1 } },\n React.createElement(Gauge1, { name: \"AI\\u5DE5\\u5355\\u53CA\\u65F6\\u5173\\u95ED\\u7387\", unit: \"%\", min: 0, max: 100, num: getPercent(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeInTimeRate), average: getPercent(efficiencyData === null || efficiencyData === void 0 ? void 0 : efficiencyData.closeInTimeRateAverage) })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u843D\\u5730\\u5305\\u53D1\\u751F\\u65F6\\u6BB5\\u5BF9\\u6BD4\", extra: React.createElement(VMDatePicker, { value: alarmDate, onChange: (date) => {\n setAlarmDate(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !(alarmByTypeData === null || alarmByTypeData === void 0 ? void 0 : alarmByTypeData.length) ? (React.createElement(Empty, null)) : (React.createElement(ReactEcharts, { option: getPieOption({\n data: (alarmByTypeData || []).map(item => ({\n name: item.alarmTypeName,\n count: item.count,\n })),\n center: ['30%', '50%'],\n legend: {\n left: '50%',\n },\n }) })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u843D\\u5730\\u5305\\u53D1\\u751F\\u6B21\\u6570\\u4E00\\u5468\\u5206\\u5E03\", extra: React.createElement(VMRangePicker, { value: disTimes, onChange: (date) => {\n if (date[1].diff(date[0], 'd') > 7) {\n message.warning('时间跨度不能超过7天');\n return;\n }\n setDisTimes(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !(sumByHour === null || sumByHour === void 0 ? void 0 : sumByHour.length) ? (React.createElement(Empty, null)) : (React.createElement(Distribute1, { data: getDistributeChartData(sumByHour || []) })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u843D\\u5730\\u5305\\u53D1\\u751F\\u6B21\\u6570\\u4E00\\u5468\\u8D8B\\u52BF\", extra: React.createElement(VMRangePicker, { value: trendTimes, onChange: (date) => {\n if (date[1].diff(date[0], 'd') > 7) {\n message.warning('时间跨度不能超过7天');\n return;\n }\n setTrendTimes(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !lineData ? React.createElement(Empty, null) : React.createElement(Line1, Object.assign({}, transferLineData(lineData)))))));\n};\nexport default LDB;\n"],"mappings":"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"}
@@ -0,0 +1,291 @@
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"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
10
+ var _moment = _interopRequireDefault(require("moment"));
11
+ var _groupBy = _interopRequireDefault(require("lodash/groupBy"));
12
+ var _antd = require("antd");
13
+ var _vmFilter = require("../../../vm-filter");
14
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
15
+ var _vmCharts = require("../../../vm-charts");
16
+ var _api = require("../../api");
17
+ var _RightBottom = require("../OverView/RightBottom");
18
+ var _FLZL = require("./FLZL");
19
+ var _index = require("./index");
20
+ var _Trend = require("../OverView/Trend");
21
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
22
+ 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); }
23
+ 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; }
24
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
25
+ 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."); }
26
+ 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; } }
27
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
29
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
30
+ 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); }
31
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
32
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
33
+ 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; }
34
+ function transferData(data) {
35
+ var chartData = [];
36
+ var xAxis = [];
37
+ var dataGroupByDate = (0, _groupBy["default"])(data, 'garbageTypeName');
38
+ var count = 0;
39
+ for (var key in dataGroupByDate) {
40
+ dataGroupByDate[key].forEach(function (item, index) {
41
+ var x = "".concat(item.periodBegin, "-").concat(item.periodEnd);
42
+ if (!xAxis.includes(x)) {
43
+ xAxis.push(x);
44
+ }
45
+ chartData.push([index, count, item.count]);
46
+ });
47
+ count++;
48
+ }
49
+ return {
50
+ xAxis: xAxis,
51
+ yAxis: Object.keys(dataGroupByDate),
52
+ chartData: chartData
53
+ };
54
+ }
55
+ var getDistributionChart = function getDistributionChart(data) {
56
+ var _transferData = transferData(data),
57
+ xAxis = _transferData.xAxis,
58
+ yAxis = _transferData.yAxis,
59
+ chartData = _transferData.chartData;
60
+ var max = Math.max.apply(Math, _toConsumableArray(chartData.map(function (item) {
61
+ return item[2];
62
+ })));
63
+ if (!(chartData === null || chartData === void 0 ? void 0 : chartData.length)) return {};
64
+ return {
65
+ tooltip: {
66
+ position: 'top',
67
+ formatter: function formatter(params) {
68
+ var value = params.value,
69
+ marker = params.marker,
70
+ name = params.name;
71
+ var garbageType = yAxis[value[1]];
72
+ return "<div>".concat(garbageType, " ").concat(name, "</div><div>").concat(marker, " \u91CD\u91CF\uFF1A").concat(value[2], "kg</div>");
73
+ }
74
+ },
75
+ grid: {
76
+ top: 50,
77
+ bottom: 0,
78
+ right: 0,
79
+ left: 0,
80
+ containLabel: true
81
+ },
82
+ xAxis: {
83
+ type: 'category',
84
+ data: xAxis,
85
+ splitArea: {
86
+ show: true
87
+ },
88
+ axisLabel: {
89
+ color: '#fff'
90
+ },
91
+ axisTick: {
92
+ show: false
93
+ }
94
+ },
95
+ yAxis: {
96
+ type: 'category',
97
+ data: yAxis,
98
+ splitArea: {
99
+ show: true
100
+ },
101
+ axisLabel: {
102
+ color: '#fff'
103
+ },
104
+ axisTick: {
105
+ show: false
106
+ }
107
+ },
108
+ visualMap: {
109
+ min: 0,
110
+ max: max,
111
+ calculable: true,
112
+ orient: 'horizontal',
113
+ left: 'center',
114
+ top: 0,
115
+ inRange: {
116
+ color: ['#364357', '#00759C', '#29A8F0', '#F5B829', '#E7473F']
117
+ },
118
+ textStyle: {
119
+ color: '#fff'
120
+ }
121
+ },
122
+ series: [{
123
+ name: '满溢时段分布',
124
+ type: 'heatmap',
125
+ data: chartData,
126
+ label: {
127
+ show: true
128
+ },
129
+ emphasis: {
130
+ itemStyle: {
131
+ shadowBlur: 10,
132
+ shadowColor: 'rgba(0, 0, 0, 0.5)'
133
+ }
134
+ }
135
+ }]
136
+ };
137
+ };
138
+ var MY = function MY(_ref) {
139
+ var _ref$classPrefix = _ref.classPrefix,
140
+ classPrefix = _ref$classPrefix === void 0 ? '' : _ref$classPrefix,
141
+ id = _ref.id;
142
+ var _a;
143
+ // 工单处理效率日期
144
+ var _useState = (0, _react.useState)((0, _moment["default"])()),
145
+ _useState2 = _slicedToArray(_useState, 2),
146
+ efficiencyDate = _useState2[0],
147
+ setEfficiencyDate = _useState2[1];
148
+ // 垃圾类型占比日期
149
+ var _useState3 = (0, _react.useState)((0, _moment["default"])()),
150
+ _useState4 = _slicedToArray(_useState3, 2),
151
+ throwDate = _useState4[0],
152
+ setThrowDate = _useState4[1];
153
+ // 时段分布日期
154
+ var _useState5 = (0, _react.useState)((0, _moment["default"])()),
155
+ _useState6 = _slicedToArray(_useState5, 2),
156
+ disDate = _useState6[0],
157
+ setDisDate = _useState6[1];
158
+ // 发生次数一周趋势日期范围
159
+ var _useState7 = (0, _react.useState)([(0, _moment["default"])().subtract(7, 'day'), (0, _moment["default"])().subtract(1, 'day')]),
160
+ _useState8 = _slicedToArray(_useState7, 2),
161
+ trendTimes = _useState8[0],
162
+ setTrendTimes = _useState8[1];
163
+ // 工单处理效率
164
+ var myEfficiency = _api.alarmService.myEfficiency({
165
+ throwPointId: id,
166
+ beginTime: efficiencyDate.format('YYYY-MM-DD 00:00:00'),
167
+ endTime: efficiencyDate.format('YYYY-MM-DD 23:59:59')
168
+ });
169
+ // 满意垃圾类型占比
170
+ var mySumByGarbageType = _api.alarmService.mySumByGarbageType({
171
+ throwPointId: id,
172
+ beginTime: throwDate.format('YYYY-MM-DD 00:00:00'),
173
+ endTime: throwDate.format('YYYY-MM-DD 23:59:59')
174
+ });
175
+ // 满溢一周趋势分布
176
+ var mySumByGarbageTypeAndDay = _api.alarmService.mySumByGarbageTypeAndDay({
177
+ throwPointId: id,
178
+ beginTime: trendTimes[0].format('YYYY-MM-DD 00:00:00'),
179
+ endTime: trendTimes[1].format('YYYY-MM-DD 23:59:59')
180
+ });
181
+ // 满溢时段分布
182
+ var mySumByGarbageTypeAndPeriod = _api.alarmService.mySumByGarbageTypeAndPeriod({
183
+ throwPointId: id,
184
+ beginTime: disDate.format('YYYY-MM-DD 00:00:00'),
185
+ endTime: disDate.format('YYYY-MM-DD 23:59:59')
186
+ });
187
+ var lineData = (mySumByGarbageTypeAndDay || []).map(function (item) {
188
+ return {
189
+ name: item.garbageTypeName,
190
+ count: item.count,
191
+ day: item.day
192
+ };
193
+ });
194
+ return /*#__PURE__*/_react["default"].createElement("div", {
195
+ className: "".concat(classPrefix, "-ldb")
196
+ }, /*#__PURE__*/_react["default"].createElement("div", {
197
+ className: "".concat(classPrefix, "-ldb-item")
198
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
199
+ title: "\u5DE5\u5355\u5904\u7406\u6548\u7387",
200
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
201
+ value: efficiencyDate,
202
+ onChange: function onChange(date) {
203
+ setEfficiencyDate(date);
204
+ }
205
+ })
206
+ }), /*#__PURE__*/_react["default"].createElement("div", {
207
+ style: {
208
+ flex: 1,
209
+ display: 'flex'
210
+ }
211
+ }, /*#__PURE__*/_react["default"].createElement("div", {
212
+ style: {
213
+ flex: 1
214
+ }
215
+ }, /*#__PURE__*/_react["default"].createElement(_vmCharts.Gauge1, {
216
+ name: "\u6EE1\u6EA2\u5904\u7406\u65F6\u957F",
217
+ unit: "\u5206",
218
+ min: 0,
219
+ max: (0, _RightBottom.getMinHundred)((myEfficiency === null || myEfficiency === void 0 ? void 0 : myEfficiency.resolveMinute) || 0),
220
+ num: ((_a = myEfficiency === null || myEfficiency === void 0 ? void 0 : myEfficiency.resolveMinute) === null || _a === void 0 ? void 0 : _a.toFixed(2)) || 0,
221
+ average: false
222
+ })))), /*#__PURE__*/_react["default"].createElement("div", {
223
+ className: "".concat(classPrefix, "-ldb-item")
224
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
225
+ title: "\u6EE1\u6EA2\u5783\u573E\u7C7B\u578B\u5360\u6BD4",
226
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
227
+ value: throwDate,
228
+ onChange: function onChange(date) {
229
+ setThrowDate(date);
230
+ }
231
+ })
232
+ }), /*#__PURE__*/_react["default"].createElement("div", {
233
+ style: {
234
+ flex: 1
235
+ }
236
+ }, !(mySumByGarbageType === null || mySumByGarbageType === void 0 ? void 0 : mySumByGarbageType.length) ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
237
+ option: (0, _FLZL.getPieOption)({
238
+ data: (mySumByGarbageType || []).map(function (item) {
239
+ return {
240
+ name: item.garbageTypeName,
241
+ count: item.count
242
+ };
243
+ }),
244
+ center: ['30%', '50%'],
245
+ legend: {
246
+ left: '55%'
247
+ }
248
+ }),
249
+ style: {
250
+ width: '100%',
251
+ height: '100%'
252
+ }
253
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
254
+ className: "".concat(classPrefix, "-ldb-item")
255
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
256
+ title: "\u6EE1\u6EA2\u65F6\u6BB5\u5206\u5E03",
257
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
258
+ value: disDate,
259
+ onChange: function onChange(date) {
260
+ setDisDate(date);
261
+ }
262
+ })
263
+ }), /*#__PURE__*/_react["default"].createElement("div", {
264
+ style: {
265
+ flex: 1
266
+ }
267
+ }, !(mySumByGarbageTypeAndPeriod === null || mySumByGarbageTypeAndPeriod === void 0 ? void 0 : mySumByGarbageTypeAndPeriod.length) ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
268
+ option: getDistributionChart(mySumByGarbageTypeAndPeriod || [])
269
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
270
+ className: "".concat(classPrefix, "-ldb-item")
271
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
272
+ title: "\u6EE1\u6EA2\u4E00\u5468\u53D8\u5316\u8D8B\u52BF",
273
+ extra: /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
274
+ value: trendTimes,
275
+ onChange: function onChange(date) {
276
+ if (date[1].diff(date[0], 'd') > 7) {
277
+ _antd.message.warning('时间跨度不能超过7天');
278
+ return;
279
+ }
280
+ setTrendTimes(date);
281
+ }
282
+ })
283
+ }), /*#__PURE__*/_react["default"].createElement("div", {
284
+ style: {
285
+ flex: 1
286
+ }
287
+ }, !(lineData === null || lineData === void 0 ? void 0 : lineData.length) ? /*#__PURE__*/_react["default"].createElement(_index.Empty, null) : /*#__PURE__*/_react["default"].createElement(_vmCharts.Line1, Object.assign({}, (0, _Trend.transferLineData)(lineData))))));
288
+ };
289
+ var _default = MY;
290
+ exports["default"] = _default;
291
+ //# sourceMappingURL=MY.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MY.js","names":["_react","_interopRequireWildcard","require","_echartsForReact","_interopRequireDefault","_moment","_groupBy","_antd","_vmFilter","_vmSubTitle","_vmCharts","_api","_RightBottom","_FLZL","_index","_Trend","obj","__esModule","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","_typeof","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_slicedToArray","arr","i","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_i","Symbol","iterator","_s","_e","_x","_r","_arr","_n","_d","next","done","push","value","length","err","Array","isArray","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_nonIterableSpread","o","minLen","_arrayLikeToArray","n","toString","slice","constructor","name","from","test","iter","len","arr2","transferData","data","chartData","xAxis","dataGroupByDate","groupBy","count","forEach","item","index","x","concat","periodBegin","periodEnd","includes","yAxis","keys","getDistributionChart","_transferData","max","Math","apply","map","tooltip","position","formatter","params","marker","garbageType","grid","top","bottom","right","left","containLabel","type","splitArea","show","axisLabel","color","axisTick","visualMap","min","calculable","orient","inRange","textStyle","series","label","emphasis","itemStyle","shadowBlur","shadowColor","MY","_ref","_ref$classPrefix","classPrefix","id","_a","_useState","useState","moment","_useState2","efficiencyDate","setEfficiencyDate","_useState3","_useState4","throwDate","setThrowDate","_useState5","_useState6","disDate","setDisDate","_useState7","subtract","_useState8","trendTimes","setTrendTimes","myEfficiency","alarmService","throwPointId","beginTime","format","endTime","mySumByGarbageType","mySumByGarbageTypeAndDay","mySumByGarbageTypeAndPeriod","lineData","garbageTypeName","day","React","createElement","className","VmSubTitle","title","extra","VMDatePicker","onChange","date","style","flex","display","Gauge1","unit","getMinHundred","resolveMinute","num","toFixed","average","Empty","ReactEcharts","option","getPieOption","center","legend","width","height","VMRangePicker","diff","message","warning","Line1","assign","transferLineData","_default","exports"],"sources":["vtx-throw-point-modal/components/Alarm/MY.js"],"sourcesContent":["import React, { useState } from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport moment from 'moment';\nimport groupBy from 'lodash/groupBy';\nimport { message } from 'antd';\nimport { VMRangePicker, VMDatePicker } from '../../../vm-filter';\nimport VmSubTitle from '../../../vm-sub-title';\nimport { Gauge1, Line1 } from '../../../vm-charts';\nimport { alarmService } from '../../api';\nimport { getMinHundred } from '../OverView/RightBottom';\nimport { getPieOption } from './FLZL';\nimport { Empty } from './index';\nimport { transferLineData } from '../OverView/Trend';\nfunction transferData(data) {\n const chartData = [];\n const xAxis = [];\n const dataGroupByDate = groupBy(data, 'garbageTypeName');\n let count = 0;\n for (const key in dataGroupByDate) {\n dataGroupByDate[key].forEach((item, index) => {\n const x = `${item.periodBegin}-${item.periodEnd}`;\n if (!xAxis.includes(x)) {\n xAxis.push(x);\n }\n chartData.push([index, count, item.count]);\n });\n count++;\n }\n return {\n xAxis,\n yAxis: Object.keys(dataGroupByDate),\n chartData,\n };\n}\nconst getDistributionChart = (data) => {\n const { xAxis, yAxis, chartData } = transferData(data);\n const max = Math.max(...chartData.map(item => item[2]));\n if (!(chartData === null || chartData === void 0 ? void 0 : chartData.length))\n return {};\n return {\n tooltip: {\n position: 'top',\n formatter: (params) => {\n const { value, marker, name } = params;\n const garbageType = yAxis[value[1]];\n return `<div>${garbageType} ${name}</div><div>${marker} 重量:${value[2]}kg</div>`;\n },\n },\n grid: {\n top: 50,\n bottom: 0,\n right: 0,\n left: 0,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n data: xAxis,\n splitArea: {\n show: true,\n },\n axisLabel: {\n color: '#fff',\n },\n axisTick: {\n show: false,\n },\n },\n yAxis: {\n type: 'category',\n data: yAxis,\n splitArea: {\n show: true,\n },\n axisLabel: {\n color: '#fff',\n },\n axisTick: {\n show: false,\n },\n },\n visualMap: {\n min: 0,\n max: max,\n calculable: true,\n orient: 'horizontal',\n left: 'center',\n top: 0,\n inRange: {\n color: ['#364357', '#00759C', '#29A8F0', '#F5B829', '#E7473F'],\n },\n textStyle: {\n color: '#fff',\n },\n },\n series: [\n {\n name: '满溢时段分布',\n type: 'heatmap',\n data: chartData,\n label: {\n show: true,\n },\n emphasis: {\n itemStyle: {\n shadowBlur: 10,\n shadowColor: 'rgba(0, 0, 0, 0.5)',\n },\n },\n },\n ],\n };\n};\nconst MY = ({ classPrefix = '', id }) => {\n var _a;\n // 工单处理效率日期\n const [efficiencyDate, setEfficiencyDate] = useState(moment());\n // 垃圾类型占比日期\n const [throwDate, setThrowDate] = useState(moment());\n // 时段分布日期\n const [disDate, setDisDate] = useState(moment());\n // 发生次数一周趋势日期范围\n const [trendTimes, setTrendTimes] = useState([\n moment().subtract(7, 'day'),\n moment().subtract(1, 'day'),\n ]);\n // 工单处理效率\n const myEfficiency = alarmService.myEfficiency({\n throwPointId: id,\n beginTime: efficiencyDate.format('YYYY-MM-DD 00:00:00'),\n endTime: efficiencyDate.format('YYYY-MM-DD 23:59:59'),\n });\n // 满意垃圾类型占比\n const mySumByGarbageType = alarmService.mySumByGarbageType({\n throwPointId: id,\n beginTime: throwDate.format('YYYY-MM-DD 00:00:00'),\n endTime: throwDate.format('YYYY-MM-DD 23:59:59'),\n });\n // 满溢一周趋势分布\n const mySumByGarbageTypeAndDay = alarmService.mySumByGarbageTypeAndDay({\n throwPointId: id,\n beginTime: trendTimes[0].format('YYYY-MM-DD 00:00:00'),\n endTime: trendTimes[1].format('YYYY-MM-DD 23:59:59'),\n });\n // 满溢时段分布\n const mySumByGarbageTypeAndPeriod = alarmService.mySumByGarbageTypeAndPeriod({\n throwPointId: id,\n beginTime: disDate.format('YYYY-MM-DD 00:00:00'),\n endTime: disDate.format('YYYY-MM-DD 23:59:59'),\n });\n const lineData = (mySumByGarbageTypeAndDay || []).map(item => ({\n name: item.garbageTypeName,\n count: item.count,\n day: item.day,\n }));\n return (React.createElement(\"div\", { className: `${classPrefix}-ldb` },\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u5DE5\\u5355\\u5904\\u7406\\u6548\\u7387\", extra: React.createElement(VMDatePicker, { value: efficiencyDate, onChange: (date) => {\n setEfficiencyDate(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1, display: 'flex' } },\n React.createElement(\"div\", { style: { flex: 1 } },\n React.createElement(Gauge1, { name: \"\\u6EE1\\u6EA2\\u5904\\u7406\\u65F6\\u957F\", unit: \"\\u5206\", min: 0, max: getMinHundred((myEfficiency === null || myEfficiency === void 0 ? void 0 : myEfficiency.resolveMinute) || 0), num: ((_a = myEfficiency === null || myEfficiency === void 0 ? void 0 : myEfficiency.resolveMinute) === null || _a === void 0 ? void 0 : _a.toFixed(2)) || 0, average: false })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u6EE1\\u6EA2\\u5783\\u573E\\u7C7B\\u578B\\u5360\\u6BD4\", extra: React.createElement(VMDatePicker, { value: throwDate, onChange: (date) => {\n setThrowDate(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !(mySumByGarbageType === null || mySumByGarbageType === void 0 ? void 0 : mySumByGarbageType.length) ? (React.createElement(Empty, null)) : (React.createElement(ReactEcharts, { option: getPieOption({\n data: (mySumByGarbageType || []).map(item => ({\n name: item.garbageTypeName,\n count: item.count,\n })),\n center: ['30%', '50%'],\n legend: {\n left: '55%',\n },\n }), style: { width: '100%', height: '100%' } })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u6EE1\\u6EA2\\u65F6\\u6BB5\\u5206\\u5E03\", extra: React.createElement(VMDatePicker, { value: disDate, onChange: (date) => {\n setDisDate(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !(mySumByGarbageTypeAndPeriod === null || mySumByGarbageTypeAndPeriod === void 0 ? void 0 : mySumByGarbageTypeAndPeriod.length) ? (React.createElement(Empty, null)) : (React.createElement(ReactEcharts, { option: getDistributionChart(mySumByGarbageTypeAndPeriod || []) })))),\n React.createElement(\"div\", { className: `${classPrefix}-ldb-item` },\n React.createElement(VmSubTitle, { title: \"\\u6EE1\\u6EA2\\u4E00\\u5468\\u53D8\\u5316\\u8D8B\\u52BF\", extra: React.createElement(VMRangePicker, { value: trendTimes, onChange: (date) => {\n if (date[1].diff(date[0], 'd') > 7) {\n message.warning('时间跨度不能超过7天');\n return;\n }\n setTrendTimes(date);\n } }) }),\n React.createElement(\"div\", { style: { flex: 1 } }, !(lineData === null || lineData === void 0 ? void 0 : lineData.length) ? React.createElement(Empty, null) : React.createElement(Line1, Object.assign({}, transferLineData(lineData)))))));\n};\nexport default MY;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAC,sBAAA,CAAAF,OAAA;AACA,IAAAG,OAAA,GAAAD,sBAAA,CAAAF,OAAA;AACA,IAAAI,QAAA,GAAAF,sBAAA,CAAAF,OAAA;AACA,IAAAK,KAAA,GAAAL,OAAA;AACA,IAAAM,SAAA,GAAAN,OAAA;AACA,IAAAO,WAAA,GAAAL,sBAAA,CAAAF,OAAA;AACA,IAAAQ,SAAA,GAAAR,OAAA;AACA,IAAAS,IAAA,GAAAT,OAAA;AACA,IAAAU,YAAA,GAAAV,OAAA;AACA,IAAAW,KAAA,GAAAX,OAAA;AACA,IAAAY,MAAA,GAAAZ,OAAA;AACA,IAAAa,MAAA,GAAAb,OAAA;AAAqD,SAAAE,uBAAAY,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AAAA,SAAAE,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAlB,wBAAAe,GAAA,EAAAG,WAAA,SAAAA,WAAA,IAAAH,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,aAAAO,OAAA,CAAAP,GAAA,yBAAAA,GAAA,uCAAAA,GAAA,UAAAQ,KAAA,GAAAN,wBAAA,CAAAC,WAAA,OAAAK,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAT,GAAA,YAAAQ,KAAA,CAAAE,GAAA,CAAAV,GAAA,SAAAW,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAhB,GAAA,QAAAgB,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAnB,GAAA,EAAAgB,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAf,GAAA,EAAAgB,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAhB,GAAA,CAAAgB,GAAA,SAAAL,MAAA,cAAAX,GAAA,MAAAQ,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAArB,GAAA,EAAAW,MAAA,YAAAA,MAAA;AAAA,SAAAW,eAAAC,GAAA,EAAAC,CAAA,WAAAC,eAAA,CAAAF,GAAA,KAAAG,qBAAA,CAAAH,GAAA,EAAAC,CAAA,KAAAG,2BAAA,CAAAJ,GAAA,EAAAC,CAAA,KAAAI,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAH,sBAAAH,GAAA,EAAAC,CAAA,QAAAM,EAAA,WAAAP,GAAA,gCAAAQ,MAAA,IAAAR,GAAA,CAAAQ,MAAA,CAAAC,QAAA,KAAAT,GAAA,4BAAAO,EAAA,QAAAG,EAAA,EAAAC,EAAA,EAAAC,EAAA,EAAAC,EAAA,EAAAC,IAAA,OAAAC,EAAA,OAAAC,EAAA,iBAAAJ,EAAA,IAAAL,EAAA,GAAAA,EAAA,CAAAX,IAAA,CAAAI,GAAA,GAAAiB,IAAA,QAAAhB,CAAA,QAAAX,MAAA,CAAAiB,EAAA,MAAAA,EAAA,UAAAQ,EAAA,uBAAAA,EAAA,IAAAL,EAAA,GAAAE,EAAA,CAAAhB,IAAA,CAAAW,EAAA,GAAAW,IAAA,MAAAJ,IAAA,CAAAK,IAAA,CAAAT,EAAA,CAAAU,KAAA,GAAAN,IAAA,CAAAO,MAAA,KAAApB,CAAA,GAAAc,EAAA,iBAAAO,GAAA,IAAAN,EAAA,OAAAL,EAAA,GAAAW,GAAA,yBAAAP,EAAA,YAAAR,EAAA,eAAAM,EAAA,GAAAN,EAAA,cAAAjB,MAAA,CAAAuB,EAAA,MAAAA,EAAA,2BAAAG,EAAA,QAAAL,EAAA,aAAAG,IAAA;AAAA,SAAAZ,gBAAAF,GAAA,QAAAuB,KAAA,CAAAC,OAAA,CAAAxB,GAAA,UAAAA,GAAA;AAAA,SAAAyB,mBAAAzB,GAAA,WAAA0B,kBAAA,CAAA1B,GAAA,KAAA2B,gBAAA,CAAA3B,GAAA,KAAAI,2BAAA,CAAAJ,GAAA,KAAA4B,kBAAA;AAAA,SAAAA,mBAAA,cAAAtB,SAAA;AAAA,SAAAF,4BAAAyB,CAAA,EAAAC,MAAA,SAAAD,CAAA,qBAAAA,CAAA,sBAAAE,iBAAA,CAAAF,CAAA,EAAAC,MAAA,OAAAE,CAAA,GAAA1C,MAAA,CAAAI,SAAA,CAAAuC,QAAA,CAAArC,IAAA,CAAAiC,CAAA,EAAAK,KAAA,aAAAF,CAAA,iBAAAH,CAAA,CAAAM,WAAA,EAAAH,CAAA,GAAAH,CAAA,CAAAM,WAAA,CAAAC,IAAA,MAAAJ,CAAA,cAAAA,CAAA,mBAAAT,KAAA,CAAAc,IAAA,CAAAR,CAAA,OAAAG,CAAA,+DAAAM,IAAA,CAAAN,CAAA,UAAAD,iBAAA,CAAAF,CAAA,EAAAC,MAAA;AAAA,SAAAH,iBAAAY,IAAA,eAAA/B,MAAA,oBAAA+B,IAAA,CAAA/B,MAAA,CAAAC,QAAA,aAAA8B,IAAA,+BAAAhB,KAAA,CAAAc,IAAA,CAAAE,IAAA;AAAA,SAAAb,mBAAA1B,GAAA,QAAAuB,KAAA,CAAAC,OAAA,CAAAxB,GAAA,UAAA+B,iBAAA,CAAA/B,GAAA;AAAA,SAAA+B,kBAAA/B,GAAA,EAAAwC,GAAA,QAAAA,GAAA,YAAAA,GAAA,GAAAxC,GAAA,CAAAqB,MAAA,EAAAmB,GAAA,GAAAxC,GAAA,CAAAqB,MAAA,WAAApB,CAAA,MAAAwC,IAAA,OAAAlB,KAAA,CAAAiB,GAAA,GAAAvC,CAAA,GAAAuC,GAAA,EAAAvC,CAAA,IAAAwC,IAAA,CAAAxC,CAAA,IAAAD,GAAA,CAAAC,CAAA,UAAAwC,IAAA;AACrD,SAASC,YAAYA,CAACC,IAAI,EAAE;EACxB,IAAMC,SAAS,GAAG,EAAE;EACpB,IAAMC,KAAK,GAAG,EAAE;EAChB,IAAMC,eAAe,GAAG,IAAAC,mBAAO,EAACJ,IAAI,EAAE,iBAAiB,CAAC;EACxD,IAAIK,KAAK,GAAG,CAAC;EACb,KAAK,IAAMvD,GAAG,IAAIqD,eAAe,EAAE;IAC/BA,eAAe,CAACrD,GAAG,CAAC,CAACwD,OAAO,CAAC,UAACC,IAAI,EAAEC,KAAK,EAAK;MAC1C,IAAMC,CAAC,MAAAC,MAAA,CAAMH,IAAI,CAACI,WAAW,OAAAD,MAAA,CAAIH,IAAI,CAACK,SAAS,CAAE;MACjD,IAAI,CAACV,KAAK,CAACW,QAAQ,CAACJ,CAAC,CAAC,EAAE;QACpBP,KAAK,CAAC1B,IAAI,CAACiC,CAAC,CAAC;MACjB;MACAR,SAAS,CAACzB,IAAI,CAAC,CAACgC,KAAK,EAAEH,KAAK,EAAEE,IAAI,CAACF,KAAK,CAAC,CAAC;IAC9C,CAAC,CAAC;IACFA,KAAK,EAAE;EACX;EACA,OAAO;IACHH,KAAK,EAALA,KAAK;IACLY,KAAK,EAAEnE,MAAM,CAACoE,IAAI,CAACZ,eAAe,CAAC;IACnCF,SAAS,EAATA;EACJ,CAAC;AACL;AACA,IAAMe,oBAAoB,GAAG,SAAvBA,oBAAoBA,CAAIhB,IAAI,EAAK;EACnC,IAAAiB,aAAA,GAAoClB,YAAY,CAACC,IAAI,CAAC;IAA9CE,KAAK,GAAAe,aAAA,CAALf,KAAK;IAAEY,KAAK,GAAAG,aAAA,CAALH,KAAK;IAAEb,SAAS,GAAAgB,aAAA,CAAThB,SAAS;EAC/B,IAAMiB,GAAG,GAAGC,IAAI,CAACD,GAAG,CAAAE,KAAA,CAARD,IAAI,EAAArC,kBAAA,CAAQmB,SAAS,CAACoB,GAAG,CAAC,UAAAd,IAAI;IAAA,OAAIA,IAAI,CAAC,CAAC,CAAC;EAAA,EAAC,EAAC;EACvD,IAAI,EAAEN,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAACvB,MAAM,CAAC,EACzE,OAAO,CAAC,CAAC;EACb,OAAO;IACH4C,OAAO,EAAE;MACLC,QAAQ,EAAE,KAAK;MACfC,SAAS,EAAE,SAAAA,UAACC,MAAM,EAAK;QACnB,IAAQhD,KAAK,GAAmBgD,MAAM,CAA9BhD,KAAK;UAAEiD,MAAM,GAAWD,MAAM,CAAvBC,MAAM;UAAEjC,IAAI,GAAKgC,MAAM,CAAfhC,IAAI;QAC3B,IAAMkC,WAAW,GAAGb,KAAK,CAACrC,KAAK,CAAC,CAAC,CAAC,CAAC;QACnC,eAAAiC,MAAA,CAAeiB,WAAW,OAAAjB,MAAA,CAAIjB,IAAI,iBAAAiB,MAAA,CAAcgB,MAAM,yBAAAhB,MAAA,CAAOjC,KAAK,CAAC,CAAC,CAAC;MACzE;IACJ,CAAC;IACDmD,IAAI,EAAE;MACFC,GAAG,EAAE,EAAE;MACPC,MAAM,EAAE,CAAC;MACTC,KAAK,EAAE,CAAC;MACRC,IAAI,EAAE,CAAC;MACPC,YAAY,EAAE;IAClB,CAAC;IACD/B,KAAK,EAAE;MACHgC,IAAI,EAAE,UAAU;MAChBlC,IAAI,EAAEE,KAAK;MACXiC,SAAS,EAAE;QACPC,IAAI,EAAE;MACV,CAAC;MACDC,SAAS,EAAE;QACPC,KAAK,EAAE;MACX,CAAC;MACDC,QAAQ,EAAE;QACNH,IAAI,EAAE;MACV;IACJ,CAAC;IACDtB,KAAK,EAAE;MACHoB,IAAI,EAAE,UAAU;MAChBlC,IAAI,EAAEc,KAAK;MACXqB,SAAS,EAAE;QACPC,IAAI,EAAE;MACV,CAAC;MACDC,SAAS,EAAE;QACPC,KAAK,EAAE;MACX,CAAC;MACDC,QAAQ,EAAE;QACNH,IAAI,EAAE;MACV;IACJ,CAAC;IACDI,SAAS,EAAE;MACPC,GAAG,EAAE,CAAC;MACNvB,GAAG,EAAEA,GAAG;MACRwB,UAAU,EAAE,IAAI;MAChBC,MAAM,EAAE,YAAY;MACpBX,IAAI,EAAE,QAAQ;MACdH,GAAG,EAAE,CAAC;MACNe,OAAO,EAAE;QACLN,KAAK,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS;MACjE,CAAC;MACDO,SAAS,EAAE;QACPP,KAAK,EAAE;MACX;IACJ,CAAC;IACDQ,MAAM,EAAE,CACJ;MACIrD,IAAI,EAAE,QAAQ;MACdyC,IAAI,EAAE,SAAS;MACflC,IAAI,EAAEC,SAAS;MACf8C,KAAK,EAAE;QACHX,IAAI,EAAE;MACV,CAAC;MACDY,QAAQ,EAAE;QACNC,SAAS,EAAE;UACPC,UAAU,EAAE,EAAE;UACdC,WAAW,EAAE;QACjB;MACJ;IACJ,CAAC;EAET,CAAC;AACL,CAAC;AACD,IAAMC,EAAE,GAAG,SAALA,EAAEA,CAAAC,IAAA,EAAiC;EAAA,IAAAC,gBAAA,GAAAD,IAAA,CAA3BE,WAAW;IAAXA,WAAW,GAAAD,gBAAA,cAAG,EAAE,GAAAA,gBAAA;IAAEE,EAAE,GAAAH,IAAA,CAAFG,EAAE;EAC9B,IAAIC,EAAE;EACN;EACA,IAAAC,SAAA,GAA4C,IAAAC,eAAQ,EAAC,IAAAC,kBAAM,GAAE,CAAC;IAAAC,UAAA,GAAAzG,cAAA,CAAAsG,SAAA;IAAvDI,cAAc,GAAAD,UAAA;IAAEE,iBAAiB,GAAAF,UAAA;EACxC;EACA,IAAAG,UAAA,GAAkC,IAAAL,eAAQ,EAAC,IAAAC,kBAAM,GAAE,CAAC;IAAAK,UAAA,GAAA7G,cAAA,CAAA4G,UAAA;IAA7CE,SAAS,GAAAD,UAAA;IAAEE,YAAY,GAAAF,UAAA;EAC9B;EACA,IAAAG,UAAA,GAA8B,IAAAT,eAAQ,EAAC,IAAAC,kBAAM,GAAE,CAAC;IAAAS,UAAA,GAAAjH,cAAA,CAAAgH,UAAA;IAAzCE,OAAO,GAAAD,UAAA;IAAEE,UAAU,GAAAF,UAAA;EAC1B;EACA,IAAAG,UAAA,GAAoC,IAAAb,eAAQ,EAAC,CACzC,IAAAC,kBAAM,GAAE,CAACa,QAAQ,CAAC,CAAC,EAAE,KAAK,CAAC,EAC3B,IAAAb,kBAAM,GAAE,CAACa,QAAQ,CAAC,CAAC,EAAE,KAAK,CAAC,CAC9B,CAAC;IAAAC,UAAA,GAAAtH,cAAA,CAAAoH,UAAA;IAHKG,UAAU,GAAAD,UAAA;IAAEE,aAAa,GAAAF,UAAA;EAIhC;EACA,IAAMG,YAAY,GAAGC,iBAAY,CAACD,YAAY,CAAC;IAC3CE,YAAY,EAAEvB,EAAE;IAChBwB,SAAS,EAAElB,cAAc,CAACmB,MAAM,CAAC,qBAAqB,CAAC;IACvDC,OAAO,EAAEpB,cAAc,CAACmB,MAAM,CAAC,qBAAqB;EACxD,CAAC,CAAC;EACF;EACA,IAAME,kBAAkB,GAAGL,iBAAY,CAACK,kBAAkB,CAAC;IACvDJ,YAAY,EAAEvB,EAAE;IAChBwB,SAAS,EAAEd,SAAS,CAACe,MAAM,CAAC,qBAAqB,CAAC;IAClDC,OAAO,EAAEhB,SAAS,CAACe,MAAM,CAAC,qBAAqB;EACnD,CAAC,CAAC;EACF;EACA,IAAMG,wBAAwB,GAAGN,iBAAY,CAACM,wBAAwB,CAAC;IACnEL,YAAY,EAAEvB,EAAE;IAChBwB,SAAS,EAAEL,UAAU,CAAC,CAAC,CAAC,CAACM,MAAM,CAAC,qBAAqB,CAAC;IACtDC,OAAO,EAAEP,UAAU,CAAC,CAAC,CAAC,CAACM,MAAM,CAAC,qBAAqB;EACvD,CAAC,CAAC;EACF;EACA,IAAMI,2BAA2B,GAAGP,iBAAY,CAACO,2BAA2B,CAAC;IACzEN,YAAY,EAAEvB,EAAE;IAChBwB,SAAS,EAAEV,OAAO,CAACW,MAAM,CAAC,qBAAqB,CAAC;IAChDC,OAAO,EAAEZ,OAAO,CAACW,MAAM,CAAC,qBAAqB;EACjD,CAAC,CAAC;EACF,IAAMK,QAAQ,GAAG,CAACF,wBAAwB,IAAI,EAAE,EAAE/D,GAAG,CAAC,UAAAd,IAAI;IAAA,OAAK;MAC3Dd,IAAI,EAAEc,IAAI,CAACgF,eAAe;MAC1BlF,KAAK,EAAEE,IAAI,CAACF,KAAK;MACjBmF,GAAG,EAAEjF,IAAI,CAACiF;IACd,CAAC;EAAA,CAAC,CAAC;EACH,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAjF,MAAA,CAAK6C,WAAW;EAAO,CAAC,eAClEkC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAjF,MAAA,CAAK6C,WAAW;EAAY,CAAC,eAC/DkC,iBAAK,CAACC,aAAa,CAACE,sBAAU,EAAE;IAAEC,KAAK,EAAE,sCAAsC;IAAEC,KAAK,eAAEL,iBAAK,CAACC,aAAa,CAACK,sBAAY,EAAE;MAAEtH,KAAK,EAAEqF,cAAc;MAAEkC,QAAQ,EAAE,SAAAA,SAACC,IAAI,EAAK;QAC3JlC,iBAAiB,CAACkC,IAAI,CAAC;MAC3B;IAAE,CAAC;EAAE,CAAC,CAAC,eACfR,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEQ,KAAK,EAAE;MAAEC,IAAI,EAAE,CAAC;MAAEC,OAAO,EAAE;IAAO;EAAE,CAAC,eAC9DX,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEQ,KAAK,EAAE;MAAEC,IAAI,EAAE;IAAE;EAAE,CAAC,eAC7CV,iBAAK,CAACC,aAAa,CAACW,gBAAM,EAAE;IAAE5G,IAAI,EAAE,sCAAsC;IAAE6G,IAAI,EAAE,QAAQ;IAAE7D,GAAG,EAAE,CAAC;IAAEvB,GAAG,EAAE,IAAAqF,0BAAa,EAAC,CAAC1B,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAAC2B,aAAa,KAAK,CAAC,CAAC;IAAEC,GAAG,EAAE,CAAC,CAAChD,EAAE,GAAGoB,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAAC2B,aAAa,MAAM,IAAI,IAAI/C,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACiD,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC;IAAEC,OAAO,EAAE;EAAM,CAAC,CAAC,CAAC,CAAC,CAAC,eACrZlB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAjF,MAAA,CAAK6C,WAAW;EAAY,CAAC,eAC/DkC,iBAAK,CAACC,aAAa,CAACE,sBAAU,EAAE;IAAEC,KAAK,EAAE,kDAAkD;IAAEC,KAAK,eAAEL,iBAAK,CAACC,aAAa,CAACK,sBAAY,EAAE;MAAEtH,KAAK,EAAEyF,SAAS;MAAE8B,QAAQ,EAAE,SAAAA,SAACC,IAAI,EAAK;QAClK9B,YAAY,CAAC8B,IAAI,CAAC;MACtB;IAAE,CAAC;EAAE,CAAC,CAAC,eACfR,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEQ,KAAK,EAAE;MAAEC,IAAI,EAAE;IAAE;EAAE,CAAC,EAAE,EAAEhB,kBAAkB,KAAK,IAAI,IAAIA,kBAAkB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,kBAAkB,CAACzG,MAAM,CAAC,gBAAI+G,iBAAK,CAACC,aAAa,CAACkB,YAAK,EAAE,IAAI,CAAC,gBAAKnB,iBAAK,CAACC,aAAa,CAACmB,2BAAY,EAAE;IAAEC,MAAM,EAAE,IAAAC,kBAAY,EAAC;MACjP/G,IAAI,EAAE,CAACmF,kBAAkB,IAAI,EAAE,EAAE9D,GAAG,CAAC,UAAAd,IAAI;QAAA,OAAK;UAC1Cd,IAAI,EAAEc,IAAI,CAACgF,eAAe;UAC1BlF,KAAK,EAAEE,IAAI,CAACF;QAChB,CAAC;MAAA,CAAC,CAAC;MACH2G,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;MACtBC,MAAM,EAAE;QACJjF,IAAI,EAAE;MACV;IACJ,CAAC,CAAC;IAAEkE,KAAK,EAAE;MAAEgB,KAAK,EAAE,MAAM;MAAEC,MAAM,EAAE;IAAO;EAAE,CAAC,CAAE,CAAC,CAAC,eAC1D1B,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAjF,MAAA,CAAK6C,WAAW;EAAY,CAAC,eAC/DkC,iBAAK,CAACC,aAAa,CAACE,sBAAU,EAAE;IAAEC,KAAK,EAAE,sCAAsC;IAAEC,KAAK,eAAEL,iBAAK,CAACC,aAAa,CAACK,sBAAY,EAAE;MAAEtH,KAAK,EAAE6F,OAAO;MAAE0B,QAAQ,EAAE,SAAAA,SAACC,IAAI,EAAK;QACpJ1B,UAAU,CAAC0B,IAAI,CAAC;MACpB;IAAE,CAAC;EAAE,CAAC,CAAC,eACfR,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEQ,KAAK,EAAE;MAAEC,IAAI,EAAE;IAAE;EAAE,CAAC,EAAE,EAAEd,2BAA2B,KAAK,IAAI,IAAIA,2BAA2B,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,2BAA2B,CAAC3G,MAAM,CAAC,gBAAI+G,iBAAK,CAACC,aAAa,CAACkB,YAAK,EAAE,IAAI,CAAC,gBAAKnB,iBAAK,CAACC,aAAa,CAACmB,2BAAY,EAAE;IAAEC,MAAM,EAAE9F,oBAAoB,CAACqE,2BAA2B,IAAI,EAAE;EAAE,CAAC,CAAE,CAAC,CAAC,eACxUI,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,KAAAjF,MAAA,CAAK6C,WAAW;EAAY,CAAC,eAC/DkC,iBAAK,CAACC,aAAa,CAACE,sBAAU,EAAE;IAAEC,KAAK,EAAE,kDAAkD;IAAEC,KAAK,eAAEL,iBAAK,CAACC,aAAa,CAAC0B,uBAAa,EAAE;MAAE3I,KAAK,EAAEkG,UAAU;MAAEqB,QAAQ,EAAE,SAAAA,SAACC,IAAI,EAAK;QACpK,IAAIA,IAAI,CAAC,CAAC,CAAC,CAACoB,IAAI,CAACpB,IAAI,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE;UAChCqB,aAAO,CAACC,OAAO,CAAC,YAAY,CAAC;UAC7B;QACJ;QACA3C,aAAa,CAACqB,IAAI,CAAC;MACvB;IAAE,CAAC;EAAE,CAAC,CAAC,eACfR,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEQ,KAAK,EAAE;MAAEC,IAAI,EAAE;IAAE;EAAE,CAAC,EAAE,EAAEb,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,QAAQ,CAAC5G,MAAM,CAAC,gBAAG+G,iBAAK,CAACC,aAAa,CAACkB,YAAK,EAAE,IAAI,CAAC,gBAAGnB,iBAAK,CAACC,aAAa,CAAC8B,eAAK,EAAE7K,MAAM,CAAC8K,MAAM,CAAC,CAAC,CAAC,EAAE,IAAAC,uBAAgB,EAACpC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACvP,CAAC;AAAC,IAAAqC,QAAA,GACavE,EAAE;AAAAwE,OAAA,cAAAD,QAAA"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
+ var Rank = function Rank(_ref) {
10
+ var name = _ref.name,
11
+ rank = _ref.rank,
12
+ total = _ref.total;
13
+ return /*#__PURE__*/_react["default"].createElement("div", {
14
+ className: "black-rank"
15
+ }, /*#__PURE__*/_react["default"].createElement("img", {
16
+ src: require('../../imgs/black-rank.png')
17
+ }), /*#__PURE__*/_react["default"].createElement("span", {
18
+ className: "black-rank-name"
19
+ }, name), /*#__PURE__*/_react["default"].createElement("div", {
20
+ className: "black-rank-progress"
21
+ }, /*#__PURE__*/_react["default"].createElement("div", {
22
+ className: "black-rank-progress--active",
23
+ style: {
24
+ width: "".concat(rank && total ? rank / total * 100 : 0, "%")
25
+ }
26
+ })), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("span", {
27
+ className: "black-rank-rank"
28
+ }, rank), "/", /*#__PURE__*/_react["default"].createElement("span", {
29
+ className: "black-rank-total"
30
+ }, total)));
31
+ };
32
+ var _default = Rank;
33
+ exports["default"] = _default;
34
+ //# sourceMappingURL=Rank.js.map