@vtx/modals2 3.3.19 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1679) hide show
  1. package/README.md +1 -1
  2. package/lib/index.js +17 -24
  3. package/lib/index.js.map +1 -1
  4. package/lib/style/css.js +1 -3
  5. package/lib/style/css.js.map +1 -1
  6. package/lib/style/index.css +1 -49
  7. package/lib/style/index.js +1 -3
  8. package/lib/style/index.js.map +1 -1
  9. package/lib/style/themes/dark.css +1 -49
  10. package/lib/style/themes/dark.less +0 -45
  11. package/lib/style/themes/default.css +1 -5
  12. package/lib/style/themes/default.less +1 -5
  13. package/lib/style/themes/index.css +1 -49
  14. package/lib/typings.d.ts +1 -4
  15. package/lib/util/index.js.map +1 -1
  16. package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
  17. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
  19. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
  21. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  22. package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
  23. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  24. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  26. package/lib/vm-alarm-info/Components/index.css +39 -0
  27. package/lib/vm-alarm-info/Components/index.less +40 -0
  28. package/lib/vm-alarm-info/api.js +171 -0
  29. package/lib/vm-alarm-info/api.js.map +1 -0
  30. package/lib/vm-alarm-info/index.js +88 -0
  31. package/lib/vm-alarm-info/index.js.map +1 -0
  32. package/lib/vm-alarm-info/style/css.js.map +1 -0
  33. package/lib/vm-alarm-info/style/index.css +19 -0
  34. package/lib/vm-alarm-info/style/index.js.map +1 -0
  35. package/lib/vm-alarm-info/style/index.less +16 -0
  36. package/lib/vm-alarm-situation/api.js +86 -0
  37. package/lib/vm-alarm-situation/api.js.map +1 -0
  38. package/lib/vm-alarm-situation/index.js +212 -0
  39. package/lib/vm-alarm-situation/index.js.map +1 -0
  40. package/lib/vm-alarm-situation/style/css.js +4 -0
  41. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  42. package/lib/vm-alarm-situation/style/index.css +78 -0
  43. package/lib/vm-alarm-situation/style/index.js +4 -0
  44. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  45. package/lib/vm-alarm-situation/style/index.less +67 -0
  46. package/lib/vm-alarm-situation-pt/api.js +73 -0
  47. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  48. package/lib/vm-alarm-situation-pt/index.js +145 -0
  49. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  50. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  51. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  52. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  53. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  54. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  55. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  56. package/lib/vm-analysis-comparison/api.js +177 -0
  57. package/lib/vm-analysis-comparison/api.js.map +1 -0
  58. package/lib/vm-analysis-comparison/index.js +368 -0
  59. package/lib/vm-analysis-comparison/index.js.map +1 -0
  60. package/lib/vm-analysis-comparison/style/css.js +4 -0
  61. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  62. package/lib/vm-analysis-comparison/style/index.css +13 -0
  63. package/lib/vm-analysis-comparison/style/index.js +4 -0
  64. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  65. package/lib/vm-analysis-comparison/style/index.less +12 -0
  66. package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
  67. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
  68. package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
  69. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
  70. package/lib/vm-appraisal-info/List.js +9 -8
  71. package/lib/vm-appraisal-info/List.js.map +1 -1
  72. package/lib/vm-appraisal-info/ListKh.js +13 -11
  73. package/lib/vm-appraisal-info/ListKh.js.map +1 -1
  74. package/lib/vm-appraisal-info/ListZg.js +13 -11
  75. package/lib/vm-appraisal-info/ListZg.js.map +1 -1
  76. package/lib/vm-appraisal-info/Wtlx.js +5 -6
  77. package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
  78. package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
  79. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
  80. package/lib/vm-appraisal-info/api.js +1 -2
  81. package/lib/vm-appraisal-info/api.js.map +1 -1
  82. package/lib/vm-appraisal-info/index.js +23 -49
  83. package/lib/vm-appraisal-info/index.js.map +1 -1
  84. package/lib/vm-appraisal-info/style/css.js.map +1 -1
  85. package/lib/vm-appraisal-info/style/index.js.map +1 -1
  86. package/lib/vm-base-list/OpenArrow.js +47 -0
  87. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  88. package/lib/vm-base-list/index.js +85 -0
  89. package/lib/vm-base-list/index.js.map +1 -0
  90. package/lib/vm-base-list/style/css.js +4 -0
  91. package/lib/vm-base-list/style/css.js.map +1 -0
  92. package/lib/vm-base-list/style/index.css +41 -0
  93. package/lib/vm-base-list/style/index.js +4 -0
  94. package/lib/vm-base-list/style/index.js.map +1 -0
  95. package/lib/vm-base-list/style/index.less +39 -0
  96. package/lib/vm-button/index.js +2 -3
  97. package/lib/vm-button/index.js.map +1 -1
  98. package/lib/vm-button/style/css.js.map +1 -1
  99. package/lib/vm-button/style/index.js.map +1 -1
  100. package/lib/vm-charts/Distribute1.js +7 -8
  101. package/lib/vm-charts/Distribute1.js.map +1 -1
  102. package/lib/vm-charts/Gauge1.js +2 -3
  103. package/lib/vm-charts/Gauge1.js.map +1 -1
  104. package/lib/vm-charts/Line.js +213 -0
  105. package/lib/vm-charts/Line.js.map +1 -0
  106. package/lib/vm-charts/Line1.js +3 -4
  107. package/lib/vm-charts/Line1.js.map +1 -1
  108. package/lib/vm-charts/Pie.js +115 -0
  109. package/lib/vm-charts/Pie.js.map +1 -0
  110. package/lib/vm-charts/index.css +20 -0
  111. package/lib/vm-charts/index.js +15 -1
  112. package/lib/vm-charts/index.js.map +1 -1
  113. package/lib/vm-charts/index.less +30 -0
  114. package/lib/vm-checkbox/index.js +32 -0
  115. package/lib/vm-checkbox/index.js.map +1 -0
  116. package/lib/vm-checkbox/style/css.js +4 -0
  117. package/lib/vm-checkbox/style/css.js.map +1 -0
  118. package/lib/vm-checkbox/style/index.css +25 -0
  119. package/lib/vm-checkbox/style/index.js +4 -0
  120. package/lib/vm-checkbox/style/index.js.map +1 -0
  121. package/lib/vm-checkbox/style/index.less +25 -0
  122. package/lib/vm-container/index.js +33 -0
  123. package/lib/vm-container/index.js.map +1 -0
  124. package/lib/vm-container/style/css.js +4 -0
  125. package/lib/vm-container/style/css.js.map +1 -0
  126. package/lib/vm-container/style/index.css +30 -0
  127. package/lib/vm-container/style/index.js +4 -0
  128. package/lib/vm-container/style/index.js.map +1 -0
  129. package/lib/vm-container/style/index.less +28 -0
  130. package/lib/vm-correlation-comparison/api.js +236 -0
  131. package/lib/vm-correlation-comparison/api.js.map +1 -0
  132. package/lib/vm-correlation-comparison/index.js +308 -0
  133. package/lib/vm-correlation-comparison/index.js.map +1 -0
  134. package/lib/vm-correlation-comparison/style/css.js +4 -0
  135. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  136. package/lib/vm-correlation-comparison/style/index.css +19 -0
  137. package/lib/vm-correlation-comparison/style/index.js +4 -0
  138. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  139. package/lib/vm-correlation-comparison/style/index.less +13 -0
  140. package/lib/vm-empty/index.js +44 -0
  141. package/lib/vm-empty/index.js.map +1 -0
  142. package/lib/vm-empty/style/css.js +4 -0
  143. package/lib/vm-empty/style/css.js.map +1 -0
  144. package/lib/vm-empty/style/index.css +30 -0
  145. package/lib/vm-empty/style/index.js +4 -0
  146. package/lib/vm-empty/style/index.js.map +1 -0
  147. package/lib/vm-empty/style/index.less +23 -0
  148. package/lib/vm-filter/index.js +110 -121
  149. package/lib/vm-filter/index.js.map +1 -1
  150. package/lib/vm-filter/style/css.js.map +1 -1
  151. package/lib/vm-filter/style/index.css +32 -22
  152. package/lib/vm-filter/style/index.js.map +1 -1
  153. package/lib/vm-filter/style/index.less +24 -29
  154. package/lib/vm-hooks/useSettings.js +5 -4
  155. package/lib/vm-hooks/useSettings.js.map +1 -1
  156. package/lib/vm-iframe-modal/index.js +40 -0
  157. package/lib/vm-iframe-modal/index.js.map +1 -0
  158. package/lib/vm-iframe-modal/style/css.js +4 -0
  159. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  160. package/lib/vm-iframe-modal/style/index.css +10 -0
  161. package/lib/vm-iframe-modal/style/index.js +4 -0
  162. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  163. package/lib/vm-iframe-modal/style/index.less +8 -0
  164. package/lib/vm-image-text/index.js +10 -5
  165. package/lib/vm-image-text/index.js.map +1 -1
  166. package/lib/vm-image-text/style/css.js.map +1 -1
  167. package/lib/vm-image-text/style/index.css +2 -5
  168. package/lib/vm-image-text/style/index.js.map +1 -1
  169. package/lib/vm-image-text/style/index.less +2 -5
  170. package/lib/vm-info-collection/index.js +9 -21
  171. package/lib/vm-info-collection/index.js.map +1 -1
  172. package/lib/vm-info-collection/style/css.js.map +1 -1
  173. package/lib/vm-info-collection/style/index.css +21 -0
  174. package/lib/vm-info-collection/style/index.js.map +1 -1
  175. package/lib/vm-info-collection/style/index.less +19 -0
  176. package/lib/vm-map/index.js +125 -166
  177. package/lib/vm-map/index.js.map +1 -1
  178. package/lib/vm-map/mapStyle.js +7 -14
  179. package/lib/vm-map/mapStyle.js.map +1 -1
  180. package/lib/vm-modal-table/index.js +34 -0
  181. package/lib/vm-modal-table/index.js.map +1 -0
  182. package/lib/vm-modal-table/style/css.js +4 -0
  183. package/lib/vm-modal-table/style/css.js.map +1 -0
  184. package/lib/vm-modal-table/style/index.css +20 -0
  185. package/lib/vm-modal-table/style/index.js +4 -0
  186. package/lib/vm-modal-table/style/index.js.map +1 -0
  187. package/lib/vm-modal-table/style/index.less +23 -0
  188. package/lib/vm-nodata/imgs/chart.png +0 -0
  189. package/lib/vm-nodata/index.js +7 -3
  190. package/lib/vm-nodata/index.js.map +1 -1
  191. package/lib/vm-radio/index.js +27 -0
  192. package/lib/vm-radio/index.js.map +1 -0
  193. package/lib/vm-radio/style/css.js +4 -0
  194. package/lib/vm-radio/style/css.js.map +1 -0
  195. package/lib/vm-radio/style/index.css +21 -0
  196. package/lib/vm-radio/style/index.js +4 -0
  197. package/lib/vm-radio/style/index.js.map +1 -0
  198. package/lib/vm-radio/style/index.less +26 -0
  199. package/lib/vm-real-time-monitor/api.js +193 -0
  200. package/lib/vm-real-time-monitor/api.js.map +1 -0
  201. package/lib/vm-real-time-monitor/index.js +367 -0
  202. package/lib/vm-real-time-monitor/index.js.map +1 -0
  203. package/lib/vm-real-time-monitor/style/css.js +4 -0
  204. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  205. package/lib/vm-real-time-monitor/style/index.css +12 -0
  206. package/lib/vm-real-time-monitor/style/index.js +4 -0
  207. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  208. package/lib/vm-real-time-monitor/style/index.less +12 -0
  209. package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
  210. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
  211. package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
  212. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
  213. package/lib/vm-repair-maintain/RmRecord.js +12 -7
  214. package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
  215. package/lib/vm-repair-maintain/RmType.js +5 -6
  216. package/lib/vm-repair-maintain/RmType.js.map +1 -1
  217. package/lib/vm-repair-maintain/api.js +1 -2
  218. package/lib/vm-repair-maintain/api.js.map +1 -1
  219. package/lib/vm-repair-maintain/index.js +2 -3
  220. package/lib/vm-repair-maintain/index.js.map +1 -1
  221. package/lib/vm-repair-maintain/style/css.js.map +1 -1
  222. package/lib/vm-repair-maintain/style/index.js.map +1 -1
  223. package/lib/vm-round-content/index.js +68 -0
  224. package/lib/vm-round-content/index.js.map +1 -0
  225. package/lib/vm-round-content/style/css.js +4 -0
  226. package/lib/vm-round-content/style/css.js.map +1 -0
  227. package/lib/vm-round-content/style/index.css +38 -0
  228. package/lib/vm-round-content/style/index.js +4 -0
  229. package/lib/vm-round-content/style/index.js.map +1 -0
  230. package/lib/vm-round-content/style/index.less +33 -0
  231. package/lib/vm-row-col/index.js +26 -0
  232. package/lib/vm-row-col/index.js.map +1 -0
  233. package/lib/vm-row-col/style/css.js +4 -0
  234. package/lib/vm-row-col/style/css.js.map +1 -0
  235. package/lib/vm-row-col/style/index.css +0 -0
  236. package/lib/vm-row-col/style/index.js +4 -0
  237. package/lib/vm-row-col/style/index.js.map +1 -0
  238. package/lib/vm-row-col/style/index.less +0 -0
  239. package/lib/vm-select-device/index.js +90 -0
  240. package/lib/vm-select-device/index.js.map +1 -0
  241. package/lib/vm-select-device/style/css.js +4 -0
  242. package/lib/vm-select-device/style/css.js.map +1 -0
  243. package/lib/vm-select-device/style/index.css +16 -0
  244. package/lib/vm-select-device/style/index.js +4 -0
  245. package/lib/vm-select-device/style/index.js.map +1 -0
  246. package/lib/vm-select-device/style/index.less +16 -0
  247. package/lib/vm-sub-tabs/index.js +4 -7
  248. package/lib/vm-sub-tabs/index.js.map +1 -1
  249. package/lib/vm-sub-tabs/style/css.js.map +1 -1
  250. package/lib/vm-sub-tabs/style/index.css +8 -31
  251. package/lib/vm-sub-tabs/style/index.js.map +1 -1
  252. package/lib/vm-sub-tabs/style/index.less +26 -48
  253. package/lib/vm-sub-title/index.js +4 -5
  254. package/lib/vm-sub-title/index.js.map +1 -1
  255. package/lib/vm-sub-title/style/css.js.map +1 -1
  256. package/lib/vm-sub-title/style/index.css +3 -10
  257. package/lib/vm-sub-title/style/index.js.map +1 -1
  258. package/lib/vm-sub-title/style/index.less +3 -10
  259. package/lib/vm-table/index.js +25 -25
  260. package/lib/vm-table/index.js.map +1 -1
  261. package/lib/vm-table/style/css.js.map +1 -1
  262. package/lib/vm-table/style/index.css +31 -56
  263. package/lib/vm-table/style/index.js.map +1 -1
  264. package/lib/vm-table/style/index.less +54 -80
  265. package/lib/vm-time-line/index.js +25 -0
  266. package/lib/vm-time-line/index.js.map +1 -0
  267. package/lib/vm-time-line/style/css.js +4 -0
  268. package/lib/vm-time-line/style/css.js.map +1 -0
  269. package/lib/vm-time-line/style/index.css +0 -0
  270. package/lib/vm-time-line/style/index.js +4 -0
  271. package/lib/vm-time-line/style/index.js.map +1 -0
  272. package/lib/vm-time-line/style/index.less +0 -0
  273. package/lib/vm-video/api.js +1 -2
  274. package/lib/vm-video/api.js.map +1 -1
  275. package/lib/vm-video/index.css +1 -49
  276. package/lib/vm-video/index.js +7 -25
  277. package/lib/vm-video/index.js.map +1 -1
  278. package/lib/vtx-base-info/index.js +53 -0
  279. package/lib/vtx-base-info/index.js.map +1 -0
  280. package/lib/vtx-base-info/style/css.js +4 -0
  281. package/lib/vtx-base-info/style/css.js.map +1 -0
  282. package/lib/vtx-base-info/style/index.css +69 -0
  283. package/lib/vtx-base-info/style/index.js +4 -0
  284. package/lib/vtx-base-info/style/index.js.map +1 -0
  285. package/lib/vtx-base-info/style/index.less +62 -0
  286. package/lib/vtx-base-modal/api.js +13 -7
  287. package/lib/vtx-base-modal/api.js.map +1 -1
  288. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  289. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  290. package/lib/vtx-base-modal/index.js +126 -47
  291. package/lib/vtx-base-modal/index.js.map +1 -1
  292. package/lib/vtx-base-modal/style/css.js.map +1 -1
  293. package/lib/vtx-base-modal/style/index.css +32 -35
  294. package/lib/vtx-base-modal/style/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/index.less +37 -37
  296. package/lib/vtx-car-modal/api.js +106 -132
  297. package/lib/vtx-car-modal/api.js.map +1 -1
  298. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
  299. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
  300. package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
  301. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
  302. package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
  303. package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
  304. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
  305. package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
  306. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
  307. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
  308. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
  309. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
  310. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
  311. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  312. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
  313. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
  314. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
  315. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
  316. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
  317. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
  318. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
  319. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
  320. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
  321. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
  322. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
  323. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  324. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
  325. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
  326. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
  327. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
  328. package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
  329. package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
  330. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
  331. package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
  332. package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
  333. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
  334. package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
  335. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
  336. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
  337. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
  338. package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
  339. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
  340. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
  341. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
  342. package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
  343. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
  344. package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
  345. package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
  346. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
  347. package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
  348. package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
  349. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
  350. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
  351. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
  352. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
  353. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
  354. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -262
  355. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
  356. package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
  357. package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -13
  358. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
  359. package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
  360. package/lib/vtx-car-modal/components/index.js +1 -15
  361. package/lib/vtx-car-modal/components/index.js.map +1 -1
  362. package/lib/vtx-car-modal/index.js +58 -88
  363. package/lib/vtx-car-modal/index.js.map +1 -1
  364. package/lib/vtx-car-modal/style/css.js +1 -0
  365. package/lib/vtx-car-modal/style/css.js.map +1 -1
  366. package/lib/vtx-car-modal/style/index.css +1 -49
  367. package/lib/vtx-car-modal/style/index.js +1 -0
  368. package/lib/vtx-car-modal/style/index.js.map +1 -1
  369. package/lib/vtx-cc-cp-modal/api.js +303 -0
  370. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  371. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
  372. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  373. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
  374. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  375. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
  376. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  377. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
  378. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
  379. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  380. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
  381. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
  382. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  383. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
  384. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  385. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
  386. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  387. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
  388. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  389. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
  390. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
  391. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  392. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
  393. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
  394. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  395. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
  396. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  397. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
  398. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  399. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
  400. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
  401. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  402. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
  403. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
  404. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
  405. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  406. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
  407. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
  408. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  409. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
  410. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  411. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
  412. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
  413. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  414. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
  415. package/lib/vtx-cc-cp-modal/components/index.js +42 -0
  416. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  417. package/lib/vtx-cc-cp-modal/index.js +64 -0
  418. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  419. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  420. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  421. package/lib/vtx-cc-cp-modal/style/index.css +84 -0
  422. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  423. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  424. package/lib/vtx-cc-cp-modal/type.js +6 -0
  425. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  426. package/lib/vtx-cp-modal/api.js +36 -28
  427. package/lib/vtx-cp-modal/api.js.map +1 -1
  428. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
  429. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  430. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
  431. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  432. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
  433. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  434. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
  435. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
  436. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
  437. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  438. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
  439. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
  440. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
  441. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  442. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
  443. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
  444. package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
  445. package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
  446. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  447. package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
  448. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
  449. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
  450. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
  451. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
  452. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
  453. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
  454. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
  455. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
  456. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
  457. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  458. package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
  459. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  460. package/lib/vtx-cp-modal/components/index.js +1 -1
  461. package/lib/vtx-cp-modal/components/index.js.map +1 -1
  462. package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
  463. package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
  464. package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
  465. package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
  466. package/lib/vtx-cp-modal/index.js +26 -36
  467. package/lib/vtx-cp-modal/index.js.map +1 -1
  468. package/lib/vtx-cp-modal/style/css.js.map +1 -1
  469. package/lib/vtx-cp-modal/style/index.css +1 -49
  470. package/lib/vtx-cp-modal/style/index.js.map +1 -1
  471. package/lib/vtx-default-modal/api.js +8 -43
  472. package/lib/vtx-default-modal/api.js.map +1 -1
  473. package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
  474. package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
  475. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
  476. package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
  477. package/lib/vtx-default-modal/components/index.js +1 -1
  478. package/lib/vtx-default-modal/components/index.js.map +1 -1
  479. package/lib/vtx-default-modal/index.js +49 -35
  480. package/lib/vtx-default-modal/index.js.map +1 -1
  481. package/lib/vtx-default-modal/style/css.js.map +1 -1
  482. package/lib/vtx-default-modal/style/index.css +1 -49
  483. package/lib/vtx-default-modal/style/index.js.map +1 -1
  484. package/lib/vtx-device-modal/api.js +211 -0
  485. package/lib/vtx-device-modal/api.js.map +1 -0
  486. package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
  487. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  488. package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
  489. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  490. package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
  491. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
  492. package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
  493. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
  494. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
  495. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
  496. package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
  497. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
  498. package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
  499. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
  500. package/lib/vtx-device-modal/config.js +52 -0
  501. package/lib/vtx-device-modal/config.js.map +1 -0
  502. package/lib/vtx-device-modal/imgs/car.png +0 -0
  503. package/lib/vtx-device-modal/imgs/user.png +0 -0
  504. package/lib/vtx-device-modal/index.js +73 -0
  505. package/lib/vtx-device-modal/index.js.map +1 -0
  506. package/lib/vtx-device-modal/style/css.js +4 -0
  507. package/lib/vtx-device-modal/style/css.js.map +1 -0
  508. package/lib/vtx-device-modal/style/index.css +11 -0
  509. package/lib/vtx-device-modal/style/index.js +4 -0
  510. package/lib/vtx-device-modal/style/index.js.map +1 -0
  511. package/lib/vtx-device-modal/style/index.less +7 -0
  512. package/lib/vtx-device-modal/types.js.map +1 -0
  513. package/lib/vtx-df-modal/api.js +9 -67
  514. package/lib/vtx-df-modal/api.js.map +1 -1
  515. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
  516. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
  517. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
  518. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
  519. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
  520. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
  521. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
  522. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
  523. package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
  524. package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
  525. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
  526. package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
  527. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
  528. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
  529. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
  530. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
  531. package/lib/vtx-df-modal/components/Metering/List.js +10 -14
  532. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
  533. package/lib/vtx-df-modal/components/Metering/index.css +4 -7
  534. package/lib/vtx-df-modal/components/Metering/index.js +32 -32
  535. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
  536. package/lib/vtx-df-modal/components/Metering/index.less +4 -7
  537. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
  538. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
  539. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
  540. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
  541. package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
  542. package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
  543. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
  544. package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
  545. package/lib/vtx-df-modal/components/index.js +1 -8
  546. package/lib/vtx-df-modal/components/index.js.map +1 -1
  547. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  548. package/lib/vtx-df-modal/index.js +25 -43
  549. package/lib/vtx-df-modal/index.js.map +1 -1
  550. package/lib/vtx-df-modal/style/css.js.map +1 -1
  551. package/lib/vtx-df-modal/style/index.css +1 -49
  552. package/lib/vtx-df-modal/style/index.js.map +1 -1
  553. package/lib/vtx-facility-modal/api.js +31 -37
  554. package/lib/vtx-facility-modal/api.js.map +1 -1
  555. package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
  556. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
  557. package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
  558. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
  559. package/lib/vtx-facility-modal/components/index.js +1 -1
  560. package/lib/vtx-facility-modal/components/index.js.map +1 -1
  561. package/lib/vtx-facility-modal/config.js +13 -13
  562. package/lib/vtx-facility-modal/config.js.map +1 -1
  563. package/lib/vtx-facility-modal/index.js +2 -3
  564. package/lib/vtx-facility-modal/index.js.map +1 -1
  565. package/lib/vtx-facility-modal/style/css.js.map +1 -1
  566. package/lib/vtx-facility-modal/style/index.js.map +1 -1
  567. package/lib/vtx-facility-modal/types.js.map +1 -1
  568. package/lib/vtx-housing-estate-modal/api.js +153 -240
  569. package/lib/vtx-housing-estate-modal/api.js.map +1 -1
  570. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
  571. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
  572. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
  573. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
  574. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
  575. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
  576. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
  577. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
  578. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
  579. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
  580. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
  581. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
  582. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
  583. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
  584. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
  585. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
  586. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
  587. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
  588. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
  589. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
  590. package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
  591. package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
  592. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
  593. package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
  594. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
  595. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
  596. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
  597. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
  598. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
  599. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
  600. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
  601. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
  602. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
  603. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
  604. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
  605. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
  606. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
  607. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
  608. package/lib/vtx-housing-estate-modal/components/index.js +1 -1
  609. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
  610. package/lib/vtx-housing-estate-modal/config.js +27 -21
  611. package/lib/vtx-housing-estate-modal/config.js.map +1 -1
  612. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  613. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  614. package/lib/vtx-housing-estate-modal/index.js +36 -26
  615. package/lib/vtx-housing-estate-modal/index.js.map +1 -1
  616. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
  617. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
  618. package/lib/vtx-housing-estate-modal/types.js.map +1 -1
  619. package/lib/vtx-kh-modal/api.js +1 -2
  620. package/lib/vtx-kh-modal/api.js.map +1 -1
  621. package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
  622. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
  623. package/lib/vtx-kh-modal/components/index.js +1 -1
  624. package/lib/vtx-kh-modal/components/index.js.map +1 -1
  625. package/lib/vtx-kh-modal/index.js +10 -9
  626. package/lib/vtx-kh-modal/index.js.map +1 -1
  627. package/lib/vtx-kh-modal/style/css.js.map +1 -1
  628. package/lib/vtx-kh-modal/style/index.css +1 -49
  629. package/lib/vtx-kh-modal/style/index.js.map +1 -1
  630. package/lib/vtx-pump-modal/api.js +298 -0
  631. package/lib/vtx-pump-modal/api.js.map +1 -0
  632. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
  633. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  634. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
  635. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  636. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
  637. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
  638. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  639. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
  640. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
  641. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  642. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
  643. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  644. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
  645. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  646. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
  647. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  648. package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
  649. package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
  650. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  651. package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
  652. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
  653. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  654. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
  655. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  656. package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
  657. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  658. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  659. package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
  660. package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
  661. package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
  662. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  663. package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
  664. package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
  665. package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
  666. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  667. package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
  668. package/lib/vtx-pump-modal/components/index.js +42 -0
  669. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  670. package/lib/vtx-pump-modal/config.js +103 -0
  671. package/lib/vtx-pump-modal/config.js.map +1 -0
  672. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  673. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  674. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  675. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  676. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  677. package/lib/vtx-pump-modal/index.js +82 -0
  678. package/lib/vtx-pump-modal/index.js.map +1 -0
  679. package/lib/vtx-pump-modal/style/css.js +5 -0
  680. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  681. package/lib/vtx-pump-modal/style/index.css +0 -0
  682. package/lib/vtx-pump-modal/style/index.js +5 -0
  683. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  684. package/lib/vtx-pump-modal/style/index.less +1 -0
  685. package/lib/vtx-pump-modal/type.js +6 -0
  686. package/lib/vtx-pump-modal/type.js.map +1 -0
  687. package/lib/vtx-restaurant-modal/api.js +60 -61
  688. package/lib/vtx-restaurant-modal/api.js.map +1 -1
  689. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
  690. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
  691. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
  692. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
  693. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
  694. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
  695. package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
  696. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
  697. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
  698. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
  699. package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
  700. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
  701. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
  702. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
  703. package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
  704. package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
  705. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
  706. package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
  707. package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
  708. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
  709. package/lib/vtx-restaurant-modal/components/index.js +1 -1
  710. package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
  711. package/lib/vtx-restaurant-modal/config.js +10 -9
  712. package/lib/vtx-restaurant-modal/config.js.map +1 -1
  713. package/lib/vtx-restaurant-modal/index.js +18 -17
  714. package/lib/vtx-restaurant-modal/index.js.map +1 -1
  715. package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
  716. package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
  717. package/lib/vtx-restaurant-modal/type.js.map +1 -1
  718. package/lib/vtx-road-modal/api.js +18 -18
  719. package/lib/vtx-road-modal/api.js.map +1 -1
  720. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
  721. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
  722. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
  723. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
  724. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
  725. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
  726. package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
  727. package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
  728. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
  729. package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
  730. package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
  731. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
  732. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
  733. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
  734. package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
  735. package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
  736. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
  737. package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
  738. package/lib/vtx-road-modal/components/index.js +1 -1
  739. package/lib/vtx-road-modal/components/index.js.map +1 -1
  740. package/lib/vtx-road-modal/index.js +30 -41
  741. package/lib/vtx-road-modal/index.js.map +1 -1
  742. package/lib/vtx-road-modal/style/css.js.map +1 -1
  743. package/lib/vtx-road-modal/style/index.css +1 -49
  744. package/lib/vtx-road-modal/style/index.js.map +1 -1
  745. package/lib/vtx-staff-modal/api.js +11 -13
  746. package/lib/vtx-staff-modal/api.js.map +1 -1
  747. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
  748. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
  749. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
  750. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
  751. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
  752. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
  753. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
  754. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
  755. package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
  756. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
  757. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
  758. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  759. package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
  760. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
  761. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
  762. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
  763. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
  764. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
  765. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
  766. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
  767. package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
  768. package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
  769. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
  770. package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
  771. package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
  772. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
  773. package/lib/vtx-staff-modal/components/index.js +1 -1
  774. package/lib/vtx-staff-modal/components/index.js.map +1 -1
  775. package/lib/vtx-staff-modal/index.js +20 -20
  776. package/lib/vtx-staff-modal/index.js.map +1 -1
  777. package/lib/vtx-staff-modal/style/css.js.map +1 -1
  778. package/lib/vtx-staff-modal/style/index.css +1 -49
  779. package/lib/vtx-staff-modal/style/index.js.map +1 -1
  780. package/lib/vtx-theme-provider/index.js +7 -6
  781. package/lib/vtx-theme-provider/index.js.map +1 -1
  782. package/lib/vtx-throw-point-modal/api.js +39 -53
  783. package/lib/vtx-throw-point-modal/api.js.map +1 -1
  784. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
  785. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
  786. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
  787. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
  788. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
  789. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
  790. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
  791. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
  792. package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
  793. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
  794. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
  795. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
  796. package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
  797. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
  798. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
  799. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
  800. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
  801. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
  802. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
  803. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
  804. package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
  805. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
  806. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
  807. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
  808. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
  809. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
  810. package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
  811. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
  812. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
  813. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
  814. package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
  815. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
  816. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
  817. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
  818. package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
  819. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
  820. package/lib/vtx-throw-point-modal/components/index.js +1 -1
  821. package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
  822. package/lib/vtx-throw-point-modal/config.js +8 -11
  823. package/lib/vtx-throw-point-modal/config.js.map +1 -1
  824. package/lib/vtx-throw-point-modal/index.js +15 -19
  825. package/lib/vtx-throw-point-modal/index.js.map +1 -1
  826. package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
  827. package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
  828. package/lib/vtx-throw-point-modal/types.js.map +1 -1
  829. package/lib/vtx-wr-modal/api.js +4 -8
  830. package/lib/vtx-wr-modal/api.js.map +1 -1
  831. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
  832. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  833. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
  834. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  835. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
  836. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
  837. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
  838. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
  839. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
  840. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
  841. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
  842. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
  843. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
  844. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
  845. package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
  846. package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
  847. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
  848. package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
  849. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
  850. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  851. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
  852. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  853. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
  854. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  855. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
  856. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  857. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
  858. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  859. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
  860. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  861. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
  862. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  863. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  864. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
  865. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  866. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  867. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
  868. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
  869. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
  870. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
  871. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
  872. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
  873. package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
  874. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
  875. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
  876. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
  877. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
  878. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
  879. package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
  880. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
  881. package/lib/vtx-wr-modal/components/Score/index.css +122 -0
  882. package/lib/vtx-wr-modal/components/Score/index.js +249 -0
  883. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  884. package/lib/vtx-wr-modal/components/Score/index.less +117 -0
  885. package/lib/vtx-wr-modal/components/index.js +15 -1
  886. package/lib/vtx-wr-modal/components/index.js.map +1 -1
  887. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  888. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  889. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  890. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  891. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  892. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  893. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  894. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  895. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  896. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  897. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  898. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  899. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  900. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  901. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  902. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  903. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  904. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  905. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  906. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  907. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  908. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  909. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  910. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  911. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  912. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  913. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  914. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  915. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  916. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  917. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  918. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  919. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  920. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  921. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  922. package/lib/vtx-wr-modal/index.js +75 -49
  923. package/lib/vtx-wr-modal/index.js.map +1 -1
  924. package/lib/vtx-wr-modal/style/css.js +1 -0
  925. package/lib/vtx-wr-modal/style/css.js.map +1 -1
  926. package/lib/vtx-wr-modal/style/index.css +1 -49
  927. package/lib/vtx-wr-modal/style/index.js +1 -0
  928. package/lib/vtx-wr-modal/style/index.js.map +1 -1
  929. package/lib/vtx-zg-modal/api.js +1 -2
  930. package/lib/vtx-zg-modal/api.js.map +1 -1
  931. package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
  932. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
  933. package/lib/vtx-zg-modal/components/index.js +1 -1
  934. package/lib/vtx-zg-modal/components/index.js.map +1 -1
  935. package/lib/vtx-zg-modal/index.js +10 -9
  936. package/lib/vtx-zg-modal/index.js.map +1 -1
  937. package/lib/vtx-zg-modal/style/css.js.map +1 -1
  938. package/lib/vtx-zg-modal/style/index.css +1 -49
  939. package/lib/vtx-zg-modal/style/index.js.map +1 -1
  940. package/package.json +3 -5
  941. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  942. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  943. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  944. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  945. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  946. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  947. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  948. package/lib/vm-case-modal/api.js +0 -43
  949. package/lib/vm-case-modal/api.js.map +0 -1
  950. package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
  951. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
  952. package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
  953. package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
  954. package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
  955. package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
  956. package/lib/vm-case-modal/components/Picture/index.css +0 -111
  957. package/lib/vm-case-modal/components/Picture/index.js +0 -423
  958. package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
  959. package/lib/vm-case-modal/components/Picture/index.less +0 -106
  960. package/lib/vm-case-modal/components/index.js +0 -21
  961. package/lib/vm-case-modal/components/index.js.map +0 -1
  962. package/lib/vm-case-modal/imgs/bg.png +0 -0
  963. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  964. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  965. package/lib/vm-case-modal/imgs/close.png +0 -0
  966. package/lib/vm-case-modal/imgs/collect.png +0 -0
  967. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  968. package/lib/vm-case-modal/imgs/dot.png +0 -0
  969. package/lib/vm-case-modal/imgs/point.png +0 -0
  970. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  971. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  972. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  973. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  974. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  975. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  976. package/lib/vm-case-modal/imgs/track.png +0 -0
  977. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  978. package/lib/vm-case-modal/index.js +0 -102
  979. package/lib/vm-case-modal/index.js.map +0 -1
  980. package/lib/vm-case-modal/style/css.js.map +0 -1
  981. package/lib/vm-case-modal/style/index.css +0 -557
  982. package/lib/vm-case-modal/style/index.js.map +0 -1
  983. package/lib/vm-case-modal/style/index.less +0 -589
  984. package/lib/vm-map/imgs/close.png +0 -0
  985. package/lib/vm-map/imgs/close_active.png +0 -0
  986. package/lib/vm-map/imgs/cpTitle.png +0 -0
  987. package/lib/vm-map/imgs/detail.png +0 -0
  988. package/lib/vm-map/imgs/detail_active.png +0 -0
  989. package/lib/vm-map/imgs/track.png +0 -0
  990. package/lib/vm-map/imgs/track_active.png +0 -0
  991. package/lib/vm-map/index.css +0 -234
  992. package/lib/vm-map/index.less +0 -178
  993. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  994. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  995. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  996. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  997. package/lib/vtx-car-adm251-modal/api.js +0 -627
  998. package/lib/vtx-car-adm251-modal/api.js.map +0 -1
  999. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
  1000. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
  1001. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
  1002. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
  1003. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
  1004. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
  1005. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
  1006. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
  1007. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
  1008. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
  1009. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
  1010. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
  1011. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
  1012. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1013. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1014. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1015. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
  1016. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
  1017. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
  1018. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
  1019. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1020. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1021. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
  1022. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1023. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
  1024. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1025. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
  1026. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
  1027. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
  1028. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
  1029. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
  1030. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
  1031. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
  1032. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
  1033. package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
  1034. package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
  1035. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
  1036. package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
  1037. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
  1038. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
  1039. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
  1040. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
  1041. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
  1042. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
  1043. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
  1044. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
  1045. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
  1046. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
  1047. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
  1048. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
  1049. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
  1050. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
  1051. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
  1052. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
  1053. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
  1054. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
  1055. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
  1056. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
  1057. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
  1058. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
  1059. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
  1060. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
  1061. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
  1062. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
  1063. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
  1064. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
  1065. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
  1066. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
  1067. package/lib/vtx-car-adm251-modal/components/index.js +0 -63
  1068. package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
  1069. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  1070. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  1071. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  1072. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  1073. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  1074. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  1075. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  1076. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  1077. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  1078. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  1079. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  1080. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  1081. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  1082. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  1083. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  1084. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  1085. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  1086. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  1087. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  1088. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  1089. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  1090. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  1091. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  1092. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  1093. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  1094. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  1095. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  1096. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  1097. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  1098. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  1099. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  1100. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  1101. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  1102. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  1103. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  1104. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  1105. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  1106. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  1107. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  1108. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  1109. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  1110. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  1111. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  1112. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  1113. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  1114. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  1115. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  1116. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  1117. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  1118. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  1119. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  1120. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  1121. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  1122. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  1123. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  1124. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  1125. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  1126. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  1127. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  1128. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  1129. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  1130. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  1131. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  1132. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  1133. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  1134. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  1135. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  1136. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  1137. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  1138. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  1139. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  1140. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  1141. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  1142. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  1143. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  1144. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  1145. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  1146. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  1147. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  1148. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  1149. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  1150. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  1151. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  1152. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  1153. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  1154. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  1155. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  1156. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  1157. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  1158. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  1159. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  1160. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  1161. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  1162. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  1163. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  1164. package/lib/vtx-car-adm251-modal/index.js +0 -129
  1165. package/lib/vtx-car-adm251-modal/index.js.map +0 -1
  1166. package/lib/vtx-car-adm251-modal/style/css.js +0 -11
  1167. package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
  1168. package/lib/vtx-car-adm251-modal/style/index.css +0 -136
  1169. package/lib/vtx-car-adm251-modal/style/index.js +0 -11
  1170. package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
  1171. package/lib/vtx-car-adm251-modal/style/index.less +0 -6
  1172. package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
  1173. package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
  1174. package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
  1175. package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
  1176. package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
  1177. package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
  1178. package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
  1179. package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
  1180. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  1181. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  1182. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  1183. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  1184. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  1185. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  1186. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  1187. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  1188. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  1189. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  1190. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  1191. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  1192. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  1193. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  1194. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  1195. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  1196. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  1197. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  1198. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  1199. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  1200. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  1201. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  1202. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  1203. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  1204. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  1205. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  1206. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  1207. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  1208. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  1209. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  1210. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  1211. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  1212. package/lib/vtx-car-modal-temp/api.js +0 -633
  1213. package/lib/vtx-car-modal-temp/api.js.map +0 -1
  1214. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
  1215. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
  1216. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
  1217. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
  1218. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
  1219. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
  1220. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
  1221. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
  1222. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
  1223. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
  1224. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
  1225. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
  1226. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
  1227. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1228. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1229. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1230. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
  1231. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
  1232. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
  1233. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
  1234. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1235. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1236. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
  1237. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1238. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
  1239. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1240. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
  1241. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
  1242. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
  1243. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
  1244. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
  1245. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
  1246. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
  1247. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
  1248. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
  1249. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
  1250. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
  1251. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
  1252. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
  1253. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
  1254. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
  1255. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
  1256. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
  1257. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
  1258. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
  1259. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
  1260. package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
  1261. package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
  1262. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
  1263. package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
  1264. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
  1265. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
  1266. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
  1267. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
  1268. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
  1269. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
  1270. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
  1271. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
  1272. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
  1273. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
  1274. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
  1275. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
  1276. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
  1277. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
  1278. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
  1279. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
  1280. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
  1281. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
  1282. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
  1283. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
  1284. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
  1285. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
  1286. package/lib/vtx-car-modal-temp/components/index.js +0 -70
  1287. package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
  1288. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  1289. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  1290. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  1291. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  1292. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  1293. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  1294. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  1295. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  1296. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  1297. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  1298. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  1299. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  1300. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  1301. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  1302. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  1303. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  1304. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  1305. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  1306. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  1307. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  1308. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  1309. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  1310. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  1311. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  1312. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  1313. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  1314. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  1315. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  1316. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  1317. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  1318. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  1319. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  1320. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  1321. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  1322. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  1323. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  1324. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  1325. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  1326. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  1327. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  1328. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  1329. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  1330. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  1331. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  1332. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  1333. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  1334. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  1335. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  1336. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  1337. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  1338. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  1339. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  1340. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  1341. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  1342. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  1343. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  1344. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  1345. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  1346. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  1347. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  1348. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  1349. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  1350. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  1351. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  1352. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  1353. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  1354. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  1355. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  1356. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  1357. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  1358. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  1359. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  1360. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  1361. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  1362. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  1363. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  1364. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  1365. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  1366. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  1367. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  1368. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  1369. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  1370. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  1371. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  1372. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  1373. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  1374. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  1375. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  1376. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  1377. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  1378. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  1379. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  1380. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  1381. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  1382. package/lib/vtx-car-modal-temp/index.js +0 -156
  1383. package/lib/vtx-car-modal-temp/index.js.map +0 -1
  1384. package/lib/vtx-car-modal-temp/style/css.js +0 -11
  1385. package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
  1386. package/lib/vtx-car-modal-temp/style/index.css +0 -136
  1387. package/lib/vtx-car-modal-temp/style/index.js +0 -11
  1388. package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
  1389. package/lib/vtx-car-modal-temp/style/index.less +0 -6
  1390. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  1391. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  1392. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  1393. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  1394. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  1395. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  1396. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  1397. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  1398. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  1399. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  1400. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  1401. package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
  1402. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
  1403. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  1404. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  1405. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  1406. package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
  1407. package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
  1408. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
  1409. package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
  1410. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  1411. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  1412. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  1413. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  1414. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  1415. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  1416. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  1417. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  1418. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  1419. package/lib/vtx-df-modal/imgs/run.png +0 -0
  1420. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  1421. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  1422. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  1423. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  1424. package/lib/vtx-ljfl-tfd-modal/api.js +0 -601
  1425. package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
  1426. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
  1427. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
  1428. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
  1429. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
  1430. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
  1431. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
  1432. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
  1433. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
  1434. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
  1435. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
  1436. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
  1437. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
  1438. package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
  1439. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
  1440. package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
  1441. package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
  1442. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1443. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1444. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1445. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1446. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1447. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1448. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1449. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1450. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1451. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1452. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1453. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1454. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1455. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1456. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1457. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1458. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1459. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1460. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1461. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1462. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1463. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1464. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1465. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1466. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1467. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1468. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1469. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1470. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1471. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1472. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1473. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1474. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1475. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1476. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1477. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1478. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1479. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1480. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1481. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1482. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1483. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1484. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1485. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1486. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1487. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1488. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1489. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1490. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1491. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1492. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1493. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1494. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1495. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1496. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1497. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1498. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1499. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1500. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1501. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1502. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1503. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1504. package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
  1505. package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
  1506. package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
  1507. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
  1508. package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
  1509. package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
  1510. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
  1511. package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
  1512. package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
  1513. package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
  1514. package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
  1515. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
  1516. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
  1517. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
  1518. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
  1519. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
  1520. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
  1521. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
  1522. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
  1523. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
  1524. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
  1525. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
  1526. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
  1527. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
  1528. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
  1529. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
  1530. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
  1531. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
  1532. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
  1533. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
  1534. package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
  1535. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
  1536. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1537. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1538. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1539. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1540. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1541. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1542. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1543. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1544. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1545. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1546. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1547. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1548. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1549. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1550. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1551. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1552. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1553. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1554. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1555. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1556. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1557. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1558. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1559. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1560. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1561. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1562. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1563. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1564. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1565. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1566. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1567. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1568. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1569. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1570. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1571. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1572. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1573. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1574. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1575. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1576. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1577. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1578. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1579. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1580. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1581. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1582. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1583. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1584. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1585. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1586. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1587. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1588. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1589. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1590. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1591. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1592. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1593. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1594. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1595. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1596. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1597. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1598. package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
  1599. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
  1600. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
  1601. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
  1602. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
  1603. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
  1604. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
  1605. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
  1606. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
  1607. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1608. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1609. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1610. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1611. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1612. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1613. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1614. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1616. package/lib/vtx-zyz-modal/api.js +0 -323
  1617. package/lib/vtx-zyz-modal/api.js.map +0 -1
  1618. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
  1619. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
  1620. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
  1621. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
  1622. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
  1623. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
  1624. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
  1625. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
  1626. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
  1627. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
  1628. package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
  1629. package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
  1630. package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
  1631. package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
  1632. package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
  1633. package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
  1634. package/lib/vtx-zyz-modal/components/index.js +0 -21
  1635. package/lib/vtx-zyz-modal/components/index.js.map +0 -1
  1636. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1637. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1638. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1639. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1640. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1641. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1642. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1643. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1644. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1645. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1646. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1647. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1648. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1649. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1650. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1651. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1652. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1653. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1654. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1655. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1656. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1657. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1658. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1659. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1660. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1661. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1662. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1663. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1664. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1665. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1666. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1667. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1668. package/lib/vtx-zyz-modal/index.js +0 -98
  1669. package/lib/vtx-zyz-modal/index.js.map +0 -1
  1670. package/lib/vtx-zyz-modal/style/css.js +0 -5
  1671. package/lib/vtx-zyz-modal/style/css.js.map +0 -1
  1672. package/lib/vtx-zyz-modal/style/index.css +0 -132
  1673. package/lib/vtx-zyz-modal/style/index.js +0 -5
  1674. package/lib/vtx-zyz-modal/style/index.js.map +0 -1
  1675. /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
  1676. /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
  1677. /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
  1678. /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
  1679. /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
@@ -0,0 +1,223 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = AlarmTrend;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ require("./index.less");
10
+ var _antd = require("antd");
11
+ var _api = require("../../api");
12
+ var _ahooks = require("ahooks");
13
+ var _moment = _interopRequireDefault(require("moment"));
14
+ var _vmFilter = require("../../../vm-filter");
15
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
17
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
18
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
19
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
20
+ 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."); }
21
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
22
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
23
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
24
+ 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."); }
25
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
26
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
27
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
28
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
29
+ function AlarmTrend(props) {
30
+ var prefix = props.prefix,
31
+ id = props.id;
32
+ var _useSetState = (0, _ahooks.useSetState)({
33
+ timeType: 'day',
34
+ alarmTypes: '',
35
+ alarmStartTime: (0, _moment["default"])().startOf('day').format('YYYY-MM-DD HH:mm:ss'),
36
+ alarmEndTime: (0, _moment["default"])().endOf('day').format('YYYY-MM-DD HH:mm:ss'),
37
+ dimension: 'hour',
38
+ dataList: [],
39
+ alarmTypeList: [],
40
+ type: 'tb' //同比、环比
41
+ }),
42
+ _useSetState2 = _slicedToArray(_useSetState, 2),
43
+ state = _useSetState2[0],
44
+ setState = _useSetState2[1];
45
+ var timeType = state.timeType,
46
+ alarmEndTime = state.alarmEndTime,
47
+ alarmStartTime = state.alarmStartTime,
48
+ alarmTypes = state.alarmTypes,
49
+ dimension = state.dimension,
50
+ dataList = state.dataList,
51
+ alarmTypeList = state.alarmTypeList,
52
+ type = state.type;
53
+ (0, _react.useEffect)(function () {
54
+ _api.AlarmService.enumList('DeviceAlarmTypeEnum').then(function (data) {
55
+ setState({
56
+ alarmTypeList: data
57
+ });
58
+ });
59
+ }, []);
60
+ (0, _react.useEffect)(function () {
61
+ _api.AlarmService.trend({
62
+ facilityIds: [id],
63
+ alarmTypes: alarmTypes ? [alarmTypes] : [],
64
+ alarmStartTimeBegin: (0, _moment["default"])(alarmStartTime).startOf(timeType === 'day' ? 'day' : timeType === 'month' ? 'month' : 'year').format('YYYY-MM-DD HH:mm:ss'),
65
+ alarmStartTimeEnd: (0, _moment["default"])(alarmStartTime).endOf(timeType === 'day' ? 'day' : timeType === 'month' ? 'month' : 'year').format('YYYY-MM-DD HH:mm:ss'),
66
+ dimension: dimension,
67
+ type: type
68
+ }).then(function (data) {
69
+ setState({
70
+ dataList: data
71
+ });
72
+ });
73
+ }, [timeType, alarmEndTime, alarmStartTime, alarmTypes, type]);
74
+ var options = {
75
+ color: ['#0E85FF', '#49FF81', '#26D4FF', '#F5D629', '#C97CFF'],
76
+ tooltip: {
77
+ trigger: 'axis'
78
+ },
79
+ legend: {
80
+ type: 'scroll',
81
+ top: 0,
82
+ left: 'center',
83
+ textStyle: {
84
+ color: '#000000'
85
+ }
86
+ },
87
+ toolbox: {
88
+ show: true,
89
+ feature: {
90
+ saveAsImage: {
91
+ show: true
92
+ }
93
+ }
94
+ },
95
+ grid: {
96
+ top: 50,
97
+ left: 20,
98
+ right: 20,
99
+ bottom: 20,
100
+ containLabel: true
101
+ },
102
+ xAxis: {
103
+ data: dataList.map(function (item) {
104
+ return item.date;
105
+ }),
106
+ axisLabel: {
107
+ color: '#000000',
108
+ interval: 'auto'
109
+ },
110
+ axisTick: {
111
+ show: false
112
+ },
113
+ axisLine: {
114
+ show: false
115
+ },
116
+ z: 10
117
+ },
118
+ yAxis: {
119
+ name: '次',
120
+ nameTextStyle: {
121
+ color: '#000000'
122
+ },
123
+ axisLine: {
124
+ show: false
125
+ },
126
+ axisTick: {
127
+ show: false
128
+ },
129
+ axisLabel: {
130
+ color: '#000000'
131
+ },
132
+ splitLine: {
133
+ lineStyle: {
134
+ type: 'dashed',
135
+ color: 'rgba(255,255,255,0.2)'
136
+ }
137
+ }
138
+ },
139
+ series: [{
140
+ name: '',
141
+ type: 'line',
142
+ smooth: true,
143
+ data: dataList.map(function (item) {
144
+ return item.currentValue;
145
+ })
146
+ }]
147
+ };
148
+ return /*#__PURE__*/_react["default"].createElement("div", {
149
+ className: "".concat(prefix, "-alarm-card")
150
+ }, /*#__PURE__*/_react["default"].createElement("div", {
151
+ className: "".concat(prefix, "-alarm-card-title")
152
+ }, /*#__PURE__*/_react["default"].createElement("span", null, "\u62A5\u8B66\u8D8B\u52BF"), /*#__PURE__*/_react["default"].createElement("span", null, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
153
+ options: [{
154
+ label: '日',
155
+ value: 'day'
156
+ }, {
157
+ label: '月',
158
+ value: 'month'
159
+ }, {
160
+ label: '年',
161
+ value: 'year'
162
+ }],
163
+ value: timeType,
164
+ onChange: function onChange(e) {
165
+ setState({
166
+ timeType: e.target.value
167
+ });
168
+ }
169
+ }), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
170
+ style: {
171
+ width: 230
172
+ },
173
+ value: [(0, _moment["default"])(alarmStartTime), (0, _moment["default"])(alarmEndTime)],
174
+ format: timeType === 'day' ? 'YYYY-MM-DD' : timeType === 'month' ? 'YYYY-MM' : 'YYYY',
175
+ onChange: function onChange(date) {
176
+ setState({
177
+ alarmStartTime: date.length ? (0, _moment["default"])(date[0]).format('YYYY-MM-DD HH:mm:ss') : '',
178
+ alarmEndTime: date.length ? (0, _moment["default"])(date[1]).format('YYYY-MM-DD HH:mm:ss') : ''
179
+ });
180
+ }
181
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
182
+ className: "".concat(prefix, "-alarm-card-content")
183
+ }, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
184
+ options: [{
185
+ label: '全部',
186
+ value: ''
187
+ }].concat(_toConsumableArray(alarmTypeList.map(function (item) {
188
+ return {
189
+ label: item.name,
190
+ value: item.code
191
+ };
192
+ }))),
193
+ value: alarmTypes,
194
+ onChange: function onChange(e) {
195
+ setState({
196
+ alarmTypes: e.target.value
197
+ });
198
+ }
199
+ }), /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
200
+ options: [{
201
+ label: '同比',
202
+ value: 'tb'
203
+ }, {
204
+ label: '环比',
205
+ value: 'hb'
206
+ }],
207
+ value: type,
208
+ onChange: function onChange(e) {
209
+ setState({
210
+ type: e.target.value
211
+ });
212
+ }
213
+ })), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
214
+ option: options,
215
+ notMerge: true,
216
+ lazyUpdate: true,
217
+ style: {
218
+ height: 280,
219
+ width: '100%'
220
+ }
221
+ }))));
222
+ }
223
+ //# sourceMappingURL=AlarmTrend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlarmTrend.js","names":["_react","_interopRequireWildcard","require","_antd","_api","_ahooks","_moment","_interopRequireDefault","_vmFilter","_echartsForReact","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","Symbol","iterator","Array","from","isArray","_arrayLikeToArray","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","toString","slice","constructor","name","test","length","l","f","o","next","done","push","value","AlarmTrend","props","prefix","id","_useSetState","useSetState","timeType","alarmTypes","alarmStartTime","moment","startOf","format","alarmEndTime","endOf","dimension","dataList","alarmTypeList","type","_useSetState2","state","setState","useEffect","AlarmService","enumList","then","data","trend","facilityIds","alarmStartTimeBegin","alarmStartTimeEnd","options","color","tooltip","trigger","legend","top","left","textStyle","toolbox","show","feature","saveAsImage","grid","right","bottom","containLabel","xAxis","map","item","date","axisLabel","interval","axisTick","axisLine","z","yAxis","nameTextStyle","splitLine","lineStyle","series","smooth","currentValue","React","createElement","className","concat","Radio","Group","label","onChange","target","VMRangePicker","style","width","code","ReactEcharts","option","notMerge","lazyUpdate","height"],"sources":["vtx-pump-modal/components/AlarmRecord/AlarmTrend.js"],"sourcesContent":["import React, { useEffect } from \"react\";\nimport './index.less';\nimport { Radio } from 'antd';\nimport { AlarmService } from '../../api';\nimport { useSetState } from \"ahooks\";\nimport moment from \"moment\";\nimport { VMRangePicker } from '../../../vm-filter';\nimport ReactEcharts from \"echarts-for-react\";\nexport default function AlarmTrend(props) {\n const { prefix, id } = props;\n const [state, setState] = useSetState({\n timeType: 'day',\n alarmTypes: '',\n alarmStartTime: moment().startOf('day').format('YYYY-MM-DD HH:mm:ss'),\n alarmEndTime: moment().endOf('day').format('YYYY-MM-DD HH:mm:ss'),\n dimension: 'hour',\n dataList: [],\n alarmTypeList: [],\n type: 'tb', //同比、环比\n });\n const { timeType, alarmEndTime, alarmStartTime, alarmTypes, dimension, dataList, alarmTypeList, type, } = state;\n useEffect(() => {\n AlarmService.enumList('DeviceAlarmTypeEnum').then((data) => {\n setState({\n alarmTypeList: data\n });\n });\n }, []);\n useEffect(() => {\n AlarmService.trend({\n facilityIds: [id],\n alarmTypes: alarmTypes ? [alarmTypes] : [],\n alarmStartTimeBegin: moment(alarmStartTime)\n .startOf(timeType === 'day' ? 'day' : timeType === 'month' ? 'month' : 'year')\n .format('YYYY-MM-DD HH:mm:ss'),\n alarmStartTimeEnd: moment(alarmStartTime)\n .endOf(timeType === 'day' ? 'day' : timeType === 'month' ? 'month' : 'year')\n .format('YYYY-MM-DD HH:mm:ss'),\n dimension,\n type,\n }).then((data) => {\n setState({\n dataList: data\n });\n });\n }, [timeType, alarmEndTime, alarmStartTime, alarmTypes, type]);\n const options = {\n color: ['#0E85FF', '#49FF81', '#26D4FF', '#F5D629', '#C97CFF'],\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n type: 'scroll',\n top: 0,\n left: 'center',\n textStyle: {\n color: '#000000',\n },\n },\n toolbox: {\n show: true,\n feature: {\n saveAsImage: {\n show: true\n },\n }\n },\n grid: {\n top: 50,\n left: 20,\n right: 20,\n bottom: 20,\n containLabel: true,\n },\n xAxis: {\n data: dataList.map((item) => item.date),\n axisLabel: {\n color: '#000000',\n interval: 'auto',\n },\n axisTick: {\n show: false,\n },\n axisLine: {\n show: false,\n },\n z: 10,\n },\n yAxis: {\n name: '次',\n nameTextStyle: {\n color: '#000000',\n },\n axisLine: {\n show: false,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: '#000000',\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(255,255,255,0.2)',\n },\n },\n },\n series: [{\n name: '',\n type: 'line',\n smooth: true,\n data: dataList.map((item) => item.currentValue),\n }],\n };\n return (React.createElement(\"div\", { className: `${prefix}-alarm-card` },\n React.createElement(\"div\", { className: `${prefix}-alarm-card-title` },\n React.createElement(\"span\", null, \"\\u62A5\\u8B66\\u8D8B\\u52BF\"),\n React.createElement(\"span\", null,\n React.createElement(Radio.Group, { options: [\n { label: '日', value: 'day' },\n { label: '月', value: 'month' },\n { label: '年', value: 'year' },\n ], value: timeType, onChange: (e) => {\n setState({\n timeType: e.target.value\n });\n } }),\n React.createElement(VMRangePicker, { style: { width: 230 }, value: [moment(alarmStartTime), moment(alarmEndTime)], format: timeType === 'day' ? 'YYYY-MM-DD' : timeType === 'month' ? 'YYYY-MM' : 'YYYY', onChange: (date) => {\n setState({\n alarmStartTime: date.length ? moment(date[0]).format('YYYY-MM-DD HH:mm:ss') : '',\n alarmEndTime: date.length ? moment(date[1]).format('YYYY-MM-DD HH:mm:ss') : '',\n });\n } }))),\n React.createElement(\"div\", { className: `${prefix}-alarm-card-content` },\n React.createElement(\"div\", null,\n React.createElement(Radio.Group, { options: [\n { label: '全部', value: '' },\n ...alarmTypeList.map((item) => ({\n label: item.name,\n value: item.code\n }))\n ], value: alarmTypes, onChange: (e) => {\n setState({\n alarmTypes: e.target.value\n });\n } }),\n React.createElement(Radio.Group, { options: [\n { label: '同比', value: 'tb' },\n { label: '环比', value: 'hb' },\n ], value: type, onChange: (e) => {\n setState({\n type: e.target.value\n });\n } })),\n React.createElement(\"div\", null,\n React.createElement(ReactEcharts, { option: options, notMerge: true, lazyUpdate: true, style: { height: 280, width: '100%' } })))));\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,97 @@
1
+ .pump-alarm {
2
+ width: 100%;
3
+ height: 600px;
4
+ padding: 6px 10px;
5
+ overflow-y: auto;
6
+ display: grid;
7
+ grid-template-rows: 1fr 1fr;
8
+ gap: 10px;
9
+ }
10
+ .pump-alarm-top {
11
+ width: 100%;
12
+ display: grid;
13
+ grid-template-columns: 40% 60%;
14
+ gap: 10px;
15
+ }
16
+ .pump-alarm-top-left {
17
+ width: 100%;
18
+ display: grid;
19
+ grid-template-rows: 1fr 1fr;
20
+ gap: 10px;
21
+ }
22
+ .pump-alarm-card {
23
+ width: 100%;
24
+ background: #FFFFFF;
25
+ -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.02);
26
+ box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.02);
27
+ }
28
+ .pump-alarm-card-title {
29
+ width: 100%;
30
+ padding: 17px 24px;
31
+ display: -webkit-box;
32
+ display: -ms-flexbox;
33
+ display: flex;
34
+ -webkit-box-align: center;
35
+ -ms-flex-align: center;
36
+ align-items: center;
37
+ -webkit-box-pack: justify;
38
+ -ms-flex-pack: justify;
39
+ justify-content: space-between;
40
+ border-bottom: 1px solid #E8E8E8;
41
+ font-size: 13px;
42
+ font-family: PingFangSC-Medium-, PingFangSC-Medium;
43
+ font-weight: normal;
44
+ color: rgba(0, 0, 0, 0.85);
45
+ }
46
+ .pump-alarm-card-content {
47
+ width: 100%;
48
+ padding: 17px 24px;
49
+ }
50
+ .pump-alarm .my-flex-center {
51
+ display: -webkit-box;
52
+ display: -ms-flexbox;
53
+ display: flex;
54
+ -webkit-box-align: center;
55
+ -ms-flex-align: center;
56
+ align-items: center;
57
+ -ms-flex-pack: distribute;
58
+ justify-content: space-around;
59
+ }
60
+ .pump-alarm-current-item {
61
+ text-align: center;
62
+ width: 33.33%;
63
+ display: inline-block;
64
+ }
65
+ .pump-alarm-current-item-name {
66
+ font-size: 12px;
67
+ font-family: PingFang SC-Medium, PingFang SC;
68
+ font-weight: 500;
69
+ color: #8D8D8D;
70
+ }
71
+ .pump-alarm-current-item-value {
72
+ font-size: 14px;
73
+ font-family: PingFang SC-Regular, PingFang SC;
74
+ font-weight: 400;
75
+ color: #313333;
76
+ }
77
+ .pump-alarm-current-item-alarm-value {
78
+ width: 20px;
79
+ height: 20px;
80
+ line-height: 20px;
81
+ background: #FF4D4F;
82
+ font-size: 12px;
83
+ font-family: DIN-Regular, DIN;
84
+ font-weight: 400;
85
+ color: #FFFFFF;
86
+ display: -webkit-box;
87
+ display: -ms-flexbox;
88
+ display: flex;
89
+ -webkit-box-align: center;
90
+ -ms-flex-align: center;
91
+ align-items: center;
92
+ -webkit-box-pack: center;
93
+ -ms-flex-pack: center;
94
+ justify-content: center;
95
+ display: inline-block;
96
+ border-radius: 50%;
97
+ }
@@ -0,0 +1,152 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = AlarmRecord;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ require("./index.less");
10
+ var _index2 = require("../../index");
11
+ var _ahooks = require("ahooks");
12
+ var _api = require("../../api");
13
+ var _moment = _interopRequireDefault(require("moment"));
14
+ var _AlarmTrend = _interopRequireDefault(require("./AlarmTrend"));
15
+ var _AlarmTotal = _interopRequireDefault(require("./AlarmTotal"));
16
+ var _vmTable = _interopRequireDefault(require("../../../vm-table"));
17
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
20
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
21
+ 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."); }
22
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
23
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
24
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _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(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
27
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
28
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
29
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
30
+ function AlarmRecord() {
31
+ var _useContext = (0, _react.useContext)(_index2.PumpContext),
32
+ prefix = _useContext.prefix,
33
+ id = _useContext.id;
34
+ var _useSetState = (0, _ahooks.useSetState)({
35
+ currentData: [],
36
+ dataSource: [],
37
+ totalAlarmNum: 0
38
+ }),
39
+ _useSetState2 = _slicedToArray(_useSetState, 2),
40
+ state = _useSetState2[0],
41
+ setState = _useSetState2[1];
42
+ var currentData = state.currentData,
43
+ totalAlarmNum = state.totalAlarmNum,
44
+ dataSource = state.dataSource;
45
+ (0, _react.useEffect)(function () {
46
+ _api.AlarmService.alarmList({
47
+ facilityIds: [id],
48
+ alarmStartTimeBegin: (0, _moment["default"])().startOf('day').format('YYYY-MM-DD HH:mm:ss'),
49
+ // alarmStartTimeEnd: moment().endOf('day').format('YYYY-MM-DD HH:mm:ss'),
50
+ dimension: 'alarmType',
51
+ alarmTypes: ['FACTOR']
52
+ }).then(function (data) {
53
+ if (data && data.length) {
54
+ var newItem = data[0];
55
+ setState({
56
+ currentData: [Object.assign(Object.assign({}, newItem), {
57
+ monitorItemName: "\u5F53\u524D".concat(newItem.monitorItemName, "(").concat(newItem.alarmDataUnit, ")")
58
+ })],
59
+ totalAlarmNum: data.length,
60
+ dataSource: data
61
+ });
62
+ }
63
+ });
64
+ }, []);
65
+ return /*#__PURE__*/_react["default"].createElement("div", {
66
+ className: "".concat(prefix, "-alarm")
67
+ }, /*#__PURE__*/_react["default"].createElement("div", {
68
+ className: "".concat(prefix, "-alarm-top")
69
+ }, /*#__PURE__*/_react["default"].createElement("div", {
70
+ className: "".concat(prefix, "-alarm-top-left")
71
+ }, /*#__PURE__*/_react["default"].createElement("div", {
72
+ className: "".concat(prefix, "-alarm-card")
73
+ }, /*#__PURE__*/_react["default"].createElement("div", {
74
+ className: "".concat(prefix, "-alarm-card-title")
75
+ }, /*#__PURE__*/_react["default"].createElement("span", null, "\u5F53\u524D\u62A5\u8B66")), /*#__PURE__*/_react["default"].createElement("div", {
76
+ className: "".concat(prefix, "-alarm-card-content")
77
+ }, [{
78
+ monitorItemName: '当前报警总数(次)',
79
+ key: 'all',
80
+ alarmData: totalAlarmNum
81
+ }].concat(_toConsumableArray(currentData)).map(function (item) {
82
+ return /*#__PURE__*/_react["default"].createElement("span", {
83
+ key: item.key,
84
+ className: "".concat(prefix, "-alarm-current-item")
85
+ }, /*#__PURE__*/_react["default"].createElement("div", {
86
+ className: "".concat(prefix, "-alarm-current-item-name")
87
+ }, item.monitorItemName), item.key == 'all' ? /*#__PURE__*/_react["default"].createElement("span", {
88
+ className: "".concat(prefix, "-alarm-current-item-alarm-value")
89
+ }, item.alarmData) : /*#__PURE__*/_react["default"].createElement("div", {
90
+ className: "".concat(prefix, "-alarm-current-item-value")
91
+ }, item.alarmData));
92
+ }))), /*#__PURE__*/_react["default"].createElement(_AlarmTotal["default"], {
93
+ id: id,
94
+ prefix: prefix
95
+ })), /*#__PURE__*/_react["default"].createElement(_AlarmTrend["default"], {
96
+ id: id,
97
+ prefix: prefix
98
+ })), /*#__PURE__*/_react["default"].createElement("div", {
99
+ className: "".concat(prefix, "-alarm-bottom")
100
+ }, /*#__PURE__*/_react["default"].createElement("div", {
101
+ className: "".concat(prefix, "-alarm-card")
102
+ }, /*#__PURE__*/_react["default"].createElement("div", {
103
+ className: "".concat(prefix, "-alarm-card-title")
104
+ }, /*#__PURE__*/_react["default"].createElement("span", null, "\u62A5\u8B66\u8BB0\u5F55")), /*#__PURE__*/_react["default"].createElement("div", {
105
+ className: "".concat(prefix, "-alarm-card-content")
106
+ }, /*#__PURE__*/_react["default"].createElement("div", {
107
+ style: {
108
+ width: 1000
109
+ }
110
+ }, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], {
111
+ pagination: false,
112
+ columns: [{
113
+ title: '监测项目',
114
+ dataIndex: 'monitorItemName',
115
+ key: 'monitorItemName',
116
+ width: 100
117
+ }, {
118
+ title: '报警类型',
119
+ dataIndex: 'alarmTypeName',
120
+ key: 'alarmTypeName',
121
+ width: 100
122
+ }, {
123
+ title: '报警等级',
124
+ dataIndex: 'alarmLevelName',
125
+ key: 'alarmLevelName',
126
+ width: 100
127
+ }, {
128
+ title: '报警时间',
129
+ dataIndex: 'alarmStartTime',
130
+ key: 'alarmStartTime',
131
+ width: 160
132
+ }, {
133
+ title: '结束时间',
134
+ dataIndex: 'alarmEndTime',
135
+ key: 'alarmEndTime',
136
+ width: 160
137
+ }, {
138
+ title: '持续时长',
139
+ dataIndex: 'alarmDurationStr',
140
+ key: 'alarmDurationStr',
141
+ width: 150
142
+ }, {
143
+ title: '报警状态',
144
+ dataIndex: 'alarmStatusName',
145
+ key: 'alarmStatusName',
146
+ width: 150
147
+ }],
148
+ dataSource: dataSource,
149
+ height: 350
150
+ }))))));
151
+ }
152
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_react","_interopRequireWildcard","require","_index2","_ahooks","_api","_moment","_interopRequireDefault","_AlarmTrend","_AlarmTotal","_vmTable","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","Symbol","iterator","Array","from","isArray","_arrayLikeToArray","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","toString","slice","constructor","name","test","length","l","f","o","next","done","push","value","AlarmRecord","_useContext","useContext","PumpContext","prefix","id","_useSetState","useSetState","currentData","dataSource","totalAlarmNum","_useSetState2","state","setState","useEffect","AlarmService","alarmList","facilityIds","alarmStartTimeBegin","moment","startOf","format","dimension","alarmTypes","then","data","newItem","assign","monitorItemName","concat","alarmDataUnit","React","createElement","className","key","alarmData","map","item","AlarmTotal","AlarmTrend","style","width","VMTable","pagination","columns","title","dataIndex","height"],"sources":["vtx-pump-modal/components/AlarmRecord/index.js"],"sourcesContent":["import React, { useContext, useEffect } from \"react\";\nimport './index.less';\nimport { PumpContext } from '../../index';\nimport { useSetState } from \"ahooks\";\nimport { AlarmService } from '../../api';\nimport moment from \"moment\";\nimport AlarmTrend from './AlarmTrend';\nimport AlarmTotal from './AlarmTotal';\nimport VMTable from '../../../vm-table';\nexport default function AlarmRecord() {\n const { prefix, id } = useContext(PumpContext);\n const [state, setState] = useSetState({\n currentData: [],\n dataSource: [],\n totalAlarmNum: 0,\n });\n const { currentData, totalAlarmNum, dataSource } = state;\n useEffect(() => {\n AlarmService.alarmList({\n facilityIds: [id],\n alarmStartTimeBegin: moment().startOf('day').format('YYYY-MM-DD HH:mm:ss'),\n // alarmStartTimeEnd: moment().endOf('day').format('YYYY-MM-DD HH:mm:ss'),\n dimension: 'alarmType',\n alarmTypes: ['FACTOR'],\n }).then((data) => {\n if (data && data.length) {\n let newItem = data[0];\n setState({\n currentData: [\n Object.assign(Object.assign({}, newItem), { monitorItemName: `当前${newItem.monitorItemName}(${newItem.alarmDataUnit})` })\n ],\n totalAlarmNum: data.length,\n dataSource: data,\n });\n }\n });\n }, []);\n return (React.createElement(\"div\", { className: `${prefix}-alarm` },\n React.createElement(\"div\", { className: `${prefix}-alarm-top` },\n React.createElement(\"div\", { className: `${prefix}-alarm-top-left` },\n React.createElement(\"div\", { className: `${prefix}-alarm-card` },\n React.createElement(\"div\", { className: `${prefix}-alarm-card-title` },\n React.createElement(\"span\", null, \"\\u5F53\\u524D\\u62A5\\u8B66\")),\n React.createElement(\"div\", { className: `${prefix}-alarm-card-content` }, [\n {\n monitorItemName: '当前报警总数(次)',\n key: 'all',\n alarmData: totalAlarmNum\n },\n ...currentData\n ].map((item) => (React.createElement(\"span\", { key: item.key, className: `${prefix}-alarm-current-item` },\n React.createElement(\"div\", { className: `${prefix}-alarm-current-item-name` }, item.monitorItemName),\n item.key == 'all' ?\n React.createElement(\"span\", { className: `${prefix}-alarm-current-item-alarm-value` }, item.alarmData)\n :\n React.createElement(\"div\", { className: `${prefix}-alarm-current-item-value` }, item.alarmData)))))),\n React.createElement(AlarmTotal, { id: id, prefix: prefix })),\n React.createElement(AlarmTrend, { id: id, prefix: prefix })),\n React.createElement(\"div\", { className: `${prefix}-alarm-bottom` },\n React.createElement(\"div\", { className: `${prefix}-alarm-card` },\n React.createElement(\"div\", { className: `${prefix}-alarm-card-title` },\n React.createElement(\"span\", null, \"\\u62A5\\u8B66\\u8BB0\\u5F55\")),\n React.createElement(\"div\", { className: `${prefix}-alarm-card-content` },\n React.createElement(\"div\", { style: { width: 1000 } },\n React.createElement(VMTable, { pagination: false, columns: [\n {\n title: '监测项目',\n dataIndex: 'monitorItemName',\n key: 'monitorItemName',\n width: 100,\n },\n {\n title: '报警类型',\n dataIndex: 'alarmTypeName',\n key: 'alarmTypeName',\n width: 100,\n },\n {\n title: '报警等级',\n dataIndex: 'alarmLevelName',\n key: 'alarmLevelName',\n width: 100,\n },\n {\n title: '报警时间',\n dataIndex: 'alarmStartTime',\n key: 'alarmStartTime',\n width: 160,\n },\n {\n title: '结束时间',\n dataIndex: 'alarmEndTime',\n key: 'alarmEndTime',\n width: 160,\n },\n {\n title: '持续时长',\n dataIndex: 'alarmDurationStr',\n key: 'alarmDurationStr',\n width: 150,\n },\n {\n title: '报警状态',\n dataIndex: 'alarmStatusName',\n key: 'alarmStatusName',\n width: 150,\n },\n ], dataSource: dataSource, height: 350 })))))));\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,91 @@
1
+ @import '../../style/index';
2
+
3
+ .@{prefix-cls}-alarm {
4
+ width: 100%;
5
+ height: 600px;
6
+ padding: 6px 10px;
7
+ overflow-y: auto;
8
+ display: grid;
9
+ grid-template-rows: 1fr 1fr;
10
+ gap: 10px;
11
+
12
+ &-top {
13
+ width: 100%;
14
+ display: grid;
15
+ grid-template-columns: 40% 60%;
16
+ gap: 10px;
17
+
18
+ &-left {
19
+ width: 100%;
20
+ display: grid;
21
+ grid-template-rows: 1fr 1fr;
22
+ gap: 10px;
23
+ }
24
+ }
25
+
26
+ &-card {
27
+ width: 100%;
28
+ background: #FFFFFF;
29
+ box-shadow: 0 2px 4px 1px rgba(0,0,0,0.02);
30
+
31
+ &-title {
32
+ width: 100%;
33
+ padding: 17px 24px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ border-bottom: 1px solid #E8E8E8;
38
+ font-size: 13px;
39
+ font-family: PingFangSC-Medium-, PingFangSC-Medium;
40
+ font-weight: normal;
41
+ color: rgba(0,0,0,0.85);
42
+ }
43
+
44
+ &-content {
45
+ width: 100%;
46
+ padding: 17px 24px;
47
+ }
48
+ }
49
+
50
+ .my-flex-center {
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-around;
54
+ }
55
+
56
+ &-current-item {
57
+ text-align: center;
58
+ width: 33.33%;
59
+ display: inline-block;
60
+
61
+ &-name {
62
+ font-size: 12px;
63
+ font-family: PingFang SC-Medium, PingFang SC;
64
+ font-weight: 500;
65
+ color: #8D8D8D;
66
+ }
67
+
68
+ &-value {
69
+ font-size: 14px;
70
+ font-family: PingFang SC-Regular, PingFang SC;
71
+ font-weight: 400;
72
+ color: #313333;
73
+ }
74
+
75
+ &-alarm-value {
76
+ width: 20px;
77
+ height: 20px;
78
+ line-height: 20px;
79
+ background: #FF4D4F;
80
+ font-size: 12px;
81
+ font-family: DIN-Regular, DIN;
82
+ font-weight: 400;
83
+ color: #FFFFFF;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ display: inline-block;
88
+ border-radius: 50%;
89
+ }
90
+ }
91
+ }