@salutejs/plasma-new-hope 0.194.0-canary.1565.11870784206.0 → 0.194.0-canary.1568.11891833298.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. package/cjs/components/Switch/Switch.css +2 -2
  2. package/cjs/components/Switch/Switch.tokens.js +7 -1
  3. package/cjs/components/Switch/Switch.tokens.js.map +1 -1
  4. package/cjs/components/Switch/_toggleSize/base.js +1 -1
  5. package/cjs/components/Switch/_toggleSize/base.js.map +1 -1
  6. package/cjs/components/Switch/_toggleSize/base_1d0b3t4.css +1 -0
  7. package/cjs/components/Switch/_view/base.js +1 -1
  8. package/cjs/components/Switch/_view/base.js.map +1 -1
  9. package/cjs/components/Switch/_view/base_15atbyp.css +1 -0
  10. package/cjs/components/TextField/TextField.js +3 -27
  11. package/cjs/components/TextField/TextField.js.map +1 -1
  12. package/cjs/index.css +2 -2
  13. package/cjs/utils/constants.js +0 -4
  14. package/cjs/utils/constants.js.map +1 -1
  15. package/emotion/cjs/components/Card/Card.api.mdx +184 -0
  16. package/emotion/cjs/components/Switch/Switch.tokens.js +7 -1
  17. package/emotion/cjs/components/Switch/_toggleSize/base.js +1 -1
  18. package/emotion/cjs/components/Switch/_view/base.js +1 -1
  19. package/emotion/cjs/components/TextField/TextField.js +4 -27
  20. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +0 -330
  21. package/emotion/cjs/components/TextField/hooks/index.js +1 -8
  22. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +8 -8
  23. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.js +5 -2
  24. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.outline.config.js +37 -0
  25. package/emotion/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +33 -1
  26. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -253
  27. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.config.js +8 -8
  28. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.js +5 -2
  29. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.outline.config.js +37 -0
  30. package/emotion/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +33 -1
  31. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -252
  32. package/emotion/cjs/utils/constants.js +2 -4
  33. package/emotion/es/components/Card/Card.api.mdx +184 -0
  34. package/emotion/es/components/Switch/Switch.tokens.js +7 -1
  35. package/emotion/es/components/Switch/_toggleSize/base.js +1 -1
  36. package/emotion/es/components/Switch/_view/base.js +1 -1
  37. package/emotion/es/components/TextField/TextField.js +5 -28
  38. package/emotion/es/components/TextField/TextField.template-doc.mdx +0 -330
  39. package/emotion/es/components/TextField/hooks/index.js +1 -2
  40. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.config.js +8 -8
  41. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.js +4 -1
  42. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.outline.config.js +31 -0
  43. package/emotion/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +33 -1
  44. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -253
  45. package/emotion/es/examples/plasma_web/components/Switch/Switch.config.js +8 -8
  46. package/emotion/es/examples/plasma_web/components/Switch/Switch.js +4 -1
  47. package/emotion/es/examples/plasma_web/components/Switch/Switch.outline.config.js +31 -0
  48. package/emotion/es/examples/plasma_web/components/Switch/Switch.stories.tsx +33 -1
  49. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -252
  50. package/emotion/es/utils/constants.js +1 -3
  51. package/es/components/Switch/Switch.css +2 -2
  52. package/es/components/Switch/Switch.tokens.js +7 -1
  53. package/es/components/Switch/Switch.tokens.js.map +1 -1
  54. package/es/components/Switch/_toggleSize/base.js +1 -1
  55. package/es/components/Switch/_toggleSize/base.js.map +1 -1
  56. package/es/components/Switch/_toggleSize/base_1d0b3t4.css +1 -0
  57. package/es/components/Switch/_view/base.js +1 -1
  58. package/es/components/Switch/_view/base.js.map +1 -1
  59. package/es/components/Switch/_view/base_15atbyp.css +1 -0
  60. package/es/components/TextField/TextField.js +3 -27
  61. package/es/components/TextField/TextField.js.map +1 -1
  62. package/es/index.css +2 -2
  63. package/es/utils/constants.js +1 -3
  64. package/es/utils/constants.js.map +1 -1
  65. package/package.json +2 -2
  66. package/styled-components/cjs/components/Card/Card.api.mdx +184 -0
  67. package/styled-components/cjs/components/Switch/Switch.tokens.js +7 -1
  68. package/styled-components/cjs/components/Switch/_toggleSize/base.js +1 -1
  69. package/styled-components/cjs/components/Switch/_view/base.js +1 -1
  70. package/styled-components/cjs/components/TextField/TextField.js +3 -26
  71. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +0 -330
  72. package/styled-components/cjs/components/TextField/hooks/index.js +1 -8
  73. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
  74. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.js +5 -2
  75. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.outline.config.js +37 -0
  76. package/styled-components/cjs/examples/plasma_b2c/components/Switch/Switch.stories.tsx +33 -1
  77. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -253
  78. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.config.js +1 -1
  79. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.js +5 -2
  80. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.outline.config.js +37 -0
  81. package/styled-components/cjs/examples/plasma_web/components/Switch/Switch.stories.tsx +33 -1
  82. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -252
  83. package/styled-components/cjs/utils/constants.js +2 -4
  84. package/styled-components/es/components/Card/Card.api.mdx +184 -0
  85. package/styled-components/es/components/Switch/Switch.tokens.js +7 -1
  86. package/styled-components/es/components/Switch/_toggleSize/base.js +1 -1
  87. package/styled-components/es/components/Switch/_view/base.js +1 -1
  88. package/styled-components/es/components/TextField/TextField.js +4 -27
  89. package/styled-components/es/components/TextField/TextField.template-doc.mdx +0 -330
  90. package/styled-components/es/components/TextField/hooks/index.js +1 -2
  91. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.config.js +1 -1
  92. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.js +4 -1
  93. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.outline.config.js +31 -0
  94. package/styled-components/es/examples/plasma_b2c/components/Switch/Switch.stories.tsx +33 -1
  95. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -253
  96. package/styled-components/es/examples/plasma_web/components/Switch/Switch.config.js +1 -1
  97. package/styled-components/es/examples/plasma_web/components/Switch/Switch.js +4 -1
  98. package/styled-components/es/examples/plasma_web/components/Switch/Switch.outline.config.js +31 -0
  99. package/styled-components/es/examples/plasma_web/components/Switch/Switch.stories.tsx +33 -1
  100. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -252
  101. package/styled-components/es/utils/constants.js +1 -3
  102. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -2
  103. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  104. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +92 -1676
  105. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  106. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +92 -1676
  107. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  108. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +92 -1676
  109. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  110. package/types/components/Range/Range.styles.d.ts +92 -1676
  111. package/types/components/Range/Range.styles.d.ts.map +1 -1
  112. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +92 -1676
  113. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  114. package/types/components/Slider/components/Double/Double.styles.d.ts +92 -1676
  115. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  116. package/types/components/Switch/Switch.tokens.d.ts +7 -1
  117. package/types/components/Switch/Switch.tokens.d.ts.map +1 -1
  118. package/types/components/Switch/_toggleSize/base.d.ts.map +1 -1
  119. package/types/components/Switch/_view/base.d.ts.map +1 -1
  120. package/types/components/TextField/TextField.d.ts.map +1 -1
  121. package/types/components/TextField/TextField.types.d.ts +1 -51
  122. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  123. package/types/components/TextField/hooks/index.d.ts +0 -1
  124. package/types/components/TextField/hooks/index.d.ts.map +1 -1
  125. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +2 -64
  126. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  127. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +92 -2732
  128. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  129. package/types/examples/plasma_b2c/components/Switch/Switch.config.d.ts.map +1 -1
  130. package/types/examples/plasma_b2c/components/Switch/Switch.d.ts +20 -0
  131. package/types/examples/plasma_b2c/components/Switch/Switch.d.ts.map +1 -1
  132. package/types/examples/plasma_b2c/components/Switch/Switch.outline.config.d.ts +30 -0
  133. package/types/examples/plasma_b2c/components/Switch/Switch.outline.config.d.ts.map +1 -0
  134. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +92 -1676
  135. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  136. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +2 -64
  137. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  138. package/types/examples/plasma_web/components/Mask/Mask.d.ts +92 -2732
  139. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  140. package/types/examples/plasma_web/components/Switch/Switch.config.d.ts.map +1 -1
  141. package/types/examples/plasma_web/components/Switch/Switch.d.ts +20 -0
  142. package/types/examples/plasma_web/components/Switch/Switch.d.ts.map +1 -1
  143. package/types/examples/plasma_web/components/Switch/Switch.outline.config.d.ts +30 -0
  144. package/types/examples/plasma_web/components/Switch/Switch.outline.config.d.ts.map +1 -0
  145. package/types/examples/plasma_web/components/TextField/TextField.d.ts +92 -1676
  146. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  147. package/types/utils/constants.d.ts +0 -2
  148. package/types/utils/constants.d.ts.map +1 -1
  149. package/cjs/components/Switch/_toggleSize/base_6i0904.css +0 -1
  150. package/cjs/components/Switch/_view/base_yxkf3s.css +0 -1
  151. package/cjs/components/TextField/hooks/useValidation.js +0 -273
  152. package/cjs/components/TextField/hooks/useValidation.js.map +0 -1
  153. package/emotion/cjs/components/TextField/hooks/useValidation.js +0 -276
  154. package/emotion/es/components/TextField/hooks/useValidation.js +0 -270
  155. package/es/components/Switch/_toggleSize/base_6i0904.css +0 -1
  156. package/es/components/Switch/_view/base_yxkf3s.css +0 -1
  157. package/es/components/TextField/hooks/useValidation.js +0 -269
  158. package/es/components/TextField/hooks/useValidation.js.map +0 -1
  159. package/styled-components/cjs/components/TextField/hooks/useValidation.js +0 -276
  160. package/styled-components/es/components/TextField/hooks/useValidation.js +0 -270
  161. package/types/components/TextField/hooks/useValidation.d.ts +0 -7
  162. package/types/components/TextField/hooks/useValidation.d.ts.map +0 -1
@@ -71,1485 +71,6 @@ 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;
1506
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1507
- size?: string | undefined;
1508
- view?: string | undefined;
1509
- readOnly?: boolean | undefined;
1510
- disabled?: boolean | undefined;
1511
- } & {
1512
- label?: string | undefined;
1513
- labelPlacement?: "inner" | "outer" | undefined;
1514
- titleCaption?: import("react").ReactNode;
1515
- leftHelper?: string | undefined;
1516
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1517
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1518
- textBefore?: string | undefined;
1519
- textAfter?: string | undefined;
1520
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1521
- } & {
1522
- requiredPlacement?: "left" | "right" | undefined;
1523
- } & {
1524
- optional?: true | undefined;
1525
- required?: false | undefined;
1526
- } & {
1527
- clear?: boolean | undefined;
1528
- hasDivider?: boolean | undefined;
1529
- } & {
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
74
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1554
75
  size?: string | undefined;
1555
76
  view?: string | undefined;
@@ -1568,32 +89,27 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1568
89
  } & {
1569
90
  requiredPlacement?: "left" | "right" | undefined;
1570
91
  } & {
1571
- optional?: true | undefined;
1572
- required?: false | undefined;
92
+ required: true;
93
+ optional?: false | undefined;
1573
94
  } & {
1574
95
  clear?: boolean | undefined;
1575
96
  hasDivider?: boolean | undefined;
1576
97
  } & {
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;
98
+ hintText: string;
99
+ hintTrigger?: "click" | "hover" | undefined;
100
+ hintView?: string | undefined;
101
+ hintSize?: string | undefined;
102
+ hintTargetIcon?: import("react").ReactNode;
103
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
104
+ hintHasArrow?: boolean | undefined;
105
+ hintOffset?: [number, number] | undefined;
106
+ hintWidth?: string | undefined;
107
+ hintContentLeft?: import("react").ReactNode;
1587
108
  } & {
1588
109
  enumerationType: "chip";
1589
110
  onSearch?: undefined;
1590
111
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1591
112
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1592
- } & {
1593
- validationType?: undefined;
1594
- options?: undefined;
1595
- passwordHidden?: undefined;
1596
- onValidate?: undefined;
1597
113
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1598
114
  size?: string | undefined;
1599
115
  view?: string | undefined;
@@ -1612,8 +128,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1612
128
  } & {
1613
129
  requiredPlacement?: "left" | "right" | undefined;
1614
130
  } & {
1615
- optional?: true | undefined;
1616
- required?: false | undefined;
131
+ required: true;
132
+ optional?: false | undefined;
1617
133
  } & {
1618
134
  clear?: boolean | undefined;
1619
135
  hasDivider?: boolean | undefined;
@@ -1629,18 +145,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1629
145
  hintWidth?: undefined;
1630
146
  hintContentLeft?: undefined;
1631
147
  } & {
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;
148
+ chips?: undefined;
149
+ onChangeChips?: undefined;
150
+ enumerationType?: "plain" | undefined;
151
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1644
152
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1645
153
  size?: string | undefined;
1646
154
  view?: string | undefined;
@@ -1659,8 +167,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1659
167
  } & {
1660
168
  requiredPlacement?: "left" | "right" | undefined;
1661
169
  } & {
1662
- optional?: true | undefined;
1663
- required?: false | undefined;
170
+ required: true;
171
+ optional?: false | undefined;
1664
172
  } & {
1665
173
  clear?: boolean | undefined;
1666
174
  hasDivider?: boolean | undefined;
@@ -1680,14 +188,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1680
188
  onSearch?: undefined;
1681
189
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1682
190
  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;
1691
191
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1692
192
  size?: string | undefined;
1693
193
  view?: string | undefined;
@@ -1706,8 +206,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1706
206
  } & {
1707
207
  requiredPlacement?: "left" | "right" | undefined;
1708
208
  } & {
1709
- optional?: true | undefined;
1710
- required?: false | undefined;
209
+ required: true;
210
+ optional?: false | undefined;
1711
211
  } & {
1712
212
  clear?: false | undefined;
1713
213
  hasDivider?: undefined;
@@ -1727,11 +227,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1727
227
  onChangeChips?: undefined;
1728
228
  enumerationType?: "plain" | undefined;
1729
229
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1730
- } & {
1731
- validationType?: undefined;
1732
- options?: undefined;
1733
- passwordHidden?: undefined;
1734
- onValidate?: undefined;
1735
230
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1736
231
  size?: string | undefined;
1737
232
  view?: string | undefined;
@@ -1750,8 +245,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1750
245
  } & {
1751
246
  requiredPlacement?: "left" | "right" | undefined;
1752
247
  } & {
1753
- optional?: true | undefined;
1754
- required?: false | undefined;
248
+ required: true;
249
+ optional?: false | undefined;
1755
250
  } & {
1756
251
  clear?: false | undefined;
1757
252
  hasDivider?: undefined;
@@ -1767,18 +262,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1767
262
  hintWidth?: string | undefined;
1768
263
  hintContentLeft?: import("react").ReactNode;
1769
264
  } & {
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;
265
+ enumerationType: "chip";
266
+ onSearch?: undefined;
267
+ chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
268
+ onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1782
269
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1783
270
  size?: string | undefined;
1784
271
  view?: string | undefined;
@@ -1797,35 +284,27 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1797
284
  } & {
1798
285
  requiredPlacement?: "left" | "right" | undefined;
1799
286
  } & {
1800
- optional?: true | undefined;
1801
- required?: false | undefined;
287
+ required: true;
288
+ optional?: false | undefined;
1802
289
  } & {
1803
290
  clear?: false | undefined;
1804
291
  hasDivider?: undefined;
1805
292
  } & {
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;
293
+ hintTrigger?: undefined;
294
+ hintText?: undefined;
295
+ hintView?: undefined;
296
+ hintSize?: undefined;
297
+ hintTargetIcon?: undefined;
298
+ hintPlacement?: undefined;
299
+ hintHasArrow?: undefined;
300
+ hintOffset?: undefined;
301
+ hintWidth?: undefined;
302
+ hintContentLeft?: undefined;
1816
303
  } & {
1817
304
  chips?: undefined;
1818
305
  onChangeChips?: undefined;
1819
306
  enumerationType?: "plain" | undefined;
1820
307
  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;
1829
308
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1830
309
  size?: string | undefined;
1831
310
  view?: string | undefined;
@@ -1844,32 +323,27 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1844
323
  } & {
1845
324
  requiredPlacement?: "left" | "right" | undefined;
1846
325
  } & {
1847
- optional?: true | undefined;
1848
- required?: false | undefined;
326
+ required: true;
327
+ optional?: false | undefined;
1849
328
  } & {
1850
329
  clear?: false | undefined;
1851
330
  hasDivider?: undefined;
1852
331
  } & {
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;
332
+ hintTrigger?: undefined;
333
+ hintText?: undefined;
334
+ hintView?: undefined;
335
+ hintSize?: undefined;
336
+ hintTargetIcon?: undefined;
337
+ hintPlacement?: undefined;
338
+ hintHasArrow?: undefined;
339
+ hintOffset?: undefined;
340
+ hintWidth?: undefined;
341
+ hintContentLeft?: undefined;
1863
342
  } & {
1864
343
  enumerationType: "chip";
1865
344
  onSearch?: undefined;
1866
345
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1867
346
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1868
- } & {
1869
- validationType?: undefined;
1870
- options?: undefined;
1871
- passwordHidden?: undefined;
1872
- onValidate?: undefined;
1873
347
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1874
348
  size?: string | undefined;
1875
349
  view?: string | undefined;
@@ -1891,8 +365,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1891
365
  optional?: true | undefined;
1892
366
  required?: false | undefined;
1893
367
  } & {
1894
- clear?: false | undefined;
1895
- hasDivider?: undefined;
368
+ clear?: boolean | undefined;
369
+ hasDivider?: boolean | undefined;
1896
370
  } & {
1897
371
  hintText: string;
1898
372
  hintTrigger?: "click" | "hover" | undefined;
@@ -1905,18 +379,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1905
379
  hintWidth?: string | undefined;
1906
380
  hintContentLeft?: import("react").ReactNode;
1907
381
  } & {
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;
382
+ chips?: undefined;
383
+ onChangeChips?: undefined;
384
+ enumerationType?: "plain" | undefined;
385
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1920
386
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1921
387
  size?: string | undefined;
1922
388
  view?: string | undefined;
@@ -1938,8 +404,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1938
404
  optional?: true | undefined;
1939
405
  required?: false | undefined;
1940
406
  } & {
1941
- clear?: false | undefined;
1942
- hasDivider?: undefined;
407
+ clear?: boolean | undefined;
408
+ hasDivider?: boolean | undefined;
1943
409
  } & {
1944
410
  hintText: string;
1945
411
  hintTrigger?: "click" | "hover" | undefined;
@@ -1956,14 +422,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1956
422
  onSearch?: undefined;
1957
423
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1958
424
  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;
1967
425
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1968
426
  size?: string | undefined;
1969
427
  view?: string | undefined;
@@ -1985,8 +443,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
1985
443
  optional?: true | undefined;
1986
444
  required?: false | undefined;
1987
445
  } & {
1988
- clear?: false | undefined;
1989
- hasDivider?: undefined;
446
+ clear?: boolean | undefined;
447
+ hasDivider?: boolean | undefined;
1990
448
  } & {
1991
449
  hintTrigger?: undefined;
1992
450
  hintText?: undefined;
@@ -2003,11 +461,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2003
461
  onChangeChips?: undefined;
2004
462
  enumerationType?: "plain" | undefined;
2005
463
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2006
- } & {
2007
- validationType?: undefined;
2008
- options?: undefined;
2009
- passwordHidden?: undefined;
2010
- onValidate?: undefined;
2011
464
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2012
465
  size?: string | undefined;
2013
466
  view?: string | undefined;
@@ -2029,8 +482,8 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2029
482
  optional?: true | undefined;
2030
483
  required?: false | undefined;
2031
484
  } & {
2032
- clear?: false | undefined;
2033
- hasDivider?: undefined;
485
+ clear?: boolean | undefined;
486
+ hasDivider?: boolean | undefined;
2034
487
  } & {
2035
488
  hintTrigger?: undefined;
2036
489
  hintText?: undefined;
@@ -2043,18 +496,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2043
496
  hintWidth?: undefined;
2044
497
  hintContentLeft?: undefined;
2045
498
  } & {
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;
499
+ enumerationType: "chip";
500
+ onSearch?: undefined;
501
+ chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
502
+ onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2058
503
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2059
504
  size?: string | undefined;
2060
505
  view?: string | undefined;
@@ -2079,29 +524,21 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2079
524
  clear?: false | undefined;
2080
525
  hasDivider?: undefined;
2081
526
  } & {
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;
527
+ hintText: string;
528
+ hintTrigger?: "click" | "hover" | undefined;
529
+ hintView?: string | undefined;
530
+ hintSize?: string | undefined;
531
+ hintTargetIcon?: import("react").ReactNode;
532
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
533
+ hintHasArrow?: boolean | undefined;
534
+ hintOffset?: [number, number] | undefined;
535
+ hintWidth?: string | undefined;
536
+ hintContentLeft?: import("react").ReactNode;
2092
537
  } & {
2093
538
  chips?: undefined;
2094
539
  onChangeChips?: undefined;
2095
540
  enumerationType?: "plain" | undefined;
2096
541
  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;
2105
542
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2106
543
  size?: string | undefined;
2107
544
  view?: string | undefined;
@@ -2126,26 +563,21 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2126
563
  clear?: false | undefined;
2127
564
  hasDivider?: undefined;
2128
565
  } & {
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;
566
+ hintText: string;
567
+ hintTrigger?: "click" | "hover" | undefined;
568
+ hintView?: string | undefined;
569
+ hintSize?: string | undefined;
570
+ hintTargetIcon?: import("react").ReactNode;
571
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
572
+ hintHasArrow?: boolean | undefined;
573
+ hintOffset?: [number, number] | undefined;
574
+ hintWidth?: string | undefined;
575
+ hintContentLeft?: import("react").ReactNode;
2139
576
  } & {
2140
577
  enumerationType: "chip";
2141
578
  onSearch?: undefined;
2142
579
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2143
580
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2144
- } & {
2145
- validationType?: undefined;
2146
- options?: undefined;
2147
- passwordHidden?: undefined;
2148
- onValidate?: undefined;
2149
581
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2150
582
  size?: string | undefined;
2151
583
  view?: string | undefined;
@@ -2181,18 +613,10 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2181
613
  hintWidth?: undefined;
2182
614
  hintContentLeft?: undefined;
2183
615
  } & {
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;
616
+ chips?: undefined;
617
+ onChangeChips?: undefined;
618
+ enumerationType?: "plain" | undefined;
619
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2196
620
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2197
621
  size?: string | undefined;
2198
622
  view?: string | undefined;
@@ -2232,13 +656,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
2232
656
  onSearch?: undefined;
2233
657
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2234
658
  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;
2243
659
  } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
2244
660
  //# sourceMappingURL=TextField.d.ts.map