@ued_fpi/data-visual 1.2.0 → 1.2.1
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 +54 -28
- 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 +3967 -3917
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +1 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +5 -5
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +3 -3
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +1 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +6 -6
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.mjs +15 -15
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +1 -1
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.mjs +7 -7
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +6 -6
- package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +1 -1
- package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +12 -12
- 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/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 +53 -27
- 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 +3967 -3917
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +1 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +5 -5
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +3 -3
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +1 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +6 -6
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.js +15 -15
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +1 -1
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.js +7 -7
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +6 -6
- package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +1 -1
- package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +12 -12
- 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/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/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
|
@@ -99,7 +99,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
99
99
|
const { list } = toRefs(state);
|
|
100
100
|
return (_ctx, _cache) => {
|
|
101
101
|
return openBlock(), createElementBlock("div", {
|
|
102
|
-
class: "chlorophyll-a-change-rate",
|
|
102
|
+
class: "dv-wgms-chlorophyll-a-change-rate",
|
|
103
103
|
style: normalizeStyle({ "--height": getHeight.value })
|
|
104
104
|
}, [
|
|
105
105
|
createElementVNode("div", _hoisted_1, [
|
|
@@ -3,11 +3,11 @@ import * as icon2 from './images/icon-2.svg.mjs';
|
|
|
3
3
|
import * as icon3 from './images/icon-3.svg.mjs';
|
|
4
4
|
import { defineComponent, reactive, toRefs, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString } from 'vue';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "compliance-rate flex-between-center" };
|
|
7
|
-
const _hoisted_2 = { class: "compliance-rate-one-icon" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-compliance-rate dv-wgms-flex-between-center" };
|
|
7
|
+
const _hoisted_2 = { class: "dv-wgms-compliance-rate-one-icon" };
|
|
8
8
|
const _hoisted_3 = ["src"];
|
|
9
|
-
const _hoisted_4 = { class: "compliance-rate-one-label" };
|
|
10
|
-
const _hoisted_5 = { class: "compliance-rate-one-value" };
|
|
9
|
+
const _hoisted_4 = { class: "dv-wgms-compliance-rate-one-label" };
|
|
10
|
+
const _hoisted_5 = { class: "dv-wgms-compliance-rate-one-value" };
|
|
11
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
12
|
__name: "index",
|
|
13
13
|
setup(__props) {
|
|
@@ -30,7 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
30
30
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item, index) => {
|
|
31
31
|
return openBlock(), createElementBlock("div", {
|
|
32
32
|
key: index,
|
|
33
|
-
class: "compliance-rate-one flex-center-center"
|
|
33
|
+
class: "dv-wgms-compliance-rate-one dv-wgms-flex-center-center"
|
|
34
34
|
}, [
|
|
35
35
|
createElementVNode("div", _hoisted_2, [
|
|
36
36
|
createElementVNode("img", {
|
|
@@ -207,14 +207,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
207
207
|
};
|
|
208
208
|
return (_ctx, _cache) => {
|
|
209
209
|
return openBlock(), createElementBlock("div", {
|
|
210
|
-
class: "chlorophyll-a-change-rate",
|
|
210
|
+
class: "dv-wgms-chlorophyll-a-change-rate",
|
|
211
211
|
style: normalizeStyle({ "--height": getHeight.value })
|
|
212
212
|
}, [
|
|
213
213
|
createElementVNode("div", {
|
|
214
|
-
id: "linkFactorChart",
|
|
214
|
+
id: "dv-wgms-linkFactorChart",
|
|
215
215
|
ref_key: "chartRef",
|
|
216
216
|
ref: chartRef,
|
|
217
|
-
class: "chart"
|
|
217
|
+
class: "dv-wgms-chart"
|
|
218
218
|
}, null, 512)
|
|
219
219
|
], 4);
|
|
220
220
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent, toRefs, watch, nextTick, openBlock, createElementBlock
|
|
|
2
2
|
import echarts from '../../utils/echarts/index.mjs';
|
|
3
3
|
import { getFactorGroupList, getManualFactorTrendComparisonData } from '../../api/FactorTrendComparison/index.mjs';
|
|
4
4
|
|
|
5
|
-
const _hoisted_1 = { class: "factor-trend-comparison" };
|
|
5
|
+
const _hoisted_1 = { class: "dv-wgms-factor-trend-comparison" };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "index",
|
|
8
8
|
props: {
|
|
@@ -9,11 +9,11 @@ import * as right from './images/right.svg.mjs';
|
|
|
9
9
|
import * as up from './images/up.svg.mjs';
|
|
10
10
|
import { defineComponent, reactive, toRefs, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle } from 'vue';
|
|
11
11
|
|
|
12
|
-
const _hoisted_1 = { class: "key-river flex-around-center" };
|
|
13
|
-
const _hoisted_2 = { class: "key-river-one-name" };
|
|
14
|
-
const _hoisted_3 = { class: "key-river-one-content" };
|
|
12
|
+
const _hoisted_1 = { class: "dv-wgms-key-river dv-wgms-flex-around-center" };
|
|
13
|
+
const _hoisted_2 = { class: "dv-wgms-key-river-one-name" };
|
|
14
|
+
const _hoisted_3 = { class: "dv-wgms-key-river-one-content" };
|
|
15
15
|
const _hoisted_4 = ["src"];
|
|
16
|
-
const _hoisted_5 = { class: "key-river-one-compare flex-left-center" };
|
|
16
|
+
const _hoisted_5 = { class: "dv-wgms-key-river-one-compare dv-wgms-flex-left-center" };
|
|
17
17
|
const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "同比", -1);
|
|
18
18
|
const _hoisted_7 = ["src"];
|
|
19
19
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -38,12 +38,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
38
38
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item, index) => {
|
|
39
39
|
return openBlock(), createElementBlock("div", {
|
|
40
40
|
key: index,
|
|
41
|
-
class: "key-river-one flex-center-center"
|
|
41
|
+
class: "dv-wgms-key-river-one dv-wgms-flex-center-center"
|
|
42
42
|
}, [
|
|
43
43
|
createElementVNode("div", _hoisted_2, toDisplayString(item.name), 1),
|
|
44
44
|
createElementVNode("div", _hoisted_3, [
|
|
45
45
|
createElementVNode("div", {
|
|
46
|
-
class: "key-river-one-content-text",
|
|
46
|
+
class: "dv-wgms-key-river-one-content-text",
|
|
47
47
|
style: normalizeStyle({ color: item.color })
|
|
48
48
|
}, toDisplayString(item.level), 5),
|
|
49
49
|
createElementVNode("img", {
|
|
@@ -6,23 +6,23 @@ import eutrophicationJson from './mock/eutrophication.json.mjs';
|
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = { class: "dv-wgms-lake-river-index" };
|
|
8
8
|
const _hoisted_2 = { class: "dv-wgms-lake-river-item" };
|
|
9
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "text-14 mgb8" }, " 重要流域水质 ", -1);
|
|
10
|
-
const _hoisted_4 = { class: "dv-wgms-river-detail flex-bw-c" };
|
|
11
|
-
const _hoisted_5 = { class: "top-river-name text-14 mgb12" };
|
|
12
|
-
const _hoisted_6 = { class: "flex-c-c" };
|
|
13
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "text-14 white-60 mgr4" }, " 同比 ", -1);
|
|
9
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "dv-wgms-text-14 dv-wgms-mgb8" }, " 重要流域水质 ", -1);
|
|
10
|
+
const _hoisted_4 = { class: "dv-wgms-river-detail dv-wgms-flex-bw-c" };
|
|
11
|
+
const _hoisted_5 = { class: "dv-wgms-top-river-name dv-wgms-text-14 dv-wgms-mgb12" };
|
|
12
|
+
const _hoisted_6 = { class: "dv-wgms-flex-c-c" };
|
|
13
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "dv-wgms-text-14 dv-wgms-white-60 dv-wgms-mgr4" }, " 同比 ", -1);
|
|
14
14
|
const _hoisted_8 = { class: "dv-wgms-lake-river-item" };
|
|
15
|
-
const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "text-14 mgb8" }, " 重要水体水质 ", -1);
|
|
16
|
-
const _hoisted_10 = { class: "dv-wgms-river-detail flex-bw-c" };
|
|
17
|
-
const _hoisted_11 = { class: "top-river-name text-14 mgb12" };
|
|
18
|
-
const _hoisted_12 = { class: "flex-c-c" };
|
|
19
|
-
const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "text-14 white-60 mgr4" }, " 同比 ", -1);
|
|
15
|
+
const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "dv-wgms-text-14 dv-wgms-mgb8" }, " 重要水体水质 ", -1);
|
|
16
|
+
const _hoisted_10 = { class: "dv-wgms-river-detail dv-wgms-flex-bw-c" };
|
|
17
|
+
const _hoisted_11 = { class: "dv-wgms-top-river-name dv-wgms-text-14 dv-wgms-mgb12" };
|
|
18
|
+
const _hoisted_12 = { class: "dv-wgms-flex-c-c" };
|
|
19
|
+
const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "dv-wgms-text-14 dv-wgms-white-60 dv-wgms-mgr4" }, " 同比 ", -1);
|
|
20
20
|
const _hoisted_14 = { class: "dv-wgms-lake-river-item" };
|
|
21
|
-
const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", { class: "text-14 mgb8" }, " 重要湖库营养化指数 ", -1);
|
|
22
|
-
const _hoisted_16 = { class: "dv-wgms-river-detail flex-bw-c" };
|
|
23
|
-
const _hoisted_17 = { class: "top-river-name text-14 mgb12" };
|
|
24
|
-
const _hoisted_18 = { class: "flex-c-c" };
|
|
25
|
-
const _hoisted_19 = { class: "text-14 white-60 mgr4" };
|
|
21
|
+
const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", { class: "dv-wgms-text-14 dv-wgms-mgb8" }, " 重要湖库营养化指数 ", -1);
|
|
22
|
+
const _hoisted_16 = { class: "dv-wgms-river-detail dv-wgms-flex-bw-c" };
|
|
23
|
+
const _hoisted_17 = { class: "dv-wgms-top-river-name dv-wgms-text-14 dv-wgms-mgb12" };
|
|
24
|
+
const _hoisted_18 = { class: "dv-wgms-flex-c-c" };
|
|
25
|
+
const _hoisted_19 = { class: "dv-wgms-text-14 dv-wgms-white-60 dv-wgms-mgr4" };
|
|
26
26
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
27
27
|
...{
|
|
28
28
|
name: "DvWgmsLakeRiverIndex"
|
|
@@ -3,7 +3,7 @@ import echarts from '../../utils/echarts/index.mjs';
|
|
|
3
3
|
import { getFactorGroupList } from '../../api/FactorTrendComparison/index.mjs';
|
|
4
4
|
import { getNPTrendChange } from '../../api/NPTrendChange/index.mjs';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "n-p-trend-change" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-n-p-trend-change" };
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
__name: "index",
|
|
9
9
|
props: {
|
|
@@ -2,19 +2,19 @@ import { defineComponent, reactive, ref, onMounted, nextTick, toRefs, openBlock,
|
|
|
2
2
|
import echarts from '../../utils/echarts/index.mjs';
|
|
3
3
|
import { getPie3D } from '../../utils/echarts/3dChartOptions.mjs';
|
|
4
4
|
|
|
5
|
-
const _hoisted_1 = { class: "outlet-online" };
|
|
6
|
-
const _hoisted_2 = { class: "toggle-list flex-between-center" };
|
|
5
|
+
const _hoisted_1 = { class: "dv-wgms-outlet-online" };
|
|
6
|
+
const _hoisted_2 = { class: "toggle-list dv-wgms-flex-between-center" };
|
|
7
7
|
const _hoisted_3 = ["onClick"];
|
|
8
|
-
const _hoisted_4 = { class: "chart-content flex-between-center" };
|
|
8
|
+
const _hoisted_4 = { class: "chart-content dv-wgms-flex-between-center" };
|
|
9
9
|
const _hoisted_5 = { class: "left" };
|
|
10
10
|
const _hoisted_6 = /* @__PURE__ */ createElementVNode("div", { class: "total" }, [
|
|
11
11
|
/* @__PURE__ */ createElementVNode("span", null, "总数:"),
|
|
12
12
|
/* @__PURE__ */ createElementVNode("span", null, "982")
|
|
13
13
|
], -1);
|
|
14
14
|
const _hoisted_7 = { class: "legend" };
|
|
15
|
-
const _hoisted_8 = { class: "left-c flex-left-center" };
|
|
15
|
+
const _hoisted_8 = { class: "left-c dv-wgms-flex-left-center" };
|
|
16
16
|
const _hoisted_9 = { class: "name" };
|
|
17
|
-
const _hoisted_10 = { class: "righ-c flex-left-center" };
|
|
17
|
+
const _hoisted_10 = { class: "righ-c dv-wgms-flex-left-center" };
|
|
18
18
|
const _hoisted_11 = { class: "num" };
|
|
19
19
|
const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "split" }, " / ", -1);
|
|
20
20
|
const _hoisted_13 = { class: "rate" };
|
|
@@ -73,7 +73,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
73
73
|
(openBlock(), createElementBlock(Fragment, null, renderList(toggleList, (item, index) => {
|
|
74
74
|
return createElementVNode("div", {
|
|
75
75
|
key: index,
|
|
76
|
-
class: normalizeClass([unref(activeIndex) === index ? "active" : "", "list-one flex-center-center"]),
|
|
76
|
+
class: normalizeClass([unref(activeIndex) === index ? "active" : "", "list-one dv-wgms-flex-center-center"]),
|
|
77
77
|
onClick: ($event) => changeList(index)
|
|
78
78
|
}, toDisplayString(item.label), 11, _hoisted_3);
|
|
79
79
|
}), 64))
|
|
@@ -91,7 +91,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
91
91
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(optionData), (item, index) => {
|
|
92
92
|
return openBlock(), createElementBlock("div", {
|
|
93
93
|
key: index,
|
|
94
|
-
class: "legend-one flex-between-center"
|
|
94
|
+
class: "legend-one dv-wgms-flex-between-center"
|
|
95
95
|
}, [
|
|
96
96
|
createElementVNode("div", _hoisted_8, [
|
|
97
97
|
createElementVNode("div", {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString } from 'vue';
|
|
2
2
|
|
|
3
|
-
const _hoisted_1 = { class: "env-online flex-between-center" };
|
|
4
|
-
const _hoisted_2 = { class: "name" };
|
|
5
|
-
const _hoisted_3 = { class: "value" };
|
|
6
|
-
const _hoisted_4 = { class: "online" };
|
|
7
|
-
const _hoisted_5 = { class: "total" };
|
|
3
|
+
const _hoisted_1 = { class: "dv-wgms-env-online dv-wgms-flex-between-center" };
|
|
4
|
+
const _hoisted_2 = { class: "dv-wgms-name" };
|
|
5
|
+
const _hoisted_3 = { class: "dv-wgms-value" };
|
|
6
|
+
const _hoisted_4 = { class: "dv-wgms-online" };
|
|
7
|
+
const _hoisted_5 = { class: "dv-wgms-total" };
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "index",
|
|
10
10
|
setup(__props) {
|
|
@@ -21,7 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
21
21
|
(openBlock(), createElementBlock(Fragment, null, renderList(mockData, (item, index) => {
|
|
22
22
|
return createElementVNode("div", {
|
|
23
23
|
key: index,
|
|
24
|
-
class: "item-one flex-between-center"
|
|
24
|
+
class: "dv-wgms-item-one dv-wgms-flex-between-center"
|
|
25
25
|
}, [
|
|
26
26
|
createElementVNode("div", _hoisted_2, toDisplayString(item.name), 1),
|
|
27
27
|
createElementVNode("div", _hoisted_3, [
|
|
@@ -3,7 +3,7 @@ import _imports_0 from './images/up.svg.mjs';
|
|
|
3
3
|
import echarts from '../../utils/echarts/index.mjs';
|
|
4
4
|
import { pieChartOptions } from '../../utils/echarts/echartsOptions.mjs';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "water-category" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-water-category" };
|
|
7
7
|
const _hoisted_2 = { class: "section-water-quality-lengend" };
|
|
8
8
|
const _hoisted_3 = { class: "name" };
|
|
9
9
|
const _hoisted_4 = { class: "flex-num" };
|
|
@@ -3,17 +3,17 @@ import _imports_0 from './images/up.svg.mjs';
|
|
|
3
3
|
import _sfc_main$1 from '../common/ProgressBar.vue.mjs';
|
|
4
4
|
import '../common/ProgressBar.vue2.mjs';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "water-quality" };
|
|
7
|
-
const _hoisted_2 = { class: "water-quality-status-top flex-between-center" };
|
|
8
|
-
const _hoisted_3 = { class: "label" };
|
|
9
|
-
const _hoisted_4 = { class: "rate" };
|
|
10
|
-
const _hoisted_5 = { class: "water-quality-status-bottom flex-between-center" };
|
|
11
|
-
const _hoisted_6 = { class: "target" };
|
|
12
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "目标", -1);
|
|
13
|
-
const _hoisted_8 = { class: "value" };
|
|
14
|
-
const _hoisted_9 = { class: "same" };
|
|
15
|
-
const _hoisted_10 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "同比", -1);
|
|
16
|
-
const _hoisted_11 = { class: "value" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-water-quality" };
|
|
7
|
+
const _hoisted_2 = { class: "dv-wgms-water-quality-status-top dv-wgms-flex-between-center" };
|
|
8
|
+
const _hoisted_3 = { class: "dv-wgms-label" };
|
|
9
|
+
const _hoisted_4 = { class: "dv-wgms-rate" };
|
|
10
|
+
const _hoisted_5 = { class: "dv-wgms-water-quality-status-bottom dv-wgms-flex-between-center" };
|
|
11
|
+
const _hoisted_6 = { class: "dv-wgms-target" };
|
|
12
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", { class: "dv-wgms-text" }, "目标", -1);
|
|
13
|
+
const _hoisted_8 = { class: "dv-wgms-value" };
|
|
14
|
+
const _hoisted_9 = { class: "dv-wgms-same" };
|
|
15
|
+
const _hoisted_10 = /* @__PURE__ */ createElementVNode("span", { class: "dv-wgms-text" }, "同比", -1);
|
|
16
|
+
const _hoisted_11 = { class: "dv-wgms-value" };
|
|
17
17
|
const _hoisted_12 = /* @__PURE__ */ createElementVNode("img", { src: _imports_0 }, null, -1);
|
|
18
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
19
19
|
__name: "index",
|
|
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
35
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(mockList), (item, index) => {
|
|
36
36
|
return openBlock(), createElementBlock("div", {
|
|
37
37
|
key: index,
|
|
38
|
-
class: "water-quality-status"
|
|
38
|
+
class: "dv-wgms-water-quality-status"
|
|
39
39
|
}, [
|
|
40
40
|
createElementVNode("div", _hoisted_2, [
|
|
41
41
|
createElementVNode("div", _hoisted_3, toDisplayString(item.label) + toDisplayString(item.grade), 1),
|
|
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
48
|
setup(__props) {
|
|
49
49
|
return (_ctx, _cache) => {
|
|
50
50
|
return openBlock(), createElementBlock("div", {
|
|
51
|
-
class: "bar-box",
|
|
51
|
+
class: "dv-wgms-bar-box",
|
|
52
52
|
style: normalizeStyle({ height: `${__props.barHeight}px`, background: __props.bgColor })
|
|
53
53
|
}, [
|
|
54
54
|
createElementVNode("div", {
|
|
@@ -3,7 +3,7 @@ import 'element-plus/es/components/base/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/scrollbar/style/css';
|
|
4
4
|
import { defineComponent, reactive, watch, onMounted, onUnmounted, toRefs, openBlock, createElementBlock, createElementVNode, normalizeClass, normalizeStyle, withModifiers, withDirectives, toDisplayString, unref, vShow, createCommentVNode, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "container-select" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-container-select" };
|
|
7
7
|
const _hoisted_2 = ["onClick"];
|
|
8
8
|
const _hoisted_3 = ["onClick"];
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -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
|
+
};
|