g-ui-web 1.3.48 → 1.3.50

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
@@ -3781,6 +3781,10 @@ const pve = (e, t) => e.toFixed(t), vve = (e) => 0 .toFixed(e) + "%", gve = (e,
3781
3781
  }, wf = (e) => typeof e == "function" ? "function" : typeof e == "string" ? "string" : typeof e == "number" ? "number" : typeof e == "object" ? "object" : typeof e == "boolean" ? "boolean" : typeof e > "u" ? "undefined" : typeof e == "bigint" ? "bigint" : typeof e == "symbol" ? "symbol" : "null", fa = (e) => !!(!e || Object.keys(e).length === 0 || Array.isArray(e) && e.length === 0);
3782
3782
  class bve {
3783
3783
  constructor(t, n, r) {
3784
+ r = {
3785
+ "Content-Type": "application/json",
3786
+ ...r
3787
+ };
3784
3788
  const { columns: a, tableColumns: o, excelName: i, sheetName: l, headerRowNum: s } = t, u = (d) => d.map((f) => {
3785
3789
  const h = a.find((p) => p.field === f.field);
3786
3790
  if (h) {
@@ -3804,12 +3808,7 @@ class bve {
3804
3808
  excelSheetNum: 1
3805
3809
  }, {
3806
3810
  responseType: "blob",
3807
- headers: {
3808
- sysCode: "ads_tdda",
3809
- "Content-Type": "application/json",
3810
- "gt-Token": r,
3811
- apptype: "pc"
3812
- }
3811
+ headers: r
3813
3812
  }).then((d) => {
3814
3813
  let f = new Blob([d.data], {
3815
3814
  type: "application/vnd.ms-excel"
@@ -115794,13 +115793,14 @@ ${P.value}${(T == null ? void 0 : T.unit) || ""}`;
115794
115793
  Y("iframe", {
115795
115794
  class: "g-floating-iframe",
115796
115795
  src: e.url,
115796
+ allow: "private-network-access",
115797
115797
  frameborder: "0"
115798
115798
  }, null, 8, tAt)
115799
115799
  ], 6)
115800
115800
  ]))
115801
115801
  ]));
115802
115802
  }
115803
- }), aAt = /* @__PURE__ */ $r(rAt, [["__scopeId", "data-v-1e7fc5ca"]]), oAt = Qt(aAt), iAt = Z({
115803
+ }), aAt = /* @__PURE__ */ $r(rAt, [["__scopeId", "data-v-76728049"]]), oAt = Qt(aAt), iAt = Z({
115804
115804
  name: "GRow"
115805
115805
  }), lAt = /* @__PURE__ */ Z({
115806
115806
  ...iAt,
Binary file