@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,20 @@
|
|
|
1
|
+
import { IAdjDropdownLinkProps } from './IAdjDropdownLinkProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjDropdownLinkProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjDropdownLinkProps>, {}>>>, {}, {}>;
|
|
3
|
+
export default _default;
|
|
4
|
+
type __VLS_WithDefaults<P, D> = {
|
|
5
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
6
|
+
default: D[K];
|
|
7
|
+
}> : P[K];
|
|
8
|
+
};
|
|
9
|
+
type __VLS_Prettify<T> = {
|
|
10
|
+
[K in keyof T]: T[K];
|
|
11
|
+
} & {};
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToOption<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: import('vue').PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjFilterCheckbox } from './AdjFilterCheckbox.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjFilterCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IAdjFilterCheckboxProps } from './IAdjFilterCheckboxProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFilterCheckboxProps>, {
|
|
3
|
+
modelValue: boolean;
|
|
4
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: boolean) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFilterCheckboxProps>, {
|
|
7
|
+
modelValue: boolean;
|
|
8
|
+
}>>> & {
|
|
9
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
modelValue: boolean;
|
|
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,34 @@
|
|
|
1
|
+
import { IAdjFilterSelectProps } from './IAdjFilterSelectProps';
|
|
2
|
+
import { IAdjFilterSelectItem } from './IAdjFilterSelectItem';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFilterSelectProps>, {
|
|
4
|
+
position: string;
|
|
5
|
+
items: () => never[];
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: {} | IAdjFilterSelectItem) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFilterSelectProps>, {
|
|
9
|
+
position: string;
|
|
10
|
+
items: () => never[];
|
|
11
|
+
}>>> & {
|
|
12
|
+
"onUpdate:modelValue"?: ((value: {} | IAdjFilterSelectItem) => any) | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
items: IAdjFilterSelectItem[];
|
|
15
|
+
position: "left" | "center" | "right";
|
|
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
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from './IAdjFilterSelectItem';
|
|
2
|
+
export interface IAdjFilterSelectProps {
|
|
3
|
+
/** Название/заголовок */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Расположение */
|
|
6
|
+
position?: 'left' | 'center' | 'right';
|
|
7
|
+
/** Список элементов */
|
|
8
|
+
items: IAdjFilterSelectItem[];
|
|
9
|
+
/** Выбранный элемент */
|
|
10
|
+
modelValue: IAdjFilterSelectItem | {};
|
|
11
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { IAdjFiltersProps } from './IAdjFiltersProps';
|
|
2
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFiltersProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
"update:modelValue": (value: (boolean | {} | IAdjFilterSelectItem)[]) => void;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFiltersProps>, {}>>> & {
|
|
6
|
+
"onUpdate:modelValue"?: ((value: (boolean | {} | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
7
|
+
}, {}, {}>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_WithDefaults<P, D> = {
|
|
10
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
11
|
+
default: D[K];
|
|
12
|
+
}> : P[K];
|
|
13
|
+
};
|
|
14
|
+
type __VLS_Prettify<T> = {
|
|
15
|
+
[K in keyof T]: T[K];
|
|
16
|
+
} & {};
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToOption<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
export interface IAdjFiltersItem {
|
|
3
|
+
/** Название/заголовок */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Расположение */
|
|
6
|
+
position?: 'left' | 'center' | 'right';
|
|
7
|
+
/** Список элементов */
|
|
8
|
+
items?: IAdjFilterSelectItem[];
|
|
9
|
+
/** Неактивный */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjFiltersMobile } from './AdjFiltersMobile.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjFiltersMobile>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IAdjFiltersMobileProps } from './IAdjFiltersMobileProps';
|
|
2
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFiltersMobileProps>, {
|
|
4
|
+
width: string;
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
"update:modelValue": (value: (boolean | {} | IAdjFilterSelectItem)[]) => void;
|
|
7
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjFiltersMobileProps>, {
|
|
8
|
+
width: string;
|
|
9
|
+
}>>> & {
|
|
10
|
+
"onUpdate:modelValue"?: ((value: (boolean | {} | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
width: string;
|
|
13
|
+
}, {}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
17
|
+
default: D[K];
|
|
18
|
+
}> : P[K];
|
|
19
|
+
};
|
|
20
|
+
type __VLS_Prettify<T> = {
|
|
21
|
+
[K in keyof T]: T[K];
|
|
22
|
+
} & {};
|
|
23
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
+
type __VLS_TypePropsToOption<T> = {
|
|
25
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
+
} : {
|
|
28
|
+
type: import('vue').PropType<T[K]>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
export interface IAdjFiltersMobileItem {
|
|
3
|
+
/** Название/заголовок */
|
|
4
|
+
title: string;
|
|
5
|
+
/** Расположение */
|
|
6
|
+
position?: 'left' | 'center' | 'right';
|
|
7
|
+
/** Список элементов */
|
|
8
|
+
items?: IAdjFilterSelectItem[];
|
|
9
|
+
/** Неактивный */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IAdjFiltersMobileItem } from './IAdjFiltersMobileItem';
|
|
2
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
3
|
+
export interface IAdjFiltersMobileProps {
|
|
4
|
+
/** Массив фильтров */
|
|
5
|
+
filters: IAdjFiltersMobileItem[];
|
|
6
|
+
/** Массив выбранных фильтров */
|
|
7
|
+
modelValue: (IAdjFilterSelectItem | {} | boolean)[];
|
|
8
|
+
/** Ширина плашки при ширине >=780 */
|
|
9
|
+
width?: string;
|
|
10
|
+
/** Название кнопки / заголовок */
|
|
11
|
+
title: string;
|
|
12
|
+
/** Название ссылки сбросить */
|
|
13
|
+
reset: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as AdjHint } from './AdjHint.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjHint>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Left: Story;
|
|
7
|
+
export declare const Center: Story;
|
|
8
|
+
export declare const Right: Story;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IAdjHintProps } from './IAdjHintProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjHintProps>, {
|
|
3
|
+
html: string;
|
|
4
|
+
horizontalPosition: string;
|
|
5
|
+
verticalPosition: string;
|
|
6
|
+
bottom: boolean;
|
|
7
|
+
dark: boolean;
|
|
8
|
+
width: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjHintProps>, {
|
|
10
|
+
html: string;
|
|
11
|
+
horizontalPosition: string;
|
|
12
|
+
verticalPosition: string;
|
|
13
|
+
bottom: boolean;
|
|
14
|
+
dark: boolean;
|
|
15
|
+
width: string;
|
|
16
|
+
}>>>, {
|
|
17
|
+
html: string;
|
|
18
|
+
width: string;
|
|
19
|
+
horizontalPosition: import('../../misc/TPosition').THorizontalPosition;
|
|
20
|
+
verticalPosition: import('../../misc/TPosition').TVerticalPosition;
|
|
21
|
+
dark: boolean;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
+
default: D[K];
|
|
27
|
+
}> : P[K];
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Prettify<T> = {
|
|
30
|
+
[K in keyof T]: T[K];
|
|
31
|
+
} & {};
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToOption<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { THorizontalPosition, TVerticalPosition } from '../../misc/TPosition';
|
|
2
|
+
export interface IAdjHintProps {
|
|
3
|
+
/** HTML-содержимое хинта */
|
|
4
|
+
html: string;
|
|
5
|
+
/** Расположение хинта по горизонтали */
|
|
6
|
+
horizontalPosition: THorizontalPosition;
|
|
7
|
+
/** Расположение хинта по вертикали */
|
|
8
|
+
verticalPosition: TVerticalPosition;
|
|
9
|
+
/** Тёмный стиль хинта */
|
|
10
|
+
dark?: boolean;
|
|
11
|
+
/** Ширина элемента */
|
|
12
|
+
width?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IAdjHintWrapperProps } from './IAdjHintWrapperProps';
|
|
2
|
+
export declare const argsLeftBottom: IAdjHintWrapperProps;
|
|
3
|
+
export declare const argsCenterBottom: IAdjHintWrapperProps;
|
|
4
|
+
export declare const argsRightBottom: IAdjHintWrapperProps;
|
|
5
|
+
export declare const argsLeftTop: IAdjHintWrapperProps;
|
|
6
|
+
export declare const argsCenterTop: IAdjHintWrapperProps;
|
|
7
|
+
export declare const argsRightTop: IAdjHintWrapperProps;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as AdjHintWrapper } from './AdjHintWrapper.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjHintWrapper>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const LeftBottom: Story;
|
|
7
|
+
export declare const CenterBottom: Story;
|
|
8
|
+
export declare const RightBottom: Story;
|
|
9
|
+
export declare const LeftTop: Story;
|
|
10
|
+
export declare const CenterTop: Story;
|
|
11
|
+
export declare const RightTop: Story;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { IAdjHintWrapperProps } from './IAdjHintWrapperProps';
|
|
2
|
+
import { THorizontalPosition, TVerticalPosition } from '../../misc/TPosition';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjHintWrapperProps>, {
|
|
7
|
+
html: string;
|
|
8
|
+
horizontalPosition: string;
|
|
9
|
+
verticalPosition: string;
|
|
10
|
+
dark: boolean;
|
|
11
|
+
modalMode: boolean;
|
|
12
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjHintWrapperProps>, {
|
|
13
|
+
html: string;
|
|
14
|
+
horizontalPosition: string;
|
|
15
|
+
verticalPosition: string;
|
|
16
|
+
dark: boolean;
|
|
17
|
+
modalMode: boolean;
|
|
18
|
+
}>>>, {
|
|
19
|
+
html: string;
|
|
20
|
+
horizontalPosition: THorizontalPosition;
|
|
21
|
+
verticalPosition: TVerticalPosition;
|
|
22
|
+
dark: boolean;
|
|
23
|
+
modalMode: boolean;
|
|
24
|
+
}, {}>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
41
|
+
type __VLS_TypePropsToOption<T> = {
|
|
42
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
43
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
44
|
+
} : {
|
|
45
|
+
type: import('vue').PropType<T[K]>;
|
|
46
|
+
required: true;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { THorizontalPosition, TVerticalPosition } from '../../misc/TPosition';
|
|
2
|
+
export interface IAdjHintWrapperProps {
|
|
3
|
+
/** HTML-содержимое хинта */
|
|
4
|
+
html: string;
|
|
5
|
+
/** Расположение хинта по горизонтали */
|
|
6
|
+
horizontalPosition?: THorizontalPosition;
|
|
7
|
+
/** Расположение хинта по вертикали */
|
|
8
|
+
verticalPosition?: TVerticalPosition;
|
|
9
|
+
/** Тёмный стиль хинта */
|
|
10
|
+
dark?: boolean;
|
|
11
|
+
/** Показывать модалки при маленькой ширине по клику */
|
|
12
|
+
modalMode?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IAdjIconProps } from './IAdjIconProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconProps>, {
|
|
3
|
+
design: string;
|
|
4
|
+
tooltip: string;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
tooltipPosition: string;
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconProps>, {
|
|
8
|
+
design: string;
|
|
9
|
+
tooltip: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
tooltipPosition: string;
|
|
12
|
+
}>>>, {
|
|
13
|
+
design: "light" | "contrast" | "dark-back";
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
tooltip: string;
|
|
16
|
+
tooltipPosition: import('../../misc/TPosition').THorizontalPosition;
|
|
17
|
+
}, {}>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithDefaults<P, D> = {
|
|
20
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
21
|
+
default: D[K];
|
|
22
|
+
}> : P[K];
|
|
23
|
+
};
|
|
24
|
+
type __VLS_Prettify<T> = {
|
|
25
|
+
[K in keyof T]: T[K];
|
|
26
|
+
} & {};
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToOption<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { THorizontalPosition } from '../../misc/TPosition';
|
|
2
|
+
export interface IAdjIconProps {
|
|
3
|
+
/** Иконка */
|
|
4
|
+
iconName: string;
|
|
5
|
+
/** Дизайн кнопки */
|
|
6
|
+
design?: 'light' | 'contrast' | 'dark-back';
|
|
7
|
+
/** Подвсазка */
|
|
8
|
+
tooltip?: string;
|
|
9
|
+
/** Неактивен */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** Расположение хинта по горизонтали */
|
|
12
|
+
tooltipPosition?: THorizontalPosition;
|
|
13
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IAdjIconButtonProps } from './IAdjIconButtonProps';
|
|
2
|
+
export declare const argsIcon: IAdjIconButtonProps;
|
|
3
|
+
export declare const argsSmall: IAdjIconButtonProps;
|
|
4
|
+
export declare const argsDisabled: IAdjIconButtonProps;
|
|
5
|
+
export declare const argsIconQty: IAdjIconButtonProps;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as AdjIconButton } from './AdjIconButton.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjIconButton>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Icon: Story;
|
|
7
|
+
export declare const Small: Story;
|
|
8
|
+
export declare const Disabled: Story;
|
|
9
|
+
export declare const IconQty: Story;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IAdjIconButtonProps } from './IAdjIconButtonProps';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconButtonProps>, {
|
|
3
|
+
qty: number;
|
|
4
|
+
size: string;
|
|
5
|
+
design: string;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
click: () => void;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconButtonProps>, {
|
|
10
|
+
qty: number;
|
|
11
|
+
size: string;
|
|
12
|
+
design: string;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
}>>> & {
|
|
15
|
+
onClick?: (() => any) | undefined;
|
|
16
|
+
}, {
|
|
17
|
+
size: "small" | "medium";
|
|
18
|
+
design: "white-back" | "dark-back" | "light-back";
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
qty: number;
|
|
21
|
+
}, {}>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
31
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
+
type __VLS_TypePropsToOption<T> = {
|
|
33
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
+
} : {
|
|
36
|
+
type: import('vue').PropType<T[K]>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface IAdjIconButtonProps {
|
|
2
|
+
/** Имя иконки */
|
|
3
|
+
iconName: string;
|
|
4
|
+
/** Количество - в оранжевом кружке */
|
|
5
|
+
qty?: number;
|
|
6
|
+
/** Размер */
|
|
7
|
+
size?: 'small' | 'medium';
|
|
8
|
+
/** Стиль */
|
|
9
|
+
design?: 'white-back' | 'dark-back' | 'light-back';
|
|
10
|
+
/** Неактивен */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { default as AdjIconButtonText } from './AdjIconButtonText.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjIconButtonText>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Icon: Story;
|