@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,21 @@
1
+ import { IAdjSelectItem } from './IAdjSelectItem';
2
+ export interface IAdjSelectProps {
3
+ /** Позиция */
4
+ titlePosition: 'left' | 'top';
5
+ /** Список элементов */
6
+ items?: IAdjSelectItem[];
7
+ /** Выбранный элемент */
8
+ modelValue: IAdjSelectItem;
9
+ /** Заголовок */
10
+ title?: string;
11
+ /** Комментарий */
12
+ comment?: string;
13
+ /** Неактивный */
14
+ disabled?: boolean;
15
+ /** Обязательный */
16
+ required?: boolean;
17
+ /** Использовать строку поиска */
18
+ showSearch?: boolean;
19
+ /** Надпись при пустом поиске */
20
+ nothingFound?: string;
21
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjSelectImageProps } from './IAdjSelectImageProps';
2
+ export declare const argsBase: IAdjSelectImageProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjSelectImage } from './AdjSelectImage.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSelectImage>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,34 @@
1
+ import { IAdjSelectImageProps } from './IAdjSelectImageProps';
2
+ import { IAdjSelectImageItem } from './IAdjSelectImageItem';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectImageProps>, {
4
+ position: string;
5
+ items: () => never[];
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (value: IAdjSelectImageItem) => void;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectImageProps>, {
9
+ position: string;
10
+ items: () => never[];
11
+ }>>> & {
12
+ "onUpdate:modelValue"?: ((value: IAdjSelectImageItem) => any) | undefined;
13
+ }, {
14
+ items: IAdjSelectImageItem[];
15
+ position: "left" | "center" | "right";
16
+ }, {}>;
17
+ export default _default;
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToOption<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
@@ -0,0 +1,4 @@
1
+ import { IAdjSelectImageItem } from './IAdjSelectImageItem';
2
+ export interface IAdjSelectImageEmits {
3
+ (e: 'update:modelValue', value: IAdjSelectImageItem): void;
4
+ }
@@ -0,0 +1,5 @@
1
+ export interface IAdjSelectImageItem {
2
+ id: number;
3
+ label: string;
4
+ img: string;
5
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjSelectImageItem } from './IAdjSelectImageItem';
2
+ export interface IAdjSelectImageProps {
3
+ /** Расположение */
4
+ position?: 'left' | 'center' | 'right';
5
+ /** Список элементов */
6
+ items: IAdjSelectImageItem[];
7
+ /** Выбранный элемент */
8
+ modelValue: IAdjSelectImageItem;
9
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjSelectRoundProps } from './IAdjSelectRoundProps';
2
+ export declare const argsBase: IAdjSelectRoundProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjSelectRound } from './AdjSelectRound.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSelectRound>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,34 @@
1
+ import { IAdjSelectRoundProps } from './IAdjSelectRoundProps';
2
+ import { IAdjSelectRoundItem } from './IAdjSelectRoundItem';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectRoundProps>, {
4
+ position: string;
5
+ items: () => never[];
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (value: IAdjSelectRoundItem) => void;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectRoundProps>, {
9
+ position: string;
10
+ items: () => never[];
11
+ }>>> & {
12
+ "onUpdate:modelValue"?: ((value: IAdjSelectRoundItem) => any) | undefined;
13
+ }, {
14
+ items: IAdjSelectRoundItem[];
15
+ position: "left" | "center" | "right";
16
+ }, {}>;
17
+ export default _default;
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToOption<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
@@ -0,0 +1,4 @@
1
+ import { IAdjSelectRoundItem } from './IAdjSelectRoundItem';
2
+ export interface IAdjSelectRoundEmits {
3
+ (e: 'update:modelValue', value: IAdjSelectRoundItem): void;
4
+ }
@@ -0,0 +1,4 @@
1
+ export interface IAdjSelectRoundItem {
2
+ id: number;
3
+ label: string;
4
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjSelectRoundItem } from './IAdjSelectRoundItem';
2
+ export interface IAdjSelectRoundProps {
3
+ /** Расположение */
4
+ position?: 'left' | 'center' | 'right';
5
+ /** Список элементов */
6
+ items: IAdjSelectRoundItem[];
7
+ /** Выбранный элемент */
8
+ modelValue: IAdjSelectRoundItem;
9
+ }
@@ -0,0 +1,5 @@
1
+ import { IAdjSkeletonProps } from './IAdjSkeletonProps';
2
+ export declare const argsProduct: IAdjSkeletonProps;
3
+ export declare const argsBlock: IAdjSkeletonProps;
4
+ export declare const argsMaterial: IAdjSkeletonProps;
5
+ export declare const argsStitching: IAdjSkeletonProps;
@@ -0,0 +1,9 @@
1
+ import { default as AdjSkeleton } from './AdjSkeleton.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSkeleton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const LoaderProduct: Story;
7
+ export declare const LoaderBlock: Story;
8
+ export declare const LoaderMaterial: Story;
9
+ export declare const LoaderStitching: Story;
@@ -0,0 +1,32 @@
1
+ import { IAdjSkeletonProps } from './IAdjSkeletonProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSkeletonProps>, {
3
+ loaders: () => never[];
4
+ width: string;
5
+ centered: boolean;
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSkeletonProps>, {
7
+ loaders: () => never[];
8
+ width: string;
9
+ centered: boolean;
10
+ }>>>, {
11
+ width: string;
12
+ loaders: import('../AdjSkeletonItem/IAdjSkeletonItemProps').IAdjSkeletonItemProps[];
13
+ centered: boolean;
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,9 @@
1
+ import { IAdjSkeletonItemProps } from '../AdjSkeletonItem/IAdjSkeletonItemProps';
2
+ export interface IAdjSkeletonProps {
3
+ /** Значение */
4
+ loaders: IAdjSkeletonItemProps[];
5
+ /** Ширина элемента */
6
+ width?: string;
7
+ /** Выравнивание по центру */
8
+ centered?: boolean;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { IAdjSkeletonItemProps } from './IAdjSkeletonItemProps';
2
+ export declare const argsImage: IAdjSkeletonItemProps;
3
+ export declare const argsString: {
4
+ width: string;
5
+ height: string;
6
+ aspectRatio: string;
7
+ marginTop: string;
8
+ };
@@ -0,0 +1,7 @@
1
+ import { default as AdjSkeletonItem } from './AdjSkeletonItem.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSkeletonItem>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const LoaderImage: Story;
7
+ export declare const LoaderString: Story;
@@ -0,0 +1,35 @@
1
+ import { IAdjSkeletonItemProps } from './IAdjSkeletonItemProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSkeletonItemProps>, {
3
+ width: string;
4
+ height: string;
5
+ aspectRatio: string;
6
+ marginTop: string;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSkeletonItemProps>, {
8
+ width: string;
9
+ height: string;
10
+ aspectRatio: string;
11
+ marginTop: string;
12
+ }>>>, {
13
+ width: string;
14
+ height: string;
15
+ aspectRatio: string;
16
+ marginTop: string;
17
+ }, {}>;
18
+ export default _default;
19
+ type __VLS_WithDefaults<P, D> = {
20
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
+ default: D[K];
22
+ }> : P[K];
23
+ };
24
+ type __VLS_Prettify<T> = {
25
+ [K in keyof T]: T[K];
26
+ } & {};
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToOption<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
@@ -0,0 +1,10 @@
1
+ export interface IAdjSkeletonItemProps {
2
+ /** Максимальная ширина лодера */
3
+ width?: string;
4
+ /** Высота лодера(приоритетнее чем aspectRatio) */
5
+ height?: string;
6
+ /** Соотношение высоты и ширины лодера */
7
+ aspectRatio?: string;
8
+ /** Отступ сверху лодера */
9
+ marginTop?: string;
10
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjSliderButtonProps } from './IAdjSliderButtonProps';
2
+ export declare const argsBase: IAdjSliderButtonProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjSliderButton } from './AdjSliderButton.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSliderButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,30 @@
1
+ import { IAdjSliderButtonProps } from './IAdjSliderButtonProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSliderButtonProps>, {
3
+ disabled: boolean;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ click: () => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSliderButtonProps>, {
7
+ disabled: boolean;
8
+ }>>> & {
9
+ onClick?: (() => any) | undefined;
10
+ }, {
11
+ disabled: boolean;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjSliderButtonEmits {
2
+ /** Нажатие на элемент */
3
+ (e: 'click'): void;
4
+ }
@@ -0,0 +1,6 @@
1
+ export interface IAdjSliderButtonProps {
2
+ /** Направление стрелки */
3
+ arrowDirection: 'left' | 'right';
4
+ /** Неактивен */
5
+ disabled?: boolean;
6
+ }
@@ -0,0 +1,6 @@
1
+ import { default as AdjSvgActive } from './AdjSvgActive.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSvgActive>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Basic: Story;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { IAdjTabsProps } from './IAdjTabsProps';
2
+ export declare const argsBase: IAdjTabsProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjTabs } from './AdjTabs.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjTabs>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,31 @@
1
+ import { IAdjTabsProps } from './IAdjTabsProps';
2
+ import { IAdjTabsItem } from './IAdjTabsItem';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjTabsProps>, {
4
+ items: () => never[];
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ "update:modelValue": (value: IAdjTabsItem) => void;
7
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjTabsProps>, {
8
+ items: () => never[];
9
+ }>>> & {
10
+ "onUpdate:modelValue"?: ((value: IAdjTabsItem) => any) | undefined;
11
+ }, {
12
+ items: IAdjTabsItem[];
13
+ }, {}>;
14
+ export default _default;
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToOption<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: import('vue').PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjTabsItem } from './IAdjTabsItem';
2
+ export interface IAdjTabsEmits {
3
+ /** Изменение элемента */
4
+ (e: 'update:modelValue', value: IAdjTabsItem): void;
5
+ }
@@ -0,0 +1,6 @@
1
+ export interface IAdjTabsItem {
2
+ id: number;
3
+ label: string;
4
+ disabled?: boolean;
5
+ number?: number;
6
+ }
@@ -0,0 +1,7 @@
1
+ import { IAdjTabsItem } from './IAdjTabsItem';
2
+ export interface IAdjTabsProps {
3
+ /** Список элементов */
4
+ items?: IAdjTabsItem[];
5
+ /** Выбранный элемент */
6
+ modelValue: IAdjTabsItem;
7
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjUploadFileProps } from './IAdjUploadFileProps';
2
+ export declare const argsBase: IAdjUploadFileProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjUploadFile } from './AdjUploadFile.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjUploadFile>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,30 @@
1
+ import { IAdjUploadFileProps } from './IAdjUploadFileProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjUploadFileProps>, {
3
+ modelValue: string;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: string) => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjUploadFileProps>, {
7
+ modelValue: string;
8
+ }>>> & {
9
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
+ }, {
11
+ modelValue: string;
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,4 @@
1
+ export interface IAdjUploadFileEmits {
2
+ /** Нажатие на элемент */
3
+ (e: 'update:modelValue', value: string): void;
4
+ }
@@ -0,0 +1,4 @@
1
+ export interface IAdjUploadFileProps {
2
+ /** Заголовок */
3
+ modelValue?: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjBlocksProps } from './IAdjBlocksProps';
2
+ export declare const argsBlocks: IAdjBlocksProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjBlocks } from './AdjBlocks.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjBlocks>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Blocks: Story;
@@ -0,0 +1,34 @@
1
+ import { IAdjBlocksProps } from './IAdjBlocksProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjBlocksProps>, {
3
+ skeletonQty: number;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: import('./IAdjBlocksItem').IAdjBlocksItem) => void;
6
+ clickZoom: (value: import('./IAdjBlocksItem').IAdjBlocksItem) => void;
7
+ clickDetail: (value: import('./IAdjBlocksItem').IAdjBlocksItem) => void;
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjBlocksProps>, {
9
+ skeletonQty: number;
10
+ }>>> & {
11
+ "onUpdate:modelValue"?: ((value: import('./IAdjBlocksItem').IAdjBlocksItem) => any) | undefined;
12
+ onClickZoom?: ((value: import('./IAdjBlocksItem').IAdjBlocksItem) => any) | undefined;
13
+ onClickDetail?: ((value: import('./IAdjBlocksItem').IAdjBlocksItem) => any) | undefined;
14
+ }, {
15
+ skeletonQty: 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
+ };
@@ -0,0 +1,9 @@
1
+ import { IAdjBlocksItem } from './IAdjBlocksItem';
2
+ export interface IAdjBlocksEmits {
3
+ /** Выбор элемента */
4
+ (e: 'update:modelValue', value: IAdjBlocksItem): void;
5
+ /** Нажатие на кнопку Увеличить */
6
+ (e: 'clickZoom', value: IAdjBlocksItem): void;
7
+ /** Нажатие на кнопку Подробнее */
8
+ (e: 'clickDetail', value: IAdjBlocksItem): void;
9
+ }
@@ -0,0 +1,14 @@
1
+ export interface IAdjBlocksItem {
2
+ /** ID */
3
+ id: number;
4
+ /** Url-адрес картинки */
5
+ image: string;
6
+ /** Название/заголовок */
7
+ name: string;
8
+ /** Массив подзаголовков */
9
+ subnames?: string[];
10
+ /** Лейбл Sale */
11
+ labelSale?: boolean;
12
+ /** Лейбл New */
13
+ labelNew?: boolean;
14
+ }
@@ -0,0 +1,9 @@
1
+ import { IAdjBlocksItem } from './IAdjBlocksItem';
2
+ export interface IAdjBlocksProps {
3
+ /** Выбранный элемент */
4
+ modelValue?: IAdjBlocksItem;
5
+ /** Массив элементов для компонента AdjImageItem */
6
+ items: IAdjBlocksItem[];
7
+ /** Количество скелетонов */
8
+ skeletonQty?: number;
9
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjLaminatesProps } from './IAdjLaminatesProps';
2
+ export declare const argsLaminates: IAdjLaminatesProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjLaminates } from './AdjLaminates.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjLaminates>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Laminates: Story;
@@ -0,0 +1,30 @@
1
+ import { IAdjLaminatesProps } from './IAdjLaminatesProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjLaminatesProps>, {
3
+ skeletonQty: number;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ "update:modelValue": (value: import('./IAdjLaminatesItem').IAdjLaminatesItem) => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjLaminatesProps>, {
7
+ skeletonQty: number;
8
+ }>>> & {
9
+ "onUpdate:modelValue"?: ((value: import('./IAdjLaminatesItem').IAdjLaminatesItem) => 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 { IAdjLaminatesItem } from './IAdjLaminatesItem';
2
+ export interface IAdjLaminatesEmits {
3
+ /** Нажатие на элемент */
4
+ (e: 'update:modelValue', value: IAdjLaminatesItem): void;
5
+ }