@salutejs/sdds-finportal 0.147.0-canary.1505.11518120718.0 → 0.147.0-canary.1511.11518967304.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1063,8 +1063,6 @@ true: PolymorphicClassName;
|
|
1063
1063
|
value?: string | undefined;
|
1064
1064
|
onChange?: ((value: string) => void) | undefined;
|
1065
1065
|
isTargetAmount?: false | undefined;
|
1066
|
-
targetAmount?: undefined;
|
1067
|
-
renderValue?: undefined;
|
1068
1066
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1069
1067
|
items: ItemOption[];
|
1070
1068
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1093,9 +1091,7 @@ true: PolymorphicClassName;
|
|
1093
1091
|
multiple: true;
|
1094
1092
|
value?: string[] | undefined;
|
1095
1093
|
onChange?: ((value: string[]) => void) | undefined;
|
1096
|
-
isTargetAmount?:
|
1097
|
-
targetAmount?: number | undefined;
|
1098
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1094
|
+
isTargetAmount?: boolean | undefined;
|
1099
1095
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1100
1096
|
items: ItemOption[];
|
1101
1097
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1125,8 +1121,6 @@ true: PolymorphicClassName;
|
|
1125
1121
|
value?: string | undefined;
|
1126
1122
|
onChange?: ((value: string) => void) | undefined;
|
1127
1123
|
isTargetAmount?: false | undefined;
|
1128
|
-
targetAmount?: undefined;
|
1129
|
-
renderValue?: undefined;
|
1130
1124
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1131
1125
|
items: ItemOption[];
|
1132
1126
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1155,9 +1149,7 @@ true: PolymorphicClassName;
|
|
1155
1149
|
multiple: true;
|
1156
1150
|
value?: string[] | undefined;
|
1157
1151
|
onChange?: ((value: string[]) => void) | undefined;
|
1158
|
-
isTargetAmount?:
|
1159
|
-
targetAmount?: number | undefined;
|
1160
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1152
|
+
isTargetAmount?: boolean | undefined;
|
1161
1153
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1162
1154
|
items: ItemOption[];
|
1163
1155
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1187,8 +1179,6 @@ true: PolymorphicClassName;
|
|
1187
1179
|
value?: string | undefined;
|
1188
1180
|
onChange?: ((value: string) => void) | undefined;
|
1189
1181
|
isTargetAmount?: false | undefined;
|
1190
|
-
targetAmount?: undefined;
|
1191
|
-
renderValue?: undefined;
|
1192
1182
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1193
1183
|
items: ItemOption[];
|
1194
1184
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1217,9 +1207,7 @@ true: PolymorphicClassName;
|
|
1217
1207
|
multiple: true;
|
1218
1208
|
value?: string[] | undefined;
|
1219
1209
|
onChange?: ((value: string[]) => void) | undefined;
|
1220
|
-
isTargetAmount?:
|
1221
|
-
targetAmount?: number | undefined;
|
1222
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1210
|
+
isTargetAmount?: boolean | undefined;
|
1223
1211
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1224
1212
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1225
1213
|
}) => ReactElement | null;
|
@@ -51,8 +51,6 @@ 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;
|
56
54
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
57
55
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
58
56
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -81,9 +79,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
81
79
|
multiple: true;
|
82
80
|
value?: string[] | undefined;
|
83
81
|
onChange?: ((value: string[]) => void) | undefined;
|
84
|
-
isTargetAmount?:
|
85
|
-
targetAmount?: number | undefined;
|
86
|
-
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
82
|
+
isTargetAmount?: boolean | undefined;
|
87
83
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
88
84
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
89
85
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -113,8 +109,6 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
113
109
|
value?: string | undefined;
|
114
110
|
onChange?: ((value: string) => void) | undefined;
|
115
111
|
isTargetAmount?: false | undefined;
|
116
|
-
targetAmount?: undefined;
|
117
|
-
renderValue?: undefined;
|
118
112
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
119
113
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
120
114
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -143,9 +137,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
143
137
|
multiple: true;
|
144
138
|
value?: string[] | undefined;
|
145
139
|
onChange?: ((value: string[]) => void) | undefined;
|
146
|
-
isTargetAmount?:
|
147
|
-
targetAmount?: number | undefined;
|
148
|
-
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
140
|
+
isTargetAmount?: boolean | undefined;
|
149
141
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
150
142
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
151
143
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -175,8 +167,6 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
175
167
|
value?: string | undefined;
|
176
168
|
onChange?: ((value: string) => void) | undefined;
|
177
169
|
isTargetAmount?: false | undefined;
|
178
|
-
targetAmount?: undefined;
|
179
|
-
renderValue?: undefined;
|
180
170
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
181
171
|
items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
|
182
172
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -205,7 +195,5 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
|
|
205
195
|
multiple: true;
|
206
196
|
value?: string[] | undefined;
|
207
197
|
onChange?: ((value: string[]) => void) | undefined;
|
208
|
-
isTargetAmount?:
|
209
|
-
targetAmount?: number | undefined;
|
210
|
-
renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
|
198
|
+
isTargetAmount?: boolean | undefined;
|
211
199
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -56,8 +56,6 @@ 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;
|
61
59
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
62
60
|
items: ItemOption[];
|
63
61
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -86,9 +84,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
86
84
|
multiple: true;
|
87
85
|
value?: string[] | undefined;
|
88
86
|
onChange?: ((value: string[]) => void) | undefined;
|
89
|
-
isTargetAmount?:
|
90
|
-
targetAmount?: number | undefined;
|
91
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
87
|
+
isTargetAmount?: boolean | undefined;
|
92
88
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
93
89
|
items: ItemOption[];
|
94
90
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -118,8 +114,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
118
114
|
value?: string | undefined;
|
119
115
|
onChange?: ((value: string) => void) | undefined;
|
120
116
|
isTargetAmount?: false | undefined;
|
121
|
-
targetAmount?: undefined;
|
122
|
-
renderValue?: undefined;
|
123
117
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
124
118
|
items: ItemOption[];
|
125
119
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -148,9 +142,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
148
142
|
multiple: true;
|
149
143
|
value?: string[] | undefined;
|
150
144
|
onChange?: ((value: string[]) => void) | undefined;
|
151
|
-
isTargetAmount?:
|
152
|
-
targetAmount?: number | undefined;
|
153
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
145
|
+
isTargetAmount?: boolean | undefined;
|
154
146
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
155
147
|
items: ItemOption[];
|
156
148
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -180,8 +172,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
180
172
|
value?: string | undefined;
|
181
173
|
onChange?: ((value: string) => void) | undefined;
|
182
174
|
isTargetAmount?: false | undefined;
|
183
|
-
targetAmount?: undefined;
|
184
|
-
renderValue?: undefined;
|
185
175
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
186
176
|
items: ItemOption[];
|
187
177
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -210,9 +200,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
210
200
|
multiple: true;
|
211
201
|
value?: string[] | undefined;
|
212
202
|
onChange?: ((value: string[]) => void) | undefined;
|
213
|
-
isTargetAmount?:
|
214
|
-
targetAmount?: number | undefined;
|
215
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
203
|
+
isTargetAmount?: boolean | undefined;
|
216
204
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
217
205
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
218
206
|
}) => ReactElement | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.147.0-canary.
|
3
|
+
"version": "0.147.0-canary.1511.11518967304.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.
|
22
|
+
"@salutejs/plasma-new-hope": "0.174.0-canary.1511.11518967304.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": "9c42bdfbb737c4718b3d4283ace2063945cf6773"
|
98
98
|
}
|
@@ -1063,8 +1063,6 @@ true: PolymorphicClassName;
|
|
1063
1063
|
value?: string | undefined;
|
1064
1064
|
onChange?: ((value: string) => void) | undefined;
|
1065
1065
|
isTargetAmount?: false | undefined;
|
1066
|
-
targetAmount?: undefined;
|
1067
|
-
renderValue?: undefined;
|
1068
1066
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1069
1067
|
items: ItemOption[];
|
1070
1068
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1093,9 +1091,7 @@ true: PolymorphicClassName;
|
|
1093
1091
|
multiple: true;
|
1094
1092
|
value?: string[] | undefined;
|
1095
1093
|
onChange?: ((value: string[]) => void) | undefined;
|
1096
|
-
isTargetAmount?:
|
1097
|
-
targetAmount?: number | undefined;
|
1098
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1094
|
+
isTargetAmount?: boolean | undefined;
|
1099
1095
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1100
1096
|
items: ItemOption[];
|
1101
1097
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1125,8 +1121,6 @@ true: PolymorphicClassName;
|
|
1125
1121
|
value?: string | undefined;
|
1126
1122
|
onChange?: ((value: string) => void) | undefined;
|
1127
1123
|
isTargetAmount?: false | undefined;
|
1128
|
-
targetAmount?: undefined;
|
1129
|
-
renderValue?: undefined;
|
1130
1124
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1131
1125
|
items: ItemOption[];
|
1132
1126
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1155,9 +1149,7 @@ true: PolymorphicClassName;
|
|
1155
1149
|
multiple: true;
|
1156
1150
|
value?: string[] | undefined;
|
1157
1151
|
onChange?: ((value: string[]) => void) | undefined;
|
1158
|
-
isTargetAmount?:
|
1159
|
-
targetAmount?: number | undefined;
|
1160
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1152
|
+
isTargetAmount?: boolean | undefined;
|
1161
1153
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1162
1154
|
items: ItemOption[];
|
1163
1155
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1187,8 +1179,6 @@ true: PolymorphicClassName;
|
|
1187
1179
|
value?: string | undefined;
|
1188
1180
|
onChange?: ((value: string) => void) | undefined;
|
1189
1181
|
isTargetAmount?: false | undefined;
|
1190
|
-
targetAmount?: undefined;
|
1191
|
-
renderValue?: undefined;
|
1192
1182
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
|
1193
1183
|
items: ItemOption[];
|
1194
1184
|
placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
|
@@ -1217,9 +1207,7 @@ true: PolymorphicClassName;
|
|
1217
1207
|
multiple: true;
|
1218
1208
|
value?: string[] | undefined;
|
1219
1209
|
onChange?: ((value: string[]) => void) | undefined;
|
1220
|
-
isTargetAmount?:
|
1221
|
-
targetAmount?: number | undefined;
|
1222
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1210
|
+
isTargetAmount?: boolean | undefined;
|
1223
1211
|
} & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
|
1224
1212
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1225
1213
|
}) => ReactElement | null;
|