@salutejs/plasma-new-hope 0.196.1-dev.0 → 0.197.0-canary.1556.11973013493.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +18 -19
- package/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +18 -19
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/cjs/components/Range/Range.css +18 -19
- package/cjs/components/Select/Select.css +18 -19
- package/cjs/components/Select/ui/Inner/Inner.css +18 -19
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/Select/ui/Target/Target.css +18 -19
- package/cjs/components/Select/ui/Target/Target.js +1 -2
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +18 -19
- package/cjs/components/Slider/components/Double/Double.css +18 -19
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/cjs/components/TextField/TextField.js +12 -11
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +20 -11
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +1 -0
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- 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_y1lvvc.css +1 -0
- package/cjs/index.css +18 -19
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/cjs/components/TextField/TextField.js +13 -12
- package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
- package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/es/components/Select/ui/Target/Target.js +1 -2
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/es/components/TextField/TextField.js +13 -12
- package/emotion/es/components/TextField/TextField.styles.js +29 -26
- package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/es/components/TextField/TextField.tokens.js +1 -0
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/es/components/Autocomplete/Autocomplete.css +18 -19
- package/es/components/Autocomplete/Autocomplete.js +7 -1
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +18 -19
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/es/components/Range/Range.css +18 -19
- package/es/components/Select/Select.css +18 -19
- package/es/components/Select/ui/Inner/Inner.css +18 -19
- package/es/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/Select/ui/Target/Target.css +18 -19
- package/es/components/Select/ui/Target/Target.js +1 -2
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +18 -19
- package/es/components/Slider/components/Double/Double.css +18 -19
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/es/components/TextField/TextField.js +12 -11
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +20 -11
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +1 -0
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- 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_y1lvvc.css +1 -0
- package/es/index.css +18 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/cjs/components/TextField/TextField.js +12 -11
- package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
- package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/es/components/TextField/TextField.js +12 -11
- package/styled-components/es/components/TextField/TextField.styles.js +9 -6
- package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -69
- package/types/components/Autocomplete/ui/TextField/TextField.styles.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 +30 -10
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -69
- 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 +709 -69
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -20
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +709 -69
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +30 -15
- 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.d.ts.map +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 +709 -69
- 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 +709 -69
- 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 +3 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +42 -27
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -27,7 +27,6 @@ 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;
|
31
30
|
placeholder?: string | undefined;
|
32
31
|
helperText?: string | undefined;
|
33
32
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -43,7 +42,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
43
42
|
closeAfterSelect?: boolean | undefined;
|
44
43
|
size?: string | undefined;
|
45
44
|
view?: string | undefined;
|
46
|
-
|
45
|
+
} & {
|
46
|
+
label?: string | undefined;
|
47
|
+
labelPlacement: "inner";
|
48
|
+
hasPlaceholder?: boolean | undefined;
|
47
49
|
} & {
|
48
50
|
readOnly?: boolean | undefined;
|
49
51
|
disabled?: true | undefined;
|
@@ -55,15 +57,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
55
57
|
isTargetAmount?: false | undefined;
|
56
58
|
targetAmount?: undefined;
|
57
59
|
renderValue?: undefined;
|
58
|
-
} & {
|
59
|
-
requiredPlacement?: "left" | "right" | undefined;
|
60
60
|
} & {
|
61
61
|
required: true;
|
62
|
+
requiredPlacement?: "left" | "right" | undefined;
|
62
63
|
optional?: false | undefined;
|
63
64
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
64
65
|
items: ItemOption[];
|
65
66
|
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,7 +79,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
79
79
|
closeAfterSelect?: boolean | undefined;
|
80
80
|
size?: string | undefined;
|
81
81
|
view?: string | undefined;
|
82
|
-
|
82
|
+
} & {
|
83
|
+
label?: string | undefined;
|
84
|
+
labelPlacement: "inner";
|
85
|
+
hasPlaceholder?: boolean | undefined;
|
83
86
|
} & {
|
84
87
|
readOnly?: boolean | undefined;
|
85
88
|
disabled?: true | undefined;
|
@@ -92,14 +95,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
92
95
|
targetAmount?: undefined;
|
93
96
|
renderValue?: undefined;
|
94
97
|
} & {
|
95
|
-
requiredPlacement?: "left" | "right" | undefined;
|
96
|
-
} & {
|
97
|
-
optional?: true | undefined;
|
98
98
|
required?: false | undefined;
|
99
|
+
requiredPlacement?: undefined;
|
100
|
+
optional?: boolean | undefined;
|
99
101
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
100
102
|
items: ItemOption[];
|
101
103
|
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;
|
103
104
|
placeholder?: string | undefined;
|
104
105
|
helperText?: string | undefined;
|
105
106
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -115,7 +116,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
115
116
|
closeAfterSelect?: boolean | undefined;
|
116
117
|
size?: string | undefined;
|
117
118
|
view?: string | undefined;
|
118
|
-
|
119
|
+
} & {
|
120
|
+
label?: string | undefined;
|
121
|
+
labelPlacement: "inner";
|
122
|
+
hasPlaceholder?: boolean | undefined;
|
119
123
|
} & {
|
120
124
|
readOnly?: boolean | undefined;
|
121
125
|
disabled?: true | undefined;
|
@@ -127,15 +131,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
127
131
|
isTargetAmount?: true | undefined;
|
128
132
|
targetAmount?: number | undefined;
|
129
133
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
130
|
-
} & {
|
131
|
-
requiredPlacement?: "left" | "right" | undefined;
|
132
134
|
} & {
|
133
135
|
required: true;
|
136
|
+
requiredPlacement?: "left" | "right" | undefined;
|
134
137
|
optional?: false | undefined;
|
135
138
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
136
139
|
items: ItemOption[];
|
137
140
|
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;
|
139
141
|
placeholder?: string | undefined;
|
140
142
|
helperText?: string | undefined;
|
141
143
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -151,7 +153,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
151
153
|
closeAfterSelect?: boolean | undefined;
|
152
154
|
size?: string | undefined;
|
153
155
|
view?: string | undefined;
|
154
|
-
|
156
|
+
} & {
|
157
|
+
label?: string | undefined;
|
158
|
+
labelPlacement: "inner";
|
159
|
+
hasPlaceholder?: boolean | undefined;
|
155
160
|
} & {
|
156
161
|
readOnly?: boolean | undefined;
|
157
162
|
disabled?: true | undefined;
|
@@ -164,14 +169,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
164
169
|
targetAmount?: number | undefined;
|
165
170
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
166
171
|
} & {
|
167
|
-
requiredPlacement?: "left" | "right" | undefined;
|
168
|
-
} & {
|
169
|
-
optional?: true | undefined;
|
170
172
|
required?: false | undefined;
|
173
|
+
requiredPlacement?: undefined;
|
174
|
+
optional?: boolean | undefined;
|
171
175
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
172
176
|
items: ItemOption[];
|
173
177
|
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;
|
175
178
|
placeholder?: string | undefined;
|
176
179
|
helperText?: string | undefined;
|
177
180
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -187,7 +190,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
187
190
|
closeAfterSelect?: boolean | undefined;
|
188
191
|
size?: string | undefined;
|
189
192
|
view?: string | undefined;
|
190
|
-
|
193
|
+
} & {
|
194
|
+
label?: string | undefined;
|
195
|
+
labelPlacement: "inner";
|
196
|
+
hasPlaceholder?: boolean | undefined;
|
191
197
|
} & {
|
192
198
|
readOnly?: true | undefined;
|
193
199
|
disabled?: boolean | undefined;
|
@@ -199,15 +205,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
199
205
|
isTargetAmount?: false | undefined;
|
200
206
|
targetAmount?: undefined;
|
201
207
|
renderValue?: undefined;
|
202
|
-
} & {
|
203
|
-
requiredPlacement?: "left" | "right" | undefined;
|
204
208
|
} & {
|
205
209
|
required: true;
|
210
|
+
requiredPlacement?: "left" | "right" | undefined;
|
206
211
|
optional?: false | undefined;
|
207
212
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
208
213
|
items: ItemOption[];
|
209
214
|
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;
|
211
215
|
placeholder?: string | undefined;
|
212
216
|
helperText?: string | undefined;
|
213
217
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -223,7 +227,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
223
227
|
closeAfterSelect?: boolean | undefined;
|
224
228
|
size?: string | undefined;
|
225
229
|
view?: string | undefined;
|
226
|
-
|
230
|
+
} & {
|
231
|
+
label?: string | undefined;
|
232
|
+
labelPlacement: "inner";
|
233
|
+
hasPlaceholder?: boolean | undefined;
|
227
234
|
} & {
|
228
235
|
readOnly?: true | undefined;
|
229
236
|
disabled?: boolean | undefined;
|
@@ -236,14 +243,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
236
243
|
targetAmount?: undefined;
|
237
244
|
renderValue?: undefined;
|
238
245
|
} & {
|
239
|
-
requiredPlacement?: "left" | "right" | undefined;
|
240
|
-
} & {
|
241
|
-
optional?: true | undefined;
|
242
246
|
required?: false | undefined;
|
247
|
+
requiredPlacement?: undefined;
|
248
|
+
optional?: boolean | undefined;
|
243
249
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
244
250
|
items: ItemOption[];
|
245
251
|
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;
|
247
252
|
placeholder?: string | undefined;
|
248
253
|
helperText?: string | undefined;
|
249
254
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -259,7 +264,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
259
264
|
closeAfterSelect?: boolean | undefined;
|
260
265
|
size?: string | undefined;
|
261
266
|
view?: string | undefined;
|
262
|
-
|
267
|
+
} & {
|
268
|
+
label?: string | undefined;
|
269
|
+
labelPlacement: "inner";
|
270
|
+
hasPlaceholder?: boolean | undefined;
|
263
271
|
} & {
|
264
272
|
readOnly?: true | undefined;
|
265
273
|
disabled?: boolean | undefined;
|
@@ -271,15 +279,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
271
279
|
isTargetAmount?: true | undefined;
|
272
280
|
targetAmount?: number | undefined;
|
273
281
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
274
|
-
} & {
|
275
|
-
requiredPlacement?: "left" | "right" | undefined;
|
276
282
|
} & {
|
277
283
|
required: true;
|
284
|
+
requiredPlacement?: "left" | "right" | undefined;
|
278
285
|
optional?: false | undefined;
|
279
286
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
280
287
|
items: ItemOption[];
|
281
288
|
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;
|
283
289
|
placeholder?: string | undefined;
|
284
290
|
helperText?: string | undefined;
|
285
291
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -295,7 +301,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
295
301
|
closeAfterSelect?: boolean | undefined;
|
296
302
|
size?: string | undefined;
|
297
303
|
view?: string | undefined;
|
298
|
-
|
304
|
+
} & {
|
305
|
+
label?: string | undefined;
|
306
|
+
labelPlacement: "inner";
|
307
|
+
hasPlaceholder?: boolean | undefined;
|
299
308
|
} & {
|
300
309
|
readOnly?: true | undefined;
|
301
310
|
disabled?: boolean | undefined;
|
@@ -308,14 +317,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
308
317
|
targetAmount?: number | undefined;
|
309
318
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
310
319
|
} & {
|
311
|
-
requiredPlacement?: "left" | "right" | undefined;
|
312
|
-
} & {
|
313
|
-
optional?: true | undefined;
|
314
320
|
required?: false | undefined;
|
321
|
+
requiredPlacement?: undefined;
|
322
|
+
optional?: boolean | undefined;
|
315
323
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
316
324
|
items: ItemOption[];
|
317
325
|
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;
|
319
326
|
placeholder?: string | undefined;
|
320
327
|
helperText?: string | undefined;
|
321
328
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -331,7 +338,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
331
338
|
closeAfterSelect?: boolean | undefined;
|
332
339
|
size?: string | undefined;
|
333
340
|
view?: string | undefined;
|
334
|
-
|
341
|
+
} & {
|
342
|
+
label?: string | undefined;
|
343
|
+
labelPlacement: "inner";
|
344
|
+
hasPlaceholder?: boolean | undefined;
|
335
345
|
} & {
|
336
346
|
readOnly?: false | undefined;
|
337
347
|
disabled?: false | undefined;
|
@@ -343,15 +353,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
343
353
|
isTargetAmount?: false | undefined;
|
344
354
|
targetAmount?: undefined;
|
345
355
|
renderValue?: undefined;
|
346
|
-
} & {
|
347
|
-
requiredPlacement?: "left" | "right" | undefined;
|
348
356
|
} & {
|
349
357
|
required: true;
|
358
|
+
requiredPlacement?: "left" | "right" | undefined;
|
350
359
|
optional?: false | undefined;
|
351
360
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
352
361
|
items: ItemOption[];
|
353
362
|
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;
|
355
363
|
placeholder?: string | undefined;
|
356
364
|
helperText?: string | undefined;
|
357
365
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -367,7 +375,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
367
375
|
closeAfterSelect?: boolean | undefined;
|
368
376
|
size?: string | undefined;
|
369
377
|
view?: string | undefined;
|
370
|
-
|
378
|
+
} & {
|
379
|
+
label?: string | undefined;
|
380
|
+
labelPlacement: "inner";
|
381
|
+
hasPlaceholder?: boolean | undefined;
|
371
382
|
} & {
|
372
383
|
readOnly?: false | undefined;
|
373
384
|
disabled?: false | undefined;
|
@@ -380,14 +391,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
380
391
|
targetAmount?: undefined;
|
381
392
|
renderValue?: undefined;
|
382
393
|
} & {
|
383
|
-
requiredPlacement?: "left" | "right" | undefined;
|
384
|
-
} & {
|
385
|
-
optional?: true | undefined;
|
386
394
|
required?: false | undefined;
|
395
|
+
requiredPlacement?: undefined;
|
396
|
+
optional?: boolean | undefined;
|
387
397
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
388
398
|
items: ItemOption[];
|
389
399
|
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;
|
391
400
|
placeholder?: string | undefined;
|
392
401
|
helperText?: string | undefined;
|
393
402
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -403,7 +412,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
403
412
|
closeAfterSelect?: boolean | undefined;
|
404
413
|
size?: string | undefined;
|
405
414
|
view?: string | undefined;
|
406
|
-
|
415
|
+
} & {
|
416
|
+
label?: string | undefined;
|
417
|
+
labelPlacement: "inner";
|
418
|
+
hasPlaceholder?: boolean | undefined;
|
407
419
|
} & {
|
408
420
|
readOnly?: false | undefined;
|
409
421
|
disabled?: false | undefined;
|
@@ -415,15 +427,13 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
415
427
|
isTargetAmount?: true | undefined;
|
416
428
|
targetAmount?: number | undefined;
|
417
429
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
418
|
-
} & {
|
419
|
-
requiredPlacement?: "left" | "right" | undefined;
|
420
430
|
} & {
|
421
431
|
required: true;
|
432
|
+
requiredPlacement?: "left" | "right" | undefined;
|
422
433
|
optional?: false | undefined;
|
423
434
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
424
435
|
items: ItemOption[];
|
425
436
|
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;
|
427
437
|
placeholder?: string | undefined;
|
428
438
|
helperText?: string | undefined;
|
429
439
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -439,7 +449,10 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
439
449
|
closeAfterSelect?: boolean | undefined;
|
440
450
|
size?: string | undefined;
|
441
451
|
view?: string | undefined;
|
442
|
-
|
452
|
+
} & {
|
453
|
+
label?: string | undefined;
|
454
|
+
labelPlacement: "inner";
|
455
|
+
hasPlaceholder?: boolean | undefined;
|
443
456
|
} & {
|
444
457
|
readOnly?: false | undefined;
|
445
458
|
disabled?: false | undefined;
|
@@ -452,40 +465,12 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
452
465
|
targetAmount?: number | undefined;
|
453
466
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
454
467
|
} & {
|
455
|
-
requiredPlacement?: "left" | "right" | undefined;
|
456
|
-
} & {
|
457
|
-
optional?: true | undefined;
|
458
468
|
required?: false | undefined;
|
459
|
-
|
460
|
-
|
461
|
-
|
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
|
-
}> & (({
|
469
|
+
requiredPlacement?: undefined;
|
470
|
+
optional?: boolean | undefined;
|
471
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
486
472
|
items: ItemOption[];
|
487
473
|
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;
|
489
474
|
placeholder?: string | undefined;
|
490
475
|
helperText?: string | undefined;
|
491
476
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -501,7 +486,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
501
486
|
closeAfterSelect?: boolean | undefined;
|
502
487
|
size?: string | undefined;
|
503
488
|
view?: string | undefined;
|
504
|
-
|
489
|
+
} & {
|
490
|
+
label?: string | undefined;
|
491
|
+
labelPlacement?: "outer" | undefined;
|
492
|
+
hasPlaceholder?: undefined;
|
505
493
|
} & {
|
506
494
|
readOnly?: boolean | undefined;
|
507
495
|
disabled?: true | undefined;
|
@@ -513,15 +501,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
513
501
|
isTargetAmount?: false | undefined;
|
514
502
|
targetAmount?: undefined;
|
515
503
|
renderValue?: undefined;
|
516
|
-
} & {
|
517
|
-
requiredPlacement?: "left" | "right" | undefined;
|
518
504
|
} & {
|
519
505
|
required: true;
|
506
|
+
requiredPlacement?: "left" | "right" | undefined;
|
520
507
|
optional?: false | undefined;
|
521
508
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
522
509
|
items: ItemOption[];
|
523
510
|
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;
|
525
511
|
placeholder?: string | undefined;
|
526
512
|
helperText?: string | undefined;
|
527
513
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -537,7 +523,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
537
523
|
closeAfterSelect?: boolean | undefined;
|
538
524
|
size?: string | undefined;
|
539
525
|
view?: string | undefined;
|
540
|
-
|
526
|
+
} & {
|
527
|
+
label?: string | undefined;
|
528
|
+
labelPlacement?: "outer" | undefined;
|
529
|
+
hasPlaceholder?: undefined;
|
541
530
|
} & {
|
542
531
|
readOnly?: boolean | undefined;
|
543
532
|
disabled?: true | undefined;
|
@@ -550,14 +539,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
550
539
|
targetAmount?: undefined;
|
551
540
|
renderValue?: undefined;
|
552
541
|
} & {
|
553
|
-
requiredPlacement?: "left" | "right" | undefined;
|
554
|
-
} & {
|
555
|
-
optional?: true | undefined;
|
556
542
|
required?: false | undefined;
|
543
|
+
requiredPlacement?: undefined;
|
544
|
+
optional?: boolean | undefined;
|
557
545
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
558
546
|
items: ItemOption[];
|
559
547
|
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;
|
561
548
|
placeholder?: string | undefined;
|
562
549
|
helperText?: string | undefined;
|
563
550
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -573,7 +560,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
573
560
|
closeAfterSelect?: boolean | undefined;
|
574
561
|
size?: string | undefined;
|
575
562
|
view?: string | undefined;
|
576
|
-
|
563
|
+
} & {
|
564
|
+
label?: string | undefined;
|
565
|
+
labelPlacement?: "outer" | undefined;
|
566
|
+
hasPlaceholder?: undefined;
|
577
567
|
} & {
|
578
568
|
readOnly?: boolean | undefined;
|
579
569
|
disabled?: true | undefined;
|
@@ -585,15 +575,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
585
575
|
isTargetAmount?: true | undefined;
|
586
576
|
targetAmount?: number | undefined;
|
587
577
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
588
|
-
} & {
|
589
|
-
requiredPlacement?: "left" | "right" | undefined;
|
590
578
|
} & {
|
591
579
|
required: true;
|
580
|
+
requiredPlacement?: "left" | "right" | undefined;
|
592
581
|
optional?: false | undefined;
|
593
582
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
594
583
|
items: ItemOption[];
|
595
584
|
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;
|
597
585
|
placeholder?: string | undefined;
|
598
586
|
helperText?: string | undefined;
|
599
587
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -609,7 +597,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
609
597
|
closeAfterSelect?: boolean | undefined;
|
610
598
|
size?: string | undefined;
|
611
599
|
view?: string | undefined;
|
612
|
-
|
600
|
+
} & {
|
601
|
+
label?: string | undefined;
|
602
|
+
labelPlacement?: "outer" | undefined;
|
603
|
+
hasPlaceholder?: undefined;
|
613
604
|
} & {
|
614
605
|
readOnly?: boolean | undefined;
|
615
606
|
disabled?: true | undefined;
|
@@ -622,14 +613,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
622
613
|
targetAmount?: number | undefined;
|
623
614
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
624
615
|
} & {
|
625
|
-
requiredPlacement?: "left" | "right" | undefined;
|
626
|
-
} & {
|
627
|
-
optional?: true | undefined;
|
628
616
|
required?: false | undefined;
|
617
|
+
requiredPlacement?: undefined;
|
618
|
+
optional?: boolean | undefined;
|
629
619
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
630
620
|
items: ItemOption[];
|
631
621
|
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;
|
633
622
|
placeholder?: string | undefined;
|
634
623
|
helperText?: string | undefined;
|
635
624
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -645,7 +634,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
645
634
|
closeAfterSelect?: boolean | undefined;
|
646
635
|
size?: string | undefined;
|
647
636
|
view?: string | undefined;
|
648
|
-
|
637
|
+
} & {
|
638
|
+
label?: string | undefined;
|
639
|
+
labelPlacement?: "outer" | undefined;
|
640
|
+
hasPlaceholder?: undefined;
|
649
641
|
} & {
|
650
642
|
readOnly?: true | undefined;
|
651
643
|
disabled?: boolean | undefined;
|
@@ -657,15 +649,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
657
649
|
isTargetAmount?: false | undefined;
|
658
650
|
targetAmount?: undefined;
|
659
651
|
renderValue?: undefined;
|
660
|
-
} & {
|
661
|
-
requiredPlacement?: "left" | "right" | undefined;
|
662
652
|
} & {
|
663
653
|
required: true;
|
654
|
+
requiredPlacement?: "left" | "right" | undefined;
|
664
655
|
optional?: false | undefined;
|
665
656
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
666
657
|
items: ItemOption[];
|
667
658
|
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;
|
669
659
|
placeholder?: string | undefined;
|
670
660
|
helperText?: string | undefined;
|
671
661
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -681,7 +671,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
681
671
|
closeAfterSelect?: boolean | undefined;
|
682
672
|
size?: string | undefined;
|
683
673
|
view?: string | undefined;
|
684
|
-
|
674
|
+
} & {
|
675
|
+
label?: string | undefined;
|
676
|
+
labelPlacement?: "outer" | undefined;
|
677
|
+
hasPlaceholder?: undefined;
|
685
678
|
} & {
|
686
679
|
readOnly?: true | undefined;
|
687
680
|
disabled?: boolean | undefined;
|
@@ -694,14 +687,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
694
687
|
targetAmount?: undefined;
|
695
688
|
renderValue?: undefined;
|
696
689
|
} & {
|
697
|
-
requiredPlacement?: "left" | "right" | undefined;
|
698
|
-
} & {
|
699
|
-
optional?: true | undefined;
|
700
690
|
required?: false | undefined;
|
691
|
+
requiredPlacement?: undefined;
|
692
|
+
optional?: boolean | undefined;
|
701
693
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
702
694
|
items: ItemOption[];
|
703
695
|
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;
|
705
696
|
placeholder?: string | undefined;
|
706
697
|
helperText?: string | undefined;
|
707
698
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -717,7 +708,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
717
708
|
closeAfterSelect?: boolean | undefined;
|
718
709
|
size?: string | undefined;
|
719
710
|
view?: string | undefined;
|
720
|
-
|
711
|
+
} & {
|
712
|
+
label?: string | undefined;
|
713
|
+
labelPlacement?: "outer" | undefined;
|
714
|
+
hasPlaceholder?: undefined;
|
721
715
|
} & {
|
722
716
|
readOnly?: true | undefined;
|
723
717
|
disabled?: boolean | undefined;
|
@@ -729,15 +723,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
729
723
|
isTargetAmount?: true | undefined;
|
730
724
|
targetAmount?: number | undefined;
|
731
725
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
732
|
-
} & {
|
733
|
-
requiredPlacement?: "left" | "right" | undefined;
|
734
726
|
} & {
|
735
727
|
required: true;
|
728
|
+
requiredPlacement?: "left" | "right" | undefined;
|
736
729
|
optional?: false | undefined;
|
737
730
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
738
731
|
items: ItemOption[];
|
739
732
|
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;
|
741
733
|
placeholder?: string | undefined;
|
742
734
|
helperText?: string | undefined;
|
743
735
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -753,7 +745,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
753
745
|
closeAfterSelect?: boolean | undefined;
|
754
746
|
size?: string | undefined;
|
755
747
|
view?: string | undefined;
|
756
|
-
|
748
|
+
} & {
|
749
|
+
label?: string | undefined;
|
750
|
+
labelPlacement?: "outer" | undefined;
|
751
|
+
hasPlaceholder?: undefined;
|
757
752
|
} & {
|
758
753
|
readOnly?: true | undefined;
|
759
754
|
disabled?: boolean | undefined;
|
@@ -766,14 +761,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
766
761
|
targetAmount?: number | undefined;
|
767
762
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
768
763
|
} & {
|
769
|
-
requiredPlacement?: "left" | "right" | undefined;
|
770
|
-
} & {
|
771
|
-
optional?: true | undefined;
|
772
764
|
required?: false | undefined;
|
765
|
+
requiredPlacement?: undefined;
|
766
|
+
optional?: boolean | undefined;
|
773
767
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
774
768
|
items: ItemOption[];
|
775
769
|
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;
|
777
770
|
placeholder?: string | undefined;
|
778
771
|
helperText?: string | undefined;
|
779
772
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -789,7 +782,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
789
782
|
closeAfterSelect?: boolean | undefined;
|
790
783
|
size?: string | undefined;
|
791
784
|
view?: string | undefined;
|
792
|
-
|
785
|
+
} & {
|
786
|
+
label?: string | undefined;
|
787
|
+
labelPlacement?: "outer" | undefined;
|
788
|
+
hasPlaceholder?: undefined;
|
793
789
|
} & {
|
794
790
|
readOnly?: false | undefined;
|
795
791
|
disabled?: false | undefined;
|
@@ -801,15 +797,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
801
797
|
isTargetAmount?: false | undefined;
|
802
798
|
targetAmount?: undefined;
|
803
799
|
renderValue?: undefined;
|
804
|
-
} & {
|
805
|
-
requiredPlacement?: "left" | "right" | undefined;
|
806
800
|
} & {
|
807
801
|
required: true;
|
802
|
+
requiredPlacement?: "left" | "right" | undefined;
|
808
803
|
optional?: false | undefined;
|
809
804
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
810
805
|
items: ItemOption[];
|
811
806
|
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;
|
813
807
|
placeholder?: string | undefined;
|
814
808
|
helperText?: string | undefined;
|
815
809
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -825,7 +819,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
825
819
|
closeAfterSelect?: boolean | undefined;
|
826
820
|
size?: string | undefined;
|
827
821
|
view?: string | undefined;
|
828
|
-
|
822
|
+
} & {
|
823
|
+
label?: string | undefined;
|
824
|
+
labelPlacement?: "outer" | undefined;
|
825
|
+
hasPlaceholder?: undefined;
|
829
826
|
} & {
|
830
827
|
readOnly?: false | undefined;
|
831
828
|
disabled?: false | undefined;
|
@@ -838,14 +835,12 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
838
835
|
targetAmount?: undefined;
|
839
836
|
renderValue?: undefined;
|
840
837
|
} & {
|
841
|
-
requiredPlacement?: "left" | "right" | undefined;
|
842
|
-
} & {
|
843
|
-
optional?: true | undefined;
|
844
838
|
required?: false | undefined;
|
839
|
+
requiredPlacement?: undefined;
|
840
|
+
optional?: boolean | undefined;
|
845
841
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
846
842
|
items: ItemOption[];
|
847
843
|
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;
|
849
844
|
placeholder?: string | undefined;
|
850
845
|
helperText?: string | undefined;
|
851
846
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -861,7 +856,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
861
856
|
closeAfterSelect?: boolean | undefined;
|
862
857
|
size?: string | undefined;
|
863
858
|
view?: string | undefined;
|
864
|
-
|
859
|
+
} & {
|
860
|
+
label?: string | undefined;
|
861
|
+
labelPlacement?: "outer" | undefined;
|
862
|
+
hasPlaceholder?: undefined;
|
865
863
|
} & {
|
866
864
|
readOnly?: false | undefined;
|
867
865
|
disabled?: false | undefined;
|
@@ -873,15 +871,13 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
873
871
|
isTargetAmount?: true | undefined;
|
874
872
|
targetAmount?: number | undefined;
|
875
873
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
876
|
-
} & {
|
877
|
-
requiredPlacement?: "left" | "right" | undefined;
|
878
874
|
} & {
|
879
875
|
required: true;
|
876
|
+
requiredPlacement?: "left" | "right" | undefined;
|
880
877
|
optional?: false | undefined;
|
881
878
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
882
879
|
items: ItemOption[];
|
883
880
|
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;
|
885
881
|
placeholder?: string | undefined;
|
886
882
|
helperText?: string | undefined;
|
887
883
|
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -897,7 +893,10 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
897
893
|
closeAfterSelect?: boolean | undefined;
|
898
894
|
size?: string | undefined;
|
899
895
|
view?: string | undefined;
|
900
|
-
|
896
|
+
} & {
|
897
|
+
label?: string | undefined;
|
898
|
+
labelPlacement?: "outer" | undefined;
|
899
|
+
hasPlaceholder?: undefined;
|
901
900
|
} & {
|
902
901
|
readOnly?: false | undefined;
|
903
902
|
disabled?: false | undefined;
|
@@ -910,10 +909,923 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
910
909
|
targetAmount?: number | undefined;
|
911
910
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
912
911
|
} & {
|
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;
|
913
976
|
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;
|
914
1825
|
} & {
|
915
|
-
optional?: true | undefined;
|
916
1826
|
required?: false | undefined;
|
1827
|
+
requiredPlacement?: undefined;
|
1828
|
+
optional?: boolean | undefined;
|
917
1829
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
|
918
1830
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
919
1831
|
}) => ReactElement | null;
|