@idmwx/idmui-report 3.1.5 → 3.1.6
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 +3 -3
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10978,7 +10978,7 @@ const JB = {
|
|
|
10978
10978
|
computed: {
|
|
10979
10979
|
computePrecision() {
|
|
10980
10980
|
return function(s, a = 0) {
|
|
10981
|
-
return isNaN(s) ? "-" : Lo.roundPrecision(s, a);
|
|
10981
|
+
return isNaN(s) || s === -999 ? "-" : Lo.roundPrecision(s, a);
|
|
10982
10982
|
};
|
|
10983
10983
|
},
|
|
10984
10984
|
computeHours() {
|
|
@@ -11284,7 +11284,7 @@ const JB = {
|
|
|
11284
11284
|
return p;
|
|
11285
11285
|
}
|
|
11286
11286
|
}
|
|
11287
|
-
}, pn = (s) => (re("data-v-
|
|
11287
|
+
}, pn = (s) => (re("data-v-80c7f977"), s = s(), ue(), s), KB = { class: "typhoon-report" }, qB = { class: "report-content" }, XB = { class: "map" }, jB = { class: "table" }, tL = /* @__PURE__ */ pn(() => /* @__PURE__ */ t("thead", null, [
|
|
11288
11288
|
/* @__PURE__ */ t("tr", null, [
|
|
11289
11289
|
/* @__PURE__ */ t("td", null, "Time"),
|
|
11290
11290
|
/* @__PURE__ */ t("td", null, "Position"),
|
|
@@ -11359,7 +11359,7 @@ function sL(s, a, o, u, i, l) {
|
|
|
11359
11359
|
eL
|
|
11360
11360
|
]);
|
|
11361
11361
|
}
|
|
11362
|
-
const oL = /* @__PURE__ */ Lt(JB, [["render", sL], ["__scopeId", "data-v-
|
|
11362
|
+
const oL = /* @__PURE__ */ Lt(JB, [["render", sL], ["__scopeId", "data-v-80c7f977"]]), Rst = {
|
|
11363
11363
|
install(s) {
|
|
11364
11364
|
s.component("TropicalReport", oL);
|
|
11365
11365
|
}
|