galaxy-charts 0.0.81 → 0.0.84

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.
@@ -56,6 +56,7 @@ export declare interface InputElementType {
56
56
  label: string;
57
57
  value: string;
58
58
  }>;
59
+ deferred?: boolean;
59
60
  extension?: string;
60
61
  filterable?: boolean;
61
62
  help?: string;
@@ -1,5 +1,5 @@
1
1
  import { ref as _, openBlock as pe, createElementBlock as Be, createElementVNode as Pe, readonly as bi, watch as De, computed as N, onMounted as $t, onBeforeUnmount as Pt, inject as Ke, onActivated as Ul, onDeactivated as Gl, createTextVNode as ir, Fragment as St, Comment as Hi, defineComponent as de, provide as kt, getCurrentInstance as Vi, withDirectives as Sn, toRef as Ce, h as c, Teleport as hc, nextTick as bt, renderSlot as Wi, mergeProps as cr, isVNode as vc, shallowRef as pc, watchEffect as it, onBeforeMount as Ni, Transition as nn, TransitionGroup as Kl, vShow as $o, cloneVNode as ql, Text as bc, onBeforeUpdate as gc, mergeModels as mn, useModel as ur, createBlock as Xe, unref as be, createVNode as ke, createCommentVNode as Bt, withCtx as Fe, toDisplayString as xn, renderList as Xl, normalizeClass as Yl } from "vue";
2
- import './galaxy-charts.css';function Zl(e, t = "Request failed.") {
2
+ function Zl(e, t = "Request failed.") {
3
3
  let n = t;
4
4
  return e && e.response && e.response.data && e.response.data.err_msg ? n = e.response.data.err_msg : e && e.data && e.data.err_msg ? n = e.data.err_msg : e && e.response ? n = `${e.response.statusText} (${e.response.status})` : e instanceof Error ? n = e.message : typeof e == "string" && (n = e), n;
5
5
  }
@@ -19253,11 +19253,9 @@ const vy = /* @__PURE__ */ de({
19253
19253
  }, null, 8, ["value", "onUpdate:value", "rows"])) : (pe(), Xe(be(dr), {
19254
19254
  key: 10,
19255
19255
  value: o.value[d.name],
19256
- "onUpdate:value": [
19257
- (u) => o.value[d.name] = u,
19258
- s[0] || (s[0] = (u) => l())
19259
- ]
19260
- }, null, 8, ["value", "onUpdate:value"]))
19256
+ "onUpdate:value": [(u) => o.value[d.name] = u, () => !d.deferred && l()],
19257
+ onChange: () => d.deferred && l()
19258
+ }, null, 8, ["value", "onUpdate:value", "onChange"]))
19261
19259
  ])
19262
19260
  ], 2))), 128))
19263
19261
  ]));