@salutejs/sdds-finportal 0.147.0-canary.1505.11485998091.0 → 0.147.0-canary.1505.11503860288.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
+ renderValue?: undefined;
1067
1068
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1068
1069
  items: ItemOption[];
1069
1070
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1093,6 +1094,7 @@ true: PolymorphicClassName;
1093
1094
  value?: string[] | undefined;
1094
1095
  onChange?: ((value: string[]) => void) | undefined;
1095
1096
  isTargetAmount?: boolean | undefined;
1097
+ renderValue?: ((item: ItemOption) => string) | undefined;
1096
1098
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1097
1099
  items: ItemOption[];
1098
1100
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1122,6 +1124,7 @@ true: PolymorphicClassName;
1122
1124
  value?: string | undefined;
1123
1125
  onChange?: ((value: string) => void) | undefined;
1124
1126
  isTargetAmount?: false | undefined;
1127
+ renderValue?: undefined;
1125
1128
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1126
1129
  items: ItemOption[];
1127
1130
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1151,6 +1154,7 @@ true: PolymorphicClassName;
1151
1154
  value?: string[] | undefined;
1152
1155
  onChange?: ((value: string[]) => void) | undefined;
1153
1156
  isTargetAmount?: boolean | undefined;
1157
+ renderValue?: ((item: ItemOption) => string) | undefined;
1154
1158
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1155
1159
  items: ItemOption[];
1156
1160
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1180,6 +1184,7 @@ true: PolymorphicClassName;
1180
1184
  value?: string | undefined;
1181
1185
  onChange?: ((value: string) => void) | undefined;
1182
1186
  isTargetAmount?: false | undefined;
1187
+ renderValue?: undefined;
1183
1188
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1184
1189
  items: ItemOption[];
1185
1190
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1209,6 +1214,7 @@ true: PolymorphicClassName;
1209
1214
  value?: string[] | undefined;
1210
1215
  onChange?: ((value: string[]) => void) | undefined;
1211
1216
  isTargetAmount?: boolean | undefined;
1217
+ renderValue?: ((item: ItemOption) => string) | undefined;
1212
1218
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
1213
1219
  ref?: ForwardedRef<HTMLInputElement> | undefined;
1214
1220
  }) => ReactElement | null;
@@ -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
+ renderValue?: undefined;
54
55
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
55
56
  items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
56
57
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -80,6 +81,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
80
81
  value?: string[] | undefined;
81
82
  onChange?: ((value: string[]) => void) | undefined;
82
83
  isTargetAmount?: boolean | undefined;
84
+ renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
83
85
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
84
86
  items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
85
87
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -109,6 +111,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
109
111
  value?: string | undefined;
110
112
  onChange?: ((value: string) => void) | undefined;
111
113
  isTargetAmount?: false | undefined;
114
+ renderValue?: undefined;
112
115
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
113
116
  items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
114
117
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -138,6 +141,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
138
141
  value?: string[] | undefined;
139
142
  onChange?: ((value: string[]) => void) | undefined;
140
143
  isTargetAmount?: boolean | undefined;
144
+ renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
141
145
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
142
146
  items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
143
147
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -167,6 +171,7 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
167
171
  value?: string | undefined;
168
172
  onChange?: ((value: string) => void) | undefined;
169
173
  isTargetAmount?: false | undefined;
174
+ renderValue?: undefined;
170
175
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
171
176
  items: import("@salutejs/plasma-new-hope/styled-components").ItemOption[];
172
177
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -196,4 +201,5 @@ export declare const Combobox: import("react").FunctionComponent<import("@salute
196
201
  value?: string[] | undefined;
197
202
  onChange?: ((value: string[]) => void) | undefined;
198
203
  isTargetAmount?: boolean | undefined;
204
+ renderValue?: ((item: import("@salutejs/plasma-new-hope/styled-components").ItemOption) => string) | undefined;
199
205
  } & 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
+ renderValue?: undefined;
59
60
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
60
61
  items: ItemOption[];
61
62
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -85,6 +86,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
85
86
  value?: string[] | undefined;
86
87
  onChange?: ((value: string[]) => void) | undefined;
87
88
  isTargetAmount?: boolean | undefined;
89
+ renderValue?: ((item: ItemOption) => string) | undefined;
88
90
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
89
91
  items: ItemOption[];
90
92
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -114,6 +116,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
114
116
  value?: string | undefined;
115
117
  onChange?: ((value: string) => void) | undefined;
116
118
  isTargetAmount?: false | undefined;
119
+ renderValue?: undefined;
117
120
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
118
121
  items: ItemOption[];
119
122
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -143,6 +146,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
143
146
  value?: string[] | undefined;
144
147
  onChange?: ((value: string[]) => void) | undefined;
145
148
  isTargetAmount?: boolean | undefined;
149
+ renderValue?: ((item: ItemOption) => string) | undefined;
146
150
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
147
151
  items: ItemOption[];
148
152
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -172,6 +176,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
172
176
  value?: string | undefined;
173
177
  onChange?: ((value: string) => void) | undefined;
174
178
  isTargetAmount?: false | undefined;
179
+ renderValue?: undefined;
175
180
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
176
181
  items: ItemOption[];
177
182
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -201,6 +206,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
201
206
  value?: string[] | undefined;
202
207
  onChange?: ((value: string[]) => void) | undefined;
203
208
  isTargetAmount?: boolean | undefined;
209
+ renderValue?: ((item: ItemOption) => string) | undefined;
204
210
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
205
211
  ref?: ForwardedRef<HTMLInputElement> | undefined;
206
212
  }) => ReactElement | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.147.0-canary.1505.11485998091.0",
3
+ "version": "0.147.0-canary.1505.11503860288.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,8 +19,8 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.174.0-canary.1505.11485998091.0",
23
- "@salutejs/sdds-themes": "0.24.0-dev.0"
22
+ "@salutejs/plasma-new-hope": "0.174.0-canary.1505.11503860288.0",
23
+ "@salutejs/sdds-themes": "0.24.1-dev.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.13.1",
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "9c0d81e436556bca97ceb2a19d0c11e21ce11d72"
97
+ "gitHead": "820ea1d4c44abb4646acadb7ce37b4f88318a9b6"
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
+ renderValue?: undefined;
1067
1068
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1068
1069
  items: ItemOption[];
1069
1070
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1093,6 +1094,7 @@ true: PolymorphicClassName;
1093
1094
  value?: string[] | undefined;
1094
1095
  onChange?: ((value: string[]) => void) | undefined;
1095
1096
  isTargetAmount?: boolean | undefined;
1097
+ renderValue?: ((item: ItemOption) => string) | undefined;
1096
1098
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1097
1099
  items: ItemOption[];
1098
1100
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1122,6 +1124,7 @@ true: PolymorphicClassName;
1122
1124
  value?: string | undefined;
1123
1125
  onChange?: ((value: string) => void) | undefined;
1124
1126
  isTargetAmount?: false | undefined;
1127
+ renderValue?: undefined;
1125
1128
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1126
1129
  items: ItemOption[];
1127
1130
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1151,6 +1154,7 @@ true: PolymorphicClassName;
1151
1154
  value?: string[] | undefined;
1152
1155
  onChange?: ((value: string[]) => void) | undefined;
1153
1156
  isTargetAmount?: boolean | undefined;
1157
+ renderValue?: ((item: ItemOption) => string) | undefined;
1154
1158
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1155
1159
  items: ItemOption[];
1156
1160
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1180,6 +1184,7 @@ true: PolymorphicClassName;
1180
1184
  value?: string | undefined;
1181
1185
  onChange?: ((value: string) => void) | undefined;
1182
1186
  isTargetAmount?: false | undefined;
1187
+ renderValue?: undefined;
1183
1188
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>) | ({
1184
1189
  items: ItemOption[];
1185
1190
  placement?: ("top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end") | undefined;
@@ -1209,6 +1214,7 @@ true: PolymorphicClassName;
1209
1214
  value?: string[] | undefined;
1210
1215
  onChange?: ((value: string[]) => void) | undefined;
1211
1216
  isTargetAmount?: boolean | undefined;
1217
+ renderValue?: ((item: ItemOption) => string) | undefined;
1212
1218
  } & Omit<ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & RefAttributes<HTMLInputElement>)), "view" | "size" | "disabled" | "readOnly" | "labelPlacement"> & {
1213
1219
  ref?: ForwardedRef<HTMLInputElement> | undefined;
1214
1220
  }) => ReactElement | null;