nxd-plugin 1.7.4 → 1.7.41
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/chunks/component-PieLegend-JVqrszxO.mjs +48 -0
- package/dist/nxd-plugin.mjs +14 -12
- package/dist/src/components/PieLegend/PieLegend.vue.d.ts +14 -0
- package/dist/src/components/RadarLegend/RadarLegend.vue.d.ts +23 -0
- package/dist/src/index.d.ts +3 -1
- package/dist/styles/component-PieLegend.css +1 -0
- package/dist/styles/component-YCLogin.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +1 -1
package/dist/nxd-plugin.mjs
CHANGED
|
@@ -11,18 +11,20 @@ import { t as l } from "./chunks/component-HighwayWeatherForecast-Dn6tjaR-.mjs";
|
|
|
11
11
|
import { t as u } from "./chunks/component-YCLogin-DWhvv-rf.mjs";
|
|
12
12
|
import { t as d } from "./chunks/component-LithiumBatteryMiningArea-Dj1DMKuU.mjs";
|
|
13
13
|
import { t as f } from "./chunks/component-YCLoginNew-CPPSTPXH.mjs";
|
|
14
|
-
import { t as p } from "./chunks/component-
|
|
15
|
-
import { t as m } from "./chunks/component-
|
|
16
|
-
import { t as h } from "./chunks/component-
|
|
17
|
-
import { t as g } from "./chunks/component-
|
|
18
|
-
import { t as _ } from "./chunks/component-
|
|
19
|
-
import { t as v } from "./chunks/component-
|
|
20
|
-
import { t as y } from "./chunks/component-
|
|
21
|
-
import { t as b } from "./chunks/component-
|
|
22
|
-
import { t as x } from "./chunks/component-
|
|
14
|
+
import { t as p } from "./chunks/component-RadarLegend-DQp5wjbz.mjs";
|
|
15
|
+
import { t as m } from "./chunks/component-RadarShortTerm-CZEP_KxT.mjs";
|
|
16
|
+
import { t as h } from "./chunks/component-TimeBasedForecast-Bc4EOR8R.mjs";
|
|
17
|
+
import { t as g } from "./chunks/component-WeatherForecast-BzF3E06F.mjs";
|
|
18
|
+
import { t as _ } from "./chunks/component-WarningSignal-BaKdzl4i.mjs";
|
|
19
|
+
import { t as v } from "./chunks/component-RadarChart-Dz5sm2q5.mjs";
|
|
20
|
+
import { t as y } from "./chunks/component-MapPopup-0uM1uyql.mjs";
|
|
21
|
+
import { t as b } from "./chunks/component-RadarTime--DUvLJh2.mjs";
|
|
22
|
+
import { t as x } from "./chunks/component-ServiceMaterial-D9i1nsOr.mjs";
|
|
23
|
+
import { t as S } from "./chunks/component-WarningLine-C5AGlCZR.mjs";
|
|
24
|
+
import { t as C } from "./chunks/component-PieLegend-JVqrszxO.mjs";
|
|
23
25
|
//#region src/index.ts
|
|
24
|
-
var
|
|
25
|
-
|
|
26
|
+
var w = { install(w) {
|
|
27
|
+
w.component("HighwayLiveAlarm", n), w.component("HighwayLiveAlarmNew", o), w.component("HighwayStations", c), w.component("HighWayEarlyWarningRed", s), w.component("HighwayWeatherForecast", l), w.component("ServiceMaterialsBtn", a), w.component("YCHome", r), w.component("YCLogin", u), w.component("YCLoginNew", f), w.component("HighWayFreeze", e), w.component("RadarShortTerm", m), w.component("LithiumBatteryMiningArea", d), w.component("TimeBasedForecast", h), w.component("WeatherForecast", g), w.component("ImageGeneration", i), w.component("WarningSignal", _), w.component("RadarChart", v), w.component("AqiMonitor", t), w.component("MapPopup", y), w.component("RadarTime", b), w.component("ServiceMaterial", x), w.component("WarningLine", S), w.component("RadarLegend", p), w.component("PieLegend", C);
|
|
26
28
|
} };
|
|
27
29
|
//#endregion
|
|
28
|
-
export { t as AqiMonitor, s as HighWayEarlyWarningRed, e as HighWayFreeze, n as HighwayLiveAlarm, o as HighwayLiveAlarmNew, c as HighwayStations, l as HighwayWeatherForecast, i as ImageGeneration, d as LithiumBatteryMiningArea,
|
|
30
|
+
export { t as AqiMonitor, s as HighWayEarlyWarningRed, e as HighWayFreeze, n as HighwayLiveAlarm, o as HighwayLiveAlarmNew, c as HighwayStations, l as HighwayWeatherForecast, i as ImageGeneration, d as LithiumBatteryMiningArea, y as MapPopup, C as PieLegend, v as RadarChart, p as RadarLegend, m as RadarShortTerm, b as RadarTime, x as ServiceMaterial, a as ServiceMaterialsBtn, h as TimeBasedForecast, S as WarningLine, _ as WarningSignal, g as WeatherForecast, r as YCHome, u as YCLogin, f as YCLoginNew, w as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
show: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
show: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
show: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
show: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
isVertical: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
show: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
isVertical: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
show: boolean;
|
|
21
|
+
isVertical: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
23
|
+
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -20,7 +20,9 @@ import { default as MapPopup } from './components/MapPopup/MapPopup.vue';
|
|
|
20
20
|
import { default as RadarTime } from './components/RadarTime/RadarTime.vue';
|
|
21
21
|
import { default as ServiceMaterial } from './components/ServiceMaterial/ServiceMaterial.vue';
|
|
22
22
|
import { default as WarningLine } from './components/WarningLine/WarningLine.vue';
|
|
23
|
+
import { default as RadarLegend } from './components/RadarLegend/RadarLegend.vue';
|
|
24
|
+
import { default as PieLegend } from './components/PieLegend/PieLegend.vue';
|
|
23
25
|
import { Plugin } from 'vue';
|
|
24
|
-
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLogin, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine };
|
|
26
|
+
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLogin, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine, RadarLegend, PieLegend };
|
|
25
27
|
declare const plugin: Plugin;
|
|
26
28
|
export default plugin;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.PieLegend[data-v-f8585ff9]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0a2140eb 0%,#081730eb 100%);border:1px solid #5a96eb73;border-radius:8px;width:fit-content;padding:10px 12px 8px;box-shadow:0 8px 20px #00000059,inset 0 0 12px #2876e829}.PieLegend .PieLegend__header[data-v-f8585ff9]{border-bottom:1px solid #5a96eb4d;margin-bottom:8px;padding-bottom:6px}.PieLegend .PieLegend__title[data-v-f8585ff9]{letter-spacing:.5px;color:#e8f3ff;text-shadow:0 0 8px #409eff73;font-size:12px;font-weight:600}.PieLegend .PieLegend__list[data-v-f8585ff9]{flex-direction:column;gap:6px;display:flex}.PieLegend .PieLegend__item[data-v-f8585ff9]{align-items:center;gap:8px;min-height:20px;display:flex}.PieLegend .PieLegend__img[data-v-f8585ff9]{object-fit:contain;flex-shrink:0;width:20px;height:20px}.PieLegend .PieLegend__name[data-v-f8585ff9]{color:#e6f2ff;text-shadow:0 0 6px #1450a273;white-space:nowrap;font-size:12px}
|