@idmwx/idmui-report 3.3.3 → 3.3.5

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.
@@ -1,6 +1,14 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
+ const name: string;
3
4
  const components: undefined;
5
+ namespace props {
6
+ namespace report {
7
+ export const type: ObjectConstructor;
8
+ function _default(): {};
9
+ export { _default as default };
10
+ }
11
+ }
4
12
  function data(): {
5
13
  account: {
6
14
  CNY: {
@@ -30,12 +38,8 @@ declare namespace _sfc_main {
30
38
  maxColspans: number;
31
39
  totalInUS: number;
32
40
  };
33
- namespace props {
34
- namespace report {
35
- export const type: ObjectConstructor;
36
- function _default(): {};
37
- export { _default as default };
38
- }
41
+ namespace computed {
42
+ function computeTime(): (time: any, format?: string) => string;
39
43
  }
40
44
  namespace watch {
41
45
  export namespace report_1 {
@@ -44,8 +48,4 @@ declare namespace _sfc_main {
44
48
  }
45
49
  export { report_1 as report };
46
50
  }
47
- namespace computed {
48
- function computeTime(): (time: any, format?: string) => string;
49
- }
50
- function mounted(): void;
51
51
  }
@@ -1,5 +1,6 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
+ const name: string;
3
4
  const components: undefined;
4
5
  namespace props {
5
6
  namespace report {
@@ -1,5 +1,6 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
+ const name: string;
3
4
  const components: undefined;
4
5
  namespace props {
5
6
  namespace report {
@@ -8,6 +9,11 @@ declare namespace _sfc_main {
8
9
  export { _default as default };
9
10
  }
10
11
  }
12
+ const emits: string[];
13
+ function data(): {
14
+ inventory: never[];
15
+ loading: boolean;
16
+ };
11
17
  namespace computed {
12
18
  function computeUTCTime(): (time: any, format?: string) => string;
13
19
  }
@@ -18,10 +24,6 @@ declare namespace _sfc_main {
18
24
  }
19
25
  export { report_1 as report };
20
26
  }
21
- function data(): {
22
- inventory: never[];
23
- loading: boolean;
24
- };
25
27
  namespace methods {
26
28
  function commit(content: any): void;
27
29
  function prepare(): void;
package/dist/index.js CHANGED
@@ -10357,9 +10357,10 @@ function TL(s, c, o, u, i, l) {
10357
10357
  }
10358
10358
  const OL = /* @__PURE__ */ Ht(IB, [["render", TL], ["__scopeId", "data-v-24e80f66"]]);
10359
10359
  const EL = {
10360
+ name: "OrmVoyageIndex",
10360
10361
  components: {
10361
10362
  Brand: lo,
10362
- Summary: wF,
10363
+ VoySummary: wF,
10363
10364
  Inventory: RB,
10364
10365
  Chart: OL,
10365
10366
  Loading: Cl
@@ -10370,6 +10371,13 @@ const EL = {
10370
10371
  default: () => ({})
10371
10372
  }
10372
10373
  },
10374
+ emits: ["commit"],
10375
+ data() {
10376
+ return {
10377
+ inventory: [],
10378
+ loading: !0
10379
+ };
10380
+ },
10373
10381
  computed: {
10374
10382
  computeUTCTime() {
10375
10383
  return function(s, c = "MMM-DD/HHmm[Z]") {
@@ -10387,12 +10395,6 @@ const EL = {
10387
10395
  immediate: !0
10388
10396
  }
10389
10397
  },
10390
- data() {
10391
- return {
10392
- inventory: [],
10393
- loading: !0
10394
- };
10395
- },
10396
10398
  methods: {
10397
10399
  commit(s) {
10398
10400
  this.$emit("commit", s);
@@ -10406,7 +10408,7 @@ const EL = {
10406
10408
  u.inventory.sample.hours.forEach((m, T) => {
10407
10409
  l || (l = m), (!y || r) && (y = m, r = !1), l.segIndex === m.segIndex ? l.segLength = (l.segLength || 0) + 1 : (l = m, l.segLength = 1), y.noonLength = (y.noonLength || 0) + 1;
10408
10410
  let O = m.type.charAt(0);
10409
- ["N", "M", "E"].includes(O) && (r = !0, y.dailyAvgCf = m.dailyAvgCf, y.avgSpdCalc = m.avgSpdCalc, y.distanceCalc = m.distanceCalc, y.noonUtc = m.utc, y.noon = m.noon), m.abbrev = O, O = O === "M" ? "*" : O === "A" ? "" : O, m.time = `${O} ${this.computeUTCTime(m.utc, "MMM-DD/HHmm[Z]")}`, m._lng = ie.lng2pretty(m.lng), m._lat = ie.lat2pretty(m.lat), m.cp = i, s.push(m);
10411
+ ["N", "M", "E"].includes(O) && (r = !0, y.dailyAvgCf = m.dailyAvgCf, y.avgSpdCalc = m.avgSpdCalc, y.distanceCalc = m.distanceCalc, y.noonUtc = m.utc), m.abbrev = O, O = O === "M" ? "*" : O === "A" ? "" : O, m.time = `${O} ${this.computeUTCTime(m.utc, "MMM-DD/HHmm[Z]")}`, m._lng = ie.lng2pretty(m.lng), m._lat = ie.lat2pretty(m.lat), m.cp = i, s.push(m);
10410
10412
  });
10411
10413
  }), s.sort((u, i) => u.date - i.date), this.inventory = s;
10412
10414
  }
@@ -10414,7 +10416,7 @@ const EL = {
10414
10416
  };
10415
10417
  function PL(s, c, o, u, i, l) {
10416
10418
  var x, k;
10417
- const y = lt("Brand"), r = lt("Loading"), m = lt("Summary"), T = lt("Inventory"), O = lt("Chart");
10419
+ const y = lt("Brand"), r = lt("Loading"), m = lt("VoySummary"), T = lt("Inventory"), O = lt("Chart");
10418
10420
  return n(), d("div", {
10419
10421
  class: A((k = (x = o.report) == null ? void 0 : x.weather) != null && k.referenceOnly ? "report-section watermark" : "report-section")
10420
10422
  }, [
@@ -10443,7 +10445,7 @@ function PL(s, c, o, u, i, l) {
10443
10445
  }, null, 8, ["report", "inventory"])
10444
10446
  ], 2);
10445
10447
  }
10446
- const WL = /* @__PURE__ */ Ht(EL, [["render", PL], ["__scopeId", "data-v-0b5d13da"]]), dot = {
10448
+ const WL = /* @__PURE__ */ Ht(EL, [["render", PL], ["__scopeId", "data-v-f77ce72a"]]), dot = {
10447
10449
  install(s) {
10448
10450
  s.component("OpiVoyageReport", G4), s.component("FliVoyageReport", w6), s.component("OrmVoyageReport", WL);
10449
10451
  }
@@ -10744,9 +10746,16 @@ function kM(s, c, o, u, i, l) {
10744
10746
  }
10745
10747
  const SM = /* @__PURE__ */ Ht(HL, [["render", kM], ["__scopeId", "data-v-db643e45"]]);
10746
10748
  const TM = {
10749
+ name: "OrmInvoice",
10747
10750
  components: {
10748
10751
  IdmBrand: lo
10749
10752
  },
10753
+ props: {
10754
+ report: {
10755
+ type: Object,
10756
+ default: () => ({})
10757
+ }
10758
+ },
10750
10759
  data() {
10751
10760
  return {
10752
10761
  account: {
@@ -10778,10 +10787,11 @@ const TM = {
10778
10787
  totalInUS: 0
10779
10788
  };
10780
10789
  },
10781
- props: {
10782
- report: {
10783
- type: Object,
10784
- default: () => ({})
10790
+ computed: {
10791
+ computeTime() {
10792
+ return function(s, c = "YYYY, MMM-DD/HHmm[LT]") {
10793
+ return s !== "-" ? `${V(s).utcOffset(8).format(c)}` : "-";
10794
+ };
10785
10795
  }
10786
10796
  },
10787
10797
  watch: {
@@ -10792,17 +10802,8 @@ const TM = {
10792
10802
  },
10793
10803
  immediate: !0
10794
10804
  }
10795
- },
10796
- computed: {
10797
- computeTime() {
10798
- return function(s, c = "YYYY, MMM-DD/HHmm[LT]") {
10799
- return s !== "-" ? `${V(s).utcOffset(8).format(c)}` : "-";
10800
- };
10801
- }
10802
- },
10803
- mounted() {
10804
10805
  }
10805
- }, Ve = (s) => (he("data-v-3894214e"), s = s(), ve(), s), OM = { class: "invoice-report" }, EM = { class: "section items-section" }, PM = { class: "flex-start" }, WM = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "Bill To:", -1)), FM = ["innerHTML"], BM = { class: "flex-space" }, LM = { class: "invoice-item" }, MM = {
10806
+ }, Ve = (s) => (he("data-v-95c80c22"), s = s(), ve(), s), OM = { class: "invoice-report" }, EM = { class: "section items-section" }, PM = { class: "flex-start" }, WM = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "Bill To:", -1)), FM = ["innerHTML"], BM = { class: "flex-space" }, LM = { class: "invoice-item" }, MM = {
10806
10807
  key: 0,
10807
10808
  class: "invoice-item"
10808
10809
  }, HM = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("thead", null, [
@@ -10832,7 +10833,7 @@ const TM = {
10832
10833
  }, "MEMO", -1)), lH = ["innerHTML"], aH = { class: "section company-section" }, nH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("div", {
10833
10834
  class: "company-item",
10834
10835
  style: { "font-weight": "600", "font-size": "16px", "margin-bottom": "10px" }
10835
- }, "Bank Information", -1)), dH = { class: "company-item" }, cH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank", -1)), rH = { class: "company-item" }, uH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Account", -1)), hH = { class: "company-item" }, vH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Title", -1)), _H = { class: "company-item" }, pH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Addr", -1)), fH = { class: "company-item" }, yH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Tel", -1)), mH = { class: "company-item" }, bH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Tax ID", -1)), xH = { class: "company-item" }, CH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Beneficiary's Name", -1)), gH = { class: "company-item" }, DH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank Name", -1)), AH = { class: "company-item" }, wH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank Address", -1)), kH = { class: "company-item" }, SH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Account No.", -1)), TH = { class: "company-item" }, OH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), EH = { class: "company-item" }, PH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Intermediary Bank", -1)), WH = { class: "company-item" }, FH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), BH = { class: "company-item" }, LH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "ABA NO.", -1)), MH = /* @__PURE__ */ rt('<div class="section sign-section" data-v-3894214e><div class="flex-space" data-v-3894214e><div class="sign-block" data-v-3894214e><div data-v-3894214e>Finance Team</div><div data-v-3894214e>Ocean Right Marine Service Co., Ltd.</div><div data-v-3894214e>Email: <a href="mailto:op@ormwx.com" data-v-3894214e>op@ormwx.com</a></div><div data-v-3894214e>Address: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-3894214e> Thank You </div></div></div>', 1);
10836
+ }, "Bank Information", -1)), dH = { class: "company-item" }, cH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank", -1)), rH = { class: "company-item" }, uH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Account", -1)), hH = { class: "company-item" }, vH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Title", -1)), _H = { class: "company-item" }, pH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Addr", -1)), fH = { class: "company-item" }, yH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Tel", -1)), mH = { class: "company-item" }, bH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Tax ID", -1)), xH = { class: "company-item" }, CH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Beneficiary's Name", -1)), gH = { class: "company-item" }, DH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank Name", -1)), AH = { class: "company-item" }, wH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Bank Address", -1)), kH = { class: "company-item" }, SH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Account No.", -1)), TH = { class: "company-item" }, OH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), EH = { class: "company-item" }, PH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "Intermediary Bank", -1)), WH = { class: "company-item" }, FH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), BH = { class: "company-item" }, LH = /* @__PURE__ */ Ve(() => /* @__PURE__ */ t("label", null, "ABA NO.", -1)), MH = /* @__PURE__ */ rt('<div class="section sign-section" data-v-95c80c22><div class="flex-space" data-v-95c80c22><div class="sign-block" data-v-95c80c22><div data-v-95c80c22>Finance Team</div><div data-v-95c80c22>Ocean Right Marine Service Co., Ltd.</div><div data-v-95c80c22>Email: <a href="mailto:op@ormwx.com" data-v-95c80c22>op@ormwx.com</a></div><div data-v-95c80c22>Address: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-95c80c22>Thank You</div></div></div>', 1);
10836
10837
  function HH(s, c, o, u, i, l) {
10837
10838
  var r, m, T, O, x, k, F, v, W, E, $, U, H, G, S, N, X, tt, J, I, D, Q, z, Y, Z, et, nt, it, g, K, ot, a, dt, h, ct, ut, ht, ft, yt, mt, bt, wt;
10838
10839
  const y = lt("IdmBrand");
@@ -10895,7 +10896,7 @@ function HH(s, c, o, u, i, l) {
10895
10896
  ]))), 128))
10896
10897
  ])
10897
10898
  ], 64)) : b("", !0),
10898
- t("tfoot", null, [
10899
+ t("tbody", null, [
10899
10900
  ((F = o.report) == null ? void 0 : F.paymentType) === "CNY" ? (n(), d(P, { key: 0 }, [
10900
10901
  t("tr", null, [
10901
10902
  t("td", { colspan: i.maxColspans }, YM, 8, NM),
@@ -10995,7 +10996,7 @@ function HH(s, c, o, u, i, l) {
10995
10996
  MH
10996
10997
  ]);
10997
10998
  }
10998
- const GH = /* @__PURE__ */ Ht(TM, [["render", HH], ["__scopeId", "data-v-3894214e"]]);
10999
+ const GH = /* @__PURE__ */ Ht(TM, [["render", HH], ["__scopeId", "data-v-95c80c22"]]);
10999
11000
  const $H = {
11000
11001
  components: {
11001
11002
  IdmBrand: lo
@@ -13585,6 +13586,7 @@ const VJ = /* @__PURE__ */ Ht(hY, [["render", zJ], ["__scopeId", "data-v-77edf8a
13585
13586
  }
13586
13587
  };
13587
13588
  const QJ = {
13589
+ name: "OrmStoppage",
13588
13590
  components: {
13589
13591
  IdmBrand: lo
13590
13592
  },
@@ -13603,7 +13605,7 @@ const QJ = {
13603
13605
  computed: {
13604
13606
  computeUTCTime() {
13605
13607
  return function(s, c = "MMM-DD/HHmm[Z]") {
13606
- return `${V(s).utc().format(c)}`;
13608
+ return s ? `${V(s).utc().format(c)}` : "";
13607
13609
  };
13608
13610
  },
13609
13611
  computeLat() {
@@ -13627,16 +13629,13 @@ const QJ = {
13627
13629
  };
13628
13630
  }
13629
13631
  }
13630
- }, io = (s) => (he("data-v-7a8a2e6d"), s = s(), ve(), s), JJ = { class: "stoppage-report" }, KJ = { class: "report-summary" }, qJ = { class: "summary-item" }, jJ = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Name", -1)), XJ = { class: "flexL gray" }, tK = { class: "summary-item" }, eK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Prepared For", -1)), sK = { class: "flexL gray" }, oK = { class: "summary-item" }, iK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Type", -1)), lK = { class: "flexL gray" }, aK = { class: "summary-item" }, nK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Reference Number", -1)), dK = { class: "flexL gray" }, cK = { class: "summary-item" }, rK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Departure", -1)), uK = {
13632
+ }, io = (s) => (he("data-v-41122d35"), s = s(), ve(), s), JJ = { class: "stoppage-report" }, KJ = { class: "report-summary" }, qJ = { class: "summary-item" }, jJ = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Name", -1)), XJ = { class: "flexL gray" }, tK = { class: "summary-item" }, eK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Prepared For", -1)), sK = { class: "flexL gray" }, oK = { class: "summary-item" }, iK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Vessel Type", -1)), lK = { class: "flexL gray" }, aK = { class: "summary-item" }, nK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Reference Number", -1)), dK = { class: "flexL gray" }, cK = { class: "summary-item" }, rK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Departure", -1)), uK = {
13631
13633
  class: "flexL gray",
13632
13634
  style: { display: "flex" }
13633
13635
  }, hK = { class: "flex" }, vK = { class: "flexM" }, _K = { class: "summary-item" }, pK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("label", { class: "flex gray" }, "Arrival", -1)), fK = {
13634
13636
  class: "flexL gray",
13635
13637
  style: { display: "flex" }
13636
- }, yK = { class: "flex" }, mK = { class: "flexM" }, bK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), xK = { class: "report-summary" }, CK = { class: "summary-item" }, gK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "Total Time Lost", -1)), DK = { class: "summary-item" }, AK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "FO Total Consumption", -1)), wK = { class: "summary-item" }, kK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "DO/GO Total Consumption", -1)), SK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", {
13637
- class: "subtitle",
13638
- style: { "page-break-before": "always" }
13639
- }, "Stoppage Info", -1)), TK = { class: "report-table" }, OK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("thead", null, [
13638
+ }, yK = { class: "flex" }, mK = { class: "flexM" }, bK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Report Summary", -1)), xK = { class: "report-summary" }, CK = { class: "summary-item" }, gK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "Total Time Lost", -1)), DK = { class: "summary-item" }, AK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "FO Total Consumption", -1)), wK = { class: "summary-item" }, kK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "flex blue" }, "DO/GO Total Consumption", -1)), SK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Stoppage Info", -1)), TK = { class: "report-table" }, OK = /* @__PURE__ */ io(() => /* @__PURE__ */ t("thead", null, [
13640
13639
  /* @__PURE__ */ t("tr", null, [
13641
13640
  /* @__PURE__ */ t("th", { rowspan: 2 }, "Stoppage"),
13642
13641
  /* @__PURE__ */ t("th", { rowspan: 2 }, "Position"),
@@ -13746,7 +13745,7 @@ function HK(s, c, o, u, i, l) {
13746
13745
  ])
13747
13746
  ]);
13748
13747
  }
13749
- const GK = /* @__PURE__ */ Ht(QJ, [["render", HK], ["__scopeId", "data-v-7a8a2e6d"]]), hot = {
13748
+ const GK = /* @__PURE__ */ Ht(QJ, [["render", HK], ["__scopeId", "data-v-41122d35"]]), hot = {
13750
13749
  install(s) {
13751
13750
  s.component("StoppageReport", GK);
13752
13751
  }
@@ -16710,7 +16709,7 @@ const Tet = {
16710
16709
  (c = this.map) == null || c.flyTo({ center: [s.lng, s.lat], zoom: 8 });
16711
16710
  }
16712
16711
  }
16713
- }, Ke = (s) => (he("data-v-93671675"), s = s(), ve(), s), Oet = { class: "precipitation-report" }, Eet = { class: "section area-section" }, Pet = { class: "area-block" }, Wet = { class: "area-header flex-space" }, Fet = { class: "flex-start" }, Bet = ["onClick"], Let = { class: "flex-end" }, Met = { class: "area-body" }, Het = /* @__PURE__ */ rt('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-93671675>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-93671675><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Light (&lt;10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Moderate (&lt;24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Heavy (&lt;49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Rainstorm (&lt;99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-93671675>Heavy Rainstorm (&gt;100mm)</div></div>', 2), Get = { class: "flex-evenly" }, $et = { key: 0 }, Ret = ["colspan"], Iet = ["colspan"], Net = { style: { "font-size": "10px" } }, Uet = { key: 0 }, Yet = { key: 1 }, Zet = { key: 2 }, zet = { key: 3 }, Vet = { key: 0 }, Qet = {
16712
+ }, Ke = (s) => (he("data-v-7f473a9c"), s = s(), ve(), s), Oet = { class: "precipitation-report" }, Eet = { class: "section area-section" }, Pet = { class: "area-block" }, Wet = { class: "area-header flex-space" }, Fet = { class: "flex-start" }, Bet = ["onClick"], Let = { class: "flex-end" }, Met = { class: "area-body" }, Het = /* @__PURE__ */ rt('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-7f473a9c>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-7f473a9c><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Light (&lt;10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Moderate (&lt;24.9mm)</div><div style="background:rgb(7,148,255);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Heavy (&lt;49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Rainstorm (&lt;99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-7f473a9c>Heavy Rainstorm (&gt;100mm)</div></div>', 2), Get = { class: "flex-evenly" }, $et = { key: 0 }, Ret = ["colspan"], Iet = ["colspan"], Net = { style: { "font-size": "10px" } }, Uet = { key: 0 }, Yet = { key: 1 }, Zet = { key: 2 }, zet = { key: 3 }, Vet = { key: 0 }, Qet = {
16714
16713
  key: 1,
16715
16714
  style: { "font-size": "14px" }
16716
16715
  }, Jet = /* @__PURE__ */ Ke(() => /* @__PURE__ */ t("div", { class: "section map-section" }, [
@@ -16731,7 +16730,7 @@ const Tet = {
16731
16730
  }, Sst = { key: 1 }, Tst = {
16732
16731
  key: 0,
16733
16732
  class: "degree-box"
16734
- }, Ost = { key: 1 }, Est = { class: "section area-section" }, Pst = { class: "area-block" }, Wst = { class: "area-header flex-end" }, Fst = { class: "flex-end" }, Bst = { class: "area-body" }, Lst = /* @__PURE__ */ rt('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-93671675>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-93671675><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Light (&lt;10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Moderate (&lt;24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Heavy (&lt;49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-93671675>Rainstorm (&lt;99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-93671675>Heavy Rainstorm (&gt;100mm)</div></div>', 2), Mst = ["colspan"], Hst = ["colspan"], Gst = { style: { "font-size": "10px" } }, $st = { key: 0 }, Rst = { key: 1 }, Ist = { key: 2 }, Nst = { key: 3 }, Ust = {
16733
+ }, Ost = { key: 1 }, Est = { class: "section area-section" }, Pst = { class: "area-block" }, Wst = { class: "area-header flex-end" }, Fst = { class: "flex-end" }, Bst = { class: "area-body" }, Lst = /* @__PURE__ */ rt('<div style="text-align:center;line-height:2;font-size:16px;font-weight:400;color:var(--idm-black-8);" data-v-7f473a9c>Precipitation Accumulation (mm) in the next 10 days</div><div style="display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px;font-size:13px;color:var(--idm-black-7);" data-v-7f473a9c><div style="background:rgba(243,245, 248, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Light (&lt;10mm)</div><div style="background:rgba(205, 220, 57, 1);padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Moderate (&lt;24.9mm)</div><div style="background:rgb(7,148,255, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Heavy (&lt;49.9mm)</div><div style="background:rgba(255, 152, 0, 1);color:white;padding:3px;margin-right:4px;border-radius:5px;" data-v-7f473a9c>Rainstorm (&lt;99.9mm)</div><div style="background:rgba(255, 87, 34, 1);color:white;padding:3px;border-radius:5px;" data-v-7f473a9c>Heavy Rainstorm (&gt;100mm)</div></div>', 2), Mst = ["colspan"], Hst = ["colspan"], Gst = { style: { "font-size": "10px" } }, $st = { key: 0 }, Rst = { key: 1 }, Ist = { key: 2 }, Nst = { key: 3 }, Ust = {
16735
16734
  key: 1,
16736
16735
  style: { "font-size": "14px" }
16737
16736
  }, Yst = { key: 0 };
@@ -16984,7 +16983,7 @@ function Zst(s, c, o, u, i, l) {
16984
16983
  ])
16985
16984
  ]);
16986
16985
  }
16987
- const zst = /* @__PURE__ */ Ht(Tet, [["render", Zst], ["__scopeId", "data-v-93671675"]]), fot = {
16986
+ const zst = /* @__PURE__ */ Ht(Tet, [["render", Zst], ["__scopeId", "data-v-7f473a9c"]]), fot = {
16988
16987
  install(s) {
16989
16988
  s.component("PrecipitationReport", zst);
16990
16989
  }