@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,13 +1,16 @@
1
1
  import { _ as _export_sfc, i as install } from '../../../aims/src/AirQualityCalendar/index.mjs';
2
- import { c as ElOption, d as ElSelect } from '../../../vendor/element-plus@2.3.7_vue@3.3.4.mjs';
3
- import { defineComponent, reactive, ref, onMounted, openBlock, createElementBlock, createElementVNode, createVNode, unref, isRef, withCtx, Fragment, renderList, createBlock, toDisplayString, pushScopeId, popScopeId } from 'vue';
2
+ import { ElOption, ElSelect } from 'element-plus/es';
3
+ import 'element-plus/es/components/base/style/css';
4
+ import 'element-plus/es/components/select/style/css';
5
+ import 'element-plus/es/components/option/style/css';
6
+ import { defineComponent, reactive, ref, computed, onMounted, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, toDisplayString, pushScopeId, popScopeId } from 'vue';
4
7
  import { _ as _imports_0 } from './images/module-title-icon.mjs';
5
- import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
8
+ import dayjs from 'dayjs';
6
9
  import { E as Echarts } from '../common/Echarts.mjs';
7
10
  import { g as getFontFamily } from '../../utils/tools.mjs';
8
11
  import { r as requestControl } from '../../service/request.mjs';
9
12
 
10
- const _withScopeId = (n) => (pushScopeId("data-v-0fbb062b"), n = n(), popScopeId(), n);
13
+ const _withScopeId = (n) => (pushScopeId("data-v-64868b24"), n = n(), popScopeId(), n);
11
14
  const _hoisted_1 = { class: "dv-ipes-hazardous-vehicle-manage" };
12
15
  const _hoisted_2 = { class: "sealing-row" };
13
16
  const _hoisted_3 = { class: "sealing-header" };
@@ -63,11 +66,46 @@ const __default__ = {
63
66
  };
64
67
  const _sfc_main = /* @__PURE__ */ defineComponent({
65
68
  ...__default__,
69
+ props: {
70
+ // 进出园车辆统计
71
+ getVehicleCount: {
72
+ type: String,
73
+ default: "/ipes-prj-map-server/api/v1/web/closed-end/get-vehicle-count"
74
+ },
75
+ // 实时动态
76
+ getAlarmCountNew: {
77
+ type: String,
78
+ default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew"
79
+ },
80
+ // 在线状态统计-报警统计
81
+ getAlarmIsAllCountNew: {
82
+ type: String,
83
+ default: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew"
84
+ },
85
+ // 园区类型
86
+ parkOptions: {
87
+ type: Array,
88
+ default: () => [
89
+ {
90
+ value: "",
91
+ label: "全部"
92
+ },
93
+ {
94
+ value: "0",
95
+ label: "西中岛"
96
+ },
97
+ {
98
+ value: "1",
99
+ label: "长兴岛"
100
+ }
101
+ ]
102
+ }
103
+ },
66
104
  emits: {
67
- onTimeTypeChange: (value) => value,
68
105
  onParkTypeChange: (value) => value
69
106
  },
70
107
  setup(__props, { emit }) {
108
+ const props = __props;
71
109
  const colors = [
72
110
  {
73
111
  color: "rgba(10, 174, 255, 1)",
@@ -104,26 +142,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
104
142
  zxPercentTitle: "车辆在线状态"
105
143
  // 车辆在线状态
106
144
  });
107
- ref("month");
108
145
  const parkType = ref("");
109
146
  const chartLoading = ref(true);
110
147
  const chartOption = reactive({
111
148
  options: {}
112
149
  });
113
- const parkOption = reactive([
114
- {
115
- value: "",
116
- label: "全部"
117
- },
118
- {
119
- value: "0",
120
- label: "西中岛"
121
- },
122
- {
123
- value: "1",
124
- label: "长兴岛"
125
- }
126
- ]);
150
+ const _parkOptions = computed(() => props.parkOptions);
127
151
  onMounted(() => {
128
152
  getAlarmCountNew();
129
153
  getVehicleCount();
@@ -153,7 +177,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
153
177
  // 实时动态
154
178
  requestControl({
155
179
  method: "get",
156
- url: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmCountNew",
180
+ url: props.getAlarmCountNew,
157
181
  params: {
158
182
  area: parkType.value,
159
183
  startTime: dayjs().format("YYYY-MM-DD"),
@@ -163,7 +187,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
163
187
  // 在线状态统计-报警统计
164
188
  requestControl({
165
189
  method: "get",
166
- url: "/xizhongdao-cockpit-server/hazardous/chemicals/getAlarmIsAllCountNew",
190
+ url: props.getAlarmIsAllCountNew,
167
191
  params: {
168
192
  yearMonth: dayjs().format("YYYY-MM"),
169
193
  area: parkType.value
@@ -190,7 +214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
190
214
  try {
191
215
  const res = await requestControl({
192
216
  method: "get",
193
- url: "/ipes-prj-map-server/api/v1/web/closed-end/get-vehicle-count",
217
+ url: props.getVehicleCount,
194
218
  params: {
195
219
  // 近10日
196
220
  startTime: dayjs().subtract(9, "day").format("YYYY-MM-DD"),
@@ -338,12 +362,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
338
362
  _hoisted_4,
339
363
  createElementVNode("div", _hoisted_5, [
340
364
  createVNode(_component_el_select, {
341
- modelValue: unref(parkType),
342
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(parkType) ? parkType.value = $event : null),
365
+ modelValue: parkType.value,
366
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => parkType.value = $event),
367
+ class: "fpi-select",
343
368
  onChange: handleParkTypeChange
344
369
  }, {
345
370
  default: withCtx(() => [
346
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(parkOption), (item) => {
371
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_parkOptions.value, (item) => {
347
372
  return openBlock(), createBlock(_component_el_option, {
348
373
  key: item.value,
349
374
  value: item.value,
@@ -357,34 +382,34 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
357
382
  ]),
358
383
  createElementVNode("div", _hoisted_6, [
359
384
  createElementVNode("div", _hoisted_7, [
360
- createElementVNode("div", _hoisted_8, toDisplayString(unref(hazardousCar).ynCountTitle), 1),
385
+ createElementVNode("div", _hoisted_8, toDisplayString(hazardousCar.ynCountTitle), 1),
361
386
  createElementVNode("div", _hoisted_9, [
362
- createElementVNode("span", null, toDisplayString(unref(hazardousCar).ynCount), 1)
387
+ createElementVNode("span", null, toDisplayString(hazardousCar.ynCount), 1)
363
388
  ]),
364
389
  createElementVNode("div", _hoisted_10, [
365
390
  createElementVNode("div", _hoisted_11, [
366
- createElementVNode("div", _hoisted_12, toDisplayString(unref(hazardousCar).dnCountTitle), 1),
367
- createElementVNode("div", _hoisted_13, toDisplayString(unref(hazardousCar).dnCount), 1)
391
+ createElementVNode("div", _hoisted_12, toDisplayString(hazardousCar.dnCountTitle), 1),
392
+ createElementVNode("div", _hoisted_13, toDisplayString(hazardousCar.dnCount), 1)
368
393
  ]),
369
394
  createElementVNode("div", _hoisted_14, [
370
- createElementVNode("div", _hoisted_15, toDisplayString(unref(hazardousCar).sfCountTitle), 1),
371
- createElementVNode("div", _hoisted_16, toDisplayString(unref(hazardousCar).sfCount), 1)
395
+ createElementVNode("div", _hoisted_15, toDisplayString(hazardousCar.sfCountTitle), 1),
396
+ createElementVNode("div", _hoisted_16, toDisplayString(hazardousCar.sfCount), 1)
372
397
  ])
373
398
  ])
374
399
  ]),
375
400
  createElementVNode("div", _hoisted_17, [
376
- createElementVNode("div", _hoisted_18, toDisplayString(unref(hazardousCar).zxPercentTitle), 1),
401
+ createElementVNode("div", _hoisted_18, toDisplayString(hazardousCar.zxPercentTitle), 1),
377
402
  createElementVNode("div", _hoisted_19, [
378
- createElementVNode("span", null, toDisplayString(unref(hazardousCar).zxPercent.toFixed(1)) + "%", 1)
403
+ createElementVNode("span", null, toDisplayString(hazardousCar.zxPercent.toFixed(1)) + "%", 1)
379
404
  ]),
380
405
  createElementVNode("div", _hoisted_20, [
381
406
  createElementVNode("div", _hoisted_21, [
382
- createElementVNode("div", _hoisted_22, toDisplayString(unref(hazardousCar).zxCountTitle), 1),
383
- createElementVNode("div", _hoisted_23, toDisplayString(unref(hazardousCar).zxCount), 1)
407
+ createElementVNode("div", _hoisted_22, toDisplayString(hazardousCar.zxCountTitle), 1),
408
+ createElementVNode("div", _hoisted_23, toDisplayString(hazardousCar.zxCount), 1)
384
409
  ]),
385
410
  createElementVNode("div", _hoisted_24, [
386
- createElementVNode("div", _hoisted_25, toDisplayString(unref(hazardousCar).lxCountTitle), 1),
387
- createElementVNode("div", _hoisted_26, toDisplayString(unref(hazardousCar).lxCount), 1)
411
+ createElementVNode("div", _hoisted_25, toDisplayString(hazardousCar.lxCountTitle), 1),
412
+ createElementVNode("div", _hoisted_26, toDisplayString(hazardousCar.lxCount), 1)
388
413
  ])
389
414
  ])
390
415
  ])
@@ -396,8 +421,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
396
421
  createVNode(Echarts, {
397
422
  id: "hazardous-list",
398
423
  height: "128px",
399
- "full-options": unref(chartOption),
400
- loading: unref(chartLoading)
424
+ "full-options": chartOption,
425
+ loading: chartLoading.value
401
426
  }, null, 8, ["full-options", "loading"])
402
427
  ])
403
428
  ])
@@ -406,11 +431,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
406
431
  }
407
432
  });
408
433
 
409
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_0fbb062b_lang = '';
434
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_64868b24_lang = '';
410
435
 
411
436
  /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_1_lang = '';
412
437
 
413
- const _HazardousVehicleManage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0fbb062b"]]);
438
+ const _HazardousVehicleManage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-64868b24"]]);
414
439
 
415
440
  const HazardousVehicleManage = install(_HazardousVehicleManage);
416
441
 
@@ -1,8 +1,51 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- onTimeTypeChange: (value: string) => string;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ getVehicleCount: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ getAlarmCountNew: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ getAlarmIsAllCountNew: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ parkOptions: {
15
+ type: ArrayConstructor;
16
+ default: () => {
17
+ value: string;
18
+ label: string;
19
+ }[];
20
+ };
21
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
22
  onParkTypeChange: (value: string) => string;
4
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
5
- onOnTimeTypeChange?: ((value: string) => any) | undefined;
23
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ getVehicleCount: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ getAlarmCountNew: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ getAlarmIsAllCountNew: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ parkOptions: {
37
+ type: ArrayConstructor;
38
+ default: () => {
39
+ value: string;
40
+ label: string;
41
+ }[];
42
+ };
43
+ }>> & {
6
44
  onOnParkTypeChange?: ((value: string) => any) | undefined;
7
- }, {}, {}>;
45
+ }, {
46
+ getAlarmCountNew: string;
47
+ getAlarmIsAllCountNew: string;
48
+ parkOptions: unknown[];
49
+ getVehicleCount: string;
50
+ }, {}>;
8
51
  export default _default;
@@ -0,0 +1,3 @@
1
+ const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
2
+
3
+ export { _imports_0 as _ };
@@ -0,0 +1,3 @@
1
+ const noDataImg = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYwIiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMTYwIDk0Ij48ZGVmcz48c3R5bGU+LmF7b3BhY2l0eTowLjU7fS5ie2ZpbGw6dXJsKCNhKTt9LmN7ZmlsbDp1cmwoI2IpO30uZHtmaWxsOnVybCgjZCk7fS5lLC5mLC5nLC5oLC5pLC5qLC5rLC5se2ZpbGwtcnVsZTpldmVub2RkO30uZXtmaWxsOnVybCgjZSk7fS5me2ZpbGw6dXJsKCNmKTt9Lmd7ZmlsbDp1cmwoI2cpO30uaHtmaWxsOnVybCgjaCk7fS5pe2ZpbGw6dXJsKCNpKTt9Lmp7ZmlsbDp1cmwoI2spO30ua3tmaWxsOnVybCgjbCk7fS5se2ZpbGw6dXJsKCNtKTt9Lm17ZmlsbDp1cmwoI3MpO30ubntmaWxsOnVybCgjdCk7fS5ve2ZpbGw6dXJsKCN1KTt9LnB7ZmlsbDojOWRiMmQxO30ucXtmaWxsOiM3MzhiYjA7Zm9udC1zaXplOjEycHg7Zm9udC1mYW1pbHk6UGluZ0ZhbmdTQy1SZWd1bGFyLCBQaW5nRmFuZyBTQzt9LnJ7ZmlsdGVyOnVybCgjcSk7fS5ze2ZpbHRlcjp1cmwoI24pO308L3N0eWxlPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjAuNSIgY3k9IjAiIHI9IjEuMTcyIiBncmFkaWVudFRyYW5zZm9ybT0ic2NhbGUoMSAxLjM0OSkiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjE5MiIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwLjEwMiIvPjxzdG9wIG9mZnNldD0iMC40MzMiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIwLjUiIHgyPSIwLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjxzdG9wIG9mZnNldD0iMC4yOTMiIHN0b3AtY29sb3I9IiM1Yjc0OWEiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjY2MyIgc3RvcC1jb2xvcj0iIzViNzQ5YSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgeDE9IjAuMTM3IiB5MT0iLTAuMjU5IiB4Mj0iMC4xODkiIHkyPSIwLjc3OSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwLjMwMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImUiIHgxPSIxIiB5MT0iMC4xMTUiIHgyPSIwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImYiIHkxPSIwLjEwOSIgeDI9IjEiIHkyPSIwLjIzNCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMC4xMTgiIHkxPSIwLjMxMyIgeDI9IjEiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E1Mzc2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImgiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNmM4NWFhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImkiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjN2U5NWI5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOGNhMmM0Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImsiIHgxPSIwLjI2IiB5MT0iMC40MjEiIHgyPSIwLjg4MiIgeTI9IjAuNzM4IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmU0NjY3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImwiIHgxPSIwLjc4NSIgeTE9IjAuODUxIiB4Mj0iMC43ODYiIHkyPSIwLjA0NiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzZjODVhYSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJtIiB4MT0iMC4xMDMiIHkxPSIwLjEyNSIgeDI9IjAuOTQ0IiB5Mj0iMC40MTciIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1Yjc0OWEiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9Im4iIHg9Ijc0LjUyIiB5PSIyMy42NzYiIHdpZHRoPSIzNS4xMzQiIGhlaWdodD0iMjUuNTQzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeD0iLTEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0ibyIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibyIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9InEiIHg9IjUwLjM0NiIgeT0iMjMuNjc2IiB3aWR0aD0iMzUuMTc0IiBoZWlnaHQ9IjI0LjU5MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0iciIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iciIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxsaW5lYXJHcmFkaWVudCBpZD0icyIgeDE9IjAuODk3IiB5MT0iMC40NDciIHgyPSIwLjUzNiIgeTI9IjAuNDExIiB4bGluazpocmVmPSIjbCIvPjxsaW5lYXJHcmFkaWVudCBpZD0idCIgeDE9IjAuNjU4IiB5MT0iMC4xNTgiIHgyPSIwLjg4NyIgeTI9IjAuNTA3IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNyIgc3RvcC1jb2xvcj0iIzRiNjQ4OCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJ1IiB4MT0iMC4wMzQiIHkxPSIxIiB4Mj0iMC43MjQiIHkyPSIwLjA0OCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzJlNDY2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGNsYXNzPSJhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Njk3IDE3MjY3LjU3KSI+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNzUsNDkuMkgxNWEzMS4zNTksMzEuMzU5LDAsMCwxLDEuNjI1LTkuOTE1LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEtOS4yMzUsNDguNzU4LDQ4Ljc1OCwwLDAsMSw3LjM3Ni04LjM1Nyw2NS40ODIsNjUuNDgyLDAsMCwxLDkuNzY5LTcuMjgxQTg0LjcsODQuNywwLDAsMSw1MC4yNzIsOC40LDEwMy4zNDksMTAzLjM0OSwwLDAsMSw2My44NjEsMy44NjYsMTE4Ljc5MSwxMTguNzkxLDAsMCwxLDc4Ljg3OCwxYTEzMC41MzcsMTMwLjUzNywwLDAsMSwzMi4yNDYsMEExMTguNzkyLDExOC43OTIsMCwwLDEsMTI2LjE0LDMuODY2LDEwMy4zNDksMTAzLjM0OSwwLDAsMSwxMzkuNzI5LDguNGE4NC43LDg0LjcsMCwwLDEsMTEuODQsNi4wMDcsNjUuNDgyLDY1LjQ4MiwwLDAsMSw5Ljc2OSw3LjI4MSw0OC43NTgsNDguNzU4LDAsMCwxLDcuMzc2LDguMzU3LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEsOS4yMzVBMzEuMzU5LDMxLjM1OSwwLDAsMSwxNzUsNDkuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzEyIC0xNzIyMi43NjgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0tNTM4NS4xMTctMTIzMDAuMzg1YTUuNDMxLDUuNDMxLDAsMCwxLTEuMTkxLjEzMiw1LjM1Niw1LjM1NiwwLDAsMS0zLjAxNS0uOTIzLDUsNSwwLDAsMS00LjY3NywzLjIyOSw1LDUsMCwwLDEtNS01LDUsNSwwLDAsMSw1LTUsNC45NzYsNC45NzYsMCwwLDEsMi41NTIuNyw1LjM4Niw1LjM4NiwwLDAsMSw1LjE0LTMuNzc1LDUuMzg2LDUuMzg2LDAsMCwxLDUuMzQ3LDQuNzQ3LDUuMzc3LDUuMzc3LDAsMCwxLDEuMTkxLS4xMzMsNS4zODQsNS4zODQsMCwwLDEsNS4zODQsNS4zODYsNS4zODUsNS4zODUsMCwwLDEtNS4zODQsNS4zODVBNS4zODcsNS4zODcsMCwwLDEtNTM4NS4xMTctMTIzMDAuMzg1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzYuNDYxIC00OTU0Ljc5MikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTS01Mzg1LjExNy0xMjMwMC4zODVhNS40MzEsNS40MzEsMCwwLDEtMS4xOTEuMTMyLDUuMzU2LDUuMzU2LDAsMCwxLTMuMDE1LS45MjMsNSw1LDAsMCwxLTQuNjc3LDMuMjI5LDUsNSwwLDAsMS01LTUsNSw1LDAsMCwxLDUtNSw0Ljk3Niw0Ljk3NiwwLDAsMSwyLjU1Mi43LDUuMzg2LDUuMzg2LDAsMCwxLDUuMTQtMy43NzUsNS4zODYsNS4zODYsMCwwLDEsNS4zNDcsNC43NDcsNS4zNzcsNS4zNzcsMCwwLDEsMS4xOTEtLjEzMyw1LjM4NCw1LjM4NCwwLDAsMSw1LjM4NCw1LjM4Niw1LjM4NSw1LjM4NSwwLDAsMS01LjM4NCw1LjM4NUE1LjM4Nyw1LjM4NywwLDAsMS01Mzg1LjExNy0xMjMwMC4zODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3Ny45OTkgLTQ5MzkuNDE4KSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjQzLjE1MyAtMTcyNDQuNjc0KSI+PHBhdGggY2xhc3M9ImQiIGQ9Ik02MzEzLjgyNywxOTg0NS4wODJsNDMuMS4wMjMsMzcuNzU5LDE2Ljc3My01NS44LDE0LjQ0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzEwLjQ3IC0xOTgxOC41ODQpIi8+PHBhdGggY2xhc3M9ImUiIGQ9Ik0xNTAuNjE3LTE3Mi43MiwxMjktMTc3djM2LjA3MmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNzcpIi8+PHBhdGggY2xhc3M9ImYiIGQ9Ik0xNy0xNzIuNzIsMzkuODQxLTE3N3YzNi4wNzJMMTctMTUwLjUwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTc3KSIvPjxwYXRoIGNsYXNzPSJnIiBkPSJNMTctMTU2bDIyLjg0MSw0LjA3NnYyNy43MTZMMTctMTMzLjc4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTYwLjI4KSIvPjxwYXRoIGNsYXNzPSJoIiBkPSJNMjgtMTQwbDE3LjMzNCwzLjA1N3YyMC43ODdMMjgtMTIzLjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyLjQyMyAxNDcuNTQpIi8+PHBhdGggY2xhc3M9ImkiIGQ9Ik00OS44NDgtNzAuMjkzdjIuNDQ2TDM3LTczLjA0MnYtMi40NDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkuNTg4IDk2LjE3NSkiLz48cGF0aCBjbGFzcz0iaSIgZD0iTTQ5Ljg0OC05MC4yOTN2Mi40NDZMMzctOTMuMDQydi0yLjQ0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOS41ODggMTEyLjA5OSkiLz48cGF0aCBjbGFzcz0iaiIgZD0iTTE1MC42MTctMTU2LDEyOS0xNTEuOTI0djI3LjcxNmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNjAuMjgpIi8+PHBhdGggY2xhc3M9ImsiIGQ9Ik0xODEuODk0LTcxbC0uNzQuODIzLS43OS0uMTA2LS40ODIuNzA1LS45NTQtLjI0NS0uODEuNzU2SDE3N3Y4LjQ2bDQuODk0LTIuMDEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MS4wMzcgOTIuNjAyKSIvPjxnIGNsYXNzPSJzIiB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAtNTMuODUsIC0yMi45KSI+PHBhdGggY2xhc3M9ImwiIGQ9Ik0xNTAuNjE3LTE1NiwxMjktMTUxLjkyNGw0LjQ0NCwxMi4yYS40MDguNDA4LDAsMCwwLC41MjMuMjQ0bDIwLjktNy41OTVhLjQwNy40MDcsMCwwLDAsLjI0NC0uNTIyLjQwNi40MDYsMCwwLDAtLjAyNC0uMDUzTDE1MC42MTctMTU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4Ljk4IDE4My4xOCkiLz48L2c+PGcgY2xhc3M9InIiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIC01My44NSwgLTIyLjkpIj48cGF0aCBjbGFzcz0ibCIgZD0iTTMuOTg4LTE1NmwyMi44NDEsNC4wNzZMMjMuMi0xNDAuNjlhLjQwOC40MDgsMCwwLDEtLjUwOC4yNjRMLjk0My0xNDcuMTA3YS40MDguNDA4LDAsMCwxLS4yNy0uNTA5cTAtLjAxNS4wMTEtLjAzTDMuOTg4LTE1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUzLjE5IDE4My4xOCkiLz48L2c+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjE1Ljg3NSAtMTcyNjcuNTcpIj48cGF0aCBjbGFzcz0ibSIgZD0iTTE2Mjk5LjI2OCwyODU0LjVjLjA2Ni0uMDI1LDE2LjA1NS02LjMyNywxNi4wNTUtNi4zMjdsLTQuMDgxLDExLjk2MS01LjI3Ni0yLjMyOS0yLjQzOCwyLjYtLjE2OC00LjE2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjI5OS4yNjggLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJuIiBkPSJNMTYzNDUuOTgyLDI4NDguMTcybC0xMS45NTEsOC4wNzUuMTUsNC4yMjUsMS42NS0zLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMyOS45MjkgLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJvIiBkPSJNMTYzMzUuMzEzLDI5MjkuODI5bDEuNjYyLTMuMTIyLjg0NC40NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzMzEuMDcgLTI5MTcuNTMyKSIvPjwvZz48cGF0aCBjbGFzcz0icCIgZD0iTTM1ODUuMzQzLDE2MjQ2Ljk4NWExMC4xMzUsMTAuMTM1LDAsMCwxLTEuMDEyLS41NTFsLjQtLjY1NWE5LjksOS45LDAsMCwwLDEuMzE0LjY4MWwtLjE4OC40NDJTMzU4NS40ODksMTYyNDYuOTcxLDM1ODUuMzQzLDE2MjQ2Ljk4NVptLTEuNjc1LS45OTNhMTEuMjUxLDExLjI1MSwwLDAsMS0xLjIyMi0xLjAybC41MzMtLjU1NWExMC4zOCwxMC4zOCwwLDAsMCwxLjEzOC45NVptLTEuNzc2LTEuNTkyYTEwLjk0LDEwLjk0LDAsMCwxLS45NzktMS4yNTZsLjY0LS40MjhhMTAuMTUzLDEwLjE1MywwLDAsMCwuOTExLDEuMTY4Wm0tMS40LTEuOTM3YTkuNDQyLDkuNDQyLDAsMCwxLS42NjYtMS40NTdsLjcyNS0uMjU3YTguNjc0LDguNjc0LDAsMCwwLC42MTIsMS4zMzhabS0uOS0yLjIyOWE3LjA3MSw3LjA3MSwwLDAsMS0uMjE1LTEuNjA5bC43Ny0uMDFhNi4zLDYuMywwLDAsMCwuMTkyLDEuNDM0Wm05LjMyNS0uMzI0LS4wNzgtLjc2NWExLjAxOSwxLjAxOSwwLDAsMCwuODU5LS42NTNsLjcuMzE0QTEuNzgxLDEuNzgxLDAsMCwxLDM1ODguOTIxLDE2MjM5LjkxWm0tLjktLjA4N2EzLjU0NywzLjU0NywwLDAsMS0uNDg2LS4xNzEsNC41LDQuNSwwLDAsMS0xLjAxMy0uNTkzbC40NzUtLjZhMy43MTEsMy43MTEsMCwwLDAsLjgzOS40OSwyLjk3MSwyLjk3MSwwLDAsMCwuMzg2LjEzNlptLTIuMTA4LTEuMzU5YTQuMDQzLDQuMDQzLDAsMCwxLS43NjQtMS41bC43NDItLjJhMy4yNzMsMy4yNzMsMCwwLDAsLjYxNywxLjIyWm00LjcxNC0uNTE3LS43NjUtLjA3OWEzLjQxMywzLjQxMywwLDAsMC0uMTU5LTEuMzYybC43MzMtLjIzMkE0LjE4OSw0LjE4OSwwLDAsMSwzNTkwLjYyNiwxNjIzNy45NDdabS0xMC40MzctLjA0Ny0uNzYzLS4xYTUuMTY5LDUuMTY5LDAsMCwxLC40NjEtMS41OWwuNjk0LjMzMkE0LjQxOCw0LjQxOCwwLDAsMCwzNTgwLjE4OSwxNjIzNy45Wm00LjgxLTEuNzZhNi40LDYuNCwwLDAsMSwuMDU5LTEuNjMybC43Ni4xMmE1LjY2NCw1LjY2NCwwLDAsMC0uMDU0LDEuNDM2Wm0tNC4wNjItLjItLjYyNy0uNDQ2YTUuMjE2LDUuMjE2LDAsMCwxLDEuMTY2LTEuMTc0bC40NTUuNjIxQTQuNDI1LDQuNDI1LDAsMCwwLDM1ODAuOTM4LDE2MjM1Ljk0MlptOC41LS4wODVhNCw0LDAsMCwwLS44NDctMS4xMTFsLjUyLS41NjZhNC43NDksNC43NDksMCwwLDEsMS4wMSwxLjMyM1ptLTYuOS0xLjMtLjM2OS0uNjc1YTcuNjQzLDcuNjQzLDAsMCwxLDEuMzQxLS41NjVsLjE1NS0uMDQ3LjIyLjczN2MtLjA0Ny4wMTQtLjEuMDI4LS4xNDMuMDQ0QTYuODcsNi44NywwLDAsMCwzNTgyLjUzOCwxNjIzNC41NTlabTUuNDk0LS4yMzRhMy45NSwzLjk1LDAsMCwwLTEuMy0uNTE2bC4xNTctLjc1NGE0LjczLDQuNzMsMCwwLDEsMS41NDcuNjE3Wm0tMi4wNjItLjQxLS42ODctLjE4YTYuNDQ5LDYuNDQ5LDAsMCwwLS42ODcuMWwtLjE0OC0uNzU1YTcuMTE3LDcuMTE3LDAsMCwxLDEuMDItLjEyN2MuMDktLjI0OC4xOTEtLjUuMy0uNzM5bC43LjMyMmE4LjU2OCw4LjU2OCwwLDAsMC0uNDM2LDEuMTU1bDAsLjAzaC0uMDA3QzM1ODYuMDA1LDE2MjMzLjc4MywzNTg1Ljk4NywxNjIzMy44NSwzNTg1Ljk3LDE2MjMzLjkxNFptLjgzNS0yLjAzOC0uNjctLjM3OGE5LjI1NSw5LjI1NSwwLDAsMSwuOS0xLjMyNGwuNTk1LjQ4N0E4LjU3Nyw4LjU3NywwLDAsMCwzNTg2LjgwNSwxNjIzMS44NzZabTEuMzE4LTEuNzU1LS41NDItLjU0NmE1Ljg3Myw1Ljg3MywwLDAsMSwxLjMwNi0xbC4zNjguNjc2QTUuMTM4LDUuMTM4LDAsMCwwLDM1ODguMTI0LDE2MjMwLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIwMS43MyAtMzM0ODMuNDA2KSIvPjx0ZXh0IGNsYXNzPSJxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjYxNyAtMTcxNzcuNTcpIj48dHNwYW4geD0iLTI0IiB5PSIwIj48L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+";
2
+
3
+ export { noDataImg as n };
@@ -0,0 +1,136 @@
1
+ import _InspectionManage from './index.vue';
2
+ export declare const InspectionManage: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {
7
+ eventListApi?: string | undefined;
8
+ inspectionListApi?: string | undefined;
9
+ key?: string | number | symbol | undefined;
10
+ style?: unknown;
11
+ ref?: import("vue").VNodeRef | undefined;
12
+ ref_for?: boolean | undefined;
13
+ ref_key?: string | undefined;
14
+ onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
+ [key: string]: any;
18
+ }>) => void)[] | undefined;
19
+ onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ [key: string]: any;
23
+ }>) => void)[] | undefined;
24
+ onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>) => void)[] | undefined;
33
+ onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>) => void)[] | undefined;
42
+ onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>) => void)[] | undefined;
47
+ onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>) => void)[] | undefined;
52
+ class?: unknown;
53
+ onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
54
+ };
55
+ $attrs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $refs: {
59
+ [x: string]: unknown;
60
+ };
61
+ $slots: Readonly<{
62
+ [name: string]: import("vue").Slot<any> | undefined;
63
+ }>;
64
+ $root: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
65
+ $parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
66
+ $emit: (event: "onRecordCheck", idx: number, value: any) => void;
67
+ $el: any;
68
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
69
+ eventListApi: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ inspectionListApi: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ }>> & {
78
+ onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
79
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
+ onRecordCheck: (idx: number, value: any) => any;
81
+ }, string, {
82
+ eventListApi: string;
83
+ inspectionListApi: string;
84
+ }, {}, string, {}> & {
85
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
86
+ created?: ((() => void) | (() => void)[]) | undefined;
87
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
88
+ mounted?: ((() => void) | (() => void)[]) | undefined;
89
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
90
+ updated?: ((() => void) | (() => void)[]) | undefined;
91
+ activated?: ((() => void) | (() => void)[]) | undefined;
92
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
93
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
94
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
95
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
96
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
97
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
98
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
99
+ errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
100
+ };
101
+ $forceUpdate: () => void;
102
+ $nextTick: typeof import("vue").nextTick;
103
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
104
+ } & Readonly<import("vue").ExtractPropTypes<{
105
+ eventListApi: {
106
+ type: StringConstructor;
107
+ default: string;
108
+ };
109
+ inspectionListApi: {
110
+ type: StringConstructor;
111
+ default: string;
112
+ };
113
+ }>> & {
114
+ onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
115
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
116
+ __isFragment?: undefined;
117
+ __isTeleport?: undefined;
118
+ __isSuspense?: undefined;
119
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
120
+ eventListApi: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ };
124
+ inspectionListApi: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ }>> & {
129
+ onOnRecordCheck?: ((idx: number, value: any) => any) | undefined;
130
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
131
+ onRecordCheck: (idx: number, value: any) => any;
132
+ }, string, {
133
+ eventListApi: string;
134
+ inspectionListApi: string;
135
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
136
+ export default _InspectionManage;