nxd-plugin 1.7.46 → 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.
Files changed (35) hide show
  1. package/dist/chunks/component-GeologyLiveAlarm-mPxAthzw.mjs +45320 -0
  2. package/dist/chunks/component-HighwayLiveAlarm-dQdffUQY.mjs +32322 -0
  3. package/dist/chunks/{component-HighwayLiveAlarmNew-BfK7FOLK.mjs → component-HighwayLiveAlarmNew-OiO7uyqZ.mjs} +204 -204
  4. package/dist/chunks/{component-ImageGeneration-SPM2CN6K.mjs → component-ImageGeneration-BkSwS0RR.mjs} +1889 -1869
  5. package/dist/chunks/{component-LithiumBatteryMiningArea-C1KfrHaF.mjs → component-LithiumBatteryMiningArea-Chh8AwLb.mjs} +1 -1
  6. package/dist/chunks/component-MaterialPreview-Cz5C1iYV.mjs +178 -0
  7. package/dist/chunks/{component-RadarShortTerm-BlI00kHC.mjs → component-RadarShortTerm-DX9kXkns.mjs} +2 -2
  8. package/dist/chunks/{component-TimeBasedForecast-DR7FkXAn.mjs → component-TimeBasedForecast-Bg6qu_yy.mjs} +3 -3
  9. package/dist/chunks/{component-WarningLine-CWqiXdhZ.mjs → component-WarningLine-D1f-Q5rO.mjs} +1 -1
  10. package/dist/chunks/{component-WarningSignal-CtyCcjNo.mjs → component-WarningSignal-CD6KN09j.mjs} +1 -1
  11. package/dist/chunks/{component-WeatherForecast-DTGpJVhm.mjs → component-WeatherForecast-30wu6HSj.mjs} +2 -2
  12. package/dist/chunks/{component-YCLoginNew-DDPai-9U.mjs → component-YCLoginNew-B_Wi1G9n.mjs} +1 -1
  13. package/dist/nxd-plugin.mjs +28 -26
  14. package/dist/src/components/GeologyLiveAlarm/GeologyLiveAlarm.vue.d.ts +74 -0
  15. package/dist/src/components/MaterialPreview/MaterialPreview.vue.d.ts +2 -0
  16. package/dist/src/index.d.ts +3 -1
  17. package/dist/styles/component-GeologyLiveAlarm.css +1 -0
  18. package/dist/styles/component-MaterialPreview.css +1 -0
  19. package/dist/styles/component-YCLogin.css +1 -1
  20. package/dist/styles/component-YCLoginNew.css +1 -1
  21. package/package.json +2 -2
  22. package/dist/chunks/component-HighwayLiveAlarm-D_lIKhkC.mjs +0 -76958
  23. /package/dist/chunks/{component-HighWayEarlyWarningRed-BnJyShce.mjs → component-HighWayEarlyWarningRed-B_9L8JsB.mjs} +0 -0
  24. /package/dist/chunks/{component-HighWayFreeze-BOV33QgS.mjs → component-HighWayFreeze-9INqahBu.mjs} +0 -0
  25. /package/dist/chunks/{component-HighwayStations-Cmjb6MHu.mjs → component-HighwayStations-BhvfmiM0.mjs} +0 -0
  26. /package/dist/chunks/{component-HighwayWeatherForecast-ByPDymqX.mjs → component-HighwayWeatherForecast-BXOXcWwJ.mjs} +0 -0
  27. /package/dist/chunks/{component-MapPopup-B2f0tnVu.mjs → component-MapPopup-B8I4A7Cp.mjs} +0 -0
  28. /package/dist/chunks/{component-PieLegend-w1YvpVaB.mjs → component-PieLegend-5tlC6rev.mjs} +0 -0
  29. /package/dist/chunks/{component-RadarChart-Dnjp4cbb.mjs → component-RadarChart-DUQY1PLE.mjs} +0 -0
  30. /package/dist/chunks/{component-RadarLegend-Coihcxje.mjs → component-RadarLegend-CpVt8t9N.mjs} +0 -0
  31. /package/dist/chunks/{component-RadarTime-BnWNJDq1.mjs → component-RadarTime-DlM1Kazb.mjs} +0 -0
  32. /package/dist/chunks/{component-ServiceMaterial-trvjXwHN.mjs → component-ServiceMaterial-Ca1My5rC.mjs} +0 -0
  33. /package/dist/chunks/{component-ServiceMaterialsBtn-C1ud7xtc.mjs → component-ServiceMaterialsBtn-ChWG5nRG.mjs} +0 -0
  34. /package/dist/chunks/{component-YCHome-DeLwwN9F.mjs → component-YCHome-C7KSa0hp.mjs} +0 -0
  35. /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.46",
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.4",
55
+ "ol-wind": "^1.1.1-alpha.2",
56
56
  "qs": "^6.15.1"
57
57
  }
58
58
  }