@vtx/modals2 3.3.16 → 3.3.18

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 (295) hide show
  1. package/lib/index.js +14 -0
  2. package/lib/index.js.map +1 -1
  3. package/lib/vm-info-collection/index.js +4 -1
  4. package/lib/vm-info-collection/index.js.map +1 -1
  5. package/lib/vtx-car-adm251-modal/components/Mix/index.js +4 -3
  6. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +1 -1
  7. package/lib/vtx-car-adm251-modal/index.js +4 -3
  8. package/lib/vtx-car-adm251-modal/index.js.map +1 -1
  9. package/lib/vtx-car-modal/components/RunAna/index.js +3 -2
  10. package/lib/vtx-car-modal/components/RunAna/index.js.map +1 -1
  11. package/lib/vtx-car-modal/index.js +13 -8
  12. package/lib/vtx-car-modal/index.js.map +1 -1
  13. package/lib/vtx-car-modal-temp/api.js +633 -0
  14. package/lib/vtx-car-modal-temp/api.js.map +1 -0
  15. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +198 -0
  16. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +1 -0
  17. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +186 -0
  18. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +1 -0
  19. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +45 -0
  20. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +126 -0
  21. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +1 -0
  22. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +38 -0
  23. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +81 -0
  24. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +1 -0
  25. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +85 -0
  26. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +1 -0
  27. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +67 -0
  28. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  29. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +126 -0
  30. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  31. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +116 -0
  32. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +1 -0
  33. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +56 -0
  34. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +1 -0
  35. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +117 -0
  36. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  37. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +123 -0
  38. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +1 -0
  39. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +147 -0
  40. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  41. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +280 -0
  42. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +252 -0
  43. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +1 -0
  44. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +239 -0
  45. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +39 -0
  46. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +134 -0
  47. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +1 -0
  48. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +34 -0
  49. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +48 -0
  50. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +277 -0
  51. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +1 -0
  52. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +49 -0
  53. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +88 -0
  54. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +1 -0
  55. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +100 -0
  56. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +1 -0
  57. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +33 -0
  58. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +138 -0
  59. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +1 -0
  60. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +36 -0
  61. package/lib/vtx-car-modal-temp/components/RunAna/index.css +6 -0
  62. package/lib/vtx-car-modal-temp/components/RunAna/index.js +130 -0
  63. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +1 -0
  64. package/lib/vtx-car-modal-temp/components/RunAna/index.less +6 -0
  65. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +70 -0
  66. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +1 -0
  67. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +92 -0
  68. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +1 -0
  69. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +97 -0
  70. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +93 -0
  71. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +1 -0
  72. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +75 -0
  73. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +29 -0
  74. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +116 -0
  75. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +1 -0
  76. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +22 -0
  77. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +128 -0
  78. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +1 -0
  79. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +309 -0
  80. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +1 -0
  81. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +495 -0
  82. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +1 -0
  83. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +263 -0
  84. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +35 -0
  85. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +1 -0
  86. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +220 -0
  87. package/lib/vtx-car-modal-temp/components/index.js +70 -0
  88. package/lib/vtx-car-modal-temp/components/index.js.map +1 -0
  89. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  90. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  91. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  92. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  93. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  94. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  95. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  96. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  97. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  98. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  99. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  100. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  101. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  102. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  103. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  104. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  105. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  106. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  107. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  108. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  109. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  110. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  111. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  112. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  113. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  114. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  115. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  116. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  117. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  118. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  119. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  120. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  121. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  122. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  123. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  124. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  125. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  126. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  127. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  128. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  129. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  130. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  131. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  132. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  133. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  134. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  135. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  136. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  137. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  138. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  139. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  140. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  141. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  142. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  143. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  144. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  145. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  146. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  147. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  148. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  149. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  150. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  151. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  152. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  153. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  154. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  155. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  156. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  157. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  158. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  159. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  160. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  161. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  162. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  163. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  164. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  165. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  166. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  167. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  168. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  169. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  170. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  171. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  172. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  173. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  174. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  175. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  176. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  177. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  178. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  179. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  180. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  181. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  182. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  183. package/lib/vtx-car-modal-temp/index.js +156 -0
  184. package/lib/vtx-car-modal-temp/index.js.map +1 -0
  185. package/lib/vtx-car-modal-temp/style/css.js +11 -0
  186. package/lib/vtx-car-modal-temp/style/css.js.map +1 -0
  187. package/lib/vtx-car-modal-temp/style/index.css +136 -0
  188. package/lib/vtx-car-modal-temp/style/index.js +11 -0
  189. package/lib/vtx-car-modal-temp/style/index.js.map +1 -0
  190. package/lib/vtx-car-modal-temp/style/index.less +6 -0
  191. package/lib/vtx-ljfl-tfd-modal-temp/api.js +601 -0
  192. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +1 -0
  193. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +55 -0
  194. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +124 -0
  195. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +1 -0
  196. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +49 -0
  197. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +153 -0
  198. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +238 -0
  199. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +1 -0
  200. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +15 -0
  201. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +162 -0
  202. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +341 -0
  203. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +1 -0
  204. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +22 -0
  205. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +28 -0
  206. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +1 -0
  207. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +140 -0
  208. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +32 -0
  209. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +1 -0
  210. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +10 -0
  211. package/lib/vtx-ljfl-tfd-modal-temp/config.js +80 -0
  212. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +1 -0
  213. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  214. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  215. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  216. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  217. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  218. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  219. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  220. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  221. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  222. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  223. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  224. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  225. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  226. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  227. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  228. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  229. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  230. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  231. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  232. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  233. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  234. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  235. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  236. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  237. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  238. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  239. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  240. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  241. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  242. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  243. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  244. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  245. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  246. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  247. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  248. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  249. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  250. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  251. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  252. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  253. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  254. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  255. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  256. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  257. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  258. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  259. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  260. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  261. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  262. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  263. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  264. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  265. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  266. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  267. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  268. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  269. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  270. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  271. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  272. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  273. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  274. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  275. package/lib/vtx-ljfl-tfd-modal-temp/index.js +101 -0
  276. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +1 -0
  277. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +5 -0
  278. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +1 -0
  279. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +132 -0
  280. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +5 -0
  281. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +1 -0
  282. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +3 -0
  283. package/lib/vtx-ljfl-tfd-modal-temp/types.js +6 -0
  284. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +1 -0
  285. package/lib/vtx-wr-modal/index.js +12 -9
  286. package/lib/vtx-wr-modal/index.js.map +1 -1
  287. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +9 -2
  288. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +1 -1
  289. package/lib/vtx-zyz-modal/components/Metering/index.css +0 -3
  290. package/lib/vtx-zyz-modal/components/Metering/index.js +5 -25
  291. package/lib/vtx-zyz-modal/components/Metering/index.js.map +1 -1
  292. package/lib/vtx-zyz-modal/components/Metering/index.less +3 -3
  293. package/lib/vtx-zyz-modal/index.js +6 -2
  294. package/lib/vtx-zyz-modal/index.js.map +1 -1
  295. package/package.json +2 -2
@@ -0,0 +1,263 @@
1
+ .car-work {
2
+ padding: 10px;
3
+ min-height: 693px;
4
+ }
5
+ .car-work-head {
6
+ padding: 10px 20px;
7
+ background-color: var(--bg-color2);
8
+ display: -webkit-box;
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ -webkit-box-pack: justify;
12
+ -ms-flex-pack: justify;
13
+ justify-content: space-between;
14
+ -webkit-box-align: center;
15
+ -ms-flex-align: center;
16
+ align-items: center;
17
+ }
18
+ .car-work-content {
19
+ background-color: var(--bg-color2);
20
+ }
21
+ .car-work-summary {
22
+ padding: 0 20px;
23
+ display: -webkit-box;
24
+ display: -ms-flexbox;
25
+ display: flex;
26
+ -webkit-box-pack: justify;
27
+ -ms-flex-pack: justify;
28
+ justify-content: space-between;
29
+ -webkit-box-align: center;
30
+ -ms-flex-align: center;
31
+ align-items: center;
32
+ }
33
+ .car-work-summary-left {
34
+ width: 45%;
35
+ }
36
+ .car-work-summary-nopb {
37
+ padding: 10px 20px;
38
+ display: -webkit-box;
39
+ display: -ms-flexbox;
40
+ display: flex;
41
+ -webkit-box-pack: justify;
42
+ -ms-flex-pack: justify;
43
+ justify-content: space-between;
44
+ -webkit-box-align: center;
45
+ -ms-flex-align: center;
46
+ align-items: center;
47
+ }
48
+ .car-work-summary-pb {
49
+ padding: 0 20px;
50
+ display: -webkit-box;
51
+ display: -ms-flexbox;
52
+ display: flex;
53
+ -webkit-box-pack: justify;
54
+ -ms-flex-pack: justify;
55
+ justify-content: space-between;
56
+ -webkit-box-align: center;
57
+ -ms-flex-align: center;
58
+ align-items: center;
59
+ }
60
+ .car-work-summary-pb-item {
61
+ width: 50%;
62
+ height: 200px;
63
+ display: -webkit-box;
64
+ display: -ms-flexbox;
65
+ display: flex;
66
+ -webkit-box-pack: justify;
67
+ -ms-flex-pack: justify;
68
+ justify-content: space-between;
69
+ -webkit-box-align: center;
70
+ -ms-flex-align: center;
71
+ align-items: center;
72
+ }
73
+ .car-work-summary-norelation {
74
+ padding: 24px 0;
75
+ display: -webkit-box;
76
+ display: -ms-flexbox;
77
+ display: flex;
78
+ -ms-flex-pack: distribute;
79
+ justify-content: space-around;
80
+ -webkit-box-align: center;
81
+ -ms-flex-align: center;
82
+ align-items: center;
83
+ }
84
+ .car-work-summary-relation-item {
85
+ height: 200px;
86
+ display: -webkit-box;
87
+ display: -ms-flexbox;
88
+ display: flex;
89
+ -ms-flex-wrap: wrap;
90
+ flex-wrap: wrap;
91
+ }
92
+ .car-work-summary-relation-chart {
93
+ width: 55%;
94
+ }
95
+ .car-work-twrap {
96
+ height: 500px;
97
+ margin-top: 10px;
98
+ padding: 10px 20px;
99
+ background-color: var(--bg-color2);
100
+ position: relative;
101
+ }
102
+ .car-work-twrap-time {
103
+ position: absolute;
104
+ right: 0;
105
+ top: 12px;
106
+ }
107
+ .car-work .twrap-chart-head {
108
+ display: -webkit-box;
109
+ display: -ms-flexbox;
110
+ display: flex;
111
+ -webkit-box-pack: end;
112
+ -ms-flex-pack: end;
113
+ justify-content: end;
114
+ -webkit-box-align: center;
115
+ -ms-flex-align: center;
116
+ align-items: center;
117
+ }
118
+ .car-work .twrap-chart-head-content {
119
+ width: 540px;
120
+ height: 44px;
121
+ line-height: 44px;
122
+ text-align: center;
123
+ font-size: 15px;
124
+ font-family: Microsoft YaHei;
125
+ color: #ffffff;
126
+ background: url('../../imgs/work_cp_bg.png') no-repeat 100% 100%;
127
+ }
128
+ .car-work .twrap-chart-head-content span {
129
+ color: #00ffec;
130
+ font-size: 18px;
131
+ font-family: MicrosoftYaHei;
132
+ }
133
+ .car-work .twrap-chart-head-content label {
134
+ font-size: 22px;
135
+ font-family: PangMenZhengDao;
136
+ color: #00ffec;
137
+ }
138
+ .car-work .twrap-chart-main {
139
+ width: calc(100% - 134px);
140
+ padding: 0 24px;
141
+ display: -webkit-box;
142
+ display: -ms-flexbox;
143
+ display: flex;
144
+ -ms-flex-pack: distribute;
145
+ justify-content: space-around;
146
+ -webkit-box-align: center;
147
+ -ms-flex-align: center;
148
+ align-items: center;
149
+ margin-top: 28px;
150
+ margin-left: 150px;
151
+ position: relative;
152
+ }
153
+ .car-work .twrap-chart-main-title {
154
+ position: absolute;
155
+ bottom: 0;
156
+ left: -156px;
157
+ color: var(--zy-label-color);
158
+ line-height: 28px;
159
+ }
160
+ .car-work .twrap-chart-main-left {
161
+ width: 27px;
162
+ height: 28px;
163
+ position: absolute;
164
+ left: -62px;
165
+ top: -2px;
166
+ background: url('../../imgs/ljsy_left.png') no-repeat 100% 100%;
167
+ cursor: pointer;
168
+ z-index: 12;
169
+ }
170
+ .car-work .twrap-chart-main-right {
171
+ width: 27px;
172
+ height: 28px;
173
+ position: absolute;
174
+ right: 30px;
175
+ top: -2px;
176
+ background: url('../../imgs/ljsy_right.png') no-repeat 100% 100%;
177
+ cursor: pointer;
178
+ z-index: 12;
179
+ }
180
+ .car-work .twrap-chart-main-line {
181
+ width: 100%;
182
+ height: 8px;
183
+ position: absolute;
184
+ left: -52px;
185
+ top: 7px;
186
+ background: rgba(0, 157, 255, 0.1);
187
+ z-index: 10;
188
+ }
189
+ .car-work .twrap-chart-main-line_active {
190
+ width: 0px;
191
+ height: 8px;
192
+ position: absolute;
193
+ left: -50px;
194
+ top: 7px;
195
+ background: -webkit-gradient(linear, left top, right top, from(rgba(25, 250, 237, 0.51)), to(#58ffb6));
196
+ background: linear-gradient(90deg, rgba(25, 250, 237, 0.51), #58ffb6);
197
+ z-index: 11;
198
+ }
199
+ .car-work .twrap-chart-main-item {
200
+ margin-right: 32px;
201
+ position: relative;
202
+ }
203
+ .car-work .twrap-chart-main-item_end {
204
+ top: -12px;
205
+ }
206
+ .car-work .twrap-chart-main-item-car {
207
+ width: 55px;
208
+ height: 26px;
209
+ position: absolute;
210
+ top: -26px;
211
+ left: -10px;
212
+ z-index: 19;
213
+ background: url('../../imgs/ljsy_car.png') no-repeat 100% 100%;
214
+ }
215
+ .car-work .twrap-chart-main-item-diamond {
216
+ width: 22px;
217
+ height: 22px;
218
+ margin-left: 5px;
219
+ position: relative;
220
+ z-index: 19;
221
+ background: url('../../imgs/ljsy_diamond.png') no-repeat 100% 100%;
222
+ }
223
+ .car-work .twrap-chart-main-item-diamond_active {
224
+ background: url('../../imgs/ljsy_diamond_active.png') no-repeat 100% 100%;
225
+ }
226
+ .car-work .twrap-chart-main-item-name {
227
+ width: 32px;
228
+ height: 170px;
229
+ margin-top: 8px;
230
+ background: url('../../imgs/ljsy_cp_name_un.png') no-repeat 100% 100%;
231
+ font-size: 14px;
232
+ font-family: PingFang SC;
233
+ color: var(--zy-label-color);
234
+ line-height: 18px;
235
+ text-align: center;
236
+ padding: 4px 6px 0;
237
+ overflow: hidden;
238
+ }
239
+ .car-work .twrap-chart-main-item-name_ys {
240
+ background: url('../../imgs/ljsy_cp_name.png') no-repeat 100% 100%;
241
+ }
242
+ .car-work .twrap-chart-main-item-name_active {
243
+ background: url('../../imgs/ljsy_cp_name_active.png') no-repeat 100% 100%;
244
+ }
245
+ .car-work .twrap-chart-main-item-name_end {
246
+ overflow: unset;
247
+ cursor: pointer;
248
+ }
249
+ .car-work .twrap-chart-main-item-sj {
250
+ color: var(--zy-label-color);
251
+ line-height: 28px;
252
+ padding-left: 4px;
253
+ }
254
+ .car-work .twrap-chart-main-item-sj span {
255
+ color: #00ffec;
256
+ }
257
+ .car-work .twrap-chart-main-item-time {
258
+ line-height: 28px;
259
+ color: var(--zy-label-color);
260
+ }
261
+ .car-work .twrap-chart-main-item-end {
262
+ height: 60px;
263
+ }
@@ -0,0 +1,35 @@
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 _WorkJxh = _interopRequireDefault(require("./WorkJxh"));
9
+ var _WorkLjsy = _interopRequireDefault(require("./WorkLjsy"));
10
+ require("./index.less");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ /**
13
+ * 作业信息-机械化-垃圾收运
14
+ */
15
+
16
+ var WorkInfo = function WorkInfo(props) {
17
+ var id = props.id,
18
+ actionType = props.actionType,
19
+ onPosition = props.onPosition;
20
+ var doms = {
21
+ ACTION_JXH: /*#__PURE__*/_react["default"].createElement(_WorkJxh["default"], {
22
+ id: id
23
+ }),
24
+ ACTION_LJSY: /*#__PURE__*/_react["default"].createElement(_WorkLjsy["default"], {
25
+ id: id,
26
+ onPosition: onPosition
27
+ })
28
+ };
29
+ return /*#__PURE__*/_react["default"].createElement("div", {
30
+ className: "car-work"
31
+ }, doms[actionType]);
32
+ };
33
+ var _default = WorkInfo;
34
+ exports["default"] = _default;
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["WorkInfo","props","id","actionType","onPosition","doms","ACTION_JXH","React","createElement","WorkJxh","ACTION_LJSY","WorkLjsy","className"],"sources":["vtx-car-modal-temp/components/WorkInfo/index.js"],"sourcesContent":["/**\n * 作业信息-机械化-垃圾收运\n */\nimport React from 'react';\nimport WorkJxh from './WorkJxh';\nimport WorkLjsy from './WorkLjsy';\nimport './index.less';\nconst WorkInfo = props => {\n const { id, actionType, onPosition } = props;\n const doms = {\n ACTION_JXH: React.createElement(WorkJxh, { id: id }),\n ACTION_LJSY: React.createElement(WorkLjsy, { id: id, onPosition: onPosition }),\n };\n return React.createElement(\"div\", { className: \"car-work\" }, doms[actionType]);\n};\nexport default WorkInfo;\n"],"mappings":";;;;;;AAGA;AACA;AACA;AACA;AAAsB;AANtB;AACA;AACA;;AAKA,IAAMA,QAAQ,GAAG,SAAXA,QAAQ,CAAGC,KAAK,EAAI;EACtB,IAAQC,EAAE,GAA6BD,KAAK,CAApCC,EAAE;IAAEC,UAAU,GAAiBF,KAAK,CAAhCE,UAAU;IAAEC,UAAU,GAAKH,KAAK,CAApBG,UAAU;EAClC,IAAMC,IAAI,GAAG;IACTC,UAAU,eAAEC,iBAAK,CAACC,aAAa,CAACC,mBAAO,EAAE;MAAEP,EAAE,EAAEA;IAAG,CAAC,CAAC;IACpDQ,WAAW,eAAEH,iBAAK,CAACC,aAAa,CAACG,oBAAQ,EAAE;MAAET,EAAE,EAAEA,EAAE;MAAEE,UAAU,EAAEA;IAAW,CAAC;EACjF,CAAC;EACD,oBAAOG,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEI,SAAS,EAAE;EAAW,CAAC,EAAEP,IAAI,CAACF,UAAU,CAAC,CAAC;AAClF,CAAC;AAAC,eACaH,QAAQ;AAAA"}
@@ -0,0 +1,220 @@
1
+ .car-work {
2
+ padding: 10px;
3
+ min-height: 693px;
4
+ &-head {
5
+ padding: 10px 20px;
6
+ background-color: var(--bg-color2);
7
+ display: flex;
8
+ justify-content: space-between;
9
+ align-items: center;
10
+ }
11
+ &-content {
12
+ background-color: var(--bg-color2);
13
+ }
14
+ &-summary {
15
+ padding: 0 20px;
16
+ display: flex;
17
+ justify-content: space-between;
18
+ align-items: center;
19
+
20
+ &-left {
21
+ width: 45%;
22
+ }
23
+ }
24
+ &-summary-nopb {
25
+ padding: 10px 20px;
26
+ display: flex;
27
+ justify-content: space-between;
28
+ align-items: center;
29
+ }
30
+ &-summary-pb {
31
+ padding: 0 20px;
32
+ display: flex;
33
+ justify-content: space-between;
34
+ align-items: center;
35
+ &-item {
36
+ width: 50%;
37
+ height: 200px;
38
+ display: flex;
39
+ justify-content: space-between;
40
+ align-items: center;
41
+ }
42
+ }
43
+ &-summary-norelation {
44
+ padding: 24px 0;
45
+ display: flex;
46
+ justify-content: space-around;
47
+ align-items: center;
48
+ }
49
+ &-summary-relation-item {
50
+ height: 200px;
51
+ display: flex;
52
+ flex-wrap: wrap;
53
+ }
54
+ &-summary-relation-chart {
55
+ width: 55%;
56
+ }
57
+ &-twrap {
58
+ height: 500px;
59
+ margin-top: 10px;
60
+ padding: 10px 20px;
61
+ background-color: var(--bg-color2);
62
+ position: relative;
63
+
64
+ &-time {
65
+ position: absolute;
66
+ right: 0;
67
+ top: 12px;
68
+ }
69
+ }
70
+ .twrap-chart {
71
+ &-head {
72
+ display: flex;
73
+ justify-content: end;
74
+ align-items: center;
75
+ &-content {
76
+ width: 540px;
77
+ height: 44px;
78
+ line-height: 44px;
79
+ text-align: center;
80
+ font-size: 15px;
81
+ font-family: Microsoft YaHei;
82
+ color: #ffffff;
83
+ background: url('../../imgs/work_cp_bg.png') no-repeat 100% 100%;
84
+ span {
85
+ color: #00ffec;
86
+ font-size: 18px;
87
+ font-family: MicrosoftYaHei;
88
+ }
89
+ label {
90
+ font-size: 22px;
91
+ font-family: PangMenZhengDao;
92
+ color: #00ffec;
93
+ }
94
+ }
95
+ }
96
+
97
+ &-main {
98
+ width: e('calc(100% - 134px)');
99
+ padding: 0 24px;
100
+ display: flex;
101
+ justify-content: space-around;
102
+ align-items: center;
103
+ margin-top: 28px;
104
+ margin-left: 150px;
105
+ position: relative;
106
+ &-title {
107
+ position: absolute;
108
+ bottom: 0;
109
+ left: -156px;
110
+ color: var(--zy-label-color);
111
+ line-height: 28px;
112
+ }
113
+ &-left {
114
+ width: 27px;
115
+ height: 28px;
116
+ position: absolute;
117
+ left: -62px;
118
+ top: -2px;
119
+ background: url('../../imgs/ljsy_left.png') no-repeat 100% 100%;
120
+ cursor: pointer;
121
+ z-index: 12;
122
+ }
123
+ &-right {
124
+ width: 27px;
125
+ height: 28px;
126
+ position: absolute;
127
+ right: 30px;
128
+ top: -2px;
129
+ background: url('../../imgs/ljsy_right.png') no-repeat 100% 100%;
130
+ cursor: pointer;
131
+ z-index: 12;
132
+ }
133
+ &-line {
134
+ width: 100%;
135
+ height: 8px;
136
+ position: absolute;
137
+ left: -52px;
138
+ top: 7px;
139
+ background: rgba(0, 157, 255, 0.1);
140
+ z-index: 10;
141
+ }
142
+ &-line_active {
143
+ width: 0px;
144
+ height: 8px;
145
+ position: absolute;
146
+ left: -50px;
147
+ top: 7px;
148
+ background: linear-gradient(90deg, rgba(25, 250, 237, 0.51), #58ffb6);
149
+ z-index: 11;
150
+ }
151
+ &-item {
152
+ margin-right: 32px;
153
+ position: relative;
154
+ &_end {
155
+ top: -12px;
156
+ }
157
+ &-car {
158
+ width: 55px;
159
+ height: 26px;
160
+ position: absolute;
161
+ top: -26px;
162
+ left: -10px;
163
+ z-index: 19;
164
+ background: url('../../imgs/ljsy_car.png') no-repeat 100% 100%;
165
+ }
166
+ &-diamond {
167
+ width: 22px;
168
+ height: 22px;
169
+ margin-left: 5px;
170
+ position: relative;
171
+ z-index: 19;
172
+ background: url('../../imgs/ljsy_diamond.png') no-repeat 100% 100%;
173
+ }
174
+
175
+ &-diamond_active {
176
+ background: url('../../imgs/ljsy_diamond_active.png') no-repeat 100% 100%;
177
+ }
178
+
179
+ &-name {
180
+ width: 32px;
181
+ height: 170px;
182
+ margin-top: 8px;
183
+ background: url('../../imgs/ljsy_cp_name_un.png') no-repeat 100% 100%;
184
+ font-size: 14px;
185
+ font-family: PingFang SC;
186
+ color: var(--zy-label-color);
187
+ line-height: 18px;
188
+ text-align: center;
189
+ padding: 4px 6px 0;
190
+ overflow: hidden;
191
+ }
192
+ &-name_ys {
193
+ background: url('../../imgs/ljsy_cp_name.png') no-repeat 100% 100%;
194
+ }
195
+ &-name_active {
196
+ background: url('../../imgs/ljsy_cp_name_active.png') no-repeat 100% 100%;
197
+ }
198
+ &-name_end {
199
+ overflow: unset;
200
+ cursor: pointer;
201
+ }
202
+ &-sj {
203
+ color: var(--zy-label-color);
204
+ line-height: 28px;
205
+ padding-left: 4px;
206
+ span {
207
+ color: #00ffec;
208
+ }
209
+ }
210
+ &-time {
211
+ line-height: 28px;
212
+ color: var(--zy-label-color);
213
+ }
214
+ &-end {
215
+ height: 60px;
216
+ }
217
+ }
218
+ }
219
+ }
220
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "BaseInfo", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _BaseInfo["default"];
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "CarAlarmInfo", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _AlarmInfo["default"];
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "Maintenance", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _Maintenance["default"];
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "Mixsy", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _Mixsy["default"];
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "OilConsumption", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _OilConsumption["default"];
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "RunAna", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _RunAna["default"];
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "StaticInfo", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _StaticInfo["default"];
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "WaterConsumption", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _WaterConsumption["default"];
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "WorkInfo", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _WorkInfo["default"];
58
+ }
59
+ });
60
+ var _BaseInfo = _interopRequireDefault(require("./BaseInfo"));
61
+ var _AlarmInfo = _interopRequireDefault(require("./AlarmInfo"));
62
+ var _StaticInfo = _interopRequireDefault(require("./StaticInfo"));
63
+ var _WaterConsumption = _interopRequireDefault(require("./WaterConsumption"));
64
+ var _OilConsumption = _interopRequireDefault(require("./OilConsumption"));
65
+ var _Maintenance = _interopRequireDefault(require("./Maintenance"));
66
+ var _WorkInfo = _interopRequireDefault(require("./WorkInfo"));
67
+ var _RunAna = _interopRequireDefault(require("./RunAna"));
68
+ var _Mixsy = _interopRequireDefault(require("./Mixsy"));
69
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
70
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["vtx-car-modal-temp/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';\nimport RunAna from './RunAna';\nimport Mixsy from './Mixsy';\nexport { BaseInfo, CarAlarmInfo, StaticInfo, WaterConsumption, OilConsumption, Maintenance, WorkInfo, RunAna, Mixsy, };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAA4B"}