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