@ued_fpi/data-visual 1.2.6 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/dist/es/aims/src/AirQualityCalendar/index.vue.mjs +1 -0
  2. package/dist/es/aims/src/common/BasicEcharts/index.vue.mjs +6 -4
  3. package/dist/es/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
  4. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
  5. package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +49 -28
  6. package/dist/es/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
  7. package/dist/es/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
  8. package/dist/es/bmp/src/EarlyWarningEvent/index.vue.mjs +45 -30
  9. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.mjs +1 -1
  10. package/dist/es/bmp/src/EventList/index.d.ts +23 -2
  11. package/dist/es/bmp/src/EventList/index.vue.d.ts +13 -1
  12. package/dist/es/bmp/src/EventList/index.vue.mjs +12 -2
  13. package/dist/es/bmp/src/ReportEvent/index.d.ts +30 -0
  14. package/dist/es/bmp/src/ReportEvent/index.vue.d.ts +18 -0
  15. package/dist/es/bmp/src/ReportEvent/index.vue.mjs +46 -31
  16. package/dist/es/bmp/src/ReportEvent/utils/echarts/echartsOptions.mjs +1 -1
  17. package/dist/es/ipes/src/AccessVehicleManage/index.d.ts +75 -39
  18. package/dist/es/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
  19. package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +60 -151
  20. package/dist/es/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
  21. package/dist/es/ipes/src/AccessVehicleManage/types/index.mjs +36 -0
  22. package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +3 -0
  23. package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +3 -0
  24. package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +3 -0
  25. package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +3 -0
  26. package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +3 -0
  27. package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +3 -0
  28. package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +3 -0
  29. package/dist/es/ipes/src/AirQuality/index.vue.mjs +100 -123
  30. package/dist/es/ipes/src/AirQuality/type.d.ts +10 -10
  31. package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +69 -124
  32. package/dist/es/ipes/src/AlarmManage/index.d.ts +71 -3
  33. package/dist/es/ipes/src/AlarmManage/index.vue.d.ts +45 -1
  34. package/dist/es/ipes/src/AlarmManage/index.vue.mjs +59 -75
  35. package/dist/es/ipes/src/BusinessManage/index.d.ts +89 -3
  36. package/dist/es/ipes/src/BusinessManage/index.vue.d.ts +56 -1
  37. package/dist/es/ipes/src/BusinessManage/index.vue.mjs +38 -56
  38. package/dist/es/ipes/src/EmergencyDuty/index.d.ts +36 -12
  39. package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
  40. package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +9 -44
  41. package/dist/es/ipes/src/EmergencyResources/index.d.ts +36 -12
  42. package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
  43. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +7 -37
  44. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +1 -1
  45. package/dist/es/ipes/src/EnvManage/index.d.ts +0 -36
  46. package/dist/es/ipes/src/EnvManage/index.vue.d.ts +1 -18
  47. package/dist/es/ipes/src/EnvManage/index.vue.mjs +99 -96
  48. package/dist/es/ipes/src/EnvManage/type.d.ts +6 -3
  49. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
  50. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
  51. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +87 -213
  52. package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
  53. package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +45 -0
  54. package/dist/es/ipes/src/InspectionManage/index.d.ts +93 -24
  55. package/dist/es/ipes/src/InspectionManage/index.vue.d.ts +65 -18
  56. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +42 -94
  57. package/dist/es/ipes/src/Level3AirDefense/images/empty.png.mjs +2 -2
  58. package/dist/es/ipes/src/Level3AirDefense/index.d.ts +50 -3
  59. package/dist/es/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
  60. package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +27 -27
  61. package/dist/es/ipes/src/OdorControl/index.d.ts +24 -0
  62. package/dist/es/ipes/src/OdorControl/index.vue.d.ts +15 -0
  63. package/dist/es/ipes/src/OdorControl/index.vue.mjs +71 -79
  64. package/dist/es/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
  65. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -1
  66. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
  67. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +41 -66
  68. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue2.mjs +4 -2
  69. package/dist/es/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
  70. package/dist/es/ipes/src/SealingManage/index.d.ts +130 -58
  71. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +79 -67
  72. package/dist/es/ipes/src/SealingManage/index.vue.mjs +85 -240
  73. package/dist/es/ipes/src/SealingManage/types/index.d.ts +58 -2
  74. package/dist/es/ipes/src/SealingManage/types/index.mjs +73 -0
  75. package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +33 -12
  76. package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
  77. package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +14 -30
  78. package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +2 -2
  79. package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +153 -39
  80. package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
  81. package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +112 -187
  82. package/dist/es/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
  83. package/dist/es/ipes/src/WaterNetworkManage/types/index.mjs +43 -0
  84. package/dist/es/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
  85. package/dist/es/ipes/src/common/RealTimeAir.vue.mjs +97 -0
  86. package/dist/es/ipes/src/common/RealTimeAir.vue2.mjs +3 -0
  87. package/dist/es/ipes/src/common/RealTimeAir.vue3.mjs +6 -0
  88. package/dist/es/ipes/src/common/types.d.ts +7 -0
  89. package/dist/es/style.css +3 -3
  90. package/dist/es/utils.d.ts +13 -0
  91. package/dist/es/utils.mjs +41 -1
  92. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +21 -24
  93. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +10 -12
  94. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +3 -11
  95. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.mjs +1 -1
  96. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.mjs +3 -0
  97. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.mjs +3 -0
  98. package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.mjs +3 -0
  99. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +8 -3
  100. package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
  101. package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
  102. package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +20 -20
  103. package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +8 -8
  104. package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
  105. package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +39 -37
  106. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +7 -10
  107. package/dist/es/wgms/src/LakeRiverIndex/images/0.svg.mjs +1 -1
  108. package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +23 -19
  109. package/dist/es/wgms/src/PollutionSourceControl/index.vue.mjs +11 -11
  110. package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +22 -40
  111. package/dist/es/wgms/src/SubordinateRanking/index.vue.mjs +3 -3
  112. package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +6 -4
  113. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +20 -25
  114. package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +3 -11
  115. package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +4 -2
  116. package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +17 -18
  117. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +39 -45
  118. package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +8 -13
  119. package/dist/es/wgms/src/common/ProgressBar.vue.mjs +3 -3
  120. package/dist/{lib/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → es/wgms/src/common/common-arrow.vue.d.ts} +6 -5
  121. package/dist/es/wgms/src/common/common-arrow.vue.mjs +26 -0
  122. package/dist/es/wgms/src/common/common-arrow.vue2.mjs +3 -0
  123. package/dist/es/wgms/src/common/common-arrow.vue3.mjs +6 -0
  124. package/dist/es/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
  125. package/dist/es/wgms/utils/echarts/BaseECharts.vue.mjs +103 -0
  126. package/dist/es/wgms/utils/echarts/BaseECharts.vue2.mjs +5 -0
  127. package/dist/es/wgms/utils/echarts/echartsOptions.mjs +1 -1
  128. package/dist/es/wgms/utils/echarts/index.d.ts +0 -12
  129. package/dist/es/wgms/utils/echarts/index.mjs +19 -29
  130. package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +1 -0
  131. package/dist/lib/aims/src/common/BasicEcharts/index.vue.js +7 -24
  132. package/dist/lib/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
  133. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
  134. package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +48 -27
  135. package/dist/lib/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
  136. package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
  137. package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.js +46 -31
  138. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.js +1 -1
  139. package/dist/lib/bmp/src/EventList/index.d.ts +23 -2
  140. package/dist/lib/bmp/src/EventList/index.vue.d.ts +13 -1
  141. package/dist/lib/bmp/src/EventList/index.vue.js +12 -2
  142. package/dist/lib/bmp/src/ReportEvent/index.d.ts +30 -0
  143. package/dist/lib/bmp/src/ReportEvent/index.vue.d.ts +18 -0
  144. package/dist/lib/bmp/src/ReportEvent/index.vue.js +47 -32
  145. package/dist/lib/bmp/src/ReportEvent/utils/echarts/echartsOptions.js +1 -1
  146. package/dist/lib/ipes/src/AccessVehicleManage/index.d.ts +75 -39
  147. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
  148. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +58 -149
  149. package/dist/lib/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
  150. package/dist/lib/ipes/src/AccessVehicleManage/types/index.js +40 -0
  151. package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +7 -0
  152. package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +7 -0
  153. package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +7 -0
  154. package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +7 -0
  155. package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +7 -0
  156. package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +7 -0
  157. package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +7 -0
  158. package/dist/lib/ipes/src/AirQuality/index.vue.js +99 -122
  159. package/dist/lib/ipes/src/AirQuality/type.d.ts +10 -10
  160. package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +68 -123
  161. package/dist/lib/ipes/src/AlarmManage/index.d.ts +71 -3
  162. package/dist/lib/ipes/src/AlarmManage/index.vue.d.ts +45 -1
  163. package/dist/lib/ipes/src/AlarmManage/index.vue.js +58 -74
  164. package/dist/lib/ipes/src/BusinessManage/index.d.ts +89 -3
  165. package/dist/lib/ipes/src/BusinessManage/index.vue.d.ts +56 -1
  166. package/dist/lib/ipes/src/BusinessManage/index.vue.js +37 -55
  167. package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +36 -12
  168. package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
  169. package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +8 -43
  170. package/dist/lib/ipes/src/EmergencyResources/index.d.ts +36 -12
  171. package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
  172. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +6 -36
  173. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +1 -1
  174. package/dist/lib/ipes/src/EnvManage/index.d.ts +0 -36
  175. package/dist/lib/ipes/src/EnvManage/index.vue.d.ts +1 -18
  176. package/dist/lib/ipes/src/EnvManage/index.vue.js +99 -96
  177. package/dist/lib/ipes/src/EnvManage/type.d.ts +6 -3
  178. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
  179. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
  180. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +86 -212
  181. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
  182. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +49 -0
  183. package/dist/lib/ipes/src/InspectionManage/index.d.ts +93 -24
  184. package/dist/lib/ipes/src/InspectionManage/index.vue.d.ts +65 -18
  185. package/dist/lib/ipes/src/InspectionManage/index.vue.js +41 -93
  186. package/dist/lib/ipes/src/Level3AirDefense/images/empty.png.js +2 -2
  187. package/dist/lib/ipes/src/Level3AirDefense/index.d.ts +50 -3
  188. package/dist/lib/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
  189. package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +25 -25
  190. package/dist/lib/ipes/src/OdorControl/index.d.ts +24 -0
  191. package/dist/lib/ipes/src/OdorControl/index.vue.d.ts +15 -0
  192. package/dist/lib/ipes/src/OdorControl/index.vue.js +70 -78
  193. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
  194. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +0 -1
  195. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
  196. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +41 -66
  197. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue2.js +4 -2
  198. package/dist/lib/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
  199. package/dist/lib/ipes/src/SealingManage/index.d.ts +130 -58
  200. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +79 -67
  201. package/dist/lib/ipes/src/SealingManage/index.vue.js +84 -239
  202. package/dist/lib/ipes/src/SealingManage/types/index.d.ts +58 -2
  203. package/dist/lib/ipes/src/SealingManage/types/index.js +77 -0
  204. package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +33 -12
  205. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
  206. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +13 -29
  207. package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +2 -2
  208. package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +153 -39
  209. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
  210. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +109 -184
  211. package/dist/lib/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
  212. package/dist/lib/ipes/src/WaterNetworkManage/types/index.js +47 -0
  213. package/dist/lib/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
  214. package/dist/lib/ipes/src/common/RealTimeAir.vue.js +101 -0
  215. package/dist/lib/ipes/src/common/RealTimeAir.vue2.js +7 -0
  216. package/dist/lib/ipes/src/common/RealTimeAir.vue3.js +10 -0
  217. package/dist/lib/ipes/src/common/types.d.ts +7 -0
  218. package/dist/lib/style.css +3 -3
  219. package/dist/lib/utils.d.ts +13 -0
  220. package/dist/lib/utils.js +43 -0
  221. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +20 -23
  222. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +10 -12
  223. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +3 -11
  224. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.js +1 -1
  225. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.js +7 -0
  226. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.js +7 -0
  227. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.js +7 -0
  228. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +7 -2
  229. package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
  230. package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
  231. package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +19 -19
  232. package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +8 -8
  233. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
  234. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +40 -38
  235. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +6 -9
  236. package/dist/lib/wgms/src/LakeRiverIndex/images/0.svg.js +1 -1
  237. package/dist/lib/wgms/src/NPTrendChange/index.vue.js +22 -18
  238. package/dist/lib/wgms/src/PollutionSourceControl/index.vue.js +11 -11
  239. package/dist/lib/wgms/src/SevenDayKline/index.vue.js +21 -39
  240. package/dist/lib/wgms/src/SubordinateRanking/index.vue.js +3 -3
  241. package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +6 -4
  242. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +19 -24
  243. package/dist/lib/wgms/src/UpstreamSection/index.vue.js +3 -11
  244. package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +4 -2
  245. package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +16 -17
  246. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +38 -44
  247. package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +7 -12
  248. package/dist/lib/wgms/src/common/ProgressBar.vue.js +3 -3
  249. package/dist/{es/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → lib/wgms/src/common/common-arrow.vue.d.ts} +6 -5
  250. package/dist/lib/wgms/src/common/common-arrow.vue.js +30 -0
  251. package/dist/lib/wgms/src/common/common-arrow.vue2.js +7 -0
  252. package/dist/lib/wgms/src/common/common-arrow.vue3.js +10 -0
  253. package/dist/lib/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
  254. package/dist/lib/wgms/utils/echarts/BaseECharts.vue.js +107 -0
  255. package/dist/lib/wgms/utils/echarts/BaseECharts.vue2.js +9 -0
  256. package/dist/lib/wgms/utils/echarts/echartsOptions.js +1 -1
  257. package/dist/lib/wgms/utils/echarts/index.d.ts +0 -12
  258. package/dist/lib/wgms/utils/echarts/index.js +19 -29
  259. package/dist/style/base.css +120 -26
  260. package/dist/style/style-bmp.css +1 -1
  261. package/dist/style/style-ipes.css +1 -1
  262. package/dist/style/style-wgms.css +1 -1
  263. package/package.json +2 -2
  264. package/dist/es/bmp/src/AlgaeMonitoring/images/checked.png.mjs +0 -3
  265. package/dist/es/bmp/src/AlgaeMonitoring/images/today-alarm.png.mjs +0 -3
  266. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
  267. package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.mjs +0 -40
  268. package/dist/es/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
  269. package/dist/es/bmp/src/ReportEvent/utils/echarts/index.mjs +0 -40
  270. package/dist/es/ipes/src/AccessVehicleManage/images/module-title-icon.png.mjs +0 -3
  271. package/dist/es/ipes/src/AlarmManage/images/modeluIcon.png.mjs +0 -3
  272. package/dist/es/ipes/src/HazardousVehicleManage/images/module-title-icon.png.mjs +0 -3
  273. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.mjs +0 -25
  274. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue2.mjs +0 -3
  275. package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue3.mjs +0 -6
  276. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue3.mjs +0 -6
  277. package/dist/es/ipes/src/SealingManage/images/module-title-icon.png.mjs +0 -3
  278. package/dist/es/ipes/src/WaterNetworkManage/images/module-title-icon.png.mjs +0 -3
  279. package/dist/es/ipes/src/WaterNetworkManage/images/water-leakage.png.mjs +0 -3
  280. package/dist/es/ipes/src/WaterNetworkManage/images/water-total.png.mjs +0 -3
  281. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.mjs +0 -3
  282. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.mjs +0 -3
  283. package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.mjs +0 -3
  284. package/dist/es/wgms/src/WaterQualityClassification/images/down.svg.mjs +0 -3
  285. package/dist/es/wgms/src/WaterQualityClassification/images/right.svg.mjs +0 -3
  286. package/dist/es/wgms/src/WaterQualityClassification/images/up.svg.mjs +0 -3
  287. package/dist/es/wgms/src/WaterQualityStatus/images/down.svg.mjs +0 -3
  288. package/dist/es/wgms/src/WaterQualityStatus/images/right.svg.mjs +0 -3
  289. package/dist/es/wgms/src/WaterQualityStatus/images/up.svg.mjs +0 -3
  290. package/dist/lib/bmp/src/AlgaeMonitoring/images/checked.png.js +0 -7
  291. package/dist/lib/bmp/src/AlgaeMonitoring/images/today-alarm.png.js +0 -7
  292. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
  293. package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.js +0 -63
  294. package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
  295. package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.js +0 -63
  296. package/dist/lib/ipes/src/AccessVehicleManage/images/module-title-icon.png.js +0 -7
  297. package/dist/lib/ipes/src/AlarmManage/images/modeluIcon.png.js +0 -7
  298. package/dist/lib/ipes/src/HazardousVehicleManage/images/module-title-icon.png.js +0 -7
  299. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.js +0 -29
  300. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue2.js +0 -7
  301. package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue3.js +0 -10
  302. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue3.js +0 -10
  303. package/dist/lib/ipes/src/SealingManage/images/module-title-icon.png.js +0 -7
  304. package/dist/lib/ipes/src/WaterNetworkManage/images/module-title-icon.png.js +0 -7
  305. package/dist/lib/ipes/src/WaterNetworkManage/images/water-leakage.png.js +0 -7
  306. package/dist/lib/ipes/src/WaterNetworkManage/images/water-total.png.js +0 -7
  307. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.js +0 -7
  308. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.js +0 -7
  309. package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.js +0 -7
  310. package/dist/lib/wgms/src/WaterQualityClassification/images/down.svg.js +0 -7
  311. package/dist/lib/wgms/src/WaterQualityClassification/images/right.svg.js +0 -7
  312. package/dist/lib/wgms/src/WaterQualityClassification/images/up.svg.js +0 -7
  313. package/dist/lib/wgms/src/WaterQualityStatus/images/down.svg.js +0 -7
  314. package/dist/lib/wgms/src/WaterQualityStatus/images/right.svg.js +0 -7
  315. package/dist/lib/wgms/src/WaterQualityStatus/images/up.svg.js +0 -7
  316. /package/dist/es/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.mjs +0 -0
  317. /package/dist/lib/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.js +0 -0
@@ -2,165 +2,68 @@ import { ElOption, ElSelect } from 'element-plus/es';
2
2
  import 'element-plus/es/components/base/style/css';
3
3
  import 'element-plus/es/components/select/style/css';
4
4
  import 'element-plus/es/components/option/style/css';
5
- import { defineComponent, reactive, ref, computed, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock, normalizeClass } from 'vue';
6
- import _imports_0 from './images/module-title-icon.png.mjs';
5
+ import { defineComponent, mergeDefaults, ref, computed, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock, normalizeClass } from 'vue';
7
6
  import dayjs from 'dayjs';
8
- import requestControl from '../../service/request.mjs';
7
+ import { defaultProps } from './types/index.mjs';
9
8
 
10
9
  const _hoisted_1 = { class: "dv-ipes-sealing-manage" };
11
10
  const _hoisted_2 = { class: "sealing-row" };
12
11
  const _hoisted_3 = { class: "sealing-header" };
13
12
  const _hoisted_4 = { class: "sealing-header__title" };
14
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("img", {
15
- src: _imports_0,
16
- alt: "",
17
- class: "module-icon"
18
- }, null, -1);
19
- const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "车辆出入园统计", -1);
20
- const _hoisted_7 = { class: "sealing-header__title--sub" };
21
- const _hoisted_8 = { class: "sealing-header__extra" };
22
- const _hoisted_9 = { class: "access-statistics" };
23
- const _hoisted_10 = { class: "access-statistics-item__total" };
24
- const _hoisted_11 = { class: "access-statistics-item__type" };
25
- const _hoisted_12 = { class: "sealing-row" };
26
- const _hoisted_13 = { class: "sealing-header" };
27
- const _hoisted_14 = /* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
28
- /* @__PURE__ */ createElementVNode("img", {
29
- src: _imports_0,
30
- alt: "",
31
- class: "module-icon"
32
- }),
13
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null, "车辆出入园统计", -1);
14
+ const _hoisted_6 = { class: "sealing-header__title--sub" };
15
+ const _hoisted_7 = { class: "sealing-header__extra" };
16
+ const _hoisted_8 = { class: "access-statistics" };
17
+ const _hoisted_9 = { class: "access-statistics-item__total" };
18
+ const _hoisted_10 = { class: "access-statistics-item__type" };
19
+ const _hoisted_11 = { class: "sealing-row" };
20
+ const _hoisted_12 = { class: "sealing-header" };
21
+ const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
33
22
  /* @__PURE__ */ createElementVNode("span", null, "园内危化品车辆")
34
23
  ], -1);
35
- const _hoisted_15 = { class: "sealing-header__extra" };
36
- const _hoisted_16 = { class: "hazardous-statistics" };
37
- const _hoisted_17 = { class: "hazardous-statistics-item" };
38
- const _hoisted_18 = { class: "hazardous-statistics-item__type" };
39
- const _hoisted_19 = { class: "hazardous-statistics-item__total" };
40
- const _hoisted_20 = { class: "hazardous-statistics-item__detail" };
41
- const _hoisted_21 = { class: "hazardous-statistics-item__col" };
42
- const _hoisted_22 = { class: "hazardous-statistics-item__label" };
43
- const _hoisted_23 = { class: "hazardous-statistics-item__value" };
44
- const _hoisted_24 = { class: "hazardous-statistics-item__col" };
45
- const _hoisted_25 = { class: "hazardous-statistics-item__label" };
46
- const _hoisted_26 = { class: "hazardous-statistics-item__value" };
47
- const _hoisted_27 = { class: "hazardous-statistics-item" };
48
- const _hoisted_28 = { class: "hazardous-statistics-item__type" };
49
- const _hoisted_29 = { class: "hazardous-statistics-item__total" };
50
- const _hoisted_30 = { class: "hazardous-statistics-item__detail" };
51
- const _hoisted_31 = { class: "hazardous-statistics-item__col" };
52
- const _hoisted_32 = { class: "hazardous-statistics-item__label" };
53
- const _hoisted_33 = { class: "hazardous-statistics-item__value" };
54
- const _hoisted_34 = { class: "hazardous-statistics-item__col" };
55
- const _hoisted_35 = { class: "hazardous-statistics-item__label" };
56
- const _hoisted_36 = { class: "hazardous-statistics-item__value" };
24
+ const _hoisted_14 = { class: "sealing-header__extra" };
25
+ const _hoisted_15 = { class: "hazardous-statistics" };
26
+ const _hoisted_16 = { class: "hazardous-statistics-item" };
27
+ const _hoisted_17 = { class: "hazardous-statistics-item__type" };
28
+ const _hoisted_18 = { class: "hazardous-statistics-item__total" };
29
+ const _hoisted_19 = { class: "hazardous-statistics-item__detail" };
30
+ const _hoisted_20 = { class: "hazardous-statistics-item__col" };
31
+ const _hoisted_21 = { class: "hazardous-statistics-item__label" };
32
+ const _hoisted_22 = { class: "hazardous-statistics-item__value" };
33
+ const _hoisted_23 = { class: "hazardous-statistics-item__col" };
34
+ const _hoisted_24 = { class: "hazardous-statistics-item__label" };
35
+ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
36
+ const _hoisted_26 = { class: "hazardous-statistics-item" };
37
+ const _hoisted_27 = { class: "hazardous-statistics-item__type" };
38
+ const _hoisted_28 = { class: "hazardous-statistics-item__total" };
39
+ const _hoisted_29 = { class: "hazardous-statistics-item__detail" };
40
+ const _hoisted_30 = { class: "hazardous-statistics-item__col" };
41
+ const _hoisted_31 = { class: "hazardous-statistics-item__label" };
42
+ const _hoisted_32 = { class: "hazardous-statistics-item__value" };
43
+ const _hoisted_33 = { class: "hazardous-statistics-item__col" };
44
+ const _hoisted_34 = { class: "hazardous-statistics-item__label" };
45
+ const _hoisted_35 = { class: "hazardous-statistics-item__value" };
57
46
  const __default__ = {
58
47
  name: "DvIpesSealingManage",
59
48
  title: "封闭化管理"
60
49
  };
61
50
  const _sfc_main = /* @__PURE__ */ defineComponent({
62
51
  ...__default__,
63
- props: {
64
- // 车辆出入园统计接口
65
- accessStatisticUrl: {
66
- type: String,
67
- default: "/ipes-prj-map-server/api/v1/web/closed-end/statistics-record"
68
- },
69
- // 实时动态
70
- getAlarmCountNew: {
71
- type: String,
72
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew"
73
- },
74
- // 在线状态统计-报警统计
75
- getAlarmIsAllCountNew: {
76
- type: String,
77
- default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew"
78
- },
79
- // 时间类型
80
- timeType: {
81
- type: String,
82
- default: "month"
83
- },
84
- // 时间类型选项
85
- timeTypeOptions: {
86
- type: Array,
87
- default: () => [
88
- {
89
- label: "年",
90
- value: "year"
91
- },
92
- {
93
- label: "月",
94
- value: "month"
95
- },
96
- {
97
- label: "日",
98
- value: "day"
99
- }
100
- ]
101
- },
102
- // 园区类型
103
- parkOptions: {
104
- type: Array,
105
- default: () => [
106
- {
107
- value: "",
108
- label: "全部"
109
- },
110
- {
111
- value: "0",
112
- label: "西中岛"
113
- },
114
- {
115
- value: "1",
116
- label: "长兴岛"
117
- }
118
- ]
119
- }
120
- },
52
+ props: mergeDefaults({
53
+ hazardousCar: {},
54
+ accessStatistic: {},
55
+ timeType: {},
56
+ timeTypeOptions: {},
57
+ parkOptions: {}
58
+ }, {
59
+ ...defaultProps
60
+ }),
121
61
  emits: {
122
- onTimeTypeChange: (value) => value
62
+ onTimeTypeChange: (value) => value,
63
+ onParkTypeChange: (value) => value
123
64
  },
124
65
  setup(__props, { emit }) {
125
66
  const props = __props;
126
- const accessStatistic = reactive([
127
- {
128
- label: "入园车辆",
129
- value: 0,
130
- type: "entry"
131
- },
132
- {
133
- label: "出园车辆",
134
- value: 0,
135
- type: "exit"
136
- }
137
- ]);
138
- const hazardousCar = reactive({
139
- sfCount: 0,
140
- // 外来车辆数
141
- sfCountTitle: "外来车辆数",
142
- // 外来车辆数
143
- dnCount: 0,
144
- // 自有车辆数
145
- dnCountTitle: "自有车辆数",
146
- // 自有车辆数
147
- ynCount: 0,
148
- // 园区车辆
149
- ynCountTitle: "园区车辆",
150
- // 园区车辆
151
- zxCount: 0,
152
- // 在线车辆数
153
- zxCountTitle: "在线车辆数",
154
- // 在线车辆数
155
- lxCount: 0,
156
- // 离线车辆数
157
- lxCountTitle: "离线车辆数",
158
- // 离线车辆数
159
- zxPercent: 0,
160
- // 车辆在线状态
161
- zxPercentTitle: "车辆在线状态"
162
- // 车辆在线状态
163
- });
164
67
  const _timeType = ref(props.timeType);
165
68
  const parkType = ref("");
166
69
  const timeLabel = computed(() => {
@@ -172,71 +75,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
172
75
  })(format || (format = {}));
173
76
  return dayjs().format(format[_timeType.value]);
174
77
  });
175
- const _timeTypeOptions = computed(() => props.timeTypeOptions);
176
- const _parkOptions = computed(() => props.parkOptions);
177
- onMounted(() => {
178
- getStatisticsRecord();
179
- getAlarmCountNew();
180
- });
181
- const getStatisticsRecord = async () => {
182
- try {
183
- const res = await requestControl({
184
- method: "get",
185
- url: props.accessStatisticUrl,
186
- params: {
187
- timeStr: timeLabel.value,
188
- timeType: _timeType.value
189
- }
190
- });
191
- accessStatistic[0].value = res?.data?.inCount;
192
- accessStatistic[1].value = res?.data?.outCount;
193
- } catch (e) {
194
- console.log(e);
195
- }
196
- };
197
- const getAlarmCountNew = async () => {
198
- try {
199
- const res = await Promise.all([
200
- // 实时动态
201
- requestControl({
202
- method: "get",
203
- url: props.getAlarmCountNew,
204
- params: {
205
- area: parkType.value,
206
- startTime: dayjs().format("YYYY-MM-DD"),
207
- endTime: dayjs().format("YYYY-MM-DD")
208
- }
209
- }),
210
- // 在线状态统计-报警统计
211
- requestControl({
212
- method: "get",
213
- url: props.getAlarmIsAllCountNew,
214
- params: {
215
- yearMonth: dayjs().format("YYYY-MM"),
216
- area: parkType.value
217
- }
218
- })
219
- ]);
220
- const { sfCount = 0, dnCount = 0, ynCount = 0 } = res[0]?.entries || {};
221
- const { zxCount = 0, lxCount = 0 } = res[1]?.entries || {};
222
- Object.assign(hazardousCar, {
223
- ...hazardousCar,
224
- duration: 0.3,
225
- sfCount,
226
- dnCount,
227
- ynCount,
228
- zxCount: Number(zxCount),
229
- lxCount,
230
- zxPercent: (zxCount || 0) / ((lxCount || 0) + (zxCount || 0)) * 100
231
- });
232
- } catch (e) {
233
- console.log(e);
234
- }
235
- };
236
78
  const handleTimeTypeChange = (value) => {
237
- getStatisticsRecord();
238
79
  emit("onTimeTypeChange", value);
239
80
  };
81
+ const onParkTypeChange = (value) => {
82
+ emit("onParkTypeChange", value);
83
+ };
240
84
  return (_ctx, _cache) => {
241
85
  const _component_el_option = ElOption;
242
86
  const _component_el_select = ElSelect;
@@ -245,18 +89,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
245
89
  createElementVNode("div", _hoisted_3, [
246
90
  createElementVNode("div", _hoisted_4, [
247
91
  _hoisted_5,
248
- _hoisted_6,
249
- createElementVNode("span", _hoisted_7, "(" + toDisplayString(timeLabel.value) + ")", 1)
92
+ createElementVNode("span", _hoisted_6, "(" + toDisplayString(timeLabel.value) + ")", 1)
250
93
  ]),
251
- createElementVNode("div", _hoisted_8, [
94
+ createElementVNode("div", _hoisted_7, [
252
95
  createVNode(_component_el_select, {
253
96
  modelValue: _timeType.value,
254
97
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _timeType.value = $event),
98
+ "popper-append-to-body": false,
255
99
  class: "fpi-select",
256
100
  onChange: handleTimeTypeChange
257
101
  }, {
258
102
  default: withCtx(() => [
259
- (openBlock(true), createElementBlock(Fragment, null, renderList(_timeTypeOptions.value, (item) => {
103
+ (openBlock(true), createElementBlock(Fragment, null, renderList(props.timeTypeOptions, (item) => {
260
104
  return openBlock(), createBlock(_component_el_option, {
261
105
  key: item.value,
262
106
  value: item.value,
@@ -268,30 +112,31 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
268
112
  }, 8, ["modelValue"])
269
113
  ])
270
114
  ]),
271
- createElementVNode("div", _hoisted_9, [
272
- (openBlock(true), createElementBlock(Fragment, null, renderList(accessStatistic, (item, idx) => {
115
+ createElementVNode("div", _hoisted_8, [
116
+ (openBlock(true), createElementBlock(Fragment, null, renderList(props.accessStatistic, (item, idx) => {
273
117
  return openBlock(), createElementBlock("div", {
274
118
  key: idx,
275
119
  class: normalizeClass(["access-statistics-item", `access-statistics-item--${item.type}`])
276
120
  }, [
277
- createElementVNode("div", _hoisted_10, toDisplayString(item.value), 1),
278
- createElementVNode("div", _hoisted_11, toDisplayString(item.label), 1)
121
+ createElementVNode("div", _hoisted_9, toDisplayString(item.value), 1),
122
+ createElementVNode("div", _hoisted_10, toDisplayString(item.label), 1)
279
123
  ], 2);
280
124
  }), 128))
281
125
  ])
282
126
  ]),
283
- createElementVNode("div", _hoisted_12, [
284
- createElementVNode("div", _hoisted_13, [
285
- _hoisted_14,
286
- createElementVNode("div", _hoisted_15, [
127
+ createElementVNode("div", _hoisted_11, [
128
+ createElementVNode("div", _hoisted_12, [
129
+ _hoisted_13,
130
+ createElementVNode("div", _hoisted_14, [
287
131
  createVNode(_component_el_select, {
288
132
  modelValue: parkType.value,
289
133
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => parkType.value = $event),
134
+ "popper-append-to-body": false,
290
135
  class: "fpi-select",
291
- onChange: getAlarmCountNew
136
+ onChange: onParkTypeChange
292
137
  }, {
293
138
  default: withCtx(() => [
294
- (openBlock(true), createElementBlock(Fragment, null, renderList(_parkOptions.value, (item) => {
139
+ (openBlock(true), createElementBlock(Fragment, null, renderList(props.parkOptions, (item) => {
295
140
  return openBlock(), createBlock(_component_el_option, {
296
141
  key: item.value,
297
142
  value: item.value,
@@ -303,36 +148,36 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
303
148
  }, 8, ["modelValue"])
304
149
  ])
305
150
  ]),
306
- createElementVNode("div", _hoisted_16, [
307
- createElementVNode("div", _hoisted_17, [
308
- createElementVNode("div", _hoisted_18, toDisplayString(hazardousCar.ynCountTitle), 1),
309
- createElementVNode("div", _hoisted_19, [
310
- createElementVNode("span", null, toDisplayString(hazardousCar.ynCount), 1)
151
+ createElementVNode("div", _hoisted_15, [
152
+ createElementVNode("div", _hoisted_16, [
153
+ createElementVNode("div", _hoisted_17, toDisplayString(props.hazardousCar.ynCountTitle), 1),
154
+ createElementVNode("div", _hoisted_18, [
155
+ createElementVNode("span", null, toDisplayString(props.hazardousCar.ynCount), 1)
311
156
  ]),
312
- createElementVNode("div", _hoisted_20, [
313
- createElementVNode("div", _hoisted_21, [
314
- createElementVNode("div", _hoisted_22, toDisplayString(hazardousCar.dnCountTitle), 1),
315
- createElementVNode("div", _hoisted_23, toDisplayString(hazardousCar.dnCount), 1)
157
+ createElementVNode("div", _hoisted_19, [
158
+ createElementVNode("div", _hoisted_20, [
159
+ createElementVNode("div", _hoisted_21, toDisplayString(props.hazardousCar.dnCountTitle), 1),
160
+ createElementVNode("div", _hoisted_22, toDisplayString(props.hazardousCar.dnCount), 1)
316
161
  ]),
317
- createElementVNode("div", _hoisted_24, [
318
- createElementVNode("div", _hoisted_25, toDisplayString(hazardousCar.sfCountTitle), 1),
319
- createElementVNode("div", _hoisted_26, toDisplayString(hazardousCar.sfCount), 1)
162
+ createElementVNode("div", _hoisted_23, [
163
+ createElementVNode("div", _hoisted_24, toDisplayString(props.hazardousCar.sfCountTitle), 1),
164
+ createElementVNode("div", _hoisted_25, toDisplayString(props.hazardousCar.sfCount), 1)
320
165
  ])
321
166
  ])
322
167
  ]),
323
- createElementVNode("div", _hoisted_27, [
324
- createElementVNode("div", _hoisted_28, toDisplayString(hazardousCar.zxPercentTitle), 1),
325
- createElementVNode("div", _hoisted_29, [
326
- createElementVNode("span", null, toDisplayString(hazardousCar.zxPercent.toFixed(1)) + "%", 1)
168
+ createElementVNode("div", _hoisted_26, [
169
+ createElementVNode("div", _hoisted_27, toDisplayString(props.hazardousCar.zxPercentTitle), 1),
170
+ createElementVNode("div", _hoisted_28, [
171
+ createElementVNode("span", null, toDisplayString(props.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
327
172
  ]),
328
- createElementVNode("div", _hoisted_30, [
329
- createElementVNode("div", _hoisted_31, [
330
- createElementVNode("div", _hoisted_32, toDisplayString(hazardousCar.zxCountTitle), 1),
331
- createElementVNode("div", _hoisted_33, toDisplayString(hazardousCar.zxCount), 1)
173
+ createElementVNode("div", _hoisted_29, [
174
+ createElementVNode("div", _hoisted_30, [
175
+ createElementVNode("div", _hoisted_31, toDisplayString(props.hazardousCar.zxCountTitle), 1),
176
+ createElementVNode("div", _hoisted_32, toDisplayString(props.hazardousCar.zxCount), 1)
332
177
  ]),
333
- createElementVNode("div", _hoisted_34, [
334
- createElementVNode("div", _hoisted_35, toDisplayString(hazardousCar.lxCountTitle), 1),
335
- createElementVNode("div", _hoisted_36, toDisplayString(hazardousCar.lxCount), 1)
178
+ createElementVNode("div", _hoisted_33, [
179
+ createElementVNode("div", _hoisted_34, toDisplayString(props.hazardousCar.lxCountTitle), 1),
180
+ createElementVNode("div", _hoisted_35, toDisplayString(props.hazardousCar.lxCount), 1)
336
181
  ])
337
182
  ])
338
183
  ])
@@ -1,8 +1,64 @@
1
- export interface IAccessCar {
1
+ export interface IHazardousCar {
2
+ sfCount: number;
3
+ sfCountTitle: string;
4
+ dnCount: number;
5
+ dnCountTitle: string;
6
+ ynCount: number;
7
+ ynCountTitle: string;
8
+ zxCount: number;
9
+ zxCountTitle: string;
10
+ lxCount: number;
11
+ lxCountTitle: string;
12
+ zxPercent: number;
13
+ zxPercentTitle: string;
14
+ }
15
+ export interface ITimeTypeOptions {
2
16
  label: string;
3
17
  value: string;
4
18
  }
5
- export interface IHazardousCar {
19
+ export interface IAccessStatistic {
20
+ label: string;
21
+ value: string | number;
22
+ type: string;
23
+ }
24
+ export interface IParkOption {
6
25
  label: string;
7
26
  value: string;
8
27
  }
28
+ export interface Props {
29
+ hazardousCar: IHazardousCar;
30
+ accessStatistic: IAccessStatistic[];
31
+ timeType: string;
32
+ timeTypeOptions: ITimeTypeOptions[];
33
+ parkOptions: IParkOption[];
34
+ }
35
+ export declare const defaultProps: {
36
+ hazardousCar: () => {
37
+ sfCount: number;
38
+ sfCountTitle: string;
39
+ dnCount: number;
40
+ dnCountTitle: string;
41
+ ynCount: number;
42
+ ynCountTitle: string;
43
+ zxCount: number;
44
+ zxCountTitle: string;
45
+ lxCount: number;
46
+ lxCountTitle: string;
47
+ zxPercent: number;
48
+ zxPercentTitle: string;
49
+ };
50
+ accessStatistic: () => {
51
+ label: string;
52
+ value: number;
53
+ type: string;
54
+ }[];
55
+ timeType: string;
56
+ timeTypeOptions: () => {
57
+ label: string;
58
+ value: string;
59
+ }[];
60
+ parkOptions: () => {
61
+ value: string;
62
+ label: string;
63
+ }[];
64
+ };
@@ -0,0 +1,73 @@
1
+ const defaultProps = {
2
+ hazardousCar: () => ({
3
+ sfCount: 0,
4
+ // 外来车辆数
5
+ sfCountTitle: "外来车辆数",
6
+ // 外来车辆数
7
+ dnCount: 0,
8
+ // 自有车辆数
9
+ dnCountTitle: "自有车辆数",
10
+ // 自有车辆数
11
+ ynCount: 0,
12
+ // 园区车辆
13
+ ynCountTitle: "园区车辆",
14
+ // 园区车辆
15
+ zxCount: 0,
16
+ // 在线车辆数
17
+ zxCountTitle: "在线车辆数",
18
+ // 在线车辆数
19
+ lxCount: 0,
20
+ // 离线车辆数
21
+ lxCountTitle: "离线车辆数",
22
+ // 离线车辆数
23
+ zxPercent: 0,
24
+ // 车辆在线状态
25
+ zxPercentTitle: "车辆在线状态"
26
+ // 车辆在线状态
27
+ }),
28
+ // 出入园统计
29
+ accessStatistic: () => [
30
+ {
31
+ label: "入园车辆",
32
+ value: 0,
33
+ type: "entry"
34
+ },
35
+ {
36
+ label: "出园车辆",
37
+ value: 0,
38
+ type: "exit"
39
+ }
40
+ ],
41
+ // 时间类型
42
+ timeType: "month",
43
+ timeTypeOptions: () => [
44
+ {
45
+ label: "年",
46
+ value: "year"
47
+ },
48
+ {
49
+ label: "月",
50
+ value: "month"
51
+ },
52
+ {
53
+ label: "日",
54
+ value: "day"
55
+ }
56
+ ],
57
+ parkOptions: () => [
58
+ {
59
+ value: "",
60
+ label: "全部"
61
+ },
62
+ {
63
+ value: "0",
64
+ label: "西中岛"
65
+ },
66
+ {
67
+ value: "1",
68
+ label: "长兴岛"
69
+ }
70
+ ]
71
+ };
72
+
73
+ export { defaultProps };
@@ -4,7 +4,7 @@ export declare const DvIpesStreetLightingManagement: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- getLightingDevice?: string | undefined;
7
+ lightingDevice?: import("./type").LightingDeviceType | undefined;
8
8
  key?: string | number | symbol | undefined;
9
9
  style?: unknown;
10
10
  ref?: import("vue").VNodeRef | undefined;
@@ -64,12 +64,19 @@ export declare const DvIpesStreetLightingManagement: {
64
64
  $emit: (event: string, ...args: any[]) => void;
65
65
  $el: any;
66
66
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
67
- getLightingDevice: {
68
- type: StringConstructor;
69
- default: string;
67
+ lightingDevice: {
68
+ type: globalThis.PropType<import("./type").LightingDeviceType>;
69
+ required: true;
70
+ } & {
71
+ default: () => {
72
+ online: number;
73
+ offline: number;
74
+ onlamp: number;
75
+ offlamp: number;
76
+ };
70
77
  };
71
78
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
72
- getLightingDevice: string;
79
+ lightingDevice: import("./type").LightingDeviceType;
73
80
  }, {}, string, {}> & {
74
81
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
75
82
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -91,20 +98,34 @@ export declare const DvIpesStreetLightingManagement: {
91
98
  $nextTick: typeof import("vue").nextTick;
92
99
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
93
100
  } & Readonly<import("vue").ExtractPropTypes<{
94
- getLightingDevice: {
95
- type: StringConstructor;
96
- default: string;
101
+ lightingDevice: {
102
+ type: globalThis.PropType<import("./type").LightingDeviceType>;
103
+ required: true;
104
+ } & {
105
+ default: () => {
106
+ online: number;
107
+ offline: number;
108
+ onlamp: number;
109
+ offlamp: number;
110
+ };
97
111
  };
98
112
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
99
113
  __isFragment?: undefined;
100
114
  __isTeleport?: undefined;
101
115
  __isSuspense?: undefined;
102
116
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
103
- getLightingDevice: {
104
- type: StringConstructor;
105
- default: string;
117
+ lightingDevice: {
118
+ type: globalThis.PropType<import("./type").LightingDeviceType>;
119
+ required: true;
120
+ } & {
121
+ default: () => {
122
+ online: number;
123
+ offline: number;
124
+ onlamp: number;
125
+ offlamp: number;
126
+ };
106
127
  };
107
128
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
108
- getLightingDevice: string;
129
+ lightingDevice: import("./type").LightingDeviceType;
109
130
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
110
131
  export default _StreetLightingManagement;
@@ -1,14 +1,37 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- getLightingDevice: {
3
- type: StringConstructor;
4
- default: string;
1
+ import type { LightingDeviceType } from './type';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ lightingDevice: LightingDeviceType;
4
+ }>, {
5
+ lightingDevice: () => {
6
+ online: number;
7
+ offline: number;
8
+ onlamp: number;
9
+ offlamp: number;
5
10
  };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- getLightingDevice: {
8
- type: StringConstructor;
9
- default: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
+ lightingDevice: LightingDeviceType;
13
+ }>, {
14
+ lightingDevice: () => {
15
+ online: number;
16
+ offline: number;
17
+ onlamp: number;
18
+ offlamp: number;
10
19
  };
11
- }>>, {
12
- getLightingDevice: string;
20
+ }>>>, {
21
+ lightingDevice: LightingDeviceType;
13
22
  }, {}>;
14
23
  export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
35
+ default: D[K];
36
+ } : P[K];
37
+ };