nxd-plugin 1.7.94 → 1.7.95

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.
@@ -18566,7 +18566,7 @@ var Ev = class {
18566
18566
  });
18567
18567
  });
18568
18568
  }, re = (t) => {
18569
- t.polygonArr.map((t, n) => {
18569
+ (Array.isArray(t) ? t : t.polygonArr || []).map((t, n) => {
18570
18570
  let r = [];
18571
18571
  t.polygonJson.map((e, t) => {
18572
18572
  e.lat && e.lng ? r.push([e.lng, e.lat]) : r.push(e);
@@ -17,7 +17,7 @@ import { t as p } from "./chunks/component-RadarLegend-UaQXwEdl.mjs";
17
17
  import { t as m } from "./chunks/component-RadarShortTerm-B6DiXwjj.mjs";
18
18
  import { t as h } from "./chunks/component-TimeBasedForecast-eRf8bDpe.mjs";
19
19
  import { t as g } from "./chunks/component-WeatherForecast-COWkCiqA.mjs";
20
- import { t as _ } from "./chunks/component-ImageGeneration-Bn1LfQ7G.mjs";
20
+ import { t as _ } from "./chunks/component-ImageGeneration-B7L3rXzG.mjs";
21
21
  import { t as v } from "./chunks/component-WarningSignal-uXiAUGTl.mjs";
22
22
  import { t as y } from "./chunks/component-RadarChart-DrQnSK2_.mjs";
23
23
  import { t as b } from "./chunks/component-MapPopup-CRQjbIZT.mjs";