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