g-ui-web 1.4.65 → 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: {
@@ -117861,9 +117866,9 @@ ${q.value}${W}`, _ = (W, q, Z, oe) => {
117861
117866
  },
117862
117867
  setup(e, { expose: t }) {
117863
117868
  kl((v) => ({
117864
- "2e4d32c5": d.value,
117865
- "588b4fdc": c.value,
117866
- "259cc30d": u.value
117869
+ "6eec95fd": d.value,
117870
+ "4b92854a": c.value,
117871
+ "32a484d5": u.value
117867
117872
  }));
117868
117873
  const n = e, r = F(null);
117869
117874
  Lr.state;
@@ -117978,7 +117983,7 @@ ${q.value}${W}`, _ = (W, q, Z, oe) => {
117978
117983
  ], 64);
117979
117984
  };
117980
117985
  }
117981
- }), C2t = /* @__PURE__ */ Wr(w2t, [["__scopeId", "data-v-3b8adc25"]]), S2t = Zt(C2t), x2t = Q({
117986
+ }), C2t = /* @__PURE__ */ Wr(w2t, [["__scopeId", "data-v-c903637c"]]), S2t = Zt(C2t), x2t = Q({
117982
117987
  name: "GTableColumn"
117983
117988
  }), _2t = /* @__PURE__ */ Q({
117984
117989
  ...x2t,
Binary file