@salutejs/sdds-finportal 0.163.0-canary.1550.11793426836.0 → 0.163.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +195 -23
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Button/Button.d.ts +4 -4
- package/components/Combobox/Combobox.d.ts +12 -12
- package/components/Combobox/index.d.ts +12 -12
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Mask/Mask.d.ts +16 -16
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/components/Select/Select.config.d.ts +7 -15
- package/components/Select/Select.config.js +21 -29
- package/components/Select/Select.d.ts +50 -59
- package/components/Select/Select.js +6 -5
- package/components/TextArea/TextArea.d.ts +16 -16
- package/components/TextField/TextField.d.ts +16 -16
- package/es/components/Select/Select.config.js +22 -30
- package/es/components/Select/Select.js +4 -5
- package/package.json +3 -3
- package/temp/sdds-finportal.api.md +0 -5450
@@ -40,7 +40,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
40
40
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
41
41
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
42
42
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
43
|
-
portal?:
|
43
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
44
44
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
45
45
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
46
46
|
closeAfterSelect?: boolean | undefined;
|
@@ -76,7 +76,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
76
76
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
77
77
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
78
78
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
79
|
-
portal?:
|
79
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
80
80
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
81
81
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
82
82
|
closeAfterSelect?: boolean | undefined;
|
@@ -112,7 +112,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
112
112
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
113
113
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
114
114
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
115
|
-
portal?:
|
115
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
116
116
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
117
117
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
118
118
|
closeAfterSelect?: boolean | undefined;
|
@@ -148,7 +148,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
148
148
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
149
149
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
150
150
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
151
|
-
portal?:
|
151
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
152
152
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
153
153
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
154
154
|
closeAfterSelect?: boolean | undefined;
|
@@ -184,7 +184,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
184
184
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
185
185
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
186
186
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
187
|
-
portal?:
|
187
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
188
188
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
189
189
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
190
190
|
closeAfterSelect?: boolean | undefined;
|
@@ -220,7 +220,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
220
220
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
221
221
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
222
222
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
223
|
-
portal?:
|
223
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
224
224
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
225
225
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
226
226
|
closeAfterSelect?: boolean | undefined;
|
@@ -256,7 +256,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
256
256
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
257
257
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
258
258
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
259
|
-
portal?:
|
259
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
260
260
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
261
261
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
262
262
|
closeAfterSelect?: boolean | undefined;
|
@@ -292,7 +292,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
292
292
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
293
293
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
294
294
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
295
|
-
portal?:
|
295
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
296
296
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
297
297
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
298
298
|
closeAfterSelect?: boolean | undefined;
|
@@ -328,7 +328,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
328
328
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
329
329
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
330
330
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
331
|
-
portal?:
|
331
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
332
332
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
333
333
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
334
334
|
closeAfterSelect?: boolean | undefined;
|
@@ -364,7 +364,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
364
364
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
365
365
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
366
366
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
367
|
-
portal?:
|
367
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
368
368
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
369
369
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
370
370
|
closeAfterSelect?: boolean | undefined;
|
@@ -400,7 +400,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
400
400
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
401
401
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
402
402
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
403
|
-
portal?:
|
403
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
404
404
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
405
405
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
406
406
|
closeAfterSelect?: boolean | undefined;
|
@@ -436,7 +436,7 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
436
436
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
437
437
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
438
438
|
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
439
|
-
portal?:
|
439
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
440
440
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
441
441
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
442
442
|
closeAfterSelect?: boolean | undefined;
|
@@ -31,7 +31,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
31
31
|
focused: {
|
32
32
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
33
|
};
|
34
|
-
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
34
|
+
}> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/types/types").AsProps<any> & {
|
35
35
|
text?: string | undefined;
|
36
36
|
contentLeft?: import("react").ReactNode;
|
37
37
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -52,7 +52,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
52
52
|
} & {
|
53
53
|
value?: string | number | undefined;
|
54
54
|
contentRight?: undefined;
|
55
|
-
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/
|
55
|
+
} & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("@salutejs/plasma-new-hope/types/types").AsProps<any> & {
|
56
56
|
text?: string | undefined;
|
57
57
|
contentLeft?: import("react").ReactNode;
|
58
58
|
contentPlacing?: ("default" | "relaxed") | undefined;
|
@@ -71,7 +71,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
71
71
|
onChangeChips?: undefined;
|
72
72
|
enumerationType?: "plain" | undefined;
|
73
73
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
74
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
74
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
75
75
|
view: {
|
76
76
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
77
77
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -143,7 +143,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
143
143
|
onSearch?: undefined;
|
144
144
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
145
145
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
146
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
146
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
147
147
|
view: {
|
148
148
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
149
149
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -215,7 +215,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
215
215
|
onChangeChips?: undefined;
|
216
216
|
enumerationType?: "plain" | undefined;
|
217
217
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
218
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
218
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
219
219
|
view: {
|
220
220
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
221
221
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -287,7 +287,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
287
287
|
onSearch?: undefined;
|
288
288
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
289
289
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
290
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
290
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
291
291
|
view: {
|
292
292
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
293
293
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -359,7 +359,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
359
359
|
onChangeChips?: undefined;
|
360
360
|
enumerationType?: "plain" | undefined;
|
361
361
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
362
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
362
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
363
363
|
view: {
|
364
364
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
365
365
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -431,7 +431,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
431
431
|
onSearch?: undefined;
|
432
432
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
433
433
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
434
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
434
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
435
435
|
view: {
|
436
436
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
437
437
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -503,7 +503,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
503
503
|
onChangeChips?: undefined;
|
504
504
|
enumerationType?: "plain" | undefined;
|
505
505
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
506
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
506
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
507
507
|
view: {
|
508
508
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
509
509
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -575,7 +575,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
575
575
|
onSearch?: undefined;
|
576
576
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
577
577
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
578
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
578
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
579
579
|
view: {
|
580
580
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
581
581
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -647,7 +647,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
647
647
|
onChangeChips?: undefined;
|
648
648
|
enumerationType?: "plain" | undefined;
|
649
649
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
650
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
650
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
651
651
|
view: {
|
652
652
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
653
653
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -719,7 +719,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
719
719
|
onSearch?: undefined;
|
720
720
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
721
721
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
722
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
722
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
723
723
|
view: {
|
724
724
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
725
725
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -791,7 +791,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
791
791
|
onChangeChips?: undefined;
|
792
792
|
enumerationType?: "plain" | undefined;
|
793
793
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
794
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
794
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
795
795
|
view: {
|
796
796
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
797
797
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -863,7 +863,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
863
863
|
onSearch?: undefined;
|
864
864
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
865
865
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
866
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
866
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
867
867
|
view: {
|
868
868
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
869
869
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -935,7 +935,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
935
935
|
onChangeChips?: undefined;
|
936
936
|
enumerationType?: "plain" | undefined;
|
937
937
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
938
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
938
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
939
939
|
view: {
|
940
940
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
941
941
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -1007,7 +1007,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1007
1007
|
onSearch?: undefined;
|
1008
1008
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1009
1009
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1010
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
1010
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1011
1011
|
view: {
|
1012
1012
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1013
1013
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -1079,7 +1079,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1079
1079
|
onChangeChips?: undefined;
|
1080
1080
|
enumerationType?: "plain" | undefined;
|
1081
1081
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1082
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
1082
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
1083
1083
|
view: {
|
1084
1084
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
1085
1085
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -1151,4 +1151,4 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1151
1151
|
onSearch?: undefined;
|
1152
1152
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1153
1153
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1154
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
1154
|
+
} & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
@@ -20,7 +20,7 @@ declare const RadioboxComponent: import("react").FunctionComponent<import("@salu
|
|
20
20
|
focused: {
|
21
21
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
22
22
|
};
|
23
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/
|
23
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
24
24
|
export declare type RadioboxProps = ComponentProps<typeof RadioboxComponent>;
|
25
25
|
/**
|
26
26
|
* Переключатель, или *радиокнопка*.
|
@@ -46,5 +46,5 @@ export declare const Radiobox: import("react").FunctionComponent<import("@salute
|
|
46
46
|
focused: {
|
47
47
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
48
48
|
};
|
49
|
-
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/
|
49
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types").Filter<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("@salutejs/plasma-new-hope/styled-components").BaseboxProps, "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
50
50
|
export { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -1,11 +1,16 @@
|
|
1
1
|
export declare const config: {
|
2
2
|
defaults: {
|
3
3
|
view: string;
|
4
|
-
size: string;
|
5
|
-
labelPlacement: string;
|
6
4
|
chipView: string;
|
5
|
+
size: string;
|
7
6
|
};
|
8
7
|
variations: {
|
8
|
+
size: {
|
9
|
+
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
10
|
+
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
|
+
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
+
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
|
+
};
|
9
14
|
view: {
|
10
15
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
16
|
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
@@ -18,23 +23,10 @@ export declare const config: {
|
|
18
23
|
black: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
19
24
|
white: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
20
25
|
};
|
21
|
-
size: {
|
22
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
23
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
25
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
26
|
-
};
|
27
|
-
labelPlacement: {
|
28
|
-
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
29
|
-
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
30
|
-
};
|
31
26
|
chipView: {
|
32
27
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
33
28
|
secondary: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
34
29
|
accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
35
30
|
};
|
36
|
-
disabled: {
|
37
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
38
|
-
};
|
39
31
|
};
|
40
32
|
};
|