g-ui-web 0.9.4 → 0.9.5

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.
package/lib/g-ui-web.js CHANGED
@@ -48212,8 +48212,8 @@ class bC {
48212
48212
  await Promise.all(r).then((n) => {
48213
48213
  this.data.value = n.map((a, o) => {
48214
48214
  const s = t[o].transformResponse;
48215
- return s ? s(n) : a;
48216
- }), console.log(this.data.value), this.trigger("load", this.data.value);
48215
+ return s ? s(a) : a;
48216
+ }), this.trigger("load", this.data.value);
48217
48217
  }).catch((n) => {
48218
48218
  this.data.value = [], this.trigger("load", this.data.value);
48219
48219
  });
@@ -93944,7 +93944,7 @@ const Jit = (e, t) => {
93944
93944
  }
93945
93945
  ), Ce(async () => {
93946
93946
  i.value = kr(r.dbOptions.data), i.value.on("load", (l) => {
93947
- s(l[0]);
93947
+ s(l);
93948
93948
  });
93949
93949
  }), t({
93950
93950
  props: r,
Binary file