wacomm 2.31.2 → 2.31.3
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/wacomm.cjs.js +1 -1
- package/dist/wacomm.es.js +3 -2
- package/package.json +1 -1
package/dist/wacomm.es.js
CHANGED
|
@@ -33097,8 +33097,9 @@ var WD = kD;
|
|
|
33097
33097
|
//#endregion
|
|
33098
33098
|
//#region src/osmMap/OsmMarkerList.tsx
|
|
33099
33099
|
function GD({ locations: e }) {
|
|
33100
|
-
|
|
33101
|
-
|
|
33100
|
+
let t = e?.filter(({ latitude: e, longitude: t }) => fn(e, t));
|
|
33101
|
+
return Zt.IsZeroArray(t) ? null : /* @__PURE__ */ C(Qa, {
|
|
33102
|
+
items: t,
|
|
33102
33103
|
itemRenderer: ({ id: e, longitude: t, latitude: n, icon: r }) => /* @__PURE__ */ C("li", { children: /* @__PURE__ */ C(WD, {
|
|
33103
33104
|
longitude: t,
|
|
33104
33105
|
latitude: n,
|