@vtx/modals2 2.10.20 → 2.10.22

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 (888) hide show
  1. package/lib/index.js +126 -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.js +16 -0
  6. package/lib/style/index.js.map +1 -0
  7. package/lib/typings.d.ts +14 -0
  8. package/lib/util/index.js +25 -0
  9. package/lib/util/index.js.map +1 -0
  10. package/lib/vm-alarm-info/Components/AlarmRecord.js +83 -0
  11. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  12. package/lib/vm-alarm-info/Components/AlarmStatistics.js +99 -0
  13. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  14. package/lib/vm-alarm-info/Components/AlarmTrend.js +203 -0
  15. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  16. package/lib/vm-alarm-info/Components/CurrentAlarm.js +35 -0
  17. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +87 -0
  19. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/index.css +9 -0
  21. package/lib/vm-alarm-info/Components/index.less +2 -0
  22. package/lib/vm-alarm-info/api.js +169 -0
  23. package/lib/vm-alarm-info/api.js.map +1 -0
  24. package/lib/vm-alarm-info/index.js +95 -0
  25. package/lib/vm-alarm-info/index.js.map +1 -0
  26. package/lib/vm-alarm-info/style/css.js +4 -0
  27. package/lib/vm-alarm-info/style/css.js.map +1 -0
  28. package/lib/vm-alarm-info/style/index.js +4 -0
  29. package/lib/vm-alarm-info/style/index.js.map +1 -0
  30. package/lib/vm-alarm-situation/api.js +87 -0
  31. package/lib/vm-alarm-situation/api.js.map +1 -0
  32. package/lib/vm-alarm-situation/index.js +212 -0
  33. package/lib/vm-alarm-situation/index.js.map +1 -0
  34. package/lib/vm-alarm-situation/style/css.js +4 -0
  35. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  36. package/lib/vm-alarm-situation/style/index.js +4 -0
  37. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  38. package/lib/vm-alarm-situation-pt/api.js +75 -0
  39. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  40. package/lib/vm-alarm-situation-pt/index.js +146 -0
  41. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  42. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  43. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  44. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  45. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  46. package/lib/vm-analysis-comparison/api.js +178 -0
  47. package/lib/vm-analysis-comparison/api.js.map +1 -0
  48. package/lib/vm-analysis-comparison/index.js +368 -0
  49. package/lib/vm-analysis-comparison/index.js.map +1 -0
  50. package/lib/vm-analysis-comparison/style/css.js +4 -0
  51. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  52. package/lib/vm-analysis-comparison/style/index.js +4 -0
  53. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  54. package/lib/vm-appraisal-info/AppraisalBase.js +57 -0
  55. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  56. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  57. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  58. package/lib/vm-appraisal-info/List.js +57 -0
  59. package/lib/vm-appraisal-info/List.js.map +1 -0
  60. package/lib/vm-appraisal-info/ListKh.js +154 -0
  61. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  62. package/lib/vm-appraisal-info/ListZg.js +159 -0
  63. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  64. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  65. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  66. package/lib/vm-appraisal-info/Zgxxhz.js +47 -0
  67. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  68. package/lib/vm-appraisal-info/api.js +164 -0
  69. package/lib/vm-appraisal-info/api.js.map +1 -0
  70. package/lib/vm-appraisal-info/index.js +133 -0
  71. package/lib/vm-appraisal-info/index.js.map +1 -0
  72. package/lib/vm-appraisal-info/style/css.js +4 -0
  73. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  74. package/lib/vm-appraisal-info/style/index.js +4 -0
  75. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  76. package/lib/vm-base-list/OpenArrow.js +42 -0
  77. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  78. package/lib/vm-base-list/index.js +86 -0
  79. package/lib/vm-base-list/index.js.map +1 -0
  80. package/lib/vm-base-list/style/css.js +4 -0
  81. package/lib/vm-base-list/style/css.js.map +1 -0
  82. package/lib/vm-base-list/style/index.js +4 -0
  83. package/lib/vm-base-list/style/index.js.map +1 -0
  84. package/lib/vm-button/index.js +27 -0
  85. package/lib/vm-button/index.js.map +1 -0
  86. package/lib/vm-button/style/css.js +4 -0
  87. package/lib/vm-button/style/css.js.map +1 -0
  88. package/lib/vm-button/style/index.js +4 -0
  89. package/lib/vm-button/style/index.js.map +1 -0
  90. package/lib/vm-charts/Distribute1.js +137 -0
  91. package/lib/vm-charts/Distribute1.js.map +1 -0
  92. package/lib/vm-charts/Gauge1.js +149 -0
  93. package/lib/vm-charts/Gauge1.js.map +1 -0
  94. package/lib/vm-charts/Line.js +215 -0
  95. package/lib/vm-charts/Line.js.map +1 -0
  96. package/lib/vm-charts/Line1.js +96 -0
  97. package/lib/vm-charts/Line1.js.map +1 -0
  98. package/lib/vm-charts/Pie.js +117 -0
  99. package/lib/vm-charts/Pie.js.map +1 -0
  100. package/lib/vm-charts/index.js +42 -0
  101. package/lib/vm-charts/index.js.map +1 -0
  102. package/lib/vm-checkbox/index.js +34 -0
  103. package/lib/vm-checkbox/index.js.map +1 -0
  104. package/lib/vm-checkbox/style/css.js +4 -0
  105. package/lib/vm-checkbox/style/css.js.map +1 -0
  106. package/lib/vm-checkbox/style/index.js +4 -0
  107. package/lib/vm-checkbox/style/index.js.map +1 -0
  108. package/lib/vm-common-components/common/index.js +28 -0
  109. package/lib/vm-common-components/common/index.js.map +1 -0
  110. package/lib/vm-common-components/common/vm-modal/index.js +35 -0
  111. package/lib/vm-common-components/common/vm-modal/index.js.map +1 -0
  112. package/lib/vm-common-components/common/vm-modal/style/css.js +4 -0
  113. package/lib/vm-common-components/common/vm-modal/style/css.js.map +1 -0
  114. package/lib/vm-common-components/common/vm-modal/style/index.js +4 -0
  115. package/lib/vm-common-components/common/vm-modal/style/index.js.map +1 -0
  116. package/lib/vm-common-components/common/vm-select/index.js +22 -0
  117. package/lib/vm-common-components/common/vm-select/index.js.map +1 -0
  118. package/lib/vm-common-components/common/vm-select/style/css.js +4 -0
  119. package/lib/vm-common-components/common/vm-select/style/css.js.map +1 -0
  120. package/lib/vm-common-components/common/vm-select/style/index.js +4 -0
  121. package/lib/vm-common-components/common/vm-select/style/index.js.map +1 -0
  122. package/lib/vm-common-components/common/vm-tabs/index.js +75 -0
  123. package/lib/vm-common-components/common/vm-tabs/index.js.map +1 -0
  124. package/lib/vm-common-components/common/vm-tabs/style/css.js +4 -0
  125. package/lib/vm-common-components/common/vm-tabs/style/css.js.map +1 -0
  126. package/lib/vm-common-components/common/vm-tabs/style/index.js +4 -0
  127. package/lib/vm-common-components/common/vm-tabs/style/index.js.map +1 -0
  128. package/lib/vm-common-components/components/Compare/index.js +52 -0
  129. package/lib/vm-common-components/components/Compare/index.js.map +1 -0
  130. package/lib/vm-common-components/components/Compare/style/css.js +4 -0
  131. package/lib/vm-common-components/components/Compare/style/css.js.map +1 -0
  132. package/lib/vm-common-components/components/Compare/style/index.js +4 -0
  133. package/lib/vm-common-components/components/Compare/style/index.js.map +1 -0
  134. package/lib/vm-common-components/components/ImagesGroup/index.js +30 -0
  135. package/lib/vm-common-components/components/ImagesGroup/index.js.map +1 -0
  136. package/lib/vm-common-components/components/ImagesGroup/style/css.js +4 -0
  137. package/lib/vm-common-components/components/ImagesGroup/style/css.js.map +1 -0
  138. package/lib/vm-common-components/components/ImagesGroup/style/index.js +4 -0
  139. package/lib/vm-common-components/components/ImagesGroup/style/index.js.map +1 -0
  140. package/lib/vm-common-components/components/RadionButton/index.js +44 -0
  141. package/lib/vm-common-components/components/RadionButton/index.js.map +1 -0
  142. package/lib/vm-common-components/components/RadionButton/style/css.js +4 -0
  143. package/lib/vm-common-components/components/RadionButton/style/css.js.map +1 -0
  144. package/lib/vm-common-components/components/RadionButton/style/index.js +4 -0
  145. package/lib/vm-common-components/components/RadionButton/style/index.js.map +1 -0
  146. package/lib/vm-common-components/components/Statistics/index.js +177 -0
  147. package/lib/vm-common-components/components/Statistics/index.js.map +1 -0
  148. package/lib/vm-common-components/components/Statistics/style/css.js +4 -0
  149. package/lib/vm-common-components/components/Statistics/style/css.js.map +1 -0
  150. package/lib/vm-common-components/components/Statistics/style/index.js +4 -0
  151. package/lib/vm-common-components/components/Statistics/style/index.js.map +1 -0
  152. package/lib/vm-common-components/components/SubTitle/index.js +61 -0
  153. package/lib/vm-common-components/components/SubTitle/index.js.map +1 -0
  154. package/lib/vm-common-components/components/SubTitle/style/css.js +2 -0
  155. package/lib/vm-common-components/components/SubTitle/style/css.js.map +1 -0
  156. package/lib/vm-common-components/components/SubTitle/style/index.js +2 -0
  157. package/lib/vm-common-components/components/SubTitle/style/index.js.map +1 -0
  158. package/lib/vm-common-components/components/TimePeriodSwitch/index.js +44 -0
  159. package/lib/vm-common-components/components/TimePeriodSwitch/index.js.map +1 -0
  160. package/lib/vm-common-components/components/index.js +86 -0
  161. package/lib/vm-common-components/components/index.js.map +1 -0
  162. package/lib/vm-common-components/components/vm-alarm-title/index.js +31 -0
  163. package/lib/vm-common-components/components/vm-alarm-title/index.js.map +1 -0
  164. package/lib/vm-common-components/components/vm-alarm-title/style/css.js +4 -0
  165. package/lib/vm-common-components/components/vm-alarm-title/style/css.js.map +1 -0
  166. package/lib/vm-common-components/components/vm-alarm-title/style/index.js +4 -0
  167. package/lib/vm-common-components/components/vm-alarm-title/style/index.js.map +1 -0
  168. package/lib/vm-common-components/components/vm-chart/index.js +389 -0
  169. package/lib/vm-common-components/components/vm-chart/index.js.map +1 -0
  170. package/lib/vm-common-components/components/vm-collect/api.js +35 -0
  171. package/lib/vm-common-components/components/vm-collect/api.js.map +1 -0
  172. package/lib/vm-common-components/components/vm-collect/index.js +66 -0
  173. package/lib/vm-common-components/components/vm-collect/index.js.map +1 -0
  174. package/lib/vm-common-components/components/vm-collect/style/css.js +4 -0
  175. package/lib/vm-common-components/components/vm-collect/style/css.js.map +1 -0
  176. package/lib/vm-common-components/components/vm-collect/style/index.js +4 -0
  177. package/lib/vm-common-components/components/vm-collect/style/index.js.map +1 -0
  178. package/lib/vm-common-components/components/vm-container/index.js +48 -0
  179. package/lib/vm-common-components/components/vm-container/index.js.map +1 -0
  180. package/lib/vm-common-components/components/vm-container/style/css.js +4 -0
  181. package/lib/vm-common-components/components/vm-container/style/css.js.map +1 -0
  182. package/lib/vm-common-components/components/vm-container/style/index.js +4 -0
  183. package/lib/vm-common-components/components/vm-container/style/index.js.map +1 -0
  184. package/lib/vm-common-components/components/vm-nodata/index.js +73 -0
  185. package/lib/vm-common-components/components/vm-nodata/index.js.map +1 -0
  186. package/lib/vm-common-components/components/vm-nodata/style/css.js +4 -0
  187. package/lib/vm-common-components/components/vm-nodata/style/css.js.map +1 -0
  188. package/lib/vm-common-components/components/vm-nodata/style/index.js +4 -0
  189. package/lib/vm-common-components/components/vm-nodata/style/index.js.map +1 -0
  190. package/lib/vm-common-components/components/vm-water-wave/index.js +161 -0
  191. package/lib/vm-common-components/components/vm-water-wave/index.js.map +1 -0
  192. package/lib/vm-common-components/index.js +331 -0
  193. package/lib/vm-common-components/index.js.map +1 -0
  194. package/lib/vm-common-components/style/css.js +4 -0
  195. package/lib/vm-common-components/style/css.js.map +1 -0
  196. package/lib/vm-common-components/style/index.js +4 -0
  197. package/lib/vm-common-components/style/index.js.map +1 -0
  198. package/lib/vm-container/index.js +35 -0
  199. package/lib/vm-container/index.js.map +1 -0
  200. package/lib/vm-container/style/css.js +4 -0
  201. package/lib/vm-container/style/css.js.map +1 -0
  202. package/lib/vm-container/style/index.js +4 -0
  203. package/lib/vm-container/style/index.js.map +1 -0
  204. package/lib/vm-correlation-comparison/api.js +237 -0
  205. package/lib/vm-correlation-comparison/api.js.map +1 -0
  206. package/lib/vm-correlation-comparison/index.js +309 -0
  207. package/lib/vm-correlation-comparison/index.js.map +1 -0
  208. package/lib/vm-correlation-comparison/style/css.js +4 -0
  209. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  210. package/lib/vm-correlation-comparison/style/index.js +4 -0
  211. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  212. package/lib/vm-empty/index.js +45 -0
  213. package/lib/vm-empty/index.js.map +1 -0
  214. package/lib/vm-empty/style/css.js +4 -0
  215. package/lib/vm-empty/style/css.js.map +1 -0
  216. package/lib/vm-empty/style/index.js +4 -0
  217. package/lib/vm-empty/style/index.js.map +1 -0
  218. package/lib/vm-filter/index.js +182 -0
  219. package/lib/vm-filter/index.js.map +1 -0
  220. package/lib/vm-filter/style/css.js +4 -0
  221. package/lib/vm-filter/style/css.js.map +1 -0
  222. package/lib/vm-filter/style/index.js +4 -0
  223. package/lib/vm-filter/style/index.js.map +1 -0
  224. package/lib/vm-hooks/useSettings.js +31 -0
  225. package/lib/vm-hooks/useSettings.js.map +1 -0
  226. package/lib/vm-image-text/index.js +42 -0
  227. package/lib/vm-image-text/index.js.map +1 -0
  228. package/lib/vm-image-text/style/css.js +4 -0
  229. package/lib/vm-image-text/style/css.js.map +1 -0
  230. package/lib/vm-image-text/style/index.js +4 -0
  231. package/lib/vm-image-text/style/index.js.map +1 -0
  232. package/lib/vm-info-collection/index.js +45 -0
  233. package/lib/vm-info-collection/index.js.map +1 -0
  234. package/lib/vm-info-collection/style/css.js +4 -0
  235. package/lib/vm-info-collection/style/css.js.map +1 -0
  236. package/lib/vm-info-collection/style/index.js +4 -0
  237. package/lib/vm-info-collection/style/index.js.map +1 -0
  238. package/lib/vm-map/index.js +209 -0
  239. package/lib/vm-map/index.js.map +1 -0
  240. package/lib/vm-map/mapStyle.js +4730 -0
  241. package/lib/vm-map/mapStyle.js.map +1 -0
  242. package/lib/vm-modal-table/index.js +35 -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.js +4 -0
  247. package/lib/vm-modal-table/style/index.js.map +1 -0
  248. package/lib/vm-nodata/index.js +26 -0
  249. package/lib/vm-nodata/index.js.map +1 -0
  250. package/lib/vm-radio/index.js +29 -0
  251. package/lib/vm-radio/index.js.map +1 -0
  252. package/lib/vm-radio/style/css.js +4 -0
  253. package/lib/vm-radio/style/css.js.map +1 -0
  254. package/lib/vm-radio/style/index.js +4 -0
  255. package/lib/vm-radio/style/index.js.map +1 -0
  256. package/lib/vm-real-time-monitor/api.js +194 -0
  257. package/lib/vm-real-time-monitor/api.js.map +1 -0
  258. package/lib/vm-real-time-monitor/index.js +366 -0
  259. package/lib/vm-real-time-monitor/index.js.map +1 -0
  260. package/lib/vm-real-time-monitor/style/css.js +4 -0
  261. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  262. package/lib/vm-real-time-monitor/style/index.js +4 -0
  263. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  264. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  265. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  266. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  267. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  268. package/lib/vm-repair-maintain/RmRecord.js +151 -0
  269. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  270. package/lib/vm-repair-maintain/RmType.js +104 -0
  271. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  272. package/lib/vm-repair-maintain/api.js +95 -0
  273. package/lib/vm-repair-maintain/api.js.map +1 -0
  274. package/lib/vm-repair-maintain/index.js +56 -0
  275. package/lib/vm-repair-maintain/index.js.map +1 -0
  276. package/lib/vm-repair-maintain/style/css.js +4 -0
  277. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  278. package/lib/vm-repair-maintain/style/index.js +4 -0
  279. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  280. package/lib/vm-round-content/index.js +68 -0
  281. package/lib/vm-round-content/index.js.map +1 -0
  282. package/lib/vm-round-content/style/css.js +4 -0
  283. package/lib/vm-round-content/style/css.js.map +1 -0
  284. package/lib/vm-round-content/style/index.js +4 -0
  285. package/lib/vm-round-content/style/index.js.map +1 -0
  286. package/lib/vm-row-col/index.js +28 -0
  287. package/lib/vm-row-col/index.js.map +1 -0
  288. package/lib/vm-row-col/style/css.js +4 -0
  289. package/lib/vm-row-col/style/css.js.map +1 -0
  290. package/lib/vm-row-col/style/index.js +4 -0
  291. package/lib/vm-row-col/style/index.js.map +1 -0
  292. package/lib/vm-select-device/index.js +90 -0
  293. package/lib/vm-select-device/index.js.map +1 -0
  294. package/lib/vm-select-device/style/css.js +4 -0
  295. package/lib/vm-select-device/style/css.js.map +1 -0
  296. package/lib/vm-select-device/style/index.js +4 -0
  297. package/lib/vm-select-device/style/index.js.map +1 -0
  298. package/lib/vm-sub-tabs/index.js +43 -0
  299. package/lib/vm-sub-tabs/index.js.map +1 -0
  300. package/lib/vm-sub-tabs/style/css.js +4 -0
  301. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  302. package/lib/vm-sub-tabs/style/index.js +4 -0
  303. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  304. package/lib/vm-sub-title/index.js +28 -0
  305. package/lib/vm-sub-title/index.js.map +1 -0
  306. package/lib/vm-sub-title/style/css.js +4 -0
  307. package/lib/vm-sub-title/style/css.js.map +1 -0
  308. package/lib/vm-sub-title/style/index.js +4 -0
  309. package/lib/vm-sub-title/style/index.js.map +1 -0
  310. package/lib/vm-table/index.js +200 -0
  311. package/lib/vm-table/index.js.map +1 -0
  312. package/lib/vm-table/style/css.js +4 -0
  313. package/lib/vm-table/style/css.js.map +1 -0
  314. package/lib/vm-table/style/index.js +4 -0
  315. package/lib/vm-table/style/index.js.map +1 -0
  316. package/lib/vm-time-line/index.js +25 -0
  317. package/lib/vm-time-line/index.js.map +1 -0
  318. package/lib/vm-time-line/style/css.js +4 -0
  319. package/lib/vm-time-line/style/css.js.map +1 -0
  320. package/lib/vm-time-line/style/index.js +4 -0
  321. package/lib/vm-time-line/style/index.js.map +1 -0
  322. package/lib/vm-video/api.js +30 -0
  323. package/lib/vm-video/api.js.map +1 -0
  324. package/lib/vm-video/index.js +37 -0
  325. package/lib/vm-video/index.js.map +1 -0
  326. package/lib/vtx-base-modal/api.js +35 -0
  327. package/lib/vtx-base-modal/api.js.map +1 -0
  328. package/lib/vtx-base-modal/index.js +210 -0
  329. package/lib/vtx-base-modal/index.js.map +1 -0
  330. package/lib/vtx-base-modal/style/css.js +4 -0
  331. package/lib/vtx-base-modal/style/css.js.map +1 -0
  332. package/lib/vtx-base-modal/style/index.js +4 -0
  333. package/lib/vtx-base-modal/style/index.js.map +1 -0
  334. package/lib/vtx-base-modal-hz/index.js +40 -0
  335. package/lib/vtx-base-modal-hz/index.js.map +1 -0
  336. package/lib/vtx-car-modal/api.js +611 -0
  337. package/lib/vtx-car-modal/api.js.map +1 -0
  338. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  339. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  340. package/lib/vtx-car-modal/components/AlarmInfo/List.js +186 -0
  341. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  342. package/lib/vtx-car-modal/components/AlarmInfo/index.js +139 -0
  343. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  344. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +66 -0
  345. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  346. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +83 -0
  347. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  348. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
  349. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  350. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +68 -0
  351. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  352. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +115 -0
  353. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  354. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  355. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  356. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  357. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  358. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +102 -0
  359. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  360. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +138 -0
  361. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  362. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +126 -0
  363. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  364. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +137 -0
  365. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  366. package/lib/vtx-car-modal/components/BaseInfo/index.js +231 -0
  367. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  368. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  369. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  370. package/lib/vtx-car-modal/components/OilConsumption/List.js +88 -0
  371. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  372. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  373. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  374. package/lib/vtx-car-modal/components/OilConsumption/index.js +140 -0
  375. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  376. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  377. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  378. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  379. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  380. package/lib/vtx-car-modal/components/StaticInfo/index.js +99 -0
  381. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  382. package/lib/vtx-car-modal/components/WaterConsumption/index.js +118 -0
  383. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  384. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  385. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  386. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +317 -0
  387. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  388. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +249 -0
  389. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  390. package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
  391. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  392. package/lib/vtx-car-modal/components/index.js +56 -0
  393. package/lib/vtx-car-modal/components/index.js.map +1 -0
  394. package/lib/vtx-car-modal/index.js +128 -0
  395. package/lib/vtx-car-modal/index.js.map +1 -0
  396. package/lib/vtx-car-modal/style/css.js +12 -0
  397. package/lib/vtx-car-modal/style/css.js.map +1 -0
  398. package/lib/vtx-car-modal/style/index.js +12 -0
  399. package/lib/vtx-car-modal/style/index.js.map +1 -0
  400. package/lib/vtx-cc-cp-modal/api.js +308 -0
  401. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  402. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +153 -0
  403. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  404. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +104 -0
  405. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  406. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +135 -0
  407. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  408. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +35 -0
  409. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  410. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +77 -0
  411. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  412. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +45 -0
  413. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  414. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +49 -0
  415. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  416. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +126 -0
  417. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  418. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +67 -0
  419. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  420. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +131 -0
  421. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  422. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +104 -0
  423. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  424. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +135 -0
  425. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  426. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +35 -0
  427. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  428. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +125 -0
  429. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  430. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +111 -0
  431. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  432. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +118 -0
  433. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  434. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +84 -0
  435. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  436. package/lib/vtx-cc-cp-modal/components/index.js +42 -0
  437. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  438. package/lib/vtx-cc-cp-modal/index.js +67 -0
  439. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  440. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  441. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  442. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  443. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  444. package/lib/vtx-cc-cp-modal/type.js +6 -0
  445. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  446. package/lib/vtx-cp-modal/api.js +336 -0
  447. package/lib/vtx-cp-modal/api.js.map +1 -0
  448. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +170 -0
  449. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  450. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  451. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  452. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +164 -0
  453. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  454. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  455. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  456. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +110 -0
  457. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  458. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +52 -0
  459. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  460. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +123 -0
  461. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  462. package/lib/vtx-cp-modal/components/BaseInfo/index.js +88 -0
  463. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  464. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +196 -0
  465. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  466. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  467. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  468. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +164 -0
  469. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  470. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  471. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  472. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  473. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  474. package/lib/vtx-cp-modal/components/SyInfo/index.js +345 -0
  475. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  476. package/lib/vtx-cp-modal/components/index.js +35 -0
  477. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  478. package/lib/vtx-cp-modal/index.js +107 -0
  479. package/lib/vtx-cp-modal/index.js.map +1 -0
  480. package/lib/vtx-cp-modal/style/css.js +5 -0
  481. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  482. package/lib/vtx-cp-modal/style/index.js +5 -0
  483. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  484. package/lib/vtx-default-modal/api.js +49 -0
  485. package/lib/vtx-default-modal/api.js.map +1 -0
  486. package/lib/vtx-default-modal/components/BaseInfo/index.js +53 -0
  487. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  488. package/lib/vtx-default-modal/components/index.js +14 -0
  489. package/lib/vtx-default-modal/components/index.js.map +1 -0
  490. package/lib/vtx-default-modal/index.js +89 -0
  491. package/lib/vtx-default-modal/index.js.map +1 -0
  492. package/lib/vtx-default-modal/style/css.js +5 -0
  493. package/lib/vtx-default-modal/style/css.js.map +1 -0
  494. package/lib/vtx-default-modal/style/index.js +5 -0
  495. package/lib/vtx-default-modal/style/index.js.map +1 -0
  496. package/lib/vtx-device-modal/api.js +212 -0
  497. package/lib/vtx-device-modal/api.js.map +1 -0
  498. package/lib/vtx-device-modal/components/BaseInfo/index.js +51 -0
  499. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  500. package/lib/vtx-device-modal/components/DataAnalysis/index.js +83 -0
  501. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  502. package/lib/vtx-device-modal/components/FacilityFile/index.js +48 -0
  503. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
  504. package/lib/vtx-device-modal/components/LiftInfo/index.js +32 -0
  505. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
  506. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +27 -0
  507. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
  508. package/lib/vtx-device-modal/components/OverViewInfo/index.js +103 -0
  509. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
  510. package/lib/vtx-device-modal/components/VideoInfo/index.js +36 -0
  511. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
  512. package/lib/vtx-device-modal/config.js +50 -0
  513. package/lib/vtx-device-modal/config.js.map +1 -0
  514. package/lib/vtx-device-modal/index.js +75 -0
  515. package/lib/vtx-device-modal/index.js.map +1 -0
  516. package/lib/vtx-device-modal/style/css.js +4 -0
  517. package/lib/vtx-device-modal/style/css.js.map +1 -0
  518. package/lib/vtx-device-modal/style/index.js +4 -0
  519. package/lib/vtx-device-modal/style/index.js.map +1 -0
  520. package/lib/vtx-device-modal/types.js +6 -0
  521. package/lib/vtx-device-modal/types.js.map +1 -0
  522. package/lib/vtx-df-modal/api.js +260 -0
  523. package/lib/vtx-df-modal/api.js.map +1 -0
  524. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  525. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  526. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  527. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  528. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +118 -0
  529. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  530. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  531. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  532. package/lib/vtx-df-modal/components/BaseInfo/index.js +134 -0
  533. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  534. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +121 -0
  535. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  536. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +133 -0
  537. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  538. package/lib/vtx-df-modal/components/Metering/List.js +110 -0
  539. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  540. package/lib/vtx-df-modal/components/Metering/index.js +174 -0
  541. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  542. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +112 -0
  543. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  544. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +106 -0
  545. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  546. package/lib/vtx-df-modal/components/WorkCondition/index.js +89 -0
  547. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  548. package/lib/vtx-df-modal/components/index.js +28 -0
  549. package/lib/vtx-df-modal/components/index.js.map +1 -0
  550. package/lib/vtx-df-modal/index.js +122 -0
  551. package/lib/vtx-df-modal/index.js.map +1 -0
  552. package/lib/vtx-df-modal/style/css.js +7 -0
  553. package/lib/vtx-df-modal/style/css.js.map +1 -0
  554. package/lib/vtx-df-modal/style/index.js +7 -0
  555. package/lib/vtx-df-modal/style/index.js.map +1 -0
  556. package/lib/vtx-facility-modal/api.js +123 -0
  557. package/lib/vtx-facility-modal/api.js.map +1 -0
  558. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  559. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  560. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  561. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  562. package/lib/vtx-facility-modal/components/index.js +14 -0
  563. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  564. package/lib/vtx-facility-modal/config.js +68 -0
  565. package/lib/vtx-facility-modal/config.js.map +1 -0
  566. package/lib/vtx-facility-modal/index.js +48 -0
  567. package/lib/vtx-facility-modal/index.js.map +1 -0
  568. package/lib/vtx-facility-modal/style/css.js +5 -0
  569. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  570. package/lib/vtx-facility-modal/style/index.js +5 -0
  571. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  572. package/lib/vtx-facility-modal/types.js +6 -0
  573. package/lib/vtx-facility-modal/types.js.map +1 -0
  574. package/lib/vtx-housing-estate-modal/api.js +539 -0
  575. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  576. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  577. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  578. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  579. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  580. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  581. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  582. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  583. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  584. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  585. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  586. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +290 -0
  587. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  588. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +89 -0
  589. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  590. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  591. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  592. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  593. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  594. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +60 -0
  595. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  596. package/lib/vtx-housing-estate-modal/components/OverView/index.js +41 -0
  597. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  598. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  599. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  600. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +139 -0
  601. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  602. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  603. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  604. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  605. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  606. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  607. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  608. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  609. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  610. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  611. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  612. package/lib/vtx-housing-estate-modal/config.js +88 -0
  613. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  614. package/lib/vtx-housing-estate-modal/index.js +100 -0
  615. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  616. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  617. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  618. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  619. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  620. package/lib/vtx-housing-estate-modal/types.js +6 -0
  621. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  622. package/lib/vtx-hz-facility-modal/api.js +776 -0
  623. package/lib/vtx-hz-facility-modal/api.js.map +1 -0
  624. package/lib/vtx-hz-facility-modal/components/DetectedData/index.js +234 -0
  625. package/lib/vtx-hz-facility-modal/components/DetectedData/index.js.map +1 -0
  626. package/lib/vtx-hz-facility-modal/components/DetectedData/style/css.js +4 -0
  627. package/lib/vtx-hz-facility-modal/components/DetectedData/style/css.js.map +1 -0
  628. package/lib/vtx-hz-facility-modal/components/DetectedData/style/index.js +4 -0
  629. package/lib/vtx-hz-facility-modal/components/DetectedData/style/index.js.map +1 -0
  630. package/lib/vtx-hz-facility-modal/components/FacilityFile/index.js +25 -0
  631. package/lib/vtx-hz-facility-modal/components/FacilityFile/index.js.map +1 -0
  632. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/css.js +4 -0
  633. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/css.js.map +1 -0
  634. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.js +4 -0
  635. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.js.map +1 -0
  636. package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js +272 -0
  637. package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js.map +1 -0
  638. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/css.js +4 -0
  639. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/css.js.map +1 -0
  640. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.js +4 -0
  641. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.js.map +1 -0
  642. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js +279 -0
  643. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js.map +1 -0
  644. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/css.js +4 -0
  645. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/css.js.map +1 -0
  646. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.js +4 -0
  647. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.js.map +1 -0
  648. package/lib/vtx-hz-facility-modal/components/MonitorData/index.js +386 -0
  649. package/lib/vtx-hz-facility-modal/components/MonitorData/index.js.map +1 -0
  650. package/lib/vtx-hz-facility-modal/components/MonitorData/style/css.js +4 -0
  651. package/lib/vtx-hz-facility-modal/components/MonitorData/style/css.js.map +1 -0
  652. package/lib/vtx-hz-facility-modal/components/MonitorData/style/index.js +4 -0
  653. package/lib/vtx-hz-facility-modal/components/MonitorData/style/index.js.map +1 -0
  654. package/lib/vtx-hz-facility-modal/components/OverViewInfo/index.js +27 -0
  655. package/lib/vtx-hz-facility-modal/components/OverViewInfo/index.js.map +1 -0
  656. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js +402 -0
  657. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js.map +1 -0
  658. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/css.js +4 -0
  659. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/css.js.map +1 -0
  660. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.js +4 -0
  661. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.js.map +1 -0
  662. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/index.js +270 -0
  663. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/index.js.map +1 -0
  664. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/css.js +4 -0
  665. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/css.js.map +1 -0
  666. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.js +4 -0
  667. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.js.map +1 -0
  668. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/index.js +97 -0
  669. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/index.js.map +1 -0
  670. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/css.js +4 -0
  671. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/css.js.map +1 -0
  672. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.js +4 -0
  673. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.js.map +1 -0
  674. package/lib/vtx-hz-facility-modal/components/index.js +21 -0
  675. package/lib/vtx-hz-facility-modal/components/index.js.map +1 -0
  676. package/lib/vtx-hz-facility-modal/index.js +87 -0
  677. package/lib/vtx-hz-facility-modal/index.js.map +1 -0
  678. package/lib/vtx-hz-facility-modal/style/css.js +4 -0
  679. package/lib/vtx-hz-facility-modal/style/css.js.map +1 -0
  680. package/lib/vtx-hz-facility-modal/style/index.js +4 -0
  681. package/lib/vtx-hz-facility-modal/style/index.js.map +1 -0
  682. package/lib/vtx-kh-modal/api.js +74 -0
  683. package/lib/vtx-kh-modal/api.js.map +1 -0
  684. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  685. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  686. package/lib/vtx-kh-modal/components/index.js +14 -0
  687. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  688. package/lib/vtx-kh-modal/index.js +92 -0
  689. package/lib/vtx-kh-modal/index.js.map +1 -0
  690. package/lib/vtx-kh-modal/style/css.js +5 -0
  691. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  692. package/lib/vtx-kh-modal/style/index.js +5 -0
  693. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  694. package/lib/vtx-restaurant-modal/api.js +152 -0
  695. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  696. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  697. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  698. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +78 -0
  699. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  700. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +92 -0
  701. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  702. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  703. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  704. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +60 -0
  705. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  706. package/lib/vtx-restaurant-modal/components/Basic/Info.js +57 -0
  707. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  708. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +67 -0
  709. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  710. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  711. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  712. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  713. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  714. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  715. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  716. package/lib/vtx-restaurant-modal/config.js +58 -0
  717. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  718. package/lib/vtx-restaurant-modal/index.js +57 -0
  719. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  720. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  721. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  722. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  723. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  724. package/lib/vtx-restaurant-modal/type.js +6 -0
  725. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  726. package/lib/vtx-road-modal/api.js +136 -0
  727. package/lib/vtx-road-modal/api.js.map +1 -0
  728. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  729. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  730. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +152 -0
  731. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  732. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +83 -0
  733. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  734. package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
  735. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  736. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  737. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  738. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  739. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  740. package/lib/vtx-road-modal/components/Statistical/index.js +183 -0
  741. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  742. package/lib/vtx-road-modal/components/index.js +21 -0
  743. package/lib/vtx-road-modal/components/index.js.map +1 -0
  744. package/lib/vtx-road-modal/index.js +89 -0
  745. package/lib/vtx-road-modal/index.js.map +1 -0
  746. package/lib/vtx-road-modal/style/css.js +6 -0
  747. package/lib/vtx-road-modal/style/css.js.map +1 -0
  748. package/lib/vtx-road-modal/style/index.js +6 -0
  749. package/lib/vtx-road-modal/style/index.js.map +1 -0
  750. package/lib/vtx-staff-modal/api.js +311 -0
  751. package/lib/vtx-staff-modal/api.js.map +1 -0
  752. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  753. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  754. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +122 -0
  755. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  756. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +106 -0
  757. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  758. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  759. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  760. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  761. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  762. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  763. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  764. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  765. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  766. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  767. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  768. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  769. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  770. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  771. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  772. package/lib/vtx-staff-modal/components/BaseInfo/index.js +211 -0
  773. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  774. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  775. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  776. package/lib/vtx-staff-modal/components/index.js +35 -0
  777. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  778. package/lib/vtx-staff-modal/index.js +78 -0
  779. package/lib/vtx-staff-modal/index.js.map +1 -0
  780. package/lib/vtx-staff-modal/style/css.js +8 -0
  781. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  782. package/lib/vtx-staff-modal/style/index.js +8 -0
  783. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  784. package/lib/vtx-theme-provider/index.js +21 -0
  785. package/lib/vtx-theme-provider/index.js.map +1 -0
  786. package/lib/vtx-throw-point-modal/api.js +531 -0
  787. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  788. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  789. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  790. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  791. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  792. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  793. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  794. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  795. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  796. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  797. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  798. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  799. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  800. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  801. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  802. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  803. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  804. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  805. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  806. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  807. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  808. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  809. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  810. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  811. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  812. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +334 -0
  813. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  814. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  815. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  816. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  817. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  818. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  819. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  820. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  821. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  822. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  823. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  824. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  825. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  826. package/lib/vtx-throw-point-modal/config.js +67 -0
  827. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  828. package/lib/vtx-throw-point-modal/index.js +104 -0
  829. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  830. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  831. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  832. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  833. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  834. package/lib/vtx-throw-point-modal/types.js +6 -0
  835. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  836. package/lib/vtx-wr-modal/api.js +381 -0
  837. package/lib/vtx-wr-modal/api.js.map +1 -0
  838. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +249 -0
  839. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  840. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  841. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  842. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +163 -0
  843. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  844. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  845. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  846. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  847. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  848. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +39 -0
  849. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  850. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +109 -0
  851. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  852. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  853. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  854. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +101 -0
  855. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  856. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  857. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  858. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +141 -0
  859. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  860. package/lib/vtx-wr-modal/components/Evaluate/index.js +47 -0
  861. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  862. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +156 -0
  863. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  864. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +162 -0
  865. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  866. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  867. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  868. package/lib/vtx-wr-modal/components/index.js +35 -0
  869. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  870. package/lib/vtx-wr-modal/index.js +101 -0
  871. package/lib/vtx-wr-modal/index.js.map +1 -0
  872. package/lib/vtx-wr-modal/style/css.js +8 -0
  873. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  874. package/lib/vtx-wr-modal/style/index.js +8 -0
  875. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  876. package/lib/vtx-zg-modal/api.js +69 -0
  877. package/lib/vtx-zg-modal/api.js.map +1 -0
  878. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  879. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  880. package/lib/vtx-zg-modal/components/index.js +14 -0
  881. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  882. package/lib/vtx-zg-modal/index.js +95 -0
  883. package/lib/vtx-zg-modal/index.js.map +1 -0
  884. package/lib/vtx-zg-modal/style/css.js +5 -0
  885. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  886. package/lib/vtx-zg-modal/style/index.js +5 -0
  887. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  888. package/package.json +1 -1
package/lib/index.js ADDED
@@ -0,0 +1,126 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "VmCommonComponents", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _vmCommonComponents["default"];
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "VtxCarModal", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _vtxCarModal["default"];
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "VtxCcCpModal", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _vtxCcCpModal["default"];
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "VtxCpModal", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _vtxCpModal["default"];
28
+ }
29
+ });
30
+ Object.defineProperty(exports, "VtxDefaultModal", {
31
+ enumerable: true,
32
+ get: function get() {
33
+ return _vtxDefaultModal["default"];
34
+ }
35
+ });
36
+ Object.defineProperty(exports, "VtxDeviceModal", {
37
+ enumerable: true,
38
+ get: function get() {
39
+ return _vtxDeviceModal["default"];
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "VtxDfModal", {
43
+ enumerable: true,
44
+ get: function get() {
45
+ return _vtxDfModal["default"];
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "VtxFacilityModal", {
49
+ enumerable: true,
50
+ get: function get() {
51
+ return _vtxFacilityModal["default"];
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "VtxHousingEstateModal", {
55
+ enumerable: true,
56
+ get: function get() {
57
+ return _vtxHousingEstateModal["default"];
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "VtxHzFacilityModal", {
61
+ enumerable: true,
62
+ get: function get() {
63
+ return _vtxHzFacilityModal["default"];
64
+ }
65
+ });
66
+ Object.defineProperty(exports, "VtxKhModal", {
67
+ enumerable: true,
68
+ get: function get() {
69
+ return _vtxKhModal["default"];
70
+ }
71
+ });
72
+ Object.defineProperty(exports, "VtxRestaurantModal", {
73
+ enumerable: true,
74
+ get: function get() {
75
+ return _vtxRestaurantModal["default"];
76
+ }
77
+ });
78
+ Object.defineProperty(exports, "VtxRoadModal", {
79
+ enumerable: true,
80
+ get: function get() {
81
+ return _vtxRoadModal["default"];
82
+ }
83
+ });
84
+ Object.defineProperty(exports, "VtxStaffModal", {
85
+ enumerable: true,
86
+ get: function get() {
87
+ return _vtxStaffModal["default"];
88
+ }
89
+ });
90
+ Object.defineProperty(exports, "VtxThrowPointModal", {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _vtxThrowPointModal["default"];
94
+ }
95
+ });
96
+ Object.defineProperty(exports, "VtxWrModal", {
97
+ enumerable: true,
98
+ get: function get() {
99
+ return _vtxWrModal["default"];
100
+ }
101
+ });
102
+ Object.defineProperty(exports, "VtxZgModal", {
103
+ enumerable: true,
104
+ get: function get() {
105
+ return _vtxZgModal["default"];
106
+ }
107
+ });
108
+ var _vtxHousingEstateModal = _interopRequireDefault(require("./vtx-housing-estate-modal"));
109
+ var _vtxThrowPointModal = _interopRequireDefault(require("./vtx-throw-point-modal"));
110
+ var _vtxFacilityModal = _interopRequireDefault(require("./vtx-facility-modal"));
111
+ var _vtxDefaultModal = _interopRequireDefault(require("./vtx-default-modal"));
112
+ var _vtxCarModal = _interopRequireDefault(require("./vtx-car-modal"));
113
+ var _vtxStaffModal = _interopRequireDefault(require("./vtx-staff-modal"));
114
+ var _vtxCpModal = _interopRequireDefault(require("./vtx-cp-modal"));
115
+ var _vtxDfModal = _interopRequireDefault(require("./vtx-df-modal"));
116
+ var _vtxRoadModal = _interopRequireDefault(require("./vtx-road-modal"));
117
+ var _vtxWrModal = _interopRequireDefault(require("./vtx-wr-modal"));
118
+ var _vtxZgModal = _interopRequireDefault(require("./vtx-zg-modal"));
119
+ var _vtxKhModal = _interopRequireDefault(require("./vtx-kh-modal"));
120
+ var _vtxRestaurantModal = _interopRequireDefault(require("./vtx-restaurant-modal"));
121
+ var _vtxDeviceModal = _interopRequireDefault(require("./vtx-device-modal"));
122
+ var _vtxCcCpModal = _interopRequireDefault(require("./vtx-cc-cp-modal"));
123
+ var _vtxHzFacilityModal = _interopRequireDefault(require("./vtx-hz-facility-modal"));
124
+ var _vmCommonComponents = _interopRequireDefault(require("./vm-common-components"));
125
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
126
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["export { default as VtxHousingEstateModal } from './vtx-housing-estate-modal';\nexport { default as VtxThrowPointModal } from './vtx-throw-point-modal';\nexport { default as VtxFacilityModal } from './vtx-facility-modal';\nexport { default as VtxDefaultModal } from './vtx-default-modal';\nexport { default as VtxCarModal } from './vtx-car-modal';\nexport { default as VtxStaffModal } from './vtx-staff-modal';\nexport { default as VtxCpModal } from './vtx-cp-modal';\nexport { default as VtxDfModal } from './vtx-df-modal';\nexport { default as VtxRoadModal } from './vtx-road-modal';\nexport { default as VtxWrModal } from './vtx-wr-modal';\nexport { default as VtxZgModal } from './vtx-zg-modal';\nexport { default as VtxKhModal } from './vtx-kh-modal';\nexport { default as VtxRestaurantModal } from './vtx-restaurant-modal';\nexport { default as VtxDeviceModal } from './vtx-device-modal';\nexport { default as VtxCcCpModal } from './vtx-cc-cp-modal';\nexport { default as VtxHzFacilityModal } from './vtx-hz-facility-modal';\nexport { default as VmCommonComponents } from './vm-common-components';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAuE"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ require("./index.css");
4
+ require("antd/es/date-picker/style/css");
5
+ require("antd/es/select/style/css");
6
+ require("antd/es/tabs/style/css");
7
+ require("antd/es/button/style/css");
8
+ require("antd/es/dropdown/style/css");
9
+ require("antd/es/menu/style/css");
10
+ require("antd/es/table/style/css");
11
+ require("antd/es/modal/style/css");
12
+ require("antd/es/image/style/css");
13
+ require("@vtx/player/lib/live-control/style/css");
14
+ require("@vtx/player/lib/history-control/style/css");
15
+ require("@vtx/player/lib/bill-player/style/css");
16
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","names":[],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport 'antd/es/image/style/css';\nimport '@vtx/player/lib/live-control/style/css';\nimport '@vtx/player/lib/history-control/style/css';\nimport '@vtx/player/lib/bill-player/style/css';\n// import 'antd/es/image/style/css';\n"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ require("./index.less");
4
+ require("antd/es/date-picker/style/css");
5
+ require("antd/es/select/style/css");
6
+ require("antd/es/tabs/style/css");
7
+ require("antd/es/button/style/css");
8
+ require("antd/es/dropdown/style/css");
9
+ require("antd/es/menu/style/css");
10
+ require("antd/es/table/style/css");
11
+ require("antd/es/modal/style/css");
12
+ require("antd/es/image/style/css");
13
+ require("@vtx/player/lib/live-control/style/css");
14
+ require("@vtx/player/lib/history-control/style/css");
15
+ require("@vtx/player/lib/bill-player/style/css");
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["style/index.js"],"sourcesContent":["import './index.less';\nimport 'antd/es/date-picker/style/css';\nimport 'antd/es/select/style/css';\nimport 'antd/es/tabs/style/css';\nimport 'antd/es/button/style/css';\nimport 'antd/es/dropdown/style/css';\nimport 'antd/es/menu/style/css';\nimport 'antd/es/table/style/css';\nimport 'antd/es/modal/style/css';\nimport 'antd/es/image/style/css';\nimport '@vtx/player/lib/live-control/style/css';\nimport '@vtx/player/lib/history-control/style/css';\nimport '@vtx/player/lib/bill-player/style/css';\n// import 'antd/es/image/style/css';\n"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
@@ -0,0 +1,14 @@
1
+ declare module '*.png';
2
+ declare module '*.svg';
3
+ declare module '*.css';
4
+ declare module '*.less';
5
+ declare module '@vtx/utils';
6
+ declare module '@vtx/components';
7
+ declare module '@vtx/modals2';
8
+ declare module 'dumi';
9
+ declare module 'echarts';
10
+ declare module 'echarts-for-react';
11
+ interface Window {
12
+ BMapGL: any;
13
+ console: any;
14
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.secondToFormatTime = secondToFormatTime;
7
+ // 秒转化为时间的格式化字符串
8
+ function secondToFormatTime(times) {
9
+ if (times <= 0) return '--';
10
+ var timeStr = '';
11
+ var remain = times;
12
+ var days = Math.floor(remain / (24 * 60 * 60));
13
+ if (days) timeStr += "".concat(days, "\u5929");
14
+ remain = remain % (24 * 60 * 60);
15
+ var hours = Math.floor(remain / (60 * 60));
16
+ if (hours) timeStr += "".concat(hours, "h");
17
+ remain = remain % (60 * 60);
18
+ var minutes = Math.floor(remain / 60);
19
+ if (minutes) timeStr += "".concat(minutes, "min");
20
+ remain = remain % 60;
21
+ var seconds = Math.floor(remain);
22
+ if (seconds) timeStr += "".concat(seconds, "s");
23
+ return timeStr;
24
+ }
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["secondToFormatTime","times","timeStr","remain","days","Math","floor","hours","minutes","seconds"],"sources":["util/index.js"],"sourcesContent":["// 秒转化为时间的格式化字符串\nexport function secondToFormatTime(times) {\n if (times <= 0)\n return '--';\n let timeStr = '';\n let remain = times;\n let days = Math.floor(remain / (24 * 60 * 60));\n if (days)\n timeStr += `${days}天`;\n remain = remain % (24 * 60 * 60);\n let hours = Math.floor(remain / (60 * 60));\n if (hours)\n timeStr += `${hours}h`;\n remain = remain % (60 * 60);\n let minutes = Math.floor(remain / 60);\n if (minutes)\n timeStr += `${minutes}min`;\n remain = remain % 60;\n let seconds = Math.floor(remain);\n if (seconds)\n timeStr += `${seconds}s`;\n return timeStr;\n}\n"],"mappings":";;;;;;AAAA;AACO,SAASA,kBAAkB,CAACC,KAAK,EAAE;EACtC,IAAIA,KAAK,IAAI,CAAC,EACV,OAAO,IAAI;EACf,IAAIC,OAAO,GAAG,EAAE;EAChB,IAAIC,MAAM,GAAGF,KAAK;EAClB,IAAIG,IAAI,GAAGC,IAAI,CAACC,KAAK,CAACH,MAAM,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;EAC9C,IAAIC,IAAI,EACJF,OAAO,cAAOE,IAAI,WAAG;EACzBD,MAAM,GAAGA,MAAM,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;EAChC,IAAII,KAAK,GAAGF,IAAI,CAACC,KAAK,CAACH,MAAM,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC;EAC1C,IAAII,KAAK,EACLL,OAAO,cAAOK,KAAK,MAAG;EAC1BJ,MAAM,GAAGA,MAAM,IAAI,EAAE,GAAG,EAAE,CAAC;EAC3B,IAAIK,OAAO,GAAGH,IAAI,CAACC,KAAK,CAACH,MAAM,GAAG,EAAE,CAAC;EACrC,IAAIK,OAAO,EACPN,OAAO,cAAOM,OAAO,QAAK;EAC9BL,MAAM,GAAGA,MAAM,GAAG,EAAE;EACpB,IAAIM,OAAO,GAAGJ,IAAI,CAACC,KAAK,CAACH,MAAM,CAAC;EAChC,IAAIM,OAAO,EACPP,OAAO,cAAOO,OAAO,MAAG;EAC5B,OAAOP,OAAO;AAClB"}
@@ -0,0 +1,83 @@
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 _vmTable = _interopRequireDefault(require("../../vm-table"));
9
+ var _api = require("../api");
10
+ require("./index.less");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ /**
13
+ * 报警记录
14
+ */
15
+
16
+ function AlarmRecord(props) {
17
+ var id = props.id,
18
+ publicUrlJCSS = props.publicUrlJCSS,
19
+ filterParams = props.filterParams;
20
+ var _Service$UseRecordAla = _api.Service.UseRecordAlarm({
21
+ id: id,
22
+ publicUrlJCSS: publicUrlJCSS,
23
+ filterParams: filterParams
24
+ }),
25
+ recordData = _Service$UseRecordAla.recordData;
26
+ var columns = [{
27
+ title: '报警类型',
28
+ dataIndex: 'alarmTypeName',
29
+ key: 'alarmTypeName'
30
+ }, {
31
+ title: '设备名称',
32
+ dataIndex: 'deviceName',
33
+ key: 'deviceName'
34
+ }, {
35
+ title: '监测因子',
36
+ dataIndex: 'factorName',
37
+ key: 'factorName',
38
+ width: 100
39
+ }, {
40
+ title: '报警数值',
41
+ dataIndex: 'alarmData',
42
+ key: 'alarmData'
43
+ }, {
44
+ title: '报警等级',
45
+ dataIndex: 'alarmGradeLevel',
46
+ key: 'alarmGradeLevel'
47
+ }, {
48
+ title: '报警描述',
49
+ dataIndex: 'alarmDescription',
50
+ key: 'alarmDescription'
51
+ }, {
52
+ title: '开始时间',
53
+ dataIndex: 'alarmStartTime',
54
+ key: 'alarmStartTime',
55
+ width: 130,
56
+ sortType: 'time'
57
+ }, {
58
+ title: '结束时间',
59
+ dataIndex: 'alarmEndTime',
60
+ key: 'alarmEndTime',
61
+ width: 130,
62
+ sortType: 'time'
63
+ }, {
64
+ title: '报警时长',
65
+ dataIndex: 'durationTime',
66
+ key: 'durationTime',
67
+ sortType: 'number'
68
+ }, {
69
+ title: '报警状态',
70
+ dataIndex: 'alarmStatusName',
71
+ key: 'alarmStatusName'
72
+ }];
73
+ return /*#__PURE__*/_react["default"].createElement("div", {
74
+ className: "alarm-trend"
75
+ }, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], {
76
+ columns: columns,
77
+ dataSource: recordData,
78
+ height: 500
79
+ }));
80
+ }
81
+ var _default = AlarmRecord;
82
+ exports["default"] = _default;
83
+ //# sourceMappingURL=AlarmRecord.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlarmRecord.js","names":["AlarmRecord","props","id","publicUrlJCSS","filterParams","Service","UseRecordAlarm","recordData","columns","title","dataIndex","key","width","sortType","React","createElement","className","VmTable","dataSource","height"],"sources":["vm-alarm-info/Components/AlarmRecord.js"],"sourcesContent":["/**\n * 报警记录\n */\nimport React from 'react';\nimport VmTable from '../../vm-table';\nimport { Service } from '../api';\nimport './index.less';\nfunction AlarmRecord(props) {\n const { id, publicUrlJCSS, filterParams } = props;\n const { recordData } = Service.UseRecordAlarm({\n id,\n publicUrlJCSS,\n filterParams,\n });\n const columns = [\n { title: '报警类型', dataIndex: 'alarmTypeName', key: 'alarmTypeName' },\n { title: '设备名称', dataIndex: 'deviceName', key: 'deviceName' },\n { title: '监测因子', dataIndex: 'factorName', key: 'factorName', width: 100 },\n { title: '报警数值', dataIndex: 'alarmData', key: 'alarmData' },\n { title: '报警等级', dataIndex: 'alarmGradeLevel', key: 'alarmGradeLevel' },\n { title: '报警描述', dataIndex: 'alarmDescription', key: 'alarmDescription' },\n {\n title: '开始时间',\n dataIndex: 'alarmStartTime',\n key: 'alarmStartTime',\n width: 130,\n sortType: 'time',\n },\n {\n title: '结束时间',\n dataIndex: 'alarmEndTime',\n key: 'alarmEndTime',\n width: 130,\n sortType: 'time',\n },\n { title: '报警时长', dataIndex: 'durationTime', key: 'durationTime', sortType: 'number' },\n { title: '报警状态', dataIndex: 'alarmStatusName', key: 'alarmStatusName' },\n ];\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(VmTable, { columns: columns, dataSource: recordData, height: 500 })));\n}\nexport default AlarmRecord;\n"],"mappings":";;;;;;AAGA;AACA;AACA;AACA;AAAsB;AANtB;AACA;AACA;;AAKA,SAASA,WAAW,CAACC,KAAK,EAAE;EACxB,IAAQC,EAAE,GAAkCD,KAAK,CAAzCC,EAAE;IAAEC,aAAa,GAAmBF,KAAK,CAArCE,aAAa;IAAEC,YAAY,GAAKH,KAAK,CAAtBG,YAAY;EACvC,4BAAuBC,YAAO,CAACC,cAAc,CAAC;MAC1CJ,EAAE,EAAFA,EAAE;MACFC,aAAa,EAAbA,aAAa;MACbC,YAAY,EAAZA;IACJ,CAAC,CAAC;IAJMG,UAAU,yBAAVA,UAAU;EAKlB,IAAMC,OAAO,GAAG,CACZ;IAAEC,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,eAAe;IAAEC,GAAG,EAAE;EAAgB,CAAC,EACnE;IAAEF,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,YAAY;IAAEC,GAAG,EAAE;EAAa,CAAC,EAC7D;IAAEF,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,YAAY;IAAEC,GAAG,EAAE,YAAY;IAAEC,KAAK,EAAE;EAAI,CAAC,EACzE;IAAEH,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,WAAW;IAAEC,GAAG,EAAE;EAAY,CAAC,EAC3D;IAAEF,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,iBAAiB;IAAEC,GAAG,EAAE;EAAkB,CAAC,EACvE;IAAEF,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,kBAAkB;IAAEC,GAAG,EAAE;EAAmB,CAAC,EACzE;IACIF,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,gBAAgB;IAC3BC,GAAG,EAAE,gBAAgB;IACrBC,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IACIJ,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,cAAc;IACzBC,GAAG,EAAE,cAAc;IACnBC,KAAK,EAAE,GAAG;IACVC,QAAQ,EAAE;EACd,CAAC,EACD;IAAEJ,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,cAAc;IAAEC,GAAG,EAAE,cAAc;IAAEE,QAAQ,EAAE;EAAS,CAAC,EACrF;IAAEJ,KAAK,EAAE,MAAM;IAAEC,SAAS,EAAE,iBAAiB;IAAEC,GAAG,EAAE;EAAkB,CAAC,CAC1E;EACD,oBAAQG,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,mBAAO,EAAE;IAAET,OAAO,EAAEA,OAAO;IAAEU,UAAU,EAAEX,UAAU;IAAEY,MAAM,EAAE;EAAI,CAAC,CAAC,CAAC;AAChG;AAAC,eACcnB,WAAW;AAAA"}
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _vmFilter = require("../../vm-filter");
10
+ var _vmCharts = require("../../vm-charts");
11
+ var _api = require("../api");
12
+ var _moment = _interopRequireDefault(require("moment"));
13
+ require("./index.less");
14
+ var _components = require("../../vm-common-components/components");
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
16
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
17
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
18
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
19
+ 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."); }
20
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
21
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
22
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
23
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
24
+ var defaultDate = (0, _moment["default"])();
25
+ function AlarmStatistics(props) {
26
+ var _useState = (0, _react.useState)(defaultDate),
27
+ _useState2 = _slicedToArray(_useState, 2),
28
+ date = _useState2[0],
29
+ setDate = _useState2[1];
30
+ var _useState3 = (0, _react.useState)(1),
31
+ _useState4 = _slicedToArray(_useState3, 2),
32
+ radioKey = _useState4[0],
33
+ setRadioKey = _useState4[1];
34
+ var id = props.id,
35
+ publicUrlJCSS = props.publicUrlJCSS,
36
+ filterParams = props.filterParams;
37
+ var items = [{
38
+ type: 'radio',
39
+ defaultValue: 1,
40
+ itemProps: {
41
+ options: [{
42
+ label: '日',
43
+ value: 1
44
+ }, {
45
+ label: '月',
46
+ value: 2
47
+ }, {
48
+ label: '年',
49
+ value: 3
50
+ }],
51
+ onChange: function onChange(e) {
52
+ var dateObj = {
53
+ 1: (0, _moment["default"])().format('YYYY-MM-DD'),
54
+ 2: (0, _moment["default"])().format('YYYY-MM'),
55
+ 3: (0, _moment["default"])().format('YYYY')
56
+ };
57
+ setRadioKey(e.target.value);
58
+ // @ts-ignore
59
+ setDate(dateObj[e.target.value]);
60
+ }
61
+ }
62
+ }];
63
+ var typeObj = {
64
+ 1: 'day',
65
+ 2: 'month',
66
+ 3: 'year'
67
+ };
68
+ // @ts-ignore
69
+ var start = typeObj[radioKey];
70
+ var _Service$UseAlarmData = _api.Service.UseAlarmData({
71
+ id: id,
72
+ publicUrlJCSS: publicUrlJCSS,
73
+ startTime: (0, _moment["default"])(date).startOf(start).format('YYYY-MM-DD HH:mm:ss'),
74
+ endTime: (0, _moment["default"])().format('YYYY-MM-DD HH:mm:ss'),
75
+ timeType: radioKey,
76
+ filterParams: filterParams
77
+ }),
78
+ alarmData = _Service$UseAlarmData.alarmData;
79
+ return /*#__PURE__*/_react["default"].createElement("div", {
80
+ className: "alarm-trend"
81
+ }, /*#__PURE__*/_react["default"].createElement(_vmFilter.VmFilterItem, {
82
+ items: items
83
+ }), (alarmData === null || alarmData === void 0 ? void 0 : alarmData.length) ? /*#__PURE__*/_react["default"].createElement(_vmCharts.Pie, {
84
+ data: alarmData,
85
+ name: "",
86
+ style: {
87
+ height: 180
88
+ },
89
+ exportShow: false
90
+ }) : /*#__PURE__*/_react["default"].createElement(_components.NoData, {
91
+ type: "NO_CHART",
92
+ style: {
93
+ height: 180
94
+ }
95
+ }));
96
+ }
97
+ var _default = AlarmStatistics;
98
+ exports["default"] = _default;
99
+ //# sourceMappingURL=AlarmStatistics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlarmStatistics.js","names":["defaultDate","moment","AlarmStatistics","props","useState","date","setDate","radioKey","setRadioKey","id","publicUrlJCSS","filterParams","items","type","defaultValue","itemProps","options","label","value","onChange","e","dateObj","format","target","typeObj","start","Service","UseAlarmData","startTime","startOf","endTime","timeType","alarmData","React","createElement","className","VmFilterItem","length","Pie","data","name","style","height","exportShow","NoData"],"sources":["vm-alarm-info/Components/AlarmStatistics.js"],"sourcesContent":["/**\n * 报警统计\n */\nimport React, { useState } from 'react';\nimport { VmFilterItem } from '../../vm-filter';\nimport { Pie } from '../../vm-charts';\nimport { Service } from '../api';\nimport moment from 'moment';\nimport './index.less';\nimport { NoData } from '../../vm-common-components/components';\nconst defaultDate = moment();\nfunction AlarmStatistics(props) {\n const [date, setDate] = useState(defaultDate);\n const [radioKey, setRadioKey] = useState(1);\n const { id, publicUrlJCSS, filterParams } = props;\n const items = [\n {\n type: 'radio',\n defaultValue: 1,\n itemProps: {\n options: [\n { label: '日', value: 1 },\n { label: '月', value: 2 },\n { label: '年', value: 3 },\n ],\n onChange: (e) => {\n const dateObj = {\n 1: moment().format('YYYY-MM-DD'),\n 2: moment().format('YYYY-MM'),\n 3: moment().format('YYYY'),\n };\n setRadioKey(e.target.value);\n // @ts-ignore\n setDate(dateObj[e.target.value]);\n },\n },\n },\n ];\n const typeObj = {\n 1: 'day',\n 2: 'month',\n 3: 'year',\n };\n // @ts-ignore\n const start = typeObj[radioKey];\n const { alarmData } = Service.UseAlarmData({\n id,\n publicUrlJCSS,\n startTime: moment(date)\n .startOf(start)\n .format('YYYY-MM-DD HH:mm:ss'),\n endTime: moment().format('YYYY-MM-DD HH:mm:ss'),\n timeType: radioKey,\n filterParams,\n });\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(VmFilterItem, { items: items }),\n (alarmData === null || alarmData === void 0 ? void 0 : alarmData.length) ? (React.createElement(Pie, { data: alarmData, name: \"\", style: { height: 180 }, exportShow: false })) : (React.createElement(NoData, { type: \"NO_CHART\", style: { height: 180 } }))));\n}\nexport default AlarmStatistics;\n"],"mappings":";;;;;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AAA+D;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC/D,IAAMA,WAAW,GAAG,IAAAC,kBAAM,GAAE;AAC5B,SAASC,eAAe,CAACC,KAAK,EAAE;EAC5B,gBAAwB,IAAAC,eAAQ,EAACJ,WAAW,CAAC;IAAA;IAAtCK,IAAI;IAAEC,OAAO;EACpB,iBAAgC,IAAAF,eAAQ,EAAC,CAAC,CAAC;IAAA;IAApCG,QAAQ;IAAEC,WAAW;EAC5B,IAAQC,EAAE,GAAkCN,KAAK,CAAzCM,EAAE;IAAEC,aAAa,GAAmBP,KAAK,CAArCO,aAAa;IAAEC,YAAY,GAAKR,KAAK,CAAtBQ,YAAY;EACvC,IAAMC,KAAK,GAAG,CACV;IACIC,IAAI,EAAE,OAAO;IACbC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;MACPC,OAAO,EAAE,CACL;QAAEC,KAAK,EAAE,GAAG;QAAEC,KAAK,EAAE;MAAE,CAAC,EACxB;QAAED,KAAK,EAAE,GAAG;QAAEC,KAAK,EAAE;MAAE,CAAC,EACxB;QAAED,KAAK,EAAE,GAAG;QAAEC,KAAK,EAAE;MAAE,CAAC,CAC3B;MACDC,QAAQ,EAAE,kBAACC,CAAC,EAAK;QACb,IAAMC,OAAO,GAAG;UACZ,CAAC,EAAE,IAAApB,kBAAM,GAAE,CAACqB,MAAM,CAAC,YAAY,CAAC;UAChC,CAAC,EAAE,IAAArB,kBAAM,GAAE,CAACqB,MAAM,CAAC,SAAS,CAAC;UAC7B,CAAC,EAAE,IAAArB,kBAAM,GAAE,CAACqB,MAAM,CAAC,MAAM;QAC7B,CAAC;QACDd,WAAW,CAACY,CAAC,CAACG,MAAM,CAACL,KAAK,CAAC;QAC3B;QACAZ,OAAO,CAACe,OAAO,CAACD,CAAC,CAACG,MAAM,CAACL,KAAK,CAAC,CAAC;MACpC;IACJ;EACJ,CAAC,CACJ;EACD,IAAMM,OAAO,GAAG;IACZ,CAAC,EAAE,KAAK;IACR,CAAC,EAAE,OAAO;IACV,CAAC,EAAE;EACP,CAAC;EACD;EACA,IAAMC,KAAK,GAAGD,OAAO,CAACjB,QAAQ,CAAC;EAC/B,4BAAsBmB,YAAO,CAACC,YAAY,CAAC;MACvClB,EAAE,EAAFA,EAAE;MACFC,aAAa,EAAbA,aAAa;MACbkB,SAAS,EAAE,IAAA3B,kBAAM,EAACI,IAAI,CAAC,CAClBwB,OAAO,CAACJ,KAAK,CAAC,CACdH,MAAM,CAAC,qBAAqB,CAAC;MAClCQ,OAAO,EAAE,IAAA7B,kBAAM,GAAE,CAACqB,MAAM,CAAC,qBAAqB,CAAC;MAC/CS,QAAQ,EAAExB,QAAQ;MAClBI,YAAY,EAAZA;IACJ,CAAC,CAAC;IATMqB,SAAS,yBAATA,SAAS;EAUjB,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,sBAAY,EAAE;IAAExB,KAAK,EAAEA;EAAM,CAAC,CAAC,EACnD,CAACoB,SAAS,KAAK,IAAI,IAAIA,SAAS,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,SAAS,CAACK,MAAM,iBAAKJ,iBAAK,CAACC,aAAa,CAACI,aAAG,EAAE;IAAEC,IAAI,EAAEP,SAAS;IAAEQ,IAAI,EAAE,EAAE;IAAEC,KAAK,EAAE;MAAEC,MAAM,EAAE;IAAI,CAAC;IAAEC,UAAU,EAAE;EAAM,CAAC,CAAC,gBAAKV,iBAAK,CAACC,aAAa,CAACU,kBAAM,EAAE;IAAE/B,IAAI,EAAE,UAAU;IAAE4B,KAAK,EAAE;MAAEC,MAAM,EAAE;IAAI;EAAE,CAAC,CAAE,CAAC;AACtQ;AAAC,eACcxC,eAAe;AAAA"}
@@ -0,0 +1,203 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _vmFilter = require("../../vm-filter");
10
+ var _vmCharts = require("../../vm-charts");
11
+ require("./index.less");
12
+ var _moment = _interopRequireDefault(require("moment"));
13
+ var _utils = require("@vtx/utils");
14
+ var _useSettings2 = _interopRequireDefault(require("../../vm-hooks/useSettings"));
15
+ var _components = require("../../vm-common-components/components");
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
18
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
20
+ 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."); }
21
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
22
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
23
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
24
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
25
+ function AlarmTrend(props) {
26
+ var id = props.id,
27
+ publicUrlJCSS = props.publicUrlJCSS,
28
+ filterParams = props.filterParams;
29
+ var _useState = (0, _react.useState)(''),
30
+ _useState2 = _slicedToArray(_useState, 2),
31
+ alarmType = _useState2[0],
32
+ setAlarmType = _useState2[1];
33
+ var _useState3 = (0, _react.useState)(1),
34
+ _useState4 = _slicedToArray(_useState3, 2),
35
+ timeType = _useState4[0],
36
+ setTimeType = _useState4[1];
37
+ var _useState5 = (0, _react.useState)([]),
38
+ _useState6 = _slicedToArray(_useState5, 2),
39
+ trendData = _useState6[0],
40
+ setAlarmTrendData = _useState6[1];
41
+ var _useState7 = (0, _react.useState)([]),
42
+ _useState8 = _slicedToArray(_useState7, 2),
43
+ xData = _useState8[0],
44
+ setXData = _useState8[1];
45
+ var _useState9 = (0, _react.useState)([(0, _moment["default"])().format('YYYY-MM-DD 00:00:00'), (0, _moment["default"])().format('YYYY-MM-DD 23:59:59')]),
46
+ _useState10 = _slicedToArray(_useState9, 2),
47
+ rangeTime = _useState10[0],
48
+ setRangeTime = _useState10[1];
49
+ (0, _react.useEffect)(function () {
50
+ getAlarmTrend();
51
+ }, [alarmType, timeType, rangeTime]);
52
+ var _useSettings = (0, _useSettings2["default"])(),
53
+ theme = _useSettings.theme;
54
+ var getAlarmTrend = function getAlarmTrend() {
55
+ var time = {
56
+ 1: {
57
+ startTime: (0, _moment["default"])(rangeTime[0]).format('YYYY-MM-DD 00:00:00'),
58
+ endTime: (0, _moment["default"])(rangeTime[1]).format('YYYY-MM-DD 23:59:59')
59
+ },
60
+ 2: {
61
+ startTime: (0, _moment["default"])(rangeTime[0]).format('YYYY-MM-01 00:00:00'),
62
+ endTime: (0, _moment["default"])(rangeTime[1]).format('YYYY-MM-DD 23:59:59')
63
+ },
64
+ 3: {
65
+ startTime: (0, _moment["default"])(rangeTime[0]).format('YYYY-01-01 00:00:00'),
66
+ endTime: (0, _moment["default"])(rangeTime[1]).format('YYYY-MM-DD 23:59:59')
67
+ }
68
+ }[timeType];
69
+ _utils.request.get("".concat(publicUrlJCSS, "/api/facility/warnTrend"), {
70
+ data: Object.assign(Object.assign({
71
+ isTotal: true,
72
+ alarmType: alarmType,
73
+ compareType: '1',
74
+ facilityId: id,
75
+ timeType: timeType
76
+ }, time), filterParams || {})
77
+ }).then(function (res) {
78
+ if (String(res === null || res === void 0 ? void 0 : res.result) === '0' && (res === null || res === void 0 ? void 0 : res.data)) {
79
+ var newData = [];
80
+ var _xData = [];
81
+ res.data.map(function (v) {
82
+ newData.push(v.warnCount);
83
+ _xData.push(v.recordTime);
84
+ });
85
+ var alarmTrendData = [{
86
+ name: '次数',
87
+ data: newData,
88
+ areaStyle: {
89
+ opacity: 0.4
90
+ },
91
+ label: {
92
+ show: true,
93
+ position: 'top',
94
+ formatter: function formatter(v) {
95
+ var _a;
96
+ var data = (_a = res.data[v === null || v === void 0 ? void 0 : v.dataIndex]) === null || _a === void 0 ? void 0 : _a.compareValue;
97
+ if (data || String(data) === '0') {
98
+ if (data > 0) {
99
+ return "{a|+".concat(data, "%}");
100
+ } else if (data < 0) {
101
+ return "{b|".concat(data, "%}");
102
+ } else {
103
+ return "{c|".concat(data, "%}");
104
+ }
105
+ }
106
+ },
107
+ rich: {
108
+ a: {
109
+ color: '#D9001B'
110
+ },
111
+ b: {
112
+ color: '#99B603'
113
+ },
114
+ c: {
115
+ color: '#fff'
116
+ }
117
+ }
118
+ }
119
+ }];
120
+ setAlarmTrendData(alarmTrendData);
121
+ setXData(_xData);
122
+ }
123
+ });
124
+ };
125
+ var typeItems = [{
126
+ type: 'radio',
127
+ label: '',
128
+ defaultValue: '',
129
+ itemProps: {
130
+ options: [{
131
+ title: '全部',
132
+ value: ''
133
+ }, {
134
+ title: '监测阈值',
135
+ value: '1'
136
+ }, {
137
+ title: '设备故障',
138
+ value: '2'
139
+ }, {
140
+ title: '设备离线',
141
+ value: '3'
142
+ }]
143
+ },
144
+ onChange: function onChange(e) {
145
+ setAlarmType(e.target.value);
146
+ }
147
+ }];
148
+ var dateItem = [{
149
+ type: 'radioDate',
150
+ itemProps: {
151
+ options: [{
152
+ title: '日',
153
+ value: 'date'
154
+ }, {
155
+ title: '月',
156
+ value: 'month'
157
+ }, {
158
+ title: '年',
159
+ value: 'year'
160
+ }],
161
+ defaultTimeValue: (0, _moment["default"])(),
162
+ onRadioChange: function onRadioChange(e) {
163
+ var time = {
164
+ date: 1,
165
+ month: 2,
166
+ year: 3
167
+ };
168
+ // @ts-ignore
169
+ setTimeType(time[e.target.value]);
170
+ },
171
+ onTimeChange: setRangeTime
172
+ },
173
+ defaultValue: 'date'
174
+ }];
175
+ return /*#__PURE__*/_react["default"].createElement(_components.Container, {
176
+ title: "\u62A5\u8B66\u8D8B\u52BF",
177
+ style: {
178
+ height: 470
179
+ },
180
+ extraContent: /*#__PURE__*/_react["default"].createElement(_vmFilter.VmFilterItem, {
181
+ items: dateItem
182
+ })
183
+ }, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
184
+ className: "item ".concat(theme)
185
+ }, /*#__PURE__*/_react["default"].createElement(_vmFilter.VmFilterItem, {
186
+ items: typeItems
187
+ })), /*#__PURE__*/_react["default"].createElement("div", {
188
+ className: "alarm-trend"
189
+ }, /*#__PURE__*/_react["default"].createElement(_vmCharts.Line, {
190
+ style: {
191
+ height: 300
192
+ },
193
+ wrapStyle: {
194
+ background: 'transparent'
195
+ },
196
+ data: trendData,
197
+ xAxis: xData,
198
+ exportShow: true
199
+ }))));
200
+ }
201
+ var _default = AlarmTrend;
202
+ exports["default"] = _default;
203
+ //# sourceMappingURL=AlarmTrend.js.map