@ued_fpi/data-visual 1.2.0 → 1.2.2
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 +1 -1
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.mjs +1 -1
- package/dist/es/aims/src/CieqContributionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/CieqContributionYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorTargetYearPeriod/api/index.d.ts +26 -0
- package/dist/es/aims/src/FactorTargetYearPeriod/api/index.mjs +11 -0
- package/dist/es/aims/src/FactorTargetYearPeriod/index.d.ts +59 -3
- package/dist/es/aims/src/FactorTargetYearPeriod/index.vue.d.ts +41 -1
- package/dist/es/aims/src/FactorTargetYearPeriod/index.vue.mjs +56 -29
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/TbHbAnalysis/index.vue.mjs +1 -1
- package/dist/es/aims/src/WeatherCondition/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicCard/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicDialog/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicPanel/index.vue.mjs +1 -1
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +1 -1
- package/dist/es/bmp/src/EarlyWarningEvent/index.vue.mjs +1 -1
- package/dist/es/bmp/src/EventList/index.vue.mjs +1 -1
- package/dist/es/bmp/src/ReportEvent/index.vue.mjs +1 -1
- package/dist/es/index.mjs +1 -0
- package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +1 -1
- package/dist/es/ipes/src/AirQuality/index.vue.mjs +1 -1
- package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +40 -37
- package/dist/es/ipes/src/AlarmManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/BusinessManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +5 -5
- package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyManage/index.d.ts +128 -0
- package/dist/es/ipes/src/EmergencyManage/index.mjs +7 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +26 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +160 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue2.mjs +3 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue3.mjs +6 -0
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +14 -14
- package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +1 -1
- package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +8 -8
- package/dist/es/ipes/src/GasControl/components/SingleItem.vue.mjs +4 -4
- package/dist/es/ipes/src/GasControl/index.vue.mjs +2 -2
- package/dist/es/ipes/src/GeneralManagement/components/ListItem.vue.mjs +5 -5
- package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +2 -2
- package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +2 -2
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/AppItem.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.mjs +2 -2
- package/dist/es/ipes/src/Level3AirDefense/components/NumberItem.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.mjs +2 -2
- package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +6 -6
- package/dist/es/ipes/src/OdorControl/index.vue.mjs +6 -9
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/TaskDispose/index.vue.mjs +20 -20
- package/dist/es/ipes/src/VocStatistics/index.vue.mjs +6 -6
- package/dist/es/ipes/src/common/Echarts.vue.d.ts +0 -11
- package/dist/es/ipes/src/common/Echarts.vue.mjs +6 -10
- package/dist/es/ipes/src/common/IpesPercentBar.vue.mjs +1 -1
- package/dist/es/ipes/src/common/IpesProgressBar.vue.mjs +1 -1
- package/dist/es/ipes/src/common/LottieAnimation.vue.mjs +1 -1
- package/dist/es/ipes/src/index.d.ts +1 -0
- package/dist/es/ipes/src/index.mjs +1 -0
- package/dist/es/style.css +3466 -3313
- package/dist/es/wgms/service/base-serve.d.ts +1 -0
- package/dist/es/wgms/service/base-serve.mjs +3 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/api/index.d.ts +5 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/api/index.mjs +12 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/api/types.d.ts +15 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.d.ts +51 -25
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.d.ts +30 -14
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +46 -34
- package/dist/es/wgms/src/DistributionPoints/api/index.mjs +2 -2
- package/dist/es/wgms/src/DistributionPoints/api/types.d.ts +2 -2
- package/dist/es/wgms/src/DistributionPoints/index.d.ts +6 -6
- package/dist/es/wgms/src/DistributionPoints/index.vue.d.ts +3 -3
- package/dist/es/wgms/src/DistributionPoints/index.vue.mjs +4 -4
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/api/index.d.ts +6 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/api/index.mjs +12 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/api/types.d.ts +18 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.d.ts +83 -3
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.d.ts +53 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +69 -27
- package/dist/es/wgms/src/FactorTopThreeRanking/api/index.d.ts +5 -0
- package/dist/es/wgms/src/FactorTopThreeRanking/api/index.mjs +12 -0
- package/dist/es/wgms/src/FactorTopThreeRanking/api/types.d.ts +15 -0
- package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +36 -23
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.d.ts +20 -12
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +45 -40
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +1 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/api/index.d.ts +6 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/api/index.mjs +12 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/api/types.d.ts +15 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/0.svg.mjs +3 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.d.ts +65 -3
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.d.ts +41 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +46 -23
- package/dist/es/wgms/src/LakeRiverIndex/api/index.d.ts +17 -0
- package/dist/es/wgms/src/LakeRiverIndex/api/index.mjs +18 -0
- package/dist/es/wgms/src/LakeRiverIndex/api/types.d.ts +13 -13
- package/dist/es/wgms/src/LakeRiverIndex/images/-1.svg.mjs +3 -0
- package/dist/es/wgms/src/LakeRiverIndex/images/0.svg.mjs +3 -0
- package/dist/es/wgms/src/LakeRiverIndex/images/1.svg.mjs +3 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.d.ts +54 -78
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.d.ts +33 -44
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.mjs +86 -76
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +1 -1
- package/dist/es/wgms/src/PollutionSourceControl/api/index.d.ts +2 -7
- package/dist/es/wgms/src/PollutionSourceControl/api/index.mjs +8 -16
- package/dist/es/wgms/src/PollutionSourceControl/api/types.d.ts +17 -10
- package/dist/es/wgms/src/PollutionSourceControl/index.d.ts +30 -30
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.d.ts +17 -17
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.mjs +72 -93
- package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +0 -4
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/api/index.d.ts +6 -0
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/api/index.mjs +12 -0
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/api/types.d.ts +15 -0
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.d.ts +68 -3
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +40 -1
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.mjs +78 -61
- package/dist/es/wgms/src/SubordinateRanking/api/index.d.ts +7 -0
- package/dist/es/wgms/src/SubordinateRanking/api/index.mjs +2 -2
- package/dist/es/wgms/src/SubordinateRanking/api/types.d.ts +2 -4
- package/dist/es/wgms/src/SubordinateRanking/index.d.ts +6 -36
- package/dist/es/wgms/src/SubordinateRanking/index.vue.d.ts +3 -21
- package/dist/es/wgms/src/SubordinateRanking/index.vue.mjs +5 -15
- package/dist/es/wgms/src/UpstreamImpact/index.d.ts +3 -3
- package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +1 -1
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/api/index.d.ts +6 -0
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/api/index.mjs +12 -0
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/api/types.d.ts +10 -0
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.d.ts +56 -3
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.d.ts +35 -1
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +39 -20
- package/dist/es/wgms/src/WaterQualityClassification/api/index.d.ts +6 -0
- package/dist/es/wgms/src/WaterQualityClassification/api/index.mjs +12 -0
- package/dist/es/wgms/src/WaterQualityClassification/api/types.d.ts +16 -0
- package/dist/es/wgms/src/WaterQualityClassification/images/down.svg.mjs +3 -0
- package/dist/es/wgms/src/WaterQualityClassification/images/right.svg.mjs +3 -0
- package/dist/es/wgms/src/WaterQualityClassification/images/up.svg.mjs +2 -2
- package/dist/es/wgms/src/WaterQualityClassification/index.d.ts +68 -3
- package/dist/es/wgms/src/WaterQualityClassification/index.vue.d.ts +43 -1
- package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +76 -35
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +0 -4
- package/dist/es/wgms/src/WaterQualityStatus/api/index.d.ts +6 -0
- package/dist/es/wgms/src/WaterQualityStatus/api/index.mjs +12 -0
- package/dist/es/wgms/src/WaterQualityStatus/api/types.d.ts +13 -0
- package/dist/es/wgms/src/WaterQualityStatus/images/down.svg.mjs +3 -0
- package/dist/es/wgms/src/WaterQualityStatus/images/right.svg.mjs +3 -0
- package/dist/es/wgms/src/WaterQualityStatus/images/up.svg.mjs +2 -2
- package/dist/es/wgms/src/WaterQualityStatus/index.d.ts +62 -3
- package/dist/es/wgms/src/WaterQualityStatus/index.vue.d.ts +39 -1
- package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +65 -32
- package/dist/es/wgms/src/common/ProgressBar.vue.mjs +1 -1
- package/dist/es/wgms/src/common/select-panel.vue.mjs +1 -1
- package/dist/es/wgms/utils/echarts/echartsOptions.d.ts +9 -1
- package/dist/es/wgms/utils/echarts/echartsOptions.mjs +7 -2
- package/dist/es/wgms/utils/echarts/index.mjs +1 -0
- package/dist/es/wgms/utils/tools.d.ts +13 -0
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +1 -1
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.js +1 -1
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorTargetYearPeriod/api/index.d.ts +26 -0
- package/dist/lib/aims/src/FactorTargetYearPeriod/api/index.js +15 -0
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.d.ts +59 -3
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.vue.d.ts +41 -1
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.vue.js +55 -28
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.js +1 -1
- package/dist/lib/aims/src/WeatherCondition/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicCard/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicDialog/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicPanel/index.vue.js +1 -1
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +1 -1
- package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.js +1 -1
- package/dist/lib/bmp/src/EventList/index.vue.js +1 -1
- package/dist/lib/bmp/src/ReportEvent/index.vue.js +1 -1
- package/dist/lib/index.js +61 -59
- package/dist/lib/ipes/index.js +4 -4
- package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +1 -1
- package/dist/lib/ipes/src/AirQuality/index.vue.js +1 -1
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +40 -37
- package/dist/lib/ipes/src/AlarmManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/BusinessManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +5 -5
- package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.d.ts +128 -0
- package/dist/lib/ipes/src/EmergencyManage/index.js +12 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +26 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue.js +164 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue2.js +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue3.js +10 -0
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +1 -1
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +14 -14
- package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +1 -1
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +1 -1
- package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +8 -8
- package/dist/lib/ipes/src/GasControl/components/SingleItem.vue.js +4 -4
- package/dist/lib/ipes/src/GasControl/index.vue.js +2 -2
- package/dist/lib/ipes/src/GeneralManagement/components/ListItem.vue.js +5 -5
- package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +2 -2
- package/dist/lib/ipes/src/GeneralManagement/index.vue.js +2 -2
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/AppItem.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.js +2 -2
- package/dist/lib/ipes/src/Level3AirDefense/components/NumberItem.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.js +2 -2
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +6 -6
- package/dist/lib/ipes/src/OdorControl/index.vue.js +6 -9
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/TaskDispose/index.vue.js +20 -20
- package/dist/lib/ipes/src/VocStatistics/index.vue.js +6 -6
- package/dist/lib/ipes/src/common/Echarts.vue.d.ts +0 -11
- package/dist/lib/ipes/src/common/Echarts.vue.js +5 -9
- package/dist/lib/ipes/src/common/IpesPercentBar.vue.js +1 -1
- package/dist/lib/ipes/src/common/IpesProgressBar.vue.js +1 -1
- package/dist/lib/ipes/src/common/LottieAnimation.vue.js +1 -1
- package/dist/lib/ipes/src/index.d.ts +1 -0
- package/dist/lib/ipes/src/index.js +2 -0
- package/dist/lib/style.css +3466 -3313
- package/dist/lib/wgms/service/base-serve.d.ts +1 -0
- package/dist/lib/wgms/service/base-serve.js +3 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/api/index.d.ts +5 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/api/index.js +16 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/api/types.d.ts +15 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.d.ts +51 -25
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.d.ts +30 -14
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +46 -34
- package/dist/lib/wgms/src/DistributionPoints/api/index.js +2 -2
- package/dist/lib/wgms/src/DistributionPoints/api/types.d.ts +2 -2
- package/dist/lib/wgms/src/DistributionPoints/index.d.ts +6 -6
- package/dist/lib/wgms/src/DistributionPoints/index.vue.d.ts +3 -3
- package/dist/lib/wgms/src/DistributionPoints/index.vue.js +4 -4
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/api/index.js +16 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/api/types.d.ts +18 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.d.ts +83 -3
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.d.ts +53 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +68 -26
- package/dist/lib/wgms/src/FactorTopThreeRanking/api/index.d.ts +5 -0
- package/dist/lib/wgms/src/FactorTopThreeRanking/api/index.js +16 -0
- package/dist/lib/wgms/src/FactorTopThreeRanking/api/types.d.ts +15 -0
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +36 -23
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.d.ts +20 -12
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +44 -39
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +1 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/api/index.js +16 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/api/types.d.ts +15 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/0.svg.js +7 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.d.ts +65 -3
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.d.ts +41 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +45 -22
- package/dist/lib/wgms/src/LakeRiverIndex/api/index.d.ts +17 -0
- package/dist/lib/wgms/src/LakeRiverIndex/api/index.js +23 -0
- package/dist/lib/wgms/src/LakeRiverIndex/api/types.d.ts +13 -13
- package/dist/lib/wgms/src/LakeRiverIndex/images/-1.svg.js +7 -0
- package/dist/lib/wgms/src/LakeRiverIndex/images/0.svg.js +7 -0
- package/dist/lib/wgms/src/LakeRiverIndex/images/1.svg.js +7 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.d.ts +54 -78
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.d.ts +33 -44
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.js +91 -81
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +1 -1
- package/dist/lib/wgms/src/PollutionSourceControl/api/index.d.ts +2 -7
- package/dist/lib/wgms/src/PollutionSourceControl/api/index.js +8 -17
- package/dist/lib/wgms/src/PollutionSourceControl/api/types.d.ts +17 -10
- package/dist/lib/wgms/src/PollutionSourceControl/index.d.ts +30 -30
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.d.ts +17 -17
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.js +70 -91
- package/dist/lib/wgms/src/SevenDayKline/index.vue.js +0 -4
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/api/index.js +16 -0
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/api/types.d.ts +15 -0
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.d.ts +68 -3
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.d.ts +40 -1
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.js +79 -62
- package/dist/lib/wgms/src/SubordinateRanking/api/index.d.ts +7 -0
- package/dist/lib/wgms/src/SubordinateRanking/api/index.js +2 -2
- package/dist/lib/wgms/src/SubordinateRanking/api/types.d.ts +2 -4
- package/dist/lib/wgms/src/SubordinateRanking/index.d.ts +6 -36
- package/dist/lib/wgms/src/SubordinateRanking/index.vue.d.ts +3 -21
- package/dist/lib/wgms/src/SubordinateRanking/index.vue.js +5 -15
- package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +3 -3
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +1 -1
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/api/index.js +16 -0
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/api/types.d.ts +10 -0
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.d.ts +56 -3
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.d.ts +35 -1
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +38 -19
- package/dist/lib/wgms/src/WaterQualityClassification/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/WaterQualityClassification/api/index.js +16 -0
- package/dist/lib/wgms/src/WaterQualityClassification/api/types.d.ts +16 -0
- package/dist/lib/wgms/src/WaterQualityClassification/images/down.svg.js +7 -0
- package/dist/lib/wgms/src/WaterQualityClassification/images/right.svg.js +7 -0
- package/dist/lib/wgms/src/WaterQualityClassification/images/up.svg.js +2 -2
- package/dist/lib/wgms/src/WaterQualityClassification/index.d.ts +68 -3
- package/dist/lib/wgms/src/WaterQualityClassification/index.vue.d.ts +43 -1
- package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +77 -36
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +0 -4
- package/dist/lib/wgms/src/WaterQualityStatus/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/WaterQualityStatus/api/index.js +16 -0
- package/dist/lib/wgms/src/WaterQualityStatus/api/types.d.ts +13 -0
- package/dist/lib/wgms/src/WaterQualityStatus/images/down.svg.js +7 -0
- package/dist/lib/wgms/src/WaterQualityStatus/images/right.svg.js +7 -0
- package/dist/lib/wgms/src/WaterQualityStatus/images/up.svg.js +2 -2
- package/dist/lib/wgms/src/WaterQualityStatus/index.d.ts +62 -3
- package/dist/lib/wgms/src/WaterQualityStatus/index.vue.d.ts +39 -1
- package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +64 -31
- package/dist/lib/wgms/src/common/ProgressBar.vue.js +1 -1
- package/dist/lib/wgms/src/common/select-panel.vue.js +1 -1
- package/dist/lib/wgms/utils/echarts/echartsOptions.d.ts +9 -1
- package/dist/lib/wgms/utils/echarts/echartsOptions.js +7 -2
- package/dist/lib/wgms/utils/echarts/index.js +1 -0
- package/dist/lib/wgms/utils/tools.d.ts +13 -0
- package/dist/style/style-aims.css +1 -1
- package/dist/style/style-bmp.css +1 -1
- package/dist/style/style-ipes.css +1 -1
- package/dist/style/style-wgms.css +1 -1
- package/package.json +2 -2
- package/dist/es/aims/src/FactorTargetYearPeriod/data.json.mjs +0 -88
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue.d.ts +0 -63
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue.mjs +0 -87
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue2.mjs +0 -3
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue3.mjs +0 -6
- package/dist/es/wgms/api/ChlorophyllAchangeRate/index.d.ts +0 -10
- package/dist/es/wgms/api/ChlorophyllAchangeRate/index.mjs +0 -20
- package/dist/es/wgms/api/FactorTopThreeRanking/index.d.ts +0 -10
- package/dist/es/wgms/api/FactorTopThreeRanking/index.mjs +0 -20
- package/dist/es/wgms/src/LakeRiverIndex/mock/eutrophication.json.mjs +0 -28
- package/dist/es/wgms/src/LakeRiverIndex/mock/keyRiverQuality.json.mjs +0 -40
- package/dist/es/wgms/src/LakeRiverIndex/mock/waterKeyQuality.json.mjs +0 -40
- package/dist/lib/aims/src/FactorTargetYearPeriod/data.json.js +0 -92
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue.d.ts +0 -63
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue.js +0 -91
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue2.js +0 -7
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue3.js +0 -10
- package/dist/lib/wgms/api/ChlorophyllAchangeRate/index.d.ts +0 -10
- package/dist/lib/wgms/api/ChlorophyllAchangeRate/index.js +0 -25
- package/dist/lib/wgms/api/FactorTopThreeRanking/index.d.ts +0 -10
- package/dist/lib/wgms/api/FactorTopThreeRanking/index.js +0 -25
- package/dist/lib/wgms/src/LakeRiverIndex/mock/eutrophication.json.js +0 -32
- package/dist/lib/wgms/src/LakeRiverIndex/mock/keyRiverQuality.json.js +0 -48
- package/dist/lib/wgms/src/LakeRiverIndex/mock/waterKeyQuality.json.js +0 -48
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
export declare const pieChartOptions: (seriesData: Record<string, any>[], colorList: string[], total: number) => {
|
|
2
|
-
grid: {
|
|
2
|
+
grid: {
|
|
3
|
+
top: number;
|
|
4
|
+
left: number;
|
|
5
|
+
right: number;
|
|
6
|
+
};
|
|
7
|
+
tooltip: {
|
|
8
|
+
show: boolean;
|
|
9
|
+
trigger: string;
|
|
10
|
+
};
|
|
3
11
|
series: {
|
|
4
12
|
name: string;
|
|
5
13
|
type: string;
|
|
@@ -111,4 +111,17 @@ export declare const getContentValue: (vm: any, expr: string) => string;
|
|
|
111
111
|
export declare const copyText: (text: string) => void;
|
|
112
112
|
type SFCWithInstall<T> = T & Plugin;
|
|
113
113
|
export declare const install: <T>(comp: T, named?: string) => SFCWithInstall<T>;
|
|
114
|
+
/**
|
|
115
|
+
* 获取css变量值
|
|
116
|
+
* @param key | getCssValue('--font-family-text')
|
|
117
|
+
* @returns {string} | 'Microsoft YaHei'
|
|
118
|
+
*/
|
|
119
|
+
export declare const getCssValue: (key: string) => string;
|
|
120
|
+
/**
|
|
121
|
+
* 获取css变量中的font-family
|
|
122
|
+
* 掐头去尾得到最终fontFamily
|
|
123
|
+
* @param key
|
|
124
|
+
* @return {*} ' "shzhjt"' ==> shzhjt
|
|
125
|
+
*/
|
|
126
|
+
export declare const getFontFamily: (key: string) => string;
|
|
114
127
|
export {};
|
|
@@ -14,7 +14,7 @@ const dayjs = require('dayjs');
|
|
|
14
14
|
const fpiTgFactorTools = require('fpi-tg-factor-tools');
|
|
15
15
|
const index = require('./api/index.js');
|
|
16
16
|
|
|
17
|
-
const _hoisted_1 = { class: "air-quality-calendar-container" };
|
|
17
|
+
const _hoisted_1 = { class: "dv-aims-air-quality-calendar-container" };
|
|
18
18
|
const _hoisted_2 = { class: "flex date-time" };
|
|
19
19
|
const _hoisted_3 = { class: "flex img-left" };
|
|
20
20
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("img", { src: leftArrowDouble.default }, null, -1);
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-contributio-ratio";
|
|
13
|
+
const clsfix = "dv-aims-cieq-contributio-ratio";
|
|
14
14
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-contributio-ratio";
|
|
13
|
+
const clsfix = "dv-aims-cieq-contributio-ratio";
|
|
14
14
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("span", null, "综合指数", -1);
|
|
11
11
|
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("span", { class: "text" }, "主要污染物", -1);
|
|
12
12
|
const _hoisted_3 = { class: "name" };
|
|
13
|
-
const clsfix = "air-quality-realtime";
|
|
13
|
+
const clsfix = "dv-aims-air-quality-realtime";
|
|
14
14
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
@@ -11,7 +11,7 @@ const _hoisted_1 = { class: "aqiInfo" };
|
|
|
11
11
|
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("span", null, "AQI", -1);
|
|
12
12
|
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("span", { class: "text" }, "首要污染物", -1);
|
|
13
13
|
const _hoisted_4 = { class: "name" };
|
|
14
|
-
const clsfix = "air-quality-realtime";
|
|
14
|
+
const clsfix = "dv-aims-air-quality-realtime";
|
|
15
15
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
16
16
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
17
17
|
__name: "index",
|
|
@@ -9,7 +9,7 @@ const index = require('./api/index.js');
|
|
|
9
9
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
10
10
|
require('../common/BasicEcharts/index.vue2.js');
|
|
11
11
|
|
|
12
|
-
const clsfix = "air-time-series-analysis";
|
|
12
|
+
const clsfix = "dv-aims-air-time-series-analysis";
|
|
13
13
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
14
14
|
__name: "index",
|
|
15
15
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-contributio-ratio";
|
|
13
|
+
const clsfix = "dv-aims-cieq-contributio-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-contributio-ratio";
|
|
13
|
+
const clsfix = "dv-aims-cieq-contributio-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -11,7 +11,7 @@ const index = require('./api/index.js');
|
|
|
11
11
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
12
12
|
require('../common/BasicEcharts/index.vue2.js');
|
|
13
13
|
|
|
14
|
-
const clsfix = "factor-realtime-rank-chart";
|
|
14
|
+
const clsfix = "dv-aims-factor-realtime-rank-chart";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
17
17
|
props: {
|
|
@@ -13,7 +13,7 @@ const _hoisted_2 = { class: "rank" };
|
|
|
13
13
|
const _hoisted_3 = { class: "progress-box" };
|
|
14
14
|
const _hoisted_4 = { class: "name" };
|
|
15
15
|
const _hoisted_5 = { class: "bar" };
|
|
16
|
-
const clsfix = "factor-realtime-rank-list";
|
|
16
|
+
const clsfix = "dv-aims-factor-realtime-rank-list";
|
|
17
17
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
18
18
|
__name: "index",
|
|
19
19
|
props: {
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
interface GetEnvironmentStatusV2Params {
|
|
2
|
+
time?: number;
|
|
3
|
+
gridCode?: string;
|
|
4
|
+
type?: 'county';
|
|
5
|
+
timeType?: 'year' | 'quarter' | 'month' | 'week';
|
|
6
|
+
}
|
|
7
|
+
interface ResData {
|
|
8
|
+
entries: {
|
|
9
|
+
itemName: string;
|
|
10
|
+
itemCode: string;
|
|
11
|
+
factorCode: string;
|
|
12
|
+
samePeriodValue: number;
|
|
13
|
+
thisPeriodValue: number;
|
|
14
|
+
changeRate: number;
|
|
15
|
+
revert: boolean;
|
|
16
|
+
changeCompare: null;
|
|
17
|
+
targetValue: null;
|
|
18
|
+
unit: string;
|
|
19
|
+
}[];
|
|
20
|
+
}
|
|
21
|
+
export declare const getEnvironmentStatusV2: (params: GetEnvironmentStatusV2Params) => Promise<{
|
|
22
|
+
code: number;
|
|
23
|
+
data: ResData | null;
|
|
24
|
+
message: string;
|
|
25
|
+
}>;
|
|
26
|
+
export type { GetEnvironmentStatusV2Params };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const request = require('../../../service/request.js');
|
|
6
|
+
|
|
7
|
+
const getEnvironmentStatusV2 = (params) => {
|
|
8
|
+
return request.default({
|
|
9
|
+
url: "/aims-server/web/api/v1/env-quality/environment-status-v2",
|
|
10
|
+
method: "get",
|
|
11
|
+
params
|
|
12
|
+
});
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
exports.getEnvironmentStatusV2 = getEnvironmentStatusV2;
|
|
@@ -4,6 +4,8 @@ export declare const DvAimsFactorTargetYearPeriod: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
+
isUseBuiltInApi?: boolean | undefined;
|
|
8
|
+
apiParams?: import("./api").GetEnvironmentStatusV2Params | undefined;
|
|
7
9
|
key?: string | number | symbol | undefined;
|
|
8
10
|
style?: unknown;
|
|
9
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -62,7 +64,26 @@ export declare const DvAimsFactorTargetYearPeriod: {
|
|
|
62
64
|
$parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
63
65
|
$emit: (event: string, ...args: any[]) => void;
|
|
64
66
|
$el: any;
|
|
65
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
+
isUseBuiltInApi: {
|
|
69
|
+
type: globalThis.PropType<boolean>;
|
|
70
|
+
} & {
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
apiParams: {
|
|
74
|
+
type: globalThis.PropType<import("./api").GetEnvironmentStatusV2Params>;
|
|
75
|
+
} & {
|
|
76
|
+
default: () => {
|
|
77
|
+
time: number;
|
|
78
|
+
gridCode: string;
|
|
79
|
+
timeType: string;
|
|
80
|
+
type: string;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
84
|
+
isUseBuiltInApi: boolean;
|
|
85
|
+
apiParams: import("./api").GetEnvironmentStatusV2Params;
|
|
86
|
+
}, {}, string, {}> & {
|
|
66
87
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
67
88
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
68
89
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -82,9 +103,44 @@ export declare const DvAimsFactorTargetYearPeriod: {
|
|
|
82
103
|
$forceUpdate: () => void;
|
|
83
104
|
$nextTick: typeof import("vue").nextTick;
|
|
84
105
|
$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;
|
|
85
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
106
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
isUseBuiltInApi: {
|
|
108
|
+
type: globalThis.PropType<boolean>;
|
|
109
|
+
} & {
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
apiParams: {
|
|
113
|
+
type: globalThis.PropType<import("./api").GetEnvironmentStatusV2Params>;
|
|
114
|
+
} & {
|
|
115
|
+
default: () => {
|
|
116
|
+
time: number;
|
|
117
|
+
gridCode: string;
|
|
118
|
+
timeType: string;
|
|
119
|
+
type: string;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
123
|
__isFragment?: undefined;
|
|
87
124
|
__isTeleport?: undefined;
|
|
88
125
|
__isSuspense?: undefined;
|
|
89
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
126
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
127
|
+
isUseBuiltInApi: {
|
|
128
|
+
type: globalThis.PropType<boolean>;
|
|
129
|
+
} & {
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
apiParams: {
|
|
133
|
+
type: globalThis.PropType<import("./api").GetEnvironmentStatusV2Params>;
|
|
134
|
+
} & {
|
|
135
|
+
default: () => {
|
|
136
|
+
time: number;
|
|
137
|
+
gridCode: string;
|
|
138
|
+
timeType: string;
|
|
139
|
+
type: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
143
|
+
isUseBuiltInApi: boolean;
|
|
144
|
+
apiParams: import("./api").GetEnvironmentStatusV2Params;
|
|
145
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
90
146
|
export default _FactorTargetYearPeriod;
|
|
@@ -1,2 +1,42 @@
|
|
|
1
|
-
|
|
1
|
+
import { type GetEnvironmentStatusV2Params } from './api';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
isUseBuiltInApi?: boolean | undefined;
|
|
4
|
+
apiParams?: GetEnvironmentStatusV2Params | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
isUseBuiltInApi: boolean;
|
|
7
|
+
apiParams: () => {
|
|
8
|
+
time: number;
|
|
9
|
+
gridCode: string;
|
|
10
|
+
timeType: string;
|
|
11
|
+
type: string;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
+
isUseBuiltInApi?: boolean | undefined;
|
|
15
|
+
apiParams?: GetEnvironmentStatusV2Params | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
isUseBuiltInApi: boolean;
|
|
18
|
+
apiParams: () => {
|
|
19
|
+
time: number;
|
|
20
|
+
gridCode: string;
|
|
21
|
+
timeType: string;
|
|
22
|
+
type: string;
|
|
23
|
+
};
|
|
24
|
+
}>>>, {
|
|
25
|
+
isUseBuiltInApi: boolean;
|
|
26
|
+
apiParams: GetEnvironmentStatusV2Params;
|
|
27
|
+
}, {}>;
|
|
2
28
|
export default _default;
|
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: import('vue').PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
} : P[K];
|
|
42
|
+
};
|
|
@@ -8,7 +8,8 @@ const red_up = require('./images/red_up.png.js');
|
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
const elementPlusExpand = require('@ued_fpi/element-plus-expand');
|
|
10
10
|
const fpiTgFactorTools = require('fpi-tg-factor-tools');
|
|
11
|
-
const
|
|
11
|
+
const dayjs = require('dayjs');
|
|
12
|
+
const index = require('./api/index.js');
|
|
12
13
|
|
|
13
14
|
const _hoisted_1 = { class: "factorName" };
|
|
14
15
|
const _hoisted_2 = { class: "factorValue" };
|
|
@@ -23,42 +24,66 @@ const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit
|
|
|
23
24
|
const _hoisted_8 = { class: "period" };
|
|
24
25
|
const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "name" }, "同比", -1);
|
|
25
26
|
const _hoisted_10 = ["src"];
|
|
26
|
-
const clsfix = "
|
|
27
|
+
const clsfix = "dv-aims-factor-target-year-period";
|
|
27
28
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
28
29
|
__name: "index",
|
|
30
|
+
props: {
|
|
31
|
+
isUseBuiltInApi: { type: Boolean, default: true },
|
|
32
|
+
apiParams: { default: () => ({
|
|
33
|
+
time: dayjs().subtract(1, "h").valueOf(),
|
|
34
|
+
gridCode: "0101010000",
|
|
35
|
+
timeType: "year",
|
|
36
|
+
type: "county"
|
|
37
|
+
}) }
|
|
38
|
+
},
|
|
29
39
|
setup(__props) {
|
|
40
|
+
const props = __props;
|
|
41
|
+
const width = vue.computed(() => (itemWidth2) => `${itemWidth2}px`);
|
|
30
42
|
const cardWidth = vue.ref(400);
|
|
31
43
|
const listWidth = vue.ref(0);
|
|
32
44
|
const itemWidth = vue.ref(0);
|
|
33
45
|
const factorList = vue.ref([]);
|
|
34
|
-
const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
const fetchData = async () => {
|
|
47
|
+
index.getEnvironmentStatusV2(props.apiParams).then((res) => {
|
|
48
|
+
if (res.data && res.data.entries) {
|
|
49
|
+
const data = res.data.entries;
|
|
50
|
+
factorList.value = data.map((item) => {
|
|
51
|
+
const obj = {
|
|
52
|
+
factorName: item.itemName,
|
|
53
|
+
factorCode: item.factorCode,
|
|
54
|
+
value: item.thisPeriodValue,
|
|
55
|
+
target: item.targetValue,
|
|
56
|
+
ratio: item.changeRate,
|
|
57
|
+
unit: item.unit
|
|
58
|
+
};
|
|
59
|
+
if (item.factorCode === "fineRate") {
|
|
60
|
+
obj.ratioColor = obj.ratio > 0 ? "#15F3A3" : obj.ratio < 0 ? "#F84439" : "#00DEFF";
|
|
61
|
+
obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": flat.default,"./images/green_down.png": green_down.default,"./images/red_up.png": red_up.default}))[`./images/${obj.ratio > 0 ? "green_down" : obj.ratio < 0 ? "red_up" : "flat"}.png`], self.location);
|
|
62
|
+
} else {
|
|
63
|
+
obj.color = fpiTgFactorTools.factorToColor(
|
|
64
|
+
item.factorCode,
|
|
65
|
+
obj.value,
|
|
66
|
+
"hour"
|
|
67
|
+
);
|
|
68
|
+
obj.ratioColor = obj.ratio > 0 ? "#F84439" : obj.ratio < 0 ? "#15F3A3" : "#00DEFF";
|
|
69
|
+
obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": flat.default,"./images/green_down.png": green_down.default,"./images/red_up.png": red_up.default}))[`./images/${obj.ratio > 0 ? "red_up" : obj.ratio < 0 ? "green_down" : "flat"}.png`], self.location);
|
|
70
|
+
}
|
|
71
|
+
return obj;
|
|
72
|
+
});
|
|
73
|
+
vue.nextTick(() => {
|
|
74
|
+
itemWidth.value = (cardWidth.value - 12 * 2) / 4;
|
|
75
|
+
listWidth.value = itemWidth.value * factorList.value.length;
|
|
76
|
+
});
|
|
52
77
|
}
|
|
53
|
-
return obj;
|
|
54
|
-
});
|
|
55
|
-
vue.nextTick(() => {
|
|
56
|
-
itemWidth.value = (cardWidth.value - 12 * 2) / 4;
|
|
57
|
-
listWidth.value = itemWidth.value * factorList.value.length;
|
|
58
78
|
});
|
|
59
79
|
};
|
|
60
80
|
vue.onMounted(() => {
|
|
61
|
-
|
|
81
|
+
if (props.isUseBuiltInApi)
|
|
82
|
+
fetchData();
|
|
83
|
+
});
|
|
84
|
+
vue.watch([() => props.apiParams], () => {
|
|
85
|
+
if (props.isUseBuiltInApi)
|
|
86
|
+
fetchData();
|
|
62
87
|
});
|
|
63
88
|
return (_ctx, _cache) => {
|
|
64
89
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -79,7 +104,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
79
104
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
80
105
|
key: index,
|
|
81
106
|
class: "flex item",
|
|
82
|
-
style: vue.normalizeStyle({ width:
|
|
107
|
+
style: vue.normalizeStyle({ width: vue.unref(width)(itemWidth.value) })
|
|
83
108
|
}, [
|
|
84
109
|
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(item.factorName), 1),
|
|
85
110
|
vue.createElementVNode("div", _hoisted_2, [
|
|
@@ -102,7 +127,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
102
127
|
}, vue.toDisplayString(Math.abs(item.ratio)) + "%", 5),
|
|
103
128
|
vue.createElementVNode("img", {
|
|
104
129
|
src: item.arrowUrl,
|
|
105
|
-
style: vue.normalizeStyle({
|
|
130
|
+
style: vue.normalizeStyle({
|
|
131
|
+
transform: item.factorCode === "fineRate" ? "rotate(180deg)" : "none"
|
|
132
|
+
})
|
|
106
133
|
}, null, 12, _hoisted_10)
|
|
107
134
|
])
|
|
108
135
|
], 4);
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "main-pollution-year-ratio";
|
|
13
|
+
const clsfix = "dv-aims-main-pollution-year-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "main-pollution-year-ratio";
|
|
13
|
+
const clsfix = "dv-aims-main-pollution-year-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "
|
|
13
|
+
const clsfix = "dv-aims-mul-grid-air-quality-level-month-ratio";
|
|
14
14
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-
|
|
13
|
+
const clsfix = "dv-aims-mul-grid-cieq-contribution-month-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -16,7 +16,7 @@ const upSvg = `<i style='width: 14px;font-size: 14px;display: inline-block;'>
|
|
|
16
16
|
const downSvg = `<i style='width: 14px;font-size: 14px;display: inline-block;'>
|
|
17
17
|
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" data-v-ea893728=""><path fill="green" d="M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"></path></svg>
|
|
18
18
|
</i>`;
|
|
19
|
-
const clsfix = "
|
|
19
|
+
const clsfix = "dv-aims-tb-hb-analysis";
|
|
20
20
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
21
21
|
__name: "index",
|
|
22
22
|
props: {
|
|
@@ -16,7 +16,7 @@ const _hoisted_1 = { class: "condition" };
|
|
|
16
16
|
const _hoisted_2 = ["src"];
|
|
17
17
|
const _hoisted_3 = { class: "condition-value" };
|
|
18
18
|
const _hoisted_4 = { class: "unit" };
|
|
19
|
-
const className = "
|
|
19
|
+
const className = "dv-aims-weather-condition";
|
|
20
20
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
21
21
|
__name: "index",
|
|
22
22
|
props: {
|
|
@@ -4,7 +4,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
4
4
|
|
|
5
5
|
const vue = require('vue');
|
|
6
6
|
|
|
7
|
-
const clsfix = "
|
|
7
|
+
const clsfix = "dv-aims-basic-card";
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
@@ -15,7 +15,7 @@ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("g", null, [
|
|
|
15
15
|
const _hoisted_2 = [
|
|
16
16
|
_hoisted_1
|
|
17
17
|
];
|
|
18
|
-
const clsfix = "
|
|
18
|
+
const clsfix = "dv-aims-basic-dialog";
|
|
19
19
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
20
20
|
__name: "index",
|
|
21
21
|
props: {
|
|
@@ -7,7 +7,7 @@ require('element-plus/es/components/base/style/css');
|
|
|
7
7
|
require('element-plus/es/components/scrollbar/style/css');
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
|
|
10
|
-
const clsfix = "
|
|
10
|
+
const clsfix = "dv-aims-basic-panel";
|
|
11
11
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
12
|
__name: "index",
|
|
13
13
|
props: {
|
|
@@ -28,7 +28,7 @@ function _interopNamespaceDefault(e) {
|
|
|
28
28
|
|
|
29
29
|
const echarts__namespace = /*#__PURE__*/_interopNamespaceDefault(echarts);
|
|
30
30
|
|
|
31
|
-
const _hoisted_1 = { class: "algae-monitoring-box" };
|
|
31
|
+
const _hoisted_1 = { class: "dv-bmp-algae-monitoring-box" };
|
|
32
32
|
const _hoisted_2 = { class: "algae-monitoring-echarts" };
|
|
33
33
|
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("div", { class: "abso-pie" }, null, -1);
|
|
34
34
|
const _hoisted_4 = { class: "algae-monitoring-items" };
|
|
@@ -134,7 +134,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
134
134
|
};
|
|
135
135
|
return (_ctx, _cache) => {
|
|
136
136
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
137
|
-
class: "tab-item",
|
|
137
|
+
class: "dv-bmp-tab-item",
|
|
138
138
|
style: vue.normalizeStyle({ height: `${__props.height}px`, width: `${__props.width}px` })
|
|
139
139
|
}, [
|
|
140
140
|
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(__props.title), 1),
|
|
@@ -8,7 +8,7 @@ require('element-plus/es/components/scrollbar/style/css');
|
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
const index = require('./api/index.js');
|
|
10
10
|
|
|
11
|
-
const _hoisted_1 = { class: "event-list" };
|
|
11
|
+
const _hoisted_1 = { class: "dv-bmp-event-list" };
|
|
12
12
|
const _hoisted_2 = { class: "custom-table" };
|
|
13
13
|
const _hoisted_3 = { class: "custom-table-header" };
|
|
14
14
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", {
|
|
@@ -137,7 +137,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
137
137
|
};
|
|
138
138
|
return (_ctx, _cache) => {
|
|
139
139
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
140
|
-
class: "tab-item",
|
|
140
|
+
class: "dv-bmp-tab-item",
|
|
141
141
|
style: vue.normalizeStyle({ height: `${__props.height}px`, width: `${__props.width}px` })
|
|
142
142
|
}, [
|
|
143
143
|
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(__props.title), 1),
|