@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,22 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjInputModernEmits {
2
- /** Изменение элемента */
3
- (e: 'update:modelValue', value: string): void;
4
- }
@@ -1,10 +0,0 @@
1
- export interface IAdjInputModernProps {
2
- /** Текст в инпута */
3
- modelValue?: string;
4
- /** Заглушка */
5
- placeholder?: string;
6
- /** Неактивный инпут */
7
- disabled?: boolean;
8
- /** Задержка автоматического срабатывания события update:value(0 - отключить) */
9
- debounceTime?: number;
10
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjInputNumberEmits {
2
- /** Изменение элемента */
3
- (e: 'update:modelValue', value: number): void;
4
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjModalEmits {
2
- /** Нажатие на крестик или аутсайд */
3
- (e: 'update:show', value: boolean): void;
4
- }
@@ -1,6 +0,0 @@
1
- export interface IAdjModalProps {
2
- /** Показывать ли модальное окно */
3
- show: boolean;
4
- /** Ширина окна */
5
- width?: string;
6
- }
@@ -1,5 +0,0 @@
1
- import { IAdjRadioItem } from './IAdjRadioItem';
2
- export interface IAdjRadioEmits {
3
- /** Изменение элемента */
4
- (e: 'update:modelValue', value: IAdjRadioItem): void;
5
- }
@@ -1,11 +0,0 @@
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
- }
@@ -1,6 +0,0 @@
1
- export interface IAdjScrollProps {
2
- /** Максимальная высота */
3
- maxHeight?: string;
4
- /** Белый дизайн */
5
- white?: boolean;
6
- }
@@ -1,5 +0,0 @@
1
- import { IAdjSelectItem } from './IAdjSelectItem';
2
- export interface IAdjSelectEmits {
3
- /** Изменение элемента */
4
- (e: 'update:modelValue', value: IAdjSelectItem): void;
5
- }
@@ -1,21 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
1
- import { IAdjSelectImageItem } from './IAdjSelectImageItem';
2
- export interface IAdjSelectImageEmits {
3
- (e: 'update:modelValue', value: IAdjSelectImageItem): void;
4
- }
@@ -1,9 +0,0 @@
1
- import { IAdjSelectImageItem } from './IAdjSelectImageItem';
2
- export interface IAdjSelectImageProps {
3
- /** Расположение */
4
- position?: 'left' | 'center' | 'right';
5
- /** Список элементов */
6
- items: IAdjSelectImageItem[];
7
- /** Выбранный элемент */
8
- modelValue?: IAdjSelectImageItem;
9
- }
@@ -1,2 +0,0 @@
1
- import { IAdjSelectRoundProps } from './IAdjSelectRoundProps';
2
- export declare const argsBase: IAdjSelectRoundProps;
@@ -1,6 +0,0 @@
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;
@@ -1,34 +0,0 @@
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
- };
@@ -1,4 +0,0 @@
1
- import { IAdjSelectRoundItem } from './IAdjSelectRoundItem';
2
- export interface IAdjSelectRoundEmits {
3
- (e: 'update:modelValue', value: IAdjSelectRoundItem): void;
4
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjSelectRoundItem {
2
- id: number;
3
- label: string;
4
- }
@@ -1,9 +0,0 @@
1
- import { IAdjSelectRoundItem } from './IAdjSelectRoundItem';
2
- export interface IAdjSelectRoundProps {
3
- /** Расположение */
4
- position?: 'left' | 'center' | 'right';
5
- /** Список элементов */
6
- items: IAdjSelectRoundItem[];
7
- /** Выбранный элемент */
8
- modelValue?: IAdjSelectRoundItem;
9
- }
@@ -1,9 +0,0 @@
1
- import { IAdjSkeletonItemProps } from '../AdjSkeletonItem/IAdjSkeletonItemProps';
2
- export interface IAdjSkeletonProps {
3
- /** Значение */
4
- loaders: IAdjSkeletonItemProps[];
5
- /** Ширина элемента */
6
- width?: string;
7
- /** Выравнивание по центру */
8
- centered?: boolean;
9
- }
@@ -1,10 +0,0 @@
1
- export interface IAdjSkeletonItemProps {
2
- /** Максимальная ширина лодера */
3
- width?: string;
4
- /** Высота лодера(приоритетнее чем aspectRatio) */
5
- height?: string;
6
- /** Соотношение высоты и ширины лодера */
7
- aspectRatio?: string;
8
- /** Отступ сверху лодера */
9
- marginTop?: string;
10
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjSliderButtonEmits {
2
- /** Нажатие на элемент */
3
- (e: 'click'): void;
4
- }
@@ -1,6 +0,0 @@
1
- export interface IAdjSliderButtonProps {
2
- /** Направление стрелки */
3
- arrowDirection: 'left' | 'right';
4
- /** Неактивен */
5
- disabled?: boolean;
6
- }
@@ -1,5 +0,0 @@
1
- import { IAdjTabsItem } from './IAdjTabsItem';
2
- export interface IAdjTabsEmits {
3
- /** Изменение элемента */
4
- (e: 'update:modelValue', value: IAdjTabsItem): void;
5
- }
@@ -1,7 +0,0 @@
1
- import { IAdjTabsItem } from './IAdjTabsItem';
2
- export interface IAdjTabsProps {
3
- /** Список элементов */
4
- items?: IAdjTabsItem[];
5
- /** Выбранный элемент */
6
- modelValue?: IAdjTabsItem;
7
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjUploadFileEmits {
2
- /** Нажатие на элемент */
3
- (e: 'update:modelValue', value: string): void;
4
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjUploadFileProps {
2
- /** Заголовок */
3
- modelValue?: string;
4
- }
@@ -1,9 +0,0 @@
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
- }
@@ -1,9 +0,0 @@
1
- import { IAdjBlocksItem } from './IAdjBlocksItem';
2
- export interface IAdjBlocksProps {
3
- /** Выбранный элемент */
4
- modelValue?: IAdjBlocksItem;
5
- /** Массив элементов для компонента AdjImageItem */
6
- items: IAdjBlocksItem[];
7
- /** Количество скелетонов */
8
- skeletonQty?: number;
9
- }
@@ -1,5 +0,0 @@
1
- import { IAdjLaminatesItem } from './IAdjLaminatesItem';
2
- export interface IAdjLaminatesEmits {
3
- /** Нажатие на элемент */
4
- (e: 'update:modelValue', value: IAdjLaminatesItem): void;
5
- }
@@ -1,9 +0,0 @@
1
- import { IAdjLaminatesItem } from './IAdjLaminatesItem';
2
- export interface IAdjLaminatesProps {
3
- /** Выбранный элемент */
4
- modelValue?: IAdjLaminatesItem;
5
- /** Массив элементов для компонента AdjCoverItem */
6
- items: IAdjLaminatesItem[];
7
- /** Количество скелетонов */
8
- skeletonQty?: number;
9
- }
@@ -1,7 +0,0 @@
1
- import { IAdjMaterialsItem } from './IAdjMaterialsItem';
2
- export interface IAdjMaterialsEmits {
3
- /** Выбор элемента */
4
- (e: 'update:modelValue', value: IAdjMaterialsItem): void;
5
- /** Нажатие на кнопку Подробнее */
6
- (e: 'clickDetail', value: IAdjMaterialsItem): void;
7
- }
@@ -1,9 +0,0 @@
1
- import { IAdjMaterialsItem } from './IAdjMaterialsItem';
2
- export interface IAdjMaterialsProps {
3
- /** Выбранный элемент */
4
- modelValue?: IAdjMaterialsItem;
5
- /** Массив элементов для компонента AdjImageItem */
6
- items: IAdjMaterialsItem[];
7
- /** Количество скелетонов */
8
- skeletonQty?: number;
9
- }
@@ -1,5 +0,0 @@
1
- import { IAdjModelsItem } from './IAdjModelsItem';
2
- export interface IAdjModelsEmits {
3
- /** Нажатие на кнопку */
4
- (e: 'update:modelValue', value: IAdjModelsItem): void;
5
- }
@@ -1,11 +0,0 @@
1
- import { IAdjModelsItem } from './IAdjModelsItem';
2
- export interface IAdjModelsProps {
3
- /** Выбранный элемент */
4
- modelValue?: IAdjModelsItem;
5
- /** Массив элементов для компонента AdjCoverItem */
6
- groupItems: IAdjModelsItem[][];
7
- /** Количество скелетонов */
8
- skeletonQty?: number;
9
- /** Длительность анимации, сек */
10
- duration?: number;
11
- }
@@ -1,5 +0,0 @@
1
- import { IAdjNavigatorItem } from './IAdjNavigatorItem';
2
- export interface IAdjNavigatorEmits {
3
- /** Нажатие на элемент */
4
- (e: 'click', value: IAdjNavigatorItem): void;
5
- }
@@ -1,8 +0,0 @@
1
- import { IAdjNavigatorItem, IAdjNavigatorItemActive } from './IAdjNavigatorItem';
2
- export interface IAdjNavigatorProps {
3
- items: (IAdjNavigatorItemActive | IAdjNavigatorItem)[];
4
- /** Состояние загрузки */
5
- loading?: boolean;
6
- /** Отступ сверху для мобильного навигатора */
7
- mobileMarginTop?: string;
8
- }
@@ -1,9 +0,0 @@
1
- import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
2
- export interface IAdjPersonalizationsEmits {
3
- /** Нажатие на элемент */
4
- (e: 'click', value: IAdjPersonalizationsItem): void;
5
- /** Нажатие на кнопку закрытие */
6
- (e: 'clickClose', value: IAdjPersonalizationsItem): void;
7
- /** Нажатие кнопку плюс*/
8
- (e: 'clickPlus', value: IAdjPersonalizationsItem): void;
9
- }
@@ -1,11 +0,0 @@
1
- import { IAdjPersonalizationsItem } from './IAdjPersonalizationsItem';
2
- export interface IAdjPersonalizationsProps {
3
- /** Объект с выбранными элементами */
4
- modelValue?: {
5
- [id: string]: any[];
6
- };
7
- /** Массив элементов */
8
- items: IAdjPersonalizationsItem[];
9
- /** Количество скелетонов */
10
- skeletonQty?: number;
11
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjPricebarEmits {
2
- /** Изменение элемента */
3
- (e: 'update:quantity', value: number): void;
4
- }
@@ -1,32 +0,0 @@
1
- export interface IAdjPricebarProps {
2
- /** Текст надписи "За 1 шт." */
3
- labelOne: string;
4
- /** Текст надписи "За тираж" */
5
- labelEdition: string;
6
- /** Текст надписи "от" */
7
- labelFrom: string;
8
- /** Текст надписи "руб." */
9
- labelRub: string;
10
- /** Текст надписи "Со скидкой" */
11
- labelWithDiscount: string;
12
- /** Цена за единицу */
13
- priceOne: number;
14
- /** Цена за тираж */
15
- priceEdition: number;
16
- /** Цена за единицу со скидками */
17
- priceOneDiscounts: number;
18
- /** Цена за тираж со скидками */
19
- priceEditionDiscounts: number;
20
- /** Подсказка для цены за единицу */
21
- hintOne: string;
22
- /** Подсказка для цены за тираж */
23
- hintEdition: string;
24
- /** Подсказка для цены со скидкой */
25
- hintDiscounts: string;
26
- /** Количество */
27
- quantity: number;
28
- /** Размер скидок */
29
- discounts: number;
30
- /** Показывать предлог "от" */
31
- showFrom: boolean;
32
- }
@@ -1,5 +0,0 @@
1
- import { IAdjProductsItem } from './IAdjProductsItem';
2
- export interface IAdjProductsEmits {
3
- /** Нажатие на элемент */
4
- (e: 'click', value: IAdjProductsItem): void;
5
- }
@@ -1,9 +0,0 @@
1
- import { IAdjProductsItem } from './IAdjProductsItem';
2
- export interface IAdjProductsProps {
3
- /** Массив элементов для компонента AdjCoverItem */
4
- items: IAdjProductsItem[];
5
- /** Количество скелетонов */
6
- skeletonQty?: number;
7
- /** Длительность анимации, сек */
8
- duration?: number;
9
- }
@@ -1,5 +0,0 @@
1
- import { IAdjStitchingsItem } from './IAdjStitchingsItem';
2
- export interface IAdjStitchingsEmits {
3
- /** Выбор элемента */
4
- (e: 'update:modelValue', value: IAdjStitchingsItem): void;
5
- }
@@ -1,10 +0,0 @@
1
- import { IAdjStitchingsGroup } from './IAdjStitchingsGroup';
2
- import { IAdjStitchingsItem } from './IAdjStitchingsItem';
3
- export interface IAdjStitchingsProps {
4
- /** Выбранный элемент */
5
- modelValue?: IAdjStitchingsItem;
6
- /** Массив элементов */
7
- groups: IAdjStitchingsGroup[];
8
- /** Количество скелетонов */
9
- skeletonQty?: number;
10
- }
@@ -1,5 +0,0 @@
1
- import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
- export interface IAdjCoverGroupItemEmits {
3
- /** Нажатие на элемент */
4
- (e: 'update:modelValue', value: IAdjModelsItem): void;
5
- }
@@ -1,11 +0,0 @@
1
- import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
- export interface IAdjCoverGroupItemProps {
3
- /** Выбранный элемент */
4
- modelValue?: IAdjModelsItem;
5
- /** Массив элементов для компонента AdjCoverItem */
6
- items: IAdjModelsItem[];
7
- /** Ширина элемента */
8
- width?: string;
9
- /** Длительность анимации, сек */
10
- duration?: number;
11
- }
@@ -1,7 +0,0 @@
1
- import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
- export interface IAdjCoverItemEmits {
3
- /** Нажатие на элемент */
4
- (e: 'click', value: IAdjModelsItem): void;
5
- /** Нажатие на переключатель типа угла */
6
- (e: 'switchCorner', value: IAdjModelsItem): void;
7
- }
@@ -1,25 +0,0 @@
1
- import { IAdjModelsItem } from '../../AdjModels/IAdjModelsItem';
2
- export interface IAdjCoverItemProps {
3
- /** ID */
4
- id: number;
5
- /** Название/заголовок */
6
- name: string;
7
- /** Массив url-адресов картинок */
8
- images: string[];
9
- /** Значение */
10
- modelValue: IAdjModelsItem;
11
- /** Длительность анимации, сек */
12
- duration?: number;
13
- /** Всплывающая подсказка */
14
- hintHtml?: string;
15
- /** Показывать переключатель угла обложки */
16
- showCornerSwitcher?: boolean;
17
- /** Угол обложки */
18
- roundedCorner?: boolean;
19
- /** Подчеркнутый заголовок */
20
- underlined?: boolean;
21
- /** Данный элемент выбран */
22
- checked?: boolean;
23
- /** Ширина элемента */
24
- width?: string;
25
- }
@@ -1,12 +0,0 @@
1
- export interface IAdjImageItemEmits {
2
- /** Нажатие на элемент */
3
- (e: 'click'): void;
4
- /** Нажатие на кнопку "Увеличить" */
5
- (e: 'clickZoom'): void;
6
- /** Нажатие на кнопку "Подробнее" */
7
- (e: 'clickDetail'): void;
8
- /** Нажатие на кнопку "Закрыть" */
9
- (e: 'clickClose'): void;
10
- /** Нажатие на кнопку "Плюс" */
11
- (e: 'clickPlus'): void;
12
- }
@@ -1,40 +0,0 @@
1
- export interface IAdjImageItemProps {
2
- /** ID */
3
- id: number;
4
- /** Url-адрес картинки */
5
- image: string;
6
- /** Контур картинки */
7
- bordered?: boolean;
8
- /** Пропорции картинки(0-автоматические) */
9
- aspectRatio?: number;
10
- /** Название/заголовок */
11
- name: string;
12
- /** Массив подзаголовков */
13
- subnames?: string[];
14
- /** Всплывающая подсказка */
15
- hints?: string[];
16
- /** Данный элемент выбран */
17
- checked?: boolean;
18
- /** Ширина элемента */
19
- width?: string;
20
- /** Показывать лейбл Sale */
21
- labelSale?: boolean;
22
- /** Показывать лейбл New */
23
- labelNew?: boolean;
24
- /** Показывать лейбл CMYK */
25
- labelCmyk?: boolean;
26
- /** Показывать кнопку "Увеличить" */
27
- buttonZoom?: boolean;
28
- /** Показывать кнопку Подробнее */
29
- buttonDetail?: boolean;
30
- /** Показывать кнопку "Закрыть" */
31
- buttonClose?: boolean;
32
- /** Показывать кнопку "Плюс" */
33
- buttonPlus?: boolean;
34
- /** Показывать лейбл "Количество" */
35
- labelQuantity?: boolean;
36
- /** Количество */
37
- quantity?: number;
38
- /** Выравнивать заголовок по центру */
39
- centerName?: boolean;
40
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjNavigatorItemEmits {
2
- /** Нажатие на элемент */
3
- (e: 'click'): void;
4
- }
@@ -1,5 +0,0 @@
1
- import { IAdjNavigatorItemProps } from '../AdjNavigatorItem/IAdjNavigatorItemProps';
2
- export interface IAdjNavigatorWrapperEmits {
3
- /** Нажатие на элемент */
4
- (e: 'click', value: IAdjNavigatorItemProps): void;
5
- }
@@ -1,9 +0,0 @@
1
- import { IAdjNavigatorItemProps } from '../AdjNavigatorItem/IAdjNavigatorItemProps';
2
- import { IAdjNavigatorWrapperActive } from './IAdjNavigatorWrapperActive';
3
- export interface IAdjNavigatorWrapperProps {
4
- items: (IAdjNavigatorItemProps | IAdjNavigatorWrapperActive)[];
5
- /** Отображать надписи под квадратами */
6
- showLabel?: boolean;
7
- /** Состояние загрузки */
8
- loading?: boolean;
9
- }
@@ -1,4 +0,0 @@
1
- export interface IAdjPricebarWrapperEmits {
2
- /** Изменение элемента */
3
- (e: 'update:quantity', value: number): void;
4
- }
@@ -1,6 +0,0 @@
1
- import { IAdjPricebaritem } from './IAdjPricebaritem';
2
- export interface IAdjPricebarWrapperProps {
3
- items: IAdjPricebaritem[];
4
- /** Количество */
5
- quantity: number;
6
- }