@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;
|
|
@@ -8,8 +8,6 @@ require('element-plus/es/components/select/style/css');
|
|
|
8
8
|
require('element-plus/es/components/option/style/css');
|
|
9
9
|
const vue = require('vue');
|
|
10
10
|
const dayjs = require('dayjs');
|
|
11
|
-
const Echarts_vue_vue_type_script_setup_true_lang = require('../common/Echarts.vue.js');
|
|
12
|
-
require('../common/Echarts.vue2.js');
|
|
13
11
|
const tools = require('../../utils/tools.js');
|
|
14
12
|
const index = require('./types/index.js');
|
|
15
13
|
|
|
@@ -41,17 +39,6 @@ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
|
|
|
41
39
|
const _hoisted_26 = { class: "hazardous-statistics-item__col" };
|
|
42
40
|
const _hoisted_27 = { class: "hazardous-statistics-item__label" };
|
|
43
41
|
const _hoisted_28 = { class: "hazardous-statistics-item__value" };
|
|
44
|
-
const _hoisted_29 = { class: "sealing-row" };
|
|
45
|
-
const _hoisted_30 = /* @__PURE__ */ vue.createElementVNode("div", {
|
|
46
|
-
class: "sealing-header",
|
|
47
|
-
style: { "margin": "8px 0" }
|
|
48
|
-
}, [
|
|
49
|
-
/* @__PURE__ */ vue.createElementVNode("div", { class: "sealing-header__title" }, [
|
|
50
|
-
/* @__PURE__ */ vue.createElementVNode("span", null, "进出园区车辆统计"),
|
|
51
|
-
/* @__PURE__ */ vue.createElementVNode("span", { class: "sealing-header__title--sub" }, "(近10日)")
|
|
52
|
-
])
|
|
53
|
-
], -1);
|
|
54
|
-
const _hoisted_31 = { class: "dv-ipes-hazardous-list" };
|
|
55
42
|
const __default__ = {
|
|
56
43
|
name: "DvIpesHazardousVehicleManage",
|
|
57
44
|
title: "危险品车辆管理"
|
|
@@ -115,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
115
102
|
},
|
|
116
103
|
// 全局字体样式
|
|
117
104
|
textStyle: {
|
|
118
|
-
color: tools.
|
|
105
|
+
color: tools.getCssValue("--dv-color-text-primary"),
|
|
119
106
|
fontSize: 16,
|
|
120
107
|
fontFamily: tools.getFontFamily("--font-family-text")
|
|
121
108
|
},
|
|
@@ -138,7 +125,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
138
125
|
return {
|
|
139
126
|
name: item.name,
|
|
140
127
|
textStyle: {
|
|
141
|
-
color: tools.
|
|
128
|
+
color: tools.getCssValue("--dv-color-text-primary"),
|
|
142
129
|
fontSize: 16
|
|
143
130
|
}
|
|
144
131
|
};
|
|
@@ -180,7 +167,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
180
167
|
type: "value",
|
|
181
168
|
// 坐标轴刻度标签的相关设置。
|
|
182
169
|
axisLabel: {
|
|
183
|
-
color: tools.
|
|
170
|
+
color: tools.getCssValue("--dv-color-text-primary"),
|
|
184
171
|
fontSize: 16,
|
|
185
172
|
opacity: 0.6
|
|
186
173
|
},
|
|
@@ -245,7 +232,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
245
232
|
onChange: handleParkTypeChange
|
|
246
233
|
}, {
|
|
247
234
|
default: vue.withCtx(() => [
|
|
248
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
235
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.parkOptions, (item) => {
|
|
249
236
|
return vue.openBlock(), vue.createBlock(_component_el_option, {
|
|
250
237
|
key: item.value,
|
|
251
238
|
value: item.value,
|
|
@@ -259,49 +246,38 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
259
246
|
]),
|
|
260
247
|
vue.createElementVNode("div", _hoisted_8, [
|
|
261
248
|
vue.createElementVNode("div", _hoisted_9, [
|
|
262
|
-
vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(
|
|
249
|
+
vue.createElementVNode("div", _hoisted_10, vue.toDisplayString(_ctx.hazardousCar.ynCountTitle), 1),
|
|
263
250
|
vue.createElementVNode("div", _hoisted_11, [
|
|
264
|
-
vue.createElementVNode("span", null, vue.toDisplayString(
|
|
251
|
+
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.hazardousCar.ynCount), 1)
|
|
265
252
|
]),
|
|
266
253
|
vue.createElementVNode("div", _hoisted_12, [
|
|
267
254
|
vue.createElementVNode("div", _hoisted_13, [
|
|
268
|
-
vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(
|
|
269
|
-
vue.createElementVNode("div", _hoisted_15, vue.toDisplayString(
|
|
255
|
+
vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(_ctx.hazardousCar.dnCountTitle), 1),
|
|
256
|
+
vue.createElementVNode("div", _hoisted_15, vue.toDisplayString(_ctx.hazardousCar.dnCount), 1)
|
|
270
257
|
]),
|
|
271
258
|
vue.createElementVNode("div", _hoisted_16, [
|
|
272
|
-
vue.createElementVNode("div", _hoisted_17, vue.toDisplayString(
|
|
273
|
-
vue.createElementVNode("div", _hoisted_18, vue.toDisplayString(
|
|
259
|
+
vue.createElementVNode("div", _hoisted_17, vue.toDisplayString(_ctx.hazardousCar.sfCountTitle), 1),
|
|
260
|
+
vue.createElementVNode("div", _hoisted_18, vue.toDisplayString(_ctx.hazardousCar.sfCount), 1)
|
|
274
261
|
])
|
|
275
262
|
])
|
|
276
263
|
]),
|
|
277
264
|
vue.createElementVNode("div", _hoisted_19, [
|
|
278
|
-
vue.createElementVNode("div", _hoisted_20, vue.toDisplayString(
|
|
265
|
+
vue.createElementVNode("div", _hoisted_20, vue.toDisplayString(_ctx.hazardousCar.zxPercentTitle), 1),
|
|
279
266
|
vue.createElementVNode("div", _hoisted_21, [
|
|
280
|
-
vue.createElementVNode("span", null, vue.toDisplayString(
|
|
267
|
+
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
|
|
281
268
|
]),
|
|
282
269
|
vue.createElementVNode("div", _hoisted_22, [
|
|
283
270
|
vue.createElementVNode("div", _hoisted_23, [
|
|
284
|
-
vue.createElementVNode("div", _hoisted_24, vue.toDisplayString(
|
|
285
|
-
vue.createElementVNode("div", _hoisted_25, vue.toDisplayString(
|
|
271
|
+
vue.createElementVNode("div", _hoisted_24, vue.toDisplayString(_ctx.hazardousCar.zxCountTitle), 1),
|
|
272
|
+
vue.createElementVNode("div", _hoisted_25, vue.toDisplayString(_ctx.hazardousCar.zxCount), 1)
|
|
286
273
|
]),
|
|
287
274
|
vue.createElementVNode("div", _hoisted_26, [
|
|
288
|
-
vue.createElementVNode("div", _hoisted_27, vue.toDisplayString(
|
|
289
|
-
vue.createElementVNode("div", _hoisted_28, vue.toDisplayString(
|
|
275
|
+
vue.createElementVNode("div", _hoisted_27, vue.toDisplayString(_ctx.hazardousCar.lxCountTitle), 1),
|
|
276
|
+
vue.createElementVNode("div", _hoisted_28, vue.toDisplayString(_ctx.hazardousCar.lxCount), 1)
|
|
290
277
|
])
|
|
291
278
|
])
|
|
292
279
|
])
|
|
293
280
|
])
|
|
294
|
-
]),
|
|
295
|
-
vue.createElementVNode("div", _hoisted_29, [
|
|
296
|
-
_hoisted_30,
|
|
297
|
-
vue.createElementVNode("div", _hoisted_31, [
|
|
298
|
-
vue.createVNode(Echarts_vue_vue_type_script_setup_true_lang.default, {
|
|
299
|
-
id: "hazardous-list",
|
|
300
|
-
height: "128px",
|
|
301
|
-
"full-options": chartOption,
|
|
302
|
-
loading: chartLoading.value
|
|
303
|
-
}, null, 8, ["full-options", "loading"])
|
|
304
|
-
])
|
|
305
281
|
])
|
|
306
282
|
]);
|
|
307
283
|
};
|
|
@@ -8,6 +8,7 @@ require('element-plus/es/components/scrollbar/style/css');
|
|
|
8
8
|
require('element-plus/es/components/empty/style/css');
|
|
9
9
|
const vue = require('vue');
|
|
10
10
|
const IpesPercentBar = require('../common/IpesPercentBar.vue.js');
|
|
11
|
+
const tools = require('../../utils/tools.js');
|
|
11
12
|
const newNodata = require('./images/new-nodata.svg.js');
|
|
12
13
|
|
|
13
14
|
const _hoisted_1 = { class: "dv-ipes-inspection-manage" };
|
|
@@ -58,20 +59,20 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
58
59
|
{
|
|
59
60
|
value: 50,
|
|
60
61
|
percent: 10,
|
|
61
|
-
color: "
|
|
62
|
-
background: "
|
|
62
|
+
color: tools.getCssValue("--dv-color-success"),
|
|
63
|
+
background: tools.getCssValue("--dv-color-success")
|
|
63
64
|
},
|
|
64
65
|
{
|
|
65
66
|
value: 20,
|
|
66
67
|
percent: 20,
|
|
67
|
-
color: "
|
|
68
|
-
background: "
|
|
68
|
+
color: tools.getCssValue("--dv-color-warning"),
|
|
69
|
+
background: tools.getCssValue("--dv-color-warning")
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
value: 30,
|
|
72
73
|
percent: 20,
|
|
73
|
-
color: "
|
|
74
|
-
background: "
|
|
74
|
+
color: tools.getCssValue("--dv-color-danger"),
|
|
75
|
+
background: tools.getCssValue("--dv-color-danger")
|
|
75
76
|
}
|
|
76
77
|
]
|
|
77
78
|
}) },
|
|
@@ -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,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const utils = require('../../../utils.js');
|
|
6
|
+
const index_vue_vue_type_script_setup_true_lang = require('./index.vue.js');
|
|
7
|
+
require('./index.vue2.js');
|
|
8
|
+
|
|
9
|
+
const DvIpesKeyProblemEnterprises = utils.install(index_vue_vue_type_script_setup_true_lang.default);
|
|
10
|
+
|
|
11
|
+
exports.default = index_vue_vue_type_script_setup_true_lang.default;
|
|
12
|
+
exports.DvIpesKeyProblemEnterprises = DvIpesKeyProblemEnterprises;
|
|
@@ -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,67 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const vue = require('vue');
|
|
6
|
+
|
|
7
|
+
const _hoisted_1 = { class: "enterprise-protection-code" };
|
|
8
|
+
const _hoisted_2 = { class: "dv-ipes-env-list" };
|
|
9
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-env-list-header dv-ipes-flex-bw-c" }, [
|
|
10
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-th" }, " 重点问题企业 "),
|
|
11
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-th" }, " 问题数 ")
|
|
12
|
+
], -1);
|
|
13
|
+
const _hoisted_4 = {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "dv-ipes-env-list-con"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_5 = { class: "dv-ipes-tr dv-ipes-body-name" };
|
|
18
|
+
const _hoisted_6 = ["title", "onClick"];
|
|
19
|
+
const _hoisted_7 = { class: "dv-ipes-tr dv-ipes-value" };
|
|
20
|
+
const _hoisted_8 = {
|
|
21
|
+
key: 1,
|
|
22
|
+
class: "dv-ipes-no-data"
|
|
23
|
+
};
|
|
24
|
+
const __default__ = {
|
|
25
|
+
name: "DvIpesKeyProblemEnterprises",
|
|
26
|
+
title: "重点问题企业"
|
|
27
|
+
};
|
|
28
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
29
|
+
...__default__,
|
|
30
|
+
props: {
|
|
31
|
+
codeInfo: { default: () => ({
|
|
32
|
+
data: []
|
|
33
|
+
}) }
|
|
34
|
+
},
|
|
35
|
+
emits: ["clickCompany"],
|
|
36
|
+
setup(__props, { emit: $emit }) {
|
|
37
|
+
function onClickCompany(item) {
|
|
38
|
+
$emit("clickCompany", item);
|
|
39
|
+
}
|
|
40
|
+
return (_ctx, _cache) => {
|
|
41
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
42
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
43
|
+
_hoisted_3,
|
|
44
|
+
_ctx.codeInfo.data && _ctx.codeInfo.data.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
|
|
45
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.codeInfo.data, (item, index) => {
|
|
46
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
47
|
+
key: index,
|
|
48
|
+
class: "dv-ipes-flex-bw-c dv-ipes-body-item"
|
|
49
|
+
}, [
|
|
50
|
+
vue.createElementVNode("div", _hoisted_5, [
|
|
51
|
+
vue.createElementVNode("a", {
|
|
52
|
+
href: "javascript:void(0);",
|
|
53
|
+
title: item.companyName,
|
|
54
|
+
onClick: ($event) => onClickCompany(item)
|
|
55
|
+
}, vue.toDisplayString(item.companyName), 9, _hoisted_6)
|
|
56
|
+
]),
|
|
57
|
+
vue.createElementVNode("div", _hoisted_7, vue.toDisplayString(item.num), 1)
|
|
58
|
+
]);
|
|
59
|
+
}), 128))
|
|
60
|
+
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, " 暂无数据 "))
|
|
61
|
+
])
|
|
62
|
+
]);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
|
|
6
|
+
|
|
7
|
+
exports.default = index_vue_vue_type_style_index_0_lang;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const index_vue_vue_type_script_setup_true_lang = require('./index.vue.js');
|
|
6
|
+
require('./index.vue2.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.default = index_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -8,6 +8,7 @@ const elementPlusExpand = require('@ued_fpi/element-plus-expand');
|
|
|
8
8
|
const core = require('@vueuse/core');
|
|
9
9
|
const Echarts_vue_vue_type_script_setup_true_lang = require('../common/Echarts.vue.js');
|
|
10
10
|
require('../common/Echarts.vue2.js');
|
|
11
|
+
const tools = require('../../utils/tools.js');
|
|
11
12
|
|
|
12
13
|
const _hoisted_1 = { class: "dv-ipes-OrdorControl" };
|
|
13
14
|
const _hoisted_2 = { class: "specific-site" };
|
|
@@ -79,11 +80,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
79
80
|
const themeEl = vue.ref(null);
|
|
80
81
|
const themeColor = core.useCssVar("--color", themeEl);
|
|
81
82
|
const axisLabelEl = vue.ref(null);
|
|
82
|
-
const axisLabelColor = core.useCssVar("--dv-text-
|
|
83
|
+
const axisLabelColor = core.useCssVar("--dv-color-text-primary", axisLabelEl);
|
|
83
84
|
const splitLineEl = vue.ref(null);
|
|
84
85
|
const splitLineElColor = core.useCssVar("--dv-color-border-light", splitLineEl);
|
|
85
86
|
const echartsOptions = vue.reactive({
|
|
86
87
|
options: {
|
|
88
|
+
color: tools.getCssValue("--dv-color-index"),
|
|
87
89
|
grid: {
|
|
88
90
|
left: 0,
|
|
89
91
|
bottom: 0,
|
|
@@ -94,7 +96,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
94
96
|
tooltip: {
|
|
95
97
|
trigger: "axis",
|
|
96
98
|
padding: 8,
|
|
97
|
-
background: "
|
|
99
|
+
background: tools.getCssValue("-dv-color-fill-base")
|
|
98
100
|
},
|
|
99
101
|
xAxis: {
|
|
100
102
|
type: "category",
|
|
@@ -70,9 +70,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
70
70
|
class: "status"
|
|
71
71
|
}, [
|
|
72
72
|
vue.createElementVNode("div", {
|
|
73
|
-
class: "value",
|
|
74
|
-
|
|
75
|
-
}, vue.toDisplayString(vue.unref(statusData) && vue.unref(statusData)[item.key] ? vue.unref(statusData)[item.key][option.key] : "--"), 5),
|
|
73
|
+
class: vue.normalizeClass(["value", [option.key]])
|
|
74
|
+
}, vue.toDisplayString(vue.unref(statusData) && vue.unref(statusData)[item.key] ? vue.unref(statusData)[item.key][option.key] : "--"), 3),
|
|
76
75
|
index < statusOption.value.length - 1 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5, "/")) : vue.createCommentVNode("", true)
|
|
77
76
|
]);
|
|
78
77
|
}), 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
|
};
|