@ued_fpi/data-visual 1.0.11 → 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,4 +1,4 @@
1
- import { a as axios } from '../../vendor/axios@1.4.0.mjs';
1
+ import axios from 'axios';
2
2
  import { m as messageBox } from '../utils/tools.mjs';
3
3
  import { C as Config } from '../config/index.mjs';
4
4
  import { B as Base } from './base-serve.mjs';
@@ -1,6 +1,6 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, reactive, watch, onMounted, toRefs, openBlock, createElementBlock, createElementVNode, toDisplayString, unref } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { a as analysisResult } from './api/index.mjs';
5
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
6
6
 
@@ -93,9 +93,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  }
94
94
  });
95
95
 
96
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_949215de_lang = '';
96
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_03e883c7_lang = '';
97
97
 
98
- const _AuxiliaryJudgment = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-949215de"]]);
98
+ const _AuxiliaryJudgment = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-03e883c7"]]);
99
99
 
100
100
  const DvWgmsAuxiliaryJudgment = install(_AuxiliaryJudgment);
101
101
 
@@ -1,6 +1,6 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { e as echarts } from '../../utils/echarts/index.mjs';
5
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
6
6
 
@@ -205,9 +205,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
205
205
  }
206
206
  });
207
207
 
208
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_e890fa3a_lang = '';
208
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_9b036356_lang = '';
209
209
 
210
- const _ChangesAlongTheProcess = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e890fa3a"]]);
210
+ const _ChangesAlongTheProcess = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9b036356"]]);
211
211
 
212
212
  const DvWgmsChangesAlongTheProcess = install(_ChangesAlongTheProcess);
213
213
 
@@ -1,12 +1,12 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
- import { defineComponent, reactive, watch, computed, toRefs, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode, Fragment, renderList, toDisplayString, withDirectives, vShow, pushScopeId, popScopeId } from 'vue';
2
+ import { defineComponent, reactive, watch, computed, toRefs, openBlock, createElementBlock, normalizeStyle, createElementVNode, Fragment, renderList, unref, toDisplayString, withDirectives, vShow, pushScopeId, popScopeId } from 'vue';
3
3
  import { _ as _imports_0 } from './images/zao.mjs';
4
4
  import { g as getManualData, a as getAutomaticData } from '../../api/ChlorophyllAchangeRate/index.mjs';
5
5
  import { u as upImg } from './images/up.mjs';
6
6
  import { d as downImg } from './images/down.mjs';
7
7
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
8
8
 
9
- const _withScopeId = (n) => (pushScopeId("data-v-9afbd414"), n = n(), popScopeId(), n);
9
+ const _withScopeId = (n) => (pushScopeId("data-v-43682597"), n = n(), popScopeId(), n);
10
10
  const _hoisted_1 = { class: "change-rate" };
11
11
  const _hoisted_2 = { class: "value" };
12
12
  const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, " %", -1));
@@ -103,7 +103,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
103
103
  return (_ctx, _cache) => {
104
104
  return openBlock(), createElementBlock("div", {
105
105
  class: "chlorophyll-a-change-rate",
106
- style: normalizeStyle({ "--height": unref(getHeight) })
106
+ style: normalizeStyle({ "--height": getHeight.value })
107
107
  }, [
108
108
  createElementVNode("div", _hoisted_1, [
109
109
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item, index) => {
@@ -135,9 +135,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
135
135
  }
136
136
  });
137
137
 
138
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_9afbd414_lang = '';
138
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_43682597_lang = '';
139
139
 
140
- const _ChlorophyllAChangeRate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9afbd414"]]);
140
+ const _ChlorophyllAChangeRate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-43682597"]]);
141
141
 
142
142
  const ChlorophyllAChangeRate = install(_ChlorophyllAChangeRate);
143
143
 
@@ -1,13 +1,13 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode, Fragment, renderList, unref, toDisplayString, createVNode, createStaticVNode } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { _ as _sfc_main$1 } from '../common/ProgressBar.mjs';
5
5
  import { c as correlationAnalysis } from './api/index.mjs';
6
6
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
7
7
 
8
8
  const _hoisted_1 = { class: "dv-wgms-cross-section-correlation" };
9
9
  const _hoisted_2 = { class: "section-correlation-table" };
10
- const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-90c1f897><span class="sort" data-v-90c1f897></span><span class="name" data-v-90c1f897></span><span class="progress" data-v-90c1f897></span><span class="correlation-coefficient" data-v-90c1f897>相关系数</span><span class="alarm" data-v-90c1f897>报警数</span></div>', 1);
10
+ const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-00d6028f><span class="sort" data-v-00d6028f></span><span class="name" data-v-00d6028f></span><span class="progress" data-v-00d6028f></span><span class="correlation-coefficient" data-v-00d6028f>相关系数</span><span class="alarm" data-v-00d6028f>报警数</span></div>', 1);
11
11
  const _hoisted_4 = { class: "sort" };
12
12
  const _hoisted_5 = ["title"];
13
13
  const _hoisted_6 = { class: "progress" };
@@ -130,9 +130,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
130
130
  }
131
131
  });
132
132
 
133
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_90c1f897_lang = '';
133
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_00d6028f_lang = '';
134
134
 
135
- const _CrossSectionCorrelation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-90c1f897"]]);
135
+ const _CrossSectionCorrelation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-00d6028f"]]);
136
136
 
137
137
  const DvWgmsCrossSectionCorrelation = install(_CrossSectionCorrelation);
138
138
 
@@ -1,5 +1,5 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
- import { defineComponent, watch, ref, onMounted, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString } from 'vue';
2
+ import { defineComponent, watch, ref, onMounted, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString } from 'vue';
3
3
  import { s as situation } from './api/index.mjs';
4
4
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
5
5
 
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  });
49
49
  return (_ctx, _cache) => {
50
50
  return openBlock(), createElementBlock("div", _hoisted_1, [
51
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item, index) => {
51
+ (openBlock(true), createElementBlock(Fragment, null, renderList(list.value, (item, index) => {
52
52
  return openBlock(), createElementBlock("div", {
53
53
  key: index,
54
54
  class: "dv-wgms-distribution-items"
@@ -64,9 +64,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  }
65
65
  });
66
66
 
67
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_af5f14b5_lang = '';
67
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_fc615fbd_lang = '';
68
68
 
69
- const DistributionPoints = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-af5f14b5"]]);
69
+ const DistributionPoints = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fc615fbd"]]);
70
70
 
71
71
  const DvWgmsDistributionPoints = install(DistributionPoints);
72
72
 
@@ -52,9 +52,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
52
  }
53
53
  });
54
54
 
55
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_4a1b34fe_lang = '';
55
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_7492babd_lang = '';
56
56
 
57
- const _DrinkingWaterComplianceRate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4a1b34fe"]]);
57
+ const _DrinkingWaterComplianceRate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7492babd"]]);
58
58
 
59
59
  const DrinkingWaterComplianceRate = install(_DrinkingWaterComplianceRate);
60
60
 
@@ -1,13 +1,15 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
- import { f as ElTooltip } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
2
+ import { ElTooltip } from 'element-plus/es';
3
+ import 'element-plus/es/components/base/style/css';
4
+ import 'element-plus/es/components/tooltip/style/css';
3
5
  import { defineComponent, watch, reactive, onMounted, toRefs, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, Fragment, renderList, unref, createBlock, withCtx, createCommentVNode, pushScopeId, popScopeId } from 'vue';
4
6
  import { _ as _imports_0 } from './images/percent-bg.mjs';
5
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
7
+ import dayjs from 'dayjs';
6
8
  import { _ as _sfc_main$1 } from '../common/select-panel.mjs';
7
9
  import { m as month, f as factor, g as getKeyArea } from './api/index.mjs';
8
10
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
9
11
 
10
- const _withScopeId = (n) => (pushScopeId("data-v-91f6f113"), n = n(), popScopeId(), n);
12
+ const _withScopeId = (n) => (pushScopeId("data-v-8ec11f6d"), n = n(), popScopeId(), n);
11
13
  const _hoisted_1 = { class: "dv-wgms-environmental-analysis" };
12
14
  const _hoisted_2 = { class: "dv-wgms-factor-box" };
13
15
  const _hoisted_3 = { class: "dv-wgms-factor-top" };
@@ -160,9 +162,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
160
162
  }
161
163
  });
162
164
 
163
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_91f6f113_lang = '';
165
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_8ec11f6d_lang = '';
164
166
 
165
- const _EnvironmentalAnalysis = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-91f6f113"]]);
167
+ const _EnvironmentalAnalysis = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8ec11f6d"]]);
166
168
 
167
169
  const DvWgmsEnvironmentalAnalysis = install(_EnvironmentalAnalysis, "EnvironmentalAnalysis");
168
170
 
@@ -1,5 +1,5 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
- import { defineComponent, ref, watch, computed, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode } from 'vue';
2
+ import { defineComponent, ref, watch, computed, openBlock, createElementBlock, normalizeStyle, createElementVNode } from 'vue';
3
3
  import { g as getAutomaticTopThreeData, a as getManualTopThreeData } from '../../api/FactorTopThreeRanking/index.mjs';
4
4
  import { e as echarts } from '../../utils/echarts/index.mjs';
5
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
@@ -210,7 +210,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
210
210
  return (_ctx, _cache) => {
211
211
  return openBlock(), createElementBlock("div", {
212
212
  class: "chlorophyll-a-change-rate",
213
- style: normalizeStyle({ "--height": unref(getHeight) })
213
+ style: normalizeStyle({ "--height": getHeight.value })
214
214
  }, [
215
215
  createElementVNode("div", {
216
216
  id: "linkFactorChart",
@@ -223,9 +223,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
223
223
  }
224
224
  });
225
225
 
226
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_4478bb56_lang = '';
226
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_396ce964_lang = '';
227
227
 
228
- const _FactorTopThreeRanking = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4478bb56"]]);
228
+ const _FactorTopThreeRanking = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-396ce964"]]);
229
229
 
230
230
  const FactorTopThreeRanking = install(_FactorTopThreeRanking);
231
231
 
@@ -250,9 +250,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
250
250
  }
251
251
  });
252
252
 
253
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_631b1776_lang = '';
253
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_7ed62af5_lang = '';
254
254
 
255
- const _FactorTrendComparison = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-631b1776"]]);
255
+ const _FactorTrendComparison = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7ed62af5"]]);
256
256
 
257
257
  const DvWgmsFactorTrendComparison = install(_FactorTrendComparison);
258
258
 
@@ -11,7 +11,7 @@ import { _ as __vite_glob_0_8 } from './images/up.mjs';
11
11
  import { defineComponent, reactive, toRefs, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, pushScopeId, popScopeId } from 'vue';
12
12
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
13
13
 
14
- const _withScopeId = (n) => (pushScopeId("data-v-92226192"), n = n(), popScopeId(), n);
14
+ const _withScopeId = (n) => (pushScopeId("data-v-82672bbb"), n = n(), popScopeId(), n);
15
15
  const _hoisted_1 = { class: "key-river flex-around-center" };
16
16
  const _hoisted_2 = { class: "key-river-one-name" };
17
17
  const _hoisted_3 = { class: "key-river-one-content" };
@@ -68,9 +68,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
68
68
  }
69
69
  });
70
70
 
71
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_92226192_lang = '';
71
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_82672bbb_lang = '';
72
72
 
73
- const _KeyRiverWaterQualityEvaluation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-92226192"]]);
73
+ const _KeyRiverWaterQualityEvaluation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-82672bbb"]]);
74
74
 
75
75
  const KeyRiverWaterQualityEvaluation = install(_KeyRiverWaterQualityEvaluation);
76
76
 
@@ -1,12 +1,12 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, Fragment, renderList, toDisplayString, normalizeStyle, normalizeClass, nextTick, pushScopeId, popScopeId } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { k as keyRiverQualityJson } from './mock/keyRiverQuality.mjs';
5
5
  import { w as waterKeyQualityJson } from './mock/waterKeyQuality.mjs';
6
6
  import { e as eutrophicationJson } from './mock/eutrophication.mjs';
7
7
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
8
8
 
9
- const _withScopeId = (n) => (pushScopeId("data-v-d768589f"), n = n(), popScopeId(), n);
9
+ const _withScopeId = (n) => (pushScopeId("data-v-7343d93c"), n = n(), popScopeId(), n);
10
10
  const _hoisted_1 = { class: "dv-wgms-lake-river-index" };
11
11
  const _hoisted_2 = { class: "dv-wgms-lake-river-item" };
12
12
  const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "text-14 mgb8" }, " 重要流域水质 ", -1));
@@ -161,9 +161,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
161
161
  }
162
162
  });
163
163
 
164
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_d768589f_lang = '';
164
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_7343d93c_lang = '';
165
165
 
166
- const _LakeRiverIndex = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d768589f"]]);
166
+ const _LakeRiverIndex = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7343d93c"]]);
167
167
 
168
168
  const DvWgmsLakeRiverIndex = install(_LakeRiverIndex);
169
169
 
@@ -192,9 +192,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
192
192
  }
193
193
  });
194
194
 
195
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_9c713361_lang = '';
195
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_0b0ae947_lang = '';
196
196
 
197
- const _NPTrendChange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9c713361"]]);
197
+ const _NPTrendChange = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0b0ae947"]]);
198
198
 
199
199
  const DvWgmsNPTrendChange = install(_NPTrendChange);
200
200
 
@@ -1,8 +1,8 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
+ import { maxBy, minBy } from 'lodash-es';
4
5
  import { e as echarts } from '../../utils/echarts/index.mjs';
5
- import { m as maxBy, e as minBy } from '../../../vendor/lodash-es@4.17.21.mjs';
6
6
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
7
7
 
8
8
  const _hoisted_1 = { class: "dv-wgms-seven-day-kline" };
@@ -388,9 +388,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
388
388
  }
389
389
  });
390
390
 
391
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_d411f154_lang = '';
391
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_301bf30f_lang = '';
392
392
 
393
- const _SevenDayKline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d411f154"]]);
393
+ const _SevenDayKline = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-301bf30f"]]);
394
394
 
395
395
  const DvWgmsSevenDayKline = install(_SevenDayKline);
396
396
 
@@ -1,11 +1,10 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, reactive, ref, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, unref, toDisplayString, normalizeStyle, pushScopeId, popScopeId } from 'vue';
3
3
  import { e as echarts } from '../../utils/echarts/index.mjs';
4
- import '../../../vendor/echarts-gl@2.0.9_echarts@5.4.2.mjs';
5
4
  import { g as getPie3D } from '../../utils/echarts/3dChartOptions.mjs';
6
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
7
6
 
8
- const _withScopeId = (n) => (pushScopeId("data-v-5f4ec60b"), n = n(), popScopeId(), n);
7
+ const _withScopeId = (n) => (pushScopeId("data-v-a1efab62"), n = n(), popScopeId(), n);
9
8
  const _hoisted_1 = { class: "outlet-online" };
10
9
  const _hoisted_2 = { class: "toggle-list flex-between-center" };
11
10
  const _hoisted_3 = ["onClick"];
@@ -54,6 +53,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
53
  });
55
54
  const pieChart = ref();
56
55
  onMounted(async () => {
56
+ await import('echarts-gl');
57
57
  await nextTick();
58
58
  initChart();
59
59
  });
@@ -117,9 +117,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
117
117
  }
118
118
  });
119
119
 
120
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_5f4ec60b_lang = '';
120
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_a1efab62_lang = '';
121
121
 
122
- const _SewageOutletsOnlineMonitor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5f4ec60b"]]);
122
+ const _SewageOutletsOnlineMonitor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a1efab62"]]);
123
123
 
124
124
  const SewageOutletsOnlineMonitor = install(_SewageOutletsOnlineMonitor);
125
125
 
@@ -1,3 +1,2 @@
1
- import 'echarts-gl';
2
1
  declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
3
2
  export default _default;
@@ -1,7 +1,10 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
- import { f as ElTooltip, a as ElScrollbar } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
2
+ import { ElTooltip, ElScrollbar } from 'element-plus/es';
3
+ import 'element-plus/es/components/base/style/css';
4
+ import 'element-plus/es/components/scrollbar/style/css';
5
+ import 'element-plus/es/components/tooltip/style/css';
3
6
  import { defineComponent, reactive, watch, onMounted, toRefs, openBlock, createElementBlock, createVNode, withCtx, Fragment, renderList, unref, createElementVNode, toDisplayString, createBlock } from 'vue';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
7
+ import dayjs from 'dayjs';
5
8
  import { _ as _sfc_main$1 } from '../common/ProgressBar.mjs';
6
9
  import { w as waterSubordinateRanking } from './api/index.mjs';
7
10
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
@@ -144,9 +147,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
144
147
  }
145
148
  });
146
149
 
147
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_69737410_lang = '';
150
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_01fe80f1_lang = '';
148
151
 
149
- const _SubordinateRanking = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-69737410"]]);
152
+ const _SubordinateRanking = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-01fe80f1"]]);
150
153
 
151
154
  const DvWgmsSubordinateRanking = install(_SubordinateRanking);
152
155
 
@@ -1,11 +1,11 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, reactive, watch, onMounted, toRefs, openBlock, createElementBlock, createElementVNode, createVNode, unref, Fragment, renderList, toDisplayString, createStaticVNode, pushScopeId, popScopeId } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { _ as _sfc_main$1 } from '../common/select-panel.mjs';
5
5
  import { q as queryFactorGroup, p as pomsAlarm, a as pomsAnalysis, c as countEventStatusByTimePoint } from './api/index.mjs';
6
6
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
7
7
 
8
- const _withScopeId = (n) => (pushScopeId("data-v-a88faea7"), n = n(), popScopeId(), n);
8
+ const _withScopeId = (n) => (pushScopeId("data-v-b88c5d4a"), n = n(), popScopeId(), n);
9
9
  const _hoisted_1 = { class: "dv-wgms-surrounding-pollution" };
10
10
  const _hoisted_2 = { class: "surrounding-two-flex" };
11
11
  const _hoisted_3 = { class: "surrounding-two-left surrounding-comm-box" };
@@ -49,7 +49,7 @@ const _hoisted_26 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEle
49
49
  const _hoisted_27 = { class: "num-box" };
50
50
  const _hoisted_28 = { class: "num red" };
51
51
  const _hoisted_29 = { class: "total" };
52
- const _hoisted_30 = /* @__PURE__ */ createStaticVNode('<div class="surrounding-three-flex" data-v-a88faea7><div class="surrounding-three-item surrounding-comm-box different" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>异常入河排污口</span><span class="num red" data-v-a88faea7>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>问题小区</span><span class="num red" data-v-a88faea7>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>问题园区</span><span class="num red" data-v-a88faea7>5</span></div></div></div>', 1);
52
+ const _hoisted_30 = /* @__PURE__ */ createStaticVNode('<div class="surrounding-three-flex" data-v-b88c5d4a><div class="surrounding-three-item surrounding-comm-box different" data-v-b88c5d4a><div class="name-num-box" data-v-b88c5d4a><span class="name" data-v-b88c5d4a>异常入河排污口</span><span class="num red" data-v-b88c5d4a>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-b88c5d4a><div class="name-num-box" data-v-b88c5d4a><span class="name" data-v-b88c5d4a>问题小区</span><span class="num red" data-v-b88c5d4a>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-b88c5d4a><div class="name-num-box" data-v-b88c5d4a><span class="name" data-v-b88c5d4a>问题园区</span><span class="num red" data-v-b88c5d4a>5</span></div></div></div>', 1);
53
53
  const _sfc_main = /* @__PURE__ */ defineComponent({
54
54
  __name: "index",
55
55
  props: {
@@ -287,9 +287,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
287
287
  }
288
288
  });
289
289
 
290
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_a88faea7_lang = '';
290
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_b88c5d4a_lang = '';
291
291
 
292
- const _SurroundingPollution = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a88faea7"]]);
292
+ const _SurroundingPollution = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b88c5d4a"]]);
293
293
 
294
294
  const DvWgmsSurroundingPollution = install(_SurroundingPollution);
295
295
 
@@ -1,6 +1,6 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { e as echarts } from '../../utils/echarts/index.mjs';
5
5
  import { w as waterSurfaceListAll, s as surfaceWaterStandard, p as pathAnalysis } from './api/index.mjs';
6
6
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
@@ -335,9 +335,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
335
335
  }
336
336
  });
337
337
 
338
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_68946fe5_lang = '';
338
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_83166085_lang = '';
339
339
 
340
- const _UpstreamImpact = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-68946fe5"]]);
340
+ const _UpstreamImpact = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-83166085"]]);
341
341
 
342
342
  const DvWgmsUpstreamImpact = install(_UpstreamImpact);
343
343
 
@@ -5,7 +5,7 @@ import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs
5
5
 
6
6
  const _hoisted_1 = { class: "dv-wgms-upstream-section" };
7
7
  const _hoisted_2 = { class: "section-correlation-table" };
8
- const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-17fe5cd0><span class="sort" data-v-17fe5cd0></span><span class="name" data-v-17fe5cd0></span><div class="progress" data-v-17fe5cd0><span class="text" data-v-17fe5cd0>氮</span><span class="text" data-v-17fe5cd0>磷</span></div><span class="alarm" data-v-17fe5cd0>报警数</span></div>', 1);
8
+ const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-3068b92d><span class="sort" data-v-3068b92d></span><span class="name" data-v-3068b92d></span><div class="progress" data-v-3068b92d><span class="text" data-v-3068b92d>氮</span><span class="text" data-v-3068b92d>磷</span></div><span class="alarm" data-v-3068b92d>报警数</span></div>', 1);
9
9
  const _hoisted_4 = { class: "sort" };
10
10
  const _hoisted_5 = { class: "name" };
11
11
  const _hoisted_6 = { class: "progress" };
@@ -62,9 +62,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
62
  }
63
63
  });
64
64
 
65
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_17fe5cd0_lang = '';
65
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_3068b92d_lang = '';
66
66
 
67
- const _UpstreamSection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-17fe5cd0"]]);
67
+ const _UpstreamSection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3068b92d"]]);
68
68
 
69
69
  const DvWgmsUpstreamSection = install(_UpstreamSection);
70
70
 
@@ -37,9 +37,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
  }
38
38
  });
39
39
 
40
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_297a4fa7_lang = '';
40
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_e27bf0b3_lang = '';
41
41
 
42
- const _WaterEnvironmentOnlineMonitor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-297a4fa7"]]);
42
+ const _WaterEnvironmentOnlineMonitor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e27bf0b3"]]);
43
43
 
44
44
  const WaterEnvironmentOnlineMonitor = install(_WaterEnvironmentOnlineMonitor);
45
45
 
@@ -5,7 +5,7 @@ import { e as echarts } from '../../utils/echarts/index.mjs';
5
5
  import { p as pieChartOptions } from '../../utils/echarts/echartsOptions.mjs';
6
6
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
7
7
 
8
- const _withScopeId = (n) => (pushScopeId("data-v-c78c1c96"), n = n(), popScopeId(), n);
8
+ const _withScopeId = (n) => (pushScopeId("data-v-3a589890"), n = n(), popScopeId(), n);
9
9
  const _hoisted_1 = { class: "water-category" };
10
10
  const _hoisted_2 = { class: "section-water-quality-lengend" };
11
11
  const _hoisted_3 = { class: "name" };
@@ -80,9 +80,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
80
80
  }
81
81
  });
82
82
 
83
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_c78c1c96_lang = '';
83
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_3a589890_lang = '';
84
84
 
85
- const _WaterQualityClassification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c78c1c96"]]);
85
+ const _WaterQualityClassification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3a589890"]]);
86
86
 
87
87
  const WaterQualityClassification = install(_WaterQualityClassification);
88
88
 
@@ -1,6 +1,6 @@
1
1
  import { i as install } from '../../utils/tools.mjs';
2
2
  import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { e as echarts } from '../../utils/echarts/index.mjs';
5
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
6
6
 
@@ -383,9 +383,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
383
383
  }
384
384
  });
385
385
 
386
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_281c1d7e_lang = '';
386
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_c45e292d_lang = '';
387
387
 
388
- const _WaterQualityRainfall = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-281c1d7e"]]);
388
+ const _WaterQualityRainfall = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c45e292d"]]);
389
389
 
390
390
  const DvWgmsWaterQualityRainfall = install(_WaterQualityRainfall);
391
391
 
@@ -4,7 +4,7 @@ import { _ as _imports_0 } from './images/up.mjs';
4
4
  import { _ as _sfc_main$1 } from '../common/ProgressBar.mjs';
5
5
  import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
6
6
 
7
- const _withScopeId = (n) => (pushScopeId("data-v-54fbea72"), n = n(), popScopeId(), n);
7
+ const _withScopeId = (n) => (pushScopeId("data-v-0ea8b441"), n = n(), popScopeId(), n);
8
8
  const _hoisted_1 = { class: "water-quality" };
9
9
  const _hoisted_2 = { class: "water-quality-status-top flex-between-center" };
10
10
  const _hoisted_3 = { class: "label" };
@@ -64,9 +64,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  }
65
65
  });
66
66
 
67
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_54fbea72_lang = '';
67
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_0ea8b441_lang = '';
68
68
 
69
- const _WaterQualityStatus = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-54fbea72"]]);
69
+ const _WaterQualityStatus = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0ea8b441"]]);
70
70
 
71
71
  const WaterQualityStatus = install(_WaterQualityStatus);
72
72
 
@@ -1,4 +1,6 @@
1
- import { a as ElScrollbar } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
1
+ import { ElScrollbar } from 'element-plus/es';
2
+ import 'element-plus/es/components/base/style/css';
3
+ import 'element-plus/es/components/scrollbar/style/css';
2
4
  import { defineComponent, useCssVars, reactive, watch, onMounted, onUnmounted, toRefs, openBlock, createElementBlock, createElementVNode, normalizeClass, normalizeStyle, withModifiers, withDirectives, toDisplayString, unref, vShow, createCommentVNode, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
3
5
 
4
6
  const _hoisted_1 = { class: "container-select" };
@@ -1,8 +1,20 @@
1
- import { K as echarts$1, i as init$1 } from '../../../vendor/echarts@5.4.2.mjs';
1
+ import * as echarts$1 from 'echarts/lib/echarts.js';
2
+ import 'echarts/lib/chart/line';
3
+ import 'echarts/lib/chart/pie';
4
+ import 'echarts/lib/chart/bar';
5
+ import 'echarts/lib/chart/boxplot';
6
+ import 'echarts/lib/component/legend';
7
+ import 'echarts/lib/component/grid';
8
+ import 'echarts/lib/component/title';
9
+ import 'echarts/lib/component/tooltip';
10
+ import 'echarts/lib/component/graphic';
11
+ import 'echarts/lib/component/dataZoom';
12
+ import 'echarts/lib/component/visualMap';
13
+ import 'echarts/lib/component/markLine';
2
14
 
3
15
  let allChart = [];
4
16
  const init = (dom) => {
5
- const echartsChance = init$1(dom);
17
+ const echartsChance = echarts$1.init(dom);
6
18
  allChart.push(echartsChance);
7
19
  return echartsChance;
8
20
  };
@@ -1,5 +1,5 @@
1
+ import { ElMessage } from 'element-plus';
1
2
  import 'vue';
2
- import { b as ElMessage } from '../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
3
3
 
4
4
  const messageBox = (msg, type) => {
5
5
  ElMessage({
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- const vendor_axios_1_4_0 = require('../../vendor/axios@1.4.0.js');
3
+ const axios = require('axios');
4
4
  const aims_config_index = require('../config/index.js');
5
5
  const aims_utils_tools = require('../utils/tools.js');
6
6
 
7
- const instance = vendor_axios_1_4_0.axios.create({
7
+ const instance = axios.create({
8
8
  baseURL: aims_config_index.Config.domain,
9
9
  timeout: 60 * 1e3,
10
10
  transformResponse: [
@@ -36,7 +36,7 @@ instance.interceptors.response.use(
36
36
  }
37
37
  },
38
38
  (error) => {
39
- if (vendor_axios_1_4_0.axios.isCancel(error))
39
+ if (axios.isCancel(error))
40
40
  console.warn(error.message);
41
41
  const { response } = error;
42
42
  if (response) {