@poni/adjutant-ui 0.0.101 → 0.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/dist/AdjSvgActive-_jf_nXsW.js +312 -0
  2. package/dist/AdjSvgActive-q5vUaXKl.cjs +1 -0
  3. package/dist/components/AdjButton/AdjButton.mock.d.ts +2 -2
  4. package/dist/components/AdjButton/AdjButton.vue.d.ts +43 -43
  5. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.mock.d.ts +2 -2
  6. package/dist/components/AdjButtonCheckbox/AdjButtonCheckbox.vue.d.ts +19 -29
  7. package/dist/components/AdjCheckbox/AdjCheckbox.mock.d.ts +3 -3
  8. package/dist/components/AdjCheckbox/AdjCheckbox.vue.d.ts +36 -45
  9. package/dist/components/AdjCheckbox/IAdjCheckboxItem.d.ts +3 -0
  10. package/dist/components/AdjDownloadLink/AdjDownloadLink.mock.d.ts +2 -2
  11. package/dist/components/AdjDownloadLink/AdjDownloadLink.vue.d.ts +11 -19
  12. package/dist/components/AdjDropdownLink/AdjDropdownLink.mock.d.ts +2 -2
  13. package/dist/components/AdjDropdownLink/AdjDropdownLink.vue.d.ts +17 -19
  14. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.mock.d.ts +2 -2
  15. package/dist/components/AdjFilterCheckbox/AdjFilterCheckbox.vue.d.ts +15 -27
  16. package/dist/components/AdjFilterSelect/AdjFilterSelect.mock.d.ts +2 -2
  17. package/dist/components/AdjFilterSelect/AdjFilterSelect.vue.d.ts +25 -30
  18. package/dist/components/AdjFilters/AdjFilters.mock.d.ts +2 -2
  19. package/dist/components/AdjFilters/AdjFilters.vue.d.ts +11 -22
  20. package/dist/components/AdjFilters/IAdjFiltersItem.d.ts +3 -2
  21. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.mock.d.ts +2 -2
  22. package/dist/components/AdjFiltersMobile/AdjFiltersMobile.vue.d.ts +28 -27
  23. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileItem.d.ts +2 -1
  24. package/dist/components/AdjHint/AdjHint.mock.d.ts +7 -4
  25. package/dist/components/AdjHint/AdjHint.stories.d.ts +6 -3
  26. package/dist/components/AdjHint/AdjHint.vue.d.ts +41 -33
  27. package/dist/components/AdjHintDesktop/AdjHintDesktop.mock.d.ts +4 -0
  28. package/dist/components/AdjHintDesktop/AdjHintDesktop.stories.d.ts +8 -0
  29. package/dist/components/AdjHintDesktop/AdjHintDesktop.vue.d.ts +31 -0
  30. package/dist/components/AdjIcon/AdjIcon.mock.d.ts +2 -2
  31. package/dist/components/AdjIcon/AdjIcon.vue.d.ts +35 -31
  32. package/dist/components/AdjIconButton/AdjIconButton.mock.d.ts +5 -5
  33. package/dist/components/AdjIconButton/AdjIconButton.vue.d.ts +28 -33
  34. package/dist/components/AdjIconButtonText/AdjIconButtonText.mock.d.ts +2 -2
  35. package/dist/components/AdjIconButtonText/AdjIconButtonText.vue.d.ts +24 -27
  36. package/dist/components/AdjImageButton/AdjImageButton.mock.d.ts +2 -2
  37. package/dist/components/AdjImageButton/AdjImageButton.vue.d.ts +13 -27
  38. package/dist/components/AdjInput/AdjInput.mock.d.ts +3 -3
  39. package/dist/components/AdjInput/AdjInput.vue.d.ts +47 -45
  40. package/dist/components/AdjInputModern/AdjInputModern.mock.d.ts +2 -2
  41. package/dist/components/AdjInputModern/AdjInputModern.vue.d.ts +23 -33
  42. package/dist/components/AdjInputNumber/AdjInputNumber.mock.d.ts +2 -2
  43. package/dist/components/AdjInputNumber/AdjInputNumber.vue.d.ts +27 -35
  44. package/dist/components/AdjModal/AdjModal.mock.d.ts +3 -3
  45. package/dist/components/AdjModal/AdjModal.vue.d.ts +25 -30
  46. package/dist/components/AdjRadio/AdjRadio.mock.d.ts +3 -3
  47. package/dist/components/AdjRadio/AdjRadio.vue.d.ts +24 -32
  48. package/dist/components/AdjRadio/IAdjRadioItem.d.ts +2 -2
  49. package/dist/components/AdjScroll/AdjScroll.mock.d.ts +2 -2
  50. package/dist/components/AdjScroll/AdjScroll.vue.d.ts +19 -28
  51. package/dist/components/AdjSelect/AdjSelect.mock.d.ts +3 -3
  52. package/dist/components/AdjSelect/AdjSelect.vue.d.ts +41 -40
  53. package/dist/components/AdjSelect/IAdjSelectItem.d.ts +1 -1
  54. package/dist/components/AdjSelectImage/AdjSelectImage.mock.d.ts +3 -2
  55. package/dist/components/AdjSelectImage/AdjSelectImage.stories.d.ts +2 -1
  56. package/dist/components/AdjSelectImage/AdjSelectImage.vue.d.ts +35 -31
  57. package/dist/components/AdjSelectImage/IAdjSelectImageItem.d.ts +6 -3
  58. package/dist/components/AdjSelectModern/AdjSelectModern.mock.d.ts +4 -0
  59. package/dist/components/AdjSelectModern/AdjSelectModern.stories.d.ts +8 -0
  60. package/dist/components/AdjSelectModern/AdjSelectModern.vue.d.ts +30 -0
  61. package/dist/components/AdjSelectModern/IAdjSelectModernItem.d.ts +6 -0
  62. package/dist/components/AdjSkeleton/AdjSkeleton.mock.d.ts +5 -5
  63. package/dist/components/AdjSkeleton/AdjSkeleton.vue.d.ts +18 -29
  64. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.mock.d.ts +2 -2
  65. package/dist/components/AdjSkeletonItem/AdjSkeletonItem.vue.d.ts +20 -30
  66. package/dist/components/AdjSliderButton/AdjSliderButton.mock.d.ts +2 -2
  67. package/dist/components/AdjSliderButton/AdjSliderButton.vue.d.ts +15 -27
  68. package/dist/components/AdjSvg/AdjSvgActive.vue.d.ts +1 -1
  69. package/dist/components/AdjSvg/AdjSvgEdit.vue.d.ts +1 -1
  70. package/dist/components/AdjSvg/AdjSvgFly.vue.d.ts +1 -1
  71. package/dist/components/AdjSvg/AdjSvgYoutube.vue.d.ts +1 -1
  72. package/dist/components/AdjTabs/AdjTabs.mock.d.ts +2 -2
  73. package/dist/components/AdjTabs/AdjTabs.vue.d.ts +15 -27
  74. package/dist/components/AdjTabs/IAdjTabsItem.d.ts +2 -2
  75. package/dist/components/AdjUploadFile/AdjUploadFile.mock.d.ts +2 -2
  76. package/dist/components/AdjUploadFile/AdjUploadFile.vue.d.ts +27 -29
  77. package/dist/components/AdjUploadFile/IAdjUploadFileItem.d.ts +3 -0
  78. package/dist/components/constructor/AdjBlocks/AdjBlocks.mock.d.ts +2 -2
  79. package/dist/components/constructor/AdjBlocks/AdjBlocks.vue.d.ts +25 -32
  80. package/dist/components/constructor/AdjLaminates/AdjLaminates.mock.d.ts +2 -2
  81. package/dist/components/constructor/AdjLaminates/AdjLaminates.vue.d.ts +21 -28
  82. package/dist/components/constructor/AdjMaterials/AdjMaterials.mock.d.ts +2 -2
  83. package/dist/components/constructor/AdjMaterials/AdjMaterials.vue.d.ts +23 -30
  84. package/dist/components/constructor/AdjModels/AdjModels.mock.d.ts +2 -2
  85. package/dist/components/constructor/AdjModels/AdjModels.vue.d.ts +25 -30
  86. package/dist/components/constructor/AdjNavigator/AdjNavigator.mock.d.ts +6 -6
  87. package/dist/components/constructor/AdjNavigator/AdjNavigator.vue.d.ts +19 -30
  88. package/dist/components/constructor/AdjNavigator/IAdjNavigatorItem.d.ts +2 -2
  89. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.mock.d.ts +2 -2
  90. package/dist/components/constructor/AdjPersonalizations/AdjPersonalizations.vue.d.ts +25 -31
  91. package/dist/components/constructor/AdjPricebar/AdjPricebar.mock.d.ts +2 -2
  92. package/dist/components/constructor/AdjPricebar/AdjPricebar.vue.d.ts +66 -22
  93. package/dist/components/constructor/AdjProducts/AdjProducts.mock.d.ts +3 -3
  94. package/dist/components/constructor/AdjProducts/AdjProducts.vue.d.ts +21 -30
  95. package/dist/components/constructor/AdjStitchings/AdjStitchings.mock.d.ts +2 -2
  96. package/dist/components/constructor/AdjStitchings/AdjStitchings.vue.d.ts +22 -28
  97. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.mock.d.ts +3 -3
  98. package/dist/components/constructor/elements/AdjCoverGroupItem/AdjCoverGroupItem.vue.d.ts +25 -31
  99. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.mock.d.ts +3 -3
  100. package/dist/components/constructor/elements/AdjCoverItem/AdjCoverItem.vue.d.ts +55 -42
  101. package/dist/components/constructor/{AdjModels/IAdjModelsItem.d.ts → elements/AdjCoverItem/IAdjCoverItem.d.ts} +1 -1
  102. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.mock.d.ts +5 -5
  103. package/dist/components/constructor/elements/AdjImageItem/AdjImageItem.vue.d.ts +87 -61
  104. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.mock.d.ts +3 -3
  105. package/dist/components/constructor/elements/AdjNavigatorItem/AdjNavigatorItem.vue.d.ts +6 -37
  106. package/dist/components/constructor/elements/AdjNavigatorItem/{IAdjNavigatorItemProps.d.ts → IAdjNavigatorPassive.d.ts} +1 -1
  107. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.mock.d.ts +6 -6
  108. package/dist/components/constructor/elements/AdjNavigatorWrapper/AdjNavigatorWrapper.vue.d.ts +20 -31
  109. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.mock.d.ts +2 -2
  110. package/dist/components/constructor/elements/AdjPricebarWrapper/AdjPricebarWrapper.vue.d.ts +13 -22
  111. package/dist/components.cjs +1 -1
  112. package/dist/components.js +492 -473
  113. package/dist/constructor.cjs +1 -1
  114. package/dist/constructor.js +181 -174
  115. package/dist/misc/types.d.ts +18 -0
  116. package/dist/plugin/components.d.ts +3 -4
  117. package/dist/plugin/types.d.ts +7 -2
  118. package/dist/style.css +1 -1
  119. package/dist/vars.scss +15 -96
  120. package/package.json +23 -23
  121. package/dist/AdjSvgActive-BdMqG9Kf.js +0 -310
  122. package/dist/AdjSvgActive-nVSqyC5q.cjs +0 -1
  123. package/dist/components/AdjButton/IAdjButtonEmits.d.ts +0 -4
  124. package/dist/components/AdjButton/IAdjButtonProps.d.ts +0 -18
  125. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxEmits.d.ts +0 -4
  126. package/dist/components/AdjButtonCheckbox/IAdjButtonCheckboxProps.d.ts +0 -8
  127. package/dist/components/AdjCheckbox/IAdjCheckboxEmits.d.ts +0 -6
  128. package/dist/components/AdjCheckbox/IAdjCheckboxProps.d.ts +0 -19
  129. package/dist/components/AdjDownloadLink/IAdjDownloadLinkProps.d.ts +0 -6
  130. package/dist/components/AdjDropdownLink/IAdjDropdownLinkProps.d.ts +0 -9
  131. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxEmits.d.ts +0 -4
  132. package/dist/components/AdjFilterCheckbox/IAdjFilterCheckboxProps.d.ts +0 -6
  133. package/dist/components/AdjFilterSelect/IAdjFilterSelectEmits.d.ts +0 -4
  134. package/dist/components/AdjFilterSelect/IAdjFilterSelectProps.d.ts +0 -11
  135. package/dist/components/AdjFilters/IAdjFiltersEmits.d.ts +0 -4
  136. package/dist/components/AdjFilters/IAdjFiltersProps.d.ts +0 -6
  137. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileEmits.d.ts +0 -4
  138. package/dist/components/AdjFiltersMobile/IAdjFiltersMobileProps.d.ts +0 -14
  139. package/dist/components/AdjHint/IAdjHintProps.d.ts +0 -13
  140. package/dist/components/AdjHintWrapper/AdjHintWrapper.mock.d.ts +0 -7
  141. package/dist/components/AdjHintWrapper/AdjHintWrapper.stories.d.ts +0 -11
  142. package/dist/components/AdjHintWrapper/AdjHintWrapper.vue.d.ts +0 -48
  143. package/dist/components/AdjHintWrapper/IAdjHintWrapperProps.d.ts +0 -13
  144. package/dist/components/AdjIcon/IAdjIconProps.d.ts +0 -13
  145. package/dist/components/AdjIconButton/IAdjIconButtonEmits.d.ts +0 -4
  146. package/dist/components/AdjIconButton/IAdjIconButtonProps.d.ts +0 -12
  147. package/dist/components/AdjIconButtonText/IAdjIconButtonTextEmits.d.ts +0 -4
  148. package/dist/components/AdjIconButtonText/IAdjIconButtonTextProps.d.ts +0 -10
  149. package/dist/components/AdjImageButton/IAdjImageButtonProps.d.ts +0 -6
  150. package/dist/components/AdjInput/IAdjInputEmits.d.ts +0 -4
  151. package/dist/components/AdjInput/IAdjInputProps.d.ts +0 -22
  152. package/dist/components/AdjInputModern/IAdjInputModernEmits.d.ts +0 -4
  153. package/dist/components/AdjInputModern/IAdjInputModernProps.d.ts +0 -10
  154. package/dist/components/AdjInputNumber/IAdjInputNumberEmits.d.ts +0 -4
  155. package/dist/components/AdjInputNumber/IAdjInputNumberProps.d.ts +0 -12
  156. package/dist/components/AdjModal/IAdjModalEmits.d.ts +0 -4
  157. package/dist/components/AdjModal/IAdjModalProps.d.ts +0 -6
  158. package/dist/components/AdjRadio/IAdjRadioEmits.d.ts +0 -5
  159. package/dist/components/AdjRadio/IAdjRadioProps.d.ts +0 -11
  160. package/dist/components/AdjScroll/IAdjScrollProps.d.ts +0 -6
  161. package/dist/components/AdjSelect/IAdjSelectEmits.d.ts +0 -5
  162. package/dist/components/AdjSelect/IAdjSelectProps.d.ts +0 -21
  163. package/dist/components/AdjSelectImage/IAdjSelectImageEmits.d.ts +0 -4
  164. package/dist/components/AdjSelectImage/IAdjSelectImageProps.d.ts +0 -9
  165. package/dist/components/AdjSelectRound/AdjSelectRound.mock.d.ts +0 -2
  166. package/dist/components/AdjSelectRound/AdjSelectRound.stories.d.ts +0 -6
  167. package/dist/components/AdjSelectRound/AdjSelectRound.vue.d.ts +0 -34
  168. package/dist/components/AdjSelectRound/IAdjSelectRoundEmits.d.ts +0 -4
  169. package/dist/components/AdjSelectRound/IAdjSelectRoundItem.d.ts +0 -4
  170. package/dist/components/AdjSelectRound/IAdjSelectRoundProps.d.ts +0 -9
  171. package/dist/components/AdjSkeleton/IAdjSkeletonProps.d.ts +0 -9
  172. package/dist/components/AdjSkeletonItem/IAdjSkeletonItemProps.d.ts +0 -10
  173. package/dist/components/AdjSliderButton/IAdjSliderButtonEmits.d.ts +0 -4
  174. package/dist/components/AdjSliderButton/IAdjSliderButtonProps.d.ts +0 -6
  175. package/dist/components/AdjTabs/IAdjTabsEmits.d.ts +0 -5
  176. package/dist/components/AdjTabs/IAdjTabsProps.d.ts +0 -7
  177. package/dist/components/AdjUploadFile/IAdjUploadFileEmits.d.ts +0 -4
  178. package/dist/components/AdjUploadFile/IAdjUploadFileProps.d.ts +0 -4
  179. package/dist/components/constructor/AdjBlocks/IAdjBlocksEmits.d.ts +0 -9
  180. package/dist/components/constructor/AdjBlocks/IAdjBlocksProps.d.ts +0 -9
  181. package/dist/components/constructor/AdjLaminates/IAdjLaminatesEmits.d.ts +0 -5
  182. package/dist/components/constructor/AdjLaminates/IAdjLaminatesProps.d.ts +0 -9
  183. package/dist/components/constructor/AdjMaterials/IAdjMaterialsEmits.d.ts +0 -7
  184. package/dist/components/constructor/AdjMaterials/IAdjMaterialsProps.d.ts +0 -9
  185. package/dist/components/constructor/AdjModels/IAdjModelsEmits.d.ts +0 -5
  186. package/dist/components/constructor/AdjModels/IAdjModelsProps.d.ts +0 -11
  187. package/dist/components/constructor/AdjNavigator/IAdjNavigatorEmits.d.ts +0 -5
  188. package/dist/components/constructor/AdjNavigator/IAdjNavigatorProps.d.ts +0 -8
  189. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsEmits.d.ts +0 -9
  190. package/dist/components/constructor/AdjPersonalizations/IAdjPersonalizationsProps.d.ts +0 -11
  191. package/dist/components/constructor/AdjPricebar/IAdjPricebarEmits.d.ts +0 -4
  192. package/dist/components/constructor/AdjPricebar/IAdjPricebarProps.d.ts +0 -32
  193. package/dist/components/constructor/AdjProducts/IAdjProductsEmits.d.ts +0 -5
  194. package/dist/components/constructor/AdjProducts/IAdjProductsProps.d.ts +0 -9
  195. package/dist/components/constructor/AdjStitchings/IAdjStitchingsEmits.d.ts +0 -5
  196. package/dist/components/constructor/AdjStitchings/IAdjStitchingsProps.d.ts +0 -10
  197. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemEmits.d.ts +0 -5
  198. package/dist/components/constructor/elements/AdjCoverGroupItem/IAdjCoverGroupItemProps.d.ts +0 -11
  199. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemEmits.d.ts +0 -7
  200. package/dist/components/constructor/elements/AdjCoverItem/IAdjCoverItemProps.d.ts +0 -25
  201. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemEmits.d.ts +0 -12
  202. package/dist/components/constructor/elements/AdjImageItem/IAdjImageItemProps.d.ts +0 -40
  203. package/dist/components/constructor/elements/AdjNavigatorItem/IAdjNavigatorItemEmits.d.ts +0 -4
  204. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjAdjNavigatorWrapperEmits.d.ts +0 -5
  205. package/dist/components/constructor/elements/AdjNavigatorWrapper/IAdjNavigatorWrapperProps.d.ts +0 -9
  206. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperEmits.d.ts +0 -4
  207. package/dist/components/constructor/elements/AdjPricebarWrapper/IAdjPricebarWrapperProps.d.ts +0 -6
  208. package/dist/misc/TPosition.d.ts +0 -4
  209. package/dist/misc/iconNameOptions.d.ts +0 -1
@@ -1,30 +1,27 @@
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
- }>>> & {
1
+ import { TIconName } from '../../misc/types';
2
+ declare const _default: import('vue').DefineComponent<{
3
+ /** Имя иконки */
4
+ iconName: TIconName;
5
+ /** Выезжающая надпись */
6
+ text: string;
7
+ /** Расположение надписи */
8
+ textPosition?: "left" | "right";
9
+ /** Загрузка */
10
+ loading?: boolean;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ click: () => any;
13
+ }, string, import('vue').PublicProps, Readonly<{
14
+ /** Имя иконки */
15
+ iconName: TIconName;
16
+ /** Выезжающая надпись */
17
+ text: string;
18
+ /** Расположение надписи */
19
+ textPosition?: "left" | "right";
20
+ /** Загрузка */
21
+ loading?: boolean;
22
+ }> & Readonly<{
9
23
  onClick?: (() => any) | undefined;
10
- }, {
24
+ }>, {
11
25
  textPosition: "left" | "right";
12
- }, {}>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
27
  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
- };
@@ -1,2 +1,2 @@
1
- import { IAdjImageButtonProps } from './IAdjImageButtonProps';
2
- export declare const argsBase: IAdjImageButtonProps;
1
+ import { default as AdjImageButton } from './AdjImageButton.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjImageButton>['$props'];
@@ -1,29 +1,15 @@
1
- import { IAdjImageButtonProps } from './IAdjImageButtonProps';
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjImageButtonProps>, {
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /** Url картинки */
3
+ image?: string;
4
+ /** Выделен */
5
+ active?: boolean;
6
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
+ /** Url картинки */
8
+ image?: string;
9
+ /** Выделен */
10
+ active?: boolean;
11
+ }> & Readonly<{}>, {
12
+ image: string;
3
13
  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
- }, {}>;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
15
  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
- };
@@ -1,3 +1,3 @@
1
- import { IAdjInputProps } from './IAdjInputProps';
2
- export declare const argsBase: IAdjInputProps;
3
- export declare const argsPassword: IAdjInputProps;
1
+ import { default as AdjInput } from './AdjInput.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjInput>['$props'];
3
+ export declare const argsPassword: InstanceType<typeof AdjInput>['$props'];
@@ -1,31 +1,50 @@
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
- }>>> & {
1
+ declare const _default: import('vue').DefineComponent<{
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
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23
+ "update:modelValue": (value: string) => any;
24
+ }, string, import('vue').PublicProps, Readonly<{
25
+ /** Заголовок */
26
+ title?: string;
27
+ /** Текст в инпуте */
28
+ modelValue?: string;
29
+ /** Заглушка */
30
+ placeholder?: string;
31
+ /** Ошибка инпута */
32
+ error?: boolean;
33
+ /** Неактивный инпут */
34
+ disabled?: boolean;
35
+ /** Обязательный инпут */
36
+ required?: boolean;
37
+ /** Позиция заголовка */
38
+ titlePosition?: "left" | "top";
39
+ /** Вид: пароль или текст */
40
+ type?: "password" | "text";
41
+ /** Текст подсказки */
42
+ hint?: string;
43
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
44
+ debounceTime?: number;
45
+ }> & Readonly<{
27
46
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
- }, {
47
+ }>, {
29
48
  title: string;
30
49
  disabled: boolean;
31
50
  type: "password" | "text";
@@ -36,22 +55,5 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
36
55
  error: boolean;
37
56
  hint: string;
38
57
  debounceTime: number;
39
- }, {}>;
58
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
40
59
  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
- };
@@ -1,2 +1,2 @@
1
- import { IAdjInputModernProps } from './IAdjInputModernProps';
2
- export declare const argsBase: IAdjInputModernProps;
1
+ import { default as AdjInputModern } from './AdjInputModern.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjInputModern>['$props'];
@@ -1,39 +1,29 @@
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
- }>>> & {
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /** Текст в инпута */
3
+ modelValue?: string;
4
+ /** Заглушка */
5
+ placeholder?: string;
6
+ /** Неактивный инпут */
7
+ disabled?: boolean;
8
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
9
+ debounceTime?: number;
10
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
+ "update:modelValue": (value: string) => any;
12
+ }, string, import('vue').PublicProps, Readonly<{
13
+ /** Текст в инпута */
14
+ modelValue?: string;
15
+ /** Заглушка */
16
+ placeholder?: string;
17
+ /** Неактивный инпут */
18
+ disabled?: boolean;
19
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
20
+ debounceTime?: number;
21
+ }> & Readonly<{
15
22
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
16
- }, {
23
+ }>, {
17
24
  disabled: boolean;
18
25
  modelValue: string;
19
26
  placeholder: string;
20
27
  debounceTime: number;
21
- }, {}>;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
29
  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
- };
@@ -1,2 +1,2 @@
1
- import { IAdjInputNumberProps } from './IAdjInputNumberProps';
2
- export declare const argsBase: IAdjInputNumberProps;
1
+ import { default as AdjInputNumber } from './AdjInputNumber.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjInputNumber>['$props'];
@@ -1,42 +1,34 @@
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
- }>>> & {
1
+ declare const _default: import('vue').DefineComponent<{
2
+ /** Текст в инпуте */
3
+ modelValue?: number;
4
+ /** Неактивный инпут */
5
+ disabled?: boolean;
6
+ /** Минимальное значение */
7
+ min?: number;
8
+ /** Максимальное значение */
9
+ max?: number;
10
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
11
+ debounceTime?: number;
12
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
13
+ "update:modelValue": (value: number) => any;
14
+ }, string, import('vue').PublicProps, Readonly<{
15
+ /** Текст в инпуте */
16
+ modelValue?: number;
17
+ /** Неактивный инпут */
18
+ disabled?: boolean;
19
+ /** Минимальное значение */
20
+ min?: number;
21
+ /** Максимальное значение */
22
+ max?: number;
23
+ /** Задержка автоматического срабатывания события update:value(0 - отключить) */
24
+ debounceTime?: number;
25
+ }> & Readonly<{
17
26
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
18
- }, {
27
+ }>, {
19
28
  disabled: boolean;
20
29
  modelValue: number;
21
30
  debounceTime: number;
22
31
  min: number;
23
32
  max: number;
24
- }, {}>;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
34
  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
- };
@@ -1,3 +1,3 @@
1
- import { IAdjModalProps } from './IAdjModalProps';
2
- export declare const argsBasic: IAdjModalProps;
3
- export declare const argsFullWidth: IAdjModalProps;
1
+ import { default as AdjModal } from './AdjModal.vue';
2
+ export declare const argsBasic: InstanceType<typeof AdjModal>['$props'];
3
+ export declare const argsFullWidth: InstanceType<typeof AdjModal>['$props'];
@@ -1,42 +1,37 @@
1
- import { IAdjModalProps } from './IAdjModalProps';
2
1
  declare function __VLS_template(): {
3
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
4
7
  };
5
- declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IAdjModalProps>, {
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ /** Показывать ли модальное окно */
6
11
  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>, {
12
+ /** Ширина окна */
13
+ width?: string;
14
+ /** Скрывать кнопку закрытия */
15
+ hideClose?: boolean;
16
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
+ "update:show": (value: boolean) => any;
18
+ }, string, import('vue').PublicProps, Readonly<{
19
+ /** Показывать ли модальное окно */
11
20
  show: boolean;
12
- width: string;
13
- }>>> & {
21
+ /** Ширина окна */
22
+ width?: string;
23
+ /** Скрывать кнопку закрытия */
24
+ hideClose?: boolean;
25
+ }> & Readonly<{
14
26
  "onUpdate:show"?: ((value: boolean) => any) | undefined;
15
- }, {
27
+ }>, {
16
28
  width: string;
17
- show: boolean;
18
- }, {}>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
29
+ hideClose: boolean;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
32
  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
33
  type __VLS_WithTemplateSlots<T, S> = T & {
30
34
  new (): {
31
35
  $slots: S;
32
36
  };
33
37
  };
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
- };
@@ -1,3 +1,3 @@
1
- import { IAdjRadioProps } from './IAdjRadioProps';
2
- export declare const argsBase: IAdjRadioProps;
3
- export declare const argsLeft: IAdjRadioProps;
1
+ import { default as AdjRadio } from './AdjRadio.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjRadio>['$props'];
3
+ export declare const argsLeft: InstanceType<typeof AdjRadio>['$props'];
@@ -1,37 +1,29 @@
1
- import { IAdjRadioProps } from './IAdjRadioProps';
2
1
  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
- }>>> & {
2
+ declare const _default: import('vue').DefineComponent<{
3
+ /** Позиция */
4
+ namePosition?: "left" | "right";
5
+ /** Список элементов */
6
+ items?: IAdjRadioItem[];
7
+ /** Выбранный элемент */
8
+ modelValue?: IAdjRadioItem;
9
+ /** Неактивен */
10
+ disabled?: boolean;
11
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: IAdjRadioItem) => any;
13
+ }, string, import('vue').PublicProps, Readonly<{
14
+ /** Позиция */
15
+ namePosition?: "left" | "right";
16
+ /** Список элементов */
17
+ items?: IAdjRadioItem[];
18
+ /** Выбранный элемент */
19
+ modelValue?: IAdjRadioItem;
20
+ /** Неактивен */
21
+ disabled?: boolean;
22
+ }> & Readonly<{
14
23
  "onUpdate:modelValue"?: ((value: IAdjRadioItem) => any) | undefined;
15
- }, {
24
+ }>, {
16
25
  disabled: boolean;
17
- titlePosition: "left" | "right";
18
26
  items: IAdjRadioItem[];
19
- }, {}>;
27
+ namePosition: "left" | "right";
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
29
  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
- };
@@ -1,4 +1,4 @@
1
1
  export interface IAdjRadioItem {
2
- id: number;
3
- title: string;
2
+ id: number | string;
3
+ name: string;
4
4
  }
@@ -1,2 +1,2 @@
1
- import { IAdjScrollProps } from './IAdjScrollProps';
2
- export declare const argsBase: IAdjScrollProps;
1
+ import { default as AdjScroll } from './AdjScroll.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjScroll>['$props'];
@@ -1,38 +1,29 @@
1
- import { IAdjScrollProps } from './IAdjScrollProps';
2
1
  declare function __VLS_template(): {
3
- default?(_: {}): any;
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
4
7
  };
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
- }>>>, {
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{
10
+ /** Максимальная высота */
11
+ maxHeight?: string;
12
+ /** Белый дизайн */
13
+ white?: boolean;
14
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
+ /** Максимальная высота */
16
+ maxHeight?: string;
17
+ /** Белый дизайн */
18
+ white?: boolean;
19
+ }> & Readonly<{}>, {
12
20
  maxHeight: string;
13
21
  white: boolean;
14
- }, {}>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
24
  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
25
  type __VLS_WithTemplateSlots<T, S> = T & {
26
26
  new (): {
27
27
  $slots: S;
28
28
  };
29
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
- };
@@ -1,3 +1,3 @@
1
- import { IAdjSelectProps } from './IAdjSelectProps';
2
- export declare const argsBase: IAdjSelectProps;
3
- export declare const argsSearch: IAdjSelectProps;
1
+ import { default as AdjSelect } from './AdjSelect.vue';
2
+ export declare const argsBase: InstanceType<typeof AdjSelect>['$props'];
3
+ export declare const argsSearch: InstanceType<typeof AdjSelect>['$props'];