@poni/adjutant-ui 0.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/README.md +52 -0
  2. package/dist/AdjSvgActive-BdMqG9Kf.js +310 -0
  3. package/dist/AdjSvgActive-nVSqyC5q.cjs +1 -0
  4. package/dist/components/AdjButton/AdjButton.mock.d.ts +2 -0
  5. package/dist/components/AdjButton/AdjButton.stories.d.ts +6 -0
  6. package/dist/components/AdjButton/AdjButton.vue.d.ts +49 -0
  7. package/dist/components/AdjButton/IAdjButtonEmits.d.ts +4 -0
  8. package/dist/components/AdjButton/IAdjButtonProps.d.ts +18 -0
  9. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.mock.d.ts +2 -0
  10. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.stories.d.ts +6 -0
  11. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +33 -0
  12. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxEmits.d.ts +4 -0
  13. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxProps.d.ts +8 -0
  14. package/dist/components/AdjCheckbox/AdjCheckbox.mock.d.ts +3 -0
  15. package/dist/components/AdjCheckbox/AdjCheckbox.stories.d.ts +7 -0
  16. package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +49 -0
  17. package/dist/components/AdjCheckbox/IAdjCheckboxEmits.d.ts +6 -0
  18. package/dist/components/AdjCheckbox/IAdjCheckboxProps.d.ts +19 -0
  19. package/dist/components/AdjDownloadLink/AdjDownloadLink.mock.d.ts +2 -0
  20. package/dist/components/AdjDownloadLink/AdjDownloadLink.stories.d.ts +6 -0
  21. package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +20 -0
  22. package/dist/components/AdjDownloadLink/IAdjDownloadLinkProps.d.ts +6 -0
  23. package/dist/components/AdjDropdownLink/AdjDropdownLink.mock.d.ts +2 -0
  24. package/dist/components/AdjDropdownLink/AdjDropdownLink.stories.d.ts +6 -0
  25. package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +20 -0
  26. package/dist/components/AdjDropdownLink/IAdjDropdownLinkProps.d.ts +9 -0
  27. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.mock.d.ts +2 -0
  28. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.stories.d.ts +6 -0
  29. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +30 -0
  30. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxEmits.d.ts +4 -0
  31. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxProps.d.ts +6 -0
  32. package/dist/components/AdjFilterSelect/AdjFilterSelect.mock.d.ts +2 -0
  33. package/dist/components/AdjFilterSelect/AdjFilterSelect.stories.d.ts +6 -0
  34. package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +34 -0
  35. package/dist/components/AdjFilterSelect/IAdjFilterSelectEmits.d.ts +4 -0
  36. package/dist/components/AdjFilterSelect/IAdjFilterSelectItem.d.ts +5 -0
  37. package/dist/components/AdjFilterSelect/IAdjFilterSelectProps.d.ts +11 -0
  38. package/dist/components/AdjFilters/AdjFilters.mock.d.ts +2 -0
  39. package/dist/components/AdjFilters/AdjFilters.stories.d.ts +6 -0
  40. package/dist/components/AdjFilters/AdjFilters.vue.d.ts +25 -0
  41. package/dist/components/AdjFilters/IAdjFiltersEmits.d.ts +4 -0
  42. package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +11 -0
  43. package/dist/components/AdjFilters/IAdjFiltersProps.d.ts +6 -0
  44. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.mock.d.ts +2 -0
  45. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.stories.d.ts +6 -0
  46. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +31 -0
  47. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileEmits.d.ts +4 -0
  48. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +11 -0
  49. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileProps.d.ts +14 -0
  50. package/dist/components/AdjHint/AdjHint.mock.d.ts +4 -0
  51. package/dist/components/AdjHint/AdjHint.stories.d.ts +8 -0
  52. package/dist/components/AdjHint/AdjHint.vue.d.ts +40 -0
  53. package/dist/components/AdjHint/IAdjHintProps.d.ts +13 -0
  54. package/dist/components/AdjHintWrapper/AdjHintWrapper.mock.d.ts +7 -0
  55. package/dist/components/AdjHintWrapper/AdjHintWrapper.stories.d.ts +11 -0
  56. package/dist/components/AdjHintWrapper/AdjHintWrapper.vue.d.ts +48 -0
  57. package/dist/components/AdjHintWrapper/IAdjHintWrapperProps.d.ts +13 -0
  58. package/dist/components/AdjIcon/AdjIcon.mock.d.ts +2 -0
  59. package/dist/components/AdjIcon/AdjIcon.stories.d.ts +6 -0
  60. package/dist/components/AdjIcon/AdjIcon.vue.d.ts +35 -0
  61. package/dist/components/AdjIcon/IAdjIconProps.d.ts +13 -0
  62. package/dist/components/AdjIconButton/AdjIconButton.mock.d.ts +5 -0
  63. package/dist/components/AdjIconButton/AdjIconButton.stories.d.ts +9 -0
  64. package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +39 -0
  65. package/dist/components/AdjIconButton/IAdjIconButtonEmits.d.ts +4 -0
  66. package/dist/components/AdjIconButton/IAdjIconButtonProps.d.ts +12 -0
  67. package/dist/components/AdjIconButtonText/AdjIconButtonText.mock.d.ts +2 -0
  68. package/dist/components/AdjIconButtonText/AdjIconButtonText.stories.d.ts +6 -0
  69. package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +30 -0
  70. package/dist/components/AdjIconButtonText/IAdjIconButtonTextEmits.d.ts +4 -0
  71. package/dist/components/AdjIconButtonText/IAdjIconButtonTextProps.d.ts +10 -0
  72. package/dist/components/AdjImageButton/AdjImageButton.mock.d.ts +2 -0
  73. package/dist/components/AdjImageButton/AdjImageButton.stories.d.ts +6 -0
  74. package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +29 -0
  75. package/dist/components/AdjImageButton/IAdjImageButtonProps.d.ts +6 -0
  76. package/dist/components/AdjInput/AdjInput.mock.d.ts +3 -0
  77. package/dist/components/AdjInput/AdjInput.stories.d.ts +7 -0
  78. package/dist/components/AdjInput/AdjInput.vue.d.ts +57 -0
  79. package/dist/components/AdjInput/IAdjInputEmits.d.ts +4 -0
  80. package/dist/components/AdjInput/IAdjInputProps.d.ts +22 -0
  81. package/dist/components/AdjInputModern/AdjInputModern.mock.d.ts +2 -0
  82. package/dist/components/AdjInputModern/AdjInputModern.stories.d.ts +6 -0
  83. package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +39 -0
  84. package/dist/components/AdjInputModern/IAdjInputModernEmits.d.ts +4 -0
  85. package/dist/components/AdjInputModern/IAdjInputModernProps.d.ts +10 -0
  86. package/dist/components/AdjInputNumber/AdjInputNumber.mock.d.ts +2 -0
  87. package/dist/components/AdjInputNumber/AdjInputNumber.stories.d.ts +6 -0
  88. package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +42 -0
  89. package/dist/components/AdjInputNumber/IAdjInputNumberEmits.d.ts +4 -0
  90. package/dist/components/AdjInputNumber/IAdjInputNumberProps.d.ts +12 -0
  91. package/dist/components/AdjModal/AdjModal.mock.d.ts +3 -0
  92. package/dist/components/AdjModal/AdjModal.stories.d.ts +7 -0
  93. package/dist/components/AdjModal/AdjModal.vue.d.ts +42 -0
  94. package/dist/components/AdjModal/IAdjModalEmits.d.ts +4 -0
  95. package/dist/components/AdjModal/IAdjModalProps.d.ts +6 -0
  96. package/dist/components/AdjRadio/AdjRadio.mock.d.ts +3 -0
  97. package/dist/components/AdjRadio/AdjRadio.stories.d.ts +7 -0
  98. package/dist/components/AdjRadio/AdjRadio.vue.d.ts +37 -0
  99. package/dist/components/AdjRadio/IAdjRadioEmits.d.ts +5 -0
  100. package/dist/components/AdjRadio/IAdjRadioItem.d.ts +4 -0
  101. package/dist/components/AdjRadio/IAdjRadioProps.d.ts +11 -0
  102. package/dist/components/AdjScroll/AdjScroll.mock.d.ts +2 -0
  103. package/dist/components/AdjScroll/AdjScroll.stories.d.ts +6 -0
  104. package/dist/components/AdjScroll/AdjScroll.vue.d.ts +38 -0
  105. package/dist/components/AdjScroll/IAdjScrollProps.d.ts +6 -0
  106. package/dist/components/AdjSelect/AdjSelect.mock.d.ts +3 -0
  107. package/dist/components/AdjSelect/AdjSelect.stories.d.ts +7 -0
  108. package/dist/components/AdjSelect/AdjSelect.vue.d.ts +52 -0
  109. package/dist/components/AdjSelect/IAdjSelectEmits.d.ts +5 -0
  110. package/dist/components/AdjSelect/IAdjSelectItem.d.ts +4 -0
  111. package/dist/components/AdjSelect/IAdjSelectProps.d.ts +21 -0
  112. package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +2 -0
  113. package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +6 -0
  114. package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +34 -0
  115. package/dist/components/AdjSelectImage/IAdjSelectImageEmits.d.ts +4 -0
  116. package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +5 -0
  117. package/dist/components/AdjSelectImage/IAdjSelectImageProps.d.ts +9 -0
  118. package/dist/components/AdjSelectRound/AdjSelectRound.mock.d.ts +2 -0
  119. package/dist/components/AdjSelectRound/AdjSelectRound.stories.d.ts +6 -0
  120. package/dist/components/AdjSelectRound/AdjSelectRound.vue.d.ts +34 -0
  121. package/dist/components/AdjSelectRound/IAdjSelectRoundEmits.d.ts +4 -0
  122. package/dist/components/AdjSelectRound/IAdjSelectRoundItem.d.ts +4 -0
  123. package/dist/components/AdjSelectRound/IAdjSelectRoundProps.d.ts +9 -0
  124. package/dist/components/AdjSkeleton/AdjSkeleton.mock.d.ts +5 -0
  125. package/dist/components/AdjSkeleton/AdjSkeleton.stories.d.ts +9 -0
  126. package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +32 -0
  127. package/dist/components/AdjSkeleton/IAdjSkeletonProps.d.ts +9 -0
  128. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.mock.d.ts +8 -0
  129. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.stories.d.ts +7 -0
  130. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +35 -0
  131. package/dist/components/AdjSkeletonItem/IAdjSkeletonItemProps.d.ts +10 -0
  132. package/dist/components/AdjSliderButton/AdjSliderButton.mock.d.ts +2 -0
  133. package/dist/components/AdjSliderButton/AdjSliderButton.stories.d.ts +6 -0
  134. package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +30 -0
  135. package/dist/components/AdjSliderButton/IAdjSliderButtonEmits.d.ts +4 -0
  136. package/dist/components/AdjSliderButton/IAdjSliderButtonProps.d.ts +6 -0
  137. package/dist/components/AdjSvg/AdjSvg.stories.d.ts +6 -0
  138. package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +2 -0
  139. package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +2 -0
  140. package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +2 -0
  141. package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +2 -0
  142. package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -0
  143. package/dist/components/AdjTabs/AdjTabs.stories.d.ts +6 -0
  144. package/dist/components/AdjTabs/AdjTabs.vue.d.ts +31 -0
  145. package/dist/components/AdjTabs/IAdjTabsEmits.d.ts +5 -0
  146. package/dist/components/AdjTabs/IAdjTabsItem.d.ts +6 -0
  147. package/dist/components/AdjTabs/IAdjTabsProps.d.ts +7 -0
  148. package/dist/components/AdjUploadFile/AdjUploadFile.mock.d.ts +2 -0
  149. package/dist/components/AdjUploadFile/AdjUploadFile.stories.d.ts +6 -0
  150. package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +30 -0
  151. package/dist/components/AdjUploadFile/IAdjUploadFileEmits.d.ts +4 -0
  152. package/dist/components/AdjUploadFile/IAdjUploadFileProps.d.ts +4 -0
  153. package/dist/components/constructor/AdjBlocks/AdjBlocks.mock.d.ts +2 -0
  154. package/dist/components/constructor/AdjBlocks/AdjBlocks.stories.d.ts +6 -0
  155. package/dist/components/constructor/AdjBlocks/AdjBlocks.vue.d.ts +34 -0
  156. package/dist/components/constructor/AdjBlocks/IAdjBlocksEmits.d.ts +9 -0
  157. package/dist/components/constructor/AdjBlocks/IAdjBlocksItem.d.ts +14 -0
  158. package/dist/components/constructor/AdjBlocks/IAdjBlocksProps.d.ts +9 -0
  159. package/dist/components/constructor/AdjLaminates/AdjLaminates.mock.d.ts +2 -0
  160. package/dist/components/constructor/AdjLaminates/AdjLaminates.stories.d.ts +6 -0
  161. package/dist/components/constructor/AdjLaminates/AdjLaminates.vue.d.ts +30 -0
  162. package/dist/components/constructor/AdjLaminates/IAdjLaminatesEmits.d.ts +5 -0
  163. package/dist/components/constructor/AdjLaminates/IAdjLaminatesItem.d.ts +8 -0
  164. package/dist/components/constructor/AdjLaminates/IAdjLaminatesProps.d.ts +9 -0
  165. package/dist/components/constructor/AdjMaterials/AdjMaterials.mock.d.ts +2 -0
  166. package/dist/components/constructor/AdjMaterials/AdjMaterials.stories.d.ts +6 -0
  167. package/dist/components/constructor/AdjMaterials/AdjMaterials.vue.d.ts +32 -0
  168. package/dist/components/constructor/AdjMaterials/IAdjMaterialsEmits.d.ts +7 -0
  169. package/dist/components/constructor/AdjMaterials/IAdjMaterialsItem.d.ts +18 -0
  170. package/dist/components/constructor/AdjMaterials/IAdjMaterialsProps.d.ts +9 -0
  171. package/dist/components/constructor/AdjModels/AdjModels.mock.d.ts +2 -0
  172. package/dist/components/constructor/AdjModels/AdjModels.stories.d.ts +6 -0
  173. package/dist/components/constructor/AdjModels/AdjModels.vue.d.ts +33 -0
  174. package/dist/components/constructor/AdjModels/IAdjModelsEmits.d.ts +5 -0
  175. package/dist/components/constructor/AdjModels/IAdjModelsItem.d.ts +12 -0
  176. package/dist/components/constructor/AdjModels/IAdjModelsProps.d.ts +11 -0
  177. package/dist/components/constructor/AdjNavigator/AdjNavigator.mock.d.ts +6 -0
  178. package/dist/components/constructor/AdjNavigator/AdjNavigator.stories.d.ts +10 -0
  179. package/dist/components/constructor/AdjNavigator/AdjNavigator.vue.d.ts +33 -0
  180. package/dist/components/constructor/AdjNavigator/IAdjNavigatorEmits.d.ts +5 -0
  181. package/dist/components/constructor/AdjNavigator/IAdjNavigatorItem.d.ts +7 -0
  182. package/dist/components/constructor/AdjNavigator/IAdjNavigatorProps.d.ts +8 -0
  183. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.mock.d.ts +2 -0
  184. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.stories.d.ts +6 -0
  185. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.vue.d.ts +30 -0
  186. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsEmits.d.ts +5 -0
  187. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsGroup.d.ts +9 -0
  188. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsItem.d.ts +8 -0
  189. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsProps.d.ts +10 -0
  190. package/dist/components/constructor/AdjPricebar/AdjPricebar.mock.d.ts +2 -0
  191. package/dist/components/constructor/AdjPricebar/AdjPricebar.stories.d.ts +6 -0
  192. package/dist/components/constructor/AdjPricebar/AdjPricebar.vue.d.ts +24 -0
  193. package/dist/components/constructor/AdjPricebar/IAdjPricebarEmits.d.ts +4 -0
  194. package/dist/components/constructor/AdjPricebar/IAdjPricebarProps.d.ts +32 -0
  195. package/dist/components/constructor/AdjProducts/AdjProducts.mock.d.ts +3 -0
  196. package/dist/components/constructor/AdjProducts/AdjProducts.stories.d.ts +7 -0
  197. package/dist/components/constructor/AdjProducts/AdjProducts.vue.d.ts +33 -0
  198. package/dist/components/constructor/AdjProducts/IAdjProductsEmits.d.ts +5 -0
  199. package/dist/components/constructor/AdjProducts/IAdjProductsItem.d.ts +10 -0
  200. package/dist/components/constructor/AdjProducts/IAdjProductsProps.d.ts +9 -0
  201. package/dist/components/constructor/AdjStitchings/AdjStitchings.mock.d.ts +2 -0
  202. package/dist/components/constructor/AdjStitchings/AdjStitchings.stories.d.ts +6 -0
  203. package/dist/components/constructor/AdjStitchings/AdjStitchings.vue.d.ts +30 -0
  204. package/dist/components/constructor/AdjStitchings/IAdjStitchingsEmits.d.ts +5 -0
  205. package/dist/components/constructor/AdjStitchings/IAdjStitchingsGroup.d.ts +9 -0
  206. package/dist/components/constructor/AdjStitchings/IAdjStitchingsItem.d.ts +8 -0
  207. package/dist/components/constructor/AdjStitchings/IAdjStitchingsProps.d.ts +10 -0
  208. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.mock.d.ts +3 -0
  209. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.stories.d.ts +7 -0
  210. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.vue.d.ts +34 -0
  211. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemEmits.d.ts +5 -0
  212. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemProps.d.ts +11 -0
  213. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.mock.d.ts +3 -0
  214. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.stories.d.ts +8 -0
  215. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.vue.d.ts +50 -0
  216. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemEmits.d.ts +7 -0
  217. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemProps.d.ts +25 -0
  218. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.mock.d.ts +5 -0
  219. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.stories.d.ts +13 -0
  220. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.vue.d.ts +80 -0
  221. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemEmits.d.ts +12 -0
  222. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemProps.d.ts +38 -0
  223. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.mock.d.ts +3 -0
  224. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.stories.d.ts +7 -0
  225. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.vue.d.ts +45 -0
  226. package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemEmits.d.ts +4 -0
  227. package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemProps.d.ts +20 -0
  228. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.mock.d.ts +6 -0
  229. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.stories.d.ts +10 -0
  230. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.vue.d.ts +34 -0
  231. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjAdjNavigatorWrapperEmits.d.ts +5 -0
  232. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperActive.d.ts +4 -0
  233. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperProps.d.ts +9 -0
  234. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.mock.d.ts +2 -0
  235. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.stories.d.ts +6 -0
  236. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.vue.d.ts +24 -0
  237. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperEmits.d.ts +4 -0
  238. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperProps.d.ts +6 -0
  239. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebaritem.d.ts +9 -0
  240. package/dist/components.cjs +1 -0
  241. package/dist/components.d.ts +2 -0
  242. package/dist/components.js +775 -0
  243. package/dist/constructor.cjs +1 -0
  244. package/dist/constructor.d.ts +2 -0
  245. package/dist/constructor.js +743 -0
  246. package/dist/favicon-adj.svg +6 -0
  247. package/dist/index.cjs +1 -0
  248. package/dist/index.d.ts +2 -0
  249. package/dist/index.js +15 -0
  250. package/dist/logo.svg +10 -0
  251. package/dist/misc/TPosition.d.ts +4 -0
  252. package/dist/misc/getModelImagesArray.d.ts +4 -0
  253. package/dist/misc/iconNameOptions.d.ts +1 -0
  254. package/dist/plugin/components.d.ts +30 -0
  255. package/dist/plugin/constructor.d.ts +8 -0
  256. package/dist/plugin/index.d.ts +6 -0
  257. package/dist/plugin/types.d.ts +10 -0
  258. package/dist/style.css +1 -0
  259. package/dist/types.cjs +1 -0
  260. package/dist/types.d.ts +2 -0
  261. package/dist/types.js +1 -0
  262. package/dist/vars.scss +114 -0
  263. package/package.json +86 -0
@@ -0,0 +1,8 @@
1
+ export interface IAdjLaminatesItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ images: string[];
6
+ /** Название/заголовок */
7
+ name: string;
8
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjLaminatesItem } from './IAdjLaminatesItem';
2
+ export interface IAdjLaminatesProps {
3
+ /** Выбранный элемент */
4
+ modelValue?: IAdjLaminatesItem;
5
+ /** Массив элементов для компонента AdjCoverItem */
6
+ items: IAdjLaminatesItem[];
7
+ /** Количество скелетонов */
8
+ skeletonQty?: number;
9
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjMaterialsProps } from './IAdjMaterialsProps';
2
+ export declare const argsMaterials: IAdjMaterialsProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjMaterials } from './AdjMaterials.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjMaterials>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Materials: Story;
@@ -0,0 +1,32 @@
1
+ import { IAdjMaterialsProps } from './IAdjMaterialsProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjMaterialsProps>, {
3
+ skeletonQty: number;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => void;
6
+ clickDetail: (value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => void;
7
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjMaterialsProps>, {
8
+ skeletonQty: number;
9
+ }>>> & {
10
+ "onUpdate:modelValue"?: ((value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => any) | undefined;
11
+ onClickDetail?: ((value: import('./IAdjMaterialsItem').IAdjMaterialsItem) => any) | undefined;
12
+ }, {
13
+ skeletonQty: number;
14
+ }, {}>;
15
+ export default _default;
16
+ type __VLS_WithDefaults<P, D> = {
17
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
18
+ default: D[K];
19
+ }> : P[K];
20
+ };
21
+ type __VLS_Prettify<T> = {
22
+ [K in keyof T]: T[K];
23
+ } & {};
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToOption<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
@@ -0,0 +1,7 @@
1
+ import { IAdjMaterialsItem } from './IAdjMaterialsItem';
2
+ export interface IAdjMaterialsEmits {
3
+ /** Выбор элемента */
4
+ (e: 'update:modelValue', value: IAdjMaterialsItem): void;
5
+ /** Нажатие на кнопку Подробнее */
6
+ (e: 'clickDetail', value: IAdjMaterialsItem): void;
7
+ }
@@ -0,0 +1,18 @@
1
+ export interface IAdjMaterialsItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ image: string;
6
+ /** Название/заголовок */
7
+ name: string;
8
+ /** Массив подзаголовков */
9
+ subnames?: string[];
10
+ /** Массив подсказок */
11
+ hints?: string[];
12
+ /** Лейбл Sale */
13
+ labelSale?: boolean;
14
+ /** Лейбл New */
15
+ labelNew?: boolean;
16
+ /** Лейбл CMYK */
17
+ labelCmyk?: boolean;
18
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjMaterialsItem } from './IAdjMaterialsItem';
2
+ export interface IAdjMaterialsProps {
3
+ /** Выбранный элемент */
4
+ modelValue?: IAdjMaterialsItem;
5
+ /** Массив элементов для компонента AdjImageItem */
6
+ items: IAdjMaterialsItem[];
7
+ /** Количество скелетонов */
8
+ skeletonQty?: number;
9
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjModelsProps } from './IAdjModelsProps';
2
+ export declare const argsModels: IAdjModelsProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjModels } from './AdjModels.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjModels>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Models: Story;
@@ -0,0 +1,33 @@
1
+ import { IAdjModelsProps } from './IAdjModelsProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModelsProps>, {
3
+ duration: number;
4
+ skeletonQty: number;
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ "update:modelValue": (value: import('./IAdjModelsItem').IAdjModelsItem) => void;
7
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModelsProps>, {
8
+ duration: number;
9
+ skeletonQty: number;
10
+ }>>> & {
11
+ "onUpdate:modelValue"?: ((value: import('./IAdjModelsItem').IAdjModelsItem) => any) | undefined;
12
+ }, {
13
+ skeletonQty: number;
14
+ duration: number;
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjModelsItem } from './IAdjModelsItem';
2
+ export interface IAdjModelsEmits {
3
+ /** Нажатие на кнопку */
4
+ (e: 'update:modelValue', value: IAdjModelsItem): void;
5
+ }
@@ -0,0 +1,12 @@
1
+ export interface IAdjModelsItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Название/заголовок */
5
+ name: string;
6
+ /** Угол обложки */
7
+ roundedCorner?: boolean;
8
+ /** Всплывающая подсказка */
9
+ hintHtml?: string;
10
+ /** Массив url-адресов картинок */
11
+ images: string[];
12
+ }
@@ -0,0 +1,11 @@
1
+ import { IAdjModelsItem } from './IAdjModelsItem';
2
+ export interface IAdjModelsProps {
3
+ /** Выбранный элемент */
4
+ modelValue?: IAdjModelsItem;
5
+ /** Массив элементов для компонента AdjCoverItem */
6
+ groupItems: IAdjModelsItem[][];
7
+ /** Количество скелетонов */
8
+ skeletonQty?: number;
9
+ /** Длительность анимации, сек */
10
+ duration?: number;
11
+ }
@@ -0,0 +1,6 @@
1
+ import { IAdjNavigatorProps } from './IAdjNavigatorProps';
2
+ export declare const argsStep1: IAdjNavigatorProps;
3
+ export declare const argsStep2: IAdjNavigatorProps;
4
+ export declare const argsStep3: IAdjNavigatorProps;
5
+ export declare const argsStep4: IAdjNavigatorProps;
6
+ export declare const argsStep5: IAdjNavigatorProps;
@@ -0,0 +1,10 @@
1
+ import { default as AdjNavigator } from './AdjNavigator.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjNavigator>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Step1: Story;
7
+ export declare const Step2: Story;
8
+ export declare const Step3: Story;
9
+ export declare const Step4: Story;
10
+ export declare const Step5: Story;
@@ -0,0 +1,33 @@
1
+ import { IAdjNavigatorProps } from './IAdjNavigatorProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorProps>, {
3
+ loading: boolean;
4
+ mobileMarginTop: string;
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ click: (value: import('./IAdjNavigatorItem').IAdjNavigatorItem) => void;
7
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjNavigatorProps>, {
8
+ loading: boolean;
9
+ mobileMarginTop: string;
10
+ }>>> & {
11
+ onClick?: ((value: import('./IAdjNavigatorItem').IAdjNavigatorItem) => any) | undefined;
12
+ }, {
13
+ loading: boolean;
14
+ mobileMarginTop: string;
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjNavigatorItem } from './IAdjNavigatorItem';
2
+ export interface IAdjNavigatorEmits {
3
+ /** Нажатие на элемент */
4
+ (e: 'click', value: IAdjNavigatorItem): void;
5
+ }
@@ -0,0 +1,7 @@
1
+ import { IAdjNavigatorItemProps } from '../elements/AdjNavigatorItem/IAdjNavigatorItemProps';
2
+ export interface IAdjNavigatorItemActive {
3
+ id: number;
4
+ title: string;
5
+ }
6
+ export interface IAdjNavigatorItem extends IAdjNavigatorItemProps {
7
+ }
@@ -0,0 +1,8 @@
1
+ import { IAdjNavigatorItem, IAdjNavigatorItemActive } from './IAdjNavigatorItem';
2
+ export interface IAdjNavigatorProps {
3
+ items: (IAdjNavigatorItemActive | IAdjNavigatorItem)[];
4
+ /** Состояние загрузки */
5
+ loading?: boolean;
6
+ /** Отступ сверху для мобильного навигатора */
7
+ mobileMarginTop?: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjPersonalizationsProps } from './IAdjPersonalizationsProps';
2
+ export declare const argsMaterials: IAdjPersonalizationsProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjPersonalizations } from './AdjPersonalizations.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjPersonalizations>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Materials: Story;
@@ -0,0 +1,30 @@
1
+ import { IAdjPersonalizationsProps } from './IAdjPersonalizationsProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPersonalizationsProps>, {
3
+ skeletonQty: number;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: import('./IAdjPersonalizationsItem').IAdjPersonalizationsItem) => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPersonalizationsProps>, {
7
+ skeletonQty: number;
8
+ }>>> & {
9
+ "onUpdate:modelValue"?: ((value: import('./IAdjPersonalizationsItem').IAdjPersonalizationsItem) => any) | undefined;
10
+ }, {
11
+ skeletonQty: number;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
2
+ export interface IAdjPersonalizationsEmits {
3
+ /** Выбор элемента */
4
+ (e: 'update:modelValue', value: IAdjPersonalizationsItem): void;
5
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
2
+ export interface IAdjPersonalizationsGroup {
3
+ /** ID */
4
+ id: number;
5
+ /** Название/заголовок */
6
+ name: string;
7
+ /** Список элементов */
8
+ items: IAdjPersonalizationsItem[];
9
+ }
@@ -0,0 +1,8 @@
1
+ export interface IAdjPersonalizationsItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ image: string;
6
+ /** Название/заголовок */
7
+ name: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { IAdjPersonalizationsGroup } from './IAdjPersonalizationsGroup';
2
+ import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
3
+ export interface IAdjPersonalizationsProps {
4
+ /** Выбранный элемент */
5
+ modelValue?: IAdjPersonalizationsItem;
6
+ /** Массив элементов */
7
+ groups: IAdjPersonalizationsGroup[];
8
+ /** Количество скелетонов */
9
+ skeletonQty?: number;
10
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjPricebarProps } from './IAdjPricebarProps';
2
+ export declare const argsBase: IAdjPricebarProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjPricebar } from './AdjPricebar.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjPricebar>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,24 @@
1
+ import { IAdjPricebarProps } from './IAdjPricebarProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ "update:quantity": (value: number) => void;
4
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjPricebarProps>, {}>>> & {
5
+ "onUpdate:quantity"?: ((value: number) => any) | undefined;
6
+ }, {}, {}>;
7
+ export default _default;
8
+ type __VLS_WithDefaults<P, D> = {
9
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
10
+ default: D[K];
11
+ }> : P[K];
12
+ };
13
+ type __VLS_Prettify<T> = {
14
+ [K in keyof T]: T[K];
15
+ } & {};
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToOption<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjPricebarEmits {
2
+ /** Изменение элемента */
3
+ (e: 'update:quantity', value: number): void;
4
+ }
@@ -0,0 +1,32 @@
1
+ export interface IAdjPricebarProps {
2
+ /** Текст надписи "За 1 шт." */
3
+ labelOne: string;
4
+ /** Текст надписи "За тираж" */
5
+ labelEdition: string;
6
+ /** Текст надписи "от" */
7
+ labelFrom: string;
8
+ /** Текст надписи "руб." */
9
+ labelRub: string;
10
+ /** Текст надписи "Со скидкой" */
11
+ labelWithDiscount: string;
12
+ /** Цена за единицу */
13
+ priceOne: number;
14
+ /** Цена за тираж */
15
+ priceEdition: number;
16
+ /** Цена за единицу со скидками */
17
+ priceOneDiscounts: number;
18
+ /** Цена за тираж со скидками */
19
+ priceEditionDiscounts: number;
20
+ /** Подсказка для цены за единицу */
21
+ hintOne: string;
22
+ /** Подсказка для цены за тираж */
23
+ hintEdition: string;
24
+ /** Подсказка для цены со скидкой */
25
+ hintDiscounts: string;
26
+ /** Количество */
27
+ quantity: number;
28
+ /** Размер скидок */
29
+ discounts: number;
30
+ /** Показывать предлог "от" */
31
+ showFrom: boolean;
32
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjProductsProps } from './IAdjProductsProps';
2
+ export declare const argsProducts: IAdjProductsProps;
3
+ export declare const argsModels: IAdjProductsProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjProducts } from './AdjProducts.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjProducts>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Products: Story;
7
+ export declare const Models: Story;
@@ -0,0 +1,33 @@
1
+ import { IAdjProductsProps } from './IAdjProductsProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjProductsProps>, {
3
+ duration: number;
4
+ skeletonQty: number;
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ click: (value: import('./IAdjProductsItem').IAdjProductsItem) => void;
7
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjProductsProps>, {
8
+ duration: number;
9
+ skeletonQty: number;
10
+ }>>> & {
11
+ onClick?: ((value: import('./IAdjProductsItem').IAdjProductsItem) => any) | undefined;
12
+ }, {
13
+ skeletonQty: number;
14
+ duration: number;
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjProductsItem } from './IAdjProductsItem';
2
+ export interface IAdjProductsEmits {
3
+ /** Нажатие на элемент */
4
+ (e: 'click', value: IAdjProductsItem): void;
5
+ }
@@ -0,0 +1,10 @@
1
+ export interface IAdjProductsItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Название/заголовок */
5
+ name: string;
6
+ /** Всплывающая подсказка */
7
+ hintHtml?: string;
8
+ /** Массив url-адресов картинок */
9
+ images: string[];
10
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjProductsItem } from './IAdjProductsItem';
2
+ export interface IAdjProductsProps {
3
+ /** Массив элементов для компонента AdjCoverItem */
4
+ items: IAdjProductsItem[];
5
+ /** Количество скелетонов */
6
+ skeletonQty?: number;
7
+ /** Длительность анимации, сек */
8
+ duration?: number;
9
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjStitchingsProps } from './IAdjStitchingsProps';
2
+ export declare const argsMaterials: IAdjStitchingsProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjStitchings } from './AdjStitchings.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjStitchings>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Materials: Story;
@@ -0,0 +1,30 @@
1
+ import { IAdjStitchingsProps } from './IAdjStitchingsProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjStitchingsProps>, {
3
+ skeletonQty: number;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: import('./IAdjStitchingsItem').IAdjStitchingsItem) => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjStitchingsProps>, {
7
+ skeletonQty: number;
8
+ }>>> & {
9
+ "onUpdate:modelValue"?: ((value: import('./IAdjStitchingsItem').IAdjStitchingsItem) => any) | undefined;
10
+ }, {
11
+ skeletonQty: number;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjStitchingsItem } from './IAdjStitchingsItem';
2
+ export interface IAdjStitchingsEmits {
3
+ /** Выбор элемента */
4
+ (e: 'update:modelValue', value: IAdjStitchingsItem): void;
5
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjStitchingsItem } from './IAdjStitchingsItem';
2
+ export interface IAdjStitchingsGroup {
3
+ /** ID */
4
+ id: number;
5
+ /** Название/заголовок */
6
+ name: string;
7
+ /** Список элементов */
8
+ items: IAdjStitchingsItem[];
9
+ }
@@ -0,0 +1,8 @@
1
+ export interface IAdjStitchingsItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ image: string;
6
+ /** Название/заголовок */
7
+ name: string;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { IAdjStitchingsGroup } from './IAdjStitchingsGroup';
2
+ import { IAdjStitchingsItem } from './IAdjStitchingsItem';
3
+ export interface IAdjStitchingsProps {
4
+ /** Выбранный элемент */
5
+ modelValue?: IAdjStitchingsItem;
6
+ /** Массив элементов */
7
+ groups: IAdjStitchingsGroup[];
8
+ /** Количество скелетонов */
9
+ skeletonQty?: number;
10
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjCoverGroupItemProps } from './IAdjCoverGroupItemProps';
2
+ export declare const argsSingle: IAdjCoverGroupItemProps;
3
+ export declare const argsDouble: IAdjCoverGroupItemProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjCoverGroupItem } from './AdjCoverGroupItem.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjCoverGroupItem>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Single: Story;
7
+ export declare const Double: Story;
@@ -0,0 +1,34 @@
1
+ import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
+ import { IAdjCoverGroupItemProps } from './IAdjCoverGroupItemProps';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
4
+ duration: number;
5
+ width: string;
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (value: IAdjModelsItem) => void;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjCoverGroupItemProps>, {
9
+ duration: number;
10
+ width: string;
11
+ }>>> & {
12
+ "onUpdate:modelValue"?: ((value: IAdjModelsItem) => any) | undefined;
13
+ }, {
14
+ width: string;
15
+ duration: number;
16
+ }, {}>;
17
+ export default _default;
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToOption<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };