@salutejs/sdds-finportal 0.147.0-canary.1505.11505788468.0 → 0.147.0-canary.1505.11515852860.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1064,6 +1064,7 @@ true: PolymorphicClassName;
|
|
1064
1064
|
value?: string | undefined;
|
1065
1065
|
onChange?: ((value: string) => void) | undefined;
|
1066
1066
|
isTargetAmount?: false | undefined;
|
1067
|
+
targetAmount?: undefined;
|
1067
1068
|
renderValue?: undefined;
|
1068
1069
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1069
1070
|
items: ItemOption[];
|
@@ -1093,7 +1094,8 @@ true: PolymorphicClassName;
|
|
1093
1094
|
multiple: true;
|
1094
1095
|
value?: string[] | undefined;
|
1095
1096
|
onChange?: ((value: string[]) => void) | undefined;
|
1096
|
-
isTargetAmount?:
|
1097
|
+
isTargetAmount?: true | undefined;
|
1098
|
+
targetAmount?: number | undefined;
|
1097
1099
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1098
1100
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1099
1101
|
items: ItemOption[];
|
@@ -1124,6 +1126,7 @@ true: PolymorphicClassName;
|
|
1124
1126
|
value?: string | undefined;
|
1125
1127
|
onChange?: ((value: string) => void) | undefined;
|
1126
1128
|
isTargetAmount?: false | undefined;
|
1129
|
+
targetAmount?: undefined;
|
1127
1130
|
renderValue?: undefined;
|
1128
1131
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1129
1132
|
items: ItemOption[];
|
@@ -1153,7 +1156,8 @@ true: PolymorphicClassName;
|
|
1153
1156
|
multiple: true;
|
1154
1157
|
value?: string[] | undefined;
|
1155
1158
|
onChange?: ((value: string[]) => void) | undefined;
|
1156
|
-
isTargetAmount?:
|
1159
|
+
isTargetAmount?: true | undefined;
|
1160
|
+
targetAmount?: number | undefined;
|
1157
1161
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1158
1162
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1159
1163
|
items: ItemOption[];
|
@@ -1184,6 +1188,7 @@ true: PolymorphicClassName;
|
|
1184
1188
|
value?: string | undefined;
|
1185
1189
|
onChange?: ((value: string) => void) | undefined;
|
1186
1190
|
isTargetAmount?: false | undefined;
|
1191
|
+
targetAmount?: undefined;
|
1187
1192
|
renderValue?: undefined;
|
1188
1193
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1189
1194
|
items: ItemOption[];
|
@@ -1213,7 +1218,8 @@ true: PolymorphicClassName;
|
|
1213
1218
|
multiple: true;
|
1214
1219
|
value?: string[] | undefined;
|
1215
1220
|
onChange?: ((value: string[]) => void) | undefined;
|
1216
|
-
isTargetAmount?:
|
1221
|
+
isTargetAmount?: true | undefined;
|
1222
|
+
targetAmount?: number | undefined;
|
1217
1223
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1218
1224
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1219
1225
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
@@ -51,6 +51,7 @@ 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;
|
54
55
|
renderValue?: undefined;
|
55
56
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
56
57
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
@@ -80,7 +81,8 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
80
81
|
multiple: true;
|
81
82
|
value?: string[] | undefined;
|
82
83
|
onChange?: ((value: string[]) => void) | undefined;
|
83
|
-
isTargetAmount?:
|
84
|
+
isTargetAmount?: true | undefined;
|
85
|
+
targetAmount?: number | undefined;
|
84
86
|
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
85
87
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
86
88
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
@@ -111,6 +113,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
111
113
|
value?: string | undefined;
|
112
114
|
onChange?: ((value: string) => void) | undefined;
|
113
115
|
isTargetAmount?: false | undefined;
|
116
|
+
targetAmount?: undefined;
|
114
117
|
renderValue?: undefined;
|
115
118
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
116
119
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
@@ -140,7 +143,8 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
140
143
|
multiple: true;
|
141
144
|
value?: string[] | undefined;
|
142
145
|
onChange?: ((value: string[]) => void) | undefined;
|
143
|
-
isTargetAmount?:
|
146
|
+
isTargetAmount?: true | undefined;
|
147
|
+
targetAmount?: number | undefined;
|
144
148
|
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
145
149
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
146
150
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
@@ -171,6 +175,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
171
175
|
value?: string | undefined;
|
172
176
|
onChange?: ((value: string) => void) | undefined;
|
173
177
|
isTargetAmount?: false | undefined;
|
178
|
+
targetAmount?: undefined;
|
174
179
|
renderValue?: undefined;
|
175
180
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
176
181
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
@@ -200,6 +205,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
200
205
|
multiple: true;
|
201
206
|
value?: string[] | undefined;
|
202
207
|
onChange?: ((value: string[]) => void) | undefined;
|
203
|
-
isTargetAmount?:
|
208
|
+
isTargetAmount?: true | undefined;
|
209
|
+
targetAmount?: number | undefined;
|
204
210
|
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
205
211
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -56,6 +56,7 @@ 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;
|
59
60
|
renderValue?: undefined;
|
60
61
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
61
62
|
items: ItemOption[];
|
@@ -85,7 +86,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
85
86
|
multiple: true;
|
86
87
|
value?: string[] | undefined;
|
87
88
|
onChange?: ((value: string[]) => void) | undefined;
|
88
|
-
isTargetAmount?:
|
89
|
+
isTargetAmount?: true | undefined;
|
90
|
+
targetAmount?: number | undefined;
|
89
91
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
90
92
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
91
93
|
items: ItemOption[];
|
@@ -116,6 +118,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
116
118
|
value?: string | undefined;
|
117
119
|
onChange?: ((value: string) => void) | undefined;
|
118
120
|
isTargetAmount?: false | undefined;
|
121
|
+
targetAmount?: undefined;
|
119
122
|
renderValue?: undefined;
|
120
123
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
121
124
|
items: ItemOption[];
|
@@ -145,7 +148,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
145
148
|
multiple: true;
|
146
149
|
value?: string[] | undefined;
|
147
150
|
onChange?: ((value: string[]) => void) | undefined;
|
148
|
-
isTargetAmount?:
|
151
|
+
isTargetAmount?: true | undefined;
|
152
|
+
targetAmount?: number | undefined;
|
149
153
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
150
154
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
151
155
|
items: ItemOption[];
|
@@ -176,6 +180,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
176
180
|
value?: string | undefined;
|
177
181
|
onChange?: ((value: string) => void) | undefined;
|
178
182
|
isTargetAmount?: false | undefined;
|
183
|
+
targetAmount?: undefined;
|
179
184
|
renderValue?: undefined;
|
180
185
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
181
186
|
items: ItemOption[];
|
@@ -205,7 +210,8 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
205
210
|
multiple: true;
|
206
211
|
value?: string[] | undefined;
|
207
212
|
onChange?: ((value: string[]) => void) | undefined;
|
208
|
-
isTargetAmount?:
|
213
|
+
isTargetAmount?: true | undefined;
|
214
|
+
targetAmount?: number | undefined;
|
209
215
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
210
216
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
211
217
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.147.0-canary.1505.
|
3
|
+
"version": "0.147.0-canary.1505.11515852860.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.174.0-canary.1505.
|
22
|
+
"@salutejs/plasma-new-hope": "0.174.0-canary.1505.11515852860.0",
|
23
23
|
"@salutejs/sdds-themes": "0.24.1-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": "ffe3458c74a335fb1c7ef5972528811881cce686"
|
98
98
|
}
|
@@ -1064,6 +1064,7 @@ true: PolymorphicClassName;
|
|
1064
1064
|
value?: string | undefined;
|
1065
1065
|
onChange?: ((value: string) => void) | undefined;
|
1066
1066
|
isTargetAmount?: false | undefined;
|
1067
|
+
targetAmount?: undefined;
|
1067
1068
|
renderValue?: undefined;
|
1068
1069
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1069
1070
|
items: ItemOption[];
|
@@ -1093,7 +1094,8 @@ true: PolymorphicClassName;
|
|
1093
1094
|
multiple: true;
|
1094
1095
|
value?: string[] | undefined;
|
1095
1096
|
onChange?: ((value: string[]) => void) | undefined;
|
1096
|
-
isTargetAmount?:
|
1097
|
+
isTargetAmount?: true | undefined;
|
1098
|
+
targetAmount?: number | undefined;
|
1097
1099
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1098
1100
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1099
1101
|
items: ItemOption[];
|
@@ -1124,6 +1126,7 @@ true: PolymorphicClassName;
|
|
1124
1126
|
value?: string | undefined;
|
1125
1127
|
onChange?: ((value: string) => void) | undefined;
|
1126
1128
|
isTargetAmount?: false | undefined;
|
1129
|
+
targetAmount?: undefined;
|
1127
1130
|
renderValue?: undefined;
|
1128
1131
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1129
1132
|
items: ItemOption[];
|
@@ -1153,7 +1156,8 @@ true: PolymorphicClassName;
|
|
1153
1156
|
multiple: true;
|
1154
1157
|
value?: string[] | undefined;
|
1155
1158
|
onChange?: ((value: string[]) => void) | undefined;
|
1156
|
-
isTargetAmount?:
|
1159
|
+
isTargetAmount?: true | undefined;
|
1160
|
+
targetAmount?: number | undefined;
|
1157
1161
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1158
1162
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1159
1163
|
items: ItemOption[];
|
@@ -1184,6 +1188,7 @@ true: PolymorphicClassName;
|
|
1184
1188
|
value?: string | undefined;
|
1185
1189
|
onChange?: ((value: string) => void) | undefined;
|
1186
1190
|
isTargetAmount?: false | undefined;
|
1191
|
+
targetAmount?: undefined;
|
1187
1192
|
renderValue?: undefined;
|
1188
1193
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1189
1194
|
items: ItemOption[];
|
@@ -1213,7 +1218,8 @@ true: PolymorphicClassName;
|
|
1213
1218
|
multiple: true;
|
1214
1219
|
value?: string[] | undefined;
|
1215
1220
|
onChange?: ((value: string[]) => void) | undefined;
|
1216
|
-
isTargetAmount?:
|
1221
|
+
isTargetAmount?: true | undefined;
|
1222
|
+
targetAmount?: number | undefined;
|
1217
1223
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
1218
1224
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1219
1225
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|