@vtx/modals2 2.15.54 → 2.15.56

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 (1704) hide show
  1. package/lib/index.js +133 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +16 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.css +152 -0
  6. package/lib/style/index.js +16 -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 +152 -0
  10. package/lib/style/themes/dark.less +128 -0
  11. package/lib/style/themes/default.css +41 -0
  12. package/lib/style/themes/default.less +44 -0
  13. package/lib/style/themes/index.css +152 -0
  14. package/lib/style/themes/index.less +1 -0
  15. package/lib/typings.d.ts +18 -0
  16. package/lib/util/index.js +326 -0
  17. package/lib/util/index.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
  19. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
  21. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  22. package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
  23. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  24. package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  26. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
  27. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  28. package/lib/vm-alarm-info/Components/index.css +42 -0
  29. package/lib/vm-alarm-info/Components/index.less +43 -0
  30. package/lib/vm-alarm-info/api.js +171 -0
  31. package/lib/vm-alarm-info/api.js.map +1 -0
  32. package/lib/vm-alarm-info/index.js +88 -0
  33. package/lib/vm-alarm-info/index.js.map +1 -0
  34. package/lib/vm-alarm-info/style/css.js +4 -0
  35. package/lib/vm-alarm-info/style/css.js.map +1 -0
  36. package/lib/vm-alarm-info/style/index.css +19 -0
  37. package/lib/vm-alarm-info/style/index.js +4 -0
  38. package/lib/vm-alarm-info/style/index.js.map +1 -0
  39. package/lib/vm-alarm-info/style/index.less +16 -0
  40. package/lib/vm-alarm-situation/api.js +86 -0
  41. package/lib/vm-alarm-situation/api.js.map +1 -0
  42. package/lib/vm-alarm-situation/index.js +212 -0
  43. package/lib/vm-alarm-situation/index.js.map +1 -0
  44. package/lib/vm-alarm-situation/style/css.js +4 -0
  45. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  46. package/lib/vm-alarm-situation/style/index.css +78 -0
  47. package/lib/vm-alarm-situation/style/index.js +4 -0
  48. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  49. package/lib/vm-alarm-situation/style/index.less +67 -0
  50. package/lib/vm-alarm-situation-pt/api.js +73 -0
  51. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  52. package/lib/vm-alarm-situation-pt/index.js +145 -0
  53. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  54. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  55. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  56. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  57. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  58. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  59. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  60. package/lib/vm-analysis-comparison/api.js +177 -0
  61. package/lib/vm-analysis-comparison/api.js.map +1 -0
  62. package/lib/vm-analysis-comparison/index.js +368 -0
  63. package/lib/vm-analysis-comparison/index.js.map +1 -0
  64. package/lib/vm-analysis-comparison/style/css.js +4 -0
  65. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  66. package/lib/vm-analysis-comparison/style/index.css +13 -0
  67. package/lib/vm-analysis-comparison/style/index.js +4 -0
  68. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  69. package/lib/vm-analysis-comparison/style/index.less +12 -0
  70. package/lib/vm-appraisal-info/AppraisalBase.js +56 -0
  71. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  72. package/lib/vm-appraisal-info/AppraisalTop5.js +68 -0
  73. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  74. package/lib/vm-appraisal-info/List.js +58 -0
  75. package/lib/vm-appraisal-info/List.js.map +1 -0
  76. package/lib/vm-appraisal-info/ListKh.js +174 -0
  77. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  78. package/lib/vm-appraisal-info/ListZg.js +177 -0
  79. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  80. package/lib/vm-appraisal-info/Wtlx.js +97 -0
  81. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  82. package/lib/vm-appraisal-info/Zgxxhz.js +46 -0
  83. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  84. package/lib/vm-appraisal-info/api.js +163 -0
  85. package/lib/vm-appraisal-info/api.js.map +1 -0
  86. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  87. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  88. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  89. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  90. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  91. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  92. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  93. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  94. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  95. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  96. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  97. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  98. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  99. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  100. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  101. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  102. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  103. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  104. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  105. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  106. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  107. package/lib/vm-appraisal-info/index.js +135 -0
  108. package/lib/vm-appraisal-info/index.js.map +1 -0
  109. package/lib/vm-appraisal-info/style/css.js +4 -0
  110. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  111. package/lib/vm-appraisal-info/style/index.css +156 -0
  112. package/lib/vm-appraisal-info/style/index.js +4 -0
  113. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  114. package/lib/vm-appraisal-info/style/index.less +136 -0
  115. package/lib/vm-base-list/OpenArrow.js +41 -0
  116. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  117. package/lib/vm-base-list/index.js +85 -0
  118. package/lib/vm-base-list/index.js.map +1 -0
  119. package/lib/vm-base-list/style/css.js +4 -0
  120. package/lib/vm-base-list/style/css.js.map +1 -0
  121. package/lib/vm-base-list/style/index.css +41 -0
  122. package/lib/vm-base-list/style/index.js +4 -0
  123. package/lib/vm-base-list/style/index.js.map +1 -0
  124. package/lib/vm-base-list/style/index.less +39 -0
  125. package/lib/vm-button/index.js +26 -0
  126. package/lib/vm-button/index.js.map +1 -0
  127. package/lib/vm-button/style/css.js +4 -0
  128. package/lib/vm-button/style/css.js.map +1 -0
  129. package/lib/vm-button/style/index.css +26 -0
  130. package/lib/vm-button/style/index.js +4 -0
  131. package/lib/vm-button/style/index.js.map +1 -0
  132. package/lib/vm-button/style/index.less +20 -0
  133. package/lib/vm-card/index.js +24 -0
  134. package/lib/vm-card/index.js.map +1 -0
  135. package/lib/vm-card/style/css.js +4 -0
  136. package/lib/vm-card/style/css.js.map +1 -0
  137. package/lib/vm-card/style/index.css +37 -0
  138. package/lib/vm-card/style/index.js +4 -0
  139. package/lib/vm-card/style/index.js.map +1 -0
  140. package/lib/vm-card/style/index.less +25 -0
  141. package/lib/vm-charts/Distribute1.js +136 -0
  142. package/lib/vm-charts/Distribute1.js.map +1 -0
  143. package/lib/vm-charts/Gauge1.js +148 -0
  144. package/lib/vm-charts/Gauge1.js.map +1 -0
  145. package/lib/vm-charts/Line.js +211 -0
  146. package/lib/vm-charts/Line.js.map +1 -0
  147. package/lib/vm-charts/Line1.js +113 -0
  148. package/lib/vm-charts/Line1.js.map +1 -0
  149. package/lib/vm-charts/Pie.js +115 -0
  150. package/lib/vm-charts/Pie.js.map +1 -0
  151. package/lib/vm-charts/index.css +20 -0
  152. package/lib/vm-charts/index.js +42 -0
  153. package/lib/vm-charts/index.js.map +1 -0
  154. package/lib/vm-charts/index.less +30 -0
  155. package/lib/vm-checkbox/index.js +32 -0
  156. package/lib/vm-checkbox/index.js.map +1 -0
  157. package/lib/vm-checkbox/style/css.js +4 -0
  158. package/lib/vm-checkbox/style/css.js.map +1 -0
  159. package/lib/vm-checkbox/style/index.css +25 -0
  160. package/lib/vm-checkbox/style/index.js +4 -0
  161. package/lib/vm-checkbox/style/index.js.map +1 -0
  162. package/lib/vm-checkbox/style/index.less +25 -0
  163. package/lib/vm-container/index.js +33 -0
  164. package/lib/vm-container/index.js.map +1 -0
  165. package/lib/vm-container/style/css.js +4 -0
  166. package/lib/vm-container/style/css.js.map +1 -0
  167. package/lib/vm-container/style/index.css +31 -0
  168. package/lib/vm-container/style/index.js +4 -0
  169. package/lib/vm-container/style/index.js.map +1 -0
  170. package/lib/vm-container/style/index.less +30 -0
  171. package/lib/vm-correlation-comparison/api.js +236 -0
  172. package/lib/vm-correlation-comparison/api.js.map +1 -0
  173. package/lib/vm-correlation-comparison/index.js +308 -0
  174. package/lib/vm-correlation-comparison/index.js.map +1 -0
  175. package/lib/vm-correlation-comparison/style/css.js +4 -0
  176. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  177. package/lib/vm-correlation-comparison/style/index.css +19 -0
  178. package/lib/vm-correlation-comparison/style/index.js +4 -0
  179. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  180. package/lib/vm-correlation-comparison/style/index.less +13 -0
  181. package/lib/vm-custom/index.js +30 -0
  182. package/lib/vm-custom/index.js.map +1 -0
  183. package/lib/vm-custom/style/css.js +4 -0
  184. package/lib/vm-custom/style/css.js.map +1 -0
  185. package/lib/vm-custom/style/index.css +26 -0
  186. package/lib/vm-custom/style/index.js +4 -0
  187. package/lib/vm-custom/style/index.js.map +1 -0
  188. package/lib/vm-custom/style/index.less +20 -0
  189. package/lib/vm-empty/index.js +44 -0
  190. package/lib/vm-empty/index.js.map +1 -0
  191. package/lib/vm-empty/style/css.js +4 -0
  192. package/lib/vm-empty/style/css.js.map +1 -0
  193. package/lib/vm-empty/style/index.css +30 -0
  194. package/lib/vm-empty/style/index.js +4 -0
  195. package/lib/vm-empty/style/index.js.map +1 -0
  196. package/lib/vm-empty/style/index.less +23 -0
  197. package/lib/vm-filter/index.js +157 -0
  198. package/lib/vm-filter/index.js.map +1 -0
  199. package/lib/vm-filter/style/css.js +4 -0
  200. package/lib/vm-filter/style/css.js.map +1 -0
  201. package/lib/vm-filter/style/index.css +248 -0
  202. package/lib/vm-filter/style/index.js +4 -0
  203. package/lib/vm-filter/style/index.js.map +1 -0
  204. package/lib/vm-filter/style/index.less +293 -0
  205. package/lib/vm-hooks/useSettings.js +37 -0
  206. package/lib/vm-hooks/useSettings.js.map +1 -0
  207. package/lib/vm-iframe-modal/index.js +50 -0
  208. package/lib/vm-iframe-modal/index.js.map +1 -0
  209. package/lib/vm-iframe-modal/style/css.js +4 -0
  210. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  211. package/lib/vm-iframe-modal/style/index.css +11 -0
  212. package/lib/vm-iframe-modal/style/index.js +4 -0
  213. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  214. package/lib/vm-iframe-modal/style/index.less +9 -0
  215. package/lib/vm-image-text/index.js +47 -0
  216. package/lib/vm-image-text/index.js.map +1 -0
  217. package/lib/vm-image-text/style/css.js +4 -0
  218. package/lib/vm-image-text/style/css.js.map +1 -0
  219. package/lib/vm-image-text/style/index.css +35 -0
  220. package/lib/vm-image-text/style/index.js +4 -0
  221. package/lib/vm-image-text/style/index.js.map +1 -0
  222. package/lib/vm-image-text/style/index.less +32 -0
  223. package/lib/vm-info-collection/index.js +153 -0
  224. package/lib/vm-info-collection/index.js.map +1 -0
  225. package/lib/vm-info-collection/style/css.js +4 -0
  226. package/lib/vm-info-collection/style/css.js.map +1 -0
  227. package/lib/vm-info-collection/style/index.css +68 -0
  228. package/lib/vm-info-collection/style/index.js +4 -0
  229. package/lib/vm-info-collection/style/index.js.map +1 -0
  230. package/lib/vm-info-collection/style/index.less +48 -0
  231. package/lib/vm-map/imgs/defaultMarker.png +0 -0
  232. package/lib/vm-map/index.js +334 -0
  233. package/lib/vm-map/index.js.map +1 -0
  234. package/lib/vm-map/mapStyle.js +4723 -0
  235. package/lib/vm-map/mapStyle.js.map +1 -0
  236. package/lib/vm-map/style/css.js +4 -0
  237. package/lib/vm-map/style/css.js.map +1 -0
  238. package/lib/vm-map/style/index.css +3 -0
  239. package/lib/vm-map/style/index.js +4 -0
  240. package/lib/vm-map/style/index.js.map +1 -0
  241. package/lib/vm-map/style/index.less +3 -0
  242. package/lib/vm-modal-table/index.js +34 -0
  243. package/lib/vm-modal-table/index.js.map +1 -0
  244. package/lib/vm-modal-table/style/css.js +4 -0
  245. package/lib/vm-modal-table/style/css.js.map +1 -0
  246. package/lib/vm-modal-table/style/index.css +20 -0
  247. package/lib/vm-modal-table/style/index.js +4 -0
  248. package/lib/vm-modal-table/style/index.js.map +1 -0
  249. package/lib/vm-modal-table/style/index.less +23 -0
  250. package/lib/vm-nodata/imgs/chart.png +0 -0
  251. package/lib/vm-nodata/imgs/default.png +0 -0
  252. package/lib/vm-nodata/index.js +26 -0
  253. package/lib/vm-nodata/index.js.map +1 -0
  254. package/lib/vm-radio/index.js +27 -0
  255. package/lib/vm-radio/index.js.map +1 -0
  256. package/lib/vm-radio/style/css.js +4 -0
  257. package/lib/vm-radio/style/css.js.map +1 -0
  258. package/lib/vm-radio/style/index.css +21 -0
  259. package/lib/vm-radio/style/index.js +4 -0
  260. package/lib/vm-radio/style/index.js.map +1 -0
  261. package/lib/vm-radio/style/index.less +26 -0
  262. package/lib/vm-real-time-monitor/api.js +193 -0
  263. package/lib/vm-real-time-monitor/api.js.map +1 -0
  264. package/lib/vm-real-time-monitor/index.js +367 -0
  265. package/lib/vm-real-time-monitor/index.js.map +1 -0
  266. package/lib/vm-real-time-monitor/style/css.js +4 -0
  267. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  268. package/lib/vm-real-time-monitor/style/index.css +12 -0
  269. package/lib/vm-real-time-monitor/style/index.js +4 -0
  270. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  271. package/lib/vm-real-time-monitor/style/index.less +12 -0
  272. package/lib/vm-repair-maintain/RmInfoSummary.js +61 -0
  273. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  274. package/lib/vm-repair-maintain/RmMonthTrend.js +105 -0
  275. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  276. package/lib/vm-repair-maintain/RmRecord.js +156 -0
  277. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  278. package/lib/vm-repair-maintain/RmType.js +105 -0
  279. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  280. package/lib/vm-repair-maintain/api.js +94 -0
  281. package/lib/vm-repair-maintain/api.js.map +1 -0
  282. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  283. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  284. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  285. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  286. package/lib/vm-repair-maintain/index.js +55 -0
  287. package/lib/vm-repair-maintain/index.js.map +1 -0
  288. package/lib/vm-repair-maintain/style/css.js +4 -0
  289. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  290. package/lib/vm-repair-maintain/style/index.css +123 -0
  291. package/lib/vm-repair-maintain/style/index.js +4 -0
  292. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  293. package/lib/vm-repair-maintain/style/index.less +115 -0
  294. package/lib/vm-round-content/index.js +68 -0
  295. package/lib/vm-round-content/index.js.map +1 -0
  296. package/lib/vm-round-content/style/css.js +4 -0
  297. package/lib/vm-round-content/style/css.js.map +1 -0
  298. package/lib/vm-round-content/style/index.css +38 -0
  299. package/lib/vm-round-content/style/index.js +4 -0
  300. package/lib/vm-round-content/style/index.js.map +1 -0
  301. package/lib/vm-round-content/style/index.less +33 -0
  302. package/lib/vm-row-col/index.js +26 -0
  303. package/lib/vm-row-col/index.js.map +1 -0
  304. package/lib/vm-row-col/style/css.js +4 -0
  305. package/lib/vm-row-col/style/css.js.map +1 -0
  306. package/lib/vm-row-col/style/index.css +0 -0
  307. package/lib/vm-row-col/style/index.js +4 -0
  308. package/lib/vm-row-col/style/index.js.map +1 -0
  309. package/lib/vm-row-col/style/index.less +0 -0
  310. package/lib/vm-select-device/index.js +90 -0
  311. package/lib/vm-select-device/index.js.map +1 -0
  312. package/lib/vm-select-device/style/css.js +4 -0
  313. package/lib/vm-select-device/style/css.js.map +1 -0
  314. package/lib/vm-select-device/style/index.css +16 -0
  315. package/lib/vm-select-device/style/index.js +4 -0
  316. package/lib/vm-select-device/style/index.js.map +1 -0
  317. package/lib/vm-select-device/style/index.less +16 -0
  318. package/lib/vm-sub-tabs/index.js +40 -0
  319. package/lib/vm-sub-tabs/index.js.map +1 -0
  320. package/lib/vm-sub-tabs/style/css.js +4 -0
  321. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  322. package/lib/vm-sub-tabs/style/index.css +137 -0
  323. package/lib/vm-sub-tabs/style/index.js +4 -0
  324. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  325. package/lib/vm-sub-tabs/style/index.less +179 -0
  326. package/lib/vm-sub-title/imgs/bg.png +0 -0
  327. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  328. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  329. package/lib/vm-sub-title/index.js +43 -0
  330. package/lib/vm-sub-title/index.js.map +1 -0
  331. package/lib/vm-sub-title/style/css.js +4 -0
  332. package/lib/vm-sub-title/style/css.js.map +1 -0
  333. package/lib/vm-sub-title/style/index.css +67 -0
  334. package/lib/vm-sub-title/style/index.js +4 -0
  335. package/lib/vm-sub-title/style/index.js.map +1 -0
  336. package/lib/vm-sub-title/style/index.less +69 -0
  337. package/lib/vm-table/index.js +194 -0
  338. package/lib/vm-table/index.js.map +1 -0
  339. package/lib/vm-table/style/css.js +4 -0
  340. package/lib/vm-table/style/css.js.map +1 -0
  341. package/lib/vm-table/style/index.css +255 -0
  342. package/lib/vm-table/style/index.js +4 -0
  343. package/lib/vm-table/style/index.js.map +1 -0
  344. package/lib/vm-table/style/index.less +315 -0
  345. package/lib/vm-time-line/index.js +25 -0
  346. package/lib/vm-time-line/index.js.map +1 -0
  347. package/lib/vm-time-line/style/css.js +4 -0
  348. package/lib/vm-time-line/style/css.js.map +1 -0
  349. package/lib/vm-time-line/style/index.css +0 -0
  350. package/lib/vm-time-line/style/index.js +4 -0
  351. package/lib/vm-time-line/style/index.js.map +1 -0
  352. package/lib/vm-time-line/style/index.less +0 -0
  353. package/lib/vm-video/api.js +29 -0
  354. package/lib/vm-video/api.js.map +1 -0
  355. package/lib/vm-video/index.css +184 -0
  356. package/lib/vm-video/index.js +37 -0
  357. package/lib/vm-video/index.js.map +1 -0
  358. package/lib/vm-video/index.less +36 -0
  359. package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
  360. package/lib/vtx-base-info/index.js +62 -0
  361. package/lib/vtx-base-info/index.js.map +1 -0
  362. package/lib/vtx-base-info/style/css.js +4 -0
  363. package/lib/vtx-base-info/style/css.js.map +1 -0
  364. package/lib/vtx-base-info/style/index.css +73 -0
  365. package/lib/vtx-base-info/style/index.js +4 -0
  366. package/lib/vtx-base-info/style/index.js.map +1 -0
  367. package/lib/vtx-base-info/style/index.less +66 -0
  368. package/lib/vtx-base-modal/api.js +56 -0
  369. package/lib/vtx-base-modal/api.js.map +1 -0
  370. package/lib/vtx-base-modal/config.js +309 -0
  371. package/lib/vtx-base-modal/config.js.map +1 -0
  372. package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
  373. package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
  374. package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
  375. package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
  376. package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
  377. package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
  378. package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
  379. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
  380. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
  381. package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
  382. package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
  383. package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
  384. package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
  385. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
  386. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
  387. package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
  388. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
  389. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
  390. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
  391. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
  392. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
  393. package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
  394. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
  395. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
  396. package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
  397. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
  398. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
  399. package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
  400. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
  401. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
  402. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
  403. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
  404. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
  405. package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
  406. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
  407. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
  408. package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
  409. package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
  410. package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
  411. package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
  412. package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
  413. package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
  414. package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
  415. package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
  416. package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
  417. package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
  418. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
  419. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
  420. package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
  421. package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
  422. package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
  423. package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
  424. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
  425. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
  426. package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
  427. package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
  428. package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
  429. package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
  430. package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
  431. package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
  432. package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
  433. package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
  434. package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
  435. package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
  436. package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
  437. package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
  438. package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
  439. package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
  440. package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
  441. package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
  442. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
  443. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
  444. package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
  445. package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
  446. package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
  447. package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
  448. package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
  449. package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
  450. package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
  451. package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
  452. package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
  453. package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
  454. package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
  455. package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
  456. package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
  457. package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
  458. package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
  459. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
  460. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
  461. package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
  462. package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
  463. package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
  464. package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
  465. package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
  466. package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
  467. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
  468. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
  469. package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
  470. package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
  471. package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
  472. package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
  473. package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
  474. package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
  475. package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
  476. package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
  477. package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
  478. package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
  479. package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
  480. package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
  481. package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
  482. package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
  483. package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
  484. package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
  485. package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
  486. package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
  487. package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
  488. package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
  489. package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
  490. package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
  491. package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
  492. package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
  493. package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
  494. package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
  495. package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
  496. package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
  497. package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
  498. package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
  499. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  500. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  501. package/lib/vtx-base-modal/imgs/close.png +0 -0
  502. package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
  503. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  504. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  505. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  506. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  507. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  508. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  509. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  510. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  511. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  512. package/lib/vtx-base-modal/imgs/track.png +0 -0
  513. package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
  514. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  515. package/lib/vtx-base-modal/index.js +479 -0
  516. package/lib/vtx-base-modal/index.js.map +1 -0
  517. package/lib/vtx-base-modal/style/css.js +4 -0
  518. package/lib/vtx-base-modal/style/css.js.map +1 -0
  519. package/lib/vtx-base-modal/style/index.css +1283 -0
  520. package/lib/vtx-base-modal/style/index.js +4 -0
  521. package/lib/vtx-base-modal/style/index.js.map +1 -0
  522. package/lib/vtx-base-modal/style/index.less +1097 -0
  523. package/lib/vtx-car-modal/api.js +863 -0
  524. package/lib/vtx-car-modal/api.js.map +1 -0
  525. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +213 -0
  526. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  527. package/lib/vtx-car-modal/components/AlarmInfo/List.js +188 -0
  528. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  529. package/lib/vtx-car-modal/components/AlarmInfo/index.css +47 -0
  530. package/lib/vtx-car-modal/components/AlarmInfo/index.js +141 -0
  531. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  532. package/lib/vtx-car-modal/components/AlarmInfo/index.less +40 -0
  533. package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
  534. package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
  535. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +95 -0
  536. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  537. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  538. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  539. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +53 -0
  540. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  541. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +55 -0
  542. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  543. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +127 -0
  544. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  545. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +133 -0
  546. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  547. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  548. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  549. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +118 -0
  550. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  551. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +138 -0
  552. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  553. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +142 -0
  554. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  555. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +147 -0
  556. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  557. package/lib/vtx-car-modal/components/BaseInfo/index.css +347 -0
  558. package/lib/vtx-car-modal/components/BaseInfo/index.js +303 -0
  559. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  560. package/lib/vtx-car-modal/components/BaseInfo/index.less +290 -0
  561. package/lib/vtx-car-modal/components/Collection/index.css +28 -0
  562. package/lib/vtx-car-modal/components/Collection/index.js +190 -0
  563. package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
  564. package/lib/vtx-car-modal/components/Collection/index.less +18 -0
  565. package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
  566. package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
  567. package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
  568. package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
  569. package/lib/vtx-car-modal/components/Maintenance/index.css +40 -0
  570. package/lib/vtx-car-modal/components/Maintenance/index.js +133 -0
  571. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  572. package/lib/vtx-car-modal/components/Maintenance/index.less +35 -0
  573. package/lib/vtx-car-modal/components/OilConsumption/List.js +89 -0
  574. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  575. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +119 -0
  576. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  577. package/lib/vtx-car-modal/components/OilConsumption/index.css +36 -0
  578. package/lib/vtx-car-modal/components/OilConsumption/index.js +141 -0
  579. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  580. package/lib/vtx-car-modal/components/OilConsumption/index.less +39 -0
  581. package/lib/vtx-car-modal/components/QdBaseInfo/Chain.js +104 -0
  582. package/lib/vtx-car-modal/components/QdBaseInfo/Chain.js.map +1 -0
  583. package/lib/vtx-car-modal/components/QdBaseInfo/TodayWorkCC.js +78 -0
  584. package/lib/vtx-car-modal/components/QdBaseInfo/TodayWorkCC.js.map +1 -0
  585. package/lib/vtx-car-modal/components/QdBaseInfo/ZyfxCC.js +148 -0
  586. package/lib/vtx-car-modal/components/QdBaseInfo/ZyfxCC.js.map +1 -0
  587. package/lib/vtx-car-modal/components/QdBaseInfo/index.js +223 -0
  588. package/lib/vtx-car-modal/components/QdBaseInfo/index.js.map +1 -0
  589. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +84 -0
  590. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  591. package/lib/vtx-car-modal/components/StaticInfo/List.js +91 -0
  592. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  593. package/lib/vtx-car-modal/components/StaticInfo/index.css +102 -0
  594. package/lib/vtx-car-modal/components/StaticInfo/index.js +114 -0
  595. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  596. package/lib/vtx-car-modal/components/StaticInfo/index.less +82 -0
  597. package/lib/vtx-car-modal/components/WaterConsumption/index.css +31 -0
  598. package/lib/vtx-car-modal/components/WaterConsumption/index.js +115 -0
  599. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  600. package/lib/vtx-car-modal/components/WaterConsumption/index.less +25 -0
  601. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +131 -0
  602. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  603. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +338 -0
  604. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  605. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +290 -0
  606. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  607. package/lib/vtx-car-modal/components/WorkInfo/Zylc.js +123 -0
  608. package/lib/vtx-car-modal/components/WorkInfo/Zylc.js.map +1 -0
  609. package/lib/vtx-car-modal/components/WorkInfo/index.css +102 -0
  610. package/lib/vtx-car-modal/components/WorkInfo/index.js +30 -0
  611. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  612. package/lib/vtx-car-modal/components/WorkInfo/index.less +66 -0
  613. package/lib/vtx-car-modal/components/index.js +70 -0
  614. package/lib/vtx-car-modal/components/index.js.map +1 -0
  615. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  616. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  617. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  618. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  619. package/lib/vtx-car-modal/imgs/car.png +0 -0
  620. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  621. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  622. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  623. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  624. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  625. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  626. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  627. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  628. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  629. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  630. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  631. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  632. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  633. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  634. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  635. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  636. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  637. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  638. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  639. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  640. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  641. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  642. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  643. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  644. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  645. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  646. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  647. package/lib/vtx-car-modal/imgs/position.png +0 -0
  648. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  649. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  650. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  651. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  652. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  653. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  654. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  655. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  656. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  657. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  658. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  659. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  660. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  661. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  662. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  663. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  664. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  665. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  666. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  667. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  668. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  669. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  670. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  671. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  672. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  673. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  674. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  675. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  676. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  677. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  678. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  679. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  680. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  681. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  682. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  683. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  684. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  685. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  686. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  687. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  688. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  689. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  690. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  691. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  692. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  693. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  694. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  695. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  696. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  697. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  698. package/lib/vtx-car-modal/index.js +224 -0
  699. package/lib/vtx-car-modal/index.js.map +1 -0
  700. package/lib/vtx-car-modal/style/css.js +12 -0
  701. package/lib/vtx-car-modal/style/css.js.map +1 -0
  702. package/lib/vtx-car-modal/style/index.css +162 -0
  703. package/lib/vtx-car-modal/style/index.js +12 -0
  704. package/lib/vtx-car-modal/style/index.js.map +1 -0
  705. package/lib/vtx-car-modal/style/index.less +8 -0
  706. package/lib/vtx-cc-cp-modal/api.js +440 -0
  707. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  708. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +149 -0
  709. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  710. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +120 -0
  711. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  712. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +150 -0
  713. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  714. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +102 -0
  715. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
  716. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  717. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +91 -0
  718. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +80 -0
  719. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  720. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +37 -0
  721. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  722. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +50 -0
  723. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  724. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
  725. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  726. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +76 -0
  727. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +72 -0
  728. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  729. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +56 -0
  730. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +127 -0
  731. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  732. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +120 -0
  733. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  734. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +150 -0
  735. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  736. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +119 -0
  737. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
  738. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  739. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +108 -0
  740. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
  741. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
  742. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
  743. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
  744. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
  745. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
  746. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
  747. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
  748. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
  749. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
  750. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Info.js +52 -0
  751. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Info.js.map +1 -0
  752. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Rules.js +44 -0
  753. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Rules.js.map +1 -0
  754. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.css +15 -0
  755. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.js +74 -0
  756. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.js.map +1 -0
  757. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.less +10 -0
  758. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +3 -0
  759. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +123 -0
  760. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  761. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +3 -0
  762. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +129 -0
  763. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  764. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
  765. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  766. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +51 -0
  767. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +80 -0
  768. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  769. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +46 -0
  770. package/lib/vtx-cc-cp-modal/components/index.js +49 -0
  771. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  772. package/lib/vtx-cc-cp-modal/index.js +106 -0
  773. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  774. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  775. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  776. package/lib/vtx-cc-cp-modal/style/index.css +152 -0
  777. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  778. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  779. package/lib/vtx-cc-cp-modal/style/index.less +1 -0
  780. package/lib/vtx-cc-cp-modal/type.js +6 -0
  781. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  782. package/lib/vtx-cc-unit-modal/api.js +358 -0
  783. package/lib/vtx-cc-unit-modal/api.js.map +1 -0
  784. package/lib/vtx-cc-unit-modal/components/CarList/index.js +105 -0
  785. package/lib/vtx-cc-unit-modal/components/CarList/index.js.map +1 -0
  786. package/lib/vtx-cc-unit-modal/components/QdBase/CollectRecord.js +89 -0
  787. package/lib/vtx-cc-unit-modal/components/QdBase/CollectRecord.js.map +1 -0
  788. package/lib/vtx-cc-unit-modal/components/QdBase/CollectStatistics.js +68 -0
  789. package/lib/vtx-cc-unit-modal/components/QdBase/CollectStatistics.js.map +1 -0
  790. package/lib/vtx-cc-unit-modal/components/QdBase/Factory.js +46 -0
  791. package/lib/vtx-cc-unit-modal/components/QdBase/Factory.js.map +1 -0
  792. package/lib/vtx-cc-unit-modal/components/QdBase/index.css +29 -0
  793. package/lib/vtx-cc-unit-modal/components/QdBase/index.js +104 -0
  794. package/lib/vtx-cc-unit-modal/components/QdBase/index.js.map +1 -0
  795. package/lib/vtx-cc-unit-modal/components/QdBase/index.less +20 -0
  796. package/lib/vtx-cc-unit-modal/components/QdCollection/index.js +60 -0
  797. package/lib/vtx-cc-unit-modal/components/QdCollection/index.js.map +1 -0
  798. package/lib/vtx-cc-unit-modal/components/QdDetailInfo/index.js +139 -0
  799. package/lib/vtx-cc-unit-modal/components/QdDetailInfo/index.js.map +1 -0
  800. package/lib/vtx-cc-unit-modal/components/QdFactory/index.js +57 -0
  801. package/lib/vtx-cc-unit-modal/components/QdFactory/index.js.map +1 -0
  802. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +114 -0
  803. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js.map +1 -0
  804. package/lib/vtx-cc-unit-modal/index.js +105 -0
  805. package/lib/vtx-cc-unit-modal/index.js.map +1 -0
  806. package/lib/vtx-cc-unit-modal/style/css.js +4 -0
  807. package/lib/vtx-cc-unit-modal/style/css.js.map +1 -0
  808. package/lib/vtx-cc-unit-modal/style/index.css +152 -0
  809. package/lib/vtx-cc-unit-modal/style/index.js +4 -0
  810. package/lib/vtx-cc-unit-modal/style/index.js.map +1 -0
  811. package/lib/vtx-cc-unit-modal/style/index.less +1 -0
  812. package/lib/vtx-cp-modal/api.js +372 -0
  813. package/lib/vtx-cp-modal/api.js.map +1 -0
  814. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
  815. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  816. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +116 -0
  817. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  818. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +182 -0
  819. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  820. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +119 -0
  821. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +45 -0
  822. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  823. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +109 -0
  824. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +120 -0
  825. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  826. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +98 -0
  827. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  828. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +142 -0
  829. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  830. package/lib/vtx-cp-modal/components/BaseInfo/index.css +166 -0
  831. package/lib/vtx-cp-modal/components/BaseInfo/index.js +90 -0
  832. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  833. package/lib/vtx-cp-modal/components/BaseInfo/index.less +156 -0
  834. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +198 -0
  835. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  836. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +116 -0
  837. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  838. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +182 -0
  839. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  840. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +119 -0
  841. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +45 -0
  842. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  843. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +109 -0
  844. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +139 -0
  845. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  846. package/lib/vtx-cp-modal/components/SyInfo/index.css +54 -0
  847. package/lib/vtx-cp-modal/components/SyInfo/index.js +349 -0
  848. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  849. package/lib/vtx-cp-modal/components/SyInfo/index.less +47 -0
  850. package/lib/vtx-cp-modal/components/index.js +35 -0
  851. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  852. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  853. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  854. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  855. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  856. package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
  857. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  858. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  859. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  860. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  861. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  862. package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
  863. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  864. package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
  865. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  866. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  867. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  868. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  869. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  870. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  871. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  872. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  873. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  874. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  875. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  876. package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
  877. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  878. package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
  879. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  880. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  881. package/lib/vtx-cp-modal/index.js +149 -0
  882. package/lib/vtx-cp-modal/index.js.map +1 -0
  883. package/lib/vtx-cp-modal/style/css.js +5 -0
  884. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  885. package/lib/vtx-cp-modal/style/index.css +152 -0
  886. package/lib/vtx-cp-modal/style/index.js +5 -0
  887. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  888. package/lib/vtx-cp-modal/style/index.less +1 -0
  889. package/lib/vtx-default-modal/api.js +331 -0
  890. package/lib/vtx-default-modal/api.js.map +1 -0
  891. package/lib/vtx-default-modal/components/BaseInfo/index.css +38 -0
  892. package/lib/vtx-default-modal/components/BaseInfo/index.js +92 -0
  893. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  894. package/lib/vtx-default-modal/components/BaseInfo/index.less +38 -0
  895. package/lib/vtx-default-modal/components/index.js +14 -0
  896. package/lib/vtx-default-modal/components/index.js.map +1 -0
  897. package/lib/vtx-default-modal/index.js +169 -0
  898. package/lib/vtx-default-modal/index.js.map +1 -0
  899. package/lib/vtx-default-modal/style/css.js +5 -0
  900. package/lib/vtx-default-modal/style/css.js.map +1 -0
  901. package/lib/vtx-default-modal/style/index.css +152 -0
  902. package/lib/vtx-default-modal/style/index.js +5 -0
  903. package/lib/vtx-default-modal/style/index.js.map +1 -0
  904. package/lib/vtx-default-modal/style/index.less +1 -0
  905. package/lib/vtx-device-modal/api.js +596 -0
  906. package/lib/vtx-device-modal/api.js.map +1 -0
  907. package/lib/vtx-device-modal/components/BaseInfo/RealTimeList.js +422 -0
  908. package/lib/vtx-device-modal/components/BaseInfo/RealTimeList.js.map +1 -0
  909. package/lib/vtx-device-modal/components/BaseInfo/index.css +66 -0
  910. package/lib/vtx-device-modal/components/BaseInfo/index.js +106 -0
  911. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  912. package/lib/vtx-device-modal/components/BaseInfo/index.less +45 -0
  913. package/lib/vtx-device-modal/components/DataAnalysis/Chart.js +893 -0
  914. package/lib/vtx-device-modal/components/DataAnalysis/Chart.js.map +1 -0
  915. package/lib/vtx-device-modal/components/DataAnalysis/index.css +70 -0
  916. package/lib/vtx-device-modal/components/DataAnalysis/index.js +147 -0
  917. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  918. package/lib/vtx-device-modal/components/DataAnalysis/index.less +46 -0
  919. package/lib/vtx-device-modal/config.js +69 -0
  920. package/lib/vtx-device-modal/config.js.map +1 -0
  921. package/lib/vtx-device-modal/imgs/car.png +0 -0
  922. package/lib/vtx-device-modal/imgs/user.png +0 -0
  923. package/lib/vtx-device-modal/index.js +116 -0
  924. package/lib/vtx-device-modal/index.js.map +1 -0
  925. package/lib/vtx-device-modal/style/css.js +5 -0
  926. package/lib/vtx-device-modal/style/css.js.map +1 -0
  927. package/lib/vtx-device-modal/style/index.css +0 -0
  928. package/lib/vtx-device-modal/style/index.js +5 -0
  929. package/lib/vtx-device-modal/style/index.js.map +1 -0
  930. package/lib/vtx-device-modal/style/index.less +1 -0
  931. package/lib/vtx-device-modal/types.js +6 -0
  932. package/lib/vtx-device-modal/types.js.map +1 -0
  933. package/lib/vtx-df-modal/api.js +290 -0
  934. package/lib/vtx-df-modal/api.js.map +1 -0
  935. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +142 -0
  936. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  937. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +158 -0
  938. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  939. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +121 -0
  940. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  941. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +60 -0
  942. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  943. package/lib/vtx-df-modal/components/BaseInfo/index.css +171 -0
  944. package/lib/vtx-df-modal/components/BaseInfo/index.js +143 -0
  945. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  946. package/lib/vtx-df-modal/components/BaseInfo/index.less +173 -0
  947. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +124 -0
  948. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  949. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +139 -0
  950. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  951. package/lib/vtx-df-modal/components/Metering/List.js +126 -0
  952. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  953. package/lib/vtx-df-modal/components/Metering/index.css +96 -0
  954. package/lib/vtx-df-modal/components/Metering/index.js +175 -0
  955. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  956. package/lib/vtx-df-modal/components/Metering/index.less +83 -0
  957. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +114 -0
  958. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  959. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +108 -0
  960. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  961. package/lib/vtx-df-modal/components/WorkCondition/index.css +151 -0
  962. package/lib/vtx-df-modal/components/WorkCondition/index.js +27 -0
  963. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  964. package/lib/vtx-df-modal/components/WorkCondition/index.less +136 -0
  965. package/lib/vtx-df-modal/components/index.js +28 -0
  966. package/lib/vtx-df-modal/components/index.js.map +1 -0
  967. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  968. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  969. package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
  970. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  971. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  972. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  973. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  974. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  975. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  976. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  977. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  978. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  979. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  980. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  981. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  982. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  983. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  984. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  985. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  986. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  987. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  988. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  989. package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
  990. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  991. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  992. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  993. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  994. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  995. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  996. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  997. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  998. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  999. package/lib/vtx-df-modal/index.js +140 -0
  1000. package/lib/vtx-df-modal/index.js.map +1 -0
  1001. package/lib/vtx-df-modal/style/css.js +7 -0
  1002. package/lib/vtx-df-modal/style/css.js.map +1 -0
  1003. package/lib/vtx-df-modal/style/index.css +152 -0
  1004. package/lib/vtx-df-modal/style/index.js +7 -0
  1005. package/lib/vtx-df-modal/style/index.js.map +1 -0
  1006. package/lib/vtx-df-modal/style/index.less +1 -0
  1007. package/lib/vtx-facility-modal/api.js +117 -0
  1008. package/lib/vtx-facility-modal/api.js.map +1 -0
  1009. package/lib/vtx-facility-modal/components/OverView/Left.js +52 -0
  1010. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  1011. package/lib/vtx-facility-modal/components/OverView/index.css +136 -0
  1012. package/lib/vtx-facility-modal/components/OverView/index.js +312 -0
  1013. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  1014. package/lib/vtx-facility-modal/components/OverView/index.less +120 -0
  1015. package/lib/vtx-facility-modal/components/index.js +14 -0
  1016. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  1017. package/lib/vtx-facility-modal/config.js +95 -0
  1018. package/lib/vtx-facility-modal/config.js.map +1 -0
  1019. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  1020. package/lib/vtx-facility-modal/imgs/default.png +0 -0
  1021. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  1022. package/lib/vtx-facility-modal/index.js +49 -0
  1023. package/lib/vtx-facility-modal/index.js.map +1 -0
  1024. package/lib/vtx-facility-modal/style/css.js +5 -0
  1025. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  1026. package/lib/vtx-facility-modal/style/index.css +0 -0
  1027. package/lib/vtx-facility-modal/style/index.js +5 -0
  1028. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  1029. package/lib/vtx-facility-modal/style/index.less +1 -0
  1030. package/lib/vtx-facility-modal/types.js +6 -0
  1031. package/lib/vtx-facility-modal/types.js.map +1 -0
  1032. package/lib/vtx-housing-estate-modal/api.js +538 -0
  1033. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  1034. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +406 -0
  1035. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  1036. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +208 -0
  1037. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  1038. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +289 -0
  1039. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  1040. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +33 -0
  1041. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  1042. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  1043. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +102 -0
  1044. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  1045. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  1046. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +323 -0
  1047. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  1048. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +90 -0
  1049. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  1050. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +120 -0
  1051. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  1052. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +238 -0
  1053. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  1054. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +59 -0
  1055. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  1056. package/lib/vtx-housing-estate-modal/components/OverView/index.css +329 -0
  1057. package/lib/vtx-housing-estate-modal/components/OverView/index.js +45 -0
  1058. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  1059. package/lib/vtx-housing-estate-modal/components/OverView/index.less +256 -0
  1060. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  1061. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +57 -0
  1062. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  1063. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  1064. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +21 -0
  1065. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +138 -0
  1066. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  1067. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -0
  1068. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  1069. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  1070. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  1071. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +103 -0
  1072. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  1073. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  1074. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  1075. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  1076. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +114 -0
  1077. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +146 -0
  1078. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  1079. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +102 -0
  1080. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  1081. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  1082. package/lib/vtx-housing-estate-modal/config.js +85 -0
  1083. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  1084. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1085. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1086. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1087. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1088. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1089. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1090. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1091. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1092. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1093. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1094. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1095. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1096. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1097. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1098. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1099. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1100. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1101. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1102. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1103. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1104. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1105. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1106. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1107. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1108. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1109. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1110. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1111. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1112. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1113. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1114. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1115. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1116. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1117. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1118. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1119. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1120. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1121. package/lib/vtx-housing-estate-modal/index.js +103 -0
  1122. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  1123. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  1124. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  1125. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1126. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  1127. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  1128. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  1129. package/lib/vtx-housing-estate-modal/types.js +6 -0
  1130. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  1131. package/lib/vtx-kh-modal/api.js +73 -0
  1132. package/lib/vtx-kh-modal/api.js.map +1 -0
  1133. package/lib/vtx-kh-modal/components/BaseInfo/index.css +69 -0
  1134. package/lib/vtx-kh-modal/components/BaseInfo/index.js +95 -0
  1135. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  1136. package/lib/vtx-kh-modal/components/BaseInfo/index.less +66 -0
  1137. package/lib/vtx-kh-modal/components/index.js +14 -0
  1138. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  1139. package/lib/vtx-kh-modal/index.js +93 -0
  1140. package/lib/vtx-kh-modal/index.js.map +1 -0
  1141. package/lib/vtx-kh-modal/style/css.js +5 -0
  1142. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  1143. package/lib/vtx-kh-modal/style/index.css +152 -0
  1144. package/lib/vtx-kh-modal/style/index.js +5 -0
  1145. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  1146. package/lib/vtx-kh-modal/style/index.less +1 -0
  1147. package/lib/vtx-pump-modal/api.js +332 -0
  1148. package/lib/vtx-pump-modal/api.js.map +1 -0
  1149. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +171 -0
  1150. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  1151. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +253 -0
  1152. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  1153. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +104 -0
  1154. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +184 -0
  1155. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  1156. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +103 -0
  1157. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +252 -0
  1158. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  1159. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
  1160. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  1161. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
  1162. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  1163. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
  1164. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  1165. package/lib/vtx-pump-modal/components/Basic/index.css +90 -0
  1166. package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
  1167. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  1168. package/lib/vtx-pump-modal/components/Basic/index.less +74 -0
  1169. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +191 -0
  1170. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  1171. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +193 -0
  1172. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  1173. package/lib/vtx-pump-modal/components/Sbxl/index.css +88 -0
  1174. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  1175. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  1176. package/lib/vtx-pump-modal/components/Sbxl/index.less +90 -0
  1177. package/lib/vtx-pump-modal/components/Sjfx/index.css +63 -0
  1178. package/lib/vtx-pump-modal/components/Sjfx/index.js +706 -0
  1179. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  1180. package/lib/vtx-pump-modal/components/Sjfx/index.less +60 -0
  1181. package/lib/vtx-pump-modal/components/Sxyx/index.css +169 -0
  1182. package/lib/vtx-pump-modal/components/Sxyx/index.js +292 -0
  1183. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  1184. package/lib/vtx-pump-modal/components/Sxyx/index.less +161 -0
  1185. package/lib/vtx-pump-modal/components/index.js +42 -0
  1186. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  1187. package/lib/vtx-pump-modal/config.js +103 -0
  1188. package/lib/vtx-pump-modal/config.js.map +1 -0
  1189. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  1190. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  1191. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  1192. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  1193. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  1194. package/lib/vtx-pump-modal/index.js +98 -0
  1195. package/lib/vtx-pump-modal/index.js.map +1 -0
  1196. package/lib/vtx-pump-modal/style/css.js +5 -0
  1197. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  1198. package/lib/vtx-pump-modal/style/index.css +0 -0
  1199. package/lib/vtx-pump-modal/style/index.js +5 -0
  1200. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  1201. package/lib/vtx-pump-modal/style/index.less +1 -0
  1202. package/lib/vtx-pump-modal/type.js +6 -0
  1203. package/lib/vtx-pump-modal/type.js.map +1 -0
  1204. package/lib/vtx-restaurant-modal/api.js +269 -0
  1205. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  1206. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +49 -0
  1207. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  1208. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +85 -0
  1209. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  1210. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +92 -0
  1211. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  1212. package/lib/vtx-restaurant-modal/components/Alarm/index.css +48 -0
  1213. package/lib/vtx-restaurant-modal/components/Alarm/index.js +72 -0
  1214. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  1215. package/lib/vtx-restaurant-modal/components/Alarm/index.less +35 -0
  1216. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +67 -0
  1217. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  1218. package/lib/vtx-restaurant-modal/components/Basic/Info.js +57 -0
  1219. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  1220. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +66 -0
  1221. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  1222. package/lib/vtx-restaurant-modal/components/Basic/index.css +29 -0
  1223. package/lib/vtx-restaurant-modal/components/Basic/index.js +53 -0
  1224. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  1225. package/lib/vtx-restaurant-modal/components/Basic/index.less +22 -0
  1226. package/lib/vtx-restaurant-modal/components/Collection/Charts.js +156 -0
  1227. package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
  1228. package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
  1229. package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
  1230. package/lib/vtx-restaurant-modal/components/Collection/index.css +40 -0
  1231. package/lib/vtx-restaurant-modal/components/Collection/index.js +105 -0
  1232. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  1233. package/lib/vtx-restaurant-modal/components/Collection/index.less +29 -0
  1234. package/lib/vtx-restaurant-modal/components/QdBasic/Info.js +87 -0
  1235. package/lib/vtx-restaurant-modal/components/QdBasic/Info.js.map +1 -0
  1236. package/lib/vtx-restaurant-modal/components/QdBasic/index.js +52 -0
  1237. package/lib/vtx-restaurant-modal/components/QdBasic/index.js.map +1 -0
  1238. package/lib/vtx-restaurant-modal/components/QdContract/ContactDetail.js +336 -0
  1239. package/lib/vtx-restaurant-modal/components/QdContract/ContactDetail.js.map +1 -0
  1240. package/lib/vtx-restaurant-modal/components/QdContract/index.css +9 -0
  1241. package/lib/vtx-restaurant-modal/components/QdContract/index.js +122 -0
  1242. package/lib/vtx-restaurant-modal/components/QdContract/index.js.map +1 -0
  1243. package/lib/vtx-restaurant-modal/components/QdContract/index.less +9 -0
  1244. package/lib/vtx-restaurant-modal/components/QdDetailInfo/index.js +55 -0
  1245. package/lib/vtx-restaurant-modal/components/QdDetailInfo/index.js.map +1 -0
  1246. package/lib/vtx-restaurant-modal/components/QdSign/index.js +106 -0
  1247. package/lib/vtx-restaurant-modal/components/QdSign/index.js.map +1 -0
  1248. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  1249. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  1250. package/lib/vtx-restaurant-modal/config.js +93 -0
  1251. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  1252. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1253. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1254. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1255. package/lib/vtx-restaurant-modal/index.js +120 -0
  1256. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  1257. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  1258. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  1259. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1260. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  1261. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  1262. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  1263. package/lib/vtx-restaurant-modal/type.js +6 -0
  1264. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  1265. package/lib/vtx-road-modal/api.js +212 -0
  1266. package/lib/vtx-road-modal/api.js.map +1 -0
  1267. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +57 -0
  1268. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  1269. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +176 -0
  1270. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1271. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +110 -0
  1272. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  1273. package/lib/vtx-road-modal/components/BaseInfo/index.css +176 -0
  1274. package/lib/vtx-road-modal/components/BaseInfo/index.js +85 -0
  1275. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1276. package/lib/vtx-road-modal/components/BaseInfo/index.less +146 -0
  1277. package/lib/vtx-road-modal/components/Statistical/Zylc.js +152 -0
  1278. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1279. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +119 -0
  1280. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1281. package/lib/vtx-road-modal/components/Statistical/index.css +130 -0
  1282. package/lib/vtx-road-modal/components/Statistical/index.js +184 -0
  1283. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1284. package/lib/vtx-road-modal/components/Statistical/index.less +112 -0
  1285. package/lib/vtx-road-modal/components/index.js +21 -0
  1286. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1287. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1288. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1289. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1290. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1291. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1292. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1293. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1294. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1295. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1296. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1297. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1298. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1299. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1300. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1301. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1302. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1303. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1304. package/lib/vtx-road-modal/index.js +161 -0
  1305. package/lib/vtx-road-modal/index.js.map +1 -0
  1306. package/lib/vtx-road-modal/style/css.js +6 -0
  1307. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1308. package/lib/vtx-road-modal/style/index.css +152 -0
  1309. package/lib/vtx-road-modal/style/index.js +6 -0
  1310. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1311. package/lib/vtx-road-modal/style/index.less +1 -0
  1312. package/lib/vtx-staff-modal/api.js +476 -0
  1313. package/lib/vtx-staff-modal/api.js.map +1 -0
  1314. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +189 -0
  1315. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1316. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +123 -0
  1317. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1318. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +27 -0
  1319. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +108 -0
  1320. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1321. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +23 -0
  1322. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +106 -0
  1323. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1324. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  1325. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1326. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +121 -0
  1327. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1328. package/lib/vtx-staff-modal/components/Attendance/index.css +51 -0
  1329. package/lib/vtx-staff-modal/components/Attendance/index.js +82 -0
  1330. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1331. package/lib/vtx-staff-modal/components/Attendance/index.less +45 -0
  1332. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +116 -0
  1333. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1334. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
  1335. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js.map +1 -0
  1336. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1337. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1338. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +140 -0
  1339. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1340. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +145 -0
  1341. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js.map +1 -0
  1342. package/lib/vtx-staff-modal/components/BaseInfo/index.css +270 -0
  1343. package/lib/vtx-staff-modal/components/BaseInfo/index.js +205 -0
  1344. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1345. package/lib/vtx-staff-modal/components/BaseInfo/index.less +226 -0
  1346. package/lib/vtx-staff-modal/components/DetailInfo/index.css +35 -0
  1347. package/lib/vtx-staff-modal/components/DetailInfo/index.js +177 -0
  1348. package/lib/vtx-staff-modal/components/DetailInfo/index.js.map +1 -0
  1349. package/lib/vtx-staff-modal/components/DetailInfo/index.less +38 -0
  1350. package/lib/vtx-staff-modal/components/Equipment/index.css +55 -0
  1351. package/lib/vtx-staff-modal/components/Equipment/index.js +149 -0
  1352. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1353. package/lib/vtx-staff-modal/components/Equipment/index.less +53 -0
  1354. package/lib/vtx-staff-modal/components/StaticInfo/Charts.js +161 -0
  1355. package/lib/vtx-staff-modal/components/StaticInfo/Charts.js.map +1 -0
  1356. package/lib/vtx-staff-modal/components/StaticInfo/index.css +348 -0
  1357. package/lib/vtx-staff-modal/components/StaticInfo/index.js +131 -0
  1358. package/lib/vtx-staff-modal/components/StaticInfo/index.js.map +1 -0
  1359. package/lib/vtx-staff-modal/components/StaticInfo/index.less +284 -0
  1360. package/lib/vtx-staff-modal/components/index.js +42 -0
  1361. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1362. package/lib/vtx-staff-modal/imgs/caution.png +0 -0
  1363. package/lib/vtx-staff-modal/imgs/help.png +0 -0
  1364. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1365. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1366. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1367. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1368. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1369. package/lib/vtx-staff-modal/imgs/time.png +0 -0
  1370. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1371. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1372. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1373. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1374. package/lib/vtx-staff-modal/imgs/yl.png +0 -0
  1375. package/lib/vtx-staff-modal/imgs/zhzf.png +0 -0
  1376. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1377. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1378. package/lib/vtx-staff-modal/index.js +100 -0
  1379. package/lib/vtx-staff-modal/index.js.map +1 -0
  1380. package/lib/vtx-staff-modal/style/css.js +8 -0
  1381. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1382. package/lib/vtx-staff-modal/style/index.css +152 -0
  1383. package/lib/vtx-staff-modal/style/index.js +8 -0
  1384. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1385. package/lib/vtx-staff-modal/style/index.less +1 -0
  1386. package/lib/vtx-theme-provider/index.js +25 -0
  1387. package/lib/vtx-theme-provider/index.js.map +1 -0
  1388. package/lib/vtx-throw-point-modal/api.js +572 -0
  1389. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1390. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +389 -0
  1391. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1392. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +208 -0
  1393. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1394. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +290 -0
  1395. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1396. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +33 -0
  1397. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1398. package/lib/vtx-throw-point-modal/components/Alarm/index.css +83 -0
  1399. package/lib/vtx-throw-point-modal/components/Alarm/index.js +102 -0
  1400. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1401. package/lib/vtx-throw-point-modal/components/Alarm/index.less +69 -0
  1402. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +311 -0
  1403. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1404. package/lib/vtx-throw-point-modal/components/OverView/Left.js +121 -0
  1405. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1406. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +117 -0
  1407. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1408. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +220 -0
  1409. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1410. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +59 -0
  1411. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1412. package/lib/vtx-throw-point-modal/components/OverView/index.css +409 -0
  1413. package/lib/vtx-throw-point-modal/components/OverView/index.js +43 -0
  1414. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1415. package/lib/vtx-throw-point-modal/components/OverView/index.less +331 -0
  1416. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +83 -0
  1417. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1418. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1419. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +331 -0
  1420. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1421. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1422. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1423. package/lib/vtx-throw-point-modal/components/TFRD/index.js +135 -0
  1424. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1425. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1426. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1427. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1428. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1429. package/lib/vtx-throw-point-modal/components/WGGS/index.js +89 -0
  1430. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1431. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1432. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1433. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1434. package/lib/vtx-throw-point-modal/components/WGXW/index.css +114 -0
  1435. package/lib/vtx-throw-point-modal/components/WGXW/index.js +132 -0
  1436. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1437. package/lib/vtx-throw-point-modal/components/WGXW/index.less +102 -0
  1438. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1439. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1440. package/lib/vtx-throw-point-modal/config.js +64 -0
  1441. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1442. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1443. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1444. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1445. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1446. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1447. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1448. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1449. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1450. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1451. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1452. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1453. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1454. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1455. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1456. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1457. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1458. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1459. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1460. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1461. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1462. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1463. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1464. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1465. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1466. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1467. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1468. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1469. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1470. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1471. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1472. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1473. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1474. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1475. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1476. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1477. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1478. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1479. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1480. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1481. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1482. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1483. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1484. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1485. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1486. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1487. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1488. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1489. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1490. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1491. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1492. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1493. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1494. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1495. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1496. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1497. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1498. package/lib/vtx-throw-point-modal/index.js +134 -0
  1499. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1500. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1501. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1502. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1503. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1504. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1505. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1506. package/lib/vtx-throw-point-modal/types.js +6 -0
  1507. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1508. package/lib/vtx-wr-modal/api.js +413 -0
  1509. package/lib/vtx-wr-modal/api.js.map +1 -0
  1510. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +251 -0
  1511. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1512. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1513. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1514. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +181 -0
  1515. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1516. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +117 -0
  1517. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +45 -0
  1518. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1519. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +106 -0
  1520. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +125 -0
  1521. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1522. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +49 -0
  1523. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1524. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  1525. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1526. package/lib/vtx-wr-modal/components/BaseInfo/index.css +162 -0
  1527. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  1528. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1529. package/lib/vtx-wr-modal/components/BaseInfo/index.less +142 -0
  1530. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +80 -0
  1531. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  1532. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +182 -0
  1533. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  1534. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
  1535. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  1536. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
  1537. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  1538. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
  1539. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  1540. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
  1541. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  1542. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +123 -0
  1543. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  1544. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  1545. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +127 -0
  1546. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  1547. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  1548. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +129 -0
  1549. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
  1550. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +296 -0
  1551. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
  1552. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +60 -0
  1553. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
  1554. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +387 -0
  1555. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
  1556. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +197 -0
  1557. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
  1558. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +227 -0
  1559. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
  1560. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +465 -0
  1561. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +94 -0
  1562. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
  1563. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +462 -0
  1564. package/lib/vtx-wr-modal/components/Detail/index.js +119 -0
  1565. package/lib/vtx-wr-modal/components/Detail/index.js.map +1 -0
  1566. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +103 -0
  1567. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1568. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1569. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1570. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +143 -0
  1571. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1572. package/lib/vtx-wr-modal/components/Evaluate/index.css +124 -0
  1573. package/lib/vtx-wr-modal/components/Evaluate/index.js +48 -0
  1574. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1575. package/lib/vtx-wr-modal/components/Evaluate/index.less +124 -0
  1576. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +158 -0
  1577. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1578. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +164 -0
  1579. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1580. package/lib/vtx-wr-modal/components/Monitor/index.css +106 -0
  1581. package/lib/vtx-wr-modal/components/Monitor/index.js +27 -0
  1582. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1583. package/lib/vtx-wr-modal/components/Monitor/index.less +82 -0
  1584. package/lib/vtx-wr-modal/components/Score/index.css +133 -0
  1585. package/lib/vtx-wr-modal/components/Score/index.js +248 -0
  1586. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  1587. package/lib/vtx-wr-modal/components/Score/index.less +134 -0
  1588. package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
  1589. package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
  1590. package/lib/vtx-wr-modal/components/index.js +70 -0
  1591. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1592. package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
  1593. package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
  1594. package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
  1595. package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
  1596. package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
  1597. package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
  1598. package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
  1599. package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
  1600. package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
  1601. package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
  1602. package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
  1603. package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
  1604. package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
  1605. package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
  1606. package/lib/vtx-wr-modal/imgs/2/wza.png +0 -0
  1607. package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
  1608. package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
  1609. package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
  1610. package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
  1611. package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
  1612. package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
  1613. package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
  1614. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1616. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1617. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1618. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  1619. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  1620. package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
  1621. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  1622. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  1623. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  1624. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1625. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1626. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1627. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  1628. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1629. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1630. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1631. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1632. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1633. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1634. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1635. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1636. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1637. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  1638. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  1639. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1640. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  1641. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1642. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  1643. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  1644. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  1645. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  1646. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  1647. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  1648. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  1649. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1650. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1651. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  1652. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  1653. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1654. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1655. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  1656. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  1657. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1658. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1659. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1660. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1661. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  1662. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  1663. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1664. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1665. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1666. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1667. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  1668. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  1669. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  1670. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  1671. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  1672. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  1673. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  1674. package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
  1675. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  1676. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  1677. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  1678. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  1679. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  1680. package/lib/vtx-wr-modal/index.js +238 -0
  1681. package/lib/vtx-wr-modal/index.js.map +1 -0
  1682. package/lib/vtx-wr-modal/style/css.js +9 -0
  1683. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1684. package/lib/vtx-wr-modal/style/index.css +152 -0
  1685. package/lib/vtx-wr-modal/style/index.js +9 -0
  1686. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1687. package/lib/vtx-wr-modal/style/index.less +1 -0
  1688. package/lib/vtx-zg-modal/api.js +68 -0
  1689. package/lib/vtx-zg-modal/api.js.map +1 -0
  1690. package/lib/vtx-zg-modal/components/BaseInfo/index.css +102 -0
  1691. package/lib/vtx-zg-modal/components/BaseInfo/index.js +193 -0
  1692. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1693. package/lib/vtx-zg-modal/components/BaseInfo/index.less +97 -0
  1694. package/lib/vtx-zg-modal/components/index.js +14 -0
  1695. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1696. package/lib/vtx-zg-modal/index.js +98 -0
  1697. package/lib/vtx-zg-modal/index.js.map +1 -0
  1698. package/lib/vtx-zg-modal/style/css.js +5 -0
  1699. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1700. package/lib/vtx-zg-modal/style/index.css +152 -0
  1701. package/lib/vtx-zg-modal/style/index.js +5 -0
  1702. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1703. package/lib/vtx-zg-modal/style/index.less +1 -0
  1704. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alarm.js","names":["_react","_interopRequireWildcard","require","_ahooks","_antd","_dayjs","_interopRequireDefault","_moment","_zh_CN","_utils","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","getAlarmList","params","request","post","data","JSON","stringify","Alarm","props","detail","alarmDate","_props$theme","theme","_useSetState","useSetState","date","dayjs","format","alarmList","_useSetState2","state","setState","useEffect","id","getList","facilityIds","alarmStatuses","alarmTypes","alarmStartTimeBegin","startOf","alarmStartTimeEnd","endOf","then","res","result","columns","title","dataIndex","key","React","createElement","className","style","marginRight","DatePicker","marginLeft","locale","disabledDate","current","allowClear","moment","onChange","_","dateStr","popupClassName","Button","type","onClick","Table","dataSource","pagination","emptyText","_default","exports"],"sources":["vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { useSetState } from \"ahooks\";\nimport { Table, Button, DatePicker } from 'antd';\nimport dayjs from \"dayjs\";\nimport moment from \"moment\";\nimport 'moment/locale/zh-cn';\nimport locale from 'antd/es/date-picker/locale/zh_CN';\nimport '../index.less';\nimport { request } from \"@vtx/utils\";\nconst getAlarmList = (params) => {\n return request.post('/cloud/device/alarmInfo/list', {\n data: JSON.stringify(params),\n });\n};\nconst Alarm = (props) => {\n const { detail, alarmDate, theme = 'light' } = props;\n const [state, setState] = useSetState({\n date: dayjs(alarmDate).format('YYYY-MM-DD'),\n alarmList: []\n });\n const { date, alarmList } = state;\n useEffect(() => {\n detail.id && getList();\n }, [detail.id]);\n const getList = () => getAlarmList({\n // deviceName: detail.name,\n facilityIds: [detail.id],\n alarmStatuses: ['OCCURRING'],\n alarmTypes: ['FACTOR'],\n alarmStartTimeBegin: dayjs(date).startOf('day').format('YYYY-MM-DD HH:mm:ss'),\n alarmStartTimeEnd: dayjs(date).endOf('day').format('YYYY-MM-DD HH:mm:ss')\n }).then((res) => {\n if ((res === null || res === void 0 ? void 0 : res.result) === 0) {\n setState({\n alarmList: res.data\n });\n }\n });\n useEffect(() => {\n getList();\n }, [date]);\n const columns = [\n {\n title: '监测指标',\n dataIndex: 'factorName',\n key: 'factorName',\n },\n {\n title: '报警等级',\n dataIndex: 'alarmLevelName',\n key: 'alarmLevelName',\n },\n {\n title: '监测开始时间',\n dataIndex: 'alarmStartTime',\n key: 'alarmStartTime',\n },\n {\n title: '监测结束时间',\n dataIndex: 'alarmEndTime',\n key: 'alarmEndTime',\n }\n ];\n return (React.createElement(\"div\", { className: 'monitor' },\n React.createElement(\"div\", { className: 'searchType' },\n React.createElement(\"div\", { style: { marginRight: '10px' } }, \"\\u62A5\\u8B66\\u65F6\\u95F4\"),\n React.createElement(DatePicker, { style: { marginLeft: '12px' }, locale: locale, disabledDate: current => current && current > dayjs().endOf('day'), allowClear: false, value: moment(date), onChange: (_, dateStr) => setState({\n date: dateStr\n }), popupClassName: theme === 'blue' ? 'popupDate' : '' }),\n \"\\u2003\",\n React.createElement(Button, { type: 'primary', onClick: getList }, \"\\u67E5\\u8BE2\"),\n \"\\u2002\",\n React.createElement(Button, { onClick: () => setState({ date: dayjs().format('YYYY-MM-DD') }) }, \"\\u6E05\\u7A7A\")),\n React.createElement(\"div\", { className: \"charts\" },\n React.createElement(Table, { columns: columns, dataSource: alarmList, pagination: false, locale: {\n emptyText: '暂无数据',\n } }))));\n};\nexport default Alarm;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,296 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _ahooks = require("ahooks");
10
+ var _antd = require("antd");
11
+ require("../index.less");
12
+ var _utils = require("@vtx/utils");
13
+ var _components = require("@vtx/components");
14
+ var _vmNodata = _interopRequireDefault(require("../../../../vm-nodata"));
15
+ var _icons = require("@ant-design/icons");
16
+ var _player = require("@vtx/player");
17
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
20
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
21
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
22
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
23
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
24
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
25
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
26
+ var Option = _antd.Select.Option;
27
+ //基础设施详情
28
+ var getJcssDetail = function getJcssDetail(params) {
29
+ return _utils.request.get('/cloud/jcss-reborn/facility/get', {
30
+ data: params
31
+ });
32
+ };
33
+ var videoList = function videoList(params) {
34
+ return _utils.request.get('/cloud/zhgc-reborn/api/gis/pop/videoList', {
35
+ data: params
36
+ });
37
+ };
38
+ var previewUrl = function previewUrl(params) {
39
+ return _utils.request.get('/cloud/vis/base/np/artemis/previewUrl.smvc', {
40
+ data: params
41
+ });
42
+ };
43
+ var JBXX = function JBXX(props) {
44
+ var fields = props.fields,
45
+ detail = props.detail,
46
+ modalShow = props.modalShow,
47
+ _props$theme = props.theme,
48
+ theme = _props$theme === void 0 ? 'light' : _props$theme;
49
+ var _useSetState = (0, _ahooks.useSetState)({
50
+ displayType: 'img',
51
+ order: 1,
52
+ imgList: [],
53
+ channelList: [],
54
+ current: {
55
+ channelNum: ''
56
+ },
57
+ previewUrl: '',
58
+ type: ''
59
+ }),
60
+ _useSetState2 = _slicedToArray(_useSetState, 2),
61
+ state = _useSetState2[0],
62
+ setState = _useSetState2[1];
63
+ var displayType = state.displayType,
64
+ order = state.order,
65
+ imgList = state.imgList;
66
+ (0, _react.useEffect)(function () {
67
+ if (detail.id) {
68
+ if (detail.photoIds) {
69
+ setState({
70
+ imgList: detail.photoIds && JSON.parse(detail.photoIds).map(function (item, index) {
71
+ return Object.assign(Object.assign({}, item), {
72
+ index: index + 1,
73
+ name: item.name.split('.')[0],
74
+ url: "/vortex/rest/cloud/np/file/downloadFileThumbnail/".concat(item.id, "?token=").concat((0, _utils.getVtxToken)('token'), "&outputQuality=0.5&scale=0.5")
75
+ });
76
+ }) || []
77
+ });
78
+ } else {
79
+ getJcssDetail({
80
+ id: detail.id,
81
+ coordType: 'bd09'
82
+ }).then(function (res) {
83
+ if ((res === null || res === void 0 ? void 0 : res.result) === 0) {
84
+ setState({
85
+ imgList: res.data.typePhotoIds && JSON.parse(res.data.typePhotoIds).map(function (item, index) {
86
+ return Object.assign(Object.assign({}, item), {
87
+ index: index + 1,
88
+ name: item.name.split('.')[0],
89
+ url: "/vortex/rest/cloud/np/file/downloadFileThumbnail/".concat(item.id, "?token=").concat((0, _utils.getVtxToken)('token'), "&outputQuality=0.5&scale=0.5")
90
+ });
91
+ }) || []
92
+ });
93
+ }
94
+ });
95
+ }
96
+ if (detail.hasVideo) {
97
+ videoList({
98
+ id: detail.id
99
+ }).then(function (res) {
100
+ if ((res === null || res === void 0 ? void 0 : res.result) === 0) {
101
+ setState({
102
+ channelList: res.data,
103
+ current: res.data[0] || {}
104
+ });
105
+ }
106
+ });
107
+ }
108
+ }
109
+ }, [detail.id]);
110
+ var isShow = function isShow(key) {
111
+ return fields.filter(function (item) {
112
+ return item.key === key;
113
+ }).length !== 0;
114
+ };
115
+ var basicList = [{
116
+ name: '行政区划',
117
+ key: 'divisionName',
118
+ isShow: isShow('divisionId'),
119
+ weights: modalShow === false ? 12 : 24
120
+ }, {
121
+ name: '详细地址',
122
+ key: 'address',
123
+ isShow: isShow('address'),
124
+ weights: modalShow === false ? 12 : 24
125
+ }, {
126
+ name: '开放时间',
127
+ key: 'openTime',
128
+ isShow: isShow('openhour'),
129
+ weights: modalShow === false ? 12 : 24
130
+ }, {
131
+ name: '权属单位',
132
+ key: 'belongUnitName',
133
+ isShow: isShow('qsdwId')
134
+ }, {
135
+ name: '权属单位联系人',
136
+ key: 'belongUnitContract',
137
+ isShow: isShow('qsdwlxrId')
138
+ }, {
139
+ name: '权属单位联系电话',
140
+ key: 'belongUnitContractWay',
141
+ isShow: isShow('qsdwlxdhId')
142
+ }, {
143
+ name: '运营单位',
144
+ key: 'runUnitName',
145
+ isShow: isShow('yydwId')
146
+ }, {
147
+ name: '运营单位联系人',
148
+ key: 'runUnitContract',
149
+ isShow: isShow('yydwlxrId')
150
+ }, {
151
+ name: '运营单位联系电话',
152
+ key: 'runUnitContractWay',
153
+ isShow: isShow('yydwlxdhId')
154
+ }, {
155
+ name: '管理类型',
156
+ key: 'manageType',
157
+ isShow: isShow('managementtypeName')
158
+ }, {
159
+ name: '保洁形式',
160
+ key: 'manageMethod',
161
+ isShow: isShow('bjxsName')
162
+ }, {
163
+ name: '保洁员',
164
+ key: 'cleaner',
165
+ isShow: isShow('bjyId')
166
+ }, {
167
+ name: '保洁时间',
168
+ key: 'cleanTime',
169
+ isShow: isShow('bjsjId')
170
+ }];
171
+ var getVideoUrl = function getVideoUrl(params) {
172
+ var channelNum = params.channelNum,
173
+ channelId = params.channelId,
174
+ videoDeviceId = params.videoDeviceId;
175
+ if (channelId || videoDeviceId) {
176
+ previewUrl({
177
+ channelNum: channelNum,
178
+ channelId: channelId,
179
+ deviceId: videoDeviceId
180
+ }).then(function (res) {
181
+ if ((res === null || res === void 0 ? void 0 : res.result) == 0 && res.data.url) {
182
+ setState({
183
+ previewUrl: res.data.url,
184
+ type: res.data.player
185
+ });
186
+ } else {
187
+ _antd.message.warn('暂未查询到视频');
188
+ }
189
+ });
190
+ }
191
+ };
192
+ (0, _react.useEffect)(function () {
193
+ getVideoUrl(state.current);
194
+ }, [state.current]);
195
+ return /*#__PURE__*/_react["default"].createElement("div", {
196
+ className: "jbxx"
197
+ }, /*#__PURE__*/_react["default"].createElement("div", {
198
+ className: "wrTitle"
199
+ }, "\u57FA\u672C\u4FE1\u606F", /*#__PURE__*/_react["default"].createElement("div", {
200
+ className: "titleExtra"
201
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
202
+ value: displayType,
203
+ onChange: function onChange(e) {
204
+ return setState({
205
+ displayType: e.target.value
206
+ });
207
+ }
208
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Button, {
209
+ value: 'img'
210
+ }, "\u7167\u7247"), detail.hasVideo && /*#__PURE__*/_react["default"].createElement(_antd.Radio.Button, {
211
+ value: 'video'
212
+ }, "\u89C6\u9891\u76D1\u63A7")))), /*#__PURE__*/_react["default"].createElement("div", {
213
+ className: "wrContent"
214
+ }, displayType === 'img' && /*#__PURE__*/_react["default"].createElement("div", {
215
+ className: "imgContent"
216
+ }, imgList.length ? /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, null, imgList.map(function (item) {
217
+ return /*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
218
+ key: item.id,
219
+ src: item.url,
220
+ alt: item.name,
221
+ style: {
222
+ display: item.index === order ? 'block' : 'none'
223
+ }
224
+ });
225
+ })) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
226
+ style: {
227
+ height: '280px',
228
+ width: '466px'
229
+ }
230
+ }), imgList.length ? /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
231
+ className: "num"
232
+ }, /*#__PURE__*/_react["default"].createElement(_icons.LeftOutlined, {
233
+ style: {
234
+ opacity: order === 1 ? '.251' : '1'
235
+ },
236
+ onClick: function onClick() {
237
+ return order !== 1 && setState({
238
+ order: order - 1
239
+ });
240
+ }
241
+ }), "\u2003", order, "/", imgList.length, "\u2003", /*#__PURE__*/_react["default"].createElement(_icons.RightOutlined, {
242
+ style: {
243
+ opacity: order === imgList.length ? '.251' : '1'
244
+ },
245
+ onClick: function onClick() {
246
+ return order !== imgList.length && setState({
247
+ order: order + 1
248
+ });
249
+ }
250
+ }))) : ''), displayType === 'video' && /*#__PURE__*/_react["default"].createElement("div", {
251
+ className: 'videoContent'
252
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
253
+ value: state.current.channelNum,
254
+ onChange: function onChange(value) {
255
+ setState({
256
+ current: state.channelList.filter(function (item) {
257
+ return item.channelNum === value;
258
+ })[0]
259
+ });
260
+ },
261
+ style: {
262
+ width: '30%'
263
+ },
264
+ popupClassName: "selectPopupClassName ".concat(theme)
265
+ }, state.channelList.map(function (item) {
266
+ return /*#__PURE__*/_react["default"].createElement(Option, {
267
+ key: item.channelNum
268
+ }, item.channelName);
269
+ })), /*#__PURE__*/_react["default"].createElement("div", {
270
+ className: "videoText"
271
+ }, /*#__PURE__*/_react["default"].createElement(_player.LivePlayer, {
272
+ url: state.previewUrl,
273
+ type: state.type,
274
+ beenHasVideo: false,
275
+ width: 730,
276
+ height: 300
277
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
278
+ className: "basicContent"
279
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
280
+ gutter: 16
281
+ }, basicList.filter(function (item) {
282
+ return item.isShow;
283
+ }).map(function (item) {
284
+ return /*#__PURE__*/_react["default"].createElement(_antd.Col, {
285
+ key: item.key,
286
+ span: item.weights || 12
287
+ }, /*#__PURE__*/_react["default"].createElement("span", {
288
+ className: "tip"
289
+ }, item.name, "\uFF1A"), /*#__PURE__*/_react["default"].createElement("span", {
290
+ className: "text",
291
+ title: detail[item.key]
292
+ }, detail[item.key] || '-'));
293
+ })))));
294
+ };
295
+ var _default = exports["default"] = JBXX;
296
+ //# sourceMappingURL=Jbxx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Jbxx.js","names":["_react","_interopRequireWildcard","require","_ahooks","_antd","_utils","_components","_vmNodata","_interopRequireDefault","_icons","_player","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","Option","Select","getJcssDetail","params","request","data","videoList","previewUrl","JBXX","props","fields","detail","modalShow","_props$theme","theme","_useSetState","useSetState","displayType","order","imgList","channelList","current","channelNum","type","_useSetState2","state","setState","useEffect","id","photoIds","JSON","parse","map","item","index","assign","split","url","concat","getVtxToken","coordType","then","res","result","typePhotoIds","hasVideo","isShow","key","filter","basicList","weights","getVideoUrl","channelId","videoDeviceId","deviceId","player","message","warn","React","createElement","className","Radio","Group","onChange","target","Button","VtxImage","PreviewGroup","src","alt","style","display","NoData","height","width","LeftOutlined","opacity","onClick","RightOutlined","popupClassName","channelName","LivePlayer","beenHasVideo","Row","gutter","Col","span","title","_default","exports"],"sources":["vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { useSetState } from \"ahooks\";\nimport { Radio, Row, Col, message, Select } from 'antd';\nimport '../index.less';\nimport { getVtxToken, request } from \"@vtx/utils\";\nimport { VtxImage } from \"@vtx/components\";\nimport NoData from \"../../../../vm-nodata\";\nimport { LeftOutlined, RightOutlined } from \"@ant-design/icons\";\nimport { LivePlayer } from '@vtx/player';\nconst { Option } = Select;\n//基础设施详情\nconst getJcssDetail = (params) => {\n return request.get('/cloud/jcss-reborn/facility/get', {\n data: params,\n });\n};\nconst videoList = (params) => {\n return request.get('/cloud/zhgc-reborn/api/gis/pop/videoList', {\n data: params,\n });\n};\nconst previewUrl = (params) => {\n return request.get('/cloud/vis/base/np/artemis/previewUrl.smvc', {\n data: params,\n });\n};\nconst JBXX = (props) => {\n const { fields, detail, modalShow, theme = 'light' } = props;\n const [state, setState] = useSetState({\n displayType: 'img',\n order: 1,\n imgList: [],\n channelList: [],\n current: {\n channelNum: ''\n },\n previewUrl: '',\n type: ''\n });\n const { displayType, order, imgList, } = state;\n useEffect(() => {\n if (detail.id) {\n if (detail.photoIds) {\n setState({\n imgList: detail.photoIds && JSON.parse(detail.photoIds).map((item, index) => (Object.assign(Object.assign({}, item), { index: index + 1, name: item.name.split('.')[0], url: `/vortex/rest/cloud/np/file/downloadFileThumbnail/${item.id}?token=${getVtxToken('token')}&outputQuality=0.5&scale=0.5` }))) || []\n });\n }\n else {\n getJcssDetail({ id: detail.id, coordType: 'bd09' }).then((res) => {\n if ((res === null || res === void 0 ? void 0 : res.result) === 0) {\n setState({\n imgList: res.data.typePhotoIds && JSON.parse(res.data.typePhotoIds).map((item, index) => (Object.assign(Object.assign({}, item), { index: index + 1, name: item.name.split('.')[0], url: `/vortex/rest/cloud/np/file/downloadFileThumbnail/${item.id}?token=${getVtxToken('token')}&outputQuality=0.5&scale=0.5` }))) || []\n });\n }\n });\n }\n if (detail.hasVideo) {\n videoList({ id: detail.id }).then((res) => {\n if ((res === null || res === void 0 ? void 0 : res.result) === 0) {\n setState({ channelList: res.data, current: res.data[0] || {} });\n }\n });\n }\n }\n }, [detail.id]);\n const isShow = (key) => {\n return fields.filter((item) => item.key === key).length !== 0;\n };\n const basicList = [\n { name: '行政区划', key: 'divisionName', isShow: isShow('divisionId'), weights: modalShow === false ? 12 : 24 },\n { name: '详细地址', key: 'address', isShow: isShow('address'), weights: modalShow === false ? 12 : 24 },\n { name: '开放时间', key: 'openTime', isShow: isShow('openhour'), weights: modalShow === false ? 12 : 24 },\n { name: '权属单位', key: 'belongUnitName', isShow: isShow('qsdwId') },\n { name: '权属单位联系人', key: 'belongUnitContract', isShow: isShow('qsdwlxrId') },\n { name: '权属单位联系电话', key: 'belongUnitContractWay', isShow: isShow('qsdwlxdhId') },\n { name: '运营单位', key: 'runUnitName', isShow: isShow('yydwId') },\n { name: '运营单位联系人', key: 'runUnitContract', isShow: isShow('yydwlxrId') },\n { name: '运营单位联系电话', key: 'runUnitContractWay', isShow: isShow('yydwlxdhId') },\n { name: '管理类型', key: 'manageType', isShow: isShow('managementtypeName') },\n { name: '保洁形式', key: 'manageMethod', isShow: isShow('bjxsName') },\n { name: '保洁员', key: 'cleaner', isShow: isShow('bjyId') },\n { name: '保洁时间', key: 'cleanTime', isShow: isShow('bjsjId') },\n ];\n const getVideoUrl = (params) => {\n const { channelNum, channelId, videoDeviceId } = params;\n if (channelId || videoDeviceId) {\n previewUrl({\n channelNum: channelNum,\n channelId: channelId,\n deviceId: videoDeviceId,\n }).then((res) => {\n if ((res === null || res === void 0 ? void 0 : res.result) == 0 && res.data.url) {\n setState({ previewUrl: res.data.url, type: res.data.player });\n }\n else {\n message.warn('暂未查询到视频');\n }\n });\n }\n };\n useEffect(() => {\n getVideoUrl(state.current);\n }, [state.current]);\n return (React.createElement(\"div\", { className: \"jbxx\" },\n React.createElement(\"div\", { className: \"wrTitle\" },\n \"\\u57FA\\u672C\\u4FE1\\u606F\",\n React.createElement(\"div\", { className: \"titleExtra\" },\n React.createElement(Radio.Group, { value: displayType, onChange: (e) => setState({ displayType: e.target.value }) },\n React.createElement(Radio.Button, { value: 'img' }, \"\\u7167\\u7247\"),\n (detail.hasVideo) &&\n React.createElement(Radio.Button, { value: 'video' }, \"\\u89C6\\u9891\\u76D1\\u63A7\")))),\n React.createElement(\"div\", { className: \"wrContent\" },\n displayType === 'img' && React.createElement(\"div\", { className: \"imgContent\" },\n imgList.length ?\n React.createElement(VtxImage.PreviewGroup, null, imgList.map((item) => (React.createElement(VtxImage, { key: item.id, src: item.url, alt: item.name, style: { display: item.index === order ? 'block' : 'none' } })))) :\n React.createElement(NoData, { style: { height: '280px', width: '466px' } }),\n imgList.length ? React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"num\" },\n React.createElement(LeftOutlined, { style: { opacity: order === 1 ? '.251' : '1' }, onClick: () => order !== 1 && setState({ order: order - 1 }) }),\n \"\\u2003\",\n order,\n \"/\",\n imgList.length,\n \"\\u2003\",\n React.createElement(RightOutlined, { style: { opacity: order === imgList.length ? '.251' : '1' }, onClick: () => order !== imgList.length && setState({ order: order + 1 }) }))) : ''),\n displayType === 'video' && React.createElement(\"div\", { className: 'videoContent' },\n React.createElement(Select, { value: state.current.channelNum, onChange: value => {\n setState({ current: state.channelList.filter((item) => item.channelNum === value)[0] });\n }, style: { width: '30%' }, popupClassName: `selectPopupClassName ${theme}` }, state.channelList.map((item) => (React.createElement(Option, { key: item.channelNum }, item.channelName)))),\n React.createElement(\"div\", { className: \"videoText\" },\n React.createElement(LivePlayer, { url: state.previewUrl, type: state.type, beenHasVideo: false, width: 730, height: 300 }))),\n React.createElement(\"div\", { className: \"basicContent\" },\n React.createElement(Row, { gutter: 16 }, basicList.filter(item => item.isShow).map(item => (React.createElement(Col, { key: item.key, span: item.weights || 12 },\n React.createElement(\"span\", { className: \"tip\" },\n item.name,\n \"\\uFF1A\"),\n React.createElement(\"span\", { className: \"text\", title: detail[item.key] }, detail[item.key] || '-')))))))));\n};\nexport default JBXX;\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _ahooks = require("ahooks");
9
+ var _antd = require("antd");
10
+ require("../index.less");
11
+ var _Monitor = _interopRequireDefault(require("./Monitor"));
12
+ var _Alarm = _interopRequireDefault(require("./Alarm"));
13
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
14
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
15
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
16
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
17
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
18
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
19
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
20
+ var Jcbj = function Jcbj(props) {
21
+ var detail = props.detail,
22
+ alarmDate = props.alarmDate,
23
+ _props$theme = props.theme,
24
+ theme = _props$theme === void 0 ? 'light' : _props$theme;
25
+ var _useSetState = (0, _ahooks.useSetState)({
26
+ type: 'monitor'
27
+ }),
28
+ _useSetState2 = _slicedToArray(_useSetState, 2),
29
+ state = _useSetState2[0],
30
+ setState = _useSetState2[1];
31
+ return /*#__PURE__*/_react["default"].createElement("div", {
32
+ className: "sjjg"
33
+ }, /*#__PURE__*/_react["default"].createElement("div", {
34
+ className: "wrTitle"
35
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Tabs, {
36
+ activeKey: state.type,
37
+ onChange: function onChange(value) {
38
+ return setState({
39
+ type: value
40
+ });
41
+ }
42
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Tabs.TabPane, {
43
+ tab: "\u76D1\u6D4B\u6570\u636E",
44
+ key: "monitor"
45
+ }), /*#__PURE__*/_react["default"].createElement(_antd.Tabs.TabPane, {
46
+ tab: "\u62A5\u8B66\u5217\u8868",
47
+ key: "alarm"
48
+ }))), /*#__PURE__*/_react["default"].createElement("div", {
49
+ className: "wrContent"
50
+ }, state.type === 'monitor' && /*#__PURE__*/_react["default"].createElement(_Monitor["default"], {
51
+ detail: detail,
52
+ theme: theme
53
+ }), state.type === 'alarm' && /*#__PURE__*/_react["default"].createElement(_Alarm["default"], {
54
+ detail: detail,
55
+ alarmDate: alarmDate,
56
+ theme: theme
57
+ })));
58
+ };
59
+ var _default = exports["default"] = Jcbj;
60
+ //# sourceMappingURL=Jcbj.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Jcbj.js","names":["_react","_interopRequireDefault","require","_ahooks","_antd","_Monitor","_Alarm","e","__esModule","_slicedToArray","r","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","Jcbj","props","detail","alarmDate","_props$theme","theme","_useSetState","useSetState","type","_useSetState2","state","setState","React","createElement","className","Tabs","activeKey","onChange","TabPane","tab","key","Monitor","Alarm","_default","exports"],"sources":["vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js"],"sourcesContent":["import React from 'react';\nimport { useSetState } from \"ahooks\";\nimport { Tabs } from 'antd';\nimport '../index.less';\nimport Monitor from './Monitor';\nimport Alarm from './Alarm';\nconst Jcbj = (props) => {\n const { detail, alarmDate, theme = 'light' } = props;\n const [state, setState] = useSetState({\n type: 'monitor'\n });\n return (React.createElement(\"div\", { className: \"sjjg\" },\n React.createElement(\"div\", { className: \"wrTitle\" },\n React.createElement(Tabs, { activeKey: state.type, onChange: value => setState({ type: value }) },\n React.createElement(Tabs.TabPane, { tab: \"\\u76D1\\u6D4B\\u6570\\u636E\", key: \"monitor\" }),\n React.createElement(Tabs.TabPane, { tab: \"\\u62A5\\u8B66\\u5217\\u8868\", key: \"alarm\" }))),\n React.createElement(\"div\", { className: \"wrContent\" },\n state.type === 'monitor' && React.createElement(Monitor, { detail: detail, theme: theme }),\n state.type === 'alarm' && React.createElement(Alarm, { detail: detail, alarmDate: alarmDate, theme: theme }))));\n};\nexport default Jcbj;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACAA,OAAA;AACA,IAAAG,QAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,MAAA,GAAAL,sBAAA,CAAAC,OAAA;AAA4B,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AAAA,SAAAE,eAAAC,CAAA,EAAAH,CAAA,WAAAI,eAAA,CAAAD,CAAA,KAAAE,qBAAA,CAAAF,CAAA,EAAAH,CAAA,KAAAM,2BAAA,CAAAH,CAAA,EAAAH,CAAA,KAAAO,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAF,4BAAAH,CAAA,EAAAM,CAAA,QAAAN,CAAA,2BAAAA,CAAA,SAAAO,iBAAA,CAAAP,CAAA,EAAAM,CAAA,OAAAE,CAAA,MAAAC,QAAA,CAAAC,IAAA,CAAAV,CAAA,EAAAW,KAAA,6BAAAH,CAAA,IAAAR,CAAA,CAAAY,WAAA,KAAAJ,CAAA,GAAAR,CAAA,CAAAY,WAAA,CAAAC,IAAA,aAAAL,CAAA,cAAAA,CAAA,GAAAM,KAAA,CAAAC,IAAA,CAAAf,CAAA,oBAAAQ,CAAA,+CAAAQ,IAAA,CAAAR,CAAA,IAAAD,iBAAA,CAAAP,CAAA,EAAAM,CAAA;AAAA,SAAAC,kBAAAP,CAAA,EAAAM,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAAN,CAAA,CAAAiB,MAAA,MAAAX,CAAA,GAAAN,CAAA,CAAAiB,MAAA,YAAApB,CAAA,MAAAqB,CAAA,GAAAJ,KAAA,CAAAR,CAAA,GAAAT,CAAA,GAAAS,CAAA,EAAAT,CAAA,IAAAqB,CAAA,CAAArB,CAAA,IAAAG,CAAA,CAAAH,CAAA,UAAAqB,CAAA;AAAA,SAAAhB,sBAAAF,CAAA,EAAAmB,CAAA,QAAAX,CAAA,WAAAR,CAAA,gCAAAoB,MAAA,IAAApB,CAAA,CAAAoB,MAAA,CAAAC,QAAA,KAAArB,CAAA,4BAAAQ,CAAA,QAAAX,CAAA,EAAAqB,CAAA,EAAAI,CAAA,EAAAC,CAAA,EAAAjB,CAAA,OAAAkB,CAAA,OAAAC,CAAA,iBAAAH,CAAA,IAAAd,CAAA,GAAAA,CAAA,CAAAE,IAAA,CAAAV,CAAA,GAAA0B,IAAA,QAAAP,CAAA,QAAAQ,MAAA,CAAAnB,CAAA,MAAAA,CAAA,UAAAgB,CAAA,uBAAAA,CAAA,IAAA3B,CAAA,GAAAyB,CAAA,CAAAZ,IAAA,CAAAF,CAAA,GAAAoB,IAAA,MAAAtB,CAAA,CAAAuB,IAAA,CAAAhC,CAAA,CAAAiC,KAAA,GAAAxB,CAAA,CAAAW,MAAA,KAAAE,CAAA,GAAAK,CAAA,iBAAAxB,CAAA,IAAAyB,CAAA,OAAAP,CAAA,GAAAlB,CAAA,yBAAAwB,CAAA,YAAAhB,CAAA,eAAAe,CAAA,GAAAf,CAAA,cAAAmB,MAAA,CAAAJ,CAAA,MAAAA,CAAA,2BAAAE,CAAA,QAAAP,CAAA,aAAAZ,CAAA;AAAA,SAAAL,gBAAAD,CAAA,QAAAc,KAAA,CAAAiB,OAAA,CAAA/B,CAAA,UAAAA,CAAA;AAC5B,IAAMgC,IAAI,GAAG,SAAPA,IAAIA,CAAIC,KAAK,EAAK;EACpB,IAAQC,MAAM,GAAiCD,KAAK,CAA5CC,MAAM;IAAEC,SAAS,GAAsBF,KAAK,CAApCE,SAAS;IAAAC,YAAA,GAAsBH,KAAK,CAAzBI,KAAK;IAALA,KAAK,GAAAD,YAAA,cAAG,OAAO,GAAAA,YAAA;EAC1C,IAAAE,YAAA,GAA0B,IAAAC,mBAAW,EAAC;MAClCC,IAAI,EAAE;IACV,CAAC,CAAC;IAAAC,aAAA,GAAA1C,cAAA,CAAAuC,YAAA;IAFKI,KAAK,GAAAD,aAAA;IAAEE,QAAQ,GAAAF,aAAA;EAGtB,oBAAQG,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAO,CAAC,eACpDF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAU,CAAC,eAC/CF,iBAAK,CAACC,aAAa,CAACE,UAAI,EAAE;IAAEC,SAAS,EAAEN,KAAK,CAACF,IAAI;IAAES,QAAQ,EAAE,SAAVA,QAAQA,CAAEnB,KAAK;MAAA,OAAIa,QAAQ,CAAC;QAAEH,IAAI,EAAEV;MAAM,CAAC,CAAC;IAAA;EAAC,CAAC,eAC7Fc,iBAAK,CAACC,aAAa,CAACE,UAAI,CAACG,OAAO,EAAE;IAAEC,GAAG,EAAE,0BAA0B;IAAEC,GAAG,EAAE;EAAU,CAAC,CAAC,eACtFR,iBAAK,CAACC,aAAa,CAACE,UAAI,CAACG,OAAO,EAAE;IAAEC,GAAG,EAAE,0BAA0B;IAAEC,GAAG,EAAE;EAAQ,CAAC,CAAC,CAAC,CAAC,eAC9FR,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAY,CAAC,EACjDJ,KAAK,CAACF,IAAI,KAAK,SAAS,iBAAII,iBAAK,CAACC,aAAa,CAACQ,mBAAO,EAAE;IAAEnB,MAAM,EAAEA,MAAM;IAAEG,KAAK,EAAEA;EAAM,CAAC,CAAC,EAC1FK,KAAK,CAACF,IAAI,KAAK,OAAO,iBAAII,iBAAK,CAACC,aAAa,CAACS,iBAAK,EAAE;IAAEpB,MAAM,EAAEA,MAAM;IAAEC,SAAS,EAAEA,SAAS;IAAEE,KAAK,EAAEA;EAAM,CAAC,CAAC,CAAC,CAAC;AAC1H,CAAC;AAAC,IAAAkB,QAAA,GAAAC,OAAA,cACaxB,IAAI","ignoreList":[]}