@ued_fpi/data-visual 1.0.6 → 1.0.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/service/request.mjs +1 -3
- package/dist/es/aims/src/AirQualityCalendar/api/index.d.ts +56 -0
- package/dist/es/aims/src/AirQualityCalendar/api/index.mjs +11 -0
- package/dist/es/aims/src/AirQualityCalendar/index.d.ts +62 -3
- package/dist/es/aims/src/AirQualityCalendar/index.mjs +159 -135
- package/dist/es/aims/src/AirQualityCalendar/index.vue.d.ts +45 -1
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.d.ts +0 -18
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.mjs +36 -11
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.d.ts +0 -5
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.d.ts +0 -18
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.mjs +19 -11
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.d.ts +0 -5
- package/dist/es/aims/src/AirQualityPresentSituation/index.mjs +4 -4
- package/dist/es/aims/src/AirQualityRealTime/index.mjs +4 -4
- package/dist/es/aims/src/AirTimeSeriesAnalysis/api/index.d.ts +25 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/api/index.mjs +11 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.d.ts +134 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.mjs +232 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.d.ts +41 -0
- package/dist/es/aims/src/CieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/CieqContributionMonthRatio/index.mjs +179 -0
- package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/index.vue.d.ts +0 -5
- package/dist/es/aims/src/CieqContributionYearRatio/api/index.mjs +11 -0
- package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/index.d.ts +15 -15
- package/dist/es/aims/src/{CieqContributionRatio → CieqContributionYearRatio}/index.mjs +45 -15
- package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/index.vue.d.ts +5 -5
- package/dist/es/aims/src/FactorRealTimeRankChart/index.d.ts +15 -0
- package/dist/es/aims/src/FactorRealTimeRankChart/index.mjs +18 -91
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.d.ts +9 -0
- package/dist/es/aims/src/FactorRealTimeRankList/index.d.ts +15 -0
- package/dist/es/aims/src/FactorRealTimeRankList/index.mjs +13 -90
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.d.ts +9 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.mjs +182 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MainPollutionYearRatio/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionYearRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.mjs +136 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/api/index.d.ts +22 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.mjs +218 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/api/index.d.ts +22 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.mjs +174 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/TbHbAnalysis/api/index.d.ts +25 -0
- package/dist/es/aims/src/TbHbAnalysis/api/index.mjs +11 -0
- package/dist/es/aims/src/TbHbAnalysis/index.d.ts +134 -0
- package/dist/es/aims/src/TbHbAnalysis/index.mjs +231 -0
- package/dist/es/aims/src/TbHbAnalysis/index.vue.d.ts +41 -0
- package/dist/es/aims/src/index.d.ts +8 -4
- package/dist/es/aims/src/index.mjs +16 -8
- package/dist/es/aims/utils/tools.mjs +3 -0
- package/dist/es/index.mjs +60 -19
- package/dist/es/ipes/config/index.mjs +7 -0
- package/dist/es/ipes/service/base-serve.d.ts +3 -0
- package/dist/es/ipes/service/base-serve.mjs +9 -0
- package/dist/es/ipes/service/request.d.ts +3 -0
- package/dist/es/ipes/service/request.mjs +78 -0
- package/dist/es/ipes/service/types.d.ts +14 -0
- package/dist/es/ipes/src/AccessVehicleManage/index.mjs +15 -12
- package/dist/es/ipes/src/AirPollutionDischarge/index.mjs +8 -4
- package/dist/es/ipes/src/AirQuality/index.d.ts +24 -45
- package/dist/es/ipes/src/AirQuality/index.mjs +71 -61
- package/dist/es/ipes/src/AirQuality/index.vue.d.ts +10 -25
- package/dist/es/ipes/src/AirQualityManagement/index.d.ts +24 -63
- package/dist/es/ipes/src/AirQualityManagement/index.mjs +179 -111
- package/dist/es/ipes/src/AirQualityManagement/index.vue.d.ts +10 -37
- package/dist/es/ipes/src/AirQualityManagement/type.d.ts +1 -1
- package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.mjs +9 -5
- package/dist/es/{aims/src/common/StackBarEchartsPanel → ipes/src/EnvManage}/index.d.ts +152 -130
- package/dist/es/ipes/src/EnvManage/index.mjs +278 -0
- package/dist/es/ipes/src/EnvManage/index.vue.d.ts +87 -0
- package/dist/es/ipes/src/EnvManage/type.d.ts +18 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/.mjs +46 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.d.ts +24 -0
- package/dist/es/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.d.ts +3 -3
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.mjs +64 -0
- package/dist/es/ipes/src/GeneralManagement/.mjs +85 -0
- package/dist/es/ipes/src/GeneralManagement/index.d.ts +0 -15
- package/dist/es/ipes/src/GeneralManagement/index.mjs +89 -0
- package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +0 -9
- package/dist/es/ipes/src/HazardousVehicleManage/images/module-title-icon.mjs +3 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +107 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.mjs +417 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +8 -0
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +8 -0
- package/dist/es/ipes/src/Level3AirDefense/.mjs +133 -0
- package/dist/es/ipes/src/Level3AirDefense/components/AppItem.vue.d.ts +25 -0
- package/dist/es/ipes/src/Level3AirDefense/components/NumberItem.vue.d.ts +14 -0
- package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.d.ts +14 -0
- package/dist/es/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.d.ts +3 -3
- package/dist/es/ipes/src/Level3AirDefense/index.mjs +100 -0
- package/dist/es/ipes/src/OdorControl/index.mjs +9 -5
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.d.ts +167 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +92 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +49 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/type.d.ts +7 -0
- package/dist/es/ipes/src/SealingManage/index.mjs +14 -11
- package/dist/es/ipes/src/TaskDispose/index.mjs +10 -6
- package/dist/es/ipes/src/VocStatistics/index.mjs +7 -3
- package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/module-title-icon.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/water-leakage.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/water-total.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +101 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.mjs +266 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +6 -0
- package/dist/es/ipes/src/WaterNetworkManage/types/index.d.ts +8 -0
- package/dist/es/ipes/src/{OdorControl/.mjs → common/Echarts.mjs} +2 -2
- package/dist/es/ipes/src/common/LottieAnimation.mjs +41 -0
- package/dist/es/ipes/src/common/LottieAnimation.vue.d.ts +36 -0
- package/dist/es/ipes/src/index.d.ts +7 -0
- package/dist/es/ipes/src/index.mjs +15 -1
- package/dist/es/ipes/utils/tools.d.ts +13 -0
- package/dist/es/ipes/utils/tools.mjs +8 -0
- package/dist/es/style.css +2087 -765
- package/dist/es/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.mjs +19 -1
- package/dist/es/vendor/echarts-gl@2.0.9_echarts@5.4.2.mjs +1 -1
- package/dist/es/vendor/echarts@5.4.2.mjs +1 -1
- package/dist/es/vendor/element-plus@2.3.7_vue@3.3.4.mjs +450 -188
- package/dist/es/vendor/fpi-tg-factor-tools@1.0.4.mjs +4 -1
- package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +10 -0
- package/dist/es/wgms/api/FactorTrendComparison/index.mjs +20 -0
- package/dist/es/wgms/api/NPTrendChange/index.d.ts +5 -0
- package/dist/es/wgms/api/NPTrendChange/index.mjs +12 -0
- 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/AuxiliaryJudgment/index.d.ts +1 -1
- package/dist/es/wgms/src/AuxiliaryJudgment/index.mjs +5 -5
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.d.ts +9 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +26 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +155 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.mjs +214 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +41 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/images/down.mjs +3 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/images/up.mjs +3 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.mjs +6 -7
- package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +1 -1
- package/dist/es/wgms/src/CrossSectionCorrelation/index.mjs +6 -6
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-1.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-2.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-3.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +6 -5
- package/dist/es/wgms/src/EnvironmentalAnalysis/index.mjs +9 -5
- package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +166 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.mjs +259 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +48 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/1.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/2.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/3.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/4.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/5.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/6.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/down.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/right.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/up.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.mjs +8 -7
- package/dist/es/wgms/src/LakeRiverIndex/api/types.d.ts +20 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.d.ts +245 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.mjs +170 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.d.ts +92 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/eutrophication.mjs +28 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/keyRiverQuality.mjs +40 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/waterKeyQuality.mjs +40 -0
- package/dist/es/wgms/src/NPTrendChange/index.d.ts +166 -0
- package/dist/es/wgms/src/NPTrendChange/index.mjs +201 -0
- package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +48 -0
- package/dist/es/wgms/src/SevenDayKline/index.d.ts +1 -1
- package/dist/es/wgms/src/SevenDayKline/index.mjs +5 -5
- package/dist/es/wgms/src/SurroundingPollution/index.d.ts +1 -1
- package/dist/es/wgms/src/SurroundingPollution/index.mjs +7 -7
- package/dist/es/wgms/src/UpstreamImpact/api/index.d.ts +16 -0
- package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +25 -0
- package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +5 -0
- package/dist/es/wgms/src/UpstreamImpact/index.d.ts +28 -13
- package/dist/es/wgms/src/UpstreamImpact/index.mjs +65 -48
- package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +16 -7
- package/dist/es/wgms/src/UpstreamSection/index.d.ts +1 -1
- package/dist/es/wgms/src/UpstreamSection/index.mjs +6 -6
- package/dist/es/wgms/src/WaterQualityClassification/index.mjs +3 -3
- package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +1 -1
- package/dist/es/wgms/src/WaterQualityRainfall/index.mjs +5 -5
- package/dist/es/wgms/src/index.d.ts +4 -0
- package/dist/es/wgms/src/index.mjs +22 -14
- package/dist/es/wgms/utils/echarts/index.mjs +1 -1
- package/dist/lib/aims/service/request.js +1 -3
- package/dist/lib/aims/src/AirQualityCalendar/api/index.d.ts +56 -0
- package/dist/lib/aims/src/AirQualityCalendar/api/index.js +13 -0
- package/dist/lib/aims/src/AirQualityCalendar/index.d.ts +62 -3
- package/dist/lib/aims/src/AirQualityCalendar/index.js +156 -132
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.d.ts +45 -1
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.d.ts +0 -18
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.js +36 -11
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.d.ts +0 -5
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.d.ts +0 -18
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.js +19 -11
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.d.ts +0 -5
- package/dist/lib/aims/src/AirQualityPresentSituation/index.js +4 -4
- package/dist/lib/aims/src/AirQualityRealTime/index.js +4 -4
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/api/index.d.ts +25 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/api/index.js +13 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.d.ts +134 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.js +234 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.d.ts +41 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.js +181 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/CieqContributionYearRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/CieqContributionYearRatio/api/index.js +13 -0
- package/dist/{es/aims/src/CieqContributionRatio → lib/aims/src/CieqContributionYearRatio}/index.d.ts +15 -15
- package/dist/lib/aims/src/{CieqContributionRatio → CieqContributionYearRatio}/index.js +47 -17
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.d.ts +40 -0
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.d.ts +15 -0
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.js +17 -90
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.d.ts +9 -0
- package/dist/lib/aims/src/FactorRealTimeRankList/index.d.ts +15 -0
- package/dist/lib/aims/src/FactorRealTimeRankList/index.js +12 -89
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.d.ts +9 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.js +184 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.js +138 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/api/index.d.ts +22 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.js +220 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/api/index.d.ts +22 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.js +176 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/TbHbAnalysis/api/index.d.ts +25 -0
- package/dist/lib/aims/src/TbHbAnalysis/api/index.js +13 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.d.ts +134 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.js +233 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.d.ts +41 -0
- package/dist/lib/aims/src/index.d.ts +8 -4
- package/dist/lib/aims/src/index.js +16 -8
- package/dist/lib/aims/utils/tools.js +3 -0
- package/dist/lib/index.js +79 -23
- package/dist/lib/ipes/config/index.js +8 -0
- package/dist/lib/ipes/service/base-serve.d.ts +3 -0
- package/dist/lib/ipes/service/base-serve.js +11 -0
- package/dist/lib/ipes/service/request.d.ts +3 -0
- package/dist/lib/ipes/service/request.js +80 -0
- package/dist/lib/ipes/service/types.d.ts +14 -0
- package/dist/lib/ipes/src/AccessVehicleManage/index.js +13 -10
- package/dist/lib/ipes/src/AirPollutionDischarge/index.js +8 -4
- package/dist/lib/ipes/src/AirQuality/index.d.ts +24 -45
- package/dist/lib/ipes/src/AirQuality/index.js +70 -60
- package/dist/lib/ipes/src/AirQuality/index.vue.d.ts +10 -25
- package/dist/lib/ipes/src/AirQualityManagement/index.d.ts +24 -63
- package/dist/lib/ipes/src/AirQualityManagement/index.js +178 -110
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.d.ts +10 -37
- package/dist/lib/ipes/src/AirQualityManagement/type.d.ts +1 -1
- package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.js +9 -5
- package/dist/lib/{aims/src/common/StackBarEchartsPanel → ipes/src/EnvManage}/index.d.ts +152 -130
- package/dist/lib/ipes/src/EnvManage/index.js +280 -0
- package/dist/lib/ipes/src/EnvManage/index.vue.d.ts +87 -0
- package/dist/lib/ipes/src/EnvManage/type.d.ts +18 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/.js +48 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.d.ts +24 -0
- package/dist/lib/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.d.ts +3 -3
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.js +66 -0
- package/dist/lib/ipes/src/GeneralManagement/.js +88 -0
- package/dist/lib/ipes/src/GeneralManagement/index.d.ts +0 -15
- package/dist/lib/ipes/src/GeneralManagement/index.js +91 -0
- package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +0 -9
- package/dist/lib/ipes/src/HazardousVehicleManage/images/module-title-icon.js +5 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +107 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.js +419 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +8 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +8 -0
- package/dist/lib/ipes/src/Level3AirDefense/.js +137 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/AppItem.vue.d.ts +25 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/NumberItem.vue.d.ts +14 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.d.ts +14 -0
- package/dist/lib/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.d.ts +3 -3
- package/dist/lib/ipes/src/Level3AirDefense/index.js +102 -0
- package/dist/lib/ipes/src/OdorControl/index.js +10 -6
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.d.ts +167 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +94 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +49 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/type.d.ts +7 -0
- package/dist/lib/ipes/src/SealingManage/index.js +12 -9
- package/dist/lib/ipes/src/TaskDispose/index.js +10 -6
- package/dist/lib/ipes/src/VocStatistics/index.js +7 -3
- package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/module-title-icon.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-leakage.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-total.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +101 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.js +268 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +6 -0
- package/dist/lib/ipes/src/WaterNetworkManage/types/index.d.ts +8 -0
- package/dist/lib/ipes/src/{OdorControl/.js → common/Echarts.js} +2 -2
- package/dist/lib/ipes/src/common/LottieAnimation.js +43 -0
- package/dist/lib/ipes/src/common/LottieAnimation.vue.d.ts +36 -0
- package/dist/lib/ipes/src/index.d.ts +7 -0
- package/dist/lib/ipes/src/index.js +15 -1
- package/dist/lib/ipes/utils/tools.d.ts +13 -0
- package/dist/lib/ipes/utils/tools.js +10 -0
- package/dist/lib/style.css +2087 -765
- package/dist/lib/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.js +19 -0
- package/dist/lib/vendor/echarts@5.4.2.js +1 -0
- package/dist/lib/vendor/element-plus@2.3.7_vue@3.3.4.js +449 -186
- package/dist/lib/vendor/fpi-tg-factor-tools@1.0.4.js +4 -0
- package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +10 -0
- package/dist/lib/wgms/api/FactorTrendComparison/index.js +23 -0
- package/dist/lib/wgms/api/NPTrendChange/index.d.ts +5 -0
- package/dist/lib/wgms/api/NPTrendChange/index.js +14 -0
- 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/AuxiliaryJudgment/index.d.ts +1 -1
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.js +5 -5
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.d.ts +9 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +26 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +155 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.js +216 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +41 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/images/down.js +5 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/images/up.js +5 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.js +6 -7
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +1 -1
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.js +6 -6
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-1.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-2.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-3.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +6 -5
- package/dist/lib/wgms/src/EnvironmentalAnalysis/index.js +8 -4
- package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +166 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.js +261 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +48 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/1.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/2.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/3.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/4.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/5.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/6.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/down.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/right.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/up.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.js +8 -7
- package/dist/lib/wgms/src/LakeRiverIndex/api/types.d.ts +20 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.d.ts +245 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.js +172 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.d.ts +92 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/eutrophication.js +30 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/keyRiverQuality.js +42 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/waterKeyQuality.js +42 -0
- package/dist/lib/wgms/src/NPTrendChange/index.d.ts +166 -0
- package/dist/lib/wgms/src/NPTrendChange/index.js +203 -0
- package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +48 -0
- package/dist/lib/wgms/src/SevenDayKline/index.d.ts +1 -1
- package/dist/lib/wgms/src/SevenDayKline/index.js +5 -5
- package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +1 -1
- package/dist/lib/wgms/src/SurroundingPollution/index.js +7 -7
- package/dist/lib/wgms/src/UpstreamImpact/api/index.d.ts +16 -0
- package/dist/lib/wgms/src/UpstreamImpact/api/index.js +29 -0
- package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +5 -0
- package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +28 -13
- package/dist/lib/wgms/src/UpstreamImpact/index.js +65 -48
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +16 -7
- package/dist/lib/wgms/src/UpstreamSection/index.d.ts +1 -1
- package/dist/lib/wgms/src/UpstreamSection/index.js +6 -6
- package/dist/lib/wgms/src/WaterQualityClassification/index.js +3 -3
- package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +1 -1
- package/dist/lib/wgms/src/WaterQualityRainfall/index.js +5 -5
- package/dist/lib/wgms/src/index.d.ts +4 -0
- package/dist/lib/wgms/src/index.js +15 -7
- package/package.json +3 -2
- package/dist/es/aims/src/AirQualityCalendar/data.mjs +0 -1427
- package/dist/es/aims/src/AirQualityLevelProportion/index.mjs +0 -28
- package/dist/es/aims/src/AirQualityLevelProportion/mockData.mjs +0 -180
- package/dist/es/aims/src/ContributionAnalyzing/index.mjs +0 -28
- package/dist/es/aims/src/ContributionAnalyzing/mockData.mjs +0 -180
- package/dist/es/aims/src/common/StackBarEchartsPanel/index.mjs +0 -177
- package/dist/es/aims/src/common/StackBarEchartsPanel/index.vue.d.ts +0 -93
- package/dist/lib/aims/src/AirQualityCalendar/data.js +0 -1429
- package/dist/lib/aims/src/AirQualityLevelProportion/index.js +0 -30
- package/dist/lib/aims/src/AirQualityLevelProportion/mockData.js +0 -182
- package/dist/lib/aims/src/ContributionAnalyzing/index.js +0 -30
- package/dist/lib/aims/src/ContributionAnalyzing/mockData.js +0 -182
- package/dist/lib/aims/src/common/StackBarEchartsPanel/index.js +0 -180
- package/dist/lib/aims/src/common/StackBarEchartsPanel/index.vue.d.ts +0 -93
- /package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.d.ts +0 -0
- /package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.mjs +0 -0
- /package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/api/index.d.ts +0 -0
- /package/dist/es/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.vue.d.ts +0 -0
- /package/dist/es/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.vue.d.ts +0 -0
- /package/dist/es/ipes/src/{OdorControl/components → common}/Echarts.vue.d.ts +0 -0
- /package/dist/lib/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.js +0 -0
- /package/dist/lib/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.vue.d.ts +0 -0
- /package/dist/lib/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.vue.d.ts +0 -0
- /package/dist/lib/ipes/src/{OdorControl/components → common}/Echarts.vue.d.ts +0 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { AirQuality, Factor, StatusMap } from './type';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
airQualityObj?: AirQuality | undefined;
|
|
4
|
+
factorList?: {
|
|
5
|
+
wg: Factor[];
|
|
6
|
+
ww: Factor[];
|
|
7
|
+
} | undefined;
|
|
8
|
+
statusMap?: StatusMap | undefined;
|
|
9
|
+
switchTime?: number | undefined;
|
|
10
|
+
width?: string | number | undefined;
|
|
11
|
+
height?: string | number | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
airQualityObj: () => {
|
|
14
|
+
aqiValue: number;
|
|
15
|
+
aqiLevel: string;
|
|
16
|
+
aqiColor: string;
|
|
17
|
+
mainPollutants: string;
|
|
18
|
+
year: string;
|
|
19
|
+
};
|
|
20
|
+
factorList: () => {
|
|
21
|
+
wg: never[];
|
|
22
|
+
ww: never[];
|
|
23
|
+
};
|
|
24
|
+
statusMap: () => {
|
|
25
|
+
normal: string;
|
|
26
|
+
abnormal: string;
|
|
27
|
+
offline: string;
|
|
28
|
+
};
|
|
29
|
+
switchTime: number;
|
|
30
|
+
width: string;
|
|
31
|
+
height: number;
|
|
32
|
+
}>, {}, 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<{
|
|
33
|
+
airQualityObj?: AirQuality | undefined;
|
|
34
|
+
factorList?: {
|
|
35
|
+
wg: Factor[];
|
|
36
|
+
ww: Factor[];
|
|
37
|
+
} | undefined;
|
|
38
|
+
statusMap?: StatusMap | undefined;
|
|
39
|
+
switchTime?: number | undefined;
|
|
40
|
+
width?: string | number | undefined;
|
|
41
|
+
height?: string | number | undefined;
|
|
42
|
+
}>, {
|
|
43
|
+
airQualityObj: () => {
|
|
44
|
+
aqiValue: number;
|
|
45
|
+
aqiLevel: string;
|
|
46
|
+
aqiColor: string;
|
|
47
|
+
mainPollutants: string;
|
|
48
|
+
year: string;
|
|
49
|
+
};
|
|
50
|
+
factorList: () => {
|
|
51
|
+
wg: never[];
|
|
52
|
+
ww: never[];
|
|
53
|
+
};
|
|
54
|
+
statusMap: () => {
|
|
55
|
+
normal: string;
|
|
56
|
+
abnormal: string;
|
|
57
|
+
offline: string;
|
|
58
|
+
};
|
|
59
|
+
switchTime: number;
|
|
60
|
+
width: string;
|
|
61
|
+
height: number;
|
|
62
|
+
}>>>, {
|
|
63
|
+
width: number | string;
|
|
64
|
+
height: number | string;
|
|
65
|
+
factorList: {
|
|
66
|
+
wg: Factor[];
|
|
67
|
+
ww: Factor[];
|
|
68
|
+
};
|
|
69
|
+
airQualityObj: AirQuality;
|
|
70
|
+
statusMap: StatusMap;
|
|
71
|
+
switchTime: number;
|
|
72
|
+
}, {}>;
|
|
73
|
+
export default _default;
|
|
74
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
76
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
|
+
} : {
|
|
79
|
+
type: import('vue').PropType<T[K]>;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
type __VLS_WithDefaults<P, D> = {
|
|
84
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
85
|
+
default: D[K];
|
|
86
|
+
} : P[K];
|
|
87
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface AirQuality {
|
|
2
|
+
aqiValue: number | null;
|
|
3
|
+
aqiLevel: string;
|
|
4
|
+
aqiColor: string;
|
|
5
|
+
mainPollutants: string;
|
|
6
|
+
year: number | string;
|
|
7
|
+
}
|
|
8
|
+
export interface Factor {
|
|
9
|
+
factorName: string;
|
|
10
|
+
factorValue: number | null;
|
|
11
|
+
targetValue: number | null;
|
|
12
|
+
percent: number | null;
|
|
13
|
+
}
|
|
14
|
+
export interface StatusMap {
|
|
15
|
+
normal: string;
|
|
16
|
+
abnormal: string;
|
|
17
|
+
offline: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
+
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
3
|
+
|
|
4
|
+
const _hoisted_1 = { class: "single-item flex" };
|
|
5
|
+
const _hoisted_2 = { class: "label" };
|
|
6
|
+
const _hoisted_3 = { class: "right-action flex" };
|
|
7
|
+
const _hoisted_4 = { class: "num" };
|
|
8
|
+
const _hoisted_5 = { class: "unit" };
|
|
9
|
+
const __default__ = {
|
|
10
|
+
name: "SingleItem"
|
|
11
|
+
};
|
|
12
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
|
+
...__default__,
|
|
14
|
+
props: {
|
|
15
|
+
// 数据
|
|
16
|
+
data: {
|
|
17
|
+
type: Object,
|
|
18
|
+
default: () => {
|
|
19
|
+
return {
|
|
20
|
+
label: "",
|
|
21
|
+
unit: "",
|
|
22
|
+
num: ""
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
setup(__props) {
|
|
28
|
+
return (_ctx, _cache) => {
|
|
29
|
+
return openBlock(), createElementBlock("div", null, [
|
|
30
|
+
createElementVNode("div", _hoisted_1, [
|
|
31
|
+
createElementVNode("div", _hoisted_2, toDisplayString(__props.data.label), 1),
|
|
32
|
+
createElementVNode("div", _hoisted_3, [
|
|
33
|
+
createElementVNode("div", _hoisted_4, toDisplayString(__props.data.num), 1),
|
|
34
|
+
createElementVNode("div", _hoisted_5, toDisplayString(__props.data.unit), 1)
|
|
35
|
+
])
|
|
36
|
+
])
|
|
37
|
+
]);
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
/* unplugin-vue-components disabled */const SingleItem_vue_vue_type_style_index_0_scoped_1a5fd1c0_lang = '';
|
|
43
|
+
|
|
44
|
+
const SingleItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a5fd1c0"]]);
|
|
45
|
+
|
|
46
|
+
export { SingleItem as S };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ItemType } from '../type';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
data: {
|
|
5
|
+
type: PropType<ItemType>;
|
|
6
|
+
default: () => {
|
|
7
|
+
label: string;
|
|
8
|
+
unit: string;
|
|
9
|
+
num: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
data: {
|
|
14
|
+
type: PropType<ItemType>;
|
|
15
|
+
default: () => {
|
|
16
|
+
label: string;
|
|
17
|
+
unit: string;
|
|
18
|
+
num: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
data: ItemType;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare const
|
|
1
|
+
import _EnvironmentalRiskManagement from './index.vue';
|
|
2
|
+
export declare const EnvironmentalRiskManagement: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
@@ -87,4 +87,4 @@ export declare const AirQualityLevelProportion: {
|
|
|
87
87
|
__isTeleport?: undefined;
|
|
88
88
|
__isSuspense?: undefined;
|
|
89
89
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
90
|
-
export default
|
|
90
|
+
export default _EnvironmentalRiskManagement;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { _ as _export_sfc, i as install } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
2
|
+
import { defineComponent, reactive, openBlock, createElementBlock, Fragment, renderList, createBlock } from 'vue';
|
|
3
|
+
import { S as SingleItem } from './.mjs';
|
|
4
|
+
|
|
5
|
+
const _hoisted_1 = { class: "environmental-risk-management" };
|
|
6
|
+
const __default__ = {
|
|
7
|
+
name: "EnvironmentalRiskManagement",
|
|
8
|
+
title: "环境风险管理"
|
|
9
|
+
};
|
|
10
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
|
+
...__default__,
|
|
12
|
+
setup(__props) {
|
|
13
|
+
const list = reactive([
|
|
14
|
+
{
|
|
15
|
+
label: "环境风险单元",
|
|
16
|
+
num: "102",
|
|
17
|
+
unit: "个"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
label: "应急物资库",
|
|
21
|
+
num: "28",
|
|
22
|
+
unit: "个"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
label: "救援队伍",
|
|
26
|
+
num: "25",
|
|
27
|
+
unit: "支"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
label: "避难场所",
|
|
31
|
+
num: "3",
|
|
32
|
+
unit: "处"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
label: "应急车辆",
|
|
36
|
+
num: "1502",
|
|
37
|
+
unit: "辆"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
label: "保护对象",
|
|
41
|
+
num: "5",
|
|
42
|
+
unit: "个"
|
|
43
|
+
}
|
|
44
|
+
]);
|
|
45
|
+
return (_ctx, _cache) => {
|
|
46
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
47
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(list, (item) => {
|
|
48
|
+
return openBlock(), createBlock(SingleItem, {
|
|
49
|
+
key: item.label,
|
|
50
|
+
data: item
|
|
51
|
+
}, null, 8, ["data"]);
|
|
52
|
+
}), 128))
|
|
53
|
+
]);
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_296bb9b7_lang = '';
|
|
59
|
+
|
|
60
|
+
const _EnvironmentalRiskManagement = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-296bb9b7"]]);
|
|
61
|
+
|
|
62
|
+
const EnvironmentalRiskManagement = install(_EnvironmentalRiskManagement);
|
|
63
|
+
|
|
64
|
+
export { EnvironmentalRiskManagement as E };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeClass, toDisplayString, normalizeStyle } from 'vue';
|
|
2
|
+
import { n as number } from '../../../vendor/echarts@5.4.2.mjs';
|
|
3
|
+
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
4
|
+
|
|
5
|
+
const _hoisted_1$1 = { class: "tabs-wrap" };
|
|
6
|
+
const _hoisted_2$1 = ["onClick"];
|
|
7
|
+
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
8
|
+
__name: "Tabs",
|
|
9
|
+
props: {
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: [String, number],
|
|
12
|
+
default: ""
|
|
13
|
+
},
|
|
14
|
+
data: {
|
|
15
|
+
type: Array,
|
|
16
|
+
default: () => []
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
emits: [
|
|
20
|
+
"update:modelValue",
|
|
21
|
+
"change"
|
|
22
|
+
],
|
|
23
|
+
setup(__props, { emit: $emit }) {
|
|
24
|
+
function changeTab(value) {
|
|
25
|
+
$emit("update:modelValue", value);
|
|
26
|
+
$emit("change", value);
|
|
27
|
+
}
|
|
28
|
+
return (_ctx, _cache) => {
|
|
29
|
+
return openBlock(), createElementBlock("div", null, [
|
|
30
|
+
createElementVNode("div", _hoisted_1$1, [
|
|
31
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.data, (item, index) => {
|
|
32
|
+
return openBlock(), createElementBlock("div", {
|
|
33
|
+
key: index,
|
|
34
|
+
class: normalizeClass(["tabs-item", { activeTab: __props.modelValue === item }]),
|
|
35
|
+
onClick: ($event) => changeTab(item)
|
|
36
|
+
}, toDisplayString(item), 11, _hoisted_2$1);
|
|
37
|
+
}), 128))
|
|
38
|
+
])
|
|
39
|
+
]);
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
/* unplugin-vue-components disabled */const Tabs_vue_vue_type_style_index_0_scoped_a2f01b38_lang = '';
|
|
45
|
+
|
|
46
|
+
const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a2f01b38"]]);
|
|
47
|
+
|
|
48
|
+
const _hoisted_1 = { class: "item-wrap" };
|
|
49
|
+
const _hoisted_2 = { class: "top-action" };
|
|
50
|
+
const _hoisted_3 = { class: "time" };
|
|
51
|
+
const _hoisted_4 = { class: "bottom-action" };
|
|
52
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
53
|
+
__name: "ListItem",
|
|
54
|
+
props: {
|
|
55
|
+
// 数据
|
|
56
|
+
data: {
|
|
57
|
+
type: Object,
|
|
58
|
+
default: () => {
|
|
59
|
+
return {};
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
setup(__props) {
|
|
64
|
+
return (_ctx, _cache) => {
|
|
65
|
+
return openBlock(), createElementBlock("div", null, [
|
|
66
|
+
createElementVNode("div", _hoisted_1, [
|
|
67
|
+
createElementVNode("div", _hoisted_2, [
|
|
68
|
+
createElementVNode("div", {
|
|
69
|
+
class: "tag",
|
|
70
|
+
style: normalizeStyle({ color: __props.data.color, background: __props.data.bg })
|
|
71
|
+
}, toDisplayString(__props.data.tag), 5),
|
|
72
|
+
createElementVNode("div", _hoisted_3, toDisplayString(__props.data.time), 1)
|
|
73
|
+
]),
|
|
74
|
+
createElementVNode("div", _hoisted_4, toDisplayString(__props.data.content), 1)
|
|
75
|
+
])
|
|
76
|
+
]);
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
/* unplugin-vue-components disabled */const ListItem_vue_vue_type_style_index_0_scoped_cd1832ce_lang = '';
|
|
82
|
+
|
|
83
|
+
const ListItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cd1832ce"]]);
|
|
84
|
+
|
|
85
|
+
export { ListItem as L, Tabs as T };
|
|
@@ -4,7 +4,6 @@ export declare const GeneralManagement: {
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
width?: string | undefined;
|
|
8
7
|
tabList?: (string | number)[] | undefined;
|
|
9
8
|
cardData?: import("./type").CardType[] | undefined;
|
|
10
9
|
key?: string | number | symbol | undefined;
|
|
@@ -67,10 +66,6 @@ export declare const GeneralManagement: {
|
|
|
67
66
|
$emit: (event: "change", ...args: any[]) => void;
|
|
68
67
|
$el: any;
|
|
69
68
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
-
width: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
69
|
tabList: {
|
|
75
70
|
type: globalThis.PropType<(string | number)[]>;
|
|
76
71
|
default: () => string[];
|
|
@@ -88,7 +83,6 @@ export declare const GeneralManagement: {
|
|
|
88
83
|
}>> & {
|
|
89
84
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
85
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], string, {
|
|
91
|
-
width: string;
|
|
92
86
|
tabList: (string | number)[];
|
|
93
87
|
cardData: import("./type").CardType[];
|
|
94
88
|
}, {}, string, {}> & {
|
|
@@ -112,10 +106,6 @@ export declare const GeneralManagement: {
|
|
|
112
106
|
$nextTick: typeof import("vue").nextTick;
|
|
113
107
|
$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;
|
|
114
108
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
115
|
-
width: {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
109
|
tabList: {
|
|
120
110
|
type: globalThis.PropType<(string | number)[]>;
|
|
121
111
|
default: () => string[];
|
|
@@ -137,10 +127,6 @@ export declare const GeneralManagement: {
|
|
|
137
127
|
__isTeleport?: undefined;
|
|
138
128
|
__isSuspense?: undefined;
|
|
139
129
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
140
|
-
width: {
|
|
141
|
-
type: StringConstructor;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
130
|
tabList: {
|
|
145
131
|
type: globalThis.PropType<(string | number)[]>;
|
|
146
132
|
default: () => string[];
|
|
@@ -158,7 +144,6 @@ export declare const GeneralManagement: {
|
|
|
158
144
|
}>> & {
|
|
159
145
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
160
146
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", {
|
|
161
|
-
width: string;
|
|
162
147
|
tabList: (string | number)[];
|
|
163
148
|
cardData: import("./type").CardType[];
|
|
164
149
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { _ as _export_sfc, i as install } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
2
|
+
import { defineComponent, ref, openBlock, createElementBlock, normalizeClass, createVNode, unref, Fragment, renderList, createBlock } from 'vue';
|
|
3
|
+
import { T as Tabs, L as ListItem } from './.mjs';
|
|
4
|
+
|
|
5
|
+
const __default__ = {
|
|
6
|
+
name: "GeneralManagement",
|
|
7
|
+
title: "综合管理"
|
|
8
|
+
};
|
|
9
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
+
...__default__,
|
|
11
|
+
props: {
|
|
12
|
+
tabList: {
|
|
13
|
+
type: Array,
|
|
14
|
+
default: () => ["预警 3", "巡查 34", "接报 2"]
|
|
15
|
+
},
|
|
16
|
+
cardData: {
|
|
17
|
+
type: Array,
|
|
18
|
+
default: () => [{
|
|
19
|
+
tag: "高级",
|
|
20
|
+
color: "#FF553C",
|
|
21
|
+
bg: "rgba(255, 85, 60, 0.3)",
|
|
22
|
+
time: "2022-05-23 12:00",
|
|
23
|
+
content: "【宝隆废气排口】非甲烷总烃浓度为 140 mg/m³,超过标准值宝隆废气排口"
|
|
24
|
+
}, {
|
|
25
|
+
tag: "中级",
|
|
26
|
+
color: "rgba(255, 190, 0, 1)",
|
|
27
|
+
bg: "rgba(255, 190, 0, 0.3)",
|
|
28
|
+
time: "2022-05-23 12:00",
|
|
29
|
+
content: "【福美废气排口】非甲烷总烃浓度为 140 mg/m³,超过标准值120."
|
|
30
|
+
}, {
|
|
31
|
+
tag: "低级",
|
|
32
|
+
color: "rgba(3, 213, 251, 1)",
|
|
33
|
+
bg: "rgba(3, 213, 251, 0.3)",
|
|
34
|
+
time: "2022-05-23 12:00",
|
|
35
|
+
content: "【一帆废气排口】非甲烷总烃浓度为 140 mg/m³,超过标准值120"
|
|
36
|
+
}, {
|
|
37
|
+
tag: "高级",
|
|
38
|
+
color: "#FF553C",
|
|
39
|
+
bg: "rgba(255, 85, 60, 0.3)",
|
|
40
|
+
time: "2022-05-23 12:00",
|
|
41
|
+
content: "【峰盛废气排口】非甲烷总烃浓度为 140 mg/m³,超过标准值120..."
|
|
42
|
+
}, {
|
|
43
|
+
tag: "高级",
|
|
44
|
+
color: "#FF553C",
|
|
45
|
+
bg: "rgba(255, 85, 60, 0.3)",
|
|
46
|
+
time: "2022-05-23 12:00",
|
|
47
|
+
content: "【宝隆废气排口】非甲烷总烃浓度为 140 mg/m³,超过标准值宝隆废气排口"
|
|
48
|
+
}]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
emits: [
|
|
52
|
+
"change"
|
|
53
|
+
],
|
|
54
|
+
setup(__props, { emit: $emit }) {
|
|
55
|
+
const clsfix = "ipes-basic-card";
|
|
56
|
+
const activeTab = ref("预警 3");
|
|
57
|
+
function changeTab(tab) {
|
|
58
|
+
activeTab.value = tab;
|
|
59
|
+
$emit("change", tab);
|
|
60
|
+
}
|
|
61
|
+
return (_ctx, _cache) => {
|
|
62
|
+
return openBlock(), createElementBlock("div", {
|
|
63
|
+
class: normalizeClass(["dv-ipes-general-management", `${clsfix}-container`])
|
|
64
|
+
}, [
|
|
65
|
+
createVNode(Tabs, {
|
|
66
|
+
class: "tab",
|
|
67
|
+
data: __props.tabList,
|
|
68
|
+
"model-value": unref(activeTab),
|
|
69
|
+
onChange: changeTab
|
|
70
|
+
}, null, 8, ["data", "model-value"]),
|
|
71
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.cardData, (item, index) => {
|
|
72
|
+
return openBlock(), createBlock(ListItem, {
|
|
73
|
+
key: index,
|
|
74
|
+
class: "list",
|
|
75
|
+
data: item
|
|
76
|
+
}, null, 8, ["data"]);
|
|
77
|
+
}), 128))
|
|
78
|
+
], 2);
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_abd16863_lang = '';
|
|
84
|
+
|
|
85
|
+
const _GeneralManagement = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-abd16863"]]);
|
|
86
|
+
|
|
87
|
+
const GeneralManagement = install(_GeneralManagement);
|
|
88
|
+
|
|
89
|
+
export { GeneralManagement as G };
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { CardType } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
width: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
4
|
tabList: {
|
|
9
5
|
type: PropType<(string | number)[]>;
|
|
10
6
|
default: () => string[];
|
|
@@ -20,10 +16,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
16
|
}[];
|
|
21
17
|
};
|
|
22
18
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
width: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
19
|
tabList: {
|
|
28
20
|
type: PropType<(string | number)[]>;
|
|
29
21
|
default: () => string[];
|
|
@@ -41,7 +33,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
33
|
}>> & {
|
|
42
34
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
43
35
|
}, {
|
|
44
|
-
width: string;
|
|
45
36
|
tabList: (string | number)[];
|
|
46
37
|
cardData: CardType[];
|
|
47
38
|
}, {}>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
|
|
2
|
+
|
|
3
|
+
export { _imports_0 as _ };
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import _HazardousVehicleManage from './index.vue';
|
|
2
|
+
export declare const HazardousVehicleManage: {
|
|
3
|
+
new (...args: any[]): {
|
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
|
5
|
+
$data: {};
|
|
6
|
+
$props: {
|
|
7
|
+
key?: string | number | symbol | undefined;
|
|
8
|
+
style?: unknown;
|
|
9
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
10
|
+
ref_for?: boolean | undefined;
|
|
11
|
+
ref_key?: string | undefined;
|
|
12
|
+
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>) => void)[] | undefined;
|
|
17
|
+
onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
}>) => void)[] | undefined;
|
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>) => void)[] | undefined;
|
|
31
|
+
onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}>) => void)[] | undefined;
|
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>) => void)[] | undefined;
|
|
45
|
+
onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}>) => void)[] | undefined;
|
|
50
|
+
class?: unknown;
|
|
51
|
+
onOnTimeTypeChange?: ((value: string) => any) | undefined;
|
|
52
|
+
onOnParkTypeChange?: ((value: string) => 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: "onTimeTypeChange", value: string) => void) & ((event: "onParkTypeChange", value: string) => void);
|
|
66
|
+
$el: any;
|
|
67
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
68
|
+
onOnTimeTypeChange?: ((value: string) => any) | undefined;
|
|
69
|
+
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
70
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
71
|
+
onTimeTypeChange: (value: string) => string;
|
|
72
|
+
onParkTypeChange: (value: string) => string;
|
|
73
|
+
}, string, {}, {}, string, {}> & {
|
|
74
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
87
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
88
|
+
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;
|
|
89
|
+
};
|
|
90
|
+
$forceUpdate: () => void;
|
|
91
|
+
$nextTick: typeof import("vue").nextTick;
|
|
92
|
+
$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;
|
|
93
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
94
|
+
onOnTimeTypeChange?: ((value: string) => any) | undefined;
|
|
95
|
+
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
96
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
97
|
+
__isFragment?: undefined;
|
|
98
|
+
__isTeleport?: undefined;
|
|
99
|
+
__isSuspense?: undefined;
|
|
100
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
101
|
+
onOnTimeTypeChange?: ((value: string) => any) | undefined;
|
|
102
|
+
onOnParkTypeChange?: ((value: string) => any) | undefined;
|
|
103
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
104
|
+
onTimeTypeChange: (value: string) => string;
|
|
105
|
+
onParkTypeChange: (value: string) => string;
|
|
106
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
107
|
+
export default _HazardousVehicleManage;
|