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