@vtx/modals2 5.0.1 → 5.0.3

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 (1995) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +43 -33
  3. package/lib/_components/index.js +21 -0
  4. package/lib/_components/vm-bar-charts/index.js +181 -0
  5. package/lib/_components/vm-calendar/index.js +117 -0
  6. package/lib/_components/vm-calendar/style/index.js +1 -0
  7. package/lib/_components/vm-calendar/style/index.less +139 -0
  8. package/lib/_components/vm-card-statistics/index.js +33 -0
  9. package/lib/_components/vm-card-statistics/index.less +27 -0
  10. package/lib/_components/vm-custom/index.js +25 -0
  11. package/lib/_components/vm-custom/style/index.js +1 -0
  12. package/lib/_components/vm-custom/style/index.less +20 -0
  13. package/lib/_components/vm-empty/assets/no_chart.png +0 -0
  14. package/lib/_components/vm-empty/assets/no_data.png +0 -0
  15. package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
  16. package/lib/_components/vm-empty/assets/no_news.png +0 -0
  17. package/lib/_components/vm-empty/assets/no_permission.png +0 -0
  18. package/lib/_components/vm-empty/assets/no_picture.png +0 -0
  19. package/lib/_components/vm-empty/assets/no_result.png +0 -0
  20. package/lib/_components/vm-empty/assets/no_video.png +0 -0
  21. package/lib/_components/vm-empty/assets/page_error.png +0 -0
  22. package/lib/_components/vm-empty/index.js +83 -0
  23. package/lib/_components/vm-empty/style/index.js +1 -0
  24. package/lib/_components/vm-empty/style/index.less +22 -0
  25. package/lib/_components/vm-extra-tab/index.js +44 -0
  26. package/lib/_components/vm-extra-tab/style/index.js +2 -0
  27. package/lib/_components/vm-extra-tab/style/index.less +43 -0
  28. package/lib/_components/vm-factor/index.js +85 -0
  29. package/lib/_components/vm-factor/style/index.js +2 -0
  30. package/lib/_components/vm-factor/style/index.less +42 -0
  31. package/lib/_components/vm-factor-list/index.js +29 -0
  32. package/lib/_components/vm-factor-list/index.less +11 -0
  33. package/lib/_components/vm-filter/index.js +148 -0
  34. package/lib/_components/vm-filter/style/index.js +1 -0
  35. package/lib/_components/vm-filter/style/index.less +237 -0
  36. package/lib/_components/vm-iframe-modal/index.js +43 -0
  37. package/lib/_components/vm-iframe-modal/index.less +9 -0
  38. package/lib/_components/vm-info-collection/index.js +185 -0
  39. package/lib/_components/vm-info-collection/style/index.js +1 -0
  40. package/lib/_components/vm-info-collection/style/index.less +45 -0
  41. package/lib/_components/vm-line-charts/index.js +151 -0
  42. package/lib/_components/vm-map/index.js +277 -0
  43. package/lib/_components/vm-map/index.less +46 -0
  44. package/lib/_components/vm-pie-charts/index.js +174 -0
  45. package/lib/_components/vm-pie-charts/index.less +26 -0
  46. package/lib/_components/vm-progress/index.js +83 -0
  47. package/lib/_components/vm-progress/style/index.js +1 -0
  48. package/lib/_components/vm-progress/style/index.less +28 -0
  49. package/lib/_components/vm-table/index.js +223 -0
  50. package/lib/_components/vm-table/style/index.js +1 -0
  51. package/lib/_components/vm-table/style/index.less +242 -0
  52. package/lib/_components/vm-tabs/index.js +27 -0
  53. package/lib/_components/vm-tabs/style/index.js +1 -0
  54. package/lib/_components/vm-tabs/style/index.less +22 -0
  55. package/lib/_components/vm-tag/index.js +25 -0
  56. package/lib/_components/vm-tag/style/index.js +1 -0
  57. package/lib/_components/vm-tag/style/index.less +62 -0
  58. package/lib/_components/vm-theme-provider/index.js +18 -0
  59. package/lib/_components/vm-title/index.js +34 -0
  60. package/lib/_components/vm-title/style/index.js +1 -0
  61. package/lib/_components/vm-title/style/index.less +53 -0
  62. package/lib/_components/vm-tooltip/index.js +15 -0
  63. package/lib/_components/vm-tooltip/style/index.js +2 -0
  64. package/lib/_components/vm-tooltip/style/index.less +7 -0
  65. package/lib/_components/vm-video/RealtimeGrid.js +48 -0
  66. package/lib/_components/vm-video/index.js +227 -0
  67. package/lib/_components/vm-video/index.less +168 -0
  68. package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
  69. package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
  70. package/lib/_components/vm-wrapper/index.js +161 -0
  71. package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
  72. package/lib/_components/vm-wrapper/style/index.js +1 -0
  73. package/lib/_components/vm-wrapper/style/index.less +81 -0
  74. package/lib/_hooks/useGetChannels.js +19 -0
  75. package/lib/_hooks/useGetConfig.js +52 -0
  76. package/lib/_hooks/useSettings.js +31 -0
  77. package/lib/_imgs/block_alarm.png +0 -0
  78. package/lib/_imgs/block_normal.png +0 -0
  79. package/lib/_service/index.js +99 -0
  80. package/lib/_util/http.js +277 -0
  81. package/lib/_util/iconSvgHtml.js +1303 -0
  82. package/lib/_util/index.js +203 -0
  83. package/lib/index.js +12 -126
  84. package/lib/resources/jessibuca/decoder.js +3839 -0
  85. package/lib/resources/jessibuca/decoder.wasm +0 -0
  86. package/lib/resources/jessibuca/jessibuca.js +5350 -0
  87. package/lib/style/index.less +262 -8
  88. package/lib/vtx-area-modal/api.js +165 -0
  89. package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
  90. package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +108 -0
  91. package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
  92. package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
  93. package/lib/vtx-area-modal/components/index.js +2 -0
  94. package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
  95. package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
  96. package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
  97. package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
  98. package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
  99. package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
  100. package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
  101. package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
  102. package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
  103. package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
  104. package/lib/vtx-area-modal/index.js +51 -0
  105. package/lib/vtx-area-modal/style/index.js +1 -0
  106. package/lib/vtx-area-modal/style/index.less +1 -0
  107. package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
  108. package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
  109. package/lib/vtx-base-modal/Header/index.js +149 -0
  110. package/lib/vtx-base-modal/Header/index.less +98 -0
  111. package/lib/vtx-base-modal/Tabs/index.js +83 -0
  112. package/lib/vtx-base-modal/Tabs/index.less +31 -0
  113. package/lib/vtx-base-modal/index.js +159 -383
  114. package/lib/vtx-base-modal/service.js +39 -0
  115. package/lib/vtx-base-modal/style/index.js +1 -4
  116. package/lib/vtx-base-modal/style/index.less +78 -1075
  117. package/lib/vtx-car-modal/api.js +721 -545
  118. package/lib/vtx-car-modal/components/Info/index.js +110 -0
  119. package/lib/vtx-car-modal/components/Info/index.less +6 -0
  120. package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
  121. package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
  122. package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
  123. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +179 -0
  124. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
  125. package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
  126. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
  127. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
  128. package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
  129. package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
  130. package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +139 -0
  131. package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
  132. package/lib/vtx-car-modal/content/Cc/index.js +12 -0
  133. package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
  134. package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
  135. package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
  136. package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +191 -0
  137. package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
  138. package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
  139. package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
  140. package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
  141. package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
  142. package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
  143. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
  144. package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +231 -0
  145. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +196 -0
  146. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
  147. package/lib/vtx-car-modal/content/Common/index.js +18 -0
  148. package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +122 -0
  149. package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
  150. package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
  151. package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +161 -0
  152. package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +307 -0
  153. package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +327 -0
  154. package/lib/vtx-car-modal/content/JXH/index.js +10 -0
  155. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
  156. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
  157. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
  158. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +358 -0
  159. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
  160. package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
  161. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
  162. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +139 -0
  163. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
  164. package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
  165. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +205 -0
  166. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
  167. package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
  168. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
  169. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +109 -0
  170. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
  171. package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
  172. package/lib/vtx-car-modal/content/index.js +6 -0
  173. package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
  174. package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
  175. package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
  176. package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
  177. package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
  178. package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
  179. package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
  180. package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
  181. package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
  182. package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
  183. package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
  184. package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
  185. package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
  186. package/lib/vtx-car-modal/imgs/calendar/fsdf/durationqq.png +0 -0
  187. package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
  188. package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
  189. package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
  190. package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
  191. package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
  192. package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
  193. package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
  194. package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
  195. package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
  196. package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
  197. package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
  198. package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
  199. package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
  200. package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
  201. package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
  202. package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
  203. package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
  204. package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
  205. package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
  206. package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
  207. package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
  208. package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
  209. package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
  210. package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
  211. package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
  212. package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
  213. package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
  214. package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
  215. package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
  216. package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
  217. package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
  218. package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
  219. package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
  220. package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
  221. package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
  222. package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
  223. package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
  224. package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
  225. package/lib/vtx-car-modal/imgs/point.png +0 -0
  226. package/lib/vtx-car-modal/imgs/trash.png +0 -0
  227. package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
  228. package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
  229. package/lib/vtx-car-modal/imgs/weight.png +0 -0
  230. package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
  231. package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
  232. package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
  233. package/lib/vtx-car-modal/index.js +227 -168
  234. package/lib/vtx-car-modal/style/index.js +3 -12
  235. package/lib/vtx-car-modal/style/index.less +35 -8
  236. package/lib/vtx-cp-modal/api.js +83 -100
  237. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +76 -76
  238. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +30 -107
  239. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +50 -148
  240. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +37 -41
  241. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -109
  242. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +39 -36
  243. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +67 -92
  244. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +128 -116
  245. package/lib/vtx-cp-modal/components/BaseInfo/index.js +87 -80
  246. package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -156
  247. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
  248. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +29 -110
  249. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +50 -148
  250. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +38 -42
  251. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +50 -126
  252. package/lib/vtx-cp-modal/components/SyInfo/index.js +169 -212
  253. package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -47
  254. package/lib/vtx-cp-modal/components/index.js +5 -35
  255. package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
  256. package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
  257. package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
  258. package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
  259. package/lib/vtx-cp-modal/imgs/collect.png +0 -0
  260. package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
  261. package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
  262. package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
  263. package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
  264. package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
  265. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  266. package/lib/vtx-cp-modal/imgs/default.png +0 -0
  267. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  268. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  269. package/lib/vtx-cp-modal/imgs/khs.png +0 -0
  270. package/lib/vtx-cp-modal/imgs/plan.png +0 -0
  271. package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
  272. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  273. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  274. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  275. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  276. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  277. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  278. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  279. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  280. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  281. package/lib/vtx-cp-modal/imgs/weight.png +0 -0
  282. package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
  283. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  284. package/lib/vtx-cp-modal/index.js +80 -92
  285. package/lib/vtx-cp-modal/style/index.js +3 -5
  286. package/lib/vtx-cp-modal/style/index.less +1 -1
  287. package/lib/vtx-default-modal/api.js +37 -157
  288. package/lib/vtx-default-modal/components/BaseInfo/index.js +86 -71
  289. package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -38
  290. package/lib/vtx-default-modal/components/index.js +2 -14
  291. package/lib/vtx-default-modal/index.js +93 -119
  292. package/lib/vtx-default-modal/style/index.js +4 -5
  293. package/lib/vtx-default-modal/style/index.less +1 -1
  294. package/lib/vtx-df-modal/api.js +124 -147
  295. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +57 -153
  296. package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
  297. package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
  298. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +122 -97
  299. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +46 -59
  300. package/lib/vtx-df-modal/components/BaseInfo/index.js +130 -135
  301. package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -173
  302. package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
  303. package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
  304. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +51 -109
  305. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +66 -127
  306. package/lib/vtx-df-modal/components/Metering/List.js +49 -48
  307. package/lib/vtx-df-modal/components/Metering/index.js +158 -146
  308. package/lib/vtx-df-modal/components/Metering/index.less +68 -83
  309. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +173 -108
  310. package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
  311. package/lib/vtx-df-modal/components/WorkCondition/index.js +155 -78
  312. package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -136
  313. package/lib/vtx-df-modal/components/index.js +5 -28
  314. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  315. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  316. package/lib/vtx-df-modal/imgs/c_car.png +0 -0
  317. package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
  318. package/lib/vtx-df-modal/imgs/down.png +0 -0
  319. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  320. package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
  321. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  322. package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
  323. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  324. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  325. package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
  326. package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
  327. package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
  328. package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
  329. package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
  330. package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
  331. package/lib/vtx-df-modal/imgs/up.png +0 -0
  332. package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
  333. package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
  334. package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
  335. package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
  336. package/lib/vtx-df-modal/index.js +98 -105
  337. package/lib/vtx-df-modal/style/index.js +4 -7
  338. package/lib/vtx-df-modal/style/index.less +1 -1
  339. package/lib/vtx-qyry-modal/api.js +129 -0
  340. package/lib/vtx-qyry-modal/index.js +119 -0
  341. package/lib/vtx-qyry-modal/style/index.js +1 -0
  342. package/lib/vtx-road-modal/api.js +131 -124
  343. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -57
  344. package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
  345. package/lib/vtx-road-modal/components/BaseInfo/index.js +78 -72
  346. package/lib/vtx-road-modal/components/BaseInfo/index.less +205 -133
  347. package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
  348. package/lib/vtx-road-modal/components/Statistical/index.js +237 -177
  349. package/lib/vtx-road-modal/components/Statistical/index.less +31 -111
  350. package/lib/vtx-road-modal/components/index.js +4 -21
  351. package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
  352. package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
  353. package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
  354. package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
  355. package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
  356. package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
  357. package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
  358. package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
  359. package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
  360. package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
  361. package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
  362. package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
  363. package/lib/vtx-road-modal/imgs/real.png +0 -0
  364. package/lib/vtx-road-modal/imgs/valid.png +0 -0
  365. package/lib/vtx-road-modal/index.js +68 -129
  366. package/lib/vtx-road-modal/style/index.js +3 -6
  367. package/lib/vtx-road-modal/style/index.less +26 -1
  368. package/lib/vtx-shxq-modal/api.js +337 -0
  369. package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
  370. package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +148 -0
  371. package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
  372. package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
  373. package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
  374. package/lib/vtx-shxq-modal/components/Tfd/index.js +133 -0
  375. package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
  376. package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
  377. package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
  378. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
  379. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
  380. package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
  381. package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +165 -0
  382. package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
  383. package/lib/vtx-shxq-modal/components/index.js +6 -0
  384. package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
  385. package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
  386. package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
  387. package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
  388. package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
  389. package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
  390. package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
  391. package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
  392. package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
  393. package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
  394. package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
  395. package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
  396. package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
  397. package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
  398. package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
  399. package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
  400. package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
  401. package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
  402. package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
  403. package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
  404. package/lib/vtx-shxq-modal/index.js +108 -0
  405. package/lib/vtx-shxq-modal/style/index.js +1 -0
  406. package/lib/vtx-staff-modal/api.js +195 -101
  407. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +49 -171
  408. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +30 -42
  409. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +78 -91
  410. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -23
  411. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +54 -101
  412. package/lib/vtx-staff-modal/components/Attendance/Record.js +58 -50
  413. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +124 -115
  414. package/lib/vtx-staff-modal/components/Attendance/index.js +46 -48
  415. package/lib/vtx-staff-modal/components/Attendance/index.less +38 -22
  416. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +115 -0
  417. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +32 -122
  418. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
  419. package/lib/vtx-staff-modal/components/BaseInfo/index.js +168 -195
  420. package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -150
  421. package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
  422. package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
  423. package/lib/vtx-staff-modal/components/Equipment/index.js +81 -58
  424. package/lib/vtx-staff-modal/components/Equipment/index.less +29 -28
  425. package/lib/vtx-staff-modal/components/index.js +6 -35
  426. package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
  427. package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
  428. package/lib/vtx-staff-modal/imgs/avg.png +0 -0
  429. package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
  430. package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
  431. package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
  432. package/lib/vtx-staff-modal/imgs/online.png +0 -0
  433. package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
  434. package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
  435. package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
  436. package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
  437. package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
  438. package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
  439. package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
  440. package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
  441. package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
  442. package/lib/vtx-staff-modal/index.js +78 -53
  443. package/lib/vtx-staff-modal/style/index.js +5 -8
  444. package/lib/vtx-staff-modal/style/index.less +1 -1
  445. package/lib/vtx-tfd-modal/api.js +119 -0
  446. package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
  447. package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
  448. package/lib/vtx-tfd-modal/components/BaseInfo/index.js +211 -0
  449. package/lib/vtx-tfd-modal/components/BaseInfo/index.less +85 -0
  450. package/lib/vtx-tfd-modal/components/index.js +2 -0
  451. package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
  452. package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
  453. package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
  454. package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
  455. package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
  456. package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
  457. package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
  458. package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
  459. package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
  460. package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
  461. package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
  462. package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
  463. package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
  464. package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
  465. package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
  466. package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
  467. package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
  468. package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
  469. package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
  470. package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
  471. package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
  472. package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
  473. package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
  474. package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
  475. package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
  476. package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
  477. package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
  478. package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
  479. package/lib/vtx-tfd-modal/index.js +106 -0
  480. package/lib/vtx-tfd-modal/style/index.js +1 -0
  481. package/lib/vtx-zzz-modal/index.js +135 -0
  482. package/package.json +76 -122
  483. package/lib/index.js.map +0 -1
  484. package/lib/style/css.js +0 -16
  485. package/lib/style/css.js.map +0 -1
  486. package/lib/style/index.css +0 -133
  487. package/lib/style/index.js +0 -16
  488. package/lib/style/index.js.map +0 -1
  489. package/lib/style/themes/dark.css +0 -133
  490. package/lib/style/themes/dark.less +0 -115
  491. package/lib/style/themes/default.css +0 -35
  492. package/lib/style/themes/default.less +0 -38
  493. package/lib/style/themes/index.css +0 -133
  494. package/lib/style/themes/index.less +0 -1
  495. package/lib/typings.d.ts +0 -17
  496. package/lib/util/index.js +0 -317
  497. package/lib/util/index.js.map +0 -1
  498. package/lib/vm-alarm-info/Components/AlarmRecord.js +0 -118
  499. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +0 -1
  500. package/lib/vm-alarm-info/Components/AlarmStatistics.js +0 -166
  501. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +0 -1
  502. package/lib/vm-alarm-info/Components/AlarmTrend.js +0 -228
  503. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +0 -1
  504. package/lib/vm-alarm-info/Components/CurrentAlarm.js +0 -110
  505. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +0 -1
  506. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +0 -88
  507. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +0 -1
  508. package/lib/vm-alarm-info/Components/index.css +0 -42
  509. package/lib/vm-alarm-info/Components/index.less +0 -43
  510. package/lib/vm-alarm-info/api.js +0 -171
  511. package/lib/vm-alarm-info/api.js.map +0 -1
  512. package/lib/vm-alarm-info/index.js +0 -88
  513. package/lib/vm-alarm-info/index.js.map +0 -1
  514. package/lib/vm-alarm-info/style/css.js +0 -4
  515. package/lib/vm-alarm-info/style/css.js.map +0 -1
  516. package/lib/vm-alarm-info/style/index.css +0 -19
  517. package/lib/vm-alarm-info/style/index.js +0 -4
  518. package/lib/vm-alarm-info/style/index.js.map +0 -1
  519. package/lib/vm-alarm-info/style/index.less +0 -16
  520. package/lib/vm-alarm-situation/api.js +0 -86
  521. package/lib/vm-alarm-situation/api.js.map +0 -1
  522. package/lib/vm-alarm-situation/index.js +0 -212
  523. package/lib/vm-alarm-situation/index.js.map +0 -1
  524. package/lib/vm-alarm-situation/style/css.js +0 -4
  525. package/lib/vm-alarm-situation/style/css.js.map +0 -1
  526. package/lib/vm-alarm-situation/style/index.css +0 -78
  527. package/lib/vm-alarm-situation/style/index.js +0 -4
  528. package/lib/vm-alarm-situation/style/index.js.map +0 -1
  529. package/lib/vm-alarm-situation/style/index.less +0 -67
  530. package/lib/vm-alarm-situation-pt/api.js +0 -73
  531. package/lib/vm-alarm-situation-pt/api.js.map +0 -1
  532. package/lib/vm-alarm-situation-pt/index.js +0 -145
  533. package/lib/vm-alarm-situation-pt/index.js.map +0 -1
  534. package/lib/vm-alarm-situation-pt/style/css.js +0 -4
  535. package/lib/vm-alarm-situation-pt/style/css.js.map +0 -1
  536. package/lib/vm-alarm-situation-pt/style/index.css +0 -79
  537. package/lib/vm-alarm-situation-pt/style/index.js +0 -4
  538. package/lib/vm-alarm-situation-pt/style/index.js.map +0 -1
  539. package/lib/vm-alarm-situation-pt/style/index.less +0 -65
  540. package/lib/vm-analysis-comparison/api.js +0 -177
  541. package/lib/vm-analysis-comparison/api.js.map +0 -1
  542. package/lib/vm-analysis-comparison/index.js +0 -368
  543. package/lib/vm-analysis-comparison/index.js.map +0 -1
  544. package/lib/vm-analysis-comparison/style/css.js +0 -4
  545. package/lib/vm-analysis-comparison/style/css.js.map +0 -1
  546. package/lib/vm-analysis-comparison/style/index.css +0 -13
  547. package/lib/vm-analysis-comparison/style/index.js +0 -4
  548. package/lib/vm-analysis-comparison/style/index.js.map +0 -1
  549. package/lib/vm-analysis-comparison/style/index.less +0 -12
  550. package/lib/vm-appraisal-info/AppraisalBase.js +0 -56
  551. package/lib/vm-appraisal-info/AppraisalBase.js.map +0 -1
  552. package/lib/vm-appraisal-info/AppraisalTop5.js +0 -68
  553. package/lib/vm-appraisal-info/AppraisalTop5.js.map +0 -1
  554. package/lib/vm-appraisal-info/List.js +0 -58
  555. package/lib/vm-appraisal-info/List.js.map +0 -1
  556. package/lib/vm-appraisal-info/ListKh.js +0 -174
  557. package/lib/vm-appraisal-info/ListKh.js.map +0 -1
  558. package/lib/vm-appraisal-info/ListZg.js +0 -177
  559. package/lib/vm-appraisal-info/ListZg.js.map +0 -1
  560. package/lib/vm-appraisal-info/Wtlx.js +0 -97
  561. package/lib/vm-appraisal-info/Wtlx.js.map +0 -1
  562. package/lib/vm-appraisal-info/Zgxxhz.js +0 -46
  563. package/lib/vm-appraisal-info/Zgxxhz.js.map +0 -1
  564. package/lib/vm-appraisal-info/api.js +0 -163
  565. package/lib/vm-appraisal-info/api.js.map +0 -1
  566. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  567. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  568. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  569. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  570. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  571. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  572. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  573. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  574. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  575. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  576. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  577. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  578. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  579. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  580. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  581. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  582. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  583. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  584. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  585. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  586. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  587. package/lib/vm-appraisal-info/index.js +0 -135
  588. package/lib/vm-appraisal-info/index.js.map +0 -1
  589. package/lib/vm-appraisal-info/style/css.js +0 -4
  590. package/lib/vm-appraisal-info/style/css.js.map +0 -1
  591. package/lib/vm-appraisal-info/style/index.css +0 -156
  592. package/lib/vm-appraisal-info/style/index.js +0 -4
  593. package/lib/vm-appraisal-info/style/index.js.map +0 -1
  594. package/lib/vm-appraisal-info/style/index.less +0 -136
  595. package/lib/vm-base-list/OpenArrow.js +0 -41
  596. package/lib/vm-base-list/OpenArrow.js.map +0 -1
  597. package/lib/vm-base-list/index.js +0 -85
  598. package/lib/vm-base-list/index.js.map +0 -1
  599. package/lib/vm-base-list/style/css.js +0 -4
  600. package/lib/vm-base-list/style/css.js.map +0 -1
  601. package/lib/vm-base-list/style/index.css +0 -41
  602. package/lib/vm-base-list/style/index.js +0 -4
  603. package/lib/vm-base-list/style/index.js.map +0 -1
  604. package/lib/vm-base-list/style/index.less +0 -39
  605. package/lib/vm-button/index.js +0 -26
  606. package/lib/vm-button/index.js.map +0 -1
  607. package/lib/vm-button/style/css.js +0 -4
  608. package/lib/vm-button/style/css.js.map +0 -1
  609. package/lib/vm-button/style/index.css +0 -26
  610. package/lib/vm-button/style/index.js +0 -4
  611. package/lib/vm-button/style/index.js.map +0 -1
  612. package/lib/vm-button/style/index.less +0 -20
  613. package/lib/vm-charts/Distribute1.js +0 -136
  614. package/lib/vm-charts/Distribute1.js.map +0 -1
  615. package/lib/vm-charts/Gauge1.js +0 -148
  616. package/lib/vm-charts/Gauge1.js.map +0 -1
  617. package/lib/vm-charts/Line.js +0 -211
  618. package/lib/vm-charts/Line.js.map +0 -1
  619. package/lib/vm-charts/Line1.js +0 -113
  620. package/lib/vm-charts/Line1.js.map +0 -1
  621. package/lib/vm-charts/Pie.js +0 -115
  622. package/lib/vm-charts/Pie.js.map +0 -1
  623. package/lib/vm-charts/index.css +0 -20
  624. package/lib/vm-charts/index.js +0 -42
  625. package/lib/vm-charts/index.js.map +0 -1
  626. package/lib/vm-charts/index.less +0 -30
  627. package/lib/vm-checkbox/index.js +0 -32
  628. package/lib/vm-checkbox/index.js.map +0 -1
  629. package/lib/vm-checkbox/style/css.js +0 -4
  630. package/lib/vm-checkbox/style/css.js.map +0 -1
  631. package/lib/vm-checkbox/style/index.css +0 -25
  632. package/lib/vm-checkbox/style/index.js +0 -4
  633. package/lib/vm-checkbox/style/index.js.map +0 -1
  634. package/lib/vm-checkbox/style/index.less +0 -25
  635. package/lib/vm-container/index.js +0 -33
  636. package/lib/vm-container/index.js.map +0 -1
  637. package/lib/vm-container/style/css.js +0 -4
  638. package/lib/vm-container/style/css.js.map +0 -1
  639. package/lib/vm-container/style/index.css +0 -31
  640. package/lib/vm-container/style/index.js +0 -4
  641. package/lib/vm-container/style/index.js.map +0 -1
  642. package/lib/vm-container/style/index.less +0 -30
  643. package/lib/vm-correlation-comparison/api.js +0 -236
  644. package/lib/vm-correlation-comparison/api.js.map +0 -1
  645. package/lib/vm-correlation-comparison/index.js +0 -308
  646. package/lib/vm-correlation-comparison/index.js.map +0 -1
  647. package/lib/vm-correlation-comparison/style/css.js +0 -4
  648. package/lib/vm-correlation-comparison/style/css.js.map +0 -1
  649. package/lib/vm-correlation-comparison/style/index.css +0 -19
  650. package/lib/vm-correlation-comparison/style/index.js +0 -4
  651. package/lib/vm-correlation-comparison/style/index.js.map +0 -1
  652. package/lib/vm-correlation-comparison/style/index.less +0 -13
  653. package/lib/vm-empty/index.js +0 -44
  654. package/lib/vm-empty/index.js.map +0 -1
  655. package/lib/vm-empty/style/css.js +0 -4
  656. package/lib/vm-empty/style/css.js.map +0 -1
  657. package/lib/vm-empty/style/index.css +0 -30
  658. package/lib/vm-empty/style/index.js +0 -4
  659. package/lib/vm-empty/style/index.js.map +0 -1
  660. package/lib/vm-empty/style/index.less +0 -23
  661. package/lib/vm-filter/index.js +0 -156
  662. package/lib/vm-filter/index.js.map +0 -1
  663. package/lib/vm-filter/style/css.js +0 -4
  664. package/lib/vm-filter/style/css.js.map +0 -1
  665. package/lib/vm-filter/style/index.css +0 -248
  666. package/lib/vm-filter/style/index.js +0 -4
  667. package/lib/vm-filter/style/index.js.map +0 -1
  668. package/lib/vm-filter/style/index.less +0 -293
  669. package/lib/vm-hooks/useSettings.js +0 -35
  670. package/lib/vm-hooks/useSettings.js.map +0 -1
  671. package/lib/vm-iframe-modal/index.js +0 -41
  672. package/lib/vm-iframe-modal/index.js.map +0 -1
  673. package/lib/vm-iframe-modal/style/css.js +0 -4
  674. package/lib/vm-iframe-modal/style/css.js.map +0 -1
  675. package/lib/vm-iframe-modal/style/index.css +0 -11
  676. package/lib/vm-iframe-modal/style/index.js +0 -4
  677. package/lib/vm-iframe-modal/style/index.js.map +0 -1
  678. package/lib/vm-iframe-modal/style/index.less +0 -9
  679. package/lib/vm-image-text/index.js +0 -42
  680. package/lib/vm-image-text/index.js.map +0 -1
  681. package/lib/vm-image-text/style/css.js +0 -4
  682. package/lib/vm-image-text/style/css.js.map +0 -1
  683. package/lib/vm-image-text/style/index.css +0 -35
  684. package/lib/vm-image-text/style/index.js +0 -4
  685. package/lib/vm-image-text/style/index.js.map +0 -1
  686. package/lib/vm-image-text/style/index.less +0 -32
  687. package/lib/vm-info-collection/index.js +0 -149
  688. package/lib/vm-info-collection/index.js.map +0 -1
  689. package/lib/vm-info-collection/style/css.js +0 -4
  690. package/lib/vm-info-collection/style/css.js.map +0 -1
  691. package/lib/vm-info-collection/style/index.css +0 -67
  692. package/lib/vm-info-collection/style/index.js +0 -4
  693. package/lib/vm-info-collection/style/index.js.map +0 -1
  694. package/lib/vm-info-collection/style/index.less +0 -47
  695. package/lib/vm-map/imgs/defaultMarker.png +0 -0
  696. package/lib/vm-map/index.js +0 -337
  697. package/lib/vm-map/index.js.map +0 -1
  698. package/lib/vm-map/mapStyle.js +0 -4723
  699. package/lib/vm-map/mapStyle.js.map +0 -1
  700. package/lib/vm-map/style/css.js +0 -4
  701. package/lib/vm-map/style/css.js.map +0 -1
  702. package/lib/vm-map/style/index.css +0 -3
  703. package/lib/vm-map/style/index.js +0 -4
  704. package/lib/vm-map/style/index.js.map +0 -1
  705. package/lib/vm-map/style/index.less +0 -3
  706. package/lib/vm-modal-table/index.js +0 -34
  707. package/lib/vm-modal-table/index.js.map +0 -1
  708. package/lib/vm-modal-table/style/css.js +0 -4
  709. package/lib/vm-modal-table/style/css.js.map +0 -1
  710. package/lib/vm-modal-table/style/index.css +0 -20
  711. package/lib/vm-modal-table/style/index.js +0 -4
  712. package/lib/vm-modal-table/style/index.js.map +0 -1
  713. package/lib/vm-modal-table/style/index.less +0 -23
  714. package/lib/vm-nodata/imgs/chart.png +0 -0
  715. package/lib/vm-nodata/imgs/default.png +0 -0
  716. package/lib/vm-nodata/index.js +0 -26
  717. package/lib/vm-nodata/index.js.map +0 -1
  718. package/lib/vm-radio/index.js +0 -27
  719. package/lib/vm-radio/index.js.map +0 -1
  720. package/lib/vm-radio/style/css.js +0 -4
  721. package/lib/vm-radio/style/css.js.map +0 -1
  722. package/lib/vm-radio/style/index.css +0 -21
  723. package/lib/vm-radio/style/index.js +0 -4
  724. package/lib/vm-radio/style/index.js.map +0 -1
  725. package/lib/vm-radio/style/index.less +0 -26
  726. package/lib/vm-real-time-monitor/api.js +0 -193
  727. package/lib/vm-real-time-monitor/api.js.map +0 -1
  728. package/lib/vm-real-time-monitor/index.js +0 -367
  729. package/lib/vm-real-time-monitor/index.js.map +0 -1
  730. package/lib/vm-real-time-monitor/style/css.js +0 -4
  731. package/lib/vm-real-time-monitor/style/css.js.map +0 -1
  732. package/lib/vm-real-time-monitor/style/index.css +0 -12
  733. package/lib/vm-real-time-monitor/style/index.js +0 -4
  734. package/lib/vm-real-time-monitor/style/index.js.map +0 -1
  735. package/lib/vm-real-time-monitor/style/index.less +0 -12
  736. package/lib/vm-repair-maintain/RmInfoSummary.js +0 -61
  737. package/lib/vm-repair-maintain/RmInfoSummary.js.map +0 -1
  738. package/lib/vm-repair-maintain/RmMonthTrend.js +0 -105
  739. package/lib/vm-repair-maintain/RmMonthTrend.js.map +0 -1
  740. package/lib/vm-repair-maintain/RmRecord.js +0 -156
  741. package/lib/vm-repair-maintain/RmRecord.js.map +0 -1
  742. package/lib/vm-repair-maintain/RmType.js +0 -105
  743. package/lib/vm-repair-maintain/RmType.js.map +0 -1
  744. package/lib/vm-repair-maintain/api.js +0 -94
  745. package/lib/vm-repair-maintain/api.js.map +0 -1
  746. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  747. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  748. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  749. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  750. package/lib/vm-repair-maintain/index.js +0 -55
  751. package/lib/vm-repair-maintain/index.js.map +0 -1
  752. package/lib/vm-repair-maintain/style/css.js +0 -4
  753. package/lib/vm-repair-maintain/style/css.js.map +0 -1
  754. package/lib/vm-repair-maintain/style/index.css +0 -123
  755. package/lib/vm-repair-maintain/style/index.js +0 -4
  756. package/lib/vm-repair-maintain/style/index.js.map +0 -1
  757. package/lib/vm-repair-maintain/style/index.less +0 -115
  758. package/lib/vm-round-content/index.js +0 -68
  759. package/lib/vm-round-content/index.js.map +0 -1
  760. package/lib/vm-round-content/style/css.js +0 -4
  761. package/lib/vm-round-content/style/css.js.map +0 -1
  762. package/lib/vm-round-content/style/index.css +0 -38
  763. package/lib/vm-round-content/style/index.js +0 -4
  764. package/lib/vm-round-content/style/index.js.map +0 -1
  765. package/lib/vm-round-content/style/index.less +0 -33
  766. package/lib/vm-row-col/index.js +0 -26
  767. package/lib/vm-row-col/index.js.map +0 -1
  768. package/lib/vm-row-col/style/css.js +0 -4
  769. package/lib/vm-row-col/style/css.js.map +0 -1
  770. package/lib/vm-row-col/style/index.css +0 -0
  771. package/lib/vm-row-col/style/index.js +0 -4
  772. package/lib/vm-row-col/style/index.js.map +0 -1
  773. package/lib/vm-row-col/style/index.less +0 -0
  774. package/lib/vm-select-device/index.js +0 -90
  775. package/lib/vm-select-device/index.js.map +0 -1
  776. package/lib/vm-select-device/style/css.js +0 -4
  777. package/lib/vm-select-device/style/css.js.map +0 -1
  778. package/lib/vm-select-device/style/index.css +0 -16
  779. package/lib/vm-select-device/style/index.js +0 -4
  780. package/lib/vm-select-device/style/index.js.map +0 -1
  781. package/lib/vm-select-device/style/index.less +0 -16
  782. package/lib/vm-sub-tabs/index.js +0 -40
  783. package/lib/vm-sub-tabs/index.js.map +0 -1
  784. package/lib/vm-sub-tabs/style/css.js +0 -4
  785. package/lib/vm-sub-tabs/style/css.js.map +0 -1
  786. package/lib/vm-sub-tabs/style/index.css +0 -137
  787. package/lib/vm-sub-tabs/style/index.js +0 -4
  788. package/lib/vm-sub-tabs/style/index.js.map +0 -1
  789. package/lib/vm-sub-tabs/style/index.less +0 -179
  790. package/lib/vm-sub-title/imgs/bg.png +0 -0
  791. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  792. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  793. package/lib/vm-sub-title/index.js +0 -43
  794. package/lib/vm-sub-title/index.js.map +0 -1
  795. package/lib/vm-sub-title/style/css.js +0 -4
  796. package/lib/vm-sub-title/style/css.js.map +0 -1
  797. package/lib/vm-sub-title/style/index.css +0 -66
  798. package/lib/vm-sub-title/style/index.js +0 -4
  799. package/lib/vm-sub-title/style/index.js.map +0 -1
  800. package/lib/vm-sub-title/style/index.less +0 -68
  801. package/lib/vm-table/index.js +0 -194
  802. package/lib/vm-table/index.js.map +0 -1
  803. package/lib/vm-table/style/css.js +0 -4
  804. package/lib/vm-table/style/css.js.map +0 -1
  805. package/lib/vm-table/style/index.css +0 -255
  806. package/lib/vm-table/style/index.js +0 -4
  807. package/lib/vm-table/style/index.js.map +0 -1
  808. package/lib/vm-table/style/index.less +0 -315
  809. package/lib/vm-time-line/index.js +0 -25
  810. package/lib/vm-time-line/index.js.map +0 -1
  811. package/lib/vm-time-line/style/css.js +0 -4
  812. package/lib/vm-time-line/style/css.js.map +0 -1
  813. package/lib/vm-time-line/style/index.css +0 -0
  814. package/lib/vm-time-line/style/index.js +0 -4
  815. package/lib/vm-time-line/style/index.js.map +0 -1
  816. package/lib/vm-time-line/style/index.less +0 -0
  817. package/lib/vm-video/api.js +0 -29
  818. package/lib/vm-video/api.js.map +0 -1
  819. package/lib/vm-video/index.css +0 -165
  820. package/lib/vm-video/index.js +0 -37
  821. package/lib/vm-video/index.js.map +0 -1
  822. package/lib/vm-video/index.less +0 -36
  823. package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
  824. package/lib/vtx-base-info/index.js +0 -62
  825. package/lib/vtx-base-info/index.js.map +0 -1
  826. package/lib/vtx-base-info/style/css.js +0 -4
  827. package/lib/vtx-base-info/style/css.js.map +0 -1
  828. package/lib/vtx-base-info/style/index.css +0 -73
  829. package/lib/vtx-base-info/style/index.js +0 -4
  830. package/lib/vtx-base-info/style/index.js.map +0 -1
  831. package/lib/vtx-base-info/style/index.less +0 -66
  832. package/lib/vtx-base-modal/api.js +0 -48
  833. package/lib/vtx-base-modal/api.js.map +0 -1
  834. package/lib/vtx-base-modal/config.js +0 -307
  835. package/lib/vtx-base-modal/config.js.map +0 -1
  836. package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +0 -1
  837. package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +0 -1
  838. package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +0 -1
  839. package/lib/vtx-base-modal/imgs/assets/blue/base.svg +0 -1
  840. package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +0 -1
  841. package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +0 -1
  842. package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +0 -1
  843. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +0 -1
  844. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +0 -1
  845. package/lib/vtx-base-modal/imgs/assets/blue/default.svg +0 -1
  846. package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +0 -1
  847. package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +0 -1
  848. package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +0 -1
  849. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +0 -1
  850. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +0 -1
  851. package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +0 -1
  852. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +0 -1
  853. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +0 -1
  854. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +0 -1
  855. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +0 -1
  856. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +0 -1
  857. package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +0 -1
  858. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +0 -1
  859. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +0 -1
  860. package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +0 -1
  861. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +0 -1
  862. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +0 -1
  863. package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +0 -1
  864. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +0 -1
  865. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +0 -1
  866. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +0 -1
  867. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +0 -1
  868. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +0 -1
  869. package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +0 -1
  870. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +0 -1
  871. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +0 -1
  872. package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +0 -1
  873. package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +0 -1
  874. package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +0 -1
  875. package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +0 -1
  876. package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +0 -1
  877. package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +0 -1
  878. package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +0 -1
  879. package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +0 -1
  880. package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +0 -1
  881. package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +0 -1
  882. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +0 -1
  883. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +0 -1
  884. package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +0 -1
  885. package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +0 -1
  886. package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +0 -1
  887. package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +0 -1
  888. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +0 -1
  889. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +0 -1
  890. package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +0 -1
  891. package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +0 -1
  892. package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +0 -1
  893. package/lib/vtx-base-modal/imgs/assets/blue/video.svg +0 -1
  894. package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +0 -1
  895. package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +0 -1
  896. package/lib/vtx-base-modal/imgs/assets/blue/water.svg +0 -1
  897. package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +0 -1
  898. package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +0 -1
  899. package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +0 -1
  900. package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +0 -1
  901. package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +0 -1
  902. package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +0 -1
  903. package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +0 -1
  904. package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +0 -1
  905. package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +0 -1
  906. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +0 -1
  907. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +0 -1
  908. package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +0 -1
  909. package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +0 -1
  910. package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +0 -1
  911. package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +0 -1
  912. package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +0 -1
  913. package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +0 -1
  914. package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +0 -1
  915. package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +0 -1
  916. package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +0 -1
  917. package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +0 -1
  918. package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +0 -1
  919. package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +0 -1
  920. package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +0 -1
  921. package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +0 -1
  922. package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +0 -1
  923. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +0 -1
  924. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +0 -1
  925. package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +0 -1
  926. package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +0 -1
  927. package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +0 -1
  928. package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +0 -1
  929. package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +0 -1
  930. package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +0 -1
  931. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +0 -1
  932. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +0 -1
  933. package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +0 -1
  934. package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +0 -1
  935. package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +0 -1
  936. package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +0 -1
  937. package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +0 -1
  938. package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +0 -1
  939. package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +0 -1
  940. package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +0 -1
  941. package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +0 -1
  942. package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +0 -1
  943. package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +0 -1
  944. package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +0 -1
  945. package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +0 -1
  946. package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +0 -1
  947. package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +0 -1
  948. package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +0 -1
  949. package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +0 -1
  950. package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +0 -1
  951. package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +0 -1
  952. package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +0 -1
  953. package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +0 -1
  954. package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +0 -1
  955. package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +0 -1
  956. package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +0 -1
  957. package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +0 -1
  958. package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +0 -1
  959. package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +0 -1
  960. package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +0 -1
  961. package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
  962. package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
  963. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  964. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  965. package/lib/vtx-base-modal/imgs/close.png +0 -0
  966. package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
  967. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  968. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  969. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  970. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  971. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  972. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  973. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  974. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  975. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  976. package/lib/vtx-base-modal/imgs/track.png +0 -0
  977. package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
  978. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  979. package/lib/vtx-base-modal/index.js.map +0 -1
  980. package/lib/vtx-base-modal/style/css.js +0 -4
  981. package/lib/vtx-base-modal/style/css.js.map +0 -1
  982. package/lib/vtx-base-modal/style/index.css +0 -1264
  983. package/lib/vtx-base-modal/style/index.js.map +0 -1
  984. package/lib/vtx-car-modal/api.js.map +0 -1
  985. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +0 -213
  986. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +0 -1
  987. package/lib/vtx-car-modal/components/AlarmInfo/List.js +0 -187
  988. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +0 -1
  989. package/lib/vtx-car-modal/components/AlarmInfo/index.css +0 -47
  990. package/lib/vtx-car-modal/components/AlarmInfo/index.js +0 -141
  991. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +0 -1
  992. package/lib/vtx-car-modal/components/AlarmInfo/index.less +0 -40
  993. package/lib/vtx-car-modal/components/BaseInfo/Chain.js +0 -100
  994. package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +0 -1
  995. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +0 -95
  996. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +0 -1
  997. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +0 -85
  998. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +0 -1
  999. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +0 -53
  1000. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +0 -1
  1001. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +0 -68
  1002. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1003. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +0 -127
  1004. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1005. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +0 -133
  1006. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +0 -1
  1007. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +0 -56
  1008. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +0 -1
  1009. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1010. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1011. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +0 -138
  1012. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +0 -1
  1013. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +0 -136
  1014. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1015. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +0 -147
  1016. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1017. package/lib/vtx-car-modal/components/BaseInfo/index.css +0 -347
  1018. package/lib/vtx-car-modal/components/BaseInfo/index.js +0 -289
  1019. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +0 -1
  1020. package/lib/vtx-car-modal/components/BaseInfo/index.less +0 -290
  1021. package/lib/vtx-car-modal/components/Collection/index.css +0 -28
  1022. package/lib/vtx-car-modal/components/Collection/index.js +0 -193
  1023. package/lib/vtx-car-modal/components/Collection/index.js.map +0 -1
  1024. package/lib/vtx-car-modal/components/Collection/index.less +0 -18
  1025. package/lib/vtx-car-modal/components/DetailInfo/index.css +0 -19
  1026. package/lib/vtx-car-modal/components/DetailInfo/index.js +0 -174
  1027. package/lib/vtx-car-modal/components/DetailInfo/index.js.map +0 -1
  1028. package/lib/vtx-car-modal/components/DetailInfo/index.less +0 -21
  1029. package/lib/vtx-car-modal/components/Maintenance/index.css +0 -40
  1030. package/lib/vtx-car-modal/components/Maintenance/index.js +0 -133
  1031. package/lib/vtx-car-modal/components/Maintenance/index.js.map +0 -1
  1032. package/lib/vtx-car-modal/components/Maintenance/index.less +0 -35
  1033. package/lib/vtx-car-modal/components/OilConsumption/List.js +0 -89
  1034. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +0 -1
  1035. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +0 -119
  1036. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +0 -1
  1037. package/lib/vtx-car-modal/components/OilConsumption/index.css +0 -36
  1038. package/lib/vtx-car-modal/components/OilConsumption/index.js +0 -141
  1039. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +0 -1
  1040. package/lib/vtx-car-modal/components/OilConsumption/index.less +0 -39
  1041. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +0 -83
  1042. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +0 -1
  1043. package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -91
  1044. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +0 -1
  1045. package/lib/vtx-car-modal/components/StaticInfo/index.css +0 -103
  1046. package/lib/vtx-car-modal/components/StaticInfo/index.js +0 -113
  1047. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +0 -1
  1048. package/lib/vtx-car-modal/components/StaticInfo/index.less +0 -82
  1049. package/lib/vtx-car-modal/components/WaterConsumption/index.css +0 -31
  1050. package/lib/vtx-car-modal/components/WaterConsumption/index.js +0 -119
  1051. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +0 -1
  1052. package/lib/vtx-car-modal/components/WaterConsumption/index.less +0 -25
  1053. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +0 -120
  1054. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +0 -1
  1055. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +0 -100
  1056. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +0 -1
  1057. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +0 -88
  1058. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +0 -1
  1059. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +0 -131
  1060. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +0 -1
  1061. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +0 -322
  1062. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +0 -1
  1063. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +0 -291
  1064. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
  1065. package/lib/vtx-car-modal/components/WorkInfo/index.css +0 -294
  1066. package/lib/vtx-car-modal/components/WorkInfo/index.js +0 -34
  1067. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +0 -1
  1068. package/lib/vtx-car-modal/components/WorkInfo/index.less +0 -286
  1069. package/lib/vtx-car-modal/components/index.js +0 -70
  1070. package/lib/vtx-car-modal/components/index.js.map +0 -1
  1071. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  1072. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  1073. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  1074. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  1075. package/lib/vtx-car-modal/imgs/car.png +0 -0
  1076. package/lib/vtx-car-modal/imgs/ccc.png +0 -0
  1077. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  1078. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  1079. package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
  1080. package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
  1081. package/lib/vtx-car-modal/imgs/dash.png +0 -0
  1082. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  1083. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  1084. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  1085. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  1086. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  1087. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  1088. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  1089. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  1090. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  1091. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  1092. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  1093. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  1094. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  1095. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  1096. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  1097. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  1098. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  1099. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  1100. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  1101. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  1102. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  1103. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  1104. package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
  1105. package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
  1106. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  1107. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  1108. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  1109. package/lib/vtx-car-modal/imgs/position.png +0 -0
  1110. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  1111. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  1112. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  1113. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  1114. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  1115. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  1116. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  1117. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  1118. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  1119. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  1120. package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
  1121. package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
  1122. package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
  1123. package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
  1124. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  1125. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  1126. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  1127. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  1128. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  1129. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  1130. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  1131. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  1132. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  1133. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  1134. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  1135. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  1136. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  1137. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  1138. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  1139. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  1140. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  1141. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  1142. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  1143. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  1144. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  1145. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  1146. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  1147. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  1148. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  1149. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  1150. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  1151. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  1152. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  1153. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  1154. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  1155. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  1156. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  1157. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  1158. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  1159. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  1160. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  1161. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  1162. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  1163. package/lib/vtx-car-modal/index.js.map +0 -1
  1164. package/lib/vtx-car-modal/style/css.js +0 -12
  1165. package/lib/vtx-car-modal/style/css.js.map +0 -1
  1166. package/lib/vtx-car-modal/style/index.css +0 -143
  1167. package/lib/vtx-car-modal/style/index.js.map +0 -1
  1168. package/lib/vtx-cc-cp-modal/api.js +0 -402
  1169. package/lib/vtx-cc-cp-modal/api.js.map +0 -1
  1170. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +0 -152
  1171. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1172. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +0 -122
  1173. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1174. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +0 -151
  1175. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
  1176. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +0 -119
  1177. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +0 -34
  1178. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +0 -1
  1179. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +0 -108
  1180. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +0 -76
  1181. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +0 -1
  1182. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +0 -44
  1183. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +0 -1
  1184. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +0 -48
  1185. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +0 -1
  1186. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +0 -125
  1187. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +0 -1
  1188. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +0 -106
  1189. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +0 -66
  1190. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +0 -1
  1191. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +0 -95
  1192. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +0 -130
  1193. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +0 -1
  1194. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +0 -122
  1195. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +0 -1
  1196. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +0 -151
  1197. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +0 -1
  1198. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +0 -119
  1199. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +0 -34
  1200. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +0 -1
  1201. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +0 -108
  1202. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +0 -118
  1203. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +0 -1
  1204. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +0 -123
  1205. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +0 -1
  1206. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +0 -147
  1207. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +0 -1
  1208. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +0 -119
  1209. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +0 -55
  1210. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +0 -1
  1211. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +0 -108
  1212. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +0 -8
  1213. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +0 -124
  1214. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +0 -1
  1215. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +0 -8
  1216. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +0 -129
  1217. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
  1218. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +0 -117
  1219. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +0 -1
  1220. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +0 -51
  1221. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +0 -83
  1222. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +0 -1
  1223. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +0 -46
  1224. package/lib/vtx-cc-cp-modal/components/index.js +0 -42
  1225. package/lib/vtx-cc-cp-modal/components/index.js.map +0 -1
  1226. package/lib/vtx-cc-cp-modal/index.js +0 -76
  1227. package/lib/vtx-cc-cp-modal/index.js.map +0 -1
  1228. package/lib/vtx-cc-cp-modal/style/css.js +0 -5
  1229. package/lib/vtx-cc-cp-modal/style/css.js.map +0 -1
  1230. package/lib/vtx-cc-cp-modal/style/index.css +0 -133
  1231. package/lib/vtx-cc-cp-modal/style/index.js +0 -5
  1232. package/lib/vtx-cc-cp-modal/style/index.js.map +0 -1
  1233. package/lib/vtx-cc-cp-modal/style/index.less +0 -1
  1234. package/lib/vtx-cc-cp-modal/type.js +0 -6
  1235. package/lib/vtx-cc-cp-modal/type.js.map +0 -1
  1236. package/lib/vtx-cp-modal/api.js.map +0 -1
  1237. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1238. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1239. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
  1240. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +0 -119
  1241. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +0 -1
  1242. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +0 -1
  1243. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +0 -1
  1244. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1245. package/lib/vtx-cp-modal/components/BaseInfo/index.css +0 -166
  1246. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +0 -1
  1247. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +0 -198
  1248. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +0 -1
  1249. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +0 -1
  1250. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +0 -1
  1251. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +0 -119
  1252. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +0 -1
  1253. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +0 -109
  1254. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
  1255. package/lib/vtx-cp-modal/components/SyInfo/index.css +0 -54
  1256. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +0 -1
  1257. package/lib/vtx-cp-modal/components/index.js.map +0 -1
  1258. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  1259. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  1260. package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
  1261. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  1262. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  1263. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  1264. package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
  1265. package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
  1266. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  1267. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  1268. package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
  1269. package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
  1270. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  1271. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  1272. package/lib/vtx-cp-modal/index.js.map +0 -1
  1273. package/lib/vtx-cp-modal/style/css.js +0 -5
  1274. package/lib/vtx-cp-modal/style/css.js.map +0 -1
  1275. package/lib/vtx-cp-modal/style/index.css +0 -133
  1276. package/lib/vtx-cp-modal/style/index.js.map +0 -1
  1277. package/lib/vtx-default-modal/api.js.map +0 -1
  1278. package/lib/vtx-default-modal/components/BaseInfo/index.css +0 -38
  1279. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +0 -1
  1280. package/lib/vtx-default-modal/components/index.js.map +0 -1
  1281. package/lib/vtx-default-modal/index.js.map +0 -1
  1282. package/lib/vtx-default-modal/style/css.js +0 -5
  1283. package/lib/vtx-default-modal/style/css.js.map +0 -1
  1284. package/lib/vtx-default-modal/style/index.css +0 -133
  1285. package/lib/vtx-default-modal/style/index.js.map +0 -1
  1286. package/lib/vtx-device-modal/api.js +0 -211
  1287. package/lib/vtx-device-modal/api.js.map +0 -1
  1288. package/lib/vtx-device-modal/components/BaseInfo/index.js +0 -50
  1289. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +0 -1
  1290. package/lib/vtx-device-modal/components/DataAnalysis/index.js +0 -84
  1291. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +0 -1
  1292. package/lib/vtx-device-modal/components/FacilityFile/index.js +0 -47
  1293. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +0 -1
  1294. package/lib/vtx-device-modal/components/LiftInfo/index.js +0 -31
  1295. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +0 -1
  1296. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +0 -28
  1297. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +0 -1
  1298. package/lib/vtx-device-modal/components/OverViewInfo/index.js +0 -102
  1299. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +0 -1
  1300. package/lib/vtx-device-modal/components/VideoInfo/index.js +0 -35
  1301. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +0 -1
  1302. package/lib/vtx-device-modal/config.js +0 -48
  1303. package/lib/vtx-device-modal/config.js.map +0 -1
  1304. package/lib/vtx-device-modal/imgs/car.png +0 -0
  1305. package/lib/vtx-device-modal/imgs/user.png +0 -0
  1306. package/lib/vtx-device-modal/index.js +0 -75
  1307. package/lib/vtx-device-modal/index.js.map +0 -1
  1308. package/lib/vtx-device-modal/style/css.js +0 -4
  1309. package/lib/vtx-device-modal/style/css.js.map +0 -1
  1310. package/lib/vtx-device-modal/style/index.css +0 -11
  1311. package/lib/vtx-device-modal/style/index.js +0 -4
  1312. package/lib/vtx-device-modal/style/index.js.map +0 -1
  1313. package/lib/vtx-device-modal/style/index.less +0 -7
  1314. package/lib/vtx-device-modal/types.js +0 -6
  1315. package/lib/vtx-device-modal/types.js.map +0 -1
  1316. package/lib/vtx-df-modal/api.js.map +0 -1
  1317. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +0 -142
  1318. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +0 -1
  1319. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +0 -1
  1320. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +0 -1
  1321. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +0 -1
  1322. package/lib/vtx-df-modal/components/BaseInfo/index.css +0 -171
  1323. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +0 -1
  1324. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +0 -1
  1325. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +0 -1
  1326. package/lib/vtx-df-modal/components/Metering/List.js.map +0 -1
  1327. package/lib/vtx-df-modal/components/Metering/index.css +0 -96
  1328. package/lib/vtx-df-modal/components/Metering/index.js.map +0 -1
  1329. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +0 -1
  1330. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +0 -108
  1331. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +0 -1
  1332. package/lib/vtx-df-modal/components/WorkCondition/index.css +0 -151
  1333. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +0 -1
  1334. package/lib/vtx-df-modal/components/index.js.map +0 -1
  1335. package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
  1336. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  1337. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  1338. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  1339. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  1340. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  1341. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  1342. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  1343. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  1344. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  1345. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  1346. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  1347. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  1348. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  1349. package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
  1350. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  1351. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  1352. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  1353. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  1354. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  1355. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  1356. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  1357. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  1358. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  1359. package/lib/vtx-df-modal/index.js.map +0 -1
  1360. package/lib/vtx-df-modal/style/css.js +0 -7
  1361. package/lib/vtx-df-modal/style/css.js.map +0 -1
  1362. package/lib/vtx-df-modal/style/index.css +0 -133
  1363. package/lib/vtx-df-modal/style/index.js.map +0 -1
  1364. package/lib/vtx-facility-modal/api.js +0 -117
  1365. package/lib/vtx-facility-modal/api.js.map +0 -1
  1366. package/lib/vtx-facility-modal/components/OverView/Left.js +0 -52
  1367. package/lib/vtx-facility-modal/components/OverView/Left.js.map +0 -1
  1368. package/lib/vtx-facility-modal/components/OverView/index.css +0 -136
  1369. package/lib/vtx-facility-modal/components/OverView/index.js +0 -312
  1370. package/lib/vtx-facility-modal/components/OverView/index.js.map +0 -1
  1371. package/lib/vtx-facility-modal/components/OverView/index.less +0 -120
  1372. package/lib/vtx-facility-modal/components/index.js +0 -14
  1373. package/lib/vtx-facility-modal/components/index.js.map +0 -1
  1374. package/lib/vtx-facility-modal/config.js +0 -65
  1375. package/lib/vtx-facility-modal/config.js.map +0 -1
  1376. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  1377. package/lib/vtx-facility-modal/imgs/default.png +0 -0
  1378. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  1379. package/lib/vtx-facility-modal/index.js +0 -51
  1380. package/lib/vtx-facility-modal/index.js.map +0 -1
  1381. package/lib/vtx-facility-modal/style/css.js +0 -5
  1382. package/lib/vtx-facility-modal/style/css.js.map +0 -1
  1383. package/lib/vtx-facility-modal/style/index.css +0 -0
  1384. package/lib/vtx-facility-modal/style/index.js +0 -5
  1385. package/lib/vtx-facility-modal/style/index.js.map +0 -1
  1386. package/lib/vtx-facility-modal/style/index.less +0 -1
  1387. package/lib/vtx-facility-modal/types.js +0 -6
  1388. package/lib/vtx-facility-modal/types.js.map +0 -1
  1389. package/lib/vtx-housing-estate-modal/api.js +0 -538
  1390. package/lib/vtx-housing-estate-modal/api.js.map +0 -1
  1391. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +0 -406
  1392. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +0 -1
  1393. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +0 -208
  1394. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +0 -1
  1395. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +0 -289
  1396. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +0 -1
  1397. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +0 -33
  1398. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +0 -1
  1399. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +0 -81
  1400. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +0 -102
  1401. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +0 -1
  1402. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +0 -66
  1403. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +0 -323
  1404. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +0 -1
  1405. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +0 -90
  1406. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +0 -1
  1407. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +0 -120
  1408. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +0 -1
  1409. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +0 -238
  1410. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +0 -1
  1411. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +0 -59
  1412. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +0 -1
  1413. package/lib/vtx-housing-estate-modal/components/OverView/index.css +0 -329
  1414. package/lib/vtx-housing-estate-modal/components/OverView/index.js +0 -45
  1415. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +0 -1
  1416. package/lib/vtx-housing-estate-modal/components/OverView/index.less +0 -256
  1417. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +0 -4
  1418. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +0 -57
  1419. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +0 -1
  1420. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +0 -6
  1421. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -21
  1422. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +0 -138
  1423. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +0 -1
  1424. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -15
  1425. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +0 -59
  1426. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +0 -1
  1427. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +0 -43
  1428. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +0 -103
  1429. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +0 -1
  1430. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +0 -38
  1431. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +0 -68
  1432. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +0 -1
  1433. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +0 -114
  1434. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +0 -146
  1435. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +0 -1
  1436. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +0 -102
  1437. package/lib/vtx-housing-estate-modal/components/index.js +0 -49
  1438. package/lib/vtx-housing-estate-modal/components/index.js.map +0 -1
  1439. package/lib/vtx-housing-estate-modal/config.js +0 -85
  1440. package/lib/vtx-housing-estate-modal/config.js.map +0 -1
  1441. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1442. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1443. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1444. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1445. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1446. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1447. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1448. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1449. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1450. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1451. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1452. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1453. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1454. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1455. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1456. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1457. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1458. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1459. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1460. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1461. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1462. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1463. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1464. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1465. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1466. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1467. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1468. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1469. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1470. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1471. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1472. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1473. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1474. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1475. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1476. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1477. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1478. package/lib/vtx-housing-estate-modal/index.js +0 -105
  1479. package/lib/vtx-housing-estate-modal/index.js.map +0 -1
  1480. package/lib/vtx-housing-estate-modal/style/css.js +0 -7
  1481. package/lib/vtx-housing-estate-modal/style/css.js.map +0 -1
  1482. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1483. package/lib/vtx-housing-estate-modal/style/index.js +0 -7
  1484. package/lib/vtx-housing-estate-modal/style/index.js.map +0 -1
  1485. package/lib/vtx-housing-estate-modal/style/index.less +0 -1
  1486. package/lib/vtx-housing-estate-modal/types.js +0 -6
  1487. package/lib/vtx-housing-estate-modal/types.js.map +0 -1
  1488. package/lib/vtx-kh-modal/api.js +0 -73
  1489. package/lib/vtx-kh-modal/api.js.map +0 -1
  1490. package/lib/vtx-kh-modal/components/BaseInfo/index.css +0 -69
  1491. package/lib/vtx-kh-modal/components/BaseInfo/index.js +0 -95
  1492. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +0 -1
  1493. package/lib/vtx-kh-modal/components/BaseInfo/index.less +0 -66
  1494. package/lib/vtx-kh-modal/components/index.js +0 -14
  1495. package/lib/vtx-kh-modal/components/index.js.map +0 -1
  1496. package/lib/vtx-kh-modal/index.js +0 -95
  1497. package/lib/vtx-kh-modal/index.js.map +0 -1
  1498. package/lib/vtx-kh-modal/style/css.js +0 -5
  1499. package/lib/vtx-kh-modal/style/css.js.map +0 -1
  1500. package/lib/vtx-kh-modal/style/index.css +0 -133
  1501. package/lib/vtx-kh-modal/style/index.js +0 -5
  1502. package/lib/vtx-kh-modal/style/index.js.map +0 -1
  1503. package/lib/vtx-kh-modal/style/index.less +0 -1
  1504. package/lib/vtx-pump-modal/api.js +0 -331
  1505. package/lib/vtx-pump-modal/api.js.map +0 -1
  1506. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +0 -160
  1507. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +0 -1
  1508. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +0 -241
  1509. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +0 -1
  1510. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +0 -98
  1511. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +0 -152
  1512. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +0 -1
  1513. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +0 -96
  1514. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +0 -252
  1515. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +0 -1
  1516. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +0 -173
  1517. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +0 -1
  1518. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +0 -92
  1519. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +0 -1
  1520. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +0 -75
  1521. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +0 -1
  1522. package/lib/vtx-pump-modal/components/Basic/index.css +0 -90
  1523. package/lib/vtx-pump-modal/components/Basic/index.js +0 -79
  1524. package/lib/vtx-pump-modal/components/Basic/index.js.map +0 -1
  1525. package/lib/vtx-pump-modal/components/Basic/index.less +0 -74
  1526. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +0 -185
  1527. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +0 -1
  1528. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +0 -187
  1529. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +0 -1
  1530. package/lib/vtx-pump-modal/components/Sbxl/index.css +0 -88
  1531. package/lib/vtx-pump-modal/components/Sbxl/index.js +0 -163
  1532. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +0 -1
  1533. package/lib/vtx-pump-modal/components/Sbxl/index.less +0 -90
  1534. package/lib/vtx-pump-modal/components/Sjfx/index.css +0 -63
  1535. package/lib/vtx-pump-modal/components/Sjfx/index.js +0 -698
  1536. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +0 -1
  1537. package/lib/vtx-pump-modal/components/Sjfx/index.less +0 -60
  1538. package/lib/vtx-pump-modal/components/Sxyx/index.css +0 -169
  1539. package/lib/vtx-pump-modal/components/Sxyx/index.js +0 -285
  1540. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +0 -1
  1541. package/lib/vtx-pump-modal/components/Sxyx/index.less +0 -161
  1542. package/lib/vtx-pump-modal/components/index.js +0 -42
  1543. package/lib/vtx-pump-modal/components/index.js.map +0 -1
  1544. package/lib/vtx-pump-modal/config.js +0 -103
  1545. package/lib/vtx-pump-modal/config.js.map +0 -1
  1546. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  1547. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  1548. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  1549. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  1550. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  1551. package/lib/vtx-pump-modal/index.js +0 -99
  1552. package/lib/vtx-pump-modal/index.js.map +0 -1
  1553. package/lib/vtx-pump-modal/style/css.js +0 -5
  1554. package/lib/vtx-pump-modal/style/css.js.map +0 -1
  1555. package/lib/vtx-pump-modal/style/index.css +0 -0
  1556. package/lib/vtx-pump-modal/style/index.js +0 -5
  1557. package/lib/vtx-pump-modal/style/index.js.map +0 -1
  1558. package/lib/vtx-pump-modal/style/index.less +0 -1
  1559. package/lib/vtx-pump-modal/type.js +0 -6
  1560. package/lib/vtx-pump-modal/type.js.map +0 -1
  1561. package/lib/vtx-restaurant-modal/api.js +0 -170
  1562. package/lib/vtx-restaurant-modal/api.js.map +0 -1
  1563. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +0 -49
  1564. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +0 -1
  1565. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +0 -78
  1566. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +0 -1
  1567. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +0 -92
  1568. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +0 -1
  1569. package/lib/vtx-restaurant-modal/components/Alarm/index.css +0 -48
  1570. package/lib/vtx-restaurant-modal/components/Alarm/index.js +0 -73
  1571. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +0 -1
  1572. package/lib/vtx-restaurant-modal/components/Alarm/index.less +0 -35
  1573. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +0 -61
  1574. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +0 -1
  1575. package/lib/vtx-restaurant-modal/components/Basic/Info.js +0 -56
  1576. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +0 -1
  1577. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +0 -66
  1578. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +0 -1
  1579. package/lib/vtx-restaurant-modal/components/Basic/index.css +0 -80
  1580. package/lib/vtx-restaurant-modal/components/Basic/index.js +0 -47
  1581. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +0 -1
  1582. package/lib/vtx-restaurant-modal/components/Basic/index.less +0 -59
  1583. package/lib/vtx-restaurant-modal/components/Collection/Charts.js +0 -154
  1584. package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +0 -1
  1585. package/lib/vtx-restaurant-modal/components/Collection/List.js +0 -37
  1586. package/lib/vtx-restaurant-modal/components/Collection/List.js.map +0 -1
  1587. package/lib/vtx-restaurant-modal/components/Collection/index.css +0 -40
  1588. package/lib/vtx-restaurant-modal/components/Collection/index.js +0 -88
  1589. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +0 -1
  1590. package/lib/vtx-restaurant-modal/components/Collection/index.less +0 -29
  1591. package/lib/vtx-restaurant-modal/components/index.js +0 -28
  1592. package/lib/vtx-restaurant-modal/components/index.js.map +0 -1
  1593. package/lib/vtx-restaurant-modal/config.js +0 -56
  1594. package/lib/vtx-restaurant-modal/config.js.map +0 -1
  1595. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1596. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1597. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1598. package/lib/vtx-restaurant-modal/index.js +0 -64
  1599. package/lib/vtx-restaurant-modal/index.js.map +0 -1
  1600. package/lib/vtx-restaurant-modal/style/css.js +0 -5
  1601. package/lib/vtx-restaurant-modal/style/css.js.map +0 -1
  1602. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1603. package/lib/vtx-restaurant-modal/style/index.js +0 -5
  1604. package/lib/vtx-restaurant-modal/style/index.js.map +0 -1
  1605. package/lib/vtx-restaurant-modal/style/index.less +0 -1
  1606. package/lib/vtx-restaurant-modal/type.js +0 -6
  1607. package/lib/vtx-restaurant-modal/type.js.map +0 -1
  1608. package/lib/vtx-road-modal/api.js.map +0 -1
  1609. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +0 -1
  1610. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +0 -162
  1611. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1612. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +0 -98
  1613. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +0 -1
  1614. package/lib/vtx-road-modal/components/BaseInfo/index.css +0 -176
  1615. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +0 -1
  1616. package/lib/vtx-road-modal/components/Statistical/Zylc.js +0 -152
  1617. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +0 -1
  1618. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +0 -119
  1619. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +0 -1
  1620. package/lib/vtx-road-modal/components/Statistical/index.css +0 -130
  1621. package/lib/vtx-road-modal/components/Statistical/index.js.map +0 -1
  1622. package/lib/vtx-road-modal/components/index.js.map +0 -1
  1623. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1624. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1625. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1626. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1627. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1628. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1629. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1630. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1631. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1632. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1633. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1634. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1635. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1636. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1637. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1638. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1639. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1640. package/lib/vtx-road-modal/index.js.map +0 -1
  1641. package/lib/vtx-road-modal/style/css.js +0 -6
  1642. package/lib/vtx-road-modal/style/css.js.map +0 -1
  1643. package/lib/vtx-road-modal/style/index.css +0 -133
  1644. package/lib/vtx-road-modal/style/index.js.map +0 -1
  1645. package/lib/vtx-staff-modal/api.js.map +0 -1
  1646. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +0 -1
  1647. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +0 -1
  1648. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +0 -27
  1649. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +0 -1
  1650. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +0 -1
  1651. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +0 -1
  1652. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +0 -1
  1653. package/lib/vtx-staff-modal/components/Attendance/index.css +0 -21
  1654. package/lib/vtx-staff-modal/components/Attendance/index.js.map +0 -1
  1655. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +0 -116
  1656. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +0 -1
  1657. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +0 -40
  1658. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1659. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +0 -1
  1660. package/lib/vtx-staff-modal/components/BaseInfo/index.css +0 -162
  1661. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +0 -1
  1662. package/lib/vtx-staff-modal/components/Equipment/index.css +0 -28
  1663. package/lib/vtx-staff-modal/components/Equipment/index.js.map +0 -1
  1664. package/lib/vtx-staff-modal/components/index.js.map +0 -1
  1665. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1666. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1667. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1668. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1669. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1670. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1671. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1672. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1673. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1674. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1675. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1676. package/lib/vtx-staff-modal/index.js.map +0 -1
  1677. package/lib/vtx-staff-modal/style/css.js +0 -8
  1678. package/lib/vtx-staff-modal/style/css.js.map +0 -1
  1679. package/lib/vtx-staff-modal/style/index.css +0 -133
  1680. package/lib/vtx-staff-modal/style/index.js.map +0 -1
  1681. package/lib/vtx-theme-provider/index.js +0 -24
  1682. package/lib/vtx-theme-provider/index.js.map +0 -1
  1683. package/lib/vtx-throw-point-modal/api.js +0 -572
  1684. package/lib/vtx-throw-point-modal/api.js.map +0 -1
  1685. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +0 -389
  1686. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +0 -1
  1687. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +0 -208
  1688. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +0 -1
  1689. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +0 -290
  1690. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +0 -1
  1691. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +0 -33
  1692. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +0 -1
  1693. package/lib/vtx-throw-point-modal/components/Alarm/index.css +0 -83
  1694. package/lib/vtx-throw-point-modal/components/Alarm/index.js +0 -102
  1695. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +0 -1
  1696. package/lib/vtx-throw-point-modal/components/Alarm/index.less +0 -69
  1697. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +0 -311
  1698. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +0 -1
  1699. package/lib/vtx-throw-point-modal/components/OverView/Left.js +0 -121
  1700. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +0 -1
  1701. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +0 -117
  1702. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +0 -1
  1703. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +0 -220
  1704. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +0 -1
  1705. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +0 -59
  1706. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +0 -1
  1707. package/lib/vtx-throw-point-modal/components/OverView/index.css +0 -409
  1708. package/lib/vtx-throw-point-modal/components/OverView/index.js +0 -43
  1709. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +0 -1
  1710. package/lib/vtx-throw-point-modal/components/OverView/index.less +0 -331
  1711. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +0 -83
  1712. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +0 -1
  1713. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +0 -106
  1714. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +0 -331
  1715. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +0 -1
  1716. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +0 -92
  1717. package/lib/vtx-throw-point-modal/components/TFRD/index.css +0 -21
  1718. package/lib/vtx-throw-point-modal/components/TFRD/index.js +0 -135
  1719. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +0 -1
  1720. package/lib/vtx-throw-point-modal/components/TFRD/index.less +0 -15
  1721. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +0 -56
  1722. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +0 -1
  1723. package/lib/vtx-throw-point-modal/components/WGGS/index.css +0 -43
  1724. package/lib/vtx-throw-point-modal/components/WGGS/index.js +0 -89
  1725. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +0 -1
  1726. package/lib/vtx-throw-point-modal/components/WGGS/index.less +0 -38
  1727. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +0 -66
  1728. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +0 -1
  1729. package/lib/vtx-throw-point-modal/components/WGXW/index.css +0 -114
  1730. package/lib/vtx-throw-point-modal/components/WGXW/index.js +0 -132
  1731. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +0 -1
  1732. package/lib/vtx-throw-point-modal/components/WGXW/index.less +0 -102
  1733. package/lib/vtx-throw-point-modal/components/index.js +0 -49
  1734. package/lib/vtx-throw-point-modal/components/index.js.map +0 -1
  1735. package/lib/vtx-throw-point-modal/config.js +0 -64
  1736. package/lib/vtx-throw-point-modal/config.js.map +0 -1
  1737. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1738. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1739. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1740. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1741. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1742. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1743. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1744. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1745. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1746. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1747. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1748. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1749. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1750. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1751. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1752. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1753. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1754. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1755. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1756. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1757. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1758. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1759. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1760. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1761. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1762. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1763. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1764. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1765. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1766. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1767. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1768. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1769. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1770. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1771. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1772. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1773. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1774. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1775. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1776. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1777. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1778. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1779. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1780. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1781. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1782. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1783. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1784. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1785. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1786. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1787. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1788. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1789. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1790. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1791. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1792. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1793. package/lib/vtx-throw-point-modal/index.js +0 -136
  1794. package/lib/vtx-throw-point-modal/index.js.map +0 -1
  1795. package/lib/vtx-throw-point-modal/style/css.js +0 -7
  1796. package/lib/vtx-throw-point-modal/style/css.js.map +0 -1
  1797. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1798. package/lib/vtx-throw-point-modal/style/index.js +0 -7
  1799. package/lib/vtx-throw-point-modal/style/index.js.map +0 -1
  1800. package/lib/vtx-throw-point-modal/style/index.less +0 -1
  1801. package/lib/vtx-throw-point-modal/types.js +0 -6
  1802. package/lib/vtx-throw-point-modal/types.js.map +0 -1
  1803. package/lib/vtx-wr-modal/api.js +0 -415
  1804. package/lib/vtx-wr-modal/api.js.map +0 -1
  1805. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +0 -251
  1806. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1807. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +0 -112
  1808. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1809. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +0 -181
  1810. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +0 -1
  1811. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +0 -117
  1812. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +0 -45
  1813. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +0 -1
  1814. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +0 -106
  1815. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +0 -125
  1816. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +0 -1
  1817. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +0 -49
  1818. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +0 -1
  1819. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +0 -117
  1820. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +0 -1
  1821. package/lib/vtx-wr-modal/components/BaseInfo/index.css +0 -162
  1822. package/lib/vtx-wr-modal/components/BaseInfo/index.js +0 -330
  1823. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +0 -1
  1824. package/lib/vtx-wr-modal/components/BaseInfo/index.less +0 -142
  1825. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +0 -80
  1826. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +0 -1
  1827. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +0 -182
  1828. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +0 -1
  1829. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +0 -321
  1830. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +0 -1
  1831. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +0 -139
  1832. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +0 -1
  1833. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +0 -49
  1834. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +0 -1
  1835. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +0 -32
  1836. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +0 -1
  1837. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +0 -123
  1838. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +0 -1
  1839. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +0 -672
  1840. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +0 -127
  1841. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +0 -1
  1842. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +0 -570
  1843. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +0 -119
  1844. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +0 -1
  1845. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +0 -286
  1846. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +0 -1
  1847. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +0 -54
  1848. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +0 -1
  1849. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +0 -364
  1850. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +0 -1
  1851. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +0 -159
  1852. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +0 -1
  1853. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +0 -220
  1854. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +0 -1
  1855. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +0 -319
  1856. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +0 -112
  1857. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +0 -1
  1858. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +0 -320
  1859. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +0 -103
  1860. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +0 -1
  1861. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +0 -69
  1862. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +0 -1
  1863. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +0 -143
  1864. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +0 -1
  1865. package/lib/vtx-wr-modal/components/Evaluate/index.css +0 -124
  1866. package/lib/vtx-wr-modal/components/Evaluate/index.js +0 -48
  1867. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +0 -1
  1868. package/lib/vtx-wr-modal/components/Evaluate/index.less +0 -124
  1869. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +0 -158
  1870. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +0 -1
  1871. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +0 -164
  1872. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +0 -1
  1873. package/lib/vtx-wr-modal/components/Monitor/index.css +0 -106
  1874. package/lib/vtx-wr-modal/components/Monitor/index.js +0 -27
  1875. package/lib/vtx-wr-modal/components/Monitor/index.js.map +0 -1
  1876. package/lib/vtx-wr-modal/components/Monitor/index.less +0 -82
  1877. package/lib/vtx-wr-modal/components/Score/index.css +0 -133
  1878. package/lib/vtx-wr-modal/components/Score/index.js +0 -248
  1879. package/lib/vtx-wr-modal/components/Score/index.js.map +0 -1
  1880. package/lib/vtx-wr-modal/components/Score/index.less +0 -134
  1881. package/lib/vtx-wr-modal/components/Ztt/index.js +0 -27
  1882. package/lib/vtx-wr-modal/components/Ztt/index.js.map +0 -1
  1883. package/lib/vtx-wr-modal/components/index.js +0 -63
  1884. package/lib/vtx-wr-modal/components/index.js.map +0 -1
  1885. package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
  1886. package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
  1887. package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
  1888. package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
  1889. package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
  1890. package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
  1891. package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
  1892. package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
  1893. package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
  1894. package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
  1895. package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
  1896. package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
  1897. package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
  1898. package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
  1899. package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
  1900. package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
  1901. package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
  1902. package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
  1903. package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
  1904. package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
  1905. package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
  1906. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  1907. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1908. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1909. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1910. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  1911. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  1912. package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
  1913. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  1914. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  1915. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  1916. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1917. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1918. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1919. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  1920. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1921. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1922. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1923. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1924. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1925. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1926. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1927. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1928. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1929. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  1930. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  1931. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1932. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  1933. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1934. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  1935. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  1936. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  1937. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  1938. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  1939. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  1940. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  1941. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1942. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1943. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  1944. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  1945. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1946. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1947. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  1948. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  1949. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1950. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1951. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1952. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1953. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  1954. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  1955. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1956. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1957. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1958. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1959. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  1960. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  1961. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  1962. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  1963. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  1964. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  1965. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  1966. package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
  1967. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  1968. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  1969. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  1970. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  1971. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  1972. package/lib/vtx-wr-modal/index.js +0 -250
  1973. package/lib/vtx-wr-modal/index.js.map +0 -1
  1974. package/lib/vtx-wr-modal/style/css.js +0 -9
  1975. package/lib/vtx-wr-modal/style/css.js.map +0 -1
  1976. package/lib/vtx-wr-modal/style/index.css +0 -133
  1977. package/lib/vtx-wr-modal/style/index.js +0 -9
  1978. package/lib/vtx-wr-modal/style/index.js.map +0 -1
  1979. package/lib/vtx-wr-modal/style/index.less +0 -1
  1980. package/lib/vtx-zg-modal/api.js +0 -68
  1981. package/lib/vtx-zg-modal/api.js.map +0 -1
  1982. package/lib/vtx-zg-modal/components/BaseInfo/index.css +0 -95
  1983. package/lib/vtx-zg-modal/components/BaseInfo/index.js +0 -180
  1984. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +0 -1
  1985. package/lib/vtx-zg-modal/components/BaseInfo/index.less +0 -88
  1986. package/lib/vtx-zg-modal/components/index.js +0 -14
  1987. package/lib/vtx-zg-modal/components/index.js.map +0 -1
  1988. package/lib/vtx-zg-modal/index.js +0 -100
  1989. package/lib/vtx-zg-modal/index.js.map +0 -1
  1990. package/lib/vtx-zg-modal/style/css.js +0 -5
  1991. package/lib/vtx-zg-modal/style/css.js.map +0 -1
  1992. package/lib/vtx-zg-modal/style/index.css +0 -133
  1993. package/lib/vtx-zg-modal/style/index.js +0 -5
  1994. package/lib/vtx-zg-modal/style/index.js.map +0 -1
  1995. package/lib/vtx-zg-modal/style/index.less +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_ahooks","_moment","_antd","_useSettings2","_vmFilter","_vmSubTitle","_vmSubTabs","_interopRequireWildcard","_vmInfoCollection","_Charts","_TodayRun","_TodayWorkJXH","_TodayWorkLJSY","_WorkSummary","_WorkSummaryJxh","_Wgfx","_ZyfxJXH","_ZyfxLJSY","_api","_refresh","_position","_refresh_light","_position_light","_refresh_blue","_position_blue","_TodayWorkCC","_ZyfxCC","_utils","_Chain","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","BaseInfo","props","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","_r","_s","_t","id","baseInfo","info","service","showChain","_useSettings","useSettings","_useSettings$theme","theme","startDate","_useSetState","useSetState","baseActiveKey","activeKey","date","moment","subtract","_useSetState2","state","setState","noCarModalBaseLeftGif","getUrlParam","_BaseService$useToday","BaseService","useTodayRun","format","todayRunRes","baseTabContent","React","createElement","style","marginTop","Base","data","gap","horizontal","actionType","indexOf","width","todayRun","TodayRun","alarmInfoGroupByType","items","wgfx","Wgfx","alarmGroupByType","workSummary","WorkSummary","alarmSum","title","subTabPanes","key","content","WorkSummaryJxh","ZyfxJXH","TodayWorkJXH","ZyfxLJSY","TodayWorkLJSY","includes","ZyfxCC","TodayWorkCC","jbxx","Col","xxl","xl","lg","md","className","height","SubTabs","onChange","ghost","map","ele","SubTabPane","subKey","tab","jryxZytj","tabBarExtraContent","VMDatePicker","icons","refresh","light","refreshLight","dark","blue","refreshBlue","position","positionLight","positionBlue","concat","Row","gutter","span","src","equipmentTime","address","carStatusStr","Charts","assign","isRow","Chain","SubTitle","_default","exports"],"sources":["vtx-car-modal/components/BaseInfo/index.js"],"sourcesContent":["import React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport { Row, Col } from 'antd';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { VMDatePicker } from '../../../vm-filter';\nimport SubTitle from '../../../vm-sub-title';\nimport SubTabs, { SubTabPane } from '../../../vm-sub-tabs';\nimport Base from '../../../vm-info-collection';\nimport Charts from './Charts';\nimport TodayRun from './TodayRun';\nimport TodayWorkJXH from './TodayWorkJXH';\nimport TodayWorkLJSY from './TodayWorkLJSY';\nimport WorkSummary from './WorkSummary';\nimport WorkSummaryJxh from './WorkSummaryJxh';\nimport Wgfx from './Wgfx';\nimport ZyfxJXH from './ZyfxJXH';\nimport ZyfxLJSY from './ZyfxLJSY';\nimport { BaseService } from '../../api';\nimport './index.less';\nimport refresh from '../../imgs/refresh.png';\nimport position from '../../imgs/position.png';\nimport refreshLight from '../../imgs/refresh_light.png';\nimport positionLight from '../../imgs/position_light.png';\nimport refreshBlue from '../../imgs/refresh_blue.png';\nimport positionBlue from '../../imgs/position_blue.png';\nimport TodayWorkCC from './TodayWorkCC';\nimport ZyfxCC from './ZyfxCC';\nimport { getUrlParam } from '@vtx/utils';\nimport Chain from './Chain';\nconst BaseInfo = (props) => {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t;\n const { id, baseInfo, info, service, showChain } = props;\n const { theme = 'light', startDate } = useSettings();\n const [state, setState] = useSetState({\n baseActiveKey: '1',\n activeKey: '1',\n date: startDate ? moment(startDate) : moment().subtract(1, 'd'),\n });\n const { baseActiveKey, activeKey, date } = state;\n const noCarModalBaseLeftGif = getUrlParam('noCarModalBaseLeftGif');\n const { todayRunRes } = BaseService.useTodayRun(id, moment().format('YYYY-MM-DD'), moment().format('YYYY-MM-DD'), 'GPS');\n const baseTabContent = (React.createElement(\"div\", { style: { marginTop: '12px' } },\n React.createElement(Base, { data: baseInfo, gap: 18, horizontal: noCarModalBaseLeftGif || ((_a = info === null || info === void 0 ? void 0 : info.actionType) === null || _a === void 0 ? void 0 : _a.indexOf('ACTION_LJSY')) === -1, width: noCarModalBaseLeftGif || ((_b = info === null || info === void 0 ? void 0 : info.actionType) === null || _b === void 0 ? void 0 : _b.indexOf('ACTION_LJSY')) === -1\n ? '50%'\n : '100%' })));\n let todayRun = React.createElement(TodayRun, { id: id, data: ((_c = todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmInfoGroupByType) === null || _c === void 0 ? void 0 : _c.items) || [] });\n let wgfx = React.createElement(Wgfx, { data: ((_d = todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmGroupByType) === null || _d === void 0 ? void 0 : _d.items) || [] });\n // 作业统计\n let workSummary = React.createElement(WorkSummary, { data: (todayRunRes === null || todayRunRes === void 0 ? void 0 : todayRunRes.alarmSum) || {} });\n let title = '违规分析'; // 右下角标题\n let subTabPanes = [\n {\n name: '今日运行',\n key: '1',\n content: todayRun,\n },\n {\n name: '作业统计',\n key: '2',\n content: workSummary,\n },\n ];\n if (((_e = info === null || info === void 0 ? void 0 : info.actionType) === null || _e === void 0 ? void 0 : _e.indexOf('ACTION_JXH')) > -1) {\n workSummary = React.createElement(WorkSummaryJxh, { id: id, date: date });\n wgfx = React.createElement(ZyfxJXH, { id: id, service: service });\n title = '作业分析';\n subTabPanes = [\n {\n name: '今日作业',\n key: '1',\n content: React.createElement(TodayWorkJXH, { id: id, service: service }),\n },\n {\n name: '作业统计',\n key: '2',\n content: workSummary,\n },\n ];\n }\n if (((_f = info === null || info === void 0 ? void 0 : info.actionType) === null || _f === void 0 ? void 0 : _f.indexOf('ACTION_LJSY')) > -1) {\n wgfx = React.createElement(ZyfxLJSY, { id: id });\n title = '作业分析';\n subTabPanes = [\n {\n name: '今日作业',\n key: '1',\n content: React.createElement(TodayWorkLJSY, { id: id }),\n },\n ];\n }\n if ((_g = info === null || info === void 0 ? void 0 : info.actionType) === null || _g === void 0 ? void 0 : _g.includes('ACTION_CC')) {\n wgfx = React.createElement(ZyfxCC, { id: id });\n title = '作业分析';\n subTabPanes = [\n {\n name: '今日作业',\n key: '1',\n content: React.createElement(TodayWorkCC, { id: id }),\n },\n ];\n }\n // 基本信息\n const jbxx = (React.createElement(Col, { xxl: noCarModalBaseLeftGif || ((_h = info === null || info === void 0 ? void 0 : info.actionType) === null || _h === void 0 ? void 0 : _h.indexOf('ACTION_LJSY')) === -1 ? 24 : 10, xl: 24, lg: 24, md: 24 },\n React.createElement(\"div\", { className: \"car-base-right-base\", style: {\n height: noCarModalBaseLeftGif || ((_j = info === null || info === void 0 ? void 0 : info.actionType) === null || _j === void 0 ? void 0 : _j.indexOf('ACTION_LJSY')) === -1\n ? 300\n : 370,\n } },\n React.createElement(SubTabs, { onChange: (key) => {\n setState({\n baseActiveKey: key,\n });\n }, activeKey: baseActiveKey, ghost: \"ghost\" }, [\n {\n name: '基本信息',\n key: '1',\n content: baseTabContent,\n },\n ].map((ele) => (React.createElement(SubTabPane, { subKey: ele.key, key: ele.key, tab: ele.name }, ele.content)))))));\n // 今日运行、作业统计\n const jryxZytj = (React.createElement(Col, { xxl: noCarModalBaseLeftGif || ((_k = info === null || info === void 0 ? void 0 : info.actionType) === null || _k === void 0 ? void 0 : _k.indexOf('ACTION_LJSY')) === -1 ? 24 : 14, xl: 24, lg: 24, md: 24 },\n React.createElement(\"div\", { className: \"car-base-right-right\" },\n React.createElement(SubTabs, { ghost: \"ghost\", onChange: (key) => {\n setState({\n activeKey: key,\n });\n }, tabBarExtraContent: ((_l = info === null || info === void 0 ? void 0 : info.actionType) === null || _l === void 0 ? void 0 : _l.indexOf('ACTION_JXH')) > -1 && activeKey === '2' ? (React.createElement(VMDatePicker, { value: date, onChange: (date) => {\n setState({\n date,\n });\n } })) : null, activeKey: activeKey }, subTabPanes.map((ele) => (React.createElement(SubTabPane, { key: ele.key, subKey: ele.key, tab: ele.name }, ele.content)))))));\n const icons = {\n refresh: {\n light: refreshLight,\n dark: refresh,\n blue: refreshBlue,\n },\n position: {\n light: positionLight,\n dark: position,\n blue: positionBlue,\n },\n };\n return (React.createElement(\"div\", { className: `car-base ${theme}` },\n React.createElement(Row, { gutter: [10, 10], style: { height: '100%', width: 481 } },\n React.createElement(Col, { span: 24 },\n React.createElement(\"div\", { className: \"car-base-left\", style: {\n height: noCarModalBaseLeftGif ||\n ((_m = info === null || info === void 0 ? void 0 : info.actionType) === null || _m === void 0 ? void 0 : _m.indexOf('ACTION_LJSY')) === -1\n ? 300\n : 693,\n } },\n React.createElement(\"div\", { className: \"car-base-left--text\" },\n React.createElement(\"img\", { src: icons['refresh'][theme] }),\n (info === null || info === void 0 ? void 0 : info.equipmentTime) || '-'),\n React.createElement(\"div\", { className: \"car-base-left--text\" },\n React.createElement(\"img\", { src: icons['position'][theme] }),\n (info === null || info === void 0 ? void 0 : info.address) || '-'),\n noCarModalBaseLeftGif ||\n ((_o = info === null || info === void 0 ? void 0 : info.actionType) === null || _o === void 0 ? void 0 : _o.indexOf('ACTION_LJSY')) === -1 ? null : (React.createElement(\"div\", { className: \"car-base-left--online\" }, info === null || info === void 0 ? void 0 : info.carStatusStr)),\n noCarModalBaseLeftGif ||\n ((_p = info === null || info === void 0 ? void 0 : info.actionType) === null || _p === void 0 ? void 0 : _p.indexOf('ACTION_LJSY')) === -1 ? null : (React.createElement(\"div\", { className: \"car-base-left--gif\" })),\n React.createElement(Charts, Object.assign({}, info, { date: moment(date).format('YYYY-MM-DD'), isRow: ((_q = info === null || info === void 0 ? void 0 : info.actionType) === null || _q === void 0 ? void 0 : _q.indexOf('ACTION_LJSY')) === -1, service: service })),\n showChain && React.createElement(\"div\", { style: { marginTop: '12px' } },\n React.createElement(SubTabs, { ghost: \"ghost\", activeKey: '1' },\n React.createElement(SubTabPane, { tab: '环比模型', subKey: '1', key: '1' },\n React.createElement(Chain, { id: id })))))),\n noCarModalBaseLeftGif || ((_r = info === null || info === void 0 ? void 0 : info.actionType) === null || _r === void 0 ? void 0 : _r.indexOf('ACTION_LJSY')) === -1 ? (React.createElement(Col, { span: 24 }, jryxZytj)) : null),\n React.createElement(\"div\", { className: \"car-base-right\" },\n React.createElement(Row, { gutter: [10, 10] },\n jbxx,\n noCarModalBaseLeftGif || ((_s = info === null || info === void 0 ? void 0 : info.actionType) === null || _s === void 0 ? void 0 : _s.indexOf('ACTION_LJSY')) === -1\n ? null\n : jryxZytj,\n React.createElement(Col, { span: 24 },\n React.createElement(\"div\", { className: \"car-wgfx\", style: {\n height: noCarModalBaseLeftGif ||\n ((_t = info === null || info === void 0 ? void 0 : info.actionType) === null || _t === void 0 ? void 0 : _t.indexOf('ACTION_LJSY')) === -1\n ? 370\n : 313,\n } },\n React.createElement(SubTitle, { title: title }),\n React.createElement(\"div\", { className: \"car-wgfx-content\" }, wgfx)))))));\n};\nexport default BaseInfo;\n"],"mappings":"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","ignoreList":[]}
@@ -1,290 +0,0 @@
1
- .flex-start {
2
- display: flex;
3
- justify-content: start;
4
- align-items: start;
5
- }
6
-
7
- .car-base {
8
- height: 100%;
9
- .flex-start();
10
- padding: 6px 10px;
11
- &-left {
12
- // width: 481px;
13
- background-color: var(--bg-color2);
14
- height: 693px;
15
- overflow-y: auto;
16
- padding: 24px;
17
- border: 1px solid var(--bg-border-color2);
18
-
19
- &--text {
20
- img {
21
- width: 19px;
22
- height: 20px;
23
- margin-right: 10px;
24
- }
25
- color: var(--title-color2);
26
- margin-bottom: 19px;
27
- }
28
- &--online {
29
- width: 80px;
30
- height: 28px;
31
- float: right;
32
- margin-right: 24px;
33
- background: var(--block-bg-color2);
34
- border-radius: 14px;
35
- font-size: 14px;
36
- font-family: HiraginoSansGB-W3, HiraginoSansGB;
37
- font-weight: normal;
38
- color: var(--info-active3);
39
- text-align: center;
40
- line-height: 28px;
41
- }
42
- &--gif {
43
- height: 270px;
44
- margin-top: 64px;
45
- background-image: url('../../imgs/car.png');
46
- background-repeat: no-repeat;
47
- background-size: 100% 100%;
48
- }
49
- &--chain {
50
- display: flex;
51
- flex-direction: column;
52
- justify-content: space-between;
53
- &-numberWrap {
54
- display: flex;
55
- align-items: center;
56
- }
57
- &-label {
58
- color: var(--label-color);
59
- font-size: 14px;
60
- display: flex;
61
- gap: 5px;
62
- align-items: center;
63
- .dot {
64
- width: 10px;
65
- height: 10px;
66
- border-radius: 50%;
67
- }
68
- }
69
- &-number {
70
- font-size: 16px;
71
- font-weight: 700;
72
- }
73
- &-lastNumber {
74
- font-size: 16px;
75
- }
76
- &-arrow {
77
- display: block;
78
- width: 0;
79
- height: 0;
80
- border: 6px solid;
81
- margin-top: 6px;
82
- }
83
- }
84
- &--charts {
85
- display: flex;
86
- align-items: center;
87
- margin-bottom: 10px;
88
- &-item {
89
- width: 50%;
90
- display: flex;
91
- justify-content: center;
92
- align-items: center;
93
- &-chart {
94
- width: 70px;
95
- height: 70px;
96
- margin-right: 24px;
97
- justify-content: center;
98
- align-items: center;
99
- }
100
-
101
- &-name {
102
- width: 120px;
103
- font-size: 12px;
104
- font-family: HiraginoSansGB-W3, HiraginoSansGB;
105
- color: var(--label-color);
106
- line-height: 18px;
107
- }
108
- &-value {
109
- width: 120px;
110
- color: var(--title-color);
111
- line-height: 32px;
112
- span {
113
- font-size: 22px;
114
- font-family: DINAlternate-Bold, DINAlternate;
115
- font-weight: bold;
116
- }
117
- }
118
- }
119
- }
120
- &-jrxs {
121
- margin-top: 24px;
122
- display: flex;
123
- justify-content: start;
124
- align-items: center;
125
- margin-bottom: 0px;
126
- img {
127
- margin-right: 28px;
128
- }
129
- &-right {
130
- display: flex;
131
- justify-content: space-between;
132
- align-items: center;
133
- }
134
- }
135
- .jrxs-box {
136
- width: 70px;
137
- // height: 70px;
138
- margin-right: 24px;
139
- }
140
- .jrxs-name {
141
- width: 100px;
142
- font-size: 12px;
143
- font-family: HiraginoSansGB-W3, HiraginoSansGB;
144
- color: var(--label-color);
145
- line-height: 18px;
146
- }
147
- .jrxs-value {
148
- width: 100px;
149
- color: var(--title-color);
150
- line-height: 32px;
151
- span {
152
- font-size: 22px;
153
- font-family: DINAlternate-Bold, DINAlternate;
154
- font-weight: bold;
155
- }
156
- }
157
- }
158
-
159
- &-right {
160
- padding: 0 0 0 10px;
161
- width: calc(~'100% - 461px - 12px');
162
- // height: 693px;
163
- height: calc(~'100% - 22px');
164
- // overflow: hidden;
165
- // display: flex;
166
- // flex-wrap: wrap;
167
-
168
- &-base {
169
- // width: 320px;
170
- height: 370px;
171
- padding: 18px 20px;
172
- background-color: var(--bg-color2);
173
- border: 1px solid var(--bg-border-color2);
174
- overflow-y: auto;
175
- }
176
- &-right {
177
- // width: calc(~'100% - 320px - 10px');
178
- height: 370px;
179
- border: 1px solid var(--bg-border-color2);
180
-
181
- padding: 18px 20px;
182
- background-color: var(--bg-color2);
183
- }
184
- }
185
-
186
- @media screen and (max-width: 1440px) and (max-height: 900px) {
187
- &-left {
188
- height: calc(100% - 10px);
189
- }
190
- &-right {
191
- overflow-y: auto;
192
- }
193
- }
194
-
195
- @media screen and (max-width: 1366px) and (max-height: 768px) {
196
- &-left {
197
- height: 565px;
198
- }
199
- &-right {
200
- height: 565px;
201
- overflow-y: auto;
202
- }
203
- }
204
-
205
- .today-run {
206
- &-head {
207
- display: flex;
208
- justify-content: space-around;
209
- align-items: center;
210
- margin-bottom: 8px;
211
-
212
- &-item {
213
- .flex-start();
214
- img {
215
- display: block;
216
- width: 46px;
217
- height: 46px;
218
- margin-right: 10px;
219
- }
220
- &--name {
221
- font-size: 12px;
222
- color: var(--sub-title-color);
223
- }
224
- &--value {
225
- font-size: 20px;
226
- color: var(--title-color);
227
- }
228
- }
229
- }
230
- }
231
-
232
- .today-run-jxh {
233
- height: 280px;
234
- width: 100%;
235
- overflow-y: auto;
236
-
237
- img {
238
- height: 230px;
239
- width: 100%;
240
- }
241
-
242
- &-item {
243
- .flex-start();
244
- margin-bottom: 8px;
245
- }
246
-
247
- &--name {
248
- width: 100px;
249
- overflow: hidden;
250
- white-space: nowrap;
251
- text-overflow: ellipsis;
252
- margin-right: 16px;
253
- color: var(--title-color);
254
- }
255
- &--progress {
256
- width: 212px;
257
- margin-right: 12px;
258
- }
259
- &--value {
260
- text-align: left;
261
- color: var(--title-color);
262
- }
263
- }
264
-
265
- .work-summary {
266
- margin-top: 24px;
267
- display: flex;
268
- flex-wrap: wrap;
269
- }
270
-
271
- .car-wgfx {
272
- width: 100%;
273
- height: 313px;
274
- background-color: var(--bg-color2);
275
- border: 1px solid var(--bg-border-color2);
276
-
277
- padding: 18px 20px;
278
- &-content {
279
- height: 100%;
280
- width: 100%;
281
- text-align: center;
282
- }
283
- }
284
-
285
- .ljsy-summary {
286
- display: flex;
287
- justify-content: space-between;
288
- align-items: center;
289
- }
290
- }
@@ -1,28 +0,0 @@
1
- .car-collection {
2
- padding: 10px;
3
- height: 100%;
4
- }
5
- .car-collection .car-main {
6
- height: 100%;
7
- padding: 11px 16px;
8
- background-color: var(--bg-color2);
9
- border: 1px solid var(--bg-border-color2);
10
- display: -webkit-box;
11
- display: -ms-flexbox;
12
- display: flex;
13
- -webkit-box-orient: vertical;
14
- -webkit-box-direction: normal;
15
- -ms-flex-direction: column;
16
- flex-direction: column;
17
- }
18
- .car-collection .car-main .car-head {
19
- display: -webkit-box;
20
- display: -ms-flexbox;
21
- display: flex;
22
- -webkit-box-pack: justify;
23
- -ms-flex-pack: justify;
24
- justify-content: space-between;
25
- -webkit-box-align: center;
26
- -ms-flex-align: center;
27
- align-items: center;
28
- }
@@ -1,193 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _ahooks = require("ahooks");
9
- var _moment = _interopRequireDefault(require("moment"));
10
- var _vmFilter = require("../../../vm-filter");
11
- var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
12
- require("./index.less");
13
- var _api = require("../../api");
14
- var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
15
- var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
16
- var _lodash = require("lodash");
17
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
18
- function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
19
- 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."); }
20
- function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
21
- function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
22
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
23
- 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."); }
24
- 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; } }
25
- 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; }
26
- 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; } }
27
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /**
28
- * 车辆-报警信息
29
- */
30
- var Collection = function Collection(props) {
31
- var id = props.id;
32
- var _useSettings = (0, _useSettings2["default"])(),
33
- sDate = _useSettings.startDate,
34
- eDate = _useSettings.endDate,
35
- chartColor = _useSettings.chartColor,
36
- chartFontColor = _useSettings.chartFontColor;
37
- var _useSetState = (0, _ahooks.useSetState)({
38
- startDate: sDate ? sDate : (0, _moment["default"])().subtract(30, 'day').format('YYYY-MM-DD'),
39
- endDate: eDate ? eDate : (0, _moment["default"])().format('YYYY-MM-DD'),
40
- tabKey: '1',
41
- value: 'WORK'
42
- }),
43
- _useSetState2 = _slicedToArray(_useSetState, 2),
44
- state = _useSetState2[0],
45
- setState = _useSetState2[1];
46
- var startDate = state.startDate,
47
- endDate = state.endDate;
48
- var day = (0, _moment["default"])(endDate).diff(startDate, 'day');
49
- var dayList = [];
50
- for (var index = 0; index <= day; index++) {
51
- dayList.push((0, _moment["default"])(startDate).add(index, 'day').format('MM-DD'));
52
- }
53
- var rows = _api.CollectionService.detailList({
54
- id: id,
55
- startTime: (0, _moment["default"])(startDate).format('YYYY-MM-DD 00:00:00'),
56
- endTime: (0, _moment["default"])(endDate).format('YYYY-MM-DD 23:59:59')
57
- });
58
- var periodList = _api.CollectionService.getPeriodList({
59
- carId: id,
60
- startDay: (0, _moment["default"])(startDate).format('YYYY-MM-DD'),
61
- endDay: (0, _moment["default"])(endDate).format('YYYY-MM-DD')
62
- });
63
- var today = (0, _moment["default"])().format('YYYY-MM-DD');
64
- var lineOption = {
65
- color: chartColor,
66
- tooltip: {
67
- trigger: 'item',
68
- formatter: function formatter(val) {
69
- return val.value[3] + ': ' + val.value[2] + 'kg';
70
- }
71
- },
72
- legend: {
73
- top: '5%'
74
- },
75
- grid: {
76
- // top: 58,
77
- left: 24,
78
- bottom: 12,
79
- right: 40,
80
- containLabel: true
81
- },
82
- xAxis: {
83
- boundaryGap: false,
84
- axisTick: {
85
- show: false
86
- },
87
- axisLine: {
88
- show: true
89
- },
90
- axisLabel: {
91
- color: chartFontColor,
92
- formatter: function formatter(val) {
93
- return (0, _moment["default"])(val).format('MM-DD');
94
- }
95
- },
96
- data: dayList
97
- },
98
- yAxis: [{
99
- min: new Date((0, _moment["default"])().startOf('date').valueOf()),
100
- max: new Date((0, _moment["default"])().endOf('date').valueOf()),
101
- type: 'time',
102
- nameTextStyle: {
103
- color: chartFontColor
104
- },
105
- axisTick: {
106
- show: false
107
- },
108
- axisLabel: {
109
- color: chartFontColor,
110
- formatter: function formatter(val) {
111
- return (0, _moment["default"])(val).format('HH:mm');
112
- }
113
- },
114
- axisLine: {
115
- show: true
116
- },
117
- splitLine: {
118
- lineStyle: {
119
- type: 'dashed',
120
- color: 'rgba(151,151,151,0.28)'
121
- }
122
- }
123
- }],
124
- series: [{
125
- type: 'scatter',
126
- data: rows === null || rows === void 0 ? void 0 : rows.map(function (item) {
127
- return [(0, _moment["default"])(item.weighTime).format('MM-DD'), (0, _moment["default"])(item.weighTime).format("".concat(today, " HH:mm:ss")), item.netWeight, item.weighTime];
128
- }),
129
- symbolSize: 20
130
- }].concat(_toConsumableArray(periodList.map(function (item) {
131
- return {
132
- name: item.name,
133
- data: [],
134
- markArea: {
135
- data: [[{
136
- yAxis: (0, _moment["default"])(item.startTime, 'HH:mm:ss').format("".concat(today, " HH:mm:ss"))
137
- }, {
138
- yAxis: (0, _moment["default"])(item.endTime, 'HH:mm:ss').format("".concat(today, " HH:mm:ss"))
139
- }]],
140
- tooltip: {
141
- show: true,
142
- formatter: function formatter() {
143
- return item.name;
144
- }
145
- }
146
- },
147
- type: 'bar',
148
- tooltip: {
149
- show: false
150
- }
151
- };
152
- })))
153
- };
154
- var handleDateChange = function handleDateChange(start, end) {
155
- setState({
156
- startDate: start,
157
- endDate: end
158
- });
159
- };
160
- return /*#__PURE__*/_react["default"].createElement("div", {
161
- className: "car-collection"
162
- }, /*#__PURE__*/_react["default"].createElement("div", {
163
- className: "car-main"
164
- }, /*#__PURE__*/_react["default"].createElement("div", {
165
- className: "car-head"
166
- }, /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
167
- value: [(0, _moment["default"])(startDate), (0, _moment["default"])(endDate)],
168
- onChange: function onChange(dates) {
169
- return dates && handleDateChange((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
170
- }
171
- })), /*#__PURE__*/_react["default"].createElement("div", {
172
- style: {
173
- background: '#fff',
174
- flex: 1,
175
- minHeight: 0
176
- }
177
- }, (0, _lodash.isEmpty)(rows) && (0, _lodash.isEmpty)(periodList) ? ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
178
- style: {
179
- height: '200px',
180
- width: '400px'
181
- }
182
- })) : ( /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
183
- option: lineOption,
184
- notMerge: true,
185
- lazyUpdate: true,
186
- style: {
187
- height: '100%',
188
- width: '100%'
189
- }
190
- })))));
191
- };
192
- var _default = exports["default"] = Collection;
193
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_ahooks","_moment","_vmFilter","_useSettings2","_api","_echartsForReact","_vmNodata","_lodash","e","__esModule","_toConsumableArray","r","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","Symbol","iterator","Array","from","isArray","_arrayLikeToArray","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","a","t","toString","call","slice","constructor","name","test","length","n","l","i","u","f","o","next","Object","done","push","value","Collection","props","id","_useSettings","useSettings","sDate","startDate","eDate","endDate","chartColor","chartFontColor","_useSetState","useSetState","moment","subtract","format","tabKey","_useSetState2","state","setState","day","diff","dayList","index","add","rows","CollectionService","detailList","startTime","endTime","periodList","getPeriodList","carId","startDay","endDay","today","lineOption","color","tooltip","trigger","formatter","val","legend","top","grid","left","bottom","right","containLabel","xAxis","boundaryGap","axisTick","show","axisLine","axisLabel","data","yAxis","min","Date","startOf","valueOf","max","endOf","type","nameTextStyle","splitLine","lineStyle","series","map","item","weighTime","concat","netWeight","symbolSize","markArea","handleDateChange","start","end","React","createElement","className","VMRangePicker","onChange","dates","style","background","flex","minHeight","isEmpty","NoData","height","width","ReactEcharts","option","notMerge","lazyUpdate","_default","exports"],"sources":["vtx-car-modal/components/Collection/index.js"],"sourcesContent":["/**\n * 车辆-报警信息\n */\nimport React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport { VMRangePicker } from '../../../vm-filter';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport './index.less';\nimport { CollectionService } from '../../api';\nimport ReactEcharts from 'echarts-for-react';\nimport NoData from '../../../vm-nodata';\nimport { isEmpty } from 'lodash';\nconst Collection = props => {\n const { id } = props;\n const { startDate: sDate, endDate: eDate, chartColor, chartFontColor } = useSettings();\n const [state, setState] = useSetState({\n startDate: sDate\n ? sDate\n : moment()\n .subtract(30, 'day')\n .format('YYYY-MM-DD'),\n endDate: eDate ? eDate : moment().format('YYYY-MM-DD'),\n tabKey: '1',\n value: 'WORK',\n });\n const { startDate, endDate } = state;\n const day = moment(endDate).diff(startDate, 'day');\n const dayList = [];\n for (let index = 0; index <= day; index++) {\n dayList.push(moment(startDate)\n .add(index, 'day')\n .format('MM-DD'));\n }\n const rows = CollectionService.detailList({\n id,\n startTime: moment(startDate).format('YYYY-MM-DD 00:00:00'),\n endTime: moment(endDate).format('YYYY-MM-DD 23:59:59'),\n });\n const periodList = CollectionService.getPeriodList({\n carId: id,\n startDay: moment(startDate).format('YYYY-MM-DD'),\n endDay: moment(endDate).format('YYYY-MM-DD'),\n });\n const today = moment().format('YYYY-MM-DD');\n const lineOption = {\n color: chartColor,\n tooltip: {\n trigger: 'item',\n formatter: function (val) {\n return val.value[3] + ': ' + val.value[2] + 'kg';\n },\n },\n legend: {\n top: '5%',\n },\n grid: {\n // top: 58,\n left: 24,\n bottom: 12,\n right: 40,\n containLabel: true,\n },\n xAxis: {\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLine: {\n show: true,\n },\n axisLabel: {\n color: chartFontColor,\n formatter: (val) => {\n return moment(val).format('MM-DD');\n },\n },\n data: dayList,\n },\n yAxis: [\n {\n min: new Date(moment()\n .startOf('date')\n .valueOf()),\n max: new Date(moment()\n .endOf('date')\n .valueOf()),\n type: 'time',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n formatter: (val) => {\n return moment(val).format('HH:mm');\n },\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n type: 'scatter',\n data: rows === null || rows === void 0 ? void 0 : rows.map(item => [\n moment(item.weighTime).format('MM-DD'),\n moment(item.weighTime).format(`${today} HH:mm:ss`),\n item.netWeight,\n item.weighTime,\n ]),\n symbolSize: 20,\n },\n ...periodList.map(item => ({\n name: item.name,\n data: [],\n markArea: {\n data: [\n [\n {\n yAxis: moment(item.startTime, 'HH:mm:ss').format(`${today} HH:mm:ss`),\n },\n { yAxis: moment(item.endTime, 'HH:mm:ss').format(`${today} HH:mm:ss`) },\n ],\n ],\n tooltip: {\n show: true,\n formatter: function () {\n return item.name;\n },\n },\n },\n type: 'bar',\n tooltip: {\n show: false,\n },\n })),\n ],\n };\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n return (React.createElement(\"div\", { className: \"car-collection\" },\n React.createElement(\"div\", { className: \"car-main\" },\n React.createElement(\"div\", { className: \"car-head\" },\n React.createElement(VMRangePicker, { value: [moment(startDate), moment(endDate)], onChange: (dates) => dates &&\n handleDateChange(moment(dates[0]).format('YYYY-MM-DD'), moment(dates[1]).format('YYYY-MM-DD')) })),\n React.createElement(\"div\", { style: { background: '#fff', flex: 1, minHeight: 0 } }, isEmpty(rows) && isEmpty(periodList) ? (React.createElement(NoData, { style: { height: '200px', width: '400px' } })) : (React.createElement(ReactEcharts, { option: lineOption, notMerge: true, lazyUpdate: true, style: { height: '100%', width: '100%' } }))))));\n};\nexport default Collection;\n"],"mappings":"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","ignoreList":[]}
@@ -1,18 +0,0 @@
1
- .car-collection {
2
- padding: 10px;
3
- height: 100%;
4
- .car-main {
5
- height: 100%;
6
- padding: 11px 16px;
7
- background-color: var(--bg-color2);
8
- border: 1px solid var(--bg-border-color2);
9
-
10
- display: flex;
11
- flex-direction: column;
12
- .car-head {
13
- display: flex;
14
- justify-content: space-between;
15
- align-items: center;
16
- }
17
- }
18
- }
@@ -1,19 +0,0 @@
1
- .detail-main .ant-collapse {
2
- color: var(--label-color);
3
- background-color: var(--bg-color2);
4
- }
5
- .detail-main .ant-collapse-content {
6
- background-color: var(--bg-color2);
7
- }
8
- .detail-main .ant-collapse > .ant-collapse-item > .ant-collapse-header {
9
- color: var(--label-color);
10
- }
11
- .detail-main .ant-collapse {
12
- border: 1px solid var(--modal-border-color);
13
- }
14
- .detail-main .ant-collapse > .ant-collapse-item {
15
- border-bottom: 1px solid var(--bg-border-color2);
16
- }
17
- .detail-main .ant-collapse-content > .ant-collapse-content-box {
18
- border-bottom: 1px solid var(--modal-border-color);
19
- }