hy-design-ui 0.1.11 → 0.1.13

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.
@@ -11905,31 +11905,31 @@ var Tg = g({
11905
11905
  }),
11906
11906
  emits: /* @__PURE__ */ D(["change"], ["update:modelValue"]),
11907
11907
  setup(e, { emit: t }) {
11908
- let r = e, i = N(!0), a = N(!1), o = _e(e, "modelValue"), s = N(), f = t, p = c(() => i.value || a.value), m = (e) => {
11909
- s.value = Array.isArray(e) ? e.join(",") : e, f("change", o.value);
11910
- }, g = (e) => e == null || e === "" || Array.isArray(e) && e.length === 0;
11911
- be(() => o.value, (e) => {
11912
- g(e) && (s.value = "");
11908
+ let i = e, a = N(!0), o = N(!1), s = _e(e, "modelValue"), f = N(), p = t, m = c(() => a.value || o.value), g = (e) => {
11909
+ f.value = Array.isArray(e) ? e.join(",") : e, p("change", s.value);
11910
+ }, _ = (e) => e == null || e === "" || Array.isArray(e) && e.length === 0;
11911
+ be(() => s.value, (e) => {
11912
+ _(e) && (f.value = "");
11913
11913
  });
11914
- let _ = () => {
11915
- o.value = r.multiple ? [] : void 0, s.value = "", f("change", o.value);
11916
- };
11917
- be(() => a.value, (e) => i.value = e);
11918
11914
  let v = () => {
11919
- r.disabled || (a.value = !0);
11915
+ s.value = i.multiple ? [] : void 0, f.value = "", p("change", s.value);
11916
+ };
11917
+ be(() => o.value, (e) => a.value = e);
11918
+ let y = () => {
11919
+ i.disabled || (o.value = !0);
11920
11920
  };
11921
- return (t, r) => (j(), d(n, null, [h(I(Ie), {
11922
- modelValue: s.value,
11923
- "onUpdate:modelValue": r[0] ||= (e) => s.value = e,
11921
+ return (t, i) => (j(), d(n, null, [h(I(Ie), {
11922
+ modelValue: f.value,
11923
+ "onUpdate:modelValue": i[0] ||= (e) => f.value = e,
11924
11924
  placeholder: e.placeholder,
11925
11925
  disabled: e.disabled,
11926
11926
  readonly: "",
11927
11927
  clearable: e.clearable,
11928
- onClear: _
11928
+ onClear: v
11929
11929
  }, {
11930
11930
  append: L(() => [h(I(Ee), {
11931
11931
  icon: I(Ng),
11932
- onClick: v
11932
+ onClick: y
11933
11933
  }, null, 8, ["icon"])]),
11934
11934
  _: 1
11935
11935
  }, 8, [
@@ -11937,23 +11937,23 @@ var Tg = g({
11937
11937
  "placeholder",
11938
11938
  "disabled",
11939
11939
  "clearable"
11940
- ]), p.value ? (j(), l(pe(e.view), {
11940
+ ]), (j(), l(r, { to: "body" }, [m.value ? (j(), l(pe(e.view), {
11941
11941
  key: 0,
11942
- modelValue: a.value,
11943
- "onUpdate:modelValue": r[1] ||= (e) => a.value = e,
11944
- data: o.value,
11945
- "onUpdate:data": r[2] ||= (e) => o.value = e,
11942
+ modelValue: o.value,
11943
+ "onUpdate:modelValue": i[1] ||= (e) => o.value = e,
11944
+ data: s.value,
11945
+ "onUpdate:data": i[2] ||= (e) => s.value = e,
11946
11946
  multiple: e.multiple,
11947
11947
  required: e.required,
11948
11948
  "custom-params": e.customParams,
11949
- onLabel: m
11949
+ onLabel: g
11950
11950
  }, null, 40, [
11951
11951
  "modelValue",
11952
11952
  "data",
11953
11953
  "multiple",
11954
11954
  "required",
11955
11955
  "custom-params"
11956
- ])) : u("", !0)], 64));
11956
+ ])) : u("", !0)]))], 64));
11957
11957
  }
11958
11958
  }), Lg = /* @__PURE__ */ ct(/* @__PURE__ */ g({
11959
11959
  __name: "SearchItem",
@@ -13060,11 +13060,31 @@ var r_ = n_, i_ = {
13060
13060
  }));
13061
13061
  })))(), 1);
13062
13062
  function d_(e) {
13063
+ return e === q.datetime ? "YYYY-MM-DD HH:mm:ss" : e === q.month ? "YYYY-MM" : e === q.year ? "YYYY" : "YYYY-MM-DD";
13064
+ }
13065
+ function f_(e) {
13066
+ return e.formatter || d_(e.dataType);
13067
+ }
13068
+ function p_(e) {
13069
+ return e.valueFormat ?? f_(e);
13070
+ }
13071
+ function m_(e, t) {
13072
+ if (e == null || e === "") return "";
13073
+ let n = Number(e);
13074
+ return Number.isFinite(n) ? t === 0 ? String(Math.round(n)) : t != null && t > 0 ? n.toFixed(t) : String(n) : String(e);
13075
+ }
13076
+ function h_(e) {
13077
+ return e.precision === 0;
13078
+ }
13079
+ function g_(e) {
13080
+ return e.min == null || e.min < 0;
13081
+ }
13082
+ function __(e) {
13063
13083
  return e === q.date || e === q.datetime || e === q.month || e === q.year;
13064
13084
  }
13065
- function f_(e, t) {
13085
+ function v_(e, t) {
13066
13086
  e && k(() => {
13067
- if (d_(t)) {
13087
+ if (__(t)) {
13068
13088
  e.handleOpen?.(), e.focus?.();
13069
13089
  return;
13070
13090
  }
@@ -13075,33 +13095,38 @@ function f_(e, t) {
13075
13095
  e.focus?.();
13076
13096
  });
13077
13097
  }
13078
- var p_ = class e {
13098
+ var y_ = class e {
13079
13099
  static {
13080
13100
  this.components = /* @__PURE__ */ new Map();
13081
13101
  }
13082
13102
  static {
13083
- e.components.set(q.text, v_), e.components.set(q.select, y_), e.components.set(q.date, b_), e.components.set(q.datetime, b_), e.components.set(q.month, b_), e.components.set(q.year, b_), e.components.set(q.selectTree, x_), e.components.set(q.number, __);
13103
+ e.components.set(q.text, T_), e.components.set(q.select, E_), e.components.set(q.date, D_), e.components.set(q.datetime, D_), e.components.set(q.month, D_), e.components.set(q.year, D_), e.components.set(q.selectTree, O_), e.components.set(q.number, w_);
13084
13104
  }
13085
13105
  static getComponent(t, n) {
13086
13106
  let r = n.dataType;
13087
- return h(e.components.get(r)(t, n), { ref: (e) => f_(e, r) }, null);
13107
+ return h(e.components.get(r)(t, n), { ref: (e) => v_(e, r) }, null);
13088
13108
  }
13089
13109
  };
13090
- function m_(e, t) {
13110
+ function b_(e, t) {
13091
13111
  return () => {
13092
13112
  e.row.__editing__ = !1, t.onBlur?.(e);
13093
13113
  };
13094
13114
  }
13095
- function h_(e) {
13115
+ function x_(e, t) {
13096
13116
  if (!e) return "";
13097
- let t = e.replace(/[^0-9.\-]/g, ""), n = !1;
13098
- t.startsWith("-") ? (n = !0, t = t.slice(1).replace(/-/g, "")) : t = t.replace(/-/g, "");
13099
- let r = t.indexOf(".");
13100
- if (r === -1) return (n ? "-" : "") + t;
13101
- let i = t.slice(0, r), a = t.slice(r + 1).replace(/\./g, "");
13102
- return (n ? "-" : "") + i + "." + a;
13103
- }
13104
- function g_(e, t) {
13117
+ let n = h_(t), r = g_(t);
13118
+ if (n) {
13119
+ let t = e.replace(/\D/g, "");
13120
+ return r && e.startsWith("-") && (t = `-${t.replace(/-/g, "")}`), t;
13121
+ }
13122
+ let i = e.replace(/[^0-9.\-]/g, ""), a = !1;
13123
+ r && i.startsWith("-") ? (a = !0, i = i.slice(1).replace(/-/g, "")) : i = i.replace(/-/g, "");
13124
+ let o = i.indexOf(".");
13125
+ if (o === -1) return (a ? "-" : "") + i;
13126
+ let s = i.slice(0, o), c = i.slice(o + 1).replace(/\./g, "");
13127
+ return (a ? "-" : "") + s + "." + c;
13128
+ }
13129
+ function S_(e, t) {
13105
13130
  let n = t.prop, r = e.row[n];
13106
13131
  if (r === "" || r == null) {
13107
13132
  e.row[n] = void 0;
@@ -13113,37 +13138,52 @@ function g_(e, t) {
13113
13138
  return;
13114
13139
  }
13115
13140
  let a = Number(i);
13116
- e.row[n] = Number.isFinite(a) ? a : void 0;
13141
+ if (!Number.isFinite(a)) {
13142
+ e.row[n] = void 0;
13143
+ return;
13144
+ }
13145
+ if (t.precision === 0) a = Math.round(a);
13146
+ else if (t.precision != null && t.precision > 0) {
13147
+ let e = 10 ** t.precision;
13148
+ a = Math.round(a * e) / e;
13149
+ }
13150
+ t.min != null && a < t.min && (a = t.min), t.max != null && a > t.max && (a = t.max), e.row[n] = a;
13117
13151
  }
13118
- function __(e, t) {
13152
+ function C_(e, t) {
13153
+ let n = t.prop, r = e.row[n];
13154
+ if (r == null || r === "") return;
13155
+ let i = p_(t), a = (0, u_.default)(r);
13156
+ a.isValid() && (e.row[n] = a.format(i));
13157
+ }
13158
+ function w_(e, t) {
13119
13159
  let n = t.prop, r = !1, i = () => {
13120
- r || (r = !0, g_(e, t), t.onchange?.(e));
13160
+ r || (r = !0, S_(e, t), t.onchange?.(e));
13121
13161
  }, a = () => {
13122
13162
  i(), e.row.__editing__ = !1, e.row.__editName__ = void 0, t.onBlur?.(e);
13123
13163
  };
13124
13164
  return h(Ie, {
13125
13165
  modelValue: (() => {
13126
- let t = e.row[n];
13127
- return t == null ? "" : String(t);
13166
+ let r = e.row[n];
13167
+ return r == null ? "" : m_(r, t.precision);
13128
13168
  })(),
13129
- "onUpdate:modelValue": (t) => {
13130
- e.row[n] = h_(t);
13169
+ "onUpdate:modelValue": (r) => {
13170
+ e.row[n] = x_(r, t);
13131
13171
  },
13132
13172
  onBlur: a,
13133
13173
  onKeydown: Ce(a, ["enter"]),
13134
13174
  onVnodeUnmounted: i
13135
13175
  }, null);
13136
13176
  }
13137
- function v_(e, t) {
13177
+ function T_(e, t) {
13138
13178
  return h(Ie, {
13139
13179
  modelValue: e.row[t.prop],
13140
13180
  "onUpdate:modelValue": (n) => e.row[t.prop] = n,
13141
- onBlur: m_(e, t),
13142
- onKeydown: Ce(m_(e, t), ["enter"])
13181
+ onBlur: b_(e, t),
13182
+ onKeydown: Ce(b_(e, t), ["enter"])
13143
13183
  }, null);
13144
13184
  }
13145
- function y_(e, t) {
13146
- let n = m_(e, t), r = !1;
13185
+ function E_(e, t) {
13186
+ let n = b_(e, t), r = !1;
13147
13187
  return h(He, O({
13148
13188
  modelValue: e.row[t.prop],
13149
13189
  "onUpdate:modelValue": (n) => e.row[t.prop] = n,
@@ -13157,10 +13197,10 @@ function y_(e, t) {
13157
13197
  r && n();
13158
13198
  } }), null);
13159
13199
  }
13160
- function b_(e, t) {
13161
- let n = t.dataType, r = t.formatter;
13162
- r || (n === q.date && (r = "YYYY-MM-DD"), n === q.datetime && (r = "YYYY-MM-DD HH:mm:ss"), n === q.month && (r = "YYYY-MM"), n === q.year && (r = "YYYY"));
13163
- let i = m_(e, t), a = !1, o = {
13200
+ function D_(e, t) {
13201
+ let n = t.dataType, r = f_(t), i = p_(t), a = () => {
13202
+ C_(e, t), e.row.__editing__ = !1, e.row.__editName__ = void 0, t.onBlur?.(e);
13203
+ }, o = !1, s = {
13164
13204
  strategy: "fixed",
13165
13205
  ...t.popperOptions || {}
13166
13206
  };
@@ -13170,19 +13210,19 @@ function b_(e, t) {
13170
13210
  "onUpdate:modelValue": (n) => e.row[t.prop] = n,
13171
13211
  type: n,
13172
13212
  format: r,
13173
- valueFormat: t.valueFormat ?? r,
13213
+ valueFormat: i,
13174
13214
  automaticDropdown: !0,
13175
13215
  popperClass: "hy-table-date-popper",
13176
- popperOptions: o
13216
+ popperOptions: s
13177
13217
  }, { "onVisible-change": (e) => {
13178
13218
  if (e) {
13179
- a = !0;
13219
+ o = !0;
13180
13220
  return;
13181
13221
  }
13182
- a && k(() => i());
13222
+ o && k(() => a());
13183
13223
  } }), null);
13184
13224
  }
13185
- function x_(e, t) {
13225
+ function O_(e, t) {
13186
13226
  return h(Je, {
13187
13227
  modelValue: e.row[t.prop],
13188
13228
  "onUpdate:modelValue": (n) => e.row[t.prop] = n,
@@ -13190,12 +13230,12 @@ function x_(e, t) {
13190
13230
  clearable: !0,
13191
13231
  "check-strictly": !0,
13192
13232
  teleported: t.teleported ?? !0,
13193
- onBlur: m_(e, t)
13233
+ onBlur: b_(e, t)
13194
13234
  }, null);
13195
13235
  }
13196
13236
  //#endregion
13197
13237
  //#region packages/table/components/TableColumn.vue?vue&type=script&setup=true&lang.tsx
13198
- var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-table-tip-sj" }, T_ = ["onClick"], E_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
13238
+ var k_ = ["onMouseenter"], A_ = { class: "hy-table-tip" }, j_ = { class: "hy-table-tip-sj" }, M_ = ["onClick"], N_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
13199
13239
  __name: "TableColumn",
13200
13240
  props: {
13201
13241
  dataType: { default: q.text },
@@ -13223,6 +13263,9 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13223
13263
  valueFormat: {},
13224
13264
  teleported: { type: Boolean },
13225
13265
  popperOptions: {},
13266
+ min: {},
13267
+ max: {},
13268
+ precision: {},
13226
13269
  type: {},
13227
13270
  expand: {},
13228
13271
  index: {},
@@ -13258,63 +13301,69 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13258
13301
  required: { type: Boolean }
13259
13302
  },
13260
13303
  setup(e) {
13304
+ function t(e) {
13305
+ return e === q.datetime ? "YYYY-MM-DD HH:mm:ss" : e === q.month ? "YYYY-MM" : e === q.year ? "YYYY" : "YYYY-MM-DD";
13306
+ }
13261
13307
  oe(() => {});
13262
- let t = e, r = c(() => `is-align-${t.headerAlign || t.align || "center"}`), i = N(!1), a = N(null), o = (e) => {
13263
- i.value = !0, a.value = e.row;
13264
- }, s = () => {
13265
- i.value = !1;
13266
- }, g = (e) => h(p_.getComponent(e.scope, t), null, null), _ = (e) => {
13267
- x.clearAllEdit?.(), e.row.__editing__ = !0, e.row.__editName__ = t.prop;
13268
- }, v = (e) => {
13269
- b(e) || (_(e), t.onclick && k(e.row, e));
13308
+ let r = e, i = c(() => `is-align-${r.headerAlign || r.align || "center"}`), a = N(!1), o = N(null), s = (e) => {
13309
+ a.value = !0, o.value = e.row;
13310
+ }, g = () => {
13311
+ a.value = !1;
13312
+ }, _ = (e) => h(y_.getComponent(e.scope, r), null, null), v = (e) => {
13313
+ C.clearAllEdit?.(), e.row.__editing__ = !0, e.row.__editName__ = r.prop;
13270
13314
  }, y = (e) => {
13271
- let t = E(e);
13272
- return t === "" ? C.value ? "\xA0" : "" : t;
13273
- }, b = (e) => e.row.__editing__ ? e.row.__editName__ === t.prop : !1, x = S("tableParams"), C = c(() => x.edit && t.edit), w = (e) => t.cellRender ? t.cellRender(e.scope) : null, T = c(() => {
13315
+ x(e) || (v(e), r.onclick && ee(e.row, e));
13316
+ }, b = (e) => {
13317
+ let t = D(e);
13318
+ return t === "" ? w.value ? "\xA0" : "" : t;
13319
+ }, x = (e) => e.row.__editing__ ? e.row.__editName__ === r.prop : !1, C = S("tableParams"), w = c(() => C.edit && r.edit), T = (e) => r.cellRender ? r.cellRender(e.scope) : null, E = c(() => {
13274
13320
  let e = {};
13275
- if (t.options?.length) {
13276
- n(t.options);
13277
- function n(t) {
13278
- t.forEach((t) => {
13279
- let r = t.value;
13280
- e[r] = t.label, t.children?.length && n(t.children);
13321
+ if (r.options?.length) {
13322
+ t(r.options);
13323
+ function t(n) {
13324
+ n.forEach((n) => {
13325
+ let r = n.value;
13326
+ e[r] = n.label, n.children?.length && t(n.children);
13281
13327
  });
13282
13328
  }
13283
13329
  }
13284
13330
  return e;
13285
13331
  });
13286
- function E(e) {
13287
- let n = e.row[t.prop];
13288
- if (t.valueRender && (n = t.valueRender(e)), n == null || n?.length === 0) return "";
13289
- if (t.dataType === q.text) return n;
13290
- if (t.dataType === q.number) return n == null || n === "" ? "" : String(n);
13291
- if (t.dataType === q.select || t.dataType === q.selectTree) {
13292
- if (t.multiple) {
13332
+ function D(e) {
13333
+ let n = e.row[r.prop];
13334
+ if (r.valueRender && (n = r.valueRender(e)), n == null || n?.length === 0) return "";
13335
+ if (r.dataType === q.text) return n;
13336
+ if (r.dataType === q.number) return m_(n, r.precision);
13337
+ if (r.dataType === q.select || r.dataType === q.selectTree) {
13338
+ if (r.multiple) {
13293
13339
  let e = [];
13294
13340
  for (let t of n) {
13295
- let n = T.value[t];
13341
+ let n = E.value[t];
13296
13342
  e.push(n ?? t);
13297
13343
  }
13298
13344
  return e.join(",");
13299
13345
  }
13300
- return T.value[n] ?? n;
13346
+ return E.value[n] ?? n;
13347
+ }
13348
+ if (O()) {
13349
+ let e = r.formatter || t(r.dataType), i = (0, u_.default)(n);
13350
+ return i.isValid() ? i.format(e) : String(n);
13301
13351
  }
13302
- if (D()) return (0, u_.default)(n).format(t.formatter);
13303
13352
  }
13304
- function D() {
13305
- let e = t.dataType;
13353
+ function O() {
13354
+ let e = r.dataType;
13306
13355
  return e === q.date || e === q.month || e === q.year || e === q.datetime;
13307
13356
  }
13308
- let O = c(() => t.onclick ? {
13357
+ let k = c(() => r.onclick ? {
13309
13358
  tag: "ins",
13310
13359
  type: "primary"
13311
- } : { type: "" }), k = (e, n) => {
13312
- t.onclick && t.onclick(e, n);
13313
- }, ee = (e) => {
13314
- if (t.showOverflowTooltip && !(C.value && b(e))) return "hy-table-cell-ellipsis";
13360
+ } : { type: "" }), ee = (e, t) => {
13361
+ r.onclick && r.onclick(e, t);
13362
+ }, te = (e) => {
13363
+ if (r.showOverflowTooltip && !(w.value && x(e))) return "hy-table-cell-ellipsis";
13315
13364
  };
13316
- return (t, c) => {
13317
- let _ = fe("table-column", !0);
13365
+ return (t, r) => {
13366
+ let c = fe("table-column", !0);
13318
13367
  return j(), l(I(Ge), {
13319
13368
  prop: e.prop,
13320
13369
  label: e.required ? void 0 : e.label,
@@ -13329,7 +13378,7 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13329
13378
  "sort-by": e.sortBy,
13330
13379
  "sort-orders": e.sortOrders
13331
13380
  }, p({
13332
- default: L(() => [e.children?.length ? (j(!0), d(n, { key: 0 }, de(e.children, (e, t) => (j(), l(_, {
13381
+ default: L(() => [e.children?.length ? (j(!0), d(n, { key: 0 }, de(e.children, (e, t) => (j(), l(c, {
13333
13382
  key: e.prop ?? e.label ?? t,
13334
13383
  prop: e.prop,
13335
13384
  label: e.label,
@@ -13351,6 +13400,12 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13351
13400
  "err-message": e.errMessage,
13352
13401
  multiple: e.multiple,
13353
13402
  "on-blur": e.onBlur,
13403
+ "value-format": e.valueFormat,
13404
+ teleported: e.teleported,
13405
+ "popper-options": e.popperOptions,
13406
+ min: e.min,
13407
+ max: e.max,
13408
+ precision: e.precision,
13354
13409
  required: e.required,
13355
13410
  "header-align": e.headerAlign,
13356
13411
  "min-width": e.minWidth,
@@ -13359,33 +13414,33 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13359
13414
  "sort-method": e.sortMethod,
13360
13415
  "sort-by": e.sortBy,
13361
13416
  "sort-orders": e.sortOrders
13362
- }, null, 8, /* @__PURE__ */ "prop.label.children.align.width.options.show-overflow-tooltip.cell-render.data-type.formatter.onclick.edit.value-render.active-value.inactive-value.onchange.before-change.err-message.multiple.on-blur.required.header-align.min-width.fixed.sortable.sort-method.sort-by.sort-orders".split(".")))), 128)) : u("", !0)]),
13417
+ }, null, 8, /* @__PURE__ */ "prop.label.children.align.width.options.show-overflow-tooltip.cell-render.data-type.formatter.onclick.edit.value-render.active-value.inactive-value.onchange.before-change.err-message.multiple.on-blur.value-format.teleported.popper-options.min.max.precision.required.header-align.min-width.fixed.sortable.sort-method.sort-by.sort-orders".split(".")))), 128)) : u("", !0)]),
13363
13418
  _: 2
13364
13419
  }, [e.required ? {
13365
13420
  name: "header",
13366
- fn: L(() => [f("span", { class: A(["hy-table-column-header", r.value]) }, [c[2] ||= f("span", { class: "hy-table-column-required" }, "*", -1), f("span", null, he(e.label), 1)], 2)]),
13421
+ fn: L(() => [f("span", { class: A(["hy-table-column-header", i.value]) }, [r[2] ||= f("span", { class: "hy-table-column-required" }, "*", -1), f("span", null, he(e.label), 1)], 2)]),
13367
13422
  key: "0"
13368
13423
  } : void 0, e.children?.length ? void 0 : {
13369
13424
  name: "default",
13370
13425
  fn: L((t) => [f("div", {
13371
- class: A(["hdu-wrap", ee(t)]),
13372
- onMouseenter: (e) => o(t),
13373
- onMouseleave: s
13426
+ class: A(["hdu-wrap", te(t)]),
13427
+ onMouseenter: (e) => s(t),
13428
+ onMouseleave: g
13374
13429
  }, [
13375
13430
  e.errMessage?.(t) ? (j(), l(I(qe), {
13376
13431
  key: 0,
13377
13432
  placement: "top",
13378
- visible: i.value && a.value === t.row
13433
+ visible: a.value && o.value === t.row
13379
13434
  }, {
13380
13435
  content: L(() => [m(he(e.errMessage(t)), 1)]),
13381
- default: L(() => [f("div", C_, [f("div", w_, [h(I(Te), { "is-dot": "" })])])]),
13436
+ default: L(() => [f("div", A_, [f("div", j_, [h(I(Te), { "is-dot": "" })])])]),
13382
13437
  _: 2
13383
13438
  }, 1032, ["visible"])) : u("", !0),
13384
13439
  e.dataType === I(q).switch ? (j(), l(I(Ue), {
13385
13440
  key: 1,
13386
13441
  modelValue: t.row[e.prop],
13387
13442
  "onUpdate:modelValue": (n) => t.row[e.prop] = n,
13388
- disabled: !C.value,
13443
+ disabled: !w.value,
13389
13444
  "active-value": e.activeValue,
13390
13445
  "inactive-value": e.inactiveValue,
13391
13446
  "before-change": e.beforeChange,
@@ -13398,43 +13453,43 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13398
13453
  "inactive-value",
13399
13454
  "before-change",
13400
13455
  "onChange"
13401
- ])) : !e.cellRender && !C.value ? (j(), l(I(Ke), {
13456
+ ])) : !e.cellRender && !w.value ? (j(), l(I(Ke), {
13402
13457
  key: 2,
13403
- tag: O.value.tag,
13404
- type: O.value.type,
13405
- onClick: (e) => k(t.row, t),
13458
+ tag: k.value.tag,
13459
+ type: k.value.type,
13460
+ onClick: (e) => ee(t.row, t),
13406
13461
  class: A({ "table-column-ins": e.onclick })
13407
13462
  }, {
13408
- default: L(() => [m(he(E(t)), 1)]),
13463
+ default: L(() => [m(he(D(t)), 1)]),
13409
13464
  _: 2
13410
13465
  }, 1032, [
13411
13466
  "tag",
13412
13467
  "type",
13413
13468
  "onClick",
13414
13469
  "class"
13415
- ])) : !e.cellRender && C.value ? (j(), d("div", {
13470
+ ])) : !e.cellRender && w.value ? (j(), d("div", {
13416
13471
  key: 3,
13417
13472
  class: "hdu-wrap table-column-edit",
13418
- onClick: (e) => v(t)
13419
- }, [!b(t) && e.onclick ? (j(), l(I(Ke), {
13473
+ onClick: (e) => y(t)
13474
+ }, [!x(t) && e.onclick ? (j(), l(I(Ke), {
13420
13475
  key: 0,
13421
- tag: O.value.tag,
13422
- type: O.value.type,
13476
+ tag: k.value.tag,
13477
+ type: k.value.type,
13423
13478
  class: A({ "table-column-ins": e.onclick })
13424
13479
  }, {
13425
- default: L(() => [m(he(y(t)), 1)]),
13480
+ default: L(() => [m(he(b(t)), 1)]),
13426
13481
  _: 2
13427
13482
  }, 1032, [
13428
13483
  "tag",
13429
13484
  "type",
13430
13485
  "class"
13431
- ])) : !b(t) && !e.onclick ? (j(), l(I(Ke), {
13486
+ ])) : !x(t) && !e.onclick ? (j(), l(I(Ke), {
13432
13487
  key: 1,
13433
- tag: O.value.tag,
13434
- type: O.value.type,
13488
+ tag: k.value.tag,
13489
+ type: k.value.type,
13435
13490
  class: A({ "table-column-ins": e.onclick })
13436
13491
  }, {
13437
- default: L(() => [m(he(y(t)), 1)]),
13492
+ default: L(() => [m(he(b(t)), 1)]),
13438
13493
  _: 2
13439
13494
  }, 1032, [
13440
13495
  "tag",
@@ -13443,11 +13498,11 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13443
13498
  ])) : (j(), d("div", {
13444
13499
  key: 2,
13445
13500
  class: "table-column-edit-active",
13446
- onClick: c[0] ||= R(() => {}, ["stop"]),
13447
- onMousedown: c[1] ||= R(() => {}, ["stop"])
13448
- }, [h(g, { scope: t }, null, 8, ["scope"])], 32))], 8, T_)) : u("", !0),
13449
- h(w, { scope: t }, null, 8, ["scope"])
13450
- ], 42, S_)]),
13501
+ onClick: r[0] ||= R(() => {}, ["stop"]),
13502
+ onMousedown: r[1] ||= R(() => {}, ["stop"])
13503
+ }, [h(_, { scope: t }, null, 8, ["scope"])], 32))], 8, M_)) : u("", !0),
13504
+ h(T, { scope: t }, null, 8, ["scope"])
13505
+ ], 42, k_)]),
13451
13506
  key: "1"
13452
13507
  }]), 1032, [
13453
13508
  "prop",
@@ -13465,7 +13520,7 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13465
13520
  ]);
13466
13521
  };
13467
13522
  }
13468
- }), [["__scopeId", "data-v-24f941bc"]]), D_ = g({
13523
+ }), [["__scopeId", "data-v-20d01149"]]), P_ = g({
13469
13524
  name: "HyTableExpandCell",
13470
13525
  props: { renderContent: {
13471
13526
  type: Function,
@@ -13483,20 +13538,20 @@ var S_ = ["onMouseenter"], C_ = { class: "hy-table-tip" }, w_ = { class: "hy-tab
13483
13538
  });
13484
13539
  //#endregion
13485
13540
  //#region packages/table/sort.ts
13486
- function O_(e) {
13541
+ function F_(e) {
13487
13542
  return e === "ascending" ? "asc" : e === "descending" ? "desc" : null;
13488
13543
  }
13489
- function k_(e, t) {
13544
+ function I_(e, t) {
13490
13545
  let n = e?.sortField ?? t ?? e?.property ?? e?.columnKey;
13491
13546
  return n != null && n !== "" ? String(n) : void 0;
13492
13547
  }
13493
- function A_(e, t) {
13494
- return j_([], e, t, !1);
13548
+ function L_(e, t) {
13549
+ return R_([], e, t, !1);
13495
13550
  }
13496
- function j_(e, t, n, r = !1) {
13497
- let { column: i, prop: a, order: o } = t, s = n?.sortField ?? k_(i, a);
13551
+ function R_(e, t, n, r = !1) {
13552
+ let { column: i, prop: a, order: o } = t, s = n?.sortField ?? I_(i, a);
13498
13553
  if (!s) return r ? [...e] : [];
13499
- let c = O_(o);
13554
+ let c = F_(o);
13500
13555
  if (!r) return c ? [{
13501
13556
  fieldName: s,
13502
13557
  orderType: c
@@ -13507,52 +13562,52 @@ function j_(e, t, n, r = !1) {
13507
13562
  orderType: c
13508
13563
  }), l;
13509
13564
  }
13510
- function M_(e, t) {
13565
+ function z_(e, t) {
13511
13566
  if (t) for (let n of e) {
13512
13567
  if (n.prop === t) return n;
13513
13568
  if (n.children?.length) {
13514
- let e = M_(n.children, t);
13569
+ let e = z_(n.children, t);
13515
13570
  if (e) return e;
13516
13571
  }
13517
13572
  }
13518
13573
  }
13519
- function N_(e, t) {
13574
+ function B_(e, t) {
13520
13575
  return e?.sortable === "custom" || t?.sortable === "custom";
13521
13576
  }
13522
- function P_(e) {
13577
+ function V_(e) {
13523
13578
  return typeof e == "object" && e && !Array.isArray(e) ? { ...e } : {};
13524
13579
  }
13525
- function F_(e) {
13580
+ function H_(e) {
13526
13581
  return e === "asc" ? "ascending" : "descending";
13527
13582
  }
13528
- function I_(e, t) {
13583
+ function U_(e, t) {
13529
13584
  for (let n of e) {
13530
13585
  if (n.sortField === t || n.prop === t) return n;
13531
13586
  if (n.children?.length) {
13532
- let e = I_(n.children, t);
13587
+ let e = U_(n.children, t);
13533
13588
  if (e) return e;
13534
13589
  }
13535
13590
  }
13536
13591
  }
13537
- function L_(e, t) {
13592
+ function W_(e, t) {
13538
13593
  let n = /* @__PURE__ */ new Map();
13539
13594
  for (let r of e) {
13540
- let e = F_(r.orderType);
13595
+ let e = H_(r.orderType);
13541
13596
  if (n.set(r.fieldName, e), !t) continue;
13542
- let i = I_(t, r.fieldName);
13597
+ let i = U_(t, r.fieldName);
13543
13598
  i?.prop && n.set(i.prop, e), i?.sortField && n.set(i.sortField, e);
13544
13599
  }
13545
13600
  return n;
13546
13601
  }
13547
13602
  //#endregion
13548
13603
  //#region packages/table/components/Table.vue?vue&type=script&setup=true&lang.tsx
13549
- var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class: "hdu-wrap" }, V_ = {
13604
+ var G_ = { class: "hdu-f1 hdu-column" }, K_ = { class: "hdu-f1" }, q_ = { class: "hdu-wrap" }, J_ = {
13550
13605
  key: 2,
13551
13606
  class: "el-loading-mask hdu-wrap-ab hdu-center"
13552
- }, H_ = {
13607
+ }, Y_ = {
13553
13608
  key: 0,
13554
13609
  class: "hy-table-page"
13555
- }, U_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
13610
+ }, X_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
13556
13611
  __name: "Table",
13557
13612
  props: {
13558
13613
  edit: { type: Boolean },
@@ -13670,12 +13725,12 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13670
13725
  se.value = {};
13671
13726
  return;
13672
13727
  }
13673
- let e = M_(i.columns ?? [], i.defaultSort.prop);
13674
- if (!N_(e)) {
13728
+ let e = z_(i.columns ?? [], i.defaultSort.prop);
13729
+ if (!B_(e)) {
13675
13730
  se.value = {};
13676
13731
  return;
13677
13732
  }
13678
- let t = A_({
13733
+ let t = L_({
13679
13734
  column: { property: i.defaultSort.prop },
13680
13735
  prop: i.defaultSort.prop,
13681
13736
  order: i.defaultSort.order
@@ -13704,28 +13759,28 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13704
13759
  filter: e,
13705
13760
  ...se.value
13706
13761
  }), ge = (e, t) => {
13707
- if (i.sortChange) return P_(i.sortChange(e));
13708
- let n = j_(ve(), e, t, i.multipleSort === !0);
13762
+ if (i.sortChange) return V_(i.sortChange(e));
13763
+ let n = R_(ve(), e, t, i.multipleSort === !0);
13709
13764
  return n.length ? { sortList: n } : {};
13710
13765
  }, F = () => {
13711
13766
  if (i.multipleSort !== !0) return;
13712
13767
  let e = b.value?.store, t = e?.states?.columns?.value;
13713
13768
  if (!t?.length) return;
13714
- let n = L_(ve(), i.columns), r = (e) => {
13769
+ let n = W_(ve(), i.columns), r = (e) => {
13715
13770
  for (let t of e) {
13716
13771
  if (t.children?.length) {
13717
13772
  r(t.children);
13718
13773
  continue;
13719
13774
  }
13720
13775
  if (!t.sortable) continue;
13721
- let e = M_(i.columns ?? [], t.property)?.sortField ?? t.property;
13776
+ let e = z_(i.columns ?? [], t.property)?.sortField ?? t.property;
13722
13777
  t.order = (e && n.get(e)) ?? (t.property ? n.get(t.property) : void 0) ?? null;
13723
13778
  }
13724
13779
  };
13725
13780
  r(t), e?.scheduleLayout?.(), T();
13726
13781
  }, _e = (e) => {
13727
- let t = M_(i.columns ?? [], e.prop);
13728
- N_(t, e.column) && (se.value = ge(e, t), k(() => F()), me(ce.value));
13782
+ let t = z_(i.columns ?? [], e.prop);
13783
+ B_(t, e.column) && (se.value = ge(e, t), k(() => F()), me(ce.value));
13729
13784
  }, ve = () => {
13730
13785
  let e = se.value.sortList;
13731
13786
  return Array.isArray(e) ? [...e] : [];
@@ -13796,7 +13851,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13796
13851
  getSortList: ve,
13797
13852
  setSortList: ye,
13798
13853
  clearSort: be
13799
- }), (t, r) => (j(), d("div", R_, [f("div", z_, [f("div", B_, [f("div", {
13854
+ }), (t, r) => (j(), d("div", G_, [f("div", K_, [f("div", q_, [f("div", {
13800
13855
  class: "hdu-wrap-ab",
13801
13856
  ref_key: "tableSizerEl",
13802
13857
  ref: x
@@ -13868,7 +13923,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13868
13923
  "class-name": e.className,
13869
13924
  "label-class-name": e.labelClassName
13870
13925
  }, {
13871
- default: L((t) => [e.expand ? (j(), l(D_, {
13926
+ default: L((t) => [e.expand ? (j(), l(P_, {
13872
13927
  key: 0,
13873
13928
  "render-content": () => e.expand(t)
13874
13929
  }, null, 8, ["render-content"])) : u("", !0)]),
@@ -13880,7 +13935,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13880
13935
  "align",
13881
13936
  "class-name",
13882
13937
  "label-class-name"
13883
- ])) : (j(), l(E_, {
13938
+ ])) : (j(), l(N_, {
13884
13939
  key: 1,
13885
13940
  prop: e.prop,
13886
13941
  label: e.label,
@@ -13905,12 +13960,18 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13905
13960
  "err-message": e.errMessage,
13906
13961
  multiple: e.multiple,
13907
13962
  "on-blur": e.onBlur,
13963
+ "value-format": e.valueFormat,
13964
+ teleported: e.teleported,
13965
+ "popper-options": e.popperOptions,
13966
+ min: e.min,
13967
+ max: e.max,
13968
+ precision: e.precision,
13908
13969
  required: e.required,
13909
13970
  sortable: e.sortable,
13910
13971
  "sort-method": e.sortMethod,
13911
13972
  "sort-by": e.sortBy,
13912
13973
  "sort-orders": e.sortOrders
13913
- }, null, 8, /* @__PURE__ */ "prop.label.children.align.width.min-width.fixed.header-align.options.show-overflow-tooltip.cell-render.data-type.formatter.onclick.edit.value-render.active-value.inactive-value.onchange.before-change.err-message.multiple.on-blur.required.sortable.sort-method.sort-by.sort-orders".split(".")))], 64))), 128)),
13974
+ }, null, 8, /* @__PURE__ */ "prop.label.children.align.width.min-width.fixed.header-align.options.show-overflow-tooltip.cell-render.data-type.formatter.onclick.edit.value-render.active-value.inactive-value.onchange.before-change.err-message.multiple.on-blur.value-format.teleported.popper-options.min.max.precision.required.sortable.sort-method.sort-by.sort-orders".split(".")))], 64))), 128)),
13914
13975
  P(t.$slots, "afterColumns", {}, void 0, !0)
13915
13976
  ]),
13916
13977
  _: 2
@@ -13932,7 +13993,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13932
13993
  }, [P(t.$slots, "default", {
13933
13994
  loading: ne.value,
13934
13995
  data: pe.value
13935
- }, void 0, !0)], 4)), ne.value ? (j(), d("div", V_, [h(I(Fe), {
13996
+ }, void 0, !0)], 4)), ne.value ? (j(), d("div", J_, [h(I(Fe), {
13936
13997
  class: "is-loading",
13937
13998
  color: "var(--el-color-primary)",
13938
13999
  size: 40
@@ -13941,7 +14002,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13941
14002
  _: 1
13942
14003
  })])) : u("", !0)]),
13943
14004
  _: 3
13944
- })], 512)])]), e.showPage ? (j(), d("div", H_, [h(I(Re), {
14005
+ })], 512)])]), e.showPage ? (j(), d("div", Y_, [h(I(Re), {
13945
14006
  "current-page": v.value,
13946
14007
  "onUpdate:currentPage": r[0] ||= (e) => v.value = e,
13947
14008
  "page-size": y.value,
@@ -13963,7 +14024,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
13963
14024
  "total"
13964
14025
  ])])) : u("", !0)]));
13965
14026
  }
13966
- }), [["__scopeId", "data-v-c67a292f"]]), W_ = { class: "hdu-wrap hdu-column hdu-f1 hy-table-root" }, G_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14027
+ }), [["__scopeId", "data-v-1df1e26a"]]), Z_ = { class: "hdu-wrap hdu-column hdu-f1 hy-table-root" }, Q_ = /* @__PURE__ */ ct(/* @__PURE__ */ g({
13967
14028
  __name: "index",
13968
14029
  props: {
13969
14030
  showSearch: {
@@ -14084,7 +14145,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
14084
14145
  getSortList: () => a.value?.getSortList?.() ?? [],
14085
14146
  setSortList: (e) => a.value?.setSortList?.(e),
14086
14147
  clearSort: () => a.value?.clearSort?.()
14087
- }), (t, n) => (j(), d("div", W_, [
14148
+ }), (t, n) => (j(), d("div", Z_, [
14088
14149
  h(t_, {
14089
14150
  ref_key: "searchBoxRef",
14090
14151
  ref: i,
@@ -14117,7 +14178,7 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
14117
14178
  "items",
14118
14179
  "right-items"
14119
14180
  ]),
14120
- h(U_, {
14181
+ h(X_, {
14121
14182
  ref_key: "tableRef",
14122
14183
  ref: a,
14123
14184
  "show-page": e.showPage,
@@ -14170,10 +14231,10 @@ var R_ = { class: "hdu-f1 hdu-column" }, z_ = { class: "hdu-f1" }, B_ = { class:
14170
14231
  }), [["__scopeId", "data-v-ae724590"]]);
14171
14232
  //#endregion
14172
14233
  //#region packages/table/index.ts
14173
- G_.install = (e) => {
14174
- e.component("HyTable", G_);
14234
+ Q_.install = (e) => {
14235
+ e.component("HyTable", Q_);
14175
14236
  };
14176
- var K_ = G_, q_ = /* @__PURE__ */ g({
14237
+ var $_ = Q_, ev = /* @__PURE__ */ g({
14177
14238
  __name: "index",
14178
14239
  props: {
14179
14240
  horizontal: {
@@ -14203,7 +14264,7 @@ var K_ = G_, q_ = /* @__PURE__ */ g({
14203
14264
  _: 3
14204
14265
  }, 8, ["theme-overrides"]));
14205
14266
  }
14206
- }), J_ = /* @__PURE__ */ g({
14267
+ }), tv = /* @__PURE__ */ g({
14207
14268
  __name: "item",
14208
14269
  props: {
14209
14270
  color: {},
@@ -14240,12 +14301,12 @@ var K_ = G_, q_ = /* @__PURE__ */ g({
14240
14301
  }, 8, ["theme-overrides"]));
14241
14302
  }
14242
14303
  });
14243
- q_.install = (e) => {
14244
- e.component("HyTimeline", q_);
14245
- }, J_.install = (e) => {
14246
- e.component("HyTimelineItem", J_);
14304
+ ev.install = (e) => {
14305
+ e.component("HyTimeline", ev);
14306
+ }, tv.install = (e) => {
14307
+ e.component("HyTimelineItem", tv);
14247
14308
  };
14248
- var Y_ = q_, X_ = { class: "hdu-wrap hdu-column" }, Z_ = { class: "card-title" }, Q_ = { class: "card-title-box" }, $_ = { class: "card-title-left" }, ev = { class: "card-title-right" }, tv = { class: "card-content" }, nv = { class: "abw" }, rv = { class: "card-content-box" }, iv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14309
+ var nv = ev, rv = { class: "hdu-wrap hdu-column" }, iv = { class: "card-title" }, av = { class: "card-title-box" }, ov = { class: "card-title-left" }, sv = { class: "card-title-right" }, cv = { class: "card-content" }, lv = { class: "abw" }, uv = { class: "card-content-box" }, dv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14249
14310
  __name: "index",
14250
14311
  props: {
14251
14312
  shadow: { default: "hover" },
@@ -14257,17 +14318,17 @@ var Y_ = q_, X_ = { class: "hdu-wrap hdu-column" }, Z_ = { class: "card-title" }
14257
14318
  class: "hdu-wrap hy-card",
14258
14319
  shadow: e.shadow
14259
14320
  }, {
14260
- default: L(() => [f("div", X_, [f("div", Z_, [f("div", Q_, [f("div", $_, [f("i", { class: A(e.icon) }, null, 2), f("span", null, he(e.name), 1)]), f("div", ev, [P(t.$slots, "right", {}, void 0, !0)])])]), f("div", tv, [f("div", nv, [f("div", rv, [P(t.$slots, "default", {}, void 0, !0)])])])])]),
14321
+ default: L(() => [f("div", rv, [f("div", iv, [f("div", av, [f("div", ov, [f("i", { class: A(e.icon) }, null, 2), f("span", null, he(e.name), 1)]), f("div", sv, [P(t.$slots, "right", {}, void 0, !0)])])]), f("div", cv, [f("div", lv, [f("div", uv, [P(t.$slots, "default", {}, void 0, !0)])])])])]),
14261
14322
  _: 3
14262
14323
  }, 8, ["shadow"]));
14263
14324
  }
14264
14325
  }), [["__scopeId", "data-v-f53a595c"]]);
14265
14326
  //#endregion
14266
14327
  //#region packages/card/index.ts
14267
- iv.install = (e) => {
14268
- e.component("HyCard", iv);
14328
+ dv.install = (e) => {
14329
+ e.component("HyCard", dv);
14269
14330
  };
14270
- var av = iv, ov = /* @__PURE__ */ g({
14331
+ var fv = dv, pv = /* @__PURE__ */ g({
14271
14332
  __name: "index",
14272
14333
  props: /* @__PURE__ */ D({
14273
14334
  accordion: {
@@ -14312,7 +14373,7 @@ var av = iv, ov = /* @__PURE__ */ g({
14312
14373
  "before-collapse"
14313
14374
  ]));
14314
14375
  }
14315
- }), sv = ["isActive"], cv = { class: "hdu-center hdu-h100 hdu-row" }, lv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14376
+ }), mv = ["isActive"], hv = { class: "hdu-center hdu-h100 hdu-row" }, gv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14316
14377
  __name: "Item",
14317
14378
  props: {
14318
14379
  name: {},
@@ -14333,7 +14394,7 @@ var av = iv, ov = /* @__PURE__ */ g({
14333
14394
  title: L(({ isActive: t }) => [f("div", {
14334
14395
  class: "hdu-wrap hy-collapse-item",
14335
14396
  isActive: t
14336
- }, [f("div", cv, [n[0] ||= f("div", { class: "hy-collapse-item-divide" }, null, -1), f("span", null, he(e.title), 1)])], 8, sv)]),
14397
+ }, [f("div", hv, [n[0] ||= f("div", { class: "hy-collapse-item-divide" }, null, -1), f("span", null, he(e.title), 1)])], 8, mv)]),
14337
14398
  default: L(() => [P(t.$slots, "default", {}, void 0, !0)]),
14338
14399
  _: 3
14339
14400
  }, 8, [
@@ -14344,15 +14405,15 @@ var av = iv, ov = /* @__PURE__ */ g({
14344
14405
  ]));
14345
14406
  }
14346
14407
  }), [["__scopeId", "data-v-7859b886"]]);
14347
- ov.install = (e) => {
14348
- e.component("HyCollapse", ov);
14349
- }, lv.install = (e) => {
14350
- e.component("HyCollapseItem", lv);
14408
+ pv.install = (e) => {
14409
+ e.component("HyCollapse", pv);
14410
+ }, gv.install = (e) => {
14411
+ e.component("HyCollapseItem", gv);
14351
14412
  };
14352
- var uv = ov;
14413
+ var _v = pv;
14353
14414
  //#endregion
14354
14415
  //#region packages/utils/hooks/lock.ts
14355
- function dv(e = 5e3) {
14416
+ function vv(e = 5e3) {
14356
14417
  let t = N(!1), n = null, r = () => {
14357
14418
  n !== null && (clearTimeout(n), n = null);
14358
14419
  }, i = () => {
@@ -14379,10 +14440,10 @@ function dv(e = 5e3) {
14379
14440
  }
14380
14441
  //#endregion
14381
14442
  //#region packages/dialog/index.vue?vue&type=script&setup=true&lang.ts
14382
- var fv = {
14443
+ var yv = {
14383
14444
  key: 0,
14384
14445
  class: "hdu-wrap hy-drawer-footer"
14385
- }, pv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14446
+ }, bv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14386
14447
  __name: "index",
14387
14448
  props: /* @__PURE__ */ D({
14388
14449
  title: {},
@@ -14406,7 +14467,7 @@ var fv = {
14406
14467
  footerClass: {},
14407
14468
  appendToBody: {
14408
14469
  type: Boolean,
14409
- default: !1
14470
+ default: !0
14410
14471
  },
14411
14472
  appendTo: {},
14412
14473
  lockScroll: {
@@ -14472,7 +14533,7 @@ var fv = {
14472
14533
  "closeAutoFocus"
14473
14534
  ], ["update:modelValue"]),
14474
14535
  setup(e, { expose: t, emit: n }) {
14475
- let r = _e(e, "modelValue"), i = e, { proxy: a } = v(), o = n, s = N(), f = () => o("open"), p = () => o("opened"), g = () => o("close"), _ = () => o("closed"), y = () => o("openAutoFocus"), b = () => o("closeAutoFocus"), x = dv(5e3), S = c(() => i.okBtnName === void 0 ? a?.$t("hyDesign.drawer.okBtnName") : i.okBtnName), C = c(() => i.cancelBtnName === void 0 ? a?.$t("hyDesign.drawer.cancelBtnName") : i.cancelBtnName), w = async () => {
14536
+ let r = _e(e, "modelValue"), i = e, { proxy: a } = v(), o = n, s = N(), f = () => o("open"), p = () => o("opened"), g = () => o("close"), _ = () => o("closed"), y = () => o("openAutoFocus"), b = () => o("closeAutoFocus"), x = vv(5e3), S = c(() => i.okBtnName === void 0 ? a?.$t("hyDesign.drawer.okBtnName") : i.okBtnName), C = c(() => i.cancelBtnName === void 0 ? a?.$t("hyDesign.drawer.cancelBtnName") : i.cancelBtnName), w = async () => {
14476
14537
  x.run(() => o("ok", E, T));
14477
14538
  }, T = () => x.unlock(), E = () => {
14478
14539
  T(), D();
@@ -14521,7 +14582,7 @@ var fv = {
14521
14582
  onCloseAutoFocus: b
14522
14583
  }, {
14523
14584
  default: L(() => [P(t.$slots, "default", {}, void 0, !0)]),
14524
- footer: L(() => [e.showButton ? (j(), d("div", fv, [
14585
+ footer: L(() => [e.showButton ? (j(), d("div", yv, [
14525
14586
  P(t.$slots, "beforeButtons", {}, void 0, !0),
14526
14587
  h(I(Ee), {
14527
14588
  class: "search-item-btn",
@@ -14553,15 +14614,15 @@ var fv = {
14553
14614
  _: 3
14554
14615
  }, 8, /* @__PURE__ */ "modelValue.title.width.fullscreen.top.modal.modal-penetrable.modal-class.header-class.body-class.footer-class.append-to-body.append-to.lock-scroll.open-delay.close-delay.close-on-click-modal.close-on-press-escape.show-close.before-close.draggable.overflow.center.align-center.destroy-on-close.close-icon.z-index.header-aria-level.transition".split(".")));
14555
14616
  }
14556
- }), [["__scopeId", "data-v-1a9385e8"]]), mv = { class: "hdu-wrap" }, hv = { class: "hdu-wrap-ab hy-drawer-box" }, gv = {
14617
+ }), [["__scopeId", "data-v-3f944186"]]), xv = { class: "hdu-wrap" }, Sv = { class: "hdu-wrap-ab hy-drawer-box" }, Cv = {
14557
14618
  key: 0,
14558
14619
  class: "hdu-wrap hy-drawer-footer"
14559
- }, _v = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14620
+ }, wv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
14560
14621
  __name: "index",
14561
14622
  props: /* @__PURE__ */ D({
14562
14623
  appendToBody: {
14563
14624
  type: Boolean,
14564
- default: !1
14625
+ default: !0
14565
14626
  },
14566
14627
  appendTo: {},
14567
14628
  lockScroll: {
@@ -14632,11 +14693,11 @@ var fv = {
14632
14693
  "closeAutoFocus"
14633
14694
  ], ["update:modelValue"]),
14634
14695
  setup(e, { expose: t, emit: n }) {
14635
- let r = e, { proxy: i } = v(), a = _e(e, "modelValue"), o = N(), s = n, p = () => s("open"), g = () => s("opened"), _ = () => s("close"), y = () => s("closed"), b = () => s("openAutoFocus"), x = () => s("closeAutoFocus"), S = dv(5e3), C = c(() => r.okBtnName === void 0 ? i?.$t("hyDesign.drawer.okBtnName") : r.okBtnName), w = c(() => r.cancelBtnName === void 0 ? i?.$t("hyDesign.drawer.cancelBtnName") : r.cancelBtnName), T = () => {
14696
+ let r = e, { proxy: i } = v(), a = _e(e, "modelValue"), o = N(), s = n, p = () => s("open"), g = () => s("opened"), _ = () => s("close"), y = () => s("closed"), b = () => s("openAutoFocus"), x = () => s("closeAutoFocus"), S = vv(5e3), C = c(() => r.okBtnName === void 0 ? i?.$t("hyDesign.drawer.okBtnName") : r.okBtnName), w = c(() => r.cancelBtnName === void 0 ? i?.$t("hyDesign.drawer.cancelBtnName") : r.cancelBtnName), T = () => {
14636
14697
  S.run(() => s("ok", D, E));
14637
14698
  }, E = () => S.unlock(), D = () => {
14638
14699
  E(), O();
14639
- }, O = () => o.value.handleClose();
14700
+ }, O = () => o.value?.handleClose?.();
14640
14701
  return t({
14641
14702
  handleClose: O,
14642
14703
  lock: S
@@ -14674,14 +14735,14 @@ var fv = {
14674
14735
  onOpenAutoFocus: b,
14675
14736
  onCloseAutoFocus: x
14676
14737
  }, {
14677
- default: L(() => [f("div", mv, [h(I(we), null, {
14678
- default: L(({ height: e }) => [f("div", hv, [h(I(Ve), { height: e }, {
14738
+ default: L(() => [f("div", xv, [h(I(we), null, {
14739
+ default: L(({ height: e }) => [f("div", Sv, [h(I(Ve), { height: e }, {
14679
14740
  default: L(() => [P(t.$slots, "default", {}, void 0, !0)]),
14680
14741
  _: 3
14681
14742
  }, 8, ["height"])])]),
14682
14743
  _: 3
14683
14744
  })])]),
14684
- footer: L(() => [e.showButton ? (j(), d("div", gv, [
14745
+ footer: L(() => [e.showButton ? (j(), d("div", Cv, [
14685
14746
  P(t.$slots, "beforeButtons", {}, void 0, !0),
14686
14747
  h(I(Ee), {
14687
14748
  class: "search-item-btn",
@@ -14737,11 +14798,11 @@ var fv = {
14737
14798
  "header-aria-level"
14738
14799
  ]));
14739
14800
  }
14740
- }), [["__scopeId", "data-v-a2ab0a7b"]]), vv = {}, yv = { class: "hdu-wrap hdu-file-panel" };
14741
- function bv(e, t) {
14742
- return j(), d("div", yv, [...t[0] ||= [f("div", { class: "hdu-wrap hdu-column" }, [f("div", { class: "hdu-file-drag" })], -1)]]);
14801
+ }), [["__scopeId", "data-v-15f677c5"]]), Tv = {}, Ev = { class: "hdu-wrap hdu-file-panel" };
14802
+ function Dv(e, t) {
14803
+ return j(), d("div", Ev, [...t[0] ||= [f("div", { class: "hdu-wrap hdu-column" }, [f("div", { class: "hdu-file-drag" })], -1)]]);
14743
14804
  }
14744
- var xv = /* @__PURE__ */ ct(vv, [["render", bv], ["__scopeId", "data-v-f3b4d365"]]), Sv = /* @__PURE__ */ g({
14805
+ var Ov = /* @__PURE__ */ ct(Tv, [["render", Dv], ["__scopeId", "data-v-f3b4d365"]]), kv = /* @__PURE__ */ g({
14745
14806
  __name: "fileInput",
14746
14807
  props: /* @__PURE__ */ D({
14747
14808
  type: { default: "dialog" },
@@ -14761,7 +14822,7 @@ var xv = /* @__PURE__ */ ct(vv, [["render", bv], ["__scopeId", "data-v-f3b4d365"
14761
14822
  setup(e) {
14762
14823
  let t = e, n = _e(e, "modelValue"), r = _e(e, "data");
14763
14824
  console.log(r);
14764
- let i = c(() => t.type === "dialog" ? pv : _v);
14825
+ let i = c(() => t.type === "dialog" ? bv : wv);
14765
14826
  return (t, r) => (j(), l(I(i), {
14766
14827
  modelValue: n.value,
14767
14828
  "onUpdate:modelValue": r[0] ||= (e) => n.value = e,
@@ -14769,31 +14830,31 @@ var xv = /* @__PURE__ */ ct(vv, [["render", bv], ["__scopeId", "data-v-f3b4d365"
14769
14830
  size: "40%",
14770
14831
  width: "40%"
14771
14832
  }, {
14772
- default: L(() => [h(xv)]),
14833
+ default: L(() => [h(Ov)]),
14773
14834
  _: 1
14774
14835
  }, 8, ["modelValue", "title"]));
14775
14836
  }
14776
14837
  });
14777
14838
  Ig.install = (e) => {
14778
14839
  e.component("HyCustomInput", Ig);
14779
- }, Sv.install = (e) => {
14780
- e.component("HyFileInput", Sv);
14781
- }, xv.install = (e) => {
14782
- e.component("HyFilePanel", xv);
14840
+ }, kv.install = (e) => {
14841
+ e.component("HyFileInput", kv);
14842
+ }, Ov.install = (e) => {
14843
+ e.component("HyFilePanel", Ov);
14783
14844
  };
14784
- var Cv = Ig;
14845
+ var Av = Ig;
14785
14846
  //#endregion
14786
14847
  //#region packages/dialog/index.ts
14787
- pv.install = (e) => {
14788
- e.component("HyDialog", pv);
14848
+ bv.install = (e) => {
14849
+ e.component("HyDialog", bv);
14789
14850
  };
14790
- var wv = pv;
14851
+ var jv = bv;
14791
14852
  //#endregion
14792
14853
  //#region packages/drawer/index.ts
14793
- _v.install = (e) => {
14794
- e.component("HyDrawer", _v);
14854
+ wv.install = (e) => {
14855
+ e.component("HyDrawer", wv);
14795
14856
  };
14796
- var Tv = _v, Ev = /* @__PURE__ */ g({
14857
+ var Mv = wv, Nv = /* @__PURE__ */ g({
14797
14858
  __name: "index",
14798
14859
  props: {
14799
14860
  trigger: { default: "hover" },
@@ -14846,10 +14907,10 @@ var Tv = _v, Ev = /* @__PURE__ */ g({
14846
14907
  });
14847
14908
  //#endregion
14848
14909
  //#region packages/dropdown/index.ts
14849
- Ev.install = (e) => {
14850
- e.component("HyDropdown", Ev);
14910
+ Nv.install = (e) => {
14911
+ e.component("HyDropdown", Nv);
14851
14912
  };
14852
- var Dv = Ev, Ov = /* @__PURE__ */ g({
14913
+ var Pv = Nv, Fv = /* @__PURE__ */ g({
14853
14914
  __name: "index",
14854
14915
  props: /* @__PURE__ */ D({
14855
14916
  createButtonProps: {},
@@ -14930,10 +14991,10 @@ var Dv = Ev, Ov = /* @__PURE__ */ g({
14930
14991
  });
14931
14992
  //#endregion
14932
14993
  //#region packages/dynamicInput/index.ts
14933
- Ov.install = (e) => {
14934
- e.component("HyDynamicInput", Ov);
14994
+ Fv.install = (e) => {
14995
+ e.component("HyDynamicInput", Fv);
14935
14996
  };
14936
- var kv = Ov, Av = /* @__PURE__ */ g({
14997
+ var Iv = Fv, Lv = /* @__PURE__ */ g({
14937
14998
  __name: "index",
14938
14999
  props: {
14939
15000
  expandTrigger: {},
@@ -14968,16 +15029,16 @@ var kv = Ov, Av = /* @__PURE__ */ g({
14968
15029
  });
14969
15030
  //#endregion
14970
15031
  //#region packages/ellipsis/index.ts
14971
- Av.install = (e) => {
14972
- e.component("HyEllipsis", Av);
15032
+ Lv.install = (e) => {
15033
+ e.component("HyEllipsis", Lv);
14973
15034
  };
14974
- var jv = Av;
15035
+ var Rv = Lv;
14975
15036
  //#endregion
14976
15037
  //#region packages/searchTree/TreeNodeIcon.ts
14977
- function Mv(e, t) {
15038
+ function zv(e, t) {
14978
15039
  return t ? t(e) : !!e.isLeaf;
14979
15040
  }
14980
- var Nv = g({
15041
+ var Bv = g({
14981
15042
  name: "HySearchTreeNodeIcon",
14982
15043
  props: {
14983
15044
  node: {
@@ -14993,10 +15054,10 @@ var Nv = g({
14993
15054
  return e.iconRender ? e.iconRender({
14994
15055
  node: e.node,
14995
15056
  data: t.data
14996
- }) : Mv(e.node, e.isLeafFn) ? x(kg) : e.node.expanded ? x(Ag) : x(jg);
15057
+ }) : zv(e.node, e.isLeafFn) ? x(kg) : e.node.expanded ? x(Ag) : x(jg);
14997
15058
  };
14998
15059
  }
14999
- }), Pv = { class: "hdu-wrap hdu-column hy-search-tree-root" }, Fv = { class: "hdu-wrap hdu-column hy-search-tree-body" }, Iv = { class: "search-tree-top" }, Lv = { class: "hdu-f1" }, Rv = { class: "hdu-wrap" }, zv = { class: "hdu-wrap-ab" }, Bv = { class: "hdu-wrap hdu-row search-tree-item" }, Vv = { class: "hdu-row search-tree-item-self" }, Hv = { class: "search-tree-title-row" }, Uv = { class: "search-tree-title-segment" }, Wv = { class: "search-tree-title-segment search-tree-title-main" }, Gv = { class: "search-tree-title-segment" }, Kv = { class: "hdu-row search-tree-item-self" }, qv = /* @__PURE__ */ ct(/* @__PURE__ */ g({
15060
+ }), Vv = { class: "hdu-wrap hdu-column hy-search-tree-root" }, Hv = { class: "hdu-wrap hdu-column hy-search-tree-body" }, Uv = { class: "search-tree-top" }, Wv = { class: "hdu-f1" }, Gv = { class: "hdu-wrap" }, Kv = { class: "hdu-wrap-ab" }, qv = { class: "hdu-wrap hdu-row search-tree-item" }, Jv = { class: "hdu-row search-tree-item-self" }, Yv = { class: "search-tree-title-row" }, Xv = { class: "search-tree-title-segment" }, Zv = { class: "search-tree-title-segment search-tree-title-main" }, Qv = { class: "search-tree-title-segment" }, $v = { class: "hdu-row search-tree-item-self" }, ey = /* @__PURE__ */ ct(/* @__PURE__ */ g({
15000
15061
  __name: "index",
15001
15062
  props: {
15002
15063
  placeholder: {},
@@ -15062,11 +15123,11 @@ var Nv = g({
15062
15123
  o.value.forEach((e) => a.value.collapseNode(e)), o.value = [];
15063
15124
  },
15064
15125
  getTreeRef: () => a.value
15065
- }), (t, n) => (j(), d("div", Pv, [h(I(sh), {
15126
+ }), (t, n) => (j(), d("div", Vv, [h(I(sh), {
15066
15127
  class: "hy-search-tree-config",
15067
15128
  "theme-overrides": I(Qg)
15068
15129
  }, {
15069
- default: L(() => [f("div", Fv, [f("div", Iv, [h(I(Ie), {
15130
+ default: L(() => [f("div", Hv, [f("div", Uv, [h(I(Ie), {
15070
15131
  modelValue: i.value,
15071
15132
  "onUpdate:modelValue": n[0] ||= (e) => i.value = e,
15072
15133
  placeholder: e.placeholder,
@@ -15077,7 +15138,7 @@ var Nv = g({
15077
15138
  "modelValue",
15078
15139
  "placeholder",
15079
15140
  "suffix-icon"
15080
- ])]), f("div", Lv, [f("div", Rv, [f("div", zv, [h(I(we), null, {
15141
+ ])]), f("div", Wv, [f("div", Gv, [f("div", Kv, [h(I(we), null, {
15081
15142
  default: L(({ height: n }) => [h(I(Ye), {
15082
15143
  ref_key: "treeRef",
15083
15144
  ref: a,
@@ -15090,8 +15151,8 @@ var Nv = g({
15090
15151
  onNodeExpand: w,
15091
15152
  onNodeCollapse: T
15092
15153
  }, {
15093
- default: L(({ node: e }) => [f("div", Bv, [f("div", Vv, [h(I(Fe), { class: A(["search-tree-item-icon", { "is-leaf": y(e) }]) }, {
15094
- default: L(() => [h(I(Nv), {
15154
+ default: L(({ node: e }) => [f("div", qv, [f("div", Jv, [h(I(Fe), { class: A(["search-tree-item-icon", { "is-leaf": y(e) }]) }, {
15155
+ default: L(() => [h(I(Bv), {
15095
15156
  node: e,
15096
15157
  "icon-render": r.iconRender,
15097
15158
  "is-leaf-fn": r.isLeaf
@@ -15101,11 +15162,11 @@ var Nv = g({
15101
15162
  "is-leaf-fn"
15102
15163
  ])]),
15103
15164
  _: 2
15104
- }, 1032, ["class"]), f("span", Hv, [
15105
- f("span", Uv, [P(t.$slots, "titlePrefix", ee(b(v(e))), void 0, !0)]),
15106
- f("span", Wv, [P(t.$slots, "title", ee(b(v(e))), () => [(j(), l(pe(_(m(e), i.value))))], !0)]),
15107
- f("span", Gv, [P(t.$slots, "titleSuffix", ee(b(v(e))), void 0, !0)])
15108
- ])]), f("div", Kv, [P(t.$slots, "treeItem", {
15165
+ }, 1032, ["class"]), f("span", Yv, [
15166
+ f("span", Xv, [P(t.$slots, "titlePrefix", ee(b(v(e))), void 0, !0)]),
15167
+ f("span", Zv, [P(t.$slots, "title", ee(b(v(e))), () => [(j(), l(pe(_(m(e), i.value))))], !0)]),
15168
+ f("span", Qv, [P(t.$slots, "titleSuffix", ee(b(v(e))), void 0, !0)])
15169
+ ])]), f("div", $v, [P(t.$slots, "treeItem", {
15109
15170
  node: e,
15110
15171
  data: p(e)
15111
15172
  }, void 0, !0)])])]),
@@ -15123,48 +15184,48 @@ var Nv = g({
15123
15184
  }), [["__scopeId", "data-v-ed6d126a"]]);
15124
15185
  //#endregion
15125
15186
  //#region packages/searchTree/index.ts
15126
- qv.install = (e) => {
15127
- e.component("HySearchTree", qv);
15187
+ ey.install = (e) => {
15188
+ e.component("HySearchTree", ey);
15128
15189
  };
15129
- var Jv = qv;
15190
+ var ty = ey;
15130
15191
  //#endregion
15131
15192
  //#region node_modules/@intlify/shared/dist/shared.mjs
15132
- function Yv(e, t) {
15193
+ function ny(e, t) {
15133
15194
  typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
15134
15195
  }
15135
- var Xv = {};
15136
- function Zv(e) {
15137
- Xv[e] || (Xv[e] = !0, Yv(e));
15196
+ var ry = {};
15197
+ function iy(e) {
15198
+ ry[e] || (ry[e] = !0, ny(e));
15138
15199
  }
15139
- var Qv = typeof window < "u", $v, ey;
15200
+ var ay = typeof window < "u", oy, sy;
15140
15201
  if (process.env.NODE_ENV !== "production") {
15141
- let e = Qv && window.performance;
15142
- e && e.mark && e.measure && e.clearMarks && e.clearMeasures && ($v = (t) => {
15202
+ let e = ay && window.performance;
15203
+ e && e.mark && e.measure && e.clearMarks && e.clearMeasures && (oy = (t) => {
15143
15204
  e.mark(t);
15144
- }, ey = (t, n, r) => {
15205
+ }, sy = (t, n, r) => {
15145
15206
  e.measure(t, n, r), e.clearMarks(n), e.clearMarks(r);
15146
15207
  });
15147
15208
  }
15148
- var ty = /\{([0-9a-zA-Z]+)\}/g;
15149
- function ny(e, ...t) {
15150
- return t.length === 1 && Z(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(ty, (e, n) => t.hasOwnProperty(n) ? t[n] : "");
15209
+ var cy = /\{([0-9a-zA-Z]+)\}/g;
15210
+ function ly(e, ...t) {
15211
+ return t.length === 1 && Z(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(cy, (e, n) => t.hasOwnProperty(n) ? t[n] : "");
15151
15212
  }
15152
- var ry = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), iy = (e, t, n) => ay({
15213
+ var uy = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), dy = (e, t, n) => fy({
15153
15214
  l: e,
15154
15215
  k: t,
15155
15216
  s: n
15156
- }), ay = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), oy = (e) => typeof e == "number" && isFinite(e), sy = (e) => Oy(e) === "[object Date]", cy = (e) => Oy(e) === "[object RegExp]", ly = (e) => Q(e) && Object.keys(e).length === 0, uy = Object.assign, dy = Object.create, J = (e = null) => dy(e), fy, py = () => fy ||= typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : J();
15157
- function my(e) {
15217
+ }), fy = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), py = (e) => typeof e == "number" && isFinite(e), my = (e) => Fy(e) === "[object Date]", hy = (e) => Fy(e) === "[object RegExp]", gy = (e) => Q(e) && Object.keys(e).length === 0, _y = Object.assign, vy = Object.create, J = (e = null) => vy(e), yy, by = () => yy ||= typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : J();
15218
+ function xy(e) {
15158
15219
  return e.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&apos;").replace(/\//g, "&#x2F;").replace(/=/g, "&#x3D;");
15159
15220
  }
15160
- function hy(e) {
15221
+ function Sy(e) {
15161
15222
  return e.replace(/&(?![a-zA-Z0-9#]{2,6};)/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&apos;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
15162
15223
  }
15163
- var gy = /^\s*javascript\s*(?::|&#0*58;?|&#x0*3a;?|&colon;?)/i, _y = /^(?:href|src|action|formaction)$/i;
15164
- function vy(e) {
15165
- return gy.test(e);
15224
+ var Cy = /^\s*javascript\s*(?::|&#0*58;?|&#x0*3a;?|&colon;?)/i, wy = /^(?:href|src|action|formaction)$/i;
15225
+ function Ty(e) {
15226
+ return Cy.test(e);
15166
15227
  }
15167
- function yy(e) {
15228
+ function Ey(e) {
15168
15229
  let t = /url\s*\(/gi, n = "", r = 0, i;
15169
15230
  for (; (i = t.exec(e)) !== null;) {
15170
15231
  let a = i.index, o = t.lastIndex - 1, s = o + 1, c = 1, l = null;
@@ -15180,29 +15241,29 @@ function yy(e) {
15180
15241
  }
15181
15242
  if (c !== 0) break;
15182
15243
  let u = e.slice(o + 1, s).trim(), d = u.startsWith("\"") && u.endsWith("\"") || u.startsWith("'") && u.endsWith("'") ? u.slice(1, -1).trim() : u;
15183
- n += e.slice(r, a), n += vy(d) ? "url(about:blank)" : e.slice(a, s + 1), r = s + 1;
15244
+ n += e.slice(r, a), n += Ty(d) ? "url(about:blank)" : e.slice(a, s + 1), r = s + 1;
15184
15245
  }
15185
15246
  return n + e.slice(r);
15186
15247
  }
15187
- function by(e, t) {
15188
- return _y.test(e) && vy(t) ? "about:blank" : hy(e.toLowerCase() === "style" ? yy(t) : t);
15248
+ function Dy(e, t) {
15249
+ return wy.test(e) && Ty(t) ? "about:blank" : Sy(e.toLowerCase() === "style" ? Ey(t) : t);
15189
15250
  }
15190
- function xy(e) {
15191
- return e = e.replace(/([\w:-]+)\s*=\s*"([^"]*)"/g, (e, t, n) => `${t}="${by(t, n)}"`), e = e.replace(/([\w:-]+)\s*=\s*'([^']*)'/g, (e, t, n) => `${t}='${by(t, n)}'`), /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi.test(e) && (process.env.NODE_ENV !== "production" && Yv("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages."), e = e.replace(/(\s+)(on)(\w+\s*=)/gi, "$1&#111;n$3")), e = e.replace(/(\s+(?:href|src|action|formaction)\s*=\s*)([^\s"'=<>`]+)/gi, (e, t, n) => vy(n) ? `${t}about:blank` : e), e;
15251
+ function Oy(e) {
15252
+ return e = e.replace(/([\w:-]+)\s*=\s*"([^"]*)"/g, (e, t, n) => `${t}="${Dy(t, n)}"`), e = e.replace(/([\w:-]+)\s*=\s*'([^']*)'/g, (e, t, n) => `${t}='${Dy(t, n)}'`), /\s*on\w+\s*=\s*["']?[^"'>]+["']?/gi.test(e) && (process.env.NODE_ENV !== "production" && ny("Potentially dangerous event handlers detected in translation. Consider removing onclick, onerror, etc. from your translation messages."), e = e.replace(/(\s+)(on)(\w+\s*=)/gi, "$1&#111;n$3")), e = e.replace(/(\s+(?:href|src|action|formaction)\s*=\s*)([^\s"'=<>`]+)/gi, (e, t, n) => Ty(n) ? `${t}about:blank` : e), e;
15192
15253
  }
15193
- var Sy = Object.prototype.hasOwnProperty;
15194
- function Cy(e, t) {
15195
- return Sy.call(e, t);
15254
+ var ky = Object.prototype.hasOwnProperty;
15255
+ function Ay(e, t) {
15256
+ return ky.call(e, t);
15196
15257
  }
15197
- var wy = Array.isArray, Ty = (e) => typeof e == "function", Y = (e) => typeof e == "string", X = (e) => typeof e == "boolean", Z = (e) => typeof e == "object" && !!e, Ey = (e) => Z(e) && Ty(e.then) && Ty(e.catch), Dy = Object.prototype.toString, Oy = (e) => Dy.call(e), Q = (e) => Oy(e) === "[object Object]", ky = (e) => e == null ? "" : wy(e) || Q(e) && e.toString === Dy ? JSON.stringify(e, null, 2) : String(e);
15198
- function Ay(e, t = "") {
15258
+ var jy = Array.isArray, My = (e) => typeof e == "function", Y = (e) => typeof e == "string", X = (e) => typeof e == "boolean", Z = (e) => typeof e == "object" && !!e, Ny = (e) => Z(e) && My(e.then) && My(e.catch), Py = Object.prototype.toString, Fy = (e) => Py.call(e), Q = (e) => Fy(e) === "[object Object]", Iy = (e) => e == null ? "" : jy(e) || Q(e) && e.toString === Py ? JSON.stringify(e, null, 2) : String(e);
15259
+ function Ly(e, t = "") {
15199
15260
  return e.reduce((e, n, r) => r === 0 ? e + n : e + t + n, "");
15200
15261
  }
15201
- var jy = 2;
15202
- function My(e, t = 0, n = e.length) {
15262
+ var Ry = 2;
15263
+ function zy(e, t = 0, n = e.length) {
15203
15264
  let r = e.split(/\r?\n/), i = 0, a = [];
15204
15265
  for (let e = 0; e < r.length; e++) if (i += r[e].length + 1, i >= t) {
15205
- for (let o = e - jy; o <= e + jy || n > i; o++) {
15266
+ for (let o = e - Ry; o <= e + Ry || n > i; o++) {
15206
15267
  if (o < 0 || o >= r.length) continue;
15207
15268
  let s = o + 1;
15208
15269
  a.push(`${s}${" ".repeat(3 - String(s).length)}| ${r[o]}`);
@@ -15222,7 +15283,7 @@ function My(e, t = 0, n = e.length) {
15222
15283
  }
15223
15284
  return a.join("\n");
15224
15285
  }
15225
- function Ny() {
15286
+ function By() {
15226
15287
  let e = /* @__PURE__ */ new Map();
15227
15288
  return {
15228
15289
  events: e,
@@ -15239,9 +15300,9 @@ function Ny() {
15239
15300
  }
15240
15301
  };
15241
15302
  }
15242
- var Py = (e) => !Z(e) || wy(e);
15243
- function Fy(e, t) {
15244
- if (Py(e) || Py(t)) throw Error("Invalid value");
15303
+ var Vy = (e) => !Z(e) || jy(e);
15304
+ function Hy(e, t) {
15305
+ if (Vy(e) || Vy(t)) throw Error("Invalid value");
15245
15306
  let n = [{
15246
15307
  src: e,
15247
15308
  des: t
@@ -15249,7 +15310,7 @@ function Fy(e, t) {
15249
15310
  for (; n.length;) {
15250
15311
  let { src: e, des: t } = n.pop();
15251
15312
  Object.keys(e).forEach((r) => {
15252
- r !== "__proto__" && (Z(e[r]) && !Z(t[r]) && (t[r] = Array.isArray(e[r]) ? [] : J()), Py(t[r]) || Py(e[r]) ? t[r] = e[r] : n.push({
15313
+ r !== "__proto__" && (Z(e[r]) && !Z(t[r]) && (t[r] = Array.isArray(e[r]) ? [] : J()), Vy(t[r]) || Vy(e[r]) ? t[r] = e[r] : n.push({
15253
15314
  src: e[r],
15254
15315
  des: t[r]
15255
15316
  }));
@@ -15258,14 +15319,14 @@ function Fy(e, t) {
15258
15319
  }
15259
15320
  //#endregion
15260
15321
  //#region node_modules/@intlify/message-compiler/dist/message-compiler.mjs
15261
- function Iy(e, t, n) {
15322
+ function Uy(e, t, n) {
15262
15323
  return {
15263
15324
  line: e,
15264
15325
  column: t,
15265
15326
  offset: n
15266
15327
  };
15267
15328
  }
15268
- function Ly(e, t, n) {
15329
+ function Wy(e, t, n) {
15269
15330
  let r = {
15270
15331
  start: e,
15271
15332
  end: t
@@ -15289,7 +15350,7 @@ var $ = {
15289
15350
  UNEXPECTED_LEXICAL_ANALYSIS: 14,
15290
15351
  UNHANDLED_CODEGEN_NODE_TYPE: 15,
15291
15352
  UNHANDLED_MINIFIER_NODE_TYPE: 16
15292
- }, Ry = {
15353
+ }, Gy = {
15293
15354
  [$.EXPECTED_TOKEN]: "Expected token: '{0}'",
15294
15355
  [$.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
15295
15356
  [$.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: "Unterminated single quote in placeholder",
@@ -15307,16 +15368,16 @@ var $ = {
15307
15368
  [$.UNHANDLED_CODEGEN_NODE_TYPE]: "unhandled codegen node type: '{0}'",
15308
15369
  [$.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
15309
15370
  };
15310
- function zy(e, t, n = {}) {
15311
- let { domain: r, messages: i, args: a } = n, o = process.env.NODE_ENV === "production" ? e : ny((i || Ry)[e] || "", ...a || []), s = SyntaxError(String(o));
15371
+ function Ky(e, t, n = {}) {
15372
+ let { domain: r, messages: i, args: a } = n, o = process.env.NODE_ENV === "production" ? e : ly((i || Gy)[e] || "", ...a || []), s = SyntaxError(String(o));
15312
15373
  return s.code = e, t && (s.location = t), s.domain = r, s;
15313
15374
  }
15314
- function By(e) {
15375
+ function qy(e) {
15315
15376
  throw e;
15316
15377
  }
15317
- var Vy = /<\/?[\w\s="/.':;#-\/]+>/, Hy = (e) => Vy.test(e), Uy = " ", Wy = "\r", Gy = "\n", Ky = "\u2028", qy = "\u2029";
15318
- function Jy(e) {
15319
- let t = e, n = 0, r = 1, i = 1, a = 0, o = (e) => t[e] === Wy && t[e + 1] === Gy, s = (e) => t[e] === Gy, c = (e) => t[e] === qy, l = (e) => t[e] === Ky, u = (e) => o(e) || s(e) || c(e) || l(e), d = () => n, f = () => r, p = () => i, m = () => a, h = (e) => o(e) || c(e) || l(e) ? Gy : t[e], g = () => h(n), _ = () => h(n + a);
15378
+ var Jy = /<\/?[\w\s="/.':;#-\/]+>/, Yy = (e) => Jy.test(e), Xy = " ", Zy = "\r", Qy = "\n", $y = "\u2028", eb = "\u2029";
15379
+ function tb(e) {
15380
+ let t = e, n = 0, r = 1, i = 1, a = 0, o = (e) => t[e] === Zy && t[e + 1] === Qy, s = (e) => t[e] === Qy, c = (e) => t[e] === eb, l = (e) => t[e] === $y, u = (e) => o(e) || s(e) || c(e) || l(e), d = () => n, f = () => r, p = () => i, m = () => a, h = (e) => o(e) || c(e) || l(e) ? Qy : t[e], g = () => h(n), _ = () => h(n + a);
15320
15381
  function v() {
15321
15382
  return a = 0, u(n) && (r++, i = 0), o(n) && n++, n++, i++, t[n];
15322
15383
  }
@@ -15349,9 +15410,9 @@ function Jy(e) {
15349
15410
  skipToPeek: S
15350
15411
  };
15351
15412
  }
15352
- var Yy = void 0, Xy = "'", Zy = "tokenizer";
15353
- function Qy(e, t = {}) {
15354
- let n = t.location !== !1, r = Jy(e), i = () => r.index(), a = () => Iy(r.line(), r.column(), r.index()), o = a(), s = i(), c = {
15413
+ var nb = void 0, rb = "'", ib = "tokenizer";
15414
+ function ab(e, t = {}) {
15415
+ let n = t.location !== !1, r = tb(e), i = () => r.index(), a = () => Uy(r.line(), r.column(), r.index()), o = a(), s = i(), c = {
15355
15416
  currentType: 13,
15356
15417
  offset: s,
15357
15418
  startLoc: o,
@@ -15366,15 +15427,15 @@ function Qy(e, t = {}) {
15366
15427
  }, l = () => c, { onError: u } = t;
15367
15428
  function d(e, t, r, ...i) {
15368
15429
  let a = l();
15369
- t.column += r, t.offset += r, u && u(zy(e, n ? Ly(a.startLoc, t) : null, {
15370
- domain: Zy,
15430
+ t.column += r, t.offset += r, u && u(Ky(e, n ? Wy(a.startLoc, t) : null, {
15431
+ domain: ib,
15371
15432
  args: i
15372
15433
  }));
15373
15434
  }
15374
15435
  function f(e, t, r) {
15375
15436
  e.endLoc = a(), e.currentType = t;
15376
15437
  let i = { type: t };
15377
- return n && (i.loc = Ly(e.startLoc, e.endLoc)), r != null && (i.value = r), i;
15438
+ return n && (i.loc = Wy(e.startLoc, e.endLoc)), r != null && (i.value = r), i;
15378
15439
  }
15379
15440
  let p = (e) => f(e, 13);
15380
15441
  function m(e, t) {
@@ -15382,7 +15443,7 @@ function Qy(e, t = {}) {
15382
15443
  }
15383
15444
  function h(e) {
15384
15445
  let t = "";
15385
- for (; e.currentPeek() === Uy || e.currentPeek() === Gy;) t += e.currentPeek(), e.peek();
15446
+ for (; e.currentPeek() === Xy || e.currentPeek() === Qy;) t += e.currentPeek(), e.peek();
15386
15447
  return t;
15387
15448
  }
15388
15449
  function g(e) {
@@ -15390,12 +15451,12 @@ function Qy(e, t = {}) {
15390
15451
  return e.skipToPeek(), t;
15391
15452
  }
15392
15453
  function _(e) {
15393
- if (e === Yy) return !1;
15454
+ if (e === nb) return !1;
15394
15455
  let t = e.charCodeAt(0);
15395
15456
  return t >= 97 && t <= 122 || t >= 65 && t <= 90 || t === 95;
15396
15457
  }
15397
15458
  function v(e) {
15398
- if (e === Yy) return !1;
15459
+ if (e === nb) return !1;
15399
15460
  let t = e.charCodeAt(0);
15400
15461
  return t >= 48 && t <= 57;
15401
15462
  }
@@ -15417,7 +15478,7 @@ function Qy(e, t = {}) {
15417
15478
  let { currentType: n } = t;
15418
15479
  if (n !== 2) return !1;
15419
15480
  h(e);
15420
- let r = e.currentPeek() === Xy;
15481
+ let r = e.currentPeek() === rb;
15421
15482
  return e.resetPeek(), r;
15422
15483
  }
15423
15484
  function S(e, t) {
@@ -15446,7 +15507,7 @@ function Qy(e, t = {}) {
15446
15507
  if (n !== 9) return !1;
15447
15508
  let r = () => {
15448
15509
  let t = e.currentPeek();
15449
- return t === "{" ? _(e.peek()) : t === "@" || t === "|" || t === ":" || t === "." || t === Uy || !t ? !1 : t === Gy ? (e.peek(), r()) : D(e, !1);
15510
+ return t === "{" ? _(e.peek()) : t === "@" || t === "|" || t === ":" || t === "." || t === Xy || !t ? !1 : t === Qy ? (e.peek(), r()) : D(e, !1);
15450
15511
  }, i = r();
15451
15512
  return e.resetPeek(), i;
15452
15513
  }
@@ -15458,13 +15519,13 @@ function Qy(e, t = {}) {
15458
15519
  function D(e, t = !0) {
15459
15520
  let n = (t = !1, r = "") => {
15460
15521
  let i = e.currentPeek();
15461
- return i === "{" || i === "@" || !i ? t : i === "|" ? !(r === Uy || r === Gy) : i === Uy ? (e.peek(), n(!0, Uy)) : i === Gy ? (e.peek(), n(!0, Gy)) : !0;
15522
+ return i === "{" || i === "@" || !i ? t : i === "|" ? !(r === Xy || r === Qy) : i === Xy ? (e.peek(), n(!0, Xy)) : i === Qy ? (e.peek(), n(!0, Qy)) : !0;
15462
15523
  }, r = n();
15463
15524
  return t && e.resetPeek(), r;
15464
15525
  }
15465
15526
  function O(e, t) {
15466
15527
  let n = e.currentChar();
15467
- return n === Yy ? Yy : t(n) ? (e.next(), n) : null;
15528
+ return n === nb ? nb : t(n) ? (e.next(), n) : null;
15468
15529
  }
15469
15530
  function k(e) {
15470
15531
  let t = e.charCodeAt(0);
@@ -15507,7 +15568,7 @@ function Qy(e, t = {}) {
15507
15568
  let r = e.peek();
15508
15569
  r === "{" || r === "}" || r === "@" || r === "|" || r === "\\" ? (t += n + r, e.next(), e.next()) : (e.resetPeek(), t += n, e.next());
15509
15570
  } else if (n === "{" || n === "}" || n === "@" || n === "|" || !n) break;
15510
- else if (n === Uy || n === Gy) if (D(e)) t += n, e.next();
15571
+ else if (n === Xy || n === Qy) if (D(e)) t += n, e.next();
15511
15572
  else if (E(e)) break;
15512
15573
  else t += n, e.next();
15513
15574
  else t += n, e.next();
@@ -15519,26 +15580,26 @@ function Qy(e, t = {}) {
15519
15580
  let t = "", n = "";
15520
15581
  for (; t = te(e);) n += t;
15521
15582
  let r = e.currentChar();
15522
- if (r && r !== "}" && r !== Yy && r !== Uy && r !== Gy && r !== " ") {
15583
+ if (r && r !== "}" && r !== nb && r !== Xy && r !== Qy && r !== " ") {
15523
15584
  let t = P(e);
15524
15585
  return d($.INVALID_TOKEN_IN_PLACEHOLDER, a(), 0, n + t), n + t;
15525
15586
  }
15526
- return e.currentChar() === Yy && d($.UNTERMINATED_CLOSING_BRACE, a(), 0), n;
15587
+ return e.currentChar() === nb && d($.UNTERMINATED_CLOSING_BRACE, a(), 0), n;
15527
15588
  }
15528
15589
  function j(e) {
15529
15590
  g(e);
15530
15591
  let t = "";
15531
- return e.currentChar() === "-" ? (e.next(), t += `-${oe(e)}`) : t += oe(e), e.currentChar() === Yy && d($.UNTERMINATED_CLOSING_BRACE, a(), 0), t;
15592
+ return e.currentChar() === "-" ? (e.next(), t += `-${oe(e)}`) : t += oe(e), e.currentChar() === nb && d($.UNTERMINATED_CLOSING_BRACE, a(), 0), t;
15532
15593
  }
15533
15594
  function M(e) {
15534
- return e !== Xy && e !== Gy;
15595
+ return e !== rb && e !== Qy;
15535
15596
  }
15536
15597
  function le(e) {
15537
15598
  g(e), m(e, "'");
15538
15599
  let t = "", n = "";
15539
15600
  for (; t = O(e, M);) t === "\\" ? n += ue(e) : n += t;
15540
15601
  let r = e.currentChar();
15541
- return r === Gy || r === Yy ? (d($.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), r === Gy && (e.next(), m(e, "'")), n) : (m(e, "'"), n);
15602
+ return r === Qy || r === nb ? (d($.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), r === Qy && (e.next(), m(e, "'")), n) : (m(e, "'"), n);
15542
15603
  }
15543
15604
  function ue(e) {
15544
15605
  let t = e.currentChar();
@@ -15564,7 +15625,7 @@ function Qy(e, t = {}) {
15564
15625
  return `\\${t}${r}`;
15565
15626
  }
15566
15627
  function de(e) {
15567
- return e !== "{" && e !== "}" && e !== Uy && e !== Gy;
15628
+ return e !== "{" && e !== "}" && e !== Xy && e !== Qy;
15568
15629
  }
15569
15630
  function P(e) {
15570
15631
  g(e);
@@ -15580,7 +15641,7 @@ function Qy(e, t = {}) {
15580
15641
  function pe(e) {
15581
15642
  let t = (n) => {
15582
15643
  let r = e.currentChar();
15583
- return r === "{" || r === "@" || r === "|" || r === "(" || r === ")" || !r || r === Uy ? n : (n += r, e.next(), t(n));
15644
+ return r === "{" || r === "@" || r === "|" || r === "(" || r === ")" || !r || r === Xy ? n : (n += r, e.next(), t(n));
15584
15645
  };
15585
15646
  return t("");
15586
15647
  }
@@ -15610,7 +15671,7 @@ function Qy(e, t = {}) {
15610
15671
  }
15611
15672
  function ge(e, t) {
15612
15673
  let { currentType: n } = t, r = null, i = e.currentChar();
15613
- switch ((n === 7 || n === 8 || n === 11 || n === 9) && (i === Gy || i === Uy) && d($.INVALID_LINKED_FORMAT, a(), 0), i) {
15674
+ switch ((n === 7 || n === 8 || n === 11 || n === 9) && (i === Qy || i === Xy) && d($.INVALID_LINKED_FORMAT, a(), 0), i) {
15614
15675
  case "@": return e.next(), r = f(t, 7, "@"), t.inLinked = !0, r;
15615
15676
  case ".": return g(e), e.next(), f(t, 8, ".");
15616
15677
  case ":": return g(e), e.next(), f(t, 9, ":");
@@ -15634,7 +15695,7 @@ function Qy(e, t = {}) {
15634
15695
  }
15635
15696
  function I() {
15636
15697
  let { currentType: e, offset: t, startLoc: n, endLoc: o } = c;
15637
- return c.lastType = e, c.lastOffset = t, c.lastStartLoc = n, c.lastEndLoc = o, c.offset = i(), c.startLoc = a(), r.currentChar() === Yy ? f(c, 13) : F(r, c);
15698
+ return c.lastType = e, c.lastOffset = t, c.lastStartLoc = n, c.lastEndLoc = o, c.offset = i(), c.startLoc = a(), r.currentChar() === nb ? f(c, 13) : F(r, c);
15638
15699
  }
15639
15700
  return {
15640
15701
  nextToken: I,
@@ -15643,11 +15704,11 @@ function Qy(e, t = {}) {
15643
15704
  context: l
15644
15705
  };
15645
15706
  }
15646
- var $y = "parser", eb = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g, tb = /\\([\\@{}|])/g;
15647
- function nb(e, t) {
15707
+ var ob = "parser", sb = /(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g, cb = /\\([\\@{}|])/g;
15708
+ function lb(e, t) {
15648
15709
  return t;
15649
15710
  }
15650
- function rb(e, t, n) {
15711
+ function ub(e, t, n) {
15651
15712
  switch (e) {
15652
15713
  case "\\\\": return "\\";
15653
15714
  case "\\'": return "'";
@@ -15657,12 +15718,12 @@ function rb(e, t, n) {
15657
15718
  }
15658
15719
  }
15659
15720
  }
15660
- function ib(e = {}) {
15721
+ function db(e = {}) {
15661
15722
  let t = e.location !== !1, { onError: n } = e;
15662
15723
  function r(e, r, i, a, ...o) {
15663
15724
  let s = e.currentPosition();
15664
- s.offset += a, s.column += a, n && n(zy(r, t ? Ly(i, s) : null, {
15665
- domain: $y,
15725
+ s.offset += a, s.column += a, n && n(Ky(r, t ? Wy(i, s) : null, {
15726
+ domain: ob,
15666
15727
  args: o
15667
15728
  }));
15668
15729
  }
@@ -15678,7 +15739,7 @@ function ib(e = {}) {
15678
15739
  }
15679
15740
  function o(e, t) {
15680
15741
  let n = e.context(), r = i(3, n.offset, n.startLoc);
15681
- return r.value = t.replace(tb, nb), a(r, e.currentOffset(), e.currentPosition()), r;
15742
+ return r.value = t.replace(cb, lb), a(r, e.currentOffset(), e.currentPosition()), r;
15682
15743
  }
15683
15744
  function s(e, t) {
15684
15745
  let { lastOffset: n, lastStartLoc: r } = e.context(), o = i(5, n, r);
@@ -15690,11 +15751,11 @@ function ib(e = {}) {
15690
15751
  }
15691
15752
  function l(e, t) {
15692
15753
  let { lastOffset: n, lastStartLoc: r } = e.context(), o = i(9, n, r);
15693
- return o.value = t.replace(eb, rb), e.nextToken(), a(o, e.currentOffset(), e.currentPosition()), o;
15754
+ return o.value = t.replace(sb, ub), e.nextToken(), a(o, e.currentOffset(), e.currentPosition()), o;
15694
15755
  }
15695
15756
  function u(e) {
15696
15757
  let t = e.nextToken(), n = e.context(), { lastOffset: o, lastStartLoc: s } = n, c = i(8, o, s);
15697
- return t.type === 11 ? (t.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, n.lastStartLoc, 0, ab(t)), c.value = t.value || "", a(c, e.currentOffset(), e.currentPosition()), { node: c }) : (r(e, $.UNEXPECTED_EMPTY_LINKED_MODIFIER, n.lastStartLoc, 0), c.value = "", a(c, o, s), {
15758
+ return t.type === 11 ? (t.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, n.lastStartLoc, 0, fb(t)), c.value = t.value || "", a(c, e.currentOffset(), e.currentPosition()), { node: c }) : (r(e, $.UNEXPECTED_EMPTY_LINKED_MODIFIER, n.lastStartLoc, 0), c.value = "", a(c, o, s), {
15698
15759
  nextConsumeToken: t,
15699
15760
  node: c
15700
15761
  });
@@ -15709,18 +15770,18 @@ function ib(e = {}) {
15709
15770
  let t = u(e);
15710
15771
  n.modifier = t.node, o = t.nextConsumeToken || e.nextToken();
15711
15772
  }
15712
- switch (o.type !== 9 && r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(o)), o = e.nextToken(), o.type === 2 && (o = e.nextToken()), o.type) {
15773
+ switch (o.type !== 9 && r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(o)), o = e.nextToken(), o.type === 2 && (o = e.nextToken()), o.type) {
15713
15774
  case 10:
15714
- o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(o)), n.key = d(e, o.value || "");
15775
+ o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(o)), n.key = d(e, o.value || "");
15715
15776
  break;
15716
15777
  case 4:
15717
- o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(o)), n.key = c(e, o.value || "");
15778
+ o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(o)), n.key = c(e, o.value || "");
15718
15779
  break;
15719
15780
  case 5:
15720
- o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(o)), n.key = s(e, o.value || "");
15781
+ o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(o)), n.key = s(e, o.value || "");
15721
15782
  break;
15722
15783
  case 6:
15723
- o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(o)), n.key = l(e, o.value || "");
15784
+ o.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(o)), n.key = l(e, o.value || "");
15724
15785
  break;
15725
15786
  default: {
15726
15787
  r(e, $.UNEXPECTED_EMPTY_LINKED_KEY, t.lastStartLoc, 0);
@@ -15741,16 +15802,16 @@ function ib(e = {}) {
15741
15802
  let i = u || e.nextToken();
15742
15803
  switch (u = null, i.type) {
15743
15804
  case 0:
15744
- i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(i)), n.items.push(o(e, i.value || ""));
15805
+ i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(i)), n.items.push(o(e, i.value || ""));
15745
15806
  break;
15746
15807
  case 5:
15747
- i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(i)), n.items.push(s(e, i.value || ""));
15808
+ i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(i)), n.items.push(s(e, i.value || ""));
15748
15809
  break;
15749
15810
  case 4:
15750
- i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(i)), n.items.push(c(e, i.value || ""));
15811
+ i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(i)), n.items.push(c(e, i.value || ""));
15751
15812
  break;
15752
15813
  case 6:
15753
- i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, ab(i)), n.items.push(l(e, i.value || ""));
15814
+ i.value ?? r(e, $.UNEXPECTED_LEXICAL_ANALYSIS, t.lastStartLoc, 0, fb(i)), n.items.push(l(e, i.value || ""));
15754
15815
  break;
15755
15816
  case 7: {
15756
15817
  let t = f(e);
@@ -15775,17 +15836,17 @@ function ib(e = {}) {
15775
15836
  return t.currentType === 13 ? i : m(e, n, r, i);
15776
15837
  }
15777
15838
  function g(n) {
15778
- let o = Qy(n, uy({}, e)), s = o.context(), c = i(0, s.offset, s.startLoc);
15839
+ let o = ab(n, _y({}, e)), s = o.context(), c = i(0, s.offset, s.startLoc);
15779
15840
  return t && c.loc && (c.loc.source = n), c.body = h(o), e.onCacheKey && (c.cacheKey = e.onCacheKey(n)), s.currentType !== 13 && r(o, $.UNEXPECTED_LEXICAL_ANALYSIS, s.lastStartLoc, 0, n[s.offset] || ""), a(c, o.currentOffset(), o.currentPosition()), c;
15780
15841
  }
15781
15842
  return { parse: g };
15782
15843
  }
15783
- function ab(e) {
15844
+ function fb(e) {
15784
15845
  if (e.type === 13) return "EOF";
15785
15846
  let t = (e.value || "").replace(/\r?\n/gu, "\\n");
15786
15847
  return t.length > 10 ? t.slice(0, 9) + "…" : t;
15787
15848
  }
15788
- function ob(e, t = {}) {
15849
+ function pb(e, t = {}) {
15789
15850
  let n = {
15790
15851
  ast: e,
15791
15852
  helpers: /* @__PURE__ */ new Set()
@@ -15795,19 +15856,19 @@ function ob(e, t = {}) {
15795
15856
  helper: (e) => (n.helpers.add(e), e)
15796
15857
  };
15797
15858
  }
15798
- function sb(e, t) {
15799
- for (let n = 0; n < e.length; n++) cb(e[n], t);
15859
+ function mb(e, t) {
15860
+ for (let n = 0; n < e.length; n++) hb(e[n], t);
15800
15861
  }
15801
- function cb(e, t) {
15862
+ function hb(e, t) {
15802
15863
  switch (e.type) {
15803
15864
  case 1:
15804
- sb(e.cases, t), t.helper("plural");
15865
+ mb(e.cases, t), t.helper("plural");
15805
15866
  break;
15806
15867
  case 2:
15807
- sb(e.items, t);
15868
+ mb(e.items, t);
15808
15869
  break;
15809
15870
  case 6:
15810
- cb(e.key, t), t.helper("linked"), t.helper("type");
15871
+ hb(e.key, t), t.helper("linked"), t.helper("type");
15811
15872
  break;
15812
15873
  case 5:
15813
15874
  t.helper("interpolate"), t.helper("list");
@@ -15817,17 +15878,17 @@ function cb(e, t) {
15817
15878
  break;
15818
15879
  }
15819
15880
  }
15820
- function lb(e, t = {}) {
15821
- let n = ob(e);
15822
- n.helper("normalize"), e.body && cb(e.body, n);
15881
+ function gb(e, t = {}) {
15882
+ let n = pb(e);
15883
+ n.helper("normalize"), e.body && hb(e.body, n);
15823
15884
  let r = n.context();
15824
15885
  e.helpers = Array.from(r.helpers);
15825
15886
  }
15826
- function ub(e) {
15887
+ function _b(e) {
15827
15888
  let t = e.body;
15828
- return t.type === 2 ? db(t) : t.cases.forEach((e) => db(e)), e;
15889
+ return t.type === 2 ? vb(t) : t.cases.forEach((e) => vb(e)), e;
15829
15890
  }
15830
- function db(e) {
15891
+ function vb(e) {
15831
15892
  if (e.items.length === 1) {
15832
15893
  let t = e.items[0];
15833
15894
  (t.type === 3 || t.type === 9) && (e.static = t.value, delete t.value);
@@ -15839,7 +15900,7 @@ function db(e) {
15839
15900
  t.push(r.value);
15840
15901
  }
15841
15902
  if (t.length === e.items.length) {
15842
- e.static = Ay(t);
15903
+ e.static = Ly(t);
15843
15904
  for (let t = 0; t < e.items.length; t++) {
15844
15905
  let n = e.items[t];
15845
15906
  (n.type === 3 || n.type === 9) && delete n.value;
@@ -15847,23 +15908,23 @@ function db(e) {
15847
15908
  }
15848
15909
  }
15849
15910
  }
15850
- var fb = "minifier";
15851
- function pb(e) {
15911
+ var yb = "minifier";
15912
+ function bb(e) {
15852
15913
  switch (e.t = e.type, e.type) {
15853
15914
  case 0: {
15854
15915
  let t = e;
15855
- pb(t.body), t.b = t.body, delete t.body;
15916
+ bb(t.body), t.b = t.body, delete t.body;
15856
15917
  break;
15857
15918
  }
15858
15919
  case 1: {
15859
15920
  let t = e, n = t.cases;
15860
- for (let e = 0; e < n.length; e++) pb(n[e]);
15921
+ for (let e = 0; e < n.length; e++) bb(n[e]);
15861
15922
  t.c = n, delete t.cases;
15862
15923
  break;
15863
15924
  }
15864
15925
  case 2: {
15865
15926
  let t = e, n = t.items;
15866
- for (let e = 0; e < n.length; e++) pb(n[e]);
15927
+ for (let e = 0; e < n.length; e++) bb(n[e]);
15867
15928
  t.i = n, delete t.items, t.static && (t.s = t.static, delete t.static);
15868
15929
  break;
15869
15930
  }
@@ -15877,7 +15938,7 @@ function pb(e) {
15877
15938
  }
15878
15939
  case 6: {
15879
15940
  let t = e;
15880
- pb(t.key), t.k = t.key, delete t.key, t.modifier && (pb(t.modifier), t.m = t.modifier, delete t.modifier);
15941
+ bb(t.key), t.k = t.key, delete t.key, t.modifier && (bb(t.modifier), t.m = t.modifier, delete t.modifier);
15881
15942
  break;
15882
15943
  }
15883
15944
  case 5: {
@@ -15890,15 +15951,15 @@ function pb(e) {
15890
15951
  t.k = t.key, delete t.key;
15891
15952
  break;
15892
15953
  }
15893
- default: if (process.env.NODE_ENV !== "production") throw zy($.UNHANDLED_MINIFIER_NODE_TYPE, null, {
15894
- domain: fb,
15954
+ default: if (process.env.NODE_ENV !== "production") throw Ky($.UNHANDLED_MINIFIER_NODE_TYPE, null, {
15955
+ domain: yb,
15895
15956
  args: [e.type]
15896
15957
  });
15897
15958
  }
15898
15959
  delete e.type;
15899
15960
  }
15900
- var mb = "parser";
15901
- function hb(e, t) {
15961
+ var xb = "parser";
15962
+ function Sb(e, t) {
15902
15963
  let { filename: n, breakLineCode: r, needIndent: i } = t, a = t.location !== !1, o = {
15903
15964
  filename: n,
15904
15965
  code: "",
@@ -15940,43 +16001,43 @@ function hb(e, t) {
15940
16001
  needIndent: () => o.needIndent
15941
16002
  };
15942
16003
  }
15943
- function gb(e, t) {
16004
+ function Cb(e, t) {
15944
16005
  let { helper: n } = e;
15945
- e.push(`${n("linked")}(`), bb(e, t.key), t.modifier ? (e.push(", "), bb(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
16006
+ e.push(`${n("linked")}(`), Db(e, t.key), t.modifier ? (e.push(", "), Db(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
15946
16007
  }
15947
- function _b(e, t) {
16008
+ function wb(e, t) {
15948
16009
  let { helper: n, needIndent: r } = e;
15949
16010
  e.push(`${n("normalize")}([`), e.indent(r());
15950
16011
  let i = t.items.length;
15951
- for (let n = 0; n < i && (bb(e, t.items[n]), n !== i - 1); n++) e.push(", ");
16012
+ for (let n = 0; n < i && (Db(e, t.items[n]), n !== i - 1); n++) e.push(", ");
15952
16013
  e.deindent(r()), e.push("])");
15953
16014
  }
15954
- function vb(e, t) {
16015
+ function Tb(e, t) {
15955
16016
  let { helper: n, needIndent: r } = e;
15956
16017
  if (t.cases.length > 1) {
15957
16018
  e.push(`${n("plural")}([`), e.indent(r());
15958
16019
  let i = t.cases.length;
15959
- for (let n = 0; n < i && (bb(e, t.cases[n]), n !== i - 1); n++) e.push(", ");
16020
+ for (let n = 0; n < i && (Db(e, t.cases[n]), n !== i - 1); n++) e.push(", ");
15960
16021
  e.deindent(r()), e.push("])");
15961
16022
  }
15962
16023
  }
15963
- function yb(e, t) {
15964
- t.body ? bb(e, t.body) : e.push("null");
16024
+ function Eb(e, t) {
16025
+ t.body ? Db(e, t.body) : e.push("null");
15965
16026
  }
15966
- function bb(e, t) {
16027
+ function Db(e, t) {
15967
16028
  let { helper: n } = e;
15968
16029
  switch (t.type) {
15969
16030
  case 0:
15970
- yb(e, t);
16031
+ Eb(e, t);
15971
16032
  break;
15972
16033
  case 1:
15973
- vb(e, t);
16034
+ Tb(e, t);
15974
16035
  break;
15975
16036
  case 2:
15976
- _b(e, t);
16037
+ wb(e, t);
15977
16038
  break;
15978
16039
  case 6:
15979
- gb(e, t);
16040
+ Cb(e, t);
15980
16041
  break;
15981
16042
  case 8:
15982
16043
  e.push(JSON.stringify(t.value), t);
@@ -15996,21 +16057,21 @@ function bb(e, t) {
15996
16057
  case 3:
15997
16058
  e.push(JSON.stringify(t.value), t);
15998
16059
  break;
15999
- default: if (process.env.NODE_ENV !== "production") throw zy($.UNHANDLED_CODEGEN_NODE_TYPE, null, {
16000
- domain: mb,
16060
+ default: if (process.env.NODE_ENV !== "production") throw Ky($.UNHANDLED_CODEGEN_NODE_TYPE, null, {
16061
+ domain: xb,
16001
16062
  args: [t.type]
16002
16063
  });
16003
16064
  }
16004
16065
  }
16005
- var xb = (e, t = {}) => {
16066
+ var Ob = (e, t = {}) => {
16006
16067
  let n = Y(t.mode) ? t.mode : "normal", r = Y(t.filename) ? t.filename : "message.intl";
16007
16068
  t.sourceMap;
16008
- let i = t.breakLineCode == null ? n === "arrow" ? ";" : "\n" : t.breakLineCode, a = t.needIndent ? t.needIndent : n !== "arrow", o = e.helpers || [], s = hb(e, {
16069
+ let i = t.breakLineCode == null ? n === "arrow" ? ";" : "\n" : t.breakLineCode, a = t.needIndent ? t.needIndent : n !== "arrow", o = e.helpers || [], s = Sb(e, {
16009
16070
  filename: r,
16010
16071
  breakLineCode: i,
16011
16072
  needIndent: a
16012
16073
  });
16013
- s.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), s.indent(a), o.length > 0 && (s.push(`const { ${Ay(o.map((e) => `${e}: _${e}`), ", ")} } = ctx`), s.newline()), s.push("return "), bb(s, e), s.deindent(a), s.push("}"), delete e.helpers;
16074
+ s.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), s.indent(a), o.length > 0 && (s.push(`const { ${Ly(o.map((e) => `${e}: _${e}`), ", ")} } = ctx`), s.newline()), s.push("return "), Db(s, e), s.deindent(a), s.push("}"), delete e.helpers;
16014
16075
  let { code: c, map: l } = s.context();
16015
16076
  return {
16016
16077
  ast: e,
@@ -16018,172 +16079,172 @@ var xb = (e, t = {}) => {
16018
16079
  map: l ? l.toJSON() : void 0
16019
16080
  };
16020
16081
  };
16021
- function Sb(e, t = {}) {
16022
- let n = uy({}, t), r = !!n.jit, i = !!n.minify, a = n.optimize == null ? !0 : n.optimize, o = ib(n).parse(e);
16023
- return r ? (a && ub(o), i && pb(o), {
16082
+ function kb(e, t = {}) {
16083
+ let n = _y({}, t), r = !!n.jit, i = !!n.minify, a = n.optimize == null ? !0 : n.optimize, o = db(n).parse(e);
16084
+ return r ? (a && _b(o), i && bb(o), {
16024
16085
  ast: o,
16025
16086
  code: ""
16026
- }) : (lb(o, n), xb(o, n));
16087
+ }) : (gb(o, n), Ob(o, n));
16027
16088
  }
16028
16089
  //#endregion
16029
16090
  //#region node_modules/@intlify/core-base/dist/core-base.mjs
16030
- function Cb() {
16031
- typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (py().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (py().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
16091
+ function Ab() {
16092
+ typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (by().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (by().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
16032
16093
  }
16033
- function wb(e) {
16034
- return Z(e) && Pb(e) === 0 && (Cy(e, "b") || Cy(e, "body"));
16094
+ function jb(e) {
16095
+ return Z(e) && Vb(e) === 0 && (Ay(e, "b") || Ay(e, "body"));
16035
16096
  }
16036
- var Tb = ["b", "body"];
16037
- function Eb(e) {
16038
- return Vb(e, Tb);
16097
+ var Mb = ["b", "body"];
16098
+ function Nb(e) {
16099
+ return Jb(e, Mb);
16039
16100
  }
16040
- var Db = ["c", "cases"];
16041
- function Ob(e) {
16042
- return Vb(e, Db, []);
16101
+ var Pb = ["c", "cases"];
16102
+ function Fb(e) {
16103
+ return Jb(e, Pb, []);
16043
16104
  }
16044
- var kb = ["s", "static"];
16045
- function Ab(e) {
16046
- return Vb(e, kb);
16105
+ var Ib = ["s", "static"];
16106
+ function Lb(e) {
16107
+ return Jb(e, Ib);
16047
16108
  }
16048
- var jb = ["i", "items"];
16049
- function Mb(e) {
16050
- return Vb(e, jb, []);
16109
+ var Rb = ["i", "items"];
16110
+ function zb(e) {
16111
+ return Jb(e, Rb, []);
16051
16112
  }
16052
- var Nb = ["t", "type"];
16053
- function Pb(e) {
16054
- return Vb(e, Nb);
16113
+ var Bb = ["t", "type"];
16114
+ function Vb(e) {
16115
+ return Jb(e, Bb);
16055
16116
  }
16056
- var Fb = ["v", "value"];
16057
- function Ib(e, t) {
16058
- let n = Vb(e, Fb);
16117
+ var Hb = ["v", "value"];
16118
+ function Ub(e, t) {
16119
+ let n = Jb(e, Hb);
16059
16120
  if (n != null) return n;
16060
- throw Ub(t);
16121
+ throw Xb(t);
16061
16122
  }
16062
- var Lb = ["m", "modifier"];
16063
- function Rb(e) {
16064
- return Vb(e, Lb);
16123
+ var Wb = ["m", "modifier"];
16124
+ function Gb(e) {
16125
+ return Jb(e, Wb);
16065
16126
  }
16066
- var zb = ["k", "key"];
16067
- function Bb(e) {
16068
- let t = Vb(e, zb);
16127
+ var Kb = ["k", "key"];
16128
+ function qb(e) {
16129
+ let t = Jb(e, Kb);
16069
16130
  if (t) return t;
16070
- throw Ub(6);
16131
+ throw Xb(6);
16071
16132
  }
16072
- function Vb(e, t, n) {
16133
+ function Jb(e, t, n) {
16073
16134
  for (let n = 0; n < t.length; n++) {
16074
16135
  let r = t[n];
16075
- if (Cy(e, r) && e[r] != null) return e[r];
16136
+ if (Ay(e, r) && e[r] != null) return e[r];
16076
16137
  }
16077
16138
  return n;
16078
16139
  }
16079
- var Hb = [
16080
- ...Tb,
16081
- ...Db,
16082
- ...kb,
16083
- ...jb,
16084
- ...zb,
16085
- ...Lb,
16086
- ...Fb,
16087
- ...Nb
16140
+ var Yb = [
16141
+ ...Mb,
16142
+ ...Pb,
16143
+ ...Ib,
16144
+ ...Rb,
16145
+ ...Kb,
16146
+ ...Wb,
16147
+ ...Hb,
16148
+ ...Bb
16088
16149
  ];
16089
- function Ub(e) {
16150
+ function Xb(e) {
16090
16151
  return /* @__PURE__ */ Error(`unhandled node type: ${e}`);
16091
16152
  }
16092
- function Wb(e) {
16093
- return (t) => Gb(t, e);
16153
+ function Zb(e) {
16154
+ return (t) => Qb(t, e);
16094
16155
  }
16095
- function Gb(e, t) {
16096
- let n = Eb(t);
16097
- if (n == null) throw Ub(0);
16098
- if (Pb(n) === 1) {
16099
- let t = Ob(n);
16100
- return e.plural(t.reduce((t, n) => [...t, Kb(e, n)], []));
16101
- } else return Kb(e, n);
16156
+ function Qb(e, t) {
16157
+ let n = Nb(t);
16158
+ if (n == null) throw Xb(0);
16159
+ if (Vb(n) === 1) {
16160
+ let t = Fb(n);
16161
+ return e.plural(t.reduce((t, n) => [...t, $b(e, n)], []));
16162
+ } else return $b(e, n);
16102
16163
  }
16103
- function Kb(e, t) {
16104
- let n = Ab(t);
16164
+ function $b(e, t) {
16165
+ let n = Lb(t);
16105
16166
  if (n != null) return e.type === "text" ? n : e.normalize([n]);
16106
16167
  {
16107
- let n = Mb(t).reduce((t, n) => [...t, qb(e, n)], []);
16168
+ let n = zb(t).reduce((t, n) => [...t, ex(e, n)], []);
16108
16169
  return e.normalize(n);
16109
16170
  }
16110
16171
  }
16111
- function qb(e, t) {
16112
- let n = Pb(t);
16172
+ function ex(e, t) {
16173
+ let n = Vb(t);
16113
16174
  switch (n) {
16114
- case 3: return Ib(t, n);
16115
- case 9: return Ib(t, n);
16175
+ case 3: return Ub(t, n);
16176
+ case 9: return Ub(t, n);
16116
16177
  case 4: {
16117
16178
  let r = t;
16118
- if (Cy(r, "k") && r.k) return e.interpolate(e.named(r.k));
16119
- if (Cy(r, "key") && r.key) return e.interpolate(e.named(r.key));
16120
- throw Ub(n);
16179
+ if (Ay(r, "k") && r.k) return e.interpolate(e.named(r.k));
16180
+ if (Ay(r, "key") && r.key) return e.interpolate(e.named(r.key));
16181
+ throw Xb(n);
16121
16182
  }
16122
16183
  case 5: {
16123
16184
  let r = t;
16124
- if (Cy(r, "i") && oy(r.i)) return e.interpolate(e.list(r.i));
16125
- if (Cy(r, "index") && oy(r.index)) return e.interpolate(e.list(r.index));
16126
- throw Ub(n);
16185
+ if (Ay(r, "i") && py(r.i)) return e.interpolate(e.list(r.i));
16186
+ if (Ay(r, "index") && py(r.index)) return e.interpolate(e.list(r.index));
16187
+ throw Xb(n);
16127
16188
  }
16128
16189
  case 6: {
16129
- let n = t, r = Rb(n), i = Bb(n);
16130
- return e.linked(qb(e, i), r ? qb(e, r) : void 0, e.type);
16190
+ let n = t, r = Gb(n), i = qb(n);
16191
+ return e.linked(ex(e, i), r ? ex(e, r) : void 0, e.type);
16131
16192
  }
16132
- case 7: return Ib(t, n);
16133
- case 8: return Ib(t, n);
16193
+ case 7: return Ub(t, n);
16194
+ case 8: return Ub(t, n);
16134
16195
  default: throw Error(`unhandled node on format message part: ${n}`);
16135
16196
  }
16136
16197
  }
16137
- var Jb = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
16138
- function Yb(e, t) {
16139
- t && Hy(e) && Yv(ny(Jb, { source: e }));
16198
+ var tx = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
16199
+ function nx(e, t) {
16200
+ t && Yy(e) && ny(ly(tx, { source: e }));
16140
16201
  }
16141
- var Xb = (e) => e, Zb = J();
16142
- function Qb(e, t = {}) {
16143
- let n = !1, r = t.onError || By;
16202
+ var rx = (e) => e, ix = J();
16203
+ function ax(e, t = {}) {
16204
+ let n = !1, r = t.onError || qy;
16144
16205
  return t.onError = (e) => {
16145
16206
  n = !0, r(e);
16146
16207
  }, {
16147
- ...Sb(e, t),
16208
+ ...kb(e, t),
16148
16209
  detectError: n
16149
16210
  };
16150
16211
  }
16151
16212
  /* @__NO_SIDE_EFFECTS__ */
16152
- function $b(e, t) {
16213
+ function ox(e, t) {
16153
16214
  if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && Y(e)) {
16154
16215
  let n = X(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
16155
- process.env.NODE_ENV !== "production" && Yb(e, n);
16156
- let r = (t.onCacheKey || Xb)(e), i = Zb[r];
16216
+ process.env.NODE_ENV !== "production" && nx(e, n);
16217
+ let r = (t.onCacheKey || rx)(e), i = ix[r];
16157
16218
  if (i) return i;
16158
- let { ast: a, detectError: o } = Qb(e, {
16219
+ let { ast: a, detectError: o } = ax(e, {
16159
16220
  ...t,
16160
16221
  location: process.env.NODE_ENV !== "production",
16161
16222
  jit: !0
16162
- }), s = Wb(a);
16163
- return o ? s : Zb[r] = s;
16223
+ }), s = Zb(a);
16224
+ return o ? s : ix[r] = s;
16164
16225
  } else {
16165
- if (process.env.NODE_ENV !== "production" && !wb(e)) return Yv(`the message that is resolve with key '${t.key}' is not supported for jit compilation`), (() => e);
16226
+ if (process.env.NODE_ENV !== "production" && !jb(e)) return ny(`the message that is resolve with key '${t.key}' is not supported for jit compilation`), (() => e);
16166
16227
  let n = e.cacheKey;
16167
- return n ? Zb[n] || (Zb[n] = Wb(e)) : Wb(e);
16228
+ return n ? ix[n] || (ix[n] = Zb(e)) : Zb(e);
16168
16229
  }
16169
16230
  }
16170
- var ex = null;
16171
- function tx(e) {
16172
- ex = e;
16231
+ var sx = null;
16232
+ function cx(e) {
16233
+ sx = e;
16173
16234
  }
16174
- function nx(e, t, n) {
16175
- ex && ex.emit("i18n:init", {
16235
+ function lx(e, t, n) {
16236
+ sx && sx.emit("i18n:init", {
16176
16237
  timestamp: Date.now(),
16177
16238
  i18n: e,
16178
16239
  version: t,
16179
16240
  meta: n
16180
16241
  });
16181
16242
  }
16182
- var rx = /* @__PURE__ */ ix("function:translate");
16183
- function ix(e) {
16184
- return (t) => ex && ex.emit(e, t);
16243
+ var ux = /* @__PURE__ */ dx("function:translate");
16244
+ function dx(e) {
16245
+ return (t) => sx && sx.emit(e, t);
16185
16246
  }
16186
- var ax = {
16247
+ var fx = {
16187
16248
  INVALID_ARGUMENT: 17,
16188
16249
  INVALID_DATE_ARGUMENT: 18,
16189
16250
  INVALID_ISO_DATE_ARGUMENT: 19,
@@ -16192,120 +16253,120 @@ var ax = {
16192
16253
  NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: 22,
16193
16254
  NOT_SUPPORT_LOCALE_TYPE: 23
16194
16255
  };
16195
- function ox(e) {
16196
- return zy(e, null, process.env.NODE_ENV === "production" ? void 0 : { messages: sx });
16197
- }
16198
- var sx = {
16199
- [ax.INVALID_ARGUMENT]: "Invalid arguments",
16200
- [ax.INVALID_DATE_ARGUMENT]: "The date provided is an invalid Date object.Make sure your Date represents a valid date.",
16201
- [ax.INVALID_ISO_DATE_ARGUMENT]: "The argument provided is not a valid ISO date string",
16202
- [ax.NOT_SUPPORT_NON_STRING_MESSAGE]: "Not support non-string message",
16203
- [ax.NOT_SUPPORT_LOCALE_PROMISE_VALUE]: "cannot support promise value",
16204
- [ax.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]: "cannot support async function",
16205
- [ax.NOT_SUPPORT_LOCALE_TYPE]: "cannot support locale type"
16256
+ function px(e) {
16257
+ return Ky(e, null, process.env.NODE_ENV === "production" ? void 0 : { messages: mx });
16258
+ }
16259
+ var mx = {
16260
+ [fx.INVALID_ARGUMENT]: "Invalid arguments",
16261
+ [fx.INVALID_DATE_ARGUMENT]: "The date provided is an invalid Date object.Make sure your Date represents a valid date.",
16262
+ [fx.INVALID_ISO_DATE_ARGUMENT]: "The argument provided is not a valid ISO date string",
16263
+ [fx.NOT_SUPPORT_NON_STRING_MESSAGE]: "Not support non-string message",
16264
+ [fx.NOT_SUPPORT_LOCALE_PROMISE_VALUE]: "cannot support promise value",
16265
+ [fx.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]: "cannot support async function",
16266
+ [fx.NOT_SUPPORT_LOCALE_TYPE]: "cannot support locale type"
16206
16267
  };
16207
- function cx(e, t) {
16208
- return t.locale == null ? ux(e.locale) : ux(t.locale);
16268
+ function hx(e, t) {
16269
+ return t.locale == null ? _x(e.locale) : _x(t.locale);
16209
16270
  }
16210
- var lx;
16211
- function ux(e) {
16271
+ var gx;
16272
+ function _x(e) {
16212
16273
  if (Y(e)) return e;
16213
- if (Ty(e)) {
16214
- if (e.resolvedOnce && lx != null) return lx;
16274
+ if (My(e)) {
16275
+ if (e.resolvedOnce && gx != null) return gx;
16215
16276
  if (e.constructor.name === "Function") {
16216
16277
  let t = e();
16217
- if (Ey(t)) throw ox(ax.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
16218
- return lx = t;
16219
- } else throw ox(ax.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
16220
- } else throw ox(ax.NOT_SUPPORT_LOCALE_TYPE);
16278
+ if (Ny(t)) throw px(fx.NOT_SUPPORT_LOCALE_PROMISE_VALUE);
16279
+ return gx = t;
16280
+ } else throw px(fx.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION);
16281
+ } else throw px(fx.NOT_SUPPORT_LOCALE_TYPE);
16221
16282
  }
16222
- function dx(e, t, n) {
16223
- return [...new Set([n, ...wy(t) ? t : Z(t) ? Object.keys(t) : Y(t) ? [t] : [n]])];
16283
+ function vx(e, t, n) {
16284
+ return [...new Set([n, ...jy(t) ? t : Z(t) ? Object.keys(t) : Y(t) ? [t] : [n]])];
16224
16285
  }
16225
- function fx(e, t, n) {
16226
- let r = Y(n) ? n : Ax, i = e;
16286
+ function yx(e, t, n) {
16287
+ let r = Y(n) ? n : Lx, i = e;
16227
16288
  i.__localeChainCache ||= /* @__PURE__ */ new Map();
16228
16289
  let a = i.__localeChainCache.get(r);
16229
16290
  if (!a) {
16230
16291
  a = [];
16231
16292
  let e = [n];
16232
- for (; wy(e);) e = px(a, e, t);
16233
- let o = wy(t) || !Q(t) ? t : t.default ? t.default : null;
16234
- e = Y(o) ? [o] : o, wy(e) && px(a, e, !1), i.__localeChainCache.set(r, a);
16293
+ for (; jy(e);) e = bx(a, e, t);
16294
+ let o = jy(t) || !Q(t) ? t : t.default ? t.default : null;
16295
+ e = Y(o) ? [o] : o, jy(e) && bx(a, e, !1), i.__localeChainCache.set(r, a);
16235
16296
  }
16236
16297
  return a;
16237
16298
  }
16238
- function px(e, t, n) {
16299
+ function bx(e, t, n) {
16239
16300
  let r = !0;
16240
16301
  for (let i = 0; i < t.length && X(r); i++) {
16241
16302
  let a = t[i];
16242
- Y(a) && (r = mx(e, t[i], n));
16303
+ Y(a) && (r = xx(e, t[i], n));
16243
16304
  }
16244
16305
  return r;
16245
16306
  }
16246
- function mx(e, t, n) {
16307
+ function xx(e, t, n) {
16247
16308
  let r, i = t.split("-");
16248
16309
  do
16249
- r = hx(e, i.join("-"), n), i.splice(-1, 1);
16310
+ r = Sx(e, i.join("-"), n), i.splice(-1, 1);
16250
16311
  while (i.length && r === !0);
16251
16312
  return r;
16252
16313
  }
16253
- function hx(e, t, n) {
16314
+ function Sx(e, t, n) {
16254
16315
  let r = !1;
16255
16316
  if (!e.includes(t) && (r = !0, t)) {
16256
16317
  r = t[t.length - 1] !== "!";
16257
16318
  let i = t.replace(/!/g, "");
16258
- e.push(i), (wy(n) || Q(n)) && n[i] && (r = n[i]);
16319
+ e.push(i), (jy(n) || Q(n)) && n[i] && (r = n[i]);
16259
16320
  }
16260
16321
  return r;
16261
16322
  }
16262
- var gx = [];
16263
- gx[0] = {
16323
+ var Cx = [];
16324
+ Cx[0] = {
16264
16325
  w: [0],
16265
16326
  i: [3, 0],
16266
16327
  "[": [4],
16267
16328
  o: [7]
16268
- }, gx[1] = {
16329
+ }, Cx[1] = {
16269
16330
  w: [1],
16270
16331
  ".": [2],
16271
16332
  "[": [4],
16272
16333
  o: [7]
16273
- }, gx[2] = {
16334
+ }, Cx[2] = {
16274
16335
  w: [2],
16275
16336
  i: [3, 0],
16276
16337
  0: [3, 0]
16277
- }, gx[3] = {
16338
+ }, Cx[3] = {
16278
16339
  i: [3, 0],
16279
16340
  0: [3, 0],
16280
16341
  w: [1, 1],
16281
16342
  ".": [2, 1],
16282
16343
  "[": [4, 1],
16283
16344
  o: [7, 1]
16284
- }, gx[4] = {
16345
+ }, Cx[4] = {
16285
16346
  "'": [5, 0],
16286
16347
  "\"": [6, 0],
16287
16348
  "[": [4, 2],
16288
16349
  "]": [1, 3],
16289
16350
  o: 8,
16290
16351
  l: [4, 0]
16291
- }, gx[5] = {
16352
+ }, Cx[5] = {
16292
16353
  "'": [4, 0],
16293
16354
  o: 8,
16294
16355
  l: [5, 0]
16295
- }, gx[6] = {
16356
+ }, Cx[6] = {
16296
16357
  "\"": [4, 0],
16297
16358
  o: 8,
16298
16359
  l: [6, 0]
16299
16360
  };
16300
- var _x = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
16301
- function vx(e) {
16302
- return _x.test(e);
16361
+ var wx = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
16362
+ function Tx(e) {
16363
+ return wx.test(e);
16303
16364
  }
16304
- function yx(e) {
16365
+ function Ex(e) {
16305
16366
  let t = e.charCodeAt(0);
16306
16367
  return t === e.charCodeAt(e.length - 1) && (t === 34 || t === 39) ? e.slice(1, -1) : e;
16307
16368
  }
16308
- function bx(e) {
16369
+ function Dx(e) {
16309
16370
  if (e == null) return "o";
16310
16371
  switch (e.charCodeAt(0)) {
16311
16372
  case 91:
@@ -16326,11 +16387,11 @@ function bx(e) {
16326
16387
  }
16327
16388
  return "i";
16328
16389
  }
16329
- function xx(e) {
16390
+ function Ox(e) {
16330
16391
  let t = e.trim();
16331
- return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : vx(t) ? yx(t) : "*" + t;
16392
+ return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Tx(t) ? Ex(t) : "*" + t;
16332
16393
  }
16333
- function Sx(e) {
16394
+ function kx(e) {
16334
16395
  let t = [], n = -1, r = 0, i = 0, a, o, s, c, l, u, d, f = [];
16335
16396
  f[0] = () => {
16336
16397
  o === void 0 ? o = s : o += s;
@@ -16341,7 +16402,7 @@ function Sx(e) {
16341
16402
  }, f[3] = () => {
16342
16403
  if (i > 0) i--, r = 4, f[0]();
16343
16404
  else {
16344
- if (i = 0, o === void 0 || (o = xx(o), o === !1)) return !1;
16405
+ if (i = 0, o === void 0 || (o = Ox(o), o === !1)) return !1;
16345
16406
  f[1]();
16346
16407
  }
16347
16408
  };
@@ -16350,29 +16411,29 @@ function Sx(e) {
16350
16411
  if (r === 5 && t === "'" || r === 6 && t === "\"") return n++, s = "\\" + t, f[0](), !0;
16351
16412
  }
16352
16413
  for (; r !== null;) if (n++, a = e[n], !(a === "\\" && p())) {
16353
- if (c = bx(a), d = gx[r], l = d[c] || d.l || 8, l === 8 || (r = l[0], l[1] !== void 0 && (u = f[l[1]], u && (s = a, u() === !1)))) return;
16414
+ if (c = Dx(a), d = Cx[r], l = d[c] || d.l || 8, l === 8 || (r = l[0], l[1] !== void 0 && (u = f[l[1]], u && (s = a, u() === !1)))) return;
16354
16415
  if (r === 7) return t;
16355
16416
  }
16356
16417
  }
16357
- var Cx = /* @__PURE__ */ new Map();
16358
- function wx(e, t) {
16418
+ var Ax = /* @__PURE__ */ new Map();
16419
+ function jx(e, t) {
16359
16420
  return Z(e) ? e[t] : null;
16360
16421
  }
16361
- function Tx(e, t) {
16422
+ function Mx(e, t) {
16362
16423
  if (!Z(e)) return null;
16363
- let n = Cx.get(t);
16364
- if (n || (n = Sx(t), n && Cx.set(t, n)), !n) return null;
16424
+ let n = Ax.get(t);
16425
+ if (n || (n = kx(t), n && Ax.set(t, n)), !n) return null;
16365
16426
  let r = n.length, i = e, a = 0;
16366
16427
  for (; a < r;) {
16367
16428
  let e = n[a];
16368
- if (Hb.includes(e) && wb(i) || !Z(i) || !Cy(i, e)) return null;
16429
+ if (Yb.includes(e) && jb(i) || !Z(i) || !Ay(i, e)) return null;
16369
16430
  let t = i[e];
16370
- if (t === void 0 || Ty(i)) return null;
16431
+ if (t === void 0 || My(i)) return null;
16371
16432
  i = t, a++;
16372
16433
  }
16373
16434
  return i;
16374
16435
  }
16375
- var Ex = {
16436
+ var Nx = {
16376
16437
  NOT_FOUND_KEY: 1,
16377
16438
  FALLBACK_TO_TRANSLATE: 2,
16378
16439
  CANNOT_FORMAT_NUMBER: 3,
@@ -16382,51 +16443,51 @@ var Ex = {
16382
16443
  EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: 7,
16383
16444
  INVALID_NUMBER_ARGUMENT: 8,
16384
16445
  INVALID_DATE_ARGUMENT: 9
16385
- }, Dx = {
16386
- [Ex.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
16387
- [Ex.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
16388
- [Ex.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
16389
- [Ex.FALLBACK_TO_NUMBER_FORMAT]: "Fall back to number format '{key}' key with '{target}' locale.",
16390
- [Ex.CANNOT_FORMAT_DATE]: "Cannot format a date value due to not supported Intl.DateTimeFormat.",
16391
- [Ex.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale.",
16392
- [Ex.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future.",
16393
- [Ex.INVALID_NUMBER_ARGUMENT]: "Invalid argument for number formatting: expected a number but received '{value}'.",
16394
- [Ex.INVALID_DATE_ARGUMENT]: "Invalid argument for datetime formatting: expected a Date, number, or ISO string but received '{value}'."
16446
+ }, Px = {
16447
+ [Nx.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
16448
+ [Nx.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
16449
+ [Nx.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
16450
+ [Nx.FALLBACK_TO_NUMBER_FORMAT]: "Fall back to number format '{key}' key with '{target}' locale.",
16451
+ [Nx.CANNOT_FORMAT_DATE]: "Cannot format a date value due to not supported Intl.DateTimeFormat.",
16452
+ [Nx.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale.",
16453
+ [Nx.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future.",
16454
+ [Nx.INVALID_NUMBER_ARGUMENT]: "Invalid argument for number formatting: expected a number but received '{value}'.",
16455
+ [Nx.INVALID_DATE_ARGUMENT]: "Invalid argument for datetime formatting: expected a Date, number, or ISO string but received '{value}'."
16395
16456
  };
16396
- function Ox(e, ...t) {
16397
- return ny(Dx[e], ...t);
16457
+ function Fx(e, ...t) {
16458
+ return ly(Px[e], ...t);
16398
16459
  }
16399
- var kx = "11.4.4", Ax = "en-US", jx = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
16400
- function Mx() {
16460
+ var Ix = "11.4.4", Lx = "en-US", Rx = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
16461
+ function zx() {
16401
16462
  return {
16402
16463
  upper: (e, t) => t === "text" && Y(e) ? e.toUpperCase() : t === "vnode" && Z(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
16403
16464
  lower: (e, t) => t === "text" && Y(e) ? e.toLowerCase() : t === "vnode" && Z(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
16404
- capitalize: (e, t) => t === "text" && Y(e) ? jx(e) : t === "vnode" && Z(e) && "__v_isVNode" in e ? jx(e.children) : e
16465
+ capitalize: (e, t) => t === "text" && Y(e) ? Rx(e) : t === "vnode" && Z(e) && "__v_isVNode" in e ? Rx(e.children) : e
16405
16466
  };
16406
16467
  }
16407
- var Nx;
16408
- function Px(e) {
16409
- Nx = e;
16410
- }
16411
- var Fx;
16412
- function Ix(e) {
16413
- Fx = e;
16414
- }
16415
- var Lx;
16416
- function Rx(e) {
16417
- Lx = e;
16418
- }
16419
- var zx = null, Bx = /* @__NO_SIDE_EFFECTS__ */ () => zx, Vx = null, Hx = (e) => {
16420
- Vx = e;
16421
- }, Ux = () => Vx, Wx = 0;
16422
- function Gx(e = {}) {
16423
- let t = Ty(e.onWarn) ? e.onWarn : Yv, n = Y(e.version) ? e.version : kx, r = Y(e.locale) || Ty(e.locale) ? e.locale : Ax, i = Ty(r) ? Ax : r, a = wy(e.fallbackLocale) || Q(e.fallbackLocale) || Y(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = Q(e.messages) ? e.messages : Kx(i), s = Q(e.datetimeFormats) ? e.datetimeFormats : Kx(i), c = Q(e.numberFormats) ? e.numberFormats : Kx(i), l = uy(J(), e.modifiers, Mx()), u = e.pluralRules || J(), d = Ty(e.missing) ? e.missing : null, f = X(e.missingWarn) || cy(e.missingWarn) ? e.missingWarn : !0, p = X(e.fallbackWarn) || cy(e.fallbackWarn) ? e.fallbackWarn : !0, m = !!e.fallbackFormat, h = !!e.unresolving, g = Ty(e.postTranslation) ? e.postTranslation : null, _ = Q(e.processor) ? e.processor : null, v = X(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, b = Ty(e.messageCompiler) ? e.messageCompiler : Nx;
16424
- process.env.NODE_ENV !== "production" && Ty(e.messageCompiler) && Zv(Ox(Ex.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
16425
- let x = Ty(e.messageResolver) ? e.messageResolver : Fx || wx, S = Ty(e.localeFallbacker) ? e.localeFallbacker : Lx || dx, C = Z(e.fallbackContext) ? e.fallbackContext : void 0, w = e, T = Z(w.__datetimeFormatters) ? w.__datetimeFormatters : /* @__PURE__ */ new Map(), E = Z(w.__numberFormatters) ? w.__numberFormatters : /* @__PURE__ */ new Map(), D = Z(w.__meta) ? w.__meta : {};
16426
- Wx++;
16468
+ var Bx;
16469
+ function Vx(e) {
16470
+ Bx = e;
16471
+ }
16472
+ var Hx;
16473
+ function Ux(e) {
16474
+ Hx = e;
16475
+ }
16476
+ var Wx;
16477
+ function Gx(e) {
16478
+ Wx = e;
16479
+ }
16480
+ var Kx = null, qx = /* @__NO_SIDE_EFFECTS__ */ () => Kx, Jx = null, Yx = (e) => {
16481
+ Jx = e;
16482
+ }, Xx = () => Jx, Zx = 0;
16483
+ function Qx(e = {}) {
16484
+ let t = My(e.onWarn) ? e.onWarn : ny, n = Y(e.version) ? e.version : Ix, r = Y(e.locale) || My(e.locale) ? e.locale : Lx, i = My(r) ? Lx : r, a = jy(e.fallbackLocale) || Q(e.fallbackLocale) || Y(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = Q(e.messages) ? e.messages : $x(i), s = Q(e.datetimeFormats) ? e.datetimeFormats : $x(i), c = Q(e.numberFormats) ? e.numberFormats : $x(i), l = _y(J(), e.modifiers, zx()), u = e.pluralRules || J(), d = My(e.missing) ? e.missing : null, f = X(e.missingWarn) || hy(e.missingWarn) ? e.missingWarn : !0, p = X(e.fallbackWarn) || hy(e.fallbackWarn) ? e.fallbackWarn : !0, m = !!e.fallbackFormat, h = !!e.unresolving, g = My(e.postTranslation) ? e.postTranslation : null, _ = Q(e.processor) ? e.processor : null, v = X(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, y = !!e.escapeParameter, b = My(e.messageCompiler) ? e.messageCompiler : Bx;
16485
+ process.env.NODE_ENV !== "production" && My(e.messageCompiler) && iy(Fx(Nx.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
16486
+ let x = My(e.messageResolver) ? e.messageResolver : Hx || jx, S = My(e.localeFallbacker) ? e.localeFallbacker : Wx || vx, C = Z(e.fallbackContext) ? e.fallbackContext : void 0, w = e, T = Z(w.__datetimeFormatters) ? w.__datetimeFormatters : /* @__PURE__ */ new Map(), E = Z(w.__numberFormatters) ? w.__numberFormatters : /* @__PURE__ */ new Map(), D = Z(w.__meta) ? w.__meta : {};
16487
+ Zx++;
16427
16488
  let O = {
16428
16489
  version: n,
16429
- cid: Wx,
16490
+ cid: Zx,
16430
16491
  locale: r,
16431
16492
  fallbackLocale: a,
16432
16493
  messages: o,
@@ -16448,16 +16509,16 @@ function Gx(e = {}) {
16448
16509
  onWarn: t,
16449
16510
  __meta: D
16450
16511
  };
16451
- return O.datetimeFormats = s, O.numberFormats = c, O.__datetimeFormatters = T, O.__numberFormatters = E, process.env.NODE_ENV !== "production" && (O.__v_emitter = w.__v_emitter == null ? void 0 : w.__v_emitter), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && nx(O, n, D), O;
16512
+ return O.datetimeFormats = s, O.numberFormats = c, O.__datetimeFormatters = T, O.__numberFormatters = E, process.env.NODE_ENV !== "production" && (O.__v_emitter = w.__v_emitter == null ? void 0 : w.__v_emitter), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && lx(O, n, D), O;
16452
16513
  }
16453
- var Kx = (e) => ({ [e]: J() });
16454
- function qx(e, t) {
16514
+ var $x = (e) => ({ [e]: J() });
16515
+ function eS(e, t) {
16455
16516
  return e instanceof RegExp ? e.test(t) : e;
16456
16517
  }
16457
- function Jx(e, t) {
16518
+ function tS(e, t) {
16458
16519
  return e instanceof RegExp ? e.test(t) : e;
16459
16520
  }
16460
- function Yx(e, t, n, r, i) {
16521
+ function nS(e, t, n, r, i) {
16461
16522
  let { missing: a, onWarn: o } = e;
16462
16523
  if (process.env.NODE_ENV !== "production") {
16463
16524
  let r = e.__v_emitter;
@@ -16471,37 +16532,37 @@ function Yx(e, t, n, r, i) {
16471
16532
  if (a !== null) {
16472
16533
  let r = a(e, n, t, i);
16473
16534
  return Y(r) ? r : t;
16474
- } else return process.env.NODE_ENV !== "production" && Jx(r, t) && o(Ox(Ex.NOT_FOUND_KEY, {
16535
+ } else return process.env.NODE_ENV !== "production" && tS(r, t) && o(Fx(Nx.NOT_FOUND_KEY, {
16475
16536
  key: t,
16476
16537
  locale: n
16477
16538
  })), t;
16478
16539
  }
16479
- function Xx(e, t, n) {
16540
+ function rS(e, t, n) {
16480
16541
  let r = e;
16481
16542
  r.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, t);
16482
16543
  }
16483
- function Zx(e, t) {
16544
+ function iS(e, t) {
16484
16545
  return e === t ? !1 : e.split("-")[0] === t.split("-")[0];
16485
16546
  }
16486
- function Qx(e, t) {
16547
+ function aS(e, t) {
16487
16548
  let n = t.indexOf(e);
16488
16549
  if (n === -1) return !1;
16489
- for (let r = n + 1; r < t.length; r++) if (Zx(e, t[r])) return !0;
16550
+ for (let r = n + 1; r < t.length; r++) if (iS(e, t[r])) return !0;
16490
16551
  return !1;
16491
16552
  }
16492
- var $x = typeof Intl < "u", eS = {
16493
- dateTimeFormat: $x && Intl.DateTimeFormat !== void 0,
16494
- numberFormat: $x && Intl.NumberFormat !== void 0
16553
+ var oS = typeof Intl < "u", sS = {
16554
+ dateTimeFormat: oS && Intl.DateTimeFormat !== void 0,
16555
+ numberFormat: oS && Intl.NumberFormat !== void 0
16495
16556
  };
16496
- function tS(e, ...t) {
16557
+ function cS(e, ...t) {
16497
16558
  let { datetimeFormats: n, unresolving: r, fallbackLocale: i, onWarn: a, localeFallbacker: o } = e, { __datetimeFormatters: s } = e;
16498
- if (process.env.NODE_ENV !== "production" && !eS.dateTimeFormat) return a(Ox(Ex.CANNOT_FORMAT_DATE)), "";
16499
- if (!Y(t[0]) && !sy(t[0]) && !oy(t[0])) return process.env.NODE_ENV !== "production" && a(Ox(Ex.INVALID_DATE_ARGUMENT, { value: String(t[0]) })), "";
16500
- let [c, l, u, d] = rS(...t), f = X(u.missingWarn) ? u.missingWarn : e.missingWarn, p = X(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn, m = !!u.part, h = cx(e, u), g = o(e, i, h);
16559
+ if (process.env.NODE_ENV !== "production" && !sS.dateTimeFormat) return a(Fx(Nx.CANNOT_FORMAT_DATE)), "";
16560
+ if (!Y(t[0]) && !my(t[0]) && !py(t[0])) return process.env.NODE_ENV !== "production" && a(Fx(Nx.INVALID_DATE_ARGUMENT, { value: String(t[0]) })), "";
16561
+ let [c, l, u, d] = uS(...t), f = X(u.missingWarn) ? u.missingWarn : e.missingWarn, p = X(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn, m = !!u.part, h = hx(e, u), g = o(e, i, h);
16501
16562
  if (!Y(c) || c === "") return new Intl.DateTimeFormat(h.replace(/!/g, ""), d).format(l);
16502
16563
  let _ = {}, v, y = null, b = h, x = null, S = "datetime format";
16503
16564
  for (let t = 0; t < g.length; t++) {
16504
- if (v = x = g[t], process.env.NODE_ENV !== "production" && h !== v && qx(p, c) && a(Ox(Ex.FALLBACK_TO_DATE_FORMAT, {
16565
+ if (v = x = g[t], process.env.NODE_ENV !== "production" && h !== v && eS(p, c) && a(Fx(Nx.FALLBACK_TO_DATE_FORMAT, {
16505
16566
  key: c,
16506
16567
  target: v
16507
16568
  })), process.env.NODE_ENV !== "production" && h !== v) {
@@ -16515,15 +16576,15 @@ function tS(e, ...t) {
16515
16576
  });
16516
16577
  }
16517
16578
  if (_ = n[v] || {}, y = _[c], Q(y)) break;
16518
- Yx(e, c, v, f, S), b = x;
16579
+ nS(e, c, v, f, S), b = x;
16519
16580
  }
16520
16581
  if (!Q(y) || !Y(v)) return r ? -1 : c;
16521
16582
  let C = `${v}__${c}`;
16522
- ly(d) || (C = `${C}__${JSON.stringify(d)}`);
16583
+ gy(d) || (C = `${C}__${JSON.stringify(d)}`);
16523
16584
  let w = s.get(C);
16524
- return w || (w = new Intl.DateTimeFormat(v, uy({}, y, d)), s.set(C, w)), m ? w.formatToParts(l) : w.format(l);
16585
+ return w || (w = new Intl.DateTimeFormat(v, _y({}, y, d)), s.set(C, w)), m ? w.formatToParts(l) : w.format(l);
16525
16586
  }
16526
- var nS = [
16587
+ var lS = [
16527
16588
  "localeMatcher",
16528
16589
  "weekday",
16529
16590
  "era",
@@ -16545,25 +16606,25 @@ var nS = [
16545
16606
  "hourCycle",
16546
16607
  "fractionalSecondDigits"
16547
16608
  ];
16548
- function rS(...e) {
16609
+ function uS(...e) {
16549
16610
  let [t, n, r, i] = e, a = J(), o = J(), s;
16550
16611
  if (Y(t)) {
16551
16612
  let e = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
16552
- if (!e) throw ox(ax.INVALID_ISO_DATE_ARGUMENT);
16613
+ if (!e) throw px(fx.INVALID_ISO_DATE_ARGUMENT);
16553
16614
  let n = e[3] ? e[3].trim().startsWith("T") ? `${e[1].trim()}${e[3].trim()}` : `${e[1].trim()}T${e[3].trim()}` : e[1].trim();
16554
16615
  s = new Date(n);
16555
16616
  try {
16556
16617
  s.toISOString();
16557
16618
  } catch {
16558
- throw ox(ax.INVALID_ISO_DATE_ARGUMENT);
16619
+ throw px(fx.INVALID_ISO_DATE_ARGUMENT);
16559
16620
  }
16560
- } else if (sy(t)) {
16561
- if (isNaN(t.getTime())) throw ox(ax.INVALID_DATE_ARGUMENT);
16621
+ } else if (my(t)) {
16622
+ if (isNaN(t.getTime())) throw px(fx.INVALID_DATE_ARGUMENT);
16562
16623
  s = t;
16563
- } else if (oy(t)) s = t;
16564
- else throw ox(ax.INVALID_ARGUMENT);
16624
+ } else if (py(t)) s = t;
16625
+ else throw px(fx.INVALID_ARGUMENT);
16565
16626
  return Y(n) ? a.key = n : Q(n) && Object.keys(n).forEach((e) => {
16566
- nS.includes(e) ? o[e] = n[e] : a[e] = n[e];
16627
+ lS.includes(e) ? o[e] = n[e] : a[e] = n[e];
16567
16628
  }), Y(r) ? a.locale = r : Q(r) && (o = r), Q(i) && (o = i), [
16568
16629
  a.key || "",
16569
16630
  s,
@@ -16571,22 +16632,22 @@ function rS(...e) {
16571
16632
  o
16572
16633
  ];
16573
16634
  }
16574
- function iS(e, t, n) {
16635
+ function dS(e, t, n) {
16575
16636
  let r = e;
16576
16637
  for (let e in n) {
16577
16638
  let n = `${t}__${e}`;
16578
16639
  r.__datetimeFormatters.has(n) && r.__datetimeFormatters.delete(n);
16579
16640
  }
16580
16641
  }
16581
- function aS(e, ...t) {
16642
+ function fS(e, ...t) {
16582
16643
  let { numberFormats: n, unresolving: r, fallbackLocale: i, onWarn: a, localeFallbacker: o } = e, { __numberFormatters: s } = e;
16583
- if (process.env.NODE_ENV !== "production" && !eS.numberFormat) return a(Ox(Ex.CANNOT_FORMAT_NUMBER)), "";
16584
- if (!oy(t[0])) return process.env.NODE_ENV !== "production" && a(Ox(Ex.INVALID_NUMBER_ARGUMENT, { value: String(t[0]) })), "";
16585
- let [c, l, u, d] = sS(...t), f = X(u.missingWarn) ? u.missingWarn : e.missingWarn, p = X(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn, m = !!u.part, h = cx(e, u), g = o(e, i, h);
16644
+ if (process.env.NODE_ENV !== "production" && !sS.numberFormat) return a(Fx(Nx.CANNOT_FORMAT_NUMBER)), "";
16645
+ if (!py(t[0])) return process.env.NODE_ENV !== "production" && a(Fx(Nx.INVALID_NUMBER_ARGUMENT, { value: String(t[0]) })), "";
16646
+ let [c, l, u, d] = mS(...t), f = X(u.missingWarn) ? u.missingWarn : e.missingWarn, p = X(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn, m = !!u.part, h = hx(e, u), g = o(e, i, h);
16586
16647
  if (!Y(c) || c === "") return new Intl.NumberFormat(h.replace(/!/g, ""), d).format(l);
16587
16648
  let _ = {}, v, y = null, b = h, x = null, S = "number format";
16588
16649
  for (let t = 0; t < g.length; t++) {
16589
- if (v = x = g[t], process.env.NODE_ENV !== "production" && h !== v && qx(p, c) && a(Ox(Ex.FALLBACK_TO_NUMBER_FORMAT, {
16650
+ if (v = x = g[t], process.env.NODE_ENV !== "production" && h !== v && eS(p, c) && a(Fx(Nx.FALLBACK_TO_NUMBER_FORMAT, {
16590
16651
  key: c,
16591
16652
  target: v
16592
16653
  })), process.env.NODE_ENV !== "production" && h !== v) {
@@ -16600,15 +16661,15 @@ function aS(e, ...t) {
16600
16661
  });
16601
16662
  }
16602
16663
  if (_ = n[v] || {}, y = _[c], Q(y)) break;
16603
- Yx(e, c, v, f, S), b = x;
16664
+ nS(e, c, v, f, S), b = x;
16604
16665
  }
16605
16666
  if (!Q(y) || !Y(v)) return r ? -1 : c;
16606
16667
  let C = `${v}__${c}`;
16607
- ly(d) || (C = `${C}__${JSON.stringify(d)}`);
16668
+ gy(d) || (C = `${C}__${JSON.stringify(d)}`);
16608
16669
  let w = s.get(C);
16609
- return w || (w = new Intl.NumberFormat(v, uy({}, y, d)), s.set(C, w)), m ? w.formatToParts(l) : w.format(l);
16670
+ return w || (w = new Intl.NumberFormat(v, _y({}, y, d)), s.set(C, w)), m ? w.formatToParts(l) : w.format(l);
16610
16671
  }
16611
- var oS = [
16672
+ var pS = [
16612
16673
  "localeMatcher",
16613
16674
  "style",
16614
16675
  "currency",
@@ -16630,12 +16691,12 @@ var oS = [
16630
16691
  "roundingIncrement",
16631
16692
  "trailingZeroDisplay"
16632
16693
  ];
16633
- function sS(...e) {
16694
+ function mS(...e) {
16634
16695
  let [t, n, r, i] = e, a = J(), o = J();
16635
- if (!oy(t)) throw ox(ax.INVALID_ARGUMENT);
16696
+ if (!py(t)) throw px(fx.INVALID_ARGUMENT);
16636
16697
  let s = t;
16637
16698
  return Y(n) ? a.key = n : Q(n) && Object.keys(n).forEach((e) => {
16638
- oS.includes(e) ? o[e] = n[e] : a[e] = n[e];
16699
+ pS.includes(e) ? o[e] = n[e] : a[e] = n[e];
16639
16700
  }), Y(r) ? a.locale = r : Q(r) && (o = r), Q(i) && (o = i), [
16640
16701
  a.key || "",
16641
16702
  s,
@@ -16643,83 +16704,83 @@ function sS(...e) {
16643
16704
  o
16644
16705
  ];
16645
16706
  }
16646
- function cS(e, t, n) {
16707
+ function hS(e, t, n) {
16647
16708
  let r = e;
16648
16709
  for (let e in n) {
16649
16710
  let n = `${t}__${e}`;
16650
16711
  r.__numberFormatters.has(n) && r.__numberFormatters.delete(n);
16651
16712
  }
16652
16713
  }
16653
- var lS = (e) => e, uS = (e) => "", dS = "text", fS = (e) => e.length === 0 ? "" : Ay(e), pS = ky;
16654
- function mS(e, t) {
16714
+ var gS = (e) => e, _S = (e) => "", vS = "text", yS = (e) => e.length === 0 ? "" : Ly(e), bS = Iy;
16715
+ function xS(e, t) {
16655
16716
  return e = Math.abs(e), t === 2 ? e === 1 ? 0 : 1 : Math.min(e, 2);
16656
16717
  }
16657
- function hS(e) {
16658
- let t = oy(e.pluralIndex) ? e.pluralIndex : -1;
16659
- return oy(e.named?.count) ? e.named.count : oy(e.named?.n) ? e.named.n : t;
16718
+ function SS(e) {
16719
+ let t = py(e.pluralIndex) ? e.pluralIndex : -1;
16720
+ return py(e.named?.count) ? e.named.count : py(e.named?.n) ? e.named.n : t;
16660
16721
  }
16661
- function gS(e = {}) {
16662
- let t = e.locale, n = hS(e), r = Y(t) && Ty(e.pluralRules?.[t]) ? e.pluralRules[t] : mS, i = r === mS ? void 0 : mS, a = (e) => e[r(n, e.length, i)], o = e.list || [], s = (e) => o[e], c = e.named || J();
16663
- oy(e.pluralIndex) && (c.count ||= e.pluralIndex, c.n ||= e.pluralIndex);
16722
+ function CS(e = {}) {
16723
+ let t = e.locale, n = SS(e), r = Y(t) && My(e.pluralRules?.[t]) ? e.pluralRules[t] : xS, i = r === xS ? void 0 : xS, a = (e) => e[r(n, e.length, i)], o = e.list || [], s = (e) => o[e], c = e.named || J();
16724
+ py(e.pluralIndex) && (c.count ||= e.pluralIndex, c.n ||= e.pluralIndex);
16664
16725
  let l = (e) => c[e];
16665
16726
  function u(t, n) {
16666
- return (Ty(e.messages) ? e.messages(t, !!n) : Z(e.messages) ? e.messages[t] : !1) || (e.parent ? e.parent.message(t) : uS);
16727
+ return (My(e.messages) ? e.messages(t, !!n) : Z(e.messages) ? e.messages[t] : !1) || (e.parent ? e.parent.message(t) : _S);
16667
16728
  }
16668
- let d = (t) => e.modifiers ? e.modifiers[t] : lS, f = Ty(e.processor?.normalize) ? e.processor.normalize : fS, p = Ty(e.processor?.interpolate) ? e.processor.interpolate : pS, m = {
16729
+ let d = (t) => e.modifiers ? e.modifiers[t] : gS, f = My(e.processor?.normalize) ? e.processor.normalize : yS, p = My(e.processor?.interpolate) ? e.processor.interpolate : bS, m = {
16669
16730
  list: s,
16670
16731
  named: l,
16671
16732
  plural: a,
16672
16733
  linked: (e, ...t) => {
16673
16734
  let [n, r] = t, i = "text", a = "";
16674
16735
  t.length === 1 ? Z(n) ? (a = n.modifier || a, i = n.type || i) : Y(n) && (a = n || a) : t.length === 2 && (Y(n) && (a = n || a), Y(r) && (i = r || i));
16675
- let o = u(e, !0)(m), s = o === "" || o === void 0 ? e : o, c = i === "vnode" && wy(s) && a ? s[0] : s;
16736
+ let o = u(e, !0)(m), s = o === "" || o === void 0 ? e : o, c = i === "vnode" && jy(s) && a ? s[0] : s;
16676
16737
  return a ? d(a)(c, i) : c;
16677
16738
  },
16678
16739
  message: u,
16679
- type: Y(e.processor?.type) ? e.processor.type : dS,
16740
+ type: Y(e.processor?.type) ? e.processor.type : vS,
16680
16741
  interpolate: p,
16681
16742
  normalize: f,
16682
- values: uy(J(), o, c)
16743
+ values: _y(J(), o, c)
16683
16744
  };
16684
16745
  return m;
16685
16746
  }
16686
- var _S = () => "", vS = (e) => Ty(e);
16687
- function yS(e, ...t) {
16688
- let { fallbackFormat: n, postTranslation: r, unresolving: i, messageCompiler: a, fallbackLocale: o, messages: s } = e, [c, l] = wS(...t), u = X(l.missingWarn) ? l.missingWarn : e.missingWarn, d = X(l.fallbackWarn) ? l.fallbackWarn : e.fallbackWarn, f = X(l.escapeParameter) ? l.escapeParameter : e.escapeParameter, p = !!l.resolvedMessage, m = Y(l.default) || X(l.default) ? X(l.default) ? a ? c : () => c : l.default : n ? a ? c : () => c : null, h = n || m != null && (Y(m) || Ty(m)), g = cx(e, l);
16689
- f && bS(l);
16747
+ var wS = () => "", TS = (e) => My(e);
16748
+ function ES(e, ...t) {
16749
+ let { fallbackFormat: n, postTranslation: r, unresolving: i, messageCompiler: a, fallbackLocale: o, messages: s } = e, [c, l] = jS(...t), u = X(l.missingWarn) ? l.missingWarn : e.missingWarn, d = X(l.fallbackWarn) ? l.fallbackWarn : e.fallbackWarn, f = X(l.escapeParameter) ? l.escapeParameter : e.escapeParameter, p = !!l.resolvedMessage, m = Y(l.default) || X(l.default) ? X(l.default) ? a ? c : () => c : l.default : n ? a ? c : () => c : null, h = n || m != null && (Y(m) || My(m)), g = hx(e, l);
16750
+ f && DS(l);
16690
16751
  let [_, v, y] = p ? [
16691
16752
  c,
16692
16753
  g,
16693
16754
  s[g] || J()
16694
- ] : xS(e, c, g, o, d, u), b = _, x = c;
16695
- if (!p && !(Y(b) || wb(b) || vS(b)) && h && (b = m, x = b), !p && (!(Y(b) || wb(b) || vS(b)) || !Y(v))) return i ? -1 : c;
16696
- if (process.env.NODE_ENV !== "production" && Y(b) && e.messageCompiler == null) return Yv(`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;
16697
- let S = !1, C = vS(b) ? b : SS(e, c, v, b, x, () => {
16755
+ ] : OS(e, c, g, o, d, u), b = _, x = c;
16756
+ if (!p && !(Y(b) || jb(b) || TS(b)) && h && (b = m, x = b), !p && (!(Y(b) || jb(b) || TS(b)) || !Y(v))) return i ? -1 : c;
16757
+ if (process.env.NODE_ENV !== "production" && Y(b) && e.messageCompiler == null) return ny(`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;
16758
+ let S = !1, C = TS(b) ? b : kS(e, c, v, b, x, () => {
16698
16759
  S = !0;
16699
16760
  });
16700
16761
  if (S) return b;
16701
- let w = CS(e, C, gS(DS(e, v, y, l))), T = r ? r(w, c) : w;
16702
- if (f && Y(T) && (T = xy(T)), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
16762
+ let w = AS(e, C, CS(PS(e, v, y, l))), T = r ? r(w, c) : w;
16763
+ if (f && Y(T) && (T = Oy(T)), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
16703
16764
  let t = {
16704
16765
  timestamp: Date.now(),
16705
- key: Y(c) ? c : vS(b) ? b.key : "",
16706
- locale: v || (vS(b) ? b.locale : ""),
16707
- format: Y(b) ? b : vS(b) ? b.source : "",
16766
+ key: Y(c) ? c : TS(b) ? b.key : "",
16767
+ locale: v || (TS(b) ? b.locale : ""),
16768
+ format: Y(b) ? b : TS(b) ? b.source : "",
16708
16769
  message: T
16709
16770
  };
16710
- t.meta = uy({}, e.__meta, /* @__PURE__ */ Bx() || {}), rx(t);
16771
+ t.meta = _y({}, e.__meta, /* @__PURE__ */ qx() || {}), ux(t);
16711
16772
  }
16712
16773
  return T;
16713
16774
  }
16714
- function bS(e) {
16715
- wy(e.list) ? e.list = e.list.map((e) => Y(e) ? my(e) : e) : Z(e.named) && Object.keys(e.named).forEach((t) => {
16716
- Y(e.named[t]) && (e.named[t] = my(e.named[t]));
16775
+ function DS(e) {
16776
+ jy(e.list) ? e.list = e.list.map((e) => Y(e) ? xy(e) : e) : Z(e.named) && Object.keys(e.named).forEach((t) => {
16777
+ Y(e.named[t]) && (e.named[t] = xy(e.named[t]));
16717
16778
  });
16718
16779
  }
16719
- function xS(e, t, n, r, i, a) {
16780
+ function OS(e, t, n, r, i, a) {
16720
16781
  let { messages: o, onWarn: s, messageResolver: c, localeFallbacker: l } = e, u = l(e, r, n), d = J(), f, p = null, m = n, h = null, g = "translate";
16721
16782
  for (let r = 0; r < u.length; r++) {
16722
- f = h = u[r], process.env.NODE_ENV !== "production" && n !== f && !Zx(n, f) && qx(i, t) && s(Ox(Ex.FALLBACK_TO_TRANSLATE, {
16783
+ f = h = u[r], process.env.NODE_ENV !== "production" && n !== f && !iS(n, f) && eS(i, t) && s(Fx(Nx.FALLBACK_TO_TRANSLATE, {
16723
16784
  key: t,
16724
16785
  target: f
16725
16786
  }));
@@ -16732,7 +16793,7 @@ function xS(e, t, n, r, i, a) {
16732
16793
  groupId: `${g}:${t}`
16733
16794
  }), d = o[f] || J();
16734
16795
  let _ = null, v, y;
16735
- if (process.env.NODE_ENV !== "production" && Qv && l && (_ = window.performance.now(), v = "intlify-message-resolve-start", y = "intlify-message-resolve-end", $v && $v(v)), (p = c(d, t)) === null && (p = d[t]), process.env.NODE_ENV !== "production" && Qv && l) {
16796
+ if (process.env.NODE_ENV !== "production" && ay && l && (_ = window.performance.now(), v = "intlify-message-resolve-start", y = "intlify-message-resolve-end", oy && oy(v)), (p = c(d, t)) === null && (p = d[t]), process.env.NODE_ENV !== "production" && ay && l) {
16736
16797
  let e = window.performance.now();
16737
16798
  l && _ && p && l.emit("message-resolve", {
16738
16799
  type: "message-resolve",
@@ -16740,11 +16801,11 @@ function xS(e, t, n, r, i, a) {
16740
16801
  message: p,
16741
16802
  time: e - _,
16742
16803
  groupId: `${g}:${t}`
16743
- }), v && y && $v && ey && ($v(y), ey("intlify message resolve", v, y));
16804
+ }), v && y && oy && sy && (oy(y), sy("intlify message resolve", v, y));
16744
16805
  }
16745
- if (Y(p) || wb(p) || vS(p)) break;
16746
- if (!Qx(f, u)) {
16747
- let n = Yx(e, t, f, a, g);
16806
+ if (Y(p) || jb(p) || TS(p)) break;
16807
+ if (!aS(f, u)) {
16808
+ let n = nS(e, t, f, a, g);
16748
16809
  n !== t && (p = n);
16749
16810
  }
16750
16811
  m = h;
@@ -16755,9 +16816,9 @@ function xS(e, t, n, r, i, a) {
16755
16816
  d
16756
16817
  ];
16757
16818
  }
16758
- function SS(e, t, n, r, i, a) {
16819
+ function kS(e, t, n, r, i, a) {
16759
16820
  let { messageCompiler: o, warnHtmlMessage: s } = e;
16760
- if (vS(r)) {
16821
+ if (TS(r)) {
16761
16822
  let e = r;
16762
16823
  return e.locale = e.locale || n, e.key = e.key || t, e;
16763
16824
  }
@@ -16766,48 +16827,48 @@ function SS(e, t, n, r, i, a) {
16766
16827
  return e.locale = n, e.key = t, e;
16767
16828
  }
16768
16829
  let c = process.env.NODE_ENV === "production" ? void 0 : e.__v_emitter, l = null, u, d;
16769
- process.env.NODE_ENV !== "production" && Qv && c && (l = window.performance.now(), u = "intlify-message-compilation-start", d = "intlify-message-compilation-end", $v && $v(u));
16770
- let f = o(r, TS(e, n, i, r, s, a));
16771
- if (process.env.NODE_ENV !== "production" && Qv && c) {
16830
+ process.env.NODE_ENV !== "production" && ay && c && (l = window.performance.now(), u = "intlify-message-compilation-start", d = "intlify-message-compilation-end", oy && oy(u));
16831
+ let f = o(r, MS(e, n, i, r, s, a));
16832
+ if (process.env.NODE_ENV !== "production" && ay && c) {
16772
16833
  let e = window.performance.now();
16773
16834
  c && l && c.emit("message-compilation", {
16774
16835
  type: "message-compilation",
16775
16836
  message: r,
16776
16837
  time: e - l,
16777
16838
  groupId: `translate:${t}`
16778
- }), u && d && $v && ey && ($v(d), ey("intlify message compilation", u, d));
16839
+ }), u && d && oy && sy && (oy(d), sy("intlify message compilation", u, d));
16779
16840
  }
16780
16841
  return f.locale = n, f.key = t, f.source = r, f;
16781
16842
  }
16782
- function CS(e, t, n) {
16843
+ function AS(e, t, n) {
16783
16844
  let r = process.env.NODE_ENV === "production" ? void 0 : e.__v_emitter, i = null, a, o;
16784
- process.env.NODE_ENV !== "production" && Qv && r && (i = window.performance.now(), a = "intlify-message-evaluation-start", o = "intlify-message-evaluation-end", $v && $v(a));
16845
+ process.env.NODE_ENV !== "production" && ay && r && (i = window.performance.now(), a = "intlify-message-evaluation-start", o = "intlify-message-evaluation-end", oy && oy(a));
16785
16846
  let s = t(n);
16786
- if (process.env.NODE_ENV !== "production" && Qv && r) {
16847
+ if (process.env.NODE_ENV !== "production" && ay && r) {
16787
16848
  let e = window.performance.now();
16788
16849
  r && i && r.emit("message-evaluation", {
16789
16850
  type: "message-evaluation",
16790
16851
  value: s,
16791
16852
  time: e - i,
16792
16853
  groupId: `translate:${t.key}`
16793
- }), a && o && $v && ey && ($v(o), ey("intlify message evaluation", a, o));
16854
+ }), a && o && oy && sy && (oy(o), sy("intlify message evaluation", a, o));
16794
16855
  }
16795
16856
  return s;
16796
16857
  }
16797
- function wS(...e) {
16858
+ function jS(...e) {
16798
16859
  let [t, n, r] = e, i = J();
16799
- if (!Y(t) && !oy(t) && !vS(t) && !wb(t)) throw ox(ax.INVALID_ARGUMENT);
16800
- let a = oy(t) ? String(t) : (vS(t), t);
16801
- return oy(n) ? i.plural = n : Y(n) ? i.default = n : Q(n) && !ly(n) ? i.named = n : wy(n) && (i.list = n), oy(r) ? i.plural = r : Y(r) ? i.default = r : Q(r) && uy(i, r), [a, i];
16860
+ if (!Y(t) && !py(t) && !TS(t) && !jb(t)) throw px(fx.INVALID_ARGUMENT);
16861
+ let a = py(t) ? String(t) : (TS(t), t);
16862
+ return py(n) ? i.plural = n : Y(n) ? i.default = n : Q(n) && !gy(n) ? i.named = n : jy(n) && (i.list = n), py(r) ? i.plural = r : Y(r) ? i.default = r : Q(r) && _y(i, r), [a, i];
16802
16863
  }
16803
- function TS(e, t, n, r, i, a) {
16864
+ function MS(e, t, n, r, i, a) {
16804
16865
  return {
16805
16866
  locale: t,
16806
16867
  key: n,
16807
16868
  warnHtmlMessage: i,
16808
16869
  onError: (t) => {
16809
16870
  if (a && a(t), process.env.NODE_ENV !== "production") {
16810
- let i = ES(r), a = t.location && i && My(i, t.location.start.offset, t.location.end.offset), o = e.__v_emitter;
16871
+ let i = NS(r), a = t.location && i && zy(i, t.location.start.offset, t.location.end.offset), o = e.__v_emitter;
16811
16872
  o && i && o.emit("compile-error", {
16812
16873
  message: i,
16813
16874
  error: t.message,
@@ -16820,14 +16881,14 @@ function TS(e, t, n, r, i, a) {
16820
16881
  }
16821
16882
  throw t;
16822
16883
  },
16823
- onCacheKey: (e) => iy(t, n, e)
16884
+ onCacheKey: (e) => dy(t, n, e)
16824
16885
  };
16825
16886
  }
16826
- function ES(e) {
16887
+ function NS(e) {
16827
16888
  if (Y(e)) return e;
16828
16889
  if (e.loc && e.loc.source) return e.loc.source;
16829
16890
  }
16830
- function DS(e, t, n, r) {
16891
+ function PS(e, t, n, r) {
16831
16892
  let { modifiers: i, pluralRules: a, messageResolver: o, fallbackLocale: s, fallbackWarn: c, missingWarn: l, fallbackContext: u } = e, d = {
16832
16893
  locale: t,
16833
16894
  modifiers: i,
@@ -16835,39 +16896,39 @@ function DS(e, t, n, r) {
16835
16896
  messages: (r, i) => {
16836
16897
  let a = o(n, r);
16837
16898
  if (a == null && (u || i)) {
16838
- let [n, , i] = xS(u || e, r, t, s, c, l);
16899
+ let [n, , i] = OS(u || e, r, t, s, c, l);
16839
16900
  a = n ?? o(i, r);
16840
16901
  }
16841
- if (Y(a) || wb(a)) {
16842
- let n = !1, i = SS(e, r, t, a, r, () => {
16902
+ if (Y(a) || jb(a)) {
16903
+ let n = !1, i = kS(e, r, t, a, r, () => {
16843
16904
  n = !0;
16844
16905
  });
16845
- return n ? _S : i;
16846
- } else if (vS(a)) return a;
16847
- else return _S;
16906
+ return n ? wS : i;
16907
+ } else if (TS(a)) return a;
16908
+ else return wS;
16848
16909
  }
16849
16910
  };
16850
- return e.processor && (d.processor = e.processor), r.list && (d.list = r.list), r.named && (d.named = r.named), oy(r.plural) && (d.pluralIndex = r.plural), d;
16911
+ return e.processor && (d.processor = e.processor), r.list && (d.list = r.list), r.named && (d.named = r.named), py(r.plural) && (d.pluralIndex = r.plural), d;
16851
16912
  }
16852
- Cb();
16913
+ Ab();
16853
16914
  //#endregion
16854
16915
  //#region node_modules/@vue/devtools-api/lib/esm/env.js
16855
- function OS() {
16856
- return kS().__VUE_DEVTOOLS_GLOBAL_HOOK__;
16916
+ function FS() {
16917
+ return IS().__VUE_DEVTOOLS_GLOBAL_HOOK__;
16857
16918
  }
16858
- function kS() {
16919
+ function IS() {
16859
16920
  return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
16860
16921
  }
16861
- var AS = typeof Proxy == "function", jS = "devtools-plugin:setup", MS = "plugin:settings:set", NS, PS;
16862
- function FS() {
16863
- return NS === void 0 && (typeof window < "u" && window.performance ? (NS = !0, PS = window.performance) : typeof globalThis < "u" && globalThis.perf_hooks?.performance ? (NS = !0, PS = globalThis.perf_hooks.performance) : NS = !1), NS;
16922
+ var LS = typeof Proxy == "function", RS = "devtools-plugin:setup", zS = "plugin:settings:set", BS, VS;
16923
+ function HS() {
16924
+ return BS === void 0 && (typeof window < "u" && window.performance ? (BS = !0, VS = window.performance) : typeof globalThis < "u" && globalThis.perf_hooks?.performance ? (BS = !0, VS = globalThis.perf_hooks.performance) : BS = !1), BS;
16864
16925
  }
16865
- function IS() {
16866
- return FS() ? PS.now() : Date.now();
16926
+ function US() {
16927
+ return HS() ? VS.now() : Date.now();
16867
16928
  }
16868
16929
  //#endregion
16869
16930
  //#region node_modules/@vue/devtools-api/lib/esm/proxy.js
16870
- var LS = class {
16931
+ var WS = class {
16871
16932
  constructor(e, t) {
16872
16933
  this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = e, this.hook = t;
16873
16934
  let n = {};
@@ -16888,9 +16949,9 @@ var LS = class {
16888
16949
  i = e;
16889
16950
  },
16890
16951
  now() {
16891
- return IS();
16952
+ return US();
16892
16953
  }
16893
- }, t && t.on(MS, (e, t) => {
16954
+ }, t && t.on(zS, (e, t) => {
16894
16955
  e === this.plugin.id && this.fallbacks.setSettings(t);
16895
16956
  }), this.proxiedOn = new Proxy({}, { get: (e, t) => this.target ? this.target.on[t] : (...e) => {
16896
16957
  this.onQueue.push({
@@ -16917,11 +16978,11 @@ var LS = class {
16917
16978
  };
16918
16979
  //#endregion
16919
16980
  //#region node_modules/@vue/devtools-api/lib/esm/index.js
16920
- function RS(e, t) {
16921
- let n = e, r = kS(), i = OS(), a = AS && n.enableEarlyProxy;
16922
- if (i && (r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a)) i.emit(jS, e, t);
16981
+ function GS(e, t) {
16982
+ let n = e, r = IS(), i = FS(), a = LS && n.enableEarlyProxy;
16983
+ if (i && (r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !a)) i.emit(RS, e, t);
16923
16984
  else {
16924
- let e = a ? new LS(n, i) : null;
16985
+ let e = a ? new WS(n, i) : null;
16925
16986
  (r.__VUE_DEVTOOLS_PLUGINS__ = r.__VUE_DEVTOOLS_PLUGINS__ || []).push({
16926
16987
  pluginDescriptor: n,
16927
16988
  setupFn: t,
@@ -16931,11 +16992,11 @@ function RS(e, t) {
16931
16992
  }
16932
16993
  //#endregion
16933
16994
  //#region node_modules/vue-i18n/dist/vue-i18n.mjs
16934
- var zS = "11.4.4";
16935
- function BS() {
16936
- typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (py().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (py().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (py().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (py().__INTLIFY_PROD_DEVTOOLS__ = !1);
16995
+ var KS = "11.4.4";
16996
+ function qS() {
16997
+ typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (by().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (by().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (by().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (by().__INTLIFY_PROD_DEVTOOLS__ = !1);
16937
16998
  }
16938
- var VS = {
16999
+ var JS = {
16939
17000
  UNEXPECTED_RETURN_TYPE: 24,
16940
17001
  INVALID_ARGUMENT: 25,
16941
17002
  MUST_BE_CALL_SETUP_TOP: 26,
@@ -16948,80 +17009,80 @@ var VS = {
16948
17009
  NOT_COMPATIBLE_LEGACY_VUE_I18N: 33,
16949
17010
  NOT_AVAILABLE_COMPOSITION_IN_LEGACY: 34
16950
17011
  };
16951
- function HS(e, ...t) {
16952
- return zy(e, null, process.env.NODE_ENV === "production" ? void 0 : {
16953
- messages: US,
17012
+ function YS(e, ...t) {
17013
+ return Ky(e, null, process.env.NODE_ENV === "production" ? void 0 : {
17014
+ messages: XS,
16954
17015
  args: t
16955
17016
  });
16956
17017
  }
16957
- var US = {
16958
- [VS.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
16959
- [VS.INVALID_ARGUMENT]: "Invalid argument",
16960
- [VS.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
16961
- [VS.NOT_INSTALLED]: "Need to install with `app.use` function",
16962
- [VS.UNEXPECTED_ERROR]: "Unexpected error",
16963
- [VS.REQUIRED_VALUE]: "Required in value: {0}",
16964
- [VS.INVALID_VALUE]: "Invalid value",
16965
- [VS.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]: "Cannot setup vue-devtools plugin",
16966
- [VS.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
16967
- [VS.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
16968
- [VS.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
16969
- }, WS = /* @__PURE__ */ ry("__translateVNode"), GS = /* @__PURE__ */ ry("__datetimeParts"), KS = /* @__PURE__ */ ry("__numberParts"), qS = /* @__PURE__ */ ry("__enableEmitter"), JS = /* @__PURE__ */ ry("__disableEmitter"), YS = ry("__setPluralRules");
16970
- ry("__intlifyMeta");
16971
- var XS = /* @__PURE__ */ ry("__injectWithOption"), ZS = /* @__PURE__ */ ry("__dispose"), QS = {
17018
+ var XS = {
17019
+ [JS.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
17020
+ [JS.INVALID_ARGUMENT]: "Invalid argument",
17021
+ [JS.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
17022
+ [JS.NOT_INSTALLED]: "Need to install with `app.use` function",
17023
+ [JS.UNEXPECTED_ERROR]: "Unexpected error",
17024
+ [JS.REQUIRED_VALUE]: "Required in value: {0}",
17025
+ [JS.INVALID_VALUE]: "Invalid value",
17026
+ [JS.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]: "Cannot setup vue-devtools plugin",
17027
+ [JS.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
17028
+ [JS.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
17029
+ [JS.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
17030
+ }, ZS = /* @__PURE__ */ uy("__translateVNode"), QS = /* @__PURE__ */ uy("__datetimeParts"), $S = /* @__PURE__ */ uy("__numberParts"), eC = /* @__PURE__ */ uy("__enableEmitter"), tC = /* @__PURE__ */ uy("__disableEmitter"), nC = uy("__setPluralRules");
17031
+ uy("__intlifyMeta");
17032
+ var rC = /* @__PURE__ */ uy("__injectWithOption"), iC = /* @__PURE__ */ uy("__dispose"), aC = {
16972
17033
  FALLBACK_TO_ROOT: 10,
16973
17034
  NOT_FOUND_PARENT_SCOPE: 11,
16974
17035
  IGNORE_OBJ_FLATTEN: 12,
16975
17036
  DEPRECATE_LEGACY_MODE: 13,
16976
17037
  DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: 14,
16977
17038
  DUPLICATE_USE_I18N_CALLING: 15
16978
- }, $S = {
16979
- [QS.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
16980
- [QS.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
16981
- [QS.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
16982
- [QS.DEPRECATE_LEGACY_MODE]: "Legacy API mode has been deprecated in v11. Use Composition API mode instead.\nAbout how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html",
16983
- [QS.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]: "'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead.",
16984
- [QS.DUPLICATE_USE_I18N_CALLING]: "Duplicate `useI18n` calling by local scope. Please don't call it on local scope, due to it does not work properly in component."
17039
+ }, oC = {
17040
+ [aC.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
17041
+ [aC.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
17042
+ [aC.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
17043
+ [aC.DEPRECATE_LEGACY_MODE]: "Legacy API mode has been deprecated in v11. Use Composition API mode instead.\nAbout how to use the Composition API mode, see https://vue-i18n.intlify.dev/guide/advanced/composition.html",
17044
+ [aC.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE]: "'v-t' has been deprecated in v11. Use translate APIs ('t' or '$t') instead.",
17045
+ [aC.DUPLICATE_USE_I18N_CALLING]: "Duplicate `useI18n` calling by local scope. Please don't call it on local scope, due to it does not work properly in component."
16985
17046
  };
16986
- function eC(e, ...t) {
16987
- return ny($S[e], ...t);
17047
+ function sC(e, ...t) {
17048
+ return ly(oC[e], ...t);
16988
17049
  }
16989
- function tC(e) {
16990
- if (!Z(e) || wb(e)) return e;
16991
- for (let t in e) if (Cy(e, t)) if (!t.includes(".")) Z(e[t]) && tC(e[t]);
17050
+ function cC(e) {
17051
+ if (!Z(e) || jb(e)) return e;
17052
+ for (let t in e) if (Ay(e, t)) if (!t.includes(".")) Z(e[t]) && cC(e[t]);
16992
17053
  else {
16993
17054
  let n = t.split("."), r = n.length - 1, i = e, a = !1;
16994
17055
  for (let e = 0; e < r; e++) {
16995
17056
  if (n[e] === "__proto__") throw Error(`unsafe key: ${n[e]}`);
16996
17057
  if (n[e] in i || (i[n[e]] = J()), !Z(i[n[e]])) {
16997
- process.env.NODE_ENV !== "production" && Yv(eC(QS.IGNORE_OBJ_FLATTEN, { key: n[e] })), a = !0;
17058
+ process.env.NODE_ENV !== "production" && ny(sC(aC.IGNORE_OBJ_FLATTEN, { key: n[e] })), a = !0;
16998
17059
  break;
16999
17060
  }
17000
17061
  i = i[n[e]];
17001
17062
  }
17002
- if (a || (wb(i) ? Hb.includes(n[r]) || delete e[t] : (i[n[r]] = e[t], delete e[t])), !wb(i)) {
17063
+ if (a || (jb(i) ? Yb.includes(n[r]) || delete e[t] : (i[n[r]] = e[t], delete e[t])), !jb(i)) {
17003
17064
  let e = i[n[r]];
17004
- Z(e) && tC(e);
17065
+ Z(e) && cC(e);
17005
17066
  }
17006
17067
  }
17007
17068
  return e;
17008
17069
  }
17009
- function nC(e, t) {
17010
- let { messages: n, __i18n: r, messageResolver: i, flatJson: a } = t, o = Q(n) ? n : wy(r) ? J() : { [e]: J() };
17011
- if (wy(r) && r.forEach((e) => {
17070
+ function lC(e, t) {
17071
+ let { messages: n, __i18n: r, messageResolver: i, flatJson: a } = t, o = Q(n) ? n : jy(r) ? J() : { [e]: J() };
17072
+ if (jy(r) && r.forEach((e) => {
17012
17073
  if ("locale" in e && "resource" in e) {
17013
17074
  let { locale: t, resource: n } = e;
17014
- t ? (o[t] = o[t] || J(), Fy(n, o[t])) : Fy(n, o);
17015
- } else Y(e) && Fy(JSON.parse(e), o);
17016
- }), i == null && a) for (let e in o) Cy(o, e) && tC(o[e]);
17075
+ t ? (o[t] = o[t] || J(), Hy(n, o[t])) : Hy(n, o);
17076
+ } else Y(e) && Hy(JSON.parse(e), o);
17077
+ }), i == null && a) for (let e in o) Ay(o, e) && cC(o[e]);
17017
17078
  return o;
17018
17079
  }
17019
- function rC(e) {
17080
+ function uC(e) {
17020
17081
  return e.type;
17021
17082
  }
17022
- function iC(e, t, n) {
17083
+ function dC(e, t, n) {
17023
17084
  let r = Z(t.messages) ? t.messages : J();
17024
- "__i18nGlobal" in n && (r = nC(e.locale.value, {
17085
+ "__i18nGlobal" in n && (r = lC(e.locale.value, {
17025
17086
  messages: r,
17026
17087
  __i18n: n.__i18nGlobal
17027
17088
  }));
@@ -17041,23 +17102,23 @@ function iC(e, t, n) {
17041
17102
  });
17042
17103
  }
17043
17104
  }
17044
- function aC(e) {
17105
+ function fC(e) {
17045
17106
  return h(i, null, e, 0);
17046
17107
  }
17047
- function oC() {
17108
+ function pC() {
17048
17109
  let t = "currentInstance";
17049
17110
  return t in e ? e[t] : e.getCurrentInstance();
17050
17111
  }
17051
- var sC = () => [], cC = () => !1, lC = 0;
17052
- function uC(e) {
17053
- return ((t, n, r, i) => e(n, r, oC() || void 0, i));
17112
+ var mC = () => [], hC = () => !1, gC = 0;
17113
+ function _C(e) {
17114
+ return ((t, n, r, i) => e(n, r, pC() || void 0, i));
17054
17115
  }
17055
- function dC(e = {}) {
17056
- let { __root: t, __injectWithOption: n } = e, r = t === void 0, i = e.flatJson, a = Qv ? N : me, o = X(e.inheritLocale) ? e.inheritLocale : !0, s = a(t && o ? t.locale.value : Y(e.locale) ? e.locale : Ax), l = a(t && o ? t.fallbackLocale.value : Y(e.fallbackLocale) || wy(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : s.value), u = a(nC(s.value, e)), d = a(Q(e.datetimeFormats) ? e.datetimeFormats : { [s.value]: {} }), f = a(Q(e.numberFormats) ? e.numberFormats : { [s.value]: {} }), p = t ? t.missingWarn : X(e.missingWarn) || cy(e.missingWarn) ? e.missingWarn : !0, m = t ? t.fallbackWarn : X(e.fallbackWarn) || cy(e.fallbackWarn) ? e.fallbackWarn : !0, h = t ? t.fallbackRoot : X(e.fallbackRoot) ? e.fallbackRoot : !0, g = !!e.fallbackFormat, _ = Ty(e.missing) ? e.missing : null, v = Ty(e.missing) ? uC(e.missing) : null, y = Ty(e.postTranslation) ? e.postTranslation : null, b = t ? t.warnHtmlMessage : X(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, x = !!e.escapeParameter, S = t ? t.modifiers : Q(e.modifiers) ? e.modifiers : {}, C = e.pluralRules || t && t.pluralRules, w;
17116
+ function vC(e = {}) {
17117
+ let { __root: t, __injectWithOption: n } = e, r = t === void 0, i = e.flatJson, a = ay ? N : me, o = X(e.inheritLocale) ? e.inheritLocale : !0, s = a(t && o ? t.locale.value : Y(e.locale) ? e.locale : Lx), l = a(t && o ? t.fallbackLocale.value : Y(e.fallbackLocale) || jy(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : s.value), u = a(lC(s.value, e)), d = a(Q(e.datetimeFormats) ? e.datetimeFormats : { [s.value]: {} }), f = a(Q(e.numberFormats) ? e.numberFormats : { [s.value]: {} }), p = t ? t.missingWarn : X(e.missingWarn) || hy(e.missingWarn) ? e.missingWarn : !0, m = t ? t.fallbackWarn : X(e.fallbackWarn) || hy(e.fallbackWarn) ? e.fallbackWarn : !0, h = t ? t.fallbackRoot : X(e.fallbackRoot) ? e.fallbackRoot : !0, g = !!e.fallbackFormat, _ = My(e.missing) ? e.missing : null, v = My(e.missing) ? _C(e.missing) : null, y = My(e.postTranslation) ? e.postTranslation : null, b = t ? t.warnHtmlMessage : X(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, x = !!e.escapeParameter, S = t ? t.modifiers : Q(e.modifiers) ? e.modifiers : {}, C = e.pluralRules || t && t.pluralRules, w;
17057
17118
  w = (() => {
17058
- r && Hx(null);
17119
+ r && Yx(null);
17059
17120
  let t = {
17060
- version: zS,
17121
+ version: KS,
17061
17122
  locale: s.value,
17062
17123
  fallbackLocale: l.value,
17063
17124
  messages: u.value,
@@ -17076,9 +17137,9 @@ function dC(e = {}) {
17076
17137
  __meta: { framework: "vue" }
17077
17138
  };
17078
17139
  t.datetimeFormats = d.value, t.numberFormats = f.value, t.__datetimeFormatters = Q(w) ? w.__datetimeFormatters : void 0, t.__numberFormatters = Q(w) ? w.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (t.__v_emitter = Q(w) ? w.__v_emitter : void 0);
17079
- let n = Gx(t);
17080
- return r && Hx(n), n;
17081
- })(), Xx(w, s.value, l.value);
17140
+ let n = Qx(t);
17141
+ return r && Yx(n), n;
17142
+ })(), rS(w, s.value, l.value);
17082
17143
  function T() {
17083
17144
  return [
17084
17145
  s.value,
@@ -17096,11 +17157,11 @@ function dC(e = {}) {
17096
17157
  }), D = c({
17097
17158
  get: () => l.value,
17098
17159
  set: (e) => {
17099
- w.fallbackLocale = e, l.value = e, Xx(w, s.value, e);
17160
+ w.fallbackLocale = e, l.value = e, rS(w, s.value, e);
17100
17161
  }
17101
17162
  }), O = c(() => u.value), k = /* @__PURE__ */ c(() => d.value), A = /* @__PURE__ */ c(() => f.value);
17102
17163
  function ee() {
17103
- return Ty(y) ? y : null;
17164
+ return My(y) ? y : null;
17104
17165
  }
17105
17166
  function te(e) {
17106
17167
  y = e, w.postTranslation = e;
@@ -17109,7 +17170,7 @@ function dC(e = {}) {
17109
17170
  return _;
17110
17171
  }
17111
17172
  function re(e) {
17112
- e !== null && (v = uC(e)), _ = e, w.missing = v;
17173
+ e !== null && (v = _C(e)), _ = e, w.missing = v;
17113
17174
  }
17114
17175
  function ie(e, t) {
17115
17176
  return e !== "translate" || !t.resolvedMessage;
@@ -17118,13 +17179,13 @@ function dC(e = {}) {
17118
17179
  T();
17119
17180
  let c;
17120
17181
  try {
17121
- process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (w.fallbackContext = t ? Ux() : void 0), c = e(w);
17182
+ process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (w.fallbackContext = t ? Xx() : void 0), c = e(w);
17122
17183
  } finally {
17123
17184
  process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, r || (w.fallbackContext = void 0);
17124
17185
  }
17125
- if (i !== "translate exists" && oy(c) && c === -1 || i === "translate exists" && !c) {
17186
+ if (i !== "translate exists" && py(c) && c === -1 || i === "translate exists" && !c) {
17126
17187
  let [e, r] = n();
17127
- if (process.env.NODE_ENV !== "production" && t && Y(e) && ie(i, r) && (h && (qx(m, e) || Jx(p, e)) && Yv(eC(QS.FALLBACK_TO_ROOT, {
17188
+ if (process.env.NODE_ENV !== "production" && t && Y(e) && ie(i, r) && (h && (eS(m, e) || tS(p, e)) && ny(sC(aC.FALLBACK_TO_ROOT, {
17128
17189
  key: e,
17129
17190
  type: i
17130
17191
  })), process.env.NODE_ENV !== "production")) {
@@ -17140,24 +17201,24 @@ function dC(e = {}) {
17140
17201
  } else if (s(c)) return c;
17141
17202
  else
17142
17203
  /* istanbul ignore next */
17143
- throw HS(VS.UNEXPECTED_RETURN_TYPE);
17204
+ throw YS(JS.UNEXPECTED_RETURN_TYPE);
17144
17205
  };
17145
17206
  function oe(...e) {
17146
- return ae((t) => Reflect.apply(yS, null, [t, ...e]), () => wS(...e), "translate", (t) => Reflect.apply(t.t, t, [...e]), (e) => e, (e) => Y(e));
17207
+ return ae((t) => Reflect.apply(ES, null, [t, ...e]), () => jS(...e), "translate", (t) => Reflect.apply(t.t, t, [...e]), (e) => e, (e) => Y(e));
17147
17208
  }
17148
17209
  function se(...e) {
17149
17210
  let [t, n, r] = e;
17150
- if (r && !Z(r)) throw HS(VS.INVALID_ARGUMENT);
17151
- return oe(t, n, uy({ resolvedMessage: !0 }, r || {}));
17211
+ if (r && !Z(r)) throw YS(JS.INVALID_ARGUMENT);
17212
+ return oe(t, n, _y({ resolvedMessage: !0 }, r || {}));
17152
17213
  }
17153
17214
  function ce(...e) {
17154
- return ae((t) => Reflect.apply(tS, null, [t, ...e]), () => rS(...e), "datetime format", (t) => Reflect.apply(t.d, t, [...e]), () => "", (e) => Y(e) || wy(e));
17215
+ return ae((t) => Reflect.apply(cS, null, [t, ...e]), () => uS(...e), "datetime format", (t) => Reflect.apply(t.d, t, [...e]), () => "", (e) => Y(e) || jy(e));
17155
17216
  }
17156
17217
  function j(...e) {
17157
- return ae((t) => Reflect.apply(aS, null, [t, ...e]), () => sS(...e), "number format", (t) => Reflect.apply(t.n, t, [...e]), () => "", (e) => Y(e) || wy(e));
17218
+ return ae((t) => Reflect.apply(fS, null, [t, ...e]), () => mS(...e), "number format", (t) => Reflect.apply(t.n, t, [...e]), () => "", (e) => Y(e) || jy(e));
17158
17219
  }
17159
17220
  function M(e) {
17160
- return e.map((e) => Y(e) || oy(e) || X(e) ? aC(String(e)) : e);
17221
+ return e.map((e) => Y(e) || py(e) || X(e) ? fC(String(e)) : e);
17161
17222
  }
17162
17223
  let le = {
17163
17224
  normalize: M,
@@ -17168,18 +17229,18 @@ function dC(e = {}) {
17168
17229
  return ae((t) => {
17169
17230
  let n, r = t;
17170
17231
  try {
17171
- r.processor = le, n = Reflect.apply(yS, null, [r, ...e]);
17232
+ r.processor = le, n = Reflect.apply(ES, null, [r, ...e]);
17172
17233
  } finally {
17173
17234
  r.processor = null;
17174
17235
  }
17175
17236
  return n;
17176
- }, () => wS(...e), "translate", (t) => t[WS](...e), (e) => [aC(e)], (e) => wy(e));
17237
+ }, () => jS(...e), "translate", (t) => t[ZS](...e), (e) => [fC(e)], (e) => jy(e));
17177
17238
  }
17178
17239
  function de(...e) {
17179
- return ae((t) => Reflect.apply(aS, null, [t, ...e]), () => sS(...e), "number format", (t) => t[KS](...e), sC, (e) => Y(e) || wy(e));
17240
+ return ae((t) => Reflect.apply(fS, null, [t, ...e]), () => mS(...e), "number format", (t) => t[$S](...e), mC, (e) => Y(e) || jy(e));
17180
17241
  }
17181
17242
  function P(...e) {
17182
- return ae((t) => Reflect.apply(tS, null, [t, ...e]), () => rS(...e), "datetime format", (t) => t[GS](...e), sC, (e) => Y(e) || wy(e));
17243
+ return ae((t) => Reflect.apply(cS, null, [t, ...e]), () => uS(...e), "datetime format", (t) => t[QS](...e), mC, (e) => Y(e) || jy(e));
17183
17244
  }
17184
17245
  function fe(e) {
17185
17246
  C = e, w.pluralRules = C;
@@ -17187,16 +17248,16 @@ function dC(e = {}) {
17187
17248
  function pe(e, t) {
17188
17249
  return ae(() => {
17189
17250
  if (!e) return !1;
17190
- let n = Y(t) ? t : s.value, r = Y(t) ? [n] : fx(w, l.value, n);
17251
+ let n = Y(t) ? t : s.value, r = Y(t) ? [n] : yx(w, l.value, n);
17191
17252
  for (let t = 0; t < r.length; t++) {
17192
17253
  let n = F(r[t]), i = w.messageResolver(n, e);
17193
- if (i === null && (i = n[e]), wb(i) || vS(i) || Y(i)) return !0;
17254
+ if (i === null && (i = n[e]), jb(i) || TS(i) || Y(i)) return !0;
17194
17255
  }
17195
17256
  return !1;
17196
- }, () => [e], "translate exists", (n) => Reflect.apply(n.te, n, [e, t]), cC, (e) => X(e));
17257
+ }, () => [e], "translate exists", (n) => Reflect.apply(n.te, n, [e, t]), hC, (e) => X(e));
17197
17258
  }
17198
17259
  function he(e) {
17199
- let t = null, n = fx(w, l.value, s.value);
17260
+ let t = null, n = yx(w, l.value, s.value);
17200
17261
  for (let r = 0; r < n.length; r++) {
17201
17262
  let i = u.value[n[r]] || {}, a = w.messageResolver(i, e);
17202
17263
  if (a != null) {
@@ -17215,7 +17276,7 @@ function dC(e = {}) {
17215
17276
  function I(e, t) {
17216
17277
  if (i) {
17217
17278
  let n = { [e]: t };
17218
- for (let e in n) Cy(n, e) && tC(n[e]);
17279
+ for (let e in n) Ay(n, e) && cC(n[e]);
17219
17280
  t = n[e];
17220
17281
  }
17221
17282
  u.value[e] = t, w.messages = u.value;
@@ -17223,41 +17284,41 @@ function dC(e = {}) {
17223
17284
  function _e(e, t) {
17224
17285
  u.value[e] = u.value[e] || {};
17225
17286
  let n = { [e]: t };
17226
- if (i) for (let e in n) Cy(n, e) && tC(n[e]);
17227
- t = n[e], Fy(t, u.value[e]), w.messages = u.value;
17287
+ if (i) for (let e in n) Ay(n, e) && cC(n[e]);
17288
+ t = n[e], Hy(t, u.value[e]), w.messages = u.value;
17228
17289
  }
17229
17290
  function ve(e) {
17230
17291
  return d.value[e] || {};
17231
17292
  }
17232
17293
  function ye(e, t) {
17233
- d.value[e] = t, w.datetimeFormats = d.value, iS(w, e, t);
17294
+ d.value[e] = t, w.datetimeFormats = d.value, dS(w, e, t);
17234
17295
  }
17235
17296
  function xe(e, t) {
17236
- d.value[e] = uy(d.value[e] || {}, t), w.datetimeFormats = d.value, iS(w, e, t);
17297
+ d.value[e] = _y(d.value[e] || {}, t), w.datetimeFormats = d.value, dS(w, e, t);
17237
17298
  }
17238
17299
  function L(e) {
17239
17300
  return f.value[e] || {};
17240
17301
  }
17241
17302
  function Se(e, t) {
17242
- f.value[e] = t, w.numberFormats = f.value, cS(w, e, t);
17303
+ f.value[e] = t, w.numberFormats = f.value, hS(w, e, t);
17243
17304
  }
17244
17305
  function Ce(e, t) {
17245
- f.value[e] = uy(f.value[e] || {}, t), w.numberFormats = f.value, cS(w, e, t);
17306
+ f.value[e] = _y(f.value[e] || {}, t), w.numberFormats = f.value, hS(w, e, t);
17246
17307
  }
17247
- lC++, t && Qv && (be(t.locale, (e) => {
17248
- o && (s.value = e, w.locale = e, Xx(w, s.value, l.value));
17308
+ gC++, t && ay && (be(t.locale, (e) => {
17309
+ o && (s.value = e, w.locale = e, rS(w, s.value, l.value));
17249
17310
  }), be(t.fallbackLocale, (e) => {
17250
- o && (l.value = e, w.fallbackLocale = e, Xx(w, s.value, l.value));
17311
+ o && (l.value = e, w.fallbackLocale = e, rS(w, s.value, l.value));
17251
17312
  }));
17252
17313
  let R = {
17253
- id: lC,
17314
+ id: gC,
17254
17315
  locale: E,
17255
17316
  fallbackLocale: D,
17256
17317
  get inheritLocale() {
17257
17318
  return o;
17258
17319
  },
17259
17320
  set inheritLocale(e) {
17260
- o = e, e && t && (s.value = t.locale.value, l.value = t.fallbackLocale.value, Xx(w, s.value, l.value));
17321
+ o = e, e && t && (s.value = t.locale.value, l.value = t.fallbackLocale.value, rS(w, s.value, l.value));
17261
17322
  },
17262
17323
  get availableLocales() {
17263
17324
  return Object.keys(u.value).sort();
@@ -17316,61 +17377,61 @@ function dC(e = {}) {
17316
17377
  setPostTranslationHandler: te,
17317
17378
  getMissingHandler: ne,
17318
17379
  setMissingHandler: re,
17319
- [YS]: fe
17380
+ [nC]: fe
17320
17381
  };
17321
- return R.datetimeFormats = k, R.numberFormats = A, R.rt = se, R.te = pe, R.tm = ge, R.d = ce, R.n = j, R.getDateTimeFormat = ve, R.setDateTimeFormat = ye, R.mergeDateTimeFormat = xe, R.getNumberFormat = L, R.setNumberFormat = Se, R.mergeNumberFormat = Ce, R[XS] = n, R[WS] = ue, R[GS] = P, R[KS] = de, process.env.NODE_ENV !== "production" && (R[qS] = (e) => {
17382
+ return R.datetimeFormats = k, R.numberFormats = A, R.rt = se, R.te = pe, R.tm = ge, R.d = ce, R.n = j, R.getDateTimeFormat = ve, R.setDateTimeFormat = ye, R.mergeDateTimeFormat = xe, R.getNumberFormat = L, R.setNumberFormat = Se, R.mergeNumberFormat = Ce, R[rC] = n, R[ZS] = ue, R[QS] = P, R[$S] = de, process.env.NODE_ENV !== "production" && (R[eC] = (e) => {
17322
17383
  w.__v_emitter = e;
17323
- }, R[JS] = () => {
17384
+ }, R[tC] = () => {
17324
17385
  w.__v_emitter = void 0;
17325
17386
  }), R;
17326
17387
  }
17327
- var fC = "vue-i18n: composer properties", pC = {
17388
+ var yC = "vue-i18n: composer properties", bC = {
17328
17389
  "vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
17329
17390
  "vue-i18n-resource-inspector": "Vue I18n DevTools",
17330
17391
  "vue-i18n-timeline": "Vue I18n"
17331
- }, mC = { "vue-i18n-resource-inspector": "Search for scopes ..." }, hC = { "vue-i18n-timeline": 16764185 }, gC;
17332
- async function _C(e, t) {
17392
+ }, xC = { "vue-i18n-resource-inspector": "Search for scopes ..." }, SC = { "vue-i18n-timeline": 16764185 }, CC;
17393
+ async function wC(e, t) {
17333
17394
  return new Promise((n, r) => {
17334
17395
  try {
17335
- RS({
17396
+ GS({
17336
17397
  id: "vue-devtools-plugin-vue-i18n",
17337
- label: pC["vue-devtools-plugin-vue-i18n"],
17398
+ label: bC["vue-devtools-plugin-vue-i18n"],
17338
17399
  packageName: "vue-i18n",
17339
17400
  homepage: "https://vue-i18n.intlify.dev",
17340
17401
  logo: "https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",
17341
- componentStateTypes: [fC],
17402
+ componentStateTypes: [yC],
17342
17403
  app: e
17343
17404
  }, (r) => {
17344
- gC = r, r.on.visitComponentTree(({ componentInstance: e, treeNode: n }) => {
17345
- yC(e, n, t);
17405
+ CC = r, r.on.visitComponentTree(({ componentInstance: e, treeNode: n }) => {
17406
+ EC(e, n, t);
17346
17407
  }), r.on.inspectComponent(({ componentInstance: e, instanceData: n }) => {
17347
- e.__VUE_I18N__ && n && (t.mode === "legacy" ? e.__VUE_I18N__ !== t.global.__composer && bC(n, e.__VUE_I18N__) : bC(n, e.__VUE_I18N__));
17408
+ e.__VUE_I18N__ && n && (t.mode === "legacy" ? e.__VUE_I18N__ !== t.global.__composer && DC(n, e.__VUE_I18N__) : DC(n, e.__VUE_I18N__));
17348
17409
  }), r.addInspector({
17349
17410
  id: "vue-i18n-resource-inspector",
17350
- label: pC["vue-i18n-resource-inspector"],
17411
+ label: bC["vue-i18n-resource-inspector"],
17351
17412
  icon: "language",
17352
- treeFilterPlaceholder: mC["vue-i18n-resource-inspector"]
17413
+ treeFilterPlaceholder: xC["vue-i18n-resource-inspector"]
17353
17414
  }), r.on.getInspectorTree((n) => {
17354
- n.app === e && n.inspectorId === "vue-i18n-resource-inspector" && EC(n, t);
17415
+ n.app === e && n.inspectorId === "vue-i18n-resource-inspector" && NC(n, t);
17355
17416
  });
17356
17417
  let i = /* @__PURE__ */ new Map();
17357
17418
  r.on.getInspectorState(async (n) => {
17358
- if (n.app === e && n.inspectorId === "vue-i18n-resource-inspector") if (r.unhighlightElement(), kC(n, t), n.nodeId === "global") {
17419
+ if (n.app === e && n.inspectorId === "vue-i18n-resource-inspector") if (r.unhighlightElement(), IC(n, t), n.nodeId === "global") {
17359
17420
  if (!i.has(n.app)) {
17360
17421
  let [e] = await r.getComponentInstances(n.app);
17361
17422
  i.set(n.app, e);
17362
17423
  }
17363
17424
  r.highlightElement(i.get(n.app));
17364
17425
  } else {
17365
- let e = DC(n.nodeId, t);
17426
+ let e = PC(n.nodeId, t);
17366
17427
  e && r.highlightElement(e);
17367
17428
  }
17368
17429
  }), r.on.editInspectorState((n) => {
17369
- n.app === e && n.inspectorId === "vue-i18n-resource-inspector" && MC(n, t);
17430
+ n.app === e && n.inspectorId === "vue-i18n-resource-inspector" && zC(n, t);
17370
17431
  }), r.addTimelineLayer({
17371
17432
  id: "vue-i18n-timeline",
17372
- label: pC["vue-i18n-timeline"],
17373
- color: hC["vue-i18n-timeline"]
17433
+ label: bC["vue-i18n-timeline"],
17434
+ color: SC["vue-i18n-timeline"]
17374
17435
  }), n(!0);
17375
17436
  });
17376
17437
  } catch (e) {
@@ -17378,22 +17439,22 @@ async function _C(e, t) {
17378
17439
  }
17379
17440
  });
17380
17441
  }
17381
- function vC(e) {
17442
+ function TC(e) {
17382
17443
  return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
17383
17444
  }
17384
- function yC(e, t, n) {
17445
+ function EC(e, t, n) {
17385
17446
  let r = n.mode === "composition" ? n.global : n.global.__composer;
17386
17447
  if (e && e.__VUE_I18N__ && e.__VUE_I18N__ !== r) {
17387
17448
  let n = {
17388
- label: `i18n (${vC(e)} Scope)`,
17449
+ label: `i18n (${TC(e)} Scope)`,
17389
17450
  textColor: 0,
17390
17451
  backgroundColor: 16764185
17391
17452
  };
17392
17453
  t.tags.push(n);
17393
17454
  }
17394
17455
  }
17395
- function bC(e, t) {
17396
- let n = fC;
17456
+ function DC(e, t) {
17457
+ let n = yC;
17397
17458
  e.state.push({
17398
17459
  type: n,
17399
17460
  key: "locale",
@@ -17418,7 +17479,7 @@ function bC(e, t) {
17418
17479
  type: n,
17419
17480
  key: "messages",
17420
17481
  editable: !1,
17421
- value: xC(t.messages.value)
17482
+ value: OC(t.messages.value)
17422
17483
  }), e.state.push({
17423
17484
  type: n,
17424
17485
  key: "datetimeFormats",
@@ -17431,32 +17492,32 @@ function bC(e, t) {
17431
17492
  value: t.numberFormats.value
17432
17493
  });
17433
17494
  }
17434
- function xC(e) {
17495
+ function OC(e) {
17435
17496
  let t = {};
17436
17497
  return Object.keys(e).forEach((n) => {
17437
17498
  let r = e[n];
17438
- Ty(r) && "source" in r ? t[n] = TC(r) : wb(r) && r.loc && r.loc.source ? t[n] = r.loc.source : Z(r) ? t[n] = xC(r) : t[n] = r;
17499
+ My(r) && "source" in r ? t[n] = MC(r) : jb(r) && r.loc && r.loc.source ? t[n] = r.loc.source : Z(r) ? t[n] = OC(r) : t[n] = r;
17439
17500
  }), t;
17440
17501
  }
17441
- var SC = {
17502
+ var kC = {
17442
17503
  "<": "&lt;",
17443
17504
  ">": "&gt;",
17444
17505
  "\"": "&quot;",
17445
17506
  "&": "&amp;"
17446
17507
  };
17447
- function CC(e) {
17448
- return e.replace(/[<>"&]/g, wC);
17508
+ function AC(e) {
17509
+ return e.replace(/[<>"&]/g, jC);
17449
17510
  }
17450
- function wC(e) {
17451
- return SC[e] || e;
17511
+ function jC(e) {
17512
+ return kC[e] || e;
17452
17513
  }
17453
- function TC(e) {
17514
+ function MC(e) {
17454
17515
  return { _custom: {
17455
17516
  type: "function",
17456
- display: `<span>ƒ</span> ${e.source ? `("${CC(e.source)}")` : "(?)"}`
17517
+ display: `<span>ƒ</span> ${e.source ? `("${AC(e.source)}")` : "(?)"}`
17457
17518
  } };
17458
17519
  }
17459
- function EC(e, t) {
17520
+ function NC(e, t) {
17460
17521
  e.rootNodes.push({
17461
17522
  id: "global",
17462
17523
  label: "Global Scope"
@@ -17466,11 +17527,11 @@ function EC(e, t) {
17466
17527
  let a = t.mode === "composition" ? i : i.__composer;
17467
17528
  n !== a && e.rootNodes.push({
17468
17529
  id: a.id.toString(),
17469
- label: `${vC(r)} Scope`
17530
+ label: `${TC(r)} Scope`
17470
17531
  });
17471
17532
  }
17472
17533
  }
17473
- function DC(e, t) {
17534
+ function PC(e, t) {
17474
17535
  let n = null;
17475
17536
  if (e !== "global") {
17476
17537
  for (let [r, i] of t.__instances.entries()) if (i.id.toString() === e) {
@@ -17480,18 +17541,18 @@ function DC(e, t) {
17480
17541
  }
17481
17542
  return n;
17482
17543
  }
17483
- function OC(e, t) {
17544
+ function FC(e, t) {
17484
17545
  if (e === "global") return t.mode === "composition" ? t.global : t.global.__composer;
17485
17546
  {
17486
17547
  let n = Array.from(t.__instances.values()).find((t) => t.id.toString() === e);
17487
17548
  return n ? t.mode === "composition" ? n : n.__composer : null;
17488
17549
  }
17489
17550
  }
17490
- function kC(e, t) {
17491
- let n = OC(e.nodeId, t);
17492
- return n && (e.state = AC(n)), null;
17551
+ function IC(e, t) {
17552
+ let n = FC(e.nodeId, t);
17553
+ return n && (e.state = LC(n)), null;
17493
17554
  }
17494
- function AC(e) {
17555
+ function LC(e) {
17495
17556
  let t = {}, n = "Locale related info";
17496
17557
  t[n] = [
17497
17558
  {
@@ -17524,7 +17585,7 @@ function AC(e) {
17524
17585
  type: r,
17525
17586
  key: "messages",
17526
17587
  editable: !1,
17527
- value: xC(e.messages.value)
17588
+ value: OC(e.messages.value)
17528
17589
  }];
17529
17590
  {
17530
17591
  let n = "Datetime formats info";
@@ -17544,10 +17605,10 @@ function AC(e) {
17544
17605
  }
17545
17606
  return t;
17546
17607
  }
17547
- function jC(e, t) {
17548
- if (gC) {
17608
+ function RC(e, t) {
17609
+ if (CC) {
17549
17610
  let n;
17550
- t && "groupId" in t && (n = t.groupId, delete t.groupId), gC.addTimelineEvent({
17611
+ t && "groupId" in t && (n = t.groupId, delete t.groupId), CC.addTimelineEvent({
17551
17612
  layerId: "vue-i18n-timeline",
17552
17613
  event: {
17553
17614
  title: e,
@@ -17560,18 +17621,18 @@ function jC(e, t) {
17560
17621
  });
17561
17622
  }
17562
17623
  }
17563
- function MC(e, t) {
17564
- let n = OC(e.nodeId, t);
17624
+ function zC(e, t) {
17625
+ let n = FC(e.nodeId, t);
17565
17626
  if (n) {
17566
17627
  let [t] = e.path;
17567
- t === "locale" && Y(e.state.value) ? n.locale.value = e.state.value : t === "fallbackLocale" && (Y(e.state.value) || wy(e.state.value) || Z(e.state.value)) ? n.fallbackLocale.value = e.state.value : t === "inheritLocale" && X(e.state.value) && (n.inheritLocale = e.state.value);
17628
+ t === "locale" && Y(e.state.value) ? n.locale.value = e.state.value : t === "fallbackLocale" && (Y(e.state.value) || jy(e.state.value) || Z(e.state.value)) ? n.fallbackLocale.value = e.state.value : t === "inheritLocale" && X(e.state.value) && (n.inheritLocale = e.state.value);
17568
17629
  }
17569
17630
  }
17570
- function NC(e) {
17571
- let t = Y(e.locale) ? e.locale : Ax, n = Y(e.fallbackLocale) || wy(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, r = Ty(e.missing) ? e.missing : void 0, i = X(e.silentTranslationWarn) || cy(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, a = X(e.silentFallbackWarn) || cy(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, o = X(e.fallbackRoot) ? e.fallbackRoot : !0, s = !!e.formatFallbackMessages, c = Q(e.modifiers) ? e.modifiers : {}, l = e.pluralizationRules, u = Ty(e.postTranslation) ? e.postTranslation : void 0, d = Y(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, f = !!e.escapeParameterHtml, p = X(e.sync) ? e.sync : !0, m = e.messages;
17631
+ function BC(e) {
17632
+ let t = Y(e.locale) ? e.locale : Lx, n = Y(e.fallbackLocale) || jy(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, r = My(e.missing) ? e.missing : void 0, i = X(e.silentTranslationWarn) || hy(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, a = X(e.silentFallbackWarn) || hy(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, o = X(e.fallbackRoot) ? e.fallbackRoot : !0, s = !!e.formatFallbackMessages, c = Q(e.modifiers) ? e.modifiers : {}, l = e.pluralizationRules, u = My(e.postTranslation) ? e.postTranslation : void 0, d = Y(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, f = !!e.escapeParameterHtml, p = X(e.sync) ? e.sync : !0, m = e.messages;
17572
17633
  if (Q(e.sharedMessages)) {
17573
17634
  let t = e.sharedMessages;
17574
- m = Object.keys(t).reduce((e, n) => (uy(e[n] || (e[n] = {}), t[n]), e), m || {});
17635
+ m = Object.keys(t).reduce((e, n) => (_y(e[n] || (e[n] = {}), t[n]), e), m || {});
17575
17636
  }
17576
17637
  let { __i18n: h, __root: g, __injectWithOption: _ } = e, v = e.datetimeFormats, y = e.numberFormats, b = e.flatJson;
17577
17638
  return {
@@ -17598,8 +17659,8 @@ function NC(e) {
17598
17659
  __injectWithOption: _
17599
17660
  };
17600
17661
  }
17601
- function PC(e = {}) {
17602
- let t = dC(NC(e)), { __extender: n } = e, r = {
17662
+ function VC(e = {}) {
17663
+ let t = vC(BC(e)), { __extender: n } = e, r = {
17603
17664
  id: t.id,
17604
17665
  get locale() {
17605
17666
  return t.locale.value;
@@ -17728,30 +17789,30 @@ function PC(e = {}) {
17728
17789
  };
17729
17790
  return r.__extender = n, process.env.NODE_ENV !== "production" && (r.__enableEmitter = (e) => {
17730
17791
  let n = t;
17731
- n[qS] && n[qS](e);
17792
+ n[eC] && n[eC](e);
17732
17793
  }, r.__disableEmitter = () => {
17733
17794
  let e = t;
17734
- e[JS] && e[JS]();
17795
+ e[tC] && e[tC]();
17735
17796
  }), r;
17736
17797
  }
17737
- function FC(e, t, n) {
17798
+ function HC(e, t, n) {
17738
17799
  return {
17739
17800
  beforeCreate() {
17740
- let r = oC();
17801
+ let r = pC();
17741
17802
  /* istanbul ignore if */
17742
- if (!r) throw HS(VS.UNEXPECTED_ERROR);
17803
+ if (!r) throw YS(JS.UNEXPECTED_ERROR);
17743
17804
  let i = this.$options;
17744
17805
  if (i.i18n) {
17745
17806
  let r = i.i18n;
17746
- if (i.__i18n && (r.__i18n = i.__i18n), r.__root = t, this === this.$root) this.$i18n = IC(e, r);
17807
+ if (i.__i18n && (r.__i18n = i.__i18n), r.__root = t, this === this.$root) this.$i18n = UC(e, r);
17747
17808
  else {
17748
- r.__injectWithOption = !0, r.__extender = n.__vueI18nExtend, this.$i18n = PC(r);
17809
+ r.__injectWithOption = !0, r.__extender = n.__vueI18nExtend, this.$i18n = VC(r);
17749
17810
  let e = this.$i18n;
17750
17811
  e.__extender && (e.__disposer = e.__extender(this.$i18n));
17751
17812
  }
17752
- } else if (i.__i18n) if (this === this.$root) this.$i18n = IC(e, i);
17813
+ } else if (i.__i18n) if (this === this.$root) this.$i18n = UC(e, i);
17753
17814
  else {
17754
- this.$i18n = PC({
17815
+ this.$i18n = VC({
17755
17816
  __i18n: i.__i18n,
17756
17817
  __injectWithOption: !0,
17757
17818
  __extender: n.__vueI18nExtend,
@@ -17761,37 +17822,37 @@ function FC(e, t, n) {
17761
17822
  e.__extender && (e.__disposer = e.__extender(this.$i18n));
17762
17823
  }
17763
17824
  else this.$i18n = e;
17764
- i.__i18nGlobal && iC(t, i, i), this.$t = (...e) => this.$i18n.t(...e), this.$rt = (...e) => this.$i18n.rt(...e), this.$te = (e, t) => this.$i18n.te(e, t), this.$d = (...e) => this.$i18n.d(...e), this.$n = (...e) => this.$i18n.n(...e), this.$tm = (e) => this.$i18n.tm(e), n.__setInstance(r, this.$i18n);
17825
+ i.__i18nGlobal && dC(t, i, i), this.$t = (...e) => this.$i18n.t(...e), this.$rt = (...e) => this.$i18n.rt(...e), this.$te = (e, t) => this.$i18n.te(e, t), this.$d = (...e) => this.$i18n.d(...e), this.$n = (...e) => this.$i18n.n(...e), this.$tm = (e) => this.$i18n.tm(e), n.__setInstance(r, this.$i18n);
17765
17826
  },
17766
17827
  mounted() {
17767
17828
  /* istanbul ignore if */
17768
17829
  if (process.env.NODE_ENV !== "production" && this.$i18n) {
17769
- let e = oC();
17830
+ let e = pC();
17770
17831
  if (!e) return;
17771
17832
  let t = this.$i18n;
17772
17833
  e.__VUE_I18N__ = t.__composer;
17773
- let n = this.__v_emitter = Ny();
17774
- t.__enableEmitter && t.__enableEmitter(n), n.on("*", jC);
17834
+ let n = this.__v_emitter = By();
17835
+ t.__enableEmitter && t.__enableEmitter(n), n.on("*", RC);
17775
17836
  }
17776
17837
  },
17777
17838
  unmounted() {
17778
- let e = oC();
17839
+ let e = pC();
17779
17840
  /* istanbul ignore if */
17780
- if (!e) throw HS(VS.UNEXPECTED_ERROR);
17841
+ if (!e) throw YS(JS.UNEXPECTED_ERROR);
17781
17842
  let t = this.$i18n;
17782
- process.env.NODE_ENV !== "production" && e.__VUE_I18N__ && (this.__v_emitter && (this.__v_emitter.off("*", jC), delete this.__v_emitter), this.$i18n && (t.__disableEmitter && t.__disableEmitter(), delete e.__VUE_I18N__)), delete this.$t, delete this.$rt, delete this.$te, delete this.$d, delete this.$n, delete this.$tm, t.__disposer && (t.__disposer(), delete t.__disposer, delete t.__extender), n.__deleteInstance(e), delete this.$i18n;
17843
+ process.env.NODE_ENV !== "production" && e.__VUE_I18N__ && (this.__v_emitter && (this.__v_emitter.off("*", RC), delete this.__v_emitter), this.$i18n && (t.__disableEmitter && t.__disableEmitter(), delete e.__VUE_I18N__)), delete this.$t, delete this.$rt, delete this.$te, delete this.$d, delete this.$n, delete this.$tm, t.__disposer && (t.__disposer(), delete t.__disposer, delete t.__extender), n.__deleteInstance(e), delete this.$i18n;
17783
17844
  }
17784
17845
  };
17785
17846
  }
17786
- function IC(e, t) {
17787
- e.locale = t.locale || e.locale, e.fallbackLocale = t.fallbackLocale || e.fallbackLocale, e.missing = t.missing || e.missing, e.silentTranslationWarn = t.silentTranslationWarn || e.silentFallbackWarn, e.silentFallbackWarn = t.silentFallbackWarn || e.silentFallbackWarn, e.formatFallbackMessages = t.formatFallbackMessages || e.formatFallbackMessages, e.postTranslation = t.postTranslation || e.postTranslation, e.warnHtmlInMessage = t.warnHtmlInMessage || e.warnHtmlInMessage, e.escapeParameterHtml = t.escapeParameterHtml || e.escapeParameterHtml, e.sync = t.sync || e.sync, e.__composer[YS](t.pluralizationRules || e.pluralizationRules);
17788
- let n = nC(e.locale, {
17847
+ function UC(e, t) {
17848
+ e.locale = t.locale || e.locale, e.fallbackLocale = t.fallbackLocale || e.fallbackLocale, e.missing = t.missing || e.missing, e.silentTranslationWarn = t.silentTranslationWarn || e.silentFallbackWarn, e.silentFallbackWarn = t.silentFallbackWarn || e.silentFallbackWarn, e.formatFallbackMessages = t.formatFallbackMessages || e.formatFallbackMessages, e.postTranslation = t.postTranslation || e.postTranslation, e.warnHtmlInMessage = t.warnHtmlInMessage || e.warnHtmlInMessage, e.escapeParameterHtml = t.escapeParameterHtml || e.escapeParameterHtml, e.sync = t.sync || e.sync, e.__composer[nC](t.pluralizationRules || e.pluralizationRules);
17849
+ let n = lC(e.locale, {
17789
17850
  messages: t.messages,
17790
17851
  __i18n: t.__i18n
17791
17852
  });
17792
17853
  return Object.keys(n).forEach((t) => e.mergeLocaleMessage(t, n[t])), t.datetimeFormats && Object.keys(t.datetimeFormats).forEach((n) => e.mergeDateTimeFormat(n, t.datetimeFormats[n])), t.numberFormats && Object.keys(t.numberFormats).forEach((n) => e.mergeNumberFormat(n, t.numberFormats[n])), e;
17793
17854
  }
17794
- var LC = {
17855
+ var WC = {
17795
17856
  tag: { type: [String, Object] },
17796
17857
  locale: { type: String },
17797
17858
  scope: {
@@ -17801,29 +17862,29 @@ var LC = {
17801
17862
  },
17802
17863
  i18n: { type: Object }
17803
17864
  };
17804
- function RC({ slots: e }, t) {
17865
+ function GC({ slots: e }, t) {
17805
17866
  return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((e, t) => [...e, ...t.type === n ? t.children : [t]], []) : t.reduce((t, n) => {
17806
17867
  let r = e[n];
17807
17868
  return r && (t[n] = r()), t;
17808
17869
  }, J());
17809
17870
  }
17810
- function zC() {
17871
+ function KC() {
17811
17872
  return n;
17812
17873
  }
17813
- var BC = /* @__PURE__ */ g({
17874
+ var qC = /* @__PURE__ */ g({
17814
17875
  name: "i18n-t",
17815
- props: uy({
17876
+ props: _y({
17816
17877
  keypath: {
17817
17878
  type: String,
17818
17879
  required: !0
17819
17880
  },
17820
17881
  plural: {
17821
17882
  type: [Number, String],
17822
- validator: (e) => oy(e) || !isNaN(e)
17883
+ validator: (e) => py(e) || !isNaN(e)
17823
17884
  }
17824
- }, LC),
17885
+ }, WC),
17825
17886
  setup(e, t) {
17826
- let { slots: n, attrs: r } = t, i = e.i18n || ZC({
17887
+ let { slots: n, attrs: r } = t, i = e.i18n || iw({
17827
17888
  useScope: e.scope,
17828
17889
  __useComponent: !0
17829
17890
  });
@@ -17831,53 +17892,53 @@ var BC = /* @__PURE__ */ g({
17831
17892
  let a = () => {
17832
17893
  let r = Object.keys(n).filter((e) => e[0] !== "_"), a = J();
17833
17894
  e.locale && (a.locale = e.locale), e.plural !== void 0 && (a.plural = Y(e.plural) ? +e.plural : e.plural);
17834
- let o = RC(t, r);
17835
- return i[WS](e.keypath, o, a);
17836
- }, o = uy(J(), r), s = Y(e.tag) || Z(e.tag) ? e.tag : zC();
17895
+ let o = GC(t, r);
17896
+ return i[ZS](e.keypath, o, a);
17897
+ }, o = _y(J(), r), s = Y(e.tag) || Z(e.tag) ? e.tag : KC();
17837
17898
  return Z(s) ? x(s, o, { default: a }) : x(s, o, a());
17838
17899
  };
17839
17900
  }
17840
17901
  });
17841
- function VC(e) {
17842
- return wy(e) && !Y(e[0]);
17902
+ function JC(e) {
17903
+ return jy(e) && !Y(e[0]);
17843
17904
  }
17844
- function HC(e, t, n, r) {
17905
+ function YC(e, t, n, r) {
17845
17906
  let { slots: i, attrs: a } = t;
17846
17907
  return () => {
17847
17908
  let t = () => {
17848
17909
  let t = { part: !0 }, a = J();
17849
- e.locale && (t.locale = e.locale), Y(e.format) ? t.key = e.format : Z(e.format) && (Y(e.format.key) && (t.key = e.format.key), a = Object.keys(e.format).reduce((t, r) => n.includes(r) ? uy(J(), t, { [r]: e.format[r] }) : t, J()));
17910
+ e.locale && (t.locale = e.locale), Y(e.format) ? t.key = e.format : Z(e.format) && (Y(e.format.key) && (t.key = e.format.key), a = Object.keys(e.format).reduce((t, r) => n.includes(r) ? _y(J(), t, { [r]: e.format[r] }) : t, J()));
17850
17911
  let o = r(e.value, t, a), s = [t.key];
17851
- return wy(o) ? s = o.map((e, t) => {
17912
+ return jy(o) ? s = o.map((e, t) => {
17852
17913
  let n = i[e.type], r = n ? n({
17853
17914
  [e.type]: e.value,
17854
17915
  index: t,
17855
17916
  parts: o
17856
17917
  }) : [e.value];
17857
- return VC(r) && (r[0].key = `${e.type}-${t}`), r;
17918
+ return JC(r) && (r[0].key = `${e.type}-${t}`), r;
17858
17919
  }) : Y(o) && (s = [o]), s;
17859
- }, o = uy(J(), a), s = Y(e.tag) || Z(e.tag) ? e.tag : zC();
17920
+ }, o = _y(J(), a), s = Y(e.tag) || Z(e.tag) ? e.tag : KC();
17860
17921
  return Z(s) ? x(s, o, { default: t }) : x(s, o, t());
17861
17922
  };
17862
17923
  }
17863
- var UC = /* @__PURE__ */ g({
17924
+ var XC = /* @__PURE__ */ g({
17864
17925
  name: "i18n-n",
17865
- props: uy({
17926
+ props: _y({
17866
17927
  value: {
17867
17928
  type: Number,
17868
17929
  required: !0
17869
17930
  },
17870
17931
  format: { type: [String, Object] }
17871
- }, LC),
17932
+ }, WC),
17872
17933
  setup(e, t) {
17873
- let n = e.i18n || ZC({
17934
+ let n = e.i18n || iw({
17874
17935
  useScope: e.scope,
17875
17936
  __useComponent: !0
17876
17937
  });
17877
- return HC(e, t, oS, (...e) => n[KS](...e));
17938
+ return YC(e, t, pS, (...e) => n[$S](...e));
17878
17939
  }
17879
17940
  });
17880
- function WC(e, t) {
17941
+ function ZC(e, t) {
17881
17942
  let n = e;
17882
17943
  if (e.mode === "composition") return n.__getInstance(t) || e.global;
17883
17944
  {
@@ -17885,29 +17946,29 @@ function WC(e, t) {
17885
17946
  return r == null ? e.global.__composer : r.__composer;
17886
17947
  }
17887
17948
  }
17888
- function GC(e) {
17949
+ function QC(e) {
17889
17950
  let t = (t) => {
17890
- process.env.NODE_ENV !== "production" && Zv(eC(QS.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
17951
+ process.env.NODE_ENV !== "production" && iy(sC(aC.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
17891
17952
  let { instance: n, value: r } = t;
17892
17953
  /* istanbul ignore if */
17893
- if (!n || !n.$) throw HS(VS.UNEXPECTED_ERROR);
17894
- let i = WC(e, n.$), a = KC(r);
17895
- return [Reflect.apply(i.t, i, [...qC(a)]), i];
17954
+ if (!n || !n.$) throw YS(JS.UNEXPECTED_ERROR);
17955
+ let i = ZC(e, n.$), a = $C(r);
17956
+ return [Reflect.apply(i.t, i, [...ew(a)]), i];
17896
17957
  };
17897
17958
  return {
17898
17959
  created: (e, n) => {
17899
17960
  let [r, i] = t(n);
17900
- Qv && (e.__i18nWatcher = be(i.locale, () => {
17961
+ ay && (e.__i18nWatcher = be(i.locale, () => {
17901
17962
  n.instance && n.instance.$forceUpdate();
17902
17963
  })), e.__composer = i, e.textContent = r;
17903
17964
  },
17904
17965
  unmounted: (e) => {
17905
- Qv && e.__i18nWatcher && (e.__i18nWatcher(), e.__i18nWatcher = void 0, delete e.__i18nWatcher), e.__composer && (e.__composer = void 0, delete e.__composer);
17966
+ ay && e.__i18nWatcher && (e.__i18nWatcher(), e.__i18nWatcher = void 0, delete e.__i18nWatcher), e.__composer && (e.__composer = void 0, delete e.__composer);
17906
17967
  },
17907
17968
  beforeUpdate: (e, { value: t }) => {
17908
17969
  if (e.__composer) {
17909
- let n = e.__composer, r = KC(t);
17910
- e.textContent = Reflect.apply(n.t, n, [...qC(r)]);
17970
+ let n = e.__composer, r = $C(t);
17971
+ e.textContent = Reflect.apply(n.t, n, [...ew(r)]);
17911
17972
  }
17912
17973
  },
17913
17974
  getSSRProps: (e) => {
@@ -17916,30 +17977,30 @@ function GC(e) {
17916
17977
  }
17917
17978
  };
17918
17979
  }
17919
- function KC(e) {
17980
+ function $C(e) {
17920
17981
  if (Y(e)) return { path: e };
17921
17982
  if (Q(e)) {
17922
- if (!("path" in e)) throw HS(VS.REQUIRED_VALUE, "path");
17983
+ if (!("path" in e)) throw YS(JS.REQUIRED_VALUE, "path");
17923
17984
  return e;
17924
- } else throw HS(VS.INVALID_VALUE);
17985
+ } else throw YS(JS.INVALID_VALUE);
17925
17986
  }
17926
- function qC(e) {
17987
+ function ew(e) {
17927
17988
  let { path: t, locale: n, args: r, choice: i, plural: a } = e, o = {}, s = r || {};
17928
- return Y(n) && (o.locale = n), oy(i) && (o.plural = i), oy(a) && (o.plural = a), [
17989
+ return Y(n) && (o.locale = n), py(i) && (o.plural = i), py(a) && (o.plural = a), [
17929
17990
  t,
17930
17991
  s,
17931
17992
  o
17932
17993
  ];
17933
17994
  }
17934
- function JC(e, t, ...n) {
17995
+ function tw(e, t, ...n) {
17935
17996
  let r = Q(n[0]) ? n[0] : {};
17936
- (!X(r.globalInstall) || r.globalInstall) && ([BC.name, "I18nT"].forEach((t) => e.component(t, BC)), [UC.name, "I18nN"].forEach((t) => e.component(t, UC)), [cw.name, "I18nD"].forEach((t) => e.component(t, cw))), e.directive("t", GC(t));
17997
+ (!X(r.globalInstall) || r.globalInstall) && ([qC.name, "I18nT"].forEach((t) => e.component(t, qC)), [XC.name, "I18nN"].forEach((t) => e.component(t, XC)), [hw.name, "I18nD"].forEach((t) => e.component(t, hw))), e.directive("t", QC(t));
17937
17998
  }
17938
- var YC = /* @__PURE__ */ ry("global-vue-i18n");
17939
- function XC(e = {}) {
17999
+ var nw = /* @__PURE__ */ uy("global-vue-i18n");
18000
+ function rw(e = {}) {
17940
18001
  let t = __VUE_I18N_LEGACY_API__ && X(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__;
17941
- process.env.NODE_ENV !== "production" && t && Zv(eC(QS.DEPRECATE_LEGACY_MODE));
17942
- let n = X(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [i, a] = QC(e, t), o = /* @__PURE__ */ ry(process.env.NODE_ENV === "production" ? "" : "vue-i18n");
18002
+ process.env.NODE_ENV !== "production" && t && iy(sC(aC.DEPRECATE_LEGACY_MODE));
18003
+ let n = X(e.globalInjection) ? e.globalInjection : !0, r = /* @__PURE__ */ new Map(), [i, a] = aw(e, t), o = /* @__PURE__ */ uy(process.env.NODE_ENV === "production" ? "" : "vue-i18n");
17943
18004
  function s(e) {
17944
18005
  return r.get(e) || null;
17945
18006
  }
@@ -17959,21 +18020,21 @@ function XC(e = {}) {
17959
18020
  u.__composerExtend = e.__composerExtend, u.__vueI18nExtend = e.__vueI18nExtend;
17960
18021
  }
17961
18022
  let i = null;
17962
- !t && n && (i = sw(e, u.global)), __VUE_I18N_FULL_INSTALL__ && JC(e, u, ...r), __VUE_I18N_LEGACY_API__ && t && e.mixin(FC(a, a.__composer, u));
18023
+ !t && n && (i = mw(e, u.global)), __VUE_I18N_FULL_INSTALL__ && tw(e, u, ...r), __VUE_I18N_LEGACY_API__ && t && e.mixin(HC(a, a.__composer, u));
17963
18024
  let s = e.unmount;
17964
18025
  if (e.unmount = () => {
17965
18026
  i && i(), u.dispose(), s();
17966
18027
  }, process.env.NODE_ENV !== "production") {
17967
- if (!await _C(e, u)) throw HS(VS.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
17968
- let n = Ny();
18028
+ if (!await wC(e, u)) throw YS(JS.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
18029
+ let n = By();
17969
18030
  if (t) {
17970
18031
  let e = a;
17971
18032
  e.__enableEmitter && e.__enableEmitter(n);
17972
18033
  } else {
17973
18034
  let e = a;
17974
- e[qS] && e[qS](n);
18035
+ e[eC] && e[eC](n);
17975
18036
  }
17976
- n.on("*", jC);
18037
+ n.on("*", RC);
17977
18038
  }
17978
18039
  },
17979
18040
  get global() {
@@ -17989,99 +18050,99 @@ function XC(e = {}) {
17989
18050
  };
17990
18051
  return u;
17991
18052
  }
17992
- function ZC(e = {}) {
17993
- let t = oC();
17994
- if (t == null) throw HS(VS.MUST_BE_CALL_SETUP_TOP);
17995
- if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__) throw HS(VS.NOT_INSTALLED);
17996
- let n = $C(t), r = tw(n), i = rC(t), a = ew(e, i);
17997
- if (a === "global") return iC(r, e, i), r;
18053
+ function iw(e = {}) {
18054
+ let t = pC();
18055
+ if (t == null) throw YS(JS.MUST_BE_CALL_SETUP_TOP);
18056
+ if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__) throw YS(JS.NOT_INSTALLED);
18057
+ let n = ow(t), r = cw(n), i = uC(t), a = sw(e, i);
18058
+ if (a === "global") return dC(r, e, i), r;
17998
18059
  if (a === "parent") {
17999
- let i = nw(n, t, e.__useComponent);
18000
- return i ??= (process.env.NODE_ENV !== "production" && Yv(eC(QS.NOT_FOUND_PARENT_SCOPE)), r), i;
18060
+ let i = lw(n, t, e.__useComponent);
18061
+ return i ??= (process.env.NODE_ENV !== "production" && ny(sC(aC.NOT_FOUND_PARENT_SCOPE)), r), i;
18001
18062
  }
18002
18063
  if (a === "isolated") {
18003
- if (n.mode !== "composition") throw HS(VS.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);
18004
- let i = n, a = uy({}, e);
18005
- a.__root = nw(n, t) || r;
18006
- let o = dC(a);
18007
- i.__composerExtend && (o[ZS] = i.__composerExtend(o));
18064
+ if (n.mode !== "composition") throw YS(JS.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);
18065
+ let i = n, a = _y({}, e);
18066
+ a.__root = lw(n, t) || r;
18067
+ let o = vC(a);
18068
+ i.__composerExtend && (o[iC] = i.__composerExtend(o));
18008
18069
  let s = null;
18009
18070
  if (process.env.NODE_ENV !== "production") {
18010
- s = Ny();
18071
+ s = By();
18011
18072
  let e = o;
18012
- e[qS] && e[qS](s), s.on("*", jC);
18073
+ e[eC] && e[eC](s), s.on("*", RC);
18013
18074
  }
18014
18075
  return y() && se(() => {
18015
18076
  if (process.env.NODE_ENV !== "production") {
18016
- s && s.off("*", jC);
18077
+ s && s.off("*", RC);
18017
18078
  let e = o;
18018
- e[JS] && e[JS]();
18079
+ e[tC] && e[tC]();
18019
18080
  }
18020
- let e = o[ZS];
18021
- e && (e(), delete o[ZS]);
18081
+ let e = o[iC];
18082
+ e && (e(), delete o[iC]);
18022
18083
  }), o;
18023
18084
  }
18024
18085
  let o = n, s = o.__getInstance(t);
18025
18086
  if (s == null) {
18026
- let n = uy({}, e);
18027
- "__i18n" in i && (n.__i18n = i.__i18n), r && (n.__root = r), s = dC(n), o.__composerExtend && (s[ZS] = o.__composerExtend(s)), iw(o, t, s), o.__setInstance(t, s);
18028
- } else process.env.NODE_ENV !== "production" && a === "local" && Yv(eC(QS.DUPLICATE_USE_I18N_CALLING));
18087
+ let n = _y({}, e);
18088
+ "__i18n" in i && (n.__i18n = i.__i18n), r && (n.__root = r), s = vC(n), o.__composerExtend && (s[iC] = o.__composerExtend(s)), dw(o, t, s), o.__setInstance(t, s);
18089
+ } else process.env.NODE_ENV !== "production" && a === "local" && ny(sC(aC.DUPLICATE_USE_I18N_CALLING));
18029
18090
  return s;
18030
18091
  }
18031
- function QC(e, t) {
18032
- let n = _(), r = __VUE_I18N_LEGACY_API__ && t ? n.run(() => PC(e)) : n.run(() => dC(e));
18033
- if (r == null) throw HS(VS.UNEXPECTED_ERROR);
18092
+ function aw(e, t) {
18093
+ let n = _(), r = __VUE_I18N_LEGACY_API__ && t ? n.run(() => VC(e)) : n.run(() => vC(e));
18094
+ if (r == null) throw YS(JS.UNEXPECTED_ERROR);
18034
18095
  return [n, r];
18035
18096
  }
18036
- function $C(e) {
18037
- let t = S(e.isCE ? YC : e.appContext.app.__VUE_I18N_SYMBOL__);
18097
+ function ow(e) {
18098
+ let t = S(e.isCE ? nw : e.appContext.app.__VUE_I18N_SYMBOL__);
18038
18099
  /* istanbul ignore if */
18039
- if (!t) throw HS(e.isCE ? VS.NOT_INSTALLED_WITH_PROVIDE : VS.UNEXPECTED_ERROR);
18100
+ if (!t) throw YS(e.isCE ? JS.NOT_INSTALLED_WITH_PROVIDE : JS.UNEXPECTED_ERROR);
18040
18101
  return t;
18041
18102
  }
18042
- function ew(e, t) {
18043
- return ly(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
18103
+ function sw(e, t) {
18104
+ return gy(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
18044
18105
  }
18045
- function tw(e) {
18106
+ function cw(e) {
18046
18107
  return e.mode === "composition" ? e.global : e.global.__composer;
18047
18108
  }
18048
- function nw(e, t, n = !1) {
18049
- let r = null, i = t.root, a = rw(t, n);
18109
+ function lw(e, t, n = !1) {
18110
+ let r = null, i = t.root, a = uw(t, n);
18050
18111
  for (; a != null;) {
18051
18112
  let t = e;
18052
18113
  if (e.mode === "composition") r = t.__getInstance(a);
18053
18114
  else if (__VUE_I18N_LEGACY_API__) {
18054
18115
  let e = t.__getInstance(a);
18055
- e != null && (r = e.__composer, n && r && !r[XS] && (r = null));
18116
+ e != null && (r = e.__composer, n && r && !r[rC] && (r = null));
18056
18117
  }
18057
18118
  if (r != null || i === a) break;
18058
18119
  a = a.parent;
18059
18120
  }
18060
18121
  return r;
18061
18122
  }
18062
- function rw(e, t = !1) {
18123
+ function uw(e, t = !1) {
18063
18124
  return e == null ? null : t && e.vnode.ctx || e.parent;
18064
18125
  }
18065
- function iw(e, t, n) {
18126
+ function dw(e, t, n) {
18066
18127
  let r = null;
18067
18128
  oe(() => {
18068
18129
  if (process.env.NODE_ENV !== "production") {
18069
- t.__VUE_I18N__ = n, r = Ny();
18130
+ t.__VUE_I18N__ = n, r = By();
18070
18131
  let e = n;
18071
- e[qS] && e[qS](r), r.on("*", jC);
18132
+ e[eC] && e[eC](r), r.on("*", RC);
18072
18133
  }
18073
18134
  }, t), ce(() => {
18074
18135
  let i = n;
18075
- process.env.NODE_ENV !== "production" && (r && r.off("*", jC), i[JS] && i[JS](), delete t.__VUE_I18N__), e.__deleteInstance(t);
18076
- let a = i[ZS];
18077
- a && (a(), delete i[ZS]);
18136
+ process.env.NODE_ENV !== "production" && (r && r.off("*", RC), i[tC] && i[tC](), delete t.__VUE_I18N__), e.__deleteInstance(t);
18137
+ let a = i[iC];
18138
+ a && (a(), delete i[iC]);
18078
18139
  }, t);
18079
18140
  }
18080
- var aw = [
18141
+ var fw = [
18081
18142
  "locale",
18082
18143
  "fallbackLocale",
18083
18144
  "availableLocales"
18084
- ], ow = [
18145
+ ], pw = [
18085
18146
  "t",
18086
18147
  "rt",
18087
18148
  "d",
@@ -18089,11 +18150,11 @@ var aw = [
18089
18150
  "tm",
18090
18151
  "te"
18091
18152
  ];
18092
- function sw(e, t) {
18153
+ function mw(e, t) {
18093
18154
  let n = Object.create(null);
18094
- return aw.forEach((e) => {
18155
+ return fw.forEach((e) => {
18095
18156
  let r = Object.getOwnPropertyDescriptor(t, e);
18096
- if (!r) throw HS(VS.UNEXPECTED_ERROR);
18157
+ if (!r) throw YS(JS.UNEXPECTED_ERROR);
18097
18158
  let i = w(r.value) ? {
18098
18159
  get() {
18099
18160
  return r.value.value;
@@ -18105,41 +18166,41 @@ function sw(e, t) {
18105
18166
  return r.get && r.get();
18106
18167
  } };
18107
18168
  Object.defineProperty(n, e, i);
18108
- }), e.config.globalProperties.$i18n = n, ow.forEach((n) => {
18169
+ }), e.config.globalProperties.$i18n = n, pw.forEach((n) => {
18109
18170
  let r = Object.getOwnPropertyDescriptor(t, n);
18110
- if (!r || !r.value) throw HS(VS.UNEXPECTED_ERROR);
18171
+ if (!r || !r.value) throw YS(JS.UNEXPECTED_ERROR);
18111
18172
  Object.defineProperty(e.config.globalProperties, `$${n}`, r);
18112
18173
  }), () => {
18113
- delete e.config.globalProperties.$i18n, ow.forEach((t) => {
18174
+ delete e.config.globalProperties.$i18n, pw.forEach((t) => {
18114
18175
  delete e.config.globalProperties[`$${t}`];
18115
18176
  });
18116
18177
  };
18117
18178
  }
18118
- var cw = /* @__PURE__ */ g({
18179
+ var hw = /* @__PURE__ */ g({
18119
18180
  name: "i18n-d",
18120
- props: uy({
18181
+ props: _y({
18121
18182
  value: {
18122
18183
  type: [Number, Date],
18123
18184
  required: !0
18124
18185
  },
18125
18186
  format: { type: [String, Object] }
18126
- }, LC),
18187
+ }, WC),
18127
18188
  setup(e, t) {
18128
- let n = e.i18n || ZC({
18189
+ let n = e.i18n || iw({
18129
18190
  useScope: e.scope,
18130
18191
  __useComponent: !0
18131
18192
  });
18132
- return HC(e, t, nS, (...e) => n[GS](...e));
18193
+ return YC(e, t, lS, (...e) => n[QS](...e));
18133
18194
  }
18134
18195
  });
18135
- if (BS(), Px($b), Ix(Tx), Rx(fx), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
18136
- let e = py();
18137
- e.__INTLIFY__ = !0, tx(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
18196
+ if (qS(), Vx(ox), Ux(Mx), Gx(yx), process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
18197
+ let e = by();
18198
+ e.__INTLIFY__ = !0, cx(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
18138
18199
  }
18139
18200
  process.env.NODE_ENV;
18140
18201
  //#endregion
18141
18202
  //#region packages/transfer/index.vue
18142
- var lw = /* @__PURE__ */ ct(/* @__PURE__ */ g({
18203
+ var gw = /* @__PURE__ */ ct(/* @__PURE__ */ g({
18143
18204
  __name: "index",
18144
18205
  props: /* @__PURE__ */ D({
18145
18206
  clearText: {},
@@ -18181,7 +18242,7 @@ var lw = /* @__PURE__ */ ct(/* @__PURE__ */ g({
18181
18242
  }),
18182
18243
  emits: ["update:modelValue"],
18183
18244
  setup(e) {
18184
- let t = _e(e, "modelValue"), n = ZC(), r = c(() => {
18245
+ let t = _e(e, "modelValue"), n = iw(), r = c(() => {
18185
18246
  switch (n.locale.value) {
18186
18247
  case "zh_CN": return uo;
18187
18248
  case "en_US": return lo;
@@ -18241,10 +18302,10 @@ var lw = /* @__PURE__ */ ct(/* @__PURE__ */ g({
18241
18302
  }), [["__scopeId", "data-v-c085c6d7"]]);
18242
18303
  //#endregion
18243
18304
  //#region packages/transfer/index.ts
18244
- lw.install = (e) => {
18245
- e.component("HyTransfer", lw);
18305
+ gw.install = (e) => {
18306
+ e.component("HyTransfer", gw);
18246
18307
  };
18247
- var uw = lw, dw = { hyDesign: {
18308
+ var _w = gw, vw = { hyDesign: {
18248
18309
  table: {
18249
18310
  searchBtnName: "查询",
18250
18311
  resetBtnName: "重置",
@@ -18254,7 +18315,7 @@ var uw = lw, dw = { hyDesign: {
18254
18315
  okBtnName: "确定",
18255
18316
  cancelBtnName: "取消"
18256
18317
  }
18257
- } }, fw = { hyDesign: {
18318
+ } }, yw = { hyDesign: {
18258
18319
  table: {
18259
18320
  searchBtnName: "Search",
18260
18321
  resetBtnName: "Reset",
@@ -18267,7 +18328,7 @@ var uw = lw, dw = { hyDesign: {
18267
18328
  } };
18268
18329
  //#endregion
18269
18330
  //#region packages/assets/lang/index.ts
18270
- function pw(e) {
18331
+ function bw(e) {
18271
18332
  let t = e._context.provides, n = Object.getOwnPropertySymbols(t), r;
18272
18333
  for (let e in n) {
18273
18334
  let i = t[n[e]];
@@ -18276,19 +18337,19 @@ function pw(e) {
18276
18337
  break;
18277
18338
  }
18278
18339
  }
18279
- r ? (r.global.mergeLocaleMessage("zh_CN", dw), r.global.mergeLocaleMessage("en_US", fw)) : (r = XC({
18340
+ r ? (r.global.mergeLocaleMessage("zh_CN", vw), r.global.mergeLocaleMessage("en_US", yw)) : (r = rw({
18280
18341
  globalInjection: !0,
18281
18342
  allowComposition: !0,
18282
18343
  legacy: !1,
18283
18344
  locale: "zh_CN",
18284
18345
  messages: {
18285
- zh_CN: dw,
18286
- en_US: fw
18346
+ zh_CN: vw,
18347
+ en_US: yw
18287
18348
  }
18288
18349
  }), e.use(r));
18289
18350
  }
18290
- var mw = { install: (e, ...t) => {
18291
- e.use(ut), e.use(K_), e.use(Y_), e.use(J_), e.use(r_), e.use(av), e.use(uv), e.use(lv), e.use(Cv), e.use(Sv), e.use(xv), e.use(Jv), e.use(wv), e.use(Tv), e.use(Dv), e.use(kv), e.use(jv), e.use(uw), pw(e);
18351
+ var xw = { install: (e, ...t) => {
18352
+ e.use(ut), e.use($_), e.use(nv), e.use(tv), e.use(r_), e.use(fv), e.use(_v), e.use(gv), e.use(Av), e.use(kv), e.use(Ov), e.use(ty), e.use(jv), e.use(Mv), e.use(Pv), e.use(Iv), e.use(Rv), e.use(_w), bw(e);
18292
18353
  } };
18293
18354
  //#endregion
18294
- export { ut as HyBoxSelection, r_ as HyButton, av as HyCard, uv as HyCollapse, lv as HyCollapseItem, Cv as HyCustomInput, wv as HyDialog, Tv as HyDrawer, Dv as HyDropdown, kv as HyDynamicInput, jv as HyEllipsis, Sv as HyFileInput, xv as HyFilePanel, Jv as HySearchTree, K_ as HyTable, Y_ as HyTimeline, J_ as HyTimelineItem, uw as HyTransfer, q as ItemType, mw as default, dv as useLock };
18355
+ export { ut as HyBoxSelection, r_ as HyButton, fv as HyCard, _v as HyCollapse, gv as HyCollapseItem, Av as HyCustomInput, jv as HyDialog, Mv as HyDrawer, Pv as HyDropdown, Iv as HyDynamicInput, Rv as HyEllipsis, kv as HyFileInput, Ov as HyFilePanel, ty as HySearchTree, $_ as HyTable, nv as HyTimeline, tv as HyTimelineItem, _w as HyTransfer, q as ItemType, xw as default, vv as useLock };