@dxtmisha/d1 0.1.0

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 (202) hide show
  1. package/README.md +1 -0
  2. package/dist/App.vue.d.ts +3 -0
  3. package/dist/D1Accordion.js +396 -0
  4. package/dist/D1Image.js +4 -0
  5. package/dist/components/AiWiki.vue.d.ts +3 -0
  6. package/dist/components/Ui/Accordion/D1Accordion.vue.d.ts +43 -0
  7. package/dist/components/Ui/Accordion/index.d.ts +5 -0
  8. package/dist/components/Ui/Accordion/props.d.ts +20 -0
  9. package/dist/components/Ui/Accordion/wiki.d.ts +2 -0
  10. package/dist/components/Ui/ActionSheet/D1ActionSheet.vue.d.ts +44 -0
  11. package/dist/components/Ui/ActionSheet/index.d.ts +5 -0
  12. package/dist/components/Ui/ActionSheet/props.d.ts +21 -0
  13. package/dist/components/Ui/ActionSheet/wiki.d.ts +2 -0
  14. package/dist/components/Ui/Actions/D1Actions.vue.d.ts +25 -0
  15. package/dist/components/Ui/Actions/index.d.ts +5 -0
  16. package/dist/components/Ui/Actions/props.d.ts +21 -0
  17. package/dist/components/Ui/Actions/wiki.d.ts +2 -0
  18. package/dist/components/Ui/Anchor/D1Anchor.vue.d.ts +21 -0
  19. package/dist/components/Ui/Anchor/index.d.ts +5 -0
  20. package/dist/components/Ui/Anchor/props.d.ts +11 -0
  21. package/dist/components/Ui/Anchor/wiki.d.ts +2 -0
  22. package/dist/components/Ui/Arrow/D1Arrow.vue.d.ts +20 -0
  23. package/dist/components/Ui/Arrow/index.d.ts +5 -0
  24. package/dist/components/Ui/Arrow/props.d.ts +18 -0
  25. package/dist/components/Ui/Arrow/wiki.d.ts +2 -0
  26. package/dist/components/Ui/Badge/D1Badge.vue.d.ts +18 -0
  27. package/dist/components/Ui/Badge/index.d.ts +5 -0
  28. package/dist/components/Ui/Badge/props.d.ts +30 -0
  29. package/dist/components/Ui/Badge/wiki.d.ts +2 -0
  30. package/dist/components/Ui/Bars/D1Bars.vue.d.ts +32 -0
  31. package/dist/components/Ui/Bars/index.d.ts +5 -0
  32. package/dist/components/Ui/Bars/props.d.ts +18 -0
  33. package/dist/components/Ui/Bars/wiki.d.ts +2 -0
  34. package/dist/components/Ui/Block/D1Block.vue.d.ts +21 -0
  35. package/dist/components/Ui/Block/index.d.ts +5 -0
  36. package/dist/components/Ui/Block/props.d.ts +12 -0
  37. package/dist/components/Ui/Block/wiki.d.ts +2 -0
  38. package/dist/components/Ui/Button/D1Button.vue.d.ts +29 -0
  39. package/dist/components/Ui/Button/index.d.ts +5 -0
  40. package/dist/components/Ui/Button/props.d.ts +36 -0
  41. package/dist/components/Ui/Button/wiki.d.ts +2 -0
  42. package/dist/components/Ui/Cell/D1Cell.vue.d.ts +30 -0
  43. package/dist/components/Ui/Cell/index.d.ts +5 -0
  44. package/dist/components/Ui/Cell/props.d.ts +28 -0
  45. package/dist/components/Ui/Cell/wiki.d.ts +2 -0
  46. package/dist/components/Ui/Chip/D1Chip.vue.d.ts +29 -0
  47. package/dist/components/Ui/Chip/index.d.ts +5 -0
  48. package/dist/components/Ui/Chip/props.d.ts +34 -0
  49. package/dist/components/Ui/Chip/wiki.d.ts +2 -0
  50. package/dist/components/Ui/ChipGroup/D1ChipGroup.vue.d.ts +30 -0
  51. package/dist/components/Ui/ChipGroup/index.d.ts +5 -0
  52. package/dist/components/Ui/ChipGroup/props.d.ts +12 -0
  53. package/dist/components/Ui/ChipGroup/wiki.d.ts +2 -0
  54. package/dist/components/Ui/Dialog/D1Dialog.vue.d.ts +48 -0
  55. package/dist/components/Ui/Dialog/index.d.ts +5 -0
  56. package/dist/components/Ui/Dialog/props.d.ts +28 -0
  57. package/dist/components/Ui/Dialog/wiki.d.ts +2 -0
  58. package/dist/components/Ui/Field/D1Field.vue.d.ts +25 -0
  59. package/dist/components/Ui/Field/index.d.ts +5 -0
  60. package/dist/components/Ui/Field/props.d.ts +42 -0
  61. package/dist/components/Ui/Field/wiki.d.ts +2 -0
  62. package/dist/components/Ui/FieldCounter/D1FieldCounter.vue.d.ts +17 -0
  63. package/dist/components/Ui/FieldCounter/index.d.ts +5 -0
  64. package/dist/components/Ui/FieldCounter/props.d.ts +11 -0
  65. package/dist/components/Ui/FieldCounter/wiki.d.ts +2 -0
  66. package/dist/components/Ui/FieldLabel/D1FieldLabel.vue.d.ts +20 -0
  67. package/dist/components/Ui/FieldLabel/index.d.ts +5 -0
  68. package/dist/components/Ui/FieldLabel/props.d.ts +13 -0
  69. package/dist/components/Ui/FieldLabel/wiki.d.ts +2 -0
  70. package/dist/components/Ui/FieldMessage/D1FieldMessage.vue.d.ts +18 -0
  71. package/dist/components/Ui/FieldMessage/index.d.ts +5 -0
  72. package/dist/components/Ui/FieldMessage/props.d.ts +12 -0
  73. package/dist/components/Ui/FieldMessage/wiki.d.ts +2 -0
  74. package/dist/components/Ui/Icon/D1Icon.vue.d.ts +25 -0
  75. package/dist/components/Ui/Icon/index.d.ts +5 -0
  76. package/dist/components/Ui/Icon/props.d.ts +35 -0
  77. package/dist/components/Ui/Icon/wiki.d.ts +2 -0
  78. package/dist/components/Ui/Image/D1Image.vue.d.ts +25 -0
  79. package/dist/components/Ui/Image/D1ImageAiWiki.vue.d.ts +3 -0
  80. package/dist/components/Ui/Image/index.d.ts +5 -0
  81. package/dist/components/Ui/Image/props.d.ts +19 -0
  82. package/dist/components/Ui/Image/wiki.d.ts +2 -0
  83. package/dist/components/Ui/Input/D1Input.vue.d.ts +37 -0
  84. package/dist/components/Ui/Input/index.d.ts +5 -0
  85. package/dist/components/Ui/Input/props.d.ts +18 -0
  86. package/dist/components/Ui/Input/wiki.d.ts +2 -0
  87. package/dist/components/Ui/List/D1List.vue.d.ts +33 -0
  88. package/dist/components/Ui/List/index.d.ts +5 -0
  89. package/dist/components/Ui/List/props.d.ts +18 -0
  90. package/dist/components/Ui/List/wiki.d.ts +2 -0
  91. package/dist/components/Ui/ListGroup/D1ListGroup.vue.d.ts +20 -0
  92. package/dist/components/Ui/ListGroup/index.d.ts +5 -0
  93. package/dist/components/Ui/ListGroup/props.d.ts +14 -0
  94. package/dist/components/Ui/ListGroup/wiki.d.ts +2 -0
  95. package/dist/components/Ui/ListItem/D1ListItem.vue.d.ts +28 -0
  96. package/dist/components/Ui/ListItem/index.d.ts +5 -0
  97. package/dist/components/Ui/ListItem/props.d.ts +33 -0
  98. package/dist/components/Ui/ListItem/wiki.d.ts +2 -0
  99. package/dist/components/Ui/ListMenu/D1ListMenu.vue.d.ts +33 -0
  100. package/dist/components/Ui/ListMenu/index.d.ts +5 -0
  101. package/dist/components/Ui/ListMenu/props.d.ts +18 -0
  102. package/dist/components/Ui/ListMenu/wiki.d.ts +2 -0
  103. package/dist/components/Ui/Mask/D1Mask.vue.d.ts +48 -0
  104. package/dist/components/Ui/Mask/index.d.ts +5 -0
  105. package/dist/components/Ui/Mask/props.d.ts +19 -0
  106. package/dist/components/Ui/Mask/wiki.d.ts +2 -0
  107. package/dist/components/Ui/Menu/D1Menu.vue.d.ts +65 -0
  108. package/dist/components/Ui/Menu/index.d.ts +5 -0
  109. package/dist/components/Ui/Menu/props.d.ts +20 -0
  110. package/dist/components/Ui/Menu/wiki.d.ts +2 -0
  111. package/dist/components/Ui/Modal/D1Modal.vue.d.ts +44 -0
  112. package/dist/components/Ui/Modal/index.d.ts +5 -0
  113. package/dist/components/Ui/Modal/props.d.ts +24 -0
  114. package/dist/components/Ui/Modal/wiki.d.ts +2 -0
  115. package/dist/components/Ui/MotionTransform/D1MotionTransform.vue.d.ts +35 -0
  116. package/dist/components/Ui/MotionTransform/index.d.ts +5 -0
  117. package/dist/components/Ui/MotionTransform/props.d.ts +18 -0
  118. package/dist/components/Ui/MotionTransform/wiki.d.ts +2 -0
  119. package/dist/components/Ui/Page/D1Page.vue.d.ts +21 -0
  120. package/dist/components/Ui/Page/index.d.ts +5 -0
  121. package/dist/components/Ui/Page/props.d.ts +11 -0
  122. package/dist/components/Ui/Page/wiki.d.ts +2 -0
  123. package/dist/components/Ui/Progress/D1Progress.vue.d.ts +18 -0
  124. package/dist/components/Ui/Progress/index.d.ts +5 -0
  125. package/dist/components/Ui/Progress/props.d.ts +26 -0
  126. package/dist/components/Ui/Progress/wiki.d.ts +2 -0
  127. package/dist/components/Ui/Ripple/D1Ripple.vue.d.ts +17 -0
  128. package/dist/components/Ui/Ripple/index.d.ts +5 -0
  129. package/dist/components/Ui/Ripple/props.d.ts +11 -0
  130. package/dist/components/Ui/Ripple/wiki.d.ts +2 -0
  131. package/dist/components/Ui/Scrollbar/D1Scrollbar.vue.d.ts +34 -0
  132. package/dist/components/Ui/Scrollbar/index.d.ts +5 -0
  133. package/dist/components/Ui/Scrollbar/props.d.ts +19 -0
  134. package/dist/components/Ui/Scrollbar/wiki.d.ts +2 -0
  135. package/dist/components/Ui/Section/D1Section.vue.d.ts +21 -0
  136. package/dist/components/Ui/Section/index.d.ts +5 -0
  137. package/dist/components/Ui/Section/props.d.ts +11 -0
  138. package/dist/components/Ui/Section/wiki.d.ts +2 -0
  139. package/dist/components/Ui/Select/D1Select.vue.d.ts +45 -0
  140. package/dist/components/Ui/Select/index.d.ts +5 -0
  141. package/dist/components/Ui/Select/props.d.ts +19 -0
  142. package/dist/components/Ui/Select/wiki.d.ts +2 -0
  143. package/dist/components/Ui/SelectValue/D1SelectValue.vue.d.ts +25 -0
  144. package/dist/components/Ui/SelectValue/index.d.ts +5 -0
  145. package/dist/components/Ui/SelectValue/props.d.ts +13 -0
  146. package/dist/components/Ui/SelectValue/wiki.d.ts +2 -0
  147. package/dist/components/Ui/Skeleton/D1Skeleton.vue.d.ts +20 -0
  148. package/dist/components/Ui/Skeleton/index.d.ts +4 -0
  149. package/dist/components/Ui/Skeleton/props.d.ts +13 -0
  150. package/dist/components/Ui/Skeleton/wiki.d.ts +2 -0
  151. package/dist/components/Ui/TextareaAutosize/D1TextareaAutosize.vue.d.ts +24 -0
  152. package/dist/components/Ui/TextareaAutosize/index.d.ts +5 -0
  153. package/dist/components/Ui/TextareaAutosize/props.d.ts +15 -0
  154. package/dist/components/Ui/TextareaAutosize/wiki.d.ts +2 -0
  155. package/dist/components/Ui/Tooltip/D1Tooltip.vue.d.ts +24 -0
  156. package/dist/components/Ui/Tooltip/index.d.ts +5 -0
  157. package/dist/components/Ui/Tooltip/props.d.ts +15 -0
  158. package/dist/components/Ui/Tooltip/wiki.d.ts +2 -0
  159. package/dist/components/Ui/Window/D1Window.vue.d.ts +52 -0
  160. package/dist/components/Ui/Window/index.d.ts +5 -0
  161. package/dist/components/Ui/Window/props.d.ts +37 -0
  162. package/dist/components/Ui/Window/wiki.d.ts +2 -0
  163. package/dist/design.js +165 -0
  164. package/dist/index-BWyEZpKM.js +66 -0
  165. package/dist/library/D1Accordion.d.ts +1 -0
  166. package/dist/library/D1Image.d.ts +1 -0
  167. package/dist/library/ai-list.wiki.d.ts +1 -0
  168. package/dist/library/design.d.ts +6 -0
  169. package/dist/library/plugin.d.ts +9 -0
  170. package/dist/library/types.d.ts +82 -0
  171. package/dist/library.d.ts +0 -0
  172. package/dist/library.js +1 -0
  173. package/dist/main.d.ts +0 -0
  174. package/dist/plugin.js +16 -0
  175. package/dist/style.css +1 -0
  176. package/dist/types.js +1 -0
  177. package/dist/wiki/wiki.d.ts +2 -0
  178. package/package.json +75 -0
  179. package/src/styles/Ui/basic.scss +3 -0
  180. package/src/styles/Ui/classes/d1-background.scss +57 -0
  181. package/src/styles/Ui/classes/d1-border.scss +117 -0
  182. package/src/styles/Ui/classes/d1-color.scss +118 -0
  183. package/src/styles/Ui/classes/d1-dark.scss +396 -0
  184. package/src/styles/Ui/classes/d1-elevation.scss +61 -0
  185. package/src/styles/Ui/classes/d1-font.scss +243 -0
  186. package/src/styles/Ui/classes/d1-grid.scss +17 -0
  187. package/src/styles/Ui/classes/d1-main.scss +28 -0
  188. package/src/styles/Ui/classes/d1-margin-x.scss +31 -0
  189. package/src/styles/Ui/classes/d1-margin-y.scss +51 -0
  190. package/src/styles/Ui/classes/d1-margin.scss +55 -0
  191. package/src/styles/Ui/classes/d1-outline.scss +24 -0
  192. package/src/styles/Ui/classes/d1-padding-x.scss +31 -0
  193. package/src/styles/Ui/classes/d1-padding-y.scss +31 -0
  194. package/src/styles/Ui/classes/d1-padding.scss +51 -0
  195. package/src/styles/Ui/classes/d1-palette.scss +363 -0
  196. package/src/styles/Ui/classes/d1-system.scss +26 -0
  197. package/src/styles/Ui/classes.scss +17 -0
  198. package/src/styles/Ui/list.json +10984 -0
  199. package/src/styles/Ui/main.scss +6 -0
  200. package/src/styles/Ui/properties.scss +12584 -0
  201. package/src/styles/Ui/style.scss +6 -0
  202. package/src/styles/Ui/vars.scss +669 -0
@@ -0,0 +1,42 @@
1
+ import { FieldPropsBasic } from '@dxtmisha/constructor/Field';
2
+ import { IconProps } from '../Icon';
3
+ import { FieldLabelProps } from '../FieldLabel';
4
+ import { FieldMessageProps } from '../FieldMessage';
5
+ import { FieldCounterProps } from '../FieldCounter';
6
+ import { ProgressProps } from '../Progress';
7
+ export declare const propsValues: {
8
+ arrowAlign: string[];
9
+ cancel: string[];
10
+ align: string[];
11
+ width: never[];
12
+ size: string[];
13
+ };
14
+ export type PropsToken = {
15
+ focus?: boolean;
16
+ disabled?: boolean;
17
+ selected?: boolean;
18
+ readonly?: boolean;
19
+ block?: boolean;
20
+ isValue?: boolean;
21
+ basic?: boolean;
22
+ boxed?: boolean;
23
+ tonal?: boolean;
24
+ filled?: boolean;
25
+ outlined?: boolean;
26
+ classic?: boolean;
27
+ arrowCarousel?: boolean;
28
+ arrowStepper?: boolean;
29
+ arrowAlign?: 'center' | 'right' | 'left';
30
+ cancel?: 'auto' | 'always' | 'none';
31
+ align?: 'center' | 'right' | 'left';
32
+ width?: string | 'custom';
33
+ size?: 'sm' | 'md' | 'lg' | 'display';
34
+ };
35
+ /**
36
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
37
+ */
38
+ export type FieldProps = FieldPropsBasic<IconProps, FieldLabelProps, FieldMessageProps, FieldCounterProps, ProgressProps> & PropsToken;
39
+ /**
40
+ * Default value for property/ Значение по умолчанию для свойства
41
+ */
42
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const FieldWikiStorybook: WikiStorybook;
@@ -0,0 +1,17 @@
1
+ import { FieldCounterSlots, FieldCounterPropsBasic } from '@dxtmisha/constructor/FieldCounter';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: Readonly<FieldCounterSlots> & FieldCounterSlots;
6
+ refs: {};
7
+ rootEl: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: DefineComponent<FieldCounterPropsBasic, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< FieldCounterPropsBasic> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { FieldCounterEmits, FieldCounterSlots } from '@dxtmisha/constructor/FieldCounter';
3
+ import { FieldCounterProps } from './props';
4
+ export type { FieldCounterProps } from './props';
5
+ export declare const D1FieldCounter: DefineSetupFnComponent<FieldCounterProps, ShortEmitsToObject<FieldCounterEmits>, SlotsType<FieldCounterSlots>>;
@@ -0,0 +1,11 @@
1
+ import { FieldCounterPropsBasic } from '@dxtmisha/constructor/FieldCounter';
2
+ export declare const propsValues: {};
3
+ export type PropsToken = {};
4
+ /**
5
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
6
+ */
7
+ export type FieldCounterProps = FieldCounterPropsBasic & PropsToken;
8
+ /**
9
+ * Default value for property/ Значение по умолчанию для свойства
10
+ */
11
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const FieldCounterWikiStorybook: WikiStorybook;
@@ -0,0 +1,20 @@
1
+ import { FieldLabelSlots } from '@dxtmisha/constructor/FieldLabel';
2
+ import { FieldLabelProps } from './props';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<FieldLabelSlots> & FieldLabelSlots;
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<FieldLabelProps, {
12
+ labelId: string;
13
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { FieldLabelEmits, FieldLabelSlots } from '@dxtmisha/constructor/FieldLabel';
3
+ import { FieldLabelProps } from './props';
4
+ export type { FieldLabelProps } from './props';
5
+ export declare const D1FieldLabel: DefineSetupFnComponent<FieldLabelProps, ShortEmitsToObject<FieldLabelEmits>, SlotsType<FieldLabelSlots>>;
@@ -0,0 +1,13 @@
1
+ import { FieldLabelPropsBasic } from '@dxtmisha/constructor/FieldLabel';
2
+ import { FieldCounterProps } from '../FieldCounter';
3
+ import { ProgressProps } from '../Progress';
4
+ export declare const propsValues: {};
5
+ export type PropsToken = {};
6
+ /**
7
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
8
+ */
9
+ export type FieldLabelProps = FieldLabelPropsBasic<FieldCounterProps, ProgressProps> & PropsToken;
10
+ /**
11
+ * Default value for property/ Значение по умолчанию для свойства
12
+ */
13
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const FieldLabelWikiStorybook: WikiStorybook;
@@ -0,0 +1,18 @@
1
+ import { FieldMessageSlots } from '@dxtmisha/constructor/FieldMessage';
2
+ import { FieldMessageProps } from './props';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<FieldMessageSlots> & FieldMessageSlots;
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<FieldMessageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FieldMessageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { FieldMessageEmits, FieldMessageSlots } from '@dxtmisha/constructor/FieldMessage';
3
+ import { FieldMessageProps } from './props';
4
+ export type { FieldMessageProps } from './props';
5
+ export declare const D1FieldMessage: DefineSetupFnComponent<FieldMessageProps, ShortEmitsToObject<FieldMessageEmits>, SlotsType<FieldMessageSlots>>;
@@ -0,0 +1,12 @@
1
+ import { FieldMessagePropsBasic } from '@dxtmisha/constructor/FieldMessage';
2
+ import { FieldCounterProps } from '../FieldCounter';
3
+ export declare const propsValues: {};
4
+ export type PropsToken = {};
5
+ /**
6
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
7
+ */
8
+ export type FieldMessageProps = FieldMessagePropsBasic<FieldCounterProps> & PropsToken;
9
+ /**
10
+ * Default value for property/ Значение по умолчанию для свойства
11
+ */
12
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const FieldMessageWikiStorybook: WikiStorybook;
@@ -0,0 +1,25 @@
1
+ import { IconSlots } from '@dxtmisha/constructor/Icon';
2
+ import { IconProps } from './props';
3
+ import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { ImageEventData } from '@dxtmisha/constructor/Image';
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: Readonly<IconSlots> & IconSlots;
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<IconProps, {
13
+ isActive: ComputedRef<boolean>;
14
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ load: (image: ImageEventData) => any;
16
+ }, string, PublicProps, Readonly<IconProps> & Readonly<{
17
+ onLoad?: ((image: ImageEventData) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { IconEmits, IconSlots } from '@dxtmisha/constructor/Icon';
3
+ import { IconProps } from './props';
4
+ export type { IconProps } from './props';
5
+ export declare const D1Icon: DefineSetupFnComponent<IconProps, ShortEmitsToObject<IconEmits>, SlotsType<IconSlots>>;
@@ -0,0 +1,35 @@
1
+ import { IconPropsBasic } from '@dxtmisha/constructor/Icon';
2
+ import { ImageProps } from '../Image';
3
+ export declare const propsValues: {
4
+ animationType: string[];
5
+ size: string[];
6
+ rounded: string[];
7
+ };
8
+ export type PropsToken = {
9
+ turn?: boolean;
10
+ disabled?: boolean;
11
+ hide?: boolean;
12
+ asPalette?: boolean;
13
+ dir?: boolean;
14
+ overlay?: boolean;
15
+ dynamic?: boolean;
16
+ start?: boolean;
17
+ end?: boolean;
18
+ high?: boolean;
19
+ animationType?: 'type1' | 'type2';
20
+ animationShow?: boolean;
21
+ square?: boolean;
22
+ circle?: boolean;
23
+ rect?: boolean;
24
+ size?: 'auto' | 'x' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl';
25
+ inverse?: boolean;
26
+ rounded?: 'auto' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
27
+ };
28
+ /**
29
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
30
+ */
31
+ export type IconProps = IconPropsBasic<ImageProps> & PropsToken;
32
+ /**
33
+ * Default value for property/ Значение по умолчанию для свойства
34
+ */
35
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const IconWikiStorybook: WikiStorybook;
@@ -0,0 +1,25 @@
1
+ import { ImageSlots, ImageTypeItem, ImageEventItem, ImageEventData } from '@dxtmisha/constructor/Image';
2
+ import { ImageProps } from './props';
3
+ import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<ImageSlots> & ImageSlots;
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<ImageProps, {
12
+ type: ComputedRef<ImageTypeItem>;
13
+ data: Ref<ImageEventItem>;
14
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ load: (image: ImageEventData) => any;
16
+ }, string, PublicProps, Readonly<ImageProps> & Readonly<{
17
+ onLoad?: ((image: ImageEventData) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
3
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { ImageEmits, ImageSlots } from '@dxtmisha/constructor/Image';
3
+ import { ImageProps } from './props';
4
+ export type { ImageProps } from './props';
5
+ export declare const D1Image: DefineSetupFnComponent<ImageProps, ShortEmitsToObject<ImageEmits>, SlotsType<ImageSlots>>;
@@ -0,0 +1,19 @@
1
+ import { ImagePropsBasic } from '@dxtmisha/constructor/Image';
2
+ export declare const propsValues: {
3
+ size: string[];
4
+ };
5
+ export type PropsToken = {
6
+ turn?: boolean;
7
+ disabled?: boolean;
8
+ hide?: boolean;
9
+ adaptive?: boolean;
10
+ size?: 'auto' | 'contain' | 'cover';
11
+ };
12
+ /**
13
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
14
+ */
15
+ export type ImageProps = ImagePropsBasic & PropsToken;
16
+ /**
17
+ * Default value for property/ Значение по умолчанию для свойства
18
+ */
19
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const ImageWikiStorybook: WikiStorybook;
@@ -0,0 +1,37 @@
1
+ import { InputSlots } from '@dxtmisha/constructor/Input';
2
+ import { InputProps } from './props';
3
+ import { DefineComponent, ShallowRef, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { FieldValidationItem } from '@dxtmisha/constructor';
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: Readonly<InputSlots> & InputSlots;
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<InputProps, {
13
+ value: ShallowRef<string | undefined>;
14
+ checkValidity: () => boolean;
15
+ validationMessage: ComputedRef<string>;
16
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
+ input: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
18
+ inputLite: (value: FieldValidationItem<string>) => any;
19
+ change: (event: Event | InputEvent, value: FieldValidationItem<string>) => any;
20
+ changeLite: (value: FieldValidationItem<string>) => any;
21
+ "update:value": (value: string) => any;
22
+ "update:modelValue": (value: string) => any;
23
+ }, string, PublicProps, Readonly<InputProps> & Readonly<{
24
+ onInput?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
25
+ onInputLite?: ((value: FieldValidationItem<string>) => any) | undefined;
26
+ onChange?: ((event: Event | InputEvent, value: FieldValidationItem<string>) => any) | undefined;
27
+ onChangeLite?: ((value: FieldValidationItem<string>) => any) | undefined;
28
+ "onUpdate:value"?: ((value: string) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
30
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ export default _default;
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { InputEmits, InputSlots } from '@dxtmisha/constructor/Input';
3
+ import { InputProps } from './props';
4
+ export type { InputProps } from './props';
5
+ export declare const D1Input: DefineSetupFnComponent<InputProps, ShortEmitsToObject<InputEmits>, SlotsType<InputSlots>>;
@@ -0,0 +1,18 @@
1
+ import { MaskProps } from '../Mask';
2
+ import { IconProps } from '../Icon';
3
+ import { FieldProps } from '../Field';
4
+ import { FieldLabelProps } from '../FieldLabel';
5
+ import { FieldMessageProps } from '../FieldMessage';
6
+ import { FieldCounterProps } from '../FieldCounter';
7
+ import { ProgressProps } from '../Progress';
8
+ import { InputPropsBasic } from '@dxtmisha/constructor/Input';
9
+ export declare const propsValues: {};
10
+ export type PropsToken = {};
11
+ /**
12
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
13
+ */
14
+ export type InputProps = InputPropsBasic<MaskProps, IconProps, FieldProps, FieldLabelProps, FieldMessageProps, FieldCounterProps, ProgressProps> & PropsToken;
15
+ /**
16
+ * Default value for property/ Значение по умолчанию для свойства
17
+ */
18
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const InputWikiStorybook: WikiStorybook;
@@ -0,0 +1,33 @@
1
+ import { ListSlots } from '@dxtmisha/constructor/List';
2
+ import { ListProps } from './props';
3
+ import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { ListList, ListNames } from '@dxtmisha/functional';
5
+ import { EventClickValue } from '@dxtmisha/constructor';
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: Readonly<ListSlots> & ListSlots;
9
+ refs: {};
10
+ rootEl: any;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<ListProps, {
14
+ isSelected: ComputedRef<boolean>;
15
+ selectedList: ComputedRef<ListList>;
16
+ selectedNames: ComputedRef<ListNames>;
17
+ selectedValues: ComputedRef<any[]>;
18
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
+ click: (event: MouseEvent, value: EventClickValue) => any;
20
+ clickLite: (value: EventClickValue) => any;
21
+ close: () => any;
22
+ }, string, PublicProps, Readonly<ListProps> & Readonly<{
23
+ onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
24
+ onClickLite?: ((value: EventClickValue) => any) | undefined;
25
+ onClose?: (() => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { ListEmits, ListSlots } from '@dxtmisha/constructor/List';
3
+ import { ListProps } from './props';
4
+ export type { ListProps } from './props';
5
+ export declare const D1List: DefineSetupFnComponent<ListProps, ShortEmitsToObject<ListEmits>, SlotsType<ListSlots>>;
@@ -0,0 +1,18 @@
1
+ import { ListPropsBasic } from '@dxtmisha/constructor/List';
2
+ import { IconProps } from '../Icon';
3
+ import { ListItemProps } from '../ListItem';
4
+ export declare const propsValues: {
5
+ axis: string[];
6
+ };
7
+ export type PropsToken = {
8
+ axis?: 'x' | 'y';
9
+ divider?: boolean;
10
+ };
11
+ /**
12
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
13
+ */
14
+ export type ListProps = ListPropsBasic<IconProps, ListItemProps> & PropsToken;
15
+ /**
16
+ * Default value for property/ Значение по умолчанию для свойства
17
+ */
18
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const ListWikiStorybook: WikiStorybook;
@@ -0,0 +1,20 @@
1
+ import { ListGroupSlots } from '@dxtmisha/constructor/ListGroup';
2
+ import { ListGroupProps } from './props';
3
+ import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<ListGroupSlots> & ListGroupSlots;
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<ListGroupProps, {
12
+ open: ComputedRef<boolean>;
13
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ListGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { ListGroupEmits, ListGroupSlots } from '@dxtmisha/constructor/ListGroup';
3
+ import { ListGroupProps } from './props';
4
+ export type { ListGroupProps } from './props';
5
+ export declare const D1ListGroup: DefineSetupFnComponent<ListGroupProps, ShortEmitsToObject<ListGroupEmits>, SlotsType<ListGroupSlots>>;
@@ -0,0 +1,14 @@
1
+ import { ListGroupPropsBasic } from '@dxtmisha/constructor/ListGroup';
2
+ export declare const propsValues: {};
3
+ export type PropsToken = {
4
+ open?: boolean;
5
+ divider?: boolean;
6
+ };
7
+ /**
8
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
9
+ */
10
+ export type ListGroupProps = ListGroupPropsBasic & PropsToken;
11
+ /**
12
+ * Default value for property/ Значение по умолчанию для свойства
13
+ */
14
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const ListGroupWikiStorybook: WikiStorybook;
@@ -0,0 +1,28 @@
1
+ import { ListItemSlots } from '@dxtmisha/constructor/ListItem';
2
+ import { ListItemProps } from './props';
3
+ import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { EventClickValue } from '@dxtmisha/constructor';
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: Readonly<ListItemSlots> & ListItemSlots;
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: DefineComponent<ListItemProps, {
13
+ value?: Ref< EventClickValue["value"]>;
14
+ detail?: Ref< EventClickValue["detail"]>;
15
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
+ click: (event: MouseEvent, value: EventClickValue) => any;
17
+ clickLite: (value: EventClickValue) => any;
18
+ }, string, PublicProps, Readonly<ListItemProps> & Readonly<{
19
+ onClick?: ((event: MouseEvent, value: EventClickValue) => any) | undefined;
20
+ onClickLite?: ((value: EventClickValue) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { ListItemEmits, ListItemSlots } from '@dxtmisha/constructor/ListItem';
3
+ import { ListItemProps } from './props';
4
+ export type { ListItemProps } from './props';
5
+ export declare const D1ListItem: DefineSetupFnComponent<ListItemProps, ShortEmitsToObject<ListItemEmits>, SlotsType<ListItemSlots>>;
@@ -0,0 +1,33 @@
1
+ import { ListItemPropsBasic } from '@dxtmisha/constructor/ListItem';
2
+ import { IconProps } from '../Icon';
3
+ import { BadgeProps } from '../Badge';
4
+ import { ProgressProps } from '../Progress';
5
+ export declare const propsValues: {
6
+ iconAlign: string[];
7
+ fill: never[];
8
+ size: string[];
9
+ palette: string[];
10
+ };
11
+ export type PropsToken = {
12
+ focus?: boolean;
13
+ open?: boolean;
14
+ selected?: boolean;
15
+ selectedChild?: boolean;
16
+ readonly?: boolean;
17
+ disabled?: boolean;
18
+ iconTop?: boolean;
19
+ iconAlign?: 'center' | 'edge';
20
+ fill?: string | 'custom';
21
+ divider?: boolean;
22
+ size?: 'sm' | 'md' | 'lg';
23
+ dense?: boolean;
24
+ palette?: 'red' | 'orange' | 'amber' | 'yellow' | 'lime' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'slate' | 'gray' | 'zinc' | 'neutral' | 'stone' | 'black' | 'white';
25
+ };
26
+ /**
27
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
28
+ */
29
+ export type ListItemProps = ListItemPropsBasic<IconProps, BadgeProps, ProgressProps> & PropsToken;
30
+ /**
31
+ * Default value for property/ Значение по умолчанию для свойства
32
+ */
33
+ export declare const defaults: object;
@@ -0,0 +1,2 @@
1
+ import { WikiStorybook } from '@dxtmisha/wiki';
2
+ export declare const ListItemWikiStorybook: WikiStorybook;
@@ -0,0 +1,33 @@
1
+ import { ListMenuSlots } from '@dxtmisha/constructor/ListMenu';
2
+ import { ListMenuProps } from './props';
3
+ import { DefineComponent, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { WindowControlItem, WindowExpose, WindowEmitOptions } from '@dxtmisha/constructor/Window';
5
+ import { ConstrBind } from '@dxtmisha/functional';
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: Readonly<ListMenuSlots> & ListMenuSlots;
9
+ refs: {};
10
+ rootEl: any;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<ListMenuProps, {
14
+ id: ComputedRef<string | undefined>;
15
+ open: ComputedRef<boolean>;
16
+ control: ComputedRef< WindowControlItem | undefined>;
17
+ setOpen: WindowExpose["setOpen"];
18
+ toOpen: WindowExpose["toOpen"];
19
+ toClose: WindowExpose["toClose"];
20
+ toggle: WindowExpose["toggle"];
21
+ windowElement: Ref< ConstrBind<WindowExpose> | undefined>;
22
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ window: (options: WindowEmitOptions) => any;
24
+ }, string, PublicProps, Readonly<ListMenuProps> & Readonly<{
25
+ onWindow?: ((options: WindowEmitOptions) => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,5 @@
1
+ import { DefineSetupFnComponent, ShortEmitsToObject, SlotsType } from 'vue';
2
+ import { ListMenuEmits, ListMenuSlots } from '@dxtmisha/constructor/ListMenu';
3
+ import { ListMenuProps } from './props';
4
+ export type { ListMenuProps } from './props';
5
+ export declare const D1ListMenu: DefineSetupFnComponent<ListMenuProps, ShortEmitsToObject<ListMenuEmits>, SlotsType<ListMenuSlots>>;
@@ -0,0 +1,18 @@
1
+ import { ListMenuPropsBasic } from '@dxtmisha/constructor/ListMenu';
2
+ import { WindowProps } from '../Window';
3
+ export declare const propsValues: {
4
+ axis: string[];
5
+ };
6
+ export type PropsToken = {
7
+ open?: boolean;
8
+ axis?: 'x' | 'y';
9
+ divider?: boolean;
10
+ };
11
+ /**
12
+ * Type describing incoming properties/ Тип, описывающий входящие свойства
13
+ */
14
+ export type ListMenuProps = ListMenuPropsBasic<WindowProps> & PropsToken;
15
+ /**
16
+ * Default value for property/ Значение по умолчанию для свойства
17
+ */
18
+ export declare const defaults: object;