startup-ui 0.6.7 → 0.6.8

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.
@@ -1,6 +1,6 @@
1
- import { mergeModels as ie, getCurrentInstance as ia, computed as H, useModel as Oe, ref as J, watch as Ae, provide as Te, createElementBlock as S, openBlock as v, withModifiers as $e, normalizeClass as z, renderSlot as I, inject as we, useSlots as qt, cloneVNode as la, useTemplateRef as Ce, createElementVNode as E, normalizeStyle as ge, unref as R, toDisplayString as G, createCommentVNode as B, Fragment as ee, renderList as de, createBlock as re, resolveDynamicComponent as St, withDirectives as gt, createTextVNode as le, vModelText as ua, vModelDynamic as Qs, defineComponent as rt, h as ca, useAttrs as Un, onMounted as Kt, nextTick as at, onBeforeUnmount as fa, createVNode as Z, Teleport as Ge, vModelRadio as Zs, withCtx as xe, vModelCheckbox as eo, onBeforeMount as da, resolveComponent as yt, createSlots as to, render as ma, Transition as no } from "vue";
1
+ import { mergeModels as ie, getCurrentInstance as ia, computed as V, useModel as Oe, ref as J, watch as Ae, provide as _e, createElementBlock as S, openBlock as v, withModifiers as $e, normalizeClass as z, renderSlot as I, inject as we, useSlots as qt, cloneVNode as la, useTemplateRef as Ce, createElementVNode as E, normalizeStyle as he, unref as R, toDisplayString as G, createCommentVNode as B, Fragment as ee, renderList as de, createBlock as re, resolveDynamicComponent as St, withDirectives as gt, createTextVNode as le, vModelText as ua, vModelDynamic as Qs, defineComponent as rt, h as ca, useAttrs as Un, onMounted as Kt, nextTick as at, onBeforeUnmount as fa, createVNode as Z, Teleport as Ge, vModelRadio as Zs, withCtx as xe, vModelCheckbox as eo, onBeforeMount as da, resolveComponent as yt, createSlots as to, render as ma, Transition as no } from "vue";
2
2
  import { router as zn, Link as yn } from "@inertiajs/vue3";
3
- import { templateRef as ro, useEventListener as ao, useDraggable as Vn, useResizeObserver as pa, useClipboard as so, useStorage as oo } from "@vueuse/core";
3
+ import { templateRef as ro, useEventListener as ao, useDraggable as Hn, useResizeObserver as pa, useClipboard as so, useStorage as oo } from "@vueuse/core";
4
4
  import io from "@tinymce/tinymce-vue";
5
5
  import "tinymce/tinymce";
6
6
  import "tinymce/skins/ui/oxide/skin.min.css";
@@ -29,7 +29,7 @@ const lo = {
29
29
  }),
30
30
  emits: /* @__PURE__ */ ie(["submit", "update:modelValue"], ["update:modelValue"]),
31
31
  setup(e, { emit: t }) {
32
- const n = e, r = t, a = ia(), o = H(
32
+ const n = e, r = t, a = ia(), o = V(
33
33
  () => {
34
34
  var f;
35
35
  return !!((f = a == null ? void 0 : a.vnode.props) != null && f.onSubmit);
@@ -59,7 +59,7 @@ const lo = {
59
59
  b.includes(".") && !p[b.split(".")[0]] && (p[b.split(".")[0]] = p[b]);
60
60
  }), p;
61
61
  };
62
- return Te("formModel", s.value), Te("formErrors", i), Te("titlesWidth", n.titlesWidth), (f, p) => (v(), S("form", {
62
+ return _e("formModel", s.value), _e("formErrors", i), _e("titlesWidth", n.titlesWidth), (f, p) => (v(), S("form", {
63
63
  class: z(["s-form", { titles_at_left: e.titlesAtLeft, loading: l.value || e.loading }]),
64
64
  onSubmit: $e(u, ["prevent"])
65
65
  }, [
@@ -84,15 +84,15 @@ const lo = {
84
84
  hint: String
85
85
  },
86
86
  setup(e, { expose: t }) {
87
- const n = e, r = we("formModel"), a = H({
87
+ const n = e, r = we("formModel"), a = V({
88
88
  get: () => r == null ? void 0 : r[n.name],
89
89
  set: (p) => {
90
90
  r && (r[n.name] = p);
91
91
  }
92
- }), o = we("formErrors"), s = H(() => {
92
+ }), o = we("formErrors"), s = V(() => {
93
93
  var p;
94
94
  return (p = o.value[n.name]) != null ? p : "";
95
- }), i = we("titlesWidth"), l = qt(), u = H(() => {
95
+ }), i = we("titlesWidth"), l = qt(), u = V(() => {
96
96
  var b;
97
97
  return (((b = l.default) == null ? void 0 : b.call(l)) || []).map((m) => {
98
98
  var h;
@@ -118,14 +118,14 @@ const lo = {
118
118
  p.$slots.title ? (v(), S("div", {
119
119
  key: 0,
120
120
  class: "s-formrow-title",
121
- style: ge({ width: R(i) ? R(i) + "px" : null })
121
+ style: he({ width: R(i) ? R(i) + "px" : null })
122
122
  }, [
123
123
  I(p.$slots, "title")
124
124
  ], 4)) : (v(), S("div", {
125
125
  key: 1,
126
126
  class: "s-formrow-title",
127
127
  onClick: f,
128
- style: ge({ width: R(i) ? R(i) + "px" : null })
128
+ style: he({ width: R(i) ? R(i) + "px" : null })
129
129
  }, G((m = e.title) != null ? m : ""), 5)),
130
130
  E("div", uo, [
131
131
  E("div", {
@@ -179,7 +179,7 @@ const lo = {
179
179
  }),
180
180
  emits: /* @__PURE__ */ ie(["change"], ["update:modelValue"]),
181
181
  setup(e, { emit: t }) {
182
- const n = e, r = Oe(e, "modelValue"), a = qt(), o = H(() => n.prefix || a.prefix), s = H(() => n.suffix || a.suffix);
182
+ const n = e, r = Oe(e, "modelValue"), a = qt(), o = V(() => n.prefix || a.prefix), s = V(() => n.suffix || a.suffix);
183
183
  return (i, l) => (v(), S("div", {
184
184
  class: z(["s-input", { "has-prefix": o.value, "has-suffix": s.value }])
185
185
  }, [
@@ -196,7 +196,7 @@ const lo = {
196
196
  disabled: e.disabled,
197
197
  placeholder: e.placeholder,
198
198
  onInput: l[1] || (l[1] = (u) => i.$emit("change", u.target.value)),
199
- style: ge(e.inputStyle)
199
+ style: he(e.inputStyle)
200
200
  }, null, 44, vo)), [
201
201
  [ua, r.value]
202
202
  ]) : gt((v(), S("input", {
@@ -207,7 +207,7 @@ const lo = {
207
207
  placeholder: e.placeholder,
208
208
  disabled: e.disabled,
209
209
  onInput: l[3] || (l[3] = (u) => i.$emit("change", u.target.value)),
210
- style: ge(e.inputStyle)
210
+ style: he(e.inputStyle)
211
211
  }, null, 44, go)), [
212
212
  [Qs, r.value]
213
213
  ]),
@@ -252,7 +252,7 @@ function $o(e, t, n) {
252
252
  function It(e, t) {
253
253
  var n = typeof Symbol != "undefined" && e[Symbol.iterator] || e["@@iterator"];
254
254
  if (!n) {
255
- if (Array.isArray(e) || (n = Hn(e)) || t) {
255
+ if (Array.isArray(e) || (n = Vn(e)) || t) {
256
256
  n && (e = n);
257
257
  var r = 0, a = function() {
258
258
  };
@@ -332,7 +332,7 @@ function Eo() {
332
332
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
333
333
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
334
334
  }
335
- function _o() {
335
+ function To() {
336
336
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
337
337
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
338
338
  }
@@ -358,12 +358,12 @@ function $(e) {
358
358
  return e;
359
359
  }
360
360
  function Jt(e, t) {
361
- return So(e) || Oo(e, t) || Hn(e, t) || Eo();
361
+ return So(e) || Oo(e, t) || Vn(e, t) || Eo();
362
362
  }
363
363
  function Pe(e) {
364
- return wo(e) || Ao(e) || Hn(e) || _o();
364
+ return wo(e) || Ao(e) || Vn(e) || To();
365
365
  }
366
- function To(e, t) {
366
+ function _o(e, t) {
367
367
  if (typeof e != "object" || !e) return e;
368
368
  var n = e[Symbol.toPrimitive];
369
369
  if (n !== void 0) {
@@ -374,7 +374,7 @@ function To(e, t) {
374
374
  return (t === "string" ? String : Number)(e);
375
375
  }
376
376
  function ha(e) {
377
- var t = To(e, "string");
377
+ var t = _o(e, "string");
378
378
  return typeof t == "symbol" ? t : t + "";
379
379
  }
380
380
  function Bt(e) {
@@ -385,7 +385,7 @@ function Bt(e) {
385
385
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
386
386
  }, Bt(e);
387
387
  }
388
- function Hn(e, t) {
388
+ function Vn(e, t) {
389
389
  if (e) {
390
390
  if (typeof e == "string") return bn(e, t);
391
391
  var n = {}.toString.call(e).slice(8, -1);
@@ -401,7 +401,7 @@ try {
401
401
  typeof window != "undefined" && (Wn = window), typeof document != "undefined" && (va = document), typeof MutationObserver != "undefined" && (ga = MutationObserver), typeof performance != "undefined" && (ya = performance);
402
402
  } catch {
403
403
  }
404
- var Co = Wn.navigator || {}, ur = Co.userAgent, cr = ur === void 0 ? "" : ur, Le = Wn, ae = va, fr = ga, Tt = ya;
404
+ var Co = Wn.navigator || {}, ur = Co.userAgent, cr = ur === void 0 ? "" : ur, Le = Wn, ae = va, fr = ga, _t = ya;
405
405
  Le.document;
406
406
  var De = !!ae.documentElement && !!ae.head && typeof ae.addEventListener == "function" && typeof ae.createElement == "function", ba = ~cr.indexOf("MSIE") || ~cr.indexOf("Trident/"), sn, Po = /fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, No = /Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i, Sa = {
407
407
  classic: {
@@ -511,8 +511,8 @@ var De = !!ae.documentElement && !!ae.head && typeof ae.addEventListener == "fun
511
511
  GROUP: "duotone-group",
512
512
  PRIMARY: "primary",
513
513
  SECONDARY: "secondary"
514
- }, wa = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], me = "classic", wt = "duotone", xa = "sharp", ka = "sharp-duotone", $a = "chisel", Aa = "etch", Oa = "jelly", Ea = "jelly-duo", _a = "jelly-fill", Ta = "notdog", Ca = "notdog-duo", Pa = "slab", Na = "slab-press", Fa = "thumbprint", Ia = "utility", Ra = "utility-duo", Ma = "utility-fill", Da = "whiteboard", Io = "Classic", Ro = "Duotone", Mo = "Sharp", Do = "Sharp Duotone", jo = "Chisel", Lo = "Etch", Bo = "Jelly", Uo = "Jelly Duo", zo = "Jelly Fill", Vo = "Notdog", Ho = "Notdog Duo", Wo = "Slab", Yo = "Slab Press", qo = "Thumbprint", Ko = "Utility", Jo = "Utility Duo", Go = "Utility Fill", Xo = "Whiteboard", ja = [me, wt, xa, ka, $a, Aa, Oa, Ea, _a, Ta, Ca, Pa, Na, Fa, Ia, Ra, Ma, Da];
515
- sn = {}, q(q(q(q(q(q(q(q(q(q(sn, me, Io), wt, Ro), xa, Mo), ka, Do), $a, jo), Aa, Lo), Oa, Bo), Ea, Uo), _a, zo), Ta, Vo), q(q(q(q(q(q(q(q(sn, Ca, Ho), Pa, Wo), Na, Yo), Fa, qo), Ia, Ko), Ra, Jo), Ma, Go), Da, Xo);
514
+ }, wa = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], me = "classic", wt = "duotone", xa = "sharp", ka = "sharp-duotone", $a = "chisel", Aa = "etch", Oa = "jelly", Ea = "jelly-duo", Ta = "jelly-fill", _a = "notdog", Ca = "notdog-duo", Pa = "slab", Na = "slab-press", Fa = "thumbprint", Ia = "utility", Ra = "utility-duo", Ma = "utility-fill", Da = "whiteboard", Io = "Classic", Ro = "Duotone", Mo = "Sharp", Do = "Sharp Duotone", jo = "Chisel", Lo = "Etch", Bo = "Jelly", Uo = "Jelly Duo", zo = "Jelly Fill", Ho = "Notdog", Vo = "Notdog Duo", Wo = "Slab", Yo = "Slab Press", qo = "Thumbprint", Ko = "Utility", Jo = "Utility Duo", Go = "Utility Fill", Xo = "Whiteboard", ja = [me, wt, xa, ka, $a, Aa, Oa, Ea, Ta, _a, Ca, Pa, Na, Fa, Ia, Ra, Ma, Da];
515
+ sn = {}, q(q(q(q(q(q(q(q(q(q(sn, me, Io), wt, Ro), xa, Mo), ka, Do), $a, jo), Aa, Lo), Oa, Bo), Ea, Uo), Ta, zo), _a, Ho), q(q(q(q(q(q(q(q(sn, Ca, Vo), Pa, Wo), Na, Yo), Fa, qo), Ia, Ko), Ra, Jo), Ma, Go), Da, Xo);
516
516
  var Qo = {
517
517
  classic: {
518
518
  900: "fas",
@@ -890,8 +890,8 @@ var ii = {
890
890
  SWAP_OPACITY: "swap-opacity",
891
891
  PRIMARY: "primary",
892
892
  SECONDARY: "secondary"
893
- }, ci = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], fi = "classic", di = "duotone", mi = "sharp", pi = "sharp-duotone", hi = "chisel", vi = "etch", gi = "jelly", yi = "jelly-duo", bi = "jelly-fill", Si = "notdog", wi = "notdog-duo", xi = "slab", ki = "slab-press", $i = "thumbprint", Ai = "utility", Oi = "utility-duo", Ei = "utility-fill", _i = "whiteboard", Ti = "Classic", Ci = "Duotone", Pi = "Sharp", Ni = "Sharp Duotone", Fi = "Chisel", Ii = "Etch", Ri = "Jelly", Mi = "Jelly Duo", Di = "Jelly Fill", ji = "Notdog", Li = "Notdog Duo", Bi = "Slab", Ui = "Slab Press", zi = "Thumbprint", Vi = "Utility", Hi = "Utility Duo", Wi = "Utility Fill", Yi = "Whiteboard";
894
- on = {}, q(q(q(q(q(q(q(q(q(q(on, fi, Ti), di, Ci), mi, Pi), pi, Ni), hi, Fi), vi, Ii), gi, Ri), yi, Mi), bi, Di), Si, ji), q(q(q(q(q(q(q(q(on, wi, Li), xi, Bi), ki, Ui), $i, zi), Ai, Vi), Oi, Hi), Ei, Wi), _i, Yi);
893
+ }, ci = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], fi = "classic", di = "duotone", mi = "sharp", pi = "sharp-duotone", hi = "chisel", vi = "etch", gi = "jelly", yi = "jelly-duo", bi = "jelly-fill", Si = "notdog", wi = "notdog-duo", xi = "slab", ki = "slab-press", $i = "thumbprint", Ai = "utility", Oi = "utility-duo", Ei = "utility-fill", Ti = "whiteboard", _i = "Classic", Ci = "Duotone", Pi = "Sharp", Ni = "Sharp Duotone", Fi = "Chisel", Ii = "Etch", Ri = "Jelly", Mi = "Jelly Duo", Di = "Jelly Fill", ji = "Notdog", Li = "Notdog Duo", Bi = "Slab", Ui = "Slab Press", zi = "Thumbprint", Hi = "Utility", Vi = "Utility Duo", Wi = "Utility Fill", Yi = "Whiteboard";
894
+ on = {}, q(q(q(q(q(q(q(q(q(q(on, fi, _i), di, Ci), mi, Pi), pi, Ni), hi, Fi), vi, Ii), gi, Ri), yi, Mi), bi, Di), Si, ji), q(q(q(q(q(q(q(q(on, wi, Li), xi, Bi), ki, Ui), $i, zi), Ai, Hi), Oi, Vi), Ei, Wi), Ti, Yi);
895
895
  var qi = "kit", Ki = "kit-duotone", Ji = "Kit", Gi = "Kit Duotone";
896
896
  q(q({}, qi, Ji), Ki, Gi);
897
897
  var Xi = {
@@ -1071,7 +1071,7 @@ var Xi = {
1071
1071
  "Font Awesome 5 Duotone": {
1072
1072
  900: "fad"
1073
1073
  }
1074
- }, Re = "___FONT_AWESOME___", wn = 16, za = "fa", Va = "svg-inline--fa", qe = "data-fa-i2svg", xn = "data-fa-pseudo-element", sl = "data-fa-pseudo-element-pending", Yn = "data-prefix", qn = "data-icon", pr = "fontawesome-i2svg", ol = "async", il = ["HTML", "HEAD", "STYLE", "SCRIPT"], Ha = ["::before", "::after", ":before", ":after"], Wa = function() {
1074
+ }, Re = "___FONT_AWESOME___", wn = 16, za = "fa", Ha = "svg-inline--fa", qe = "data-fa-i2svg", xn = "data-fa-pseudo-element", sl = "data-fa-pseudo-element-pending", Yn = "data-prefix", qn = "data-icon", pr = "fontawesome-i2svg", ol = "async", il = ["HTML", "HEAD", "STYLE", "SCRIPT"], Va = ["::before", "::after", ":before", ":after"], Wa = function() {
1075
1075
  try {
1076
1076
  return process.env.NODE_ENV === "production";
1077
1077
  } catch {
@@ -1120,7 +1120,7 @@ var Ka = {
1120
1120
  styleDefault: "solid",
1121
1121
  familyDefault: me,
1122
1122
  cssPrefix: za,
1123
- replacementClass: Va,
1123
+ replacementClass: Ha,
1124
1124
  autoReplaceSvg: !0,
1125
1125
  autoAddCss: !0,
1126
1126
  searchPseudoElements: !1,
@@ -1788,7 +1788,7 @@ var kl = `:root, :host {
1788
1788
  z-index: var(--fa-stack-z-index, auto);
1789
1789
  }`;
1790
1790
  function Ga() {
1791
- var e = za, t = Va, n = D.cssPrefix, r = D.replacementClass, a = kl;
1791
+ var e = za, t = Ha, n = D.cssPrefix, r = D.replacementClass, a = kl;
1792
1792
  if (n !== e || r !== t) {
1793
1793
  var o = new RegExp("\\.".concat(e, "\\-"), "g"), s = new RegExp("\\--".concat(e, "\\-"), "g"), i = new RegExp("\\.".concat(t), "g");
1794
1794
  a = a.replace(o, ".".concat(n, "-")).replace(s, "--".concat(n, "-")).replace(i, ".".concat(r));
@@ -1823,7 +1823,7 @@ Me[Re] || (Me[Re] = {});
1823
1823
  Me[Re].styles || (Me[Re].styles = {});
1824
1824
  Me[Re].hooks || (Me[Re].hooks = {});
1825
1825
  Me[Re].shims || (Me[Re].shims = []);
1826
- var _e = Me[Re], Xa = [], Qa = function() {
1826
+ var Te = Me[Re], Xa = [], Qa = function() {
1827
1827
  ae.removeEventListener("DOMContentLoaded", Qa), Ut = 1, Xa.map(function(t) {
1828
1828
  return t();
1829
1829
  });
@@ -1861,17 +1861,17 @@ function br(e) {
1861
1861
  }
1862
1862
  function On(e, t) {
1863
1863
  var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.skipHooks, a = r === void 0 ? !1 : r, o = br(t);
1864
- typeof _e.hooks.addPack == "function" && !a ? _e.hooks.addPack(e, br(t)) : _e.styles[e] = $($({}, _e.styles[e] || {}), o), e === "fas" && On("fa", t);
1864
+ typeof Te.hooks.addPack == "function" && !a ? Te.hooks.addPack(e, br(t)) : Te.styles[e] = $($({}, Te.styles[e] || {}), o), e === "fas" && On("fa", t);
1865
1865
  }
1866
- var bt = _e.styles, Ol = _e.shims, es = Object.keys(Kn), El = es.reduce(function(e, t) {
1866
+ var bt = Te.styles, Ol = Te.shims, es = Object.keys(Kn), El = es.reduce(function(e, t) {
1867
1867
  return e[t] = Object.keys(Kn[t]), e;
1868
1868
  }, {}), Xn = null, ts = {}, ns = {}, rs = {}, as = {}, ss = {};
1869
- function _l(e) {
1869
+ function Tl(e) {
1870
1870
  return ~ml.indexOf(e);
1871
1871
  }
1872
- function Tl(e, t) {
1872
+ function _l(e, t) {
1873
1873
  var n = t.split("-"), r = n[0], a = n.slice(1).join("-");
1874
- return r === e && a !== "" && !_l(a) ? a : null;
1874
+ return r === e && a !== "" && !Tl(a) ? a : null;
1875
1875
  }
1876
1876
  var os = function() {
1877
1877
  var t = function(o) {
@@ -1934,7 +1934,7 @@ function Qn(e, t) {
1934
1934
  function Cl(e, t) {
1935
1935
  return (ns[e] || {})[t];
1936
1936
  }
1937
- function He(e, t) {
1937
+ function Ve(e, t) {
1938
1938
  return (ss[e] || {})[t];
1939
1939
  }
1940
1940
  function is(e) {
@@ -1977,13 +1977,13 @@ function Xt(e) {
1977
1977
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = t.family, r = n === void 0 ? me : n, a = ll[r][e];
1978
1978
  if (r === wt && !e)
1979
1979
  return "fad";
1980
- var o = hr[r][e] || hr[r][a], s = e in _e.styles ? e : null, i = o || s || null;
1980
+ var o = hr[r][e] || hr[r][a], s = e in Te.styles ? e : null, i = o || s || null;
1981
1981
  return i;
1982
1982
  }
1983
1983
  function Fl(e) {
1984
1984
  var t = [], n = null;
1985
1985
  return e.forEach(function(r) {
1986
- var a = Tl(D.cssPrefix, r);
1986
+ var a = _l(D.cssPrefix, r);
1987
1987
  a ? n = a : r && t.push(r);
1988
1988
  }), {
1989
1989
  iconName: n,
@@ -2024,7 +2024,7 @@ function Il(e, t, n) {
2024
2024
  prefix: r,
2025
2025
  iconName: a
2026
2026
  };
2027
- var o = t === "fa" ? is(a) : {}, s = He(r, a);
2027
+ var o = t === "fa" ? is(a) : {}, s = Ve(r, a);
2028
2028
  return a = o.iconName || s || a, r = o.prefix || r, r === "far" && !bt.far && bt.fas && !D.autoFetchSvg && (r = "fas"), {
2029
2029
  prefix: r,
2030
2030
  iconName: a
@@ -2045,7 +2045,7 @@ function Dl(e) {
2045
2045
  });
2046
2046
  if (m || u.autoFetchSvg) {
2047
2047
  var d = ei.get(n).defaultShortPrefixId;
2048
- r.prefix = d, r.iconName = He(r.prefix, r.iconName) || r.iconName;
2048
+ r.prefix = d, r.iconName = Ve(r.prefix, r.iconName) || r.iconName;
2049
2049
  }
2050
2050
  }
2051
2051
  return (r.prefix === "fa" || o === "fa") && (r.prefix = Be() || "fas"), r;
@@ -2125,11 +2125,11 @@ function Ue() {
2125
2125
  var e = arguments[0], t = Array.prototype.slice.call(arguments, 1);
2126
2126
  return et[e] ? et[e].apply(null, t) : void 0;
2127
2127
  }
2128
- function _n(e) {
2128
+ function Tn(e) {
2129
2129
  e.prefix === "fa" && (e.prefix = "fas");
2130
2130
  var t = e.iconName, n = e.prefix || Be();
2131
2131
  if (t)
2132
- return t = He(n, t) || t, yr(us.definitions, n, t) || yr(_e.styles, n, t);
2132
+ return t = Ve(n, t) || t, yr(us.definitions, n, t) || yr(Te.styles, n, t);
2133
2133
  }
2134
2134
  var us = new jl(), Ul = function() {
2135
2135
  D.autoReplaceSvg = !1, D.observeMutations = !1, Ke("noAuto");
@@ -2141,25 +2141,25 @@ var us = new jl(), Ul = function() {
2141
2141
  watch: function() {
2142
2142
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = t.autoReplaceSvgRoot;
2143
2143
  D.autoReplaceSvg === !1 && (D.autoReplaceSvg = !0), D.observeMutations = !0, Al(function() {
2144
- Hl({
2144
+ Vl({
2145
2145
  autoReplaceSvgRoot: n
2146
2146
  }), Ke("watch", t);
2147
2147
  });
2148
2148
  }
2149
- }, Vl = {
2149
+ }, Hl = {
2150
2150
  icon: function(t) {
2151
2151
  if (t === null)
2152
2152
  return null;
2153
2153
  if (Bt(t) === "object" && t.prefix && t.iconName)
2154
2154
  return {
2155
2155
  prefix: t.prefix,
2156
- iconName: He(t.prefix, t.iconName) || t.iconName
2156
+ iconName: Ve(t.prefix, t.iconName) || t.iconName
2157
2157
  };
2158
2158
  if (Array.isArray(t) && t.length === 2) {
2159
2159
  var n = t[1].indexOf("fa-") === 0 ? t[1].slice(3) : t[1], r = Xt(t[0]);
2160
2160
  return {
2161
2161
  prefix: r,
2162
- iconName: He(r, n) || n
2162
+ iconName: Ve(r, n) || n
2163
2163
  };
2164
2164
  }
2165
2165
  if (typeof t == "string" && (t.indexOf("".concat(D.cssPrefix, "-")) > -1 || t.match(ul))) {
@@ -2168,14 +2168,14 @@ var us = new jl(), Ul = function() {
2168
2168
  });
2169
2169
  return {
2170
2170
  prefix: a.prefix || Be(),
2171
- iconName: He(a.prefix, a.iconName) || a.iconName
2171
+ iconName: Ve(a.prefix, a.iconName) || a.iconName
2172
2172
  };
2173
2173
  }
2174
2174
  if (typeof t == "string") {
2175
2175
  var o = Be();
2176
2176
  return {
2177
2177
  prefix: o,
2178
- iconName: He(o, t) || t
2178
+ iconName: Ve(o, t) || t
2179
2179
  };
2180
2180
  }
2181
2181
  }
@@ -2183,13 +2183,13 @@ var us = new jl(), Ul = function() {
2183
2183
  noAuto: Ul,
2184
2184
  config: D,
2185
2185
  dom: zl,
2186
- parse: Vl,
2186
+ parse: Hl,
2187
2187
  library: us,
2188
- findIconDefinition: _n,
2188
+ findIconDefinition: Tn,
2189
2189
  toHtml: kt
2190
- }, Hl = function() {
2190
+ }, Vl = function() {
2191
2191
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = t.autoReplaceSvgRoot, r = n === void 0 ? ae : n;
2192
- (Object.keys(_e.styles).length > 0 || D.autoFetchSvg) && De && D.autoReplaceSvg && ke.dom.i2svg({
2192
+ (Object.keys(Te.styles).length > 0 || D.autoFetchSvg) && De && D.autoReplaceSvg && ke.dom.i2svg({
2193
2193
  node: r
2194
2194
  });
2195
2195
  };
@@ -2251,10 +2251,10 @@ function ql(e) {
2251
2251
  });
2252
2252
  }
2253
2253
  function Zn(e) {
2254
- var t = e.icons, n = t.main, r = t.mask, a = e.prefix, o = e.iconName, s = e.transform, i = e.symbol, l = e.maskId, u = e.extra, c = e.watchable, f = c === void 0 ? !1 : c, p = r.found ? r : n, b = p.width, m = p.height, d = [D.replacementClass, o ? "".concat(D.cssPrefix, "-").concat(o) : ""].filter(function(V) {
2255
- return u.classes.indexOf(V) === -1;
2256
- }).filter(function(V) {
2257
- return V !== "" || !!V;
2254
+ var t = e.icons, n = t.main, r = t.mask, a = e.prefix, o = e.iconName, s = e.transform, i = e.symbol, l = e.maskId, u = e.extra, c = e.watchable, f = c === void 0 ? !1 : c, p = r.found ? r : n, b = p.width, m = p.height, d = [D.replacementClass, o ? "".concat(D.cssPrefix, "-").concat(o) : ""].filter(function(H) {
2255
+ return u.classes.indexOf(H) === -1;
2256
+ }).filter(function(H) {
2257
+ return H !== "" || !!H;
2258
2258
  }).concat(u.classes).join(" "), h = {
2259
2259
  children: [],
2260
2260
  attributes: $($({}, u.attributes), {}, {
@@ -2316,8 +2316,8 @@ function Kl(e) {
2316
2316
  children: [t]
2317
2317
  }), o;
2318
2318
  }
2319
- var fn = _e.styles;
2320
- function Tn(e) {
2319
+ var fn = Te.styles;
2320
+ function _n(e) {
2321
2321
  var t = e[0], n = e[1], r = e.slice(4), a = Jt(r, 1), o = a[0], s = null;
2322
2322
  return Array.isArray(o) ? s = {
2323
2323
  tag: "g",
@@ -2369,7 +2369,7 @@ function Cn(e, t) {
2369
2369
  }
2370
2370
  if (e && t && fn[t] && fn[t][e]) {
2371
2371
  var s = fn[t][e];
2372
- return r(Tn(s));
2372
+ return r(_n(s));
2373
2373
  }
2374
2374
  Gl(e, t), r($($({}, Jl), {}, {
2375
2375
  icon: D.showMissingIcons && e ? Ue("missingIconAbstract") || {} : {}
@@ -2377,7 +2377,7 @@ function Cn(e, t) {
2377
2377
  });
2378
2378
  }
2379
2379
  var $r = function() {
2380
- }, Pn = D.measurePerformance && Tt && Tt.mark && Tt.measure ? Tt : {
2380
+ }, Pn = D.measurePerformance && _t && _t.mark && _t.measure ? _t : {
2381
2381
  mark: $r,
2382
2382
  measure: $r
2383
2383
  }, dt = 'FA "7.1.0"', Xl = function(t) {
@@ -2550,7 +2550,7 @@ function lu() {
2550
2550
  }
2551
2551
  };
2552
2552
  }
2553
- function _r(e) {
2553
+ function Tr(e) {
2554
2554
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
2555
2555
  styleParser: !0
2556
2556
  }, n = ou(e), r = n.iconName, a = n.prefix, o = n.rest, s = iu(e), i = En("parseNodeAttributes", {}, e), l = t.styleParser ? su(e) : [];
@@ -2572,17 +2572,17 @@ function _r(e) {
2572
2572
  }
2573
2573
  }, i);
2574
2574
  }
2575
- var uu = _e.styles;
2575
+ var uu = Te.styles;
2576
2576
  function ps(e) {
2577
- var t = D.autoReplaceSvg === "nest" ? _r(e, {
2577
+ var t = D.autoReplaceSvg === "nest" ? Tr(e, {
2578
2578
  styleParser: !1
2579
- }) : _r(e);
2579
+ }) : Tr(e);
2580
2580
  return ~t.extra.classes.indexOf(qa) ? Ue("generateLayersText", e, t) : Ue("generateSvgReplacementMutation", e, t);
2581
2581
  }
2582
2582
  function cu() {
2583
2583
  return [].concat(Pe(La), Pe(Ba));
2584
2584
  }
2585
- function Tr(e) {
2585
+ function _r(e) {
2586
2586
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
2587
2587
  if (!De) return Promise.resolve();
2588
2588
  var n = ae.documentElement.classList, r = function(f) {
@@ -2632,8 +2632,8 @@ function fu(e) {
2632
2632
  }
2633
2633
  function du(e) {
2634
2634
  return function(t) {
2635
- var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = (t || {}).icon ? t : _n(t || {}), a = n.mask;
2636
- return a && (a = (a || {}).icon ? a : _n(a || {})), e(r, $($({}, n), {}, {
2635
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = (t || {}).icon ? t : Tn(t || {}), a = n.mask;
2636
+ return a && (a = (a || {}).icon ? a : Tn(a || {})), e(r, $($({}, n), {}, {
2637
2637
  mask: a
2638
2638
  }));
2639
2639
  };
@@ -2650,8 +2650,8 @@ var mu = function(t) {
2650
2650
  params: n
2651
2651
  }), Zn({
2652
2652
  icons: {
2653
- main: Tn(P),
2654
- mask: l ? Tn(l.icon) : {
2653
+ main: _n(P),
2654
+ mask: l ? _n(l.icon) : {
2655
2655
  found: !1,
2656
2656
  width: null,
2657
2657
  height: null,
@@ -2680,7 +2680,7 @@ var mu = function(t) {
2680
2680
  hooks: function() {
2681
2681
  return {
2682
2682
  mutationObserverCallbacks: function(n) {
2683
- return n.treeCallback = Tr, n.nodeCallback = fu, n;
2683
+ return n.treeCallback = _r, n.nodeCallback = fu, n;
2684
2684
  }
2685
2685
  };
2686
2686
  },
@@ -2688,7 +2688,7 @@ var mu = function(t) {
2688
2688
  t.i2svg = function(n) {
2689
2689
  var r = n.node, a = r === void 0 ? ae : r, o = n.callback, s = o === void 0 ? function() {
2690
2690
  } : o;
2691
- return Tr(a, s);
2691
+ return _r(a, s);
2692
2692
  }, t.generateSvgReplacementMutation = function(n, r) {
2693
2693
  var a = r.iconName, o = r.prefix, s = r.transform, i = r.symbol, l = r.mask, u = r.maskId, c = r.extra;
2694
2694
  return new Promise(function(f, p) {
@@ -2866,8 +2866,8 @@ function Nr(e, t) {
2866
2866
  }
2867
2867
  if (g && !h && (!s || s.getAttribute(Yn) !== b || s.getAttribute(qn) !== w)) {
2868
2868
  e.setAttribute(n, w), s && e.removeChild(s);
2869
- var W = lu(), V = W.extra;
2870
- V.attributes[xn] = t, Cn(g, b).then(function(L) {
2869
+ var W = lu(), H = W.extra;
2870
+ H.attributes[xn] = t, Cn(g, b).then(function(L) {
2871
2871
  var j = Zn($($({}, W), {}, {
2872
2872
  icons: {
2873
2873
  main: L,
@@ -2875,7 +2875,7 @@ function Nr(e, t) {
2875
2875
  },
2876
2876
  prefix: b,
2877
2877
  iconName: w,
2878
- extra: V,
2878
+ extra: H,
2879
2879
  watchable: !0
2880
2880
  })), se = ae.createElementNS("http://www.w3.org/2000/svg", "svg");
2881
2881
  t === "::before" ? e.insertBefore(se, e.firstChild) : e.appendChild(se), se.outerHTML = j.map(function(X) {
@@ -2896,7 +2896,7 @@ function ku(e) {
2896
2896
  return e.parentNode !== document.head && !~il.indexOf(e.tagName.toUpperCase()) && !e.getAttribute(xn) && (!e.parentNode || e.parentNode.tagName !== "svg");
2897
2897
  }
2898
2898
  var $u = function(t) {
2899
- return !!t && Ha.some(function(n) {
2899
+ return !!t && Va.some(function(n) {
2900
2900
  return t.includes(n);
2901
2901
  });
2902
2902
  }, Au = function(t) {
@@ -2914,7 +2914,7 @@ var $u = function(t) {
2914
2914
  for (a.s(); !(o = a.n()).done; ) {
2915
2915
  var s = o.value;
2916
2916
  if ($u(s)) {
2917
- var i = Ha.reduce(function(l, u) {
2917
+ var i = Va.reduce(function(l, u) {
2918
2918
  return l.replace(u, "");
2919
2919
  }, s);
2920
2920
  i !== "" && i !== "*" && n.add(i);
@@ -3070,7 +3070,7 @@ var Ou = {
3070
3070
  }
3071
3071
  return r;
3072
3072
  }, n);
3073
- }, _u = {
3073
+ }, Tu = {
3074
3074
  mixout: function() {
3075
3075
  return {
3076
3076
  parse: {
@@ -3126,7 +3126,7 @@ function Mr(e) {
3126
3126
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
3127
3127
  return e.attributes && (e.attributes.fill || t) && (e.attributes.fill = "black"), e;
3128
3128
  }
3129
- function Tu(e) {
3129
+ function _u(e) {
3130
3130
  return e.tag === "g" ? e.children : [e];
3131
3131
  }
3132
3132
  var Cu = {
@@ -3172,17 +3172,17 @@ var Cu = {
3172
3172
  maskContentUnits: "userSpaceOnUse"
3173
3173
  }),
3174
3174
  children: [m, g]
3175
- }, V = {
3175
+ }, H = {
3176
3176
  tag: "defs",
3177
3177
  children: [{
3178
3178
  tag: "clipPath",
3179
3179
  attributes: {
3180
3180
  id: P
3181
3181
  },
3182
- children: Tu(p)
3182
+ children: _u(p)
3183
3183
  }, W]
3184
3184
  };
3185
- return r.push(V, {
3185
+ return r.push(H, {
3186
3186
  tag: "rect",
3187
3187
  attributes: $({
3188
3188
  fill: "currentColor",
@@ -3276,7 +3276,7 @@ var Cu = {
3276
3276
  }
3277
3277
  };
3278
3278
  }
3279
- }, Fu = [$l, pu, hu, vu, gu, Ou, Eu, _u, Cu, Pu, Nu];
3279
+ }, Fu = [$l, pu, hu, vu, gu, Ou, Eu, Tu, Cu, Pu, Nu];
3280
3280
  Bl(Fu, {
3281
3281
  mixoutsTo: ke
3282
3282
  });
@@ -3284,7 +3284,7 @@ ke.noAuto;
3284
3284
  var vs = ke.config;
3285
3285
  ke.library;
3286
3286
  ke.dom;
3287
- var Vt = ke.parse;
3287
+ var Ht = ke.parse;
3288
3288
  ke.findIconDefinition;
3289
3289
  ke.toHtml;
3290
3290
  var Iu = ke.icon;
@@ -3354,7 +3354,7 @@ function Bu(e, t) {
3354
3354
  return n;
3355
3355
  }
3356
3356
  function Rn(e) {
3357
- return Mu(e) || Du(e) || Vu(e) || ju();
3357
+ return Mu(e) || Du(e) || Hu(e) || ju();
3358
3358
  }
3359
3359
  function Uu(e, t) {
3360
3360
  if (typeof e != "object" || !e) return e;
@@ -3370,15 +3370,15 @@ function zu(e) {
3370
3370
  var t = Uu(e, "string");
3371
3371
  return typeof t == "symbol" ? t : t + "";
3372
3372
  }
3373
- function Ht(e) {
3373
+ function Vt(e) {
3374
3374
  "@babel/helpers - typeof";
3375
- return Ht = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
3375
+ return Vt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
3376
3376
  return typeof t;
3377
3377
  } : function(t) {
3378
3378
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
3379
- }, Ht(e);
3379
+ }, Vt(e);
3380
3380
  }
3381
- function Vu(e, t) {
3381
+ function Hu(e, t) {
3382
3382
  if (e) {
3383
3383
  if (typeof e == "string") return In(e, t);
3384
3384
  var n = {}.toString.call(e).slice(8, -1);
@@ -3388,7 +3388,7 @@ function Vu(e, t) {
3388
3388
  function vt(e, t) {
3389
3389
  return Array.isArray(t) && t.length > 0 || !Array.isArray(t) && t ? pe({}, e, t) : {};
3390
3390
  }
3391
- function Hu(e) {
3391
+ function Vu(e) {
3392
3392
  var t, n = (t = {
3393
3393
  "fa-spin": e.spin,
3394
3394
  "fa-pulse": e.pulse,
@@ -3413,10 +3413,10 @@ var Wu = typeof globalThis != "undefined" ? globalThis : typeof window != "undef
3413
3413
  var n = function(g, w, P) {
3414
3414
  if (!u(w) || f(w) || p(w) || b(w) || l(w))
3415
3415
  return w;
3416
- var W, V = 0, L = 0;
3416
+ var W, H = 0, L = 0;
3417
3417
  if (c(w))
3418
- for (W = [], L = w.length; V < L; V++)
3419
- W.push(n(g, w[V], P));
3418
+ for (W = [], L = w.length; H < L; H++)
3419
+ W.push(n(g, w[H], P));
3420
3420
  else {
3421
3421
  W = {};
3422
3422
  for (var j in w)
@@ -3452,8 +3452,8 @@ var Wu = typeof globalThis != "undefined" ? globalThis : typeof window != "undef
3452
3452
  return g = g - 0, g === g;
3453
3453
  }, d = function(g, w) {
3454
3454
  var P = w && "process" in w ? w.process : w;
3455
- return typeof P != "function" ? g : function(W, V) {
3456
- return P(W, g, V);
3455
+ return typeof P != "function" ? g : function(W, H) {
3456
+ return P(W, g, H);
3457
3457
  };
3458
3458
  }, h = {
3459
3459
  camelize: a,
@@ -3535,13 +3535,13 @@ function Gu() {
3535
3535
  }
3536
3536
  }
3537
3537
  function jr(e) {
3538
- if (e && Ht(e) === "object" && e.prefix && e.iconName && e.icon)
3538
+ if (e && Vt(e) === "object" && e.prefix && e.iconName && e.icon)
3539
3539
  return e;
3540
- if (Vt.icon)
3541
- return Vt.icon(e);
3540
+ if (Ht.icon)
3541
+ return Ht.icon(e);
3542
3542
  if (e === null)
3543
3543
  return null;
3544
- if (Ht(e) === "object" && e.prefix && e.iconName)
3544
+ if (Vt(e) === "object" && e.prefix && e.iconName)
3545
3545
  return e;
3546
3546
  if (Array.isArray(e) && e.length === 2)
3547
3547
  return {
@@ -3686,15 +3686,15 @@ var ne = rt({
3686
3686
  }
3687
3687
  },
3688
3688
  setup: function(t, n) {
3689
- var r = n.attrs, a = H(function() {
3689
+ var r = n.attrs, a = V(function() {
3690
3690
  return jr(t.icon);
3691
- }), o = H(function() {
3692
- return vt("classes", Hu(t));
3693
- }), s = H(function() {
3694
- return vt("transform", typeof t.transform == "string" ? Vt.transform(t.transform) : t.transform);
3695
- }), i = H(function() {
3691
+ }), o = V(function() {
3692
+ return vt("classes", Vu(t));
3693
+ }), s = V(function() {
3694
+ return vt("transform", typeof t.transform == "string" ? Ht.transform(t.transform) : t.transform);
3695
+ }), i = V(function() {
3696
3696
  return vt("mask", jr(t.mask));
3697
- }), l = H(function() {
3697
+ }), l = V(function() {
3698
3698
  var c = Ee(Ee(Ee(Ee({}, o.value), s.value), i.value), {}, {
3699
3699
  symbol: t.symbol,
3700
3700
  maskId: t.maskId
@@ -3707,7 +3707,7 @@ var ne = rt({
3707
3707
  }, {
3708
3708
  immediate: !0
3709
3709
  });
3710
- var u = H(function() {
3710
+ var u = V(function() {
3711
3711
  return l.value ? nr(l.value.abstract[0], {}, r) : null;
3712
3712
  });
3713
3713
  return function() {
@@ -3724,7 +3724,7 @@ rt({
3724
3724
  }
3725
3725
  },
3726
3726
  setup: function(t, n) {
3727
- var r = n.slots, a = vs.familyPrefix, o = H(function() {
3727
+ var r = n.slots, a = vs.familyPrefix, o = V(function() {
3728
3728
  return ["".concat(a, "-layers")].concat(Rn(t.fixedWidth ? ["".concat(a, "-fw")] : []));
3729
3729
  });
3730
3730
  return function() {
@@ -3758,14 +3758,14 @@ rt({
3758
3758
  }
3759
3759
  },
3760
3760
  setup: function(t, n) {
3761
- var r = n.attrs, a = vs.familyPrefix, o = H(function() {
3761
+ var r = n.attrs, a = vs.familyPrefix, o = V(function() {
3762
3762
  return vt("classes", [].concat(Rn(t.counter ? ["".concat(a, "-layers-counter")] : []), Rn(t.position ? ["".concat(a, "-layers-").concat(t.position)] : [])));
3763
- }), s = H(function() {
3764
- return vt("transform", typeof t.transform == "string" ? Vt.transform(t.transform) : t.transform);
3765
- }), i = H(function() {
3763
+ }), s = V(function() {
3764
+ return vt("transform", typeof t.transform == "string" ? Ht.transform(t.transform) : t.transform);
3765
+ }), i = V(function() {
3766
3766
  var u = Ru(t.value.toString(), Ee(Ee({}, s.value), o.value)), c = u.abstract;
3767
3767
  return t.counter && (c[0].attributes.class = c[0].attributes.class.replace("fa-layers-text", "")), c[0];
3768
- }), l = H(function() {
3768
+ }), l = V(function() {
3769
3769
  return nr(i.value, {}, r);
3770
3770
  });
3771
3771
  return function() {
@@ -3816,66 +3816,66 @@ const Xu = ["placeholder"], Qu = {
3816
3816
  emits: /* @__PURE__ */ ie(["change", "filter"], ["update:modelValue"]),
3817
3817
  setup(e, { emit: t }) {
3818
3818
  var M;
3819
- const n = e, r = t, a = Oe(e, "modelValue"), o = ro("selectRef"), s = Un(), i = (_) => _ instanceof Array ? JSON.parse(JSON.stringify(_)) : Object.entries(_), l = J(i((M = n.options) != null ? M : {}));
3820
- Ae(() => n.options, (_) => {
3821
- l.value = i(_ != null ? _ : {});
3819
+ const n = e, r = t, a = Oe(e, "modelValue"), o = ro("selectRef"), s = Un(), i = (T) => T instanceof Array ? JSON.parse(JSON.stringify(T)) : Object.entries(T), l = J(i((M = n.options) != null ? M : {}));
3820
+ Ae(() => n.options, (T) => {
3821
+ l.value = i(T != null ? T : {});
3822
3822
  }, { deep: !0 });
3823
- const u = J(35), c = J(0), f = H(() => `${l.value.length * u.value}px`), p = H(() => l.value.length === 0 ? [] : n.virtual ? l.value.slice(c.value, c.value + n.virtualScrollSize) : l.value), b = J(!1), m = J(null), d = J(null), h = J(null), g = H(() => {
3823
+ const u = J(35), c = J(0), f = V(() => `${l.value.length * u.value}px`), p = V(() => l.value.length === 0 ? [] : n.virtual ? l.value.slice(c.value, c.value + n.virtualScrollSize) : l.value), b = J(!1), m = J(null), d = J(null), h = J(null), g = V(() => {
3824
3824
  if (a.value === null)
3825
3825
  return n.placeholder;
3826
- const _ = l.value.find(([T, x]) => T == a.value);
3827
- return _ === void 0 ? n.placeholder : _[1];
3826
+ const T = l.value.find(([_, x]) => _ == a.value);
3827
+ return T === void 0 ? n.placeholder : T[1];
3828
3828
  });
3829
- function w(_) {
3830
- const T = _.target.scrollTop;
3831
- c.value = Math.floor(T / u.value);
3829
+ function w(T) {
3830
+ const _ = T.target.scrollTop;
3831
+ c.value = Math.floor(_ / u.value);
3832
3832
  }
3833
- Ae(h, (_) => {
3834
- P(), r("filter", _);
3833
+ Ae(h, (T) => {
3834
+ P(), r("filter", T);
3835
3835
  });
3836
3836
  function P() {
3837
3837
  if (h.value == "") {
3838
3838
  l.value = i(n.options);
3839
3839
  return;
3840
3840
  }
3841
- l.value = i(n.options).filter(([_, T]) => T.toLowerCase().includes(h.value.toLowerCase()));
3841
+ l.value = i(n.options).filter(([T, _]) => _.toLowerCase().includes(h.value.toLowerCase()));
3842
3842
  }
3843
- function W(_) {
3844
- o.value && !o.value.contains(_.target) && (b.value = !1);
3843
+ function W(T) {
3844
+ o.value && !o.value.contains(T.target) && (b.value = !1);
3845
3845
  }
3846
- function V(_) {
3847
- h.value = "", a.value = _, r("change", _), b.value = !1;
3846
+ function H(T) {
3847
+ h.value = "", a.value = T, r("change", T), b.value = !1;
3848
3848
  }
3849
- function L(_) {
3850
- const T = Math.max(20, Math.min(6, l.value.length) * u.value), x = m.value.offsetHeight + T, k = document.documentElement.clientHeight - _.bottom;
3851
- return k >= x ? "drop-down" : _.top > x || _.top > k ? "drop-up" : "drop-down";
3849
+ function L(T) {
3850
+ const _ = Math.max(20, Math.min(6, l.value.length) * u.value), x = m.value.offsetHeight + _, k = document.documentElement.clientHeight - T.bottom;
3851
+ return k >= x ? "drop-down" : T.top > x || T.top > k ? "drop-up" : "drop-down";
3852
3852
  }
3853
3853
  const j = J({});
3854
3854
  function se() {
3855
- let _ = o.value.parentElement;
3856
- for (; _; ) {
3857
- if (getComputedStyle(_).position === "fixed")
3855
+ let T = o.value.parentElement;
3856
+ for (; T; ) {
3857
+ if (getComputedStyle(T).position === "fixed")
3858
3858
  return !0;
3859
- _ = _.parentElement;
3859
+ T = T.parentElement;
3860
3860
  }
3861
3861
  return !1;
3862
3862
  }
3863
3863
  function X() {
3864
- const _ = o.value.getBoundingClientRect();
3865
- d.value = L(_);
3866
- const T = se(o.value);
3864
+ const T = o.value.getBoundingClientRect();
3865
+ d.value = L(T);
3866
+ const _ = se(o.value);
3867
3867
  o.value && (j.value = {
3868
3868
  // Если есть предок с position:fixed, то ставим fixed, иначе absolute
3869
- position: T ? "fixed" : "absolute",
3870
- left: `${_.left + window.scrollX}px`,
3869
+ position: _ ? "fixed" : "absolute",
3870
+ left: `${T.left + window.scrollX}px`,
3871
3871
  zIndex: 9999,
3872
- width: `${_.width}px`
3873
- }, d.value === "drop-up" ? j.value.bottom = `${document.documentElement.clientHeight - _.top - (T ? 0 : window.scrollY)}px` : j.value.top = `${_.bottom + (T ? 0 : window.scrollY)}px`);
3872
+ width: `${T.width}px`
3873
+ }, d.value === "drop-up" ? j.value.bottom = `${document.documentElement.clientHeight - T.top - (_ ? 0 : window.scrollY)}px` : j.value.top = `${T.bottom + (_ ? 0 : window.scrollY)}px`);
3874
3874
  }
3875
- Ae(b, (_) => {
3876
- _ && X();
3875
+ Ae(b, (T) => {
3876
+ T && X();
3877
3877
  });
3878
- function C(_) {
3878
+ function C(T) {
3879
3879
  b.value = !b.value;
3880
3880
  }
3881
3881
  function A() {
@@ -3883,12 +3883,12 @@ const Xu = ["placeholder"], Qu = {
3883
3883
  }
3884
3884
  return Kt(() => {
3885
3885
  document.addEventListener("click", W), at(() => {
3886
- const _ = o.value.getBoundingClientRect();
3887
- d.value = L(_);
3886
+ const T = o.value.getBoundingClientRect();
3887
+ d.value = L(T);
3888
3888
  });
3889
3889
  }), fa(() => {
3890
3890
  document.removeEventListener("click", W);
3891
- }), (_, T) => (v(), S("div", {
3891
+ }), (T, _) => (v(), S("div", {
3892
3892
  class: z(["s-select", [{ disabled: e.disabled, inline: e.inline }]]),
3893
3893
  ref: "selectRef"
3894
3894
  }, [
@@ -3898,13 +3898,13 @@ const Xu = ["placeholder"], Qu = {
3898
3898
  }, [
3899
3899
  e.filterable ? gt((v(), S("input", {
3900
3900
  key: 0,
3901
- "onUpdate:modelValue": T[0] || (T[0] = (x) => h.value = x),
3901
+ "onUpdate:modelValue": _[0] || (_[0] = (x) => h.value = x),
3902
3902
  class: "s-select-field-filter",
3903
3903
  placeholder: g.value
3904
3904
  }, null, 8, Xu)), [
3905
3905
  [ua, h.value]
3906
3906
  ]) : (v(), S("div", Qu, [
3907
- _.$slots.value && e.modelValue ? I(_.$slots, "value", {
3907
+ T.$slots.value && e.modelValue ? I(T.$slots, "value", {
3908
3908
  key: 0,
3909
3909
  value: e.modelValue
3910
3910
  }) : (v(), S(ee, { key: 1 }, [
@@ -3931,52 +3931,52 @@ const Xu = ["placeholder"], Qu = {
3931
3931
  E("div", {
3932
3932
  ref_key: "dropdownRef",
3933
3933
  ref: m,
3934
- style: ge(j.value),
3934
+ style: he(j.value),
3935
3935
  class: z(["s-select-stylewrapper", R(s).class, b.value ? "open" : "closed"])
3936
3936
  }, [
3937
3937
  E("div", {
3938
3938
  class: z(["s-select-options", d.value]),
3939
3939
  onScroll: w
3940
3940
  }, [
3941
- _.$slots.option ? (v(), S("ul", {
3941
+ T.$slots.option ? (v(), S("ul", {
3942
3942
  key: 0,
3943
3943
  class: "s-select-options-list",
3944
- style: ge({ height: f.value })
3944
+ style: he({ height: f.value })
3945
3945
  }, [
3946
3946
  (v(!0), S(ee, null, de(p.value, ([x, k]) => (v(), S("li", {
3947
3947
  key: x,
3948
- onClick: $e((N) => V(x), ["stop"]),
3948
+ onClick: $e((N) => H(x), ["stop"]),
3949
3949
  class: z([{ selected: x === a.value || !(x || a.value) }, "s-select-options-item"])
3950
3950
  }, [
3951
- I(_.$slots, "option", {
3951
+ I(T.$slots, "option", {
3952
3952
  option: { label: k, value: x }
3953
3953
  })
3954
3954
  ], 10, Zu))), 128))
3955
3955
  ], 4)) : p.value.length ? (v(), S(ee, { key: 1 }, [
3956
3956
  e.virtual ? (v(), S("div", {
3957
3957
  key: 0,
3958
- style: ge({ maxHeight: u.value * e.virtualScrollSize - 20 + "px", position: "relative" }),
3958
+ style: he({ maxHeight: u.value * e.virtualScrollSize - 20 + "px", position: "relative" }),
3959
3959
  onScroll: w,
3960
3960
  class: "s-select-scroll-container",
3961
3961
  ref: "scrollContainer"
3962
3962
  }, [
3963
3963
  E("div", {
3964
- style: ge({ height: f.value })
3964
+ style: he({ height: f.value })
3965
3965
  }, null, 4),
3966
3966
  (v(!0), S(ee, null, de(p.value, ([x, k], N) => (v(), S("div", {
3967
3967
  key: x,
3968
- style: ge({
3968
+ style: he({
3969
3969
  position: "absolute",
3970
3970
  top: u.value * (c.value + N) + "px",
3971
3971
  left: 0,
3972
3972
  height: u.value + "px"
3973
3973
  }),
3974
3974
  class: z(["s-select-options-item", { selected: x == a.value }]),
3975
- onClick: $e((O) => V(x), ["stop"])
3975
+ onClick: $e((O) => H(x), ["stop"])
3976
3976
  }, [
3977
- _.$slots.option ? I(_.$slots, "option", {
3977
+ T.$slots.option ? I(T.$slots, "option", {
3978
3978
  key: 0,
3979
- option: _.option
3979
+ option: T.option
3980
3980
  }) : (v(), S(ee, { key: 1 }, [
3981
3981
  le(G(k), 1)
3982
3982
  ], 64))
@@ -3984,7 +3984,7 @@ const Xu = ["placeholder"], Qu = {
3984
3984
  ], 36)) : (v(), S("ul", tc, [
3985
3985
  (v(!0), S(ee, null, de(p.value, ([x, k]) => (v(), S("li", {
3986
3986
  key: x,
3987
- onClick: $e((N) => V(x), ["stop"]),
3987
+ onClick: $e((N) => H(x), ["stop"]),
3988
3988
  class: z([{ selected: x === a.value || !(x || a.value) }, "s-select-options-item"])
3989
3989
  }, G(k), 11, nc))), 128))
3990
3990
  ]))
@@ -4005,7 +4005,7 @@ const Xu = ["placeholder"], Qu = {
4005
4005
  }),
4006
4006
  emits: /* @__PURE__ */ ie(["change"], ["update:modelValue"]),
4007
4007
  setup(e, { emit: t }) {
4008
- const n = e, r = Oe(e, "modelValue"), a = we("groupValue", null), o = H({
4008
+ const n = e, r = Oe(e, "modelValue"), a = we("groupValue", null), o = V({
4009
4009
  get() {
4010
4010
  var l;
4011
4011
  return a != null && n.value != null ? (l = a.value.includes(n.value)) != null ? l : !1 : r.value;
@@ -4052,7 +4052,7 @@ const Xu = ["placeholder"], Qu = {
4052
4052
  },
4053
4053
  emits: ["change"],
4054
4054
  setup(e, { emit: t }) {
4055
- const n = e, r = t, a = we("sRadioGroupModel"), o = H({
4055
+ const n = e, r = t, a = we("sRadioGroupModel"), o = V({
4056
4056
  // Значение находится в состоянии «выбрано», если radioGroupModel.value === props.value
4057
4057
  // Или если значение кнопки — пустота и model пустой ('', null или undefined)
4058
4058
  get: () => {
@@ -4096,11 +4096,11 @@ const Xu = ["placeholder"], Qu = {
4096
4096
  }),
4097
4097
  emits: /* @__PURE__ */ ie(["change"], ["update:modelValue"]),
4098
4098
  setup(e, { emit: t }) {
4099
- const n = e, r = t, a = Oe(e, "modelValue"), o = H(() => n.options instanceof Array ? n.options.map((s) => ({ value: s[0], title: s[1] })) : !n.options || Object.values(n.options) === 0 ? {} : Object.entries(n.options).map(([s, i]) => {
4099
+ const n = e, r = t, a = Oe(e, "modelValue"), o = V(() => n.options instanceof Array ? n.options.map((s) => ({ value: s[0], title: s[1] })) : !n.options || Object.values(n.options) === 0 ? {} : Object.entries(n.options).map(([s, i]) => {
4100
4100
  let l = s;
4101
4101
  return s === "true" && (l = !0), s === "false" && (l = !1), !isNaN(s) && s !== "" && (l = Number(s)), { value: l, title: i };
4102
4102
  }));
4103
- return Te("sRadioGroupModel", a), Ae(a, (s) => {
4103
+ return _e("sRadioGroupModel", a), Ae(a, (s) => {
4104
4104
  r("change", s);
4105
4105
  }), (s, i) => (v(), S("div", uc, [
4106
4106
  E("div", {
@@ -4186,55 +4186,55 @@ var xs = { exports: {} };
4186
4186
  (function(n, r) {
4187
4187
  e.exports = r();
4188
4188
  })(mt, function() {
4189
- var n = 1e3, r = 6e4, a = 36e5, o = "millisecond", s = "second", i = "minute", l = "hour", u = "day", c = "week", f = "month", p = "quarter", b = "year", m = "date", d = "Invalid Date", h = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, g = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, w = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(T) {
4190
- var x = ["th", "st", "nd", "rd"], k = T % 100;
4191
- return "[" + T + (x[(k - 20) % 10] || x[k] || x[0]) + "]";
4192
- } }, P = function(T, x, k) {
4193
- var N = String(T);
4194
- return !N || N.length >= x ? T : "" + Array(x + 1 - N.length).join(k) + T;
4195
- }, W = { s: P, z: function(T) {
4196
- var x = -T.utcOffset(), k = Math.abs(x), N = Math.floor(k / 60), O = k % 60;
4189
+ var n = 1e3, r = 6e4, a = 36e5, o = "millisecond", s = "second", i = "minute", l = "hour", u = "day", c = "week", f = "month", p = "quarter", b = "year", m = "date", d = "Invalid Date", h = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, g = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, w = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(_) {
4190
+ var x = ["th", "st", "nd", "rd"], k = _ % 100;
4191
+ return "[" + _ + (x[(k - 20) % 10] || x[k] || x[0]) + "]";
4192
+ } }, P = function(_, x, k) {
4193
+ var N = String(_);
4194
+ return !N || N.length >= x ? _ : "" + Array(x + 1 - N.length).join(k) + _;
4195
+ }, W = { s: P, z: function(_) {
4196
+ var x = -_.utcOffset(), k = Math.abs(x), N = Math.floor(k / 60), O = k % 60;
4197
4197
  return (x <= 0 ? "+" : "-") + P(N, 2, "0") + ":" + P(O, 2, "0");
4198
- }, m: function T(x, k) {
4199
- if (x.date() < k.date()) return -T(k, x);
4198
+ }, m: function _(x, k) {
4199
+ if (x.date() < k.date()) return -_(k, x);
4200
4200
  var N = 12 * (k.year() - x.year()) + (k.month() - x.month()), O = x.clone().add(N, f), F = k - O < 0, U = x.clone().add(N + (F ? -1 : 1), f);
4201
4201
  return +(-(N + (k - O) / (F ? O - U : U - O)) || 0);
4202
- }, a: function(T) {
4203
- return T < 0 ? Math.ceil(T) || 0 : Math.floor(T);
4204
- }, p: function(T) {
4205
- return { M: f, y: b, w: c, d: u, D: m, h: l, m: i, s, ms: o, Q: p }[T] || String(T || "").toLowerCase().replace(/s$/, "");
4206
- }, u: function(T) {
4207
- return T === void 0;
4208
- } }, V = "en", L = {};
4209
- L[V] = w;
4210
- var j = "$isDayjsObject", se = function(T) {
4211
- return T instanceof M || !(!T || !T[j]);
4212
- }, X = function T(x, k, N) {
4202
+ }, a: function(_) {
4203
+ return _ < 0 ? Math.ceil(_) || 0 : Math.floor(_);
4204
+ }, p: function(_) {
4205
+ return { M: f, y: b, w: c, d: u, D: m, h: l, m: i, s, ms: o, Q: p }[_] || String(_ || "").toLowerCase().replace(/s$/, "");
4206
+ }, u: function(_) {
4207
+ return _ === void 0;
4208
+ } }, H = "en", L = {};
4209
+ L[H] = w;
4210
+ var j = "$isDayjsObject", se = function(_) {
4211
+ return _ instanceof M || !(!_ || !_[j]);
4212
+ }, X = function _(x, k, N) {
4213
4213
  var O;
4214
- if (!x) return V;
4214
+ if (!x) return H;
4215
4215
  if (typeof x == "string") {
4216
4216
  var F = x.toLowerCase();
4217
4217
  L[F] && (O = F), k && (L[F] = k, O = F);
4218
4218
  var U = x.split("-");
4219
- if (!O && U.length > 1) return T(U[0]);
4219
+ if (!O && U.length > 1) return _(U[0]);
4220
4220
  } else {
4221
4221
  var Q = x.name;
4222
4222
  L[Q] = x, O = Q;
4223
4223
  }
4224
- return !N && O && (V = O), O || !N && V;
4225
- }, C = function(T, x) {
4226
- if (se(T)) return T.clone();
4224
+ return !N && O && (H = O), O || !N && H;
4225
+ }, C = function(_, x) {
4226
+ if (se(_)) return _.clone();
4227
4227
  var k = typeof x == "object" ? x : {};
4228
- return k.date = T, k.args = arguments, new M(k);
4228
+ return k.date = _, k.args = arguments, new M(k);
4229
4229
  }, A = W;
4230
- A.l = X, A.i = se, A.w = function(T, x) {
4231
- return C(T, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
4230
+ A.l = X, A.i = se, A.w = function(_, x) {
4231
+ return C(_, { locale: x.$L, utc: x.$u, x: x.$x, $offset: x.$offset });
4232
4232
  };
4233
4233
  var M = function() {
4234
- function T(k) {
4234
+ function _(k) {
4235
4235
  this.$L = X(k.locale, null, !0), this.parse(k), this.$x = this.$x || k.x || {}, this[j] = !0;
4236
4236
  }
4237
- var x = T.prototype;
4237
+ var x = _.prototype;
4238
4238
  return x.parse = function(k) {
4239
4239
  this.$d = function(N) {
4240
4240
  var O = N.date, F = N.utc;
@@ -4271,12 +4271,12 @@ var xs = { exports: {} };
4271
4271
  }, x.valueOf = function() {
4272
4272
  return this.$d.getTime();
4273
4273
  }, x.startOf = function(k, N) {
4274
- var O = this, F = !!A.u(N) || N, U = A.p(k), Q = function(Ve, ye) {
4275
- var je = A.w(O.$u ? Date.UTC(O.$y, ye, Ve) : new Date(O.$y, ye, Ve), O);
4274
+ var O = this, F = !!A.u(N) || N, U = A.p(k), Q = function(He, ye) {
4275
+ var je = A.w(O.$u ? Date.UTC(O.$y, ye, He) : new Date(O.$y, ye, He), O);
4276
4276
  return F ? je : je.endOf(u);
4277
- }, te = function(Ve, ye) {
4278
- return A.w(O.toDate()[Ve].apply(O.toDate("s"), (F ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ye)), O);
4279
- }, oe = this.$W, ue = this.$M, ve = this.$D, Xe = "set" + (this.$u ? "UTC" : "");
4277
+ }, te = function(He, ye) {
4278
+ return A.w(O.toDate()[He].apply(O.toDate("s"), (F ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ye)), O);
4279
+ }, oe = this.$W, ue = this.$M, ge = this.$D, Xe = "set" + (this.$u ? "UTC" : "");
4280
4280
  switch (U) {
4281
4281
  case b:
4282
4282
  return F ? Q(1, 0) : Q(31, 11);
@@ -4284,7 +4284,7 @@ var xs = { exports: {} };
4284
4284
  return F ? Q(1, ue) : Q(0, ue + 1);
4285
4285
  case c:
4286
4286
  var ze = this.$locale().weekStart || 0, lt = (oe < ze ? oe + 7 : oe) - ze;
4287
- return Q(F ? ve - lt : ve + (6 - lt), ue);
4287
+ return Q(F ? ge - lt : ge + (6 - lt), ue);
4288
4288
  case u:
4289
4289
  case m:
4290
4290
  return te(Xe + "Hours", 0);
@@ -4314,8 +4314,8 @@ var xs = { exports: {} };
4314
4314
  var O, F = this;
4315
4315
  k = Number(k);
4316
4316
  var U = A.p(N), Q = function(ue) {
4317
- var ve = C(F);
4318
- return A.w(ve.date(ve.date() + Math.round(ue * k)), F);
4317
+ var ge = C(F);
4318
+ return A.w(ge.date(ge.date() + Math.round(ue * k)), F);
4319
4319
  };
4320
4320
  if (U === f) return this.set(f, this.$M + k);
4321
4321
  if (U === b) return this.set(b, this.$y + k);
@@ -4328,13 +4328,13 @@ var xs = { exports: {} };
4328
4328
  }, x.format = function(k) {
4329
4329
  var N = this, O = this.$locale();
4330
4330
  if (!this.isValid()) return O.invalidDate || d;
4331
- var F = k || "YYYY-MM-DDTHH:mm:ssZ", U = A.z(this), Q = this.$H, te = this.$m, oe = this.$M, ue = O.weekdays, ve = O.months, Xe = O.meridiem, ze = function(ye, je, ut, _t) {
4332
- return ye && (ye[je] || ye(N, F)) || ut[je].slice(0, _t);
4331
+ var F = k || "YYYY-MM-DDTHH:mm:ssZ", U = A.z(this), Q = this.$H, te = this.$m, oe = this.$M, ue = O.weekdays, ge = O.months, Xe = O.meridiem, ze = function(ye, je, ut, Tt) {
4332
+ return ye && (ye[je] || ye(N, F)) || ut[je].slice(0, Tt);
4333
4333
  }, lt = function(ye) {
4334
4334
  return A.s(Q % 12 || 12, ye, "0");
4335
- }, Ve = Xe || function(ye, je, ut) {
4336
- var _t = ye < 12 ? "AM" : "PM";
4337
- return ut ? _t.toLowerCase() : _t;
4335
+ }, He = Xe || function(ye, je, ut) {
4336
+ var Tt = ye < 12 ? "AM" : "PM";
4337
+ return ut ? Tt.toLowerCase() : Tt;
4338
4338
  };
4339
4339
  return F.replace(g, function(ye, je) {
4340
4340
  return je || function(ut) {
@@ -4348,9 +4348,9 @@ var xs = { exports: {} };
4348
4348
  case "MM":
4349
4349
  return A.s(oe + 1, 2, "0");
4350
4350
  case "MMM":
4351
- return ze(O.monthsShort, oe, ve, 3);
4351
+ return ze(O.monthsShort, oe, ge, 3);
4352
4352
  case "MMMM":
4353
- return ze(ve, oe);
4353
+ return ze(ge, oe);
4354
4354
  case "D":
4355
4355
  return N.$D;
4356
4356
  case "DD":
@@ -4372,9 +4372,9 @@ var xs = { exports: {} };
4372
4372
  case "hh":
4373
4373
  return lt(2);
4374
4374
  case "a":
4375
- return Ve(Q, te, !0);
4375
+ return He(Q, te, !0);
4376
4376
  case "A":
4377
- return Ve(Q, te, !1);
4377
+ return He(Q, te, !1);
4378
4378
  case "m":
4379
4379
  return String(te);
4380
4380
  case "mm":
@@ -4394,18 +4394,18 @@ var xs = { exports: {} };
4394
4394
  }, x.utcOffset = function() {
4395
4395
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
4396
4396
  }, x.diff = function(k, N, O) {
4397
- var F, U = this, Q = A.p(N), te = C(k), oe = (te.utcOffset() - this.utcOffset()) * r, ue = this - te, ve = function() {
4397
+ var F, U = this, Q = A.p(N), te = C(k), oe = (te.utcOffset() - this.utcOffset()) * r, ue = this - te, ge = function() {
4398
4398
  return A.m(U, te);
4399
4399
  };
4400
4400
  switch (Q) {
4401
4401
  case b:
4402
- F = ve() / 12;
4402
+ F = ge() / 12;
4403
4403
  break;
4404
4404
  case f:
4405
- F = ve();
4405
+ F = ge();
4406
4406
  break;
4407
4407
  case p:
4408
- F = ve() / 3;
4408
+ F = ge() / 3;
4409
4409
  break;
4410
4410
  case c:
4411
4411
  F = (ue - oe) / 6048e5;
@@ -4444,17 +4444,17 @@ var xs = { exports: {} };
4444
4444
  return this.$d.toISOString();
4445
4445
  }, x.toString = function() {
4446
4446
  return this.$d.toUTCString();
4447
- }, T;
4448
- }(), _ = M.prototype;
4449
- return C.prototype = _, [["$ms", o], ["$s", s], ["$m", i], ["$H", l], ["$W", u], ["$M", f], ["$y", b], ["$D", m]].forEach(function(T) {
4450
- _[T[1]] = function(x) {
4451
- return this.$g(x, T[0], T[1]);
4447
+ }, _;
4448
+ }(), T = M.prototype;
4449
+ return C.prototype = T, [["$ms", o], ["$s", s], ["$m", i], ["$H", l], ["$W", u], ["$M", f], ["$y", b], ["$D", m]].forEach(function(_) {
4450
+ T[_[1]] = function(x) {
4451
+ return this.$g(x, _[0], _[1]);
4452
4452
  };
4453
- }), C.extend = function(T, x) {
4454
- return T.$i || (T(x, M, C), T.$i = !0), C;
4455
- }, C.locale = X, C.isDayjs = se, C.unix = function(T) {
4456
- return C(1e3 * T);
4457
- }, C.en = L[V], C.Ls = L, C.p = {}, C;
4453
+ }), C.extend = function(_, x) {
4454
+ return _.$i || (_(x, M, C), _.$i = !0), C;
4455
+ }, C.locale = X, C.isDayjs = se, C.unix = function(_) {
4456
+ return C(1e3 * _);
4457
+ }, C.en = L[H], C.Ls = L, C.p = {}, C;
4458
4458
  });
4459
4459
  })(xs);
4460
4460
  var pc = xs.exports;
@@ -4502,14 +4502,14 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4502
4502
  }),
4503
4503
  emits: /* @__PURE__ */ ie(["update:modelValue", "selectedInterval"], ["update:modelValue"]),
4504
4504
  setup(e, { emit: t }) {
4505
- const n = e, r = Oe(e, "modelValue"), a = H(() => {
4505
+ const n = e, r = Oe(e, "modelValue"), a = V(() => {
4506
4506
  let C = r.value;
4507
4507
  if (C === null && n.buttons) {
4508
4508
  const [A, M] = Object.values(n.buttons)[0].split("-");
4509
4509
  C = [A, M];
4510
4510
  }
4511
4511
  return n.valueFormat === "YYYYMMDD" || C === null ? JSON.parse(JSON.stringify(C)) : Array.isArray(C) ? C.map((A) => ce(A, n.valueFormat).format("YYYYMMDD")) : ce(C, n.valueFormat).format("YYYYMMDD");
4512
- }), o = H({
4512
+ }), o = V({
4513
4513
  get: () => {
4514
4514
  var C, A;
4515
4515
  return (A = (C = a.value) == null ? void 0 : C.join("-")) != null ? A : "";
@@ -4517,14 +4517,14 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4517
4517
  set: (C) => {
4518
4518
  r.value = C.split("-");
4519
4519
  }
4520
- }), s = H(() => {
4520
+ }), s = V(() => {
4521
4521
  var C;
4522
4522
  return (C = n.numberOfMonths) != null ? C : n.range ? 2 : 1;
4523
- }), i = H(() => n.range && Array.isArray(a.value) ? a.value.filter(Boolean).map((C) => ce(C, n.valueFormat).format(n.inputFormat)).join(" — ") : a.value ? ce(a.value, n.valueFormat).format(n.inputFormat) : "Дата не выбрана"), l = J(ce().format("YYYY")), u = J(ce().format("MM")), c = H(() => {
4523
+ }), i = V(() => n.range && Array.isArray(a.value) ? a.value.filter(Boolean).map((C) => ce(C, n.valueFormat).format(n.inputFormat)).join(" — ") : a.value ? ce(a.value, n.valueFormat).format(n.inputFormat) : "Дата не выбрана"), l = J(ce().format("YYYY")), u = J(ce().format("MM")), c = V(() => {
4524
4524
  const C = [];
4525
4525
  for (let A = 0; A < s.value; A++) {
4526
- let M = l.value + Math.floor((u.value - 1 + A) / 12), _ = (u.value - 1 + A) % 12 + 1, T = (ce().year(M).month(_ - 1).startOf("month").day() + 6) % 7, x = ce().year(M).month(_ - 2).daysInMonth(), k = ce().year(M).month(_ - 1).daysInMonth(), N = (7 - (k + T) % 7) % 7;
4527
- C.push({ year: M, month: _, daysInMonth: k, daysInPreviousMonth: x, previousMonthDaysTail: T, leadingNextMonthDays: N });
4526
+ let M = l.value + Math.floor((u.value - 1 + A) / 12), T = (u.value - 1 + A) % 12 + 1, _ = (ce().year(M).month(T - 1).startOf("month").day() + 6) % 7, x = ce().year(M).month(T - 2).daysInMonth(), k = ce().year(M).month(T - 1).daysInMonth(), N = (7 - (k + _) % 7) % 7;
4527
+ C.push({ year: M, month: T, daysInMonth: k, daysInPreviousMonth: x, previousMonthDaysTail: _, leadingNextMonthDays: N });
4528
4528
  }
4529
4529
  return C;
4530
4530
  });
@@ -4544,7 +4544,7 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4544
4544
  }
4545
4545
  u.value = ce(A, n.valueFormat).month() + 1, l.value = ce(A, n.valueFormat).year();
4546
4546
  });
4547
- const d = (C, A, M) => a.value instanceof Array ? j.value ? j.value === b(C, A, M) : a.value.includes(b(C, A, M)) : a.value === b(C, A, M), h = J(null), g = (C, A, M) => h.value = b(C, A, M), w = () => h.value = null, P = H(() => {
4547
+ const d = (C, A, M) => a.value instanceof Array ? j.value ? j.value === b(C, A, M) : a.value.includes(b(C, A, M)) : a.value === b(C, A, M), h = J(null), g = (C, A, M) => h.value = b(C, A, M), w = () => h.value = null, P = V(() => {
4548
4548
  if (!n.range) return null;
4549
4549
  if (j.value) {
4550
4550
  if (!h.value) return null;
@@ -4556,30 +4556,30 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4556
4556
  }), W = function(C, A, M) {
4557
4557
  return P.value && P.value[0] <= b(C, A, M) && P.value[1] >= b(C, A, M);
4558
4558
  };
4559
- function V(C, A, M) {
4560
- const _ = n.min ? ce(n.min, "YYYY-MM-DD") : null, T = n.max ? ce(n.max, "YYYY-MM-DD") : null, x = ce().year(C).month(A - 1).date(M);
4561
- return x.isBefore(_, "day") || x.isAfter(T, "day");
4559
+ function H(C, A, M) {
4560
+ const T = n.min ? ce(n.min, "YYYY-MM-DD") : null, _ = n.max ? ce(n.max, "YYYY-MM-DD") : null, x = ce().year(C).month(A - 1).date(M);
4561
+ return x.isBefore(T, "day") || x.isAfter(_, "day");
4562
4562
  }
4563
4563
  function L(C, A, M) {
4564
4564
  return ce().year(C).month(A - 1).date(M).isSame(ce(), "day");
4565
4565
  }
4566
4566
  const j = J(null);
4567
4567
  function se(C, A, M) {
4568
- if (!V(C, A, M))
4568
+ if (!H(C, A, M))
4569
4569
  if (!n.range)
4570
4570
  r.value = ce().year(C).month(A - 1).date(M).format(n.valueFormat), m.value = !1;
4571
4571
  else if (!j.value)
4572
4572
  j.value = b(C, A, M);
4573
4573
  else {
4574
- const _ = b(C, A, M);
4575
- let T = j.value < _ ? j.value : _, x = j.value < _ ? _ : j.value;
4576
- n.valueFormat !== "YYYYMMDD" && (T = ce(T, "YYYYMMDD").format(n.valueFormat), x = ce(x, "YYYYMMDD").format(n.valueFormat)), r.value = [T, x], j.value = null, m.value = !1;
4574
+ const T = b(C, A, M);
4575
+ let _ = j.value < T ? j.value : T, x = j.value < T ? T : j.value;
4576
+ n.valueFormat !== "YYYYMMDD" && (_ = ce(_, "YYYYMMDD").format(n.valueFormat), x = ce(x, "YYYYMMDD").format(n.valueFormat)), r.value = [_, x], j.value = null, m.value = !1;
4577
4577
  }
4578
4578
  }
4579
4579
  ao(document, "mousedown", (C) => {
4580
4580
  m.value = !1, j.value = null;
4581
4581
  });
4582
- const X = H(() => n.buttons ? Object.fromEntries(Object.entries(n.buttons).map(([C, A]) => [A, C])) : []);
4582
+ const X = V(() => n.buttons ? Object.fromEntries(Object.entries(n.buttons).map(([C, A]) => [A, C])) : []);
4583
4583
  return (C, A) => (v(), S("div", {
4584
4584
  class: "s-datepicker",
4585
4585
  onClick: A[3] || (A[3] = (M) => m.value = !m.value),
@@ -4610,9 +4610,9 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4610
4610
  onClick: A[2] || (A[2] = $e(() => {
4611
4611
  }, ["stop"]))
4612
4612
  }, [
4613
- (v(!0), S(ee, null, de(c.value, ({ month: M, year: _, daysInMonth: T, leadingNextMonthDays: x, previousMonthDaysTail: k, daysInPreviousMonth: N }, O) => (v(), S("div", {
4613
+ (v(!0), S(ee, null, de(c.value, ({ month: M, year: T, daysInMonth: _, leadingNextMonthDays: x, previousMonthDaysTail: k, daysInPreviousMonth: N }, O) => (v(), S("div", {
4614
4614
  class: "s-datepicker-calendar-page",
4615
- key: `${_}${M}`
4615
+ key: `${T}${M}`
4616
4616
  }, [
4617
4617
  E("div", null, [
4618
4618
  E("div", {
@@ -4625,7 +4625,7 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4625
4625
  }, [
4626
4626
  Z(R(ne), { icon: "chevron-left" })
4627
4627
  ])) : B("", !0),
4628
- E("div", Sc, G(e.monthNames[M - 1]) + " " + G(_), 1),
4628
+ E("div", Sc, G(e.monthNames[M - 1]) + " " + G(T), 1),
4629
4629
  O === c.value.length - 1 ? (v(), S("div", {
4630
4630
  key: 1,
4631
4631
  class: "s-datepicker-calendar-header-controls",
@@ -4640,23 +4640,23 @@ const ce = /* @__PURE__ */ ws(pc), hc = {
4640
4640
  class: "day-name"
4641
4641
  }, G(F), 1))), 128)),
4642
4642
  (v(!0), S(ee, null, de(k, (F) => (v(), S("div", {
4643
- key: b(_, M, F),
4643
+ key: b(T, M, F),
4644
4644
  class: "day blocked"
4645
4645
  }, G(F + N - k), 1))), 128)),
4646
- (v(!0), S(ee, null, de(T, (F) => (v(), S("div", {
4647
- key: b(_, M, F),
4646
+ (v(!0), S(ee, null, de(_, (F) => (v(), S("div", {
4647
+ key: b(T, M, F),
4648
4648
  class: z(["day", {
4649
- selected: d(_, M, F),
4650
- inrange: W(_, M, F),
4651
- today: L(_, M, F),
4652
- blocked: V(_, M, F)
4649
+ selected: d(T, M, F),
4650
+ inrange: W(T, M, F),
4651
+ today: L(T, M, F),
4652
+ blocked: H(T, M, F)
4653
4653
  }]),
4654
- onMousedown: (U) => se(_, M, F),
4655
- onMouseover: (U) => g(_, M, F),
4654
+ onMousedown: (U) => se(T, M, F),
4655
+ onMouseover: (U) => g(T, M, F),
4656
4656
  onMouseout: A[1] || (A[1] = (U) => w())
4657
4657
  }, G(F), 43, xc))), 128)),
4658
4658
  (v(!0), S(ee, null, de(x, (F) => (v(), S("div", {
4659
- key: b(_, M, F),
4659
+ key: b(T, M, F),
4660
4660
  class: "day blocked"
4661
4661
  }, G(F), 1))), 128))
4662
4662
  ])
@@ -4685,12 +4685,12 @@ function Oc(e) {
4685
4685
  let t;
4686
4686
  return typeof ArrayBuffer != "undefined" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && As(e.buffer), t;
4687
4687
  }
4688
- const Ec = nn("string"), be = nn("function"), Os = nn("number"), At = (e) => e !== null && typeof e == "object", _c = (e) => e === !0 || e === !1, Dt = (e) => {
4688
+ const Ec = nn("string"), be = nn("function"), Os = nn("number"), At = (e) => e !== null && typeof e == "object", Tc = (e) => e === !0 || e === !1, Dt = (e) => {
4689
4689
  if (tn(e) !== "object")
4690
4690
  return !1;
4691
4691
  const t = rr(e);
4692
4692
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !($s in e) && !(en in e);
4693
- }, Tc = (e) => {
4693
+ }, _c = (e) => {
4694
4694
  if (!At(e) || $t(e))
4695
4695
  return !1;
4696
4696
  try {
@@ -4730,9 +4730,9 @@ function Es(e, t) {
4730
4730
  return a;
4731
4731
  return null;
4732
4732
  }
4733
- const We = typeof globalThis != "undefined" ? globalThis : typeof self != "undefined" ? self : typeof window != "undefined" ? window : global, _s = (e) => !nt(e) && e !== We;
4733
+ const We = typeof globalThis != "undefined" ? globalThis : typeof self != "undefined" ? self : typeof window != "undefined" ? window : global, Ts = (e) => !nt(e) && e !== We;
4734
4734
  function Dn() {
4735
- const { caseless: e, skipUndefined: t } = _s(this) && this || {}, n = {}, r = (a, o) => {
4735
+ const { caseless: e, skipUndefined: t } = Ts(this) && this || {}, n = {}, r = (a, o) => {
4736
4736
  const s = e && Es(n, o) || o;
4737
4737
  Dt(n[s]) && Dt(a) ? n[s] = Dn(n[s], a) : Dt(a) ? n[s] = Dn({}, a) : ot(a) ? n[s] = a.slice() : (!t || !nt(a)) && (n[s] = a);
4738
4738
  };
@@ -4742,7 +4742,7 @@ function Dn() {
4742
4742
  }
4743
4743
  const zc = (e, t, n, { allOwnKeys: r } = {}) => (Ot(t, (a, o) => {
4744
4744
  n && be(a) ? e[o] = ks(a, n) : e[o] = a;
4745
- }, { allOwnKeys: r }), e), Vc = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Hc = (e, t, n, r) => {
4745
+ }, { allOwnKeys: r }), e), Hc = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Vc = (e, t, n, r) => {
4746
4746
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
4747
4747
  value: t.prototype
4748
4748
  }), n && Object.assign(e.prototype, n);
@@ -4787,14 +4787,14 @@ const zc = (e, t, n, { allOwnKeys: r } = {}) => (Ot(t, (a, o) => {
4787
4787
  function(n, r, a) {
4788
4788
  return r.toUpperCase() + a;
4789
4789
  }
4790
- ), Lr = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Zc = Ne("RegExp"), Ts = (e, t) => {
4790
+ ), Lr = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Zc = Ne("RegExp"), _s = (e, t) => {
4791
4791
  const n = Object.getOwnPropertyDescriptors(e), r = {};
4792
4792
  Ot(n, (a, o) => {
4793
4793
  let s;
4794
4794
  (s = t(a, o, e)) !== !1 && (r[o] = s || a);
4795
4795
  }), Object.defineProperties(e, r);
4796
4796
  }, ef = (e) => {
4797
- Ts(e, (t, n) => {
4797
+ _s(e, (t, n) => {
4798
4798
  if (be(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
4799
4799
  return !1;
4800
4800
  const r = e[n];
@@ -4854,10 +4854,10 @@ const sf = (e) => {
4854
4854
  isArrayBufferView: Oc,
4855
4855
  isString: Ec,
4856
4856
  isNumber: Os,
4857
- isBoolean: _c,
4857
+ isBoolean: Tc,
4858
4858
  isObject: At,
4859
4859
  isPlainObject: Dt,
4860
- isEmptyObject: Tc,
4860
+ isEmptyObject: _c,
4861
4861
  isReadableStream: Dc,
4862
4862
  isRequest: jc,
4863
4863
  isResponse: Lc,
@@ -4876,8 +4876,8 @@ const sf = (e) => {
4876
4876
  merge: Dn,
4877
4877
  extend: zc,
4878
4878
  trim: Uc,
4879
- stripBOM: Vc,
4880
- inherits: Hc,
4879
+ stripBOM: Hc,
4880
+ inherits: Vc,
4881
4881
  toFlatObject: Wc,
4882
4882
  kindOf: tn,
4883
4883
  kindOfTest: Ne,
@@ -4889,7 +4889,7 @@ const sf = (e) => {
4889
4889
  hasOwnProperty: Lr,
4890
4890
  hasOwnProp: Lr,
4891
4891
  // an alias to avoid ESLint no-prototype-builtins detection
4892
- reduceDescriptors: Ts,
4892
+ reduceDescriptors: _s,
4893
4893
  freezeMethods: ef,
4894
4894
  toObjectSet: tf,
4895
4895
  toCamelCase: Qc,
@@ -4897,7 +4897,7 @@ const sf = (e) => {
4897
4897
  toFiniteNumber: rf,
4898
4898
  findKey: Es,
4899
4899
  global: We,
4900
- isContextDefined: _s,
4900
+ isContextDefined: Ts,
4901
4901
  isSpecCompliantForm: af,
4902
4902
  toJSONObject: sf,
4903
4903
  isAsyncFn: of,
@@ -5160,14 +5160,14 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", wf
5160
5160
  hasStandardBrowserWebWorkerEnv: Sf,
5161
5161
  navigator: Ln,
5162
5162
  origin: wf
5163
- }, Symbol.toStringTag, { value: "Module" })), he = {
5163
+ }, Symbol.toStringTag, { value: "Module" })), ve = {
5164
5164
  ...xf,
5165
5165
  ...yf
5166
5166
  };
5167
5167
  function kf(e, t) {
5168
- return rn(e, new he.classes.URLSearchParams(), {
5168
+ return rn(e, new ve.classes.URLSearchParams(), {
5169
5169
  visitor: function(n, r, a, o) {
5170
- return he.isNode && y.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
5170
+ return ve.isNode && y.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
5171
5171
  },
5172
5172
  ...t
5173
5173
  });
@@ -5262,8 +5262,8 @@ const Et = {
5262
5262
  maxContentLength: -1,
5263
5263
  maxBodyLength: -1,
5264
5264
  env: {
5265
- FormData: he.classes.FormData,
5266
- Blob: he.classes.Blob
5265
+ FormData: ve.classes.FormData,
5266
+ Blob: ve.classes.Blob
5267
5267
  },
5268
5268
  validateStatus: function(t) {
5269
5269
  return t >= 200 && t < 300;
@@ -5296,21 +5296,21 @@ const Ef = y.toObjectSet([
5296
5296
  "referer",
5297
5297
  "retry-after",
5298
5298
  "user-agent"
5299
- ]), _f = (e) => {
5299
+ ]), Tf = (e) => {
5300
5300
  const t = {};
5301
5301
  let n, r, a;
5302
5302
  return e && e.split(`
5303
5303
  `).forEach(function(s) {
5304
5304
  a = s.indexOf(":"), n = s.substring(0, a).trim().toLowerCase(), r = s.substring(a + 1).trim(), !(!n || t[n] && Ef[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
5305
5305
  }), t;
5306
- }, Vr = Symbol("internals");
5306
+ }, Hr = Symbol("internals");
5307
5307
  function ct(e) {
5308
5308
  return e && String(e).trim().toLowerCase();
5309
5309
  }
5310
5310
  function jt(e) {
5311
5311
  return e === !1 || e == null ? e : y.isArray(e) ? e.map(jt) : String(e);
5312
5312
  }
5313
- function Tf(e) {
5313
+ function _f(e) {
5314
5314
  const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
5315
5315
  let r;
5316
5316
  for (; r = n.exec(e); )
@@ -5359,7 +5359,7 @@ let Se = class {
5359
5359
  if (y.isPlainObject(t) || t instanceof this.constructor)
5360
5360
  s(t, n);
5361
5361
  else if (y.isString(t) && (t = t.trim()) && !Cf(t))
5362
- s(_f(t), n);
5362
+ s(Tf(t), n);
5363
5363
  else if (y.isObject(t) && y.isIterable(t)) {
5364
5364
  let i = {}, l, u;
5365
5365
  for (const c of t) {
@@ -5380,7 +5380,7 @@ let Se = class {
5380
5380
  if (!n)
5381
5381
  return a;
5382
5382
  if (n === !0)
5383
- return Tf(a);
5383
+ return _f(a);
5384
5384
  if (y.isFunction(n))
5385
5385
  return n.call(this, a, r);
5386
5386
  if (y.isRegExp(n))
@@ -5458,7 +5458,7 @@ let Se = class {
5458
5458
  return n.forEach((a) => r.set(a)), r;
5459
5459
  }
5460
5460
  static accessor(t) {
5461
- const r = (this[Vr] = this[Vr] = {
5461
+ const r = (this[Hr] = this[Hr] = {
5462
5462
  accessors: {}
5463
5463
  }).accessors, a = this.prototype;
5464
5464
  function o(s) {
@@ -5556,17 +5556,17 @@ const Wt = (e, t, n = 3) => {
5556
5556
  };
5557
5557
  e(f);
5558
5558
  }, n);
5559
- }, Hr = (e, t) => {
5559
+ }, Vr = (e, t) => {
5560
5560
  const n = e != null;
5561
5561
  return [(r) => t[0]({
5562
5562
  lengthComputable: n,
5563
5563
  total: e,
5564
5564
  loaded: r
5565
5565
  }), t[1]];
5566
- }, Wr = (e) => (...t) => y.asap(() => e(...t)), Mf = he.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, he.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
5567
- new URL(he.origin),
5568
- he.navigator && /(msie|trident)/i.test(he.navigator.userAgent)
5569
- ) : () => !0, Df = he.hasStandardBrowserEnv ? (
5566
+ }, Wr = (e) => (...t) => y.asap(() => e(...t)), Mf = ve.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (n) => (n = new URL(n, ve.origin), e.protocol === n.protocol && e.host === n.host && (t || e.port === n.port)))(
5567
+ new URL(ve.origin),
5568
+ ve.navigator && /(msie|trident)/i.test(ve.navigator.userAgent)
5569
+ ) : () => !0, Df = ve.hasStandardBrowserEnv ? (
5570
5570
  // Standard browser envs support document.cookie
5571
5571
  {
5572
5572
  write(e, t, n, r, a, o, s) {
@@ -5677,7 +5677,7 @@ const Us = (e) => {
5677
5677
  "Authorization",
5678
5678
  "Basic " + btoa((i.username || "") + ":" + (i.password ? unescape(encodeURIComponent(i.password)) : ""))
5679
5679
  ), y.isFormData(n)) {
5680
- if (he.hasStandardBrowserEnv || he.hasStandardBrowserWebWorkerEnv)
5680
+ if (ve.hasStandardBrowserEnv || ve.hasStandardBrowserWebWorkerEnv)
5681
5681
  s.setContentType(void 0);
5682
5682
  else if (y.isFunction(n.getHeaders)) {
5683
5683
  const l = n.getHeaders(), u = ["content-type", "content-length"];
@@ -5686,7 +5686,7 @@ const Us = (e) => {
5686
5686
  });
5687
5687
  }
5688
5688
  }
5689
- if (he.hasStandardBrowserEnv && (r && y.isFunction(r) && (r = r(t)), r || r !== !1 && Mf(t.url))) {
5689
+ if (ve.hasStandardBrowserEnv && (r && y.isFunction(r) && (r = r(t)), r || r !== !1 && Mf(t.url))) {
5690
5690
  const l = a && o && Df.read(o);
5691
5691
  l && s.set(a, l);
5692
5692
  }
@@ -5707,7 +5707,7 @@ const Us = (e) => {
5707
5707
  return;
5708
5708
  const P = Se.from(
5709
5709
  "getAllResponseHeaders" in h && h.getAllResponseHeaders()
5710
- ), V = {
5710
+ ), H = {
5711
5711
  data: !i || i === "text" || i === "json" ? h.responseText : h.response,
5712
5712
  status: h.status,
5713
5713
  statusText: h.statusText,
@@ -5719,31 +5719,31 @@ const Us = (e) => {
5719
5719
  n(j), d();
5720
5720
  }, function(j) {
5721
5721
  r(j), d();
5722
- }, V), h = null;
5722
+ }, H), h = null;
5723
5723
  }
5724
5724
  "onloadend" in h ? h.onloadend = g : h.onreadystatechange = function() {
5725
5725
  !h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(g);
5726
5726
  }, h.onabort = function() {
5727
5727
  h && (r(new Y("Request aborted", Y.ECONNABORTED, e, h)), h = null);
5728
5728
  }, h.onerror = function(W) {
5729
- const V = W && W.message ? W.message : "Network Error", L = new Y(V, Y.ERR_NETWORK, e, h);
5729
+ const H = W && W.message ? W.message : "Network Error", L = new Y(H, Y.ERR_NETWORK, e, h);
5730
5730
  L.event = W || null, r(L), h = null;
5731
5731
  }, h.ontimeout = function() {
5732
5732
  let W = a.timeout ? "timeout of " + a.timeout + "ms exceeded" : "timeout exceeded";
5733
- const V = a.transitional || Ms;
5733
+ const H = a.transitional || Ms;
5734
5734
  a.timeoutErrorMessage && (W = a.timeoutErrorMessage), r(new Y(
5735
5735
  W,
5736
- V.clarifyTimeoutError ? Y.ETIMEDOUT : Y.ECONNABORTED,
5736
+ H.clarifyTimeoutError ? Y.ETIMEDOUT : Y.ECONNABORTED,
5737
5737
  e,
5738
5738
  h
5739
5739
  )), h = null;
5740
- }, o === void 0 && s.setContentType(null), "setRequestHeader" in h && y.forEach(s.toJSON(), function(W, V) {
5741
- h.setRequestHeader(V, W);
5740
+ }, o === void 0 && s.setContentType(null), "setRequestHeader" in h && y.forEach(s.toJSON(), function(W, H) {
5741
+ h.setRequestHeader(H, W);
5742
5742
  }), y.isUndefined(a.withCredentials) || (h.withCredentials = !!a.withCredentials), i && i !== "json" && (h.responseType = a.responseType), u && ([p, m] = Wt(u, !0), h.addEventListener("progress", p)), l && h.upload && ([f, b] = Wt(l), h.upload.addEventListener("progress", f), h.upload.addEventListener("loadend", b)), (a.cancelToken || a.signal) && (c = (P) => {
5743
5743
  h && (r(!P || P.type ? new it(null, e, h) : P), h.abort(), h = null);
5744
5744
  }, a.cancelToken && a.cancelToken.subscribe(c), a.signal && (a.signal.aborted ? c() : a.signal.addEventListener("abort", c)));
5745
5745
  const w = Ff(a.url);
5746
- if (w && he.protocols.indexOf(w) === -1) {
5746
+ if (w && ve.protocols.indexOf(w) === -1) {
5747
5747
  r(new Y("Unsupported protocol " + w + ":", Y.ERR_BAD_REQUEST, e));
5748
5748
  return;
5749
5749
  }
@@ -5772,7 +5772,7 @@ const Us = (e) => {
5772
5772
  const { signal: l } = r;
5773
5773
  return l.unsubscribe = () => y.asap(i), l;
5774
5774
  }
5775
- }, Vf = function* (e, t) {
5775
+ }, Hf = function* (e, t) {
5776
5776
  let n = e.byteLength;
5777
5777
  if (n < t) {
5778
5778
  yield e;
@@ -5781,9 +5781,9 @@ const Us = (e) => {
5781
5781
  let r = 0, a;
5782
5782
  for (; r < n; )
5783
5783
  a = r + t, yield e.slice(r, a), r = a;
5784
- }, Hf = async function* (e, t) {
5784
+ }, Vf = async function* (e, t) {
5785
5785
  for await (const n of Wf(e))
5786
- yield* Vf(n, t);
5786
+ yield* Hf(n, t);
5787
5787
  }, Wf = async function* (e) {
5788
5788
  if (e[Symbol.asyncIterator]) {
5789
5789
  yield* e;
@@ -5801,7 +5801,7 @@ const Us = (e) => {
5801
5801
  await t.cancel();
5802
5802
  }
5803
5803
  }, qr = (e, t, n, r) => {
5804
- const a = Hf(e, t);
5804
+ const a = Vf(e, t);
5805
5805
  let o = 0, s, i = (l) => {
5806
5806
  s || (s = !0, r && r(l));
5807
5807
  };
@@ -5850,7 +5850,7 @@ const Us = (e) => {
5850
5850
  return !1;
5851
5851
  const i = a && Pt(Jr), l = a && (typeof Gr == "function" ? /* @__PURE__ */ ((m) => (d) => m.encode(d))(new Gr()) : async (m) => new Uint8Array(await new n(m).arrayBuffer())), u = o && i && Xr(() => {
5852
5852
  let m = !1;
5853
- const d = new n(he.origin, {
5853
+ const d = new n(ve.origin, {
5854
5854
  body: new Jr(),
5855
5855
  method: "POST",
5856
5856
  get duplex() {
@@ -5875,7 +5875,7 @@ const Us = (e) => {
5875
5875
  if (y.isBlob(m))
5876
5876
  return m.size;
5877
5877
  if (y.isSpecCompliantForm(m))
5878
- return (await new n(he.origin, {
5878
+ return (await new n(ve.origin, {
5879
5879
  method: "POST",
5880
5880
  body: m
5881
5881
  }).arrayBuffer()).byteLength;
@@ -5895,7 +5895,7 @@ const Us = (e) => {
5895
5895
  signal: w,
5896
5896
  cancelToken: P,
5897
5897
  timeout: W,
5898
- onDownloadProgress: V,
5898
+ onDownloadProgress: H,
5899
5899
  onUploadProgress: L,
5900
5900
  responseType: j,
5901
5901
  headers: se,
@@ -5903,8 +5903,8 @@ const Us = (e) => {
5903
5903
  fetchOptions: C
5904
5904
  } = Us(m), A = t || fetch;
5905
5905
  j = j ? (j + "").toLowerCase() : "text";
5906
- let M = zf([w, P && P.toAbortSignal()], W), _ = null;
5907
- const T = M && M.unsubscribe && (() => {
5906
+ let M = zf([w, P && P.toAbortSignal()], W), T = null;
5907
+ const _ = M && M.unsubscribe && (() => {
5908
5908
  M.unsubscribe();
5909
5909
  });
5910
5910
  let x;
@@ -5916,7 +5916,7 @@ const Us = (e) => {
5916
5916
  duplex: "half"
5917
5917
  }), te;
5918
5918
  if (y.isFormData(g) && (te = Q.headers.get("content-type")) && se.setContentType(te), Q.body) {
5919
- const [oe, ue] = Hr(
5919
+ const [oe, ue] = Vr(
5920
5920
  x,
5921
5921
  Wt(Wr(L))
5922
5922
  );
@@ -5933,44 +5933,44 @@ const Us = (e) => {
5933
5933
  duplex: "half",
5934
5934
  credentials: k ? X : void 0
5935
5935
  };
5936
- _ = o && new n(d, N);
5937
- let O = await (o ? A(_, C) : A(d, N));
5936
+ T = o && new n(d, N);
5937
+ let O = await (o ? A(T, C) : A(d, N));
5938
5938
  const F = c && (j === "stream" || j === "response");
5939
- if (c && (V || F && T)) {
5939
+ if (c && (H || F && _)) {
5940
5940
  const Q = {};
5941
- ["status", "statusText", "headers"].forEach((ve) => {
5942
- Q[ve] = O[ve];
5941
+ ["status", "statusText", "headers"].forEach((ge) => {
5942
+ Q[ge] = O[ge];
5943
5943
  });
5944
- const te = y.toFiniteNumber(O.headers.get("content-length")), [oe, ue] = V && Hr(
5944
+ const te = y.toFiniteNumber(O.headers.get("content-length")), [oe, ue] = H && Vr(
5945
5945
  te,
5946
- Wt(Wr(V), !0)
5946
+ Wt(Wr(H), !0)
5947
5947
  ) || [];
5948
5948
  O = new r(
5949
5949
  qr(O.body, Kr, oe, () => {
5950
- ue && ue(), T && T();
5950
+ ue && ue(), _ && _();
5951
5951
  }),
5952
5952
  Q
5953
5953
  );
5954
5954
  }
5955
5955
  j = j || "text";
5956
5956
  let U = await f[y.findKey(f, j) || "text"](O, m);
5957
- return !F && T && T(), await new Promise((Q, te) => {
5957
+ return !F && _ && _(), await new Promise((Q, te) => {
5958
5958
  Ls(Q, te, {
5959
5959
  data: U,
5960
5960
  headers: Se.from(O.headers),
5961
5961
  status: O.status,
5962
5962
  statusText: O.statusText,
5963
5963
  config: m,
5964
- request: _
5964
+ request: T
5965
5965
  });
5966
5966
  });
5967
5967
  } catch (k) {
5968
- throw T && T(), k && k.name === "TypeError" && /Load failed|fetch/i.test(k.message) ? Object.assign(
5969
- new Y("Network Error", Y.ERR_NETWORK, m, _),
5968
+ throw _ && _(), k && k.name === "TypeError" && /Load failed|fetch/i.test(k.message) ? Object.assign(
5969
+ new Y("Network Error", Y.ERR_NETWORK, m, T),
5970
5970
  {
5971
5971
  cause: k.cause || k
5972
5972
  }
5973
- ) : Y.from(k, k && k.code, m, _);
5973
+ ) : Y.from(k, k && k.code, m, T);
5974
5974
  }
5975
5975
  };
5976
5976
  }, Kf = /* @__PURE__ */ new Map(), zs = (e) => {
@@ -6031,7 +6031,7 @@ function Gf(e, t) {
6031
6031
  }
6032
6032
  return a;
6033
6033
  }
6034
- const Vs = {
6034
+ const Hs = {
6035
6035
  /**
6036
6036
  * Resolve an adapter from a list of adapter names or functions.
6037
6037
  * @type {Function}
@@ -6051,7 +6051,7 @@ function Zr(e) {
6051
6051
  return hn(e), e.headers = Se.from(e.headers), e.data = pn.call(
6052
6052
  e,
6053
6053
  e.transformRequest
6054
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Vs.getAdapter(e.adapter || Et.adapter, e)(e).then(function(r) {
6054
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Hs.getAdapter(e.adapter || Et.adapter, e)(e).then(function(r) {
6055
6055
  return hn(e), r.data = pn.call(
6056
6056
  e,
6057
6057
  e.transformResponse,
@@ -6065,7 +6065,7 @@ function Zr(e) {
6065
6065
  ), r.response.headers = Se.from(r.response.headers))), Promise.reject(r);
6066
6066
  });
6067
6067
  }
6068
- const Hs = "1.13.2", an = {};
6068
+ const Vs = "1.13.2", an = {};
6069
6069
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
6070
6070
  an[e] = function(r) {
6071
6071
  return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
@@ -6074,7 +6074,7 @@ const Hs = "1.13.2", an = {};
6074
6074
  const ea = {};
6075
6075
  an.transitional = function(t, n, r) {
6076
6076
  function a(o, s) {
6077
- return "[Axios v" + Hs + "] Transitional option '" + o + "'" + s + (r ? ". " + r : "");
6077
+ return "[Axios v" + Vs + "] Transitional option '" + o + "'" + s + (r ? ". " + r : "");
6078
6078
  }
6079
6079
  return (o, s, i) => {
6080
6080
  if (t === !1)
@@ -6404,7 +6404,7 @@ fe.Axios = Ye;
6404
6404
  fe.CanceledError = it;
6405
6405
  fe.CancelToken = Qf;
6406
6406
  fe.isCancel = js;
6407
- fe.VERSION = Hs;
6407
+ fe.VERSION = Vs;
6408
6408
  fe.toFormData = rn;
6409
6409
  fe.AxiosError = Y;
6410
6410
  fe.Cancel = fe.CanceledError;
@@ -6416,7 +6416,7 @@ fe.isAxiosError = ed;
6416
6416
  fe.mergeConfig = Je;
6417
6417
  fe.AxiosHeaders = Se;
6418
6418
  fe.formToJSON = (e) => Ds(y.isHTMLForm(e) ? new FormData(e) : e);
6419
- fe.getAdapter = Vs.getAdapter;
6419
+ fe.getAdapter = Hs.getAdapter;
6420
6420
  fe.HttpStatusCode = Bn;
6421
6421
  fe.default = fe;
6422
6422
  const {
@@ -6747,7 +6747,7 @@ const {
6747
6747
  is: [String, Object, Function]
6748
6748
  },
6749
6749
  setup(e) {
6750
- const t = e, n = we("formModel", null), r = Un(), a = H(() => t.is ? t.is : r.href ? "a" : n ? "button" : "div"), o = H(() => [
6750
+ const t = e, n = we("formModel", null), r = Un(), a = V(() => t.is ? t.is : r.href ? "a" : n ? "button" : "div"), o = V(() => [
6751
6751
  "s-button",
6752
6752
  t.outlined && "outlined",
6753
6753
  t.transparent && "transparent",
@@ -6783,12 +6783,12 @@ const {
6783
6783
  }),
6784
6784
  emits: /* @__PURE__ */ ie(["select", "clear"], ["update:modelValue"]),
6785
6785
  setup(e, { expose: t, emit: n }) {
6786
- const r = e, a = Oe(e, "modelValue"), o = n, s = Ce("fileInput"), i = H(() => {
6786
+ const r = e, a = Oe(e, "modelValue"), o = n, s = Ce("fileInput"), i = V(() => {
6787
6787
  var d;
6788
6788
  return (d = r.uploadButtonTitle) != null ? d : r.multiple ? "Выбрать файлы" : "Выбрать файл";
6789
6789
  }), l = () => {
6790
6790
  s.value.click();
6791
- }, u = H(() => a.value ? (Array.isArray(a.value) ? a.value : [a.value]).map((h) => h instanceof File ? h.name : h) : []);
6791
+ }, u = V(() => a.value ? (Array.isArray(a.value) ? a.value : [a.value]).map((h) => h instanceof File ? h.name : h) : []);
6792
6792
  function c(d) {
6793
6793
  const h = Array.from(d.target.files || []).filter(f);
6794
6794
  if (h.length && !u.value.includes(d.target.files[0].name)) {
@@ -6883,7 +6883,7 @@ function xd(e) {
6883
6883
  return e && e.slice(0, Sd(e) + 1).replace(wd, "");
6884
6884
  }
6885
6885
  var kd = xd, $d = Ks, Ad = $d.Symbol, Js = Ad, ta = Js, Gs = Object.prototype, Od = Gs.hasOwnProperty, Ed = Gs.toString, ft = ta ? ta.toStringTag : void 0;
6886
- function _d(e) {
6886
+ function Td(e) {
6887
6887
  var t = Od.call(e, ft), n = e[ft];
6888
6888
  try {
6889
6889
  e[ft] = void 0;
@@ -6893,11 +6893,11 @@ function _d(e) {
6893
6893
  var a = Ed.call(e);
6894
6894
  return r && (t ? e[ft] = n : delete e[ft]), a;
6895
6895
  }
6896
- var Td = _d, Cd = Object.prototype, Pd = Cd.toString;
6896
+ var _d = Td, Cd = Object.prototype, Pd = Cd.toString;
6897
6897
  function Nd(e) {
6898
6898
  return Pd.call(e);
6899
6899
  }
6900
- var Fd = Nd, na = Js, Id = Td, Rd = Fd, Md = "[object Null]", Dd = "[object Undefined]", ra = na ? na.toStringTag : void 0;
6900
+ var Fd = Nd, na = Js, Id = _d, Rd = Fd, Md = "[object Null]", Dd = "[object Undefined]", ra = na ? na.toStringTag : void 0;
6901
6901
  function jd(e) {
6902
6902
  return e == null ? e === void 0 ? Dd : Md : ra && ra in Object(e) ? Id(e) : Rd(e);
6903
6903
  }
@@ -6905,9 +6905,9 @@ var Ld = jd;
6905
6905
  function Bd(e) {
6906
6906
  return e != null && typeof e == "object";
6907
6907
  }
6908
- var Ud = Bd, zd = Ld, Vd = Ud, Hd = "[object Symbol]";
6908
+ var Ud = Bd, zd = Ld, Hd = Ud, Vd = "[object Symbol]";
6909
6909
  function Wd(e) {
6910
- return typeof e == "symbol" || Vd(e) && zd(e) == Hd;
6910
+ return typeof e == "symbol" || Hd(e) && zd(e) == Vd;
6911
6911
  }
6912
6912
  var Yd = Wd, qd = kd, aa = qs, Kd = Yd, sa = NaN, Jd = /^[-+]0x[0-9a-f]+$/i, Gd = /^0b[01]+$/i, Xd = /^0o[0-7]+$/i, Qd = parseInt;
6913
6913
  function Zd(e) {
@@ -6961,7 +6961,7 @@ function sm(e, t, n) {
6961
6961
  function W() {
6962
6962
  return i === void 0 ? s : w(vn());
6963
6963
  }
6964
- function V() {
6964
+ function H() {
6965
6965
  var L = vn(), j = h(L);
6966
6966
  if (r = arguments, a = this, l = L, j) {
6967
6967
  if (i === void 0)
@@ -6971,7 +6971,7 @@ function sm(e, t, n) {
6971
6971
  }
6972
6972
  return i === void 0 && (i = setTimeout(g, t)), s;
6973
6973
  }
6974
- return V.cancel = P, V.flush = W, V;
6974
+ return H.cancel = P, H.flush = W, H;
6975
6975
  }
6976
6976
  var om = sm;
6977
6977
  const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
@@ -6992,7 +6992,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
6992
6992
  },
6993
6993
  { immediate: !0 }
6994
6994
  );
6995
- const s = J(null), i = H(() => {
6995
+ const s = J(null), i = V(() => {
6996
6996
  var u;
6997
6997
  return (((u = r.default) == null ? void 0 : u.call(r)) || []).map((c) => {
6998
6998
  var f;
@@ -7043,7 +7043,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7043
7043
  emits: ["update:modelValue"],
7044
7044
  setup(e) {
7045
7045
  const t = e, n = Oe(e, "modelValue");
7046
- Te("sFilterGroup-model", n), Te("sFilterGroup-updateValue", (i, l) => {
7046
+ _e("sFilterGroup-model", n), _e("sFilterGroup-updateValue", (i, l) => {
7047
7047
  t.ignoreQueryValues.includes(l) ? delete n.value[i] : n.value[i] = l, t.bindToQuery && o(n.value);
7048
7048
  });
7049
7049
  const a = () => {
@@ -7081,49 +7081,52 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7081
7081
  type: String,
7082
7082
  default: "Ничего не найдено"
7083
7083
  },
7084
- scroll: {
7085
- type: [String, null],
7086
- default: null
7087
- }
7084
+ fixedHeader: Boolean,
7085
+ height: String,
7086
+ topScroll: Boolean
7088
7087
  },
7089
7088
  setup(e) {
7090
- const t = e, n = H(() => t.data ? t.data instanceof Array ? t.data.length === 0 : Object.values(t.data).length === 0 : !1);
7091
- return (r, a) => (v(), S("div", {
7092
- class: z(["s-table", { hoverable: e.hoverable, striped: e.striped, bordered: e.bordered, scrollon_top: t.scroll === "top" }])
7089
+ const t = e, n = V(() => t.data ? t.data instanceof Array ? t.data.length === 0 : Object.values(t.data).length === 0 : !1), r = V(() => {
7090
+ const a = {};
7091
+ return t.height && (a.height = t.height), a;
7092
+ });
7093
+ return (a, o) => (v(), S("div", {
7094
+ class: z(["s-table", { hoverable: e.hoverable, striped: e.striped, bordered: e.bordered, topscroll: e.topScroll, fixedheader: e.height }]),
7095
+ style: he(r.value)
7093
7096
  }, [
7094
7097
  E("table", null, [
7095
- r.$slots.header || r.$slots.headers ? (v(), S("thead", dm, [
7096
- r.$slots.header ? (v(), S("tr", mm, [
7097
- I(r.$slots, "header")
7098
- ])) : r.$slots.headers ? I(r.$slots, "headers", { key: 1 }) : B("", !0)
7098
+ a.$slots.header || a.$slots.headers ? (v(), S("thead", dm, [
7099
+ a.$slots.header ? (v(), S("tr", mm, [
7100
+ I(a.$slots, "header")
7101
+ ])) : a.$slots.headers ? I(a.$slots, "headers", { key: 1 }) : B("", !0)
7099
7102
  ], 512)) : B("", !0),
7100
7103
  E("tbody", null, [
7101
- r.$slots.row ? (v(), S(ee, { key: 0 }, [
7104
+ a.$slots.row ? (v(), S(ee, { key: 0 }, [
7102
7105
  n.value ? (v(), S("tr", pm, [
7103
7106
  E("td", hm, [
7104
- I(r.$slots, "nodata", {}, () => [
7107
+ I(a.$slots, "nodata", {}, () => [
7105
7108
  le(G(e.nodata), 1)
7106
7109
  ])
7107
7110
  ])
7108
7111
  ])) : B("", !0),
7109
- (v(!0), S(ee, null, de(e.data, (o, s) => (v(), S("tr", {
7110
- key: `${s}-stable`
7112
+ (v(!0), S(ee, null, de(e.data, (s, i) => (v(), S("tr", {
7113
+ key: `${i}-stable`
7111
7114
  }, [
7112
- I(r.$slots, "row", {
7113
- row: o,
7114
- index: s
7115
+ I(a.$slots, "row", {
7116
+ row: s,
7117
+ index: i
7115
7118
  })
7116
7119
  ]))), 128))
7117
- ], 64)) : I(r.$slots, "default", { key: 1 })
7120
+ ], 64)) : I(a.$slots, "default", { key: 1 })
7118
7121
  ]),
7119
- r.$slots.footer || r.$slots.footers ? (v(), S("tfoot", vm, [
7120
- r.$slots.footer ? (v(), S("tr", gm, [
7121
- I(r.$slots, "footer")
7122
+ a.$slots.footer || a.$slots.footers ? (v(), S("tfoot", vm, [
7123
+ a.$slots.footer ? (v(), S("tr", gm, [
7124
+ I(a.$slots, "footer")
7122
7125
  ])) : B("", !0),
7123
- r.$slots.footers ? I(r.$slots, "footers", { key: 1 }) : B("", !0)
7126
+ a.$slots.footers ? I(a.$slots, "footers", { key: 1 }) : B("", !0)
7124
7127
  ])) : B("", !0)
7125
7128
  ])
7126
- ], 2));
7129
+ ], 6));
7127
7130
  }
7128
7131
  }, bm = {
7129
7132
  key: 0,
@@ -7236,15 +7239,15 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7236
7239
  let o = we("sharedExpandedKeys", null);
7237
7240
  if (o === null) {
7238
7241
  const d = n.storeExpandedKeysTo ? JSON.parse(localStorage.getItem(n.storeExpandedKeysTo)) : null;
7239
- o = J(d != null ? d : [...n.expandedKeys]), Te("sharedExpandedKeys", o);
7242
+ o = J(d != null ? d : [...n.expandedKeys]), _e("sharedExpandedKeys", o);
7240
7243
  }
7241
7244
  Ae(o, (d) => {
7242
7245
  n.storeExpandedKeysTo && localStorage.setItem(n.storeExpandedKeysTo, JSON.stringify(d));
7243
7246
  }, { deep: !0 });
7244
7247
  const s = we("sharedDropTarget", J(null));
7245
- s.value || Te("sharedDropTarget", s);
7248
+ s.value || _e("sharedDropTarget", s);
7246
7249
  const i = we("draggingNode", J(null));
7247
- i.value || Te("draggingNode", i);
7250
+ i.value || _e("draggingNode", i);
7248
7251
  function l(d) {
7249
7252
  n.selectable && a.value !== d.id ? (a.value = d.id, r("change", d)) : u(d);
7250
7253
  }
@@ -7306,7 +7309,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7306
7309
  onDragleave: p
7307
7310
  }, [
7308
7311
  (v(!0), S(ee, null, de(e.data, (w) => {
7309
- var P, W, V, L, j, se;
7312
+ var P, W, H, L, j, se;
7310
7313
  return v(), S(ee, {
7311
7314
  key: w.id
7312
7315
  }, [
@@ -7315,7 +7318,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7315
7318
  selected: a.value === w.id,
7316
7319
  expanded: R(o).includes(w.id),
7317
7320
  dropTarget: ((P = R(s)) == null ? void 0 : P.id) === w.id && ((W = R(s)) == null ? void 0 : W.position) === "center",
7318
- dropTargetTop: ((V = R(s)) == null ? void 0 : V.id) === w.id && ((L = R(s)) == null ? void 0 : L.position) === "top",
7321
+ dropTargetTop: ((H = R(s)) == null ? void 0 : H.id) === w.id && ((L = R(s)) == null ? void 0 : L.position) === "top",
7319
7322
  dropTargetBottom: ((j = R(s)) == null ? void 0 : j.id) === w.id && ((se = R(s)) == null ? void 0 : se.position) === "bottom"
7320
7323
  }]),
7321
7324
  onClick: $e((X) => l(w), ["stop"]),
@@ -7361,10 +7364,10 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7361
7364
  ], 32);
7362
7365
  };
7363
7366
  }
7364
- }, _m = {
7367
+ }, Tm = {
7365
7368
  key: 0,
7366
7369
  class: "s-confirm"
7367
- }, Tm = { class: "s-confirm-dialog-body" }, Cm = ["innerHTML"], Pm = { class: "s-confirm-buttons" }, Nm = {
7370
+ }, _m = { class: "s-confirm-dialog-body" }, Cm = ["innerHTML"], Pm = { class: "s-confirm-buttons" }, Nm = {
7368
7371
  __name: "SConfirm",
7369
7372
  setup(e, { expose: t }) {
7370
7373
  const n = J(!1), r = J(""), a = {
@@ -7375,7 +7378,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7375
7378
  },
7376
7379
  onCancel: () => {
7377
7380
  }
7378
- }, o = J({}), s = Ce("$dialog"), i = Ce("$header"), { x: l, y: u, style: c } = Vn(s, { handle: i });
7381
+ }, o = J({}), s = Ce("$dialog"), i = Ce("$header"), { x: l, y: u, style: c } = Hn(s, { handle: i });
7379
7382
  function f(m, d) {
7380
7383
  r.value = m, o.value = { ...a, ...d }, n.value = !0, at(() => {
7381
7384
  var g;
@@ -7390,10 +7393,10 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7390
7393
  o.value.onCancel(), o.value = {}, n.value = !1;
7391
7394
  }
7392
7395
  return t({ open: f }), (m, d) => (v(), re(Ge, { to: "body" }, [
7393
- n.value ? (v(), S("div", _m, [
7396
+ n.value ? (v(), S("div", Tm, [
7394
7397
  E("div", {
7395
7398
  class: "s-confirm-dialog",
7396
- style: ge(R(c)),
7399
+ style: he(R(c)),
7397
7400
  ref_key: "$dialog",
7398
7401
  ref: s
7399
7402
  }, [
@@ -7408,7 +7411,7 @@ const im = /* @__PURE__ */ ws(om), lm = { class: "s-filter" }, um = {
7408
7411
  onClick: d[0] || (d[0] = (h) => n.value = !1)
7409
7412
  })
7410
7413
  ], 512),
7411
- E("div", Tm, [
7414
+ E("div", _m, [
7412
7415
  E("p", { innerHTML: r.value }, null, 8, Cm),
7413
7416
  E("div", Pm, [
7414
7417
  Z(Yt, {
@@ -7468,7 +7471,7 @@ const Xs = {
7468
7471
  },
7469
7472
  emits: ["click"],
7470
7473
  setup(e, { emit: t }) {
7471
- const n = e, r = t, a = Un(), o = H(() => n.is ? n.is : a.href ? "a" : "div");
7474
+ const n = e, r = t, a = Un(), o = V(() => n.is ? n.is : a.href ? "a" : "div");
7472
7475
  function s() {
7473
7476
  n.confirm ? Xs.open(n.confirm, {
7474
7477
  title: n.confirmTitle,
@@ -7559,7 +7562,7 @@ const Xs = {
7559
7562
  }, [
7560
7563
  E("div", {
7561
7564
  class: "s-tooltip-container",
7562
- style: ge(o.value)
7565
+ style: he(o.value)
7563
7566
  }, [
7564
7567
  E("div", {
7565
7568
  class: z(["s-tooltip-text", [s.value]]),
@@ -7647,18 +7650,18 @@ const Xs = {
7647
7650
  ])
7648
7651
  ], 2));
7649
7652
  }
7650
- }), zm = { class: "s-togglegroup" }, Vm = {
7653
+ }), zm = { class: "s-togglegroup" }, Hm = {
7651
7654
  __name: "SToggleGroup",
7652
7655
  props: {
7653
7656
  multiple: Boolean
7654
7657
  },
7655
7658
  setup(e) {
7656
- const t = e, n = J(null), r = H(() => t.multiple);
7657
- return Te("openedItem", n), Te("isMultiple", r), (a, o) => (v(), S("div", zm, [
7659
+ const t = e, n = J(null), r = V(() => t.multiple);
7660
+ return _e("openedItem", n), _e("isMultiple", r), (a, o) => (v(), S("div", zm, [
7658
7661
  I(a.$slots, "default")
7659
7662
  ]));
7660
7663
  }
7661
- }, Hm = { class: "s-dialog" }, Wm = { class: "s-dialog-window-body" }, Ym = {
7664
+ }, Vm = { class: "s-dialog" }, Wm = { class: "s-dialog-window-body" }, Ym = {
7662
7665
  __name: "SDialog",
7663
7666
  props: /* @__PURE__ */ ie({
7664
7667
  title: String,
@@ -7670,7 +7673,7 @@ const Xs = {
7670
7673
  }),
7671
7674
  emits: /* @__PURE__ */ ie(["overlay-click", "hide"], ["update:modelValue"]),
7672
7675
  setup(e, { emit: t }) {
7673
- const n = e, r = t, a = Oe(e, "modelValue"), o = Ce("$window"), s = Ce("$header"), { x: i, y: l, style: u } = Vn(o, { handle: s });
7676
+ const n = e, r = t, a = Oe(e, "modelValue"), o = Ce("$window"), s = Ce("$header"), { x: i, y: l, style: u } = Hn(o, { handle: s });
7674
7677
  pa(o, () => {
7675
7678
  c();
7676
7679
  });
@@ -7699,11 +7702,11 @@ const Xs = {
7699
7702
  key: 0,
7700
7703
  to: "body"
7701
7704
  }, [
7702
- E("div", Hm, [
7705
+ E("div", Vm, [
7703
7706
  E("div", {
7704
7707
  ref_key: "$window",
7705
7708
  ref: o,
7706
- style: ge([{ width: n.width }, R(u)]),
7709
+ style: he([{ width: n.width }, R(u)]),
7707
7710
  class: "s-dialog-window"
7708
7711
  }, [
7709
7712
  E("div", {
@@ -7746,7 +7749,7 @@ const Xs = {
7746
7749
  const { height: f } = c[0].contentRect;
7747
7750
  a.value = f;
7748
7751
  });
7749
- const { x: o, y: s, style: i } = Vn(r, {
7752
+ const { x: o, y: s, style: i } = Hn(r, {
7750
7753
  preventDefault: !0,
7751
7754
  stopPropagation: !0
7752
7755
  }), l = () => {
@@ -7787,7 +7790,7 @@ const Xs = {
7787
7790
  class: "s-imagepreview-fullimg",
7788
7791
  ref_key: "$window",
7789
7792
  ref: r,
7790
- style: ge([R(i)])
7793
+ style: he([R(i)])
7791
7794
  }, [
7792
7795
  E("img", { src: e.src }, null, 8, Jm)
7793
7796
  ], 4),
@@ -7893,7 +7896,7 @@ const Zm = {
7893
7896
  percentage: Number
7894
7897
  },
7895
7898
  setup(e) {
7896
- const t = e, n = H(() => t.percentage < 5 ? "right" : "left");
7899
+ const t = e, n = V(() => t.percentage < 5 ? "right" : "left");
7897
7900
  return (r, a) => (v(), S("div", ap, [
7898
7901
  E("div", sp, [
7899
7902
  I(r.$slots, "default")
@@ -7901,7 +7904,7 @@ const Zm = {
7901
7904
  E("div", op, [
7902
7905
  E("div", {
7903
7906
  class: "s-progressbar-completed",
7904
- style: ge({ width: e.percentage + "%" })
7907
+ style: he({ width: e.percentage + "%" })
7905
7908
  }, [
7906
7909
  E("div", {
7907
7910
  class: z(`at_${n.value}`)
@@ -7931,7 +7934,7 @@ const Zm = {
7931
7934
  },
7932
7935
  setup(e) {
7933
7936
  let t = qt();
7934
- const { copy: n, copied: r, isSupported: a } = so(), o = H(() => t.default()[0].children);
7937
+ const { copy: n, copied: r, isSupported: a } = so(), o = V(() => t.default()[0].children);
7935
7938
  return (s, i) => e.layout === "inline" ? (v(), S("div", {
7936
7939
  key: 0,
7937
7940
  class: z(["s-copytext layout_inline", { success: R(r) }]),
@@ -8023,7 +8026,7 @@ const Zm = {
8023
8026
  red: Boolean
8024
8027
  },
8025
8028
  setup(e) {
8026
- const t = e, n = H(() => t.maxContentHeight ? "max-height: " + parseInt(t.maxContentHeight) + "px" : "");
8029
+ const t = e, n = V(() => t.maxContentHeight ? "max-height: " + parseInt(t.maxContentHeight) + "px" : "");
8027
8030
  return (r, a) => (v(), S("div", {
8028
8031
  class: z(["s-dashboard-item", { gray: e.gray, green: e.green, red: e.red }])
8029
8032
  }, [
@@ -8039,7 +8042,7 @@ const Zm = {
8039
8042
  ])) : B("", !0),
8040
8043
  E("div", {
8041
8044
  class: z(["s-dashboard-item-content", [e.maxContentHeight && "has_scroll"]]),
8042
- style: ge(n.value)
8045
+ style: he(n.value)
8043
8046
  }, [
8044
8047
  I(r.$slots, "default")
8045
8048
  ], 6)
@@ -8076,7 +8079,7 @@ const Zm = {
8076
8079
  }, Op = {
8077
8080
  key: 1,
8078
8081
  class: "s-canvas-subheader"
8079
- }, Ep = { class: "s-main" }, _p = { class: "s-section" }, Tp = { class: "s-section-h" }, Cp = {
8082
+ }, Ep = { class: "s-main" }, Tp = { class: "s-section" }, _p = { class: "s-section-h" }, Cp = {
8080
8083
  key: 0,
8081
8084
  class: "affix-wrapper",
8082
8085
  style: "top: 20px"
@@ -8103,8 +8106,8 @@ const Zm = {
8103
8106
  ])) : B("", !0),
8104
8107
  I(n.$slots, "default"),
8105
8108
  E("div", Ep, [
8106
- E("section", _p, [
8107
- E("div", Tp, [
8109
+ E("section", Tp, [
8110
+ E("div", _p, [
8108
8111
  n.$slots.sidebar ? (v(), S("div", {
8109
8112
  key: 0,
8110
8113
  class: z(["s-canvas-subheader-mobile", { opened: t.value }])
@@ -8161,17 +8164,17 @@ const Zm = {
8161
8164
  labelLink: String
8162
8165
  },
8163
8166
  setup(e) {
8164
- const t = e, n = H(() => {
8167
+ const t = e, n = V(() => {
8165
8168
  for (let c of t.links)
8166
8169
  if (c.active) return JSON.parse(JSON.stringify(c));
8167
8170
  return null;
8168
- }), r = H(() => {
8171
+ }), r = V(() => {
8169
8172
  var c;
8170
8173
  return (c = t.label) != null ? c : n.value ? n.value.label : t.placeholder;
8171
- }), a = H(() => {
8174
+ }), a = V(() => {
8172
8175
  var c, f;
8173
8176
  return (f = t.labelLink) != null ? f : (c = n.value) == null ? void 0 : c.url;
8174
- }), o = H(() => a.value ? yn : "span"), s = Ce("$container"), i = Ce("$list"), l = J("right"), u = async () => {
8177
+ }), o = V(() => a.value ? yn : "span"), s = Ce("$container"), i = Ce("$list"), l = J("right"), u = async () => {
8175
8178
  await at();
8176
8179
  const c = s.value.getBoundingClientRect().x, f = i.value.getBoundingClientRect().width;
8177
8180
  l.value = f + 10 > c ? "left" : "right";
@@ -8253,7 +8256,7 @@ const Zm = {
8253
8256
  ]);
8254
8257
  };
8255
8258
  }
8256
- }, Up = { class: "s-verticalmenu" }, zp = ["onClick"], Vp = ["onClick"], Hp = {
8259
+ }, Up = { class: "s-verticalmenu" }, zp = ["onClick"], Hp = ["onClick"], Vp = {
8257
8260
  __name: "SVerticalMenu",
8258
8261
  props: {
8259
8262
  // В формате [{label: '', url: '', active: ''}]
@@ -8274,7 +8277,7 @@ const Zm = {
8274
8277
  u.length && (i = i.concat(u)), (l.active || u.length) && i.push(l.id);
8275
8278
  }
8276
8279
  return i;
8277
- }, r = H(() => [
8280
+ }, r = V(() => [
8278
8281
  ...n(t.links),
8279
8282
  ...t.expandedKeys
8280
8283
  ]), a = t.storeExpandedKeysTo ? oo(t.storeExpandedKeysTo, r.value) : J(r.value), o = function(s) {
@@ -8324,7 +8327,7 @@ const Zm = {
8324
8327
  key: 1,
8325
8328
  icon: "eye-slash"
8326
8329
  })) : B("", !0)
8327
- ], 10, Vp)),
8330
+ ], 10, Hp)),
8328
8331
  u.children ? (v(), S("div", {
8329
8332
  key: 2,
8330
8333
  class: z(["s-verticalmenu-children", { "is-opened": R(a).includes(u.id) }])
@@ -8361,7 +8364,7 @@ K.push(Im);
8361
8364
  K.push(Mm);
8362
8365
  K.push(Lm);
8363
8366
  K.push(Um);
8364
- K.push(Vm);
8367
+ K.push(Hm);
8365
8368
  K.push(Ym);
8366
8369
  K.push(Gm);
8367
8370
  K.push(Xs);
@@ -8379,7 +8382,7 @@ K.push(Np);
8379
8382
  K.push(Ip);
8380
8383
  K.push(Mp);
8381
8384
  K.push(Bp);
8382
- K.push(Hp);
8385
+ K.push(Vp);
8383
8386
  const vh = {
8384
8387
  install(e) {
8385
8388
  K.forEach((t) => {
@@ -8425,11 +8428,11 @@ export {
8425
8428
  ep as STag,
8426
8429
  pp as STimeline,
8427
8430
  Um as SToggle,
8428
- Vm as SToggleGroup,
8431
+ Hm as SToggleGroup,
8429
8432
  Mm as STooltip,
8430
8433
  Em as STree,
8431
8434
  id as SUpload,
8432
- Hp as SVerticalMenu,
8435
+ Vp as SVerticalMenu,
8433
8436
  vh as default
8434
8437
  };
8435
8438
  //# sourceMappingURL=startup-ui.es.js.map