@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,30 @@
1
+ import { IAdjIconButtonTextProps } from './IAdjIconButtonTextProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconButtonTextProps>, {
3
+ textPosition: string;
4
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ click: () => void;
6
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjIconButtonTextProps>, {
7
+ textPosition: string;
8
+ }>>> & {
9
+ onClick?: (() => any) | undefined;
10
+ }, {
11
+ textPosition: "left" | "right";
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 AdjIconButtonText {
2
+ /** Нажатие на элемент */
3
+ (e: 'click'): void;
4
+ }
@@ -0,0 +1,10 @@
1
+ export interface IAdjIconButtonTextProps {
2
+ /** Имя иконки */
3
+ iconName: string;
4
+ /** Выезжающая надпись */
5
+ text: string;
6
+ /** Расположение надписи */
7
+ textPosition?: 'left' | 'right';
8
+ /** Загрузка */
9
+ loading?: boolean;
10
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjImageButtonProps } from './IAdjImageButtonProps';
2
+ export declare const argsBase: IAdjImageButtonProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjImageButton } from './AdjImageButton.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjImageButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,29 @@
1
+ import { IAdjImageButtonProps } from './IAdjImageButtonProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjImageButtonProps>, {
3
+ active: boolean;
4
+ img: string;
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjImageButtonProps>, {
6
+ active: boolean;
7
+ img: string;
8
+ }>>>, {
9
+ img: string;
10
+ active: boolean;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_WithDefaults<P, D> = {
14
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
15
+ default: D[K];
16
+ }> : P[K];
17
+ };
18
+ type __VLS_Prettify<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToOption<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
@@ -0,0 +1,6 @@
1
+ export interface IAdjImageButtonProps {
2
+ /** Url картинки */
3
+ img?: string;
4
+ /** Выделен */
5
+ active?: boolean;
6
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjInputProps } from './IAdjInputProps';
2
+ export declare const argsBase: IAdjInputProps;
3
+ export declare const argsPassword: IAdjInputProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjInput } from './AdjInput.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjInput>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
7
+ export declare const Password: Story;
@@ -0,0 +1,57 @@
1
+ import { IAdjInputProps } from './IAdjInputProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputProps>, {
3
+ modelValue: string;
4
+ placeholder: string;
5
+ error: boolean;
6
+ disabled: boolean;
7
+ title: string;
8
+ required: boolean;
9
+ titlePosition: string;
10
+ type: string;
11
+ hint: string;
12
+ debounceTime: number;
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ "update:modelValue": (value: string) => void;
15
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputProps>, {
16
+ modelValue: string;
17
+ placeholder: string;
18
+ error: boolean;
19
+ disabled: boolean;
20
+ title: string;
21
+ required: boolean;
22
+ titlePosition: string;
23
+ type: string;
24
+ hint: string;
25
+ debounceTime: number;
26
+ }>>> & {
27
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
+ }, {
29
+ title: string;
30
+ disabled: boolean;
31
+ type: "password" | "text";
32
+ required: boolean;
33
+ modelValue: string;
34
+ titlePosition: "left" | "top";
35
+ placeholder: string;
36
+ error: boolean;
37
+ hint: string;
38
+ debounceTime: number;
39
+ }, {}>;
40
+ export default _default;
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToOption<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('vue').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjInputEmits {
2
+ /** Изменение элемента */
3
+ (e: 'update:modelValue', value: string): void;
4
+ }
@@ -0,0 +1,22 @@
1
+ export interface IAdjInputProps {
2
+ /** Заголовок */
3
+ title?: string;
4
+ /** Текст в инпуте */
5
+ modelValue?: string;
6
+ /** Заглушка */
7
+ placeholder?: string;
8
+ /** Ошибка инпута */
9
+ error?: boolean;
10
+ /** Неактивный инпут */
11
+ disabled?: boolean;
12
+ /** Обязательный инпут */
13
+ required?: boolean;
14
+ /** Позиция заголовка */
15
+ titlePosition?: 'left' | 'top';
16
+ /** Вид: пароль или текст */
17
+ type?: 'password' | 'text';
18
+ /** Текст подсказки */
19
+ hint?: string;
20
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
21
+ debounceTime?: number;
22
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjInputModernProps } from './IAdjInputModernProps';
2
+ export declare const argsBase: IAdjInputModernProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjInputModern } from './AdjInputModern.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjInputModern>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,39 @@
1
+ import { IAdjInputModernProps } from './IAdjInputModernProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputModernProps>, {
3
+ modelValue: string;
4
+ placeholder: string;
5
+ disabled: boolean;
6
+ debounceTime: number;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ "update:modelValue": (value: string) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputModernProps>, {
10
+ modelValue: string;
11
+ placeholder: string;
12
+ disabled: boolean;
13
+ debounceTime: number;
14
+ }>>> & {
15
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
+ }, {
17
+ disabled: boolean;
18
+ modelValue: string;
19
+ placeholder: string;
20
+ debounceTime: number;
21
+ }, {}>;
22
+ export default _default;
23
+ type __VLS_WithDefaults<P, D> = {
24
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
+ default: D[K];
26
+ }> : P[K];
27
+ };
28
+ type __VLS_Prettify<T> = {
29
+ [K in keyof T]: T[K];
30
+ } & {};
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToOption<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjInputModernEmits {
2
+ /** Изменение элемента */
3
+ (e: 'update:modelValue', value: string): void;
4
+ }
@@ -0,0 +1,10 @@
1
+ export interface IAdjInputModernProps {
2
+ /** Текст в инпута */
3
+ modelValue?: string;
4
+ /** Заглушка */
5
+ placeholder?: string;
6
+ /** Неактивный инпут */
7
+ disabled?: boolean;
8
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
9
+ debounceTime?: number;
10
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjInputNumberProps } from './IAdjInputNumberProps';
2
+ export declare const argsBase: IAdjInputNumberProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjInputNumber } from './AdjInputNumber.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjInputNumber>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
@@ -0,0 +1,42 @@
1
+ import { IAdjInputNumberProps } from './IAdjInputNumberProps';
2
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputNumberProps>, {
3
+ modelValue: number;
4
+ disabled: boolean;
5
+ min: number;
6
+ max: number;
7
+ debounceTime: number;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: number) => void;
10
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjInputNumberProps>, {
11
+ modelValue: number;
12
+ disabled: boolean;
13
+ min: number;
14
+ max: number;
15
+ debounceTime: number;
16
+ }>>> & {
17
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
18
+ }, {
19
+ disabled: boolean;
20
+ modelValue: number;
21
+ debounceTime: number;
22
+ min: number;
23
+ max: number;
24
+ }, {}>;
25
+ export default _default;
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToOption<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjInputNumberEmits {
2
+ /** Изменение элемента */
3
+ (e: 'update:modelValue', value: number): void;
4
+ }
@@ -0,0 +1,12 @@
1
+ export interface IAdjInputNumberProps {
2
+ /** Текст в инпуте */
3
+ modelValue?: number;
4
+ /** Неактивный инпут */
5
+ disabled?: boolean;
6
+ /** Минимальное значение */
7
+ min?: number;
8
+ /** Максимальное значение */
9
+ max?: number;
10
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
11
+ debounceTime?: number;
12
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjModalProps } from './IAdjModalProps';
2
+ export declare const argsBasic: IAdjModalProps;
3
+ export declare const argsFullWidth: IAdjModalProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjModal } from './AdjModal.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjModal>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Basic: Story;
7
+ export declare const FullWidth: Story;
@@ -0,0 +1,42 @@
1
+ import { IAdjModalProps } from './IAdjModalProps';
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModalProps>, {
6
+ show: boolean;
7
+ width: string;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:show": (value: boolean) => void;
10
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModalProps>, {
11
+ show: boolean;
12
+ width: string;
13
+ }>>> & {
14
+ "onUpdate:show"?: ((value: boolean) => any) | undefined;
15
+ }, {
16
+ width: string;
17
+ show: boolean;
18
+ }, {}>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToOption<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
@@ -0,0 +1,4 @@
1
+ export interface IAdjModalEmits {
2
+ /** Нажатие на крестик или аутсайд */
3
+ (e: 'update:show', value: boolean): void;
4
+ }
@@ -0,0 +1,6 @@
1
+ export interface IAdjModalProps {
2
+ /** Показывать ли модальное окно */
3
+ show: boolean;
4
+ /** Ширина окна */
5
+ width?: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjRadioProps } from './IAdjRadioProps';
2
+ export declare const argsBase: IAdjRadioProps;
3
+ export declare const argsLeft: IAdjRadioProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjRadio } from './AdjRadio.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjRadio>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
7
+ export declare const Left: Story;
@@ -0,0 +1,37 @@
1
+ import { IAdjRadioProps } from './IAdjRadioProps';
2
+ import { IAdjRadioItem } from './IAdjRadioItem';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjRadioProps>, {
4
+ items: () => never[];
5
+ titlePosition: string;
6
+ disabled: boolean;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
+ "update:modelValue": (value: IAdjRadioItem) => void;
9
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjRadioProps>, {
10
+ items: () => never[];
11
+ titlePosition: string;
12
+ disabled: boolean;
13
+ }>>> & {
14
+ "onUpdate:modelValue"?: ((value: IAdjRadioItem) => any) | undefined;
15
+ }, {
16
+ disabled: boolean;
17
+ titlePosition: "left" | "right";
18
+ items: IAdjRadioItem[];
19
+ }, {}>;
20
+ export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToOption<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjRadioItem } from './IAdjRadioItem';
2
+ export interface IAdjRadioEmits {
3
+ /** Изменение элемента */
4
+ (e: 'update:modelValue', value: IAdjRadioItem): void;
5
+ }
@@ -0,0 +1,4 @@
1
+ export interface IAdjRadioItem {
2
+ id: number;
3
+ title: string;
4
+ }
@@ -0,0 +1,11 @@
1
+ import { IAdjRadioItem } from './IAdjRadioItem';
2
+ export interface IAdjRadioProps {
3
+ /** Позиция */
4
+ titlePosition?: 'left' | 'right';
5
+ /** Список элементов */
6
+ items?: IAdjRadioItem[];
7
+ /** Выбранный элемент */
8
+ modelValue: IAdjRadioItem;
9
+ /** Неактивен */
10
+ disabled?: boolean;
11
+ }
@@ -0,0 +1,2 @@
1
+ import { IAdjScrollProps } from './IAdjScrollProps';
2
+ export declare const argsBase: IAdjScrollProps;
@@ -0,0 +1,6 @@
1
+ import { default as AdjScroll } from './AdjScroll.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjScroll>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const LeftBottom: Story;
@@ -0,0 +1,38 @@
1
+ import { IAdjScrollProps } from './IAdjScrollProps';
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjScrollProps>, {
6
+ maxHeight: string;
7
+ white: boolean;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjScrollProps>, {
9
+ maxHeight: string;
10
+ white: boolean;
11
+ }>>>, {
12
+ maxHeight: string;
13
+ white: boolean;
14
+ }, {}>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToOption<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
@@ -0,0 +1,6 @@
1
+ export interface IAdjScrollProps {
2
+ /** Максимальная высота */
3
+ maxHeight?: string;
4
+ /** Белый дизайн */
5
+ white?: boolean;
6
+ }
@@ -0,0 +1,3 @@
1
+ import { IAdjSelectProps } from './IAdjSelectProps';
2
+ export declare const argsBase: IAdjSelectProps;
3
+ export declare const argsSearch: IAdjSelectProps;
@@ -0,0 +1,7 @@
1
+ import { default as AdjSelect } from './AdjSelect.vue';
2
+ import { Meta, StoryObj } from '@storybook/vue3';
3
+ declare const meta: Meta<typeof AdjSelect>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Base: Story;
7
+ export declare const Search: Story;
@@ -0,0 +1,52 @@
1
+ import { IAdjSelectProps } from './IAdjSelectProps';
2
+ import { IAdjSelectItem } from './IAdjSelectItem';
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectProps>, {
4
+ title: string;
5
+ titlePosition: string;
6
+ items: () => never[];
7
+ comment: string;
8
+ disabled: boolean;
9
+ required: boolean;
10
+ showSearch: boolean;
11
+ nothingFound: string;
12
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ "update:modelValue": (value: IAdjSelectItem) => void;
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjSelectProps>, {
15
+ title: string;
16
+ titlePosition: string;
17
+ items: () => never[];
18
+ comment: string;
19
+ disabled: boolean;
20
+ required: boolean;
21
+ showSearch: boolean;
22
+ nothingFound: string;
23
+ }>>> & {
24
+ "onUpdate:modelValue"?: ((value: IAdjSelectItem) => any) | undefined;
25
+ }, {
26
+ title: string;
27
+ disabled: boolean;
28
+ required: boolean;
29
+ titlePosition: "left" | "top";
30
+ items: IAdjSelectItem[];
31
+ comment: string;
32
+ showSearch: boolean;
33
+ nothingFound: string;
34
+ }, {}>;
35
+ export default _default;
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToOption<T> = {
46
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
47
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
+ } : {
49
+ type: import('vue').PropType<T[K]>;
50
+ required: true;
51
+ };
52
+ };
@@ -0,0 +1,5 @@
1
+ import { IAdjSelectItem } from './IAdjSelectItem';
2
+ export interface IAdjSelectEmits {
3
+ /** Изменение элемента */
4
+ (e: 'update:modelValue', value: IAdjSelectItem): void;
5
+ }
@@ -0,0 +1,4 @@
1
+ export interface IAdjSelectItem {
2
+ id: number;
3
+ label: string;
4
+ }