@ued_fpi/data-visual 1.1.0 → 1.1.1

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 (357) hide show
  1. package/dist/es/aims/service/request.mjs +1 -1
  2. package/dist/es/aims/src/AirQualityCalendar/index.mjs +12 -7
  3. package/dist/es/aims/src/AirQualityLevelMonthRatio/index.mjs +5 -5
  4. package/dist/es/aims/src/AirQualityLevelYearRatio/index.mjs +3 -3
  5. package/dist/es/aims/src/AirQualityPresentSituation/index.mjs +10 -13
  6. package/dist/es/aims/src/AirQualityRealTime/index.mjs +13 -16
  7. package/dist/es/aims/src/AirTimeSeriesAnalysis/index.mjs +1 -1
  8. package/dist/es/aims/src/CieqContributionMonthRatio/index.mjs +3 -3
  9. package/dist/es/aims/src/CieqContributionYearRatio/index.mjs +5 -5
  10. package/dist/es/aims/src/FactorRealTimeRankChart/index.mjs +6 -7
  11. package/dist/es/aims/src/FactorRealTimeRankList/index.mjs +7 -7
  12. package/dist/es/aims/src/FactorTargetYearPeriod/index.mjs +3 -3
  13. package/dist/es/aims/src/MainPollutionMonthRatio/index.mjs +3 -3
  14. package/dist/es/aims/src/MainPollutionYearRatio/index.mjs +3 -3
  15. package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.mjs +3 -3
  16. package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.mjs +3 -3
  17. package/dist/es/aims/src/TbHbAnalysis/index.mjs +4 -4
  18. package/dist/es/aims/src/WeatherCondition/index.mjs +5 -5
  19. package/dist/es/aims/src/common/BasicDialog/index.mjs +3 -3
  20. package/dist/es/aims/src/common/BasicEcharts/index.mjs +2 -2
  21. package/dist/es/aims/src/common/BasicPanel/index.mjs +3 -1
  22. package/dist/es/aims/utils/tools.mjs +1 -1
  23. package/dist/es/bmp/config/index.mjs +7 -0
  24. package/dist/es/bmp/service/base-serve.d.ts +4 -0
  25. package/dist/es/bmp/service/base-serve.mjs +12 -0
  26. package/dist/es/bmp/service/request.d.ts +3 -0
  27. package/dist/es/bmp/service/request.mjs +78 -0
  28. package/dist/es/bmp/service/types.d.ts +14 -0
  29. package/dist/es/bmp/src/AlgaeMonitoring/api/index.d.ts +6 -0
  30. package/dist/es/bmp/src/AlgaeMonitoring/api/index.mjs +12 -0
  31. package/dist/es/bmp/src/AlgaeMonitoring/api/types.d.ts +21 -0
  32. package/dist/es/bmp/src/AlgaeMonitoring/images/checked.mjs +3 -0
  33. package/dist/es/bmp/src/AlgaeMonitoring/images/today-alarm.mjs +3 -0
  34. package/dist/es/bmp/src/AlgaeMonitoring/index.d.ts +97 -0
  35. package/dist/es/bmp/src/AlgaeMonitoring/index.mjs +193 -0
  36. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.d.ts +6 -0
  37. package/dist/es/bmp/src/index.d.ts +1 -1
  38. package/dist/es/bmp/src/index.mjs +2 -2
  39. package/dist/es/index.mjs +58 -20
  40. package/dist/es/ipes/service/request.mjs +2 -1
  41. package/dist/es/ipes/src/AccessVehicleManage/index.d.ts +81 -7
  42. package/dist/es/ipes/src/AccessVehicleManage/index.mjs +103 -40
  43. package/dist/es/ipes/src/AccessVehicleManage/index.vue.d.ts +48 -3
  44. package/dist/es/ipes/src/AirPollutionDischarge/images/new-nodata.mjs +3 -0
  45. package/dist/es/ipes/src/AirPollutionDischarge/index.d.ts +3 -107
  46. package/dist/es/ipes/src/AirPollutionDischarge/index.mjs +184 -127
  47. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.d.ts +1 -64
  48. package/dist/es/ipes/src/AirQuality/index.mjs +25 -16
  49. package/dist/es/ipes/src/AirQualityManagement/index.mjs +31 -20
  50. package/dist/es/ipes/src/AlarmManage/images/alarm.mjs +3 -0
  51. package/dist/es/ipes/src/AlarmManage/images/modeluIcon.mjs +3 -0
  52. package/dist/es/ipes/src/AlarmManage/images/new-nodata.mjs +3 -0
  53. package/dist/es/ipes/src/AlarmManage/index.d.ts +89 -0
  54. package/dist/es/ipes/src/AlarmManage/index.mjs +175 -0
  55. package/dist/es/ipes/src/AlarmManage/index.vue.d.ts +2 -0
  56. package/dist/es/ipes/src/AlarmManage/type.d.ts +5 -0
  57. package/dist/es/ipes/src/BusinessManage/images/icon-percent.mjs +3 -0
  58. package/dist/es/ipes/src/BusinessManage/index.d.ts +89 -0
  59. package/dist/es/ipes/src/BusinessManage/index.mjs +196 -0
  60. package/dist/es/ipes/src/BusinessManage/index.vue.d.ts +2 -0
  61. package/dist/es/ipes/src/BusinessManage/type.d.ts +10 -0
  62. package/dist/es/ipes/src/EmergencyDuty/index.mjs +3 -3
  63. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +38 -3
  64. package/dist/es/ipes/src/EnterpriseProtectionCode/index.mjs +52 -30
  65. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +22 -1
  66. package/dist/es/ipes/src/EnvManage/index.mjs +17 -14
  67. package/dist/es/ipes/src/EnvironmentalProtection/images/module-title-icon.mjs +3 -0
  68. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.mjs +3 -0
  69. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.mjs +3 -0
  70. package/dist/es/ipes/src/EnvironmentalProtection/index.d.ts +101 -0
  71. package/dist/es/ipes/src/EnvironmentalProtection/index.mjs +177 -0
  72. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.d.ts +6 -0
  73. package/dist/es/ipes/src/EnvironmentalRiskManagement/.mjs +2 -2
  74. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +23 -3
  75. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.mjs +48 -12
  76. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +13 -1
  77. package/dist/es/ipes/src/GasControl/.mjs +120 -0
  78. package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.d.ts +22 -0
  79. package/dist/es/ipes/src/GasControl/components/SingleItem.vue.d.ts +16 -0
  80. package/dist/es/{bmp/src/test-com → ipes/src/GasControl}/index.d.ts +28 -24
  81. package/dist/es/ipes/src/GasControl/index.mjs +103 -0
  82. package/dist/es/ipes/src/GasControl/index.vue.d.ts +23 -0
  83. package/dist/es/ipes/src/GeneralManagement/.mjs +14 -17
  84. package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.d.ts +10 -6
  85. package/dist/es/ipes/src/GeneralManagement/index.d.ts +18 -9
  86. package/dist/es/ipes/src/GeneralManagement/index.mjs +9 -11
  87. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +12 -6
  88. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +82 -14
  89. package/dist/es/ipes/src/HazardousVehicleManage/index.mjs +67 -42
  90. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +48 -5
  91. package/dist/es/ipes/src/InspectionManage/images/module-title-icon.mjs +3 -0
  92. package/dist/es/ipes/src/InspectionManage/images/new-nodata.mjs +3 -0
  93. package/dist/es/ipes/src/InspectionManage/index.d.ts +136 -0
  94. package/dist/es/ipes/src/InspectionManage/index.mjs +267 -0
  95. package/dist/es/ipes/src/InspectionManage/index.vue.d.ts +27 -0
  96. package/dist/es/ipes/src/InspectionManage/types/index.d.ts +11 -0
  97. package/dist/es/ipes/src/Level3AirDefense/.mjs +38 -12
  98. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts +14 -0
  99. package/dist/es/ipes/src/Level3AirDefense/images/empty.mjs +3 -0
  100. package/dist/es/ipes/src/Level3AirDefense/index.mjs +10 -9
  101. package/dist/es/ipes/src/OdorControl/index.mjs +1 -1
  102. package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +168 -0
  103. package/dist/es/ipes/src/PollutantSourceManage/index.mjs +90 -0
  104. package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +42 -0
  105. package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +18 -0
  106. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +1 -1
  107. package/dist/es/ipes/src/SealingManage/index.d.ts +121 -14
  108. package/dist/es/ipes/src/SealingManage/index.mjs +221 -83
  109. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +72 -5
  110. package/dist/es/ipes/src/TaskDispose/.mjs +2 -2
  111. package/dist/es/ipes/src/VocStatistics/index.mjs +2 -2
  112. package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +81 -7
  113. package/dist/es/ipes/src/WaterNetworkManage/index.mjs +71 -39
  114. package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +48 -3
  115. package/dist/es/ipes/src/common/Echarts.mjs +2 -2
  116. package/dist/es/ipes/src/common/IpesPercentBar.mjs +38 -0
  117. package/dist/es/ipes/src/common/IpesProgressBar.mjs +38 -0
  118. package/dist/es/ipes/src/common/LottieAnimation.mjs +3 -3
  119. package/dist/es/ipes/src/index.d.ts +6 -0
  120. package/dist/es/ipes/src/index.mjs +12 -0
  121. package/dist/es/style.css +1514 -909
  122. package/dist/es/wgms/service/request.mjs +1 -1
  123. package/dist/es/wgms/src/AuxiliaryJudgment/index.mjs +3 -3
  124. package/dist/es/wgms/src/ChangesAlongTheProcess/index.mjs +3 -3
  125. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.mjs +5 -5
  126. package/dist/es/wgms/src/CrossSectionCorrelation/index.mjs +4 -4
  127. package/dist/es/wgms/src/DistributionPoints/index.mjs +4 -4
  128. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
  129. package/dist/es/wgms/src/EnvironmentalAnalysis/index.mjs +7 -5
  130. package/dist/es/wgms/src/FactorTopThreeRanking/index.mjs +4 -4
  131. package/dist/es/wgms/src/FactorTrendComparison/index.mjs +2 -2
  132. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.mjs +3 -3
  133. package/dist/es/wgms/src/LakeRiverIndex/index.mjs +4 -4
  134. package/dist/es/wgms/src/NPTrendChange/index.mjs +2 -2
  135. package/dist/es/wgms/src/SevenDayKline/index.mjs +4 -4
  136. package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.mjs +4 -4
  137. package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +0 -1
  138. package/dist/es/wgms/src/SubordinateRanking/index.mjs +7 -4
  139. package/dist/es/wgms/src/SurroundingPollution/index.mjs +5 -5
  140. package/dist/es/wgms/src/UpstreamImpact/index.mjs +3 -3
  141. package/dist/es/wgms/src/UpstreamSection/index.mjs +3 -3
  142. package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.mjs +2 -2
  143. package/dist/es/wgms/src/WaterQualityClassification/index.mjs +3 -3
  144. package/dist/es/wgms/src/WaterQualityRainfall/index.mjs +3 -3
  145. package/dist/es/wgms/src/WaterQualityStatus/index.mjs +3 -3
  146. package/dist/es/wgms/src/common/select-panel.mjs +3 -1
  147. package/dist/es/wgms/utils/echarts/index.mjs +14 -2
  148. package/dist/es/wgms/utils/tools.mjs +1 -1
  149. package/dist/lib/aims/service/request.js +3 -3
  150. package/dist/lib/aims/src/AirQualityCalendar/index.js +20 -15
  151. package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.js +6 -6
  152. package/dist/lib/aims/src/AirQualityLevelYearRatio/index.js +4 -4
  153. package/dist/lib/aims/src/AirQualityPresentSituation/index.js +9 -12
  154. package/dist/lib/aims/src/AirQualityRealTime/index.js +12 -15
  155. package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.js +5 -5
  156. package/dist/lib/aims/src/CieqContributionMonthRatio/index.js +4 -4
  157. package/dist/lib/aims/src/CieqContributionYearRatio/index.js +6 -6
  158. package/dist/lib/aims/src/FactorRealTimeRankChart/index.js +7 -8
  159. package/dist/lib/aims/src/FactorRealTimeRankList/index.js +8 -8
  160. package/dist/lib/aims/src/FactorTargetYearPeriod/index.js +4 -4
  161. package/dist/lib/aims/src/MainPollutionMonthRatio/index.js +4 -4
  162. package/dist/lib/aims/src/MainPollutionYearRatio/index.js +4 -4
  163. package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.js +4 -4
  164. package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.js +4 -4
  165. package/dist/lib/aims/src/TbHbAnalysis/index.js +6 -6
  166. package/dist/lib/aims/src/WeatherCondition/index.js +5 -5
  167. package/dist/lib/aims/src/common/BasicDialog/index.js +3 -3
  168. package/dist/lib/aims/src/common/BasicEcharts/index.js +21 -2
  169. package/dist/lib/aims/src/common/BasicPanel/index.js +4 -2
  170. package/dist/lib/aims/utils/tools.js +2 -2
  171. package/dist/lib/bmp/config/index.js +8 -0
  172. package/dist/lib/bmp/service/base-serve.d.ts +4 -0
  173. package/dist/lib/bmp/service/base-serve.js +14 -0
  174. package/dist/lib/bmp/service/request.d.ts +3 -0
  175. package/dist/lib/bmp/service/request.js +80 -0
  176. package/dist/lib/bmp/service/types.d.ts +14 -0
  177. package/dist/lib/bmp/src/AlgaeMonitoring/api/index.d.ts +6 -0
  178. package/dist/lib/bmp/src/AlgaeMonitoring/api/index.js +14 -0
  179. package/dist/lib/bmp/src/AlgaeMonitoring/api/types.d.ts +21 -0
  180. package/dist/lib/bmp/src/AlgaeMonitoring/images/checked.js +5 -0
  181. package/dist/lib/bmp/src/AlgaeMonitoring/images/today-alarm.js +5 -0
  182. package/dist/lib/bmp/src/AlgaeMonitoring/index.d.ts +97 -0
  183. package/dist/lib/bmp/src/AlgaeMonitoring/index.js +214 -0
  184. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.d.ts +6 -0
  185. package/dist/lib/bmp/src/index.d.ts +1 -1
  186. package/dist/lib/bmp/src/index.js +2 -2
  187. package/dist/lib/index.js +65 -21
  188. package/dist/lib/ipes/service/request.js +4 -3
  189. package/dist/lib/ipes/src/AccessVehicleManage/index.d.ts +81 -7
  190. package/dist/lib/ipes/src/AccessVehicleManage/index.js +107 -44
  191. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.d.ts +48 -3
  192. package/dist/lib/ipes/src/AirPollutionDischarge/images/new-nodata.js +5 -0
  193. package/dist/lib/ipes/src/AirPollutionDischarge/index.d.ts +3 -107
  194. package/dist/lib/ipes/src/AirPollutionDischarge/index.js +183 -126
  195. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.d.ts +1 -64
  196. package/dist/lib/ipes/src/AirQuality/index.js +25 -16
  197. package/dist/lib/ipes/src/AirQualityManagement/index.js +31 -20
  198. package/dist/lib/ipes/src/AlarmManage/images/alarm.js +5 -0
  199. package/dist/lib/ipes/src/AlarmManage/images/modeluIcon.js +5 -0
  200. package/dist/lib/ipes/src/AlarmManage/images/new-nodata.js +5 -0
  201. package/dist/lib/ipes/src/AlarmManage/index.d.ts +89 -0
  202. package/dist/lib/ipes/src/AlarmManage/index.js +177 -0
  203. package/dist/lib/ipes/src/AlarmManage/index.vue.d.ts +2 -0
  204. package/dist/lib/ipes/src/AlarmManage/type.d.ts +5 -0
  205. package/dist/lib/ipes/src/BusinessManage/images/icon-percent.js +5 -0
  206. package/dist/lib/ipes/src/BusinessManage/index.d.ts +89 -0
  207. package/dist/lib/ipes/src/BusinessManage/index.js +198 -0
  208. package/dist/lib/ipes/src/BusinessManage/index.vue.d.ts +2 -0
  209. package/dist/lib/ipes/src/BusinessManage/type.d.ts +10 -0
  210. package/dist/lib/ipes/src/EmergencyDuty/index.js +3 -3
  211. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +38 -3
  212. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.js +52 -30
  213. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +22 -1
  214. package/dist/lib/ipes/src/EnvManage/index.js +19 -16
  215. package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.js +5 -0
  216. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.js +5 -0
  217. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.js +5 -0
  218. package/dist/lib/ipes/src/EnvironmentalProtection/index.d.ts +101 -0
  219. package/dist/lib/ipes/src/EnvironmentalProtection/index.js +179 -0
  220. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.d.ts +6 -0
  221. package/dist/lib/ipes/src/EnvironmentalRiskManagement/.js +2 -2
  222. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +23 -3
  223. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.js +47 -11
  224. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +13 -1
  225. package/dist/lib/ipes/src/GasControl/.js +123 -0
  226. package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.d.ts +22 -0
  227. package/dist/lib/ipes/src/GasControl/components/SingleItem.vue.d.ts +16 -0
  228. package/dist/lib/{bmp/src/test-com → ipes/src/GasControl}/index.d.ts +28 -24
  229. package/dist/lib/ipes/src/GasControl/index.js +105 -0
  230. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +23 -0
  231. package/dist/lib/ipes/src/GeneralManagement/.js +13 -16
  232. package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.d.ts +10 -6
  233. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +18 -9
  234. package/dist/lib/ipes/src/GeneralManagement/index.js +8 -10
  235. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +12 -6
  236. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +82 -14
  237. package/dist/lib/ipes/src/HazardousVehicleManage/index.js +74 -49
  238. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +48 -5
  239. package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.js +5 -0
  240. package/dist/lib/ipes/src/InspectionManage/images/new-nodata.js +5 -0
  241. package/dist/lib/ipes/src/InspectionManage/index.d.ts +136 -0
  242. package/dist/lib/ipes/src/InspectionManage/index.js +269 -0
  243. package/dist/lib/ipes/src/InspectionManage/index.vue.d.ts +27 -0
  244. package/dist/lib/ipes/src/InspectionManage/types/index.d.ts +11 -0
  245. package/dist/lib/ipes/src/Level3AirDefense/.js +37 -10
  246. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts +14 -0
  247. package/dist/lib/ipes/src/Level3AirDefense/images/empty.js +5 -0
  248. package/dist/lib/ipes/src/Level3AirDefense/index.js +9 -8
  249. package/dist/lib/ipes/src/OdorControl/index.js +2 -2
  250. package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +168 -0
  251. package/dist/lib/ipes/src/PollutantSourceManage/index.js +92 -0
  252. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +42 -0
  253. package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +18 -0
  254. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +2 -2
  255. package/dist/lib/ipes/src/SealingManage/index.d.ts +121 -14
  256. package/dist/lib/ipes/src/SealingManage/index.js +222 -84
  257. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +72 -5
  258. package/dist/lib/ipes/src/TaskDispose/.js +21 -2
  259. package/dist/lib/ipes/src/VocStatistics/index.js +2 -2
  260. package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +81 -7
  261. package/dist/lib/ipes/src/WaterNetworkManage/index.js +73 -41
  262. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +48 -3
  263. package/dist/lib/ipes/src/common/Echarts.js +21 -2
  264. package/dist/lib/ipes/src/common/IpesPercentBar.js +40 -0
  265. package/dist/lib/ipes/src/common/IpesProgressBar.js +40 -0
  266. package/dist/lib/ipes/src/common/LottieAnimation.js +2 -2
  267. package/dist/lib/ipes/src/index.d.ts +6 -0
  268. package/dist/lib/ipes/src/index.js +12 -0
  269. package/dist/lib/style.css +1514 -909
  270. package/dist/lib/wgms/service/request.js +3 -3
  271. package/dist/lib/wgms/src/AuxiliaryJudgment/index.js +5 -5
  272. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.js +4 -4
  273. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.js +4 -4
  274. package/dist/lib/wgms/src/CrossSectionCorrelation/index.js +6 -6
  275. package/dist/lib/wgms/src/DistributionPoints/index.js +3 -3
  276. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
  277. package/dist/lib/wgms/src/EnvironmentalAnalysis/index.js +10 -8
  278. package/dist/lib/wgms/src/FactorTopThreeRanking/index.js +3 -3
  279. package/dist/lib/wgms/src/FactorTrendComparison/index.js +2 -2
  280. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.js +3 -3
  281. package/dist/lib/wgms/src/LakeRiverIndex/index.js +6 -6
  282. package/dist/lib/wgms/src/NPTrendChange/index.js +2 -2
  283. package/dist/lib/wgms/src/SevenDayKline/index.js +9 -9
  284. package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.js +4 -4
  285. package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +0 -1
  286. package/dist/lib/wgms/src/SubordinateRanking/index.js +12 -9
  287. package/dist/lib/wgms/src/SurroundingPollution/index.js +8 -8
  288. package/dist/lib/wgms/src/UpstreamImpact/index.js +4 -4
  289. package/dist/lib/wgms/src/UpstreamSection/index.js +3 -3
  290. package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.js +2 -2
  291. package/dist/lib/wgms/src/WaterQualityClassification/index.js +3 -3
  292. package/dist/lib/wgms/src/WaterQualityRainfall/index.js +5 -5
  293. package/dist/lib/wgms/src/WaterQualityStatus/index.js +3 -3
  294. package/dist/lib/wgms/src/common/select-panel.js +4 -2
  295. package/dist/lib/wgms/utils/echarts/index.js +34 -3
  296. package/dist/lib/wgms/utils/tools.js +2 -2
  297. package/package.json +2 -2
  298. package/dist/es/bmp/src/test-com/index.mjs +0 -33
  299. package/dist/es/bmp/src/test-com/index.vue.d.ts +0 -23
  300. package/dist/es/bmp/src/test-com/types.d.ts +0 -16
  301. package/dist/es/vendor/@ctrl_tinycolor@3.6.0.mjs +0 -1136
  302. package/dist/es/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.mjs +0 -376
  303. package/dist/es/vendor/@floating-ui_core@1.3.1.mjs +0 -1
  304. package/dist/es/vendor/@floating-ui_dom@1.4.4.mjs +0 -1
  305. package/dist/es/vendor/@sxzz_popperjs-es@2.11.7.mjs +0 -3
  306. package/dist/es/vendor/@ued_fpi_element-plus-expand@0.7.19.mjs +0 -243
  307. package/dist/es/vendor/@vue_reactivity@3.3.4.mjs +0 -1
  308. package/dist/es/vendor/@vue_shared@3.3.4.mjs +0 -29
  309. package/dist/es/vendor/@vueuse_core@9.13.0_vue@3.3.4.mjs +0 -214
  310. package/dist/es/vendor/@vueuse_shared@9.13.0_vue@3.3.4.mjs +0 -72
  311. package/dist/es/vendor/async-validator@4.2.5.mjs +0 -1
  312. package/dist/es/vendor/axios@1.4.0.mjs +0 -3209
  313. package/dist/es/vendor/claygl@1.3.0.mjs +0 -24199
  314. package/dist/es/vendor/dayjs@1.11.9.mjs +0 -88
  315. package/dist/es/vendor/echarts-gl@2.0.9_echarts@5.4.2.mjs +0 -20973
  316. package/dist/es/vendor/echarts@5.4.2.mjs +0 -79359
  317. package/dist/es/vendor/element-plus@2.3.7_vue@3.3.4.mjs +0 -11032
  318. package/dist/es/vendor/escape-html@1.0.3.mjs +0 -1
  319. package/dist/es/vendor/fpi-tg-factor-tools@1.0.4.mjs +0 -195
  320. package/dist/es/vendor/lodash-es@4.17.21.mjs +0 -3255
  321. package/dist/es/vendor/lodash-unified@1.0.3_tknf7errc3xdqocd3ryzzla7vq.mjs +0 -1
  322. package/dist/es/vendor/memoize-one@6.0.0.mjs +0 -1
  323. package/dist/es/vendor/normalize-wheel-es@1.2.0.mjs +0 -1
  324. package/dist/es/vendor/tslib@2.3.0.mjs +0 -32
  325. package/dist/es/vendor/vue-demi@0.14.5_vue@3.3.4.mjs +0 -1
  326. package/dist/es/vendor/vue3-seamless-scroll@2.0.1.mjs +0 -562
  327. package/dist/es/vendor/zrender@5.4.3.mjs +0 -16894
  328. package/dist/lib/bmp/src/test-com/index.js +0 -35
  329. package/dist/lib/bmp/src/test-com/index.vue.d.ts +0 -23
  330. package/dist/lib/bmp/src/test-com/types.d.ts +0 -16
  331. package/dist/lib/vendor/@ctrl_tinycolor@3.6.0.js +0 -1138
  332. package/dist/lib/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.js +0 -396
  333. package/dist/lib/vendor/@floating-ui_core@1.3.1.js +0 -2
  334. package/dist/lib/vendor/@floating-ui_dom@1.4.4.js +0 -2
  335. package/dist/lib/vendor/@sxzz_popperjs-es@2.11.7.js +0 -6
  336. package/dist/lib/vendor/@ued_fpi_element-plus-expand@0.7.19.js +0 -245
  337. package/dist/lib/vendor/@vue_reactivity@3.3.4.js +0 -2
  338. package/dist/lib/vendor/@vue_shared@3.3.4.js +0 -39
  339. package/dist/lib/vendor/@vueuse_core@9.13.0_vue@3.3.4.js +0 -219
  340. package/dist/lib/vendor/@vueuse_shared@9.13.0_vue@3.3.4.js +0 -82
  341. package/dist/lib/vendor/async-validator@4.2.5.js +0 -2
  342. package/dist/lib/vendor/axios@1.4.0.js +0 -3211
  343. package/dist/lib/vendor/claygl@1.3.0.js +0 -24255
  344. package/dist/lib/vendor/dayjs@1.11.9.js +0 -98
  345. package/dist/lib/vendor/echarts-gl@2.0.9_echarts@5.4.2.js +0 -20975
  346. package/dist/lib/vendor/echarts@5.4.2.js +0 -79400
  347. package/dist/lib/vendor/element-plus@2.3.7_vue@3.3.4.js +0 -11041
  348. package/dist/lib/vendor/escape-html@1.0.3.js +0 -2
  349. package/dist/lib/vendor/fpi-tg-factor-tools@1.0.4.js +0 -201
  350. package/dist/lib/vendor/lodash-es@4.17.21.js +0 -3265
  351. package/dist/lib/vendor/lodash-unified@1.0.3_tknf7errc3xdqocd3ryzzla7vq.js +0 -2
  352. package/dist/lib/vendor/memoize-one@6.0.0.js +0 -2
  353. package/dist/lib/vendor/normalize-wheel-es@1.2.0.js +0 -2
  354. package/dist/lib/vendor/tslib@2.3.0.js +0 -34
  355. package/dist/lib/vendor/vue-demi@0.14.5_vue@3.3.4.js +0 -4
  356. package/dist/lib/vendor/vue3-seamless-scroll@2.0.1.js +0 -564
  357. package/dist/lib/vendor/zrender@5.4.3.js +0 -17049
@@ -1,10 +1,14 @@
1
1
  import { _ as _export_sfc, i as install } from '../../../aims/src/AirQualityCalendar/index.mjs';
2
- import { c as ElOption, d as ElSelect } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
3
- import { defineComponent, reactive, ref, computed, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, createVNode, isRef, withCtx, Fragment, renderList, createBlock, normalizeClass, pushScopeId, popScopeId } from 'vue';
2
+ import { ElOption, ElSelect } from 'element-plus/es';
3
+ import 'element-plus/es/components/base/style/css';
4
+ import 'element-plus/es/components/select/style/css';
5
+ import 'element-plus/es/components/option/style/css';
6
+ import { defineComponent, reactive, ref, computed, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock, normalizeClass, pushScopeId, popScopeId } from 'vue';
4
7
  import { _ as _imports_0 } from './images/module-title-icon.mjs';
5
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
8
+ import dayjs from 'dayjs';
9
+ import { r as requestControl } from '../../service/request.mjs';
6
10
 
7
- const _withScopeId = (n) => (pushScopeId("data-v-9170857b"), n = n(), popScopeId(), n);
11
+ const _withScopeId = (n) => (pushScopeId("data-v-1ad2fa22"), n = n(), popScopeId(), n);
8
12
  const _hoisted_1 = { class: "dv-ipes-sealing-manage" };
9
13
  const _hoisted_2 = { class: "sealing-row" };
10
14
  const _hoisted_3 = { class: "sealing-header" };
@@ -32,28 +36,96 @@ const _hoisted_14 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEle
32
36
  ], -1));
33
37
  const _hoisted_15 = { class: "sealing-header__extra" };
34
38
  const _hoisted_16 = { class: "hazardous-statistics" };
35
- const _hoisted_17 = { class: "hazardous-statistics-item__type" };
36
- const _hoisted_18 = { class: "hazardous-statistics-item__total" };
37
- const _hoisted_19 = { class: "hazardous-statistics-item__detail" };
38
- const _hoisted_20 = { class: "hazardous-statistics-item__col" };
39
- const _hoisted_21 = { class: "hazardous-statistics-item__label" };
40
- const _hoisted_22 = { class: "hazardous-statistics-item__value" };
41
- const _hoisted_23 = { class: "hazardous-statistics-item__col" };
42
- const _hoisted_24 = { class: "hazardous-statistics-item__label" };
43
- const _hoisted_25 = { class: "hazardous-statistics-item__value" };
39
+ const _hoisted_17 = { class: "hazardous-statistics-item" };
40
+ const _hoisted_18 = { class: "hazardous-statistics-item__type" };
41
+ const _hoisted_19 = { class: "hazardous-statistics-item__total" };
42
+ const _hoisted_20 = { class: "hazardous-statistics-item__detail" };
43
+ const _hoisted_21 = { class: "hazardous-statistics-item__col" };
44
+ const _hoisted_22 = { class: "hazardous-statistics-item__label" };
45
+ const _hoisted_23 = { class: "hazardous-statistics-item__value" };
46
+ const _hoisted_24 = { class: "hazardous-statistics-item__col" };
47
+ const _hoisted_25 = { class: "hazardous-statistics-item__label" };
48
+ const _hoisted_26 = { class: "hazardous-statistics-item__value" };
49
+ const _hoisted_27 = { class: "hazardous-statistics-item" };
50
+ const _hoisted_28 = { class: "hazardous-statistics-item__type" };
51
+ const _hoisted_29 = { class: "hazardous-statistics-item__total" };
52
+ const _hoisted_30 = { class: "hazardous-statistics-item__detail" };
53
+ const _hoisted_31 = { class: "hazardous-statistics-item__col" };
54
+ const _hoisted_32 = { class: "hazardous-statistics-item__label" };
55
+ const _hoisted_33 = { class: "hazardous-statistics-item__value" };
56
+ const _hoisted_34 = { class: "hazardous-statistics-item__col" };
57
+ const _hoisted_35 = { class: "hazardous-statistics-item__label" };
58
+ const _hoisted_36 = { class: "hazardous-statistics-item__value" };
44
59
  const __default__ = {
45
60
  name: "SealingManage",
46
61
  title: "封闭化管理"
47
62
  };
48
63
  const _sfc_main = /* @__PURE__ */ defineComponent({
49
64
  ...__default__,
65
+ props: {
66
+ // 车辆出入园统计接口
67
+ accessStatisticUrl: {
68
+ type: String,
69
+ default: "/ipes-prj-map-server/api/v1/web/closed-end/statistics-record"
70
+ },
71
+ // 实时动态
72
+ getAlarmCountNew: {
73
+ type: String,
74
+ default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew"
75
+ },
76
+ // 在线状态统计-报警统计
77
+ getAlarmIsAllCountNew: {
78
+ type: String,
79
+ default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew"
80
+ },
81
+ // 时间类型
82
+ timeType: {
83
+ type: String,
84
+ default: "month"
85
+ },
86
+ // 时间类型选项
87
+ timeTypeOptions: {
88
+ type: Array,
89
+ default: () => [
90
+ {
91
+ label: "年",
92
+ value: "year"
93
+ },
94
+ {
95
+ label: "月",
96
+ value: "month"
97
+ },
98
+ {
99
+ label: "日",
100
+ value: "day"
101
+ }
102
+ ]
103
+ },
104
+ // 园区类型
105
+ parkOptions: {
106
+ type: Array,
107
+ default: () => [
108
+ {
109
+ value: "",
110
+ label: "全部"
111
+ },
112
+ {
113
+ value: "0",
114
+ label: "西中岛"
115
+ },
116
+ {
117
+ value: "1",
118
+ label: "长兴岛"
119
+ }
120
+ ]
121
+ }
122
+ },
50
123
  emits: {
51
- onTimeTypeChange: (value) => value,
52
- onParkTypeChange: (value) => value
124
+ onTimeTypeChange: (value) => value
53
125
  },
54
126
  setup(__props, { emit }) {
55
- const accessCar = reactive([
56
- // toDo 换成接口
127
+ const props = __props;
128
+ const accessStatistic = reactive([
57
129
  {
58
130
  label: "入园车辆",
59
131
  value: 0,
@@ -61,15 +133,37 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
133
  },
62
134
  {
63
135
  label: "出园车辆",
64
- value: 999,
136
+ value: 0,
65
137
  type: "exit"
66
138
  }
67
139
  ]);
68
- const hazardousCar = reactive([
69
- { title: "园内车辆", total: 1 },
70
- { title: "车辆在线状态", total: 2 }
71
- ]);
72
- const timeType = ref("month");
140
+ const hazardousCar = reactive({
141
+ sfCount: 0,
142
+ // 外来车辆数
143
+ sfCountTitle: "外来车辆数",
144
+ // 外来车辆数
145
+ dnCount: 0,
146
+ // 自有车辆数
147
+ dnCountTitle: "自有车辆数",
148
+ // 自有车辆数
149
+ ynCount: 0,
150
+ // 园区车辆
151
+ ynCountTitle: "园区车辆",
152
+ // 园区车辆
153
+ zxCount: 0,
154
+ // 在线车辆数
155
+ zxCountTitle: "在线车辆数",
156
+ // 在线车辆数
157
+ lxCount: 0,
158
+ // 离线车辆数
159
+ lxCountTitle: "离线车辆数",
160
+ // 离线车辆数
161
+ zxPercent: 0,
162
+ // 车辆在线状态
163
+ zxPercentTitle: "车辆在线状态"
164
+ // 车辆在线状态
165
+ });
166
+ const _timeType = ref(props.timeType);
73
167
  const parkType = ref("");
74
168
  const timeLabel = computed(() => {
75
169
  let format;
@@ -78,42 +172,73 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
172
  format2["month"] = "YYYY-MM";
79
173
  format2["day"] = "YYYY-MM-DD";
80
174
  })(format || (format = {}));
81
- return dayjs().format(format[timeType.value]);
175
+ return dayjs().format(format[_timeType.value]);
82
176
  });
83
- const timeTypeOptions = reactive([
84
- {
85
- label: "年",
86
- value: "year"
87
- },
88
- {
89
- label: "月",
90
- value: "month"
91
- },
92
- {
93
- label: "日",
94
- value: "day"
177
+ const _timeTypeOptions = computed(() => props.timeTypeOptions);
178
+ const _parkOptions = computed(() => props.parkOptions);
179
+ onMounted(() => {
180
+ getStatisticsRecord();
181
+ getAlarmCountNew();
182
+ });
183
+ const getStatisticsRecord = async () => {
184
+ try {
185
+ const res = await requestControl({
186
+ method: "get",
187
+ url: props.accessStatisticUrl,
188
+ params: {
189
+ timeStr: timeLabel.value,
190
+ timeType: _timeType.value
191
+ }
192
+ });
193
+ accessStatistic[0].value = res?.data?.inCount;
194
+ accessStatistic[1].value = res?.data?.outCount;
195
+ } catch (e) {
196
+ console.log(e);
95
197
  }
96
- ]);
97
- const parkOption = reactive([
98
- {
99
- value: "",
100
- label: "全部"
101
- },
102
- {
103
- value: "0",
104
- label: "西中岛"
105
- },
106
- {
107
- value: "1",
108
- label: "长兴岛"
198
+ };
199
+ const getAlarmCountNew = async () => {
200
+ try {
201
+ const res = await Promise.all([
202
+ // 实时动态
203
+ requestControl({
204
+ method: "get",
205
+ url: props.getAlarmCountNew,
206
+ params: {
207
+ area: parkType.value,
208
+ startTime: dayjs().format("YYYY-MM-DD"),
209
+ endTime: dayjs().format("YYYY-MM-DD")
210
+ }
211
+ }),
212
+ // 在线状态统计-报警统计
213
+ requestControl({
214
+ method: "get",
215
+ url: props.getAlarmIsAllCountNew,
216
+ params: {
217
+ yearMonth: dayjs().format("YYYY-MM"),
218
+ area: parkType.value
219
+ }
220
+ })
221
+ ]);
222
+ const { sfCount = 0, dnCount = 0, ynCount = 0 } = res[0]?.entries || {};
223
+ const { zxCount = 0, lxCount = 0 } = res[1]?.entries || {};
224
+ Object.assign(hazardousCar, {
225
+ ...hazardousCar,
226
+ duration: 0.3,
227
+ sfCount,
228
+ dnCount,
229
+ ynCount,
230
+ zxCount: Number(zxCount),
231
+ lxCount,
232
+ zxPercent: (zxCount || 0) / ((lxCount || 0) + (zxCount || 0)) * 100
233
+ });
234
+ } catch (e) {
235
+ console.log(e);
109
236
  }
110
- ]);
237
+ };
111
238
  const handleTimeTypeChange = (value) => {
239
+ getStatisticsRecord();
112
240
  emit("onTimeTypeChange", value);
113
241
  };
114
- const handleParkTypeChange = (value) => {
115
- emit("onParkTypeChange", value);
116
- };
117
242
  return (_ctx, _cache) => {
118
243
  const _component_el_option = ElOption;
119
244
  const _component_el_select = ElSelect;
@@ -123,16 +248,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
123
248
  createElementVNode("div", _hoisted_4, [
124
249
  _hoisted_5,
125
250
  _hoisted_6,
126
- createElementVNode("span", _hoisted_7, "(" + toDisplayString(unref(timeLabel)) + ")", 1)
251
+ createElementVNode("span", _hoisted_7, "(" + toDisplayString(timeLabel.value) + ")", 1)
127
252
  ]),
128
253
  createElementVNode("div", _hoisted_8, [
129
254
  createVNode(_component_el_select, {
130
- modelValue: unref(timeType),
131
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(timeType) ? timeType.value = $event : null),
255
+ modelValue: _timeType.value,
256
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _timeType.value = $event),
257
+ class: "fpi-select",
132
258
  onChange: handleTimeTypeChange
133
259
  }, {
134
260
  default: withCtx(() => [
135
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(timeTypeOptions), (item) => {
261
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_timeTypeOptions.value, (item) => {
136
262
  return openBlock(), createBlock(_component_el_option, {
137
263
  key: item.value,
138
264
  value: item.value,
@@ -145,7 +271,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
271
  ])
146
272
  ]),
147
273
  createElementVNode("div", _hoisted_9, [
148
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(accessCar), (item, idx) => {
274
+ (openBlock(true), createElementBlock(Fragment, null, renderList(accessStatistic, (item, idx) => {
149
275
  return openBlock(), createElementBlock("div", {
150
276
  key: idx,
151
277
  class: normalizeClass(["access-statistics-item", `access-statistics-item--${item.type}`])
@@ -161,12 +287,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
161
287
  _hoisted_14,
162
288
  createElementVNode("div", _hoisted_15, [
163
289
  createVNode(_component_el_select, {
164
- modelValue: unref(parkType),
165
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(parkType) ? parkType.value = $event : null),
166
- onChange: handleParkTypeChange
290
+ modelValue: parkType.value,
291
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => parkType.value = $event),
292
+ class: "fpi-select",
293
+ onChange: getAlarmCountNew
167
294
  }, {
168
295
  default: withCtx(() => [
169
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(parkOption), (item) => {
296
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_parkOptions.value, (item) => {
170
297
  return openBlock(), createBlock(_component_el_option, {
171
298
  key: item.value,
172
299
  value: item.value,
@@ -179,27 +306,38 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
179
306
  ])
180
307
  ]),
181
308
  createElementVNode("div", _hoisted_16, [
182
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(hazardousCar), (item, idx) => {
183
- return openBlock(), createElementBlock("div", {
184
- key: idx,
185
- class: "hazardous-statistics-item hazardous-statistics-item--entry"
186
- }, [
187
- createElementVNode("div", _hoisted_17, toDisplayString(item.title), 1),
188
- createElementVNode("div", _hoisted_18, [
189
- createElementVNode("span", null, toDisplayString(item.total), 1)
309
+ createElementVNode("div", _hoisted_17, [
310
+ createElementVNode("div", _hoisted_18, toDisplayString(hazardousCar.ynCountTitle), 1),
311
+ createElementVNode("div", _hoisted_19, [
312
+ createElementVNode("span", null, toDisplayString(hazardousCar.ynCount), 1)
313
+ ]),
314
+ createElementVNode("div", _hoisted_20, [
315
+ createElementVNode("div", _hoisted_21, [
316
+ createElementVNode("div", _hoisted_22, toDisplayString(hazardousCar.dnCountTitle), 1),
317
+ createElementVNode("div", _hoisted_23, toDisplayString(hazardousCar.dnCount), 1)
190
318
  ]),
191
- createElementVNode("div", _hoisted_19, [
192
- createElementVNode("div", _hoisted_20, [
193
- createElementVNode("div", _hoisted_21, toDisplayString(item.title), 1),
194
- createElementVNode("div", _hoisted_22, toDisplayString(item.total), 1)
195
- ]),
196
- createElementVNode("div", _hoisted_23, [
197
- createElementVNode("div", _hoisted_24, toDisplayString(item.title), 1),
198
- createElementVNode("div", _hoisted_25, toDisplayString(item.total), 1)
199
- ])
319
+ createElementVNode("div", _hoisted_24, [
320
+ createElementVNode("div", _hoisted_25, toDisplayString(hazardousCar.sfCountTitle), 1),
321
+ createElementVNode("div", _hoisted_26, toDisplayString(hazardousCar.sfCount), 1)
200
322
  ])
201
- ]);
202
- }), 128))
323
+ ])
324
+ ]),
325
+ createElementVNode("div", _hoisted_27, [
326
+ createElementVNode("div", _hoisted_28, toDisplayString(hazardousCar.zxPercentTitle), 1),
327
+ createElementVNode("div", _hoisted_29, [
328
+ createElementVNode("span", null, toDisplayString(hazardousCar.zxPercent.toFixed(1)) + "%", 1)
329
+ ]),
330
+ createElementVNode("div", _hoisted_30, [
331
+ createElementVNode("div", _hoisted_31, [
332
+ createElementVNode("div", _hoisted_32, toDisplayString(hazardousCar.zxCountTitle), 1),
333
+ createElementVNode("div", _hoisted_33, toDisplayString(hazardousCar.zxCount), 1)
334
+ ]),
335
+ createElementVNode("div", _hoisted_34, [
336
+ createElementVNode("div", _hoisted_35, toDisplayString(hazardousCar.lxCountTitle), 1),
337
+ createElementVNode("div", _hoisted_36, toDisplayString(hazardousCar.lxCount), 1)
338
+ ])
339
+ ])
340
+ ])
203
341
  ])
204
342
  ])
205
343
  ]);
@@ -207,9 +345,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
207
345
  }
208
346
  });
209
347
 
210
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_9170857b_lang = '';
348
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_1ad2fa22_lang = '';
211
349
 
212
- const _SealingManage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9170857b"]]);
350
+ const _SealingManage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ad2fa22"]]);
213
351
 
214
352
  const SealingManage = install(_SealingManage);
215
353
 
@@ -1,8 +1,75 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const _default: import("vue").DefineComponent<{
2
+ accessStatisticUrl: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ getAlarmCountNew: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ getAlarmIsAllCountNew: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ timeType: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ timeTypeOptions: {
19
+ type: ArrayConstructor;
20
+ default: () => {
21
+ label: string;
22
+ value: string;
23
+ }[];
24
+ };
25
+ parkOptions: {
26
+ type: ArrayConstructor;
27
+ default: () => {
28
+ value: string;
29
+ label: string;
30
+ }[];
31
+ };
32
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
33
  onTimeTypeChange: (value: string) => string;
3
- onParkTypeChange: (value: string) => string;
4
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
34
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
35
+ accessStatisticUrl: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ getAlarmCountNew: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ getAlarmIsAllCountNew: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ timeType: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ timeTypeOptions: {
52
+ type: ArrayConstructor;
53
+ default: () => {
54
+ label: string;
55
+ value: string;
56
+ }[];
57
+ };
58
+ parkOptions: {
59
+ type: ArrayConstructor;
60
+ default: () => {
61
+ value: string;
62
+ label: string;
63
+ }[];
64
+ };
65
+ }>> & {
5
66
  onOnTimeTypeChange?: ((value: string) => any) | undefined;
6
- onOnParkTypeChange?: ((value: string) => any) | undefined;
7
- }, {}, {}>;
67
+ }, {
68
+ timeType: string;
69
+ accessStatisticUrl: string;
70
+ getAlarmCountNew: string;
71
+ getAlarmIsAllCountNew: string;
72
+ timeTypeOptions: unknown[];
73
+ parkOptions: unknown[];
74
+ }, {}>;
8
75
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, onMounted, onBeforeUnmount, watch, openBlock, createElementBlock, normalizeClass, normalizeStyle } from 'vue';
2
- import { i as init } from '../../../vendor/echarts@5.4.2.mjs';
2
+ import * as echarts from 'echarts';
3
3
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
4
4
 
5
5
  const _hoisted_1 = ["id"];
@@ -51,7 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  };
52
52
  const cancalDebounce = debounce(resizeHandler, 50);
53
53
  onMounted(() => {
54
- myChart = init(document.getElementById(props.id), { renderer: "svg" });
54
+ myChart = echarts.init(document.getElementById(props.id), { renderer: "svg" });
55
55
  myChart.showLoading({
56
56
  text: "",
57
57
  color: "#409eff",
@@ -60,9 +60,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  }
61
61
  });
62
62
 
63
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_b6a7b5b1_lang = '';
63
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_8bb7ae88_lang = '';
64
64
 
65
- const _VocStatistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b6a7b5b1"]]);
65
+ const _VocStatistics = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8bb7ae88"]]);
66
66
 
67
67
  const VocStatistics = install(_VocStatistics);
68
68
 
@@ -4,6 +4,10 @@ export declare const WaterNetworkManage: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ timeType?: string | undefined;
8
+ timeTypeOptions?: unknown[] | undefined;
9
+ getWaterStatus?: string | undefined;
10
+ getWaterVolume?: string | undefined;
7
11
  key?: string | number | symbol | undefined;
8
12
  style?: unknown;
9
13
  ref?: import("vue").VNodeRef | undefined;
@@ -63,11 +67,36 @@ export declare const WaterNetworkManage: {
63
67
  $parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
64
68
  $emit: (event: "onTimeTypeChange", value: string) => void;
65
69
  $el: any;
66
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
70
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
71
+ getWaterStatus: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ getWaterVolume: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ timeType: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ timeTypeOptions: {
84
+ type: ArrayConstructor;
85
+ default: () => {
86
+ label: string;
87
+ value: string;
88
+ }[];
89
+ };
90
+ }>> & {
67
91
  onOnTimeTypeChange?: ((value: string) => any) | undefined;
68
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
92
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
69
93
  onTimeTypeChange: (value: string) => string;
70
- }, string, {}, {}, string, {}> & {
94
+ }, string, {
95
+ timeType: string;
96
+ timeTypeOptions: unknown[];
97
+ getWaterStatus: string;
98
+ getWaterVolume: string;
99
+ }, {}, string, {}> & {
71
100
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
72
101
  created?: ((() => void) | (() => void)[]) | undefined;
73
102
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -87,15 +116,60 @@ export declare const WaterNetworkManage: {
87
116
  $forceUpdate: () => void;
88
117
  $nextTick: typeof import("vue").nextTick;
89
118
  $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;
90
- } & Readonly<import("vue").ExtractPropTypes<{}>> & {
119
+ } & Readonly<import("vue").ExtractPropTypes<{
120
+ getWaterStatus: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ getWaterVolume: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ timeType: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ timeTypeOptions: {
133
+ type: ArrayConstructor;
134
+ default: () => {
135
+ label: string;
136
+ value: string;
137
+ }[];
138
+ };
139
+ }>> & {
91
140
  onOnTimeTypeChange?: ((value: string) => any) | undefined;
92
141
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
93
142
  __isFragment?: undefined;
94
143
  __isTeleport?: undefined;
95
144
  __isSuspense?: undefined;
96
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
145
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
146
+ getWaterStatus: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ getWaterVolume: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ timeType: {
155
+ type: StringConstructor;
156
+ default: string;
157
+ };
158
+ timeTypeOptions: {
159
+ type: ArrayConstructor;
160
+ default: () => {
161
+ label: string;
162
+ value: string;
163
+ }[];
164
+ };
165
+ }>> & {
97
166
  onOnTimeTypeChange?: ((value: string) => any) | undefined;
98
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
167
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
99
168
  onTimeTypeChange: (value: string) => string;
100
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
169
+ }, string, {
170
+ timeType: string;
171
+ timeTypeOptions: unknown[];
172
+ getWaterStatus: string;
173
+ getWaterVolume: string;
174
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
101
175
  export default _WaterNetworkManage;