@salutejs/plasma-new-hope 0.196.0-canary.1556.11967620671.0 → 0.196.0-canary.1566.11969356141.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +17 -17
- package/cjs/components/Autocomplete/Autocomplete.js +1 -7
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Calendar/Calendar.tokens.js +2 -1
- package/cjs/components/Calendar/Calendar.tokens.js.map +1 -1
- package/cjs/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/cjs/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/cjs/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/cjs/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/cjs/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/cjs/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/cjs/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -17
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +21 -21
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +21 -21
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +17 -17
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
- package/cjs/components/Range/Range.css +17 -17
- package/cjs/components/Select/Select.css +17 -17
- package/cjs/components/Select/ui/Inner/Inner.css +17 -17
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
- package/cjs/components/Select/ui/Target/Target.css +17 -17
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +17 -17
- package/cjs/components/Slider/components/Double/Double.css +17 -17
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
- package/cjs/components/TextField/TextField.js +5 -9
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +11 -20
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/{es/components/TextField/TextField.styles_ppcxpx.css → cjs/components/TextField/TextField.styles_j7dqpn.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +0 -1
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
- package/cjs/index.css +21 -21
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +1 -7
- package/emotion/cjs/components/Calendar/Calendar.tokens.js +2 -1
- package/emotion/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/emotion/cjs/components/TextField/TextField.js +6 -10
- package/emotion/cjs/components/TextField/TextField.styles.js +26 -29
- package/emotion/cjs/components/TextField/TextField.tokens.js +0 -1
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
- package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
- package/emotion/es/components/Autocomplete/Autocomplete.js +1 -7
- package/emotion/es/components/Calendar/Calendar.tokens.js +2 -1
- package/emotion/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +5 -5
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/emotion/es/components/TextField/TextField.js +6 -10
- package/emotion/es/components/TextField/TextField.styles.js +26 -29
- package/emotion/es/components/TextField/TextField.tokens.js +0 -1
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
- package/emotion/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +5 -5
- package/emotion/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +5 -5
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
- package/es/components/Autocomplete/Autocomplete.css +17 -17
- package/es/components/Autocomplete/Autocomplete.js +1 -7
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Calendar/Calendar.tokens.js +2 -1
- package/es/components/Calendar/Calendar.tokens.js.map +1 -1
- package/es/components/Calendar/CalendarBase/CalendarBase.css +4 -4
- package/es/components/Calendar/CalendarDouble/CalendarDouble.css +4 -4
- package/es/components/Calendar/ui/CalendarDays/CalendarDays.css +4 -4
- package/es/components/Calendar/ui/CalendarMonths/CalendarMonths.css +4 -4
- package/es/components/Calendar/ui/CalendarQuarters/CalendarQuarters.css +4 -4
- package/es/components/Calendar/ui/CalendarYears/CalendarYears.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.css +4 -4
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
- package/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js.map +1 -1
- package/es/components/Calendar/ui/DateStructureItem/{DateStructureItem.styles_uzh6dj.css → DateStructureItem.styles_1nxfztn.css} +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +17 -17
- package/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -17
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -17
- package/es/components/DatePicker/RangeDate/RangeDate.css +21 -21
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -21
- package/es/components/DatePicker/SingleDate/SingleDate.css +21 -21
- package/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +17 -17
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
- package/es/components/Range/Range.css +17 -17
- package/es/components/Select/Select.css +17 -17
- package/es/components/Select/ui/Inner/Inner.css +17 -17
- package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
- package/es/components/Select/ui/Target/Target.css +17 -17
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +17 -17
- package/es/components/Slider/components/Double/Double.css +17 -17
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
- package/es/components/TextField/TextField.js +5 -9
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +11 -20
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/{cjs/components/TextField/TextField.styles_ppcxpx.css → es/components/TextField/TextField.styles_j7dqpn.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +0 -1
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
- package/es/index.css +21 -21
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +1 -7
- package/styled-components/cjs/components/Calendar/Calendar.tokens.js +2 -1
- package/styled-components/cjs/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/styled-components/cjs/components/TextField/TextField.js +5 -9
- package/styled-components/cjs/components/TextField/TextField.styles.js +6 -9
- package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -1
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
- package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
- package/styled-components/es/components/Autocomplete/Autocomplete.js +1 -7
- package/styled-components/es/components/Calendar/Calendar.tokens.js +2 -1
- package/styled-components/es/components/Calendar/ui/DateStructureItem/DateStructureItem.styles.js +1 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +2 -7
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +3 -7
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +3 -10
- package/styled-components/es/components/TextField/TextField.js +5 -9
- package/styled-components/es/components/TextField/TextField.styles.js +6 -9
- package/styled-components/es/components/TextField/TextField.tokens.js +0 -1
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -7
- package/styled-components/es/examples/plasma_web/components/Calendar/CalendarBase.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/Calendar/CalendarDouble.config.js +1 -1
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +2 -9
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +53 -709
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Calendar/Calendar.tokens.d.ts +1 -0
- package/types/components/Calendar/Calendar.tokens.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +10 -30
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +53 -709
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +53 -709
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +9 -28
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +14 -282
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +53 -709
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +10 -30
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +53 -709
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +53 -709
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +1 -3
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +0 -1
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +19 -42
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -3
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +133 -1045
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +1 -47
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +54 -1238
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +14 -282
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +53 -709
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -3
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Calendar/CalendarDouble.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +133 -1045
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +1 -47
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +54 -1238
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +14 -282
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +53 -709
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +0 -1
@@ -27,6 +27,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
27
27
|
}> & (({
|
28
28
|
items: ItemOption[];
|
29
29
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
30
|
+
label?: string | undefined;
|
30
31
|
placeholder?: string | undefined;
|
31
32
|
helperText?: string | undefined;
|
32
33
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -42,10 +43,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
42
43
|
closeAfterSelect?: boolean | undefined;
|
43
44
|
size?: string | undefined;
|
44
45
|
view?: string | undefined;
|
45
|
-
|
46
|
-
label?: string | undefined;
|
47
|
-
labelPlacement: "inner";
|
48
|
-
hasPlaceholder?: boolean | undefined;
|
46
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
49
47
|
} & {
|
50
48
|
readOnly?: boolean | undefined;
|
51
49
|
disabled?: true | undefined;
|
@@ -58,12 +56,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
58
56
|
targetAmount?: undefined;
|
59
57
|
renderValue?: undefined;
|
60
58
|
} & {
|
61
|
-
required: true;
|
62
59
|
requiredPlacement?: "left" | "right" | undefined;
|
60
|
+
} & {
|
61
|
+
required: true;
|
63
62
|
optional?: false | undefined;
|
64
63
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
65
64
|
items: ItemOption[];
|
66
65
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
66
|
+
label?: string | undefined;
|
67
67
|
placeholder?: string | undefined;
|
68
68
|
helperText?: string | undefined;
|
69
69
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -79,10 +79,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
79
79
|
closeAfterSelect?: boolean | undefined;
|
80
80
|
size?: string | undefined;
|
81
81
|
view?: string | undefined;
|
82
|
-
|
83
|
-
label?: string | undefined;
|
84
|
-
labelPlacement: "inner";
|
85
|
-
hasPlaceholder?: boolean | undefined;
|
82
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
86
83
|
} & {
|
87
84
|
readOnly?: boolean | undefined;
|
88
85
|
disabled?: true | undefined;
|
@@ -95,12 +92,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
95
92
|
targetAmount?: undefined;
|
96
93
|
renderValue?: undefined;
|
97
94
|
} & {
|
95
|
+
requiredPlacement?: "left" | "right" | undefined;
|
96
|
+
} & {
|
97
|
+
optional?: true | undefined;
|
98
98
|
required?: false | undefined;
|
99
|
-
requiredPlacement?: undefined;
|
100
|
-
optional?: boolean | undefined;
|
101
99
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
102
100
|
items: ItemOption[];
|
103
101
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
102
|
+
label?: string | undefined;
|
104
103
|
placeholder?: string | undefined;
|
105
104
|
helperText?: string | undefined;
|
106
105
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -116,10 +115,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
116
115
|
closeAfterSelect?: boolean | undefined;
|
117
116
|
size?: string | undefined;
|
118
117
|
view?: string | undefined;
|
119
|
-
|
120
|
-
label?: string | undefined;
|
121
|
-
labelPlacement: "inner";
|
122
|
-
hasPlaceholder?: boolean | undefined;
|
118
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
123
119
|
} & {
|
124
120
|
readOnly?: boolean | undefined;
|
125
121
|
disabled?: true | undefined;
|
@@ -132,12 +128,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
132
128
|
targetAmount?: number | undefined;
|
133
129
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
134
130
|
} & {
|
135
|
-
required: true;
|
136
131
|
requiredPlacement?: "left" | "right" | undefined;
|
132
|
+
} & {
|
133
|
+
required: true;
|
137
134
|
optional?: false | undefined;
|
138
135
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
139
136
|
items: ItemOption[];
|
140
137
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
138
|
+
label?: string | undefined;
|
141
139
|
placeholder?: string | undefined;
|
142
140
|
helperText?: string | undefined;
|
143
141
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -153,10 +151,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
153
151
|
closeAfterSelect?: boolean | undefined;
|
154
152
|
size?: string | undefined;
|
155
153
|
view?: string | undefined;
|
156
|
-
|
157
|
-
label?: string | undefined;
|
158
|
-
labelPlacement: "inner";
|
159
|
-
hasPlaceholder?: boolean | undefined;
|
154
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
160
155
|
} & {
|
161
156
|
readOnly?: boolean | undefined;
|
162
157
|
disabled?: true | undefined;
|
@@ -169,12 +164,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
169
164
|
targetAmount?: number | undefined;
|
170
165
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
171
166
|
} & {
|
167
|
+
requiredPlacement?: "left" | "right" | undefined;
|
168
|
+
} & {
|
169
|
+
optional?: true | undefined;
|
172
170
|
required?: false | undefined;
|
173
|
-
requiredPlacement?: undefined;
|
174
|
-
optional?: boolean | undefined;
|
175
171
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
176
172
|
items: ItemOption[];
|
177
173
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
174
|
+
label?: string | undefined;
|
178
175
|
placeholder?: string | undefined;
|
179
176
|
helperText?: string | undefined;
|
180
177
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -190,10 +187,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
190
187
|
closeAfterSelect?: boolean | undefined;
|
191
188
|
size?: string | undefined;
|
192
189
|
view?: string | undefined;
|
193
|
-
|
194
|
-
label?: string | undefined;
|
195
|
-
labelPlacement: "inner";
|
196
|
-
hasPlaceholder?: boolean | undefined;
|
190
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
197
191
|
} & {
|
198
192
|
readOnly?: true | undefined;
|
199
193
|
disabled?: boolean | undefined;
|
@@ -206,12 +200,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
206
200
|
targetAmount?: undefined;
|
207
201
|
renderValue?: undefined;
|
208
202
|
} & {
|
209
|
-
required: true;
|
210
203
|
requiredPlacement?: "left" | "right" | undefined;
|
204
|
+
} & {
|
205
|
+
required: true;
|
211
206
|
optional?: false | undefined;
|
212
207
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
213
208
|
items: ItemOption[];
|
214
209
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
210
|
+
label?: string | undefined;
|
215
211
|
placeholder?: string | undefined;
|
216
212
|
helperText?: string | undefined;
|
217
213
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -227,10 +223,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
227
223
|
closeAfterSelect?: boolean | undefined;
|
228
224
|
size?: string | undefined;
|
229
225
|
view?: string | undefined;
|
230
|
-
|
231
|
-
label?: string | undefined;
|
232
|
-
labelPlacement: "inner";
|
233
|
-
hasPlaceholder?: boolean | undefined;
|
226
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
234
227
|
} & {
|
235
228
|
readOnly?: true | undefined;
|
236
229
|
disabled?: boolean | undefined;
|
@@ -243,12 +236,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
243
236
|
targetAmount?: undefined;
|
244
237
|
renderValue?: undefined;
|
245
238
|
} & {
|
239
|
+
requiredPlacement?: "left" | "right" | undefined;
|
240
|
+
} & {
|
241
|
+
optional?: true | undefined;
|
246
242
|
required?: false | undefined;
|
247
|
-
requiredPlacement?: undefined;
|
248
|
-
optional?: boolean | undefined;
|
249
243
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
250
244
|
items: ItemOption[];
|
251
245
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
246
|
+
label?: string | undefined;
|
252
247
|
placeholder?: string | undefined;
|
253
248
|
helperText?: string | undefined;
|
254
249
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -264,10 +259,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
264
259
|
closeAfterSelect?: boolean | undefined;
|
265
260
|
size?: string | undefined;
|
266
261
|
view?: string | undefined;
|
267
|
-
|
268
|
-
label?: string | undefined;
|
269
|
-
labelPlacement: "inner";
|
270
|
-
hasPlaceholder?: boolean | undefined;
|
262
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
271
263
|
} & {
|
272
264
|
readOnly?: true | undefined;
|
273
265
|
disabled?: boolean | undefined;
|
@@ -280,12 +272,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
280
272
|
targetAmount?: number | undefined;
|
281
273
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
282
274
|
} & {
|
283
|
-
required: true;
|
284
275
|
requiredPlacement?: "left" | "right" | undefined;
|
276
|
+
} & {
|
277
|
+
required: true;
|
285
278
|
optional?: false | undefined;
|
286
279
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
287
280
|
items: ItemOption[];
|
288
281
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
282
|
+
label?: string | undefined;
|
289
283
|
placeholder?: string | undefined;
|
290
284
|
helperText?: string | undefined;
|
291
285
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -301,10 +295,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
301
295
|
closeAfterSelect?: boolean | undefined;
|
302
296
|
size?: string | undefined;
|
303
297
|
view?: string | undefined;
|
304
|
-
|
305
|
-
label?: string | undefined;
|
306
|
-
labelPlacement: "inner";
|
307
|
-
hasPlaceholder?: boolean | undefined;
|
298
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
308
299
|
} & {
|
309
300
|
readOnly?: true | undefined;
|
310
301
|
disabled?: boolean | undefined;
|
@@ -317,12 +308,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
317
308
|
targetAmount?: number | undefined;
|
318
309
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
319
310
|
} & {
|
311
|
+
requiredPlacement?: "left" | "right" | undefined;
|
312
|
+
} & {
|
313
|
+
optional?: true | undefined;
|
320
314
|
required?: false | undefined;
|
321
|
-
requiredPlacement?: undefined;
|
322
|
-
optional?: boolean | undefined;
|
323
315
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
324
316
|
items: ItemOption[];
|
325
317
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
318
|
+
label?: string | undefined;
|
326
319
|
placeholder?: string | undefined;
|
327
320
|
helperText?: string | undefined;
|
328
321
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -338,10 +331,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
338
331
|
closeAfterSelect?: boolean | undefined;
|
339
332
|
size?: string | undefined;
|
340
333
|
view?: string | undefined;
|
341
|
-
|
342
|
-
label?: string | undefined;
|
343
|
-
labelPlacement: "inner";
|
344
|
-
hasPlaceholder?: boolean | undefined;
|
334
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
345
335
|
} & {
|
346
336
|
readOnly?: false | undefined;
|
347
337
|
disabled?: false | undefined;
|
@@ -354,12 +344,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
354
344
|
targetAmount?: undefined;
|
355
345
|
renderValue?: undefined;
|
356
346
|
} & {
|
357
|
-
required: true;
|
358
347
|
requiredPlacement?: "left" | "right" | undefined;
|
348
|
+
} & {
|
349
|
+
required: true;
|
359
350
|
optional?: false | undefined;
|
360
351
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
361
352
|
items: ItemOption[];
|
362
353
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
354
|
+
label?: string | undefined;
|
363
355
|
placeholder?: string | undefined;
|
364
356
|
helperText?: string | undefined;
|
365
357
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -375,10 +367,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
375
367
|
closeAfterSelect?: boolean | undefined;
|
376
368
|
size?: string | undefined;
|
377
369
|
view?: string | undefined;
|
378
|
-
|
379
|
-
label?: string | undefined;
|
380
|
-
labelPlacement: "inner";
|
381
|
-
hasPlaceholder?: boolean | undefined;
|
370
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
382
371
|
} & {
|
383
372
|
readOnly?: false | undefined;
|
384
373
|
disabled?: false | undefined;
|
@@ -391,12 +380,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
391
380
|
targetAmount?: undefined;
|
392
381
|
renderValue?: undefined;
|
393
382
|
} & {
|
383
|
+
requiredPlacement?: "left" | "right" | undefined;
|
384
|
+
} & {
|
385
|
+
optional?: true | undefined;
|
394
386
|
required?: false | undefined;
|
395
|
-
requiredPlacement?: undefined;
|
396
|
-
optional?: boolean | undefined;
|
397
387
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
398
388
|
items: ItemOption[];
|
399
389
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
390
|
+
label?: string | undefined;
|
400
391
|
placeholder?: string | undefined;
|
401
392
|
helperText?: string | undefined;
|
402
393
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -412,10 +403,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
412
403
|
closeAfterSelect?: boolean | undefined;
|
413
404
|
size?: string | undefined;
|
414
405
|
view?: string | undefined;
|
415
|
-
|
416
|
-
label?: string | undefined;
|
417
|
-
labelPlacement: "inner";
|
418
|
-
hasPlaceholder?: boolean | undefined;
|
406
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
419
407
|
} & {
|
420
408
|
readOnly?: false | undefined;
|
421
409
|
disabled?: false | undefined;
|
@@ -428,12 +416,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
428
416
|
targetAmount?: number | undefined;
|
429
417
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
430
418
|
} & {
|
431
|
-
required: true;
|
432
419
|
requiredPlacement?: "left" | "right" | undefined;
|
420
|
+
} & {
|
421
|
+
required: true;
|
433
422
|
optional?: false | undefined;
|
434
423
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
435
424
|
items: ItemOption[];
|
436
425
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
426
|
+
label?: string | undefined;
|
437
427
|
placeholder?: string | undefined;
|
438
428
|
helperText?: string | undefined;
|
439
429
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -449,10 +439,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
449
439
|
closeAfterSelect?: boolean | undefined;
|
450
440
|
size?: string | undefined;
|
451
441
|
view?: string | undefined;
|
452
|
-
|
453
|
-
label?: string | undefined;
|
454
|
-
labelPlacement: "inner";
|
455
|
-
hasPlaceholder?: boolean | undefined;
|
442
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
456
443
|
} & {
|
457
444
|
readOnly?: false | undefined;
|
458
445
|
disabled?: false | undefined;
|
@@ -465,12 +452,40 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
465
452
|
targetAmount?: number | undefined;
|
466
453
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
467
454
|
} & {
|
455
|
+
requiredPlacement?: "left" | "right" | undefined;
|
456
|
+
} & {
|
457
|
+
optional?: true | undefined;
|
468
458
|
required?: false | undefined;
|
469
|
-
|
470
|
-
|
471
|
-
|
459
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
460
|
+
declare type PropsFromConfig = keyof typeof config['variations'];
|
461
|
+
declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
|
462
|
+
declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & Pick<import("../../../../engines/types").PropsType<{
|
463
|
+
view: {
|
464
|
+
default: import("@linaria/core").LinariaClassName;
|
465
|
+
positive: import("@linaria/core").LinariaClassName;
|
466
|
+
warning: import("@linaria/core").LinariaClassName;
|
467
|
+
negative: import("@linaria/core").LinariaClassName;
|
468
|
+
};
|
469
|
+
size: {
|
470
|
+
l: import("@linaria/core").LinariaClassName;
|
471
|
+
m: import("@linaria/core").LinariaClassName;
|
472
|
+
s: import("@linaria/core").LinariaClassName;
|
473
|
+
xs: import("@linaria/core").LinariaClassName;
|
474
|
+
};
|
475
|
+
labelPlacement: {
|
476
|
+
inner: import("@linaria/core").LinariaClassName;
|
477
|
+
outer: import("@linaria/core").LinariaClassName;
|
478
|
+
};
|
479
|
+
disabled: {
|
480
|
+
true: import("@linaria/core").LinariaClassName;
|
481
|
+
};
|
482
|
+
readOnly: {
|
483
|
+
true: import("@linaria/core").LinariaClassName;
|
484
|
+
};
|
485
|
+
}> & (({
|
472
486
|
items: ItemOption[];
|
473
487
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
488
|
+
label?: string | undefined;
|
474
489
|
placeholder?: string | undefined;
|
475
490
|
helperText?: string | undefined;
|
476
491
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -486,10 +501,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
486
501
|
closeAfterSelect?: boolean | undefined;
|
487
502
|
size?: string | undefined;
|
488
503
|
view?: string | undefined;
|
489
|
-
|
490
|
-
label?: string | undefined;
|
491
|
-
labelPlacement?: "outer" | undefined;
|
492
|
-
hasPlaceholder?: undefined;
|
504
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
493
505
|
} & {
|
494
506
|
readOnly?: boolean | undefined;
|
495
507
|
disabled?: true | undefined;
|
@@ -502,12 +514,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
502
514
|
targetAmount?: undefined;
|
503
515
|
renderValue?: undefined;
|
504
516
|
} & {
|
505
|
-
required: true;
|
506
517
|
requiredPlacement?: "left" | "right" | undefined;
|
518
|
+
} & {
|
519
|
+
required: true;
|
507
520
|
optional?: false | undefined;
|
508
521
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
509
522
|
items: ItemOption[];
|
510
523
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
524
|
+
label?: string | undefined;
|
511
525
|
placeholder?: string | undefined;
|
512
526
|
helperText?: string | undefined;
|
513
527
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -523,10 +537,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
523
537
|
closeAfterSelect?: boolean | undefined;
|
524
538
|
size?: string | undefined;
|
525
539
|
view?: string | undefined;
|
526
|
-
|
527
|
-
label?: string | undefined;
|
528
|
-
labelPlacement?: "outer" | undefined;
|
529
|
-
hasPlaceholder?: undefined;
|
540
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
530
541
|
} & {
|
531
542
|
readOnly?: boolean | undefined;
|
532
543
|
disabled?: true | undefined;
|
@@ -539,12 +550,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
539
550
|
targetAmount?: undefined;
|
540
551
|
renderValue?: undefined;
|
541
552
|
} & {
|
553
|
+
requiredPlacement?: "left" | "right" | undefined;
|
554
|
+
} & {
|
555
|
+
optional?: true | undefined;
|
542
556
|
required?: false | undefined;
|
543
|
-
requiredPlacement?: undefined;
|
544
|
-
optional?: boolean | undefined;
|
545
557
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
546
558
|
items: ItemOption[];
|
547
559
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
560
|
+
label?: string | undefined;
|
548
561
|
placeholder?: string | undefined;
|
549
562
|
helperText?: string | undefined;
|
550
563
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -560,10 +573,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
560
573
|
closeAfterSelect?: boolean | undefined;
|
561
574
|
size?: string | undefined;
|
562
575
|
view?: string | undefined;
|
563
|
-
|
564
|
-
label?: string | undefined;
|
565
|
-
labelPlacement?: "outer" | undefined;
|
566
|
-
hasPlaceholder?: undefined;
|
576
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
567
577
|
} & {
|
568
578
|
readOnly?: boolean | undefined;
|
569
579
|
disabled?: true | undefined;
|
@@ -576,12 +586,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
576
586
|
targetAmount?: number | undefined;
|
577
587
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
578
588
|
} & {
|
579
|
-
required: true;
|
580
589
|
requiredPlacement?: "left" | "right" | undefined;
|
590
|
+
} & {
|
591
|
+
required: true;
|
581
592
|
optional?: false | undefined;
|
582
593
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
583
594
|
items: ItemOption[];
|
584
595
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
596
|
+
label?: string | undefined;
|
585
597
|
placeholder?: string | undefined;
|
586
598
|
helperText?: string | undefined;
|
587
599
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -597,10 +609,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
597
609
|
closeAfterSelect?: boolean | undefined;
|
598
610
|
size?: string | undefined;
|
599
611
|
view?: string | undefined;
|
600
|
-
|
601
|
-
label?: string | undefined;
|
602
|
-
labelPlacement?: "outer" | undefined;
|
603
|
-
hasPlaceholder?: undefined;
|
612
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
604
613
|
} & {
|
605
614
|
readOnly?: boolean | undefined;
|
606
615
|
disabled?: true | undefined;
|
@@ -613,12 +622,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
613
622
|
targetAmount?: number | undefined;
|
614
623
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
615
624
|
} & {
|
625
|
+
requiredPlacement?: "left" | "right" | undefined;
|
626
|
+
} & {
|
627
|
+
optional?: true | undefined;
|
616
628
|
required?: false | undefined;
|
617
|
-
requiredPlacement?: undefined;
|
618
|
-
optional?: boolean | undefined;
|
619
629
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
620
630
|
items: ItemOption[];
|
621
631
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
632
|
+
label?: string | undefined;
|
622
633
|
placeholder?: string | undefined;
|
623
634
|
helperText?: string | undefined;
|
624
635
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -634,10 +645,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
634
645
|
closeAfterSelect?: boolean | undefined;
|
635
646
|
size?: string | undefined;
|
636
647
|
view?: string | undefined;
|
637
|
-
|
638
|
-
label?: string | undefined;
|
639
|
-
labelPlacement?: "outer" | undefined;
|
640
|
-
hasPlaceholder?: undefined;
|
648
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
641
649
|
} & {
|
642
650
|
readOnly?: true | undefined;
|
643
651
|
disabled?: boolean | undefined;
|
@@ -650,12 +658,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
650
658
|
targetAmount?: undefined;
|
651
659
|
renderValue?: undefined;
|
652
660
|
} & {
|
653
|
-
required: true;
|
654
661
|
requiredPlacement?: "left" | "right" | undefined;
|
662
|
+
} & {
|
663
|
+
required: true;
|
655
664
|
optional?: false | undefined;
|
656
665
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
657
666
|
items: ItemOption[];
|
658
667
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
668
|
+
label?: string | undefined;
|
659
669
|
placeholder?: string | undefined;
|
660
670
|
helperText?: string | undefined;
|
661
671
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -671,10 +681,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
671
681
|
closeAfterSelect?: boolean | undefined;
|
672
682
|
size?: string | undefined;
|
673
683
|
view?: string | undefined;
|
674
|
-
|
675
|
-
label?: string | undefined;
|
676
|
-
labelPlacement?: "outer" | undefined;
|
677
|
-
hasPlaceholder?: undefined;
|
684
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
678
685
|
} & {
|
679
686
|
readOnly?: true | undefined;
|
680
687
|
disabled?: boolean | undefined;
|
@@ -687,12 +694,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
687
694
|
targetAmount?: undefined;
|
688
695
|
renderValue?: undefined;
|
689
696
|
} & {
|
697
|
+
requiredPlacement?: "left" | "right" | undefined;
|
698
|
+
} & {
|
699
|
+
optional?: true | undefined;
|
690
700
|
required?: false | undefined;
|
691
|
-
requiredPlacement?: undefined;
|
692
|
-
optional?: boolean | undefined;
|
693
701
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
694
702
|
items: ItemOption[];
|
695
703
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
704
|
+
label?: string | undefined;
|
696
705
|
placeholder?: string | undefined;
|
697
706
|
helperText?: string | undefined;
|
698
707
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -708,10 +717,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
708
717
|
closeAfterSelect?: boolean | undefined;
|
709
718
|
size?: string | undefined;
|
710
719
|
view?: string | undefined;
|
711
|
-
|
712
|
-
label?: string | undefined;
|
713
|
-
labelPlacement?: "outer" | undefined;
|
714
|
-
hasPlaceholder?: undefined;
|
720
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
715
721
|
} & {
|
716
722
|
readOnly?: true | undefined;
|
717
723
|
disabled?: boolean | undefined;
|
@@ -724,12 +730,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
724
730
|
targetAmount?: number | undefined;
|
725
731
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
726
732
|
} & {
|
727
|
-
required: true;
|
728
733
|
requiredPlacement?: "left" | "right" | undefined;
|
734
|
+
} & {
|
735
|
+
required: true;
|
729
736
|
optional?: false | undefined;
|
730
737
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
731
738
|
items: ItemOption[];
|
732
739
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
740
|
+
label?: string | undefined;
|
733
741
|
placeholder?: string | undefined;
|
734
742
|
helperText?: string | undefined;
|
735
743
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -745,10 +753,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
745
753
|
closeAfterSelect?: boolean | undefined;
|
746
754
|
size?: string | undefined;
|
747
755
|
view?: string | undefined;
|
748
|
-
|
749
|
-
label?: string | undefined;
|
750
|
-
labelPlacement?: "outer" | undefined;
|
751
|
-
hasPlaceholder?: undefined;
|
756
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
752
757
|
} & {
|
753
758
|
readOnly?: true | undefined;
|
754
759
|
disabled?: boolean | undefined;
|
@@ -761,12 +766,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
761
766
|
targetAmount?: number | undefined;
|
762
767
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
763
768
|
} & {
|
769
|
+
requiredPlacement?: "left" | "right" | undefined;
|
770
|
+
} & {
|
771
|
+
optional?: true | undefined;
|
764
772
|
required?: false | undefined;
|
765
|
-
requiredPlacement?: undefined;
|
766
|
-
optional?: boolean | undefined;
|
767
773
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
768
774
|
items: ItemOption[];
|
769
775
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
776
|
+
label?: string | undefined;
|
770
777
|
placeholder?: string | undefined;
|
771
778
|
helperText?: string | undefined;
|
772
779
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -782,10 +789,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
782
789
|
closeAfterSelect?: boolean | undefined;
|
783
790
|
size?: string | undefined;
|
784
791
|
view?: string | undefined;
|
785
|
-
|
786
|
-
label?: string | undefined;
|
787
|
-
labelPlacement?: "outer" | undefined;
|
788
|
-
hasPlaceholder?: undefined;
|
792
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
789
793
|
} & {
|
790
794
|
readOnly?: false | undefined;
|
791
795
|
disabled?: false | undefined;
|
@@ -798,12 +802,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
798
802
|
targetAmount?: undefined;
|
799
803
|
renderValue?: undefined;
|
800
804
|
} & {
|
801
|
-
required: true;
|
802
805
|
requiredPlacement?: "left" | "right" | undefined;
|
806
|
+
} & {
|
807
|
+
required: true;
|
803
808
|
optional?: false | undefined;
|
804
809
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
805
810
|
items: ItemOption[];
|
806
811
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
812
|
+
label?: string | undefined;
|
807
813
|
placeholder?: string | undefined;
|
808
814
|
helperText?: string | undefined;
|
809
815
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -819,10 +825,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
819
825
|
closeAfterSelect?: boolean | undefined;
|
820
826
|
size?: string | undefined;
|
821
827
|
view?: string | undefined;
|
822
|
-
|
823
|
-
label?: string | undefined;
|
824
|
-
labelPlacement?: "outer" | undefined;
|
825
|
-
hasPlaceholder?: undefined;
|
828
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
826
829
|
} & {
|
827
830
|
readOnly?: false | undefined;
|
828
831
|
disabled?: false | undefined;
|
@@ -835,12 +838,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
835
838
|
targetAmount?: undefined;
|
836
839
|
renderValue?: undefined;
|
837
840
|
} & {
|
841
|
+
requiredPlacement?: "left" | "right" | undefined;
|
842
|
+
} & {
|
843
|
+
optional?: true | undefined;
|
838
844
|
required?: false | undefined;
|
839
|
-
requiredPlacement?: undefined;
|
840
|
-
optional?: boolean | undefined;
|
841
845
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
842
846
|
items: ItemOption[];
|
843
847
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
848
|
+
label?: string | undefined;
|
844
849
|
placeholder?: string | undefined;
|
845
850
|
helperText?: string | undefined;
|
846
851
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -856,10 +861,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
856
861
|
closeAfterSelect?: boolean | undefined;
|
857
862
|
size?: string | undefined;
|
858
863
|
view?: string | undefined;
|
859
|
-
|
860
|
-
label?: string | undefined;
|
861
|
-
labelPlacement?: "outer" | undefined;
|
862
|
-
hasPlaceholder?: undefined;
|
864
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
863
865
|
} & {
|
864
866
|
readOnly?: false | undefined;
|
865
867
|
disabled?: false | undefined;
|
@@ -872,12 +874,14 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
872
874
|
targetAmount?: number | undefined;
|
873
875
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
874
876
|
} & {
|
875
|
-
required: true;
|
876
877
|
requiredPlacement?: "left" | "right" | undefined;
|
878
|
+
} & {
|
879
|
+
required: true;
|
877
880
|
optional?: false | undefined;
|
878
881
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
879
882
|
items: ItemOption[];
|
880
883
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
884
|
+
label?: string | undefined;
|
881
885
|
placeholder?: string | undefined;
|
882
886
|
helperText?: string | undefined;
|
883
887
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -893,10 +897,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
893
897
|
closeAfterSelect?: boolean | undefined;
|
894
898
|
size?: string | undefined;
|
895
899
|
view?: string | undefined;
|
896
|
-
|
897
|
-
label?: string | undefined;
|
898
|
-
labelPlacement?: "outer" | undefined;
|
899
|
-
hasPlaceholder?: undefined;
|
900
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
900
901
|
} & {
|
901
902
|
readOnly?: false | undefined;
|
902
903
|
disabled?: false | undefined;
|
@@ -909,923 +910,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
909
910
|
targetAmount?: number | undefined;
|
910
911
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
911
912
|
} & {
|
912
|
-
required?: false | undefined;
|
913
|
-
requiredPlacement?: undefined;
|
914
|
-
optional?: boolean | undefined;
|
915
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
916
|
-
declare type PropsFromConfig = keyof typeof config['variations'];
|
917
|
-
declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
|
918
|
-
declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & Pick<import("../../../../engines/types").PropsType<{
|
919
|
-
view: {
|
920
|
-
default: import("@linaria/core").LinariaClassName;
|
921
|
-
positive: import("@linaria/core").LinariaClassName;
|
922
|
-
warning: import("@linaria/core").LinariaClassName;
|
923
|
-
negative: import("@linaria/core").LinariaClassName;
|
924
|
-
};
|
925
|
-
size: {
|
926
|
-
l: import("@linaria/core").LinariaClassName;
|
927
|
-
m: import("@linaria/core").LinariaClassName;
|
928
|
-
s: import("@linaria/core").LinariaClassName;
|
929
|
-
xs: import("@linaria/core").LinariaClassName;
|
930
|
-
};
|
931
|
-
labelPlacement: {
|
932
|
-
inner: import("@linaria/core").LinariaClassName;
|
933
|
-
outer: import("@linaria/core").LinariaClassName;
|
934
|
-
};
|
935
|
-
disabled: {
|
936
|
-
true: import("@linaria/core").LinariaClassName;
|
937
|
-
};
|
938
|
-
readOnly: {
|
939
|
-
true: import("@linaria/core").LinariaClassName;
|
940
|
-
};
|
941
|
-
}> & (({
|
942
|
-
items: ItemOption[];
|
943
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
944
|
-
placeholder?: string | undefined;
|
945
|
-
helperText?: string | undefined;
|
946
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
947
|
-
textBefore?: string | undefined;
|
948
|
-
textAfter?: string | undefined;
|
949
|
-
variant?: "normal" | "tight" | undefined;
|
950
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
951
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
952
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
953
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
954
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
955
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
956
|
-
closeAfterSelect?: boolean | undefined;
|
957
|
-
size?: string | undefined;
|
958
|
-
view?: string | undefined;
|
959
|
-
} & {
|
960
|
-
label?: string | undefined;
|
961
|
-
labelPlacement: "inner";
|
962
|
-
hasPlaceholder?: boolean | undefined;
|
963
|
-
} & {
|
964
|
-
readOnly?: boolean | undefined;
|
965
|
-
disabled?: true | undefined;
|
966
|
-
alwaysOpened?: false | undefined;
|
967
|
-
} & {
|
968
|
-
multiple?: false | undefined;
|
969
|
-
value?: string | undefined;
|
970
|
-
onChange?: ((value: string) => void) | undefined;
|
971
|
-
isTargetAmount?: false | undefined;
|
972
|
-
targetAmount?: undefined;
|
973
|
-
renderValue?: undefined;
|
974
|
-
} & {
|
975
|
-
required: true;
|
976
913
|
requiredPlacement?: "left" | "right" | undefined;
|
977
|
-
optional?: false | undefined;
|
978
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
979
|
-
items: ItemOption[];
|
980
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
981
|
-
placeholder?: string | undefined;
|
982
|
-
helperText?: string | undefined;
|
983
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
984
|
-
textBefore?: string | undefined;
|
985
|
-
textAfter?: string | undefined;
|
986
|
-
variant?: "normal" | "tight" | undefined;
|
987
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
988
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
989
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
990
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
991
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
992
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
993
|
-
closeAfterSelect?: boolean | undefined;
|
994
|
-
size?: string | undefined;
|
995
|
-
view?: string | undefined;
|
996
|
-
} & {
|
997
|
-
label?: string | undefined;
|
998
|
-
labelPlacement: "inner";
|
999
|
-
hasPlaceholder?: boolean | undefined;
|
1000
|
-
} & {
|
1001
|
-
readOnly?: boolean | undefined;
|
1002
|
-
disabled?: true | undefined;
|
1003
|
-
alwaysOpened?: false | undefined;
|
1004
|
-
} & {
|
1005
|
-
multiple?: false | undefined;
|
1006
|
-
value?: string | undefined;
|
1007
|
-
onChange?: ((value: string) => void) | undefined;
|
1008
|
-
isTargetAmount?: false | undefined;
|
1009
|
-
targetAmount?: undefined;
|
1010
|
-
renderValue?: undefined;
|
1011
|
-
} & {
|
1012
|
-
required?: false | undefined;
|
1013
|
-
requiredPlacement?: undefined;
|
1014
|
-
optional?: boolean | undefined;
|
1015
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1016
|
-
items: ItemOption[];
|
1017
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1018
|
-
placeholder?: string | undefined;
|
1019
|
-
helperText?: string | undefined;
|
1020
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1021
|
-
textBefore?: string | undefined;
|
1022
|
-
textAfter?: string | undefined;
|
1023
|
-
variant?: "normal" | "tight" | undefined;
|
1024
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1025
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1026
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1027
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1028
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1029
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1030
|
-
closeAfterSelect?: boolean | undefined;
|
1031
|
-
size?: string | undefined;
|
1032
|
-
view?: string | undefined;
|
1033
|
-
} & {
|
1034
|
-
label?: string | undefined;
|
1035
|
-
labelPlacement: "inner";
|
1036
|
-
hasPlaceholder?: boolean | undefined;
|
1037
|
-
} & {
|
1038
|
-
readOnly?: boolean | undefined;
|
1039
|
-
disabled?: true | undefined;
|
1040
|
-
alwaysOpened?: false | undefined;
|
1041
|
-
} & {
|
1042
|
-
multiple: true;
|
1043
|
-
value?: string[] | undefined;
|
1044
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1045
|
-
isTargetAmount?: true | undefined;
|
1046
|
-
targetAmount?: number | undefined;
|
1047
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1048
|
-
} & {
|
1049
|
-
required: true;
|
1050
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1051
|
-
optional?: false | undefined;
|
1052
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1053
|
-
items: ItemOption[];
|
1054
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1055
|
-
placeholder?: string | undefined;
|
1056
|
-
helperText?: string | undefined;
|
1057
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1058
|
-
textBefore?: string | undefined;
|
1059
|
-
textAfter?: string | undefined;
|
1060
|
-
variant?: "normal" | "tight" | undefined;
|
1061
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1062
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1063
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1064
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1065
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1066
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1067
|
-
closeAfterSelect?: boolean | undefined;
|
1068
|
-
size?: string | undefined;
|
1069
|
-
view?: string | undefined;
|
1070
|
-
} & {
|
1071
|
-
label?: string | undefined;
|
1072
|
-
labelPlacement: "inner";
|
1073
|
-
hasPlaceholder?: boolean | undefined;
|
1074
|
-
} & {
|
1075
|
-
readOnly?: boolean | undefined;
|
1076
|
-
disabled?: true | undefined;
|
1077
|
-
alwaysOpened?: false | undefined;
|
1078
|
-
} & {
|
1079
|
-
multiple: true;
|
1080
|
-
value?: string[] | undefined;
|
1081
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1082
|
-
isTargetAmount?: true | undefined;
|
1083
|
-
targetAmount?: number | undefined;
|
1084
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1085
|
-
} & {
|
1086
|
-
required?: false | undefined;
|
1087
|
-
requiredPlacement?: undefined;
|
1088
|
-
optional?: boolean | undefined;
|
1089
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1090
|
-
items: ItemOption[];
|
1091
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1092
|
-
placeholder?: string | undefined;
|
1093
|
-
helperText?: string | undefined;
|
1094
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1095
|
-
textBefore?: string | undefined;
|
1096
|
-
textAfter?: string | undefined;
|
1097
|
-
variant?: "normal" | "tight" | undefined;
|
1098
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1099
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1100
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1101
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1102
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1103
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1104
|
-
closeAfterSelect?: boolean | undefined;
|
1105
|
-
size?: string | undefined;
|
1106
|
-
view?: string | undefined;
|
1107
|
-
} & {
|
1108
|
-
label?: string | undefined;
|
1109
|
-
labelPlacement: "inner";
|
1110
|
-
hasPlaceholder?: boolean | undefined;
|
1111
|
-
} & {
|
1112
|
-
readOnly?: true | undefined;
|
1113
|
-
disabled?: boolean | undefined;
|
1114
|
-
alwaysOpened?: false | undefined;
|
1115
|
-
} & {
|
1116
|
-
multiple?: false | undefined;
|
1117
|
-
value?: string | undefined;
|
1118
|
-
onChange?: ((value: string) => void) | undefined;
|
1119
|
-
isTargetAmount?: false | undefined;
|
1120
|
-
targetAmount?: undefined;
|
1121
|
-
renderValue?: undefined;
|
1122
|
-
} & {
|
1123
|
-
required: true;
|
1124
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1125
|
-
optional?: false | undefined;
|
1126
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1127
|
-
items: ItemOption[];
|
1128
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1129
|
-
placeholder?: string | undefined;
|
1130
|
-
helperText?: string | undefined;
|
1131
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1132
|
-
textBefore?: string | undefined;
|
1133
|
-
textAfter?: string | undefined;
|
1134
|
-
variant?: "normal" | "tight" | undefined;
|
1135
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1136
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1137
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1138
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1139
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1140
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1141
|
-
closeAfterSelect?: boolean | undefined;
|
1142
|
-
size?: string | undefined;
|
1143
|
-
view?: string | undefined;
|
1144
|
-
} & {
|
1145
|
-
label?: string | undefined;
|
1146
|
-
labelPlacement: "inner";
|
1147
|
-
hasPlaceholder?: boolean | undefined;
|
1148
|
-
} & {
|
1149
|
-
readOnly?: true | undefined;
|
1150
|
-
disabled?: boolean | undefined;
|
1151
|
-
alwaysOpened?: false | undefined;
|
1152
|
-
} & {
|
1153
|
-
multiple?: false | undefined;
|
1154
|
-
value?: string | undefined;
|
1155
|
-
onChange?: ((value: string) => void) | undefined;
|
1156
|
-
isTargetAmount?: false | undefined;
|
1157
|
-
targetAmount?: undefined;
|
1158
|
-
renderValue?: undefined;
|
1159
|
-
} & {
|
1160
|
-
required?: false | undefined;
|
1161
|
-
requiredPlacement?: undefined;
|
1162
|
-
optional?: boolean | undefined;
|
1163
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1164
|
-
items: ItemOption[];
|
1165
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1166
|
-
placeholder?: string | undefined;
|
1167
|
-
helperText?: string | undefined;
|
1168
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1169
|
-
textBefore?: string | undefined;
|
1170
|
-
textAfter?: string | undefined;
|
1171
|
-
variant?: "normal" | "tight" | undefined;
|
1172
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1173
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1174
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1175
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1176
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1177
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1178
|
-
closeAfterSelect?: boolean | undefined;
|
1179
|
-
size?: string | undefined;
|
1180
|
-
view?: string | undefined;
|
1181
|
-
} & {
|
1182
|
-
label?: string | undefined;
|
1183
|
-
labelPlacement: "inner";
|
1184
|
-
hasPlaceholder?: boolean | undefined;
|
1185
|
-
} & {
|
1186
|
-
readOnly?: true | undefined;
|
1187
|
-
disabled?: boolean | undefined;
|
1188
|
-
alwaysOpened?: false | undefined;
|
1189
|
-
} & {
|
1190
|
-
multiple: true;
|
1191
|
-
value?: string[] | undefined;
|
1192
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1193
|
-
isTargetAmount?: true | undefined;
|
1194
|
-
targetAmount?: number | undefined;
|
1195
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1196
|
-
} & {
|
1197
|
-
required: true;
|
1198
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1199
|
-
optional?: false | undefined;
|
1200
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1201
|
-
items: ItemOption[];
|
1202
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1203
|
-
placeholder?: string | undefined;
|
1204
|
-
helperText?: string | undefined;
|
1205
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1206
|
-
textBefore?: string | undefined;
|
1207
|
-
textAfter?: string | undefined;
|
1208
|
-
variant?: "normal" | "tight" | undefined;
|
1209
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1210
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1211
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1212
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1213
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1214
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1215
|
-
closeAfterSelect?: boolean | undefined;
|
1216
|
-
size?: string | undefined;
|
1217
|
-
view?: string | undefined;
|
1218
|
-
} & {
|
1219
|
-
label?: string | undefined;
|
1220
|
-
labelPlacement: "inner";
|
1221
|
-
hasPlaceholder?: boolean | undefined;
|
1222
|
-
} & {
|
1223
|
-
readOnly?: true | undefined;
|
1224
|
-
disabled?: boolean | undefined;
|
1225
|
-
alwaysOpened?: false | undefined;
|
1226
|
-
} & {
|
1227
|
-
multiple: true;
|
1228
|
-
value?: string[] | undefined;
|
1229
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1230
|
-
isTargetAmount?: true | undefined;
|
1231
|
-
targetAmount?: number | undefined;
|
1232
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1233
|
-
} & {
|
1234
|
-
required?: false | undefined;
|
1235
|
-
requiredPlacement?: undefined;
|
1236
|
-
optional?: boolean | undefined;
|
1237
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1238
|
-
items: ItemOption[];
|
1239
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1240
|
-
placeholder?: string | undefined;
|
1241
|
-
helperText?: string | undefined;
|
1242
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1243
|
-
textBefore?: string | undefined;
|
1244
|
-
textAfter?: string | undefined;
|
1245
|
-
variant?: "normal" | "tight" | undefined;
|
1246
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1247
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1248
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1249
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1250
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1251
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1252
|
-
closeAfterSelect?: boolean | undefined;
|
1253
|
-
size?: string | undefined;
|
1254
|
-
view?: string | undefined;
|
1255
|
-
} & {
|
1256
|
-
label?: string | undefined;
|
1257
|
-
labelPlacement: "inner";
|
1258
|
-
hasPlaceholder?: boolean | undefined;
|
1259
|
-
} & {
|
1260
|
-
readOnly?: false | undefined;
|
1261
|
-
disabled?: false | undefined;
|
1262
|
-
alwaysOpened?: true | undefined;
|
1263
|
-
} & {
|
1264
|
-
multiple?: false | undefined;
|
1265
|
-
value?: string | undefined;
|
1266
|
-
onChange?: ((value: string) => void) | undefined;
|
1267
|
-
isTargetAmount?: false | undefined;
|
1268
|
-
targetAmount?: undefined;
|
1269
|
-
renderValue?: undefined;
|
1270
|
-
} & {
|
1271
|
-
required: true;
|
1272
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1273
|
-
optional?: false | undefined;
|
1274
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1275
|
-
items: ItemOption[];
|
1276
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1277
|
-
placeholder?: string | undefined;
|
1278
|
-
helperText?: string | undefined;
|
1279
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1280
|
-
textBefore?: string | undefined;
|
1281
|
-
textAfter?: string | undefined;
|
1282
|
-
variant?: "normal" | "tight" | undefined;
|
1283
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1284
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1285
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1286
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1287
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1288
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1289
|
-
closeAfterSelect?: boolean | undefined;
|
1290
|
-
size?: string | undefined;
|
1291
|
-
view?: string | undefined;
|
1292
|
-
} & {
|
1293
|
-
label?: string | undefined;
|
1294
|
-
labelPlacement: "inner";
|
1295
|
-
hasPlaceholder?: boolean | undefined;
|
1296
|
-
} & {
|
1297
|
-
readOnly?: false | undefined;
|
1298
|
-
disabled?: false | undefined;
|
1299
|
-
alwaysOpened?: true | undefined;
|
1300
|
-
} & {
|
1301
|
-
multiple?: false | undefined;
|
1302
|
-
value?: string | undefined;
|
1303
|
-
onChange?: ((value: string) => void) | undefined;
|
1304
|
-
isTargetAmount?: false | undefined;
|
1305
|
-
targetAmount?: undefined;
|
1306
|
-
renderValue?: undefined;
|
1307
|
-
} & {
|
1308
|
-
required?: false | undefined;
|
1309
|
-
requiredPlacement?: undefined;
|
1310
|
-
optional?: boolean | undefined;
|
1311
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1312
|
-
items: ItemOption[];
|
1313
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1314
|
-
placeholder?: string | undefined;
|
1315
|
-
helperText?: string | undefined;
|
1316
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1317
|
-
textBefore?: string | undefined;
|
1318
|
-
textAfter?: string | undefined;
|
1319
|
-
variant?: "normal" | "tight" | undefined;
|
1320
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1321
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1322
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1323
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1324
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1325
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1326
|
-
closeAfterSelect?: boolean | undefined;
|
1327
|
-
size?: string | undefined;
|
1328
|
-
view?: string | undefined;
|
1329
|
-
} & {
|
1330
|
-
label?: string | undefined;
|
1331
|
-
labelPlacement: "inner";
|
1332
|
-
hasPlaceholder?: boolean | undefined;
|
1333
|
-
} & {
|
1334
|
-
readOnly?: false | undefined;
|
1335
|
-
disabled?: false | undefined;
|
1336
|
-
alwaysOpened?: true | undefined;
|
1337
|
-
} & {
|
1338
|
-
multiple: true;
|
1339
|
-
value?: string[] | undefined;
|
1340
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1341
|
-
isTargetAmount?: true | undefined;
|
1342
|
-
targetAmount?: number | undefined;
|
1343
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1344
|
-
} & {
|
1345
|
-
required: true;
|
1346
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1347
|
-
optional?: false | undefined;
|
1348
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1349
|
-
items: ItemOption[];
|
1350
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1351
|
-
placeholder?: string | undefined;
|
1352
|
-
helperText?: string | undefined;
|
1353
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1354
|
-
textBefore?: string | undefined;
|
1355
|
-
textAfter?: string | undefined;
|
1356
|
-
variant?: "normal" | "tight" | undefined;
|
1357
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1358
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1359
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1360
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1361
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1362
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1363
|
-
closeAfterSelect?: boolean | undefined;
|
1364
|
-
size?: string | undefined;
|
1365
|
-
view?: string | undefined;
|
1366
|
-
} & {
|
1367
|
-
label?: string | undefined;
|
1368
|
-
labelPlacement: "inner";
|
1369
|
-
hasPlaceholder?: boolean | undefined;
|
1370
|
-
} & {
|
1371
|
-
readOnly?: false | undefined;
|
1372
|
-
disabled?: false | undefined;
|
1373
|
-
alwaysOpened?: true | undefined;
|
1374
|
-
} & {
|
1375
|
-
multiple: true;
|
1376
|
-
value?: string[] | undefined;
|
1377
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1378
|
-
isTargetAmount?: true | undefined;
|
1379
|
-
targetAmount?: number | undefined;
|
1380
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1381
|
-
} & {
|
1382
|
-
required?: false | undefined;
|
1383
|
-
requiredPlacement?: undefined;
|
1384
|
-
optional?: boolean | undefined;
|
1385
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1386
|
-
items: ItemOption[];
|
1387
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1388
|
-
placeholder?: string | undefined;
|
1389
|
-
helperText?: string | undefined;
|
1390
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1391
|
-
textBefore?: string | undefined;
|
1392
|
-
textAfter?: string | undefined;
|
1393
|
-
variant?: "normal" | "tight" | undefined;
|
1394
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1395
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1396
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1397
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1398
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1399
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1400
|
-
closeAfterSelect?: boolean | undefined;
|
1401
|
-
size?: string | undefined;
|
1402
|
-
view?: string | undefined;
|
1403
|
-
} & {
|
1404
|
-
label?: string | undefined;
|
1405
|
-
labelPlacement?: "outer" | undefined;
|
1406
|
-
hasPlaceholder?: undefined;
|
1407
|
-
} & {
|
1408
|
-
readOnly?: boolean | undefined;
|
1409
|
-
disabled?: true | undefined;
|
1410
|
-
alwaysOpened?: false | undefined;
|
1411
|
-
} & {
|
1412
|
-
multiple?: false | undefined;
|
1413
|
-
value?: string | undefined;
|
1414
|
-
onChange?: ((value: string) => void) | undefined;
|
1415
|
-
isTargetAmount?: false | undefined;
|
1416
|
-
targetAmount?: undefined;
|
1417
|
-
renderValue?: undefined;
|
1418
|
-
} & {
|
1419
|
-
required: true;
|
1420
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1421
|
-
optional?: false | undefined;
|
1422
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1423
|
-
items: ItemOption[];
|
1424
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1425
|
-
placeholder?: string | undefined;
|
1426
|
-
helperText?: string | undefined;
|
1427
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1428
|
-
textBefore?: string | undefined;
|
1429
|
-
textAfter?: string | undefined;
|
1430
|
-
variant?: "normal" | "tight" | undefined;
|
1431
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1432
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1433
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1434
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1435
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1436
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1437
|
-
closeAfterSelect?: boolean | undefined;
|
1438
|
-
size?: string | undefined;
|
1439
|
-
view?: string | undefined;
|
1440
|
-
} & {
|
1441
|
-
label?: string | undefined;
|
1442
|
-
labelPlacement?: "outer" | undefined;
|
1443
|
-
hasPlaceholder?: undefined;
|
1444
|
-
} & {
|
1445
|
-
readOnly?: boolean | undefined;
|
1446
|
-
disabled?: true | undefined;
|
1447
|
-
alwaysOpened?: false | undefined;
|
1448
|
-
} & {
|
1449
|
-
multiple?: false | undefined;
|
1450
|
-
value?: string | undefined;
|
1451
|
-
onChange?: ((value: string) => void) | undefined;
|
1452
|
-
isTargetAmount?: false | undefined;
|
1453
|
-
targetAmount?: undefined;
|
1454
|
-
renderValue?: undefined;
|
1455
|
-
} & {
|
1456
|
-
required?: false | undefined;
|
1457
|
-
requiredPlacement?: undefined;
|
1458
|
-
optional?: boolean | undefined;
|
1459
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1460
|
-
items: ItemOption[];
|
1461
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1462
|
-
placeholder?: string | undefined;
|
1463
|
-
helperText?: string | undefined;
|
1464
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1465
|
-
textBefore?: string | undefined;
|
1466
|
-
textAfter?: string | undefined;
|
1467
|
-
variant?: "normal" | "tight" | undefined;
|
1468
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1469
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1470
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1471
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1472
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1473
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1474
|
-
closeAfterSelect?: boolean | undefined;
|
1475
|
-
size?: string | undefined;
|
1476
|
-
view?: string | undefined;
|
1477
|
-
} & {
|
1478
|
-
label?: string | undefined;
|
1479
|
-
labelPlacement?: "outer" | undefined;
|
1480
|
-
hasPlaceholder?: undefined;
|
1481
|
-
} & {
|
1482
|
-
readOnly?: boolean | undefined;
|
1483
|
-
disabled?: true | undefined;
|
1484
|
-
alwaysOpened?: false | undefined;
|
1485
|
-
} & {
|
1486
|
-
multiple: true;
|
1487
|
-
value?: string[] | undefined;
|
1488
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1489
|
-
isTargetAmount?: true | undefined;
|
1490
|
-
targetAmount?: number | undefined;
|
1491
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1492
|
-
} & {
|
1493
|
-
required: true;
|
1494
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1495
|
-
optional?: false | undefined;
|
1496
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1497
|
-
items: ItemOption[];
|
1498
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1499
|
-
placeholder?: string | undefined;
|
1500
|
-
helperText?: string | undefined;
|
1501
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1502
|
-
textBefore?: string | undefined;
|
1503
|
-
textAfter?: string | undefined;
|
1504
|
-
variant?: "normal" | "tight" | undefined;
|
1505
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1506
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1507
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1508
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1509
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1510
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1511
|
-
closeAfterSelect?: boolean | undefined;
|
1512
|
-
size?: string | undefined;
|
1513
|
-
view?: string | undefined;
|
1514
|
-
} & {
|
1515
|
-
label?: string | undefined;
|
1516
|
-
labelPlacement?: "outer" | undefined;
|
1517
|
-
hasPlaceholder?: undefined;
|
1518
|
-
} & {
|
1519
|
-
readOnly?: boolean | undefined;
|
1520
|
-
disabled?: true | undefined;
|
1521
|
-
alwaysOpened?: false | undefined;
|
1522
|
-
} & {
|
1523
|
-
multiple: true;
|
1524
|
-
value?: string[] | undefined;
|
1525
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1526
|
-
isTargetAmount?: true | undefined;
|
1527
|
-
targetAmount?: number | undefined;
|
1528
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1529
|
-
} & {
|
1530
|
-
required?: false | undefined;
|
1531
|
-
requiredPlacement?: undefined;
|
1532
|
-
optional?: boolean | undefined;
|
1533
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1534
|
-
items: ItemOption[];
|
1535
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1536
|
-
placeholder?: string | undefined;
|
1537
|
-
helperText?: string | undefined;
|
1538
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1539
|
-
textBefore?: string | undefined;
|
1540
|
-
textAfter?: string | undefined;
|
1541
|
-
variant?: "normal" | "tight" | undefined;
|
1542
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1543
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1544
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1545
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1546
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1547
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1548
|
-
closeAfterSelect?: boolean | undefined;
|
1549
|
-
size?: string | undefined;
|
1550
|
-
view?: string | undefined;
|
1551
|
-
} & {
|
1552
|
-
label?: string | undefined;
|
1553
|
-
labelPlacement?: "outer" | undefined;
|
1554
|
-
hasPlaceholder?: undefined;
|
1555
|
-
} & {
|
1556
|
-
readOnly?: true | undefined;
|
1557
|
-
disabled?: boolean | undefined;
|
1558
|
-
alwaysOpened?: false | undefined;
|
1559
|
-
} & {
|
1560
|
-
multiple?: false | undefined;
|
1561
|
-
value?: string | undefined;
|
1562
|
-
onChange?: ((value: string) => void) | undefined;
|
1563
|
-
isTargetAmount?: false | undefined;
|
1564
|
-
targetAmount?: undefined;
|
1565
|
-
renderValue?: undefined;
|
1566
|
-
} & {
|
1567
|
-
required: true;
|
1568
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1569
|
-
optional?: false | undefined;
|
1570
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1571
|
-
items: ItemOption[];
|
1572
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1573
|
-
placeholder?: string | undefined;
|
1574
|
-
helperText?: string | undefined;
|
1575
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1576
|
-
textBefore?: string | undefined;
|
1577
|
-
textAfter?: string | undefined;
|
1578
|
-
variant?: "normal" | "tight" | undefined;
|
1579
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1580
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1581
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1582
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1583
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1584
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1585
|
-
closeAfterSelect?: boolean | undefined;
|
1586
|
-
size?: string | undefined;
|
1587
|
-
view?: string | undefined;
|
1588
|
-
} & {
|
1589
|
-
label?: string | undefined;
|
1590
|
-
labelPlacement?: "outer" | undefined;
|
1591
|
-
hasPlaceholder?: undefined;
|
1592
|
-
} & {
|
1593
|
-
readOnly?: true | undefined;
|
1594
|
-
disabled?: boolean | undefined;
|
1595
|
-
alwaysOpened?: false | undefined;
|
1596
|
-
} & {
|
1597
|
-
multiple?: false | undefined;
|
1598
|
-
value?: string | undefined;
|
1599
|
-
onChange?: ((value: string) => void) | undefined;
|
1600
|
-
isTargetAmount?: false | undefined;
|
1601
|
-
targetAmount?: undefined;
|
1602
|
-
renderValue?: undefined;
|
1603
|
-
} & {
|
1604
|
-
required?: false | undefined;
|
1605
|
-
requiredPlacement?: undefined;
|
1606
|
-
optional?: boolean | undefined;
|
1607
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1608
|
-
items: ItemOption[];
|
1609
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1610
|
-
placeholder?: string | undefined;
|
1611
|
-
helperText?: string | undefined;
|
1612
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1613
|
-
textBefore?: string | undefined;
|
1614
|
-
textAfter?: string | undefined;
|
1615
|
-
variant?: "normal" | "tight" | undefined;
|
1616
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1617
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1618
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1619
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1620
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1621
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1622
|
-
closeAfterSelect?: boolean | undefined;
|
1623
|
-
size?: string | undefined;
|
1624
|
-
view?: string | undefined;
|
1625
|
-
} & {
|
1626
|
-
label?: string | undefined;
|
1627
|
-
labelPlacement?: "outer" | undefined;
|
1628
|
-
hasPlaceholder?: undefined;
|
1629
|
-
} & {
|
1630
|
-
readOnly?: true | undefined;
|
1631
|
-
disabled?: boolean | undefined;
|
1632
|
-
alwaysOpened?: false | undefined;
|
1633
|
-
} & {
|
1634
|
-
multiple: true;
|
1635
|
-
value?: string[] | undefined;
|
1636
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1637
|
-
isTargetAmount?: true | undefined;
|
1638
|
-
targetAmount?: number | undefined;
|
1639
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1640
|
-
} & {
|
1641
|
-
required: true;
|
1642
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1643
|
-
optional?: false | undefined;
|
1644
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1645
|
-
items: ItemOption[];
|
1646
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1647
|
-
placeholder?: string | undefined;
|
1648
|
-
helperText?: string | undefined;
|
1649
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1650
|
-
textBefore?: string | undefined;
|
1651
|
-
textAfter?: string | undefined;
|
1652
|
-
variant?: "normal" | "tight" | undefined;
|
1653
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1654
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1655
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1656
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1657
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1658
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1659
|
-
closeAfterSelect?: boolean | undefined;
|
1660
|
-
size?: string | undefined;
|
1661
|
-
view?: string | undefined;
|
1662
|
-
} & {
|
1663
|
-
label?: string | undefined;
|
1664
|
-
labelPlacement?: "outer" | undefined;
|
1665
|
-
hasPlaceholder?: undefined;
|
1666
|
-
} & {
|
1667
|
-
readOnly?: true | undefined;
|
1668
|
-
disabled?: boolean | undefined;
|
1669
|
-
alwaysOpened?: false | undefined;
|
1670
|
-
} & {
|
1671
|
-
multiple: true;
|
1672
|
-
value?: string[] | undefined;
|
1673
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1674
|
-
isTargetAmount?: true | undefined;
|
1675
|
-
targetAmount?: number | undefined;
|
1676
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1677
|
-
} & {
|
1678
|
-
required?: false | undefined;
|
1679
|
-
requiredPlacement?: undefined;
|
1680
|
-
optional?: boolean | undefined;
|
1681
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1682
|
-
items: ItemOption[];
|
1683
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1684
|
-
placeholder?: string | undefined;
|
1685
|
-
helperText?: string | undefined;
|
1686
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1687
|
-
textBefore?: string | undefined;
|
1688
|
-
textAfter?: string | undefined;
|
1689
|
-
variant?: "normal" | "tight" | undefined;
|
1690
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1691
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1692
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1693
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1694
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1695
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1696
|
-
closeAfterSelect?: boolean | undefined;
|
1697
|
-
size?: string | undefined;
|
1698
|
-
view?: string | undefined;
|
1699
|
-
} & {
|
1700
|
-
label?: string | undefined;
|
1701
|
-
labelPlacement?: "outer" | undefined;
|
1702
|
-
hasPlaceholder?: undefined;
|
1703
|
-
} & {
|
1704
|
-
readOnly?: false | undefined;
|
1705
|
-
disabled?: false | undefined;
|
1706
|
-
alwaysOpened?: true | undefined;
|
1707
|
-
} & {
|
1708
|
-
multiple?: false | undefined;
|
1709
|
-
value?: string | undefined;
|
1710
|
-
onChange?: ((value: string) => void) | undefined;
|
1711
|
-
isTargetAmount?: false | undefined;
|
1712
|
-
targetAmount?: undefined;
|
1713
|
-
renderValue?: undefined;
|
1714
|
-
} & {
|
1715
|
-
required: true;
|
1716
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1717
|
-
optional?: false | undefined;
|
1718
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1719
|
-
items: ItemOption[];
|
1720
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1721
|
-
placeholder?: string | undefined;
|
1722
|
-
helperText?: string | undefined;
|
1723
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1724
|
-
textBefore?: string | undefined;
|
1725
|
-
textAfter?: string | undefined;
|
1726
|
-
variant?: "normal" | "tight" | undefined;
|
1727
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1728
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1729
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1730
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1731
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1732
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1733
|
-
closeAfterSelect?: boolean | undefined;
|
1734
|
-
size?: string | undefined;
|
1735
|
-
view?: string | undefined;
|
1736
|
-
} & {
|
1737
|
-
label?: string | undefined;
|
1738
|
-
labelPlacement?: "outer" | undefined;
|
1739
|
-
hasPlaceholder?: undefined;
|
1740
|
-
} & {
|
1741
|
-
readOnly?: false | undefined;
|
1742
|
-
disabled?: false | undefined;
|
1743
|
-
alwaysOpened?: true | undefined;
|
1744
|
-
} & {
|
1745
|
-
multiple?: false | undefined;
|
1746
|
-
value?: string | undefined;
|
1747
|
-
onChange?: ((value: string) => void) | undefined;
|
1748
|
-
isTargetAmount?: false | undefined;
|
1749
|
-
targetAmount?: undefined;
|
1750
|
-
renderValue?: undefined;
|
1751
|
-
} & {
|
1752
|
-
required?: false | undefined;
|
1753
|
-
requiredPlacement?: undefined;
|
1754
|
-
optional?: boolean | undefined;
|
1755
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1756
|
-
items: ItemOption[];
|
1757
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1758
|
-
placeholder?: string | undefined;
|
1759
|
-
helperText?: string | undefined;
|
1760
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1761
|
-
textBefore?: string | undefined;
|
1762
|
-
textAfter?: string | undefined;
|
1763
|
-
variant?: "normal" | "tight" | undefined;
|
1764
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1765
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1766
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1767
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1768
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1769
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1770
|
-
closeAfterSelect?: boolean | undefined;
|
1771
|
-
size?: string | undefined;
|
1772
|
-
view?: string | undefined;
|
1773
|
-
} & {
|
1774
|
-
label?: string | undefined;
|
1775
|
-
labelPlacement?: "outer" | undefined;
|
1776
|
-
hasPlaceholder?: undefined;
|
1777
|
-
} & {
|
1778
|
-
readOnly?: false | undefined;
|
1779
|
-
disabled?: false | undefined;
|
1780
|
-
alwaysOpened?: true | undefined;
|
1781
|
-
} & {
|
1782
|
-
multiple: true;
|
1783
|
-
value?: string[] | undefined;
|
1784
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1785
|
-
isTargetAmount?: true | undefined;
|
1786
|
-
targetAmount?: number | undefined;
|
1787
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1788
|
-
} & {
|
1789
|
-
required: true;
|
1790
|
-
requiredPlacement?: "left" | "right" | undefined;
|
1791
|
-
optional?: false | undefined;
|
1792
|
-
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1793
|
-
items: ItemOption[];
|
1794
|
-
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
1795
|
-
placeholder?: string | undefined;
|
1796
|
-
helperText?: string | undefined;
|
1797
|
-
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1798
|
-
textBefore?: string | undefined;
|
1799
|
-
textAfter?: string | undefined;
|
1800
|
-
variant?: "normal" | "tight" | undefined;
|
1801
|
-
listOverflow?: import("csstype").Property.Overflow | undefined;
|
1802
|
-
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
1803
|
-
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
1804
|
-
portal?: string | import("react").RefObject<HTMLElement> | undefined;
|
1805
|
-
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1806
|
-
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1807
|
-
closeAfterSelect?: boolean | undefined;
|
1808
|
-
size?: string | undefined;
|
1809
|
-
view?: string | undefined;
|
1810
|
-
} & {
|
1811
|
-
label?: string | undefined;
|
1812
|
-
labelPlacement?: "outer" | undefined;
|
1813
|
-
hasPlaceholder?: undefined;
|
1814
|
-
} & {
|
1815
|
-
readOnly?: false | undefined;
|
1816
|
-
disabled?: false | undefined;
|
1817
|
-
alwaysOpened?: true | undefined;
|
1818
|
-
} & {
|
1819
|
-
multiple: true;
|
1820
|
-
value?: string[] | undefined;
|
1821
|
-
onChange?: ((value: string[]) => void) | undefined;
|
1822
|
-
isTargetAmount?: true | undefined;
|
1823
|
-
targetAmount?: number | undefined;
|
1824
|
-
renderValue?: ((item: ItemOption) => string) | undefined;
|
1825
914
|
} & {
|
915
|
+
optional?: true | undefined;
|
1826
916
|
required?: false | undefined;
|
1827
|
-
requiredPlacement?: undefined;
|
1828
|
-
optional?: boolean | undefined;
|
1829
917
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
|
1830
918
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
1831
919
|
}) => ReactElement | null;
|