@salutejs/plasma-web 1.601.0-canary.2339.19735457854.0 → 1.601.0-canary.2339.19757519993.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 (170) hide show
  1. package/package.json +7 -7
  2. package/types/components/Accordion/Accordion.config.d.ts +14 -14
  3. package/types/components/Accordion/Accordion.d.ts +15 -15
  4. package/types/components/Attach/Attach.config.d.ts +16 -16
  5. package/types/components/Attach/Attach.d.ts +41 -41
  6. package/types/components/Autocomplete/Autocomplete.config.d.ts +15 -15
  7. package/types/components/Autocomplete/Autocomplete.d.ts +32 -32
  8. package/types/components/Avatar/Avatar.config.d.ts +23 -23
  9. package/types/components/Avatar/Avatar.d.ts +75 -75
  10. package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
  11. package/types/components/Badge/Badge.config.d.ts +15 -15
  12. package/types/components/Badge/Badge.d.ts +16 -16
  13. package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +5 -5
  14. package/types/components/Breadcrumbs/Breadcrumbs.d.ts +7 -7
  15. package/types/components/Button/Button.config.d.ts +22 -22
  16. package/types/components/Button/Button.d.ts +25 -25
  17. package/types/components/ButtonGroup/ButtonGroup.config.d.ts +26 -26
  18. package/types/components/ButtonGroup/ButtonGroup.d.ts +27 -27
  19. package/types/components/Calendar/Calendar.d.ts +20 -20
  20. package/types/components/Calendar/CalendarBase.config.d.ts +7 -7
  21. package/types/components/Calendar/CalendarDouble.config.d.ts +7 -7
  22. package/types/components/Card/Card.config.d.ts +4 -4
  23. package/types/components/Card/Card.d.ts +5 -5
  24. package/types/components/Carousel/Carousel.config.d.ts +2 -2
  25. package/types/components/Carousel/Carousel.d.ts +3 -3
  26. package/types/components/Carousel/Legacy/Carousel.d.ts +1 -1
  27. package/types/components/Cell/Cell.config.d.ts +5 -5
  28. package/types/components/Cell/Cell.d.ts +10 -10
  29. package/types/components/Checkbox/Checkbox.config.d.ts +14 -14
  30. package/types/components/Checkbox/Checkbox.d.ts +32 -32
  31. package/types/components/Chip/Chip.config.d.ts +15 -15
  32. package/types/components/Chip/Chip.d.ts +16 -16
  33. package/types/components/ChipGroup/ChipGroup.config.d.ts +9 -9
  34. package/types/components/ChipGroup/ChipGroup.d.ts +11 -11
  35. package/types/components/CodeField/CodeField.config.d.ts +6 -6
  36. package/types/components/CodeField/CodeField.d.ts +9 -9
  37. package/types/components/CodeInput/CodeInput.config.d.ts +5 -5
  38. package/types/components/CodeInput/CodeInput.d.ts +8 -8
  39. package/types/components/Combobox/Combobox.config.d.ts +15 -15
  40. package/types/components/Combobox/Combobox.d.ts +100 -100
  41. package/types/components/Combobox/Legacy/Combobox.config.d.ts +5 -5
  42. package/types/components/Combobox/Legacy/Combobox.d.ts +17 -17
  43. package/types/components/Counter/Counter.config.d.ts +13 -13
  44. package/types/components/Counter/Counter.d.ts +15 -15
  45. package/types/components/DatePicker/DatePicker.config.d.ts +9 -9
  46. package/types/components/DatePicker/DatePicker.d.ts +33 -33
  47. package/types/components/DateTimePicker/DateTimePicker.config.d.ts +10 -10
  48. package/types/components/DateTimePicker/DateTimePicker.d.ts +16 -16
  49. package/types/components/Divider/Divider.config.d.ts +7 -7
  50. package/types/components/Divider/Divider.d.ts +8 -8
  51. package/types/components/Drawer/Drawer.config.d.ts +4 -4
  52. package/types/components/Drawer/Drawer.d.ts +11 -11
  53. package/types/components/Dropdown/Dropdown.config.d.ts +6 -6
  54. package/types/components/Dropdown/Dropdown.d.ts +28 -28
  55. package/types/components/Dropdown/components/DropdownItem.d.ts +1 -1
  56. package/types/components/Dropdown/components/DropdownOld.config.d.ts +5 -5
  57. package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
  58. package/types/components/Dropzone/Dropzone.d.ts +7 -7
  59. package/types/components/Editable/Editable.config.d.ts +2 -2
  60. package/types/components/Editable/Editable.d.ts +4 -4
  61. package/types/components/EmbedIconButton/EmbedIconButton.config.d.ts +12 -12
  62. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +15 -15
  63. package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
  64. package/types/components/EmptyState/EmptyState.d.ts +16 -16
  65. package/types/components/Flow/Flow.d.ts +1 -1
  66. package/types/components/Grid/Grid.config.d.ts +2 -2
  67. package/types/components/Grid/Grid.d.ts +3 -3
  68. package/types/components/IconButton/IconButton.config.d.ts +17 -17
  69. package/types/components/IconButton/IconButton.d.ts +20 -20
  70. package/types/components/Image/Image.d.ts +1 -1
  71. package/types/components/Indicator/Indicator.config.d.ts +11 -11
  72. package/types/components/Indicator/Indicator.d.ts +35 -35
  73. package/types/components/InformationWrapper/InformationWrapper.config.d.ts +12 -12
  74. package/types/components/InformationWrapper/InformationWrapper.d.ts +13 -13
  75. package/types/components/Link/Link.config.d.ts +12 -12
  76. package/types/components/Link/Link.d.ts +14 -14
  77. package/types/components/LinkButton/LinkButton.config.d.ts +13 -13
  78. package/types/components/LinkButton/LinkButton.d.ts +14 -14
  79. package/types/components/List/List.config.d.ts +7 -7
  80. package/types/components/List/List.d.ts +8 -8
  81. package/types/components/Loader/Loader.config.d.ts +14 -14
  82. package/types/components/Loader/Loader.d.ts +16 -16
  83. package/types/components/Mask/Mask.d.ts +209 -209
  84. package/types/components/ModalBase/Modal.config.d.ts +1 -1
  85. package/types/components/NavigationDrawer/NavigationDrawer.config.d.ts +3 -3
  86. package/types/components/NavigationDrawer/NavigationDrawer.d.ts +6 -6
  87. package/types/components/Note/Note.config.d.ts +9 -9
  88. package/types/components/Note/Note.d.ts +10 -10
  89. package/types/components/Notification/Notification.config.d.ts +10 -10
  90. package/types/components/Notification/Notification.d.ts +12 -12
  91. package/types/components/NumberInput/NumberInput.config.d.ts +16 -16
  92. package/types/components/NumberInput/NumberInput.d.ts +17 -17
  93. package/types/components/Pagination/Pagination.config.d.ts +14 -14
  94. package/types/components/Pagination/Pagination.d.ts +15 -15
  95. package/types/components/Popover/Popover.config.d.ts +1 -1
  96. package/types/components/Popover/Popover.d.ts +3 -3
  97. package/types/components/Price/Price.d.ts +2 -2
  98. package/types/components/Progress/Progress.config.d.ts +9 -9
  99. package/types/components/Progress/Progress.d.ts +10 -10
  100. package/types/components/ProgressBarCircular/ProgressBarCircular.config.d.ts +14 -14
  101. package/types/components/ProgressBarCircular/ProgressBarCircular.d.ts +16 -16
  102. package/types/components/Radiobox/Radiobox.config.d.ts +14 -14
  103. package/types/components/Radiobox/Radiobox.d.ts +32 -32
  104. package/types/components/Range/Range.config.d.ts +8 -8
  105. package/types/components/Range/Range.d.ts +27 -27
  106. package/types/components/Rating/Rating.config.d.ts +15 -15
  107. package/types/components/Rating/Rating.d.ts +16 -16
  108. package/types/components/Segment/Segment.d.ts +25 -25
  109. package/types/components/Segment/SegmentGroup.config.d.ts +12 -12
  110. package/types/components/Segment/SegmentItem.config.d.ts +11 -11
  111. package/types/components/Select/Select.config.d.ts +24 -24
  112. package/types/components/Select/Select.d.ts +44 -44
  113. package/types/components/Sheet/Sheet.config.d.ts +3 -3
  114. package/types/components/Sheet/Sheet.d.ts +4 -4
  115. package/types/components/Skeleton/LineSkeleton.config.d.ts +37 -37
  116. package/types/components/Skeleton/Skeleton.d.ts +79 -79
  117. package/types/components/Slider/Slider.config.d.ts +7 -7
  118. package/types/components/Slider/Slider.d.ts +15 -15
  119. package/types/components/Spinner/Spinner.config.d.ts +12 -12
  120. package/types/components/Steps/Steps.config.d.ts +11 -11
  121. package/types/components/Steps/Steps.d.ts +12 -12
  122. package/types/components/Switch/Switch.config.d.ts +8 -8
  123. package/types/components/Switch/Switch.d.ts +18 -18
  124. package/types/components/Table/Table.config.d.ts +5 -5
  125. package/types/components/Table/Table.d.ts +6 -6
  126. package/types/components/Tabs/TabItem.d.ts +49 -49
  127. package/types/components/Tabs/Tabs.d.ts +9 -9
  128. package/types/components/Tabs/horizontal/HorizontalIconTabItem.config.d.ts +14 -14
  129. package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +16 -16
  130. package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
  131. package/types/components/Tabs/vertical/VerticalIconTabItem.config.d.ts +6 -6
  132. package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +7 -7
  133. package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +7 -7
  134. package/types/components/TextArea/TextArea.config.d.ts +16 -16
  135. package/types/components/TextArea/TextArea.d.ts +17 -17
  136. package/types/components/TextField/TextField.config.d.ts +23 -23
  137. package/types/components/TextField/TextField.d.ts +40 -40
  138. package/types/components/TextFieldGroup/TextFieldGroup.config.d.ts +13 -13
  139. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +16 -16
  140. package/types/components/TimePicker/TimePicker.config.d.ts +7 -7
  141. package/types/components/TimePicker/TimePicker.d.ts +10 -10
  142. package/types/components/Toast/Toast.config.d.ts +9 -9
  143. package/types/components/Toast/Toast.d.ts +13 -13
  144. package/types/components/Tokens/Colors/Colors.styles.d.ts +13 -13
  145. package/types/components/Tokens/Typography/Typography.styles.d.ts +13 -13
  146. package/types/components/Toolbar/Toolbar.config.d.ts +5 -5
  147. package/types/components/Toolbar/Toolbar.d.ts +7 -7
  148. package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
  149. package/types/components/Tour/Tour.config.d.ts +2 -2
  150. package/types/components/Tour/Tour.d.ts +3 -3
  151. package/types/components/Tree/Tree.config.d.ts +5 -5
  152. package/types/components/Tree/Tree.d.ts +6 -6
  153. package/types/components/Typography/Body.config.d.ts +5 -5
  154. package/types/components/Typography/Dspl.config.d.ts +3 -3
  155. package/types/components/Typography/Heading.config.d.ts +5 -5
  156. package/types/components/Typography/Old/Body.config.d.ts +3 -3
  157. package/types/components/Typography/Old/Button.config.d.ts +2 -2
  158. package/types/components/Typography/Old/Caption.config.d.ts +1 -1
  159. package/types/components/Typography/Old/Display.config.d.ts +3 -3
  160. package/types/components/Typography/Old/Footnote.config.d.ts +2 -2
  161. package/types/components/Typography/Old/Headline.config.d.ts +5 -5
  162. package/types/components/Typography/Old/Paragraph.config.d.ts +2 -2
  163. package/types/components/Typography/Old/ParagraphText.config.d.ts +2 -2
  164. package/types/components/Typography/Old/Subtitle.config.d.ts +1 -1
  165. package/types/components/Typography/Old/Underline.config.d.ts +1 -1
  166. package/types/components/Typography/Old/index.d.ts +68 -68
  167. package/types/components/Typography/Text.config.d.ts +4 -4
  168. package/types/components/Typography/Typography.d.ts +68 -68
  169. package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
  170. package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
@@ -1,44 +1,44 @@
1
- export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  view: {
3
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  labelPlacement: {
16
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  clear: {
20
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
22
  chipView: {
23
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
29
29
  };
30
30
  hintView: {
31
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
31
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
32
32
  };
33
33
  hintSize: {
34
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
35
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
35
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
36
36
  };
37
37
  disabled: {
38
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
38
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
39
39
  };
40
40
  readOnly: {
41
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
41
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
42
42
  };
43
43
  }> & {
44
44
  size?: string;
@@ -53,7 +53,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
53
53
  textBefore?: string;
54
54
  textAfter?: string;
55
55
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
56
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
56
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
57
57
  clear?: boolean;
58
58
  hasDivider?: boolean;
59
59
  } & {
@@ -76,47 +76,47 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
76
76
  chipType?: never;
77
77
  chipView?: never;
78
78
  chipValidator?: never;
79
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
79
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
80
80
  view: {
81
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
82
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
83
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
84
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
81
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
82
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
83
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
84
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
85
85
  };
86
86
  size: {
87
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
88
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
89
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
90
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
91
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
87
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
88
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
89
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
90
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
91
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
92
92
  };
93
93
  labelPlacement: {
94
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
95
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
94
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
95
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
96
96
  };
97
97
  clear: {
98
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
98
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
99
99
  };
100
100
  chipView: {
101
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
102
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
103
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
104
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
105
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
106
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
101
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
102
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
103
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
104
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
105
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
106
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
107
107
  };
108
108
  hintView: {
109
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
109
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
110
110
  };
111
111
  hintSize: {
112
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
113
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
112
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
113
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
114
114
  };
115
115
  disabled: {
116
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
116
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
117
117
  };
118
118
  readOnly: {
119
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
119
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
120
120
  };
121
121
  }> & {
122
122
  size?: string;
@@ -131,7 +131,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
131
131
  textBefore?: string;
132
132
  textAfter?: string;
133
133
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
134
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
134
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
135
135
  clear?: boolean;
136
136
  hasDivider?: boolean;
137
137
  } & {
@@ -149,54 +149,54 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
149
149
  } & {
150
150
  enumerationType: "chip";
151
151
  onSearch?: never;
152
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
153
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
152
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
153
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
154
154
  chipType?: "default" | "text";
155
155
  chipView?: string;
156
156
  chipValidator?: (value: string) => {
157
157
  view?: string;
158
158
  };
159
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
159
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
160
160
  view: {
161
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
162
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
163
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
164
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
161
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
162
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
163
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
164
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
165
165
  };
166
166
  size: {
167
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
168
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
169
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
170
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
171
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
167
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
168
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
169
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
170
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
171
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
172
172
  };
173
173
  labelPlacement: {
174
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
175
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
174
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
175
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
176
176
  };
177
177
  clear: {
178
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
178
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
179
179
  };
180
180
  chipView: {
181
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
182
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
183
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
184
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
185
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
186
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
181
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
182
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
183
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
184
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
185
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
186
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
187
187
  };
188
188
  hintView: {
189
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
189
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
190
190
  };
191
191
  hintSize: {
192
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
193
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
192
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
193
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
194
194
  };
195
195
  disabled: {
196
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
196
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
197
197
  };
198
198
  readOnly: {
199
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
199
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
200
200
  };
201
201
  }> & {
202
202
  size?: string;
@@ -211,7 +211,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
211
211
  textBefore?: string;
212
212
  textAfter?: string;
213
213
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
214
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
214
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
215
215
  clear?: boolean;
216
216
  hasDivider?: boolean;
217
217
  } & {
@@ -234,47 +234,47 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
234
234
  chipType?: never;
235
235
  chipView?: never;
236
236
  chipValidator?: never;
237
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
237
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
238
238
  view: {
239
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
240
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
241
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
242
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
239
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
240
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
241
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
242
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
243
243
  };
244
244
  size: {
245
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
246
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
247
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
248
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
249
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
245
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
246
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
247
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
248
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
249
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
250
250
  };
251
251
  labelPlacement: {
252
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
253
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
252
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
253
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
254
254
  };
255
255
  clear: {
256
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
256
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
257
257
  };
258
258
  chipView: {
259
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
260
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
261
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
262
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
263
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
264
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
259
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
260
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
261
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
262
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
263
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
264
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
265
265
  };
266
266
  hintView: {
267
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
267
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
268
268
  };
269
269
  hintSize: {
270
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
271
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
270
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
271
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
272
272
  };
273
273
  disabled: {
274
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
274
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
275
275
  };
276
276
  readOnly: {
277
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
277
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
278
278
  };
279
279
  }> & {
280
280
  size?: string;
@@ -289,7 +289,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
289
289
  textBefore?: string;
290
290
  textAfter?: string;
291
291
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
292
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
292
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
293
293
  clear?: boolean;
294
294
  hasDivider?: boolean;
295
295
  } & {
@@ -307,54 +307,54 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
307
307
  } & {
308
308
  enumerationType: "chip";
309
309
  onSearch?: never;
310
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
311
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
310
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
311
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
312
312
  chipType?: "default" | "text";
313
313
  chipView?: string;
314
314
  chipValidator?: (value: string) => {
315
315
  view?: string;
316
316
  };
317
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
317
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
318
318
  view: {
319
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
320
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
321
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
322
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
319
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
320
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
321
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
322
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
323
323
  };
324
324
  size: {
325
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
326
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
327
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
328
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
329
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
325
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
326
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
327
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
328
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
329
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
330
330
  };
331
331
  labelPlacement: {
332
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
333
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
332
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
333
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
334
334
  };
335
335
  clear: {
336
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
336
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
337
337
  };
338
338
  chipView: {
339
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
340
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
341
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
342
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
343
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
344
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
339
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
340
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
341
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
342
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
343
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
344
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
345
345
  };
346
346
  hintView: {
347
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
347
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
348
348
  };
349
349
  hintSize: {
350
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
351
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
350
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
351
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
352
352
  };
353
353
  disabled: {
354
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
354
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
355
355
  };
356
356
  readOnly: {
357
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
357
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
358
358
  };
359
359
  }> & {
360
360
  size?: string;
@@ -369,7 +369,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
369
369
  textBefore?: string;
370
370
  textAfter?: string;
371
371
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
372
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
372
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
373
373
  clear?: false;
374
374
  hasDivider?: never;
375
375
  } & {
@@ -392,47 +392,47 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
392
392
  chipType?: never;
393
393
  chipView?: never;
394
394
  chipValidator?: never;
395
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
395
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
396
396
  view: {
397
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
398
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
399
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
400
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
397
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
398
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
399
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
400
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
401
401
  };
402
402
  size: {
403
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
404
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
405
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
406
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
407
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
403
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
404
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
405
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
406
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
407
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
408
408
  };
409
409
  labelPlacement: {
410
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
411
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
410
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
411
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
412
412
  };
413
413
  clear: {
414
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
414
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
415
415
  };
416
416
  chipView: {
417
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
418
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
419
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
420
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
421
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
422
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
417
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
418
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
419
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
420
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
421
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
422
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
423
423
  };
424
424
  hintView: {
425
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
425
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
426
426
  };
427
427
  hintSize: {
428
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
429
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
428
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
429
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
430
430
  };
431
431
  disabled: {
432
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
432
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
433
433
  };
434
434
  readOnly: {
435
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
435
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
436
436
  };
437
437
  }> & {
438
438
  size?: string;
@@ -447,7 +447,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
447
447
  textBefore?: string;
448
448
  textAfter?: string;
449
449
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
450
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
450
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
451
451
  clear?: false;
452
452
  hasDivider?: never;
453
453
  } & {
@@ -465,54 +465,54 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
465
465
  } & {
466
466
  enumerationType: "chip";
467
467
  onSearch?: never;
468
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
469
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
468
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
469
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
470
470
  chipType?: "default" | "text";
471
471
  chipView?: string;
472
472
  chipValidator?: (value: string) => {
473
473
  view?: string;
474
474
  };
475
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
475
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
476
476
  view: {
477
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
478
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
479
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
480
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
477
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
478
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
479
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
480
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
481
481
  };
482
482
  size: {
483
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
484
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
485
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
486
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
487
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
483
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
484
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
485
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
486
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
487
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
488
488
  };
489
489
  labelPlacement: {
490
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
491
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
490
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
491
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
492
492
  };
493
493
  clear: {
494
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
494
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
495
495
  };
496
496
  chipView: {
497
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
498
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
499
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
500
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
501
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
502
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
497
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
498
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
499
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
500
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
501
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
502
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
503
503
  };
504
504
  hintView: {
505
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
505
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
506
506
  };
507
507
  hintSize: {
508
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
509
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
508
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
509
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
510
510
  };
511
511
  disabled: {
512
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
512
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
513
513
  };
514
514
  readOnly: {
515
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
515
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
516
516
  };
517
517
  }> & {
518
518
  size?: string;
@@ -527,7 +527,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
527
527
  textBefore?: string;
528
528
  textAfter?: string;
529
529
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
530
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
530
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
531
531
  clear?: false;
532
532
  hasDivider?: never;
533
533
  } & {
@@ -550,47 +550,47 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
550
550
  chipType?: never;
551
551
  chipView?: never;
552
552
  chipValidator?: never;
553
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
553
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
554
554
  view: {
555
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
556
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
557
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
558
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
555
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
556
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
557
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
558
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
559
559
  };
560
560
  size: {
561
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
562
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
563
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
564
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
565
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
561
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
562
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
563
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
564
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
565
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
566
566
  };
567
567
  labelPlacement: {
568
- inner: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
569
- outer: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
568
+ inner: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
569
+ outer: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
570
570
  };
571
571
  clear: {
572
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
572
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
573
573
  };
574
574
  chipView: {
575
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
576
- secondary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
577
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
578
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
579
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
580
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
575
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
576
+ secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
577
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
578
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
579
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
580
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
581
581
  };
582
582
  hintView: {
583
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
583
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
584
584
  };
585
585
  hintSize: {
586
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
587
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
586
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
587
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
588
588
  };
589
589
  disabled: {
590
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
590
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
591
591
  };
592
592
  readOnly: {
593
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
593
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
594
594
  };
595
595
  }> & {
596
596
  size?: string;
@@ -605,7 +605,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
605
605
  textBefore?: string;
606
606
  textAfter?: string;
607
607
  onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
608
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
608
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").RequiredProps & {
609
609
  clear?: false;
610
610
  hasDivider?: never;
611
611
  } & {
@@ -623,11 +623,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
623
623
  } & {
624
624
  enumerationType: "chip";
625
625
  onSearch?: never;
626
- chips?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>;
627
- onChangeChips?: (value: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
626
+ chips?: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>;
627
+ onChangeChips?: (value: Array<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").TextFieldPrimitiveValue>) => void;
628
628
  chipType?: "default" | "text";
629
629
  chipView?: string;
630
630
  chipValidator?: (value: string) => {
631
631
  view?: string;
632
632
  };
633
- } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
633
+ } & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types.js").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;