@salutejs/plasma-new-hope 0.196.1-dev.0 → 0.197.0-canary.1572.11971256317.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +1 -2
  2. package/cjs/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  3. package/cjs/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
  4. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  5. package/cjs/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
  6. package/cjs/components/Calendar/store/reducer.js +2 -2
  7. package/cjs/components/Calendar/store/reducer.js.map +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -2
  9. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  10. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  11. package/cjs/components/DatePicker/RangeDate/RangeDate.css +1 -2
  12. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
  13. package/cjs/components/DatePicker/SingleDate/SingleDate.css +1 -2
  14. package/cjs/components/Pagination/Pagination.css +1 -2
  15. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  16. package/cjs/components/Range/Range.css +1 -2
  17. package/cjs/components/Select/Select.css +1 -2
  18. package/cjs/components/Select/ui/Inner/Inner.css +1 -2
  19. package/cjs/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  20. package/cjs/components/Select/ui/Target/Target.css +1 -2
  21. package/cjs/components/Select/ui/Target/Target.js +1 -2
  22. package/cjs/components/Select/ui/Target/Target.js.map +1 -1
  23. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  24. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  25. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  26. package/cjs/components/Slider/Slider.css +1 -2
  27. package/cjs/components/Slider/components/Double/Double.css +1 -2
  28. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  29. package/cjs/components/TextField/TextField.js +4 -7
  30. package/cjs/components/TextField/TextField.js.map +1 -1
  31. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  32. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  33. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  34. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
  35. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  36. package/cjs/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  37. package/cjs/index.css +1 -2
  38. package/emotion/cjs/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  39. package/emotion/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  40. package/emotion/cjs/components/Calendar/store/reducer.js +2 -2
  41. package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
  42. package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  43. package/emotion/cjs/components/TextField/TextField.js +5 -8
  44. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  45. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  46. package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
  47. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  48. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  49. package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  50. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  51. package/emotion/es/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  52. package/emotion/es/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  53. package/emotion/es/components/Calendar/store/reducer.js +2 -2
  54. package/emotion/es/components/Select/ui/Target/Target.js +1 -2
  55. package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  56. package/emotion/es/components/TextField/TextField.js +5 -8
  57. package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
  58. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  59. package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
  60. package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  61. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  62. package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  63. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  64. package/es/components/Autocomplete/Autocomplete.css +1 -2
  65. package/es/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  66. package/es/components/Calendar/CalendarBase/CalendarBase.js.map +1 -1
  67. package/es/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  68. package/es/components/Calendar/CalendarDouble/CalendarDouble.js.map +1 -1
  69. package/es/components/Calendar/store/reducer.js +2 -2
  70. package/es/components/Calendar/store/reducer.js.map +1 -1
  71. package/es/components/Combobox/ComboboxNew/Combobox.css +1 -2
  72. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -2
  73. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -2
  74. package/es/components/DatePicker/RangeDate/RangeDate.css +1 -2
  75. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
  76. package/es/components/DatePicker/SingleDate/SingleDate.css +1 -2
  77. package/es/components/Pagination/Pagination.css +1 -2
  78. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
  79. package/es/components/Range/Range.css +1 -2
  80. package/es/components/Select/Select.css +1 -2
  81. package/es/components/Select/ui/Inner/Inner.css +1 -2
  82. package/es/components/Select/ui/Inner/ui/Item/Item.css +1 -2
  83. package/es/components/Select/ui/Target/Target.css +1 -2
  84. package/es/components/Select/ui/Target/Target.js +1 -2
  85. package/es/components/Select/ui/Target/Target.js.map +1 -1
  86. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
  87. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  88. package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
  89. package/es/components/Slider/Slider.css +1 -2
  90. package/es/components/Slider/components/Double/Double.css +1 -2
  91. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
  92. package/es/components/TextField/TextField.js +4 -7
  93. package/es/components/TextField/TextField.js.map +1 -1
  94. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
  95. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  96. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
  97. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
  98. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
  99. package/es/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
  100. package/es/index.css +1 -2
  101. package/package.json +2 -2
  102. package/styled-components/cjs/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  103. package/styled-components/cjs/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  104. package/styled-components/cjs/components/Calendar/store/reducer.js +2 -2
  105. package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
  106. package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  107. package/styled-components/cjs/components/TextField/TextField.js +4 -7
  108. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
  109. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
  110. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
  111. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  112. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  113. package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  114. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  115. package/styled-components/es/components/Calendar/CalendarBase/CalendarBase.js +1 -1
  116. package/styled-components/es/components/Calendar/CalendarDouble/CalendarDouble.js +1 -1
  117. package/styled-components/es/components/Calendar/store/reducer.js +2 -2
  118. package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
  119. package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
  120. package/styled-components/es/components/TextField/TextField.js +4 -7
  121. package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
  122. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
  123. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
  124. package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
  125. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
  126. package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
  127. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
  128. package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
  129. package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
  130. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -16
  131. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  132. package/types/components/Calendar/store/reducer.d.ts +1 -1
  133. package/types/components/Calendar/store/reducer.d.ts.map +1 -1
  134. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -16
  135. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  136. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -16
  137. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  138. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +0 -6
  139. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  140. package/types/components/Range/Range.styles.d.ts +0 -16
  141. package/types/components/Range/Range.styles.d.ts.map +1 -1
  142. package/types/components/Select/Select.types.d.ts +0 -5
  143. package/types/components/Select/Select.types.d.ts.map +1 -1
  144. package/types/components/Select/ui/Target/Target.d.ts +1 -1
  145. package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
  146. package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
  147. package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
  148. package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
  149. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -16
  150. package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
  151. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
  152. package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
  153. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -16
  154. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  155. package/types/components/TextField/TextField.d.ts.map +1 -1
  156. package/types/components/TextField/TextField.types.d.ts +0 -8
  157. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  158. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
  159. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
  160. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
  161. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
  162. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
  163. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -553
  164. package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  165. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -16
  166. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  167. package/types/examples/plasma_b2c/components/Select/Select.d.ts +0 -6
  168. package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
  169. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -16
  170. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  171. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -553
  172. package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  173. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -16
  174. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  175. package/types/examples/plasma_web/components/Select/Select.d.ts +0 -6
  176. package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
  177. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -16
  178. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,aAAa;wCAEqC,GAAG;2CA2CjE,CAAC"}
1
+ {"version":3,"file":"TextFieldChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAEhE;;GAEG;AACH,eAAO,MAAM,aAAa;wCAEqC,GAAG;2CAwBhE,CAAC"}
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
3
- export declare const TextChip: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & Record<never, unknown>>;
4
3
  //# sourceMappingURL=TextFieldChip.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU,6PA2CtB,CAAC;AAEF,eAAO,MAAM,QAAQ,iLAkCpB,CAAC"}
1
+ {"version":3,"file":"TextFieldChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU,6PA2CtB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { TextFieldPrimitiveValue, TextFieldProps } from '../../TextField.types';
2
+ import type { TextFieldPrimitiveValue } from '../../TextField.types';
3
3
  export interface TextFieldChipProps {
4
4
  /**
5
5
  * ID для чипа.
@@ -33,9 +33,5 @@ export interface TextFieldChipProps {
33
33
  * Обработчик нажатия клавиши.
34
34
  */
35
35
  onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>, chipId: string) => void;
36
- /**
37
- * Внешний вид chip.
38
- */
39
- chipType?: TextFieldProps['chipType'];
40
36
  }
41
37
  //# sourceMappingURL=TextFieldChip.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldChip.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAErF,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,uBAAuB,CAAC;IAC9B;;OAEG;IACH,KAAK,EAAE,uBAAuB,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpF;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC,UAAU,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"TextFieldChip.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/ui/TextFieldChip/TextFieldChip.types.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAErE,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,uBAAuB,CAAC;IAC9B;;OAEG;IACH,KAAK,EAAE,uBAAuB,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC/D;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACvF"}
@@ -22,565 +22,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("../
22
22
  readOnly: {
23
23
  true: import("@linaria/core").LinariaClassName;
24
24
  };
25
- }> & ((import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
26
- label?: string | undefined;
27
- labelPlacement?: "inner" | "outer" | undefined;
28
- titleCaption?: import("react").ReactNode;
29
- leftHelper?: string | undefined;
30
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
31
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
32
- textBefore?: string | undefined;
33
- textAfter?: string | undefined;
34
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
35
- } & {
36
- requiredPlacement?: "left" | "right" | undefined;
37
- } & {
38
- required: true;
39
- optional?: false | undefined;
40
- } & {
41
- clear?: boolean | undefined;
42
- hasDivider?: boolean | undefined;
43
- } & {
44
- hintText: string;
45
- hintTrigger?: "click" | "hover" | undefined;
46
- hintView?: string | undefined;
47
- hintSize?: string | undefined;
48
- hintTargetIcon?: import("react").ReactNode;
49
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
50
- hintHasArrow?: boolean | undefined;
51
- hintOffset?: [number, number] | undefined;
52
- hintWidth?: string | undefined;
53
- hintContentLeft?: import("react").ReactNode;
54
- } & {
55
- chips?: undefined;
56
- onChangeChips?: undefined;
57
- enumerationType?: "plain" | undefined;
58
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
59
- chipType?: undefined;
60
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
61
- label?: string | undefined;
62
- labelPlacement?: "inner" | "outer" | undefined;
63
- titleCaption?: import("react").ReactNode;
64
- leftHelper?: string | undefined;
65
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
66
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
67
- textBefore?: string | undefined;
68
- textAfter?: string | undefined;
69
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
70
- } & {
71
- requiredPlacement?: "left" | "right" | undefined;
72
- } & {
73
- required: true;
74
- optional?: false | undefined;
75
- } & {
76
- clear?: boolean | undefined;
77
- hasDivider?: boolean | undefined;
78
- } & {
79
- hintText: string;
80
- hintTrigger?: "click" | "hover" | undefined;
81
- hintView?: string | undefined;
82
- hintSize?: string | undefined;
83
- hintTargetIcon?: import("react").ReactNode;
84
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
85
- hintHasArrow?: boolean | undefined;
86
- hintOffset?: [number, number] | undefined;
87
- hintWidth?: string | undefined;
88
- hintContentLeft?: import("react").ReactNode;
89
- } & {
90
- enumerationType: "chip";
91
- onSearch?: undefined;
92
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
93
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
94
- chipType?: "text" | "default" | undefined;
95
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
96
- label?: string | undefined;
97
- labelPlacement?: "inner" | "outer" | undefined;
98
- titleCaption?: import("react").ReactNode;
99
- leftHelper?: string | undefined;
100
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
101
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
102
- textBefore?: string | undefined;
103
- textAfter?: string | undefined;
104
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
105
- } & {
106
- requiredPlacement?: "left" | "right" | undefined;
107
- } & {
108
- required: true;
109
- optional?: false | undefined;
110
- } & {
111
- clear?: boolean | undefined;
112
- hasDivider?: boolean | undefined;
113
- } & {
114
- hintTrigger?: undefined;
115
- hintText?: undefined;
116
- hintView?: undefined;
117
- hintSize?: undefined;
118
- hintTargetIcon?: undefined;
119
- hintPlacement?: undefined;
120
- hintHasArrow?: undefined;
121
- hintOffset?: undefined;
122
- hintWidth?: undefined;
123
- hintContentLeft?: undefined;
124
- } & {
125
- chips?: undefined;
126
- onChangeChips?: undefined;
127
- enumerationType?: "plain" | undefined;
128
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
129
- chipType?: undefined;
130
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
131
- label?: string | undefined;
132
- labelPlacement?: "inner" | "outer" | undefined;
133
- titleCaption?: import("react").ReactNode;
134
- leftHelper?: string | undefined;
135
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
136
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
137
- textBefore?: string | undefined;
138
- textAfter?: string | undefined;
139
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
140
- } & {
141
- requiredPlacement?: "left" | "right" | undefined;
142
- } & {
143
- required: true;
144
- optional?: false | undefined;
145
- } & {
146
- clear?: boolean | undefined;
147
- hasDivider?: boolean | undefined;
148
- } & {
149
- hintTrigger?: undefined;
150
- hintText?: undefined;
151
- hintView?: undefined;
152
- hintSize?: undefined;
153
- hintTargetIcon?: undefined;
154
- hintPlacement?: undefined;
155
- hintHasArrow?: undefined;
156
- hintOffset?: undefined;
157
- hintWidth?: undefined;
158
- hintContentLeft?: undefined;
159
- } & {
160
- enumerationType: "chip";
161
- onSearch?: undefined;
162
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
163
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
164
- chipType?: "text" | "default" | undefined;
165
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
166
- label?: string | undefined;
167
- labelPlacement?: "inner" | "outer" | undefined;
168
- titleCaption?: import("react").ReactNode;
169
- leftHelper?: string | undefined;
170
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
171
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
172
- textBefore?: string | undefined;
173
- textAfter?: string | undefined;
174
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
175
- } & {
176
- requiredPlacement?: "left" | "right" | undefined;
177
- } & {
178
- required: true;
179
- optional?: false | undefined;
180
- } & {
181
- clear?: false | undefined;
182
- hasDivider?: undefined;
183
- } & {
184
- hintText: string;
185
- hintTrigger?: "click" | "hover" | undefined;
186
- hintView?: string | undefined;
187
- hintSize?: string | undefined;
188
- hintTargetIcon?: import("react").ReactNode;
189
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
190
- hintHasArrow?: boolean | undefined;
191
- hintOffset?: [number, number] | undefined;
192
- hintWidth?: string | undefined;
193
- hintContentLeft?: import("react").ReactNode;
194
- } & {
195
- chips?: undefined;
196
- onChangeChips?: undefined;
197
- enumerationType?: "plain" | undefined;
198
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
199
- chipType?: undefined;
200
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
201
- label?: string | undefined;
202
- labelPlacement?: "inner" | "outer" | undefined;
203
- titleCaption?: import("react").ReactNode;
204
- leftHelper?: string | undefined;
205
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
206
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
207
- textBefore?: string | undefined;
208
- textAfter?: string | undefined;
209
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
210
- } & {
211
- requiredPlacement?: "left" | "right" | undefined;
212
- } & {
213
- required: true;
214
- optional?: false | undefined;
215
- } & {
216
- clear?: false | undefined;
217
- hasDivider?: undefined;
218
- } & {
219
- hintText: string;
220
- hintTrigger?: "click" | "hover" | undefined;
221
- hintView?: string | undefined;
222
- hintSize?: string | undefined;
223
- hintTargetIcon?: import("react").ReactNode;
224
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
225
- hintHasArrow?: boolean | undefined;
226
- hintOffset?: [number, number] | undefined;
227
- hintWidth?: string | undefined;
228
- hintContentLeft?: import("react").ReactNode;
229
- } & {
230
- enumerationType: "chip";
231
- onSearch?: undefined;
232
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
233
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
234
- chipType?: "text" | "default" | undefined;
235
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
236
- label?: string | undefined;
237
- labelPlacement?: "inner" | "outer" | undefined;
238
- titleCaption?: import("react").ReactNode;
239
- leftHelper?: string | undefined;
240
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
241
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
242
- textBefore?: string | undefined;
243
- textAfter?: string | undefined;
244
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
245
- } & {
25
+ }> & ((import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & {
246
26
  requiredPlacement?: "left" | "right" | undefined;
247
27
  } & {
248
28
  required: true;
249
29
  optional?: false | undefined;
250
- } & {
251
- clear?: false | undefined;
252
- hasDivider?: undefined;
253
- } & {
254
- hintTrigger?: undefined;
255
- hintText?: undefined;
256
- hintView?: undefined;
257
- hintSize?: undefined;
258
- hintTargetIcon?: undefined;
259
- hintPlacement?: undefined;
260
- hintHasArrow?: undefined;
261
- hintOffset?: undefined;
262
- hintWidth?: undefined;
263
- hintContentLeft?: undefined;
264
- } & {
265
- chips?: undefined;
266
- onChangeChips?: undefined;
267
- enumerationType?: "plain" | undefined;
268
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
269
- chipType?: undefined;
270
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
271
- label?: string | undefined;
272
- labelPlacement?: "inner" | "outer" | undefined;
273
- titleCaption?: import("react").ReactNode;
274
- leftHelper?: string | undefined;
275
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
276
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
277
- textBefore?: string | undefined;
278
- textAfter?: string | undefined;
279
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
280
- } & {
281
- requiredPlacement?: "left" | "right" | undefined;
282
- } & {
283
- required: true;
284
- optional?: false | undefined;
285
- } & {
286
- clear?: false | undefined;
287
- hasDivider?: undefined;
288
- } & {
289
- hintTrigger?: undefined;
290
- hintText?: undefined;
291
- hintView?: undefined;
292
- hintSize?: undefined;
293
- hintTargetIcon?: undefined;
294
- hintPlacement?: undefined;
295
- hintHasArrow?: undefined;
296
- hintOffset?: undefined;
297
- hintWidth?: undefined;
298
- hintContentLeft?: undefined;
299
- } & {
300
- enumerationType: "chip";
301
- onSearch?: undefined;
302
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
303
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
304
- chipType?: "text" | "default" | undefined;
305
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
306
- label?: string | undefined;
307
- labelPlacement?: "inner" | "outer" | undefined;
308
- titleCaption?: import("react").ReactNode;
309
- leftHelper?: string | undefined;
310
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
311
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
312
- textBefore?: string | undefined;
313
- textAfter?: string | undefined;
314
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
315
- } & {
316
- requiredPlacement?: "left" | "right" | undefined;
317
- } & {
318
- optional?: true | undefined;
319
- required?: false | undefined;
320
- } & {
321
- clear?: boolean | undefined;
322
- hasDivider?: boolean | undefined;
323
- } & {
324
- hintText: string;
325
- hintTrigger?: "click" | "hover" | undefined;
326
- hintView?: string | undefined;
327
- hintSize?: string | undefined;
328
- hintTargetIcon?: import("react").ReactNode;
329
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
330
- hintHasArrow?: boolean | undefined;
331
- hintOffset?: [number, number] | undefined;
332
- hintWidth?: string | undefined;
333
- hintContentLeft?: import("react").ReactNode;
334
- } & {
335
- chips?: undefined;
336
- onChangeChips?: undefined;
337
- enumerationType?: "plain" | undefined;
338
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
339
- chipType?: undefined;
340
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
341
- label?: string | undefined;
342
- labelPlacement?: "inner" | "outer" | undefined;
343
- titleCaption?: import("react").ReactNode;
344
- leftHelper?: string | undefined;
345
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
346
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
347
- textBefore?: string | undefined;
348
- textAfter?: string | undefined;
349
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
350
- } & {
351
- requiredPlacement?: "left" | "right" | undefined;
352
- } & {
353
- optional?: true | undefined;
354
- required?: false | undefined;
355
- } & {
356
- clear?: boolean | undefined;
357
- hasDivider?: boolean | undefined;
358
- } & {
359
- hintText: string;
360
- hintTrigger?: "click" | "hover" | undefined;
361
- hintView?: string | undefined;
362
- hintSize?: string | undefined;
363
- hintTargetIcon?: import("react").ReactNode;
364
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
365
- hintHasArrow?: boolean | undefined;
366
- hintOffset?: [number, number] | undefined;
367
- hintWidth?: string | undefined;
368
- hintContentLeft?: import("react").ReactNode;
369
- } & {
370
- enumerationType: "chip";
371
- onSearch?: undefined;
372
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
373
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
374
- chipType?: "text" | "default" | undefined;
375
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
376
- label?: string | undefined;
377
- labelPlacement?: "inner" | "outer" | undefined;
378
- titleCaption?: import("react").ReactNode;
379
- leftHelper?: string | undefined;
380
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
381
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
382
- textBefore?: string | undefined;
383
- textAfter?: string | undefined;
384
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
385
- } & {
386
- requiredPlacement?: "left" | "right" | undefined;
387
- } & {
388
- optional?: true | undefined;
389
- required?: false | undefined;
390
- } & {
391
- clear?: boolean | undefined;
392
- hasDivider?: boolean | undefined;
393
- } & {
394
- hintTrigger?: undefined;
395
- hintText?: undefined;
396
- hintView?: undefined;
397
- hintSize?: undefined;
398
- hintTargetIcon?: undefined;
399
- hintPlacement?: undefined;
400
- hintHasArrow?: undefined;
401
- hintOffset?: undefined;
402
- hintWidth?: undefined;
403
- hintContentLeft?: undefined;
404
- } & {
405
- chips?: undefined;
406
- onChangeChips?: undefined;
407
- enumerationType?: "plain" | undefined;
408
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
409
- chipType?: undefined;
410
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
411
- label?: string | undefined;
412
- labelPlacement?: "inner" | "outer" | undefined;
413
- titleCaption?: import("react").ReactNode;
414
- leftHelper?: string | undefined;
415
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
416
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
417
- textBefore?: string | undefined;
418
- textAfter?: string | undefined;
419
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
420
- } & {
421
- requiredPlacement?: "left" | "right" | undefined;
422
- } & {
423
- optional?: true | undefined;
424
- required?: false | undefined;
425
- } & {
426
- clear?: boolean | undefined;
427
- hasDivider?: boolean | undefined;
428
- } & {
429
- hintTrigger?: undefined;
430
- hintText?: undefined;
431
- hintView?: undefined;
432
- hintSize?: undefined;
433
- hintTargetIcon?: undefined;
434
- hintPlacement?: undefined;
435
- hintHasArrow?: undefined;
436
- hintOffset?: undefined;
437
- hintWidth?: undefined;
438
- hintContentLeft?: undefined;
439
- } & {
440
- enumerationType: "chip";
441
- onSearch?: undefined;
442
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
443
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
444
- chipType?: "text" | "default" | undefined;
445
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
446
- label?: string | undefined;
447
- labelPlacement?: "inner" | "outer" | undefined;
448
- titleCaption?: import("react").ReactNode;
449
- leftHelper?: string | undefined;
450
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
451
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
452
- textBefore?: string | undefined;
453
- textAfter?: string | undefined;
454
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
455
- } & {
456
- requiredPlacement?: "left" | "right" | undefined;
457
- } & {
458
- optional?: true | undefined;
459
- required?: false | undefined;
460
- } & {
461
- clear?: false | undefined;
462
- hasDivider?: undefined;
463
- } & {
464
- hintText: string;
465
- hintTrigger?: "click" | "hover" | undefined;
466
- hintView?: string | undefined;
467
- hintSize?: string | undefined;
468
- hintTargetIcon?: import("react").ReactNode;
469
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
470
- hintHasArrow?: boolean | undefined;
471
- hintOffset?: [number, number] | undefined;
472
- hintWidth?: string | undefined;
473
- hintContentLeft?: import("react").ReactNode;
474
- } & {
475
- chips?: undefined;
476
- onChangeChips?: undefined;
477
- enumerationType?: "plain" | undefined;
478
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
479
- chipType?: undefined;
480
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
481
- label?: string | undefined;
482
- labelPlacement?: "inner" | "outer" | undefined;
483
- titleCaption?: import("react").ReactNode;
484
- leftHelper?: string | undefined;
485
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
486
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
487
- textBefore?: string | undefined;
488
- textAfter?: string | undefined;
489
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
490
- } & {
491
- requiredPlacement?: "left" | "right" | undefined;
492
- } & {
493
- optional?: true | undefined;
494
- required?: false | undefined;
495
- } & {
496
- clear?: false | undefined;
497
- hasDivider?: undefined;
498
- } & {
499
- hintText: string;
500
- hintTrigger?: "click" | "hover" | undefined;
501
- hintView?: string | undefined;
502
- hintSize?: string | undefined;
503
- hintTargetIcon?: import("react").ReactNode;
504
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
505
- hintHasArrow?: boolean | undefined;
506
- hintOffset?: [number, number] | undefined;
507
- hintWidth?: string | undefined;
508
- hintContentLeft?: import("react").ReactNode;
509
- } & {
510
- enumerationType: "chip";
511
- onSearch?: undefined;
512
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
513
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
514
- chipType?: "text" | "default" | undefined;
515
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
516
- label?: string | undefined;
517
- labelPlacement?: "inner" | "outer" | undefined;
518
- titleCaption?: import("react").ReactNode;
519
- leftHelper?: string | undefined;
520
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
521
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
522
- textBefore?: string | undefined;
523
- textAfter?: string | undefined;
524
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
525
- } & {
30
+ } & Omit<import("../../../../components/TextField/TextField.types").TextFieldPropsBase, "required" | "optional" | "requiredPlacement" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & {
526
31
  requiredPlacement?: "left" | "right" | undefined;
527
32
  } & {
528
33
  optional?: true | undefined;
529
34
  required?: false | undefined;
530
- } & {
531
- clear?: false | undefined;
532
- hasDivider?: undefined;
533
- } & {
534
- hintTrigger?: undefined;
535
- hintText?: undefined;
536
- hintView?: undefined;
537
- hintSize?: undefined;
538
- hintTargetIcon?: undefined;
539
- hintPlacement?: undefined;
540
- hintHasArrow?: undefined;
541
- hintOffset?: undefined;
542
- hintWidth?: undefined;
543
- hintContentLeft?: undefined;
544
- } & {
545
- chips?: undefined;
546
- onChangeChips?: undefined;
547
- enumerationType?: "plain" | undefined;
548
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
549
- chipType?: undefined;
550
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | (import("../../../../components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
551
- label?: string | undefined;
552
- labelPlacement?: "inner" | "outer" | undefined;
553
- titleCaption?: import("react").ReactNode;
554
- leftHelper?: string | undefined;
555
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
556
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
557
- textBefore?: string | undefined;
558
- textAfter?: string | undefined;
559
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
560
- } & {
561
- requiredPlacement?: "left" | "right" | undefined;
562
- } & {
563
- optional?: true | undefined;
564
- required?: false | undefined;
565
- } & {
566
- clear?: false | undefined;
567
- hasDivider?: undefined;
568
- } & {
569
- hintTrigger?: undefined;
570
- hintText?: undefined;
571
- hintView?: undefined;
572
- hintSize?: undefined;
573
- hintTargetIcon?: undefined;
574
- hintPlacement?: undefined;
575
- hintHasArrow?: undefined;
576
- hintOffset?: undefined;
577
- hintWidth?: undefined;
578
- hintContentLeft?: undefined;
579
- } & {
580
- enumerationType: "chip";
581
- onSearch?: undefined;
582
- chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
583
- onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
584
- chipType?: "text" | "default" | undefined;
585
- }, "chipType" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
35
+ } & Omit<import("../../../../components/TextField/TextField.types").TextFieldPropsBase, "required" | "optional" | "requiredPlacement" | "chips" | "enumerationType" | "onChangeChips"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
586
36
  //# sourceMappingURL=Autocomplete.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sMAA0B,CAAC"}
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Autocomplete/Autocomplete.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8TAA0B,CAAC"}