@poni/adjutant-ui 0.0.106 → 0.0.108

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.
Files changed (60) hide show
  1. package/dist/AdjUploadFile-CyQywon3.cjs +1 -0
  2. package/dist/AdjUploadFile-hEC_M0bi.js +742 -0
  3. package/dist/components/AdjButton/AdjButton.vue.d.ts +6 -22
  4. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +5 -11
  5. package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +6 -19
  6. package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +3 -7
  7. package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +3 -10
  8. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +5 -9
  9. package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +5 -14
  10. package/dist/components/AdjFilters/AdjFilters.vue.d.ts +5 -7
  11. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +5 -15
  12. package/dist/components/AdjHint/AdjHint.vue.d.ts +16 -25
  13. package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +4 -14
  14. package/dist/components/AdjIcon/AdjIcon.vue.d.ts +6 -18
  15. package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +7 -17
  16. package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +6 -14
  17. package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +4 -8
  18. package/dist/components/AdjInput/AdjInput.vue.d.ts +7 -27
  19. package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +5 -13
  20. package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +5 -15
  21. package/dist/components/AdjModal/AdjModal.vue.d.ts +13 -18
  22. package/dist/components/AdjRadio/AdjRadio.vue.d.ts +6 -14
  23. package/dist/components/AdjScroll/AdjScroll.vue.d.ts +10 -13
  24. package/dist/components/AdjSelect/AdjSelect.vue.d.ts +6 -24
  25. package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +5 -17
  26. package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +15 -18
  27. package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +5 -11
  28. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +4 -12
  29. package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +6 -10
  30. package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +1 -1
  31. package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +1 -1
  32. package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +1 -1
  33. package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +1 -1
  34. package/dist/components/AdjTabs/AdjTabs.vue.d.ts +5 -9
  35. package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +5 -13
  36. package/dist/components/constructor/AdjBlocks/AdjBlocks.vue.d.ts +5 -11
  37. package/dist/components/constructor/AdjLaminates/AdjLaminates.vue.d.ts +5 -11
  38. package/dist/components/constructor/AdjMaterials/AdjMaterials.vue.d.ts +5 -11
  39. package/dist/components/constructor/AdjModels/AdjModels.vue.d.ts +5 -13
  40. package/dist/components/constructor/AdjNavigator/AdjNavigator.vue.d.ts +5 -10
  41. package/dist/components/constructor/AdjPersonalizationConfigurator/AdjPersonalizationConfigurator.vue.d.ts +5 -28
  42. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.vue.d.ts +5 -13
  43. package/dist/components/constructor/AdjPricebar/AdjPricebar.vue.d.ts +5 -35
  44. package/dist/components/constructor/AdjProducts/AdjProducts.vue.d.ts +5 -11
  45. package/dist/components/constructor/AdjStitchings/AdjStitchings.vue.d.ts +5 -11
  46. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.vue.d.ts +5 -13
  47. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.vue.d.ts +5 -27
  48. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.vue.d.ts +5 -43
  49. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.vue.d.ts +1 -1
  50. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.vue.d.ts +4 -9
  51. package/dist/components/constructor/elements/AdjPersonalizationConfiguratorElements/AdjPersonalizationConfiguratorElements.vue.d.ts +5 -15
  52. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.vue.d.ts +5 -8
  53. package/dist/components.cjs +1 -1
  54. package/dist/components.js +6 -6
  55. package/dist/constructor.cjs +1 -1
  56. package/dist/constructor.js +157 -155
  57. package/dist/style.css +1 -1
  58. package/package.json +18 -18
  59. package/dist/AdjUploadFile-86rb42Go.cjs +0 -1
  60. package/dist/AdjUploadFile-DCZf3Y1A.js +0 -713
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  /** Текст в инпуте */
3
3
  modelValue?: number;
4
4
  /** Неактивный инпут */
@@ -9,20 +9,10 @@ declare const _default: import('vue').DefineComponent<{
9
9
  max?: number;
10
10
  /** Задержка автоматического срабатывания события update:value(0 - отключить) */
11
11
  debounceTime?: number;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ };
13
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
14
  "update:modelValue": (value: number) => any;
14
- }, string, import('vue').PublicProps, Readonly<{
15
- /** Текст в инпуте */
16
- modelValue?: number;
17
- /** Неактивный инпут */
18
- disabled?: boolean;
19
- /** Минимальное значение */
20
- min?: number;
21
- /** Максимальное значение */
22
- max?: number;
23
- /** Задержка автоматического срабатывания события update:value(0 - отключить) */
24
- debounceTime?: number;
25
- }> & Readonly<{
15
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
26
16
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
27
17
  }>, {
28
18
  disabled: boolean;
@@ -30,5 +20,5 @@ declare const _default: import('vue').DefineComponent<{
30
20
  debounceTime: number;
31
21
  min: number;
32
22
  max: number;
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
34
24
  export default _default;
@@ -1,33 +1,28 @@
1
+ type __VLS_Props = {
2
+ /** Показывать ли модальное окно */
3
+ show: boolean;
4
+ /** Ширина окна */
5
+ width?: string;
6
+ /** Скрывать кнопку закрытия */
7
+ hideClose?: boolean;
8
+ };
1
9
  declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
2
11
  slots: {
3
12
  default?(_: {}): any;
4
13
  };
5
14
  refs: {};
6
- attrs: Partial<{}>;
15
+ rootEl: HTMLDivElement;
7
16
  };
8
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- /** Показывать ли модальное окно */
11
- show: boolean;
12
- /** Ширина окна */
13
- width?: string;
14
- /** Скрывать кнопку закрытия */
15
- hideClose?: boolean;
16
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
19
  "update:show": (value: boolean) => any;
18
- }, string, import('vue').PublicProps, Readonly<{
19
- /** Показывать ли модальное окно */
20
- show: boolean;
21
- /** Ширина окна */
22
- width?: string;
23
- /** Скрывать кнопку закрытия */
24
- hideClose?: boolean;
25
- }> & Readonly<{
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
26
21
  "onUpdate:show"?: ((value: boolean) => any) | undefined;
27
22
  }>, {
28
23
  width: string;
29
24
  hideClose: boolean;
30
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
31
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
27
  export default _default;
33
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,29 +1,21 @@
1
1
  import { IAdjRadioItem } from './IAdjRadioItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Позиция */
4
- namePosition?: "left" | "right";
4
+ namePosition?: 'left' | 'right';
5
5
  /** Список элементов */
6
6
  items?: IAdjRadioItem[];
7
7
  /** Выбранный элемент */
8
8
  modelValue?: IAdjRadioItem;
9
9
  /** Неактивен */
10
10
  disabled?: boolean;
11
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
13
  "update:modelValue": (value: IAdjRadioItem) => any;
13
- }, string, import('vue').PublicProps, Readonly<{
14
- /** Позиция */
15
- namePosition?: "left" | "right";
16
- /** Список элементов */
17
- items?: IAdjRadioItem[];
18
- /** Выбранный элемент */
19
- modelValue?: IAdjRadioItem;
20
- /** Неактивен */
21
- disabled?: boolean;
22
- }> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
15
  "onUpdate:modelValue"?: ((value: IAdjRadioItem) => any) | undefined;
24
16
  }>, {
25
17
  disabled: boolean;
26
18
  items: IAdjRadioItem[];
27
19
  namePosition: "left" | "right";
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
21
  export default _default;
@@ -1,25 +1,22 @@
1
+ type __VLS_Props = {
2
+ /** Максимальная высота */
3
+ maxHeight?: string;
4
+ /** Белый дизайн */
5
+ white?: boolean;
6
+ };
1
7
  declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
2
9
  slots: {
3
10
  default?(_: {}): any;
4
11
  };
5
12
  refs: {};
6
- attrs: Partial<{}>;
13
+ rootEl: HTMLDivElement;
7
14
  };
8
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- /** Максимальная высота */
11
- maxHeight?: string;
12
- /** Белый дизайн */
13
- white?: boolean;
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
- /** Максимальная высота */
16
- maxHeight?: string;
17
- /** Белый дизайн */
18
- white?: boolean;
19
- }> & Readonly<{}>, {
16
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
17
  maxHeight: string;
21
18
  white: boolean;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
21
  export default _default;
25
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,7 +1,7 @@
1
1
  import { IAdjSelectItem } from './IAdjSelectItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Позиция */
4
- titlePosition: "left" | "top";
4
+ titlePosition: 'left' | 'top';
5
5
  /** Список элементов */
6
6
  items?: IAdjSelectItem[];
7
7
  /** Выбранный элемент */
@@ -18,28 +18,10 @@ declare const _default: import('vue').DefineComponent<{
18
18
  showSearch?: boolean;
19
19
  /** Надпись при пустом поиске */
20
20
  nothingFound: string;
21
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21
+ };
22
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
22
23
  "update:modelValue": (value: IAdjSelectItem) => any;
23
- }, string, import('vue').PublicProps, Readonly<{
24
- /** Позиция */
25
- titlePosition: "left" | "top";
26
- /** Список элементов */
27
- items?: IAdjSelectItem[];
28
- /** Выбранный элемент */
29
- modelValue?: IAdjSelectItem;
30
- /** Заголовок */
31
- title?: string;
32
- /** Комментарий */
33
- comment?: string;
34
- /** Неактивный */
35
- disabled?: boolean;
36
- /** Обязательный */
37
- required?: boolean;
38
- /** Использовать строку поиска */
39
- showSearch?: boolean;
40
- /** Надпись при пустом поиске */
41
- nothingFound: string;
42
- }> & Readonly<{
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
43
25
  "onUpdate:modelValue"?: ((value: IAdjSelectItem) => any) | undefined;
44
26
  }>, {
45
27
  title: string;
@@ -52,5 +34,5 @@ declare const _default: import('vue').DefineComponent<{
52
34
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
53
35
  refElement: HTMLDivElement;
54
36
  refInput: HTMLInputElement;
55
- }, any>;
37
+ }, HTMLDivElement>;
56
38
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { IAdjSelectImageItem } from './IAdjSelectImageItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue: IAdjSelectImageItem;
5
5
  /** Массив элементов для компонента AdjImageItem */
@@ -7,27 +7,15 @@ declare const _default: import('vue').DefineComponent<{
7
7
  /** Количество скелетонов */
8
8
  skeletonQty?: number;
9
9
  /** Дизайн селекта */
10
- design?: "text" | "image";
10
+ design?: 'text' | 'image';
11
11
  /** Надпись "Показать все" */
12
12
  expandText?: string;
13
13
  /** Надпись "Свернуть" */
14
14
  foldText?: string;
15
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
15
+ };
16
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
17
  "update:modelValue": (value: IAdjSelectImageItem) => any;
17
- }, string, import('vue').PublicProps, Readonly<{
18
- /** Выбранный элемент */
19
- modelValue: IAdjSelectImageItem;
20
- /** Массив элементов для компонента AdjImageItem */
21
- items: IAdjSelectImageItem[];
22
- /** Количество скелетонов */
23
- skeletonQty?: number;
24
- /** Дизайн селекта */
25
- design?: "text" | "image";
26
- /** Надпись "Показать все" */
27
- expandText?: string;
28
- /** Надпись "Свернуть" */
29
- foldText?: string;
30
- }> & Readonly<{
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
31
19
  "onUpdate:modelValue"?: ((value: IAdjSelectImageItem) => any) | undefined;
32
20
  }>, {
33
21
  design: "text" | "image";
@@ -1,32 +1,29 @@
1
1
  import { IAdjSelectModernItem } from './IAdjSelectModernItem';
2
- import { THorizontalPosition } from '../../misc/types';
3
- declare const _default: import('vue').DefineComponent<{
2
+ import { THorizontalPosition, TVerticalPosition } from '../../misc/types';
3
+ type __VLS_Props = {
4
4
  /** Дизайн селекта(только текст/с картинкой/с цветом из стиля background) */
5
- design?: "text" | "image" | "background";
6
- /** Расположение */
7
- position?: THorizontalPosition;
5
+ design?: 'text' | 'image' | 'background';
6
+ /** Расположение селекта по горизонтали */
7
+ horizontalPosition?: THorizontalPosition;
8
+ /** Расположение селекта по вертикали */
9
+ verticalPosition?: TVerticalPosition;
8
10
  /** Список элементов */
9
11
  items: IAdjSelectModernItem[];
10
12
  /** Выбранный элемент */
11
13
  modelValue?: IAdjSelectModernItem;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ };
15
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
16
  "update:modelValue": (value: IAdjSelectModernItem) => any;
14
- }, string, import('vue').PublicProps, Readonly<{
15
- /** Дизайн селекта(только текст/с картинкой/с цветом из стиля background) */
16
- design?: "text" | "image" | "background";
17
- /** Расположение */
18
- position?: THorizontalPosition;
19
- /** Список элементов */
20
- items: IAdjSelectModernItem[];
21
- /** Выбранный элемент */
22
- modelValue?: IAdjSelectModernItem;
23
- }> & Readonly<{
17
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
24
18
  "onUpdate:modelValue"?: ((value: IAdjSelectModernItem) => any) | undefined;
25
19
  }>, {
26
20
  design: "text" | "image" | "background";
27
21
  items: IAdjSelectModernItem[];
28
- position: THorizontalPosition;
22
+ horizontalPosition: THorizontalPosition;
23
+ verticalPosition: TVerticalPosition;
29
24
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
30
25
  refElement: HTMLDivElement;
31
- }, any>;
26
+ refInput: HTMLDivElement;
27
+ refItems: HTMLDivElement;
28
+ }, HTMLDivElement>;
32
29
  export default _default;
@@ -1,21 +1,15 @@
1
1
  import { default as AdjSkeletonItem } from '../AdjSkeletonItem/AdjSkeletonItem.vue';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Значение */
4
- loaders: InstanceType<typeof AdjSkeletonItem>["$props"][];
5
- /** Ширина элемента */
6
- width?: string;
7
- /** Выравнивание по центру */
8
- centered?: boolean;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
10
- /** Значение */
11
- loaders: InstanceType<typeof AdjSkeletonItem>["$props"][];
4
+ loaders: InstanceType<typeof AdjSkeletonItem>['$props'][];
12
5
  /** Ширина элемента */
13
6
  width?: string;
14
7
  /** Выравнивание по центру */
15
8
  centered?: boolean;
16
- }> & Readonly<{}>, {
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
11
  width: string;
18
12
  loaders: InstanceType<typeof AdjSkeletonItem>["$props"][];
19
13
  centered: boolean;
20
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
15
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  /** Максимальная ширина лодера */
3
3
  width?: string;
4
4
  /** Высота лодера(приоритетнее чем aspectRatio) */
@@ -7,19 +7,11 @@ declare const _default: import('vue').DefineComponent<{
7
7
  aspectRatio?: string;
8
8
  /** Отступ сверху лодера */
9
9
  marginTop?: string;
10
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
11
- /** Максимальная ширина лодера */
12
- width?: string;
13
- /** Высота лодера(приоритетнее чем aspectRatio) */
14
- height?: string;
15
- /** Соотношение высоты и ширины лодера */
16
- aspectRatio?: string;
17
- /** Отступ сверху лодера */
18
- marginTop?: string;
19
- }> & Readonly<{}>, {
10
+ };
11
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
12
  width: string;
21
13
  height: string;
22
14
  aspectRatio: string;
23
15
  marginTop: string;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
17
  export default _default;
@@ -1,18 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  /** Направление стрелки */
3
- arrowDirection: "left" | "right";
3
+ arrowDirection: 'left' | 'right';
4
4
  /** Неактивен */
5
5
  disabled?: boolean;
6
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
8
  click: () => any;
8
- }, string, import('vue').PublicProps, Readonly<{
9
- /** Направление стрелки */
10
- arrowDirection: "left" | "right";
11
- /** Неактивен */
12
- disabled?: boolean;
13
- }> & Readonly<{
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
10
  onClick?: (() => any) | undefined;
15
11
  }>, {
16
12
  disabled: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
14
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
@@ -1,19 +1,15 @@
1
1
  import { IAdjTabsItem } from './IAdjTabsItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Список элементов */
4
4
  items?: IAdjTabsItem[];
5
5
  /** Выбранный элемент */
6
6
  modelValue?: IAdjTabsItem;
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
9
  "update:modelValue": (value: IAdjTabsItem) => any;
9
- }, string, import('vue').PublicProps, Readonly<{
10
- /** Список элементов */
11
- items?: IAdjTabsItem[];
12
- /** Выбранный элемент */
13
- modelValue?: IAdjTabsItem;
14
- }> & Readonly<{
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
15
11
  "onUpdate:modelValue"?: ((value: IAdjTabsItem) => any) | undefined;
16
12
  }>, {
17
13
  items: IAdjTabsItem[];
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
15
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { IAdjUploadFileItem } from './IAdjUploadFileItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Надпись при отсутствии файла */
4
4
  text: string;
5
5
  /** Загруженная картинка */
@@ -8,23 +8,15 @@ declare const _default: import('vue').DefineComponent<{
8
8
  width?: number;
9
9
  /** Высота картинки для обрезки */
10
10
  height?: number;
11
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
13
  "update:modelValue": (value: IAdjUploadFileItem) => any;
13
- }, string, import('vue').PublicProps, Readonly<{
14
- /** Надпись при отсутствии файла */
15
- text: string;
16
- /** Загруженная картинка */
17
- modelValue: IAdjUploadFileItem;
18
- /** Ширина картинки для обрезки */
19
- width?: number;
20
- /** Высота картинки для обрезки */
21
- height?: number;
22
- }> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
15
  "onUpdate:modelValue"?: ((value: IAdjUploadFileItem) => any) | undefined;
24
16
  }>, {
25
17
  width: number;
26
18
  height: number;
27
19
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
28
20
  refFileInput: HTMLInputElement;
29
- }, any>;
21
+ }, HTMLDivElement>;
30
22
  export default _default;
@@ -1,27 +1,21 @@
1
1
  import { IAdjBlocksItem } from './IAdjBlocksItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue?: IAdjBlocksItem;
5
5
  /** Массив элементов для компонента AdjImageItem */
6
6
  items: IAdjBlocksItem[];
7
7
  /** Количество скелетонов */
8
8
  skeletonQty?: number;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
11
  "update:modelValue": (value: IAdjBlocksItem) => any;
11
12
  clickZoom: (value: IAdjBlocksItem) => any;
12
13
  clickDetail: (value: IAdjBlocksItem) => any;
13
- }, string, import('vue').PublicProps, Readonly<{
14
- /** Выбранный элемент */
15
- modelValue?: IAdjBlocksItem;
16
- /** Массив элементов для компонента AdjImageItem */
17
- items: IAdjBlocksItem[];
18
- /** Количество скелетонов */
19
- skeletonQty?: number;
20
- }> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
15
  "onUpdate:modelValue"?: ((value: IAdjBlocksItem) => any) | undefined;
22
16
  onClickZoom?: ((value: IAdjBlocksItem) => any) | undefined;
23
17
  onClickDetail?: ((value: IAdjBlocksItem) => any) | undefined;
24
18
  }>, {
25
19
  skeletonQty: number;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
21
  export default _default;
@@ -1,23 +1,17 @@
1
1
  import { IAdjLaminatesItem } from './IAdjLaminatesItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue?: IAdjLaminatesItem;
5
5
  /** Массив элементов для компонента AdjCoverItem */
6
6
  items: IAdjLaminatesItem[];
7
7
  /** Количество скелетонов */
8
8
  skeletonQty?: number;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
11
  "update:modelValue": (value: IAdjLaminatesItem) => any;
11
- }, string, import('vue').PublicProps, Readonly<{
12
- /** Выбранный элемент */
13
- modelValue?: IAdjLaminatesItem;
14
- /** Массив элементов для компонента AdjCoverItem */
15
- items: IAdjLaminatesItem[];
16
- /** Количество скелетонов */
17
- skeletonQty?: number;
18
- }> & Readonly<{
12
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
13
  "onUpdate:modelValue"?: ((value: IAdjLaminatesItem) => any) | undefined;
20
14
  }>, {
21
15
  skeletonQty: number;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
17
  export default _default;
@@ -1,25 +1,19 @@
1
1
  import { IAdjMaterialsItem } from './IAdjMaterialsItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue?: IAdjMaterialsItem;
5
5
  /** Массив элементов для компонента AdjImageItem */
6
6
  items: IAdjMaterialsItem[];
7
7
  /** Количество скелетонов */
8
8
  skeletonQty?: number;
9
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ };
10
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
11
  "update:modelValue": (value: IAdjMaterialsItem) => any;
11
12
  clickDetail: (value: IAdjMaterialsItem) => any;
12
- }, string, import('vue').PublicProps, Readonly<{
13
- /** Выбранный элемент */
14
- modelValue?: IAdjMaterialsItem;
15
- /** Массив элементов для компонента AdjImageItem */
16
- items: IAdjMaterialsItem[];
17
- /** Количество скелетонов */
18
- skeletonQty?: number;
19
- }> & Readonly<{
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
14
  "onUpdate:modelValue"?: ((value: IAdjMaterialsItem) => any) | undefined;
21
15
  onClickDetail?: ((value: IAdjMaterialsItem) => any) | undefined;
22
16
  }>, {
23
17
  skeletonQty: number;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
25
19
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { IAdjCoverItem } from '../elements/AdjCoverItem/IAdjCoverItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  /** Выбранный элемент */
4
4
  modelValue?: IAdjCoverItem;
5
5
  /** Массив элементов для компонента AdjCoverItem */
@@ -8,21 +8,13 @@ declare const _default: import('vue').DefineComponent<{
8
8
  skeletonQty?: number;
9
9
  /** Длительность анимации, сек */
10
10
  duration?: number;
11
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ };
12
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
13
  "update:modelValue": (value: IAdjCoverItem) => any;
13
- }, string, import('vue').PublicProps, Readonly<{
14
- /** Выбранный элемент */
15
- modelValue?: IAdjCoverItem;
16
- /** Массив элементов для компонента AdjCoverItem */
17
- groupItems: IAdjCoverItem[][];
18
- /** Количество скелетонов */
19
- skeletonQty?: number;
20
- /** Длительность анимации, сек */
21
- duration?: number;
22
- }> & Readonly<{
14
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
15
  "onUpdate:modelValue"?: ((value: IAdjCoverItem) => any) | undefined;
24
16
  }>, {
25
17
  duration: number;
26
18
  skeletonQty: number;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
28
20
  export default _default;
@@ -1,22 +1,17 @@
1
1
  import { IAdjNavigatorItem, IAdjNavigatorItemActive } from './IAdjNavigatorItem';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  items: (IAdjNavigatorItemActive | IAdjNavigatorItem)[];
4
4
  /** Состояние загрузки */
5
5
  loading?: boolean;
6
6
  /** Отступ сверху для мобильного навигатора */
7
7
  mobileMarginTop?: string;
8
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
10
  click: (value: IAdjNavigatorItem) => any;
10
- }, string, import('vue').PublicProps, Readonly<{
11
- items: (IAdjNavigatorItemActive | IAdjNavigatorItem)[];
12
- /** Состояние загрузки */
13
- loading?: boolean;
14
- /** Отступ сверху для мобильного навигатора */
15
- mobileMarginTop?: string;
16
- }> & Readonly<{
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
17
12
  onClick?: ((value: IAdjNavigatorItem) => any) | undefined;
18
13
  }>, {
19
14
  loading: boolean;
20
15
  mobileMarginTop: string;
21
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
17
  export default _default;