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
@@ -205,82 +205,82 @@ watch(modelValue, async (newValue) => {
205
205
  </script>
206
206
 
207
207
  <template>
208
- <client-only>
209
- <teleport :to="`#${name}`">
210
- <div
211
- :class="wrapperClasses"
212
- >
213
- <Transition
214
- name="overlay"
215
- v-bind="transitionClasses.overlay"
216
- >
217
- <div
218
- v-show="modelValue"
219
- ref="overlay"
220
- :class="overlayClasses"
221
- />
222
- </Transition>
223
- <Transition
224
- name="modal"
225
- v-bind="transitionClasses.base"
226
- >
227
- <div
228
- v-if="modelValue"
229
- class="fixed overflow-y-auto inset-0"
230
- >
231
- <div
232
- ref="modal"
233
- :class="baseClasses"
234
- :style="modalStyles"
235
- >
236
- <div
237
- v-if="isMobile"
238
- class="w-full flex justify-center items-center -mt-3 pt-3 mb-2"
239
- @touchmove="touchmove"
240
- @touchstart="touchstart"
241
- @touchend="touchend"
242
- >
243
- <div class="h-1 w-10 bg-[#D9D9D9] rounded m-1" />
244
- </div>
245
- <div
246
- class="flex flex-col gap-5"
247
- :class="isScrollable ? 'overflow-x-hidden' : ''"
248
- >
249
- <div
250
- v-if="hasHeader"
251
- class="top"
252
- >
253
- <h4
254
- v-if="title"
255
- class="heading-02 text-center"
256
- @touchmove="touchmove"
257
- @touchstart="touchstart"
258
- @touchend="touchend"
259
- >
260
- {{ title }}
261
- </h4>
262
- <div v-if="!!$slots.header">
263
- <slot name="header" />
264
- </div>
265
- </div>
266
- <div
267
- v-if="hasContent"
268
- ref="content"
269
- class="grow"
270
- :class="isScrollable ? 'overflow-x-hidden' : ''"
271
- >
272
- <slot />
273
- </div>
274
- <div
275
- v-if="hasFooter"
276
- >
277
- <slot name="footer" />
278
- </div>
279
- </div>
280
- </div>
281
- </div>
282
- </Transition>
283
- </div>
284
- </teleport>
285
- </client-only>
208
+ <client-only>
209
+ <teleport :to="`#${name}`">
210
+ <div
211
+ :class="wrapperClasses"
212
+ >
213
+ <Transition
214
+ name="overlay"
215
+ v-bind="transitionClasses.overlay"
216
+ >
217
+ <div
218
+ v-show="modelValue"
219
+ ref="overlay"
220
+ :class="overlayClasses"
221
+ />
222
+ </Transition>
223
+ <Transition
224
+ name="modal"
225
+ v-bind="transitionClasses.base"
226
+ >
227
+ <div
228
+ v-if="modelValue"
229
+ class="fixed overflow-y-auto inset-0"
230
+ >
231
+ <div
232
+ ref="modal"
233
+ :class="baseClasses"
234
+ :style="modalStyles"
235
+ >
236
+ <div
237
+ v-if="isMobile"
238
+ class="w-full flex justify-center items-center -mt-3 pt-3 mb-2"
239
+ @touchmove="touchmove"
240
+ @touchstart="touchstart"
241
+ @touchend="touchend"
242
+ >
243
+ <div class="h-1 w-10 bg-[#D9D9D9] rounded m-1" />
244
+ </div>
245
+ <div
246
+ class="flex flex-col gap-5"
247
+ :class="isScrollable ? 'overflow-x-hidden' : ''"
248
+ >
249
+ <div
250
+ v-if="hasHeader"
251
+ class="top"
252
+ >
253
+ <h4
254
+ v-if="title"
255
+ class="heading-02 text-center"
256
+ @touchmove="touchmove"
257
+ @touchstart="touchstart"
258
+ @touchend="touchend"
259
+ >
260
+ {{ title }}
261
+ </h4>
262
+ <div v-if="!!$slots.header">
263
+ <slot name="header" />
264
+ </div>
265
+ </div>
266
+ <div
267
+ v-if="hasContent"
268
+ ref="content"
269
+ class="grow"
270
+ :class="isScrollable ? 'overflow-x-hidden' : ''"
271
+ >
272
+ <slot />
273
+ </div>
274
+ <div
275
+ v-if="hasFooter"
276
+ >
277
+ <slot name="footer" />
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </Transition>
283
+ </div>
284
+ </teleport>
285
+ </client-only>
286
286
  </template>
@@ -10,72 +10,32 @@ interface Props {
10
10
  heightModalClass?: string;
11
11
  }
12
12
  type __VLS_Props = Props;
13
- declare const content: import("vue").Ref<any, any>;
14
- declare const modelValue: import("vue").ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
15
- declare const modal: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
16
- declare const isMobile: import("vue").ComputedRef<boolean>;
17
- declare const wrapperClasses: string;
18
- declare const overlayClasses: import("vue").ComputedRef<string | true>;
19
- declare const baseClasses: import("vue").ComputedRef<string>;
20
- declare const transitionClasses: import("vue").ComputedRef<{
21
- overlay: {};
22
- base: {};
23
- }>;
24
- declare const modalStyles: import("vue").ComputedRef<string | undefined>;
25
- declare const hasFooter: import("vue").ComputedRef<boolean>;
26
- declare const hasHeader: import("vue").ComputedRef<string | boolean>;
27
- declare const hasContent: import("vue").ComputedRef<boolean>;
28
- declare const touchstart: (event: TouchEvent) => void;
29
- declare const touchmove: (event: TouchEvent) => void;
30
- declare const touchend: () => void;
31
13
  type __VLS_PublicProps = __VLS_Props & {
32
14
  modelValue?: boolean;
33
15
  };
34
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
35
16
  declare var __VLS_18: {}, __VLS_20: {}, __VLS_22: {};
36
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
17
+ type __VLS_Slots = {} & {
37
18
  header?: (props: typeof __VLS_18) => any;
38
19
  } & {
39
20
  default?: (props: typeof __VLS_20) => any;
40
21
  } & {
41
22
  footer?: (props: typeof __VLS_22) => any;
42
- }>;
43
- declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
44
- content: typeof content;
45
- modelValue: typeof modelValue;
46
- modal: typeof modal;
47
- isMobile: typeof isMobile;
48
- wrapperClasses: typeof wrapperClasses;
49
- overlayClasses: typeof overlayClasses;
50
- baseClasses: typeof baseClasses;
51
- transitionClasses: typeof transitionClasses;
52
- modalStyles: typeof modalStyles;
53
- hasFooter: typeof hasFooter;
54
- hasHeader: typeof hasHeader;
55
- hasContent: typeof hasContent;
56
- touchstart: typeof touchstart;
57
- touchmove: typeof touchmove;
58
- touchend: typeof touchend;
59
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{}>, {
23
+ };
24
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ close: (...args: any[]) => void;
26
+ "update:modelValue": (value: boolean | undefined) => void;
27
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ onClose?: ((...args: any[]) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
30
+ }>, {
60
31
  name: string;
61
32
  title: string;
62
33
  transition: boolean;
63
- overlay: boolean;
64
- preventClose: boolean;
65
- fullscreen: boolean;
66
- isScrollable: boolean;
67
34
  width: string | number;
68
- heightModalClass: string;
69
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
70
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{}>, {
71
- name: string;
72
- title: string;
73
- transition: boolean;
74
35
  overlay: boolean;
75
36
  preventClose: boolean;
76
37
  fullscreen: boolean;
77
38
  isScrollable: boolean;
78
- width: string | number;
79
39
  heightModalClass: string;
80
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
81
41
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -72,7 +72,7 @@ const mainLinks = computed(() => ({
72
72
  },
73
73
  {
74
74
  title: "footer.analytics.title",
75
- link: buildLocalizedUrl(locale.value, urls.analyticsNew, PAGES.analytics.main)
75
+ link: buildLocalizedUrl(locale.value, urls.analytics, PAGES.analytics.main)
76
76
  },
77
77
  {
78
78
  title: "footer.zakupki.title",
@@ -161,117 +161,117 @@ const contactLinks = computed(() => ({
161
161
  </script>
162
162
 
163
163
  <template>
164
- <div
165
- id="footer"
166
- class="bg-deepblue-900 dark:bg-gray-900 py-4 lg:py-5 rounded-t-3xl"
167
- >
168
- <div class="a-container mobile-padding py-5 text-white flex flex-col lg:flex-row justify-between gap-8">
169
- <div class="flex flex-col gap-8 justify-between">
170
- <div class="flex flex-col gap-4">
171
- <i-adata
172
- filled
173
- :font-controlled="false"
174
- class="h-[26px] w-[92px]"
175
- />
176
- <span class="text-sm">{{ t("footer.slogan") }}</span>
177
-
178
- <div class="hidden lg:flex gap-8">
179
- <nuxt-link
180
- v-for="(social, idx) in socialMedia"
181
- :key="idx"
182
- target="_blank"
183
- :to="social.link"
184
- :aria-label="social.name"
185
- >
186
- <component
187
- :is="social.icon"
188
- filled
189
- :font-controlled="false"
190
- class="social-icon h-[28px] w-[28px]"
191
- />
192
- </nuxt-link>
193
- </div>
194
- </div>
195
-
196
- <span class="hidden lg:block text-[10px]">{{ year }} © {{ t("footer.LLP") }} "Alldata"</span>
197
- </div>
198
-
199
- <div class="flex gap-6 lg:gap-[75px] flex-col lg:flex-row">
200
- <div class="flex flex-col gap-[18px] lg:gap-[75px] lg:flex-row">
201
- <div v-for="(item, idx) in mainLinks" :key="idx">
202
- <adt-new-footer-accordion
203
- :content="item.items"
204
- :label="t(item.title)"
205
- :link="item.link?.replace(/\/$/, '')"
206
- />
207
- </div>
208
- </div>
209
-
210
- <!-- contactLinks -->
211
- <!-- noindex -->
212
-
213
- <div class="flex flex-col gap-2 items-start" data-nosnippet>
214
- <nuxt-link-locale
215
- class="text-sm font-semibold pb-3 pr-4 border-b border-b-[0.5px] border-white cursor-default"
216
- :class="{ 'cursor-pointer': contactLinks.link }"
217
- :to="contactLinks.link?.replace(/\/$/, '')"
218
- >
219
- {{ t(contactLinks.title) }}
220
- </nuxt-link-locale>
221
-
222
- <div class="flex flex-col gap-3 lg:gap-2">
223
- <div
224
- v-for="(link, linkIdx) in contactLinks.items"
225
- :key="linkIdx"
226
- class="flex gap-2 items-center"
227
- >
228
- <nuxt-link-locale
229
- class="text-xs/5 font-medium flex gap-2 items-center cursor-pointer"
230
- :class="link.class"
231
- :to="link.link?.replace(/\/$/, '')"
232
- >
233
- <component
234
- v-if="link.startIcon"
235
- :is="link.startIcon"
236
- class="size-4"
237
- />
238
-
239
- {{ t(link.title) }}
240
-
241
- <component
242
- v-if="link.endIcon"
243
- :is="link.endIcon"
244
- class="size-4"
245
- />
246
- </nuxt-link-locale>
247
-
248
- <div v-if="link.isNew" class="text-[9px]/1 font-bold px-1 py-1.5 rounded-sm bg-white/20">
249
- NEW
250
- </div>
251
- </div>
252
- </div>
253
- </div>
254
- <!-- /noindex -->
255
- </div>
256
-
257
- <div class="lg:hidden flex gap-8 flex-wrap">
258
- <nuxt-link
259
- v-for="(social, idx) in socialMedia"
260
- :key="idx"
261
- target="_blank"
262
- :to="social.link"
263
- :aria-label="social.name"
264
- >
265
- <component
266
- :is="social.icon"
267
- filled
268
- :font-controlled="false"
269
- class="social-icon h-[28px] w-[28px]"
270
- />
271
- </nuxt-link>
272
- </div>
273
-
274
- <span class="lg:hidden text-[10px]">{{ year }} © {{ t("footer.LLP") }} "Alldata"</span>
275
- </div>
276
- </div>
164
+ <div
165
+ id="footer"
166
+ class="bg-deepblue-900 dark:bg-gray-900 py-4 lg:py-5 rounded-t-3xl"
167
+ >
168
+ <div class="a-container mobile-padding py-5 text-white flex flex-col lg:flex-row justify-between gap-8">
169
+ <div class="flex flex-col gap-8 justify-between">
170
+ <div class="flex flex-col gap-4">
171
+ <i-adata
172
+ filled
173
+ :font-controlled="false"
174
+ class="h-[26px] w-[92px]"
175
+ />
176
+ <span class="text-sm">{{ t("footer.slogan") }}</span>
177
+
178
+ <div class="hidden lg:flex gap-8">
179
+ <nuxt-link
180
+ v-for="(social, idx) in socialMedia"
181
+ :key="idx"
182
+ target="_blank"
183
+ :to="social.link"
184
+ :aria-label="social.name"
185
+ >
186
+ <component
187
+ :is="social.icon"
188
+ filled
189
+ :font-controlled="false"
190
+ class="social-icon h-[28px] w-[28px]"
191
+ />
192
+ </nuxt-link>
193
+ </div>
194
+ </div>
195
+
196
+ <span class="hidden lg:block text-[10px]">{{ year }} © {{ t("footer.LLP") }} "Alldata"</span>
197
+ </div>
198
+
199
+ <div class="flex gap-6 lg:gap-[75px] flex-col lg:flex-row">
200
+ <div class="flex flex-col gap-[18px] lg:gap-[75px] lg:flex-row">
201
+ <div v-for="(item, idx) in mainLinks" :key="idx">
202
+ <adt-new-footer-accordion
203
+ :content="item.items"
204
+ :label="t(item.title)"
205
+ :link="item.link?.replace(/\/$/, '')"
206
+ />
207
+ </div>
208
+ </div>
209
+
210
+ <!-- contactLinks -->
211
+ <!-- noindex -->
212
+
213
+ <div class="flex flex-col gap-2 items-start" data-nosnippet>
214
+ <nuxt-link-locale
215
+ class="text-sm font-semibold pb-3 pr-4 border-b border-b-[0.5px] border-white cursor-default"
216
+ :class="{ 'cursor-pointer': contactLinks.link }"
217
+ :to="contactLinks.link?.replace(/\/$/, '')"
218
+ >
219
+ {{ t(contactLinks.title) }}
220
+ </nuxt-link-locale>
221
+
222
+ <div class="flex flex-col gap-3 lg:gap-2">
223
+ <div
224
+ v-for="(link, linkIdx) in contactLinks.items"
225
+ :key="linkIdx"
226
+ class="flex gap-2 items-center"
227
+ >
228
+ <nuxt-link-locale
229
+ class="text-xs/5 font-medium flex gap-2 items-center cursor-pointer"
230
+ :class="link.class"
231
+ :to="link.link?.replace(/\/$/, '')"
232
+ >
233
+ <component
234
+ v-if="link.startIcon"
235
+ :is="link.startIcon"
236
+ class="size-4"
237
+ />
238
+
239
+ {{ t(link.title) }}
240
+
241
+ <component
242
+ v-if="link.endIcon"
243
+ :is="link.endIcon"
244
+ class="size-4"
245
+ />
246
+ </nuxt-link-locale>
247
+
248
+ <div v-if="link.isNew" class="text-[9px]/1 font-bold px-1 py-1.5 rounded-sm bg-white/20">
249
+ NEW
250
+ </div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ <!-- /noindex -->
255
+ </div>
256
+
257
+ <div class="lg:hidden flex gap-8 flex-wrap">
258
+ <nuxt-link
259
+ v-for="(social, idx) in socialMedia"
260
+ :key="idx"
261
+ target="_blank"
262
+ :to="social.link"
263
+ :aria-label="social.name"
264
+ >
265
+ <component
266
+ :is="social.icon"
267
+ filled
268
+ :font-controlled="false"
269
+ class="social-icon h-[28px] w-[28px]"
270
+ />
271
+ </nuxt-link>
272
+ </div>
273
+
274
+ <span class="lg:hidden text-[10px]">{{ year }} © {{ t("footer.LLP") }} "Alldata"</span>
275
+ </div>
276
+ </div>
277
277
  </template>
@@ -26,58 +26,58 @@ const filterCheck = computed(() => {
26
26
  </script>
27
27
 
28
28
  <template>
29
- <div class="flex flex-col gap-2 items-start">
30
- <div
31
- class="flex gap-2 justify-between w-full"
32
- >
33
- <nuxt-link-locale
34
- class="text-sm font-semibold lg:pb-3 lg:pr-4 lg:border-b lg:border-b-[0.5px] lg:border-white cursor-default"
35
- :class="{ 'cursor-pointer': link }"
36
- :to="link?.replace(/\/$/, '')"
37
- >
38
- {{ t(label) }}
39
- </nuxt-link-locale>
40
-
41
- <div class="transition-all lg:hidden cursor-pointer">
42
- <i-arrow-chevron-down
43
- v-if="content.length"
44
- filled
45
- :font-controlled="false"
46
- class="w-6 h-6 transition-all"
47
- :class="{ 'rotate-180': open }"
48
- @click="open = !open"
49
- />
50
- </div>
51
- </div>
52
-
53
- <transition
54
- name="accordion"
55
- @enter="toFinalValues"
56
- @after-enter="onAfterEnter"
57
- @before-leave="toFinalValues"
58
- >
59
- <div v-if="filterCheck" class="flex gap-3 lg:gap-6 flex-col lg:flex-row ">
60
- <div v-for="(subItem, subIdx) in content" :key="subIdx" class="flex flex-col gap-3 lg:gap-2">
61
- <div
62
- v-for="(link, idx) in subItem"
63
- :key="idx"
64
- class="flex gap-2 items-center"
65
- >
66
- <nuxt-link-locale
67
- class="text-xs/5 lg:font-medium flex gap-2 items-center cursor-pointer"
68
- :to="link.link?.replace(/\/$/, '')"
69
- >
70
- {{ t(link.title) }}
71
- </nuxt-link-locale>
72
-
73
- <div v-if="link.isNew" class="text-[9px]/1 font-bold px-1 py-1.5 rounded-sm bg-white/20">
74
- NEW
75
- </div>
76
- </div>
77
- </div>
78
- </div>
79
- </transition>
80
- </div>
29
+ <div class="flex flex-col gap-2 items-start">
30
+ <div
31
+ class="flex gap-2 justify-between w-full"
32
+ >
33
+ <nuxt-link-locale
34
+ class="text-sm font-semibold lg:pb-3 lg:pr-4 lg:border-b lg:border-b-[0.5px] lg:border-white cursor-default"
35
+ :class="{ 'cursor-pointer': link }"
36
+ :to="link?.replace(/\/$/, '')"
37
+ >
38
+ {{ t(label) }}
39
+ </nuxt-link-locale>
40
+
41
+ <div class="transition-all lg:hidden cursor-pointer">
42
+ <i-arrow-chevron-down
43
+ v-if="content.length"
44
+ filled
45
+ :font-controlled="false"
46
+ class="w-6 h-6 transition-all"
47
+ :class="{ 'rotate-180': open }"
48
+ @click="open = !open"
49
+ />
50
+ </div>
51
+ </div>
52
+
53
+ <transition
54
+ name="accordion"
55
+ @enter="toFinalValues"
56
+ @after-enter="onAfterEnter"
57
+ @before-leave="toFinalValues"
58
+ >
59
+ <div v-if="filterCheck" class="flex gap-3 lg:gap-6 flex-col lg:flex-row ">
60
+ <div v-for="(subItem, subIdx) in content" :key="subIdx" class="flex flex-col gap-3 lg:gap-2">
61
+ <div
62
+ v-for="(link, idx) in subItem"
63
+ :key="idx"
64
+ class="flex gap-2 items-center"
65
+ >
66
+ <nuxt-link-locale
67
+ class="text-xs/5 lg:font-medium flex gap-2 items-center cursor-pointer"
68
+ :to="link.link?.replace(/\/$/, '')"
69
+ >
70
+ {{ t(link.title) }}
71
+ </nuxt-link-locale>
72
+
73
+ <div v-if="link.isNew" class="text-[9px]/1 font-bold px-1 py-1.5 rounded-sm bg-white/20">
74
+ NEW
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </transition>
80
+ </div>
81
81
  </template>
82
82
 
83
83
  <style scoped>