@ued_fpi/data-visual 1.2.6 → 1.2.7

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 (317) hide show
  1. package/dist/es/aims/src/AirQualityCalendar/index.vue.mjs +1 -0
  2. package/dist/es/aims/src/common/BasicEcharts/index.vue.mjs +6 -4
  3. package/dist/es/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
  4. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
  5. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +49 -28
  6. package/dist/es/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
  7. package/dist/es/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
  8. package/dist/es/bmp/src/EarlyWarningEvent/index.vue.mjs +45 -30
  9. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.mjs +1 -1
  10. package/dist/es/bmp/src/EventList/index.d.ts +23 -2
  11. package/dist/es/bmp/src/EventList/index.vue.d.ts +13 -1
  12. package/dist/es/bmp/src/EventList/index.vue.mjs +12 -2
  13. package/dist/es/bmp/src/ReportEvent/index.d.ts +30 -0
  14. package/dist/es/bmp/src/ReportEvent/index.vue.d.ts +18 -0
  15. package/dist/es/bmp/src/ReportEvent/index.vue.mjs +46 -31
  16. package/dist/es/bmp/src/ReportEvent/utils/echarts/echartsOptions.mjs +1 -1
  17. package/dist/es/ipes/src/AccessVehicleManage/index.d.ts +75 -39
  18. package/dist/es/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
  19. package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +60 -151
  20. package/dist/es/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
  21. package/dist/es/ipes/src/AccessVehicleManage/types/index.mjs +36 -0
  22. package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +3 -0
  23. package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +3 -0
  24. package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +3 -0
  25. package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +3 -0
  26. package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +3 -0
  27. package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +3 -0
  28. package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +3 -0
  29. package/dist/es/ipes/src/AirQuality/index.vue.mjs +100 -123
  30. package/dist/es/ipes/src/AirQuality/type.d.ts +10 -10
  31. package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +69 -124
  32. package/dist/es/ipes/src/AlarmManage/index.d.ts +71 -3
  33. package/dist/es/ipes/src/AlarmManage/index.vue.d.ts +45 -1
  34. package/dist/es/ipes/src/AlarmManage/index.vue.mjs +59 -75
  35. package/dist/es/ipes/src/BusinessManage/index.d.ts +89 -3
  36. package/dist/es/ipes/src/BusinessManage/index.vue.d.ts +56 -1
  37. package/dist/es/ipes/src/BusinessManage/index.vue.mjs +38 -56
  38. package/dist/es/ipes/src/EmergencyDuty/index.d.ts +36 -12
  39. package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
  40. package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +9 -44
  41. package/dist/es/ipes/src/EmergencyResources/index.d.ts +36 -12
  42. package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
  43. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +7 -37
  44. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +1 -1
  45. package/dist/es/ipes/src/EnvManage/index.d.ts +0 -36
  46. package/dist/es/ipes/src/EnvManage/index.vue.d.ts +1 -18
  47. package/dist/es/ipes/src/EnvManage/index.vue.mjs +99 -96
  48. package/dist/es/ipes/src/EnvManage/type.d.ts +6 -3
  49. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
  50. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
  51. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +87 -213
  52. package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
  53. package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +45 -0
  54. package/dist/es/ipes/src/InspectionManage/index.d.ts +93 -24
  55. package/dist/es/ipes/src/InspectionManage/index.vue.d.ts +65 -18
  56. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +42 -94
  57. package/dist/es/ipes/src/Level3AirDefense/images/empty.png.mjs +2 -2
  58. package/dist/es/ipes/src/Level3AirDefense/index.d.ts +50 -3
  59. package/dist/es/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
  60. package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +27 -27
  61. package/dist/es/ipes/src/OdorControl/index.d.ts +24 -0
  62. package/dist/es/ipes/src/OdorControl/index.vue.d.ts +15 -0
  63. package/dist/es/ipes/src/OdorControl/index.vue.mjs +71 -79
  64. package/dist/es/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
  65. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -1
  66. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
  67. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +41 -66
  68. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue2.mjs +4 -2
  69. package/dist/es/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
  70. package/dist/es/ipes/src/SealingManage/index.d.ts +130 -58
  71. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +79 -67
  72. package/dist/es/ipes/src/SealingManage/index.vue.mjs +85 -240
  73. package/dist/es/ipes/src/SealingManage/types/index.d.ts +58 -2
  74. package/dist/es/ipes/src/SealingManage/types/index.mjs +73 -0
  75. package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +33 -12
  76. package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
  77. package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +14 -30
  78. package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +2 -2
  79. package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +153 -39
  80. package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
  81. package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +112 -187
  82. package/dist/es/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
  83. package/dist/es/ipes/src/WaterNetworkManage/types/index.mjs +43 -0
  84. package/dist/es/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
  85. package/dist/es/ipes/src/common/RealTimeAir.vue.mjs +97 -0
  86. package/dist/es/ipes/src/common/RealTimeAir.vue2.mjs +3 -0
  87. package/dist/es/ipes/src/common/RealTimeAir.vue3.mjs +6 -0
  88. package/dist/es/ipes/src/common/types.d.ts +7 -0
  89. package/dist/es/style.css +3 -3
  90. package/dist/es/utils.d.ts +13 -0
  91. package/dist/es/utils.mjs +41 -1
  92. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +21 -24
  93. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +10 -12
  94. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +3 -11
  95. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.mjs +1 -1
  96. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.mjs +3 -0
  97. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.mjs +3 -0
  98. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.mjs +3 -0
  99. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +8 -3
  100. package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
  101. package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
  102. package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +20 -20
  103. package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +8 -8
  104. package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
  105. package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +39 -37
  106. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +7 -10
  107. package/dist/es/wgms/src/LakeRiverIndex/images/0.svg.mjs +1 -1
  108. package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +23 -19
  109. package/dist/es/wgms/src/PollutionSourceControl/index.vue.mjs +11 -11
  110. package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +22 -40
  111. package/dist/es/wgms/src/SubordinateRanking/index.vue.mjs +3 -3
  112. package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +6 -4
  113. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +20 -25
  114. package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +3 -11
  115. package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +4 -2
  116. package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +17 -18
  117. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +39 -45
  118. package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +8 -13
  119. package/dist/es/wgms/src/common/ProgressBar.vue.mjs +3 -3
  120. package/dist/{lib/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → es/wgms/src/common/common-arrow.vue.d.ts} +6 -5
  121. package/dist/es/wgms/src/common/common-arrow.vue.mjs +26 -0
  122. package/dist/es/wgms/src/common/common-arrow.vue2.mjs +3 -0
  123. package/dist/es/wgms/src/common/common-arrow.vue3.mjs +6 -0
  124. package/dist/es/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
  125. package/dist/es/wgms/utils/echarts/BaseECharts.vue.mjs +103 -0
  126. package/dist/es/wgms/utils/echarts/BaseECharts.vue2.mjs +5 -0
  127. package/dist/es/wgms/utils/echarts/echartsOptions.mjs +1 -1
  128. package/dist/es/wgms/utils/echarts/index.d.ts +0 -12
  129. package/dist/es/wgms/utils/echarts/index.mjs +19 -29
  130. package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +1 -0
  131. package/dist/lib/aims/src/common/BasicEcharts/index.vue.js +7 -24
  132. package/dist/lib/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
  133. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
  134. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +48 -27
  135. package/dist/lib/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
  136. package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
  137. package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.js +46 -31
  138. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.js +1 -1
  139. package/dist/lib/bmp/src/EventList/index.d.ts +23 -2
  140. package/dist/lib/bmp/src/EventList/index.vue.d.ts +13 -1
  141. package/dist/lib/bmp/src/EventList/index.vue.js +12 -2
  142. package/dist/lib/bmp/src/ReportEvent/index.d.ts +30 -0
  143. package/dist/lib/bmp/src/ReportEvent/index.vue.d.ts +18 -0
  144. package/dist/lib/bmp/src/ReportEvent/index.vue.js +47 -32
  145. package/dist/lib/bmp/src/ReportEvent/utils/echarts/echartsOptions.js +1 -1
  146. package/dist/lib/ipes/src/AccessVehicleManage/index.d.ts +75 -39
  147. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
  148. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +58 -149
  149. package/dist/lib/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
  150. package/dist/lib/ipes/src/AccessVehicleManage/types/index.js +40 -0
  151. package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +7 -0
  152. package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +7 -0
  153. package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +7 -0
  154. package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +7 -0
  155. package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +7 -0
  156. package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +7 -0
  157. package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +7 -0
  158. package/dist/lib/ipes/src/AirQuality/index.vue.js +99 -122
  159. package/dist/lib/ipes/src/AirQuality/type.d.ts +10 -10
  160. package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +68 -123
  161. package/dist/lib/ipes/src/AlarmManage/index.d.ts +71 -3
  162. package/dist/lib/ipes/src/AlarmManage/index.vue.d.ts +45 -1
  163. package/dist/lib/ipes/src/AlarmManage/index.vue.js +58 -74
  164. package/dist/lib/ipes/src/BusinessManage/index.d.ts +89 -3
  165. package/dist/lib/ipes/src/BusinessManage/index.vue.d.ts +56 -1
  166. package/dist/lib/ipes/src/BusinessManage/index.vue.js +37 -55
  167. package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +36 -12
  168. package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
  169. package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +8 -43
  170. package/dist/lib/ipes/src/EmergencyResources/index.d.ts +36 -12
  171. package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
  172. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +6 -36
  173. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +1 -1
  174. package/dist/lib/ipes/src/EnvManage/index.d.ts +0 -36
  175. package/dist/lib/ipes/src/EnvManage/index.vue.d.ts +1 -18
  176. package/dist/lib/ipes/src/EnvManage/index.vue.js +99 -96
  177. package/dist/lib/ipes/src/EnvManage/type.d.ts +6 -3
  178. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
  179. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
  180. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +86 -212
  181. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
  182. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +49 -0
  183. package/dist/lib/ipes/src/InspectionManage/index.d.ts +93 -24
  184. package/dist/lib/ipes/src/InspectionManage/index.vue.d.ts +65 -18
  185. package/dist/lib/ipes/src/InspectionManage/index.vue.js +41 -93
  186. package/dist/lib/ipes/src/Level3AirDefense/images/empty.png.js +2 -2
  187. package/dist/lib/ipes/src/Level3AirDefense/index.d.ts +50 -3
  188. package/dist/lib/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
  189. package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +25 -25
  190. package/dist/lib/ipes/src/OdorControl/index.d.ts +24 -0
  191. package/dist/lib/ipes/src/OdorControl/index.vue.d.ts +15 -0
  192. package/dist/lib/ipes/src/OdorControl/index.vue.js +70 -78
  193. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
  194. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +0 -1
  195. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
  196. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +41 -66
  197. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue2.js +4 -2
  198. package/dist/lib/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
  199. package/dist/lib/ipes/src/SealingManage/index.d.ts +130 -58
  200. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +79 -67
  201. package/dist/lib/ipes/src/SealingManage/index.vue.js +84 -239
  202. package/dist/lib/ipes/src/SealingManage/types/index.d.ts +58 -2
  203. package/dist/lib/ipes/src/SealingManage/types/index.js +77 -0
  204. package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +33 -12
  205. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
  206. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +13 -29
  207. package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +2 -2
  208. package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +153 -39
  209. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
  210. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +109 -184
  211. package/dist/lib/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
  212. package/dist/lib/ipes/src/WaterNetworkManage/types/index.js +47 -0
  213. package/dist/lib/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
  214. package/dist/lib/ipes/src/common/RealTimeAir.vue.js +101 -0
  215. package/dist/lib/ipes/src/common/RealTimeAir.vue2.js +7 -0
  216. package/dist/lib/ipes/src/common/RealTimeAir.vue3.js +10 -0
  217. package/dist/lib/ipes/src/common/types.d.ts +7 -0
  218. package/dist/lib/style.css +3 -3
  219. package/dist/lib/utils.d.ts +13 -0
  220. package/dist/lib/utils.js +43 -0
  221. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +20 -23
  222. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +10 -12
  223. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +3 -11
  224. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.js +1 -1
  225. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.js +7 -0
  226. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.js +7 -0
  227. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.js +7 -0
  228. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +7 -2
  229. package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
  230. package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
  231. package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +19 -19
  232. package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +8 -8
  233. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
  234. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +40 -38
  235. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +6 -9
  236. package/dist/lib/wgms/src/LakeRiverIndex/images/0.svg.js +1 -1
  237. package/dist/lib/wgms/src/NPTrendChange/index.vue.js +22 -18
  238. package/dist/lib/wgms/src/PollutionSourceControl/index.vue.js +11 -11
  239. package/dist/lib/wgms/src/SevenDayKline/index.vue.js +21 -39
  240. package/dist/lib/wgms/src/SubordinateRanking/index.vue.js +3 -3
  241. package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +6 -4
  242. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +19 -24
  243. package/dist/lib/wgms/src/UpstreamSection/index.vue.js +3 -11
  244. package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +4 -2
  245. package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +16 -17
  246. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +38 -44
  247. package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +7 -12
  248. package/dist/lib/wgms/src/common/ProgressBar.vue.js +3 -3
  249. package/dist/{es/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → lib/wgms/src/common/common-arrow.vue.d.ts} +6 -5
  250. package/dist/lib/wgms/src/common/common-arrow.vue.js +30 -0
  251. package/dist/lib/wgms/src/common/common-arrow.vue2.js +7 -0
  252. package/dist/lib/wgms/src/common/common-arrow.vue3.js +10 -0
  253. package/dist/lib/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
  254. package/dist/lib/wgms/utils/echarts/BaseECharts.vue.js +107 -0
  255. package/dist/lib/wgms/utils/echarts/BaseECharts.vue2.js +9 -0
  256. package/dist/lib/wgms/utils/echarts/echartsOptions.js +1 -1
  257. package/dist/lib/wgms/utils/echarts/index.d.ts +0 -12
  258. package/dist/lib/wgms/utils/echarts/index.js +19 -29
  259. package/dist/style/base.css +120 -26
  260. package/dist/style/style-bmp.css +1 -1
  261. package/dist/style/style-ipes.css +1 -1
  262. package/dist/style/style-wgms.css +1 -1
  263. package/package.json +2 -2
  264. package/dist/es/bmp/src/AlgaeMonitoring/images/checked.png.mjs +0 -3
  265. package/dist/es/bmp/src/AlgaeMonitoring/images/today-alarm.png.mjs +0 -3
  266. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
  267. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.mjs +0 -40
  268. package/dist/es/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
  269. package/dist/es/bmp/src/ReportEvent/utils/echarts/index.mjs +0 -40
  270. package/dist/es/ipes/src/AccessVehicleManage/images/module-title-icon.png.mjs +0 -3
  271. package/dist/es/ipes/src/AlarmManage/images/modeluIcon.png.mjs +0 -3
  272. package/dist/es/ipes/src/HazardousVehicleManage/images/module-title-icon.png.mjs +0 -3
  273. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.mjs +0 -25
  274. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue2.mjs +0 -3
  275. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue3.mjs +0 -6
  276. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue3.mjs +0 -6
  277. package/dist/es/ipes/src/SealingManage/images/module-title-icon.png.mjs +0 -3
  278. package/dist/es/ipes/src/WaterNetworkManage/images/module-title-icon.png.mjs +0 -3
  279. package/dist/es/ipes/src/WaterNetworkManage/images/water-leakage.png.mjs +0 -3
  280. package/dist/es/ipes/src/WaterNetworkManage/images/water-total.png.mjs +0 -3
  281. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.mjs +0 -3
  282. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.mjs +0 -3
  283. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.mjs +0 -3
  284. package/dist/es/wgms/src/WaterQualityClassification/images/down.svg.mjs +0 -3
  285. package/dist/es/wgms/src/WaterQualityClassification/images/right.svg.mjs +0 -3
  286. package/dist/es/wgms/src/WaterQualityClassification/images/up.svg.mjs +0 -3
  287. package/dist/es/wgms/src/WaterQualityStatus/images/down.svg.mjs +0 -3
  288. package/dist/es/wgms/src/WaterQualityStatus/images/right.svg.mjs +0 -3
  289. package/dist/es/wgms/src/WaterQualityStatus/images/up.svg.mjs +0 -3
  290. package/dist/lib/bmp/src/AlgaeMonitoring/images/checked.png.js +0 -7
  291. package/dist/lib/bmp/src/AlgaeMonitoring/images/today-alarm.png.js +0 -7
  292. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
  293. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.js +0 -63
  294. package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
  295. package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.js +0 -63
  296. package/dist/lib/ipes/src/AccessVehicleManage/images/module-title-icon.png.js +0 -7
  297. package/dist/lib/ipes/src/AlarmManage/images/modeluIcon.png.js +0 -7
  298. package/dist/lib/ipes/src/HazardousVehicleManage/images/module-title-icon.png.js +0 -7
  299. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.js +0 -29
  300. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue2.js +0 -7
  301. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue3.js +0 -10
  302. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue3.js +0 -10
  303. package/dist/lib/ipes/src/SealingManage/images/module-title-icon.png.js +0 -7
  304. package/dist/lib/ipes/src/WaterNetworkManage/images/module-title-icon.png.js +0 -7
  305. package/dist/lib/ipes/src/WaterNetworkManage/images/water-leakage.png.js +0 -7
  306. package/dist/lib/ipes/src/WaterNetworkManage/images/water-total.png.js +0 -7
  307. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.js +0 -7
  308. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.js +0 -7
  309. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.js +0 -7
  310. package/dist/lib/wgms/src/WaterQualityClassification/images/down.svg.js +0 -7
  311. package/dist/lib/wgms/src/WaterQualityClassification/images/right.svg.js +0 -7
  312. package/dist/lib/wgms/src/WaterQualityClassification/images/up.svg.js +0 -7
  313. package/dist/lib/wgms/src/WaterQualityStatus/images/down.svg.js +0 -7
  314. package/dist/lib/wgms/src/WaterQualityStatus/images/right.svg.js +0 -7
  315. package/dist/lib/wgms/src/WaterQualityStatus/images/up.svg.js +0 -7
  316. /package/dist/es/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.mjs +0 -0
  317. /package/dist/lib/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.js +0 -0
@@ -7,103 +7,64 @@ require('element-plus/es/components/base/style/css');
7
7
  require('element-plus/es/components/select/style/css');
8
8
  require('element-plus/es/components/option/style/css');
9
9
  const vue = require('vue');
10
- const moduleTitleIcon = require('./images/module-title-icon.png.js');
11
10
  const dayjs = require('dayjs');
12
11
  const Echarts_vue_vue_type_script_setup_true_lang = require('../common/Echarts.vue.js');
13
12
  require('../common/Echarts.vue2.js');
14
13
  const tools = require('../../utils/tools.js');
15
- const request = require('../../service/request.js');
14
+ const index = require('./types/index.js');
16
15
 
17
16
  const _hoisted_1 = { class: "dv-ipes-hazardous-vehicle-manage" };
18
17
  const _hoisted_2 = { class: "sealing-row" };
19
18
  const _hoisted_3 = { class: "sealing-header" };
20
- const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "sealing-header__title" }, [
21
- /* @__PURE__ */ vue.createElementVNode("img", {
22
- src: moduleTitleIcon.default,
23
- alt: "",
24
- class: "module-icon"
25
- }),
26
- /* @__PURE__ */ vue.createElementVNode("span", null, "实时动态")
27
- ], -1);
28
- const _hoisted_5 = { class: "sealing-header__extra" };
29
- const _hoisted_6 = { class: "hazardous-statistics" };
30
- const _hoisted_7 = { class: "hazardous-statistics-item" };
31
- const _hoisted_8 = { class: "hazardous-statistics-item__type" };
32
- const _hoisted_9 = { class: "hazardous-statistics-item__total" };
33
- const _hoisted_10 = { class: "hazardous-statistics-item__detail" };
34
- const _hoisted_11 = { class: "hazardous-statistics-item__col" };
35
- const _hoisted_12 = { class: "hazardous-statistics-item__label" };
36
- const _hoisted_13 = { class: "hazardous-statistics-item__value" };
37
- const _hoisted_14 = { class: "hazardous-statistics-item__col" };
38
- const _hoisted_15 = { class: "hazardous-statistics-item__label" };
39
- const _hoisted_16 = { class: "hazardous-statistics-item__value" };
40
- const _hoisted_17 = { class: "hazardous-statistics-item" };
41
- const _hoisted_18 = { class: "hazardous-statistics-item__type" };
42
- const _hoisted_19 = { class: "hazardous-statistics-item__total" };
43
- const _hoisted_20 = { class: "hazardous-statistics-item__detail" };
44
- const _hoisted_21 = { class: "hazardous-statistics-item__col" };
45
- const _hoisted_22 = { class: "hazardous-statistics-item__label" };
46
- const _hoisted_23 = { class: "hazardous-statistics-item__value" };
47
- const _hoisted_24 = { class: "hazardous-statistics-item__col" };
48
- const _hoisted_25 = { class: "hazardous-statistics-item__label" };
49
- const _hoisted_26 = { class: "hazardous-statistics-item__value" };
50
- const _hoisted_27 = { class: "sealing-row" };
51
- const _hoisted_28 = /* @__PURE__ */ vue.createElementVNode("div", {
19
+ const _hoisted_4 = { class: "sealing-header__title" };
20
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("span", null, "实时动态", -1);
21
+ const _hoisted_6 = { class: "sealing-header__title--sub" };
22
+ const _hoisted_7 = { class: "sealing-header__extra" };
23
+ const _hoisted_8 = { class: "hazardous-statistics" };
24
+ const _hoisted_9 = { class: "hazardous-statistics-item" };
25
+ const _hoisted_10 = { class: "hazardous-statistics-item__type" };
26
+ const _hoisted_11 = { class: "hazardous-statistics-item__total" };
27
+ const _hoisted_12 = { class: "hazardous-statistics-item__detail" };
28
+ const _hoisted_13 = { class: "hazardous-statistics-item__col" };
29
+ const _hoisted_14 = { class: "hazardous-statistics-item__label" };
30
+ const _hoisted_15 = { class: "hazardous-statistics-item__value" };
31
+ const _hoisted_16 = { class: "hazardous-statistics-item__col" };
32
+ const _hoisted_17 = { class: "hazardous-statistics-item__label" };
33
+ const _hoisted_18 = { class: "hazardous-statistics-item__value" };
34
+ const _hoisted_19 = { class: "hazardous-statistics-item" };
35
+ const _hoisted_20 = { class: "hazardous-statistics-item__type" };
36
+ const _hoisted_21 = { class: "hazardous-statistics-item__total" };
37
+ const _hoisted_22 = { class: "hazardous-statistics-item__detail" };
38
+ const _hoisted_23 = { class: "hazardous-statistics-item__col" };
39
+ const _hoisted_24 = { class: "hazardous-statistics-item__label" };
40
+ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
41
+ const _hoisted_26 = { class: "hazardous-statistics-item__col" };
42
+ const _hoisted_27 = { class: "hazardous-statistics-item__label" };
43
+ const _hoisted_28 = { class: "hazardous-statistics-item__value" };
44
+ const _hoisted_29 = { class: "sealing-row" };
45
+ const _hoisted_30 = /* @__PURE__ */ vue.createElementVNode("div", {
52
46
  class: "sealing-header",
53
47
  style: { "margin": "8px 0" }
54
48
  }, [
55
49
  /* @__PURE__ */ vue.createElementVNode("div", { class: "sealing-header__title" }, [
56
- /* @__PURE__ */ vue.createElementVNode("img", {
57
- src: moduleTitleIcon.default,
58
- alt: "",
59
- class: "module-icon"
60
- }),
61
50
  /* @__PURE__ */ vue.createElementVNode("span", null, "进出园区车辆统计"),
62
51
  /* @__PURE__ */ vue.createElementVNode("span", { class: "sealing-header__title--sub" }, "(近10日)")
63
52
  ])
64
53
  ], -1);
65
- const _hoisted_29 = { class: "dv-ipes-hazardous-list" };
54
+ const _hoisted_31 = { class: "dv-ipes-hazardous-list" };
66
55
  const __default__ = {
67
56
  name: "DvIpesHazardousVehicleManage",
68
57
  title: "危险品车辆管理"
69
58
  };
70
59
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
71
60
  ...__default__,
72
- props: {
73
- // 进出园车辆统计
74
- getVehicleCount: {
75
- type: String,
76
- default: "/ipes-prj-map-server/api/v1/web/closed-end/get-vehicle-count"
77
- },
78
- // 实时动态
79
- getAlarmCountNew: {
80
- type: String,
81
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew"
82
- },
83
- // 在线状态统计-报警统计
84
- getAlarmIsAllCountNew: {
85
- type: String,
86
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew"
87
- },
88
- // 园区类型
89
- parkOptions: {
90
- type: Array,
91
- default: () => [
92
- {
93
- value: "",
94
- label: "全部"
95
- },
96
- {
97
- value: "0",
98
- label: "西中岛"
99
- },
100
- {
101
- value: "1",
102
- label: "长兴岛"
103
- }
104
- ]
105
- }
106
- },
61
+ props: vue.mergeDefaults({
62
+ hazardousCar: {},
63
+ parkOptions: {},
64
+ carData: {}
65
+ }, {
66
+ ...index.defaultProps
67
+ }),
107
68
  emits: {
108
69
  onParkTypeChange: (value) => value
109
70
  },
@@ -119,46 +80,14 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
119
80
  shadowColor: "rgba(255, 180, 67, 0.3)"
120
81
  }
121
82
  ];
122
- const hazardousCar = vue.reactive({
123
- sfCount: 0,
124
- // 外来车辆数
125
- sfCountTitle: "外来车辆数",
126
- // 外来车辆数
127
- dnCount: 0,
128
- // 自有车辆数
129
- dnCountTitle: "自有车辆数",
130
- // 自有车辆数
131
- ynCount: 0,
132
- // 园区车辆
133
- ynCountTitle: "园区车辆",
134
- // 园区车辆
135
- zxCount: 0,
136
- // 在线车辆数
137
- zxCountTitle: "在线车辆数",
138
- // 在线车辆数
139
- lxCount: 0,
140
- // 离线车辆数
141
- lxCountTitle: "离线车辆数",
142
- // 离线车辆数
143
- zxPercent: 0,
144
- // 车辆在线状态
145
- zxPercentTitle: "车辆在线状态"
146
- // 车辆在线状态
147
- });
83
+ const today = vue.ref(dayjs().format("YYYY-MM-DD"));
148
84
  const parkType = vue.ref("");
149
85
  const chartLoading = vue.ref(true);
150
86
  const chartOption = vue.reactive({
151
87
  options: {}
152
88
  });
153
- const _parkOptions = vue.computed(() => props.parkOptions);
154
- vue.onMounted(() => {
155
- getAlarmCountNew();
156
- getVehicleCount();
157
- chartLoading.value = false;
158
- });
159
89
  const handleParkTypeChange = (value) => {
160
90
  emit("onParkTypeChange", value);
161
- getAlarmCountNew();
162
91
  };
163
92
  const toolTipFormatter = (params) => {
164
93
  const data = [...params];
@@ -174,77 +103,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
174
103
  field.unshift(`<div class="tool-tips__row tool-tips__title">${data[0]?.name}</div>`);
175
104
  return field.join("");
176
105
  };
177
- const getAlarmCountNew = async () => {
178
- try {
179
- const res = await Promise.all([
180
- // 实时动态
181
- request.default({
182
- method: "get",
183
- url: props.getAlarmCountNew,
184
- params: {
185
- area: parkType.value,
186
- startTime: dayjs().format("YYYY-MM-DD"),
187
- endTime: dayjs().format("YYYY-MM-DD")
188
- }
189
- }),
190
- // 在线状态统计-报警统计
191
- request.default({
192
- method: "get",
193
- url: props.getAlarmIsAllCountNew,
194
- params: {
195
- yearMonth: dayjs().format("YYYY-MM"),
196
- area: parkType.value
197
- }
198
- })
199
- ]);
200
- const { sfCount = 0, dnCount = 0, ynCount = 0 } = res[0]?.entries || {};
201
- const { zxCount = 0, lxCount = 0 } = res[1]?.entries || {};
202
- Object.assign(hazardousCar, {
203
- ...hazardousCar,
204
- duration: 0.3,
205
- sfCount,
206
- dnCount,
207
- ynCount,
208
- zxCount: Number(zxCount),
209
- lxCount,
210
- zxPercent: (zxCount || 0) / ((lxCount || 0) + (zxCount || 0)) * 100
211
- });
212
- } catch (e) {
213
- console.log(e);
214
- }
215
- };
216
- const getVehicleCount = async () => {
217
- try {
218
- const res = await request.default({
219
- method: "get",
220
- url: props.getVehicleCount,
221
- params: {
222
- // 近10日
223
- startTime: dayjs().subtract(9, "day").format("YYYY-MM-DD"),
224
- endTime: dayjs().format("YYYY-MM-DD")
225
- }
226
- });
227
- const data = res.data;
228
- const list = [
229
- // 类别 1_驶出;0_进入
230
- {
231
- lb: 0,
232
- name: "驶入",
233
- // eslint-disable-next-line eqeqeq
234
- data: (data || []).filter((i) => i.lb == 0).map((i) => i.sl)
235
- },
236
- {
237
- lb: 1,
238
- name: "驶出",
239
- data: (data || []).filter((i) => i.lb === 1).map((i) => i.sl)
240
- }
241
- ];
242
- setOptions(list);
243
- } catch (e) {
244
- setOptions([]);
245
- console.log(e);
246
- }
247
- };
248
106
  const setOptions = (list) => {
249
107
  chartOption.options = {
250
108
  // 网格位置
@@ -257,7 +115,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
257
115
  },
258
116
  // 全局字体样式
259
117
  textStyle: {
260
- color: "#fff",
118
+ color: tools.getFontFamily("--dv-color-text-primary"),
261
119
  fontSize: 16,
262
120
  fontFamily: tools.getFontFamily("--font-family-text")
263
121
  },
@@ -280,7 +138,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
280
138
  return {
281
139
  name: item.name,
282
140
  textStyle: {
283
- color: "#fff",
141
+ color: tools.getFontFamily("--dv-color-text-primary"),
284
142
  fontSize: 16
285
143
  }
286
144
  };
@@ -322,8 +180,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
322
180
  type: "value",
323
181
  // 坐标轴刻度标签的相关设置。
324
182
  axisLabel: {
325
- color: "rgba(255,255,255,0.6)",
326
- fontSize: 16
183
+ color: tools.getFontFamily("--dv-color-text-primary"),
184
+ fontSize: 16,
185
+ opacity: 0.6
327
186
  },
328
187
  axisLine: {
329
188
  // 是否显示坐标轴轴线。
@@ -356,22 +215,37 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
356
215
  })
357
216
  };
358
217
  };
218
+ vue.watch(
219
+ () => props.carData,
220
+ (newVal) => {
221
+ if (newVal) {
222
+ chartLoading.value = true;
223
+ setOptions(newVal);
224
+ chartLoading.value = false;
225
+ }
226
+ },
227
+ { immediate: true }
228
+ );
359
229
  return (_ctx, _cache) => {
360
230
  const _component_el_option = es.ElOption;
361
231
  const _component_el_select = es.ElSelect;
362
232
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
363
233
  vue.createElementVNode("div", _hoisted_2, [
364
234
  vue.createElementVNode("div", _hoisted_3, [
365
- _hoisted_4,
366
- vue.createElementVNode("div", _hoisted_5, [
235
+ vue.createElementVNode("div", _hoisted_4, [
236
+ _hoisted_5,
237
+ vue.createElementVNode("span", _hoisted_6, "(" + vue.toDisplayString(today.value) + ")", 1)
238
+ ]),
239
+ vue.createElementVNode("div", _hoisted_7, [
367
240
  vue.createVNode(_component_el_select, {
368
241
  modelValue: parkType.value,
369
242
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => parkType.value = $event),
243
+ "popper-append-to-body": false,
370
244
  class: "fpi-select",
371
245
  onChange: handleParkTypeChange
372
246
  }, {
373
247
  default: vue.withCtx(() => [
374
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_parkOptions.value, (item) => {
248
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.parkOptions, (item) => {
375
249
  return vue.openBlock(), vue.createBlock(_component_el_option, {
376
250
  key: item.value,
377
251
  value: item.value,
@@ -383,44 +257,44 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
383
257
  }, 8, ["modelValue"])
384
258
  ])
385
259
  ]),
386
- vue.createElementVNode("div", _hoisted_6, [
387
- vue.createElementVNode("div", _hoisted_7, [
388
- vue.createElementVNode("div", _hoisted_8, vue.toDisplayString(hazardousCar.ynCountTitle), 1),
389
- vue.createElementVNode("div", _hoisted_9, [
390
- vue.createElementVNode("span", null, vue.toDisplayString(hazardousCar.ynCount), 1)
260
+ vue.createElementVNode("div", _hoisted_8, [
261
+ vue.createElementVNode("div", _hoisted_9, [
262
+ vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(props.hazardousCar.ynCountTitle), 1),
263
+ vue.createElementVNode("div", _hoisted_11, [
264
+ vue.createElementVNode("span", null, vue.toDisplayString(props.hazardousCar.ynCount), 1)
391
265
  ]),
392
- vue.createElementVNode("div", _hoisted_10, [
393
- vue.createElementVNode("div", _hoisted_11, [
394
- vue.createElementVNode("div", _hoisted_12, vue.toDisplayString(hazardousCar.dnCountTitle), 1),
395
- vue.createElementVNode("div", _hoisted_13, vue.toDisplayString(hazardousCar.dnCount), 1)
266
+ vue.createElementVNode("div", _hoisted_12, [
267
+ vue.createElementVNode("div", _hoisted_13, [
268
+ vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(props.hazardousCar.dnCountTitle), 1),
269
+ vue.createElementVNode("div", _hoisted_15, vue.toDisplayString(props.hazardousCar.dnCount), 1)
396
270
  ]),
397
- vue.createElementVNode("div", _hoisted_14, [
398
- vue.createElementVNode("div", _hoisted_15, vue.toDisplayString(hazardousCar.sfCountTitle), 1),
399
- vue.createElementVNode("div", _hoisted_16, vue.toDisplayString(hazardousCar.sfCount), 1)
271
+ vue.createElementVNode("div", _hoisted_16, [
272
+ vue.createElementVNode("div", _hoisted_17, vue.toDisplayString(props.hazardousCar.sfCountTitle), 1),
273
+ vue.createElementVNode("div", _hoisted_18, vue.toDisplayString(props.hazardousCar.sfCount), 1)
400
274
  ])
401
275
  ])
402
276
  ]),
403
- vue.createElementVNode("div", _hoisted_17, [
404
- vue.createElementVNode("div", _hoisted_18, vue.toDisplayString(hazardousCar.zxPercentTitle), 1),
405
- vue.createElementVNode("div", _hoisted_19, [
406
- vue.createElementVNode("span", null, vue.toDisplayString(hazardousCar.zxPercent.toFixed(1)) + "%", 1)
277
+ vue.createElementVNode("div", _hoisted_19, [
278
+ vue.createElementVNode("div", _hoisted_20, vue.toDisplayString(props.hazardousCar.zxPercentTitle), 1),
279
+ vue.createElementVNode("div", _hoisted_21, [
280
+ vue.createElementVNode("span", null, vue.toDisplayString(props.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
407
281
  ]),
408
- vue.createElementVNode("div", _hoisted_20, [
409
- vue.createElementVNode("div", _hoisted_21, [
410
- vue.createElementVNode("div", _hoisted_22, vue.toDisplayString(hazardousCar.zxCountTitle), 1),
411
- vue.createElementVNode("div", _hoisted_23, vue.toDisplayString(hazardousCar.zxCount), 1)
282
+ vue.createElementVNode("div", _hoisted_22, [
283
+ vue.createElementVNode("div", _hoisted_23, [
284
+ vue.createElementVNode("div", _hoisted_24, vue.toDisplayString(props.hazardousCar.zxCountTitle), 1),
285
+ vue.createElementVNode("div", _hoisted_25, vue.toDisplayString(props.hazardousCar.zxCount), 1)
412
286
  ]),
413
- vue.createElementVNode("div", _hoisted_24, [
414
- vue.createElementVNode("div", _hoisted_25, vue.toDisplayString(hazardousCar.lxCountTitle), 1),
415
- vue.createElementVNode("div", _hoisted_26, vue.toDisplayString(hazardousCar.lxCount), 1)
287
+ vue.createElementVNode("div", _hoisted_26, [
288
+ vue.createElementVNode("div", _hoisted_27, vue.toDisplayString(props.hazardousCar.lxCountTitle), 1),
289
+ vue.createElementVNode("div", _hoisted_28, vue.toDisplayString(props.hazardousCar.lxCount), 1)
416
290
  ])
417
291
  ])
418
292
  ])
419
293
  ])
420
294
  ]),
421
- vue.createElementVNode("div", _hoisted_27, [
422
- _hoisted_28,
423
- vue.createElementVNode("div", _hoisted_29, [
295
+ vue.createElementVNode("div", _hoisted_29, [
296
+ _hoisted_30,
297
+ vue.createElementVNode("div", _hoisted_31, [
424
298
  vue.createVNode(Echarts_vue_vue_type_script_setup_true_lang.default, {
425
299
  id: "hazardous-list",
426
300
  height: "128px",
@@ -1,8 +1,48 @@
1
- export interface IAccessCar {
2
- label: string;
3
- value: string;
4
- }
5
1
  export interface IHazardousCar {
2
+ sfCount: number;
3
+ sfCountTitle: string;
4
+ dnCount: number;
5
+ dnCountTitle: string;
6
+ ynCount: number;
7
+ ynCountTitle: string;
8
+ zxCount: number;
9
+ zxCountTitle: string;
10
+ lxCount: number;
11
+ lxCountTitle: string;
12
+ zxPercent: number;
13
+ zxPercentTitle: string;
14
+ }
15
+ export interface IParkOption {
6
16
  label: string;
7
17
  value: string;
8
18
  }
19
+ export interface ICarData {
20
+ name: string;
21
+ data: number[];
22
+ }
23
+ export interface Props {
24
+ hazardousCar: IHazardousCar;
25
+ parkOptions: IParkOption[];
26
+ carData: ICarData[];
27
+ }
28
+ export declare const defaultProps: {
29
+ hazardousCar: () => {
30
+ sfCount: number;
31
+ sfCountTitle: string;
32
+ dnCount: number;
33
+ dnCountTitle: string;
34
+ ynCount: number;
35
+ ynCountTitle: string;
36
+ zxCount: number;
37
+ zxCountTitle: string;
38
+ lxCount: number;
39
+ lxCountTitle: string;
40
+ zxPercent: number;
41
+ zxPercentTitle: string;
42
+ };
43
+ parkOptions: () => {
44
+ value: string;
45
+ label: string;
46
+ }[];
47
+ carData: () => never[];
48
+ };
@@ -0,0 +1,49 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
+
5
+ const defaultProps = {
6
+ hazardousCar: () => ({
7
+ sfCount: 0,
8
+ // 外来车辆数
9
+ sfCountTitle: "外来车辆数",
10
+ // 外来车辆数
11
+ dnCount: 0,
12
+ // 自有车辆数
13
+ dnCountTitle: "自有车辆数",
14
+ // 自有车辆数
15
+ ynCount: 0,
16
+ // 园区车辆
17
+ ynCountTitle: "园区车辆",
18
+ // 园区车辆
19
+ zxCount: 0,
20
+ // 在线车辆数
21
+ zxCountTitle: "在线车辆数",
22
+ // 在线车辆数
23
+ lxCount: 0,
24
+ // 离线车辆数
25
+ lxCountTitle: "离线车辆数",
26
+ // 离线车辆数
27
+ zxPercent: 0,
28
+ // 车辆在线状态
29
+ zxPercentTitle: "车辆在线状态"
30
+ // 车辆在线状态
31
+ }),
32
+ parkOptions: () => [
33
+ {
34
+ value: "",
35
+ label: "全部"
36
+ },
37
+ {
38
+ value: "0",
39
+ label: "西中岛"
40
+ },
41
+ {
42
+ value: "1",
43
+ label: "长兴岛"
44
+ }
45
+ ],
46
+ carData: () => []
47
+ };
48
+
49
+ exports.defaultProps = defaultProps;
@@ -4,8 +4,12 @@ export declare const DvIpesInspectionManage: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- eventListApi?: string | undefined;
8
- inspectionListApi?: string | undefined;
7
+ eventList?: {
8
+ list: import("./types").EventType[];
9
+ } | undefined;
10
+ inspectionList?: {
11
+ list: import("./types").InspectionList[];
12
+ } | undefined;
9
13
  key?: string | number | symbol | undefined;
10
14
  style?: unknown;
11
15
  ref?: import("vue").VNodeRef | undefined;
@@ -66,21 +70,44 @@ export declare const DvIpesInspectionManage: {
66
70
  $emit: (event: "onRecordCheck", idx: number, value: any) => void;
67
71
  $el: any;
68
72
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
69
- eventListApi: {
70
- type: StringConstructor;
71
- default: string;
73
+ eventList: {
74
+ type: globalThis.PropType<{
75
+ list: import("./types").EventType[];
76
+ }>;
77
+ } & {
78
+ default: () => {
79
+ list: {
80
+ value: number;
81
+ percent: number;
82
+ color: string;
83
+ background: string;
84
+ }[];
85
+ };
72
86
  };
73
- inspectionListApi: {
74
- type: StringConstructor;
75
- default: string;
87
+ inspectionList: {
88
+ type: globalThis.PropType<{
89
+ list: import("./types").InspectionList[];
90
+ }>;
91
+ } & {
92
+ default: () => {
93
+ list: {
94
+ PLANNAME: string;
95
+ BEGINTIME: string;
96
+ ENDTIME: string;
97
+ }[];
98
+ };
76
99
  };
77
100
  }>> & {
78
101
  onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
79
102
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
103
  onRecordCheck: (idx: number, value: any) => any;
81
104
  }, string, {
82
- eventListApi: string;
83
- inspectionListApi: string;
105
+ eventList: {
106
+ list: import("./types").EventType[];
107
+ };
108
+ inspectionList: {
109
+ list: import("./types").InspectionList[];
110
+ };
84
111
  }, {}, string, {}> & {
85
112
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
86
113
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -102,13 +129,32 @@ export declare const DvIpesInspectionManage: {
102
129
  $nextTick: typeof import("vue").nextTick;
103
130
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
104
131
  } & Readonly<import("vue").ExtractPropTypes<{
105
- eventListApi: {
106
- type: StringConstructor;
107
- default: string;
132
+ eventList: {
133
+ type: globalThis.PropType<{
134
+ list: import("./types").EventType[];
135
+ }>;
136
+ } & {
137
+ default: () => {
138
+ list: {
139
+ value: number;
140
+ percent: number;
141
+ color: string;
142
+ background: string;
143
+ }[];
144
+ };
108
145
  };
109
- inspectionListApi: {
110
- type: StringConstructor;
111
- default: string;
146
+ inspectionList: {
147
+ type: globalThis.PropType<{
148
+ list: import("./types").InspectionList[];
149
+ }>;
150
+ } & {
151
+ default: () => {
152
+ list: {
153
+ PLANNAME: string;
154
+ BEGINTIME: string;
155
+ ENDTIME: string;
156
+ }[];
157
+ };
112
158
  };
113
159
  }>> & {
114
160
  onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
@@ -117,20 +163,43 @@ export declare const DvIpesInspectionManage: {
117
163
  __isTeleport?: undefined;
118
164
  __isSuspense?: undefined;
119
165
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
120
- eventListApi: {
121
- type: StringConstructor;
122
- default: string;
166
+ eventList: {
167
+ type: globalThis.PropType<{
168
+ list: import("./types").EventType[];
169
+ }>;
170
+ } & {
171
+ default: () => {
172
+ list: {
173
+ value: number;
174
+ percent: number;
175
+ color: string;
176
+ background: string;
177
+ }[];
178
+ };
123
179
  };
124
- inspectionListApi: {
125
- type: StringConstructor;
126
- default: string;
180
+ inspectionList: {
181
+ type: globalThis.PropType<{
182
+ list: import("./types").InspectionList[];
183
+ }>;
184
+ } & {
185
+ default: () => {
186
+ list: {
187
+ PLANNAME: string;
188
+ BEGINTIME: string;
189
+ ENDTIME: string;
190
+ }[];
191
+ };
127
192
  };
128
193
  }>> & {
129
194
  onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
130
195
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
131
196
  onRecordCheck: (idx: number, value: any) => any;
132
197
  }, string, {
133
- eventListApi: string;
134
- inspectionListApi: string;
198
+ eventList: {
199
+ list: import("./types").EventType[];
200
+ };
201
+ inspectionList: {
202
+ list: import("./types").InspectionList[];
203
+ };
135
204
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
136
205
  export default _InspectionManage;