@ued_fpi/data-visual 1.2.9 → 1.2.11
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.
- package/dist/es/aims/src/AirQualityCalendar/index.vue.mjs +73 -52
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.mjs +13 -10
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.mjs +3 -3
- package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +3 -3
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.mjs +10 -10
- package/dist/es/aims/src/CieqContributionMonthRatio/index.vue.mjs +18 -17
- package/dist/es/aims/src/CieqContributionYearRatio/index.vue.mjs +15 -12
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.mjs +34 -8
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.mjs +19 -9
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.mjs +5 -5
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.mjs +2 -2
- package/dist/es/aims/src/MainPollutionYearRatioList/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.mjs +7 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue.mjs +98 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.mjs +13 -10
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.mjs +22 -18
- package/dist/es/aims/src/TbHbAnalysis/index.vue.mjs +8 -8
- package/dist/es/aims/src/WeatherCondition/images/white_humidity.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_precipitation.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_pressure.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_temperature.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_wind_direction.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_wind_speed.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/index.vue.mjs +24 -9
- package/dist/es/aims/src/common/BasicNoData/index.d.ts +90 -0
- package/dist/es/aims/src/common/BasicNoData/index.mjs +6 -0
- package/dist/es/aims/src/common/BasicNoData/index.vue.d.ts +2 -0
- package/dist/es/aims/src/common/BasicNoData/index.vue.mjs +14 -0
- package/dist/es/aims/src/index.d.ts +2 -0
- package/dist/es/aims/src/index.mjs +2 -0
- package/dist/es/aims/utils/tools.d.ts +4 -0
- package/dist/es/aims/utils/tools.mjs +25 -1
- package/dist/es/index.mjs +7 -4
- package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +4 -4
- package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +32 -135
- package/dist/es/ipes/src/AirQuality/index.vue.mjs +7 -110
- package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.d.ts +3 -3
- package/dist/es/ipes/src/AirQualityManage/index.mjs +6 -0
- package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.mjs +2 -3
- package/dist/{lib/ipes/src/AirQualityManagement → es/ipes/src/AirQualityStandard}/index.d.ts +3 -3
- package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.mjs +2 -2
- package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.mjs +2 -12
- package/dist/es/ipes/src/AirQualityStandard/index.vue2.mjs +3 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +7 -11
- package/dist/es/ipes/src/EmergencyResources/images/materials.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/personnel.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/preplan.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/shelter.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/store.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/team.light.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +14 -8
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +17 -76
- package/dist/es/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
- package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +3 -11
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +8 -1
- package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +10 -13
- package/dist/es/ipes/src/GasControl/index.d.ts +136 -13
- package/dist/es/ipes/src/GasControl/index.vue.d.ts +87 -7
- package/dist/es/ipes/src/GasControl/index.vue.mjs +26 -27
- package/dist/es/ipes/src/GeneralManagement/index.d.ts +3 -15
- package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
- package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +1 -1
- package/dist/{lib/ipes/src/EnvManage → es/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
- package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.mjs +2 -2
- package/dist/es/ipes/src/HarmfulMonitoring/index.vue.mjs +105 -0
- package/dist/es/ipes/src/HarmfulMonitoring/index.vue2.mjs +3 -0
- package/dist/es/ipes/src/HarmfulMonitoring/index.vue3.mjs +6 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +17 -41
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +1 -2
- package/dist/es/ipes/src/InspectionManage/index.vue.mjs +7 -6
- package/dist/es/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +7 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +63 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +3 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +6 -0
- package/dist/es/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
- package/dist/es/ipes/src/OdorControl/index.vue.mjs +4 -2
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +3 -4
- package/dist/es/ipes/src/SealingManage/index.d.ts +0 -24
- package/dist/es/ipes/src/SealingManage/index.vue.d.ts +0 -16
- package/dist/es/ipes/src/SealingManage/index.vue.mjs +12 -46
- package/dist/es/ipes/src/SealingManage/types/index.d.ts +0 -16
- package/dist/es/ipes/src/SealingManage/types/index.mjs +0 -16
- package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +1 -1
- package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +11 -11
- package/dist/es/ipes/src/index.d.ts +5 -4
- package/dist/es/ipes/src/index.mjs +5 -4
- package/dist/es/style.css +1 -1
- package/dist/lib/aims/index.js +4 -4
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +73 -52
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.js +14 -11
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.js +3 -3
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +3 -3
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +1 -1
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.js +10 -10
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.js +18 -17
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.js +15 -12
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.js +32 -6
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.js +20 -10
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.js +5 -5
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.js +2 -2
- package/dist/lib/aims/src/MainPollutionYearRatioList/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/api/index.js +15 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.js +12 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue.js +102 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.js +14 -11
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.js +23 -19
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.js +8 -8
- package/dist/lib/aims/src/WeatherCondition/images/white_humidity.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_precipitation.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_pressure.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_temperature.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_wind_direction.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_wind_speed.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/index.vue.js +23 -8
- package/dist/lib/aims/src/common/BasicNoData/index.d.ts +90 -0
- package/dist/lib/aims/src/common/BasicNoData/index.js +11 -0
- package/dist/lib/aims/src/common/BasicNoData/index.vue.d.ts +2 -0
- package/dist/lib/aims/src/common/BasicNoData/index.vue.js +18 -0
- package/dist/lib/aims/src/index.d.ts +2 -0
- package/dist/lib/aims/src/index.js +40 -36
- package/dist/lib/aims/utils/tools.d.ts +4 -0
- package/dist/lib/aims/utils/tools.js +25 -0
- package/dist/lib/index.js +155 -149
- package/dist/lib/ipes/index.js +4 -4
- package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +4 -4
- package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +31 -134
- package/dist/lib/ipes/src/AirQuality/index.vue.js +6 -109
- package/dist/{es/ipes/src/RealTimeAirQualityManage → lib/ipes/src/AirQualityManage}/index.d.ts +3 -3
- package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.js +2 -2
- package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.js +2 -3
- package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.d.ts +3 -3
- package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.js +2 -2
- package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.js +1 -11
- package/dist/lib/ipes/src/AirQualityStandard/index.vue2.js +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue.js +6 -10
- package/dist/lib/ipes/src/EmergencyResources/images/materials.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/personnel.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/preplan.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/shelter.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/store.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/team.light.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +7 -1
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +16 -75
- package/dist/lib/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
- package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +3 -11
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +8 -1
- package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +9 -12
- package/dist/lib/ipes/src/GasControl/index.d.ts +136 -13
- package/dist/lib/ipes/src/GasControl/index.vue.d.ts +87 -7
- package/dist/lib/ipes/src/GasControl/index.vue.js +25 -26
- package/dist/lib/ipes/src/GeneralManagement/index.d.ts +3 -15
- package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
- package/dist/lib/ipes/src/GeneralManagement/index.vue.js +1 -1
- package/dist/{es/ipes/src/EnvManage → lib/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
- package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.js +2 -2
- package/dist/lib/ipes/src/HarmfulMonitoring/index.vue.js +109 -0
- package/dist/lib/ipes/src/HarmfulMonitoring/index.vue2.js +7 -0
- package/dist/lib/ipes/src/HarmfulMonitoring/index.vue3.js +10 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +16 -40
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +1 -2
- package/dist/lib/ipes/src/InspectionManage/index.vue.js +7 -6
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +12 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +67 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +7 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +10 -0
- package/dist/lib/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
- package/dist/lib/ipes/src/OdorControl/index.vue.js +4 -2
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +2 -3
- package/dist/lib/ipes/src/SealingManage/index.d.ts +0 -24
- package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +0 -16
- package/dist/lib/ipes/src/SealingManage/index.vue.js +12 -46
- package/dist/lib/ipes/src/SealingManage/types/index.d.ts +0 -16
- package/dist/lib/ipes/src/SealingManage/types/index.js +0 -16
- package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +1 -1
- package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +11 -11
- package/dist/lib/ipes/src/index.d.ts +5 -4
- package/dist/lib/ipes/src/index.js +52 -50
- package/dist/lib/style.css +1 -1
- package/dist/style/style-aims.css +1 -1
- package/dist/style/style-ipes.css +1 -1
- package/package.json +2 -2
- package/dist/es/aims/src/AirQualityCalendar/images/left-arrow-double.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/left-arrow.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/right-arrow-double.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/right-arrow.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +0 -3
- package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +0 -3
- package/dist/es/ipes/src/AirQualityManagement/images/blue_1.svg.mjs +0 -3
- package/dist/es/ipes/src/AirQualityManagement/images/blue_2.svg.mjs +0 -3
- package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +0 -3
- package/dist/es/ipes/src/EnvManage/index.vue.mjs +0 -280
- package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +0 -3
- package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +0 -3
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -6
- package/dist/lib/aims/src/AirQualityCalendar/images/left-arrow-double.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/left-arrow.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/right-arrow-double.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/right-arrow.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +0 -7
- package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +0 -7
- package/dist/lib/ipes/src/AirQualityManagement/images/blue_1.svg.js +0 -7
- package/dist/lib/ipes/src/AirQualityManagement/images/blue_2.svg.js +0 -7
- package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +0 -7
- package/dist/lib/ipes/src/EnvManage/index.vue.js +0 -284
- package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +0 -7
- package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +0 -7
- /package/dist/es/{ipes/src/AirQualityManagement → aims/src/MainPollutionYearRatioList}/index.vue2.mjs +0 -0
- /package/dist/es/{ipes/src/AirQualityManagement → aims/src/MainPollutionYearRatioList}/index.vue3.mjs +0 -0
- /package/dist/es/{ipes/src/EnvManage → aims/src/common/BasicNoData}/index.vue2.mjs +0 -0
- /package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
- /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.mjs +0 -0
- /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
- /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.mjs +0 -0
- /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.mjs +0 -0
- /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
- /package/dist/es/ipes/src/{EnvManage → AirQualityStandard}/index.vue3.mjs +0 -0
- /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
- /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
- /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
- /package/dist/lib/{ipes/src/AirQualityManagement → aims/src/MainPollutionYearRatioList}/index.vue2.js +0 -0
- /package/dist/lib/{ipes/src/AirQualityManagement → aims/src/MainPollutionYearRatioList}/index.vue3.js +0 -0
- /package/dist/lib/{ipes/src/EnvManage → aims/src/common/BasicNoData}/index.vue2.js +0 -0
- /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
- /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.js +0 -0
- /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
- /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.js +0 -0
- /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.js +0 -0
- /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
- /package/dist/lib/ipes/src/{EnvManage → AirQualityStandard}/index.vue3.js +0 -0
- /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
- /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
- /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
|
@@ -4,8 +4,11 @@ export declare const DvIpesGasControl: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
+
data?: import("./type").SingleItemType[] | undefined;
|
|
8
|
+
list?: import("./type").StatisticsType[] | undefined;
|
|
9
|
+
alarmNum?: number | undefined;
|
|
10
|
+
isUseBuiltInApi?: boolean | undefined;
|
|
7
11
|
getGasControlApi?: string | undefined;
|
|
8
|
-
getStatisticsApi?: string | undefined;
|
|
9
12
|
key?: string | number | symbol | undefined;
|
|
10
13
|
style?: unknown;
|
|
11
14
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -69,13 +72,54 @@ export declare const DvIpesGasControl: {
|
|
|
69
72
|
type: StringConstructor;
|
|
70
73
|
default: string;
|
|
71
74
|
};
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
alarmNum: {
|
|
76
|
+
default: number;
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
};
|
|
79
|
+
data: {
|
|
80
|
+
type: {
|
|
81
|
+
(arrayLength: number): import("./type").SingleItemType[];
|
|
82
|
+
(...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
83
|
+
new (arrayLength: number): import("./type").SingleItemType[];
|
|
84
|
+
new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
85
|
+
isArray(arg: any): arg is any[];
|
|
86
|
+
readonly prototype: any[];
|
|
87
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
88
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
89
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
90
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
91
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
92
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
93
|
+
};
|
|
94
|
+
default: () => never[];
|
|
95
|
+
};
|
|
96
|
+
list: {
|
|
97
|
+
type: {
|
|
98
|
+
(arrayLength: number): import("./type").StatisticsType[];
|
|
99
|
+
(...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
100
|
+
new (arrayLength: number): import("./type").StatisticsType[];
|
|
101
|
+
new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
102
|
+
isArray(arg: any): arg is any[];
|
|
103
|
+
readonly prototype: any[];
|
|
104
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
105
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
106
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
107
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
108
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
109
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
110
|
+
};
|
|
111
|
+
default: () => never[];
|
|
112
|
+
};
|
|
113
|
+
isUseBuiltInApi: {
|
|
114
|
+
default: boolean;
|
|
115
|
+
type: BooleanConstructor;
|
|
75
116
|
};
|
|
76
117
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
118
|
+
data: import("./type").SingleItemType[];
|
|
119
|
+
list: import("./type").StatisticsType[];
|
|
120
|
+
alarmNum: number;
|
|
121
|
+
isUseBuiltInApi: boolean;
|
|
77
122
|
getGasControlApi: string;
|
|
78
|
-
getStatisticsApi: string;
|
|
79
123
|
}, {}, string, {}> & {
|
|
80
124
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
81
125
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -95,15 +139,53 @@ export declare const DvIpesGasControl: {
|
|
|
95
139
|
};
|
|
96
140
|
$forceUpdate: () => void;
|
|
97
141
|
$nextTick: typeof import("vue").nextTick;
|
|
98
|
-
$watch<
|
|
142
|
+
$watch<T_5 extends string | ((...args: any) => any)>(source: T_5, cb: T_5 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
99
143
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
100
144
|
getGasControlApi: {
|
|
101
145
|
type: StringConstructor;
|
|
102
146
|
default: string;
|
|
103
147
|
};
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
148
|
+
alarmNum: {
|
|
149
|
+
default: number;
|
|
150
|
+
type: NumberConstructor;
|
|
151
|
+
};
|
|
152
|
+
data: {
|
|
153
|
+
type: {
|
|
154
|
+
(arrayLength: number): import("./type").SingleItemType[];
|
|
155
|
+
(...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
156
|
+
new (arrayLength: number): import("./type").SingleItemType[];
|
|
157
|
+
new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
158
|
+
isArray(arg: any): arg is any[];
|
|
159
|
+
readonly prototype: any[];
|
|
160
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
161
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
162
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
163
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
164
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
165
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
166
|
+
};
|
|
167
|
+
default: () => never[];
|
|
168
|
+
};
|
|
169
|
+
list: {
|
|
170
|
+
type: {
|
|
171
|
+
(arrayLength: number): import("./type").StatisticsType[];
|
|
172
|
+
(...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
173
|
+
new (arrayLength: number): import("./type").StatisticsType[];
|
|
174
|
+
new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
175
|
+
isArray(arg: any): arg is any[];
|
|
176
|
+
readonly prototype: any[];
|
|
177
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
178
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
179
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
180
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
181
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
182
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
183
|
+
};
|
|
184
|
+
default: () => never[];
|
|
185
|
+
};
|
|
186
|
+
isUseBuiltInApi: {
|
|
187
|
+
default: boolean;
|
|
188
|
+
type: BooleanConstructor;
|
|
107
189
|
};
|
|
108
190
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
109
191
|
__isFragment?: undefined;
|
|
@@ -114,12 +196,53 @@ export declare const DvIpesGasControl: {
|
|
|
114
196
|
type: StringConstructor;
|
|
115
197
|
default: string;
|
|
116
198
|
};
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
199
|
+
alarmNum: {
|
|
200
|
+
default: number;
|
|
201
|
+
type: NumberConstructor;
|
|
202
|
+
};
|
|
203
|
+
data: {
|
|
204
|
+
type: {
|
|
205
|
+
(arrayLength: number): import("./type").SingleItemType[];
|
|
206
|
+
(...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
207
|
+
new (arrayLength: number): import("./type").SingleItemType[];
|
|
208
|
+
new (...items: import("./type").SingleItemType[]): import("./type").SingleItemType[];
|
|
209
|
+
isArray(arg: any): arg is any[];
|
|
210
|
+
readonly prototype: any[];
|
|
211
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
212
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
213
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
214
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
215
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
216
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
217
|
+
};
|
|
218
|
+
default: () => never[];
|
|
219
|
+
};
|
|
220
|
+
list: {
|
|
221
|
+
type: {
|
|
222
|
+
(arrayLength: number): import("./type").StatisticsType[];
|
|
223
|
+
(...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
224
|
+
new (arrayLength: number): import("./type").StatisticsType[];
|
|
225
|
+
new (...items: import("./type").StatisticsType[]): import("./type").StatisticsType[];
|
|
226
|
+
isArray(arg: any): arg is any[];
|
|
227
|
+
readonly prototype: any[];
|
|
228
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
229
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
230
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
231
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
232
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
233
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
234
|
+
};
|
|
235
|
+
default: () => never[];
|
|
236
|
+
};
|
|
237
|
+
isUseBuiltInApi: {
|
|
238
|
+
default: boolean;
|
|
239
|
+
type: BooleanConstructor;
|
|
120
240
|
};
|
|
121
241
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
242
|
+
data: import("./type").SingleItemType[];
|
|
243
|
+
list: import("./type").StatisticsType[];
|
|
244
|
+
alarmNum: number;
|
|
245
|
+
isUseBuiltInApi: boolean;
|
|
122
246
|
getGasControlApi: string;
|
|
123
|
-
getStatisticsApi: string;
|
|
124
247
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
125
248
|
export default _GasControl;
|
|
@@ -1,23 +1,103 @@
|
|
|
1
|
+
import type { SingleItemType, StatisticsType } from './type';
|
|
1
2
|
declare const _default: import("vue").DefineComponent<{
|
|
2
3
|
getGasControlApi: {
|
|
3
4
|
type: StringConstructor;
|
|
4
5
|
default: string;
|
|
5
6
|
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
alarmNum: {
|
|
8
|
+
default: number;
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
};
|
|
11
|
+
data: {
|
|
12
|
+
type: {
|
|
13
|
+
(arrayLength: number): SingleItemType[];
|
|
14
|
+
(...items: SingleItemType[]): SingleItemType[];
|
|
15
|
+
new (arrayLength: number): SingleItemType[];
|
|
16
|
+
new (...items: SingleItemType[]): SingleItemType[];
|
|
17
|
+
isArray(arg: any): arg is any[];
|
|
18
|
+
readonly prototype: any[];
|
|
19
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
20
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
21
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
22
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
23
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
24
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
25
|
+
};
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
list: {
|
|
29
|
+
type: {
|
|
30
|
+
(arrayLength: number): StatisticsType[];
|
|
31
|
+
(...items: StatisticsType[]): StatisticsType[];
|
|
32
|
+
new (arrayLength: number): StatisticsType[];
|
|
33
|
+
new (...items: StatisticsType[]): StatisticsType[];
|
|
34
|
+
isArray(arg: any): arg is any[];
|
|
35
|
+
readonly prototype: any[];
|
|
36
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
37
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
38
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
39
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
40
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
41
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
42
|
+
};
|
|
43
|
+
default: () => never[];
|
|
44
|
+
};
|
|
45
|
+
isUseBuiltInApi: {
|
|
46
|
+
default: boolean;
|
|
47
|
+
type: BooleanConstructor;
|
|
9
48
|
};
|
|
10
49
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
50
|
getGasControlApi: {
|
|
12
51
|
type: StringConstructor;
|
|
13
52
|
default: string;
|
|
14
53
|
};
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
54
|
+
alarmNum: {
|
|
55
|
+
default: number;
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
};
|
|
58
|
+
data: {
|
|
59
|
+
type: {
|
|
60
|
+
(arrayLength: number): SingleItemType[];
|
|
61
|
+
(...items: SingleItemType[]): SingleItemType[];
|
|
62
|
+
new (arrayLength: number): SingleItemType[];
|
|
63
|
+
new (...items: SingleItemType[]): SingleItemType[];
|
|
64
|
+
isArray(arg: any): arg is any[];
|
|
65
|
+
readonly prototype: any[];
|
|
66
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
67
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
68
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
69
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
70
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
71
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
72
|
+
};
|
|
73
|
+
default: () => never[];
|
|
74
|
+
};
|
|
75
|
+
list: {
|
|
76
|
+
type: {
|
|
77
|
+
(arrayLength: number): StatisticsType[];
|
|
78
|
+
(...items: StatisticsType[]): StatisticsType[];
|
|
79
|
+
new (arrayLength: number): StatisticsType[];
|
|
80
|
+
new (...items: StatisticsType[]): StatisticsType[];
|
|
81
|
+
isArray(arg: any): arg is any[];
|
|
82
|
+
readonly prototype: any[];
|
|
83
|
+
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
84
|
+
from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
|
|
85
|
+
from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
|
|
86
|
+
from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
|
|
87
|
+
of<T_4>(...items: T_4[]): T_4[];
|
|
88
|
+
readonly [Symbol.species]: ArrayConstructor;
|
|
89
|
+
};
|
|
90
|
+
default: () => never[];
|
|
91
|
+
};
|
|
92
|
+
isUseBuiltInApi: {
|
|
93
|
+
default: boolean;
|
|
94
|
+
type: BooleanConstructor;
|
|
18
95
|
};
|
|
19
96
|
}>>, {
|
|
97
|
+
data: SingleItemType[];
|
|
98
|
+
list: StatisticsType[];
|
|
99
|
+
alarmNum: number;
|
|
100
|
+
isUseBuiltInApi: boolean;
|
|
20
101
|
getGasControlApi: string;
|
|
21
|
-
getStatisticsApi: string;
|
|
22
102
|
}, {}>;
|
|
23
103
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, openBlock, createElementBlock, Fragment, renderList,
|
|
1
|
+
import { defineComponent, ref, openBlock, createElementBlock, Fragment, renderList, createBlock, createVNode } from 'vue';
|
|
2
2
|
import requestControl from '../../service/request.mjs';
|
|
3
3
|
import _sfc_main$1 from './components/SingleItem.vue.mjs';
|
|
4
4
|
import './components/SingleItem.vue2.mjs';
|
|
@@ -18,27 +18,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18
18
|
type: String,
|
|
19
19
|
default: "/ipes-monitor-server/api/v2/monitordata/real-data-new?monitorType=aqms"
|
|
20
20
|
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type:
|
|
24
|
-
|
|
21
|
+
alarmNum: {
|
|
22
|
+
default: 0,
|
|
23
|
+
type: Number
|
|
24
|
+
},
|
|
25
|
+
data: {
|
|
26
|
+
type: Array,
|
|
27
|
+
default: () => []
|
|
28
|
+
},
|
|
29
|
+
list: {
|
|
30
|
+
type: Array,
|
|
31
|
+
default: () => []
|
|
32
|
+
},
|
|
33
|
+
isUseBuiltInApi: {
|
|
34
|
+
default: true,
|
|
35
|
+
type: Boolean
|
|
25
36
|
}
|
|
26
37
|
},
|
|
27
38
|
setup(__props) {
|
|
28
39
|
const props = __props;
|
|
29
|
-
|
|
30
|
-
try {
|
|
31
|
-
const res = await requestControl({
|
|
32
|
-
method: "get",
|
|
33
|
-
url: props.getStatisticsApi
|
|
34
|
-
});
|
|
35
|
-
list.value = res?.data?.alarmLevelInfo || [];
|
|
36
|
-
alarmNum.value = res?.data?.alarmNum || 0;
|
|
37
|
-
} catch (error) {
|
|
38
|
-
console.log(error);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
getStatisticsData();
|
|
40
|
+
const topData = ref([]);
|
|
42
41
|
async function getGasControlData(category) {
|
|
43
42
|
try {
|
|
44
43
|
const res = await requestControl({
|
|
@@ -58,22 +57,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
57
|
getGasControlData("cjyj")
|
|
59
58
|
]);
|
|
60
59
|
const labels = ["有毒有害气体", "易燃易爆监测", "VOCs厂界监测"];
|
|
61
|
-
const
|
|
60
|
+
const list = labels.map((label, index) => {
|
|
62
61
|
const nums = [res[index].normal, res[index].abnormal, res[index].offline];
|
|
63
62
|
return {
|
|
64
63
|
label,
|
|
65
64
|
nums
|
|
66
65
|
};
|
|
67
66
|
});
|
|
68
|
-
|
|
67
|
+
topData.value = list;
|
|
69
68
|
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
if (props.isUseBuiltInApi)
|
|
70
|
+
getData();
|
|
71
|
+
else
|
|
72
|
+
topData.value = props.data;
|
|
74
73
|
return (_ctx, _cache) => {
|
|
75
74
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
76
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
75
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(topData.value, (item, index) => {
|
|
77
76
|
return openBlock(), createBlock(_sfc_main$1, {
|
|
78
77
|
key: index,
|
|
79
78
|
data: item,
|
|
@@ -82,8 +81,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
81
|
}), 128)),
|
|
83
82
|
createVNode(_sfc_main$2, {
|
|
84
83
|
class: "dv-ipes-alarm-statistics-wrap",
|
|
85
|
-
all:
|
|
86
|
-
data:
|
|
84
|
+
all: __props.alarmNum,
|
|
85
|
+
data: __props.list
|
|
87
86
|
}, null, 8, ["all", "data"])
|
|
88
87
|
]);
|
|
89
88
|
};
|
|
@@ -82,11 +82,7 @@ export declare const DvIpesGeneralManagement: {
|
|
|
82
82
|
of<T_4>(...items: T_4[]): T_4[];
|
|
83
83
|
readonly [Symbol.species]: ArrayConstructor;
|
|
84
84
|
};
|
|
85
|
-
default: () =>
|
|
86
|
-
code: string;
|
|
87
|
-
name: string;
|
|
88
|
-
num: number;
|
|
89
|
-
}[];
|
|
85
|
+
default: () => never[];
|
|
90
86
|
};
|
|
91
87
|
activeTab: {
|
|
92
88
|
type: StringConstructor;
|
|
@@ -151,11 +147,7 @@ export declare const DvIpesGeneralManagement: {
|
|
|
151
147
|
of<T_4>(...items: T_4[]): T_4[];
|
|
152
148
|
readonly [Symbol.species]: ArrayConstructor;
|
|
153
149
|
};
|
|
154
|
-
default: () =>
|
|
155
|
-
code: string;
|
|
156
|
-
name: string;
|
|
157
|
-
num: number;
|
|
158
|
-
}[];
|
|
150
|
+
default: () => never[];
|
|
159
151
|
};
|
|
160
152
|
activeTab: {
|
|
161
153
|
type: StringConstructor;
|
|
@@ -200,11 +192,7 @@ export declare const DvIpesGeneralManagement: {
|
|
|
200
192
|
of<T_4>(...items: T_4[]): T_4[];
|
|
201
193
|
readonly [Symbol.species]: ArrayConstructor;
|
|
202
194
|
};
|
|
203
|
-
default: () =>
|
|
204
|
-
code: string;
|
|
205
|
-
name: string;
|
|
206
|
-
num: number;
|
|
207
|
-
}[];
|
|
195
|
+
default: () => never[];
|
|
208
196
|
};
|
|
209
197
|
activeTab: {
|
|
210
198
|
type: StringConstructor;
|
|
@@ -15,11 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
of<T_4>(...items: T_4[]): T_4[];
|
|
16
16
|
readonly [Symbol.species]: ArrayConstructor;
|
|
17
17
|
};
|
|
18
|
-
default: () =>
|
|
19
|
-
code: string;
|
|
20
|
-
name: string;
|
|
21
|
-
num: number;
|
|
22
|
-
}[];
|
|
18
|
+
default: () => never[];
|
|
23
19
|
};
|
|
24
20
|
activeTab: {
|
|
25
21
|
type: StringConstructor;
|
|
@@ -58,11 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
54
|
of<T_4>(...items: T_4[]): T_4[];
|
|
59
55
|
readonly [Symbol.species]: ArrayConstructor;
|
|
60
56
|
};
|
|
61
|
-
default: () =>
|
|
62
|
-
code: string;
|
|
63
|
-
name: string;
|
|
64
|
-
num: number;
|
|
65
|
-
}[];
|
|
57
|
+
default: () => never[];
|
|
66
58
|
};
|
|
67
59
|
activeTab: {
|
|
68
60
|
type: StringConstructor;
|
|
@@ -18,7 +18,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18
18
|
props: {
|
|
19
19
|
tabList: {
|
|
20
20
|
type: Array,
|
|
21
|
-
default: () => [
|
|
21
|
+
default: () => []
|
|
22
22
|
},
|
|
23
23
|
activeTab: {
|
|
24
24
|
type: String,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare const
|
|
1
|
+
import _HarmfulMonitoring from './index.vue';
|
|
2
|
+
export declare const DvIpesHarmfulMonitoring: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
@@ -221,4 +221,4 @@ export declare const DvIpesEnvManage: {
|
|
|
221
221
|
statusMap: import("./type").StatusMap;
|
|
222
222
|
switchTime: number;
|
|
223
223
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
224
|
-
export default
|
|
224
|
+
export default _HarmfulMonitoring;
|
|
@@ -2,6 +2,6 @@ import { install } from '../../../utils.mjs';
|
|
|
2
2
|
import _sfc_main from './index.vue.mjs';
|
|
3
3
|
import './index.vue2.mjs';
|
|
4
4
|
|
|
5
|
-
const
|
|
5
|
+
const DvIpesHarmfulMonitoring = install(_sfc_main);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { DvIpesHarmfulMonitoring, _sfc_main as default };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { defineComponent, computed, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = { class: "dv-ipes-env-manage" };
|
|
4
|
+
const _hoisted_2 = { class: "harm-list" };
|
|
5
|
+
const _hoisted_3 = { class: "harm-list__column harm-list__column--primary" };
|
|
6
|
+
const _hoisted_4 = { class: "harm-list__column__value" };
|
|
7
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "harm-list__column__label" }, " 正常 ", -1);
|
|
8
|
+
const _hoisted_6 = { class: "harm-list__column harm-list__column--error" };
|
|
9
|
+
const _hoisted_7 = { class: "harm-list__column__value" };
|
|
10
|
+
const _hoisted_8 = /* @__PURE__ */ createElementVNode("div", { class: "harm-list__column__label" }, " 异常 ", -1);
|
|
11
|
+
const _hoisted_9 = { class: "harm-list__column harm-list__column--warning" };
|
|
12
|
+
const _hoisted_10 = { class: "harm-list__column__value" };
|
|
13
|
+
const _hoisted_11 = /* @__PURE__ */ createElementVNode("div", { class: "harm-list__column__label" }, " 离线 ", -1);
|
|
14
|
+
const __default__ = {
|
|
15
|
+
name: "DvIpesHarmfulMonitoring",
|
|
16
|
+
title: "有毒有害监控"
|
|
17
|
+
};
|
|
18
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
19
|
+
...__default__,
|
|
20
|
+
props: {
|
|
21
|
+
factorList: { default: () => ({
|
|
22
|
+
wg: [
|
|
23
|
+
// {
|
|
24
|
+
// factorName: '甲烷',
|
|
25
|
+
// factorValue: 89.32,
|
|
26
|
+
// targetValue: 500,
|
|
27
|
+
// percent: 0.179,
|
|
28
|
+
// },
|
|
29
|
+
// {
|
|
30
|
+
// factorName: '乙醇',
|
|
31
|
+
// factorValue: 0.84,
|
|
32
|
+
// targetValue: 200,
|
|
33
|
+
// percent: 0.004,
|
|
34
|
+
// },
|
|
35
|
+
],
|
|
36
|
+
ww: [
|
|
37
|
+
// {
|
|
38
|
+
// factorName: '非甲烷总烃总量',
|
|
39
|
+
// factorValue: 89.32,
|
|
40
|
+
// targetValue: 500,
|
|
41
|
+
// percent: 0.179,
|
|
42
|
+
// },
|
|
43
|
+
// {
|
|
44
|
+
// factorName: 'SO2总量',
|
|
45
|
+
// factorValue: 0.84,
|
|
46
|
+
// targetValue: 200,
|
|
47
|
+
// percent: 0.004,
|
|
48
|
+
// },
|
|
49
|
+
]
|
|
50
|
+
}) },
|
|
51
|
+
statusMap: { default: () => ({
|
|
52
|
+
normal: "",
|
|
53
|
+
abnormal: "",
|
|
54
|
+
offline: ""
|
|
55
|
+
}) },
|
|
56
|
+
switchTime: { default: 1e4 },
|
|
57
|
+
width: { default: "100%" },
|
|
58
|
+
height: { default: 96 }
|
|
59
|
+
},
|
|
60
|
+
setup(__props) {
|
|
61
|
+
const props = __props;
|
|
62
|
+
computed(() => {
|
|
63
|
+
return props.factorList;
|
|
64
|
+
});
|
|
65
|
+
const statusMap = computed(() => {
|
|
66
|
+
return props.statusMap;
|
|
67
|
+
});
|
|
68
|
+
computed(() => {
|
|
69
|
+
return props.width;
|
|
70
|
+
});
|
|
71
|
+
computed(() => {
|
|
72
|
+
return props.height;
|
|
73
|
+
});
|
|
74
|
+
const harmIndex = ref(0);
|
|
75
|
+
const autoSwitchTimer = ref(null);
|
|
76
|
+
const autoSwitch = () => {
|
|
77
|
+
autoSwitchTimer.value = setInterval(() => {
|
|
78
|
+
harmIndex.value = harmIndex.value === 1 ? 0 : 1;
|
|
79
|
+
}, props.switchTime);
|
|
80
|
+
};
|
|
81
|
+
onMounted(() => {
|
|
82
|
+
autoSwitch();
|
|
83
|
+
});
|
|
84
|
+
return (_ctx, _cache) => {
|
|
85
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
86
|
+
createElementVNode("div", _hoisted_2, [
|
|
87
|
+
createElementVNode("div", _hoisted_3, [
|
|
88
|
+
createElementVNode("div", _hoisted_4, toDisplayString(parseInt(statusMap.value.normal) || 0), 1),
|
|
89
|
+
_hoisted_5
|
|
90
|
+
]),
|
|
91
|
+
createElementVNode("div", _hoisted_6, [
|
|
92
|
+
createElementVNode("div", _hoisted_7, toDisplayString(parseInt(statusMap.value.abnormal) || 0), 1),
|
|
93
|
+
_hoisted_8
|
|
94
|
+
]),
|
|
95
|
+
createElementVNode("div", _hoisted_9, [
|
|
96
|
+
createElementVNode("div", _hoisted_10, toDisplayString(parseInt(statusMap.value.offline) || 0), 1),
|
|
97
|
+
_hoisted_11
|
|
98
|
+
])
|
|
99
|
+
])
|
|
100
|
+
]);
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
export { _sfc_main as default };
|
|
@@ -6,7 +6,6 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
6
6
|
$props: {
|
|
7
7
|
hazardousCar?: import("./types").IHazardousCar | undefined;
|
|
8
8
|
parkOptions?: import("./types").IParkOption[] | undefined;
|
|
9
|
-
carData?: import("./types").ICarData[] | undefined;
|
|
10
9
|
key?: string | number | symbol | undefined;
|
|
11
10
|
style?: unknown;
|
|
12
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -52,6 +51,7 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
52
51
|
}>) => void)[] | undefined;
|
|
53
52
|
class?: unknown;
|
|
54
53
|
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
54
|
+
readonly carData: import("./types").ICarData[];
|
|
55
55
|
};
|
|
56
56
|
$attrs: {
|
|
57
57
|
[x: string]: unknown;
|
|
@@ -98,8 +98,6 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
98
98
|
carData: {
|
|
99
99
|
type: globalThis.PropType<import("./types").ICarData[]>;
|
|
100
100
|
required: true;
|
|
101
|
-
} & {
|
|
102
|
-
default: () => never[];
|
|
103
101
|
};
|
|
104
102
|
}>> & {
|
|
105
103
|
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
@@ -108,7 +106,6 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
108
106
|
}, string, {
|
|
109
107
|
hazardousCar: import("./types").IHazardousCar;
|
|
110
108
|
parkOptions: import("./types").IParkOption[];
|
|
111
|
-
carData: import("./types").ICarData[];
|
|
112
109
|
}, {}, string, {}> & {
|
|
113
110
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
114
111
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -161,8 +158,6 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
161
158
|
carData: {
|
|
162
159
|
type: globalThis.PropType<import("./types").ICarData[]>;
|
|
163
160
|
required: true;
|
|
164
|
-
} & {
|
|
165
|
-
default: () => never[];
|
|
166
161
|
};
|
|
167
162
|
}>> & {
|
|
168
163
|
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
@@ -202,8 +197,6 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
202
197
|
carData: {
|
|
203
198
|
type: globalThis.PropType<import("./types").ICarData[]>;
|
|
204
199
|
required: true;
|
|
205
|
-
} & {
|
|
206
|
-
default: () => never[];
|
|
207
200
|
};
|
|
208
201
|
}>> & {
|
|
209
202
|
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
@@ -212,6 +205,5 @@ export declare const DvIpesHazardousVehicleManage: {
|
|
|
212
205
|
}, string, {
|
|
213
206
|
hazardousCar: import("./types").IHazardousCar;
|
|
214
207
|
parkOptions: import("./types").IParkOption[];
|
|
215
|
-
carData: import("./types").ICarData[];
|
|
216
208
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
217
209
|
export default _HazardousVehicleManage;
|