@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { Props } from './types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
3
3
|
hazardousCar: () => {
|
|
4
4
|
sfCount: number;
|
|
@@ -18,7 +18,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
value: string;
|
|
19
19
|
label: string;
|
|
20
20
|
}[];
|
|
21
|
-
carData: () => never[];
|
|
22
21
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
22
|
onParkTypeChange: (value: string) => string;
|
|
24
23
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
@@ -40,13 +39,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
40
39
|
value: string;
|
|
41
40
|
label: string;
|
|
42
41
|
}[];
|
|
43
|
-
carData: () => never[];
|
|
44
42
|
}>>> & {
|
|
45
43
|
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
46
44
|
}, {
|
|
47
45
|
hazardousCar: import("./types").IHazardousCar;
|
|
48
46
|
parkOptions: import("./types").IParkOption[];
|
|
49
|
-
carData: ICarData[];
|
|
50
47
|
}, {}>;
|
|
51
48
|
export default _default;
|
|
52
49
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,9 +4,7 @@ import 'element-plus/es/components/select/style/css';
|
|
|
4
4
|
import 'element-plus/es/components/option/style/css';
|
|
5
5
|
import { defineComponent, mergeDefaults, ref, reactive, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock } from 'vue';
|
|
6
6
|
import dayjs from 'dayjs';
|
|
7
|
-
import
|
|
8
|
-
import '../common/Echarts.vue2.mjs';
|
|
9
|
-
import { getFontFamily } from '../../utils/tools.mjs';
|
|
7
|
+
import { getCssValue, getFontFamily } from '../../utils/tools.mjs';
|
|
10
8
|
import { defaultProps } from './types/index.mjs';
|
|
11
9
|
|
|
12
10
|
const _hoisted_1 = { class: "dv-ipes-hazardous-vehicle-manage" };
|
|
@@ -37,17 +35,6 @@ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
|
|
|
37
35
|
const _hoisted_26 = { class: "hazardous-statistics-item__col" };
|
|
38
36
|
const _hoisted_27 = { class: "hazardous-statistics-item__label" };
|
|
39
37
|
const _hoisted_28 = { class: "hazardous-statistics-item__value" };
|
|
40
|
-
const _hoisted_29 = { class: "sealing-row" };
|
|
41
|
-
const _hoisted_30 = /* @__PURE__ */ createElementVNode("div", {
|
|
42
|
-
class: "sealing-header",
|
|
43
|
-
style: { "margin": "8px 0" }
|
|
44
|
-
}, [
|
|
45
|
-
/* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
|
|
46
|
-
/* @__PURE__ */ createElementVNode("span", null, "进出园区车辆统计"),
|
|
47
|
-
/* @__PURE__ */ createElementVNode("span", { class: "sealing-header__title--sub" }, "(近10日)")
|
|
48
|
-
])
|
|
49
|
-
], -1);
|
|
50
|
-
const _hoisted_31 = { class: "dv-ipes-hazardous-list" };
|
|
51
38
|
const __default__ = {
|
|
52
39
|
name: "DvIpesHazardousVehicleManage",
|
|
53
40
|
title: "危险品车辆管理"
|
|
@@ -111,7 +98,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
111
98
|
},
|
|
112
99
|
// 全局字体样式
|
|
113
100
|
textStyle: {
|
|
114
|
-
color:
|
|
101
|
+
color: getCssValue("--dv-color-text-primary"),
|
|
115
102
|
fontSize: 16,
|
|
116
103
|
fontFamily: getFontFamily("--font-family-text")
|
|
117
104
|
},
|
|
@@ -134,7 +121,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
134
121
|
return {
|
|
135
122
|
name: item.name,
|
|
136
123
|
textStyle: {
|
|
137
|
-
color:
|
|
124
|
+
color: getCssValue("--dv-color-text-primary"),
|
|
138
125
|
fontSize: 16
|
|
139
126
|
}
|
|
140
127
|
};
|
|
@@ -176,7 +163,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
176
163
|
type: "value",
|
|
177
164
|
// 坐标轴刻度标签的相关设置。
|
|
178
165
|
axisLabel: {
|
|
179
|
-
color:
|
|
166
|
+
color: getCssValue("--dv-color-text-primary"),
|
|
180
167
|
fontSize: 16,
|
|
181
168
|
opacity: 0.6
|
|
182
169
|
},
|
|
@@ -241,7 +228,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
241
228
|
onChange: handleParkTypeChange
|
|
242
229
|
}, {
|
|
243
230
|
default: withCtx(() => [
|
|
244
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
231
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.parkOptions, (item) => {
|
|
245
232
|
return openBlock(), createBlock(_component_el_option, {
|
|
246
233
|
key: item.value,
|
|
247
234
|
value: item.value,
|
|
@@ -255,49 +242,38 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
255
242
|
]),
|
|
256
243
|
createElementVNode("div", _hoisted_8, [
|
|
257
244
|
createElementVNode("div", _hoisted_9, [
|
|
258
|
-
createElementVNode("div", _hoisted_10, toDisplayString(
|
|
245
|
+
createElementVNode("div", _hoisted_10, toDisplayString(_ctx.hazardousCar.ynCountTitle), 1),
|
|
259
246
|
createElementVNode("div", _hoisted_11, [
|
|
260
|
-
createElementVNode("span", null, toDisplayString(
|
|
247
|
+
createElementVNode("span", null, toDisplayString(_ctx.hazardousCar.ynCount), 1)
|
|
261
248
|
]),
|
|
262
249
|
createElementVNode("div", _hoisted_12, [
|
|
263
250
|
createElementVNode("div", _hoisted_13, [
|
|
264
|
-
createElementVNode("div", _hoisted_14, toDisplayString(
|
|
265
|
-
createElementVNode("div", _hoisted_15, toDisplayString(
|
|
251
|
+
createElementVNode("div", _hoisted_14, toDisplayString(_ctx.hazardousCar.dnCountTitle), 1),
|
|
252
|
+
createElementVNode("div", _hoisted_15, toDisplayString(_ctx.hazardousCar.dnCount), 1)
|
|
266
253
|
]),
|
|
267
254
|
createElementVNode("div", _hoisted_16, [
|
|
268
|
-
createElementVNode("div", _hoisted_17, toDisplayString(
|
|
269
|
-
createElementVNode("div", _hoisted_18, toDisplayString(
|
|
255
|
+
createElementVNode("div", _hoisted_17, toDisplayString(_ctx.hazardousCar.sfCountTitle), 1),
|
|
256
|
+
createElementVNode("div", _hoisted_18, toDisplayString(_ctx.hazardousCar.sfCount), 1)
|
|
270
257
|
])
|
|
271
258
|
])
|
|
272
259
|
]),
|
|
273
260
|
createElementVNode("div", _hoisted_19, [
|
|
274
|
-
createElementVNode("div", _hoisted_20, toDisplayString(
|
|
261
|
+
createElementVNode("div", _hoisted_20, toDisplayString(_ctx.hazardousCar.zxPercentTitle), 1),
|
|
275
262
|
createElementVNode("div", _hoisted_21, [
|
|
276
|
-
createElementVNode("span", null, toDisplayString(
|
|
263
|
+
createElementVNode("span", null, toDisplayString(_ctx.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
|
|
277
264
|
]),
|
|
278
265
|
createElementVNode("div", _hoisted_22, [
|
|
279
266
|
createElementVNode("div", _hoisted_23, [
|
|
280
|
-
createElementVNode("div", _hoisted_24, toDisplayString(
|
|
281
|
-
createElementVNode("div", _hoisted_25, toDisplayString(
|
|
267
|
+
createElementVNode("div", _hoisted_24, toDisplayString(_ctx.hazardousCar.zxCountTitle), 1),
|
|
268
|
+
createElementVNode("div", _hoisted_25, toDisplayString(_ctx.hazardousCar.zxCount), 1)
|
|
282
269
|
]),
|
|
283
270
|
createElementVNode("div", _hoisted_26, [
|
|
284
|
-
createElementVNode("div", _hoisted_27, toDisplayString(
|
|
285
|
-
createElementVNode("div", _hoisted_28, toDisplayString(
|
|
271
|
+
createElementVNode("div", _hoisted_27, toDisplayString(_ctx.hazardousCar.lxCountTitle), 1),
|
|
272
|
+
createElementVNode("div", _hoisted_28, toDisplayString(_ctx.hazardousCar.lxCount), 1)
|
|
286
273
|
])
|
|
287
274
|
])
|
|
288
275
|
])
|
|
289
276
|
])
|
|
290
|
-
]),
|
|
291
|
-
createElementVNode("div", _hoisted_29, [
|
|
292
|
-
_hoisted_30,
|
|
293
|
-
createElementVNode("div", _hoisted_31, [
|
|
294
|
-
createVNode(_sfc_main$1, {
|
|
295
|
-
id: "hazardous-list",
|
|
296
|
-
height: "128px",
|
|
297
|
-
"full-options": chartOption,
|
|
298
|
-
loading: chartLoading.value
|
|
299
|
-
}, null, 8, ["full-options", "loading"])
|
|
300
|
-
])
|
|
301
277
|
])
|
|
302
278
|
]);
|
|
303
279
|
};
|
|
@@ -4,6 +4,7 @@ import 'element-plus/es/components/scrollbar/style/css';
|
|
|
4
4
|
import 'element-plus/es/components/empty/style/css';
|
|
5
5
|
import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, normalizeStyle, withDirectives, vShow, createVNode, withCtx, unref, normalizeClass } from 'vue';
|
|
6
6
|
import IpesPercentBar from '../common/IpesPercentBar.vue.mjs';
|
|
7
|
+
import { getCssValue } from '../../utils/tools.mjs';
|
|
7
8
|
import noDataImg from './images/new-nodata.svg.mjs';
|
|
8
9
|
|
|
9
10
|
const _hoisted_1 = { class: "dv-ipes-inspection-manage" };
|
|
@@ -54,20 +55,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
55
|
{
|
|
55
56
|
value: 50,
|
|
56
57
|
percent: 10,
|
|
57
|
-
color: "
|
|
58
|
-
background: "
|
|
58
|
+
color: getCssValue("--dv-color-success"),
|
|
59
|
+
background: getCssValue("--dv-color-success")
|
|
59
60
|
},
|
|
60
61
|
{
|
|
61
62
|
value: 20,
|
|
62
63
|
percent: 20,
|
|
63
|
-
color: "
|
|
64
|
-
background: "
|
|
64
|
+
color: getCssValue("--dv-color-warning"),
|
|
65
|
+
background: getCssValue("--dv-color-warning")
|
|
65
66
|
},
|
|
66
67
|
{
|
|
67
68
|
value: 30,
|
|
68
69
|
percent: 20,
|
|
69
|
-
color: "
|
|
70
|
-
background: "
|
|
70
|
+
color: getCssValue("--dv-color-danger"),
|
|
71
|
+
background: getCssValue("--dv-color-danger")
|
|
71
72
|
}
|
|
72
73
|
]
|
|
73
74
|
}) },
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import _KeyProblemEnterprises from './index.vue';
|
|
2
|
+
export declare const DvIpesKeyProblemEnterprises: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: {
|
|
7
|
+
codeInfo?: import("./type").codeInfoType | undefined;
|
|
8
|
+
key?: string | number | symbol | undefined;
|
|
9
|
+
style?: unknown;
|
|
10
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
11
|
+
ref_for?: boolean | undefined;
|
|
12
|
+
ref_key?: string | undefined;
|
|
13
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}>) => void)[] | undefined;
|
|
18
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}>) => void)[] | undefined;
|
|
23
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
|
+
[key: string]: any;
|
|
31
|
+
}>) => void)[] | undefined;
|
|
32
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
|
+
[key: string]: any;
|
|
34
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}>) => void)[] | undefined;
|
|
41
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
}>) => void)[] | undefined;
|
|
46
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
}>) => void)[] | undefined;
|
|
51
|
+
class?: unknown;
|
|
52
|
+
onClickCompany?: ((...args: any[]) => any) | undefined;
|
|
53
|
+
};
|
|
54
|
+
$attrs: {
|
|
55
|
+
[x: string]: unknown;
|
|
56
|
+
};
|
|
57
|
+
$refs: {
|
|
58
|
+
[x: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
$slots: Readonly<{
|
|
61
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
62
|
+
}>;
|
|
63
|
+
$root: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
64
|
+
$parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
65
|
+
$emit: (event: "clickCompany", ...args: any[]) => void;
|
|
66
|
+
$el: any;
|
|
67
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
codeInfo: {
|
|
69
|
+
type: globalThis.PropType<import("./type").codeInfoType>;
|
|
70
|
+
} & {
|
|
71
|
+
default: () => {
|
|
72
|
+
data: never[];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
}>> & {
|
|
76
|
+
onClickCompany?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], string, {
|
|
78
|
+
codeInfo: import("./type").codeInfoType;
|
|
79
|
+
}, {}, string, {}> & {
|
|
80
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
91
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
92
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
93
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
94
|
+
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;
|
|
95
|
+
};
|
|
96
|
+
$forceUpdate: () => void;
|
|
97
|
+
$nextTick: typeof import("vue").nextTick;
|
|
98
|
+
$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;
|
|
99
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
100
|
+
codeInfo: {
|
|
101
|
+
type: globalThis.PropType<import("./type").codeInfoType>;
|
|
102
|
+
} & {
|
|
103
|
+
default: () => {
|
|
104
|
+
data: never[];
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
}>> & {
|
|
108
|
+
onClickCompany?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
110
|
+
__isFragment?: undefined;
|
|
111
|
+
__isTeleport?: undefined;
|
|
112
|
+
__isSuspense?: undefined;
|
|
113
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
114
|
+
codeInfo: {
|
|
115
|
+
type: globalThis.PropType<import("./type").codeInfoType>;
|
|
116
|
+
} & {
|
|
117
|
+
default: () => {
|
|
118
|
+
data: never[];
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}>> & {
|
|
122
|
+
onClickCompany?: ((...args: any[]) => any) | undefined;
|
|
123
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], "clickCompany", {
|
|
124
|
+
codeInfo: import("./type").codeInfoType;
|
|
125
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
126
|
+
export default _KeyProblemEnterprises;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { codeInfoType } from './type';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
codeInfo?: codeInfoType | undefined;
|
|
4
|
+
}>, {
|
|
5
|
+
codeInfo: () => {
|
|
6
|
+
data: never[];
|
|
7
|
+
};
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], "clickCompany", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
codeInfo?: codeInfoType | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
codeInfo: () => {
|
|
12
|
+
data: never[];
|
|
13
|
+
};
|
|
14
|
+
}>>> & {
|
|
15
|
+
onClickCompany?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
codeInfo: codeInfoType;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: import('vue').PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
} : P[K];
|
|
33
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, toDisplayString } from 'vue';
|
|
2
|
+
|
|
3
|
+
const _hoisted_1 = { class: "enterprise-protection-code" };
|
|
4
|
+
const _hoisted_2 = { class: "dv-ipes-env-list" };
|
|
5
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-env-list-header dv-ipes-flex-bw-c" }, [
|
|
6
|
+
/* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 重点问题企业 "),
|
|
7
|
+
/* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 问题数 ")
|
|
8
|
+
], -1);
|
|
9
|
+
const _hoisted_4 = {
|
|
10
|
+
key: 0,
|
|
11
|
+
class: "dv-ipes-env-list-con"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_5 = { class: "dv-ipes-tr dv-ipes-body-name" };
|
|
14
|
+
const _hoisted_6 = ["title", "onClick"];
|
|
15
|
+
const _hoisted_7 = { class: "dv-ipes-tr dv-ipes-value" };
|
|
16
|
+
const _hoisted_8 = {
|
|
17
|
+
key: 1,
|
|
18
|
+
class: "dv-ipes-no-data"
|
|
19
|
+
};
|
|
20
|
+
const __default__ = {
|
|
21
|
+
name: "DvIpesKeyProblemEnterprises",
|
|
22
|
+
title: "重点问题企业"
|
|
23
|
+
};
|
|
24
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
25
|
+
...__default__,
|
|
26
|
+
props: {
|
|
27
|
+
codeInfo: { default: () => ({
|
|
28
|
+
data: []
|
|
29
|
+
}) }
|
|
30
|
+
},
|
|
31
|
+
emits: ["clickCompany"],
|
|
32
|
+
setup(__props, { emit: $emit }) {
|
|
33
|
+
function onClickCompany(item) {
|
|
34
|
+
$emit("clickCompany", item);
|
|
35
|
+
}
|
|
36
|
+
return (_ctx, _cache) => {
|
|
37
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
38
|
+
createElementVNode("div", _hoisted_2, [
|
|
39
|
+
_hoisted_3,
|
|
40
|
+
_ctx.codeInfo.data && _ctx.codeInfo.data.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
41
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.codeInfo.data, (item, index) => {
|
|
42
|
+
return openBlock(), createElementBlock("div", {
|
|
43
|
+
key: index,
|
|
44
|
+
class: "dv-ipes-flex-bw-c dv-ipes-body-item"
|
|
45
|
+
}, [
|
|
46
|
+
createElementVNode("div", _hoisted_5, [
|
|
47
|
+
createElementVNode("a", {
|
|
48
|
+
href: "javascript:void(0);",
|
|
49
|
+
title: item.companyName,
|
|
50
|
+
onClick: ($event) => onClickCompany(item)
|
|
51
|
+
}, toDisplayString(item.companyName), 9, _hoisted_6)
|
|
52
|
+
]),
|
|
53
|
+
createElementVNode("div", _hoisted_7, toDisplayString(item.num), 1)
|
|
54
|
+
]);
|
|
55
|
+
}), 128))
|
|
56
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_8, " 暂无数据 "))
|
|
57
|
+
])
|
|
58
|
+
]);
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
export { _sfc_main as default };
|
|
@@ -4,6 +4,7 @@ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
|
|
|
4
4
|
import { useCssVar } from '@vueuse/core';
|
|
5
5
|
import _sfc_main$1 from '../common/Echarts.vue.mjs';
|
|
6
6
|
import '../common/Echarts.vue2.mjs';
|
|
7
|
+
import { getCssValue } from '../../utils/tools.mjs';
|
|
7
8
|
|
|
8
9
|
const _hoisted_1 = { class: "dv-ipes-OrdorControl" };
|
|
9
10
|
const _hoisted_2 = { class: "specific-site" };
|
|
@@ -75,11 +76,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
76
|
const themeEl = ref(null);
|
|
76
77
|
const themeColor = useCssVar("--color", themeEl);
|
|
77
78
|
const axisLabelEl = ref(null);
|
|
78
|
-
const axisLabelColor = useCssVar("--dv-text-
|
|
79
|
+
const axisLabelColor = useCssVar("--dv-color-text-primary", axisLabelEl);
|
|
79
80
|
const splitLineEl = ref(null);
|
|
80
81
|
const splitLineElColor = useCssVar("--dv-color-border-light", splitLineEl);
|
|
81
82
|
const echartsOptions = reactive({
|
|
82
83
|
options: {
|
|
84
|
+
color: getCssValue("--dv-color-index"),
|
|
83
85
|
grid: {
|
|
84
86
|
left: 0,
|
|
85
87
|
bottom: 0,
|
|
@@ -90,7 +92,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
90
92
|
tooltip: {
|
|
91
93
|
trigger: "axis",
|
|
92
94
|
padding: 8,
|
|
93
|
-
background: "
|
|
95
|
+
background: getCssValue("-dv-color-fill-base")
|
|
94
96
|
},
|
|
95
97
|
xAxis: {
|
|
96
98
|
type: "category",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, toRefs, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString,
|
|
1
|
+
import { defineComponent, toRefs, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, unref, createCommentVNode } from 'vue';
|
|
2
2
|
|
|
3
3
|
const _hoisted_1 = { class: "dv-ipes-pollutant-source-manage" };
|
|
4
4
|
const _hoisted_2 = ["onClick"];
|
|
@@ -66,9 +66,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
66
66
|
class: "status"
|
|
67
67
|
}, [
|
|
68
68
|
createElementVNode("div", {
|
|
69
|
-
class: "value",
|
|
70
|
-
|
|
71
|
-
}, toDisplayString(unref(statusData) && unref(statusData)[item.key] ? unref(statusData)[item.key][option.key] : "--"), 5),
|
|
69
|
+
class: normalizeClass(["value", [option.key]])
|
|
70
|
+
}, toDisplayString(unref(statusData) && unref(statusData)[item.key] ? unref(statusData)[item.key][option.key] : "--"), 3),
|
|
72
71
|
index < statusOption.value.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_5, "/")) : createCommentVNode("", true)
|
|
73
72
|
]);
|
|
74
73
|
}), 128))
|
|
@@ -81,16 +81,8 @@ export declare const DvIpesSealingManage: {
|
|
|
81
81
|
required: true;
|
|
82
82
|
} & {
|
|
83
83
|
default: () => {
|
|
84
|
-
sfCount: number;
|
|
85
|
-
sfCountTitle: string;
|
|
86
|
-
dnCount: number;
|
|
87
|
-
dnCountTitle: string;
|
|
88
84
|
ynCount: number;
|
|
89
85
|
ynCountTitle: string;
|
|
90
|
-
zxCount: number;
|
|
91
|
-
zxCountTitle: string;
|
|
92
|
-
lxCount: number;
|
|
93
|
-
lxCountTitle: string;
|
|
94
86
|
zxPercent: number;
|
|
95
87
|
zxPercentTitle: string;
|
|
96
88
|
};
|
|
@@ -167,16 +159,8 @@ export declare const DvIpesSealingManage: {
|
|
|
167
159
|
required: true;
|
|
168
160
|
} & {
|
|
169
161
|
default: () => {
|
|
170
|
-
sfCount: number;
|
|
171
|
-
sfCountTitle: string;
|
|
172
|
-
dnCount: number;
|
|
173
|
-
dnCountTitle: string;
|
|
174
162
|
ynCount: number;
|
|
175
163
|
ynCountTitle: string;
|
|
176
|
-
zxCount: number;
|
|
177
|
-
zxCountTitle: string;
|
|
178
|
-
lxCount: number;
|
|
179
|
-
lxCountTitle: string;
|
|
180
164
|
zxPercent: number;
|
|
181
165
|
zxPercentTitle: string;
|
|
182
166
|
};
|
|
@@ -228,16 +212,8 @@ export declare const DvIpesSealingManage: {
|
|
|
228
212
|
required: true;
|
|
229
213
|
} & {
|
|
230
214
|
default: () => {
|
|
231
|
-
sfCount: number;
|
|
232
|
-
sfCountTitle: string;
|
|
233
|
-
dnCount: number;
|
|
234
|
-
dnCountTitle: string;
|
|
235
215
|
ynCount: number;
|
|
236
216
|
ynCountTitle: string;
|
|
237
|
-
zxCount: number;
|
|
238
|
-
zxCountTitle: string;
|
|
239
|
-
lxCount: number;
|
|
240
|
-
lxCountTitle: string;
|
|
241
217
|
zxPercent: number;
|
|
242
218
|
zxPercentTitle: string;
|
|
243
219
|
};
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import type { Props } from './types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
3
3
|
hazardousCar: () => {
|
|
4
|
-
sfCount: number;
|
|
5
|
-
sfCountTitle: string;
|
|
6
|
-
dnCount: number;
|
|
7
|
-
dnCountTitle: string;
|
|
8
4
|
ynCount: number;
|
|
9
5
|
ynCountTitle: string;
|
|
10
|
-
zxCount: number;
|
|
11
|
-
zxCountTitle: string;
|
|
12
|
-
lxCount: number;
|
|
13
|
-
lxCountTitle: string;
|
|
14
6
|
zxPercent: number;
|
|
15
7
|
zxPercentTitle: string;
|
|
16
8
|
};
|
|
@@ -33,16 +25,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
33
25
|
onParkTypeChange: (value: string) => string;
|
|
34
26
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
35
27
|
hazardousCar: () => {
|
|
36
|
-
sfCount: number;
|
|
37
|
-
sfCountTitle: string;
|
|
38
|
-
dnCount: number;
|
|
39
|
-
dnCountTitle: string;
|
|
40
28
|
ynCount: number;
|
|
41
29
|
ynCountTitle: string;
|
|
42
|
-
zxCount: number;
|
|
43
|
-
zxCountTitle: string;
|
|
44
|
-
lxCount: number;
|
|
45
|
-
lxCountTitle: string;
|
|
46
30
|
zxPercent: number;
|
|
47
31
|
zxPercentTitle: string;
|
|
48
32
|
};
|