@salutejs/plasma-new-hope 0.182.1-canary.1532.11630042264.0 → 0.182.2-canary.1527.11631123266.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +6 -6
- package/cjs/components/Autocomplete/Autocomplete.styles.js +1 -1
- package/cjs/components/Autocomplete/{Autocomplete.styles_192fzgs.css → Autocomplete.styles_pv6izw.css} +1 -1
- package/cjs/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/cjs/components/Autocomplete/Autocomplete.tokens.js.map +1 -1
- package/cjs/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/cjs/components/Autocomplete/ui/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/Autocomplete/ui/TextField/TextField.styles_1anhp9c.css +1 -0
- package/cjs/components/Breadcrumbs/Breadcrumbs.css +3 -3
- package/cjs/components/Breadcrumbs/Breadcrumbs.styles.js +14 -7
- package/cjs/components/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
- package/{es/components/Breadcrumbs/Breadcrumbs.styles_1icsgdr.css → cjs/components/Breadcrumbs/Breadcrumbs.styles_19b6ey4.css} +1 -1
- package/cjs/components/Breadcrumbs/utils/index.css +3 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_16ltv0e.css +1 -0
- package/cjs/index.css +10 -10
- package/emotion/cjs/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/emotion/cjs/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/emotion/cjs/components/Breadcrumbs/Breadcrumbs.styles.js +11 -8
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.config.js +12 -12
- package/emotion/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +22 -0
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +24 -0
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +16 -16
- package/emotion/cjs/examples/plasma_web/components/Autocomplete/Autocomplete.config.js +12 -12
- package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +12 -12
- package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +24 -0
- package/emotion/es/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/emotion/es/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/emotion/es/components/Breadcrumbs/Breadcrumbs.styles.js +11 -8
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/emotion/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.config.js +12 -12
- package/emotion/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +22 -0
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +24 -0
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +16 -16
- package/emotion/es/examples/plasma_web/components/Autocomplete/Autocomplete.config.js +12 -12
- package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +12 -12
- package/emotion/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +24 -0
- package/es/components/Autocomplete/Autocomplete.css +6 -6
- package/es/components/Autocomplete/Autocomplete.styles.js +1 -1
- package/es/components/Autocomplete/{Autocomplete.styles_192fzgs.css → Autocomplete.styles_pv6izw.css} +1 -1
- package/es/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/es/components/Autocomplete/Autocomplete.tokens.js.map +1 -1
- package/es/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/es/components/Autocomplete/ui/TextField/TextField.styles.js.map +1 -1
- package/es/components/Autocomplete/ui/TextField/TextField.styles_1anhp9c.css +1 -0
- package/es/components/Breadcrumbs/Breadcrumbs.css +3 -3
- package/es/components/Breadcrumbs/Breadcrumbs.styles.js +14 -7
- package/es/components/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
- package/{cjs/components/Breadcrumbs/Breadcrumbs.styles_1icsgdr.css → es/components/Breadcrumbs/Breadcrumbs.styles_19b6ey4.css} +1 -1
- package/es/components/Breadcrumbs/utils/index.css +3 -3
- package/es/components/Combobox/ComboboxNew/Combobox.css +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles_16ltv0e.css +1 -0
- package/es/index.css +10 -10
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/styled-components/cjs/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/styled-components/cjs/components/Breadcrumbs/Breadcrumbs.styles.js +8 -5
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.config.js +9 -9
- package/styled-components/cjs/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +22 -0
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +8 -8
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +24 -0
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +4 -4
- package/styled-components/cjs/examples/plasma_web/components/Autocomplete/Autocomplete.config.js +9 -9
- package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +8 -8
- package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +24 -0
- package/styled-components/es/components/Autocomplete/Autocomplete.tokens.js +62 -35
- package/styled-components/es/components/Autocomplete/ui/TextField/TextField.styles.js +1 -1
- package/styled-components/es/components/Breadcrumbs/Breadcrumbs.styles.js +8 -5
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +80 -45
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.config.js +9 -9
- package/styled-components/es/examples/plasma_b2c/components/Autocomplete/Autocomplete.stories.tsx +22 -0
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +8 -8
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +24 -0
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +4 -4
- package/styled-components/es/examples/plasma_web/components/Autocomplete/Autocomplete.config.js +9 -9
- package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +8 -8
- package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +24 -0
- package/types/components/Autocomplete/Autocomplete.d.ts +2 -2
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.tokens.d.ts +26 -3
- package/types/components/Autocomplete/Autocomplete.tokens.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -2
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Breadcrumbs/Breadcrumbs.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +48 -13
- package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +2 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +1 -1
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +11 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +492 -0
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +11 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +492 -0
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/cjs/components/Autocomplete/ui/TextField/TextField.styles_kcgaix.css +0 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_ei26tn.css +0 -1
- package/es/components/Autocomplete/ui/TextField/TextField.styles_kcgaix.css +0 -1
- package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles_ei26tn.css +0 -1
@@ -55,6 +55,47 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
55
55
|
isTargetAmount?: false | undefined;
|
56
56
|
targetAmount?: undefined;
|
57
57
|
renderValue?: undefined;
|
58
|
+
} & {
|
59
|
+
requiredPlacement?: "left" | "right" | undefined;
|
60
|
+
} & {
|
61
|
+
required: true;
|
62
|
+
optional?: false | undefined;
|
63
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
64
|
+
items: ItemOption[];
|
65
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
66
|
+
label?: string | undefined;
|
67
|
+
placeholder?: string | undefined;
|
68
|
+
helperText?: string | undefined;
|
69
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
70
|
+
textBefore?: string | undefined;
|
71
|
+
textAfter?: string | undefined;
|
72
|
+
variant?: "normal" | "tight" | undefined;
|
73
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
74
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
75
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
76
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
77
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
78
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
79
|
+
closeAfterSelect?: boolean | undefined;
|
80
|
+
size?: string | undefined;
|
81
|
+
view?: string | undefined;
|
82
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
83
|
+
} & {
|
84
|
+
readOnly?: boolean | undefined;
|
85
|
+
disabled?: true | undefined;
|
86
|
+
alwaysOpened?: false | undefined;
|
87
|
+
} & {
|
88
|
+
multiple?: false | undefined;
|
89
|
+
value?: string | undefined;
|
90
|
+
onChange?: ((value: string) => void) | undefined;
|
91
|
+
isTargetAmount?: false | undefined;
|
92
|
+
targetAmount?: undefined;
|
93
|
+
renderValue?: undefined;
|
94
|
+
} & {
|
95
|
+
requiredPlacement?: "left" | "right" | undefined;
|
96
|
+
} & {
|
97
|
+
optional?: true | undefined;
|
98
|
+
required?: false | undefined;
|
58
99
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
59
100
|
items: ItemOption[];
|
60
101
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -86,6 +127,83 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
86
127
|
isTargetAmount?: true | undefined;
|
87
128
|
targetAmount?: number | undefined;
|
88
129
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
130
|
+
} & {
|
131
|
+
requiredPlacement?: "left" | "right" | undefined;
|
132
|
+
} & {
|
133
|
+
required: true;
|
134
|
+
optional?: false | undefined;
|
135
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
136
|
+
items: ItemOption[];
|
137
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
138
|
+
label?: string | undefined;
|
139
|
+
placeholder?: string | undefined;
|
140
|
+
helperText?: string | undefined;
|
141
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
142
|
+
textBefore?: string | undefined;
|
143
|
+
textAfter?: string | undefined;
|
144
|
+
variant?: "normal" | "tight" | undefined;
|
145
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
146
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
147
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
148
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
149
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
150
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
151
|
+
closeAfterSelect?: boolean | undefined;
|
152
|
+
size?: string | undefined;
|
153
|
+
view?: string | undefined;
|
154
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
155
|
+
} & {
|
156
|
+
readOnly?: boolean | undefined;
|
157
|
+
disabled?: true | undefined;
|
158
|
+
alwaysOpened?: false | undefined;
|
159
|
+
} & {
|
160
|
+
multiple: true;
|
161
|
+
value?: string[] | undefined;
|
162
|
+
onChange?: ((value: string[]) => void) | undefined;
|
163
|
+
isTargetAmount?: true | undefined;
|
164
|
+
targetAmount?: number | undefined;
|
165
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
166
|
+
} & {
|
167
|
+
requiredPlacement?: "left" | "right" | undefined;
|
168
|
+
} & {
|
169
|
+
optional?: true | undefined;
|
170
|
+
required?: false | undefined;
|
171
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
172
|
+
items: ItemOption[];
|
173
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
174
|
+
label?: string | undefined;
|
175
|
+
placeholder?: string | undefined;
|
176
|
+
helperText?: string | undefined;
|
177
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
178
|
+
textBefore?: string | undefined;
|
179
|
+
textAfter?: string | undefined;
|
180
|
+
variant?: "normal" | "tight" | undefined;
|
181
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
182
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
183
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
184
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
185
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
186
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
187
|
+
closeAfterSelect?: boolean | undefined;
|
188
|
+
size?: string | undefined;
|
189
|
+
view?: string | undefined;
|
190
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
191
|
+
} & {
|
192
|
+
readOnly?: true | undefined;
|
193
|
+
disabled?: boolean | undefined;
|
194
|
+
alwaysOpened?: false | undefined;
|
195
|
+
} & {
|
196
|
+
multiple?: false | undefined;
|
197
|
+
value?: string | undefined;
|
198
|
+
onChange?: ((value: string) => void) | undefined;
|
199
|
+
isTargetAmount?: false | undefined;
|
200
|
+
targetAmount?: undefined;
|
201
|
+
renderValue?: undefined;
|
202
|
+
} & {
|
203
|
+
requiredPlacement?: "left" | "right" | undefined;
|
204
|
+
} & {
|
205
|
+
required: true;
|
206
|
+
optional?: false | undefined;
|
89
207
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
90
208
|
items: ItemOption[];
|
91
209
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -117,6 +235,11 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
117
235
|
isTargetAmount?: false | undefined;
|
118
236
|
targetAmount?: undefined;
|
119
237
|
renderValue?: undefined;
|
238
|
+
} & {
|
239
|
+
requiredPlacement?: "left" | "right" | undefined;
|
240
|
+
} & {
|
241
|
+
optional?: true | undefined;
|
242
|
+
required?: false | undefined;
|
120
243
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
121
244
|
items: ItemOption[];
|
122
245
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -148,6 +271,47 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
148
271
|
isTargetAmount?: true | undefined;
|
149
272
|
targetAmount?: number | undefined;
|
150
273
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
274
|
+
} & {
|
275
|
+
requiredPlacement?: "left" | "right" | undefined;
|
276
|
+
} & {
|
277
|
+
required: true;
|
278
|
+
optional?: false | undefined;
|
279
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
280
|
+
items: ItemOption[];
|
281
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
282
|
+
label?: string | undefined;
|
283
|
+
placeholder?: string | undefined;
|
284
|
+
helperText?: string | undefined;
|
285
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
286
|
+
textBefore?: string | undefined;
|
287
|
+
textAfter?: string | undefined;
|
288
|
+
variant?: "normal" | "tight" | undefined;
|
289
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
290
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
291
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
292
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
293
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
294
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
295
|
+
closeAfterSelect?: boolean | undefined;
|
296
|
+
size?: string | undefined;
|
297
|
+
view?: string | undefined;
|
298
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
299
|
+
} & {
|
300
|
+
readOnly?: true | undefined;
|
301
|
+
disabled?: boolean | undefined;
|
302
|
+
alwaysOpened?: false | undefined;
|
303
|
+
} & {
|
304
|
+
multiple: true;
|
305
|
+
value?: string[] | undefined;
|
306
|
+
onChange?: ((value: string[]) => void) | undefined;
|
307
|
+
isTargetAmount?: true | undefined;
|
308
|
+
targetAmount?: number | undefined;
|
309
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
310
|
+
} & {
|
311
|
+
requiredPlacement?: "left" | "right" | undefined;
|
312
|
+
} & {
|
313
|
+
optional?: true | undefined;
|
314
|
+
required?: false | undefined;
|
151
315
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
152
316
|
items: ItemOption[];
|
153
317
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -179,6 +343,83 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
179
343
|
isTargetAmount?: false | undefined;
|
180
344
|
targetAmount?: undefined;
|
181
345
|
renderValue?: undefined;
|
346
|
+
} & {
|
347
|
+
requiredPlacement?: "left" | "right" | undefined;
|
348
|
+
} & {
|
349
|
+
required: true;
|
350
|
+
optional?: false | undefined;
|
351
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
352
|
+
items: ItemOption[];
|
353
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
354
|
+
label?: string | undefined;
|
355
|
+
placeholder?: string | undefined;
|
356
|
+
helperText?: string | undefined;
|
357
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
358
|
+
textBefore?: string | undefined;
|
359
|
+
textAfter?: string | undefined;
|
360
|
+
variant?: "normal" | "tight" | undefined;
|
361
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
362
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
363
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
364
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
365
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
366
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
367
|
+
closeAfterSelect?: boolean | undefined;
|
368
|
+
size?: string | undefined;
|
369
|
+
view?: string | undefined;
|
370
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
371
|
+
} & {
|
372
|
+
readOnly?: false | undefined;
|
373
|
+
disabled?: false | undefined;
|
374
|
+
alwaysOpened?: true | undefined;
|
375
|
+
} & {
|
376
|
+
multiple?: false | undefined;
|
377
|
+
value?: string | undefined;
|
378
|
+
onChange?: ((value: string) => void) | undefined;
|
379
|
+
isTargetAmount?: false | undefined;
|
380
|
+
targetAmount?: undefined;
|
381
|
+
renderValue?: undefined;
|
382
|
+
} & {
|
383
|
+
requiredPlacement?: "left" | "right" | undefined;
|
384
|
+
} & {
|
385
|
+
optional?: true | undefined;
|
386
|
+
required?: false | undefined;
|
387
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
388
|
+
items: ItemOption[];
|
389
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
390
|
+
label?: string | undefined;
|
391
|
+
placeholder?: string | undefined;
|
392
|
+
helperText?: string | undefined;
|
393
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
394
|
+
textBefore?: string | undefined;
|
395
|
+
textAfter?: string | undefined;
|
396
|
+
variant?: "normal" | "tight" | undefined;
|
397
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
398
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
399
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
400
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
401
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
402
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
403
|
+
closeAfterSelect?: boolean | undefined;
|
404
|
+
size?: string | undefined;
|
405
|
+
view?: string | undefined;
|
406
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
407
|
+
} & {
|
408
|
+
readOnly?: false | undefined;
|
409
|
+
disabled?: false | undefined;
|
410
|
+
alwaysOpened?: true | undefined;
|
411
|
+
} & {
|
412
|
+
multiple: true;
|
413
|
+
value?: string[] | undefined;
|
414
|
+
onChange?: ((value: string[]) => void) | undefined;
|
415
|
+
isTargetAmount?: true | undefined;
|
416
|
+
targetAmount?: number | undefined;
|
417
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
418
|
+
} & {
|
419
|
+
requiredPlacement?: "left" | "right" | undefined;
|
420
|
+
} & {
|
421
|
+
required: true;
|
422
|
+
optional?: false | undefined;
|
182
423
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
183
424
|
items: ItemOption[];
|
184
425
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -210,6 +451,11 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
210
451
|
isTargetAmount?: true | undefined;
|
211
452
|
targetAmount?: number | undefined;
|
212
453
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
454
|
+
} & {
|
455
|
+
requiredPlacement?: "left" | "right" | undefined;
|
456
|
+
} & {
|
457
|
+
optional?: true | undefined;
|
458
|
+
required?: false | undefined;
|
213
459
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
214
460
|
declare type PropsFromConfig = keyof typeof config['variations'];
|
215
461
|
declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
|
@@ -267,6 +513,47 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
267
513
|
isTargetAmount?: false | undefined;
|
268
514
|
targetAmount?: undefined;
|
269
515
|
renderValue?: undefined;
|
516
|
+
} & {
|
517
|
+
requiredPlacement?: "left" | "right" | undefined;
|
518
|
+
} & {
|
519
|
+
required: true;
|
520
|
+
optional?: false | undefined;
|
521
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
522
|
+
items: ItemOption[];
|
523
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
524
|
+
label?: string | undefined;
|
525
|
+
placeholder?: string | undefined;
|
526
|
+
helperText?: string | undefined;
|
527
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
528
|
+
textBefore?: string | undefined;
|
529
|
+
textAfter?: string | undefined;
|
530
|
+
variant?: "normal" | "tight" | undefined;
|
531
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
532
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
533
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
534
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
535
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
536
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
537
|
+
closeAfterSelect?: boolean | undefined;
|
538
|
+
size?: string | undefined;
|
539
|
+
view?: string | undefined;
|
540
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
541
|
+
} & {
|
542
|
+
readOnly?: boolean | undefined;
|
543
|
+
disabled?: true | undefined;
|
544
|
+
alwaysOpened?: false | undefined;
|
545
|
+
} & {
|
546
|
+
multiple?: false | undefined;
|
547
|
+
value?: string | undefined;
|
548
|
+
onChange?: ((value: string) => void) | undefined;
|
549
|
+
isTargetAmount?: false | undefined;
|
550
|
+
targetAmount?: undefined;
|
551
|
+
renderValue?: undefined;
|
552
|
+
} & {
|
553
|
+
requiredPlacement?: "left" | "right" | undefined;
|
554
|
+
} & {
|
555
|
+
optional?: true | undefined;
|
556
|
+
required?: false | undefined;
|
270
557
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
271
558
|
items: ItemOption[];
|
272
559
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -298,6 +585,83 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
298
585
|
isTargetAmount?: true | undefined;
|
299
586
|
targetAmount?: number | undefined;
|
300
587
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
588
|
+
} & {
|
589
|
+
requiredPlacement?: "left" | "right" | undefined;
|
590
|
+
} & {
|
591
|
+
required: true;
|
592
|
+
optional?: false | undefined;
|
593
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
594
|
+
items: ItemOption[];
|
595
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
596
|
+
label?: string | undefined;
|
597
|
+
placeholder?: string | undefined;
|
598
|
+
helperText?: string | undefined;
|
599
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
600
|
+
textBefore?: string | undefined;
|
601
|
+
textAfter?: string | undefined;
|
602
|
+
variant?: "normal" | "tight" | undefined;
|
603
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
604
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
605
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
606
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
607
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
608
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
609
|
+
closeAfterSelect?: boolean | undefined;
|
610
|
+
size?: string | undefined;
|
611
|
+
view?: string | undefined;
|
612
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
613
|
+
} & {
|
614
|
+
readOnly?: boolean | undefined;
|
615
|
+
disabled?: true | undefined;
|
616
|
+
alwaysOpened?: false | undefined;
|
617
|
+
} & {
|
618
|
+
multiple: true;
|
619
|
+
value?: string[] | undefined;
|
620
|
+
onChange?: ((value: string[]) => void) | undefined;
|
621
|
+
isTargetAmount?: true | undefined;
|
622
|
+
targetAmount?: number | undefined;
|
623
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
624
|
+
} & {
|
625
|
+
requiredPlacement?: "left" | "right" | undefined;
|
626
|
+
} & {
|
627
|
+
optional?: true | undefined;
|
628
|
+
required?: false | undefined;
|
629
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
630
|
+
items: ItemOption[];
|
631
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
632
|
+
label?: string | undefined;
|
633
|
+
placeholder?: string | undefined;
|
634
|
+
helperText?: string | undefined;
|
635
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
636
|
+
textBefore?: string | undefined;
|
637
|
+
textAfter?: string | undefined;
|
638
|
+
variant?: "normal" | "tight" | undefined;
|
639
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
640
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
641
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
642
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
643
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
644
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
645
|
+
closeAfterSelect?: boolean | undefined;
|
646
|
+
size?: string | undefined;
|
647
|
+
view?: string | undefined;
|
648
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
649
|
+
} & {
|
650
|
+
readOnly?: true | undefined;
|
651
|
+
disabled?: boolean | undefined;
|
652
|
+
alwaysOpened?: false | undefined;
|
653
|
+
} & {
|
654
|
+
multiple?: false | undefined;
|
655
|
+
value?: string | undefined;
|
656
|
+
onChange?: ((value: string) => void) | undefined;
|
657
|
+
isTargetAmount?: false | undefined;
|
658
|
+
targetAmount?: undefined;
|
659
|
+
renderValue?: undefined;
|
660
|
+
} & {
|
661
|
+
requiredPlacement?: "left" | "right" | undefined;
|
662
|
+
} & {
|
663
|
+
required: true;
|
664
|
+
optional?: false | undefined;
|
301
665
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
302
666
|
items: ItemOption[];
|
303
667
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -329,6 +693,11 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
329
693
|
isTargetAmount?: false | undefined;
|
330
694
|
targetAmount?: undefined;
|
331
695
|
renderValue?: undefined;
|
696
|
+
} & {
|
697
|
+
requiredPlacement?: "left" | "right" | undefined;
|
698
|
+
} & {
|
699
|
+
optional?: true | undefined;
|
700
|
+
required?: false | undefined;
|
332
701
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
333
702
|
items: ItemOption[];
|
334
703
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -360,6 +729,47 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
360
729
|
isTargetAmount?: true | undefined;
|
361
730
|
targetAmount?: number | undefined;
|
362
731
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
732
|
+
} & {
|
733
|
+
requiredPlacement?: "left" | "right" | undefined;
|
734
|
+
} & {
|
735
|
+
required: true;
|
736
|
+
optional?: false | undefined;
|
737
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
738
|
+
items: ItemOption[];
|
739
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
740
|
+
label?: string | undefined;
|
741
|
+
placeholder?: string | undefined;
|
742
|
+
helperText?: string | undefined;
|
743
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
744
|
+
textBefore?: string | undefined;
|
745
|
+
textAfter?: string | undefined;
|
746
|
+
variant?: "normal" | "tight" | undefined;
|
747
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
748
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
749
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
750
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
751
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
752
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
753
|
+
closeAfterSelect?: boolean | undefined;
|
754
|
+
size?: string | undefined;
|
755
|
+
view?: string | undefined;
|
756
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
757
|
+
} & {
|
758
|
+
readOnly?: true | undefined;
|
759
|
+
disabled?: boolean | undefined;
|
760
|
+
alwaysOpened?: false | undefined;
|
761
|
+
} & {
|
762
|
+
multiple: true;
|
763
|
+
value?: string[] | undefined;
|
764
|
+
onChange?: ((value: string[]) => void) | undefined;
|
765
|
+
isTargetAmount?: true | undefined;
|
766
|
+
targetAmount?: number | undefined;
|
767
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
768
|
+
} & {
|
769
|
+
requiredPlacement?: "left" | "right" | undefined;
|
770
|
+
} & {
|
771
|
+
optional?: true | undefined;
|
772
|
+
required?: false | undefined;
|
363
773
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
364
774
|
items: ItemOption[];
|
365
775
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -391,6 +801,83 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
391
801
|
isTargetAmount?: false | undefined;
|
392
802
|
targetAmount?: undefined;
|
393
803
|
renderValue?: undefined;
|
804
|
+
} & {
|
805
|
+
requiredPlacement?: "left" | "right" | undefined;
|
806
|
+
} & {
|
807
|
+
required: true;
|
808
|
+
optional?: false | undefined;
|
809
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
810
|
+
items: ItemOption[];
|
811
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
812
|
+
label?: string | undefined;
|
813
|
+
placeholder?: string | undefined;
|
814
|
+
helperText?: string | undefined;
|
815
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
816
|
+
textBefore?: string | undefined;
|
817
|
+
textAfter?: string | undefined;
|
818
|
+
variant?: "normal" | "tight" | undefined;
|
819
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
820
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
821
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
822
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
823
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
824
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
825
|
+
closeAfterSelect?: boolean | undefined;
|
826
|
+
size?: string | undefined;
|
827
|
+
view?: string | undefined;
|
828
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
829
|
+
} & {
|
830
|
+
readOnly?: false | undefined;
|
831
|
+
disabled?: false | undefined;
|
832
|
+
alwaysOpened?: true | undefined;
|
833
|
+
} & {
|
834
|
+
multiple?: false | undefined;
|
835
|
+
value?: string | undefined;
|
836
|
+
onChange?: ((value: string) => void) | undefined;
|
837
|
+
isTargetAmount?: false | undefined;
|
838
|
+
targetAmount?: undefined;
|
839
|
+
renderValue?: undefined;
|
840
|
+
} & {
|
841
|
+
requiredPlacement?: "left" | "right" | undefined;
|
842
|
+
} & {
|
843
|
+
optional?: true | undefined;
|
844
|
+
required?: false | undefined;
|
845
|
+
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
846
|
+
items: ItemOption[];
|
847
|
+
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
848
|
+
label?: string | undefined;
|
849
|
+
placeholder?: string | undefined;
|
850
|
+
helperText?: string | undefined;
|
851
|
+
contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
852
|
+
textBefore?: string | undefined;
|
853
|
+
textAfter?: string | undefined;
|
854
|
+
variant?: "normal" | "tight" | undefined;
|
855
|
+
listOverflow?: import("csstype").Property.Overflow | undefined;
|
856
|
+
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
857
|
+
listWidth?: import("csstype").Property.Width<string | number> | undefined;
|
858
|
+
portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
|
859
|
+
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
860
|
+
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
861
|
+
closeAfterSelect?: boolean | undefined;
|
862
|
+
size?: string | undefined;
|
863
|
+
view?: string | undefined;
|
864
|
+
labelPlacement?: "inner" | "outer" | undefined;
|
865
|
+
} & {
|
866
|
+
readOnly?: false | undefined;
|
867
|
+
disabled?: false | undefined;
|
868
|
+
alwaysOpened?: true | undefined;
|
869
|
+
} & {
|
870
|
+
multiple: true;
|
871
|
+
value?: string[] | undefined;
|
872
|
+
onChange?: ((value: string[]) => void) | undefined;
|
873
|
+
isTargetAmount?: true | undefined;
|
874
|
+
targetAmount?: number | undefined;
|
875
|
+
renderValue?: ((item: ItemOption) => string) | undefined;
|
876
|
+
} & {
|
877
|
+
requiredPlacement?: "left" | "right" | undefined;
|
878
|
+
} & {
|
879
|
+
required: true;
|
880
|
+
optional?: false | undefined;
|
394
881
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
395
882
|
items: ItemOption[];
|
396
883
|
placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
@@ -422,6 +909,11 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
422
909
|
isTargetAmount?: true | undefined;
|
423
910
|
targetAmount?: number | undefined;
|
424
911
|
renderValue?: ((item: ItemOption) => string) | undefined;
|
912
|
+
} & {
|
913
|
+
requiredPlacement?: "left" | "right" | undefined;
|
914
|
+
} & {
|
915
|
+
optional?: true | undefined;
|
916
|
+
required?: false | undefined;
|
425
917
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
|
426
918
|
ref?: ForwardedRef<HTMLInputElement> | undefined;
|
427
919
|
}) => ReactElement | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAElD,aAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,aAAK,QAAQ,CAAC,CAAC,SAAS,UAAU,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACzE,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAET,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
.sxqyqmu{--plasma-textfield-color:var(--plasma-autocomplete-textfield-color);--plasma-textfield__placeholder-color-focus:var(--plasma-autocomplete-textfield__placeholder-color-focus);--plasma-textfield-bg-color:var(--plasma-autocomplete-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-autocomplete-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-autocomplete-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-autocomplete-textfield-border-color);--plasma-textfield-border-color-hover:var(--plasma-autocomplete-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-autocomplete-textfield-border-color-focus);--plasma-textfield-color-readonly:var(--plasma-autocomplete-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-autocomplete-textfield-bg-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-autocomplete-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-autocomplete-textfield__placeholder-color-readonly);--plasma-textfield__caret-color:var(--plasma-autocomplete-textfield-caret-color);--plasma-textfield__placeholder-color:var(--plasma-autocomplete-textfield-placeholder-color);--plasma-textfield-height:var(--plasma-autocomplete-textfield-height);--plasma-textfield-border-width:var(--plasma-autocomplete-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-autocomplete-textfield-border-radius);--plasma-textfield-padding:var(--plasma-autocomplete-textfield-padding);--plasma-textfield__left-content-margin:var(--plasma-autocomplete-textfield__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-autocomplete-textfield__right-content-margin);--plasma-textfield-font-family:var(--plasma-autocomplete-textfield-font-family);--plasma-textfield-font-style:var(--plasma-autocomplete-textfield-font-style);--plasma-textfield-font-size:var(--plasma-autocomplete-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-autocomplete-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-autocomplete-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-autocomplete-textfield-line-height);--plasma-textfield__label-color:var(--plasma-autocomplete-textfield-label-color);--plasma-textfield__label-color-readonly:var(--plasma-autocomplete-textfield__label-color-readonly);--plasma-textfield__label-offset:var(--plasma-autocomplete-textfield__label-offset);--plasma-textfield__label-font-family:var(--plasma-autocomplete-textfield__label-font-family);--plasma-textfield__label-font-style:var(--plasma-autocomplete-textfield__label-font-style);--plasma-textfield__label-font-size:var(--plasma-autocomplete-textfield__label-font-size);--plasma-textfield__label-font-weight:var(--plasma-autocomplete-textfield__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-autocomplete-textfield__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-autocomplete-textfield__label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-autocomplete-textfield-placement_inner__label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-autocomplete-textfield-placement_inner__label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-autocomplete-textfield-placement_inner__label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-autocomplete-textfield-placement_inner__label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-autocomplete-textfield-placement_inner__label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-autocomplete-textfield-placement_inner__label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-autocomplete-textfield-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-autocomplete-textfield-placement_inner__content-padding);--plasma-textfield__left-helper-color:var(--plasma-autocomplete-textfield__left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-autocomplete-textfield__left-helper-color-readonly);--plasma-textfield__left-helper-offset:var(--plasma-autocomplete-textfield__left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-autocomplete-textfield__left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-autocomplete-textfield__left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-autocomplete-textfield__left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-autocomplete-textfield__left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-autocomplete-textfield__left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-autocomplete-textfield__left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-autocomplete-textfield__before-text-color);--plasma-textfield__after-text-color:var(--plasma-autocomplete-textfield__after-text-color);--plasma-textfield__before-text-margin:var(--plasma-autocomplete-textfield__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-autocomplete-textfield__after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-autocomplete-textfield-disabled-opacity);--plasma-textfield-focus-color:var(--plasma-autocomplete-textfield-focus-color);--plasma-textfield-content-slot-color:var(--plasma-autocomplete-content-color);--plasma-textfield-content-right-slot-color:var(--plasma-autocomplete-content-right-color);}
|
@@ -1 +0,0 @@
|
|
1
|
-
.s1wiuml6{--plasma-textfield-color:var(--plasma-combobox-new-textfield-color);--plasma-textfield__placeholder-color-focus:var(--plasma-combobox-new-textfield__placeholder-color-focus);--plasma-textfield-bg-color:var(--plasma-combobox-new-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-combobox-new-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-combobox-new-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-combobox-new-textfield-border-color);--plasma-textfield-border-color-hover:var(--plasma-combobox-new-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-combobox-new-textfield-border-color-focus);--plasma-textfield-color-readonly:var(--plasma-combobox-new-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-combobox-new-textfield-bg-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-combobox-new-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-combobox-new-textfield__placeholder-color-readonly);--plasma-textfield__caret-color:var(--plasma-combobox-new-textfield-caret-color);--plasma-textfield__placeholder-color:var(--plasma-combobox-new-textfield-placeholder-color);--plasma-textfield-height:var(--plasma-combobox-new-textfield-height);--plasma-textfield-border-width:var(--plasma-combobox-new-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-combobox-new-textfield-border-radius);--plasma-textfield-padding:var(--plasma-combobox-new-textfield-padding);--plasma-textfield__left-content-margin:var(--plasma-combobox-new-textfield__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-combobox-new-textfield__right-content-margin);--plasma-textfield-font-family:var(--plasma-combobox-new-textfield-font-family);--plasma-textfield-font-style:var(--plasma-combobox-new-textfield-font-style);--plasma-textfield-font-size:var(--plasma-combobox-new-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-combobox-new-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-combobox-new-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-combobox-new-textfield-line-height);--plasma-textfield__label-color:var(--plasma-combobox-new-textfield-label-color);--plasma-textfield__label-color-readonly:var(--plasma-combobox-new-textfield__label-color-readonly);--plasma-textfield__label-offset:var(--plasma-combobox-new-textfield__label-offset);--plasma-textfield__label-font-family:var(--plasma-combobox-new-textfield__label-font-family);--plasma-textfield__label-font-style:var(--plasma-combobox-new-textfield__label-font-style);--plasma-textfield__label-font-size:var(--plasma-combobox-new-textfield__label-font-size);--plasma-textfield__label-font-weight:var(--plasma-combobox-new-textfield__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-combobox-new-textfield__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-combobox-new-textfield__label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-combobox-new-textfield-placement_inner__label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-combobox-new-textfield-placement_inner__label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-combobox-new-textfield-placement_inner__label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-combobox-new-textfield-placement_inner__label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-combobox-new-textfield-placement_inner__label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-combobox-new-textfield-placement_inner__label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-combobox-new-textfield-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-combobox-new-textfield-placement_inner__content-padding);--plasma-textfield__left-helper-color:var(--plasma-combobox-new-textfield__left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-combobox-new-textfield__left-helper-color-readonly);--plasma-textfield__left-helper-offset:var(--plasma-combobox-new-textfield__left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-combobox-new-textfield__left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-combobox-new-textfield__left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-combobox-new-textfield__left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-combobox-new-textfield__left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-combobox-new-textfield__left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-combobox-new-textfield__left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-combobox-new-textfield__before-text-color);--plasma-textfield__after-text-color:var(--plasma-combobox-new-textfield__after-text-color);--plasma-textfield__before-text-margin:var(--plasma-combobox-new-textfield__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-combobox-new-textfield__after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-combobox-new-textfield-disabled-opacity);--plasma-textfield-focus-color:var(--plasma-combobox-new-textfield-focus-color);--plasma-textfield__chip-close-icon-color:var(--plasma-combobox-new-textfield-chip-close-icons-color);--plasma-textfield__chip-color:var(--plasma-combobox-new-textfield-chip-color);--plasma-textfield__chip-background:var(--plasma-combobox-new-textfield--chip-background);--plasma-textfield__chip-color-hover:var(--plasma-combobox-new-textfield-chip-color-hover);--plasma-textfield__chip-background-hover:var(--plasma-combobox-new-textfield-chip-background-hover);--plasma-textfield__chip-color-active:var(--plasma-combobox-new-textfield-chip-color-active);--plasma-textfield__chip-background-active:var(--plasma-combobox-new-textfield-chip-background-active);--plasma-textfield__chip-background-readonly:var(--plasma-combobox-new-textfield-chip-background-read-only);--plasma-textfield__chip-color-readonly:var(--plasma-combobox-new-textfield-chip-color-read-only);--plasma-textfield__chip-background-readonly-hover:var(--plasma-combobox-new-textfield-chip-background-read-only-hover);--plasma-textfield__chip-color-readonly-hover:var(--plasma-combobox-new-textfield-chip-color-read-only-hover);--plasma-textfield__chip-opacity-readonly:var(--plasma-combobox-new-textfield-chip-opacity-read-only);--plasma-textfield__chip-gap:var(--plasma-combobox-new-textfield-chip-gap);--plasma-textfield__chip-border-radius:var(--plasma-combobox-new-textfield-chip-border-radius);--plasma-textfield__chip-width:var(--plasma-combobox-new-textfield-chip-width);--plasma-textfield__chip-height:var(--plasma-combobox-new-textfield-chip-height);--plasma-textfield__chip-padding-right:var(--plasma-combobox-new-textfield-chip-padding-right);--plasma-textfield__chip-padding-left:var(--plasma-combobox-new-textfield-chip-padding-left);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-combobox-new-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-combobox-new-textfield-chip-clear-content-margin-right);--plasma-textfield__chip-close-icon-size:var(--plasma-combobox-new-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-combobox-new-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-combobox-new-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-combobox-new-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-combobox-new-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-combobox-new-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-combobox-new-textfield-chip-line-height);--plasma-textfield-padding-with-chips:var(--plasma-combobox-new-textfield-padding-with-chips);}
|
@@ -1 +0,0 @@
|
|
1
|
-
.sxqyqmu{--plasma-textfield-color:var(--plasma-autocomplete-textfield-color);--plasma-textfield__placeholder-color-focus:var(--plasma-autocomplete-textfield__placeholder-color-focus);--plasma-textfield-bg-color:var(--plasma-autocomplete-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-autocomplete-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-autocomplete-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-autocomplete-textfield-border-color);--plasma-textfield-border-color-hover:var(--plasma-autocomplete-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-autocomplete-textfield-border-color-focus);--plasma-textfield-color-readonly:var(--plasma-autocomplete-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-autocomplete-textfield-bg-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-autocomplete-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-autocomplete-textfield__placeholder-color-readonly);--plasma-textfield__caret-color:var(--plasma-autocomplete-textfield-caret-color);--plasma-textfield__placeholder-color:var(--plasma-autocomplete-textfield-placeholder-color);--plasma-textfield-height:var(--plasma-autocomplete-textfield-height);--plasma-textfield-border-width:var(--plasma-autocomplete-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-autocomplete-textfield-border-radius);--plasma-textfield-padding:var(--plasma-autocomplete-textfield-padding);--plasma-textfield__left-content-margin:var(--plasma-autocomplete-textfield__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-autocomplete-textfield__right-content-margin);--plasma-textfield-font-family:var(--plasma-autocomplete-textfield-font-family);--plasma-textfield-font-style:var(--plasma-autocomplete-textfield-font-style);--plasma-textfield-font-size:var(--plasma-autocomplete-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-autocomplete-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-autocomplete-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-autocomplete-textfield-line-height);--plasma-textfield__label-color:var(--plasma-autocomplete-textfield-label-color);--plasma-textfield__label-color-readonly:var(--plasma-autocomplete-textfield__label-color-readonly);--plasma-textfield__label-offset:var(--plasma-autocomplete-textfield__label-offset);--plasma-textfield__label-font-family:var(--plasma-autocomplete-textfield__label-font-family);--plasma-textfield__label-font-style:var(--plasma-autocomplete-textfield__label-font-style);--plasma-textfield__label-font-size:var(--plasma-autocomplete-textfield__label-font-size);--plasma-textfield__label-font-weight:var(--plasma-autocomplete-textfield__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-autocomplete-textfield__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-autocomplete-textfield__label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-autocomplete-textfield-placement_inner__label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-autocomplete-textfield-placement_inner__label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-autocomplete-textfield-placement_inner__label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-autocomplete-textfield-placement_inner__label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-autocomplete-textfield-placement_inner__label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-autocomplete-textfield-placement_inner__label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-autocomplete-textfield-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-autocomplete-textfield-placement_inner__content-padding);--plasma-textfield__left-helper-color:var(--plasma-autocomplete-textfield__left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-autocomplete-textfield__left-helper-color-readonly);--plasma-textfield__left-helper-offset:var(--plasma-autocomplete-textfield__left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-autocomplete-textfield__left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-autocomplete-textfield__left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-autocomplete-textfield__left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-autocomplete-textfield__left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-autocomplete-textfield__left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-autocomplete-textfield__left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-autocomplete-textfield__before-text-color);--plasma-textfield__after-text-color:var(--plasma-autocomplete-textfield__after-text-color);--plasma-textfield__before-text-margin:var(--plasma-autocomplete-textfield__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-autocomplete-textfield__after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-autocomplete-textfield-disabled-opacity);--plasma-textfield-focus-color:var(--plasma-autocomplete-textfield-focus-color);--plasma-textfield-content-slot-color:var(--plasma-autocomplete-content-color);--plasma-textfield-content-right-slot-color:var(--plasma-autocomplete-content-right-color);}
|