@vtx/modals2 3.3.17 → 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 (1715) hide show
  1. package/lib/index.js +133 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +15 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.css +132 -0
  6. package/lib/style/index.js +15 -0
  7. package/lib/style/index.js.map +1 -0
  8. package/lib/style/index.less +8 -0
  9. package/lib/style/themes/dark.css +132 -0
  10. package/lib/style/themes/dark.less +114 -0
  11. package/lib/style/themes/default.css +36 -0
  12. package/lib/style/themes/default.less +38 -0
  13. package/lib/style/themes/index.css +132 -0
  14. package/lib/style/themes/index.less +1 -0
  15. package/lib/typings.d.ts +17 -0
  16. package/lib/util/index.js +25 -0
  17. package/lib/util/index.js.map +1 -0
  18. package/lib/vm-appraisal-info/AppraisalBase.js +77 -0
  19. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  20. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  21. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  22. package/lib/vm-appraisal-info/List.js +57 -0
  23. package/lib/vm-appraisal-info/List.js.map +1 -0
  24. package/lib/vm-appraisal-info/ListKh.js +154 -0
  25. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  26. package/lib/vm-appraisal-info/ListZg.js +159 -0
  27. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  28. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  29. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  30. package/lib/vm-appraisal-info/Zgxxhz.js +63 -0
  31. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  32. package/lib/vm-appraisal-info/api.js +164 -0
  33. package/lib/vm-appraisal-info/api.js.map +1 -0
  34. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  35. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  36. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  37. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  38. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  39. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  40. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  41. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  42. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  43. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  44. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  45. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  46. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  47. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  48. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  49. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  50. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  51. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  52. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  53. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  54. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  55. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  56. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  57. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  58. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  59. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  60. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  61. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  62. package/lib/vm-appraisal-info/index.js +160 -0
  63. package/lib/vm-appraisal-info/index.js.map +1 -0
  64. package/lib/vm-appraisal-info/style/css.js +4 -0
  65. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  66. package/lib/vm-appraisal-info/style/index.css +148 -0
  67. package/lib/vm-appraisal-info/style/index.js +4 -0
  68. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  69. package/lib/vm-appraisal-info/style/index.less +122 -0
  70. package/lib/vm-button/index.js +27 -0
  71. package/lib/vm-button/index.js.map +1 -0
  72. package/lib/vm-button/style/css.js +4 -0
  73. package/lib/vm-button/style/css.js.map +1 -0
  74. package/lib/vm-button/style/index.css +26 -0
  75. package/lib/vm-button/style/index.js +4 -0
  76. package/lib/vm-button/style/index.js.map +1 -0
  77. package/lib/vm-button/style/index.less +20 -0
  78. package/lib/vm-case-modal/api.js +43 -0
  79. package/lib/vm-case-modal/api.js.map +1 -0
  80. package/lib/vm-case-modal/components/BaseInfo/fields.js +83 -0
  81. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +1 -0
  82. package/lib/vm-case-modal/components/BaseInfo/index.css +185 -0
  83. package/lib/vm-case-modal/components/BaseInfo/index.js +139 -0
  84. package/lib/vm-case-modal/components/BaseInfo/index.js.map +1 -0
  85. package/lib/vm-case-modal/components/BaseInfo/index.less +137 -0
  86. package/lib/vm-case-modal/components/Picture/index.css +111 -0
  87. package/lib/vm-case-modal/components/Picture/index.js +423 -0
  88. package/lib/vm-case-modal/components/Picture/index.js.map +1 -0
  89. package/lib/vm-case-modal/components/Picture/index.less +106 -0
  90. package/lib/vm-case-modal/components/index.js +21 -0
  91. package/lib/vm-case-modal/components/index.js.map +1 -0
  92. package/lib/vm-case-modal/imgs/bg.png +0 -0
  93. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  94. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  95. package/lib/vm-case-modal/imgs/close.png +0 -0
  96. package/lib/vm-case-modal/imgs/collect.png +0 -0
  97. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  98. package/lib/vm-case-modal/imgs/dot.png +0 -0
  99. package/lib/vm-case-modal/imgs/point.png +0 -0
  100. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  101. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  102. package/lib/vm-case-modal/imgs/tab_bg_light.png +0 -0
  103. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  104. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  105. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  106. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  107. package/lib/vm-case-modal/imgs/track.png +0 -0
  108. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  109. package/lib/vm-case-modal/index.js +102 -0
  110. package/lib/vm-case-modal/index.js.map +1 -0
  111. package/lib/vm-case-modal/style/css.js +4 -0
  112. package/lib/vm-case-modal/style/css.js.map +1 -0
  113. package/lib/vm-case-modal/style/index.css +557 -0
  114. package/lib/vm-case-modal/style/index.js +4 -0
  115. package/lib/vm-case-modal/style/index.js.map +1 -0
  116. package/lib/vm-case-modal/style/index.less +589 -0
  117. package/lib/vm-charts/Distribute1.js +137 -0
  118. package/lib/vm-charts/Distribute1.js.map +1 -0
  119. package/lib/vm-charts/Gauge1.js +149 -0
  120. package/lib/vm-charts/Gauge1.js.map +1 -0
  121. package/lib/vm-charts/Line1.js +96 -0
  122. package/lib/vm-charts/Line1.js.map +1 -0
  123. package/lib/vm-charts/index.js +28 -0
  124. package/lib/vm-charts/index.js.map +1 -0
  125. package/lib/vm-filter/index.js +170 -0
  126. package/lib/vm-filter/index.js.map +1 -0
  127. package/lib/vm-filter/style/css.js +4 -0
  128. package/lib/vm-filter/style/css.js.map +1 -0
  129. package/lib/vm-filter/style/index.css +131 -0
  130. package/lib/vm-filter/style/index.js +4 -0
  131. package/lib/vm-filter/style/index.js.map +1 -0
  132. package/lib/vm-filter/style/index.less +171 -0
  133. package/lib/vm-hooks/useSettings.js +33 -0
  134. package/lib/vm-hooks/useSettings.js.map +1 -0
  135. package/lib/vm-image-text/index.js +36 -0
  136. package/lib/vm-image-text/index.js.map +1 -0
  137. package/lib/vm-image-text/style/css.js +4 -0
  138. package/lib/vm-image-text/style/css.js.map +1 -0
  139. package/lib/vm-image-text/style/index.css +36 -0
  140. package/lib/vm-image-text/style/index.js +4 -0
  141. package/lib/vm-image-text/style/index.js.map +1 -0
  142. package/lib/vm-image-text/style/index.less +33 -0
  143. package/lib/vm-info-collection/index.js +59 -0
  144. package/lib/vm-info-collection/index.js.map +1 -0
  145. package/lib/vm-info-collection/style/css.js +4 -0
  146. package/lib/vm-info-collection/style/css.js.map +1 -0
  147. package/lib/vm-info-collection/style/index.css +50 -0
  148. package/lib/vm-info-collection/style/index.js +4 -0
  149. package/lib/vm-info-collection/style/index.js.map +1 -0
  150. package/lib/vm-info-collection/style/index.less +38 -0
  151. package/lib/vm-map/imgs/close.png +0 -0
  152. package/lib/vm-map/imgs/close_active.png +0 -0
  153. package/lib/vm-map/imgs/cpTitle.png +0 -0
  154. package/lib/vm-map/imgs/detail.png +0 -0
  155. package/lib/vm-map/imgs/detail_active.png +0 -0
  156. package/lib/vm-map/imgs/track.png +0 -0
  157. package/lib/vm-map/imgs/track_active.png +0 -0
  158. package/lib/vm-map/index.css +234 -0
  159. package/lib/vm-map/index.js +334 -0
  160. package/lib/vm-map/index.js.map +1 -0
  161. package/lib/vm-map/index.less +178 -0
  162. package/lib/vm-map/mapStyle.js +4730 -0
  163. package/lib/vm-map/mapStyle.js.map +1 -0
  164. package/lib/vm-nodata/imgs/default.png +0 -0
  165. package/lib/vm-nodata/index.js +22 -0
  166. package/lib/vm-nodata/index.js.map +1 -0
  167. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  168. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  169. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  170. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  171. package/lib/vm-repair-maintain/RmRecord.js +151 -0
  172. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  173. package/lib/vm-repair-maintain/RmType.js +104 -0
  174. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  175. package/lib/vm-repair-maintain/api.js +95 -0
  176. package/lib/vm-repair-maintain/api.js.map +1 -0
  177. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  178. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  179. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  180. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  181. package/lib/vm-repair-maintain/index.js +56 -0
  182. package/lib/vm-repair-maintain/index.js.map +1 -0
  183. package/lib/vm-repair-maintain/style/css.js +4 -0
  184. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  185. package/lib/vm-repair-maintain/style/index.css +119 -0
  186. package/lib/vm-repair-maintain/style/index.js +4 -0
  187. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  188. package/lib/vm-repair-maintain/style/index.less +108 -0
  189. package/lib/vm-sub-tabs/index.js +43 -0
  190. package/lib/vm-sub-tabs/index.js.map +1 -0
  191. package/lib/vm-sub-tabs/style/css.js +4 -0
  192. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  193. package/lib/vm-sub-tabs/style/index.css +114 -0
  194. package/lib/vm-sub-tabs/style/index.js +4 -0
  195. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  196. package/lib/vm-sub-tabs/style/index.less +141 -0
  197. package/lib/vm-sub-title/imgs/bg.png +0 -0
  198. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  199. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  200. package/lib/vm-sub-title/index.js +28 -0
  201. package/lib/vm-sub-title/index.js.map +1 -0
  202. package/lib/vm-sub-title/style/css.js +4 -0
  203. package/lib/vm-sub-title/style/css.js.map +1 -0
  204. package/lib/vm-sub-title/style/index.css +30 -0
  205. package/lib/vm-sub-title/style/index.js +4 -0
  206. package/lib/vm-sub-title/style/index.js.map +1 -0
  207. package/lib/vm-sub-title/style/index.less +30 -0
  208. package/lib/vm-table/index.js +200 -0
  209. package/lib/vm-table/index.js.map +1 -0
  210. package/lib/vm-table/style/css.js +4 -0
  211. package/lib/vm-table/style/css.js.map +1 -0
  212. package/lib/vm-table/style/index.css +201 -0
  213. package/lib/vm-table/style/index.js +4 -0
  214. package/lib/vm-table/style/index.js.map +1 -0
  215. package/lib/vm-table/style/index.less +250 -0
  216. package/lib/vm-video/api.js +30 -0
  217. package/lib/vm-video/api.js.map +1 -0
  218. package/lib/vm-video/index.css +140 -0
  219. package/lib/vm-video/index.js +53 -0
  220. package/lib/vm-video/index.js.map +1 -0
  221. package/lib/vm-video/index.less +10 -0
  222. package/lib/vtx-base-modal/api.js +35 -0
  223. package/lib/vtx-base-modal/api.js.map +1 -0
  224. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  225. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  226. package/lib/vtx-base-modal/imgs/close.png +0 -0
  227. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  228. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  229. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  230. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  231. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  232. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  233. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  234. package/lib/vtx-base-modal/imgs/track.png +0 -0
  235. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  236. package/lib/vtx-base-modal/index.js +217 -0
  237. package/lib/vtx-base-modal/index.js.map +1 -0
  238. package/lib/vtx-base-modal/style/css.js +4 -0
  239. package/lib/vtx-base-modal/style/css.js.map +1 -0
  240. package/lib/vtx-base-modal/style/index.css +543 -0
  241. package/lib/vtx-base-modal/style/index.js +4 -0
  242. package/lib/vtx-base-modal/style/index.js.map +1 -0
  243. package/lib/vtx-base-modal/style/index.less +575 -0
  244. package/lib/vtx-car-adm251-modal/api.js +627 -0
  245. package/lib/vtx-car-adm251-modal/api.js.map +1 -0
  246. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +198 -0
  247. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +1 -0
  248. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +186 -0
  249. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +1 -0
  250. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +45 -0
  251. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +126 -0
  252. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +1 -0
  253. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +37 -0
  254. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +78 -0
  255. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +1 -0
  256. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +85 -0
  257. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +1 -0
  258. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  259. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  260. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  261. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  262. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +116 -0
  263. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +1 -0
  264. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +56 -0
  265. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  266. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  267. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  268. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  269. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  270. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  271. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  272. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +277 -0
  273. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +231 -0
  274. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +1 -0
  275. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +239 -0
  276. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +39 -0
  277. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +134 -0
  278. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +1 -0
  279. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +34 -0
  280. package/lib/vtx-car-adm251-modal/components/Mix/index.css +48 -0
  281. package/lib/vtx-car-adm251-modal/components/Mix/index.js +280 -0
  282. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +1 -0
  283. package/lib/vtx-car-adm251-modal/components/Mix/index.less +49 -0
  284. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +88 -0
  285. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +1 -0
  286. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +100 -0
  287. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +1 -0
  288. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +33 -0
  289. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +138 -0
  290. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +1 -0
  291. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +36 -0
  292. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +70 -0
  293. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +1 -0
  294. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +92 -0
  295. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +1 -0
  296. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +97 -0
  297. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +93 -0
  298. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +1 -0
  299. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +75 -0
  300. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +29 -0
  301. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +116 -0
  302. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +1 -0
  303. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +22 -0
  304. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +122 -0
  305. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +1 -0
  306. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +313 -0
  307. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  308. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +396 -0
  309. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  310. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +263 -0
  311. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +35 -0
  312. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +1 -0
  313. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +221 -0
  314. package/lib/vtx-car-adm251-modal/components/index.js +63 -0
  315. package/lib/vtx-car-adm251-modal/components/index.js.map +1 -0
  316. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  317. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  318. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  319. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  320. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  321. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  322. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  323. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  324. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  325. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  326. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  327. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  328. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  329. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  330. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  331. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  332. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  333. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  334. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  335. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  336. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  337. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  338. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  339. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  340. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  341. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  342. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  343. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  344. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  345. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  346. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  347. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  348. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  349. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  350. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  351. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  352. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  353. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  354. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  355. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  356. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  357. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  358. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  359. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  360. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  361. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  362. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  363. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  364. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  365. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  366. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  367. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  368. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  369. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  370. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  371. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  372. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  373. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  374. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  375. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  376. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  377. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  378. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  379. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  380. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  381. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  382. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  383. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  384. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  385. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  386. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  387. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  388. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  389. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  390. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  391. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  392. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  393. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  394. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  395. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  396. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  397. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  398. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  399. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  400. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  401. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  402. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  403. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  404. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  405. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  406. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  407. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  408. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  409. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  410. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  411. package/lib/vtx-car-adm251-modal/index.js +129 -0
  412. package/lib/vtx-car-adm251-modal/index.js.map +1 -0
  413. package/lib/vtx-car-adm251-modal/style/css.js +11 -0
  414. package/lib/vtx-car-adm251-modal/style/css.js.map +1 -0
  415. package/lib/vtx-car-adm251-modal/style/index.css +136 -0
  416. package/lib/vtx-car-adm251-modal/style/index.js +11 -0
  417. package/lib/vtx-car-adm251-modal/style/index.js.map +1 -0
  418. package/lib/vtx-car-adm251-modal/style/index.less +6 -0
  419. package/lib/vtx-car-modal/api.js +633 -0
  420. package/lib/vtx-car-modal/api.js.map +1 -0
  421. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  422. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  423. package/lib/vtx-car-modal/components/AlarmInfo/List.js +186 -0
  424. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  425. package/lib/vtx-car-modal/components/AlarmInfo/index.css +45 -0
  426. package/lib/vtx-car-modal/components/AlarmInfo/index.js +126 -0
  427. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  428. package/lib/vtx-car-modal/components/AlarmInfo/index.less +38 -0
  429. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +78 -0
  430. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  431. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  432. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  433. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  434. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  435. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  436. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  437. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  438. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  439. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  440. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  441. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  442. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  443. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  444. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  445. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  446. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  447. package/lib/vtx-car-modal/components/BaseInfo/index.css +280 -0
  448. package/lib/vtx-car-modal/components/BaseInfo/index.js +224 -0
  449. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  450. package/lib/vtx-car-modal/components/BaseInfo/index.less +239 -0
  451. package/lib/vtx-car-modal/components/Maintenance/index.css +39 -0
  452. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  453. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  454. package/lib/vtx-car-modal/components/Maintenance/index.less +34 -0
  455. package/lib/vtx-car-modal/components/Mixsy/index.css +48 -0
  456. package/lib/vtx-car-modal/components/Mixsy/index.js +277 -0
  457. package/lib/vtx-car-modal/components/Mixsy/index.js.map +1 -0
  458. package/lib/vtx-car-modal/components/Mixsy/index.less +49 -0
  459. package/lib/vtx-car-modal/components/OilConsumption/List.js +88 -0
  460. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  461. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  462. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  463. package/lib/vtx-car-modal/components/OilConsumption/index.css +33 -0
  464. package/lib/vtx-car-modal/components/OilConsumption/index.js +138 -0
  465. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  466. package/lib/vtx-car-modal/components/OilConsumption/index.less +36 -0
  467. package/lib/vtx-car-modal/components/RunAna/index.css +6 -0
  468. package/lib/vtx-car-modal/components/RunAna/index.js +131 -0
  469. package/lib/vtx-car-modal/components/RunAna/index.js.map +1 -0
  470. package/lib/vtx-car-modal/components/RunAna/index.less +6 -0
  471. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  472. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  473. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  474. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  475. package/lib/vtx-car-modal/components/StaticInfo/index.css +97 -0
  476. package/lib/vtx-car-modal/components/StaticInfo/index.js +93 -0
  477. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  478. package/lib/vtx-car-modal/components/StaticInfo/index.less +75 -0
  479. package/lib/vtx-car-modal/components/WaterConsumption/index.css +29 -0
  480. package/lib/vtx-car-modal/components/WaterConsumption/index.js +116 -0
  481. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  482. package/lib/vtx-car-modal/components/WaterConsumption/index.less +22 -0
  483. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  484. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  485. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +313 -0
  486. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  487. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +398 -0
  488. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  489. package/lib/vtx-car-modal/components/WorkInfo/index.css +263 -0
  490. package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
  491. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  492. package/lib/vtx-car-modal/components/WorkInfo/index.less +220 -0
  493. package/lib/vtx-car-modal/components/index.js +70 -0
  494. package/lib/vtx-car-modal/components/index.js.map +1 -0
  495. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  496. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  497. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  498. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  499. package/lib/vtx-car-modal/imgs/car.png +0 -0
  500. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  501. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  502. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  503. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  504. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  505. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  506. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  507. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  508. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  509. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  510. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  511. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  512. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  513. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  514. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  515. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  516. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  517. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  518. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  519. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  520. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  521. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  522. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  523. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  524. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  525. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  526. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  527. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  528. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  529. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  530. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  531. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  532. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  533. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  534. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  535. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  536. package/lib/vtx-car-modal/imgs/position.png +0 -0
  537. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  538. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  539. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  540. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  541. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  542. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  543. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  544. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  545. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  546. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  547. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  548. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  549. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  550. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  551. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  552. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  553. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  554. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  555. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  556. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  557. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  558. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  559. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  560. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  561. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  562. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  563. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  564. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  565. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  566. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  567. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  568. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  569. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  570. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  571. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  572. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  573. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  574. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  575. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  576. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  577. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  578. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  579. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  580. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  581. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  582. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  583. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  584. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  585. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  586. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  587. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  588. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  589. package/lib/vtx-car-modal/index.js +161 -0
  590. package/lib/vtx-car-modal/index.js.map +1 -0
  591. package/lib/vtx-car-modal/style/css.js +11 -0
  592. package/lib/vtx-car-modal/style/css.js.map +1 -0
  593. package/lib/vtx-car-modal/style/index.css +136 -0
  594. package/lib/vtx-car-modal/style/index.js +11 -0
  595. package/lib/vtx-car-modal/style/index.js.map +1 -0
  596. package/lib/vtx-car-modal/style/index.less +6 -0
  597. package/lib/vtx-car-modal-temp/api.js +633 -0
  598. package/lib/vtx-car-modal-temp/api.js.map +1 -0
  599. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +198 -0
  600. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +1 -0
  601. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +186 -0
  602. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +1 -0
  603. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +45 -0
  604. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +126 -0
  605. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +1 -0
  606. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +38 -0
  607. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +81 -0
  608. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +1 -0
  609. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +85 -0
  610. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +1 -0
  611. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +67 -0
  612. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  613. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +126 -0
  614. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  615. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +116 -0
  616. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +1 -0
  617. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +56 -0
  618. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +1 -0
  619. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +117 -0
  620. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  621. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +123 -0
  622. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +1 -0
  623. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +147 -0
  624. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  625. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +280 -0
  626. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +252 -0
  627. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +1 -0
  628. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +239 -0
  629. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +39 -0
  630. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +134 -0
  631. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +1 -0
  632. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +34 -0
  633. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +48 -0
  634. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +277 -0
  635. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +1 -0
  636. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +49 -0
  637. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +88 -0
  638. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +1 -0
  639. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +100 -0
  640. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +1 -0
  641. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +33 -0
  642. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +138 -0
  643. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +1 -0
  644. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +36 -0
  645. package/lib/vtx-car-modal-temp/components/RunAna/index.css +6 -0
  646. package/lib/vtx-car-modal-temp/components/RunAna/index.js +130 -0
  647. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +1 -0
  648. package/lib/vtx-car-modal-temp/components/RunAna/index.less +6 -0
  649. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +70 -0
  650. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +1 -0
  651. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +92 -0
  652. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +1 -0
  653. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +97 -0
  654. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +93 -0
  655. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +1 -0
  656. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +75 -0
  657. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +29 -0
  658. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +116 -0
  659. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +1 -0
  660. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +22 -0
  661. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +128 -0
  662. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +1 -0
  663. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +309 -0
  664. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +1 -0
  665. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +495 -0
  666. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +1 -0
  667. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +263 -0
  668. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +35 -0
  669. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +1 -0
  670. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +220 -0
  671. package/lib/vtx-car-modal-temp/components/index.js +70 -0
  672. package/lib/vtx-car-modal-temp/components/index.js.map +1 -0
  673. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  674. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  675. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  676. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  677. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  678. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  679. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  680. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  681. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  682. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  683. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  684. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  685. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  686. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  687. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  688. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  689. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  690. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  691. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  692. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  693. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  694. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  695. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  696. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  697. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  698. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  699. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  700. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  701. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  702. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  703. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  704. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  705. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  706. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  707. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  708. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  709. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  710. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  711. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  712. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  713. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  714. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  715. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  716. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  717. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  718. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  719. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  720. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  721. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  722. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  723. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  724. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  725. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  726. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  727. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  728. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  729. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  730. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  731. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  732. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  733. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  734. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  735. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  736. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  737. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  738. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  739. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  740. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  741. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  742. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  743. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  744. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  745. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  746. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  747. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  748. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  749. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  750. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  751. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  752. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  753. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  754. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  755. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  756. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  757. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  758. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  759. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  760. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  761. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  762. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  763. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  764. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  765. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  766. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  767. package/lib/vtx-car-modal-temp/index.js +156 -0
  768. package/lib/vtx-car-modal-temp/index.js.map +1 -0
  769. package/lib/vtx-car-modal-temp/style/css.js +11 -0
  770. package/lib/vtx-car-modal-temp/style/css.js.map +1 -0
  771. package/lib/vtx-car-modal-temp/style/index.css +136 -0
  772. package/lib/vtx-car-modal-temp/style/index.js +11 -0
  773. package/lib/vtx-car-modal-temp/style/index.js.map +1 -0
  774. package/lib/vtx-car-modal-temp/style/index.less +6 -0
  775. package/lib/vtx-cp-modal/api.js +336 -0
  776. package/lib/vtx-cp-modal/api.js.map +1 -0
  777. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +174 -0
  778. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  779. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  780. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  781. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
  782. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  783. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +116 -0
  784. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  785. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  786. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +105 -0
  787. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +118 -0
  788. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  789. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +52 -0
  790. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  791. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +143 -0
  792. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  793. package/lib/vtx-cp-modal/components/BaseInfo/index.css +156 -0
  794. package/lib/vtx-cp-modal/components/BaseInfo/index.js +88 -0
  795. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  796. package/lib/vtx-cp-modal/components/BaseInfo/index.less +139 -0
  797. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +196 -0
  798. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  799. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  800. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  801. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +164 -0
  802. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  803. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +116 -0
  804. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  805. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  806. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +105 -0
  807. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  808. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  809. package/lib/vtx-cp-modal/components/SyInfo/index.css +40 -0
  810. package/lib/vtx-cp-modal/components/SyInfo/index.js +371 -0
  811. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  812. package/lib/vtx-cp-modal/components/SyInfo/index.less +38 -0
  813. package/lib/vtx-cp-modal/components/index.js +35 -0
  814. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  815. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  816. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  817. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  818. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  819. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  820. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  821. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  822. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  823. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  824. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  825. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  826. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  827. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  828. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  829. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  830. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  831. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  832. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  833. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  834. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  835. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  836. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  837. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  838. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  839. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  840. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  841. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  842. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  843. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  844. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  845. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  846. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  847. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  848. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  849. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  850. package/lib/vtx-cp-modal/index.js +101 -0
  851. package/lib/vtx-cp-modal/index.js.map +1 -0
  852. package/lib/vtx-cp-modal/style/css.js +5 -0
  853. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  854. package/lib/vtx-cp-modal/style/index.css +132 -0
  855. package/lib/vtx-cp-modal/style/index.js +5 -0
  856. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  857. package/lib/vtx-cp-modal/style/index.less +1 -0
  858. package/lib/vtx-default-modal/api.js +83 -0
  859. package/lib/vtx-default-modal/api.js.map +1 -0
  860. package/lib/vtx-default-modal/components/BaseInfo/index.css +30 -0
  861. package/lib/vtx-default-modal/components/BaseInfo/index.js +63 -0
  862. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  863. package/lib/vtx-default-modal/components/BaseInfo/index.less +27 -0
  864. package/lib/vtx-default-modal/components/index.js +14 -0
  865. package/lib/vtx-default-modal/components/index.js.map +1 -0
  866. package/lib/vtx-default-modal/index.js +87 -0
  867. package/lib/vtx-default-modal/index.js.map +1 -0
  868. package/lib/vtx-default-modal/style/css.js +5 -0
  869. package/lib/vtx-default-modal/style/css.js.map +1 -0
  870. package/lib/vtx-default-modal/style/index.css +132 -0
  871. package/lib/vtx-default-modal/style/index.js +5 -0
  872. package/lib/vtx-default-modal/style/index.js.map +1 -0
  873. package/lib/vtx-default-modal/style/index.less +1 -0
  874. package/lib/vtx-df-modal/api.js +314 -0
  875. package/lib/vtx-df-modal/api.js.map +1 -0
  876. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  877. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  878. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  879. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  880. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +119 -0
  881. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  882. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  883. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  884. package/lib/vtx-df-modal/components/BaseInfo/index.css +365 -0
  885. package/lib/vtx-df-modal/components/BaseInfo/index.js +137 -0
  886. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  887. package/lib/vtx-df-modal/components/BaseInfo/index.less +246 -0
  888. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +125 -0
  889. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  890. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +134 -0
  891. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  892. package/lib/vtx-df-modal/components/Metering/List.js +115 -0
  893. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  894. package/lib/vtx-df-modal/components/Metering/index.css +92 -0
  895. package/lib/vtx-df-modal/components/Metering/index.js +174 -0
  896. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  897. package/lib/vtx-df-modal/components/Metering/index.less +78 -0
  898. package/lib/vtx-df-modal/components/OdorAlarm/List.js +115 -0
  899. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +1 -0
  900. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  901. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  902. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  903. package/lib/vtx-df-modal/components/OdorAlarm/index.css +198 -0
  904. package/lib/vtx-df-modal/components/OdorAlarm/index.js +196 -0
  905. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +1 -0
  906. package/lib/vtx-df-modal/components/OdorAlarm/index.less +179 -0
  907. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +113 -0
  908. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  909. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +116 -0
  910. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  911. package/lib/vtx-df-modal/components/WorkCondition/index.css +170 -0
  912. package/lib/vtx-df-modal/components/WorkCondition/index.js +98 -0
  913. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  914. package/lib/vtx-df-modal/components/WorkCondition/index.less +154 -0
  915. package/lib/vtx-df-modal/components/index.js +35 -0
  916. package/lib/vtx-df-modal/components/index.js.map +1 -0
  917. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  918. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  919. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  920. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  921. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  922. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  923. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  924. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  925. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  926. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  927. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  928. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  929. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  930. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  931. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  932. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  933. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  934. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  935. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  936. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  937. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  938. package/lib/vtx-df-modal/imgs/run.png +0 -0
  939. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  940. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  941. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  942. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  943. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  944. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  945. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  946. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  947. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  948. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  949. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  950. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  951. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  952. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  953. package/lib/vtx-df-modal/index.js +135 -0
  954. package/lib/vtx-df-modal/index.js.map +1 -0
  955. package/lib/vtx-df-modal/style/css.js +7 -0
  956. package/lib/vtx-df-modal/style/css.js.map +1 -0
  957. package/lib/vtx-df-modal/style/index.css +132 -0
  958. package/lib/vtx-df-modal/style/index.js +7 -0
  959. package/lib/vtx-df-modal/style/index.js.map +1 -0
  960. package/lib/vtx-df-modal/style/index.less +1 -0
  961. package/lib/vtx-facility-modal/api.js +123 -0
  962. package/lib/vtx-facility-modal/api.js.map +1 -0
  963. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  964. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  965. package/lib/vtx-facility-modal/components/OverView/index.css +133 -0
  966. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  967. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  968. package/lib/vtx-facility-modal/components/OverView/index.less +116 -0
  969. package/lib/vtx-facility-modal/components/index.js +14 -0
  970. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  971. package/lib/vtx-facility-modal/config.js +68 -0
  972. package/lib/vtx-facility-modal/config.js.map +1 -0
  973. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  974. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  975. package/lib/vtx-facility-modal/index.js +48 -0
  976. package/lib/vtx-facility-modal/index.js.map +1 -0
  977. package/lib/vtx-facility-modal/style/css.js +5 -0
  978. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  979. package/lib/vtx-facility-modal/style/index.css +0 -0
  980. package/lib/vtx-facility-modal/style/index.js +5 -0
  981. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  982. package/lib/vtx-facility-modal/style/index.less +1 -0
  983. package/lib/vtx-facility-modal/types.js +6 -0
  984. package/lib/vtx-facility-modal/types.js.map +1 -0
  985. package/lib/vtx-housing-estate-modal/api.js +613 -0
  986. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  987. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  988. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  989. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  990. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  991. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  992. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  993. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  994. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  995. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  996. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  997. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  998. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  999. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +181 -0
  1000. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  1001. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +61 -0
  1002. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  1003. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  1004. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  1005. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  1006. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  1007. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +204 -0
  1008. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  1009. package/lib/vtx-housing-estate-modal/components/OverView/index.css +334 -0
  1010. package/lib/vtx-housing-estate-modal/components/OverView/index.js +57 -0
  1011. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  1012. package/lib/vtx-housing-estate-modal/components/OverView/index.less +250 -0
  1013. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  1014. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  1015. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  1016. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  1017. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +30 -0
  1018. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +301 -0
  1019. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  1020. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +22 -0
  1021. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  1022. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  1023. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  1024. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  1025. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  1026. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  1027. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  1028. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  1029. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +93 -0
  1030. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  1031. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  1032. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +76 -0
  1033. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  1034. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  1035. package/lib/vtx-housing-estate-modal/config.js +79 -0
  1036. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  1037. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1038. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1039. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1040. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1041. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1042. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1043. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1044. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1045. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1046. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1047. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1048. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1049. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1050. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1051. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1052. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1053. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1054. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1055. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1056. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1057. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1058. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1059. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1060. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1061. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1062. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1063. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1064. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1065. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1066. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1067. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1068. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1069. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1070. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1071. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1072. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1073. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1074. package/lib/vtx-housing-estate-modal/index.js +88 -0
  1075. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  1076. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  1077. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  1078. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1079. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  1080. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  1081. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  1082. package/lib/vtx-housing-estate-modal/types.js +6 -0
  1083. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  1084. package/lib/vtx-kh-modal/api.js +74 -0
  1085. package/lib/vtx-kh-modal/api.js.map +1 -0
  1086. package/lib/vtx-kh-modal/components/BaseInfo/index.css +66 -0
  1087. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  1088. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  1089. package/lib/vtx-kh-modal/components/BaseInfo/index.less +62 -0
  1090. package/lib/vtx-kh-modal/components/index.js +14 -0
  1091. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  1092. package/lib/vtx-kh-modal/index.js +92 -0
  1093. package/lib/vtx-kh-modal/index.js.map +1 -0
  1094. package/lib/vtx-kh-modal/style/css.js +5 -0
  1095. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  1096. package/lib/vtx-kh-modal/style/index.css +132 -0
  1097. package/lib/vtx-kh-modal/style/index.js +5 -0
  1098. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  1099. package/lib/vtx-kh-modal/style/index.less +1 -0
  1100. package/lib/vtx-ljfl-tfd-modal/api.js +601 -0
  1101. package/lib/vtx-ljfl-tfd-modal/api.js.map +1 -0
  1102. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +55 -0
  1103. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +100 -0
  1104. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +1 -0
  1105. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +49 -0
  1106. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +153 -0
  1107. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +238 -0
  1108. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +1 -0
  1109. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +15 -0
  1110. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +162 -0
  1111. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +341 -0
  1112. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +1 -0
  1113. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +22 -0
  1114. package/lib/vtx-ljfl-tfd-modal/components/index.js +28 -0
  1115. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +1 -0
  1116. package/lib/vtx-ljfl-tfd-modal/config.js +73 -0
  1117. package/lib/vtx-ljfl-tfd-modal/config.js.map +1 -0
  1118. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1119. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1120. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1121. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1122. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1123. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1124. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1125. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1126. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1127. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1128. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1129. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1130. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1131. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1132. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1133. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1134. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1135. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1136. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1137. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1138. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1139. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1140. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1141. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1142. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1143. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1144. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1145. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1146. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1147. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1148. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1149. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1150. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1151. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1152. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1153. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1154. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1155. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1156. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1157. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1158. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1159. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1160. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1161. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1162. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1163. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1164. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1165. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1166. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1167. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1168. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1169. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1170. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1171. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1172. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1173. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1174. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1175. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1176. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1177. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1178. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1179. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1180. package/lib/vtx-ljfl-tfd-modal/index.js +96 -0
  1181. package/lib/vtx-ljfl-tfd-modal/index.js.map +1 -0
  1182. package/lib/vtx-ljfl-tfd-modal/style/css.js +5 -0
  1183. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +1 -0
  1184. package/lib/vtx-ljfl-tfd-modal/style/index.css +132 -0
  1185. package/lib/vtx-ljfl-tfd-modal/style/index.js +5 -0
  1186. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +1 -0
  1187. package/lib/vtx-ljfl-tfd-modal/style/index.less +3 -0
  1188. package/lib/vtx-ljfl-tfd-modal/types.js +6 -0
  1189. package/lib/vtx-ljfl-tfd-modal/types.js.map +1 -0
  1190. package/lib/vtx-ljfl-tfd-modal-temp/api.js +601 -0
  1191. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +1 -0
  1192. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +55 -0
  1193. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +124 -0
  1194. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +1 -0
  1195. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +49 -0
  1196. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +153 -0
  1197. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +238 -0
  1198. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +1 -0
  1199. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +15 -0
  1200. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +162 -0
  1201. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +341 -0
  1202. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +1 -0
  1203. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +22 -0
  1204. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +28 -0
  1205. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +1 -0
  1206. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +140 -0
  1207. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +32 -0
  1208. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +1 -0
  1209. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +10 -0
  1210. package/lib/vtx-ljfl-tfd-modal-temp/config.js +80 -0
  1211. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +1 -0
  1212. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1213. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1214. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1215. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1216. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1217. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1218. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1219. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1220. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1221. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1222. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1223. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1224. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1225. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1226. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1227. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1228. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1229. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1230. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1231. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1232. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1233. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1234. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1235. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1236. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1237. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1238. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1239. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1240. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1241. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1242. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1243. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1244. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1245. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1246. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1247. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1248. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1249. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1250. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1251. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1252. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1253. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1254. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1255. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1256. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1257. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1258. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1259. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1260. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1261. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1262. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1263. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1264. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1265. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1266. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1267. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1268. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1269. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1270. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1271. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1272. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1273. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1274. package/lib/vtx-ljfl-tfd-modal-temp/index.js +101 -0
  1275. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +1 -0
  1276. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +5 -0
  1277. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +1 -0
  1278. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +132 -0
  1279. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +5 -0
  1280. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +1 -0
  1281. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +3 -0
  1282. package/lib/vtx-ljfl-tfd-modal-temp/types.js +6 -0
  1283. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +1 -0
  1284. package/lib/vtx-restaurant-modal/api.js +153 -0
  1285. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  1286. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  1287. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  1288. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +60 -0
  1289. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  1290. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +84 -0
  1291. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  1292. package/lib/vtx-restaurant-modal/components/Alarm/index.css +45 -0
  1293. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  1294. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  1295. package/lib/vtx-restaurant-modal/components/Alarm/index.less +32 -0
  1296. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +50 -0
  1297. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  1298. package/lib/vtx-restaurant-modal/components/Basic/Info.js +51 -0
  1299. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  1300. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +67 -0
  1301. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  1302. package/lib/vtx-restaurant-modal/components/Basic/index.css +79 -0
  1303. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  1304. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  1305. package/lib/vtx-restaurant-modal/components/Basic/index.less +57 -0
  1306. package/lib/vtx-restaurant-modal/components/Collection/index.css +28 -0
  1307. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  1308. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  1309. package/lib/vtx-restaurant-modal/components/Collection/index.less +23 -0
  1310. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  1311. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  1312. package/lib/vtx-restaurant-modal/config.js +55 -0
  1313. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  1314. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1315. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1316. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1317. package/lib/vtx-restaurant-modal/index.js +57 -0
  1318. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  1319. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  1320. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  1321. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1322. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  1323. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  1324. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  1325. package/lib/vtx-restaurant-modal/type.js +6 -0
  1326. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  1327. package/lib/vtx-road-modal/api.js +136 -0
  1328. package/lib/vtx-road-modal/api.js.map +1 -0
  1329. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  1330. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  1331. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +162 -0
  1332. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1333. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +92 -0
  1334. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  1335. package/lib/vtx-road-modal/components/BaseInfo/index.css +166 -0
  1336. package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
  1337. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1338. package/lib/vtx-road-modal/components/BaseInfo/index.less +134 -0
  1339. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  1340. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1341. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  1342. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1343. package/lib/vtx-road-modal/components/Statistical/index.css +127 -0
  1344. package/lib/vtx-road-modal/components/Statistical/index.js +182 -0
  1345. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1346. package/lib/vtx-road-modal/components/Statistical/index.less +111 -0
  1347. package/lib/vtx-road-modal/components/index.js +21 -0
  1348. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1349. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1350. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1351. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1352. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1353. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1354. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1355. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1356. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1357. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1358. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1359. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1360. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1361. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1362. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1363. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1364. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1365. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1366. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1367. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1368. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1369. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1370. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1371. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1372. package/lib/vtx-road-modal/index.js +100 -0
  1373. package/lib/vtx-road-modal/index.js.map +1 -0
  1374. package/lib/vtx-road-modal/style/css.js +6 -0
  1375. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1376. package/lib/vtx-road-modal/style/index.css +132 -0
  1377. package/lib/vtx-road-modal/style/index.js +6 -0
  1378. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1379. package/lib/vtx-road-modal/style/index.less +1 -0
  1380. package/lib/vtx-staff-modal/api.js +311 -0
  1381. package/lib/vtx-staff-modal/api.js.map +1 -0
  1382. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  1383. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1384. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +122 -0
  1385. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1386. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +26 -0
  1387. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +106 -0
  1388. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1389. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +22 -0
  1390. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  1391. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1392. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  1393. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1394. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  1395. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1396. package/lib/vtx-staff-modal/components/Attendance/index.css +18 -0
  1397. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  1398. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1399. package/lib/vtx-staff-modal/components/Attendance/index.less +19 -0
  1400. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  1401. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1402. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1403. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1404. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  1405. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1406. package/lib/vtx-staff-modal/components/BaseInfo/index.css +158 -0
  1407. package/lib/vtx-staff-modal/components/BaseInfo/index.js +234 -0
  1408. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1409. package/lib/vtx-staff-modal/components/BaseInfo/index.less +144 -0
  1410. package/lib/vtx-staff-modal/components/Equipment/index.css +27 -0
  1411. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  1412. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1413. package/lib/vtx-staff-modal/components/Equipment/index.less +27 -0
  1414. package/lib/vtx-staff-modal/components/index.js +35 -0
  1415. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1416. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1417. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1418. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1419. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1420. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1421. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1422. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1423. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1424. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1425. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1426. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1427. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1428. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1429. package/lib/vtx-staff-modal/index.js +77 -0
  1430. package/lib/vtx-staff-modal/index.js.map +1 -0
  1431. package/lib/vtx-staff-modal/style/css.js +8 -0
  1432. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1433. package/lib/vtx-staff-modal/style/index.css +132 -0
  1434. package/lib/vtx-staff-modal/style/index.js +8 -0
  1435. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1436. package/lib/vtx-staff-modal/style/index.less +1 -0
  1437. package/lib/vtx-theme-provider/index.js +22 -0
  1438. package/lib/vtx-theme-provider/index.js.map +1 -0
  1439. package/lib/vtx-throw-point-modal/api.js +531 -0
  1440. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1441. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  1442. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1443. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  1444. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1445. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  1446. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1447. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  1448. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1449. package/lib/vtx-throw-point-modal/components/Alarm/index.css +81 -0
  1450. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  1451. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1452. package/lib/vtx-throw-point-modal/components/Alarm/index.less +66 -0
  1453. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  1454. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1455. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  1456. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1457. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  1458. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1459. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  1460. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1461. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  1462. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1463. package/lib/vtx-throw-point-modal/components/OverView/index.css +404 -0
  1464. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  1465. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1466. package/lib/vtx-throw-point-modal/components/OverView/index.less +321 -0
  1467. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  1468. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1469. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1470. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +333 -0
  1471. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1472. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1473. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1474. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  1475. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1476. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1477. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1478. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1479. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1480. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  1481. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1482. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1483. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1484. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1485. package/lib/vtx-throw-point-modal/components/WGXW/index.css +93 -0
  1486. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  1487. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1488. package/lib/vtx-throw-point-modal/components/WGXW/index.less +76 -0
  1489. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1490. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1491. package/lib/vtx-throw-point-modal/config.js +67 -0
  1492. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1493. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1494. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1495. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1496. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1497. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1498. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1499. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1500. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1501. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1502. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1503. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1504. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1505. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1506. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1507. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1508. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1509. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1510. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1511. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1512. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1513. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1514. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1515. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1516. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1517. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1518. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1519. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1520. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1521. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1522. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1523. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1524. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1525. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1526. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1527. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1528. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1529. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1530. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1531. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1532. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1533. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1534. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1535. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1536. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1537. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1538. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1539. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1540. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1541. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1542. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1543. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1544. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1545. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1546. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1547. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1548. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1549. package/lib/vtx-throw-point-modal/index.js +104 -0
  1550. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1551. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1552. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1553. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1554. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1555. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1556. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1557. package/lib/vtx-throw-point-modal/types.js +6 -0
  1558. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1559. package/lib/vtx-wr-modal/api.js +381 -0
  1560. package/lib/vtx-wr-modal/api.js.map +1 -0
  1561. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +249 -0
  1562. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1563. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1564. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1565. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
  1566. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1567. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +114 -0
  1568. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  1569. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1570. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +103 -0
  1571. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  1572. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1573. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +40 -0
  1574. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1575. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  1576. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1577. package/lib/vtx-wr-modal/components/BaseInfo/index.css +154 -0
  1578. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  1579. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1580. package/lib/vtx-wr-modal/components/BaseInfo/index.less +132 -0
  1581. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +101 -0
  1582. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1583. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1584. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1585. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +141 -0
  1586. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1587. package/lib/vtx-wr-modal/components/Evaluate/index.css +121 -0
  1588. package/lib/vtx-wr-modal/components/Evaluate/index.js +47 -0
  1589. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1590. package/lib/vtx-wr-modal/components/Evaluate/index.less +121 -0
  1591. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +156 -0
  1592. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1593. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +172 -0
  1594. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1595. package/lib/vtx-wr-modal/components/Monitor/index.css +104 -0
  1596. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  1597. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1598. package/lib/vtx-wr-modal/components/Monitor/index.less +78 -0
  1599. package/lib/vtx-wr-modal/components/index.js +35 -0
  1600. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1601. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1602. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1603. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1604. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1605. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1606. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1607. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1608. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1609. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1610. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1611. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1612. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1613. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1614. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1616. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1617. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1618. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1619. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1620. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1621. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1622. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1623. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1624. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1625. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1626. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1627. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1628. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1629. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1630. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1631. package/lib/vtx-wr-modal/index.js +100 -0
  1632. package/lib/vtx-wr-modal/index.js.map +1 -0
  1633. package/lib/vtx-wr-modal/style/css.js +8 -0
  1634. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1635. package/lib/vtx-wr-modal/style/index.css +132 -0
  1636. package/lib/vtx-wr-modal/style/index.js +8 -0
  1637. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1638. package/lib/vtx-wr-modal/style/index.less +1 -0
  1639. package/lib/vtx-zg-modal/api.js +69 -0
  1640. package/lib/vtx-zg-modal/api.js.map +1 -0
  1641. package/lib/vtx-zg-modal/components/BaseInfo/index.css +92 -0
  1642. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  1643. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1644. package/lib/vtx-zg-modal/components/BaseInfo/index.less +82 -0
  1645. package/lib/vtx-zg-modal/components/index.js +14 -0
  1646. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1647. package/lib/vtx-zg-modal/index.js +95 -0
  1648. package/lib/vtx-zg-modal/index.js.map +1 -0
  1649. package/lib/vtx-zg-modal/style/css.js +5 -0
  1650. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1651. package/lib/vtx-zg-modal/style/index.css +132 -0
  1652. package/lib/vtx-zg-modal/style/index.js +5 -0
  1653. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1654. package/lib/vtx-zg-modal/style/index.less +1 -0
  1655. package/lib/vtx-zyz-modal/api.js +323 -0
  1656. package/lib/vtx-zyz-modal/api.js.map +1 -0
  1657. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +83 -0
  1658. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +1 -0
  1659. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +79 -0
  1660. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +166 -0
  1661. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +1 -0
  1662. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +73 -0
  1663. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +126 -0
  1664. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +1 -0
  1665. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +134 -0
  1666. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +1 -0
  1667. package/lib/vtx-zyz-modal/components/Metering/List.js +115 -0
  1668. package/lib/vtx-zyz-modal/components/Metering/List.js.map +1 -0
  1669. package/lib/vtx-zyz-modal/components/Metering/index.css +101 -0
  1670. package/lib/vtx-zyz-modal/components/Metering/index.js +182 -0
  1671. package/lib/vtx-zyz-modal/components/Metering/index.js.map +1 -0
  1672. package/lib/vtx-zyz-modal/components/Metering/index.less +84 -0
  1673. package/lib/vtx-zyz-modal/components/index.js +21 -0
  1674. package/lib/vtx-zyz-modal/components/index.js.map +1 -0
  1675. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1676. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1677. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1678. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1679. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1680. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1681. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1682. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1683. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1684. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1685. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1686. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1687. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1688. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1689. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1690. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1691. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1692. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1693. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1694. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1695. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1696. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1697. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1698. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1699. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1700. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1701. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1702. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1703. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1704. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1705. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1706. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1707. package/lib/vtx-zyz-modal/index.js +98 -0
  1708. package/lib/vtx-zyz-modal/index.js.map +1 -0
  1709. package/lib/vtx-zyz-modal/style/css.js +5 -0
  1710. package/lib/vtx-zyz-modal/style/css.js.map +1 -0
  1711. package/lib/vtx-zyz-modal/style/index.css +132 -0
  1712. package/lib/vtx-zyz-modal/style/index.js +5 -0
  1713. package/lib/vtx-zyz-modal/style/index.js.map +1 -0
  1714. package/lib/vtx-zyz-modal/style/index.less +1 -0
  1715. package/package.json +1 -1
@@ -0,0 +1,137 @@
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 _groupBy = _interopRequireDefault(require("lodash/groupBy"));
9
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
12
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
13
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
+ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
15
+ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
16
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
17
+ var xAxis = _toConsumableArray(new Array(24)).map(function (_, index) {
18
+ return add0(index);
19
+ });
20
+ function add0(num) {
21
+ return num >= 10 ? num.toString() : "0".concat(num);
22
+ }
23
+ function transferData(data) {
24
+ var chartData = [];
25
+ var dataGroupByDate = (0, _groupBy["default"])(data, 'date');
26
+ var count = 0;
27
+ for (var key in dataGroupByDate) {
28
+ dataGroupByDate[key].forEach(function (item, index) {
29
+ chartData.push([index, count, item.value]);
30
+ });
31
+ count++;
32
+ }
33
+ return {
34
+ yAxis: Object.keys(dataGroupByDate).map(function (item) {
35
+ return item.substring(5);
36
+ }),
37
+ chartData: chartData
38
+ };
39
+ }
40
+ var getGaugeOption = function getGaugeOption(_ref) {
41
+ var _ref$data = _ref.data,
42
+ data = _ref$data === void 0 ? [] : _ref$data;
43
+ var _transferData = transferData(data),
44
+ yAxis = _transferData.yAxis,
45
+ chartData = _transferData.chartData;
46
+ var max = Math.max.apply(Math, _toConsumableArray(chartData.map(function (item) {
47
+ return item[2];
48
+ })));
49
+ if (!(chartData === null || chartData === void 0 ? void 0 : chartData.length)) return {};
50
+ return {
51
+ tooltip: {
52
+ position: 'top',
53
+ formatter: function formatter(params) {
54
+ var value = params.value,
55
+ marker = params.marker;
56
+ var date = yAxis[value[1]];
57
+ var hour = "".concat(add0(value[0]), ":00-").concat(add0(value[0] + 1), ":00");
58
+ return "<div>".concat(date, " ").concat(hour, "</div><div>").concat(marker, " \u6295\u653E\u6B21\u6570\uFF1A").concat(value[2], "\u6B21</div>");
59
+ }
60
+ },
61
+ grid: {
62
+ top: 50,
63
+ bottom: 0,
64
+ right: 0,
65
+ left: 0,
66
+ containLabel: true
67
+ },
68
+ xAxis: {
69
+ type: 'category',
70
+ data: xAxis,
71
+ splitArea: {
72
+ show: true
73
+ },
74
+ axisLabel: {
75
+ interval: 0,
76
+ color: '#fff'
77
+ },
78
+ axisTick: {
79
+ show: false
80
+ }
81
+ },
82
+ yAxis: {
83
+ type: 'category',
84
+ data: yAxis,
85
+ splitArea: {
86
+ show: true
87
+ },
88
+ axisLabel: {
89
+ color: '#fff',
90
+ interval: 0
91
+ },
92
+ axisTick: {
93
+ show: false
94
+ }
95
+ },
96
+ visualMap: {
97
+ // type: 'piecewise',
98
+ min: 0,
99
+ max: max,
100
+ calculable: true,
101
+ orient: 'horizontal',
102
+ left: 'center',
103
+ top: 0,
104
+ inRange: {
105
+ color: ['#364357', '#00759C', '#29A8F0', '#F5B829', '#E7473F']
106
+ },
107
+ textStyle: {
108
+ color: '#fff'
109
+ }
110
+ },
111
+ series: [{
112
+ name: '24h分布',
113
+ type: 'heatmap',
114
+ data: chartData,
115
+ label: {
116
+ show: true
117
+ },
118
+ emphasis: {
119
+ itemStyle: {
120
+ shadowBlur: 10,
121
+ shadowColor: 'rgba(0, 0, 0, 0.5)'
122
+ }
123
+ }
124
+ }]
125
+ };
126
+ };
127
+ var Distribute1 = function Distribute1(props) {
128
+ return /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
129
+ option: getGaugeOption(props),
130
+ style: {
131
+ height: '100%'
132
+ }
133
+ });
134
+ };
135
+ var _default = Distribute1;
136
+ exports["default"] = _default;
137
+ //# sourceMappingURL=Distribute1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Distribute1.js","names":["xAxis","Array","map","_","index","add0","num","toString","transferData","data","chartData","dataGroupByDate","groupBy","count","key","forEach","item","push","value","yAxis","Object","keys","substring","getGaugeOption","max","Math","length","tooltip","position","formatter","params","marker","date","hour","grid","top","bottom","right","left","containLabel","type","splitArea","show","axisLabel","interval","color","axisTick","visualMap","min","calculable","orient","inRange","textStyle","series","name","label","emphasis","itemStyle","shadowBlur","shadowColor","Distribute1","props","React","createElement","ReactEcharts","option","style","height"],"sources":["vm-charts/Distribute1.js"],"sourcesContent":["import React from 'react';\nimport groupBy from 'lodash/groupBy';\nimport ReactEcharts from 'echarts-for-react';\nconst xAxis = [...new Array(24)].map((_, index) => add0(index));\nfunction add0(num) {\n return num >= 10 ? num.toString() : `0${num}`;\n}\nfunction transferData(data) {\n const chartData = [];\n const dataGroupByDate = groupBy(data, 'date');\n let count = 0;\n for (const key in dataGroupByDate) {\n dataGroupByDate[key].forEach((item, index) => {\n chartData.push([index, count, item.value]);\n });\n count++;\n }\n return {\n yAxis: Object.keys(dataGroupByDate).map(item => item.substring(5)),\n chartData,\n };\n}\nconst getGaugeOption = ({ data = [] }) => {\n const { yAxis, chartData } = transferData(data);\n const max = Math.max(...chartData.map(item => item[2]));\n if (!(chartData === null || chartData === void 0 ? void 0 : chartData.length))\n return {};\n return {\n tooltip: {\n position: 'top',\n formatter: (params) => {\n const { value, marker } = params;\n const date = yAxis[value[1]];\n const hour = `${add0(value[0])}:00-${add0(value[0] + 1)}:00`;\n return `<div>${date} ${hour}</div><div>${marker} 投放次数:${value[2]}次</div>`;\n },\n },\n grid: {\n top: 50,\n bottom: 0,\n right: 0,\n left: 0,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n data: xAxis,\n splitArea: {\n show: true,\n },\n axisLabel: {\n interval: 0,\n color: '#fff',\n },\n axisTick: {\n show: false,\n },\n },\n yAxis: {\n type: 'category',\n data: yAxis,\n splitArea: {\n show: true,\n },\n axisLabel: {\n color: '#fff',\n interval: 0,\n },\n axisTick: {\n show: false,\n },\n },\n visualMap: {\n // type: 'piecewise',\n min: 0,\n max: max,\n calculable: true,\n orient: 'horizontal',\n left: 'center',\n top: 0,\n inRange: {\n color: ['#364357', '#00759C', '#29A8F0', '#F5B829', '#E7473F'],\n },\n textStyle: {\n color: '#fff',\n },\n },\n series: [\n {\n name: '24h分布',\n type: 'heatmap',\n data: chartData,\n label: {\n show: true,\n },\n emphasis: {\n itemStyle: {\n shadowBlur: 10,\n shadowColor: 'rgba(0, 0, 0, 0.5)',\n },\n },\n },\n ],\n };\n};\nconst Distribute1 = (props) => {\n return React.createElement(ReactEcharts, { option: getGaugeOption(props), style: { height: '100%' } });\n};\nexport default Distribute1;\n"],"mappings":"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"}
@@ -0,0 +1,149 @@
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 _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var getGaugeOption = function getGaugeOption(_ref) {
11
+ var _ref$num = _ref.num,
12
+ num = _ref$num === void 0 ? 0 : _ref$num,
13
+ _ref$min = _ref.min,
14
+ min = _ref$min === void 0 ? 0 : _ref$min,
15
+ _ref$average = _ref.average,
16
+ average = _ref$average === void 0 ? 0 : _ref$average,
17
+ _ref$max = _ref.max,
18
+ max = _ref$max === void 0 ? 100 : _ref$max,
19
+ _ref$name = _ref.name,
20
+ name = _ref$name === void 0 ? '' : _ref$name,
21
+ _ref$unit = _ref.unit,
22
+ unit = _ref$unit === void 0 ? '' : _ref$unit;
23
+ var good = Number(num) > Number(average);
24
+ return {
25
+ title: {
26
+ left: 'center',
27
+ top: '60%',
28
+ text: "{a|".concat(name, "}\n{b|").concat(good ? '优于均值' : '差于均值', "}"),
29
+ textStyle: {
30
+ rich: {
31
+ a: {
32
+ color: '#fff',
33
+ fontSize: 14,
34
+ lineHeight: 40
35
+ },
36
+ b: {
37
+ color: good ? '#63FFC6' : '#FFCD36',
38
+ fontSize: 14
39
+ }
40
+ }
41
+ }
42
+ },
43
+ series: [{
44
+ type: 'gauge',
45
+ center: ['50%', '50%'],
46
+ radius: '75%',
47
+ startAngle: 200,
48
+ endAngle: -20,
49
+ min: min,
50
+ max: max,
51
+ splitNumber: 10,
52
+ progress: {
53
+ show: true,
54
+ width: 10,
55
+ itemStyle: {
56
+ color: {
57
+ type: 'linear',
58
+ x: 0,
59
+ y: 0,
60
+ x2: 0,
61
+ y2: 1,
62
+ colorStops: [{
63
+ offset: 0,
64
+ color: good ? '#50F0FF' : '#FFBE31'
65
+ }, {
66
+ offset: 1,
67
+ color: good ? '#3EA6FF' : '#FF4800'
68
+ }]
69
+ }
70
+ }
71
+ },
72
+ pointer: {
73
+ show: false
74
+ },
75
+ axisLine: {
76
+ lineStyle: {
77
+ width: 10
78
+ }
79
+ },
80
+ axisTick: {
81
+ distance: -20,
82
+ length: 5,
83
+ splitNumber: 5,
84
+ lineStyle: {
85
+ width: 1,
86
+ color: '#999'
87
+ }
88
+ },
89
+ splitLine: {
90
+ distance: -23,
91
+ length: 8,
92
+ lineStyle: {
93
+ width: 2,
94
+ color: '#999'
95
+ }
96
+ },
97
+ axisLabel: {
98
+ show: false,
99
+ distance: -12,
100
+ color: '#999',
101
+ fontSize: 12
102
+ },
103
+ anchor: {
104
+ show: false
105
+ },
106
+ title: {
107
+ show: false
108
+ },
109
+ detail: {
110
+ valueAnimation: true,
111
+ width: '60%',
112
+ borderRadius: 8,
113
+ offsetCenter: [0, 0],
114
+ fontWeight: 'bolder',
115
+ formatter: average === false ? "{a|".concat(num, "}{b|").concat(unit, "}") : "{a|".concat(num, "}{b|").concat(unit, "}\n{c|\u5747\u503C").concat(average).concat(unit, "}"),
116
+ textStyle: {
117
+ rich: {
118
+ a: {
119
+ color: '#fff',
120
+ fontSize: 24
121
+ },
122
+ b: {
123
+ color: '#fff',
124
+ fontSize: 12
125
+ },
126
+ c: {
127
+ color: '#9BA8B0',
128
+ fontSize: 12
129
+ }
130
+ }
131
+ }
132
+ },
133
+ data: [{
134
+ value: num
135
+ }]
136
+ }]
137
+ };
138
+ };
139
+ var Gauge1 = function Gauge1(props) {
140
+ return /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
141
+ option: getGaugeOption(props),
142
+ style: {
143
+ height: '100%'
144
+ }
145
+ });
146
+ };
147
+ var _default = Gauge1;
148
+ exports["default"] = _default;
149
+ //# sourceMappingURL=Gauge1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Gauge1.js","names":["getGaugeOption","num","min","average","max","name","unit","good","Number","title","left","top","text","textStyle","rich","a","color","fontSize","lineHeight","b","series","type","center","radius","startAngle","endAngle","splitNumber","progress","show","width","itemStyle","x","y","x2","y2","colorStops","offset","pointer","axisLine","lineStyle","axisTick","distance","length","splitLine","axisLabel","anchor","detail","valueAnimation","borderRadius","offsetCenter","fontWeight","formatter","c","data","value","Gauge1","props","React","createElement","ReactEcharts","option","style","height"],"sources":["vm-charts/Gauge1.js"],"sourcesContent":["import React from 'react';\nimport ReactEcharts from 'echarts-for-react';\nconst getGaugeOption = ({ num = 0, min = 0, average = 0, max = 100, name = '', unit = '', }) => {\n const good = Number(num) > Number(average);\n return {\n title: {\n left: 'center',\n top: '60%',\n text: `{a|${name}}\\n{b|${good ? '优于均值' : '差于均值'}}`,\n textStyle: {\n rich: {\n a: {\n color: '#fff',\n fontSize: 14,\n lineHeight: 40,\n },\n b: {\n color: good ? '#63FFC6' : '#FFCD36',\n fontSize: 14,\n },\n },\n },\n },\n series: [\n {\n type: 'gauge',\n center: ['50%', '50%'],\n radius: '75%',\n startAngle: 200,\n endAngle: -20,\n min,\n max,\n splitNumber: 10,\n progress: {\n show: true,\n width: 10,\n itemStyle: {\n color: {\n type: 'linear',\n x: 0,\n y: 0,\n x2: 0,\n y2: 1,\n colorStops: [\n {\n offset: 0,\n color: good ? '#50F0FF' : '#FFBE31',\n },\n {\n offset: 1,\n color: good ? '#3EA6FF' : '#FF4800',\n },\n ],\n },\n },\n },\n pointer: {\n show: false,\n },\n axisLine: {\n lineStyle: {\n width: 10,\n },\n },\n axisTick: {\n distance: -20,\n length: 5,\n splitNumber: 5,\n lineStyle: {\n width: 1,\n color: '#999',\n },\n },\n splitLine: {\n distance: -23,\n length: 8,\n lineStyle: {\n width: 2,\n color: '#999',\n },\n },\n axisLabel: {\n show: false,\n distance: -12,\n color: '#999',\n fontSize: 12,\n },\n anchor: {\n show: false,\n },\n title: {\n show: false,\n },\n detail: {\n valueAnimation: true,\n width: '60%',\n borderRadius: 8,\n offsetCenter: [0, 0],\n fontWeight: 'bolder',\n formatter: average === false\n ? `{a|${num}}{b|${unit}}`\n : `{a|${num}}{b|${unit}}\\n{c|均值${average}${unit}}`,\n textStyle: {\n rich: {\n a: {\n color: '#fff',\n fontSize: 24,\n },\n b: {\n color: '#fff',\n fontSize: 12,\n },\n c: {\n color: '#9BA8B0',\n fontSize: 12,\n },\n },\n },\n },\n data: [\n {\n value: num,\n },\n ],\n },\n ],\n };\n};\nconst Gauge1 = (props) => {\n return React.createElement(ReactEcharts, { option: getGaugeOption(props), style: { height: '100%' } });\n};\nexport default Gauge1;\n"],"mappings":"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"}
@@ -0,0 +1,96 @@
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 _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var getOption = function getOption(_ref) {
11
+ var _ref$xAxis = _ref.xAxis,
12
+ xAxis = _ref$xAxis === void 0 ? [] : _ref$xAxis,
13
+ _ref$data = _ref.data,
14
+ data = _ref$data === void 0 ? [] : _ref$data;
15
+ return {
16
+ color: ['#0E85FF', '#49FF81', '#26D4FF', '#F5D629', '#C97CFF'],
17
+ tooltip: {
18
+ trigger: 'axis'
19
+ },
20
+ legend: {
21
+ type: 'scroll',
22
+ top: 0,
23
+ left: 'center',
24
+ textStyle: {
25
+ color: '#fff'
26
+ }
27
+ },
28
+ grid: {
29
+ top: 50,
30
+ left: 40,
31
+ right: 0,
32
+ bottom: 0,
33
+ containLabel: true
34
+ },
35
+ xAxis: {
36
+ data: xAxis,
37
+ axisLabel: {
38
+ color: '#DAF1FF',
39
+ interval: 0
40
+ },
41
+ axisTick: {
42
+ show: false
43
+ },
44
+ axisLine: {
45
+ show: false
46
+ },
47
+ z: 10
48
+ },
49
+ yAxis: {
50
+ name: '单位:次',
51
+ nameTextStyle: {
52
+ color: '#fff'
53
+ },
54
+ axisLine: {
55
+ show: false
56
+ },
57
+ axisTick: {
58
+ show: false
59
+ },
60
+ axisLabel: {
61
+ color: '#fff'
62
+ },
63
+ splitLine: {
64
+ lineStyle: {
65
+ type: 'dashed',
66
+ color: 'rgba(255,255,255,0.2)'
67
+ }
68
+ }
69
+ },
70
+ series: data.map(function (item) {
71
+ return {
72
+ name: item.name,
73
+ type: 'line',
74
+ smooth: true,
75
+ data: item.data
76
+ };
77
+ })
78
+ };
79
+ };
80
+ var Line1 = function Line1(_ref2) {
81
+ var xAxis = _ref2.xAxis,
82
+ data = _ref2.data,
83
+ style = _ref2.style;
84
+ return /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
85
+ option: getOption({
86
+ xAxis: xAxis,
87
+ data: data
88
+ }),
89
+ style: Object.assign({
90
+ height: '100%'
91
+ }, style)
92
+ });
93
+ };
94
+ var _default = Line1;
95
+ exports["default"] = _default;
96
+ //# sourceMappingURL=Line1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Line1.js","names":["getOption","xAxis","data","color","tooltip","trigger","legend","type","top","left","textStyle","grid","right","bottom","containLabel","axisLabel","interval","axisTick","show","axisLine","z","yAxis","name","nameTextStyle","splitLine","lineStyle","series","map","item","smooth","Line1","style","React","createElement","ReactEcharts","option","Object","assign","height"],"sources":["vm-charts/Line1.js"],"sourcesContent":["import React from 'react';\nimport ReactEcharts from 'echarts-for-react';\nconst getOption = ({ xAxis = [], data = [] }) => {\n return {\n color: ['#0E85FF', '#49FF81', '#26D4FF', '#F5D629', '#C97CFF'],\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n type: 'scroll',\n top: 0,\n left: 'center',\n textStyle: {\n color: '#fff',\n },\n },\n grid: {\n top: 50,\n left: 40,\n right: 0,\n bottom: 0,\n containLabel: true,\n },\n xAxis: {\n data: xAxis,\n axisLabel: {\n color: '#DAF1FF',\n interval: 0,\n },\n axisTick: {\n show: false,\n },\n axisLine: {\n show: false,\n },\n z: 10,\n },\n yAxis: {\n name: '单位:次',\n nameTextStyle: {\n color: '#fff',\n },\n axisLine: {\n show: false,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: '#fff',\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(255,255,255,0.2)',\n },\n },\n },\n series: data.map(item => {\n return {\n name: item.name,\n type: 'line',\n smooth: true,\n data: item.data,\n };\n }),\n };\n};\nconst Line1 = ({ xAxis, data, style }) => {\n return (React.createElement(ReactEcharts, { option: getOption({ xAxis, data }), style: Object.assign({ height: '100%' }, style) }));\n};\nexport default Line1;\n"],"mappings":";;;;;;AAAA;AACA;AAA6C;AAC7C,IAAMA,SAAS,GAAG,SAAZA,SAAS,OAAkC;EAAA,sBAA5BC,KAAK;IAALA,KAAK,2BAAG,EAAE;IAAA,iBAAEC,IAAI;IAAJA,IAAI,0BAAG,EAAE;EACtC,OAAO;IACHC,KAAK,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;IAC9DC,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,MAAM,EAAE;MACJC,IAAI,EAAE,QAAQ;MACdC,GAAG,EAAE,CAAC;MACNC,IAAI,EAAE,QAAQ;MACdC,SAAS,EAAE;QACPP,KAAK,EAAE;MACX;IACJ,CAAC;IACDQ,IAAI,EAAE;MACFH,GAAG,EAAE,EAAE;MACPC,IAAI,EAAE,EAAE;MACRG,KAAK,EAAE,CAAC;MACRC,MAAM,EAAE,CAAC;MACTC,YAAY,EAAE;IAClB,CAAC;IACDb,KAAK,EAAE;MACHC,IAAI,EAAED,KAAK;MACXc,SAAS,EAAE;QACPZ,KAAK,EAAE,SAAS;QAChBa,QAAQ,EAAE;MACd,CAAC;MACDC,QAAQ,EAAE;QACNC,IAAI,EAAE;MACV,CAAC;MACDC,QAAQ,EAAE;QACND,IAAI,EAAE;MACV,CAAC;MACDE,CAAC,EAAE;IACP,CAAC;IACDC,KAAK,EAAE;MACHC,IAAI,EAAE,MAAM;MACZC,aAAa,EAAE;QACXpB,KAAK,EAAE;MACX,CAAC;MACDgB,QAAQ,EAAE;QACND,IAAI,EAAE;MACV,CAAC;MACDD,QAAQ,EAAE;QACNC,IAAI,EAAE;MACV,CAAC;MACDH,SAAS,EAAE;QACPZ,KAAK,EAAE;MACX,CAAC;MACDqB,SAAS,EAAE;QACPC,SAAS,EAAE;UACPlB,IAAI,EAAE,QAAQ;UACdJ,KAAK,EAAE;QACX;MACJ;IACJ,CAAC;IACDuB,MAAM,EAAExB,IAAI,CAACyB,GAAG,CAAC,UAAAC,IAAI,EAAI;MACrB,OAAO;QACHN,IAAI,EAAEM,IAAI,CAACN,IAAI;QACff,IAAI,EAAE,MAAM;QACZsB,MAAM,EAAE,IAAI;QACZ3B,IAAI,EAAE0B,IAAI,CAAC1B;MACf,CAAC;IACL,CAAC;EACL,CAAC;AACL,CAAC;AACD,IAAM4B,KAAK,GAAG,SAARA,KAAK,QAA+B;EAAA,IAAzB7B,KAAK,SAALA,KAAK;IAAEC,IAAI,SAAJA,IAAI;IAAE6B,KAAK,SAALA,KAAK;EAC/B,oBAAQC,iBAAK,CAACC,aAAa,CAACC,2BAAY,EAAE;IAAEC,MAAM,EAAEnC,SAAS,CAAC;MAAEC,KAAK,EAALA,KAAK;MAAEC,IAAI,EAAJA;IAAK,CAAC,CAAC;IAAE6B,KAAK,EAAEK,MAAM,CAACC,MAAM,CAAC;MAAEC,MAAM,EAAE;IAAO,CAAC,EAAEP,KAAK;EAAE,CAAC,CAAC;AACtI,CAAC;AAAC,eACaD,KAAK;AAAA"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Distribute1", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _Distribute["default"];
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "Gauge1", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _Gauge["default"];
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "Line1", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _Line["default"];
22
+ }
23
+ });
24
+ var _Gauge = _interopRequireDefault(require("./Gauge1"));
25
+ var _Line = _interopRequireDefault(require("./Line1"));
26
+ var _Distribute = _interopRequireDefault(require("./Distribute1"));
27
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["vm-charts/index.js"],"sourcesContent":["/*------------【小区】开始------------*/\n// 仪表盘\nexport { default as Gauge1 } from './Gauge1';\n// 趋势图\nexport { default as Line1 } from './Line1';\n// 分布图\nexport { default as Distribute1 } from './Distribute1';\n/*------------【小区】结束------------*/\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA;AAEA;AAEA;AAAuD"}
@@ -0,0 +1,170 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.VMSelect = exports.VMRangePicker = exports.VMDatePicker = exports.VMChangeDatePicker = void 0;
7
+ var _ahooks = require("ahooks");
8
+ var _antd = require("antd");
9
+ var _zh_CN = _interopRequireDefault(require("antd/es/date-picker/locale/zh_CN"));
10
+ var _moment = _interopRequireDefault(require("moment"));
11
+ require("moment/locale/zh-cn");
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _useSettings5 = _interopRequireDefault(require("../vm-hooks/useSettings"));
14
+ require("./style");
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
16
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
17
+ 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."); }
18
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
19
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
20
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
21
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
+ var RangePicker = _antd.DatePicker.RangePicker;
23
+ /**
24
+ * 二次封装的日期选择器
25
+ * @param props
26
+ * @returns
27
+ */
28
+ var VMRangePicker = function VMRangePicker(props) {
29
+ var _useSettings = (0, _useSettings5["default"])(),
30
+ theme = _useSettings.theme;
31
+ return /*#__PURE__*/_react["default"].createElement(RangePicker, Object.assign({
32
+ className: "vm-range-picker ".concat(theme),
33
+ dropdownClassName: "vm-range-picker-dropdown ".concat(theme),
34
+ allowClear: false
35
+ }, props, {
36
+ locale: _zh_CN["default"]
37
+ }));
38
+ };
39
+ exports.VMRangePicker = VMRangePicker;
40
+ var VMDatePicker = function VMDatePicker(props) {
41
+ var _useSettings2 = (0, _useSettings5["default"])(),
42
+ theme = _useSettings2.theme;
43
+ return /*#__PURE__*/_react["default"].createElement(_antd.DatePicker, Object.assign({
44
+ className: "vm-range-picker ".concat(theme),
45
+ dropdownClassName: "vm-range-picker-dropdown ".concat(theme),
46
+ allowClear: false
47
+ }, props, {
48
+ locale: _zh_CN["default"]
49
+ }));
50
+ };
51
+ exports.VMDatePicker = VMDatePicker;
52
+ var VMSelect = function VMSelect(props) {
53
+ var _useSettings3 = (0, _useSettings5["default"])(),
54
+ theme = _useSettings3.theme;
55
+ return /*#__PURE__*/_react["default"].createElement(_antd.Select, Object.assign({
56
+ className: "vm-select ".concat(theme),
57
+ dropdownClassName: "vm-select-dropdown ".concat(theme)
58
+ }, props), props.children);
59
+ };
60
+ // 可切换年月日的时间选择弹框
61
+ exports.VMSelect = VMSelect;
62
+ var VMChangeDatePicker = function VMChangeDatePicker(props) {
63
+ var _useSettings4 = (0, _useSettings5["default"])(),
64
+ theme = _useSettings4.theme;
65
+ var callBack = props.callBack;
66
+ var _useSetState = (0, _ahooks.useSetState)({
67
+ type: 'DAY',
68
+ date: (0, _moment["default"])(),
69
+ code: 'LJFLJC_THROW_SITUATION_DAY'
70
+ }),
71
+ _useSetState2 = _slicedToArray(_useSetState, 2),
72
+ state = _useSetState2[0],
73
+ setState = _useSetState2[1];
74
+ var handleChange = function handleChange(value) {
75
+ var date = '',
76
+ code = '',
77
+ trendCode = '';
78
+ switch (value) {
79
+ case 'DAY':
80
+ date = (0, _moment["default"])().format('YYYY-MM-DD');
81
+ code = 'LJFLJC_THROW_SITUATION_DAY';
82
+ trendCode = 'LJFLJC_THROW_TREND_DAY';
83
+ break;
84
+ case 'MONTH':
85
+ date = (0, _moment["default"])().format('YYYY-MM');
86
+ code = 'LJFLJC_THROW_SITUATION_MONTH';
87
+ trendCode = 'LJFLJC_THROW_TREND_DAY';
88
+ break;
89
+ case 'YEAR':
90
+ date = (0, _moment["default"])().format('YYYY');
91
+ code = 'LJFLJC_THROW_SITUATION_YEAR';
92
+ trendCode = 'LJFLJC_THROW_TREND_DAY';
93
+ break;
94
+ default:
95
+ break;
96
+ }
97
+ callBack({
98
+ date: date,
99
+ value: value,
100
+ code: code,
101
+ trendCode: trendCode
102
+ });
103
+ setState({
104
+ type: value,
105
+ date: (0, _moment["default"])()
106
+ });
107
+ };
108
+ var handleDateChange = function handleDateChange(e) {
109
+ var date = '';
110
+ switch (state.type) {
111
+ case 'DAY':
112
+ date = (0, _moment["default"])(e).format('YYYY-MM-DD');
113
+ break;
114
+ case 'MONTH':
115
+ date = (0, _moment["default"])(e).format('YYYY-MM');
116
+ break;
117
+ case 'YEAR':
118
+ date = (0, _moment["default"])(e).format('YYYY');
119
+ break;
120
+ default:
121
+ break;
122
+ }
123
+ callBack({
124
+ date: date,
125
+ value: state.type
126
+ });
127
+ setState({
128
+ date: (0, _moment["default"])(e)
129
+ });
130
+ };
131
+ return /*#__PURE__*/_react["default"].createElement("div", {
132
+ style: {
133
+ marginRight: 10
134
+ }
135
+ }, /*#__PURE__*/_react["default"].createElement(VMSelect, {
136
+ value: state.type,
137
+ onChange: handleChange
138
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
139
+ key: 'DAY'
140
+ }, "\u65E5"), /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
141
+ key: 'MONTH'
142
+ }, "\u6708"), /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
143
+ key: 'YEAR'
144
+ }, "\u5E74")), ' ', state.type === 'DAY' && /*#__PURE__*/_react["default"].createElement(_antd.DatePicker, {
145
+ className: "vm-range-picker ".concat(theme),
146
+ dropdownClassName: "vm-range-picker-dropdown ".concat(theme),
147
+ allowClear: false,
148
+ locale: _zh_CN["default"],
149
+ value: state.date,
150
+ onChange: handleDateChange
151
+ }), state.type === 'MONTH' && /*#__PURE__*/_react["default"].createElement(_antd.DatePicker, {
152
+ className: "vm-range-picker ".concat(theme),
153
+ dropdownClassName: "vm-range-picker-dropdown ".concat(theme),
154
+ allowClear: false,
155
+ locale: _zh_CN["default"],
156
+ picker: "month",
157
+ value: state.date,
158
+ onChange: handleDateChange
159
+ }), state.type === 'YEAR' && /*#__PURE__*/_react["default"].createElement(_antd.DatePicker, {
160
+ className: "vm-range-picker ".concat(theme),
161
+ dropdownClassName: "vm-range-picker-dropdown ".concat(theme),
162
+ allowClear: false,
163
+ locale: _zh_CN["default"],
164
+ picker: "year",
165
+ value: state.date,
166
+ onChange: handleDateChange
167
+ }));
168
+ };
169
+ exports.VMChangeDatePicker = VMChangeDatePicker;
170
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["RangePicker","DatePicker","VMRangePicker","props","useSettings","theme","React","createElement","Object","assign","className","dropdownClassName","allowClear","locale","VMDatePicker","VMSelect","Select","children","VMChangeDatePicker","callBack","useSetState","type","date","moment","code","state","setState","handleChange","value","trendCode","format","handleDateChange","e","style","marginRight","onChange","Option","key","picker"],"sources":["vm-filter/index.js"],"sourcesContent":["import { useSetState } from 'ahooks';\nimport { DatePicker, Select } from 'antd';\nimport locale from 'antd/es/date-picker/locale/zh_CN';\nimport moment from 'moment';\nimport 'moment/locale/zh-cn';\nimport React from 'react';\nimport useSettings from '../vm-hooks/useSettings';\nimport './style';\nconst { RangePicker } = DatePicker;\n/**\n * 二次封装的日期选择器\n * @param props\n * @returns\n */\nexport const VMRangePicker = (props) => {\n const { theme } = useSettings();\n return (React.createElement(RangePicker, Object.assign({ className: `vm-range-picker ${theme}`, dropdownClassName: `vm-range-picker-dropdown ${theme}`, allowClear: false }, props, { locale: locale })));\n};\nexport const VMDatePicker = (props) => {\n const { theme } = useSettings();\n return (React.createElement(DatePicker, Object.assign({ className: `vm-range-picker ${theme}`, dropdownClassName: `vm-range-picker-dropdown ${theme}`, allowClear: false }, props, { locale: locale })));\n};\nexport const VMSelect = (props) => {\n const { theme } = useSettings();\n return (React.createElement(Select, Object.assign({ className: `vm-select ${theme}`, dropdownClassName: `vm-select-dropdown ${theme}` }, props), props.children));\n};\n// 可切换年月日的时间选择弹框\nexport const VMChangeDatePicker = (props) => {\n const { theme } = useSettings();\n const { callBack } = props;\n const [state, setState] = useSetState({\n type: 'DAY',\n date: moment(),\n code: 'LJFLJC_THROW_SITUATION_DAY',\n });\n const handleChange = (value) => {\n let date = '', code = '', trendCode = '';\n switch (value) {\n case 'DAY':\n date = moment().format('YYYY-MM-DD');\n code = 'LJFLJC_THROW_SITUATION_DAY';\n trendCode = 'LJFLJC_THROW_TREND_DAY';\n break;\n case 'MONTH':\n date = moment().format('YYYY-MM');\n code = 'LJFLJC_THROW_SITUATION_MONTH';\n trendCode = 'LJFLJC_THROW_TREND_DAY';\n break;\n case 'YEAR':\n date = moment().format('YYYY');\n code = 'LJFLJC_THROW_SITUATION_YEAR';\n trendCode = 'LJFLJC_THROW_TREND_DAY';\n break;\n default: break;\n }\n callBack({ date, value, code, trendCode });\n setState({\n type: value,\n date: moment(),\n });\n };\n const handleDateChange = (e) => {\n let date = '';\n switch (state.type) {\n case 'DAY':\n date = moment(e).format('YYYY-MM-DD');\n break;\n case 'MONTH':\n date = moment(e).format('YYYY-MM');\n break;\n case 'YEAR':\n date = moment(e).format('YYYY');\n break;\n default: break;\n }\n callBack({ date, value: state.type });\n setState({\n date: moment(e),\n });\n };\n return (React.createElement(\"div\", { style: { marginRight: 10 } },\n React.createElement(VMSelect, { value: state.type, onChange: handleChange },\n React.createElement(Select.Option, { key: 'DAY' }, \"\\u65E5\"),\n React.createElement(Select.Option, { key: 'MONTH' }, \"\\u6708\"),\n React.createElement(Select.Option, { key: 'YEAR' }, \"\\u5E74\")),\n ' ',\n state.type === 'DAY' && React.createElement(DatePicker, { className: `vm-range-picker ${theme}`, dropdownClassName: `vm-range-picker-dropdown ${theme}`, allowClear: false, locale: locale, value: state.date, onChange: handleDateChange }),\n state.type === 'MONTH' && React.createElement(DatePicker, { className: `vm-range-picker ${theme}`, dropdownClassName: `vm-range-picker-dropdown ${theme}`, allowClear: false, locale: locale, picker: \"month\", value: state.date, onChange: handleDateChange }),\n state.type === 'YEAR' && React.createElement(DatePicker, { className: `vm-range-picker ${theme}`, dropdownClassName: `vm-range-picker-dropdown ${theme}`, allowClear: false, locale: locale, picker: \"year\", value: state.date, onChange: handleDateChange })));\n};\n"],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("./index.css");
4
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","names":[],"sources":["vm-filter/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAA"}