nxd-plugin 1.7.42 → 1.7.43
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-AqiMonitor-DoGm_NCt.mjs → component-AqiMonitor-TeQstcwX.mjs} +20 -20
- package/dist/chunks/{component-HighWayEarlyWarningRed-D89gFa50.mjs → component-HighWayEarlyWarningRed-DUSkc5Gq.mjs} +1 -1
- package/dist/chunks/{component-HighWayFreeze-C_Y5P0wN.mjs → component-HighWayFreeze-BmXHovFq.mjs} +1242 -1483
- package/dist/chunks/{component-HighwayLiveAlarm-DMdnrD3c.mjs → component-HighwayLiveAlarm-niFJdKW9.mjs} +238 -237
- package/dist/chunks/{component-HighwayLiveAlarmNew-W2DKwrPk.mjs → component-HighwayLiveAlarmNew-B-434mfg.mjs} +250 -249
- package/dist/chunks/{component-HighwayStations-CNs3P4Vw.mjs → component-HighwayStations-Ds0mS1Tc.mjs} +4 -4
- package/dist/chunks/{component-HighwayWeatherForecast-Dn6tjaR-.mjs → component-HighwayWeatherForecast-81Gh4M5v.mjs} +3 -3
- package/dist/chunks/{component-ImageGeneration-9XdsjkaE.mjs → component-ImageGeneration-DiYbqjwN.mjs} +1191 -1190
- package/dist/chunks/{component-LithiumBatteryMiningArea-Dj1DMKuU.mjs → component-LithiumBatteryMiningArea-BD-Yp6C8.mjs} +4 -4
- package/dist/chunks/{component-MapPopup-0uM1uyql.mjs → component-MapPopup-FAIPuiTd.mjs} +1 -1
- package/dist/chunks/{component-PieLegend-JVqrszxO.mjs → component-PieLegend-DMyswbHi.mjs} +1 -1
- package/dist/chunks/{component-RadarChart-Dz5sm2q5.mjs → component-RadarChart-BQiq16nx.mjs} +1 -1
- package/dist/chunks/{component-RadarLegend-BKm_34Tm.mjs → component-RadarLegend-CFR9njq7.mjs} +1 -1
- package/dist/chunks/{component-RadarShortTerm-CyMCE9wz.mjs → component-RadarShortTerm-BVj7Jx05.mjs} +83 -82
- package/dist/chunks/{component-RadarTime--DUvLJh2.mjs → component-RadarTime-Xnv8piO_.mjs} +1 -1
- package/dist/chunks/{component-ServiceMaterial-D9i1nsOr.mjs → component-ServiceMaterial-NQJP1tCA.mjs} +1 -1
- package/dist/chunks/{component-ServiceMaterialsBtn-DjUo4Hsx.mjs → component-ServiceMaterialsBtn-959d5IJI.mjs} +217 -217
- package/dist/chunks/{component-TimeBasedForecast-Bc4EOR8R.mjs → component-TimeBasedForecast-BZ9YrmMt.mjs} +5 -5
- package/dist/chunks/{component-WarningLine-C5AGlCZR.mjs → component-WarningLine-DzD4jX2_.mjs} +2 -2
- package/dist/chunks/{component-WarningSignal-BaKdzl4i.mjs → component-WarningSignal-DfRZj6R5.mjs} +2 -2
- package/dist/chunks/{component-WeatherForecast-BzF3E06F.mjs → component-WeatherForecast-ChQEdik7.mjs} +3 -3
- package/dist/chunks/component-YCHome-CY61OonH.mjs +1430 -0
- package/dist/chunks/{component-YCLogin-DWhvv-rf.mjs → component-YCLogin-D0BOD7Uj.mjs} +48 -46
- package/dist/chunks/{component-YCLoginNew-CPPSTPXH.mjs → component-YCLoginNew-BIC_obt4.mjs} +52 -50
- package/dist/nxd-plugin.mjs +26 -26
- package/dist/styles/component-RadarShortTerm.css +1 -1
- package/dist/styles/component-YCLogin.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +3 -3
- package/dist/chunks/component-YCHome-B2wOG1EV.mjs +0 -1768
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nxd-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.43",
|
|
4
4
|
"main": "dist/nxd-plugin.mjs",
|
|
5
5
|
"module": "dist/nxd-plugin.mjs",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -23,7 +23,9 @@
|
|
|
23
23
|
"prepublishOnly": "npm run build"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
+
"@element-plus/icons-vue": "^2.0.0",
|
|
26
27
|
"axios": "^1.0.0",
|
|
28
|
+
"element-plus": "^2.0.0",
|
|
27
29
|
"vue": "^3.0.0"
|
|
28
30
|
},
|
|
29
31
|
"devDependencies": {
|
|
@@ -43,11 +45,9 @@
|
|
|
43
45
|
"vue-tsc": "^3.0.5"
|
|
44
46
|
},
|
|
45
47
|
"dependencies": {
|
|
46
|
-
"@element-plus/icons-vue": "^2.3.2",
|
|
47
48
|
"crypto-js": "^4.2.0",
|
|
48
49
|
"dom-to-image": "^2.6.0",
|
|
49
50
|
"echarts": "^6.0.0",
|
|
50
|
-
"element-plus": "^2.13.7",
|
|
51
51
|
"js-base64": "^3.7.8",
|
|
52
52
|
"js-cookie": "^3.0.5",
|
|
53
53
|
"moment": "^2.30.1",
|