@poni/adjutant-ui 0.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +52 -0
- package/dist/AdjSvgActive-BdMqG9Kf.js +310 -0
- package/dist/AdjSvgActive-nVSqyC5q.cjs +1 -0
- package/dist/components/AdjButton/AdjButton.mock.d.ts +2 -0
- package/dist/components/AdjButton/AdjButton.stories.d.ts +6 -0
- package/dist/components/AdjButton/AdjButton.vue.d.ts +49 -0
- package/dist/components/AdjButton/IAdjButtonEmits.d.ts +4 -0
- package/dist/components/AdjButton/IAdjButtonProps.d.ts +18 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.mock.d.ts +2 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.stories.d.ts +6 -0
- package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +33 -0
- package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxEmits.d.ts +4 -0
- package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxProps.d.ts +8 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.mock.d.ts +3 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.stories.d.ts +7 -0
- package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +49 -0
- package/dist/components/AdjCheckbox/IAdjCheckboxEmits.d.ts +6 -0
- package/dist/components/AdjCheckbox/IAdjCheckboxProps.d.ts +19 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.mock.d.ts +2 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.stories.d.ts +6 -0
- package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +20 -0
- package/dist/components/AdjDownloadLink/IAdjDownloadLinkProps.d.ts +6 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.mock.d.ts +2 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.stories.d.ts +6 -0
- package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +20 -0
- package/dist/components/AdjDropdownLink/IAdjDropdownLinkProps.d.ts +9 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.mock.d.ts +2 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.stories.d.ts +6 -0
- package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +30 -0
- package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxEmits.d.ts +4 -0
- package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxProps.d.ts +6 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.mock.d.ts +2 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.stories.d.ts +6 -0
- package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +34 -0
- package/dist/components/AdjFilterSelect/IAdjFilterSelectEmits.d.ts +4 -0
- package/dist/components/AdjFilterSelect/IAdjFilterSelectItem.d.ts +5 -0
- package/dist/components/AdjFilterSelect/IAdjFilterSelectProps.d.ts +11 -0
- package/dist/components/AdjFilters/AdjFilters.mock.d.ts +2 -0
- package/dist/components/AdjFilters/AdjFilters.stories.d.ts +6 -0
- package/dist/components/AdjFilters/AdjFilters.vue.d.ts +25 -0
- package/dist/components/AdjFilters/IAdjFiltersEmits.d.ts +4 -0
- package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +11 -0
- package/dist/components/AdjFilters/IAdjFiltersProps.d.ts +6 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.mock.d.ts +2 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.stories.d.ts +6 -0
- package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +31 -0
- package/dist/components/AdjFiltersMobile/IAdjFiltersMobileEmits.d.ts +4 -0
- package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +11 -0
- package/dist/components/AdjFiltersMobile/IAdjFiltersMobileProps.d.ts +14 -0
- package/dist/components/AdjHint/AdjHint.mock.d.ts +4 -0
- package/dist/components/AdjHint/AdjHint.stories.d.ts +8 -0
- package/dist/components/AdjHint/AdjHint.vue.d.ts +40 -0
- package/dist/components/AdjHint/IAdjHintProps.d.ts +13 -0
- package/dist/components/AdjHintWrapper/AdjHintWrapper.mock.d.ts +7 -0
- package/dist/components/AdjHintWrapper/AdjHintWrapper.stories.d.ts +11 -0
- package/dist/components/AdjHintWrapper/AdjHintWrapper.vue.d.ts +48 -0
- package/dist/components/AdjHintWrapper/IAdjHintWrapperProps.d.ts +13 -0
- package/dist/components/AdjIcon/AdjIcon.mock.d.ts +2 -0
- package/dist/components/AdjIcon/AdjIcon.stories.d.ts +6 -0
- package/dist/components/AdjIcon/AdjIcon.vue.d.ts +35 -0
- package/dist/components/AdjIcon/IAdjIconProps.d.ts +13 -0
- package/dist/components/AdjIconButton/AdjIconButton.mock.d.ts +5 -0
- package/dist/components/AdjIconButton/AdjIconButton.stories.d.ts +9 -0
- package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +39 -0
- package/dist/components/AdjIconButton/IAdjIconButtonEmits.d.ts +4 -0
- package/dist/components/AdjIconButton/IAdjIconButtonProps.d.ts +12 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.mock.d.ts +2 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.stories.d.ts +6 -0
- package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +30 -0
- package/dist/components/AdjIconButtonText/IAdjIconButtonTextEmits.d.ts +4 -0
- package/dist/components/AdjIconButtonText/IAdjIconButtonTextProps.d.ts +10 -0
- package/dist/components/AdjImageButton/AdjImageButton.mock.d.ts +2 -0
- package/dist/components/AdjImageButton/AdjImageButton.stories.d.ts +6 -0
- package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +29 -0
- package/dist/components/AdjImageButton/IAdjImageButtonProps.d.ts +6 -0
- package/dist/components/AdjInput/AdjInput.mock.d.ts +3 -0
- package/dist/components/AdjInput/AdjInput.stories.d.ts +7 -0
- package/dist/components/AdjInput/AdjInput.vue.d.ts +57 -0
- package/dist/components/AdjInput/IAdjInputEmits.d.ts +4 -0
- package/dist/components/AdjInput/IAdjInputProps.d.ts +22 -0
- package/dist/components/AdjInputModern/AdjInputModern.mock.d.ts +2 -0
- package/dist/components/AdjInputModern/AdjInputModern.stories.d.ts +6 -0
- package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +39 -0
- package/dist/components/AdjInputModern/IAdjInputModernEmits.d.ts +4 -0
- package/dist/components/AdjInputModern/IAdjInputModernProps.d.ts +10 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.mock.d.ts +2 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.stories.d.ts +6 -0
- package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +42 -0
- package/dist/components/AdjInputNumber/IAdjInputNumberEmits.d.ts +4 -0
- package/dist/components/AdjInputNumber/IAdjInputNumberProps.d.ts +12 -0
- package/dist/components/AdjModal/AdjModal.mock.d.ts +3 -0
- package/dist/components/AdjModal/AdjModal.stories.d.ts +7 -0
- package/dist/components/AdjModal/AdjModal.vue.d.ts +42 -0
- package/dist/components/AdjModal/IAdjModalEmits.d.ts +4 -0
- package/dist/components/AdjModal/IAdjModalProps.d.ts +6 -0
- package/dist/components/AdjRadio/AdjRadio.mock.d.ts +3 -0
- package/dist/components/AdjRadio/AdjRadio.stories.d.ts +7 -0
- package/dist/components/AdjRadio/AdjRadio.vue.d.ts +37 -0
- package/dist/components/AdjRadio/IAdjRadioEmits.d.ts +5 -0
- package/dist/components/AdjRadio/IAdjRadioItem.d.ts +4 -0
- package/dist/components/AdjRadio/IAdjRadioProps.d.ts +11 -0
- package/dist/components/AdjScroll/AdjScroll.mock.d.ts +2 -0
- package/dist/components/AdjScroll/AdjScroll.stories.d.ts +6 -0
- package/dist/components/AdjScroll/AdjScroll.vue.d.ts +38 -0
- package/dist/components/AdjScroll/IAdjScrollProps.d.ts +6 -0
- package/dist/components/AdjSelect/AdjSelect.mock.d.ts +3 -0
- package/dist/components/AdjSelect/AdjSelect.stories.d.ts +7 -0
- package/dist/components/AdjSelect/AdjSelect.vue.d.ts +52 -0
- package/dist/components/AdjSelect/IAdjSelectEmits.d.ts +5 -0
- package/dist/components/AdjSelect/IAdjSelectItem.d.ts +4 -0
- package/dist/components/AdjSelect/IAdjSelectProps.d.ts +21 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +2 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +6 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +34 -0
- package/dist/components/AdjSelectImage/IAdjSelectImageEmits.d.ts +4 -0
- package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +5 -0
- package/dist/components/AdjSelectImage/IAdjSelectImageProps.d.ts +9 -0
- package/dist/components/AdjSelectRound/AdjSelectRound.mock.d.ts +2 -0
- package/dist/components/AdjSelectRound/AdjSelectRound.stories.d.ts +6 -0
- package/dist/components/AdjSelectRound/AdjSelectRound.vue.d.ts +34 -0
- package/dist/components/AdjSelectRound/IAdjSelectRoundEmits.d.ts +4 -0
- package/dist/components/AdjSelectRound/IAdjSelectRoundItem.d.ts +4 -0
- package/dist/components/AdjSelectRound/IAdjSelectRoundProps.d.ts +9 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.mock.d.ts +5 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.stories.d.ts +9 -0
- package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +32 -0
- package/dist/components/AdjSkeleton/IAdjSkeletonProps.d.ts +9 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.mock.d.ts +8 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.stories.d.ts +7 -0
- package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +35 -0
- package/dist/components/AdjSkeletonItem/IAdjSkeletonItemProps.d.ts +10 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.mock.d.ts +2 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.stories.d.ts +6 -0
- package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +30 -0
- package/dist/components/AdjSliderButton/IAdjSliderButtonEmits.d.ts +4 -0
- package/dist/components/AdjSliderButton/IAdjSliderButtonProps.d.ts +6 -0
- package/dist/components/AdjSvg/AdjSvg.stories.d.ts +6 -0
- package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +2 -0
- package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +2 -0
- package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -0
- package/dist/components/AdjTabs/AdjTabs.stories.d.ts +6 -0
- package/dist/components/AdjTabs/AdjTabs.vue.d.ts +31 -0
- package/dist/components/AdjTabs/IAdjTabsEmits.d.ts +5 -0
- package/dist/components/AdjTabs/IAdjTabsItem.d.ts +6 -0
- package/dist/components/AdjTabs/IAdjTabsProps.d.ts +7 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.mock.d.ts +2 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.stories.d.ts +6 -0
- package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +30 -0
- package/dist/components/AdjUploadFile/IAdjUploadFileEmits.d.ts +4 -0
- package/dist/components/AdjUploadFile/IAdjUploadFileProps.d.ts +4 -0
- package/dist/components/constructor/AdjBlocks/AdjBlocks.mock.d.ts +2 -0
- package/dist/components/constructor/AdjBlocks/AdjBlocks.stories.d.ts +6 -0
- package/dist/components/constructor/AdjBlocks/AdjBlocks.vue.d.ts +34 -0
- package/dist/components/constructor/AdjBlocks/IAdjBlocksEmits.d.ts +9 -0
- package/dist/components/constructor/AdjBlocks/IAdjBlocksItem.d.ts +14 -0
- package/dist/components/constructor/AdjBlocks/IAdjBlocksProps.d.ts +9 -0
- package/dist/components/constructor/AdjLaminates/AdjLaminates.mock.d.ts +2 -0
- package/dist/components/constructor/AdjLaminates/AdjLaminates.stories.d.ts +6 -0
- package/dist/components/constructor/AdjLaminates/AdjLaminates.vue.d.ts +30 -0
- package/dist/components/constructor/AdjLaminates/IAdjLaminatesEmits.d.ts +5 -0
- package/dist/components/constructor/AdjLaminates/IAdjLaminatesItem.d.ts +8 -0
- package/dist/components/constructor/AdjLaminates/IAdjLaminatesProps.d.ts +9 -0
- package/dist/components/constructor/AdjMaterials/AdjMaterials.mock.d.ts +2 -0
- package/dist/components/constructor/AdjMaterials/AdjMaterials.stories.d.ts +6 -0
- package/dist/components/constructor/AdjMaterials/AdjMaterials.vue.d.ts +32 -0
- package/dist/components/constructor/AdjMaterials/IAdjMaterialsEmits.d.ts +7 -0
- package/dist/components/constructor/AdjMaterials/IAdjMaterialsItem.d.ts +18 -0
- package/dist/components/constructor/AdjMaterials/IAdjMaterialsProps.d.ts +9 -0
- package/dist/components/constructor/AdjModels/AdjModels.mock.d.ts +2 -0
- package/dist/components/constructor/AdjModels/AdjModels.stories.d.ts +6 -0
- package/dist/components/constructor/AdjModels/AdjModels.vue.d.ts +33 -0
- package/dist/components/constructor/AdjModels/IAdjModelsEmits.d.ts +5 -0
- package/dist/components/constructor/AdjModels/IAdjModelsItem.d.ts +12 -0
- package/dist/components/constructor/AdjModels/IAdjModelsProps.d.ts +11 -0
- package/dist/components/constructor/AdjNavigator/AdjNavigator.mock.d.ts +6 -0
- package/dist/components/constructor/AdjNavigator/AdjNavigator.stories.d.ts +10 -0
- package/dist/components/constructor/AdjNavigator/AdjNavigator.vue.d.ts +33 -0
- package/dist/components/constructor/AdjNavigator/IAdjNavigatorEmits.d.ts +5 -0
- package/dist/components/constructor/AdjNavigator/IAdjNavigatorItem.d.ts +7 -0
- package/dist/components/constructor/AdjNavigator/IAdjNavigatorProps.d.ts +8 -0
- package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.mock.d.ts +2 -0
- package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.stories.d.ts +6 -0
- package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.vue.d.ts +30 -0
- package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsEmits.d.ts +5 -0
- package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsGroup.d.ts +9 -0
- package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsItem.d.ts +8 -0
- package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsProps.d.ts +10 -0
- package/dist/components/constructor/AdjPricebar/AdjPricebar.mock.d.ts +2 -0
- package/dist/components/constructor/AdjPricebar/AdjPricebar.stories.d.ts +6 -0
- package/dist/components/constructor/AdjPricebar/AdjPricebar.vue.d.ts +24 -0
- package/dist/components/constructor/AdjPricebar/IAdjPricebarEmits.d.ts +4 -0
- package/dist/components/constructor/AdjPricebar/IAdjPricebarProps.d.ts +32 -0
- package/dist/components/constructor/AdjProducts/AdjProducts.mock.d.ts +3 -0
- package/dist/components/constructor/AdjProducts/AdjProducts.stories.d.ts +7 -0
- package/dist/components/constructor/AdjProducts/AdjProducts.vue.d.ts +33 -0
- package/dist/components/constructor/AdjProducts/IAdjProductsEmits.d.ts +5 -0
- package/dist/components/constructor/AdjProducts/IAdjProductsItem.d.ts +10 -0
- package/dist/components/constructor/AdjProducts/IAdjProductsProps.d.ts +9 -0
- package/dist/components/constructor/AdjStitchings/AdjStitchings.mock.d.ts +2 -0
- package/dist/components/constructor/AdjStitchings/AdjStitchings.stories.d.ts +6 -0
- package/dist/components/constructor/AdjStitchings/AdjStitchings.vue.d.ts +30 -0
- package/dist/components/constructor/AdjStitchings/IAdjStitchingsEmits.d.ts +5 -0
- package/dist/components/constructor/AdjStitchings/IAdjStitchingsGroup.d.ts +9 -0
- package/dist/components/constructor/AdjStitchings/IAdjStitchingsItem.d.ts +8 -0
- package/dist/components/constructor/AdjStitchings/IAdjStitchingsProps.d.ts +10 -0
- package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.mock.d.ts +3 -0
- package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.stories.d.ts +7 -0
- package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.vue.d.ts +34 -0
- package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemEmits.d.ts +5 -0
- package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemProps.d.ts +11 -0
- package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.mock.d.ts +3 -0
- package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.stories.d.ts +8 -0
- package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.vue.d.ts +50 -0
- package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemEmits.d.ts +7 -0
- package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemProps.d.ts +25 -0
- package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.mock.d.ts +5 -0
- package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.stories.d.ts +13 -0
- package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.vue.d.ts +80 -0
- package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemEmits.d.ts +12 -0
- package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemProps.d.ts +38 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.mock.d.ts +3 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.stories.d.ts +7 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.vue.d.ts +45 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemEmits.d.ts +4 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemProps.d.ts +20 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.mock.d.ts +6 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.stories.d.ts +10 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.vue.d.ts +34 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjAdjNavigatorWrapperEmits.d.ts +5 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperActive.d.ts +4 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperProps.d.ts +9 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.mock.d.ts +2 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.stories.d.ts +6 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.vue.d.ts +24 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperEmits.d.ts +4 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperProps.d.ts +6 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebaritem.d.ts +9 -0
- package/dist/components.cjs +1 -0
- package/dist/components.d.ts +2 -0
- package/dist/components.js +775 -0
- package/dist/constructor.cjs +1 -0
- package/dist/constructor.d.ts +2 -0
- package/dist/constructor.js +743 -0
- package/dist/favicon-adj.svg +6 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +15 -0
- package/dist/logo.svg +10 -0
- package/dist/misc/TPosition.d.ts +4 -0
- package/dist/misc/getModelImagesArray.d.ts +4 -0
- package/dist/misc/iconNameOptions.d.ts +1 -0
- package/dist/plugin/components.d.ts +30 -0
- package/dist/plugin/constructor.d.ts +8 -0
- package/dist/plugin/index.d.ts +6 -0
- package/dist/plugin/types.d.ts +10 -0
- package/dist/style.css +1 -0
- package/dist/types.cjs +1 -0
- package/dist/types.d.ts +2 -0
- package/dist/types.js +1 -0
- package/dist/vars.scss +114 -0
- package/package.json +86 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="36" height="36" fill="#FF8349" />
|
|
3
|
+
<path
|
|
4
|
+
d="M23.6972 9.292L19.5882 11.781L24.3262 14.477V21.554L17.9612 25.092L11.7032 21.554V16.069L7.59619 13.956V24L17.8152 30L28.4042 24V12.002L23.6972 9.292ZM21.7932 8.303L17.8132 6L13.6652 8.568L17.6972 10.786L21.7932 8.303Z"
|
|
5
|
+
fill="black" />
|
|
6
|
+
</svg>
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function t(e,r,a=16){return Array.from({length:a},(g,n)=>`${r}/models/${e}/${String(n+1).padStart(4,"0")}.webp`)}const o={install:e=>{e.provide("getModelImagesArray",t)}};exports.AdjutantUiPlugin=o;exports.getModelImagesArray=t;
|
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
function n(r, t, e = 16) {
|
|
2
|
+
return Array.from(
|
|
3
|
+
{ length: e },
|
|
4
|
+
(o, a) => `${t}/models/${r}/${String(a + 1).padStart(4, "0")}.webp`
|
|
5
|
+
);
|
|
6
|
+
}
|
|
7
|
+
const d = {
|
|
8
|
+
install: (r) => {
|
|
9
|
+
r.provide("getModelImagesArray", n);
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
d as AdjutantUiPlugin,
|
|
14
|
+
n as getModelImagesArray
|
|
15
|
+
};
|
package/dist/logo.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="241" height="32" viewBox="0 0 241 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M115.989 0.496094C109.831 0.496094 104.696 5.08841 103.528 11.1846H103.278H98.5846V0.809182H93.3379V26.6605H98.5846V16.1588H103.278H103.477C104.532 22.403 109.73 27.1469 115.989 27.1469C123.009 27.1469 128.699 21.1812 128.699 13.8213C128.7 6.46186 123.009 0.496094 115.989 0.496094ZM115.989 22.1877C111.801 22.1877 108.407 18.4379 108.407 13.8125C108.407 9.18703 111.801 5.43721 115.989 5.43721C120.176 5.43721 123.571 9.18703 123.571 13.8125C123.571 18.4379 120.176 22.1877 115.989 22.1877Z" fill="#7F2629" />
|
|
3
|
+
<path d="M131.026 5.74524H139.747V26.6606H144.916V5.74524H153.637V0.887451H131.026V5.74524Z" fill="#7F2629" />
|
|
4
|
+
<path d="M240.833 0.887451H218.222V5.74524H226.942V26.6606H232.112V5.74524H240.833V0.887451Z" fill="#7F2629" />
|
|
5
|
+
<path d="M207.266 11.1938H194.221V0.809082H188.945V26.6635H194.221V15.7959H207.266V26.6635H212.542V0.809082H207.266V11.1938Z" fill="#7F2629" />
|
|
6
|
+
<path d="M71.9308 0.809082H60.6333V5.40709L66.7386 5.4102L66.735 26.6599H86.6503V10.0067H71.9369L71.9308 0.809082ZM81.4658 22.0624H71.9308V14.9819H81.4658V22.0624Z" fill="#7F2629" />
|
|
7
|
+
<path d="M14.6187 0.892626C7.60538 0.892626 0 5.54653 0 14.5454C0 21.792 5.52862 27.129 12.3485 27.129C15.5009 27.129 18.1616 25.8719 20.3438 23.8056V26.6637H25.591V5.75611V0.887451H20.3438C20.3438 0.887451 14.5507 0.891591 14.6187 0.892626ZM20.3438 13.8079C20.3438 18.7708 17.0627 22.2603 12.7955 22.2603C8.50616 22.2603 5.0291 19.103 5.0291 14.5454C5.0291 8.10506 10.2583 5.75611 15.7015 5.75611H20.3433V13.8079H20.3438Z" fill="#7F2629" />
|
|
8
|
+
<path d="M170.841 0.892626C163.828 0.892626 156.223 5.54601 156.223 14.5454C156.223 21.792 161.751 27.1284 168.571 27.1284C171.724 27.1284 174.384 25.8714 176.566 23.805V26.6632H181.814V5.75611V0.887451H176.566C176.567 0.887451 170.774 0.891591 170.841 0.892626ZM176.567 13.8079C176.567 18.7708 173.286 22.2603 169.019 22.2603C164.729 22.2603 161.252 19.103 161.252 14.5454C161.252 8.10506 166.481 5.75611 171.925 5.75611H176.566V13.8079H176.567Z" fill="#7F2629" />
|
|
9
|
+
<path d="M54.9481 0.809082H40.0182C37.9754 0.809082 36.3195 2.47492 36.3195 4.52993V8.47122C36.3195 13.241 36.2598 15.7282 35.4707 18.3731C34.8585 20.424 32.4185 22.4117 31.2646 22.4391V31.9767H36.4717V26.6635H53.1029V31.9767H58.31V21.9506H54.9486V0.809082H54.9481ZM49.7493 21.9506H39.0557C41.1639 18.9739 41.346 14.1311 41.4216 9.00322V5.41175H49.7493V21.9506Z" fill="#7F2629" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const iconNameOptions: string[];
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { default as AdjButton } from '../components/AdjButton/AdjButton.vue';
|
|
2
|
+
import { default as AdjButtonCheckbox } from '../components/AdjButtonCheckbox/AdjButtonCheckbox.vue';
|
|
3
|
+
import { default as AdjCheckbox } from '../components/AdjCheckbox/AdjCheckbox.vue';
|
|
4
|
+
import { default as AdjDownloadLink } from '../components/AdjDownloadLink/AdjDownloadLink.vue';
|
|
5
|
+
import { default as AdjDropdownLink } from '../components/AdjDropdownLink/AdjDropdownLink.vue';
|
|
6
|
+
import { default as AdjFilterCheckbox } from '../components/AdjFilterCheckbox/AdjFilterCheckbox.vue';
|
|
7
|
+
import { default as AdjFilterSelect } from '../components/AdjFilterSelect/AdjFilterSelect.vue';
|
|
8
|
+
import { default as AdjHint } from '../components/AdjHint/AdjHint.vue';
|
|
9
|
+
import { default as AdjHintWrapper } from '../components/AdjHintWrapper/AdjHintWrapper.vue';
|
|
10
|
+
import { default as AdjIcon } from '../components/AdjIcon/AdjIcon.vue';
|
|
11
|
+
import { default as AdjIconButton } from '../components/AdjIconButton/AdjIconButton.vue';
|
|
12
|
+
import { default as AdjIconButtonText } from '../components/AdjIconButtonText/AdjIconButtonText.vue';
|
|
13
|
+
import { default as AdjImageButton } from '../components/AdjImageButton/AdjImageButton.vue';
|
|
14
|
+
import { default as AdjInput } from '../components/AdjInput/AdjInput.vue';
|
|
15
|
+
import { default as AdjInputModern } from '../components/AdjInputModern/AdjInputModern.vue';
|
|
16
|
+
import { default as AdjModal } from '../components/AdjModal/AdjModal.vue';
|
|
17
|
+
import { default as AdjRadio } from '../components/AdjRadio/AdjRadio.vue';
|
|
18
|
+
import { default as AdjScroll } from '../components/AdjScroll/AdjScroll.vue';
|
|
19
|
+
import { default as AdjSelect } from '../components/AdjSelect/AdjSelect.vue';
|
|
20
|
+
import { default as AdjSelectImage } from '../components/AdjSelectImage/AdjSelectImage.vue';
|
|
21
|
+
import { default as AdjSelectRound } from '../components/AdjSelectRound/AdjSelectRound.vue';
|
|
22
|
+
import { default as AdjSkeleton } from '../components/AdjSkeleton/AdjSkeleton.vue';
|
|
23
|
+
import { default as AdjSkeletonItem } from '../components/AdjSkeletonItem/AdjSkeletonItem.vue';
|
|
24
|
+
import { default as AdjSvgActive } from '../components/AdjSvg/AdjSvgActive.vue';
|
|
25
|
+
import { default as AdjSvgEdit } from '../components/AdjSvg/AdjSvgEdit.vue';
|
|
26
|
+
import { default as AdjSvgFly } from '../components/AdjSvg/AdjSvgFly.vue';
|
|
27
|
+
import { default as AdjSvgYoutube } from '../components/AdjSvg/AdjSvgYoutube.vue';
|
|
28
|
+
import { default as AdjTabs } from '../components/AdjTabs/AdjTabs.vue';
|
|
29
|
+
import { default as AdjUploadFile } from '../components/AdjUploadFile/AdjUploadFile.vue';
|
|
30
|
+
export { AdjButton, AdjButtonCheckbox, AdjCheckbox, AdjDownloadLink, AdjDropdownLink, AdjFilterCheckbox, AdjFilterSelect, AdjHint, AdjHintWrapper, AdjIcon, AdjIconButton, AdjIconButtonText, AdjImageButton, AdjInput, AdjInputModern, AdjModal, AdjRadio, AdjScroll, AdjSelect, AdjSelectImage, AdjSelectRound, AdjSkeleton, AdjSkeletonItem, AdjSvgActive, AdjSvgEdit, AdjSvgFly, AdjSvgYoutube, AdjTabs, AdjUploadFile, };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as AdjBlocks } from '../components/constructor/AdjBlocks/AdjBlocks.vue';
|
|
2
|
+
import { default as AdjLaminates } from '../components/constructor/AdjLaminates/AdjLaminates.vue';
|
|
3
|
+
import { default as AdjMaterials } from '../components/constructor/AdjMaterials/AdjMaterials.vue';
|
|
4
|
+
import { default as AdjModels } from '../components/constructor/AdjModels/AdjModels.vue';
|
|
5
|
+
import { default as AdjNavigator } from '../components/constructor/AdjNavigator/AdjNavigator.vue';
|
|
6
|
+
import { default as AdjProducts } from '../components/constructor/AdjProducts/AdjProducts.vue';
|
|
7
|
+
import { default as AdjStitchings } from '../components/constructor/AdjStitchings/AdjStitchings.vue';
|
|
8
|
+
export { AdjBlocks, AdjLaminates, AdjMaterials, AdjModels, AdjNavigator, AdjProducts, AdjStitchings, };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IAdjTabsItem } from '../components/AdjTabs/IAdjTabsItem';
|
|
2
|
+
import { IAdjBlocksItem } from '../components/constructor/AdjBlocks/IAdjBlocksItem';
|
|
3
|
+
import { IAdjLaminatesItem } from '../components/constructor/AdjLaminates/IAdjLaminatesItem';
|
|
4
|
+
import { IAdjMaterialsItem } from '../components/constructor/AdjMaterials/IAdjMaterialsItem';
|
|
5
|
+
import { IAdjModelsItem } from '../components/constructor/AdjModels/IAdjModelsItem';
|
|
6
|
+
import { IAdjProductsItem } from '../components/constructor/AdjProducts/IAdjProductsItem';
|
|
7
|
+
import { IAdjStitchingsGroup } from '../components/constructor/AdjStitchings/IAdjStitchingsGroup';
|
|
8
|
+
import { IAdjStitchingsItem } from '../components/constructor/AdjStitchings/IAdjStitchingsItem';
|
|
9
|
+
import { IAdjNavigatorItem, IAdjNavigatorItemActive } from '../components/constructor/AdjNavigator/IAdjNavigatorItem';
|
|
10
|
+
export { IAdjTabsItem, IAdjBlocksItem, IAdjLaminatesItem, IAdjMaterialsItem, IAdjModelsItem, IAdjNavigatorItem, IAdjNavigatorItemActive, IAdjProductsItem, IAdjStitchingsGroup, IAdjStitchingsItem, };
|
package/dist/style.css
ADDED
|
@@ -0,0 +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{--dark-text: #000000;--wine-brown: #7f2629;--error: #e14848;--contrast-dark: #d74400;--contrast-regular: #ff5100;--contrast-light: #ff6f2d;--alternative: #00aaa7;--light-text-dark-stroke: #7c9594;--icon-color: #a4cccc;--icon2-color: #40a8a8;--hover-color: #d3e5e5;--light-back-color: #ecf4f4;--stroke-color: #c5cfcf;--white: #ffffff;--black: #000000}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;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-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:27px;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-size:18px;font-weight:400;line-height:26px;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px;letter-spacing:0em}.adj-text-12{font-family:Roboto;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-bold{font-weight:600}.adj-effect-overlay{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:21px;color:var(--dark-text);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-regular)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-regular)}.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(--light-back-color);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(--hover-color)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-08e5f4ad]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-08e5f4ad]{transition:.3s}.adj-button_medium[data-v-08e5f4ad]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-08e5f4ad]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-08e5f4ad]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-08e5f4ad]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-08e5f4ad]{font-size:14px;line-height:21px}.adj-button_small i[data-v-08e5f4ad]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-08e5f4ad]{border-radius:24px}.adj-button_flex[data-v-08e5f4ad]{width:100%}.adj-button_primary[data-v-08e5f4ad]{background-color:var(--contrast-regular);color:var(--white)}.adj-button_primary[data-v-08e5f4ad]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-08e5f4ad]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-08e5f4ad]{background-color:var(--light-back-color);color:var(--dark-text)}.adj-button_alternative-light i[data-v-08e5f4ad]{color:var(--icon2-color)}.adj-button_alternative-light[data-v-08e5f4ad]:hover{background-color:var(--hover-color)}.adj-button_alternative-light[data-v-08e5f4ad]:active{background-color:var(--icon-color)}.adj-button_alternative-light:active i[data-v-08e5f4ad]{color:var(--dark-text)}.adj-button_alternative-dark[data-v-08e5f4ad]{background-color:var(--hover-color);color:var(--dark-text)}.adj-button_alternative-dark i[data-v-08e5f4ad]{color:var(--icon2-color)}.adj-button_alternative-dark[data-v-08e5f4ad]:hover{background-color:var(--icon-color)}.adj-button_alternative-dark:hover i[data-v-08e5f4ad]{color:var(--dark-text)}.adj-button_alternative-active[data-v-08e5f4ad]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-08e5f4ad]{color:var(--white)}.adj-button_alternative[data-v-08e5f4ad]{background-color:var(--light-back-color);color:var(--alternative)}.adj-button_alternative i[data-v-08e5f4ad]{color:var(--alternative)}.adj-button_alternative[data-v-08e5f4ad]:hover{background-color:var(--hover-color)}.adj-button_disabled[data-v-08e5f4ad]{background-color:var(--stroke-color)!important;color:var(--white)!important}.adj-button_disabled i[data-v-08e5f4ad]{color:var(--white)!important}.adj-hint[data-v-e943fafd]{padding:5px 10px;background:#fff;position:relative;width:var(--47bcf1e4);border:1px solid var(--stroke-color);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint__text[data-v-e943fafd]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint__text[data-v-e943fafd] p{margin-top:7px}.adj-hint__text[data-v-e943fafd] p:first-child{margin:0}.adj-hint__triangle[data-v-e943fafd]{position:absolute;left:50%;top:-13px}.adj-hint__triangle_inner[data-v-e943fafd]{fill:#fff}.adj-hint__triangle_border[data-v-e943fafd]{stroke:var(--stroke-color)}.adj-hint_dark.adj-hint[data-v-e943fafd]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint_dark.adj-hint .adj-hint__triangle_inner[data-v-e943fafd]{fill:#000000b3}.adj-hint_dark.adj-hint .adj-hint__triangle_border[data-v-e943fafd]{stroke:#000000b3}.adj-hint_dark.adj-hint.adj-hint_left .adj-hint__triangle[data-v-e943fafd]{right:15px}.adj-hint_dark.adj-hint.adj-hint_right .adj-hint__triangle[data-v-e943fafd]{left:15px}.adj-hint_top.adj-hint .adj-hint__triangle[data-v-e943fafd]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint_left.adj-hint .adj-hint__triangle[data-v-e943fafd]{right:10px;left:auto}.adj-hint_right.adj-hint .adj-hint__triangle[data-v-e943fafd]{left:10px}.adj-modal_wrapper[data-v-71450429]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-71450429]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-71450429]{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(--f3e276ac);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--dark-text)}@media (max-width: 779px){.adj-modal__window[data-v-71450429]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-71450429]{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-71450429]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-71450429]{top:15px;right:15px;color:var(--icon-color)}.adj-modal__close[data-v-71450429]:hover{color:var(--light-text-dark-stroke)}}.adj-hint-wrapper__slot[data-v-e25d64b4]{width:fit-content;height:fit-content}.adj-hint-wrapper__hint[data-v-e25d64b4]{z-index:20;position:fixed}.adj-hint-wrapper__modal[data-v-e25d64b4]{padding:30px 20px}.adj-hint-wrapper__modal[data-v-e25d64b4] p{margin-top:7px}.adj-hint-wrapper__modal[data-v-e25d64b4] p:first-child{margin:0}@media (max-width: 779px){.adj-hint-wrapper__modal[data-v-e25d64b4]{padding:50px 20px}}.adj-icon-button[data-v-2fc0329c]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-2fc0329c]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-2fc0329c]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-2fc0329c]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-2fc0329c]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-2fc0329c]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-2fc0329c]{color:var(--icon-color)}.adj-icon-button_white-back[data-v-2fc0329c]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-2fc0329c]{color:var(--light-text-dark-stroke)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-2fc0329c]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-2fc0329c]{color:var(--stroke-color)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-2fc0329c]{background:var(--stroke-color)}.adj-icon-button_dark-back[data-v-2fc0329c]{background-color:var(--hover-color)}.adj-icon-button_dark-back i[data-v-2fc0329c]{color:var(--icon2-color)}.adj-icon-button_dark-back[data-v-2fc0329c]:hover{background-color:var(--icon-color)}.adj-icon-button_dark-back:hover i[data-v-2fc0329c]{color:var(--dark-text)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-2fc0329c]{background:var(--stroke-color)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-2fc0329c]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-2fc0329c]{background:var(--stroke-color)}.adj-icon-button_light-back[data-v-2fc0329c]{background-color:var(--light-back-color)}.adj-icon-button_light-back i[data-v-2fc0329c]{color:var(--icon2-color)}.adj-icon-button_light-back[data-v-2fc0329c]:hover{background-color:var(--hover-color)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-2fc0329c]{background:var(--stroke-color)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-2fc0329c]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-2fc0329c]{background:var(--stroke-color)}.adj-icon-button__icon[data-v-2fc0329c]{transition:.3s}.adj-icon-button__qty[data-v-2fc0329c]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-regular);color:var(--white);padding:0 4px}.adj-skeleton-item[data-v-de17e3aa]{max-width:100%;width:var(--71e1d2bb);margin-top:var(--10304188);aspect-ratio:var(--011836f5);height:var(--9eecea5c);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-de17e3aa 4s ease-in-out infinite}@keyframes adj-loading-de17e3aa{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-3db85138]{display:flex;flex-direction:column;align-items:var(--8d14bacc);max-width:100%;width:var(--5981d4b0)}svg[data-v-36f8f51c]{display:block}svg circle[data-v-36f8f51c]{fill:var(--contrast-regular);stroke:var(--white)}svg path[data-v-36f8f51c]{fill:var(--white)}.adj-image-item[data-v-5ad2bd76]{display:flex;flex-direction:column;max-width:100%;width:var(--c958be96);height:auto;position:relative;gap:10px}.adj-image-item_hovered[data-v-5ad2bd76]{cursor:pointer}.adj-image-item_hovered .adj-bottom__title[data-v-5ad2bd76]{color:var(--contrast-regular)}.adj-image-item_hovered .adj-hint__wrapper[data-v-5ad2bd76]{transform:translateY(0)}.adj-image-item_checked .adj-bottom__title[data-v-5ad2bd76]{color:var(--contrast-regular);border-color:var(--contrast-regular)}.adj-image-item_bordered .adj-top[data-v-5ad2bd76]{border:1px var(--stroke-color) solid}.adj-top[data-v-5ad2bd76]{width:100%;position:relative}.adj-top__image[data-v-5ad2bd76]{display:block;width:100%}.adj-top__check[data-v-5ad2bd76]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-hint[data-v-5ad2bd76]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.adj-hint__wrapper[data-v-5ad2bd76]{position:absolute;bottom:0;right:0;left:0;padding:15px 10px;background-color:#000000b3;transform:translateY(100%);color:var(--white);transition:.3s}.adj-labels[data-v-5ad2bd76]{display:flex;flex-direction:column;text-align:center;width:57px;height:30px;gap:5px;position:absolute;right:0;top:5px}.adj-labels__label[data-v-5ad2bd76]{color:var(--white);background-color:var(--alternative)}.adj-top__buttons[data-v-5ad2bd76]{display:flex;flex-direction:column;gap:5px;position:absolute;left:0;top:0;opacity:0;transition:.3s}@media (max-width: 1199px){.adj-top__buttons[data-v-5ad2bd76]{opacity:1}}.adj-image-item:hover .adj-top__buttons[data-v-5ad2bd76]{opacity:1}.adj-bottom__title[data-v-5ad2bd76]{padding-bottom:1px;border-bottom:2px transparent solid;transition:.3s}.adj-bottom__title_center[data-v-5ad2bd76]{text-align:center}.adj-bottom__subtitle[data-v-5ad2bd76]{margin-top:3px;color:var(--light-text-dark-stroke)}.adj-square[data-v-5ad2bd76]{display:flex;justify-content:center;align-items:center;position:absolute;width:34px;height:34px;right:-17px;background-color:var(--white);color:var(--icon-color);border:1px solid var(--icon-color);border-radius:5px;font-size:24px;line-height:24px;transition:.3s}.adj-square_close[data-v-5ad2bd76]{top:-17px}.adj-square_quantity[data-v-5ad2bd76]{bottom:22px;color:var(--contrast-regular);border:1px solid var(--contrast-regular);font-size:16px}.adj-square_plus[data-v-5ad2bd76]{bottom:-17px}.adj-square_close[data-v-5ad2bd76],.adj-square_plus[data-v-5ad2bd76]{box-shadow:0 4px 8px #052d2b26}.adj-square_close[data-v-5ad2bd76]:hover,.adj-square_plus[data-v-5ad2bd76]:hover{color:var(--light-text-dark-stroke);box-shadow:0 4px 15px #00343145}.adj-blocks[data-v-7b8be36b]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:50px 20px}@media (min-width: 1200px){.adj-blocks__item[data-v-7b8be36b]{max-width:195px}}@media (min-width: 1200px){.adj-blocks__item[data-v-7b8be36b]{width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-blocks__item[data-v-7b8be36b]{width:calc((100% - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-blocks__item[data-v-7b8be36b]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-blocks__item[data-v-7b8be36b]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-blocks__item[data-v-7b8be36b]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-blocks__item[data-v-7b8be36b]{width:calc((100% + -0px)*1)}}.adj-cover-item[data-v-d03f86d3]{display:flex;flex-direction:column;max-width:100%;width:var(--552f88e4);height:auto;position:relative}.adj-cover-item_hovered[data-v-d03f86d3]{cursor:pointer}.adj-cover-item_hovered .adj-bottom__title[data-v-d03f86d3]{color:var(--contrast-regular)}.adj-cover-item_underlined .adj-bottom__title[data-v-d03f86d3]{text-decoration:underline}.adj-cover-item_checked .adj-bottom__title[data-v-d03f86d3]{color:var(--contrast-regular);border-color:var(--contrast-regular)}.adj-top[data-v-d03f86d3]{width:100%;position:relative;aspect-ratio:1}.adj-top__image[data-v-d03f86d3]{display:block;width:100%}.adj-top__check[data-v-d03f86d3]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-top__icon-buttons[data-v-d03f86d3]{position:absolute;right:0;top:0;display:flex;flex-direction:column;row-gap:5px}.adj-bottom[data-v-d03f86d3]{min-height:80px}.adj-bottom__title[data-v-d03f86d3]{text-align:center;padding:15px 0 16px;border-bottom:2px transparent solid;transition:.3s}.adj-laminates[data-v-650086d6]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:35px 20px}@media (max-width: 1199px){.adj-laminates[data-v-650086d6]{gap:35px 30px}}@media (min-width: 1200px){.adj-laminates__item[data-v-650086d6]{max-width:195px;width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-laminates__item[data-v-650086d6]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-laminates__item[data-v-650086d6]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-laminates__item[data-v-650086d6]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-laminates__item[data-v-650086d6]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-laminates__item[data-v-650086d6]{width:calc((100% + -0px)*1)}}.adj-materials[data-v-0c7fe4db]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-materials[data-v-0c7fe4db]{gap:30px 30px}}@media (min-width: 1200px){.adj-materials__item[data-v-0c7fe4db]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-materials__item[data-v-0c7fe4db]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-materials__item[data-v-0c7fe4db]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-materials__item[data-v-0c7fe4db]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-materials__item[data-v-0c7fe4db]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-materials__item[data-v-0c7fe4db]{width:calc((100% + -0px)*1)}}.adj-models[data-v-822553a7]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (min-width: 780px) and (max-width: 1019px){.adj-models[data-v-822553a7]{max-width:850px}}@media (min-width: 1020px){.adj-models__item[data-v-822553a7]{max-width:195px}}@media (min-width: 1920px){.adj-models__item[data-v-822553a7]{width:calc((100vw - 100px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-models__item[data-v-822553a7]{width:calc((100vw - 60px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-models__item[data-v-822553a7]{width:calc((100vw - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-models__item[data-v-822553a7]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-models__item[data-v-822553a7]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-models__item[data-v-822553a7]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-models__item[data-v-822553a7]{width:calc((100% + -0px)*1)}}.adj-navigator-item[data-v-64e116d0]{display:flex;flex-direction:column;width:112px;cursor:pointer}@media (max-width: 779px){.adj-navigator-item[data-v-64e116d0]{width:160px}}.adj-navigator-item_disabled[data-v-64e116d0],.adj-navigator-item_loading[data-v-64e116d0]{cursor:default}.adj-navigator-item__top[data-v-64e116d0]{height:42px;display:flex;align-items:center}.adj-navigator-item__label[data-v-64e116d0]{height:25px;font-size:13px;line-height:19px;text-align:center;transition:.3s;padding-top:6px}.adj-navigator-item__label_active[data-v-64e116d0],.adj-navigator-item__label_normal[data-v-64e116d0]{color:var(--dark-text)}.adj-navigator-item__label_disabled[data-v-64e116d0]{color:var(--stroke-color)}.adj-navigator-item__square[data-v-64e116d0]{width:42px;height:42px;border-radius:10px;text-align:center;overflow:hidden;padding:4px;transition:.3s}.adj-navigator-item__square span[data-v-64e116d0],.adj-navigator-item__square i[data-v-64e116d0]{font-size:30px;line-height:32px}.adj-navigator-item__square_active[data-v-64e116d0]{border:2px var(--contrast-regular) solid;background-color:var(--contrast-regular);color:var(--white)}.adj-navigator-item__square_normal[data-v-64e116d0]{border:2px var(--dark-text) solid;color:var(--dark-text)}.adj-navigator-item__square_disabled[data-v-64e116d0]{border:2px var(--stroke-color) solid;color:var(--stroke-color)}.adj-navigator-item__square span[data-v-64e116d0]{font-size:16px;font-weight:700}.adj-navigator-item__line[data-v-64e116d0]{width:35px;height:2px;transition:.3s}@media (max-width: 779px){.adj-navigator-item__line[data-v-64e116d0]{width:59px}}.adj-navigator-item__line_active[data-v-64e116d0]{background-color:var(--contrast-regular)}.adj-navigator-item__line_normal[data-v-64e116d0]{background-color:var(--dark-text)}.adj-navigator-item__line_disabled[data-v-64e116d0]{background-color:var(--stroke-color)}.adj-navigator-item__line_hidden[data-v-64e116d0]{background-color:transparent}.adj-navigator-item:hover .adj-navigator-item__square_active[data-v-64e116d0]{border:2px var(--contrast-light) solid;background-color:var(--contrast-light)}.adj-navigator-item:hover .adj-navigator-item__square_normal[data-v-64e116d0]{border:2px var(--contrast-regular) solid;color:var(--contrast-regular)}.adj-navigator-item_loading .adj-navigator-item__square_active[data-v-64e116d0]{animation:adj-loading-border-64e116d0 .2s infinite alternate ease-in-out,adj-loading-background-64e116d0 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__square_normal[data-v-64e116d0],.adj-navigator-item_loading .adj-navigator-item__square_disabled[data-v-64e116d0]{animation:adj-loading-border-64e116d0 .2s infinite alternate ease-in-out,adj-loading-color-64e116d0 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__line_active[data-v-64e116d0],.adj-navigator-item_loading .adj-navigator-item__line_normal[data-v-64e116d0],.adj-navigator-item_loading .adj-navigator-item__line_disabled[data-v-64e116d0]{animation:adj-loading-background-64e116d0 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__label_active[data-v-64e116d0],.adj-navigator-item_loading .adj-navigator-item__label_normal[data-v-64e116d0],.adj-navigator-item_loading .adj-navigator-item__label_disabled[data-v-64e116d0]{animation:adj-loading-color-64e116d0 .2s infinite alternate ease-in-out}@keyframes adj-loading-color-64e116d0{0%{color:var(--stroke-color)}to{color:var(--light-text-dark-stroke)}}@keyframes adj-loading-border-64e116d0{0%{border-color:var(--stroke-color)}to{border-color:var(--light-text-dark-stroke)}}@keyframes adj-loading-background-64e116d0{0%{background-color:var(--stroke-color)}to{background-color:var(--light-text-dark-stroke)}}.adj-navigator-wrapper[data-v-bf449487]{display:flex;justify-content:center}.adj-navigator-wrapper__item-title[data-v-bf449487]{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em;white-space:nowrap;margin:3px 20px 0}@media (max-width: 1199px){.adj-navigator-wrapper__item-title[data-v-bf449487]{font-weight:600;font-size:24px;line-height:32px;margin:7px 10px 0}}@media (max-width: 779px){.adj-navigator-wrapper__item-title[data-v-bf449487]{width:10px;height:10px;margin:16px 0 0;overflow:hidden;color:var(--contrast-regular);background-color:var(--contrast-regular);border-radius:3px}}.adj-navigator__fixed[data-v-78d45dfe]{height:62px;position:fixed;background-color:var(--white);left:0;right:0;top:var(--73ef0170);padding:10px 0;z-index:30;border-bottom:1px solid var(--light-back-color)}.adj-navigator__inline[data-v-78d45dfe]{height:87px;padding:10px 0}.adj-products[data-v-3ac9648b]{display:flex;justify-content:center}.adj-products_wrapper[data-v-3ac9648b]{display:flex;justify-content:center;width:100%;flex-wrap:wrap;gap:30px}@media (max-width: 1019px){.adj-products_wrapper[data-v-3ac9648b]{justify-content:flex-start}}@media (min-width: 780px) and (max-width: 1019px){.adj-products_wrapper[data-v-3ac9648b]{max-width:870px}}@media (min-width: 780px){.adj-products__item[data-v-3ac9648b]{max-width:270px}}@media (min-width: 1920px){.adj-products__item[data-v-3ac9648b]{width:calc((100vw - 150px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-products__item[data-v-3ac9648b]{width:calc((100vw - 90px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-products__item[data-v-3ac9648b]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-products__item[data-v-3ac9648b]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-products__item[data-v-3ac9648b]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-products__item[data-v-3ac9648b]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-products__item[data-v-3ac9648b]{width:calc((100% + -0px)*1)}}.adj-stitchings[data-v-abe7fb3f]{display:flex;flex-direction:column;gap:30px}.adj-stitchings__groups[data-v-abe7fb3f]{display:flex;gap:10px}.adj-stitchings__items[data-v-abe7fb3f]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-stitchings__items[data-v-abe7fb3f]{gap:30px 30px}}@media (min-width: 1200px){.adj-stitchings__item[data-v-abe7fb3f]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-stitchings__item[data-v-abe7fb3f]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-stitchings__item[data-v-abe7fb3f]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-stitchings__item[data-v-abe7fb3f]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-stitchings__item[data-v-abe7fb3f]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-stitchings__item[data-v-abe7fb3f]{width:calc((100% + -0px)*1)}}.adj-button-checkbox[data-v-3a71fdab]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--light-back-color);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-3a71fdab]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-3a71fdab]{color:var(--icon2-color);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-3a71fdab]:hover{background:var(--hover-color)}.adj-button-checkbox.active[data-v-3a71fdab]{background:var(--icon-color)}.adj-button-checkbox.active i[data-v-3a71fdab],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-3a71fdab]{color:var(--dark-text)}.adj-button-checkbox.active[data-v-3a71fdab]:hover{background:var(--hover-color)}.adj-checkbox[data-v-72027b98]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-72027b98]{width:16px;height:16px;border:1px solid var(--stroke-color);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-72027b98]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-72027b98]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-72027b98]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-72027b98]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-72027b98]{fill:var(--stroke-color)}.adj-checkbox.disabled span[data-v-72027b98]{color:var(--light-text-dark-stroke)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-72027b98]{pointer-events:none;border:1px solid var(--stroke-color)}.adj-download-link[data-v-d71b6a14]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-d71b6a14]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-d71b6a14]{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-d71b6a14],.adj-download-link:hover .title[data-v-d71b6a14]{color:var(--contrast-regular)}.adj-dropdown-link__title[data-v-1ed02edb]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-1ed02edb]{transition:.3s;font-size:24px;color:var(--icon2-color)}.adj-dropdown-link__items[data-v-1ed02edb]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-1ed02edb]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-28a58e52]{height:34px;padding:0 10px;border-radius:5px;background:var(--light-back-color);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-28a58e52]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-28a58e52]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-28a58e52]:hover{background:var(--hover-color)}.adj-filter-checkbox.active[data-v-28a58e52]{background:var(--contrast-regular)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-28a58e52]{color:var(--white)}.adj-filter-checkbox.active[data-v-28a58e52]:hover{background:var(--contrast-light)}.adj-scroll[data-v-704662ca]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-704662ca]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-704662ca]::-webkit-scrollbar-track{background:var(--light-back-color)}.adj-scroll[data-v-704662ca]::-webkit-scrollbar-thumb{background-color:var(--icon-color);border-radius:20px;border:5px solid var(--light-back-color)}.adj-scroll[data-v-704662ca]::-webkit-scrollbar-thumb:hover{background-color:var(--icon2-color)}@-moz-document url-prefix(){.adj-scroll[data-v-704662ca]{scrollbar-color:var(--icon-color) var(--light-back-color)}.adj-scroll[data-v-704662ca]:hover{scrollbar-color:var(--icon2-color) var(--light-back-color)}}.adj-scroll_white[data-v-704662ca]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-704662ca]{scrollbar-color:var(--icon-color) var(--white)}.adj-scroll_white[data-v-704662ca]:hover{scrollbar-color:var(--icon2-color) var(--white)}}.adj-scroll_white[data-v-704662ca]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-704662ca]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__label[data-v-ae2233b2]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--light-back-color);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__label[data-v-ae2233b2]:hover{background-color:var(--hover-color)}.adj-filter-select__label span[data-v-ae2233b2]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__label i[data-v-ae2233b2]{transition:.3s;font-size:24px;color:var(--icon2-color)}.adj-filter-select.show .adj-filter-select__label[data-v-ae2233b2]{background-color:var(--hover-color)}.adj-filter-select.show i[data-v-ae2233b2]{transform:rotate(180deg)}.adj-filter-select__items[data-v-ae2233b2]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--light-back-color);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-ae2233b2]{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-ae2233b2]:hover{background-color:var(--hover-color)}.adj-filter-select__item_disabled[data-v-ae2233b2]{background-color:var(--light-back-color);color:var(--light-text-dark-stroke)}.adj-filter-select__item_disabled i[data-v-ae2233b2]{color:var(--icon2-color)}.adj-filter-select.left .adj-filter-select__items[data-v-ae2233b2]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-ae2233b2]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__label[data-v-ae2233b2]{background-color:var(--contrast-regular)}.adj-filter-select.active .adj-filter-select__label span[data-v-ae2233b2]{color:var(--white)}.adj-filter-select.active .adj-filter-select__label[data-v-ae2233b2]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__label i[data-v-ae2233b2]{color:var(--white)}.adj-icon[data-v-059e61ff]{cursor:pointer;transition:.3s;height:24px;width:24px}.adj-icon i[data-v-059e61ff]{display:block;font-size:24px;line-height:24px;transition:.3s}.adj-icon_light i[data-v-059e61ff]{color:var(--icon-color)}.adj-icon_light i[data-v-059e61ff]:hover{color:var(--light-text-dark-stroke)}.adj-icon_contrast i[data-v-059e61ff]{color:var(--icon2-color)}.adj-icon_contrast i[data-v-059e61ff]:hover{color:var(--dark-text)}.adj-icon_dark-back i[data-v-059e61ff]{color:#ffffffb3}.adj-icon_dark-back i[data-v-059e61ff]:hover{color:#fff}.adj-icon_disabled i[data-v-059e61ff]{color:var(--stroke-color)!important}.adj-icon-button-text[data-v-e42e5d09]{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-e42e5d09]{line-height:30px;font-size:30px;color:var(--icon-color)}.adj-icon-button-text[data-v-e42e5d09]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-e42e5d09]{color:var(--light-text-dark-stroke)}.adj-icon-button-text[data-v-e42e5d09]:after,.adj-icon-button-text[data-v-e42e5d09]: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-e42e5d09]:hover:after,.adj-icon-button-text[data-v-e42e5d09]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-e42e5d09]:after{content:var(--1340e149)}.adj-icon-button-text_right[data-v-e42e5d09]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-e42e5d09]:before{content:var(--1340e149)}.adj-icon-button-text_left[data-v-e42e5d09]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-e42e5d09]{animation:adj-loading-e42e5d09 .2s infinite alternate ease-in-out}[class^=icon-][data-v-e42e5d09]{transition:.3s}@keyframes adj-loading-e42e5d09{0%{color:var(--icon-color)}to{color:var(--light-text-dark-stroke)}}.adj-image-button[data-v-869ce69e]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-869ce69e]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-869ce69e]{width:100%;height:auto}.adj-image-button.active[data-v-869ce69e]{border:2px solid var(--contrast-regular)}.adj-input__title[data-v-9c357710]{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-9c357710]{color:var(--contrast-regular)}.adj-input__hint[data-v-9c357710]{position:absolute;right:0;top:45px}.adj-input__field[data-v-9c357710]{position:relative}.adj-input__field input[data-v-9c357710]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-color);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-9c357710]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--light-text-dark-stroke);transition:.3s}.adj-input__field input[data-v-9c357710]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-9c357710]:focus::placeholder{color:var(--stroke-color)}.adj-input__field .icon-pass[data-v-9c357710]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-9c357710]{color:var(--icon-color);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-9c357710]{color:var(--light-text-dark-stroke)}.adj-input_disabled .adj-input__field input[data-v-9c357710]{background-color:var(--light-back-color);border:1px solid var(--stroke-color);color:var(--light-text-dark-stroke)}.adj-input_disabled .adj-input__field input[data-v-9c357710]::placeholder{color:var(--stroke-color)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-9c357710]{color:var(--stroke-color)}.adj-input_error .adj-input__field input[data-v-9c357710]{border:1px solid var(--error)}.adj-input_left-title[data-v-9c357710]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-9c357710]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-9c357710]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-67db6876]{position:relative}.adj-input-modern input[data-v-67db6876]{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-67db6876]::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-67db6876]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-67db6876]:focus::placeholder{color:var(--icon-color)}.adj-input-modern_disabled input[data-v-67db6876]{color:var(--light-text-dark-stroke);border-bottom:1px solid var(--stroke-color)}.adj-input-modern_disabled input[data-v-67db6876]::placeholder{color:var(--stroke-color)}.adj-radio[data-v-738401f4]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-738401f4]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-738401f4]{flex-direction:row-reverse}.adj-radio__item_button[data-v-738401f4]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-color);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-738401f4]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-738401f4]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-738401f4]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-738401f4]{border-color:var(--stroke-color)}.adj-radio_disabled.adj-radio .adj-radio__item_title[data-v-738401f4]{color:var(--light-text-dark-stroke)}.adj-select__title[data-v-4d605a1f]{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-4d605a1f]{color:var(--contrast-regular)}.adj-select__comment[data-v-4d605a1f]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__label[data-v-4d605a1f]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-color);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__label_active[data-v-4d605a1f]{border:1px solid var(--alternative)}.adj-select__label input[data-v-4d605a1f]{border:0;outline:0}.adj-select__label span[data-v-4d605a1f]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__label i[data-v-4d605a1f]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon2-color)}.adj-select.show i[data-v-4d605a1f]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-4d605a1f]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-color);z-index:10}.adj-select__item[data-v-4d605a1f]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-4d605a1f]:hover{background-color:var(--light-back-color)}.adj-select__item.active[data-v-4d605a1f]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-4d605a1f]{color:var(--light-text-dark-stroke)}.adj-select.disabled .adj-select__label[data-v-4d605a1f]{background-color:var(--light-back-color);color:var(--light-text-dark-stroke)}.adj-select.disabled .adj-select__label i[data-v-4d605a1f]{color:var(--stroke-color)}.adj-select.leftTitle[data-v-4d605a1f]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-4d605a1f]{margin-bottom:2px}.adj-select-images__label[data-v-2f765b1a]{padding:0 4px 0 0;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--light-back-color);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-select-images__label[data-v-2f765b1a]:hover{background-color:var(--hover-color)}.adj-select-images__label img[data-v-2f765b1a]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-color)}.adj-select-images__label span[data-v-2f765b1a]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-images__label i[data-v-2f765b1a]{transition:.3s;font-size:24px;color:var(--icon2-color)}.adj-select-images.show .adj-select-images__label[data-v-2f765b1a]{background-color:var(--hover-color)}.adj-select-images.show i[data-v-2f765b1a]{transform:rotate(180deg)}.adj-select-images__items[data-v-2f765b1a]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--light-back-color);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-images__item[data-v-2f765b1a]{padding:7px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-select-images__item[data-v-2f765b1a]:hover{background-color:var(--hover-color)}.adj-select-images__item img[data-v-2f765b1a]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-color)}.adj-select-images.disabled .adj-select-images__label[data-v-2f765b1a]{background-color:var(--light-back-color);color:var(--light-text-dark-stroke)}.adj-select-images.disabled .adj-select-images__label i[data-v-2f765b1a]{color:var(--icon2-color)}.adj-select-images.left .adj-select-images__items[data-v-2f765b1a]{right:0;left:auto;transform:none}.adj-select-images.right .adj-select-images__items[data-v-2f765b1a]{left:0;transform:none}.adj-select-round__label[data-v-7397b9eb]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--light-back-color);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-select-round__label[data-v-7397b9eb]:hover{background-color:var(--hover-color)}.adj-select-round__label img[data-v-7397b9eb]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-color)}.adj-select-round__label span[data-v-7397b9eb]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-round__label i[data-v-7397b9eb]{transition:.3s;font-size:24px;color:var(--icon2-color)}.adj-select-round.show .adj-select-round__label[data-v-7397b9eb]{background-color:var(--hover-color)}.adj-select-round.show i[data-v-7397b9eb]{transform:rotate(180deg)}.adj-select-round__items[data-v-7397b9eb]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--light-back-color);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-round__item[data-v-7397b9eb]{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-select-round__item[data-v-7397b9eb]:hover{background-color:var(--hover-color)}.adj-select-round__item img[data-v-7397b9eb]{width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-color)}.adj-select-round.disabled .adj-select-round__label[data-v-7397b9eb]{background-color:var(--light-back-color);color:var(--light-text-dark-stroke)}.adj-select-round.disabled .adj-select-round__label i[data-v-7397b9eb]{color:var(--icon2-color)}.adj-select-round.left .adj-select-round__items[data-v-7397b9eb]{right:0;left:auto;transform:none}.adj-select-round.right .adj-select-round__items[data-v-7397b9eb]{left:0;transform:none}svg[data-v-1ee68387]{display:block}svg circle[data-v-1ee68387]{fill:var(--contrast-regular);stroke:var(--white)}svg path[data-v-1ee68387]{fill:var(--white)}svg[data-v-066981b3]{display:block}svg path[data-v-066981b3]{fill:#d8362a}.adj-tabs[data-v-3489ebd8]{cursor:pointer;display:flex;align-items:center}.adj-tabs__items[data-v-3489ebd8]{display:flex;position:relative}.adj-tabs__items[data-v-3489ebd8]:before{content:"";position:absolute;bottom:0;right:0;left:0;height:1px;background:#c5cfcf}.adj-tabs__item[data-v-3489ebd8]{padding:13.5px 15px;display:flex;align-items:center;gap:6px}.adj-tabs__item p[data-v-3489ebd8]{font-size:14px;line-height:21px}.adj-tabs__item span[data-v-3489ebd8]{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-3489ebd8]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-3489ebd8]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-regular)}.adj-tabs__item.disabled p[data-v-3489ebd8]{color:var(--light-text-dark-stroke)}.adj-upload-file[data-v-feb857a3]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-feb857a3]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-feb857a3]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-feb857a3]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-feb857a3]{color:var(--black)}.adj-upload-file .icon-close[data-v-feb857a3]{color:var(--icon-color)}
|
package/dist/types.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/dist/types.d.ts
ADDED
package/dist/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/vars.scss
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
// Colors
|
|
2
|
+
$gray-100: #fdfeff;
|
|
3
|
+
$gray-200: #e9eff3;
|
|
4
|
+
$gray-300: #c8c8d0;
|
|
5
|
+
$gray-400: #9a9aa7;
|
|
6
|
+
$gray-500: #777784;
|
|
7
|
+
$gray-600: #6f6f7a;
|
|
8
|
+
$gray-700: #525665;
|
|
9
|
+
$gray-800: #484b58;
|
|
10
|
+
$gray-900: #383b40;
|
|
11
|
+
|
|
12
|
+
$dark-text: var(--dark-text);
|
|
13
|
+
$wine-brown: var(--wine-brown);
|
|
14
|
+
$error: var(--error);
|
|
15
|
+
$contrast-dark: var(--contrast-dark);
|
|
16
|
+
$contrast-regular: var(--contrast-regular);
|
|
17
|
+
$contrast-light: var(--contrast-light);
|
|
18
|
+
$alternative: var(--alternative);
|
|
19
|
+
$light-text-dark-stroke: var(--light-text-dark-stroke);
|
|
20
|
+
$icon-color: var(--icon-color);
|
|
21
|
+
$icon2-color: var(--icon2-color);
|
|
22
|
+
$hover-color: var(--hover-color);
|
|
23
|
+
$light-back-color: var(--light-back-color);
|
|
24
|
+
$stroke-color: var(--stroke-color);
|
|
25
|
+
$white: var(--white);
|
|
26
|
+
$black: var(--black);
|
|
27
|
+
|
|
28
|
+
// :root
|
|
29
|
+
|
|
30
|
+
// --contrast-regular: #FF5100
|
|
31
|
+
// --contrast-dark: #D74400
|
|
32
|
+
// --contrast-light: #FF8349
|
|
33
|
+
// --alternative: #00AAA7
|
|
34
|
+
// --icon-2: #40A8A8
|
|
35
|
+
// --icon: #A4CCCC
|
|
36
|
+
// --hover: #D3E5E5
|
|
37
|
+
// --light-back: #ECF4F4
|
|
38
|
+
// --white: #FFFFFF
|
|
39
|
+
// --dark-text: #000000
|
|
40
|
+
// --dark-stroke: #7C9594
|
|
41
|
+
// --stroke-color: #C5CFCF
|
|
42
|
+
// --wine-brown: #7F2629
|
|
43
|
+
// --error: #E14848
|
|
44
|
+
|
|
45
|
+
// $blue: #7bb6f1
|
|
46
|
+
// $indigo: #7574d2
|
|
47
|
+
// $purple: #a174d2
|
|
48
|
+
// $pink: #dc5bb4
|
|
49
|
+
// $red: #dc5d5b
|
|
50
|
+
// $orange: #fc9e66
|
|
51
|
+
// $yellow: #fccc5e
|
|
52
|
+
// $green: #67b75d
|
|
53
|
+
// $teal: #43b993
|
|
54
|
+
// $cyan: #4faebd
|
|
55
|
+
|
|
56
|
+
// $black: #2d2f33
|
|
57
|
+
// $dark: #484b58
|
|
58
|
+
// $gray: #6f6f7a
|
|
59
|
+
// $light: #9a9aa7
|
|
60
|
+
// $white: #ffffff
|
|
61
|
+
|
|
62
|
+
// $gray-100: #fdfeff
|
|
63
|
+
// $gray-200: #e9eff3
|
|
64
|
+
// $gray-300: #c8c8d0
|
|
65
|
+
// $gray-400: #9a9aa7
|
|
66
|
+
// $gray-500: #777784
|
|
67
|
+
// $gray-600: #6f6f7a
|
|
68
|
+
// $gray-700: #525665
|
|
69
|
+
// $gray-800: #484b58
|
|
70
|
+
// $gray-900: #383B40
|
|
71
|
+
|
|
72
|
+
// // adjutant colors
|
|
73
|
+
// $dark-text: #000000
|
|
74
|
+
// $wine-brown: #7F2629
|
|
75
|
+
// $error: #E14848
|
|
76
|
+
// $contrast-dark: #D74400
|
|
77
|
+
// $contrast-regular: #FF5100
|
|
78
|
+
// $contrast-light: #FF6F2D
|
|
79
|
+
// $alternative: #00AAA7
|
|
80
|
+
// $light-text-dark-stroke: #7C9594
|
|
81
|
+
// $icon-color: var(--icon-color)
|
|
82
|
+
// $hover-color: #D3E5E5
|
|
83
|
+
// $light-back-color: #ECF4F4
|
|
84
|
+
// $stroke-color: #C5CFCF
|
|
85
|
+
// $white: #FFFFFF
|
|
86
|
+
|
|
87
|
+
// $primary: $contrast-regular
|
|
88
|
+
// $secondary: $gray-500
|
|
89
|
+
// $success: $green
|
|
90
|
+
// $info: $cyan
|
|
91
|
+
// $warning: $yellow
|
|
92
|
+
// $danger: $red
|
|
93
|
+
// $light: $gray-200
|
|
94
|
+
// $dark: $gray-800
|
|
95
|
+
|
|
96
|
+
// // Sizes
|
|
97
|
+
// $max-mq-size: 1600
|
|
98
|
+
// $base-font-size: 16
|
|
99
|
+
|
|
100
|
+
// // Mq Breackpoints
|
|
101
|
+
|
|
102
|
+
// // $breakpoints: ('extra-small': 359px, 'small': 779px, 'medium': 1019px, 'large': 1200px)
|
|
103
|
+
|
|
104
|
+
// $grid-breakpoints: (xs: 0, sm: 780px, md:1020px, lg: 1200px, xl: 1600px)
|
|
105
|
+
|
|
106
|
+
// @media (min-width: 359px)
|
|
107
|
+
// .container-lg, .container-md, .container-sm, .container
|
|
108
|
+
// width: 1200px
|
|
109
|
+
|
|
110
|
+
// // Animate
|
|
111
|
+
// $use-all: true
|
|
112
|
+
|
|
113
|
+
// // Adjutant's btns
|
|
114
|
+
// $btn-font-family: $white
|
package/package.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@poni/adjutant-ui",
|
|
3
|
+
"version": "0.0.98",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.cjs",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/types.d.ts",
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"homepage": "https://ui.adjutant.ru",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://bitbucket.org/developer_poni/adjutant-ui"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"dist"
|
|
16
|
+
],
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"import": "./dist/index.js",
|
|
20
|
+
"require": "./dist/index.cjs"
|
|
21
|
+
},
|
|
22
|
+
"./components": {
|
|
23
|
+
"import": "./dist/components.js",
|
|
24
|
+
"require": "./dist/components.cjs"
|
|
25
|
+
},
|
|
26
|
+
"./constructor": {
|
|
27
|
+
"import": "./dist/constructor.js",
|
|
28
|
+
"require": "./dist/constructor.cjs"
|
|
29
|
+
},
|
|
30
|
+
"./types": {
|
|
31
|
+
"import": "./dist/types.js",
|
|
32
|
+
"require": "./dist/types.cjs"
|
|
33
|
+
},
|
|
34
|
+
"./styles.css": "./dist/style.css",
|
|
35
|
+
"./vars.scss": "./dist/vars.scss"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"dev": "storybook dev -p 5555 --no-open",
|
|
39
|
+
"build": "vite build",
|
|
40
|
+
"pub": "vite build && npm publish --access public",
|
|
41
|
+
"up": "ncu --target minor -u && npm i",
|
|
42
|
+
"up-major": "ncu -u && npm i",
|
|
43
|
+
"build-sb": "storybook build",
|
|
44
|
+
"check": "run-s format lint type-check",
|
|
45
|
+
"format": "prettier --write src/",
|
|
46
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
47
|
+
"type-check": "vue-tsc --noEmit"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"@vueuse/core": ">=10",
|
|
51
|
+
"vue": ">=3"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@chromatic-com/storybook": "^1.7.0",
|
|
55
|
+
"@rushstack/eslint-patch": "^1.10.4",
|
|
56
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
57
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
58
|
+
"@storybook/addon-links": "^8.2.9",
|
|
59
|
+
"@storybook/blocks": "^8.2.9",
|
|
60
|
+
"@storybook/test": "^8.2.9",
|
|
61
|
+
"@storybook/vue3": "^8.2.9",
|
|
62
|
+
"@storybook/vue3-vite": "^8.2.9",
|
|
63
|
+
"@types/node": "^22.5.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^5.1.2",
|
|
65
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
66
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
67
|
+
"@vue/tsconfig": "^0.5.1",
|
|
68
|
+
"@vueuse/core": "^11.0.3",
|
|
69
|
+
"eslint": "^8.57.0",
|
|
70
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
71
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
72
|
+
"npm-run-all2": "^6.2.2",
|
|
73
|
+
"prettier": "^3.3.3",
|
|
74
|
+
"sass": "^1.77.8",
|
|
75
|
+
"storybook": "^8.2.9",
|
|
76
|
+
"typescript": "^5.5.4",
|
|
77
|
+
"vite": "^5.4.2",
|
|
78
|
+
"vite-plugin-dts": "^4.0.3",
|
|
79
|
+
"vue": "^3.4.38",
|
|
80
|
+
"vue-tsc": "^2.0.29"
|
|
81
|
+
},
|
|
82
|
+
"engines": {
|
|
83
|
+
"npm": ">=10",
|
|
84
|
+
"node": ">=20"
|
|
85
|
+
}
|
|
86
|
+
}
|