@salutejs/plasma-new-hope 0.196.1-canary.1577.11970384401.0 → 0.197.0-canary.1556.11973013493.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +18 -19
- package/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +18 -19
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/cjs/components/Range/Range.css +18 -19
- package/cjs/components/Select/Select.css +18 -19
- package/cjs/components/Select/ui/Inner/Inner.css +18 -19
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/Select/ui/Target/Target.css +18 -19
- package/cjs/components/Select/ui/Target/Target.js +1 -2
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +18 -19
- package/cjs/components/Slider/components/Double/Double.css +18 -19
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/cjs/components/TextField/TextField.js +12 -11
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +20 -11
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +1 -0
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/cjs/index.css +18 -19
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/cjs/components/TextField/TextField.js +13 -12
- package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
- package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/es/components/Select/ui/Target/Target.js +1 -2
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/es/components/TextField/TextField.js +13 -12
- package/emotion/es/components/TextField/TextField.styles.js +29 -26
- package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/es/components/TextField/TextField.tokens.js +1 -0
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/es/components/Autocomplete/Autocomplete.css +18 -19
- package/es/components/Autocomplete/Autocomplete.js +7 -1
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +18 -19
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/es/components/Range/Range.css +18 -19
- package/es/components/Select/Select.css +18 -19
- package/es/components/Select/ui/Inner/Inner.css +18 -19
- package/es/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/Select/ui/Target/Target.css +18 -19
- package/es/components/Select/ui/Target/Target.js +1 -2
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +18 -19
- package/es/components/Slider/components/Double/Double.css +18 -19
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/es/components/TextField/TextField.js +12 -11
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +20 -11
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +1 -0
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/es/index.css +18 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/cjs/components/TextField/TextField.js +12 -11
- package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
- package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/es/components/TextField/TextField.js +12 -11
- package/styled-components/es/components/TextField/TextField.styles.js +9 -6
- package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -69
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +30 -10
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -69
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +709 -69
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -20
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +709 -69
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +30 -15
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +709 -69
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +709 -69
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +3 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +42 -27
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -5,8 +5,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
5
5
|
readOnly?: boolean | undefined;
|
6
6
|
disabled?: boolean | undefined;
|
7
7
|
} & {
|
8
|
-
label?: string | undefined;
|
9
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
10
8
|
titleCaption?: import("react").ReactNode;
|
11
9
|
leftHelper?: string | undefined;
|
12
10
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -15,9 +13,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
15
13
|
textAfter?: string | undefined;
|
16
14
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
17
15
|
} & {
|
18
|
-
|
16
|
+
label?: string | undefined;
|
17
|
+
labelPlacement: "inner";
|
18
|
+
hasPlaceholder?: boolean | undefined;
|
19
19
|
} & {
|
20
20
|
required: true;
|
21
|
+
requiredPlacement?: "left" | "right" | undefined;
|
21
22
|
optional?: false | undefined;
|
22
23
|
} & {
|
23
24
|
clear?: boolean | undefined;
|
@@ -38,15 +39,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
38
39
|
onChangeChips?: undefined;
|
39
40
|
enumerationType?: "plain" | undefined;
|
40
41
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
41
|
-
chipType?: undefined;
|
42
42
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
43
43
|
size?: string | undefined;
|
44
44
|
view?: string | undefined;
|
45
45
|
readOnly?: boolean | undefined;
|
46
46
|
disabled?: boolean | undefined;
|
47
47
|
} & {
|
48
|
-
label?: string | undefined;
|
49
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
50
48
|
titleCaption?: import("react").ReactNode;
|
51
49
|
leftHelper?: string | undefined;
|
52
50
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -55,9 +53,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
55
53
|
textAfter?: string | undefined;
|
56
54
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
57
55
|
} & {
|
58
|
-
|
56
|
+
label?: string | undefined;
|
57
|
+
labelPlacement: "inner";
|
58
|
+
hasPlaceholder?: boolean | undefined;
|
59
59
|
} & {
|
60
60
|
required: true;
|
61
|
+
requiredPlacement?: "left" | "right" | undefined;
|
61
62
|
optional?: false | undefined;
|
62
63
|
} & {
|
63
64
|
clear?: boolean | undefined;
|
@@ -78,15 +79,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
78
79
|
onSearch?: undefined;
|
79
80
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
80
81
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
81
|
-
chipType?: "text" | "default" | undefined;
|
82
82
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
83
83
|
size?: string | undefined;
|
84
84
|
view?: string | undefined;
|
85
85
|
readOnly?: boolean | undefined;
|
86
86
|
disabled?: boolean | undefined;
|
87
87
|
} & {
|
88
|
-
label?: string | undefined;
|
89
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
90
88
|
titleCaption?: import("react").ReactNode;
|
91
89
|
leftHelper?: string | undefined;
|
92
90
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -95,9 +93,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
95
93
|
textAfter?: string | undefined;
|
96
94
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
97
95
|
} & {
|
98
|
-
|
96
|
+
label?: string | undefined;
|
97
|
+
labelPlacement: "inner";
|
98
|
+
hasPlaceholder?: boolean | undefined;
|
99
99
|
} & {
|
100
100
|
required: true;
|
101
|
+
requiredPlacement?: "left" | "right" | undefined;
|
101
102
|
optional?: false | undefined;
|
102
103
|
} & {
|
103
104
|
clear?: boolean | undefined;
|
@@ -118,15 +119,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
118
119
|
onChangeChips?: undefined;
|
119
120
|
enumerationType?: "plain" | undefined;
|
120
121
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
121
|
-
chipType?: undefined;
|
122
122
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
123
123
|
size?: string | undefined;
|
124
124
|
view?: string | undefined;
|
125
125
|
readOnly?: boolean | undefined;
|
126
126
|
disabled?: boolean | undefined;
|
127
127
|
} & {
|
128
|
-
label?: string | undefined;
|
129
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
130
128
|
titleCaption?: import("react").ReactNode;
|
131
129
|
leftHelper?: string | undefined;
|
132
130
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -135,9 +133,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
135
133
|
textAfter?: string | undefined;
|
136
134
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
137
135
|
} & {
|
138
|
-
|
136
|
+
label?: string | undefined;
|
137
|
+
labelPlacement: "inner";
|
138
|
+
hasPlaceholder?: boolean | undefined;
|
139
139
|
} & {
|
140
140
|
required: true;
|
141
|
+
requiredPlacement?: "left" | "right" | undefined;
|
141
142
|
optional?: false | undefined;
|
142
143
|
} & {
|
143
144
|
clear?: boolean | undefined;
|
@@ -158,15 +159,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
158
159
|
onSearch?: undefined;
|
159
160
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
160
161
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
161
|
-
chipType?: "text" | "default" | undefined;
|
162
162
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
163
163
|
size?: string | undefined;
|
164
164
|
view?: string | undefined;
|
165
165
|
readOnly?: boolean | undefined;
|
166
166
|
disabled?: boolean | undefined;
|
167
167
|
} & {
|
168
|
-
label?: string | undefined;
|
169
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
170
168
|
titleCaption?: import("react").ReactNode;
|
171
169
|
leftHelper?: string | undefined;
|
172
170
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -175,9 +173,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
175
173
|
textAfter?: string | undefined;
|
176
174
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
177
175
|
} & {
|
178
|
-
|
176
|
+
label?: string | undefined;
|
177
|
+
labelPlacement: "inner";
|
178
|
+
hasPlaceholder?: boolean | undefined;
|
179
179
|
} & {
|
180
180
|
required: true;
|
181
|
+
requiredPlacement?: "left" | "right" | undefined;
|
181
182
|
optional?: false | undefined;
|
182
183
|
} & {
|
183
184
|
clear?: false | undefined;
|
@@ -198,15 +199,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
198
199
|
onChangeChips?: undefined;
|
199
200
|
enumerationType?: "plain" | undefined;
|
200
201
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
201
|
-
chipType?: undefined;
|
202
202
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
203
203
|
size?: string | undefined;
|
204
204
|
view?: string | undefined;
|
205
205
|
readOnly?: boolean | undefined;
|
206
206
|
disabled?: boolean | undefined;
|
207
207
|
} & {
|
208
|
-
label?: string | undefined;
|
209
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
210
208
|
titleCaption?: import("react").ReactNode;
|
211
209
|
leftHelper?: string | undefined;
|
212
210
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -215,9 +213,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
215
213
|
textAfter?: string | undefined;
|
216
214
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
217
215
|
} & {
|
218
|
-
|
216
|
+
label?: string | undefined;
|
217
|
+
labelPlacement: "inner";
|
218
|
+
hasPlaceholder?: boolean | undefined;
|
219
219
|
} & {
|
220
220
|
required: true;
|
221
|
+
requiredPlacement?: "left" | "right" | undefined;
|
221
222
|
optional?: false | undefined;
|
222
223
|
} & {
|
223
224
|
clear?: false | undefined;
|
@@ -238,15 +239,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
238
239
|
onSearch?: undefined;
|
239
240
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
240
241
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
241
|
-
chipType?: "text" | "default" | undefined;
|
242
242
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
243
243
|
size?: string | undefined;
|
244
244
|
view?: string | undefined;
|
245
245
|
readOnly?: boolean | undefined;
|
246
246
|
disabled?: boolean | undefined;
|
247
247
|
} & {
|
248
|
-
label?: string | undefined;
|
249
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
250
248
|
titleCaption?: import("react").ReactNode;
|
251
249
|
leftHelper?: string | undefined;
|
252
250
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -255,9 +253,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
255
253
|
textAfter?: string | undefined;
|
256
254
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
257
255
|
} & {
|
258
|
-
|
256
|
+
label?: string | undefined;
|
257
|
+
labelPlacement: "inner";
|
258
|
+
hasPlaceholder?: boolean | undefined;
|
259
259
|
} & {
|
260
260
|
required: true;
|
261
|
+
requiredPlacement?: "left" | "right" | undefined;
|
261
262
|
optional?: false | undefined;
|
262
263
|
} & {
|
263
264
|
clear?: false | undefined;
|
@@ -278,15 +279,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
278
279
|
onChangeChips?: undefined;
|
279
280
|
enumerationType?: "plain" | undefined;
|
280
281
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
281
|
-
chipType?: undefined;
|
282
282
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
283
283
|
size?: string | undefined;
|
284
284
|
view?: string | undefined;
|
285
285
|
readOnly?: boolean | undefined;
|
286
286
|
disabled?: boolean | undefined;
|
287
287
|
} & {
|
288
|
-
label?: string | undefined;
|
289
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
290
288
|
titleCaption?: import("react").ReactNode;
|
291
289
|
leftHelper?: string | undefined;
|
292
290
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -295,9 +293,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
295
293
|
textAfter?: string | undefined;
|
296
294
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
297
295
|
} & {
|
298
|
-
|
296
|
+
label?: string | undefined;
|
297
|
+
labelPlacement: "inner";
|
298
|
+
hasPlaceholder?: boolean | undefined;
|
299
299
|
} & {
|
300
300
|
required: true;
|
301
|
+
requiredPlacement?: "left" | "right" | undefined;
|
301
302
|
optional?: false | undefined;
|
302
303
|
} & {
|
303
304
|
clear?: false | undefined;
|
@@ -318,15 +319,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
318
319
|
onSearch?: undefined;
|
319
320
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
320
321
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
321
|
-
chipType?: "text" | "default" | undefined;
|
322
322
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
323
323
|
size?: string | undefined;
|
324
324
|
view?: string | undefined;
|
325
325
|
readOnly?: boolean | undefined;
|
326
326
|
disabled?: boolean | undefined;
|
327
327
|
} & {
|
328
|
-
label?: string | undefined;
|
329
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
330
328
|
titleCaption?: import("react").ReactNode;
|
331
329
|
leftHelper?: string | undefined;
|
332
330
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -335,10 +333,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
335
333
|
textAfter?: string | undefined;
|
336
334
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
337
335
|
} & {
|
338
|
-
|
336
|
+
label?: string | undefined;
|
337
|
+
labelPlacement: "inner";
|
338
|
+
hasPlaceholder?: boolean | undefined;
|
339
339
|
} & {
|
340
|
-
optional?: true | undefined;
|
341
340
|
required?: false | undefined;
|
341
|
+
requiredPlacement?: undefined;
|
342
|
+
optional?: boolean | undefined;
|
342
343
|
} & {
|
343
344
|
clear?: boolean | undefined;
|
344
345
|
hasDivider?: boolean | undefined;
|
@@ -358,15 +359,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
358
359
|
onChangeChips?: undefined;
|
359
360
|
enumerationType?: "plain" | undefined;
|
360
361
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
361
|
-
chipType?: undefined;
|
362
362
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
363
363
|
size?: string | undefined;
|
364
364
|
view?: string | undefined;
|
365
365
|
readOnly?: boolean | undefined;
|
366
366
|
disabled?: boolean | undefined;
|
367
367
|
} & {
|
368
|
-
label?: string | undefined;
|
369
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
370
368
|
titleCaption?: import("react").ReactNode;
|
371
369
|
leftHelper?: string | undefined;
|
372
370
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -375,10 +373,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
375
373
|
textAfter?: string | undefined;
|
376
374
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
377
375
|
} & {
|
378
|
-
|
376
|
+
label?: string | undefined;
|
377
|
+
labelPlacement: "inner";
|
378
|
+
hasPlaceholder?: boolean | undefined;
|
379
379
|
} & {
|
380
|
-
optional?: true | undefined;
|
381
380
|
required?: false | undefined;
|
381
|
+
requiredPlacement?: undefined;
|
382
|
+
optional?: boolean | undefined;
|
382
383
|
} & {
|
383
384
|
clear?: boolean | undefined;
|
384
385
|
hasDivider?: boolean | undefined;
|
@@ -398,15 +399,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
398
399
|
onSearch?: undefined;
|
399
400
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
400
401
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
401
|
-
chipType?: "text" | "default" | undefined;
|
402
402
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
403
403
|
size?: string | undefined;
|
404
404
|
view?: string | undefined;
|
405
405
|
readOnly?: boolean | undefined;
|
406
406
|
disabled?: boolean | undefined;
|
407
407
|
} & {
|
408
|
-
label?: string | undefined;
|
409
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
410
408
|
titleCaption?: import("react").ReactNode;
|
411
409
|
leftHelper?: string | undefined;
|
412
410
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -415,10 +413,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
415
413
|
textAfter?: string | undefined;
|
416
414
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
417
415
|
} & {
|
418
|
-
|
416
|
+
label?: string | undefined;
|
417
|
+
labelPlacement: "inner";
|
418
|
+
hasPlaceholder?: boolean | undefined;
|
419
419
|
} & {
|
420
|
-
optional?: true | undefined;
|
421
420
|
required?: false | undefined;
|
421
|
+
requiredPlacement?: undefined;
|
422
|
+
optional?: boolean | undefined;
|
422
423
|
} & {
|
423
424
|
clear?: boolean | undefined;
|
424
425
|
hasDivider?: boolean | undefined;
|
@@ -438,15 +439,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
438
439
|
onChangeChips?: undefined;
|
439
440
|
enumerationType?: "plain" | undefined;
|
440
441
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
441
|
-
chipType?: undefined;
|
442
442
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
443
443
|
size?: string | undefined;
|
444
444
|
view?: string | undefined;
|
445
445
|
readOnly?: boolean | undefined;
|
446
446
|
disabled?: boolean | undefined;
|
447
447
|
} & {
|
448
|
-
label?: string | undefined;
|
449
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
450
448
|
titleCaption?: import("react").ReactNode;
|
451
449
|
leftHelper?: string | undefined;
|
452
450
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -455,10 +453,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
455
453
|
textAfter?: string | undefined;
|
456
454
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
457
455
|
} & {
|
458
|
-
|
456
|
+
label?: string | undefined;
|
457
|
+
labelPlacement: "inner";
|
458
|
+
hasPlaceholder?: boolean | undefined;
|
459
459
|
} & {
|
460
|
-
optional?: true | undefined;
|
461
460
|
required?: false | undefined;
|
461
|
+
requiredPlacement?: undefined;
|
462
|
+
optional?: boolean | undefined;
|
462
463
|
} & {
|
463
464
|
clear?: boolean | undefined;
|
464
465
|
hasDivider?: boolean | undefined;
|
@@ -478,15 +479,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
478
479
|
onSearch?: undefined;
|
479
480
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
480
481
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
481
|
-
chipType?: "text" | "default" | undefined;
|
482
482
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
483
483
|
size?: string | undefined;
|
484
484
|
view?: string | undefined;
|
485
485
|
readOnly?: boolean | undefined;
|
486
486
|
disabled?: boolean | undefined;
|
487
487
|
} & {
|
488
|
-
label?: string | undefined;
|
489
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
490
488
|
titleCaption?: import("react").ReactNode;
|
491
489
|
leftHelper?: string | undefined;
|
492
490
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -495,10 +493,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
495
493
|
textAfter?: string | undefined;
|
496
494
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
497
495
|
} & {
|
498
|
-
|
496
|
+
label?: string | undefined;
|
497
|
+
labelPlacement: "inner";
|
498
|
+
hasPlaceholder?: boolean | undefined;
|
499
499
|
} & {
|
500
|
-
optional?: true | undefined;
|
501
500
|
required?: false | undefined;
|
501
|
+
requiredPlacement?: undefined;
|
502
|
+
optional?: boolean | undefined;
|
502
503
|
} & {
|
503
504
|
clear?: false | undefined;
|
504
505
|
hasDivider?: undefined;
|
@@ -518,15 +519,12 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
518
519
|
onChangeChips?: undefined;
|
519
520
|
enumerationType?: "plain" | undefined;
|
520
521
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
521
|
-
chipType?: undefined;
|
522
522
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
523
523
|
size?: string | undefined;
|
524
524
|
view?: string | undefined;
|
525
525
|
readOnly?: boolean | undefined;
|
526
526
|
disabled?: boolean | undefined;
|
527
527
|
} & {
|
528
|
-
label?: string | undefined;
|
529
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
530
528
|
titleCaption?: import("react").ReactNode;
|
531
529
|
leftHelper?: string | undefined;
|
532
530
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -535,10 +533,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
535
533
|
textAfter?: string | undefined;
|
536
534
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
537
535
|
} & {
|
538
|
-
|
536
|
+
label?: string | undefined;
|
537
|
+
labelPlacement: "inner";
|
538
|
+
hasPlaceholder?: boolean | undefined;
|
539
539
|
} & {
|
540
|
-
optional?: true | undefined;
|
541
540
|
required?: false | undefined;
|
541
|
+
requiredPlacement?: undefined;
|
542
|
+
optional?: boolean | undefined;
|
542
543
|
} & {
|
543
544
|
clear?: false | undefined;
|
544
545
|
hasDivider?: undefined;
|
@@ -558,15 +559,52 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
558
559
|
onSearch?: undefined;
|
559
560
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
560
561
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
561
|
-
chipType?: "text" | "default" | undefined;
|
562
562
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
563
563
|
size?: string | undefined;
|
564
564
|
view?: string | undefined;
|
565
565
|
readOnly?: boolean | undefined;
|
566
566
|
disabled?: boolean | undefined;
|
567
|
+
} & {
|
568
|
+
titleCaption?: import("react").ReactNode;
|
569
|
+
leftHelper?: string | undefined;
|
570
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
571
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
572
|
+
textBefore?: string | undefined;
|
573
|
+
textAfter?: string | undefined;
|
574
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
567
575
|
} & {
|
568
576
|
label?: string | undefined;
|
569
|
-
labelPlacement
|
577
|
+
labelPlacement: "inner";
|
578
|
+
hasPlaceholder?: boolean | undefined;
|
579
|
+
} & {
|
580
|
+
required?: false | undefined;
|
581
|
+
requiredPlacement?: undefined;
|
582
|
+
optional?: boolean | undefined;
|
583
|
+
} & {
|
584
|
+
clear?: false | undefined;
|
585
|
+
hasDivider?: undefined;
|
586
|
+
} & {
|
587
|
+
hintTrigger?: undefined;
|
588
|
+
hintText?: undefined;
|
589
|
+
hintView?: undefined;
|
590
|
+
hintSize?: undefined;
|
591
|
+
hintTargetIcon?: undefined;
|
592
|
+
hintPlacement?: undefined;
|
593
|
+
hintHasArrow?: undefined;
|
594
|
+
hintOffset?: undefined;
|
595
|
+
hintWidth?: undefined;
|
596
|
+
hintContentLeft?: undefined;
|
597
|
+
} & {
|
598
|
+
chips?: undefined;
|
599
|
+
onChangeChips?: undefined;
|
600
|
+
enumerationType?: "plain" | undefined;
|
601
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
602
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
603
|
+
size?: string | undefined;
|
604
|
+
view?: string | undefined;
|
605
|
+
readOnly?: boolean | undefined;
|
606
|
+
disabled?: boolean | undefined;
|
607
|
+
} & {
|
570
608
|
titleCaption?: import("react").ReactNode;
|
571
609
|
leftHelper?: string | undefined;
|
572
610
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -575,10 +613,13 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
575
613
|
textAfter?: string | undefined;
|
576
614
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
577
615
|
} & {
|
578
|
-
|
616
|
+
label?: string | undefined;
|
617
|
+
labelPlacement: "inner";
|
618
|
+
hasPlaceholder?: boolean | undefined;
|
579
619
|
} & {
|
580
|
-
optional?: true | undefined;
|
581
620
|
required?: false | undefined;
|
621
|
+
requiredPlacement?: undefined;
|
622
|
+
optional?: boolean | undefined;
|
582
623
|
} & {
|
583
624
|
clear?: false | undefined;
|
584
625
|
hasDivider?: undefined;
|
@@ -593,20 +634,177 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
593
634
|
hintOffset?: undefined;
|
594
635
|
hintWidth?: undefined;
|
595
636
|
hintContentLeft?: undefined;
|
637
|
+
} & {
|
638
|
+
enumerationType: "chip";
|
639
|
+
onSearch?: undefined;
|
640
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
641
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
642
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
643
|
+
size?: string | undefined;
|
644
|
+
view?: string | undefined;
|
645
|
+
readOnly?: boolean | undefined;
|
646
|
+
disabled?: boolean | undefined;
|
647
|
+
} & {
|
648
|
+
titleCaption?: import("react").ReactNode;
|
649
|
+
leftHelper?: string | undefined;
|
650
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
651
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
652
|
+
textBefore?: string | undefined;
|
653
|
+
textAfter?: string | undefined;
|
654
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
655
|
+
} & {
|
656
|
+
label?: string | undefined;
|
657
|
+
labelPlacement?: "outer" | undefined;
|
658
|
+
hasPlaceholder?: undefined;
|
659
|
+
} & {
|
660
|
+
required: true;
|
661
|
+
requiredPlacement?: "left" | "right" | undefined;
|
662
|
+
optional?: false | undefined;
|
663
|
+
} & {
|
664
|
+
clear?: boolean | undefined;
|
665
|
+
hasDivider?: boolean | undefined;
|
666
|
+
} & {
|
667
|
+
hintText: string;
|
668
|
+
hintTrigger?: "click" | "hover" | undefined;
|
669
|
+
hintView?: string | undefined;
|
670
|
+
hintSize?: string | undefined;
|
671
|
+
hintTargetIcon?: import("react").ReactNode;
|
672
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
673
|
+
hintHasArrow?: boolean | undefined;
|
674
|
+
hintOffset?: [number, number] | undefined;
|
675
|
+
hintWidth?: string | undefined;
|
676
|
+
hintContentLeft?: import("react").ReactNode;
|
677
|
+
} & {
|
678
|
+
chips?: undefined;
|
679
|
+
onChangeChips?: undefined;
|
680
|
+
enumerationType?: "plain" | undefined;
|
681
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
682
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
683
|
+
size?: string | undefined;
|
684
|
+
view?: string | undefined;
|
685
|
+
readOnly?: boolean | undefined;
|
686
|
+
disabled?: boolean | undefined;
|
687
|
+
} & {
|
688
|
+
titleCaption?: import("react").ReactNode;
|
689
|
+
leftHelper?: string | undefined;
|
690
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
691
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
692
|
+
textBefore?: string | undefined;
|
693
|
+
textAfter?: string | undefined;
|
694
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
695
|
+
} & {
|
696
|
+
label?: string | undefined;
|
697
|
+
labelPlacement?: "outer" | undefined;
|
698
|
+
hasPlaceholder?: undefined;
|
699
|
+
} & {
|
700
|
+
required: true;
|
701
|
+
requiredPlacement?: "left" | "right" | undefined;
|
702
|
+
optional?: false | undefined;
|
703
|
+
} & {
|
704
|
+
clear?: boolean | undefined;
|
705
|
+
hasDivider?: boolean | undefined;
|
706
|
+
} & {
|
707
|
+
hintText: string;
|
708
|
+
hintTrigger?: "click" | "hover" | undefined;
|
709
|
+
hintView?: string | undefined;
|
710
|
+
hintSize?: string | undefined;
|
711
|
+
hintTargetIcon?: import("react").ReactNode;
|
712
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
713
|
+
hintHasArrow?: boolean | undefined;
|
714
|
+
hintOffset?: [number, number] | undefined;
|
715
|
+
hintWidth?: string | undefined;
|
716
|
+
hintContentLeft?: import("react").ReactNode;
|
717
|
+
} & {
|
718
|
+
enumerationType: "chip";
|
719
|
+
onSearch?: undefined;
|
720
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
721
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
722
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
723
|
+
size?: string | undefined;
|
724
|
+
view?: string | undefined;
|
725
|
+
readOnly?: boolean | undefined;
|
726
|
+
disabled?: boolean | undefined;
|
727
|
+
} & {
|
728
|
+
titleCaption?: import("react").ReactNode;
|
729
|
+
leftHelper?: string | undefined;
|
730
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
731
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
732
|
+
textBefore?: string | undefined;
|
733
|
+
textAfter?: string | undefined;
|
734
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
735
|
+
} & {
|
736
|
+
label?: string | undefined;
|
737
|
+
labelPlacement?: "outer" | undefined;
|
738
|
+
hasPlaceholder?: undefined;
|
739
|
+
} & {
|
740
|
+
required: true;
|
741
|
+
requiredPlacement?: "left" | "right" | undefined;
|
742
|
+
optional?: false | undefined;
|
743
|
+
} & {
|
744
|
+
clear?: boolean | undefined;
|
745
|
+
hasDivider?: boolean | undefined;
|
746
|
+
} & {
|
747
|
+
hintTrigger?: undefined;
|
748
|
+
hintText?: undefined;
|
749
|
+
hintView?: undefined;
|
750
|
+
hintSize?: undefined;
|
751
|
+
hintTargetIcon?: undefined;
|
752
|
+
hintPlacement?: undefined;
|
753
|
+
hintHasArrow?: undefined;
|
754
|
+
hintOffset?: undefined;
|
755
|
+
hintWidth?: undefined;
|
756
|
+
hintContentLeft?: undefined;
|
596
757
|
} & {
|
597
758
|
chips?: undefined;
|
598
759
|
onChangeChips?: undefined;
|
599
760
|
enumerationType?: "plain" | undefined;
|
600
761
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
601
|
-
chipType?: undefined;
|
602
762
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
603
763
|
size?: string | undefined;
|
604
764
|
view?: string | undefined;
|
605
765
|
readOnly?: boolean | undefined;
|
606
766
|
disabled?: boolean | undefined;
|
767
|
+
} & {
|
768
|
+
titleCaption?: import("react").ReactNode;
|
769
|
+
leftHelper?: string | undefined;
|
770
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
771
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
772
|
+
textBefore?: string | undefined;
|
773
|
+
textAfter?: string | undefined;
|
774
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
607
775
|
} & {
|
608
776
|
label?: string | undefined;
|
609
|
-
labelPlacement?: "
|
777
|
+
labelPlacement?: "outer" | undefined;
|
778
|
+
hasPlaceholder?: undefined;
|
779
|
+
} & {
|
780
|
+
required: true;
|
781
|
+
requiredPlacement?: "left" | "right" | undefined;
|
782
|
+
optional?: false | undefined;
|
783
|
+
} & {
|
784
|
+
clear?: boolean | undefined;
|
785
|
+
hasDivider?: boolean | undefined;
|
786
|
+
} & {
|
787
|
+
hintTrigger?: undefined;
|
788
|
+
hintText?: undefined;
|
789
|
+
hintView?: undefined;
|
790
|
+
hintSize?: undefined;
|
791
|
+
hintTargetIcon?: undefined;
|
792
|
+
hintPlacement?: undefined;
|
793
|
+
hintHasArrow?: undefined;
|
794
|
+
hintOffset?: undefined;
|
795
|
+
hintWidth?: undefined;
|
796
|
+
hintContentLeft?: undefined;
|
797
|
+
} & {
|
798
|
+
enumerationType: "chip";
|
799
|
+
onSearch?: undefined;
|
800
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
801
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
802
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
803
|
+
size?: string | undefined;
|
804
|
+
view?: string | undefined;
|
805
|
+
readOnly?: boolean | undefined;
|
806
|
+
disabled?: boolean | undefined;
|
807
|
+
} & {
|
610
808
|
titleCaption?: import("react").ReactNode;
|
611
809
|
leftHelper?: string | undefined;
|
612
810
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -615,10 +813,453 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
615
813
|
textAfter?: string | undefined;
|
616
814
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
617
815
|
} & {
|
816
|
+
label?: string | undefined;
|
817
|
+
labelPlacement?: "outer" | undefined;
|
818
|
+
hasPlaceholder?: undefined;
|
819
|
+
} & {
|
820
|
+
required: true;
|
618
821
|
requiredPlacement?: "left" | "right" | undefined;
|
822
|
+
optional?: false | undefined;
|
823
|
+
} & {
|
824
|
+
clear?: false | undefined;
|
825
|
+
hasDivider?: undefined;
|
826
|
+
} & {
|
827
|
+
hintText: string;
|
828
|
+
hintTrigger?: "click" | "hover" | undefined;
|
829
|
+
hintView?: string | undefined;
|
830
|
+
hintSize?: string | undefined;
|
831
|
+
hintTargetIcon?: import("react").ReactNode;
|
832
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
833
|
+
hintHasArrow?: boolean | undefined;
|
834
|
+
hintOffset?: [number, number] | undefined;
|
835
|
+
hintWidth?: string | undefined;
|
836
|
+
hintContentLeft?: import("react").ReactNode;
|
837
|
+
} & {
|
838
|
+
chips?: undefined;
|
839
|
+
onChangeChips?: undefined;
|
840
|
+
enumerationType?: "plain" | undefined;
|
841
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
842
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
843
|
+
size?: string | undefined;
|
844
|
+
view?: string | undefined;
|
845
|
+
readOnly?: boolean | undefined;
|
846
|
+
disabled?: boolean | undefined;
|
847
|
+
} & {
|
848
|
+
titleCaption?: import("react").ReactNode;
|
849
|
+
leftHelper?: string | undefined;
|
850
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
851
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
852
|
+
textBefore?: string | undefined;
|
853
|
+
textAfter?: string | undefined;
|
854
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
855
|
+
} & {
|
856
|
+
label?: string | undefined;
|
857
|
+
labelPlacement?: "outer" | undefined;
|
858
|
+
hasPlaceholder?: undefined;
|
859
|
+
} & {
|
860
|
+
required: true;
|
861
|
+
requiredPlacement?: "left" | "right" | undefined;
|
862
|
+
optional?: false | undefined;
|
863
|
+
} & {
|
864
|
+
clear?: false | undefined;
|
865
|
+
hasDivider?: undefined;
|
866
|
+
} & {
|
867
|
+
hintText: string;
|
868
|
+
hintTrigger?: "click" | "hover" | undefined;
|
869
|
+
hintView?: string | undefined;
|
870
|
+
hintSize?: string | undefined;
|
871
|
+
hintTargetIcon?: import("react").ReactNode;
|
872
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
873
|
+
hintHasArrow?: boolean | undefined;
|
874
|
+
hintOffset?: [number, number] | undefined;
|
875
|
+
hintWidth?: string | undefined;
|
876
|
+
hintContentLeft?: import("react").ReactNode;
|
877
|
+
} & {
|
878
|
+
enumerationType: "chip";
|
879
|
+
onSearch?: undefined;
|
880
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
881
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
882
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
883
|
+
size?: string | undefined;
|
884
|
+
view?: string | undefined;
|
885
|
+
readOnly?: boolean | undefined;
|
886
|
+
disabled?: boolean | undefined;
|
887
|
+
} & {
|
888
|
+
titleCaption?: import("react").ReactNode;
|
889
|
+
leftHelper?: string | undefined;
|
890
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
891
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
892
|
+
textBefore?: string | undefined;
|
893
|
+
textAfter?: string | undefined;
|
894
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
895
|
+
} & {
|
896
|
+
label?: string | undefined;
|
897
|
+
labelPlacement?: "outer" | undefined;
|
898
|
+
hasPlaceholder?: undefined;
|
899
|
+
} & {
|
900
|
+
required: true;
|
901
|
+
requiredPlacement?: "left" | "right" | undefined;
|
902
|
+
optional?: false | undefined;
|
903
|
+
} & {
|
904
|
+
clear?: false | undefined;
|
905
|
+
hasDivider?: undefined;
|
906
|
+
} & {
|
907
|
+
hintTrigger?: undefined;
|
908
|
+
hintText?: undefined;
|
909
|
+
hintView?: undefined;
|
910
|
+
hintSize?: undefined;
|
911
|
+
hintTargetIcon?: undefined;
|
912
|
+
hintPlacement?: undefined;
|
913
|
+
hintHasArrow?: undefined;
|
914
|
+
hintOffset?: undefined;
|
915
|
+
hintWidth?: undefined;
|
916
|
+
hintContentLeft?: undefined;
|
917
|
+
} & {
|
918
|
+
chips?: undefined;
|
919
|
+
onChangeChips?: undefined;
|
920
|
+
enumerationType?: "plain" | undefined;
|
921
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
922
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
923
|
+
size?: string | undefined;
|
924
|
+
view?: string | undefined;
|
925
|
+
readOnly?: boolean | undefined;
|
926
|
+
disabled?: boolean | undefined;
|
927
|
+
} & {
|
928
|
+
titleCaption?: import("react").ReactNode;
|
929
|
+
leftHelper?: string | undefined;
|
930
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
931
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
932
|
+
textBefore?: string | undefined;
|
933
|
+
textAfter?: string | undefined;
|
934
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
935
|
+
} & {
|
936
|
+
label?: string | undefined;
|
937
|
+
labelPlacement?: "outer" | undefined;
|
938
|
+
hasPlaceholder?: undefined;
|
939
|
+
} & {
|
940
|
+
required: true;
|
941
|
+
requiredPlacement?: "left" | "right" | undefined;
|
942
|
+
optional?: false | undefined;
|
943
|
+
} & {
|
944
|
+
clear?: false | undefined;
|
945
|
+
hasDivider?: undefined;
|
946
|
+
} & {
|
947
|
+
hintTrigger?: undefined;
|
948
|
+
hintText?: undefined;
|
949
|
+
hintView?: undefined;
|
950
|
+
hintSize?: undefined;
|
951
|
+
hintTargetIcon?: undefined;
|
952
|
+
hintPlacement?: undefined;
|
953
|
+
hintHasArrow?: undefined;
|
954
|
+
hintOffset?: undefined;
|
955
|
+
hintWidth?: undefined;
|
956
|
+
hintContentLeft?: undefined;
|
957
|
+
} & {
|
958
|
+
enumerationType: "chip";
|
959
|
+
onSearch?: undefined;
|
960
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
961
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
962
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
963
|
+
size?: string | undefined;
|
964
|
+
view?: string | undefined;
|
965
|
+
readOnly?: boolean | undefined;
|
966
|
+
disabled?: boolean | undefined;
|
967
|
+
} & {
|
968
|
+
titleCaption?: import("react").ReactNode;
|
969
|
+
leftHelper?: string | undefined;
|
970
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
971
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
972
|
+
textBefore?: string | undefined;
|
973
|
+
textAfter?: string | undefined;
|
974
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
975
|
+
} & {
|
976
|
+
label?: string | undefined;
|
977
|
+
labelPlacement?: "outer" | undefined;
|
978
|
+
hasPlaceholder?: undefined;
|
979
|
+
} & {
|
980
|
+
required?: false | undefined;
|
981
|
+
requiredPlacement?: undefined;
|
982
|
+
optional?: boolean | undefined;
|
983
|
+
} & {
|
984
|
+
clear?: boolean | undefined;
|
985
|
+
hasDivider?: boolean | undefined;
|
986
|
+
} & {
|
987
|
+
hintText: string;
|
988
|
+
hintTrigger?: "click" | "hover" | undefined;
|
989
|
+
hintView?: string | undefined;
|
990
|
+
hintSize?: string | undefined;
|
991
|
+
hintTargetIcon?: import("react").ReactNode;
|
992
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
993
|
+
hintHasArrow?: boolean | undefined;
|
994
|
+
hintOffset?: [number, number] | undefined;
|
995
|
+
hintWidth?: string | undefined;
|
996
|
+
hintContentLeft?: import("react").ReactNode;
|
997
|
+
} & {
|
998
|
+
chips?: undefined;
|
999
|
+
onChangeChips?: undefined;
|
1000
|
+
enumerationType?: "plain" | undefined;
|
1001
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1002
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1003
|
+
size?: string | undefined;
|
1004
|
+
view?: string | undefined;
|
1005
|
+
readOnly?: boolean | undefined;
|
1006
|
+
disabled?: boolean | undefined;
|
1007
|
+
} & {
|
1008
|
+
titleCaption?: import("react").ReactNode;
|
1009
|
+
leftHelper?: string | undefined;
|
1010
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1011
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1012
|
+
textBefore?: string | undefined;
|
1013
|
+
textAfter?: string | undefined;
|
1014
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1015
|
+
} & {
|
1016
|
+
label?: string | undefined;
|
1017
|
+
labelPlacement?: "outer" | undefined;
|
1018
|
+
hasPlaceholder?: undefined;
|
1019
|
+
} & {
|
1020
|
+
required?: false | undefined;
|
1021
|
+
requiredPlacement?: undefined;
|
1022
|
+
optional?: boolean | undefined;
|
1023
|
+
} & {
|
1024
|
+
clear?: boolean | undefined;
|
1025
|
+
hasDivider?: boolean | undefined;
|
1026
|
+
} & {
|
1027
|
+
hintText: string;
|
1028
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1029
|
+
hintView?: string | undefined;
|
1030
|
+
hintSize?: string | undefined;
|
1031
|
+
hintTargetIcon?: import("react").ReactNode;
|
1032
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1033
|
+
hintHasArrow?: boolean | undefined;
|
1034
|
+
hintOffset?: [number, number] | undefined;
|
1035
|
+
hintWidth?: string | undefined;
|
1036
|
+
hintContentLeft?: import("react").ReactNode;
|
1037
|
+
} & {
|
1038
|
+
enumerationType: "chip";
|
1039
|
+
onSearch?: undefined;
|
1040
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1041
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1042
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1043
|
+
size?: string | undefined;
|
1044
|
+
view?: string | undefined;
|
1045
|
+
readOnly?: boolean | undefined;
|
1046
|
+
disabled?: boolean | undefined;
|
1047
|
+
} & {
|
1048
|
+
titleCaption?: import("react").ReactNode;
|
1049
|
+
leftHelper?: string | undefined;
|
1050
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1051
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1052
|
+
textBefore?: string | undefined;
|
1053
|
+
textAfter?: string | undefined;
|
1054
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1055
|
+
} & {
|
1056
|
+
label?: string | undefined;
|
1057
|
+
labelPlacement?: "outer" | undefined;
|
1058
|
+
hasPlaceholder?: undefined;
|
1059
|
+
} & {
|
1060
|
+
required?: false | undefined;
|
1061
|
+
requiredPlacement?: undefined;
|
1062
|
+
optional?: boolean | undefined;
|
1063
|
+
} & {
|
1064
|
+
clear?: boolean | undefined;
|
1065
|
+
hasDivider?: boolean | undefined;
|
1066
|
+
} & {
|
1067
|
+
hintTrigger?: undefined;
|
1068
|
+
hintText?: undefined;
|
1069
|
+
hintView?: undefined;
|
1070
|
+
hintSize?: undefined;
|
1071
|
+
hintTargetIcon?: undefined;
|
1072
|
+
hintPlacement?: undefined;
|
1073
|
+
hintHasArrow?: undefined;
|
1074
|
+
hintOffset?: undefined;
|
1075
|
+
hintWidth?: undefined;
|
1076
|
+
hintContentLeft?: undefined;
|
1077
|
+
} & {
|
1078
|
+
chips?: undefined;
|
1079
|
+
onChangeChips?: undefined;
|
1080
|
+
enumerationType?: "plain" | undefined;
|
1081
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1082
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1083
|
+
size?: string | undefined;
|
1084
|
+
view?: string | undefined;
|
1085
|
+
readOnly?: boolean | undefined;
|
1086
|
+
disabled?: boolean | undefined;
|
1087
|
+
} & {
|
1088
|
+
titleCaption?: import("react").ReactNode;
|
1089
|
+
leftHelper?: string | undefined;
|
1090
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1091
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1092
|
+
textBefore?: string | undefined;
|
1093
|
+
textAfter?: string | undefined;
|
1094
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1095
|
+
} & {
|
1096
|
+
label?: string | undefined;
|
1097
|
+
labelPlacement?: "outer" | undefined;
|
1098
|
+
hasPlaceholder?: undefined;
|
1099
|
+
} & {
|
1100
|
+
required?: false | undefined;
|
1101
|
+
requiredPlacement?: undefined;
|
1102
|
+
optional?: boolean | undefined;
|
1103
|
+
} & {
|
1104
|
+
clear?: boolean | undefined;
|
1105
|
+
hasDivider?: boolean | undefined;
|
1106
|
+
} & {
|
1107
|
+
hintTrigger?: undefined;
|
1108
|
+
hintText?: undefined;
|
1109
|
+
hintView?: undefined;
|
1110
|
+
hintSize?: undefined;
|
1111
|
+
hintTargetIcon?: undefined;
|
1112
|
+
hintPlacement?: undefined;
|
1113
|
+
hintHasArrow?: undefined;
|
1114
|
+
hintOffset?: undefined;
|
1115
|
+
hintWidth?: undefined;
|
1116
|
+
hintContentLeft?: undefined;
|
1117
|
+
} & {
|
1118
|
+
enumerationType: "chip";
|
1119
|
+
onSearch?: undefined;
|
1120
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1121
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1122
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1123
|
+
size?: string | undefined;
|
1124
|
+
view?: string | undefined;
|
1125
|
+
readOnly?: boolean | undefined;
|
1126
|
+
disabled?: boolean | undefined;
|
1127
|
+
} & {
|
1128
|
+
titleCaption?: import("react").ReactNode;
|
1129
|
+
leftHelper?: string | undefined;
|
1130
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1131
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1132
|
+
textBefore?: string | undefined;
|
1133
|
+
textAfter?: string | undefined;
|
1134
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1135
|
+
} & {
|
1136
|
+
label?: string | undefined;
|
1137
|
+
labelPlacement?: "outer" | undefined;
|
1138
|
+
hasPlaceholder?: undefined;
|
1139
|
+
} & {
|
1140
|
+
required?: false | undefined;
|
1141
|
+
requiredPlacement?: undefined;
|
1142
|
+
optional?: boolean | undefined;
|
1143
|
+
} & {
|
1144
|
+
clear?: false | undefined;
|
1145
|
+
hasDivider?: undefined;
|
1146
|
+
} & {
|
1147
|
+
hintText: string;
|
1148
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1149
|
+
hintView?: string | undefined;
|
1150
|
+
hintSize?: string | undefined;
|
1151
|
+
hintTargetIcon?: import("react").ReactNode;
|
1152
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1153
|
+
hintHasArrow?: boolean | undefined;
|
1154
|
+
hintOffset?: [number, number] | undefined;
|
1155
|
+
hintWidth?: string | undefined;
|
1156
|
+
hintContentLeft?: import("react").ReactNode;
|
1157
|
+
} & {
|
1158
|
+
chips?: undefined;
|
1159
|
+
onChangeChips?: undefined;
|
1160
|
+
enumerationType?: "plain" | undefined;
|
1161
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1162
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1163
|
+
size?: string | undefined;
|
1164
|
+
view?: string | undefined;
|
1165
|
+
readOnly?: boolean | undefined;
|
1166
|
+
disabled?: boolean | undefined;
|
1167
|
+
} & {
|
1168
|
+
titleCaption?: import("react").ReactNode;
|
1169
|
+
leftHelper?: string | undefined;
|
1170
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1171
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1172
|
+
textBefore?: string | undefined;
|
1173
|
+
textAfter?: string | undefined;
|
1174
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1175
|
+
} & {
|
1176
|
+
label?: string | undefined;
|
1177
|
+
labelPlacement?: "outer" | undefined;
|
1178
|
+
hasPlaceholder?: undefined;
|
1179
|
+
} & {
|
1180
|
+
required?: false | undefined;
|
1181
|
+
requiredPlacement?: undefined;
|
1182
|
+
optional?: boolean | undefined;
|
1183
|
+
} & {
|
1184
|
+
clear?: false | undefined;
|
1185
|
+
hasDivider?: undefined;
|
1186
|
+
} & {
|
1187
|
+
hintText: string;
|
1188
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1189
|
+
hintView?: string | undefined;
|
1190
|
+
hintSize?: string | undefined;
|
1191
|
+
hintTargetIcon?: import("react").ReactNode;
|
1192
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1193
|
+
hintHasArrow?: boolean | undefined;
|
1194
|
+
hintOffset?: [number, number] | undefined;
|
1195
|
+
hintWidth?: string | undefined;
|
1196
|
+
hintContentLeft?: import("react").ReactNode;
|
1197
|
+
} & {
|
1198
|
+
enumerationType: "chip";
|
1199
|
+
onSearch?: undefined;
|
1200
|
+
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1201
|
+
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1202
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1203
|
+
size?: string | undefined;
|
1204
|
+
view?: string | undefined;
|
1205
|
+
readOnly?: boolean | undefined;
|
1206
|
+
disabled?: boolean | undefined;
|
1207
|
+
} & {
|
1208
|
+
titleCaption?: import("react").ReactNode;
|
1209
|
+
leftHelper?: string | undefined;
|
1210
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1211
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1212
|
+
textBefore?: string | undefined;
|
1213
|
+
textAfter?: string | undefined;
|
1214
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1215
|
+
} & {
|
1216
|
+
label?: string | undefined;
|
1217
|
+
labelPlacement?: "outer" | undefined;
|
1218
|
+
hasPlaceholder?: undefined;
|
1219
|
+
} & {
|
1220
|
+
required?: false | undefined;
|
1221
|
+
requiredPlacement?: undefined;
|
1222
|
+
optional?: boolean | undefined;
|
1223
|
+
} & {
|
1224
|
+
clear?: false | undefined;
|
1225
|
+
hasDivider?: undefined;
|
1226
|
+
} & {
|
1227
|
+
hintTrigger?: undefined;
|
1228
|
+
hintText?: undefined;
|
1229
|
+
hintView?: undefined;
|
1230
|
+
hintSize?: undefined;
|
1231
|
+
hintTargetIcon?: undefined;
|
1232
|
+
hintPlacement?: undefined;
|
1233
|
+
hintHasArrow?: undefined;
|
1234
|
+
hintOffset?: undefined;
|
1235
|
+
hintWidth?: undefined;
|
1236
|
+
hintContentLeft?: undefined;
|
1237
|
+
} & {
|
1238
|
+
chips?: undefined;
|
1239
|
+
onChangeChips?: undefined;
|
1240
|
+
enumerationType?: "plain" | undefined;
|
1241
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1242
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1243
|
+
size?: string | undefined;
|
1244
|
+
view?: string | undefined;
|
1245
|
+
readOnly?: boolean | undefined;
|
1246
|
+
disabled?: boolean | undefined;
|
1247
|
+
} & {
|
1248
|
+
titleCaption?: import("react").ReactNode;
|
1249
|
+
leftHelper?: string | undefined;
|
1250
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1251
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1252
|
+
textBefore?: string | undefined;
|
1253
|
+
textAfter?: string | undefined;
|
1254
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1255
|
+
} & {
|
1256
|
+
label?: string | undefined;
|
1257
|
+
labelPlacement?: "outer" | undefined;
|
1258
|
+
hasPlaceholder?: undefined;
|
619
1259
|
} & {
|
620
|
-
optional?: true | undefined;
|
621
1260
|
required?: false | undefined;
|
1261
|
+
requiredPlacement?: undefined;
|
1262
|
+
optional?: boolean | undefined;
|
622
1263
|
} & {
|
623
1264
|
clear?: false | undefined;
|
624
1265
|
hasDivider?: undefined;
|
@@ -638,6 +1279,5 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
|
|
638
1279
|
onSearch?: undefined;
|
639
1280
|
chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
640
1281
|
onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
641
|
-
chipType?: "text" | "default" | undefined;
|
642
1282
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
643
1283
|
//# sourceMappingURL=TextField.styles.d.ts.map
|