@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
@@ -2,104 +2,65 @@ import { ElOption, ElSelect } from 'element-plus/es';
2
2
  import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/select/style/css';
4
4
  import 'element-plus/es/components/option/style/css';
5
- import { defineComponent, reactive, ref, computed, onMounted, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, toDisplayString } from 'vue';
6
- import _imports_0 from './images/module-title-icon.png.mjs';
5
+ import { defineComponent, mergeDefaults, ref, reactive, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock } from 'vue';
7
6
  import dayjs from 'dayjs';
8
7
  import _sfc_main$1 from '../common/Echarts.vue.mjs';
9
8
  import '../common/Echarts.vue2.mjs';
10
9
  import { getFontFamily } from '../../utils/tools.mjs';
11
- import requestControl from '../../service/request.mjs';
10
+ import { defaultProps } from './types/index.mjs';
12
11
 
13
12
  const _hoisted_1 = { class: "dv-ipes-hazardous-vehicle-manage" };
14
13
  const _hoisted_2 = { class: "sealing-row" };
15
14
  const _hoisted_3 = { class: "sealing-header" };
16
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
17
- /* @__PURE__ */ createElementVNode("img", {
18
- src: _imports_0,
19
- alt: "",
20
- class: "module-icon"
21
- }),
22
- /* @__PURE__ */ createElementVNode("span", null, "实时动态")
23
- ], -1);
24
- const _hoisted_5 = { class: "sealing-header__extra" };
25
- const _hoisted_6 = { class: "hazardous-statistics" };
26
- const _hoisted_7 = { class: "hazardous-statistics-item" };
27
- const _hoisted_8 = { class: "hazardous-statistics-item__type" };
28
- const _hoisted_9 = { class: "hazardous-statistics-item__total" };
29
- const _hoisted_10 = { class: "hazardous-statistics-item__detail" };
30
- const _hoisted_11 = { class: "hazardous-statistics-item__col" };
31
- const _hoisted_12 = { class: "hazardous-statistics-item__label" };
32
- const _hoisted_13 = { class: "hazardous-statistics-item__value" };
33
- const _hoisted_14 = { class: "hazardous-statistics-item__col" };
34
- const _hoisted_15 = { class: "hazardous-statistics-item__label" };
35
- const _hoisted_16 = { class: "hazardous-statistics-item__value" };
36
- const _hoisted_17 = { class: "hazardous-statistics-item" };
37
- const _hoisted_18 = { class: "hazardous-statistics-item__type" };
38
- const _hoisted_19 = { class: "hazardous-statistics-item__total" };
39
- const _hoisted_20 = { class: "hazardous-statistics-item__detail" };
40
- const _hoisted_21 = { class: "hazardous-statistics-item__col" };
41
- const _hoisted_22 = { class: "hazardous-statistics-item__label" };
42
- const _hoisted_23 = { class: "hazardous-statistics-item__value" };
43
- const _hoisted_24 = { class: "hazardous-statistics-item__col" };
44
- const _hoisted_25 = { class: "hazardous-statistics-item__label" };
45
- const _hoisted_26 = { class: "hazardous-statistics-item__value" };
46
- const _hoisted_27 = { class: "sealing-row" };
47
- const _hoisted_28 = /* @__PURE__ */ createElementVNode("div", {
15
+ const _hoisted_4 = { class: "sealing-header__title" };
16
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null, "实时动态", -1);
17
+ const _hoisted_6 = { class: "sealing-header__title--sub" };
18
+ const _hoisted_7 = { class: "sealing-header__extra" };
19
+ const _hoisted_8 = { class: "hazardous-statistics" };
20
+ const _hoisted_9 = { class: "hazardous-statistics-item" };
21
+ const _hoisted_10 = { class: "hazardous-statistics-item__type" };
22
+ const _hoisted_11 = { class: "hazardous-statistics-item__total" };
23
+ const _hoisted_12 = { class: "hazardous-statistics-item__detail" };
24
+ const _hoisted_13 = { class: "hazardous-statistics-item__col" };
25
+ const _hoisted_14 = { class: "hazardous-statistics-item__label" };
26
+ const _hoisted_15 = { class: "hazardous-statistics-item__value" };
27
+ const _hoisted_16 = { class: "hazardous-statistics-item__col" };
28
+ const _hoisted_17 = { class: "hazardous-statistics-item__label" };
29
+ const _hoisted_18 = { class: "hazardous-statistics-item__value" };
30
+ const _hoisted_19 = { class: "hazardous-statistics-item" };
31
+ const _hoisted_20 = { class: "hazardous-statistics-item__type" };
32
+ const _hoisted_21 = { class: "hazardous-statistics-item__total" };
33
+ const _hoisted_22 = { class: "hazardous-statistics-item__detail" };
34
+ const _hoisted_23 = { class: "hazardous-statistics-item__col" };
35
+ const _hoisted_24 = { class: "hazardous-statistics-item__label" };
36
+ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
37
+ const _hoisted_26 = { class: "hazardous-statistics-item__col" };
38
+ const _hoisted_27 = { class: "hazardous-statistics-item__label" };
39
+ const _hoisted_28 = { class: "hazardous-statistics-item__value" };
40
+ const _hoisted_29 = { class: "sealing-row" };
41
+ const _hoisted_30 = /* @__PURE__ */ createElementVNode("div", {
48
42
  class: "sealing-header",
49
43
  style: { "margin": "8px 0" }
50
44
  }, [
51
45
  /* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
52
- /* @__PURE__ */ createElementVNode("img", {
53
- src: _imports_0,
54
- alt: "",
55
- class: "module-icon"
56
- }),
57
46
  /* @__PURE__ */ createElementVNode("span", null, "进出园区车辆统计"),
58
47
  /* @__PURE__ */ createElementVNode("span", { class: "sealing-header__title--sub" }, "(近10日)")
59
48
  ])
60
49
  ], -1);
61
- const _hoisted_29 = { class: "dv-ipes-hazardous-list" };
50
+ const _hoisted_31 = { class: "dv-ipes-hazardous-list" };
62
51
  const __default__ = {
63
52
  name: "DvIpesHazardousVehicleManage",
64
53
  title: "危险品车辆管理"
65
54
  };
66
55
  const _sfc_main = /* @__PURE__ */ defineComponent({
67
56
  ...__default__,
68
- props: {
69
- // 进出园车辆统计
70
- getVehicleCount: {
71
- type: String,
72
- default: "/ipes-prj-map-server/api/v1/web/closed-end/get-vehicle-count"
73
- },
74
- // 实时动态
75
- getAlarmCountNew: {
76
- type: String,
77
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew"
78
- },
79
- // 在线状态统计-报警统计
80
- getAlarmIsAllCountNew: {
81
- type: String,
82
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew"
83
- },
84
- // 园区类型
85
- parkOptions: {
86
- type: Array,
87
- default: () => [
88
- {
89
- value: "",
90
- label: "全部"
91
- },
92
- {
93
- value: "0",
94
- label: "西中岛"
95
- },
96
- {
97
- value: "1",
98
- label: "长兴岛"
99
- }
100
- ]
101
- }
102
- },
57
+ props: mergeDefaults({
58
+ hazardousCar: {},
59
+ parkOptions: {},
60
+ carData: {}
61
+ }, {
62
+ ...defaultProps
63
+ }),
103
64
  emits: {
104
65
  onParkTypeChange: (value) => value
105
66
  },
@@ -115,46 +76,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
115
76
  shadowColor: "rgba(255, 180, 67, 0.3)"
116
77
  }
117
78
  ];
118
- const hazardousCar = reactive({
119
- sfCount: 0,
120
- // 外来车辆数
121
- sfCountTitle: "外来车辆数",
122
- // 外来车辆数
123
- dnCount: 0,
124
- // 自有车辆数
125
- dnCountTitle: "自有车辆数",
126
- // 自有车辆数
127
- ynCount: 0,
128
- // 园区车辆
129
- ynCountTitle: "园区车辆",
130
- // 园区车辆
131
- zxCount: 0,
132
- // 在线车辆数
133
- zxCountTitle: "在线车辆数",
134
- // 在线车辆数
135
- lxCount: 0,
136
- // 离线车辆数
137
- lxCountTitle: "离线车辆数",
138
- // 离线车辆数
139
- zxPercent: 0,
140
- // 车辆在线状态
141
- zxPercentTitle: "车辆在线状态"
142
- // 车辆在线状态
143
- });
79
+ const today = ref(dayjs().format("YYYY-MM-DD"));
144
80
  const parkType = ref("");
145
81
  const chartLoading = ref(true);
146
82
  const chartOption = reactive({
147
83
  options: {}
148
84
  });
149
- const _parkOptions = computed(() => props.parkOptions);
150
- onMounted(() => {
151
- getAlarmCountNew();
152
- getVehicleCount();
153
- chartLoading.value = false;
154
- });
155
85
  const handleParkTypeChange = (value) => {
156
86
  emit("onParkTypeChange", value);
157
- getAlarmCountNew();
158
87
  };
159
88
  const toolTipFormatter = (params) => {
160
89
  const data = [...params];
@@ -170,77 +99,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
170
99
  field.unshift(`<div class="tool-tips__row tool-tips__title">${data[0]?.name}</div>`);
171
100
  return field.join("");
172
101
  };
173
- const getAlarmCountNew = async () => {
174
- try {
175
- const res = await Promise.all([
176
- // 实时动态
177
- requestControl({
178
- method: "get",
179
- url: props.getAlarmCountNew,
180
- params: {
181
- area: parkType.value,
182
- startTime: dayjs().format("YYYY-MM-DD"),
183
- endTime: dayjs().format("YYYY-MM-DD")
184
- }
185
- }),
186
- // 在线状态统计-报警统计
187
- requestControl({
188
- method: "get",
189
- url: props.getAlarmIsAllCountNew,
190
- params: {
191
- yearMonth: dayjs().format("YYYY-MM"),
192
- area: parkType.value
193
- }
194
- })
195
- ]);
196
- const { sfCount = 0, dnCount = 0, ynCount = 0 } = res[0]?.entries || {};
197
- const { zxCount = 0, lxCount = 0 } = res[1]?.entries || {};
198
- Object.assign(hazardousCar, {
199
- ...hazardousCar,
200
- duration: 0.3,
201
- sfCount,
202
- dnCount,
203
- ynCount,
204
- zxCount: Number(zxCount),
205
- lxCount,
206
- zxPercent: (zxCount || 0) / ((lxCount || 0) + (zxCount || 0)) * 100
207
- });
208
- } catch (e) {
209
- console.log(e);
210
- }
211
- };
212
- const getVehicleCount = async () => {
213
- try {
214
- const res = await requestControl({
215
- method: "get",
216
- url: props.getVehicleCount,
217
- params: {
218
- // 近10日
219
- startTime: dayjs().subtract(9, "day").format("YYYY-MM-DD"),
220
- endTime: dayjs().format("YYYY-MM-DD")
221
- }
222
- });
223
- const data = res.data;
224
- const list = [
225
- // 类别 1_驶出;0_进入
226
- {
227
- lb: 0,
228
- name: "驶入",
229
- // eslint-disable-next-line eqeqeq
230
- data: (data || []).filter((i) => i.lb == 0).map((i) => i.sl)
231
- },
232
- {
233
- lb: 1,
234
- name: "驶出",
235
- data: (data || []).filter((i) => i.lb === 1).map((i) => i.sl)
236
- }
237
- ];
238
- setOptions(list);
239
- } catch (e) {
240
- setOptions([]);
241
- console.log(e);
242
- }
243
- };
244
102
  const setOptions = (list) => {
245
103
  chartOption.options = {
246
104
  // 网格位置
@@ -253,7 +111,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
253
111
  },
254
112
  // 全局字体样式
255
113
  textStyle: {
256
- color: "#fff",
114
+ color: getFontFamily("--dv-color-text-primary"),
257
115
  fontSize: 16,
258
116
  fontFamily: getFontFamily("--font-family-text")
259
117
  },
@@ -276,7 +134,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
276
134
  return {
277
135
  name: item.name,
278
136
  textStyle: {
279
- color: "#fff",
137
+ color: getFontFamily("--dv-color-text-primary"),
280
138
  fontSize: 16
281
139
  }
282
140
  };
@@ -318,8 +176,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
318
176
  type: "value",
319
177
  // 坐标轴刻度标签的相关设置。
320
178
  axisLabel: {
321
- color: "rgba(255,255,255,0.6)",
322
- fontSize: 16
179
+ color: getFontFamily("--dv-color-text-primary"),
180
+ fontSize: 16,
181
+ opacity: 0.6
323
182
  },
324
183
  axisLine: {
325
184
  // 是否显示坐标轴轴线。
@@ -352,22 +211,37 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
352
211
  })
353
212
  };
354
213
  };
214
+ watch(
215
+ () => props.carData,
216
+ (newVal) => {
217
+ if (newVal) {
218
+ chartLoading.value = true;
219
+ setOptions(newVal);
220
+ chartLoading.value = false;
221
+ }
222
+ },
223
+ { immediate: true }
224
+ );
355
225
  return (_ctx, _cache) => {
356
226
  const _component_el_option = ElOption;
357
227
  const _component_el_select = ElSelect;
358
228
  return openBlock(), createElementBlock("div", _hoisted_1, [
359
229
  createElementVNode("div", _hoisted_2, [
360
230
  createElementVNode("div", _hoisted_3, [
361
- _hoisted_4,
362
- createElementVNode("div", _hoisted_5, [
231
+ createElementVNode("div", _hoisted_4, [
232
+ _hoisted_5,
233
+ createElementVNode("span", _hoisted_6, "(" + toDisplayString(today.value) + ")", 1)
234
+ ]),
235
+ createElementVNode("div", _hoisted_7, [
363
236
  createVNode(_component_el_select, {
364
237
  modelValue: parkType.value,
365
238
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => parkType.value = $event),
239
+ "popper-append-to-body": false,
366
240
  class: "fpi-select",
367
241
  onChange: handleParkTypeChange
368
242
  }, {
369
243
  default: withCtx(() => [
370
- (openBlock(true), createElementBlock(Fragment, null, renderList(_parkOptions.value, (item) => {
244
+ (openBlock(true), createElementBlock(Fragment, null, renderList(props.parkOptions, (item) => {
371
245
  return openBlock(), createBlock(_component_el_option, {
372
246
  key: item.value,
373
247
  value: item.value,
@@ -379,44 +253,44 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
379
253
  }, 8, ["modelValue"])
380
254
  ])
381
255
  ]),
382
- createElementVNode("div", _hoisted_6, [
383
- createElementVNode("div", _hoisted_7, [
384
- createElementVNode("div", _hoisted_8, toDisplayString(hazardousCar.ynCountTitle), 1),
385
- createElementVNode("div", _hoisted_9, [
386
- createElementVNode("span", null, toDisplayString(hazardousCar.ynCount), 1)
256
+ createElementVNode("div", _hoisted_8, [
257
+ createElementVNode("div", _hoisted_9, [
258
+ createElementVNode("div", _hoisted_10, toDisplayString(props.hazardousCar.ynCountTitle), 1),
259
+ createElementVNode("div", _hoisted_11, [
260
+ createElementVNode("span", null, toDisplayString(props.hazardousCar.ynCount), 1)
387
261
  ]),
388
- createElementVNode("div", _hoisted_10, [
389
- createElementVNode("div", _hoisted_11, [
390
- createElementVNode("div", _hoisted_12, toDisplayString(hazardousCar.dnCountTitle), 1),
391
- createElementVNode("div", _hoisted_13, toDisplayString(hazardousCar.dnCount), 1)
262
+ createElementVNode("div", _hoisted_12, [
263
+ createElementVNode("div", _hoisted_13, [
264
+ createElementVNode("div", _hoisted_14, toDisplayString(props.hazardousCar.dnCountTitle), 1),
265
+ createElementVNode("div", _hoisted_15, toDisplayString(props.hazardousCar.dnCount), 1)
392
266
  ]),
393
- createElementVNode("div", _hoisted_14, [
394
- createElementVNode("div", _hoisted_15, toDisplayString(hazardousCar.sfCountTitle), 1),
395
- createElementVNode("div", _hoisted_16, toDisplayString(hazardousCar.sfCount), 1)
267
+ createElementVNode("div", _hoisted_16, [
268
+ createElementVNode("div", _hoisted_17, toDisplayString(props.hazardousCar.sfCountTitle), 1),
269
+ createElementVNode("div", _hoisted_18, toDisplayString(props.hazardousCar.sfCount), 1)
396
270
  ])
397
271
  ])
398
272
  ]),
399
- createElementVNode("div", _hoisted_17, [
400
- createElementVNode("div", _hoisted_18, toDisplayString(hazardousCar.zxPercentTitle), 1),
401
- createElementVNode("div", _hoisted_19, [
402
- createElementVNode("span", null, toDisplayString(hazardousCar.zxPercent.toFixed(1)) + "%", 1)
273
+ createElementVNode("div", _hoisted_19, [
274
+ createElementVNode("div", _hoisted_20, toDisplayString(props.hazardousCar.zxPercentTitle), 1),
275
+ createElementVNode("div", _hoisted_21, [
276
+ createElementVNode("span", null, toDisplayString(props.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
403
277
  ]),
404
- createElementVNode("div", _hoisted_20, [
405
- createElementVNode("div", _hoisted_21, [
406
- createElementVNode("div", _hoisted_22, toDisplayString(hazardousCar.zxCountTitle), 1),
407
- createElementVNode("div", _hoisted_23, toDisplayString(hazardousCar.zxCount), 1)
278
+ createElementVNode("div", _hoisted_22, [
279
+ createElementVNode("div", _hoisted_23, [
280
+ createElementVNode("div", _hoisted_24, toDisplayString(props.hazardousCar.zxCountTitle), 1),
281
+ createElementVNode("div", _hoisted_25, toDisplayString(props.hazardousCar.zxCount), 1)
408
282
  ]),
409
- createElementVNode("div", _hoisted_24, [
410
- createElementVNode("div", _hoisted_25, toDisplayString(hazardousCar.lxCountTitle), 1),
411
- createElementVNode("div", _hoisted_26, toDisplayString(hazardousCar.lxCount), 1)
283
+ createElementVNode("div", _hoisted_26, [
284
+ createElementVNode("div", _hoisted_27, toDisplayString(props.hazardousCar.lxCountTitle), 1),
285
+ createElementVNode("div", _hoisted_28, toDisplayString(props.hazardousCar.lxCount), 1)
412
286
  ])
413
287
  ])
414
288
  ])
415
289
  ])
416
290
  ]),
417
- createElementVNode("div", _hoisted_27, [
418
- _hoisted_28,
419
- createElementVNode("div", _hoisted_29, [
291
+ createElementVNode("div", _hoisted_29, [
292
+ _hoisted_30,
293
+ createElementVNode("div", _hoisted_31, [
420
294
  createVNode(_sfc_main$1, {
421
295
  id: "hazardous-list",
422
296
  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,45 @@
1
+ const defaultProps = {
2
+ hazardousCar: () => ({
3
+ sfCount: 0,
4
+ // 外来车辆数
5
+ sfCountTitle: "外来车辆数",
6
+ // 外来车辆数
7
+ dnCount: 0,
8
+ // 自有车辆数
9
+ dnCountTitle: "自有车辆数",
10
+ // 自有车辆数
11
+ ynCount: 0,
12
+ // 园区车辆
13
+ ynCountTitle: "园区车辆",
14
+ // 园区车辆
15
+ zxCount: 0,
16
+ // 在线车辆数
17
+ zxCountTitle: "在线车辆数",
18
+ // 在线车辆数
19
+ lxCount: 0,
20
+ // 离线车辆数
21
+ lxCountTitle: "离线车辆数",
22
+ // 离线车辆数
23
+ zxPercent: 0,
24
+ // 车辆在线状态
25
+ zxPercentTitle: "车辆在线状态"
26
+ // 车辆在线状态
27
+ }),
28
+ parkOptions: () => [
29
+ {
30
+ value: "",
31
+ label: "全部"
32
+ },
33
+ {
34
+ value: "0",
35
+ label: "西中岛"
36
+ },
37
+ {
38
+ value: "1",
39
+ label: "长兴岛"
40
+ }
41
+ ],
42
+ carData: () => []
43
+ };
44
+
45
+ export { 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;