sep-yui 0.0.45 → 0.0.47

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.
@@ -12,7 +12,7 @@ const g9 = { class: "badges-text" }, _9 = /* @__PURE__ */ Q1({
12
12
  setup(s, { emit: h }) {
13
13
  const i = s, a = _e({
14
14
  choosed: !1
15
- }), g = h, _ = e1(() => ({
15
+ }), C = h, _ = e1(() => ({
16
16
  "base-yui-kit": !0,
17
17
  "default-yui-kit": i.type === G1.default,
18
18
  "blue-yui-kit": i.type === G1.blue,
@@ -21,22 +21,22 @@ const g9 = { class: "badges-text" }, _9 = /* @__PURE__ */ Q1({
21
21
  "red-yui-kit": i.type === G1.red,
22
22
  "pink-yui-kit": i.type === G1.pink,
23
23
  "choosed-yui-kit": a.choosed
24
- })), m = () => {
25
- g("choose", a.choosed), i.disabled || (a.choosed = !a.choosed);
24
+ })), w = () => {
25
+ C("choose", a.choosed), i.disabled || (a.choosed = !a.choosed);
26
26
  };
27
27
  return Tt(() => {
28
28
  a.choosed = i.choosed;
29
- }), (w, S) => (T(), D("div", {
29
+ }), (m, S) => (T(), D("div", {
30
30
  class: w1(_.value),
31
- onClick: m
31
+ onClick: w
32
32
  }, [
33
33
  E("span", g9, A1(i.text), 1)
34
34
  ], 2));
35
35
  }
36
36
  }), ae = (s, h) => {
37
37
  const i = s.__vccOpts || s;
38
- for (const [a, g] of h)
39
- i[a] = g;
38
+ for (const [a, C] of h)
39
+ i[a] = C;
40
40
  return i;
41
41
  }, At = /* @__PURE__ */ ae(_9, [["__scopeId", "data-v-c4374c59"]]);
42
42
  var j2 = /* @__PURE__ */ ((s) => (s.primary = "primary", s.secondary = "secondary", s.red = "red", s.green = "green", s.yellow = "yellow", s.blue = "blue", s.white = "white", s.black = "black", s))(j2 || {});
@@ -665,8 +665,8 @@ const v9 = {
665
665
  name: "crossLarge",
666
666
  style: "line",
667
667
  path: `
668
- <path d="M18 6.62714L6 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
669
- <path d="M6 6.62714L18 18.6271" stroke="#121212" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
668
+ <path d="M18 6.62714L6 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
669
+ <path d="M6 6.62714L18 18.6271" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor" fill="none"/>
670
670
  `
671
671
  }, I2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
672
672
  __proto__: null,
@@ -750,20 +750,22 @@ const v9 = {
750
750
  color: { default: j2.black }
751
751
  },
752
752
  setup(s) {
753
- const h = s, i = e1(() => {
754
- var a;
755
- return (a = I2[h.name]) == null ? void 0 : a.path;
753
+ const h = s, i = e1(() => ({
754
+ color: h.color
755
+ })), a = e1(() => {
756
+ var C;
757
+ return (C = I2[h.name]) == null ? void 0 : C.path;
756
758
  });
757
- return (a, g) => {
758
- var _;
759
+ return (C, _) => {
760
+ var w;
759
761
  return T(), D("svg", {
760
762
  class: "icon-yui-kit",
761
763
  width: h.width,
762
764
  height: h.height,
763
- style: Vt(h.color),
764
- viewBox: ((_ = t1(I2)[h.name]) == null ? void 0 : _.viewbox) || "0 0 24 24"
765
+ style: Vt(i.value),
766
+ viewBox: ((w = t1(I2)[h.name]) == null ? void 0 : w.viewbox) || "0 0 24 24"
765
767
  }, [
766
- E("g", { innerHTML: i.value }, null, 8, P3)
768
+ E("g", { innerHTML: a.value }, null, 8, P3)
767
769
  ], 12, E3);
768
770
  };
769
771
  }
@@ -782,7 +784,7 @@ const D3 = { class: "bread-crumbs-yui-kit" }, B3 = { key: 0 }, $3 = ["onClick"],
782
784
  },
783
785
  emits: ["click"],
784
786
  setup(s, { emit: h }) {
785
- const i = s, a = h, g = _e({
787
+ const i = s, a = h, C = _e({
786
788
  items: [],
787
789
  crumbs: e1(() => {
788
790
  const V = i.items.length < 4 ? i.items.length - 1 : 3;
@@ -796,7 +798,7 @@ const D3 = { class: "bread-crumbs-yui-kit" }, B3 = { key: 0 }, $3 = ["onClick"],
796
798
  // active: matchedPath === crumb.path
797
799
  })),
798
800
  getClassesSpan: e1(() => (V) => ({
799
- "checked-yui-kit": V === g.crumbs.length - 1
801
+ "checked-yui-kit": V === C.crumbs.length - 1
800
802
  })),
801
803
  fullTitle: e1(
802
804
  () => (V) => V.title.length > Ii
@@ -804,23 +806,23 @@ const D3 = { class: "bread-crumbs-yui-kit" }, B3 = { key: 0 }, $3 = ["onClick"],
804
806
  isShowList: !1
805
807
  }), _ = e1(() => ({
806
808
  "bread-crumbs-yui-kit__item": !0
807
- })), m = e1(() => ({
809
+ })), w = e1(() => ({
808
810
  crumbs: {
809
811
  "bread-subcrumbs-yui-kit": !0,
810
812
  "scroll-yui-kit": !0,
811
- "active-yui-kit": g.isShowList
813
+ "active-yui-kit": C.isShowList
812
814
  }
813
- })), w = (V, J) => {
814
- J !== g.items.length - 1 && (V.isSub && S(), i.items.forEach(({ path: $ }, O) => {
815
+ })), m = (V, J) => {
816
+ J !== C.items.length - 1 && (V.isSub && S(), i.items.forEach(({ path: $ }, O) => {
815
817
  $ === V.path && a("click", {
816
818
  title: V.title,
817
819
  path: V.path,
818
820
  inx: O + 1
819
821
  });
820
822
  }));
821
- }, S = () => g.isShowList = !g.isShowList, M = (V) => V.title.length > Ii ? V.title.slice(0, Ii) + "..." : V.title, B = (V) => g.items.length >= 5 && V === 1;
822
- return Tt(() => g.items = g.crumbs.concat(g.subCrumbs)), (V, J) => (T(), D("ul", D3, [
823
- (T(!0), D(me, null, Le(g.items, ($, O) => (T(), D("li", {
823
+ }, S = () => C.isShowList = !C.isShowList, M = (V) => V.title.length > Ii ? V.title.slice(0, Ii) + "..." : V.title, B = (V) => C.items.length >= 5 && V === 1;
824
+ return Tt(() => C.items = C.crumbs.concat(C.subCrumbs)), (V, J) => (T(), D("ul", D3, [
825
+ (T(!0), D(me, null, Le(C.items, ($, O) => (T(), D("li", {
824
826
  class: w1(_.value),
825
827
  key: $.path
826
828
  }, [
@@ -830,33 +832,33 @@ const D3 = { class: "bread-crumbs-yui-kit" }, B3 = { key: 0 }, $3 = ["onClick"],
830
832
  onClick: S
831
833
  }, "..."),
832
834
  E("ul", {
833
- class: w1(m.value.crumbs)
835
+ class: w1(w.value.crumbs)
834
836
  }, [
835
- (T(!0), D(me, null, Le(g.subCrumbs, (j, n1) => (T(), D("li", {
837
+ (T(!0), D(me, null, Le(C.subCrumbs, (j, n1) => (T(), D("li", {
836
838
  key: j.path,
837
839
  class: w1(_.value)
838
840
  }, [
839
841
  E("span", {
840
- onClick: (p1) => w(j, n1)
842
+ onClick: (p1) => m(j, n1)
841
843
  }, [
842
844
  V2(A1(M(j)), 1),
843
- g.fullTitle($) ? (T(), D("span", U3, A1(j.title), 1)) : s1("", !0)
845
+ C.fullTitle($) ? (T(), D("span", U3, A1(j.title), 1)) : s1("", !0)
844
846
  ], 8, $3)
845
847
  ], 2))), 128))
846
848
  ], 2)
847
849
  ])) : s1("", !0),
848
850
  $.isSub ? s1("", !0) : (T(), D("div", {
849
851
  key: 1,
850
- class: w1(g.getClassesLink($))
852
+ class: w1(C.getClassesLink($))
851
853
  }, [
852
854
  E("span", {
853
- class: w1(g.getClassesSpan(O)),
854
- onClick: (j) => w($, O)
855
+ class: w1(C.getClassesSpan(O)),
856
+ onClick: (j) => m($, O)
855
857
  }, [
856
858
  V2(A1(M($)), 1),
857
- g.fullTitle($) ? (T(), D("span", Z3, A1($.title), 1)) : s1("", !0)
859
+ C.fullTitle($) ? (T(), D("span", Z3, A1($.title), 1)) : s1("", !0)
858
860
  ], 10, F3),
859
- O !== g.crumbs.length - 1 ? (T(), De(y1, {
861
+ O !== C.crumbs.length - 1 ? (T(), De(y1, {
860
862
  key: 0,
861
863
  name: t1(_1).rightSmall
862
864
  }, null, 8, ["name"])) : s1("", !0)
@@ -878,7 +880,7 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
878
880
  },
879
881
  emits: ["click"],
880
882
  setup(s, { emit: h }) {
881
- const i = s, a = h, g = e1(() => ({
883
+ const i = s, a = h, C = e1(() => ({
882
884
  "button-yui-kit": !0,
883
885
  [i.size]: !0,
884
886
  "disabled-yui-kit": i.disabled,
@@ -889,25 +891,25 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
889
891
  "ghost-yui-kit": i.type === st.ghost
890
892
  })), _ = e1(() => ({
891
893
  backgroundColor: i.backgroundColor
892
- })), m = e1(() => ({
894
+ })), w = e1(() => ({
893
895
  color: i.color === "primary" || i.color === "secondary" ? "black" : i.color
894
- })), w = (S) => a("click", S);
896
+ })), m = (S) => a("click", S);
895
897
  return (S, M) => (T(), D("button", {
896
- class: w1(g.value),
898
+ class: w1(C.value),
897
899
  disabled: i.disabled,
898
900
  style: Vt(_.value),
899
- onClick: w
901
+ onClick: m
900
902
  }, [
901
903
  S.$slots["left-icon"] ? (T(), D("span", {
902
904
  key: 0,
903
- style: Vt(m.value)
905
+ style: Vt(w.value)
904
906
  }, [
905
907
  Hi(S.$slots, "left-icon", {}, void 0, !0)
906
908
  ], 4)) : s1("", !0),
907
909
  Hi(S.$slots, "default", {}, void 0, !0),
908
910
  S.$slots["right-icon"] ? (T(), D("span", {
909
911
  key: 1,
910
- style: Vt(m.value)
912
+ style: Vt(w.value)
911
913
  }, [
912
914
  Hi(S.$slots, "right-icon", {}, void 0, !0)
913
915
  ], 4)) : s1("", !0)
@@ -923,22 +925,22 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
923
925
  setup(s, { emit: h }) {
924
926
  const i = s, a = _e({
925
927
  activeIndex: 0
926
- }), g = h, _ = (w) => ({
928
+ }), C = h, _ = (m) => ({
927
929
  "switch-yui-kit-item": !0,
928
- "switch-yui-kit-active": a.activeIndex === w
929
- }), m = (w) => {
930
- a.activeIndex = w, g("languageSwitch", {
931
- index: w,
932
- value: i.items[w]
930
+ "switch-yui-kit-active": a.activeIndex === m
931
+ }), w = (m) => {
932
+ a.activeIndex = m, C("languageSwitch", {
933
+ index: m,
934
+ value: i.items[m]
933
935
  });
934
936
  };
935
937
  return Tt(() => {
936
938
  i.defaultValue && i.items.includes(i.defaultValue) && (a.activeIndex = i.items.indexOf(i.defaultValue));
937
- }), (w, S) => (T(), D("ul", G3, [
939
+ }), (m, S) => (T(), D("ul", G3, [
938
940
  (T(!0), D(me, null, Le(i.items, (M, B) => (T(), D("li", {
939
941
  key: M,
940
942
  class: w1(_(B)),
941
- onClick: (V) => m(B)
943
+ onClick: (V) => w(B)
942
944
  }, A1(M), 11, q3))), 128))
943
945
  ]));
944
946
  }
@@ -956,12 +958,12 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
956
958
  isOpened: !1,
957
959
  choosedOption: i.options[0] || "",
958
960
  lengthOption: 0
959
- }), g = h, _ = e1(() => ({
961
+ }), C = h, _ = e1(() => ({
960
962
  "dropdown-yui-kit__item": !0,
961
963
  "truncate-yui-kit": !0
962
- })), m = (S) => {
963
- a.choosedOption = S, g("click", a.choosedOption), a.isOpened = !1;
964
- }, w = (S) => {
964
+ })), w = (S) => {
965
+ a.choosedOption = S, C("click", a.choosedOption), a.isOpened = !1;
966
+ }, m = (S) => {
965
967
  a.isOpened = !a.isOpened;
966
968
  const M = S.currentTarget;
967
969
  M && (M.classList.contains(Ri) ? M.classList.remove(Ri) : M.classList.add(Ri));
@@ -969,7 +971,7 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
969
971
  return (S, M) => (T(), D("div", K3, [
970
972
  E("span", {
971
973
  class: "dropdown-yui-kit__current",
972
- onClick: M[0] || (M[0] = (B) => w(B))
974
+ onClick: M[0] || (M[0] = (B) => m(B))
973
975
  }, [
974
976
  E("span", Y3, A1(a.choosedOption), 1),
975
977
  a.isOpened ? (T(), De(y1, {
@@ -984,7 +986,7 @@ const W3 = ["disabled"], j3 = /* @__PURE__ */ Q1({
984
986
  a.isOpened ? (T(), D("ul", J3, [
985
987
  (T(!0), D(me, null, Le(i.options, (B) => (T(), D("li", {
986
988
  class: w1([_.value, { active: B === a.choosedOption }]),
987
- onClick: () => m(B),
989
+ onClick: () => w(B),
988
990
  key: B
989
991
  }, A1(B), 11, X3))), 128))
990
992
  ])) : s1("", !0)
@@ -1022,49 +1024,49 @@ class sa {
1022
1024
  this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = h, this.hook = i;
1023
1025
  const a = {};
1024
1026
  if (h.settings)
1025
- for (const m in h.settings) {
1026
- const w = h.settings[m];
1027
- a[m] = w.defaultValue;
1027
+ for (const w in h.settings) {
1028
+ const m = h.settings[w];
1029
+ a[w] = m.defaultValue;
1028
1030
  }
1029
- const g = `__vue-devtools-plugin-settings__${h.id}`;
1031
+ const C = `__vue-devtools-plugin-settings__${h.id}`;
1030
1032
  let _ = Object.assign({}, a);
1031
1033
  try {
1032
- const m = localStorage.getItem(g), w = JSON.parse(m);
1033
- Object.assign(_, w);
1034
+ const w = localStorage.getItem(C), m = JSON.parse(w);
1035
+ Object.assign(_, m);
1034
1036
  } catch {
1035
1037
  }
1036
1038
  this.fallbacks = {
1037
1039
  getSettings() {
1038
1040
  return _;
1039
1041
  },
1040
- setSettings(m) {
1042
+ setSettings(w) {
1041
1043
  try {
1042
- localStorage.setItem(g, JSON.stringify(m));
1044
+ localStorage.setItem(C, JSON.stringify(w));
1043
1045
  } catch {
1044
1046
  }
1045
- _ = m;
1047
+ _ = w;
1046
1048
  },
1047
1049
  now() {
1048
1050
  return oa();
1049
1051
  }
1050
- }, i && i.on(ra, (m, w) => {
1051
- m === this.plugin.id && this.fallbacks.setSettings(w);
1052
+ }, i && i.on(ra, (w, m) => {
1053
+ w === this.plugin.id && this.fallbacks.setSettings(m);
1052
1054
  }), this.proxiedOn = new Proxy({}, {
1053
- get: (m, w) => this.target ? this.target.on[w] : (...S) => {
1055
+ get: (w, m) => this.target ? this.target.on[m] : (...S) => {
1054
1056
  this.onQueue.push({
1055
- method: w,
1057
+ method: m,
1056
1058
  args: S
1057
1059
  });
1058
1060
  }
1059
1061
  }), this.proxiedTarget = new Proxy({}, {
1060
- get: (m, w) => this.target ? this.target[w] : w === "on" ? this.proxiedOn : Object.keys(this.fallbacks).includes(w) ? (...S) => (this.targetQueue.push({
1061
- method: w,
1062
+ get: (w, m) => this.target ? this.target[m] : m === "on" ? this.proxiedOn : Object.keys(this.fallbacks).includes(m) ? (...S) => (this.targetQueue.push({
1063
+ method: m,
1062
1064
  args: S,
1063
1065
  resolve: () => {
1064
1066
  }
1065
- }), this.fallbacks[w](...S)) : (...S) => new Promise((M) => {
1067
+ }), this.fallbacks[m](...S)) : (...S) => new Promise((M) => {
1066
1068
  this.targetQueue.push({
1067
- method: w,
1069
+ method: m,
1068
1070
  args: S,
1069
1071
  resolve: M
1070
1072
  });
@@ -1080,16 +1082,16 @@ class sa {
1080
1082
  }
1081
1083
  }
1082
1084
  function J2(s, h) {
1083
- const i = s, a = Y2(), g = ea(), _ = ta && i.enableEarlyProxy;
1084
- if (g && (a.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !_))
1085
- g.emit(na, s, h);
1085
+ const i = s, a = Y2(), C = ea(), _ = ta && i.enableEarlyProxy;
1086
+ if (C && (a.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !_))
1087
+ C.emit(na, s, h);
1086
1088
  else {
1087
- const m = _ ? new sa(i, g) : null;
1089
+ const w = _ ? new sa(i, C) : null;
1088
1090
  (a.__VUE_DEVTOOLS_PLUGINS__ = a.__VUE_DEVTOOLS_PLUGINS__ || []).push({
1089
1091
  pluginDescriptor: i,
1090
1092
  setupFn: h,
1091
- proxy: m
1092
- }), m && h(m.proxiedTarget);
1093
+ proxy: w
1094
+ }), w && h(w.proxiedTarget);
1093
1095
  }
1094
1096
  }
1095
1097
  /*!
@@ -1173,19 +1175,19 @@ function aa(s, h = "download", i) {
1173
1175
  function ca(s, h, i, a) {
1174
1176
  if (a = a || open("", "_blank"), a && (a.document.title = a.document.body.innerText = "downloading..."), typeof s == "string")
1175
1177
  return Gi(s, h, i);
1176
- const g = s.type === "application/octet-stream", _ = /constructor/i.test(String(R2.HTMLElement)) || "safari" in R2, m = /CriOS\/[\d]+/.test(navigator.userAgent);
1177
- if ((m || g && _ || e5) && typeof FileReader < "u") {
1178
- const w = new FileReader();
1179
- w.onloadend = function() {
1180
- let S = w.result;
1178
+ const C = s.type === "application/octet-stream", _ = /constructor/i.test(String(R2.HTMLElement)) || "safari" in R2, w = /CriOS\/[\d]+/.test(navigator.userAgent);
1179
+ if ((w || C && _ || e5) && typeof FileReader < "u") {
1180
+ const m = new FileReader();
1181
+ m.onloadend = function() {
1182
+ let S = m.result;
1181
1183
  if (typeof S != "string")
1182
1184
  throw a = null, new Error("Wrong reader.result type");
1183
- S = m ? S : S.replace(/^data:[^;]*;/, "data:attachment/file;"), a ? a.location.href = S : location.assign(S), a = null;
1184
- }, w.readAsDataURL(s);
1185
+ S = w ? S : S.replace(/^data:[^;]*;/, "data:attachment/file;"), a ? a.location.href = S : location.assign(S), a = null;
1186
+ }, m.readAsDataURL(s);
1185
1187
  } else {
1186
- const w = URL.createObjectURL(s);
1187
- a ? a.location.assign(w) : location.href = w, a = null, setTimeout(function() {
1188
- URL.revokeObjectURL(w);
1188
+ const m = URL.createObjectURL(s);
1189
+ a ? a.location.assign(m) : location.href = m, a = null, setTimeout(function() {
1190
+ URL.revokeObjectURL(m);
1189
1191
  }, 4e4);
1190
1192
  }
1191
1193
  }
@@ -1241,8 +1243,8 @@ function pa() {
1241
1243
  const a = Pe.files;
1242
1244
  if (!a)
1243
1245
  return h(null);
1244
- const g = a.item(0);
1245
- return h(g ? { text: await g.text(), file: g } : null);
1246
+ const C = a.item(0);
1247
+ return h(C ? { text: await C.text(), file: C } : null);
1246
1248
  }, Pe.oncancel = () => h(null), Pe.onerror = i, Pe.click();
1247
1249
  });
1248
1250
  }
@@ -1253,8 +1255,8 @@ async function Ca(s) {
1253
1255
  const i = await pa()();
1254
1256
  if (!i)
1255
1257
  return;
1256
- const { text: a, file: g } = i;
1257
- i5(s, JSON.parse(a)), S1(`Global state imported from "${g.name}".`);
1258
+ const { text: a, file: C } = i;
1259
+ i5(s, JSON.parse(a)), S1(`Global state imported from "${C.name}".`);
1258
1260
  } catch (h) {
1259
1261
  S1("Failed to import the state from JSON. Check the console for more details.", "error"), console.error(h);
1260
1262
  }
@@ -1292,11 +1294,11 @@ function _a(s) {
1292
1294
  value: s.state.value[_]
1293
1295
  })),
1294
1296
  getters: i.filter((_) => a.get(_)._getters).map((_) => {
1295
- const m = a.get(_);
1297
+ const w = a.get(_);
1296
1298
  return {
1297
1299
  editable: !1,
1298
1300
  key: _,
1299
- value: m._getters.reduce((w, S) => (w[S] = m[S], w), {})
1301
+ value: w._getters.reduce((m, S) => (m[S] = w[S], m), {})
1300
1302
  };
1301
1303
  })
1302
1304
  };
@@ -1399,42 +1401,42 @@ function wa(s, h) {
1399
1401
  icon: "restore",
1400
1402
  tooltip: 'Reset the state (with "$reset")',
1401
1403
  action: (a) => {
1402
- const g = h._s.get(a);
1403
- g ? typeof g.$reset != "function" ? S1(`Cannot reset "${a}" store because it doesn't have a "$reset" method implemented.`, "warn") : (g.$reset(), S1(`Store "${a}" reset.`)) : S1(`Cannot reset "${a}" store because it wasn't found.`, "warn");
1404
+ const C = h._s.get(a);
1405
+ C ? typeof C.$reset != "function" ? S1(`Cannot reset "${a}" store because it doesn't have a "$reset" method implemented.`, "warn") : (C.$reset(), S1(`Store "${a}" reset.`)) : S1(`Cannot reset "${a}" store because it wasn't found.`, "warn");
1404
1406
  }
1405
1407
  }
1406
1408
  ]
1407
- }), i.on.inspectComponent((a, g) => {
1409
+ }), i.on.inspectComponent((a, C) => {
1408
1410
  const _ = a.componentInstance && a.componentInstance.proxy;
1409
1411
  if (_ && _._pStores) {
1410
- const m = a.componentInstance.proxy._pStores;
1411
- Object.values(m).forEach((w) => {
1412
+ const w = a.componentInstance.proxy._pStores;
1413
+ Object.values(w).forEach((m) => {
1412
1414
  a.instanceData.state.push({
1413
- type: lr(w.$id),
1415
+ type: lr(m.$id),
1414
1416
  key: "state",
1415
1417
  editable: !0,
1416
- value: w._isOptionsAPI ? {
1418
+ value: m._isOptionsAPI ? {
1417
1419
  _custom: {
1418
- value: on(w.$state),
1420
+ value: on(m.$state),
1419
1421
  actions: [
1420
1422
  {
1421
1423
  icon: "restore",
1422
1424
  tooltip: "Reset the state of this store",
1423
- action: () => w.$reset()
1425
+ action: () => m.$reset()
1424
1426
  }
1425
1427
  ]
1426
1428
  }
1427
1429
  } : (
1428
1430
  // NOTE: workaround to unwrap transferred refs
1429
- Object.keys(w.$state).reduce((S, M) => (S[M] = w.$state[M], S), {})
1431
+ Object.keys(m.$state).reduce((S, M) => (S[M] = m.$state[M], S), {})
1430
1432
  )
1431
- }), w._getters && w._getters.length && a.instanceData.state.push({
1432
- type: lr(w.$id),
1433
+ }), m._getters && m._getters.length && a.instanceData.state.push({
1434
+ type: lr(m.$id),
1433
1435
  key: "getters",
1434
1436
  editable: !1,
1435
- value: w._getters.reduce((S, M) => {
1437
+ value: m._getters.reduce((S, M) => {
1436
1438
  try {
1437
- S[M] = w[M];
1439
+ S[M] = m[M];
1438
1440
  } catch (B) {
1439
1441
  S[M] = B;
1440
1442
  }
@@ -1445,35 +1447,35 @@ function wa(s, h) {
1445
1447
  }
1446
1448
  }), i.on.getInspectorTree((a) => {
1447
1449
  if (a.app === s && a.inspectorId === I1) {
1448
- let g = [h];
1449
- g = g.concat(Array.from(h._s.values())), a.rootNodes = (a.filter ? g.filter((_) => "$id" in _ ? _.$id.toLowerCase().includes(a.filter.toLowerCase()) : o5.toLowerCase().includes(a.filter.toLowerCase())) : g).map(ga);
1450
+ let C = [h];
1451
+ C = C.concat(Array.from(h._s.values())), a.rootNodes = (a.filter ? C.filter((_) => "$id" in _ ? _.$id.toLowerCase().includes(a.filter.toLowerCase()) : o5.toLowerCase().includes(a.filter.toLowerCase())) : C).map(ga);
1450
1452
  }
1451
1453
  }), globalThis.$pinia = h, i.on.getInspectorState((a) => {
1452
1454
  if (a.app === s && a.inspectorId === I1) {
1453
- const g = a.nodeId === or ? h : h._s.get(a.nodeId);
1454
- if (!g)
1455
+ const C = a.nodeId === or ? h : h._s.get(a.nodeId);
1456
+ if (!C)
1455
1457
  return;
1456
- g && (a.nodeId !== or && (globalThis.$store = on(g)), a.state = _a(g));
1458
+ C && (a.nodeId !== or && (globalThis.$store = on(C)), a.state = _a(C));
1457
1459
  }
1458
- }), i.on.editInspectorState((a, g) => {
1460
+ }), i.on.editInspectorState((a, C) => {
1459
1461
  if (a.app === s && a.inspectorId === I1) {
1460
1462
  const _ = a.nodeId === or ? h : h._s.get(a.nodeId);
1461
1463
  if (!_)
1462
1464
  return S1(`store "${a.nodeId}" not found`, "error");
1463
- const { path: m } = a;
1464
- qi(_) ? m.unshift("state") : (m.length !== 1 || !_._customProperties.has(m[0]) || m[0] in _.$state) && m.unshift("$state"), Ot = !1, a.set(_, m, a.state.value), Ot = !0;
1465
+ const { path: w } = a;
1466
+ qi(_) ? w.unshift("state") : (w.length !== 1 || !_._customProperties.has(w[0]) || w[0] in _.$state) && w.unshift("$state"), Ot = !1, a.set(_, w, a.state.value), Ot = !0;
1465
1467
  }
1466
1468
  }), i.on.editComponentState((a) => {
1467
1469
  if (a.type.startsWith("🍍")) {
1468
- const g = a.type.replace(/^🍍\s*/, ""), _ = h._s.get(g);
1470
+ const C = a.type.replace(/^🍍\s*/, ""), _ = h._s.get(C);
1469
1471
  if (!_)
1470
- return S1(`store "${g}" not found`, "error");
1471
- const { path: m } = a;
1472
- if (m[0] !== "state")
1473
- return S1(`Invalid path for store "${g}":
1474
- ${m}
1472
+ return S1(`store "${C}" not found`, "error");
1473
+ const { path: w } = a;
1474
+ if (w[0] !== "state")
1475
+ return S1(`Invalid path for store "${C}":
1476
+ ${w}
1475
1477
  Only state can be modified.`);
1476
- m[0] = "$state", Ot = !1, a.set(_, m, a.state.value), Ot = !0;
1478
+ w[0] = "$state", Ot = !1, a.set(_, w, a.state.value), Ot = !0;
1477
1479
  }
1478
1480
  });
1479
1481
  });
@@ -1501,7 +1503,7 @@ function ma(s, h) {
1501
1503
  }
1502
1504
  }, (i) => {
1503
1505
  const a = typeof i.now == "function" ? i.now.bind(i) : Date.now;
1504
- h.$onAction(({ after: m, onError: w, name: S, args: M }) => {
1506
+ h.$onAction(({ after: w, onError: m, name: S, args: M }) => {
1505
1507
  const B = s5++;
1506
1508
  i.addTimelineEvent({
1507
1509
  layerId: it,
@@ -1516,7 +1518,7 @@ function ma(s, h) {
1516
1518
  },
1517
1519
  groupId: B
1518
1520
  }
1519
- }), m((V) => {
1521
+ }), w((V) => {
1520
1522
  ze = void 0, i.addTimelineEvent({
1521
1523
  layerId: it,
1522
1524
  event: {
@@ -1532,7 +1534,7 @@ function ma(s, h) {
1532
1534
  groupId: B
1533
1535
  }
1534
1536
  });
1535
- }), w((V) => {
1537
+ }), m((V) => {
1536
1538
  ze = void 0, i.addTimelineEvent({
1537
1539
  layerId: it,
1538
1540
  event: {
@@ -1550,46 +1552,46 @@ function ma(s, h) {
1550
1552
  }
1551
1553
  });
1552
1554
  });
1553
- }, !0), h._customProperties.forEach((m) => {
1554
- N2(() => t1(h[m]), (w, S) => {
1555
+ }, !0), h._customProperties.forEach((w) => {
1556
+ N2(() => t1(h[w]), (m, S) => {
1555
1557
  i.notifyComponentUpdate(), i.sendInspectorState(I1), Ot && i.addTimelineEvent({
1556
1558
  layerId: it,
1557
1559
  event: {
1558
1560
  time: a(),
1559
1561
  title: "Change",
1560
- subtitle: m,
1562
+ subtitle: w,
1561
1563
  data: {
1562
- newValue: w,
1564
+ newValue: m,
1563
1565
  oldValue: S
1564
1566
  },
1565
1567
  groupId: ze
1566
1568
  }
1567
1569
  });
1568
1570
  }, { deep: !0 });
1569
- }), h.$subscribe(({ events: m, type: w }, S) => {
1571
+ }), h.$subscribe(({ events: w, type: m }, S) => {
1570
1572
  if (i.notifyComponentUpdate(), i.sendInspectorState(I1), !Ot)
1571
1573
  return;
1572
1574
  const M = {
1573
1575
  time: a(),
1574
- title: ka(w),
1575
- data: ya({ store: ge(h.$id) }, va(m)),
1576
+ title: ka(m),
1577
+ data: ya({ store: ge(h.$id) }, va(w)),
1576
1578
  groupId: ze
1577
1579
  };
1578
- w === Se.patchFunction ? M.subtitle = "⤵️" : w === Se.patchObject ? M.subtitle = "🧩" : m && !Array.isArray(m) && (M.subtitle = m.type), m && (M.data["rawEvent(s)"] = {
1580
+ m === Se.patchFunction ? M.subtitle = "⤵️" : m === Se.patchObject ? M.subtitle = "🧩" : w && !Array.isArray(w) && (M.subtitle = w.type), w && (M.data["rawEvent(s)"] = {
1579
1581
  _custom: {
1580
1582
  display: "DebuggerEvent",
1581
1583
  type: "object",
1582
1584
  tooltip: "raw DebuggerEvent[]",
1583
- value: m
1585
+ value: w
1584
1586
  }
1585
1587
  }), i.addTimelineEvent({
1586
1588
  layerId: it,
1587
1589
  event: M
1588
1590
  });
1589
1591
  }, { detached: !0, flush: "sync" });
1590
- const g = h._hotUpdate;
1591
- h._hotUpdate = lt((m) => {
1592
- g(m), i.addTimelineEvent({
1592
+ const C = h._hotUpdate;
1593
+ h._hotUpdate = lt((w) => {
1594
+ C(w), i.addTimelineEvent({
1593
1595
  layerId: it,
1594
1596
  event: {
1595
1597
  time: a(),
@@ -1610,10 +1612,10 @@ function ma(s, h) {
1610
1612
  }
1611
1613
  let s5 = 0, ze;
1612
1614
  function E2(s, h, i) {
1613
- const a = h.reduce((g, _) => (g[_] = on(s)[_], g), {});
1614
- for (const g in a)
1615
- s[g] = function() {
1616
- const _ = s5, m = i ? new Proxy(s, {
1615
+ const a = h.reduce((C, _) => (C[_] = on(s)[_], C), {});
1616
+ for (const C in a)
1617
+ s[C] = function() {
1618
+ const _ = s5, w = i ? new Proxy(s, {
1617
1619
  get(...S) {
1618
1620
  return ze = _, Reflect.get(...S);
1619
1621
  },
@@ -1622,8 +1624,8 @@ function E2(s, h, i) {
1622
1624
  }
1623
1625
  }) : s;
1624
1626
  ze = _;
1625
- const w = a[g].apply(m, arguments);
1626
- return ze = void 0, w;
1627
+ const m = a[C].apply(w, arguments);
1628
+ return ze = void 0, m;
1627
1629
  };
1628
1630
  }
1629
1631
  function La({ app: s, store: h, options: i }) {
@@ -1631,8 +1633,8 @@ function La({ app: s, store: h, options: i }) {
1631
1633
  if (h._isOptionsAPI = !!i.state, !h._p._testing) {
1632
1634
  E2(h, Object.keys(i.actions), h._isOptionsAPI);
1633
1635
  const a = h._hotUpdate;
1634
- on(h)._hotUpdate = function(g) {
1635
- a.apply(this, arguments), E2(h, Object.keys(g._hmrPayload.actions), !!h._isOptionsAPI);
1636
+ on(h)._hotUpdate = function(C) {
1637
+ a.apply(this, arguments), E2(h, Object.keys(C._hmrPayload.actions), !!h._isOptionsAPI);
1636
1638
  };
1637
1639
  }
1638
1640
  ma(
@@ -1645,9 +1647,9 @@ function La({ app: s, store: h, options: i }) {
1645
1647
  function Sa() {
1646
1648
  const s = Z2(!0), h = s.run(() => Ht({}));
1647
1649
  let i = [], a = [];
1648
- const g = lt({
1650
+ const C = lt({
1649
1651
  install(_) {
1650
- ln(g), g._a = _, _.provide(X2, g), _.config.globalProperties.$pinia = g, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ut && wa(_, g), a.forEach((m) => i.push(m)), a = [];
1652
+ ln(C), C._a = _, _.provide(X2, C), _.config.globalProperties.$pinia = C, process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ut && wa(_, C), a.forEach((w) => i.push(w)), a = [];
1651
1653
  },
1652
1654
  use(_) {
1653
1655
  return !this._a && !K2 ? a.push(_) : i.push(_), this;
@@ -1660,15 +1662,15 @@ function Sa() {
1660
1662
  _s: /* @__PURE__ */ new Map(),
1661
1663
  state: h
1662
1664
  });
1663
- return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof Proxy < "u" && g.use(La), g;
1665
+ return process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof Proxy < "u" && C.use(La), C;
1664
1666
  }
1665
1667
  function l5(s, h) {
1666
1668
  for (const i in h) {
1667
1669
  const a = h[i];
1668
1670
  if (!(i in s))
1669
1671
  continue;
1670
- const g = s[i];
1671
- at(g) && at(a) && !sn(a) && !Fi(a) ? s[i] = l5(g, a) : s[i] = a;
1672
+ const C = s[i];
1673
+ at(C) && at(a) && !sn(a) && !Fi(a) ? s[i] = l5(C, a) : s[i] = a;
1672
1674
  }
1673
1675
  return s;
1674
1676
  }
@@ -1676,11 +1678,11 @@ const u5 = () => {
1676
1678
  };
1677
1679
  function P2(s, h, i, a = u5) {
1678
1680
  s.push(h);
1679
- const g = () => {
1681
+ const C = () => {
1680
1682
  const _ = s.indexOf(h);
1681
1683
  _ > -1 && (s.splice(_, 1), a());
1682
1684
  };
1683
- return !i && a9() && c9(g), g;
1685
+ return !i && a9() && c9(C), C;
1684
1686
  }
1685
1687
  function Mt(s, ...h) {
1686
1688
  s.slice().forEach((i) => {
@@ -1693,8 +1695,8 @@ function Bi(s, h) {
1693
1695
  for (const i in h) {
1694
1696
  if (!h.hasOwnProperty(i))
1695
1697
  continue;
1696
- const a = h[i], g = s[i];
1697
- at(g) && at(a) && s.hasOwnProperty(i) && !sn(a) && !Fi(a) ? s[i] = Bi(g, a) : s[i] = a;
1698
+ const a = h[i], C = s[i];
1699
+ at(C) && at(a) && s.hasOwnProperty(i) && !sn(a) && !Fi(a) ? s[i] = Bi(C, a) : s[i] = a;
1698
1700
  }
1699
1701
  return s;
1700
1702
  }
@@ -1710,25 +1712,25 @@ function B2(s) {
1710
1712
  return !!(sn(s) && s.effect);
1711
1713
  }
1712
1714
  function $2(s, h, i, a) {
1713
- const { state: g, actions: _, getters: m } = h, w = i.state.value[s];
1715
+ const { state: C, actions: _, getters: w } = h, m = i.state.value[s];
1714
1716
  let S;
1715
1717
  function M() {
1716
- !w && (process.env.NODE_ENV === "production" || !a) && (i.state.value[s] = g ? g() : {});
1718
+ !m && (process.env.NODE_ENV === "production" || !a) && (i.state.value[s] = C ? C() : {});
1717
1719
  const B = process.env.NODE_ENV !== "production" && a ? (
1718
1720
  // use ref() to unwrap refs inside state TODO: check if this is still necessary
1719
- T2(Ht(g ? g() : {}).value)
1721
+ T2(Ht(C ? C() : {}).value)
1720
1722
  ) : T2(i.state.value[s]);
1721
- return ue(B, _, Object.keys(m || {}).reduce((V, J) => (process.env.NODE_ENV !== "production" && J in B && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${J}" in store "${s}".`), V[J] = lt(e1(() => {
1723
+ return ue(B, _, Object.keys(w || {}).reduce((V, J) => (process.env.NODE_ENV !== "production" && J in B && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${J}" in store "${s}".`), V[J] = lt(e1(() => {
1722
1724
  ln(i);
1723
1725
  const $ = i._s.get(s);
1724
- return m[J].call($, $);
1726
+ return w[J].call($, $);
1725
1727
  })), V), {}));
1726
1728
  }
1727
1729
  return S = $i(s, M, h, i, a, !0), S;
1728
1730
  }
1729
- function $i(s, h, i = {}, a, g, _) {
1730
- let m;
1731
- const w = ue({ actions: {} }, i);
1731
+ function $i(s, h, i = {}, a, C, _) {
1732
+ let w;
1733
+ const m = ue({ actions: {} }, i);
1732
1734
  if (process.env.NODE_ENV !== "production" && !a._e.active)
1733
1735
  throw new Error("Pinia destroyed");
1734
1736
  const S = { deep: !0 };
@@ -1737,7 +1739,7 @@ function $i(s, h, i = {}, a, g, _) {
1737
1739
  });
1738
1740
  let M, B, V = [], J = [], $;
1739
1741
  const O = a.state.value[s];
1740
- !_ && !O && (process.env.NODE_ENV === "production" || !g) && (a.state.value[s] = {});
1742
+ !_ && !O && (process.env.NODE_ENV === "production" || !C) && (a.state.value[s] = {});
1741
1743
  const j = Ht({});
1742
1744
  let n1;
1743
1745
  function p1(P) {
@@ -1769,7 +1771,7 @@ function $i(s, h, i = {}, a, g, _) {
1769
1771
  } : u5
1770
1772
  );
1771
1773
  function x1() {
1772
- m.stop(), V = [], J = [], a._s.delete(s);
1774
+ w.stop(), V = [], J = [], a._s.delete(s);
1773
1775
  }
1774
1776
  const O1 = (P, H = "") => {
1775
1777
  if (D2 in P)
@@ -1812,7 +1814,7 @@ function $i(s, h, i = {}, a, g, _) {
1812
1814
  $patch: p1,
1813
1815
  $reset: D1,
1814
1816
  $subscribe(P, H = {}) {
1815
- const u1 = P2(V, P, H.detached, () => $1()), $1 = m.run(() => N2(() => a.state.value[s], (Be) => {
1817
+ const u1 = P2(V, P, H.detached, () => $1()), $1 = w.run(() => N2(() => a.state.value[s], (Be) => {
1816
1818
  (H.flush === "sync" ? B : M) && P({
1817
1819
  storeId: s,
1818
1820
  type: Se.direct,
@@ -1833,14 +1835,14 @@ function $i(s, h, i = {}, a, g, _) {
1833
1835
  // setupStore
1834
1836
  ) : z);
1835
1837
  a._s.set(s, x);
1836
- const B1 = (a._a && a._a.runWithContext || xa)(() => a._e.run(() => (m = Z2()).run(() => h({ action: O1 }))));
1838
+ const B1 = (a._a && a._a.runWithContext || xa)(() => a._e.run(() => (w = Z2()).run(() => h({ action: O1 }))));
1837
1839
  for (const P in B1) {
1838
1840
  const H = B1[P];
1839
1841
  if (sn(H) && !B2(H) || Fi(H))
1840
- process.env.NODE_ENV !== "production" && g ? tr(j.value, P, Ti(B1, P)) : _ || (O && Ma(H) && (sn(H) ? H.value = O[P] : Bi(H, O[P])), a.state.value[s][P] = H), process.env.NODE_ENV !== "production" && R.state.push(P);
1842
+ process.env.NODE_ENV !== "production" && C ? tr(j.value, P, Ti(B1, P)) : _ || (O && Ma(H) && (sn(H) ? H.value = O[P] : Bi(H, O[P])), a.state.value[s][P] = H), process.env.NODE_ENV !== "production" && R.state.push(P);
1841
1843
  else if (typeof H == "function") {
1842
- const u1 = process.env.NODE_ENV !== "production" && g ? H : O1(H, P);
1843
- B1[P] = u1, process.env.NODE_ENV !== "production" && (R.actions[P] = H), w.actions[P] = H;
1844
+ const u1 = process.env.NODE_ENV !== "production" && C ? H : O1(H, P);
1845
+ B1[P] = u1, process.env.NODE_ENV !== "production" && (R.actions[P] = H), m.actions[P] = H;
1844
1846
  } else process.env.NODE_ENV !== "production" && B2(H) && (R.getters[P] = _ ? (
1845
1847
  // @ts-expect-error
1846
1848
  i.getters[P]
@@ -1848,9 +1850,9 @@ function $i(s, h, i = {}, a, g, _) {
1848
1850
  (B1._getters = lt([]))).push(P));
1849
1851
  }
1850
1852
  if (ue(x, B1), ue(on(x), B1), Object.defineProperty(x, "$state", {
1851
- get: () => process.env.NODE_ENV !== "production" && g ? j.value : a.state.value[s],
1853
+ get: () => process.env.NODE_ENV !== "production" && C ? j.value : a.state.value[s],
1852
1854
  set: (P) => {
1853
- if (process.env.NODE_ENV !== "production" && g)
1855
+ if (process.env.NODE_ENV !== "production" && C)
1854
1856
  throw new Error("cannot set hotState");
1855
1857
  p1((H) => {
1856
1858
  ue(H, P);
@@ -1897,19 +1899,19 @@ function $i(s, h, i = {}, a, g, _) {
1897
1899
  }
1898
1900
  return a._p.forEach((P) => {
1899
1901
  if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && ut) {
1900
- const H = m.run(() => P({
1902
+ const H = w.run(() => P({
1901
1903
  store: x,
1902
1904
  app: a._a,
1903
1905
  pinia: a,
1904
- options: w
1906
+ options: m
1905
1907
  }));
1906
1908
  Object.keys(H || {}).forEach((u1) => x._customProperties.add(u1)), ue(x, H);
1907
1909
  } else
1908
- ue(x, m.run(() => P({
1910
+ ue(x, w.run(() => P({
1909
1911
  store: x,
1910
1912
  app: a._a,
1911
1913
  pinia: a,
1912
- options: w
1914
+ options: m
1913
1915
  })));
1914
1916
  }), process.env.NODE_ENV !== "production" && x.$state && typeof x.$state == "object" && typeof x.$state.constructor == "function" && !x.$state.constructor.toString().includes("[native code]") && console.warn(`[🍍]: The "state" must be a plain object. It cannot be
1915
1917
  state: () => new MyClass()
@@ -1917,22 +1919,22 @@ Found in store "${x.$id}".`), O && _ && i.hydrate && i.hydrate(x.$state, O), M =
1917
1919
  }
1918
1920
  // @__NO_SIDE_EFFECTS__
1919
1921
  function Aa(s, h, i) {
1920
- let a, g;
1922
+ let a, C;
1921
1923
  const _ = typeof h == "function";
1922
- a = s, g = _ ? i : h;
1923
- function m(w, S) {
1924
+ a = s, C = _ ? i : h;
1925
+ function w(m, S) {
1924
1926
  const M = s9();
1925
- if (w = // in test mode, ignore the argument provided as we can always retrieve a
1927
+ if (m = // in test mode, ignore the argument provided as we can always retrieve a
1926
1928
  // pinia instance with getActivePinia()
1927
- (process.env.NODE_ENV === "test" && rn && rn._testing ? null : w) || (M ? l9(X2, null) : null), w && ln(w), process.env.NODE_ENV !== "production" && !rn)
1929
+ (process.env.NODE_ENV === "test" && rn && rn._testing ? null : m) || (M ? l9(X2, null) : null), m && ln(m), process.env.NODE_ENV !== "production" && !rn)
1928
1930
  throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
1929
1931
  See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
1930
1932
  This will fail in production.`);
1931
- w = rn, w._s.has(a) || (_ ? $i(a, h, g, w) : $2(a, g, w), process.env.NODE_ENV !== "production" && (m._pinia = w));
1932
- const B = w._s.get(a);
1933
+ m = rn, m._s.has(a) || (_ ? $i(a, h, C, m) : $2(a, C, m), process.env.NODE_ENV !== "production" && (w._pinia = m));
1934
+ const B = m._s.get(a);
1933
1935
  if (process.env.NODE_ENV !== "production" && S) {
1934
- const V = "__hot:" + a, J = _ ? $i(V, h, g, w, !0) : $2(V, ue({}, g), w, !0);
1935
- S._hotUpdate(J), delete w.state.value[V], w._s.delete(V);
1936
+ const V = "__hot:" + a, J = _ ? $i(V, h, C, m, !0) : $2(V, ue({}, C), m, !0);
1937
+ S._hotUpdate(J), delete m.state.value[V], m._s.delete(V);
1936
1938
  }
1937
1939
  if (process.env.NODE_ENV !== "production" && ut) {
1938
1940
  const V = u9();
@@ -1944,7 +1946,7 @@ This will fail in production.`);
1944
1946
  }
1945
1947
  return B;
1946
1948
  }
1947
- return m.$id = a, m;
1949
+ return w.$id = a, w;
1948
1950
  }
1949
1951
  const a5 = /* @__PURE__ */ Aa("search", {
1950
1952
  state: () => ({
@@ -1992,32 +1994,32 @@ const a5 = /* @__PURE__ */ Aa("search", {
1992
1994
  },
1993
1995
  emits: ["choosePost"],
1994
1996
  setup(s, { emit: h }) {
1995
- const i = a5(), a = s, g = _e({
1997
+ const i = a5(), a = s, C = _e({
1996
1998
  getHistorySearch: e1(() => i.getHistorySearch),
1997
1999
  isShowList: a.isShowList,
1998
2000
  isShowButtonHistory: a.isShowButtonHistory
1999
- }), _ = h, m = e1(() => ({
2001
+ }), _ = h, w = e1(() => ({
2000
2002
  "history-yui-kit__list": !0,
2001
- "history-yui-kit__list--opened": g.isShowList,
2002
- "history-yui-kit__list--scroll": g.getHistorySearch.length >= 5 && g.isShowList
2003
- })), w = () => {
2004
- g.isShowList = !0, g.isShowButtonHistory = !1;
2003
+ "history-yui-kit__list--opened": C.isShowList,
2004
+ "history-yui-kit__list--scroll": C.getHistorySearch.length >= 5 && C.isShowList
2005
+ })), m = () => {
2006
+ C.isShowList = !0, C.isShowButtonHistory = !1;
2005
2007
  }, S = (B) => {
2006
2008
  i.removeHistorySearch(B);
2007
2009
  }, M = (B) => {
2008
2010
  _("choosePost", B);
2009
2011
  };
2010
2012
  return (B, V) => a.showHistory ? (T(), D("div", Oa, [
2011
- g.getHistorySearch.length > 0 && g.isShowButtonHistory ? (T(), D("button", {
2013
+ C.getHistorySearch.length > 0 && C.isShowButtonHistory ? (T(), D("button", {
2012
2014
  key: 0,
2013
2015
  type: "button",
2014
- onClick: w,
2016
+ onClick: m,
2015
2017
  class: w1("history-yui-kit__button-text")
2016
2018
  }, " Просмотреть историю запросов ")) : s1("", !0),
2017
2019
  E("ul", {
2018
- class: w1(m.value)
2020
+ class: w1(w.value)
2019
2021
  }, [
2020
- (T(!0), D(me, null, Le(g.getHistorySearch, (J) => (T(), D("li", {
2022
+ (T(!0), D(me, null, Le(C.getHistorySearch, (J) => (T(), D("li", {
2021
2023
  class: "history-yui-kit__item",
2022
2024
  key: J
2023
2025
  }, [
@@ -2063,14 +2065,14 @@ const a5 = /* @__PURE__ */ Aa("search", {
2063
2065
  ),
2064
2066
  isShowResult: i.isShowResult,
2065
2067
  searchValue: i.searchValue
2066
- }), g = h, _ = e1(() => ({
2068
+ }), C = h, _ = e1(() => ({
2067
2069
  "history-yui-kit__list": !0,
2068
2070
  "history-yui-kit__list--opened": a.isShowResult,
2069
2071
  "history-yui-kit__list--scroll": a.globalResultsFunction.length >= 5 && a.isShowResult
2070
- })), m = (w) => {
2071
- g("choosePost", w);
2072
+ })), w = (m) => {
2073
+ C("choosePost", m);
2072
2074
  };
2073
- return (w, S) => (T(), D("div", Ra, [
2075
+ return (m, S) => (T(), D("div", Ra, [
2074
2076
  a.globalResultsFunction ? (T(), D("ul", {
2075
2077
  key: 0,
2076
2078
  class: w1(_.value)
@@ -2084,7 +2086,7 @@ const a5 = /* @__PURE__ */ Aa("search", {
2084
2086
  }, null, 8, ["name"]),
2085
2087
  E("p", {
2086
2088
  class: "history-yui-kit__text",
2087
- onClick: (B) => m(M)
2089
+ onClick: (B) => w(M)
2088
2090
  }, [
2089
2091
  E("span", Pa, A1(t1(Ui)(M.nameArea)), 1),
2090
2092
  Da,
@@ -2123,7 +2125,7 @@ const h5 = (s = "") => s + f5(), ja = { class: "search-yui-kit__dropdown" }, Ga
2123
2125
  },
2124
2126
  emits: ["enter", "input"],
2125
2127
  setup(s, { emit: h }) {
2126
- const i = a5(), a = s, g = h, _ = _e({
2128
+ const i = a5(), a = s, C = h, _ = _e({
2127
2129
  isShowList: !1,
2128
2130
  isShowButtonHistory: a.showHistory ?? !1,
2129
2131
  globalResultsFunction: e1(() => a.globalResultsFunction),
@@ -2132,9 +2134,9 @@ const h5 = (s = "") => s + f5(), ja = { class: "search-yui-kit__dropdown" }, Ga
2132
2134
  generateUniqueId: h5,
2133
2135
  IconSearchShow: !0,
2134
2136
  placeholder: a.placeholder ?? ""
2135
- }), m = (O) => {
2137
+ }), w = (O) => {
2136
2138
  _.searchValue = O, _.isShowList = !1;
2137
- }, w = e1(() => ({
2139
+ }, m = e1(() => ({
2138
2140
  "search-yui-kit__icon-wrapper": !0,
2139
2141
  "show-icon": _.IconSearchShow
2140
2142
  })), S = () => {
@@ -2146,9 +2148,9 @@ const h5 = (s = "") => s + f5(), ja = { class: "search-yui-kit__dropdown" }, Ga
2146
2148
  }, V = () => {
2147
2149
  _.isShowButtonHistory = !0, _.isShowResult = !0, _.isShowButtonHistory || (_.isShowList = !0);
2148
2150
  }, J = () => {
2149
- g("enter", _.searchValue), a.showHistory && i.addHistorySearch(_.searchValue.trim());
2151
+ C("enter", _.searchValue), a.showHistory && i.addHistorySearch(_.searchValue.trim());
2150
2152
  }, $ = () => {
2151
- g("input", _.searchValue);
2153
+ C("input", _.searchValue);
2152
2154
  };
2153
2155
  return Tt(() => {
2154
2156
  a.defaultValue && (_.searchValue = a.defaultValue);
@@ -2158,7 +2160,7 @@ const h5 = (s = "") => s + f5(), ja = { class: "search-yui-kit__dropdown" }, Ga
2158
2160
  onMouseleave: B
2159
2161
  }, [
2160
2162
  E("div", {
2161
- class: w1(w.value)
2163
+ class: w1(m.value)
2162
2164
  }, [
2163
2165
  E("div", ja, [
2164
2166
  W2(E("input", {
@@ -2183,7 +2185,7 @@ const h5 = (s = "") => s + f5(), ja = { class: "search-yui-kit__dropdown" }, Ga
2183
2185
  "show-history": a.showHistory,
2184
2186
  "is-show-button-history": _.isShowButtonHistory,
2185
2187
  "is-show-list": _.isShowList,
2186
- onChoosePost: m
2188
+ onChoosePost: w
2187
2189
  }, null, 8, ["show-history", "is-show-button-history", "is-show-list"])) : s1("", !0),
2188
2190
  a.global ? (T(), De(Za, {
2189
2191
  "is-show-list": _.isShowList,
@@ -2207,7 +2209,7 @@ var nn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2207
2209
  ur.exports;
2208
2210
  (function(s, h) {
2209
2211
  (function() {
2210
- var i, a = "4.17.21", g = 200, _ = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", m = "Expected a function", w = "Invalid `variable` option passed into `_.template`", S = "__lodash_hash_undefined__", M = 500, B = "__lodash_placeholder__", V = 1, J = 2, $ = 4, O = 1, j = 2, n1 = 1, p1 = 2, D1 = 4, x1 = 8, O1 = 16, R = 32, z = 64, x = 128, V1 = 256, B1 = 512, P = 30, H = "...", u1 = 800, $1 = 16, Be = 1, It = 2, ar = 3, xe = 1 / 0, U1 = 9007199254740991, F1 = 17976931348623157e292, un = NaN, ve = 4294967295, v5 = ve - 1, k5 = ve >>> 1, y5 = [
2212
+ var i, a = "4.17.21", C = 200, _ = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", w = "Expected a function", m = "Invalid `variable` option passed into `_.template`", S = "__lodash_hash_undefined__", M = 500, B = "__lodash_placeholder__", V = 1, J = 2, $ = 4, O = 1, j = 2, n1 = 1, p1 = 2, D1 = 4, x1 = 8, O1 = 16, R = 32, z = 64, x = 128, V1 = 256, B1 = 512, P = 30, H = "...", u1 = 800, $1 = 16, Be = 1, It = 2, ar = 3, xe = 1 / 0, U1 = 9007199254740991, F1 = 17976931348623157e292, un = NaN, ve = 4294967295, v5 = ve - 1, k5 = ve >>> 1, y5 = [
2211
2213
  ["ary", x],
2212
2214
  ["bind", n1],
2213
2215
  ["bindKey", p1],
@@ -2480,84 +2482,84 @@ ur.exports;
2480
2482
  } catch {
2481
2483
  }
2482
2484
  }(), xo = ee && ee.isArrayBuffer, bo = ee && ee.isDate, Mo = ee && ee.isMap, Ao = ee && ee.isRegExp, Oo = ee && ee.isSet, Vo = ee && ee.isTypedArray;
2483
- function q1(d, v, C) {
2484
- switch (C.length) {
2485
+ function q1(d, v, g) {
2486
+ switch (g.length) {
2485
2487
  case 0:
2486
2488
  return d.call(v);
2487
2489
  case 1:
2488
- return d.call(v, C[0]);
2490
+ return d.call(v, g[0]);
2489
2491
  case 2:
2490
- return d.call(v, C[0], C[1]);
2492
+ return d.call(v, g[0], g[1]);
2491
2493
  case 3:
2492
- return d.call(v, C[0], C[1], C[2]);
2494
+ return d.call(v, g[0], g[1], g[2]);
2493
2495
  }
2494
- return d.apply(v, C);
2496
+ return d.apply(v, g);
2495
2497
  }
2496
- function Ol(d, v, C, A) {
2498
+ function Ol(d, v, g, A) {
2497
2499
  for (var N = -1, r1 = d == null ? 0 : d.length; ++N < r1; ) {
2498
2500
  var v1 = d[N];
2499
- v(A, v1, C(v1), d);
2501
+ v(A, v1, g(v1), d);
2500
2502
  }
2501
2503
  return A;
2502
2504
  }
2503
2505
  function te(d, v) {
2504
- for (var C = -1, A = d == null ? 0 : d.length; ++C < A && v(d[C], C, d) !== !1; )
2506
+ for (var g = -1, A = d == null ? 0 : d.length; ++g < A && v(d[g], g, d) !== !1; )
2505
2507
  ;
2506
2508
  return d;
2507
2509
  }
2508
2510
  function Vl(d, v) {
2509
- for (var C = d == null ? 0 : d.length; C-- && v(d[C], C, d) !== !1; )
2511
+ for (var g = d == null ? 0 : d.length; g-- && v(d[g], g, d) !== !1; )
2510
2512
  ;
2511
2513
  return d;
2512
2514
  }
2513
2515
  function Ho(d, v) {
2514
- for (var C = -1, A = d == null ? 0 : d.length; ++C < A; )
2515
- if (!v(d[C], C, d))
2516
+ for (var g = -1, A = d == null ? 0 : d.length; ++g < A; )
2517
+ if (!v(d[g], g, d))
2516
2518
  return !1;
2517
2519
  return !0;
2518
2520
  }
2519
2521
  function $e(d, v) {
2520
- for (var C = -1, A = d == null ? 0 : d.length, N = 0, r1 = []; ++C < A; ) {
2521
- var v1 = d[C];
2522
- v(v1, C, d) && (r1[N++] = v1);
2522
+ for (var g = -1, A = d == null ? 0 : d.length, N = 0, r1 = []; ++g < A; ) {
2523
+ var v1 = d[g];
2524
+ v(v1, g, d) && (r1[N++] = v1);
2523
2525
  }
2524
2526
  return r1;
2525
2527
  }
2526
2528
  function gn(d, v) {
2527
- var C = d == null ? 0 : d.length;
2528
- return !!C && dt(d, v, 0) > -1;
2529
+ var g = d == null ? 0 : d.length;
2530
+ return !!g && dt(d, v, 0) > -1;
2529
2531
  }
2530
- function Ar(d, v, C) {
2532
+ function Ar(d, v, g) {
2531
2533
  for (var A = -1, N = d == null ? 0 : d.length; ++A < N; )
2532
- if (C(v, d[A]))
2534
+ if (g(v, d[A]))
2533
2535
  return !0;
2534
2536
  return !1;
2535
2537
  }
2536
2538
  function f1(d, v) {
2537
- for (var C = -1, A = d == null ? 0 : d.length, N = Array(A); ++C < A; )
2538
- N[C] = v(d[C], C, d);
2539
+ for (var g = -1, A = d == null ? 0 : d.length, N = Array(A); ++g < A; )
2540
+ N[g] = v(d[g], g, d);
2539
2541
  return N;
2540
2542
  }
2541
2543
  function Ue(d, v) {
2542
- for (var C = -1, A = v.length, N = d.length; ++C < A; )
2543
- d[N + C] = v[C];
2544
+ for (var g = -1, A = v.length, N = d.length; ++g < A; )
2545
+ d[N + g] = v[g];
2544
2546
  return d;
2545
2547
  }
2546
- function Or(d, v, C, A) {
2548
+ function Or(d, v, g, A) {
2547
2549
  var N = -1, r1 = d == null ? 0 : d.length;
2548
- for (A && r1 && (C = d[++N]); ++N < r1; )
2549
- C = v(C, d[N], N, d);
2550
- return C;
2550
+ for (A && r1 && (g = d[++N]); ++N < r1; )
2551
+ g = v(g, d[N], N, d);
2552
+ return g;
2551
2553
  }
2552
- function Hl(d, v, C, A) {
2554
+ function Hl(d, v, g, A) {
2553
2555
  var N = d == null ? 0 : d.length;
2554
- for (A && N && (C = d[--N]); N--; )
2555
- C = v(C, d[N], N, d);
2556
- return C;
2556
+ for (A && N && (g = d[--N]); N--; )
2557
+ g = v(g, d[N], N, d);
2558
+ return g;
2557
2559
  }
2558
2560
  function Vr(d, v) {
2559
- for (var C = -1, A = d == null ? 0 : d.length; ++C < A; )
2560
- if (v(d[C], C, d))
2561
+ for (var g = -1, A = d == null ? 0 : d.length; ++g < A; )
2562
+ if (v(d[g], g, d))
2561
2563
  return !0;
2562
2564
  return !1;
2563
2565
  }
@@ -2568,24 +2570,24 @@ ur.exports;
2568
2570
  function Rl(d) {
2569
2571
  return d.match(Z5) || [];
2570
2572
  }
2571
- function To(d, v, C) {
2573
+ function To(d, v, g) {
2572
2574
  var A;
2573
- return C(d, function(N, r1, v1) {
2575
+ return g(d, function(N, r1, v1) {
2574
2576
  if (v(N, r1, v1))
2575
2577
  return A = r1, !1;
2576
2578
  }), A;
2577
2579
  }
2578
- function _n(d, v, C, A) {
2579
- for (var N = d.length, r1 = C + (A ? 1 : -1); A ? r1-- : ++r1 < N; )
2580
+ function _n(d, v, g, A) {
2581
+ for (var N = d.length, r1 = g + (A ? 1 : -1); A ? r1-- : ++r1 < N; )
2580
2582
  if (v(d[r1], r1, d))
2581
2583
  return r1;
2582
2584
  return -1;
2583
2585
  }
2584
- function dt(d, v, C) {
2585
- return v === v ? Gl(d, v, C) : _n(d, Io, C);
2586
+ function dt(d, v, g) {
2587
+ return v === v ? Gl(d, v, g) : _n(d, Io, g);
2586
2588
  }
2587
- function El(d, v, C, A) {
2588
- for (var N = C - 1, r1 = d.length; ++N < r1; )
2589
+ function El(d, v, g, A) {
2590
+ for (var N = g - 1, r1 = d.length; ++N < r1; )
2589
2591
  if (A(d[N], v))
2590
2592
  return N;
2591
2593
  return -1;
@@ -2594,8 +2596,8 @@ ur.exports;
2594
2596
  return d !== d;
2595
2597
  }
2596
2598
  function Ro(d, v) {
2597
- var C = d == null ? 0 : d.length;
2598
- return C ? Ir(d, v) / C : un;
2599
+ var g = d == null ? 0 : d.length;
2600
+ return g ? Ir(d, v) / g : un;
2599
2601
  }
2600
2602
  function Hr(d) {
2601
2603
  return function(v) {
@@ -2607,32 +2609,32 @@ ur.exports;
2607
2609
  return d == null ? i : d[v];
2608
2610
  };
2609
2611
  }
2610
- function Eo(d, v, C, A, N) {
2612
+ function Eo(d, v, g, A, N) {
2611
2613
  return N(d, function(r1, v1, l1) {
2612
- C = A ? (A = !1, r1) : v(C, r1, v1, l1);
2613
- }), C;
2614
+ g = A ? (A = !1, r1) : v(g, r1, v1, l1);
2615
+ }), g;
2614
2616
  }
2615
2617
  function Pl(d, v) {
2616
- var C = d.length;
2617
- for (d.sort(v); C--; )
2618
- d[C] = d[C].value;
2618
+ var g = d.length;
2619
+ for (d.sort(v); g--; )
2620
+ d[g] = d[g].value;
2619
2621
  return d;
2620
2622
  }
2621
2623
  function Ir(d, v) {
2622
- for (var C, A = -1, N = d.length; ++A < N; ) {
2624
+ for (var g, A = -1, N = d.length; ++A < N; ) {
2623
2625
  var r1 = v(d[A]);
2624
- r1 !== i && (C = C === i ? r1 : C + r1);
2626
+ r1 !== i && (g = g === i ? r1 : g + r1);
2625
2627
  }
2626
- return C;
2628
+ return g;
2627
2629
  }
2628
2630
  function Rr(d, v) {
2629
- for (var C = -1, A = Array(d); ++C < d; )
2630
- A[C] = v(C);
2631
+ for (var g = -1, A = Array(d); ++g < d; )
2632
+ A[g] = v(g);
2631
2633
  return A;
2632
2634
  }
2633
2635
  function Dl(d, v) {
2634
- return f1(v, function(C) {
2635
- return [C, d[C]];
2636
+ return f1(v, function(g) {
2637
+ return [g, d[g]];
2636
2638
  });
2637
2639
  }
2638
2640
  function Po(d) {
@@ -2644,26 +2646,26 @@ ur.exports;
2644
2646
  };
2645
2647
  }
2646
2648
  function Er(d, v) {
2647
- return f1(v, function(C) {
2648
- return d[C];
2649
+ return f1(v, function(g) {
2650
+ return d[g];
2649
2651
  });
2650
2652
  }
2651
2653
  function Ft(d, v) {
2652
2654
  return d.has(v);
2653
2655
  }
2654
2656
  function Do(d, v) {
2655
- for (var C = -1, A = d.length; ++C < A && dt(v, d[C], 0) > -1; )
2657
+ for (var g = -1, A = d.length; ++g < A && dt(v, d[g], 0) > -1; )
2656
2658
  ;
2657
- return C;
2659
+ return g;
2658
2660
  }
2659
2661
  function Bo(d, v) {
2660
- for (var C = d.length; C-- && dt(v, d[C], 0) > -1; )
2662
+ for (var g = d.length; g-- && dt(v, d[g], 0) > -1; )
2661
2663
  ;
2662
- return C;
2664
+ return g;
2663
2665
  }
2664
2666
  function Bl(d, v) {
2665
- for (var C = d.length, A = 0; C--; )
2666
- d[C] === v && ++A;
2667
+ for (var g = d.length, A = 0; g--; )
2668
+ d[g] === v && ++A;
2667
2669
  return A;
2668
2670
  }
2669
2671
  var $l = Tr(ml), Ul = Tr(Ll);
@@ -2680,48 +2682,48 @@ ur.exports;
2680
2682
  return kl.test(d);
2681
2683
  }
2682
2684
  function Wl(d) {
2683
- for (var v, C = []; !(v = d.next()).done; )
2684
- C.push(v.value);
2685
- return C;
2685
+ for (var v, g = []; !(v = d.next()).done; )
2686
+ g.push(v.value);
2687
+ return g;
2686
2688
  }
2687
2689
  function Pr(d) {
2688
- var v = -1, C = Array(d.size);
2690
+ var v = -1, g = Array(d.size);
2689
2691
  return d.forEach(function(A, N) {
2690
- C[++v] = [N, A];
2691
- }), C;
2692
+ g[++v] = [N, A];
2693
+ }), g;
2692
2694
  }
2693
2695
  function $o(d, v) {
2694
- return function(C) {
2695
- return d(v(C));
2696
+ return function(g) {
2697
+ return d(v(g));
2696
2698
  };
2697
2699
  }
2698
2700
  function Fe(d, v) {
2699
- for (var C = -1, A = d.length, N = 0, r1 = []; ++C < A; ) {
2700
- var v1 = d[C];
2701
- (v1 === v || v1 === B) && (d[C] = B, r1[N++] = C);
2701
+ for (var g = -1, A = d.length, N = 0, r1 = []; ++g < A; ) {
2702
+ var v1 = d[g];
2703
+ (v1 === v || v1 === B) && (d[g] = B, r1[N++] = g);
2702
2704
  }
2703
2705
  return r1;
2704
2706
  }
2705
2707
  function vn(d) {
2706
- var v = -1, C = Array(d.size);
2708
+ var v = -1, g = Array(d.size);
2707
2709
  return d.forEach(function(A) {
2708
- C[++v] = A;
2709
- }), C;
2710
+ g[++v] = A;
2711
+ }), g;
2710
2712
  }
2711
2713
  function jl(d) {
2712
- var v = -1, C = Array(d.size);
2714
+ var v = -1, g = Array(d.size);
2713
2715
  return d.forEach(function(A) {
2714
- C[++v] = [A, A];
2715
- }), C;
2716
+ g[++v] = [A, A];
2717
+ }), g;
2716
2718
  }
2717
- function Gl(d, v, C) {
2718
- for (var A = C - 1, N = d.length; ++A < N; )
2719
+ function Gl(d, v, g) {
2720
+ for (var A = g - 1, N = d.length; ++A < N; )
2719
2721
  if (d[A] === v)
2720
2722
  return A;
2721
2723
  return -1;
2722
2724
  }
2723
- function ql(d, v, C) {
2724
- for (var A = C + 1; A--; )
2725
+ function ql(d, v, g) {
2726
+ for (var A = g + 1; A--; )
2725
2727
  if (d[A] === v)
2726
2728
  return A;
2727
2729
  return A;
@@ -2751,7 +2753,7 @@ ur.exports;
2751
2753
  }
2752
2754
  var Xl = function d(v) {
2753
2755
  v = v == null ? b1 : gt.defaults(b1.Object(), v, gt.pick(b1, yl));
2754
- var C = v.Array, A = v.Date, N = v.Error, r1 = v.Function, v1 = v.Math, l1 = v.Object, Dr = v.RegExp, Ql = v.String, ne = v.TypeError, kn = C.prototype, e4 = r1.prototype, _t = l1.prototype, yn = v["__core-js_shared__"], wn = e4.toString, o1 = _t.hasOwnProperty, t4 = 0, Fo = function() {
2756
+ var g = v.Array, A = v.Date, N = v.Error, r1 = v.Function, v1 = v.Math, l1 = v.Object, Dr = v.RegExp, Ql = v.String, ne = v.TypeError, kn = g.prototype, e4 = r1.prototype, _t = l1.prototype, yn = v["__core-js_shared__"], wn = e4.toString, o1 = _t.hasOwnProperty, t4 = 0, Fo = function() {
2755
2757
  var e = /[^.]+$/.exec(yn && yn.keys && yn.keys.IE_PROTO || "");
2756
2758
  return e ? "Symbol(src)_1." + e : "";
2757
2759
  }(), mn = _t.toString, n4 = wn.call(l1), r4 = b1._, i4 = Dr(
@@ -2995,7 +2997,7 @@ ur.exports;
2995
2997
  var n = this.__data__;
2996
2998
  if (n instanceof Me) {
2997
2999
  var r = n.__data__;
2998
- if (!Nt || r.length < g - 1)
3000
+ if (!Nt || r.length < C - 1)
2999
3001
  return r.push([e, t]), this.size = ++n.size, this;
3000
3002
  n = this.__data__ = new Ae(r);
3001
3003
  }
@@ -3055,7 +3057,7 @@ ur.exports;
3055
3057
  }) : e[t] = n;
3056
3058
  }
3057
3059
  function Zr(e, t) {
3058
- for (var n = -1, r = t.length, o = C(r), u = e == null; ++n < r; )
3060
+ for (var n = -1, r = t.length, o = g(r), u = e == null; ++n < r; )
3059
3061
  o[n] = u ? i : mi(e, t[n]);
3060
3062
  return o;
3061
3063
  }
@@ -3118,7 +3120,7 @@ ur.exports;
3118
3120
  }
3119
3121
  function Qo(e, t, n) {
3120
3122
  if (typeof e != "function")
3121
- throw new ne(m);
3123
+ throw new ne(w);
3122
3124
  return en(function() {
3123
3125
  e.apply(i, n);
3124
3126
  }, t);
@@ -3127,7 +3129,7 @@ ur.exports;
3127
3129
  var o = -1, u = gn, c = !0, f = e.length, p = [], k = t.length;
3128
3130
  if (!f)
3129
3131
  return p;
3130
- n && (t = f1(t, z1(n))), r ? (u = Ar, c = !1) : t.length >= g && (u = Ft, c = !1, t = new Xe(t));
3132
+ n && (t = f1(t, z1(n))), r ? (u = Ar, c = !1) : t.length >= C && (u = Ft, c = !1, t = new Xe(t));
3131
3133
  e:
3132
3134
  for (; ++o < f; ) {
3133
3135
  var y = e[o], L = n == null ? y : n(y);
@@ -3213,7 +3215,7 @@ ur.exports;
3213
3215
  return e >= H1(t, n) && e < k1(t, n);
3214
3216
  }
3215
3217
  function Gr(e, t, n) {
3216
- for (var r = n ? Ar : gn, o = e[0].length, u = e.length, c = u, f = C(u), p = 1 / 0, k = []; c--; ) {
3218
+ for (var r = n ? Ar : gn, o = e[0].length, u = e.length, c = u, f = g(u), p = 1 / 0, k = []; c--; ) {
3217
3219
  var y = e[c];
3218
3220
  c && t && (y = f1(y, z1(t))), p = H1(y.length, p), f[c] = !n && (t || o >= 120 && y.length >= 120) ? new Xe(c && y) : i;
3219
3221
  }
@@ -3341,7 +3343,7 @@ ur.exports;
3341
3343
  return e < t;
3342
3344
  }
3343
3345
  function ls(e, t) {
3344
- var n = -1, r = N1(e) ? C(e.length) : [];
3346
+ var n = -1, r = N1(e) ? g(e.length) : [];
3345
3347
  return Ne(e, function(o, u, c) {
3346
3348
  r[++n] = t(o, u, c);
3347
3349
  }), r;
@@ -3442,7 +3444,7 @@ ur.exports;
3442
3444
  return e + On(qo() * (t - e + 1));
3443
3445
  }
3444
3446
  function h0(e, t, n, r) {
3445
- for (var o = -1, u = k1(An((t - e) / (n || 1)), 0), c = C(u); u--; )
3447
+ for (var o = -1, u = k1(An((t - e) / (n || 1)), 0), c = g(u); u--; )
3446
3448
  c[r ? u : ++o] = e, e += n;
3447
3449
  return c;
3448
3450
  }
@@ -3497,7 +3499,7 @@ ur.exports;
3497
3499
  function oe(e, t, n) {
3498
3500
  var r = -1, o = e.length;
3499
3501
  t < 0 && (t = -t > o ? 0 : o + t), n = n > o ? o : n, n < 0 && (n += o), o = t > n ? 0 : n - t >>> 0, t >>>= 0;
3500
- for (var u = C(o); ++r < o; )
3502
+ for (var u = g(o); ++r < o; )
3501
3503
  u[r] = e[r + t];
3502
3504
  return u;
3503
3505
  }
@@ -3559,7 +3561,7 @@ ur.exports;
3559
3561
  var r = -1, o = gn, u = e.length, c = !0, f = [], p = f;
3560
3562
  if (n)
3561
3563
  c = !1, o = Ar;
3562
- else if (u >= g) {
3564
+ else if (u >= C) {
3563
3565
  var k = t ? null : A0(e);
3564
3566
  if (k)
3565
3567
  return vn(k);
@@ -3599,7 +3601,7 @@ ur.exports;
3599
3601
  var r = e.length;
3600
3602
  if (r < 2)
3601
3603
  return r ? We(e[0]) : [];
3602
- for (var o = -1, u = C(r); ++o < r; )
3604
+ for (var o = -1, u = g(r); ++o < r; )
3603
3605
  for (var c = e[o], f = -1; ++f < r; )
3604
3606
  f != o && (u[o] = zt(u[o] || c, e[f], t, n));
3605
3607
  return We(M1(u, 1), t, n);
@@ -3676,7 +3678,7 @@ ur.exports;
3676
3678
  return e.index - t.index;
3677
3679
  }
3678
3680
  function Ss(e, t, n, r) {
3679
- for (var o = -1, u = e.length, c = n.length, f = -1, p = t.length, k = k1(u - c, 0), y = C(p + k), L = !r; ++f < p; )
3681
+ for (var o = -1, u = e.length, c = n.length, f = -1, p = t.length, k = k1(u - c, 0), y = g(p + k), L = !r; ++f < p; )
3680
3682
  y[f] = t[f];
3681
3683
  for (; ++o < c; )
3682
3684
  (L || o < u) && (y[n[o]] = e[o]);
@@ -3685,7 +3687,7 @@ ur.exports;
3685
3687
  return y;
3686
3688
  }
3687
3689
  function xs(e, t, n, r) {
3688
- for (var o = -1, u = e.length, c = -1, f = n.length, p = -1, k = t.length, y = k1(u - f, 0), L = C(y + k), b = !r; ++o < y; )
3690
+ for (var o = -1, u = e.length, c = -1, f = n.length, p = -1, k = t.length, y = k1(u - f, 0), L = g(y + k), b = !r; ++o < y; )
3689
3691
  L[o] = e[o];
3690
3692
  for (var I = o; ++p < k; )
3691
3693
  L[I + p] = t[p];
@@ -3695,7 +3697,7 @@ ur.exports;
3695
3697
  }
3696
3698
  function Z1(e, t) {
3697
3699
  var n = -1, r = e.length;
3698
- for (t || (t = C(r)); ++n < r; )
3700
+ for (t || (t = g(r)); ++n < r; )
3699
3701
  t[n] = e[n];
3700
3702
  return t;
3701
3703
  }
@@ -3799,7 +3801,7 @@ ur.exports;
3799
3801
  function b0(e, t, n) {
3800
3802
  var r = Xt(e);
3801
3803
  function o() {
3802
- for (var u = arguments.length, c = C(u), f = u, p = Lt(o); f--; )
3804
+ for (var u = arguments.length, c = g(u), f = u, p = Lt(o); f--; )
3803
3805
  c[f] = arguments[f];
3804
3806
  var k = u < 3 && c[0] !== p && c[u - 1] !== p ? [] : Fe(c, p);
3805
3807
  if (u -= k.length, u < n)
@@ -3839,7 +3841,7 @@ ur.exports;
3839
3841
  for (e && t.reverse(); r--; ) {
3840
3842
  var u = t[r];
3841
3843
  if (typeof u != "function")
3842
- throw new ne(m);
3844
+ throw new ne(w);
3843
3845
  if (o && !c && Wn(u) == "wrapper")
3844
3846
  var c = new re([], !0);
3845
3847
  }
@@ -3861,7 +3863,7 @@ ur.exports;
3861
3863
  function Un(e, t, n, r, o, u, c, f, p, k) {
3862
3864
  var y = t & x, L = t & n1, b = t & p1, I = t & (x1 | O1), F = t & B1, q = b ? i : Xt(e);
3863
3865
  function Z() {
3864
- for (var Y = arguments.length, Q = C(Y), J1 = Y; J1--; )
3866
+ for (var Y = arguments.length, Q = g(Y), J1 = Y; J1--; )
3865
3867
  Q[J1] = arguments[J1];
3866
3868
  if (I)
3867
3869
  var P1 = Lt(Z), X1 = Bl(Q, P1);
@@ -3924,7 +3926,7 @@ ur.exports;
3924
3926
  function M0(e, t, n, r) {
3925
3927
  var o = t & n1, u = Xt(e);
3926
3928
  function c() {
3927
- for (var f = -1, p = arguments.length, k = -1, y = r.length, L = C(y + p), b = this && this !== b1 && this instanceof c ? u : e; ++k < y; )
3929
+ for (var f = -1, p = arguments.length, k = -1, y = r.length, L = g(y + p), b = this && this !== b1 && this instanceof c ? u : e; ++k < y; )
3928
3930
  L[k] = r[k];
3929
3931
  for (; p--; )
3930
3932
  L[k++] = arguments[++f];
@@ -3981,7 +3983,7 @@ ur.exports;
3981
3983
  function Ve(e, t, n, r, o, u, c, f) {
3982
3984
  var p = t & p1;
3983
3985
  if (!p && typeof e != "function")
3984
- throw new ne(m);
3986
+ throw new ne(w);
3985
3987
  var k = r ? r.length : 0;
3986
3988
  if (k || (t &= ~(R | z), r = o = i), c = c === i ? c : k1(G(c), 0), f = f === i ? f : G(f), k -= o ? o.length : 0, t & z) {
3987
3989
  var y = r, L = o;
@@ -4353,10 +4355,10 @@ ur.exports;
4353
4355
  }
4354
4356
  function Ns(e, t, n) {
4355
4357
  return t = k1(t === i ? e.length - 1 : t, 0), function() {
4356
- for (var r = arguments, o = -1, u = k1(r.length - t, 0), c = C(u); ++o < u; )
4358
+ for (var r = arguments, o = -1, u = k1(r.length - t, 0), c = g(u); ++o < u; )
4357
4359
  c[o] = r[t + o];
4358
4360
  o = -1;
4359
- for (var f = C(t + 1); ++o < t; )
4361
+ for (var f = g(t + 1); ++o < t; )
4360
4362
  f[o] = r[o];
4361
4363
  return f[t] = n(c), q1(e, this, f);
4362
4364
  };
@@ -4444,7 +4446,7 @@ ur.exports;
4444
4446
  var r = e == null ? 0 : e.length;
4445
4447
  if (!r || t < 1)
4446
4448
  return [];
4447
- for (var o = 0, u = 0, c = C(An(r / t)); o < r; )
4449
+ for (var o = 0, u = 0, c = g(An(r / t)); o < r; )
4448
4450
  c[u++] = oe(e, o, o += t);
4449
4451
  return c;
4450
4452
  }
@@ -4459,7 +4461,7 @@ ur.exports;
4459
4461
  var e = arguments.length;
4460
4462
  if (!e)
4461
4463
  return [];
4462
- for (var t = C(e - 1), n = arguments[0], r = e; r--; )
4464
+ for (var t = g(e - 1), n = arguments[0], r = e; r--; )
4463
4465
  t[r - 1] = arguments[r];
4464
4466
  return Ue(W(n) ? Z1(n) : [n], M1(t, 1));
4465
4467
  }
@@ -4807,7 +4809,7 @@ ur.exports;
4807
4809
  return n < 0 && (n = k1(o + n, 0)), Qn(e) ? n <= o && e.indexOf(t, n) > -1 : !!o && dt(e, t, n) > -1;
4808
4810
  }
4809
4811
  var pu = K(function(e, t, n) {
4810
- var r = -1, o = typeof t == "function", u = N1(e) ? C(e.length) : [];
4812
+ var r = -1, o = typeof t == "function", u = N1(e) ? g(e.length) : [];
4811
4813
  return Ne(e, function(c) {
4812
4814
  u[++r] = o ? q1(t, c, n) : Kt(c, t, n);
4813
4815
  }), u;
@@ -4873,7 +4875,7 @@ ur.exports;
4873
4875
  };
4874
4876
  function Mu(e, t) {
4875
4877
  if (typeof t != "function")
4876
- throw new ne(m);
4878
+ throw new ne(w);
4877
4879
  return e = G(e), function() {
4878
4880
  if (--e < 1)
4879
4881
  return t.apply(this, arguments);
@@ -4885,7 +4887,7 @@ ur.exports;
4885
4887
  function s2(e, t) {
4886
4888
  var n;
4887
4889
  if (typeof t != "function")
4888
- throw new ne(m);
4890
+ throw new ne(w);
4889
4891
  return e = G(e), function() {
4890
4892
  return --e > 0 && (n = t.apply(this, arguments)), e <= 1 && (t = i), n;
4891
4893
  };
@@ -4918,7 +4920,7 @@ ur.exports;
4918
4920
  function c2(e, t, n) {
4919
4921
  var r, o, u, c, f, p, k = 0, y = !1, L = !1, b = !0;
4920
4922
  if (typeof e != "function")
4921
- throw new ne(m);
4923
+ throw new ne(w);
4922
4924
  t = le(t) || 0, h1(n) && (y = !!n.leading, L = "maxWait" in n, u = L ? k1(le(n.maxWait) || 0, t) : u, b = "trailing" in n ? !!n.trailing : b);
4923
4925
  function I(g1) {
4924
4926
  var Ce = r, Ee = o;
@@ -4972,7 +4974,7 @@ ur.exports;
4972
4974
  }
4973
4975
  function Yn(e, t) {
4974
4976
  if (typeof e != "function" || t != null && typeof t != "function")
4975
- throw new ne(m);
4977
+ throw new ne(w);
4976
4978
  var n = function() {
4977
4979
  var r = arguments, o = t ? t.apply(this, r) : r[0], u = n.cache;
4978
4980
  if (u.has(o))
@@ -4985,7 +4987,7 @@ ur.exports;
4985
4987
  Yn.Cache = Ae;
4986
4988
  function Jn(e) {
4987
4989
  if (typeof e != "function")
4988
- throw new ne(m);
4990
+ throw new ne(w);
4989
4991
  return function() {
4990
4992
  var t = arguments;
4991
4993
  switch (t.length) {
@@ -5023,12 +5025,12 @@ ur.exports;
5023
5025
  });
5024
5026
  function Ru(e, t) {
5025
5027
  if (typeof e != "function")
5026
- throw new ne(m);
5028
+ throw new ne(w);
5027
5029
  return t = t === i ? t : G(t), K(e, t);
5028
5030
  }
5029
5031
  function Eu(e, t) {
5030
5032
  if (typeof e != "function")
5031
- throw new ne(m);
5033
+ throw new ne(w);
5032
5034
  return t = t == null ? 0 : k1(G(t), 0), K(function(n) {
5033
5035
  var r = n[t], o = Ge(n, 0, t);
5034
5036
  return r && Ue(o, r), q1(e, this, o);
@@ -5037,7 +5039,7 @@ ur.exports;
5037
5039
  function Pu(e, t, n) {
5038
5040
  var r = !0, o = !0;
5039
5041
  if (typeof e != "function")
5040
- throw new ne(m);
5042
+ throw new ne(w);
5041
5043
  return h1(n) && (r = "leading" in n ? !!n.leading : r, o = "trailing" in n ? !!n.trailing : o), c2(e, t, {
5042
5044
  leading: r,
5043
5045
  maxWait: t,
@@ -5080,7 +5082,7 @@ ur.exports;
5080
5082
  return arguments;
5081
5083
  }()) ? is : function(e) {
5082
5084
  return d1(e) && o1.call(e, "callee") && !Wo.call(e, "callee");
5083
- }, W = C.isArray, qu = xo ? z1(xo) : t0;
5085
+ }, W = g.isArray, qu = xo ? z1(xo) : t0;
5084
5086
  function N1(e) {
5085
5087
  return e != null && Xn(e.length) && !Ie(e);
5086
5088
  }
@@ -5521,7 +5523,7 @@ __p += '`), Q && (L += `' +
5521
5523
  }
5522
5524
  `;
5523
5525
  else if (N5.test(F))
5524
- throw new N(w);
5526
+ throw new N(m);
5525
5527
  L = (p ? L.replace(M5, "") : L).replace(A5, "$1").replace(O5, "$1;"), L = "function(" + (F || "obj") + `) {
5526
5528
  ` + (F ? "" : `obj || (obj = {});
5527
5529
  `) + "var __t, __p = ''" + (f ? ", __e = _.escape" : "") + (p ? `, __j = Array.prototype.join;
@@ -5623,7 +5625,7 @@ function print() { __p += __j.call(arguments, '') }
5623
5625
  var t = e == null ? 0 : e.length, n = U();
5624
5626
  return e = t ? f1(e, function(r) {
5625
5627
  if (typeof r[1] != "function")
5626
- throw new ne(m);
5628
+ throw new ne(w);
5627
5629
  return [n(r[0]), r[1]];
5628
5630
  }) : [], K(function(r) {
5629
5631
  for (var o = -1; ++o < t; ) {
@@ -5895,16 +5897,16 @@ const Ka = { class: "filter-yui-kit" }, Ya = {
5895
5897
  searchString: "",
5896
5898
  choosenStatus: !1,
5897
5899
  searchItems: []
5898
- }), g = h, _ = e1(() => ({
5900
+ }), C = h, _ = e1(() => ({
5899
5901
  "filter-yui-kit__counter": !0,
5900
5902
  "counter-yui-kit": !0,
5901
5903
  "counter-yui-kit--search": i.searchable
5902
- })), m = e1(() => ({
5904
+ })), w = e1(() => ({
5903
5905
  "filter-yui-kit__select-list": !0,
5904
5906
  "selected-yui-kit": !0,
5905
5907
  "selected-yui-kit--search": i.searchable,
5906
5908
  "border-none-yui-kit": i.searchable && O.value.length < 2
5907
- })), w = e1(() => ({
5909
+ })), m = e1(() => ({
5908
5910
  "filter-yui-kit__wrapper": !0,
5909
5911
  "active-yui-kit": a.isShow,
5910
5912
  "filter-yui-kit--search": i.searchable
@@ -5945,7 +5947,7 @@ const Ka = { class: "filter-yui-kit" }, Ya = {
5945
5947
  a.isShow = !1, a.searchString && (a.searchString = "");
5946
5948
  }, x1 = (R) => {
5947
5949
  const z = R.target;
5948
- z.scrollHeight - z.scrollTop === z.clientHeight && g("scroll", !0);
5950
+ z.scrollHeight - z.scrollTop === z.clientHeight && C("scroll", !0);
5949
5951
  }, O1 = e1(
5950
5952
  () => {
5951
5953
  var R, z, x;
@@ -5965,7 +5967,7 @@ const Ka = { class: "filter-yui-kit" }, Ya = {
5965
5967
  );
5966
5968
  }), (R, z) => (T(), D("div", Ka, [
5967
5969
  E("div", {
5968
- class: w1(w.value),
5970
+ class: w1(m.value),
5969
5971
  onClick: J
5970
5972
  }, [
5971
5973
  L1(y1, {
@@ -6015,7 +6017,7 @@ const Ka = { class: "filter-yui-kit" }, Ya = {
6015
6017
  onMouseleave: D1
6016
6018
  }, [
6017
6019
  E("ul", {
6018
- class: w1(m.value)
6020
+ class: w1(w.value)
6019
6021
  }, [
6020
6022
  (T(!0), D(me, null, Le(O.value, (x, V1) => (T(), D("li", {
6021
6023
  class: "filter-yui-kit__select-item",
@@ -6105,18 +6107,18 @@ const Ki = (s) => (Zi("data-v-127aeda2"), s = s(), Ni(), s), oc = { class: "slid
6105
6107
  disabledPrev: !0,
6106
6108
  disabledNext: !1,
6107
6109
  extension: null
6108
- }), a = Ht(null), g = Ht(null), _ = (O) => {
6110
+ }), a = Ht(null), C = Ht(null), _ = (O) => {
6109
6111
  if (!O) return null;
6110
6112
  const j = /\.\w+$/, n1 = O.match(j);
6111
6113
  return i.extension = n1 ? n1[0].replace(".", "") : null, i.extension;
6112
- }, m = (O) => {
6114
+ }, w = (O) => {
6113
6115
  const j = _(O);
6114
6116
  return j ? Object.values(p5).includes(j) : !1;
6115
- }, w = (O) => {
6117
+ }, m = (O) => {
6116
6118
  const j = _(O);
6117
6119
  return j ? Object.values(C5).includes(j) : !1;
6118
6120
  }, S = (O) => {
6119
- O instanceof KeyboardEvent && O.key === "Escape" && g.value && g.value.classList.contains(nr) && (g.value.classList.remove(nr), document.body.style.overflow = "auto");
6121
+ O instanceof KeyboardEvent && O.key === "Escape" && C.value && C.value.classList.contains(nr) && (C.value.classList.remove(nr), document.body.style.overflow = "auto");
6120
6122
  }, M = (O) => {
6121
6123
  if (O.type === "click") {
6122
6124
  const j = O.target;
@@ -6128,7 +6130,7 @@ const Ki = (s) => (Zi("data-v-127aeda2"), s = s(), Ni(), s), oc = { class: "slid
6128
6130
  i.currentIndex < i.files.length - 1 && (i.currentIndex++, i.disabledPrev = !1, i.currentIndex === i.files.length - 1 && (i.disabledNext = !0)), i.file = i.files[i.currentIndex];
6129
6131
  }, J = () => i.files.length === 0, $ = () => {
6130
6132
  var O, j;
6131
- return m(((O = i.file) == null ? void 0 : O.path) ?? null) == !1 && w(((j = i.file) == null ? void 0 : j.path) ?? null) == !1 && i.files.length > 0;
6133
+ return w(((O = i.file) == null ? void 0 : O.path) ?? null) == !1 && m(((j = i.file) == null ? void 0 : j.path) ?? null) == !1 && i.files.length > 0;
6132
6134
  };
6133
6135
  return Tt(() => {
6134
6136
  if (!h.items) return 0;
@@ -6152,14 +6154,14 @@ const Ki = (s) => (Zi("data-v-127aeda2"), s = s(), Ni(), s), oc = { class: "slid
6152
6154
  pc,
6153
6155
  E("p", null, "." + A1(i.extension), 1)
6154
6156
  ])) : s1("", !0),
6155
- m(((n1 = i.file) == null ? void 0 : n1.path) ?? "") ? (T(), D("img", {
6157
+ w(((n1 = i.file) == null ? void 0 : n1.path) ?? "") ? (T(), D("img", {
6156
6158
  key: 2,
6157
6159
  onClick: j[0] || (j[0] = (O1) => M(O1)),
6158
6160
  src: ((p1 = i.file) == null ? void 0 : p1.path) ?? "",
6159
6161
  ref_key: "fullsizeImageRef",
6160
- ref: g
6162
+ ref: C
6161
6163
  }, null, 8, Cc)) : s1("", !0),
6162
- w(((D1 = i.file) == null ? void 0 : D1.path) ?? "") ? (T(), D("video", {
6164
+ m(((D1 = i.file) == null ? void 0 : D1.path) ?? "") ? (T(), D("video", {
6163
6165
  key: 3,
6164
6166
  onClick: j[1] || (j[1] = (O1) => M(O1)),
6165
6167
  controls: ""
@@ -6191,24 +6193,24 @@ const Ki = (s) => (Zi("data-v-127aeda2"), s = s(), Ni(), s), oc = { class: "slid
6191
6193
  },
6192
6194
  emits: ["change"],
6193
6195
  setup(s, { emit: h }) {
6194
- const i = s, a = h, g = Ht(i.checked), _ = h5(), m = e1(() => ({
6196
+ const i = s, a = h, C = Ht(i.checked), _ = h5(), w = e1(() => ({
6195
6197
  "toggle-yui-kit": !0
6196
- })), w = e1(() => ({
6198
+ })), m = e1(() => ({
6197
6199
  backgroundColor: i.backgroundColor
6198
- })), S = () => a("change", g.value);
6200
+ })), S = () => a("change", C.value);
6199
6201
  return (M, B) => (T(), D("div", {
6200
- class: w1(m.value),
6202
+ class: w1(w.value),
6201
6203
  disabled: i.disabled,
6202
- style: Vt(w.value)
6204
+ style: Vt(m.value)
6203
6205
  }, [
6204
6206
  W2(E("input", {
6205
6207
  class: "toggle-yui-kit-input",
6206
6208
  id: t1(_),
6207
6209
  type: "checkbox",
6208
- "onUpdate:modelValue": B[0] || (B[0] = (V) => g.value = V),
6210
+ "onUpdate:modelValue": B[0] || (B[0] = (V) => C.value = V),
6209
6211
  onChange: S
6210
6212
  }, null, 40, yc), [
6211
- [p9, g.value]
6213
+ [p9, C.value]
6212
6214
  ]),
6213
6215
  E("label", {
6214
6216
  class: "toggle-yui-kit-label",
@@ -6235,19 +6237,19 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6235
6237
  isShow: !1,
6236
6238
  option: "",
6237
6239
  isBlackTheme: i.isBlackTheme ?? !1
6238
- }), g = h, _ = e1(() => ({
6240
+ }), C = h, _ = e1(() => ({
6239
6241
  "menu-yui-kit__heading": !0,
6240
6242
  "active-yui-kit": a.isShow
6241
- })), m = e1(
6243
+ })), w = e1(
6242
6244
  () => a.isBlackTheme ? _1.dark : _1.light
6243
- ), w = ($) => {
6244
- $ !== void 0 ? (a.option = $, g("click", $), i.closeAfterClick && (a.isShow = !1)) : console.error("Option type is undefined");
6245
+ ), m = ($) => {
6246
+ $ !== void 0 ? (a.option = $, C("click", $), i.closeAfterClick && (a.isShow = !1)) : console.error("Option type is undefined");
6245
6247
  }, S = e1(() => a.isShow ? _1.chevronUp : _1.chevronDown), M = e1(() => i.user.avatar !== "" && i.user.avatar !== null && i.user.avatar !== void 0), B = () => {
6246
6248
  a.isShow = !a.isShow;
6247
6249
  }, V = ($) => {
6248
- i.closeAfterClick && (a.isShow = !1), g("themeChange", $), a.isBlackTheme = $;
6250
+ i.closeAfterClick && (a.isShow = !1), C("themeChange", $), a.isBlackTheme = $;
6249
6251
  }, J = ($) => {
6250
- i.closeAfterClick && (a.isShow = !1), g("languageSwitch", $);
6252
+ i.closeAfterClick && (a.isShow = !1), C("languageSwitch", $);
6251
6253
  };
6252
6254
  return ($, O) => {
6253
6255
  var j, n1, p1;
@@ -6285,7 +6287,7 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6285
6287
  E("ul", Hc, [
6286
6288
  E("li", {
6287
6289
  class: "list-yui-kit__item",
6288
- onClick: O[0] || (O[0] = (D1) => w(t1(ot).profile))
6290
+ onClick: O[0] || (O[0] = (D1) => m(t1(ot).profile))
6289
6291
  }, [
6290
6292
  L1(y1, {
6291
6293
  name: t1(_1).profile
@@ -6293,10 +6295,10 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6293
6295
  Tc
6294
6296
  ]),
6295
6297
  E("li", Ic, [
6296
- L1(y1, { name: m.value }, null, 8, ["name"]),
6298
+ L1(y1, { name: w.value }, null, 8, ["name"]),
6297
6299
  E("span", {
6298
6300
  class: "list-yui-kit__item-text",
6299
- onClick: O[1] || (O[1] = (D1) => w(t1(ot).theme))
6301
+ onClick: O[1] || (O[1] = (D1) => m(t1(ot).theme))
6300
6302
  }, "Темная тема"),
6301
6303
  L1(Yi, {
6302
6304
  onChange: V,
@@ -6305,7 +6307,7 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6305
6307
  ]),
6306
6308
  E("li", {
6307
6309
  class: "list-yui-kit__item",
6308
- onClick: O[2] || (O[2] = (D1) => w(t1(ot).options))
6310
+ onClick: O[2] || (O[2] = (D1) => m(t1(ot).options))
6309
6311
  }, [
6310
6312
  L1(y1, {
6311
6313
  name: t1(_1).settings
@@ -6314,7 +6316,7 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6314
6316
  ]),
6315
6317
  E("li", {
6316
6318
  class: "list-yui-kit__item",
6317
- onClick: O[3] || (O[3] = (D1) => w(t1(ot).exit))
6319
+ onClick: O[3] || (O[3] = (D1) => m(t1(ot).exit))
6318
6320
  }, [
6319
6321
  L1(y1, {
6320
6322
  name: t1(_1).exit
@@ -6323,7 +6325,7 @@ const Ji = (s) => (Zi("data-v-ea61169d"), s = s(), Ni(), s), Lc = { class: "menu
6323
6325
  ]),
6324
6326
  E("li", {
6325
6327
  class: "list-yui-kit__item",
6326
- onClick: O[4] || (O[4] = (D1) => w(t1(ot).help))
6328
+ onClick: O[4] || (O[4] = (D1) => m(t1(ot).help))
6327
6329
  }, [
6328
6330
  L1(y1, {
6329
6331
  name: t1(_1).help