@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
@@ -40,1485 +40,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
40
40
  onChangeChips?: undefined;
41
41
  enumerationType?: "plain" | undefined;
42
42
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
43
- } & {
44
- validationType?: undefined;
45
- options?: undefined;
46
- passwordHidden?: undefined;
47
- onValidate?: undefined;
48
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
49
- size?: string | undefined;
50
- view?: string | undefined;
51
- readOnly?: boolean | undefined;
52
- disabled?: boolean | undefined;
53
- } & {
54
- label?: string | undefined;
55
- labelPlacement?: "inner" | "outer" | undefined;
56
- titleCaption?: import("react").ReactNode;
57
- leftHelper?: string | undefined;
58
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
59
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
60
- textBefore?: string | undefined;
61
- textAfter?: string | undefined;
62
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
63
- } & {
64
- requiredPlacement?: "left" | "right" | undefined;
65
- } & {
66
- required: true;
67
- optional?: false | undefined;
68
- } & {
69
- clear?: boolean | undefined;
70
- hasDivider?: boolean | undefined;
71
- } & {
72
- hintText: string;
73
- hintTrigger?: "click" | "hover" | undefined;
74
- hintView?: string | undefined;
75
- hintSize?: string | undefined;
76
- hintTargetIcon?: import("react").ReactNode;
77
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
78
- hintHasArrow?: boolean | undefined;
79
- hintOffset?: [number, number] | undefined;
80
- hintWidth?: string | undefined;
81
- hintContentLeft?: import("react").ReactNode;
82
- } & {
83
- chips?: undefined;
84
- onChangeChips?: undefined;
85
- enumerationType?: "plain" | undefined;
86
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
87
- } & {
88
- validationType: "password";
89
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
90
- passwordHidden?: boolean | undefined;
91
- onValidate?: ((args: {
92
- isValid: boolean;
93
- errorMessage?: string | undefined;
94
- }) => void) | undefined;
95
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
96
- size?: string | undefined;
97
- view?: string | undefined;
98
- readOnly?: boolean | undefined;
99
- disabled?: boolean | undefined;
100
- } & {
101
- label?: string | undefined;
102
- labelPlacement?: "inner" | "outer" | undefined;
103
- titleCaption?: import("react").ReactNode;
104
- leftHelper?: string | undefined;
105
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
106
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
107
- textBefore?: string | undefined;
108
- textAfter?: string | undefined;
109
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
110
- } & {
111
- requiredPlacement?: "left" | "right" | undefined;
112
- } & {
113
- required: true;
114
- optional?: false | undefined;
115
- } & {
116
- clear?: boolean | undefined;
117
- hasDivider?: boolean | undefined;
118
- } & {
119
- hintText: string;
120
- hintTrigger?: "click" | "hover" | undefined;
121
- hintView?: string | undefined;
122
- hintSize?: string | undefined;
123
- hintTargetIcon?: import("react").ReactNode;
124
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
125
- hintHasArrow?: boolean | undefined;
126
- hintOffset?: [number, number] | undefined;
127
- hintWidth?: string | undefined;
128
- hintContentLeft?: import("react").ReactNode;
129
- } & {
130
- chips?: undefined;
131
- onChangeChips?: undefined;
132
- enumerationType?: "plain" | undefined;
133
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
134
- } & {
135
- validationType: "email";
136
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
137
- passwordHidden?: undefined;
138
- onValidate?: ((args: {
139
- isValid: boolean;
140
- errorMessage?: string | undefined;
141
- }) => void) | undefined;
142
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
143
- size?: string | undefined;
144
- view?: string | undefined;
145
- readOnly?: boolean | undefined;
146
- disabled?: boolean | undefined;
147
- } & {
148
- label?: string | undefined;
149
- labelPlacement?: "inner" | "outer" | undefined;
150
- titleCaption?: import("react").ReactNode;
151
- leftHelper?: string | undefined;
152
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
153
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
154
- textBefore?: string | undefined;
155
- textAfter?: string | undefined;
156
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
157
- } & {
158
- requiredPlacement?: "left" | "right" | undefined;
159
- } & {
160
- required: true;
161
- optional?: false | undefined;
162
- } & {
163
- clear?: boolean | undefined;
164
- hasDivider?: boolean | undefined;
165
- } & {
166
- hintText: string;
167
- hintTrigger?: "click" | "hover" | undefined;
168
- hintView?: string | undefined;
169
- hintSize?: string | undefined;
170
- hintTargetIcon?: import("react").ReactNode;
171
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
172
- hintHasArrow?: boolean | undefined;
173
- hintOffset?: [number, number] | undefined;
174
- hintWidth?: string | undefined;
175
- hintContentLeft?: import("react").ReactNode;
176
- } & {
177
- enumerationType: "chip";
178
- onSearch?: undefined;
179
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
180
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
181
- } & {
182
- validationType?: undefined;
183
- options?: undefined;
184
- passwordHidden?: undefined;
185
- onValidate?: undefined;
186
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
187
- size?: string | undefined;
188
- view?: string | undefined;
189
- readOnly?: boolean | undefined;
190
- disabled?: boolean | undefined;
191
- } & {
192
- label?: string | undefined;
193
- labelPlacement?: "inner" | "outer" | undefined;
194
- titleCaption?: import("react").ReactNode;
195
- leftHelper?: string | undefined;
196
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
197
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
198
- textBefore?: string | undefined;
199
- textAfter?: string | undefined;
200
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
201
- } & {
202
- requiredPlacement?: "left" | "right" | undefined;
203
- } & {
204
- required: true;
205
- optional?: false | undefined;
206
- } & {
207
- clear?: boolean | undefined;
208
- hasDivider?: boolean | undefined;
209
- } & {
210
- hintText: string;
211
- hintTrigger?: "click" | "hover" | undefined;
212
- hintView?: string | undefined;
213
- hintSize?: string | undefined;
214
- hintTargetIcon?: import("react").ReactNode;
215
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
216
- hintHasArrow?: boolean | undefined;
217
- hintOffset?: [number, number] | undefined;
218
- hintWidth?: string | undefined;
219
- hintContentLeft?: import("react").ReactNode;
220
- } & {
221
- enumerationType: "chip";
222
- onSearch?: undefined;
223
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
224
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
225
- } & {
226
- validationType: "password";
227
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
228
- passwordHidden?: boolean | undefined;
229
- onValidate?: ((args: {
230
- isValid: boolean;
231
- errorMessage?: string | undefined;
232
- }) => void) | undefined;
233
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
234
- size?: string | undefined;
235
- view?: string | undefined;
236
- readOnly?: boolean | undefined;
237
- disabled?: boolean | undefined;
238
- } & {
239
- label?: string | undefined;
240
- labelPlacement?: "inner" | "outer" | undefined;
241
- titleCaption?: import("react").ReactNode;
242
- leftHelper?: string | undefined;
243
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
244
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
245
- textBefore?: string | undefined;
246
- textAfter?: string | undefined;
247
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
248
- } & {
249
- requiredPlacement?: "left" | "right" | undefined;
250
- } & {
251
- required: true;
252
- optional?: false | undefined;
253
- } & {
254
- clear?: boolean | undefined;
255
- hasDivider?: boolean | undefined;
256
- } & {
257
- hintText: string;
258
- hintTrigger?: "click" | "hover" | undefined;
259
- hintView?: string | undefined;
260
- hintSize?: string | undefined;
261
- hintTargetIcon?: import("react").ReactNode;
262
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
263
- hintHasArrow?: boolean | undefined;
264
- hintOffset?: [number, number] | undefined;
265
- hintWidth?: string | undefined;
266
- hintContentLeft?: import("react").ReactNode;
267
- } & {
268
- enumerationType: "chip";
269
- onSearch?: undefined;
270
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
271
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
272
- } & {
273
- validationType: "email";
274
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
275
- passwordHidden?: undefined;
276
- onValidate?: ((args: {
277
- isValid: boolean;
278
- errorMessage?: string | undefined;
279
- }) => void) | undefined;
280
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
281
- size?: string | undefined;
282
- view?: string | undefined;
283
- readOnly?: boolean | undefined;
284
- disabled?: boolean | undefined;
285
- } & {
286
- label?: string | undefined;
287
- labelPlacement?: "inner" | "outer" | undefined;
288
- titleCaption?: import("react").ReactNode;
289
- leftHelper?: string | undefined;
290
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
291
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
292
- textBefore?: string | undefined;
293
- textAfter?: string | undefined;
294
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
295
- } & {
296
- requiredPlacement?: "left" | "right" | undefined;
297
- } & {
298
- required: true;
299
- optional?: false | undefined;
300
- } & {
301
- clear?: boolean | undefined;
302
- hasDivider?: boolean | undefined;
303
- } & {
304
- hintTrigger?: undefined;
305
- hintText?: undefined;
306
- hintView?: undefined;
307
- hintSize?: undefined;
308
- hintTargetIcon?: undefined;
309
- hintPlacement?: undefined;
310
- hintHasArrow?: undefined;
311
- hintOffset?: undefined;
312
- hintWidth?: undefined;
313
- hintContentLeft?: undefined;
314
- } & {
315
- chips?: undefined;
316
- onChangeChips?: undefined;
317
- enumerationType?: "plain" | undefined;
318
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
319
- } & {
320
- validationType?: undefined;
321
- options?: undefined;
322
- passwordHidden?: undefined;
323
- onValidate?: undefined;
324
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
325
- size?: string | undefined;
326
- view?: string | undefined;
327
- readOnly?: boolean | undefined;
328
- disabled?: boolean | undefined;
329
- } & {
330
- label?: string | undefined;
331
- labelPlacement?: "inner" | "outer" | undefined;
332
- titleCaption?: import("react").ReactNode;
333
- leftHelper?: string | undefined;
334
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
335
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
336
- textBefore?: string | undefined;
337
- textAfter?: string | undefined;
338
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
339
- } & {
340
- requiredPlacement?: "left" | "right" | undefined;
341
- } & {
342
- required: true;
343
- optional?: false | undefined;
344
- } & {
345
- clear?: boolean | undefined;
346
- hasDivider?: boolean | undefined;
347
- } & {
348
- hintTrigger?: undefined;
349
- hintText?: undefined;
350
- hintView?: undefined;
351
- hintSize?: undefined;
352
- hintTargetIcon?: undefined;
353
- hintPlacement?: undefined;
354
- hintHasArrow?: undefined;
355
- hintOffset?: undefined;
356
- hintWidth?: undefined;
357
- hintContentLeft?: undefined;
358
- } & {
359
- chips?: undefined;
360
- onChangeChips?: undefined;
361
- enumerationType?: "plain" | undefined;
362
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
363
- } & {
364
- validationType: "password";
365
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
366
- passwordHidden?: boolean | undefined;
367
- onValidate?: ((args: {
368
- isValid: boolean;
369
- errorMessage?: string | undefined;
370
- }) => void) | undefined;
371
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
372
- size?: string | undefined;
373
- view?: string | undefined;
374
- readOnly?: boolean | undefined;
375
- disabled?: boolean | undefined;
376
- } & {
377
- label?: string | undefined;
378
- labelPlacement?: "inner" | "outer" | undefined;
379
- titleCaption?: import("react").ReactNode;
380
- leftHelper?: string | undefined;
381
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
382
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
383
- textBefore?: string | undefined;
384
- textAfter?: string | undefined;
385
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
386
- } & {
387
- requiredPlacement?: "left" | "right" | undefined;
388
- } & {
389
- required: true;
390
- optional?: false | undefined;
391
- } & {
392
- clear?: boolean | undefined;
393
- hasDivider?: boolean | undefined;
394
- } & {
395
- hintTrigger?: undefined;
396
- hintText?: undefined;
397
- hintView?: undefined;
398
- hintSize?: undefined;
399
- hintTargetIcon?: undefined;
400
- hintPlacement?: undefined;
401
- hintHasArrow?: undefined;
402
- hintOffset?: undefined;
403
- hintWidth?: undefined;
404
- hintContentLeft?: undefined;
405
- } & {
406
- chips?: undefined;
407
- onChangeChips?: undefined;
408
- enumerationType?: "plain" | undefined;
409
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
410
- } & {
411
- validationType: "email";
412
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
413
- passwordHidden?: undefined;
414
- onValidate?: ((args: {
415
- isValid: boolean;
416
- errorMessage?: string | undefined;
417
- }) => void) | undefined;
418
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
419
- size?: string | undefined;
420
- view?: string | undefined;
421
- readOnly?: boolean | undefined;
422
- disabled?: boolean | undefined;
423
- } & {
424
- label?: string | undefined;
425
- labelPlacement?: "inner" | "outer" | undefined;
426
- titleCaption?: import("react").ReactNode;
427
- leftHelper?: string | undefined;
428
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
429
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
430
- textBefore?: string | undefined;
431
- textAfter?: string | undefined;
432
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
433
- } & {
434
- requiredPlacement?: "left" | "right" | undefined;
435
- } & {
436
- required: true;
437
- optional?: false | undefined;
438
- } & {
439
- clear?: boolean | undefined;
440
- hasDivider?: boolean | undefined;
441
- } & {
442
- hintTrigger?: undefined;
443
- hintText?: undefined;
444
- hintView?: undefined;
445
- hintSize?: undefined;
446
- hintTargetIcon?: undefined;
447
- hintPlacement?: undefined;
448
- hintHasArrow?: undefined;
449
- hintOffset?: undefined;
450
- hintWidth?: undefined;
451
- hintContentLeft?: undefined;
452
- } & {
453
- enumerationType: "chip";
454
- onSearch?: undefined;
455
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
456
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
457
- } & {
458
- validationType?: undefined;
459
- options?: undefined;
460
- passwordHidden?: undefined;
461
- onValidate?: undefined;
462
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
463
- size?: string | undefined;
464
- view?: string | undefined;
465
- readOnly?: boolean | undefined;
466
- disabled?: boolean | undefined;
467
- } & {
468
- label?: string | undefined;
469
- labelPlacement?: "inner" | "outer" | undefined;
470
- titleCaption?: import("react").ReactNode;
471
- leftHelper?: string | undefined;
472
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
473
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
474
- textBefore?: string | undefined;
475
- textAfter?: string | undefined;
476
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
477
- } & {
478
- requiredPlacement?: "left" | "right" | undefined;
479
- } & {
480
- required: true;
481
- optional?: false | undefined;
482
- } & {
483
- clear?: boolean | undefined;
484
- hasDivider?: boolean | undefined;
485
- } & {
486
- hintTrigger?: undefined;
487
- hintText?: undefined;
488
- hintView?: undefined;
489
- hintSize?: undefined;
490
- hintTargetIcon?: undefined;
491
- hintPlacement?: undefined;
492
- hintHasArrow?: undefined;
493
- hintOffset?: undefined;
494
- hintWidth?: undefined;
495
- hintContentLeft?: undefined;
496
- } & {
497
- enumerationType: "chip";
498
- onSearch?: undefined;
499
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
500
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
501
- } & {
502
- validationType: "password";
503
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
504
- passwordHidden?: boolean | undefined;
505
- onValidate?: ((args: {
506
- isValid: boolean;
507
- errorMessage?: string | undefined;
508
- }) => void) | undefined;
509
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
510
- size?: string | undefined;
511
- view?: string | undefined;
512
- readOnly?: boolean | undefined;
513
- disabled?: boolean | undefined;
514
- } & {
515
- label?: string | undefined;
516
- labelPlacement?: "inner" | "outer" | undefined;
517
- titleCaption?: import("react").ReactNode;
518
- leftHelper?: string | undefined;
519
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
520
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
521
- textBefore?: string | undefined;
522
- textAfter?: string | undefined;
523
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
524
- } & {
525
- requiredPlacement?: "left" | "right" | undefined;
526
- } & {
527
- required: true;
528
- optional?: false | undefined;
529
- } & {
530
- clear?: boolean | undefined;
531
- hasDivider?: boolean | undefined;
532
- } & {
533
- hintTrigger?: undefined;
534
- hintText?: undefined;
535
- hintView?: undefined;
536
- hintSize?: undefined;
537
- hintTargetIcon?: undefined;
538
- hintPlacement?: undefined;
539
- hintHasArrow?: undefined;
540
- hintOffset?: undefined;
541
- hintWidth?: undefined;
542
- hintContentLeft?: undefined;
543
- } & {
544
- enumerationType: "chip";
545
- onSearch?: undefined;
546
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
547
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
548
- } & {
549
- validationType: "email";
550
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
551
- passwordHidden?: undefined;
552
- onValidate?: ((args: {
553
- isValid: boolean;
554
- errorMessage?: string | undefined;
555
- }) => void) | undefined;
556
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
557
- size?: string | undefined;
558
- view?: string | undefined;
559
- readOnly?: boolean | undefined;
560
- disabled?: boolean | undefined;
561
- } & {
562
- label?: string | undefined;
563
- labelPlacement?: "inner" | "outer" | undefined;
564
- titleCaption?: import("react").ReactNode;
565
- leftHelper?: string | undefined;
566
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
567
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
568
- textBefore?: string | undefined;
569
- textAfter?: string | undefined;
570
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
571
- } & {
572
- requiredPlacement?: "left" | "right" | undefined;
573
- } & {
574
- required: true;
575
- optional?: false | undefined;
576
- } & {
577
- clear?: false | undefined;
578
- hasDivider?: undefined;
579
- } & {
580
- hintText: string;
581
- hintTrigger?: "click" | "hover" | undefined;
582
- hintView?: string | undefined;
583
- hintSize?: string | undefined;
584
- hintTargetIcon?: import("react").ReactNode;
585
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
586
- hintHasArrow?: boolean | undefined;
587
- hintOffset?: [number, number] | undefined;
588
- hintWidth?: string | undefined;
589
- hintContentLeft?: import("react").ReactNode;
590
- } & {
591
- chips?: undefined;
592
- onChangeChips?: undefined;
593
- enumerationType?: "plain" | undefined;
594
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
595
- } & {
596
- validationType?: undefined;
597
- options?: undefined;
598
- passwordHidden?: undefined;
599
- onValidate?: undefined;
600
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
601
- size?: string | undefined;
602
- view?: string | undefined;
603
- readOnly?: boolean | undefined;
604
- disabled?: boolean | undefined;
605
- } & {
606
- label?: string | undefined;
607
- labelPlacement?: "inner" | "outer" | undefined;
608
- titleCaption?: import("react").ReactNode;
609
- leftHelper?: string | undefined;
610
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
611
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
612
- textBefore?: string | undefined;
613
- textAfter?: string | undefined;
614
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
615
- } & {
616
- requiredPlacement?: "left" | "right" | undefined;
617
- } & {
618
- required: true;
619
- optional?: false | undefined;
620
- } & {
621
- clear?: false | undefined;
622
- hasDivider?: undefined;
623
- } & {
624
- hintText: string;
625
- hintTrigger?: "click" | "hover" | undefined;
626
- hintView?: string | undefined;
627
- hintSize?: string | undefined;
628
- hintTargetIcon?: import("react").ReactNode;
629
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
630
- hintHasArrow?: boolean | undefined;
631
- hintOffset?: [number, number] | undefined;
632
- hintWidth?: string | undefined;
633
- hintContentLeft?: import("react").ReactNode;
634
- } & {
635
- chips?: undefined;
636
- onChangeChips?: undefined;
637
- enumerationType?: "plain" | undefined;
638
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
639
- } & {
640
- validationType: "password";
641
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
642
- passwordHidden?: boolean | undefined;
643
- onValidate?: ((args: {
644
- isValid: boolean;
645
- errorMessage?: string | undefined;
646
- }) => void) | undefined;
647
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
648
- size?: string | undefined;
649
- view?: string | undefined;
650
- readOnly?: boolean | undefined;
651
- disabled?: boolean | undefined;
652
- } & {
653
- label?: string | undefined;
654
- labelPlacement?: "inner" | "outer" | undefined;
655
- titleCaption?: import("react").ReactNode;
656
- leftHelper?: string | undefined;
657
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
658
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
659
- textBefore?: string | undefined;
660
- textAfter?: string | undefined;
661
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
662
- } & {
663
- requiredPlacement?: "left" | "right" | undefined;
664
- } & {
665
- required: true;
666
- optional?: false | undefined;
667
- } & {
668
- clear?: false | undefined;
669
- hasDivider?: undefined;
670
- } & {
671
- hintText: string;
672
- hintTrigger?: "click" | "hover" | undefined;
673
- hintView?: string | undefined;
674
- hintSize?: string | undefined;
675
- hintTargetIcon?: import("react").ReactNode;
676
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
677
- hintHasArrow?: boolean | undefined;
678
- hintOffset?: [number, number] | undefined;
679
- hintWidth?: string | undefined;
680
- hintContentLeft?: import("react").ReactNode;
681
- } & {
682
- chips?: undefined;
683
- onChangeChips?: undefined;
684
- enumerationType?: "plain" | undefined;
685
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
686
- } & {
687
- validationType: "email";
688
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
689
- passwordHidden?: undefined;
690
- onValidate?: ((args: {
691
- isValid: boolean;
692
- errorMessage?: string | undefined;
693
- }) => void) | undefined;
694
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
695
- size?: string | undefined;
696
- view?: string | undefined;
697
- readOnly?: boolean | undefined;
698
- disabled?: boolean | undefined;
699
- } & {
700
- label?: string | undefined;
701
- labelPlacement?: "inner" | "outer" | undefined;
702
- titleCaption?: import("react").ReactNode;
703
- leftHelper?: string | undefined;
704
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
705
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
706
- textBefore?: string | undefined;
707
- textAfter?: string | undefined;
708
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
709
- } & {
710
- requiredPlacement?: "left" | "right" | undefined;
711
- } & {
712
- required: true;
713
- optional?: false | undefined;
714
- } & {
715
- clear?: false | undefined;
716
- hasDivider?: undefined;
717
- } & {
718
- hintText: string;
719
- hintTrigger?: "click" | "hover" | undefined;
720
- hintView?: string | undefined;
721
- hintSize?: string | undefined;
722
- hintTargetIcon?: import("react").ReactNode;
723
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
724
- hintHasArrow?: boolean | undefined;
725
- hintOffset?: [number, number] | undefined;
726
- hintWidth?: string | undefined;
727
- hintContentLeft?: import("react").ReactNode;
728
- } & {
729
- enumerationType: "chip";
730
- onSearch?: undefined;
731
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
732
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
733
- } & {
734
- validationType?: undefined;
735
- options?: undefined;
736
- passwordHidden?: undefined;
737
- onValidate?: undefined;
738
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
739
- size?: string | undefined;
740
- view?: string | undefined;
741
- readOnly?: boolean | undefined;
742
- disabled?: boolean | undefined;
743
- } & {
744
- label?: string | undefined;
745
- labelPlacement?: "inner" | "outer" | undefined;
746
- titleCaption?: import("react").ReactNode;
747
- leftHelper?: string | undefined;
748
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
749
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
750
- textBefore?: string | undefined;
751
- textAfter?: string | undefined;
752
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
753
- } & {
754
- requiredPlacement?: "left" | "right" | undefined;
755
- } & {
756
- required: true;
757
- optional?: false | undefined;
758
- } & {
759
- clear?: false | undefined;
760
- hasDivider?: undefined;
761
- } & {
762
- hintText: string;
763
- hintTrigger?: "click" | "hover" | undefined;
764
- hintView?: string | undefined;
765
- hintSize?: string | undefined;
766
- hintTargetIcon?: import("react").ReactNode;
767
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
768
- hintHasArrow?: boolean | undefined;
769
- hintOffset?: [number, number] | undefined;
770
- hintWidth?: string | undefined;
771
- hintContentLeft?: import("react").ReactNode;
772
- } & {
773
- enumerationType: "chip";
774
- onSearch?: undefined;
775
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
776
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
777
- } & {
778
- validationType: "password";
779
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
780
- passwordHidden?: boolean | undefined;
781
- onValidate?: ((args: {
782
- isValid: boolean;
783
- errorMessage?: string | undefined;
784
- }) => void) | undefined;
785
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
786
- size?: string | undefined;
787
- view?: string | undefined;
788
- readOnly?: boolean | undefined;
789
- disabled?: boolean | undefined;
790
- } & {
791
- label?: string | undefined;
792
- labelPlacement?: "inner" | "outer" | undefined;
793
- titleCaption?: import("react").ReactNode;
794
- leftHelper?: string | undefined;
795
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
796
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
797
- textBefore?: string | undefined;
798
- textAfter?: string | undefined;
799
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
800
- } & {
801
- requiredPlacement?: "left" | "right" | undefined;
802
- } & {
803
- required: true;
804
- optional?: false | undefined;
805
- } & {
806
- clear?: false | undefined;
807
- hasDivider?: undefined;
808
- } & {
809
- hintText: string;
810
- hintTrigger?: "click" | "hover" | undefined;
811
- hintView?: string | undefined;
812
- hintSize?: string | undefined;
813
- hintTargetIcon?: import("react").ReactNode;
814
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
815
- hintHasArrow?: boolean | undefined;
816
- hintOffset?: [number, number] | undefined;
817
- hintWidth?: string | undefined;
818
- hintContentLeft?: import("react").ReactNode;
819
- } & {
820
- enumerationType: "chip";
821
- onSearch?: undefined;
822
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
823
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
824
- } & {
825
- validationType: "email";
826
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
827
- passwordHidden?: undefined;
828
- onValidate?: ((args: {
829
- isValid: boolean;
830
- errorMessage?: string | undefined;
831
- }) => void) | undefined;
832
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
833
- size?: string | undefined;
834
- view?: string | undefined;
835
- readOnly?: boolean | undefined;
836
- disabled?: boolean | undefined;
837
- } & {
838
- label?: string | undefined;
839
- labelPlacement?: "inner" | "outer" | undefined;
840
- titleCaption?: import("react").ReactNode;
841
- leftHelper?: string | undefined;
842
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
843
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
844
- textBefore?: string | undefined;
845
- textAfter?: string | undefined;
846
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
847
- } & {
848
- requiredPlacement?: "left" | "right" | undefined;
849
- } & {
850
- required: true;
851
- optional?: false | undefined;
852
- } & {
853
- clear?: false | undefined;
854
- hasDivider?: undefined;
855
- } & {
856
- hintTrigger?: undefined;
857
- hintText?: undefined;
858
- hintView?: undefined;
859
- hintSize?: undefined;
860
- hintTargetIcon?: undefined;
861
- hintPlacement?: undefined;
862
- hintHasArrow?: undefined;
863
- hintOffset?: undefined;
864
- hintWidth?: undefined;
865
- hintContentLeft?: undefined;
866
- } & {
867
- chips?: undefined;
868
- onChangeChips?: undefined;
869
- enumerationType?: "plain" | undefined;
870
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
871
- } & {
872
- validationType?: undefined;
873
- options?: undefined;
874
- passwordHidden?: undefined;
875
- onValidate?: undefined;
876
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
877
- size?: string | undefined;
878
- view?: string | undefined;
879
- readOnly?: boolean | undefined;
880
- disabled?: boolean | undefined;
881
- } & {
882
- label?: string | undefined;
883
- labelPlacement?: "inner" | "outer" | undefined;
884
- titleCaption?: import("react").ReactNode;
885
- leftHelper?: string | undefined;
886
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
887
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
888
- textBefore?: string | undefined;
889
- textAfter?: string | undefined;
890
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
891
- } & {
892
- requiredPlacement?: "left" | "right" | undefined;
893
- } & {
894
- required: true;
895
- optional?: false | undefined;
896
- } & {
897
- clear?: false | undefined;
898
- hasDivider?: undefined;
899
- } & {
900
- hintTrigger?: undefined;
901
- hintText?: undefined;
902
- hintView?: undefined;
903
- hintSize?: undefined;
904
- hintTargetIcon?: undefined;
905
- hintPlacement?: undefined;
906
- hintHasArrow?: undefined;
907
- hintOffset?: undefined;
908
- hintWidth?: undefined;
909
- hintContentLeft?: undefined;
910
- } & {
911
- chips?: undefined;
912
- onChangeChips?: undefined;
913
- enumerationType?: "plain" | undefined;
914
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
915
- } & {
916
- validationType: "password";
917
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
918
- passwordHidden?: boolean | undefined;
919
- onValidate?: ((args: {
920
- isValid: boolean;
921
- errorMessage?: string | undefined;
922
- }) => void) | undefined;
923
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
924
- size?: string | undefined;
925
- view?: string | undefined;
926
- readOnly?: boolean | undefined;
927
- disabled?: boolean | undefined;
928
- } & {
929
- label?: string | undefined;
930
- labelPlacement?: "inner" | "outer" | undefined;
931
- titleCaption?: import("react").ReactNode;
932
- leftHelper?: string | undefined;
933
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
934
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
935
- textBefore?: string | undefined;
936
- textAfter?: string | undefined;
937
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
938
- } & {
939
- requiredPlacement?: "left" | "right" | undefined;
940
- } & {
941
- required: true;
942
- optional?: false | undefined;
943
- } & {
944
- clear?: false | undefined;
945
- hasDivider?: undefined;
946
- } & {
947
- hintTrigger?: undefined;
948
- hintText?: undefined;
949
- hintView?: undefined;
950
- hintSize?: undefined;
951
- hintTargetIcon?: undefined;
952
- hintPlacement?: undefined;
953
- hintHasArrow?: undefined;
954
- hintOffset?: undefined;
955
- hintWidth?: undefined;
956
- hintContentLeft?: undefined;
957
- } & {
958
- chips?: undefined;
959
- onChangeChips?: undefined;
960
- enumerationType?: "plain" | undefined;
961
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
962
- } & {
963
- validationType: "email";
964
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
965
- passwordHidden?: undefined;
966
- onValidate?: ((args: {
967
- isValid: boolean;
968
- errorMessage?: string | undefined;
969
- }) => void) | undefined;
970
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
971
- size?: string | undefined;
972
- view?: string | undefined;
973
- readOnly?: boolean | undefined;
974
- disabled?: boolean | undefined;
975
- } & {
976
- label?: string | undefined;
977
- labelPlacement?: "inner" | "outer" | undefined;
978
- titleCaption?: import("react").ReactNode;
979
- leftHelper?: string | undefined;
980
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
981
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
982
- textBefore?: string | undefined;
983
- textAfter?: string | undefined;
984
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
985
- } & {
986
- requiredPlacement?: "left" | "right" | undefined;
987
- } & {
988
- required: true;
989
- optional?: false | undefined;
990
- } & {
991
- clear?: false | undefined;
992
- hasDivider?: undefined;
993
- } & {
994
- hintTrigger?: undefined;
995
- hintText?: undefined;
996
- hintView?: undefined;
997
- hintSize?: undefined;
998
- hintTargetIcon?: undefined;
999
- hintPlacement?: undefined;
1000
- hintHasArrow?: undefined;
1001
- hintOffset?: undefined;
1002
- hintWidth?: undefined;
1003
- hintContentLeft?: undefined;
1004
- } & {
1005
- enumerationType: "chip";
1006
- onSearch?: undefined;
1007
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1008
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1009
- } & {
1010
- validationType?: undefined;
1011
- options?: undefined;
1012
- passwordHidden?: undefined;
1013
- onValidate?: undefined;
1014
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1015
- size?: string | undefined;
1016
- view?: string | undefined;
1017
- readOnly?: boolean | undefined;
1018
- disabled?: boolean | undefined;
1019
- } & {
1020
- label?: string | undefined;
1021
- labelPlacement?: "inner" | "outer" | undefined;
1022
- titleCaption?: import("react").ReactNode;
1023
- leftHelper?: string | undefined;
1024
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1025
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1026
- textBefore?: string | undefined;
1027
- textAfter?: string | undefined;
1028
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1029
- } & {
1030
- requiredPlacement?: "left" | "right" | undefined;
1031
- } & {
1032
- required: true;
1033
- optional?: false | undefined;
1034
- } & {
1035
- clear?: false | undefined;
1036
- hasDivider?: undefined;
1037
- } & {
1038
- hintTrigger?: undefined;
1039
- hintText?: undefined;
1040
- hintView?: undefined;
1041
- hintSize?: undefined;
1042
- hintTargetIcon?: undefined;
1043
- hintPlacement?: undefined;
1044
- hintHasArrow?: undefined;
1045
- hintOffset?: undefined;
1046
- hintWidth?: undefined;
1047
- hintContentLeft?: undefined;
1048
- } & {
1049
- enumerationType: "chip";
1050
- onSearch?: undefined;
1051
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1052
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1053
- } & {
1054
- validationType: "password";
1055
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1056
- passwordHidden?: boolean | undefined;
1057
- onValidate?: ((args: {
1058
- isValid: boolean;
1059
- errorMessage?: string | undefined;
1060
- }) => void) | undefined;
1061
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1062
- size?: string | undefined;
1063
- view?: string | undefined;
1064
- readOnly?: boolean | undefined;
1065
- disabled?: boolean | undefined;
1066
- } & {
1067
- label?: string | undefined;
1068
- labelPlacement?: "inner" | "outer" | undefined;
1069
- titleCaption?: import("react").ReactNode;
1070
- leftHelper?: string | undefined;
1071
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1072
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1073
- textBefore?: string | undefined;
1074
- textAfter?: string | undefined;
1075
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1076
- } & {
1077
- requiredPlacement?: "left" | "right" | undefined;
1078
- } & {
1079
- required: true;
1080
- optional?: false | undefined;
1081
- } & {
1082
- clear?: false | undefined;
1083
- hasDivider?: undefined;
1084
- } & {
1085
- hintTrigger?: undefined;
1086
- hintText?: undefined;
1087
- hintView?: undefined;
1088
- hintSize?: undefined;
1089
- hintTargetIcon?: undefined;
1090
- hintPlacement?: undefined;
1091
- hintHasArrow?: undefined;
1092
- hintOffset?: undefined;
1093
- hintWidth?: undefined;
1094
- hintContentLeft?: undefined;
1095
- } & {
1096
- enumerationType: "chip";
1097
- onSearch?: undefined;
1098
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1099
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1100
- } & {
1101
- validationType: "email";
1102
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1103
- passwordHidden?: undefined;
1104
- onValidate?: ((args: {
1105
- isValid: boolean;
1106
- errorMessage?: string | undefined;
1107
- }) => void) | undefined;
1108
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1109
- size?: string | undefined;
1110
- view?: string | undefined;
1111
- readOnly?: boolean | undefined;
1112
- disabled?: boolean | undefined;
1113
- } & {
1114
- label?: string | undefined;
1115
- labelPlacement?: "inner" | "outer" | undefined;
1116
- titleCaption?: import("react").ReactNode;
1117
- leftHelper?: string | undefined;
1118
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1119
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1120
- textBefore?: string | undefined;
1121
- textAfter?: string | undefined;
1122
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1123
- } & {
1124
- requiredPlacement?: "left" | "right" | undefined;
1125
- } & {
1126
- optional?: true | undefined;
1127
- required?: false | undefined;
1128
- } & {
1129
- clear?: boolean | undefined;
1130
- hasDivider?: boolean | undefined;
1131
- } & {
1132
- hintText: string;
1133
- hintTrigger?: "click" | "hover" | undefined;
1134
- hintView?: string | undefined;
1135
- hintSize?: string | undefined;
1136
- hintTargetIcon?: import("react").ReactNode;
1137
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1138
- hintHasArrow?: boolean | undefined;
1139
- hintOffset?: [number, number] | undefined;
1140
- hintWidth?: string | undefined;
1141
- hintContentLeft?: import("react").ReactNode;
1142
- } & {
1143
- chips?: undefined;
1144
- onChangeChips?: undefined;
1145
- enumerationType?: "plain" | undefined;
1146
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1147
- } & {
1148
- validationType?: undefined;
1149
- options?: undefined;
1150
- passwordHidden?: undefined;
1151
- onValidate?: undefined;
1152
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1153
- size?: string | undefined;
1154
- view?: string | undefined;
1155
- readOnly?: boolean | undefined;
1156
- disabled?: boolean | undefined;
1157
- } & {
1158
- label?: string | undefined;
1159
- labelPlacement?: "inner" | "outer" | undefined;
1160
- titleCaption?: import("react").ReactNode;
1161
- leftHelper?: string | undefined;
1162
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1163
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1164
- textBefore?: string | undefined;
1165
- textAfter?: string | undefined;
1166
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1167
- } & {
1168
- requiredPlacement?: "left" | "right" | undefined;
1169
- } & {
1170
- optional?: true | undefined;
1171
- required?: false | undefined;
1172
- } & {
1173
- clear?: boolean | undefined;
1174
- hasDivider?: boolean | undefined;
1175
- } & {
1176
- hintText: string;
1177
- hintTrigger?: "click" | "hover" | undefined;
1178
- hintView?: string | undefined;
1179
- hintSize?: string | undefined;
1180
- hintTargetIcon?: import("react").ReactNode;
1181
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1182
- hintHasArrow?: boolean | undefined;
1183
- hintOffset?: [number, number] | undefined;
1184
- hintWidth?: string | undefined;
1185
- hintContentLeft?: import("react").ReactNode;
1186
- } & {
1187
- chips?: undefined;
1188
- onChangeChips?: undefined;
1189
- enumerationType?: "plain" | undefined;
1190
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1191
- } & {
1192
- validationType: "password";
1193
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1194
- passwordHidden?: boolean | undefined;
1195
- onValidate?: ((args: {
1196
- isValid: boolean;
1197
- errorMessage?: string | undefined;
1198
- }) => void) | undefined;
1199
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1200
- size?: string | undefined;
1201
- view?: string | undefined;
1202
- readOnly?: boolean | undefined;
1203
- disabled?: boolean | undefined;
1204
- } & {
1205
- label?: string | undefined;
1206
- labelPlacement?: "inner" | "outer" | undefined;
1207
- titleCaption?: import("react").ReactNode;
1208
- leftHelper?: string | undefined;
1209
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1210
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1211
- textBefore?: string | undefined;
1212
- textAfter?: string | undefined;
1213
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1214
- } & {
1215
- requiredPlacement?: "left" | "right" | undefined;
1216
- } & {
1217
- optional?: true | undefined;
1218
- required?: false | undefined;
1219
- } & {
1220
- clear?: boolean | undefined;
1221
- hasDivider?: boolean | undefined;
1222
- } & {
1223
- hintText: string;
1224
- hintTrigger?: "click" | "hover" | undefined;
1225
- hintView?: string | undefined;
1226
- hintSize?: string | undefined;
1227
- hintTargetIcon?: import("react").ReactNode;
1228
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1229
- hintHasArrow?: boolean | undefined;
1230
- hintOffset?: [number, number] | undefined;
1231
- hintWidth?: string | undefined;
1232
- hintContentLeft?: import("react").ReactNode;
1233
- } & {
1234
- chips?: undefined;
1235
- onChangeChips?: undefined;
1236
- enumerationType?: "plain" | undefined;
1237
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1238
- } & {
1239
- validationType: "email";
1240
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1241
- passwordHidden?: undefined;
1242
- onValidate?: ((args: {
1243
- isValid: boolean;
1244
- errorMessage?: string | undefined;
1245
- }) => void) | undefined;
1246
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1247
- size?: string | undefined;
1248
- view?: string | undefined;
1249
- readOnly?: boolean | undefined;
1250
- disabled?: boolean | undefined;
1251
- } & {
1252
- label?: string | undefined;
1253
- labelPlacement?: "inner" | "outer" | undefined;
1254
- titleCaption?: import("react").ReactNode;
1255
- leftHelper?: string | undefined;
1256
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1257
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1258
- textBefore?: string | undefined;
1259
- textAfter?: string | undefined;
1260
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1261
- } & {
1262
- requiredPlacement?: "left" | "right" | undefined;
1263
- } & {
1264
- optional?: true | undefined;
1265
- required?: false | undefined;
1266
- } & {
1267
- clear?: boolean | undefined;
1268
- hasDivider?: boolean | undefined;
1269
- } & {
1270
- hintText: string;
1271
- hintTrigger?: "click" | "hover" | undefined;
1272
- hintView?: string | undefined;
1273
- hintSize?: string | undefined;
1274
- hintTargetIcon?: import("react").ReactNode;
1275
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1276
- hintHasArrow?: boolean | undefined;
1277
- hintOffset?: [number, number] | undefined;
1278
- hintWidth?: string | undefined;
1279
- hintContentLeft?: import("react").ReactNode;
1280
- } & {
1281
- enumerationType: "chip";
1282
- onSearch?: undefined;
1283
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1284
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1285
- } & {
1286
- validationType?: undefined;
1287
- options?: undefined;
1288
- passwordHidden?: undefined;
1289
- onValidate?: undefined;
1290
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1291
- size?: string | undefined;
1292
- view?: string | undefined;
1293
- readOnly?: boolean | undefined;
1294
- disabled?: boolean | undefined;
1295
- } & {
1296
- label?: string | undefined;
1297
- labelPlacement?: "inner" | "outer" | undefined;
1298
- titleCaption?: import("react").ReactNode;
1299
- leftHelper?: string | undefined;
1300
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1301
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1302
- textBefore?: string | undefined;
1303
- textAfter?: string | undefined;
1304
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1305
- } & {
1306
- requiredPlacement?: "left" | "right" | undefined;
1307
- } & {
1308
- optional?: true | undefined;
1309
- required?: false | undefined;
1310
- } & {
1311
- clear?: boolean | undefined;
1312
- hasDivider?: boolean | undefined;
1313
- } & {
1314
- hintText: string;
1315
- hintTrigger?: "click" | "hover" | undefined;
1316
- hintView?: string | undefined;
1317
- hintSize?: string | undefined;
1318
- hintTargetIcon?: import("react").ReactNode;
1319
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1320
- hintHasArrow?: boolean | undefined;
1321
- hintOffset?: [number, number] | undefined;
1322
- hintWidth?: string | undefined;
1323
- hintContentLeft?: import("react").ReactNode;
1324
- } & {
1325
- enumerationType: "chip";
1326
- onSearch?: undefined;
1327
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1328
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1329
- } & {
1330
- validationType: "password";
1331
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1332
- passwordHidden?: boolean | undefined;
1333
- onValidate?: ((args: {
1334
- isValid: boolean;
1335
- errorMessage?: string | undefined;
1336
- }) => void) | undefined;
1337
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1338
- size?: string | undefined;
1339
- view?: string | undefined;
1340
- readOnly?: boolean | undefined;
1341
- disabled?: boolean | undefined;
1342
- } & {
1343
- label?: string | undefined;
1344
- labelPlacement?: "inner" | "outer" | undefined;
1345
- titleCaption?: import("react").ReactNode;
1346
- leftHelper?: string | undefined;
1347
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1348
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1349
- textBefore?: string | undefined;
1350
- textAfter?: string | undefined;
1351
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1352
- } & {
1353
- requiredPlacement?: "left" | "right" | undefined;
1354
- } & {
1355
- optional?: true | undefined;
1356
- required?: false | undefined;
1357
- } & {
1358
- clear?: boolean | undefined;
1359
- hasDivider?: boolean | undefined;
1360
- } & {
1361
- hintText: string;
1362
- hintTrigger?: "click" | "hover" | undefined;
1363
- hintView?: string | undefined;
1364
- hintSize?: string | undefined;
1365
- hintTargetIcon?: import("react").ReactNode;
1366
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1367
- hintHasArrow?: boolean | undefined;
1368
- hintOffset?: [number, number] | undefined;
1369
- hintWidth?: string | undefined;
1370
- hintContentLeft?: import("react").ReactNode;
1371
- } & {
1372
- enumerationType: "chip";
1373
- onSearch?: undefined;
1374
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1375
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1376
- } & {
1377
- validationType: "email";
1378
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1379
- passwordHidden?: undefined;
1380
- onValidate?: ((args: {
1381
- isValid: boolean;
1382
- errorMessage?: string | undefined;
1383
- }) => void) | undefined;
1384
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1385
- size?: string | undefined;
1386
- view?: string | undefined;
1387
- readOnly?: boolean | undefined;
1388
- disabled?: boolean | undefined;
1389
- } & {
1390
- label?: string | undefined;
1391
- labelPlacement?: "inner" | "outer" | undefined;
1392
- titleCaption?: import("react").ReactNode;
1393
- leftHelper?: string | undefined;
1394
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1395
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1396
- textBefore?: string | undefined;
1397
- textAfter?: string | undefined;
1398
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1399
- } & {
1400
- requiredPlacement?: "left" | "right" | undefined;
1401
- } & {
1402
- optional?: true | undefined;
1403
- required?: false | undefined;
1404
- } & {
1405
- clear?: boolean | undefined;
1406
- hasDivider?: boolean | undefined;
1407
- } & {
1408
- hintTrigger?: undefined;
1409
- hintText?: undefined;
1410
- hintView?: undefined;
1411
- hintSize?: undefined;
1412
- hintTargetIcon?: undefined;
1413
- hintPlacement?: undefined;
1414
- hintHasArrow?: undefined;
1415
- hintOffset?: undefined;
1416
- hintWidth?: undefined;
1417
- hintContentLeft?: undefined;
1418
- } & {
1419
- chips?: undefined;
1420
- onChangeChips?: undefined;
1421
- enumerationType?: "plain" | undefined;
1422
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1423
- } & {
1424
- validationType?: undefined;
1425
- options?: undefined;
1426
- passwordHidden?: undefined;
1427
- onValidate?: undefined;
1428
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1429
- size?: string | undefined;
1430
- view?: string | undefined;
1431
- readOnly?: boolean | undefined;
1432
- disabled?: boolean | undefined;
1433
- } & {
1434
- label?: string | undefined;
1435
- labelPlacement?: "inner" | "outer" | undefined;
1436
- titleCaption?: import("react").ReactNode;
1437
- leftHelper?: string | undefined;
1438
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1439
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1440
- textBefore?: string | undefined;
1441
- textAfter?: string | undefined;
1442
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1443
- } & {
1444
- requiredPlacement?: "left" | "right" | undefined;
1445
- } & {
1446
- optional?: true | undefined;
1447
- required?: false | undefined;
1448
- } & {
1449
- clear?: boolean | undefined;
1450
- hasDivider?: boolean | undefined;
1451
- } & {
1452
- hintTrigger?: undefined;
1453
- hintText?: undefined;
1454
- hintView?: undefined;
1455
- hintSize?: undefined;
1456
- hintTargetIcon?: undefined;
1457
- hintPlacement?: undefined;
1458
- hintHasArrow?: undefined;
1459
- hintOffset?: undefined;
1460
- hintWidth?: undefined;
1461
- hintContentLeft?: undefined;
1462
- } & {
1463
- chips?: undefined;
1464
- onChangeChips?: undefined;
1465
- enumerationType?: "plain" | undefined;
1466
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1467
- } & {
1468
- validationType: "password";
1469
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1470
- passwordHidden?: boolean | undefined;
1471
- onValidate?: ((args: {
1472
- isValid: boolean;
1473
- errorMessage?: string | undefined;
1474
- }) => void) | undefined;
1475
- } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1476
- size?: string | undefined;
1477
- view?: string | undefined;
1478
- readOnly?: boolean | undefined;
1479
- disabled?: boolean | undefined;
1480
- } & {
1481
- label?: string | undefined;
1482
- labelPlacement?: "inner" | "outer" | undefined;
1483
- titleCaption?: import("react").ReactNode;
1484
- leftHelper?: string | undefined;
1485
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1486
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1487
- textBefore?: string | undefined;
1488
- textAfter?: string | undefined;
1489
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1490
- } & {
1491
- requiredPlacement?: "left" | "right" | undefined;
1492
- } & {
1493
- optional?: true | undefined;
1494
- required?: false | undefined;
1495
- } & {
1496
- clear?: boolean | undefined;
1497
- hasDivider?: boolean | undefined;
1498
- } & {
1499
- hintTrigger?: undefined;
1500
- hintText?: undefined;
1501
- hintView?: undefined;
1502
- hintSize?: undefined;
1503
- hintTargetIcon?: undefined;
1504
- hintPlacement?: undefined;
1505
- hintHasArrow?: undefined;
1506
- hintOffset?: undefined;
1507
- hintWidth?: undefined;
1508
- hintContentLeft?: undefined;
1509
- } & {
1510
- chips?: undefined;
1511
- onChangeChips?: undefined;
1512
- enumerationType?: "plain" | undefined;
1513
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1514
- } & {
1515
- validationType: "email";
1516
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1517
- passwordHidden?: undefined;
1518
- onValidate?: ((args: {
1519
- isValid: boolean;
1520
- errorMessage?: string | undefined;
1521
- }) => void) | undefined;
1522
43
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1523
44
  size?: string | undefined;
1524
45
  view?: string | undefined;
@@ -1537,32 +58,27 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1537
58
  } & {
1538
59
  requiredPlacement?: "left" | "right" | undefined;
1539
60
  } & {
1540
- optional?: true | undefined;
1541
- required?: false | undefined;
61
+ required: true;
62
+ optional?: false | undefined;
1542
63
  } & {
1543
64
  clear?: boolean | undefined;
1544
65
  hasDivider?: boolean | undefined;
1545
66
  } & {
1546
- hintTrigger?: undefined;
1547
- hintText?: undefined;
1548
- hintView?: undefined;
1549
- hintSize?: undefined;
1550
- hintTargetIcon?: undefined;
1551
- hintPlacement?: undefined;
1552
- hintHasArrow?: undefined;
1553
- hintOffset?: undefined;
1554
- hintWidth?: undefined;
1555
- hintContentLeft?: undefined;
67
+ hintText: string;
68
+ hintTrigger?: "click" | "hover" | undefined;
69
+ hintView?: string | undefined;
70
+ hintSize?: string | undefined;
71
+ hintTargetIcon?: import("react").ReactNode;
72
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
73
+ hintHasArrow?: boolean | undefined;
74
+ hintOffset?: [number, number] | undefined;
75
+ hintWidth?: string | undefined;
76
+ hintContentLeft?: import("react").ReactNode;
1556
77
  } & {
1557
78
  enumerationType: "chip";
1558
79
  onSearch?: undefined;
1559
80
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1560
81
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1561
- } & {
1562
- validationType?: undefined;
1563
- options?: undefined;
1564
- passwordHidden?: undefined;
1565
- onValidate?: undefined;
1566
82
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1567
83
  size?: string | undefined;
1568
84
  view?: string | undefined;
@@ -1581,8 +97,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1581
97
  } & {
1582
98
  requiredPlacement?: "left" | "right" | undefined;
1583
99
  } & {
1584
- optional?: true | undefined;
1585
- required?: false | undefined;
100
+ required: true;
101
+ optional?: false | undefined;
1586
102
  } & {
1587
103
  clear?: boolean | undefined;
1588
104
  hasDivider?: boolean | undefined;
@@ -1598,18 +114,10 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1598
114
  hintWidth?: undefined;
1599
115
  hintContentLeft?: undefined;
1600
116
  } & {
1601
- enumerationType: "chip";
1602
- onSearch?: undefined;
1603
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1604
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1605
- } & {
1606
- validationType: "password";
1607
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1608
- passwordHidden?: boolean | undefined;
1609
- onValidate?: ((args: {
1610
- isValid: boolean;
1611
- errorMessage?: string | undefined;
1612
- }) => void) | undefined;
117
+ chips?: undefined;
118
+ onChangeChips?: undefined;
119
+ enumerationType?: "plain" | undefined;
120
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1613
121
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1614
122
  size?: string | undefined;
1615
123
  view?: string | undefined;
@@ -1628,8 +136,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1628
136
  } & {
1629
137
  requiredPlacement?: "left" | "right" | undefined;
1630
138
  } & {
1631
- optional?: true | undefined;
1632
- required?: false | undefined;
139
+ required: true;
140
+ optional?: false | undefined;
1633
141
  } & {
1634
142
  clear?: boolean | undefined;
1635
143
  hasDivider?: boolean | undefined;
@@ -1649,14 +157,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1649
157
  onSearch?: undefined;
1650
158
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1651
159
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1652
- } & {
1653
- validationType: "email";
1654
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1655
- passwordHidden?: undefined;
1656
- onValidate?: ((args: {
1657
- isValid: boolean;
1658
- errorMessage?: string | undefined;
1659
- }) => void) | undefined;
1660
160
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1661
161
  size?: string | undefined;
1662
162
  view?: string | undefined;
@@ -1675,8 +175,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1675
175
  } & {
1676
176
  requiredPlacement?: "left" | "right" | undefined;
1677
177
  } & {
1678
- optional?: true | undefined;
1679
- required?: false | undefined;
178
+ required: true;
179
+ optional?: false | undefined;
1680
180
  } & {
1681
181
  clear?: false | undefined;
1682
182
  hasDivider?: undefined;
@@ -1696,11 +196,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1696
196
  onChangeChips?: undefined;
1697
197
  enumerationType?: "plain" | undefined;
1698
198
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1699
- } & {
1700
- validationType?: undefined;
1701
- options?: undefined;
1702
- passwordHidden?: undefined;
1703
- onValidate?: undefined;
1704
199
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1705
200
  size?: string | undefined;
1706
201
  view?: string | undefined;
@@ -1719,8 +214,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1719
214
  } & {
1720
215
  requiredPlacement?: "left" | "right" | undefined;
1721
216
  } & {
1722
- optional?: true | undefined;
1723
- required?: false | undefined;
217
+ required: true;
218
+ optional?: false | undefined;
1724
219
  } & {
1725
220
  clear?: false | undefined;
1726
221
  hasDivider?: undefined;
@@ -1736,18 +231,10 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1736
231
  hintWidth?: string | undefined;
1737
232
  hintContentLeft?: import("react").ReactNode;
1738
233
  } & {
1739
- chips?: undefined;
1740
- onChangeChips?: undefined;
1741
- enumerationType?: "plain" | undefined;
1742
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1743
- } & {
1744
- validationType: "password";
1745
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1746
- passwordHidden?: boolean | undefined;
1747
- onValidate?: ((args: {
1748
- isValid: boolean;
1749
- errorMessage?: string | undefined;
1750
- }) => void) | undefined;
234
+ enumerationType: "chip";
235
+ onSearch?: undefined;
236
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
237
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1751
238
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1752
239
  size?: string | undefined;
1753
240
  view?: string | undefined;
@@ -1766,35 +253,27 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1766
253
  } & {
1767
254
  requiredPlacement?: "left" | "right" | undefined;
1768
255
  } & {
1769
- optional?: true | undefined;
1770
- required?: false | undefined;
256
+ required: true;
257
+ optional?: false | undefined;
1771
258
  } & {
1772
259
  clear?: false | undefined;
1773
260
  hasDivider?: undefined;
1774
261
  } & {
1775
- hintText: string;
1776
- hintTrigger?: "click" | "hover" | undefined;
1777
- hintView?: string | undefined;
1778
- hintSize?: string | undefined;
1779
- hintTargetIcon?: import("react").ReactNode;
1780
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1781
- hintHasArrow?: boolean | undefined;
1782
- hintOffset?: [number, number] | undefined;
1783
- hintWidth?: string | undefined;
1784
- hintContentLeft?: import("react").ReactNode;
262
+ hintTrigger?: undefined;
263
+ hintText?: undefined;
264
+ hintView?: undefined;
265
+ hintSize?: undefined;
266
+ hintTargetIcon?: undefined;
267
+ hintPlacement?: undefined;
268
+ hintHasArrow?: undefined;
269
+ hintOffset?: undefined;
270
+ hintWidth?: undefined;
271
+ hintContentLeft?: undefined;
1785
272
  } & {
1786
273
  chips?: undefined;
1787
274
  onChangeChips?: undefined;
1788
275
  enumerationType?: "plain" | undefined;
1789
276
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1790
- } & {
1791
- validationType: "email";
1792
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1793
- passwordHidden?: undefined;
1794
- onValidate?: ((args: {
1795
- isValid: boolean;
1796
- errorMessage?: string | undefined;
1797
- }) => void) | undefined;
1798
277
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1799
278
  size?: string | undefined;
1800
279
  view?: string | undefined;
@@ -1813,32 +292,27 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1813
292
  } & {
1814
293
  requiredPlacement?: "left" | "right" | undefined;
1815
294
  } & {
1816
- optional?: true | undefined;
1817
- required?: false | undefined;
295
+ required: true;
296
+ optional?: false | undefined;
1818
297
  } & {
1819
298
  clear?: false | undefined;
1820
299
  hasDivider?: undefined;
1821
300
  } & {
1822
- hintText: string;
1823
- hintTrigger?: "click" | "hover" | undefined;
1824
- hintView?: string | undefined;
1825
- hintSize?: string | undefined;
1826
- hintTargetIcon?: import("react").ReactNode;
1827
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1828
- hintHasArrow?: boolean | undefined;
1829
- hintOffset?: [number, number] | undefined;
1830
- hintWidth?: string | undefined;
1831
- hintContentLeft?: import("react").ReactNode;
301
+ hintTrigger?: undefined;
302
+ hintText?: undefined;
303
+ hintView?: undefined;
304
+ hintSize?: undefined;
305
+ hintTargetIcon?: undefined;
306
+ hintPlacement?: undefined;
307
+ hintHasArrow?: undefined;
308
+ hintOffset?: undefined;
309
+ hintWidth?: undefined;
310
+ hintContentLeft?: undefined;
1832
311
  } & {
1833
312
  enumerationType: "chip";
1834
313
  onSearch?: undefined;
1835
314
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1836
315
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1837
- } & {
1838
- validationType?: undefined;
1839
- options?: undefined;
1840
- passwordHidden?: undefined;
1841
- onValidate?: undefined;
1842
316
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1843
317
  size?: string | undefined;
1844
318
  view?: string | undefined;
@@ -1860,8 +334,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1860
334
  optional?: true | undefined;
1861
335
  required?: false | undefined;
1862
336
  } & {
1863
- clear?: false | undefined;
1864
- hasDivider?: undefined;
337
+ clear?: boolean | undefined;
338
+ hasDivider?: boolean | undefined;
1865
339
  } & {
1866
340
  hintText: string;
1867
341
  hintTrigger?: "click" | "hover" | undefined;
@@ -1874,18 +348,10 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1874
348
  hintWidth?: string | undefined;
1875
349
  hintContentLeft?: import("react").ReactNode;
1876
350
  } & {
1877
- enumerationType: "chip";
1878
- onSearch?: undefined;
1879
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1880
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1881
- } & {
1882
- validationType: "password";
1883
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
1884
- passwordHidden?: boolean | undefined;
1885
- onValidate?: ((args: {
1886
- isValid: boolean;
1887
- errorMessage?: string | undefined;
1888
- }) => void) | undefined;
351
+ chips?: undefined;
352
+ onChangeChips?: undefined;
353
+ enumerationType?: "plain" | undefined;
354
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1889
355
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1890
356
  size?: string | undefined;
1891
357
  view?: string | undefined;
@@ -1907,8 +373,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1907
373
  optional?: true | undefined;
1908
374
  required?: false | undefined;
1909
375
  } & {
1910
- clear?: false | undefined;
1911
- hasDivider?: undefined;
376
+ clear?: boolean | undefined;
377
+ hasDivider?: boolean | undefined;
1912
378
  } & {
1913
379
  hintText: string;
1914
380
  hintTrigger?: "click" | "hover" | undefined;
@@ -1925,14 +391,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1925
391
  onSearch?: undefined;
1926
392
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1927
393
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1928
- } & {
1929
- validationType: "email";
1930
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
1931
- passwordHidden?: undefined;
1932
- onValidate?: ((args: {
1933
- isValid: boolean;
1934
- errorMessage?: string | undefined;
1935
- }) => void) | undefined;
1936
394
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1937
395
  size?: string | undefined;
1938
396
  view?: string | undefined;
@@ -1954,8 +412,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1954
412
  optional?: true | undefined;
1955
413
  required?: false | undefined;
1956
414
  } & {
1957
- clear?: false | undefined;
1958
- hasDivider?: undefined;
415
+ clear?: boolean | undefined;
416
+ hasDivider?: boolean | undefined;
1959
417
  } & {
1960
418
  hintTrigger?: undefined;
1961
419
  hintText?: undefined;
@@ -1972,11 +430,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1972
430
  onChangeChips?: undefined;
1973
431
  enumerationType?: "plain" | undefined;
1974
432
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1975
- } & {
1976
- validationType?: undefined;
1977
- options?: undefined;
1978
- passwordHidden?: undefined;
1979
- onValidate?: undefined;
1980
433
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
1981
434
  size?: string | undefined;
1982
435
  view?: string | undefined;
@@ -1998,8 +451,8 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
1998
451
  optional?: true | undefined;
1999
452
  required?: false | undefined;
2000
453
  } & {
2001
- clear?: false | undefined;
2002
- hasDivider?: undefined;
454
+ clear?: boolean | undefined;
455
+ hasDivider?: boolean | undefined;
2003
456
  } & {
2004
457
  hintTrigger?: undefined;
2005
458
  hintText?: undefined;
@@ -2012,18 +465,10 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2012
465
  hintWidth?: undefined;
2013
466
  hintContentLeft?: undefined;
2014
467
  } & {
2015
- chips?: undefined;
2016
- onChangeChips?: undefined;
2017
- enumerationType?: "plain" | undefined;
2018
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2019
- } & {
2020
- validationType: "password";
2021
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
2022
- passwordHidden?: boolean | undefined;
2023
- onValidate?: ((args: {
2024
- isValid: boolean;
2025
- errorMessage?: string | undefined;
2026
- }) => void) | undefined;
468
+ enumerationType: "chip";
469
+ onSearch?: undefined;
470
+ chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
471
+ onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2027
472
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2028
473
  size?: string | undefined;
2029
474
  view?: string | undefined;
@@ -2048,29 +493,21 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2048
493
  clear?: false | undefined;
2049
494
  hasDivider?: undefined;
2050
495
  } & {
2051
- hintTrigger?: undefined;
2052
- hintText?: undefined;
2053
- hintView?: undefined;
2054
- hintSize?: undefined;
2055
- hintTargetIcon?: undefined;
2056
- hintPlacement?: undefined;
2057
- hintHasArrow?: undefined;
2058
- hintOffset?: undefined;
2059
- hintWidth?: undefined;
2060
- hintContentLeft?: undefined;
496
+ hintText: string;
497
+ hintTrigger?: "click" | "hover" | undefined;
498
+ hintView?: string | undefined;
499
+ hintSize?: string | undefined;
500
+ hintTargetIcon?: import("react").ReactNode;
501
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
502
+ hintHasArrow?: boolean | undefined;
503
+ hintOffset?: [number, number] | undefined;
504
+ hintWidth?: string | undefined;
505
+ hintContentLeft?: import("react").ReactNode;
2061
506
  } & {
2062
507
  chips?: undefined;
2063
508
  onChangeChips?: undefined;
2064
509
  enumerationType?: "plain" | undefined;
2065
510
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2066
- } & {
2067
- validationType: "email";
2068
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
2069
- passwordHidden?: undefined;
2070
- onValidate?: ((args: {
2071
- isValid: boolean;
2072
- errorMessage?: string | undefined;
2073
- }) => void) | undefined;
2074
511
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2075
512
  size?: string | undefined;
2076
513
  view?: string | undefined;
@@ -2095,26 +532,21 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2095
532
  clear?: false | undefined;
2096
533
  hasDivider?: undefined;
2097
534
  } & {
2098
- hintTrigger?: undefined;
2099
- hintText?: undefined;
2100
- hintView?: undefined;
2101
- hintSize?: undefined;
2102
- hintTargetIcon?: undefined;
2103
- hintPlacement?: undefined;
2104
- hintHasArrow?: undefined;
2105
- hintOffset?: undefined;
2106
- hintWidth?: undefined;
2107
- hintContentLeft?: undefined;
535
+ hintText: string;
536
+ hintTrigger?: "click" | "hover" | undefined;
537
+ hintView?: string | undefined;
538
+ hintSize?: string | undefined;
539
+ hintTargetIcon?: import("react").ReactNode;
540
+ hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
541
+ hintHasArrow?: boolean | undefined;
542
+ hintOffset?: [number, number] | undefined;
543
+ hintWidth?: string | undefined;
544
+ hintContentLeft?: import("react").ReactNode;
2108
545
  } & {
2109
546
  enumerationType: "chip";
2110
547
  onSearch?: undefined;
2111
548
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2112
549
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2113
- } & {
2114
- validationType?: undefined;
2115
- options?: undefined;
2116
- passwordHidden?: undefined;
2117
- onValidate?: undefined;
2118
550
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2119
551
  size?: string | undefined;
2120
552
  view?: string | undefined;
@@ -2150,18 +582,10 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2150
582
  hintWidth?: undefined;
2151
583
  hintContentLeft?: undefined;
2152
584
  } & {
2153
- enumerationType: "chip";
2154
- onSearch?: undefined;
2155
- chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2156
- onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2157
- } & {
2158
- validationType: "password";
2159
- options?: import("../../../../../TextField/TextField.types").PasswordValidationOptions | undefined;
2160
- passwordHidden?: boolean | undefined;
2161
- onValidate?: ((args: {
2162
- isValid: boolean;
2163
- errorMessage?: string | undefined;
2164
- }) => void) | undefined;
585
+ chips?: undefined;
586
+ onChangeChips?: undefined;
587
+ enumerationType?: "plain" | undefined;
588
+ onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2165
589
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
2166
590
  size?: string | undefined;
2167
591
  view?: string | undefined;
@@ -2201,14 +625,6 @@ export declare const StyledTextField: import("@linaria/react").StyledComponent<{
2201
625
  onSearch?: undefined;
2202
626
  chips?: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
2203
627
  onChangeChips?: ((value: import("../../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
2204
- } & {
2205
- validationType: "email";
2206
- options?: import("../../../../../TextField/TextField.types").EmailValidationOptions | undefined;
2207
- passwordHidden?: undefined;
2208
- onValidate?: ((args: {
2209
- isValid: boolean;
2210
- errorMessage?: string | undefined;
2211
- }) => void) | undefined;
2212
628
  } & Omit<import("../../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>)))>;
2213
629
  export declare const IconArrowWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
2214
630
  disabled: boolean;