@vtx/modals2 4.0.7 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (753) hide show
  1. package/README.md +1 -1
  2. package/lib/style/css.js +3 -0
  3. package/lib/style/css.js.map +1 -1
  4. package/lib/style/index.css +52 -3
  5. package/lib/style/index.js +3 -0
  6. package/lib/style/index.js.map +1 -1
  7. package/lib/style/themes/dark.css +52 -3
  8. package/lib/style/themes/dark.less +47 -1
  9. package/lib/style/themes/default.css +5 -2
  10. package/lib/style/themes/default.less +6 -2
  11. package/lib/style/themes/index.css +52 -3
  12. package/lib/typings.d.ts +2 -0
  13. package/lib/util/index.js +293 -1
  14. package/lib/util/index.js.map +1 -1
  15. package/lib/vm-alarm-info/Components/index.css +3 -0
  16. package/lib/vm-alarm-info/Components/index.less +3 -0
  17. package/lib/vm-alarm-situation/index.js +1 -1
  18. package/lib/vm-alarm-situation/index.js.map +1 -1
  19. package/lib/vm-appraisal-info/ListKh.js +26 -8
  20. package/lib/vm-appraisal-info/ListKh.js.map +1 -1
  21. package/lib/vm-appraisal-info/ListZg.js +22 -6
  22. package/lib/vm-appraisal-info/ListZg.js.map +1 -1
  23. package/lib/vm-appraisal-info/Wtlx.js +6 -4
  24. package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
  25. package/lib/vm-appraisal-info/index.js +4 -3
  26. package/lib/vm-appraisal-info/index.js.map +1 -1
  27. package/lib/vm-appraisal-info/style/index.css +9 -1
  28. package/lib/vm-appraisal-info/style/index.less +15 -1
  29. package/lib/vm-base-list/OpenArrow.js +2 -8
  30. package/lib/vm-base-list/OpenArrow.js.map +1 -1
  31. package/lib/vm-charts/Line.js +1 -3
  32. package/lib/vm-charts/Line.js.map +1 -1
  33. package/lib/vm-charts/Line1.js +19 -1
  34. package/lib/vm-charts/Line1.js.map +1 -1
  35. package/lib/vm-container/style/index.css +1 -0
  36. package/lib/vm-container/style/index.less +2 -0
  37. package/lib/vm-filter/index.js +0 -3
  38. package/lib/vm-filter/index.js.map +1 -1
  39. package/lib/vm-filter/style/index.css +109 -2
  40. package/lib/vm-filter/style/index.less +128 -1
  41. package/lib/vm-hooks/useSettings.js +1 -0
  42. package/lib/vm-hooks/useSettings.js.map +1 -1
  43. package/lib/vm-iframe-modal/style/index.css +2 -1
  44. package/lib/vm-iframe-modal/style/index.less +2 -1
  45. package/lib/vm-image-text/index.js +2 -1
  46. package/lib/vm-image-text/index.js.map +1 -1
  47. package/lib/vm-image-text/style/index.css +2 -0
  48. package/lib/vm-image-text/style/index.less +2 -0
  49. package/lib/vm-info-collection/index.js +110 -8
  50. package/lib/vm-info-collection/index.js.map +1 -1
  51. package/lib/vm-info-collection/style/index.css +19 -23
  52. package/lib/vm-info-collection/style/index.less +13 -23
  53. package/lib/vm-map/imgs/defaultMarker.png +0 -0
  54. package/lib/vm-map/index.js +71 -27
  55. package/lib/vm-map/index.js.map +1 -1
  56. package/lib/vm-map/style/css.js +4 -0
  57. package/lib/vm-map/style/css.js.map +1 -0
  58. package/lib/vm-map/style/index.css +3 -0
  59. package/lib/vm-map/style/index.js +4 -0
  60. package/lib/vm-map/style/index.js.map +1 -0
  61. package/lib/vm-map/style/index.less +3 -0
  62. package/lib/vm-repair-maintain/RmMonthTrend.js +12 -10
  63. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
  64. package/lib/vm-repair-maintain/RmType.js +6 -4
  65. package/lib/vm-repair-maintain/RmType.js.map +1 -1
  66. package/lib/vm-repair-maintain/style/index.css +4 -0
  67. package/lib/vm-repair-maintain/style/index.less +7 -0
  68. package/lib/vm-sub-tabs/style/index.css +46 -0
  69. package/lib/vm-sub-tabs/style/index.less +61 -1
  70. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  71. package/lib/vm-sub-title/index.js +18 -2
  72. package/lib/vm-sub-title/index.js.map +1 -1
  73. package/lib/vm-sub-title/style/index.css +44 -1
  74. package/lib/vm-sub-title/style/index.less +46 -1
  75. package/lib/vm-table/index.js +1 -7
  76. package/lib/vm-table/index.js.map +1 -1
  77. package/lib/vm-table/style/index.css +89 -10
  78. package/lib/vm-table/style/index.less +101 -10
  79. package/lib/vm-video/index.css +76 -3
  80. package/lib/vm-video/index.js +6 -4
  81. package/lib/vm-video/index.js.map +1 -1
  82. package/lib/vm-video/index.less +26 -0
  83. package/lib/vtx-base-info/index.js +11 -2
  84. package/lib/vtx-base-info/index.js.map +1 -1
  85. package/lib/vtx-base-info/style/index.css +4 -0
  86. package/lib/vtx-base-info/style/index.less +4 -0
  87. package/lib/vtx-base-modal/api.js +8 -1
  88. package/lib/vtx-base-modal/api.js.map +1 -1
  89. package/lib/vtx-base-modal/config.js +307 -0
  90. package/lib/vtx-base-modal/config.js.map +1 -0
  91. package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
  92. package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
  93. package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
  94. package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
  95. package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
  96. package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
  97. package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
  98. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
  99. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
  100. package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
  101. package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
  102. package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
  103. package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
  104. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
  105. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
  106. package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
  107. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
  108. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
  109. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
  110. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
  111. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
  112. package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
  113. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
  114. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
  115. package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
  116. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
  117. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
  118. package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
  119. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
  120. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
  121. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
  122. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
  123. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
  124. package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
  125. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
  126. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
  127. package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
  128. package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
  129. package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
  130. package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
  131. package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
  132. package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
  133. package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
  134. package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
  135. package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
  136. package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
  137. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
  138. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
  139. package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
  140. package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
  141. package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
  142. package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
  143. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
  144. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
  145. package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
  146. package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
  147. package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
  148. package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
  149. package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
  150. package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
  151. package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
  152. package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
  153. package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
  154. package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
  155. package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
  156. package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
  157. package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
  158. package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
  159. package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
  160. package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
  161. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
  162. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
  163. package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
  164. package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
  165. package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
  166. package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
  167. package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
  168. package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
  169. package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
  170. package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
  171. package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
  172. package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
  173. package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
  174. package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
  175. package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
  176. package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
  177. package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
  178. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
  179. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
  180. package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
  181. package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
  182. package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
  183. package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
  184. package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
  185. package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
  186. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
  187. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
  188. package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
  189. package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
  190. package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
  191. package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
  192. package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
  193. package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
  194. package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
  195. package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
  196. package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
  197. package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
  198. package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
  199. package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
  200. package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
  201. package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
  202. package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
  203. package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
  204. package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
  205. package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
  206. package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
  207. package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
  208. package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
  209. package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
  210. package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
  211. package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
  212. package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
  213. package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
  214. package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
  215. package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
  216. package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
  217. package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
  218. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  219. package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
  220. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  221. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  222. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  223. package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
  224. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  225. package/lib/vtx-base-modal/index.js +162 -36
  226. package/lib/vtx-base-modal/index.js.map +1 -1
  227. package/lib/vtx-base-modal/style/index.css +731 -4
  228. package/lib/vtx-base-modal/style/index.less +506 -6
  229. package/lib/vtx-car-modal/api.js +301 -65
  230. package/lib/vtx-car-modal/api.js.map +1 -1
  231. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +27 -11
  232. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
  233. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
  234. package/lib/vtx-car-modal/components/AlarmInfo/index.css +2 -0
  235. package/lib/vtx-car-modal/components/AlarmInfo/index.js +6 -5
  236. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
  237. package/lib/vtx-car-modal/components/AlarmInfo/index.less +2 -0
  238. package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
  239. package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
  240. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +37 -8
  241. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
  242. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +5 -3
  243. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
  244. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +6 -4
  245. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
  246. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +21 -9
  247. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
  248. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +25 -7
  249. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
  250. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +19 -4
  251. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
  252. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +6 -5
  253. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
  254. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +20 -9
  255. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
  256. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +29 -18
  257. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
  258. package/lib/vtx-car-modal/components/BaseInfo/index.css +70 -5
  259. package/lib/vtx-car-modal/components/BaseInfo/index.js +100 -41
  260. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
  261. package/lib/vtx-car-modal/components/BaseInfo/index.less +57 -6
  262. package/lib/vtx-car-modal/components/Collection/index.css +28 -0
  263. package/lib/vtx-car-modal/components/Collection/index.js +193 -0
  264. package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
  265. package/lib/vtx-car-modal/components/Collection/index.less +18 -0
  266. package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
  267. package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
  268. package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
  269. package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
  270. package/lib/vtx-car-modal/components/Maintenance/index.css +1 -0
  271. package/lib/vtx-car-modal/components/Maintenance/index.less +1 -0
  272. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +25 -6
  273. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
  274. package/lib/vtx-car-modal/components/OilConsumption/index.css +3 -0
  275. package/lib/vtx-car-modal/components/OilConsumption/index.less +3 -0
  276. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +17 -3
  277. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
  278. package/lib/vtx-car-modal/components/StaticInfo/index.css +10 -0
  279. package/lib/vtx-car-modal/components/StaticInfo/index.js +24 -11
  280. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
  281. package/lib/vtx-car-modal/components/StaticInfo/index.less +11 -1
  282. package/lib/vtx-car-modal/components/WaterConsumption/index.css +2 -0
  283. package/lib/vtx-car-modal/components/WaterConsumption/index.less +3 -0
  284. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +120 -0
  285. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +1 -0
  286. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +100 -0
  287. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +1 -0
  288. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +88 -0
  289. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +1 -0
  290. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +17 -7
  291. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
  292. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -32
  293. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
  294. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +54 -12
  295. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
  296. package/lib/vtx-car-modal/components/WorkInfo/index.css +197 -2
  297. package/lib/vtx-car-modal/components/WorkInfo/index.less +226 -2
  298. package/lib/vtx-car-modal/components/index.js +14 -0
  299. package/lib/vtx-car-modal/components/index.js.map +1 -1
  300. package/lib/vtx-car-modal/imgs/ccc.png +0 -0
  301. package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
  302. package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
  303. package/lib/vtx-car-modal/imgs/dash.png +0 -0
  304. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  305. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  306. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  307. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  308. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  309. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  310. package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
  311. package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
  312. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  313. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  314. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  315. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  316. package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
  317. package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
  318. package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
  319. package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
  320. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  321. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  322. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  323. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  324. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  325. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  326. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  327. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  328. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  329. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  330. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  331. package/lib/vtx-car-modal/index.js +112 -48
  332. package/lib/vtx-car-modal/index.js.map +1 -1
  333. package/lib/vtx-car-modal/style/index.css +58 -3
  334. package/lib/vtx-car-modal/style/index.less +2 -0
  335. package/lib/vtx-cc-cp-modal/api.js +150 -51
  336. package/lib/vtx-cc-cp-modal/api.js.map +1 -1
  337. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +25 -6
  338. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  339. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +22 -5
  340. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  341. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +3 -0
  342. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +4 -0
  343. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +4 -0
  344. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +6 -0
  345. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +25 -6
  346. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
  347. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +22 -5
  348. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
  349. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +3 -0
  350. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +4 -0
  351. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
  352. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
  353. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
  354. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
  355. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
  356. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
  357. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
  358. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
  359. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
  360. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
  361. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +1 -0
  362. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
  363. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
  364. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +1 -0
  365. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +25 -6
  366. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  367. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +5 -0
  368. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +7 -1
  369. package/lib/vtx-cc-cp-modal/index.js +14 -2
  370. package/lib/vtx-cc-cp-modal/index.js.map +1 -1
  371. package/lib/vtx-cc-cp-modal/style/index.css +52 -3
  372. package/lib/vtx-cp-modal/api.js +81 -51
  373. package/lib/vtx-cp-modal/api.js.map +1 -1
  374. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +17 -6
  375. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  376. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +22 -5
  377. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  378. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +3 -0
  379. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +4 -0
  380. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +22 -37
  381. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  382. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +75 -152
  383. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  384. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +11 -4
  385. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
  386. package/lib/vtx-cp-modal/components/BaseInfo/index.css +45 -203
  387. package/lib/vtx-cp-modal/components/BaseInfo/index.js +4 -41
  388. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  389. package/lib/vtx-cp-modal/components/BaseInfo/index.less +40 -110
  390. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +17 -6
  391. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
  392. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +22 -5
  393. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
  394. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +3 -0
  395. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +4 -0
  396. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +20 -9
  397. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  398. package/lib/vtx-cp-modal/components/SyInfo/index.css +14 -0
  399. package/lib/vtx-cp-modal/components/SyInfo/index.js +5 -3
  400. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  401. package/lib/vtx-cp-modal/components/SyInfo/index.less +10 -1
  402. package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
  403. package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
  404. package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
  405. package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
  406. package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
  407. package/lib/vtx-cp-modal/index.js +57 -15
  408. package/lib/vtx-cp-modal/index.js.map +1 -1
  409. package/lib/vtx-cp-modal/style/index.css +52 -3
  410. package/lib/vtx-default-modal/api.js +264 -22
  411. package/lib/vtx-default-modal/api.js.map +1 -1
  412. package/lib/vtx-default-modal/components/BaseInfo/index.css +12 -2
  413. package/lib/vtx-default-modal/components/BaseInfo/index.js +45 -15
  414. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
  415. package/lib/vtx-default-modal/components/BaseInfo/index.less +16 -3
  416. package/lib/vtx-default-modal/index.js +77 -26
  417. package/lib/vtx-default-modal/index.js.map +1 -1
  418. package/lib/vtx-default-modal/style/index.css +52 -3
  419. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +5 -3
  420. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
  421. package/lib/vtx-device-modal/config.js +8 -12
  422. package/lib/vtx-device-modal/config.js.map +1 -1
  423. package/lib/vtx-device-modal/index.js +4 -2
  424. package/lib/vtx-device-modal/index.js.map +1 -1
  425. package/lib/vtx-df-modal/api.js +97 -63
  426. package/lib/vtx-df-modal/api.js.map +1 -1
  427. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +48 -20
  428. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
  429. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +30 -18
  430. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
  431. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +5 -4
  432. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
  433. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +31 -23
  434. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
  435. package/lib/vtx-df-modal/components/BaseInfo/index.css +39 -174
  436. package/lib/vtx-df-modal/components/BaseInfo/index.js +74 -68
  437. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
  438. package/lib/vtx-df-modal/components/BaseInfo/index.less +45 -63
  439. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +12 -9
  440. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
  441. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +19 -13
  442. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
  443. package/lib/vtx-df-modal/components/Metering/List.js +16 -3
  444. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
  445. package/lib/vtx-df-modal/components/Metering/index.css +11 -4
  446. package/lib/vtx-df-modal/components/Metering/index.js +3 -2
  447. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
  448. package/lib/vtx-df-modal/components/Metering/index.less +14 -6
  449. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -1
  450. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
  451. package/lib/vtx-df-modal/components/WorkCondition/index.css +18 -2
  452. package/lib/vtx-df-modal/components/WorkCondition/index.less +24 -1
  453. package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
  454. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  455. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  456. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  457. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  458. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  459. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  460. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  461. package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
  462. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  463. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  464. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  465. package/lib/vtx-df-modal/index.js +66 -41
  466. package/lib/vtx-df-modal/index.js.map +1 -1
  467. package/lib/vtx-df-modal/style/index.css +52 -3
  468. package/lib/vtx-facility-modal/components/OverView/Left.js +7 -3
  469. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
  470. package/lib/vtx-facility-modal/components/OverView/index.css +3 -0
  471. package/lib/vtx-facility-modal/components/OverView/index.js +38 -10
  472. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
  473. package/lib/vtx-facility-modal/components/OverView/index.less +4 -0
  474. package/lib/vtx-facility-modal/config.js +7 -10
  475. package/lib/vtx-facility-modal/config.js.map +1 -1
  476. package/lib/vtx-facility-modal/imgs/default.png +0 -0
  477. package/lib/vtx-facility-modal/index.js +9 -5
  478. package/lib/vtx-facility-modal/index.js.map +1 -1
  479. package/lib/vtx-housing-estate-modal/api.js +52 -40
  480. package/lib/vtx-housing-estate-modal/api.js.map +1 -1
  481. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +19 -1
  482. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
  483. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
  484. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
  485. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +67 -33
  486. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
  487. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +5 -3
  488. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
  489. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +37 -10
  490. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
  491. package/lib/vtx-housing-estate-modal/components/OverView/index.css +5 -0
  492. package/lib/vtx-housing-estate-modal/components/OverView/index.js +8 -3
  493. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
  494. package/lib/vtx-housing-estate-modal/components/OverView/index.less +10 -0
  495. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +3 -3
  496. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
  497. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +2 -1
  498. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
  499. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
  500. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
  501. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +21 -0
  502. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +7 -2
  503. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
  504. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +26 -0
  505. package/lib/vtx-housing-estate-modal/config.js +2 -2
  506. package/lib/vtx-housing-estate-modal/config.js.map +1 -1
  507. package/lib/vtx-housing-estate-modal/index.js +9 -2
  508. package/lib/vtx-housing-estate-modal/index.js.map +1 -1
  509. package/lib/vtx-kh-modal/components/BaseInfo/index.css +3 -0
  510. package/lib/vtx-kh-modal/components/BaseInfo/index.js +6 -4
  511. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
  512. package/lib/vtx-kh-modal/components/BaseInfo/index.less +4 -0
  513. package/lib/vtx-kh-modal/index.js +3 -1
  514. package/lib/vtx-kh-modal/index.js.map +1 -1
  515. package/lib/vtx-kh-modal/style/index.css +52 -3
  516. package/lib/vtx-pump-modal/api.js +71 -38
  517. package/lib/vtx-pump-modal/api.js.map +1 -1
  518. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +22 -5
  519. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -1
  520. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +22 -4
  521. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -1
  522. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +10 -9
  523. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +4 -4
  524. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -1
  525. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +16 -11
  526. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +12 -9
  527. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
  528. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +4 -4
  529. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -1
  530. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +3 -3
  531. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -1
  532. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +3 -3
  533. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -1
  534. package/lib/vtx-pump-modal/components/Basic/index.css +4 -0
  535. package/lib/vtx-pump-modal/components/Basic/index.less +6 -1
  536. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +7 -7
  537. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -1
  538. package/lib/vtx-pump-modal/components/Sbxl/index.css +10 -9
  539. package/lib/vtx-pump-modal/components/Sbxl/index.js +1 -1
  540. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -1
  541. package/lib/vtx-pump-modal/components/Sbxl/index.less +16 -17
  542. package/lib/vtx-pump-modal/components/Sjfx/index.css +3 -1
  543. package/lib/vtx-pump-modal/components/Sjfx/index.js +29 -29
  544. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -1
  545. package/lib/vtx-pump-modal/components/Sjfx/index.less +8 -6
  546. package/lib/vtx-pump-modal/components/Sxyx/index.css +7 -5
  547. package/lib/vtx-pump-modal/components/Sxyx/index.js +7 -4
  548. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -1
  549. package/lib/vtx-pump-modal/components/Sxyx/index.less +16 -11
  550. package/lib/vtx-pump-modal/config.js +3 -3
  551. package/lib/vtx-pump-modal/config.js.map +1 -1
  552. package/lib/vtx-pump-modal/index.js +21 -4
  553. package/lib/vtx-pump-modal/index.js.map +1 -1
  554. package/lib/vtx-restaurant-modal/api.js +52 -34
  555. package/lib/vtx-restaurant-modal/api.js.map +1 -1
  556. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +6 -5
  557. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
  558. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
  559. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
  560. package/lib/vtx-restaurant-modal/components/Alarm/index.css +3 -0
  561. package/lib/vtx-restaurant-modal/components/Alarm/index.less +3 -0
  562. package/lib/vtx-restaurant-modal/components/Basic/Info.js +3 -3
  563. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
  564. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -3
  565. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
  566. package/lib/vtx-restaurant-modal/components/Basic/index.css +3 -0
  567. package/lib/vtx-restaurant-modal/components/Basic/index.less +4 -0
  568. package/lib/vtx-restaurant-modal/components/Collection/Charts.js +154 -0
  569. package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
  570. package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
  571. package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
  572. package/lib/vtx-restaurant-modal/components/Collection/index.css +12 -0
  573. package/lib/vtx-restaurant-modal/components/Collection/index.js +44 -19
  574. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
  575. package/lib/vtx-restaurant-modal/components/Collection/index.less +6 -0
  576. package/lib/vtx-restaurant-modal/index.js +9 -3
  577. package/lib/vtx-restaurant-modal/index.js.map +1 -1
  578. package/lib/vtx-road-modal/api.js +104 -28
  579. package/lib/vtx-road-modal/api.js.map +1 -1
  580. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +3 -1
  581. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
  582. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +16 -6
  583. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
  584. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +17 -5
  585. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
  586. package/lib/vtx-road-modal/components/BaseInfo/index.css +16 -9
  587. package/lib/vtx-road-modal/components/BaseInfo/index.js +36 -15
  588. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
  589. package/lib/vtx-road-modal/components/BaseInfo/index.less +18 -9
  590. package/lib/vtx-road-modal/components/Statistical/Zylc.js +20 -9
  591. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
  592. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +13 -4
  593. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
  594. package/lib/vtx-road-modal/components/Statistical/index.css +4 -0
  595. package/lib/vtx-road-modal/components/Statistical/index.less +2 -0
  596. package/lib/vtx-road-modal/index.js +90 -15
  597. package/lib/vtx-road-modal/index.js.map +1 -1
  598. package/lib/vtx-road-modal/style/index.css +52 -3
  599. package/lib/vtx-staff-modal/api.js +59 -35
  600. package/lib/vtx-staff-modal/api.js.map +1 -1
  601. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +24 -9
  602. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
  603. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +1 -0
  604. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +5 -4
  605. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
  606. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +1 -0
  607. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +11 -4
  608. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
  609. package/lib/vtx-staff-modal/components/Attendance/Record.js +25 -35
  610. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
  611. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +7 -6
  612. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  613. package/lib/vtx-staff-modal/components/Attendance/index.css +3 -0
  614. package/lib/vtx-staff-modal/components/Attendance/index.less +3 -0
  615. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +16 -5
  616. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
  617. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +12 -4
  618. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
  619. package/lib/vtx-staff-modal/components/BaseInfo/index.css +6 -2
  620. package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
  621. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
  622. package/lib/vtx-staff-modal/components/BaseInfo/index.less +8 -2
  623. package/lib/vtx-staff-modal/components/Equipment/index.css +1 -0
  624. package/lib/vtx-staff-modal/components/Equipment/index.less +1 -0
  625. package/lib/vtx-staff-modal/index.js +28 -14
  626. package/lib/vtx-staff-modal/index.js.map +1 -1
  627. package/lib/vtx-staff-modal/style/index.css +52 -3
  628. package/lib/vtx-theme-provider/index.js +1 -0
  629. package/lib/vtx-theme-provider/index.js.map +1 -1
  630. package/lib/vtx-throw-point-modal/api.js +102 -47
  631. package/lib/vtx-throw-point-modal/api.js.map +1 -1
  632. package/lib/vtx-throw-point-modal/components/Alarm/index.css +2 -0
  633. package/lib/vtx-throw-point-modal/components/Alarm/index.less +3 -0
  634. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +67 -33
  635. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
  636. package/lib/vtx-throw-point-modal/components/OverView/Left.js +6 -5
  637. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
  638. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +18 -9
  639. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
  640. package/lib/vtx-throw-point-modal/components/OverView/index.css +6 -1
  641. package/lib/vtx-throw-point-modal/components/OverView/index.js +8 -3
  642. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
  643. package/lib/vtx-throw-point-modal/components/OverView/index.less +11 -1
  644. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +1 -2
  645. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
  646. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +2 -1
  647. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
  648. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +2 -1
  649. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
  650. package/lib/vtx-throw-point-modal/components/WGXW/index.css +21 -0
  651. package/lib/vtx-throw-point-modal/components/WGXW/index.js +7 -2
  652. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
  653. package/lib/vtx-throw-point-modal/components/WGXW/index.less +26 -0
  654. package/lib/vtx-throw-point-modal/index.js +66 -30
  655. package/lib/vtx-throw-point-modal/index.js.map +1 -1
  656. package/lib/vtx-wr-modal/api.js +89 -51
  657. package/lib/vtx-wr-modal/api.js.map +1 -1
  658. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +6 -5
  659. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  660. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +22 -5
  661. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
  662. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +3 -0
  663. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +3 -0
  664. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +24 -8
  665. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
  666. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +8 -4
  667. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
  668. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +17 -8
  669. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
  670. package/lib/vtx-wr-modal/components/BaseInfo/index.css +8 -0
  671. package/lib/vtx-wr-modal/components/BaseInfo/index.js +3 -3
  672. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
  673. package/lib/vtx-wr-modal/components/BaseInfo/index.less +10 -0
  674. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +9 -13
  675. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -1
  676. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +53 -23
  677. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
  678. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +9 -4
  679. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -1
  680. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +28 -12
  681. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -1
  682. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +119 -0
  683. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
  684. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +286 -0
  685. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
  686. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +54 -0
  687. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
  688. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +364 -0
  689. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
  690. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +159 -0
  691. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
  692. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +220 -0
  693. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
  694. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +319 -0
  695. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +112 -0
  696. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
  697. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +320 -0
  698. package/lib/vtx-wr-modal/components/Evaluate/index.css +3 -0
  699. package/lib/vtx-wr-modal/components/Evaluate/index.less +3 -0
  700. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +6 -5
  701. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
  702. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +34 -31
  703. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
  704. package/lib/vtx-wr-modal/components/Monitor/index.css +2 -0
  705. package/lib/vtx-wr-modal/components/Monitor/index.less +4 -0
  706. package/lib/vtx-wr-modal/components/Score/index.css +11 -0
  707. package/lib/vtx-wr-modal/components/Score/index.js +7 -8
  708. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
  709. package/lib/vtx-wr-modal/components/Score/index.less +33 -16
  710. package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
  711. package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
  712. package/lib/vtx-wr-modal/components/index.js +14 -0
  713. package/lib/vtx-wr-modal/components/index.js.map +1 -1
  714. package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
  715. package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
  716. package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
  717. package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
  718. package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
  719. package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
  720. package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
  721. package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
  722. package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
  723. package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
  724. package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
  725. package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
  726. package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
  727. package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
  728. package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
  729. package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
  730. package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
  731. package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
  732. package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
  733. package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
  734. package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
  735. package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
  736. package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
  737. package/lib/vtx-wr-modal/index.js +163 -39
  738. package/lib/vtx-wr-modal/index.js.map +1 -1
  739. package/lib/vtx-wr-modal/style/index.css +52 -3
  740. package/lib/vtx-zg-modal/components/BaseInfo/index.css +3 -0
  741. package/lib/vtx-zg-modal/components/BaseInfo/index.js +6 -4
  742. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
  743. package/lib/vtx-zg-modal/components/BaseInfo/index.less +6 -0
  744. package/lib/vtx-zg-modal/index.js +6 -2
  745. package/lib/vtx-zg-modal/index.js.map +1 -1
  746. package/lib/vtx-zg-modal/style/index.css +52 -3
  747. package/package.json +4 -3
  748. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +0 -180
  749. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +0 -1
  750. package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
  751. package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
  752. package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
  753. package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
@@ -1,15 +1,21 @@
1
1
  .car-work {
2
2
  padding: 10px;
3
+
3
4
  &-head {
4
5
  padding: 10px 20px;
5
6
  background-color: var(--bg-color2);
7
+ border: 1px solid var(--bg-border-color2);
8
+
6
9
  display: flex;
7
10
  justify-content: space-between;
8
11
  align-items: center;
9
12
  }
13
+
10
14
  &-content {
11
15
  background-color: var(--bg-color2);
16
+ border: 1px solid var(--bg-border-color2);
12
17
  }
18
+
13
19
  &-summary {
14
20
  padding: 0 20px;
15
21
  display: flex;
@@ -20,17 +26,20 @@
20
26
  width: 45%;
21
27
  }
22
28
  }
29
+
23
30
  &-summary-nopb {
24
31
  padding: 10px 20px;
25
32
  display: flex;
26
33
  justify-content: space-between;
27
34
  align-items: center;
28
35
  }
36
+
29
37
  &-summary-pb {
30
38
  padding: 0 20px;
31
39
  display: flex;
32
40
  justify-content: space-between;
33
41
  align-items: center;
42
+
34
43
  &-item {
35
44
  width: 50%;
36
45
  height: 200px;
@@ -39,24 +48,239 @@
39
48
  align-items: center;
40
49
  }
41
50
  }
51
+
42
52
  &-summary-norelation {
43
53
  padding: 24px 0;
44
54
  display: flex;
45
55
  justify-content: space-around;
46
56
  align-items: center;
47
57
  }
58
+
48
59
  &-summary-relation-item {
49
60
  height: 200px;
50
61
  display: flex;
51
62
  flex-wrap: wrap;
52
63
  }
64
+
53
65
  &-summary-relation-chart {
54
66
  width: 55%;
55
67
  }
56
- &-table {
68
+
69
+ &-bottom {
57
70
  min-height: 400px;
58
71
  margin-top: 10px;
59
- padding: 10px 20px;
72
+ padding: 10px 20px 0 20px;
60
73
  background-color: var(--bg-color2);
74
+ border: 1px solid var(--bg-border-color2);
75
+
76
+ }
77
+
78
+ &-table {
79
+ // min-height: 400px;
80
+ margin-top: 10px;
81
+ // padding: 10px 20px;
82
+ background-color: var(--bg-color2);
83
+ border: 1px solid var(--bg-border-color2);
84
+ }
85
+
86
+
87
+ &-job {
88
+ position: relative;
89
+ margin-top: 10px;
90
+
91
+ &-switch {
92
+ position: absolute;
93
+ left: 270px;
94
+ top: 8px;
95
+ z-index: 10;
96
+
97
+ span {
98
+ color: var(--label-color);
99
+ cursor: pointer;
100
+ margin-left: 10px;
101
+ }
102
+ }
103
+
104
+ &-datepicker {
105
+ position: absolute;
106
+ right: 20px;
107
+ top: 0;
108
+ z-index: 10;
109
+ }
110
+
111
+ .ant-tabs-nav {
112
+ margin-bottom: 10px !important;
113
+ }
61
114
  }
115
+
62
116
  }
117
+
118
+ .collect-item {
119
+ max-height: 260px;
120
+ overflow: auto;
121
+
122
+ &-head {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 8px;
126
+ color: var(--label-color);
127
+
128
+ &--index {
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ padding: 0 12px;
133
+ height: 24px;
134
+ background: linear-gradient(90deg, #33DDFF 0%, #3399FF 100%);
135
+ border-radius: 10px 2px 10px 2px;
136
+ font-size: 14px;
137
+ color: #ffffff;
138
+ }
139
+
140
+ &-summary {
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: start;
144
+ margin-left: 34px;
145
+ font-size: 14px;
146
+ font-family: PingFang SC;
147
+
148
+ &--label {
149
+ color: var(--title-color);
150
+ }
151
+
152
+ &--text {
153
+ color: var(--label-color);
154
+ max-width: 220px;
155
+ overflow: hidden;
156
+ text-overflow: ellipsis;
157
+ white-space: nowrap;
158
+ }
159
+ }
160
+ }
161
+
162
+ &-content {
163
+ display: flex;
164
+ flex-wrap: wrap;
165
+ overflow-x: hidden;
166
+ overflow-y: auto;
167
+ padding-top: 20px;
168
+ max-height: 300px;
169
+ border: unset;
170
+ }
171
+
172
+ &-point {
173
+ width: 200px;
174
+ position: relative;
175
+ text-align: center;
176
+ margin: 0 24px 24px 0;
177
+
178
+ &--dash {
179
+ width: 153px;
180
+ height: 1px;
181
+ position: absolute;
182
+ top: 15px;
183
+ left: 134px;
184
+ background: url('../../imgs/dash.png') no-repeat 100% 100%;
185
+ }
186
+
187
+ img {
188
+ width: 30px;
189
+ height: 30px;
190
+ cursor: pointer;
191
+ }
192
+
193
+ &--label {
194
+ width: 100%;
195
+ font-size: 14px;
196
+ font-family: PingFang SC;
197
+ font-weight: 400;
198
+ color: var(--title-color);
199
+ line-height: 36px;
200
+
201
+ display: inline-block;
202
+ overflow: hidden;
203
+ text-overflow: ellipsis;
204
+ white-space: nowrap;
205
+ }
206
+ }
207
+
208
+ &-detail {
209
+ width: 100%;
210
+ font-size: 14px;
211
+ font-family: PingFang SC;
212
+ font-weight: 400;
213
+ color: var(--title-color);
214
+ line-height: 36px;
215
+
216
+ display: inline-block;
217
+ overflow: hidden;
218
+ text-overflow: ellipsis;
219
+ white-space: nowrap;
220
+
221
+ span {
222
+ display: inline-block;
223
+ margin-left: 12px;
224
+ color: var(--label-color);
225
+ }
226
+
227
+ &--over {
228
+ padding: 0 6px;
229
+ height: 17px;
230
+ text-align: center;
231
+ line-height: 17px;
232
+ font-size: 12px;
233
+ color: #ff0000 !important;
234
+ margin-left: 0 !important;
235
+ background: rgba(255, 0, 0, 0.2);
236
+ border-radius: 9px;
237
+ }
238
+ }
239
+ }
240
+
241
+ .light-main {
242
+ .ant-collapse {
243
+ color: var(--label-color);
244
+ background-color: var(--bg-color2);
245
+ }
246
+
247
+ .ant-collapse-content {
248
+ background-color: var(--bg-color2);
249
+ }
250
+
251
+ .ant-collapse>.ant-collapse-item>.ant-collapse-header {
252
+ color: var(--label-color);
253
+ }
254
+
255
+ .ant-collapse {
256
+ border: 1px solid var(--modal-border-color);
257
+ }
258
+
259
+ .ant-collapse>.ant-collapse-item {
260
+ border-bottom: 1px solid var(--bg-border-color2);
261
+ }
262
+
263
+ .ant-tabs-tab {
264
+ color: var(--title-color);
265
+ background-color: transparent !important;
266
+ border: 1px solid var(--modal-border-color) !important;
267
+ }
268
+
269
+ .ant-radio-button-wrapper {
270
+ border: 1px solid var(--modal-border-color);
271
+ background-color: transparent !important;
272
+ color: var(--title-color);
273
+
274
+ &::before {
275
+ background: none;
276
+ }
277
+ }
278
+
279
+ .ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
280
+ margin-left: 0 !important;
281
+ }
282
+
283
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
284
+ box-shadow: none !important;
285
+ }
286
+ }
@@ -15,6 +15,18 @@ Object.defineProperty(exports, "CarAlarmInfo", {
15
15
  return _AlarmInfo["default"];
16
16
  }
17
17
  });
18
+ Object.defineProperty(exports, "Collection", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _Collection["default"];
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "DetailInfo", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _DetailInfo["default"];
28
+ }
29
+ });
18
30
  Object.defineProperty(exports, "Maintenance", {
19
31
  enumerable: true,
20
32
  get: function get() {
@@ -46,11 +58,13 @@ Object.defineProperty(exports, "WorkInfo", {
46
58
  }
47
59
  });
48
60
  var _BaseInfo = _interopRequireDefault(require("./BaseInfo"));
61
+ var _DetailInfo = _interopRequireDefault(require("./DetailInfo"));
49
62
  var _AlarmInfo = _interopRequireDefault(require("./AlarmInfo"));
50
63
  var _StaticInfo = _interopRequireDefault(require("./StaticInfo"));
51
64
  var _WaterConsumption = _interopRequireDefault(require("./WaterConsumption"));
52
65
  var _OilConsumption = _interopRequireDefault(require("./OilConsumption"));
53
66
  var _Maintenance = _interopRequireDefault(require("./Maintenance"));
54
67
  var _WorkInfo = _interopRequireDefault(require("./WorkInfo"));
68
+ var _Collection = _interopRequireDefault(require("./Collection"));
55
69
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
56
70
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_BaseInfo","_interopRequireDefault","require","_AlarmInfo","_StaticInfo","_WaterConsumption","_OilConsumption","_Maintenance","_WorkInfo","e","__esModule"],"sources":["vtx-car-modal/components/index.js"],"sourcesContent":["import BaseInfo from './BaseInfo';\nimport CarAlarmInfo from './AlarmInfo';\nimport StaticInfo from './StaticInfo';\nimport WaterConsumption from './WaterConsumption';\nimport OilConsumption from './OilConsumption';\nimport Maintenance from './Maintenance';\nimport WorkInfo from './WorkInfo';\nexport { BaseInfo, CarAlarmInfo, StaticInfo, WaterConsumption, OilConsumption, Maintenance, WorkInfo, };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,WAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,iBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,eAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,YAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,SAAA,GAAAP,sBAAA,CAAAC,OAAA;AAAkC,SAAAD,uBAAAQ,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_BaseInfo","_interopRequireDefault","require","_DetailInfo","_AlarmInfo","_StaticInfo","_WaterConsumption","_OilConsumption","_Maintenance","_WorkInfo","_Collection","e","__esModule"],"sources":["vtx-car-modal/components/index.js"],"sourcesContent":["import BaseInfo from './BaseInfo';\nimport DetailInfo from './DetailInfo';\nimport CarAlarmInfo from './AlarmInfo';\nimport StaticInfo from './StaticInfo';\nimport WaterConsumption from './WaterConsumption';\nimport OilConsumption from './OilConsumption';\nimport Maintenance from './Maintenance';\nimport WorkInfo from './WorkInfo';\nimport Collection from './Collection';\nexport { BaseInfo, DetailInfo, CarAlarmInfo, StaticInfo, WaterConsumption, OilConsumption, Maintenance, WorkInfo, Collection, };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,UAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,WAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,iBAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,eAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,YAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,SAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,WAAA,GAAAT,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAU,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
Binary file
Binary file
@@ -1,23 +1,35 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
+ var _react = _interopRequireWildcard(require("react"));
8
9
  var _vtxBaseModal = _interopRequireDefault(require("../vtx-base-modal"));
9
10
  var _components = require("./components");
11
+ var _vmVideo = _interopRequireDefault(require("../vm-video"));
10
12
  var _api = require("./api");
11
13
  var _api2 = _interopRequireDefault(require("../vm-video/api"));
12
14
  require("../style");
13
15
  var _lodash = _interopRequireDefault(require("lodash"));
16
+ var _utils = require("@vtx/utils");
14
17
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
15
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
16
20
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
17
21
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } // import VmVideo from '../vm-video';
22
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
23
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
24
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
25
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
26
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
27
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
28
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
19
29
  var TABS_BASE = 'car-base';
30
+ var TABS_DETAIL = 'car-detail';
20
31
  var TABS_ALARM = 'car-alarm';
32
+ var TABS_COLLECTION = 'car-collection';
21
33
  var TABS_STATIC = 'car-static';
22
34
  var TABS_WATER = 'car-water';
23
35
  var TABS_OIL = 'car-oil';
@@ -25,6 +37,7 @@ var TABS_MAINTENANCE = 'car-maintenance';
25
37
  var TABS_WORK = 'car-work';
26
38
  var TABS_VIDEO = 'car-video';
27
39
  var VtxCarModal = function VtxCarModal(props) {
40
+ var _a;
28
41
  var id = props.id,
29
42
  title = props.title,
30
43
  theme = props.theme,
@@ -33,91 +46,140 @@ var VtxCarModal = function VtxCarModal(props) {
33
46
  source = props.source,
34
47
  startDate = props.startDate,
35
48
  endDate = props.endDate,
36
- service = props.service,
37
- clearWater = props.clearWater;
49
+ onTdClick = props.onTdClick,
50
+ _props$tabChose = props.tabChose,
51
+ tabChose = _props$tabChose === void 0 ? '' : _props$tabChose,
52
+ showCollection = props.showCollection,
53
+ tabPosition = props.tabPosition,
54
+ _props$showChain = props.showChain,
55
+ showChain = _props$showChain === void 0 ? false : _props$showChain,
56
+ _props$showCollect = props.showCollect,
57
+ showCollect = _props$showCollect === void 0 ? true : _props$showCollect;
58
+ var _useState = (0, _react.useState)(''),
59
+ _useState2 = _slicedToArray(_useState, 2),
60
+ service = _useState2[0],
61
+ setService = _useState2[1];
62
+ var _useState3 = (0, _react.useState)([]),
63
+ _useState4 = _slicedToArray(_useState3, 2),
64
+ tabsC = _useState4[0],
65
+ setTabsC = _useState4[1];
66
+ var _useState5 = (0, _react.useState)(''),
67
+ _useState6 = _slicedToArray(_useState5, 2),
68
+ tabChoseC = _useState6[0],
69
+ setTabChoseC = _useState6[1];
70
+ var _ConfigService$useCon = _api.ConfigService.useConfig(),
71
+ data = _ConfigService$useCon.data;
72
+ var _BaseService$useField = _api.BaseService.useFieldConfig(),
73
+ showFields = _BaseService$useField.showFields;
38
74
  var _BaseService$useBaseI = _api.BaseService.useBaseInfo(id),
39
75
  baseInfo = _BaseService$useBaseI.baseInfo,
40
- info = _BaseService$useBaseI.info;
76
+ info = _BaseService$useBaseI.info,
77
+ tabConfig = _BaseService$useBaseI.tabConfig,
78
+ visited = _BaseService$useBaseI.visited;
41
79
  var _VideoService$getChan = _api2["default"].getChannels(info === null || info === void 0 ? void 0 : info.carCode, !!(info === null || info === void 0 ? void 0 : info.carCode)),
42
80
  channels = _VideoService$getChan.channels;
43
- var _OilService$useHasOil = _api.OilService.useHasOil(id),
44
- beenOilStatus = _OilService$useHasOil.beenOilStatus;
81
+ (0, _react.useEffect)(function () {
82
+ if (data === null || data === void 0 ? void 0 : data.id) {
83
+ setService('zyqs-zqb');
84
+ }
85
+ }, [data]);
45
86
  var tabs = [{
46
87
  key: TABS_BASE,
47
88
  title: '总览信息'
48
89
  }, {
49
- key: TABS_ALARM,
50
- title: '报警信息'
51
- }, {
52
- key: TABS_STATIC,
53
- title: '统计信息'
54
- },
55
- // { key: TABS_WATER, title: '水耗信息' },
56
- {
57
- key: TABS_MAINTENANCE,
58
- title: '维保信息'
59
- }];
60
- if (clearWater) {
61
- tabs = [{
62
- key: TABS_BASE,
63
- title: '总览信息'
64
- }, {
65
- key: TABS_ALARM,
66
- title: '报警信息'
67
- }, {
68
- key: TABS_STATIC,
69
- title: '统计信息'
70
- }];
90
+ key: TABS_DETAIL,
91
+ title: '详细信息'
71
92
  }
72
- if (beenOilStatus) {
73
- tabs.splice(4, 0, {
74
- key: TABS_OIL,
75
- title: '油耗信息'
93
+ // { key: TABS_ALARM, title: '报警信息' },
94
+ // { key: TABS_STATIC, title: '统计信息' },
95
+ // { key: TABS_WATER, title: '水耗信息' },
96
+ // { key: TABS_OIL, title: '油耗信息' },
97
+ // { key: TABS_VIDEO, title: '视频信息' },
98
+ // { key: TABS_MAINTENANCE, title: '维保信息' },
99
+ ];
100
+ if (showCollection) {
101
+ tabs.splice(2, 0, {
102
+ key: TABS_COLLECTION,
103
+ title: '收运信息'
76
104
  });
77
105
  }
78
- if ((channels === null || channels === void 0 ? void 0 : channels.length) > 0) {
79
- tabs = tabs.concat([{
80
- key: TABS_VIDEO,
81
- title: '视频信息'
82
- }]);
83
- }
84
106
  if ((info === null || info === void 0 ? void 0 : info.actionType) === 'ACTION_LJSY' || (info === null || info === void 0 ? void 0 : info.actionType) === 'ACTION_JXH') {
85
107
  tabs = tabs.concat([{
86
108
  key: TABS_WORK,
87
109
  title: '作业信息'
88
110
  }]);
89
111
  }
90
- if (info === null || info === void 0 ? void 0 : info.actionType.includes('ACTION_CC')) {
112
+ if ((_a = info === null || info === void 0 ? void 0 : info.actionType) === null || _a === void 0 ? void 0 : _a.includes('ACTION_CC')) {
91
113
  _lodash["default"].pullAllBy(tabs, [{
92
114
  key: TABS_WATER
93
115
  }], 'key');
94
116
  }
95
117
  var subTitle = (info === null || info === void 0 ? void 0 : info.actionType) === 'ACTION_LJSY' ? info === null || info === void 0 ? void 0 : info.productTypeName : info === null || info === void 0 ? void 0 : info.carClassName;
118
+ (0, _react.useEffect)(function () {
119
+ if (visited) {
120
+ var _tabsC = (tabConfig === null || tabConfig === void 0 ? void 0 : tabConfig.length) > 0 ? tabConfig : tabs;
121
+ if (_tabsC.findIndex(function (ele) {
122
+ return ele.key === 'car-video';
123
+ }) > -1) {
124
+ if ((channels === null || channels === void 0 ? void 0 : channels.length) < 1) {
125
+ _tabsC = _tabsC.filter(function (ele) {
126
+ return ele.key !== 'car-video';
127
+ });
128
+ }
129
+ }
130
+ setTabsC(_tabsC);
131
+ if ((_tabsC === null || _tabsC === void 0 ? void 0 : _tabsC.length) > 0 && tabChose) {
132
+ setTabChoseC(tabChose);
133
+ }
134
+ }
135
+ }, [id, JSON.stringify(tabConfig), tabChose, visited, JSON.stringify(channels)]);
96
136
  return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, visible && ( /*#__PURE__*/_react["default"].createElement(_vtxBaseModal["default"], {
97
137
  title: title,
98
138
  subTitle: /*#__PURE__*/_react["default"].createElement("span", {
99
139
  className: "car-subtitle"
100
- }, subTitle ? "(".concat(subTitle, ")") : ''),
140
+ }, /*#__PURE__*/_react["default"].createElement("span", null, subTitle ? "(".concat(subTitle, ")") : ''), (0, _utils.getUrlParam)('noCarModalBaseLeftGif') ? ( /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "car-base-left--online",
142
+ style: {
143
+ marginLeft: 10
144
+ }
145
+ }, info === null || info === void 0 ? void 0 : info.carStatusStr)) : null),
101
146
  id: id,
102
147
  type: "car",
103
148
  source: source,
104
149
  theme: theme,
105
150
  visible: visible,
106
151
  onCancel: onCancel,
107
- tabs: tabs,
152
+ tabs: tabsC,
153
+ tabChose: tabChoseC,
108
154
  startDate: startDate,
109
155
  endDate: endDate,
110
- contents: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_react["default"].createElement(_components.BaseInfo, {
156
+ tabPosition: tabPosition,
157
+ showCollect: showCollect,
158
+ contents: _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, TABS_BASE, /*#__PURE__*/_react["default"].createElement(_components.BaseInfo, {
111
159
  id: id,
112
- baseInfo: baseInfo,
160
+ baseInfo: baseInfo === null || baseInfo === void 0 ? void 0 : baseInfo.filter(function (ele) {
161
+ return ele.key !== 'bidSectionName' || ele.key === 'bidSectionName' && showFields.map(function (item) {
162
+ return item.dataKey;
163
+ }).includes('bidSectionName');
164
+ }),
113
165
  info: info,
114
- service: service
166
+ service: (props === null || props === void 0 ? void 0 : props.service) || service,
167
+ showChain: showChain
168
+ })), TABS_DETAIL, /*#__PURE__*/_react["default"].createElement(_components.DetailInfo, {
169
+ id: id,
170
+ actionType: info === null || info === void 0 ? void 0 : info.actionType,
171
+ showFields: showFields
115
172
  })), TABS_ALARM, /*#__PURE__*/_react["default"].createElement(_components.CarAlarmInfo, {
116
173
  id: id,
117
174
  carCode: info === null || info === void 0 ? void 0 : info.carCode,
118
175
  actionType: info === null || info === void 0 ? void 0 : info.actionType
176
+ })), TABS_COLLECTION, /*#__PURE__*/_react["default"].createElement(_components.Collection, {
177
+ id: id,
178
+ carCode: info === null || info === void 0 ? void 0 : info.carCode
119
179
  })), TABS_STATIC, /*#__PURE__*/_react["default"].createElement(_components.StaticInfo, {
120
- id: id
180
+ id: id,
181
+ onTdClick: onTdClick,
182
+ onCancel: onCancel
121
183
  })), TABS_WATER, /*#__PURE__*/_react["default"].createElement(_components.WaterConsumption, {
122
184
  id: id
123
185
  })), TABS_OIL, /*#__PURE__*/_react["default"].createElement(_components.OilConsumption, {
@@ -127,7 +189,9 @@ var VtxCarModal = function VtxCarModal(props) {
127
189
  })), TABS_WORK, /*#__PURE__*/_react["default"].createElement(_components.WorkInfo, {
128
190
  id: id,
129
191
  actionType: (info === null || info === void 0 ? void 0 : info.actionType) || '',
130
- service: service
192
+ service: (props === null || props === void 0 ? void 0 : props.service) || service
193
+ })), TABS_VIDEO, /*#__PURE__*/_react["default"].createElement(_vmVideo["default"], {
194
+ videoPlaceCode: info === null || info === void 0 ? void 0 : info.carCode
131
195
  }))
132
196
  })));
133
197
  };