@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,9 @@
|
|
|
1
|
+
import { IAdjLaminatesItem } from './IAdjLaminatesItem';
|
|
2
|
+
export interface IAdjLaminatesProps {
|
|
3
|
+
/** Выбранный элемент */
|
|
4
|
+
modelValue?: IAdjLaminatesItem;
|
|
5
|
+
/** Массив элементов для компонента AdjCoverItem */
|
|
6
|
+
items: IAdjLaminatesItem[];
|
|
7
|
+
/** Количество скелетонов */
|
|
8
|
+
skeletonQty?: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IAdjMaterialsProps } from './IAdjMaterialsProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjMaterialsProps>, {
|
|
3
|
+
skeletonQty: number;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => void;
|
|
6
|
+
clickDetail: (value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjMaterialsProps>, {
|
|
8
|
+
skeletonQty: number;
|
|
9
|
+
}>>> & {
|
|
10
|
+
"onUpdate:modelValue"?: ((value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => any) | undefined;
|
|
11
|
+
onClickDetail?: ((value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => any) | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
skeletonQty: number;
|
|
14
|
+
}, {}>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithDefaults<P, D> = {
|
|
17
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
18
|
+
default: D[K];
|
|
19
|
+
}> : P[K];
|
|
20
|
+
};
|
|
21
|
+
type __VLS_Prettify<T> = {
|
|
22
|
+
[K in keyof T]: T[K];
|
|
23
|
+
} & {};
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToOption<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IAdjMaterialsItem } from './IAdjMaterialsItem';
|
|
2
|
+
export interface IAdjMaterialsEmits {
|
|
3
|
+
/** Выбор элемента */
|
|
4
|
+
(e: 'update:modelValue', value: IAdjMaterialsItem): void;
|
|
5
|
+
/** Нажатие на кнопку Подробнее */
|
|
6
|
+
(e: 'clickDetail', value: IAdjMaterialsItem): void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface IAdjMaterialsItem {
|
|
2
|
+
/** ID */
|
|
3
|
+
id: number;
|
|
4
|
+
/** Url-адрес картинки */
|
|
5
|
+
image: string;
|
|
6
|
+
/** Название/заголовок */
|
|
7
|
+
name: string;
|
|
8
|
+
/** Массив подзаголовков */
|
|
9
|
+
subnames?: string[];
|
|
10
|
+
/** Массив подсказок */
|
|
11
|
+
hints?: string[];
|
|
12
|
+
/** Лейбл Sale */
|
|
13
|
+
labelSale?: boolean;
|
|
14
|
+
/** Лейбл New */
|
|
15
|
+
labelNew?: boolean;
|
|
16
|
+
/** Лейбл CMYK */
|
|
17
|
+
labelCmyk?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IAdjMaterialsItem } from './IAdjMaterialsItem';
|
|
2
|
+
export interface IAdjMaterialsProps {
|
|
3
|
+
/** Выбранный элемент */
|
|
4
|
+
modelValue?: IAdjMaterialsItem;
|
|
5
|
+
/** Массив элементов для компонента AdjImageItem */
|
|
6
|
+
items: IAdjMaterialsItem[];
|
|
7
|
+
/** Количество скелетонов */
|
|
8
|
+
skeletonQty?: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IAdjModelsProps } from './IAdjModelsProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModelsProps>, {
|
|
3
|
+
duration: number;
|
|
4
|
+
skeletonQty: number;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: import('./IAdjModelsItem').IAdjModelsItem) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModelsProps>, {
|
|
8
|
+
duration: number;
|
|
9
|
+
skeletonQty: number;
|
|
10
|
+
}>>> & {
|
|
11
|
+
"onUpdate:modelValue"?: ((value: import('./IAdjModelsItem').IAdjModelsItem) => any) | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
skeletonQty: number;
|
|
14
|
+
duration: number;
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface IAdjModelsItem {
|
|
2
|
+
/** ID */
|
|
3
|
+
id: number;
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
name: string;
|
|
6
|
+
/** Угол обложки */
|
|
7
|
+
roundedCorner?: boolean;
|
|
8
|
+
/** Всплывающая подсказка */
|
|
9
|
+
hintHtml?: string;
|
|
10
|
+
/** Массив url-адресов картинок */
|
|
11
|
+
images: string[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IAdjModelsItem } from './IAdjModelsItem';
|
|
2
|
+
export interface IAdjModelsProps {
|
|
3
|
+
/** Выбранный элемент */
|
|
4
|
+
modelValue?: IAdjModelsItem;
|
|
5
|
+
/** Массив элементов для компонента AdjCoverItem */
|
|
6
|
+
groupItems: IAdjModelsItem[][];
|
|
7
|
+
/** Количество скелетонов */
|
|
8
|
+
skeletonQty?: number;
|
|
9
|
+
/** Длительность анимации, сек */
|
|
10
|
+
duration?: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IAdjNavigatorProps } from './IAdjNavigatorProps';
|
|
2
|
+
export declare const argsStep1: IAdjNavigatorProps;
|
|
3
|
+
export declare const argsStep2: IAdjNavigatorProps;
|
|
4
|
+
export declare const argsStep3: IAdjNavigatorProps;
|
|
5
|
+
export declare const argsStep4: IAdjNavigatorProps;
|
|
6
|
+
export declare const argsStep5: IAdjNavigatorProps;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as AdjNavigator } from './AdjNavigator.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjNavigator>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Step1: Story;
|
|
7
|
+
export declare const Step2: Story;
|
|
8
|
+
export declare const Step3: Story;
|
|
9
|
+
export declare const Step4: Story;
|
|
10
|
+
export declare const Step5: Story;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IAdjNavigatorProps } from './IAdjNavigatorProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorProps>, {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
mobileMarginTop: string;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
click: (value: import('./IAdjNavigatorItem').IAdjNavigatorItem) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorProps>, {
|
|
8
|
+
loading: boolean;
|
|
9
|
+
mobileMarginTop: string;
|
|
10
|
+
}>>> & {
|
|
11
|
+
onClick?: ((value: import('./IAdjNavigatorItem').IAdjNavigatorItem) => any) | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
loading: boolean;
|
|
14
|
+
mobileMarginTop: string;
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IAdjNavigatorItem, IAdjNavigatorItemActive } from './IAdjNavigatorItem';
|
|
2
|
+
export interface IAdjNavigatorProps {
|
|
3
|
+
items: (IAdjNavigatorItemActive | IAdjNavigatorItem)[];
|
|
4
|
+
/** Состояние загрузки */
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
/** Отступ сверху для мобильного навигатора */
|
|
7
|
+
mobileMarginTop?: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjPersonalizations } from './AdjPersonalizations.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjPersonalizations>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Materials: Story;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IAdjPersonalizationsProps } from './IAdjPersonalizationsProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPersonalizationsProps>, {
|
|
3
|
+
skeletonQty: number;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: import('./IAdjPersonalizationsItem').IAdjPersonalizationsItem) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPersonalizationsProps>, {
|
|
7
|
+
skeletonQty: number;
|
|
8
|
+
}>>> & {
|
|
9
|
+
"onUpdate:modelValue"?: ((value: import('./IAdjPersonalizationsItem').IAdjPersonalizationsItem) => any) | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
skeletonQty: number;
|
|
12
|
+
}, {}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithDefaults<P, D> = {
|
|
15
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
16
|
+
default: D[K];
|
|
17
|
+
}> : P[K];
|
|
18
|
+
};
|
|
19
|
+
type __VLS_Prettify<T> = {
|
|
20
|
+
[K in keyof T]: T[K];
|
|
21
|
+
} & {};
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToOption<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('vue').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IAdjPersonalizationsGroup } from './IAdjPersonalizationsGroup';
|
|
2
|
+
import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
|
|
3
|
+
export interface IAdjPersonalizationsProps {
|
|
4
|
+
/** Выбранный элемент */
|
|
5
|
+
modelValue?: IAdjPersonalizationsItem;
|
|
6
|
+
/** Массив элементов */
|
|
7
|
+
groups: IAdjPersonalizationsGroup[];
|
|
8
|
+
/** Количество скелетонов */
|
|
9
|
+
skeletonQty?: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { IAdjPricebarProps } from './IAdjPricebarProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
"update:quantity": (value: number) => void;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarProps>, {}>>> & {
|
|
5
|
+
"onUpdate:quantity"?: ((value: number) => any) | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithDefaults<P, D> = {
|
|
9
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
10
|
+
default: D[K];
|
|
11
|
+
}> : P[K];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Prettify<T> = {
|
|
14
|
+
[K in keyof T]: T[K];
|
|
15
|
+
} & {};
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface IAdjPricebarProps {
|
|
2
|
+
/** Текст надписи "За 1 шт." */
|
|
3
|
+
labelOne: string;
|
|
4
|
+
/** Текст надписи "За тираж" */
|
|
5
|
+
labelEdition: string;
|
|
6
|
+
/** Текст надписи "от" */
|
|
7
|
+
labelFrom: string;
|
|
8
|
+
/** Текст надписи "руб." */
|
|
9
|
+
labelRub: string;
|
|
10
|
+
/** Текст надписи "Со скидкой" */
|
|
11
|
+
labelWithDiscount: string;
|
|
12
|
+
/** Цена за единицу */
|
|
13
|
+
priceOne: number;
|
|
14
|
+
/** Цена за тираж */
|
|
15
|
+
priceEdition: number;
|
|
16
|
+
/** Цена за единицу со скидками */
|
|
17
|
+
priceOneDiscounts: number;
|
|
18
|
+
/** Цена за тираж со скидками */
|
|
19
|
+
priceEditionDiscounts: number;
|
|
20
|
+
/** Подсказка для цены за единицу */
|
|
21
|
+
hintOne: string;
|
|
22
|
+
/** Подсказка для цены за тираж */
|
|
23
|
+
hintEdition: string;
|
|
24
|
+
/** Подсказка для цены со скидкой */
|
|
25
|
+
hintDiscounts: string;
|
|
26
|
+
/** Количество */
|
|
27
|
+
quantity: number;
|
|
28
|
+
/** Размер скидок */
|
|
29
|
+
discounts: number;
|
|
30
|
+
/** Показывать предлог "от" */
|
|
31
|
+
showFrom: boolean;
|
|
32
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjProducts } from './AdjProducts.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjProducts>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Products: Story;
|
|
7
|
+
export declare const Models: Story;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IAdjProductsProps } from './IAdjProductsProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjProductsProps>, {
|
|
3
|
+
duration: number;
|
|
4
|
+
skeletonQty: number;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
click: (value: import('./IAdjProductsItem').IAdjProductsItem) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjProductsProps>, {
|
|
8
|
+
duration: number;
|
|
9
|
+
skeletonQty: number;
|
|
10
|
+
}>>> & {
|
|
11
|
+
onClick?: ((value: import('./IAdjProductsItem').IAdjProductsItem) => any) | undefined;
|
|
12
|
+
}, {
|
|
13
|
+
skeletonQty: number;
|
|
14
|
+
duration: number;
|
|
15
|
+
}, {}>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IAdjProductsItem } from './IAdjProductsItem';
|
|
2
|
+
export interface IAdjProductsProps {
|
|
3
|
+
/** Массив элементов для компонента AdjCoverItem */
|
|
4
|
+
items: IAdjProductsItem[];
|
|
5
|
+
/** Количество скелетонов */
|
|
6
|
+
skeletonQty?: number;
|
|
7
|
+
/** Длительность анимации, сек */
|
|
8
|
+
duration?: number;
|
|
9
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IAdjStitchingsProps } from './IAdjStitchingsProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjStitchingsProps>, {
|
|
3
|
+
skeletonQty: number;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: import('./IAdjStitchingsItem').IAdjStitchingsItem) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjStitchingsProps>, {
|
|
7
|
+
skeletonQty: number;
|
|
8
|
+
}>>> & {
|
|
9
|
+
"onUpdate:modelValue"?: ((value: import('./IAdjStitchingsItem').IAdjStitchingsItem) => any) | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
skeletonQty: number;
|
|
12
|
+
}, {}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithDefaults<P, D> = {
|
|
15
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
16
|
+
default: D[K];
|
|
17
|
+
}> : P[K];
|
|
18
|
+
};
|
|
19
|
+
type __VLS_Prettify<T> = {
|
|
20
|
+
[K in keyof T]: T[K];
|
|
21
|
+
} & {};
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToOption<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: import('vue').PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IAdjStitchingsGroup } from './IAdjStitchingsGroup';
|
|
2
|
+
import { IAdjStitchingsItem } from './IAdjStitchingsItem';
|
|
3
|
+
export interface IAdjStitchingsProps {
|
|
4
|
+
/** Выбранный элемент */
|
|
5
|
+
modelValue?: IAdjStitchingsItem;
|
|
6
|
+
/** Массив элементов */
|
|
7
|
+
groups: IAdjStitchingsGroup[];
|
|
8
|
+
/** Количество скелетонов */
|
|
9
|
+
skeletonQty?: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjCoverGroupItem } from './AdjCoverGroupItem.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjCoverGroupItem>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Single: Story;
|
|
7
|
+
export declare const Double: Story;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
|
|
2
|
+
import { IAdjCoverGroupItemProps } from './IAdjCoverGroupItemProps';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
|
|
4
|
+
duration: number;
|
|
5
|
+
width: string;
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: IAdjModelsItem) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
|
|
9
|
+
duration: number;
|
|
10
|
+
width: string;
|
|
11
|
+
}>>> & {
|
|
12
|
+
"onUpdate:modelValue"?: ((value: IAdjModelsItem) => any) | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
width: string;
|
|
15
|
+
duration: number;
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_Prettify<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|