@salutejs/plasma-new-hope 0.193.0-canary.1556.11815100174.0 → 0.193.0-canary.1559.11815272061.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (158) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +17 -17
  2. package/cjs/components/Autocomplete/Autocomplete.js +1 -7
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -17
  5. package/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  8. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  9. package/cjs/components/DatePicker/RangeDate/RangeDate.css +17 -17
  10. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
  11. package/cjs/components/DatePicker/SingleDate/SingleDate.css +17 -17
  12. package/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -9
  13. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  14. package/cjs/components/Pagination/Pagination.css +17 -17
  15. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  16. package/cjs/components/Range/Range.css +17 -17
  17. package/cjs/components/Select/Select.css +17 -17
  18. package/cjs/components/Select/ui/Inner/Inner.css +17 -17
  19. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  20. package/cjs/components/Select/ui/Target/Target.css +17 -17
  21. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  22. package/cjs/components/Slider/Slider.css +17 -17
  23. package/cjs/components/Slider/components/Double/Double.css +17 -17
  24. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  25. package/cjs/components/TextField/TextField.js +4 -8
  26. package/cjs/components/TextField/TextField.js.map +1 -1
  27. package/cjs/components/TextField/TextField.styles.js +11 -20
  28. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  29. package/cjs/components/TextField/{TextField.styles_ppcxpx.css → TextField.styles_j7dqpn.css} +1 -1
  30. package/cjs/components/TextField/TextField.tokens.js +0 -1
  31. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  32. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  33. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  34. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  35. package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  36. package/cjs/index.css +17 -17
  37. package/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -7
  38. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  39. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -9
  40. package/emotion/cjs/components/TextField/TextField.js +5 -9
  41. package/emotion/cjs/components/TextField/TextField.styles.js +26 -29
  42. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
  43. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  44. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  45. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  46. package/emotion/es/components/Autocomplete/Autocomplete.js +1 -7
  47. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  48. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +4 -9
  49. package/emotion/es/components/TextField/TextField.js +5 -9
  50. package/emotion/es/components/TextField/TextField.styles.js +26 -29
  51. package/emotion/es/components/TextField/TextField.tokens.js +0 -1
  52. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  53. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  54. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  55. package/es/components/Autocomplete/Autocomplete.css +17 -17
  56. package/es/components/Autocomplete/Autocomplete.js +1 -7
  57. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  58. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -17
  59. package/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  60. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  61. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
  62. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
  63. package/es/components/DatePicker/RangeDate/RangeDate.css +17 -17
  64. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
  65. package/es/components/DatePicker/SingleDate/SingleDate.css +17 -17
  66. package/es/components/DatePicker/SingleDate/SingleDate.js +4 -9
  67. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  68. package/es/components/Pagination/Pagination.css +17 -17
  69. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
  70. package/es/components/Range/Range.css +17 -17
  71. package/es/components/Select/Select.css +17 -17
  72. package/es/components/Select/ui/Inner/Inner.css +17 -17
  73. package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
  74. package/es/components/Select/ui/Target/Target.css +17 -17
  75. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
  76. package/es/components/Slider/Slider.css +17 -17
  77. package/es/components/Slider/components/Double/Double.css +17 -17
  78. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
  79. package/es/components/TextField/TextField.js +4 -8
  80. package/es/components/TextField/TextField.js.map +1 -1
  81. package/es/components/TextField/TextField.styles.js +11 -20
  82. package/es/components/TextField/TextField.styles.js.map +1 -1
  83. package/es/components/TextField/{TextField.styles_ppcxpx.css → TextField.styles_j7dqpn.css} +1 -1
  84. package/es/components/TextField/TextField.tokens.js +0 -1
  85. package/es/components/TextField/TextField.tokens.js.map +1 -1
  86. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  87. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  88. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  89. package/es/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
  90. package/es/index.css +17 -17
  91. package/package.json +5 -5
  92. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -7
  93. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
  94. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +4 -9
  95. package/styled-components/cjs/components/TextField/TextField.js +4 -8
  96. package/styled-components/cjs/components/TextField/TextField.styles.js +6 -9
  97. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
  98. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  99. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  100. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  101. package/styled-components/es/components/Autocomplete/Autocomplete.js +1 -7
  102. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
  103. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +4 -9
  104. package/styled-components/es/components/TextField/TextField.js +4 -8
  105. package/styled-components/es/components/TextField/TextField.styles.js +6 -9
  106. package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
  107. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  108. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
  109. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
  110. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  111. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +59 -715
  112. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  113. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  114. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +10 -30
  115. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  116. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +59 -715
  117. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  118. package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
  119. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  120. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +59 -715
  121. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  122. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +9 -28
  123. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  124. package/types/components/Range/Range.styles.d.ts +59 -715
  125. package/types/components/Range/Range.styles.d.ts.map +1 -1
  126. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +59 -715
  127. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  128. package/types/components/Slider/components/Double/Double.styles.d.ts +59 -715
  129. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  130. package/types/components/TextField/TextField.d.ts.map +1 -1
  131. package/types/components/TextField/TextField.styles.d.ts +1 -3
  132. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  133. package/types/components/TextField/TextField.tokens.d.ts +0 -1
  134. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  135. package/types/components/TextField/TextField.types.d.ts +20 -43
  136. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  137. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +4 -2
  138. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  139. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +110 -1022
  140. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  141. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +1 -47
  142. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  143. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +62 -1246
  144. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  145. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +59 -715
  146. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  147. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +4 -2
  148. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  149. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +110 -1022
  150. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  151. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +1 -47
  152. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  153. package/types/examples/plasma_web/components/Mask/Mask.d.ts +62 -1246
  154. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  155. package/types/examples/plasma_web/components/TextField/TextField.d.ts +59 -715
  156. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  157. package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
  158. package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
@@ -37,1102 +37,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
37
37
  view?: string | undefined;
38
38
  readOnly?: boolean | undefined;
39
39
  disabled?: boolean | undefined;
40
- } & {
41
- titleCaption?: import("react").ReactNode;
42
- leftHelper?: string | undefined;
43
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
44
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
45
- textBefore?: string | undefined;
46
- textAfter?: string | undefined;
47
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
48
- } & {
49
- label?: string | undefined;
50
- labelPlacement: "inner";
51
- hasInnerLabelPlaceholder?: boolean | undefined;
52
- } & {
53
- required: true;
54
- requiredPlacement?: "left" | "right" | undefined;
55
- optional?: false | undefined;
56
- } & {
57
- clear?: boolean | undefined;
58
- hasDivider?: boolean | undefined;
59
- } & {
60
- hintText: string;
61
- hintTrigger?: "click" | "hover" | undefined;
62
- hintView?: string | undefined;
63
- hintSize?: string | undefined;
64
- hintTargetIcon?: import("react").ReactNode;
65
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
66
- hintHasArrow?: boolean | undefined;
67
- hintOffset?: [number, number] | undefined;
68
- hintWidth?: string | undefined;
69
- hintContentLeft?: import("react").ReactNode;
70
- } & {
71
- chips?: undefined;
72
- onChangeChips?: undefined;
73
- enumerationType?: "plain" | undefined;
74
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
75
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
76
- view: {
77
- default: import("@linaria/core").LinariaClassName;
78
- positive: import("@linaria/core").LinariaClassName;
79
- warning: import("@linaria/core").LinariaClassName;
80
- negative: import("@linaria/core").LinariaClassName;
81
- };
82
- size: {
83
- l: import("@linaria/core").LinariaClassName;
84
- m: import("@linaria/core").LinariaClassName;
85
- s: import("@linaria/core").LinariaClassName;
86
- xs: import("@linaria/core").LinariaClassName;
87
- };
88
- labelPlacement: {
89
- inner: import("@linaria/core").LinariaClassName;
90
- outer: import("@linaria/core").LinariaClassName;
91
- };
92
- clear: {
93
- true: import("@linaria/core").LinariaClassName;
94
- };
95
- hintView: {
96
- default: import("@linaria/core").LinariaClassName;
97
- };
98
- hintSize: {
99
- m: import("@linaria/core").LinariaClassName;
100
- s: import("@linaria/core").LinariaClassName;
101
- };
102
- disabled: {
103
- true: import("@linaria/core").LinariaClassName;
104
- };
105
- readOnly: {
106
- true: import("@linaria/core").LinariaClassName;
107
- };
108
- }> & {
109
- size?: string | undefined;
110
- view?: string | undefined;
111
- readOnly?: boolean | undefined;
112
- disabled?: boolean | undefined;
113
- } & {
114
- titleCaption?: import("react").ReactNode;
115
- leftHelper?: string | undefined;
116
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
117
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
118
- textBefore?: string | undefined;
119
- textAfter?: string | undefined;
120
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
121
- } & {
122
- label?: string | undefined;
123
- labelPlacement: "inner";
124
- hasInnerLabelPlaceholder?: boolean | undefined;
125
- } & {
126
- required: true;
127
- requiredPlacement?: "left" | "right" | undefined;
128
- optional?: false | undefined;
129
- } & {
130
- clear?: boolean | undefined;
131
- hasDivider?: boolean | undefined;
132
- } & {
133
- hintText: string;
134
- hintTrigger?: "click" | "hover" | undefined;
135
- hintView?: string | undefined;
136
- hintSize?: string | undefined;
137
- hintTargetIcon?: import("react").ReactNode;
138
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
139
- hintHasArrow?: boolean | undefined;
140
- hintOffset?: [number, number] | undefined;
141
- hintWidth?: string | undefined;
142
- hintContentLeft?: import("react").ReactNode;
143
- } & {
144
- enumerationType: "chip";
145
- onSearch?: undefined;
146
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
147
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
148
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
149
- view: {
150
- default: import("@linaria/core").LinariaClassName;
151
- positive: import("@linaria/core").LinariaClassName;
152
- warning: import("@linaria/core").LinariaClassName;
153
- negative: import("@linaria/core").LinariaClassName;
154
- };
155
- size: {
156
- l: import("@linaria/core").LinariaClassName;
157
- m: import("@linaria/core").LinariaClassName;
158
- s: import("@linaria/core").LinariaClassName;
159
- xs: import("@linaria/core").LinariaClassName;
160
- };
161
- labelPlacement: {
162
- inner: import("@linaria/core").LinariaClassName;
163
- outer: import("@linaria/core").LinariaClassName;
164
- };
165
- clear: {
166
- true: import("@linaria/core").LinariaClassName;
167
- };
168
- hintView: {
169
- default: import("@linaria/core").LinariaClassName;
170
- };
171
- hintSize: {
172
- m: import("@linaria/core").LinariaClassName;
173
- s: import("@linaria/core").LinariaClassName;
174
- };
175
- disabled: {
176
- true: import("@linaria/core").LinariaClassName;
177
- };
178
- readOnly: {
179
- true: import("@linaria/core").LinariaClassName;
180
- };
181
- }> & {
182
- size?: string | undefined;
183
- view?: string | undefined;
184
- readOnly?: boolean | undefined;
185
- disabled?: boolean | undefined;
186
- } & {
187
- titleCaption?: import("react").ReactNode;
188
- leftHelper?: string | undefined;
189
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
190
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
191
- textBefore?: string | undefined;
192
- textAfter?: string | undefined;
193
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
194
- } & {
195
- label?: string | undefined;
196
- labelPlacement: "inner";
197
- hasInnerLabelPlaceholder?: boolean | undefined;
198
- } & {
199
- required: true;
200
- requiredPlacement?: "left" | "right" | undefined;
201
- optional?: false | undefined;
202
- } & {
203
- clear?: boolean | undefined;
204
- hasDivider?: boolean | undefined;
205
- } & {
206
- hintTrigger?: undefined;
207
- hintText?: undefined;
208
- hintView?: undefined;
209
- hintSize?: undefined;
210
- hintTargetIcon?: undefined;
211
- hintPlacement?: undefined;
212
- hintHasArrow?: undefined;
213
- hintOffset?: undefined;
214
- hintWidth?: undefined;
215
- hintContentLeft?: undefined;
216
- } & {
217
- chips?: undefined;
218
- onChangeChips?: undefined;
219
- enumerationType?: "plain" | undefined;
220
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
221
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
222
- view: {
223
- default: import("@linaria/core").LinariaClassName;
224
- positive: import("@linaria/core").LinariaClassName;
225
- warning: import("@linaria/core").LinariaClassName;
226
- negative: import("@linaria/core").LinariaClassName;
227
- };
228
- size: {
229
- l: import("@linaria/core").LinariaClassName;
230
- m: import("@linaria/core").LinariaClassName;
231
- s: import("@linaria/core").LinariaClassName;
232
- xs: import("@linaria/core").LinariaClassName;
233
- };
234
- labelPlacement: {
235
- inner: import("@linaria/core").LinariaClassName;
236
- outer: import("@linaria/core").LinariaClassName;
237
- };
238
- clear: {
239
- true: import("@linaria/core").LinariaClassName;
240
- };
241
- hintView: {
242
- default: import("@linaria/core").LinariaClassName;
243
- };
244
- hintSize: {
245
- m: import("@linaria/core").LinariaClassName;
246
- s: import("@linaria/core").LinariaClassName;
247
- };
248
- disabled: {
249
- true: import("@linaria/core").LinariaClassName;
250
- };
251
- readOnly: {
252
- true: import("@linaria/core").LinariaClassName;
253
- };
254
- }> & {
255
- size?: string | undefined;
256
- view?: string | undefined;
257
- readOnly?: boolean | undefined;
258
- disabled?: boolean | undefined;
259
- } & {
260
- titleCaption?: import("react").ReactNode;
261
- leftHelper?: string | undefined;
262
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
263
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
264
- textBefore?: string | undefined;
265
- textAfter?: string | undefined;
266
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
267
- } & {
268
- label?: string | undefined;
269
- labelPlacement: "inner";
270
- hasInnerLabelPlaceholder?: boolean | undefined;
271
- } & {
272
- required: true;
273
- requiredPlacement?: "left" | "right" | undefined;
274
- optional?: false | undefined;
275
- } & {
276
- clear?: boolean | undefined;
277
- hasDivider?: boolean | undefined;
278
- } & {
279
- hintTrigger?: undefined;
280
- hintText?: undefined;
281
- hintView?: undefined;
282
- hintSize?: undefined;
283
- hintTargetIcon?: undefined;
284
- hintPlacement?: undefined;
285
- hintHasArrow?: undefined;
286
- hintOffset?: undefined;
287
- hintWidth?: undefined;
288
- hintContentLeft?: undefined;
289
- } & {
290
- enumerationType: "chip";
291
- onSearch?: undefined;
292
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
293
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
294
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
295
- view: {
296
- default: import("@linaria/core").LinariaClassName;
297
- positive: import("@linaria/core").LinariaClassName;
298
- warning: import("@linaria/core").LinariaClassName;
299
- negative: import("@linaria/core").LinariaClassName;
300
- };
301
- size: {
302
- l: import("@linaria/core").LinariaClassName;
303
- m: import("@linaria/core").LinariaClassName;
304
- s: import("@linaria/core").LinariaClassName;
305
- xs: import("@linaria/core").LinariaClassName;
306
- };
307
- labelPlacement: {
308
- inner: import("@linaria/core").LinariaClassName;
309
- outer: import("@linaria/core").LinariaClassName;
310
- };
311
- clear: {
312
- true: import("@linaria/core").LinariaClassName;
313
- };
314
- hintView: {
315
- default: import("@linaria/core").LinariaClassName;
316
- };
317
- hintSize: {
318
- m: import("@linaria/core").LinariaClassName;
319
- s: import("@linaria/core").LinariaClassName;
320
- };
321
- disabled: {
322
- true: import("@linaria/core").LinariaClassName;
323
- };
324
- readOnly: {
325
- true: import("@linaria/core").LinariaClassName;
326
- };
327
- }> & {
328
- size?: string | undefined;
329
- view?: string | undefined;
330
- readOnly?: boolean | undefined;
331
- disabled?: boolean | undefined;
332
- } & {
333
- titleCaption?: import("react").ReactNode;
334
- leftHelper?: string | undefined;
335
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
336
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
337
- textBefore?: string | undefined;
338
- textAfter?: string | undefined;
339
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
340
- } & {
341
- label?: string | undefined;
342
- labelPlacement: "inner";
343
- hasInnerLabelPlaceholder?: boolean | undefined;
344
- } & {
345
- required: true;
346
- requiredPlacement?: "left" | "right" | undefined;
347
- optional?: false | undefined;
348
- } & {
349
- clear: false;
350
- hasDivider?: undefined;
351
- } & {
352
- hintText: string;
353
- hintTrigger?: "click" | "hover" | undefined;
354
- hintView?: string | undefined;
355
- hintSize?: string | undefined;
356
- hintTargetIcon?: import("react").ReactNode;
357
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
358
- hintHasArrow?: boolean | undefined;
359
- hintOffset?: [number, number] | undefined;
360
- hintWidth?: string | undefined;
361
- hintContentLeft?: import("react").ReactNode;
362
- } & {
363
- chips?: undefined;
364
- onChangeChips?: undefined;
365
- enumerationType?: "plain" | undefined;
366
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
367
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
368
- view: {
369
- default: import("@linaria/core").LinariaClassName;
370
- positive: import("@linaria/core").LinariaClassName;
371
- warning: import("@linaria/core").LinariaClassName;
372
- negative: import("@linaria/core").LinariaClassName;
373
- };
374
- size: {
375
- l: import("@linaria/core").LinariaClassName;
376
- m: import("@linaria/core").LinariaClassName;
377
- s: import("@linaria/core").LinariaClassName;
378
- xs: import("@linaria/core").LinariaClassName;
379
- };
380
- labelPlacement: {
381
- inner: import("@linaria/core").LinariaClassName;
382
- outer: import("@linaria/core").LinariaClassName;
383
- };
384
- clear: {
385
- true: import("@linaria/core").LinariaClassName;
386
- };
387
- hintView: {
388
- default: import("@linaria/core").LinariaClassName;
389
- };
390
- hintSize: {
391
- m: import("@linaria/core").LinariaClassName;
392
- s: import("@linaria/core").LinariaClassName;
393
- };
394
- disabled: {
395
- true: import("@linaria/core").LinariaClassName;
396
- };
397
- readOnly: {
398
- true: import("@linaria/core").LinariaClassName;
399
- };
400
- }> & {
401
- size?: string | undefined;
402
- view?: string | undefined;
403
- readOnly?: boolean | undefined;
404
- disabled?: boolean | undefined;
405
- } & {
406
- titleCaption?: import("react").ReactNode;
407
- leftHelper?: string | undefined;
408
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
409
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
410
- textBefore?: string | undefined;
411
- textAfter?: string | undefined;
412
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
413
- } & {
414
- label?: string | undefined;
415
- labelPlacement: "inner";
416
- hasInnerLabelPlaceholder?: boolean | undefined;
417
- } & {
418
- required: true;
419
- requiredPlacement?: "left" | "right" | undefined;
420
- optional?: false | undefined;
421
- } & {
422
- clear: false;
423
- hasDivider?: undefined;
424
- } & {
425
- hintText: string;
426
- hintTrigger?: "click" | "hover" | undefined;
427
- hintView?: string | undefined;
428
- hintSize?: string | undefined;
429
- hintTargetIcon?: import("react").ReactNode;
430
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
431
- hintHasArrow?: boolean | undefined;
432
- hintOffset?: [number, number] | undefined;
433
- hintWidth?: string | undefined;
434
- hintContentLeft?: import("react").ReactNode;
435
- } & {
436
- enumerationType: "chip";
437
- onSearch?: undefined;
438
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
439
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
440
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
441
- view: {
442
- default: import("@linaria/core").LinariaClassName;
443
- positive: import("@linaria/core").LinariaClassName;
444
- warning: import("@linaria/core").LinariaClassName;
445
- negative: import("@linaria/core").LinariaClassName;
446
- };
447
- size: {
448
- l: import("@linaria/core").LinariaClassName;
449
- m: import("@linaria/core").LinariaClassName;
450
- s: import("@linaria/core").LinariaClassName;
451
- xs: import("@linaria/core").LinariaClassName;
452
- };
453
- labelPlacement: {
454
- inner: import("@linaria/core").LinariaClassName;
455
- outer: import("@linaria/core").LinariaClassName;
456
- };
457
- clear: {
458
- true: import("@linaria/core").LinariaClassName;
459
- };
460
- hintView: {
461
- default: import("@linaria/core").LinariaClassName;
462
- };
463
- hintSize: {
464
- m: import("@linaria/core").LinariaClassName;
465
- s: import("@linaria/core").LinariaClassName;
466
- };
467
- disabled: {
468
- true: import("@linaria/core").LinariaClassName;
469
- };
470
- readOnly: {
471
- true: import("@linaria/core").LinariaClassName;
472
- };
473
- }> & {
474
- size?: string | undefined;
475
- view?: string | undefined;
476
- readOnly?: boolean | undefined;
477
- disabled?: boolean | undefined;
478
- } & {
479
- titleCaption?: import("react").ReactNode;
480
- leftHelper?: string | undefined;
481
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
482
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
483
- textBefore?: string | undefined;
484
- textAfter?: string | undefined;
485
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
486
- } & {
487
- label?: string | undefined;
488
- labelPlacement: "inner";
489
- hasInnerLabelPlaceholder?: boolean | undefined;
490
- } & {
491
- required: true;
492
- requiredPlacement?: "left" | "right" | undefined;
493
- optional?: false | undefined;
494
- } & {
495
- clear: false;
496
- hasDivider?: undefined;
497
- } & {
498
- hintTrigger?: undefined;
499
- hintText?: undefined;
500
- hintView?: undefined;
501
- hintSize?: undefined;
502
- hintTargetIcon?: undefined;
503
- hintPlacement?: undefined;
504
- hintHasArrow?: undefined;
505
- hintOffset?: undefined;
506
- hintWidth?: undefined;
507
- hintContentLeft?: undefined;
508
- } & {
509
- chips?: undefined;
510
- onChangeChips?: undefined;
511
- enumerationType?: "plain" | undefined;
512
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
513
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
514
- view: {
515
- default: import("@linaria/core").LinariaClassName;
516
- positive: import("@linaria/core").LinariaClassName;
517
- warning: import("@linaria/core").LinariaClassName;
518
- negative: import("@linaria/core").LinariaClassName;
519
- };
520
- size: {
521
- l: import("@linaria/core").LinariaClassName;
522
- m: import("@linaria/core").LinariaClassName;
523
- s: import("@linaria/core").LinariaClassName;
524
- xs: import("@linaria/core").LinariaClassName;
525
- };
526
- labelPlacement: {
527
- inner: import("@linaria/core").LinariaClassName;
528
- outer: import("@linaria/core").LinariaClassName;
529
- };
530
- clear: {
531
- true: import("@linaria/core").LinariaClassName;
532
- };
533
- hintView: {
534
- default: import("@linaria/core").LinariaClassName;
535
- };
536
- hintSize: {
537
- m: import("@linaria/core").LinariaClassName;
538
- s: import("@linaria/core").LinariaClassName;
539
- };
540
- disabled: {
541
- true: import("@linaria/core").LinariaClassName;
542
- };
543
- readOnly: {
544
- true: import("@linaria/core").LinariaClassName;
545
- };
546
- }> & {
547
- size?: string | undefined;
548
- view?: string | undefined;
549
- readOnly?: boolean | undefined;
550
- disabled?: boolean | undefined;
551
- } & {
552
- titleCaption?: import("react").ReactNode;
553
- leftHelper?: string | undefined;
554
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
555
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
556
- textBefore?: string | undefined;
557
- textAfter?: string | undefined;
558
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
559
- } & {
560
- label?: string | undefined;
561
- labelPlacement: "inner";
562
- hasInnerLabelPlaceholder?: boolean | undefined;
563
- } & {
564
- required: true;
565
- requiredPlacement?: "left" | "right" | undefined;
566
- optional?: false | undefined;
567
- } & {
568
- clear: false;
569
- hasDivider?: undefined;
570
- } & {
571
- hintTrigger?: undefined;
572
- hintText?: undefined;
573
- hintView?: undefined;
574
- hintSize?: undefined;
575
- hintTargetIcon?: undefined;
576
- hintPlacement?: undefined;
577
- hintHasArrow?: undefined;
578
- hintOffset?: undefined;
579
- hintWidth?: undefined;
580
- hintContentLeft?: undefined;
581
- } & {
582
- enumerationType: "chip";
583
- onSearch?: undefined;
584
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
585
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
586
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
587
- view: {
588
- default: import("@linaria/core").LinariaClassName;
589
- positive: import("@linaria/core").LinariaClassName;
590
- warning: import("@linaria/core").LinariaClassName;
591
- negative: import("@linaria/core").LinariaClassName;
592
- };
593
- size: {
594
- l: import("@linaria/core").LinariaClassName;
595
- m: import("@linaria/core").LinariaClassName;
596
- s: import("@linaria/core").LinariaClassName;
597
- xs: import("@linaria/core").LinariaClassName;
598
- };
599
- labelPlacement: {
600
- inner: import("@linaria/core").LinariaClassName;
601
- outer: import("@linaria/core").LinariaClassName;
602
- };
603
- clear: {
604
- true: import("@linaria/core").LinariaClassName;
605
- };
606
- hintView: {
607
- default: import("@linaria/core").LinariaClassName;
608
- };
609
- hintSize: {
610
- m: import("@linaria/core").LinariaClassName;
611
- s: import("@linaria/core").LinariaClassName;
612
- };
613
- disabled: {
614
- true: import("@linaria/core").LinariaClassName;
615
- };
616
- readOnly: {
617
- true: import("@linaria/core").LinariaClassName;
618
- };
619
- }> & {
620
- size?: string | undefined;
621
- view?: string | undefined;
622
- readOnly?: boolean | undefined;
623
- disabled?: boolean | undefined;
624
- } & {
625
- titleCaption?: import("react").ReactNode;
626
- leftHelper?: string | undefined;
627
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
628
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
629
- textBefore?: string | undefined;
630
- textAfter?: string | undefined;
631
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
632
- } & {
633
- label?: string | undefined;
634
- labelPlacement: "inner";
635
- hasInnerLabelPlaceholder?: boolean | undefined;
636
- } & {
637
- required?: false | undefined;
638
- requiredPlacement?: "left" | "right" | undefined;
639
- optional?: true | undefined;
640
- } & {
641
- clear?: boolean | undefined;
642
- hasDivider?: boolean | undefined;
643
- } & {
644
- hintText: string;
645
- hintTrigger?: "click" | "hover" | undefined;
646
- hintView?: string | undefined;
647
- hintSize?: string | undefined;
648
- hintTargetIcon?: import("react").ReactNode;
649
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
650
- hintHasArrow?: boolean | undefined;
651
- hintOffset?: [number, number] | undefined;
652
- hintWidth?: string | undefined;
653
- hintContentLeft?: import("react").ReactNode;
654
- } & {
655
- chips?: undefined;
656
- onChangeChips?: undefined;
657
- enumerationType?: "plain" | undefined;
658
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
659
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
660
- view: {
661
- default: import("@linaria/core").LinariaClassName;
662
- positive: import("@linaria/core").LinariaClassName;
663
- warning: import("@linaria/core").LinariaClassName;
664
- negative: import("@linaria/core").LinariaClassName;
665
- };
666
- size: {
667
- l: import("@linaria/core").LinariaClassName;
668
- m: import("@linaria/core").LinariaClassName;
669
- s: import("@linaria/core").LinariaClassName;
670
- xs: import("@linaria/core").LinariaClassName;
671
- };
672
- labelPlacement: {
673
- inner: import("@linaria/core").LinariaClassName;
674
- outer: import("@linaria/core").LinariaClassName;
675
- };
676
- clear: {
677
- true: import("@linaria/core").LinariaClassName;
678
- };
679
- hintView: {
680
- default: import("@linaria/core").LinariaClassName;
681
- };
682
- hintSize: {
683
- m: import("@linaria/core").LinariaClassName;
684
- s: import("@linaria/core").LinariaClassName;
685
- };
686
- disabled: {
687
- true: import("@linaria/core").LinariaClassName;
688
- };
689
- readOnly: {
690
- true: import("@linaria/core").LinariaClassName;
691
- };
692
- }> & {
693
- size?: string | undefined;
694
- view?: string | undefined;
695
- readOnly?: boolean | undefined;
696
- disabled?: boolean | undefined;
697
- } & {
698
- titleCaption?: import("react").ReactNode;
699
- leftHelper?: string | undefined;
700
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
701
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
702
- textBefore?: string | undefined;
703
- textAfter?: string | undefined;
704
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
705
- } & {
706
- label?: string | undefined;
707
- labelPlacement: "inner";
708
- hasInnerLabelPlaceholder?: boolean | undefined;
709
- } & {
710
- required?: false | undefined;
711
- requiredPlacement?: "left" | "right" | undefined;
712
- optional?: true | undefined;
713
- } & {
714
- clear?: boolean | undefined;
715
- hasDivider?: boolean | undefined;
716
- } & {
717
- hintText: string;
718
- hintTrigger?: "click" | "hover" | undefined;
719
- hintView?: string | undefined;
720
- hintSize?: string | undefined;
721
- hintTargetIcon?: import("react").ReactNode;
722
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
723
- hintHasArrow?: boolean | undefined;
724
- hintOffset?: [number, number] | undefined;
725
- hintWidth?: string | undefined;
726
- hintContentLeft?: import("react").ReactNode;
727
- } & {
728
- enumerationType: "chip";
729
- onSearch?: undefined;
730
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
731
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
732
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
733
- view: {
734
- default: import("@linaria/core").LinariaClassName;
735
- positive: import("@linaria/core").LinariaClassName;
736
- warning: import("@linaria/core").LinariaClassName;
737
- negative: import("@linaria/core").LinariaClassName;
738
- };
739
- size: {
740
- l: import("@linaria/core").LinariaClassName;
741
- m: import("@linaria/core").LinariaClassName;
742
- s: import("@linaria/core").LinariaClassName;
743
- xs: import("@linaria/core").LinariaClassName;
744
- };
745
- labelPlacement: {
746
- inner: import("@linaria/core").LinariaClassName;
747
- outer: import("@linaria/core").LinariaClassName;
748
- };
749
- clear: {
750
- true: import("@linaria/core").LinariaClassName;
751
- };
752
- hintView: {
753
- default: import("@linaria/core").LinariaClassName;
754
- };
755
- hintSize: {
756
- m: import("@linaria/core").LinariaClassName;
757
- s: import("@linaria/core").LinariaClassName;
758
- };
759
- disabled: {
760
- true: import("@linaria/core").LinariaClassName;
761
- };
762
- readOnly: {
763
- true: import("@linaria/core").LinariaClassName;
764
- };
765
- }> & {
766
- size?: string | undefined;
767
- view?: string | undefined;
768
- readOnly?: boolean | undefined;
769
- disabled?: boolean | undefined;
770
- } & {
771
- titleCaption?: import("react").ReactNode;
772
- leftHelper?: string | undefined;
773
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
774
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
775
- textBefore?: string | undefined;
776
- textAfter?: string | undefined;
777
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
778
- } & {
779
- label?: string | undefined;
780
- labelPlacement: "inner";
781
- hasInnerLabelPlaceholder?: boolean | undefined;
782
- } & {
783
- required?: false | undefined;
784
- requiredPlacement?: "left" | "right" | undefined;
785
- optional?: true | undefined;
786
- } & {
787
- clear?: boolean | undefined;
788
- hasDivider?: boolean | undefined;
789
- } & {
790
- hintTrigger?: undefined;
791
- hintText?: undefined;
792
- hintView?: undefined;
793
- hintSize?: undefined;
794
- hintTargetIcon?: undefined;
795
- hintPlacement?: undefined;
796
- hintHasArrow?: undefined;
797
- hintOffset?: undefined;
798
- hintWidth?: undefined;
799
- hintContentLeft?: undefined;
800
- } & {
801
- chips?: undefined;
802
- onChangeChips?: undefined;
803
- enumerationType?: "plain" | undefined;
804
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
805
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
806
- view: {
807
- default: import("@linaria/core").LinariaClassName;
808
- positive: import("@linaria/core").LinariaClassName;
809
- warning: import("@linaria/core").LinariaClassName;
810
- negative: import("@linaria/core").LinariaClassName;
811
- };
812
- size: {
813
- l: import("@linaria/core").LinariaClassName;
814
- m: import("@linaria/core").LinariaClassName;
815
- s: import("@linaria/core").LinariaClassName;
816
- xs: import("@linaria/core").LinariaClassName;
817
- };
818
- labelPlacement: {
819
- inner: import("@linaria/core").LinariaClassName;
820
- outer: import("@linaria/core").LinariaClassName;
821
- };
822
- clear: {
823
- true: import("@linaria/core").LinariaClassName;
824
- };
825
- hintView: {
826
- default: import("@linaria/core").LinariaClassName;
827
- };
828
- hintSize: {
829
- m: import("@linaria/core").LinariaClassName;
830
- s: import("@linaria/core").LinariaClassName;
831
- };
832
- disabled: {
833
- true: import("@linaria/core").LinariaClassName;
834
- };
835
- readOnly: {
836
- true: import("@linaria/core").LinariaClassName;
837
- };
838
- }> & {
839
- size?: string | undefined;
840
- view?: string | undefined;
841
- readOnly?: boolean | undefined;
842
- disabled?: boolean | undefined;
843
- } & {
844
- titleCaption?: import("react").ReactNode;
845
- leftHelper?: string | undefined;
846
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
847
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
848
- textBefore?: string | undefined;
849
- textAfter?: string | undefined;
850
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
851
- } & {
852
- label?: string | undefined;
853
- labelPlacement: "inner";
854
- hasInnerLabelPlaceholder?: boolean | undefined;
855
- } & {
856
- required?: false | undefined;
857
- requiredPlacement?: "left" | "right" | undefined;
858
- optional?: true | undefined;
859
- } & {
860
- clear?: boolean | undefined;
861
- hasDivider?: boolean | undefined;
862
- } & {
863
- hintTrigger?: undefined;
864
- hintText?: undefined;
865
- hintView?: undefined;
866
- hintSize?: undefined;
867
- hintTargetIcon?: undefined;
868
- hintPlacement?: undefined;
869
- hintHasArrow?: undefined;
870
- hintOffset?: undefined;
871
- hintWidth?: undefined;
872
- hintContentLeft?: undefined;
873
- } & {
874
- enumerationType: "chip";
875
- onSearch?: undefined;
876
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
877
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
878
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
879
- view: {
880
- default: import("@linaria/core").LinariaClassName;
881
- positive: import("@linaria/core").LinariaClassName;
882
- warning: import("@linaria/core").LinariaClassName;
883
- negative: import("@linaria/core").LinariaClassName;
884
- };
885
- size: {
886
- l: import("@linaria/core").LinariaClassName;
887
- m: import("@linaria/core").LinariaClassName;
888
- s: import("@linaria/core").LinariaClassName;
889
- xs: import("@linaria/core").LinariaClassName;
890
- };
891
- labelPlacement: {
892
- inner: import("@linaria/core").LinariaClassName;
893
- outer: import("@linaria/core").LinariaClassName;
894
- };
895
- clear: {
896
- true: import("@linaria/core").LinariaClassName;
897
- };
898
- hintView: {
899
- default: import("@linaria/core").LinariaClassName;
900
- };
901
- hintSize: {
902
- m: import("@linaria/core").LinariaClassName;
903
- s: import("@linaria/core").LinariaClassName;
904
- };
905
- disabled: {
906
- true: import("@linaria/core").LinariaClassName;
907
- };
908
- readOnly: {
909
- true: import("@linaria/core").LinariaClassName;
910
- };
911
- }> & {
912
- size?: string | undefined;
913
- view?: string | undefined;
914
- readOnly?: boolean | undefined;
915
- disabled?: boolean | undefined;
916
- } & {
917
- titleCaption?: import("react").ReactNode;
918
- leftHelper?: string | undefined;
919
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
920
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
921
- textBefore?: string | undefined;
922
- textAfter?: string | undefined;
923
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
924
- } & {
925
- label?: string | undefined;
926
- labelPlacement: "inner";
927
- hasInnerLabelPlaceholder?: boolean | undefined;
928
- } & {
929
- required?: false | undefined;
930
- requiredPlacement?: "left" | "right" | undefined;
931
- optional?: true | undefined;
932
- } & {
933
- clear: false;
934
- hasDivider?: undefined;
935
- } & {
936
- hintText: string;
937
- hintTrigger?: "click" | "hover" | undefined;
938
- hintView?: string | undefined;
939
- hintSize?: string | undefined;
940
- hintTargetIcon?: import("react").ReactNode;
941
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
942
- hintHasArrow?: boolean | undefined;
943
- hintOffset?: [number, number] | undefined;
944
- hintWidth?: string | undefined;
945
- hintContentLeft?: import("react").ReactNode;
946
- } & {
947
- chips?: undefined;
948
- onChangeChips?: undefined;
949
- enumerationType?: "plain" | undefined;
950
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
951
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
952
- view: {
953
- default: import("@linaria/core").LinariaClassName;
954
- positive: import("@linaria/core").LinariaClassName;
955
- warning: import("@linaria/core").LinariaClassName;
956
- negative: import("@linaria/core").LinariaClassName;
957
- };
958
- size: {
959
- l: import("@linaria/core").LinariaClassName;
960
- m: import("@linaria/core").LinariaClassName;
961
- s: import("@linaria/core").LinariaClassName;
962
- xs: import("@linaria/core").LinariaClassName;
963
- };
964
- labelPlacement: {
965
- inner: import("@linaria/core").LinariaClassName;
966
- outer: import("@linaria/core").LinariaClassName;
967
- };
968
- clear: {
969
- true: import("@linaria/core").LinariaClassName;
970
- };
971
- hintView: {
972
- default: import("@linaria/core").LinariaClassName;
973
- };
974
- hintSize: {
975
- m: import("@linaria/core").LinariaClassName;
976
- s: import("@linaria/core").LinariaClassName;
977
- };
978
- disabled: {
979
- true: import("@linaria/core").LinariaClassName;
980
- };
981
- readOnly: {
982
- true: import("@linaria/core").LinariaClassName;
983
- };
984
- }> & {
985
- size?: string | undefined;
986
- view?: string | undefined;
987
- readOnly?: boolean | undefined;
988
- disabled?: boolean | undefined;
989
- } & {
990
- titleCaption?: import("react").ReactNode;
991
- leftHelper?: string | undefined;
992
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
993
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
994
- textBefore?: string | undefined;
995
- textAfter?: string | undefined;
996
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
997
- } & {
998
- label?: string | undefined;
999
- labelPlacement: "inner";
1000
- hasInnerLabelPlaceholder?: boolean | undefined;
1001
- } & {
1002
- required?: false | undefined;
1003
- requiredPlacement?: "left" | "right" | undefined;
1004
- optional?: true | undefined;
1005
- } & {
1006
- clear: false;
1007
- hasDivider?: undefined;
1008
- } & {
1009
- hintText: string;
1010
- hintTrigger?: "click" | "hover" | undefined;
1011
- hintView?: string | undefined;
1012
- hintSize?: string | undefined;
1013
- hintTargetIcon?: import("react").ReactNode;
1014
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
1015
- hintHasArrow?: boolean | undefined;
1016
- hintOffset?: [number, number] | undefined;
1017
- hintWidth?: string | undefined;
1018
- hintContentLeft?: import("react").ReactNode;
1019
- } & {
1020
- enumerationType: "chip";
1021
- onSearch?: undefined;
1022
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1023
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1024
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1025
- view: {
1026
- default: import("@linaria/core").LinariaClassName;
1027
- positive: import("@linaria/core").LinariaClassName;
1028
- warning: import("@linaria/core").LinariaClassName;
1029
- negative: import("@linaria/core").LinariaClassName;
1030
- };
1031
- size: {
1032
- l: import("@linaria/core").LinariaClassName;
1033
- m: import("@linaria/core").LinariaClassName;
1034
- s: import("@linaria/core").LinariaClassName;
1035
- xs: import("@linaria/core").LinariaClassName;
1036
- };
1037
- labelPlacement: {
1038
- inner: import("@linaria/core").LinariaClassName;
1039
- outer: import("@linaria/core").LinariaClassName;
1040
- };
1041
- clear: {
1042
- true: import("@linaria/core").LinariaClassName;
1043
- };
1044
- hintView: {
1045
- default: import("@linaria/core").LinariaClassName;
1046
- };
1047
- hintSize: {
1048
- m: import("@linaria/core").LinariaClassName;
1049
- s: import("@linaria/core").LinariaClassName;
1050
- };
1051
- disabled: {
1052
- true: import("@linaria/core").LinariaClassName;
1053
- };
1054
- readOnly: {
1055
- true: import("@linaria/core").LinariaClassName;
1056
- };
1057
- }> & {
1058
- size?: string | undefined;
1059
- view?: string | undefined;
1060
- readOnly?: boolean | undefined;
1061
- disabled?: boolean | undefined;
1062
- } & {
1063
- titleCaption?: import("react").ReactNode;
1064
- leftHelper?: string | undefined;
1065
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1066
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1067
- textBefore?: string | undefined;
1068
- textAfter?: string | undefined;
1069
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1070
40
  } & {
1071
41
  label?: string | undefined;
1072
- labelPlacement: "inner";
1073
- hasInnerLabelPlaceholder?: boolean | undefined;
1074
- } & {
1075
- required?: false | undefined;
1076
- requiredPlacement?: "left" | "right" | undefined;
1077
- optional?: true | undefined;
1078
- } & {
1079
- clear: false;
1080
- hasDivider?: undefined;
1081
- } & {
1082
- hintTrigger?: undefined;
1083
- hintText?: undefined;
1084
- hintView?: undefined;
1085
- hintSize?: undefined;
1086
- hintTargetIcon?: undefined;
1087
- hintPlacement?: undefined;
1088
- hintHasArrow?: undefined;
1089
- hintOffset?: undefined;
1090
- hintWidth?: undefined;
1091
- hintContentLeft?: undefined;
1092
- } & {
1093
- chips?: undefined;
1094
- onChangeChips?: undefined;
1095
- enumerationType?: "plain" | undefined;
1096
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1097
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1098
- view: {
1099
- default: import("@linaria/core").LinariaClassName;
1100
- positive: import("@linaria/core").LinariaClassName;
1101
- warning: import("@linaria/core").LinariaClassName;
1102
- negative: import("@linaria/core").LinariaClassName;
1103
- };
1104
- size: {
1105
- l: import("@linaria/core").LinariaClassName;
1106
- m: import("@linaria/core").LinariaClassName;
1107
- s: import("@linaria/core").LinariaClassName;
1108
- xs: import("@linaria/core").LinariaClassName;
1109
- };
1110
- labelPlacement: {
1111
- inner: import("@linaria/core").LinariaClassName;
1112
- outer: import("@linaria/core").LinariaClassName;
1113
- };
1114
- clear: {
1115
- true: import("@linaria/core").LinariaClassName;
1116
- };
1117
- hintView: {
1118
- default: import("@linaria/core").LinariaClassName;
1119
- };
1120
- hintSize: {
1121
- m: import("@linaria/core").LinariaClassName;
1122
- s: import("@linaria/core").LinariaClassName;
1123
- };
1124
- disabled: {
1125
- true: import("@linaria/core").LinariaClassName;
1126
- };
1127
- readOnly: {
1128
- true: import("@linaria/core").LinariaClassName;
1129
- };
1130
- }> & {
1131
- size?: string | undefined;
1132
- view?: string | undefined;
1133
- readOnly?: boolean | undefined;
1134
- disabled?: boolean | undefined;
1135
- } & {
42
+ labelPlacement?: "inner" | "outer" | undefined;
1136
43
  titleCaption?: import("react").ReactNode;
1137
44
  leftHelper?: string | undefined;
1138
45
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1141,85 +48,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1141
48
  textAfter?: string | undefined;
1142
49
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1143
50
  } & {
1144
- label?: string | undefined;
1145
- labelPlacement: "inner";
1146
- hasInnerLabelPlaceholder?: boolean | undefined;
1147
- } & {
1148
- required?: false | undefined;
1149
51
  requiredPlacement?: "left" | "right" | undefined;
1150
- optional?: true | undefined;
1151
- } & {
1152
- clear: false;
1153
- hasDivider?: undefined;
1154
- } & {
1155
- hintTrigger?: undefined;
1156
- hintText?: undefined;
1157
- hintView?: undefined;
1158
- hintSize?: undefined;
1159
- hintTargetIcon?: undefined;
1160
- hintPlacement?: undefined;
1161
- hintHasArrow?: undefined;
1162
- hintOffset?: undefined;
1163
- hintWidth?: undefined;
1164
- hintContentLeft?: undefined;
1165
- } & {
1166
- enumerationType: "chip";
1167
- onSearch?: undefined;
1168
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
1169
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
1170
- } & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
1171
- view: {
1172
- default: import("@linaria/core").LinariaClassName;
1173
- positive: import("@linaria/core").LinariaClassName;
1174
- warning: import("@linaria/core").LinariaClassName;
1175
- negative: import("@linaria/core").LinariaClassName;
1176
- };
1177
- size: {
1178
- l: import("@linaria/core").LinariaClassName;
1179
- m: import("@linaria/core").LinariaClassName;
1180
- s: import("@linaria/core").LinariaClassName;
1181
- xs: import("@linaria/core").LinariaClassName;
1182
- };
1183
- labelPlacement: {
1184
- inner: import("@linaria/core").LinariaClassName;
1185
- outer: import("@linaria/core").LinariaClassName;
1186
- };
1187
- clear: {
1188
- true: import("@linaria/core").LinariaClassName;
1189
- };
1190
- hintView: {
1191
- default: import("@linaria/core").LinariaClassName;
1192
- };
1193
- hintSize: {
1194
- m: import("@linaria/core").LinariaClassName;
1195
- s: import("@linaria/core").LinariaClassName;
1196
- };
1197
- disabled: {
1198
- true: import("@linaria/core").LinariaClassName;
1199
- };
1200
- readOnly: {
1201
- true: import("@linaria/core").LinariaClassName;
1202
- };
1203
- }> & {
1204
- size?: string | undefined;
1205
- view?: string | undefined;
1206
- readOnly?: boolean | undefined;
1207
- disabled?: boolean | undefined;
1208
- } & {
1209
- titleCaption?: import("react").ReactNode;
1210
- leftHelper?: string | undefined;
1211
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1212
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
1213
- textBefore?: string | undefined;
1214
- textAfter?: string | undefined;
1215
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1216
- } & {
1217
- label?: string | undefined;
1218
- labelPlacement?: "inner" | "outer" | undefined;
1219
- hasInnerLabelPlaceholder?: false | undefined;
1220
52
  } & {
1221
53
  required: true;
1222
- requiredPlacement?: "left" | "right" | undefined;
1223
54
  optional?: false | undefined;
1224
55
  } & {
1225
56
  clear?: boolean | undefined;
@@ -1279,6 +110,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1279
110
  readOnly?: boolean | undefined;
1280
111
  disabled?: boolean | undefined;
1281
112
  } & {
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
1282
115
  titleCaption?: import("react").ReactNode;
1283
116
  leftHelper?: string | undefined;
1284
117
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1287,12 +120,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1287
120
  textAfter?: string | undefined;
1288
121
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1289
122
  } & {
1290
- label?: string | undefined;
1291
- labelPlacement?: "inner" | "outer" | undefined;
1292
- hasInnerLabelPlaceholder?: false | undefined;
123
+ requiredPlacement?: "left" | "right" | undefined;
1293
124
  } & {
1294
125
  required: true;
1295
- requiredPlacement?: "left" | "right" | undefined;
1296
126
  optional?: false | undefined;
1297
127
  } & {
1298
128
  clear?: boolean | undefined;
@@ -1352,6 +182,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1352
182
  readOnly?: boolean | undefined;
1353
183
  disabled?: boolean | undefined;
1354
184
  } & {
185
+ label?: string | undefined;
186
+ labelPlacement?: "inner" | "outer" | undefined;
1355
187
  titleCaption?: import("react").ReactNode;
1356
188
  leftHelper?: string | undefined;
1357
189
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1360,12 +192,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1360
192
  textAfter?: string | undefined;
1361
193
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1362
194
  } & {
1363
- label?: string | undefined;
1364
- labelPlacement?: "inner" | "outer" | undefined;
1365
- hasInnerLabelPlaceholder?: false | undefined;
195
+ requiredPlacement?: "left" | "right" | undefined;
1366
196
  } & {
1367
197
  required: true;
1368
- requiredPlacement?: "left" | "right" | undefined;
1369
198
  optional?: false | undefined;
1370
199
  } & {
1371
200
  clear?: boolean | undefined;
@@ -1425,6 +254,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1425
254
  readOnly?: boolean | undefined;
1426
255
  disabled?: boolean | undefined;
1427
256
  } & {
257
+ label?: string | undefined;
258
+ labelPlacement?: "inner" | "outer" | undefined;
1428
259
  titleCaption?: import("react").ReactNode;
1429
260
  leftHelper?: string | undefined;
1430
261
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1433,12 +264,9 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1433
264
  textAfter?: string | undefined;
1434
265
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1435
266
  } & {
1436
- label?: string | undefined;
1437
- labelPlacement?: "inner" | "outer" | undefined;
1438
- hasInnerLabelPlaceholder?: false | undefined;
267
+ requiredPlacement?: "left" | "right" | undefined;
1439
268
  } & {
1440
269
  required: true;
1441
- requiredPlacement?: "left" | "right" | undefined;
1442
270
  optional?: false | undefined;
1443
271
  } & {
1444
272
  clear?: boolean | undefined;
@@ -1498,6 +326,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1498
326
  readOnly?: boolean | undefined;
1499
327
  disabled?: boolean | undefined;
1500
328
  } & {
329
+ label?: string | undefined;
330
+ labelPlacement?: "inner" | "outer" | undefined;
1501
331
  titleCaption?: import("react").ReactNode;
1502
332
  leftHelper?: string | undefined;
1503
333
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1506,15 +336,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1506
336
  textAfter?: string | undefined;
1507
337
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1508
338
  } & {
1509
- label?: string | undefined;
1510
- labelPlacement?: "inner" | "outer" | undefined;
1511
- hasInnerLabelPlaceholder?: false | undefined;
339
+ requiredPlacement?: "left" | "right" | undefined;
1512
340
  } & {
1513
341
  required: true;
1514
- requiredPlacement?: "left" | "right" | undefined;
1515
342
  optional?: false | undefined;
1516
343
  } & {
1517
- clear: false;
344
+ clear?: false | undefined;
1518
345
  hasDivider?: undefined;
1519
346
  } & {
1520
347
  hintText: string;
@@ -1571,6 +398,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1571
398
  readOnly?: boolean | undefined;
1572
399
  disabled?: boolean | undefined;
1573
400
  } & {
401
+ label?: string | undefined;
402
+ labelPlacement?: "inner" | "outer" | undefined;
1574
403
  titleCaption?: import("react").ReactNode;
1575
404
  leftHelper?: string | undefined;
1576
405
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1579,15 +408,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1579
408
  textAfter?: string | undefined;
1580
409
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1581
410
  } & {
1582
- label?: string | undefined;
1583
- labelPlacement?: "inner" | "outer" | undefined;
1584
- hasInnerLabelPlaceholder?: false | undefined;
411
+ requiredPlacement?: "left" | "right" | undefined;
1585
412
  } & {
1586
413
  required: true;
1587
- requiredPlacement?: "left" | "right" | undefined;
1588
414
  optional?: false | undefined;
1589
415
  } & {
1590
- clear: false;
416
+ clear?: false | undefined;
1591
417
  hasDivider?: undefined;
1592
418
  } & {
1593
419
  hintText: string;
@@ -1644,6 +470,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1644
470
  readOnly?: boolean | undefined;
1645
471
  disabled?: boolean | undefined;
1646
472
  } & {
473
+ label?: string | undefined;
474
+ labelPlacement?: "inner" | "outer" | undefined;
1647
475
  titleCaption?: import("react").ReactNode;
1648
476
  leftHelper?: string | undefined;
1649
477
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1652,15 +480,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1652
480
  textAfter?: string | undefined;
1653
481
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1654
482
  } & {
1655
- label?: string | undefined;
1656
- labelPlacement?: "inner" | "outer" | undefined;
1657
- hasInnerLabelPlaceholder?: false | undefined;
483
+ requiredPlacement?: "left" | "right" | undefined;
1658
484
  } & {
1659
485
  required: true;
1660
- requiredPlacement?: "left" | "right" | undefined;
1661
486
  optional?: false | undefined;
1662
487
  } & {
1663
- clear: false;
488
+ clear?: false | undefined;
1664
489
  hasDivider?: undefined;
1665
490
  } & {
1666
491
  hintTrigger?: undefined;
@@ -1717,6 +542,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1717
542
  readOnly?: boolean | undefined;
1718
543
  disabled?: boolean | undefined;
1719
544
  } & {
545
+ label?: string | undefined;
546
+ labelPlacement?: "inner" | "outer" | undefined;
1720
547
  titleCaption?: import("react").ReactNode;
1721
548
  leftHelper?: string | undefined;
1722
549
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1725,15 +552,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1725
552
  textAfter?: string | undefined;
1726
553
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1727
554
  } & {
1728
- label?: string | undefined;
1729
- labelPlacement?: "inner" | "outer" | undefined;
1730
- hasInnerLabelPlaceholder?: false | undefined;
555
+ requiredPlacement?: "left" | "right" | undefined;
1731
556
  } & {
1732
557
  required: true;
1733
- requiredPlacement?: "left" | "right" | undefined;
1734
558
  optional?: false | undefined;
1735
559
  } & {
1736
- clear: false;
560
+ clear?: false | undefined;
1737
561
  hasDivider?: undefined;
1738
562
  } & {
1739
563
  hintTrigger?: undefined;
@@ -1790,6 +614,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1790
614
  readOnly?: boolean | undefined;
1791
615
  disabled?: boolean | undefined;
1792
616
  } & {
617
+ label?: string | undefined;
618
+ labelPlacement?: "inner" | "outer" | undefined;
1793
619
  titleCaption?: import("react").ReactNode;
1794
620
  leftHelper?: string | undefined;
1795
621
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1798,13 +624,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1798
624
  textAfter?: string | undefined;
1799
625
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1800
626
  } & {
1801
- label?: string | undefined;
1802
- labelPlacement?: "inner" | "outer" | undefined;
1803
- hasInnerLabelPlaceholder?: false | undefined;
1804
- } & {
1805
- required?: false | undefined;
1806
627
  requiredPlacement?: "left" | "right" | undefined;
628
+ } & {
1807
629
  optional?: true | undefined;
630
+ required?: false | undefined;
1808
631
  } & {
1809
632
  clear?: boolean | undefined;
1810
633
  hasDivider?: boolean | undefined;
@@ -1863,6 +686,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1863
686
  readOnly?: boolean | undefined;
1864
687
  disabled?: boolean | undefined;
1865
688
  } & {
689
+ label?: string | undefined;
690
+ labelPlacement?: "inner" | "outer" | undefined;
1866
691
  titleCaption?: import("react").ReactNode;
1867
692
  leftHelper?: string | undefined;
1868
693
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1871,13 +696,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1871
696
  textAfter?: string | undefined;
1872
697
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1873
698
  } & {
1874
- label?: string | undefined;
1875
- labelPlacement?: "inner" | "outer" | undefined;
1876
- hasInnerLabelPlaceholder?: false | undefined;
1877
- } & {
1878
- required?: false | undefined;
1879
699
  requiredPlacement?: "left" | "right" | undefined;
700
+ } & {
1880
701
  optional?: true | undefined;
702
+ required?: false | undefined;
1881
703
  } & {
1882
704
  clear?: boolean | undefined;
1883
705
  hasDivider?: boolean | undefined;
@@ -1936,6 +758,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1936
758
  readOnly?: boolean | undefined;
1937
759
  disabled?: boolean | undefined;
1938
760
  } & {
761
+ label?: string | undefined;
762
+ labelPlacement?: "inner" | "outer" | undefined;
1939
763
  titleCaption?: import("react").ReactNode;
1940
764
  leftHelper?: string | undefined;
1941
765
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -1944,13 +768,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
1944
768
  textAfter?: string | undefined;
1945
769
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
1946
770
  } & {
1947
- label?: string | undefined;
1948
- labelPlacement?: "inner" | "outer" | undefined;
1949
- hasInnerLabelPlaceholder?: false | undefined;
1950
- } & {
1951
- required?: false | undefined;
1952
771
  requiredPlacement?: "left" | "right" | undefined;
772
+ } & {
1953
773
  optional?: true | undefined;
774
+ required?: false | undefined;
1954
775
  } & {
1955
776
  clear?: boolean | undefined;
1956
777
  hasDivider?: boolean | undefined;
@@ -2009,6 +830,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2009
830
  readOnly?: boolean | undefined;
2010
831
  disabled?: boolean | undefined;
2011
832
  } & {
833
+ label?: string | undefined;
834
+ labelPlacement?: "inner" | "outer" | undefined;
2012
835
  titleCaption?: import("react").ReactNode;
2013
836
  leftHelper?: string | undefined;
2014
837
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2017,13 +840,10 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2017
840
  textAfter?: string | undefined;
2018
841
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2019
842
  } & {
2020
- label?: string | undefined;
2021
- labelPlacement?: "inner" | "outer" | undefined;
2022
- hasInnerLabelPlaceholder?: false | undefined;
2023
- } & {
2024
- required?: false | undefined;
2025
843
  requiredPlacement?: "left" | "right" | undefined;
844
+ } & {
2026
845
  optional?: true | undefined;
846
+ required?: false | undefined;
2027
847
  } & {
2028
848
  clear?: boolean | undefined;
2029
849
  hasDivider?: boolean | undefined;
@@ -2082,6 +902,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2082
902
  readOnly?: boolean | undefined;
2083
903
  disabled?: boolean | undefined;
2084
904
  } & {
905
+ label?: string | undefined;
906
+ labelPlacement?: "inner" | "outer" | undefined;
2085
907
  titleCaption?: import("react").ReactNode;
2086
908
  leftHelper?: string | undefined;
2087
909
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2090,15 +912,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2090
912
  textAfter?: string | undefined;
2091
913
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2092
914
  } & {
2093
- label?: string | undefined;
2094
- labelPlacement?: "inner" | "outer" | undefined;
2095
- hasInnerLabelPlaceholder?: false | undefined;
2096
- } & {
2097
- required?: false | undefined;
2098
915
  requiredPlacement?: "left" | "right" | undefined;
916
+ } & {
2099
917
  optional?: true | undefined;
918
+ required?: false | undefined;
2100
919
  } & {
2101
- clear: false;
920
+ clear?: false | undefined;
2102
921
  hasDivider?: undefined;
2103
922
  } & {
2104
923
  hintText: string;
@@ -2155,6 +974,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2155
974
  readOnly?: boolean | undefined;
2156
975
  disabled?: boolean | undefined;
2157
976
  } & {
977
+ label?: string | undefined;
978
+ labelPlacement?: "inner" | "outer" | undefined;
2158
979
  titleCaption?: import("react").ReactNode;
2159
980
  leftHelper?: string | undefined;
2160
981
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2163,15 +984,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2163
984
  textAfter?: string | undefined;
2164
985
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2165
986
  } & {
2166
- label?: string | undefined;
2167
- labelPlacement?: "inner" | "outer" | undefined;
2168
- hasInnerLabelPlaceholder?: false | undefined;
2169
- } & {
2170
- required?: false | undefined;
2171
987
  requiredPlacement?: "left" | "right" | undefined;
988
+ } & {
2172
989
  optional?: true | undefined;
990
+ required?: false | undefined;
2173
991
  } & {
2174
- clear: false;
992
+ clear?: false | undefined;
2175
993
  hasDivider?: undefined;
2176
994
  } & {
2177
995
  hintText: string;
@@ -2228,6 +1046,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2228
1046
  readOnly?: boolean | undefined;
2229
1047
  disabled?: boolean | undefined;
2230
1048
  } & {
1049
+ label?: string | undefined;
1050
+ labelPlacement?: "inner" | "outer" | undefined;
2231
1051
  titleCaption?: import("react").ReactNode;
2232
1052
  leftHelper?: string | undefined;
2233
1053
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2236,15 +1056,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2236
1056
  textAfter?: string | undefined;
2237
1057
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2238
1058
  } & {
2239
- label?: string | undefined;
2240
- labelPlacement?: "inner" | "outer" | undefined;
2241
- hasInnerLabelPlaceholder?: false | undefined;
2242
- } & {
2243
- required?: false | undefined;
2244
1059
  requiredPlacement?: "left" | "right" | undefined;
1060
+ } & {
2245
1061
  optional?: true | undefined;
1062
+ required?: false | undefined;
2246
1063
  } & {
2247
- clear: false;
1064
+ clear?: false | undefined;
2248
1065
  hasDivider?: undefined;
2249
1066
  } & {
2250
1067
  hintTrigger?: undefined;
@@ -2301,6 +1118,8 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2301
1118
  readOnly?: boolean | undefined;
2302
1119
  disabled?: boolean | undefined;
2303
1120
  } & {
1121
+ label?: string | undefined;
1122
+ labelPlacement?: "inner" | "outer" | undefined;
2304
1123
  titleCaption?: import("react").ReactNode;
2305
1124
  leftHelper?: string | undefined;
2306
1125
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -2309,15 +1128,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
2309
1128
  textAfter?: string | undefined;
2310
1129
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
2311
1130
  } & {
2312
- label?: string | undefined;
2313
- labelPlacement?: "inner" | "outer" | undefined;
2314
- hasInnerLabelPlaceholder?: false | undefined;
2315
- } & {
2316
- required?: false | undefined;
2317
1131
  requiredPlacement?: "left" | "right" | undefined;
1132
+ } & {
2318
1133
  optional?: true | undefined;
1134
+ required?: false | undefined;
2319
1135
  } & {
2320
- clear: false;
1136
+ clear?: false | undefined;
2321
1137
  hasDivider?: undefined;
2322
1138
  } & {
2323
1139
  hintTrigger?: undefined;