@salutejs/plasma-new-hope 0.343.0-canary.2358.19857532595.0 → 0.343.0-canary.2360.19885603427.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +28 -26
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +28 -26
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +28 -26
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +28 -26
  6. package/cjs/components/DateTimePicker/DateTimePicker.css +28 -26
  7. package/cjs/components/DateTimePicker/ui/Input/Input.css +28 -26
  8. package/cjs/components/Pagination/Pagination.css +28 -26
  9. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  10. package/cjs/components/Range/Range.css +28 -26
  11. package/cjs/components/Select/Select.css +28 -26
  12. package/cjs/components/Select/ui/Target/Target.css +28 -26
  13. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  14. package/cjs/components/Slider/Slider.css +28 -26
  15. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  16. package/cjs/components/Table/Table.css +28 -26
  17. package/cjs/components/Table/ui/Cell/Cell.css +28 -26
  18. package/cjs/components/Table/ui/EditableCell/EditableCell.css +28 -26
  19. package/cjs/components/Table/ui/HeadCell/HeadCell.css +28 -26
  20. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  21. package/cjs/components/TextField/TextField.js +23 -16
  22. package/cjs/components/TextField/TextField.js.map +1 -1
  23. package/cjs/components/TextField/TextField.styles.js +18 -8
  24. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  25. package/cjs/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  26. package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
  27. package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  28. package/cjs/components/TextField/variations/_clear/base.js +9 -0
  29. package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
  30. package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  31. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  32. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  33. package/{es/components/TextField/variations/_label-placement/base_o4xjq1.css → cjs/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  34. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  35. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  36. package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  37. package/cjs/components/TextField/variations/_view/base.js +1 -1
  38. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  39. package/{es/components/TextField/variations/_view/base_1twy16p.css → cjs/components/TextField/variations/_view/base_1diyp23.css} +1 -1
  40. package/cjs/components/TimePicker/TimePicker.css +28 -26
  41. package/cjs/index.css +28 -26
  42. package/cjs/utils/createConditionalComponent.js +4 -8
  43. package/cjs/utils/createConditionalComponent.js.map +1 -1
  44. package/emotion/cjs/components/TextField/TextField.js +24 -17
  45. package/emotion/cjs/components/TextField/TextField.styles.js +49 -46
  46. package/emotion/cjs/components/TextField/variations/_clear/base.js +14 -0
  47. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  48. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  49. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  50. package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
  51. package/emotion/cjs/examples/components/TextField/TextField.config.js +25 -22
  52. package/emotion/cjs/examples/components/TextField/TextField.js +5 -29
  53. package/emotion/cjs/utils/createConditionalComponent.js +8 -76
  54. package/emotion/es/components/TextField/TextField.js +12 -5
  55. package/emotion/es/components/TextField/TextField.styles.js +49 -46
  56. package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
  57. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  58. package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
  59. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  60. package/emotion/es/examples/components/TextField/TextField.config.js +25 -22
  61. package/emotion/es/examples/components/TextField/TextField.js +2 -15
  62. package/emotion/es/utils/createConditionalComponent.js +5 -37
  63. package/es/components/Autocomplete/Autocomplete.css +28 -26
  64. package/es/components/Combobox/ComboboxNew/Combobox.css +28 -26
  65. package/es/components/DatePicker/RangeDate/RangeDate.css +28 -26
  66. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
  67. package/es/components/DatePicker/SingleDate/SingleDate.css +28 -26
  68. package/es/components/DateTimePicker/DateTimePicker.css +28 -26
  69. package/es/components/DateTimePicker/ui/Input/Input.css +28 -26
  70. package/es/components/Pagination/Pagination.css +28 -26
  71. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
  72. package/es/components/Range/Range.css +28 -26
  73. package/es/components/Select/Select.css +28 -26
  74. package/es/components/Select/ui/Target/Target.css +28 -26
  75. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
  76. package/es/components/Slider/Slider.css +28 -26
  77. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
  78. package/es/components/Table/Table.css +28 -26
  79. package/es/components/Table/ui/Cell/Cell.css +28 -26
  80. package/es/components/Table/ui/EditableCell/EditableCell.css +28 -26
  81. package/es/components/Table/ui/HeadCell/HeadCell.css +28 -26
  82. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
  83. package/es/components/TextField/TextField.js +23 -16
  84. package/es/components/TextField/TextField.js.map +1 -1
  85. package/es/components/TextField/TextField.styles.js +18 -8
  86. package/es/components/TextField/TextField.styles.js.map +1 -1
  87. package/es/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.css} +1 -1
  88. package/es/components/TextField/ui/Hint/Hint.css +21 -21
  89. package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
  90. package/es/components/TextField/variations/_clear/base.js +5 -0
  91. package/es/components/TextField/variations/_clear/base.js.map +1 -0
  92. package/es/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
  93. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  94. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  95. package/{cjs/components/TextField/variations/_label-placement/base_o4xjq1.css → es/components/TextField/variations/_label-placement/base_1s0mlhj.css} +1 -1
  96. package/es/components/TextField/variations/_read-only/base.js +1 -1
  97. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  98. package/es/components/TextField/variations/_read-only/base_13ohoed.css +1 -0
  99. package/es/components/TextField/variations/_view/base.js +1 -1
  100. package/es/components/TextField/variations/_view/base.js.map +1 -1
  101. package/{cjs/components/TextField/variations/_view/base_1twy16p.css → es/components/TextField/variations/_view/base_1diyp23.css} +1 -1
  102. package/es/components/TimePicker/TimePicker.css +28 -26
  103. package/es/index.css +28 -26
  104. package/es/utils/createConditionalComponent.js +6 -10
  105. package/es/utils/createConditionalComponent.js.map +1 -1
  106. package/package.json +5 -5
  107. package/styled-components/cjs/components/TextField/TextField.js +23 -16
  108. package/styled-components/cjs/components/TextField/TextField.styles.js +32 -31
  109. package/styled-components/cjs/components/TextField/variations/_clear/base.js +52 -0
  110. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +4 -6
  111. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +4 -3
  112. package/styled-components/cjs/components/TextField/variations/_view/base.js +2 -13
  113. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  114. package/styled-components/cjs/examples/components/TextField/TextField.config.js +48 -10
  115. package/styled-components/cjs/examples/components/TextField/TextField.js +5 -29
  116. package/styled-components/cjs/utils/createConditionalComponent.js +8 -76
  117. package/styled-components/es/components/TextField/TextField.js +11 -4
  118. package/styled-components/es/components/TextField/TextField.styles.js +32 -31
  119. package/styled-components/es/components/TextField/variations/_clear/base.js +42 -0
  120. package/styled-components/es/components/TextField/variations/_label-placement/base.js +5 -7
  121. package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -3
  122. package/styled-components/es/components/TextField/variations/_view/base.js +3 -14
  123. package/styled-components/es/examples/components/TextField/TextField.config.js +48 -10
  124. package/styled-components/es/examples/components/TextField/TextField.js +2 -15
  125. package/styled-components/es/utils/createConditionalComponent.js +5 -37
  126. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -8
  127. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  128. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -8
  129. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  130. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -8
  131. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  132. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +0 -8
  133. package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
  134. package/types/components/Range/Range.styles.d.ts +0 -8
  135. package/types/components/Range/Range.styles.d.ts.map +1 -1
  136. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -8
  137. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  138. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -8
  139. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  140. package/types/components/TextField/TextField.d.ts +4 -0
  141. package/types/components/TextField/TextField.d.ts.map +1 -1
  142. package/types/components/TextField/TextField.styles.d.ts +4 -1
  143. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  144. package/types/components/TextField/TextField.types.d.ts +0 -8
  145. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  146. package/types/components/TextField/variations/_clear/base.d.ts +2 -0
  147. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
  148. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  149. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  150. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  151. package/types/components/TimePicker/TimePicker.styles.d.ts +0 -8
  152. package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
  153. package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  154. package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
  155. package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
  156. package/types/examples/components/Chip/Chip.d.ts +2 -2
  157. package/types/examples/components/Chip/Chip.d.ts.map +1 -1
  158. package/types/examples/components/Mask/Mask.d.ts +33 -17
  159. package/types/examples/components/Mask/Mask.d.ts.map +1 -1
  160. package/types/examples/components/NumberFormat/NumberFormat.d.ts +40 -24
  161. package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
  162. package/types/examples/components/Radiobox/Radiobox.d.ts +8 -49
  163. package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
  164. package/types/examples/components/TextField/TextField.config.d.ts +3 -0
  165. package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
  166. package/types/examples/components/TextField/TextField.d.ts +4 -970
  167. package/types/examples/components/TextField/TextField.d.ts.map +1 -1
  168. package/types/utils/createConditionalComponent.d.ts +1 -1
  169. package/types/utils/createConditionalComponent.d.ts.map +1 -1
  170. package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  171. package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +0 -59
  172. package/emotion/es/examples/components/TextField/TextField.clear.config.js +0 -49
  173. package/es/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
  174. package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +0 -670
  175. package/styled-components/es/examples/components/TextField/TextField.clear.config.js +0 -660
  176. package/types/examples/components/TextField/TextField.clear.config.d.ts +0 -48
  177. package/types/examples/components/TextField/TextField.clear.config.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- export declare const TextFieldDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
1
+ export declare const TextField: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
2
2
  view: {
3
3
  default: import("@linaria/core").LinariaClassName;
4
4
  positive: import("@linaria/core").LinariaClassName;
@@ -16,6 +16,9 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
16
16
  inner: import("@linaria/core").LinariaClassName;
17
17
  outer: import("@linaria/core").LinariaClassName;
18
18
  };
19
+ clear: {
20
+ true: import("@linaria/core").LinariaClassName;
21
+ };
19
22
  chipView: {
20
23
  default: import("@linaria/core").LinariaClassName;
21
24
  secondary: import("@linaria/core").LinariaClassName;
@@ -38,7 +41,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
38
41
  true: import("@linaria/core").LinariaClassName;
39
42
  };
40
43
  }> & (({
41
- appearance?: "default" | "clear";
42
44
  size?: string;
43
45
  view?: string;
44
46
  readOnly?: boolean;
@@ -75,7 +77,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
75
77
  chipView?: never;
76
78
  chipValidator?: never;
77
79
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
78
- appearance?: "default" | "clear";
79
80
  size?: string;
80
81
  view?: string;
81
82
  readOnly?: boolean;
@@ -114,7 +115,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
114
115
  view?: string;
115
116
  };
116
117
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
117
- appearance?: "default" | "clear";
118
118
  size?: string;
119
119
  view?: string;
120
120
  readOnly?: boolean;
@@ -151,7 +151,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
151
151
  chipView?: never;
152
152
  chipValidator?: never;
153
153
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
154
- appearance?: "default" | "clear";
155
154
  size?: string;
156
155
  view?: string;
157
156
  readOnly?: boolean;
@@ -190,7 +189,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
190
189
  view?: string;
191
190
  };
192
191
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
193
- appearance?: "default" | "clear";
194
192
  size?: string;
195
193
  view?: string;
196
194
  readOnly?: boolean;
@@ -227,7 +225,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
227
225
  chipView?: never;
228
226
  chipValidator?: never;
229
227
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
230
- appearance?: "default" | "clear";
231
228
  size?: string;
232
229
  view?: string;
233
230
  readOnly?: boolean;
@@ -266,7 +263,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
266
263
  view?: string;
267
264
  };
268
265
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
269
- appearance?: "default" | "clear";
270
266
  size?: string;
271
267
  view?: string;
272
268
  readOnly?: boolean;
@@ -303,7 +299,6 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
303
299
  chipView?: never;
304
300
  chipValidator?: never;
305
301
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
306
- appearance?: "default" | "clear";
307
302
  size?: string;
308
303
  view?: string;
309
304
  readOnly?: boolean;
@@ -342,965 +337,4 @@ export declare const TextFieldDefault: import("react").FunctionComponent<import(
342
337
  view?: string;
343
338
  };
344
339
  } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
345
- export declare const TextFieldClear: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
346
- view: {
347
- default: import("@linaria/core").LinariaClassName;
348
- positive: import("@linaria/core").LinariaClassName;
349
- warning: import("@linaria/core").LinariaClassName;
350
- negative: import("@linaria/core").LinariaClassName;
351
- };
352
- size: {
353
- xl: import("@linaria/core").LinariaClassName;
354
- l: import("@linaria/core").LinariaClassName;
355
- m: import("@linaria/core").LinariaClassName;
356
- s: import("@linaria/core").LinariaClassName;
357
- xs: import("@linaria/core").LinariaClassName;
358
- };
359
- labelPlacement: {
360
- inner: import("@linaria/core").LinariaClassName;
361
- outer: import("@linaria/core").LinariaClassName;
362
- };
363
- chipView: {
364
- default: import("@linaria/core").LinariaClassName;
365
- secondary: import("@linaria/core").LinariaClassName;
366
- accent: import("@linaria/core").LinariaClassName;
367
- positive: import("@linaria/core").LinariaClassName;
368
- warning: import("@linaria/core").LinariaClassName;
369
- negative: import("@linaria/core").LinariaClassName;
370
- };
371
- hintView: {
372
- default: import("@linaria/core").LinariaClassName;
373
- };
374
- hintSize: {
375
- m: import("@linaria/core").LinariaClassName;
376
- s: import("@linaria/core").LinariaClassName;
377
- };
378
- disabled: {
379
- true: import("@linaria/core").LinariaClassName;
380
- };
381
- readOnly: {
382
- true: import("@linaria/core").LinariaClassName;
383
- };
384
- }> & (({
385
- appearance?: "default" | "clear";
386
- size?: string;
387
- view?: string;
388
- readOnly?: boolean;
389
- disabled?: boolean;
390
- } & {
391
- titleCaption?: import("react").ReactNode;
392
- leftHelper?: import("react").ReactNode;
393
- contentLeft?: React.ReactElement;
394
- contentRight?: React.ReactElement;
395
- textBefore?: string;
396
- textAfter?: string;
397
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
398
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
399
- clear?: boolean;
400
- hasDivider?: boolean;
401
- } & {
402
- hintText: string;
403
- hintTrigger?: "hover" | "click";
404
- hintView?: string;
405
- hintSize?: string;
406
- hintTargetIcon?: import("react").ReactNode;
407
- hintTargetPlacement?: "inner" | "outer";
408
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
409
- hintHasArrow?: boolean;
410
- hintOffset?: [number, number];
411
- hintWidth?: string;
412
- hintContentLeft?: import("react").ReactNode;
413
- } & {
414
- chips?: never;
415
- onChangeChips?: never;
416
- enumerationType?: "plain";
417
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
418
- chipType?: never;
419
- chipView?: never;
420
- chipValidator?: never;
421
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
422
- appearance?: "default" | "clear";
423
- size?: string;
424
- view?: string;
425
- readOnly?: boolean;
426
- disabled?: boolean;
427
- } & {
428
- titleCaption?: import("react").ReactNode;
429
- leftHelper?: import("react").ReactNode;
430
- contentLeft?: React.ReactElement;
431
- contentRight?: React.ReactElement;
432
- textBefore?: string;
433
- textAfter?: string;
434
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
435
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
436
- clear?: boolean;
437
- hasDivider?: boolean;
438
- } & {
439
- hintText: string;
440
- hintTrigger?: "hover" | "click";
441
- hintView?: string;
442
- hintSize?: string;
443
- hintTargetIcon?: import("react").ReactNode;
444
- hintTargetPlacement?: "inner" | "outer";
445
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
446
- hintHasArrow?: boolean;
447
- hintOffset?: [number, number];
448
- hintWidth?: string;
449
- hintContentLeft?: import("react").ReactNode;
450
- } & {
451
- enumerationType: "chip";
452
- onSearch?: never;
453
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
454
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
455
- chipType?: "default" | "text";
456
- chipView?: string;
457
- chipValidator?: (value: string) => {
458
- view?: string;
459
- };
460
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
461
- appearance?: "default" | "clear";
462
- size?: string;
463
- view?: string;
464
- readOnly?: boolean;
465
- disabled?: boolean;
466
- } & {
467
- titleCaption?: import("react").ReactNode;
468
- leftHelper?: import("react").ReactNode;
469
- contentLeft?: React.ReactElement;
470
- contentRight?: React.ReactElement;
471
- textBefore?: string;
472
- textAfter?: string;
473
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
474
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
475
- clear?: boolean;
476
- hasDivider?: boolean;
477
- } & {
478
- hintTrigger?: never;
479
- hintText?: never;
480
- hintView?: never;
481
- hintSize?: never;
482
- hintTargetIcon?: never;
483
- hintTargetPlacement?: never;
484
- hintPlacement?: never;
485
- hintHasArrow?: never;
486
- hintOffset?: never;
487
- hintWidth?: never;
488
- hintContentLeft?: never;
489
- } & {
490
- chips?: never;
491
- onChangeChips?: never;
492
- enumerationType?: "plain";
493
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
494
- chipType?: never;
495
- chipView?: never;
496
- chipValidator?: never;
497
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
498
- appearance?: "default" | "clear";
499
- size?: string;
500
- view?: string;
501
- readOnly?: boolean;
502
- disabled?: boolean;
503
- } & {
504
- titleCaption?: import("react").ReactNode;
505
- leftHelper?: import("react").ReactNode;
506
- contentLeft?: React.ReactElement;
507
- contentRight?: React.ReactElement;
508
- textBefore?: string;
509
- textAfter?: string;
510
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
511
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
512
- clear?: boolean;
513
- hasDivider?: boolean;
514
- } & {
515
- hintTrigger?: never;
516
- hintText?: never;
517
- hintView?: never;
518
- hintSize?: never;
519
- hintTargetIcon?: never;
520
- hintTargetPlacement?: never;
521
- hintPlacement?: never;
522
- hintHasArrow?: never;
523
- hintOffset?: never;
524
- hintWidth?: never;
525
- hintContentLeft?: never;
526
- } & {
527
- enumerationType: "chip";
528
- onSearch?: never;
529
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
530
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
531
- chipType?: "default" | "text";
532
- chipView?: string;
533
- chipValidator?: (value: string) => {
534
- view?: string;
535
- };
536
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
537
- appearance?: "default" | "clear";
538
- size?: string;
539
- view?: string;
540
- readOnly?: boolean;
541
- disabled?: boolean;
542
- } & {
543
- titleCaption?: import("react").ReactNode;
544
- leftHelper?: import("react").ReactNode;
545
- contentLeft?: React.ReactElement;
546
- contentRight?: React.ReactElement;
547
- textBefore?: string;
548
- textAfter?: string;
549
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
550
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
551
- clear?: false;
552
- hasDivider?: never;
553
- } & {
554
- hintText: string;
555
- hintTrigger?: "hover" | "click";
556
- hintView?: string;
557
- hintSize?: string;
558
- hintTargetIcon?: import("react").ReactNode;
559
- hintTargetPlacement?: "inner" | "outer";
560
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
561
- hintHasArrow?: boolean;
562
- hintOffset?: [number, number];
563
- hintWidth?: string;
564
- hintContentLeft?: import("react").ReactNode;
565
- } & {
566
- chips?: never;
567
- onChangeChips?: never;
568
- enumerationType?: "plain";
569
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
570
- chipType?: never;
571
- chipView?: never;
572
- chipValidator?: never;
573
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
574
- appearance?: "default" | "clear";
575
- size?: string;
576
- view?: string;
577
- readOnly?: boolean;
578
- disabled?: boolean;
579
- } & {
580
- titleCaption?: import("react").ReactNode;
581
- leftHelper?: import("react").ReactNode;
582
- contentLeft?: React.ReactElement;
583
- contentRight?: React.ReactElement;
584
- textBefore?: string;
585
- textAfter?: string;
586
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
587
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
588
- clear?: false;
589
- hasDivider?: never;
590
- } & {
591
- hintText: string;
592
- hintTrigger?: "hover" | "click";
593
- hintView?: string;
594
- hintSize?: string;
595
- hintTargetIcon?: import("react").ReactNode;
596
- hintTargetPlacement?: "inner" | "outer";
597
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
598
- hintHasArrow?: boolean;
599
- hintOffset?: [number, number];
600
- hintWidth?: string;
601
- hintContentLeft?: import("react").ReactNode;
602
- } & {
603
- enumerationType: "chip";
604
- onSearch?: never;
605
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
606
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
607
- chipType?: "default" | "text";
608
- chipView?: string;
609
- chipValidator?: (value: string) => {
610
- view?: string;
611
- };
612
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
613
- appearance?: "default" | "clear";
614
- size?: string;
615
- view?: string;
616
- readOnly?: boolean;
617
- disabled?: boolean;
618
- } & {
619
- titleCaption?: import("react").ReactNode;
620
- leftHelper?: import("react").ReactNode;
621
- contentLeft?: React.ReactElement;
622
- contentRight?: React.ReactElement;
623
- textBefore?: string;
624
- textAfter?: string;
625
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
626
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
627
- clear?: false;
628
- hasDivider?: never;
629
- } & {
630
- hintTrigger?: never;
631
- hintText?: never;
632
- hintView?: never;
633
- hintSize?: never;
634
- hintTargetIcon?: never;
635
- hintTargetPlacement?: never;
636
- hintPlacement?: never;
637
- hintHasArrow?: never;
638
- hintOffset?: never;
639
- hintWidth?: never;
640
- hintContentLeft?: never;
641
- } & {
642
- chips?: never;
643
- onChangeChips?: never;
644
- enumerationType?: "plain";
645
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
646
- chipType?: never;
647
- chipView?: never;
648
- chipValidator?: never;
649
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
650
- appearance?: "default" | "clear";
651
- size?: string;
652
- view?: string;
653
- readOnly?: boolean;
654
- disabled?: boolean;
655
- } & {
656
- titleCaption?: import("react").ReactNode;
657
- leftHelper?: import("react").ReactNode;
658
- contentLeft?: React.ReactElement;
659
- contentRight?: React.ReactElement;
660
- textBefore?: string;
661
- textAfter?: string;
662
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
663
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
664
- clear?: false;
665
- hasDivider?: never;
666
- } & {
667
- hintTrigger?: never;
668
- hintText?: never;
669
- hintView?: never;
670
- hintSize?: never;
671
- hintTargetIcon?: never;
672
- hintTargetPlacement?: never;
673
- hintPlacement?: never;
674
- hintHasArrow?: never;
675
- hintOffset?: never;
676
- hintWidth?: never;
677
- hintContentLeft?: never;
678
- } & {
679
- enumerationType: "chip";
680
- onSearch?: never;
681
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
682
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
683
- chipType?: "default" | "text";
684
- chipView?: string;
685
- chipValidator?: (value: string) => {
686
- view?: string;
687
- };
688
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
689
- export declare const TextField: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
690
- view: {
691
- default: import("@linaria/core").LinariaClassName;
692
- positive: import("@linaria/core").LinariaClassName;
693
- warning: import("@linaria/core").LinariaClassName;
694
- negative: import("@linaria/core").LinariaClassName;
695
- };
696
- size: {
697
- xl: import("@linaria/core").LinariaClassName;
698
- l: import("@linaria/core").LinariaClassName;
699
- m: import("@linaria/core").LinariaClassName;
700
- s: import("@linaria/core").LinariaClassName;
701
- xs: import("@linaria/core").LinariaClassName;
702
- };
703
- labelPlacement: {
704
- inner: import("@linaria/core").LinariaClassName;
705
- outer: import("@linaria/core").LinariaClassName;
706
- };
707
- chipView: {
708
- default: import("@linaria/core").LinariaClassName;
709
- secondary: import("@linaria/core").LinariaClassName;
710
- accent: import("@linaria/core").LinariaClassName;
711
- positive: import("@linaria/core").LinariaClassName;
712
- warning: import("@linaria/core").LinariaClassName;
713
- negative: import("@linaria/core").LinariaClassName;
714
- };
715
- hintView: {
716
- default: import("@linaria/core").LinariaClassName;
717
- };
718
- hintSize: {
719
- m: import("@linaria/core").LinariaClassName;
720
- s: import("@linaria/core").LinariaClassName;
721
- };
722
- disabled: {
723
- true: import("@linaria/core").LinariaClassName;
724
- };
725
- readOnly: {
726
- true: import("@linaria/core").LinariaClassName;
727
- };
728
- }> & {
729
- appearance?: "default" | "clear";
730
- size?: string;
731
- view?: string;
732
- readOnly?: boolean;
733
- disabled?: boolean;
734
- } & {
735
- titleCaption?: import("react").ReactNode;
736
- leftHelper?: import("react").ReactNode;
737
- contentLeft?: React.ReactElement;
738
- contentRight?: React.ReactElement;
739
- textBefore?: string;
740
- textAfter?: string;
741
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
742
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
743
- clear?: boolean;
744
- hasDivider?: boolean;
745
- } & {
746
- hintText: string;
747
- hintTrigger?: "hover" | "click";
748
- hintView?: string;
749
- hintSize?: string;
750
- hintTargetIcon?: import("react").ReactNode;
751
- hintTargetPlacement?: "inner" | "outer";
752
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
753
- hintHasArrow?: boolean;
754
- hintOffset?: [number, number];
755
- hintWidth?: string;
756
- hintContentLeft?: import("react").ReactNode;
757
- } & {
758
- chips?: never;
759
- onChangeChips?: never;
760
- enumerationType?: "plain";
761
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
762
- chipType?: never;
763
- chipView?: never;
764
- chipValidator?: never;
765
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
766
- view: {
767
- default: import("@linaria/core").LinariaClassName;
768
- positive: import("@linaria/core").LinariaClassName;
769
- warning: import("@linaria/core").LinariaClassName;
770
- negative: import("@linaria/core").LinariaClassName;
771
- };
772
- size: {
773
- xl: import("@linaria/core").LinariaClassName;
774
- l: import("@linaria/core").LinariaClassName;
775
- m: import("@linaria/core").LinariaClassName;
776
- s: import("@linaria/core").LinariaClassName;
777
- xs: import("@linaria/core").LinariaClassName;
778
- };
779
- labelPlacement: {
780
- inner: import("@linaria/core").LinariaClassName;
781
- outer: import("@linaria/core").LinariaClassName;
782
- };
783
- chipView: {
784
- default: import("@linaria/core").LinariaClassName;
785
- secondary: import("@linaria/core").LinariaClassName;
786
- accent: import("@linaria/core").LinariaClassName;
787
- positive: import("@linaria/core").LinariaClassName;
788
- warning: import("@linaria/core").LinariaClassName;
789
- negative: import("@linaria/core").LinariaClassName;
790
- };
791
- hintView: {
792
- default: import("@linaria/core").LinariaClassName;
793
- };
794
- hintSize: {
795
- m: import("@linaria/core").LinariaClassName;
796
- s: import("@linaria/core").LinariaClassName;
797
- };
798
- disabled: {
799
- true: import("@linaria/core").LinariaClassName;
800
- };
801
- readOnly: {
802
- true: import("@linaria/core").LinariaClassName;
803
- };
804
- }> & {
805
- appearance?: "default" | "clear";
806
- size?: string;
807
- view?: string;
808
- readOnly?: boolean;
809
- disabled?: boolean;
810
- } & {
811
- titleCaption?: import("react").ReactNode;
812
- leftHelper?: import("react").ReactNode;
813
- contentLeft?: React.ReactElement;
814
- contentRight?: React.ReactElement;
815
- textBefore?: string;
816
- textAfter?: string;
817
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
818
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
819
- clear?: boolean;
820
- hasDivider?: boolean;
821
- } & {
822
- hintText: string;
823
- hintTrigger?: "hover" | "click";
824
- hintView?: string;
825
- hintSize?: string;
826
- hintTargetIcon?: import("react").ReactNode;
827
- hintTargetPlacement?: "inner" | "outer";
828
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
829
- hintHasArrow?: boolean;
830
- hintOffset?: [number, number];
831
- hintWidth?: string;
832
- hintContentLeft?: import("react").ReactNode;
833
- } & {
834
- enumerationType: "chip";
835
- onSearch?: never;
836
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
837
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
838
- chipType?: "default" | "text";
839
- chipView?: string;
840
- chipValidator?: (value: string) => {
841
- view?: string;
842
- };
843
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
844
- view: {
845
- default: import("@linaria/core").LinariaClassName;
846
- positive: import("@linaria/core").LinariaClassName;
847
- warning: import("@linaria/core").LinariaClassName;
848
- negative: import("@linaria/core").LinariaClassName;
849
- };
850
- size: {
851
- xl: import("@linaria/core").LinariaClassName;
852
- l: import("@linaria/core").LinariaClassName;
853
- m: import("@linaria/core").LinariaClassName;
854
- s: import("@linaria/core").LinariaClassName;
855
- xs: import("@linaria/core").LinariaClassName;
856
- };
857
- labelPlacement: {
858
- inner: import("@linaria/core").LinariaClassName;
859
- outer: import("@linaria/core").LinariaClassName;
860
- };
861
- chipView: {
862
- default: import("@linaria/core").LinariaClassName;
863
- secondary: import("@linaria/core").LinariaClassName;
864
- accent: import("@linaria/core").LinariaClassName;
865
- positive: import("@linaria/core").LinariaClassName;
866
- warning: import("@linaria/core").LinariaClassName;
867
- negative: import("@linaria/core").LinariaClassName;
868
- };
869
- hintView: {
870
- default: import("@linaria/core").LinariaClassName;
871
- };
872
- hintSize: {
873
- m: import("@linaria/core").LinariaClassName;
874
- s: import("@linaria/core").LinariaClassName;
875
- };
876
- disabled: {
877
- true: import("@linaria/core").LinariaClassName;
878
- };
879
- readOnly: {
880
- true: import("@linaria/core").LinariaClassName;
881
- };
882
- }> & {
883
- appearance?: "default" | "clear";
884
- size?: string;
885
- view?: string;
886
- readOnly?: boolean;
887
- disabled?: boolean;
888
- } & {
889
- titleCaption?: import("react").ReactNode;
890
- leftHelper?: import("react").ReactNode;
891
- contentLeft?: React.ReactElement;
892
- contentRight?: React.ReactElement;
893
- textBefore?: string;
894
- textAfter?: string;
895
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
896
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
897
- clear?: boolean;
898
- hasDivider?: boolean;
899
- } & {
900
- hintTrigger?: never;
901
- hintText?: never;
902
- hintView?: never;
903
- hintSize?: never;
904
- hintTargetIcon?: never;
905
- hintTargetPlacement?: never;
906
- hintPlacement?: never;
907
- hintHasArrow?: never;
908
- hintOffset?: never;
909
- hintWidth?: never;
910
- hintContentLeft?: never;
911
- } & {
912
- chips?: never;
913
- onChangeChips?: never;
914
- enumerationType?: "plain";
915
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
916
- chipType?: never;
917
- chipView?: never;
918
- chipValidator?: never;
919
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
920
- view: {
921
- default: import("@linaria/core").LinariaClassName;
922
- positive: import("@linaria/core").LinariaClassName;
923
- warning: import("@linaria/core").LinariaClassName;
924
- negative: import("@linaria/core").LinariaClassName;
925
- };
926
- size: {
927
- xl: import("@linaria/core").LinariaClassName;
928
- l: import("@linaria/core").LinariaClassName;
929
- m: import("@linaria/core").LinariaClassName;
930
- s: import("@linaria/core").LinariaClassName;
931
- xs: import("@linaria/core").LinariaClassName;
932
- };
933
- labelPlacement: {
934
- inner: import("@linaria/core").LinariaClassName;
935
- outer: import("@linaria/core").LinariaClassName;
936
- };
937
- chipView: {
938
- default: import("@linaria/core").LinariaClassName;
939
- secondary: import("@linaria/core").LinariaClassName;
940
- accent: import("@linaria/core").LinariaClassName;
941
- positive: import("@linaria/core").LinariaClassName;
942
- warning: import("@linaria/core").LinariaClassName;
943
- negative: import("@linaria/core").LinariaClassName;
944
- };
945
- hintView: {
946
- default: import("@linaria/core").LinariaClassName;
947
- };
948
- hintSize: {
949
- m: import("@linaria/core").LinariaClassName;
950
- s: import("@linaria/core").LinariaClassName;
951
- };
952
- disabled: {
953
- true: import("@linaria/core").LinariaClassName;
954
- };
955
- readOnly: {
956
- true: import("@linaria/core").LinariaClassName;
957
- };
958
- }> & {
959
- appearance?: "default" | "clear";
960
- size?: string;
961
- view?: string;
962
- readOnly?: boolean;
963
- disabled?: boolean;
964
- } & {
965
- titleCaption?: import("react").ReactNode;
966
- leftHelper?: import("react").ReactNode;
967
- contentLeft?: React.ReactElement;
968
- contentRight?: React.ReactElement;
969
- textBefore?: string;
970
- textAfter?: string;
971
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
972
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
973
- clear?: boolean;
974
- hasDivider?: boolean;
975
- } & {
976
- hintTrigger?: never;
977
- hintText?: never;
978
- hintView?: never;
979
- hintSize?: never;
980
- hintTargetIcon?: never;
981
- hintTargetPlacement?: never;
982
- hintPlacement?: never;
983
- hintHasArrow?: never;
984
- hintOffset?: never;
985
- hintWidth?: never;
986
- hintContentLeft?: never;
987
- } & {
988
- enumerationType: "chip";
989
- onSearch?: never;
990
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
991
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
992
- chipType?: "default" | "text";
993
- chipView?: string;
994
- chipValidator?: (value: string) => {
995
- view?: string;
996
- };
997
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
998
- view: {
999
- default: import("@linaria/core").LinariaClassName;
1000
- positive: import("@linaria/core").LinariaClassName;
1001
- warning: import("@linaria/core").LinariaClassName;
1002
- negative: import("@linaria/core").LinariaClassName;
1003
- };
1004
- size: {
1005
- xl: import("@linaria/core").LinariaClassName;
1006
- l: import("@linaria/core").LinariaClassName;
1007
- m: import("@linaria/core").LinariaClassName;
1008
- s: import("@linaria/core").LinariaClassName;
1009
- xs: import("@linaria/core").LinariaClassName;
1010
- };
1011
- labelPlacement: {
1012
- inner: import("@linaria/core").LinariaClassName;
1013
- outer: import("@linaria/core").LinariaClassName;
1014
- };
1015
- chipView: {
1016
- default: import("@linaria/core").LinariaClassName;
1017
- secondary: import("@linaria/core").LinariaClassName;
1018
- accent: import("@linaria/core").LinariaClassName;
1019
- positive: import("@linaria/core").LinariaClassName;
1020
- warning: import("@linaria/core").LinariaClassName;
1021
- negative: import("@linaria/core").LinariaClassName;
1022
- };
1023
- hintView: {
1024
- default: import("@linaria/core").LinariaClassName;
1025
- };
1026
- hintSize: {
1027
- m: import("@linaria/core").LinariaClassName;
1028
- s: import("@linaria/core").LinariaClassName;
1029
- };
1030
- disabled: {
1031
- true: import("@linaria/core").LinariaClassName;
1032
- };
1033
- readOnly: {
1034
- true: import("@linaria/core").LinariaClassName;
1035
- };
1036
- }> & {
1037
- appearance?: "default" | "clear";
1038
- size?: string;
1039
- view?: string;
1040
- readOnly?: boolean;
1041
- disabled?: boolean;
1042
- } & {
1043
- titleCaption?: import("react").ReactNode;
1044
- leftHelper?: import("react").ReactNode;
1045
- contentLeft?: React.ReactElement;
1046
- contentRight?: React.ReactElement;
1047
- textBefore?: string;
1048
- textAfter?: string;
1049
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1050
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1051
- clear?: false;
1052
- hasDivider?: never;
1053
- } & {
1054
- hintText: string;
1055
- hintTrigger?: "hover" | "click";
1056
- hintView?: string;
1057
- hintSize?: string;
1058
- hintTargetIcon?: import("react").ReactNode;
1059
- hintTargetPlacement?: "inner" | "outer";
1060
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1061
- hintHasArrow?: boolean;
1062
- hintOffset?: [number, number];
1063
- hintWidth?: string;
1064
- hintContentLeft?: import("react").ReactNode;
1065
- } & {
1066
- chips?: never;
1067
- onChangeChips?: never;
1068
- enumerationType?: "plain";
1069
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1070
- chipType?: never;
1071
- chipView?: never;
1072
- chipValidator?: never;
1073
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1074
- view: {
1075
- default: import("@linaria/core").LinariaClassName;
1076
- positive: import("@linaria/core").LinariaClassName;
1077
- warning: import("@linaria/core").LinariaClassName;
1078
- negative: import("@linaria/core").LinariaClassName;
1079
- };
1080
- size: {
1081
- xl: import("@linaria/core").LinariaClassName;
1082
- l: import("@linaria/core").LinariaClassName;
1083
- m: import("@linaria/core").LinariaClassName;
1084
- s: import("@linaria/core").LinariaClassName;
1085
- xs: import("@linaria/core").LinariaClassName;
1086
- };
1087
- labelPlacement: {
1088
- inner: import("@linaria/core").LinariaClassName;
1089
- outer: import("@linaria/core").LinariaClassName;
1090
- };
1091
- chipView: {
1092
- default: import("@linaria/core").LinariaClassName;
1093
- secondary: import("@linaria/core").LinariaClassName;
1094
- accent: import("@linaria/core").LinariaClassName;
1095
- positive: import("@linaria/core").LinariaClassName;
1096
- warning: import("@linaria/core").LinariaClassName;
1097
- negative: import("@linaria/core").LinariaClassName;
1098
- };
1099
- hintView: {
1100
- default: import("@linaria/core").LinariaClassName;
1101
- };
1102
- hintSize: {
1103
- m: import("@linaria/core").LinariaClassName;
1104
- s: import("@linaria/core").LinariaClassName;
1105
- };
1106
- disabled: {
1107
- true: import("@linaria/core").LinariaClassName;
1108
- };
1109
- readOnly: {
1110
- true: import("@linaria/core").LinariaClassName;
1111
- };
1112
- }> & {
1113
- appearance?: "default" | "clear";
1114
- size?: string;
1115
- view?: string;
1116
- readOnly?: boolean;
1117
- disabled?: boolean;
1118
- } & {
1119
- titleCaption?: import("react").ReactNode;
1120
- leftHelper?: import("react").ReactNode;
1121
- contentLeft?: React.ReactElement;
1122
- contentRight?: React.ReactElement;
1123
- textBefore?: string;
1124
- textAfter?: string;
1125
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1126
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1127
- clear?: false;
1128
- hasDivider?: never;
1129
- } & {
1130
- hintText: string;
1131
- hintTrigger?: "hover" | "click";
1132
- hintView?: string;
1133
- hintSize?: string;
1134
- hintTargetIcon?: import("react").ReactNode;
1135
- hintTargetPlacement?: "inner" | "outer";
1136
- hintPlacement?: import("@popperjs/core").Placement | Array<import("@popperjs/core").ComputedPlacement>;
1137
- hintHasArrow?: boolean;
1138
- hintOffset?: [number, number];
1139
- hintWidth?: string;
1140
- hintContentLeft?: import("react").ReactNode;
1141
- } & {
1142
- enumerationType: "chip";
1143
- onSearch?: never;
1144
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1145
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1146
- chipType?: "default" | "text";
1147
- chipView?: string;
1148
- chipValidator?: (value: string) => {
1149
- view?: string;
1150
- };
1151
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1152
- view: {
1153
- default: import("@linaria/core").LinariaClassName;
1154
- positive: import("@linaria/core").LinariaClassName;
1155
- warning: import("@linaria/core").LinariaClassName;
1156
- negative: import("@linaria/core").LinariaClassName;
1157
- };
1158
- size: {
1159
- xl: import("@linaria/core").LinariaClassName;
1160
- l: import("@linaria/core").LinariaClassName;
1161
- m: import("@linaria/core").LinariaClassName;
1162
- s: import("@linaria/core").LinariaClassName;
1163
- xs: import("@linaria/core").LinariaClassName;
1164
- };
1165
- labelPlacement: {
1166
- inner: import("@linaria/core").LinariaClassName;
1167
- outer: import("@linaria/core").LinariaClassName;
1168
- };
1169
- chipView: {
1170
- default: import("@linaria/core").LinariaClassName;
1171
- secondary: import("@linaria/core").LinariaClassName;
1172
- accent: import("@linaria/core").LinariaClassName;
1173
- positive: import("@linaria/core").LinariaClassName;
1174
- warning: import("@linaria/core").LinariaClassName;
1175
- negative: import("@linaria/core").LinariaClassName;
1176
- };
1177
- hintView: {
1178
- default: import("@linaria/core").LinariaClassName;
1179
- };
1180
- hintSize: {
1181
- m: import("@linaria/core").LinariaClassName;
1182
- s: import("@linaria/core").LinariaClassName;
1183
- };
1184
- disabled: {
1185
- true: import("@linaria/core").LinariaClassName;
1186
- };
1187
- readOnly: {
1188
- true: import("@linaria/core").LinariaClassName;
1189
- };
1190
- }> & {
1191
- appearance?: "default" | "clear";
1192
- size?: string;
1193
- view?: string;
1194
- readOnly?: boolean;
1195
- disabled?: boolean;
1196
- } & {
1197
- titleCaption?: import("react").ReactNode;
1198
- leftHelper?: import("react").ReactNode;
1199
- contentLeft?: React.ReactElement;
1200
- contentRight?: React.ReactElement;
1201
- textBefore?: string;
1202
- textAfter?: string;
1203
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1204
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1205
- clear?: false;
1206
- hasDivider?: never;
1207
- } & {
1208
- hintTrigger?: never;
1209
- hintText?: never;
1210
- hintView?: never;
1211
- hintSize?: never;
1212
- hintTargetIcon?: never;
1213
- hintTargetPlacement?: never;
1214
- hintPlacement?: never;
1215
- hintHasArrow?: never;
1216
- hintOffset?: never;
1217
- hintWidth?: never;
1218
- hintContentLeft?: never;
1219
- } & {
1220
- chips?: never;
1221
- onChangeChips?: never;
1222
- enumerationType?: "plain";
1223
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1224
- chipType?: never;
1225
- chipView?: never;
1226
- chipValidator?: never;
1227
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("../../../engines/types").PropsType<{
1228
- view: {
1229
- default: import("@linaria/core").LinariaClassName;
1230
- positive: import("@linaria/core").LinariaClassName;
1231
- warning: import("@linaria/core").LinariaClassName;
1232
- negative: import("@linaria/core").LinariaClassName;
1233
- };
1234
- size: {
1235
- xl: import("@linaria/core").LinariaClassName;
1236
- l: import("@linaria/core").LinariaClassName;
1237
- m: import("@linaria/core").LinariaClassName;
1238
- s: import("@linaria/core").LinariaClassName;
1239
- xs: import("@linaria/core").LinariaClassName;
1240
- };
1241
- labelPlacement: {
1242
- inner: import("@linaria/core").LinariaClassName;
1243
- outer: import("@linaria/core").LinariaClassName;
1244
- };
1245
- chipView: {
1246
- default: import("@linaria/core").LinariaClassName;
1247
- secondary: import("@linaria/core").LinariaClassName;
1248
- accent: import("@linaria/core").LinariaClassName;
1249
- positive: import("@linaria/core").LinariaClassName;
1250
- warning: import("@linaria/core").LinariaClassName;
1251
- negative: import("@linaria/core").LinariaClassName;
1252
- };
1253
- hintView: {
1254
- default: import("@linaria/core").LinariaClassName;
1255
- };
1256
- hintSize: {
1257
- m: import("@linaria/core").LinariaClassName;
1258
- s: import("@linaria/core").LinariaClassName;
1259
- };
1260
- disabled: {
1261
- true: import("@linaria/core").LinariaClassName;
1262
- };
1263
- readOnly: {
1264
- true: import("@linaria/core").LinariaClassName;
1265
- };
1266
- }> & {
1267
- appearance?: "default" | "clear";
1268
- size?: string;
1269
- view?: string;
1270
- readOnly?: boolean;
1271
- disabled?: boolean;
1272
- } & {
1273
- titleCaption?: import("react").ReactNode;
1274
- leftHelper?: import("react").ReactNode;
1275
- contentLeft?: React.ReactElement;
1276
- contentRight?: React.ReactElement;
1277
- textBefore?: string;
1278
- textAfter?: string;
1279
- onSearch?: (value: string, event?: import("react").KeyboardEvent<HTMLInputElement>) => void;
1280
- } & import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
1281
- clear?: false;
1282
- hasDivider?: never;
1283
- } & {
1284
- hintTrigger?: never;
1285
- hintText?: never;
1286
- hintView?: never;
1287
- hintSize?: never;
1288
- hintTargetIcon?: never;
1289
- hintTargetPlacement?: never;
1290
- hintPlacement?: never;
1291
- hintHasArrow?: never;
1292
- hintOffset?: never;
1293
- hintWidth?: never;
1294
- hintContentLeft?: never;
1295
- } & {
1296
- enumerationType: "chip";
1297
- onSearch?: never;
1298
- chips?: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>;
1299
- onChangeChips?: (value: Array<import("../../../components/TextField/TextField.types").TextFieldPrimitiveValue>) => void;
1300
- chipType?: "default" | "text";
1301
- chipView?: string;
1302
- chipValidator?: (value: string) => {
1303
- view?: string;
1304
- };
1305
- } & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;
1306
340
  //# sourceMappingURL=TextField.d.ts.map