@topvisor/ui 1.0.13 → 1.0.14-pinia-prepare-2

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 (119) hide show
  1. package/.chunks/{datepicker-DOmAO7Nq.es.js → datepicker-BuFX5Ibd.es.js} +2 -2
  2. package/.chunks/{datepicker-DOmAO7Nq.es.js.map → datepicker-BuFX5Ibd.es.js.map} +1 -1
  3. package/.chunks/{datepicker-DX0qKxI_.amd.js → datepicker-nf_2LrjW.amd.js} +2 -2
  4. package/.chunks/{datepicker-DX0qKxI_.amd.js.map → datepicker-nf_2LrjW.amd.js.map} +1 -1
  5. package/.chunks/{forms-Dg1N8Jv3.amd.js → forms-BLpuaGu3.amd.js} +3 -3
  6. package/.chunks/{forms-Dg1N8Jv3.amd.js.map → forms-BLpuaGu3.amd.js.map} +1 -1
  7. package/.chunks/{forms-FHMqYVvM.es.js → forms-CO7gZ-Jf.es.js} +124 -124
  8. package/.chunks/{forms-FHMqYVvM.es.js.map → forms-CO7gZ-Jf.es.js.map} +1 -1
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CuWOLCGe.es.js → listItem.vue_vue_type_script_setup_true_lang-BViq2HMb.es.js} +2 -2
  10. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CuWOLCGe.es.js.map → listItem.vue_vue_type_script_setup_true_lang-BViq2HMb.es.js.map} +1 -1
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-tzOQcPs_.amd.js → listItem.vue_vue_type_script_setup_true_lang-C3_ynkiW.amd.js} +2 -2
  12. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-tzOQcPs_.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-C3_ynkiW.amd.js.map} +1 -1
  13. package/.chunks/{menu.vue_vue_type_style_index_0_lang-C_ND48ou.amd.js → menu.vue_vue_type_style_index_0_lang-B3O5DQLa.amd.js} +2 -2
  14. package/.chunks/{menu.vue_vue_type_style_index_0_lang-C_ND48ou.amd.js.map → menu.vue_vue_type_style_index_0_lang-B3O5DQLa.amd.js.map} +1 -1
  15. package/.chunks/{menu.vue_vue_type_style_index_0_lang-BGdS1bYl.es.js → menu.vue_vue_type_style_index_0_lang-tVQzbd1R.es.js} +2 -2
  16. package/.chunks/{menu.vue_vue_type_style_index_0_lang-BGdS1bYl.es.js.map → menu.vue_vue_type_style_index_0_lang-tVQzbd1R.es.js.map} +1 -1
  17. package/.chunks/notice-BShByAqB.amd.js +4 -0
  18. package/.chunks/notice-BShByAqB.amd.js.map +1 -0
  19. package/.chunks/notice-DqPTC2Eb.es.js +175 -0
  20. package/.chunks/notice-DqPTC2Eb.es.js.map +1 -0
  21. package/.chunks/{popup-CSNWKE4F.amd.js → popup-3eJtfdGC.amd.js} +2 -2
  22. package/.chunks/popup-3eJtfdGC.amd.js.map +1 -0
  23. package/.chunks/{popup-CBNL-Ixi.es.js → popup-PVygOyt6.es.js} +4 -4
  24. package/.chunks/popup-PVygOyt6.es.js.map +1 -0
  25. package/.chunks/{utils-B6497Bik.es.js → utils-CaTXdV8x.es.js} +52 -44
  26. package/.chunks/utils-CaTXdV8x.es.js.map +1 -0
  27. package/.chunks/utils-DqBBCGAB.amd.js +2 -0
  28. package/.chunks/utils-DqBBCGAB.amd.js.map +1 -0
  29. package/.chunks/{utils-BgirCapu.es.js → utils-DtkfhYfA.es.js} +59 -54
  30. package/.chunks/utils-DtkfhYfA.es.js.map +1 -0
  31. package/.chunks/{utils-DINqzHO_.amd.js → utils-FeIFDJOE.amd.js} +2 -2
  32. package/.chunks/utils-FeIFDJOE.amd.js.map +1 -0
  33. package/README.md +7 -12
  34. package/assets/core.css +1 -1
  35. package/assets/layout.css +1 -0
  36. package/charts/charts.amd.js +1 -1
  37. package/charts/charts.amd.js.map +1 -1
  38. package/charts/charts.js +47 -42
  39. package/charts/charts.js.map +1 -1
  40. package/components/charts/miniChart/miniChart.d.ts +5 -0
  41. package/components/core/notice/item/item.vue.d.ts +3 -1
  42. package/components/core/notice/item/types.d.ts +4 -0
  43. package/components/core/notice/utils.d.ts +1 -0
  44. package/components/dialog/dialog/composables/{asyncDialogWorker.d.ts → asyncDialogHandle.d.ts} +1 -1
  45. package/components/dialog/dialog/composables/utils.d.ts +2 -2
  46. package/components/dialog/dialog/dialogs/dialogs.vue.d.ts +1 -1
  47. package/components/dialog/lib/types.d.ts +6 -1
  48. package/components/dialog/lib/worker.d.ts +5 -0
  49. package/components/layout/islandRows/islandRows.vue.d.ts +16 -0
  50. package/components/layout/islandRows/islandRowsRow/islandRowsRow.vue.d.ts +17 -0
  51. package/components/layout/islandRows/islandRowsRow/types.d.ts +2 -0
  52. package/components/layout/islandRows/types.d.ts +10 -0
  53. package/components/layout/layout.d.ts +7 -0
  54. package/components/layout/rows/rows.vue.d.ts +20 -0
  55. package/components/layout/rows/types.d.ts +6 -0
  56. package/components/project/project.d.ts +1 -0
  57. package/core/app.amd.js +1 -1
  58. package/core/app.amd.js.map +1 -1
  59. package/core/app.js +30 -33
  60. package/core/app.js.map +1 -1
  61. package/core/core/options.d.ts +2 -2
  62. package/core/utils/check.d.ts +1 -1
  63. package/dialog/dialog.amd.js +1 -1
  64. package/dialog/dialog.js +2 -2
  65. package/forms/forms.amd.js +1 -1
  66. package/forms/forms.js +1 -1
  67. package/formsExt/formsExt.amd.js +1 -1
  68. package/formsExt/formsExt.js +54 -54
  69. package/icomoon/Topvisor icons.json +1421 -1192
  70. package/icomoon/demo-files/demo.css +0 -3
  71. package/icomoon/demo.html +103 -36
  72. package/icomoon/fonts/Topvisor-2.eot +0 -0
  73. package/icomoon/fonts/Topvisor-2.svg +8 -3
  74. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  75. package/icomoon/fonts/Topvisor-2.woff +0 -0
  76. package/icomoon/selection.json +1 -1
  77. package/icomoon/style.css +21 -5
  78. package/layout/layout.amd.js +2 -0
  79. package/layout/layout.amd.js.map +1 -0
  80. package/layout/layout.d.ts +2 -0
  81. package/layout/layout.js +54 -0
  82. package/layout/layout.js.map +1 -0
  83. package/package.json +3 -3
  84. package/popup/popup.amd.js +1 -1
  85. package/popup/popup.js +2 -2
  86. package/popup/worker.amd.js +1 -1
  87. package/popup/worker.js +2 -2
  88. package/project/project.amd.js +1 -1
  89. package/project/project.amd.js.map +1 -1
  90. package/project/project.js +457 -444
  91. package/project/project.js.map +1 -1
  92. package/tabsView/tabsView.amd.js +1 -1
  93. package/tabsView/tabsView.js +16 -16
  94. package/utils/check.amd.js +1 -1
  95. package/utils/check.amd.js.map +1 -1
  96. package/utils/check.js +12 -12
  97. package/utils/check.js.map +1 -1
  98. package/utils/date.amd.js +1 -1
  99. package/utils/date.js +1 -1
  100. package/utils/device.amd.js +1 -1
  101. package/utils/device.js +1 -1
  102. package/utils/lodash.amd.js +1 -1
  103. package/utils/lodash.js +5 -5
  104. package/utils/price.amd.js +1 -1
  105. package/utils/price.js +1 -1
  106. package/utils/string.amd.js +1 -1
  107. package/utils/string.js +1 -1
  108. package/.chunks/notice-BixWe-8g.amd.js +0 -4
  109. package/.chunks/notice-BixWe-8g.amd.js.map +0 -1
  110. package/.chunks/notice-D07Kq3fU.es.js +0 -172
  111. package/.chunks/notice-D07Kq3fU.es.js.map +0 -1
  112. package/.chunks/popup-CBNL-Ixi.es.js.map +0 -1
  113. package/.chunks/popup-CSNWKE4F.amd.js.map +0 -1
  114. package/.chunks/utils-B6497Bik.es.js.map +0 -1
  115. package/.chunks/utils-BgirCapu.es.js.map +0 -1
  116. package/.chunks/utils-Bxmh9YxC.amd.js +0 -2
  117. package/.chunks/utils-Bxmh9YxC.amd.js.map +0 -1
  118. package/.chunks/utils-DINqzHO_.amd.js.map +0 -1
  119. /package/components/dialog/dialog/composables/{dialogWorker.d.ts → dialogHandle.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { reactive as Te, watch as wt, ref as Le, getCurrentInstance as $e, inject as Ie, defineComponent as E, useCssVars as Tt, computed as S, openBlock as g, createElementBlock as h, createElementVNode as P, createCommentVNode as w, createBlock as B, resolveDynamicComponent as rn, normalizeClass as T, withCtx as te, renderSlot as C, createTextVNode as an, toDisplayString as N, mergeModels as Se, useModel as $t, withDirectives as z, vModelCheckbox as St, mergeProps as se, withKeys as on, vModelText as _t, withModifiers as sn, onUnmounted as ln, unref as he, vModelRadio as un, resolveDirective as dn, Fragment as be, renderList as Ke, vModelSelect as cn } from "vue";
1
+ import { reactive as Te, watch as wt, ref as Le, getCurrentInstance as $e, inject as Ie, defineComponent as E, useCssVars as Tt, computed as S, openBlock as g, createElementBlock as h, createElementVNode as P, createCommentVNode as w, createBlock as B, resolveDynamicComponent as rn, normalizeClass as T, withCtx as te, renderSlot as C, createTextVNode as an, toDisplayString as N, mergeModels as Se, useModel as $t, withDirectives as z, vModelCheckbox as St, mergeProps as se, withKeys as on, vModelText as _t, withModifiers as sn, onUnmounted as ln, unref as he, vModelRadio as dn, resolveDirective as un, Fragment as be, renderList as Ke, vModelSelect as cn } from "vue";
2
2
  function pn() {
3
3
  return "devicePixelRatio" in window && window.devicePixelRatio > 1;
4
4
  }
@@ -121,23 +121,23 @@ function Ye(e) {
121
121
  }
122
122
  var Wn = "Expected a function", Nn = Math.max, zn = Math.min;
123
123
  function At(e, t, n) {
124
- var r, o, a, s, i, l, u = 0, d = !1, c = !1, p = !0;
124
+ var r, o, a, s, i, l, d = 0, u = !1, c = !1, p = !0;
125
125
  if (typeof e != "function")
126
126
  throw new TypeError(Wn);
127
- t = Ye(t) || 0, O(n) && (d = !!n.leading, c = "maxWait" in n, a = c ? Nn(Ye(n.maxWait) || 0, t) : a, p = "trailing" in n ? !!n.trailing : p);
127
+ t = Ye(t) || 0, O(n) && (u = !!n.leading, c = "maxWait" in n, a = c ? Nn(Ye(n.maxWait) || 0, t) : a, p = "trailing" in n ? !!n.trailing : p);
128
128
  function y(v) {
129
129
  var I = r, Y = o;
130
- return r = o = void 0, u = v, s = e.apply(Y, I), s;
130
+ return r = o = void 0, d = v, s = e.apply(Y, I), s;
131
131
  }
132
132
  function H(v) {
133
- return u = v, i = setTimeout(_, t), d ? y(v) : s;
133
+ return d = v, i = setTimeout(_, t), u ? y(v) : s;
134
134
  }
135
135
  function ae(v) {
136
- var I = v - l, Y = v - u, Ge = t - I;
136
+ var I = v - l, Y = v - d, Ge = t - I;
137
137
  return c ? zn(Ge, a - Y) : Ge;
138
138
  }
139
139
  function A(v) {
140
- var I = v - l, Y = v - u;
140
+ var I = v - l, Y = v - d;
141
141
  return l === void 0 || I >= t || I < 0 || c && Y >= a;
142
142
  }
143
143
  function _() {
@@ -150,7 +150,7 @@ function At(e, t, n) {
150
150
  return i = void 0, p && r ? y(v) : (r = o = void 0, s);
151
151
  }
152
152
  function tn() {
153
- i !== void 0 && clearTimeout(i), u = 0, r = l = o = i = void 0;
153
+ i !== void 0 && clearTimeout(i), d = 0, r = l = o = i = void 0;
154
154
  }
155
155
  function nn() {
156
156
  return i === void 0 ? s : He(ye());
@@ -170,32 +170,32 @@ function At(e, t, n) {
170
170
  function Vn() {
171
171
  this.__data__ = [], this.size = 0;
172
172
  }
173
- function ue(e, t) {
173
+ function de(e, t) {
174
174
  return e === t || e !== e && t !== t;
175
175
  }
176
- function de(e, t) {
176
+ function ue(e, t) {
177
177
  for (var n = e.length; n--; )
178
- if (ue(e[n][0], t))
178
+ if (de(e[n][0], t))
179
179
  return n;
180
180
  return -1;
181
181
  }
182
182
  var Fn = Array.prototype, kn = Fn.splice;
183
183
  function Rn(e) {
184
- var t = this.__data__, n = de(t, e);
184
+ var t = this.__data__, n = ue(t, e);
185
185
  if (n < 0)
186
186
  return !1;
187
187
  var r = t.length - 1;
188
188
  return n == r ? t.pop() : kn.call(t, n, 1), --this.size, !0;
189
189
  }
190
190
  function Un(e) {
191
- var t = this.__data__, n = de(t, e);
191
+ var t = this.__data__, n = ue(t, e);
192
192
  return n < 0 ? void 0 : t[n][1];
193
193
  }
194
194
  function Hn(e) {
195
- return de(this.__data__, e) > -1;
195
+ return ue(this.__data__, e) > -1;
196
196
  }
197
197
  function Gn(e, t) {
198
- var n = this.__data__, r = de(n, e);
198
+ var n = this.__data__, r = ue(n, e);
199
199
  return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
200
200
  }
201
201
  function L(e) {
@@ -251,13 +251,13 @@ function k(e) {
251
251
  }
252
252
  return "";
253
253
  }
254
- var rr = /[\\^$.*+?()[\]{}|]/g, ar = /^\[object .+?Constructor\]$/, or = Function.prototype, ir = Object.prototype, sr = or.toString, lr = ir.hasOwnProperty, ur = RegExp(
254
+ var rr = /[\\^$.*+?()[\]{}|]/g, ar = /^\[object .+?Constructor\]$/, or = Function.prototype, ir = Object.prototype, sr = or.toString, lr = ir.hasOwnProperty, dr = RegExp(
255
255
  "^" + sr.call(lr).replace(rr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
256
256
  );
257
- function dr(e) {
257
+ function ur(e) {
258
258
  if (!O(e) || er(e))
259
259
  return !1;
260
- var t = Be(e) ? ur : ar;
260
+ var t = Be(e) ? dr : ar;
261
261
  return t.test(k(e));
262
262
  }
263
263
  function cr(e, t) {
@@ -265,7 +265,7 @@ function cr(e, t) {
265
265
  }
266
266
  function R(e, t) {
267
267
  var n = cr(e, t);
268
- return dr(n) ? n : void 0;
268
+ return ur(n) ? n : void 0;
269
269
  }
270
270
  var Z = R(j, "Map"), x = R(Object, "create");
271
271
  function pr() {
@@ -390,7 +390,7 @@ function De(e, t, n) {
390
390
  var Lr = Object.prototype, Ir = Lr.hasOwnProperty;
391
391
  function jt(e, t, n) {
392
392
  var r = e[t];
393
- (!(Ir.call(e, t) && ue(r, n)) || n === void 0 && !(t in e)) && De(e, t, n);
393
+ (!(Ir.call(e, t) && de(r, n)) || n === void 0 && !(t in e)) && De(e, t, n);
394
394
  }
395
395
  function ne(e, t, n, r) {
396
396
  var o = !n;
@@ -427,8 +427,8 @@ var Ur = 9007199254740991;
427
427
  function Lt(e) {
428
428
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ur;
429
429
  }
430
- var Hr = "[object Arguments]", Gr = "[object Array]", Kr = "[object Boolean]", Xr = "[object Date]", qr = "[object Error]", Yr = "[object Function]", Qr = "[object Map]", Jr = "[object Number]", Zr = "[object Object]", xr = "[object RegExp]", ea = "[object Set]", ta = "[object String]", na = "[object WeakMap]", ra = "[object ArrayBuffer]", aa = "[object DataView]", oa = "[object Float32Array]", ia = "[object Float64Array]", sa = "[object Int8Array]", la = "[object Int16Array]", ua = "[object Int32Array]", da = "[object Uint8Array]", ca = "[object Uint8ClampedArray]", pa = "[object Uint16Array]", fa = "[object Uint32Array]", b = {};
431
- b[oa] = b[ia] = b[sa] = b[la] = b[ua] = b[da] = b[ca] = b[pa] = b[fa] = !0;
430
+ var Hr = "[object Arguments]", Gr = "[object Array]", Kr = "[object Boolean]", Xr = "[object Date]", qr = "[object Error]", Yr = "[object Function]", Qr = "[object Map]", Jr = "[object Number]", Zr = "[object Object]", xr = "[object RegExp]", ea = "[object Set]", ta = "[object String]", na = "[object WeakMap]", ra = "[object ArrayBuffer]", aa = "[object DataView]", oa = "[object Float32Array]", ia = "[object Float64Array]", sa = "[object Int8Array]", la = "[object Int16Array]", da = "[object Int32Array]", ua = "[object Uint8Array]", ca = "[object Uint8ClampedArray]", pa = "[object Uint16Array]", fa = "[object Uint32Array]", b = {};
431
+ b[oa] = b[ia] = b[sa] = b[la] = b[da] = b[ua] = b[ca] = b[pa] = b[fa] = !0;
432
432
  b[Hr] = b[Gr] = b[ra] = b[Kr] = b[aa] = b[Xr] = b[qr] = b[Yr] = b[Qr] = b[Jr] = b[Zr] = b[xr] = b[ea] = b[ta] = b[na] = !1;
433
433
  function ga(e) {
434
434
  return D(e) && Lt(e.length) && !!b[F(e)];
@@ -447,12 +447,12 @@ var It = typeof exports == "object" && exports && !exports.nodeType && exports,
447
447
  }(), et = X && X.isTypedArray, Bt = et ? Ne(et) : ga, ha = Object.prototype, ba = ha.hasOwnProperty;
448
448
  function Dt(e, t) {
449
449
  var n = ee(e), r = !n && _e(e), o = !n && !r && We(e), a = !n && !r && !o && Bt(e), s = n || r || o || a, i = s ? Br(e.length, String) : [], l = i.length;
450
- for (var u in e)
451
- (t || ba.call(e, u)) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
452
- (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
453
- o && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
454
- a && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
455
- Ct(u, l))) && i.push(u);
450
+ for (var d in e)
451
+ (t || ba.call(e, d)) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
452
+ (d == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
453
+ o && (d == "offset" || d == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
454
+ a && (d == "buffer" || d == "byteLength" || d == "byteOffset") || // Skip index properties.
455
+ Ct(d, l))) && i.push(d);
456
456
  return i;
457
457
  }
458
458
  var ya = Object.prototype;
@@ -559,13 +559,13 @@ function Wa(e) {
559
559
  function Na(e) {
560
560
  return Ut(e, re, Rt);
561
561
  }
562
- var Oe = R(j, "DataView"), Ee = R(j, "Promise"), Ae = R(j, "Set"), je = R(j, "WeakMap"), ot = "[object Map]", za = "[object Object]", it = "[object Promise]", st = "[object Set]", lt = "[object WeakMap]", ut = "[object DataView]", Va = k(Oe), Fa = k(Z), ka = k(Ee), Ra = k(Ae), Ua = k(je), M = F;
563
- (Oe && M(new Oe(new ArrayBuffer(1))) != ut || Z && M(new Z()) != ot || Ee && M(Ee.resolve()) != it || Ae && M(new Ae()) != st || je && M(new je()) != lt) && (M = function(e) {
562
+ var Oe = R(j, "DataView"), Ee = R(j, "Promise"), Ae = R(j, "Set"), je = R(j, "WeakMap"), ot = "[object Map]", za = "[object Object]", it = "[object Promise]", st = "[object Set]", lt = "[object WeakMap]", dt = "[object DataView]", Va = k(Oe), Fa = k(Z), ka = k(Ee), Ra = k(Ae), Ua = k(je), M = F;
563
+ (Oe && M(new Oe(new ArrayBuffer(1))) != dt || Z && M(new Z()) != ot || Ee && M(Ee.resolve()) != it || Ae && M(new Ae()) != st || je && M(new je()) != lt) && (M = function(e) {
564
564
  var t = F(e), n = t == za ? e.constructor : void 0, r = n ? k(n) : "";
565
565
  if (r)
566
566
  switch (r) {
567
567
  case Va:
568
- return ut;
568
+ return dt;
569
569
  case Fa:
570
570
  return ot;
571
571
  case ka:
@@ -582,10 +582,10 @@ function Ka(e) {
582
582
  var t = e.length, n = new e.constructor(t);
583
583
  return t && typeof e[0] == "string" && Ga.call(e, "index") && (n.index = e.index, n.input = e.input), n;
584
584
  }
585
- var dt = j.Uint8Array;
585
+ var ut = j.Uint8Array;
586
586
  function Re(e) {
587
587
  var t = new e.constructor(e.byteLength);
588
- return new dt(t).set(new dt(e)), t;
588
+ return new ut(t).set(new ut(e)), t;
589
589
  }
590
590
  function Xa(e, t) {
591
591
  var n = t ? Re(e.buffer) : e.buffer;
@@ -666,13 +666,13 @@ var mt = X && X.isSet, Oo = mt ? Ne(mt) : _o, Eo = 1, Ao = 2, jo = 4, Kt = "[obj
666
666
  m[Kt] = m[Po] = m[ko] = m[Ro] = m[Mo] = m[Co] = m[Uo] = m[Ho] = m[Go] = m[Ko] = m[Xo] = m[Bo] = m[Do] = m[qt] = m[Wo] = m[No] = m[zo] = m[Vo] = m[qo] = m[Yo] = m[Qo] = m[Jo] = !0;
667
667
  m[Lo] = m[Xt] = m[Fo] = !1;
668
668
  function ie(e, t, n, r, o, a) {
669
- var s, i = t & Eo, l = t & Ao, u = t & jo;
669
+ var s, i = t & Eo, l = t & Ao, d = t & jo;
670
670
  if (s !== void 0)
671
671
  return s;
672
672
  if (!O(e))
673
673
  return e;
674
- var d = ee(e);
675
- if (d) {
674
+ var u = ee(e);
675
+ if (u) {
676
676
  if (s = Ka(e), !i)
677
677
  return Vt(e, s);
678
678
  } else {
@@ -697,7 +697,7 @@ function ie(e, t, n, r, o, a) {
697
697
  }) : $o(e) && e.forEach(function(A, _) {
698
698
  s.set(_, ie(A, t, n, _, e, a));
699
699
  });
700
- var H = u ? l ? Na : Wa : l ? re : Ve, ae = d ? void 0 : H(e);
700
+ var H = d ? l ? Na : Wa : l ? re : Ve, ae = u ? void 0 : H(e);
701
701
  return Cr(ae || e, function(A, _) {
702
702
  ae && (_ = A, A = e[_]), jt(s, _, ie(A, t, n, _, e, a));
703
703
  }), s;
@@ -732,7 +732,7 @@ function Ss(e, t, n) {
732
732
  });
733
733
  }
734
734
  function Pe(e, t, n) {
735
- (n !== void 0 && !ue(e[t], n) || n === void 0 && !(t in e)) && De(e, t, n);
735
+ (n !== void 0 && !de(e[t], n) || n === void 0 && !(t in e)) && De(e, t, n);
736
736
  }
737
737
  function ni(e) {
738
738
  return function(t, n, r) {
@@ -748,15 +748,15 @@ var ri = ni();
748
748
  function ai(e) {
749
749
  return D(e) && pe(e);
750
750
  }
751
- var oi = "[object Object]", ii = Function.prototype, si = Object.prototype, Qt = ii.toString, li = si.hasOwnProperty, ui = Qt.call(Object);
752
- function di(e) {
751
+ var oi = "[object Object]", ii = Function.prototype, si = Object.prototype, Qt = ii.toString, li = si.hasOwnProperty, di = Qt.call(Object);
752
+ function ui(e) {
753
753
  if (!D(e) || F(e) != oi)
754
754
  return !1;
755
755
  var t = ke(e);
756
756
  if (t === null)
757
757
  return !0;
758
758
  var n = li.call(t, "constructor") && t.constructor;
759
- return typeof n == "function" && n instanceof n && Qt.call(n) == ui;
759
+ return typeof n == "function" && n instanceof n && Qt.call(n) == di;
760
760
  }
761
761
  function Me(e, t) {
762
762
  if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
@@ -766,17 +766,17 @@ function ci(e) {
766
766
  return ne(e, re(e));
767
767
  }
768
768
  function pi(e, t, n, r, o, a, s) {
769
- var i = Me(e, n), l = Me(t, n), u = s.get(l);
770
- if (u) {
771
- Pe(e, n, u);
769
+ var i = Me(e, n), l = Me(t, n), d = s.get(l);
770
+ if (d) {
771
+ Pe(e, n, d);
772
772
  return;
773
773
  }
774
- var d = a ? a(i, l, n + "", e, t, s) : void 0, c = d === void 0;
774
+ var u = a ? a(i, l, n + "", e, t, s) : void 0, c = u === void 0;
775
775
  if (c) {
776
776
  var p = ee(l), y = !p && We(l), H = !p && !y && Bt(l);
777
- d = l, p || y || H ? ee(i) ? d = i : ai(i) ? d = Vt(i) : y ? (c = !1, d = zt(l, !0)) : H ? (c = !1, d = Ht(l, !0)) : d = [] : di(l) || _e(l) ? (d = i, _e(i) ? d = ci(i) : (!O(i) || Be(i)) && (d = Gt(l))) : c = !1;
777
+ u = l, p || y || H ? ee(i) ? u = i : ai(i) ? u = Vt(i) : y ? (c = !1, u = zt(l, !0)) : H ? (c = !1, u = Ht(l, !0)) : u = [] : ui(l) || _e(l) ? (u = i, _e(i) ? u = ci(i) : (!O(i) || Be(i)) && (u = Gt(l))) : c = !1;
778
778
  }
779
- c && (s.set(l, d), o(d, l, r, a, s), s.delete(l)), Pe(e, n, d);
779
+ c && (s.set(l, u), o(u, l, r, a, s), s.delete(l)), Pe(e, n, u);
780
780
  }
781
781
  function Jt(e, t, n, r, o) {
782
782
  e !== t && ri(t, function(a, s) {
@@ -848,7 +848,7 @@ function Si(e, t, n) {
848
848
  if (!O(n))
849
849
  return !1;
850
850
  var r = typeof t;
851
- return (r == "number" ? pe(n) && Ct(t, n.length) : r == "string" && t in n) ? ue(n[t], e) : !1;
851
+ return (r == "number" ? pe(n) && Ct(t, n.length) : r == "string" && t in n) ? de(n[t], e) : !1;
852
852
  }
853
853
  function _i(e) {
854
854
  return $i(function(t, n) {
@@ -887,7 +887,7 @@ const G = {
887
887
  /**
888
888
  * Имя темы оформления
889
889
  *
890
- * В данный момент не Используется для загрузки css
890
+ * В данный момент не используется для загрузки css
891
891
  *
892
892
  * @todo Реализовать загрузки и замену css темы на стороне UI
893
893
  *
@@ -900,7 +900,7 @@ const G = {
900
900
  * Могут испоьзвоаться компонентами для включения необхоимых режимов отображения страницы
901
901
  *
902
902
  * Разные компоненты могут добавлять один и тот же класс, чтобы не было конфликтов каждый компонент управляет только своим классом:
903
- * - Ключ - уникальное имя компонента, например: `const uid = Math.random();`
903
+ * - Ключ - уникальное имя компонента, например в setup: `const uid = Math.random();`
904
904
  * - Значение - класс модификатора
905
905
  */
906
906
  documentClassModificators: /* @__PURE__ */ new Map(),
@@ -982,9 +982,9 @@ class f {
982
982
  this.$ = $, f.matchMediaIsMobile = window.matchMedia(`(max-width: ${f.widthForMobile}px)`), f.state.isMobileUA = fn(), f.state.isRetina = pn(), f.state.isApp = gn(), f.useDocumentClassModificators(), f.useIsHidden(), f.setStateByWindowSize(), f.Events.addOnReize(f.onResize), f.onResize(), f.saveToCookie(), f.useCtrlClasses();
983
983
  }
984
984
  static useDocumentClassModificators() {
985
- wt(f.state.documentClassModificators, (t, n) => {
985
+ wt(() => [...f.state.documentClassModificators], (t, n) => {
986
986
  let r = /* @__PURE__ */ new Set();
987
- n == null || n.forEach((o) => r.add(o)), t.forEach((o) => r.delete(o)), r.forEach((o) => document.documentElement.classList.remove(o)), t.forEach((o) => document.documentElement.classList.add(o));
987
+ n == null || n.forEach(([o, a]) => r.add(a)), t.forEach(([o, a]) => r.delete(a)), r.forEach((o) => document.documentElement.classList.remove(o)), t.forEach(([o, a]) => document.documentElement.classList.add(a));
988
988
  }, { immediate: !0 });
989
989
  }
990
990
  static useIsHidden() {
@@ -1032,7 +1032,7 @@ class f {
1032
1032
  *
1033
1033
  * @docs https://ui.topvisor.com/?path=/docs/components-core-notice--docs
1034
1034
  */
1035
- static notice = async (t, n, r) => (f.flags.needLoadNotice = !0, (await import("./notice-D07Kq3fU.es.js")).show(t, n, r));
1035
+ static notice = async (t, n, r) => (f.flags.needLoadNotice = !0, (await import("./notice-DqPTC2Eb.es.js")).show(t, n, r));
1036
1036
  /**
1037
1037
  * Вставить css стили на страницу по ссылке с автоматическим добавлением правил media
1038
1038
  *
@@ -1059,8 +1059,8 @@ class f {
1059
1059
  if (!a.length)
1060
1060
  return;
1061
1061
  const [i, l] = s.split(":").map((c) => c === "true");
1062
- let u = "all";
1063
- i && (u = "(max-width: " + f.widthForMobile + "px)"), l && (u = "(min-width: " + f.widthForMobile + "px)"), f._insertToPage(a, u, n).forEach((c) => o.push(c));
1062
+ let d = "all";
1063
+ i && (d = "(max-width: " + f.widthForMobile + "px)"), l && (d = "(min-width: " + f.widthForMobile + "px)"), f._insertToPage(a, d, n).forEach((c) => o.push(c));
1064
1064
  }), Promise.all(o);
1065
1065
  };
1066
1066
  static _insertToPage = (t, n, r) => {
@@ -1073,12 +1073,12 @@ class f {
1073
1073
  const s = "topCSSLink-" + a.replace(/\W/g, "-");
1074
1074
  if (window.hasOwnProperty(s)) return;
1075
1075
  let i, l;
1076
- const u = new Promise((c, p) => {
1076
+ const d = new Promise((c, p) => {
1077
1077
  i = c, l = p;
1078
1078
  });
1079
- o.push(u);
1080
- const d = document.createElement("link");
1081
- d.id = s, d.rel = "stylesheet", d.media = n, d.href = a, d.onload = () => i(), d.onerror = () => l(), document.head.append(d);
1079
+ o.push(d);
1080
+ const u = document.createElement("link");
1081
+ u.id = s, u.rel = "stylesheet", u.media = n, u.href = a, u.onload = () => i(), u.onerror = () => l(), document.head.append(u);
1082
1082
  }), o;
1083
1083
  };
1084
1084
  /**
@@ -1150,24 +1150,24 @@ const Os = {
1150
1150
  return "";
1151
1151
  }
1152
1152
  }, Ps = (e, t = !0, n = 2) => {
1153
- let r = String(e.getFullYear()), o = String(e.getDate()).padStart(2, "0"), a = String(e.getMonth() + 1).padStart(2, "0"), s = String(e.getHours()).padStart(2, "0"), i = String(e.getMinutes()).padStart(2, "0"), l = String(e.getSeconds()).padStart(2, "0"), u = r + "-" + a + "-" + o;
1154
- return n >= 1 && (u += " " + s), n >= 2 && (u += ":" + i), n === 3 && (u += ":" + l), t && (u = q(u, n)), u;
1153
+ let r = String(e.getFullYear()), o = String(e.getDate()).padStart(2, "0"), a = String(e.getMonth() + 1).padStart(2, "0"), s = String(e.getHours()).padStart(2, "0"), i = String(e.getMinutes()).padStart(2, "0"), l = String(e.getSeconds()).padStart(2, "0"), d = r + "-" + a + "-" + o;
1154
+ return n >= 1 && (d += " " + s), n >= 2 && (d += ":" + i), n === 3 && (d += ":" + l), t && (d = q(d, n)), d;
1155
1155
  };
1156
1156
  function Ms(e) {
1157
1157
  return e.indexOf("T") === -1 && (e.length == 10 && (e += " 00:00:00"), e = e.replace(" ", "T") + f.state.gmt), new Date(e);
1158
1158
  }
1159
1159
  function Ci(e, t = !0, n = 0) {
1160
1160
  e || (e = (/* @__PURE__ */ new Date()).getTime());
1161
- const r = new Date(e), o = r.getFullYear(), a = String(r.getMonth() + 1).padStart(2, "0"), s = r.getDate().toString().padStart(2, "0"), i = r.getHours().toString().padStart(2, "0"), l = r.getMinutes().toString().padStart(2, "0"), u = r.getSeconds().toString().padStart(2, "0");
1161
+ const r = new Date(e), o = r.getFullYear(), a = String(r.getMonth() + 1).padStart(2, "0"), s = r.getDate().toString().padStart(2, "0"), i = r.getHours().toString().padStart(2, "0"), l = r.getMinutes().toString().padStart(2, "0"), d = r.getSeconds().toString().padStart(2, "0");
1162
1162
  n === "auto" && (n = 0, r.getHours() && (n = 1), r.getMinutes() && (n = 2), r.getSeconds() && (n = 3));
1163
- let d = o + "-" + a + "-" + s;
1164
- return n && (d += " "), n >= 1 && (d += i), n >= 2 && (d += ":" + l), n >= 3 && (d += ":" + u), t && (d = q(r, n)), d;
1163
+ let u = o + "-" + a + "-" + s;
1164
+ return n && (u += " "), n >= 1 && (u += i), n >= 2 && (u += ":" + l), n >= 3 && (u += ":" + d), t && (u = q(r, n)), u;
1165
1165
  }
1166
1166
  function Cs(e, t = !0) {
1167
1167
  const r = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60 * -1 * 60 * 60 * 1e3, o = 3 * 60 * 60 * 1e3;
1168
1168
  let a;
1169
1169
  e !== void 0 ? a = new Date(e) : a = /* @__PURE__ */ new Date(), a.setTime(a.getTime() - r + o);
1170
- let s = String(a.getFullYear()), i = String(a.getDate()).padStart(2, "0"), l = String(a.getMonth() + 1).padStart(2, "0"), u = String(a.getHours()).padStart(2, "0"), d = String(a.getMinutes()).padStart(2, "0"), c = String(a.getSeconds()).padStart(2, "0"), p = s + "-" + l + "-" + i + " " + u + ":" + d + ":" + c;
1170
+ let s = String(a.getFullYear()), i = String(a.getDate()).padStart(2, "0"), l = String(a.getMonth() + 1).padStart(2, "0"), d = String(a.getHours()).padStart(2, "0"), u = String(a.getMinutes()).padStart(2, "0"), c = String(a.getSeconds()).padStart(2, "0"), p = s + "-" + l + "-" + i + " " + d + ":" + u + ":" + c;
1171
1171
  return t && (p = q(p)), p;
1172
1172
  }
1173
1173
  function q(e, t = 2, n, r) {
@@ -1213,16 +1213,16 @@ function bt(e, t) {
1213
1213
  return e;
1214
1214
  const n = f.state.dateFormat.toLowerCase(), r = e.split(/\W/), o = n.split(/\W/);
1215
1215
  let a = "", s = "", i = "";
1216
- o.forEach((u, d) => {
1217
- switch (u) {
1216
+ o.forEach((d, u) => {
1217
+ switch (d) {
1218
1218
  case "d":
1219
- a = r[d];
1219
+ a = r[u];
1220
1220
  break;
1221
1221
  case "m":
1222
- s = r[d];
1222
+ s = r[u];
1223
1223
  break;
1224
1224
  case "y":
1225
- i = r[d];
1225
+ i = r[u];
1226
1226
  break;
1227
1227
  }
1228
1228
  });
@@ -1484,12 +1484,12 @@ const en = /* @__PURE__ */ Ui(Hi, [["render", Ki]]), Xi = ["data-top-icon", "dat
1484
1484
  },
1485
1485
  autocomplete: "off_always",
1486
1486
  name: i.name,
1487
- "onUpdate:modelValue": l[0] || (l[0] = (u) => o.value = u),
1487
+ "onUpdate:modelValue": l[0] || (l[0] = (d) => o.value = d),
1488
1488
  title: i.title,
1489
1489
  placeholder: a.value,
1490
1490
  disabled: i.disabled,
1491
1491
  readonly: i.readonly,
1492
- onKeydown: l[1] || (l[1] = on((u) => (i.addCleaner || !!i.$slots.btn) && s(u), ["esc"]))
1492
+ onKeydown: l[1] || (l[1] = on((d) => (i.addCleaner || !!i.$slots.btn) && s(d), ["esc"]))
1493
1493
  }, i.$attrs), null, 16, qi), [
1494
1494
  [_t, o.value]
1495
1495
  ]),
@@ -1541,7 +1541,7 @@ const Zi = /* @__PURE__ */ E({
1541
1541
  });
1542
1542
  let l = (c) => {
1543
1543
  yt(c);
1544
- }, u = (c) => {
1544
+ }, d = (c) => {
1545
1545
  const p = bt(c.target.value), y = q(p);
1546
1546
  if (!y || y === n.Common.Not_date || c.target.value !== y) {
1547
1547
  c.target.value = i.value;
@@ -1549,10 +1549,10 @@ const Zi = /* @__PURE__ */ E({
1549
1549
  }
1550
1550
  i.value = c.target.value;
1551
1551
  };
1552
- async function d(c) {
1553
- const p = await import("./datepicker-DOmAO7Nq.es.js");
1552
+ async function u(c) {
1553
+ const p = await import("./datepicker-BuFX5Ibd.es.js");
1554
1554
  yt = p.oninput, s = p.connectDatepicker(c.target, {
1555
- onSelect: () => u(c)
1555
+ onSelect: () => d(c)
1556
1556
  }), s && s.datepicker("show");
1557
1557
  }
1558
1558
  return (c, p) => he(Ji) ? (g(), B(Ce, se({ key: 0 }, c.$props, {
@@ -1576,8 +1576,8 @@ const Zi = /* @__PURE__ */ E({
1576
1576
  modelValue: i.value,
1577
1577
  "onUpdate:modelValue": p[2] || (p[2] = (y) => y === "" ? i.value = "" : ""),
1578
1578
  onInput: he(l),
1579
- onFocusOnce: d,
1580
- onChange: he(u),
1579
+ onFocusOnce: u,
1580
+ onChange: he(d),
1581
1581
  modificator: "datepicker"
1582
1582
  }), null, 16, ["modelValue", "onInput", "onChange"]));
1583
1583
  }
@@ -1632,7 +1632,7 @@ const Zi = /* @__PURE__ */ E({
1632
1632
  value: a.value,
1633
1633
  disabled: a.disabled
1634
1634
  }, null, 10, ts), [
1635
- [un, o.value]
1635
+ [dn, o.value]
1636
1636
  ]),
1637
1637
  a.$slots.default ? (g(), B(ge, {
1638
1638
  key: 0,
@@ -1733,7 +1733,7 @@ const Zi = /* @__PURE__ */ E({
1733
1733
  }
1734
1734
  });
1735
1735
  return (a, s) => {
1736
- const i = dn("top-tooltip");
1736
+ const i = un("top-tooltip");
1737
1737
  return g(), h("label", {
1738
1738
  class: T({
1739
1739
  "top-textarea": !0,
@@ -1771,7 +1771,7 @@ const Zi = /* @__PURE__ */ E({
1771
1771
  ], 2);
1772
1772
  };
1773
1773
  }
1774
- }), ls = ["data-value", "data-top-icon", "data-top-icon2"], us = ["name", "disabled"], ds = ["label", "disabled"], cs = ["value", "selected", "disabled"], ps = ["value", "selected", "disabled"], fs = {
1774
+ }), ls = ["data-value", "data-top-icon", "data-top-icon2"], ds = ["name", "disabled"], us = ["label", "disabled"], cs = ["value", "selected", "disabled"], ps = ["value", "selected", "disabled"], fs = {
1775
1775
  key: 1,
1776
1776
  class: "top-formsCaption"
1777
1777
  }, gs = /* @__PURE__ */ E({
@@ -1796,31 +1796,31 @@ const Zi = /* @__PURE__ */ E({
1796
1796
  setup(e) {
1797
1797
  const t = e, n = $t(e, "modelValue"), r = S(() => {
1798
1798
  const l = /* @__PURE__ */ new Map();
1799
- return t.options.forEach((u, d) => {
1800
- if (typeof u == "string" && (u = a(d, u)), u.children) {
1799
+ return t.options.forEach((d, u) => {
1800
+ if (typeof d == "string" && (d = a(u, d)), d.children) {
1801
1801
  const c = /* @__PURE__ */ new Map();
1802
- u.children.forEach((p, y) => {
1802
+ d.children.forEach((p, y) => {
1803
1803
  typeof p == "string" && (p = a(y, p)), c.set(p.value, p);
1804
- }), u = { ...u }, u.children = c, l.set(u.value, u);
1804
+ }), d = { ...d }, d.children = c, l.set(d.value, d);
1805
1805
  } else
1806
- l.set(u.value, u);
1806
+ l.set(d.value, d);
1807
1807
  }), l;
1808
1808
  }), o = S(() => {
1809
1809
  const l = /* @__PURE__ */ new Map();
1810
- return r.value.forEach((u) => {
1811
- if (!u.disabled) {
1812
- if (u.children) {
1813
- u.children.forEach((d) => {
1814
- d.disabled || l.set(d.value, d);
1810
+ return r.value.forEach((d) => {
1811
+ if (!d.disabled) {
1812
+ if (d.children) {
1813
+ d.children.forEach((u) => {
1814
+ u.disabled || l.set(u.value, u);
1815
1815
  });
1816
1816
  return;
1817
1817
  }
1818
- l.set(u.value, u);
1818
+ l.set(d.value, d);
1819
1819
  }
1820
1820
  }), l;
1821
- }), a = (l, u) => ({
1821
+ }), a = (l, d) => ({
1822
1822
  value: l,
1823
- title: u
1823
+ title: d
1824
1824
  });
1825
1825
  wt([
1826
1826
  () => t.modelValue,
@@ -1832,10 +1832,10 @@ const Zi = /* @__PURE__ */ E({
1832
1832
  var l;
1833
1833
  return (l = o.value.get(n.value)) == null ? void 0 : l.icon;
1834
1834
  }), i = () => {
1835
- const l = [...o.value.keys()], d = (l.indexOf(n.value) + 1) % l.length;
1836
- n.value = l[d];
1835
+ const l = [...o.value.keys()], u = (l.indexOf(n.value) + 1) % l.length;
1836
+ n.value = l[u];
1837
1837
  };
1838
- return (l, u) => (g(), h("label", {
1838
+ return (l, d) => (g(), h("label", {
1839
1839
  class: T({
1840
1840
  "top-select": !0,
1841
1841
  ["top-select-" + l.name]: l.name,
@@ -1857,11 +1857,11 @@ const Zi = /* @__PURE__ */ E({
1857
1857
  }),
1858
1858
  name: l.name,
1859
1859
  disabled: l.disabled,
1860
- "onUpdate:modelValue": u[0] || (u[0] = (d) => n.value = d)
1860
+ "onUpdate:modelValue": d[0] || (d[0] = (u) => n.value = u)
1861
1861
  }, [
1862
- (g(!0), h(be, null, Ke(r.value, ([d, c]) => (g(), h(be, null, [
1862
+ (g(!0), h(be, null, Ke(r.value, ([u, c]) => (g(), h(be, null, [
1863
1863
  c.children ? (g(), h("optgroup", {
1864
- key: "group_" + d,
1864
+ key: "group_" + u,
1865
1865
  label: c.title,
1866
1866
  disabled: c.disabled
1867
1867
  }, [
@@ -1871,14 +1871,14 @@ const Zi = /* @__PURE__ */ E({
1871
1871
  selected: p === n.value,
1872
1872
  disabled: y.disabled
1873
1873
  }, N(y.title), 9, cs))), 128))
1874
- ], 8, ds)) : (g(), h("option", {
1875
- key: d ?? void 0,
1876
- value: d,
1877
- selected: d === n.value,
1874
+ ], 8, us)) : (g(), h("option", {
1875
+ key: u ?? void 0,
1876
+ value: u,
1877
+ selected: u === n.value,
1878
1878
  disabled: c.disabled
1879
1879
  }, N(c.title), 9, ps))
1880
1880
  ], 64))), 256))
1881
- ], 10, us), [
1881
+ ], 10, ds), [
1882
1882
  [cn, n.value]
1883
1883
  ]),
1884
1884
  l.addChanger && o.value.size && !l.disabled ? (g(), h("span", {
@@ -1918,27 +1918,27 @@ export {
1918
1918
  Ce as b,
1919
1919
  fe as c,
1920
1920
  q as d,
1921
- Is as e,
1922
- Bs as f,
1923
- Ds as g,
1924
- Ws as h,
1921
+ Ui as e,
1922
+ Is as f,
1923
+ Bs as g,
1924
+ Ds as h,
1925
1925
  hs as i,
1926
- Ns as j,
1927
- zs as k,
1928
- Vs as l,
1929
- Hs as m,
1930
- Fs as n,
1931
- Us as o,
1932
- ks as p,
1933
- Rs as q,
1934
- At as r,
1935
- As as s,
1936
- Os as t,
1926
+ Ws as j,
1927
+ Ns as k,
1928
+ zs as l,
1929
+ Vs as m,
1930
+ Hs as n,
1931
+ Fs as o,
1932
+ Us as p,
1933
+ ks as q,
1934
+ Rs as r,
1935
+ At as s,
1936
+ As as t,
1937
1937
  Es as u,
1938
- ss as v,
1939
- en as w,
1940
- Ui as x,
1938
+ Os as v,
1939
+ ss as w,
1940
+ en as x,
1941
1941
  gs as y,
1942
1942
  pn as z
1943
1943
  };
1944
- //# sourceMappingURL=forms-FHMqYVvM.es.js.map
1944
+ //# sourceMappingURL=forms-CO7gZ-Jf.es.js.map