quasar-ui-danx 0.3.43 → 0.3.45

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/dist/danx.es.js CHANGED
@@ -183,8 +183,8 @@ re(Pe, "notify"), re(Pe, "PROP_DEFINITIONS", {
183
183
  default: ""
184
184
  }
185
185
  });
186
- let bt = Pe;
187
- const $T = new bt(), Pn = $t(null);
186
+ let dt = Pe;
187
+ const $T = new dt(), Pn = $t(null);
188
188
  function LT(t, e = null) {
189
189
  const n = t.map((s) => {
190
190
  const l = { ...e, ...s };
@@ -241,10 +241,10 @@ async function Bs(t, e, n = null) {
241
241
  console.error(i), r = { error: `An error occurred while performing the action ${t.label}. Please try again later.` };
242
242
  }
243
243
  if (r === void 0 || r === !0 || r != null && r.success)
244
- r != null && r.success && Array.isArray(e) && bt.success(`Successfully performed action ${t.label} on ${e.length} items`), t.onSuccess && t.onSuccess(r, e, n);
244
+ r != null && r.success && Array.isArray(e) && dt.success(`Successfully performed action ${t.label} on ${e.length} items`), t.onSuccess && t.onSuccess(r, e, n);
245
245
  else {
246
246
  const i = [];
247
- r.errors ? i.push(...r.errors) : r.error ? i.push(typeof r.error == "string" ? r.error : r.error.message) : i.push("An unknown error occurred. Please try again later."), bt.combine("error", i), t.onError && t.onError(r, e, n);
247
+ r.errors ? i.push(...r.errors) : r.error ? i.push(typeof r.error == "string" ? r.error : r.error.message) : i.push("An unknown error occurred. Please try again later."), dt.combine("error", i), t.onError && t.onError(r, e, n);
248
248
  }
249
249
  return t.onFinish && t.onFinish(r, e, n), r;
250
250
  }
@@ -351,19 +351,19 @@ class Dt extends vn {
351
351
  super("Zone is an abstract class");
352
352
  }
353
353
  }
354
- const $ = "numeric", dt = "short", We = "long", ri = {
354
+ const $ = "numeric", _t = "short", We = "long", ri = {
355
355
  year: $,
356
356
  month: $,
357
357
  day: $
358
358
  }, za = {
359
359
  year: $,
360
- month: dt,
360
+ month: _t,
361
361
  day: $
362
362
  }, D_ = {
363
363
  year: $,
364
- month: dt,
364
+ month: _t,
365
365
  day: $,
366
- weekday: dt
366
+ weekday: _t
367
367
  }, Va = {
368
368
  year: $,
369
369
  month: We,
@@ -384,7 +384,7 @@ const $ = "numeric", dt = "short", We = "long", ri = {
384
384
  hour: $,
385
385
  minute: $,
386
386
  second: $,
387
- timeZoneName: dt
387
+ timeZoneName: _t
388
388
  }, Wa = {
389
389
  hour: $,
390
390
  minute: $,
@@ -404,7 +404,7 @@ const $ = "numeric", dt = "short", We = "long", ri = {
404
404
  minute: $,
405
405
  second: $,
406
406
  hourCycle: "h23",
407
- timeZoneName: dt
407
+ timeZoneName: _t
408
408
  }, Xa = {
409
409
  hour: $,
410
410
  minute: $,
@@ -426,22 +426,22 @@ const $ = "numeric", dt = "short", We = "long", ri = {
426
426
  second: $
427
427
  }, eu = {
428
428
  year: $,
429
- month: dt,
429
+ month: _t,
430
430
  day: $,
431
431
  hour: $,
432
432
  minute: $
433
433
  }, tu = {
434
434
  year: $,
435
- month: dt,
435
+ month: _t,
436
436
  day: $,
437
437
  hour: $,
438
438
  minute: $,
439
439
  second: $
440
440
  }, P_ = {
441
441
  year: $,
442
- month: dt,
442
+ month: _t,
443
443
  day: $,
444
- weekday: dt,
444
+ weekday: _t,
445
445
  hour: $,
446
446
  minute: $
447
447
  }, nu = {
@@ -450,7 +450,7 @@ const $ = "numeric", dt = "short", We = "long", ri = {
450
450
  day: $,
451
451
  hour: $,
452
452
  minute: $,
453
- timeZoneName: dt
453
+ timeZoneName: _t
454
454
  }, ru = {
455
455
  year: $,
456
456
  month: We,
@@ -458,7 +458,7 @@ const $ = "numeric", dt = "short", We = "long", ri = {
458
458
  hour: $,
459
459
  minute: $,
460
460
  second: $,
461
- timeZoneName: dt
461
+ timeZoneName: _t
462
462
  }, iu = {
463
463
  year: $,
464
464
  month: We,
@@ -5589,6 +5589,27 @@ function HT(t) {
5589
5589
  function WT(t, e) {
5590
5590
  return li(e).diff(li(t), ["days"]).days;
5591
5591
  }
5592
+ async function A1(t, e = "download") {
5593
+ return await new Promise((r, i) => {
5594
+ if (t instanceof File) {
5595
+ const o = URL.createObjectURL(t);
5596
+ r(o);
5597
+ } else if (typeof t == "string")
5598
+ r(t);
5599
+ else if (t instanceof Blob) {
5600
+ const o = URL.createObjectURL(t);
5601
+ r(o);
5602
+ } else
5603
+ console.error("blobOrUrl was not a Blob or URL", t), i(new Error("The provided value must be a Blob or a Blob URL string."));
5604
+ }).then((r) => {
5605
+ dt.success(`Click to save photo to phone: <a target="_blank" href='${r}' download="${e}">${e.replace(/.*\//, "")}</a>`, {
5606
+ html: !0,
5607
+ timeout: 6e4
5608
+ }), t instanceof Blob && setTimeout(() => URL.revokeObjectURL(r), 6e4);
5609
+ }).catch((r) => {
5610
+ console.error("An error occurred while downloading the file:", r);
5611
+ });
5612
+ }
5592
5613
  function as(t, e, n) {
5593
5614
  var r = window, i = "application/octet-stream", o = n || i, s = t, l = !e && !n && s, a = document.createElement("a"), u = function(S) {
5594
5615
  return String(S);
@@ -5648,7 +5669,7 @@ function as(t, e, n) {
5648
5669
  }
5649
5670
  return !0;
5650
5671
  }
5651
- async function A1(t, e = "", n = null) {
5672
+ async function jT(t, e = "", n = null) {
5652
5673
  let r;
5653
5674
  n && (r = {
5654
5675
  method: "POST",
@@ -9511,7 +9532,7 @@ async function cb(t, e = null) {
9511
9532
  try {
9512
9533
  const { waitForLocation: n, location: r } = k_();
9513
9534
  if (e && setTimeout(() => {
9514
- !r.value && e && bt.warning(e);
9535
+ !r.value && e && dt.warning(e);
9515
9536
  }, 1e3), window.location.protocol === "https:")
9516
9537
  await n();
9517
9538
  else if (window.location.href.match("localhost"))
@@ -9714,41 +9735,40 @@ class hs {
9714
9735
  * Start uploading all files
9715
9736
  */
9716
9737
  async upload() {
9717
- console.log && console.log("FileUploader@upload():", this.fileUploads, this.options);
9718
9738
  for (const e of this.fileUploads)
9719
9739
  try {
9720
9740
  const n = e.file.mimeType || e.file.type, r = this.options.presignedUploadUrl(this.options.directory, e.file.name, n);
9721
- console.log("calling presigned URL", r);
9722
- let i;
9723
- try {
9724
- i = await fetch(r).then((l) => l.json());
9725
- } catch (l) {
9726
- console.log("First upload attempt failed. waiting and trying again:", l), await Ko(3e3), console.log("upload attempt 2..."), i = await fetch(r).then((a) => a.json());
9727
- }
9728
- if (console.log("loaded presignedUrl: fileResource", i), !i.url) {
9729
- bt.error("Could not fetch presigned upload URL for file " + e.file.name);
9741
+ let i = null, o = 60;
9742
+ for (; !i && o-- > 0; )
9743
+ try {
9744
+ i = await fetch(r).then((a) => a.json());
9745
+ } catch (a) {
9746
+ console.warn(`Upload failed, trying ${o} more times....`, a), await Ko(1e3);
9747
+ }
9748
+ if (!(i != null && i.url)) {
9749
+ dt.error("Could not fetch presigned upload URL for file " + e.file.name);
9730
9750
  continue;
9731
9751
  }
9732
- const o = !i.url.match("upload-presigned-url-contents");
9752
+ const s = !i.url.match("upload-presigned-url-contents");
9733
9753
  e.file.resource_id = i.id;
9734
- const s = new XMLHttpRequest();
9735
- o ? (console.log("uploading S3", s), s.open("PUT", i.url), console.log("setting content type to", n), s.setRequestHeader("Content-Type", n), e.body = e.file) : (s.open("POST", i.url), e.body = e.formData), e.xhr = s;
9754
+ const l = new XMLHttpRequest();
9755
+ s ? (l.open("PUT", i.url), l.setRequestHeader("Content-Type", n), e.body = e.file) : (l.open("POST", i.url), e.body = e.formData), e.xhr = l;
9736
9756
  } catch (n) {
9737
9757
  console.error && console.error("FileUploader@upload():", "Failed to fetch presigned upload URL", n), this.errorHandler(null, e.file, n);
9738
9758
  }
9739
- this.setXhrCallbacks(), console.log && console.log("FileUploader@upload():", "sending uploads");
9759
+ this.setXhrCallbacks();
9740
9760
  for (const e of this.fileUploads)
9741
9761
  e.xhr.send(e.body);
9742
9762
  }
9743
9763
  }
9744
9764
  const _i = B([]), fi = B([]);
9745
- function YT(t) {
9765
+ function QT(t) {
9746
9766
  _i.value = [..._i.value, t];
9747
9767
  }
9748
- function QT(t, e, n) {
9768
+ function XT(t, e, n) {
9749
9769
  fi.value.push({ id: n, name: t, callback: e });
9750
9770
  }
9751
- function XT(t) {
9771
+ function KT(t) {
9752
9772
  fi.value = fi.value.filter((e) => e.id !== t);
9753
9773
  }
9754
9774
  function aa(t, e, n) {
@@ -9760,7 +9780,7 @@ function aa(t, e, n) {
9760
9780
  function ua(t) {
9761
9781
  return t.key ? ("" + t.key).toLowerCase() : t.keyCode;
9762
9782
  }
9763
- function KT(t) {
9783
+ function JT(t) {
9764
9784
  _i.value = t, window.addEventListener("keydown", (e) => {
9765
9785
  aa("keydown", ua(e), e);
9766
9786
  }), window.addEventListener("keyup", (e) => {
@@ -9834,7 +9854,7 @@ const ca = B({
9834
9854
  }).then((r) => r.json());
9835
9855
  }
9836
9856
  };
9837
- async function JT(t, e, n, r) {
9857
+ async function e3(t, e, n, r) {
9838
9858
  let i;
9839
9859
  n && (i = e.value.find((o) => o.id === n) || (await t({ id: n }))[0]), e.value = await t(r), i && !e.value.find((o) => o.id === n) && e.value.push(i);
9840
9860
  }
@@ -9876,7 +9896,7 @@ function _n(t, e = null) {
9876
9896
  const n = localStorage.getItem(t);
9877
9897
  return n ? JSON.parse(n) : e;
9878
9898
  }
9879
- function e3(t, e = "") {
9899
+ function t3(t, e = "") {
9880
9900
  const n = Lc(t, e), r = document.createElement("style");
9881
9901
  r.innerHTML = `:root {${n}}`, document.head.appendChild(r);
9882
9902
  }
@@ -10651,7 +10671,7 @@ const $y = { render: My }, Ly = {
10651
10671
  function zy(t, e) {
10652
10672
  return m(), y("svg", Ly, [...By]);
10653
10673
  }
10654
- const ps = { render: zy }, t3 = {
10674
+ const ps = { render: zy }, n3 = {
10655
10675
  __name: "ExportButton",
10656
10676
  props: {
10657
10677
  exporter: {
@@ -10666,7 +10686,7 @@ const ps = { render: zy }, t3 = {
10666
10686
  try {
10667
10687
  await e.exporter();
10668
10688
  } catch (i) {
10669
- console.error(i), bt.error("Failed to export data");
10689
+ console.error(i), dt.error("Failed to export data");
10670
10690
  }
10671
10691
  n.value = !1;
10672
10692
  }
@@ -10684,7 +10704,7 @@ const ps = { render: zy }, t3 = {
10684
10704
  }, 8, ["loading"]);
10685
10705
  };
10686
10706
  }
10687
- }, n3 = {
10707
+ }, r3 = {
10688
10708
  __name: "RefreshButton",
10689
10709
  props: {
10690
10710
  loading: Boolean
@@ -10704,7 +10724,7 @@ const ps = { render: zy }, t3 = {
10704
10724
  }, 8, ["loading"]);
10705
10725
  };
10706
10726
  }
10707
- }, Vy = { class: "previous-next-controls" }, r3 = {
10727
+ }, Vy = { class: "previous-next-controls" }, i3 = {
10708
10728
  __name: "PreviousNextControls",
10709
10729
  props: {
10710
10730
  isLoading: Boolean
@@ -11236,7 +11256,7 @@ const ps = { render: zy }, t3 = {
11236
11256
  }, wx = /* @__PURE__ */ Ft(xx, [["__cssModules", vx]]), Sx = {
11237
11257
  key: 0,
11238
11258
  class: "p-4 m-4 absolute-top-right top right cursor-pointer"
11239
- }, i3 = {
11259
+ }, o3 = {
11240
11260
  __name: "FullScreenDialog",
11241
11261
  props: {
11242
11262
  modelValue: Boolean,
@@ -11386,7 +11406,7 @@ const ps = { render: zy }, t3 = {
11386
11406
  }, 8, ["full-height", "full-width", "model-value", "no-backdrop-dismiss", "maximized"]);
11387
11407
  };
11388
11408
  }
11389
- }, o3 = {
11409
+ }, s3 = {
11390
11410
  __name: "InputDialog",
11391
11411
  props: {
11392
11412
  ...mi.props,
@@ -11860,7 +11880,7 @@ const ps = { render: zy }, t3 = {
11860
11880
  }, _v = {
11861
11881
  key: 1,
11862
11882
  class: "address-line-3"
11863
- }, fv = { class: "address-city-state-zip" }, s3 = {
11883
+ }, fv = { class: "address-city-state-zip" }, l3 = {
11864
11884
  __name: "AddressFormat",
11865
11885
  props: {
11866
11886
  address: {
@@ -11884,7 +11904,7 @@ const ps = { render: zy }, t3 = {
11884
11904
  ], 64)) : M("", !0)
11885
11905
  ]));
11886
11906
  }
11887
- }, l3 = {
11907
+ }, a3 = {
11888
11908
  __name: "FlatListFormat",
11889
11909
  props: {
11890
11910
  items: {
@@ -11906,7 +11926,7 @@ const ps = { render: zy }, t3 = {
11906
11926
  }, mv = { class: "flex flex-nowrap items-center" }, hv = {
11907
11927
  key: 0,
11908
11928
  class: "whitespace-nowrap"
11909
- }, a3 = {
11929
+ }, u3 = {
11910
11930
  __name: "GpsCoordinatesFormat",
11911
11931
  props: {
11912
11932
  location: {
@@ -11935,7 +11955,7 @@ const ps = { render: zy }, t3 = {
11935
11955
  ]);
11936
11956
  };
11937
11957
  }
11938
- }, pv = { class: "flex items-center flex-nowrap" }, u3 = {
11958
+ }, pv = { class: "flex items-center flex-nowrap" }, c3 = {
11939
11959
  __name: "IconWithTextFormat",
11940
11960
  props: {
11941
11961
  icon: {
@@ -11969,7 +11989,7 @@ const ps = { render: zy }, t3 = {
11969
11989
  ], 2)
11970
11990
  ]));
11971
11991
  }
11972
- }, gv = { class: "text-xs font-bold" }, c3 = {
11992
+ }, gv = { class: "text-xs font-bold" }, d3 = {
11973
11993
  __name: "LabelValueFormat",
11974
11994
  props: {
11975
11995
  label: {
@@ -12769,7 +12789,7 @@ const xr = Zc, m2 = {
12769
12789
  ], 2);
12770
12790
  };
12771
12791
  }
12772
- }, d3 = {
12792
+ }, _3 = {
12773
12793
  __name: "InteractiveTooltip",
12774
12794
  props: { tooltip: { type: String, default: "" } },
12775
12795
  setup(t) {
@@ -12817,7 +12837,7 @@ const xr = Zc, m2 = {
12817
12837
  }, 8, ["modelValue"]);
12818
12838
  };
12819
12839
  }
12820
- }, b2 = { class: "flex items-center w-full" }, y2 = { class: "flex-grow text-sm" }, _3 = {
12840
+ }, b2 = { class: "flex items-center w-full" }, y2 = { class: "flex-grow text-sm" }, f3 = {
12821
12841
  __name: "BadgeTab",
12822
12842
  props: {
12823
12843
  name: {
@@ -12855,7 +12875,7 @@ const xr = Zc, m2 = {
12855
12875
  }, 8, ["name"]);
12856
12876
  };
12857
12877
  }
12858
- }, x2 = { class: "flex items-center w-full" }, v2 = { class: "flex-grow text-sm" }, f3 = {
12878
+ }, x2 = { class: "flex items-center w-full" }, v2 = { class: "flex-grow text-sm" }, m3 = {
12859
12879
  __name: "IndicatorTab",
12860
12880
  props: {
12861
12881
  name: {
@@ -12916,7 +12936,7 @@ const xr = Zc, m2 = {
12916
12936
  _: 3
12917
12937
  }, 8, ["name"]));
12918
12938
  }
12919
- }, m3 = {
12939
+ }, h3 = {
12920
12940
  __name: "SlideTransition",
12921
12941
  props: {
12922
12942
  name: {
@@ -12978,7 +12998,7 @@ var je = {
12978
12998
  }, jr = function(e) {
12979
12999
  return he(e) || Ee(e);
12980
13000
  }, jc = typeof ArrayBuffer == "function" && ArrayBuffer.isView || function() {
12981
- }, De = Array.isArray, $o = /(?:-?\.?\d|\.)+/gi, Yc = /[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g, Mn = /[-+=.]*\d+[.e-]*\d*[a-z%]*/g, Ji = /[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi, Qc = /[+-]=-?[.\d]+/, Xc = /[^,'"\[\]\s]+/gi, I2 = /^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i, ce, mt, Lo, xs, Ye = {}, hi = {}, Kc, Jc = function(e) {
13001
+ }, De = Array.isArray, $o = /(?:-?\.?\d|\.)+/gi, Yc = /[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g, Mn = /[-+=.]*\d+[.e-]*\d*[a-z%]*/g, Ji = /[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi, Qc = /[+-]=-?[.\d]+/, Xc = /[^,'"\[\]\s]+/gi, I2 = /^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i, ce, ht, Lo, xs, Ye = {}, hi = {}, Kc, Jc = function(e) {
12982
13002
  return (hi = bn(e, Ye)) && ze;
12983
13003
  }, vs = function(e, n) {
12984
13004
  return console.warn("Invalid property", e, "set to", n, "Missing plugin? gsap.registerPlugin()");
@@ -13113,7 +13133,7 @@ var je = {
13113
13133
  r.rawTime() >= 0 && r.totalTime(r._tTime), r = r._dp;
13114
13134
  e._zTime = -ae;
13115
13135
  }
13116
- }, ht = function(e, n, r, i) {
13136
+ }, pt = function(e, n, r, i) {
13117
13137
  return n.parent && jt(n), n._start = Ce((It(r) ? r : r || e !== ce ? Je(e, r, n) : e._time) + n._delay), n._end = Ce(n._start + (n.totalDuration() / Math.abs(n.timeScale()) || 0)), sd(e, n, "_first", "_last", e._sort ? "_start" : 0), Bo(n) || (e._recent = n), i || ld(e, n), e._ts < 0 && $i(e, e._tTime), e;
13118
13138
  }, ad = function(e, n) {
13119
13139
  return (Ye.ScrollTrigger || vs("scrollTrigger", n)) && Ye.ScrollTrigger.create(n, e);
@@ -13183,7 +13203,7 @@ var je = {
13183
13203
  return Pr(e, n, i);
13184
13204
  });
13185
13205
  }, zo = [].slice, cd = function(e, n) {
13186
- return e && xt(e) && "length" in e && (!n && !e.length || e.length - 1 in e && xt(e[0])) && !e.nodeType && e !== mt;
13206
+ return e && xt(e) && "length" in e && (!n && !e.length || e.length - 1 in e && xt(e[0])) && !e.nodeType && e !== ht;
13187
13207
  }, B2 = function(e, n, r) {
13188
13208
  return r === void 0 && (r = []), e.forEach(function(i) {
13189
13209
  var o;
@@ -13435,7 +13455,7 @@ var je = {
13435
13455
  return _ / (1e3 / (g || 60));
13436
13456
  },
13437
13457
  wake: function() {
13438
- Kc && (!Lo && ys() && (mt = Lo = window, xs = mt.document || {}, Ye.gsap = ze, (mt.gsapVersions || (mt.gsapVersions = [])).push(ze.version), Jc(hi || mt.GreenSockGlobals || !mt.gsap && mt || {}), gd.forEach(bd)), c = typeof requestAnimationFrame < "u" && requestAnimationFrame, a && d.sleep(), u = c || function(g) {
13458
+ Kc && (!Lo && ys() && (ht = Lo = window, xs = ht.document || {}, Ye.gsap = ze, (ht.gsapVersions || (ht.gsapVersions = [])).push(ze.version), Jc(hi || ht.GreenSockGlobals || !ht.gsap && ht || {}), gd.forEach(bd)), c = typeof requestAnimationFrame < "u" && requestAnimationFrame, a && d.sleep(), u = c || function(g) {
13439
13459
  return setTimeout(g, s - d.time * 1e3 + 1 | 0);
13440
13460
  }, Tr = 1, p(2));
13441
13461
  },
@@ -13585,7 +13605,7 @@ var Cd = function(e, n) {
13585
13605
  if (o && o.smoothChildTiming && this._ts) {
13586
13606
  for ($i(this, r), !o._dp || o.parent || ld(o, this); o && o.parent; )
13587
13607
  o.parent._time !== o._start + (o._ts >= 0 ? o._tTime / o._ts : (o.totalDuration() - o._tTime) / -o._ts) && o.totalTime(o._tTime, !0), o = o.parent;
13588
- !this.parent && this._dp.autoRemoveChildren && (this._ts > 0 && r < this._tDur || this._ts < 0 && r > 0 || !this._tDur && !r) && ht(this._dp, this, this._start - this._delay);
13608
+ !this.parent && this._dp.autoRemoveChildren && (this._ts > 0 && r < this._tDur || this._ts < 0 && r > 0 || !this._tDur && !r) && pt(this._dp, this, this._start - this._delay);
13589
13609
  }
13590
13610
  return (this._tTime !== r || !this._dur && !i || this._initted && Math.abs(this._zTime) === ae || !r && !this._initted && (this.add || this._ptLookup)) && (this._ts || (this._pTime = r), rd(this, r, i)), this;
13591
13611
  }, e.time = function(r, i) {
@@ -13610,7 +13630,7 @@ var Cd = function(e, n) {
13610
13630
  if (arguments.length) {
13611
13631
  this._start = r;
13612
13632
  var i = this.parent || this._dp;
13613
- return i && (i._sort || !this.parent) && ht(i, this, r - this._delay), this;
13633
+ return i && (i._sort || !this.parent) && pt(i, this, r - this._delay), this;
13614
13634
  }
13615
13635
  return this._start;
13616
13636
  }, e.endTime = function(r) {
@@ -13695,7 +13715,7 @@ var Ne = /* @__PURE__ */ function(t) {
13695
13715
  Hc(e, t);
13696
13716
  function e(r, i) {
13697
13717
  var o;
13698
- return r === void 0 && (r = {}), o = t.call(this, r) || this, o.labels = {}, o.smoothChildTiming = !!r.smoothChildTiming, o.autoRemoveChildren = !!r.autoRemoveChildren, o._sort = Le(r.sortChildren), ce && ht(r.parent || ce, St(o), i), r.reversed && o.reverse(), r.paused && o.paused(!0), r.scrollTrigger && ad(St(o), r.scrollTrigger), o;
13718
+ return r === void 0 && (r = {}), o = t.call(this, r) || this, o.labels = {}, o.smoothChildTiming = !!r.smoothChildTiming, o.autoRemoveChildren = !!r.autoRemoveChildren, o._sort = Le(r.sortChildren), ce && pt(r.parent || ce, St(o), i), r.reversed && o.reverse(), r.paused && o.paused(!0), r.scrollTrigger && ad(St(o), r.scrollTrigger), o;
13699
13719
  }
13700
13720
  var n = e.prototype;
13701
13721
  return n.to = function(i, o, s) {
@@ -13707,7 +13727,7 @@ var Ne = /* @__PURE__ */ function(t) {
13707
13727
  }, n.set = function(i, o, s) {
13708
13728
  return o.duration = 0, o.parent = this, _r(o).repeatDelay || (o.repeat = 0), o.immediateRender = !!o.immediateRender, new Te(i, o, Je(this, s), 1), this;
13709
13729
  }, n.call = function(i, o, s) {
13710
- return ht(this, Te.delayedCall(0, i, o), s);
13730
+ return pt(this, Te.delayedCall(0, i, o), s);
13711
13731
  }, n.staggerTo = function(i, o, s, l, a, u, c) {
13712
13732
  return s.duration = o, s.stagger = s.stagger || l, s.onComplete = u, s.onCompleteParams = c, s.parent = this, new Te(i, s, Je(this, a)), this;
13713
13733
  }, n.staggerFrom = function(i, o, s, l, a, u, c) {
@@ -13776,7 +13796,7 @@ var Ne = /* @__PURE__ */ function(t) {
13776
13796
  else
13777
13797
  return this;
13778
13798
  }
13779
- return this !== i ? ht(this, i, o) : this;
13799
+ return this !== i ? pt(this, i, o) : this;
13780
13800
  }, n.getChildren = function(i, o, s, l) {
13781
13801
  i === void 0 && (i = !0), o === void 0 && (o = !0), s === void 0 && (s = !0), l === void 0 && (l = -nt);
13782
13802
  for (var a = [], u = this._first; u; )
@@ -13796,7 +13816,7 @@ var Ne = /* @__PURE__ */ function(t) {
13796
13816
  return delete this.labels[i], this;
13797
13817
  }, n.addPause = function(i, o, s) {
13798
13818
  var l = Te.delayedCall(0, o || wr, s);
13799
- return l.data = "isPause", this._hasPause = 1, ht(this, l, Je(this, i));
13819
+ return l.data = "isPause", this._hasPause = 1, pt(this, l, Je(this, i));
13800
13820
  }, n.removePause = function(i) {
13801
13821
  var o = this._first;
13802
13822
  for (i = Je(this, i); o; )
@@ -13865,7 +13885,7 @@ var Ne = /* @__PURE__ */ function(t) {
13865
13885
  return s.timeScale((s._repeat < 0 ? s.duration() : s.totalDuration()) / (s.reversed() ? -i : i));
13866
13886
  if (s._dirty) {
13867
13887
  for (d = s.parent; l; )
13868
- u = l._prev, l._dirty && l.totalDuration(), c = l._start, c > a && s._sort && l._ts && !s._lock ? (s._lock = 1, ht(s, l, c - l._delay, 1)._lock = 0) : a = c, c < 0 && l._ts && (o -= c, (!d && !s._dp || d && d.smoothChildTiming) && (s._start += c / s._ts, s._time -= c, s._tTime -= c), s.shiftChildren(-c, !1, -1 / 0), a = 0), l._end > o && l._ts && (o = l._end), l = u;
13888
+ u = l._prev, l._dirty && l.totalDuration(), c = l._start, c > a && s._sort && l._ts && !s._lock ? (s._lock = 1, pt(s, l, c - l._delay, 1)._lock = 0) : a = c, c < 0 && l._ts && (o -= c, (!d && !s._dp || d && d.smoothChildTiming) && (s._start += c / s._ts, s._time -= c, s._tTime -= c), s.shiftChildren(-c, !1, -1 / 0), a = 0), l._end > o && l._ts && (o = l._end), l = u;
13869
13889
  Wn(s, s === ce && s._time > o ? s._time : o, 1, 1), s._dirty = 0;
13870
13890
  }
13871
13891
  return s._tDur;
@@ -14056,7 +14076,7 @@ var Te = /* @__PURE__ */ function(t) {
14056
14076
  u || l.duration(u = C.duration());
14057
14077
  } else
14058
14078
  l.timeline = 0;
14059
- return f === !0 && !gs && (Bt = St(l), ce.killTweensOf(I), Bt = 0), ht(w, St(l), o), i.reversed && l.reverse(), i.paused && l.paused(!0), (d || !u && !p && l._start === Ce(w._time) && Le(d) && N2(St(l)) && w.data !== "nested") && (l._tTime = -ae, l.render(Math.max(0, -c) || 0)), g && ad(St(l), g), l;
14079
+ return f === !0 && !gs && (Bt = St(l), ce.killTweensOf(I), Bt = 0), pt(w, St(l), o), i.reversed && l.reverse(), i.paused && l.paused(!0), (d || !u && !p && l._start === Ce(w._time) && Le(d) && N2(St(l)) && w.data !== "nested") && (l._tTime = -ae, l.render(Math.max(0, -c) || 0)), g && ad(St(l), g), l;
14060
14080
  }
14061
14081
  var n = e.prototype;
14062
14082
  return n.render = function(i, o, s) {
@@ -14226,7 +14246,7 @@ var pn = [], ei = {}, cw = [], xa = 0, dw = 0, io = function(e) {
14226
14246
  e - xa > 2 && (io("matchMediaInit"), pn.forEach(function(r) {
14227
14247
  var i = r.queries, o = r.conditions, s, l, a, u;
14228
14248
  for (l in i)
14229
- s = mt.matchMedia(i[l]).matches, s && (a = 1), s !== o[l] && (o[l] = s, u = 1);
14249
+ s = ht.matchMedia(i[l]).matches, s && (a = 1), s !== o[l] && (o[l] = s, u = 1);
14230
14250
  u && (r.revert(), a && n.push(r));
14231
14251
  }), io("matchMediaRevert"), n.forEach(function(r) {
14232
14252
  return r.onMatch(r, function(i) {
@@ -14298,7 +14318,7 @@ var pn = [], ei = {}, cw = [], xa = 0, dw = 0, io = function(e) {
14298
14318
  var s = new Pd(0, o || this.scope), l = s.conditions = {}, a, u, c;
14299
14319
  ue && !s.selector && (s.selector = ue.selector), this.contexts.push(s), i = s.add("onMatch", i), s.queries = r;
14300
14320
  for (u in r)
14301
- u === "all" ? c = 1 : (a = mt.matchMedia(r[u]), a && (pn.indexOf(s) < 0 && pn.push(s), (l[u] = a.matches) && (c = 1), a.addListener ? a.addListener(Zo) : a.addEventListener("change", Zo)));
14321
+ u === "all" ? c = 1 : (a = ht.matchMedia(r[u]), a && (pn.indexOf(s) < 0 && pn.push(s), (l[u] = a.matches) && (c = 1), a.addListener ? a.addListener(Zo) : a.addEventListener("change", Zo)));
14302
14322
  return c && i(s, function(d) {
14303
14323
  return s.add(null, d);
14304
14324
  }), this;
@@ -14387,8 +14407,8 @@ var pn = [], ei = {}, cw = [], xa = 0, dw = 0, io = function(e) {
14387
14407
  e === void 0 && (e = {});
14388
14408
  var r = new Ne(e), i, o;
14389
14409
  for (r.smoothChildTiming = Le(e.smoothChildTiming), ce.remove(r), r._dp = 0, r._time = r._tTime = ce._time, i = ce._first; i; )
14390
- o = i._next, (n || !(!i._dur && i instanceof Te && i.vars.onComplete === i._targets[0])) && ht(r, i, i._start - i._delay), i = o;
14391
- return ht(ce, r, 0), r;
14410
+ o = i._next, (n || !(!i._dur && i instanceof Te && i.vars.onComplete === i._targets[0])) && pt(r, i, i._start - i._delay), i = o;
14411
+ return pt(ce, r, 0), r;
14392
14412
  },
14393
14413
  context: function(e, n) {
14394
14414
  return e ? new Pd(e, n) : ue;
@@ -14542,7 +14562,7 @@ K.Circ;
14542
14562
  */
14543
14563
  var va, zt, Bn, Os, un, wa, As, hw = function() {
14544
14564
  return typeof window < "u";
14545
- }, kt = {}, sn = 180 / Math.PI, zn = Math.PI / 180, Fn = Math.atan2, Sa = 1e8, Ds = /([A-Z])/g, pw = /(left|right|width|margin|padding|x)/i, gw = /[\s,\(]\S/, pt = {
14565
+ }, kt = {}, sn = 180 / Math.PI, zn = Math.PI / 180, Fn = Math.atan2, Sa = 1e8, Ds = /([A-Z])/g, pw = /(left|right|width|margin|padding|x)/i, gw = /[\s,\(]\S/, gt = {
14546
14566
  autoAlpha: "opacity,visibility",
14547
14567
  scale: "scaleX,scaleY",
14548
14568
  alpha: "opacity"
@@ -14577,11 +14597,11 @@ var va, zt, Bn, Os, un, wa, As, hw = function() {
14577
14597
  var r = this, i = this.target, o = i.style, s = i._gsap;
14578
14598
  if (e in kt && o) {
14579
14599
  if (this.tfm = this.tfm || {}, e !== "transform")
14580
- e = pt[e] || e, ~e.indexOf(",") ? e.split(",").forEach(function(l) {
14600
+ e = gt[e] || e, ~e.indexOf(",") ? e.split(",").forEach(function(l) {
14581
14601
  return r.tfm[l] = Ct(i, l);
14582
14602
  }) : this.tfm[e] = s.x ? s[e] : Ct(i, e), e === Be && (this.tfm.zOrigin = s.zOrigin);
14583
14603
  else
14584
- return pt.transform.split(",").forEach(function(l) {
14604
+ return gt.transform.split(",").forEach(function(l) {
14585
14605
  return t.call(r, l, n);
14586
14606
  });
14587
14607
  if (this.props.indexOf(de) >= 0)
@@ -14613,7 +14633,7 @@ var va, zt, Bn, Os, un, wa, As, hw = function() {
14613
14633
  }, Ud, Wo = function(e, n) {
14614
14634
  var r = zt.createElementNS ? zt.createElementNS((n || "http://www.w3.org/1999/xhtml").replace(/^https/, "http"), e) : zt.createElement(e);
14615
14635
  return r && r.style ? r : zt.createElement(e);
14616
- }, gt = function t(e, n, r) {
14636
+ }, bt = function t(e, n, r) {
14617
14637
  var i = getComputedStyle(e);
14618
14638
  return i[n] || i.getPropertyValue(n.replace(Ds, "-$1").toLowerCase()) || i.getPropertyValue(n) || !r && t(e, Yn(n) || n, 1) || "";
14619
14639
  }, Ta = "O,Moz,ms,Ms,Webkit".split(","), Yn = function(e, n, r) {
@@ -14683,18 +14703,18 @@ var va, zt, Bn, Os, un, wa, As, hw = function() {
14683
14703
  var w = e.style[n];
14684
14704
  e.style[n] = d + i, p = e[c], w ? e.style[n] = w : yn(e, n);
14685
14705
  } else
14686
- (f || s === "%") && !Fw[gt(h, "display")] && (l.position = gt(e, "position")), h === e && (l.position = "static"), h.appendChild(un), p = un[c], h.removeChild(un), l.position = "absolute";
14706
+ (f || s === "%") && !Fw[bt(h, "display")] && (l.position = bt(e, "position")), h === e && (l.position = "static"), h.appendChild(un), p = un[c], h.removeChild(un), l.position = "absolute";
14687
14707
  return a && f && (g = fn(h), g.time = Ze.time, g.width = h[c]), ye(_ ? p * o / d : p && o ? d / p * o : 0);
14688
14708
  }, Ct = function(e, n, r, i) {
14689
14709
  var o;
14690
- return Os || jo(), n in pt && n !== "transform" && (n = pt[n], ~n.indexOf(",") && (n = n.split(",")[0])), kt[n] && n !== "transform" ? (o = Ir(e, i), o = n !== "transformOrigin" ? o[n] : o.svg ? o.origin : vi(gt(e, Be)) + " " + o.zOrigin + "px") : (o = e.style[n], (!o || o === "auto" || i || ~(o + "").indexOf("calc(")) && (o = xi[n] && xi[n](e, n, r) || gt(e, n) || nd(e, n) || (n === "opacity" ? 1 : 0))), r && !~(o + "").trim().indexOf(" ") ? Yt(e, n, o, r) + r : o;
14710
+ return Os || jo(), n in gt && n !== "transform" && (n = gt[n], ~n.indexOf(",") && (n = n.split(",")[0])), kt[n] && n !== "transform" ? (o = Ir(e, i), o = n !== "transformOrigin" ? o[n] : o.svg ? o.origin : vi(bt(e, Be)) + " " + o.zOrigin + "px") : (o = e.style[n], (!o || o === "auto" || i || ~(o + "").indexOf("calc(")) && (o = xi[n] && xi[n](e, n, r) || bt(e, n) || nd(e, n) || (n === "opacity" ? 1 : 0))), r && !~(o + "").trim().indexOf(" ") ? Yt(e, n, o, r) + r : o;
14691
14711
  }, Ow = function(e, n, r, i) {
14692
14712
  if (!r || r === "none") {
14693
- var o = Yn(n, e, 1), s = o && gt(e, o, 1);
14694
- s && s !== r ? (n = o, r = s) : n === "borderColor" && (r = gt(e, "borderTopColor"));
14713
+ var o = Yn(n, e, 1), s = o && bt(e, o, 1);
14714
+ s && s !== r ? (n = o, r = s) : n === "borderColor" && (r = bt(e, "borderTopColor"));
14695
14715
  }
14696
14716
  var l = new Re(this._pt, e.style, n, 0, 1, Ad), a = 0, u = 0, c, d, _, f, p, h, g, S, w, I, C, T;
14697
- if (l.b = r, l.e = i, r += "", i += "", i === "auto" && (h = e.style[n], e.style[n] = i, i = gt(e, n) || i, h ? e.style[n] = h : yn(e, n)), c = [r, i], vd(c), r = c[0], i = c[1], _ = r.match(Mn) || [], T = i.match(Mn) || [], T.length) {
14717
+ if (l.b = r, l.e = i, r += "", i += "", i === "auto" && (h = e.style[n], e.style[n] = i, i = bt(e, n) || i, h ? e.style[n] = h : yn(e, n)), c = [r, i], vd(c), r = c[0], i = c[1], _ = r.match(Mn) || [], T = i.match(Mn) || [], T.length) {
14698
14718
  for (; d = Mn.exec(i); )
14699
14719
  g = d[0], w = i.substring(a, d.index), p ? p = (p + 1) % 5 : (w.substr(-5) === "rgba(" || w.substr(-5) === "hsla(") && (p = 1), g !== (h = _[u++] || "") && (f = parseFloat(h) || 0, C = h.substr((f + "").length), g.charAt(1) === "=" && (g = Rn(f, g) + C), S = parseFloat(g), I = g.substr((S + "").length), a = Mn.lastIndex - I.length, I || (I = I || je.units[n] || C, a === i.length && (i += I, l.e += I)), C !== I && (f = Yt(e, n, h, I) || 0), l._pt = {
14700
14720
  _next: l._pt,
@@ -14800,7 +14820,7 @@ var va, zt, Bn, Os, un, wa, As, hw = function() {
14800
14820
  }, Er = [1, 0, 0, 1, 0, 0], zd = {}, Vd = function(e) {
14801
14821
  return e === "matrix(1, 0, 0, 1, 0, 0)" || e === "none" || !e;
14802
14822
  }, ka = function(e) {
14803
- var n = gt(e, de);
14823
+ var n = bt(e, de);
14804
14824
  return Vd(n) ? Er : n.substr(7).match(Yc).map(ye);
14805
14825
  }, Ps = function(e, n) {
14806
14826
  var r = e._gsap || fn(e), i = e.style, o = ka(e), s, l, a, u;
@@ -14812,8 +14832,8 @@ var va, zt, Bn, Os, un, wa, As, hw = function() {
14812
14832
  var r = e._gsap || new Cd(e);
14813
14833
  if ("x" in r && !n && !r.uncache)
14814
14834
  return r;
14815
- var i = e.style, o = r.scaleX < 0, s = "px", l = "deg", a = getComputedStyle(e), u = gt(e, Be) || "0", c, d, _, f, p, h, g, S, w, I, C, T, x, b, k, A, R, Q, J, ie, ge, xe, _e, ve, Ve, Tn, Kt, Ot, _t, Nr, st, vt;
14816
- return c = d = _ = h = g = S = w = I = C = 0, f = p = 1, r.svg = !!(e.getCTM && Bd(e)), a.translate && ((a.translate !== "none" || a.scale !== "none" || a.rotate !== "none") && (i[de] = (a.translate !== "none" ? "translate3d(" + (a.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (a.rotate !== "none" ? "rotate(" + a.rotate + ") " : "") + (a.scale !== "none" ? "scale(" + a.scale.split(" ").join(",") + ") " : "") + (a[de] !== "none" ? a[de] : "")), i.scale = i.rotate = i.translate = "none"), b = Ps(e, r.svg), r.svg && (r.uncache ? (Ve = e.getBBox(), u = r.xOrigin - Ve.x + "px " + (r.yOrigin - Ve.y) + "px", ve = "") : ve = !n && e.getAttribute("data-svg-origin"), Yo(e, ve || u, !!ve || r.originIsAbsolute, r.smooth !== !1, b)), T = r.xOrigin || 0, x = r.yOrigin || 0, b !== Er && (Q = b[0], J = b[1], ie = b[2], ge = b[3], c = xe = b[4], d = _e = b[5], b.length === 6 ? (f = Math.sqrt(Q * Q + J * J), p = Math.sqrt(ge * ge + ie * ie), h = Q || J ? Fn(J, Q) * sn : 0, w = ie || ge ? Fn(ie, ge) * sn + h : 0, w && (p *= Math.abs(Math.cos(w * zn))), r.svg && (c -= T - (T * Q + x * ie), d -= x - (T * J + x * ge))) : (vt = b[6], Nr = b[7], Kt = b[8], Ot = b[9], _t = b[10], st = b[11], c = b[12], d = b[13], _ = b[14], k = Fn(vt, _t), g = k * sn, k && (A = Math.cos(-k), R = Math.sin(-k), ve = xe * A + Kt * R, Ve = _e * A + Ot * R, Tn = vt * A + _t * R, Kt = xe * -R + Kt * A, Ot = _e * -R + Ot * A, _t = vt * -R + _t * A, st = Nr * -R + st * A, xe = ve, _e = Ve, vt = Tn), k = Fn(-ie, _t), S = k * sn, k && (A = Math.cos(-k), R = Math.sin(-k), ve = Q * A - Kt * R, Ve = J * A - Ot * R, Tn = ie * A - _t * R, st = ge * R + st * A, Q = ve, J = Ve, ie = Tn), k = Fn(J, Q), h = k * sn, k && (A = Math.cos(k), R = Math.sin(k), ve = Q * A + J * R, Ve = xe * A + _e * R, J = J * A - Q * R, _e = _e * A - xe * R, Q = ve, xe = Ve), g && Math.abs(g) + Math.abs(h) > 359.9 && (g = h = 0, S = 180 - S), f = ye(Math.sqrt(Q * Q + J * J + ie * ie)), p = ye(Math.sqrt(_e * _e + vt * vt)), k = Fn(xe, _e), w = Math.abs(k) > 2e-4 ? k * sn : 0, C = st ? 1 / (st < 0 ? -st : st) : 0), r.svg && (ve = e.getAttribute("transform"), r.forceCSS = e.setAttribute("transform", "") || !Vd(gt(e, de)), ve && e.setAttribute("transform", ve))), Math.abs(w) > 90 && Math.abs(w) < 270 && (o ? (f *= -1, w += h <= 0 ? 180 : -180, h += h <= 0 ? 180 : -180) : (p *= -1, w += w <= 0 ? 180 : -180)), n = n || r.uncache, r.x = c - ((r.xPercent = c && (!n && r.xPercent || (Math.round(e.offsetWidth / 2) === Math.round(-c) ? -50 : 0))) ? e.offsetWidth * r.xPercent / 100 : 0) + s, r.y = d - ((r.yPercent = d && (!n && r.yPercent || (Math.round(e.offsetHeight / 2) === Math.round(-d) ? -50 : 0))) ? e.offsetHeight * r.yPercent / 100 : 0) + s, r.z = _ + s, r.scaleX = ye(f), r.scaleY = ye(p), r.rotation = ye(h) + l, r.rotationX = ye(g) + l, r.rotationY = ye(S) + l, r.skewX = w + l, r.skewY = I + l, r.transformPerspective = C + s, (r.zOrigin = parseFloat(u.split(" ")[2]) || !n && r.zOrigin || 0) && (i[Be] = vi(u)), r.xOffset = r.yOffset = 0, r.force3D = je.force3D, r.renderTransform = r.svg ? Nw : Ud ? qd : Pw, r.uncache = 0, r;
14835
+ var i = e.style, o = r.scaleX < 0, s = "px", l = "deg", a = getComputedStyle(e), u = bt(e, Be) || "0", c, d, _, f, p, h, g, S, w, I, C, T, x, b, k, A, R, Q, J, ie, ge, xe, _e, ve, Ve, Tn, Kt, Ot, ft, Nr, st, vt;
14836
+ return c = d = _ = h = g = S = w = I = C = 0, f = p = 1, r.svg = !!(e.getCTM && Bd(e)), a.translate && ((a.translate !== "none" || a.scale !== "none" || a.rotate !== "none") && (i[de] = (a.translate !== "none" ? "translate3d(" + (a.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (a.rotate !== "none" ? "rotate(" + a.rotate + ") " : "") + (a.scale !== "none" ? "scale(" + a.scale.split(" ").join(",") + ") " : "") + (a[de] !== "none" ? a[de] : "")), i.scale = i.rotate = i.translate = "none"), b = Ps(e, r.svg), r.svg && (r.uncache ? (Ve = e.getBBox(), u = r.xOrigin - Ve.x + "px " + (r.yOrigin - Ve.y) + "px", ve = "") : ve = !n && e.getAttribute("data-svg-origin"), Yo(e, ve || u, !!ve || r.originIsAbsolute, r.smooth !== !1, b)), T = r.xOrigin || 0, x = r.yOrigin || 0, b !== Er && (Q = b[0], J = b[1], ie = b[2], ge = b[3], c = xe = b[4], d = _e = b[5], b.length === 6 ? (f = Math.sqrt(Q * Q + J * J), p = Math.sqrt(ge * ge + ie * ie), h = Q || J ? Fn(J, Q) * sn : 0, w = ie || ge ? Fn(ie, ge) * sn + h : 0, w && (p *= Math.abs(Math.cos(w * zn))), r.svg && (c -= T - (T * Q + x * ie), d -= x - (T * J + x * ge))) : (vt = b[6], Nr = b[7], Kt = b[8], Ot = b[9], ft = b[10], st = b[11], c = b[12], d = b[13], _ = b[14], k = Fn(vt, ft), g = k * sn, k && (A = Math.cos(-k), R = Math.sin(-k), ve = xe * A + Kt * R, Ve = _e * A + Ot * R, Tn = vt * A + ft * R, Kt = xe * -R + Kt * A, Ot = _e * -R + Ot * A, ft = vt * -R + ft * A, st = Nr * -R + st * A, xe = ve, _e = Ve, vt = Tn), k = Fn(-ie, ft), S = k * sn, k && (A = Math.cos(-k), R = Math.sin(-k), ve = Q * A - Kt * R, Ve = J * A - Ot * R, Tn = ie * A - ft * R, st = ge * R + st * A, Q = ve, J = Ve, ie = Tn), k = Fn(J, Q), h = k * sn, k && (A = Math.cos(k), R = Math.sin(k), ve = Q * A + J * R, Ve = xe * A + _e * R, J = J * A - Q * R, _e = _e * A - xe * R, Q = ve, xe = Ve), g && Math.abs(g) + Math.abs(h) > 359.9 && (g = h = 0, S = 180 - S), f = ye(Math.sqrt(Q * Q + J * J + ie * ie)), p = ye(Math.sqrt(_e * _e + vt * vt)), k = Fn(xe, _e), w = Math.abs(k) > 2e-4 ? k * sn : 0, C = st ? 1 / (st < 0 ? -st : st) : 0), r.svg && (ve = e.getAttribute("transform"), r.forceCSS = e.setAttribute("transform", "") || !Vd(bt(e, de)), ve && e.setAttribute("transform", ve))), Math.abs(w) > 90 && Math.abs(w) < 270 && (o ? (f *= -1, w += h <= 0 ? 180 : -180, h += h <= 0 ? 180 : -180) : (p *= -1, w += w <= 0 ? 180 : -180)), n = n || r.uncache, r.x = c - ((r.xPercent = c && (!n && r.xPercent || (Math.round(e.offsetWidth / 2) === Math.round(-c) ? -50 : 0))) ? e.offsetWidth * r.xPercent / 100 : 0) + s, r.y = d - ((r.yPercent = d && (!n && r.yPercent || (Math.round(e.offsetHeight / 2) === Math.round(-d) ? -50 : 0))) ? e.offsetHeight * r.yPercent / 100 : 0) + s, r.z = _ + s, r.scaleX = ye(f), r.scaleY = ye(p), r.rotation = ye(h) + l, r.rotationX = ye(g) + l, r.rotationY = ye(S) + l, r.skewX = w + l, r.skewY = I + l, r.transformPerspective = C + s, (r.zOrigin = parseFloat(u.split(" ")[2]) || !n && r.zOrigin || 0) && (i[Be] = vi(u)), r.xOffset = r.yOffset = 0, r.force3D = je.force3D, r.renderTransform = r.svg ? Nw : Ud ? qd : Pw, r.uncache = 0, r;
14817
14837
  }, vi = function(e) {
14818
14838
  return (e = e.split(" "))[0] + " " + e[1];
14819
14839
  }, lo = function(e, n, r) {
@@ -14876,7 +14896,7 @@ var Gd = {
14876
14896
  else if (h.substr(0, 2) === "--")
14877
14897
  u = (getComputedStyle(e).getPropertyValue(h) + "").trim(), c += "", Gt.lastIndex = 0, Gt.test(u) || (g = Oe(u), S = Oe(c)), S ? g !== S && (u = Yt(e, h, u, S) + S) : g && (c += g), this.add(l, "setProperty", u, c, i, o, 0, 0, h), s.push(h), k.push(h, 0, l[h]);
14878
14898
  else if (f !== "undefined") {
14879
- if (a && h in a ? (u = typeof a[h] == "function" ? a[h].call(r, i, e, o) : a[h], Ee(u) && ~u.indexOf("random(") && (u = Sr(u)), Oe(u + "") || u === "auto" || (u += je.units[h] || Oe(Ct(e, h)) || ""), (u + "").charAt(1) === "=" && (u = Ct(e, h))) : u = Ct(e, h), _ = parseFloat(u), w = f === "string" && c.charAt(1) === "=" && c.substr(0, 2), w && (c = c.substr(2)), d = parseFloat(c), h in pt && (h === "autoAlpha" && (_ === 1 && Ct(e, "visibility") === "hidden" && d && (_ = 0), k.push("visibility", 0, l.visibility), Vt(this, l, "visibility", _ ? "inherit" : "hidden", d ? "inherit" : "hidden", !d)), h !== "scale" && h !== "transform" && (h = pt[h], ~h.indexOf(",") && (h = h.split(",")[0]))), I = h in kt, I) {
14899
+ if (a && h in a ? (u = typeof a[h] == "function" ? a[h].call(r, i, e, o) : a[h], Ee(u) && ~u.indexOf("random(") && (u = Sr(u)), Oe(u + "") || u === "auto" || (u += je.units[h] || Oe(Ct(e, h)) || ""), (u + "").charAt(1) === "=" && (u = Ct(e, h))) : u = Ct(e, h), _ = parseFloat(u), w = f === "string" && c.charAt(1) === "=" && c.substr(0, 2), w && (c = c.substr(2)), d = parseFloat(c), h in gt && (h === "autoAlpha" && (_ === 1 && Ct(e, "visibility") === "hidden" && d && (_ = 0), k.push("visibility", 0, l.visibility), Vt(this, l, "visibility", _ ? "inherit" : "hidden", d ? "inherit" : "hidden", !d)), h !== "scale" && h !== "transform" && (h = gt[h], ~h.indexOf(",") && (h = h.split(",")[0]))), I = h in kt, I) {
14880
14900
  if (this.styles.save(h), C || (T = e._gsap, T.renderTransform && !n.parseTransform || Ir(e, n.parseTransform), x = n.smoothOrigin !== !1 && T.smooth, C = this._pt = new Re(this._pt, l, de, 0, 1, T.renderTransform, T, 0, -1), C.dep = 1), h === "scale")
14881
14901
  this._pt = new Re(this._pt, T, "scaleY", T.scaleY, (w ? Rn(T.scaleY, w + d) : d) - T.scaleY || 0, Ho), this._pt.u = 0, s.push("scaleY", h), h += "X";
14882
14902
  else if (h === "transformOrigin") {
@@ -14923,9 +14943,9 @@ var Gd = {
14923
14943
  n.styles.revert();
14924
14944
  },
14925
14945
  get: Ct,
14926
- aliases: pt,
14946
+ aliases: gt,
14927
14947
  getSetter: function(e, n, r) {
14928
- var i = pt[n];
14948
+ var i = gt[n];
14929
14949
  return i && i.indexOf(",") < 0 && (n = i), n in kt && n !== Be && (e._gsap.x || Ct(e, "x")) ? r && wa === r ? n === "scale" ? Tw : Sw : (wa = r || {}) && (n === "scale" ? Cw : Ew) : e.style && !bs(e.style[n]) ? vw : ~n.indexOf("-") ? ww : ks(e, n);
14930
14950
  },
14931
14951
  core: {
@@ -14941,9 +14961,9 @@ ze.core.getStyleSaver = Ld;
14941
14961
  });
14942
14962
  Ue(e, function(o) {
14943
14963
  je.units[o] = "deg", zd[o] = 1;
14944
- }), pt[i[13]] = t + "," + e, Ue(r, function(o) {
14964
+ }), gt[i[13]] = t + "," + e, Ue(r, function(o) {
14945
14965
  var s = o.split(":");
14946
- pt[s[1]] = i[s[0]];
14966
+ gt[s[1]] = i[s[0]];
14947
14967
  });
14948
14968
  })("x,y,z,scale,scaleX,scaleY,xPercent,yPercent", "rotation,rotationX,rotationY,skewX,skewY", "transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective", "0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY");
14949
14969
  Ue("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective", function(t) {
@@ -14952,7 +14972,7 @@ Ue("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective
14952
14972
  ze.registerPlugin(Gd);
14953
14973
  var Qo = ze.registerPlugin(Gd) || ze;
14954
14974
  Qo.core.Tween;
14955
- const h3 = {
14975
+ const p3 = {
14956
14976
  __name: "StaggeredListTransition",
14957
14977
  props: {
14958
14978
  height: {
@@ -15197,7 +15217,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
15197
15217
  ])
15198
15218
  ], 32));
15199
15219
  }
15200
- }, Vw = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1), p3 = {
15220
+ }, Vw = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1), g3 = {
15201
15221
  __name: "ColumnSettingsDialog",
15202
15222
  props: {
15203
15223
  hiddenColumnNames: {
@@ -15238,7 +15258,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
15238
15258
  let d = [...r.titleColumnNames];
15239
15259
  if (c && !d.includes(u.name)) {
15240
15260
  if (!i.value) {
15241
- bt.warning(`You can only have ${r.titleColumnLimit} priority columns.`);
15261
+ dt.warning(`You can only have ${r.titleColumnLimit} priority columns.`);
15242
15262
  return;
15243
15263
  }
15244
15264
  d.push(u.name);
@@ -15645,7 +15665,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
15645
15665
  }
15646
15666
  }, p4 = {
15647
15667
  $style: d4
15648
- }, g3 = /* @__PURE__ */ Ft(h4, [["__cssModules", p4]]), b3 = {
15668
+ }, b3 = /* @__PURE__ */ Ft(h4, [["__cssModules", p4]]), y3 = {
15649
15669
  __name: "CollapsableFiltersSidebar",
15650
15670
  props: {
15651
15671
  name: {
@@ -15837,7 +15857,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
15837
15857
  ]);
15838
15858
  };
15839
15859
  }
15840
- }, y3 = {
15860
+ }, x3 = {
15841
15861
  __name: "ConfirmPasswordField",
15842
15862
  props: {
15843
15863
  name: {
@@ -16101,7 +16121,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16101
16121
  });
16102
16122
  };
16103
16123
  }
16104
- }, x3 = {
16124
+ }, v3 = {
16105
16125
  __name: "DateTimeField",
16106
16126
  props: {
16107
16127
  modelValue: {
@@ -16159,7 +16179,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16159
16179
  ]);
16160
16180
  };
16161
16181
  }
16162
- }, v3 = {
16182
+ }, w3 = {
16163
16183
  __name: "EditableDiv",
16164
16184
  props: {
16165
16185
  modelValue: {
@@ -16185,7 +16205,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16185
16205
  onInput: s
16186
16206
  }, P(i.value), 33));
16187
16207
  }
16188
- }, k4 = ["accept", "capture"], w3 = {
16208
+ }, k4 = ["accept", "capture"], S3 = {
16189
16209
  __name: "FileUploadButton",
16190
16210
  props: {
16191
16211
  ...Ms.props,
@@ -16218,7 +16238,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16218
16238
  o.value.click();
16219
16239
  }
16220
16240
  async function l({ target: { files: u } }) {
16221
- console.log("files attached", u), i.autoDownloadCapture && await a(u), console.log("uploading files"), r("uploading", u);
16241
+ i.autoDownloadCapture && await a(u), r("uploading", u);
16222
16242
  let c = new hs(u).onProgress(({ file: d, progress: _ }) => {
16223
16243
  d.progress = _, r("file-progress", d);
16224
16244
  }).onComplete(({ file: d, uploadedFile: _ }) => {
@@ -16226,15 +16246,18 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16226
16246
  }).onAllComplete(() => {
16227
16247
  r("complete", c.files);
16228
16248
  });
16229
- console.log("created fileUpload", c);
16230
- debugger;
16231
16249
  i.geolocation && await c.resolveLocation(i.locationWaitMessage), c.upload();
16232
16250
  }
16233
16251
  async function a(u) {
16234
16252
  await Ko(10);
16235
16253
  for (let c of u) {
16236
16254
  let d = i.downloadName + "-" + ls(null, { format: " M-d-yy h:mm a" });
16237
- c.name ? d += "__" + c.name : d += "." + (c.mime || c.type).split("/").pop() || "jpg", console.log("downloading ", d), await A1(c.blobUrl, d), console.log("downloaded");
16255
+ c.name ? d += "__" + c.name : d += "." + (c.mime || c.type).split("/").pop() || "jpg";
16256
+ try {
16257
+ await A1(c, d);
16258
+ } catch (_) {
16259
+ console.error("Failed to download file", _);
16260
+ }
16238
16261
  }
16239
16262
  }
16240
16263
  return (u, c) => (m(), E(v(Ms), Zt(u.$props, {
@@ -16260,7 +16283,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16260
16283
  _: 3
16261
16284
  }, 16));
16262
16285
  }
16263
- }, F4 = { class: "inline-block" }, O4 = { class: "cursor-pointer py-2 hover:bg-blue-200 flex items-center justify-end" }, S3 = {
16286
+ }, F4 = { class: "inline-block" }, O4 = { class: "cursor-pointer py-2 hover:bg-blue-200 flex items-center justify-end" }, T3 = {
16264
16287
  __name: "InlineDateTimeField",
16265
16288
  props: {
16266
16289
  modelValue: {
@@ -16811,7 +16834,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16811
16834
  }, null, 8, ["modelValue", "field", "no-label"])
16812
16835
  ]));
16813
16836
  }
16814
- }, T3 = {
16837
+ }, C3 = {
16815
16838
  __name: "NewPasswordField",
16816
16839
  props: {
16817
16840
  name: {
@@ -16943,7 +16966,7 @@ const Uw = { class: "flex items-center" }, Rw = { key: 0 }, Bw = { class: "flex-
16943
16966
  ]);
16944
16967
  };
16945
16968
  }
16946
- }, q4 = ["data-dusk", "onClick"], C3 = {
16969
+ }, q4 = ["data-dusk", "onClick"], E3 = {
16947
16970
  __name: "SelectDrawer",
16948
16971
  props: {
16949
16972
  modelValue: {
@@ -17333,15 +17356,15 @@ var X4 = [
17333
17356
  return t === "html" || t === "text";
17334
17357
  }
17335
17358
  }
17336
- }, ft = function() {
17337
- return ft = Object.assign || function(t) {
17359
+ }, mt = function() {
17360
+ return mt = Object.assign || function(t) {
17338
17361
  for (var e, n = 1, r = arguments.length; n < r; n++) {
17339
17362
  e = arguments[n];
17340
17363
  for (var i in e)
17341
17364
  Object.prototype.hasOwnProperty.call(e, i) && (t[i] = e[i]);
17342
17365
  }
17343
17366
  return t;
17344
- }, ft.apply(this, arguments);
17367
+ }, mt.apply(this, arguments);
17345
17368
  }, uS = function(t, e, n, r) {
17346
17369
  return t(r || "div", {
17347
17370
  id: e,
@@ -17356,14 +17379,14 @@ var X4 = [
17356
17379
  }, uo = { selector: void 0, target: void 0 }, dS = l_({
17357
17380
  props: aS,
17358
17381
  setup: function(t, e) {
17359
- var n = t.init ? ft(ft({}, t.init), uo) : ft({}, uo), r = a_(t), i = r.disabled, o = r.modelValue, s = r.tagName, l = B(null), a = null, u = t.id || Qd("tiny-vue"), c = t.init && t.init.inline || t.inline, d = !!e.attrs["onUpdate:modelValue"], _ = !0, f = t.initialValue ? t.initialValue : "", p = "", h = function(w) {
17382
+ var n = t.init ? mt(mt({}, t.init), uo) : mt({}, uo), r = a_(t), i = r.disabled, o = r.modelValue, s = r.tagName, l = B(null), a = null, u = t.id || Qd("tiny-vue"), c = t.init && t.init.inline || t.inline, d = !!e.attrs["onUpdate:modelValue"], _ = !0, f = t.initialValue ? t.initialValue : "", p = "", h = function(w) {
17360
17383
  return d ? function() {
17361
17384
  return o != null && o.value ? o.value : "";
17362
17385
  } : function() {
17363
17386
  return w ? f : p;
17364
17387
  };
17365
17388
  }, g = function() {
17366
- var w = h(_), I = ft(ft({}, n), { readonly: t.disabled, target: l.value, plugins: rS(n.plugins, t.plugins), toolbar: t.toolbar || n.toolbar, inline: c, setup: function(C) {
17389
+ var w = h(_), I = mt(mt({}, n), { readonly: t.disabled, target: l.value, plugins: rS(n.plugins, t.plugins), toolbar: t.toolbar || n.toolbar, inline: c, setup: function(C) {
17367
17390
  a = C, C.on("init", function(T) {
17368
17391
  return tS(T, t, e, C, o, w);
17369
17392
  }), typeof n.setup == "function" && n.setup(C);
@@ -17395,7 +17418,7 @@ var X4 = [
17395
17418
  }));
17396
17419
  var S = function(w) {
17397
17420
  var I;
17398
- p = a.getContent(), (I = on()) === null || I === void 0 || I.remove(a), n = ft(ft(ft({}, n), w), uo), hr(function() {
17421
+ p = a.getContent(), (I = on()) === null || I === void 0 || I.remove(a), n = mt(mt(mt({}, n), w), uo), hr(function() {
17399
17422
  return g();
17400
17423
  });
17401
17424
  };
@@ -17718,7 +17741,7 @@ const _S = ["innerHTML"], fS = {
17718
17741
  }, TS = /* @__PURE__ */ Ft(SS, [["__scopeId", "data-v-a0bc1dac"]]), CS = { class: "w-full flex justify-end items-center flex-nowrap border-b" }, ES = { class: "flex-grow" }, IS = {
17719
17742
  key: 0,
17720
17743
  class: "flex justify-end items-stretch flex-nowrap p-4"
17721
- }, E3 = {
17744
+ }, I3 = {
17722
17745
  __name: "FilterToolbarLayout",
17723
17746
  props: {
17724
17747
  filter: {
@@ -17763,7 +17786,7 @@ const _S = ["innerHTML"], fS = {
17763
17786
  }, DS = { class: "flex-grow" }, PS = {
17764
17787
  key: 1,
17765
17788
  class: "flex flex-nowrap items-center mr-2"
17766
- }, NS = ["onClick"], MS = ["onClick"], I3 = {
17789
+ }, NS = ["onClick"], MS = ["onClick"], k3 = {
17767
17790
  __name: "RenderedForm",
17768
17791
  props: {
17769
17792
  values: {
@@ -17841,7 +17864,7 @@ const _S = ["innerHTML"], fS = {
17841
17864
  if (!a.value)
17842
17865
  return;
17843
17866
  if (s.value.includes(a.value)) {
17844
- bt.error("Variation name already exists");
17867
+ dt.error("Variation name already exists");
17845
17868
  return;
17846
17869
  }
17847
17870
  const C = r.values.map((T) => T.variation === u.value ? { ...T, variation: a.value } : T);
@@ -17984,7 +18007,7 @@ function RS(t, e) {
17984
18007
  ])
17985
18008
  ]);
17986
18009
  }
17987
- const k3 = /* @__PURE__ */ Ft($S, [["render", RS]]);
18010
+ const F3 = /* @__PURE__ */ Ft($S, [["render", RS]]);
17988
18011
  function BS(t) {
17989
18012
  xn(() => {
17990
18013
  const e = t.value.$el.getElementsByClassName("q-table__middle")[0];
@@ -18016,7 +18039,7 @@ function VS(t, e = null) {
18016
18039
  }
18017
18040
  return n;
18018
18041
  }
18019
- function F3({
18042
+ function O3({
18020
18043
  listRoute: t,
18021
18044
  summaryRoute: e = null,
18022
18045
  filterFieldOptionsRoute: n = null,
@@ -18098,7 +18121,7 @@ function F3({
18098
18121
  }), !0) : !1;
18099
18122
  }
18100
18123
  async function Ve() {
18101
- return Promise.all([R(), Q(), J(), _t()]);
18124
+ return Promise.all([R(), Q(), J(), ft()]);
18102
18125
  }
18103
18126
  function Tn(H, ne) {
18104
18127
  if (!u)
@@ -18123,7 +18146,7 @@ function F3({
18123
18146
  };
18124
18147
  dn(u, H);
18125
18148
  }
18126
- async function _t() {
18149
+ async function ft() {
18127
18150
  var ne, oe;
18128
18151
  if (!w.value || !i)
18129
18152
  return;
@@ -18134,7 +18157,7 @@ function F3({
18134
18157
  }
18135
18158
  }
18136
18159
  i && me(() => w.value, async (H, ne) => {
18137
- H && (ne == null ? void 0 : ne.id) !== H.id && await _t();
18160
+ H && (ne == null ? void 0 : ne.id) !== H.id && await ft();
18138
18161
  });
18139
18162
  function Nr(H, ne) {
18140
18163
  w.value = H, I.value = ne;
@@ -18195,7 +18218,7 @@ function F3({
18195
18218
  setItemInList: _e
18196
18219
  };
18197
18220
  }
18198
- function O3(t, e) {
18221
+ function A3(t, e) {
18199
18222
  const n = `${t}-column-order`, r = `${t}-visible-columns`, i = `${t}-title-columns`, o = B(_n(n) || []), s = B(_n(r, [])), l = B(_n(i, [])), a = U(() => u.value.slice(0, 1)), u = U(() => [...e].sort((f, p) => {
18200
18223
  const h = o.value.indexOf(f.name), g = o.value.indexOf(p.name);
18201
18224
  return h === -1 ? 1 : g === -1 ? -1 : h - g;
@@ -18764,7 +18787,7 @@ const qS = {
18764
18787
  _: 1
18765
18788
  }, 8, ["class"]));
18766
18789
  }
18767
- }, E6 = { class: "overflow-hidden w-full" }, A3 = {
18790
+ }, E6 = { class: "overflow-hidden w-full" }, D3 = {
18768
18791
  __name: "ActionTable",
18769
18792
  props: {
18770
18793
  name: {
@@ -18933,7 +18956,7 @@ const qS = {
18933
18956
  ], 64))
18934
18957
  ]));
18935
18958
  }
18936
- }, F6 = { class: "text-gray-700 flex items-stretch flex-nowrap p-4" }, O6 = { class: "flex-grow text-sm w-3/5 overflow-auto" }, A6 = { class: "flex flex-nowrap items-center mt-4" }, D6 = { class: "bg-red-200 line-through p-2" }, P6 = { class: "bg-emerald-200 ml-2.5 p-2" }, N6 = { class: "ml-4 text-sm w-2/5" }, M6 = ["href"], D3 = {
18959
+ }, F6 = { class: "text-gray-700 flex items-stretch flex-nowrap p-4" }, O6 = { class: "flex-grow text-sm w-3/5 overflow-auto" }, A6 = { class: "flex flex-nowrap items-center mt-4" }, D6 = { class: "bg-red-200 line-through p-2" }, P6 = { class: "bg-emerald-200 ml-2.5 p-2" }, N6 = { class: "ml-4 text-sm w-2/5" }, M6 = ["href"], P3 = {
18937
18960
  __name: "AuditHistoryItem",
18938
18961
  props: {
18939
18962
  item: {
@@ -18990,7 +19013,7 @@ const qS = {
18990
19013
  }, $6 = ["onClick"], L6 = {
18991
19014
  key: 0,
18992
19015
  class: "flex-shrink-0"
18993
- }, P3 = {
19016
+ }, N3 = {
18994
19017
  __name: "NavigationMenu",
18995
19018
  props: {
18996
19019
  collapsed: Boolean,
@@ -19374,7 +19397,7 @@ const qS = {
19374
19397
  }, uT = /* @__PURE__ */ Ft(lT, [["__cssModules", aT]]), cT = { class: "flex flex-col flex-nowrap h-full" }, dT = { class: "flex items-center px-6 py-4 border-b" }, _T = { class: "flex-grow" }, fT = { class: "flex-grow overflow-hidden h-full" }, mT = { class: "flex items-stretch flex-nowrap h-full" }, hT = { class: "border-r w-[13.5rem] overflow-y-auto" }, pT = {
19375
19398
  key: 0,
19376
19399
  class: "border-l overflow-y-auto"
19377
- }, N3 = {
19400
+ }, M3 = {
19378
19401
  __name: "PanelsDrawer",
19379
19402
  props: {
19380
19403
  modelValue: {
@@ -19448,7 +19471,7 @@ const qS = {
19448
19471
  });
19449
19472
  };
19450
19473
  }
19451
- }, gT = "quasar-ui-danx", bT = "0.3.43", yT = "Dan <dan@flytedesk.com>", xT = "DanX Vue / Quasar component library", vT = "MIT", wT = "module", ST = "dist/danx.es.js", TT = "dist/danx.es.js", CT = {
19474
+ }, gT = "quasar-ui-danx", bT = "0.3.45", yT = "Dan <dan@flytedesk.com>", xT = "DanX Vue / Quasar component library", vT = "MIT", wT = "module", ST = "dist/danx.es.js", TT = "dist/danx.es.js", CT = {
19452
19475
  dev: "cd dev && quasar dev && cd ..",
19453
19476
  build: "vite build",
19454
19477
  preview: "vite preview",
@@ -19513,106 +19536,106 @@ const qS = {
19513
19536
  dependencies: kT,
19514
19537
  browserslist: FT
19515
19538
  }, { version: AT } = OT;
19516
- function M3(t) {
19539
+ function $3(t) {
19517
19540
  console.log(`Installing Danx UI ${AT}... Nothing to do really.`);
19518
19541
  }
19519
19542
  export {
19520
19543
  qS as ActionMenu,
19521
- A3 as ActionTable,
19544
+ D3 as ActionTable,
19522
19545
  HS as ActionTableColumn,
19523
19546
  g6 as ActionTableHeaderColumn,
19524
- k3 as ActionTableLayout,
19547
+ F3 as ActionTableLayout,
19525
19548
  m2 as ActionVnode,
19526
- s3 as AddressFormat,
19527
- D3 as AuditHistoryItem,
19549
+ l3 as AddressFormat,
19550
+ P3 as AuditHistoryItem,
19528
19551
  Na as AuditHistoryItemValue,
19529
- _3 as BadgeTab,
19552
+ f3 as BadgeTab,
19530
19553
  Zd as BooleanField,
19531
19554
  Ub as CaretDownIcon,
19532
- b3 as CollapsableFiltersSidebar,
19555
+ y3 as CollapsableFiltersSidebar,
19533
19556
  qv as CollapsableSidebar,
19534
19557
  fa as ColumnListItem,
19535
- p3 as ColumnSettingsDialog,
19558
+ g3 as ColumnSettingsDialog,
19536
19559
  mi as ConfirmDialog,
19537
- y3 as ConfirmPasswordField,
19560
+ x3 as ConfirmPasswordField,
19538
19561
  Gc as ContentDrawer,
19539
19562
  Wd as DateField,
19540
19563
  jd as DateRangeField,
19541
- x3 as DateTimeField,
19564
+ v3 as DateTimeField,
19542
19565
  Yd as DateTimePicker,
19543
19566
  Vc as DragAndDrop,
19544
19567
  qb as DragHandleDotsIcon,
19545
19568
  jb as DragHandleIcon,
19546
- v3 as EditableDiv,
19569
+ w3 as EditableDiv,
19547
19570
  v6 as EmptyTableState,
19548
- t3 as ExportButton,
19571
+ n3 as ExportButton,
19549
19572
  tr as FieldLabel,
19550
19573
  yr as FilePreview,
19551
19574
  hs as FileUpload,
19552
- w3 as FileUploadButton,
19575
+ S3 as FileUploadButton,
19553
19576
  yS as FilterFieldItem,
19554
19577
  vS as FilterFieldList,
19555
19578
  Jb as FilterIcon,
19556
19579
  TS as FilterListToggle,
19557
- E3 as FilterToolbarLayout,
19580
+ I3 as FilterToolbarLayout,
19558
19581
  Pa as FilterableField,
19559
- bt as FlashMessages,
19560
- l3 as FlatListFormat,
19582
+ dt as FlashMessages,
19583
+ a3 as FlatListFormat,
19561
19584
  wx as FullScreenCarouselDialog,
19562
- i3 as FullScreenDialog,
19563
- a3 as GpsCoordinatesFormat,
19585
+ o3 as FullScreenDialog,
19586
+ u3 as GpsCoordinatesFormat,
19564
19587
  Pb as HandleDraggable,
19565
- u3 as IconWithTextFormat,
19588
+ c3 as IconWithTextFormat,
19566
19589
  sy as ImageIcon,
19567
- f3 as IndicatorTab,
19590
+ m3 as IndicatorTab,
19568
19591
  Ix as InfoDialog,
19569
- S3 as InlineDateTimeField,
19570
- o3 as InputDialog,
19592
+ T3 as InlineDateTimeField,
19593
+ s3 as InputDialog,
19571
19594
  A4 as IntegerField,
19572
- d3 as InteractiveTooltip,
19595
+ _3 as InteractiveTooltip,
19573
19596
  P4 as LabelValueBlock,
19574
- c3 as LabelValueFormat,
19597
+ d3 as LabelValueFormat,
19575
19598
  Hd as LabeledInput,
19576
19599
  Lw as ListDragAndDrop,
19577
19600
  zw as ListItemDraggable,
19578
19601
  w2 as ListTransition,
19579
19602
  L4 as MultiFileField,
19580
19603
  R4 as MultiKeywordField,
19581
- P3 as NavigationMenu,
19582
- T3 as NewPasswordField,
19604
+ N3 as NavigationMenu,
19605
+ C3 as NewPasswordField,
19583
19606
  wi as NumberField,
19584
19607
  ao as NumberRangeField,
19585
- N3 as PanelsDrawer,
19608
+ M3 as PanelsDrawer,
19586
19609
  U6 as PanelsDrawerPanels,
19587
19610
  uT as PanelsDrawerTabs,
19588
19611
  _y as PdfIcon,
19589
19612
  gy as PercentIcon,
19590
19613
  g2 as PopoverMenu,
19591
- r3 as PreviousNextControls,
19592
- n3 as RefreshButton,
19614
+ i3 as PreviousNextControls,
19615
+ r3 as RefreshButton,
19593
19616
  h2 as RenderComponent,
19594
19617
  xr as RenderVnode,
19595
- I3 as RenderedForm,
19596
- C3 as SelectDrawer,
19618
+ k3 as RenderedForm,
19619
+ E3 as SelectDrawer,
19597
19620
  Si as SelectField,
19598
19621
  W4 as SelectWithChildrenField,
19599
19622
  Q4 as SingleFileField,
19600
19623
  wy as SkipNextIcon,
19601
19624
  Iy as SkipPreviousIcon,
19602
- m3 as SlideTransition,
19603
- h3 as StaggeredListTransition,
19625
+ h3 as SlideTransition,
19626
+ p3 as StaggeredListTransition,
19604
19627
  sv as SvgImg,
19605
19628
  C6 as TableSummaryRow,
19606
19629
  Xo as TextField,
19607
19630
  qw as TitleColumnFormat,
19608
19631
  qc as TrashIcon,
19609
- g3 as VisibleColumnsToggleButtons,
19632
+ b3 as VisibleColumnsToggleButtons,
19610
19633
  $y as WarningIcon,
19611
19634
  fS as WysiwygField,
19612
19635
  ps as XIcon,
19613
19636
  Pn as activeActionVnode,
19614
- YT as addHotkey,
19615
- e3 as applyCssVars,
19637
+ QT as addHotkey,
19638
+ t3 as applyCssVars,
19616
19639
  Lc as buildCssVars,
19617
19640
  ZT as centerTruncate,
19618
19641
  MT as configure,
@@ -19620,7 +19643,8 @@ export {
19620
19643
  vl as dbDateTime,
19621
19644
  WT as diffInDays,
19622
19645
  as as download,
19623
- A1 as downloadFile,
19646
+ A1 as downloadBlobOrUrl,
19647
+ jT as downloadFile,
19624
19648
  D1 as downloadFileResponse,
19625
19649
  zu as fCurrency,
19626
19650
  Tt as fDate,
@@ -19631,14 +19655,14 @@ export {
19631
19655
  HT as fPhone,
19632
19656
  qT as fQDate,
19633
19657
  GT as fSecondsToTime,
19634
- JT as fetchResourceListWithSelected,
19658
+ e3 as fetchResourceListWithSelected,
19635
19659
  VS as getFilterFromUrl,
19636
19660
  _n as getItem,
19637
19661
  wl as getResponseHeader,
19638
19662
  _b as getUrlParam,
19639
19663
  I_ as incrementName,
19640
- M3 as install,
19641
- QT as listen,
19664
+ $3 as install,
19665
+ XT as listen,
19642
19666
  Bu as localizedDateTime,
19643
19667
  zS as mapSortBy,
19644
19668
  BT as metersToMiles,
@@ -19649,7 +19673,7 @@ export {
19649
19673
  li as parseDateTime,
19650
19674
  yo as parseQDate,
19651
19675
  xl as parseQDateTime,
19652
- KT as registerHotkeys,
19676
+ JT as registerHotkeys,
19653
19677
  BS as registerStickyScrolling,
19654
19678
  F1 as remoteDateTime,
19655
19679
  ni as remove,
@@ -19659,13 +19683,13 @@ export {
19659
19683
  dn as setItem,
19660
19684
  Ko as sleep,
19661
19685
  UT as uniqueBy,
19662
- XT as unlisten,
19686
+ KT as unlisten,
19663
19687
  LT as useActions,
19664
19688
  k_ as useCompatibility,
19665
- F3 as useListControls,
19689
+ O3 as useListControls,
19666
19690
  db as useMultiFileUpload,
19667
19691
  fb as useSingleFileUpload,
19668
- O3 as useTableColumns,
19692
+ A3 as useTableColumns,
19669
19693
  AT as version,
19670
19694
  zs as waitForRef
19671
19695
  };