adata-ui 3.1.80 → 3.1.82

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 (288) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +2 -37
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +2 -21
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +2 -47
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +73 -73
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +50 -0
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +9 -49
  21. package/dist/runtime/components/NewFooter.vue +114 -114
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +2 -12
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +4 -22
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
  56. package/dist/runtime/components/header/HeaderLink.vue +68 -55
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +72 -72
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
  67. package/dist/runtime/components/header/TopHeader.vue +72 -72
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
  75. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
  76. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
  77. package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
  78. package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
  79. package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
  80. package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
  81. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  82. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
  83. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  84. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
  85. package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
  86. package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
  87. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  88. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
  89. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  90. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  91. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  92. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  93. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  94. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  95. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  96. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  97. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  98. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  99. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  100. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  101. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  102. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  103. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  104. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  105. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  106. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  107. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  108. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  109. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
  110. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  111. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
  112. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  113. package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
  114. package/dist/runtime/components/select-row/index.vue +58 -58
  115. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  116. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  117. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
  118. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  119. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  120. package/dist/runtime/composables/projectState.d.ts +2 -2
  121. package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
  122. package/dist/runtime/composables/useBuyTariffs.js +73 -0
  123. package/dist/runtime/composables/useIdModals.d.ts +11 -21
  124. package/dist/runtime/composables/usePayment.d.ts +5 -5
  125. package/dist/runtime/i18n/i18n.config.d.ts +9 -0
  126. package/dist/runtime/i18n.d.ts +1 -1
  127. package/dist/runtime/icons/ai-assistant.vue +13 -13
  128. package/dist/runtime/icons/akimat.vue +20 -20
  129. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  130. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  131. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  132. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  133. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  134. package/dist/runtime/icons/avatar.vue +41 -41
  135. package/dist/runtime/icons/avto/car.vue +17 -17
  136. package/dist/runtime/icons/avto/truck.vue +17 -17
  137. package/dist/runtime/icons/bank.vue +14 -14
  138. package/dist/runtime/icons/block.vue +19 -19
  139. package/dist/runtime/icons/bookmark.vue +19 -19
  140. package/dist/runtime/icons/calculator.vue +19 -19
  141. package/dist/runtime/icons/chartBar.vue +14 -14
  142. package/dist/runtime/icons/check-circle.vue +25 -25
  143. package/dist/runtime/icons/check-sb.vue +7 -7
  144. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  145. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  146. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  147. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  148. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  149. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  150. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  151. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  152. package/dist/runtime/icons/clipboard-text.vue +17 -17
  153. package/dist/runtime/icons/clock.vue +25 -25
  154. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  155. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  156. package/dist/runtime/icons/communication/mail.vue +19 -19
  157. package/dist/runtime/icons/communication/phone.vue +19 -19
  158. package/dist/runtime/icons/company.vue +19 -19
  159. package/dist/runtime/icons/currency/dollar.vue +19 -19
  160. package/dist/runtime/icons/currency/down.vue +22 -22
  161. package/dist/runtime/icons/currency/eur.vue +69 -69
  162. package/dist/runtime/icons/currency/rub.vue +25 -25
  163. package/dist/runtime/icons/currency/tenge.vue +9 -9
  164. package/dist/runtime/icons/currency/usd.vue +269 -269
  165. package/dist/runtime/icons/currency/yuan.vue +37 -37
  166. package/dist/runtime/icons/document/hdocument.vue +17 -17
  167. package/dist/runtime/icons/document/id.vue +19 -19
  168. package/dist/runtime/icons/document/profile.vue +19 -19
  169. package/dist/runtime/icons/eye-closed.vue +26 -26
  170. package/dist/runtime/icons/eye-open.vue +7 -7
  171. package/dist/runtime/icons/eye-opened.vue +23 -23
  172. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  173. package/dist/runtime/icons/file/file.vue +19 -19
  174. package/dist/runtime/icons/file/files.vue +17 -17
  175. package/dist/runtime/icons/globe.vue +19 -19
  176. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  177. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  178. package/dist/runtime/icons/handshake.vue +19 -19
  179. package/dist/runtime/icons/history.vue +19 -19
  180. package/dist/runtime/icons/hot-line.vue +6 -6
  181. package/dist/runtime/icons/id.vue +9 -9
  182. package/dist/runtime/icons/info/info-circle.vue +29 -29
  183. package/dist/runtime/icons/invoice.vue +35 -35
  184. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  185. package/dist/runtime/icons/link-chain.vue +31 -31
  186. package/dist/runtime/icons/loader-circle.vue +34 -34
  187. package/dist/runtime/icons/lock.vue +19 -19
  188. package/dist/runtime/icons/logo/adata.vue +48 -48
  189. package/dist/runtime/icons/logo/logo.vue +27 -27
  190. package/dist/runtime/icons/map-paper.vue +5 -5
  191. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  192. package/dist/runtime/icons/medal.vue +17 -17
  193. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  194. package/dist/runtime/icons/menu/menu.vue +41 -41
  195. package/dist/runtime/icons/message.vue +24 -24
  196. package/dist/runtime/icons/modals/door.vue +162 -162
  197. package/dist/runtime/icons/moon.vue +10 -10
  198. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  199. package/dist/runtime/icons/navigation/location.vue +25 -25
  200. package/dist/runtime/icons/navigation/logout.vue +19 -19
  201. package/dist/runtime/icons/notifications.vue +25 -25
  202. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  203. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  204. package/dist/runtime/icons/other-service/block.vue +16 -16
  205. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  206. package/dist/runtime/icons/other-service/globe.vue +16 -16
  207. package/dist/runtime/icons/other-service/link.vue +7 -7
  208. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  209. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  210. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  211. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  212. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  213. package/dist/runtime/icons/plus.vue +24 -24
  214. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  215. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  216. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  217. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  218. package/dist/runtime/icons/sanctions.vue +8 -8
  219. package/dist/runtime/icons/scale.vue +19 -19
  220. package/dist/runtime/icons/search.vue +27 -27
  221. package/dist/runtime/icons/socials/facebook.vue +15 -15
  222. package/dist/runtime/icons/socials/google.vue +41 -41
  223. package/dist/runtime/icons/socials/instagram.vue +19 -19
  224. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  225. package/dist/runtime/icons/socials/mailru.vue +34 -34
  226. package/dist/runtime/icons/socials/telegram.vue +15 -15
  227. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  228. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  229. package/dist/runtime/icons/socials/yandex.vue +28 -28
  230. package/dist/runtime/icons/socials/youtube.vue +16 -16
  231. package/dist/runtime/icons/sun.vue +14 -14
  232. package/dist/runtime/icons/sviazi.vue +19 -19
  233. package/dist/runtime/icons/tasks.vue +10 -10
  234. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  235. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  236. package/dist/runtime/icons/users/users-three.vue +17 -17
  237. package/dist/runtime/icons/users/users.vue +31 -31
  238. package/dist/runtime/icons/warning-triangle.vue +29 -29
  239. package/dist/runtime/icons/work-bag.vue +20 -20
  240. package/dist/runtime/icons/x-mark.vue +18 -18
  241. package/dist/runtime/illustrations/address-location.vue +38 -38
  242. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  243. package/dist/runtime/illustrations/bill.vue +133 -133
  244. package/dist/runtime/illustrations/buildings.vue +82 -82
  245. package/dist/runtime/illustrations/calendar.vue +156 -156
  246. package/dist/runtime/illustrations/chains.vue +152 -152
  247. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  248. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  249. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  250. package/dist/runtime/illustrations/delete.vue +32 -32
  251. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  252. package/dist/runtime/illustrations/document.vue +64 -64
  253. package/dist/runtime/illustrations/door.vue +74 -74
  254. package/dist/runtime/illustrations/empty-box.vue +77 -77
  255. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  256. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  257. package/dist/runtime/illustrations/hammer.vue +156 -156
  258. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  259. package/dist/runtime/illustrations/info.vue +39 -39
  260. package/dist/runtime/illustrations/mail.vue +68 -68
  261. package/dist/runtime/illustrations/ok.vue +62 -62
  262. package/dist/runtime/illustrations/people-group.vue +237 -237
  263. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  264. package/dist/runtime/illustrations/person.vue +159 -159
  265. package/dist/runtime/illustrations/phone-check.vue +90 -90
  266. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  267. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  268. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  269. package/dist/runtime/illustrations/suit.vue +111 -111
  270. package/dist/runtime/illustrations/suitcase.vue +105 -105
  271. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  272. package/dist/runtime/illustrations/terminal.vue +234 -234
  273. package/dist/runtime/illustrations/trash-can.vue +108 -108
  274. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  275. package/dist/runtime/illustrations/two-persons.vue +169 -169
  276. package/dist/runtime/lang/en.js +5 -2
  277. package/dist/runtime/lang/kk.js +5 -2
  278. package/dist/runtime/lang/ru.d.ts +3 -0
  279. package/dist/runtime/lang/ru.js +5 -2
  280. package/dist/runtime/plugins/toast.d.ts +1 -503
  281. package/dist/runtime/public/kaspi/logo.svg +4 -4
  282. package/dist/runtime/server/tsconfig.json +3 -3
  283. package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
  284. package/dist/runtime/utils/getMaxZindex.js +22 -0
  285. package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
  286. package/dist/runtime/utils/useUrls.d.ts +1 -0
  287. package/dist/runtime/utils/useUrls.js +1 -0
  288. package/package.json +73 -73
@@ -0,0 +1,73 @@
1
+ import { removeTrailingSlash } from "#adata-ui/utils/removeTrailingSlash";
2
+ import { useLocalePath, useI18n } from "#i18n";
3
+ export function useBuyTariffs() {
4
+ const { commonAuth } = useAppConfig();
5
+ const userApiURL = commonAuth.userApiURL;
6
+ const { locale } = useI18n();
7
+ const localePath = useLocalePath();
8
+ const checkNumber = ref(0);
9
+ const messageRate = ref(null);
10
+ const isAuthenticated = computed(() => {
11
+ const accessToken = useCookie("accessToken");
12
+ return accessToken.value;
13
+ });
14
+ async function buyTariff(tariffs) {
15
+ await $fetch(`${removeTrailingSlash(userApiURL)}/user/rate`, {
16
+ method: "PUT",
17
+ credentials: "include",
18
+ headers: {
19
+ lang: locale.value,
20
+ Authorization: `Bearer ${isAuthenticated.value}`
21
+ },
22
+ body: { rate_code: tariffs }
23
+ });
24
+ location.reload();
25
+ }
26
+ async function viaKaspiBank(tariffId, sum) {
27
+ try {
28
+ const { data } = await $fetch(`${removeTrailingSlash(userApiURL)}/user/kaspi-balance/request/`, {
29
+ method: "POST",
30
+ credentials: "include",
31
+ headers: {
32
+ lang: locale.value,
33
+ Authorization: `Bearer ${isAuthenticated.value}`
34
+ },
35
+ body: { amount: sum, rate_id: tariffId }
36
+ });
37
+ checkNumber.value = data.request_id;
38
+ } catch (error) {
39
+ console.error(error);
40
+ } finally {
41
+ window.open(localePath(`https://kaspi.kz/pay/adata?service_id=5964&9507=${checkNumber.value}`), "_blank");
42
+ }
43
+ }
44
+ async function leaveRequest(name, email, phone, comment, rateCode = "adata_pro") {
45
+ try {
46
+ const { data } = await $fetch(`${removeTrailingSlash(userApiURL)}/message/rate`, {
47
+ method: "POST",
48
+ credentials: "include",
49
+ headers: {
50
+ lang: locale.value,
51
+ Authorization: `Bearer ${isAuthenticated.value}`
52
+ },
53
+ body: {
54
+ sender_name: name,
55
+ email,
56
+ phone_number: phone,
57
+ message: comment,
58
+ rate_code: rateCode
59
+ }
60
+ });
61
+ messageRate.value = data;
62
+ } catch (error) {
63
+ console.error(error);
64
+ }
65
+ }
66
+ return {
67
+ buyTariff,
68
+ viaKaspiBank,
69
+ checkNumber,
70
+ leaveRequest,
71
+ messageRate
72
+ };
73
+ }
@@ -1,23 +1,13 @@
1
1
  export declare function useIdModals(): {
2
- accessModal: import("vue").Ref<boolean, boolean>;
3
- loginModal: import("vue").Ref<boolean, boolean>;
4
- twoFactorModal: import("vue").Ref<boolean, boolean>;
5
- registrationModal: import("vue").Ref<boolean, boolean>;
6
- confirmAccountOtpModal: import("vue").Ref<boolean, boolean>;
7
- recoveryModal: import("vue").Ref<boolean, boolean>;
8
- resetPasswordOtpModal: import("vue").Ref<boolean, boolean>;
9
- newPasswordModal: import("vue").Ref<boolean, boolean>;
10
- passwordSuccessfulModal: import("vue").Ref<boolean, boolean>;
11
- confirmSuccessfulModal: import("vue").Ref<boolean, boolean>;
12
- intermediateState: import("vue").Ref<{
13
- email: string;
14
- password: string;
15
- otp: string;
16
- token: string;
17
- }, {
18
- email: string;
19
- password: string;
20
- otp: string;
21
- token: string;
22
- }>;
2
+ accessModal: any;
3
+ loginModal: any;
4
+ twoFactorModal: any;
5
+ registrationModal: any;
6
+ confirmAccountOtpModal: any;
7
+ recoveryModal: any;
8
+ resetPasswordOtpModal: any;
9
+ newPasswordModal: any;
10
+ passwordSuccessfulModal: any;
11
+ confirmSuccessfulModal: any;
12
+ intermediateState: any;
23
13
  };
@@ -1,8 +1,8 @@
1
1
  export declare function usePayment(): {
2
- rateId: import("vue").Ref<string, string>;
3
- topUpSidePanel: import("vue").Ref<boolean, boolean>;
4
- methodSidePanel: import("vue").Ref<boolean, boolean>;
5
- kaspiQRSidePanel: import("vue").Ref<boolean, boolean>;
6
- kaspiRedirectSidePanel: import("vue").Ref<boolean, boolean>;
2
+ rateId: any;
3
+ topUpSidePanel: any;
4
+ methodSidePanel: any;
5
+ kaspiQRSidePanel: any;
6
+ kaspiRedirectSidePanel: any;
7
7
  payByCard: (sum: number, rate?: any) => Promise<void>;
8
8
  };
@@ -25,6 +25,8 @@ declare const _default: {
25
25
  date: string;
26
26
  or: string;
27
27
  successfully: string;
28
+ send: string;
29
+ close: string;
28
30
  };
29
31
  header: {
30
32
  top: {
@@ -68,6 +70,7 @@ declare const _default: {
68
70
  tariffs: string;
69
71
  contacts: string;
70
72
  api: string;
73
+ services: string;
71
74
  };
72
75
  products: {
73
76
  counterparties: {
@@ -805,6 +808,8 @@ declare const _default: {
805
808
  date: string;
806
809
  or: string;
807
810
  successfully: string;
811
+ send: string;
812
+ close: string;
808
813
  };
809
814
  header: {
810
815
  top: {
@@ -848,6 +853,7 @@ declare const _default: {
848
853
  tariffs: string;
849
854
  contacts: string;
850
855
  api: string;
856
+ services: string;
851
857
  };
852
858
  products: {
853
859
  counterparties: {
@@ -1585,6 +1591,8 @@ declare const _default: {
1585
1591
  date: string;
1586
1592
  or: string;
1587
1593
  successfully: string;
1594
+ send: string;
1595
+ close: string;
1588
1596
  };
1589
1597
  header: {
1590
1598
  top: {
@@ -1628,6 +1636,7 @@ declare const _default: {
1628
1636
  tariffs: string;
1629
1637
  contacts: string;
1630
1638
  api: string;
1639
+ services: string;
1631
1640
  };
1632
1641
  products: {
1633
1642
  counterparties: {
@@ -1,2 +1,2 @@
1
- declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>;
1
+ declare const _default: any;
2
2
  export default _default;
@@ -1,13 +1,13 @@
1
- <template>
2
- <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M14.4911 9.66964V1.09821C14.4911 0.80235 14.2512 0.5625 13.9554 0.5625H1.09821C0.814054 0.5625 0.5625 0.81405 0.5625 1.09821V9.66964C0.5625 9.95379 0.814054 10.2054 1.09821 10.2054H13.9554C14.2395 10.2054 14.4911 9.95379 14.4911 9.66964Z" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M6.45619 10.2056L5.38477 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8.59863 10.2056L9.67006 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M4.3125 12.8841H10.7411" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M4.90918 6.53174C5.41954 7.05081 6.32095 7.52663 7.52687 7.52663C8.7328 7.52663 9.6342 7.05081 10.1446 6.53174" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M5.65188 3.77691C5.50382 3.77691 5.38379 3.65688 5.38379 3.50882C5.38379 3.36075 5.50382 3.24072 5.65188 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M5.65137 3.77688C5.79943 3.77688 5.91946 3.65685 5.91946 3.50879C5.91946 3.36072 5.79943 3.24069 5.65137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M9.40165 3.77644C9.25371 3.77644 9.13379 3.65651 9.13379 3.50858C9.13379 3.36065 9.25371 3.24072 9.40165 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M9.40137 3.77641C9.54931 3.77641 9.66922 3.65648 9.66922 3.50855C9.66922 3.36062 9.54931 3.24069 9.40137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
12
- </svg>
13
- </template>
1
+ <template>
2
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M14.4911 9.66964V1.09821C14.4911 0.80235 14.2512 0.5625 13.9554 0.5625H1.09821C0.814054 0.5625 0.5625 0.81405 0.5625 1.09821V9.66964C0.5625 9.95379 0.814054 10.2054 1.09821 10.2054H13.9554C14.2395 10.2054 14.4911 9.95379 14.4911 9.66964Z" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M6.45619 10.2056L5.38477 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.59863 10.2056L9.67006 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M4.3125 12.8841H10.7411" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M4.90918 6.53174C5.41954 7.05081 6.32095 7.52663 7.52687 7.52663C8.7328 7.52663 9.6342 7.05081 10.1446 6.53174" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M5.65188 3.77691C5.50382 3.77691 5.38379 3.65688 5.38379 3.50882C5.38379 3.36075 5.50382 3.24072 5.65188 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M5.65137 3.77688C5.79943 3.77688 5.91946 3.65685 5.91946 3.50879C5.91946 3.36072 5.79943 3.24069 5.65137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M9.40165 3.77644C9.25371 3.77644 9.13379 3.65651 9.13379 3.50858C9.13379 3.36065 9.25371 3.24072 9.40165 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M9.40137 3.77641C9.54931 3.77641 9.66922 3.65648 9.66922 3.50855C9.66922 3.36062 9.54931 3.24069 9.40137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
12
+ </svg>
13
+ </template>
@@ -1,20 +1,20 @@
1
-
2
- <template>
3
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <g clip-path="url(#clip0_287_13679)">
5
- <path d="M19.6002 10.0712H4.40303C3.68304 10.0712 3.37447 9.28688 3.94018 8.91402L11.5387 3.9383C11.679 3.85577 11.8388 3.81226 12.0016 3.81226C12.1644 3.81226 12.3242 3.85577 12.4645 3.9383L20.063 8.91402C20.6288 9.28688 20.3202 10.0712 19.6002 10.0712Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M19.7139 17.1428H4.28537C3.93033 17.1428 3.64252 17.4306 3.64252 17.7856V19.7142C3.64252 20.0692 3.93033 20.357 4.28537 20.357H19.7139C20.0689 20.357 20.3568 20.0692 20.3568 19.7142V17.7856C20.3568 17.4306 20.0689 17.1428 19.7139 17.1428Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M5.57111 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M9.8551 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M14.1442 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M18.4282 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
11
- </g>
12
- <defs>
13
- <clipPath id="clip0_287_13679">
14
- <rect width="18" height="18" fill="white" transform="translate(3.00134 3)"/>
15
- </clipPath>
16
- </defs>
17
- </svg>
18
- </template>
19
- <script setup lang="ts">
20
- </script>
1
+
2
+ <template>
3
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <g clip-path="url(#clip0_287_13679)">
5
+ <path d="M19.6002 10.0712H4.40303C3.68304 10.0712 3.37447 9.28688 3.94018 8.91402L11.5387 3.9383C11.679 3.85577 11.8388 3.81226 12.0016 3.81226C12.1644 3.81226 12.3242 3.85577 12.4645 3.9383L20.063 8.91402C20.6288 9.28688 20.3202 10.0712 19.6002 10.0712Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M19.7139 17.1428H4.28537C3.93033 17.1428 3.64252 17.4306 3.64252 17.7856V19.7142C3.64252 20.0692 3.93033 20.357 4.28537 20.357H19.7139C20.0689 20.357 20.3568 20.0692 20.3568 19.7142V17.7856C20.3568 17.4306 20.0689 17.1428 19.7139 17.1428Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M5.57111 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M9.8551 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M14.1442 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M18.4282 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_287_13679">
14
+ <rect width="18" height="18" fill="white" transform="translate(3.00134 3)"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
18
+ </template>
19
+ <script setup lang="ts">
20
+ </script>
@@ -1,18 +1,18 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
- <script setup lang="ts">
18
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+ <script setup lang="ts">
18
+ </script>
@@ -1,24 +1,24 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z"
17
- fill="currentColor"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M3.16441 5.15703C3.37768 4.94171 3.71681 4.94869 3.92188 5.17263L8 9.62594L12.0781 5.17263C12.2832 4.94869 12.6223 4.94171 12.8356 5.15703C13.0489 5.37235 13.0555 5.72844 12.8504 5.95237L8.38616 10.8274C8.28516 10.9377 8.14572 11 8 11C7.85428 11 7.71484 10.9377 7.61384 10.8274L3.14955 5.95237C2.94449 5.72844 2.95114 5.37235 3.16441 5.15703Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M3.16441 5.15703C3.37768 4.94171 3.71681 4.94869 3.92188 5.17263L8 9.62594L12.0781 5.17263C12.2832 4.94869 12.6223 4.94171 12.8356 5.15703C13.0489 5.37235 13.0555 5.72844 12.8504 5.95237L8.38616 10.8274C8.28516 10.9377 8.14572 11 8 11C7.85428 11 7.71484 10.9377 7.61384 10.8274L3.14955 5.95237C2.94449 5.72844 2.95114 5.37235 3.16441 5.15703Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,41 +1,41 @@
1
- <script setup lang="ts">
2
- </script>
3
-
4
- <template>
5
- <svg
6
- width="25"
7
- height="24"
8
- viewBox="0 0 25 24"
9
- fill="none"
10
- xmlns="http://www.w3.org/2000/svg"
11
- >
12
- <mask
13
- id="mask0_5312_309"
14
- style="mask-type:alpha"
15
- maskUnits="userSpaceOnUse"
16
- x="0"
17
- y="0"
18
- width="25"
19
- height="24"
20
- >
21
- <circle
22
- cx="12.3333"
23
- cy="12"
24
- r="12"
25
- class="fill-white dark:fill-[#26282B]"
26
- />
27
- </mask>
28
- <g mask="url(#mask0_5312_309)">
29
- <path
30
- d="M12.3333 13.2903C15.0947 13.2903 17.3333 11.0517 17.3333 8.29031C17.3333 5.52889 15.0947 3.29031 12.3333 3.29031C9.57189 3.29031 7.33331 5.52889 7.33331 8.29031C7.33331 11.0517 9.57189 13.2903 12.3333 13.2903Z"
31
- fill="currentColor"
32
- fill-opacity="0.8"
33
- />
34
- <path
35
- d="M12.5733 14.52C6.62084 14.52 1.77332 18.5016 1.77332 23.4075C1.77332 23.7393 2.0347 24 2.36737 24H22.7793C23.1119 24 23.3733 23.7393 23.3733 23.4075C23.3733 18.5016 18.5258 14.52 12.5733 14.52Z"
36
- fill="currentColor"
37
- fill-opacity="0.8"
38
- />
39
- </g>
40
- </svg>
41
- </template>
1
+ <script setup lang="ts">
2
+ </script>
3
+
4
+ <template>
5
+ <svg
6
+ width="25"
7
+ height="24"
8
+ viewBox="0 0 25 24"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <mask
13
+ id="mask0_5312_309"
14
+ style="mask-type:alpha"
15
+ maskUnits="userSpaceOnUse"
16
+ x="0"
17
+ y="0"
18
+ width="25"
19
+ height="24"
20
+ >
21
+ <circle
22
+ cx="12.3333"
23
+ cy="12"
24
+ r="12"
25
+ class="fill-white dark:fill-[#26282B]"
26
+ />
27
+ </mask>
28
+ <g mask="url(#mask0_5312_309)">
29
+ <path
30
+ d="M12.3333 13.2903C15.0947 13.2903 17.3333 11.0517 17.3333 8.29031C17.3333 5.52889 15.0947 3.29031 12.3333 3.29031C9.57189 3.29031 7.33331 5.52889 7.33331 8.29031C7.33331 11.0517 9.57189 13.2903 12.3333 13.2903Z"
31
+ fill="currentColor"
32
+ fill-opacity="0.8"
33
+ />
34
+ <path
35
+ d="M12.5733 14.52C6.62084 14.52 1.77332 18.5016 1.77332 23.4075C1.77332 23.7393 2.0347 24 2.36737 24H22.7793C23.1119 24 23.3733 23.7393 23.3733 23.4075C23.3733 18.5016 18.5258 14.52 12.5733 14.52Z"
36
+ fill="currentColor"
37
+ fill-opacity="0.8"
38
+ />
39
+ </g>
40
+ </svg>
41
+ </template>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 42 33"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M40.25 13.25H38.3937L33.6191 2.50781C33.403 2.0218 33.0506 1.60887 32.6046 1.31906C32.1586 1.02926 31.6381 0.875006 31.1063 0.875H10.8937C10.3619 0.875006 9.8414 1.02926 9.3954 1.31906C8.9494 1.60887 8.59702 2.0218 8.38094 2.50781L3.60625 13.25H1.75C1.38533 13.25 1.03559 13.3949 0.777728 13.6527C0.519866 13.9106 0.375 14.2603 0.375 14.625C0.375 14.9897 0.519866 15.3394 0.777728 15.5973C1.03559 15.8551 1.38533 16 1.75 16H3.125V29.75C3.125 30.4793 3.41473 31.1788 3.93046 31.6945C4.44618 32.2103 5.14565 32.5 5.875 32.5H10C10.7293 32.5 11.4288 32.2103 11.9445 31.6945C12.4603 31.1788 12.75 30.4793 12.75 29.75V27H29.25V29.75C29.25 30.4793 29.5397 31.1788 30.0555 31.6945C30.5712 32.2103 31.2707 32.5 32 32.5H36.125C36.8543 32.5 37.5538 32.2103 38.0695 31.6945C38.5853 31.1788 38.875 30.4793 38.875 29.75V16H40.25C40.6147 16 40.9644 15.8551 41.2223 15.5973C41.4801 15.3394 41.625 14.9897 41.625 14.625C41.625 14.2603 41.4801 13.9106 41.2223 13.6527C40.9644 13.3949 40.6147 13.25 40.25 13.25ZM10.8937 3.625H31.1063L35.3842 13.25H6.61578L10.8937 3.625ZM10 29.75H5.875V27H10V29.75ZM32 29.75V27H36.125V29.75H32ZM36.125 24.25H5.875V16H36.125V24.25ZM8.625 20.125C8.625 19.7603 8.76987 19.4106 9.02773 19.1527C9.28559 18.8949 9.63533 18.75 10 18.75H12.75C13.1147 18.75 13.4644 18.8949 13.7223 19.1527C13.9801 19.4106 14.125 19.7603 14.125 20.125C14.125 20.4897 13.9801 20.8394 13.7223 21.0973C13.4644 21.3551 13.1147 21.5 12.75 21.5H10C9.63533 21.5 9.28559 21.3551 9.02773 21.0973C8.76987 20.8394 8.625 20.4897 8.625 20.125ZM27.875 20.125C27.875 19.7603 28.0199 19.4106 28.2777 19.1527C28.5356 18.8949 28.8853 18.75 29.25 18.75H32C32.3647 18.75 32.7144 18.8949 32.9723 19.1527C33.2301 19.4106 33.375 19.7603 33.375 20.125C33.375 20.4897 33.2301 20.8394 32.9723 21.0973C32.7144 21.3551 32.3647 21.5 32 21.5H29.25C28.8853 21.5 28.5356 21.3551 28.2777 21.0973C28.0199 20.8394 27.875 20.4897 27.875 20.125Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
-
16
- <script setup lang="ts">
17
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 42 33"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M40.25 13.25H38.3937L33.6191 2.50781C33.403 2.0218 33.0506 1.60887 32.6046 1.31906C32.1586 1.02926 31.6381 0.875006 31.1063 0.875H10.8937C10.3619 0.875006 9.8414 1.02926 9.3954 1.31906C8.9494 1.60887 8.59702 2.0218 8.38094 2.50781L3.60625 13.25H1.75C1.38533 13.25 1.03559 13.3949 0.777728 13.6527C0.519866 13.9106 0.375 14.2603 0.375 14.625C0.375 14.9897 0.519866 15.3394 0.777728 15.5973C1.03559 15.8551 1.38533 16 1.75 16H3.125V29.75C3.125 30.4793 3.41473 31.1788 3.93046 31.6945C4.44618 32.2103 5.14565 32.5 5.875 32.5H10C10.7293 32.5 11.4288 32.2103 11.9445 31.6945C12.4603 31.1788 12.75 30.4793 12.75 29.75V27H29.25V29.75C29.25 30.4793 29.5397 31.1788 30.0555 31.6945C30.5712 32.2103 31.2707 32.5 32 32.5H36.125C36.8543 32.5 37.5538 32.2103 38.0695 31.6945C38.5853 31.1788 38.875 30.4793 38.875 29.75V16H40.25C40.6147 16 40.9644 15.8551 41.2223 15.5973C41.4801 15.3394 41.625 14.9897 41.625 14.625C41.625 14.2603 41.4801 13.9106 41.2223 13.6527C40.9644 13.3949 40.6147 13.25 40.25 13.25ZM10.8937 3.625H31.1063L35.3842 13.25H6.61578L10.8937 3.625ZM10 29.75H5.875V27H10V29.75ZM32 29.75V27H36.125V29.75H32ZM36.125 24.25H5.875V16H36.125V24.25ZM8.625 20.125C8.625 19.7603 8.76987 19.4106 9.02773 19.1527C9.28559 18.8949 9.63533 18.75 10 18.75H12.75C13.1147 18.75 13.4644 18.8949 13.7223 19.1527C13.9801 19.4106 14.125 19.7603 14.125 20.125C14.125 20.4897 13.9801 20.8394 13.7223 21.0973C13.4644 21.3551 13.1147 21.5 12.75 21.5H10C9.63533 21.5 9.28559 21.3551 9.02773 21.0973C8.76987 20.8394 8.625 20.4897 8.625 20.125ZM27.875 20.125C27.875 19.7603 28.0199 19.4106 28.2777 19.1527C28.5356 18.8949 28.8853 18.75 29.25 18.75H32C32.3647 18.75 32.7144 18.8949 32.9723 19.1527C33.2301 19.4106 33.375 19.7603 33.375 20.125C33.375 20.4897 33.2301 20.8394 32.9723 21.0973C32.7144 21.3551 32.3647 21.5 32 21.5H29.25C28.8853 21.5 28.5356 21.3551 28.2777 21.0973C28.0199 20.8394 27.875 20.4897 27.875 20.125Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>
@@ -1,17 +1,17 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 42 30"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- d="M41.5253 11.1094L39.1191 5.09375C38.9149 4.58478 38.5627 4.14883 38.1079 3.84238C37.6531 3.53594 37.1168 3.37311 36.5684 3.375H30.625V2C30.625 1.63533 30.4801 1.28559 30.2223 1.02773C29.9644 0.769866 29.6147 0.625 29.25 0.625H3.125C2.39565 0.625 1.69618 0.914731 1.18046 1.43046C0.664731 1.94618 0.375 2.64565 0.375 3.375V22.625C0.375 23.3543 0.664731 24.0538 1.18046 24.5695C1.69618 25.0853 2.39565 25.375 3.125 25.375H6.04688C6.34979 26.5581 7.03784 27.6067 8.00255 28.3555C8.96726 29.1043 10.1538 29.5108 11.375 29.5108C12.5962 29.5108 13.7827 29.1043 14.7474 28.3555C15.7122 27.6067 16.4002 26.5581 16.7031 25.375H25.2969C25.5998 26.5581 26.2878 27.6067 27.2526 28.3555C28.2173 29.1043 29.4038 29.5108 30.625 29.5108C31.8462 29.5108 33.0327 29.1043 33.9974 28.3555C34.9622 27.6067 35.6502 26.5581 35.9531 25.375H38.875C39.6043 25.375 40.3038 25.0853 40.8195 24.5695C41.3353 24.0538 41.625 23.3543 41.625 22.625V11.625C41.6255 11.4483 41.5916 11.2732 41.5253 11.1094ZM30.625 6.125H36.5684L38.2184 10.25H30.625V6.125ZM3.125 3.375H27.875V14.375H3.125V3.375ZM11.375 26.75C10.8311 26.75 10.2994 26.5887 9.84718 26.2865C9.39495 25.9844 9.04247 25.5549 8.83433 25.0524C8.62619 24.5499 8.57173 23.997 8.67784 23.4635C8.78395 22.9301 9.04586 22.4401 9.43046 22.0555C9.81505 21.6709 10.3051 21.4089 10.8385 21.3028C11.3719 21.1967 11.9249 21.2512 12.4274 21.4593C12.9299 21.6675 13.3594 22.0199 13.6615 22.4722C13.9637 22.9244 14.125 23.4561 14.125 24C14.125 24.7293 13.8353 25.4288 13.3195 25.9445C12.8038 26.4603 12.1043 26.75 11.375 26.75ZM25.2969 22.625H16.7031C16.4002 21.4419 15.7122 20.3933 14.7474 19.6445C13.7827 18.8957 12.5962 18.4892 11.375 18.4892C10.1538 18.4892 8.96726 18.8957 8.00255 19.6445C7.03784 20.3933 6.34979 21.4419 6.04688 22.625H3.125V17.125H27.875V19.2408C27.2427 19.6062 26.6893 20.0936 26.2467 20.6745C25.8042 21.2554 25.4813 21.9184 25.2969 22.625ZM30.625 26.75C30.0811 26.75 29.5494 26.5887 29.0972 26.2865C28.6449 25.9844 28.2925 25.5549 28.0843 25.0524C27.8762 24.5499 27.8217 23.997 27.9278 23.4635C28.0339 22.9301 28.2959 22.4401 28.6805 22.0555C29.0651 21.6709 29.5551 21.4089 30.0885 21.3028C30.622 21.1967 31.1749 21.2512 31.6774 21.4593C32.1799 21.6675 32.6094 22.0199 32.9115 22.4722C33.2137 22.9244 33.375 23.4561 33.375 24C33.375 24.7293 33.0853 25.4288 32.5695 25.9445C32.0538 26.4603 31.3543 26.75 30.625 26.75ZM38.875 22.625H35.9531C35.6466 21.4448 34.9572 20.3996 33.9931 19.6532C33.0289 18.9067 31.8444 18.5012 30.625 18.5V13H38.875V22.625Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- </template>
15
-
16
- <script setup lang="ts">
17
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 42 30"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M41.5253 11.1094L39.1191 5.09375C38.9149 4.58478 38.5627 4.14883 38.1079 3.84238C37.6531 3.53594 37.1168 3.37311 36.5684 3.375H30.625V2C30.625 1.63533 30.4801 1.28559 30.2223 1.02773C29.9644 0.769866 29.6147 0.625 29.25 0.625H3.125C2.39565 0.625 1.69618 0.914731 1.18046 1.43046C0.664731 1.94618 0.375 2.64565 0.375 3.375V22.625C0.375 23.3543 0.664731 24.0538 1.18046 24.5695C1.69618 25.0853 2.39565 25.375 3.125 25.375H6.04688C6.34979 26.5581 7.03784 27.6067 8.00255 28.3555C8.96726 29.1043 10.1538 29.5108 11.375 29.5108C12.5962 29.5108 13.7827 29.1043 14.7474 28.3555C15.7122 27.6067 16.4002 26.5581 16.7031 25.375H25.2969C25.5998 26.5581 26.2878 27.6067 27.2526 28.3555C28.2173 29.1043 29.4038 29.5108 30.625 29.5108C31.8462 29.5108 33.0327 29.1043 33.9974 28.3555C34.9622 27.6067 35.6502 26.5581 35.9531 25.375H38.875C39.6043 25.375 40.3038 25.0853 40.8195 24.5695C41.3353 24.0538 41.625 23.3543 41.625 22.625V11.625C41.6255 11.4483 41.5916 11.2732 41.5253 11.1094ZM30.625 6.125H36.5684L38.2184 10.25H30.625V6.125ZM3.125 3.375H27.875V14.375H3.125V3.375ZM11.375 26.75C10.8311 26.75 10.2994 26.5887 9.84718 26.2865C9.39495 25.9844 9.04247 25.5549 8.83433 25.0524C8.62619 24.5499 8.57173 23.997 8.67784 23.4635C8.78395 22.9301 9.04586 22.4401 9.43046 22.0555C9.81505 21.6709 10.3051 21.4089 10.8385 21.3028C11.3719 21.1967 11.9249 21.2512 12.4274 21.4593C12.9299 21.6675 13.3594 22.0199 13.6615 22.4722C13.9637 22.9244 14.125 23.4561 14.125 24C14.125 24.7293 13.8353 25.4288 13.3195 25.9445C12.8038 26.4603 12.1043 26.75 11.375 26.75ZM25.2969 22.625H16.7031C16.4002 21.4419 15.7122 20.3933 14.7474 19.6445C13.7827 18.8957 12.5962 18.4892 11.375 18.4892C10.1538 18.4892 8.96726 18.8957 8.00255 19.6445C7.03784 20.3933 6.34979 21.4419 6.04688 22.625H3.125V17.125H27.875V19.2408C27.2427 19.6062 26.6893 20.0936 26.2467 20.6745C25.8042 21.2554 25.4813 21.9184 25.2969 22.625ZM30.625 26.75C30.0811 26.75 29.5494 26.5887 29.0972 26.2865C28.6449 25.9844 28.2925 25.5549 28.0843 25.0524C27.8762 24.5499 27.8217 23.997 27.9278 23.4635C28.0339 22.9301 28.2959 22.4401 28.6805 22.0555C29.0651 21.6709 29.5551 21.4089 30.0885 21.3028C30.622 21.1967 31.1749 21.2512 31.6774 21.4593C32.1799 21.6675 32.6094 22.0199 32.9115 22.4722C33.2137 22.9244 33.375 23.4561 33.375 24C33.375 24.7293 33.0853 25.4288 32.5695 25.9445C32.0538 26.4603 31.3543 26.75 30.625 26.75ZM38.875 22.625H35.9531C35.6466 21.4448 34.9572 20.3996 33.9931 19.6532C33.0289 18.9067 31.8444 18.5012 30.625 18.5V13H38.875V22.625Z"
11
+ fill="currentColor"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script setup lang="ts">
17
+ </script>