@salutejs/plasma-new-hope 0.194.0-canary.1552.11858023676.0 → 0.194.0-canary.1556.11879682469.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +17 -17
- package/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -19
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +12 -39
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -19
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -19
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +17 -17
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +17 -17
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +17 -17
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
- package/cjs/components/Range/Range.css +17 -17
- package/cjs/components/Select/Select.css +17 -17
- package/cjs/components/Select/ui/Inner/Inner.css +17 -17
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +17 -17
- package/cjs/components/Select/ui/Target/Target.css +17 -17
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +17 -17
- package/cjs/components/Slider/components/Double/Double.css +17 -17
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
- package/cjs/components/TextField/TextField.js +9 -5
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +20 -11
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +1 -0
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/cjs/index.css +17 -19
- package/cjs/index.js +0 -2
- package/cjs/index.js.map +1 -1
- package/cjs/utils/index.js.map +1 -1
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +13 -40
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/emotion/cjs/components/TextField/TextField.js +10 -6
- package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
- package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
- package/emotion/cjs/utils/index.js +1 -10
- package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +13 -41
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/emotion/es/components/TextField/TextField.js +10 -6
- package/emotion/es/components/TextField/TextField.styles.js +29 -26
- package/emotion/es/components/TextField/TextField.tokens.js +1 -0
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
- package/emotion/es/utils/index.js +0 -1
- package/es/components/Autocomplete/Autocomplete.css +17 -17
- package/es/components/Autocomplete/Autocomplete.js +7 -1
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +17 -19
- package/es/components/Combobox/ComboboxNew/Combobox.js +14 -41
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -19
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -19
- package/es/components/DatePicker/RangeDate/RangeDate.css +17 -17
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -17
- package/es/components/DatePicker/SingleDate/SingleDate.css +17 -17
- package/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +17 -17
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +17 -17
- package/es/components/Range/Range.css +17 -17
- package/es/components/Select/Select.css +17 -17
- package/es/components/Select/ui/Inner/Inner.css +17 -17
- package/es/components/Select/ui/Inner/ui/Item/Item.css +17 -17
- package/es/components/Select/ui/Target/Target.css +17 -17
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +17 -17
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +17 -17
- package/es/components/Slider/components/Double/Double.css +17 -17
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +17 -17
- package/es/components/TextField/TextField.js +9 -5
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +20 -11
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +1 -0
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/es/index.css +17 -19
- package/es/index.js +0 -1
- package/es/index.js.map +1 -1
- package/es/utils/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +13 -40
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/styled-components/cjs/components/TextField/TextField.js +9 -5
- package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
- package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
- package/styled-components/cjs/utils/index.js +1 -10
- package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +13 -41
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +9 -4
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +10 -3
- package/styled-components/es/components/TextField/TextField.js +9 -5
- package/styled-components/es/components/TextField/TextField.styles.js +9 -6
- package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -0
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -2
- package/styled-components/es/utils/index.js +0 -1
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +717 -61
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +31 -33
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +717 -61
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +717 -61
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +176 -4
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +717 -61
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +30 -10
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +717 -61
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +717 -61
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +3 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +43 -20
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +3 -5
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +452 -500
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1246 -62
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +176 -4
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +717 -61
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +3 -5
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +452 -500
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +1246 -62
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +176 -4
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +717 -61
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/types/utils/index.d.ts +0 -1
- package/types/utils/index.d.ts.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +0 -1
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -39
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +0 -1
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -15
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +0 -1
- package/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +0 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/cjs/utils/createEvent.js +0 -54
- package/cjs/utils/createEvent.js.map +0 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -40
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -13
- package/emotion/cjs/utils/createEvent.js +0 -53
- package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -31
- package/emotion/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -6
- package/emotion/es/utils/createEvent.js +0 -47
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.css +0 -1
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -35
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js.map +0 -1
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -11
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js.map +0 -1
- package/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles_18yw2bf.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/es/utils/createEvent.js +0 -50
- package/es/utils/createEvent.js.map +0 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -40
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -12
- package/styled-components/cjs/utils/createEvent.js +0 -53
- package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.js +0 -31
- package/styled-components/es/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.js +0 -5
- package/styled-components/es/utils/createEvent.js +0 -47
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts +0 -6
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.d.ts.map +0 -1
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts +0 -3
- package/types/components/Combobox/ComboboxNew/ui/SelectNative/SelectNative.styles.d.ts.map +0 -1
- package/types/utils/createEvent.d.ts +0 -3
- package/types/utils/createEvent.d.ts.map +0 -1
@@ -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;
|
@@ -48,8 +49,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
48
49
|
readOnly?: boolean | undefined;
|
49
50
|
disabled?: boolean | undefined;
|
50
51
|
} & {
|
51
|
-
label?: string | undefined;
|
52
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
53
52
|
titleCaption?: import("react").ReactNode;
|
54
53
|
leftHelper?: string | undefined;
|
55
54
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -58,9 +57,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
58
57
|
textAfter?: string | undefined;
|
59
58
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
60
59
|
} & {
|
61
|
-
|
60
|
+
label?: string | undefined;
|
61
|
+
labelPlacement: "inner";
|
62
|
+
hasPlaceholder?: boolean | undefined;
|
62
63
|
} & {
|
63
64
|
required: true;
|
65
|
+
requiredPlacement?: "left" | "right" | undefined;
|
64
66
|
optional?: false | undefined;
|
65
67
|
} & {
|
66
68
|
clear?: boolean | undefined;
|
@@ -87,8 +89,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
87
89
|
readOnly?: boolean | undefined;
|
88
90
|
disabled?: boolean | undefined;
|
89
91
|
} & {
|
90
|
-
label?: string | undefined;
|
91
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
92
92
|
titleCaption?: import("react").ReactNode;
|
93
93
|
leftHelper?: string | undefined;
|
94
94
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -97,9 +97,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
97
97
|
textAfter?: string | undefined;
|
98
98
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
99
99
|
} & {
|
100
|
-
|
100
|
+
label?: string | undefined;
|
101
|
+
labelPlacement: "inner";
|
102
|
+
hasPlaceholder?: boolean | undefined;
|
101
103
|
} & {
|
102
104
|
required: true;
|
105
|
+
requiredPlacement?: "left" | "right" | undefined;
|
103
106
|
optional?: false | undefined;
|
104
107
|
} & {
|
105
108
|
clear?: boolean | undefined;
|
@@ -126,8 +129,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
126
129
|
readOnly?: boolean | undefined;
|
127
130
|
disabled?: boolean | undefined;
|
128
131
|
} & {
|
129
|
-
label?: string | undefined;
|
130
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
131
132
|
titleCaption?: import("react").ReactNode;
|
132
133
|
leftHelper?: string | undefined;
|
133
134
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -136,9 +137,12 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
136
137
|
textAfter?: string | undefined;
|
137
138
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
138
139
|
} & {
|
139
|
-
|
140
|
+
label?: string | undefined;
|
141
|
+
labelPlacement: "inner";
|
142
|
+
hasPlaceholder?: boolean | undefined;
|
140
143
|
} & {
|
141
144
|
required: true;
|
145
|
+
requiredPlacement?: "left" | "right" | undefined;
|
142
146
|
optional?: false | undefined;
|
143
147
|
} & {
|
144
148
|
clear?: boolean | undefined;
|
@@ -165,8 +169,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
165
169
|
readOnly?: boolean | undefined;
|
166
170
|
disabled?: boolean | undefined;
|
167
171
|
} & {
|
168
|
-
label?: string | undefined;
|
169
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
170
172
|
titleCaption?: import("react").ReactNode;
|
171
173
|
leftHelper?: string | undefined;
|
172
174
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -175,12 +177,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
175
177
|
textAfter?: string | undefined;
|
176
178
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
177
179
|
} & {
|
178
|
-
|
180
|
+
label?: string | undefined;
|
181
|
+
labelPlacement: "inner";
|
182
|
+
hasPlaceholder?: boolean | undefined;
|
179
183
|
} & {
|
180
184
|
required: true;
|
185
|
+
requiredPlacement?: "left" | "right" | undefined;
|
181
186
|
optional?: false | undefined;
|
182
187
|
} & {
|
183
|
-
clear
|
188
|
+
clear: false;
|
184
189
|
hasDivider?: undefined;
|
185
190
|
} & {
|
186
191
|
hintText: string;
|
@@ -204,8 +209,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
204
209
|
readOnly?: boolean | undefined;
|
205
210
|
disabled?: boolean | undefined;
|
206
211
|
} & {
|
207
|
-
label?: string | undefined;
|
208
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
209
212
|
titleCaption?: import("react").ReactNode;
|
210
213
|
leftHelper?: string | undefined;
|
211
214
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -214,12 +217,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
214
217
|
textAfter?: string | undefined;
|
215
218
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
216
219
|
} & {
|
217
|
-
|
220
|
+
label?: string | undefined;
|
221
|
+
labelPlacement: "inner";
|
222
|
+
hasPlaceholder?: boolean | undefined;
|
218
223
|
} & {
|
219
224
|
required: true;
|
225
|
+
requiredPlacement?: "left" | "right" | undefined;
|
220
226
|
optional?: false | undefined;
|
221
227
|
} & {
|
222
|
-
clear
|
228
|
+
clear: false;
|
223
229
|
hasDivider?: undefined;
|
224
230
|
} & {
|
225
231
|
hintText: string;
|
@@ -243,8 +249,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
243
249
|
readOnly?: boolean | undefined;
|
244
250
|
disabled?: boolean | undefined;
|
245
251
|
} & {
|
246
|
-
label?: string | undefined;
|
247
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
248
252
|
titleCaption?: import("react").ReactNode;
|
249
253
|
leftHelper?: string | undefined;
|
250
254
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -253,12 +257,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
253
257
|
textAfter?: string | undefined;
|
254
258
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
255
259
|
} & {
|
256
|
-
|
260
|
+
label?: string | undefined;
|
261
|
+
labelPlacement: "inner";
|
262
|
+
hasPlaceholder?: boolean | undefined;
|
257
263
|
} & {
|
258
264
|
required: true;
|
265
|
+
requiredPlacement?: "left" | "right" | undefined;
|
259
266
|
optional?: false | undefined;
|
260
267
|
} & {
|
261
|
-
clear
|
268
|
+
clear: false;
|
262
269
|
hasDivider?: undefined;
|
263
270
|
} & {
|
264
271
|
hintTrigger?: undefined;
|
@@ -282,8 +289,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
282
289
|
readOnly?: boolean | undefined;
|
283
290
|
disabled?: boolean | undefined;
|
284
291
|
} & {
|
285
|
-
label?: string | undefined;
|
286
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
287
292
|
titleCaption?: import("react").ReactNode;
|
288
293
|
leftHelper?: string | undefined;
|
289
294
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -292,12 +297,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
292
297
|
textAfter?: string | undefined;
|
293
298
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
294
299
|
} & {
|
295
|
-
|
300
|
+
label?: string | undefined;
|
301
|
+
labelPlacement: "inner";
|
302
|
+
hasPlaceholder?: boolean | undefined;
|
296
303
|
} & {
|
297
304
|
required: true;
|
305
|
+
requiredPlacement?: "left" | "right" | undefined;
|
298
306
|
optional?: false | undefined;
|
299
307
|
} & {
|
300
|
-
clear
|
308
|
+
clear: false;
|
301
309
|
hasDivider?: undefined;
|
302
310
|
} & {
|
303
311
|
hintTrigger?: undefined;
|
@@ -321,8 +329,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
321
329
|
readOnly?: boolean | undefined;
|
322
330
|
disabled?: boolean | undefined;
|
323
331
|
} & {
|
324
|
-
label?: string | undefined;
|
325
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
326
332
|
titleCaption?: import("react").ReactNode;
|
327
333
|
leftHelper?: string | undefined;
|
328
334
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -331,10 +337,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
331
337
|
textAfter?: string | undefined;
|
332
338
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
333
339
|
} & {
|
334
|
-
|
340
|
+
label?: string | undefined;
|
341
|
+
labelPlacement: "inner";
|
342
|
+
hasPlaceholder?: boolean | undefined;
|
335
343
|
} & {
|
336
|
-
optional?: true | undefined;
|
337
344
|
required?: false | undefined;
|
345
|
+
requiredPlacement?: undefined;
|
346
|
+
optional?: boolean | undefined;
|
338
347
|
} & {
|
339
348
|
clear?: boolean | undefined;
|
340
349
|
hasDivider?: boolean | undefined;
|
@@ -360,8 +369,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
360
369
|
readOnly?: boolean | undefined;
|
361
370
|
disabled?: boolean | undefined;
|
362
371
|
} & {
|
363
|
-
label?: string | undefined;
|
364
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
365
372
|
titleCaption?: import("react").ReactNode;
|
366
373
|
leftHelper?: string | undefined;
|
367
374
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -370,10 +377,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
370
377
|
textAfter?: string | undefined;
|
371
378
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
372
379
|
} & {
|
373
|
-
|
380
|
+
label?: string | undefined;
|
381
|
+
labelPlacement: "inner";
|
382
|
+
hasPlaceholder?: boolean | undefined;
|
374
383
|
} & {
|
375
|
-
optional?: true | undefined;
|
376
384
|
required?: false | undefined;
|
385
|
+
requiredPlacement?: undefined;
|
386
|
+
optional?: boolean | undefined;
|
377
387
|
} & {
|
378
388
|
clear?: boolean | undefined;
|
379
389
|
hasDivider?: boolean | undefined;
|
@@ -399,8 +409,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
399
409
|
readOnly?: boolean | undefined;
|
400
410
|
disabled?: boolean | undefined;
|
401
411
|
} & {
|
402
|
-
label?: string | undefined;
|
403
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
404
412
|
titleCaption?: import("react").ReactNode;
|
405
413
|
leftHelper?: string | undefined;
|
406
414
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -409,10 +417,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
409
417
|
textAfter?: string | undefined;
|
410
418
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
411
419
|
} & {
|
412
|
-
|
420
|
+
label?: string | undefined;
|
421
|
+
labelPlacement: "inner";
|
422
|
+
hasPlaceholder?: boolean | undefined;
|
413
423
|
} & {
|
414
|
-
optional?: true | undefined;
|
415
424
|
required?: false | undefined;
|
425
|
+
requiredPlacement?: undefined;
|
426
|
+
optional?: boolean | undefined;
|
416
427
|
} & {
|
417
428
|
clear?: boolean | undefined;
|
418
429
|
hasDivider?: boolean | undefined;
|
@@ -438,8 +449,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
438
449
|
readOnly?: boolean | undefined;
|
439
450
|
disabled?: boolean | undefined;
|
440
451
|
} & {
|
441
|
-
label?: string | undefined;
|
442
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
443
452
|
titleCaption?: import("react").ReactNode;
|
444
453
|
leftHelper?: string | undefined;
|
445
454
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -448,10 +457,13 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
448
457
|
textAfter?: string | undefined;
|
449
458
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
450
459
|
} & {
|
451
|
-
|
460
|
+
label?: string | undefined;
|
461
|
+
labelPlacement: "inner";
|
462
|
+
hasPlaceholder?: boolean | undefined;
|
452
463
|
} & {
|
453
|
-
optional?: true | undefined;
|
454
464
|
required?: false | undefined;
|
465
|
+
requiredPlacement?: undefined;
|
466
|
+
optional?: boolean | undefined;
|
455
467
|
} & {
|
456
468
|
clear?: boolean | undefined;
|
457
469
|
hasDivider?: boolean | undefined;
|
@@ -477,8 +489,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
477
489
|
readOnly?: boolean | undefined;
|
478
490
|
disabled?: boolean | undefined;
|
479
491
|
} & {
|
480
|
-
label?: string | undefined;
|
481
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
482
492
|
titleCaption?: import("react").ReactNode;
|
483
493
|
leftHelper?: string | undefined;
|
484
494
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -487,12 +497,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
487
497
|
textAfter?: string | undefined;
|
488
498
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
489
499
|
} & {
|
490
|
-
|
500
|
+
label?: string | undefined;
|
501
|
+
labelPlacement: "inner";
|
502
|
+
hasPlaceholder?: boolean | undefined;
|
491
503
|
} & {
|
492
|
-
optional?: true | undefined;
|
493
504
|
required?: false | undefined;
|
505
|
+
requiredPlacement?: undefined;
|
506
|
+
optional?: boolean | undefined;
|
494
507
|
} & {
|
495
|
-
clear
|
508
|
+
clear: false;
|
496
509
|
hasDivider?: undefined;
|
497
510
|
} & {
|
498
511
|
hintText: string;
|
@@ -516,8 +529,6 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
516
529
|
readOnly?: boolean | undefined;
|
517
530
|
disabled?: boolean | undefined;
|
518
531
|
} & {
|
519
|
-
label?: string | undefined;
|
520
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
521
532
|
titleCaption?: import("react").ReactNode;
|
522
533
|
leftHelper?: string | undefined;
|
523
534
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -526,12 +537,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
526
537
|
textAfter?: string | undefined;
|
527
538
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
528
539
|
} & {
|
529
|
-
|
540
|
+
label?: string | undefined;
|
541
|
+
labelPlacement: "inner";
|
542
|
+
hasPlaceholder?: boolean | undefined;
|
530
543
|
} & {
|
531
|
-
optional?: true | undefined;
|
532
544
|
required?: false | undefined;
|
545
|
+
requiredPlacement?: undefined;
|
546
|
+
optional?: boolean | undefined;
|
533
547
|
} & {
|
534
|
-
clear
|
548
|
+
clear: false;
|
535
549
|
hasDivider?: undefined;
|
536
550
|
} & {
|
537
551
|
hintText: string;
|
@@ -554,9 +568,47 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
554
568
|
view?: string | undefined;
|
555
569
|
readOnly?: boolean | undefined;
|
556
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;
|
557
579
|
} & {
|
558
580
|
label?: string | undefined;
|
559
|
-
labelPlacement
|
581
|
+
labelPlacement: "inner";
|
582
|
+
hasPlaceholder?: boolean | undefined;
|
583
|
+
} & {
|
584
|
+
required?: false | undefined;
|
585
|
+
requiredPlacement?: undefined;
|
586
|
+
optional?: boolean | undefined;
|
587
|
+
} & {
|
588
|
+
clear: false;
|
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
|
+
} & {
|
560
612
|
titleCaption?: import("react").ReactNode;
|
561
613
|
leftHelper?: string | undefined;
|
562
614
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -565,12 +617,15 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
565
617
|
textAfter?: string | undefined;
|
566
618
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
567
619
|
} & {
|
568
|
-
|
620
|
+
label?: string | undefined;
|
621
|
+
labelPlacement: "inner";
|
622
|
+
hasPlaceholder?: boolean | undefined;
|
569
623
|
} & {
|
570
|
-
optional?: true | undefined;
|
571
624
|
required?: false | undefined;
|
625
|
+
requiredPlacement?: undefined;
|
626
|
+
optional?: boolean | undefined;
|
572
627
|
} & {
|
573
|
-
clear
|
628
|
+
clear: false;
|
574
629
|
hasDivider?: undefined;
|
575
630
|
} & {
|
576
631
|
hintTrigger?: undefined;
|
@@ -583,6 +638,126 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
583
638
|
hintOffset?: undefined;
|
584
639
|
hintWidth?: undefined;
|
585
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;
|
586
761
|
} & {
|
587
762
|
chips?: undefined;
|
588
763
|
onChangeChips?: undefined;
|
@@ -593,9 +768,47 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
593
768
|
view?: string | undefined;
|
594
769
|
readOnly?: boolean | undefined;
|
595
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;
|
596
779
|
} & {
|
597
780
|
label?: string | undefined;
|
598
|
-
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
|
+
} & {
|
599
812
|
titleCaption?: import("react").ReactNode;
|
600
813
|
leftHelper?: string | undefined;
|
601
814
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -604,12 +817,455 @@ export declare const StyledInput: import("@linaria/react").StyledMeta & import("
|
|
604
817
|
textAfter?: string | undefined;
|
605
818
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
606
819
|
} & {
|
820
|
+
label?: string | undefined;
|
821
|
+
labelPlacement?: "outer" | undefined;
|
822
|
+
hasPlaceholder?: undefined;
|
823
|
+
} & {
|
824
|
+
required: true;
|
607
825
|
requiredPlacement?: "left" | "right" | undefined;
|
826
|
+
optional?: false | undefined;
|
827
|
+
} & {
|
828
|
+
clear: false;
|
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;
|
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;
|
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;
|
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;
|
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;
|
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;
|
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;
|
608
1263
|
} & {
|
609
|
-
optional?: true | undefined;
|
610
1264
|
required?: false | undefined;
|
1265
|
+
requiredPlacement?: undefined;
|
1266
|
+
optional?: boolean | undefined;
|
611
1267
|
} & {
|
612
|
-
clear
|
1268
|
+
clear: false;
|
613
1269
|
hasDivider?: undefined;
|
614
1270
|
} & {
|
615
1271
|
hintTrigger?: undefined;
|