@salutejs/plasma-new-hope 0.194.0-canary.1562.11857238836.0 → 0.194.0-canary.1565.11870784206.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
- package/cjs/components/Combobox/ComboboxOld/Combobox.css +4 -5
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +4 -5
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +4 -5
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +4 -5
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +4 -5
- package/cjs/components/Dropdown/Dropdown.css +4 -5
- package/cjs/components/Dropdown/Dropdown.js +2 -4
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.css +4 -5
- package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
- package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
- package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +1 -7
- package/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
- package/cjs/components/Dropdown/ui/DropdownItem/{DropdownItem.styles_14yih1y.css → DropdownItem.styles_1b439rx.css} +0 -1
- package/cjs/components/Select/Select.js +1 -0
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -18
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/TextField/TextField.js +27 -3
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/hooks/useValidation.js +273 -0
- package/cjs/components/TextField/hooks/useValidation.js.map +1 -0
- package/cjs/index.css +4 -5
- package/cjs/utils/constants.js +4 -0
- package/cjs/utils/constants.js.map +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/emotion/cjs/components/Dropdown/Dropdown.js +2 -4
- package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
- package/emotion/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +11 -15
- package/emotion/cjs/components/Select/Select.js +1 -0
- package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
- package/emotion/cjs/components/TextField/TextField.js +27 -4
- package/emotion/cjs/components/TextField/TextField.template-doc.mdx +330 -0
- package/emotion/cjs/components/TextField/hooks/index.js +8 -1
- package/emotion/cjs/components/TextField/hooks/useValidation.js +276 -0
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
- package/emotion/cjs/utils/constants.js +4 -2
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/emotion/es/components/Dropdown/Dropdown.js +2 -4
- package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
- package/emotion/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +11 -15
- package/emotion/es/components/Select/Select.js +1 -0
- package/emotion/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
- package/emotion/es/components/TextField/TextField.js +28 -5
- package/emotion/es/components/TextField/TextField.template-doc.mdx +330 -0
- package/emotion/es/components/TextField/hooks/index.js +2 -1
- package/emotion/es/components/TextField/hooks/useValidation.js +270 -0
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
- package/emotion/es/utils/constants.js +3 -1
- package/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js.map +1 -1
- package/es/components/Combobox/ComboboxOld/Combobox.css +4 -5
- package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +4 -5
- package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +4 -5
- package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +4 -5
- package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +4 -5
- package/es/components/Dropdown/Dropdown.css +4 -5
- package/es/components/Dropdown/Dropdown.js +2 -4
- package/es/components/Dropdown/Dropdown.js.map +1 -1
- package/es/components/Dropdown/ui/DropdownItem/DropdownItem.css +4 -5
- package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
- package/es/components/Dropdown/ui/DropdownItem/DropdownItem.js.map +1 -1
- package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -7
- package/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js.map +1 -1
- package/es/components/Dropdown/ui/DropdownItem/{DropdownItem.styles_14yih1y.css → DropdownItem.styles_1b439rx.css} +0 -1
- package/es/components/Select/Select.js +1 -0
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +4 -19
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/TextField/TextField.js +27 -3
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/hooks/useValidation.js +269 -0
- package/es/components/TextField/hooks/useValidation.js.map +1 -0
- package/es/index.css +4 -5
- package/es/utils/constants.js +3 -1
- package/es/utils/constants.js.map +1 -1
- package/package.json +2 -3
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/styled-components/cjs/components/Dropdown/Dropdown.js +2 -4
- package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.js +2 -3
- package/styled-components/cjs/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -5
- package/styled-components/cjs/components/Select/Select.js +1 -0
- package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
- package/styled-components/cjs/components/TextField/TextField.js +26 -3
- package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +330 -0
- package/styled-components/cjs/components/TextField/hooks/index.js +8 -1
- package/styled-components/cjs/components/TextField/hooks/useValidation.js +276 -0
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
- package/styled-components/cjs/utils/constants.js +4 -2
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +1 -0
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.js +2 -1
- package/styled-components/es/components/Dropdown/Dropdown.js +2 -4
- package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.js +3 -4
- package/styled-components/es/components/Dropdown/ui/DropdownItem/DropdownItem.styles.js +2 -5
- package/styled-components/es/components/Select/Select.js +1 -0
- package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.js +2 -1
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -24
- package/styled-components/es/components/TextField/TextField.js +27 -4
- package/styled-components/es/components/TextField/TextField.template-doc.mdx +330 -0
- package/styled-components/es/components/TextField/hooks/index.js +2 -1
- package/styled-components/es/components/TextField/hooks/useValidation.js +270 -0
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +253 -1
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +252 -0
- package/styled-components/es/utils/constants.js +3 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -2
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +1676 -92
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +2 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +1676 -92
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +1676 -92
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/Dropdown/Dropdown.d.ts +2 -50
- package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/types/components/Dropdown/Dropdown.types.d.ts +6 -11
- package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
- package/types/components/Dropdown/index.d.ts +0 -1
- package/types/components/Dropdown/index.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts +0 -1
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +1676 -92
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +2 -1
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +1676 -92
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +1676 -92
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +51 -1
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/hooks/index.d.ts +1 -0
- package/types/components/TextField/hooks/index.d.ts.map +1 -1
- package/types/components/TextField/hooks/useValidation.d.ts +7 -0
- package/types/components/TextField/hooks/useValidation.d.ts.map +1 -0
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +64 -2
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Dropdown/Dropdown.d.ts +1 -25
- package/types/examples/plasma_b2c/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +2732 -92
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +1676 -92
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +64 -2
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Dropdown/Dropdown.d.ts +1 -25
- package/types/examples/plasma_web/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +2732 -92
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +1676 -92
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/types/utils/constants.d.ts +2 -0
- package/types/utils/constants.d.ts.map +1 -1
@@ -71,6 +71,2541 @@ 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
|
+
} & {
|
75
|
+
validationType?: undefined;
|
76
|
+
options?: undefined;
|
77
|
+
passwordHidden?: undefined;
|
78
|
+
onValidate?: undefined;
|
79
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
80
|
+
view: {
|
81
|
+
default: import("@linaria/core").LinariaClassName;
|
82
|
+
positive: import("@linaria/core").LinariaClassName;
|
83
|
+
warning: import("@linaria/core").LinariaClassName;
|
84
|
+
negative: import("@linaria/core").LinariaClassName;
|
85
|
+
};
|
86
|
+
size: {
|
87
|
+
l: import("@linaria/core").LinariaClassName;
|
88
|
+
m: import("@linaria/core").LinariaClassName;
|
89
|
+
s: import("@linaria/core").LinariaClassName;
|
90
|
+
xs: import("@linaria/core").LinariaClassName;
|
91
|
+
};
|
92
|
+
labelPlacement: {
|
93
|
+
inner: import("@linaria/core").LinariaClassName;
|
94
|
+
outer: import("@linaria/core").LinariaClassName;
|
95
|
+
};
|
96
|
+
clear: {
|
97
|
+
true: import("@linaria/core").LinariaClassName;
|
98
|
+
};
|
99
|
+
hintView: {
|
100
|
+
default: import("@linaria/core").LinariaClassName;
|
101
|
+
};
|
102
|
+
hintSize: {
|
103
|
+
m: import("@linaria/core").LinariaClassName;
|
104
|
+
s: import("@linaria/core").LinariaClassName;
|
105
|
+
};
|
106
|
+
disabled: {
|
107
|
+
true: import("@linaria/core").LinariaClassName;
|
108
|
+
};
|
109
|
+
readOnly: {
|
110
|
+
true: import("@linaria/core").LinariaClassName;
|
111
|
+
};
|
112
|
+
}> & {
|
113
|
+
size?: string | undefined;
|
114
|
+
view?: string | undefined;
|
115
|
+
readOnly?: boolean | undefined;
|
116
|
+
disabled?: boolean | undefined;
|
117
|
+
} & {
|
118
|
+
label?: string | undefined;
|
119
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
120
|
+
titleCaption?: import("react").ReactNode;
|
121
|
+
leftHelper?: string | undefined;
|
122
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
123
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
124
|
+
textBefore?: string | undefined;
|
125
|
+
textAfter?: string | undefined;
|
126
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
127
|
+
} & {
|
128
|
+
requiredPlacement?: "left" | "right" | undefined;
|
129
|
+
} & {
|
130
|
+
required: true;
|
131
|
+
optional?: false | undefined;
|
132
|
+
} & {
|
133
|
+
clear?: boolean | undefined;
|
134
|
+
hasDivider?: boolean | undefined;
|
135
|
+
} & {
|
136
|
+
hintText: string;
|
137
|
+
hintTrigger?: "click" | "hover" | undefined;
|
138
|
+
hintView?: string | undefined;
|
139
|
+
hintSize?: string | undefined;
|
140
|
+
hintTargetIcon?: import("react").ReactNode;
|
141
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
142
|
+
hintHasArrow?: boolean | undefined;
|
143
|
+
hintOffset?: [number, number] | undefined;
|
144
|
+
hintWidth?: string | undefined;
|
145
|
+
hintContentLeft?: import("react").ReactNode;
|
146
|
+
} & {
|
147
|
+
chips?: undefined;
|
148
|
+
onChangeChips?: undefined;
|
149
|
+
enumerationType?: "plain" | undefined;
|
150
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
151
|
+
} & {
|
152
|
+
validationType: "password";
|
153
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
154
|
+
passwordHidden?: boolean | undefined;
|
155
|
+
onValidate?: ((args: {
|
156
|
+
isValid: boolean;
|
157
|
+
errorMessage?: string | undefined;
|
158
|
+
}) => void) | undefined;
|
159
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
160
|
+
view: {
|
161
|
+
default: import("@linaria/core").LinariaClassName;
|
162
|
+
positive: import("@linaria/core").LinariaClassName;
|
163
|
+
warning: import("@linaria/core").LinariaClassName;
|
164
|
+
negative: import("@linaria/core").LinariaClassName;
|
165
|
+
};
|
166
|
+
size: {
|
167
|
+
l: import("@linaria/core").LinariaClassName;
|
168
|
+
m: import("@linaria/core").LinariaClassName;
|
169
|
+
s: import("@linaria/core").LinariaClassName;
|
170
|
+
xs: import("@linaria/core").LinariaClassName;
|
171
|
+
};
|
172
|
+
labelPlacement: {
|
173
|
+
inner: import("@linaria/core").LinariaClassName;
|
174
|
+
outer: import("@linaria/core").LinariaClassName;
|
175
|
+
};
|
176
|
+
clear: {
|
177
|
+
true: import("@linaria/core").LinariaClassName;
|
178
|
+
};
|
179
|
+
hintView: {
|
180
|
+
default: import("@linaria/core").LinariaClassName;
|
181
|
+
};
|
182
|
+
hintSize: {
|
183
|
+
m: import("@linaria/core").LinariaClassName;
|
184
|
+
s: import("@linaria/core").LinariaClassName;
|
185
|
+
};
|
186
|
+
disabled: {
|
187
|
+
true: import("@linaria/core").LinariaClassName;
|
188
|
+
};
|
189
|
+
readOnly: {
|
190
|
+
true: import("@linaria/core").LinariaClassName;
|
191
|
+
};
|
192
|
+
}> & {
|
193
|
+
size?: string | undefined;
|
194
|
+
view?: string | undefined;
|
195
|
+
readOnly?: boolean | undefined;
|
196
|
+
disabled?: boolean | undefined;
|
197
|
+
} & {
|
198
|
+
label?: string | undefined;
|
199
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
200
|
+
titleCaption?: import("react").ReactNode;
|
201
|
+
leftHelper?: string | undefined;
|
202
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
203
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
204
|
+
textBefore?: string | undefined;
|
205
|
+
textAfter?: string | undefined;
|
206
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
207
|
+
} & {
|
208
|
+
requiredPlacement?: "left" | "right" | undefined;
|
209
|
+
} & {
|
210
|
+
required: true;
|
211
|
+
optional?: false | undefined;
|
212
|
+
} & {
|
213
|
+
clear?: boolean | undefined;
|
214
|
+
hasDivider?: boolean | undefined;
|
215
|
+
} & {
|
216
|
+
hintText: string;
|
217
|
+
hintTrigger?: "click" | "hover" | undefined;
|
218
|
+
hintView?: string | undefined;
|
219
|
+
hintSize?: string | undefined;
|
220
|
+
hintTargetIcon?: import("react").ReactNode;
|
221
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
222
|
+
hintHasArrow?: boolean | undefined;
|
223
|
+
hintOffset?: [number, number] | undefined;
|
224
|
+
hintWidth?: string | undefined;
|
225
|
+
hintContentLeft?: import("react").ReactNode;
|
226
|
+
} & {
|
227
|
+
chips?: undefined;
|
228
|
+
onChangeChips?: undefined;
|
229
|
+
enumerationType?: "plain" | undefined;
|
230
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
231
|
+
} & {
|
232
|
+
validationType: "email";
|
233
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
234
|
+
passwordHidden?: undefined;
|
235
|
+
onValidate?: ((args: {
|
236
|
+
isValid: boolean;
|
237
|
+
errorMessage?: string | undefined;
|
238
|
+
}) => void) | undefined;
|
239
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
240
|
+
view: {
|
241
|
+
default: import("@linaria/core").LinariaClassName;
|
242
|
+
positive: import("@linaria/core").LinariaClassName;
|
243
|
+
warning: import("@linaria/core").LinariaClassName;
|
244
|
+
negative: import("@linaria/core").LinariaClassName;
|
245
|
+
};
|
246
|
+
size: {
|
247
|
+
l: import("@linaria/core").LinariaClassName;
|
248
|
+
m: import("@linaria/core").LinariaClassName;
|
249
|
+
s: import("@linaria/core").LinariaClassName;
|
250
|
+
xs: import("@linaria/core").LinariaClassName;
|
251
|
+
};
|
252
|
+
labelPlacement: {
|
253
|
+
inner: import("@linaria/core").LinariaClassName;
|
254
|
+
outer: import("@linaria/core").LinariaClassName;
|
255
|
+
};
|
256
|
+
clear: {
|
257
|
+
true: import("@linaria/core").LinariaClassName;
|
258
|
+
};
|
259
|
+
hintView: {
|
260
|
+
default: import("@linaria/core").LinariaClassName;
|
261
|
+
};
|
262
|
+
hintSize: {
|
263
|
+
m: import("@linaria/core").LinariaClassName;
|
264
|
+
s: import("@linaria/core").LinariaClassName;
|
265
|
+
};
|
266
|
+
disabled: {
|
267
|
+
true: import("@linaria/core").LinariaClassName;
|
268
|
+
};
|
269
|
+
readOnly: {
|
270
|
+
true: import("@linaria/core").LinariaClassName;
|
271
|
+
};
|
272
|
+
}> & {
|
273
|
+
size?: string | undefined;
|
274
|
+
view?: string | undefined;
|
275
|
+
readOnly?: boolean | undefined;
|
276
|
+
disabled?: boolean | undefined;
|
277
|
+
} & {
|
278
|
+
label?: string | undefined;
|
279
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
280
|
+
titleCaption?: import("react").ReactNode;
|
281
|
+
leftHelper?: string | undefined;
|
282
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
283
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
284
|
+
textBefore?: string | undefined;
|
285
|
+
textAfter?: string | undefined;
|
286
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
287
|
+
} & {
|
288
|
+
requiredPlacement?: "left" | "right" | undefined;
|
289
|
+
} & {
|
290
|
+
required: true;
|
291
|
+
optional?: false | undefined;
|
292
|
+
} & {
|
293
|
+
clear?: boolean | undefined;
|
294
|
+
hasDivider?: boolean | undefined;
|
295
|
+
} & {
|
296
|
+
hintText: string;
|
297
|
+
hintTrigger?: "click" | "hover" | undefined;
|
298
|
+
hintView?: string | undefined;
|
299
|
+
hintSize?: string | undefined;
|
300
|
+
hintTargetIcon?: import("react").ReactNode;
|
301
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
302
|
+
hintHasArrow?: boolean | undefined;
|
303
|
+
hintOffset?: [number, number] | undefined;
|
304
|
+
hintWidth?: string | undefined;
|
305
|
+
hintContentLeft?: import("react").ReactNode;
|
306
|
+
} & {
|
307
|
+
enumerationType: "chip";
|
308
|
+
onSearch?: undefined;
|
309
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
310
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
311
|
+
} & {
|
312
|
+
validationType?: undefined;
|
313
|
+
options?: undefined;
|
314
|
+
passwordHidden?: undefined;
|
315
|
+
onValidate?: undefined;
|
316
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
317
|
+
view: {
|
318
|
+
default: import("@linaria/core").LinariaClassName;
|
319
|
+
positive: import("@linaria/core").LinariaClassName;
|
320
|
+
warning: import("@linaria/core").LinariaClassName;
|
321
|
+
negative: import("@linaria/core").LinariaClassName;
|
322
|
+
};
|
323
|
+
size: {
|
324
|
+
l: import("@linaria/core").LinariaClassName;
|
325
|
+
m: import("@linaria/core").LinariaClassName;
|
326
|
+
s: import("@linaria/core").LinariaClassName;
|
327
|
+
xs: import("@linaria/core").LinariaClassName;
|
328
|
+
};
|
329
|
+
labelPlacement: {
|
330
|
+
inner: import("@linaria/core").LinariaClassName;
|
331
|
+
outer: import("@linaria/core").LinariaClassName;
|
332
|
+
};
|
333
|
+
clear: {
|
334
|
+
true: import("@linaria/core").LinariaClassName;
|
335
|
+
};
|
336
|
+
hintView: {
|
337
|
+
default: import("@linaria/core").LinariaClassName;
|
338
|
+
};
|
339
|
+
hintSize: {
|
340
|
+
m: import("@linaria/core").LinariaClassName;
|
341
|
+
s: import("@linaria/core").LinariaClassName;
|
342
|
+
};
|
343
|
+
disabled: {
|
344
|
+
true: import("@linaria/core").LinariaClassName;
|
345
|
+
};
|
346
|
+
readOnly: {
|
347
|
+
true: import("@linaria/core").LinariaClassName;
|
348
|
+
};
|
349
|
+
}> & {
|
350
|
+
size?: string | undefined;
|
351
|
+
view?: string | undefined;
|
352
|
+
readOnly?: boolean | undefined;
|
353
|
+
disabled?: boolean | undefined;
|
354
|
+
} & {
|
355
|
+
label?: string | undefined;
|
356
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
357
|
+
titleCaption?: import("react").ReactNode;
|
358
|
+
leftHelper?: string | undefined;
|
359
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
360
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
361
|
+
textBefore?: string | undefined;
|
362
|
+
textAfter?: string | undefined;
|
363
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
364
|
+
} & {
|
365
|
+
requiredPlacement?: "left" | "right" | undefined;
|
366
|
+
} & {
|
367
|
+
required: true;
|
368
|
+
optional?: false | undefined;
|
369
|
+
} & {
|
370
|
+
clear?: boolean | undefined;
|
371
|
+
hasDivider?: boolean | undefined;
|
372
|
+
} & {
|
373
|
+
hintText: string;
|
374
|
+
hintTrigger?: "click" | "hover" | undefined;
|
375
|
+
hintView?: string | undefined;
|
376
|
+
hintSize?: string | undefined;
|
377
|
+
hintTargetIcon?: import("react").ReactNode;
|
378
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
379
|
+
hintHasArrow?: boolean | undefined;
|
380
|
+
hintOffset?: [number, number] | undefined;
|
381
|
+
hintWidth?: string | undefined;
|
382
|
+
hintContentLeft?: import("react").ReactNode;
|
383
|
+
} & {
|
384
|
+
enumerationType: "chip";
|
385
|
+
onSearch?: undefined;
|
386
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
387
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
388
|
+
} & {
|
389
|
+
validationType: "password";
|
390
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
391
|
+
passwordHidden?: boolean | undefined;
|
392
|
+
onValidate?: ((args: {
|
393
|
+
isValid: boolean;
|
394
|
+
errorMessage?: string | undefined;
|
395
|
+
}) => void) | undefined;
|
396
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
397
|
+
view: {
|
398
|
+
default: import("@linaria/core").LinariaClassName;
|
399
|
+
positive: import("@linaria/core").LinariaClassName;
|
400
|
+
warning: import("@linaria/core").LinariaClassName;
|
401
|
+
negative: import("@linaria/core").LinariaClassName;
|
402
|
+
};
|
403
|
+
size: {
|
404
|
+
l: import("@linaria/core").LinariaClassName;
|
405
|
+
m: import("@linaria/core").LinariaClassName;
|
406
|
+
s: import("@linaria/core").LinariaClassName;
|
407
|
+
xs: import("@linaria/core").LinariaClassName;
|
408
|
+
};
|
409
|
+
labelPlacement: {
|
410
|
+
inner: import("@linaria/core").LinariaClassName;
|
411
|
+
outer: import("@linaria/core").LinariaClassName;
|
412
|
+
};
|
413
|
+
clear: {
|
414
|
+
true: import("@linaria/core").LinariaClassName;
|
415
|
+
};
|
416
|
+
hintView: {
|
417
|
+
default: import("@linaria/core").LinariaClassName;
|
418
|
+
};
|
419
|
+
hintSize: {
|
420
|
+
m: import("@linaria/core").LinariaClassName;
|
421
|
+
s: import("@linaria/core").LinariaClassName;
|
422
|
+
};
|
423
|
+
disabled: {
|
424
|
+
true: import("@linaria/core").LinariaClassName;
|
425
|
+
};
|
426
|
+
readOnly: {
|
427
|
+
true: import("@linaria/core").LinariaClassName;
|
428
|
+
};
|
429
|
+
}> & {
|
430
|
+
size?: string | undefined;
|
431
|
+
view?: string | undefined;
|
432
|
+
readOnly?: boolean | undefined;
|
433
|
+
disabled?: boolean | undefined;
|
434
|
+
} & {
|
435
|
+
label?: string | undefined;
|
436
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
437
|
+
titleCaption?: import("react").ReactNode;
|
438
|
+
leftHelper?: string | undefined;
|
439
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
440
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
441
|
+
textBefore?: string | undefined;
|
442
|
+
textAfter?: string | undefined;
|
443
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
444
|
+
} & {
|
445
|
+
requiredPlacement?: "left" | "right" | undefined;
|
446
|
+
} & {
|
447
|
+
required: true;
|
448
|
+
optional?: false | undefined;
|
449
|
+
} & {
|
450
|
+
clear?: boolean | undefined;
|
451
|
+
hasDivider?: boolean | undefined;
|
452
|
+
} & {
|
453
|
+
hintText: string;
|
454
|
+
hintTrigger?: "click" | "hover" | undefined;
|
455
|
+
hintView?: string | undefined;
|
456
|
+
hintSize?: string | undefined;
|
457
|
+
hintTargetIcon?: import("react").ReactNode;
|
458
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
459
|
+
hintHasArrow?: boolean | undefined;
|
460
|
+
hintOffset?: [number, number] | undefined;
|
461
|
+
hintWidth?: string | undefined;
|
462
|
+
hintContentLeft?: import("react").ReactNode;
|
463
|
+
} & {
|
464
|
+
enumerationType: "chip";
|
465
|
+
onSearch?: undefined;
|
466
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
467
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
468
|
+
} & {
|
469
|
+
validationType: "email";
|
470
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
471
|
+
passwordHidden?: undefined;
|
472
|
+
onValidate?: ((args: {
|
473
|
+
isValid: boolean;
|
474
|
+
errorMessage?: string | undefined;
|
475
|
+
}) => void) | undefined;
|
476
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
477
|
+
view: {
|
478
|
+
default: import("@linaria/core").LinariaClassName;
|
479
|
+
positive: import("@linaria/core").LinariaClassName;
|
480
|
+
warning: import("@linaria/core").LinariaClassName;
|
481
|
+
negative: import("@linaria/core").LinariaClassName;
|
482
|
+
};
|
483
|
+
size: {
|
484
|
+
l: import("@linaria/core").LinariaClassName;
|
485
|
+
m: import("@linaria/core").LinariaClassName;
|
486
|
+
s: import("@linaria/core").LinariaClassName;
|
487
|
+
xs: import("@linaria/core").LinariaClassName;
|
488
|
+
};
|
489
|
+
labelPlacement: {
|
490
|
+
inner: import("@linaria/core").LinariaClassName;
|
491
|
+
outer: import("@linaria/core").LinariaClassName;
|
492
|
+
};
|
493
|
+
clear: {
|
494
|
+
true: import("@linaria/core").LinariaClassName;
|
495
|
+
};
|
496
|
+
hintView: {
|
497
|
+
default: import("@linaria/core").LinariaClassName;
|
498
|
+
};
|
499
|
+
hintSize: {
|
500
|
+
m: import("@linaria/core").LinariaClassName;
|
501
|
+
s: import("@linaria/core").LinariaClassName;
|
502
|
+
};
|
503
|
+
disabled: {
|
504
|
+
true: import("@linaria/core").LinariaClassName;
|
505
|
+
};
|
506
|
+
readOnly: {
|
507
|
+
true: import("@linaria/core").LinariaClassName;
|
508
|
+
};
|
509
|
+
}> & {
|
510
|
+
size?: string | undefined;
|
511
|
+
view?: string | undefined;
|
512
|
+
readOnly?: boolean | undefined;
|
513
|
+
disabled?: boolean | undefined;
|
514
|
+
} & {
|
515
|
+
label?: string | undefined;
|
516
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
517
|
+
titleCaption?: import("react").ReactNode;
|
518
|
+
leftHelper?: string | undefined;
|
519
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
520
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
521
|
+
textBefore?: string | undefined;
|
522
|
+
textAfter?: string | undefined;
|
523
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
524
|
+
} & {
|
525
|
+
requiredPlacement?: "left" | "right" | undefined;
|
526
|
+
} & {
|
527
|
+
required: true;
|
528
|
+
optional?: false | undefined;
|
529
|
+
} & {
|
530
|
+
clear?: boolean | undefined;
|
531
|
+
hasDivider?: boolean | undefined;
|
532
|
+
} & {
|
533
|
+
hintTrigger?: undefined;
|
534
|
+
hintText?: undefined;
|
535
|
+
hintView?: undefined;
|
536
|
+
hintSize?: undefined;
|
537
|
+
hintTargetIcon?: undefined;
|
538
|
+
hintPlacement?: undefined;
|
539
|
+
hintHasArrow?: undefined;
|
540
|
+
hintOffset?: undefined;
|
541
|
+
hintWidth?: undefined;
|
542
|
+
hintContentLeft?: undefined;
|
543
|
+
} & {
|
544
|
+
chips?: undefined;
|
545
|
+
onChangeChips?: undefined;
|
546
|
+
enumerationType?: "plain" | undefined;
|
547
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
548
|
+
} & {
|
549
|
+
validationType?: undefined;
|
550
|
+
options?: undefined;
|
551
|
+
passwordHidden?: undefined;
|
552
|
+
onValidate?: undefined;
|
553
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
554
|
+
view: {
|
555
|
+
default: import("@linaria/core").LinariaClassName;
|
556
|
+
positive: import("@linaria/core").LinariaClassName;
|
557
|
+
warning: import("@linaria/core").LinariaClassName;
|
558
|
+
negative: import("@linaria/core").LinariaClassName;
|
559
|
+
};
|
560
|
+
size: {
|
561
|
+
l: import("@linaria/core").LinariaClassName;
|
562
|
+
m: import("@linaria/core").LinariaClassName;
|
563
|
+
s: import("@linaria/core").LinariaClassName;
|
564
|
+
xs: import("@linaria/core").LinariaClassName;
|
565
|
+
};
|
566
|
+
labelPlacement: {
|
567
|
+
inner: import("@linaria/core").LinariaClassName;
|
568
|
+
outer: import("@linaria/core").LinariaClassName;
|
569
|
+
};
|
570
|
+
clear: {
|
571
|
+
true: import("@linaria/core").LinariaClassName;
|
572
|
+
};
|
573
|
+
hintView: {
|
574
|
+
default: import("@linaria/core").LinariaClassName;
|
575
|
+
};
|
576
|
+
hintSize: {
|
577
|
+
m: import("@linaria/core").LinariaClassName;
|
578
|
+
s: import("@linaria/core").LinariaClassName;
|
579
|
+
};
|
580
|
+
disabled: {
|
581
|
+
true: import("@linaria/core").LinariaClassName;
|
582
|
+
};
|
583
|
+
readOnly: {
|
584
|
+
true: import("@linaria/core").LinariaClassName;
|
585
|
+
};
|
586
|
+
}> & {
|
587
|
+
size?: string | undefined;
|
588
|
+
view?: string | undefined;
|
589
|
+
readOnly?: boolean | undefined;
|
590
|
+
disabled?: boolean | undefined;
|
591
|
+
} & {
|
592
|
+
label?: string | undefined;
|
593
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
594
|
+
titleCaption?: import("react").ReactNode;
|
595
|
+
leftHelper?: string | undefined;
|
596
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
597
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
598
|
+
textBefore?: string | undefined;
|
599
|
+
textAfter?: string | undefined;
|
600
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
601
|
+
} & {
|
602
|
+
requiredPlacement?: "left" | "right" | undefined;
|
603
|
+
} & {
|
604
|
+
required: true;
|
605
|
+
optional?: false | undefined;
|
606
|
+
} & {
|
607
|
+
clear?: boolean | undefined;
|
608
|
+
hasDivider?: boolean | undefined;
|
609
|
+
} & {
|
610
|
+
hintTrigger?: undefined;
|
611
|
+
hintText?: undefined;
|
612
|
+
hintView?: undefined;
|
613
|
+
hintSize?: undefined;
|
614
|
+
hintTargetIcon?: undefined;
|
615
|
+
hintPlacement?: undefined;
|
616
|
+
hintHasArrow?: undefined;
|
617
|
+
hintOffset?: undefined;
|
618
|
+
hintWidth?: undefined;
|
619
|
+
hintContentLeft?: undefined;
|
620
|
+
} & {
|
621
|
+
chips?: undefined;
|
622
|
+
onChangeChips?: undefined;
|
623
|
+
enumerationType?: "plain" | undefined;
|
624
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
625
|
+
} & {
|
626
|
+
validationType: "password";
|
627
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
628
|
+
passwordHidden?: boolean | undefined;
|
629
|
+
onValidate?: ((args: {
|
630
|
+
isValid: boolean;
|
631
|
+
errorMessage?: string | undefined;
|
632
|
+
}) => void) | undefined;
|
633
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
634
|
+
view: {
|
635
|
+
default: import("@linaria/core").LinariaClassName;
|
636
|
+
positive: import("@linaria/core").LinariaClassName;
|
637
|
+
warning: import("@linaria/core").LinariaClassName;
|
638
|
+
negative: import("@linaria/core").LinariaClassName;
|
639
|
+
};
|
640
|
+
size: {
|
641
|
+
l: import("@linaria/core").LinariaClassName;
|
642
|
+
m: import("@linaria/core").LinariaClassName;
|
643
|
+
s: import("@linaria/core").LinariaClassName;
|
644
|
+
xs: import("@linaria/core").LinariaClassName;
|
645
|
+
};
|
646
|
+
labelPlacement: {
|
647
|
+
inner: import("@linaria/core").LinariaClassName;
|
648
|
+
outer: import("@linaria/core").LinariaClassName;
|
649
|
+
};
|
650
|
+
clear: {
|
651
|
+
true: import("@linaria/core").LinariaClassName;
|
652
|
+
};
|
653
|
+
hintView: {
|
654
|
+
default: import("@linaria/core").LinariaClassName;
|
655
|
+
};
|
656
|
+
hintSize: {
|
657
|
+
m: import("@linaria/core").LinariaClassName;
|
658
|
+
s: import("@linaria/core").LinariaClassName;
|
659
|
+
};
|
660
|
+
disabled: {
|
661
|
+
true: import("@linaria/core").LinariaClassName;
|
662
|
+
};
|
663
|
+
readOnly: {
|
664
|
+
true: import("@linaria/core").LinariaClassName;
|
665
|
+
};
|
666
|
+
}> & {
|
667
|
+
size?: string | undefined;
|
668
|
+
view?: string | undefined;
|
669
|
+
readOnly?: boolean | undefined;
|
670
|
+
disabled?: boolean | undefined;
|
671
|
+
} & {
|
672
|
+
label?: string | undefined;
|
673
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
674
|
+
titleCaption?: import("react").ReactNode;
|
675
|
+
leftHelper?: string | undefined;
|
676
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
677
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
678
|
+
textBefore?: string | undefined;
|
679
|
+
textAfter?: string | undefined;
|
680
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
681
|
+
} & {
|
682
|
+
requiredPlacement?: "left" | "right" | undefined;
|
683
|
+
} & {
|
684
|
+
required: true;
|
685
|
+
optional?: false | undefined;
|
686
|
+
} & {
|
687
|
+
clear?: boolean | undefined;
|
688
|
+
hasDivider?: boolean | undefined;
|
689
|
+
} & {
|
690
|
+
hintTrigger?: undefined;
|
691
|
+
hintText?: undefined;
|
692
|
+
hintView?: undefined;
|
693
|
+
hintSize?: undefined;
|
694
|
+
hintTargetIcon?: undefined;
|
695
|
+
hintPlacement?: undefined;
|
696
|
+
hintHasArrow?: undefined;
|
697
|
+
hintOffset?: undefined;
|
698
|
+
hintWidth?: undefined;
|
699
|
+
hintContentLeft?: undefined;
|
700
|
+
} & {
|
701
|
+
chips?: undefined;
|
702
|
+
onChangeChips?: undefined;
|
703
|
+
enumerationType?: "plain" | undefined;
|
704
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
705
|
+
} & {
|
706
|
+
validationType: "email";
|
707
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
708
|
+
passwordHidden?: undefined;
|
709
|
+
onValidate?: ((args: {
|
710
|
+
isValid: boolean;
|
711
|
+
errorMessage?: string | undefined;
|
712
|
+
}) => void) | undefined;
|
713
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
714
|
+
view: {
|
715
|
+
default: import("@linaria/core").LinariaClassName;
|
716
|
+
positive: import("@linaria/core").LinariaClassName;
|
717
|
+
warning: import("@linaria/core").LinariaClassName;
|
718
|
+
negative: import("@linaria/core").LinariaClassName;
|
719
|
+
};
|
720
|
+
size: {
|
721
|
+
l: import("@linaria/core").LinariaClassName;
|
722
|
+
m: import("@linaria/core").LinariaClassName;
|
723
|
+
s: import("@linaria/core").LinariaClassName;
|
724
|
+
xs: import("@linaria/core").LinariaClassName;
|
725
|
+
};
|
726
|
+
labelPlacement: {
|
727
|
+
inner: import("@linaria/core").LinariaClassName;
|
728
|
+
outer: import("@linaria/core").LinariaClassName;
|
729
|
+
};
|
730
|
+
clear: {
|
731
|
+
true: import("@linaria/core").LinariaClassName;
|
732
|
+
};
|
733
|
+
hintView: {
|
734
|
+
default: import("@linaria/core").LinariaClassName;
|
735
|
+
};
|
736
|
+
hintSize: {
|
737
|
+
m: import("@linaria/core").LinariaClassName;
|
738
|
+
s: import("@linaria/core").LinariaClassName;
|
739
|
+
};
|
740
|
+
disabled: {
|
741
|
+
true: import("@linaria/core").LinariaClassName;
|
742
|
+
};
|
743
|
+
readOnly: {
|
744
|
+
true: import("@linaria/core").LinariaClassName;
|
745
|
+
};
|
746
|
+
}> & {
|
747
|
+
size?: string | undefined;
|
748
|
+
view?: string | undefined;
|
749
|
+
readOnly?: boolean | undefined;
|
750
|
+
disabled?: boolean | undefined;
|
751
|
+
} & {
|
752
|
+
label?: string | undefined;
|
753
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
754
|
+
titleCaption?: import("react").ReactNode;
|
755
|
+
leftHelper?: string | undefined;
|
756
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
757
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
758
|
+
textBefore?: string | undefined;
|
759
|
+
textAfter?: string | undefined;
|
760
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
761
|
+
} & {
|
762
|
+
requiredPlacement?: "left" | "right" | undefined;
|
763
|
+
} & {
|
764
|
+
required: true;
|
765
|
+
optional?: false | undefined;
|
766
|
+
} & {
|
767
|
+
clear?: boolean | undefined;
|
768
|
+
hasDivider?: boolean | undefined;
|
769
|
+
} & {
|
770
|
+
hintTrigger?: undefined;
|
771
|
+
hintText?: undefined;
|
772
|
+
hintView?: undefined;
|
773
|
+
hintSize?: undefined;
|
774
|
+
hintTargetIcon?: undefined;
|
775
|
+
hintPlacement?: undefined;
|
776
|
+
hintHasArrow?: undefined;
|
777
|
+
hintOffset?: undefined;
|
778
|
+
hintWidth?: undefined;
|
779
|
+
hintContentLeft?: undefined;
|
780
|
+
} & {
|
781
|
+
enumerationType: "chip";
|
782
|
+
onSearch?: undefined;
|
783
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
784
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
785
|
+
} & {
|
786
|
+
validationType?: undefined;
|
787
|
+
options?: undefined;
|
788
|
+
passwordHidden?: undefined;
|
789
|
+
onValidate?: undefined;
|
790
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
791
|
+
view: {
|
792
|
+
default: import("@linaria/core").LinariaClassName;
|
793
|
+
positive: import("@linaria/core").LinariaClassName;
|
794
|
+
warning: import("@linaria/core").LinariaClassName;
|
795
|
+
negative: import("@linaria/core").LinariaClassName;
|
796
|
+
};
|
797
|
+
size: {
|
798
|
+
l: import("@linaria/core").LinariaClassName;
|
799
|
+
m: import("@linaria/core").LinariaClassName;
|
800
|
+
s: import("@linaria/core").LinariaClassName;
|
801
|
+
xs: import("@linaria/core").LinariaClassName;
|
802
|
+
};
|
803
|
+
labelPlacement: {
|
804
|
+
inner: import("@linaria/core").LinariaClassName;
|
805
|
+
outer: import("@linaria/core").LinariaClassName;
|
806
|
+
};
|
807
|
+
clear: {
|
808
|
+
true: import("@linaria/core").LinariaClassName;
|
809
|
+
};
|
810
|
+
hintView: {
|
811
|
+
default: import("@linaria/core").LinariaClassName;
|
812
|
+
};
|
813
|
+
hintSize: {
|
814
|
+
m: import("@linaria/core").LinariaClassName;
|
815
|
+
s: import("@linaria/core").LinariaClassName;
|
816
|
+
};
|
817
|
+
disabled: {
|
818
|
+
true: import("@linaria/core").LinariaClassName;
|
819
|
+
};
|
820
|
+
readOnly: {
|
821
|
+
true: import("@linaria/core").LinariaClassName;
|
822
|
+
};
|
823
|
+
}> & {
|
824
|
+
size?: string | undefined;
|
825
|
+
view?: string | undefined;
|
826
|
+
readOnly?: boolean | undefined;
|
827
|
+
disabled?: boolean | undefined;
|
828
|
+
} & {
|
829
|
+
label?: string | undefined;
|
830
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
831
|
+
titleCaption?: import("react").ReactNode;
|
832
|
+
leftHelper?: string | undefined;
|
833
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
834
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
835
|
+
textBefore?: string | undefined;
|
836
|
+
textAfter?: string | undefined;
|
837
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
838
|
+
} & {
|
839
|
+
requiredPlacement?: "left" | "right" | undefined;
|
840
|
+
} & {
|
841
|
+
required: true;
|
842
|
+
optional?: false | undefined;
|
843
|
+
} & {
|
844
|
+
clear?: boolean | undefined;
|
845
|
+
hasDivider?: boolean | undefined;
|
846
|
+
} & {
|
847
|
+
hintTrigger?: undefined;
|
848
|
+
hintText?: undefined;
|
849
|
+
hintView?: undefined;
|
850
|
+
hintSize?: undefined;
|
851
|
+
hintTargetIcon?: undefined;
|
852
|
+
hintPlacement?: undefined;
|
853
|
+
hintHasArrow?: undefined;
|
854
|
+
hintOffset?: undefined;
|
855
|
+
hintWidth?: undefined;
|
856
|
+
hintContentLeft?: undefined;
|
857
|
+
} & {
|
858
|
+
enumerationType: "chip";
|
859
|
+
onSearch?: undefined;
|
860
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
861
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
862
|
+
} & {
|
863
|
+
validationType: "password";
|
864
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
865
|
+
passwordHidden?: boolean | undefined;
|
866
|
+
onValidate?: ((args: {
|
867
|
+
isValid: boolean;
|
868
|
+
errorMessage?: string | undefined;
|
869
|
+
}) => void) | undefined;
|
870
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
871
|
+
view: {
|
872
|
+
default: import("@linaria/core").LinariaClassName;
|
873
|
+
positive: import("@linaria/core").LinariaClassName;
|
874
|
+
warning: import("@linaria/core").LinariaClassName;
|
875
|
+
negative: import("@linaria/core").LinariaClassName;
|
876
|
+
};
|
877
|
+
size: {
|
878
|
+
l: import("@linaria/core").LinariaClassName;
|
879
|
+
m: import("@linaria/core").LinariaClassName;
|
880
|
+
s: import("@linaria/core").LinariaClassName;
|
881
|
+
xs: import("@linaria/core").LinariaClassName;
|
882
|
+
};
|
883
|
+
labelPlacement: {
|
884
|
+
inner: import("@linaria/core").LinariaClassName;
|
885
|
+
outer: import("@linaria/core").LinariaClassName;
|
886
|
+
};
|
887
|
+
clear: {
|
888
|
+
true: import("@linaria/core").LinariaClassName;
|
889
|
+
};
|
890
|
+
hintView: {
|
891
|
+
default: import("@linaria/core").LinariaClassName;
|
892
|
+
};
|
893
|
+
hintSize: {
|
894
|
+
m: import("@linaria/core").LinariaClassName;
|
895
|
+
s: import("@linaria/core").LinariaClassName;
|
896
|
+
};
|
897
|
+
disabled: {
|
898
|
+
true: import("@linaria/core").LinariaClassName;
|
899
|
+
};
|
900
|
+
readOnly: {
|
901
|
+
true: import("@linaria/core").LinariaClassName;
|
902
|
+
};
|
903
|
+
}> & {
|
904
|
+
size?: string | undefined;
|
905
|
+
view?: string | undefined;
|
906
|
+
readOnly?: boolean | undefined;
|
907
|
+
disabled?: boolean | undefined;
|
908
|
+
} & {
|
909
|
+
label?: string | undefined;
|
910
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
911
|
+
titleCaption?: import("react").ReactNode;
|
912
|
+
leftHelper?: string | undefined;
|
913
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
914
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
915
|
+
textBefore?: string | undefined;
|
916
|
+
textAfter?: string | undefined;
|
917
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
918
|
+
} & {
|
919
|
+
requiredPlacement?: "left" | "right" | undefined;
|
920
|
+
} & {
|
921
|
+
required: true;
|
922
|
+
optional?: false | undefined;
|
923
|
+
} & {
|
924
|
+
clear?: boolean | undefined;
|
925
|
+
hasDivider?: boolean | undefined;
|
926
|
+
} & {
|
927
|
+
hintTrigger?: undefined;
|
928
|
+
hintText?: undefined;
|
929
|
+
hintView?: undefined;
|
930
|
+
hintSize?: undefined;
|
931
|
+
hintTargetIcon?: undefined;
|
932
|
+
hintPlacement?: undefined;
|
933
|
+
hintHasArrow?: undefined;
|
934
|
+
hintOffset?: undefined;
|
935
|
+
hintWidth?: undefined;
|
936
|
+
hintContentLeft?: undefined;
|
937
|
+
} & {
|
938
|
+
enumerationType: "chip";
|
939
|
+
onSearch?: undefined;
|
940
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
941
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
942
|
+
} & {
|
943
|
+
validationType: "email";
|
944
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
945
|
+
passwordHidden?: undefined;
|
946
|
+
onValidate?: ((args: {
|
947
|
+
isValid: boolean;
|
948
|
+
errorMessage?: string | undefined;
|
949
|
+
}) => void) | undefined;
|
950
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
951
|
+
view: {
|
952
|
+
default: import("@linaria/core").LinariaClassName;
|
953
|
+
positive: import("@linaria/core").LinariaClassName;
|
954
|
+
warning: import("@linaria/core").LinariaClassName;
|
955
|
+
negative: import("@linaria/core").LinariaClassName;
|
956
|
+
};
|
957
|
+
size: {
|
958
|
+
l: import("@linaria/core").LinariaClassName;
|
959
|
+
m: import("@linaria/core").LinariaClassName;
|
960
|
+
s: import("@linaria/core").LinariaClassName;
|
961
|
+
xs: import("@linaria/core").LinariaClassName;
|
962
|
+
};
|
963
|
+
labelPlacement: {
|
964
|
+
inner: import("@linaria/core").LinariaClassName;
|
965
|
+
outer: import("@linaria/core").LinariaClassName;
|
966
|
+
};
|
967
|
+
clear: {
|
968
|
+
true: import("@linaria/core").LinariaClassName;
|
969
|
+
};
|
970
|
+
hintView: {
|
971
|
+
default: import("@linaria/core").LinariaClassName;
|
972
|
+
};
|
973
|
+
hintSize: {
|
974
|
+
m: import("@linaria/core").LinariaClassName;
|
975
|
+
s: import("@linaria/core").LinariaClassName;
|
976
|
+
};
|
977
|
+
disabled: {
|
978
|
+
true: import("@linaria/core").LinariaClassName;
|
979
|
+
};
|
980
|
+
readOnly: {
|
981
|
+
true: import("@linaria/core").LinariaClassName;
|
982
|
+
};
|
983
|
+
}> & {
|
984
|
+
size?: string | undefined;
|
985
|
+
view?: string | undefined;
|
986
|
+
readOnly?: boolean | undefined;
|
987
|
+
disabled?: boolean | undefined;
|
988
|
+
} & {
|
989
|
+
label?: string | undefined;
|
990
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
991
|
+
titleCaption?: import("react").ReactNode;
|
992
|
+
leftHelper?: string | undefined;
|
993
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
994
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
995
|
+
textBefore?: string | undefined;
|
996
|
+
textAfter?: string | undefined;
|
997
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
998
|
+
} & {
|
999
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1000
|
+
} & {
|
1001
|
+
required: true;
|
1002
|
+
optional?: false | undefined;
|
1003
|
+
} & {
|
1004
|
+
clear?: false | undefined;
|
1005
|
+
hasDivider?: undefined;
|
1006
|
+
} & {
|
1007
|
+
hintText: string;
|
1008
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1009
|
+
hintView?: string | undefined;
|
1010
|
+
hintSize?: string | undefined;
|
1011
|
+
hintTargetIcon?: import("react").ReactNode;
|
1012
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1013
|
+
hintHasArrow?: boolean | undefined;
|
1014
|
+
hintOffset?: [number, number] | undefined;
|
1015
|
+
hintWidth?: string | undefined;
|
1016
|
+
hintContentLeft?: import("react").ReactNode;
|
1017
|
+
} & {
|
1018
|
+
chips?: undefined;
|
1019
|
+
onChangeChips?: undefined;
|
1020
|
+
enumerationType?: "plain" | undefined;
|
1021
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1022
|
+
} & {
|
1023
|
+
validationType?: undefined;
|
1024
|
+
options?: undefined;
|
1025
|
+
passwordHidden?: undefined;
|
1026
|
+
onValidate?: undefined;
|
1027
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1028
|
+
view: {
|
1029
|
+
default: import("@linaria/core").LinariaClassName;
|
1030
|
+
positive: import("@linaria/core").LinariaClassName;
|
1031
|
+
warning: import("@linaria/core").LinariaClassName;
|
1032
|
+
negative: import("@linaria/core").LinariaClassName;
|
1033
|
+
};
|
1034
|
+
size: {
|
1035
|
+
l: import("@linaria/core").LinariaClassName;
|
1036
|
+
m: import("@linaria/core").LinariaClassName;
|
1037
|
+
s: import("@linaria/core").LinariaClassName;
|
1038
|
+
xs: import("@linaria/core").LinariaClassName;
|
1039
|
+
};
|
1040
|
+
labelPlacement: {
|
1041
|
+
inner: import("@linaria/core").LinariaClassName;
|
1042
|
+
outer: import("@linaria/core").LinariaClassName;
|
1043
|
+
};
|
1044
|
+
clear: {
|
1045
|
+
true: import("@linaria/core").LinariaClassName;
|
1046
|
+
};
|
1047
|
+
hintView: {
|
1048
|
+
default: import("@linaria/core").LinariaClassName;
|
1049
|
+
};
|
1050
|
+
hintSize: {
|
1051
|
+
m: import("@linaria/core").LinariaClassName;
|
1052
|
+
s: import("@linaria/core").LinariaClassName;
|
1053
|
+
};
|
1054
|
+
disabled: {
|
1055
|
+
true: import("@linaria/core").LinariaClassName;
|
1056
|
+
};
|
1057
|
+
readOnly: {
|
1058
|
+
true: import("@linaria/core").LinariaClassName;
|
1059
|
+
};
|
1060
|
+
}> & {
|
1061
|
+
size?: string | undefined;
|
1062
|
+
view?: string | undefined;
|
1063
|
+
readOnly?: boolean | undefined;
|
1064
|
+
disabled?: boolean | undefined;
|
1065
|
+
} & {
|
1066
|
+
label?: string | undefined;
|
1067
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1068
|
+
titleCaption?: import("react").ReactNode;
|
1069
|
+
leftHelper?: string | undefined;
|
1070
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1071
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1072
|
+
textBefore?: string | undefined;
|
1073
|
+
textAfter?: string | undefined;
|
1074
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1075
|
+
} & {
|
1076
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1077
|
+
} & {
|
1078
|
+
required: true;
|
1079
|
+
optional?: false | undefined;
|
1080
|
+
} & {
|
1081
|
+
clear?: false | undefined;
|
1082
|
+
hasDivider?: undefined;
|
1083
|
+
} & {
|
1084
|
+
hintText: string;
|
1085
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1086
|
+
hintView?: string | undefined;
|
1087
|
+
hintSize?: string | undefined;
|
1088
|
+
hintTargetIcon?: import("react").ReactNode;
|
1089
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1090
|
+
hintHasArrow?: boolean | undefined;
|
1091
|
+
hintOffset?: [number, number] | undefined;
|
1092
|
+
hintWidth?: string | undefined;
|
1093
|
+
hintContentLeft?: import("react").ReactNode;
|
1094
|
+
} & {
|
1095
|
+
chips?: undefined;
|
1096
|
+
onChangeChips?: undefined;
|
1097
|
+
enumerationType?: "plain" | undefined;
|
1098
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1099
|
+
} & {
|
1100
|
+
validationType: "password";
|
1101
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1102
|
+
passwordHidden?: boolean | undefined;
|
1103
|
+
onValidate?: ((args: {
|
1104
|
+
isValid: boolean;
|
1105
|
+
errorMessage?: string | undefined;
|
1106
|
+
}) => void) | undefined;
|
1107
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1108
|
+
view: {
|
1109
|
+
default: import("@linaria/core").LinariaClassName;
|
1110
|
+
positive: import("@linaria/core").LinariaClassName;
|
1111
|
+
warning: import("@linaria/core").LinariaClassName;
|
1112
|
+
negative: import("@linaria/core").LinariaClassName;
|
1113
|
+
};
|
1114
|
+
size: {
|
1115
|
+
l: import("@linaria/core").LinariaClassName;
|
1116
|
+
m: import("@linaria/core").LinariaClassName;
|
1117
|
+
s: import("@linaria/core").LinariaClassName;
|
1118
|
+
xs: import("@linaria/core").LinariaClassName;
|
1119
|
+
};
|
1120
|
+
labelPlacement: {
|
1121
|
+
inner: import("@linaria/core").LinariaClassName;
|
1122
|
+
outer: import("@linaria/core").LinariaClassName;
|
1123
|
+
};
|
1124
|
+
clear: {
|
1125
|
+
true: import("@linaria/core").LinariaClassName;
|
1126
|
+
};
|
1127
|
+
hintView: {
|
1128
|
+
default: import("@linaria/core").LinariaClassName;
|
1129
|
+
};
|
1130
|
+
hintSize: {
|
1131
|
+
m: import("@linaria/core").LinariaClassName;
|
1132
|
+
s: import("@linaria/core").LinariaClassName;
|
1133
|
+
};
|
1134
|
+
disabled: {
|
1135
|
+
true: import("@linaria/core").LinariaClassName;
|
1136
|
+
};
|
1137
|
+
readOnly: {
|
1138
|
+
true: import("@linaria/core").LinariaClassName;
|
1139
|
+
};
|
1140
|
+
}> & {
|
1141
|
+
size?: string | undefined;
|
1142
|
+
view?: string | undefined;
|
1143
|
+
readOnly?: boolean | undefined;
|
1144
|
+
disabled?: boolean | undefined;
|
1145
|
+
} & {
|
1146
|
+
label?: string | undefined;
|
1147
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1148
|
+
titleCaption?: import("react").ReactNode;
|
1149
|
+
leftHelper?: string | undefined;
|
1150
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1151
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1152
|
+
textBefore?: string | undefined;
|
1153
|
+
textAfter?: string | undefined;
|
1154
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1155
|
+
} & {
|
1156
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1157
|
+
} & {
|
1158
|
+
required: true;
|
1159
|
+
optional?: false | undefined;
|
1160
|
+
} & {
|
1161
|
+
clear?: false | undefined;
|
1162
|
+
hasDivider?: undefined;
|
1163
|
+
} & {
|
1164
|
+
hintText: string;
|
1165
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1166
|
+
hintView?: string | undefined;
|
1167
|
+
hintSize?: string | undefined;
|
1168
|
+
hintTargetIcon?: import("react").ReactNode;
|
1169
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1170
|
+
hintHasArrow?: boolean | undefined;
|
1171
|
+
hintOffset?: [number, number] | undefined;
|
1172
|
+
hintWidth?: string | undefined;
|
1173
|
+
hintContentLeft?: import("react").ReactNode;
|
1174
|
+
} & {
|
1175
|
+
chips?: undefined;
|
1176
|
+
onChangeChips?: undefined;
|
1177
|
+
enumerationType?: "plain" | undefined;
|
1178
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1179
|
+
} & {
|
1180
|
+
validationType: "email";
|
1181
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1182
|
+
passwordHidden?: undefined;
|
1183
|
+
onValidate?: ((args: {
|
1184
|
+
isValid: boolean;
|
1185
|
+
errorMessage?: string | undefined;
|
1186
|
+
}) => void) | undefined;
|
1187
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1188
|
+
view: {
|
1189
|
+
default: import("@linaria/core").LinariaClassName;
|
1190
|
+
positive: import("@linaria/core").LinariaClassName;
|
1191
|
+
warning: import("@linaria/core").LinariaClassName;
|
1192
|
+
negative: import("@linaria/core").LinariaClassName;
|
1193
|
+
};
|
1194
|
+
size: {
|
1195
|
+
l: import("@linaria/core").LinariaClassName;
|
1196
|
+
m: import("@linaria/core").LinariaClassName;
|
1197
|
+
s: import("@linaria/core").LinariaClassName;
|
1198
|
+
xs: import("@linaria/core").LinariaClassName;
|
1199
|
+
};
|
1200
|
+
labelPlacement: {
|
1201
|
+
inner: import("@linaria/core").LinariaClassName;
|
1202
|
+
outer: import("@linaria/core").LinariaClassName;
|
1203
|
+
};
|
1204
|
+
clear: {
|
1205
|
+
true: import("@linaria/core").LinariaClassName;
|
1206
|
+
};
|
1207
|
+
hintView: {
|
1208
|
+
default: import("@linaria/core").LinariaClassName;
|
1209
|
+
};
|
1210
|
+
hintSize: {
|
1211
|
+
m: import("@linaria/core").LinariaClassName;
|
1212
|
+
s: import("@linaria/core").LinariaClassName;
|
1213
|
+
};
|
1214
|
+
disabled: {
|
1215
|
+
true: import("@linaria/core").LinariaClassName;
|
1216
|
+
};
|
1217
|
+
readOnly: {
|
1218
|
+
true: import("@linaria/core").LinariaClassName;
|
1219
|
+
};
|
1220
|
+
}> & {
|
1221
|
+
size?: string | undefined;
|
1222
|
+
view?: string | undefined;
|
1223
|
+
readOnly?: boolean | undefined;
|
1224
|
+
disabled?: boolean | undefined;
|
1225
|
+
} & {
|
1226
|
+
label?: string | undefined;
|
1227
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1228
|
+
titleCaption?: import("react").ReactNode;
|
1229
|
+
leftHelper?: string | undefined;
|
1230
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1231
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1232
|
+
textBefore?: string | undefined;
|
1233
|
+
textAfter?: string | undefined;
|
1234
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1235
|
+
} & {
|
1236
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1237
|
+
} & {
|
1238
|
+
required: true;
|
1239
|
+
optional?: false | undefined;
|
1240
|
+
} & {
|
1241
|
+
clear?: false | undefined;
|
1242
|
+
hasDivider?: undefined;
|
1243
|
+
} & {
|
1244
|
+
hintText: string;
|
1245
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1246
|
+
hintView?: string | undefined;
|
1247
|
+
hintSize?: string | undefined;
|
1248
|
+
hintTargetIcon?: import("react").ReactNode;
|
1249
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1250
|
+
hintHasArrow?: boolean | undefined;
|
1251
|
+
hintOffset?: [number, number] | undefined;
|
1252
|
+
hintWidth?: string | undefined;
|
1253
|
+
hintContentLeft?: import("react").ReactNode;
|
1254
|
+
} & {
|
1255
|
+
enumerationType: "chip";
|
1256
|
+
onSearch?: undefined;
|
1257
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1258
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1259
|
+
} & {
|
1260
|
+
validationType?: undefined;
|
1261
|
+
options?: undefined;
|
1262
|
+
passwordHidden?: undefined;
|
1263
|
+
onValidate?: undefined;
|
1264
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1265
|
+
view: {
|
1266
|
+
default: import("@linaria/core").LinariaClassName;
|
1267
|
+
positive: import("@linaria/core").LinariaClassName;
|
1268
|
+
warning: import("@linaria/core").LinariaClassName;
|
1269
|
+
negative: import("@linaria/core").LinariaClassName;
|
1270
|
+
};
|
1271
|
+
size: {
|
1272
|
+
l: import("@linaria/core").LinariaClassName;
|
1273
|
+
m: import("@linaria/core").LinariaClassName;
|
1274
|
+
s: import("@linaria/core").LinariaClassName;
|
1275
|
+
xs: import("@linaria/core").LinariaClassName;
|
1276
|
+
};
|
1277
|
+
labelPlacement: {
|
1278
|
+
inner: import("@linaria/core").LinariaClassName;
|
1279
|
+
outer: import("@linaria/core").LinariaClassName;
|
1280
|
+
};
|
1281
|
+
clear: {
|
1282
|
+
true: import("@linaria/core").LinariaClassName;
|
1283
|
+
};
|
1284
|
+
hintView: {
|
1285
|
+
default: import("@linaria/core").LinariaClassName;
|
1286
|
+
};
|
1287
|
+
hintSize: {
|
1288
|
+
m: import("@linaria/core").LinariaClassName;
|
1289
|
+
s: import("@linaria/core").LinariaClassName;
|
1290
|
+
};
|
1291
|
+
disabled: {
|
1292
|
+
true: import("@linaria/core").LinariaClassName;
|
1293
|
+
};
|
1294
|
+
readOnly: {
|
1295
|
+
true: import("@linaria/core").LinariaClassName;
|
1296
|
+
};
|
1297
|
+
}> & {
|
1298
|
+
size?: string | undefined;
|
1299
|
+
view?: string | undefined;
|
1300
|
+
readOnly?: boolean | undefined;
|
1301
|
+
disabled?: boolean | undefined;
|
1302
|
+
} & {
|
1303
|
+
label?: string | undefined;
|
1304
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1305
|
+
titleCaption?: import("react").ReactNode;
|
1306
|
+
leftHelper?: string | undefined;
|
1307
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1308
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1309
|
+
textBefore?: string | undefined;
|
1310
|
+
textAfter?: string | undefined;
|
1311
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1312
|
+
} & {
|
1313
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1314
|
+
} & {
|
1315
|
+
required: true;
|
1316
|
+
optional?: false | undefined;
|
1317
|
+
} & {
|
1318
|
+
clear?: false | undefined;
|
1319
|
+
hasDivider?: undefined;
|
1320
|
+
} & {
|
1321
|
+
hintText: string;
|
1322
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1323
|
+
hintView?: string | undefined;
|
1324
|
+
hintSize?: string | undefined;
|
1325
|
+
hintTargetIcon?: import("react").ReactNode;
|
1326
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1327
|
+
hintHasArrow?: boolean | undefined;
|
1328
|
+
hintOffset?: [number, number] | undefined;
|
1329
|
+
hintWidth?: string | undefined;
|
1330
|
+
hintContentLeft?: import("react").ReactNode;
|
1331
|
+
} & {
|
1332
|
+
enumerationType: "chip";
|
1333
|
+
onSearch?: undefined;
|
1334
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1335
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1336
|
+
} & {
|
1337
|
+
validationType: "password";
|
1338
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1339
|
+
passwordHidden?: boolean | undefined;
|
1340
|
+
onValidate?: ((args: {
|
1341
|
+
isValid: boolean;
|
1342
|
+
errorMessage?: string | undefined;
|
1343
|
+
}) => void) | undefined;
|
1344
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1345
|
+
view: {
|
1346
|
+
default: import("@linaria/core").LinariaClassName;
|
1347
|
+
positive: import("@linaria/core").LinariaClassName;
|
1348
|
+
warning: import("@linaria/core").LinariaClassName;
|
1349
|
+
negative: import("@linaria/core").LinariaClassName;
|
1350
|
+
};
|
1351
|
+
size: {
|
1352
|
+
l: import("@linaria/core").LinariaClassName;
|
1353
|
+
m: import("@linaria/core").LinariaClassName;
|
1354
|
+
s: import("@linaria/core").LinariaClassName;
|
1355
|
+
xs: import("@linaria/core").LinariaClassName;
|
1356
|
+
};
|
1357
|
+
labelPlacement: {
|
1358
|
+
inner: import("@linaria/core").LinariaClassName;
|
1359
|
+
outer: import("@linaria/core").LinariaClassName;
|
1360
|
+
};
|
1361
|
+
clear: {
|
1362
|
+
true: import("@linaria/core").LinariaClassName;
|
1363
|
+
};
|
1364
|
+
hintView: {
|
1365
|
+
default: import("@linaria/core").LinariaClassName;
|
1366
|
+
};
|
1367
|
+
hintSize: {
|
1368
|
+
m: import("@linaria/core").LinariaClassName;
|
1369
|
+
s: import("@linaria/core").LinariaClassName;
|
1370
|
+
};
|
1371
|
+
disabled: {
|
1372
|
+
true: import("@linaria/core").LinariaClassName;
|
1373
|
+
};
|
1374
|
+
readOnly: {
|
1375
|
+
true: import("@linaria/core").LinariaClassName;
|
1376
|
+
};
|
1377
|
+
}> & {
|
1378
|
+
size?: string | undefined;
|
1379
|
+
view?: string | undefined;
|
1380
|
+
readOnly?: boolean | undefined;
|
1381
|
+
disabled?: boolean | undefined;
|
1382
|
+
} & {
|
1383
|
+
label?: string | undefined;
|
1384
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1385
|
+
titleCaption?: import("react").ReactNode;
|
1386
|
+
leftHelper?: string | undefined;
|
1387
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1388
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1389
|
+
textBefore?: string | undefined;
|
1390
|
+
textAfter?: string | undefined;
|
1391
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1392
|
+
} & {
|
1393
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1394
|
+
} & {
|
1395
|
+
required: true;
|
1396
|
+
optional?: false | undefined;
|
1397
|
+
} & {
|
1398
|
+
clear?: false | undefined;
|
1399
|
+
hasDivider?: undefined;
|
1400
|
+
} & {
|
1401
|
+
hintText: string;
|
1402
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1403
|
+
hintView?: string | undefined;
|
1404
|
+
hintSize?: string | undefined;
|
1405
|
+
hintTargetIcon?: import("react").ReactNode;
|
1406
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1407
|
+
hintHasArrow?: boolean | undefined;
|
1408
|
+
hintOffset?: [number, number] | undefined;
|
1409
|
+
hintWidth?: string | undefined;
|
1410
|
+
hintContentLeft?: import("react").ReactNode;
|
1411
|
+
} & {
|
1412
|
+
enumerationType: "chip";
|
1413
|
+
onSearch?: undefined;
|
1414
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1415
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1416
|
+
} & {
|
1417
|
+
validationType: "email";
|
1418
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1419
|
+
passwordHidden?: undefined;
|
1420
|
+
onValidate?: ((args: {
|
1421
|
+
isValid: boolean;
|
1422
|
+
errorMessage?: string | undefined;
|
1423
|
+
}) => void) | undefined;
|
1424
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1425
|
+
view: {
|
1426
|
+
default: import("@linaria/core").LinariaClassName;
|
1427
|
+
positive: import("@linaria/core").LinariaClassName;
|
1428
|
+
warning: import("@linaria/core").LinariaClassName;
|
1429
|
+
negative: import("@linaria/core").LinariaClassName;
|
1430
|
+
};
|
1431
|
+
size: {
|
1432
|
+
l: import("@linaria/core").LinariaClassName;
|
1433
|
+
m: import("@linaria/core").LinariaClassName;
|
1434
|
+
s: import("@linaria/core").LinariaClassName;
|
1435
|
+
xs: import("@linaria/core").LinariaClassName;
|
1436
|
+
};
|
1437
|
+
labelPlacement: {
|
1438
|
+
inner: import("@linaria/core").LinariaClassName;
|
1439
|
+
outer: import("@linaria/core").LinariaClassName;
|
1440
|
+
};
|
1441
|
+
clear: {
|
1442
|
+
true: import("@linaria/core").LinariaClassName;
|
1443
|
+
};
|
1444
|
+
hintView: {
|
1445
|
+
default: import("@linaria/core").LinariaClassName;
|
1446
|
+
};
|
1447
|
+
hintSize: {
|
1448
|
+
m: import("@linaria/core").LinariaClassName;
|
1449
|
+
s: import("@linaria/core").LinariaClassName;
|
1450
|
+
};
|
1451
|
+
disabled: {
|
1452
|
+
true: import("@linaria/core").LinariaClassName;
|
1453
|
+
};
|
1454
|
+
readOnly: {
|
1455
|
+
true: import("@linaria/core").LinariaClassName;
|
1456
|
+
};
|
1457
|
+
}> & {
|
1458
|
+
size?: string | undefined;
|
1459
|
+
view?: string | undefined;
|
1460
|
+
readOnly?: boolean | undefined;
|
1461
|
+
disabled?: boolean | undefined;
|
1462
|
+
} & {
|
1463
|
+
label?: string | undefined;
|
1464
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1465
|
+
titleCaption?: import("react").ReactNode;
|
1466
|
+
leftHelper?: string | undefined;
|
1467
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1468
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1469
|
+
textBefore?: string | undefined;
|
1470
|
+
textAfter?: string | undefined;
|
1471
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1472
|
+
} & {
|
1473
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1474
|
+
} & {
|
1475
|
+
required: true;
|
1476
|
+
optional?: false | undefined;
|
1477
|
+
} & {
|
1478
|
+
clear?: false | undefined;
|
1479
|
+
hasDivider?: undefined;
|
1480
|
+
} & {
|
1481
|
+
hintTrigger?: undefined;
|
1482
|
+
hintText?: undefined;
|
1483
|
+
hintView?: undefined;
|
1484
|
+
hintSize?: undefined;
|
1485
|
+
hintTargetIcon?: undefined;
|
1486
|
+
hintPlacement?: undefined;
|
1487
|
+
hintHasArrow?: undefined;
|
1488
|
+
hintOffset?: undefined;
|
1489
|
+
hintWidth?: undefined;
|
1490
|
+
hintContentLeft?: undefined;
|
1491
|
+
} & {
|
1492
|
+
chips?: undefined;
|
1493
|
+
onChangeChips?: undefined;
|
1494
|
+
enumerationType?: "plain" | undefined;
|
1495
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1496
|
+
} & {
|
1497
|
+
validationType?: undefined;
|
1498
|
+
options?: undefined;
|
1499
|
+
passwordHidden?: undefined;
|
1500
|
+
onValidate?: undefined;
|
1501
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1502
|
+
view: {
|
1503
|
+
default: import("@linaria/core").LinariaClassName;
|
1504
|
+
positive: import("@linaria/core").LinariaClassName;
|
1505
|
+
warning: import("@linaria/core").LinariaClassName;
|
1506
|
+
negative: import("@linaria/core").LinariaClassName;
|
1507
|
+
};
|
1508
|
+
size: {
|
1509
|
+
l: import("@linaria/core").LinariaClassName;
|
1510
|
+
m: import("@linaria/core").LinariaClassName;
|
1511
|
+
s: import("@linaria/core").LinariaClassName;
|
1512
|
+
xs: import("@linaria/core").LinariaClassName;
|
1513
|
+
};
|
1514
|
+
labelPlacement: {
|
1515
|
+
inner: import("@linaria/core").LinariaClassName;
|
1516
|
+
outer: import("@linaria/core").LinariaClassName;
|
1517
|
+
};
|
1518
|
+
clear: {
|
1519
|
+
true: import("@linaria/core").LinariaClassName;
|
1520
|
+
};
|
1521
|
+
hintView: {
|
1522
|
+
default: import("@linaria/core").LinariaClassName;
|
1523
|
+
};
|
1524
|
+
hintSize: {
|
1525
|
+
m: import("@linaria/core").LinariaClassName;
|
1526
|
+
s: import("@linaria/core").LinariaClassName;
|
1527
|
+
};
|
1528
|
+
disabled: {
|
1529
|
+
true: import("@linaria/core").LinariaClassName;
|
1530
|
+
};
|
1531
|
+
readOnly: {
|
1532
|
+
true: import("@linaria/core").LinariaClassName;
|
1533
|
+
};
|
1534
|
+
}> & {
|
1535
|
+
size?: string | undefined;
|
1536
|
+
view?: string | undefined;
|
1537
|
+
readOnly?: boolean | undefined;
|
1538
|
+
disabled?: boolean | undefined;
|
1539
|
+
} & {
|
1540
|
+
label?: string | undefined;
|
1541
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1542
|
+
titleCaption?: import("react").ReactNode;
|
1543
|
+
leftHelper?: string | undefined;
|
1544
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1545
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1546
|
+
textBefore?: string | undefined;
|
1547
|
+
textAfter?: string | undefined;
|
1548
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1549
|
+
} & {
|
1550
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1551
|
+
} & {
|
1552
|
+
required: true;
|
1553
|
+
optional?: false | undefined;
|
1554
|
+
} & {
|
1555
|
+
clear?: false | undefined;
|
1556
|
+
hasDivider?: undefined;
|
1557
|
+
} & {
|
1558
|
+
hintTrigger?: undefined;
|
1559
|
+
hintText?: undefined;
|
1560
|
+
hintView?: undefined;
|
1561
|
+
hintSize?: undefined;
|
1562
|
+
hintTargetIcon?: undefined;
|
1563
|
+
hintPlacement?: undefined;
|
1564
|
+
hintHasArrow?: undefined;
|
1565
|
+
hintOffset?: undefined;
|
1566
|
+
hintWidth?: undefined;
|
1567
|
+
hintContentLeft?: undefined;
|
1568
|
+
} & {
|
1569
|
+
chips?: undefined;
|
1570
|
+
onChangeChips?: undefined;
|
1571
|
+
enumerationType?: "plain" | undefined;
|
1572
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1573
|
+
} & {
|
1574
|
+
validationType: "password";
|
1575
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1576
|
+
passwordHidden?: boolean | undefined;
|
1577
|
+
onValidate?: ((args: {
|
1578
|
+
isValid: boolean;
|
1579
|
+
errorMessage?: string | undefined;
|
1580
|
+
}) => void) | undefined;
|
1581
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1582
|
+
view: {
|
1583
|
+
default: import("@linaria/core").LinariaClassName;
|
1584
|
+
positive: import("@linaria/core").LinariaClassName;
|
1585
|
+
warning: import("@linaria/core").LinariaClassName;
|
1586
|
+
negative: import("@linaria/core").LinariaClassName;
|
1587
|
+
};
|
1588
|
+
size: {
|
1589
|
+
l: import("@linaria/core").LinariaClassName;
|
1590
|
+
m: import("@linaria/core").LinariaClassName;
|
1591
|
+
s: import("@linaria/core").LinariaClassName;
|
1592
|
+
xs: import("@linaria/core").LinariaClassName;
|
1593
|
+
};
|
1594
|
+
labelPlacement: {
|
1595
|
+
inner: import("@linaria/core").LinariaClassName;
|
1596
|
+
outer: import("@linaria/core").LinariaClassName;
|
1597
|
+
};
|
1598
|
+
clear: {
|
1599
|
+
true: import("@linaria/core").LinariaClassName;
|
1600
|
+
};
|
1601
|
+
hintView: {
|
1602
|
+
default: import("@linaria/core").LinariaClassName;
|
1603
|
+
};
|
1604
|
+
hintSize: {
|
1605
|
+
m: import("@linaria/core").LinariaClassName;
|
1606
|
+
s: import("@linaria/core").LinariaClassName;
|
1607
|
+
};
|
1608
|
+
disabled: {
|
1609
|
+
true: import("@linaria/core").LinariaClassName;
|
1610
|
+
};
|
1611
|
+
readOnly: {
|
1612
|
+
true: import("@linaria/core").LinariaClassName;
|
1613
|
+
};
|
1614
|
+
}> & {
|
1615
|
+
size?: string | undefined;
|
1616
|
+
view?: string | undefined;
|
1617
|
+
readOnly?: boolean | undefined;
|
1618
|
+
disabled?: boolean | undefined;
|
1619
|
+
} & {
|
1620
|
+
label?: string | undefined;
|
1621
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1622
|
+
titleCaption?: import("react").ReactNode;
|
1623
|
+
leftHelper?: string | undefined;
|
1624
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1625
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1626
|
+
textBefore?: string | undefined;
|
1627
|
+
textAfter?: string | undefined;
|
1628
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1629
|
+
} & {
|
1630
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1631
|
+
} & {
|
1632
|
+
required: true;
|
1633
|
+
optional?: false | undefined;
|
1634
|
+
} & {
|
1635
|
+
clear?: false | undefined;
|
1636
|
+
hasDivider?: undefined;
|
1637
|
+
} & {
|
1638
|
+
hintTrigger?: undefined;
|
1639
|
+
hintText?: undefined;
|
1640
|
+
hintView?: undefined;
|
1641
|
+
hintSize?: undefined;
|
1642
|
+
hintTargetIcon?: undefined;
|
1643
|
+
hintPlacement?: undefined;
|
1644
|
+
hintHasArrow?: undefined;
|
1645
|
+
hintOffset?: undefined;
|
1646
|
+
hintWidth?: undefined;
|
1647
|
+
hintContentLeft?: undefined;
|
1648
|
+
} & {
|
1649
|
+
chips?: undefined;
|
1650
|
+
onChangeChips?: undefined;
|
1651
|
+
enumerationType?: "plain" | undefined;
|
1652
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1653
|
+
} & {
|
1654
|
+
validationType: "email";
|
1655
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1656
|
+
passwordHidden?: undefined;
|
1657
|
+
onValidate?: ((args: {
|
1658
|
+
isValid: boolean;
|
1659
|
+
errorMessage?: string | undefined;
|
1660
|
+
}) => void) | undefined;
|
1661
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1662
|
+
view: {
|
1663
|
+
default: import("@linaria/core").LinariaClassName;
|
1664
|
+
positive: import("@linaria/core").LinariaClassName;
|
1665
|
+
warning: import("@linaria/core").LinariaClassName;
|
1666
|
+
negative: import("@linaria/core").LinariaClassName;
|
1667
|
+
};
|
1668
|
+
size: {
|
1669
|
+
l: import("@linaria/core").LinariaClassName;
|
1670
|
+
m: import("@linaria/core").LinariaClassName;
|
1671
|
+
s: import("@linaria/core").LinariaClassName;
|
1672
|
+
xs: import("@linaria/core").LinariaClassName;
|
1673
|
+
};
|
1674
|
+
labelPlacement: {
|
1675
|
+
inner: import("@linaria/core").LinariaClassName;
|
1676
|
+
outer: import("@linaria/core").LinariaClassName;
|
1677
|
+
};
|
1678
|
+
clear: {
|
1679
|
+
true: import("@linaria/core").LinariaClassName;
|
1680
|
+
};
|
1681
|
+
hintView: {
|
1682
|
+
default: import("@linaria/core").LinariaClassName;
|
1683
|
+
};
|
1684
|
+
hintSize: {
|
1685
|
+
m: import("@linaria/core").LinariaClassName;
|
1686
|
+
s: import("@linaria/core").LinariaClassName;
|
1687
|
+
};
|
1688
|
+
disabled: {
|
1689
|
+
true: import("@linaria/core").LinariaClassName;
|
1690
|
+
};
|
1691
|
+
readOnly: {
|
1692
|
+
true: import("@linaria/core").LinariaClassName;
|
1693
|
+
};
|
1694
|
+
}> & {
|
1695
|
+
size?: string | undefined;
|
1696
|
+
view?: string | undefined;
|
1697
|
+
readOnly?: boolean | undefined;
|
1698
|
+
disabled?: boolean | undefined;
|
1699
|
+
} & {
|
1700
|
+
label?: string | undefined;
|
1701
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1702
|
+
titleCaption?: import("react").ReactNode;
|
1703
|
+
leftHelper?: string | undefined;
|
1704
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1705
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1706
|
+
textBefore?: string | undefined;
|
1707
|
+
textAfter?: string | undefined;
|
1708
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1709
|
+
} & {
|
1710
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1711
|
+
} & {
|
1712
|
+
required: true;
|
1713
|
+
optional?: false | undefined;
|
1714
|
+
} & {
|
1715
|
+
clear?: false | undefined;
|
1716
|
+
hasDivider?: undefined;
|
1717
|
+
} & {
|
1718
|
+
hintTrigger?: undefined;
|
1719
|
+
hintText?: undefined;
|
1720
|
+
hintView?: undefined;
|
1721
|
+
hintSize?: undefined;
|
1722
|
+
hintTargetIcon?: undefined;
|
1723
|
+
hintPlacement?: undefined;
|
1724
|
+
hintHasArrow?: undefined;
|
1725
|
+
hintOffset?: undefined;
|
1726
|
+
hintWidth?: undefined;
|
1727
|
+
hintContentLeft?: undefined;
|
1728
|
+
} & {
|
1729
|
+
enumerationType: "chip";
|
1730
|
+
onSearch?: undefined;
|
1731
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1732
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1733
|
+
} & {
|
1734
|
+
validationType?: undefined;
|
1735
|
+
options?: undefined;
|
1736
|
+
passwordHidden?: undefined;
|
1737
|
+
onValidate?: undefined;
|
1738
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1739
|
+
view: {
|
1740
|
+
default: import("@linaria/core").LinariaClassName;
|
1741
|
+
positive: import("@linaria/core").LinariaClassName;
|
1742
|
+
warning: import("@linaria/core").LinariaClassName;
|
1743
|
+
negative: import("@linaria/core").LinariaClassName;
|
1744
|
+
};
|
1745
|
+
size: {
|
1746
|
+
l: import("@linaria/core").LinariaClassName;
|
1747
|
+
m: import("@linaria/core").LinariaClassName;
|
1748
|
+
s: import("@linaria/core").LinariaClassName;
|
1749
|
+
xs: import("@linaria/core").LinariaClassName;
|
1750
|
+
};
|
1751
|
+
labelPlacement: {
|
1752
|
+
inner: import("@linaria/core").LinariaClassName;
|
1753
|
+
outer: import("@linaria/core").LinariaClassName;
|
1754
|
+
};
|
1755
|
+
clear: {
|
1756
|
+
true: import("@linaria/core").LinariaClassName;
|
1757
|
+
};
|
1758
|
+
hintView: {
|
1759
|
+
default: import("@linaria/core").LinariaClassName;
|
1760
|
+
};
|
1761
|
+
hintSize: {
|
1762
|
+
m: import("@linaria/core").LinariaClassName;
|
1763
|
+
s: import("@linaria/core").LinariaClassName;
|
1764
|
+
};
|
1765
|
+
disabled: {
|
1766
|
+
true: import("@linaria/core").LinariaClassName;
|
1767
|
+
};
|
1768
|
+
readOnly: {
|
1769
|
+
true: import("@linaria/core").LinariaClassName;
|
1770
|
+
};
|
1771
|
+
}> & {
|
1772
|
+
size?: string | undefined;
|
1773
|
+
view?: string | undefined;
|
1774
|
+
readOnly?: boolean | undefined;
|
1775
|
+
disabled?: boolean | undefined;
|
1776
|
+
} & {
|
1777
|
+
label?: string | undefined;
|
1778
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1779
|
+
titleCaption?: import("react").ReactNode;
|
1780
|
+
leftHelper?: string | undefined;
|
1781
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1782
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1783
|
+
textBefore?: string | undefined;
|
1784
|
+
textAfter?: string | undefined;
|
1785
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1786
|
+
} & {
|
1787
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1788
|
+
} & {
|
1789
|
+
required: true;
|
1790
|
+
optional?: false | undefined;
|
1791
|
+
} & {
|
1792
|
+
clear?: false | undefined;
|
1793
|
+
hasDivider?: undefined;
|
1794
|
+
} & {
|
1795
|
+
hintTrigger?: undefined;
|
1796
|
+
hintText?: undefined;
|
1797
|
+
hintView?: undefined;
|
1798
|
+
hintSize?: undefined;
|
1799
|
+
hintTargetIcon?: undefined;
|
1800
|
+
hintPlacement?: undefined;
|
1801
|
+
hintHasArrow?: undefined;
|
1802
|
+
hintOffset?: undefined;
|
1803
|
+
hintWidth?: undefined;
|
1804
|
+
hintContentLeft?: undefined;
|
1805
|
+
} & {
|
1806
|
+
enumerationType: "chip";
|
1807
|
+
onSearch?: undefined;
|
1808
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1809
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1810
|
+
} & {
|
1811
|
+
validationType: "password";
|
1812
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1813
|
+
passwordHidden?: boolean | undefined;
|
1814
|
+
onValidate?: ((args: {
|
1815
|
+
isValid: boolean;
|
1816
|
+
errorMessage?: string | undefined;
|
1817
|
+
}) => void) | undefined;
|
1818
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1819
|
+
view: {
|
1820
|
+
default: import("@linaria/core").LinariaClassName;
|
1821
|
+
positive: import("@linaria/core").LinariaClassName;
|
1822
|
+
warning: import("@linaria/core").LinariaClassName;
|
1823
|
+
negative: import("@linaria/core").LinariaClassName;
|
1824
|
+
};
|
1825
|
+
size: {
|
1826
|
+
l: import("@linaria/core").LinariaClassName;
|
1827
|
+
m: import("@linaria/core").LinariaClassName;
|
1828
|
+
s: import("@linaria/core").LinariaClassName;
|
1829
|
+
xs: import("@linaria/core").LinariaClassName;
|
1830
|
+
};
|
1831
|
+
labelPlacement: {
|
1832
|
+
inner: import("@linaria/core").LinariaClassName;
|
1833
|
+
outer: import("@linaria/core").LinariaClassName;
|
1834
|
+
};
|
1835
|
+
clear: {
|
1836
|
+
true: import("@linaria/core").LinariaClassName;
|
1837
|
+
};
|
1838
|
+
hintView: {
|
1839
|
+
default: import("@linaria/core").LinariaClassName;
|
1840
|
+
};
|
1841
|
+
hintSize: {
|
1842
|
+
m: import("@linaria/core").LinariaClassName;
|
1843
|
+
s: import("@linaria/core").LinariaClassName;
|
1844
|
+
};
|
1845
|
+
disabled: {
|
1846
|
+
true: import("@linaria/core").LinariaClassName;
|
1847
|
+
};
|
1848
|
+
readOnly: {
|
1849
|
+
true: import("@linaria/core").LinariaClassName;
|
1850
|
+
};
|
1851
|
+
}> & {
|
1852
|
+
size?: string | undefined;
|
1853
|
+
view?: string | undefined;
|
1854
|
+
readOnly?: boolean | undefined;
|
1855
|
+
disabled?: boolean | undefined;
|
1856
|
+
} & {
|
1857
|
+
label?: string | undefined;
|
1858
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1859
|
+
titleCaption?: import("react").ReactNode;
|
1860
|
+
leftHelper?: string | undefined;
|
1861
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1862
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1863
|
+
textBefore?: string | undefined;
|
1864
|
+
textAfter?: string | undefined;
|
1865
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1866
|
+
} & {
|
1867
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1868
|
+
} & {
|
1869
|
+
required: true;
|
1870
|
+
optional?: false | undefined;
|
1871
|
+
} & {
|
1872
|
+
clear?: false | undefined;
|
1873
|
+
hasDivider?: undefined;
|
1874
|
+
} & {
|
1875
|
+
hintTrigger?: undefined;
|
1876
|
+
hintText?: undefined;
|
1877
|
+
hintView?: undefined;
|
1878
|
+
hintSize?: undefined;
|
1879
|
+
hintTargetIcon?: undefined;
|
1880
|
+
hintPlacement?: undefined;
|
1881
|
+
hintHasArrow?: undefined;
|
1882
|
+
hintOffset?: undefined;
|
1883
|
+
hintWidth?: undefined;
|
1884
|
+
hintContentLeft?: undefined;
|
1885
|
+
} & {
|
1886
|
+
enumerationType: "chip";
|
1887
|
+
onSearch?: undefined;
|
1888
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1889
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1890
|
+
} & {
|
1891
|
+
validationType: "email";
|
1892
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1893
|
+
passwordHidden?: undefined;
|
1894
|
+
onValidate?: ((args: {
|
1895
|
+
isValid: boolean;
|
1896
|
+
errorMessage?: string | undefined;
|
1897
|
+
}) => void) | undefined;
|
1898
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1899
|
+
view: {
|
1900
|
+
default: import("@linaria/core").LinariaClassName;
|
1901
|
+
positive: import("@linaria/core").LinariaClassName;
|
1902
|
+
warning: import("@linaria/core").LinariaClassName;
|
1903
|
+
negative: import("@linaria/core").LinariaClassName;
|
1904
|
+
};
|
1905
|
+
size: {
|
1906
|
+
l: import("@linaria/core").LinariaClassName;
|
1907
|
+
m: import("@linaria/core").LinariaClassName;
|
1908
|
+
s: import("@linaria/core").LinariaClassName;
|
1909
|
+
xs: import("@linaria/core").LinariaClassName;
|
1910
|
+
};
|
1911
|
+
labelPlacement: {
|
1912
|
+
inner: import("@linaria/core").LinariaClassName;
|
1913
|
+
outer: import("@linaria/core").LinariaClassName;
|
1914
|
+
};
|
1915
|
+
clear: {
|
1916
|
+
true: import("@linaria/core").LinariaClassName;
|
1917
|
+
};
|
1918
|
+
hintView: {
|
1919
|
+
default: import("@linaria/core").LinariaClassName;
|
1920
|
+
};
|
1921
|
+
hintSize: {
|
1922
|
+
m: import("@linaria/core").LinariaClassName;
|
1923
|
+
s: import("@linaria/core").LinariaClassName;
|
1924
|
+
};
|
1925
|
+
disabled: {
|
1926
|
+
true: import("@linaria/core").LinariaClassName;
|
1927
|
+
};
|
1928
|
+
readOnly: {
|
1929
|
+
true: import("@linaria/core").LinariaClassName;
|
1930
|
+
};
|
1931
|
+
}> & {
|
1932
|
+
size?: string | undefined;
|
1933
|
+
view?: string | undefined;
|
1934
|
+
readOnly?: boolean | undefined;
|
1935
|
+
disabled?: boolean | undefined;
|
1936
|
+
} & {
|
1937
|
+
label?: string | undefined;
|
1938
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1939
|
+
titleCaption?: import("react").ReactNode;
|
1940
|
+
leftHelper?: string | undefined;
|
1941
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1942
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1943
|
+
textBefore?: string | undefined;
|
1944
|
+
textAfter?: string | undefined;
|
1945
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1946
|
+
} & {
|
1947
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1948
|
+
} & {
|
1949
|
+
optional?: true | undefined;
|
1950
|
+
required?: false | undefined;
|
1951
|
+
} & {
|
1952
|
+
clear?: boolean | undefined;
|
1953
|
+
hasDivider?: boolean | undefined;
|
1954
|
+
} & {
|
1955
|
+
hintText: string;
|
1956
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1957
|
+
hintView?: string | undefined;
|
1958
|
+
hintSize?: string | undefined;
|
1959
|
+
hintTargetIcon?: import("react").ReactNode;
|
1960
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1961
|
+
hintHasArrow?: boolean | undefined;
|
1962
|
+
hintOffset?: [number, number] | undefined;
|
1963
|
+
hintWidth?: string | undefined;
|
1964
|
+
hintContentLeft?: import("react").ReactNode;
|
1965
|
+
} & {
|
1966
|
+
chips?: undefined;
|
1967
|
+
onChangeChips?: undefined;
|
1968
|
+
enumerationType?: "plain" | undefined;
|
1969
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1970
|
+
} & {
|
1971
|
+
validationType?: undefined;
|
1972
|
+
options?: undefined;
|
1973
|
+
passwordHidden?: undefined;
|
1974
|
+
onValidate?: undefined;
|
1975
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1976
|
+
view: {
|
1977
|
+
default: import("@linaria/core").LinariaClassName;
|
1978
|
+
positive: import("@linaria/core").LinariaClassName;
|
1979
|
+
warning: import("@linaria/core").LinariaClassName;
|
1980
|
+
negative: import("@linaria/core").LinariaClassName;
|
1981
|
+
};
|
1982
|
+
size: {
|
1983
|
+
l: import("@linaria/core").LinariaClassName;
|
1984
|
+
m: import("@linaria/core").LinariaClassName;
|
1985
|
+
s: import("@linaria/core").LinariaClassName;
|
1986
|
+
xs: import("@linaria/core").LinariaClassName;
|
1987
|
+
};
|
1988
|
+
labelPlacement: {
|
1989
|
+
inner: import("@linaria/core").LinariaClassName;
|
1990
|
+
outer: import("@linaria/core").LinariaClassName;
|
1991
|
+
};
|
1992
|
+
clear: {
|
1993
|
+
true: import("@linaria/core").LinariaClassName;
|
1994
|
+
};
|
1995
|
+
hintView: {
|
1996
|
+
default: import("@linaria/core").LinariaClassName;
|
1997
|
+
};
|
1998
|
+
hintSize: {
|
1999
|
+
m: import("@linaria/core").LinariaClassName;
|
2000
|
+
s: import("@linaria/core").LinariaClassName;
|
2001
|
+
};
|
2002
|
+
disabled: {
|
2003
|
+
true: import("@linaria/core").LinariaClassName;
|
2004
|
+
};
|
2005
|
+
readOnly: {
|
2006
|
+
true: import("@linaria/core").LinariaClassName;
|
2007
|
+
};
|
2008
|
+
}> & {
|
2009
|
+
size?: string | undefined;
|
2010
|
+
view?: string | undefined;
|
2011
|
+
readOnly?: boolean | undefined;
|
2012
|
+
disabled?: boolean | undefined;
|
2013
|
+
} & {
|
2014
|
+
label?: string | undefined;
|
2015
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2016
|
+
titleCaption?: import("react").ReactNode;
|
2017
|
+
leftHelper?: string | undefined;
|
2018
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2019
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2020
|
+
textBefore?: string | undefined;
|
2021
|
+
textAfter?: string | undefined;
|
2022
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2023
|
+
} & {
|
2024
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2025
|
+
} & {
|
2026
|
+
optional?: true | undefined;
|
2027
|
+
required?: false | undefined;
|
2028
|
+
} & {
|
2029
|
+
clear?: boolean | undefined;
|
2030
|
+
hasDivider?: boolean | undefined;
|
2031
|
+
} & {
|
2032
|
+
hintText: string;
|
2033
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2034
|
+
hintView?: string | undefined;
|
2035
|
+
hintSize?: string | undefined;
|
2036
|
+
hintTargetIcon?: import("react").ReactNode;
|
2037
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2038
|
+
hintHasArrow?: boolean | undefined;
|
2039
|
+
hintOffset?: [number, number] | undefined;
|
2040
|
+
hintWidth?: string | undefined;
|
2041
|
+
hintContentLeft?: import("react").ReactNode;
|
2042
|
+
} & {
|
2043
|
+
chips?: undefined;
|
2044
|
+
onChangeChips?: undefined;
|
2045
|
+
enumerationType?: "plain" | undefined;
|
2046
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2047
|
+
} & {
|
2048
|
+
validationType: "password";
|
2049
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2050
|
+
passwordHidden?: boolean | undefined;
|
2051
|
+
onValidate?: ((args: {
|
2052
|
+
isValid: boolean;
|
2053
|
+
errorMessage?: string | undefined;
|
2054
|
+
}) => void) | undefined;
|
2055
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2056
|
+
view: {
|
2057
|
+
default: import("@linaria/core").LinariaClassName;
|
2058
|
+
positive: import("@linaria/core").LinariaClassName;
|
2059
|
+
warning: import("@linaria/core").LinariaClassName;
|
2060
|
+
negative: import("@linaria/core").LinariaClassName;
|
2061
|
+
};
|
2062
|
+
size: {
|
2063
|
+
l: import("@linaria/core").LinariaClassName;
|
2064
|
+
m: import("@linaria/core").LinariaClassName;
|
2065
|
+
s: import("@linaria/core").LinariaClassName;
|
2066
|
+
xs: import("@linaria/core").LinariaClassName;
|
2067
|
+
};
|
2068
|
+
labelPlacement: {
|
2069
|
+
inner: import("@linaria/core").LinariaClassName;
|
2070
|
+
outer: import("@linaria/core").LinariaClassName;
|
2071
|
+
};
|
2072
|
+
clear: {
|
2073
|
+
true: import("@linaria/core").LinariaClassName;
|
2074
|
+
};
|
2075
|
+
hintView: {
|
2076
|
+
default: import("@linaria/core").LinariaClassName;
|
2077
|
+
};
|
2078
|
+
hintSize: {
|
2079
|
+
m: import("@linaria/core").LinariaClassName;
|
2080
|
+
s: import("@linaria/core").LinariaClassName;
|
2081
|
+
};
|
2082
|
+
disabled: {
|
2083
|
+
true: import("@linaria/core").LinariaClassName;
|
2084
|
+
};
|
2085
|
+
readOnly: {
|
2086
|
+
true: import("@linaria/core").LinariaClassName;
|
2087
|
+
};
|
2088
|
+
}> & {
|
2089
|
+
size?: string | undefined;
|
2090
|
+
view?: string | undefined;
|
2091
|
+
readOnly?: boolean | undefined;
|
2092
|
+
disabled?: boolean | undefined;
|
2093
|
+
} & {
|
2094
|
+
label?: string | undefined;
|
2095
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2096
|
+
titleCaption?: import("react").ReactNode;
|
2097
|
+
leftHelper?: string | undefined;
|
2098
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2099
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2100
|
+
textBefore?: string | undefined;
|
2101
|
+
textAfter?: string | undefined;
|
2102
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2103
|
+
} & {
|
2104
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2105
|
+
} & {
|
2106
|
+
optional?: true | undefined;
|
2107
|
+
required?: false | undefined;
|
2108
|
+
} & {
|
2109
|
+
clear?: boolean | undefined;
|
2110
|
+
hasDivider?: boolean | undefined;
|
2111
|
+
} & {
|
2112
|
+
hintText: string;
|
2113
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2114
|
+
hintView?: string | undefined;
|
2115
|
+
hintSize?: string | undefined;
|
2116
|
+
hintTargetIcon?: import("react").ReactNode;
|
2117
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2118
|
+
hintHasArrow?: boolean | undefined;
|
2119
|
+
hintOffset?: [number, number] | undefined;
|
2120
|
+
hintWidth?: string | undefined;
|
2121
|
+
hintContentLeft?: import("react").ReactNode;
|
2122
|
+
} & {
|
2123
|
+
chips?: undefined;
|
2124
|
+
onChangeChips?: undefined;
|
2125
|
+
enumerationType?: "plain" | undefined;
|
2126
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2127
|
+
} & {
|
2128
|
+
validationType: "email";
|
2129
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2130
|
+
passwordHidden?: undefined;
|
2131
|
+
onValidate?: ((args: {
|
2132
|
+
isValid: boolean;
|
2133
|
+
errorMessage?: string | undefined;
|
2134
|
+
}) => void) | undefined;
|
2135
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2136
|
+
view: {
|
2137
|
+
default: import("@linaria/core").LinariaClassName;
|
2138
|
+
positive: import("@linaria/core").LinariaClassName;
|
2139
|
+
warning: import("@linaria/core").LinariaClassName;
|
2140
|
+
negative: import("@linaria/core").LinariaClassName;
|
2141
|
+
};
|
2142
|
+
size: {
|
2143
|
+
l: import("@linaria/core").LinariaClassName;
|
2144
|
+
m: import("@linaria/core").LinariaClassName;
|
2145
|
+
s: import("@linaria/core").LinariaClassName;
|
2146
|
+
xs: import("@linaria/core").LinariaClassName;
|
2147
|
+
};
|
2148
|
+
labelPlacement: {
|
2149
|
+
inner: import("@linaria/core").LinariaClassName;
|
2150
|
+
outer: import("@linaria/core").LinariaClassName;
|
2151
|
+
};
|
2152
|
+
clear: {
|
2153
|
+
true: import("@linaria/core").LinariaClassName;
|
2154
|
+
};
|
2155
|
+
hintView: {
|
2156
|
+
default: import("@linaria/core").LinariaClassName;
|
2157
|
+
};
|
2158
|
+
hintSize: {
|
2159
|
+
m: import("@linaria/core").LinariaClassName;
|
2160
|
+
s: import("@linaria/core").LinariaClassName;
|
2161
|
+
};
|
2162
|
+
disabled: {
|
2163
|
+
true: import("@linaria/core").LinariaClassName;
|
2164
|
+
};
|
2165
|
+
readOnly: {
|
2166
|
+
true: import("@linaria/core").LinariaClassName;
|
2167
|
+
};
|
2168
|
+
}> & {
|
2169
|
+
size?: string | undefined;
|
2170
|
+
view?: string | undefined;
|
2171
|
+
readOnly?: boolean | undefined;
|
2172
|
+
disabled?: boolean | undefined;
|
2173
|
+
} & {
|
2174
|
+
label?: string | undefined;
|
2175
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2176
|
+
titleCaption?: import("react").ReactNode;
|
2177
|
+
leftHelper?: string | undefined;
|
2178
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2179
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2180
|
+
textBefore?: string | undefined;
|
2181
|
+
textAfter?: string | undefined;
|
2182
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2183
|
+
} & {
|
2184
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2185
|
+
} & {
|
2186
|
+
optional?: true | undefined;
|
2187
|
+
required?: false | undefined;
|
2188
|
+
} & {
|
2189
|
+
clear?: boolean | undefined;
|
2190
|
+
hasDivider?: boolean | undefined;
|
2191
|
+
} & {
|
2192
|
+
hintText: string;
|
2193
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2194
|
+
hintView?: string | undefined;
|
2195
|
+
hintSize?: string | undefined;
|
2196
|
+
hintTargetIcon?: import("react").ReactNode;
|
2197
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2198
|
+
hintHasArrow?: boolean | undefined;
|
2199
|
+
hintOffset?: [number, number] | undefined;
|
2200
|
+
hintWidth?: string | undefined;
|
2201
|
+
hintContentLeft?: import("react").ReactNode;
|
2202
|
+
} & {
|
2203
|
+
enumerationType: "chip";
|
2204
|
+
onSearch?: undefined;
|
2205
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2206
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2207
|
+
} & {
|
2208
|
+
validationType?: undefined;
|
2209
|
+
options?: undefined;
|
2210
|
+
passwordHidden?: undefined;
|
2211
|
+
onValidate?: undefined;
|
2212
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2213
|
+
view: {
|
2214
|
+
default: import("@linaria/core").LinariaClassName;
|
2215
|
+
positive: import("@linaria/core").LinariaClassName;
|
2216
|
+
warning: import("@linaria/core").LinariaClassName;
|
2217
|
+
negative: import("@linaria/core").LinariaClassName;
|
2218
|
+
};
|
2219
|
+
size: {
|
2220
|
+
l: import("@linaria/core").LinariaClassName;
|
2221
|
+
m: import("@linaria/core").LinariaClassName;
|
2222
|
+
s: import("@linaria/core").LinariaClassName;
|
2223
|
+
xs: import("@linaria/core").LinariaClassName;
|
2224
|
+
};
|
2225
|
+
labelPlacement: {
|
2226
|
+
inner: import("@linaria/core").LinariaClassName;
|
2227
|
+
outer: import("@linaria/core").LinariaClassName;
|
2228
|
+
};
|
2229
|
+
clear: {
|
2230
|
+
true: import("@linaria/core").LinariaClassName;
|
2231
|
+
};
|
2232
|
+
hintView: {
|
2233
|
+
default: import("@linaria/core").LinariaClassName;
|
2234
|
+
};
|
2235
|
+
hintSize: {
|
2236
|
+
m: import("@linaria/core").LinariaClassName;
|
2237
|
+
s: import("@linaria/core").LinariaClassName;
|
2238
|
+
};
|
2239
|
+
disabled: {
|
2240
|
+
true: import("@linaria/core").LinariaClassName;
|
2241
|
+
};
|
2242
|
+
readOnly: {
|
2243
|
+
true: import("@linaria/core").LinariaClassName;
|
2244
|
+
};
|
2245
|
+
}> & {
|
2246
|
+
size?: string | undefined;
|
2247
|
+
view?: string | undefined;
|
2248
|
+
readOnly?: boolean | undefined;
|
2249
|
+
disabled?: boolean | undefined;
|
2250
|
+
} & {
|
2251
|
+
label?: string | undefined;
|
2252
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2253
|
+
titleCaption?: import("react").ReactNode;
|
2254
|
+
leftHelper?: string | undefined;
|
2255
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2256
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2257
|
+
textBefore?: string | undefined;
|
2258
|
+
textAfter?: string | undefined;
|
2259
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2260
|
+
} & {
|
2261
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2262
|
+
} & {
|
2263
|
+
optional?: true | undefined;
|
2264
|
+
required?: false | undefined;
|
2265
|
+
} & {
|
2266
|
+
clear?: boolean | undefined;
|
2267
|
+
hasDivider?: boolean | undefined;
|
2268
|
+
} & {
|
2269
|
+
hintText: string;
|
2270
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2271
|
+
hintView?: string | undefined;
|
2272
|
+
hintSize?: string | undefined;
|
2273
|
+
hintTargetIcon?: import("react").ReactNode;
|
2274
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2275
|
+
hintHasArrow?: boolean | undefined;
|
2276
|
+
hintOffset?: [number, number] | undefined;
|
2277
|
+
hintWidth?: string | undefined;
|
2278
|
+
hintContentLeft?: import("react").ReactNode;
|
2279
|
+
} & {
|
2280
|
+
enumerationType: "chip";
|
2281
|
+
onSearch?: undefined;
|
2282
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2283
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2284
|
+
} & {
|
2285
|
+
validationType: "password";
|
2286
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2287
|
+
passwordHidden?: boolean | undefined;
|
2288
|
+
onValidate?: ((args: {
|
2289
|
+
isValid: boolean;
|
2290
|
+
errorMessage?: string | undefined;
|
2291
|
+
}) => void) | undefined;
|
2292
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2293
|
+
view: {
|
2294
|
+
default: import("@linaria/core").LinariaClassName;
|
2295
|
+
positive: import("@linaria/core").LinariaClassName;
|
2296
|
+
warning: import("@linaria/core").LinariaClassName;
|
2297
|
+
negative: import("@linaria/core").LinariaClassName;
|
2298
|
+
};
|
2299
|
+
size: {
|
2300
|
+
l: import("@linaria/core").LinariaClassName;
|
2301
|
+
m: import("@linaria/core").LinariaClassName;
|
2302
|
+
s: import("@linaria/core").LinariaClassName;
|
2303
|
+
xs: import("@linaria/core").LinariaClassName;
|
2304
|
+
};
|
2305
|
+
labelPlacement: {
|
2306
|
+
inner: import("@linaria/core").LinariaClassName;
|
2307
|
+
outer: import("@linaria/core").LinariaClassName;
|
2308
|
+
};
|
2309
|
+
clear: {
|
2310
|
+
true: import("@linaria/core").LinariaClassName;
|
2311
|
+
};
|
2312
|
+
hintView: {
|
2313
|
+
default: import("@linaria/core").LinariaClassName;
|
2314
|
+
};
|
2315
|
+
hintSize: {
|
2316
|
+
m: import("@linaria/core").LinariaClassName;
|
2317
|
+
s: import("@linaria/core").LinariaClassName;
|
2318
|
+
};
|
2319
|
+
disabled: {
|
2320
|
+
true: import("@linaria/core").LinariaClassName;
|
2321
|
+
};
|
2322
|
+
readOnly: {
|
2323
|
+
true: import("@linaria/core").LinariaClassName;
|
2324
|
+
};
|
2325
|
+
}> & {
|
2326
|
+
size?: string | undefined;
|
2327
|
+
view?: string | undefined;
|
2328
|
+
readOnly?: boolean | undefined;
|
2329
|
+
disabled?: boolean | undefined;
|
2330
|
+
} & {
|
2331
|
+
label?: string | undefined;
|
2332
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2333
|
+
titleCaption?: import("react").ReactNode;
|
2334
|
+
leftHelper?: string | undefined;
|
2335
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2336
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2337
|
+
textBefore?: string | undefined;
|
2338
|
+
textAfter?: string | undefined;
|
2339
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2340
|
+
} & {
|
2341
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2342
|
+
} & {
|
2343
|
+
optional?: true | undefined;
|
2344
|
+
required?: false | undefined;
|
2345
|
+
} & {
|
2346
|
+
clear?: boolean | undefined;
|
2347
|
+
hasDivider?: boolean | undefined;
|
2348
|
+
} & {
|
2349
|
+
hintText: string;
|
2350
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2351
|
+
hintView?: string | undefined;
|
2352
|
+
hintSize?: string | undefined;
|
2353
|
+
hintTargetIcon?: import("react").ReactNode;
|
2354
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2355
|
+
hintHasArrow?: boolean | undefined;
|
2356
|
+
hintOffset?: [number, number] | undefined;
|
2357
|
+
hintWidth?: string | undefined;
|
2358
|
+
hintContentLeft?: import("react").ReactNode;
|
2359
|
+
} & {
|
2360
|
+
enumerationType: "chip";
|
2361
|
+
onSearch?: undefined;
|
2362
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2363
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2364
|
+
} & {
|
2365
|
+
validationType: "email";
|
2366
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2367
|
+
passwordHidden?: undefined;
|
2368
|
+
onValidate?: ((args: {
|
2369
|
+
isValid: boolean;
|
2370
|
+
errorMessage?: string | undefined;
|
2371
|
+
}) => void) | undefined;
|
2372
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2373
|
+
view: {
|
2374
|
+
default: import("@linaria/core").LinariaClassName;
|
2375
|
+
positive: import("@linaria/core").LinariaClassName;
|
2376
|
+
warning: import("@linaria/core").LinariaClassName;
|
2377
|
+
negative: import("@linaria/core").LinariaClassName;
|
2378
|
+
};
|
2379
|
+
size: {
|
2380
|
+
l: import("@linaria/core").LinariaClassName;
|
2381
|
+
m: import("@linaria/core").LinariaClassName;
|
2382
|
+
s: import("@linaria/core").LinariaClassName;
|
2383
|
+
xs: import("@linaria/core").LinariaClassName;
|
2384
|
+
};
|
2385
|
+
labelPlacement: {
|
2386
|
+
inner: import("@linaria/core").LinariaClassName;
|
2387
|
+
outer: import("@linaria/core").LinariaClassName;
|
2388
|
+
};
|
2389
|
+
clear: {
|
2390
|
+
true: import("@linaria/core").LinariaClassName;
|
2391
|
+
};
|
2392
|
+
hintView: {
|
2393
|
+
default: import("@linaria/core").LinariaClassName;
|
2394
|
+
};
|
2395
|
+
hintSize: {
|
2396
|
+
m: import("@linaria/core").LinariaClassName;
|
2397
|
+
s: import("@linaria/core").LinariaClassName;
|
2398
|
+
};
|
2399
|
+
disabled: {
|
2400
|
+
true: import("@linaria/core").LinariaClassName;
|
2401
|
+
};
|
2402
|
+
readOnly: {
|
2403
|
+
true: import("@linaria/core").LinariaClassName;
|
2404
|
+
};
|
2405
|
+
}> & {
|
2406
|
+
size?: string | undefined;
|
2407
|
+
view?: string | undefined;
|
2408
|
+
readOnly?: boolean | undefined;
|
2409
|
+
disabled?: boolean | undefined;
|
2410
|
+
} & {
|
2411
|
+
label?: string | undefined;
|
2412
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2413
|
+
titleCaption?: import("react").ReactNode;
|
2414
|
+
leftHelper?: string | undefined;
|
2415
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2416
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2417
|
+
textBefore?: string | undefined;
|
2418
|
+
textAfter?: string | undefined;
|
2419
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2420
|
+
} & {
|
2421
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2422
|
+
} & {
|
2423
|
+
optional?: true | undefined;
|
2424
|
+
required?: false | undefined;
|
2425
|
+
} & {
|
2426
|
+
clear?: boolean | undefined;
|
2427
|
+
hasDivider?: boolean | undefined;
|
2428
|
+
} & {
|
2429
|
+
hintTrigger?: undefined;
|
2430
|
+
hintText?: undefined;
|
2431
|
+
hintView?: undefined;
|
2432
|
+
hintSize?: undefined;
|
2433
|
+
hintTargetIcon?: undefined;
|
2434
|
+
hintPlacement?: undefined;
|
2435
|
+
hintHasArrow?: undefined;
|
2436
|
+
hintOffset?: undefined;
|
2437
|
+
hintWidth?: undefined;
|
2438
|
+
hintContentLeft?: undefined;
|
2439
|
+
} & {
|
2440
|
+
chips?: undefined;
|
2441
|
+
onChangeChips?: undefined;
|
2442
|
+
enumerationType?: "plain" | undefined;
|
2443
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2444
|
+
} & {
|
2445
|
+
validationType?: undefined;
|
2446
|
+
options?: undefined;
|
2447
|
+
passwordHidden?: undefined;
|
2448
|
+
onValidate?: undefined;
|
2449
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2450
|
+
view: {
|
2451
|
+
default: import("@linaria/core").LinariaClassName;
|
2452
|
+
positive: import("@linaria/core").LinariaClassName;
|
2453
|
+
warning: import("@linaria/core").LinariaClassName;
|
2454
|
+
negative: import("@linaria/core").LinariaClassName;
|
2455
|
+
};
|
2456
|
+
size: {
|
2457
|
+
l: import("@linaria/core").LinariaClassName;
|
2458
|
+
m: import("@linaria/core").LinariaClassName;
|
2459
|
+
s: import("@linaria/core").LinariaClassName;
|
2460
|
+
xs: import("@linaria/core").LinariaClassName;
|
2461
|
+
};
|
2462
|
+
labelPlacement: {
|
2463
|
+
inner: import("@linaria/core").LinariaClassName;
|
2464
|
+
outer: import("@linaria/core").LinariaClassName;
|
2465
|
+
};
|
2466
|
+
clear: {
|
2467
|
+
true: import("@linaria/core").LinariaClassName;
|
2468
|
+
};
|
2469
|
+
hintView: {
|
2470
|
+
default: import("@linaria/core").LinariaClassName;
|
2471
|
+
};
|
2472
|
+
hintSize: {
|
2473
|
+
m: import("@linaria/core").LinariaClassName;
|
2474
|
+
s: import("@linaria/core").LinariaClassName;
|
2475
|
+
};
|
2476
|
+
disabled: {
|
2477
|
+
true: import("@linaria/core").LinariaClassName;
|
2478
|
+
};
|
2479
|
+
readOnly: {
|
2480
|
+
true: import("@linaria/core").LinariaClassName;
|
2481
|
+
};
|
2482
|
+
}> & {
|
2483
|
+
size?: string | undefined;
|
2484
|
+
view?: string | undefined;
|
2485
|
+
readOnly?: boolean | undefined;
|
2486
|
+
disabled?: boolean | undefined;
|
2487
|
+
} & {
|
2488
|
+
label?: string | undefined;
|
2489
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2490
|
+
titleCaption?: import("react").ReactNode;
|
2491
|
+
leftHelper?: string | undefined;
|
2492
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2493
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2494
|
+
textBefore?: string | undefined;
|
2495
|
+
textAfter?: string | undefined;
|
2496
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2497
|
+
} & {
|
2498
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2499
|
+
} & {
|
2500
|
+
optional?: true | undefined;
|
2501
|
+
required?: false | undefined;
|
2502
|
+
} & {
|
2503
|
+
clear?: boolean | undefined;
|
2504
|
+
hasDivider?: boolean | undefined;
|
2505
|
+
} & {
|
2506
|
+
hintTrigger?: undefined;
|
2507
|
+
hintText?: undefined;
|
2508
|
+
hintView?: undefined;
|
2509
|
+
hintSize?: undefined;
|
2510
|
+
hintTargetIcon?: undefined;
|
2511
|
+
hintPlacement?: undefined;
|
2512
|
+
hintHasArrow?: undefined;
|
2513
|
+
hintOffset?: undefined;
|
2514
|
+
hintWidth?: undefined;
|
2515
|
+
hintContentLeft?: undefined;
|
2516
|
+
} & {
|
2517
|
+
chips?: undefined;
|
2518
|
+
onChangeChips?: undefined;
|
2519
|
+
enumerationType?: "plain" | undefined;
|
2520
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2521
|
+
} & {
|
2522
|
+
validationType: "password";
|
2523
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2524
|
+
passwordHidden?: boolean | undefined;
|
2525
|
+
onValidate?: ((args: {
|
2526
|
+
isValid: boolean;
|
2527
|
+
errorMessage?: string | undefined;
|
2528
|
+
}) => void) | undefined;
|
2529
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2530
|
+
view: {
|
2531
|
+
default: import("@linaria/core").LinariaClassName;
|
2532
|
+
positive: import("@linaria/core").LinariaClassName;
|
2533
|
+
warning: import("@linaria/core").LinariaClassName;
|
2534
|
+
negative: import("@linaria/core").LinariaClassName;
|
2535
|
+
};
|
2536
|
+
size: {
|
2537
|
+
l: import("@linaria/core").LinariaClassName;
|
2538
|
+
m: import("@linaria/core").LinariaClassName;
|
2539
|
+
s: import("@linaria/core").LinariaClassName;
|
2540
|
+
xs: import("@linaria/core").LinariaClassName;
|
2541
|
+
};
|
2542
|
+
labelPlacement: {
|
2543
|
+
inner: import("@linaria/core").LinariaClassName;
|
2544
|
+
outer: import("@linaria/core").LinariaClassName;
|
2545
|
+
};
|
2546
|
+
clear: {
|
2547
|
+
true: import("@linaria/core").LinariaClassName;
|
2548
|
+
};
|
2549
|
+
hintView: {
|
2550
|
+
default: import("@linaria/core").LinariaClassName;
|
2551
|
+
};
|
2552
|
+
hintSize: {
|
2553
|
+
m: import("@linaria/core").LinariaClassName;
|
2554
|
+
s: import("@linaria/core").LinariaClassName;
|
2555
|
+
};
|
2556
|
+
disabled: {
|
2557
|
+
true: import("@linaria/core").LinariaClassName;
|
2558
|
+
};
|
2559
|
+
readOnly: {
|
2560
|
+
true: import("@linaria/core").LinariaClassName;
|
2561
|
+
};
|
2562
|
+
}> & {
|
2563
|
+
size?: string | undefined;
|
2564
|
+
view?: string | undefined;
|
2565
|
+
readOnly?: boolean | undefined;
|
2566
|
+
disabled?: boolean | undefined;
|
2567
|
+
} & {
|
2568
|
+
label?: string | undefined;
|
2569
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
2570
|
+
titleCaption?: import("react").ReactNode;
|
2571
|
+
leftHelper?: string | undefined;
|
2572
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2573
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2574
|
+
textBefore?: string | undefined;
|
2575
|
+
textAfter?: string | undefined;
|
2576
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2577
|
+
} & {
|
2578
|
+
requiredPlacement?: "left" | "right" | undefined;
|
2579
|
+
} & {
|
2580
|
+
optional?: true | undefined;
|
2581
|
+
required?: false | undefined;
|
2582
|
+
} & {
|
2583
|
+
clear?: boolean | undefined;
|
2584
|
+
hasDivider?: boolean | undefined;
|
2585
|
+
} & {
|
2586
|
+
hintTrigger?: undefined;
|
2587
|
+
hintText?: undefined;
|
2588
|
+
hintView?: undefined;
|
2589
|
+
hintSize?: undefined;
|
2590
|
+
hintTargetIcon?: undefined;
|
2591
|
+
hintPlacement?: undefined;
|
2592
|
+
hintHasArrow?: undefined;
|
2593
|
+
hintOffset?: undefined;
|
2594
|
+
hintWidth?: undefined;
|
2595
|
+
hintContentLeft?: undefined;
|
2596
|
+
} & {
|
2597
|
+
chips?: undefined;
|
2598
|
+
onChangeChips?: undefined;
|
2599
|
+
enumerationType?: "plain" | undefined;
|
2600
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2601
|
+
} & {
|
2602
|
+
validationType: "email";
|
2603
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2604
|
+
passwordHidden?: undefined;
|
2605
|
+
onValidate?: ((args: {
|
2606
|
+
isValid: boolean;
|
2607
|
+
errorMessage?: string | undefined;
|
2608
|
+
}) => void) | undefined;
|
74
2609
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
75
2610
|
view: {
|
76
2611
|
default: import("@linaria/core").LinariaClassName;
|
@@ -122,27 +2657,32 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
122
2657
|
} & {
|
123
2658
|
requiredPlacement?: "left" | "right" | undefined;
|
124
2659
|
} & {
|
125
|
-
|
126
|
-
|
2660
|
+
optional?: true | undefined;
|
2661
|
+
required?: false | undefined;
|
127
2662
|
} & {
|
128
2663
|
clear?: boolean | undefined;
|
129
2664
|
hasDivider?: boolean | undefined;
|
130
2665
|
} & {
|
131
|
-
|
132
|
-
|
133
|
-
hintView?:
|
134
|
-
hintSize?:
|
135
|
-
hintTargetIcon?:
|
136
|
-
hintPlacement?:
|
137
|
-
hintHasArrow?:
|
138
|
-
hintOffset?:
|
139
|
-
hintWidth?:
|
140
|
-
hintContentLeft?:
|
2666
|
+
hintTrigger?: undefined;
|
2667
|
+
hintText?: undefined;
|
2668
|
+
hintView?: undefined;
|
2669
|
+
hintSize?: undefined;
|
2670
|
+
hintTargetIcon?: undefined;
|
2671
|
+
hintPlacement?: undefined;
|
2672
|
+
hintHasArrow?: undefined;
|
2673
|
+
hintOffset?: undefined;
|
2674
|
+
hintWidth?: undefined;
|
2675
|
+
hintContentLeft?: undefined;
|
141
2676
|
} & {
|
142
2677
|
enumerationType: "chip";
|
143
2678
|
onSearch?: undefined;
|
144
2679
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
145
2680
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2681
|
+
} & {
|
2682
|
+
validationType?: undefined;
|
2683
|
+
options?: undefined;
|
2684
|
+
passwordHidden?: undefined;
|
2685
|
+
onValidate?: undefined;
|
146
2686
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
147
2687
|
view: {
|
148
2688
|
default: import("@linaria/core").LinariaClassName;
|
@@ -194,8 +2734,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
194
2734
|
} & {
|
195
2735
|
requiredPlacement?: "left" | "right" | undefined;
|
196
2736
|
} & {
|
197
|
-
|
198
|
-
|
2737
|
+
optional?: true | undefined;
|
2738
|
+
required?: false | undefined;
|
199
2739
|
} & {
|
200
2740
|
clear?: boolean | undefined;
|
201
2741
|
hasDivider?: boolean | undefined;
|
@@ -211,10 +2751,18 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
211
2751
|
hintWidth?: undefined;
|
212
2752
|
hintContentLeft?: undefined;
|
213
2753
|
} & {
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
2754
|
+
enumerationType: "chip";
|
2755
|
+
onSearch?: undefined;
|
2756
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2757
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2758
|
+
} & {
|
2759
|
+
validationType: "password";
|
2760
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2761
|
+
passwordHidden?: boolean | undefined;
|
2762
|
+
onValidate?: ((args: {
|
2763
|
+
isValid: boolean;
|
2764
|
+
errorMessage?: string | undefined;
|
2765
|
+
}) => void) | undefined;
|
218
2766
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
219
2767
|
view: {
|
220
2768
|
default: import("@linaria/core").LinariaClassName;
|
@@ -266,8 +2814,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
266
2814
|
} & {
|
267
2815
|
requiredPlacement?: "left" | "right" | undefined;
|
268
2816
|
} & {
|
269
|
-
|
270
|
-
|
2817
|
+
optional?: true | undefined;
|
2818
|
+
required?: false | undefined;
|
271
2819
|
} & {
|
272
2820
|
clear?: boolean | undefined;
|
273
2821
|
hasDivider?: boolean | undefined;
|
@@ -287,6 +2835,14 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
287
2835
|
onSearch?: undefined;
|
288
2836
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
289
2837
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2838
|
+
} & {
|
2839
|
+
validationType: "email";
|
2840
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2841
|
+
passwordHidden?: undefined;
|
2842
|
+
onValidate?: ((args: {
|
2843
|
+
isValid: boolean;
|
2844
|
+
errorMessage?: string | undefined;
|
2845
|
+
}) => void) | undefined;
|
290
2846
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
291
2847
|
view: {
|
292
2848
|
default: import("@linaria/core").LinariaClassName;
|
@@ -338,8 +2894,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
338
2894
|
} & {
|
339
2895
|
requiredPlacement?: "left" | "right" | undefined;
|
340
2896
|
} & {
|
341
|
-
|
342
|
-
|
2897
|
+
optional?: true | undefined;
|
2898
|
+
required?: false | undefined;
|
343
2899
|
} & {
|
344
2900
|
clear?: false | undefined;
|
345
2901
|
hasDivider?: undefined;
|
@@ -359,6 +2915,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
359
2915
|
onChangeChips?: undefined;
|
360
2916
|
enumerationType?: "plain" | undefined;
|
361
2917
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2918
|
+
} & {
|
2919
|
+
validationType?: undefined;
|
2920
|
+
options?: undefined;
|
2921
|
+
passwordHidden?: undefined;
|
2922
|
+
onValidate?: undefined;
|
362
2923
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
363
2924
|
view: {
|
364
2925
|
default: import("@linaria/core").LinariaClassName;
|
@@ -410,8 +2971,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
410
2971
|
} & {
|
411
2972
|
requiredPlacement?: "left" | "right" | undefined;
|
412
2973
|
} & {
|
413
|
-
|
414
|
-
|
2974
|
+
optional?: true | undefined;
|
2975
|
+
required?: false | undefined;
|
415
2976
|
} & {
|
416
2977
|
clear?: false | undefined;
|
417
2978
|
hasDivider?: undefined;
|
@@ -427,10 +2988,18 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
427
2988
|
hintWidth?: string | undefined;
|
428
2989
|
hintContentLeft?: import("react").ReactNode;
|
429
2990
|
} & {
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
2991
|
+
chips?: undefined;
|
2992
|
+
onChangeChips?: undefined;
|
2993
|
+
enumerationType?: "plain" | undefined;
|
2994
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2995
|
+
} & {
|
2996
|
+
validationType: "password";
|
2997
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2998
|
+
passwordHidden?: boolean | undefined;
|
2999
|
+
onValidate?: ((args: {
|
3000
|
+
isValid: boolean;
|
3001
|
+
errorMessage?: string | undefined;
|
3002
|
+
}) => void) | undefined;
|
434
3003
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
435
3004
|
view: {
|
436
3005
|
default: import("@linaria/core").LinariaClassName;
|
@@ -482,27 +3051,35 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
482
3051
|
} & {
|
483
3052
|
requiredPlacement?: "left" | "right" | undefined;
|
484
3053
|
} & {
|
485
|
-
|
486
|
-
|
3054
|
+
optional?: true | undefined;
|
3055
|
+
required?: false | undefined;
|
487
3056
|
} & {
|
488
3057
|
clear?: false | undefined;
|
489
3058
|
hasDivider?: undefined;
|
490
3059
|
} & {
|
491
|
-
|
492
|
-
|
493
|
-
hintView?: undefined;
|
494
|
-
hintSize?: undefined;
|
495
|
-
hintTargetIcon?:
|
496
|
-
hintPlacement?: undefined;
|
497
|
-
hintHasArrow?: undefined;
|
498
|
-
hintOffset?: undefined;
|
499
|
-
hintWidth?: undefined;
|
500
|
-
hintContentLeft?:
|
3060
|
+
hintText: string;
|
3061
|
+
hintTrigger?: "click" | "hover" | undefined;
|
3062
|
+
hintView?: string | undefined;
|
3063
|
+
hintSize?: string | undefined;
|
3064
|
+
hintTargetIcon?: import("react").ReactNode;
|
3065
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
3066
|
+
hintHasArrow?: boolean | undefined;
|
3067
|
+
hintOffset?: [number, number] | undefined;
|
3068
|
+
hintWidth?: string | undefined;
|
3069
|
+
hintContentLeft?: import("react").ReactNode;
|
501
3070
|
} & {
|
502
3071
|
chips?: undefined;
|
503
3072
|
onChangeChips?: undefined;
|
504
3073
|
enumerationType?: "plain" | undefined;
|
505
3074
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
3075
|
+
} & {
|
3076
|
+
validationType: "email";
|
3077
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
3078
|
+
passwordHidden?: undefined;
|
3079
|
+
onValidate?: ((args: {
|
3080
|
+
isValid: boolean;
|
3081
|
+
errorMessage?: string | undefined;
|
3082
|
+
}) => void) | undefined;
|
506
3083
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
507
3084
|
view: {
|
508
3085
|
default: import("@linaria/core").LinariaClassName;
|
@@ -554,27 +3131,32 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
554
3131
|
} & {
|
555
3132
|
requiredPlacement?: "left" | "right" | undefined;
|
556
3133
|
} & {
|
557
|
-
|
558
|
-
|
3134
|
+
optional?: true | undefined;
|
3135
|
+
required?: false | undefined;
|
559
3136
|
} & {
|
560
3137
|
clear?: false | undefined;
|
561
3138
|
hasDivider?: undefined;
|
562
3139
|
} & {
|
563
|
-
|
564
|
-
|
565
|
-
hintView?: undefined;
|
566
|
-
hintSize?: undefined;
|
567
|
-
hintTargetIcon?:
|
568
|
-
hintPlacement?: undefined;
|
569
|
-
hintHasArrow?: undefined;
|
570
|
-
hintOffset?: undefined;
|
571
|
-
hintWidth?: undefined;
|
572
|
-
hintContentLeft?:
|
3140
|
+
hintText: string;
|
3141
|
+
hintTrigger?: "click" | "hover" | undefined;
|
3142
|
+
hintView?: string | undefined;
|
3143
|
+
hintSize?: string | undefined;
|
3144
|
+
hintTargetIcon?: import("react").ReactNode;
|
3145
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
3146
|
+
hintHasArrow?: boolean | undefined;
|
3147
|
+
hintOffset?: [number, number] | undefined;
|
3148
|
+
hintWidth?: string | undefined;
|
3149
|
+
hintContentLeft?: import("react").ReactNode;
|
573
3150
|
} & {
|
574
3151
|
enumerationType: "chip";
|
575
3152
|
onSearch?: undefined;
|
576
3153
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
577
3154
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3155
|
+
} & {
|
3156
|
+
validationType?: undefined;
|
3157
|
+
options?: undefined;
|
3158
|
+
passwordHidden?: undefined;
|
3159
|
+
onValidate?: undefined;
|
578
3160
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
579
3161
|
view: {
|
580
3162
|
default: import("@linaria/core").LinariaClassName;
|
@@ -629,8 +3211,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
629
3211
|
optional?: true | undefined;
|
630
3212
|
required?: false | undefined;
|
631
3213
|
} & {
|
632
|
-
clear?:
|
633
|
-
hasDivider?:
|
3214
|
+
clear?: false | undefined;
|
3215
|
+
hasDivider?: undefined;
|
634
3216
|
} & {
|
635
3217
|
hintText: string;
|
636
3218
|
hintTrigger?: "click" | "hover" | undefined;
|
@@ -643,10 +3225,18 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
643
3225
|
hintWidth?: string | undefined;
|
644
3226
|
hintContentLeft?: import("react").ReactNode;
|
645
3227
|
} & {
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
3228
|
+
enumerationType: "chip";
|
3229
|
+
onSearch?: undefined;
|
3230
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
3231
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3232
|
+
} & {
|
3233
|
+
validationType: "password";
|
3234
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
3235
|
+
passwordHidden?: boolean | undefined;
|
3236
|
+
onValidate?: ((args: {
|
3237
|
+
isValid: boolean;
|
3238
|
+
errorMessage?: string | undefined;
|
3239
|
+
}) => void) | undefined;
|
650
3240
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
651
3241
|
view: {
|
652
3242
|
default: import("@linaria/core").LinariaClassName;
|
@@ -701,8 +3291,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
701
3291
|
optional?: true | undefined;
|
702
3292
|
required?: false | undefined;
|
703
3293
|
} & {
|
704
|
-
clear?:
|
705
|
-
hasDivider?:
|
3294
|
+
clear?: false | undefined;
|
3295
|
+
hasDivider?: undefined;
|
706
3296
|
} & {
|
707
3297
|
hintText: string;
|
708
3298
|
hintTrigger?: "click" | "hover" | undefined;
|
@@ -719,6 +3309,14 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
719
3309
|
onSearch?: undefined;
|
720
3310
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
721
3311
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3312
|
+
} & {
|
3313
|
+
validationType: "email";
|
3314
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
3315
|
+
passwordHidden?: undefined;
|
3316
|
+
onValidate?: ((args: {
|
3317
|
+
isValid: boolean;
|
3318
|
+
errorMessage?: string | undefined;
|
3319
|
+
}) => void) | undefined;
|
722
3320
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
723
3321
|
view: {
|
724
3322
|
default: import("@linaria/core").LinariaClassName;
|
@@ -773,8 +3371,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
773
3371
|
optional?: true | undefined;
|
774
3372
|
required?: false | undefined;
|
775
3373
|
} & {
|
776
|
-
clear?:
|
777
|
-
hasDivider?:
|
3374
|
+
clear?: false | undefined;
|
3375
|
+
hasDivider?: undefined;
|
778
3376
|
} & {
|
779
3377
|
hintTrigger?: undefined;
|
780
3378
|
hintText?: undefined;
|
@@ -791,6 +3389,11 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
791
3389
|
onChangeChips?: undefined;
|
792
3390
|
enumerationType?: "plain" | undefined;
|
793
3391
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
3392
|
+
} & {
|
3393
|
+
validationType?: undefined;
|
3394
|
+
options?: undefined;
|
3395
|
+
passwordHidden?: undefined;
|
3396
|
+
onValidate?: undefined;
|
794
3397
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
795
3398
|
view: {
|
796
3399
|
default: import("@linaria/core").LinariaClassName;
|
@@ -845,8 +3448,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
845
3448
|
optional?: true | undefined;
|
846
3449
|
required?: false | undefined;
|
847
3450
|
} & {
|
848
|
-
clear?:
|
849
|
-
hasDivider?:
|
3451
|
+
clear?: false | undefined;
|
3452
|
+
hasDivider?: undefined;
|
850
3453
|
} & {
|
851
3454
|
hintTrigger?: undefined;
|
852
3455
|
hintText?: undefined;
|
@@ -859,10 +3462,18 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
859
3462
|
hintWidth?: undefined;
|
860
3463
|
hintContentLeft?: undefined;
|
861
3464
|
} & {
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
3465
|
+
chips?: undefined;
|
3466
|
+
onChangeChips?: undefined;
|
3467
|
+
enumerationType?: "plain" | undefined;
|
3468
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
3469
|
+
} & {
|
3470
|
+
validationType: "password";
|
3471
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
3472
|
+
passwordHidden?: boolean | undefined;
|
3473
|
+
onValidate?: ((args: {
|
3474
|
+
isValid: boolean;
|
3475
|
+
errorMessage?: string | undefined;
|
3476
|
+
}) => void) | undefined;
|
866
3477
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
867
3478
|
view: {
|
868
3479
|
default: import("@linaria/core").LinariaClassName;
|
@@ -920,21 +3531,29 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
920
3531
|
clear?: false | undefined;
|
921
3532
|
hasDivider?: undefined;
|
922
3533
|
} & {
|
923
|
-
|
924
|
-
|
925
|
-
hintView?:
|
926
|
-
hintSize?:
|
927
|
-
hintTargetIcon?:
|
928
|
-
hintPlacement?:
|
929
|
-
hintHasArrow?:
|
930
|
-
hintOffset?:
|
931
|
-
hintWidth?:
|
932
|
-
hintContentLeft?:
|
3534
|
+
hintTrigger?: undefined;
|
3535
|
+
hintText?: undefined;
|
3536
|
+
hintView?: undefined;
|
3537
|
+
hintSize?: undefined;
|
3538
|
+
hintTargetIcon?: undefined;
|
3539
|
+
hintPlacement?: undefined;
|
3540
|
+
hintHasArrow?: undefined;
|
3541
|
+
hintOffset?: undefined;
|
3542
|
+
hintWidth?: undefined;
|
3543
|
+
hintContentLeft?: undefined;
|
933
3544
|
} & {
|
934
3545
|
chips?: undefined;
|
935
3546
|
onChangeChips?: undefined;
|
936
3547
|
enumerationType?: "plain" | undefined;
|
937
3548
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
3549
|
+
} & {
|
3550
|
+
validationType: "email";
|
3551
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
3552
|
+
passwordHidden?: undefined;
|
3553
|
+
onValidate?: ((args: {
|
3554
|
+
isValid: boolean;
|
3555
|
+
errorMessage?: string | undefined;
|
3556
|
+
}) => void) | undefined;
|
938
3557
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
939
3558
|
view: {
|
940
3559
|
default: import("@linaria/core").LinariaClassName;
|
@@ -992,21 +3611,26 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
992
3611
|
clear?: false | undefined;
|
993
3612
|
hasDivider?: undefined;
|
994
3613
|
} & {
|
995
|
-
|
996
|
-
|
997
|
-
hintView?:
|
998
|
-
hintSize?:
|
999
|
-
hintTargetIcon?:
|
1000
|
-
hintPlacement?:
|
1001
|
-
hintHasArrow?:
|
1002
|
-
hintOffset?:
|
1003
|
-
hintWidth?:
|
1004
|
-
hintContentLeft?:
|
3614
|
+
hintTrigger?: undefined;
|
3615
|
+
hintText?: undefined;
|
3616
|
+
hintView?: undefined;
|
3617
|
+
hintSize?: undefined;
|
3618
|
+
hintTargetIcon?: undefined;
|
3619
|
+
hintPlacement?: undefined;
|
3620
|
+
hintHasArrow?: undefined;
|
3621
|
+
hintOffset?: undefined;
|
3622
|
+
hintWidth?: undefined;
|
3623
|
+
hintContentLeft?: undefined;
|
1005
3624
|
} & {
|
1006
3625
|
enumerationType: "chip";
|
1007
3626
|
onSearch?: undefined;
|
1008
3627
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1009
3628
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3629
|
+
} & {
|
3630
|
+
validationType?: undefined;
|
3631
|
+
options?: undefined;
|
3632
|
+
passwordHidden?: undefined;
|
3633
|
+
onValidate?: undefined;
|
1010
3634
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1011
3635
|
view: {
|
1012
3636
|
default: import("@linaria/core").LinariaClassName;
|
@@ -1075,10 +3699,18 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1075
3699
|
hintWidth?: undefined;
|
1076
3700
|
hintContentLeft?: undefined;
|
1077
3701
|
} & {
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
3702
|
+
enumerationType: "chip";
|
3703
|
+
onSearch?: undefined;
|
3704
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
3705
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3706
|
+
} & {
|
3707
|
+
validationType: "password";
|
3708
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
3709
|
+
passwordHidden?: boolean | undefined;
|
3710
|
+
onValidate?: ((args: {
|
3711
|
+
isValid: boolean;
|
3712
|
+
errorMessage?: string | undefined;
|
3713
|
+
}) => void) | undefined;
|
1082
3714
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1083
3715
|
view: {
|
1084
3716
|
default: import("@linaria/core").LinariaClassName;
|
@@ -1151,5 +3783,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1151
3783
|
onSearch?: undefined;
|
1152
3784
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1153
3785
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
3786
|
+
} & {
|
3787
|
+
validationType: "email";
|
3788
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
3789
|
+
passwordHidden?: undefined;
|
3790
|
+
onValidate?: ((args: {
|
3791
|
+
isValid: boolean;
|
3792
|
+
errorMessage?: string | undefined;
|
3793
|
+
}) => void) | undefined;
|
1154
3794
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
1155
3795
|
//# sourceMappingURL=Mask.d.ts.map
|