@poni/adjutant-ui 0.0.101 → 0.0.102

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 (209) hide show
  1. package/dist/AdjSvgActive-_jf_nXsW.js +312 -0
  2. package/dist/AdjSvgActive-q5vUaXKl.cjs +1 -0
  3. package/dist/components/AdjButton/AdjButton.mock.d.ts +2 -2
  4. package/dist/components/AdjButton/AdjButton.vue.d.ts +43 -43
  5. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.mock.d.ts +2 -2
  6. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +19 -29
  7. package/dist/components/AdjCheckbox/AdjCheckbox.mock.d.ts +3 -3
  8. package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +36 -45
  9. package/dist/components/AdjCheckbox/IAdjCheckboxItem.d.ts +3 -0
  10. package/dist/components/AdjDownloadLink/AdjDownloadLink.mock.d.ts +2 -2
  11. package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +11 -19
  12. package/dist/components/AdjDropdownLink/AdjDropdownLink.mock.d.ts +2 -2
  13. package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +17 -19
  14. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.mock.d.ts +2 -2
  15. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +15 -27
  16. package/dist/components/AdjFilterSelect/AdjFilterSelect.mock.d.ts +2 -2
  17. package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +25 -30
  18. package/dist/components/AdjFilters/AdjFilters.mock.d.ts +2 -2
  19. package/dist/components/AdjFilters/AdjFilters.vue.d.ts +11 -22
  20. package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +3 -2
  21. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.mock.d.ts +2 -2
  22. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +28 -27
  23. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +2 -1
  24. package/dist/components/AdjHint/AdjHint.mock.d.ts +7 -4
  25. package/dist/components/AdjHint/AdjHint.stories.d.ts +6 -3
  26. package/dist/components/AdjHint/AdjHint.vue.d.ts +41 -33
  27. package/dist/components/AdjHintDesktop/AdjHintDesktop.mock.d.ts +4 -0
  28. package/dist/components/AdjHintDesktop/AdjHintDesktop.stories.d.ts +8 -0
  29. package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +31 -0
  30. package/dist/components/AdjIcon/AdjIcon.mock.d.ts +2 -2
  31. package/dist/components/AdjIcon/AdjIcon.vue.d.ts +35 -31
  32. package/dist/components/AdjIconButton/AdjIconButton.mock.d.ts +5 -5
  33. package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +28 -33
  34. package/dist/components/AdjIconButtonText/AdjIconButtonText.mock.d.ts +2 -2
  35. package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +24 -27
  36. package/dist/components/AdjImageButton/AdjImageButton.mock.d.ts +2 -2
  37. package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +13 -27
  38. package/dist/components/AdjInput/AdjInput.mock.d.ts +3 -3
  39. package/dist/components/AdjInput/AdjInput.vue.d.ts +47 -45
  40. package/dist/components/AdjInputModern/AdjInputModern.mock.d.ts +2 -2
  41. package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +23 -33
  42. package/dist/components/AdjInputNumber/AdjInputNumber.mock.d.ts +2 -2
  43. package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +27 -35
  44. package/dist/components/AdjModal/AdjModal.mock.d.ts +3 -3
  45. package/dist/components/AdjModal/AdjModal.vue.d.ts +25 -30
  46. package/dist/components/AdjRadio/AdjRadio.mock.d.ts +3 -3
  47. package/dist/components/AdjRadio/AdjRadio.vue.d.ts +24 -32
  48. package/dist/components/AdjRadio/IAdjRadioItem.d.ts +2 -2
  49. package/dist/components/AdjScroll/AdjScroll.mock.d.ts +2 -2
  50. package/dist/components/AdjScroll/AdjScroll.vue.d.ts +19 -28
  51. package/dist/components/AdjSelect/AdjSelect.mock.d.ts +3 -3
  52. package/dist/components/AdjSelect/AdjSelect.vue.d.ts +41 -40
  53. package/dist/components/AdjSelect/IAdjSelectItem.d.ts +1 -1
  54. package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +3 -2
  55. package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +2 -1
  56. package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +35 -31
  57. package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +6 -3
  58. package/dist/components/AdjSelectModern/AdjSelectModern.mock.d.ts +4 -0
  59. package/dist/components/AdjSelectModern/AdjSelectModern.stories.d.ts +8 -0
  60. package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +30 -0
  61. package/dist/components/AdjSelectModern/IAdjSelectModernItem.d.ts +6 -0
  62. package/dist/components/AdjSkeleton/AdjSkeleton.mock.d.ts +5 -5
  63. package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +18 -29
  64. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.mock.d.ts +2 -2
  65. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +20 -30
  66. package/dist/components/AdjSliderButton/AdjSliderButton.mock.d.ts +2 -2
  67. package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +15 -27
  68. package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +1 -1
  69. package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +1 -1
  70. package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +1 -1
  71. package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +1 -1
  72. package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -2
  73. package/dist/components/AdjTabs/AdjTabs.vue.d.ts +15 -27
  74. package/dist/components/AdjTabs/IAdjTabsItem.d.ts +2 -2
  75. package/dist/components/AdjUploadFile/AdjUploadFile.mock.d.ts +2 -2
  76. package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +27 -29
  77. package/dist/components/AdjUploadFile/IAdjUploadFileItem.d.ts +3 -0
  78. package/dist/components/constructor/AdjBlocks/AdjBlocks.mock.d.ts +2 -2
  79. package/dist/components/constructor/AdjBlocks/AdjBlocks.vue.d.ts +25 -32
  80. package/dist/components/constructor/AdjLaminates/AdjLaminates.mock.d.ts +2 -2
  81. package/dist/components/constructor/AdjLaminates/AdjLaminates.vue.d.ts +21 -28
  82. package/dist/components/constructor/AdjMaterials/AdjMaterials.mock.d.ts +2 -2
  83. package/dist/components/constructor/AdjMaterials/AdjMaterials.vue.d.ts +23 -30
  84. package/dist/components/constructor/AdjModels/AdjModels.mock.d.ts +2 -2
  85. package/dist/components/constructor/AdjModels/AdjModels.vue.d.ts +25 -30
  86. package/dist/components/constructor/AdjNavigator/AdjNavigator.mock.d.ts +6 -6
  87. package/dist/components/constructor/AdjNavigator/AdjNavigator.vue.d.ts +19 -30
  88. package/dist/components/constructor/AdjNavigator/IAdjNavigatorItem.d.ts +2 -2
  89. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.mock.d.ts +2 -2
  90. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.vue.d.ts +25 -31
  91. package/dist/components/constructor/AdjPricebar/AdjPricebar.mock.d.ts +2 -2
  92. package/dist/components/constructor/AdjPricebar/AdjPricebar.vue.d.ts +66 -22
  93. package/dist/components/constructor/AdjProducts/AdjProducts.mock.d.ts +3 -3
  94. package/dist/components/constructor/AdjProducts/AdjProducts.vue.d.ts +21 -30
  95. package/dist/components/constructor/AdjStitchings/AdjStitchings.mock.d.ts +2 -2
  96. package/dist/components/constructor/AdjStitchings/AdjStitchings.vue.d.ts +22 -28
  97. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.mock.d.ts +3 -3
  98. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.vue.d.ts +25 -31
  99. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.mock.d.ts +3 -3
  100. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.vue.d.ts +55 -42
  101. package/dist/components/constructor/{AdjModels/IAdjModelsItem.d.ts → elements/AdjCoverItem/IAdjCoverItem.d.ts} +1 -1
  102. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.mock.d.ts +5 -5
  103. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.vue.d.ts +87 -61
  104. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.mock.d.ts +3 -3
  105. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.vue.d.ts +6 -37
  106. package/dist/components/constructor/elements/AdjNavigatorItem/{IAdjNavigatorItemProps.d.ts → IAdjNavigatorPassive.d.ts} +1 -1
  107. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.mock.d.ts +6 -6
  108. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.vue.d.ts +20 -31
  109. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.mock.d.ts +2 -2
  110. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.vue.d.ts +13 -22
  111. package/dist/components.cjs +1 -1
  112. package/dist/components.js +492 -473
  113. package/dist/constructor.cjs +1 -1
  114. package/dist/constructor.js +181 -174
  115. package/dist/misc/types.d.ts +18 -0
  116. package/dist/plugin/components.d.ts +3 -4
  117. package/dist/plugin/types.d.ts +7 -2
  118. package/dist/style.css +1 -1
  119. package/dist/vars.scss +15 -96
  120. package/package.json +23 -23
  121. package/dist/AdjSvgActive-BdMqG9Kf.js +0 -310
  122. package/dist/AdjSvgActive-nVSqyC5q.cjs +0 -1
  123. package/dist/components/AdjButton/IAdjButtonEmits.d.ts +0 -4
  124. package/dist/components/AdjButton/IAdjButtonProps.d.ts +0 -18
  125. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxEmits.d.ts +0 -4
  126. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxProps.d.ts +0 -8
  127. package/dist/components/AdjCheckbox/IAdjCheckboxEmits.d.ts +0 -6
  128. package/dist/components/AdjCheckbox/IAdjCheckboxProps.d.ts +0 -19
  129. package/dist/components/AdjDownloadLink/IAdjDownloadLinkProps.d.ts +0 -6
  130. package/dist/components/AdjDropdownLink/IAdjDropdownLinkProps.d.ts +0 -9
  131. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxEmits.d.ts +0 -4
  132. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxProps.d.ts +0 -6
  133. package/dist/components/AdjFilterSelect/IAdjFilterSelectEmits.d.ts +0 -4
  134. package/dist/components/AdjFilterSelect/IAdjFilterSelectProps.d.ts +0 -11
  135. package/dist/components/AdjFilters/IAdjFiltersEmits.d.ts +0 -4
  136. package/dist/components/AdjFilters/IAdjFiltersProps.d.ts +0 -6
  137. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileEmits.d.ts +0 -4
  138. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileProps.d.ts +0 -14
  139. package/dist/components/AdjHint/IAdjHintProps.d.ts +0 -13
  140. package/dist/components/AdjHintWrapper/AdjHintWrapper.mock.d.ts +0 -7
  141. package/dist/components/AdjHintWrapper/AdjHintWrapper.stories.d.ts +0 -11
  142. package/dist/components/AdjHintWrapper/AdjHintWrapper.vue.d.ts +0 -48
  143. package/dist/components/AdjHintWrapper/IAdjHintWrapperProps.d.ts +0 -13
  144. package/dist/components/AdjIcon/IAdjIconProps.d.ts +0 -13
  145. package/dist/components/AdjIconButton/IAdjIconButtonEmits.d.ts +0 -4
  146. package/dist/components/AdjIconButton/IAdjIconButtonProps.d.ts +0 -12
  147. package/dist/components/AdjIconButtonText/IAdjIconButtonTextEmits.d.ts +0 -4
  148. package/dist/components/AdjIconButtonText/IAdjIconButtonTextProps.d.ts +0 -10
  149. package/dist/components/AdjImageButton/IAdjImageButtonProps.d.ts +0 -6
  150. package/dist/components/AdjInput/IAdjInputEmits.d.ts +0 -4
  151. package/dist/components/AdjInput/IAdjInputProps.d.ts +0 -22
  152. package/dist/components/AdjInputModern/IAdjInputModernEmits.d.ts +0 -4
  153. package/dist/components/AdjInputModern/IAdjInputModernProps.d.ts +0 -10
  154. package/dist/components/AdjInputNumber/IAdjInputNumberEmits.d.ts +0 -4
  155. package/dist/components/AdjInputNumber/IAdjInputNumberProps.d.ts +0 -12
  156. package/dist/components/AdjModal/IAdjModalEmits.d.ts +0 -4
  157. package/dist/components/AdjModal/IAdjModalProps.d.ts +0 -6
  158. package/dist/components/AdjRadio/IAdjRadioEmits.d.ts +0 -5
  159. package/dist/components/AdjRadio/IAdjRadioProps.d.ts +0 -11
  160. package/dist/components/AdjScroll/IAdjScrollProps.d.ts +0 -6
  161. package/dist/components/AdjSelect/IAdjSelectEmits.d.ts +0 -5
  162. package/dist/components/AdjSelect/IAdjSelectProps.d.ts +0 -21
  163. package/dist/components/AdjSelectImage/IAdjSelectImageEmits.d.ts +0 -4
  164. package/dist/components/AdjSelectImage/IAdjSelectImageProps.d.ts +0 -9
  165. package/dist/components/AdjSelectRound/AdjSelectRound.mock.d.ts +0 -2
  166. package/dist/components/AdjSelectRound/AdjSelectRound.stories.d.ts +0 -6
  167. package/dist/components/AdjSelectRound/AdjSelectRound.vue.d.ts +0 -34
  168. package/dist/components/AdjSelectRound/IAdjSelectRoundEmits.d.ts +0 -4
  169. package/dist/components/AdjSelectRound/IAdjSelectRoundItem.d.ts +0 -4
  170. package/dist/components/AdjSelectRound/IAdjSelectRoundProps.d.ts +0 -9
  171. package/dist/components/AdjSkeleton/IAdjSkeletonProps.d.ts +0 -9
  172. package/dist/components/AdjSkeletonItem/IAdjSkeletonItemProps.d.ts +0 -10
  173. package/dist/components/AdjSliderButton/IAdjSliderButtonEmits.d.ts +0 -4
  174. package/dist/components/AdjSliderButton/IAdjSliderButtonProps.d.ts +0 -6
  175. package/dist/components/AdjTabs/IAdjTabsEmits.d.ts +0 -5
  176. package/dist/components/AdjTabs/IAdjTabsProps.d.ts +0 -7
  177. package/dist/components/AdjUploadFile/IAdjUploadFileEmits.d.ts +0 -4
  178. package/dist/components/AdjUploadFile/IAdjUploadFileProps.d.ts +0 -4
  179. package/dist/components/constructor/AdjBlocks/IAdjBlocksEmits.d.ts +0 -9
  180. package/dist/components/constructor/AdjBlocks/IAdjBlocksProps.d.ts +0 -9
  181. package/dist/components/constructor/AdjLaminates/IAdjLaminatesEmits.d.ts +0 -5
  182. package/dist/components/constructor/AdjLaminates/IAdjLaminatesProps.d.ts +0 -9
  183. package/dist/components/constructor/AdjMaterials/IAdjMaterialsEmits.d.ts +0 -7
  184. package/dist/components/constructor/AdjMaterials/IAdjMaterialsProps.d.ts +0 -9
  185. package/dist/components/constructor/AdjModels/IAdjModelsEmits.d.ts +0 -5
  186. package/dist/components/constructor/AdjModels/IAdjModelsProps.d.ts +0 -11
  187. package/dist/components/constructor/AdjNavigator/IAdjNavigatorEmits.d.ts +0 -5
  188. package/dist/components/constructor/AdjNavigator/IAdjNavigatorProps.d.ts +0 -8
  189. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsEmits.d.ts +0 -9
  190. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsProps.d.ts +0 -11
  191. package/dist/components/constructor/AdjPricebar/IAdjPricebarEmits.d.ts +0 -4
  192. package/dist/components/constructor/AdjPricebar/IAdjPricebarProps.d.ts +0 -32
  193. package/dist/components/constructor/AdjProducts/IAdjProductsEmits.d.ts +0 -5
  194. package/dist/components/constructor/AdjProducts/IAdjProductsProps.d.ts +0 -9
  195. package/dist/components/constructor/AdjStitchings/IAdjStitchingsEmits.d.ts +0 -5
  196. package/dist/components/constructor/AdjStitchings/IAdjStitchingsProps.d.ts +0 -10
  197. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemEmits.d.ts +0 -5
  198. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemProps.d.ts +0 -11
  199. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemEmits.d.ts +0 -7
  200. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemProps.d.ts +0 -25
  201. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemEmits.d.ts +0 -12
  202. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemProps.d.ts +0 -40
  203. package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemEmits.d.ts +0 -4
  204. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjAdjNavigatorWrapperEmits.d.ts +0 -5
  205. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperProps.d.ts +0 -9
  206. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperEmits.d.ts +0 -4
  207. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperProps.d.ts +0 -6
  208. package/dist/misc/TPosition.d.ts +0 -4
  209. package/dist/misc/iconNameOptions.d.ts +0 -1
@@ -1,34 +1,28 @@
1
- import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
- import { IAdjCoverGroupItemProps } from './IAdjCoverGroupItemProps';
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
4
- duration: number;
5
- width: string;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- "update:modelValue": (value: IAdjModelsItem) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
9
- duration: number;
10
- width: string;
11
- }>>> & {
12
- "onUpdate:modelValue"?: ((value: IAdjModelsItem) => any) | undefined;
13
- }, {
1
+ import { IAdjCoverItem } from '../AdjCoverItem/IAdjCoverItem';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ /** Выбранный элемент */
4
+ modelValue?: IAdjCoverItem;
5
+ /** Массив элементов для компонента AdjCoverItem */
6
+ items: IAdjCoverItem[];
7
+ /** Ширина элемента */
8
+ width?: string;
9
+ /** Длительность анимации, сек */
10
+ duration?: number;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: IAdjCoverItem) => any;
13
+ }, string, import('vue').PublicProps, Readonly<{
14
+ /** Выбранный элемент */
15
+ modelValue?: IAdjCoverItem;
16
+ /** Массив элементов для компонента AdjCoverItem */
17
+ items: IAdjCoverItem[];
18
+ /** Ширина элемента */
19
+ width?: string;
20
+ /** Длительность анимации, сек */
21
+ duration?: number;
22
+ }> & Readonly<{
23
+ "onUpdate:modelValue"?: ((value: IAdjCoverItem) => any) | undefined;
24
+ }>, {
14
25
  width: string;
15
26
  duration: number;
16
- }, {}>;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
28
  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
- };
@@ -1,3 +1,3 @@
1
- import { IAdjCoverItemProps } from './IAdjCoverItemProps';
2
- export declare const argsModel: IAdjCoverItemProps;
3
- export declare const argsProduct: IAdjCoverItemProps;
1
+ import { default as AdjCoverItem } from './AdjCoverItem.vue';
2
+ export declare const argsModel: InstanceType<typeof AdjCoverItem>['$props'];
3
+ export declare const argsProduct: InstanceType<typeof AdjCoverItem>['$props'];
@@ -1,50 +1,63 @@
1
- import { IAdjCoverItemProps } from './IAdjCoverItemProps';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverItemProps>, {
3
- duration: number;
4
- hintHtml: string;
5
- showCornerSwitcher: boolean;
6
- roundedCorner: boolean;
7
- underlined: boolean;
8
- checked: boolean;
1
+ import { IAdjCoverItem } from './IAdjCoverItem';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ /** ID */
4
+ id: number;
5
+ /** Название/заголовок */
6
+ name: string;
7
+ /** Массив url-адресов картинок */
8
+ images: string[];
9
+ /** Значение */
10
+ modelValue: IAdjCoverItem;
11
+ /** Длительность анимации, сек */
12
+ duration?: number;
13
+ /** Всплывающая подсказка */
14
+ hintHtml?: string;
15
+ /** Показывать переключатель угла обложки */
16
+ showCornerSwitcher?: boolean;
17
+ /** Угол обложки */
18
+ roundedCorner?: boolean;
19
+ /** Подчеркнутый заголовок */
20
+ underlined?: boolean;
21
+ /** Данный элемент выбран */
22
+ checked?: boolean;
23
+ /** Ширина элемента */
24
+ width?: string;
25
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
+ click: (value: IAdjCoverItem) => any;
27
+ switchCorner: (value: IAdjCoverItem) => any;
28
+ }, string, import('vue').PublicProps, Readonly<{
29
+ /** ID */
30
+ id: number;
31
+ /** Название/заголовок */
32
+ name: string;
33
+ /** Массив url-адресов картинок */
34
+ images: string[];
35
+ /** Значение */
36
+ modelValue: IAdjCoverItem;
37
+ /** Длительность анимации, сек */
38
+ duration?: number;
39
+ /** Всплывающая подсказка */
40
+ hintHtml?: string;
41
+ /** Показывать переключатель угла обложки */
42
+ showCornerSwitcher?: boolean;
43
+ /** Угол обложки */
44
+ roundedCorner?: boolean;
45
+ /** Подчеркнутый заголовок */
46
+ underlined?: boolean;
47
+ /** Данный элемент выбран */
48
+ checked?: boolean;
49
+ /** Ширина элемента */
50
+ width?: string;
51
+ }> & Readonly<{
52
+ onClick?: ((value: IAdjCoverItem) => any) | undefined;
53
+ onSwitchCorner?: ((value: IAdjCoverItem) => any) | undefined;
54
+ }>, {
9
55
  width: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- click: (value: import('../../AdjModels/IAdjModelsItem').IAdjModelsItem) => void;
12
- switchCorner: (value: import('../../AdjModels/IAdjModelsItem').IAdjModelsItem) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverItemProps>, {
14
56
  duration: number;
15
- hintHtml: string;
16
- showCornerSwitcher: boolean;
17
- roundedCorner: boolean;
18
- underlined: boolean;
19
57
  checked: boolean;
20
- width: string;
21
- }>>> & {
22
- onClick?: ((value: import('../../AdjModels/IAdjModelsItem').IAdjModelsItem) => any) | undefined;
23
- onSwitchCorner?: ((value: import('../../AdjModels/IAdjModelsItem').IAdjModelsItem) => any) | undefined;
24
- }, {
25
- width: string;
26
- checked: boolean;
27
- duration: number;
28
58
  hintHtml: string;
29
59
  showCornerSwitcher: boolean;
30
60
  roundedCorner: boolean;
31
61
  underlined: boolean;
32
- }, {}>;
62
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
63
  export default _default;
34
- type __VLS_WithDefaults<P, D> = {
35
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
- default: D[K];
37
- }> : P[K];
38
- };
39
- type __VLS_Prettify<T> = {
40
- [K in keyof T]: T[K];
41
- } & {};
42
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
- type __VLS_TypePropsToOption<T> = {
44
- [K in keyof T]-?: {} extends Pick<T, K> ? {
45
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
- } : {
47
- type: import('vue').PropType<T[K]>;
48
- required: true;
49
- };
50
- };
@@ -1,4 +1,4 @@
1
- export interface IAdjModelsItem {
1
+ export interface IAdjCoverItem {
2
2
  /** ID */
3
3
  id: number;
4
4
  /** Название/заголовок */
@@ -1,5 +1,5 @@
1
- import { IAdjImageItemProps } from './IAdjImageItemProps';
2
- export declare const argsBlock: IAdjImageItemProps;
3
- export declare const argsMaterial: IAdjImageItemProps;
4
- export declare const argsStitching: IAdjImageItemProps;
5
- export declare const argsPersonalizition: IAdjImageItemProps;
1
+ import { default as AdjImageItem } from './AdjImageItem.vue';
2
+ export declare const argsBlock: InstanceType<typeof AdjImageItem>['$props'];
3
+ export declare const argsMaterial: InstanceType<typeof AdjImageItem>['$props'];
4
+ export declare const argsStitching: InstanceType<typeof AdjImageItem>['$props'];
5
+ export declare const argsPersonalizition: InstanceType<typeof AdjImageItem>['$props'];
@@ -1,51 +1,94 @@
1
- import { IAdjImageItemProps } from './IAdjImageItemProps';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjImageItemProps>, {
3
- bordered: boolean;
4
- aspectRatio: number;
5
- subnames: () => never[];
6
- hints: () => never[];
7
- checked: boolean;
8
- width: string;
9
- labelSale: boolean;
10
- labelNew: boolean;
11
- labelCmyk: boolean;
12
- buttonZoom: boolean;
13
- buttonDetail: boolean;
14
- buttonClose: boolean;
15
- buttonPlus: boolean;
16
- labelQuantity: boolean;
17
- quantity: number;
18
- centerName: boolean;
19
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
- click: () => void;
21
- clickZoom: () => void;
22
- clickDetail: () => void;
23
- clickClose: () => void;
24
- clickPlus: () => void;
25
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjImageItemProps>, {
26
- bordered: boolean;
27
- aspectRatio: number;
28
- subnames: () => never[];
29
- hints: () => never[];
30
- checked: boolean;
31
- width: string;
32
- labelSale: boolean;
33
- labelNew: boolean;
34
- labelCmyk: boolean;
35
- buttonZoom: boolean;
36
- buttonDetail: boolean;
37
- buttonClose: boolean;
38
- buttonPlus: boolean;
39
- labelQuantity: boolean;
40
- quantity: number;
41
- centerName: boolean;
42
- }>>> & {
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ image: string;
6
+ /** Контур картинки */
7
+ bordered?: boolean;
8
+ /** Пропорции картинки(0-автоматические) */
9
+ aspectRatio?: number;
10
+ /** Название/заголовок */
11
+ name: string;
12
+ /** Массив подзаголовков */
13
+ subnames?: string[];
14
+ /** Всплывающая подсказка */
15
+ hints?: string[];
16
+ /** Данный элемент выбран */
17
+ checked?: boolean;
18
+ /** Ширина элемента */
19
+ width?: string;
20
+ /** Показывать лейбл Sale */
21
+ labelSale?: boolean;
22
+ /** Показывать лейбл New */
23
+ labelNew?: boolean;
24
+ /** Показывать лейбл CMYK */
25
+ labelCmyk?: boolean;
26
+ /** Показывать кнопку "Увеличить" */
27
+ buttonZoom?: boolean;
28
+ /** Показывать кнопку Подробнее */
29
+ buttonDetail?: boolean;
30
+ /** Показывать кнопку "Закрыть" */
31
+ buttonClose?: boolean;
32
+ /** Показывать кнопку "Плюс" */
33
+ buttonPlus?: boolean;
34
+ /** Показывать лейбл "Количество" */
35
+ labelQuantity?: boolean;
36
+ /** Количество */
37
+ quantity?: number;
38
+ /** Выравнивать заголовок по центру */
39
+ centerName?: boolean;
40
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
41
+ click: () => any;
42
+ clickZoom: () => any;
43
+ clickDetail: () => any;
44
+ clickClose: () => any;
45
+ clickPlus: () => any;
46
+ }, string, import('vue').PublicProps, Readonly<{
47
+ /** ID */
48
+ id: number;
49
+ /** Url-адрес картинки */
50
+ image: string;
51
+ /** Контур картинки */
52
+ bordered?: boolean;
53
+ /** Пропорции картинки(0-автоматические) */
54
+ aspectRatio?: number;
55
+ /** Название/заголовок */
56
+ name: string;
57
+ /** Массив подзаголовков */
58
+ subnames?: string[];
59
+ /** Всплывающая подсказка */
60
+ hints?: string[];
61
+ /** Данный элемент выбран */
62
+ checked?: boolean;
63
+ /** Ширина элемента */
64
+ width?: string;
65
+ /** Показывать лейбл Sale */
66
+ labelSale?: boolean;
67
+ /** Показывать лейбл New */
68
+ labelNew?: boolean;
69
+ /** Показывать лейбл CMYK */
70
+ labelCmyk?: boolean;
71
+ /** Показывать кнопку "Увеличить" */
72
+ buttonZoom?: boolean;
73
+ /** Показывать кнопку Подробнее */
74
+ buttonDetail?: boolean;
75
+ /** Показывать кнопку "Закрыть" */
76
+ buttonClose?: boolean;
77
+ /** Показывать кнопку "Плюс" */
78
+ buttonPlus?: boolean;
79
+ /** Показывать лейбл "Количество" */
80
+ labelQuantity?: boolean;
81
+ /** Количество */
82
+ quantity?: number;
83
+ /** Выравнивать заголовок по центру */
84
+ centerName?: boolean;
85
+ }> & Readonly<{
43
86
  onClick?: (() => any) | undefined;
44
87
  onClickZoom?: (() => any) | undefined;
45
88
  onClickDetail?: (() => any) | undefined;
46
89
  onClickClose?: (() => any) | undefined;
47
90
  onClickPlus?: (() => any) | undefined;
48
- }, {
91
+ }>, {
49
92
  width: string;
50
93
  aspectRatio: number;
51
94
  bordered: boolean;
@@ -62,22 +105,5 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
62
105
  labelQuantity: boolean;
63
106
  quantity: number;
64
107
  centerName: boolean;
65
- }, {}>;
108
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
66
109
  export default _default;
67
- type __VLS_WithDefaults<P, D> = {
68
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
69
- default: D[K];
70
- }> : P[K];
71
- };
72
- type __VLS_Prettify<T> = {
73
- [K in keyof T]: T[K];
74
- } & {};
75
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
- type __VLS_TypePropsToOption<T> = {
77
- [K in keyof T]-?: {} extends Pick<T, K> ? {
78
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
79
- } : {
80
- type: import('vue').PropType<T[K]>;
81
- required: true;
82
- };
83
- };
@@ -1,3 +1,3 @@
1
- import { IAdjNavigatorItemProps } from './IAdjNavigatorItemProps';
2
- export declare const argsBase: IAdjNavigatorItemProps;
3
- export declare const argsPlus: IAdjNavigatorItemProps;
1
+ import { default as AdjNavigatorItem } from './AdjNavigatorItem.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjNavigatorItem>['$props'];
3
+ export declare const argsPlus: InstanceType<typeof AdjNavigatorItem>['$props'];
@@ -1,45 +1,14 @@
1
- import { IAdjNavigatorItemProps } from './IAdjNavigatorItemProps';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorItemProps>, {
3
- squareType: string;
4
- squareDesign: string;
5
- leftLineDesign: string;
6
- rightLineDesign: string;
7
- showLabel: boolean;
8
- loading: boolean;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- click: () => void;
11
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorItemProps>, {
12
- squareType: string;
13
- squareDesign: string;
14
- leftLineDesign: string;
15
- rightLineDesign: string;
16
- showLabel: boolean;
17
- loading: boolean;
18
- }>>> & {
1
+ import { IAdjNavigatorPassive } from './IAdjNavigatorPassive';
2
+ declare const _default: import('vue').DefineComponent<IAdjNavigatorPassive, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
3
+ click: () => any;
4
+ }, string, import('vue').PublicProps, Readonly<IAdjNavigatorPassive> & Readonly<{
19
5
  onClick?: (() => any) | undefined;
20
- }, {
6
+ }>, {
21
7
  loading: boolean;
22
8
  squareType: "id" | "icon-plus" | "icon-forward" | "icon-back";
23
9
  squareDesign: "active" | "normal" | "disabled";
24
10
  leftLineDesign: "active" | "normal" | "disabled" | "hidden";
25
11
  rightLineDesign: "active" | "normal" | "disabled" | "hidden";
26
12
  showLabel: boolean;
27
- }, {}>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
14
  export default _default;
29
- type __VLS_WithDefaults<P, D> = {
30
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
- default: D[K];
32
- }> : P[K];
33
- };
34
- type __VLS_Prettify<T> = {
35
- [K in keyof T]: T[K];
36
- } & {};
37
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
- type __VLS_TypePropsToOption<T> = {
39
- [K in keyof T]-?: {} extends Pick<T, K> ? {
40
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
41
- } : {
42
- type: import('vue').PropType<T[K]>;
43
- required: true;
44
- };
45
- };
@@ -1,4 +1,4 @@
1
- export interface IAdjNavigatorItemProps {
1
+ export interface IAdjNavigatorPassive {
2
2
  /** Номер шага */
3
3
  id: number;
4
4
  /** Ключ шага */
@@ -1,6 +1,6 @@
1
- import { IAdjNavigatorWrapperProps } from './IAdjNavigatorWrapperProps';
2
- export declare const argsStep1: IAdjNavigatorWrapperProps;
3
- export declare const argsStep2: IAdjNavigatorWrapperProps;
4
- export declare const argsStep3: IAdjNavigatorWrapperProps;
5
- export declare const argsStep4: IAdjNavigatorWrapperProps;
6
- export declare const argsStep5: IAdjNavigatorWrapperProps;
1
+ import { default as AdjNavigatorWrapper } from './AdjNavigatorWrapper.vue';
2
+ export declare const argsStep1: InstanceType<typeof AdjNavigatorWrapper>['$props'];
3
+ export declare const argsStep2: InstanceType<typeof AdjNavigatorWrapper>['$props'];
4
+ export declare const argsStep3: InstanceType<typeof AdjNavigatorWrapper>['$props'];
5
+ export declare const argsStep4: InstanceType<typeof AdjNavigatorWrapper>['$props'];
6
+ export declare const argsStep5: InstanceType<typeof AdjNavigatorWrapper>['$props'];
@@ -1,34 +1,23 @@
1
- import { IAdjNavigatorWrapperProps } from './IAdjNavigatorWrapperProps';
2
- import { IAdjNavigatorItemProps } from '../AdjNavigatorItem/IAdjNavigatorItemProps';
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorWrapperProps>, {
4
- showLabel: boolean;
5
- loading: boolean;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- click: (value: IAdjNavigatorItemProps) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorWrapperProps>, {
9
- showLabel: boolean;
10
- loading: boolean;
11
- }>>> & {
12
- onClick?: ((value: IAdjNavigatorItemProps) => any) | undefined;
13
- }, {
1
+ import { IAdjNavigatorWrapperActive } from './IAdjNavigatorWrapperActive';
2
+ import { IAdjNavigatorPassive } from '../AdjNavigatorItem/IAdjNavigatorPassive';
3
+ declare const _default: import('vue').DefineComponent<{
4
+ items: (IAdjNavigatorPassive | IAdjNavigatorWrapperActive)[];
5
+ /** Отображать надписи под квадратами */
6
+ showLabel?: boolean;
7
+ /** Состояние загрузки */
8
+ loading?: boolean;
9
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
+ click: (value: IAdjNavigatorPassive) => any;
11
+ }, string, import('vue').PublicProps, Readonly<{
12
+ items: (IAdjNavigatorPassive | IAdjNavigatorWrapperActive)[];
13
+ /** Отображать надписи под квадратами */
14
+ showLabel?: boolean;
15
+ /** Состояние загрузки */
16
+ loading?: boolean;
17
+ }> & Readonly<{
18
+ onClick?: ((value: IAdjNavigatorPassive) => any) | undefined;
19
+ }>, {
14
20
  loading: boolean;
15
21
  showLabel: boolean;
16
- }, {}>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
23
  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
- };
@@ -1,2 +1,2 @@
1
- import { IAdjPricebarWrapperProps } from './IAdjPricebarWrapperProps';
2
- export declare const argsBase: IAdjPricebarWrapperProps;
1
+ import { default as AdjPricebarWrapper } from './AdjPricebarWrapper.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjPricebarWrapper>['$props'];
@@ -1,24 +1,15 @@
1
- import { IAdjPricebarWrapperProps } from './IAdjPricebarWrapperProps';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarWrapperProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
- "update:quantity": (value: number) => void;
4
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarWrapperProps>, {}>>> & {
1
+ import { IAdjPricebaritem } from './IAdjPricebaritem';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ items: IAdjPricebaritem[];
4
+ /** Количество */
5
+ quantity: number;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ "update:quantity": (value: number) => any;
8
+ }, string, import('vue').PublicProps, Readonly<{
9
+ items: IAdjPricebaritem[];
10
+ /** Количество */
11
+ quantity: number;
12
+ }> & Readonly<{
5
13
  "onUpdate:quantity"?: ((value: number) => any) | undefined;
6
- }, {}, {}>;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
15
  export default _default;
8
- type __VLS_WithDefaults<P, D> = {
9
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
10
- default: D[K];
11
- }> : P[K];
12
- };
13
- type __VLS_Prettify<T> = {
14
- [K in keyof T]: T[K];
15
- } & {};
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToOption<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };