@salutejs/sdds-finportal 0.168.0-canary.1563.11854006780.0 → 0.168.0-canary.1565.11870784206.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,9 +27,71 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
27
27
  } & {
28
28
  required: true;
29
29
  optional?: false | undefined;
30
- } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
30
+ } & {
31
+ validationType?: undefined;
32
+ options?: undefined;
33
+ passwordHidden?: undefined;
34
+ onValidate?: undefined;
35
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
36
+ requiredPlacement?: "right" | "left" | undefined;
37
+ } & {
38
+ required: true;
39
+ optional?: false | undefined;
40
+ } & {
41
+ validationType: "password";
42
+ options?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").PasswordValidationOptions | undefined;
43
+ passwordHidden?: boolean | undefined;
44
+ onValidate?: ((args: {
45
+ isValid: boolean;
46
+ errorMessage?: string | undefined;
47
+ }) => void) | undefined;
48
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
49
+ requiredPlacement?: "right" | "left" | undefined;
50
+ } & {
51
+ required: true;
52
+ optional?: false | undefined;
53
+ } & {
54
+ validationType: "email";
55
+ options?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").EmailValidationOptions | undefined;
56
+ passwordHidden?: undefined;
57
+ onValidate?: ((args: {
58
+ isValid: boolean;
59
+ errorMessage?: string | undefined;
60
+ }) => void) | undefined;
61
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
31
62
  requiredPlacement?: "right" | "left" | undefined;
32
63
  } & {
33
64
  optional?: true | undefined;
34
65
  required?: false | undefined;
35
- } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
66
+ } & {
67
+ validationType?: undefined;
68
+ options?: undefined;
69
+ passwordHidden?: undefined;
70
+ onValidate?: undefined;
71
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
72
+ requiredPlacement?: "right" | "left" | undefined;
73
+ } & {
74
+ optional?: true | undefined;
75
+ required?: false | undefined;
76
+ } & {
77
+ validationType: "password";
78
+ options?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").PasswordValidationOptions | undefined;
79
+ passwordHidden?: boolean | undefined;
80
+ onValidate?: ((args: {
81
+ isValid: boolean;
82
+ errorMessage?: string | undefined;
83
+ }) => void) | undefined;
84
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & {
85
+ requiredPlacement?: "right" | "left" | undefined;
86
+ } & {
87
+ optional?: true | undefined;
88
+ required?: false | undefined;
89
+ } & {
90
+ validationType: "email";
91
+ options?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").EmailValidationOptions | undefined;
92
+ passwordHidden?: undefined;
93
+ onValidate?: ((args: {
94
+ isValid: boolean;
95
+ errorMessage?: string | undefined;
96
+ }) => void) | undefined;
97
+ } & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPropsBase, "required" | "requiredPlacement" | "optional" | "chips" | "onChangeChips" | "enumerationType" | "validationType" | "options" | "passwordHidden" | "onValidate"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;