@salutejs/plasma-web 1.465.0-canary.1595.12163648714.0 → 1.465.0-canary.1595.12176602576.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
@@ -704,7 +704,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
704
704
|
chipType?: undefined;
|
705
705
|
chipView?: undefined;
|
706
706
|
chipValidator?: undefined;
|
707
|
-
}, "
|
707
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
708
708
|
titleCaption?: ReactNode;
|
709
709
|
leftHelper?: string | undefined;
|
710
710
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -736,7 +736,7 @@ chipView?: string | undefined;
|
|
736
736
|
chipValidator?: ((value: string) => {
|
737
737
|
view?: string | undefined;
|
738
738
|
}) | undefined;
|
739
|
-
}, "
|
739
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
740
740
|
titleCaption?: ReactNode;
|
741
741
|
leftHelper?: string | undefined;
|
742
742
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -766,7 +766,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
766
766
|
chipType?: undefined;
|
767
767
|
chipView?: undefined;
|
768
768
|
chipValidator?: undefined;
|
769
|
-
}, "
|
769
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
770
770
|
titleCaption?: ReactNode;
|
771
771
|
leftHelper?: string | undefined;
|
772
772
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -798,7 +798,7 @@ chipView?: string | undefined;
|
|
798
798
|
chipValidator?: ((value: string) => {
|
799
799
|
view?: string | undefined;
|
800
800
|
}) | undefined;
|
801
|
-
}, "
|
801
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
802
802
|
titleCaption?: ReactNode;
|
803
803
|
leftHelper?: string | undefined;
|
804
804
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -828,7 +828,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
828
828
|
chipType?: undefined;
|
829
829
|
chipView?: undefined;
|
830
830
|
chipValidator?: undefined;
|
831
|
-
}, "
|
831
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
832
832
|
titleCaption?: ReactNode;
|
833
833
|
leftHelper?: string | undefined;
|
834
834
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -860,7 +860,7 @@ chipView?: string | undefined;
|
|
860
860
|
chipValidator?: ((value: string) => {
|
861
861
|
view?: string | undefined;
|
862
862
|
}) | undefined;
|
863
|
-
}, "
|
863
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
864
864
|
titleCaption?: ReactNode;
|
865
865
|
leftHelper?: string | undefined;
|
866
866
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -890,7 +890,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
890
890
|
chipType?: undefined;
|
891
891
|
chipView?: undefined;
|
892
892
|
chipValidator?: undefined;
|
893
|
-
}, "
|
893
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
894
894
|
titleCaption?: ReactNode;
|
895
895
|
leftHelper?: string | undefined;
|
896
896
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -922,7 +922,7 @@ chipView?: string | undefined;
|
|
922
922
|
chipValidator?: ((value: string) => {
|
923
923
|
view?: string | undefined;
|
924
924
|
}) | undefined;
|
925
|
-
}, "
|
925
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
|
926
926
|
|
927
927
|
// @public (undocumented)
|
928
928
|
export const Avatar: FunctionComponent<PropsType< {
|
@@ -52,7 +52,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
52
52
|
chipType?: undefined;
|
53
53
|
chipView?: undefined;
|
54
54
|
chipValidator?: undefined;
|
55
|
-
}, "
|
55
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
56
56
|
titleCaption?: import("react").ReactNode;
|
57
57
|
leftHelper?: string | undefined;
|
58
58
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -84,7 +84,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
84
84
|
chipValidator?: ((value: string) => {
|
85
85
|
view?: string | undefined;
|
86
86
|
}) | undefined;
|
87
|
-
}, "
|
87
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
88
88
|
titleCaption?: import("react").ReactNode;
|
89
89
|
leftHelper?: string | undefined;
|
90
90
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -114,7 +114,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
114
114
|
chipType?: undefined;
|
115
115
|
chipView?: undefined;
|
116
116
|
chipValidator?: undefined;
|
117
|
-
}, "
|
117
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
118
118
|
titleCaption?: import("react").ReactNode;
|
119
119
|
leftHelper?: string | undefined;
|
120
120
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -146,7 +146,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
146
146
|
chipValidator?: ((value: string) => {
|
147
147
|
view?: string | undefined;
|
148
148
|
}) | undefined;
|
149
|
-
}, "
|
149
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
150
150
|
titleCaption?: import("react").ReactNode;
|
151
151
|
leftHelper?: string | undefined;
|
152
152
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -176,7 +176,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
176
176
|
chipType?: undefined;
|
177
177
|
chipView?: undefined;
|
178
178
|
chipValidator?: undefined;
|
179
|
-
}, "
|
179
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
180
180
|
titleCaption?: import("react").ReactNode;
|
181
181
|
leftHelper?: string | undefined;
|
182
182
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -208,7 +208,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
208
208
|
chipValidator?: ((value: string) => {
|
209
209
|
view?: string | undefined;
|
210
210
|
}) | undefined;
|
211
|
-
}, "
|
211
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
212
212
|
titleCaption?: import("react").ReactNode;
|
213
213
|
leftHelper?: string | undefined;
|
214
214
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -238,7 +238,7 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
238
238
|
chipType?: undefined;
|
239
239
|
chipView?: undefined;
|
240
240
|
chipValidator?: undefined;
|
241
|
-
}, "
|
241
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
242
242
|
titleCaption?: import("react").ReactNode;
|
243
243
|
leftHelper?: string | undefined;
|
244
244
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -270,4 +270,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
270
270
|
chipValidator?: ((value: string) => {
|
271
271
|
view?: string | undefined;
|
272
272
|
}) | undefined;
|
273
|
-
}, "
|
273
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -62,6 +62,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
62
62
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
63
63
|
renderItem?: ((item: DropdownNodeSelect) => React.ReactNode) | undefined;
|
64
64
|
closeAfterSelect?: boolean | undefined;
|
65
|
+
beforeList?: React.ReactNode;
|
66
|
+
afterList?: React.ReactNode;
|
65
67
|
size?: string | undefined;
|
66
68
|
view?: string | undefined;
|
67
69
|
chipView?: string | undefined;
|
@@ -99,6 +101,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
99
101
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
100
102
|
renderItem?: ((item: DropdownNodeSelect) => React.ReactNode) | undefined;
|
101
103
|
closeAfterSelect?: boolean | undefined;
|
104
|
+
beforeList?: React.ReactNode;
|
105
|
+
afterList?: React.ReactNode;
|
102
106
|
size?: string | undefined;
|
103
107
|
view?: string | undefined;
|
104
108
|
chipView?: string | undefined;
|
@@ -136,6 +140,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
136
140
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
137
141
|
renderItem?: ((item: DropdownNodeSelect) => React.ReactNode) | undefined;
|
138
142
|
closeAfterSelect?: boolean | undefined;
|
143
|
+
beforeList?: React.ReactNode;
|
144
|
+
afterList?: React.ReactNode;
|
139
145
|
size?: string | undefined;
|
140
146
|
view?: string | undefined;
|
141
147
|
chipView?: string | undefined;
|
@@ -173,6 +179,8 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
173
179
|
renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
|
174
180
|
renderItem?: ((item: DropdownNodeSelect) => React.ReactNode) | undefined;
|
175
181
|
closeAfterSelect?: boolean | undefined;
|
182
|
+
beforeList?: React.ReactNode;
|
183
|
+
afterList?: React.ReactNode;
|
176
184
|
size?: string | undefined;
|
177
185
|
view?: string | undefined;
|
178
186
|
chipView?: string | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.465.0-canary.1595.
|
3
|
+
"version": "1.465.0-canary.1595.12176602576.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.187.0",
|
23
23
|
"@salutejs/plasma-hope": "1.322.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.210.0-canary.1595.
|
24
|
+
"@salutejs/plasma-new-hope": "0.210.0-canary.1595.12176602576.0",
|
25
25
|
"@salutejs/plasma-themes": "0.23.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": "031bff325d8c5c7447fffba2f29217fc509626de"
|
116
116
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -704,7 +704,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
704
704
|
chipType?: undefined;
|
705
705
|
chipView?: undefined;
|
706
706
|
chipValidator?: undefined;
|
707
|
-
}, "
|
707
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
708
708
|
titleCaption?: ReactNode;
|
709
709
|
leftHelper?: string | undefined;
|
710
710
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -736,7 +736,7 @@ chipView?: string | undefined;
|
|
736
736
|
chipValidator?: ((value: string) => {
|
737
737
|
view?: string | undefined;
|
738
738
|
}) | undefined;
|
739
|
-
}, "
|
739
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
740
740
|
titleCaption?: ReactNode;
|
741
741
|
leftHelper?: string | undefined;
|
742
742
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -766,7 +766,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
766
766
|
chipType?: undefined;
|
767
767
|
chipView?: undefined;
|
768
768
|
chipValidator?: undefined;
|
769
|
-
}, "
|
769
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
770
770
|
titleCaption?: ReactNode;
|
771
771
|
leftHelper?: string | undefined;
|
772
772
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -798,7 +798,7 @@ chipView?: string | undefined;
|
|
798
798
|
chipValidator?: ((value: string) => {
|
799
799
|
view?: string | undefined;
|
800
800
|
}) | undefined;
|
801
|
-
}, "
|
801
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
802
802
|
titleCaption?: ReactNode;
|
803
803
|
leftHelper?: string | undefined;
|
804
804
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -828,7 +828,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
828
828
|
chipType?: undefined;
|
829
829
|
chipView?: undefined;
|
830
830
|
chipValidator?: undefined;
|
831
|
-
}, "
|
831
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
832
832
|
titleCaption?: ReactNode;
|
833
833
|
leftHelper?: string | undefined;
|
834
834
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -860,7 +860,7 @@ chipView?: string | undefined;
|
|
860
860
|
chipValidator?: ((value: string) => {
|
861
861
|
view?: string | undefined;
|
862
862
|
}) | undefined;
|
863
|
-
}, "
|
863
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
864
864
|
titleCaption?: ReactNode;
|
865
865
|
leftHelper?: string | undefined;
|
866
866
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -890,7 +890,7 @@ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefine
|
|
890
890
|
chipType?: undefined;
|
891
891
|
chipView?: undefined;
|
892
892
|
chipValidator?: undefined;
|
893
|
-
}, "
|
893
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>) | (BaseProps & Omit<{
|
894
894
|
titleCaption?: ReactNode;
|
895
895
|
leftHelper?: string | undefined;
|
896
896
|
contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
@@ -922,7 +922,7 @@ chipView?: string | undefined;
|
|
922
922
|
chipValidator?: ((value: string) => {
|
923
923
|
view?: string | undefined;
|
924
924
|
}) | undefined;
|
925
|
-
}, "
|
925
|
+
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<InputHTMLAttributes_3<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement>))>;
|
926
926
|
|
927
927
|
// @public (undocumented)
|
928
928
|
export const Avatar: FunctionComponent<PropsType< {
|