@salutejs/sdds-cs 0.335.0-canary.2339.19735457854.0 → 0.335.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.
- package/package.json +6 -6
- package/types/components/Accordion/Accordion.config.d.ts +3 -3
- package/types/components/Accordion/Accordion.d.ts +4 -4
- package/types/components/Attach/Attach.config.d.ts +6 -6
- package/types/components/Attach/Attach.d.ts +31 -31
- package/types/components/Autocomplete/Autocomplete.config.d.ts +7 -7
- package/types/components/Autocomplete/Autocomplete.d.ts +24 -24
- package/types/components/Avatar/Avatar.config.d.ts +11 -11
- package/types/components/Avatar/Avatar.d.ts +39 -39
- package/types/components/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/types/components/Badge/Badge.config.d.ts +8 -8
- package/types/components/Badge/Badge.d.ts +9 -9
- package/types/components/Breadcrumbs/Breadcrumbs.config.d.ts +2 -2
- package/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
- package/types/components/Button/Button.config.d.ts +9 -9
- package/types/components/Button/Button.d.ts +34 -34
- package/types/components/ButtonGroup/ButtonGroup.config.d.ts +14 -14
- package/types/components/ButtonGroup/ButtonGroup.d.ts +15 -15
- package/types/components/Calendar/Calendar.d.ts +10 -10
- package/types/components/Calendar/CalendarBase.config.d.ts +2 -2
- package/types/components/Calendar/CalendarDouble.config.d.ts +2 -2
- package/types/components/Card/Card.config.d.ts +4 -4
- package/types/components/Card/Card.d.ts +5 -5
- package/types/components/Carousel/Carousel.config.d.ts +2 -2
- package/types/components/Carousel/Carousel.d.ts +3 -3
- package/types/components/Cell/Cell.config.d.ts +3 -3
- package/types/components/Cell/Cell.d.ts +8 -8
- package/types/components/Checkbox/Checkbox.config.d.ts +4 -4
- package/types/components/Checkbox/Checkbox.d.ts +12 -12
- package/types/components/Chip/Chip.config.d.ts +6 -6
- package/types/components/Chip/Chip.d.ts +7 -7
- package/types/components/ChipGroup/ChipGroup.config.d.ts +6 -6
- package/types/components/ChipGroup/ChipGroup.d.ts +8 -8
- package/types/components/Combobox/Combobox.config.d.ts +7 -7
- package/types/components/Combobox/Combobox.d.ts +92 -92
- package/types/components/Counter/Counter.config.d.ts +5 -5
- package/types/components/Counter/Counter.d.ts +7 -7
- package/types/components/DatePicker/DatePicker.config.d.ts +4 -4
- package/types/components/DatePicker/DatePicker.d.ts +23 -23
- package/types/components/Divider/Divider.config.d.ts +7 -7
- package/types/components/Divider/Divider.d.ts +8 -8
- package/types/components/Drawer/Drawer.config.d.ts +4 -4
- package/types/components/Drawer/Drawer.d.ts +11 -11
- package/types/components/Dropdown/Dropdown.config.d.ts +2 -2
- package/types/components/Dropdown/Dropdown.d.ts +20 -20
- package/types/components/Dropzone/Dropzone.config.d.ts +3 -3
- package/types/components/Dropzone/Dropzone.d.ts +7 -7
- package/types/components/EmptyState/EmptyState.config.d.ts +4 -4
- package/types/components/EmptyState/EmptyState.d.ts +16 -16
- package/types/components/Flow/Flow.d.ts +1 -1
- package/types/components/Grid/Grid.config.d.ts +1 -1
- package/types/components/Grid/Grid.d.ts +2 -2
- package/types/components/IconButton/IconButton.config.d.ts +6 -6
- package/types/components/IconButton/IconButton.d.ts +9 -9
- package/types/components/Image/Image.d.ts +1 -1
- package/types/components/Indicator/Indicator.config.d.ts +10 -10
- package/types/components/Indicator/Indicator.d.ts +32 -32
- package/types/components/Link/Link.config.d.ts +11 -11
- package/types/components/Link/Link.d.ts +26 -26
- package/types/components/Mask/Mask.d.ts +105 -105
- package/types/components/Modal/Modal.config.d.ts +1 -1
- package/types/components/Notification/Notification.config.d.ts +6 -6
- package/types/components/Notification/Notification.d.ts +8 -8
- package/types/components/NumberInput/NumberInput.config.d.ts +7 -7
- package/types/components/NumberInput/NumberInput.d.ts +8 -8
- package/types/components/Pagination/Pagination.config.d.ts +5 -5
- package/types/components/Pagination/Pagination.d.ts +6 -6
- package/types/components/Popover/Popover.config.d.ts +1 -1
- package/types/components/Popover/Popover.d.ts +3 -3
- package/types/components/Price/Price.d.ts +2 -2
- package/types/components/Progress/Progress.config.d.ts +5 -5
- package/types/components/Progress/Progress.d.ts +6 -6
- package/types/components/Radiobox/Radiobox.config.d.ts +4 -4
- package/types/components/Radiobox/Radiobox.d.ts +12 -12
- package/types/components/Range/Range.config.d.ts +4 -4
- package/types/components/Range/Range.d.ts +23 -23
- package/types/components/Rating/Rating.config.d.ts +4 -4
- package/types/components/Rating/Rating.d.ts +5 -5
- package/types/components/Segment/Segment.d.ts +15 -15
- package/types/components/Segment/SegmentGroup.config.d.ts +8 -8
- package/types/components/Segment/SegmentItem.config.d.ts +5 -5
- package/types/components/Select/Select.config.d.ts +8 -8
- package/types/components/Select/Select.d.ts +28 -28
- package/types/components/Sheet/Sheet.config.d.ts +3 -3
- package/types/components/Sheet/Sheet.d.ts +4 -4
- package/types/components/Skeleton/LineSkeleton.config.d.ts +19 -19
- package/types/components/Skeleton/Skeleton.d.ts +43 -43
- package/types/components/Slider/Slider.config.d.ts +4 -4
- package/types/components/Slider/Slider.d.ts +12 -12
- package/types/components/Spinner/Spinner.config.d.ts +8 -8
- package/types/components/Spinner/Spinner.d.ts +9 -9
- package/types/components/Steps/Steps.config.d.ts +2 -2
- package/types/components/Steps/Steps.d.ts +4 -4
- package/types/components/Switch/Switch.config.d.ts +6 -6
- package/types/components/Switch/Switch.d.ts +14 -14
- package/types/components/Table/Table.config.d.ts +5 -5
- package/types/components/Table/Table.d.ts +6 -6
- package/types/components/Tabs/TabItem.d.ts +23 -23
- package/types/components/Tabs/Tabs.d.ts +23 -23
- package/types/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +8 -8
- package/types/components/Tabs/horizontal/HorizontalTabs.config.d.ts +15 -15
- package/types/components/Tabs/vertical/VerticalTabItem.config.d.ts +4 -4
- package/types/components/Tabs/vertical/VerticalTabs.config.d.ts +4 -4
- package/types/components/TextArea/TextArea.config.d.ts +10 -10
- package/types/components/TextArea/TextArea.d.ts +11 -11
- package/types/components/TextField/TextField.config.d.ts +10 -10
- package/types/components/TextField/TextField.d.ts +27 -27
- package/types/components/Toast/Toast.config.d.ts +6 -6
- package/types/components/Toast/Toast.d.ts +10 -10
- package/types/components/ToastNew/ToastNew.config.d.ts +3 -3
- package/types/components/ToastNew/ToastNew.d.ts +5 -5
- package/types/components/Tokens/Colors/Colors.styles.d.ts +7 -7
- package/types/components/Tokens/Typography/Typography.styles.d.ts +7 -7
- package/types/components/Toolbar/Toolbar.config.d.ts +2 -2
- package/types/components/Toolbar/Toolbar.d.ts +4 -4
- package/types/components/Tooltip/Tooltip.config.d.ts +3 -3
- package/types/components/Tour/Tour.config.d.ts +2 -2
- package/types/components/Tour/Tour.d.ts +3 -3
- package/types/components/Tree/Tree.config.d.ts +2 -2
- package/types/components/Tree/Tree.d.ts +3 -3
- package/types/components/Typography/Body.config.d.ts +5 -5
- package/types/components/Typography/Dspl.config.d.ts +3 -3
- package/types/components/Typography/Heading.config.d.ts +5 -5
- package/types/components/Typography/Text.config.d.ts +4 -4
- package/types/components/Typography/Typography.d.ts +68 -68
- package/types/components/ViewContainer/ViewContainer.config.d.ts +2 -2
- package/types/components/ViewContainer/ViewContainer.d.ts +4 -4
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components").ComponentConfig<string, {
|
|
2
2
|
view: {
|
|
3
|
-
default: import("
|
|
3
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
4
4
|
};
|
|
5
5
|
size: {
|
|
6
|
-
xxl: import("
|
|
7
|
-
m: import("
|
|
8
|
-
s: import("
|
|
9
|
-
fit: import("
|
|
6
|
+
xxl: 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
|
+
fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
11
|
shape: {
|
|
12
|
-
circled: import("
|
|
12
|
+
circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
focused: {
|
|
15
|
-
true: import("
|
|
15
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
17
|
counterView: {
|
|
18
|
-
default: import("
|
|
19
|
-
accent: import("
|
|
20
|
-
positive: import("
|
|
21
|
-
negative: import("
|
|
18
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
|
-
}, import("
|
|
23
|
+
}, import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
24
24
|
view: {
|
|
25
|
-
default: import("
|
|
25
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
26
|
};
|
|
27
27
|
size: {
|
|
28
|
-
xxl: import("
|
|
29
|
-
m: import("
|
|
30
|
-
s: import("
|
|
31
|
-
fit: import("
|
|
28
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
31
|
+
fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
32
32
|
};
|
|
33
33
|
shape: {
|
|
34
|
-
circled: import("
|
|
34
|
+
circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
35
35
|
};
|
|
36
36
|
focused: {
|
|
37
|
-
true: import("
|
|
37
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
38
38
|
};
|
|
39
39
|
counterView: {
|
|
40
|
-
default: import("
|
|
41
|
-
accent: import("
|
|
42
|
-
positive: import("
|
|
43
|
-
negative: import("
|
|
40
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
41
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
42
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
43
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
44
44
|
};
|
|
45
45
|
}>, (import("react").HTMLAttributes<HTMLDivElement> & {
|
|
46
46
|
shape?: string;
|
|
@@ -51,7 +51,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
51
51
|
status?: "active" | "inactive";
|
|
52
52
|
isScalable?: boolean;
|
|
53
53
|
focused?: boolean;
|
|
54
|
-
statusLabels?: import("
|
|
54
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
|
|
55
55
|
hasExtra?: boolean;
|
|
56
56
|
type?: "badge" | "counter";
|
|
57
57
|
extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
@@ -77,7 +77,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
77
77
|
status?: "active" | "inactive";
|
|
78
78
|
isScalable?: boolean;
|
|
79
79
|
focused?: boolean;
|
|
80
|
-
statusLabels?: import("
|
|
80
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
|
|
81
81
|
hasExtra?: boolean;
|
|
82
82
|
type?: "badge" | "counter";
|
|
83
83
|
extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
@@ -95,27 +95,27 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
95
95
|
contentLeft?: undefined;
|
|
96
96
|
contentRight?: never | undefined;
|
|
97
97
|
} & import("react").RefAttributes<HTMLDivElement>)>;
|
|
98
|
-
declare const Avatar: import("react").FunctionComponent<import("
|
|
98
|
+
declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
99
99
|
view: {
|
|
100
|
-
default: import("
|
|
100
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
101
101
|
};
|
|
102
102
|
size: {
|
|
103
|
-
xxl: import("
|
|
104
|
-
m: import("
|
|
105
|
-
s: import("
|
|
106
|
-
fit: import("
|
|
103
|
+
xxl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
104
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
105
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
106
|
+
fit: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
107
107
|
};
|
|
108
108
|
shape: {
|
|
109
|
-
circled: import("
|
|
109
|
+
circled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
110
110
|
};
|
|
111
111
|
focused: {
|
|
112
|
-
true: import("
|
|
112
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
113
113
|
};
|
|
114
114
|
counterView: {
|
|
115
|
-
default: import("
|
|
116
|
-
accent: import("
|
|
117
|
-
positive: import("
|
|
118
|
-
negative: import("
|
|
115
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
116
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
117
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
118
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
119
119
|
};
|
|
120
120
|
}> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
121
121
|
shape?: string;
|
|
@@ -126,7 +126,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
|
|
|
126
126
|
status?: "active" | "inactive";
|
|
127
127
|
isScalable?: boolean;
|
|
128
128
|
focused?: boolean;
|
|
129
|
-
statusLabels?: import("
|
|
129
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
|
|
130
130
|
hasExtra?: boolean;
|
|
131
131
|
type?: "badge" | "counter";
|
|
132
132
|
extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
@@ -152,7 +152,7 @@ declare const Avatar: import("react").FunctionComponent<import("node_modules/@sa
|
|
|
152
152
|
status?: "active" | "inactive";
|
|
153
153
|
isScalable?: boolean;
|
|
154
154
|
focused?: boolean;
|
|
155
|
-
statusLabels?: import("
|
|
155
|
+
statusLabels?: import("@salutejs/plasma-new-hope/types/components/Avatar/Avatar.types.js").StatusLabels;
|
|
156
156
|
hasExtra?: boolean;
|
|
157
157
|
type?: "badge" | "counter";
|
|
158
158
|
extraPlacement?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const AvatarGroup: import("react").FunctionComponent<import("
|
|
1
|
+
export declare const AvatarGroup: 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> & {
|
|
2
2
|
children: React.ReactNode;
|
|
3
3
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -5,22 +5,22 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("
|
|
9
|
-
accent: import("
|
|
10
|
-
positive: import("
|
|
11
|
-
negative: import("
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
s: import("
|
|
14
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
15
|
};
|
|
16
16
|
pilled: {
|
|
17
|
-
true: import("
|
|
17
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
18
|
};
|
|
19
19
|
transparent: {
|
|
20
|
-
true: import("
|
|
20
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
21
|
};
|
|
22
22
|
clear: {
|
|
23
|
-
true: import("
|
|
23
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Компонент Badge.
|
|
3
3
|
*/
|
|
4
|
-
export declare const Badge: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const Badge: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("
|
|
7
|
-
accent: import("
|
|
8
|
-
positive: import("
|
|
9
|
-
negative: import("
|
|
6
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
|
+
positive: 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
|
-
s: import("
|
|
12
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
pilled: {
|
|
15
|
-
true: import("
|
|
15
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
17
|
transparent: {
|
|
18
|
-
true: import("
|
|
18
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
};
|
|
20
20
|
clear: {
|
|
21
|
-
true: import("
|
|
21
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
23
|
}> & ((import("react").HTMLAttributes<HTMLDivElement> & {
|
|
24
24
|
text?: string;
|
|
@@ -5,10 +5,10 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
-
s: import("
|
|
11
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Breadcrumbs
|
|
3
3
|
*/
|
|
4
|
-
export declare const Breadcrumbs: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const Breadcrumbs: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("
|
|
6
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
size: {
|
|
9
|
-
s: import("
|
|
9
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
11
|
}> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
12
12
|
view?: string;
|
|
13
13
|
size?: string;
|
|
14
14
|
separator?: import("react").ReactNode;
|
|
15
|
-
items: import("
|
|
15
|
+
items: import("@salutejs/plasma-new-hope/types/components/Breadcrumbs/Breadcrumbs.types.js").BreadcrumbsItem[];
|
|
16
16
|
showItems?: number;
|
|
17
17
|
} & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -6,21 +6,21 @@ export declare const config: {
|
|
|
6
6
|
};
|
|
7
7
|
variations: {
|
|
8
8
|
view: {
|
|
9
|
-
accent: import("
|
|
10
|
-
secondary: import("
|
|
11
|
-
clear: import("
|
|
9
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
size: {
|
|
14
|
-
s: import("
|
|
15
|
-
sr: import("
|
|
14
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
16
|
};
|
|
17
17
|
focused: {
|
|
18
|
-
true: import("
|
|
18
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
};
|
|
20
20
|
stretching: {
|
|
21
|
-
auto: import("
|
|
22
|
-
filled: import("
|
|
23
|
-
fixed: import("
|
|
21
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import React, { ComponentProps } from 'react';
|
|
2
|
-
declare const ButtonComponent: React.FunctionComponent<import("
|
|
2
|
+
declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
3
3
|
view: {
|
|
4
|
-
accent: import("
|
|
5
|
-
secondary: import("
|
|
6
|
-
clear: import("
|
|
4
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
5
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
6
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
size: {
|
|
9
|
-
s: import("
|
|
10
|
-
sr: import("
|
|
9
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
11
|
};
|
|
12
12
|
focused: {
|
|
13
|
-
true: import("
|
|
13
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
14
|
};
|
|
15
15
|
stretching: {
|
|
16
|
-
auto: import("
|
|
17
|
-
filled: import("
|
|
18
|
-
fixed: import("
|
|
16
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
};
|
|
20
20
|
}> & ((Omit<React.ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<React.AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
21
21
|
text?: string;
|
|
@@ -29,7 +29,7 @@ declare const ButtonComponent: React.FunctionComponent<import("node_modules/@sal
|
|
|
29
29
|
square?: boolean;
|
|
30
30
|
focused?: boolean;
|
|
31
31
|
disabled?: boolean;
|
|
32
|
-
pin?: import("
|
|
32
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
33
33
|
view?: string;
|
|
34
34
|
size?: string;
|
|
35
35
|
outlined?: boolean;
|
|
@@ -51,7 +51,7 @@ declare const ButtonComponent: React.FunctionComponent<import("node_modules/@sal
|
|
|
51
51
|
square?: boolean;
|
|
52
52
|
focused?: boolean;
|
|
53
53
|
disabled?: boolean;
|
|
54
|
-
pin?: import("
|
|
54
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
55
55
|
view?: string;
|
|
56
56
|
size?: string;
|
|
57
57
|
outlined?: boolean;
|
|
@@ -66,23 +66,23 @@ export type ButtonProps = ComponentProps<typeof ButtonComponent>;
|
|
|
66
66
|
/**
|
|
67
67
|
* Кнопка.
|
|
68
68
|
*/
|
|
69
|
-
export declare const Button: React.ForwardRefExoticComponent<(Omit<import("
|
|
69
|
+
export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
70
70
|
view: {
|
|
71
|
-
accent: import("
|
|
72
|
-
secondary: import("
|
|
73
|
-
clear: import("
|
|
71
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
72
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
73
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
74
74
|
};
|
|
75
75
|
size: {
|
|
76
|
-
s: import("
|
|
77
|
-
sr: import("
|
|
76
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
77
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
78
78
|
};
|
|
79
79
|
focused: {
|
|
80
|
-
true: import("
|
|
80
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
81
81
|
};
|
|
82
82
|
stretching: {
|
|
83
|
-
auto: import("
|
|
84
|
-
filled: import("
|
|
85
|
-
fixed: import("
|
|
83
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
84
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
85
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
86
86
|
};
|
|
87
87
|
}> & Omit<React.ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<React.AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
88
88
|
text?: string;
|
|
@@ -96,7 +96,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("node_
|
|
|
96
96
|
square?: boolean;
|
|
97
97
|
focused?: boolean;
|
|
98
98
|
disabled?: boolean;
|
|
99
|
-
pin?: import("
|
|
99
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
100
100
|
view?: string;
|
|
101
101
|
size?: string;
|
|
102
102
|
outlined?: boolean;
|
|
@@ -106,23 +106,23 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("node_
|
|
|
106
106
|
} & {
|
|
107
107
|
value?: string | number;
|
|
108
108
|
contentRight?: never;
|
|
109
|
-
} & React.RefAttributes<HTMLButtonElement>, "ref"> | Omit<import("
|
|
109
|
+
} & React.RefAttributes<HTMLButtonElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
110
110
|
view: {
|
|
111
|
-
accent: import("
|
|
112
|
-
secondary: import("
|
|
113
|
-
clear: import("
|
|
111
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
112
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
113
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
114
114
|
};
|
|
115
115
|
size: {
|
|
116
|
-
s: import("
|
|
117
|
-
sr: import("
|
|
116
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
117
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
118
118
|
};
|
|
119
119
|
focused: {
|
|
120
|
-
true: import("
|
|
120
|
+
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
121
121
|
};
|
|
122
122
|
stretching: {
|
|
123
|
-
auto: import("
|
|
124
|
-
filled: import("
|
|
125
|
-
fixed: import("
|
|
123
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
124
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
125
|
+
fixed: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
126
126
|
};
|
|
127
127
|
}> & Omit<React.ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<React.AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/styled-components").AsProps & {
|
|
128
128
|
text?: string;
|
|
@@ -136,7 +136,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("node_
|
|
|
136
136
|
square?: boolean;
|
|
137
137
|
focused?: boolean;
|
|
138
138
|
disabled?: boolean;
|
|
139
|
-
pin?: import("
|
|
139
|
+
pin?: import("@salutejs/plasma-new-hope/types/utils/roundness.js").Pin;
|
|
140
140
|
view?: string;
|
|
141
141
|
size?: string;
|
|
142
142
|
outlined?: boolean;
|
|
@@ -5,30 +5,30 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
accent: import("
|
|
9
|
-
secondary: import("
|
|
10
|
-
clear: import("
|
|
8
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
11
|
};
|
|
12
12
|
size: {
|
|
13
|
-
s: import("
|
|
14
|
-
sr: import("
|
|
13
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
14
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
15
|
};
|
|
16
16
|
orientation: {
|
|
17
|
-
horizontal: import("
|
|
18
|
-
vertical: import("
|
|
17
|
+
horizontal: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
|
+
vertical: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
19
19
|
};
|
|
20
20
|
gap: {
|
|
21
|
-
none: import("
|
|
22
|
-
dense: import("
|
|
23
|
-
wide: import("
|
|
21
|
+
none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
|
+
dense: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
23
|
+
wide: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
24
24
|
};
|
|
25
25
|
shape: {
|
|
26
|
-
segmented: import("
|
|
27
|
-
default: import("
|
|
26
|
+
segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
27
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
28
28
|
};
|
|
29
29
|
stretching: {
|
|
30
|
-
auto: import("
|
|
31
|
-
filled: import("
|
|
30
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
31
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Группа кнопок.
|
|
3
3
|
*/
|
|
4
|
-
export declare const ButtonGroup: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const ButtonGroup: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
accent: import("
|
|
7
|
-
secondary: import("
|
|
8
|
-
clear: import("
|
|
6
|
+
accent: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
|
+
secondary: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
8
|
+
clear: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
-
s: import("
|
|
12
|
-
sr: import("
|
|
11
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
|
+
sr: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
13
13
|
};
|
|
14
14
|
orientation: {
|
|
15
|
-
horizontal: import("
|
|
16
|
-
vertical: import("
|
|
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
|
gap: {
|
|
19
|
-
none: import("
|
|
20
|
-
dense: import("
|
|
21
|
-
wide: import("
|
|
19
|
+
none: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
20
|
+
dense: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
|
+
wide: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
23
|
shape: {
|
|
24
|
-
segmented: import("
|
|
25
|
-
default: import("
|
|
24
|
+
segmented: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
25
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
26
26
|
};
|
|
27
27
|
stretching: {
|
|
28
|
-
auto: import("
|
|
29
|
-
filled: import("
|
|
28
|
+
auto: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
29
|
+
filled: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
30
30
|
};
|
|
31
31
|
}> & import("@salutejs/plasma-new-hope/styled-components").ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import type { FC } from 'react';
|
|
2
2
|
import { CalendarStateType } from '@salutejs/plasma-new-hope/styled-components';
|
|
3
3
|
import type { CalendarBaseProps, CalendarDoubleProps } from '@salutejs/plasma-new-hope/styled-components';
|
|
4
|
-
export declare const CalendarBase: import("react").FunctionComponent<import("
|
|
4
|
+
export declare const CalendarBase: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
5
5
|
view: {
|
|
6
|
-
default: import("
|
|
6
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
7
|
};
|
|
8
8
|
size: {
|
|
9
|
-
s: import("
|
|
9
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
|
-
}> & import("
|
|
12
|
-
export declare const CalendarDouble: import("react").FunctionComponent<import("
|
|
11
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").Calendar & import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").CalendarConfigProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export declare const CalendarDouble: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
13
13
|
view: {
|
|
14
|
-
default: import("
|
|
14
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
15
15
|
};
|
|
16
16
|
size: {
|
|
17
|
-
s: import("
|
|
17
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
18
18
|
};
|
|
19
|
-
}> & import("
|
|
20
|
-
export declare const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("
|
|
21
|
-
export declare const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("
|
|
19
|
+
}> & import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").Calendar & import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").CalendarConfigProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export declare const CalendarBaseRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").CalendarRange<CalendarBaseProps>) => import("react").ReactElement<CalendarBaseProps, string | import("react").JSXElementConstructor<any>>;
|
|
21
|
+
export declare const CalendarDoubleRange: ({ value, min, max, disabledList, eventList, eventMonthList, disabledMonthList, eventYearList, disabledYearList, onChangeValue, onChangeStartOfRange, ...rest }: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types.js").CalendarRange<CalendarDoubleProps>) => import("react").ReactElement<CalendarDoubleProps, string | import("react").JSXElementConstructor<any>>;
|
|
22
22
|
export declare const Calendar: FC<import("@salutejs/plasma-new-hope/styled-components").CalendarProps>;
|
|
23
23
|
export type { CalendarStateType };
|
|
@@ -5,10 +5,10 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
-
s: import("
|
|
11
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
@@ -5,10 +5,10 @@ export declare const config: {
|
|
|
5
5
|
};
|
|
6
6
|
variations: {
|
|
7
7
|
view: {
|
|
8
|
-
default: import("
|
|
8
|
+
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
9
|
};
|
|
10
10
|
size: {
|
|
11
|
-
s: import("
|
|
11
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|