@salutejs/plasma-new-hope 0.195.2-canary.1577.11938240958.0 → 0.196.0-canary.1552.11952949201.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +1 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +3 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +41 -8
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +3 -2
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +3 -2
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +1 -0
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +39 -0
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +1 -0
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +15 -0
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +1 -0
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +1 -0
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +1 -2
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +1 -2
- package/cjs/components/Pagination/Pagination.css +1 -2
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
- package/cjs/components/Range/Range.css +1 -2
- package/cjs/components/Select/Select.css +1 -2
- package/cjs/components/Select/ui/Inner/Inner.css +1 -2
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +1 -2
- package/cjs/components/Select/ui/Target/Target.css +1 -2
- package/cjs/components/Select/ui/Target/Target.js +1 -2
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +1 -2
- package/cjs/components/Slider/components/Double/Double.css +1 -2
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
- package/cjs/components/TextField/TextField.js +4 -7
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
- package/cjs/index.css +3 -2
- package/cjs/index.js +2 -0
- package/cjs/index.js.map +1 -1
- package/cjs/utils/createEvent.js +54 -0
- package/cjs/utils/createEvent.js.map +1 -0
- package/cjs/utils/index.js.map +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +42 -9
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +40 -0
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +13 -0
- package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/emotion/cjs/components/TextField/TextField.js +5 -8
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
- package/emotion/cjs/utils/createEvent.js +53 -0
- package/emotion/cjs/utils/index.js +10 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +43 -9
- package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +31 -0
- package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +6 -0
- package/emotion/es/components/Select/ui/Target/Target.js +1 -2
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/emotion/es/components/TextField/TextField.js +5 -8
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
- package/emotion/es/utils/createEvent.js +47 -0
- package/emotion/es/utils/index.js +1 -0
- package/es/components/Autocomplete/Autocomplete.css +1 -2
- package/es/components/Combobox/ComboboxNew/Combobox.css +3 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js +43 -10
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +3 -2
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +3 -2
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +1 -0
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +35 -0
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +1 -0
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +11 -0
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +1 -0
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +1 -0
- package/es/components/DatePicker/RangeDate/RangeDate.css +1 -2
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +1 -2
- package/es/components/DatePicker/SingleDate/SingleDate.css +1 -2
- package/es/components/Pagination/Pagination.css +1 -2
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -2
- package/es/components/Range/Range.css +1 -2
- package/es/components/Select/Select.css +1 -2
- package/es/components/Select/ui/Inner/Inner.css +1 -2
- package/es/components/Select/ui/Inner/ui/Item/Item.css +1 -2
- package/es/components/Select/ui/Target/Target.css +1 -2
- package/es/components/Select/ui/Target/Target.js +1 -2
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -2
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +1 -2
- package/es/components/Slider/components/Double/Double.css +1 -2
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -2
- package/es/components/TextField/TextField.js +4 -7
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/{TextFieldChip.styles_1yosnxc.css → TextFieldChip.styles_1y8n7la.css} +0 -1
- package/es/index.css +3 -2
- package/es/index.js +1 -0
- package/es/index.js.map +1 -1
- package/es/utils/createEvent.js +50 -0
- package/es/utils/createEvent.js.map +1 -0
- package/es/utils/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +42 -9
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +40 -0
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +12 -0
- package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/styled-components/cjs/components/TextField/TextField.js +4 -7
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
- package/styled-components/cjs/utils/createEvent.js +53 -0
- package/styled-components/cjs/utils/index.js +10 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +43 -9
- package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +31 -0
- package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +5 -0
- package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +2 -4
- package/styled-components/es/components/TextField/TextField.js +4 -7
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +0 -10
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -10
- package/styled-components/es/utils/createEvent.js +47 -0
- package/styled-components/es/utils/index.js +1 -0
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -16
- 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 +28 -9
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +6 -0
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts.map +1 -0
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts +3 -0
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts.map +1 -0
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -16
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -16
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +0 -6
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +0 -16
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +0 -5
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -16
- 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 +0 -16
- 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.types.d.ts +0 -8
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -553
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1174 -166
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -16
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +0 -6
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -16
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -553
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1174 -166
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -16
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +0 -6
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -16
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/types/utils/createEvent.d.ts +3 -0
- package/types/utils/createEvent.d.ts.map +1 -0
- package/types/utils/index.d.ts +1 -0
- package/types/utils/index.d.ts.map +1 -1
@@ -38,7 +38,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
38
38
|
onChangeChips?: undefined;
|
39
39
|
enumerationType?: "plain" | undefined;
|
40
40
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
41
|
-
chipType?: undefined;
|
42
41
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
43
42
|
size?: string | undefined;
|
44
43
|
view?: string | undefined;
|
@@ -78,7 +77,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
78
77
|
onSearch?: undefined;
|
79
78
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
80
79
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
81
|
-
chipType?: "text" | "default" | undefined;
|
82
80
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
83
81
|
size?: string | undefined;
|
84
82
|
view?: string | undefined;
|
@@ -118,7 +116,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
118
116
|
onChangeChips?: undefined;
|
119
117
|
enumerationType?: "plain" | undefined;
|
120
118
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
121
|
-
chipType?: undefined;
|
122
119
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
123
120
|
size?: string | undefined;
|
124
121
|
view?: string | undefined;
|
@@ -158,7 +155,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
158
155
|
onSearch?: undefined;
|
159
156
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
160
157
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
161
|
-
chipType?: "text" | "default" | undefined;
|
162
158
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
163
159
|
size?: string | undefined;
|
164
160
|
view?: string | undefined;
|
@@ -198,7 +194,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
198
194
|
onChangeChips?: undefined;
|
199
195
|
enumerationType?: "plain" | undefined;
|
200
196
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
201
|
-
chipType?: undefined;
|
202
197
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
203
198
|
size?: string | undefined;
|
204
199
|
view?: string | undefined;
|
@@ -238,7 +233,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
238
233
|
onSearch?: undefined;
|
239
234
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
240
235
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
241
|
-
chipType?: "text" | "default" | undefined;
|
242
236
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
243
237
|
size?: string | undefined;
|
244
238
|
view?: string | undefined;
|
@@ -278,7 +272,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
278
272
|
onChangeChips?: undefined;
|
279
273
|
enumerationType?: "plain" | undefined;
|
280
274
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
281
|
-
chipType?: undefined;
|
282
275
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
283
276
|
size?: string | undefined;
|
284
277
|
view?: string | undefined;
|
@@ -318,7 +311,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
318
311
|
onSearch?: undefined;
|
319
312
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
320
313
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
321
|
-
chipType?: "text" | "default" | undefined;
|
322
314
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
323
315
|
size?: string | undefined;
|
324
316
|
view?: string | undefined;
|
@@ -358,7 +350,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
358
350
|
onChangeChips?: undefined;
|
359
351
|
enumerationType?: "plain" | undefined;
|
360
352
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
361
|
-
chipType?: undefined;
|
362
353
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
363
354
|
size?: string | undefined;
|
364
355
|
view?: string | undefined;
|
@@ -398,7 +389,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
398
389
|
onSearch?: undefined;
|
399
390
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
400
391
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
401
|
-
chipType?: "text" | "default" | undefined;
|
402
392
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
403
393
|
size?: string | undefined;
|
404
394
|
view?: string | undefined;
|
@@ -438,7 +428,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
438
428
|
onChangeChips?: undefined;
|
439
429
|
enumerationType?: "plain" | undefined;
|
440
430
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
441
|
-
chipType?: undefined;
|
442
431
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
443
432
|
size?: string | undefined;
|
444
433
|
view?: string | undefined;
|
@@ -478,7 +467,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
478
467
|
onSearch?: undefined;
|
479
468
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
480
469
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
481
|
-
chipType?: "text" | "default" | undefined;
|
482
470
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
483
471
|
size?: string | undefined;
|
484
472
|
view?: string | undefined;
|
@@ -518,7 +506,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
518
506
|
onChangeChips?: undefined;
|
519
507
|
enumerationType?: "plain" | undefined;
|
520
508
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
521
|
-
chipType?: undefined;
|
522
509
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
523
510
|
size?: string | undefined;
|
524
511
|
view?: string | undefined;
|
@@ -558,7 +545,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
558
545
|
onSearch?: undefined;
|
559
546
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
560
547
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
561
|
-
chipType?: "text" | "default" | undefined;
|
562
548
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
563
549
|
size?: string | undefined;
|
564
550
|
view?: string | undefined;
|
@@ -598,7 +584,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
598
584
|
onChangeChips?: undefined;
|
599
585
|
enumerationType?: "plain" | undefined;
|
600
586
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
601
|
-
chipType?: undefined;
|
602
587
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
603
588
|
size?: string | undefined;
|
604
589
|
view?: string | undefined;
|
@@ -638,6 +623,5 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
638
623
|
onSearch?: undefined;
|
639
624
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
640
625
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
641
|
-
chipType?: "text" | "default" | undefined;
|
642
626
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
643
627
|
//# sourceMappingURL=TextField.styles.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+IAoF3B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAqB7C,OAAO,KAAK,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAMnE,eAAO,MAAM,OAAO,4BAAgD,CAAC;AAErE;;GAEG;AAEH,eAAO,MAAM,YAAY,SAAU,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC,+IAsctF,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAxcQ,UAAU,gBAAgB,EAAE,KAAK,aAAa,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;CA6d3F,CAAC"}
|
@@ -1,11 +1,14 @@
|
|
1
|
-
import type { CSSProperties, ButtonHTMLAttributes } from 'react';
|
1
|
+
import type { CSSProperties, ButtonHTMLAttributes, ChangeEventHandler } from 'react';
|
2
2
|
import React from 'react';
|
3
3
|
import { RequiredProps } from '../../TextField/TextField.types';
|
4
4
|
import { FocusedPathState } from './reducers';
|
5
5
|
import { ItemOption, ItemOptionTransformed } from './ui/Inner/ui/Item/Item.types';
|
6
6
|
import type { ValueToCheckedMapType } from './hooks/getPathMaps';
|
7
7
|
declare type Placement = 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end';
|
8
|
-
declare type IsMultiselect<T extends ItemOption = ItemOption> = {
|
8
|
+
declare type IsMultiselect<T extends ItemOption = ItemOption> = ({
|
9
|
+
name: never;
|
10
|
+
defaultValue: never;
|
11
|
+
} & ({
|
9
12
|
multiple?: false;
|
10
13
|
value?: string;
|
11
14
|
onChange?: (value: string) => void;
|
@@ -19,18 +22,34 @@ declare type IsMultiselect<T extends ItemOption = ItemOption> = {
|
|
19
22
|
* @default undefined
|
20
23
|
*/
|
21
24
|
targetAmount?: never;
|
25
|
+
/**
|
26
|
+
* Callback для кастомной настройки значения в селекте.
|
27
|
+
*/
|
22
28
|
renderValue?: never;
|
23
29
|
} | {
|
24
30
|
multiple: true;
|
25
|
-
value?:
|
26
|
-
onChange?: (value:
|
31
|
+
value?: string[];
|
32
|
+
onChange?: (value: string[]) => void;
|
27
33
|
isTargetAmount?: true;
|
28
34
|
targetAmount?: number;
|
29
|
-
/**
|
30
|
-
* Callback для кастомной настройки значения в селекте.
|
31
|
-
*/
|
32
35
|
renderValue?: (item: T) => string;
|
33
|
-
}
|
36
|
+
})) | ({
|
37
|
+
name: string;
|
38
|
+
defaultValue?: string;
|
39
|
+
onChange?: ChangeEventHandler;
|
40
|
+
} & ({
|
41
|
+
multiple?: false;
|
42
|
+
value?: string;
|
43
|
+
isTargetAmount?: never | false;
|
44
|
+
targetAmount?: never;
|
45
|
+
renderValue?: never;
|
46
|
+
} | {
|
47
|
+
multiple: true;
|
48
|
+
value?: string[];
|
49
|
+
isTargetAmount?: true;
|
50
|
+
targetAmount?: number;
|
51
|
+
renderValue?: (item: T) => string;
|
52
|
+
}));
|
34
53
|
declare type ViewStateProps = {
|
35
54
|
/**
|
36
55
|
* Компонент доступен только для чтения.
|
@@ -155,7 +174,7 @@ declare type BasicProps<T extends ItemOption = ItemOption> = {
|
|
155
174
|
*/
|
156
175
|
labelPlacement?: 'outer' | 'inner';
|
157
176
|
};
|
158
|
-
export declare type ComboboxProps<T extends ItemOption = ItemOption> = BasicProps<T> & ViewStateProps & IsMultiselect<T> & RequiredProps & Omit<ButtonHTMLAttributes<HTMLInputElement>, 'value' | 'onChange'>;
|
177
|
+
export declare type ComboboxProps<T extends ItemOption = ItemOption> = BasicProps<T> & ViewStateProps & IsMultiselect<T> & RequiredProps & Omit<ButtonHTMLAttributes<HTMLInputElement>, 'value' | 'onChange' | 'name' | 'defaultValue'>;
|
159
178
|
export declare type FloatingPopoverProps = {
|
160
179
|
target: React.ReactNode | ((ref: React.MutableRefObject<HTMLElement | null>) => React.ReactNode);
|
161
180
|
children: React.ReactNode;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"Combobox.types.d.ts","sourceRoot":"","sources":["../../../../src/components/Combobox/ComboboxNew/Combobox.types.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React, { ChangeEvent } from 'react';
|
2
|
+
import { ComboboxProps } from '../../Combobox.types';
|
3
|
+
export declare const SelectNative: React.ForwardRefExoticComponent<Pick<ComboboxProps<import("../..").ItemOption>, "name" | "value" | "multiple"> & {
|
4
|
+
onChange: (value: ChangeEvent<HTMLSelectElement> | null) => void;
|
5
|
+
} & React.RefAttributes<HTMLInputElement>>;
|
6
|
+
//# sourceMappingURL=SelectNative.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SelectNative.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAiC,MAAM,OAAO,CAAC;AAI1E,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAQrD,eAAO,MAAM,YAAY;sBAHH,YAAY,iBAAiB,CAAC,GAAG,IAAI,KAAK,IAAI;0CA0BlE,CAAC"}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
export declare const SelectHidden: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSelectElement> & import("react").SelectHTMLAttributes<HTMLSelectElement> & Record<never, unknown>>;
|
3
|
+
//# sourceMappingURL=SelectNative.styles.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SelectNative.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,YAAY,iLAExB,CAAC"}
|
@@ -38,7 +38,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
38
38
|
onChangeChips?: undefined;
|
39
39
|
enumerationType?: "plain" | undefined;
|
40
40
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
41
|
-
chipType?: undefined;
|
42
41
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
43
42
|
size?: string | undefined;
|
44
43
|
view?: string | undefined;
|
@@ -78,7 +77,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
78
77
|
onSearch?: undefined;
|
79
78
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
80
79
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
81
|
-
chipType?: "text" | "default" | undefined;
|
82
80
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
83
81
|
size?: string | undefined;
|
84
82
|
view?: string | undefined;
|
@@ -118,7 +116,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
118
116
|
onChangeChips?: undefined;
|
119
117
|
enumerationType?: "plain" | undefined;
|
120
118
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
121
|
-
chipType?: undefined;
|
122
119
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
123
120
|
size?: string | undefined;
|
124
121
|
view?: string | undefined;
|
@@ -158,7 +155,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
158
155
|
onSearch?: undefined;
|
159
156
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
160
157
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
161
|
-
chipType?: "text" | "default" | undefined;
|
162
158
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
163
159
|
size?: string | undefined;
|
164
160
|
view?: string | undefined;
|
@@ -198,7 +194,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
198
194
|
onChangeChips?: undefined;
|
199
195
|
enumerationType?: "plain" | undefined;
|
200
196
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
201
|
-
chipType?: undefined;
|
202
197
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
203
198
|
size?: string | undefined;
|
204
199
|
view?: string | undefined;
|
@@ -238,7 +233,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
238
233
|
onSearch?: undefined;
|
239
234
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
240
235
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
241
|
-
chipType?: "text" | "default" | undefined;
|
242
236
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
243
237
|
size?: string | undefined;
|
244
238
|
view?: string | undefined;
|
@@ -278,7 +272,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
278
272
|
onChangeChips?: undefined;
|
279
273
|
enumerationType?: "plain" | undefined;
|
280
274
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
281
|
-
chipType?: undefined;
|
282
275
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
283
276
|
size?: string | undefined;
|
284
277
|
view?: string | undefined;
|
@@ -318,7 +311,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
318
311
|
onSearch?: undefined;
|
319
312
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
320
313
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
321
|
-
chipType?: "text" | "default" | undefined;
|
322
314
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
323
315
|
size?: string | undefined;
|
324
316
|
view?: string | undefined;
|
@@ -358,7 +350,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
358
350
|
onChangeChips?: undefined;
|
359
351
|
enumerationType?: "plain" | undefined;
|
360
352
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
361
|
-
chipType?: undefined;
|
362
353
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
363
354
|
size?: string | undefined;
|
364
355
|
view?: string | undefined;
|
@@ -398,7 +389,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
398
389
|
onSearch?: undefined;
|
399
390
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
400
391
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
401
|
-
chipType?: "text" | "default" | undefined;
|
402
392
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
403
393
|
size?: string | undefined;
|
404
394
|
view?: string | undefined;
|
@@ -438,7 +428,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
438
428
|
onChangeChips?: undefined;
|
439
429
|
enumerationType?: "plain" | undefined;
|
440
430
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
441
|
-
chipType?: undefined;
|
442
431
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
443
432
|
size?: string | undefined;
|
444
433
|
view?: string | undefined;
|
@@ -478,7 +467,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
478
467
|
onSearch?: undefined;
|
479
468
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
480
469
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
481
|
-
chipType?: "text" | "default" | undefined;
|
482
470
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
483
471
|
size?: string | undefined;
|
484
472
|
view?: string | undefined;
|
@@ -518,7 +506,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
518
506
|
onChangeChips?: undefined;
|
519
507
|
enumerationType?: "plain" | undefined;
|
520
508
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
521
|
-
chipType?: undefined;
|
522
509
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
523
510
|
size?: string | undefined;
|
524
511
|
view?: string | undefined;
|
@@ -558,7 +545,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
558
545
|
onSearch?: undefined;
|
559
546
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
560
547
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
561
|
-
chipType?: "text" | "default" | undefined;
|
562
548
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
563
549
|
size?: string | undefined;
|
564
550
|
view?: string | undefined;
|
@@ -598,7 +584,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
598
584
|
onChangeChips?: undefined;
|
599
585
|
enumerationType?: "plain" | undefined;
|
600
586
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
601
|
-
chipType?: undefined;
|
602
587
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
603
588
|
size?: string | undefined;
|
604
589
|
view?: string | undefined;
|
@@ -638,6 +623,5 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
638
623
|
onSearch?: undefined;
|
639
624
|
chips?: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
640
625
|
onChangeChips?: ((value: import("../../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
641
|
-
chipType?: "text" | "default" | undefined;
|
642
626
|
} & Omit<import("../../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
643
627
|
//# sourceMappingURL=Target.styles.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Target.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Target/Target.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"Target.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Combobox/ComboboxNew/ui/Target/Target.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kJAiJ3B,CAAC"}
|
@@ -39,7 +39,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
39
39
|
onChangeChips?: undefined;
|
40
40
|
enumerationType?: "plain" | undefined;
|
41
41
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
42
|
-
chipType?: undefined;
|
43
42
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
44
43
|
size?: string | undefined;
|
45
44
|
view?: string | undefined;
|
@@ -79,7 +78,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
79
78
|
onSearch?: undefined;
|
80
79
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
81
80
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
82
|
-
chipType?: "text" | "default" | undefined;
|
83
81
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
84
82
|
size?: string | undefined;
|
85
83
|
view?: string | undefined;
|
@@ -119,7 +117,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
119
117
|
onChangeChips?: undefined;
|
120
118
|
enumerationType?: "plain" | undefined;
|
121
119
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
122
|
-
chipType?: undefined;
|
123
120
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
124
121
|
size?: string | undefined;
|
125
122
|
view?: string | undefined;
|
@@ -159,7 +156,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
159
156
|
onSearch?: undefined;
|
160
157
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
161
158
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
162
|
-
chipType?: "text" | "default" | undefined;
|
163
159
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
164
160
|
size?: string | undefined;
|
165
161
|
view?: string | undefined;
|
@@ -199,7 +195,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
199
195
|
onChangeChips?: undefined;
|
200
196
|
enumerationType?: "plain" | undefined;
|
201
197
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
202
|
-
chipType?: undefined;
|
203
198
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
204
199
|
size?: string | undefined;
|
205
200
|
view?: string | undefined;
|
@@ -239,7 +234,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
239
234
|
onSearch?: undefined;
|
240
235
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
241
236
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
242
|
-
chipType?: "text" | "default" | undefined;
|
243
237
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
244
238
|
size?: string | undefined;
|
245
239
|
view?: string | undefined;
|
@@ -279,7 +273,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
279
273
|
onChangeChips?: undefined;
|
280
274
|
enumerationType?: "plain" | undefined;
|
281
275
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
282
|
-
chipType?: undefined;
|
283
276
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
284
277
|
size?: string | undefined;
|
285
278
|
view?: string | undefined;
|
@@ -319,7 +312,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
319
312
|
onSearch?: undefined;
|
320
313
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
321
314
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
322
|
-
chipType?: "text" | "default" | undefined;
|
323
315
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
324
316
|
size?: string | undefined;
|
325
317
|
view?: string | undefined;
|
@@ -359,7 +351,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
359
351
|
onChangeChips?: undefined;
|
360
352
|
enumerationType?: "plain" | undefined;
|
361
353
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
362
|
-
chipType?: undefined;
|
363
354
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
364
355
|
size?: string | undefined;
|
365
356
|
view?: string | undefined;
|
@@ -399,7 +390,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
399
390
|
onSearch?: undefined;
|
400
391
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
401
392
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
402
|
-
chipType?: "text" | "default" | undefined;
|
403
393
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
404
394
|
size?: string | undefined;
|
405
395
|
view?: string | undefined;
|
@@ -439,7 +429,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
439
429
|
onChangeChips?: undefined;
|
440
430
|
enumerationType?: "plain" | undefined;
|
441
431
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
442
|
-
chipType?: undefined;
|
443
432
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
444
433
|
size?: string | undefined;
|
445
434
|
view?: string | undefined;
|
@@ -479,7 +468,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
479
468
|
onSearch?: undefined;
|
480
469
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
481
470
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
482
|
-
chipType?: "text" | "default" | undefined;
|
483
471
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
484
472
|
size?: string | undefined;
|
485
473
|
view?: string | undefined;
|
@@ -519,7 +507,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
519
507
|
onChangeChips?: undefined;
|
520
508
|
enumerationType?: "plain" | undefined;
|
521
509
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
522
|
-
chipType?: undefined;
|
523
510
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
524
511
|
size?: string | undefined;
|
525
512
|
view?: string | undefined;
|
@@ -559,7 +546,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
559
546
|
onSearch?: undefined;
|
560
547
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
561
548
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
562
|
-
chipType?: "text" | "default" | undefined;
|
563
549
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
564
550
|
size?: string | undefined;
|
565
551
|
view?: string | undefined;
|
@@ -599,7 +585,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
599
585
|
onChangeChips?: undefined;
|
600
586
|
enumerationType?: "plain" | undefined;
|
601
587
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
602
|
-
chipType?: undefined;
|
603
588
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
604
589
|
size?: string | undefined;
|
605
590
|
view?: string | undefined;
|
@@ -639,7 +624,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
639
624
|
onSearch?: undefined;
|
640
625
|
chips?: import("../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
641
626
|
onChangeChips?: ((value: import("../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
642
|
-
chipType?: "text" | "default" | undefined;
|
643
627
|
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
644
628
|
export declare const base: import("@linaria/core").LinariaClassName;
|
645
629
|
export declare const StyledLabel: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & Record<never, unknown>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW
|
1
|
+
{"version":3,"file":"SingleDate.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/SingleDate/SingleDate.styles.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,aAAa,4TAAoB,CAAC;AAG/C,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4IA2EvB,CAAC;AAEF,eAAO,MAAM,IAAI,0CAMhB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAAiB,CAAC;AAE1C,eAAO,MAAM,UAAU,qKAAe,CAAC"}
|
package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts
CHANGED
@@ -12,7 +12,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
12
12
|
labelPlacement?: "inner" | "outer" | undefined;
|
13
13
|
placeholder?: string | undefined;
|
14
14
|
helperText?: string | undefined;
|
15
|
-
chipType?: "text" | "default" | undefined;
|
16
15
|
} & {
|
17
16
|
multiselect?: false | undefined;
|
18
17
|
separator?: undefined;
|
@@ -56,7 +55,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
56
55
|
labelPlacement?: "inner" | "outer" | undefined;
|
57
56
|
placeholder?: string | undefined;
|
58
57
|
helperText?: string | undefined;
|
59
|
-
chipType?: "text" | "default" | undefined;
|
60
58
|
} & {
|
61
59
|
multiselect?: true | undefined;
|
62
60
|
separator?: string | undefined;
|
@@ -100,7 +98,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
100
98
|
labelPlacement?: "inner" | "outer" | undefined;
|
101
99
|
placeholder?: string | undefined;
|
102
100
|
helperText?: string | undefined;
|
103
|
-
chipType?: "text" | "default" | undefined;
|
104
101
|
} & {
|
105
102
|
multiselect?: false | undefined;
|
106
103
|
separator?: undefined;
|
@@ -144,7 +141,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
144
141
|
labelPlacement?: "inner" | "outer" | undefined;
|
145
142
|
placeholder?: string | undefined;
|
146
143
|
helperText?: string | undefined;
|
147
|
-
chipType?: "text" | "default" | undefined;
|
148
144
|
} & {
|
149
145
|
multiselect?: true | undefined;
|
150
146
|
separator?: string | undefined;
|
@@ -183,7 +179,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
183
179
|
labelPlacement?: undefined;
|
184
180
|
placeholder?: undefined;
|
185
181
|
helperText?: undefined;
|
186
|
-
chipType?: undefined;
|
187
182
|
} & {
|
188
183
|
multiselect?: false | undefined;
|
189
184
|
separator?: undefined;
|
@@ -222,7 +217,6 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
222
217
|
labelPlacement?: undefined;
|
223
218
|
placeholder?: undefined;
|
224
219
|
helperText?: undefined;
|
225
|
-
chipType?: undefined;
|
226
220
|
} & {
|
227
221
|
multiselect?: true | undefined;
|
228
222
|
separator?: string | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PaginationSelectPerPage.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,iBAAiB,qKAI7B,CAAC;AAEF,eAAO,MAAM,mBAAmB
|
1
|
+
{"version":3,"file":"PaginationSelectPerPage.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,iBAAiB,qKAI7B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wLA6B/B,CAAC;AAEF,eAAO,MAAM,uBAAuB,qKAOnC,CAAC"}
|