adata-ui 0.1.72 → 0.1.73
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/dist/adata-ui.common.js +282 -31
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +282 -31
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +1 -1
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -2
- package/src/components/Header/Profile.vue +415 -158
- package/src/components/SearchTextField/SearchTextField.vue +1 -0
package/dist/adata-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.btn_blue:active{background:#05b;color:#fff}:focus{outline:none}.adt-text-block{position:relative;width:100%}.adt-text-block.magnifier .adt-text-block__input{padding:19px 40px 5px 40px}.adt-text-block.magnifier .adt-text-block__label{left:40px}.adt-text-block.magnifier-mobile .adt-text-block__magnifier{display:block}.adt-text-block.magnifier-mobile .adt-text-block__input{padding:19px 8px 5px 11px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block.magnifier-mobile .adt-text-block__label{left:12px}.adt-text-block__input-mob-search{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block__error{text-align:left;font-size:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input,.adt-text-block__textarea{background:#fff;border:.5px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:14px;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input,.adt-text-block__textarea{padding:19px 36px 7px 12px;height:40px;font-size:12px}}.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{top:12px;font-size:10px;color:#71757a;text-overflow:inherit;width:100%}@media(max-width:1025px){.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover,.adt-text-block__textarea:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea::placeholder{font-size:12px}.adt-text-block__input.error,.adt-text-block__textarea.error{border:1px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a;font-size:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea{min-height:120px;resize:none}.adt-text-block__textarea+label{top:20px}.adt-text-block--ellipsis{width:calc(100% - 56px);text-overflow:ellipsis;overflow:hidden}.adt-text-block__icon{position:absolute;right:16px;height:100%;top:0;display:flex;align-items:center}.adt-text-block__icon:hover{cursor:pointer}.adt-text-block__required{color:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0}@media(max-width:1025px){.adt-text-block__options{overflow:auto}}.adt-text-block__options #searchVariant{background:#eef0f5}.adt-text-block .search-options__item{padding:5px 16px;line-height:16px;font-size:14px;color:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.note{font-weight:400;font-style:italic;font-size:12px;line-height:20px;display:flex;align-items:center;color:#007aff;padding:8px 16px;background:rgba(0,122,255,.09803921568627451);border-radius:2px}.note--error{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{width:368px;height:100%;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0 3px 6px rgba(149,156,177,.25098039215686274);border-radius:2px;z-index:10000}@media(max-width:1025px){.profile .profile-menu{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links){padding:0}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#69797d;height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;color:#fff}.exit:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{font-size:12px;line-height:16px;font-weight:400;padding:12px;color:var(--newColor);white-space:nowrap;margin:0 6px 0 0}@media(max-width:1025px){.requests__link{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{background:#ffcd33;border-radius:2px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:400;font-size:16px;line-height:16px;color:#2c3e50;margin:16px 16px 0}.exit-mob svg{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{margin-right:8px;align-items:center;padding:20px 8px 20px 0;transition:text-shadow .3s;display:block;font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#71757a;position:relative}.header__left .menu__items:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu-mobile__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.mail[data-v-5adee5e0]{padding:50px 0}@media(max-width:560px){.mail[data-v-5adee5e0]{padding:32px 0}}.mail__title[data-v-5adee5e0]{font-size:24px;line-height:33px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-5adee5e0]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-5adee5e0]{padding:24px;display:flex;justify-content:center}.mail__img[data-v-5adee5e0]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.mail__text[data-v-5adee5e0]{font-size:16px;line-height:22px;text-align:center;color:#2c3e50;margin-bottom:16px}.mail__form[data-v-5adee5e0]{max-width:370px;margin:0 auto}.mail__form-input[data-v-5adee5e0]{margin-bottom:16px}.mail__form-btn[data-v-5adee5e0]{margin:0 auto;display:block}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|
|
1
|
+
.a-checkbox[data-v-88de6b42]{padding:8px 0;display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.a-checkbox__input[data-v-88de6b42]{opacity:0;cursor:pointer;height:0;width:0}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]{position:relative;background:#007aff;border:1px solid transparent}.a-checkbox__input:checked~.checkmark[data-v-88de6b42]:after{display:block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath d='M1 6.556L5.308 11 15 1' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.a-checkbox__label[data-v-88de6b42]{font-size:14px;line-height:22px;color:var(--newGray)}.checkmark[data-v-88de6b42]{border:1px solid #9da3ac;border-radius:2px;width:16px;height:16px;cursor:pointer;margin-right:8px;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#fff}.checkmark[data-v-88de6b42]:after{content:"";position:absolute;left:-1px;top:-1px;width:16px;height:16px}.checkboxes__selects[data-v-8fcf0dd2]{position:absolute;background:#fff;width:calc(100% - 8px);padding:8px 16px;max-height:360px;overflow-y:auto;left:0;z-index:1000;border-radius:2px;border:1px solid hsla(0,0%,76.9%,.5019607843137255)}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar{width:4px}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-thumb{background:#c4c4c4}.checkboxes__selects[data-v-8fcf0dd2]::-webkit-scrollbar-track{background:#fff}.checkboxes__selects .checkboxes__selects__item[data-v-8fcf0dd2]{padding:4px 0;line-height:16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;display:flex;align-items:center}.checkboxes__selects .checkboxes__selects__item input[data-v-8fcf0dd2]{margin-right:4px}.btn{cursor:pointer;border:none;border-radius:2px;font-size:14px;font-weight:500;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;-ms-box-sizing:border-box!important}@media screen and (max-width:560px){.btn{width:100%;text-align:center}}.btn svg{margin-right:8px}.btn:disabled{cursor:not-allowed}.btn.size_extra_sm{height:24px;padding:2px 16px;line-height:20px}.btn.size_sm{height:32px;padding:6px 20px;line-height:20px}.btn.size_md{height:40px;padding:8px 30px;line-height:24px}.btn.size_fit{padding:8px 0;width:100%}.btn_grey{color:var(--newGray);border:1px solid #9da3ac;background:#fff}.btn_grey:active,.btn_grey:hover{background:#eef0f5}.btn-white{background:#fff;color:#007aff}.btn-white:hover{background:#eef0f5}.btn-white:active{background:#d6d6d7}.btn_yellow{background:linear-gradient(236.46deg,#ffe364 -2.39%,#fbc920 79.1%);color:#333}.btn_yellow:active,.btn_yellow:hover{background:#fbc920}.btn_red{border:1px solid #ff2e43;color:#ff2e43;background-color:transparent}.btn_red:active,.btn_red:hover{background:#ff2e43;color:#fff}.btn_green{background:#00b92d;color:#fff}.btn_green:active,.btn_green:hover{background:#008621}.btn_blue_outlined{border:1px solid #007aff;color:#007aff;background-color:transparent}.btn_blue_outlined:hover{background:#007aff;color:#fff}.btn_blue_outlined:active{background:#05b;color:#fff}.btn_blue{background:#1e88e5;color:#fff}.btn_blue:hover{background:#007aff;color:#fff}.btn_blue:active{background:#05b;color:#fff}:focus{outline:none}.adt-text-block{position:relative;width:100%}.adt-text-block.magnifier .adt-text-block__input{padding:19px 40px 5px 40px}.adt-text-block.magnifier .adt-text-block__label{left:40px}.adt-text-block.magnifier-mobile .adt-text-block__magnifier{display:block}.adt-text-block.magnifier-mobile .adt-text-block__input{padding:19px 8px 5px 11px;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block.magnifier-mobile .adt-text-block__label{left:12px}.adt-text-block__input-mob-search{border-top-right-radius:0;border-bottom-right-radius:0;-webkit-appearance:none}.adt-text-block__error{text-align:left;font-size:10px;line-height:14px;color:#ff2e43;margin-top:8px;display:flex;align-items:center}.adt-text-block__error svg{margin-right:9px}.adt-text-block__field{position:relative;overflow:hidden}@media(max-width:1025px){.adt-text-block__field{width:100%;display:flex}}.adt-text-block__input,.adt-text-block__textarea{background:#fff;border:.5px solid #c4c4c4;box-sizing:border-box;border-radius:2px;width:100%;height:40px;font-size:14px;color:#1a2030;padding:19px 40px 5px 16px;transition:all .3s}@media(max-width:1025px){.adt-text-block__input,.adt-text-block__textarea{padding:19px 36px 7px 12px;height:40px;font-size:12px}}.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{top:12px;font-size:10px;color:#71757a;text-overflow:inherit;width:100%}@media(max-width:1025px){.adt-text-block__input:-webkit-autofill~.adt-text-block__label,.adt-text-block__input:focus~.adt-text-block__label,.adt-text-block__input:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__input:not(:focus):valid~.adt-text-block__label,.adt-text-block__textarea:-webkit-autofill~.adt-text-block__label,.adt-text-block__textarea:focus~.adt-text-block__label,.adt-text-block__textarea:not(:-webkit-autofill):valid~.adt-text-block__label,.adt-text-block__textarea:not(:focus):valid~.adt-text-block__label{font-size:8px}}.adt-text-block__input:focus,.adt-text-block__input:hover,.adt-text-block__textarea:focus,.adt-text-block__textarea:hover{border:.5px solid #2c3e50}.adt-text-block__input::-moz-placeholder,.adt-text-block__textarea::-moz-placeholder{font-size:12px}.adt-text-block__input:-ms-input-placeholder,.adt-text-block__textarea:-ms-input-placeholder{font-size:12px}.adt-text-block__input::placeholder,.adt-text-block__textarea::placeholder{font-size:12px}.adt-text-block__input.error,.adt-text-block__textarea.error{border:1px solid #ff2e43;background:rgba(255,46,67,.12156862745098039)}.adt-text-block__label{position:absolute;pointer-events:none;left:16px;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;line-height:40px;transition:.3s;color:#71757a;font-size:14px}@media(max-width:1025px){.adt-text-block__label{left:12px;font-size:14px;line-height:16px;color:#71757a}}.adt-text-block__textarea{min-height:120px;resize:none}.adt-text-block__textarea+label{top:20px}.adt-text-block--ellipsis{width:calc(100% - 56px);text-overflow:ellipsis;overflow:hidden}.adt-text-block__icon{position:absolute;right:16px;height:100%;top:0;display:flex;align-items:center}.adt-text-block__icon:hover{cursor:pointer}.adt-text-block__required{color:#ff2e43}.adt-text-block__options{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;z-index:1000;border-radius:2px;padding:8px 0}@media(max-width:1025px){.adt-text-block__options{overflow:auto}}.adt-text-block__options #searchVariant{background:#eef0f5}.adt-text-block .search-options__item{padding:5px 16px;line-height:16px;font-size:14px;color:#71757a;transition:all .3s;cursor:pointer}@media(max-width:1025px){.adt-text-block .search-options__item{font-size:12px}}.adt-text-block .search-options__item:hover{background:#eef0f5}.note{font-weight:400;font-style:italic;font-size:12px;line-height:20px;display:flex;align-items:center;color:#007aff;padding:8px 16px;background:rgba(0,122,255,.09803921568627451);border-radius:2px}.note--error{background:rgba(220,88,88,.2);color:#e60000}@media(max-width:1025px){.note{width:100%;font-weight:400;font-size:12px;line-height:16px;margin:0 0 16px}}.note-svg{margin-right:8px;display:flex;align-items:center}.fastAnimation{transition:all .01s}.slideToggleAnimation{transition:all .3s}.compareNotification{transition:all 3s}svg{transition:all .3s linear}svg.rotated{transform:rotate(180deg)}.gray-text{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;padding:10px 16px;cursor:pointer}.profile{position:relative}.profile__inner{padding:0;display:flex;align-items:center}.profile__item{font-size:14px;font-weight:600;margin:0;padding:8px 0;white-space:nowrap;cursor:pointer}.profile__item-link{display:flex;align-items:center;font-size:14px}@media(max-width:1025px){.profile__item-link:first-child{display:none}}.profile__item-link:nth-child(2){display:none}@media(max-width:1025px){.profile__item-link:nth-child(2){display:flex}}.profile__item span{white-space:nowrap;margin:0 7px}.profile__item .arrow-svg{transition:all .3s;vertical-align:middle;width:16px;height:16px;transform:rotate(0deg)}.profile__item .arrow-svg.rotate{transform:rotate(180deg)}.profile .profile-menu{width:368px;height:100%;position:absolute;right:0;top:100%;background-color:#fff;box-shadow:0 3px 6px rgba(149,156,177,.25098039215686274);border-radius:2px;z-index:10000}@media(max-width:1025px){.profile .profile-menu{display:none}}.profile .profile-menu__items{font-size:12px;line-height:14px;font-weight:400;color:#2c3e50;cursor:pointer}.profile .profile-menu__items div:not(:last-child)>.gray-text,.profile .profile-menu__items div:not(:last-child)>a>.gray-text{border-bottom:.5px solid #bdc7ce}.profile .profile-menu__items div:not(:last-child)>.gray-text+div{padding:10px 16px}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links){padding:0}.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a,.profile .profile-menu__items div>.gray-text:not(.profile-menu__balance-link):not(.profile-menu__links) a:visited{color:#2c3e50}.profile .profile-menu__item__child{padding:0 16px 0 32px;height:40px;display:flex;border-top:.5px solid #bdc7ce;align-items:center}.profile .profile-menu__item__child:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__item__child span{display:flex;align-items:center}.profile .profile-menu__item__child span svg{margin-right:5px}.profile .profile-menu__item__child span svg path{fill:rgba(44,62,80,.047058823529411764)!important}.profile .profile-menu__item__children{padding:0 16px;display:flex;justify-content:space-between;align-items:center;height:40px}.profile .profile-menu__item__children:hover{background:rgba(44,62,80,.047058823529411764)}.profile .profile-menu__balance-link{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 16px}.profile .profile-menu__balance-link:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__balance-link:not(:last-child){border-bottom:1px solid #eef0f5}.profile .profile-menu__balance{font-size:14px;color:#007aff;white-space:nowrap}.profile .profile-menu__links{display:flex;align-items:center;align-content:center;height:40px;padding:0 16px}.profile .profile-menu__links:hover{background:rgba(44,62,80,.050980392156862744)}.profile .profile-menu__links:not(:last-child){border-bottom:1px solid #eef0f5}.exit{background:#69797d;height:40px;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:14px;line-height:16px;color:#fff}.exit:hover{background:#9da3ac;color:#fff}.exit:hover svg{stroke:#fff;background:#9da3ac}.exit svg{margin-right:8px;background:#69797d;fill:none!important;stroke:#fff;transition:all 0s}.exit:active{background:#05b;color:#fff}.exit:active svg{stroke:#fff;background:#05b}.sign{height:40px;background:transparent;border:none;border-radius:0 0 2px 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.sign:hover svg{stroke:#71757a!important}.sign:hover span{color:#71757a}.sign:active svg{stroke:#9da3ac!important}.sign:active span{color:#9da3ac}.sign svg{margin-right:8px;fill:none!important;stroke:#2c3e50!important}@media(max-width:1025px){.sign svg{stroke:none!important;margin-right:24px}}.sign span{font-weight:600;font-size:14px;line-height:16px;color:#2c3e50;margin:0 0}.requests__link{font-size:12px;line-height:16px;font-weight:400;padding:12px;color:var(--newColor);white-space:nowrap;margin:0 6px 0 0}@media(max-width:1025px){.requests__link{display:none}}.requests__link svg{vertical-align:middle;width:20px;height:20px;margin-right:4px;margin-bottom:2px}.requests__link span{color:#2c3e50;font-weight:600}.user{display:none}@media(max-width:1025px){.user{width:24px;height:24px;margin-right:24px;display:flex}}.exit-mobile{display:none}@media(max-width:1025px){.exit-mobile{display:block;width:24px;height:24px;margin-right:12px}}.mobile-table{display:none}@media(max-width:1025px){.mobile-table{display:block}}.mobile-table-head{padding:0 16px;background:#f4f4f4;display:flex;align-items:center;justify-content:space-between;width:100%;height:40px}.mobile-table-head p{font-weight:600;font-size:17px;line-height:19px;color:#2c3e50}.mobile-table-head svg{width:18px;height:18px}.mobile-table-head-chosen{position:relative}.mobile-table-head-chosen>div{position:absolute}.mobile-table-head-chosen p{text-align:center;width:100%}.profile-menu-mobile{height:100%}.profile-menu-mobile .bb>a,.profile-menu-mobile .bb>a:visited{color:#000}.profile-menu-mobile__inner{display:flex;flex-direction:column;height:72%}.profile-menu-mobile__item,.profile-menu-mobile__links{align-items:center}.profile-menu-mobile__balance-link,.profile-menu-mobile__item,.profile-menu-mobile__links{padding:0 16px;height:52px;border:1px solid #9da3ac;border-bottom:none;font-size:14px;display:flex}.profile-menu-mobile__balance-link{justify-content:space-between}.profile-menu-mobile__balance{color:#1e88e5;font-size:16px;white-space:nowrap;display:flex;align-items:center}.profile-menu-mobile__balance-items{display:flex;flex-direction:column;justify-content:center}.profile-menu-mobile__balance-items__upper-text{font-weight:400;font-size:10px;line-height:14px;color:#69797d;margin-bottom:4px}.profile-menu-mobile__balance-items__bot-text{font-weight:600;font-size:12px;line-height:16px;color:#2c3e50}.exit-mob{background:#ffcd33;border-radius:2px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:400;font-size:16px;line-height:16px;color:#2c3e50;margin:16px 16px 0}.exit-mob svg{margin-right:8px;fill:none!important}.bb:last-child{border-bottom:1px solid #9da3ac}.button-inner{display:flex;align-items:center;justify-content:space-between;width:100%}@media(max-width:1025px){.sign_text{display:none}}.info[data-v-1640a06a]{position:relative}@media(min-width:1025px){.info[data-v-1640a06a]{height:30px}}.info-notification[data-v-1640a06a]{position:absolute;width:100%;z-index:1;top:0;color:#fff;background:#007aff;padding:7px 0;font-size:14px}@media(max-width:1025px){.info-notification[data-v-1640a06a]{position:relative;min-height:30px}}.info-notification__wrapper[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center;gap:10px}.info-notification__content[data-v-1640a06a]{display:flex;align-items:center;gap:10px}.info-notification__info[data-v-1640a06a]{flex-shrink:0}.info-notification__close[data-v-1640a06a]{display:flex;align-items:center;cursor:pointer}.info-header[data-v-1640a06a]{background:#fff;padding:7px 0;border-bottom:.5px solid rgba(189,199,206,.5)}@media(max-width:1025px){.info-header[data-v-1640a06a]{display:none}}.info-header__title[data-v-1640a06a]{font-weight:500;font-size:12px;line-height:14px;color:#2c3e50;margin-right:8px}.info-header__result[data-v-1640a06a]{font-weight:400;font-size:12px;color:#2c3e50}.info-header__result_circled[data-v-1640a06a]{color:#fff;padding:2px 8px;background:#007aff;border-radius:100px}.info-header__list[data-v-1640a06a]{display:flex;justify-content:space-between;align-items:center}.info-header__item[data-v-1640a06a]{display:flex;align-items:center;gap:20px}.info-header__item-elem[data-v-1640a06a]{display:flex;align-items:center;gap:8px}.info-header__inner-item[data-v-1640a06a]{display:flex;align-items:center;font-size:12px}.info-header .last-header-item .info-header__inner-item[data-v-1640a06a]:nth-child(2){margin-left:5px}.info .divider[data-v-1640a06a]{background:#2c3e50;width:1px;height:10px;margin:0 10px;transform:rotate(20deg)}.fade-enter-active[data-v-1640a06a],.fade-leave-active[data-v-1640a06a]{transition:.5s ease}.fade-enter[data-v-1640a06a],.fade-leave-to[data-v-1640a06a]{opacity:0;top:-30px}.sticky{position:sticky;z-index:1000;top:0}.header{background:#fff;max-height:62px;height:62px;display:flex;align-items:center}@media(max-width:1025px){.header{border-bottom:1px solid rgba(44,62,80,.14901960784313725);height:40px}}.header.bordered{border-bottom:1px solid rgba(44,62,80,.14901960784313725)}.header>.container{width:100%;justify-content:space-between}.header>.container,.header__left,.header__left .menu,.header__right{display:flex;align-items:center}@media(max-width:1025px){.header__left .menu{display:none}}.header__left .menu__items{margin-right:8px;align-items:center;padding:20px 8px 20px 0;transition:text-shadow .3s;display:block;font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#71757a;position:relative}.header__left .menu__items:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);height:22px;width:1px;background-color:#e5e5e5}.header__left .menu__items.active{font-weight:700;font-size:16px;line-height:22px;text-transform:uppercase;color:#2c3e50}.header__left .menu__items:hover{color:#9da3ac;cursor:pointer}.header__left .logo{display:block;margin-right:20px}.header__left .logo svg{width:90px;height:26px;display:block;fill:#2c3e50}@media(max-width:1025px){.header__left .logo svg{width:77px;height:24px}}.header__left .logo svg:hover{fill:#71757a}.header .menu_mobile,.header .menu_mobile--switcher{display:none}@media(max-width:1025px){.header .menu_mobile{display:block}.header .menu_mobile .mobile-table-head{padding:11px 16px;display:flex;justify-content:flex-end;background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile-wrapper{border-top:1px solid rgba(157,163,172,.2980392156862745);padding:14px 16px;font-weight:600;font-size:16px;line-height:22px;color:#2c3e50;display:block}.header .menu_mobile-wrapper:last-child{border-bottom:1px solid rgba(157,163,172,.2980392156862745)}.header .menu_mobile-wrapper.active-burger-tab{background:rgba(44,62,80,.050980392156862744)}.header .menu_mobile--switcher{display:flex;align-items:center;justify-content:center}}.header .menu-mobile__info{margin:20px 0}.header .menu-mobile__info-header{background:rgba(189,199,206,.2);padding:4px 16px;display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-header span{font-weight:500;font-size:12px;line-height:20px;color:#666c72}.header .menu-mobile__info-body{padding:8px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.header .menu-mobile__info-row{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-column{display:flex;align-items:center;gap:8px}.header .menu-mobile__info-column span{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer{background:rgba(189,199,206,.2);padding:8px 16px;display:flex;flex-direction:column;gap:10px}.header .menu-mobile__info-footer-item{display:flex;justify-content:space-between;align-items:center}.header .menu-mobile__info-footer-title{font-weight:500;font-size:14px;line-height:20px;color:#2c3e50}.header .menu-mobile__info-footer-circle{color:#fff;padding:4px 12px;background:#007aff;border-radius:100px;font-weight:500;font-size:14px;line-height:20px}li,ul{list-style:none}a,li,ul{text-decoration:none}a{background-color:transparent}*{font-family:Open Sans,sans-serif;box-sizing:border-box;margin:0;padding:0}.a-footer{background:rgba(189,199,206,.2980392156862745);font-size:14px;margin-top:20px}@media(max-width:1025px){.a-footer{background:#f6f6f7}.a-footer.paddinged{padding-bottom:60px}}.a-footer__top{display:flex;justify-content:space-between;max-width:900px;width:100%;margin:0 auto;padding:20px 24px}@media(max-width:1025px){.a-footer__top{flex-direction:column;padding:16px 16px}}.a-footer__top .adata-logo{display:none}@media(max-width:1025px){.a-footer__top .adata-logo{display:flex}.a-footer__top .adata-logo svg{width:77px;height:24px}}.a-footer__top .nav{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:1025px){.a-footer__top .nav{display:grid;grid-template-columns:.7fr 1fr;-moz-column-gap:15px;column-gap:15px;row-gap:15px}}.a-footer__top .nav__link{line-height:19px;color:#2c3e50}@media(max-width:1025px){.a-footer__top .nav__link{font-size:12px}}.a-footer__top .nav__link:hover{color:#9da3ac}.a-footer__top .nav__link:active{color:#c4c4c4}.a-footer__top .social{display:flex;align-items:center;margin-left:15px;order:1}@media(max-width:1025px){.a-footer__top .social{margin-left:0;order:0}}.a-footer__top .social a{display:flex;align-items:center;line-height:19px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#007aff}.a-footer__top .social a .social__icon{margin:2px 10px 2px 2px}@media(max-width:1025px){.a-footer__top .social a .social__icon{margin:0 8px 0 0}}@media(max-width:1025px){.a-footer__top .social a{margin-left:0}.a-footer__top .social a:not(:first-child){margin-left:8px}}.a-footer__top .social a:hover{text-decoration:underline}.a-footer__top .social a:active{color:#05b;-webkit-text-decoration-line:none;text-decoration-line:none}.a-footer__top .social svg{width:16px;height:16px;fill:#2c3e50}@media(max-width:1025px){.a-footer__top .social svg{width:20px;height:20px}}.a-footer__top .social svg.a-footer__top .social__icon{cursor:pointer}.a-footer__top .social svg:hover{fill:#9da3ac!important}.a-footer__top .social svg:active{fill:#c4c4c4!important}.a-footer__bottom{text-align:center;padding:11.5px 0 13px;border:1px solid #bdc7ce}@media(max-width:1025px){.a-footer__bottom{background:#efeff0;border:none;border-top:1px solid #bdc7ce}}.a-footer__bottom span{font-size:10px;line-height:12px;color:#71757a}@media(max-width:1025px){.a-footer__bottom span{font-size:10px;line-height:16px}}.mobile-head-wrapper{display:flex;justify-content:space-between;align-items:center}.mail[data-v-5adee5e0]{padding:50px 0}@media(max-width:560px){.mail[data-v-5adee5e0]{padding:32px 0}}.mail__title[data-v-5adee5e0]{font-size:24px;line-height:33px;color:#2c3e50;font-weight:700;text-align:center;margin-bottom:16px}@media(max-width:560px){.mail__title[data-v-5adee5e0]{font-size:16px;line-height:22px}}.mail__img-wrapper[data-v-5adee5e0]{padding:24px;display:flex;justify-content:center}.mail__img[data-v-5adee5e0]{width:120px;height:120px;-o-object-fit:contain;object-fit:contain}.mail__text[data-v-5adee5e0]{font-size:16px;line-height:22px;text-align:center;color:#2c3e50;margin-bottom:16px}.mail__form[data-v-5adee5e0]{max-width:370px;margin:0 auto}.mail__form-input[data-v-5adee5e0]{margin-bottom:16px}.mail__form-btn[data-v-5adee5e0]{margin:0 auto;display:block}.a-table[data-v-192e63d9]{display:flex;flex-direction:column;background:#fff}@media screen and (max-width:850px){.a-table[data-v-192e63d9]{border:0}}.a-table thead[data-v-192e63d9]{background:rgba(189,199,206,.3)}@media screen and (max-width:850px){.a-table thead[data-v-192e63d9]{display:none}}.a-table thead tr[data-v-192e63d9]{display:flex}.a-table thead tr th[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;font-size:12px;font-weight:400;word-break:break-word}@media screen and (max-width:850px){.a-table thead tr th[data-v-192e63d9]{justify-content:flex-start}}.a-table tbody tr[data-v-192e63d9]{display:flex;border-bottom:1px solid #ccc}@media screen and (max-width:850px){.a-table tbody tr[data-v-192e63d9]{flex-direction:column;margin:10px;padding:10px 0;border:0;background:rgba(189,199,206,.3)}}.a-table tbody tr td[data-v-192e63d9]{display:flex;justify-content:center;flex:1;padding:20px 16px;word-break:break-word;font-size:12px;font-weight:400;text-align:left}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]{flex-direction:column;row-gap:4px;justify-content:flex-start;padding:8px 16px}}@media screen and (max-width:850px){.a-table tbody tr td[data-v-192e63d9]:before{content:attr(data-label);display:flex;align-items:left;font-weight:700}}
|
package/dist/adata-ui.umd.js
CHANGED
|
@@ -9767,20 +9767,34 @@ var profileDropDown = [{
|
|
|
9767
9767
|
// key: 'marketing'
|
|
9768
9768
|
// }
|
|
9769
9769
|
];
|
|
9770
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Header/Profile.vue?vue&type=template&id=
|
|
9771
|
-
var
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9770
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Header/Profile.vue?vue&type=template&id=67e27faa&
|
|
9771
|
+
var Profilevue_type_template_id_67e27faa_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"profile",class:{ active: _vm.active }},[_c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(
|
|
9772
|
+
function () {
|
|
9773
|
+
_vm.active = false;
|
|
9774
|
+
}
|
|
9775
|
+
),expression:"\n () => {\n active = false;\n }\n "}]},[_c('div',{staticClass:"profile__inner"},[_c('div',{staticClass:"profile__item",on:{"click":function($event){_vm.active = !_vm.active}}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('span',{staticClass:"desktop"},[_vm._v(_vm._s(_vm.email))]),_c('svg',{staticClass:"desktop arrow-svg",class:{ rotate: _vm.active },attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"none","d":"M0 0h16v16H0z"}}),_c('path',{attrs:{"fill":"none","d":"M3 6.5L8 10l5-3.5","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated),expression:"isAuthenticated"}],staticClass:"profile__item-link"},[_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 8a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm-1.023 4.344a5 5 0 10-4.954 0C5.757 13.417 3 16.874 3 20.974V21h1.543v-.026c0-4.106 3.339-7.435 7.457-7.435 4.119 0 7.457 3.329 7.457 7.435V21H21v-.026c0-4.1-2.757-7.557-6.523-8.63z","fill":"#2C3E50"}})])]),_c('button',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isAuthenticated),expression:"!isAuthenticated"}],staticClass:"sign",on:{"click":function($event){$event.preventDefault();return _vm.goAuth.apply(null, arguments)}}},[_c('svg',{staticClass:"desktop",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"fill":"#fff","d":"M0 0h16v16H0z","stroke":"none"}}),_c('path',{attrs:{"d":"M8 10l2-2.054L8.077 6","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}}),_c('path',{attrs:{"d":"M6 4.1V2h8v12H6v-1.65M9 8H2","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_c('svg',{staticClass:"user",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M13 7.94L17.06 12 13 16.06 11.94 15l3-3-3-3L13 7.94z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M8.25 2.25h13.5v19.5H8.25v-4.5h1.5v3h10.5V3.75H9.75v3h-1.5v-4.5z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.25 11.25h13.5v1.5H2.25v-1.5z","fill":"#2C3E50"}})]),_c('span',{staticClass:"sign_text"},[_vm._v("Вход")])])])]),_c('SlideToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
9776
|
+
var animationClass = ref.animationClass;
|
|
9777
|
+
return [(_vm.isAuthenticated)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.active),expression:"active"}],staticClass:"profile-menu",class:animationClass},[_c('div',{staticClass:"profile-menu__inner"},[(_vm.listDropDown.length)?_c('div',{staticClass:"profile-menu__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index},[(elem[_vm.mode])?_c('a',{staticClass:"gray-text",class:elem.link
|
|
9778
|
+
? 'profile-menu__balance-link'
|
|
9779
|
+
: 'profile-menu__links',attrs:{"href":elem[_vm.mode],"onclick":"`return false`"},on:{"click":function($event){return _vm.preventLink(elem.disabled, $event)}}},[_c('div',[_vm._v(" "+_vm._s(elem.name)+" ")]),(elem.link)?_c('span',{staticClass:"profile-menu__balance",on:{"click":function($event){return _vm.showModal(elem[_vm.mode], elem.name)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"gray-text profile-menu__item",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"profile-menu__item__children"},[_vm._v(" "+_vm._s(elem.name)+" "),(elem.children.length > 0)?_c('span',[_c('svg',{class:{ rotated: elem.opened },attrs:{"width":"12","height":"8","viewBox":"0 0 12 8","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{attrs:{"d":"M1 1.5L6 6.5L11 1.5","stroke":"#69797D","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),_c('SlideToggle',{class:animationClass,scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
9780
|
+
var animationClass = ref.animationClass;
|
|
9775
9781
|
return [(elem.opened)?_c('div',[_vm._l((elem.children),function(child,idx){return [(child[_vm.mode])?_c('div',{key:idx + 'link',staticClass:"profile-menu__item__child",on:{"click":function($event){return _vm.handleClick(child[_vm.mode], child.name)}}},[_c('span',[_c('svg',{attrs:{"width":"4","height":"4","viewBox":"0 0 4 4","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('circle',{attrs:{"cx":"2","cy":"2","r":"2","fill":"#2C3E50"}})]),_vm._v(" "+_vm._s(child.name)+" ")])]):_vm._e()]})],2):_vm._e()]}}],null,true)})],1):_vm._e()])}),0):_vm._e(),_c('div',{staticClass:"exit",on:{"click":_vm.logout}},[_c('svg',{attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16"}},[_c('path',{attrs:{"d":"M11 10l2-2.054L11.077 6M10 11.9V14H2V2h8v1.65M12 8H5","stroke-miterlimit":"10","stroke-linecap":"round","stroke-linejoin":"round"}})]),_vm._v(" Выход ")])])]):_vm._e()]}}])}),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
9776
|
-
var animationClass = ref.animationClass;
|
|
9777
|
-
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated && _vm.active),expression:"isAuthenticated && active"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head"},[_c('p',[_vm._v("Профиль пользователя")]),_c('svg',{attrs:{"fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","id":"close_hamburger"},on:{"click":function($event){$event.stopPropagation();_vm.active = !_vm.active}}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M4.414 18.142L18.556 4l1.415 1.414L5.828 19.556l-1.414-1.414z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M5.414 4l14.142 14.142-1.414 1.414L4 5.414 5.414 4z","fill":"#2C3E50"}})])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.listDropDown.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem[_vm.mode])?_c('div',{class:elem.link
|
|
9778
|
-
|
|
9779
|
-
|
|
9780
|
-
var
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9782
|
+
var animationClass = ref.animationClass;
|
|
9783
|
+
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isAuthenticated && _vm.active),expression:"isAuthenticated && active"}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head"},[_c('p',[_vm._v("Профиль пользователя")]),_c('svg',{attrs:{"fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24","id":"close_hamburger"},on:{"click":function($event){$event.stopPropagation();_vm.active = !_vm.active}}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M4.414 18.142L18.556 4l1.415 1.414L5.828 19.556l-1.414-1.414z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M5.414 4l14.142 14.142-1.414 1.414L4 5.414 5.414 4z","fill":"#2C3E50"}})])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.listDropDown.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.listDropDown),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem[_vm.mode])?_c('div',{class:elem.link
|
|
9784
|
+
? 'profile-menu-mobile__balance-link'
|
|
9785
|
+
: 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem[_vm.mode], elem.name)}}},[(!elem.link)?_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{directives:[{name:"show",rawName:"v-show",value:(!elem.withoutArray),expression:"!elem.withoutArray"}],attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]):_vm._e(),(elem.link)?_c('div',{staticClass:"profile-menu-mobile__balance-items"},[_c('div',{staticClass:"profile-menu-mobile__balance-items__upper-text"},[_vm._v(" "+_vm._s(elem.name.substr(0, 15))+" ")]),_c('div',{staticClass:"profile-menu-mobile__balance__bot-text"},[_vm._v(" "+_vm._s(elem.name.substr(15))+" ")])]):_vm._e(),(elem.link)?_c('span',{staticClass:"profile-menu-mobile__balance",on:{"click":function($event){return _vm.$emit('showBalanceModal', true)}}},[_vm._v(" "+_vm._s(elem.link)+" ")]):_vm._e()]):_vm._e(),(elem.children)?_c('div',{staticClass:"profile-menu-mobile__links",on:{"click":function($event){return _vm.rotateItem(index)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))]),_c('svg',{attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])}),_c('MobileToggle',{scopedSlots:_vm._u([{key:"default",fn:function(ref){
|
|
9786
|
+
var animationClass = ref.animationClass;
|
|
9787
|
+
return [_c('div',{directives:[{name:"show",rawName:"v-show",value:(
|
|
9788
|
+
_vm.someMobileOpened.length > 0 &&
|
|
9789
|
+
_vm.chosenElem &&
|
|
9790
|
+
_vm.chosenElem.children.length > 0
|
|
9791
|
+
),expression:"\n someMobileOpened.length > 0 &&\n chosenElem &&\n chosenElem.children.length > 0\n "}],staticClass:"mobile-table",class:animationClass},[_c('div',{staticClass:"mobile-table-head mobile-table-head-chosen"},[_c('div',{on:{"click":function($event){_vm.chosenElem.opened = false}}},[_c('svg',{staticClass:"rotated",attrs:{"width":"18","height":"18","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 10 18"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M2.108.59L9.318 9l-7.21 8.41L.59 16.108 6.683 9 .59 1.892 2.108.59z","fill":"#2C3E50"}})])]),_c('p',[_vm._v(_vm._s(_vm.chosenElem.name))])]),_c('div',{staticClass:"profile-menu-mobile"},[_c('div',{staticClass:"profile-menu-mobile__inner"},[(_vm.chosenElem.children.length > 0)?_c('div',{staticClass:"profile-menu-mobile__items"},_vm._l((_vm.chosenElem.children),function(elem,index){return _c('div',{key:index,staticClass:"bb"},[(elem[_vm.mode])?_c('div',{class:elem.link
|
|
9792
|
+
? 'profile-menu-mobile__balance-link'
|
|
9793
|
+
: 'profile-menu-mobile__links',on:{"click":function($event){return _vm.handleClick(elem[_vm.mode], elem.name)}}},[_c('div',{staticClass:"button-inner"},[_c('div',[_vm._v(_vm._s(elem.name))])])]):_vm._e()])}),0):_vm._e()]),_c('div',{staticClass:"exit-mob",on:{"click":_vm.logout}},[_c('svg',{staticClass:"arrow-svg",attrs:{"width":"18","height":"18","fill":"#25476AFF","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 24 24"}},[_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M17.7501 7.93933L21.8108 12L17.7501 16.0607L16.6895 15L19.6895 12L16.6895 8.99999L17.7501 7.93933Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M15.5 2.25H2V21.75H15.5V17.25H14V20.25H3.5V3.75H14V6.75H15.5V2.25Z","fill":"#2C3E50"}}),_c('path',{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd","d":"M7 11.25L20.5 11.25L20.5 12.75L7 12.75L7 11.25Z","fill":"#2C3E50"}})]),_vm._v(" Выход ")])])])]}}])})],1)])}
|
|
9794
|
+
var Profilevue_type_template_id_67e27faa_staticRenderFns = []
|
|
9795
|
+
|
|
9796
|
+
|
|
9797
|
+
// CONCATENATED MODULE: ./src/components/Header/Profile.vue?vue&type=template&id=67e27faa&
|
|
9784
9798
|
|
|
9785
9799
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
|
9786
9800
|
function _arrayLikeToArray(arr, len) {
|
|
@@ -10297,6 +10311,242 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
10297
10311
|
//
|
|
10298
10312
|
//
|
|
10299
10313
|
//
|
|
10314
|
+
//
|
|
10315
|
+
//
|
|
10316
|
+
//
|
|
10317
|
+
//
|
|
10318
|
+
//
|
|
10319
|
+
//
|
|
10320
|
+
//
|
|
10321
|
+
//
|
|
10322
|
+
//
|
|
10323
|
+
//
|
|
10324
|
+
//
|
|
10325
|
+
//
|
|
10326
|
+
//
|
|
10327
|
+
//
|
|
10328
|
+
//
|
|
10329
|
+
//
|
|
10330
|
+
//
|
|
10331
|
+
//
|
|
10332
|
+
//
|
|
10333
|
+
//
|
|
10334
|
+
//
|
|
10335
|
+
//
|
|
10336
|
+
//
|
|
10337
|
+
//
|
|
10338
|
+
//
|
|
10339
|
+
//
|
|
10340
|
+
//
|
|
10341
|
+
//
|
|
10342
|
+
//
|
|
10343
|
+
//
|
|
10344
|
+
//
|
|
10345
|
+
//
|
|
10346
|
+
//
|
|
10347
|
+
//
|
|
10348
|
+
//
|
|
10349
|
+
//
|
|
10350
|
+
//
|
|
10351
|
+
//
|
|
10352
|
+
//
|
|
10353
|
+
//
|
|
10354
|
+
//
|
|
10355
|
+
//
|
|
10356
|
+
//
|
|
10357
|
+
//
|
|
10358
|
+
//
|
|
10359
|
+
//
|
|
10360
|
+
//
|
|
10361
|
+
//
|
|
10362
|
+
//
|
|
10363
|
+
//
|
|
10364
|
+
//
|
|
10365
|
+
//
|
|
10366
|
+
//
|
|
10367
|
+
//
|
|
10368
|
+
//
|
|
10369
|
+
//
|
|
10370
|
+
//
|
|
10371
|
+
//
|
|
10372
|
+
//
|
|
10373
|
+
//
|
|
10374
|
+
//
|
|
10375
|
+
//
|
|
10376
|
+
//
|
|
10377
|
+
//
|
|
10378
|
+
//
|
|
10379
|
+
//
|
|
10380
|
+
//
|
|
10381
|
+
//
|
|
10382
|
+
//
|
|
10383
|
+
//
|
|
10384
|
+
//
|
|
10385
|
+
//
|
|
10386
|
+
//
|
|
10387
|
+
//
|
|
10388
|
+
//
|
|
10389
|
+
//
|
|
10390
|
+
//
|
|
10391
|
+
//
|
|
10392
|
+
//
|
|
10393
|
+
//
|
|
10394
|
+
//
|
|
10395
|
+
//
|
|
10396
|
+
//
|
|
10397
|
+
//
|
|
10398
|
+
//
|
|
10399
|
+
//
|
|
10400
|
+
//
|
|
10401
|
+
//
|
|
10402
|
+
//
|
|
10403
|
+
//
|
|
10404
|
+
//
|
|
10405
|
+
//
|
|
10406
|
+
//
|
|
10407
|
+
//
|
|
10408
|
+
//
|
|
10409
|
+
//
|
|
10410
|
+
//
|
|
10411
|
+
//
|
|
10412
|
+
//
|
|
10413
|
+
//
|
|
10414
|
+
//
|
|
10415
|
+
//
|
|
10416
|
+
//
|
|
10417
|
+
//
|
|
10418
|
+
//
|
|
10419
|
+
//
|
|
10420
|
+
//
|
|
10421
|
+
//
|
|
10422
|
+
//
|
|
10423
|
+
//
|
|
10424
|
+
//
|
|
10425
|
+
//
|
|
10426
|
+
//
|
|
10427
|
+
//
|
|
10428
|
+
//
|
|
10429
|
+
//
|
|
10430
|
+
//
|
|
10431
|
+
//
|
|
10432
|
+
//
|
|
10433
|
+
//
|
|
10434
|
+
//
|
|
10435
|
+
//
|
|
10436
|
+
//
|
|
10437
|
+
//
|
|
10438
|
+
//
|
|
10439
|
+
//
|
|
10440
|
+
//
|
|
10441
|
+
//
|
|
10442
|
+
//
|
|
10443
|
+
//
|
|
10444
|
+
//
|
|
10445
|
+
//
|
|
10446
|
+
//
|
|
10447
|
+
//
|
|
10448
|
+
//
|
|
10449
|
+
//
|
|
10450
|
+
//
|
|
10451
|
+
//
|
|
10452
|
+
//
|
|
10453
|
+
//
|
|
10454
|
+
//
|
|
10455
|
+
//
|
|
10456
|
+
//
|
|
10457
|
+
//
|
|
10458
|
+
//
|
|
10459
|
+
//
|
|
10460
|
+
//
|
|
10461
|
+
//
|
|
10462
|
+
//
|
|
10463
|
+
//
|
|
10464
|
+
//
|
|
10465
|
+
//
|
|
10466
|
+
//
|
|
10467
|
+
//
|
|
10468
|
+
//
|
|
10469
|
+
//
|
|
10470
|
+
//
|
|
10471
|
+
//
|
|
10472
|
+
//
|
|
10473
|
+
//
|
|
10474
|
+
//
|
|
10475
|
+
//
|
|
10476
|
+
//
|
|
10477
|
+
//
|
|
10478
|
+
//
|
|
10479
|
+
//
|
|
10480
|
+
//
|
|
10481
|
+
//
|
|
10482
|
+
//
|
|
10483
|
+
//
|
|
10484
|
+
//
|
|
10485
|
+
//
|
|
10486
|
+
//
|
|
10487
|
+
//
|
|
10488
|
+
//
|
|
10489
|
+
//
|
|
10490
|
+
//
|
|
10491
|
+
//
|
|
10492
|
+
//
|
|
10493
|
+
//
|
|
10494
|
+
//
|
|
10495
|
+
//
|
|
10496
|
+
//
|
|
10497
|
+
//
|
|
10498
|
+
//
|
|
10499
|
+
//
|
|
10500
|
+
//
|
|
10501
|
+
//
|
|
10502
|
+
//
|
|
10503
|
+
//
|
|
10504
|
+
//
|
|
10505
|
+
//
|
|
10506
|
+
//
|
|
10507
|
+
//
|
|
10508
|
+
//
|
|
10509
|
+
//
|
|
10510
|
+
//
|
|
10511
|
+
//
|
|
10512
|
+
//
|
|
10513
|
+
//
|
|
10514
|
+
//
|
|
10515
|
+
//
|
|
10516
|
+
//
|
|
10517
|
+
//
|
|
10518
|
+
//
|
|
10519
|
+
//
|
|
10520
|
+
//
|
|
10521
|
+
//
|
|
10522
|
+
//
|
|
10523
|
+
//
|
|
10524
|
+
//
|
|
10525
|
+
//
|
|
10526
|
+
//
|
|
10527
|
+
//
|
|
10528
|
+
//
|
|
10529
|
+
//
|
|
10530
|
+
//
|
|
10531
|
+
//
|
|
10532
|
+
//
|
|
10533
|
+
//
|
|
10534
|
+
//
|
|
10535
|
+
//
|
|
10536
|
+
//
|
|
10537
|
+
//
|
|
10538
|
+
//
|
|
10539
|
+
//
|
|
10540
|
+
//
|
|
10541
|
+
//
|
|
10542
|
+
//
|
|
10543
|
+
//
|
|
10544
|
+
//
|
|
10545
|
+
//
|
|
10546
|
+
//
|
|
10547
|
+
//
|
|
10548
|
+
//
|
|
10549
|
+
//
|
|
10300
10550
|
|
|
10301
10551
|
|
|
10302
10552
|
|
|
@@ -10309,7 +10559,7 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
10309
10559
|
type: String,
|
|
10310
10560
|
required: true,
|
|
10311
10561
|
validator: function validator(value) {
|
|
10312
|
-
return [
|
|
10562
|
+
return ["prod", "dev", "staging"].indexOf(value) !== -1;
|
|
10313
10563
|
}
|
|
10314
10564
|
},
|
|
10315
10565
|
profileDropDown: {
|
|
@@ -10353,17 +10603,17 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
10353
10603
|
this.listDropDown = _toConsumableArray(this.profileDropDown);
|
|
10354
10604
|
}
|
|
10355
10605
|
|
|
10356
|
-
if (this.activeTabKey ===
|
|
10606
|
+
if (this.activeTabKey === "counterparty" && window && window.innerWidth > 850) {
|
|
10357
10607
|
this.chosenElem = this.listDropDown.find(function (el) {
|
|
10358
|
-
return el.name ===
|
|
10608
|
+
return el.name === "Контрагенты";
|
|
10359
10609
|
});
|
|
10360
|
-
} else if (this.activeTabKey ===
|
|
10610
|
+
} else if (this.activeTabKey === "tenders" && window && window.innerWidth > 850) {
|
|
10361
10611
|
this.chosenElem = this.listDropDown.find(function (el) {
|
|
10362
|
-
return el.name ===
|
|
10612
|
+
return el.name === "Тендеры";
|
|
10363
10613
|
});
|
|
10364
|
-
} else if (this.activeTabKey ===
|
|
10614
|
+
} else if (this.activeTabKey === "work" && window && window.innerWidth > 850) {
|
|
10365
10615
|
this.chosenElem = this.listDropDown.find(function (el) {
|
|
10366
|
-
return el.name ===
|
|
10616
|
+
return el.name === "Работа";
|
|
10367
10617
|
});
|
|
10368
10618
|
}
|
|
10369
10619
|
|
|
@@ -10396,7 +10646,7 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
10396
10646
|
while (1) {
|
|
10397
10647
|
switch (_context.prev = _context.next) {
|
|
10398
10648
|
case 0:
|
|
10399
|
-
if (!name.includes(
|
|
10649
|
+
if (!name.includes("Текущий")) {
|
|
10400
10650
|
_context.next = 8;
|
|
10401
10651
|
break;
|
|
10402
10652
|
}
|
|
@@ -10426,14 +10676,14 @@ var VerticalMobileToggle_component = normalizeComponent(
|
|
|
10426
10676
|
}))();
|
|
10427
10677
|
},
|
|
10428
10678
|
handleClick: function handleClick(url, name) {
|
|
10429
|
-
if (!name.includes(
|
|
10679
|
+
if (!name.includes("Текущий")) {
|
|
10430
10680
|
window.open(url, "_self"); // this.active = false;
|
|
10431
10681
|
// if (this.chosenElem) this.chosenElem.opened = false;
|
|
10432
10682
|
}
|
|
10433
10683
|
},
|
|
10434
10684
|
rotateItem: function rotateItem(index) {
|
|
10435
10685
|
this.chosenElem = this.listDropDown[index];
|
|
10436
|
-
this.$set(this.listDropDown[index],
|
|
10686
|
+
this.$set(this.listDropDown[index], "opened", !this.listDropDown[index].opened);
|
|
10437
10687
|
},
|
|
10438
10688
|
goAuth: function goAuth() {
|
|
10439
10689
|
var fullPath = encodeURIComponent(window.location.toString());
|
|
@@ -10460,8 +10710,8 @@ var Profilevue_type_style_index_0_lang_scss_ = __webpack_require__("ee80");
|
|
|
10460
10710
|
|
|
10461
10711
|
var Profile_component = normalizeComponent(
|
|
10462
10712
|
Header_Profilevue_type_script_lang_js_,
|
|
10463
|
-
|
|
10464
|
-
|
|
10713
|
+
Profilevue_type_template_id_67e27faa_render,
|
|
10714
|
+
Profilevue_type_template_id_67e27faa_staticRenderFns,
|
|
10465
10715
|
false,
|
|
10466
10716
|
null,
|
|
10467
10717
|
null,
|
|
@@ -11426,12 +11676,12 @@ var Footer_component = normalizeComponent(
|
|
|
11426
11676
|
)
|
|
11427
11677
|
|
|
11428
11678
|
/* harmony default export */ var Footer = (Footer_component.exports);
|
|
11429
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=
|
|
11430
|
-
var
|
|
11431
|
-
var
|
|
11679
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"23ef8cfe-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=6e4ef6a1&
|
|
11680
|
+
var SearchTextFieldvue_type_template_id_6e4ef6a1_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(_vm.onOutsideClick),expression:"onOutsideClick"}],staticClass:"adt-text-block",on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"down",40,$event.key,["Down","ArrowDown"])&&_vm._k($event.keyCode,"up",38,$event.key,["Up","ArrowUp"])){ return null; }$event.preventDefault();return _vm.onUpOrDownClicked.apply(null, arguments)}}},[_c('div',{class:['adt-text-block__field', { error: !!_vm.errorText }]},[_c('input',{ref:"input",staticClass:"adt-text-block__input",class:{ error: !!_vm.errorText },attrs:{"type":_vm.type,"placeholder":_vm.placeholder,"required":""},domProps:{"value":_vm.value},on:{"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.enterPressed.apply(null, arguments)},"input":function($event){return _vm.$emit('input', $event.target.value)},"focus":function($event){_vm.showAutocomplete = true},"click":function($event){return _vm.$emit('showVTour')},"search":function($event){return _vm.$emit('onSearch')}}}),_c('label',{staticClass:"adt-text-block__label",class:{ 'adt-text-block--ellipsis': _vm.isEllipsis }},[_vm._v(" "+_vm._s(_vm.label)+" ")]),(_vm.clearable && _vm.value)?_c('div',{staticClass:"adt-text-block__icon",on:{"click":function($event){return _vm.$emit('input', '')}}},[_c('svg',{attrs:{"width":"12","height":"12","fill":"none","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 16 16","id":"clearIcon"}},[_c('path',{attrs:{"d":"M2 2l12 12m0-12L2 14","stroke":"#2C3E50","stroke-linecap":"round","stroke-linejoin":"round"}})])]):_vm._e()]),(!!_vm.errorText)?_c('div',{staticClass:"adt-text-block__error"},[_c('svg',{attrs:{"width":"14","height":"14","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg","id":"icon__attention"}},[_c('path',{attrs:{"d":"M8.5 4C8.5 3.72386 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.72386 7.5 4H8.5ZM7.5 9C7.5 9.27614 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.27614 8.5 9H7.5ZM7.5 4V9H8.5V4H7.5Z","fill":"#FF2E43"}}),_c('path',{attrs:{"d":"M8.5 11C8.5 10.7239 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.7239 7.5 11H8.5ZM7.5 11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5H7.5ZM7.5 11V11.5H8.5V11H7.5Z","fill":"#FF2E43"}}),_c('circle',{attrs:{"cx":"8","cy":"8","r":"7","stroke":"#FF2E43"}})]),_vm._v(" "+_vm._s(_vm.errorText)+" ")]):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.options && _vm.options.length > 0 && _vm.showAutocomplete),expression:"options && options.length > 0 && showAutocomplete"}],staticClass:"adt-text-block__options search-options"},[_c('PerfectScrollbar',[_c('div',{staticClass:"search-options__wrapper"},_vm._l((_vm.options),function(option,index){return _c('div',{key:index,ref:"searchOptions",refInFor:true,staticClass:"search-options__item",on:{"click":function($event){return _vm.onAutocompleteOptionClick(option)}}},[_vm._v(" "+_vm._s(!!_vm.optionFields.length ? _vm.textByOption(option) : option)+" "),(option.type && _vm.isTypeRequired)?_c('div',{staticClass:"hiddenOne"},[_vm._v(" $"+_vm._s(option.type)+"$ ")]):_vm._e()])}),0)])],1)])}
|
|
11681
|
+
var SearchTextFieldvue_type_template_id_6e4ef6a1_staticRenderFns = []
|
|
11432
11682
|
|
|
11433
11683
|
|
|
11434
|
-
// CONCATENATED MODULE: ./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=
|
|
11684
|
+
// CONCATENATED MODULE: ./src/components/SearchTextField/SearchTextField.vue?vue&type=template&id=6e4ef6a1&
|
|
11435
11685
|
|
|
11436
11686
|
// EXTERNAL MODULE: ./node_modules/vue2-perfect-scrollbar/dist/vue2-perfect-scrollbar.umd.js
|
|
11437
11687
|
var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
|
|
@@ -11529,6 +11779,7 @@ var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
|
|
|
11529
11779
|
//
|
|
11530
11780
|
//
|
|
11531
11781
|
//
|
|
11782
|
+
//
|
|
11532
11783
|
|
|
11533
11784
|
|
|
11534
11785
|
|
|
@@ -11688,8 +11939,8 @@ var vue2_perfect_scrollbar_umd = __webpack_require__("a4a1");
|
|
|
11688
11939
|
|
|
11689
11940
|
var SearchTextField_component = normalizeComponent(
|
|
11690
11941
|
SearchTextField_SearchTextFieldvue_type_script_lang_js_,
|
|
11691
|
-
|
|
11692
|
-
|
|
11942
|
+
SearchTextFieldvue_type_template_id_6e4ef6a1_render,
|
|
11943
|
+
SearchTextFieldvue_type_template_id_6e4ef6a1_staticRenderFns,
|
|
11693
11944
|
false,
|
|
11694
11945
|
null,
|
|
11695
11946
|
null,
|