@poni/adjutant-ui 0.0.119 → 0.0.121
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/adjutant-ui.css +1 -1
- package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +1 -1
- package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +2 -2
- package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +1 -1
- package/dist/components/AdjFilters/AdjFilters.vue.d.ts +2 -2
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +2 -2
- package/dist/components/AdjRadio/AdjRadio.vue.d.ts +2 -2
- package/dist/components/AdjSelect/AdjSelect.vue.d.ts +2 -2
- package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +1 -1
- package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +2 -2
- package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +2 -2
- package/dist/components/AdjTabs/AdjTabs.mock.d.ts +1 -0
- package/dist/components/AdjTabs/AdjTabs.stories.d.ts +2 -97
- package/dist/components/AdjTabs/AdjTabs.vue.d.ts +3 -1
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.mock.d.ts +6 -0
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.stories.d.ts +6 -0
- package/dist/components/AdjTabsMaterial/AdjTabsMaterial.vue.d.ts +23 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +457 -412
- package/dist/misc/getModelImagesArray.d.ts +1 -1
- package/dist/plugin/components.d.ts +2 -1
- package/dist/plugin/types.d.ts +2 -1
- package/dist/types/IAdjFiltersItem.d.ts +1 -1
- package/dist/types/IAdjTabsMaterialItem.d.ts +7 -0
- package/dist/vars.scss +0 -1
- package/package.json +22 -22
package/dist/adjutant-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-f63a643e]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-f63a643e]{transition:.3s}.adj-button_medium[data-v-f63a643e]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-f63a643e]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-f63a643e]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-f63a643e]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-f63a643e]{font-size:14px;line-height:21px}.adj-button_small i[data-v-f63a643e]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-f63a643e]{border-radius:24px}.adj-button_flex[data-v-f63a643e]{width:100%}.adj-button_primary[data-v-f63a643e]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-f63a643e]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-f63a643e]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-f63a643e]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-f63a643e]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-f63a643e]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-f63a643e]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-f63a643e]{color:var(--black)}.adj-button_alternative-dark[data-v-f63a643e]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-f63a643e]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-f63a643e]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-f63a643e]{color:var(--black)}.adj-button_alternative-active[data-v-f63a643e]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-f63a643e]{color:var(--white)}.adj-button_alternative[data-v-f63a643e]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-f63a643e]{color:var(--alternative)}.adj-button_alternative[data-v-f63a643e]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-f63a643e]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-f63a643e]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-3b856932]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-3b856932]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-3b856932]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-3b856932]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-3b856932]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-3b856932]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-3b856932]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-3b856932]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-3b856932]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-8fe8f31c]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-8fe8f31c]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-8fe8f31c]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-8fe8f31c]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-9d0fd331]{height:34px;padding:0 10px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-9d0fd331]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-9d0fd331]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-9d0fd331]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-9d0fd331]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-9d0fd331]{color:var(--white)}.adj-filter-checkbox.active[data-v-9d0fd331]:hover{background:var(--contrast-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-9a9bd2ee]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--back-light);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__name[data-v-9a9bd2ee]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-9a9bd2ee]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-9a9bd2ee]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-9a9bd2ee]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-9a9bd2ee]{transform:rotate(180deg)}.adj-filter-select__items[data-v-9a9bd2ee]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-9a9bd2ee]{padding:13.5px 16px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-filter-select__item[data-v-9a9bd2ee]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-9a9bd2ee]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-9a9bd2ee]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-9a9bd2ee]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-9a9bd2ee]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-9a9bd2ee]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-9a9bd2ee]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-9a9bd2ee]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-9a9bd2ee]{color:var(--white)}.adj-filters[data-v-9143b034]{display:flex;gap:10px}.adj-filters-mobile_wrapper[data-v-93805c6a]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:40}.adj-filters-mobile__background[data-v-93805c6a]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-filters-mobile__window[data-v-93805c6a]{position:absolute;top:0;bottom:0;left:0;background-color:var(--white);width:var(--1023dfa5)}@media (max-width: 779px){.adj-filters-mobile__window[data-v-93805c6a]{width:100%}}.adj-filters-mobile__close[data-v-93805c6a]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-filters-mobile__close[data-v-93805c6a]:hover{color:var(--white)}@media (max-width: 779px){.adj-filters-mobile__close[data-v-93805c6a]{top:15px;right:15px;color:var(--icon-light)}.adj-filters-mobile__close[data-v-93805c6a]:hover{color:var(--stroke-dark)}}.adj-window[data-v-93805c6a]{display:flex;flex-direction:column}.adj-window__header[data-v-93805c6a]{flex-shrink:0;display:flex;align-items:center;gap:16px;height:96px;border-bottom:1px var(--stroke-light) solid;padding:0 24px}.adj-window__header-button[data-v-93805c6a],.adj-window__header-reset[data-v-93805c6a]{color:var(--alternative);cursor:pointer;transition:.3s}.adj-window__header-button[data-v-93805c6a]:hover,.adj-window__header-reset[data-v-93805c6a]:hover{color:var(--black)}.adj-window__header-button[data-v-93805c6a]{font-size:32px}.adj-window__header-title[data-v-93805c6a]{flex-grow:1}.adj-window__header-reset[data-v-93805c6a]{text-decoration:underline}.adj-filter[data-v-93805c6a]{display:flex;align-items:center;gap:16px;height:66px;padding:0 21px;border-left:3px transparent solid;cursor:pointer}.adj-filter[data-v-93805c6a]:hover{background-color:var(--back-light)}.adj-filter_checked[data-v-93805c6a]{background-color:var(--back-light);border-left:3px var(--contrast-normal) solid}.adj-filter__button[data-v-93805c6a]{font-size:32px;color:var(--alternative)}.adj-filter__button .icon-close[data-v-93805c6a]{cursor:pointer;transition:.3s}.adj-filter__button .icon-close[data-v-93805c6a]:hover{color:var(--black)}.adj-filter__title[data-v-93805c6a]{flex-grow:1}.adj-filter_disabled[data-v-93805c6a]{color:var(--stroke-dark);cursor:default}.adj-filter_disabled[data-v-93805c6a]:hover{background-color:unset}.adj-filter_disabled .adj-filter__button[data-v-93805c6a]{color:var(--stroke-dark);cursor:default;transition:.3s}.adj-filter_disabled .adj-filter__button[data-v-93805c6a]:hover{color:var(--stroke-dark)}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint-desktop[data-v-56d69439]{padding:5px 10px;background:#fff;position:relative;width:var(--19fa0a1c);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-56d69439]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-56d69439] p{margin-top:7px}.adj-hint-desktop__text[data-v-56d69439] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-56d69439]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-56d69439]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-56d69439]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{left:10px}.adj-hint__slot[data-v-2537eb61]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-2537eb61]{z-index:20;position:fixed}.adj-hint__modal[data-v-2537eb61]{padding:30px 20px}.adj-hint__modal[data-v-2537eb61] p{margin-top:7px}.adj-hint__modal[data-v-2537eb61] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-2537eb61]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-44862b4b]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-44862b4b]{color:var(--contrast-normal)}.adj-input__hint[data-v-44862b4b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-44862b4b]{position:relative}.adj-input__field input[data-v-44862b4b]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-44862b4b]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-44862b4b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-44862b4b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-44862b4b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-44862b4b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-44862b4b]{border:1px solid var(--error)}.adj-input_left-title[data-v-44862b4b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-44862b4b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-44862b4b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-dca88a62]{position:relative}.adj-input-modern input[data-v-dca88a62]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-dca88a62]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-dca88a62]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-dca88a62]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-dca88a62]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-dca88a62]::placeholder{color:var(--stroke-light)}.adj-input__field[data-v-192840e4]{position:relative}.adj-input__field input[data-v-192840e4]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.adj-input__field input[data-v-192840e4]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-192840e4]:focus{border:1px solid var(--alternative)}.adj-radio[data-v-798724f5]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-798724f5]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-798724f5]{flex-direction:row-reverse}.adj-radio__item_button[data-v-798724f5]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-light);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-798724f5]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-798724f5]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-798724f5]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-798724f5]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-798724f5]{color:var(--stroke-dark)}.adj-select__title[data-v-673b66a5]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-select__title span[data-v-673b66a5]{color:var(--contrast-normal)}.adj-select__comment[data-v-673b66a5]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-673b66a5]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-light);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__name_active[data-v-673b66a5]{border:1px solid var(--alternative)}.adj-select__name input[data-v-673b66a5]{border:0;outline:0}.adj-select__name span[data-v-673b66a5]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-673b66a5]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-673b66a5]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-673b66a5]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-light);z-index:10}.adj-select__item[data-v-673b66a5]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-673b66a5]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-673b66a5]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-673b66a5]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-673b66a5]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-673b66a5]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-673b66a5]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-673b66a5]{margin-bottom:2px}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-74e6f061]{display:flex;flex-direction:column;align-items:var(--aaae73e2);max-width:100%;width:var(--7e103b9d)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}.adj-select-image[data-v-75361489]{width:100%;overflow:hidden;position:relative;max-height:var(--6c2de9f2);transition:.3s}.adj-select-image[data-v-75361489]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-75361489]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-75361489]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-75361489]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-75361489]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-75361489]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-75361489]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-75361489]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-75361489]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-75361489]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-75361489]{z-index:10;position:fixed;top:var(--58b6ed5a);left:var(--be2e506e);display:var(--cef09c80)}.adj-select-image__expand[data-v-75361489]{display:flex;align-items:center;margin:4px 0 0 35px;color:var(--alternative);cursor:pointer;transition:.3s;position:relative}@media (max-width: 779px){.adj-select-image__expand[data-v-75361489]{margin-left:15px}}.adj-select-image__expand[data-v-75361489]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-75361489]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-75361489]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-75361489]{font-size:24px;line-height:24px}.adj-shadow[data-v-75361489]{position:absolute;right:0;bottom:0;left:0;height:15px;z-index:1;background:linear-gradient(180deg,#fff0,#fff)}.adj-select-image_text[data-v-75361489]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-75361489]{padding:0 10px}.adj-select-image_text_wrapper[data-v-75361489]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-75361489]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-75361489]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-75361489]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-75361489]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-75361489]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-75361489]{display:none}.adj-select-modern[data-v-4c15acfe]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-4c15acfe]{display:flex;align-items:center;gap:2px;border-radius:5px;background-color:var(--back-light);height:34px;transition:.3s}.adj-select-modern .adj-input[data-v-4c15acfe]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-4c15acfe]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-4c15acfe]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-4c15acfe]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-4c15acfe]{transition:.3s;font-size:24px;margin-left:2px;margin-right:6.5px;color:var(--icon-dark)}.adj-select-modern_text .adj-input__text[data-v-4c15acfe]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-4c15acfe],.adj-select-modern_background .adj-input__text[data-v-4c15acfe]{margin-left:8px}.adj-select-modern__items[data-v-4c15acfe]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-4c15acfe]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-4c15acfe]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-4c15acfe]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-4c15acfe]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-4c15acfe]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-4c15acfe],.adj-select-modern_background .adj-select-modern__item-image[data-v-4c15acfe]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-4c15acfe]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-4c15acfe]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-4c15acfe]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-4c15acfe]{color:var(--icon-dark)}.adj-slider-button[data-v-f57350ff]{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.adj-slider-button__circle[data-v-f57350ff]{width:34px;height:34px;border-radius:50%;font-size:24px;background-color:var(--white);color:var(--icon-dark);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 2px #052d2b33;transition:ease .3s;cursor:pointer}.adj-slider-button__circle[data-v-f57350ff]:hover{width:40px;height:40px;background-color:var(--back-light);box-shadow:0 4px 15px #00343145}.adj-slider-button__circle_disabled[data-v-f57350ff]{background-color:var(--back-light);color:var(--stroke-light);cursor:default;opacity:.4;box-shadow:none}.adj-slider-button__circle_disabled[data-v-f57350ff]:hover{width:34px;height:34px;background-color:var(--back-light);box-shadow:none}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-4881eb26]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-4881eb26]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-4881eb26]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-4881eb26]{padding:0}}.adj-tabs__item[data-v-4881eb26]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-4881eb26]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-4881eb26]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:0 4.5px}.adj-tabs__item.active[data-v-4881eb26]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-4881eb26]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled p[data-v-4881eb26]{color:var(--stroke-dark)}.adj-upload-file[data-v-37f03590]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-37f03590]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-37f03590]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-37f03590]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-37f03590]{color:var(--black)}.adj-upload-file .icon-close[data-v-37f03590]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-37f03590]{animation:loading-37f03590 .2s infinite alternate ease-in-out}@keyframes loading-37f03590{0%{color:var(--alternative)}to{color:var(--black)}}
|
|
1
|
+
@import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-f63a643e]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-f63a643e]{transition:.3s}.adj-button_medium[data-v-f63a643e]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-f63a643e]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-f63a643e]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-f63a643e]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-f63a643e]{font-size:14px;line-height:21px}.adj-button_small i[data-v-f63a643e]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-f63a643e]{border-radius:24px}.adj-button_flex[data-v-f63a643e]{width:100%}.adj-button_primary[data-v-f63a643e]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-f63a643e]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-f63a643e]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-f63a643e]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-f63a643e]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-f63a643e]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-f63a643e]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-f63a643e]{color:var(--black)}.adj-button_alternative-dark[data-v-f63a643e]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-f63a643e]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-f63a643e]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-f63a643e]{color:var(--black)}.adj-button_alternative-active[data-v-f63a643e]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-f63a643e]{color:var(--white)}.adj-button_alternative[data-v-f63a643e]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-f63a643e]{color:var(--alternative)}.adj-button_alternative[data-v-f63a643e]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-f63a643e]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-f63a643e]{color:var(--white)!important}.adj-button-checkbox[data-v-8e142c2f]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-8e142c2f]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-8e142c2f]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-8e142c2f]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-8e142c2f],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-8e142c2f]{color:var(--black)}.adj-button-checkbox.active[data-v-8e142c2f]:hover{background:var(--back-dark)}.adj-checkbox[data-v-31f1e526]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-31f1e526]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-31f1e526]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-31f1e526]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-31f1e526]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-31f1e526]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-31f1e526]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-31f1e526]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-31f1e526]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-download-link[data-v-c07343bd]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-c07343bd]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-c07343bd]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-c07343bd],.adj-download-link:hover .title[data-v-c07343bd]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-91e1feec]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-91e1feec]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-91e1feec]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-91e1feec]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-9d0fd331]{height:34px;padding:0 10px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-9d0fd331]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-9d0fd331]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-9d0fd331]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-9d0fd331]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-9d0fd331]{color:var(--white)}.adj-filter-checkbox.active[data-v-9d0fd331]:hover{background:var(--contrast-light)}.adj-scroll[data-v-47993da5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-47993da5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-47993da5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-47993da5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-47993da5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-47993da5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-235ec20a]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--back-light);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__name[data-v-235ec20a]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-235ec20a]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-235ec20a]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-235ec20a]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-235ec20a]{transform:rotate(180deg)}.adj-filter-select__items[data-v-235ec20a]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-235ec20a]{padding:13.5px 16px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-filter-select__item[data-v-235ec20a]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-235ec20a]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-235ec20a]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-235ec20a]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-235ec20a]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-235ec20a]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-235ec20a]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-235ec20a]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-235ec20a]{color:var(--white)}.adj-filters[data-v-0ee90229]{display:flex;gap:10px}.adj-filters-mobile_wrapper[data-v-f53b1531]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:40}.adj-filters-mobile__background[data-v-f53b1531]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-filters-mobile__window[data-v-f53b1531]{position:absolute;top:0;bottom:0;left:0;background-color:var(--white);width:var(--236664a0)}@media (max-width: 779px){.adj-filters-mobile__window[data-v-f53b1531]{width:100%}}.adj-filters-mobile__close[data-v-f53b1531]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-filters-mobile__close[data-v-f53b1531]:hover{color:var(--white)}@media (max-width: 779px){.adj-filters-mobile__close[data-v-f53b1531]{top:15px;right:15px;color:var(--icon-light)}.adj-filters-mobile__close[data-v-f53b1531]:hover{color:var(--stroke-dark)}}.adj-window[data-v-f53b1531]{display:flex;flex-direction:column}.adj-window__header[data-v-f53b1531]{flex-shrink:0;display:flex;align-items:center;gap:16px;height:96px;border-bottom:1px var(--stroke-light) solid;padding:0 24px}.adj-window__header-button[data-v-f53b1531],.adj-window__header-reset[data-v-f53b1531]{color:var(--alternative);cursor:pointer;transition:.3s}.adj-window__header-button[data-v-f53b1531]:hover,.adj-window__header-reset[data-v-f53b1531]:hover{color:var(--black)}.adj-window__header-button[data-v-f53b1531]{font-size:32px}.adj-window__header-title[data-v-f53b1531]{flex-grow:1}.adj-window__header-reset[data-v-f53b1531]{text-decoration:underline}.adj-filter[data-v-f53b1531]{display:flex;align-items:center;gap:16px;height:66px;padding:0 21px;border-left:3px transparent solid;cursor:pointer}.adj-filter[data-v-f53b1531]:hover{background-color:var(--back-light)}.adj-filter_checked[data-v-f53b1531]{background-color:var(--back-light);border-left:3px var(--contrast-normal) solid}.adj-filter__button[data-v-f53b1531]{font-size:32px;color:var(--alternative)}.adj-filter__button .icon-close[data-v-f53b1531]{cursor:pointer;transition:.3s}.adj-filter__button .icon-close[data-v-f53b1531]:hover{color:var(--black)}.adj-filter__title[data-v-f53b1531]{flex-grow:1}.adj-filter_disabled[data-v-f53b1531]{color:var(--stroke-dark);cursor:default}.adj-filter_disabled[data-v-f53b1531]:hover{background-color:unset}.adj-filter_disabled .adj-filter__button[data-v-f53b1531]{color:var(--stroke-dark);cursor:default;transition:.3s}.adj-filter_disabled .adj-filter__button[data-v-f53b1531]:hover{color:var(--stroke-dark)}.adj-modal_wrapper[data-v-b1b32775]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-b1b32775]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b1b32775]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--5f2379a6);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b1b32775]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b1b32775]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b1b32775]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b1b32775]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b1b32775]:hover{color:var(--stroke-dark)}}.adj-hint-desktop[data-v-56d69439]{padding:5px 10px;background:#fff;position:relative;width:var(--19fa0a1c);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-56d69439]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-56d69439] p{margin-top:7px}.adj-hint-desktop__text[data-v-56d69439] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-56d69439]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_inner[data-v-56d69439]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-56d69439]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-56d69439]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-56d69439]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-56d69439]{left:10px}.adj-hint__slot[data-v-2537eb61]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-2537eb61]{z-index:20;position:fixed}.adj-hint__modal[data-v-2537eb61]{padding:30px 20px}.adj-hint__modal[data-v-2537eb61] p{margin-top:7px}.adj-hint__modal[data-v-2537eb61] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-2537eb61]{padding:50px 20px}}.adj-icon[data-v-27ccd948]{cursor:pointer;transition:.3s;height:var(--a6dfad46);width:var(--a6dfad46)}.adj-icon i[data-v-27ccd948]{display:block;font-size:var(--a6dfad46);line-height:var(--a6dfad46);transition:.3s}.adj-icon_light i[data-v-27ccd948]{color:var(--icon-light)}.adj-icon_light i[data-v-27ccd948]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-27ccd948]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-27ccd948]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-27ccd948]{color:#ffffffb3}.adj-icon_dark-back i[data-v-27ccd948]:hover{color:#fff}.adj-icon_disabled i[data-v-27ccd948]{color:var(--stroke-light)!important}.adj-icon-button[data-v-b636fa8d]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-b636fa8d]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-b636fa8d]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-b636fa8d]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-b636fa8d]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-b636fa8d]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-b636fa8d]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-b636fa8d]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-b636fa8d]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-b636fa8d]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-b636fa8d]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-b636fa8d]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-b636fa8d]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-b636fa8d]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-b636fa8d]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-b636fa8d]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-b636fa8d]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-b636fa8d]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-b636fa8d]{transition:.3s}.adj-icon-button__qty[data-v-b636fa8d]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-icon-button-text[data-v-55f3773b]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-55f3773b]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-55f3773b]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-55f3773b]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-55f3773b]:after,.adj-icon-button-text[data-v-55f3773b]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-55f3773b]:hover:after,.adj-icon-button-text[data-v-55f3773b]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-55f3773b]:after{content:var(--b2b877b2)}.adj-icon-button-text_right[data-v-55f3773b]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-55f3773b]:before{content:var(--b2b877b2)}.adj-icon-button-text_left[data-v-55f3773b]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-55f3773b]{animation:adj-loading-55f3773b .2s infinite alternate ease-in-out}[class^=icon-][data-v-55f3773b]{transition:.3s}@keyframes adj-loading-55f3773b{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-54b5699e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-54b5699e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-54b5699e]{width:100%;height:auto}.adj-image-button.active[data-v-54b5699e]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-44862b4b]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-44862b4b]{color:var(--contrast-normal)}.adj-input__hint[data-v-44862b4b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-44862b4b]{position:relative}.adj-input__field input[data-v-44862b4b]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-44862b4b]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-44862b4b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-44862b4b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-44862b4b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-44862b4b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-44862b4b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-44862b4b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-44862b4b]{border:1px solid var(--error)}.adj-input_left-title[data-v-44862b4b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-44862b4b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-44862b4b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-dca88a62]{position:relative}.adj-input-modern input[data-v-dca88a62]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-dca88a62]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-dca88a62]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-dca88a62]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-dca88a62]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-dca88a62]::placeholder{color:var(--stroke-light)}.adj-input__field[data-v-192840e4]{position:relative}.adj-input__field input[data-v-192840e4]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.adj-input__field input[data-v-192840e4]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-192840e4]:focus{border:1px solid var(--alternative)}.adj-radio[data-v-e8b7a335]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-e8b7a335]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-e8b7a335]{flex-direction:row-reverse}.adj-radio__item_button[data-v-e8b7a335]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-light);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-e8b7a335]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-e8b7a335]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-e8b7a335]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-e8b7a335]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-e8b7a335]{color:var(--stroke-dark)}.adj-select__title[data-v-281a0c2c]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-select__title span[data-v-281a0c2c]{color:var(--contrast-normal)}.adj-select__comment[data-v-281a0c2c]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-281a0c2c]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-light);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__name_active[data-v-281a0c2c]{border:1px solid var(--alternative)}.adj-select__name input[data-v-281a0c2c]{border:0;outline:0}.adj-select__name span[data-v-281a0c2c]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-281a0c2c]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-281a0c2c]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-281a0c2c]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-light);z-index:10}.adj-select__item[data-v-281a0c2c]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-281a0c2c]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-281a0c2c]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-281a0c2c]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-281a0c2c]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-281a0c2c]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-281a0c2c]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-281a0c2c]{margin-bottom:2px}.adj-skeleton-item[data-v-a8496a75]{max-width:100%;width:var(--6c6a62eb);margin-top:var(--5e4cd76c);aspect-ratio:var(--3288b325);height:var(--071300a2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-a8496a75 4s ease-in-out infinite}@keyframes adj-loading-a8496a75{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-6b094ab5]{display:flex;flex-direction:column;align-items:var(--393f032d);max-width:100%;width:var(--061db7bb)}svg[data-v-ef9285fe]{display:block}svg circle[data-v-ef9285fe]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ef9285fe]{fill:var(--white)}.adj-select-image[data-v-719e304b]{width:100%;overflow:hidden;position:relative;max-height:var(--99e8fa8a);transition:.3s}.adj-select-image[data-v-719e304b]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-719e304b]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-719e304b]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-719e304b]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-719e304b]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-719e304b]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-719e304b]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-719e304b]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-719e304b]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-719e304b]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-719e304b]{z-index:10;position:fixed;top:var(--110209f2);left:var(--0f46c6d6);display:var(--fcabad18)}.adj-select-image__expand[data-v-719e304b]{display:flex;align-items:center;margin:4px 0 0 35px;color:var(--alternative);cursor:pointer;transition:.3s;position:relative}@media (max-width: 779px){.adj-select-image__expand[data-v-719e304b]{margin-left:15px}}.adj-select-image__expand[data-v-719e304b]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-719e304b]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-719e304b]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-719e304b]{font-size:24px;line-height:24px}.adj-shadow[data-v-719e304b]{position:absolute;right:0;bottom:0;left:0;height:15px;z-index:1;background:linear-gradient(180deg,#fff0,#fff)}.adj-select-image_text[data-v-719e304b]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-719e304b]{padding:0 10px}.adj-select-image_text_wrapper[data-v-719e304b]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-719e304b]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-719e304b]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-719e304b]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-719e304b]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-719e304b]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-719e304b]{display:none}.adj-select-modern[data-v-02575df0]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-02575df0]{display:flex;align-items:center;gap:2px;border-radius:5px;background-color:var(--back-light);height:34px;transition:.3s}.adj-select-modern .adj-input[data-v-02575df0]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-02575df0]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-02575df0]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-02575df0]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-02575df0]{transition:.3s;font-size:24px;margin-left:2px;margin-right:6.5px;color:var(--icon-dark)}.adj-select-modern_text .adj-input__text[data-v-02575df0]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-02575df0],.adj-select-modern_background .adj-input__text[data-v-02575df0]{margin-left:8px}.adj-select-modern__items[data-v-02575df0]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-02575df0]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-02575df0]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-02575df0]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-02575df0]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-02575df0]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-02575df0],.adj-select-modern_background .adj-select-modern__item-image[data-v-02575df0]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-02575df0]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-02575df0]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-02575df0]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-02575df0]{color:var(--icon-dark)}.adj-slider-button[data-v-f57350ff]{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.adj-slider-button__circle[data-v-f57350ff]{width:34px;height:34px;border-radius:50%;font-size:24px;background-color:var(--white);color:var(--icon-dark);display:flex;justify-content:center;align-items:center;box-shadow:0 2px 2px #052d2b33;transition:ease .3s;cursor:pointer}.adj-slider-button__circle[data-v-f57350ff]:hover{width:40px;height:40px;background-color:var(--back-light);box-shadow:0 4px 15px #00343145}.adj-slider-button__circle_disabled[data-v-f57350ff]{background-color:var(--back-light);color:var(--stroke-light);cursor:default;opacity:.4;box-shadow:none}.adj-slider-button__circle_disabled[data-v-f57350ff]:hover{width:34px;height:34px;background-color:var(--back-light);box-shadow:none}svg[data-v-6dc6a818]{display:block}svg circle[data-v-6dc6a818]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-6dc6a818]{fill:var(--white)}svg[data-v-578c540f]{display:block}svg path[data-v-578c540f]{fill:#d8362a}.adj-tabs[data-v-3b51977c]{width:100%;overflow:auto;position:relative;height:50px}.adj-tabs .stroke[data-v-3b51977c]{position:absolute;border-bottom:1px solid var(--stroke-light);width:100%;margin-top:49px;z-index:0}.adj-tabs[data-v-3b51977c]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-3b51977c]{display:flex;width:max-content}@media (max-width: 779px){.adj-tabs-wrapper[data-v-3b51977c]{padding:0}}.adj-tabs__item[data-v-3b51977c]{padding:15px 15px 14px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-3b51977c]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-3b51977c]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:0 4.5px}.adj-tabs__item.active[data-v-3b51977c]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-3b51977c]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled p[data-v-3b51977c]{color:var(--stroke-dark)}.adj-tabs-material[data-v-8d4320b7]{width:100%;overflow:auto;position:relative;height:48px}.adj-tabs-material .stroke[data-v-8d4320b7]{position:absolute;border:1px solid var(--stroke-light);width:100%;margin-top:22px;z-index:0}.adj-tabs-material[data-v-8d4320b7]::-webkit-scrollbar{display:none}.adj-tabs-material-wrapper[data-v-8d4320b7]{display:flex;width:max-content;gap:10px;z-index:1233;position:absolute;width:100%;height:48px}@media (max-width: 779px){.adj-tabs-material-wrapper[data-v-8d4320b7]{padding:0}}.adj-tabs-material__item[data-v-8d4320b7]{display:flex;align-items:center;gap:10px;cursor:pointer;border:2px var(--stroke-light) solid;border-radius:10px;height:48px;background-color:var(--white);padding-right:10px;transition:.3s}.adj-tabs-material__item-image[data-v-8d4320b7]{width:48px;height:48px;border:2px var(--stroke-light) solid;border-radius:10px;margin-left:-2px;transition:.3s}.adj-tabs-material__item-names[data-v-8d4320b7]{display:flex;flex-direction:column}.adj-tabs-material__item-name[data-v-8d4320b7]{font-size:14px;transition:.3s;text-wrap:nowrap}.adj-tabs-material__item-subname[data-v-8d4320b7]{font-size:12px;line-height:16px;color:var(--stroke-dark)}.adj-tabs-material__item.active[data-v-8d4320b7],.adj-tabs-material__item.active .adj-tabs-material__item-image[data-v-8d4320b7]{border-color:var(--contrast-normal)}.adj-tabs-material__item.active .adj-tabs-material__item-name[data-v-8d4320b7]{color:var(--contrast-normal)}.adj-upload-file[data-v-37f03590]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-37f03590]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-37f03590]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-37f03590]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-37f03590]{color:var(--black)}.adj-upload-file .icon-close[data-v-37f03590]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-37f03590]{animation:loading-37f03590 .2s infinite alternate ease-in-out}@keyframes loading-37f03590{0%{color:var(--alternative)}to{color:var(--black)}}
|
|
@@ -2,10 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
/** Заголовок */
|
|
3
3
|
title: string;
|
|
4
4
|
/** Список ссылок */
|
|
5
|
-
items: {
|
|
5
|
+
items: Array<{
|
|
6
6
|
title: string;
|
|
7
7
|
href: string;
|
|
8
|
-
}
|
|
8
|
+
}>;
|
|
9
9
|
};
|
|
10
10
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
11
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IAdjItem } from '../../types/IAdjItem';
|
|
2
2
|
import { IAdjFiltersItem } from '../../types/IAdjFiltersItem';
|
|
3
3
|
type __VLS_Props = {
|
|
4
|
-
filters: IAdjFiltersItem
|
|
5
|
-
modelValue:
|
|
4
|
+
filters: Array<IAdjFiltersItem>;
|
|
5
|
+
modelValue: Array<IAdjItem | object | boolean>;
|
|
6
6
|
};
|
|
7
7
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: (boolean | object | IAdjItem)[]) => any;
|
|
@@ -2,9 +2,9 @@ import { IAdjFiltersItem } from '../../types/IAdjFiltersItem';
|
|
|
2
2
|
import { IAdjItem } from '../../types/IAdjItem';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
/** Массив фильтров */
|
|
5
|
-
filters: IAdjFiltersItem
|
|
5
|
+
filters: Array<IAdjFiltersItem>;
|
|
6
6
|
/** Массив выбранных фильтров */
|
|
7
|
-
modelValue:
|
|
7
|
+
modelValue: Array<IAdjItem | object | boolean>;
|
|
8
8
|
/** Ширина плашки при ширине >=780 */
|
|
9
9
|
width?: string;
|
|
10
10
|
/** Название кнопки / заголовок */
|
|
@@ -3,7 +3,7 @@ type __VLS_Props = {
|
|
|
3
3
|
/** Позиция */
|
|
4
4
|
namePosition?: 'left' | 'right';
|
|
5
5
|
/** Список элементов */
|
|
6
|
-
items?: IAdjItem
|
|
6
|
+
items?: Array<IAdjItem>;
|
|
7
7
|
/** Выбранный элемент */
|
|
8
8
|
modelValue?: IAdjItem;
|
|
9
9
|
/** Неактивен */
|
|
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
15
15
|
"onUpdate:modelValue"?: ((value: IAdjItem) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
disabled: boolean;
|
|
18
|
-
items: IAdjItem
|
|
18
|
+
items: Array<IAdjItem>;
|
|
19
19
|
namePosition: "left" | "right";
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
21
|
export default _default;
|
|
@@ -3,7 +3,7 @@ type __VLS_Props = {
|
|
|
3
3
|
/** Позиция */
|
|
4
4
|
titlePosition: 'left' | 'top';
|
|
5
5
|
/** Список элементов */
|
|
6
|
-
items?: IAdjItem
|
|
6
|
+
items?: Array<IAdjItem>;
|
|
7
7
|
/** Выбранный элемент */
|
|
8
8
|
modelValue?: IAdjItem;
|
|
9
9
|
/** Заголовок */
|
|
@@ -28,7 +28,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
28
28
|
required: boolean;
|
|
29
29
|
title: string;
|
|
30
30
|
titlePosition: "left" | "top";
|
|
31
|
-
items: IAdjItem
|
|
31
|
+
items: Array<IAdjItem>;
|
|
32
32
|
comment: string;
|
|
33
33
|
showSearch: boolean;
|
|
34
34
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -3,7 +3,7 @@ type __VLS_Props = {
|
|
|
3
3
|
/** Выбранный элемент */
|
|
4
4
|
modelValue: IAdjSelectImageItem;
|
|
5
5
|
/** Массив элементов для компонента AdjImageItem */
|
|
6
|
-
items: IAdjSelectImageItem
|
|
6
|
+
items: Array<IAdjSelectImageItem>;
|
|
7
7
|
/** Количество скелетонов */
|
|
8
8
|
skeletonQty?: number;
|
|
9
9
|
/** Дизайн селекта */
|
|
@@ -8,7 +8,7 @@ type __VLS_Props = {
|
|
|
8
8
|
/** Расположение селекта по вертикали */
|
|
9
9
|
verticalPosition?: TVerticalPosition;
|
|
10
10
|
/** Список элементов */
|
|
11
|
-
items: IAdjSelectModernItem
|
|
11
|
+
items: Array<IAdjSelectModernItem>;
|
|
12
12
|
/** Выбранный элемент */
|
|
13
13
|
modelValue?: IAdjSelectModernItem;
|
|
14
14
|
};
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
18
18
|
"onUpdate:modelValue"?: ((value: IAdjSelectModernItem) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
design: "text" | "image" | "background";
|
|
21
|
-
items: IAdjSelectModernItem
|
|
21
|
+
items: Array<IAdjSelectModernItem>;
|
|
22
22
|
horizontalPosition: THorizontalPosition;
|
|
23
23
|
verticalPosition: TVerticalPosition;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as AdjSkeletonItem } from '../AdjSkeletonItem/AdjSkeletonItem.vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
/** Значение */
|
|
4
|
-
loaders: InstanceType<typeof AdjSkeletonItem>['$props']
|
|
4
|
+
loaders: Array<InstanceType<typeof AdjSkeletonItem>['$props']>;
|
|
5
5
|
/** Ширина элемента */
|
|
6
6
|
width?: string;
|
|
7
7
|
/** Выравнивание по центру */
|
|
@@ -9,7 +9,7 @@ type __VLS_Props = {
|
|
|
9
9
|
};
|
|
10
10
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
11
|
width: string;
|
|
12
|
-
loaders: InstanceType<typeof AdjSkeletonItem>["$props"]
|
|
12
|
+
loaders: Array<InstanceType<typeof AdjSkeletonItem>["$props"]>;
|
|
13
13
|
centered: boolean;
|
|
14
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
15
|
export default _default;
|
|
@@ -1,101 +1,6 @@
|
|
|
1
1
|
import { default as AdjTabs } from './AdjTabs.vue';
|
|
2
|
-
import { StoryObj } from '@storybook/vue3';
|
|
3
|
-
|
|
4
|
-
declare const meta: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: Record<keyof typeof AdjTabs, unknown>;
|
|
7
|
-
tags: string[];
|
|
8
|
-
parameters: {
|
|
9
|
-
controls: {
|
|
10
|
-
expanded: boolean;
|
|
11
|
-
};
|
|
12
|
-
docs: {
|
|
13
|
-
description: {
|
|
14
|
-
component: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
argTypes: {
|
|
19
|
-
items: {
|
|
20
|
-
control: false;
|
|
21
|
-
};
|
|
22
|
-
modelValue: {
|
|
23
|
-
control: false;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
args: {
|
|
27
|
-
'onUpdate:modelValue': import('@vitest/spy').Mock<(...args: any[]) => any>;
|
|
28
|
-
};
|
|
29
|
-
render: (args: import('@storybook/vue3').ComponentPropsAndSlots<(<T extends IAdjTabsItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
30
|
-
slots: {};
|
|
31
|
-
attrs: any;
|
|
32
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
33
|
-
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
34
|
-
props: {
|
|
35
|
-
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
36
|
-
items?: T[] | undefined;
|
|
37
|
-
modelValue?: T | undefined;
|
|
38
|
-
} & import('vue').PublicProps;
|
|
39
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
40
|
-
attrs: any;
|
|
41
|
-
slots: {};
|
|
42
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
43
|
-
}>) => import('vue').VNode & {
|
|
44
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
45
|
-
})>) => {
|
|
46
|
-
components: {
|
|
47
|
-
AdjTabs: <T extends IAdjTabsItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
48
|
-
slots: {};
|
|
49
|
-
attrs: any;
|
|
50
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
51
|
-
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
52
|
-
props: {
|
|
53
|
-
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
54
|
-
items?: T[] | undefined;
|
|
55
|
-
modelValue?: T | undefined;
|
|
56
|
-
} & import('vue').PublicProps;
|
|
57
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
58
|
-
attrs: any;
|
|
59
|
-
slots: {};
|
|
60
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
61
|
-
}>) => import('vue').VNode & {
|
|
62
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
setup(this: void): {
|
|
66
|
-
args: import('@storybook/vue3').ComponentPropsAndSlots<(<T extends IAdjTabsItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
67
|
-
slots: {};
|
|
68
|
-
attrs: any;
|
|
69
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
70
|
-
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
71
|
-
props: {
|
|
72
|
-
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
73
|
-
items?: T[] | undefined;
|
|
74
|
-
modelValue?: T | undefined;
|
|
75
|
-
} & import('vue').PublicProps;
|
|
76
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
77
|
-
attrs: any;
|
|
78
|
-
slots: {};
|
|
79
|
-
emit: (e: "update:modelValue", value: T) => void;
|
|
80
|
-
}>) => import('vue').VNode & {
|
|
81
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
82
|
-
})>;
|
|
83
|
-
model: import('vue').Ref<{
|
|
84
|
-
number?: number | undefined;
|
|
85
|
-
id: number | string;
|
|
86
|
-
name: string;
|
|
87
|
-
disabled?: boolean | undefined;
|
|
88
|
-
} | undefined, IAdjTabsItem | {
|
|
89
|
-
number?: number | undefined;
|
|
90
|
-
id: number | string;
|
|
91
|
-
name: string;
|
|
92
|
-
disabled?: boolean | undefined;
|
|
93
|
-
} | undefined>;
|
|
94
|
-
updateModel: (event: IAdjTabsItem) => IAdjTabsItem;
|
|
95
|
-
};
|
|
96
|
-
template: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjTabs>;
|
|
99
4
|
export default meta;
|
|
100
5
|
type Story = StoryObj<typeof meta>;
|
|
101
6
|
export declare const Base: Story;
|
|
@@ -4,9 +4,11 @@ declare const _default: <T extends IAdjTabsItem>(__VLS_props: NonNullable<Awaite
|
|
|
4
4
|
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
5
5
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & {
|
|
6
6
|
/** Список элементов */
|
|
7
|
-
items
|
|
7
|
+
items: Array<T>;
|
|
8
8
|
/** Выбранный элемент */
|
|
9
9
|
modelValue?: T;
|
|
10
|
+
/** Линия */
|
|
11
|
+
useStroke?: boolean;
|
|
10
12
|
} & Partial<{}>> & import('vue').PublicProps;
|
|
11
13
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
12
14
|
attrs: any;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IAdjTabsMaterialItem } from '../../types/IAdjTabsMaterialItem';
|
|
2
|
+
declare const _default: <T extends IAdjTabsMaterialItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
+
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
5
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & {
|
|
6
|
+
/** Список элементов */
|
|
7
|
+
items: Array<T>;
|
|
8
|
+
/** Выбранный элемент */
|
|
9
|
+
modelValue?: T;
|
|
10
|
+
/** Линия */
|
|
11
|
+
useStroke?: boolean;
|
|
12
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
13
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
14
|
+
attrs: any;
|
|
15
|
+
slots: {};
|
|
16
|
+
emit: (e: "update:modelValue", value: T) => void;
|
|
17
|
+
}>) => import('vue').VNode & {
|
|
18
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_PrettifyLocal<T> = {
|
|
22
|
+
[K in keyof T]: T[K];
|
|
23
|
+
} & {};
|