@salutejs/sdds-finportal 0.148.1-dev.0 → 0.148.2-canary.1505.11553165432.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1064,6 +1064,8 @@ true: PolymorphicClassName;
|
|
1064
1064
|
value?: string | undefined;
|
1065
1065
|
onChange?: ((value: string) => void) | undefined;
|
1066
1066
|
isTargetAmount?: false | undefined;
|
1067
|
+
targetAmount?: undefined;
|
1068
|
+
renderValue?: undefined;
|
1067
1069
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1068
1070
|
items: ItemOption[];
|
1069
1071
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1092,7 +1094,9 @@ true: PolymorphicClassName;
|
|
1092
1094
|
multiple: true;
|
1093
1095
|
value?: string[] | undefined;
|
1094
1096
|
onChange?: ((value: string[]) => void) | undefined;
|
1095
|
-
isTargetAmount?:
|
1097
|
+
isTargetAmount?: true | undefined;
|
1098
|
+
targetAmount?: number | undefined;
|
1099
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
1096
1100
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1097
1101
|
items: ItemOption[];
|
1098
1102
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1122,6 +1126,8 @@ true: PolymorphicClassName;
|
|
1122
1126
|
value?: string | undefined;
|
1123
1127
|
onChange?: ((value: string) => void) | undefined;
|
1124
1128
|
isTargetAmount?: false | undefined;
|
1129
|
+
targetAmount?: undefined;
|
1130
|
+
renderValue?: undefined;
|
1125
1131
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1126
1132
|
items: ItemOption[];
|
1127
1133
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1150,7 +1156,9 @@ true: PolymorphicClassName;
|
|
1150
1156
|
multiple: true;
|
1151
1157
|
value?: string[] | undefined;
|
1152
1158
|
onChange?: ((value: string[]) => void) | undefined;
|
1153
|
-
isTargetAmount?:
|
1159
|
+
isTargetAmount?: true | undefined;
|
1160
|
+
targetAmount?: number | undefined;
|
1161
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
1154
1162
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1155
1163
|
items: ItemOption[];
|
1156
1164
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1180,6 +1188,8 @@ true: PolymorphicClassName;
|
|
1180
1188
|
value?: string | undefined;
|
1181
1189
|
onChange?: ((value: string) => void) | undefined;
|
1182
1190
|
isTargetAmount?: false | undefined;
|
1191
|
+
targetAmount?: undefined;
|
1192
|
+
renderValue?: undefined;
|
1183
1193
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1184
1194
|
items: ItemOption[];
|
1185
1195
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1208,7 +1218,9 @@ true: PolymorphicClassName;
|
|
1208
1218
|
multiple: true;
|
1209
1219
|
value?: string[] | undefined;
|
1210
1220
|
onChange?: ((value: string[]) => void) | undefined;
|
1211
|
-
isTargetAmount?:
|
1221
|
+
isTargetAmount?: true | undefined;
|
1222
|
+
targetAmount?: number | undefined;
|
1223
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
1212
1224
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1213
1225
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1214
1226
|
}) => ReactElement | null;
|
@@ -51,6 +51,8 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
51
51
|
value?: string | undefined;
|
52
52
|
onChange?: ((value: string) => void) | undefined;
|
53
53
|
isTargetAmount?: false | undefined;
|
54
|
+
targetAmount?: undefined;
|
55
|
+
renderValue?: undefined;
|
54
56
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
55
57
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
56
58
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -79,7 +81,9 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
79
81
|
multiple: true;
|
80
82
|
value?: string[] | undefined;
|
81
83
|
onChange?: ((value: string[]) => void) | undefined;
|
82
|
-
isTargetAmount?:
|
84
|
+
isTargetAmount?: true | undefined;
|
85
|
+
targetAmount?: number | undefined;
|
86
|
+
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
83
87
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
84
88
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
85
89
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -109,6 +113,8 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
109
113
|
value?: string | undefined;
|
110
114
|
onChange?: ((value: string) => void) | undefined;
|
111
115
|
isTargetAmount?: false | undefined;
|
116
|
+
targetAmount?: undefined;
|
117
|
+
renderValue?: undefined;
|
112
118
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
113
119
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
114
120
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -137,7 +143,9 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
137
143
|
multiple: true;
|
138
144
|
value?: string[] | undefined;
|
139
145
|
onChange?: ((value: string[]) => void) | undefined;
|
140
|
-
isTargetAmount?:
|
146
|
+
isTargetAmount?: true | undefined;
|
147
|
+
targetAmount?: number | undefined;
|
148
|
+
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
141
149
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
142
150
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
143
151
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -167,6 +175,8 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
167
175
|
value?: string | undefined;
|
168
176
|
onChange?: ((value: string) => void) | undefined;
|
169
177
|
isTargetAmount?: false | undefined;
|
178
|
+
targetAmount?: undefined;
|
179
|
+
renderValue?: undefined;
|
170
180
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
171
181
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
172
182
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -195,5 +205,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
195
205
|
multiple: true;
|
196
206
|
value?: string[] | undefined;
|
197
207
|
onChange?: ((value: string[]) => void) | undefined;
|
198
|
-
isTargetAmount?:
|
208
|
+
isTargetAmount?: true | undefined;
|
209
|
+
targetAmount?: number | undefined;
|
210
|
+
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
199
211
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -56,6 +56,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
56
56
|
value?: string | undefined;
|
57
57
|
onChange?: ((value: string) => void) | undefined;
|
58
58
|
isTargetAmount?: false | undefined;
|
59
|
+
targetAmount?: undefined;
|
60
|
+
renderValue?: undefined;
|
59
61
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
60
62
|
items: ItemOption[];
|
61
63
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -84,7 +86,9 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
84
86
|
multiple: true;
|
85
87
|
value?: string[] | undefined;
|
86
88
|
onChange?: ((value: string[]) => void) | undefined;
|
87
|
-
isTargetAmount?:
|
89
|
+
isTargetAmount?: true | undefined;
|
90
|
+
targetAmount?: number | undefined;
|
91
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
88
92
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
89
93
|
items: ItemOption[];
|
90
94
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -114,6 +118,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
114
118
|
value?: string | undefined;
|
115
119
|
onChange?: ((value: string) => void) | undefined;
|
116
120
|
isTargetAmount?: false | undefined;
|
121
|
+
targetAmount?: undefined;
|
122
|
+
renderValue?: undefined;
|
117
123
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
118
124
|
items: ItemOption[];
|
119
125
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -142,7 +148,9 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
142
148
|
multiple: true;
|
143
149
|
value?: string[] | undefined;
|
144
150
|
onChange?: ((value: string[]) => void) | undefined;
|
145
|
-
isTargetAmount?:
|
151
|
+
isTargetAmount?: true | undefined;
|
152
|
+
targetAmount?: number | undefined;
|
153
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
146
154
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
147
155
|
items: ItemOption[];
|
148
156
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -172,6 +180,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
172
180
|
value?: string | undefined;
|
173
181
|
onChange?: ((value: string) => void) | undefined;
|
174
182
|
isTargetAmount?: false | undefined;
|
183
|
+
targetAmount?: undefined;
|
184
|
+
renderValue?: undefined;
|
175
185
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
176
186
|
items: ItemOption[];
|
177
187
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -200,7 +210,9 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
200
210
|
multiple: true;
|
201
211
|
value?: string[] | undefined;
|
202
212
|
onChange?: ((value: string[]) => void) | undefined;
|
203
|
-
isTargetAmount?:
|
213
|
+
isTargetAmount?: true | undefined;
|
214
|
+
targetAmount?: number | undefined;
|
215
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
204
216
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
205
217
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
206
218
|
}) => ReactElement | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.148.
|
3
|
+
"version": "0.148.2-canary.1505.11553165432.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.175.
|
22
|
+
"@salutejs/plasma-new-hope": "0.175.2-canary.1505.11553165432.0",
|
23
23
|
"@salutejs/sdds-themes": "0.25.0-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "9e0bc4ce4e4a5597a055147c340a4d76caaa0439"
|
98
98
|
}
|