@salutejs/plasma-web 1.476.0-dev.0 → 1.476.1-canary.1645.12327827418.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-web.api.md
CHANGED
@@ -1901,6 +1901,8 @@ default: PolymorphicClassName;
|
|
1901
1901
|
portal?: string | React_2.RefObject<HTMLElement> | undefined;
|
1902
1902
|
renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
|
1903
1903
|
zIndex?: Property.ZIndex | undefined;
|
1904
|
+
beforeList?: React_2.ReactNode;
|
1905
|
+
afterList?: React_2.ReactNode;
|
1904
1906
|
onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
|
1905
1907
|
listOverflow?: Property.Overflow | undefined;
|
1906
1908
|
listHeight?: Property.Height<string | number> | undefined;
|
@@ -43,6 +43,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
43
43
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
44
44
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
45
45
|
closeAfterSelect?: boolean | undefined;
|
46
|
+
beforeList?: React.ReactNode;
|
47
|
+
afterList?: React.ReactNode;
|
46
48
|
size?: string | undefined;
|
47
49
|
view?: string | undefined;
|
48
50
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -76,6 +78,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
76
78
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
77
79
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
78
80
|
closeAfterSelect?: boolean | undefined;
|
81
|
+
beforeList?: React.ReactNode;
|
82
|
+
afterList?: React.ReactNode;
|
79
83
|
size?: string | undefined;
|
80
84
|
view?: string | undefined;
|
81
85
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -109,6 +113,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
109
113
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
110
114
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
111
115
|
closeAfterSelect?: boolean | undefined;
|
116
|
+
beforeList?: React.ReactNode;
|
117
|
+
afterList?: React.ReactNode;
|
112
118
|
size?: string | undefined;
|
113
119
|
view?: string | undefined;
|
114
120
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -142,6 +148,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
142
148
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
143
149
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
144
150
|
closeAfterSelect?: boolean | undefined;
|
151
|
+
beforeList?: React.ReactNode;
|
152
|
+
afterList?: React.ReactNode;
|
145
153
|
size?: string | undefined;
|
146
154
|
view?: string | undefined;
|
147
155
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -175,6 +183,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
175
183
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
176
184
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
177
185
|
closeAfterSelect?: boolean | undefined;
|
186
|
+
beforeList?: React.ReactNode;
|
187
|
+
afterList?: React.ReactNode;
|
178
188
|
size?: string | undefined;
|
179
189
|
view?: string | undefined;
|
180
190
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -208,6 +218,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
208
218
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
209
219
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
210
220
|
closeAfterSelect?: boolean | undefined;
|
221
|
+
beforeList?: React.ReactNode;
|
222
|
+
afterList?: React.ReactNode;
|
211
223
|
size?: string | undefined;
|
212
224
|
view?: string | undefined;
|
213
225
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -241,6 +253,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
241
253
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
242
254
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
243
255
|
closeAfterSelect?: boolean | undefined;
|
256
|
+
beforeList?: React.ReactNode;
|
257
|
+
afterList?: React.ReactNode;
|
244
258
|
size?: string | undefined;
|
245
259
|
view?: string | undefined;
|
246
260
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -274,6 +288,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
274
288
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
275
289
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
276
290
|
closeAfterSelect?: boolean | undefined;
|
291
|
+
beforeList?: React.ReactNode;
|
292
|
+
afterList?: React.ReactNode;
|
277
293
|
size?: string | undefined;
|
278
294
|
view?: string | undefined;
|
279
295
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -307,6 +323,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
307
323
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
308
324
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
309
325
|
closeAfterSelect?: boolean | undefined;
|
326
|
+
beforeList?: React.ReactNode;
|
327
|
+
afterList?: React.ReactNode;
|
310
328
|
size?: string | undefined;
|
311
329
|
view?: string | undefined;
|
312
330
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -340,6 +358,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
340
358
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
341
359
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
342
360
|
closeAfterSelect?: boolean | undefined;
|
361
|
+
beforeList?: React.ReactNode;
|
362
|
+
afterList?: React.ReactNode;
|
343
363
|
size?: string | undefined;
|
344
364
|
view?: string | undefined;
|
345
365
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -373,6 +393,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
373
393
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
374
394
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
375
395
|
closeAfterSelect?: boolean | undefined;
|
396
|
+
beforeList?: React.ReactNode;
|
397
|
+
afterList?: React.ReactNode;
|
376
398
|
size?: string | undefined;
|
377
399
|
view?: string | undefined;
|
378
400
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -406,6 +428,8 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
406
428
|
renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
|
407
429
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
408
430
|
closeAfterSelect?: boolean | undefined;
|
431
|
+
beforeList?: React.ReactNode;
|
432
|
+
afterList?: React.ReactNode;
|
409
433
|
size?: string | undefined;
|
410
434
|
view?: string | undefined;
|
411
435
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & {
|
@@ -31,6 +31,8 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
|
|
31
31
|
portal?: string | React.RefObject<HTMLElement> | undefined;
|
32
32
|
renderItem?: ((item: DropdownItemOption) => React.ReactNode) | undefined;
|
33
33
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
34
|
+
beforeList?: React.ReactNode;
|
35
|
+
afterList?: React.ReactNode;
|
34
36
|
onItemClick?: ((item: DropdownItemOption, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
|
35
37
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
36
38
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.476.
|
3
|
+
"version": "1.476.1-canary.1645.12327827418.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.188.0",
|
23
23
|
"@salutejs/plasma-hope": "1.324.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.221.
|
24
|
+
"@salutejs/plasma-new-hope": "0.221.1-canary.1645.12327827418.0",
|
25
25
|
"@salutejs/plasma-themes": "0.24.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.43.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.54.0",
|
@@ -112,5 +112,5 @@
|
|
112
112
|
"Fanil Zubairov"
|
113
113
|
],
|
114
114
|
"sideEffects": false,
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "f88c2e0c980f241e7324c8535458921655fb70ff"
|
116
116
|
}
|