@salutejs/sdds-dfa 0.179.0-canary.1556.11999996386.0 → 0.179.0-canary.1558.12000314965.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +1668 -4162
- package/components/Autocomplete/Autocomplete.d.ts +39 -631
- package/components/Combobox/Combobox.d.ts +36 -492
- package/components/DatePicker/DatePicker.d.ts +1 -47
- package/components/Mask/Mask.d.ts +39 -1239
- package/components/Modal/Modal.config.js +1 -1
- package/components/Select/Select.d.ts +14 -288
- package/components/TextArea/TextArea.d.ts +32 -16
- package/components/TextField/TextField.d.ts +39 -711
- package/es/components/Modal/Modal.config.js +1 -1
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +1668 -4162
@@ -15,53 +15,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
15
15
|
readOnly: {
|
16
16
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
17
|
};
|
18
|
-
}> & ((import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").
|
19
|
-
defaultDate?: Date | undefined;
|
20
|
-
label?: string | undefined;
|
21
|
-
placeholder?: string | undefined;
|
22
|
-
name?: string | undefined;
|
23
|
-
valueError?: boolean | undefined;
|
24
|
-
valueSuccess?: boolean | undefined;
|
25
|
-
leftHelper?: string | undefined;
|
26
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
27
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
28
|
-
textBefore?: string | undefined;
|
29
|
-
textAfter?: string | undefined;
|
30
|
-
onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
|
31
|
-
onChangeValue?: ((event: import("react").SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined) => void) | undefined;
|
32
|
-
onChange?: ((event: {
|
33
|
-
target: {
|
34
|
-
value?: string | undefined;
|
35
|
-
name?: string | undefined;
|
36
|
-
};
|
37
|
-
}) => void) | undefined;
|
38
|
-
} & {
|
39
|
-
labelPlacement: "inner";
|
40
|
-
hasPlaceholder?: boolean | undefined;
|
41
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
|
42
|
-
defaultDate?: Date | undefined;
|
43
|
-
label?: string | undefined;
|
44
|
-
placeholder?: string | undefined;
|
45
|
-
name?: string | undefined;
|
46
|
-
valueError?: boolean | undefined;
|
47
|
-
valueSuccess?: boolean | undefined;
|
48
|
-
leftHelper?: string | undefined;
|
49
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
50
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
51
|
-
textBefore?: string | undefined;
|
52
|
-
textAfter?: string | undefined;
|
53
|
-
onCommitDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
|
54
|
-
onChangeValue?: ((event: import("react").SyntheticEvent<HTMLInputElement, Event> | null, value?: string | undefined) => void) | undefined;
|
55
|
-
onChange?: ((event: {
|
56
|
-
target: {
|
57
|
-
value?: string | undefined;
|
58
|
-
name?: string | undefined;
|
59
|
-
};
|
60
|
-
}) => void) | undefined;
|
61
|
-
} & {
|
62
|
-
labelPlacement?: "outer" | undefined;
|
63
|
-
hasPlaceholder?: undefined;
|
64
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>))>;
|
18
|
+
}> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerTextFieldProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
|
65
19
|
export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
66
20
|
view: {
|
67
21
|
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|