quasar-factory-lib 0.0.64 → 0.0.65

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.
@@ -7065,6 +7065,10 @@ const Ic = /* @__PURE__ */ Ke(th, [["render", nh]]), oh = {
7065
7065
  btnIcon: {
7066
7066
  type: String,
7067
7067
  required: !0
7068
+ },
7069
+ btnDisable: {
7070
+ type: Boolean,
7071
+ required: !0
7068
7072
  }
7069
7073
  },
7070
7074
  emits: ["onClickButton"],
@@ -7079,13 +7083,14 @@ function rh(e, t, n, o, r, l) {
7079
7083
  round: "",
7080
7084
  color: n.btnColor,
7081
7085
  size: "md",
7086
+ disable: n.btnDisable,
7082
7087
  onClick: t[0] || (t[0] = (a) => e.$emit("onClickButton"))
7083
7088
  }, {
7084
7089
  default: W(() => [
7085
7090
  V(We, { name: n.btnIcon }, null, 8, ["name"])
7086
7091
  ]),
7087
7092
  _: 1
7088
- }, 8, ["data-cy", "color"]);
7093
+ }, 8, ["data-cy", "color", "disable"]);
7089
7094
  }
7090
7095
  const Lc = /* @__PURE__ */ Ke(oh, [["render", rh]]), lh = ["top", "middle", "bottom"], ah = Te({
7091
7096
  name: "QBadge",
@@ -7521,10 +7526,11 @@ function gh(e, t, n, o, r, l) {
7521
7526
  "data-cy": c.colButtonDataCy + "-" + r.tablePropsData.row.id,
7522
7527
  "btn-color": c.btnColor || "primary",
7523
7528
  "btn-icon": c.btnIcon || "",
7529
+ "btn-disable": c.btnDisable || r.tablePropsData.row.btnDisable,
7524
7530
  onOnClickButton: () => {
7525
7531
  e.$emit("onClickButton", c.btnEmit, r.tablePropsData.row);
7526
7532
  }
7527
- }, null, 8, ["data-cy", "btn-color", "btn-icon", "onOnClickButton"])) : Se("", !0),
7533
+ }, null, 8, ["data-cy", "btn-color", "btn-icon", "btn-disable", "onOnClickButton"])) : Se("", !0),
7528
7534
  c.showCustomizedButtonWithToolTip ? (ee(), ue(g, {
7529
7535
  key: 8,
7530
7536
  "data-cy": c.ButtonWithToolTip + "-" + r.tablePropsData.row.id,
@@ -7775,10 +7781,11 @@ function bh(e, t, n, o, r, l) {
7775
7781
  "data-cy": c.colButtonDataCy + "-" + r.tablePropsData.row.id,
7776
7782
  "btn-color": c.btnColor || "primary",
7777
7783
  "btn-icon": c.btnIcon || "",
7784
+ "btn-disable": c.btnDisable || r.tablePropsData.row.btnDisable,
7778
7785
  onOnClickButton: () => {
7779
7786
  e.$emit("onClickButton", c.btnEmit, r.tablePropsData.row);
7780
7787
  }
7781
- }, null, 8, ["data-cy", "btn-color", "btn-icon", "onOnClickButton"])) : Se("", !0)
7788
+ }, null, 8, ["data-cy", "btn-color", "btn-icon", "btn-disable", "onOnClickButton"])) : Se("", !0)
7782
7789
  ]),
7783
7790
  _: 2
7784
7791
  }, 1024),
@@ -12914,7 +12921,7 @@ function Ds(e, t) {
12914
12921
  return o;
12915
12922
  }
12916
12923
  }
12917
- var e0 = class {
12924
+ var eb = class {
12918
12925
  constructor() {
12919
12926
  this.transfomers = {};
12920
12927
  }
@@ -12930,7 +12937,7 @@ var e0 = class {
12930
12937
  };
12931
12938
  $();
12932
12939
  $();
12933
- var t0 = (e) => Object.prototype.toString.call(e).slice(8, -1), dd = (e) => typeof e > "u", n0 = (e) => e === null, Lo = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, Vl = (e) => Lo(e) && Object.keys(e).length === 0, vn = (e) => Array.isArray(e), o0 = (e) => typeof e == "string", r0 = (e) => typeof e == "number" && !isNaN(e), l0 = (e) => typeof e == "boolean", a0 = (e) => e instanceof RegExp, Po = (e) => e instanceof Map, No = (e) => e instanceof Set, fd = (e) => t0(e) === "Symbol", i0 = (e) => e instanceof Date && !isNaN(e.valueOf()), s0 = (e) => e instanceof Error, As = (e) => typeof e == "number" && isNaN(e), u0 = (e) => l0(e) || n0(e) || dd(e) || r0(e) || o0(e) || fd(e), c0 = (e) => typeof e == "bigint", d0 = (e) => e === 1 / 0 || e === -1 / 0, f0 = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), m0 = (e) => e instanceof URL;
12940
+ var tb = (e) => Object.prototype.toString.call(e).slice(8, -1), dd = (e) => typeof e > "u", nb = (e) => e === null, Lo = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, Vl = (e) => Lo(e) && Object.keys(e).length === 0, vn = (e) => Array.isArray(e), ob = (e) => typeof e == "string", rb = (e) => typeof e == "number" && !isNaN(e), lb = (e) => typeof e == "boolean", ab = (e) => e instanceof RegExp, Po = (e) => e instanceof Map, No = (e) => e instanceof Set, fd = (e) => tb(e) === "Symbol", ib = (e) => e instanceof Date && !isNaN(e.valueOf()), sb = (e) => e instanceof Error, As = (e) => typeof e == "number" && isNaN(e), ub = (e) => lb(e) || nb(e) || dd(e) || rb(e) || ob(e) || fd(e), cb = (e) => typeof e == "bigint", db = (e) => e === 1 / 0 || e === -1 / 0, fb = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), mb = (e) => e instanceof URL;
12934
12941
  $();
12935
12942
  var md = (e) => e.replace(/\./g, "\\."), gl = (e) => e.map(String).map(md).join("."), To = (e) => {
12936
12943
  const t = [];
@@ -12962,9 +12969,9 @@ function jt(e, t, n, o) {
12962
12969
  var gd = [
12963
12970
  jt(dd, "undefined", () => null, () => {
12964
12971
  }),
12965
- jt(c0, "bigint", (e) => e.toString(), (e) => typeof BigInt < "u" ? BigInt(e) : (console.error("Please add a BigInt polyfill."), e)),
12966
- jt(i0, "Date", (e) => e.toISOString(), (e) => new Date(e)),
12967
- jt(s0, "Error", (e, t) => {
12972
+ jt(cb, "bigint", (e) => e.toString(), (e) => typeof BigInt < "u" ? BigInt(e) : (console.error("Please add a BigInt polyfill."), e)),
12973
+ jt(ib, "Date", (e) => e.toISOString(), (e) => new Date(e)),
12974
+ jt(sb, "Error", (e, t) => {
12968
12975
  const n = {
12969
12976
  name: e.name,
12970
12977
  message: e.message
@@ -12978,7 +12985,7 @@ var gd = [
12978
12985
  n[o] = e[o];
12979
12986
  }), n;
12980
12987
  }),
12981
- jt(a0, "regexp", (e) => "" + e, (e) => {
12988
+ jt(ab, "regexp", (e) => "" + e, (e) => {
12982
12989
  const t = e.slice(1, e.lastIndexOf("/")), n = e.slice(e.lastIndexOf("/") + 1);
12983
12990
  return new RegExp(t, n);
12984
12991
  }),
@@ -12991,9 +12998,9 @@ var gd = [
12991
12998
  (e) => new Set(e)
12992
12999
  ),
12993
13000
  jt(Po, "map", (e) => [...e.entries()], (e) => new Map(e)),
12994
- jt((e) => As(e) || d0(e), "number", (e) => As(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
13001
+ jt((e) => As(e) || db(e), "number", (e) => As(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
12995
13002
  jt((e) => e === 0 && 1 / e === -1 / 0, "number", () => "-0", Number),
12996
- jt(m0, "URL", (e) => e.toString(), (e) => new URL(e))
13003
+ jt(mb, "URL", (e) => e.toString(), (e) => new URL(e))
12997
13004
  ];
12998
13005
  function qr(e, t, n, o) {
12999
13006
  return {
@@ -13008,7 +13015,7 @@ var hd = qr((e, t) => fd(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
13008
13015
  if (!o)
13009
13016
  throw new Error("Trying to deserialize unknown symbol");
13010
13017
  return o;
13011
- }), g0 = [
13018
+ }), gb = [
13012
13019
  Int8Array,
13013
13020
  Uint8Array,
13014
13021
  Int16Array,
@@ -13018,8 +13025,8 @@ var hd = qr((e, t) => fd(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =
13018
13025
  Float32Array,
13019
13026
  Float64Array,
13020
13027
  Uint8ClampedArray
13021
- ].reduce((e, t) => (e[t.name] = t, e), {}), vd = qr(f0, (e) => ["typed-array", e.constructor.name], (e) => [...e], (e, t) => {
13022
- const n = g0[t[1]];
13028
+ ].reduce((e, t) => (e[t.name] = t, e), {}), vd = qr(fb, (e) => ["typed-array", e.constructor.name], (e) => [...e], (e, t) => {
13029
+ const n = gb[t[1]];
13023
13030
  if (!n)
13024
13031
  throw new Error("Trying to deserialize unknown typed array");
13025
13032
  return new n(e);
@@ -13045,8 +13052,8 @@ var pd = qr(_d, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
13045
13052
  if (!o)
13046
13053
  throw new Error("Trying to deserialize unknown custom value");
13047
13054
  return o.deserialize(e);
13048
- }), h0 = [pd, hd, bd, vd], xs = (e, t) => {
13049
- const n = Ds(h0, (r) => r.isApplicable(e, t));
13055
+ }), hb = [pd, hd, bd, vd], xs = (e, t) => {
13056
+ const n = Ds(hb, (r) => r.isApplicable(e, t));
13050
13057
  if (n)
13051
13058
  return {
13052
13059
  value: n.transform(e, t),
@@ -13062,7 +13069,7 @@ var pd = qr(_d, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)
13062
13069
  gd.forEach((e) => {
13063
13070
  yd[e.annotation] = e;
13064
13071
  });
13065
- var v0 = (e, t, n) => {
13072
+ var vb = (e, t, n) => {
13066
13073
  if (vn(t))
13067
13074
  switch (t[0]) {
13068
13075
  case "symbol":
@@ -13100,7 +13107,7 @@ function Ed(e) {
13100
13107
  if (dr(e, "constructor"))
13101
13108
  throw new Error("constructor is not allowed as a property");
13102
13109
  }
13103
- var _0 = (e, t) => {
13110
+ var _b = (e, t) => {
13104
13111
  Ed(t);
13105
13112
  for (let n = 0; n < t.length; n++) {
13106
13113
  const o = t[n];
@@ -13181,14 +13188,14 @@ function Bl(e, t, n = []) {
13181
13188
  Bl(l, t, [...n, ...To(a)]);
13182
13189
  }), t(o, n);
13183
13190
  }
13184
- function p0(e, t, n) {
13191
+ function pb(e, t, n) {
13185
13192
  return Bl(t, (o, r) => {
13186
- e = Fl(e, r, (l) => v0(l, o, n));
13193
+ e = Fl(e, r, (l) => vb(l, o, n));
13187
13194
  }), e;
13188
13195
  }
13189
- function b0(e, t) {
13196
+ function bb(e, t) {
13190
13197
  function n(o, r) {
13191
- const l = _0(e, To(r));
13198
+ const l = _b(e, To(r));
13192
13199
  o.map(To).forEach((a) => {
13193
13200
  e = Fl(e, a, () => l);
13194
13201
  });
@@ -13202,12 +13209,12 @@ function b0(e, t) {
13202
13209
  ao(t, n);
13203
13210
  return e;
13204
13211
  }
13205
- var y0 = (e, t) => Lo(e) || vn(e) || Po(e) || No(e) || _d(e, t);
13206
- function E0(e, t, n) {
13212
+ var yb = (e, t) => Lo(e) || vn(e) || Po(e) || No(e) || _d(e, t);
13213
+ function Eb(e, t, n) {
13207
13214
  const o = n.get(e);
13208
13215
  o ? o.push(t) : n.set(e, [t]);
13209
13216
  }
13210
- function S0(e, t) {
13217
+ function Sb(e, t) {
13211
13218
  const n = {};
13212
13219
  let o;
13213
13220
  return e.forEach((r) => {
@@ -13220,16 +13227,16 @@ function S0(e, t) {
13220
13227
  }
13221
13228
  var Sd = (e, t, n, o, r = [], l = [], a = /* @__PURE__ */ new Map()) => {
13222
13229
  var i;
13223
- const s = u0(e);
13230
+ const s = ub(e);
13224
13231
  if (!s) {
13225
- E0(e, r, t);
13232
+ Eb(e, r, t);
13226
13233
  const c = a.get(e);
13227
13234
  if (c)
13228
13235
  return o ? {
13229
13236
  transformedValue: null
13230
13237
  } : c;
13231
13238
  }
13232
- if (!y0(e, n)) {
13239
+ if (!yb(e, n)) {
13233
13240
  const c = xs(e, n), _ = c ? {
13234
13241
  transformedValue: c.value,
13235
13242
  annotations: [c.type]
@@ -13268,13 +13275,13 @@ function Cd(e) {
13268
13275
  function Is(e) {
13269
13276
  return Cd(e) === "Array";
13270
13277
  }
13271
- function C0(e) {
13278
+ function Cb(e) {
13272
13279
  if (Cd(e) !== "Object")
13273
13280
  return !1;
13274
13281
  const t = Object.getPrototypeOf(e);
13275
13282
  return !!t && t.constructor === Object && t === Object.prototype;
13276
13283
  }
13277
- function w0(e, t, n, o, r) {
13284
+ function wb(e, t, n, o, r) {
13278
13285
  const l = {}.propertyIsEnumerable.call(o, t) ? "enumerable" : "nonenumerable";
13279
13286
  l === "enumerable" && (e[t] = n), r && l === "nonenumerable" && Object.defineProperty(e, t, {
13280
13287
  value: n,
@@ -13286,14 +13293,14 @@ function w0(e, t, n, o, r) {
13286
13293
  function ql(e, t = {}) {
13287
13294
  if (Is(e))
13288
13295
  return e.map((r) => ql(r, t));
13289
- if (!C0(e))
13296
+ if (!Cb(e))
13290
13297
  return e;
13291
13298
  const n = Object.getOwnPropertyNames(e), o = Object.getOwnPropertySymbols(e);
13292
13299
  return [...n, ...o].reduce((r, l) => {
13293
13300
  if (Is(t.props) && !t.props.includes(l))
13294
13301
  return r;
13295
13302
  const a = e[l], i = ql(a, t);
13296
- return w0(r, l, i, e, t.nonenumerable), r;
13303
+ return wb(r, l, i, e, t.nonenumerable), r;
13297
13304
  }, {});
13298
13305
  }
13299
13306
  var Fe = class {
@@ -13304,7 +13311,7 @@ var Fe = class {
13304
13311
  this.classRegistry = new Xp(), this.symbolRegistry = new cd((t) => {
13305
13312
  var n;
13306
13313
  return (n = t.description) != null ? n : "";
13307
- }), this.customTransformerRegistry = new e0(), this.allowedErrorProps = [], this.dedupe = e;
13314
+ }), this.customTransformerRegistry = new eb(), this.allowedErrorProps = [], this.dedupe = e;
13308
13315
  }
13309
13316
  serialize(e) {
13310
13317
  const t = /* @__PURE__ */ new Map(), n = Sd(e, t, this, this.dedupe), o = {
@@ -13314,7 +13321,7 @@ var Fe = class {
13314
13321
  ...o.meta,
13315
13322
  values: n.annotations
13316
13323
  });
13317
- const r = S0(t, this.dedupe);
13324
+ const r = Sb(t, this.dedupe);
13318
13325
  return r && (o.meta = {
13319
13326
  ...o.meta,
13320
13327
  referentialEqualities: r
@@ -13323,7 +13330,7 @@ var Fe = class {
13323
13330
  deserialize(e) {
13324
13331
  const { json: t, meta: n } = e;
13325
13332
  let o = ql(t);
13326
- return n != null && n.values && (o = p0(o, n.values, this)), n != null && n.referentialEqualities && (o = b0(o, n.referentialEqualities)), o;
13333
+ return n != null && n.values && (o = pb(o, n.values, this)), n != null && n.referentialEqualities && (o = bb(o, n.referentialEqualities)), o;
13327
13334
  }
13328
13335
  stringify(e) {
13329
13336
  return JSON.stringify(this.serialize(e));
@@ -13403,7 +13410,7 @@ $();
13403
13410
  * (c) 2025 Eduardo San Martin Morote
13404
13411
  * @license MIT
13405
13412
  */
13406
- const k0 = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
13413
+ const kb = process.env.NODE_ENV !== "production" ? Symbol("pinia") : (
13407
13414
  /* istanbul ignore next */
13408
13415
  Symbol()
13409
13416
  );
@@ -13412,7 +13419,7 @@ var Ln;
13412
13419
  e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
13413
13420
  })(Ln || (Ln = {}));
13414
13421
  const $l = typeof window < "u", zs = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof global == "object" && global.global === global ? global : typeof globalThis == "object" ? globalThis : { HTMLElement: null };
13415
- function T0(e, { autoBom: t = !1 } = {}) {
13422
+ function Tb(e, { autoBom: t = !1 } = {}) {
13416
13423
  return t && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type) ? new Blob(["\uFEFF", e], { type: e.type }) : e;
13417
13424
  }
13418
13425
  function Va(e, t, n) {
@@ -13442,16 +13449,16 @@ function fr(e) {
13442
13449
  }
13443
13450
  const mr = typeof navigator == "object" ? navigator : { userAgent: "" }, kd = /Macintosh/.test(mr.userAgent) && /AppleWebKit/.test(mr.userAgent) && !/Safari/.test(mr.userAgent), Td = $l ? (
13444
13451
  // Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program
13445
- typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !kd ? O0 : (
13452
+ typeof HTMLAnchorElement < "u" && "download" in HTMLAnchorElement.prototype && !kd ? Ob : (
13446
13453
  // Use msSaveOrOpenBlob as a second approach
13447
- "msSaveOrOpenBlob" in mr ? D0 : (
13454
+ "msSaveOrOpenBlob" in mr ? Db : (
13448
13455
  // Fallback to using FileReader and a popup
13449
- A0
13456
+ Ab
13450
13457
  )
13451
13458
  )
13452
13459
  ) : () => {
13453
13460
  };
13454
- function O0(e, t = "download", n) {
13461
+ function Ob(e, t = "download", n) {
13455
13462
  const o = document.createElement("a");
13456
13463
  o.download = t, o.rel = "noopener", typeof e == "string" ? (o.href = e, o.origin !== location.origin ? wd(o.href) ? Va(e, t, n) : (o.target = "_blank", fr(o)) : fr(o)) : (o.href = URL.createObjectURL(e), setTimeout(function() {
13457
13464
  URL.revokeObjectURL(o.href);
@@ -13459,7 +13466,7 @@ function O0(e, t = "download", n) {
13459
13466
  fr(o);
13460
13467
  }, 0));
13461
13468
  }
13462
- function D0(e, t = "download", n) {
13469
+ function Db(e, t = "download", n) {
13463
13470
  if (typeof e == "string")
13464
13471
  if (wd(e))
13465
13472
  Va(e, t, n);
@@ -13470,9 +13477,9 @@ function D0(e, t = "download", n) {
13470
13477
  });
13471
13478
  }
13472
13479
  else
13473
- navigator.msSaveOrOpenBlob(T0(e, n), t);
13480
+ navigator.msSaveOrOpenBlob(Tb(e, n), t);
13474
13481
  }
13475
- function A0(e, t, n, o) {
13482
+ function Ab(e, t, n, o) {
13476
13483
  if (o = o || open("", "_blank"), o && (o.document.title = o.document.body.innerText = "downloading..."), typeof e == "string")
13477
13484
  return Va(e, t, n);
13478
13485
  const r = e.type === "application/octet-stream", l = /constructor/i.test(String(zs.HTMLElement)) || "safari" in zs, a = /CriOS\/[\d]+/.test(navigator.userAgent);
@@ -13505,7 +13512,7 @@ function Od() {
13505
13512
  function Dd(e) {
13506
13513
  return e instanceof Error && e.message.toLowerCase().includes("document is not focused") ? (dt('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.', "warn"), !0) : !1;
13507
13514
  }
13508
- async function x0(e) {
13515
+ async function xb(e) {
13509
13516
  if (!Od())
13510
13517
  try {
13511
13518
  await navigator.clipboard.writeText(JSON.stringify(e.state.value)), dt("Global state copied to clipboard.");
@@ -13515,7 +13522,7 @@ async function x0(e) {
13515
13522
  dt("Failed to serialize the state. Check the console for more details.", "error"), console.error(t);
13516
13523
  }
13517
13524
  }
13518
- async function I0(e) {
13525
+ async function Ib(e) {
13519
13526
  if (!Od())
13520
13527
  try {
13521
13528
  Ad(e, JSON.parse(await navigator.clipboard.readText())), dt("Global state pasted from clipboard.");
@@ -13525,7 +13532,7 @@ async function I0(e) {
13525
13532
  dt("Failed to deserialize the state from clipboard. Check the console for more details.", "error"), console.error(t);
13526
13533
  }
13527
13534
  }
13528
- async function L0(e) {
13535
+ async function Lb(e) {
13529
13536
  try {
13530
13537
  Td(new Blob([JSON.stringify(e.state.value)], {
13531
13538
  type: "text/plain;charset=utf-8"
@@ -13535,7 +13542,7 @@ async function L0(e) {
13535
13542
  }
13536
13543
  }
13537
13544
  let nn;
13538
- function P0() {
13545
+ function Pb() {
13539
13546
  nn || (nn = document.createElement("input"), nn.type = "file", nn.accept = ".json");
13540
13547
  function e() {
13541
13548
  return new Promise((t, n) => {
@@ -13550,9 +13557,9 @@ function P0() {
13550
13557
  }
13551
13558
  return e;
13552
13559
  }
13553
- async function N0(e) {
13560
+ async function Nb(e) {
13554
13561
  try {
13555
- const n = await P0()();
13562
+ const n = await Pb()();
13556
13563
  if (!n)
13557
13564
  return;
13558
13565
  const { text: o, file: r } = n;
@@ -13575,7 +13582,7 @@ function Bt(e) {
13575
13582
  };
13576
13583
  }
13577
13584
  const xd = "🍍 Pinia (root)", gr = "_root";
13578
- function R0(e) {
13585
+ function Rb(e) {
13579
13586
  return Fa(e) ? {
13580
13587
  id: gr,
13581
13588
  label: xd
@@ -13584,7 +13591,7 @@ function R0(e) {
13584
13591
  label: e.$id
13585
13592
  };
13586
13593
  }
13587
- function M0(e) {
13594
+ function Mb(e) {
13588
13595
  if (Fa(e)) {
13589
13596
  const n = Array.from(e._s.keys()), o = e._s;
13590
13597
  return {
@@ -13620,7 +13627,7 @@ function M0(e) {
13620
13627
  value: e[n]
13621
13628
  }))), t;
13622
13629
  }
13623
- function V0(e) {
13630
+ function Vb(e) {
13624
13631
  return e ? Array.isArray(e) ? e.reduce((t, n) => (t.keys.push(n.key), t.operations.push(n.type), t.oldValue[n.key] = n.oldValue, t.newValue[n.key] = n.newValue, t), {
13625
13632
  oldValue: {},
13626
13633
  keys: [],
@@ -13633,7 +13640,7 @@ function V0(e) {
13633
13640
  newValue: e.newValue
13634
13641
  } : {};
13635
13642
  }
13636
- function F0(e) {
13643
+ function Fb(e) {
13637
13644
  switch (e) {
13638
13645
  case Ln.direct:
13639
13646
  return "mutation";
@@ -13646,8 +13653,8 @@ function F0(e) {
13646
13653
  }
13647
13654
  }
13648
13655
  let Jn = !0;
13649
- const hr = [], kn = "pinia:mutations", bt = "pinia", { assign: B0 } = Object, Ir = (e) => "🍍 " + e;
13650
- function q0(e, t) {
13656
+ const hr = [], kn = "pinia:mutations", bt = "pinia", { assign: Bb } = Object, Ir = (e) => "🍍 " + e;
13657
+ function qb(e, t) {
13651
13658
  sd({
13652
13659
  id: "dev.esm.pinia",
13653
13660
  label: "Pinia 🍍",
@@ -13670,28 +13677,28 @@ function q0(e, t) {
13670
13677
  {
13671
13678
  icon: "content_copy",
13672
13679
  action: () => {
13673
- x0(t);
13680
+ xb(t);
13674
13681
  },
13675
13682
  tooltip: "Serialize and copy the state"
13676
13683
  },
13677
13684
  {
13678
13685
  icon: "content_paste",
13679
13686
  action: async () => {
13680
- await I0(t), n.sendInspectorTree(bt), n.sendInspectorState(bt);
13687
+ await Ib(t), n.sendInspectorTree(bt), n.sendInspectorState(bt);
13681
13688
  },
13682
13689
  tooltip: "Replace the state with the content of your clipboard"
13683
13690
  },
13684
13691
  {
13685
13692
  icon: "save",
13686
13693
  action: () => {
13687
- L0(t);
13694
+ Lb(t);
13688
13695
  },
13689
13696
  tooltip: "Save the state as a JSON file"
13690
13697
  },
13691
13698
  {
13692
13699
  icon: "folder_open",
13693
13700
  action: async () => {
13694
- await N0(t), n.sendInspectorTree(bt), n.sendInspectorState(bt);
13701
+ await Nb(t), n.sendInspectorTree(bt), n.sendInspectorState(bt);
13695
13702
  },
13696
13703
  tooltip: "Import the state from a JSON file"
13697
13704
  }
@@ -13748,14 +13755,14 @@ function q0(e, t) {
13748
13755
  }), n.on.getInspectorTree((o) => {
13749
13756
  if (o.app === e && o.inspectorId === bt) {
13750
13757
  let r = [t];
13751
- r = r.concat(Array.from(t._s.values())), o.rootNodes = (o.filter ? r.filter((l) => "$id" in l ? l.$id.toLowerCase().includes(o.filter.toLowerCase()) : xd.toLowerCase().includes(o.filter.toLowerCase())) : r).map(R0);
13758
+ r = r.concat(Array.from(t._s.values())), o.rootNodes = (o.filter ? r.filter((l) => "$id" in l ? l.$id.toLowerCase().includes(o.filter.toLowerCase()) : xd.toLowerCase().includes(o.filter.toLowerCase())) : r).map(Rb);
13752
13759
  }
13753
13760
  }), globalThis.$pinia = t, n.on.getInspectorState((o) => {
13754
13761
  if (o.app === e && o.inspectorId === bt) {
13755
13762
  const r = o.nodeId === gr ? t : t._s.get(o.nodeId);
13756
13763
  if (!r)
13757
13764
  return;
13758
- r && (o.nodeId !== gr && (globalThis.$store = Yt(r)), o.state = M0(r));
13765
+ r && (o.nodeId !== gr && (globalThis.$store = Yt(r)), o.state = Mb(r));
13759
13766
  }
13760
13767
  }), n.on.editInspectorState((o) => {
13761
13768
  if (o.app === e && o.inspectorId === bt) {
@@ -13780,7 +13787,7 @@ Only state can be modified.`);
13780
13787
  });
13781
13788
  });
13782
13789
  }
13783
- function $0(e, t) {
13790
+ function $b(e, t) {
13784
13791
  hr.includes(Ir(t.$id)) || hr.push(Ir(t.$id)), sd({
13785
13792
  id: "dev.esm.pinia",
13786
13793
  label: "Pinia 🍍",
@@ -13873,8 +13880,8 @@ function $0(e, t) {
13873
13880
  return;
13874
13881
  const d = {
13875
13882
  time: o(),
13876
- title: F0(i),
13877
- data: B0({ store: Bt(t.$id) }, V0(a)),
13883
+ title: Fb(i),
13884
+ data: Bb({ store: Bt(t.$id) }, Vb(a)),
13878
13885
  groupId: dn
13879
13886
  };
13880
13887
  i === Ln.patchFunction ? d.subtitle = "⤵️" : i === Ln.patchObject ? d.subtitle = "🧩" : a && !Array.isArray(a) && (d.subtitle = a.type), a && (d.data["rawEvent(s)"] = {
@@ -13928,7 +13935,7 @@ function js(e, t, n) {
13928
13935
  return dn = void 0, i;
13929
13936
  };
13930
13937
  }
13931
- function U0({ app: e, store: t, options: n }) {
13938
+ function Ub({ app: e, store: t, options: n }) {
13932
13939
  if (!t.$id.startsWith("__hot:")) {
13933
13940
  if (t._isOptionsAPI = !!n.state, !t._p._testing) {
13934
13941
  js(t, Object.keys(n.actions), t._isOptionsAPI);
@@ -13937,7 +13944,7 @@ function U0({ app: e, store: t, options: n }) {
13937
13944
  o.apply(this, arguments), js(t, Object.keys(r._hmrPayload.actions), !!t._isOptionsAPI);
13938
13945
  };
13939
13946
  }
13940
- $0(
13947
+ $b(
13941
13948
  e,
13942
13949
  // FIXME: is there a way to allow the assignment from Store<Id, S, G, A> to StoreGeneric?
13943
13950
  t
@@ -13949,7 +13956,7 @@ function Ld() {
13949
13956
  let n = [], o = [];
13950
13957
  const r = Pr({
13951
13958
  install(l) {
13952
- r._a = l, l.provide(k0, r), l.config.globalProperties.$pinia = r, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && $l && q0(l, r), o.forEach((a) => n.push(a)), o = [];
13959
+ r._a = l, l.provide(kb, r), l.config.globalProperties.$pinia = r, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && $l && qb(l, r), o.forEach((a) => n.push(a)), o = [];
13953
13960
  },
13954
13961
  use(l) {
13955
13962
  return this._a ? n.push(l) : o.push(l), this;
@@ -13962,13 +13969,13 @@ function Ld() {
13962
13969
  _s: /* @__PURE__ */ new Map(),
13963
13970
  state: t
13964
13971
  });
13965
- return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && $l && typeof Proxy < "u" && r.use(U0), r;
13972
+ return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && $l && typeof Proxy < "u" && r.use(Ub), r;
13966
13973
  }
13967
13974
  process.env.NODE_ENV !== "production" ? Symbol("pinia:skipHydration") : (
13968
13975
  /* istanbul ignore next */
13969
13976
  Symbol()
13970
13977
  );
13971
- const H0 = {
13978
+ const Hb = {
13972
13979
  table: {
13973
13980
  search: "Search",
13974
13981
  cancel: "Cancel",
@@ -14023,7 +14030,7 @@ const H0 = {
14023
14030
  hideColumnsSelector: "Hide columns selector",
14024
14031
  sorting: "Sorting"
14025
14032
  }
14026
- }, z0 = {
14033
+ }, zb = {
14027
14034
  table: {
14028
14035
  search: "Buscar",
14029
14036
  cancel: "Cancelar",
@@ -14078,9 +14085,9 @@ const H0 = {
14078
14085
  hideColumnsSelector: "Hide selector de columnas",
14079
14086
  sorting: "Ordenar"
14080
14087
  }
14081
- }, j0 = {
14082
- en: H0,
14083
- es: z0
14088
+ }, jb = {
14089
+ en: Hb,
14090
+ es: zb
14084
14091
  }, Ws = {
14085
14092
  handleInfiniteScrollNewTable(e) {
14086
14093
  e.$nextTick(() => {
@@ -14190,26 +14197,26 @@ if (process.env.NODE_ENV !== "production") {
14190
14197
  e.measure(t, n, o), e.clearMarks(n), e.clearMarks(o);
14191
14198
  });
14192
14199
  }
14193
- const W0 = /\{([0-9a-zA-Z]+)\}/g;
14200
+ const Wb = /\{([0-9a-zA-Z]+)\}/g;
14194
14201
  function $r(e, ...t) {
14195
- return t.length === 1 && Oe(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(W0, (n, o) => t.hasOwnProperty(o) ? t[o] : "");
14202
+ return t.length === 1 && Oe(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(Wb, (n, o) => t.hasOwnProperty(o) ? t[o] : "");
14196
14203
  }
14197
- const Jt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), K0 = (e, t, n) => Y0({ l: e, k: t, s: n }), Y0 = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ze = (e) => typeof e == "number" && isFinite(e), G0 = (e) => Ba(e) === "[object Date]", io = (e) => Ba(e) === "[object RegExp]", Ur = (e) => be(e) && Object.keys(e).length === 0, ut = Object.assign, Q0 = Object.create, Le = (e = null) => Q0(e);
14204
+ const Jt = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Kb = (e, t, n) => Yb({ l: e, k: t, s: n }), Yb = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Ze = (e) => typeof e == "number" && isFinite(e), Gb = (e) => Ba(e) === "[object Date]", io = (e) => Ba(e) === "[object RegExp]", Ur = (e) => be(e) && Object.keys(e).length === 0, ut = Object.assign, Qb = Object.create, Le = (e = null) => Qb(e);
14198
14205
  let Ks;
14199
14206
  const Dn = () => Ks || (Ks = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : Le());
14200
14207
  function Ys(e) {
14201
14208
  return e.replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&apos;");
14202
14209
  }
14203
- const X0 = Object.prototype.hasOwnProperty;
14210
+ const Xb = Object.prototype.hasOwnProperty;
14204
14211
  function Ut(e, t) {
14205
- return X0.call(e, t);
14212
+ return Xb.call(e, t);
14206
14213
  }
14207
- const je = Array.isArray, Ne = (e) => typeof e == "function", J = (e) => typeof e == "string", De = (e) => typeof e == "boolean", Oe = (e) => e !== null && typeof e == "object", Z0 = (e) => Oe(e) && Ne(e.then) && Ne(e.catch), Pd = Object.prototype.toString, Ba = (e) => Pd.call(e), be = (e) => Ba(e) === "[object Object]", J0 = (e) => e == null ? "" : je(e) || be(e) && e.toString === Pd ? JSON.stringify(e, null, 2) : String(e);
14214
+ const je = Array.isArray, Ne = (e) => typeof e == "function", J = (e) => typeof e == "string", De = (e) => typeof e == "boolean", Oe = (e) => e !== null && typeof e == "object", Zb = (e) => Oe(e) && Ne(e.then) && Ne(e.catch), Pd = Object.prototype.toString, Ba = (e) => Pd.call(e), be = (e) => Ba(e) === "[object Object]", Jb = (e) => e == null ? "" : je(e) || be(e) && e.toString === Pd ? JSON.stringify(e, null, 2) : String(e);
14208
14215
  function qa(e, t = "") {
14209
14216
  return e.reduce((n, o, r) => r === 0 ? n + o : n + t + o, "");
14210
14217
  }
14211
14218
  const Gs = 2;
14212
- function eb(e, t = 0, n = e.length) {
14219
+ function e0(e, t = 0, n = e.length) {
14213
14220
  const o = e.split(/\r?\n/);
14214
14221
  let r = 0;
14215
14222
  const l = [];
@@ -14278,7 +14285,7 @@ function vr(e, t) {
14278
14285
  * (c) 2024 kazuya kawaguchi
14279
14286
  * Released under the MIT License.
14280
14287
  */
14281
- function tb(e, t, n) {
14288
+ function t0(e, t, n) {
14282
14289
  return { line: e, column: t, offset: n };
14283
14290
  }
14284
14291
  function Ul(e, t, n) {
@@ -14305,7 +14312,7 @@ const he = {
14305
14312
  UNHANDLED_CODEGEN_NODE_TYPE: 15,
14306
14313
  // minifier error codes
14307
14314
  UNHANDLED_MINIFIER_NODE_TYPE: 16
14308
- }, nb = 17, ob = {
14315
+ }, n0 = 17, o0 = {
14309
14316
  // tokenizer error messages
14310
14317
  [he.EXPECTED_TOKEN]: "Expected token: '{0}'",
14311
14318
  [he.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
@@ -14328,18 +14335,18 @@ const he = {
14328
14335
  [he.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
14329
14336
  };
14330
14337
  function mo(e, t, n = {}) {
14331
- const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ? $r((r || ob)[e] || "", ...l || []) : e, i = new SyntaxError(String(a));
14338
+ const { domain: o, messages: r, args: l } = n, a = process.env.NODE_ENV !== "production" ? $r((r || o0)[e] || "", ...l || []) : e, i = new SyntaxError(String(a));
14332
14339
  return i.code = e, t && (i.location = t), i.domain = o, i;
14333
14340
  }
14334
- function rb(e) {
14341
+ function r0(e) {
14335
14342
  throw e;
14336
14343
  }
14337
- const lb = /<\/?[\w\s="/.':;#-\/]+>/, ab = (e) => lb.test(e), on = " ", ib = "\r", St = `
14338
- `, sb = "\u2028", ub = "\u2029";
14339
- function cb(e) {
14344
+ const l0 = /<\/?[\w\s="/.':;#-\/]+>/, a0 = (e) => l0.test(e), on = " ", i0 = "\r", St = `
14345
+ `, s0 = "\u2028", u0 = "\u2029";
14346
+ function c0(e) {
14340
14347
  const t = e;
14341
14348
  let n = 0, o = 1, r = 1, l = 0;
14342
- const a = (T) => t[T] === ib && t[T + 1] === St, i = (T) => t[T] === St, s = (T) => t[T] === ub, d = (T) => t[T] === sb, u = (T) => a(T) || i(T) || s(T) || d(T), f = () => n, g = () => o, m = () => r, c = () => l, _ = (T) => a(T) || s(T) || d(T) ? St : t[T], v = () => _(n), h = () => _(n + l);
14349
+ const a = (T) => t[T] === i0 && t[T + 1] === St, i = (T) => t[T] === St, s = (T) => t[T] === u0, d = (T) => t[T] === s0, u = (T) => a(T) || i(T) || s(T) || d(T), f = () => n, g = () => o, m = () => r, c = () => l, _ = (T) => a(T) || s(T) || d(T) ? St : t[T], v = () => _(n), h = () => _(n + l);
14343
14350
  function p() {
14344
14351
  return l = 0, u(n) && (o++, r = 0), a(n) && n++, n++, r++, t[n];
14345
14352
  }
@@ -14373,9 +14380,9 @@ function cb(e) {
14373
14380
  skipToPeek: I
14374
14381
  };
14375
14382
  }
14376
- const cn = void 0, db = ".", Xs = "'", fb = "tokenizer";
14377
- function mb(e, t = {}) {
14378
- const n = t.location !== !1, o = cb(e), r = () => o.index(), l = () => tb(o.line(), o.column(), o.index()), a = l(), i = r(), s = {
14383
+ const cn = void 0, d0 = ".", Xs = "'", f0 = "tokenizer";
14384
+ function m0(e, t = {}) {
14385
+ const n = t.location !== !1, o = c0(e), r = () => o.index(), l = () => t0(o.line(), o.column(), o.index()), a = l(), i = r(), s = {
14379
14386
  currentType: 13,
14380
14387
  offset: i,
14381
14388
  startLoc: a,
@@ -14392,7 +14399,7 @@ function mb(e, t = {}) {
14392
14399
  const Ce = d();
14393
14400
  if (k.column += F, k.offset += F, u) {
14394
14401
  const Ae = n ? Ul(Ce.startLoc, k) : null, pe = mo(E, Ae, {
14395
- domain: fb,
14402
+ domain: f0,
14396
14403
  args: le
14397
14404
  });
14398
14405
  u(pe);
@@ -14769,8 +14776,8 @@ function mb(e, t = {}) {
14769
14776
  context: d
14770
14777
  };
14771
14778
  }
14772
- const gb = "parser", hb = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
14773
- function vb(e, t, n) {
14779
+ const g0 = "parser", h0 = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;
14780
+ function v0(e, t, n) {
14774
14781
  switch (e) {
14775
14782
  case "\\\\":
14776
14783
  return "\\";
@@ -14782,13 +14789,13 @@ function vb(e, t, n) {
14782
14789
  }
14783
14790
  }
14784
14791
  }
14785
- function _b(e = {}) {
14792
+ function _0(e = {}) {
14786
14793
  const t = e.location !== !1, { onError: n } = e;
14787
14794
  function o(h, p, S, y, ...D) {
14788
14795
  const I = h.currentPosition();
14789
14796
  if (I.offset += y, I.column += y, n) {
14790
14797
  const T = t ? Ul(S, I) : null, B = mo(p, T, {
14791
- domain: gb,
14798
+ domain: g0,
14792
14799
  args: D
14793
14800
  });
14794
14801
  n(B);
@@ -14815,7 +14822,7 @@ function _b(e = {}) {
14815
14822
  }
14816
14823
  function d(h, p) {
14817
14824
  const S = h.context(), { lastOffset: y, lastStartLoc: D } = S, I = r(9, y, D);
14818
- return I.value = p.replace(hb, vb), h.nextToken(), l(I, h.currentOffset(), h.currentPosition()), I;
14825
+ return I.value = p.replace(h0, v0), h.nextToken(), l(I, h.currentOffset(), h.currentPosition()), I;
14819
14826
  }
14820
14827
  function u(h) {
14821
14828
  const p = h.nextToken(), S = h.context(), { lastOffset: y, lastStartLoc: D } = S, I = r(8, y, D);
@@ -14908,7 +14915,7 @@ function _b(e = {}) {
14908
14915
  return p.currentType === 13 ? D : c(h, S, y, D);
14909
14916
  }
14910
14917
  function v(h) {
14911
- const p = mb(h, ut({}, e)), S = p.context(), y = r(0, S.offset, S.startLoc);
14918
+ const p = m0(h, ut({}, e)), S = p.context(), y = r(0, S.offset, S.startLoc);
14912
14919
  return t && y.loc && (y.loc.source = h), y.body = _(p), e.onCacheKey && (y.cacheKey = e.onCacheKey(h)), S.currentType !== 13 && o(p, he.UNEXPECTED_LEXICAL_ANALYSIS, S.lastStartLoc, 0, h[S.offset] || ""), l(y, p.currentOffset(), p.currentPosition()), y;
14913
14920
  }
14914
14921
  return { parse: v };
@@ -14919,7 +14926,7 @@ function Wt(e) {
14919
14926
  const t = (e.value || "").replace(/\r?\n/gu, "\\n");
14920
14927
  return t.length > 10 ? t.slice(0, 9) + "…" : t;
14921
14928
  }
14922
- function pb(e, t = {}) {
14929
+ function p0(e, t = {}) {
14923
14930
  const n = {
14924
14931
  ast: e,
14925
14932
  helpers: /* @__PURE__ */ new Set()
@@ -14971,8 +14978,8 @@ function Ua(e, t) {
14971
14978
  break;
14972
14979
  }
14973
14980
  }
14974
- function bb(e, t = {}) {
14975
- const n = pb(e);
14981
+ function b0(e, t = {}) {
14982
+ const n = p0(e);
14976
14983
  n.helper(
14977
14984
  "normalize"
14978
14985
  /* HelperNameMap.NORMALIZE */
@@ -14980,7 +14987,7 @@ function bb(e, t = {}) {
14980
14987
  const o = n.context();
14981
14988
  e.helpers = Array.from(o.helpers);
14982
14989
  }
14983
- function yb(e) {
14990
+ function y0(e) {
14984
14991
  const t = e.body;
14985
14992
  return t.type === 2 ? Js(t) : t.cases.forEach((n) => Js(n)), e;
14986
14993
  }
@@ -15005,7 +15012,7 @@ function Js(e) {
15005
15012
  }
15006
15013
  }
15007
15014
  }
15008
- const Eb = "minifier";
15015
+ const E0 = "minifier";
15009
15016
  function Qn(e) {
15010
15017
  switch (e.t = e.type, e.type) {
15011
15018
  case 0: {
@@ -15053,14 +15060,14 @@ function Qn(e) {
15053
15060
  default:
15054
15061
  if (process.env.NODE_ENV !== "production")
15055
15062
  throw mo(he.UNHANDLED_MINIFIER_NODE_TYPE, null, {
15056
- domain: Eb,
15063
+ domain: E0,
15057
15064
  args: [e.type]
15058
15065
  });
15059
15066
  }
15060
15067
  delete e.type;
15061
15068
  }
15062
- const Sb = "parser";
15063
- function Cb(e, t) {
15069
+ const S0 = "parser";
15070
+ function C0(e, t) {
15064
15071
  const { filename: n, breakLineCode: o, needIndent: r } = t, l = t.location !== !1, a = {
15065
15072
  filename: n,
15066
15073
  code: "",
@@ -15102,14 +15109,14 @@ function Cb(e, t) {
15102
15109
  needIndent: () => a.needIndent
15103
15110
  };
15104
15111
  }
15105
- function wb(e, t) {
15112
+ function w0(e, t) {
15106
15113
  const { helper: n } = e;
15107
15114
  e.push(`${n(
15108
15115
  "linked"
15109
15116
  /* HelperNameMap.LINKED */
15110
15117
  )}(`), so(e, t.key), t.modifier ? (e.push(", "), so(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
15111
15118
  }
15112
- function kb(e, t) {
15119
+ function k0(e, t) {
15113
15120
  const { helper: n, needIndent: o } = e;
15114
15121
  e.push(`${n(
15115
15122
  "normalize"
@@ -15120,7 +15127,7 @@ function kb(e, t) {
15120
15127
  e.push(", ");
15121
15128
  e.deindent(o()), e.push("])");
15122
15129
  }
15123
- function Tb(e, t) {
15130
+ function T0(e, t) {
15124
15131
  const { helper: n, needIndent: o } = e;
15125
15132
  if (t.cases.length > 1) {
15126
15133
  e.push(`${n(
@@ -15133,23 +15140,23 @@ function Tb(e, t) {
15133
15140
  e.deindent(o()), e.push("])");
15134
15141
  }
15135
15142
  }
15136
- function Ob(e, t) {
15143
+ function O0(e, t) {
15137
15144
  t.body ? so(e, t.body) : e.push("null");
15138
15145
  }
15139
15146
  function so(e, t) {
15140
15147
  const { helper: n } = e;
15141
15148
  switch (t.type) {
15142
15149
  case 0:
15143
- Ob(e, t);
15150
+ O0(e, t);
15144
15151
  break;
15145
15152
  case 1:
15146
- Tb(e, t);
15153
+ T0(e, t);
15147
15154
  break;
15148
15155
  case 2:
15149
- kb(e, t);
15156
+ k0(e, t);
15150
15157
  break;
15151
15158
  case 6:
15152
- wb(e, t);
15159
+ w0(e, t);
15153
15160
  break;
15154
15161
  case 8:
15155
15162
  e.push(JSON.stringify(t.value), t);
@@ -15184,16 +15191,16 @@ function so(e, t) {
15184
15191
  default:
15185
15192
  if (process.env.NODE_ENV !== "production")
15186
15193
  throw mo(he.UNHANDLED_CODEGEN_NODE_TYPE, null, {
15187
- domain: Sb,
15194
+ domain: S0,
15188
15195
  args: [t.type]
15189
15196
  });
15190
15197
  }
15191
15198
  }
15192
- const Db = (e, t = {}) => {
15199
+ const D0 = (e, t = {}) => {
15193
15200
  const n = J(t.mode) ? t.mode : "normal", o = J(t.filename) ? t.filename : "message.intl";
15194
15201
  t.sourceMap;
15195
15202
  const r = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
15196
- `, l = t.needIndent ? t.needIndent : n !== "arrow", a = e.helpers || [], i = Cb(e, {
15203
+ `, l = t.needIndent ? t.needIndent : n !== "arrow", a = e.helpers || [], i = C0(e, {
15197
15204
  filename: o,
15198
15205
  breakLineCode: r,
15199
15206
  needIndent: l
@@ -15207,30 +15214,30 @@ const Db = (e, t = {}) => {
15207
15214
  // eslint-disable-line @typescript-eslint/no-explicit-any
15208
15215
  };
15209
15216
  };
15210
- function Ab(e, t = {}) {
15211
- const n = ut({}, t), o = !!n.jit, r = !!n.minify, l = n.optimize == null ? !0 : n.optimize, i = _b(n).parse(e);
15212
- return o ? (l && yb(i), r && Qn(i), { ast: i, code: "" }) : (bb(i, n), Db(i, n));
15217
+ function A0(e, t = {}) {
15218
+ const n = ut({}, t), o = !!n.jit, r = !!n.minify, l = n.optimize == null ? !0 : n.optimize, i = _0(n).parse(e);
15219
+ return o ? (l && y0(i), r && Qn(i), { ast: i, code: "" }) : (b0(i, n), D0(i, n));
15213
15220
  }
15214
15221
  /*!
15215
15222
  * core-base v10.0.5
15216
15223
  * (c) 2024 kazuya kawaguchi
15217
15224
  * Released under the MIT License.
15218
15225
  */
15219
- function xb() {
15226
+ function x0() {
15220
15227
  typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Dn().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Dn().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
15221
15228
  }
15222
15229
  function hl(e) {
15223
- return (n) => Ib(n, e);
15230
+ return (n) => I0(n, e);
15224
15231
  }
15225
- function Ib(e, t) {
15226
- const n = Pb(t);
15232
+ function I0(e, t) {
15233
+ const n = P0(t);
15227
15234
  if (n == null)
15228
15235
  throw Ro(
15229
15236
  0
15230
15237
  /* NodeTypes.Resource */
15231
15238
  );
15232
15239
  if (Ha(n) === 1) {
15233
- const l = Rb(n);
15240
+ const l = R0(n);
15234
15241
  return e.plural(l.reduce((a, i) => [
15235
15242
  ...a,
15236
15243
  eu(e, i)
@@ -15238,30 +15245,30 @@ function Ib(e, t) {
15238
15245
  } else
15239
15246
  return eu(e, n);
15240
15247
  }
15241
- const Lb = ["b", "body"];
15242
- function Pb(e) {
15243
- return yn(e, Lb);
15248
+ const L0 = ["b", "body"];
15249
+ function P0(e) {
15250
+ return yn(e, L0);
15244
15251
  }
15245
- const Nb = ["c", "cases"];
15246
- function Rb(e) {
15247
- return yn(e, Nb, []);
15252
+ const N0 = ["c", "cases"];
15253
+ function R0(e) {
15254
+ return yn(e, N0, []);
15248
15255
  }
15249
15256
  function eu(e, t) {
15250
- const n = Vb(t);
15257
+ const n = V0(t);
15251
15258
  if (n != null)
15252
15259
  return e.type === "text" ? n : e.normalize([n]);
15253
15260
  {
15254
- const o = Bb(t).reduce((r, l) => [...r, Hl(e, l)], []);
15261
+ const o = B0(t).reduce((r, l) => [...r, Hl(e, l)], []);
15255
15262
  return e.normalize(o);
15256
15263
  }
15257
15264
  }
15258
- const Mb = ["s", "static"];
15259
- function Vb(e) {
15260
- return yn(e, Mb);
15265
+ const M0 = ["s", "static"];
15266
+ function V0(e) {
15267
+ return yn(e, M0);
15261
15268
  }
15262
- const Fb = ["i", "items"];
15263
- function Bb(e) {
15264
- return yn(e, Fb, []);
15269
+ const F0 = ["i", "items"];
15270
+ function B0(e) {
15271
+ return yn(e, F0, []);
15265
15272
  }
15266
15273
  function Hl(e, t) {
15267
15274
  const n = Ha(t);
@@ -15287,7 +15294,7 @@ function Hl(e, t) {
15287
15294
  throw Ro(n);
15288
15295
  }
15289
15296
  case 6: {
15290
- const o = t, r = Hb(o), l = jb(o);
15297
+ const o = t, r = H0(o), l = j0(o);
15291
15298
  return e.linked(Hl(e, l), r ? Hl(e, r) : void 0, e.type);
15292
15299
  }
15293
15300
  case 7:
@@ -15298,24 +15305,24 @@ function Hl(e, t) {
15298
15305
  throw new Error(`unhandled node on format message part: ${n}`);
15299
15306
  }
15300
15307
  }
15301
- const qb = ["t", "type"];
15308
+ const q0 = ["t", "type"];
15302
15309
  function Ha(e) {
15303
- return yn(e, qb);
15310
+ return yn(e, q0);
15304
15311
  }
15305
- const $b = ["v", "value"];
15312
+ const $0 = ["v", "value"];
15306
15313
  function ar(e, t) {
15307
- const n = yn(e, $b);
15314
+ const n = yn(e, $0);
15308
15315
  if (n)
15309
15316
  return n;
15310
15317
  throw Ro(t);
15311
15318
  }
15312
- const Ub = ["m", "modifier"];
15313
- function Hb(e) {
15314
- return yn(e, Ub);
15319
+ const U0 = ["m", "modifier"];
15320
+ function H0(e) {
15321
+ return yn(e, U0);
15315
15322
  }
15316
- const zb = ["k", "key"];
15317
- function jb(e) {
15318
- const t = yn(e, zb);
15323
+ const z0 = ["k", "key"];
15324
+ function j0(e) {
15325
+ const t = yn(e, z0);
15319
15326
  if (t)
15320
15327
  return t;
15321
15328
  throw Ro(
@@ -15334,31 +15341,31 @@ function yn(e, t, n) {
15334
15341
  function Ro(e) {
15335
15342
  return new Error(`unhandled node type: ${e}`);
15336
15343
  }
15337
- const Wb = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
15338
- function Kb(e, t) {
15339
- t && ab(e) && bn($r(Wb, { source: e }));
15344
+ const W0 = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
15345
+ function K0(e, t) {
15346
+ t && a0(e) && bn($r(W0, { source: e }));
15340
15347
  }
15341
- const Yb = (e) => e;
15348
+ const Y0 = (e) => e;
15342
15349
  let ir = Le();
15343
15350
  function _n(e) {
15344
15351
  return Oe(e) && Ha(e) === 0 && (Ut(e, "b") || Ut(e, "body"));
15345
15352
  }
15346
- function Gb(e, t = {}) {
15353
+ function G0(e, t = {}) {
15347
15354
  let n = !1;
15348
- const o = t.onError || rb;
15355
+ const o = t.onError || r0;
15349
15356
  return t.onError = (r) => {
15350
15357
  n = !0, o(r);
15351
- }, { ...Ab(e, t), detectError: n };
15358
+ }, { ...A0(e, t), detectError: n };
15352
15359
  }
15353
15360
  // @__NO_SIDE_EFFECTS__
15354
- function Qb(e, t) {
15361
+ function Q0(e, t) {
15355
15362
  if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && J(e)) {
15356
15363
  const n = De(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
15357
- process.env.NODE_ENV !== "production" && Kb(e, n);
15358
- const r = (t.onCacheKey || Yb)(e), l = ir[r];
15364
+ process.env.NODE_ENV !== "production" && K0(e, n);
15365
+ const r = (t.onCacheKey || Y0)(e), l = ir[r];
15359
15366
  if (l)
15360
15367
  return l;
15361
- const { ast: a, detectError: i } = Gb(e, {
15368
+ const { ast: a, detectError: i } = G0(e, {
15362
15369
  ...t,
15363
15370
  location: process.env.NODE_ENV !== "production",
15364
15371
  jit: !0
@@ -15376,10 +15383,10 @@ function Qb(e, t) {
15376
15383
  }
15377
15384
  }
15378
15385
  let Mo = null;
15379
- function Xb(e) {
15386
+ function X0(e) {
15380
15387
  Mo = e;
15381
15388
  }
15382
- function Zb(e, t, n) {
15389
+ function Z0(e, t, n) {
15383
15390
  Mo && Mo.emit("i18n:init", {
15384
15391
  timestamp: Date.now(),
15385
15392
  i18n: e,
@@ -15387,12 +15394,12 @@ function Zb(e, t, n) {
15387
15394
  meta: n
15388
15395
  });
15389
15396
  }
15390
- const Jb = /* @__PURE__ */ ey("function:translate");
15397
+ const J0 = /* @__PURE__ */ ey("function:translate");
15391
15398
  function ey(e) {
15392
15399
  return (t) => Mo && Mo.emit(e, t);
15393
15400
  }
15394
15401
  const yt = {
15395
- INVALID_ARGUMENT: nb,
15402
+ INVALID_ARGUMENT: n0,
15396
15403
  // 17
15397
15404
  INVALID_DATE_ARGUMENT: 18,
15398
15405
  INVALID_ISO_DATE_ARGUMENT: 19,
@@ -15425,7 +15432,7 @@ function tu(e) {
15425
15432
  return vl;
15426
15433
  if (e.constructor.name === "Function") {
15427
15434
  const t = e();
15428
- if (Z0(t))
15435
+ if (Zb(t))
15429
15436
  throw ln(yt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
15430
15437
  return vl = t;
15431
15438
  } else
@@ -15831,7 +15838,7 @@ function wy(e = {}) {
15831
15838
  onWarn: t,
15832
15839
  __meta: q
15833
15840
  };
15834
- return x.datetimeFormats = i, x.numberFormats = s, x.__datetimeFormatters = L, x.__numberFormatters = N, process.env.NODE_ENV !== "production" && (x.__v_emitter = B.__v_emitter != null ? B.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Zb(x, n, q), x;
15841
+ return x.datetimeFormats = i, x.numberFormats = s, x.__datetimeFormatters = L, x.__numberFormatters = N, process.env.NODE_ENV !== "production" && (x.__v_emitter = B.__v_emitter != null ? B.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Z0(x, n, q), x;
15835
15842
  }
15836
15843
  const _l = (e) => ({ [e]: Le() });
15837
15844
  function zr(e, t) {
@@ -15952,7 +15959,7 @@ function zl(...e) {
15952
15959
  } catch {
15953
15960
  throw ln(yt.INVALID_ISO_DATE_ARGUMENT);
15954
15961
  }
15955
- } else if (G0(t)) {
15962
+ } else if (Gb(t)) {
15956
15963
  if (isNaN(t.getTime()))
15957
15964
  throw ln(yt.INVALID_DATE_ARGUMENT);
15958
15965
  i = t;
@@ -16049,7 +16056,7 @@ function du(e, t, n) {
16049
16056
  o.__numberFormatters.has(l) && o.__numberFormatters.delete(l);
16050
16057
  }
16051
16058
  }
16052
- const Ty = (e) => e, Oy = (e) => "", Dy = "text", Ay = (e) => e.length === 0 ? "" : qa(e), xy = J0;
16059
+ const Ty = (e) => e, Oy = (e) => "", Dy = "text", Ay = (e) => e.length === 0 ? "" : qa(e), xy = Jb;
16053
16060
  function fu(e, t) {
16054
16061
  return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
16055
16062
  }
@@ -16118,7 +16125,7 @@ function gu(e, ...t) {
16118
16125
  format: J(y) ? y : Vt(y) ? y.source : "",
16119
16126
  message: x
16120
16127
  };
16121
- Q.meta = ut({}, e.__meta, /* @__PURE__ */ Sy() || {}), Jb(Q);
16128
+ Q.meta = ut({}, e.__meta, /* @__PURE__ */ Sy() || {}), J0(Q);
16122
16129
  }
16123
16130
  return x;
16124
16131
  }
@@ -16227,7 +16234,7 @@ function My(e, t, n, o, r, l) {
16227
16234
  warnHtmlMessage: r,
16228
16235
  onError: (a) => {
16229
16236
  if (l && l(a), process.env.NODE_ENV !== "production") {
16230
- const i = Vy(o), s = `Message compilation error: ${a.message}`, d = a.location && i && eb(i, a.location.start.offset, a.location.end.offset), u = e.__v_emitter;
16237
+ const i = Vy(o), s = `Message compilation error: ${a.message}`, d = a.location && i && e0(i, a.location.start.offset, a.location.end.offset), u = e.__v_emitter;
16231
16238
  u && i && u.emit("compile-error", {
16232
16239
  message: i,
16233
16240
  error: a.message,
@@ -16239,7 +16246,7 @@ ${d}` : s);
16239
16246
  } else
16240
16247
  throw a;
16241
16248
  },
16242
- onCacheKey: (a) => K0(t, n, a)
16249
+ onCacheKey: (a) => Kb(t, n, a)
16243
16250
  };
16244
16251
  }
16245
16252
  function Vy(e) {
@@ -16278,7 +16285,7 @@ function Fy(e, t, n, o) {
16278
16285
  };
16279
16286
  return e.processor && (g.processor = e.processor), o.list && (g.list = o.list), o.named && (g.named = o.named), Ze(o.plural) && (g.pluralIndex = o.plural), g;
16280
16287
  }
16281
- xb();
16288
+ x0();
16282
16289
  function By() {
16283
16290
  return Yd().__VUE_DEVTOOLS_GLOBAL_HOOK__;
16284
16291
  }
@@ -17693,19 +17700,19 @@ function LE(e, t) {
17693
17700
  };
17694
17701
  }
17695
17702
  Yy();
17696
- py(Qb);
17703
+ py(Q0);
17697
17704
  by(my);
17698
17705
  yy(Rd);
17699
17706
  if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
17700
17707
  const e = Dn();
17701
- e.__INTLIFY__ = !0, Xb(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
17708
+ e.__INTLIFY__ = !0, X0(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
17702
17709
  }
17703
17710
  process.env.NODE_ENV;
17704
17711
  const ea = CE({
17705
17712
  locale: "es",
17706
17713
  globalInjection: !0,
17707
17714
  silentTranslationWarn: !0,
17708
- messages: j0
17715
+ messages: jb
17709
17716
  }), PE = Ld(), FE = {
17710
17717
  install(e) {
17711
17718
  console.log("[Quasar Components] Installing..."), un(e, Kh), un(e, Jh), un(e, rv), un(e, Bv), un(e, Zv), un(e, r_), un(e, s_), un(e, y_), e.use(ea), e.use(PE), ea.global.locale = "en", e.use(Rf, {