@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 { C as Config } from '../config/index.mjs';
3
3
  import { e as errorCodeHandler, a as errorStatusHandler } from '../utils/tools.mjs';
4
4
 
@@ -1,14 +1,17 @@
1
1
  import { C as Config } from '../../../wgms/config/index.mjs';
2
2
  import { C as Config$1 } from '../../../ipes/config/index.mjs';
3
3
  import { C as Config$2 } from '../../config/index.mjs';
4
- import { E as ElDatePicker } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
4
+ import { C as Config$3 } from '../../../bmp/config/index.mjs';
5
+ import { ElDatePicker } from 'element-plus/es';
6
+ import 'element-plus/es/components/base/style/css';
7
+ import 'element-plus/es/components/date-picker/style/css';
5
8
  import { defineComponent, ref, reactive, onMounted, watch, openBlock, createElementBlock, createElementVNode, createVNode, Fragment, renderList, toDisplayString, normalizeStyle, pushScopeId, popScopeId } from 'vue';
6
9
  import { _ as _imports_0 } from './images/left-arrow-double.mjs';
7
10
  import { _ as _imports_1 } from './images/left-arrow.mjs';
8
11
  import { _ as _imports_2 } from './images/right-arrow.mjs';
9
12
  import { _ as _imports_3 } from './images/right-arrow-double.mjs';
10
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
11
- import { L } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
13
+ import dayjs from 'dayjs';
14
+ import { factorToColor } from 'fpi-tg-factor-tools';
12
15
  import { g as getEnvFeatureCalendar } from './api/index.mjs';
13
16
 
14
17
  const install = (comp) => {
@@ -27,6 +30,7 @@ const setDomain = (domain, type) => {
27
30
  Config$1.domain = domain;
28
31
  break;
29
32
  case "bmp":
33
+ Config$3.domain = domain;
30
34
  break;
31
35
  case "wgms":
32
36
  Config.domain = domain;
@@ -35,6 +39,7 @@ const setDomain = (domain, type) => {
35
39
  Config.domain = domain;
36
40
  Config$1.domain = domain;
37
41
  Config$2.domain = domain;
42
+ Config$3.domain = domain;
38
43
  break;
39
44
  }
40
45
  };
@@ -47,7 +52,7 @@ const _export_sfc = (sfc, props) => {
47
52
  return target;
48
53
  };
49
54
 
50
- const _withScopeId = (n) => (pushScopeId("data-v-1e6efc13"), n = n(), popScopeId(), n);
55
+ const _withScopeId = (n) => (pushScopeId("data-v-7fbc4638"), n = n(), popScopeId(), n);
51
56
  const _hoisted_1 = { class: "air-quality-calendar-container" };
52
57
  const _hoisted_2 = { class: "flex date-time" };
53
58
  const _hoisted_3 = { class: "flex img-left" };
@@ -153,7 +158,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
153
158
  ]
154
159
  });
155
160
  const getDayBgColor = (item) => {
156
- return Number(item.value) && Number(item.value) > 0 ? L(props.apiParams.factorCode, item.value, "day") : "rgba(255, 255, 255, 0.5)";
161
+ return Number(item.value) && Number(item.value) > 0 ? factorToColor(props.apiParams.factorCode, item.value, "day") : "rgba(255, 255, 255, 0.5)";
157
162
  };
158
163
  const getDayValue = (item) => {
159
164
  return !item.value && item.value !== 0 ? "-" : String(item.value).includes(".") ? item.value.toFixed(2) : item.value;
@@ -287,9 +292,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
287
292
  }
288
293
  });
289
294
 
290
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_1e6efc13_lang = '';
295
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_7fbc4638_lang = '';
291
296
 
292
- const _AirQualityCalendar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1e6efc13"]]);
297
+ const _AirQualityCalendar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7fbc4638"]]);
293
298
 
294
299
  const AirQualityCalendar = install(_AirQualityCalendar);
295
300
 
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { i } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { FACTOR_LEVEL_TEXT } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -151,7 +151,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
151
151
  const xData = data2.times;
152
152
  const tatol = data2.total;
153
153
  chartsFullOptions.value = generateOption(xData, list.map((item) => {
154
- const obj = i.find((c) => item.name.includes(c.label));
154
+ const obj = FACTOR_LEVEL_TEXT.find((c) => item.name.includes(c.label));
155
155
  const value1 = data1[item.key];
156
156
  const value2 = data2[item.key];
157
157
  return {
@@ -196,9 +196,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
196
196
  }
197
197
  });
198
198
 
199
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_af91d464_lang = '';
199
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_6c1befc8_lang = '';
200
200
 
201
- const _AirQualityLevelMonthRatio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-af91d464"]]);
201
+ const _AirQualityLevelMonthRatio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6c1befc8"]]);
202
202
 
203
203
  const AirQualityLevelMonthRatio = install(_AirQualityLevelMonthRatio);
204
204
 
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { i } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { FACTOR_LEVEL_TEXT } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -100,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
100
100
  const data1 = res.data.airQualityLevel.levelYearSumRate;
101
101
  const data2 = res.data.airQualityLevel.levelYearSum;
102
102
  chartsFullOptions.value = generateOption(list.map((item) => {
103
- const obj = i.find((c) => item.name.includes(c.label));
103
+ const obj = FACTOR_LEVEL_TEXT.find((c) => item.name.includes(c.label));
104
104
  const value = data1[item.key];
105
105
  const value2 = data2[item.key];
106
106
  return {
@@ -1,12 +1,11 @@
1
- import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
- import { defineComponent, reactive, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, normalizeStyle, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
3
- import { E, L } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
1
+ import { i as install } from '../AirQualityCalendar/index.mjs';
2
+ import { defineComponent, reactive, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, normalizeStyle, Fragment, renderList } from 'vue';
3
+ import { BASE_FACTOR, factorToColor } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { g as getCityDetail } from './api/index.mjs';
6
6
 
7
- const _withScopeId = (n) => (pushScopeId("data-v-eff4a627"), n = n(), popScopeId(), n);
8
- const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, "综合指数", -1));
9
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "text" }, "主要污染物", -1));
7
+ const _hoisted_1 = /* @__PURE__ */ createElementVNode("span", null, "综合指数", -1);
8
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "主要污染物", -1);
10
9
  const _hoisted_3 = { class: "name" };
11
10
  const clsfix = "air-quality-realtime";
12
11
  const noDataColor = "rgb(255, 255, 255, 0.5)";
@@ -24,7 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
23
  const realtimeData = reactive({
25
24
  cieqVal: "--",
26
25
  firstPollution: "--",
27
- factorList: E.filter((item) => item.code !== "aqi").map(
26
+ factorList: BASE_FACTOR.filter((item) => item.code !== "aqi").map(
28
27
  (item) => {
29
28
  return {
30
29
  ...item,
@@ -46,7 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
45
  return {
47
46
  ...item,
48
47
  value: obj ? obj.value : "--",
49
- color: obj ? L(item.code, obj.value, "day") : noDataColor
48
+ color: obj ? factorToColor(item.code, obj.value, "day") : noDataColor
50
49
  };
51
50
  });
52
51
  }
@@ -108,10 +107,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
108
107
  }
109
108
  });
110
109
 
111
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_eff4a627_lang = '';
110
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
112
111
 
113
- const _AirQualityPresentSituation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-eff4a627"]]);
114
-
115
- const AirQualityPresentSituation = install(_AirQualityPresentSituation);
112
+ const AirQualityPresentSituation = install(_sfc_main);
116
113
 
117
114
  export { AirQualityPresentSituation as A };
@@ -1,13 +1,12 @@
1
- import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
- import { defineComponent, reactive, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, Fragment, renderList, pushScopeId, popScopeId } from 'vue';
3
- import { E, u, L, i } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
1
+ import { i as install } from '../AirQualityCalendar/index.mjs';
2
+ import { defineComponent, reactive, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, toDisplayString, Fragment, renderList } from 'vue';
3
+ import { BASE_FACTOR, factorToLevel, factorToColor, FACTOR_LEVEL_TEXT } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { g as getAirQuality } from './api/index.mjs';
6
6
 
7
- const _withScopeId = (n) => (pushScopeId("data-v-78557547"), n = n(), popScopeId(), n);
8
7
  const _hoisted_1 = { class: "aqiInfo" };
9
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, "AQI", -1));
10
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "text" }, "首要污染物", -1));
8
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", null, "AQI", -1);
9
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "首要污染物", -1);
11
10
  const _hoisted_4 = { class: "name" };
12
11
  const clsfix = "air-quality-realtime";
13
12
  const noDataColor = "rgb(255, 255, 255, 0.5)";
@@ -27,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
26
  aqiColor: noDataColor,
28
27
  aqiPollutionZh: "--",
29
28
  firstPollution: "--",
30
- factorList: E.filter((item) => item.code !== "aqi").map(
29
+ factorList: BASE_FACTOR.filter((item) => item.code !== "aqi").map(
31
30
  (item) => {
32
31
  return {
33
32
  name: item.name,
@@ -43,10 +42,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
43
42
  getAirQuality(props.apiParams).then((res) => {
44
43
  if (res.data) {
45
44
  const data = res.data;
46
- const level = u("aqi", data.aqi, "hour");
45
+ const level = factorToLevel("aqi", data.aqi, "hour");
47
46
  realtimeData.aqiVal = data.aqi;
48
- realtimeData.aqiColor = L("aqi", data.aqi, "hour");
49
- realtimeData.aqiPollutionZh = level >= 0 ? i[level].label : "--";
47
+ realtimeData.aqiColor = factorToColor("aqi", data.aqi, "hour");
48
+ realtimeData.aqiPollutionZh = level >= 0 ? FACTOR_LEVEL_TEXT[level].label : "--";
50
49
  if (realtimeData.aqiPollutionZh !== "--" && realtimeData.aqiPollutionZh.length >= 2)
51
50
  realtimeData.aqiPollutionZh = `${realtimeData.aqiPollutionZh}污染`;
52
51
  realtimeData.firstPollution = data.mainPollutants;
@@ -55,7 +54,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
54
  return {
56
55
  ...item,
57
56
  value: obj?.value ? obj.value : "--",
58
- color: obj?.value ? L(item.code, obj?.value, "hour") : noDataColor
57
+ color: obj?.value ? factorToColor(item.code, obj?.value, "hour") : noDataColor
59
58
  };
60
59
  });
61
60
  }
@@ -123,10 +122,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
123
122
  }
124
123
  });
125
124
 
126
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_78557547_lang = '';
125
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
127
126
 
128
- const _AirQualityRealTime = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-78557547"]]);
129
-
130
- const AirQualityRealTime = install(_AirQualityRealTime);
127
+ const AirQualityRealTime = install(_sfc_main);
131
128
 
132
129
  export { AirQualityRealTime as A };
@@ -1,6 +1,6 @@
1
1
  import { i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import dayjs from 'dayjs';
4
4
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
5
5
  import { g as getTimeAnalyzeData } from './api/index.mjs';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { E } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { BASE_FACTOR } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -123,7 +123,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
123
123
  const data1 = res.data.CIEQ.CIEQMonthValueRate;
124
124
  const data2 = res.data.CIEQ.CIEQMonthValue;
125
125
  const xData = data2.times;
126
- const list = E.filter((item) => item.code !== "aqi").map((item) => {
126
+ const list = BASE_FACTOR.filter((item) => item.code !== "aqi").map((item) => {
127
127
  const key = `V_ICIEQ_${item.key}`;
128
128
  const value1s = data1[key] ?? [];
129
129
  const value2s = data2[key] ?? [];
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { E } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { BASE_FACTOR } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -96,7 +96,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
96
  const data1 = res.data.CIEQ.CIEQYearValueRate;
97
97
  const data2 = res.data.CIEQ.CIEQYearValue;
98
98
  const cieq = res.data.CIEQ.CIEQYearValue.cieq;
99
- const list = E.filter((item) => item.code !== "aqi").map((item) => {
99
+ const list = BASE_FACTOR.filter((item) => item.code !== "aqi").map((item) => {
100
100
  const key = `V_ICIEQ_${item.key}`;
101
101
  const value1 = data1[key] ?? 0;
102
102
  const value2 = data2[key] ?? 0;
@@ -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_a2819dd7_lang = '';
138
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_98bca703_lang = '';
139
139
 
140
- const _CieqContributionYearRatio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a2819dd7"]]);
140
+ const _CieqContributionYearRatio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-98bca703"]]);
141
141
 
142
142
  const CieqContributionYearRatio = install(_CieqContributionYearRatio);
143
143
 
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, computed, watch, nextTick, openBlock, createElementBlock, normalizeClass, createBlock, unref, withCtx, createElementVNode, createVNode, normalizeStyle, createCommentVNode } from 'vue';
3
- import { F as FpiElRolling } from '../../../vendor/@ued_fpi_element-plus-expand@0.7.19.mjs';
4
- import { E, L } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
3
+ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
4
+ import { BASE_FACTOR, factorToColor } from 'fpi-tg-factor-tools';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
 
7
7
  const clsfix = "factor-realtime-rank-chart";
@@ -21,7 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  },
22
22
  setup(__props) {
23
23
  const props = __props;
24
- const selectOptions = E.map((item) => ({
24
+ const selectOptions = BASE_FACTOR.map((item) => ({
25
25
  name: item.name,
26
26
  code: item.code,
27
27
  unit: item.unit
@@ -102,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
102
102
  return {
103
103
  value: item.value,
104
104
  itemStyle: {
105
- color: L(selectCode.value, item.value, "hour")
105
+ color: factorToColor(selectCode.value, item.value, "hour")
106
106
  }
107
107
  };
108
108
  }),
@@ -131,7 +131,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
131
131
  }, [
132
132
  isLoadChartWidth.value ? (openBlock(), createBlock(unref(FpiElRolling), {
133
133
  key: 0,
134
- style: { "height": "" },
135
134
  direction: "x",
136
135
  "scroll-able": "",
137
136
  time: 20
@@ -155,9 +154,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
155
154
  }
156
155
  });
157
156
 
158
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_0052343d_lang = '';
157
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_be0ac373_lang = '';
159
158
 
160
- const _FactorRealTimeRankChart = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0052343d"]]);
159
+ const _FactorRealTimeRankChart = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-be0ac373"]]);
161
160
 
162
161
  const FactorRealTimeRankChart = install(_FactorRealTimeRankChart);
163
162
 
@@ -1,9 +1,9 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, shallowRef, ref, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, createBlock, unref, withCtx, Fragment, renderList, normalizeStyle, createCommentVNode, pushScopeId, popScopeId } from 'vue';
3
- import { F as FpiElRolling } from '../../../vendor/@ued_fpi_element-plus-expand@0.7.19.mjs';
4
- import { L } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
3
+ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
4
+ import { factorToColor } from 'fpi-tg-factor-tools';
5
5
 
6
- const _withScopeId = (n) => (pushScopeId("data-v-18bbd4c0"), n = n(), popScopeId(), n);
6
+ const _withScopeId = (n) => (pushScopeId("data-v-a25dafcb"), n = n(), popScopeId(), n);
7
7
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("li", null, null, -1));
8
8
  const _hoisted_2 = { class: "rank" };
9
9
  const _hoisted_3 = { class: "progress-box" };
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  return {
49
49
  ...item,
50
50
  progress: item.value / maxValue * 100,
51
- color: L(props.factorCode, item.value, "hour")
51
+ color: factorToColor(props.factorCode, item.value, "hour")
52
52
  };
53
53
  });
54
54
  isLoaded.value = true;
@@ -77,7 +77,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
77
77
  createElementVNode("ul", {
78
78
  class: normalizeClass(`${clsfix}-list-wrap`)
79
79
  }, [
80
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(showList), (item) => {
80
+ (openBlock(true), createElementBlock(Fragment, null, renderList(showList.value, (item) => {
81
81
  return openBlock(), createElementBlock("li", {
82
82
  key: item.name,
83
83
  class: normalizeClass(`${clsfix}-list-item`)
@@ -107,9 +107,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
107
107
  }
108
108
  });
109
109
 
110
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_18bbd4c0_lang = '';
110
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_a25dafcb_lang = '';
111
111
 
112
- const _FactorRealTimeRankList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-18bbd4c0"]]);
112
+ const _FactorRealTimeRankList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a25dafcb"]]);
113
113
 
114
114
  const FactorRealTimeRankList = install(_FactorRealTimeRankList);
115
115
 
@@ -3,8 +3,8 @@ import { _ as __vite_glob_1_0 } from './images/flat.mjs';
3
3
  import { _ as __vite_glob_1_1 } from './images/green_down.mjs';
4
4
  import { _ as __vite_glob_1_2 } from './images/red_up.mjs';
5
5
  import { defineComponent, ref, onMounted, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, unref, normalizeStyle, createElementBlock, Fragment, renderList, toDisplayString, createCommentVNode, nextTick } from 'vue';
6
- import { F as FpiElRolling } from '../../../vendor/@ued_fpi_element-plus-expand@0.7.19.mjs';
7
- import { L } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
6
+ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
7
+ import { factorToColor } from 'fpi-tg-factor-tools';
8
8
  import { B as BasicCard } from '../common/BasicCard/index.mjs';
9
9
  import { j as json } from './data.mjs';
10
10
 
@@ -44,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
44
  obj.ratioColor = obj.ratio > 0 ? "#15F3A3" : obj.ratio < 0 ? "#F84439" : "#00DEFF";
45
45
  obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": __vite_glob_1_0,"./images/green_down.png": __vite_glob_1_1,"./images/red_up.png": __vite_glob_1_2}))[`./images/${obj.ratio > 0 ? "green_down" : obj.ratio < 0 ? "red_up" : "flat"}.png`], self.location);
46
46
  } else {
47
- obj.color = L(item.factorCode, obj.value, "hour");
47
+ obj.color = factorToColor(item.factorCode, obj.value, "hour");
48
48
  obj.ratioColor = obj.ratio > 0 ? "#F84439" : obj.ratio < 0 ? "#15F3A3" : "#00DEFF";
49
49
  obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": __vite_glob_1_0,"./images/green_down.png": __vite_glob_1_1,"./images/red_up.png": __vite_glob_1_2}))[`./images/${obj.ratio > 0 ? "red_up" : obj.ratio < 0 ? "green_down" : "flat"}.png`], self.location);
50
50
  }
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { E } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { BASE_FACTOR } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -126,7 +126,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
126
126
  if (res.data && res.data.primaryPollutant.primaryMonthSum) {
127
127
  const data = res.data.primaryPollutant.primaryMonthSum;
128
128
  const xData = data.times;
129
- const rawList = E.filter((item) => item.code !== "aqi");
129
+ const rawList = BASE_FACTOR.filter((item) => item.code !== "aqi");
130
130
  rawList.push({
131
131
  name: "无首污",
132
132
  key: "noMainPollutant",
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { E } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { BASE_FACTOR } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getAirQualityStatis } from './api/index.mjs';
7
7
 
@@ -78,7 +78,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
78
  getAirQualityStatis(props.apiParams).then((res) => {
79
79
  if (res.data && res.data.primaryPollutant.primaryYearSum) {
80
80
  const data = res.data.primaryPollutant.primaryYearSum;
81
- const rawList = E.filter((item) => item.code !== "aqi");
81
+ const rawList = BASE_FACTOR.filter((item) => item.code !== "aqi");
82
82
  rawList.push({
83
83
  name: "无首污",
84
84
  key: "noMainPollutant",
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { i } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { FACTOR_LEVEL_TEXT } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getMulAirLevelRate } from './api/index.mjs';
7
7
 
@@ -165,7 +165,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
165
165
  value2: item.levelCounts[index]
166
166
  };
167
167
  });
168
- const obj = i.find((i) => c.name.includes(i.label));
168
+ const obj = FACTOR_LEVEL_TEXT.find((i) => c.name.includes(i.label));
169
169
  return {
170
170
  name: c.name,
171
171
  data: values.map((c2) => {
@@ -1,7 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { E } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
4
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
3
+ import { BASE_FACTOR } from 'fpi-tg-factor-tools';
4
+ import dayjs from 'dayjs';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getCieqRate } from './api/index.mjs';
7
7
 
@@ -121,7 +121,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
121
121
  if (res.data && res.data) {
122
122
  const data = res.data;
123
123
  const xData = data.map((c) => c.name);
124
- const list = E.filter((item) => item.code !== "aqi").map((item) => {
124
+ const list = BASE_FACTOR.filter((item) => item.code !== "aqi").map((item) => {
125
125
  const values = data.map((c) => {
126
126
  const obj = c.icieqs.find((o) => o.factorName === item.name);
127
127
  return {
@@ -1,7 +1,7 @@
1
1
  import { i as install } from '../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
4
- import { k } from '../../../vendor/fpi-tg-factor-tools@1.0.4.mjs';
3
+ import dayjs from 'dayjs';
4
+ import { factorKeyTransform } from 'fpi-tg-factor-tools';
5
5
  import { _ as _BasicEcharts } from '../common/BasicEcharts/index.mjs';
6
6
  import { g as getTbHbData } from './api/index.mjs';
7
7
 
@@ -128,10 +128,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
128
128
  if (props.apiParams.factorCode === "cieq")
129
129
  return "综合指数";
130
130
  else
131
- return k(props.apiParams.factorCode, "name");
131
+ return factorKeyTransform(props.apiParams.factorCode, "name");
132
132
  };
133
133
  const getUnit = () => {
134
- return k(props.apiParams.factorCode, "unit");
134
+ return factorKeyTransform(props.apiParams.factorCode, "unit");
135
135
  };
136
136
  const fetchData = () => {
137
137
  getTbHbData(props.apiParams).then((res) => {
@@ -1,6 +1,6 @@
1
1
  import { _ as _export_sfc, i as install } from '../AirQualityCalendar/index.mjs';
2
- import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, Fragment, renderList, unref, createElementVNode, toDisplayString } from 'vue';
3
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
2
+ import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, normalizeClass, Fragment, renderList, createElementVNode, toDisplayString } from 'vue';
3
+ import dayjs from 'dayjs';
4
4
  import { g as getAirQuality } from './api/index.mjs';
5
5
  import { w as wind_direction } from './images/wind_direction.mjs';
6
6
  import { w as wind_speed } from './images/wind_speed.mjs';
@@ -94,7 +94,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
94
94
  return openBlock(), createElementBlock("div", {
95
95
  class: normalizeClass(`${className}-container`)
96
96
  }, [
97
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item) => {
97
+ (openBlock(true), createElementBlock(Fragment, null, renderList(list.value, (item) => {
98
98
  return openBlock(), createElementBlock("div", {
99
99
  key: item.name,
100
100
  class: normalizeClass(`${className}-list`)
@@ -112,9 +112,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
112
112
  }
113
113
  });
114
114
 
115
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_de7aafd7_lang = '';
115
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_67019bff_lang = '';
116
116
 
117
- const _WeatherCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-de7aafd7"]]);
117
+ const _WeatherCondition = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-67019bff"]]);
118
118
 
119
119
  const WeatherCondition = install(_WeatherCondition);
120
120
 
@@ -2,7 +2,7 @@ import { _ as _export_sfc, i as install } from '../../AirQualityCalendar/index.m
2
2
  import { defineComponent, ref, watch, openBlock, createBlock, Teleport, createVNode, Transition, withCtx, withDirectives, createElementVNode, normalizeStyle, normalizeClass, toDisplayString, renderSlot, createElementBlock, createCommentVNode, vShow, pushScopeId, popScopeId } from 'vue';
3
3
  import { g as getZIndex } from './util.mjs';
4
4
 
5
- const _withScopeId = (n) => (pushScopeId("data-v-5072de5f"), n = n(), popScopeId(), n);
5
+ const _withScopeId = (n) => (pushScopeId("data-v-424f48ea"), n = n(), popScopeId(), n);
6
6
  const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("g", null, [
7
7
  /* @__PURE__ */ createElementVNode("path", {
8
8
  d: "M0.292786,0.292786C0.480314,0.105315,0.734622,0,0.999786,0C1.26495,0,1.51926,0.105315,1.70679,0.292786C1.70679,0.292786,5.24279,3.82879,5.24279,3.82879C5.24279,3.82879,8.77879,0.292786,8.77879,0.292786C8.96739,0.110628,9.21999,0.00983396,9.48219,0.0121124C9.74438,0.0143908,9.9952,0.11956,10.1806,0.304968C10.366,0.490376,10.4712,0.741189,10.4735,1.00339C10.4757,1.26558,10.3749,1.51818,10.1928,1.70679C10.1928,1.70679,6.65679,5.24279,6.65679,5.24279C6.65679,5.24279,10.1928,8.77879,10.1928,8.77879C10.3749,8.96739,10.4757,9.21999,10.4735,9.48219C10.4712,9.74438,10.366,9.9952,10.1806,10.1806C9.9952,10.366,9.74438,10.4712,9.48219,10.4735C9.21999,10.4757,8.96739,10.3749,8.77879,10.1928C8.77879,10.1928,5.24279,6.65679,5.24279,6.65679C5.24279,6.65679,1.70679,10.1928,1.70679,10.1928C1.51818,10.3749,1.26558,10.4757,1.00339,10.4735C0.741189,10.4712,0.490376,10.366,0.304968,10.1806C0.11956,9.9952,0.0143908,9.74438,0.0121124,9.48219C0.00983396,9.21999,0.110628,8.96739,0.292786,8.77879C0.292786,8.77879,3.82879,5.24279,3.82879,5.24279C3.82879,5.24279,0.292786,1.70679,0.292786,1.70679C0.105315,1.51926,0,1.26495,0,0.999786C0,0.734622,0.105315,0.480314,0.292786,0.292786C0.292786,0.292786,0.292786,0.292786,0.292786,0.292786C0.292786,0.292786,0.292786,0.292786,0.292786,0.292786Z",
@@ -121,9 +121,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
121
121
 
122
122
  /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
123
123
 
124
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_1_scoped_5072de5f_lang = '';
124
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_1_scoped_424f48ea_lang = '';
125
125
 
126
- const _BasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5072de5f"]]);
126
+ const _BasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-424f48ea"]]);
127
127
 
128
128
  const BasicDialog = install(_BasicDialog);
129
129
 
@@ -1,6 +1,6 @@
1
1
  import { _ as _export_sfc, i as install } from '../../AirQualityCalendar/index.mjs';
2
2
  import { defineComponent, ref, onMounted, onBeforeUnmount, watch, openBlock, createElementBlock, normalizeClass, normalizeStyle } from 'vue';
3
- import { i as init } from '../../../../vendor/echarts@5.4.2.mjs';
3
+ import * as echarts from 'echarts';
4
4
 
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "index",
@@ -46,7 +46,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  };
47
47
  const cancalDebounce = debounce(resizeHandler, 50);
48
48
  onMounted(() => {
49
- myChart = init(echartsDomRef.value, { renderer: "svg" });
49
+ myChart = echarts.init(echartsDomRef.value, { renderer: "svg" });
50
50
  myChart.showLoading({
51
51
  text: "",
52
52
  color: "#409eff",
@@ -1,5 +1,7 @@
1
1
  import { _ as _export_sfc, i as install } from '../../AirQualityCalendar/index.mjs';
2
- import { a as ElScrollbar } from '../../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
2
+ import { ElScrollbar } from 'element-plus/es';
3
+ import 'element-plus/es/components/base/style/css';
4
+ import 'element-plus/es/components/scrollbar/style/css';
3
5
  import { defineComponent, openBlock, createElementBlock, normalizeStyle, normalizeClass, createVNode, withCtx, createElementVNode, renderSlot } from 'vue';
4
6
 
5
7
  const clsfix = "fpi-basic-panel";
@@ -1,4 +1,4 @@
1
- import { b as ElMessage } from '../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
1
+ import { ElMessage } from 'element-plus';
2
2
 
3
3
  const messageBox = (msg, type) => {
4
4
  ElMessage({
@@ -1 +1,8 @@
1
+ const innerNet = false;
2
+ const domain = location.host === "ued.fpi-inc.site" ? "/api-bmp" : `${location.protocol}//${location.host}`;
3
+ const Config = {
4
+ domain,
5
+ innerNet
6
+ };
1
7
 
8
+ export { Config as C };
@@ -0,0 +1,4 @@
1
+ export default class Base {
2
+ static userCenterServe: string;
3
+ static bmpAlarmCenterServer: string;
4
+ }