g-ui-web 1.4.66 → 1.4.67

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.
Binary file
package/lib/g-ui-web.js CHANGED
@@ -92733,7 +92733,12 @@ const Jet = (e, t) => {
92733
92733
  ], 32);
92734
92734
  };
92735
92735
  }
92736
- }), _tt = /* @__PURE__ */ Wr(xtt, [["__scopeId", "data-v-2b1a02d0"]]), Att = Zt(_tt), r0 = on(), hh = document.documentElement, Ttt = (e) => e || "-", Ett = (e) => e || "", ktt = (e) => e || "", Dtt = (e, t, n) => {
92736
+ }), _tt = /* @__PURE__ */ Wr(xtt, [["__scopeId", "data-v-2b1a02d0"]]), Att = Zt(_tt), r0 = on(), hh = document.documentElement, Ttt = (e) => {
92737
+ if (e == null || e === "")
92738
+ return "-";
92739
+ const t = Number(e);
92740
+ return Number.isNaN(t) ? e : t.toLocaleString("en-US");
92741
+ }, Ett = (e) => e || "", ktt = (e) => e || "", Dtt = (e, t, n) => {
92737
92742
  let r = [];
92738
92743
  return e == "pie" ? r = [
92739
92744
  {
@@ -92816,7 +92821,7 @@ const Jet = (e, t) => {
92816
92821
  trigger: "item",
92817
92822
  formatter: function(a) {
92818
92823
  var o = Ett(t);
92819
- return o += o ? "<br/>" : `<span style="display:inline-block;margin-right:4px;border-radius:2px;width:10px;height:10px;background-color:${a.color};"></span>` + a.name + " : " + Ttt(a.value) + " " + ktt(n), o;
92824
+ return o += (o ? "<br/>" : "") + `<span style="display:inline-block;margin-right:4px;border-radius:2px;width:10px;height:10px;background-color:${a.color};"></span>` + a.name + " : " + Ttt(a.value) + " " + ktt(n), o;
92820
92825
  }
92821
92826
  },
92822
92827
  legend: {
Binary file