@ued_fpi/data-visual 1.2.10 → 1.2.12
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 +70 -52
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.mjs +13 -10
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.mjs +3 -3
- package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +3 -3
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.mjs +10 -10
- package/dist/es/aims/src/CieqContributionMonthRatio/index.vue.mjs +18 -17
- package/dist/es/aims/src/CieqContributionYearRatio/index.vue.mjs +15 -12
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.mjs +34 -8
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.mjs +19 -9
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.mjs +5 -5
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.mjs +2 -2
- package/dist/es/aims/src/MainPollutionYearRatioList/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.mjs +7 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue.mjs +98 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue2.mjs +3 -0
- package/dist/es/aims/src/MainPollutionYearRatioList/index.vue3.mjs +6 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.mjs +13 -10
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.mjs +22 -18
- package/dist/es/aims/src/TbHbAnalysis/index.vue.mjs +11 -9
- package/dist/es/aims/src/WeatherCondition/images/white_humidity.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_precipitation.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_pressure.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_temperature.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_wind_direction.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/images/white_wind_speed.svg.mjs +3 -0
- package/dist/es/aims/src/WeatherCondition/index.vue.mjs +24 -9
- package/dist/es/aims/src/common/BasicNoData/index.d.ts +90 -0
- package/dist/es/aims/src/common/BasicNoData/index.mjs +6 -0
- package/dist/es/aims/src/common/BasicNoData/index.vue.d.ts +2 -0
- package/dist/es/aims/src/common/BasicNoData/index.vue.mjs +14 -0
- package/dist/es/aims/src/common/BasicNoData/index.vue2.mjs +3 -0
- package/dist/es/aims/src/index.d.ts +2 -0
- package/dist/es/aims/src/index.mjs +2 -0
- package/dist/es/aims/utils/tools.d.ts +4 -0
- package/dist/es/aims/utils/tools.mjs +25 -1
- package/dist/es/index.mjs +2 -0
- package/dist/es/style.css +1 -1
- package/dist/lib/aims/index.js +4 -4
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +70 -52
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.js +14 -11
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.js +3 -3
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +3 -3
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +1 -1
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.js +10 -10
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.js +18 -17
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.js +15 -12
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.js +32 -6
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.js +20 -10
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.js +5 -5
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.js +2 -2
- package/dist/lib/aims/src/MainPollutionYearRatioList/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/api/index.js +15 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.js +12 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue.js +102 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue2.js +7 -0
- package/dist/lib/aims/src/MainPollutionYearRatioList/index.vue3.js +10 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.js +14 -11
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.js +23 -19
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.js +11 -9
- package/dist/lib/aims/src/WeatherCondition/images/white_humidity.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_precipitation.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_pressure.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_temperature.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_wind_direction.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/images/white_wind_speed.svg.js +7 -0
- package/dist/lib/aims/src/WeatherCondition/index.vue.js +23 -8
- package/dist/lib/aims/src/common/BasicNoData/index.d.ts +90 -0
- package/dist/lib/aims/src/common/BasicNoData/index.js +11 -0
- package/dist/lib/aims/src/common/BasicNoData/index.vue.d.ts +2 -0
- package/dist/lib/aims/src/common/BasicNoData/index.vue.js +18 -0
- package/dist/lib/aims/src/common/BasicNoData/index.vue2.js +7 -0
- package/dist/lib/aims/src/index.d.ts +2 -0
- package/dist/lib/aims/src/index.js +40 -36
- package/dist/lib/aims/utils/tools.d.ts +4 -0
- package/dist/lib/aims/utils/tools.js +25 -0
- package/dist/lib/index.js +154 -150
- package/dist/lib/style.css +1 -1
- package/dist/style/style-aims.css +1 -1
- package/package.json +2 -2
- package/dist/es/aims/src/AirQualityCalendar/images/left-arrow-double.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/left-arrow.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/right-arrow-double.png.mjs +0 -3
- package/dist/es/aims/src/AirQualityCalendar/images/right-arrow.png.mjs +0 -3
- package/dist/lib/aims/src/AirQualityCalendar/images/left-arrow-double.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/left-arrow.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/right-arrow-double.png.js +0 -7
- package/dist/lib/aims/src/AirQualityCalendar/images/right-arrow.png.js +0 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
|
|
6
|
+
|
|
7
|
+
exports.default = index_vue_vue_type_style_index_0_lang;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const index_vue_vue_type_script_setup_true_lang = require('./index.vue.js');
|
|
6
|
+
require('./index.vue2.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.default = index_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -6,12 +6,14 @@ const vue = require('vue');
|
|
|
6
6
|
const fpiTgFactorTools = require('fpi-tg-factor-tools');
|
|
7
7
|
const dayjs = require('dayjs');
|
|
8
8
|
require('../common/BasicEcharts/index.js');
|
|
9
|
-
|
|
9
|
+
require('../common/BasicNoData/index.js');
|
|
10
|
+
const index$1 = require('./api/index.js');
|
|
10
11
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
12
|
require('../common/BasicEcharts/index.vue2.js');
|
|
13
|
+
const index = require('../common/BasicNoData/index.vue.js');
|
|
12
14
|
|
|
13
15
|
const clsfix = "dv-aims-mul-grid-air-quality-level-month-ratio";
|
|
14
|
-
const noDataColor = "
|
|
16
|
+
const noDataColor = "var(--dv-color-text-secondary)";
|
|
15
17
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
18
|
__name: "index",
|
|
17
19
|
props: {
|
|
@@ -82,7 +84,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
82
84
|
show: false
|
|
83
85
|
},
|
|
84
86
|
axisLabel: {
|
|
85
|
-
color: "
|
|
87
|
+
color: "var(--dv-color-text-primary)",
|
|
86
88
|
fontSize: 12,
|
|
87
89
|
interval: 0
|
|
88
90
|
},
|
|
@@ -92,7 +94,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
92
94
|
type: "value",
|
|
93
95
|
name: "%",
|
|
94
96
|
nameTextStyle: {
|
|
95
|
-
color: "
|
|
97
|
+
color: "var(--dv-color-text-secondary)",
|
|
96
98
|
padding: [0, 30, 0, 0]
|
|
97
99
|
},
|
|
98
100
|
splitNumber: 3,
|
|
@@ -104,12 +106,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
104
106
|
},
|
|
105
107
|
axisLabel: {
|
|
106
108
|
show: true,
|
|
107
|
-
color: "
|
|
109
|
+
color: "var(--dv-color-text-secondary)"
|
|
108
110
|
},
|
|
109
111
|
splitLine: {
|
|
110
112
|
show: true,
|
|
111
113
|
lineStyle: {
|
|
112
|
-
color: ["
|
|
114
|
+
color: ["var(--dv-color-border-light)"]
|
|
113
115
|
}
|
|
114
116
|
}
|
|
115
117
|
},
|
|
@@ -118,7 +120,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
118
120
|
bottom: 0,
|
|
119
121
|
itemGap: 4,
|
|
120
122
|
textStyle: {
|
|
121
|
-
color: "
|
|
123
|
+
color: "var(--dv-color-text-primary)",
|
|
122
124
|
fontSize: 12
|
|
123
125
|
},
|
|
124
126
|
itemWidth: 10,
|
|
@@ -158,8 +160,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
158
160
|
}
|
|
159
161
|
];
|
|
160
162
|
const fetchData = () => {
|
|
161
|
-
index.getMulAirLevelRate(props.apiParams).then((res) => {
|
|
162
|
-
if (res.data && res.data) {
|
|
163
|
+
index$1.getMulAirLevelRate(props.apiParams).then((res) => {
|
|
164
|
+
if (res.data && res.data.length) {
|
|
163
165
|
const data = res.data;
|
|
164
166
|
const xData = data.map((c) => c.name);
|
|
165
167
|
const newList = list.map((c, index) => {
|
|
@@ -203,11 +205,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
203
205
|
vue.createElementVNode("div", {
|
|
204
206
|
class: vue.normalizeClass(`${clsfix}-echarts`)
|
|
205
207
|
}, [
|
|
206
|
-
vue.
|
|
208
|
+
Boolean(chartsFullOptions.value.options) ? (vue.openBlock(), vue.createBlock(vue.unref(index_vue_vue_type_script_setup_true_lang.default), {
|
|
209
|
+
key: 0,
|
|
207
210
|
height: "100%",
|
|
208
211
|
"full-options": chartsFullOptions.value,
|
|
209
212
|
loading: false
|
|
210
|
-
}, null, 8, ["full-options"])
|
|
213
|
+
}, null, 8, ["full-options"])) : (vue.openBlock(), vue.createBlock(vue.unref(index.default), { key: 1 }))
|
|
211
214
|
], 2)
|
|
212
215
|
], 2);
|
|
213
216
|
};
|
|
@@ -6,9 +6,11 @@ const vue = require('vue');
|
|
|
6
6
|
const fpiTgFactorTools = require('fpi-tg-factor-tools');
|
|
7
7
|
const dayjs = require('dayjs');
|
|
8
8
|
require('../common/BasicEcharts/index.js');
|
|
9
|
-
|
|
9
|
+
require('../common/BasicNoData/index.js');
|
|
10
|
+
const index$1 = require('./api/index.js');
|
|
10
11
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
12
|
require('../common/BasicEcharts/index.vue2.js');
|
|
13
|
+
const index = require('../common/BasicNoData/index.vue.js');
|
|
12
14
|
|
|
13
15
|
const clsfix = "dv-aims-mul-grid-cieq-contribution-month-ratio";
|
|
14
16
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -26,14 +28,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
26
28
|
const generateOption = (xData, series) => {
|
|
27
29
|
return {
|
|
28
30
|
options: {
|
|
29
|
-
colors: [
|
|
30
|
-
"#0062FF",
|
|
31
|
-
"#0AAEFF",
|
|
32
|
-
"#2AC94F",
|
|
33
|
-
"#FF792E",
|
|
34
|
-
"#F84439",
|
|
35
|
-
"#FFB443"
|
|
36
|
-
],
|
|
37
31
|
grid: {
|
|
38
32
|
left: 10,
|
|
39
33
|
bottom: 30,
|
|
@@ -73,7 +67,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
73
67
|
show: false
|
|
74
68
|
},
|
|
75
69
|
axisLabel: {
|
|
76
|
-
color: "
|
|
70
|
+
color: "var(--dv-color-text-primary)",
|
|
77
71
|
fontSize: 12,
|
|
78
72
|
interval: 0
|
|
79
73
|
},
|
|
@@ -82,7 +76,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
82
76
|
yAxis: {
|
|
83
77
|
type: "value",
|
|
84
78
|
nameTextStyle: {
|
|
85
|
-
color: "
|
|
79
|
+
color: "var(--dv-color-text-secondary)",
|
|
86
80
|
padding: [0, 30, 0, 0]
|
|
87
81
|
},
|
|
88
82
|
splitNumber: 3,
|
|
@@ -94,12 +88,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
94
88
|
},
|
|
95
89
|
axisLabel: {
|
|
96
90
|
show: true,
|
|
97
|
-
color: "
|
|
91
|
+
color: "var(--dv-color-text-secondary)"
|
|
98
92
|
},
|
|
99
93
|
splitLine: {
|
|
100
94
|
show: true,
|
|
101
95
|
lineStyle: {
|
|
102
|
-
color: ["
|
|
96
|
+
color: ["var(--dv-color-border-light)"]
|
|
103
97
|
}
|
|
104
98
|
}
|
|
105
99
|
},
|
|
@@ -108,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
108
102
|
bottom: 0,
|
|
109
103
|
itemGap: 10,
|
|
110
104
|
textStyle: {
|
|
111
|
-
color: "
|
|
105
|
+
color: "var(--dv-color-text-primary)",
|
|
112
106
|
fontSize: 12
|
|
113
107
|
},
|
|
114
108
|
itemWidth: 10,
|
|
@@ -122,11 +116,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
122
116
|
};
|
|
123
117
|
};
|
|
124
118
|
const fetchData = () => {
|
|
125
|
-
|
|
126
|
-
|
|
119
|
+
const colors = [
|
|
120
|
+
"#0062FF",
|
|
121
|
+
"#0AAEFF",
|
|
122
|
+
"#2AC94F",
|
|
123
|
+
"#FF792E",
|
|
124
|
+
"#F84439",
|
|
125
|
+
"#FFB443"
|
|
126
|
+
];
|
|
127
|
+
index$1.getCieqRate(props.apiParams).then((res) => {
|
|
128
|
+
if (res.data && res.data.length) {
|
|
127
129
|
const data = res.data;
|
|
128
130
|
const xData = data.map((c) => c.name);
|
|
129
|
-
const list = fpiTgFactorTools.BASE_FACTOR.filter((item) => item.code !== "aqi").map((item) => {
|
|
131
|
+
const list = fpiTgFactorTools.BASE_FACTOR.filter((item) => item.code !== "aqi").map((item, index) => {
|
|
130
132
|
const values = data.map((c) => {
|
|
131
133
|
const obj = c.icieqs.find((o) => o.factorName === item.name);
|
|
132
134
|
return {
|
|
@@ -139,6 +141,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
139
141
|
type: "bar",
|
|
140
142
|
stack: "x",
|
|
141
143
|
data: values,
|
|
144
|
+
color: colors[index],
|
|
142
145
|
barWidth: 15
|
|
143
146
|
};
|
|
144
147
|
});
|
|
@@ -159,11 +162,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
159
162
|
vue.createElementVNode("div", {
|
|
160
163
|
class: vue.normalizeClass(`${clsfix}-echarts`)
|
|
161
164
|
}, [
|
|
162
|
-
vue.
|
|
165
|
+
Boolean(chartsFullOptions.value.options) ? (vue.openBlock(), vue.createBlock(vue.unref(index_vue_vue_type_script_setup_true_lang.default), {
|
|
166
|
+
key: 0,
|
|
163
167
|
height: "100%",
|
|
164
168
|
"full-options": chartsFullOptions.value,
|
|
165
169
|
loading: false
|
|
166
|
-
}, null, 8, ["full-options"])
|
|
170
|
+
}, null, 8, ["full-options"])) : (vue.openBlock(), vue.createBlock(vue.unref(index.default), { key: 1 }))
|
|
167
171
|
], 2)
|
|
168
172
|
], 2);
|
|
169
173
|
};
|
|
@@ -37,9 +37,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
37
37
|
options: {
|
|
38
38
|
grid: {
|
|
39
39
|
left: 20,
|
|
40
|
-
bottom:
|
|
40
|
+
bottom: 10,
|
|
41
41
|
right: 20,
|
|
42
|
-
top:
|
|
42
|
+
top: 40,
|
|
43
43
|
containLabel: true
|
|
44
44
|
},
|
|
45
45
|
tooltip: {
|
|
@@ -84,7 +84,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
84
84
|
show: false
|
|
85
85
|
},
|
|
86
86
|
axisLabel: {
|
|
87
|
-
color: "
|
|
87
|
+
color: "var(--dv-color-text-primary)",
|
|
88
88
|
fontSize: 12
|
|
89
89
|
},
|
|
90
90
|
data: xData
|
|
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
93
93
|
type: "value",
|
|
94
94
|
name: getUnit(),
|
|
95
95
|
nameTextStyle: {
|
|
96
|
-
color: "
|
|
96
|
+
color: "var(--dv-color-text-secondary)",
|
|
97
97
|
padding: [0, 30, 0, 0]
|
|
98
98
|
},
|
|
99
99
|
axisTick: {
|
|
@@ -104,22 +104,22 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
104
104
|
},
|
|
105
105
|
axisLabel: {
|
|
106
106
|
show: true,
|
|
107
|
-
color: "
|
|
107
|
+
color: "var(--dv-color-text-secondary)"
|
|
108
108
|
},
|
|
109
109
|
splitNumber: 3,
|
|
110
110
|
splitLine: {
|
|
111
111
|
show: true,
|
|
112
112
|
lineStyle: {
|
|
113
|
-
color: ["
|
|
113
|
+
color: ["var(--dv-color-border-light)"]
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
legend: {
|
|
118
118
|
show: true,
|
|
119
|
-
|
|
119
|
+
top: 0,
|
|
120
120
|
itemGap: 3,
|
|
121
121
|
textStyle: {
|
|
122
|
-
color: "
|
|
122
|
+
color: "var(--dv-color-text-primary)",
|
|
123
123
|
fontSize: 12
|
|
124
124
|
},
|
|
125
125
|
itemWidth: 16,
|
|
@@ -142,7 +142,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
142
142
|
index.getTbHbData(props.apiParams).then((res) => {
|
|
143
143
|
if (res.data && res.data) {
|
|
144
144
|
const data = res.data;
|
|
145
|
-
const xData = data.times
|
|
145
|
+
const xData = data.times.map(
|
|
146
|
+
(time) => ["quarter", "month", "week", "day"].includes(props.apiParams.dataType) ? time.slice(5) : ["hour"].includes(props.apiParams.dataType) ? time.slice(-2) : time
|
|
147
|
+
);
|
|
146
148
|
const list = [
|
|
147
149
|
{
|
|
148
150
|
name: "本期",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_humidity = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyMy4zMzE3NDUxNDc3MDUwNzgiIGhlaWdodD0iMzMuMzMzOTQ2MjI4MDI3MzQ0IiB2aWV3Qm94PSIwIDAgMjMuMzMxNzQ1MTQ3NzA1MDc4IDMzLjMzMzk0NjIyODAyNzM0NCI+PGc+PHBhdGggZD0iTTcuMTI1MjQsMzIuMzQ5OFE1Ljc2MzY1LDMxLjY0NDgsNS4xNDM3OSwzMS4xOTRDNC41MTk4NCwzMC43NDE3LDMuOTQxNDksMzAuMjI5NywzLjQxNjkxLDI5LjY2NTJDMi44ODUwOSwyOS4wOTMxLDIuNDA4MjEsMjguNDcyMywxLjk5MjU0LDI3LjgxMUMxLjU2ODc2LDI3LjEzNjgsMS4yMDg1OSwyNi40MjQ3LDAuOTE2NzEsMjUuNjgzN0MwLjMwNjg5MiwyNC4xMzE2LC0wLjAwNDExOTg3LDIyLjQ3ODEsMC4wMDAwNDQ1MDQ4LDIwLjgxMDRDMC4wMDAwNDQ1MDQ4LDE4LjcwMzUsMC45NTgzNzksMTUuOTU4MSwyLjkyODE3LDEyLjQxNjdDMy42NTczNCwxMS4xMDY3LDQuNTI1NjgsOS42OTQxNiw1LjUwODM4LDguMjE4OTZDNi42ODMxNyw2LjQ2MjA4LDcuOTI4MzksNC43MjU4Myw5LjIwOTIxLDMuMDU5MzdDOS43NDMxNywyLjM2MTY3LDEwLjI2ODQsMS42OTYwNCwxMC43NzA3LDEuMDgwMjFMMTAuODk1NywwLjkyNjA0M0wxMS42NjY1LDBMMTIuNDM1MywwLjkyNjA0M0wxMi41NjE5LDEuMDgwMjFMMTIuNjMsMS4xNjM1NEMxMi42OTQ4LDEuMjQyMDgsMTIuNzkzOCwxLjM2MjUsMTIuOTA1OSwxLjUwMjA4QzEzLjMzMTMsMi4wMzYyNSwxMy43MzA5LDIuNTQ1LDE0LjEyNzEsMy4wNTgzM0MxNS40MjA3LDQuNzQ1ODMsMTYuNjY1Miw2LjQ4MTA0LDE3LjgyNTksOC4yMTg5NkMxOC44MDUsOS42OTAyMSwxOS42NzIzLDExLjEwMjUsMjAuNDA1MywxMi40MTY5QzIyLjM3NSwxNS45NTg1LDIzLjMzMTcsMTguNzA0LDIzLjMzMTcsMjAuODEyN0MyMy4zMzYsMjIuNDgwNCwyMy4wMjUsMjQuMTMzOSwyMi40MTUsMjUuNjg2QzIyLjEyMzQsMjYuNDI3MSwyMS43NjMyLDI3LjEzOTMsMjEuMzM5MiwyNy44MTMzQzIwLjkyMzUsMjguNDc0NiwyMC40NDY3LDI5LjA5NTQsMTkuOTE0OCwyOS42Njc1QzE5LjM5MDEsMzAuMjMxOCwxOC44MTE3LDMwLjc0MzgsMTguMTg4LDMxLjE5NjJDMTcuNTY4MiwzMS42NDczLDE2LjkwNDIsMzIuMDM0MiwxNi4yMDYzLDMyLjM1MUMxMy4zMjExLDMzLjY2MiwxMC4wMSwzMy42NjE2LDcuMTI1MjQsMzIuMzQ5OEw3LjEyNTI0LDMyLjM0OThaTTExLjExNzMsNS42OTM1NEwxMS4wMjY5LDUuODA4OTVDMTAuNjYxNyw2LjI4MDIsMTAuMjg2Myw2Ljc4MDQxLDkuOTEwODgsNy4yOTQ1OEM4Ljk5NDIsOC41NDYwMyw4LjEwNTY3LDkuODQ4MTIsNy4yNjc3NSwxMS4xNjQyQzYuNTY2NzEsMTIuMjY4Myw1Ljk0NjcxLDEzLjMyODUsNS40MjQ2MywxNC4zMTI3QzQuMDE4NTgsMTYuOTY3OSwzLjMzMzc5LDE5LjAyNzEsMy4zMzM3OSwyMC42MDc3QzMuMzMwMjgsMjEuODU1OSwzLjU1MjMxLDIzLjA5NDUsMy45ODkyMSwyNC4yNjM4QzQuMzk1ODMsMjUuMzYwMiw1LjAwMTM5LDI2LjM3MjIsNS43NzU0NSwyNy4yNDg4QzYuNTE0MSwyOC4wOTA2LDcuNDE0ODEsMjguNzc1MSw4LjQyMzc4LDI5LjI2MTNDMTAuNDc0NiwzMC4yNDQzLDEyLjg2MDUsMzAuMjQ0MywxNC45MTEzLDI5LjI2MTNDMTUuOTIwMywyOC43NzUxLDE2LjgyMDksMjguMDkwNiwxNy41NTk2LDI3LjI0ODhDMTguMzMzNiwyNi4zNzIxLDE4LjkzOTIsMjUuMzYwMiwxOS4zNDU5LDI0LjI2MzhDMTkuNzgyNSwyMy4wOTQ0LDIwLjAwNDIsMjEuODU1OSwyMC4wMDA1LDIwLjYwNzdDMjAuMDAwNSwxOS4wMjgxLDE5LjMxNzUsMTYuOTY5MiwxNy45MTExLDE0LjMxMjlDMTcuMzkwMywxMy4zMzA0LDE2Ljc2OTIsMTIuMjcxMywxNi4wNjcxLDExLjE2NDRDMTUuMjQwMiw5Ljg2MjkxLDE0LjM1MDcsOC41NjAyMSwxMy40MjQ4LDcuMjkzOTZDMTMuMTM2Myw2LjkwMDIsMTIuODUxMyw2LjUxODc1LDEyLjU1MjUsNi4xMjYyNUMxMi40OTkyLDYuMDU1NjIsMTIuNDQ4NCw1Ljk5LDEyLjQwMDksNS45Mjg3NUwxMi4zNjMsNS44Nzk3OUwxMi4zNTY5LDUuODcyMDhMMTIuMzA2OSw1LjgwOTU5TDEyLjIxNjUsNS42OTQxN0wxMS42NjczLDQuOTk5OEwxMS4xMTczLDUuNjkzNTRaTTUuMDAwNDYsMjAuNzQzNUM1LjAwMDQ2LDE2LjU1MjcsOC40NjYwOSwxOC42NzQsMTEuNjY3MSwyMC43NDM1QzEzLjA5MjUsMjEuNjY1OCwxNC41Njc3LDIwLjk0NDQsMTUuNzY0OCwyMC4yMjI3QzE2LjA0MDMsMjAuMDQxMiwxOC4zMzMsMTguNDEzMSwxOC4zMzMsMjAuNzQzNUMxOC4zMzMsMjQuOTM2OSwxNS4zNDg4LDI4LjMzMjksMTEuNjY2MywyOC4zMzI5QzcuOTgzNzksMjguMzMyOSw1LjAwMDQ2LDI0LjkzNjksNS4wMDA0NiwyMC43NDM1WiIgZmlsbD0iI0QwRTRGRiIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==";
|
|
6
|
+
|
|
7
|
+
exports.default = white_humidity;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_precipitation = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIzMy4zMzMzMzU4NzY0NjQ4NDQiIGhlaWdodD0iMzMuMzMzMzM1ODc2NDY0ODQ0IiB2aWV3Qm94PSIwIDAgMzMuMzMzMzM1ODc2NDY0ODQ0IDMzLjMzMzMzNTg3NjQ2NDg0NCI+PGc+PHBhdGggZD0iTTE1LDMxLjY2NjdMMTUsMjYuODc1QzE1LDI1Ljk1NDUsMTUuNzQ2MiwyNS4yMDgzLDE2LjY2NjcsMjUuMjA4M0MxNy41ODcxLDI1LjIwODMsMTguMzMzMywyNS45NTQ1LDE4LjMzMzMsMjYuODc1TDE4LjMzMzMsMzEuNjY2N0MxOC4zMzMzLDMyLjU4NzIsMTcuNTg3MSwzMy4zMzMzLDE2LjY2NjcsMzMuMzMzM0MxNS43NDYyLDMzLjMzMzMsMTUsMzIuNTg3MiwxNSwzMS42NjY3Wk0yMy4zMzMzLDMwLjIwODNMMjMuMzMzMywyNi44NzVDMjMuMzMzMywyNS45NTQ1LDI0LjA3OTUsMjUuMjA4MywyNSwyNS4yMDgzQzI1LjkyMDUsMjUuMjA4MywyNi42NjY3LDI1Ljk1NDUsMjYuNjY2NywyNi44NzVMMjYuNjY2NywzMC4yMDgzQzI2LjY2NjcsMzEuMTI4OCwyNS45MjA1LDMxLjg3NSwyNSwzMS44NzVDMjQuMDc5NSwzMS44NzUsMjMuMzMzMywzMS4xMjg4LDIzLjMzMzMsMzAuMjA4M1pNNi42NjY2NywzMC4yMDgzTDYuNjY2NjcsMjYuODc1QzYuNjY2NjcsMjUuOTU0NSw3LjQxMjg2LDI1LjIwODMsOC4zMzMzMywyNS4yMDgzQzkuMjUzODEsMjUuMjA4MywxMCwyNS45NTQ1LDEwLDI2Ljg3NUwxMCwzMC4yMDgzQzEwLDMxLjEyODgsOS4yNTM4MSwzMS44NzUsOC4zMzMzMywzMS44NzVDNy40MTI4NiwzMS44NzUsNi42NjY2NywzMS4xMjg4LDYuNjY2NjcsMzAuMjA4M1pNOC4zMzMzMywyMy4zMzMzQzMuNzM2MjUsMjMuMzMzMywwLDE5LjQxMDQsMCwxNC41ODMzQzAsMTAuMDc3MSwzLjI1LDYuMzU4NTQsNy40Myw1Ljg5MTY3QzkuMTY2NjcsMi4zOTE4NywxMi42NTIxLDAsMTYuNjY2NywwQzIxLjcyMjMsMCwyNS45MzA0LDMuNzc3NDksMjYuODc1LDguODA4NTRDMzAuNDg2Miw5LjA3MTA0LDMzLjMzMzMsMTIuMTkxOSwzMy4zMzMzLDE2LjA0MjFDMzMuMzMzMywyMC4wNjcxLDMwLjIyMjEsMjMuMzMzNywyNi4zODg4LDIzLjMzMzdMOC4zMzMzMywyMy4zMzMzWiIgZmlsbD0iI0QwRTRGRiIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==";
|
|
6
|
+
|
|
7
|
+
exports.default = white_precipitation;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_pressure = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIzMy4zMzMzMzU4NzY0NjQ4NDQiIGhlaWdodD0iMjMuMzMzMzM1ODc2NDY0ODQ0IiB2aWV3Qm94PSIwIDAgMzMuMzMzMzM1ODc2NDY0ODQ0IDIzLjMzMzMzNTg3NjQ2NDg0NCI+PGc+PHBhdGggZD0iTTI2Ljg3NSw4LjgwODMzQzI1LjkzMDYsMy43NzcwOCwyMS43MjIzLDAsMTYuNjY2NywwQzEyLjY1MjcsMCw5LjE2NjY3LDIuMzkxNjcsNy40MzA2Miw1Ljg5MTY3QzMuMjUsNi4zNTgzMywwLDEwLjA3NzEsMCwxNC41ODMzQzAsMTkuNDEwNCwzLjczNjA0LDIzLjMzMzMsOC4zMzMzMywyMy4zMzMzTDI2LjM4OSwyMy4zMzMzQzMwLjIyMjMsMjMuMzMzMywzMy4zMzMzLDIwLjA2NjcsMzMuMzMzMywxNi4wNDE3QzMzLjMzMzMsMTIuMTkxNywzMC40ODYsOS4wNzA4MywyNi44NzUsOC44MDgzM1oiIGZpbGw9IiNEMEU0RkYiIGZpbGwtb3BhY2l0eT0iMSIvPjwvZz48L3N2Zz4=";
|
|
6
|
+
|
|
7
|
+
exports.default = white_pressure;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_temperature = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxNi42NjcyNDU4NjQ4NjgxNjQiIGhlaWdodD0iMzMuMzMzMzM1ODc2NDY0ODQ0IiB2aWV3Qm94PSIwIDAgMTYuNjY3MjQ1ODY0ODY4MTY0IDMzLjMzMzMzNTg3NjQ2NDg0NCI+PGc+PHBhdGggZD0iTTEzLjMzMzYsMTguMzMzM0wxMy4zMzM2LDVDMTMuMzMzNiwyLjIzODU4LDExLjA5NSwwLDguMzMzNjIsMEM1LjU3MjIsMCwzLjMzMzYyLDIuMjM4NTgsMy4zMzM2Miw1TDMuMzMzNjIsMTguMzMzM0MtMC41OTcwNDUsMjEuMjgxMywtMS4xMzcwNSwyNi45NzI3LDIuMTY5MDUsMzAuNjA3NEM1LjQ3NTE1LDM0LjI0MiwxMS4xOTIxLDM0LjI0MiwxNC40OTgyLDMwLjYwNzRDMTcuODA0MywyNi45NzI3LDE3LjI2NDMsMjEuMjgxMywxMy4zMzM2LDE4LjMzMzNaTTYuNjY2OTYsMTYuNjY2N0w2LjY2Njk2LDVDNi42NjY5Niw0LjA3OTUzLDcuNDEzMTUsMy4zMzMzMyw4LjMzMzYyLDMuMzMzMzNDOS4yNTQxLDMuMzMzMzMsMTAuMDAwMyw0LjA3OTUzLDEwLjAwMDMsNUwxMC4wMDAzLDYuNjY2NjdMOC4zMzM2Miw2LjY2NjY3TDguMzMzNjIsOC4zMzMzM0wxMC4wMDAzLDguMzMzMzNMMTAuMDAwMywxMS42NjY3TDguMzMzNjIsMTEuNjY2N0w4LjMzMzYyLDEzLjMzMzNMMTAuMDAwMywxMy4zMzMzTDEwLjAwMDMsMTYuNjY2N0w2LjY2Njk2LDE2LjY2NjdaIiBmaWxsPSIjRDBFNEZGIiBmaWxsLW9wYWNpdHk9IjEiLz48L2c+PC9zdmc+";
|
|
6
|
+
|
|
7
|
+
exports.default = white_temperature;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_wind_direction = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNi42NjY2Njc5MzgyMzI0MjIiIGhlaWdodD0iMzMuMzMzMzM1ODc2NDY0ODQ0IiB2aWV3Qm94PSIwIDAgMjYuNjY2NjY3OTM4MjMyNDIyIDMzLjMzMzMzNTg3NjQ2NDg0NCI+PGc+PHBhdGggZD0iTTEzLjMzMzMsMEwyNi42NjY3LDMzLjMzMzNMMTMuMzMzMywyMy4zMzMzTDAsMzMuMzMzM0wxMy4zMzMzLDBaIiBmaWxsPSIjRDBFNEZGIiBmaWxsLW9wYWNpdHk9IjEiLz48L2c+PC9zdmc+";
|
|
6
|
+
|
|
7
|
+
exports.default = white_wind_direction;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const white_wind_speed = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIzMy4zMzMzMzU4NzY0NjQ4NDQiIGhlaWdodD0iMjguMzMzMzM1ODc2NDY0ODQ0IiB2aWV3Qm94PSIwIDAgMzMuMzMzMzM1ODc2NDY0ODQ0IDI4LjMzMzMzNTg3NjQ2NDg0NCI+PGc+PHBhdGggZD0iTTIwLjgzMzMsMjMuMzMzM0MyMC44MzMzLDI2LjA5NDgsMTguNTk0OCwyOC4zMzMzLDE1LjgzMzMsMjguMzMzM0MxMy4wNzE5LDI4LjMzMzMsMTAuODMzMywyNi4wOTQ4LDEwLjgzMzMsMjMuMzMzM0wxNC4xNjY3LDIzLjMzMzNDMTQuMTY2NywyNC4yNTM4LDE0LjkxMjksMjUsMTUuODMzMywyNUMxNi43NTM4LDI1LDE3LjUsMjQuMjUzOCwxNy41LDIzLjMzMzNDMTcuNSwyMi40MTI5LDE2Ljc1MzgsMjEuNjY2NywxNS44MzMzLDIxLjY2NjdMMCwyMS42NjY3TDAsMTguMzMzM0wxNS44MzMzLDE4LjMzMzNDMTguNTkxNCwxOC4zNDE1LDIwLjgyNTIsMjAuNTc1MywyMC44MzMzLDIzLjMzMzNaTTI4LjMzMzMsNS44MzMzM0MyOC4zMzMzLDIuNjExNjcsMjUuNzIxNywwLDIyLjUsMEMxOS4yNzgzLDAsMTYuNjY2NywyLjYxMTY3LDE2LjY2NjcsNS44MzMzM0wyMCw1LjgzMzMzQzIwLDQuNDUyNjIsMjEuMTE5MywzLjMzMzMzLDIyLjUsMy4zMzMzM0MyMy44ODA3LDMuMzMzMzMsMjUsNC40NTI2MiwyNSw1LjgzMzMzQzI1LDcuMjE0MDUsMjMuODgwNyw4LjMzMzMzLDIyLjUsOC4zMzMzM0wwLDguMzMzMzNMMCwxMS42NjY3TDIyLjUsMTEuNjY2N0MyNS43MjAyLDExLjY2MzEsMjguMzI5OCw5LjA1MzUyLDI4LjMzMzMsNS44MzMzM1pNMjcuNSwxMy4zMzMzTDAsMTMuMzMzM0wwLDE2LjY2NjdMMjcuNSwxNi42NjY3QzI4Ljg4MDcsMTYuNjY2NywzMCwxNy43ODYsMzAsMTkuMTY2N0MzMCwyMC41NDc0LDI4Ljg4MDcsMjEuNjY2NywyNy41LDIxLjY2NjdMMjcuNSwyNUMzMC43MjE3LDI1LDMzLjMzMzMsMjIuMzg4MywzMy4zMzMzLDE5LjE2NjdDMzMuMzMzMywxNS45NDUsMzAuNzIxNywxMy4zMzMzLDI3LjUsMTMuMzMzM1oiIGZpbGw9IiNEMEU0RkYiIGZpbGwtb3BhY2l0eT0iMSIvPjwvZz48L3N2Zz4=";
|
|
6
|
+
|
|
7
|
+
exports.default = white_wind_speed;
|
|
@@ -4,6 +4,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
4
4
|
|
|
5
5
|
const vue = require('vue');
|
|
6
6
|
const dayjs = require('dayjs');
|
|
7
|
+
const utils = require('../../../utils.js');
|
|
7
8
|
const index = require('./api/index.js');
|
|
8
9
|
const wind_direction = require('./images/wind_direction.svg.js');
|
|
9
10
|
const wind_speed = require('./images/wind_speed.svg.js');
|
|
@@ -11,6 +12,12 @@ const temperature = require('./images/temperature.svg.js');
|
|
|
11
12
|
const pressure = require('./images/pressure.svg.js');
|
|
12
13
|
const humidity = require('./images/humidity.svg.js');
|
|
13
14
|
const precipitation = require('./images/precipitation.svg.js');
|
|
15
|
+
const white_wind_direction = require('./images/white_wind_direction.svg.js');
|
|
16
|
+
const white_humidity = require('./images/white_humidity.svg.js');
|
|
17
|
+
const white_precipitation = require('./images/white_precipitation.svg.js');
|
|
18
|
+
const white_pressure = require('./images/white_pressure.svg.js');
|
|
19
|
+
const white_temperature = require('./images/white_temperature.svg.js');
|
|
20
|
+
const white_wind_speed = require('./images/white_wind_speed.svg.js');
|
|
14
21
|
|
|
15
22
|
const _hoisted_1 = { class: "condition" };
|
|
16
23
|
const _hoisted_2 = ["src"];
|
|
@@ -28,48 +35,55 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
28
35
|
},
|
|
29
36
|
setup(__props) {
|
|
30
37
|
const props = __props;
|
|
38
|
+
const { isDark } = utils.useThemeHook();
|
|
31
39
|
const list = vue.ref([
|
|
32
40
|
{
|
|
33
41
|
name: "风向",
|
|
34
42
|
value: "--",
|
|
35
43
|
unit: "",
|
|
36
44
|
key: "windDirection",
|
|
37
|
-
backgroundUrl: wind_direction.default
|
|
45
|
+
backgroundUrl: wind_direction.default,
|
|
46
|
+
whiteBackgroundUrl: white_wind_direction.default
|
|
38
47
|
},
|
|
39
48
|
{
|
|
40
49
|
name: "风级",
|
|
41
50
|
value: "--",
|
|
42
51
|
unit: "--",
|
|
43
52
|
key: "windScale",
|
|
44
|
-
backgroundUrl: wind_speed.default
|
|
53
|
+
backgroundUrl: wind_speed.default,
|
|
54
|
+
whiteBackgroundUrl: white_wind_speed.default
|
|
45
55
|
},
|
|
46
56
|
{
|
|
47
57
|
name: "温度",
|
|
48
58
|
value: "--",
|
|
49
59
|
unit: "°C",
|
|
50
60
|
key: "temperature",
|
|
51
|
-
backgroundUrl: temperature.default
|
|
61
|
+
backgroundUrl: temperature.default,
|
|
62
|
+
whiteBackgroundUrl: white_temperature.default
|
|
52
63
|
},
|
|
53
64
|
{
|
|
54
65
|
name: "气压",
|
|
55
66
|
value: "--",
|
|
56
67
|
unit: "hPa",
|
|
57
68
|
key: "pres",
|
|
58
|
-
backgroundUrl: pressure.default
|
|
69
|
+
backgroundUrl: pressure.default,
|
|
70
|
+
whiteBackgroundUrl: white_pressure.default
|
|
59
71
|
},
|
|
60
72
|
{
|
|
61
73
|
name: "湿度",
|
|
62
74
|
value: "--",
|
|
63
75
|
unit: "%",
|
|
64
76
|
key: "humidity",
|
|
65
|
-
backgroundUrl: humidity.default
|
|
77
|
+
backgroundUrl: humidity.default,
|
|
78
|
+
whiteBackgroundUrl: white_humidity.default
|
|
66
79
|
},
|
|
67
80
|
{
|
|
68
81
|
name: "降水量",
|
|
69
82
|
value: "--",
|
|
70
83
|
unit: "mm",
|
|
71
84
|
key: "rain",
|
|
72
|
-
backgroundUrl: precipitation.default
|
|
85
|
+
backgroundUrl: precipitation.default,
|
|
86
|
+
whiteBackgroundUrl: white_precipitation.default
|
|
73
87
|
}
|
|
74
88
|
]);
|
|
75
89
|
const fetchData = () => {
|
|
@@ -104,8 +118,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
104
118
|
}, [
|
|
105
119
|
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(item.name), 1),
|
|
106
120
|
vue.createElementVNode("img", {
|
|
107
|
-
src: item.backgroundUrl
|
|
108
|
-
|
|
121
|
+
src: vue.unref(isDark) ? item.backgroundUrl : item.whiteBackgroundUrl,
|
|
122
|
+
class: vue.normalizeClass({ white: !vue.unref(isDark) })
|
|
123
|
+
}, null, 10, _hoisted_2),
|
|
109
124
|
vue.createElementVNode("span", _hoisted_3, vue.toDisplayString(item.value), 1),
|
|
110
125
|
vue.createElementVNode("span", _hoisted_4, vue.toDisplayString(item.unit), 1)
|
|
111
126
|
], 2);
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import _BasicNoData from './index.vue';
|
|
2
|
+
export declare const DvAimsBasicNoData: {
|
|
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
|
+
};
|
|
52
|
+
$attrs: {
|
|
53
|
+
[x: string]: unknown;
|
|
54
|
+
};
|
|
55
|
+
$refs: {
|
|
56
|
+
[x: string]: unknown;
|
|
57
|
+
};
|
|
58
|
+
$slots: Readonly<{
|
|
59
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
$root: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
62
|
+
$parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
63
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
64
|
+
$el: any;
|
|
65
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
66
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
76
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
77
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
78
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
79
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
80
|
+
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;
|
|
81
|
+
};
|
|
82
|
+
$forceUpdate: () => void;
|
|
83
|
+
$nextTick: typeof import("vue").nextTick;
|
|
84
|
+
$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<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
86
|
+
__isFragment?: undefined;
|
|
87
|
+
__isTeleport?: undefined;
|
|
88
|
+
__isSuspense?: undefined;
|
|
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 _BasicNoData;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const utils = require('../../../../utils.js');
|
|
6
|
+
const index = require('./index.vue.js');
|
|
7
|
+
|
|
8
|
+
const DvAimsBasicNoData = utils.install(index.default);
|
|
9
|
+
|
|
10
|
+
exports.default = index.default;
|
|
11
|
+
exports.DvAimsBasicNoData = DvAimsBasicNoData;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
const vue = require('vue');
|
|
6
|
+
require('./index.vue2.js');
|
|
7
|
+
const _pluginVue_exportHelper = require('../../../../_virtual/_plugin-vue_export-helper.js');
|
|
8
|
+
|
|
9
|
+
/* unplugin-vue-components disabled */const _sfc_main = {};
|
|
10
|
+
|
|
11
|
+
const _hoisted_1 = { class: "dv-aims-basic-no-data" };
|
|
12
|
+
|
|
13
|
+
function _sfc_render(_ctx, _cache) {
|
|
14
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, " 暂无数据 "))
|
|
15
|
+
}
|
|
16
|
+
const _BasicNoData = /*#__PURE__*/_pluginVue_exportHelper.default(_sfc_main, [['render',_sfc_render]]);
|
|
17
|
+
|
|
18
|
+
exports.default = _BasicNoData;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
+
|
|
5
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
|
|
6
|
+
|
|
7
|
+
exports.default = index_vue_vue_type_style_index_0_lang;
|
|
@@ -5,6 +5,7 @@ export * from './common/BasicCard';
|
|
|
5
5
|
export * from './common/BasicDialog';
|
|
6
6
|
export * from './common/BasicPanel';
|
|
7
7
|
export * from './common/BasicEcharts';
|
|
8
|
+
export * from './common/BasicNoData';
|
|
8
9
|
/**
|
|
9
10
|
* 业务组件暴露
|
|
10
11
|
*/
|
|
@@ -26,3 +27,4 @@ export * from './MainPollutionMonthRatio';
|
|
|
26
27
|
export * from './AirTimeSeriesAnalysis';
|
|
27
28
|
export * from './TbHbAnalysis';
|
|
28
29
|
export * from './AirQualityRealTimeAndDay';
|
|
30
|
+
export * from './MainPollutionYearRatioList';
|