@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 @@
1
+ @import '../../style/index';
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.VtxThemeContext = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _moment = _interopRequireDefault(require("moment"));
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var VtxThemeContext = /*#__PURE__*/_react["default"].createContext({
11
+ theme: 'light',
12
+ chartFontColor: '#fff',
13
+ chartColor: [''],
14
+ startDate: (0, _moment["default"])().format('YYYY-MM-DD'),
15
+ endDate: (0, _moment["default"])().format('YYYY-MM-DD'),
16
+ defaultGrid: 9
17
+ });
18
+ exports.VtxThemeContext = VtxThemeContext;
19
+ var VtxThemeProvider = VtxThemeContext.Provider;
20
+ var _default = VtxThemeProvider;
21
+ exports["default"] = _default;
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["VtxThemeContext","React","createContext","theme","chartFontColor","chartColor","startDate","moment","format","endDate","defaultGrid","VtxThemeProvider","Provider"],"sources":["vtx-theme-provider/index.js"],"sourcesContent":["import React from 'react';\nimport moment from 'moment';\nconst VtxThemeContext = React.createContext({\n theme: 'light',\n chartFontColor: '#fff',\n chartColor: [''],\n startDate: moment().format('YYYY-MM-DD'),\n endDate: moment().format('YYYY-MM-DD'),\n defaultGrid: 9,\n});\nconst VtxThemeProvider = VtxThemeContext.Provider;\nexport { VtxThemeContext };\nexport default VtxThemeProvider;\n"],"mappings":";;;;;;AAAA;AACA;AAA4B;AAC5B,IAAMA,eAAe,gBAAGC,iBAAK,CAACC,aAAa,CAAC;EACxCC,KAAK,EAAE,OAAO;EACdC,cAAc,EAAE,MAAM;EACtBC,UAAU,EAAE,CAAC,EAAE,CAAC;EAChBC,SAAS,EAAE,IAAAC,kBAAM,GAAE,CAACC,MAAM,CAAC,YAAY,CAAC;EACxCC,OAAO,EAAE,IAAAF,kBAAM,GAAE,CAACC,MAAM,CAAC,YAAY,CAAC;EACtCE,WAAW,EAAE;AACjB,CAAC,CAAC;AAAC;AACH,IAAMC,gBAAgB,GAAGX,eAAe,CAACY,QAAQ;AAAC,eAEnCD,gBAAgB;AAAA"}
@@ -0,0 +1,531 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.throwRecordService = exports.throwFailPersonService = exports.throwFailBehaviorService = exports.queryPage = exports.overViewService = exports.getViolateBehavior = exports.getLoadEnumValue = exports.getDivisionBusinessPackages = exports.deviceService = exports.alarmService = void 0;
7
+ var _tslib = require("tslib");
8
+ var _utils = require("@vtx/utils");
9
+ var _ahooks = require("ahooks");
10
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
11
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
12
+ var query = function query(url, params) {
13
+ var method = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'get';
14
+ return (0, _tslib.__awaiter)(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
15
+ var res;
16
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
17
+ while (1) {
18
+ switch (_context.prev = _context.next) {
19
+ case 0:
20
+ _context.next = 2;
21
+ return _utils.request[method](url, {
22
+ data: params
23
+ });
24
+ case 2:
25
+ res = _context.sent;
26
+ return _context.abrupt("return", res === null || res === void 0 ? void 0 : res.data);
27
+ case 4:
28
+ case "end":
29
+ return _context.stop();
30
+ }
31
+ }
32
+ }, _callee);
33
+ }));
34
+ };
35
+ var queryPage = function queryPage(url, params) {
36
+ return (0, _tslib.__awaiter)(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
37
+ var _a, _b, res;
38
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
39
+ while (1) {
40
+ switch (_context2.prev = _context2.next) {
41
+ case 0:
42
+ _context2.next = 2;
43
+ return _utils.request.get(url, {
44
+ data: params
45
+ });
46
+ case 2:
47
+ res = _context2.sent;
48
+ return _context2.abrupt("return", {
49
+ list: ((_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.rows) || [],
50
+ total: ((_b = res === null || res === void 0 ? void 0 : res.data) === null || _b === void 0 ? void 0 : _b.total) || 0
51
+ });
52
+ case 4:
53
+ case "end":
54
+ return _context2.stop();
55
+ }
56
+ }
57
+ }, _callee2);
58
+ }));
59
+ };
60
+ exports.queryPage = queryPage;
61
+ var PREFIX = '/cloud/sdyd/kanban/v2/popupCommon';
62
+ // 违规行为下拉
63
+ var getViolateBehavior = function getViolateBehavior() {
64
+ return query('/cloud/sdyd/common/loadEnumValue', {
65
+ enumCode: 'ThrowAberrantEnum'
66
+ }, 'post');
67
+ };
68
+ // 业务包枚举
69
+ exports.getViolateBehavior = getViolateBehavior;
70
+ var getLoadEnumValue = function getLoadEnumValue(throwPointId) {
71
+ var _useRequest = (0, _ahooks.useRequest)(function () {
72
+ return query('/cloud/sdyd/user/divisionBusinessPackages', {
73
+ throwPointId: throwPointId
74
+ });
75
+ }, {
76
+ ready: !!throwPointId,
77
+ refreshDeps: [throwPointId]
78
+ }),
79
+ data = _useRequest.data;
80
+ return data;
81
+ };
82
+ // 综合总览
83
+ exports.getLoadEnumValue = getLoadEnumValue;
84
+ var overViewService = {
85
+ // 投放点
86
+ throwPoints: function throwPoints(_ref) {
87
+ var throwPointId = _ref.throwPointId;
88
+ var _useRequest2 = (0, _ahooks.useRequest)(function () {
89
+ return query('/cloud/sdyd/throwPoint/list', {
90
+ throwPointId: throwPointId,
91
+ containsLongLat: true
92
+ });
93
+ }, {
94
+ ready: !!throwPointId,
95
+ refreshDeps: [throwPointId]
96
+ }),
97
+ data = _useRequest2.data;
98
+ return data;
99
+ },
100
+ // 投放点基本数据
101
+ estateStatistics: function estateStatistics(_ref2) {
102
+ var throwPointId = _ref2.throwPointId;
103
+ var _useRequest3 = (0, _ahooks.useRequest)(function () {
104
+ return query('/cloud/sdyd/video/getById', {
105
+ throwPointId: throwPointId
106
+ });
107
+ }, {
108
+ ready: !!throwPointId,
109
+ refreshDeps: [throwPointId]
110
+ }),
111
+ data = _useRequest3.data;
112
+ return data;
113
+ },
114
+ // 投放热度按垃圾类型统计
115
+ throwSumByGarbageType: function throwSumByGarbageType(_ref3) {
116
+ var throwPointId = _ref3.throwPointId;
117
+ var _useRequest4 = (0, _ahooks.useRequest)(function () {
118
+ return query("".concat(PREFIX, "/throwSumByGarbageType"), {
119
+ throwPointId: throwPointId
120
+ });
121
+ }, {
122
+ refreshDeps: [throwPointId]
123
+ // pollingInterval: 5000
124
+ }),
125
+ data = _useRequest4.data;
126
+ return data;
127
+ },
128
+ // 投放热度按24h统计
129
+ throwSumByHour: function throwSumByHour(_ref4) {
130
+ var throwPointId = _ref4.throwPointId;
131
+ var _useRequest5 = (0, _ahooks.useRequest)(function () {
132
+ return query("".concat(PREFIX, "/throwSumByHour"), {
133
+ throwPointId: throwPointId
134
+ });
135
+ }, {
136
+ refreshDeps: [throwPointId]
137
+ }),
138
+ data = _useRequest5.data;
139
+ return data;
140
+ },
141
+ // 投放热度点位分布及一周趋势
142
+ throwSumByDayAndPoint: function throwSumByDayAndPoint(_ref5) {
143
+ var throwPointId = _ref5.throwPointId;
144
+ var _useRequest6 = (0, _ahooks.useRequest)(function () {
145
+ return query("".concat(PREFIX, "/throwSumByDayAndPointOneWeek"), {
146
+ throwPointId: throwPointId
147
+ });
148
+ }, {
149
+ refreshDeps: [throwPointId]
150
+ }),
151
+ data = _useRequest6.data;
152
+ return data;
153
+ },
154
+ // AI工单报事件类型分布
155
+ alarmSumByType: function alarmSumByType(_ref6) {
156
+ var throwPointId = _ref6.throwPointId,
157
+ businessPackage = _ref6.businessPackage,
158
+ beginTime = _ref6.beginTime,
159
+ endTime = _ref6.endTime;
160
+ var _useRequest7 = (0, _ahooks.useRequest)(function () {
161
+ return query("".concat(PREFIX, "/aiAlarmGroupByType"), {
162
+ throwPointId: throwPointId,
163
+ businessPackage: businessPackage,
164
+ beginTime: beginTime,
165
+ endTime: endTime
166
+ });
167
+ }, {
168
+ refreshDeps: [throwPointId, businessPackage, beginTime, endTime]
169
+ // pollingInterval: 5000
170
+ }),
171
+ data = _useRequest7.data;
172
+ return data;
173
+ },
174
+ // AI工单近一周趋势
175
+ alarmSumByDate: function alarmSumByDate(_ref7) {
176
+ var throwPointId = _ref7.throwPointId,
177
+ businessPackage = _ref7.businessPackage,
178
+ beginTime = _ref7.beginTime,
179
+ endTime = _ref7.endTime;
180
+ var _useRequest8 = (0, _ahooks.useRequest)(function () {
181
+ return query("".concat(PREFIX, "/aiAlarmGroupByTypeAndDayOneWeek"), {
182
+ throwPointId: throwPointId,
183
+ businessPackage: businessPackage,
184
+ beginTime: beginTime,
185
+ endTime: endTime
186
+ });
187
+ }, {
188
+ refreshDeps: [throwPointId, businessPackage, beginTime, endTime]
189
+ }),
190
+ data = _useRequest8.data;
191
+ return data;
192
+ },
193
+ // 运营管理
194
+ managementData: function managementData(_ref8) {
195
+ var throwPointId = _ref8.throwPointId;
196
+ var _useRequest9 = (0, _ahooks.useRequest)(function () {
197
+ return query("".concat(PREFIX, "/operationManagement"), {
198
+ throwPointId: throwPointId
199
+ });
200
+ }, {
201
+ refreshDeps: [throwPointId]
202
+ // pollingInterval: 5 * 60 * 1000
203
+ }),
204
+ data = _useRequest9.data;
205
+ return data;
206
+ },
207
+ // 工单处理效率
208
+ resolveEfficiency: function resolveEfficiency(_ref9) {
209
+ var throwPointId = _ref9.throwPointId,
210
+ businessPackage = _ref9.businessPackage,
211
+ beginTime = _ref9.beginTime,
212
+ endTime = _ref9.endTime;
213
+ var _useRequest10 = (0, _ahooks.useRequest)(function () {
214
+ return query("".concat(PREFIX, "/resolveEfficiency"), {
215
+ throwPointId: throwPointId,
216
+ businessPackage: businessPackage,
217
+ beginTime: beginTime,
218
+ endTime: endTime
219
+ });
220
+ }, {
221
+ refreshDeps: [throwPointId, businessPackage, beginTime, endTime]
222
+ //pollingInterval: 5000
223
+ }),
224
+ data = _useRequest10.data;
225
+ return data;
226
+ }
227
+ };
228
+ exports.overViewService = overViewService;
229
+ var getDivisionBusinessPackages = function getDivisionBusinessPackages(throwPointId) {
230
+ var _useRequest11 = (0, _ahooks.useRequest)(function () {
231
+ return query('/cloud/sdyd/user/divisionBusinessPackages', {
232
+ throwPointId: throwPointId
233
+ });
234
+ }, {
235
+ ready: !!throwPointId,
236
+ refreshDeps: [throwPointId]
237
+ }),
238
+ data = _useRequest11.data;
239
+ return data;
240
+ };
241
+ // 违规人公示
242
+ exports.getDivisionBusinessPackages = getDivisionBusinessPackages;
243
+ var throwFailPersonService = {
244
+ list: function list(_ref10) {
245
+ var beginTime = _ref10.beginTime,
246
+ endTime = _ref10.endTime,
247
+ _ref10$throwPointId = _ref10.throwPointId,
248
+ throwPointId = _ref10$throwPointId === void 0 ? '' : _ref10$throwPointId;
249
+ var _useRequest12 = (0, _ahooks.useRequest)(function () {
250
+ return query("".concat(PREFIX, "/throwFailPersonPage"), {
251
+ page: 0,
252
+ size: 999999,
253
+ beginTime: beginTime,
254
+ endTime: endTime,
255
+ throwPointId: throwPointId
256
+ });
257
+ }, {
258
+ ready: !!throwPointId,
259
+ refreshDeps: [throwPointId, beginTime, endTime]
260
+ }),
261
+ data = _useRequest12.data;
262
+ return data;
263
+ },
264
+ "export": function _export(_ref11) {
265
+ var beginTime = _ref11.beginTime,
266
+ endTime = _ref11.endTime,
267
+ _ref11$throwPointId = _ref11.throwPointId,
268
+ throwPointId = _ref11$throwPointId === void 0 ? '' : _ref11$throwPointId,
269
+ _ref11$throwFailIds = _ref11.throwFailIds,
270
+ throwFailIds = _ref11$throwFailIds === void 0 ? '' : _ref11$throwFailIds;
271
+ (0, _utils.downloadFile)("".concat(PREFIX, "/throwFailPersonExport"), {
272
+ data: {
273
+ beginTime: beginTime,
274
+ endTime: endTime,
275
+ throwPointId: throwPointId,
276
+ throwFailIds: throwFailIds
277
+ }
278
+ }, 'blob');
279
+ }
280
+ };
281
+ // 投放热度
282
+ exports.throwFailPersonService = throwFailPersonService;
283
+ var throwRecordService = {
284
+ count: function count(_ref12) {
285
+ var throwPointId = _ref12.throwPointId,
286
+ startDatetime = _ref12.startDatetime,
287
+ endDatetime = _ref12.endDatetime;
288
+ var _useRequest13 = (0, _ahooks.useRequest)(function () {
289
+ return query('/cloud/sdyd/throwRecord/count', {
290
+ throwPointId: throwPointId,
291
+ startDatetime: startDatetime,
292
+ endDatetime: endDatetime
293
+ });
294
+ }, {
295
+ ready: !!throwPointId,
296
+ refreshDeps: [throwPointId, startDatetime, endDatetime]
297
+ }),
298
+ data = _useRequest13.data;
299
+ return data;
300
+ }
301
+ };
302
+ // 违规行为
303
+ exports.throwRecordService = throwRecordService;
304
+ var throwFailBehaviorService = {
305
+ list: function list(_ref13) {
306
+ var startDatetime = _ref13.startDatetime,
307
+ endDatetime = _ref13.endDatetime,
308
+ _ref13$throwPointId = _ref13.throwPointId,
309
+ throwPointId = _ref13$throwPointId === void 0 ? '' : _ref13$throwPointId,
310
+ _ref13$throwAberrantC = _ref13.throwAberrantCode,
311
+ throwAberrantCode = _ref13$throwAberrantC === void 0 ? '' : _ref13$throwAberrantC;
312
+ var _useRequest14 = (0, _ahooks.useRequest)(function () {
313
+ return query('/cloud/sdyd/throwFail/list', {
314
+ startDatetime: startDatetime,
315
+ endDatetime: endDatetime,
316
+ throwPointId: throwPointId,
317
+ throwAberrantCode: throwAberrantCode,
318
+ auditStatusCode: 'PASSED',
319
+ sourceCodes: ' VIDEO,AI',
320
+ rectificationStatuses: 'TO_BE_RESOLVED,TO_BE_AUDITED,FAILED,PASSED'
321
+ });
322
+ }, {
323
+ ready: !!throwPointId,
324
+ refreshDeps: [startDatetime, endDatetime, throwPointId, throwAberrantCode]
325
+ }),
326
+ data = _useRequest14.data;
327
+ return data;
328
+ },
329
+ "export": function _export(_ref14) {
330
+ var startDatetime = _ref14.startDatetime,
331
+ endDatetime = _ref14.endDatetime,
332
+ _ref14$throwPointId = _ref14.throwPointId,
333
+ throwPointId = _ref14$throwPointId === void 0 ? '' : _ref14$throwPointId;
334
+ (0, _utils.downloadFile)("".concat(PREFIX, "/throwFailPersonExport"), {
335
+ data: {
336
+ startDatetime: startDatetime,
337
+ endDatetime: endDatetime,
338
+ throwPointId: throwPointId,
339
+ auditStatusCode: 'PASSED',
340
+ sourceCodes: ' VIDEO,AI'
341
+ }
342
+ }, 'blob');
343
+ }
344
+ };
345
+ exports.throwFailBehaviorService = throwFailBehaviorService;
346
+ var alarmService = {
347
+ tabs: function tabs(_ref15) {
348
+ var throwPointId = _ref15.throwPointId;
349
+ var _useRequest15 = (0, _ahooks.useRequest)(function () {
350
+ return query(' /cloud/sdyd/user/divisionBusinessPackages', {
351
+ throwPointId: throwPointId
352
+ });
353
+ }, {
354
+ refreshDeps: []
355
+ }),
356
+ data = _useRequest15.data;
357
+ return data;
358
+ },
359
+ // 黑榜
360
+ blackRank: function blackRank(_ref16) {
361
+ var thisAreaId = _ref16.thisAreaId,
362
+ areaDimension = _ref16.areaDimension,
363
+ businessPackage = _ref16.businessPackage;
364
+ var _useRequest16 = (0, _ahooks.useRequest)(function () {
365
+ return query('/cloud/sdyd/kanban/v2/center/operationResultBlackRanking', {
366
+ thisAreaId: thisAreaId,
367
+ areaDimension: areaDimension,
368
+ businessPackage: businessPackage
369
+ });
370
+ }, {
371
+ refreshDeps: [thisAreaId, areaDimension, businessPackage]
372
+ // pollingInterval: 5 * 50 * 1000
373
+ }),
374
+ data = _useRequest16.data;
375
+ return data;
376
+ },
377
+ // 落地包-一周分布
378
+ aiAlarmGroupByTypeAndHourOneWeek: function aiAlarmGroupByTypeAndHourOneWeek(_ref17) {
379
+ var throwPointId = _ref17.throwPointId,
380
+ beginTime = _ref17.beginTime,
381
+ endTime = _ref17.endTime,
382
+ businessPackage = _ref17.businessPackage;
383
+ var _useRequest17 = (0, _ahooks.useRequest)(function () {
384
+ return query("".concat(PREFIX, "/aiAlarmGroupByTypeAndHourOneWeek"), {
385
+ beginTime: beginTime,
386
+ endTime: endTime,
387
+ throwPointId: throwPointId,
388
+ businessPackage: businessPackage
389
+ });
390
+ }, {
391
+ refreshDeps: [beginTime, endTime, throwPointId, businessPackage]
392
+ // pollingInterval: 5000
393
+ }),
394
+ data = _useRequest17.data;
395
+ var obj = {};
396
+ if (data === null || data === void 0 ? void 0 : data.length) {
397
+ data.forEach(function (item) {
398
+ if (!obj[item.date]) {
399
+ obj[item.date] = {
400
+ count: item.count,
401
+ date: item.date
402
+ };
403
+ }
404
+ obj[item.date].count += item.count;
405
+ });
406
+ }
407
+ return Object.values(obj);
408
+ },
409
+ // 分类质量-厨余未破袋,混合投放占比
410
+ chuyuFail: function chuyuFail(_ref18) {
411
+ var throwPointId = _ref18.throwPointId,
412
+ beginTime = _ref18.beginTime,
413
+ endTime = _ref18.endTime;
414
+ var _useRequest18 = (0, _ahooks.useRequest)(function () {
415
+ return query("".concat(PREFIX, "/chuyuFail"), {
416
+ beginTime: beginTime,
417
+ endTime: endTime,
418
+ throwPointId: throwPointId
419
+ });
420
+ }, {
421
+ refreshDeps: [beginTime, endTime, throwPointId]
422
+ // pollingInterval: 5000
423
+ }),
424
+ data = _useRequest18.data;
425
+ return data;
426
+ },
427
+ // 分类质量-混投垃圾排行
428
+ mixSumRank: function mixSumRank(_ref19) {
429
+ var throwPointId = _ref19.throwPointId,
430
+ beginTime = _ref19.beginTime,
431
+ endTime = _ref19.endTime;
432
+ var _useRequest19 = (0, _ahooks.useRequest)(function () {
433
+ return query("".concat(PREFIX, "/mixedThrowSumByGarbageType"), {
434
+ beginTime: beginTime,
435
+ endTime: endTime,
436
+ throwPointId: throwPointId
437
+ });
438
+ }, {
439
+ refreshDeps: [beginTime, endTime, throwPointId]
440
+ }),
441
+ data = _useRequest19.data;
442
+ return data;
443
+ },
444
+ // 满溢-处理效率
445
+ myEfficiency: function myEfficiency(_ref20) {
446
+ var throwPointId = _ref20.throwPointId,
447
+ beginTime = _ref20.beginTime,
448
+ endTime = _ref20.endTime;
449
+ var _useRequest20 = (0, _ahooks.useRequest)(function () {
450
+ return query("".concat(PREFIX, "/overflowResolveEfficiency"), {
451
+ beginTime: beginTime,
452
+ endTime: endTime,
453
+ throwPointId: throwPointId
454
+ });
455
+ }, {
456
+ refreshDeps: [beginTime, endTime, throwPointId]
457
+ }),
458
+ data = _useRequest20.data;
459
+ return data;
460
+ },
461
+ // 满溢-垃圾类型占比
462
+ mySumByGarbageType: function mySumByGarbageType(_ref21) {
463
+ var throwPointId = _ref21.throwPointId,
464
+ beginTime = _ref21.beginTime,
465
+ endTime = _ref21.endTime;
466
+ var _useRequest21 = (0, _ahooks.useRequest)(function () {
467
+ return query("".concat(PREFIX, "/overflowSumByGarbageType"), {
468
+ beginTime: beginTime,
469
+ endTime: endTime,
470
+ throwPointId: throwPointId
471
+ });
472
+ }, {
473
+ refreshDeps: [beginTime, endTime, throwPointId]
474
+ }),
475
+ data = _useRequest21.data;
476
+ return data;
477
+ },
478
+ // 满溢-一周趋势变化
479
+ mySumByGarbageTypeAndDay: function mySumByGarbageTypeAndDay(_ref22) {
480
+ var throwPointId = _ref22.throwPointId,
481
+ beginTime = _ref22.beginTime,
482
+ endTime = _ref22.endTime;
483
+ var _useRequest22 = (0, _ahooks.useRequest)(function () {
484
+ return query("".concat(PREFIX, "/overflowSumByGarbageTypeAndDay"), {
485
+ beginTime: beginTime,
486
+ endTime: endTime,
487
+ throwPointId: throwPointId
488
+ });
489
+ }, {
490
+ refreshDeps: [beginTime, endTime, throwPointId]
491
+ }),
492
+ data = _useRequest22.data;
493
+ return data;
494
+ },
495
+ // 满溢-时段分布
496
+ mySumByGarbageTypeAndPeriod: function mySumByGarbageTypeAndPeriod(_ref23) {
497
+ var throwPointId = _ref23.throwPointId,
498
+ beginTime = _ref23.beginTime,
499
+ endTime = _ref23.endTime;
500
+ var _useRequest23 = (0, _ahooks.useRequest)(function () {
501
+ return query("".concat(PREFIX, "/overflowSumByGarbageTypeAndPeriod"), {
502
+ beginTime: beginTime,
503
+ endTime: endTime,
504
+ throwPointId: throwPointId
505
+ });
506
+ }, {
507
+ refreshDeps: [beginTime, endTime, throwPointId]
508
+ }),
509
+ data = _useRequest23.data;
510
+ return data;
511
+ }
512
+ };
513
+ exports.alarmService = alarmService;
514
+ var deviceService = {
515
+ throwPointDeviceStatusTopology: function throwPointDeviceStatusTopology(_ref24) {
516
+ var throwPointId = _ref24.throwPointId,
517
+ tenantId = _ref24.tenantId;
518
+ var _useRequest24 = (0, _ahooks.useRequest)(function () {
519
+ return query('/cloud/sdyd/throwPoint/intelligent/throwPointDeviceStatusTopology', {
520
+ throwPointId: throwPointId,
521
+ tenantId: tenantId
522
+ });
523
+ }, {
524
+ refreshDeps: []
525
+ }),
526
+ data = _useRequest24.data;
527
+ return data;
528
+ }
529
+ };
530
+ exports.deviceService = deviceService;
531
+ //# sourceMappingURL=api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.js","names":["query","url","params","method","__awaiter","request","data","res","queryPage","get","list","_a","rows","total","_b","PREFIX","getViolateBehavior","enumCode","getLoadEnumValue","throwPointId","useRequest","ready","refreshDeps","overViewService","throwPoints","containsLongLat","estateStatistics","throwSumByGarbageType","throwSumByHour","throwSumByDayAndPoint","alarmSumByType","businessPackage","beginTime","endTime","alarmSumByDate","managementData","resolveEfficiency","getDivisionBusinessPackages","throwFailPersonService","page","size","throwFailIds","downloadFile","throwRecordService","count","startDatetime","endDatetime","throwFailBehaviorService","throwAberrantCode","auditStatusCode","sourceCodes","rectificationStatuses","alarmService","tabs","blackRank","thisAreaId","areaDimension","aiAlarmGroupByTypeAndHourOneWeek","obj","length","forEach","item","date","Object","values","chuyuFail","mixSumRank","myEfficiency","mySumByGarbageType","mySumByGarbageTypeAndDay","mySumByGarbageTypeAndPeriod","deviceService","throwPointDeviceStatusTopology","tenantId"],"sources":["vtx-throw-point-modal/api.js"],"sourcesContent":["import { __awaiter } from \"tslib\";\nimport { request, downloadFile } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nconst query = (url, params, method = 'get') => __awaiter(void 0, void 0, void 0, function* () {\n const res = yield request[method](url, {\n data: params,\n });\n return res === null || res === void 0 ? void 0 : res.data;\n});\nexport const queryPage = (url, params) => __awaiter(void 0, void 0, void 0, function* () {\n var _a, _b;\n const res = yield request.get(url, {\n data: params,\n });\n return {\n list: ((_a = res === null || res === void 0 ? void 0 : res.data) === null || _a === void 0 ? void 0 : _a.rows) || [],\n total: ((_b = res === null || res === void 0 ? void 0 : res.data) === null || _b === void 0 ? void 0 : _b.total) || 0,\n };\n});\nconst PREFIX = '/cloud/sdyd/kanban/v2/popupCommon';\n// 违规行为下拉\nexport const getViolateBehavior = () => {\n return query('/cloud/sdyd/common/loadEnumValue', {\n enumCode: 'ThrowAberrantEnum',\n }, 'post');\n};\n// 业务包枚举\nexport const getLoadEnumValue = (throwPointId) => {\n const { data } = useRequest(() => query('/cloud/sdyd/user/divisionBusinessPackages', {\n throwPointId,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId],\n });\n return data;\n};\n// 综合总览\nexport const overViewService = {\n // 投放点\n throwPoints: ({ throwPointId }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/throwPoint/list', {\n throwPointId,\n containsLongLat: true,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId],\n });\n return data;\n },\n // 投放点基本数据\n estateStatistics: ({ throwPointId }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/video/getById', {\n throwPointId,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId],\n });\n return data;\n },\n // 投放热度按垃圾类型统计\n throwSumByGarbageType: ({ throwPointId }) => {\n const { data } = useRequest(() => query(`${PREFIX}/throwSumByGarbageType`, {\n throwPointId,\n }), {\n refreshDeps: [throwPointId],\n // pollingInterval: 5000\n });\n return data;\n },\n // 投放热度按24h统计\n throwSumByHour: ({ throwPointId }) => {\n const { data } = useRequest(() => query(`${PREFIX}/throwSumByHour`, {\n throwPointId,\n }), {\n refreshDeps: [throwPointId],\n });\n return data;\n },\n // 投放热度点位分布及一周趋势\n throwSumByDayAndPoint: ({ throwPointId }) => {\n const { data } = useRequest(() => query(`${PREFIX}/throwSumByDayAndPointOneWeek`, {\n throwPointId,\n }), {\n refreshDeps: [throwPointId],\n });\n return data;\n },\n // AI工单报事件类型分布\n alarmSumByType: ({ throwPointId, businessPackage, beginTime, endTime, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/aiAlarmGroupByType`, {\n throwPointId,\n businessPackage,\n beginTime,\n endTime,\n }), {\n refreshDeps: [throwPointId, businessPackage, beginTime, endTime],\n // pollingInterval: 5000\n });\n return data;\n },\n // AI工单近一周趋势\n alarmSumByDate: ({ throwPointId, businessPackage, beginTime, endTime, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/aiAlarmGroupByTypeAndDayOneWeek`, {\n throwPointId,\n businessPackage,\n beginTime,\n endTime,\n }), {\n refreshDeps: [throwPointId, businessPackage, beginTime, endTime],\n });\n return data;\n },\n // 运营管理\n managementData: ({ throwPointId }) => {\n const { data } = useRequest(() => query(`${PREFIX}/operationManagement`, {\n throwPointId,\n }), {\n refreshDeps: [throwPointId],\n // pollingInterval: 5 * 60 * 1000\n });\n return data;\n },\n // 工单处理效率\n resolveEfficiency: ({ throwPointId, businessPackage, beginTime, endTime, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/resolveEfficiency`, {\n throwPointId,\n businessPackage,\n beginTime,\n endTime,\n }), {\n refreshDeps: [throwPointId, businessPackage, beginTime, endTime],\n //pollingInterval: 5000\n });\n return data;\n },\n};\nexport const getDivisionBusinessPackages = (throwPointId) => {\n const { data } = useRequest(() => query('/cloud/sdyd/user/divisionBusinessPackages', {\n throwPointId,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId],\n });\n return data;\n};\n// 违规人公示\nexport const throwFailPersonService = {\n list: ({ beginTime, endTime, throwPointId = '' }) => {\n const { data } = useRequest(() => query(`${PREFIX}/throwFailPersonPage`, {\n page: 0,\n size: 999999,\n beginTime,\n endTime,\n throwPointId,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId, beginTime, endTime],\n });\n return data;\n },\n export: ({ beginTime, endTime, throwPointId = '', throwFailIds = '', }) => {\n downloadFile(`${PREFIX}/throwFailPersonExport`, {\n data: {\n beginTime,\n endTime,\n throwPointId,\n throwFailIds,\n },\n }, 'blob');\n },\n};\n// 投放热度\nexport const throwRecordService = {\n count: ({ throwPointId, startDatetime, endDatetime }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/throwRecord/count', {\n throwPointId,\n startDatetime,\n endDatetime,\n }), {\n ready: !!throwPointId,\n refreshDeps: [throwPointId, startDatetime, endDatetime],\n });\n return data;\n },\n};\n// 违规行为\nexport const throwFailBehaviorService = {\n list: ({ startDatetime, endDatetime, throwPointId = '', throwAberrantCode = '', }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/throwFail/list', {\n startDatetime,\n endDatetime,\n throwPointId,\n throwAberrantCode,\n auditStatusCode: 'PASSED',\n sourceCodes: ' VIDEO,AI',\n rectificationStatuses: 'TO_BE_RESOLVED,TO_BE_AUDITED,FAILED,PASSED',\n }), {\n ready: !!throwPointId,\n refreshDeps: [startDatetime, endDatetime, throwPointId, throwAberrantCode],\n });\n return data;\n },\n export: ({ startDatetime, endDatetime, throwPointId = '' }) => {\n downloadFile(`${PREFIX}/throwFailPersonExport`, {\n data: {\n startDatetime,\n endDatetime,\n throwPointId,\n auditStatusCode: 'PASSED',\n sourceCodes: ' VIDEO,AI',\n },\n }, 'blob');\n },\n};\nexport const alarmService = {\n tabs: ({ throwPointId }) => {\n const { data } = useRequest(() => query(' /cloud/sdyd/user/divisionBusinessPackages', {\n throwPointId,\n }), {\n refreshDeps: [],\n });\n return data;\n },\n // 黑榜\n blackRank: ({ thisAreaId, areaDimension, businessPackage }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/kanban/v2/center/operationResultBlackRanking', {\n thisAreaId,\n areaDimension,\n businessPackage,\n }), {\n refreshDeps: [thisAreaId, areaDimension, businessPackage],\n // pollingInterval: 5 * 50 * 1000\n });\n return data;\n },\n // 落地包-一周分布\n aiAlarmGroupByTypeAndHourOneWeek: ({ throwPointId, beginTime, endTime, businessPackage, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/aiAlarmGroupByTypeAndHourOneWeek`, {\n beginTime,\n endTime,\n throwPointId,\n businessPackage,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId, businessPackage],\n // pollingInterval: 5000\n });\n const obj = {};\n if (data === null || data === void 0 ? void 0 : data.length) {\n data.forEach(item => {\n if (!obj[item.date]) {\n obj[item.date] = {\n count: item.count,\n date: item.date,\n };\n }\n obj[item.date].count += item.count;\n });\n }\n return Object.values(obj);\n },\n // 分类质量-厨余未破袋,混合投放占比\n chuyuFail: ({ throwPointId, beginTime, endTime }) => {\n const { data } = useRequest(() => query(`${PREFIX}/chuyuFail`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n // pollingInterval: 5000\n });\n return data;\n },\n // 分类质量-混投垃圾排行\n mixSumRank: ({ throwPointId, beginTime, endTime }) => {\n const { data } = useRequest(() => query(`${PREFIX}/mixedThrowSumByGarbageType`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n });\n return data;\n },\n // 满溢-处理效率\n myEfficiency: ({ throwPointId, beginTime, endTime }) => {\n const { data } = useRequest(() => query(`${PREFIX}/overflowResolveEfficiency`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n });\n return data;\n },\n // 满溢-垃圾类型占比\n mySumByGarbageType: ({ throwPointId, beginTime, endTime }) => {\n const { data } = useRequest(() => query(`${PREFIX}/overflowSumByGarbageType`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n });\n return data;\n },\n // 满溢-一周趋势变化\n mySumByGarbageTypeAndDay: ({ throwPointId, beginTime, endTime, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/overflowSumByGarbageTypeAndDay`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n });\n return data;\n },\n // 满溢-时段分布\n mySumByGarbageTypeAndPeriod: ({ throwPointId, beginTime, endTime, }) => {\n const { data } = useRequest(() => query(`${PREFIX}/overflowSumByGarbageTypeAndPeriod`, {\n beginTime,\n endTime,\n throwPointId,\n }), {\n refreshDeps: [beginTime, endTime, throwPointId],\n });\n return data;\n },\n};\nexport const deviceService = {\n throwPointDeviceStatusTopology: ({ throwPointId, tenantId, }) => {\n const { data } = useRequest(() => query('/cloud/sdyd/throwPoint/intelligent/throwPointDeviceStatusTopology', {\n throwPointId,\n tenantId,\n }), {\n refreshDeps: [],\n });\n return data;\n },\n};\n"],"mappings":"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"}