@salutejs/plasma-new-hope 0.194.0-canary.1562.11852874401.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/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/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/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/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/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/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.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,1438 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
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>) | ({
|
80
|
+
size?: string | undefined;
|
81
|
+
view?: string | undefined;
|
82
|
+
readOnly?: boolean | undefined;
|
83
|
+
disabled?: boolean | undefined;
|
84
|
+
} & {
|
85
|
+
label?: string | undefined;
|
86
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
87
|
+
titleCaption?: import("react").ReactNode;
|
88
|
+
leftHelper?: string | undefined;
|
89
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
90
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
91
|
+
textBefore?: string | undefined;
|
92
|
+
textAfter?: string | undefined;
|
93
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
94
|
+
} & {
|
95
|
+
requiredPlacement?: "left" | "right" | undefined;
|
96
|
+
} & {
|
97
|
+
required: true;
|
98
|
+
optional?: false | undefined;
|
99
|
+
} & {
|
100
|
+
clear?: boolean | undefined;
|
101
|
+
hasDivider?: boolean | undefined;
|
102
|
+
} & {
|
103
|
+
hintText: string;
|
104
|
+
hintTrigger?: "click" | "hover" | undefined;
|
105
|
+
hintView?: string | undefined;
|
106
|
+
hintSize?: string | undefined;
|
107
|
+
hintTargetIcon?: import("react").ReactNode;
|
108
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
109
|
+
hintHasArrow?: boolean | undefined;
|
110
|
+
hintOffset?: [number, number] | undefined;
|
111
|
+
hintWidth?: string | undefined;
|
112
|
+
hintContentLeft?: import("react").ReactNode;
|
113
|
+
} & {
|
114
|
+
chips?: undefined;
|
115
|
+
onChangeChips?: undefined;
|
116
|
+
enumerationType?: "plain" | undefined;
|
117
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
118
|
+
} & {
|
119
|
+
validationType: "password";
|
120
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
121
|
+
passwordHidden?: boolean | undefined;
|
122
|
+
onValidate?: ((args: {
|
123
|
+
isValid: boolean;
|
124
|
+
errorMessage?: string | undefined;
|
125
|
+
}) => void) | undefined;
|
126
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
127
|
+
size?: string | undefined;
|
128
|
+
view?: string | undefined;
|
129
|
+
readOnly?: boolean | undefined;
|
130
|
+
disabled?: boolean | undefined;
|
131
|
+
} & {
|
132
|
+
label?: string | undefined;
|
133
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
134
|
+
titleCaption?: import("react").ReactNode;
|
135
|
+
leftHelper?: string | undefined;
|
136
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
137
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
138
|
+
textBefore?: string | undefined;
|
139
|
+
textAfter?: string | undefined;
|
140
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
141
|
+
} & {
|
142
|
+
requiredPlacement?: "left" | "right" | undefined;
|
143
|
+
} & {
|
144
|
+
required: true;
|
145
|
+
optional?: false | undefined;
|
146
|
+
} & {
|
147
|
+
clear?: boolean | undefined;
|
148
|
+
hasDivider?: boolean | undefined;
|
149
|
+
} & {
|
150
|
+
hintText: string;
|
151
|
+
hintTrigger?: "click" | "hover" | undefined;
|
152
|
+
hintView?: string | undefined;
|
153
|
+
hintSize?: string | undefined;
|
154
|
+
hintTargetIcon?: import("react").ReactNode;
|
155
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
156
|
+
hintHasArrow?: boolean | undefined;
|
157
|
+
hintOffset?: [number, number] | undefined;
|
158
|
+
hintWidth?: string | undefined;
|
159
|
+
hintContentLeft?: import("react").ReactNode;
|
160
|
+
} & {
|
161
|
+
chips?: undefined;
|
162
|
+
onChangeChips?: undefined;
|
163
|
+
enumerationType?: "plain" | undefined;
|
164
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
165
|
+
} & {
|
166
|
+
validationType: "email";
|
167
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
168
|
+
passwordHidden?: undefined;
|
169
|
+
onValidate?: ((args: {
|
170
|
+
isValid: boolean;
|
171
|
+
errorMessage?: string | undefined;
|
172
|
+
}) => void) | undefined;
|
173
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
174
|
+
size?: string | undefined;
|
175
|
+
view?: string | undefined;
|
176
|
+
readOnly?: boolean | undefined;
|
177
|
+
disabled?: boolean | undefined;
|
178
|
+
} & {
|
179
|
+
label?: string | undefined;
|
180
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
181
|
+
titleCaption?: import("react").ReactNode;
|
182
|
+
leftHelper?: string | undefined;
|
183
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
184
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
185
|
+
textBefore?: string | undefined;
|
186
|
+
textAfter?: string | undefined;
|
187
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
188
|
+
} & {
|
189
|
+
requiredPlacement?: "left" | "right" | undefined;
|
190
|
+
} & {
|
191
|
+
required: true;
|
192
|
+
optional?: false | undefined;
|
193
|
+
} & {
|
194
|
+
clear?: boolean | undefined;
|
195
|
+
hasDivider?: boolean | undefined;
|
196
|
+
} & {
|
197
|
+
hintText: string;
|
198
|
+
hintTrigger?: "click" | "hover" | undefined;
|
199
|
+
hintView?: string | undefined;
|
200
|
+
hintSize?: string | undefined;
|
201
|
+
hintTargetIcon?: import("react").ReactNode;
|
202
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
203
|
+
hintHasArrow?: boolean | undefined;
|
204
|
+
hintOffset?: [number, number] | undefined;
|
205
|
+
hintWidth?: string | undefined;
|
206
|
+
hintContentLeft?: import("react").ReactNode;
|
207
|
+
} & {
|
208
|
+
enumerationType: "chip";
|
209
|
+
onSearch?: undefined;
|
210
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
211
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
212
|
+
} & {
|
213
|
+
validationType?: undefined;
|
214
|
+
options?: undefined;
|
215
|
+
passwordHidden?: undefined;
|
216
|
+
onValidate?: undefined;
|
217
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
218
|
+
size?: string | undefined;
|
219
|
+
view?: string | undefined;
|
220
|
+
readOnly?: boolean | undefined;
|
221
|
+
disabled?: boolean | undefined;
|
222
|
+
} & {
|
223
|
+
label?: string | undefined;
|
224
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
225
|
+
titleCaption?: import("react").ReactNode;
|
226
|
+
leftHelper?: string | undefined;
|
227
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
228
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
229
|
+
textBefore?: string | undefined;
|
230
|
+
textAfter?: string | undefined;
|
231
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
232
|
+
} & {
|
233
|
+
requiredPlacement?: "left" | "right" | undefined;
|
234
|
+
} & {
|
235
|
+
required: true;
|
236
|
+
optional?: false | undefined;
|
237
|
+
} & {
|
238
|
+
clear?: boolean | undefined;
|
239
|
+
hasDivider?: boolean | undefined;
|
240
|
+
} & {
|
241
|
+
hintText: string;
|
242
|
+
hintTrigger?: "click" | "hover" | undefined;
|
243
|
+
hintView?: string | undefined;
|
244
|
+
hintSize?: string | undefined;
|
245
|
+
hintTargetIcon?: import("react").ReactNode;
|
246
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
247
|
+
hintHasArrow?: boolean | undefined;
|
248
|
+
hintOffset?: [number, number] | undefined;
|
249
|
+
hintWidth?: string | undefined;
|
250
|
+
hintContentLeft?: import("react").ReactNode;
|
251
|
+
} & {
|
252
|
+
enumerationType: "chip";
|
253
|
+
onSearch?: undefined;
|
254
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
255
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
256
|
+
} & {
|
257
|
+
validationType: "password";
|
258
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
259
|
+
passwordHidden?: boolean | undefined;
|
260
|
+
onValidate?: ((args: {
|
261
|
+
isValid: boolean;
|
262
|
+
errorMessage?: string | undefined;
|
263
|
+
}) => void) | undefined;
|
264
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
265
|
+
size?: string | undefined;
|
266
|
+
view?: string | undefined;
|
267
|
+
readOnly?: boolean | undefined;
|
268
|
+
disabled?: boolean | undefined;
|
269
|
+
} & {
|
270
|
+
label?: string | undefined;
|
271
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
272
|
+
titleCaption?: import("react").ReactNode;
|
273
|
+
leftHelper?: string | undefined;
|
274
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
275
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
276
|
+
textBefore?: string | undefined;
|
277
|
+
textAfter?: string | undefined;
|
278
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
279
|
+
} & {
|
280
|
+
requiredPlacement?: "left" | "right" | undefined;
|
281
|
+
} & {
|
282
|
+
required: true;
|
283
|
+
optional?: false | undefined;
|
284
|
+
} & {
|
285
|
+
clear?: boolean | undefined;
|
286
|
+
hasDivider?: boolean | undefined;
|
287
|
+
} & {
|
288
|
+
hintText: string;
|
289
|
+
hintTrigger?: "click" | "hover" | undefined;
|
290
|
+
hintView?: string | undefined;
|
291
|
+
hintSize?: string | undefined;
|
292
|
+
hintTargetIcon?: import("react").ReactNode;
|
293
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
294
|
+
hintHasArrow?: boolean | undefined;
|
295
|
+
hintOffset?: [number, number] | undefined;
|
296
|
+
hintWidth?: string | undefined;
|
297
|
+
hintContentLeft?: import("react").ReactNode;
|
298
|
+
} & {
|
299
|
+
enumerationType: "chip";
|
300
|
+
onSearch?: undefined;
|
301
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
302
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
303
|
+
} & {
|
304
|
+
validationType: "email";
|
305
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
306
|
+
passwordHidden?: undefined;
|
307
|
+
onValidate?: ((args: {
|
308
|
+
isValid: boolean;
|
309
|
+
errorMessage?: string | undefined;
|
310
|
+
}) => void) | undefined;
|
311
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
312
|
+
size?: string | undefined;
|
313
|
+
view?: string | undefined;
|
314
|
+
readOnly?: boolean | undefined;
|
315
|
+
disabled?: boolean | undefined;
|
316
|
+
} & {
|
317
|
+
label?: string | undefined;
|
318
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
319
|
+
titleCaption?: import("react").ReactNode;
|
320
|
+
leftHelper?: string | undefined;
|
321
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
322
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
323
|
+
textBefore?: string | undefined;
|
324
|
+
textAfter?: string | undefined;
|
325
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
326
|
+
} & {
|
327
|
+
requiredPlacement?: "left" | "right" | undefined;
|
328
|
+
} & {
|
329
|
+
required: true;
|
330
|
+
optional?: false | undefined;
|
331
|
+
} & {
|
332
|
+
clear?: boolean | undefined;
|
333
|
+
hasDivider?: boolean | undefined;
|
334
|
+
} & {
|
335
|
+
hintTrigger?: undefined;
|
336
|
+
hintText?: undefined;
|
337
|
+
hintView?: undefined;
|
338
|
+
hintSize?: undefined;
|
339
|
+
hintTargetIcon?: undefined;
|
340
|
+
hintPlacement?: undefined;
|
341
|
+
hintHasArrow?: undefined;
|
342
|
+
hintOffset?: undefined;
|
343
|
+
hintWidth?: undefined;
|
344
|
+
hintContentLeft?: undefined;
|
345
|
+
} & {
|
346
|
+
chips?: undefined;
|
347
|
+
onChangeChips?: undefined;
|
348
|
+
enumerationType?: "plain" | undefined;
|
349
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
350
|
+
} & {
|
351
|
+
validationType?: undefined;
|
352
|
+
options?: undefined;
|
353
|
+
passwordHidden?: undefined;
|
354
|
+
onValidate?: undefined;
|
355
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
356
|
+
size?: string | undefined;
|
357
|
+
view?: string | undefined;
|
358
|
+
readOnly?: boolean | undefined;
|
359
|
+
disabled?: boolean | undefined;
|
360
|
+
} & {
|
361
|
+
label?: string | undefined;
|
362
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
363
|
+
titleCaption?: import("react").ReactNode;
|
364
|
+
leftHelper?: string | undefined;
|
365
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
366
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
367
|
+
textBefore?: string | undefined;
|
368
|
+
textAfter?: string | undefined;
|
369
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
370
|
+
} & {
|
371
|
+
requiredPlacement?: "left" | "right" | undefined;
|
372
|
+
} & {
|
373
|
+
required: true;
|
374
|
+
optional?: false | undefined;
|
375
|
+
} & {
|
376
|
+
clear?: boolean | undefined;
|
377
|
+
hasDivider?: boolean | undefined;
|
378
|
+
} & {
|
379
|
+
hintTrigger?: undefined;
|
380
|
+
hintText?: undefined;
|
381
|
+
hintView?: undefined;
|
382
|
+
hintSize?: undefined;
|
383
|
+
hintTargetIcon?: undefined;
|
384
|
+
hintPlacement?: undefined;
|
385
|
+
hintHasArrow?: undefined;
|
386
|
+
hintOffset?: undefined;
|
387
|
+
hintWidth?: undefined;
|
388
|
+
hintContentLeft?: undefined;
|
389
|
+
} & {
|
390
|
+
chips?: undefined;
|
391
|
+
onChangeChips?: undefined;
|
392
|
+
enumerationType?: "plain" | undefined;
|
393
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
394
|
+
} & {
|
395
|
+
validationType: "password";
|
396
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
397
|
+
passwordHidden?: boolean | undefined;
|
398
|
+
onValidate?: ((args: {
|
399
|
+
isValid: boolean;
|
400
|
+
errorMessage?: string | undefined;
|
401
|
+
}) => void) | undefined;
|
402
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
403
|
+
size?: string | undefined;
|
404
|
+
view?: string | undefined;
|
405
|
+
readOnly?: boolean | undefined;
|
406
|
+
disabled?: boolean | undefined;
|
407
|
+
} & {
|
408
|
+
label?: string | undefined;
|
409
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
410
|
+
titleCaption?: import("react").ReactNode;
|
411
|
+
leftHelper?: string | undefined;
|
412
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
413
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
414
|
+
textBefore?: string | undefined;
|
415
|
+
textAfter?: string | undefined;
|
416
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
417
|
+
} & {
|
418
|
+
requiredPlacement?: "left" | "right" | undefined;
|
419
|
+
} & {
|
420
|
+
required: true;
|
421
|
+
optional?: false | undefined;
|
422
|
+
} & {
|
423
|
+
clear?: boolean | undefined;
|
424
|
+
hasDivider?: boolean | undefined;
|
425
|
+
} & {
|
426
|
+
hintTrigger?: undefined;
|
427
|
+
hintText?: undefined;
|
428
|
+
hintView?: undefined;
|
429
|
+
hintSize?: undefined;
|
430
|
+
hintTargetIcon?: undefined;
|
431
|
+
hintPlacement?: undefined;
|
432
|
+
hintHasArrow?: undefined;
|
433
|
+
hintOffset?: undefined;
|
434
|
+
hintWidth?: undefined;
|
435
|
+
hintContentLeft?: undefined;
|
436
|
+
} & {
|
437
|
+
chips?: undefined;
|
438
|
+
onChangeChips?: undefined;
|
439
|
+
enumerationType?: "plain" | undefined;
|
440
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
441
|
+
} & {
|
442
|
+
validationType: "email";
|
443
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
444
|
+
passwordHidden?: undefined;
|
445
|
+
onValidate?: ((args: {
|
446
|
+
isValid: boolean;
|
447
|
+
errorMessage?: string | undefined;
|
448
|
+
}) => void) | undefined;
|
449
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
450
|
+
size?: string | undefined;
|
451
|
+
view?: string | undefined;
|
452
|
+
readOnly?: boolean | undefined;
|
453
|
+
disabled?: boolean | undefined;
|
454
|
+
} & {
|
455
|
+
label?: string | undefined;
|
456
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
457
|
+
titleCaption?: import("react").ReactNode;
|
458
|
+
leftHelper?: string | undefined;
|
459
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
460
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
461
|
+
textBefore?: string | undefined;
|
462
|
+
textAfter?: string | undefined;
|
463
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
464
|
+
} & {
|
465
|
+
requiredPlacement?: "left" | "right" | undefined;
|
466
|
+
} & {
|
467
|
+
required: true;
|
468
|
+
optional?: false | undefined;
|
469
|
+
} & {
|
470
|
+
clear?: boolean | undefined;
|
471
|
+
hasDivider?: boolean | undefined;
|
472
|
+
} & {
|
473
|
+
hintTrigger?: undefined;
|
474
|
+
hintText?: undefined;
|
475
|
+
hintView?: undefined;
|
476
|
+
hintSize?: undefined;
|
477
|
+
hintTargetIcon?: undefined;
|
478
|
+
hintPlacement?: undefined;
|
479
|
+
hintHasArrow?: undefined;
|
480
|
+
hintOffset?: undefined;
|
481
|
+
hintWidth?: undefined;
|
482
|
+
hintContentLeft?: undefined;
|
483
|
+
} & {
|
484
|
+
enumerationType: "chip";
|
485
|
+
onSearch?: undefined;
|
486
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
487
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
488
|
+
} & {
|
489
|
+
validationType?: undefined;
|
490
|
+
options?: undefined;
|
491
|
+
passwordHidden?: undefined;
|
492
|
+
onValidate?: undefined;
|
493
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
494
|
+
size?: string | undefined;
|
495
|
+
view?: string | undefined;
|
496
|
+
readOnly?: boolean | undefined;
|
497
|
+
disabled?: boolean | undefined;
|
498
|
+
} & {
|
499
|
+
label?: string | undefined;
|
500
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
501
|
+
titleCaption?: import("react").ReactNode;
|
502
|
+
leftHelper?: string | undefined;
|
503
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
504
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
505
|
+
textBefore?: string | undefined;
|
506
|
+
textAfter?: string | undefined;
|
507
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
508
|
+
} & {
|
509
|
+
requiredPlacement?: "left" | "right" | undefined;
|
510
|
+
} & {
|
511
|
+
required: true;
|
512
|
+
optional?: false | undefined;
|
513
|
+
} & {
|
514
|
+
clear?: boolean | undefined;
|
515
|
+
hasDivider?: boolean | undefined;
|
516
|
+
} & {
|
517
|
+
hintTrigger?: undefined;
|
518
|
+
hintText?: undefined;
|
519
|
+
hintView?: undefined;
|
520
|
+
hintSize?: undefined;
|
521
|
+
hintTargetIcon?: undefined;
|
522
|
+
hintPlacement?: undefined;
|
523
|
+
hintHasArrow?: undefined;
|
524
|
+
hintOffset?: undefined;
|
525
|
+
hintWidth?: undefined;
|
526
|
+
hintContentLeft?: undefined;
|
527
|
+
} & {
|
528
|
+
enumerationType: "chip";
|
529
|
+
onSearch?: undefined;
|
530
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
531
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
532
|
+
} & {
|
533
|
+
validationType: "password";
|
534
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
535
|
+
passwordHidden?: boolean | undefined;
|
536
|
+
onValidate?: ((args: {
|
537
|
+
isValid: boolean;
|
538
|
+
errorMessage?: string | undefined;
|
539
|
+
}) => void) | undefined;
|
540
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
541
|
+
size?: string | undefined;
|
542
|
+
view?: string | undefined;
|
543
|
+
readOnly?: boolean | undefined;
|
544
|
+
disabled?: boolean | undefined;
|
545
|
+
} & {
|
546
|
+
label?: string | undefined;
|
547
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
548
|
+
titleCaption?: import("react").ReactNode;
|
549
|
+
leftHelper?: string | undefined;
|
550
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
551
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
552
|
+
textBefore?: string | undefined;
|
553
|
+
textAfter?: string | undefined;
|
554
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
555
|
+
} & {
|
556
|
+
requiredPlacement?: "left" | "right" | undefined;
|
557
|
+
} & {
|
558
|
+
required: true;
|
559
|
+
optional?: false | undefined;
|
560
|
+
} & {
|
561
|
+
clear?: boolean | undefined;
|
562
|
+
hasDivider?: boolean | undefined;
|
563
|
+
} & {
|
564
|
+
hintTrigger?: undefined;
|
565
|
+
hintText?: undefined;
|
566
|
+
hintView?: undefined;
|
567
|
+
hintSize?: undefined;
|
568
|
+
hintTargetIcon?: undefined;
|
569
|
+
hintPlacement?: undefined;
|
570
|
+
hintHasArrow?: undefined;
|
571
|
+
hintOffset?: undefined;
|
572
|
+
hintWidth?: undefined;
|
573
|
+
hintContentLeft?: undefined;
|
574
|
+
} & {
|
575
|
+
enumerationType: "chip";
|
576
|
+
onSearch?: undefined;
|
577
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
578
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
579
|
+
} & {
|
580
|
+
validationType: "email";
|
581
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
582
|
+
passwordHidden?: undefined;
|
583
|
+
onValidate?: ((args: {
|
584
|
+
isValid: boolean;
|
585
|
+
errorMessage?: string | undefined;
|
586
|
+
}) => void) | undefined;
|
587
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
588
|
+
size?: string | undefined;
|
589
|
+
view?: string | undefined;
|
590
|
+
readOnly?: boolean | undefined;
|
591
|
+
disabled?: boolean | undefined;
|
592
|
+
} & {
|
593
|
+
label?: string | undefined;
|
594
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
595
|
+
titleCaption?: import("react").ReactNode;
|
596
|
+
leftHelper?: string | undefined;
|
597
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
598
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
599
|
+
textBefore?: string | undefined;
|
600
|
+
textAfter?: string | undefined;
|
601
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
602
|
+
} & {
|
603
|
+
requiredPlacement?: "left" | "right" | undefined;
|
604
|
+
} & {
|
605
|
+
required: true;
|
606
|
+
optional?: false | undefined;
|
607
|
+
} & {
|
608
|
+
clear?: false | undefined;
|
609
|
+
hasDivider?: undefined;
|
610
|
+
} & {
|
611
|
+
hintText: string;
|
612
|
+
hintTrigger?: "click" | "hover" | undefined;
|
613
|
+
hintView?: string | undefined;
|
614
|
+
hintSize?: string | undefined;
|
615
|
+
hintTargetIcon?: import("react").ReactNode;
|
616
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
617
|
+
hintHasArrow?: boolean | undefined;
|
618
|
+
hintOffset?: [number, number] | undefined;
|
619
|
+
hintWidth?: string | undefined;
|
620
|
+
hintContentLeft?: import("react").ReactNode;
|
621
|
+
} & {
|
622
|
+
chips?: undefined;
|
623
|
+
onChangeChips?: undefined;
|
624
|
+
enumerationType?: "plain" | undefined;
|
625
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
626
|
+
} & {
|
627
|
+
validationType?: undefined;
|
628
|
+
options?: undefined;
|
629
|
+
passwordHidden?: undefined;
|
630
|
+
onValidate?: undefined;
|
631
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
632
|
+
size?: string | undefined;
|
633
|
+
view?: string | undefined;
|
634
|
+
readOnly?: boolean | undefined;
|
635
|
+
disabled?: boolean | undefined;
|
636
|
+
} & {
|
637
|
+
label?: string | undefined;
|
638
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
639
|
+
titleCaption?: import("react").ReactNode;
|
640
|
+
leftHelper?: string | undefined;
|
641
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
642
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
643
|
+
textBefore?: string | undefined;
|
644
|
+
textAfter?: string | undefined;
|
645
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
646
|
+
} & {
|
647
|
+
requiredPlacement?: "left" | "right" | undefined;
|
648
|
+
} & {
|
649
|
+
required: true;
|
650
|
+
optional?: false | undefined;
|
651
|
+
} & {
|
652
|
+
clear?: false | undefined;
|
653
|
+
hasDivider?: undefined;
|
654
|
+
} & {
|
655
|
+
hintText: string;
|
656
|
+
hintTrigger?: "click" | "hover" | undefined;
|
657
|
+
hintView?: string | undefined;
|
658
|
+
hintSize?: string | undefined;
|
659
|
+
hintTargetIcon?: import("react").ReactNode;
|
660
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
661
|
+
hintHasArrow?: boolean | undefined;
|
662
|
+
hintOffset?: [number, number] | undefined;
|
663
|
+
hintWidth?: string | undefined;
|
664
|
+
hintContentLeft?: import("react").ReactNode;
|
665
|
+
} & {
|
666
|
+
chips?: undefined;
|
667
|
+
onChangeChips?: undefined;
|
668
|
+
enumerationType?: "plain" | undefined;
|
669
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
670
|
+
} & {
|
671
|
+
validationType: "password";
|
672
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
673
|
+
passwordHidden?: boolean | undefined;
|
674
|
+
onValidate?: ((args: {
|
675
|
+
isValid: boolean;
|
676
|
+
errorMessage?: string | undefined;
|
677
|
+
}) => void) | undefined;
|
678
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
679
|
+
size?: string | undefined;
|
680
|
+
view?: string | undefined;
|
681
|
+
readOnly?: boolean | undefined;
|
682
|
+
disabled?: boolean | undefined;
|
683
|
+
} & {
|
684
|
+
label?: string | undefined;
|
685
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
686
|
+
titleCaption?: import("react").ReactNode;
|
687
|
+
leftHelper?: string | undefined;
|
688
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
689
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
690
|
+
textBefore?: string | undefined;
|
691
|
+
textAfter?: string | undefined;
|
692
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
693
|
+
} & {
|
694
|
+
requiredPlacement?: "left" | "right" | undefined;
|
695
|
+
} & {
|
696
|
+
required: true;
|
697
|
+
optional?: false | undefined;
|
698
|
+
} & {
|
699
|
+
clear?: false | undefined;
|
700
|
+
hasDivider?: undefined;
|
701
|
+
} & {
|
702
|
+
hintText: string;
|
703
|
+
hintTrigger?: "click" | "hover" | undefined;
|
704
|
+
hintView?: string | undefined;
|
705
|
+
hintSize?: string | undefined;
|
706
|
+
hintTargetIcon?: import("react").ReactNode;
|
707
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
708
|
+
hintHasArrow?: boolean | undefined;
|
709
|
+
hintOffset?: [number, number] | undefined;
|
710
|
+
hintWidth?: string | undefined;
|
711
|
+
hintContentLeft?: import("react").ReactNode;
|
712
|
+
} & {
|
713
|
+
chips?: undefined;
|
714
|
+
onChangeChips?: undefined;
|
715
|
+
enumerationType?: "plain" | undefined;
|
716
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
717
|
+
} & {
|
718
|
+
validationType: "email";
|
719
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
720
|
+
passwordHidden?: undefined;
|
721
|
+
onValidate?: ((args: {
|
722
|
+
isValid: boolean;
|
723
|
+
errorMessage?: string | undefined;
|
724
|
+
}) => void) | undefined;
|
725
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
726
|
+
size?: string | undefined;
|
727
|
+
view?: string | undefined;
|
728
|
+
readOnly?: boolean | undefined;
|
729
|
+
disabled?: boolean | undefined;
|
730
|
+
} & {
|
731
|
+
label?: string | undefined;
|
732
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
733
|
+
titleCaption?: import("react").ReactNode;
|
734
|
+
leftHelper?: string | undefined;
|
735
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
736
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
737
|
+
textBefore?: string | undefined;
|
738
|
+
textAfter?: string | undefined;
|
739
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
740
|
+
} & {
|
741
|
+
requiredPlacement?: "left" | "right" | undefined;
|
742
|
+
} & {
|
743
|
+
required: true;
|
744
|
+
optional?: false | undefined;
|
745
|
+
} & {
|
746
|
+
clear?: false | undefined;
|
747
|
+
hasDivider?: undefined;
|
748
|
+
} & {
|
749
|
+
hintText: string;
|
750
|
+
hintTrigger?: "click" | "hover" | undefined;
|
751
|
+
hintView?: string | undefined;
|
752
|
+
hintSize?: string | undefined;
|
753
|
+
hintTargetIcon?: import("react").ReactNode;
|
754
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
755
|
+
hintHasArrow?: boolean | undefined;
|
756
|
+
hintOffset?: [number, number] | undefined;
|
757
|
+
hintWidth?: string | undefined;
|
758
|
+
hintContentLeft?: import("react").ReactNode;
|
759
|
+
} & {
|
760
|
+
enumerationType: "chip";
|
761
|
+
onSearch?: undefined;
|
762
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
763
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
764
|
+
} & {
|
765
|
+
validationType?: undefined;
|
766
|
+
options?: undefined;
|
767
|
+
passwordHidden?: undefined;
|
768
|
+
onValidate?: undefined;
|
769
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
770
|
+
size?: string | undefined;
|
771
|
+
view?: string | undefined;
|
772
|
+
readOnly?: boolean | undefined;
|
773
|
+
disabled?: boolean | undefined;
|
774
|
+
} & {
|
775
|
+
label?: string | undefined;
|
776
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
777
|
+
titleCaption?: import("react").ReactNode;
|
778
|
+
leftHelper?: string | undefined;
|
779
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
780
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
781
|
+
textBefore?: string | undefined;
|
782
|
+
textAfter?: string | undefined;
|
783
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
784
|
+
} & {
|
785
|
+
requiredPlacement?: "left" | "right" | undefined;
|
786
|
+
} & {
|
787
|
+
required: true;
|
788
|
+
optional?: false | undefined;
|
789
|
+
} & {
|
790
|
+
clear?: false | undefined;
|
791
|
+
hasDivider?: undefined;
|
792
|
+
} & {
|
793
|
+
hintText: string;
|
794
|
+
hintTrigger?: "click" | "hover" | undefined;
|
795
|
+
hintView?: string | undefined;
|
796
|
+
hintSize?: string | undefined;
|
797
|
+
hintTargetIcon?: import("react").ReactNode;
|
798
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
799
|
+
hintHasArrow?: boolean | undefined;
|
800
|
+
hintOffset?: [number, number] | undefined;
|
801
|
+
hintWidth?: string | undefined;
|
802
|
+
hintContentLeft?: import("react").ReactNode;
|
803
|
+
} & {
|
804
|
+
enumerationType: "chip";
|
805
|
+
onSearch?: undefined;
|
806
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
807
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
808
|
+
} & {
|
809
|
+
validationType: "password";
|
810
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
811
|
+
passwordHidden?: boolean | undefined;
|
812
|
+
onValidate?: ((args: {
|
813
|
+
isValid: boolean;
|
814
|
+
errorMessage?: string | undefined;
|
815
|
+
}) => void) | undefined;
|
816
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
817
|
+
size?: string | undefined;
|
818
|
+
view?: string | undefined;
|
819
|
+
readOnly?: boolean | undefined;
|
820
|
+
disabled?: boolean | undefined;
|
821
|
+
} & {
|
822
|
+
label?: string | undefined;
|
823
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
824
|
+
titleCaption?: import("react").ReactNode;
|
825
|
+
leftHelper?: string | undefined;
|
826
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
827
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
828
|
+
textBefore?: string | undefined;
|
829
|
+
textAfter?: string | undefined;
|
830
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
831
|
+
} & {
|
832
|
+
requiredPlacement?: "left" | "right" | undefined;
|
833
|
+
} & {
|
834
|
+
required: true;
|
835
|
+
optional?: false | undefined;
|
836
|
+
} & {
|
837
|
+
clear?: false | undefined;
|
838
|
+
hasDivider?: undefined;
|
839
|
+
} & {
|
840
|
+
hintText: string;
|
841
|
+
hintTrigger?: "click" | "hover" | undefined;
|
842
|
+
hintView?: string | undefined;
|
843
|
+
hintSize?: string | undefined;
|
844
|
+
hintTargetIcon?: import("react").ReactNode;
|
845
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
846
|
+
hintHasArrow?: boolean | undefined;
|
847
|
+
hintOffset?: [number, number] | undefined;
|
848
|
+
hintWidth?: string | undefined;
|
849
|
+
hintContentLeft?: import("react").ReactNode;
|
850
|
+
} & {
|
851
|
+
enumerationType: "chip";
|
852
|
+
onSearch?: undefined;
|
853
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
854
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
855
|
+
} & {
|
856
|
+
validationType: "email";
|
857
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
858
|
+
passwordHidden?: undefined;
|
859
|
+
onValidate?: ((args: {
|
860
|
+
isValid: boolean;
|
861
|
+
errorMessage?: string | undefined;
|
862
|
+
}) => void) | undefined;
|
863
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
864
|
+
size?: string | undefined;
|
865
|
+
view?: string | undefined;
|
866
|
+
readOnly?: boolean | undefined;
|
867
|
+
disabled?: boolean | undefined;
|
868
|
+
} & {
|
869
|
+
label?: string | undefined;
|
870
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
871
|
+
titleCaption?: import("react").ReactNode;
|
872
|
+
leftHelper?: string | undefined;
|
873
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
874
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
875
|
+
textBefore?: string | undefined;
|
876
|
+
textAfter?: string | undefined;
|
877
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
878
|
+
} & {
|
879
|
+
requiredPlacement?: "left" | "right" | undefined;
|
880
|
+
} & {
|
881
|
+
required: true;
|
882
|
+
optional?: false | undefined;
|
883
|
+
} & {
|
884
|
+
clear?: false | undefined;
|
885
|
+
hasDivider?: undefined;
|
886
|
+
} & {
|
887
|
+
hintTrigger?: undefined;
|
888
|
+
hintText?: undefined;
|
889
|
+
hintView?: undefined;
|
890
|
+
hintSize?: undefined;
|
891
|
+
hintTargetIcon?: undefined;
|
892
|
+
hintPlacement?: undefined;
|
893
|
+
hintHasArrow?: undefined;
|
894
|
+
hintOffset?: undefined;
|
895
|
+
hintWidth?: undefined;
|
896
|
+
hintContentLeft?: undefined;
|
897
|
+
} & {
|
898
|
+
chips?: undefined;
|
899
|
+
onChangeChips?: undefined;
|
900
|
+
enumerationType?: "plain" | undefined;
|
901
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
902
|
+
} & {
|
903
|
+
validationType?: undefined;
|
904
|
+
options?: undefined;
|
905
|
+
passwordHidden?: undefined;
|
906
|
+
onValidate?: undefined;
|
907
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
908
|
+
size?: string | undefined;
|
909
|
+
view?: string | undefined;
|
910
|
+
readOnly?: boolean | undefined;
|
911
|
+
disabled?: boolean | undefined;
|
912
|
+
} & {
|
913
|
+
label?: string | undefined;
|
914
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
915
|
+
titleCaption?: import("react").ReactNode;
|
916
|
+
leftHelper?: string | undefined;
|
917
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
918
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
919
|
+
textBefore?: string | undefined;
|
920
|
+
textAfter?: string | undefined;
|
921
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
922
|
+
} & {
|
923
|
+
requiredPlacement?: "left" | "right" | undefined;
|
924
|
+
} & {
|
925
|
+
required: true;
|
926
|
+
optional?: false | undefined;
|
927
|
+
} & {
|
928
|
+
clear?: false | undefined;
|
929
|
+
hasDivider?: undefined;
|
930
|
+
} & {
|
931
|
+
hintTrigger?: undefined;
|
932
|
+
hintText?: undefined;
|
933
|
+
hintView?: undefined;
|
934
|
+
hintSize?: undefined;
|
935
|
+
hintTargetIcon?: undefined;
|
936
|
+
hintPlacement?: undefined;
|
937
|
+
hintHasArrow?: undefined;
|
938
|
+
hintOffset?: undefined;
|
939
|
+
hintWidth?: undefined;
|
940
|
+
hintContentLeft?: undefined;
|
941
|
+
} & {
|
942
|
+
chips?: undefined;
|
943
|
+
onChangeChips?: undefined;
|
944
|
+
enumerationType?: "plain" | undefined;
|
945
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
946
|
+
} & {
|
947
|
+
validationType: "password";
|
948
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
949
|
+
passwordHidden?: boolean | undefined;
|
950
|
+
onValidate?: ((args: {
|
951
|
+
isValid: boolean;
|
952
|
+
errorMessage?: string | undefined;
|
953
|
+
}) => void) | undefined;
|
954
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
955
|
+
size?: string | undefined;
|
956
|
+
view?: string | undefined;
|
957
|
+
readOnly?: boolean | undefined;
|
958
|
+
disabled?: boolean | undefined;
|
959
|
+
} & {
|
960
|
+
label?: string | undefined;
|
961
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
962
|
+
titleCaption?: import("react").ReactNode;
|
963
|
+
leftHelper?: string | undefined;
|
964
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
965
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
966
|
+
textBefore?: string | undefined;
|
967
|
+
textAfter?: string | undefined;
|
968
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
969
|
+
} & {
|
970
|
+
requiredPlacement?: "left" | "right" | undefined;
|
971
|
+
} & {
|
972
|
+
required: true;
|
973
|
+
optional?: false | undefined;
|
974
|
+
} & {
|
975
|
+
clear?: false | undefined;
|
976
|
+
hasDivider?: undefined;
|
977
|
+
} & {
|
978
|
+
hintTrigger?: undefined;
|
979
|
+
hintText?: undefined;
|
980
|
+
hintView?: undefined;
|
981
|
+
hintSize?: undefined;
|
982
|
+
hintTargetIcon?: undefined;
|
983
|
+
hintPlacement?: undefined;
|
984
|
+
hintHasArrow?: undefined;
|
985
|
+
hintOffset?: undefined;
|
986
|
+
hintWidth?: undefined;
|
987
|
+
hintContentLeft?: undefined;
|
988
|
+
} & {
|
989
|
+
chips?: undefined;
|
990
|
+
onChangeChips?: undefined;
|
991
|
+
enumerationType?: "plain" | undefined;
|
992
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
993
|
+
} & {
|
994
|
+
validationType: "email";
|
995
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
996
|
+
passwordHidden?: undefined;
|
997
|
+
onValidate?: ((args: {
|
998
|
+
isValid: boolean;
|
999
|
+
errorMessage?: string | undefined;
|
1000
|
+
}) => void) | undefined;
|
1001
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1002
|
+
size?: string | undefined;
|
1003
|
+
view?: string | undefined;
|
1004
|
+
readOnly?: boolean | undefined;
|
1005
|
+
disabled?: boolean | undefined;
|
1006
|
+
} & {
|
1007
|
+
label?: string | undefined;
|
1008
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1009
|
+
titleCaption?: import("react").ReactNode;
|
1010
|
+
leftHelper?: string | undefined;
|
1011
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1012
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1013
|
+
textBefore?: string | undefined;
|
1014
|
+
textAfter?: string | undefined;
|
1015
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1016
|
+
} & {
|
1017
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1018
|
+
} & {
|
1019
|
+
required: true;
|
1020
|
+
optional?: false | undefined;
|
1021
|
+
} & {
|
1022
|
+
clear?: false | undefined;
|
1023
|
+
hasDivider?: undefined;
|
1024
|
+
} & {
|
1025
|
+
hintTrigger?: undefined;
|
1026
|
+
hintText?: undefined;
|
1027
|
+
hintView?: undefined;
|
1028
|
+
hintSize?: undefined;
|
1029
|
+
hintTargetIcon?: undefined;
|
1030
|
+
hintPlacement?: undefined;
|
1031
|
+
hintHasArrow?: undefined;
|
1032
|
+
hintOffset?: undefined;
|
1033
|
+
hintWidth?: undefined;
|
1034
|
+
hintContentLeft?: undefined;
|
1035
|
+
} & {
|
1036
|
+
enumerationType: "chip";
|
1037
|
+
onSearch?: undefined;
|
1038
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1039
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1040
|
+
} & {
|
1041
|
+
validationType?: undefined;
|
1042
|
+
options?: undefined;
|
1043
|
+
passwordHidden?: undefined;
|
1044
|
+
onValidate?: undefined;
|
1045
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1046
|
+
size?: string | undefined;
|
1047
|
+
view?: string | undefined;
|
1048
|
+
readOnly?: boolean | undefined;
|
1049
|
+
disabled?: boolean | undefined;
|
1050
|
+
} & {
|
1051
|
+
label?: string | undefined;
|
1052
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1053
|
+
titleCaption?: import("react").ReactNode;
|
1054
|
+
leftHelper?: string | undefined;
|
1055
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1056
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1057
|
+
textBefore?: string | undefined;
|
1058
|
+
textAfter?: string | undefined;
|
1059
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1060
|
+
} & {
|
1061
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1062
|
+
} & {
|
1063
|
+
required: true;
|
1064
|
+
optional?: false | undefined;
|
1065
|
+
} & {
|
1066
|
+
clear?: false | undefined;
|
1067
|
+
hasDivider?: undefined;
|
1068
|
+
} & {
|
1069
|
+
hintTrigger?: undefined;
|
1070
|
+
hintText?: undefined;
|
1071
|
+
hintView?: undefined;
|
1072
|
+
hintSize?: undefined;
|
1073
|
+
hintTargetIcon?: undefined;
|
1074
|
+
hintPlacement?: undefined;
|
1075
|
+
hintHasArrow?: undefined;
|
1076
|
+
hintOffset?: undefined;
|
1077
|
+
hintWidth?: undefined;
|
1078
|
+
hintContentLeft?: undefined;
|
1079
|
+
} & {
|
1080
|
+
enumerationType: "chip";
|
1081
|
+
onSearch?: undefined;
|
1082
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1083
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1084
|
+
} & {
|
1085
|
+
validationType: "password";
|
1086
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1087
|
+
passwordHidden?: boolean | undefined;
|
1088
|
+
onValidate?: ((args: {
|
1089
|
+
isValid: boolean;
|
1090
|
+
errorMessage?: string | undefined;
|
1091
|
+
}) => void) | undefined;
|
1092
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1093
|
+
size?: string | undefined;
|
1094
|
+
view?: string | undefined;
|
1095
|
+
readOnly?: boolean | undefined;
|
1096
|
+
disabled?: boolean | undefined;
|
1097
|
+
} & {
|
1098
|
+
label?: string | undefined;
|
1099
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1100
|
+
titleCaption?: import("react").ReactNode;
|
1101
|
+
leftHelper?: string | undefined;
|
1102
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1103
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1104
|
+
textBefore?: string | undefined;
|
1105
|
+
textAfter?: string | undefined;
|
1106
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1107
|
+
} & {
|
1108
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1109
|
+
} & {
|
1110
|
+
required: true;
|
1111
|
+
optional?: false | undefined;
|
1112
|
+
} & {
|
1113
|
+
clear?: false | undefined;
|
1114
|
+
hasDivider?: undefined;
|
1115
|
+
} & {
|
1116
|
+
hintTrigger?: undefined;
|
1117
|
+
hintText?: undefined;
|
1118
|
+
hintView?: undefined;
|
1119
|
+
hintSize?: undefined;
|
1120
|
+
hintTargetIcon?: undefined;
|
1121
|
+
hintPlacement?: undefined;
|
1122
|
+
hintHasArrow?: undefined;
|
1123
|
+
hintOffset?: undefined;
|
1124
|
+
hintWidth?: undefined;
|
1125
|
+
hintContentLeft?: undefined;
|
1126
|
+
} & {
|
1127
|
+
enumerationType: "chip";
|
1128
|
+
onSearch?: undefined;
|
1129
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1130
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1131
|
+
} & {
|
1132
|
+
validationType: "email";
|
1133
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1134
|
+
passwordHidden?: undefined;
|
1135
|
+
onValidate?: ((args: {
|
1136
|
+
isValid: boolean;
|
1137
|
+
errorMessage?: string | undefined;
|
1138
|
+
}) => void) | undefined;
|
1139
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1140
|
+
size?: string | undefined;
|
1141
|
+
view?: string | undefined;
|
1142
|
+
readOnly?: boolean | undefined;
|
1143
|
+
disabled?: boolean | undefined;
|
1144
|
+
} & {
|
1145
|
+
label?: string | undefined;
|
1146
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1147
|
+
titleCaption?: import("react").ReactNode;
|
1148
|
+
leftHelper?: string | undefined;
|
1149
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1150
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1151
|
+
textBefore?: string | undefined;
|
1152
|
+
textAfter?: string | undefined;
|
1153
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1154
|
+
} & {
|
1155
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1156
|
+
} & {
|
1157
|
+
optional?: true | undefined;
|
1158
|
+
required?: false | undefined;
|
1159
|
+
} & {
|
1160
|
+
clear?: boolean | undefined;
|
1161
|
+
hasDivider?: boolean | undefined;
|
1162
|
+
} & {
|
1163
|
+
hintText: string;
|
1164
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1165
|
+
hintView?: string | undefined;
|
1166
|
+
hintSize?: string | undefined;
|
1167
|
+
hintTargetIcon?: import("react").ReactNode;
|
1168
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1169
|
+
hintHasArrow?: boolean | undefined;
|
1170
|
+
hintOffset?: [number, number] | undefined;
|
1171
|
+
hintWidth?: string | undefined;
|
1172
|
+
hintContentLeft?: import("react").ReactNode;
|
1173
|
+
} & {
|
1174
|
+
chips?: undefined;
|
1175
|
+
onChangeChips?: undefined;
|
1176
|
+
enumerationType?: "plain" | undefined;
|
1177
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1178
|
+
} & {
|
1179
|
+
validationType?: undefined;
|
1180
|
+
options?: undefined;
|
1181
|
+
passwordHidden?: undefined;
|
1182
|
+
onValidate?: undefined;
|
1183
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1184
|
+
size?: string | undefined;
|
1185
|
+
view?: string | undefined;
|
1186
|
+
readOnly?: boolean | undefined;
|
1187
|
+
disabled?: boolean | undefined;
|
1188
|
+
} & {
|
1189
|
+
label?: string | undefined;
|
1190
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1191
|
+
titleCaption?: import("react").ReactNode;
|
1192
|
+
leftHelper?: string | undefined;
|
1193
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1194
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1195
|
+
textBefore?: string | undefined;
|
1196
|
+
textAfter?: string | undefined;
|
1197
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1198
|
+
} & {
|
1199
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1200
|
+
} & {
|
1201
|
+
optional?: true | undefined;
|
1202
|
+
required?: false | undefined;
|
1203
|
+
} & {
|
1204
|
+
clear?: boolean | undefined;
|
1205
|
+
hasDivider?: boolean | undefined;
|
1206
|
+
} & {
|
1207
|
+
hintText: string;
|
1208
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1209
|
+
hintView?: string | undefined;
|
1210
|
+
hintSize?: string | undefined;
|
1211
|
+
hintTargetIcon?: import("react").ReactNode;
|
1212
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1213
|
+
hintHasArrow?: boolean | undefined;
|
1214
|
+
hintOffset?: [number, number] | undefined;
|
1215
|
+
hintWidth?: string | undefined;
|
1216
|
+
hintContentLeft?: import("react").ReactNode;
|
1217
|
+
} & {
|
1218
|
+
chips?: undefined;
|
1219
|
+
onChangeChips?: undefined;
|
1220
|
+
enumerationType?: "plain" | undefined;
|
1221
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1222
|
+
} & {
|
1223
|
+
validationType: "password";
|
1224
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1225
|
+
passwordHidden?: boolean | undefined;
|
1226
|
+
onValidate?: ((args: {
|
1227
|
+
isValid: boolean;
|
1228
|
+
errorMessage?: string | undefined;
|
1229
|
+
}) => void) | undefined;
|
1230
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1231
|
+
size?: string | undefined;
|
1232
|
+
view?: string | undefined;
|
1233
|
+
readOnly?: boolean | undefined;
|
1234
|
+
disabled?: boolean | undefined;
|
1235
|
+
} & {
|
1236
|
+
label?: string | undefined;
|
1237
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1238
|
+
titleCaption?: import("react").ReactNode;
|
1239
|
+
leftHelper?: string | undefined;
|
1240
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1241
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1242
|
+
textBefore?: string | undefined;
|
1243
|
+
textAfter?: string | undefined;
|
1244
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1245
|
+
} & {
|
1246
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1247
|
+
} & {
|
1248
|
+
optional?: true | undefined;
|
1249
|
+
required?: false | undefined;
|
1250
|
+
} & {
|
1251
|
+
clear?: boolean | undefined;
|
1252
|
+
hasDivider?: boolean | undefined;
|
1253
|
+
} & {
|
1254
|
+
hintText: string;
|
1255
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1256
|
+
hintView?: string | undefined;
|
1257
|
+
hintSize?: string | undefined;
|
1258
|
+
hintTargetIcon?: import("react").ReactNode;
|
1259
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1260
|
+
hintHasArrow?: boolean | undefined;
|
1261
|
+
hintOffset?: [number, number] | undefined;
|
1262
|
+
hintWidth?: string | undefined;
|
1263
|
+
hintContentLeft?: import("react").ReactNode;
|
1264
|
+
} & {
|
1265
|
+
chips?: undefined;
|
1266
|
+
onChangeChips?: undefined;
|
1267
|
+
enumerationType?: "plain" | undefined;
|
1268
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1269
|
+
} & {
|
1270
|
+
validationType: "email";
|
1271
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1272
|
+
passwordHidden?: undefined;
|
1273
|
+
onValidate?: ((args: {
|
1274
|
+
isValid: boolean;
|
1275
|
+
errorMessage?: string | undefined;
|
1276
|
+
}) => void) | undefined;
|
1277
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1278
|
+
size?: string | undefined;
|
1279
|
+
view?: string | undefined;
|
1280
|
+
readOnly?: boolean | undefined;
|
1281
|
+
disabled?: boolean | undefined;
|
1282
|
+
} & {
|
1283
|
+
label?: string | undefined;
|
1284
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1285
|
+
titleCaption?: import("react").ReactNode;
|
1286
|
+
leftHelper?: string | undefined;
|
1287
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1288
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1289
|
+
textBefore?: string | undefined;
|
1290
|
+
textAfter?: string | undefined;
|
1291
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1292
|
+
} & {
|
1293
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1294
|
+
} & {
|
1295
|
+
optional?: true | undefined;
|
1296
|
+
required?: false | undefined;
|
1297
|
+
} & {
|
1298
|
+
clear?: boolean | undefined;
|
1299
|
+
hasDivider?: boolean | undefined;
|
1300
|
+
} & {
|
1301
|
+
hintText: string;
|
1302
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1303
|
+
hintView?: string | undefined;
|
1304
|
+
hintSize?: string | undefined;
|
1305
|
+
hintTargetIcon?: import("react").ReactNode;
|
1306
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1307
|
+
hintHasArrow?: boolean | undefined;
|
1308
|
+
hintOffset?: [number, number] | undefined;
|
1309
|
+
hintWidth?: string | undefined;
|
1310
|
+
hintContentLeft?: import("react").ReactNode;
|
1311
|
+
} & {
|
1312
|
+
enumerationType: "chip";
|
1313
|
+
onSearch?: undefined;
|
1314
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1315
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1316
|
+
} & {
|
1317
|
+
validationType?: undefined;
|
1318
|
+
options?: undefined;
|
1319
|
+
passwordHidden?: undefined;
|
1320
|
+
onValidate?: undefined;
|
1321
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1322
|
+
size?: string | undefined;
|
1323
|
+
view?: string | undefined;
|
1324
|
+
readOnly?: boolean | undefined;
|
1325
|
+
disabled?: boolean | undefined;
|
1326
|
+
} & {
|
1327
|
+
label?: string | undefined;
|
1328
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1329
|
+
titleCaption?: import("react").ReactNode;
|
1330
|
+
leftHelper?: string | undefined;
|
1331
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1332
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1333
|
+
textBefore?: string | undefined;
|
1334
|
+
textAfter?: string | undefined;
|
1335
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1336
|
+
} & {
|
1337
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1338
|
+
} & {
|
1339
|
+
optional?: true | undefined;
|
1340
|
+
required?: false | undefined;
|
1341
|
+
} & {
|
1342
|
+
clear?: boolean | undefined;
|
1343
|
+
hasDivider?: boolean | undefined;
|
1344
|
+
} & {
|
1345
|
+
hintText: string;
|
1346
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1347
|
+
hintView?: string | undefined;
|
1348
|
+
hintSize?: string | undefined;
|
1349
|
+
hintTargetIcon?: import("react").ReactNode;
|
1350
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1351
|
+
hintHasArrow?: boolean | undefined;
|
1352
|
+
hintOffset?: [number, number] | undefined;
|
1353
|
+
hintWidth?: string | undefined;
|
1354
|
+
hintContentLeft?: import("react").ReactNode;
|
1355
|
+
} & {
|
1356
|
+
enumerationType: "chip";
|
1357
|
+
onSearch?: undefined;
|
1358
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1359
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1360
|
+
} & {
|
1361
|
+
validationType: "password";
|
1362
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1363
|
+
passwordHidden?: boolean | undefined;
|
1364
|
+
onValidate?: ((args: {
|
1365
|
+
isValid: boolean;
|
1366
|
+
errorMessage?: string | undefined;
|
1367
|
+
}) => void) | undefined;
|
1368
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1369
|
+
size?: string | undefined;
|
1370
|
+
view?: string | undefined;
|
1371
|
+
readOnly?: boolean | undefined;
|
1372
|
+
disabled?: boolean | undefined;
|
1373
|
+
} & {
|
1374
|
+
label?: string | undefined;
|
1375
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1376
|
+
titleCaption?: import("react").ReactNode;
|
1377
|
+
leftHelper?: string | undefined;
|
1378
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1379
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1380
|
+
textBefore?: string | undefined;
|
1381
|
+
textAfter?: string | undefined;
|
1382
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1383
|
+
} & {
|
1384
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1385
|
+
} & {
|
1386
|
+
optional?: true | undefined;
|
1387
|
+
required?: false | undefined;
|
1388
|
+
} & {
|
1389
|
+
clear?: boolean | undefined;
|
1390
|
+
hasDivider?: boolean | undefined;
|
1391
|
+
} & {
|
1392
|
+
hintText: string;
|
1393
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1394
|
+
hintView?: string | undefined;
|
1395
|
+
hintSize?: string | undefined;
|
1396
|
+
hintTargetIcon?: import("react").ReactNode;
|
1397
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1398
|
+
hintHasArrow?: boolean | undefined;
|
1399
|
+
hintOffset?: [number, number] | undefined;
|
1400
|
+
hintWidth?: string | undefined;
|
1401
|
+
hintContentLeft?: import("react").ReactNode;
|
1402
|
+
} & {
|
1403
|
+
enumerationType: "chip";
|
1404
|
+
onSearch?: undefined;
|
1405
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1406
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1407
|
+
} & {
|
1408
|
+
validationType: "email";
|
1409
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1410
|
+
passwordHidden?: undefined;
|
1411
|
+
onValidate?: ((args: {
|
1412
|
+
isValid: boolean;
|
1413
|
+
errorMessage?: string | undefined;
|
1414
|
+
}) => void) | undefined;
|
1415
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1416
|
+
size?: string | undefined;
|
1417
|
+
view?: string | undefined;
|
1418
|
+
readOnly?: boolean | undefined;
|
1419
|
+
disabled?: boolean | undefined;
|
1420
|
+
} & {
|
1421
|
+
label?: string | undefined;
|
1422
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1423
|
+
titleCaption?: import("react").ReactNode;
|
1424
|
+
leftHelper?: string | undefined;
|
1425
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1426
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1427
|
+
textBefore?: string | undefined;
|
1428
|
+
textAfter?: string | undefined;
|
1429
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1430
|
+
} & {
|
1431
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1432
|
+
} & {
|
1433
|
+
optional?: true | undefined;
|
1434
|
+
required?: false | undefined;
|
1435
|
+
} & {
|
1436
|
+
clear?: boolean | undefined;
|
1437
|
+
hasDivider?: boolean | undefined;
|
1438
|
+
} & {
|
1439
|
+
hintTrigger?: undefined;
|
1440
|
+
hintText?: undefined;
|
1441
|
+
hintView?: undefined;
|
1442
|
+
hintSize?: undefined;
|
1443
|
+
hintTargetIcon?: undefined;
|
1444
|
+
hintPlacement?: undefined;
|
1445
|
+
hintHasArrow?: undefined;
|
1446
|
+
hintOffset?: undefined;
|
1447
|
+
hintWidth?: undefined;
|
1448
|
+
hintContentLeft?: undefined;
|
1449
|
+
} & {
|
1450
|
+
chips?: undefined;
|
1451
|
+
onChangeChips?: undefined;
|
1452
|
+
enumerationType?: "plain" | undefined;
|
1453
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1454
|
+
} & {
|
1455
|
+
validationType?: undefined;
|
1456
|
+
options?: undefined;
|
1457
|
+
passwordHidden?: undefined;
|
1458
|
+
onValidate?: undefined;
|
1459
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1460
|
+
size?: string | undefined;
|
1461
|
+
view?: string | undefined;
|
1462
|
+
readOnly?: boolean | undefined;
|
1463
|
+
disabled?: boolean | undefined;
|
1464
|
+
} & {
|
1465
|
+
label?: string | undefined;
|
1466
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1467
|
+
titleCaption?: import("react").ReactNode;
|
1468
|
+
leftHelper?: string | undefined;
|
1469
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1470
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1471
|
+
textBefore?: string | undefined;
|
1472
|
+
textAfter?: string | undefined;
|
1473
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1474
|
+
} & {
|
1475
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1476
|
+
} & {
|
1477
|
+
optional?: true | undefined;
|
1478
|
+
required?: false | undefined;
|
1479
|
+
} & {
|
1480
|
+
clear?: boolean | undefined;
|
1481
|
+
hasDivider?: boolean | undefined;
|
1482
|
+
} & {
|
1483
|
+
hintTrigger?: undefined;
|
1484
|
+
hintText?: undefined;
|
1485
|
+
hintView?: undefined;
|
1486
|
+
hintSize?: undefined;
|
1487
|
+
hintTargetIcon?: undefined;
|
1488
|
+
hintPlacement?: undefined;
|
1489
|
+
hintHasArrow?: undefined;
|
1490
|
+
hintOffset?: undefined;
|
1491
|
+
hintWidth?: undefined;
|
1492
|
+
hintContentLeft?: undefined;
|
1493
|
+
} & {
|
1494
|
+
chips?: undefined;
|
1495
|
+
onChangeChips?: undefined;
|
1496
|
+
enumerationType?: "plain" | undefined;
|
1497
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1498
|
+
} & {
|
1499
|
+
validationType: "password";
|
1500
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1501
|
+
passwordHidden?: boolean | undefined;
|
1502
|
+
onValidate?: ((args: {
|
1503
|
+
isValid: boolean;
|
1504
|
+
errorMessage?: string | undefined;
|
1505
|
+
}) => void) | undefined;
|
74
1506
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
75
1507
|
size?: string | undefined;
|
76
1508
|
view?: string | undefined;
|
@@ -89,27 +1521,79 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
89
1521
|
} & {
|
90
1522
|
requiredPlacement?: "left" | "right" | undefined;
|
91
1523
|
} & {
|
92
|
-
|
93
|
-
|
1524
|
+
optional?: true | undefined;
|
1525
|
+
required?: false | undefined;
|
94
1526
|
} & {
|
95
1527
|
clear?: boolean | undefined;
|
96
1528
|
hasDivider?: boolean | undefined;
|
97
1529
|
} & {
|
98
|
-
|
99
|
-
|
100
|
-
hintView?:
|
101
|
-
hintSize?:
|
102
|
-
hintTargetIcon?:
|
103
|
-
hintPlacement?:
|
104
|
-
hintHasArrow?:
|
105
|
-
hintOffset?:
|
106
|
-
hintWidth?:
|
107
|
-
hintContentLeft?:
|
1530
|
+
hintTrigger?: undefined;
|
1531
|
+
hintText?: undefined;
|
1532
|
+
hintView?: undefined;
|
1533
|
+
hintSize?: undefined;
|
1534
|
+
hintTargetIcon?: undefined;
|
1535
|
+
hintPlacement?: undefined;
|
1536
|
+
hintHasArrow?: undefined;
|
1537
|
+
hintOffset?: undefined;
|
1538
|
+
hintWidth?: undefined;
|
1539
|
+
hintContentLeft?: undefined;
|
1540
|
+
} & {
|
1541
|
+
chips?: undefined;
|
1542
|
+
onChangeChips?: undefined;
|
1543
|
+
enumerationType?: "plain" | undefined;
|
1544
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1545
|
+
} & {
|
1546
|
+
validationType: "email";
|
1547
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1548
|
+
passwordHidden?: undefined;
|
1549
|
+
onValidate?: ((args: {
|
1550
|
+
isValid: boolean;
|
1551
|
+
errorMessage?: string | undefined;
|
1552
|
+
}) => void) | undefined;
|
1553
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1554
|
+
size?: string | undefined;
|
1555
|
+
view?: string | undefined;
|
1556
|
+
readOnly?: boolean | undefined;
|
1557
|
+
disabled?: boolean | undefined;
|
1558
|
+
} & {
|
1559
|
+
label?: string | undefined;
|
1560
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
1561
|
+
titleCaption?: import("react").ReactNode;
|
1562
|
+
leftHelper?: string | undefined;
|
1563
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1564
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1565
|
+
textBefore?: string | undefined;
|
1566
|
+
textAfter?: string | undefined;
|
1567
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1568
|
+
} & {
|
1569
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1570
|
+
} & {
|
1571
|
+
optional?: true | undefined;
|
1572
|
+
required?: false | undefined;
|
1573
|
+
} & {
|
1574
|
+
clear?: boolean | undefined;
|
1575
|
+
hasDivider?: boolean | undefined;
|
1576
|
+
} & {
|
1577
|
+
hintTrigger?: undefined;
|
1578
|
+
hintText?: undefined;
|
1579
|
+
hintView?: undefined;
|
1580
|
+
hintSize?: undefined;
|
1581
|
+
hintTargetIcon?: undefined;
|
1582
|
+
hintPlacement?: undefined;
|
1583
|
+
hintHasArrow?: undefined;
|
1584
|
+
hintOffset?: undefined;
|
1585
|
+
hintWidth?: undefined;
|
1586
|
+
hintContentLeft?: undefined;
|
108
1587
|
} & {
|
109
1588
|
enumerationType: "chip";
|
110
1589
|
onSearch?: undefined;
|
111
1590
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
112
1591
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1592
|
+
} & {
|
1593
|
+
validationType?: undefined;
|
1594
|
+
options?: undefined;
|
1595
|
+
passwordHidden?: undefined;
|
1596
|
+
onValidate?: undefined;
|
113
1597
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
114
1598
|
size?: string | undefined;
|
115
1599
|
view?: string | undefined;
|
@@ -128,8 +1612,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
128
1612
|
} & {
|
129
1613
|
requiredPlacement?: "left" | "right" | undefined;
|
130
1614
|
} & {
|
131
|
-
|
132
|
-
|
1615
|
+
optional?: true | undefined;
|
1616
|
+
required?: false | undefined;
|
133
1617
|
} & {
|
134
1618
|
clear?: boolean | undefined;
|
135
1619
|
hasDivider?: boolean | undefined;
|
@@ -145,10 +1629,18 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
145
1629
|
hintWidth?: undefined;
|
146
1630
|
hintContentLeft?: undefined;
|
147
1631
|
} & {
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
1632
|
+
enumerationType: "chip";
|
1633
|
+
onSearch?: undefined;
|
1634
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1635
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1636
|
+
} & {
|
1637
|
+
validationType: "password";
|
1638
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1639
|
+
passwordHidden?: boolean | undefined;
|
1640
|
+
onValidate?: ((args: {
|
1641
|
+
isValid: boolean;
|
1642
|
+
errorMessage?: string | undefined;
|
1643
|
+
}) => void) | undefined;
|
152
1644
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
153
1645
|
size?: string | undefined;
|
154
1646
|
view?: string | undefined;
|
@@ -167,8 +1659,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
167
1659
|
} & {
|
168
1660
|
requiredPlacement?: "left" | "right" | undefined;
|
169
1661
|
} & {
|
170
|
-
|
171
|
-
|
1662
|
+
optional?: true | undefined;
|
1663
|
+
required?: false | undefined;
|
172
1664
|
} & {
|
173
1665
|
clear?: boolean | undefined;
|
174
1666
|
hasDivider?: boolean | undefined;
|
@@ -188,6 +1680,14 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
188
1680
|
onSearch?: undefined;
|
189
1681
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
190
1682
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1683
|
+
} & {
|
1684
|
+
validationType: "email";
|
1685
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1686
|
+
passwordHidden?: undefined;
|
1687
|
+
onValidate?: ((args: {
|
1688
|
+
isValid: boolean;
|
1689
|
+
errorMessage?: string | undefined;
|
1690
|
+
}) => void) | undefined;
|
191
1691
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
192
1692
|
size?: string | undefined;
|
193
1693
|
view?: string | undefined;
|
@@ -206,8 +1706,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
206
1706
|
} & {
|
207
1707
|
requiredPlacement?: "left" | "right" | undefined;
|
208
1708
|
} & {
|
209
|
-
|
210
|
-
|
1709
|
+
optional?: true | undefined;
|
1710
|
+
required?: false | undefined;
|
211
1711
|
} & {
|
212
1712
|
clear?: false | undefined;
|
213
1713
|
hasDivider?: undefined;
|
@@ -227,6 +1727,11 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
227
1727
|
onChangeChips?: undefined;
|
228
1728
|
enumerationType?: "plain" | undefined;
|
229
1729
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1730
|
+
} & {
|
1731
|
+
validationType?: undefined;
|
1732
|
+
options?: undefined;
|
1733
|
+
passwordHidden?: undefined;
|
1734
|
+
onValidate?: undefined;
|
230
1735
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
231
1736
|
size?: string | undefined;
|
232
1737
|
view?: string | undefined;
|
@@ -245,8 +1750,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
245
1750
|
} & {
|
246
1751
|
requiredPlacement?: "left" | "right" | undefined;
|
247
1752
|
} & {
|
248
|
-
|
249
|
-
|
1753
|
+
optional?: true | undefined;
|
1754
|
+
required?: false | undefined;
|
250
1755
|
} & {
|
251
1756
|
clear?: false | undefined;
|
252
1757
|
hasDivider?: undefined;
|
@@ -262,10 +1767,18 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
262
1767
|
hintWidth?: string | undefined;
|
263
1768
|
hintContentLeft?: import("react").ReactNode;
|
264
1769
|
} & {
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
1770
|
+
chips?: undefined;
|
1771
|
+
onChangeChips?: undefined;
|
1772
|
+
enumerationType?: "plain" | undefined;
|
1773
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1774
|
+
} & {
|
1775
|
+
validationType: "password";
|
1776
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1777
|
+
passwordHidden?: boolean | undefined;
|
1778
|
+
onValidate?: ((args: {
|
1779
|
+
isValid: boolean;
|
1780
|
+
errorMessage?: string | undefined;
|
1781
|
+
}) => void) | undefined;
|
269
1782
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
270
1783
|
size?: string | undefined;
|
271
1784
|
view?: string | undefined;
|
@@ -284,27 +1797,35 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
284
1797
|
} & {
|
285
1798
|
requiredPlacement?: "left" | "right" | undefined;
|
286
1799
|
} & {
|
287
|
-
|
288
|
-
|
1800
|
+
optional?: true | undefined;
|
1801
|
+
required?: false | undefined;
|
289
1802
|
} & {
|
290
1803
|
clear?: false | undefined;
|
291
1804
|
hasDivider?: undefined;
|
292
1805
|
} & {
|
293
|
-
|
294
|
-
|
295
|
-
hintView?: undefined;
|
296
|
-
hintSize?: undefined;
|
297
|
-
hintTargetIcon?:
|
298
|
-
hintPlacement?: undefined;
|
299
|
-
hintHasArrow?: undefined;
|
300
|
-
hintOffset?: undefined;
|
301
|
-
hintWidth?: undefined;
|
302
|
-
hintContentLeft?:
|
1806
|
+
hintText: string;
|
1807
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1808
|
+
hintView?: string | undefined;
|
1809
|
+
hintSize?: string | undefined;
|
1810
|
+
hintTargetIcon?: import("react").ReactNode;
|
1811
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1812
|
+
hintHasArrow?: boolean | undefined;
|
1813
|
+
hintOffset?: [number, number] | undefined;
|
1814
|
+
hintWidth?: string | undefined;
|
1815
|
+
hintContentLeft?: import("react").ReactNode;
|
303
1816
|
} & {
|
304
1817
|
chips?: undefined;
|
305
1818
|
onChangeChips?: undefined;
|
306
1819
|
enumerationType?: "plain" | undefined;
|
307
1820
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1821
|
+
} & {
|
1822
|
+
validationType: "email";
|
1823
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1824
|
+
passwordHidden?: undefined;
|
1825
|
+
onValidate?: ((args: {
|
1826
|
+
isValid: boolean;
|
1827
|
+
errorMessage?: string | undefined;
|
1828
|
+
}) => void) | undefined;
|
308
1829
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
309
1830
|
size?: string | undefined;
|
310
1831
|
view?: string | undefined;
|
@@ -323,27 +1844,32 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
323
1844
|
} & {
|
324
1845
|
requiredPlacement?: "left" | "right" | undefined;
|
325
1846
|
} & {
|
326
|
-
|
327
|
-
|
1847
|
+
optional?: true | undefined;
|
1848
|
+
required?: false | undefined;
|
328
1849
|
} & {
|
329
1850
|
clear?: false | undefined;
|
330
1851
|
hasDivider?: undefined;
|
331
1852
|
} & {
|
332
|
-
|
333
|
-
|
334
|
-
hintView?: undefined;
|
335
|
-
hintSize?: undefined;
|
336
|
-
hintTargetIcon?:
|
337
|
-
hintPlacement?: undefined;
|
338
|
-
hintHasArrow?: undefined;
|
339
|
-
hintOffset?: undefined;
|
340
|
-
hintWidth?: undefined;
|
341
|
-
hintContentLeft?:
|
1853
|
+
hintText: string;
|
1854
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1855
|
+
hintView?: string | undefined;
|
1856
|
+
hintSize?: string | undefined;
|
1857
|
+
hintTargetIcon?: import("react").ReactNode;
|
1858
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1859
|
+
hintHasArrow?: boolean | undefined;
|
1860
|
+
hintOffset?: [number, number] | undefined;
|
1861
|
+
hintWidth?: string | undefined;
|
1862
|
+
hintContentLeft?: import("react").ReactNode;
|
342
1863
|
} & {
|
343
1864
|
enumerationType: "chip";
|
344
1865
|
onSearch?: undefined;
|
345
1866
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
346
1867
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1868
|
+
} & {
|
1869
|
+
validationType?: undefined;
|
1870
|
+
options?: undefined;
|
1871
|
+
passwordHidden?: undefined;
|
1872
|
+
onValidate?: undefined;
|
347
1873
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
348
1874
|
size?: string | undefined;
|
349
1875
|
view?: string | undefined;
|
@@ -365,8 +1891,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
365
1891
|
optional?: true | undefined;
|
366
1892
|
required?: false | undefined;
|
367
1893
|
} & {
|
368
|
-
clear?:
|
369
|
-
hasDivider?:
|
1894
|
+
clear?: false | undefined;
|
1895
|
+
hasDivider?: undefined;
|
370
1896
|
} & {
|
371
1897
|
hintText: string;
|
372
1898
|
hintTrigger?: "click" | "hover" | undefined;
|
@@ -379,10 +1905,18 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
379
1905
|
hintWidth?: string | undefined;
|
380
1906
|
hintContentLeft?: import("react").ReactNode;
|
381
1907
|
} & {
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
1908
|
+
enumerationType: "chip";
|
1909
|
+
onSearch?: undefined;
|
1910
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1911
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1912
|
+
} & {
|
1913
|
+
validationType: "password";
|
1914
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
1915
|
+
passwordHidden?: boolean | undefined;
|
1916
|
+
onValidate?: ((args: {
|
1917
|
+
isValid: boolean;
|
1918
|
+
errorMessage?: string | undefined;
|
1919
|
+
}) => void) | undefined;
|
386
1920
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
387
1921
|
size?: string | undefined;
|
388
1922
|
view?: string | undefined;
|
@@ -404,8 +1938,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
404
1938
|
optional?: true | undefined;
|
405
1939
|
required?: false | undefined;
|
406
1940
|
} & {
|
407
|
-
clear?:
|
408
|
-
hasDivider?:
|
1941
|
+
clear?: false | undefined;
|
1942
|
+
hasDivider?: undefined;
|
409
1943
|
} & {
|
410
1944
|
hintText: string;
|
411
1945
|
hintTrigger?: "click" | "hover" | undefined;
|
@@ -422,6 +1956,14 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
422
1956
|
onSearch?: undefined;
|
423
1957
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
424
1958
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1959
|
+
} & {
|
1960
|
+
validationType: "email";
|
1961
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
1962
|
+
passwordHidden?: undefined;
|
1963
|
+
onValidate?: ((args: {
|
1964
|
+
isValid: boolean;
|
1965
|
+
errorMessage?: string | undefined;
|
1966
|
+
}) => void) | undefined;
|
425
1967
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
426
1968
|
size?: string | undefined;
|
427
1969
|
view?: string | undefined;
|
@@ -443,8 +1985,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
443
1985
|
optional?: true | undefined;
|
444
1986
|
required?: false | undefined;
|
445
1987
|
} & {
|
446
|
-
clear?:
|
447
|
-
hasDivider?:
|
1988
|
+
clear?: false | undefined;
|
1989
|
+
hasDivider?: undefined;
|
448
1990
|
} & {
|
449
1991
|
hintTrigger?: undefined;
|
450
1992
|
hintText?: undefined;
|
@@ -461,6 +2003,11 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
461
2003
|
onChangeChips?: undefined;
|
462
2004
|
enumerationType?: "plain" | undefined;
|
463
2005
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2006
|
+
} & {
|
2007
|
+
validationType?: undefined;
|
2008
|
+
options?: undefined;
|
2009
|
+
passwordHidden?: undefined;
|
2010
|
+
onValidate?: undefined;
|
464
2011
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
465
2012
|
size?: string | undefined;
|
466
2013
|
view?: string | undefined;
|
@@ -482,8 +2029,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
482
2029
|
optional?: true | undefined;
|
483
2030
|
required?: false | undefined;
|
484
2031
|
} & {
|
485
|
-
clear?:
|
486
|
-
hasDivider?:
|
2032
|
+
clear?: false | undefined;
|
2033
|
+
hasDivider?: undefined;
|
487
2034
|
} & {
|
488
2035
|
hintTrigger?: undefined;
|
489
2036
|
hintText?: undefined;
|
@@ -496,10 +2043,18 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
496
2043
|
hintWidth?: undefined;
|
497
2044
|
hintContentLeft?: undefined;
|
498
2045
|
} & {
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
2046
|
+
chips?: undefined;
|
2047
|
+
onChangeChips?: undefined;
|
2048
|
+
enumerationType?: "plain" | undefined;
|
2049
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2050
|
+
} & {
|
2051
|
+
validationType: "password";
|
2052
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2053
|
+
passwordHidden?: boolean | undefined;
|
2054
|
+
onValidate?: ((args: {
|
2055
|
+
isValid: boolean;
|
2056
|
+
errorMessage?: string | undefined;
|
2057
|
+
}) => void) | undefined;
|
503
2058
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
504
2059
|
size?: string | undefined;
|
505
2060
|
view?: string | undefined;
|
@@ -524,21 +2079,29 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
524
2079
|
clear?: false | undefined;
|
525
2080
|
hasDivider?: undefined;
|
526
2081
|
} & {
|
527
|
-
|
528
|
-
|
529
|
-
hintView?:
|
530
|
-
hintSize?:
|
531
|
-
hintTargetIcon?:
|
532
|
-
hintPlacement?:
|
533
|
-
hintHasArrow?:
|
534
|
-
hintOffset?:
|
535
|
-
hintWidth?:
|
536
|
-
hintContentLeft?:
|
2082
|
+
hintTrigger?: undefined;
|
2083
|
+
hintText?: undefined;
|
2084
|
+
hintView?: undefined;
|
2085
|
+
hintSize?: undefined;
|
2086
|
+
hintTargetIcon?: undefined;
|
2087
|
+
hintPlacement?: undefined;
|
2088
|
+
hintHasArrow?: undefined;
|
2089
|
+
hintOffset?: undefined;
|
2090
|
+
hintWidth?: undefined;
|
2091
|
+
hintContentLeft?: undefined;
|
537
2092
|
} & {
|
538
2093
|
chips?: undefined;
|
539
2094
|
onChangeChips?: undefined;
|
540
2095
|
enumerationType?: "plain" | undefined;
|
541
2096
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2097
|
+
} & {
|
2098
|
+
validationType: "email";
|
2099
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2100
|
+
passwordHidden?: undefined;
|
2101
|
+
onValidate?: ((args: {
|
2102
|
+
isValid: boolean;
|
2103
|
+
errorMessage?: string | undefined;
|
2104
|
+
}) => void) | undefined;
|
542
2105
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
543
2106
|
size?: string | undefined;
|
544
2107
|
view?: string | undefined;
|
@@ -563,21 +2126,26 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
563
2126
|
clear?: false | undefined;
|
564
2127
|
hasDivider?: undefined;
|
565
2128
|
} & {
|
566
|
-
|
567
|
-
|
568
|
-
hintView?:
|
569
|
-
hintSize?:
|
570
|
-
hintTargetIcon?:
|
571
|
-
hintPlacement?:
|
572
|
-
hintHasArrow?:
|
573
|
-
hintOffset?:
|
574
|
-
hintWidth?:
|
575
|
-
hintContentLeft?:
|
2129
|
+
hintTrigger?: undefined;
|
2130
|
+
hintText?: undefined;
|
2131
|
+
hintView?: undefined;
|
2132
|
+
hintSize?: undefined;
|
2133
|
+
hintTargetIcon?: undefined;
|
2134
|
+
hintPlacement?: undefined;
|
2135
|
+
hintHasArrow?: undefined;
|
2136
|
+
hintOffset?: undefined;
|
2137
|
+
hintWidth?: undefined;
|
2138
|
+
hintContentLeft?: undefined;
|
576
2139
|
} & {
|
577
2140
|
enumerationType: "chip";
|
578
2141
|
onSearch?: undefined;
|
579
2142
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
580
2143
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2144
|
+
} & {
|
2145
|
+
validationType?: undefined;
|
2146
|
+
options?: undefined;
|
2147
|
+
passwordHidden?: undefined;
|
2148
|
+
onValidate?: undefined;
|
581
2149
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
582
2150
|
size?: string | undefined;
|
583
2151
|
view?: string | undefined;
|
@@ -613,10 +2181,18 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
613
2181
|
hintWidth?: undefined;
|
614
2182
|
hintContentLeft?: undefined;
|
615
2183
|
} & {
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
2184
|
+
enumerationType: "chip";
|
2185
|
+
onSearch?: undefined;
|
2186
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2187
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2188
|
+
} & {
|
2189
|
+
validationType: "password";
|
2190
|
+
options?: import("../../../../components/TextField/TextField.types").PasswordValidationOptions | undefined;
|
2191
|
+
passwordHidden?: boolean | undefined;
|
2192
|
+
onValidate?: ((args: {
|
2193
|
+
isValid: boolean;
|
2194
|
+
errorMessage?: string | undefined;
|
2195
|
+
}) => void) | undefined;
|
620
2196
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
621
2197
|
size?: string | undefined;
|
622
2198
|
view?: string | undefined;
|
@@ -656,5 +2232,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
656
2232
|
onSearch?: undefined;
|
657
2233
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
658
2234
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2235
|
+
} & {
|
2236
|
+
validationType: "email";
|
2237
|
+
options?: import("../../../../components/TextField/TextField.types").EmailValidationOptions | undefined;
|
2238
|
+
passwordHidden?: undefined;
|
2239
|
+
onValidate?: ((args: {
|
2240
|
+
isValid: boolean;
|
2241
|
+
errorMessage?: string | undefined;
|
2242
|
+
}) => void) | undefined;
|
659
2243
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
660
2244
|
//# sourceMappingURL=TextField.d.ts.map
|