adata-ui 3.1.79 → 3.1.80
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.
- package/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +37 -2
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +21 -2
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +47 -2
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +69 -69
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +0 -50
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +49 -9
- package/dist/runtime/components/NewFooter.vue +113 -113
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +79 -3
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +12 -2
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +44 -4
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +21 -3
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +5 -3
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +7 -2
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +35 -3
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/HeaderLink.vue +46 -46
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +67 -67
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +1 -1
- package/dist/runtime/lang/kk.js +1 -1
- package/dist/runtime/lang/ru.js +1 -1
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/package.json +73 -73
|
@@ -18,21 +18,21 @@ function onClose() {
|
|
|
18
18
|
</script>
|
|
19
19
|
|
|
20
20
|
<template>
|
|
21
|
-
<div class="flex flex-col gap-4 text-center">
|
|
22
|
-
<h2 class="text-2xl font-bold">
|
|
23
|
-
{{ t("modals.id.confirmSuccessful.title") }}
|
|
24
|
-
</h2>
|
|
25
|
-
<span class="mx-auto size-[100px] rounded-full bg-[#BDC7CE26]">
|
|
26
|
-
<ill-ok />
|
|
27
|
-
</span>
|
|
28
|
-
<p class="text-sm">
|
|
29
|
-
{{ t("modals.id.confirmSuccessful.content") }}
|
|
30
|
-
</p>
|
|
31
|
-
<adt-button
|
|
32
|
-
view="outline"
|
|
33
|
-
@click="onClose"
|
|
34
|
-
>
|
|
35
|
-
{{ t("actions.close") }}
|
|
36
|
-
</adt-button>
|
|
37
|
-
</div>
|
|
21
|
+
<div class="flex flex-col gap-4 text-center">
|
|
22
|
+
<h2 class="text-2xl font-bold">
|
|
23
|
+
{{ t("modals.id.confirmSuccessful.title") }}
|
|
24
|
+
</h2>
|
|
25
|
+
<span class="mx-auto size-[100px] rounded-full bg-[#BDC7CE26]">
|
|
26
|
+
<ill-ok />
|
|
27
|
+
</span>
|
|
28
|
+
<p class="text-sm">
|
|
29
|
+
{{ t("modals.id.confirmSuccessful.content") }}
|
|
30
|
+
</p>
|
|
31
|
+
<adt-button
|
|
32
|
+
view="outline"
|
|
33
|
+
@click="onClose"
|
|
34
|
+
>
|
|
35
|
+
{{ t("actions.close") }}
|
|
36
|
+
</adt-button>
|
|
37
|
+
</div>
|
|
38
38
|
</template>
|
|
@@ -184,104 +184,104 @@ onBeforeUnmount(() => {
|
|
|
184
184
|
</script>
|
|
185
185
|
|
|
186
186
|
<template>
|
|
187
|
-
<div class="flex flex-col gap-5">
|
|
188
|
-
<h1 class="heading-02 text-center">
|
|
189
|
-
{{ t("modals.id.login.title") }}
|
|
190
|
-
</h1>
|
|
191
|
-
<p class="body-400 text-center">
|
|
192
|
-
{{ t("modals.id.login.subtitle") }}
|
|
193
|
-
</p>
|
|
194
|
-
<div class="flex flex-col gap-4">
|
|
195
|
-
<adt-forms-input-standard
|
|
196
|
-
v-model="form.username"
|
|
197
|
-
type="email"
|
|
198
|
-
:label="t('modals.id.login.labels.email')"
|
|
199
|
-
:error="getError('username')"
|
|
200
|
-
/>
|
|
201
|
-
<adt-forms-input-password
|
|
202
|
-
v-model="form.password"
|
|
203
|
-
:label="t('modals.id.login.labels.password')"
|
|
204
|
-
:error="getError('password')"
|
|
205
|
-
/>
|
|
206
|
-
<div class="flex items-center justify-between">
|
|
207
|
-
<div class="body-400 flex gap-2">
|
|
208
|
-
<adt-checkbox
|
|
209
|
-
v-model="rememberMe"
|
|
210
|
-
name="remember_me"
|
|
211
|
-
/>
|
|
212
|
-
<label
|
|
213
|
-
for="remember_me"
|
|
214
|
-
class="cursor-pointer"
|
|
215
|
-
>{{
|
|
216
|
-
t("modals.id.login.remember_me")
|
|
217
|
-
}}</label>
|
|
218
|
-
</div>
|
|
219
|
-
<button
|
|
220
|
-
class="link-s-400"
|
|
221
|
-
@click="onForgotPassword"
|
|
222
|
-
>
|
|
223
|
-
{{ t("modals.id.login.forget_password") }}
|
|
224
|
-
</button>
|
|
225
|
-
</div>
|
|
226
|
-
</div>
|
|
227
|
-
<div class="flex items-center gap-4">
|
|
228
|
-
<div class="h-px w-full bg-deepblue-500/30" />
|
|
229
|
-
<div class="flex shrink-0 gap-4">
|
|
230
|
-
<span
|
|
231
|
-
class="cursor-pointer"
|
|
232
|
-
@click="authWithSocial('google')"
|
|
233
|
-
>
|
|
234
|
-
<i-socials-google />
|
|
235
|
-
</span>
|
|
236
|
-
<span
|
|
237
|
-
class="cursor-pointer"
|
|
238
|
-
@click="authWithSocial('yandex')"
|
|
239
|
-
>
|
|
240
|
-
<i-socials-yandex />
|
|
241
|
-
</span>
|
|
242
|
-
<span
|
|
243
|
-
class="cursor-pointer"
|
|
244
|
-
@click="authWithSocial('mailru')"
|
|
245
|
-
>
|
|
246
|
-
<i-socials-mailru />
|
|
247
|
-
</span>
|
|
248
|
-
</div>
|
|
249
|
-
<div class="h-px w-full bg-deepblue-500/30" />
|
|
250
|
-
</div>
|
|
251
|
-
<adt-button
|
|
252
|
-
:loading="loading"
|
|
253
|
-
type="submit"
|
|
254
|
-
@click="submit"
|
|
255
|
-
>
|
|
256
|
-
{{ t("actions.login") }}
|
|
257
|
-
</adt-button>
|
|
258
|
-
<p class="body-400 text-center">
|
|
259
|
-
{{ t("modals.id.login.first_time") }}
|
|
260
|
-
</p>
|
|
261
|
-
|
|
262
|
-
<adt-button
|
|
263
|
-
type="button"
|
|
264
|
-
view="outline"
|
|
265
|
-
class="w-full"
|
|
266
|
-
@click="onRegister"
|
|
267
|
-
>
|
|
268
|
-
{{ t("actions.register") }}
|
|
269
|
-
</adt-button>
|
|
270
|
-
|
|
271
|
-
<adt-button
|
|
272
|
-
type="button"
|
|
273
|
-
view="transparent"
|
|
274
|
-
class="w-full"
|
|
275
|
-
@click="toTariffs"
|
|
276
|
-
>
|
|
277
|
-
{{ t("actions.toTariffs") }}
|
|
278
|
-
</adt-button>
|
|
279
|
-
|
|
280
|
-
<adt-alert
|
|
281
|
-
class="max-w-screen-sm !text-[10px]"
|
|
282
|
-
size="xs"
|
|
283
|
-
>
|
|
284
|
-
{{ t("info.userAgreement") }}
|
|
285
|
-
</adt-alert>
|
|
286
|
-
</div>
|
|
187
|
+
<div class="flex flex-col gap-5">
|
|
188
|
+
<h1 class="heading-02 text-center">
|
|
189
|
+
{{ t("modals.id.login.title") }}
|
|
190
|
+
</h1>
|
|
191
|
+
<p class="body-400 text-center">
|
|
192
|
+
{{ t("modals.id.login.subtitle") }}
|
|
193
|
+
</p>
|
|
194
|
+
<div class="flex flex-col gap-4">
|
|
195
|
+
<adt-forms-input-standard
|
|
196
|
+
v-model="form.username"
|
|
197
|
+
type="email"
|
|
198
|
+
:label="t('modals.id.login.labels.email')"
|
|
199
|
+
:error="getError('username')"
|
|
200
|
+
/>
|
|
201
|
+
<adt-forms-input-password
|
|
202
|
+
v-model="form.password"
|
|
203
|
+
:label="t('modals.id.login.labels.password')"
|
|
204
|
+
:error="getError('password')"
|
|
205
|
+
/>
|
|
206
|
+
<div class="flex items-center justify-between">
|
|
207
|
+
<div class="body-400 flex gap-2">
|
|
208
|
+
<adt-checkbox
|
|
209
|
+
v-model="rememberMe"
|
|
210
|
+
name="remember_me"
|
|
211
|
+
/>
|
|
212
|
+
<label
|
|
213
|
+
for="remember_me"
|
|
214
|
+
class="cursor-pointer"
|
|
215
|
+
>{{
|
|
216
|
+
t("modals.id.login.remember_me")
|
|
217
|
+
}}</label>
|
|
218
|
+
</div>
|
|
219
|
+
<button
|
|
220
|
+
class="link-s-400"
|
|
221
|
+
@click="onForgotPassword"
|
|
222
|
+
>
|
|
223
|
+
{{ t("modals.id.login.forget_password") }}
|
|
224
|
+
</button>
|
|
225
|
+
</div>
|
|
226
|
+
</div>
|
|
227
|
+
<div class="flex items-center gap-4">
|
|
228
|
+
<div class="h-px w-full bg-deepblue-500/30" />
|
|
229
|
+
<div class="flex shrink-0 gap-4">
|
|
230
|
+
<span
|
|
231
|
+
class="cursor-pointer"
|
|
232
|
+
@click="authWithSocial('google')"
|
|
233
|
+
>
|
|
234
|
+
<i-socials-google />
|
|
235
|
+
</span>
|
|
236
|
+
<span
|
|
237
|
+
class="cursor-pointer"
|
|
238
|
+
@click="authWithSocial('yandex')"
|
|
239
|
+
>
|
|
240
|
+
<i-socials-yandex />
|
|
241
|
+
</span>
|
|
242
|
+
<span
|
|
243
|
+
class="cursor-pointer"
|
|
244
|
+
@click="authWithSocial('mailru')"
|
|
245
|
+
>
|
|
246
|
+
<i-socials-mailru />
|
|
247
|
+
</span>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="h-px w-full bg-deepblue-500/30" />
|
|
250
|
+
</div>
|
|
251
|
+
<adt-button
|
|
252
|
+
:loading="loading"
|
|
253
|
+
type="submit"
|
|
254
|
+
@click="submit"
|
|
255
|
+
>
|
|
256
|
+
{{ t("actions.login") }}
|
|
257
|
+
</adt-button>
|
|
258
|
+
<p class="body-400 text-center">
|
|
259
|
+
{{ t("modals.id.login.first_time") }}
|
|
260
|
+
</p>
|
|
261
|
+
|
|
262
|
+
<adt-button
|
|
263
|
+
type="button"
|
|
264
|
+
view="outline"
|
|
265
|
+
class="w-full"
|
|
266
|
+
@click="onRegister"
|
|
267
|
+
>
|
|
268
|
+
{{ t("actions.register") }}
|
|
269
|
+
</adt-button>
|
|
270
|
+
|
|
271
|
+
<adt-button
|
|
272
|
+
type="button"
|
|
273
|
+
view="transparent"
|
|
274
|
+
class="w-full"
|
|
275
|
+
@click="toTariffs"
|
|
276
|
+
>
|
|
277
|
+
{{ t("actions.toTariffs") }}
|
|
278
|
+
</adt-button>
|
|
279
|
+
|
|
280
|
+
<adt-alert
|
|
281
|
+
class="max-w-screen-sm !text-[10px]"
|
|
282
|
+
size="xs"
|
|
283
|
+
>
|
|
284
|
+
{{ t("info.userAgreement") }}
|
|
285
|
+
</adt-alert>
|
|
286
|
+
</div>
|
|
287
287
|
</template>
|
|
@@ -51,48 +51,48 @@ onMounted(async () => {
|
|
|
51
51
|
</script>
|
|
52
52
|
|
|
53
53
|
<template>
|
|
54
|
-
<adt-modal v-model="loginModal">
|
|
55
|
-
<id-login-modal v-if="loginModal" />
|
|
56
|
-
</adt-modal>
|
|
57
|
-
<adt-modal v-model="twoFactorModal">
|
|
58
|
-
<id-two-factor-modal v-if="twoFactorModal" />
|
|
59
|
-
</adt-modal>
|
|
60
|
-
|
|
61
|
-
<adt-modal v-model="registrationModal">
|
|
62
|
-
<id-registration-modal v-if="registrationModal" />
|
|
63
|
-
</adt-modal>
|
|
64
|
-
<adt-modal
|
|
65
|
-
v-model="confirmAccountOtpModal"
|
|
66
|
-
prevent-close
|
|
67
|
-
>
|
|
68
|
-
<id-confirm-account-otp-modal v-if="confirmAccountOtpModal" />
|
|
69
|
-
</adt-modal>
|
|
70
|
-
<adt-modal
|
|
71
|
-
v-model="confirmSuccessfulModal"
|
|
72
|
-
prevent-close
|
|
73
|
-
>
|
|
74
|
-
<id-confirm-successful-modal v-if="confirmSuccessfulModal" />
|
|
75
|
-
</adt-modal>
|
|
76
|
-
|
|
77
|
-
<adt-modal v-model="recoveryModal">
|
|
78
|
-
<id-recovery-modal v-if="recoveryModal" />
|
|
79
|
-
</adt-modal>
|
|
80
|
-
<adt-modal
|
|
81
|
-
v-model="resetPasswordOtpModal"
|
|
82
|
-
prevent-close
|
|
83
|
-
>
|
|
84
|
-
<id-reset-password-otp-modal v-if="resetPasswordOtpModal" />
|
|
85
|
-
</adt-modal>
|
|
86
|
-
<adt-modal
|
|
87
|
-
v-model="newPasswordModal"
|
|
88
|
-
prevent-close
|
|
89
|
-
>
|
|
90
|
-
<id-new-password-modal v-if="newPasswordModal" />
|
|
91
|
-
</adt-modal>
|
|
92
|
-
<adt-modal
|
|
93
|
-
v-model="passwordSuccessfulModal"
|
|
94
|
-
prevent-close
|
|
95
|
-
>
|
|
96
|
-
<id-password-successful-modal v-if="passwordSuccessfulModal" />
|
|
97
|
-
</adt-modal>
|
|
54
|
+
<adt-modal v-model="loginModal">
|
|
55
|
+
<id-login-modal v-if="loginModal" />
|
|
56
|
+
</adt-modal>
|
|
57
|
+
<adt-modal v-model="twoFactorModal">
|
|
58
|
+
<id-two-factor-modal v-if="twoFactorModal" />
|
|
59
|
+
</adt-modal>
|
|
60
|
+
|
|
61
|
+
<adt-modal v-model="registrationModal">
|
|
62
|
+
<id-registration-modal v-if="registrationModal" />
|
|
63
|
+
</adt-modal>
|
|
64
|
+
<adt-modal
|
|
65
|
+
v-model="confirmAccountOtpModal"
|
|
66
|
+
prevent-close
|
|
67
|
+
>
|
|
68
|
+
<id-confirm-account-otp-modal v-if="confirmAccountOtpModal" />
|
|
69
|
+
</adt-modal>
|
|
70
|
+
<adt-modal
|
|
71
|
+
v-model="confirmSuccessfulModal"
|
|
72
|
+
prevent-close
|
|
73
|
+
>
|
|
74
|
+
<id-confirm-successful-modal v-if="confirmSuccessfulModal" />
|
|
75
|
+
</adt-modal>
|
|
76
|
+
|
|
77
|
+
<adt-modal v-model="recoveryModal">
|
|
78
|
+
<id-recovery-modal v-if="recoveryModal" />
|
|
79
|
+
</adt-modal>
|
|
80
|
+
<adt-modal
|
|
81
|
+
v-model="resetPasswordOtpModal"
|
|
82
|
+
prevent-close
|
|
83
|
+
>
|
|
84
|
+
<id-reset-password-otp-modal v-if="resetPasswordOtpModal" />
|
|
85
|
+
</adt-modal>
|
|
86
|
+
<adt-modal
|
|
87
|
+
v-model="newPasswordModal"
|
|
88
|
+
prevent-close
|
|
89
|
+
>
|
|
90
|
+
<id-new-password-modal v-if="newPasswordModal" />
|
|
91
|
+
</adt-modal>
|
|
92
|
+
<adt-modal
|
|
93
|
+
v-model="passwordSuccessfulModal"
|
|
94
|
+
prevent-close
|
|
95
|
+
>
|
|
96
|
+
<id-password-successful-modal v-if="passwordSuccessfulModal" />
|
|
97
|
+
</adt-modal>
|
|
98
98
|
</template>
|
|
@@ -64,50 +64,50 @@ async function onSubmit() {
|
|
|
64
64
|
</script>
|
|
65
65
|
|
|
66
66
|
<template>
|
|
67
|
-
<form
|
|
68
|
-
class="flex flex-col items-stretch gap-5"
|
|
69
|
-
novalidate
|
|
70
|
-
@submit.prevent="onSubmit"
|
|
71
|
-
>
|
|
72
|
-
<h2 class="text-center text-2xl font-bold">
|
|
73
|
-
{{ t("modals.id.newPassword.title") }}
|
|
74
|
-
</h2>
|
|
75
|
-
<p class="text-center text-sm">
|
|
76
|
-
{{ t("modals.id.newPassword.content") }}
|
|
77
|
-
</p>
|
|
78
|
-
|
|
79
|
-
<adt-forms-input-password
|
|
80
|
-
v-model="form.password"
|
|
81
|
-
:label="t('modals.id.newPassword.placeholder.1')"
|
|
82
|
-
:error="getError('password')"
|
|
83
|
-
/>
|
|
84
|
-
|
|
85
|
-
<adt-alert color="blue">
|
|
86
|
-
{{ t("modals.id.newPassword.alert") }}
|
|
87
|
-
</adt-alert>
|
|
88
|
-
|
|
89
|
-
<adt-forms-input-password
|
|
90
|
-
v-model="form.password_confirmation"
|
|
91
|
-
:label="t('modals.id.newPassword.placeholder.2')"
|
|
92
|
-
:error="getError('password_confirmation')"
|
|
93
|
-
/>
|
|
94
|
-
|
|
95
|
-
<adt-button
|
|
96
|
-
:loading="loading"
|
|
97
|
-
>
|
|
98
|
-
{{ t("actions.set") }}
|
|
99
|
-
</adt-button>
|
|
100
|
-
|
|
101
|
-
<p class="text-center text-sm">
|
|
102
|
-
{{ t("reuse.or") }}
|
|
103
|
-
</p>
|
|
104
|
-
|
|
105
|
-
<adt-button
|
|
106
|
-
type="button"
|
|
107
|
-
view="outline"
|
|
108
|
-
@click="newPasswordModal = false"
|
|
109
|
-
>
|
|
110
|
-
{{ t("actions.cancel") }}
|
|
111
|
-
</adt-button>
|
|
112
|
-
</form>
|
|
67
|
+
<form
|
|
68
|
+
class="flex flex-col items-stretch gap-5"
|
|
69
|
+
novalidate
|
|
70
|
+
@submit.prevent="onSubmit"
|
|
71
|
+
>
|
|
72
|
+
<h2 class="text-center text-2xl font-bold">
|
|
73
|
+
{{ t("modals.id.newPassword.title") }}
|
|
74
|
+
</h2>
|
|
75
|
+
<p class="text-center text-sm">
|
|
76
|
+
{{ t("modals.id.newPassword.content") }}
|
|
77
|
+
</p>
|
|
78
|
+
|
|
79
|
+
<adt-forms-input-password
|
|
80
|
+
v-model="form.password"
|
|
81
|
+
:label="t('modals.id.newPassword.placeholder.1')"
|
|
82
|
+
:error="getError('password')"
|
|
83
|
+
/>
|
|
84
|
+
|
|
85
|
+
<adt-alert color="blue">
|
|
86
|
+
{{ t("modals.id.newPassword.alert") }}
|
|
87
|
+
</adt-alert>
|
|
88
|
+
|
|
89
|
+
<adt-forms-input-password
|
|
90
|
+
v-model="form.password_confirmation"
|
|
91
|
+
:label="t('modals.id.newPassword.placeholder.2')"
|
|
92
|
+
:error="getError('password_confirmation')"
|
|
93
|
+
/>
|
|
94
|
+
|
|
95
|
+
<adt-button
|
|
96
|
+
:loading="loading"
|
|
97
|
+
>
|
|
98
|
+
{{ t("actions.set") }}
|
|
99
|
+
</adt-button>
|
|
100
|
+
|
|
101
|
+
<p class="text-center text-sm">
|
|
102
|
+
{{ t("reuse.or") }}
|
|
103
|
+
</p>
|
|
104
|
+
|
|
105
|
+
<adt-button
|
|
106
|
+
type="button"
|
|
107
|
+
view="outline"
|
|
108
|
+
@click="newPasswordModal = false"
|
|
109
|
+
>
|
|
110
|
+
{{ t("actions.cancel") }}
|
|
111
|
+
</adt-button>
|
|
112
|
+
</form>
|
|
113
113
|
</template>
|
|
@@ -92,37 +92,37 @@ function moveFocus(index, to) {
|
|
|
92
92
|
</script>
|
|
93
93
|
|
|
94
94
|
<template>
|
|
95
|
-
<div>
|
|
96
|
-
<div class="mb-1 flex gap-2">
|
|
97
|
-
<input
|
|
98
|
-
v-for="(digit, index) in otp"
|
|
99
|
-
:key="index"
|
|
100
|
-
:ref="(el) => otpRefs[index] = el"
|
|
101
|
-
v-model="otp[index]"
|
|
102
|
-
type="text"
|
|
103
|
-
maxlength="1"
|
|
104
|
-
class="size-10 rounded bg-deepblue-900/5 text-center text-lg caret-transparent focus:outline-none dark:bg-[#E3E5E80D]"
|
|
95
|
+
<div>
|
|
96
|
+
<div class="mb-1 flex gap-2">
|
|
97
|
+
<input
|
|
98
|
+
v-for="(digit, index) in otp"
|
|
99
|
+
:key="index"
|
|
100
|
+
:ref="(el) => otpRefs[index] = el"
|
|
101
|
+
v-model="otp[index]"
|
|
102
|
+
type="text"
|
|
103
|
+
maxlength="1"
|
|
104
|
+
class="size-10 rounded bg-deepblue-900/5 text-center text-lg caret-transparent focus:outline-none dark:bg-[#E3E5E80D]"
|
|
105
105
|
:class="{
|
|
106
106
|
'border border-[#E74135] bg-[#E741351A] dark:border-[#F47E75] dark:bg-[#F47E751A]': showError,
|
|
107
107
|
'focus:border focus:border-blue-700 dark:focus:border-blue-500': !showError
|
|
108
|
-
}"
|
|
109
|
-
@input="onInput($event, index)"
|
|
110
|
-
@keydown.backspace="onBackspace(index, $event)"
|
|
111
|
-
@keydown.enter.prevent
|
|
112
|
-
@paste="onPaste"
|
|
113
|
-
@keydown.left="moveFocus(index, 'left')"
|
|
114
|
-
@keydown.right="moveFocus(index, 'right')"
|
|
115
|
-
@focus="autoTarget"
|
|
116
|
-
@beforeinput="inputValid(index, $event)"
|
|
117
|
-
>
|
|
118
|
-
</div>
|
|
119
|
-
<adt-alert
|
|
120
|
-
v-show="showError"
|
|
121
|
-
color="red"
|
|
122
|
-
size="sm"
|
|
123
|
-
icon-type="triangle"
|
|
124
|
-
>
|
|
125
|
-
{{ t("error.otp") }}
|
|
126
|
-
</adt-alert>
|
|
127
|
-
</div>
|
|
108
|
+
}"
|
|
109
|
+
@input="onInput($event, index)"
|
|
110
|
+
@keydown.backspace="onBackspace(index, $event)"
|
|
111
|
+
@keydown.enter.prevent
|
|
112
|
+
@paste="onPaste"
|
|
113
|
+
@keydown.left="moveFocus(index, 'left')"
|
|
114
|
+
@keydown.right="moveFocus(index, 'right')"
|
|
115
|
+
@focus="autoTarget"
|
|
116
|
+
@beforeinput="inputValid(index, $event)"
|
|
117
|
+
>
|
|
118
|
+
</div>
|
|
119
|
+
<adt-alert
|
|
120
|
+
v-show="showError"
|
|
121
|
+
color="red"
|
|
122
|
+
size="sm"
|
|
123
|
+
icon-type="triangle"
|
|
124
|
+
>
|
|
125
|
+
{{ t("error.otp") }}
|
|
126
|
+
</adt-alert>
|
|
127
|
+
</div>
|
|
128
128
|
</template>
|
|
@@ -6,18 +6,18 @@ const { t } = useI18n();
|
|
|
6
6
|
</script>
|
|
7
7
|
|
|
8
8
|
<template>
|
|
9
|
-
<div class="flex flex-col gap-4 text-center">
|
|
10
|
-
<h2 class="text-2xl font-bold">
|
|
11
|
-
{{ t("modals.id.passwordSuccessful.title") }}
|
|
12
|
-
</h2>
|
|
13
|
-
<span class="mx-auto size-[100px] rounded-full bg-[#BDC7CE26]">
|
|
14
|
-
<ill-ok />
|
|
15
|
-
</span>
|
|
16
|
-
<p class="text-sm">
|
|
17
|
-
{{ t("modals.id.passwordSuccessful.content") }}
|
|
18
|
-
</p>
|
|
19
|
-
<adt-button @click="passwordSuccessfulModal = false">
|
|
20
|
-
{{ t("actions.close") }}
|
|
21
|
-
</adt-button>
|
|
22
|
-
</div>
|
|
9
|
+
<div class="flex flex-col gap-4 text-center">
|
|
10
|
+
<h2 class="text-2xl font-bold">
|
|
11
|
+
{{ t("modals.id.passwordSuccessful.title") }}
|
|
12
|
+
</h2>
|
|
13
|
+
<span class="mx-auto size-[100px] rounded-full bg-[#BDC7CE26]">
|
|
14
|
+
<ill-ok />
|
|
15
|
+
</span>
|
|
16
|
+
<p class="text-sm">
|
|
17
|
+
{{ t("modals.id.passwordSuccessful.content") }}
|
|
18
|
+
</p>
|
|
19
|
+
<adt-button @click="passwordSuccessfulModal = false">
|
|
20
|
+
{{ t("actions.close") }}
|
|
21
|
+
</adt-button>
|
|
22
|
+
</div>
|
|
23
23
|
</template>
|
|
@@ -70,34 +70,34 @@ onBeforeUnmount(() => {
|
|
|
70
70
|
</script>
|
|
71
71
|
|
|
72
72
|
<template>
|
|
73
|
-
<form
|
|
74
|
-
class="flex flex-col items-stretch gap-5 rounded-lg text-center"
|
|
75
|
-
novalidate
|
|
76
|
-
@submit.prevent="onSubmit"
|
|
77
|
-
>
|
|
78
|
-
<h2 class="text-center text-2xl font-bold">
|
|
79
|
-
{{ t("modals.id.recovery.title") }}
|
|
80
|
-
</h2>
|
|
81
|
-
<p class="text-center text-sm">
|
|
82
|
-
{{ t("modals.id.recovery.content") }}
|
|
83
|
-
</p>
|
|
84
|
-
<adt-forms-input-standard
|
|
85
|
-
v-model="emailField"
|
|
86
|
-
:label="t('modals.id.recovery.placeholder')"
|
|
87
|
-
:error="getError('emailField')"
|
|
88
|
-
/>
|
|
89
|
-
<adt-button :loading="loading">
|
|
90
|
-
{{ t("actions.recover") }}
|
|
91
|
-
</adt-button>
|
|
92
|
-
<p class="text-center text-sm">
|
|
93
|
-
{{ t("reuse.or") }}
|
|
94
|
-
</p>
|
|
95
|
-
<adt-button
|
|
96
|
-
type="button"
|
|
97
|
-
view="outline"
|
|
98
|
-
@click="onCancel"
|
|
99
|
-
>
|
|
100
|
-
{{ t("actions.cancel") }}
|
|
101
|
-
</adt-button>
|
|
102
|
-
</form>
|
|
73
|
+
<form
|
|
74
|
+
class="flex flex-col items-stretch gap-5 rounded-lg text-center"
|
|
75
|
+
novalidate
|
|
76
|
+
@submit.prevent="onSubmit"
|
|
77
|
+
>
|
|
78
|
+
<h2 class="text-center text-2xl font-bold">
|
|
79
|
+
{{ t("modals.id.recovery.title") }}
|
|
80
|
+
</h2>
|
|
81
|
+
<p class="text-center text-sm">
|
|
82
|
+
{{ t("modals.id.recovery.content") }}
|
|
83
|
+
</p>
|
|
84
|
+
<adt-forms-input-standard
|
|
85
|
+
v-model="emailField"
|
|
86
|
+
:label="t('modals.id.recovery.placeholder')"
|
|
87
|
+
:error="getError('emailField')"
|
|
88
|
+
/>
|
|
89
|
+
<adt-button :loading="loading">
|
|
90
|
+
{{ t("actions.recover") }}
|
|
91
|
+
</adt-button>
|
|
92
|
+
<p class="text-center text-sm">
|
|
93
|
+
{{ t("reuse.or") }}
|
|
94
|
+
</p>
|
|
95
|
+
<adt-button
|
|
96
|
+
type="button"
|
|
97
|
+
view="outline"
|
|
98
|
+
@click="onCancel"
|
|
99
|
+
>
|
|
100
|
+
{{ t("actions.cancel") }}
|
|
101
|
+
</adt-button>
|
|
102
|
+
</form>
|
|
103
103
|
</template>
|