adata-ui 0.3.99 → 2.0.0
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/-error.vue +170 -0
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.gitlab-ci.yml +16 -0
- package/.nuxtrc +1 -0
- package/.nvmrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +4 -0
- package/.prettierignore +24 -0
- package/.prettierrc +10 -0
- package/README.md +75 -7
- package/app.config.ts +27 -0
- package/app.vue +7 -0
- package/assets/img/adata-mobile.png +0 -0
- package/assets/img/analytics-mobile.png +0 -0
- package/assets/img/compliance-mobile.png +0 -0
- package/assets/img/empty-box.png +0 -0
- package/assets/img/fea-mobile.png +0 -0
- package/assets/img/fines-mobile.png +0 -0
- package/assets/img/pk-mobile.png +0 -0
- package/assets/img/tenders-mobile.png +0 -0
- package/assets/img/work-mobile.png +0 -0
- package/assets/styles/index.scss +101 -0
- package/assets/styles/modules/_base.scss +5 -0
- package/assets/styles/modules/_typography.scss +152 -0
- package/components/elements/README.md +1 -0
- package/components/elements/a-select-row/index.vue +140 -0
- package/components/elements/accordion/AAccordion.vue +196 -0
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -0
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -0
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -0
- package/components/elements/accordion/types.ts +14 -0
- package/components/elements/accordion/ui.config.ts +22 -0
- package/components/elements/alert/AAlert.vue +65 -0
- package/components/elements/banner/ABanner.vue +49 -0
- package/components/elements/bg-block/ABgBlock.vue +11 -0
- package/components/elements/button/AButton.vue +188 -0
- package/components/elements/button/types.ts +24 -0
- package/components/elements/calendar/ACalendar.vue +83 -0
- package/components/elements/carousel/ACarousel.vue +159 -0
- package/components/elements/carousel/config.ui.ts +15 -0
- package/components/elements/carousel/types.ts +18 -0
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -0
- package/components/elements/chip-wrapper/types.ts +12 -0
- package/components/elements/chips/AChips.vue +32 -0
- package/components/elements/companies/AOurClients.vue +42 -0
- package/components/elements/curve-block/ACurveBlock.vue +196 -0
- package/components/elements/digit-badge/ADigitBadge.vue +83 -0
- package/components/elements/error-template/index.vue +48 -0
- package/components/elements/error-template/types.ts +23 -0
- package/components/elements/feature-description/AFeatureDescription.vue +112 -0
- package/components/elements/illustrations/noAccess.vue +62 -0
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +55 -0
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -0
- package/components/elements/leave-note/ALeaveNote.vue +77 -0
- package/components/elements/pagination/APagination.vue +110 -0
- package/components/elements/photos-animation/APhotosAnimation.vue +83 -0
- package/components/elements/select/ASelect.vue +389 -0
- package/components/elements/select/ASelectMobile.vue +186 -0
- package/components/elements/select/ui/select-button.vue +112 -0
- package/components/elements/select/ui/select-list.vue +99 -0
- package/components/elements/show-more/AShowMore.vue +35 -0
- package/components/elements/skeleton/ASkeleton.vue +44 -0
- package/components/elements/star-rating/AStarRating.vue +181 -0
- package/components/elements/star-rating/types.ts +8 -0
- package/components/elements/star-rating/ui/Star.vue +74 -0
- package/components/elements/status-badge/AStatusBadge.vue +74 -0
- package/components/elements/table/ATable.vue +93 -0
- package/components/elements/table/table.config.ts +32 -0
- package/components/elements/tree-select/ATreeSelect.vue +169 -0
- package/components/elements/tree-select/TreeService.ts +249 -0
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -0
- package/components/elements/tree-select/types.ts +34 -0
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -0
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -0
- package/components/features/color-mode/AColorMode.client.vue +53 -0
- package/components/features/dropdown/ADropdown.vue +124 -0
- package/components/features/go-top/GoTop.vue +58 -0
- package/components/features/lang-switcher/lang-switcher.vue +56 -0
- package/components/features/pk-mobile-services/APkMobileServices.vue +130 -0
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -0
- package/components/forms/README.md +1 -0
- package/components/forms/checkbox/ACheckbox.vue +151 -0
- package/components/forms/feedback-form/FeedbackForm.vue +171 -0
- package/components/forms/input/button/AInputButton.vue +53 -0
- package/components/forms/input/date/AInputDate.vue +213 -0
- package/components/forms/input/password/AInputPassword.vue +53 -0
- package/components/forms/input/standard/AInputStandard.vue +412 -0
- package/components/forms/input/textarea/ATextarea.vue +200 -0
- package/components/forms/radio-button/ARadioButton.vue +87 -0
- package/components/forms/request-demo/ARequestDemo.vue +90 -0
- package/components/forms/toggle/AToggle.vue +157 -0
- package/components/forms/toggle/types.ts +16 -0
- package/components/modals/AboutTariffModal.vue +113 -0
- package/components/modals/AnotherDeviceModal.vue +59 -0
- package/components/modals/ApplicationAcceptedModal.vue +47 -0
- package/components/modals/AuthModal.vue +50 -0
- package/components/modals/ConnectingTariffModal.vue +68 -0
- package/components/modals/ContactsMobileModel.vue +182 -0
- package/components/modals/ContentNavigationModal.vue +282 -0
- package/components/modals/Insufficient-funds-modal.vue +74 -0
- package/components/modals/LimitReachedModal.vue +29 -0
- package/components/modals/NoAccessModal.vue +37 -0
- package/components/modals/PaymentMethodModal.vue +101 -0
- package/components/modals/RedirectsBanksModal.vue +69 -0
- package/components/modals/ReplenishModal.vue +132 -0
- package/components/modals/ReportBugConfirmModal.vue +30 -0
- package/components/modals/ReportBugModal.vue +156 -0
- package/components/modals/SubmitApplicationModal.vue +111 -0
- package/components/navigation/README.md +1 -0
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +101 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -0
- package/components/navigation/breadcrumbs/types.ts +4 -0
- package/components/navigation/footer/AFooter.vue +126 -0
- package/components/navigation/footer/NewFooter.vue +276 -0
- package/components/navigation/footer/ui/footer-acccordion.vue +119 -0
- package/components/navigation/footer/ui/new-footer-accordion.vue +120 -0
- package/components/navigation/header/AHeader.vue +187 -0
- package/components/navigation/header/AlmatyContacts.vue +143 -0
- package/components/navigation/header/AstanaContacts.vue +65 -0
- package/components/navigation/header/CardGallery.vue +248 -0
- package/components/navigation/header/ContactMenu.vue +114 -0
- package/components/navigation/header/HeaderLink.vue +247 -0
- package/components/navigation/header/ListItem.vue +31 -0
- package/components/navigation/header/NavCard.vue +41 -0
- package/components/navigation/header/NavList.vue +115 -0
- package/components/navigation/header/NotificationsMenu.vue +51 -0
- package/components/navigation/header/ProductMenu.vue +212 -0
- package/components/navigation/header/ProfileMenu.vue +189 -0
- package/components/navigation/header/TopHeader.vue +181 -0
- package/components/navigation/header/types.ts +28 -0
- package/components/navigation/line-tabs/ALineTabs.vue +111 -0
- package/components/navigation/line-tabs/types.ts +21 -0
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -0
- package/components/navigation/pill-tabs/APillTabs.vue +157 -0
- package/components/navigation/pill-tabs/types.ts +22 -0
- package/components/navigation/side-navigation/ASideNavigation.vue +404 -0
- package/components/overlays/README.md +1 -0
- package/components/overlays/modal/AModal.vue +332 -0
- package/components/overlays/sideover/ASlideover.vue +351 -0
- package/components/overlays/tooltip/ATooltip.vue +242 -0
- package/components/transitions/ATransitionHeight.vue +67 -0
- package/components/utils/index.ts +19 -0
- package/composables/highlight.ts +18 -0
- package/composables/modalsState.ts +8 -0
- package/composables/projectState.ts +2 -0
- package/composables/useAdaptive.ts +46 -0
- package/composables/useCarouselScroll.ts +49 -0
- package/composables/useHeaderNavigationLinks.ts +576 -0
- package/composables/useUIValidation.ts +16 -0
- package/histoire.config.ts +10 -0
- package/i18n/i18n.config.ts +21 -0
- package/i18n.config.ts +21 -0
- package/icons/adata-logo.vue +17 -0
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -0
- package/icons/arrow/arrow-circle-down.vue +20 -0
- package/icons/arrow/arrow-circle-reset.vue +16 -0
- package/icons/arrow/arrow-corner.vue +9 -0
- package/icons/arrow/arrow-graph-down.vue +13 -0
- package/icons/arrow/arrow-graph-up.vue +14 -0
- package/icons/arrow/arrow-square-down.vue +15 -0
- package/icons/arrow/arrow-top-right-on-square.vue +6 -0
- package/icons/arrow-currency-gray.vue +5 -0
- package/icons/arrow-currency-green.vue +5 -0
- package/icons/arrow-currency-red.vue +5 -0
- package/icons/arrow-side-up.vue +6 -0
- package/icons/avatar.vue +12 -0
- package/icons/block.vue +16 -0
- package/icons/bookmark/bookmark-filled.vue +18 -0
- package/icons/bookmark/bookmark.vue +5 -0
- package/icons/browsers/browser-duck.vue +65 -0
- package/icons/browsers/browser-google.vue +24 -0
- package/icons/browsers/browser-yandex.vue +13 -0
- package/icons/building-vector.vue +7 -0
- package/icons/calculator.vue +7 -0
- package/icons/calendar.vue +24 -0
- package/icons/car.vue +7 -0
- package/icons/check/check-circle.vue +6 -0
- package/icons/check/check-shield.vue +14 -0
- package/icons/check/check.vue +17 -0
- package/icons/check/checkmark-circle.vue +6 -0
- package/icons/checkbox/checkbox-active.vue +17 -0
- package/icons/checkbox/checkbox-empty.vue +10 -0
- package/icons/checkbox/checkbox-intermediate.vue +7 -0
- package/icons/chevron/chevron-down.vue +5 -0
- package/icons/chevron/chevron-left.vue +5 -0
- package/icons/chevron/chevron-right.vue +5 -0
- package/icons/chevron/chevron-up.vue +5 -0
- package/icons/chevron/double-chevron-right.vue +12 -0
- package/icons/clipboard-text.vue +7 -0
- package/icons/clock.vue +9 -0
- package/icons/company/company-bazis.vue +21 -0
- package/icons/company/company-bereke.vue +25 -0
- package/icons/company/company-bigroup.vue +16 -0
- package/icons/company/company-erg.vue +17 -0
- package/icons/company/company-forte.vue +23 -0
- package/icons/company/company-halyk.vue +15 -0
- package/icons/company/company-jusan.vue +14 -0
- package/icons/company/company-kaspi.vue +14 -0
- package/icons/company/company-mycar.vue +13 -0
- package/icons/company/company-samruk.vue +21 -0
- package/icons/company-egov-small.vue +15 -0
- package/icons/company.vue +8 -0
- package/icons/copy.vue +7 -0
- package/icons/currency/currency-dollar.vue +16 -0
- package/icons/currency/currency-down.vue +22 -0
- package/icons/currency/currency-eur.vue +57 -0
- package/icons/currency/currency-rub.vue +7 -0
- package/icons/currency/currency-usd.vue +221 -0
- package/icons/currency/currency-yuan.vue +25 -0
- package/icons/delete.vue +7 -0
- package/icons/document.vue +5 -0
- package/icons/download.vue +11 -0
- package/icons/edit.vue +7 -0
- package/icons/education.vue +16 -0
- package/icons/egov-small.vue +7 -0
- package/icons/expand-window.vue +7 -0
- package/icons/eye-closed.vue +26 -0
- package/icons/eye-open.vue +7 -0
- package/icons/eye-opened.vue +23 -0
- package/icons/file/file.vue +16 -0
- package/icons/file/files.vue +16 -0
- package/icons/filter.vue +5 -0
- package/icons/flag.vue +7 -0
- package/icons/gift.vue +8 -0
- package/icons/globe.vue +16 -0
- package/icons/graph-pie.vue +14 -0
- package/icons/hand/hand-thumb-up-filled.vue +5 -0
- package/icons/hand/hand-thumb-up.vue +5 -0
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -0
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -0
- package/icons/handshake.vue +5 -0
- package/icons/hcheck.vue +14 -0
- package/icons/hdocument.vue +7 -0
- package/icons/history.vue +5 -0
- package/icons/horizontal-more.vue +13 -0
- package/icons/hummer.vue +16 -0
- package/icons/id.vue +7 -0
- package/icons/info/info-circle.vue +29 -0
- package/icons/invoice.vue +7 -0
- package/icons/judge.vue +14 -0
- package/icons/link-chain.vue +28 -0
- package/icons/link.vue +7 -0
- package/icons/linkedin.vue +24 -0
- package/icons/loader-circle.vue +27 -0
- package/icons/location.vue +8 -0
- package/icons/lock.vue +5 -0
- package/icons/logo.vue +15 -0
- package/icons/logout.vue +16 -0
- package/icons/magnify/magnifying-glass-minus.vue +8 -0
- package/icons/magnify/magnifying-glass-plus.vue +9 -0
- package/icons/magnify/magnifying-glass.vue +9 -0
- package/icons/mail.vue +7 -0
- package/icons/main-filter.vue +5 -0
- package/{dist/img/location.807c7100.svg → icons/map/map-pin-filled.vue} +7 -4
- package/icons/map/map-pin-rect.vue +15 -0
- package/{src/assets/location.svg → icons/map/map-pin.vue} +7 -4
- package/icons/map-marker-start.vue +7 -0
- package/icons/map-paper.vue +5 -0
- package/icons/medal.vue +7 -0
- package/icons/menu-filled.vue +20 -0
- package/icons/menu.vue +8 -0
- package/icons/message/message.vue +12 -0
- package/icons/minus/minus-circle.vue +10 -0
- package/icons/money.vue +5 -0
- package/icons/monitoring.vue +10 -0
- package/icons/moon.vue +8 -0
- package/icons/more.vue +29 -0
- package/icons/note-pencil.vue +14 -0
- package/icons/note.vue +14 -0
- package/icons/notification.vue +16 -0
- package/icons/paperclip.vue +7 -0
- package/icons/payment/payment-card.vue +6 -0
- package/icons/payment/payment-kaspi.vue +11 -0
- package/icons/person-vector.vue +7 -0
- package/icons/person-with-briefcase.vue +10 -0
- package/icons/phone-filled.vue +5 -0
- package/icons/phone.vue +7 -0
- package/icons/plus/plus-circle.vue +8 -0
- package/icons/plus/plus.vue +13 -0
- package/icons/profile.vue +5 -0
- package/icons/radio/radio-check.vue +8 -0
- package/icons/radio/radio-empty.vue +10 -0
- package/icons/receipt.vue +8 -0
- package/icons/robot.vue +14 -0
- package/icons/scales/scale.vue +16 -0
- package/icons/scales/scales.vue +5 -0
- package/icons/scales/standing-scales.vue +15 -0
- package/icons/search.vue +15 -0
- package/icons/share/share-alt.vue +5 -0
- package/icons/share/share.vue +14 -0
- package/icons/ship.vue +8 -0
- package/icons/socials/face-book.vue +15 -0
- package/icons/socials/instagram.vue +19 -0
- package/icons/socials/telegram.vue +15 -0
- package/icons/socials/tik-tok.vue +15 -0
- package/icons/socials/youtube.vue +16 -0
- package/icons/sort/sort-asc.vue +15 -0
- package/icons/sort/sort-desc.vue +15 -0
- package/icons/splitting-arrows.vue +8 -0
- package/icons/star/star-filled.vue +40 -0
- package/icons/star/star-half-filled.vue +20 -0
- package/icons/star/star.vue +25 -0
- package/icons/sun.vue +14 -0
- package/icons/sviazi.vue +5 -0
- package/icons/tag.vue +30 -0
- package/icons/tender-search.vue +11 -0
- package/icons/toasts/check-circle-toast.vue +6 -0
- package/icons/toasts/warning-triangle-toast.vue +7 -0
- package/icons/trash.vue +13 -0
- package/icons/triangle.vue +10 -0
- package/icons/truck.vue +7 -0
- package/icons/user-square.vue +14 -0
- package/icons/user.vue +22 -0
- package/icons/users-focus.vue +8 -0
- package/icons/users-three.vue +7 -0
- package/icons/users.vue +8 -0
- package/icons/warning/warning-circle.vue +29 -0
- package/icons/warning/warning-triangle-filled.vue +12 -0
- package/icons/warning/warning-triangle.vue +28 -0
- package/icons/whatsapp.vue +8 -0
- package/icons/work-bag.vue +11 -0
- package/icons/work-search.vue +10 -0
- package/icons/work.vue +5 -0
- package/icons/x-mark.vue +15 -0
- package/illustrations/address-location.vue +38 -0
- package/illustrations/ball-with-chain.vue +120 -0
- package/illustrations/bill.vue +133 -0
- package/illustrations/buildings.vue +82 -0
- package/illustrations/calendar.vue +156 -0
- package/illustrations/chains.vue +152 -0
- package/illustrations/coin-percent.vue +126 -0
- package/illustrations/coins-stack.vue +202 -0
- package/illustrations/delete-dark.vue +31 -0
- package/illustrations/delete.vue +32 -0
- package/illustrations/doc-with-stamp.vue +126 -0
- package/illustrations/document.vue +64 -0
- package/illustrations/door.vue +74 -0
- package/illustrations/empty-box.vue +77 -0
- package/illustrations/empty-wallet.vue +161 -0
- package/illustrations/graph-in-coin.vue +119 -0
- package/illustrations/hammer.vue +156 -0
- package/illustrations/hand-cash.vue +108 -0
- package/illustrations/info.vue +39 -0
- package/illustrations/mail.vue +68 -0
- package/illustrations/ok.vue +62 -0
- package/illustrations/people-group.vue +237 -0
- package/illustrations/person-with-phone.vue +187 -0
- package/illustrations/person.vue +159 -0
- package/illustrations/phone-check.vue +90 -0
- package/illustrations/phone-payment-method.vue +223 -0
- package/illustrations/stop-hand.vue +77 -0
- package/illustrations/stop-sign.vue +34 -0
- package/illustrations/suit.vue +111 -0
- package/illustrations/suitcase.vue +105 -0
- package/illustrations/terminal-dark.vue +48 -0
- package/illustrations/terminal.vue +234 -0
- package/illustrations/trash-can.vue +108 -0
- package/illustrations/turn-on-tariff.vue +38 -0
- package/illustrations/two-persons.vue +169 -0
- package/lang/en.ts +593 -0
- package/lang/kk.ts +594 -0
- package/lang/ru.ts +595 -0
- package/layouts/default.vue +13 -0
- package/nuxt.config.ts +64 -0
- package/package.json +65 -76
- package/plugins/maska.ts +5 -0
- package/plugins/toast.client.ts +58 -0
- package/public/error-illustrations/401.webp +0 -0
- package/public/error-illustrations/403.webp +0 -0
- package/public/error-illustrations/404.webp +0 -0
- package/public/error-illustrations/500.webp +0 -0
- package/public/error-illustrations/502.webp +0 -0
- package/public/error-illustrations/503.webp +0 -0
- package/public/error-illustrations/504.webp +0 -0
- package/public/header/compliance.webp +0 -0
- package/public/header/unload.webp +0 -0
- package/public/header/ved.webp +0 -0
- package/public/mode/dark-analytics-en.webp +0 -0
- package/public/mode/dark-analytics-kk.webp +0 -0
- package/public/mode/dark-analytics-ru.webp +0 -0
- package/public/mode/dark-complience-en.webp +0 -0
- package/public/mode/dark-complience-kk.webp +0 -0
- package/public/mode/dark-complience-ru.webp +0 -0
- package/public/mode/dark-fea-en.webp +0 -0
- package/public/mode/dark-fea-kk.webp +0 -0
- package/public/mode/dark-fea-ru.webp +0 -0
- package/public/mode/dark-fines-en.webp +0 -0
- package/public/mode/dark-fines-kk.webp +0 -0
- package/public/mode/dark-fines-ru.webp +0 -0
- package/public/mode/dark-pk-en.webp +0 -0
- package/public/mode/dark-pk-kk.webp +0 -0
- package/public/mode/dark-pk-ru.webp +0 -0
- package/public/mode/dark-tenders-en.webp +0 -0
- package/public/mode/dark-tenders-kk.webp +0 -0
- package/public/mode/dark-tenders-ru.webp +0 -0
- package/public/mode/dark-work-en.webp +0 -0
- package/public/mode/dark-work-kk.webp +0 -0
- package/public/mode/dark-work-ru.webp +0 -0
- package/public/mode/light-analytics-en.webp +0 -0
- package/public/mode/light-analytics-kk.webp +0 -0
- package/public/mode/light-analytics-ru.webp +0 -0
- package/public/mode/light-complience-en.webp +0 -0
- package/public/mode/light-complience-kk.webp +0 -0
- package/public/mode/light-complience-ru.webp +0 -0
- package/public/mode/light-fea-en.webp +0 -0
- package/public/mode/light-fea-kk.webp +0 -0
- package/public/mode/light-fea-ru.webp +0 -0
- package/public/mode/light-fines-en.webp +0 -0
- package/public/mode/light-fines-kk.webp +0 -0
- package/public/mode/light-fines-ru.webp +0 -0
- package/public/mode/light-pk-en.webp +0 -0
- package/public/mode/light-pk-kk.webp +0 -0
- package/public/mode/light-pk-ru.webp +0 -0
- package/public/mode/light-tenders-en.webp +0 -0
- package/public/mode/light-tenders-kk.webp +0 -0
- package/public/mode/light-tenders-ru.webp +0 -0
- package/public/mode/light-work-en.webp +0 -0
- package/public/mode/light-work-kk.webp +0 -0
- package/public/mode/light-work-ru.webp +0 -0
- package/public/tariff/subtract.png +0 -0
- package/shared/constans/pages.ts +73 -0
- package/tailwind.config.ts +163 -0
- package/tests/AButton.test.ts +81 -0
- package/tsconfig.json +6 -0
- package/utils/getMaxZindex.ts +25 -0
- package/utils/localizedNavigation.ts +36 -0
- package/vitest.config.ts +14 -0
- package/babel.config.js +0 -5
- package/dist/adata-ui.common.js +0 -10910
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -10920
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/expand-window.39c851da.svg +0 -3
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/linkedIn.607d9542.svg +0 -13
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/mail.e4826575.svg +0 -3
- package/dist/img/phone.ae6c1746.svg +0 -3
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -27138
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/public/logo.svg +0 -4
- package/src/App.vue +0 -31
- package/src/assets/_text_field.scss +0 -225
- package/src/assets/expand-window.svg +0 -3
- package/src/assets/facebook.svg +0 -4
- package/src/assets/instagram.svg +0 -6
- package/src/assets/linkedIn.svg +0 -13
- package/src/assets/logo-desktop-main.svg +0 -8
- package/src/assets/logo-desktop.svg +0 -9
- package/src/assets/logo-desktop.webp +0 -0
- package/src/assets/logo-mobile-main.svg +0 -4
- package/src/assets/logo-mobile.svg +0 -9
- package/src/assets/logo-mobile.webp +0 -0
- package/src/assets/logo-white-desktop.svg +0 -8
- package/src/assets/mail.svg +0 -3
- package/src/assets/phone.svg +0 -3
- package/src/assets/style.scss +0 -1
- package/src/assets/telegram.svg +0 -4
- package/src/assets/tiktok.svg +0 -4
- package/src/assets/up-down.svg +0 -3
- package/src/assets/youtube.svg +0 -5
- package/src/components/Alert/Alert.stories.js +0 -17
- package/src/components/Alert/Alert.vue +0 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +0 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +0 -25
- package/src/components/Button/AButton.vue +0 -231
- package/src/components/Button/Button.stories.js +0 -23
- package/src/components/Checkbox/ACheckbox.vue +0 -114
- package/src/components/Checkbox/Checkbox.stories.js +0 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +0 -24
- package/src/components/CheckboxMenu/CheckboxMenu.vue +0 -108
- package/src/components/ErrorPages/BadGateway.vue +0 -224
- package/src/components/ErrorPages/Forbidden.vue +0 -468
- package/src/components/ErrorPages/InternalServerError.vue +0 -275
- package/src/components/ErrorPages/NotFound.vue +0 -995
- package/src/components/ErrorPages/Unavailable.vue +0 -3705
- package/src/components/Footer/Footer.stories.js +0 -20
- package/src/components/Footer/Footer.vue +0 -292
- package/src/components/Header/ChildLinks.vue +0 -144
- package/src/components/Header/Header.stories.js +0 -56
- package/src/components/Header/Header.vue +0 -1306
- package/src/components/Header/InfoHeader.vue +0 -319
- package/src/components/Header/Profile.vue +0 -670
- package/src/components/Header/ProfileMenu.vue +0 -293
- package/src/components/Header/ProfileMobile.vue +0 -308
- package/src/components/Header/ProfileOld.vue +0 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +0 -17
- package/src/components/InternalServerError/InternalServerError.vue +0 -262
- package/src/components/Introduction.stories.mdx +0 -7
- package/src/components/Loader/Loader.stories.js +0 -25
- package/src/components/Loader/Loader.vue +0 -325
- package/src/components/MailTo/MailTo.stories.js +0 -15
- package/src/components/MailTo/MailTo.vue +0 -258
- package/src/components/NavIcon/ANavIcon.vue +0 -50
- package/src/components/NavIcon/NavIcon.stories.js +0 -15
- package/src/components/PasswordField/PasswordField.stories.js +0 -16
- package/src/components/PasswordField/PasswordField.vue +0 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +0 -78
- package/src/components/SearchTextField/SearchTextField.vue +0 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +0 -793
- package/src/components/ServiceSlider/ServiceSlider.stories.js +0 -20
- package/src/components/Table/ATable.vue +0 -117
- package/src/components/Table/Table.stories.js +0 -15
- package/src/components/TextArea/TextArea.stories.js +0 -17
- package/src/components/TextArea/TextArea.vue +0 -116
- package/src/components/TextError/TextError.stories.js +0 -15
- package/src/components/TextError/TextError.vue +0 -57
- package/src/components/TextField/TextField.stories.js +0 -17
- package/src/components/TextField/TextField.vue +0 -107
- package/src/components/index.js +0 -56
- package/src/components/newComponents/FooterNew/FooterBottom.vue +0 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +0 -114
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +0 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +0 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +0 -321
- package/src/components/newComponents/FooterRedesign/FooterAccordion.vue +0 -221
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +0 -430
- package/src/components/transitions/SlideToggle.vue +0 -55
- package/src/components/transitions/VerticalMobileToggle.vue +0 -75
- package/src/configs/icons.js +0 -112
- package/src/configs/profileDropDown.js +0 -134
- package/src/main.js +0 -12
|
@@ -1,1306 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<header :class="{ sticky: isSticky }">
|
|
3
|
-
<div v-if="extraContent" class="version">
|
|
4
|
-
<a :href="newVersion[mode]" target='_blank'>Перейти на новую версию сайта</a>
|
|
5
|
-
</div>
|
|
6
|
-
<InfoHeader
|
|
7
|
-
:weather="weather"
|
|
8
|
-
:currencies="currencies"
|
|
9
|
-
:system-message="systemMessage"
|
|
10
|
-
:requestCount="requestCount"
|
|
11
|
-
:daysRemaining="daysRemaining"
|
|
12
|
-
:is-open-notification="isOpenNotification"
|
|
13
|
-
:is-authenticated="isAuthenticated"
|
|
14
|
-
@closeNotification="closeNotification"
|
|
15
|
-
/>
|
|
16
|
-
<div class="header" :class="{ bordered: isBordered }">
|
|
17
|
-
<div class="container">
|
|
18
|
-
<div class="header__left">
|
|
19
|
-
<a
|
|
20
|
-
class="logo"
|
|
21
|
-
:href="main[mode]"
|
|
22
|
-
onclick="return false;"
|
|
23
|
-
@click="goToAnotherModule(main[mode])"
|
|
24
|
-
>
|
|
25
|
-
|
|
26
|
-
<span class="logo-desktop">
|
|
27
|
-
</span>
|
|
28
|
-
<span class="logo-mobile">
|
|
29
|
-
</span>
|
|
30
|
-
</a>
|
|
31
|
-
<div class="menu" v-show="headerItems.length > 0">
|
|
32
|
-
<div
|
|
33
|
-
class="menu__item"
|
|
34
|
-
v-for="(item, index) in headerItems"
|
|
35
|
-
:key="index">
|
|
36
|
-
<a
|
|
37
|
-
class="menu__wrapper menu__items"
|
|
38
|
-
:class="{ active: item.key === activeTabKey }"
|
|
39
|
-
:href="item[mode]"
|
|
40
|
-
@click="goToAnotherModule(item[mode])"
|
|
41
|
-
onclick="return false;"
|
|
42
|
-
>
|
|
43
|
-
{{ item.name }}
|
|
44
|
-
</a>
|
|
45
|
-
<child-links v-if="item.children.length" class="menu__sublinks" :links="item" :module="activeTabKey" :mode="mode" />
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="mobile-search">
|
|
49
|
-
<div v-show="hasSearchField" @click="$emit('search')" class="search-input">
|
|
50
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
51
|
-
<path d="M14 13.9995L10.5967 10.596" stroke="#2C3E50" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
52
|
-
<circle cx="7" cy="7" r="5" stroke="#2C3E50" stroke-linecap="round" stroke-linejoin="round"/>
|
|
53
|
-
</svg>
|
|
54
|
-
Найти
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
<div class="header__right" v-show="!noAuth">
|
|
59
|
-
<Profile
|
|
60
|
-
:mode="mode"
|
|
61
|
-
:activeTabKey="activeTabKey"
|
|
62
|
-
:isAuthenticated="isAuthenticated"
|
|
63
|
-
:email="email"
|
|
64
|
-
:loginUrl="loginUrl"
|
|
65
|
-
:rate="rate"
|
|
66
|
-
:balance="this.thousandSeparator(balance)"
|
|
67
|
-
:tab="tab"
|
|
68
|
-
@showBalanceModal="
|
|
69
|
-
(val) => {
|
|
70
|
-
$emit('showBalanceModal', val);
|
|
71
|
-
}
|
|
72
|
-
"
|
|
73
|
-
@setShowModal="
|
|
74
|
-
(val) => {
|
|
75
|
-
$emit('setShowModal', val);
|
|
76
|
-
}
|
|
77
|
-
"
|
|
78
|
-
@logout="$emit('logout')"
|
|
79
|
-
@setIsReplenishModal="
|
|
80
|
-
(val) => {
|
|
81
|
-
$emit('setIsReplenishModal', val);
|
|
82
|
-
}
|
|
83
|
-
"
|
|
84
|
-
/>
|
|
85
|
-
</div>
|
|
86
|
-
</div>
|
|
87
|
-
<MobileToggle v-slot="{ animationClass }">
|
|
88
|
-
<div
|
|
89
|
-
class="menu_mobile"
|
|
90
|
-
:class="animationClass"
|
|
91
|
-
v-show="headerItems.length > 0 && isOpen"
|
|
92
|
-
>
|
|
93
|
-
<div class="empty-space" @click="changeValue"></div>
|
|
94
|
-
<div class="menu-wrapper">
|
|
95
|
-
<div class="menu-wrapper__top">
|
|
96
|
-
<div class="mobile-table-head">
|
|
97
|
-
<button
|
|
98
|
-
@click.prevent="goAuth"
|
|
99
|
-
class="sign"
|
|
100
|
-
v-if="!isAuthenticated"
|
|
101
|
-
>
|
|
102
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
103
|
-
<path d="M13.5 15L16.5 11.9189L13.6154 9" stroke="#007AFF" stroke-miterlimit="10"
|
|
104
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
105
|
-
<path d="M9 7.125V4.5H19.5V19.5H9V17.4375" stroke="#007AFF" stroke-miterlimit="10"
|
|
106
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
107
|
-
<path d="M16 12H4" stroke="#007AFF" stroke-miterlimit="10" stroke-linecap="round"
|
|
108
|
-
stroke-linejoin="round"/>
|
|
109
|
-
</svg>
|
|
110
|
-
<span>Войти</span>
|
|
111
|
-
</button>
|
|
112
|
-
<div v-else class="menu-wrapper__top-left">
|
|
113
|
-
<div class="text-wrapper">
|
|
114
|
-
<p>{{ email }}
|
|
115
|
-
<span @click.stop="changeValue">
|
|
116
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
117
|
-
<path d="M1.99902 1.99957L13.9996 14.0002" stroke="#2C3E50" stroke-linecap="round"/>
|
|
118
|
-
<path d="M14 1.99957L1.9994 14.0002" stroke="#2C3E50" stroke-linecap="round"/>
|
|
119
|
-
</svg>
|
|
120
|
-
</span>
|
|
121
|
-
</p>
|
|
122
|
-
<p>Тариф {{ rate }}
|
|
123
|
-
<span @click.stop.prevent="isActiveMenu = true">
|
|
124
|
-
Перейти
|
|
125
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
126
|
-
<rect width="24" height="24" rx="12" transform="matrix(-1 0 0 1 24 0)" fill="#007AFF" fill-opacity="0.12"/>
|
|
127
|
-
<path d="M14.0005 8.00311L18.0005 12.0096L14.0005 16.0031" stroke="#007AFF" stroke-width="1.2" stroke-miterlimit="10"
|
|
128
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
129
|
-
<path d="M18 12L6 12" stroke="#007AFF" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
130
|
-
</svg>
|
|
131
|
-
</span>
|
|
132
|
-
</p>
|
|
133
|
-
</div>
|
|
134
|
-
</div>
|
|
135
|
-
<div v-if="!isAuthenticated" class="menu-wrapper__top-right" @click.stop="changeValue">
|
|
136
|
-
<svg
|
|
137
|
-
width="18"
|
|
138
|
-
height="18"
|
|
139
|
-
fill="none"
|
|
140
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
141
|
-
viewBox="0 0 24 24"
|
|
142
|
-
>
|
|
143
|
-
<path
|
|
144
|
-
fill-rule="evenodd"
|
|
145
|
-
clip-rule="evenodd"
|
|
146
|
-
d="M4.414 18.142L18.556 4l1.415 1.414L5.828 19.556l-1.414-1.414z"
|
|
147
|
-
fill="#2C3E50"
|
|
148
|
-
></path>
|
|
149
|
-
<path
|
|
150
|
-
fill-rule="evenodd"
|
|
151
|
-
clip-rule="evenodd"
|
|
152
|
-
d="M5.414 4l14.142 14.142-1.414 1.414L4 5.414 5.414 4z"
|
|
153
|
-
fill="#2C3E50"
|
|
154
|
-
></path>
|
|
155
|
-
</svg>
|
|
156
|
-
</div>
|
|
157
|
-
</div>
|
|
158
|
-
<div class="menu__link">
|
|
159
|
-
<a
|
|
160
|
-
v-for="(item, index) in headerItems"
|
|
161
|
-
:key="index"
|
|
162
|
-
class="menu_mobile-wrapper"
|
|
163
|
-
:class="{ 'active-burger-tab': item.key === activeTabKey }"
|
|
164
|
-
:href="item[mode]"
|
|
165
|
-
>
|
|
166
|
-
{{ item.name }}
|
|
167
|
-
</a>
|
|
168
|
-
</div>
|
|
169
|
-
</div>
|
|
170
|
-
<div class="menu-wrapper__bottom">
|
|
171
|
-
<div class="menu-wrapper__bottom-header">
|
|
172
|
-
<span>Валюта</span>
|
|
173
|
-
<span>Покупка</span>
|
|
174
|
-
<span>Продажа</span>
|
|
175
|
-
</div>
|
|
176
|
-
<div class="menu-wrapper__bottom-body">
|
|
177
|
-
<div v-for="(currency, index) in currencies" :key="index" class="menu-wrapper__bottom-row">
|
|
178
|
-
<div class="menu-wrapper__bottom-column">
|
|
179
|
-
<svg v-if="currency.currency === 'USD'" width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
180
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
181
|
-
<g clip-path="url(#clip0_179_1917)">
|
|
182
|
-
<path d="M26.4 0.5H-4V16.5H26.4V0.5Z" fill="white"/>
|
|
183
|
-
<path d="M26.4 0.5H-4V1.732H26.4V0.5Z" fill="#B22234"/>
|
|
184
|
-
<path d="M26.4 2.95996H-4V4.19196H26.4V2.95996Z" fill="#B22234"/>
|
|
185
|
-
<path d="M26.4 5.42407H-4V6.65607H26.4V5.42407Z" fill="#B22234"/>
|
|
186
|
-
<path d="M26.4 7.88403H-4V9.11603H26.4V7.88403Z" fill="#B22234"/>
|
|
187
|
-
<path d="M26.4 10.3479H-4V11.5799H26.4V10.3479Z" fill="#B22234"/>
|
|
188
|
-
<path d="M26.4 12.8081H-4V14.0401H26.4V12.8081Z" fill="#B22234"/>
|
|
189
|
-
<path d="M26.4 15.2681H-4V16.5001H26.4V15.2681Z" fill="#B22234"/>
|
|
190
|
-
<path d="M8.16 0.5H-4V9.116H8.16V0.5Z" fill="#3C3B6E"/>
|
|
191
|
-
<path
|
|
192
|
-
d="M0.603882 1.20011L0.891882 1.40811L0.783882 1.75211L1.07188 1.54011L1.35988 1.75211L1.25188 1.40811L1.53988 1.20011H1.18388L1.07188 0.860107L0.959882 1.20011H0.603882Z"
|
|
193
|
-
fill="white"/>
|
|
194
|
-
<path
|
|
195
|
-
d="M2.61987 1.20011L2.90787 1.40811L2.79987 1.75211L3.08787 1.54011L3.37587 1.75211L3.26787 1.40811L3.55587 1.20011H3.19987L3.08787 0.860107L2.97587 1.20011H2.61987Z"
|
|
196
|
-
fill="white"/>
|
|
197
|
-
<path
|
|
198
|
-
d="M4.63599 1.20011L4.92399 1.40811L4.81599 1.75211L5.10399 1.54011L5.39199 1.75211L5.28399 1.40811L5.57199 1.20011H5.21599L5.10399 0.860107L4.99199 1.20011H4.63599Z"
|
|
199
|
-
fill="white"/>
|
|
200
|
-
<path
|
|
201
|
-
d="M6.65198 1.20011L6.93998 1.40811L6.83198 1.75211L7.11998 1.54011L7.40798 1.75211L7.29998 1.40811L7.58798 1.20011H7.23198L7.11998 0.860107L7.00798 1.20011H6.65198Z"
|
|
202
|
-
fill="white"/>
|
|
203
|
-
<path
|
|
204
|
-
d="M-0.403931 2.06412L-0.115931 2.27212L-0.223931 2.61612L0.0640694 2.40412L0.352069 2.61612L0.244069 2.27212L0.532069 2.06412H0.176069L0.0640694 1.72412L-0.0479305 2.06412H-0.403931Z"
|
|
205
|
-
fill="white"/>
|
|
206
|
-
<path
|
|
207
|
-
d="M1.61206 2.06412L1.90006 2.27212L1.79206 2.61612L2.08006 2.40412L2.36806 2.61612L2.26006 2.27212L2.54806 2.06412H2.19206L2.08006 1.72412L1.96806 2.06412H1.61206Z"
|
|
208
|
-
fill="white"/>
|
|
209
|
-
<path
|
|
210
|
-
d="M3.62817 2.06412L3.91617 2.27212L3.80817 2.61612L4.09617 2.40412L4.38417 2.61612L4.27617 2.27212L4.56417 2.06412H4.20817L4.09617 1.72412L3.98417 2.06412H3.62817Z"
|
|
211
|
-
fill="white"/>
|
|
212
|
-
<path
|
|
213
|
-
d="M5.64417 2.06412L5.93216 2.27212L5.82416 2.61612L6.11216 2.40412L6.40016 2.61612L6.29216 2.27212L6.58016 2.06412H6.22416L6.11216 1.72412L6.00016 2.06412H5.64417Z"
|
|
214
|
-
fill="white"/>
|
|
215
|
-
<path
|
|
216
|
-
d="M0.603882 2.92789L0.891882 3.13589L0.783882 3.47989L1.07188 3.26789L1.35988 3.47989L1.25188 3.13589L1.53988 2.92789H1.18388L1.07188 2.58789L0.959882 2.92789H0.603882Z"
|
|
217
|
-
fill="white"/>
|
|
218
|
-
<path
|
|
219
|
-
d="M2.61987 2.92789L2.90787 3.13589L2.79987 3.47989L3.08787 3.26789L3.37587 3.47989L3.26787 3.13589L3.55587 2.92789H3.19987L3.08787 2.58789L2.97587 2.92789H2.61987Z"
|
|
220
|
-
fill="white"/>
|
|
221
|
-
<path
|
|
222
|
-
d="M4.63599 2.92789L4.92399 3.13589L4.81599 3.47989L5.10399 3.26789L5.39199 3.47989L5.28399 3.13589L5.57199 2.92789H5.21599L5.10399 2.58789L4.99199 2.92789H4.63599Z"
|
|
223
|
-
fill="white"/>
|
|
224
|
-
<path
|
|
225
|
-
d="M6.65198 2.92789L6.93998 3.13589L6.83198 3.47989L7.11998 3.26789L7.40798 3.47989L7.29998 3.13589L7.58798 2.92789H7.23198L7.11998 2.58789L7.00798 2.92789H6.65198Z"
|
|
226
|
-
fill="white"/>
|
|
227
|
-
<path
|
|
228
|
-
d="M-0.380127 3.7959L-0.0881271 4.0039L-0.200127 4.3439L0.0878731 4.1359L0.379873 4.3439L0.267873 4.0039L0.555873 3.7959H0.199873L0.0878731 3.4519L-0.0201271 3.7959H-0.380127Z"
|
|
229
|
-
fill="white"/>
|
|
230
|
-
<path
|
|
231
|
-
d="M1.63599 3.7959L1.92399 4.0039L1.81599 4.3439L2.10399 4.1359L2.39599 4.3439L2.28399 4.0039L2.57199 3.7959H2.21599L2.10399 3.4519L1.99599 3.7959H1.63599Z"
|
|
232
|
-
fill="white"/>
|
|
233
|
-
<path
|
|
234
|
-
d="M3.65198 3.7959L3.94398 4.0039L3.83198 4.3439L4.11998 4.1359L4.41198 4.3439L4.29998 4.0039L4.58798 3.7959H4.23198L4.11998 3.4519L4.01198 3.7959H3.65198Z"
|
|
235
|
-
fill="white"/>
|
|
236
|
-
<path
|
|
237
|
-
d="M5.66797 3.7959L5.95597 4.0039L5.84797 4.3439L6.13597 4.1359L6.42797 4.3439L6.31597 4.0039L6.60397 3.7959H6.24797L6.13597 3.4519L6.02797 3.7959H5.66797Z"
|
|
238
|
-
fill="white"/>
|
|
239
|
-
<path
|
|
240
|
-
d="M0.635986 4.65201L0.923986 4.86001L0.811986 5.20401L1.10399 4.99201L1.39199 5.20401L1.27999 4.86001L1.57199 4.65201H1.21199L1.10399 4.31201L0.991986 4.65201H0.635986Z"
|
|
241
|
-
fill="white"/>
|
|
242
|
-
<path
|
|
243
|
-
d="M2.65198 4.65201L2.93998 4.86001L2.82798 5.20401L3.11998 4.99201L3.40798 5.20401L3.29598 4.86001L3.58798 4.65201H3.22798L3.11998 4.31201L3.00798 4.65201H2.65198Z"
|
|
244
|
-
fill="white"/>
|
|
245
|
-
<path
|
|
246
|
-
d="M4.66406 4.65201L4.95606 4.86001L4.84406 5.20401L5.13606 4.99201L5.42406 5.20401L5.31206 4.86001L5.60406 4.65201H5.24406L5.13606 4.31201L5.02406 4.65201H4.66406Z"
|
|
247
|
-
fill="white"/>
|
|
248
|
-
<path
|
|
249
|
-
d="M6.40002 4.84L6.69202 5.048L6.58002 5.392L6.87202 5.18L7.16002 5.392L7.04802 5.048L7.34002 4.84H6.98002L6.87202 4.5L6.76002 4.84H6.40002Z"
|
|
250
|
-
fill="white"/>
|
|
251
|
-
<path
|
|
252
|
-
d="M0.651978 6.35196L0.943977 6.55996L0.831978 6.90396L1.11998 6.69196L1.41198 6.90396L1.29998 6.55996L1.58798 6.35196H1.23198L1.11998 6.01196L1.01198 6.35196H0.651978Z"
|
|
253
|
-
fill="white"/>
|
|
254
|
-
<path
|
|
255
|
-
d="M2.66797 6.35196L2.95997 6.55996L2.84797 6.90396L3.13597 6.69196L3.42797 6.90396L3.31597 6.55996L3.60797 6.35196H3.24797L3.13597 6.01196L3.02797 6.35196H2.66797Z"
|
|
256
|
-
fill="white"/>
|
|
257
|
-
<path
|
|
258
|
-
d="M4.68396 6.35196L4.97596 6.55996L4.86396 6.90396L5.15196 6.69196L5.44396 6.90396L5.33196 6.55996L5.61996 6.35196H5.26396L5.15196 6.01196L5.04396 6.35196H4.68396Z"
|
|
259
|
-
fill="white"/>
|
|
260
|
-
<path
|
|
261
|
-
d="M6.69995 6.35196L6.99195 6.55996L6.87995 6.90396L7.16795 6.69196L7.45995 6.90396L7.34795 6.55996L7.63595 6.35196H7.27995L7.16795 6.01196L7.05995 6.35196H6.69995Z"
|
|
262
|
-
fill="white"/>
|
|
263
|
-
<path
|
|
264
|
-
d="M0.628174 8.07193L0.916174 8.28393L0.808174 8.62393L1.09617 8.41193L1.38817 8.62393L1.27617 8.28393L1.56417 8.07193H1.20817L1.09617 7.73193L0.988174 8.07193H0.628174Z"
|
|
265
|
-
fill="white"/>
|
|
266
|
-
<path
|
|
267
|
-
d="M2.64417 8.07193L2.93616 8.28393L2.82416 8.62393L3.11216 8.41193L3.40416 8.62393L3.29216 8.28393L3.58016 8.07193H3.22416L3.11216 7.73193L3.00416 8.07193H2.64417Z"
|
|
268
|
-
fill="white"/>
|
|
269
|
-
<path
|
|
270
|
-
d="M4.66016 8.07193L4.95216 8.28393L4.84016 8.62393L5.12816 8.41193L5.42016 8.62393L5.30816 8.28393L5.59616 8.07193H5.24016L5.12816 7.73193L5.02016 8.07193H4.66016Z"
|
|
271
|
-
fill="white"/>
|
|
272
|
-
<path
|
|
273
|
-
d="M6.67615 8.07193L6.96415 8.28393L6.85615 8.62393L7.14415 8.41193L7.43615 8.62393L7.32415 8.28393L7.61215 8.07193H7.25615L7.14415 7.73193L7.03615 8.07193H6.67615Z"
|
|
274
|
-
fill="white"/>
|
|
275
|
-
<path
|
|
276
|
-
d="M-0.376221 5.4921L-0.0842209 5.7041L-0.196221 6.0441L0.095779 5.8321L0.383779 6.0441L0.275779 5.7041L0.563779 5.4921H0.203779L0.095779 5.1521L-0.0162209 5.4921H-0.376221Z"
|
|
277
|
-
fill="white"/>
|
|
278
|
-
<path
|
|
279
|
-
d="M1.64417 5.4921L1.93217 5.7041L1.82017 6.0441L2.11217 5.8321L2.40017 6.0441L2.28817 5.7041L2.58017 5.4921H2.22017L2.11217 5.1521L2.00017 5.4921H1.64417Z"
|
|
280
|
-
fill="white"/>
|
|
281
|
-
<path
|
|
282
|
-
d="M3.65588 5.4921L3.94788 5.7041L3.83588 6.0441L4.12788 5.8321L4.41588 6.0441L4.30788 5.7041L4.59588 5.4921H4.23588L4.12788 5.1521L4.01588 5.4921H3.65588Z"
|
|
283
|
-
fill="white"/>
|
|
284
|
-
<path
|
|
285
|
-
d="M5.67188 5.4921L5.96387 5.7041L5.85187 6.0441L6.14387 5.8321L6.43187 6.0441L6.31987 5.7041L6.61187 5.4921H6.25187L6.14387 5.1521L6.03187 5.4921H5.67188Z"
|
|
286
|
-
fill="white"/>
|
|
287
|
-
<path
|
|
288
|
-
d="M-0.380127 7.21207L-0.0881271 7.42007L-0.200127 7.76007L0.0878731 7.55207L0.379873 7.76007L0.267873 7.42007L0.555873 7.21207H0.199873L0.0878731 6.87207L-0.0201271 7.21207H-0.380127Z"
|
|
289
|
-
fill="white"/>
|
|
290
|
-
<path
|
|
291
|
-
d="M1.63599 7.21207L1.92399 7.42007L1.81599 7.76007L2.10399 7.55207L2.39599 7.76007L2.28399 7.42007L2.57199 7.21207H2.21599L2.10399 6.87207L1.99599 7.21207H1.63599Z"
|
|
292
|
-
fill="white"/>
|
|
293
|
-
<path
|
|
294
|
-
d="M3.65198 7.21207L3.94398 7.42007L3.83198 7.76007L4.11998 7.55207L4.41198 7.76007L4.29998 7.42007L4.58798 7.21207H4.23198L4.11998 6.87207L4.01198 7.21207H3.65198Z"
|
|
295
|
-
fill="white"/>
|
|
296
|
-
<path
|
|
297
|
-
d="M5.66797 7.21207L5.95597 7.42007L5.84797 7.76007L6.13597 7.55207L6.42797 7.76007L6.31597 7.42007L6.60397 7.21207H6.24797L6.13597 6.87207L6.02797 7.21207H5.66797Z"
|
|
298
|
-
fill="white"/>
|
|
299
|
-
</g>
|
|
300
|
-
<defs>
|
|
301
|
-
<clipPath id="clip0_179_1917">
|
|
302
|
-
<path
|
|
303
|
-
d="M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z"
|
|
304
|
-
fill="white"/>
|
|
305
|
-
</clipPath>
|
|
306
|
-
</defs>
|
|
307
|
-
</svg>
|
|
308
|
-
<svg v-if="currency.currency === 'EUR'" width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
309
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
310
|
-
<path
|
|
311
|
-
d="M0 2.5C0 1.39543 0.895431 0.5 2 0.5H14C15.1046 0.5 16 1.39543 16 2.5V14.5C16 15.6046 15.1046 16.5 14 16.5H2C0.895431 16.5 0 15.6046 0 14.5V2.5Z"
|
|
312
|
-
fill="#314199"/>
|
|
313
|
-
<path
|
|
314
|
-
d="M7.99479 12.5967L8.18355 13.1573L8.75857 13.1568L8.35044 13.4667L8.46265 14.0686L7.99479 13.7271L7.52542 14.0594L7.639 13.4667L7.23511 13.1549H7.80958L7.99479 12.5967Z"
|
|
315
|
-
fill="#F8EC26"/>
|
|
316
|
-
<path
|
|
317
|
-
d="M7.99479 2.85718L8.18355 3.41796L8.75857 3.41727L8.35044 3.72735L8.46265 4.32913L7.99479 3.98765L7.52542 4.31994L7.639 3.72735L7.23511 3.41535H7.80958L7.99479 2.85718Z"
|
|
318
|
-
fill="#F8EC26"/>
|
|
319
|
-
<path
|
|
320
|
-
d="M10.333 3.48364L10.5218 4.04428L11.097 4.04373L10.6888 4.35368L10.8009 4.95546L10.333 4.61411L9.86366 4.94641L9.97739 4.35368L9.57349 4.04181H10.148L10.333 3.48364Z"
|
|
321
|
-
fill="#F8EC26"/>
|
|
322
|
-
<path
|
|
323
|
-
d="M5.54397 3.48364L5.73273 4.04428L6.3079 4.04373L5.89976 4.35368L6.01184 4.95546L5.54397 4.61411L5.0746 4.94641L5.18832 4.35368L4.78442 4.04181H5.35877L5.54397 3.48364Z"
|
|
324
|
-
fill="#F8EC26"/>
|
|
325
|
-
<path
|
|
326
|
-
d="M10.333 11.9387L10.5218 12.4995L11.097 12.4989L10.6888 12.8089L10.8009 13.4107L10.333 13.0693L9.86366 13.4016L9.97739 12.8089L9.57349 12.4969H10.148L10.333 11.9387Z"
|
|
327
|
-
fill="#F8EC26"/>
|
|
328
|
-
<path
|
|
329
|
-
d="M5.54397 11.9387L5.73273 12.4995L6.3079 12.4989L5.89976 12.8089L6.01184 13.4107L5.54397 13.0693L5.0746 13.4016L5.18832 12.8089L4.78442 12.4969H5.35877L5.54397 11.9387Z"
|
|
330
|
-
fill="#F8EC26"/>
|
|
331
|
-
<path
|
|
332
|
-
d="M3.75309 5.32153L3.94185 5.88231L4.51688 5.88162L4.10888 6.1917L4.22082 6.79349L3.75309 6.45214L3.28372 6.7843L3.39731 6.1917L2.99341 5.8797H3.56789L3.75309 5.32153Z"
|
|
333
|
-
fill="#F8EC26"/>
|
|
334
|
-
<path
|
|
335
|
-
d="M12.1823 5.32153L12.3711 5.88231L12.9462 5.88162L12.5381 6.1917L12.6502 6.79349L12.1823 6.45214L11.7129 6.7843L11.8265 6.1917L11.4226 5.8797H11.9971L12.1823 5.32153Z"
|
|
336
|
-
fill="#F8EC26"/>
|
|
337
|
-
<path
|
|
338
|
-
d="M3.75309 10.1826L3.94185 10.7434L4.51688 10.7427L4.10888 11.0528L4.22082 11.6546L3.75309 11.3131L3.28372 11.6454L3.39731 11.0528L2.99341 10.7408H3.56789L3.75309 10.1826Z"
|
|
339
|
-
fill="#F8EC26"/>
|
|
340
|
-
<path
|
|
341
|
-
d="M12.1823 10.1826L12.3711 10.7434L12.9462 10.7427L12.5381 11.0528L12.6502 11.6546L12.1823 11.3131L11.7129 11.6454L11.8265 11.0528L11.4226 10.7408H11.9971L12.1823 10.1826Z"
|
|
342
|
-
fill="#F8EC26"/>
|
|
343
|
-
<path
|
|
344
|
-
d="M3.19682 7.73389L3.38558 8.29466L3.96074 8.29398L3.55261 8.60406L3.66469 9.20584L3.19682 8.86436L2.72745 9.19665L2.84103 8.60406L2.43713 8.29206H3.01161L3.19682 7.73389Z"
|
|
345
|
-
fill="#F8EC26"/>
|
|
346
|
-
<path
|
|
347
|
-
d="M12.799 7.73389L12.9877 8.29466L13.5629 8.29398L13.1548 8.60406L13.2668 9.20584L12.799 8.86436L12.3296 9.19665L12.4433 8.60406L12.0394 8.29206H12.6138L12.799 7.73389Z"
|
|
348
|
-
fill="#F8EC26"/>
|
|
349
|
-
</svg>
|
|
350
|
-
<svg v-if="currency.currency === 'RUB'" width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
351
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
352
|
-
<g clip-path="url(#clip0_179_2012)">
|
|
353
|
-
<path d="M0 0.5C0 -0.60457 0.895431 -1.5 2 -1.5H18C19.1046 -1.5 20 -0.604569 20 0.5V5.5H0V0.5Z"
|
|
354
|
-
fill="#F0F0F0"/>
|
|
355
|
-
<rect y="5.5" width="20" height="7" fill="#0039A6"/>
|
|
356
|
-
<path d="M0 11.5H20V16.5C20 17.6046 19.1046 18.5 18 18.5H2C0.895431 18.5 0 17.6046 0 16.5V11.5Z"
|
|
357
|
-
fill="#D52B1E"/>
|
|
358
|
-
</g>
|
|
359
|
-
<defs>
|
|
360
|
-
<clipPath id="clip0_179_2012">
|
|
361
|
-
<rect y="0.5" width="16" height="16" rx="2" fill="white"/>
|
|
362
|
-
</clipPath>
|
|
363
|
-
</defs>
|
|
364
|
-
</svg>
|
|
365
|
-
<svg v-if="currency.currency === 'CNY'" width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
366
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
367
|
-
<path
|
|
368
|
-
d="M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V2Z"
|
|
369
|
-
fill="#DE2910"/>
|
|
370
|
-
<path
|
|
371
|
-
d="M4.00115 1.60043L5.41155 5.94203L1.71875 3.25883H6.28355L2.59075 5.94203L4.00115 1.60043Z"
|
|
372
|
-
fill="#FFDE00"/>
|
|
373
|
-
<path
|
|
374
|
-
d="M7.3125 2.01103L8.3117 0.863831L8.1781 2.37983L7.3957 1.07503L8.7957 1.67023L7.3125 2.01103Z"
|
|
375
|
-
fill="#FFDE00"/>
|
|
376
|
-
<path
|
|
377
|
-
d="M8.80803 3.31335L10.1744 2.64375L9.46323 3.98855L9.24803 2.48215L10.3072 3.57415L8.80803 3.31335Z"
|
|
378
|
-
fill="#FFDE00"/>
|
|
379
|
-
<path
|
|
380
|
-
d="M8.82968 5.38077L10.3497 5.32637L9.15208 6.26477L9.56968 4.80157L10.0913 6.23037L8.82968 5.38077Z"
|
|
381
|
-
fill="#FFDE00"/>
|
|
382
|
-
<path d="M7.3758 6.6997L8.7998 7.2365L7.3326 7.6397L8.283 6.4509L8.2118 7.9709L7.3758 6.6997Z"
|
|
383
|
-
fill="#FFDE00"/>
|
|
384
|
-
</svg>
|
|
385
|
-
|
|
386
|
-
<span>{{ currency.currency }}</span>
|
|
387
|
-
</div>
|
|
388
|
-
<div class="menu-wrapper__bottom-column">
|
|
389
|
-
<span>{{ currency.sell }}</span>
|
|
390
|
-
<svg v-if="currency.sell_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
391
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
392
|
-
<path d="M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z" fill="#FF2E43"/>
|
|
393
|
-
</svg>
|
|
394
|
-
<svg v-else width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
395
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
396
|
-
<path d="M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z" fill="#00B92D"/>
|
|
397
|
-
</svg>
|
|
398
|
-
</div>
|
|
399
|
-
<div class="menu-wrapper__bottom-column">
|
|
400
|
-
<span>{{ currency.buy }}</span>
|
|
401
|
-
<svg v-if="currency.buy_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
402
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
403
|
-
<path d="M8 12.5249L12.3301 4.52507H3.66987L8 12.5249Z" fill="#FF2E43"/>
|
|
404
|
-
</svg>
|
|
405
|
-
<svg v-else width="16" height="17" viewBox="0 0 16 17" fill="none"
|
|
406
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
407
|
-
<path d="M8 4.47461L12.3301 12.4702H3.66987L8 4.47461Z" fill="#00B92D"/>
|
|
408
|
-
</svg>
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
</div>
|
|
412
|
-
<div v-show="isAuthenticated" class="menu_mobile-footer">
|
|
413
|
-
<button class="sign" @click="$emit('logout')">
|
|
414
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
415
|
-
<path d="M16.5 15L19.5 12L16.5 9" stroke="white" stroke-miterlimit="10" stroke-linecap="round"
|
|
416
|
-
stroke-linejoin="round"/>
|
|
417
|
-
<path d="M15 16.875L15 19.5L4.5 19.5L4.5 4.5L15 4.5L15 6.5625" stroke="white" stroke-miterlimit="10"
|
|
418
|
-
stroke-linecap="round" stroke-linejoin="round"/>
|
|
419
|
-
<path d="M19 12H8" stroke="white" stroke-miterlimit="10" stroke-linecap="round"
|
|
420
|
-
stroke-linejoin="round"/>
|
|
421
|
-
</svg>
|
|
422
|
-
<span>Выход</span>
|
|
423
|
-
</button>
|
|
424
|
-
</div>
|
|
425
|
-
</div>
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
</MobileToggle>
|
|
429
|
-
</div>
|
|
430
|
-
</header>
|
|
431
|
-
</template>
|
|
432
|
-
|
|
433
|
-
<script>
|
|
434
|
-
import Profile from "./Profile";
|
|
435
|
-
import MobileToggle from "../transitions/VerticalMobileToggle";
|
|
436
|
-
import InfoHeader from "./InfoHeader";
|
|
437
|
-
import ChildLinks from "@/components/Header/ChildLinks";
|
|
438
|
-
|
|
439
|
-
export default {
|
|
440
|
-
components: {
|
|
441
|
-
ChildLinks,
|
|
442
|
-
InfoHeader,
|
|
443
|
-
Profile,
|
|
444
|
-
MobileToggle,
|
|
445
|
-
},
|
|
446
|
-
props: {
|
|
447
|
-
rate: {
|
|
448
|
-
type: String,
|
|
449
|
-
default: ""
|
|
450
|
-
},
|
|
451
|
-
mode: {
|
|
452
|
-
type: String,
|
|
453
|
-
required: true,
|
|
454
|
-
validator: function (value) {
|
|
455
|
-
return ["prod", "dev", "staging"].indexOf(value) !== -1;
|
|
456
|
-
},
|
|
457
|
-
},
|
|
458
|
-
extraContent: {
|
|
459
|
-
type: Boolean,
|
|
460
|
-
default: false
|
|
461
|
-
},
|
|
462
|
-
noAuth: {
|
|
463
|
-
type: Boolean,
|
|
464
|
-
default: false
|
|
465
|
-
},
|
|
466
|
-
isAuthenticated: {
|
|
467
|
-
type: Boolean,
|
|
468
|
-
default: false,
|
|
469
|
-
},
|
|
470
|
-
isBordered: {
|
|
471
|
-
type: Boolean,
|
|
472
|
-
default: false,
|
|
473
|
-
},
|
|
474
|
-
isSticky: {
|
|
475
|
-
type: Boolean,
|
|
476
|
-
default: false,
|
|
477
|
-
},
|
|
478
|
-
requestCount: {
|
|
479
|
-
type: [String, Number],
|
|
480
|
-
default: null,
|
|
481
|
-
},
|
|
482
|
-
daysRemaining: {
|
|
483
|
-
type: [String, Number],
|
|
484
|
-
default: null,
|
|
485
|
-
},
|
|
486
|
-
email: {
|
|
487
|
-
type: String,
|
|
488
|
-
default: "",
|
|
489
|
-
},
|
|
490
|
-
loginUrl: {
|
|
491
|
-
type: String,
|
|
492
|
-
default: "",
|
|
493
|
-
required: true,
|
|
494
|
-
},
|
|
495
|
-
activeTabKey: {
|
|
496
|
-
type: String,
|
|
497
|
-
default: "",
|
|
498
|
-
required: true,
|
|
499
|
-
},
|
|
500
|
-
balance: {
|
|
501
|
-
type: Number,
|
|
502
|
-
default: 0
|
|
503
|
-
},
|
|
504
|
-
hasFavourites: {
|
|
505
|
-
type: Boolean,
|
|
506
|
-
default: false
|
|
507
|
-
},
|
|
508
|
-
hasSearchField: {
|
|
509
|
-
type: Boolean,
|
|
510
|
-
default: false
|
|
511
|
-
},
|
|
512
|
-
tab: {
|
|
513
|
-
type: String,
|
|
514
|
-
default: ""
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
data() {
|
|
518
|
-
return {
|
|
519
|
-
isActiveMenu: false,
|
|
520
|
-
main: {
|
|
521
|
-
dev: "https://adtdev.kz",
|
|
522
|
-
prod: "https://adata.kz",
|
|
523
|
-
staging: "https://adada.kz",
|
|
524
|
-
},
|
|
525
|
-
newVersion: {
|
|
526
|
-
dev: "https://analytics-new.adtdev.kz",
|
|
527
|
-
staging: "https://analytics-new.adada.kz",
|
|
528
|
-
prod: "https://analytics-new.adata.kz",
|
|
529
|
-
},
|
|
530
|
-
headerItems: [
|
|
531
|
-
{
|
|
532
|
-
id: 1,
|
|
533
|
-
name: "Контрагенты",
|
|
534
|
-
dev: "https://pk.adtdev.kz",
|
|
535
|
-
prod: "https://pk.adata.kz",
|
|
536
|
-
staging: "https://pk.adada.kz",
|
|
537
|
-
key: "counterparty",
|
|
538
|
-
children: [
|
|
539
|
-
{
|
|
540
|
-
name: 'Проверка контрагентов',
|
|
541
|
-
subtitle: 'Проверьте контрагента на благонадежность',
|
|
542
|
-
to: '/',
|
|
543
|
-
icon: 'search'
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
name: 'Сравнение контрагентов',
|
|
547
|
-
subtitle: 'Проверьте рейтинг компании',
|
|
548
|
-
to: '/counterparty/compare',
|
|
549
|
-
icon: 'scales'
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
name: 'Косвенные связи',
|
|
553
|
-
subtitle: 'Проверьте наличие косвенных связей',
|
|
554
|
-
to: '/counterparty/search-connections/check',
|
|
555
|
-
icon: 'link'
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
name: 'Массовая проверка',
|
|
559
|
-
subtitle: 'Проверьте благонадежность нескольких компаний или сотрудников одновременно',
|
|
560
|
-
to: '/counterparty/employees-check',
|
|
561
|
-
icon: 'users'
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
name: 'Зарубежные контрагенты',
|
|
565
|
-
subtitle: 'Изучите сведения о российских и зарубежных компаниях',
|
|
566
|
-
to: '/counterparty/foreign',
|
|
567
|
-
icon: 'globe'
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
name: 'Санкции',
|
|
571
|
-
subtitle: 'Проверьте бизнес-партнера на включение в санкционные списки',
|
|
572
|
-
to: '/counterparty/sanctions',
|
|
573
|
-
icon: 'slash'
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
name: 'Офшоры',
|
|
577
|
-
subtitle: 'Проверьте наличие контрагента в офшорных списках',
|
|
578
|
-
to: '/counterparty/offshore',
|
|
579
|
-
icon: 'dollar'
|
|
580
|
-
},
|
|
581
|
-
],
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
id: 2,
|
|
585
|
-
name: "Работа",
|
|
586
|
-
dev: "https://work.adtdev.kz",
|
|
587
|
-
prod: "https://work.adata.kz",
|
|
588
|
-
staging: "https://work.adada.kz",
|
|
589
|
-
key: "work",
|
|
590
|
-
children: [
|
|
591
|
-
{
|
|
592
|
-
name: 'Вакансии',
|
|
593
|
-
subtitle: 'Поиск вакансий',
|
|
594
|
-
to: '/vacancy',
|
|
595
|
-
icon: 'bag'
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
name: 'Резюме',
|
|
599
|
-
subtitle: 'Поиск резюме',
|
|
600
|
-
to: '/summary',
|
|
601
|
-
icon: 'scales'
|
|
602
|
-
},
|
|
603
|
-
],
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
id: 3,
|
|
607
|
-
name: "Тендеры",
|
|
608
|
-
dev: "https://tender.adtdev.kz",
|
|
609
|
-
prod: "https://tender.adata.kz",
|
|
610
|
-
staging: "https://tender.adada.kz",
|
|
611
|
-
key: "tenders",
|
|
612
|
-
children: [
|
|
613
|
-
{
|
|
614
|
-
name: 'Поиск тендеров',
|
|
615
|
-
subtitle: 'Найдите интересующие объявления о закупках',
|
|
616
|
-
to: '/',
|
|
617
|
-
icon: 'search'
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
name: 'Поиск договоров',
|
|
621
|
-
subtitle: 'Найдите договоры по совершенным тендерным закупкам',
|
|
622
|
-
to: '/main/contracts',
|
|
623
|
-
icon: 'file'
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
name: 'Планы закупок',
|
|
627
|
-
subtitle: 'Узнайте о планирующихся тендерных закупках',
|
|
628
|
-
to: '/main/plans',
|
|
629
|
-
icon: 'package'
|
|
630
|
-
}
|
|
631
|
-
],
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
id: 4,
|
|
635
|
-
name: "Штрафы",
|
|
636
|
-
dev: "https://avto.adtdev.kz",
|
|
637
|
-
prod: "https://avto.adata.kz",
|
|
638
|
-
staging: "https://avto.adada.kz",
|
|
639
|
-
key: "fines",
|
|
640
|
-
children: [
|
|
641
|
-
{
|
|
642
|
-
name: 'Проверка штрафов',
|
|
643
|
-
subtitle: 'Проверьте наличие штрафов, задолженностей и запретов',
|
|
644
|
-
to: '/',
|
|
645
|
-
icon: 'check'
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
name: 'Проверка авто',
|
|
649
|
-
subtitle: 'Проверьте информацию и историю авто',
|
|
650
|
-
to: '/check',
|
|
651
|
-
icon: 'car'
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
name: 'Массовая проверка авто',
|
|
655
|
-
subtitle: 'Используйте массовую проверку для получения информации о нескольких авто',
|
|
656
|
-
to: '/bulk-check',
|
|
657
|
-
icon: 'truck'
|
|
658
|
-
},
|
|
659
|
-
],
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
id: 5,
|
|
663
|
-
name: "Аналитика",
|
|
664
|
-
dev: "https://analytics-new.adtdev.kz",
|
|
665
|
-
prod: "https://analytics-new.adata.kz",
|
|
666
|
-
staging: "https://analytics-new.adada.kz",
|
|
667
|
-
key: "marketing",
|
|
668
|
-
children: [
|
|
669
|
-
{
|
|
670
|
-
name: 'Анализ закупок',
|
|
671
|
-
subtitle: 'Изучите динамику и получите данные о проведенных тендерных закупках',
|
|
672
|
-
to: '/',
|
|
673
|
-
icon: 'package'
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
name: 'Индекс деловой активности',
|
|
677
|
-
subtitle: 'Изучайте активность предприятий на рынке',
|
|
678
|
-
to: '/business-activity',
|
|
679
|
-
icon: 'trending'
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
name: 'Рейтинг налогоплательщиков',
|
|
683
|
-
subtitle: 'Получите данные о лидерах компаний, видах деятельности и регионах',
|
|
684
|
-
to: '/tax-payment',
|
|
685
|
-
icon: 'award'
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
name: 'Субъекты бизнеса',
|
|
689
|
-
subtitle: 'Изучите динамику субъектов действующего бизнеса',
|
|
690
|
-
to: '/business-entities',
|
|
691
|
-
icon: 'company'
|
|
692
|
-
}
|
|
693
|
-
],
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
id: 6,
|
|
697
|
-
name: 'ВЭД',
|
|
698
|
-
dev: "https://tnved.adtdev.kz",
|
|
699
|
-
prod: "https://tnved.adata.kz",
|
|
700
|
-
staging: "https://tnved.adada.kz",
|
|
701
|
-
key: "tnved",
|
|
702
|
-
children: []
|
|
703
|
-
},
|
|
704
|
-
],
|
|
705
|
-
isOpen: false,
|
|
706
|
-
weather: null,
|
|
707
|
-
currencies: null,
|
|
708
|
-
systemMessage: null,
|
|
709
|
-
timer: null,
|
|
710
|
-
isOpenNotification: false,
|
|
711
|
-
};
|
|
712
|
-
},
|
|
713
|
-
created() {
|
|
714
|
-
this.fetchCurrencies();
|
|
715
|
-
},
|
|
716
|
-
mounted() {
|
|
717
|
-
this.notificationShow()
|
|
718
|
-
},
|
|
719
|
-
methods: {
|
|
720
|
-
goToAnotherModule(url) {
|
|
721
|
-
if(!location.href.includes(url)) {
|
|
722
|
-
this.$emit("changeModule");
|
|
723
|
-
}
|
|
724
|
-
window.open(url, "_self");
|
|
725
|
-
},
|
|
726
|
-
goAuth() {
|
|
727
|
-
const fullPath = encodeURIComponent(window.location.toString());
|
|
728
|
-
if (window) {
|
|
729
|
-
window.location.href = `${this.loginUrl}?url=${fullPath}`;
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
async fetchNotification() {
|
|
733
|
-
try {
|
|
734
|
-
const link = `https://users.adata.kz/api/v1/system-messages/active-list/?module_name=${this.activeTabKey}`
|
|
735
|
-
const response = await fetch(link);
|
|
736
|
-
const {data} = await response.json();
|
|
737
|
-
|
|
738
|
-
if (data.details.length) {
|
|
739
|
-
this.systemMessage = data.details[0].message;
|
|
740
|
-
this.isOpenNotification = true;
|
|
741
|
-
localStorage.setItem('start_time', JSON.stringify(new Date()))
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
} catch (e) {
|
|
745
|
-
console.log(e.message)
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
notificationShow() {
|
|
749
|
-
const startTime = localStorage.getItem('start_time');
|
|
750
|
-
let diffTime = startTime ? Math.round((new Date() - new Date(JSON.parse(startTime))) / 3600000) : 0
|
|
751
|
-
if (startTime) {
|
|
752
|
-
if (diffTime >= 24) {
|
|
753
|
-
localStorage.removeItem('start_time')
|
|
754
|
-
}
|
|
755
|
-
} else {
|
|
756
|
-
this.fetchNotification()
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
async fetchCurrencies() {
|
|
760
|
-
try {
|
|
761
|
-
const response = await fetch('https://users.adata.kz/api/v1/information/currency');
|
|
762
|
-
const {data} = await response.json();
|
|
763
|
-
|
|
764
|
-
if (data.currencies) {
|
|
765
|
-
this.currencies = data.currencies;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
} catch (e) {
|
|
769
|
-
console.log(e.message)
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
async fetchWeather() {
|
|
773
|
-
try {
|
|
774
|
-
const response = await fetch('https://users.adata.kz/api/v1/information/weather');
|
|
775
|
-
const {data} = await response.json();
|
|
776
|
-
|
|
777
|
-
if (data.cities) {
|
|
778
|
-
this.weather = data.cities;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
} catch (e) {
|
|
782
|
-
console.log(e.message)
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
closeNotification(option) {
|
|
786
|
-
this.isOpenNotification = !option
|
|
787
|
-
},
|
|
788
|
-
changeValue() {
|
|
789
|
-
this.isActiveMenu = false;
|
|
790
|
-
this.isOpen = !this.isOpen;
|
|
791
|
-
this.$emit("menuOpen", this.isOpen);
|
|
792
|
-
},
|
|
793
|
-
thousandSeparator(val) {
|
|
794
|
-
return val ? val.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ") : "0";
|
|
795
|
-
},
|
|
796
|
-
},
|
|
797
|
-
};
|
|
798
|
-
</script>
|
|
799
|
-
|
|
800
|
-
<style lang="scss">
|
|
801
|
-
.version{
|
|
802
|
-
background: #E0EFFF;
|
|
803
|
-
a{
|
|
804
|
-
font-size: 14px;
|
|
805
|
-
font-weight: 600;
|
|
806
|
-
color: #0070EB;
|
|
807
|
-
display: flex;
|
|
808
|
-
align-items: center;
|
|
809
|
-
justify-content: center;
|
|
810
|
-
gap: 1px;
|
|
811
|
-
width: 100%;
|
|
812
|
-
padding: 8px 0px;
|
|
813
|
-
cursor: pointer;
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
* {
|
|
817
|
-
font-family: "Open Sans", sans-serif;
|
|
818
|
-
box-sizing: border-box;
|
|
819
|
-
margin: 0;
|
|
820
|
-
padding: 0;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.sticky {
|
|
824
|
-
position: sticky;
|
|
825
|
-
z-index: 1000;
|
|
826
|
-
top: 0;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.header {
|
|
830
|
-
background: #ffffff;
|
|
831
|
-
max-height: 62px;
|
|
832
|
-
height: 62px;
|
|
833
|
-
display: flex;
|
|
834
|
-
align-items: center;
|
|
835
|
-
width: 100%;
|
|
836
|
-
@media (max-width: 1025px) {
|
|
837
|
-
height: 56px;
|
|
838
|
-
border-bottom: 1px solid #BDC7CE;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
&.bordered {
|
|
842
|
-
border-bottom: 1px solid #2c3e5026;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
& > .container {
|
|
846
|
-
width: 100%;
|
|
847
|
-
display: flex;
|
|
848
|
-
justify-content: space-between;
|
|
849
|
-
align-items: center;
|
|
850
|
-
@media (max-width: 1025px) {
|
|
851
|
-
gap: 12px;
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
&__right {
|
|
856
|
-
display: flex;
|
|
857
|
-
align-items: center;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
&__left {
|
|
861
|
-
display: flex;
|
|
862
|
-
align-items: center;
|
|
863
|
-
@media (max-width: 1025px) {
|
|
864
|
-
width: 100%;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.menu {
|
|
868
|
-
display: flex;
|
|
869
|
-
align-items: center;
|
|
870
|
-
$self: &;
|
|
871
|
-
@media (max-width: 1025px) {
|
|
872
|
-
display: none;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
&__sublinks {
|
|
876
|
-
display: none;
|
|
877
|
-
}
|
|
878
|
-
&__item {
|
|
879
|
-
margin-right: 8px;
|
|
880
|
-
align-items: center;
|
|
881
|
-
position: relative;
|
|
882
|
-
&:hover {
|
|
883
|
-
.menu__sublinks {
|
|
884
|
-
display: block;
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
&__items {
|
|
889
|
-
padding: 20px 8px 20px 0;
|
|
890
|
-
transition: text-shadow 0.3s;
|
|
891
|
-
display: block;
|
|
892
|
-
font-weight: bold;
|
|
893
|
-
font-size: 16px;
|
|
894
|
-
line-height: 22px;
|
|
895
|
-
text-transform: uppercase;
|
|
896
|
-
color: #71757a;
|
|
897
|
-
position: relative;
|
|
898
|
-
|
|
899
|
-
&::after {
|
|
900
|
-
content: "";
|
|
901
|
-
position: absolute;
|
|
902
|
-
right: -1px;
|
|
903
|
-
top: 50%;
|
|
904
|
-
transform: translateY(-50%);
|
|
905
|
-
height: 22px;
|
|
906
|
-
width: 1px;
|
|
907
|
-
background-color: #e5e5e5;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
&.active {
|
|
911
|
-
font-weight: bold;
|
|
912
|
-
font-size: 16px;
|
|
913
|
-
line-height: 22px;
|
|
914
|
-
text-transform: uppercase;
|
|
915
|
-
color: #2c3e50;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
&:hover {
|
|
919
|
-
color: #9da3ac;
|
|
920
|
-
cursor: pointer;
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.logo {
|
|
926
|
-
display: block;
|
|
927
|
-
margin-right: 20px;
|
|
928
|
-
@media (max-width: 1025px) {
|
|
929
|
-
margin-right: 10px;
|
|
930
|
-
padding-bottom: 0;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
svg {
|
|
934
|
-
//width: 90px;
|
|
935
|
-
//height: 26px;
|
|
936
|
-
//display: block;
|
|
937
|
-
fill: #2c3e50;
|
|
938
|
-
@media (max-width: 1025px) {
|
|
939
|
-
// width: 77px;
|
|
940
|
-
// height: 24px;
|
|
941
|
-
width: 38px;
|
|
942
|
-
height: 30px;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
&:hover {
|
|
946
|
-
fill: #71757a;
|
|
947
|
-
}
|
|
948
|
-
&.desktop {
|
|
949
|
-
@media (max-width: 1025px) {
|
|
950
|
-
display: none;
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
&.mobile {
|
|
954
|
-
display: none;
|
|
955
|
-
@media (max-width: 1025px) {
|
|
956
|
-
display: block;
|
|
957
|
-
width: auto;
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.menu_mobile {
|
|
965
|
-
display: none;
|
|
966
|
-
grid-template-columns: 10% 90%;
|
|
967
|
-
z-index: 1000000;
|
|
968
|
-
position: absolute !important;
|
|
969
|
-
|
|
970
|
-
.empty-space {
|
|
971
|
-
background: rgba(0, 0, 0, 0.40);
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
&::-webkit-scrollbar {
|
|
975
|
-
width: 4px;
|
|
976
|
-
|
|
977
|
-
&-thumb {
|
|
978
|
-
background: #c4c4c4;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
&-track {
|
|
982
|
-
background: #fff;
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
&--switcher {
|
|
987
|
-
display: none;
|
|
988
|
-
cursor: pointer;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
button.sign {
|
|
992
|
-
height: auto;
|
|
993
|
-
justify-content: flex-start;
|
|
994
|
-
|
|
995
|
-
svg {
|
|
996
|
-
margin-right: 8px;
|
|
997
|
-
height: 24px;
|
|
998
|
-
width: 24px;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
span {
|
|
1002
|
-
color: #007AFF;
|
|
1003
|
-
font-size: 14px;
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
@media (max-width: 1025px) {
|
|
1008
|
-
display: grid;
|
|
1009
|
-
background: transparent !important;
|
|
1010
|
-
.mobile-table-head {
|
|
1011
|
-
display: flex;
|
|
1012
|
-
justify-content: space-between;
|
|
1013
|
-
padding: 20px 16px;
|
|
1014
|
-
height: auto;
|
|
1015
|
-
background: #ECEFF1;
|
|
1016
|
-
border-bottom: 0.5px solid rgba(157, 163, 172, 0.5);
|
|
1017
|
-
}
|
|
1018
|
-
&-wrapper {
|
|
1019
|
-
border-top: 1px solid #9da3ac4c;
|
|
1020
|
-
padding: 16px;
|
|
1021
|
-
font-weight: 600;
|
|
1022
|
-
font-size: 14px;
|
|
1023
|
-
line-height: 22px;
|
|
1024
|
-
color: #2c3e50;
|
|
1025
|
-
display: block;
|
|
1026
|
-
|
|
1027
|
-
&:first-child {
|
|
1028
|
-
border-top: none;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
&.active-burger-tab {
|
|
1032
|
-
background: #2c3e500d;
|
|
1033
|
-
}
|
|
1034
|
-
}
|
|
1035
|
-
&--switcher {
|
|
1036
|
-
display: flex;
|
|
1037
|
-
align-items: center;
|
|
1038
|
-
justify-content: center;
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.menu-wrapper {
|
|
1043
|
-
height: 100%;
|
|
1044
|
-
display: flex;
|
|
1045
|
-
flex-direction: column;
|
|
1046
|
-
justify-content: space-between;
|
|
1047
|
-
box-shadow: -6px 4px 12px rgb(157 163 172 / 40%);
|
|
1048
|
-
background: #fff;
|
|
1049
|
-
@media (max-width: 1025px) {
|
|
1050
|
-
justify-content: flex-start;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
&__top {
|
|
1054
|
-
&-left {
|
|
1055
|
-
display: flex;
|
|
1056
|
-
gap: 8px;
|
|
1057
|
-
align-items: center;
|
|
1058
|
-
width: 100%;
|
|
1059
|
-
|
|
1060
|
-
.svg-wrapper {
|
|
1061
|
-
width: 32px;
|
|
1062
|
-
height: 32px;
|
|
1063
|
-
background: rgba(189, 199, 206, 0.2);
|
|
1064
|
-
display: flex;
|
|
1065
|
-
justify-content: center;
|
|
1066
|
-
align-items: center;
|
|
1067
|
-
border-radius: 50%;
|
|
1068
|
-
|
|
1069
|
-
svg {
|
|
1070
|
-
width: 24px;
|
|
1071
|
-
height: 24px;
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.text-wrapper {
|
|
1076
|
-
width: 100%;
|
|
1077
|
-
p {
|
|
1078
|
-
font-size: 14px;
|
|
1079
|
-
font-weight: 500;
|
|
1080
|
-
display: flex;
|
|
1081
|
-
justify-content: space-between;
|
|
1082
|
-
align-items: center;
|
|
1083
|
-
|
|
1084
|
-
&:first-child {
|
|
1085
|
-
border-bottom: 0.5px solid rgba(157, 163, 172, 0.5);
|
|
1086
|
-
padding-bottom: 12px;
|
|
1087
|
-
margin-bottom: 12px;
|
|
1088
|
-
span {
|
|
1089
|
-
cursor: pointer;
|
|
1090
|
-
svg {
|
|
1091
|
-
width: 16px;
|
|
1092
|
-
height: 16px;
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
&:nth-child(2) {
|
|
1098
|
-
color: #007AFF;
|
|
1099
|
-
font-size: 12px;
|
|
1100
|
-
font-weight: 600;
|
|
1101
|
-
span {
|
|
1102
|
-
display: flex;
|
|
1103
|
-
align-items: center;
|
|
1104
|
-
gap: 8px;
|
|
1105
|
-
cursor: pointer;
|
|
1106
|
-
font-weight: 400;
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
&-right {
|
|
1114
|
-
display: flex;
|
|
1115
|
-
align-items: center;
|
|
1116
|
-
justify-content: center;
|
|
1117
|
-
cursor: pointer;
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
&-footer {
|
|
1123
|
-
width: 100%;
|
|
1124
|
-
background: #007AFF;
|
|
1125
|
-
padding: 20px 16px;
|
|
1126
|
-
display: flex;
|
|
1127
|
-
margin-top: auto;
|
|
1128
|
-
position: relative;
|
|
1129
|
-
z-index: 1000000;
|
|
1130
|
-
@media (max-width: 1025px) {
|
|
1131
|
-
height: 40px;
|
|
1132
|
-
width: calc(100% - 32px);
|
|
1133
|
-
margin: 32px 16px;
|
|
1134
|
-
justify-content: center;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
button.sign {
|
|
1138
|
-
span {
|
|
1139
|
-
color: #fff;
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
.menu-wrapper__bottom {
|
|
1146
|
-
margin: 80px 0 0;
|
|
1147
|
-
@media (max-width: 1025px) {
|
|
1148
|
-
margin: 0;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
&-header {
|
|
1152
|
-
background: rgba(189, 199, 206, 0.2);
|
|
1153
|
-
padding: 4px 16px;
|
|
1154
|
-
display: flex;
|
|
1155
|
-
justify-content: space-between;
|
|
1156
|
-
align-items: center;
|
|
1157
|
-
|
|
1158
|
-
span {
|
|
1159
|
-
font-weight: 500;
|
|
1160
|
-
font-size: 12px;
|
|
1161
|
-
line-height: 20px;
|
|
1162
|
-
color: #666C72;
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
&-body {
|
|
1167
|
-
padding: 8px 16px 16px;
|
|
1168
|
-
display: flex;
|
|
1169
|
-
flex-direction: column;
|
|
1170
|
-
justify-content: space-between;
|
|
1171
|
-
gap: 12px;
|
|
1172
|
-
margin-bottom: 36px;
|
|
1173
|
-
@media (max-width: 1025px) {
|
|
1174
|
-
margin-bottom: 0;
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
&-row {
|
|
1179
|
-
display: flex;
|
|
1180
|
-
justify-content: space-between;
|
|
1181
|
-
align-items: center;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
&-column {
|
|
1185
|
-
display: flex;
|
|
1186
|
-
align-items: center;
|
|
1187
|
-
gap: 8px;
|
|
1188
|
-
|
|
1189
|
-
&:first-child {
|
|
1190
|
-
justify-content: flex-start;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
&:nth-child(2), &:nth-child(3) {
|
|
1194
|
-
justify-content: flex-end;
|
|
1195
|
-
width: 60px;;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
span {
|
|
1199
|
-
font-weight: 500;
|
|
1200
|
-
font-size: 14px;
|
|
1201
|
-
line-height: 20px;
|
|
1202
|
-
color: #2C3E50;
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
&-footer {
|
|
1207
|
-
background: rgba(189, 199, 206, 0.2);
|
|
1208
|
-
padding: 8px 16px;
|
|
1209
|
-
display: flex;
|
|
1210
|
-
flex-direction: column;
|
|
1211
|
-
gap: 10px;
|
|
1212
|
-
|
|
1213
|
-
&-item {
|
|
1214
|
-
display: flex;
|
|
1215
|
-
justify-content: space-between;
|
|
1216
|
-
align-items: center;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
&-title {
|
|
1220
|
-
font-weight: 500;
|
|
1221
|
-
font-size: 14px;
|
|
1222
|
-
line-height: 20px;
|
|
1223
|
-
color: #2C3E50;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
&-circle {
|
|
1227
|
-
color: #ffffff;
|
|
1228
|
-
padding: 4px 12px;
|
|
1229
|
-
background: #007AFF;
|
|
1230
|
-
border-radius: 100px;
|
|
1231
|
-
font-weight: 500;
|
|
1232
|
-
font-size: 14px;
|
|
1233
|
-
line-height: 20px;
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.logo-desktop {
|
|
1240
|
-
display: flex;
|
|
1241
|
-
justify-content: center;
|
|
1242
|
-
align-items: center;
|
|
1243
|
-
width: 90px;
|
|
1244
|
-
height: 26px;
|
|
1245
|
-
background-image: url("~@/assets/logo-desktop-main.svg");
|
|
1246
|
-
background-size: cover;
|
|
1247
|
-
background-position: center;
|
|
1248
|
-
@media screen and (max-width: 1025px){
|
|
1249
|
-
display: none;
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
.logo-mobile {
|
|
1253
|
-
display: none;
|
|
1254
|
-
width: 24px;
|
|
1255
|
-
height: 24px;
|
|
1256
|
-
background-image: url("~@/assets/logo-mobile-main.svg");
|
|
1257
|
-
background-size: cover;
|
|
1258
|
-
background-position: center;
|
|
1259
|
-
@media screen and (max-width: 1025px){
|
|
1260
|
-
display: flex;
|
|
1261
|
-
align-items: center;
|
|
1262
|
-
justify-content: center;
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.mobile-search {
|
|
1267
|
-
display: none;
|
|
1268
|
-
height: 32px;
|
|
1269
|
-
max-height: 32px;
|
|
1270
|
-
@media (max-width: 1025px) {
|
|
1271
|
-
display: flex;
|
|
1272
|
-
align-items: center;
|
|
1273
|
-
justify-content: flex-end;
|
|
1274
|
-
gap: 8px;
|
|
1275
|
-
width: 100%;
|
|
1276
|
-
}
|
|
1277
|
-
.search-input {
|
|
1278
|
-
display: flex;
|
|
1279
|
-
align-items: center;
|
|
1280
|
-
gap: 8px;
|
|
1281
|
-
background: rgba(189, 199, 206, 0.2);
|
|
1282
|
-
height: 100%;
|
|
1283
|
-
border-radius: 2px;
|
|
1284
|
-
width: 100%;
|
|
1285
|
-
padding: 0 14px;
|
|
1286
|
-
font-weight: 500;
|
|
1287
|
-
font-size: 12px;
|
|
1288
|
-
line-height: 20px;
|
|
1289
|
-
cursor: pointer;
|
|
1290
|
-
}
|
|
1291
|
-
.favorite-btn {
|
|
1292
|
-
background: rgba(189, 199, 206, 0.2);
|
|
1293
|
-
display: flex;
|
|
1294
|
-
justify-content: center;
|
|
1295
|
-
align-items: center;
|
|
1296
|
-
padding: 10px;
|
|
1297
|
-
height: 100%;
|
|
1298
|
-
border-radius: 2px;
|
|
1299
|
-
cursor: pointer;
|
|
1300
|
-
svg {
|
|
1301
|
-
width: 16px;
|
|
1302
|
-
height: 16px;
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
</style>
|