g-ui-web 1.4.71 → 1.4.73

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
@@ -44863,9 +44863,13 @@ const e3e = {
44863
44863
  done: function(e, t = 0) {
44864
44864
  De(() => {
44865
44865
  setTimeout(() => {
44866
- globalThis.gui.loading = zb, document.body.style.overflow = "";
44867
- const n = e ? document.querySelector(`${e} .loading-next`) : document.querySelector(".loading-next");
44868
- n && n.parentNode && n.parentNode.removeChild(n);
44866
+ if (globalThis.gui.loading = zb, !e || e == "body") {
44867
+ const r = Array.from(document.body.children).filter((o) => o.classList.contains("loading-next")), a = r[r.length - 1];
44868
+ a && a.parentNode && a.parentNode.removeChild(a), document.body.querySelector(":scope > .loading-next") === null && (document.body.style.overflow = "");
44869
+ return;
44870
+ }
44871
+ const n = document.querySelector(`${e} .loading-next`);
44872
+ n && n.parentNode && (n.parentNode.removeChild(n), document.body.style.overflow = "");
44869
44873
  }, t);
44870
44874
  });
44871
44875
  }
@@ -44988,7 +44992,7 @@ function $Tt({
44988
44992
  const l = new Blob([i.data], { type: "application/vnd.ms-excel" }), s = window.URL.createObjectURL(l), u = document.createElement("a");
44989
44993
  u.href = s, u.download = `${o}.xlsx`, u.click(), window.URL.revokeObjectURL(s);
44990
44994
  }).finally(() => {
44991
- zb.done("");
44995
+ zb.done("body");
44992
44996
  });
44993
44997
  }
44994
44998
  const mf = (e) => {
@@ -117887,9 +117891,9 @@ ${q.value}${W}`, _ = (W, q, Z, oe) => {
117887
117891
  },
117888
117892
  setup(e, { expose: t }) {
117889
117893
  kl((g) => ({
117890
- "70ad16ed": f.value,
117891
- "777b0b8c": d.value,
117892
- 31158436: c.value
117894
+ "6b8ceb48": f.value,
117895
+ f1792256: d.value,
117896
+ "10cc71aa": c.value
117893
117897
  }));
117894
117898
  const n = e, r = F(null);
117895
117899
  Lr.state;
@@ -118006,7 +118010,7 @@ ${q.value}${W}`, _ = (W, q, Z, oe) => {
118006
118010
  ]), 1040, ["data", "header-cell-style", "onContextmenu"]);
118007
118011
  };
118008
118012
  }
118009
- }), _2t = /* @__PURE__ */ Wr(x2t, [["__scopeId", "data-v-acc1fb28"]]), A2t = Zt(_2t), T2t = Q({
118013
+ }), _2t = /* @__PURE__ */ Wr(x2t, [["__scopeId", "data-v-8e20478a"]]), A2t = Zt(_2t), T2t = Q({
118010
118014
  name: "GTableColumn"
118011
118015
  }), E2t = /* @__PURE__ */ Q({
118012
118016
  ...T2t,
Binary file