@salutejs/plasma-web 1.601.0-canary.2339.19735457854.0 → 1.601.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 (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
@@ -5,13 +5,13 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  size: {
8
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  view: {
14
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  };
17
17
  };
@@ -1,23 +1,23 @@
1
- export declare const Combobox: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const Combobox: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
2
2
  size: {
3
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
4
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
3
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
5
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
6
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
11
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").CustomComboboxProps & {
12
12
  valueType?: "single";
13
- value?: import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue;
14
- onChangeValue?: (value?: import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue) => void;
15
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").CustomComboboxProps & {
13
+ value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue;
14
+ onChangeValue?: (value?: import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue) => void;
15
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "size" | "value" | "type" | "target" | "checked" | "minLength" | "maxLength"> & import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").CustomComboboxProps & {
16
16
  valueType: "multiple";
17
- value?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>;
18
- onChangeValue?: (value?: Array<import("node_modules/@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types").ComboboxPrimitiveValue>) => void;
17
+ value?: Array<import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue>;
18
+ onChangeValue?: (value?: Array<import("@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types.js").ComboboxPrimitiveValue>) => void;
19
19
  } & import("react").RefAttributes<HTMLInputElement>))>;
20
- export declare const ComboboxItem: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onSelect"> & {
20
+ export declare const ComboboxItem: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onSelect"> & {
21
21
  id?: string;
22
22
  disabled?: boolean;
23
23
  label?: React.ReactNode;
@@ -34,17 +34,17 @@ export declare const ComboboxItem: import("react").FunctionComponent<import("nod
34
34
  size?: string;
35
35
  view?: string;
36
36
  } & import("react").RefAttributes<HTMLDivElement>>;
37
- export declare const ComboboxDivider: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
37
+ export declare const ComboboxDivider: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
38
38
  id?: string;
39
39
  size?: string;
40
40
  view?: string;
41
41
  } & import("react").RefAttributes<HTMLDivElement>>;
42
- export declare const ComboboxFooter: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
42
+ export declare const ComboboxFooter: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
43
43
  id?: string;
44
44
  size?: string;
45
45
  view?: string;
46
46
  } & import("react").RefAttributes<HTMLDivElement>>;
47
- export declare const ComboboxGroup: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
47
+ export declare const ComboboxGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
48
48
  id?: string;
49
49
  labelClassName?: string;
50
50
  groupClassName?: string;
@@ -53,7 +53,7 @@ export declare const ComboboxGroup: import("react").FunctionComponent<import("no
53
53
  size?: string;
54
54
  view?: string;
55
55
  } & import("react").RefAttributes<HTMLDivElement>>;
56
- export declare const ComboboxHeader: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
56
+ export declare const ComboboxHeader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & import("react").HTMLAttributes<HTMLDivElement> & {
57
57
  id?: string;
58
58
  size?: string;
59
59
  view?: string;
@@ -5,25 +5,25 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  /**
10
10
  * @deprecated
11
11
  * использовать `default`
12
12
  */
13
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  size: {
22
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
28
28
  };
29
29
  };
@@ -1,22 +1,22 @@
1
1
  /**
2
2
  * Компонент Counter.
3
3
  */
4
- export declare const Counter: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Counter: import("react").FunctionComponent<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
- primary: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- accent: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- positive: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- warning: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- negative: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ primary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  size: {
16
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- xxs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
22
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("node_modules/@salutejs/plasma-new-hope/types/components/Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
22
+ }> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/Counter/Counter.types.js").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,23 +5,23 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  eventTooltipSize: {
17
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
19
  };
20
20
  disabled: {
21
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
22
  };
23
23
  readOnly: {
24
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
26
  };
27
27
  };
@@ -1,24 +1,24 @@
1
- export declare const DatePicker: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const DatePicker: import("react").FunctionComponent<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;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  size: {
6
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  eventTooltipSize: {
12
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
15
  disabled: {
16
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  readOnly: {
19
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
21
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
22
22
  requiredPlacement?: "left" | "right";
23
23
  required?: boolean;
24
24
  hasRequiredIndicator?: boolean;
@@ -35,50 +35,50 @@ export declare const DatePicker: import("react").FunctionComponent<import("node_
35
35
  textBefore?: string;
36
36
  textAfter?: string;
37
37
  autoComplete?: string;
38
- onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo, originalDate?: Date, isoDate?: string) => void;
39
- onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType, isoDate?: string) => void;
38
+ onCommitDate?: (value: Date | string, error?: boolean, success?: boolean, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateInfo, originalDate?: Date, isoDate?: string) => void;
39
+ onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType, isoDate?: string) => void;
40
40
  onChange?: (event: {
41
41
  target: {
42
42
  value?: string;
43
43
  name?: string;
44
- originalDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType;
44
+ originalDate?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType;
45
45
  isoDate?: string;
46
46
  };
47
47
  }) => void;
48
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
49
- export declare const DatePickerRange: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
48
+ } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
49
+ export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
50
50
  view: {
51
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
51
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
52
52
  };
53
53
  size: {
54
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
55
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
56
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
57
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
54
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
55
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
56
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
57
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
58
58
  };
59
59
  eventTooltipSize: {
60
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
61
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
60
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
61
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
62
62
  };
63
63
  disabled: {
64
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
64
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
65
65
  };
66
66
  readOnly: {
67
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
67
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
68
68
  };
69
- }> & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
69
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
70
70
  requiredPlacement?: "left" | "right";
71
71
  required?: boolean;
72
72
  hasRequiredIndicator?: boolean;
73
- value?: [import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType | string, import("node_modules/@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateType | string];
73
+ value?: [import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType | string, import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").DateType | string];
74
74
  preserveInvalidOnBlur?: boolean;
75
75
  defaultFirstDate?: Date;
76
76
  defaultSecondDate?: Date;
77
77
  name?: string;
78
- onChangeFirstValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback;
79
- onChangeSecondValue?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback;
80
- onCommitFirstDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback;
81
- onCommitSecondDate?: import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback;
78
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").ChangeInstanceCallback;
79
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").ChangeInstanceCallback;
80
+ onCommitFirstDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").CommitInstanceCallback;
81
+ onCommitSecondDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").CommitInstanceCallback;
82
82
  onChange?: (event: {
83
83
  target: {
84
84
  value?: string;
@@ -118,7 +118,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
118
118
  secondTextfieldTextBefore?: string | undefined;
119
119
  dividerVariant?: "none" | "icon" | "dash" | undefined;
120
120
  dividerIcon?: React.ReactNode;
121
- } & import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
122
- placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").DatePickerRangePlacementBasic>;
121
+ } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
122
+ placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
123
123
  isDoubleCalendar?: boolean;
124
124
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>>;
@@ -5,24 +5,24 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  eventTooltipSize: {
18
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  disabled: {
22
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
23
  };
24
24
  readOnly: {
25
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
26
26
  };
27
27
  };
28
28
  };
@@ -1,23 +1,23 @@
1
- export declare const DateTimePicker: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
1
+ export declare const DateTimePicker: import("react").FunctionComponent<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;
3
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
4
4
  };
5
5
  size: {
6
- xl: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
7
- l: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- xs: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
11
  };
12
12
  eventTooltipSize: {
13
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- s: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
15
  };
16
16
  disabled: {
17
- true: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
+ true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
18
  };
19
19
  readOnly: {
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
  }> & {
23
23
  size?: string;
@@ -31,11 +31,11 @@ export declare const DateTimePicker: import("react").FunctionComponent<import("n
31
31
  maskWithFormat?: boolean;
32
32
  isDouble?: boolean;
33
33
  dateOnTimeSelectOnly?: Date;
34
- dateShortcuts?: import("node_modules/@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types").DateShortcutItem[];
34
+ dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types.js").DateShortcutItem[];
35
35
  dateShortcutsWidth?: React.CSSProperties["width"];
36
36
  dateShortcutsPlacement?: "right" | "left";
37
- } & Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps, "format" | "maskWithFormat" | "calendarContainerWidth" | "calendarContainerHeight"> & Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "isOpen" | "closeAfterDateSelect"> & Pick<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps, "calendarContainerWidth" | "calendarContainerHeight"> & {
38
- onCommitDate?: (value: string, formattedValues: import("node_modules/@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types").FormattedValues) => void;
39
- onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, formattedValues?: Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types").FormattedValues, "quarterInfo">) => void;
37
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps, "format" | "maskWithFormat" | "calendarContainerWidth" | "calendarContainerHeight"> & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "isOpen" | "closeAfterDateSelect"> & Pick<import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps, "calendarContainerWidth" | "calendarContainerHeight"> & {
38
+ onCommitDate?: (value: string, formattedValues: import("@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types.js").FormattedValues) => void;
39
+ onChangeValue?: (event: import("react").SyntheticEvent<HTMLInputElement> | null, value?: string, formattedValues?: Omit<import("@salutejs/plasma-new-hope/types/components/DateTimePicker/DateTimePicker.types.js").FormattedValues, "quarterInfo">) => void;
40
40
  onSearch?: (event?: import("react").KeyboardEvent<HTMLInputElement>, value?: string) => void;
41
- } & Omit<import("node_modules/@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerTextFieldProps, "onChange" | "onChangeValue" | "onCommitDate"> & import("node_modules/@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>>;
41
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerTextFieldProps, "onChange" | "onChangeValue" | "onCommitDate"> & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "size" | "value"> & import("react").RefAttributes<HTMLInputElement>>;
@@ -6,17 +6,17 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- inverse: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
+ inverse: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  size: {
15
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  orientation: {
18
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
19
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
20
  };
21
21
  };
22
22
  };
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Компонент Divider.
3
3
  */
4
- export declare const Divider: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Divider: import("react").FunctionComponent<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
- dark: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
- light: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- inverse: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
+ dark: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
+ light: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
+ inverse: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  size: {
12
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
13
  };
14
14
  orientation: {
15
- horizontal: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- vertical: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
+ horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
17
  };
18
18
  }> & import("@salutejs/plasma-new-hope/styled-components").DividerProps & import("react").RefAttributes<HTMLDivElement>>;
@@ -5,14 +5,14 @@ export declare const config: {
5
5
  };
6
6
  variations: {
7
7
  view: {
8
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
8
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
9
  };
10
10
  size: {
11
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
12
  };
13
13
  borderRadius: {
14
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
16
  };
17
17
  };
18
18
  };
@@ -1,20 +1,20 @@
1
1
  /**
2
2
  * Компонент Drawer.
3
3
  */
4
- export declare const Drawer: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<{
4
+ export declare const Drawer: import("react").FunctionComponent<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;
6
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
7
  };
8
8
  size: {
9
- m: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
10
  };
11
11
  borderRadius: {
12
- none: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- default: import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
+ none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
+ default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
14
  };
15
- }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "resizable"> & import("node_modules/@salutejs/plasma-new-hope/types/components/Panel").PanelProps & {
16
- animationInfo?: import("node_modules/@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerAnimationInfo;
17
- placement?: import("node_modules/@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types").DrawerPlacement;
15
+ }> & Omit<import("@salutejs/plasma-new-hope/styled-components").PopupProps, "draggable" | "resizable"> & import("@salutejs/plasma-new-hope/types/components/Panel/Panel.types.js").PanelProps & {
16
+ animationInfo?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types.js").DrawerAnimationInfo;
17
+ placement?: import("@salutejs/plasma-new-hope/types/components/Drawer/Drawer.types.js").DrawerPlacement;
18
18
  asModal?: boolean;
19
19
  customBackgroundColor?: string;
20
20
  customContentBackgroundColor?: string;
@@ -30,13 +30,13 @@ export declare const Drawer: import("react").FunctionComponent<import("node_modu
30
30
  /**
31
31
  * Компонент части контента Drawer.
32
32
  */
33
- export declare const DrawerContent: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
33
+ export declare const DrawerContent: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
34
34
  view?: string;
35
35
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
36
36
  /**
37
37
  * Компонент верхней части Drawer.
38
38
  */
39
- export declare const DrawerHeader: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
39
+ export declare const DrawerHeader: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
40
40
  hasClose?: boolean;
41
41
  closePlacement?: import("@salutejs/plasma-new-hope/styled-components").ClosePlacementType;
42
42
  actions?: import("react").ReactNode;
@@ -46,6 +46,6 @@ export declare const DrawerHeader: import("react").FunctionComponent<import("nod
46
46
  /**
47
47
  * Компонент нижней контента Drawer.
48
48
  */
49
- export declare const DrawerFooter: import("react").FunctionComponent<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").PropsType<import("node_modules/@salutejs/plasma-new-hope/types/engines/types").Variants> & {
49
+ export declare const DrawerFooter: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<import("@salutejs/plasma-new-hope/types/engines/types.js").Variants> & {
50
50
  view?: string;
51
51
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;