g-ui-web 1.3.52 → 1.3.53

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
@@ -91689,7 +91689,9 @@ const ptt = (e, t) => {
91689
91689
  });
91690
91690
  let E = [];
91691
91691
  if (b.yAxis && b.yAxis.yAxisFields ? E = b.columns.map((T) => {
91692
- const k = b.yAxis.yAxisFields.find((M) => M.field === T.field);
91692
+ const k = b.yAxis.yAxisFields.find(
91693
+ (M) => M.field === T.field
91694
+ );
91693
91695
  return k ? { ...T, ...k } : T;
91694
91696
  }).concat(
91695
91697
  b.yAxis.yAxisFields.filter(
@@ -91731,7 +91733,9 @@ const ptt = (e, t) => {
91731
91733
  const b = g.groupField, w = g.xAxisField, S = g.columns && g.columns[0].field, C = m, x = [...new Set(C.map((T) => T[b]))], _ = [];
91732
91734
  x.forEach((T, k) => {
91733
91735
  C.filter((D) => D[b] === T).forEach((D) => {
91734
- const R = _.find((O) => O[w] === D[w]);
91736
+ const R = _.find(
91737
+ (O) => O[w] === D[w]
91738
+ );
91735
91739
  if (R)
91736
91740
  R[`${b}${k + 1}`] = T, R[`${S}${k + 1}`] = D[S];
91737
91741
  else {
@@ -91749,7 +91753,7 @@ const ptt = (e, t) => {
91749
91753
  const A = [];
91750
91754
  return x.forEach((T, k) => {
91751
91755
  g.columns.forEach((M, D) => {
91752
- console.log(M), A.push({
91756
+ A.push({
91753
91757
  title: T,
91754
91758
  field: `${M.field}${k + 1}`,
91755
91759
  unit: M.unit
@@ -91821,7 +91825,7 @@ const ptt = (e, t) => {
91821
91825
  ]);
91822
91826
  };
91823
91827
  }
91824
- }), Ptt = /* @__PURE__ */ $r(Ltt, [["__scopeId", "data-v-91910e80"]]), Ntt = Qt(Ptt), Qy = on(), lh = document.documentElement, Ftt = (e) => e || "-", Btt = (e) => e || "", Vtt = (e, t) => {
91828
+ }), Ptt = /* @__PURE__ */ $r(Ltt, [["__scopeId", "data-v-1488e20c"]]), Ntt = Qt(Ptt), Qy = on(), lh = document.documentElement, Ftt = (e) => e || "-", Btt = (e) => e || "", Vtt = (e, t) => {
91825
91829
  let n = [];
91826
91830
  for (let r = 0; r <= e; r++)
91827
91831
  n.push({
@@ -93175,7 +93179,7 @@ const Fnt = /* @__PURE__ */ Zs(Nnt), Bnt = ["id"], Vnt = /* @__PURE__ */ Z({
93175
93179
  emits: ["click-marker", "hover-marker", "onLoad"],
93176
93180
  setup(e, { expose: t, emit: n }) {
93177
93181
  Al((w) => ({
93178
- c0f93ace: d.value
93182
+ e00b49fa: d.value
93179
93183
  }));
93180
93184
  const r = on();
93181
93185
  let a = null, o = null;
@@ -93221,7 +93225,7 @@ const Fnt = /* @__PURE__ */ Zs(Nnt), Bnt = ["id"], Vnt = /* @__PURE__ */ Z({
93221
93225
  });
93222
93226
  a.on("click", (C) => {
93223
93227
  var x;
93224
- console.log(C.target), ((x = C.target) == null ? void 0 : x.className) === "AMap.Map" && m();
93228
+ ((x = C.target) == null ? void 0 : x.className) === "AMap.Map" && m();
93225
93229
  }), f("onLoad", a, w);
93226
93230
  }).catch((w) => {
93227
93231
  });
Binary file