@poni/adjutant-ui 0.0.112 → 0.0.113
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 +12 -3
- package/dist/{AdjUploadFile-Dl4x8i1f.cjs → AdjUploadFile-9ryecxoi.cjs} +1 -1
- package/dist/{AdjUploadFile-O-u-oz6V.js → AdjUploadFile-Bp5vEN-C.js} +4 -4
- package/dist/adjutant-ui.css +1 -1
- 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 +33 -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 +17 -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 +27 -0
- package/dist/components/AdjCheckbox/IAdjCheckboxItem.d.ts +3 -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 +8 -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 +11 -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 +14 -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 +22 -0
- package/dist/components/AdjFilterSelect/IAdjFilterSelectItem.d.ts +5 -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 +12 -0
- package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +12 -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 +22 -0
- package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +12 -0
- package/dist/components/AdjHint/AdjHint.mock.d.ts +7 -0
- package/dist/components/AdjHint/AdjHint.stories.d.ts +11 -0
- package/dist/components/AdjHint/AdjHint.vue.d.ts +42 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.mock.d.ts +4 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.stories.d.ts +8 -0
- package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +21 -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 +27 -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 +24 -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 +19 -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 +11 -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 +39 -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 +21 -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 +24 -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 +32 -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 +21 -0
- package/dist/components/AdjRadio/IAdjRadioItem.d.ts +4 -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 +26 -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 +38 -0
- package/dist/components/AdjSelect/IAdjSelectItem.d.ts +4 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +3 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +7 -0
- package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +27 -0
- package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +8 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.mock.d.ts +4 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.stories.d.ts +8 -0
- package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +29 -0
- package/dist/components/AdjSelectModern/IAdjSelectModernItem.d.ts +6 -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 +15 -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 +17 -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 +14 -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 +15 -0
- package/dist/components/AdjTabs/IAdjTabsItem.d.ts +6 -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 +22 -0
- package/dist/components/AdjUploadFile/IAdjUploadFileItem.d.ts +3 -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 +21 -0
- package/dist/components/constructor/AdjBlocks/IAdjBlocksItem.d.ts +14 -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 +17 -0
- package/dist/components/constructor/AdjLaminates/IAdjLaminatesItem.d.ts +8 -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 +19 -0
- package/dist/components/constructor/AdjMaterials/IAdjMaterialsItem.d.ts +18 -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 +20 -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 +17 -0
- package/dist/components/constructor/AdjNavigator/IAdjNavigatorItem.d.ts +7 -0
- package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.mock.d.ts +2 -0
- package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.stories.d.ts +6 -0
- package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.vue.d.ts +47 -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 +26 -0
- package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsItem.d.ts +16 -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 +38 -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 +18 -0
- package/dist/components/constructor/AdjProducts/IAdjProductsItem.d.ts +10 -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 +18 -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/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 +20 -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 +41 -0
- package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItem.d.ts +12 -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 +71 -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 +14 -0
- package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorPassive.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 +18 -0
- package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperActive.d.ts +4 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.mock.d.ts +6 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.stories.d.ts +6 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.vue.d.ts +20 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsItem.d.ts +18 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsModel.d.ts +4 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsNumber.d.ts +5 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/IAdjPersonalizationConfiguratorElementsTexture.d.ts +14 -0
- package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/TAdjPersonalizationConfiguratorElementsValue.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 +12 -0
- package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebaritem.d.ts +9 -0
- package/dist/components.cjs +1 -1
- package/dist/components.d.ts +1 -0
- package/dist/components.js +4 -4
- package/dist/constructor.cjs +2 -2
- package/dist/constructor.d.ts +1 -0
- package/dist/constructor.js +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/misc/getModelImagesArray.d.ts +4 -0
- package/dist/misc/types.d.ts +18 -0
- package/dist/plugin/components.d.ts +29 -0
- package/dist/plugin/constructor.d.ts +11 -0
- package/dist/plugin/index.d.ts +6 -0
- package/dist/plugin/types.d.ts +18 -0
- package/dist/types.d.ts +1 -0
- package/package.json +13 -16
|
@@ -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,14 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title: string;
|
|
4
|
+
/** Значение фильтра */
|
|
5
|
+
modelValue?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (value: boolean) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
modelValue: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from './IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items: IAdjFilterSelectItem[];
|
|
10
|
+
/** Выбранный элемент */
|
|
11
|
+
modelValue: IAdjFilterSelectItem | object;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: object | IAdjFilterSelectItem) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: object | IAdjFilterSelectItem) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
position: THorizontalPosition;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
20
|
+
refElement: HTMLDivElement;
|
|
21
|
+
}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { IAdjFiltersItem } from './IAdjFiltersItem';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
filters: IAdjFiltersItem[];
|
|
5
|
+
modelValue: (IAdjFilterSelectItem | object | boolean)[];
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
|
+
"update:modelValue": (value: (boolean | object | IAdjFilterSelectItem)[]) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
export interface IAdjFiltersItem {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items: IAdjFilterSelectItem[];
|
|
10
|
+
/** Неактивный */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
@@ -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,22 @@
|
|
|
1
|
+
import { IAdjFiltersMobileItem } from './IAdjFiltersMobileItem';
|
|
2
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
/** Массив фильтров */
|
|
5
|
+
filters: IAdjFiltersMobileItem[];
|
|
6
|
+
/** Массив выбранных фильтров */
|
|
7
|
+
modelValue: (IAdjFilterSelectItem | object | boolean)[];
|
|
8
|
+
/** Ширина плашки при ширине >=780 */
|
|
9
|
+
width?: string;
|
|
10
|
+
/** Название кнопки / заголовок */
|
|
11
|
+
title: string;
|
|
12
|
+
/** Название ссылки сбросить */
|
|
13
|
+
reset: string;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
16
|
+
"update:modelValue": (value: (boolean | object | IAdjFilterSelectItem)[]) => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((value: (boolean | object | IAdjFilterSelectItem)[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
width: string;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IAdjFilterSelectItem } from '../AdjFilterSelect/IAdjFilterSelectItem';
|
|
2
|
+
import { THorizontalPosition } from '../../misc/types';
|
|
3
|
+
export interface IAdjFiltersMobileItem {
|
|
4
|
+
/** Название/заголовок */
|
|
5
|
+
title: string;
|
|
6
|
+
/** Расположение */
|
|
7
|
+
position?: THorizontalPosition;
|
|
8
|
+
/** Список элементов */
|
|
9
|
+
items?: IAdjFilterSelectItem[];
|
|
10
|
+
/** Неактивный */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjHint } from './AdjHint.vue';
|
|
2
|
+
export declare const argsLeftBottom: InstanceType<typeof AdjHint>['$props'];
|
|
3
|
+
export declare const argsCenterBottom: InstanceType<typeof AdjHint>['$props'];
|
|
4
|
+
export declare const argsRightBottom: InstanceType<typeof AdjHint>['$props'];
|
|
5
|
+
export declare const argsLeftTop: InstanceType<typeof AdjHint>['$props'];
|
|
6
|
+
export declare const argsCenterTop: InstanceType<typeof AdjHint>['$props'];
|
|
7
|
+
export declare const argsRightTop: InstanceType<typeof AdjHint>['$props'];
|
|
@@ -0,0 +1,11 @@
|
|
|
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 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,42 @@
|
|
|
1
|
+
import { THorizontalPosition, TVerticalPosition } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** HTML-содержимое хинта */
|
|
4
|
+
html: string;
|
|
5
|
+
/** Расположение хинта по горизонтали */
|
|
6
|
+
horizontalPosition?: THorizontalPosition;
|
|
7
|
+
/** Расположение хинта по вертикали */
|
|
8
|
+
verticalPosition?: TVerticalPosition;
|
|
9
|
+
/** Тёмный стиль хинта */
|
|
10
|
+
dark?: boolean;
|
|
11
|
+
/** Показывать модалки при маленькой ширине по клику */
|
|
12
|
+
modalMode?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {
|
|
20
|
+
refSlot: HTMLDivElement;
|
|
21
|
+
refHint: HTMLDivElement;
|
|
22
|
+
};
|
|
23
|
+
rootEl: HTMLDivElement;
|
|
24
|
+
};
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
27
|
+
html: string;
|
|
28
|
+
horizontalPosition: THorizontalPosition;
|
|
29
|
+
verticalPosition: TVerticalPosition;
|
|
30
|
+
dark: boolean;
|
|
31
|
+
modalMode: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
|
+
refSlot: HTMLDivElement;
|
|
34
|
+
refHint: HTMLDivElement;
|
|
35
|
+
}, HTMLDivElement>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as AdjHintDesktop } from './AdjHintDesktop.vue';
|
|
2
|
+
export declare const argsLeft: InstanceType<typeof AdjHintDesktop>['$props'];
|
|
3
|
+
export declare const argsCenter: InstanceType<typeof AdjHintDesktop>['$props'];
|
|
4
|
+
export declare const argsRight: InstanceType<typeof AdjHintDesktop>['$props'];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as AdjHintDesktop } from './AdjHintDesktop.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjHintDesktop>;
|
|
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,21 @@
|
|
|
1
|
+
import { THorizontalPosition, TVerticalPosition } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** HTML-содержимое хинта */
|
|
4
|
+
html: string;
|
|
5
|
+
/** Расположение хинта по горизонтали */
|
|
6
|
+
horizontalPosition: THorizontalPosition;
|
|
7
|
+
/** Расположение хинта по вертикали */
|
|
8
|
+
verticalPosition: TVerticalPosition;
|
|
9
|
+
/** Тёмный стиль хинта */
|
|
10
|
+
dark?: boolean;
|
|
11
|
+
/** Ширина элемента */
|
|
12
|
+
width?: string;
|
|
13
|
+
};
|
|
14
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
html: string;
|
|
16
|
+
width: string;
|
|
17
|
+
horizontalPosition: THorizontalPosition;
|
|
18
|
+
verticalPosition: TVerticalPosition;
|
|
19
|
+
dark: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { THorizontalPosition, TIconName } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Иконка */
|
|
4
|
+
iconName: TIconName;
|
|
5
|
+
/** Размер */
|
|
6
|
+
size?: number;
|
|
7
|
+
/** Дизайн кнопки */
|
|
8
|
+
design?: 'light' | 'contrast' | 'dark-back';
|
|
9
|
+
/** Подвсазка */
|
|
10
|
+
tooltip?: string;
|
|
11
|
+
/** Неактивен */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
/** Расположение хинта по горизонтали */
|
|
14
|
+
tooltipPosition?: THorizontalPosition;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
17
|
+
click: () => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onClick?: (() => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
size: number;
|
|
22
|
+
design: "light" | "contrast" | "dark-back";
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
tooltip: string;
|
|
25
|
+
tooltipPosition: THorizontalPosition;
|
|
26
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as AdjIconButton } from './AdjIconButton.vue';
|
|
2
|
+
export declare const argsIcon: InstanceType<typeof AdjIconButton>['$props'];
|
|
3
|
+
export declare const argsSmall: InstanceType<typeof AdjIconButton>['$props'];
|
|
4
|
+
export declare const argsDisabled: InstanceType<typeof AdjIconButton>['$props'];
|
|
5
|
+
export declare const argsIconQty: InstanceType<typeof AdjIconButton>['$props'];
|
|
@@ -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,24 @@
|
|
|
1
|
+
import { TIconName } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Имя иконки */
|
|
4
|
+
iconName: TIconName;
|
|
5
|
+
/** Количество - в оранжевом кружке */
|
|
6
|
+
qty?: number;
|
|
7
|
+
/** Размер */
|
|
8
|
+
size?: 'small' | 'medium';
|
|
9
|
+
/** Стиль */
|
|
10
|
+
design?: 'white-back' | 'dark-back' | 'light-back';
|
|
11
|
+
/** Неактивен */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
15
|
+
click: () => any;
|
|
16
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
|
+
onClick?: (() => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
size: "small" | "medium";
|
|
20
|
+
design: "white-back" | "dark-back" | "light-back";
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
qty: number;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
export default _default;
|
|
@@ -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;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TIconName } from '../../misc/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Имя иконки */
|
|
4
|
+
iconName: TIconName;
|
|
5
|
+
/** Выезжающая надпись */
|
|
6
|
+
text: string;
|
|
7
|
+
/** Расположение надписи */
|
|
8
|
+
textPosition?: 'left' | 'right';
|
|
9
|
+
/** Загрузка */
|
|
10
|
+
loading?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
click: () => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
onClick?: (() => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
textPosition: "left" | "right";
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Url картинки */
|
|
3
|
+
image?: string;
|
|
4
|
+
/** Выделен */
|
|
5
|
+
active?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
image: string;
|
|
9
|
+
active: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjInput } from './AdjInput.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjInput>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
7
|
+
export declare const Password: Story;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Заголовок */
|
|
3
|
+
title?: string;
|
|
4
|
+
/** Текст в инпуте */
|
|
5
|
+
modelValue?: string;
|
|
6
|
+
/** Заглушка */
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
/** Ошибка инпута */
|
|
9
|
+
error?: boolean;
|
|
10
|
+
/** Неактивный инпут */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
/** Обязательный инпут */
|
|
13
|
+
required?: boolean;
|
|
14
|
+
/** Позиция заголовка */
|
|
15
|
+
titlePosition?: 'left' | 'top';
|
|
16
|
+
/** Вид: пароль или текст */
|
|
17
|
+
type?: 'password' | 'text';
|
|
18
|
+
/** Текст подсказки */
|
|
19
|
+
hint?: string;
|
|
20
|
+
/** Задержка автоматического срабатывания события update:value(0 - отключить) */
|
|
21
|
+
debounceTime?: number;
|
|
22
|
+
};
|
|
23
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
24
|
+
"update:modelValue": (value: string) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
title: string;
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
type: "password" | "text";
|
|
31
|
+
required: boolean;
|
|
32
|
+
modelValue: string;
|
|
33
|
+
titlePosition: "left" | "top";
|
|
34
|
+
placeholder: string;
|
|
35
|
+
error: boolean;
|
|
36
|
+
hint: string;
|
|
37
|
+
debounceTime: number;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Текст в инпута */
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
/** Заглушка */
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
/** Неактивный инпут */
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
/** Задержка автоматического срабатывания события update:value(0 - отключить) */
|
|
9
|
+
debounceTime?: number;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
|
+
"update:modelValue": (value: string) => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
modelValue: string;
|
|
18
|
+
placeholder: string;
|
|
19
|
+
debounceTime: number;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Текст в инпуте */
|
|
3
|
+
modelValue?: number;
|
|
4
|
+
/** Неактивный инпут */
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
/** Минимальное значение */
|
|
7
|
+
min?: number;
|
|
8
|
+
/** Максимальное значение */
|
|
9
|
+
max?: number;
|
|
10
|
+
/** Задержка автоматического срабатывания события update:value(0 - отключить) */
|
|
11
|
+
debounceTime?: number;
|
|
12
|
+
};
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
14
|
+
"update:modelValue": (value: number) => any;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
modelValue: number;
|
|
20
|
+
debounceTime: number;
|
|
21
|
+
min: number;
|
|
22
|
+
max: number;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjModal } from './AdjModal.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjModal>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Basic: Story;
|
|
7
|
+
export declare const FullWidth: Story;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
/** Показывать ли модальное окно */
|
|
3
|
+
show: boolean;
|
|
4
|
+
/** Ширина окна */
|
|
5
|
+
width?: string;
|
|
6
|
+
/** Скрывать кнопку закрытия */
|
|
7
|
+
hideClose?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
19
|
+
"update:show": (value: boolean) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
|
+
"onUpdate:show"?: ((value: boolean) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
width: string;
|
|
24
|
+
hideClose: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as AdjRadio } from './AdjRadio.vue';
|
|
2
|
+
import { Meta, StoryObj } from '@storybook/vue3';
|
|
3
|
+
declare const meta: Meta<typeof AdjRadio>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
7
|
+
export declare const Left: Story;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IAdjRadioItem } from './IAdjRadioItem';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
/** Позиция */
|
|
4
|
+
namePosition?: 'left' | 'right';
|
|
5
|
+
/** Список элементов */
|
|
6
|
+
items?: IAdjRadioItem[];
|
|
7
|
+
/** Выбранный элемент */
|
|
8
|
+
modelValue?: IAdjRadioItem;
|
|
9
|
+
/** Неактивен */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
|
+
"update:modelValue": (value: IAdjRadioItem) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: IAdjRadioItem) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
items: IAdjRadioItem[];
|
|
19
|
+
namePosition: "left" | "right";
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|