@feedmepos/mf-report 5.27.5 → 5.27.6-beta.0

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.
Files changed (29) hide show
  1. package/dist/{App-DJWMqt7f.js → App-DBCDXJCE.js} +61 -61
  2. package/dist/{DateRangeSelect.vue_vue_type_script_setup_true_lang-BMKUeE9w.js → DateRangeSelect.vue_vue_type_script_setup_true_lang-CHULWjG1.js} +2 -2
  3. package/dist/{Default.vue_vue_type_script_setup_true_lang-CLSO7arU.js → Default.vue_vue_type_script_setup_true_lang-DccFoFmn.js} +2 -2
  4. package/dist/{DynamicWidget.vue_vue_type_script_setup_true_lang-gXdLQZ0D.js → DynamicWidget.vue_vue_type_script_setup_true_lang-BRDENhJR.js} +5 -5
  5. package/dist/{GlobalFilterSelect.vue_vue_type_script_setup_true_lang-CXfUSF_R.js → GlobalFilterSelect.vue_vue_type_script_setup_true_lang-Do9G4P4d.js} +4 -4
  6. package/dist/{InsightView-tDYTkUBy.js → InsightView-BcvNdN0f.js} +6 -6
  7. package/dist/Integration-1FsuhSQP.js +7760 -0
  8. package/dist/{Integrations-COJFJ3II.js → Integrations-CqblEiP4.js} +6 -6
  9. package/dist/{Layout-DIrgp3nZ.js → Layout-BWpi_eS8.js} +1 -1
  10. package/dist/{MenuTab.vue_vue_type_script_setup_true_lang-Bbob__gU.js → MenuTab.vue_vue_type_script_setup_true_lang-I8NMgT9w.js} +4 -4
  11. package/dist/{NavigationTab.vue_vue_type_script_setup_true_lang-D5fefUpx.js → NavigationTab.vue_vue_type_script_setup_true_lang-KMEcPWSq.js} +5 -5
  12. package/dist/{OverviewView-CgOJpxko.js → OverviewView-DBQXwpIk.js} +5 -5
  13. package/dist/{Report-CE1sKMhv.js → Report-DP3BODD5.js} +5 -5
  14. package/dist/{ReportEditor-B-In0uhN.js → ReportEditor-BHFE4cmn.js} +7 -7
  15. package/dist/{ReportView-s_nX6HmE.js → ReportView-CNcjqCYd.js} +11 -11
  16. package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-CGbb3b5G.js +137 -0
  17. package/dist/{Setting-B30AzHh1.js → Setting-DE7BlHYV.js} +5 -5
  18. package/dist/{Template-xIeLPbgo.js → Template-elKLSdYa.js} +5 -5
  19. package/dist/{TileEditor-CWMVvY6U.js → TileEditor-cm8PcYFG.js} +11 -11
  20. package/dist/{TileGrid.vue_vue_type_script_setup_true_lang-DHpiRHwF.js → TileGrid.vue_vue_type_script_setup_true_lang-x9AU_vmF.js} +1 -1
  21. package/dist/{TransitionFade-ClsjeQVn.js → TransitionFade-BQOvnIJ2.js} +6 -6
  22. package/dist/{vue-i18n-DVWuTfed.js → _plugin-vue_export-helper-onplcgja.js} +239 -232
  23. package/dist/{app-AmhS6tIU.js → app-shr6CD72.js} +33 -13
  24. package/dist/app.js +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/{useRestaurantPermission-DMuk_sW7.js → useRestaurantPermission-DpQjGQ6D.js} +2 -2
  27. package/package.json +1 -1
  28. package/dist/Integration-D4JjtxJJ.js +0 -7657
  29. package/dist/SelectComponent.vue_vue_type_script_setup_true_lang-BL1jpiXN.js +0 -143
@@ -47,35 +47,35 @@ function ne(e, t) {
47
47
  }
48
48
  const B = Array.isArray, W = (e) => typeof e == "function", C = (e) => typeof e == "string", K = (e) => typeof e == "boolean", F = (e) => e !== null && typeof e == "object", qn = (e) => F(e) && W(e.then) && W(e.catch), pn = Object.prototype.toString, St = (e) => pn.call(e), M = (e) => St(e) === "[object Object]", Zn = (e) => e == null ? "" : B(e) || M(e) && e.toString === pn ? JSON.stringify(e, null, 2) : String(e);
49
49
  function Dt(e, t = "") {
50
- return e.reduce((n, r, s) => s === 0 ? n + r : n + t + r, "");
50
+ return e.reduce((n, r, a) => a === 0 ? n + r : n + t + r, "");
51
51
  }
52
52
  const Yt = 2;
53
53
  function zn(e, t = 0, n = e.length) {
54
54
  const r = e.split(/\r?\n/);
55
- let s = 0;
56
- const a = [];
55
+ let a = 0;
56
+ const s = [];
57
57
  for (let i = 0; i < r.length; i++)
58
- if (s += r[i].length + 1, s >= t) {
59
- for (let u = i - Yt; u <= i + Yt || n > s; u++) {
58
+ if (a += r[i].length + 1, a >= t) {
59
+ for (let u = i - Yt; u <= i + Yt || n > a; u++) {
60
60
  if (u < 0 || u >= r.length)
61
61
  continue;
62
62
  const c = u + 1;
63
- a.push(`${c}${" ".repeat(3 - String(c).length)}| ${r[u]}`);
63
+ s.push(`${c}${" ".repeat(3 - String(c).length)}| ${r[u]}`);
64
64
  const p = r[u].length;
65
65
  if (u === i) {
66
- const g = t - (s - p) + 1, h = Math.max(1, n > s ? p - g : n - t);
67
- a.push(" | " + " ".repeat(g) + "^".repeat(h));
66
+ const g = t - (a - p) + 1, h = Math.max(1, n > a ? p - g : n - t);
67
+ s.push(" | " + " ".repeat(g) + "^".repeat(h));
68
68
  } else if (u > i) {
69
- if (n > s) {
70
- const g = Math.max(Math.min(n - s, p), 1);
71
- a.push(" | " + "^".repeat(g));
69
+ if (n > a) {
70
+ const g = Math.max(Math.min(n - a, p), 1);
71
+ s.push(" | " + "^".repeat(g));
72
72
  }
73
- s += p + 1;
73
+ a += p + 1;
74
74
  }
75
75
  }
76
76
  break;
77
77
  }
78
- return a.join(`
78
+ return s.join(`
79
79
  `);
80
80
  }
81
81
  function fe(e, t) {
@@ -90,15 +90,15 @@ function tr() {
90
90
  return {
91
91
  events: e,
92
92
  on(n, r) {
93
- const s = e.get(n);
94
- s && s.push(r) || e.set(n, [r]);
93
+ const a = e.get(n);
94
+ a && a.push(r) || e.set(n, [r]);
95
95
  },
96
96
  off(n, r) {
97
- const s = e.get(n);
98
- s && s.splice(s.indexOf(r) >>> 0, 1);
97
+ const a = e.get(n);
98
+ a && a.splice(a.indexOf(r) >>> 0, 1);
99
99
  },
100
100
  emit(n, r) {
101
- (e.get(n) || []).slice().map((s) => s(r)), (e.get("*") || []).slice().map((s) => s(n, r));
101
+ (e.get(n) || []).slice().map((a) => a(r)), (e.get("*") || []).slice().map((a) => a(n, r));
102
102
  }
103
103
  };
104
104
  }
@@ -108,9 +108,9 @@ function Ye(e, t) {
108
108
  throw new Error("Invalid value");
109
109
  const n = [{ src: e, des: t }];
110
110
  for (; n.length; ) {
111
- const { src: r, des: s } = n.pop();
112
- Object.keys(r).forEach((a) => {
113
- a !== "__proto__" && (F(r[a]) && !F(s[a]) && (s[a] = Array.isArray(r[a]) ? [] : V()), Ve(s[a]) || Ve(r[a]) ? s[a] = r[a] : n.push({ src: r[a], des: s[a] }));
111
+ const { src: r, des: a } = n.pop();
112
+ Object.keys(r).forEach((s) => {
113
+ s !== "__proto__" && (F(r[s]) && !F(a[s]) && (a[s] = Array.isArray(r[s]) ? [] : V()), Ve(a[s]) || Ve(r[s]) ? a[s] = r[s] : n.push({ src: r[s], des: a[s] }));
114
114
  });
115
115
  }
116
116
  }
@@ -169,7 +169,7 @@ const P = {
169
169
  [P.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
170
170
  };
171
171
  function be(e, t, n = {}) {
172
- const { domain: r, messages: s, args: a } = n, i = process.env.NODE_ENV !== "production" ? xe((s || ar)[e] || "", ...a || []) : e, u = new SyntaxError(String(i));
172
+ const { domain: r, messages: a, args: s } = n, i = process.env.NODE_ENV !== "production" ? xe((a || ar)[e] || "", ...s || []) : e, u = new SyntaxError(String(i));
173
173
  return u.code = e, t && (u.location = t), u.domain = r, u;
174
174
  }
175
175
  function sr(e) {
@@ -179,25 +179,25 @@ const or = /<\/?[\w\s="/.':;#-\/]+>/, lr = (e) => or.test(e), se = " ", ir = "\r
179
179
  `, cr = "\u2028", ur = "\u2029";
180
180
  function fr(e) {
181
181
  const t = e;
182
- let n = 0, r = 1, s = 1, a = 0;
183
- const i = (N) => t[N] === ir && t[N + 1] === q, u = (N) => t[N] === q, c = (N) => t[N] === ur, p = (N) => t[N] === cr, g = (N) => i(N) || u(N) || c(N) || p(N), h = () => n, T = () => r, S = () => s, v = () => a, b = (N) => i(N) || c(N) || p(N) ? q : t[N], D = () => b(n), f = () => b(n + a);
182
+ let n = 0, r = 1, a = 1, s = 0;
183
+ const i = (N) => t[N] === ir && t[N + 1] === q, u = (N) => t[N] === q, c = (N) => t[N] === ur, p = (N) => t[N] === cr, g = (N) => i(N) || u(N) || c(N) || p(N), h = () => n, T = () => r, S = () => a, v = () => s, b = (N) => i(N) || c(N) || p(N) ? q : t[N], D = () => b(n), f = () => b(n + s);
184
184
  function m() {
185
- return a = 0, g(n) && (r++, s = 0), i(n) && n++, n++, s++, t[n];
185
+ return s = 0, g(n) && (r++, a = 0), i(n) && n++, n++, a++, t[n];
186
186
  }
187
187
  function O() {
188
- return i(n + a) && a++, a++, t[n + a];
188
+ return i(n + s) && s++, s++, t[n + s];
189
189
  }
190
190
  function d() {
191
- n = 0, r = 1, s = 1, a = 0;
191
+ n = 0, r = 1, a = 1, s = 0;
192
192
  }
193
193
  function I(N = 0) {
194
- a = N;
194
+ s = N;
195
195
  }
196
196
  function A() {
197
- const N = n + a;
197
+ const N = n + s;
198
198
  for (; N !== n; )
199
199
  m();
200
- a = 0;
200
+ s = 0;
201
201
  }
202
202
  return {
203
203
  index: h,
@@ -216,7 +216,7 @@ function fr(e) {
216
216
  }
217
217
  const ce = void 0, _r = ".", Kt = "'", mr = "tokenizer";
218
218
  function dr(e, t = {}) {
219
- const n = t.location !== !1, r = fr(e), s = () => r.index(), a = () => nr(r.line(), r.column(), r.index()), i = a(), u = s(), c = {
219
+ const n = t.location !== !1, r = fr(e), a = () => r.index(), s = () => nr(r.line(), r.column(), r.index()), i = s(), u = a(), c = {
220
220
  currentType: 13,
221
221
  offset: u,
222
222
  startLoc: i,
@@ -240,7 +240,7 @@ function dr(e, t = {}) {
240
240
  }
241
241
  }
242
242
  function T(o, l, E) {
243
- o.endLoc = a(), o.currentType = l;
243
+ o.endLoc = s(), o.currentType = l;
244
244
  const R = { type: l };
245
245
  return n && (R.loc = dt(o.startLoc, o.endLoc)), E != null && (R.value = E), R;
246
246
  }
@@ -250,7 +250,7 @@ function dr(e, t = {}) {
250
250
  /* TokenTypes.EOF */
251
251
  );
252
252
  function v(o, l) {
253
- return o.currentChar() === l ? (o.next(), l) : (h(P.EXPECTED_TOKEN, a(), 0, l), "");
253
+ return o.currentChar() === l ? (o.next(), l) : (h(P.EXPECTED_TOKEN, s(), 0, l), "");
254
254
  }
255
255
  function b(o) {
256
256
  let l = "";
@@ -419,12 +419,12 @@ function dr(e, t = {}) {
419
419
  let l = "", E = "";
420
420
  for (; l = qe(o); )
421
421
  E += l;
422
- return o.currentChar() === ce && h(P.UNTERMINATED_CLOSING_BRACE, a(), 0), E;
422
+ return o.currentChar() === ce && h(P.UNTERMINATED_CLOSING_BRACE, s(), 0), E;
423
423
  }
424
424
  function rt(o) {
425
425
  D(o);
426
426
  let l = "";
427
- return o.currentChar() === "-" ? (o.next(), l += `-${Se(o)}`) : l += Se(o), o.currentChar() === ce && h(P.UNTERMINATED_CLOSING_BRACE, a(), 0), l;
427
+ return o.currentChar() === "-" ? (o.next(), l += `-${Se(o)}`) : l += Se(o), o.currentChar() === ce && h(P.UNTERMINATED_CLOSING_BRACE, s(), 0), l;
428
428
  }
429
429
  function at(o) {
430
430
  return o !== Kt && o !== q;
@@ -435,7 +435,7 @@ function dr(e, t = {}) {
435
435
  for (; l = x(o, at); )
436
436
  l === "\\" ? E += st(o) : E += l;
437
437
  const R = o.currentChar();
438
- return R === q || R === ce ? (h(P.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), R === q && (o.next(), v(o, "'")), E) : (v(o, "'"), E);
438
+ return R === q || R === ce ? (h(P.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, s(), 0), R === q && (o.next(), v(o, "'")), E) : (v(o, "'"), E);
439
439
  }
440
440
  function st(o) {
441
441
  const l = o.currentChar();
@@ -448,7 +448,7 @@ function dr(e, t = {}) {
448
448
  case "U":
449
449
  return Ue(o, l, 6);
450
450
  default:
451
- return h(P.UNKNOWN_ESCAPE_SEQUENCE, a(), 0, l), "";
451
+ return h(P.UNKNOWN_ESCAPE_SEQUENCE, s(), 0, l), "";
452
452
  }
453
453
  }
454
454
  function Ue(o, l, E) {
@@ -457,7 +457,7 @@ function dr(e, t = {}) {
457
457
  for (let $ = 0; $ < E; $++) {
458
458
  const Y = ae(o);
459
459
  if (!Y) {
460
- h(P.INVALID_UNICODE_ESCAPE_SEQUENCE, a(), 0, `\\${l}${R}${o.currentChar()}`);
460
+ h(P.INVALID_UNICODE_ESCAPE_SEQUENCE, s(), 0, `\\${l}${R}${o.currentChar()}`);
461
461
  break;
462
462
  }
463
463
  R += Y;
@@ -500,27 +500,27 @@ function dr(e, t = {}) {
500
500
  let E = null;
501
501
  switch (o.currentChar()) {
502
502
  case "{":
503
- return l.braceNest >= 1 && h(P.NOT_ALLOW_NEST_PLACEHOLDER, a(), 0), o.next(), E = T(
503
+ return l.braceNest >= 1 && h(P.NOT_ALLOW_NEST_PLACEHOLDER, s(), 0), o.next(), E = T(
504
504
  l,
505
505
  2,
506
506
  "{"
507
507
  /* TokenChars.BraceLeft */
508
508
  ), D(o), l.braceNest++, E;
509
509
  case "}":
510
- return l.braceNest > 0 && l.currentType === 2 && h(P.EMPTY_PLACEHOLDER, a(), 0), o.next(), E = T(
510
+ return l.braceNest > 0 && l.currentType === 2 && h(P.EMPTY_PLACEHOLDER, s(), 0), o.next(), E = T(
511
511
  l,
512
512
  3,
513
513
  "}"
514
514
  /* TokenChars.BraceRight */
515
515
  ), l.braceNest--, l.braceNest > 0 && D(o), l.inLinked && l.braceNest === 0 && (l.inLinked = !1), E;
516
516
  case "@":
517
- return l.braceNest > 0 && h(P.UNTERMINATED_CLOSING_BRACE, a(), 0), E = de(o, l) || S(l), l.braceNest = 0, E;
517
+ return l.braceNest > 0 && h(P.UNTERMINATED_CLOSING_BRACE, s(), 0), E = de(o, l) || S(l), l.braceNest = 0, E;
518
518
  default: {
519
519
  let $ = !0, Y = !0, k = !0;
520
520
  if (H(o))
521
- return l.braceNest > 0 && h(P.UNTERMINATED_CLOSING_BRACE, a(), 0), E = T(l, 1, De(o)), l.braceNest = 0, l.inLinked = !1, E;
521
+ return l.braceNest > 0 && h(P.UNTERMINATED_CLOSING_BRACE, s(), 0), E = T(l, 1, De(o)), l.braceNest = 0, l.inLinked = !1, E;
522
522
  if (l.braceNest > 0 && (l.currentType === 4 || l.currentType === 5 || l.currentType === 6))
523
- return h(P.UNTERMINATED_CLOSING_BRACE, a(), 0), l.braceNest = 0, Pe(o, l);
523
+ return h(P.UNTERMINATED_CLOSING_BRACE, s(), 0), l.braceNest = 0, Pe(o, l);
524
524
  if ($ = O(o, l))
525
525
  return E = T(l, 4, nt(o)), D(o), E;
526
526
  if (Y = d(o, l))
@@ -528,7 +528,7 @@ function dr(e, t = {}) {
528
528
  if (k = I(o, l))
529
529
  return E = T(l, 6, Ut(o)), D(o), E;
530
530
  if (!$ && !Y && !k)
531
- return E = T(l, 12, lt(o)), h(P.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, E.value), D(o), E;
531
+ return E = T(l, 12, lt(o)), h(P.INVALID_TOKEN_IN_PLACEHOLDER, s(), 0, E.value), D(o), E;
532
532
  break;
533
533
  }
534
534
  }
@@ -538,7 +538,7 @@ function dr(e, t = {}) {
538
538
  const { currentType: E } = l;
539
539
  let R = null;
540
540
  const $ = o.currentChar();
541
- switch ((E === 7 || E === 8 || E === 11 || E === 9) && ($ === q || $ === se) && h(P.INVALID_LINKED_FORMAT, a(), 0), $) {
541
+ switch ((E === 7 || E === 8 || E === 11 || E === 9) && ($ === q || $ === se) && h(P.INVALID_LINKED_FORMAT, s(), 0), $) {
542
542
  case "@":
543
543
  return o.next(), R = T(
544
544
  l,
@@ -561,7 +561,7 @@ function dr(e, t = {}) {
561
561
  /* TokenChars.LinkedDelimiter */
562
562
  );
563
563
  default:
564
- return H(o) ? (R = T(l, 1, De(o)), l.braceNest = 0, l.inLinked = !1, R) : A(o, l) || y(o, l) ? (D(o), de(o, l)) : N(o, l) ? (D(o), T(l, 11, it(o))) : w(o, l) ? (D(o), $ === "{" ? Re(o, l) || R : T(l, 10, ct(o))) : (E === 7 && h(P.INVALID_LINKED_FORMAT, a(), 0), l.braceNest = 0, l.inLinked = !1, Pe(o, l));
564
+ return H(o) ? (R = T(l, 1, De(o)), l.braceNest = 0, l.inLinked = !1, R) : A(o, l) || y(o, l) ? (D(o), de(o, l)) : N(o, l) ? (D(o), T(l, 11, it(o))) : w(o, l) ? (D(o), $ === "{" ? Re(o, l) || R : T(l, 10, ct(o))) : (E === 7 && h(P.INVALID_LINKED_FORMAT, s(), 0), l.braceNest = 0, l.inLinked = !1, Pe(o, l));
565
565
  }
566
566
  }
567
567
  function Pe(o, l) {
@@ -577,7 +577,7 @@ function dr(e, t = {}) {
577
577
  case "{":
578
578
  return Re(o, l) || S(l);
579
579
  case "}":
580
- return h(P.UNBALANCED_CLOSING_BRACE, a(), 0), o.next(), T(
580
+ return h(P.UNBALANCED_CLOSING_BRACE, s(), 0), o.next(), T(
581
581
  l,
582
582
  3,
583
583
  "}"
@@ -597,7 +597,7 @@ function dr(e, t = {}) {
597
597
  }
598
598
  function ut() {
599
599
  const { currentType: o, offset: l, startLoc: E, endLoc: R } = c;
600
- return c.lastType = o, c.lastOffset = l, c.lastStartLoc = E, c.lastEndLoc = R, c.offset = s(), c.startLoc = a(), r.currentChar() === ce ? T(
600
+ return c.lastType = o, c.lastOffset = l, c.lastStartLoc = E, c.lastEndLoc = R, c.offset = a(), c.startLoc = s(), r.currentChar() === ce ? T(
601
601
  c,
602
602
  13
603
603
  /* TokenTypes.EOF */
@@ -605,8 +605,8 @@ function dr(e, t = {}) {
605
605
  }
606
606
  return {
607
607
  nextToken: ut,
608
- currentOffset: s,
609
- currentPosition: a,
608
+ currentOffset: a,
609
+ currentPosition: s,
610
610
  context: p
611
611
  };
612
612
  }
@@ -635,44 +635,44 @@ function Lr(e = {}) {
635
635
  n(y);
636
636
  }
637
637
  }
638
- function s(f, m, O) {
638
+ function a(f, m, O) {
639
639
  const d = { type: f };
640
640
  return t && (d.start = m, d.end = m, d.loc = { start: O, end: O }), d;
641
641
  }
642
- function a(f, m, O, d) {
642
+ function s(f, m, O, d) {
643
643
  t && (f.end = m, f.loc && (f.loc.end = O));
644
644
  }
645
645
  function i(f, m) {
646
- const O = f.context(), d = s(3, O.offset, O.startLoc);
647
- return d.value = m, a(d, f.currentOffset(), f.currentPosition()), d;
646
+ const O = f.context(), d = a(3, O.offset, O.startLoc);
647
+ return d.value = m, s(d, f.currentOffset(), f.currentPosition()), d;
648
648
  }
649
649
  function u(f, m) {
650
- const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = s(5, d, I);
651
- return A.index = parseInt(m, 10), f.nextToken(), a(A, f.currentOffset(), f.currentPosition()), A;
650
+ const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = a(5, d, I);
651
+ return A.index = parseInt(m, 10), f.nextToken(), s(A, f.currentOffset(), f.currentPosition()), A;
652
652
  }
653
653
  function c(f, m) {
654
- const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = s(4, d, I);
655
- return A.key = m, f.nextToken(), a(A, f.currentOffset(), f.currentPosition()), A;
654
+ const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = a(4, d, I);
655
+ return A.key = m, f.nextToken(), s(A, f.currentOffset(), f.currentPosition()), A;
656
656
  }
657
657
  function p(f, m) {
658
- const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = s(9, d, I);
659
- return A.value = m.replace(Nr, pr), f.nextToken(), a(A, f.currentOffset(), f.currentPosition()), A;
658
+ const O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = a(9, d, I);
659
+ return A.value = m.replace(Nr, pr), f.nextToken(), s(A, f.currentOffset(), f.currentPosition()), A;
660
660
  }
661
661
  function g(f) {
662
- const m = f.nextToken(), O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = s(8, d, I);
663
- return m.type !== 11 ? (r(f, P.UNEXPECTED_EMPTY_LINKED_MODIFIER, O.lastStartLoc, 0), A.value = "", a(A, d, I), {
662
+ const m = f.nextToken(), O = f.context(), { lastOffset: d, lastStartLoc: I } = O, A = a(8, d, I);
663
+ return m.type !== 11 ? (r(f, P.UNEXPECTED_EMPTY_LINKED_MODIFIER, O.lastStartLoc, 0), A.value = "", s(A, d, I), {
664
664
  nextConsumeToken: m,
665
665
  node: A
666
- }) : (m.value == null && r(f, P.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, re(m)), A.value = m.value || "", a(A, f.currentOffset(), f.currentPosition()), {
666
+ }) : (m.value == null && r(f, P.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, re(m)), A.value = m.value || "", s(A, f.currentOffset(), f.currentPosition()), {
667
667
  node: A
668
668
  });
669
669
  }
670
670
  function h(f, m) {
671
- const O = f.context(), d = s(7, O.offset, O.startLoc);
672
- return d.value = m, a(d, f.currentOffset(), f.currentPosition()), d;
671
+ const O = f.context(), d = a(7, O.offset, O.startLoc);
672
+ return d.value = m, s(d, f.currentOffset(), f.currentPosition()), d;
673
673
  }
674
674
  function T(f) {
675
- const m = f.context(), O = s(6, m.offset, m.startLoc);
675
+ const m = f.context(), O = a(6, m.offset, m.startLoc);
676
676
  let d = f.nextToken();
677
677
  if (d.type === 8) {
678
678
  const I = g(f);
@@ -693,19 +693,19 @@ function Lr(e = {}) {
693
693
  break;
694
694
  default: {
695
695
  r(f, P.UNEXPECTED_EMPTY_LINKED_KEY, m.lastStartLoc, 0);
696
- const I = f.context(), A = s(7, I.offset, I.startLoc);
697
- return A.value = "", a(A, I.offset, I.startLoc), O.key = A, a(O, I.offset, I.startLoc), {
696
+ const I = f.context(), A = a(7, I.offset, I.startLoc);
697
+ return A.value = "", s(A, I.offset, I.startLoc), O.key = A, s(O, I.offset, I.startLoc), {
698
698
  nextConsumeToken: d,
699
699
  node: O
700
700
  };
701
701
  }
702
702
  }
703
- return a(O, f.currentOffset(), f.currentPosition()), {
703
+ return s(O, f.currentOffset(), f.currentPosition()), {
704
704
  node: O
705
705
  };
706
706
  }
707
707
  function S(f) {
708
- const m = f.context(), O = m.currentType === 1 ? f.currentOffset() : m.offset, d = m.currentType === 1 ? m.endLoc : m.startLoc, I = s(2, O, d);
708
+ const m = f.context(), O = m.currentType === 1 ? f.currentOffset() : m.offset, d = m.currentType === 1 ? m.endLoc : m.startLoc, I = a(2, O, d);
709
709
  I.items = [];
710
710
  let A = null;
711
711
  do {
@@ -731,26 +731,26 @@ function Lr(e = {}) {
731
731
  }
732
732
  } while (m.currentType !== 13 && m.currentType !== 1);
733
733
  const N = m.currentType === 1 ? m.lastOffset : f.currentOffset(), y = m.currentType === 1 ? m.lastEndLoc : f.currentPosition();
734
- return a(I, N, y), I;
734
+ return s(I, N, y), I;
735
735
  }
736
736
  function v(f, m, O, d) {
737
737
  const I = f.context();
738
738
  let A = d.items.length === 0;
739
- const N = s(1, m, O);
739
+ const N = a(1, m, O);
740
740
  N.cases = [], N.cases.push(d);
741
741
  do {
742
742
  const y = S(f);
743
743
  A || (A = y.items.length === 0), N.cases.push(y);
744
744
  } while (I.currentType !== 13);
745
- return A && r(f, P.MUST_HAVE_MESSAGES_IN_PLURAL, O, 0), a(N, f.currentOffset(), f.currentPosition()), N;
745
+ return A && r(f, P.MUST_HAVE_MESSAGES_IN_PLURAL, O, 0), s(N, f.currentOffset(), f.currentPosition()), N;
746
746
  }
747
747
  function b(f) {
748
748
  const m = f.context(), { offset: O, startLoc: d } = m, I = S(f);
749
749
  return m.currentType === 13 ? I : v(f, O, d, I);
750
750
  }
751
751
  function D(f) {
752
- const m = dr(f, j({}, e)), O = m.context(), d = s(0, O.offset, O.startLoc);
753
- return t && d.loc && (d.loc.source = f), d.body = b(m), e.onCacheKey && (d.cacheKey = e.onCacheKey(f)), O.currentType !== 13 && r(m, P.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, f[O.offset] || ""), a(d, m.currentOffset(), m.currentPosition()), d;
752
+ const m = dr(f, j({}, e)), O = m.context(), d = a(0, O.offset, O.startLoc);
753
+ return t && d.loc && (d.loc.source = f), d.body = b(m), e.onCacheKey && (d.cacheKey = e.onCacheKey(f)), O.currentType !== 13 && r(m, P.UNEXPECTED_LEXICAL_ANALYSIS, O.lastStartLoc, 0, f[O.offset] || ""), s(d, m.currentOffset(), m.currentPosition()), d;
754
754
  }
755
755
  return { parse: D };
756
756
  }
@@ -765,7 +765,7 @@ function Tr(e, t = {}) {
765
765
  ast: e,
766
766
  helpers: /* @__PURE__ */ new Set()
767
767
  };
768
- return { context: () => n, helper: (a) => (n.helpers.add(a), a) };
768
+ return { context: () => n, helper: (s) => (n.helpers.add(s), s) };
769
769
  }
770
770
  function Ht(e, t) {
771
771
  for (let n = 0; n < e.length; n++)
@@ -902,7 +902,7 @@ function he(e) {
902
902
  }
903
903
  const Ar = "parser";
904
904
  function hr(e, t) {
905
- const { filename: n, breakLineCode: r, needIndent: s } = t, a = t.location !== !1, i = {
905
+ const { filename: n, breakLineCode: r, needIndent: a } = t, s = t.location !== !1, i = {
906
906
  filename: n,
907
907
  code: "",
908
908
  column: 1,
@@ -910,17 +910,17 @@ function hr(e, t) {
910
910
  offset: 0,
911
911
  map: void 0,
912
912
  breakLineCode: r,
913
- needIndent: s,
913
+ needIndent: a,
914
914
  indentLevel: 0
915
915
  };
916
- a && e.loc && (i.source = e.loc.source);
916
+ s && e.loc && (i.source = e.loc.source);
917
917
  const u = () => i;
918
918
  function c(b, D) {
919
919
  i.code += b;
920
920
  }
921
921
  function p(b, D = !0) {
922
922
  const f = D ? r : "";
923
- c(s ? f + " ".repeat(b) : f);
923
+ c(a ? f + " ".repeat(b) : f);
924
924
  }
925
925
  function g(b = !0) {
926
926
  const D = ++i.indentLevel;
@@ -956,8 +956,8 @@ function br(e, t) {
956
956
  "normalize"
957
957
  /* HelperNameMap.NORMALIZE */
958
958
  )}([`), e.indent(r());
959
- const s = t.items.length;
960
- for (let a = 0; a < s && (Ce(e, t.items[a]), a !== s - 1); a++)
959
+ const a = t.items.length;
960
+ for (let s = 0; s < a && (Ce(e, t.items[s]), s !== a - 1); s++)
961
961
  e.push(", ");
962
962
  e.deindent(r()), e.push("])");
963
963
  }
@@ -968,8 +968,8 @@ function Sr(e, t) {
968
968
  "plural"
969
969
  /* HelperNameMap.PLURAL */
970
970
  )}([`), e.indent(r());
971
- const s = t.cases.length;
972
- for (let a = 0; a < s && (Ce(e, t.cases[a]), a !== s - 1); a++)
971
+ const a = t.cases.length;
972
+ for (let s = 0; s < a && (Ce(e, t.cases[s]), s !== a - 1); s++)
973
973
  e.push(", ");
974
974
  e.deindent(r()), e.push("])");
975
975
  }
@@ -1033,13 +1033,13 @@ function Ce(e, t) {
1033
1033
  const Rr = (e, t = {}) => {
1034
1034
  const n = C(t.mode) ? t.mode : "normal", r = C(t.filename) ? t.filename : "message.intl";
1035
1035
  t.sourceMap;
1036
- const s = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
1037
- `, a = t.needIndent ? t.needIndent : n !== "arrow", i = e.helpers || [], u = hr(e, {
1036
+ const a = t.breakLineCode != null ? t.breakLineCode : n === "arrow" ? ";" : `
1037
+ `, s = t.needIndent ? t.needIndent : n !== "arrow", i = e.helpers || [], u = hr(e, {
1038
1038
  filename: r,
1039
- breakLineCode: s,
1040
- needIndent: a
1039
+ breakLineCode: a,
1040
+ needIndent: s
1041
1041
  });
1042
- u.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), u.indent(a), i.length > 0 && (u.push(`const { ${Dt(i.map((g) => `${g}: _${g}`), ", ")} } = ctx`), u.newline()), u.push("return "), Ce(u, e), u.deindent(a), u.push("}"), delete e.helpers;
1042
+ u.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), u.indent(s), i.length > 0 && (u.push(`const { ${Dt(i.map((g) => `${g}: _${g}`), ", ")} } = ctx`), u.newline()), u.push("return "), Ce(u, e), u.deindent(s), u.push("}"), delete e.helpers;
1043
1043
  const { code: c, map: p } = u.context();
1044
1044
  return {
1045
1045
  ast: e,
@@ -1049,8 +1049,8 @@ const Rr = (e, t = {}) => {
1049
1049
  };
1050
1050
  };
1051
1051
  function Pr(e, t = {}) {
1052
- const n = j({}, t), r = !!n.jit, s = !!n.minify, a = n.optimize == null ? !0 : n.optimize, u = Lr(n).parse(e);
1053
- return r ? (a && gr(u), s && he(u), { ast: u, code: "" }) : (Or(u, n), Rr(u, n));
1052
+ const n = j({}, t), r = !!n.jit, a = !!n.minify, s = n.optimize == null ? !0 : n.optimize, u = Lr(n).parse(e);
1053
+ return r ? (s && gr(u), a && he(u), { ast: u, code: "" }) : (Or(u, n), Rr(u, n));
1054
1054
  }
1055
1055
  /*!
1056
1056
  * core-base v11.1.1
@@ -1071,8 +1071,8 @@ function yr(e, t) {
1071
1071
  /* NodeTypes.Resource */
1072
1072
  );
1073
1073
  if (Pt(n) === 1) {
1074
- const a = Ur(n);
1075
- return e.plural(a.reduce((i, u) => [
1074
+ const s = Ur(n);
1075
+ return e.plural(s.reduce((i, u) => [
1076
1076
  ...i,
1077
1077
  Bt(e, u)
1078
1078
  ], []));
@@ -1092,7 +1092,7 @@ function Bt(e, t) {
1092
1092
  if (n != null)
1093
1093
  return e.type === "text" ? n : e.normalize([n]);
1094
1094
  {
1095
- const r = $r(t).reduce((s, a) => [...s, Et(e, a)], []);
1095
+ const r = $r(t).reduce((a, s) => [...a, Et(e, s)], []);
1096
1096
  return e.normalize(r);
1097
1097
  }
1098
1098
  }
@@ -1128,8 +1128,8 @@ function Et(e, t) {
1128
1128
  throw ye(n);
1129
1129
  }
1130
1130
  case 6: {
1131
- const r = t, s = Hr(r), a = Br(r);
1132
- return e.linked(Et(e, a), s ? Et(e, s) : void 0, e.type);
1131
+ const r = t, a = Hr(r), s = Br(r);
1132
+ return e.linked(Et(e, s), a ? Et(e, a) : void 0, e.type);
1133
1133
  }
1134
1134
  case 7:
1135
1135
  return We(t, n);
@@ -1166,9 +1166,9 @@ function Br(e) {
1166
1166
  }
1167
1167
  function _e(e, t, n) {
1168
1168
  for (let r = 0; r < t.length; r++) {
1169
- const s = t[r];
1170
- if (ne(e, s) && e[s] != null)
1171
- return e[s];
1169
+ const a = t[r];
1170
+ if (ne(e, a) && e[a] != null)
1171
+ return e[a];
1172
1172
  }
1173
1173
  return n;
1174
1174
  }
@@ -1187,8 +1187,8 @@ function Te(e) {
1187
1187
  function Qr(e, t = {}) {
1188
1188
  let n = !1;
1189
1189
  const r = t.onError || sr;
1190
- return t.onError = (s) => {
1191
- n = !0, r(s);
1190
+ return t.onError = (a) => {
1191
+ n = !0, r(a);
1192
1192
  }, { ...Pr(e, t), detectError: n };
1193
1193
  }
1194
1194
  // @__NO_SIDE_EFFECTS__
@@ -1196,15 +1196,15 @@ function qr(e, t) {
1196
1196
  if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && C(e)) {
1197
1197
  const n = K(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
1198
1198
  process.env.NODE_ENV !== "production" && jr(e, n);
1199
- const s = (t.onCacheKey || Jr)(e), a = $e[s];
1200
- if (a)
1201
- return a;
1199
+ const a = (t.onCacheKey || Jr)(e), s = $e[a];
1200
+ if (s)
1201
+ return s;
1202
1202
  const { ast: i, detectError: u } = Qr(e, {
1203
1203
  ...t,
1204
1204
  location: process.env.NODE_ENV !== "production",
1205
1205
  jit: !0
1206
1206
  }), c = ft(i);
1207
- return u ? c : $e[s] = c;
1207
+ return u ? c : $e[a] = c;
1208
1208
  } else {
1209
1209
  if (process.env.NODE_ENV !== "production" && !Te(e))
1210
1210
  return fe(`the message that is resolve with key '${t.key}' is not supported for jit compilation`), () => e;
@@ -1281,42 +1281,42 @@ function aa(e, t, n) {
1281
1281
  ])];
1282
1282
  }
1283
1283
  function Ln(e, t, n) {
1284
- const r = C(n) ? n : Ke, s = e;
1285
- s.__localeChainCache || (s.__localeChainCache = /* @__PURE__ */ new Map());
1286
- let a = s.__localeChainCache.get(r);
1287
- if (!a) {
1288
- a = [];
1284
+ const r = C(n) ? n : Ke, a = e;
1285
+ a.__localeChainCache || (a.__localeChainCache = /* @__PURE__ */ new Map());
1286
+ let s = a.__localeChainCache.get(r);
1287
+ if (!s) {
1288
+ s = [];
1289
1289
  let i = [n];
1290
1290
  for (; B(i); )
1291
- i = jt(a, i, t);
1291
+ i = jt(s, i, t);
1292
1292
  const u = B(t) || !M(t) ? t : t.default ? t.default : null;
1293
- i = C(u) ? [u] : u, B(i) && jt(a, i, !1), s.__localeChainCache.set(r, a);
1293
+ i = C(u) ? [u] : u, B(i) && jt(s, i, !1), a.__localeChainCache.set(r, s);
1294
1294
  }
1295
- return a;
1295
+ return s;
1296
1296
  }
1297
1297
  function jt(e, t, n) {
1298
1298
  let r = !0;
1299
- for (let s = 0; s < t.length && K(r); s++) {
1300
- const a = t[s];
1301
- C(a) && (r = sa(e, t[s], n));
1299
+ for (let a = 0; a < t.length && K(r); a++) {
1300
+ const s = t[a];
1301
+ C(s) && (r = sa(e, t[a], n));
1302
1302
  }
1303
1303
  return r;
1304
1304
  }
1305
1305
  function sa(e, t, n) {
1306
1306
  let r;
1307
- const s = t.split("-");
1307
+ const a = t.split("-");
1308
1308
  do {
1309
- const a = s.join("-");
1310
- r = oa(e, a, n), s.splice(-1, 1);
1311
- } while (s.length && r === !0);
1309
+ const s = a.join("-");
1310
+ r = oa(e, s, n), a.splice(-1, 1);
1311
+ } while (a.length && r === !0);
1312
1312
  return r;
1313
1313
  }
1314
1314
  function oa(e, t, n) {
1315
1315
  let r = !1;
1316
1316
  if (!e.includes(t) && (r = !0, t)) {
1317
1317
  r = t[t.length - 1] !== "!";
1318
- const s = t.replace(/!/g, "");
1319
- e.push(s), (B(n) || M(n)) && n[s] && (r = n[s]);
1318
+ const a = t.replace(/!/g, "");
1319
+ e.push(a), (B(n) || M(n)) && n[a] && (r = n[a]);
1320
1320
  }
1321
1321
  return r;
1322
1322
  }
@@ -1520,7 +1520,7 @@ function fa(e) {
1520
1520
  }
1521
1521
  function _a(e) {
1522
1522
  const t = [];
1523
- let n = -1, r = 0, s = 0, a, i, u, c, p, g, h;
1523
+ let n = -1, r = 0, a = 0, s, i, u, c, p, g, h;
1524
1524
  const T = [];
1525
1525
  T[
1526
1526
  0
@@ -1539,18 +1539,18 @@ function _a(e) {
1539
1539
  T[
1540
1540
  0
1541
1541
  /* Actions.APPEND */
1542
- ](), s++;
1542
+ ](), a++;
1543
1543
  }, T[
1544
1544
  3
1545
1545
  /* Actions.PUSH_SUB_PATH */
1546
1546
  ] = () => {
1547
- if (s > 0)
1548
- s--, r = 4, T[
1547
+ if (a > 0)
1548
+ a--, r = 4, T[
1549
1549
  0
1550
1550
  /* Actions.APPEND */
1551
1551
  ]();
1552
1552
  else {
1553
- if (s = 0, i === void 0 || (i = fa(i), i === !1))
1553
+ if (a = 0, i === void 0 || (i = fa(i), i === !1))
1554
1554
  return !1;
1555
1555
  T[
1556
1556
  1
@@ -1567,8 +1567,8 @@ function _a(e) {
1567
1567
  ](), !0;
1568
1568
  }
1569
1569
  for (; r !== null; )
1570
- if (n++, a = e[n], !(a === "\\" && S())) {
1571
- if (c = ua(a), h = me[r], p = h[c] || h.l || 8, p === 8 || (r = p[0], p[1] !== void 0 && (g = T[p[1]], g && (u = a, g() === !1))))
1570
+ if (n++, s = e[n], !(s === "\\" && S())) {
1571
+ if (c = ua(s), h = me[r], p = h[c] || h.l || 8, p === 8 || (r = p[0], p[1] !== void 0 && (g = T[p[1]], g && (u = s, g() === !1))))
1572
1572
  return;
1573
1573
  if (r === 7)
1574
1574
  return t;
@@ -1585,14 +1585,14 @@ function da(e, t) {
1585
1585
  if (n || (n = _a(t), n && Jt.set(t, n)), !n)
1586
1586
  return null;
1587
1587
  const r = n.length;
1588
- let s = e, a = 0;
1589
- for (; a < r; ) {
1590
- const i = s[n[a]];
1591
- if (i === void 0 || W(s))
1588
+ let a = e, s = 0;
1589
+ for (; s < r; ) {
1590
+ const i = a[n[s]];
1591
+ if (i === void 0 || W(a))
1592
1592
  return null;
1593
- s = i, a++;
1593
+ a = i, s++;
1594
1594
  }
1595
- return s;
1595
+ return a;
1596
1596
  }
1597
1597
  const Z = {
1598
1598
  NOT_FOUND_KEY: 1,
@@ -1644,7 +1644,7 @@ const qt = (e) => {
1644
1644
  }, ha = () => An;
1645
1645
  let Zt = 0;
1646
1646
  function Ca(e = {}) {
1647
- const t = W(e.onWarn) ? e.onWarn : fe, n = C(e.version) ? e.version : pa, r = C(e.locale) || W(e.locale) ? e.locale : Ke, s = W(r) ? Ke : r, a = B(e.fallbackLocale) || M(e.fallbackLocale) || C(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : s, i = M(e.messages) ? e.messages : mt(s), u = M(e.datetimeFormats) ? e.datetimeFormats : mt(s), c = M(e.numberFormats) ? e.numberFormats : mt(s), p = j(V(), e.modifiers, La()), g = e.pluralRules || V(), h = W(e.missing) ? e.missing : null, T = K(e.missingWarn) || Ge(e.missingWarn) ? e.missingWarn : !0, S = K(e.fallbackWarn) || Ge(e.fallbackWarn) ? e.fallbackWarn : !0, v = !!e.fallbackFormat, b = !!e.unresolving, D = W(e.postTranslation) ? e.postTranslation : null, f = M(e.processor) ? e.processor : null, m = K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, O = !!e.escapeParameter, d = W(e.messageCompiler) ? e.messageCompiler : Tn;
1647
+ const t = W(e.onWarn) ? e.onWarn : fe, n = C(e.version) ? e.version : pa, r = C(e.locale) || W(e.locale) ? e.locale : Ke, a = W(r) ? Ke : r, s = B(e.fallbackLocale) || M(e.fallbackLocale) || C(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : a, i = M(e.messages) ? e.messages : mt(a), u = M(e.datetimeFormats) ? e.datetimeFormats : mt(a), c = M(e.numberFormats) ? e.numberFormats : mt(a), p = j(V(), e.modifiers, La()), g = e.pluralRules || V(), h = W(e.missing) ? e.missing : null, T = K(e.missingWarn) || Ge(e.missingWarn) ? e.missingWarn : !0, S = K(e.fallbackWarn) || Ge(e.fallbackWarn) ? e.fallbackWarn : !0, v = !!e.fallbackFormat, b = !!e.unresolving, D = W(e.postTranslation) ? e.postTranslation : null, f = M(e.processor) ? e.processor : null, m = K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, O = !!e.escapeParameter, d = W(e.messageCompiler) ? e.messageCompiler : Tn;
1648
1648
  process.env.NODE_ENV !== "production" && W(e.messageCompiler) && er(Oe(Z.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
1649
1649
  const I = W(e.messageResolver) ? e.messageResolver : On || ma, A = W(e.localeFallbacker) ? e.localeFallbacker : gn || aa, N = F(e.fallbackContext) ? e.fallbackContext : void 0, y = e, w = F(y.__datetimeFormatters) ? y.__datetimeFormatters : /* @__PURE__ */ new Map(), H = F(y.__numberFormatters) ? y.__numberFormatters : /* @__PURE__ */ new Map(), te = F(y.__meta) ? y.__meta : {};
1650
1650
  Zt++;
@@ -1652,7 +1652,7 @@ function Ca(e = {}) {
1652
1652
  version: n,
1653
1653
  cid: Zt,
1654
1654
  locale: r,
1655
- fallbackLocale: a,
1655
+ fallbackLocale: s,
1656
1656
  messages: i,
1657
1657
  modifiers: p,
1658
1658
  pluralRules: g,
@@ -1681,19 +1681,19 @@ function je(e, t) {
1681
1681
  function hn(e, t) {
1682
1682
  return e instanceof RegExp ? e.test(t) : e;
1683
1683
  }
1684
- function yt(e, t, n, r, s) {
1685
- const { missing: a, onWarn: i } = e;
1684
+ function yt(e, t, n, r, a) {
1685
+ const { missing: s, onWarn: i } = e;
1686
1686
  if (process.env.NODE_ENV !== "production") {
1687
1687
  const u = e.__v_emitter;
1688
1688
  u && u.emit("missing", {
1689
1689
  locale: n,
1690
1690
  key: t,
1691
- type: s,
1692
- groupId: `${s}:${t}`
1691
+ type: a,
1692
+ groupId: `${a}:${t}`
1693
1693
  });
1694
1694
  }
1695
- if (a !== null) {
1696
- const u = a(e, n, t, s);
1695
+ if (s !== null) {
1696
+ const u = s(e, n, t, a);
1697
1697
  return C(u) ? u : t;
1698
1698
  } else
1699
1699
  return process.env.NODE_ENV !== "production" && hn(r, t) && i(Oe(Z.NOT_FOUND_KEY, { key: t, locale: n })), t;
@@ -1719,13 +1719,13 @@ const zt = typeof Intl < "u", bn = {
1719
1719
  numberFormat: zt && typeof Intl.NumberFormat < "u"
1720
1720
  };
1721
1721
  function en(e, ...t) {
1722
- const { datetimeFormats: n, unresolving: r, fallbackLocale: s, onWarn: a, localeFallbacker: i } = e, { __datetimeFormatters: u } = e;
1722
+ const { datetimeFormats: n, unresolving: r, fallbackLocale: a, onWarn: s, localeFallbacker: i } = e, { __datetimeFormatters: u } = e;
1723
1723
  if (process.env.NODE_ENV !== "production" && !bn.dateTimeFormat)
1724
- return a(Oe(Z.CANNOT_FORMAT_DATE)), He;
1724
+ return s(Oe(Z.CANNOT_FORMAT_DATE)), He;
1725
1725
  const [c, p, g, h] = Nt(...t), T = K(g.missingWarn) ? g.missingWarn : e.missingWarn, S = K(g.fallbackWarn) ? g.fallbackWarn : e.fallbackWarn, v = !!g.part, b = vt(e, g), D = i(
1726
1726
  e,
1727
1727
  // eslint-disable-line @typescript-eslint/no-explicit-any
1728
- s,
1728
+ a,
1729
1729
  b
1730
1730
  );
1731
1731
  if (!C(c) || c === "")
@@ -1733,7 +1733,7 @@ function en(e, ...t) {
1733
1733
  let f = {}, m, O = null, d = b, I = null;
1734
1734
  const A = "datetime format";
1735
1735
  for (let w = 0; w < D.length; w++) {
1736
- if (m = I = D[w], process.env.NODE_ENV !== "production" && b !== m && je(S, c) && a(Oe(Z.FALLBACK_TO_DATE_FORMAT, {
1736
+ if (m = I = D[w], process.env.NODE_ENV !== "production" && b !== m && je(S, c) && s(Oe(Z.FALLBACK_TO_DATE_FORMAT, {
1737
1737
  key: c,
1738
1738
  target: m
1739
1739
  })), process.env.NODE_ENV !== "production" && b !== m) {
@@ -1780,7 +1780,7 @@ const Sn = [
1780
1780
  "fractionalSecondDigits"
1781
1781
  ];
1782
1782
  function Nt(...e) {
1783
- const [t, n, r, s] = e, a = V();
1783
+ const [t, n, r, a] = e, s = V();
1784
1784
  let i = V(), u;
1785
1785
  if (C(t)) {
1786
1786
  const c = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
@@ -1801,25 +1801,25 @@ function Nt(...e) {
1801
1801
  u = t;
1802
1802
  else
1803
1803
  throw oe(Q.INVALID_ARGUMENT);
1804
- return C(n) ? a.key = n : M(n) && Object.keys(n).forEach((c) => {
1805
- Sn.includes(c) ? i[c] = n[c] : a[c] = n[c];
1806
- }), C(r) ? a.locale = r : M(r) && (i = r), M(s) && (i = s), [a.key || "", u, a, i];
1804
+ return C(n) ? s.key = n : M(n) && Object.keys(n).forEach((c) => {
1805
+ Sn.includes(c) ? i[c] = n[c] : s[c] = n[c];
1806
+ }), C(r) ? s.locale = r : M(r) && (i = r), M(a) && (i = a), [s.key || "", u, s, i];
1807
1807
  }
1808
1808
  function tn(e, t, n) {
1809
1809
  const r = e;
1810
- for (const s in n) {
1811
- const a = `${t}__${s}`;
1812
- r.__datetimeFormatters.has(a) && r.__datetimeFormatters.delete(a);
1810
+ for (const a in n) {
1811
+ const s = `${t}__${a}`;
1812
+ r.__datetimeFormatters.has(s) && r.__datetimeFormatters.delete(s);
1813
1813
  }
1814
1814
  }
1815
1815
  function nn(e, ...t) {
1816
- const { numberFormats: n, unresolving: r, fallbackLocale: s, onWarn: a, localeFallbacker: i } = e, { __numberFormatters: u } = e;
1816
+ const { numberFormats: n, unresolving: r, fallbackLocale: a, onWarn: s, localeFallbacker: i } = e, { __numberFormatters: u } = e;
1817
1817
  if (process.env.NODE_ENV !== "production" && !bn.numberFormat)
1818
- return a(Oe(Z.CANNOT_FORMAT_NUMBER)), He;
1818
+ return s(Oe(Z.CANNOT_FORMAT_NUMBER)), He;
1819
1819
  const [c, p, g, h] = pt(...t), T = K(g.missingWarn) ? g.missingWarn : e.missingWarn, S = K(g.fallbackWarn) ? g.fallbackWarn : e.fallbackWarn, v = !!g.part, b = vt(e, g), D = i(
1820
1820
  e,
1821
1821
  // eslint-disable-line @typescript-eslint/no-explicit-any
1822
- s,
1822
+ a,
1823
1823
  b
1824
1824
  );
1825
1825
  if (!C(c) || c === "")
@@ -1827,7 +1827,7 @@ function nn(e, ...t) {
1827
1827
  let f = {}, m, O = null, d = b, I = null;
1828
1828
  const A = "number format";
1829
1829
  for (let w = 0; w < D.length; w++) {
1830
- if (m = I = D[w], process.env.NODE_ENV !== "production" && b !== m && je(S, c) && a(Oe(Z.FALLBACK_TO_NUMBER_FORMAT, {
1830
+ if (m = I = D[w], process.env.NODE_ENV !== "production" && b !== m && je(S, c) && s(Oe(Z.FALLBACK_TO_NUMBER_FORMAT, {
1831
1831
  key: c,
1832
1832
  target: m
1833
1833
  })), process.env.NODE_ENV !== "production" && b !== m) {
@@ -1874,20 +1874,20 @@ const Dn = [
1874
1874
  "trailingZeroDisplay"
1875
1875
  ];
1876
1876
  function pt(...e) {
1877
- const [t, n, r, s] = e, a = V();
1877
+ const [t, n, r, a] = e, s = V();
1878
1878
  let i = V();
1879
1879
  if (!X(t))
1880
1880
  throw oe(Q.INVALID_ARGUMENT);
1881
1881
  const u = t;
1882
- return C(n) ? a.key = n : M(n) && Object.keys(n).forEach((c) => {
1883
- Dn.includes(c) ? i[c] = n[c] : a[c] = n[c];
1884
- }), C(r) ? a.locale = r : M(r) && (i = r), M(s) && (i = s), [a.key || "", u, a, i];
1882
+ return C(n) ? s.key = n : M(n) && Object.keys(n).forEach((c) => {
1883
+ Dn.includes(c) ? i[c] = n[c] : s[c] = n[c];
1884
+ }), C(r) ? s.locale = r : M(r) && (i = r), M(a) && (i = a), [s.key || "", u, s, i];
1885
1885
  }
1886
1886
  function rn(e, t, n) {
1887
1887
  const r = e;
1888
- for (const s in n) {
1889
- const a = `${t}__${s}`;
1890
- r.__numberFormatters.has(a) && r.__numberFormatters.delete(a);
1888
+ for (const a in n) {
1889
+ const s = `${t}__${a}`;
1890
+ r.__numberFormatters.has(s) && r.__numberFormatters.delete(s);
1891
1891
  }
1892
1892
  }
1893
1893
  const Sa = (e) => e, Da = (e) => "", Ra = "text", Pa = (e) => e.length === 0 ? "" : Dt(e), va = Zn;
@@ -1902,7 +1902,7 @@ function ka(e, t) {
1902
1902
  t.count || (t.count = e), t.n || (t.n = e);
1903
1903
  }
1904
1904
  function Ma(e = {}) {
1905
- const t = e.locale, n = ya(e), r = F(e.pluralRules) && C(t) && W(e.pluralRules[t]) ? e.pluralRules[t] : an, s = F(e.pluralRules) && C(t) && W(e.pluralRules[t]) ? an : void 0, a = (f) => f[r(n, f.length, s)], i = e.list || [], u = (f) => i[f], c = e.named || V();
1905
+ const t = e.locale, n = ya(e), r = F(e.pluralRules) && C(t) && W(e.pluralRules[t]) ? e.pluralRules[t] : an, a = F(e.pluralRules) && C(t) && W(e.pluralRules[t]) ? an : void 0, s = (f) => f[r(n, f.length, a)], i = e.list || [], u = (f) => i[f], c = e.named || V();
1906
1906
  X(e.pluralIndex) && ka(n, c);
1907
1907
  const p = (f) => c[f];
1908
1908
  function g(f, m) {
@@ -1912,7 +1912,7 @@ function Ma(e = {}) {
1912
1912
  const h = (f) => e.modifiers ? e.modifiers[f] : Sa, T = M(e.processor) && W(e.processor.normalize) ? e.processor.normalize : Pa, S = M(e.processor) && W(e.processor.interpolate) ? e.processor.interpolate : va, v = M(e.processor) && C(e.processor.type) ? e.processor.type : Ra, D = {
1913
1913
  list: u,
1914
1914
  named: p,
1915
- plural: a,
1915
+ plural: s,
1916
1916
  linked: (f, ...m) => {
1917
1917
  const [O, d] = m;
1918
1918
  let I = "text", A = "";
@@ -1933,7 +1933,7 @@ function Ma(e = {}) {
1933
1933
  }
1934
1934
  const sn = () => "", ee = (e) => W(e);
1935
1935
  function on(e, ...t) {
1936
- const { fallbackFormat: n, postTranslation: r, unresolving: s, messageCompiler: a, fallbackLocale: i, messages: u } = e, [c, p] = Lt(...t), g = K(p.missingWarn) ? p.missingWarn : e.missingWarn, h = K(p.fallbackWarn) ? p.fallbackWarn : e.fallbackWarn, T = K(p.escapeParameter) ? p.escapeParameter : e.escapeParameter, S = !!p.resolvedMessage, v = C(p.default) || K(p.default) ? K(p.default) ? a ? c : () => c : p.default : n ? a ? c : () => c : null, b = n || v != null && (C(v) || W(v)), D = vt(e, p);
1936
+ const { fallbackFormat: n, postTranslation: r, unresolving: a, messageCompiler: s, fallbackLocale: i, messages: u } = e, [c, p] = Lt(...t), g = K(p.missingWarn) ? p.missingWarn : e.missingWarn, h = K(p.fallbackWarn) ? p.fallbackWarn : e.fallbackWarn, T = K(p.escapeParameter) ? p.escapeParameter : e.escapeParameter, S = !!p.resolvedMessage, v = C(p.default) || K(p.default) ? K(p.default) ? s ? c : () => c : p.default : n ? s ? c : () => c : null, b = n || v != null && (C(v) || W(v)), D = vt(e, p);
1937
1937
  T && Fa(p);
1938
1938
  let [f, m, O] = S ? [
1939
1939
  c,
@@ -1941,7 +1941,7 @@ function on(e, ...t) {
1941
1941
  u[D] || V()
1942
1942
  ] : Rn(e, c, D, i, h, g), d = f, I = c;
1943
1943
  if (!S && !(C(d) || Te(d) || ee(d)) && b && (d = v, I = d), !S && (!(C(d) || Te(d) || ee(d)) || !C(m)))
1944
- return s ? Xe : c;
1944
+ return a ? Xe : c;
1945
1945
  if (process.env.NODE_ENV !== "production" && C(d) && e.messageCompiler == null)
1946
1946
  return fe(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${c}'.`), c;
1947
1947
  let A = !1;
@@ -1968,12 +1968,12 @@ function Fa(e) {
1968
1968
  C(e.named[t]) && (e.named[t] = $t(e.named[t]));
1969
1969
  });
1970
1970
  }
1971
- function Rn(e, t, n, r, s, a) {
1971
+ function Rn(e, t, n, r, a, s) {
1972
1972
  const { messages: i, onWarn: u, messageResolver: c, localeFallbacker: p } = e, g = p(e, r, n);
1973
1973
  let h = V(), T, S = null, v = n, b = null;
1974
1974
  const D = "translate";
1975
1975
  for (let f = 0; f < g.length; f++) {
1976
- if (T = b = g[f], process.env.NODE_ENV !== "production" && n !== T && !Cn(n, T) && je(s, t) && u(Oe(Z.FALLBACK_TO_TRANSLATE, {
1976
+ if (T = b = g[f], process.env.NODE_ENV !== "production" && n !== T && !Cn(n, T) && je(a, t) && u(Oe(Z.FALLBACK_TO_TRANSLATE, {
1977
1977
  key: t,
1978
1978
  target: T
1979
1979
  })), process.env.NODE_ENV !== "production" && n !== T) {
@@ -2006,7 +2006,7 @@ function Rn(e, t, n, r, s, a) {
2006
2006
  // eslint-disable-line @typescript-eslint/no-explicit-any
2007
2007
  t,
2008
2008
  T,
2009
- a,
2009
+ s,
2010
2010
  D
2011
2011
  );
2012
2012
  I !== t && (S = I);
@@ -2015,7 +2015,7 @@ function Rn(e, t, n, r, s, a) {
2015
2015
  }
2016
2016
  return [S, T, h];
2017
2017
  }
2018
- function Pn(e, t, n, r, s, a) {
2018
+ function Pn(e, t, n, r, a, s) {
2019
2019
  const { messageCompiler: i, warnHtmlMessage: u } = e;
2020
2020
  if (ee(r)) {
2021
2021
  const T = r;
@@ -2027,7 +2027,7 @@ function Pn(e, t, n, r, s, a) {
2027
2027
  }
2028
2028
  let c = null, p, g;
2029
2029
  process.env.NODE_ENV !== "production" && le && (c = window.performance.now(), p = "intlify-message-compilation-start", g = "intlify-message-compilation-end", z && z(p));
2030
- const h = i(r, wa(e, n, s, r, u, a));
2030
+ const h = i(r, wa(e, n, a, r, u, s));
2031
2031
  if (process.env.NODE_ENV !== "production" && le) {
2032
2032
  const T = window.performance.now(), S = e.__v_emitter;
2033
2033
  S && c && S.emit("message-compilation", {
@@ -2040,8 +2040,8 @@ function Pn(e, t, n, r, s, a) {
2040
2040
  return h.locale = n, h.key = t, h.source = r, h;
2041
2041
  }
2042
2042
  function Ua(e, t, n) {
2043
- let r = null, s, a;
2044
- process.env.NODE_ENV !== "production" && le && (r = window.performance.now(), s = "intlify-message-evaluation-start", a = "intlify-message-evaluation-end", z && z(s));
2043
+ let r = null, a, s;
2044
+ process.env.NODE_ENV !== "production" && le && (r = window.performance.now(), a = "intlify-message-evaluation-start", s = "intlify-message-evaluation-end", z && z(a));
2045
2045
  const i = t(n);
2046
2046
  if (process.env.NODE_ENV !== "production" && le) {
2047
2047
  const u = window.performance.now(), c = e.__v_emitter;
@@ -2050,24 +2050,24 @@ function Ua(e, t, n) {
2050
2050
  value: i,
2051
2051
  time: u - r,
2052
2052
  groupId: `translate:${t.key}`
2053
- }), s && a && z && Le && (z(a), Le("intlify message evaluation", s, a));
2053
+ }), a && s && z && Le && (z(s), Le("intlify message evaluation", a, s));
2054
2054
  }
2055
2055
  return i;
2056
2056
  }
2057
2057
  function Lt(...e) {
2058
- const [t, n, r] = e, s = V();
2058
+ const [t, n, r] = e, a = V();
2059
2059
  if (!C(t) && !X(t) && !ee(t) && !Te(t))
2060
2060
  throw oe(Q.INVALID_ARGUMENT);
2061
- const a = X(t) ? String(t) : (ee(t), t);
2062
- return X(n) ? s.plural = n : C(n) ? s.default = n : M(n) && !Be(n) ? s.named = n : B(n) && (s.list = n), X(r) ? s.plural = r : C(r) ? s.default = r : M(r) && j(s, r), [a, s];
2061
+ const s = X(t) ? String(t) : (ee(t), t);
2062
+ return X(n) ? a.plural = n : C(n) ? a.default = n : M(n) && !Be(n) ? a.named = n : B(n) && (a.list = n), X(r) ? a.plural = r : C(r) ? a.default = r : M(r) && j(a, r), [s, a];
2063
2063
  }
2064
- function wa(e, t, n, r, s, a) {
2064
+ function wa(e, t, n, r, a, s) {
2065
2065
  return {
2066
2066
  locale: t,
2067
2067
  key: n,
2068
- warnHtmlMessage: s,
2068
+ warnHtmlMessage: a,
2069
2069
  onError: (i) => {
2070
- if (a && a(i), process.env.NODE_ENV !== "production") {
2070
+ if (s && s(i), process.env.NODE_ENV !== "production") {
2071
2071
  const u = Va(r), c = `Message compilation error: ${i.message}`, p = i.location && u && zn(u, i.location.start.offset, i.location.end.offset), g = e.__v_emitter;
2072
2072
  g && u && g.emit("compile-error", {
2073
2073
  message: u,
@@ -2090,10 +2090,10 @@ function Va(e) {
2090
2090
  return e.loc.source;
2091
2091
  }
2092
2092
  function Wa(e, t, n, r) {
2093
- const { modifiers: s, pluralRules: a, messageResolver: i, fallbackLocale: u, fallbackWarn: c, missingWarn: p, fallbackContext: g } = e, T = {
2093
+ const { modifiers: a, pluralRules: s, messageResolver: i, fallbackLocale: u, fallbackWarn: c, missingWarn: p, fallbackContext: g } = e, T = {
2094
2094
  locale: t,
2095
- modifiers: s,
2096
- pluralRules: a,
2095
+ modifiers: a,
2096
+ pluralRules: s,
2097
2097
  messages: (S, v) => {
2098
2098
  let b = i(n, S);
2099
2099
  if (b == null && (g || v)) {
@@ -2205,29 +2205,29 @@ function Fe(e) {
2205
2205
  F(e[t]) && Fe(e[t]);
2206
2206
  else {
2207
2207
  const n = t.split("."), r = n.length - 1;
2208
- let s = e, a = !1;
2208
+ let a = e, s = !1;
2209
2209
  for (let i = 0; i < r; i++) {
2210
- if (n[i] in s || (s[n[i]] = V()), !F(s[n[i]])) {
2210
+ if (n[i] in a || (a[n[i]] = V()), !F(a[n[i]])) {
2211
2211
  process.env.NODE_ENV !== "production" && fe(kt(ue.IGNORE_OBJ_FLATTEN, {
2212
2212
  key: n[i]
2213
- })), a = !0;
2213
+ })), s = !0;
2214
2214
  break;
2215
2215
  }
2216
- s = s[n[i]];
2216
+ a = a[n[i]];
2217
2217
  }
2218
- a || (s[n[r]] = e[t], delete e[t]), F(s[n[r]]) && Fe(s[n[r]]);
2218
+ s || (a[n[r]] = e[t], delete e[t]), F(a[n[r]]) && Fe(a[n[r]]);
2219
2219
  }
2220
2220
  return e;
2221
2221
  }
2222
2222
  function yn(e, t) {
2223
- const { messages: n, __i18n: r, messageResolver: s, flatJson: a } = t, i = M(n) ? n : B(r) ? V() : { [e]: V() };
2223
+ const { messages: n, __i18n: r, messageResolver: a, flatJson: s } = t, i = M(n) ? n : B(r) ? V() : { [e]: V() };
2224
2224
  if (B(r) && r.forEach((u) => {
2225
2225
  if ("locale" in u && "resource" in u) {
2226
2226
  const { locale: c, resource: p } = u;
2227
2227
  c ? (i[c] = i[c] || V(), Ye(p, i[c])) : Ye(p, i);
2228
2228
  } else
2229
2229
  C(u) && Ye(JSON.parse(u), i);
2230
- }), s == null && a)
2230
+ }), a == null && s)
2231
2231
  for (const u in i)
2232
2232
  ne(i, u) && Fe(i[u]);
2233
2233
  return i;
@@ -2241,20 +2241,20 @@ function xa(e, t, n) {
2241
2241
  messages: r,
2242
2242
  __i18n: n.__i18nGlobal
2243
2243
  }));
2244
- const s = Object.keys(r);
2245
- s.length && s.forEach((a) => {
2246
- e.mergeLocaleMessage(a, r[a]);
2244
+ const a = Object.keys(r);
2245
+ a.length && a.forEach((s) => {
2246
+ e.mergeLocaleMessage(s, r[s]);
2247
2247
  });
2248
2248
  {
2249
2249
  if (F(t.datetimeFormats)) {
2250
- const a = Object.keys(t.datetimeFormats);
2251
- a.length && a.forEach((i) => {
2250
+ const s = Object.keys(t.datetimeFormats);
2251
+ s.length && s.forEach((i) => {
2252
2252
  e.mergeDateTimeFormat(i, t.datetimeFormats[i]);
2253
2253
  });
2254
2254
  }
2255
2255
  if (F(t.numberFormats)) {
2256
- const a = Object.keys(t.numberFormats);
2257
- a.length && a.forEach((i) => {
2256
+ const s = Object.keys(t.numberFormats);
2257
+ s.length && s.forEach((i) => {
2258
2258
  e.mergeNumberFormat(i, t.numberFormats[i]);
2259
2259
  });
2260
2260
  }
@@ -2266,7 +2266,7 @@ function ln(e) {
2266
2266
  const cn = "__INTLIFY_META__", un = () => [], Ba = () => !1;
2267
2267
  let fn = 0;
2268
2268
  function _n(e) {
2269
- return (t, n, r, s) => e(n, r, Ct() || void 0, s);
2269
+ return (t, n, r, a) => e(n, r, Ct() || void 0, a);
2270
2270
  }
2271
2271
  const Xa = /* @__NO_SIDE_EFFECTS__ */ () => {
2272
2272
  const e = Ct();
@@ -2274,15 +2274,15 @@ const Xa = /* @__NO_SIDE_EFFECTS__ */ () => {
2274
2274
  return e && (t = kn(e)[cn]) ? { [cn]: t } : null;
2275
2275
  };
2276
2276
  function ja(e = {}) {
2277
- const { __root: t, __injectWithOption: n } = e, r = t === void 0, s = e.flatJson, a = le ? dn : Wn;
2277
+ const { __root: t, __injectWithOption: n } = e, r = t === void 0, a = e.flatJson, s = le ? dn : Wn;
2278
2278
  let i = K(e.inheritLocale) ? e.inheritLocale : !0;
2279
- const u = a(
2279
+ const u = s(
2280
2280
  // prettier-ignore
2281
2281
  t && i ? t.locale.value : C(e.locale) ? e.locale : Ke
2282
- ), c = a(
2282
+ ), c = s(
2283
2283
  // prettier-ignore
2284
2284
  t && i ? t.fallbackLocale.value : C(e.fallbackLocale) || B(e.fallbackLocale) || M(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : u.value
2285
- ), p = a(yn(u.value, e)), g = a(M(e.datetimeFormats) ? e.datetimeFormats : { [u.value]: {} }), h = a(M(e.numberFormats) ? e.numberFormats : { [u.value]: {} });
2285
+ ), p = s(yn(u.value, e)), g = s(M(e.datetimeFormats) ? e.datetimeFormats : { [u.value]: {} }), h = s(M(e.numberFormats) ? e.numberFormats : { [u.value]: {} });
2286
2286
  let T = t ? t.missingWarn : K(e.missingWarn) || Ge(e.missingWarn) ? e.missingWarn : !0, S = t ? t.fallbackWarn : K(e.fallbackWarn) || Ge(e.fallbackWarn) ? e.fallbackWarn : !0, v = t ? t.fallbackRoot : K(e.fallbackRoot) ? e.fallbackRoot : !0, b = !!e.fallbackFormat, D = W(e.missing) ? e.missing : null, f = W(e.missing) ? _n(e.missing) : null, m = W(e.postTranslation) ? e.postTranslation : null, O = t ? t.warnHtmlMessage : K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, d = !!e.escapeParameter;
2287
2287
  const I = t ? t.modifiers : M(e.modifiers) ? e.modifiers : {};
2288
2288
  let A = e.pluralRules || t && t.pluralRules, N;
@@ -2448,7 +2448,7 @@ function ja(e = {}) {
2448
2448
  return p.value[_] || {};
2449
2449
  }
2450
2450
  function Pe(_, L) {
2451
- if (s) {
2451
+ if (a) {
2452
2452
  const U = { [_]: L };
2453
2453
  for (const G in U)
2454
2454
  ne(U, G) && Fe(U[G]);
@@ -2459,7 +2459,7 @@ function ja(e = {}) {
2459
2459
  function ut(_, L) {
2460
2460
  p.value[_] = p.value[_] || {};
2461
2461
  const U = { [_]: L };
2462
- if (s)
2462
+ if (a)
2463
2463
  for (const G in U)
2464
2464
  ne(U, G) && Fe(U[G]);
2465
2465
  L = U[_], Ye(L, p.value[_]), N.messages = p.value;
@@ -2583,13 +2583,13 @@ const Mt = {
2583
2583
  }
2584
2584
  };
2585
2585
  function Ja({ slots: e }, t) {
2586
- return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((r, s) => [
2586
+ return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((r, a) => [
2587
2587
  ...r,
2588
2588
  // prettier-ignore
2589
- ...s.type === Nn ? s.children : [s]
2589
+ ...a.type === Nn ? a.children : [a]
2590
2590
  ], []) : t.reduce((n, r) => {
2591
- const s = e[r];
2592
- return s && (n[r] = s()), n;
2591
+ const a = e[r];
2592
+ return a && (n[r] = a()), n;
2593
2593
  }, V());
2594
2594
  }
2595
2595
  function Mn() {
@@ -2609,7 +2609,7 @@ function Qa(e) {
2609
2609
  return B(e) && !C(e[0]);
2610
2610
  }
2611
2611
  function Fn(e, t, n, r) {
2612
- const { slots: s, attrs: a } = t;
2612
+ const { slots: a, attrs: s } = t;
2613
2613
  return () => {
2614
2614
  const i = { part: !0 };
2615
2615
  let u = V();
@@ -2617,10 +2617,10 @@ function Fn(e, t, n, r) {
2617
2617
  const c = r(e.value, i, u);
2618
2618
  let p = [i.key];
2619
2619
  B(c) ? p = c.map((T, S) => {
2620
- const v = s[T.type], b = v ? v({ [T.type]: T.value, index: S, parts: c }) : [T.value];
2620
+ const v = a[T.type], b = v ? v({ [T.type]: T.value, index: S, parts: c }) : [T.value];
2621
2621
  return Qa(b) && (b[0].key = `${T.type}-${S}`), b;
2622
2622
  }) : C(c) && (p = [c]);
2623
- const g = j(V(), a), h = C(e.tag) || F(e.tag) ? e.tag : Mn();
2623
+ const g = j(V(), s), h = C(e.tag) || F(e.tag) ? e.tag : Mn();
2624
2624
  return En(h, g, p);
2625
2625
  };
2626
2626
  }
@@ -2640,10 +2640,10 @@ function Ft(e = {}) {
2640
2640
  throw Me(J.MUST_BE_CALL_SETUP_TOP);
2641
2641
  if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
2642
2642
  throw Me(J.NOT_INSTALLED);
2643
- const n = Za(t), r = es(n), s = kn(t), a = za(e, s);
2644
- if (a === "global")
2645
- return xa(r, e, s), r;
2646
- if (a === "parent") {
2643
+ const n = Za(t), r = es(n), a = kn(t), s = za(e, a);
2644
+ if (s === "global")
2645
+ return xa(r, e, a), r;
2646
+ if (s === "parent") {
2647
2647
  let c = ts(n, t, e.__useComponent);
2648
2648
  return c == null && (process.env.NODE_ENV !== "production" && fe(kt(ue.NOT_FOUND_PARENT_SCOPE)), c = r), c;
2649
2649
  }
@@ -2651,7 +2651,7 @@ function Ft(e = {}) {
2651
2651
  let u = i.__getInstance(t);
2652
2652
  if (u == null) {
2653
2653
  const c = j({}, e);
2654
- "__i18n" in s && (c.__i18n = s.__i18n), r && (c.__root = r), u = ja(c), i.__composerExtend && (u[ht] = i.__composerExtend(u)), rs(i, t, u), i.__setInstance(t, u);
2654
+ "__i18n" in a && (c.__i18n = a.__i18n), r && (c.__root = r), u = ja(c), i.__composerExtend && (u[ht] = i.__composerExtend(u)), rs(i, t, u), i.__setInstance(t, u);
2655
2655
  }
2656
2656
  return u;
2657
2657
  }
@@ -2669,19 +2669,19 @@ function es(e) {
2669
2669
  }
2670
2670
  function ts(e, t, n = !1) {
2671
2671
  let r = null;
2672
- const s = t.root;
2673
- let a = ns(t, n);
2674
- for (; a != null; ) {
2672
+ const a = t.root;
2673
+ let s = ns(t, n);
2674
+ for (; s != null; ) {
2675
2675
  const i = e;
2676
2676
  if (e.mode === "composition")
2677
- r = i.__getInstance(a);
2677
+ r = i.__getInstance(s);
2678
2678
  else if (__VUE_I18N_LEGACY_API__) {
2679
- const u = i.__getInstance(a);
2679
+ const u = i.__getInstance(s);
2680
2680
  u != null && (r = u.__composer, n && r && !r[vn] && (r = null));
2681
2681
  }
2682
- if (r != null || s === a)
2682
+ if (r != null || a === s)
2683
2683
  break;
2684
- a = a.parent;
2684
+ s = s.parent;
2685
2685
  }
2686
2686
  return r;
2687
2687
  }
@@ -2693,14 +2693,14 @@ function rs(e, t, n) {
2693
2693
  $n(() => {
2694
2694
  if (process.env.NODE_ENV !== "production" && t.vnode.el) {
2695
2695
  t.vnode.el.__VUE_I18N__ = n, r = tr();
2696
- const s = n;
2697
- s[It] && s[It](r), r.on("*", mn);
2696
+ const a = n;
2697
+ a[It] && a[It](r), r.on("*", mn);
2698
2698
  }
2699
2699
  }, t), Yn(() => {
2700
- const s = n;
2701
- process.env.NODE_ENV !== "production" && t.vnode.el && t.vnode.el.__VUE_I18N__ && (r && r.off("*", mn), s[At] && s[At](), delete t.vnode.el.__VUE_I18N__), e.__deleteInstance(t);
2702
- const a = s[ht];
2703
- a && (a(), delete s[ht]);
2700
+ const a = n;
2701
+ process.env.NODE_ENV !== "production" && t.vnode.el && t.vnode.el.__VUE_I18N__ && (r && r.off("*", mn), a[At] && a[At](), delete t.vnode.el.__VUE_I18N__), e.__deleteInstance(t);
2702
+ const s = a[ht];
2703
+ s && (s(), delete a[ht]);
2704
2704
  }, t);
2705
2705
  }
2706
2706
  j({
@@ -2721,7 +2721,14 @@ if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
2721
2721
  e.__INTLIFY__ = !0, Zr(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
2722
2722
  }
2723
2723
  process.env.NODE_ENV;
2724
+ const is = (e, t) => {
2725
+ const n = e.__vccOpts || e;
2726
+ for (const [r, a] of t)
2727
+ n[r] = a;
2728
+ return n;
2729
+ };
2724
2730
  export {
2731
+ is as _,
2725
2732
  ls as a,
2726
2733
  Ft as u
2727
2734
  };