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