nxd-plugin 1.7.45 → 1.7.47
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-GeologyLiveAlarm-mPxAthzw.mjs +45320 -0
- package/dist/chunks/{component-HighWayFreeze-ByxdEM06.mjs → component-HighWayFreeze-9INqahBu.mjs} +6 -4
- package/dist/chunks/component-HighwayLiveAlarm-dQdffUQY.mjs +32322 -0
- package/dist/chunks/{component-HighwayLiveAlarmNew-DbEuUJW6.mjs → component-HighwayLiveAlarmNew-OiO7uyqZ.mjs} +118 -110
- package/dist/chunks/{component-ImageGeneration-SPM2CN6K.mjs → component-ImageGeneration-BkSwS0RR.mjs} +1889 -1869
- package/dist/chunks/{component-LithiumBatteryMiningArea-C1KfrHaF.mjs → component-LithiumBatteryMiningArea-Chh8AwLb.mjs} +1 -1
- package/dist/chunks/component-MaterialPreview-Cz5C1iYV.mjs +178 -0
- package/dist/chunks/{component-RadarShortTerm-BlI00kHC.mjs → component-RadarShortTerm-DX9kXkns.mjs} +2 -2
- package/dist/chunks/{component-TimeBasedForecast-DR7FkXAn.mjs → component-TimeBasedForecast-Bg6qu_yy.mjs} +3 -3
- package/dist/chunks/{component-WarningLine-CWqiXdhZ.mjs → component-WarningLine-D1f-Q5rO.mjs} +1 -1
- package/dist/chunks/{component-WarningSignal-CtyCcjNo.mjs → component-WarningSignal-CD6KN09j.mjs} +1 -1
- package/dist/chunks/{component-WeatherForecast-DTGpJVhm.mjs → component-WeatherForecast-30wu6HSj.mjs} +2 -2
- package/dist/chunks/{component-YCLoginNew-DDPai-9U.mjs → component-YCLoginNew-B_Wi1G9n.mjs} +1 -1
- package/dist/nxd-plugin.mjs +28 -26
- package/dist/src/components/GeologyLiveAlarm/GeologyLiveAlarm.vue.d.ts +74 -0
- package/dist/src/components/MaterialPreview/MaterialPreview.vue.d.ts +2 -0
- package/dist/src/index.d.ts +3 -1
- package/dist/styles/component-GeologyLiveAlarm.css +1 -0
- package/dist/styles/component-HighWayFreeze.css +1 -1
- package/dist/styles/component-HighwayLiveAlarmNew.css +1 -1
- package/dist/styles/component-MaterialPreview.css +1 -0
- package/dist/styles/component-YCLogin.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +2 -2
- package/dist/chunks/component-HighwayLiveAlarm-D_lIKhkC.mjs +0 -76958
- /package/dist/chunks/{component-HighWayEarlyWarningRed-BnJyShce.mjs → component-HighWayEarlyWarningRed-B_9L8JsB.mjs} +0 -0
- /package/dist/chunks/{component-HighwayStations-Cmjb6MHu.mjs → component-HighwayStations-BhvfmiM0.mjs} +0 -0
- /package/dist/chunks/{component-HighwayWeatherForecast-ByPDymqX.mjs → component-HighwayWeatherForecast-BXOXcWwJ.mjs} +0 -0
- /package/dist/chunks/{component-MapPopup-B2f0tnVu.mjs → component-MapPopup-B8I4A7Cp.mjs} +0 -0
- /package/dist/chunks/{component-PieLegend-w1YvpVaB.mjs → component-PieLegend-5tlC6rev.mjs} +0 -0
- /package/dist/chunks/{component-RadarChart-Dnjp4cbb.mjs → component-RadarChart-DUQY1PLE.mjs} +0 -0
- /package/dist/chunks/{component-RadarLegend-Coihcxje.mjs → component-RadarLegend-CpVt8t9N.mjs} +0 -0
- /package/dist/chunks/{component-RadarTime-BnWNJDq1.mjs → component-RadarTime-DlM1Kazb.mjs} +0 -0
- /package/dist/chunks/{component-ServiceMaterial-trvjXwHN.mjs → component-ServiceMaterial-Ca1My5rC.mjs} +0 -0
- /package/dist/chunks/{component-ServiceMaterialsBtn-C1ud7xtc.mjs → component-ServiceMaterialsBtn-ChWG5nRG.mjs} +0 -0
- /package/dist/chunks/{component-YCHome-DeLwwN9F.mjs → component-YCHome-C7KSa0hp.mjs} +0 -0
- /package/dist/chunks/{component-YCLogin-DtjB2mai.mjs → component-YCLogin-BB_7gujE.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nxd-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.47",
|
|
4
4
|
"main": "dist/nxd-plugin.mjs",
|
|
5
5
|
"module": "dist/nxd-plugin.mjs",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"js-cookie": "^3.0.5",
|
|
53
53
|
"moment": "^2.30.1",
|
|
54
54
|
"ol": "^10.9.0",
|
|
55
|
-
"ol-wind": "^1.1.
|
|
55
|
+
"ol-wind": "^1.1.1-alpha.2",
|
|
56
56
|
"qs": "^6.15.1"
|
|
57
57
|
}
|
|
58
58
|
}
|