@topvisor/ui 1.0.18 → 1.0.20-focus-1

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 (232) hide show
  1. package/.chunks/{datepicker-EJRX31J1.es.js → datepicker-BbASdlXo.es.js} +2 -2
  2. package/.chunks/datepicker-BbASdlXo.es.js.map +1 -0
  3. package/.chunks/{datepicker-DKvr3NYw.amd.js → datepicker-CSpzAz1a.amd.js} +2 -2
  4. package/.chunks/datepicker-CSpzAz1a.amd.js.map +1 -0
  5. package/.chunks/forms-BciWy0wX.es.js +1992 -0
  6. package/.chunks/forms-BciWy0wX.es.js.map +1 -0
  7. package/.chunks/forms-Dh0QU6P9.amd.js +3 -0
  8. package/.chunks/forms-Dh0QU6P9.amd.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-3UaZvDrd.es.js → listItem.vue_vue_type_script_setup_true_lang-CZqS-tRD.es.js} +5 -5
  10. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CZqS-tRD.es.js.map +1 -0
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CnEbgJbu.amd.js → listItem.vue_vue_type_script_setup_true_lang-Del8bjSk.amd.js} +2 -2
  12. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Del8bjSk.amd.js.map +1 -0
  13. package/.chunks/{menu.vue_vue_type_style_index_0_lang-DcFQyQgs.amd.js → menu.vue_vue_type_style_index_0_lang-B8-UPDGJ.amd.js} +2 -2
  14. package/.chunks/menu.vue_vue_type_style_index_0_lang-B8-UPDGJ.amd.js.map +1 -0
  15. package/.chunks/{menu.vue_vue_type_style_index_0_lang-C4q81rOQ.es.js → menu.vue_vue_type_style_index_0_lang-yNOWbXpd.es.js} +6 -6
  16. package/.chunks/menu.vue_vue_type_style_index_0_lang-yNOWbXpd.es.js.map +1 -0
  17. package/.chunks/{notice-CYeec0mu.amd.js → notice-DEcP2RCJ.amd.js} +2 -2
  18. package/.chunks/notice-DEcP2RCJ.amd.js.map +1 -0
  19. package/.chunks/{notice-CtXmQ8xM.es.js → notice-DQSQs6yC.es.js} +3 -3
  20. package/.chunks/notice-DQSQs6yC.es.js.map +1 -0
  21. package/.chunks/{popup-38TbXxcV.amd.js → popup-BdJJx21M.amd.js} +2 -2
  22. package/.chunks/popup-BdJJx21M.amd.js.map +1 -0
  23. package/.chunks/{popup-BzCXSDdA.es.js → popup-D-6PIelY.es.js} +7 -7
  24. package/.chunks/popup-D-6PIelY.es.js.map +1 -0
  25. package/.chunks/punycode.es6-C2yitnNb.amd.js.map +1 -1
  26. package/.chunks/punycode.es6-CNI-zL6U.es.js.map +1 -1
  27. package/.chunks/store-CX_6ZXhO.es.js.map +1 -1
  28. package/.chunks/store-esTid5oI.amd.js.map +1 -1
  29. package/.chunks/{utils-DXI6F7F9.es.js → utils-9b7woobj.es.js} +3 -3
  30. package/.chunks/utils-9b7woobj.es.js.map +1 -0
  31. package/.chunks/utils-BvHwHAyQ.es.js +225 -0
  32. package/.chunks/utils-BvHwHAyQ.es.js.map +1 -0
  33. package/.chunks/{utils-CI9JyH64.amd.js → utils-CPty_L5T.amd.js} +2 -2
  34. package/.chunks/utils-CPty_L5T.amd.js.map +1 -0
  35. package/.chunks/utils-DAfofcEq.amd.js +2 -0
  36. package/.chunks/utils-DAfofcEq.amd.js.map +1 -0
  37. package/README.md +82 -82
  38. package/assets/charts.css +1 -1
  39. package/assets/core.css +1 -1
  40. package/assets/forms.css +1 -1
  41. package/assets/formsExt.css +1 -1
  42. package/assets/layout.css +1 -1
  43. package/assets/notice.css +1 -1
  44. package/charts/charts.amd.js +1 -1
  45. package/charts/charts.amd.js.map +1 -1
  46. package/charts/charts.js +8 -8
  47. package/charts/charts.js.map +1 -1
  48. package/components/charts/miniChart/miniChart.vue.d.ts +5 -5
  49. package/components/charts/miniCharts/miniCharts.vue.d.ts +9 -6
  50. package/components/core/notice/item/item.vue.d.ts +1 -1
  51. package/components/dialog/dialog/dialog.vue.d.ts +3 -2
  52. package/components/dialog/dialog/dialogs/dialogs.vue.d.ts +1 -1
  53. package/components/dialog/dialog/page/page.vue.d.ts +2 -1
  54. package/components/dialog/dialog/page/types.d.ts +7 -0
  55. package/components/forms/avatar/avatar.vue.d.ts +1 -1
  56. package/components/forms/button/button.vue.d.ts +2 -1
  57. package/components/forms/checkbox/checkbox.d.ts +5 -3
  58. package/components/forms/checkbox/checkbox.vue.d.ts +7 -6
  59. package/components/forms/controlLabel/controlLabel.vue.d.ts +3 -2
  60. package/components/forms/hint/hint.vue.d.ts +1 -1
  61. package/components/forms/input/input.vue.d.ts +2 -1
  62. package/components/forms/inputDate/inputDate.vue.d.ts +3 -1
  63. package/components/forms/inputRange/inputRange.vue.d.ts +3 -2
  64. package/components/forms/loadbar/loadbar.vue.d.ts +1 -1
  65. package/components/forms/radio/radio.d.ts +1 -1
  66. package/components/forms/radio/radio.vue.d.ts +5 -4
  67. package/components/forms/select/select.vue.d.ts +5 -5
  68. package/components/forms/switcher/switcher.vue.d.ts +3 -2
  69. package/components/formsExt/editArea/editArea.vue.d.ts +1 -1
  70. package/components/formsExt/editInput/editInput.vue.d.ts +1 -1
  71. package/components/formsExt/formsExt.d.ts +2 -0
  72. package/components/formsExt/info/info.vue.d.ts +20 -0
  73. package/components/formsExt/info/types.d.ts +21 -0
  74. package/components/formsExt/menu/menu.vue.d.ts +7 -5
  75. package/components/formsExt/radioGroup/radioGroup.vue.d.ts +7 -5
  76. package/components/formsExt/selector2/itemMulti.vue.d.ts +1 -1
  77. package/components/formsExt/selector2/selector2.vue.d.ts +98 -8
  78. package/components/layout/islandRows/islandRows.vue.d.ts +3 -2
  79. package/components/layout/islandRows/islandRowsRow/islandRowsRow.vue.d.ts +3 -2
  80. package/components/layout/islandRows/islandRowsSubTitle/islandRowsSubTitle.vue.d.ts +3 -2
  81. package/components/layout/rows/rows.vue.d.ts +3 -2
  82. package/components/popup/alert/alert.vue.d.ts +2 -1
  83. package/components/popup/confirm/confirm.vue.d.ts +2 -1
  84. package/components/popup/lib/popup.d.ts +2 -3
  85. package/components/popup/lib/worker.d.ts +7 -7
  86. package/components/popup/popup/listItem.vue.d.ts +2 -1
  87. package/components/popup/popup/opener.vue.d.ts +2 -1
  88. package/components/popup/popup/popup.vue.d.ts +2 -1
  89. package/components/popup/popup/widgetInput.vue.d.ts +4 -4
  90. package/components/popup/prompt/prompt.vue.d.ts +2 -1
  91. package/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +5 -5
  92. package/components/project/selectorRegion/selectorRegion.vue.d.ts +7 -7
  93. package/components/project/selectorRegion/utils/consts.d.ts +0 -2
  94. package/components/project/tagSelector/popupListItem/tagPopupListItem.vue.d.ts +5 -3
  95. package/components/project/tagSelector/popupOpener/popupOpener.vue.d.ts +6 -5
  96. package/components/project/tagSelector/tagIcon/tagIcon.vue.d.ts +1 -1
  97. package/components/project/tagSelector/tagSelector.vue.d.ts +6 -6
  98. package/components/tabs/tabs/content.vue.d.ts +3 -2
  99. package/components/tabs/tabs/tab.vue.d.ts +2 -1
  100. package/components/tabs/tabs/tabs.vue.d.ts +3 -2
  101. package/components/tabsView/tabsView/menu.vue.d.ts +9 -6
  102. package/components/tabsView/tabsView/menuDelimeter.vue.d.ts +1 -1
  103. package/components/tabsView/tabsView/menuItem.vue.d.ts +2 -1
  104. package/components/tabsView/tabsView/menuTitle.vue.d.ts +2 -1
  105. package/components/tabsView/tabsView/store.d.ts +5 -5
  106. package/components/tabsView/tabsView/tabsView.vue.d.ts +9 -6
  107. package/core/app.amd.js +1 -1
  108. package/core/app.amd.js.map +1 -1
  109. package/core/app.d.ts +2 -2
  110. package/core/app.js +149 -128
  111. package/core/app.js.map +1 -1
  112. package/core/core/core.d.ts +2 -0
  113. package/core/core/preloaders.d.ts +19 -0
  114. package/core/directives/focus.d.ts +3 -1
  115. package/core/directives/scrollIntoView.d.ts +3 -0
  116. package/core/directives/scrollShadow.d.ts +2 -2
  117. package/core/plugins/i18n.d.ts +13 -13
  118. package/core/utils/scroll.d.ts +18 -0
  119. package/core/utils/searchers.d.ts +0 -2
  120. package/dialog/dialog.amd.js +1 -1
  121. package/dialog/dialog.amd.js.map +1 -1
  122. package/dialog/dialog.js +60 -55
  123. package/dialog/dialog.js.map +1 -1
  124. package/forms/forms.amd.js +1 -1
  125. package/forms/forms.js +1 -1
  126. package/forms/helpers.amd.js.map +1 -1
  127. package/forms/helpers.js.map +1 -1
  128. package/formsExt/formsExt.amd.js +1 -1
  129. package/formsExt/formsExt.amd.js.map +1 -1
  130. package/formsExt/formsExt.js +344 -301
  131. package/formsExt/formsExt.js.map +1 -1
  132. package/icomoon/Read Me.txt +7 -7
  133. package/icomoon/Topvisor icons.json +6259 -6144
  134. package/icomoon/demo-files/demo.css +158 -158
  135. package/icomoon/demo-files/demo.js +30 -30
  136. package/icomoon/demo.html +3558 -3488
  137. package/icomoon/fonts/Topvisor-2.eot +0 -0
  138. package/icomoon/fonts/Topvisor-2.svg +276 -271
  139. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  140. package/icomoon/fonts/Topvisor-2.woff +0 -0
  141. package/icomoon/selection.json +1 -1
  142. package/icomoon/style.css +780 -765
  143. package/jquery-ui.min.css +5 -5
  144. package/layout/layout.amd.js +1 -1
  145. package/layout/layout.amd.js.map +1 -1
  146. package/layout/layout.js +27 -26
  147. package/layout/layout.js.map +1 -1
  148. package/package.json +33 -33
  149. package/popup/popup.amd.js +1 -1
  150. package/popup/popup.amd.js.map +1 -1
  151. package/popup/popup.js +8 -8
  152. package/popup/popup.js.map +1 -1
  153. package/popup/worker.amd.js +1 -1
  154. package/popup/worker.amd.js.map +1 -1
  155. package/popup/worker.js +3 -3
  156. package/popup/worker.js.map +1 -1
  157. package/project/project.amd.js +1 -1
  158. package/project/project.amd.js.map +1 -1
  159. package/project/project.js +22 -24
  160. package/project/project.js.map +1 -1
  161. package/require/css.amd.js +12 -12
  162. package/tabs/tabs.amd.js.map +1 -1
  163. package/tabs/tabs.js +5 -5
  164. package/tabs/tabs.js.map +1 -1
  165. package/tabsView/tabsView.amd.js +1 -1
  166. package/tabsView/tabsView.amd.js.map +1 -1
  167. package/tabsView/tabsView.js +5 -5
  168. package/tabsView/tabsView.js.map +1 -1
  169. package/utils/check.amd.js.map +1 -1
  170. package/utils/check.js.map +1 -1
  171. package/utils/clipboard.amd.js +1 -1
  172. package/utils/clipboard.amd.js.map +1 -1
  173. package/utils/clipboard.js +1 -1
  174. package/utils/clipboard.js.map +1 -1
  175. package/utils/date.amd.js +1 -1
  176. package/utils/date.js +1 -1
  177. package/utils/device.amd.js +1 -1
  178. package/utils/device.js +1 -1
  179. package/utils/dom.amd.js.map +1 -1
  180. package/utils/dom.js.map +1 -1
  181. package/utils/image.amd.js.map +1 -1
  182. package/utils/image.js.map +1 -1
  183. package/utils/keyboard.amd.js.map +1 -1
  184. package/utils/keyboard.js.map +1 -1
  185. package/utils/lodash.amd.js +1 -1
  186. package/utils/lodash.js +5 -5
  187. package/utils/number.amd.js.map +1 -1
  188. package/utils/number.js.map +1 -1
  189. package/utils/price.amd.js +1 -1
  190. package/utils/price.amd.js.map +1 -1
  191. package/utils/price.js +3 -3
  192. package/utils/price.js.map +1 -1
  193. package/utils/route.amd.js.map +1 -1
  194. package/utils/route.js.map +1 -1
  195. package/utils/scroll.amd.js +1 -1
  196. package/utils/scroll.amd.js.map +1 -1
  197. package/utils/scroll.js +39 -7
  198. package/utils/scroll.js.map +1 -1
  199. package/utils/searchers.amd.js +1 -1
  200. package/utils/searchers.amd.js.map +1 -1
  201. package/utils/searchers.js +2 -2
  202. package/utils/searchers.js.map +1 -1
  203. package/utils/string.amd.js +1 -1
  204. package/utils/string.amd.js.map +1 -1
  205. package/utils/string.js +1 -1
  206. package/utils/string.js.map +1 -1
  207. package/utils/system.amd.js.map +1 -1
  208. package/utils/system.js.map +1 -1
  209. package/utils/url.amd.js.map +1 -1
  210. package/utils/url.js.map +1 -1
  211. package/web-types.json +130 -102
  212. package/.chunks/datepicker-DKvr3NYw.amd.js.map +0 -1
  213. package/.chunks/datepicker-EJRX31J1.es.js.map +0 -1
  214. package/.chunks/forms-CmlWMEyk.amd.js +0 -3
  215. package/.chunks/forms-CmlWMEyk.amd.js.map +0 -1
  216. package/.chunks/forms-DDIlFXbF.es.js +0 -1944
  217. package/.chunks/forms-DDIlFXbF.es.js.map +0 -1
  218. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-3UaZvDrd.es.js.map +0 -1
  219. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CnEbgJbu.amd.js.map +0 -1
  220. package/.chunks/menu.vue_vue_type_style_index_0_lang-C4q81rOQ.es.js.map +0 -1
  221. package/.chunks/menu.vue_vue_type_style_index_0_lang-DcFQyQgs.amd.js.map +0 -1
  222. package/.chunks/notice-CYeec0mu.amd.js.map +0 -1
  223. package/.chunks/notice-CtXmQ8xM.es.js.map +0 -1
  224. package/.chunks/popup-38TbXxcV.amd.js.map +0 -1
  225. package/.chunks/popup-BzCXSDdA.es.js.map +0 -1
  226. package/.chunks/utils-CFCfvsI8.es.js +0 -223
  227. package/.chunks/utils-CFCfvsI8.es.js.map +0 -1
  228. package/.chunks/utils-CI9JyH64.amd.js.map +0 -1
  229. package/.chunks/utils-DXI6F7F9.es.js.map +0 -1
  230. package/.chunks/utils-lvXB5hbW.amd.js +0 -2
  231. package/.chunks/utils-lvXB5hbW.amd.js.map +0 -1
  232. package/components/formsExt/info/info.d.ts +0 -20
@@ -1,1944 +0,0 @@
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";
2
- function pn() {
3
- return "devicePixelRatio" in window && window.devicePixelRatio > 1;
4
- }
5
- function fn() {
6
- return !!navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|IEMobile|Opera Mini/i);
7
- }
8
- function gn() {
9
- return navigator.userAgent.indexOf("Topvisor_App") != -1;
10
- }
11
- function mn() {
12
- return navigator.userAgent.indexOf("Mac OS X") !== -1;
13
- }
14
- function hs() {
15
- const e = /Chrome|Android/.test(navigator.userAgent);
16
- let t = /Safari/.test(navigator.userAgent);
17
- return e && t && (t = !1), t;
18
- }
19
- function bs() {
20
- return mn() ? "⌘" : "Ctrl";
21
- }
22
- const ys = () => $(document).scrollTop(), vs = () => $(document), ws = () => [document], hn = () => {
23
- const e = [
24
- ["iOS", /(iPhone|iPad)/i],
25
- ["Android", /(Android)/i],
26
- ["Windows Phone", /(IEMobile)/i],
27
- ["Windows 3.11", /Win16/i],
28
- ["Windows 95", /(Windows 95)|(Win95)|(Windows_95)/i],
29
- ["Windows 98", /(Windows 98)|(Win98)/i],
30
- ["Windows 2000", /(Windows NT 5.0)|(Windows 2000)/i],
31
- ["Windows XP", /(Windows NT 5.1)|(Windows XP)/i],
32
- ["Windows Server 2003", /(Windows NT 5.2)/i],
33
- ["Windows Vista", /(Windows NT 6.0)/i],
34
- ["Windows 7", /(Windows NT 6.1)/i],
35
- ["Windows 8", /(Windows NT 6.[23])|(Windows 8)/i],
36
- ["Windows 10", /(Windows NT 10)/i],
37
- ["Windows NT 4.0", /(Windows NT 4.0)|(WinNT4.0)|(WinNT)|(Windows NT)/i],
38
- ["Windows ME", /Windows ME/i],
39
- ["Windows", /Windows/i],
40
- ["Open BSD", /OpenBSD/i],
41
- ["Sun OS", /SunOS/i],
42
- ["Linux", /(Linux)|(X11)/i],
43
- ["Macintosh", /(Mac_PowerPC)|(Macintosh)|(Mac OS X 10.4)|(Mac OS X 10.5)|(Mac OS X 10.6)/i],
44
- ["QNX", /QNX/i],
45
- ["BeOS", /BeOS/i],
46
- ["OS/2", /OS\/2/i]
47
- ];
48
- let t = "";
49
- for (let n = 0; n < e.length; n++)
50
- if (e[n][1].test(navigator.userAgent)) {
51
- t = e[n][0];
52
- break;
53
- }
54
- return t;
55
- }, Ts = async () => {
56
- var t;
57
- let e = hn();
58
- if (e === "Windows 10") {
59
- const n = await ((t = navigator == null ? void 0 : navigator.userAgentData) == null ? void 0 : t.getHighEntropyValues(["platformVersion"]));
60
- n && n.platformVersion >= "13" && (e = "Windows 11");
61
- }
62
- return e;
63
- };
64
- function O(e) {
65
- var t = typeof e;
66
- return e != null && (t == "object" || t == "function");
67
- }
68
- var Ot = typeof global == "object" && global && global.Object === Object && global, bn = typeof self == "object" && self && self.Object === Object && self, j = Ot || bn || Function("return this")(), ye = function() {
69
- return j.Date.now();
70
- }, yn = /\s/;
71
- function vn(e) {
72
- for (var t = e.length; t-- && yn.test(e.charAt(t)); )
73
- ;
74
- return t;
75
- }
76
- var wn = /^\s+/;
77
- function Tn(e) {
78
- return e && e.slice(0, vn(e) + 1).replace(wn, "");
79
- }
80
- var K = j.Symbol, Et = Object.prototype, $n = Et.hasOwnProperty, Sn = Et.toString, Q = K ? K.toStringTag : void 0;
81
- function _n(e) {
82
- var t = $n.call(e, Q), n = e[Q];
83
- try {
84
- e[Q] = void 0;
85
- var r = !0;
86
- } catch {
87
- }
88
- var o = Sn.call(e);
89
- return r && (t ? e[Q] = n : delete e[Q]), o;
90
- }
91
- var On = Object.prototype, En = On.toString;
92
- function An(e) {
93
- return En.call(e);
94
- }
95
- var jn = "[object Null]", Pn = "[object Undefined]", Xe = K ? K.toStringTag : void 0;
96
- function F(e) {
97
- return e == null ? e === void 0 ? Pn : jn : Xe && Xe in Object(e) ? _n(e) : An(e);
98
- }
99
- function D(e) {
100
- return e != null && typeof e == "object";
101
- }
102
- var Mn = "[object Symbol]";
103
- function Cn(e) {
104
- return typeof e == "symbol" || D(e) && F(e) == Mn;
105
- }
106
- var qe = NaN, Ln = /^[-+]0x[0-9a-f]+$/i, In = /^0b[01]+$/i, Bn = /^0o[0-7]+$/i, Dn = parseInt;
107
- function Ye(e) {
108
- if (typeof e == "number")
109
- return e;
110
- if (Cn(e))
111
- return qe;
112
- if (O(e)) {
113
- var t = typeof e.valueOf == "function" ? e.valueOf() : e;
114
- e = O(t) ? t + "" : t;
115
- }
116
- if (typeof e != "string")
117
- return e === 0 ? e : +e;
118
- e = Tn(e);
119
- var n = In.test(e);
120
- return n || Bn.test(e) ? Dn(e.slice(2), n ? 2 : 8) : Ln.test(e) ? qe : +e;
121
- }
122
- var Wn = "Expected a function", Nn = Math.max, zn = Math.min;
123
- function At(e, t, n) {
124
- var r, o, a, s, i, l, u = 0, d = !1, c = !1, p = !0;
125
- if (typeof e != "function")
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);
128
- function y(v) {
129
- var I = r, Y = o;
130
- return r = o = void 0, u = v, s = e.apply(Y, I), s;
131
- }
132
- function H(v) {
133
- return u = v, i = setTimeout(_, t), d ? y(v) : s;
134
- }
135
- function ae(v) {
136
- var I = v - l, Y = v - u, Ge = t - I;
137
- return c ? zn(Ge, a - Y) : Ge;
138
- }
139
- function A(v) {
140
- var I = v - l, Y = v - u;
141
- return l === void 0 || I >= t || I < 0 || c && Y >= a;
142
- }
143
- function _() {
144
- var v = ye();
145
- if (A(v))
146
- return He(v);
147
- i = setTimeout(_, ae(v));
148
- }
149
- function He(v) {
150
- return i = void 0, p && r ? y(v) : (r = o = void 0, s);
151
- }
152
- function tn() {
153
- i !== void 0 && clearTimeout(i), u = 0, r = l = o = i = void 0;
154
- }
155
- function nn() {
156
- return i === void 0 ? s : He(ye());
157
- }
158
- function me() {
159
- var v = ye(), I = A(v);
160
- if (r = arguments, o = this, l = v, I) {
161
- if (i === void 0)
162
- return H(l);
163
- if (c)
164
- return clearTimeout(i), i = setTimeout(_, t), y(l);
165
- }
166
- return i === void 0 && (i = setTimeout(_, t)), s;
167
- }
168
- return me.cancel = tn, me.flush = nn, me;
169
- }
170
- function Vn() {
171
- this.__data__ = [], this.size = 0;
172
- }
173
- function ue(e, t) {
174
- return e === t || e !== e && t !== t;
175
- }
176
- function de(e, t) {
177
- for (var n = e.length; n--; )
178
- if (ue(e[n][0], t))
179
- return n;
180
- return -1;
181
- }
182
- var Fn = Array.prototype, kn = Fn.splice;
183
- function Rn(e) {
184
- var t = this.__data__, n = de(t, e);
185
- if (n < 0)
186
- return !1;
187
- var r = t.length - 1;
188
- return n == r ? t.pop() : kn.call(t, n, 1), --this.size, !0;
189
- }
190
- function Un(e) {
191
- var t = this.__data__, n = de(t, e);
192
- return n < 0 ? void 0 : t[n][1];
193
- }
194
- function Hn(e) {
195
- return de(this.__data__, e) > -1;
196
- }
197
- function Gn(e, t) {
198
- var n = this.__data__, r = de(n, e);
199
- return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
200
- }
201
- function L(e) {
202
- var t = -1, n = e == null ? 0 : e.length;
203
- for (this.clear(); ++t < n; ) {
204
- var r = e[t];
205
- this.set(r[0], r[1]);
206
- }
207
- }
208
- L.prototype.clear = Vn;
209
- L.prototype.delete = Rn;
210
- L.prototype.get = Un;
211
- L.prototype.has = Hn;
212
- L.prototype.set = Gn;
213
- function Kn() {
214
- this.__data__ = new L(), this.size = 0;
215
- }
216
- function Xn(e) {
217
- var t = this.__data__, n = t.delete(e);
218
- return this.size = t.size, n;
219
- }
220
- function qn(e) {
221
- return this.__data__.get(e);
222
- }
223
- function Yn(e) {
224
- return this.__data__.has(e);
225
- }
226
- var Qn = "[object AsyncFunction]", Jn = "[object Function]", Zn = "[object GeneratorFunction]", xn = "[object Proxy]";
227
- function Be(e) {
228
- if (!O(e))
229
- return !1;
230
- var t = F(e);
231
- return t == Jn || t == Zn || t == Qn || t == xn;
232
- }
233
- var ve = j["__core-js_shared__"], Qe = function() {
234
- var e = /[^.]+$/.exec(ve && ve.keys && ve.keys.IE_PROTO || "");
235
- return e ? "Symbol(src)_1." + e : "";
236
- }();
237
- function er(e) {
238
- return !!Qe && Qe in e;
239
- }
240
- var tr = Function.prototype, nr = tr.toString;
241
- function k(e) {
242
- if (e != null) {
243
- try {
244
- return nr.call(e);
245
- } catch {
246
- }
247
- try {
248
- return e + "";
249
- } catch {
250
- }
251
- }
252
- return "";
253
- }
254
- var rr = /[\\^$.*+?()[\]{}|]/g, ar = /^\[object .+?Constructor\]$/, or = Function.prototype, ir = Object.prototype, sr = or.toString, lr = ir.hasOwnProperty, ur = RegExp(
255
- "^" + sr.call(lr).replace(rr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
256
- );
257
- function dr(e) {
258
- if (!O(e) || er(e))
259
- return !1;
260
- var t = Be(e) ? ur : ar;
261
- return t.test(k(e));
262
- }
263
- function cr(e, t) {
264
- return e == null ? void 0 : e[t];
265
- }
266
- function R(e, t) {
267
- var n = cr(e, t);
268
- return dr(n) ? n : void 0;
269
- }
270
- var Z = R(j, "Map"), x = R(Object, "create");
271
- function pr() {
272
- this.__data__ = x ? x(null) : {}, this.size = 0;
273
- }
274
- function fr(e) {
275
- var t = this.has(e) && delete this.__data__[e];
276
- return this.size -= t ? 1 : 0, t;
277
- }
278
- var gr = "__lodash_hash_undefined__", mr = Object.prototype, hr = mr.hasOwnProperty;
279
- function br(e) {
280
- var t = this.__data__;
281
- if (x) {
282
- var n = t[e];
283
- return n === gr ? void 0 : n;
284
- }
285
- return hr.call(t, e) ? t[e] : void 0;
286
- }
287
- var yr = Object.prototype, vr = yr.hasOwnProperty;
288
- function wr(e) {
289
- var t = this.__data__;
290
- return x ? t[e] !== void 0 : vr.call(t, e);
291
- }
292
- var Tr = "__lodash_hash_undefined__";
293
- function $r(e, t) {
294
- var n = this.__data__;
295
- return this.size += this.has(e) ? 0 : 1, n[e] = x && t === void 0 ? Tr : t, this;
296
- }
297
- function V(e) {
298
- var t = -1, n = e == null ? 0 : e.length;
299
- for (this.clear(); ++t < n; ) {
300
- var r = e[t];
301
- this.set(r[0], r[1]);
302
- }
303
- }
304
- V.prototype.clear = pr;
305
- V.prototype.delete = fr;
306
- V.prototype.get = br;
307
- V.prototype.has = wr;
308
- V.prototype.set = $r;
309
- function Sr() {
310
- this.size = 0, this.__data__ = {
311
- hash: new V(),
312
- map: new (Z || L)(),
313
- string: new V()
314
- };
315
- }
316
- function _r(e) {
317
- var t = typeof e;
318
- return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
319
- }
320
- function ce(e, t) {
321
- var n = e.__data__;
322
- return _r(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
323
- }
324
- function Or(e) {
325
- var t = ce(this, e).delete(e);
326
- return this.size -= t ? 1 : 0, t;
327
- }
328
- function Er(e) {
329
- return ce(this, e).get(e);
330
- }
331
- function Ar(e) {
332
- return ce(this, e).has(e);
333
- }
334
- function jr(e, t) {
335
- var n = ce(this, e), r = n.size;
336
- return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
337
- }
338
- function W(e) {
339
- var t = -1, n = e == null ? 0 : e.length;
340
- for (this.clear(); ++t < n; ) {
341
- var r = e[t];
342
- this.set(r[0], r[1]);
343
- }
344
- }
345
- W.prototype.clear = Sr;
346
- W.prototype.delete = Or;
347
- W.prototype.get = Er;
348
- W.prototype.has = Ar;
349
- W.prototype.set = jr;
350
- var Pr = 200;
351
- function Mr(e, t) {
352
- var n = this.__data__;
353
- if (n instanceof L) {
354
- var r = n.__data__;
355
- if (!Z || r.length < Pr - 1)
356
- return r.push([e, t]), this.size = ++n.size, this;
357
- n = this.__data__ = new W(r);
358
- }
359
- return n.set(e, t), this.size = n.size, this;
360
- }
361
- function U(e) {
362
- var t = this.__data__ = new L(e);
363
- this.size = t.size;
364
- }
365
- U.prototype.clear = Kn;
366
- U.prototype.delete = Xn;
367
- U.prototype.get = qn;
368
- U.prototype.has = Yn;
369
- U.prototype.set = Mr;
370
- function Cr(e, t) {
371
- for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
372
- ;
373
- return e;
374
- }
375
- var le = function() {
376
- try {
377
- var e = R(Object, "defineProperty");
378
- return e({}, "", {}), e;
379
- } catch {
380
- }
381
- }();
382
- function De(e, t, n) {
383
- t == "__proto__" && le ? le(e, t, {
384
- configurable: !0,
385
- enumerable: !0,
386
- value: n,
387
- writable: !0
388
- }) : e[t] = n;
389
- }
390
- var Lr = Object.prototype, Ir = Lr.hasOwnProperty;
391
- function jt(e, t, n) {
392
- var r = e[t];
393
- (!(Ir.call(e, t) && ue(r, n)) || n === void 0 && !(t in e)) && De(e, t, n);
394
- }
395
- function ne(e, t, n, r) {
396
- var o = !n;
397
- n || (n = {});
398
- for (var a = -1, s = t.length; ++a < s; ) {
399
- var i = t[a], l = void 0;
400
- l === void 0 && (l = e[i]), o ? De(n, i, l) : jt(n, i, l);
401
- }
402
- return n;
403
- }
404
- function Br(e, t) {
405
- for (var n = -1, r = Array(e); ++n < e; )
406
- r[n] = t(n);
407
- return r;
408
- }
409
- var Dr = "[object Arguments]";
410
- function Je(e) {
411
- return D(e) && F(e) == Dr;
412
- }
413
- var Pt = Object.prototype, Wr = Pt.hasOwnProperty, Nr = Pt.propertyIsEnumerable, _e = Je(/* @__PURE__ */ function() {
414
- return arguments;
415
- }()) ? Je : function(e) {
416
- return D(e) && Wr.call(e, "callee") && !Nr.call(e, "callee");
417
- }, ee = Array.isArray;
418
- function zr() {
419
- return !1;
420
- }
421
- var Mt = typeof exports == "object" && exports && !exports.nodeType && exports, Ze = Mt && typeof module == "object" && module && !module.nodeType && module, Vr = Ze && Ze.exports === Mt, xe = Vr ? j.Buffer : void 0, Fr = xe ? xe.isBuffer : void 0, We = Fr || zr, kr = 9007199254740991, Rr = /^(?:0|[1-9]\d*)$/;
422
- function Ct(e, t) {
423
- var n = typeof e;
424
- return t = t ?? kr, !!t && (n == "number" || n != "symbol" && Rr.test(e)) && e > -1 && e % 1 == 0 && e < t;
425
- }
426
- var Ur = 9007199254740991;
427
- function Lt(e) {
428
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ur;
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;
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
- function ga(e) {
434
- return D(e) && Lt(e.length) && !!b[F(e)];
435
- }
436
- function Ne(e) {
437
- return function(t) {
438
- return e(t);
439
- };
440
- }
441
- var It = typeof exports == "object" && exports && !exports.nodeType && exports, J = It && typeof module == "object" && module && !module.nodeType && module, ma = J && J.exports === It, we = ma && Ot.process, X = function() {
442
- try {
443
- var e = J && J.require && J.require("util").types;
444
- return e || we && we.binding && we.binding("util");
445
- } catch {
446
- }
447
- }(), et = X && X.isTypedArray, Bt = et ? Ne(et) : ga, ha = Object.prototype, ba = ha.hasOwnProperty;
448
- function Dt(e, t) {
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);
456
- return i;
457
- }
458
- var ya = Object.prototype;
459
- function ze(e) {
460
- var t = e && e.constructor, n = typeof t == "function" && t.prototype || ya;
461
- return e === n;
462
- }
463
- function Wt(e, t) {
464
- return function(n) {
465
- return e(t(n));
466
- };
467
- }
468
- var va = Wt(Object.keys, Object), wa = Object.prototype, Ta = wa.hasOwnProperty;
469
- function $a(e) {
470
- if (!ze(e))
471
- return va(e);
472
- var t = [];
473
- for (var n in Object(e))
474
- Ta.call(e, n) && n != "constructor" && t.push(n);
475
- return t;
476
- }
477
- function pe(e) {
478
- return e != null && Lt(e.length) && !Be(e);
479
- }
480
- function Ve(e) {
481
- return pe(e) ? Dt(e) : $a(e);
482
- }
483
- function Sa(e, t) {
484
- return e && ne(t, Ve(t), e);
485
- }
486
- function _a(e) {
487
- var t = [];
488
- if (e != null)
489
- for (var n in Object(e))
490
- t.push(n);
491
- return t;
492
- }
493
- var Oa = Object.prototype, Ea = Oa.hasOwnProperty;
494
- function Aa(e) {
495
- if (!O(e))
496
- return _a(e);
497
- var t = ze(e), n = [];
498
- for (var r in e)
499
- r == "constructor" && (t || !Ea.call(e, r)) || n.push(r);
500
- return n;
501
- }
502
- function re(e) {
503
- return pe(e) ? Dt(e, !0) : Aa(e);
504
- }
505
- function ja(e, t) {
506
- return e && ne(t, re(t), e);
507
- }
508
- var Nt = typeof exports == "object" && exports && !exports.nodeType && exports, tt = Nt && typeof module == "object" && module && !module.nodeType && module, Pa = tt && tt.exports === Nt, nt = Pa ? j.Buffer : void 0, rt = nt ? nt.allocUnsafe : void 0;
509
- function zt(e, t) {
510
- if (t)
511
- return e.slice();
512
- var n = e.length, r = rt ? rt(n) : new e.constructor(n);
513
- return e.copy(r), r;
514
- }
515
- function Vt(e, t) {
516
- var n = -1, r = e.length;
517
- for (t || (t = Array(r)); ++n < r; )
518
- t[n] = e[n];
519
- return t;
520
- }
521
- function Ma(e, t) {
522
- for (var n = -1, r = e == null ? 0 : e.length, o = 0, a = []; ++n < r; ) {
523
- var s = e[n];
524
- t(s, n, e) && (a[o++] = s);
525
- }
526
- return a;
527
- }
528
- function Ft() {
529
- return [];
530
- }
531
- var Ca = Object.prototype, La = Ca.propertyIsEnumerable, at = Object.getOwnPropertySymbols, Fe = at ? function(e) {
532
- return e == null ? [] : (e = Object(e), Ma(at(e), function(t) {
533
- return La.call(e, t);
534
- }));
535
- } : Ft;
536
- function Ia(e, t) {
537
- return ne(e, Fe(e), t);
538
- }
539
- function kt(e, t) {
540
- for (var n = -1, r = t.length, o = e.length; ++n < r; )
541
- e[o + n] = t[n];
542
- return e;
543
- }
544
- var ke = Wt(Object.getPrototypeOf, Object), Ba = Object.getOwnPropertySymbols, Rt = Ba ? function(e) {
545
- for (var t = []; e; )
546
- kt(t, Fe(e)), e = ke(e);
547
- return t;
548
- } : Ft;
549
- function Da(e, t) {
550
- return ne(e, Rt(e), t);
551
- }
552
- function Ut(e, t, n) {
553
- var r = t(e);
554
- return ee(e) ? r : kt(r, n(e));
555
- }
556
- function Wa(e) {
557
- return Ut(e, Ve, Fe);
558
- }
559
- function Na(e) {
560
- return Ut(e, re, Rt);
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) {
564
- var t = F(e), n = t == za ? e.constructor : void 0, r = n ? k(n) : "";
565
- if (r)
566
- switch (r) {
567
- case Va:
568
- return ut;
569
- case Fa:
570
- return ot;
571
- case ka:
572
- return it;
573
- case Ra:
574
- return st;
575
- case Ua:
576
- return lt;
577
- }
578
- return t;
579
- });
580
- var Ha = Object.prototype, Ga = Ha.hasOwnProperty;
581
- function Ka(e) {
582
- var t = e.length, n = new e.constructor(t);
583
- return t && typeof e[0] == "string" && Ga.call(e, "index") && (n.index = e.index, n.input = e.input), n;
584
- }
585
- var dt = j.Uint8Array;
586
- function Re(e) {
587
- var t = new e.constructor(e.byteLength);
588
- return new dt(t).set(new dt(e)), t;
589
- }
590
- function Xa(e, t) {
591
- var n = t ? Re(e.buffer) : e.buffer;
592
- return new e.constructor(n, e.byteOffset, e.byteLength);
593
- }
594
- var qa = /\w*$/;
595
- function Ya(e) {
596
- var t = new e.constructor(e.source, qa.exec(e));
597
- return t.lastIndex = e.lastIndex, t;
598
- }
599
- var ct = K ? K.prototype : void 0, pt = ct ? ct.valueOf : void 0;
600
- function Qa(e) {
601
- return pt ? Object(pt.call(e)) : {};
602
- }
603
- function Ht(e, t) {
604
- var n = t ? Re(e.buffer) : e.buffer;
605
- return new e.constructor(n, e.byteOffset, e.length);
606
- }
607
- var Ja = "[object Boolean]", Za = "[object Date]", xa = "[object Map]", eo = "[object Number]", to = "[object RegExp]", no = "[object Set]", ro = "[object String]", ao = "[object Symbol]", oo = "[object ArrayBuffer]", io = "[object DataView]", so = "[object Float32Array]", lo = "[object Float64Array]", uo = "[object Int8Array]", co = "[object Int16Array]", po = "[object Int32Array]", fo = "[object Uint8Array]", go = "[object Uint8ClampedArray]", ho = "[object Uint16Array]", bo = "[object Uint32Array]";
608
- function yo(e, t, n) {
609
- var r = e.constructor;
610
- switch (t) {
611
- case oo:
612
- return Re(e);
613
- case Ja:
614
- case Za:
615
- return new r(+e);
616
- case io:
617
- return Xa(e, n);
618
- case so:
619
- case lo:
620
- case uo:
621
- case co:
622
- case po:
623
- case fo:
624
- case go:
625
- case ho:
626
- case bo:
627
- return Ht(e, n);
628
- case xa:
629
- return new r();
630
- case eo:
631
- case ro:
632
- return new r(e);
633
- case to:
634
- return Ya(e);
635
- case no:
636
- return new r();
637
- case ao:
638
- return Qa(e);
639
- }
640
- }
641
- var ft = Object.create, vo = /* @__PURE__ */ function() {
642
- function e() {
643
- }
644
- return function(t) {
645
- if (!O(t))
646
- return {};
647
- if (ft)
648
- return ft(t);
649
- e.prototype = t;
650
- var n = new e();
651
- return e.prototype = void 0, n;
652
- };
653
- }();
654
- function Gt(e) {
655
- return typeof e.constructor == "function" && !ze(e) ? vo(ke(e)) : {};
656
- }
657
- var wo = "[object Map]";
658
- function To(e) {
659
- return D(e) && M(e) == wo;
660
- }
661
- var gt = X && X.isMap, $o = gt ? Ne(gt) : To, So = "[object Set]";
662
- function _o(e) {
663
- return D(e) && M(e) == So;
664
- }
665
- var mt = X && X.isSet, Oo = mt ? Ne(mt) : _o, Eo = 1, Ao = 2, jo = 4, Kt = "[object Arguments]", Po = "[object Array]", Mo = "[object Boolean]", Co = "[object Date]", Lo = "[object Error]", Xt = "[object Function]", Io = "[object GeneratorFunction]", Bo = "[object Map]", Do = "[object Number]", qt = "[object Object]", Wo = "[object RegExp]", No = "[object Set]", zo = "[object String]", Vo = "[object Symbol]", Fo = "[object WeakMap]", ko = "[object ArrayBuffer]", Ro = "[object DataView]", Uo = "[object Float32Array]", Ho = "[object Float64Array]", Go = "[object Int8Array]", Ko = "[object Int16Array]", Xo = "[object Int32Array]", qo = "[object Uint8Array]", Yo = "[object Uint8ClampedArray]", Qo = "[object Uint16Array]", Jo = "[object Uint32Array]", m = {};
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
- m[Lo] = m[Xt] = m[Fo] = !1;
668
- function ie(e, t, n, r, o, a) {
669
- var s, i = t & Eo, l = t & Ao, u = t & jo;
670
- if (s !== void 0)
671
- return s;
672
- if (!O(e))
673
- return e;
674
- var d = ee(e);
675
- if (d) {
676
- if (s = Ka(e), !i)
677
- return Vt(e, s);
678
- } else {
679
- var c = M(e), p = c == Xt || c == Io;
680
- if (We(e))
681
- return zt(e, i);
682
- if (c == qt || c == Kt || p && !o) {
683
- if (s = l || p ? {} : Gt(e), !i)
684
- return l ? Da(e, ja(s, e)) : Ia(e, Sa(s, e));
685
- } else {
686
- if (!m[c])
687
- return o ? e : {};
688
- s = yo(e, c, i);
689
- }
690
- }
691
- a || (a = new U());
692
- var y = a.get(e);
693
- if (y)
694
- return y;
695
- a.set(e, s), Oo(e) ? e.forEach(function(A) {
696
- s.add(ie(A, t, n, A, e, a));
697
- }) : $o(e) && e.forEach(function(A, _) {
698
- s.set(_, ie(A, t, n, _, e, a));
699
- });
700
- var H = u ? l ? Na : Wa : l ? re : Ve, ae = d ? void 0 : H(e);
701
- return Cr(ae || e, function(A, _) {
702
- ae && (_ = A, A = e[_]), jt(s, _, ie(A, t, n, _, e, a));
703
- }), s;
704
- }
705
- var Zo = 1, xo = 4;
706
- function $s(e) {
707
- return ie(e, Zo | xo);
708
- }
709
- var ei = "Expected a function";
710
- function Yt(e, t) {
711
- if (typeof e != "function" || t != null && typeof t != "function")
712
- throw new TypeError(ei);
713
- var n = function() {
714
- var r = arguments, o = t ? t.apply(this, r) : r[0], a = n.cache;
715
- if (a.has(o))
716
- return a.get(o);
717
- var s = e.apply(this, r);
718
- return n.cache = a.set(o, s) || a, s;
719
- };
720
- return n.cache = new (Yt.Cache || W)(), n;
721
- }
722
- Yt.Cache = W;
723
- var ti = "Expected a function";
724
- function Ss(e, t, n) {
725
- var r = !0, o = !0;
726
- if (typeof e != "function")
727
- throw new TypeError(ti);
728
- return O(n) && (r = "leading" in n ? !!n.leading : r, o = "trailing" in n ? !!n.trailing : o), At(e, t, {
729
- leading: r,
730
- maxWait: t,
731
- trailing: o
732
- });
733
- }
734
- function Pe(e, t, n) {
735
- (n !== void 0 && !ue(e[t], n) || n === void 0 && !(t in e)) && De(e, t, n);
736
- }
737
- function ni(e) {
738
- return function(t, n, r) {
739
- for (var o = -1, a = Object(t), s = r(t), i = s.length; i--; ) {
740
- var l = s[++o];
741
- if (n(a[l], l, a) === !1)
742
- break;
743
- }
744
- return t;
745
- };
746
- }
747
- var ri = ni();
748
- function ai(e) {
749
- return D(e) && pe(e);
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) {
753
- if (!D(e) || F(e) != oi)
754
- return !1;
755
- var t = ke(e);
756
- if (t === null)
757
- return !0;
758
- var n = li.call(t, "constructor") && t.constructor;
759
- return typeof n == "function" && n instanceof n && Qt.call(n) == ui;
760
- }
761
- function Me(e, t) {
762
- if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
763
- return e[t];
764
- }
765
- function ci(e) {
766
- return ne(e, re(e));
767
- }
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);
772
- return;
773
- }
774
- var d = a ? a(i, l, n + "", e, t, s) : void 0, c = d === void 0;
775
- if (c) {
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;
778
- }
779
- c && (s.set(l, d), o(d, l, r, a, s), s.delete(l)), Pe(e, n, d);
780
- }
781
- function Jt(e, t, n, r, o) {
782
- e !== t && ri(t, function(a, s) {
783
- if (o || (o = new U()), O(a))
784
- pi(e, t, s, n, Jt, r, o);
785
- else {
786
- var i = r ? r(Me(e, s), a, s + "", e, t, o) : void 0;
787
- i === void 0 && (i = a), Pe(e, s, i);
788
- }
789
- }, re);
790
- }
791
- function Zt(e) {
792
- return e;
793
- }
794
- function fi(e, t, n) {
795
- switch (n.length) {
796
- case 0:
797
- return e.call(t);
798
- case 1:
799
- return e.call(t, n[0]);
800
- case 2:
801
- return e.call(t, n[0], n[1]);
802
- case 3:
803
- return e.call(t, n[0], n[1], n[2]);
804
- }
805
- return e.apply(t, n);
806
- }
807
- var ht = Math.max;
808
- function gi(e, t, n) {
809
- return t = ht(t === void 0 ? e.length - 1 : t, 0), function() {
810
- for (var r = arguments, o = -1, a = ht(r.length - t, 0), s = Array(a); ++o < a; )
811
- s[o] = r[t + o];
812
- o = -1;
813
- for (var i = Array(t + 1); ++o < t; )
814
- i[o] = r[o];
815
- return i[t] = n(s), fi(e, this, i);
816
- };
817
- }
818
- function mi(e) {
819
- return function() {
820
- return e;
821
- };
822
- }
823
- var hi = le ? function(e, t) {
824
- return le(e, "toString", {
825
- configurable: !0,
826
- enumerable: !1,
827
- value: mi(t),
828
- writable: !0
829
- });
830
- } : Zt, bi = 800, yi = 16, vi = Date.now;
831
- function wi(e) {
832
- var t = 0, n = 0;
833
- return function() {
834
- var r = vi(), o = yi - (r - n);
835
- if (n = r, o > 0) {
836
- if (++t >= bi)
837
- return arguments[0];
838
- } else
839
- t = 0;
840
- return e.apply(void 0, arguments);
841
- };
842
- }
843
- var Ti = wi(hi);
844
- function $i(e, t) {
845
- return Ti(gi(e, t, Zt), e + "");
846
- }
847
- function Si(e, t, n) {
848
- if (!O(n))
849
- return !1;
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;
852
- }
853
- function _i(e) {
854
- return $i(function(t, n) {
855
- var r = -1, o = n.length, a = o > 1 ? n[o - 1] : void 0, s = o > 2 ? n[2] : void 0;
856
- for (a = e.length > 3 && typeof a == "function" ? (o--, a) : void 0, s && Si(n[0], n[1], s) && (a = o < 3 ? void 0 : a, o = 1), t = Object(t); ++r < o; ) {
857
- var i = n[r];
858
- i && e(t, i, r, a);
859
- }
860
- return t;
861
- });
862
- }
863
- var _s = _i(function(e, t, n) {
864
- Jt(e, t, n);
865
- });
866
- const Oi = 100, Ue = /* @__PURE__ */ new Map(), oe = {
867
- width: window.innerWidth,
868
- height: window.innerHeight
869
- }, Ei = (e) => {
870
- Ue.set(e, e);
871
- }, Ai = (e) => {
872
- Ue.delete(e);
873
- }, ji = At((e) => {
874
- const t = e;
875
- t.topEvent = {
876
- widthDiff: oe.width - window.innerWidth,
877
- hightDiff: oe.height - window.innerHeight
878
- }, oe.width = window.innerWidth, oe.height = window.innerHeight, Ue.forEach((n) => n(t));
879
- }, Oi);
880
- window.addEventListener("resize", ji);
881
- const Pi = {
882
- addOnReize: Ei,
883
- removeOnResize: Ai
884
- };
885
- var vt;
886
- const G = {
887
- /**
888
- * Имя темы оформления
889
- *
890
- * В данный момент не используется для загрузки css
891
- *
892
- * @todo Реализовать загрузки и замену css темы на стороне UI
893
- *
894
- * @see https://ui.topvisor.com/?path=/docs/core-theme--docs
895
- */
896
- themeName: "light",
897
- /**
898
- * CSS-классы модификаторы для документа страницы
899
- *
900
- * Могут испоьзвоаться компонентами для включения необхоимых режимов отображения страницы
901
- *
902
- * Разные компоненты могут добавлять один и тот же класс, чтобы не было конфликтов каждый компонент управляет только своим классом:
903
- * - Ключ - уникальное имя компонента, например в setup: `const uid = Math.random();`
904
- * - Значение - класс модификатора
905
- */
906
- documentClassModificators: /* @__PURE__ */ new Map(),
907
- /**
908
- * Базовая ширина страницы для отображения ПК / Мобильной версии сайта
909
- *
910
- * @see Core state isMobile
911
- */
912
- widthForMobile: 900,
913
- /**
914
- * Формат даты, который будет испоьзоваться по умолчанию для вывода даты, как правило, завсит от текущего пользователя
915
- */
916
- dateFormat: "Y-m-d",
917
- /**
918
- * Валюта, которая будет испоьзоваться по умолчанию, как правило, завсит от текущего пользователя
919
- */
920
- currency: "USD",
921
- /**
922
- * Для Москвы: +0300
923
- */
924
- gmt: (vt = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : vt[1]
925
- }, Mi = {
926
- /**
927
- * CSS-классы модификаторы для документа страницы
928
- */
929
- documentClassModificators: G.documentClassModificators,
930
- dateFormat: G.dateFormat,
931
- currency: G.currency,
932
- gmt: G.gmt,
933
- /**
934
- * Device by size
935
- *
936
- * @see Core widthForMobile
937
- */
938
- isMobile: !1,
939
- /**
940
- * Device by user agent
941
- */
942
- isMobileUA: !1,
943
- /**
944
- * true, если плотность пикселей экрана больше 1
945
- */
946
- isRetina: !1,
947
- /**
948
- * true, елси это приложение
949
- */
950
- isApp: !1,
951
- /**
952
- * true при горизонтальном расположении устройства
953
- */
954
- isLandscape: !0,
955
- /**
956
- * true при вертикальном расположении устройства
957
- */
958
- isPortrait: !1,
959
- /**
960
- * Максимальная сторона страницы
961
- */
962
- size: 0,
963
- /**
964
- * true, если страница скрыта
965
- *
966
- * Не меняйте это значение вручную
967
- */
968
- isHidden: !1
969
- };
970
- class f {
971
- static state = Te({ ...Mi });
972
- static widthForMobile = G.widthForMobile;
973
- static themeName = G.themeName;
974
- static matchMediaIsMobile;
975
- static $ = $;
976
- static Events = Pi;
977
- /**
978
- * Различные флаги, необходимые для работы UI
979
- */
980
- static flags = Te({ needLoadNotice: !1 });
981
- static _setState() {
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
- }
984
- static useDocumentClassModificators() {
985
- wt(() => [...f.state.documentClassModificators], (t, n) => {
986
- let r = /* @__PURE__ */ new Set();
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
- }, { immediate: !0 });
989
- }
990
- static useIsHidden() {
991
- document.addEventListener("visibilitychange", () => {
992
- f.state.isHidden = document.hidden;
993
- }), f.state.isHidden = document.hidden;
994
- }
995
- static setStateByWindowSize() {
996
- var t;
997
- f.state.isMobile = !!((t = f.matchMediaIsMobile) != null && t.matches), f.state.isLandscape = window.innerWidth > window.innerHeight, f.state.isPortrait = !f.state.isLandscape, f.state.size = window.innerWidth > window.innerHeight ? window.innerWidth : window.innerHeight, f.saveToCookie();
998
- }
999
- static onResize() {
1000
- f.setStateByWindowSize();
1001
- }
1002
- /**
1003
- * Сохранить информацию об устройстве в cookie
1004
- */
1005
- static saveToCookie() {
1006
- const t = [
1007
- 1,
1008
- window.innerWidth,
1009
- window.innerHeight,
1010
- window.devicePixelRatio,
1011
- Number(f.state.isMobile),
1012
- Number(f.state.isRetina)
1013
- ];
1014
- document.cookie = "device=" + t.join(",") + "; path=/;";
1015
- }
1016
- /**
1017
- * Добавить установку класса при нажатии ctrl (cmd) / alt
1018
- */
1019
- static useCtrlClasses() {
1020
- const t = document.body.classList;
1021
- document.addEventListener("keydown", (n) => {
1022
- (n.ctrlKey || n.metaKey) && t.add("top-body-press_ctrl"), n.altKey && t.add("top-body-press_alt");
1023
- }), document.addEventListener("keyup", () => t.remove("top-body-press_ctrl", "top-body-press_alt")), document.addEventListener("keypress", () => t.remove("top-body-press_ctrl", "top-body-press_alt")), window.addEventListener("blur", () => t.remove("top-body-press_ctrl", "top-body-press_alt"));
1024
- }
1025
- /**
1026
- * Вывести на экране сообщение в стилизации под push уведомление
1027
- *
1028
- * Для удобства работы со словарем, принимает один парамтер `text` и первую строку из него использует как `title`.
1029
- * Данное поведение можно изменить, передав в параметрах `options.title`
1030
- *
1031
- * Для вывода используется компонент TopNotice, требует его подклчючения
1032
- *
1033
- * @docs https://ui.topvisor.com/?path=/docs/components-core-notice--docs
1034
- */
1035
- static notice = async (t, n, r) => (f.flags.needLoadNotice = !0, (await import("./notice-CtXmQ8xM.es.js")).show(t, n, r));
1036
- /**
1037
- * Вставить css стили на страницу по ссылке с автоматическим добавлением правил media
1038
- *
1039
- * Правила media:
1040
- * - Файлы *.m.css будут грузиться, только на экранах с шириной менее, чем Core.widthForMobile
1041
- * - Файлы *.pc.css будут грузиться, только на экранах с шириной более, чем Core.widthForMobile
1042
- *
1043
- * Настройкой Core.widthForMobile можно управлять через plugin: @topvisor/ui/plugin/core
1044
- *
1045
- * @param fileNames - список ссылок на css файлы
1046
- * @param useSync - использовать синхронную загрузку css, только для css с того же домена. В синхронном режиме стили предзагружаются независимо от
1047
- * media
1048
- */
1049
- static insertCSSLinkToPage = (t, n = !1) => {
1050
- const r = /* @__PURE__ */ new Map();
1051
- r.set("::", []), t.forEach((a) => {
1052
- let s = !1, i = !1;
1053
- a.match(/\.m\./) && (s = !0), a.match(/\.pc\./) && (i = !0);
1054
- const l = `${s}:${i}`;
1055
- r.has(l) || r.set(`${s}:${i}`, []), r.get(`${s}:${i}`).push(a);
1056
- });
1057
- const o = [];
1058
- return r.forEach((a, s) => {
1059
- if (!a.length)
1060
- return;
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));
1064
- }), Promise.all(o);
1065
- };
1066
- static _insertToPage = (t, n, r) => {
1067
- const o = [];
1068
- return t.forEach((a) => {
1069
- if (r) {
1070
- const c = new XMLHttpRequest();
1071
- c.open("GET", a, !1), c.send();
1072
- }
1073
- const s = "topCSSLink-" + a.replace(/\W/g, "-");
1074
- if (window.hasOwnProperty(s)) return;
1075
- let i, l;
1076
- const u = new Promise((c, p) => {
1077
- i = c, l = p;
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);
1082
- }), o;
1083
- };
1084
- /**
1085
- * Вставить css стили на страницу с автоматическим добавлением правил media
1086
- *
1087
- * Загрузка с Vite:
1088
- *
1089
- * ```js
1090
- * import style from '/style.css?inline';
1091
- *
1092
- * insertToPageAsInine(style);
1093
- * ```
1094
- *
1095
- * Загрузка с fetch:
1096
- *
1097
- * ```js
1098
- * const style = await fetch('./style.css');
1099
- *
1100
- * insertToPageAsInine(style);
1101
- * ```
1102
- *
1103
- * @param style - css стили в строке
1104
- * @param type - если указать 'm' или 'pc', то стили будут применяться по условию в зависимости от настройки this.widthForMobile
1105
- *
1106
- * @see insertToPage
1107
- */
1108
- static insertStyleToPage = (t, n = "") => {
1109
- let r = "all";
1110
- n === "m" && (r = "(max-width: " + f.widthForMobile + "px)"), n === "pc" && (r = "(min-width: " + f.widthForMobile + "px)");
1111
- const o = document.createElement("style");
1112
- o.innerHTML = t, o.media = r, document.head.append(o);
1113
- };
1114
- }
1115
- const Os = {
1116
- install: (e, t) => {
1117
- e.config.globalProperties.$i18n = Te(t.i18n), e.config.globalProperties.$i18nLang = Le(t.lang), e.config.globalProperties.$i18nSetLang = () => {
1118
- }, e.config.globalProperties.i18n = e.config.globalProperties.$i18n, typeof window < "u" && window.requirejs && (e.config.globalProperties.$i18nSetLang = async (n, r) => {
1119
- await window.requirejs("i18n").setLang(n, r);
1120
- const o = window.requirejs("i18n").categories[n];
1121
- Object.keys(o).forEach((a) => {
1122
- e.config.globalProperties.$i18n[a] = o[a];
1123
- }), e.config.globalProperties.$i18nLang.value = n;
1124
- }), typeof window < "u" && !window.requirejs && (globalThis.$i18n = e.config.globalProperties.$i18n), e.provide("$i18n", e.config.globalProperties.$i18n), e.provide("$i18nLang", e.config.globalProperties.$i18nLang), e.provide("$i18nSetLang", e.config.globalProperties.$i18nSetLang), e.provide("i18n", e.config.globalProperties.i18n);
1125
- }
1126
- }, fe = () => {
1127
- var e, t;
1128
- return !$e() && ((t = (e = window.mo) == null ? void 0 : e.user) != null && t.lang) ? requirejs("i18n").categories[mo.user.lang] : !$e() && globalThis.$i18n ? globalThis.$i18n : Ie("$i18n");
1129
- }, Es = () => {
1130
- var e, t;
1131
- return !$e() && ((t = (e = window.mo) == null ? void 0 : e.user) != null && t.lang) ? Le(mo.user.lang) : Ie("$i18nLang");
1132
- }, As = () => Ie("$i18nSetLang"), js = (e, t, n) => {
1133
- const r = fe().Calendar;
1134
- switch (new Date(e, --t, n).getDay()) {
1135
- case 0:
1136
- return r.Dw_1 + ".";
1137
- case 1:
1138
- return r.Dw_2 + ".";
1139
- case 2:
1140
- return r.Dw_3 + ".";
1141
- case 3:
1142
- return r.Dw_4 + ".";
1143
- case 4:
1144
- return r.Dw_5 + ".";
1145
- case 5:
1146
- return r.Dw_6 + ".";
1147
- case 6:
1148
- return r.Dw_7 + ".";
1149
- default:
1150
- return "";
1151
- }
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;
1155
- };
1156
- function Ms(e) {
1157
- return e.indexOf("T") === -1 && (e.length == 10 && (e += " 00:00:00"), e = e.replace(" ", "T") + f.state.gmt), new Date(e);
1158
- }
1159
- function Ci(e, t = !0, n = 0) {
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");
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;
1165
- }
1166
- function Cs(e, t = !0) {
1167
- const r = (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60 * -1 * 60 * 60 * 1e3, o = 3 * 60 * 60 * 1e3;
1168
- let a;
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;
1171
- return t && (p = q(p)), p;
1172
- }
1173
- function q(e, t = 2, n, r) {
1174
- if (r || (r = fe().Common.Not_date), typeof e == "string" && (!e || e.substring(0, 10) === "0000-00-00") && r && r !== "0000-00-00" || !e) return r;
1175
- n || (n = f.state.dateFormat), n = n.toLowerCase().replace("m", "mm").replace("y", "yy").replace("d", "dd");
1176
- let o;
1177
- if (e instanceof Date)
1178
- o = e;
1179
- else {
1180
- let s = e.substring(0, 10);
1181
- if (s.length === 7 && (s += "-01"), s += " 00:00", s = s.replace(/-/g, "/"), o = new Date(s), isNaN(Number(o))) return r;
1182
- }
1183
- let a = "";
1184
- if (n && window.$ && (a = $.datepicker.formatDate(n, o)), t && typeof e == "string" && e.length > 10 || t && e instanceof Date) {
1185
- let s = "";
1186
- if (e instanceof Date)
1187
- s = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", {
1188
- hour12: !1,
1189
- hour: "numeric",
1190
- minute: t >= 2 ? "numeric" : void 0,
1191
- second: t >= 3 ? "numeric" : void 0
1192
- });
1193
- else
1194
- switch (t) {
1195
- case 1:
1196
- s = e.substring(11, 13);
1197
- break;
1198
- case 2:
1199
- s = e.substring(11, 16);
1200
- break;
1201
- case 3:
1202
- s = e.substring(11, 19);
1203
- break;
1204
- }
1205
- a += " " + s;
1206
- }
1207
- return a = a.trim(), a;
1208
- }
1209
- function bt(e, t) {
1210
- if (t || (t = fe().Common.Not_date), !e)
1211
- return t;
1212
- if (e.match(/\d\d\d\d-\d\d-\d\d/))
1213
- return e;
1214
- const n = f.state.dateFormat.toLowerCase(), r = e.split(/\W/), o = n.split(/\W/);
1215
- let a = "", s = "", i = "";
1216
- o.forEach((u, d) => {
1217
- switch (u) {
1218
- case "d":
1219
- a = r[d];
1220
- break;
1221
- case "m":
1222
- s = r[d];
1223
- break;
1224
- case "y":
1225
- i = r[d];
1226
- break;
1227
- }
1228
- });
1229
- let l = i + "-" + s + "-" + a;
1230
- return l.match(/\d\d\d\d-\d\d-\d\d/) || (console.info("Неверный формат даты, будет возращена текущая дата, " + l), l = Ci((/* @__PURE__ */ new Date()).getTime(), !1).substring(0, 10)), l;
1231
- }
1232
- const Li = { class: "top-avatar" }, Ii = ["src", "title"], Bi = ["title"], Di = /* @__PURE__ */ E({
1233
- __name: "avatar",
1234
- props: {
1235
- size: { default: 64 },
1236
- image: {},
1237
- nickname: {},
1238
- isOnline: { type: Boolean },
1239
- lastActiveTime: {},
1240
- i18n: { default: () => ({
1241
- Online: "Online",
1242
- LastSeen: "Last seen"
1243
- }) }
1244
- },
1245
- setup(e) {
1246
- Tt((o) => ({
1247
- 62448408: o.size + "px"
1248
- }));
1249
- const t = e, n = S(() => {
1250
- var o, a;
1251
- if (t.isOnline)
1252
- return (o = t.i18n) == null ? void 0 : o.Online;
1253
- if (t.lastActiveTime)
1254
- return ((a = t.i18n) == null ? void 0 : a.LastSeen) + ": " + q(t.lastActiveTime, 2);
1255
- }), r = S(() => t.nickname ? t.nickname + (n.value ? `
1256
- ${n.value}` : "") : n.value);
1257
- return (o, a) => (g(), h("div", Li, [
1258
- P("img", {
1259
- class: "top-avatar_image",
1260
- src: o.image,
1261
- title: r.value,
1262
- alt: ""
1263
- }, null, 8, Ii),
1264
- o.isOnline ? (g(), h("div", {
1265
- key: 0,
1266
- class: "top-avatar_status",
1267
- title: n.value
1268
- }, null, 8, Bi)) : w("", !0)
1269
- ]));
1270
- }
1271
- }), Wi = ["data-top-badge"], Ni = {
1272
- key: 1,
1273
- class: "top-ellipsis"
1274
- }, zi = /* @__PURE__ */ E({
1275
- __name: "button",
1276
- props: {
1277
- color: { default: "blue" },
1278
- styling: { default: "" },
1279
- size: { default: "s" },
1280
- name: {},
1281
- title: {},
1282
- icon: {},
1283
- icon2: {},
1284
- href: {},
1285
- badgeNumber: {},
1286
- badgePosAfterText: { type: Boolean },
1287
- disabled: { type: Boolean },
1288
- isSubmit: { type: Boolean },
1289
- isActive: { type: Boolean },
1290
- isProgress: { type: Boolean }
1291
- },
1292
- setup(e) {
1293
- const t = e, n = S(() => t.href ? "a" : "button"), r = S(() => t.isSubmit ? "submit" : void 0);
1294
- return (o, a) => (g(), B(rn(n.value), {
1295
- class: T({
1296
- "top-active": o.isActive,
1297
- "top-disabled": o.disabled,
1298
- "top-forms-focusable": !o.disabled,
1299
- "top-button": !0,
1300
- "top-button-progress": o.isProgress,
1301
- [`top-size_${o.size}`]: !!o.size,
1302
- [`top-color_${o.color}`]: !0,
1303
- [`top-style_${o.styling}`]: !!o.styling,
1304
- "top-button-withoutText": !o.$slots.default
1305
- }),
1306
- name: o.name,
1307
- title: o.title,
1308
- href: o.href,
1309
- type: r.value,
1310
- "data-top-icon": o.icon || void 0,
1311
- "data-top-icon2": o.icon2 || void 0,
1312
- disabled: o.disabled || void 0,
1313
- inProgress: o.isProgress
1314
- }, {
1315
- default: te(() => [
1316
- o.badgeNumber ? (g(), h("span", {
1317
- key: 0,
1318
- "data-top-badge": o.badgeNumber,
1319
- class: T(["top-button_badge", {
1320
- "top-button_badge-afterText": o.badgePosAfterText
1321
- }])
1322
- }, null, 10, Wi)) : w("", !0),
1323
- o.$slots.default ? (g(), h("span", Ni, [
1324
- C(o.$slots, "default", {}, () => [
1325
- an(N(o.icon ? "" : "Button"), 1)
1326
- ])
1327
- ])) : w("", !0),
1328
- C(o.$slots, "html")
1329
- ]),
1330
- _: 3
1331
- }, 8, ["class", "name", "title", "href", "type", "data-top-icon", "data-top-icon2", "disabled", "inProgress"]));
1332
- }
1333
- }), Vi = { class: "top-forms-optionLabel" }, ge = /* @__PURE__ */ E({
1334
- __name: "controlLabel",
1335
- props: {
1336
- description: {},
1337
- disabled: { type: Boolean }
1338
- },
1339
- setup(e) {
1340
- return (t, n) => (g(), h("div", Vi, [
1341
- P("div", {
1342
- class: T({
1343
- "top-forms-optionLabel_title": !0,
1344
- "top-forms-optionLabel_title-disabled": t.disabled
1345
- })
1346
- }, [
1347
- C(t.$slots, "default")
1348
- ], 2),
1349
- t.description ? (g(), h("div", {
1350
- key: 0,
1351
- class: T(["top-forms-optionLabel_description", { "top-forms-optionLabel_description-disabled": t.disabled }])
1352
- }, N(t.description), 3)) : w("", !0)
1353
- ]));
1354
- }
1355
- }), Fi = ["name", "value", "indeterminate", "disabled"], ki = /* @__PURE__ */ E({
1356
- __name: "checkbox",
1357
- props: /* @__PURE__ */ Se({
1358
- modelValue: { type: [Boolean, Array, Set] },
1359
- name: {},
1360
- value: {},
1361
- description: {},
1362
- disabled: { type: Boolean },
1363
- indeterminate: { type: Boolean },
1364
- isError: { type: Boolean }
1365
- }, {
1366
- modelValue: { type: [Boolean, Array, Set] },
1367
- modelModifiers: {}
1368
- }),
1369
- emits: ["update:modelValue"],
1370
- setup(e) {
1371
- const t = $t(e, "modelValue");
1372
- return (n, r) => (g(), h("label", {
1373
- class: T({
1374
- "top-forms-optionWrapper": !0,
1375
- "top-checkbox": !0,
1376
- ["top-checkbox_" + n.name]: !!n.name,
1377
- "top-disabled": n.disabled,
1378
- "top-error": n.isError && !n.disabled
1379
- })
1380
- }, [
1381
- z(P("input", {
1382
- type: "checkbox",
1383
- class: T({
1384
- "top-forms-focusable": !n.disabled,
1385
- "top-forms-option": !0,
1386
- "top-checkbox_input": !0,
1387
- "top-error": n.isError && !n.disabled
1388
- }),
1389
- name: n.name,
1390
- "onUpdate:modelValue": r[0] || (r[0] = (o) => t.value = o),
1391
- value: n.value,
1392
- indeterminate: n.indeterminate,
1393
- disabled: n.disabled
1394
- }, null, 10, Fi), [
1395
- [St, t.value]
1396
- ]),
1397
- n.$slots.default ? (g(), B(ge, {
1398
- key: 0,
1399
- description: n.description,
1400
- disabled: n.disabled
1401
- }, {
1402
- default: te(() => [
1403
- C(n.$slots, "default")
1404
- ]),
1405
- _: 3
1406
- }, 8, ["description", "disabled"])) : w("", !0)
1407
- ], 2));
1408
- }
1409
- }), Ri = ["title"], xt = /* @__PURE__ */ E({
1410
- __name: "hint",
1411
- props: {
1412
- hint: {}
1413
- },
1414
- setup(e) {
1415
- return (t, n) => (g(), h("span", {
1416
- class: "top-hint",
1417
- "data-top-icon": "",
1418
- title: t.hint
1419
- }, null, 8, Ri));
1420
- }
1421
- }), Ui = (e, t) => {
1422
- const n = e.__vccOpts || e;
1423
- for (const [r, o] of t)
1424
- n[r] = o;
1425
- return n;
1426
- }, Hi = {}, Gi = { class: "top-loadbar" };
1427
- function Ki(e, t) {
1428
- return g(), h("div", Gi);
1429
- }
1430
- const en = /* @__PURE__ */ Ui(Hi, [["render", Ki]]), Xi = ["data-top-icon", "data-top-icon2"], qi = ["name", "title", "placeholder", "disabled", "readonly"], Yi = {
1431
- key: 2,
1432
- class: "top-formsCaption"
1433
- }, Ce = /* @__PURE__ */ E({
1434
- inheritAttrs: !1,
1435
- __name: "input",
1436
- props: {
1437
- modelValue: {},
1438
- name: {},
1439
- disabled: { type: Boolean },
1440
- readonly: { type: Boolean },
1441
- modificator: {},
1442
- size: { default: "s" },
1443
- isError: { type: Boolean },
1444
- isLoading: { type: Boolean },
1445
- icon: {},
1446
- icon2: {},
1447
- addCleaner: { type: Boolean },
1448
- title: {},
1449
- captionType: { default: "" }
1450
- },
1451
- emits: ["update:modelValue"],
1452
- setup(e, { emit: t }) {
1453
- const n = e, r = t, o = S({
1454
- get() {
1455
- return n.modelValue;
1456
- },
1457
- set(i) {
1458
- r("update:modelValue", i);
1459
- }
1460
- }), a = S(() => n.addCleaner && !n.title || n.captionType !== "" ? "" : n.title), s = (i) => {
1461
- n.modelValue && i.stopPropagation(), r("update:modelValue", "");
1462
- };
1463
- return (i, l) => (g(), h("label", {
1464
- class: T({
1465
- "top-input": !0,
1466
- ["top-size_" + i.size]: !0,
1467
- "top-disabled": i.disabled,
1468
- ["top-input-" + i.modificator]: !!i.modificator,
1469
- "top-input-withCleaner": i.addCleaner && o.value && o.value !== "0000-00-00",
1470
- "top-formsCaptionWrapper": i.captionType !== "",
1471
- "top-formsCaptionWrapper-always": i.captionType === "top"
1472
- }),
1473
- "data-top-icon": i.icon,
1474
- "data-top-icon2": i.icon2
1475
- }, [
1476
- i.isLoading ? (g(), B(en, { key: 0 })) : w("", !0),
1477
- z(P("input", se({
1478
- type: "text",
1479
- class: {
1480
- "top-input_input": !0,
1481
- ["top-input_input-" + i.modificator]: !!i.modificator,
1482
- "top-forms-focusable": !i.disabled,
1483
- "top-error": i.isError
1484
- },
1485
- autocomplete: "off_always",
1486
- name: i.name,
1487
- "onUpdate:modelValue": l[0] || (l[0] = (u) => o.value = u),
1488
- title: i.title,
1489
- placeholder: a.value,
1490
- disabled: i.disabled,
1491
- readonly: i.readonly,
1492
- onKeydown: l[1] || (l[1] = on((u) => (i.addCleaner || !!i.$slots.btn) && s(u), ["esc"]))
1493
- }, i.$attrs), null, 16, qi), [
1494
- [_t, o.value]
1495
- ]),
1496
- i.addCleaner && o.value && o.value !== "0000-00-00" ? (g(), h("span", {
1497
- key: 1,
1498
- class: "top-input_cleaner",
1499
- "data-top-icon": "",
1500
- onClick: sn(s, ["prevent"])
1501
- })) : w("", !0),
1502
- i.captionType !== "" ? (g(), h("span", Yi, N(i.title), 1)) : w("", !0),
1503
- C(i.$slots, "default")
1504
- ], 10, Xi));
1505
- }
1506
- }), Qi = ["modelValue"], Ji = !!document.documentElement.ontouchstart && !!document.createElement("input").showPicker;
1507
- let yt = (e) => {
1508
- };
1509
- const Zi = /* @__PURE__ */ E({
1510
- __name: "inputDate",
1511
- props: {
1512
- modelValue: {},
1513
- name: {},
1514
- disabled: { type: Boolean },
1515
- readonly: { type: Boolean },
1516
- modificator: {},
1517
- size: {},
1518
- isError: { type: Boolean },
1519
- isLoading: { type: Boolean },
1520
- icon: {},
1521
- icon2: { default: "" },
1522
- addCleaner: { type: Boolean },
1523
- title: {},
1524
- captionType: {}
1525
- },
1526
- emits: ["update:modelValue"],
1527
- setup(e, { emit: t }) {
1528
- const n = fe(), r = e, o = t;
1529
- ln(() => {
1530
- s && s.datepicker("destroy");
1531
- });
1532
- const a = Le();
1533
- let s;
1534
- const i = S({
1535
- get() {
1536
- return q(r.modelValue, 2, void 0, "0000-00-00");
1537
- },
1538
- set(c) {
1539
- c = bt(c, "0000-00-00"), o("update:modelValue", c);
1540
- }
1541
- });
1542
- let l = (c) => {
1543
- yt(c);
1544
- }, u = (c) => {
1545
- const p = bt(c.target.value), y = q(p);
1546
- if (!y || y === n.Common.Not_date || c.target.value !== y) {
1547
- c.target.value = i.value;
1548
- return;
1549
- }
1550
- i.value = c.target.value;
1551
- };
1552
- async function d(c) {
1553
- const p = await import("./datepicker-EJRX31J1.es.js");
1554
- yt = p.oninput, s = p.connectDatepicker(c.target, {
1555
- onSelect: () => u(c)
1556
- }), s && s.datepicker("show");
1557
- }
1558
- return (c, p) => he(Ji) ? (g(), B(Ce, se({ key: 0 }, c.$props, {
1559
- modelValue: i.value,
1560
- readonly: "",
1561
- onClick: p[1] || (p[1] = (y) => a.value.showPicker())
1562
- }), {
1563
- default: te(() => [
1564
- P("input", {
1565
- ref_key: "el",
1566
- ref: a,
1567
- type: "date",
1568
- class: "top-input_input-date",
1569
- modelValue: c.modelValue,
1570
- onChange: p[0] || (p[0] = (y) => i.value = y.target.value),
1571
- tabindex: "-1"
1572
- }, null, 40, Qi)
1573
- ]),
1574
- _: 1
1575
- }, 16, ["modelValue"])) : (g(), B(Ce, se({ key: 1 }, c.$props, {
1576
- modelValue: i.value,
1577
- "onUpdate:modelValue": p[2] || (p[2] = (y) => y === "" ? i.value = "" : ""),
1578
- onInput: he(l),
1579
- onFocusOnce: d,
1580
- onChange: he(u),
1581
- modificator: "datepicker"
1582
- }), null, 16, ["modelValue", "onInput", "onChange"]));
1583
- }
1584
- }), xi = { class: "top-inputRange" }, es = /* @__PURE__ */ E({
1585
- __name: "inputRange",
1586
- setup(e) {
1587
- return (t, n) => (g(), h("div", xi, [
1588
- C(t.$slots, "from"),
1589
- n[0] || (n[0] = P("span", { class: "top-inputRange_dash" }, " — ", -1)),
1590
- C(t.$slots, "to")
1591
- ]));
1592
- }
1593
- }), ts = ["name", "value", "disabled"], ns = /* @__PURE__ */ E({
1594
- __name: "radio",
1595
- props: {
1596
- modelValue: {},
1597
- value: {},
1598
- name: {},
1599
- description: {},
1600
- disabled: { type: Boolean },
1601
- isError: { type: Boolean }
1602
- },
1603
- emits: ["update:modelValue"],
1604
- setup(e, { emit: t }) {
1605
- const n = e, r = t, o = S({
1606
- get() {
1607
- return n.modelValue;
1608
- },
1609
- set(a) {
1610
- r("update:modelValue", a);
1611
- }
1612
- });
1613
- return (a, s) => (g(), h("label", {
1614
- class: T({
1615
- "top-forms-optionWrapper": !0,
1616
- "top-radio": !0,
1617
- ["top-radio_" + a.name]: a.name !== "",
1618
- "top-disabled": a.disabled,
1619
- "top-error": a.isError && !a.disabled
1620
- })
1621
- }, [
1622
- z(P("input", {
1623
- type: "radio",
1624
- class: T({
1625
- "top-forms-focusable": !a.disabled,
1626
- "top-forms-option": !0,
1627
- "top-radio_input": !0,
1628
- "top-error": a.isError && !a.disabled
1629
- }),
1630
- "onUpdate:modelValue": s[0] || (s[0] = (i) => o.value = i),
1631
- name: a.name,
1632
- value: a.value,
1633
- disabled: a.disabled
1634
- }, null, 10, ts), [
1635
- [un, o.value]
1636
- ]),
1637
- a.$slots.default ? (g(), B(ge, {
1638
- key: 0,
1639
- description: a.description,
1640
- disabled: a.disabled
1641
- }, {
1642
- default: te(() => [
1643
- C(a.$slots, "default")
1644
- ]),
1645
- _: 3
1646
- }, 8, ["description", "disabled"])) : w("", !0)
1647
- ], 2));
1648
- }
1649
- }), rs = ["name", "value", "disabled"], as = /* @__PURE__ */ E({
1650
- __name: "switcher",
1651
- props: {
1652
- modelValue: { type: [Boolean, Array, Set] },
1653
- name: {},
1654
- value: {},
1655
- description: {},
1656
- disabled: { type: Boolean },
1657
- isError: { type: Boolean }
1658
- },
1659
- emits: ["update:modelValue"],
1660
- setup(e, { emit: t }) {
1661
- const n = e, r = t, o = S({
1662
- get() {
1663
- return n.modelValue;
1664
- },
1665
- set(a) {
1666
- r("update:modelValue", a);
1667
- }
1668
- });
1669
- return (a, s) => (g(), h("label", {
1670
- class: T({
1671
- "top-forms-optionWrapper": !0,
1672
- "top-checkboxSwitcher": !0,
1673
- "top-disabled": a.disabled,
1674
- "top-error": a.isError && !a.disabled
1675
- })
1676
- }, [
1677
- z(P("input", {
1678
- type: "checkbox",
1679
- class: T({
1680
- "top-forms-focusable": !a.disabled,
1681
- "top-forms-option": !0,
1682
- "top-checkboxSwitcher_input": !0,
1683
- "top-error": a.isError && !a.disabled
1684
- }),
1685
- "onUpdate:modelValue": s[0] || (s[0] = (i) => o.value = i),
1686
- name: a.name,
1687
- value: a.value,
1688
- disabled: a.disabled
1689
- }, null, 10, rs), [
1690
- [St, o.value]
1691
- ]),
1692
- a.$slots.default ? (g(), B(ge, {
1693
- key: 0,
1694
- description: a.description,
1695
- disabled: a.disabled
1696
- }, {
1697
- default: te(() => [
1698
- C(a.$slots, "default")
1699
- ]),
1700
- _: 3
1701
- }, 8, ["description", "disabled"])) : w("", !0)
1702
- ], 2));
1703
- }
1704
- }), os = ["name", "placeholder", "disabled", "readonly", "rows"], is = {
1705
- key: 0,
1706
- class: "top-textarea_pseudoContent"
1707
- }, ss = /* @__PURE__ */ E({
1708
- inheritAttrs: !1,
1709
- __name: "textarea",
1710
- props: {
1711
- modelValue: {},
1712
- name: {},
1713
- placeholder: {},
1714
- rows: { default: 5 },
1715
- minHeight: { default: 120 },
1716
- expandable: { type: Boolean },
1717
- disabled: { type: Boolean },
1718
- readonly: { type: Boolean },
1719
- isError: { type: Boolean },
1720
- hint: {}
1721
- },
1722
- emits: ["update:modelValue"],
1723
- setup(e, { emit: t }) {
1724
- Tt((a) => ({
1725
- "445cd2c3": a.minHeight + "px"
1726
- }));
1727
- const n = e, r = t, o = S({
1728
- get() {
1729
- return n.modelValue;
1730
- },
1731
- set(a) {
1732
- r("update:modelValue", a);
1733
- }
1734
- });
1735
- return (a, s) => {
1736
- const i = dn("top-tooltip");
1737
- return g(), h("label", {
1738
- class: T({
1739
- "top-textarea": !0,
1740
- ["top-textarea-" + a.name]: a.name,
1741
- "top-disabled": a.disabled
1742
- })
1743
- }, [
1744
- z(P("textarea", se({
1745
- type: "text",
1746
- class: {
1747
- "top-forms-focusable": !a.disabled,
1748
- "top-textarea_textarea": !0,
1749
- "top-textarea_textarea-expandable": a.expandable,
1750
- "top-error": a.isError
1751
- },
1752
- autocomplete: "off_always",
1753
- name: a.name,
1754
- placeholder: a.placeholder,
1755
- disabled: a.disabled,
1756
- readonly: a.readonly,
1757
- rows: a.expandable ? void 0 : a.rows
1758
- }, a.$attrs, {
1759
- "onUpdate:modelValue": s[0] || (s[0] = (l) => o.value = l)
1760
- }), null, 16, os), [
1761
- [_t, o.value]
1762
- ]),
1763
- a.expandable ? (g(), h("div", is, N(o.value + " "), 1)) : w("", !0),
1764
- a.hint ? z((g(), B(xt, {
1765
- key: 1,
1766
- class: "top-textarea_hint",
1767
- hint: a.hint
1768
- }, null, 8, ["hint"])), [
1769
- [i]
1770
- ]) : w("", !0)
1771
- ], 2);
1772
- };
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 = {
1775
- key: 1,
1776
- class: "top-formsCaption"
1777
- }, gs = /* @__PURE__ */ E({
1778
- __name: "select",
1779
- props: /* @__PURE__ */ Se({
1780
- modelValue: {},
1781
- options: {},
1782
- name: {},
1783
- disabled: { type: Boolean },
1784
- icon: {},
1785
- size: { default: "s" },
1786
- addChanger: { type: Boolean },
1787
- title: {},
1788
- isError: { type: Boolean }
1789
- }, {
1790
- modelValue: {
1791
- required: !0
1792
- },
1793
- modelModifiers: {}
1794
- }),
1795
- emits: /* @__PURE__ */ Se(["update:modelValue"], ["update:modelValue"]),
1796
- setup(e) {
1797
- const t = e, n = $t(e, "modelValue"), r = S(() => {
1798
- const l = /* @__PURE__ */ new Map();
1799
- return t.options.forEach((u, d) => {
1800
- if (typeof u == "string" && (u = a(d, u)), u.children) {
1801
- const c = /* @__PURE__ */ new Map();
1802
- u.children.forEach((p, y) => {
1803
- typeof p == "string" && (p = a(y, p)), c.set(p.value, p);
1804
- }), u = { ...u }, u.children = c, l.set(u.value, u);
1805
- } else
1806
- l.set(u.value, u);
1807
- }), l;
1808
- }), o = S(() => {
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);
1815
- });
1816
- return;
1817
- }
1818
- l.set(u.value, u);
1819
- }
1820
- }), l;
1821
- }), a = (l, u) => ({
1822
- value: l,
1823
- title: u
1824
- });
1825
- wt([
1826
- () => t.modelValue,
1827
- o
1828
- ], () => {
1829
- (n.value === null || n.value === void 0) && o.value.size && (console.warn("Пожалуйста, не передавайте в компонент Select значения null и undefined"), n.value = o.value.keys().next().value);
1830
- }, { immediate: !0 });
1831
- const s = S(() => {
1832
- var l;
1833
- return (l = o.value.get(n.value)) == null ? void 0 : l.icon;
1834
- }), i = () => {
1835
- const l = [...o.value.keys()], d = (l.indexOf(n.value) + 1) % l.length;
1836
- n.value = l[d];
1837
- };
1838
- return (l, u) => (g(), h("label", {
1839
- class: T({
1840
- "top-select": !0,
1841
- ["top-select-" + l.name]: l.name,
1842
- ["top-size_" + l.size]: !0,
1843
- "top-formsCaptionWrapper": !!l.title,
1844
- "top-select-error": l.isError,
1845
- "top-disabled": l.disabled
1846
- }),
1847
- "data-value": n.value,
1848
- "data-top-icon": l.icon,
1849
- "data-top-icon2": s.value
1850
- }, [
1851
- z(P("select", {
1852
- class: T({
1853
- "top-forms-focusable": !l.disabled,
1854
- "top-select_select": !0,
1855
- "top-select_arrow": !0,
1856
- "top-error": l.isError
1857
- }),
1858
- name: l.name,
1859
- disabled: l.disabled,
1860
- "onUpdate:modelValue": u[0] || (u[0] = (d) => n.value = d)
1861
- }, [
1862
- (g(!0), h(be, null, Ke(r.value, ([d, c]) => (g(), h(be, null, [
1863
- c.children ? (g(), h("optgroup", {
1864
- key: "group_" + d,
1865
- label: c.title,
1866
- disabled: c.disabled
1867
- }, [
1868
- (g(!0), h(be, null, Ke(c.children, ([p, y]) => (g(), h("option", {
1869
- key: p,
1870
- value: p,
1871
- selected: p === n.value,
1872
- disabled: y.disabled
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,
1878
- disabled: c.disabled
1879
- }, N(c.title), 9, ps))
1880
- ], 64))), 256))
1881
- ], 10, us), [
1882
- [cn, n.value]
1883
- ]),
1884
- l.addChanger && o.value.size && !l.disabled ? (g(), h("span", {
1885
- key: 0,
1886
- class: "top-changer",
1887
- onClick: i
1888
- })) : w("", !0),
1889
- l.title ? (g(), h("span", fs, N(l.title), 1)) : w("", !0)
1890
- ], 10, ls));
1891
- }
1892
- }), Ls = Di, Is = zi, Bs = ki, Ds = ge, Ws = xt, Ns = Ce, zs = Zi, Vs = es, Fs = ns, ks = as, Rs = ss, Us = gs, Hs = en;
1893
- export {
1894
- fn as A,
1895
- gn as B,
1896
- f as C,
1897
- mn as D,
1898
- Pi as E,
1899
- bs as F,
1900
- ys as G,
1901
- vs as H,
1902
- ws as I,
1903
- hn as J,
1904
- Ts as K,
1905
- $s as L,
1906
- Yt as M,
1907
- Ss as N,
1908
- _s as O,
1909
- js as P,
1910
- Ps as Q,
1911
- Ms as R,
1912
- Ci as S,
1913
- Ls as T,
1914
- Cs as U,
1915
- bt as V,
1916
- zi as _,
1917
- fe as a,
1918
- xt as b,
1919
- Ce as c,
1920
- q as d,
1921
- Is as e,
1922
- Bs as f,
1923
- Ds as g,
1924
- Ws as h,
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,
1937
- Es as u,
1938
- Ui as v,
1939
- ss as w,
1940
- en as x,
1941
- gs as y,
1942
- pn as z
1943
- };
1944
- //# sourceMappingURL=forms-DDIlFXbF.es.js.map