@topvisor/ui 0.9.25 → 0.9.26-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/.chunks/datepicker-BMrdz1zd.es.js +277 -0
  2. package/.chunks/datepicker-BMrdz1zd.es.js.map +1 -0
  3. package/.chunks/datepicker-C0rB8tdN.amd.js +234 -0
  4. package/.chunks/datepicker-C0rB8tdN.amd.js.map +1 -0
  5. package/.chunks/{forms-gb7uf2K8.es.js → forms-C4UtO06K.es.js} +230 -230
  6. package/.chunks/forms-C4UtO06K.es.js.map +1 -0
  7. package/.chunks/forms-DujTMzoW.amd.js +3 -0
  8. package/.chunks/forms-DujTMzoW.amd.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Caw4oFU-.es.js → listItem.vue_vue_type_script_setup_true_lang-CHYNz0kA.es.js} +2 -2
  10. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CHYNz0kA.es.js.map +1 -0
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-2TAzIZZA.amd.js → listItem.vue_vue_type_script_setup_true_lang-Ob3185Bq.amd.js} +2 -2
  12. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Ob3185Bq.amd.js.map +1 -0
  13. package/.chunks/{popup-ZmdXZkvb.es.js → popup-B2BoAirk.es.js} +431 -431
  14. package/.chunks/popup-B2BoAirk.es.js.map +1 -0
  15. package/.chunks/{popup-Dfz5hkrQ.amd.js → popup-CyJ0WBUB.amd.js} +386 -386
  16. package/.chunks/popup-CyJ0WBUB.amd.js.map +1 -0
  17. package/.chunks/store-Bl79G7T_.amd.js.map +1 -1
  18. package/.chunks/store-PoMCiuBr.es.js.map +1 -1
  19. package/.chunks/{widgetInput-BxO9y9L7.amd.js → widgetInput-Ce8a61St.amd.js} +2 -2
  20. package/.chunks/widgetInput-Ce8a61St.amd.js.map +1 -0
  21. package/.chunks/{widgetInput-DPOH_qya.es.js → widgetInput-pNYn7i5g.es.js} +2 -2
  22. package/.chunks/widgetInput-pNYn7i5g.es.js.map +1 -0
  23. package/README.md +86 -86
  24. package/assets/forms.css +1 -1
  25. package/assets/formsExt.css +1 -1
  26. package/core/core.amd.js +1 -1
  27. package/core/core.js +1 -1
  28. package/forms/forms.amd.js +1 -1
  29. package/forms/forms.js +1 -1
  30. package/forms/helpers.amd.js.map +1 -1
  31. package/forms/helpers.js.map +1 -1
  32. package/formsExt/formsExt.amd.js +1 -1
  33. package/formsExt/formsExt.amd.js.map +1 -1
  34. package/formsExt/formsExt.js +317 -301
  35. package/formsExt/formsExt.js.map +1 -1
  36. package/icomoon/Read Me.txt +7 -7
  37. package/icomoon/demo-files/demo.css +161 -161
  38. package/icomoon/demo-files/demo.js +30 -30
  39. package/icomoon/demo.html +3225 -3225
  40. package/icomoon/fonts/Topvisor-2.svg +252 -252
  41. package/icomoon/style.css +707 -707
  42. package/package.json +20 -20
  43. package/popup/popup.amd.js +1 -1
  44. package/popup/popup.js +2 -2
  45. package/popup/worker.amd.js +1 -1
  46. package/popup/worker.amd.js.map +1 -1
  47. package/popup/worker.js +47 -47
  48. package/popup/worker.js.map +1 -1
  49. package/require/css.amd.js +11 -11
  50. package/src/components/forms/avatar/avatar.d.ts +9 -0
  51. package/src/components/forms/avatar/avatar.stories.d.ts +24 -0
  52. package/src/components/forms/avatar/avatar.vue.d.ts +12 -0
  53. package/src/components/formsExt/editArea/editArea.d.ts +16 -3
  54. package/src/components/formsExt/editArea/editArea.stories.d.ts +36 -20
  55. package/src/components/formsExt/editArea/editArea.vue.d.ts +12 -4
  56. package/src/components/popup/popup/popup.stories.d.ts +2 -2
  57. package/tabs/tabs.amd.js +1 -1
  58. package/tabs/tabs.js +1 -1
  59. package/tabsView/tabsView.amd.js +1 -1
  60. package/tabsView/tabsView.amd.js.map +1 -1
  61. package/tabsView/tabsView.js +2 -2
  62. package/tabsView/tabsView.js.map +1 -1
  63. package/utils/css.amd.js.map +1 -1
  64. package/utils/css.js.map +1 -1
  65. package/utils/date.amd.js +1 -1
  66. package/utils/date.js +1 -1
  67. package/utils/device.amd.js +1 -1
  68. package/utils/device.js +1 -1
  69. package/utils/dom.amd.js.map +1 -1
  70. package/utils/dom.js.map +1 -1
  71. package/utils/keyboard.amd.js.map +1 -1
  72. package/utils/keyboard.js.map +1 -1
  73. package/utils/route.amd.js.map +1 -1
  74. package/utils/route.js.map +1 -1
  75. package/utils/scroll.amd.js +1 -1
  76. package/utils/scroll.amd.js.map +1 -1
  77. package/utils/scroll.js +1 -1
  78. package/utils/scroll.js.map +1 -1
  79. package/utils/system.amd.js.map +1 -1
  80. package/utils/system.js.map +1 -1
  81. package/utils/window.amd.js +1 -1
  82. package/utils/window.js +1 -1
  83. package/.chunks/datepicker-B9eprAyk.amd.js +0 -234
  84. package/.chunks/datepicker-B9eprAyk.amd.js.map +0 -1
  85. package/.chunks/datepicker-C86O1mQq.es.js +0 -277
  86. package/.chunks/datepicker-C86O1mQq.es.js.map +0 -1
  87. package/.chunks/forms-DkNAMd-D.amd.js +0 -3
  88. package/.chunks/forms-DkNAMd-D.amd.js.map +0 -1
  89. package/.chunks/forms-gb7uf2K8.es.js.map +0 -1
  90. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-2TAzIZZA.amd.js.map +0 -1
  91. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Caw4oFU-.es.js.map +0 -1
  92. package/.chunks/popup-Dfz5hkrQ.amd.js.map +0 -1
  93. package/.chunks/popup-ZmdXZkvb.es.js.map +0 -1
  94. package/.chunks/widgetInput-BxO9y9L7.amd.js.map +0 -1
  95. package/.chunks/widgetInput-DPOH_qya.es.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import { insertToPage as Z } from "../utils/css.js";
2
- import { reactive as W, defineComponent as w, useCssVars as q, computed as g, openBlock as u, createElementBlock as m, createElementVNode as $, createCommentVNode as h, createBlock as M, resolveDynamicComponent as ee, normalizeClass as v, withCtx as L, renderSlot as k, createTextVNode as te, toDisplayString as S, mergeModels as A, useModel as Q, withDirectives as V, vModelCheckbox as X, unref as B, mergeProps as T, withKeys as oe, vModelText as J, withModifiers as ae, onUnmounted as se, ref as ne, vModelRadio as ie, resolveDirective as le, watch as re, Fragment as R, renderList as N, vModelSelect as de } from "vue";
3
- const x = ["../assets/forms.css"].map((a) => import.meta.resolve(a));
2
+ import { reactive as W, defineComponent as w, useCssVars as K, computed as h, openBlock as u, createElementBlock as m, createElementVNode as $, createCommentVNode as v, createBlock as M, resolveDynamicComponent as ee, normalizeClass as y, withCtx as L, renderSlot as k, createTextVNode as te, toDisplayString as S, mergeModels as A, useModel as Q, withDirectives as V, vModelCheckbox as X, unref as B, mergeProps as T, withKeys as oe, vModelText as J, withModifiers as ae, onUnmounted as se, ref as ne, vModelRadio as ie, resolveDirective as le, watch as re, Fragment as R, renderList as O, vModelSelect as de } from "vue";
3
+ const x = ["../assets/forms.css"].map((s) => import.meta.resolve(s));
4
4
  await Z(x);
5
5
  function pe() {
6
6
  return "devicePixelRatio" in window && window.devicePixelRatio > 1;
@@ -14,34 +14,34 @@ function ce() {
14
14
  function me() {
15
15
  return navigator.userAgent.indexOf("Mac OS X") !== -1;
16
16
  }
17
- function Ht() {
18
- const a = /Chrome|Android/.test(navigator.userAgent);
17
+ function It() {
18
+ const s = /Chrome|Android/.test(navigator.userAgent);
19
19
  let t = /Safari/.test(navigator.userAgent);
20
- return a && t && (t = !1), t;
20
+ return s && t && (t = !1), t;
21
21
  }
22
- function It() {
22
+ function Ht() {
23
23
  return me() ? "⌘" : "Ctrl";
24
24
  }
25
25
  class fe {
26
26
  }
27
27
  const be = 100;
28
- let O;
28
+ let N;
29
29
  const C = /* @__PURE__ */ new Map(), E = {
30
30
  width: window.innerWidth,
31
31
  height: window.innerHeight
32
32
  };
33
- function he(a) {
34
- C.set(a, a);
33
+ function he(s) {
34
+ C.set(s, s);
35
35
  }
36
- function ve(a) {
37
- C.delete(a);
36
+ function ve(s) {
37
+ C.delete(s);
38
38
  }
39
- function ye(a) {
40
- clearTimeout(O), O = setTimeout(function() {
41
- a.topEvent = {
39
+ function ye(s) {
40
+ clearTimeout(N), N = setTimeout(function() {
41
+ s.topEvent = {
42
42
  widthDiff: E.width - window.innerWidth,
43
43
  hightDiff: E.height - window.innerHeight
44
- }, E.width = window.innerWidth, E.height = window.innerHeight, C.forEach((t) => t(a));
44
+ }, E.width = window.innerWidth, E.height = window.innerHeight, C.forEach((t) => t(s));
45
45
  }, be);
46
46
  }
47
47
  window.addEventListener("resize", ye);
@@ -49,16 +49,16 @@ const ge = {
49
49
  addOnReize: he,
50
50
  removeOnResize: ve
51
51
  };
52
- var G;
52
+ var q;
53
53
  const we = {
54
54
  widthForMobile: 900,
55
55
  dateFormat: "Y-m-d",
56
56
  /**
57
57
  * Для Москвы: +0300
58
58
  */
59
- gmt: (G = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : G[1]
59
+ gmt: (q = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : q[1]
60
60
  };
61
- var K;
61
+ var G;
62
62
  const $e = {
63
63
  /**
64
64
  * Device by size
@@ -89,39 +89,39 @@ const $e = {
89
89
  // См. core.options
90
90
  dateFormat: "Y-m-d",
91
91
  // См. core.options
92
- gmt: (K = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : K[1]
93
- }, D = (a) => {
92
+ gmt: (G = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : G[1]
93
+ }, D = (s) => {
94
94
  var t, o;
95
95
  if (!((o = (t = p.$) == null ? void 0 : t.ui) != null && o.tooltip)) {
96
96
  console.info("Для работы v-top-tooltip требуется глобальная загрузка jQuery UI Tooltip");
97
97
  return;
98
98
  }
99
- return p.$(a);
100
- }, H = (a, t) => {
101
- var s;
102
- const o = a.value ?? {};
103
- return o.content ??= (s = t.props) == null ? void 0 : s.title, o.content = String(o.content).replace(/\r\n|\r|\n/g, "<br>"), o.position ??= {
99
+ return p.$(s);
100
+ }, I = (s, t) => {
101
+ var n;
102
+ const o = s.value ?? {};
103
+ return o.content ??= (n = t.props) == null ? void 0 : n.title, o.content = String(o.content).replace(/\r\n|\r|\n/g, "<br>"), o.position ??= {
104
104
  my: "bottom-18px",
105
105
  at: "top center"
106
106
  }, o;
107
107
  }, _e = {
108
- mounted(a, t, o) {
109
- var s;
110
- (s = D(a)) == null || s.tooltip(H(t, o));
108
+ mounted(s, t, o) {
109
+ var n;
110
+ (n = D(s)) == null || n.tooltip(I(t, o));
111
111
  },
112
- updated(a, t, o, s) {
112
+ updated(s, t, o, n) {
113
113
  var d;
114
- const n = H(t, o), e = (d = D(a)) == null ? void 0 : d.tooltip("instance");
114
+ const a = I(t, o), e = (d = D(s)) == null ? void 0 : d.tooltip("instance");
115
115
  e && (e.options = {
116
116
  ...e.options,
117
- ...n
117
+ ...a
118
118
  });
119
119
  },
120
- unmounted(a, t, o) {
121
- var s;
122
- (s = D(a)) == null || s.tooltip("destroy");
120
+ unmounted(s, t, o) {
121
+ var n;
122
+ (n = D(s)) == null || n.tooltip("destroy");
123
123
  }
124
- }, ke = () => typeof window > "u" ? {} : window, I = ke();
124
+ }, ke = () => typeof window > "u" ? {} : window, H = ke();
125
125
  class p {
126
126
  /**
127
127
  * Настройки словаря
@@ -129,12 +129,12 @@ class p {
129
129
  static L = W({
130
130
  Not_date: "Not date"
131
131
  });
132
- static page = I.page ?? {};
132
+ static page = H.page ?? {};
133
133
  static Page = fe;
134
134
  static options = we;
135
135
  static state = W({ ...$e });
136
136
  static matchMediaIsMobile;
137
- static $ = I.$;
137
+ static $ = H.$;
138
138
  /**
139
139
  * Добавить на страницу стили, используется для загрузки стилей из js
140
140
  *
@@ -143,10 +143,10 @@ class p {
143
143
  * @param type - если указать 'm' или 'pc', то стили будут применяться по условию в зависимости от настройки this.options.widthForMobile
144
144
  */
145
145
  static appendStyle(t, o = "") {
146
- let s = "all";
147
- o === "m" && (s = "(max-width: " + this.options.widthForMobile + "px)"), o === "pc" && (s = "(min-width: " + this.options.widthForMobile + "px)");
148
- const n = document.createElement("style");
149
- n.innerHTML = t, n.media = s, document.head.append(n);
146
+ let n = "all";
147
+ o === "m" && (n = "(max-width: " + this.options.widthForMobile + "px)"), o === "pc" && (n = "(min-width: " + this.options.widthForMobile + "px)");
148
+ const a = document.createElement("style");
149
+ a.innerHTML = t, a.media = n, document.head.append(a);
150
150
  }
151
151
  /**
152
152
  * Установить как плагин в прилоежнии Vue
@@ -193,56 +193,56 @@ class p {
193
193
  document.cookie = "device=" + t.join(",") + "; path=/;";
194
194
  }
195
195
  }
196
- function Ut(a) {
197
- return a.indexOf("T") === -1 && (a.length == 10 && (a += " 00:00:00"), a = a.replace(" ", "T") + p.state.gmt), new Date(a);
196
+ function Ut(s) {
197
+ return s.indexOf("T") === -1 && (s.length == 10 && (s += " 00:00:00"), s = s.replace(" ", "T") + p.state.gmt), new Date(s);
198
198
  }
199
- function Me(a = void 0, t = !0, o = 0) {
200
- let s;
201
- a != null ? s = new Date(a) : s = /* @__PURE__ */ new Date();
202
- const n = s.getFullYear(), e = String(s.getMonth() + 1).padStart(2, "0"), d = s.getDate().toString().padStart(2, "0"), l = s.getHours().toString().padStart(2, "0"), f = s.getMinutes().toString().padStart(2, "0"), r = s.getSeconds().toString().padStart(2, "0");
203
- return s = n + "-" + e + "-" + d, o && (s += " "), o >= 1 && (s += l), o >= 2 && (s += ":" + f), o >= 3 && (s += ":" + r), t && (s = F(s, o)), s;
199
+ function Me(s = void 0, t = !0, o = 0) {
200
+ let n;
201
+ s != null ? n = new Date(s) : n = /* @__PURE__ */ new Date();
202
+ const a = n.getFullYear(), e = String(n.getMonth() + 1).padStart(2, "0"), d = n.getDate().toString().padStart(2, "0"), l = n.getHours().toString().padStart(2, "0"), f = n.getMinutes().toString().padStart(2, "0"), r = n.getSeconds().toString().padStart(2, "0");
203
+ return n = a + "-" + e + "-" + d, o && (n += " "), o >= 1 && (n += l), o >= 2 && (n += ":" + f), o >= 3 && (n += ":" + r), t && (n = F(n, o)), n;
204
204
  }
205
- function F(a, t = 2, o = p.L.Not_date) {
206
- if ((!a || a.substring(0, 10) === "0000-00-00") && o && o !== "0000-00-00")
205
+ function F(s, t = 2, o = p.L.Not_date) {
206
+ if ((!s || s.substring(0, 10) === "0000-00-00") && o && o !== "0000-00-00")
207
207
  return o;
208
- const s = p.state.dateFormat.toLowerCase();
209
- let n = a.substring(0, 10);
210
- n.length === 7 && (n += "-01"), n += " 00:00", n = n.replace(/-/g, "/");
211
- const e = new Date(n);
208
+ const n = p.state.dateFormat.toLowerCase();
209
+ let a = s.substring(0, 10);
210
+ a.length === 7 && (a += "-01"), a += " 00:00", a = a.replace(/-/g, "/");
211
+ const e = new Date(a);
212
212
  if (isNaN(Number(e)))
213
213
  return o;
214
- let d = s.replace("y", String(e.getFullYear()).padStart(2, "0")).replace("m", String(e.getMonth() + 1).padStart(2, "0")).replace("d", String(e.getDate()).padStart(2, "0"));
215
- if (a.length > 10)
214
+ let d = n.replace("y", String(e.getFullYear()).padStart(2, "0")).replace("m", String(e.getMonth() + 1).padStart(2, "0")).replace("d", String(e.getDate()).padStart(2, "0"));
215
+ if (s.length > 10)
216
216
  switch (t) {
217
217
  case 1:
218
- d += " " + a.substring(11, 13);
218
+ d += " " + s.substring(11, 13);
219
219
  break;
220
220
  case 2:
221
- d += " " + a.substring(11, 16);
221
+ d += " " + s.substring(11, 16);
222
222
  break;
223
223
  case 3:
224
- d += " " + a.substring(11, 19);
224
+ d += " " + s.substring(11, 19);
225
225
  break;
226
226
  }
227
227
  return d;
228
228
  }
229
- function U(a, t = p.L.Not_date) {
230
- if (!a)
229
+ function U(s, t = p.L.Not_date) {
230
+ if (!s)
231
231
  return t;
232
- if (a.match(/\d\d\d\d-\d\d-\d\d/))
233
- return a;
234
- const o = p.state.dateFormat.toLowerCase(), s = a.split(/\W/), n = o.split(/\W/);
232
+ if (s.match(/\d\d\d\d-\d\d-\d\d/))
233
+ return s;
234
+ const o = p.state.dateFormat.toLowerCase(), n = s.split(/\W/), a = o.split(/\W/);
235
235
  let e = "", d = "", l = "";
236
- n.forEach((r, i) => {
236
+ a.forEach((r, i) => {
237
237
  switch (r) {
238
238
  case "d":
239
- e = s[i];
239
+ e = n[i];
240
240
  break;
241
241
  case "m":
242
- d = s[i];
242
+ d = n[i];
243
243
  break;
244
244
  case "y":
245
- l = s[i];
245
+ l = n[i];
246
246
  break;
247
247
  }
248
248
  });
@@ -256,50 +256,50 @@ const Se = { class: "top-avatar" }, Ve = ["src", "title"], Be = ["title"], Le =
256
256
  image: {},
257
257
  nickname: {},
258
258
  isOnline: { type: Boolean },
259
- lastActiveTime: {}
259
+ lastActiveTime: {},
260
+ i18n: { default: () => ({
261
+ Online: "Online",
262
+ LastSeen: "Last seen"
263
+ }) }
260
264
  },
261
- setup(a) {
262
- q((n) => ({
263
- ed0c8a30: n.size + "px"
265
+ setup(s) {
266
+ K((a) => ({
267
+ "5365dc30": a.size + "px"
264
268
  }));
265
- const t = a, o = {
266
- user: {
267
- Online: "Онлайн",
268
- LastSeen: "Заходил(а)"
269
- }
270
- }, s = g(() => {
269
+ const t = s, o = h(() => {
270
+ var a, e;
271
271
  if (t.isOnline)
272
- return o.user.Online;
272
+ return (a = t.i18n) == null ? void 0 : a.Online;
273
273
  if (t.lastActiveTime)
274
- return o.user.LastSeen + ": " + F(t.lastActiveTime, 2);
275
- });
276
- return (n, e) => (u(), m("div", Se, [
274
+ return ((e = t.i18n) == null ? void 0 : e.LastSeen) + ": " + F(t.lastActiveTime, 2);
275
+ }), n = h(() => t.nickname ? t.nickname + (o.value ? `
276
+ ${o.value}` : "") : o.value);
277
+ return (a, e) => (u(), m("div", Se, [
277
278
  $("img", {
278
279
  class: "top-avatar_image",
279
- src: n.image,
280
- title: t.nickname + (s.value ? `
281
- ${s.value}` : ""),
280
+ src: a.image,
281
+ title: n.value,
282
282
  alt: ""
283
283
  }, null, 8, Ve),
284
- n.isOnline ? (u(), m("div", {
284
+ a.isOnline ? (u(), m("div", {
285
285
  key: 0,
286
286
  class: "top-avatar_status",
287
- title: s.value
288
- }, null, 8, Be)) : h("", !0)
287
+ title: o.value
288
+ }, null, 8, Be)) : v("", !0)
289
289
  ]));
290
290
  }
291
291
  }), ze = {
292
292
  "top-avatar": "top-avatar",
293
293
  "top-avatar_image": "top-avatar_image",
294
294
  "top-avatar_status": "top-avatar_status"
295
- }, y = (a, t) => {
296
- const o = a.__vccOpts || a;
297
- for (const [s, n] of t)
298
- o[s] = n;
295
+ }, g = (s, t) => {
296
+ const o = s.__vccOpts || s;
297
+ for (const [n, a] of t)
298
+ o[n] = a;
299
299
  return o;
300
300
  }, Ee = {
301
301
  $style: ze
302
- }, jt = /* @__PURE__ */ y(Le, [["__cssModules", Ee]]), Te = {
302
+ }, jt = /* @__PURE__ */ g(Le, [["__cssModules", Ee]]), Te = {
303
303
  key: 0,
304
304
  class: "top-ellipsis"
305
305
  }, Fe = /* @__PURE__ */ w({
@@ -318,41 +318,41 @@ ${s.value}` : ""),
318
318
  isActive: { type: Boolean },
319
319
  isProgress: { type: Boolean }
320
320
  },
321
- setup(a) {
322
- const t = a, o = g(() => t.href ? "a" : "button"), s = g(() => t.isSubmit ? "submit" : void 0);
323
- return (n, e) => (u(), M(ee(o.value), {
324
- class: v({
325
- "top-active": n.isActive,
326
- "top-disabled": n.disabled,
327
- "top-forms-focusable": !n.disabled,
321
+ setup(s) {
322
+ const t = s, o = h(() => t.href ? "a" : "button"), n = h(() => t.isSubmit ? "submit" : void 0);
323
+ return (a, e) => (u(), M(ee(o.value), {
324
+ class: y({
325
+ "top-active": a.isActive,
326
+ "top-disabled": a.disabled,
327
+ "top-forms-focusable": !a.disabled,
328
328
  "top-button": !0,
329
- "top-button-progress": n.isProgress,
330
- [`top-size_${n.size}`]: !!n.size,
331
- [`top-color_${n.color}`]: !0,
332
- [`top-style_${n.styling}`]: !!n.styling,
333
- "top-button-withoutText": !n.$slots.default
329
+ "top-button-progress": a.isProgress,
330
+ [`top-size_${a.size}`]: !!a.size,
331
+ [`top-color_${a.color}`]: !0,
332
+ [`top-style_${a.styling}`]: !!a.styling,
333
+ "top-button-withoutText": !a.$slots.default
334
334
  }),
335
- name: n.name,
336
- title: n.title,
337
- href: n.href,
338
- type: s.value,
339
- "data-top-icon": n.icon || void 0,
340
- "data-top-icon2": n.icon2 || void 0,
341
- disabled: n.disabled || void 0,
342
- inProgress: n.isProgress
335
+ name: a.name,
336
+ title: a.title,
337
+ href: a.href,
338
+ type: n.value,
339
+ "data-top-icon": a.icon || void 0,
340
+ "data-top-icon2": a.icon2 || void 0,
341
+ disabled: a.disabled || void 0,
342
+ inProgress: a.isProgress
343
343
  }, {
344
344
  default: L(() => [
345
- n.$slots.default ? (u(), m("span", Te, [
346
- k(n.$slots, "default", {}, () => [
347
- te(S(n.icon ? "" : "Button"), 1)
345
+ a.$slots.default ? (u(), m("span", Te, [
346
+ k(a.$slots, "default", {}, () => [
347
+ te(S(a.icon ? "" : "Button"), 1)
348
348
  ])
349
- ])) : h("", !0),
350
- k(n.$slots, "html")
349
+ ])) : v("", !0),
350
+ k(a.$slots, "html")
351
351
  ]),
352
352
  _: 3
353
353
  }, 8, ["class", "name", "title", "href", "type", "data-top-icon", "data-top-icon2", "disabled", "inProgress"]));
354
354
  }
355
- }), Re = "_progress_1f1nw_1", De = {
355
+ }), Re = "_progress_1hqxk_1", De = {
356
356
  "top-button": "top-button",
357
357
  "top-active": "top-active",
358
358
  "top-button-progress": "top-button-progress",
@@ -371,16 +371,16 @@ ${s.value}` : ""),
371
371
  "top-size_xl": "top-size_xl"
372
372
  }, Ae = {
373
373
  $style: De
374
- }, Yt = /* @__PURE__ */ y(Fe, [["__cssModules", Ae]]), Ce = { class: "top-forms-optionLabel" }, Pe = /* @__PURE__ */ w({
374
+ }, Yt = /* @__PURE__ */ g(Fe, [["__cssModules", Ae]]), Ce = { class: "top-forms-optionLabel" }, Pe = /* @__PURE__ */ w({
375
375
  __name: "controlLabel",
376
376
  props: {
377
377
  description: {},
378
378
  disabled: { type: Boolean }
379
379
  },
380
- setup(a) {
380
+ setup(s) {
381
381
  return (t, o) => (u(), m("div", Ce, [
382
382
  $("div", {
383
- class: v({
383
+ class: y({
384
384
  "top-forms-optionLabel_title": !0,
385
385
  "top-forms-optionLabel_title-disabled": t.disabled
386
386
  })
@@ -389,8 +389,8 @@ ${s.value}` : ""),
389
389
  ], 2),
390
390
  t.description ? (u(), m("div", {
391
391
  key: 0,
392
- class: v(["top-forms-optionLabel_description", { "top-forms-optionLabel_description-disabled": t.disabled }])
393
- }, S(t.description), 3)) : h("", !0)
392
+ class: y(["top-forms-optionLabel_description", { "top-forms-optionLabel_description-disabled": t.disabled }])
393
+ }, S(t.description), 3)) : v("", !0)
394
394
  ]));
395
395
  }
396
396
  }), We = {
@@ -399,9 +399,9 @@ ${s.value}` : ""),
399
399
  "top-forms-optionLabel_title-disabled": "top-forms-optionLabel_title-disabled",
400
400
  "top-forms-optionLabel_description": "top-forms-optionLabel_description",
401
401
  "top-forms-optionLabel_description-disabled": "top-forms-optionLabel_description-disabled"
402
- }, Ne = {
402
+ }, Oe = {
403
403
  $style: We
404
- }, P = /* @__PURE__ */ y(Pe, [["__cssModules", Ne]]), Oe = ["name", "value", "indeterminate", "disabled"], He = /* @__PURE__ */ w({
404
+ }, P = /* @__PURE__ */ g(Pe, [["__cssModules", Oe]]), Ne = ["name", "value", "indeterminate", "disabled"], Ie = /* @__PURE__ */ w({
405
405
  __name: "checkbox",
406
406
  props: /* @__PURE__ */ A({
407
407
  modelValue: { type: [Boolean, Array, Set] },
@@ -416,10 +416,10 @@ ${s.value}` : ""),
416
416
  modelModifiers: {}
417
417
  }),
418
418
  emits: ["update:modelValue"],
419
- setup(a) {
420
- const t = Q(a, "modelValue");
421
- return (o, s) => (u(), m("label", {
422
- class: v({
419
+ setup(s) {
420
+ const t = Q(s, "modelValue");
421
+ return (o, n) => (u(), m("label", {
422
+ class: y({
423
423
  "top-forms-optionWrapper": !0,
424
424
  "top-checkbox": !0,
425
425
  ["top-checkbox_" + o.name]: !!o.name,
@@ -429,18 +429,18 @@ ${s.value}` : ""),
429
429
  }, [
430
430
  V($("input", {
431
431
  type: "checkbox",
432
- class: v({
432
+ class: y({
433
433
  "top-forms-focusable": !o.disabled,
434
434
  "top-forms-option": !0,
435
435
  "top-checkbox_input": !0,
436
436
  "top-error": o.isError && !o.disabled
437
437
  }),
438
438
  name: o.name,
439
- "onUpdate:modelValue": s[0] || (s[0] = (n) => t.value = n),
439
+ "onUpdate:modelValue": n[0] || (n[0] = (a) => t.value = a),
440
440
  value: o.value,
441
441
  indeterminate: o.indeterminate,
442
442
  disabled: o.disabled
443
- }, null, 10, Oe), [
443
+ }, null, 10, Ne), [
444
444
  [X, t.value]
445
445
  ]),
446
446
  o.$slots.default ? (u(), M(P, {
@@ -452,32 +452,32 @@ ${s.value}` : ""),
452
452
  k(o.$slots, "default")
453
453
  ]),
454
454
  _: 3
455
- }, 8, ["description", "disabled"])) : h("", !0)
455
+ }, 8, ["description", "disabled"])) : v("", !0)
456
456
  ], 2));
457
457
  }
458
- }), Ie = {
458
+ }), He = {
459
459
  "top-checkbox": "top-checkbox",
460
460
  "top-checkbox_input": "top-checkbox_input",
461
461
  "top-error": "top-error"
462
462
  }, Ue = {
463
- $style: Ie
464
- }, Gt = /* @__PURE__ */ y(He, [["__cssModules", Ue]]), je = ["title"], Ye = /* @__PURE__ */ w({
463
+ $style: He
464
+ }, qt = /* @__PURE__ */ g(Ie, [["__cssModules", Ue]]), je = ["title"], Ye = /* @__PURE__ */ w({
465
465
  __name: "hint",
466
466
  props: {
467
467
  hint: {}
468
468
  },
469
- setup(a) {
469
+ setup(s) {
470
470
  return (t, o) => (u(), m("span", {
471
471
  class: "top-hint",
472
472
  "data-top-icon": "",
473
473
  title: t.hint
474
474
  }, null, 8, je));
475
475
  }
476
- }), Ge = {
476
+ }), qe = {
477
477
  "top-hint": "top-hint"
478
- }, Ke = {
479
- $style: Ge
480
- }, qe = /* @__PURE__ */ y(Ye, [["__cssModules", Ke]]), Qe = ["data-top-icon", "data-top-icon2"], Xe = ["name", "title", "placeholder", "disabled", "readonly"], Je = {
478
+ }, Ge = {
479
+ $style: qe
480
+ }, Ke = /* @__PURE__ */ g(Ye, [["__cssModules", Ge]]), Qe = ["data-top-icon", "data-top-icon2"], Xe = ["name", "title", "placeholder", "disabled", "readonly"], Je = {
481
481
  key: 2,
482
482
  class: "top-formsCaption"
483
483
  }, Ze = /* @__PURE__ */ w({
@@ -499,31 +499,31 @@ ${s.value}` : ""),
499
499
  captionType: { default: "" }
500
500
  },
501
501
  emits: ["update:modelValue"],
502
- setup(a, { emit: t }) {
503
- const o = a, s = t, n = g({
502
+ setup(s, { emit: t }) {
503
+ const o = s, n = t, a = h({
504
504
  get() {
505
505
  return o.modelValue;
506
506
  },
507
507
  set(l) {
508
- s("update:modelValue", l);
508
+ n("update:modelValue", l);
509
509
  }
510
- }), e = g(() => o.addCleaner && !o.title || o.captionType !== "" ? "" : o.title), d = (l) => {
511
- o.modelValue && l.stopPropagation(), s("update:modelValue", "");
510
+ }), e = h(() => o.addCleaner && !o.title || o.captionType !== "" ? "" : o.title), d = (l) => {
511
+ o.modelValue && l.stopPropagation(), n("update:modelValue", "");
512
512
  };
513
513
  return (l, f) => (u(), m("label", {
514
- class: v({
514
+ class: y({
515
515
  "top-input": !0,
516
516
  ["top-size_" + l.size]: !0,
517
517
  "top-disabled": l.disabled,
518
518
  ["top-input-" + l.modificator]: !!l.modificator,
519
- "top-input-withCleaner": l.addCleaner && n.value && n.value !== "0000-00-00",
519
+ "top-input-withCleaner": l.addCleaner && a.value && a.value !== "0000-00-00",
520
520
  "top-formsCaptionWrapper": l.captionType !== "",
521
521
  "top-formsCaptionWrapper-always": l.captionType === "top"
522
522
  }),
523
523
  "data-top-icon": l.icon,
524
524
  "data-top-icon2": l.icon2
525
525
  }, [
526
- l.isLoading ? (u(), M(B(Wt), { key: 0 })) : h("", !0),
526
+ l.isLoading ? (u(), M(B(Wt), { key: 0 })) : v("", !0),
527
527
  V($("input", T({
528
528
  type: "text",
529
529
  class: {
@@ -534,22 +534,22 @@ ${s.value}` : ""),
534
534
  },
535
535
  autocomplete: "off_always",
536
536
  name: l.name,
537
- "onUpdate:modelValue": f[0] || (f[0] = (r) => n.value = r),
537
+ "onUpdate:modelValue": f[0] || (f[0] = (r) => a.value = r),
538
538
  title: l.title,
539
539
  placeholder: e.value,
540
540
  disabled: l.disabled,
541
541
  readonly: l.readonly,
542
542
  onKeydown: f[1] || (f[1] = oe((r) => (l.addCleaner || !!l.$slots.btn) && d(r), ["esc"]))
543
543
  }, l.$attrs), null, 16, Xe), [
544
- [J, n.value]
544
+ [J, a.value]
545
545
  ]),
546
- l.addCleaner && n.value && n.value !== "0000-00-00" ? (u(), m("span", {
546
+ l.addCleaner && a.value && a.value !== "0000-00-00" ? (u(), m("span", {
547
547
  key: 1,
548
548
  class: "top-input_cleaner",
549
549
  "data-top-icon": "",
550
550
  onClick: ae(d, ["prevent"])
551
- })) : h("", !0),
552
- l.captionType !== "" ? (u(), m("span", Je, S(l.title), 1)) : h("", !0),
551
+ })) : v("", !0),
552
+ l.captionType !== "" ? (u(), m("span", Je, S(l.title), 1)) : v("", !0),
553
553
  k(l.$slots, "default")
554
554
  ], 10, Qe));
555
555
  }
@@ -561,8 +561,8 @@ ${s.value}` : ""),
561
561
  "top-loadbar": "top-loadbar"
562
562
  }, et = {
563
563
  $style: xe
564
- }, j = /* @__PURE__ */ y(Ze, [["__cssModules", et]]), tt = ["modelValue"], ot = !!document.documentElement.ontouchstart && !!document.createElement("input").showPicker;
565
- let Y = (a) => {
564
+ }, j = /* @__PURE__ */ g(Ze, [["__cssModules", et]]), tt = ["modelValue"], ot = !!document.documentElement.ontouchstart && !!document.createElement("input").showPicker;
565
+ let Y = (s) => {
566
566
  };
567
567
  const at = /* @__PURE__ */ w({
568
568
  __name: "inputDate",
@@ -582,19 +582,19 @@ const at = /* @__PURE__ */ w({
582
582
  captionType: {}
583
583
  },
584
584
  emits: ["update:modelValue"],
585
- setup(a, { emit: t }) {
586
- const o = a, s = t;
585
+ setup(s, { emit: t }) {
586
+ const o = s, n = t;
587
587
  se(() => {
588
588
  e && e.datepicker("destroy");
589
589
  });
590
- const n = ne();
590
+ const a = ne();
591
591
  let e;
592
- const d = g({
592
+ const d = h({
593
593
  get() {
594
594
  return F(o.modelValue, 2, "0000-00-00");
595
595
  },
596
596
  set(i) {
597
- i = U(i, "0000-00-00"), s("update:modelValue", i);
597
+ i = U(i, "0000-00-00"), n("update:modelValue", i);
598
598
  }
599
599
  });
600
600
  let l = (i) => {
@@ -608,7 +608,7 @@ const at = /* @__PURE__ */ w({
608
608
  d.value = i.target.value;
609
609
  };
610
610
  async function r(i) {
611
- const c = await import("./datepicker-C86O1mQq.es.js");
611
+ const c = await import("./datepicker-BMrdz1zd.es.js");
612
612
  Y = c.oninput, e = c.connectDatepicker(i.target, {
613
613
  onSelect: () => f(i)
614
614
  }), e && e.datepicker("show");
@@ -616,12 +616,12 @@ const at = /* @__PURE__ */ w({
616
616
  return (i, c) => B(ot) ? (u(), M(B(j), T({ key: 0 }, i.$props, {
617
617
  modelValue: d.value,
618
618
  readonly: "",
619
- onClick: c[1] || (c[1] = (b) => n.value.showPicker())
619
+ onClick: c[1] || (c[1] = (b) => a.value.showPicker())
620
620
  }), {
621
621
  default: L(() => [
622
622
  $("input", {
623
623
  ref_key: "el",
624
- ref: n,
624
+ ref: a,
625
625
  type: "date",
626
626
  class: "top-input_input-date",
627
627
  modelValue: i.modelValue,
@@ -644,9 +644,9 @@ const at = /* @__PURE__ */ w({
644
644
  "top-input_input-date": "top-input_input-date"
645
645
  }, nt = {
646
646
  $style: st
647
- }, Kt = /* @__PURE__ */ y(at, [["__cssModules", nt]]), it = { class: "top-inputRange" }, lt = /* @__PURE__ */ $("span", { class: "top-inputRange_dash" }, " — ", -1), rt = /* @__PURE__ */ w({
647
+ }, Gt = /* @__PURE__ */ g(at, [["__cssModules", nt]]), it = { class: "top-inputRange" }, lt = /* @__PURE__ */ $("span", { class: "top-inputRange_dash" }, " — ", -1), rt = /* @__PURE__ */ w({
648
648
  __name: "inputRange",
649
- setup(a) {
649
+ setup(s) {
650
650
  return (t, o) => (u(), m("div", it, [
651
651
  k(t.$slots, "from"),
652
652
  lt,
@@ -659,7 +659,7 @@ const at = /* @__PURE__ */ w({
659
659
  "top-input": "top-input"
660
660
  }, pt = {
661
661
  $style: dt
662
- }, qt = /* @__PURE__ */ y(rt, [["__cssModules", pt]]), ut = ["name", "value", "disabled"], ct = /* @__PURE__ */ w({
662
+ }, Kt = /* @__PURE__ */ g(rt, [["__cssModules", pt]]), ut = ["name", "value", "disabled"], ct = /* @__PURE__ */ w({
663
663
  __name: "radio",
664
664
  props: {
665
665
  modelValue: {},
@@ -670,17 +670,17 @@ const at = /* @__PURE__ */ w({
670
670
  isError: { type: Boolean }
671
671
  },
672
672
  emits: ["update:modelValue"],
673
- setup(a, { emit: t }) {
674
- const o = a, s = t, n = g({
673
+ setup(s, { emit: t }) {
674
+ const o = s, n = t, a = h({
675
675
  get() {
676
676
  return o.modelValue;
677
677
  },
678
678
  set(e) {
679
- s("update:modelValue", e);
679
+ n("update:modelValue", e);
680
680
  }
681
681
  });
682
682
  return (e, d) => (u(), m("label", {
683
- class: v({
683
+ class: y({
684
684
  "top-forms-optionWrapper": !0,
685
685
  "top-radio": !0,
686
686
  ["top-radio_" + e.name]: e.name !== "",
@@ -690,18 +690,18 @@ const at = /* @__PURE__ */ w({
690
690
  }, [
691
691
  V($("input", {
692
692
  type: "radio",
693
- class: v({
693
+ class: y({
694
694
  "top-forms-focusable": !e.disabled,
695
695
  "top-forms-option": !0,
696
696
  "top-radio_input": !0,
697
697
  "top-error": e.isError && !e.disabled
698
698
  }),
699
- "onUpdate:modelValue": d[0] || (d[0] = (l) => n.value = l),
699
+ "onUpdate:modelValue": d[0] || (d[0] = (l) => a.value = l),
700
700
  name: e.name,
701
701
  value: e.value,
702
702
  disabled: e.disabled
703
703
  }, null, 10, ut), [
704
- [ie, n.value]
704
+ [ie, a.value]
705
705
  ]),
706
706
  e.$slots.default ? (u(), M(P, {
707
707
  key: 0,
@@ -712,7 +712,7 @@ const at = /* @__PURE__ */ w({
712
712
  k(e.$slots, "default")
713
713
  ]),
714
714
  _: 3
715
- }, 8, ["description", "disabled"])) : h("", !0)
715
+ }, 8, ["description", "disabled"])) : v("", !0)
716
716
  ], 2));
717
717
  }
718
718
  }), mt = {
@@ -721,7 +721,7 @@ const at = /* @__PURE__ */ w({
721
721
  "top-error": "top-error"
722
722
  }, ft = {
723
723
  $style: mt
724
- }, Qt = /* @__PURE__ */ y(ct, [["__cssModules", ft]]), bt = ["name", "value", "disabled"], ht = /* @__PURE__ */ w({
724
+ }, Qt = /* @__PURE__ */ g(ct, [["__cssModules", ft]]), bt = ["name", "value", "disabled"], ht = /* @__PURE__ */ w({
725
725
  __name: "switcher",
726
726
  props: {
727
727
  modelValue: { type: [Boolean, Array, Set] },
@@ -732,17 +732,17 @@ const at = /* @__PURE__ */ w({
732
732
  isError: { type: Boolean }
733
733
  },
734
734
  emits: ["update:modelValue"],
735
- setup(a, { emit: t }) {
736
- const o = a, s = t, n = g({
735
+ setup(s, { emit: t }) {
736
+ const o = s, n = t, a = h({
737
737
  get() {
738
738
  return o.modelValue;
739
739
  },
740
740
  set(e) {
741
- s("update:modelValue", e);
741
+ n("update:modelValue", e);
742
742
  }
743
743
  });
744
744
  return (e, d) => (u(), m("label", {
745
- class: v({
745
+ class: y({
746
746
  "top-forms-optionWrapper": !0,
747
747
  "top-checkboxSwitcher": !0,
748
748
  "top-disabled": e.disabled,
@@ -751,18 +751,18 @@ const at = /* @__PURE__ */ w({
751
751
  }, [
752
752
  V($("input", {
753
753
  type: "checkbox",
754
- class: v({
754
+ class: y({
755
755
  "top-forms-focusable": !e.disabled,
756
756
  "top-forms-option": !0,
757
757
  "top-checkboxSwitcher_input": !0,
758
758
  "top-error": e.isError && !e.disabled
759
759
  }),
760
- "onUpdate:modelValue": d[0] || (d[0] = (l) => n.value = l),
760
+ "onUpdate:modelValue": d[0] || (d[0] = (l) => a.value = l),
761
761
  name: e.name,
762
762
  value: e.value,
763
763
  disabled: e.disabled
764
764
  }, null, 10, bt), [
765
- [X, n.value]
765
+ [X, a.value]
766
766
  ]),
767
767
  e.$slots.default ? (u(), M(P, {
768
768
  key: 0,
@@ -773,7 +773,7 @@ const at = /* @__PURE__ */ w({
773
773
  k(e.$slots, "default")
774
774
  ]),
775
775
  _: 3
776
- }, 8, ["description", "disabled"])) : h("", !0)
776
+ }, 8, ["description", "disabled"])) : v("", !0)
777
777
  ], 2));
778
778
  }
779
779
  }), vt = {
@@ -782,7 +782,7 @@ const at = /* @__PURE__ */ w({
782
782
  "top-error": "top-error"
783
783
  }, yt = {
784
784
  $style: vt
785
- }, Xt = /* @__PURE__ */ y(ht, [["__cssModules", yt]]), gt = ["name", "placeholder", "disabled", "readonly", "rows"], wt = {
785
+ }, Xt = /* @__PURE__ */ g(ht, [["__cssModules", yt]]), gt = ["name", "placeholder", "disabled", "readonly", "rows"], wt = {
786
786
  key: 0,
787
787
  class: "top-textarea_pseudoContent"
788
788
  }, $t = /* @__PURE__ */ w({
@@ -801,22 +801,22 @@ const at = /* @__PURE__ */ w({
801
801
  hint: {}
802
802
  },
803
803
  emits: ["update:modelValue"],
804
- setup(a, { emit: t }) {
805
- q((e) => ({
806
- c838a038: e.minHeight + "px"
804
+ setup(s, { emit: t }) {
805
+ K((e) => ({
806
+ c35baa86: e.minHeight + "px"
807
807
  }));
808
- const o = a, s = t, n = g({
808
+ const o = s, n = t, a = h({
809
809
  get() {
810
810
  return o.modelValue;
811
811
  },
812
812
  set(e) {
813
- s("update:modelValue", e);
813
+ n("update:modelValue", e);
814
814
  }
815
815
  });
816
816
  return (e, d) => {
817
817
  const l = le("top-tooltip");
818
818
  return u(), m("label", {
819
- class: v({
819
+ class: y({
820
820
  "top-textarea": !0,
821
821
  ["top-textarea-" + e.name]: e.name,
822
822
  "top-disabled": e.disabled
@@ -837,18 +837,18 @@ const at = /* @__PURE__ */ w({
837
837
  readonly: e.readonly,
838
838
  rows: e.expandable ? void 0 : e.rows
839
839
  }, e.$attrs, {
840
- "onUpdate:modelValue": d[0] || (d[0] = (f) => n.value = f)
840
+ "onUpdate:modelValue": d[0] || (d[0] = (f) => a.value = f)
841
841
  }), null, 16, gt), [
842
- [J, n.value]
842
+ [J, a.value]
843
843
  ]),
844
- e.expandable ? (u(), m("div", wt, S(n.value + " "), 1)) : h("", !0),
845
- e.hint ? V((u(), M(qe, {
844
+ e.expandable ? (u(), m("div", wt, S(a.value + " "), 1)) : v("", !0),
845
+ e.hint ? V((u(), M(Ke, {
846
846
  key: 1,
847
847
  class: "top-textarea_hint",
848
848
  hint: e.hint
849
849
  }, null, 8, ["hint"])), [
850
850
  [l]
851
- ]) : h("", !0)
851
+ ]) : v("", !0)
852
852
  ], 2);
853
853
  };
854
854
  }
@@ -860,7 +860,7 @@ const at = /* @__PURE__ */ w({
860
860
  "top-textarea_hint": "top-textarea_hint"
861
861
  }, kt = {
862
862
  $style: _t
863
- }, Jt = /* @__PURE__ */ y($t, [["__cssModules", kt]]), Mt = ["data-value", "data-top-icon", "data-top-icon2"], St = ["name", "disabled"], Vt = ["label", "disabled"], Bt = ["value", "selected", "disabled"], Lt = ["value", "selected", "disabled"], zt = {
863
+ }, Jt = /* @__PURE__ */ g($t, [["__cssModules", kt]]), Mt = ["data-value", "data-top-icon", "data-top-icon2"], St = ["name", "disabled"], Vt = ["label", "disabled"], Bt = ["value", "selected", "disabled"], Lt = ["value", "selected", "disabled"], zt = {
864
864
  key: 1,
865
865
  class: "top-formsCaption"
866
866
  }, Et = /* @__PURE__ */ w({
@@ -882,8 +882,8 @@ const at = /* @__PURE__ */ w({
882
882
  modelModifiers: {}
883
883
  }),
884
884
  emits: /* @__PURE__ */ A(["update:modelValue"], ["update:modelValue"]),
885
- setup(a, { emit: t }) {
886
- const o = a, s = Q(a, "modelValue"), n = g(() => {
885
+ setup(s, { emit: t }) {
886
+ const o = s, n = Q(s, "modelValue"), a = h(() => {
887
887
  const r = /* @__PURE__ */ new Map();
888
888
  return o.options.forEach((i, c) => {
889
889
  if (typeof i == "string" && (i = d(c, i)), i.children) {
@@ -894,9 +894,9 @@ const at = /* @__PURE__ */ w({
894
894
  } else
895
895
  r.set(i.value, i);
896
896
  }), r;
897
- }), e = g(() => {
897
+ }), e = h(() => {
898
898
  const r = /* @__PURE__ */ new Map();
899
- return n.value.forEach((i) => {
899
+ return a.value.forEach((i) => {
900
900
  if (!i.disabled) {
901
901
  if (i.children) {
902
902
  i.children.forEach((c) => {
@@ -915,17 +915,17 @@ const at = /* @__PURE__ */ w({
915
915
  () => o.modelValue,
916
916
  e
917
917
  ], () => {
918
- (s.value === null || s.value === void 0) && e.value.size && (console.warn("Пожалуйста, не передавайте в компонент Select значения null и undefined"), s.value = e.value.keys().next().value);
918
+ (n.value === null || n.value === void 0) && e.value.size && (console.warn("Пожалуйста, не передавайте в компонент Select значения null и undefined"), n.value = e.value.keys().next().value);
919
919
  }, { immediate: !0 });
920
- const l = g(() => {
920
+ const l = h(() => {
921
921
  var r;
922
- return (r = e.value.get(s.value)) == null ? void 0 : r.icon;
922
+ return (r = e.value.get(n.value)) == null ? void 0 : r.icon;
923
923
  }), f = () => {
924
- const r = [...e.value.keys()], c = (r.indexOf(s.value) + 1) % r.length;
925
- s.value = r[c];
924
+ const r = [...e.value.keys()], c = (r.indexOf(n.value) + 1) % r.length;
925
+ n.value = r[c];
926
926
  };
927
927
  return (r, i) => (u(), m("label", {
928
- class: v({
928
+ class: y({
929
929
  "top-select": !0,
930
930
  ["top-select-" + r.name]: r.name,
931
931
  ["top-size_" + r.size]: !0,
@@ -933,12 +933,12 @@ const at = /* @__PURE__ */ w({
933
933
  "top-select-error": r.isError,
934
934
  "top-disabled": r.disabled
935
935
  }),
936
- "data-value": s.value,
936
+ "data-value": n.value,
937
937
  "data-top-icon": r.icon,
938
938
  "data-top-icon2": l.value
939
939
  }, [
940
940
  V($("select", {
941
- class: v({
941
+ class: y({
942
942
  "top-forms-focusable": !r.disabled,
943
943
  "top-select_select": !0,
944
944
  "top-select_arrow": !0,
@@ -946,36 +946,36 @@ const at = /* @__PURE__ */ w({
946
946
  }),
947
947
  name: r.name,
948
948
  disabled: r.disabled,
949
- "onUpdate:modelValue": i[0] || (i[0] = (c) => s.value = c)
949
+ "onUpdate:modelValue": i[0] || (i[0] = (c) => n.value = c)
950
950
  }, [
951
- (u(!0), m(R, null, N(n.value, ([c, b]) => (u(), m(R, null, [
951
+ (u(!0), m(R, null, O(a.value, ([c, b]) => (u(), m(R, null, [
952
952
  b.children ? (u(), m("optgroup", {
953
953
  key: "group_" + c,
954
954
  label: b.title,
955
955
  disabled: b.disabled
956
956
  }, [
957
- (u(!0), m(R, null, N(b.children, ([_, z]) => (u(), m("option", {
957
+ (u(!0), m(R, null, O(b.children, ([_, z]) => (u(), m("option", {
958
958
  key: _,
959
959
  value: _,
960
- selected: _ === s.value,
960
+ selected: _ === n.value,
961
961
  disabled: z.disabled
962
962
  }, S(z.title), 9, Bt))), 128))
963
963
  ], 8, Vt)) : (u(), m("option", {
964
964
  key: c ?? void 0,
965
965
  value: c,
966
- selected: c === s.value,
966
+ selected: c === n.value,
967
967
  disabled: b.disabled
968
968
  }, S(b.title), 9, Lt))
969
969
  ], 64))), 256))
970
970
  ], 10, St), [
971
- [de, s.value]
971
+ [de, n.value]
972
972
  ]),
973
973
  r.addChanger && e.value.size && !r.disabled ? (u(), m("span", {
974
974
  key: 0,
975
975
  class: "top-changer",
976
976
  onClick: f
977
- })) : h("", !0),
978
- r.title ? (u(), m("span", zt, S(r.title), 1)) : h("", !0)
977
+ })) : v("", !0),
978
+ r.title ? (u(), m("span", zt, S(r.title), 1)) : v("", !0)
979
979
  ], 10, Mt));
980
980
  }
981
981
  }), Tt = {
@@ -985,42 +985,42 @@ const at = /* @__PURE__ */ w({
985
985
  "top-changer": "top-changer"
986
986
  }, Ft = {
987
987
  $style: Tt
988
- }, Zt = /* @__PURE__ */ y(Et, [["__cssModules", Ft]]), Rt = {
988
+ }, Zt = /* @__PURE__ */ g(Et, [["__cssModules", Ft]]), Rt = {
989
989
  "top-loadbar": "top-loadbar"
990
990
  }, Dt = {}, At = { class: "top-loadbar" };
991
- function Ct(a, t) {
991
+ function Ct(s, t) {
992
992
  return u(), m("div", At);
993
993
  }
994
994
  const Pt = {
995
995
  $style: Rt
996
- }, Wt = /* @__PURE__ */ y(Dt, [["render", Ct], ["__cssModules", Pt]]);
996
+ }, Wt = /* @__PURE__ */ g(Dt, [["render", Ct], ["__cssModules", Pt]]);
997
997
  export {
998
998
  Yt as B,
999
999
  p as C,
1000
1000
  ge as E,
1001
- qe as H,
1001
+ Ke as H,
1002
1002
  j as I,
1003
1003
  Wt as L,
1004
1004
  Jt as T,
1005
- I as _,
1006
- y as a,
1005
+ H as _,
1006
+ g as a,
1007
1007
  pe as b,
1008
1008
  ue as c,
1009
1009
  F as d,
1010
1010
  ce as e,
1011
1011
  me as f,
1012
- It as g,
1012
+ Ht as g,
1013
1013
  Me as h,
1014
- Ht as i,
1014
+ It as i,
1015
1015
  U as j,
1016
1016
  jt as k,
1017
- Gt as l,
1017
+ qt as l,
1018
1018
  P as m,
1019
- Kt as n,
1020
- qt as o,
1019
+ Gt as n,
1020
+ Kt as o,
1021
1021
  Xt as p,
1022
1022
  Zt as q,
1023
1023
  Qt as r,
1024
1024
  Ut as s
1025
1025
  };
1026
- //# sourceMappingURL=forms-gb7uf2K8.es.js.map
1026
+ //# sourceMappingURL=forms-C4UtO06K.es.js.map