@idmwx/idmui-gl3 6.5.1 → 6.5.2
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/index.js +2 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6777,7 +6777,7 @@ const ki = {
|
|
|
6777
6777
|
},
|
|
6778
6778
|
roundPrecision() {
|
|
6779
6779
|
return function(a, e = 4) {
|
|
6780
|
-
return isNaN(a) ? "-" : he.roundPrecision(a, e);
|
|
6780
|
+
return isNaN(a) || a === null || a === void 0 ? "-" : he.roundPrecision(a, e);
|
|
6781
6781
|
};
|
|
6782
6782
|
}
|
|
6783
6783
|
},
|
|
@@ -7504,7 +7504,7 @@ function Fr(a, e, t, r, i, s) {
|
|
|
7504
7504
|
[Fe, i.showMeteo]
|
|
7505
7505
|
]);
|
|
7506
7506
|
}
|
|
7507
|
-
const Rr = /* @__PURE__ */ Y(ki, [["render", Fr], ["__scopeId", "data-v-
|
|
7507
|
+
const Rr = /* @__PURE__ */ Y(ki, [["render", Fr], ["__scopeId", "data-v-77e2c5ff"]]), jr = {
|
|
7508
7508
|
name: "IdmWarZone",
|
|
7509
7509
|
props: {
|
|
7510
7510
|
map: {
|