@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
@@ -38,8 +38,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
38
38
|
readOnly?: boolean | undefined;
|
39
39
|
disabled?: boolean | undefined;
|
40
40
|
} & {
|
41
|
-
label?: string | undefined;
|
42
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
43
41
|
titleCaption?: import("react").ReactNode;
|
44
42
|
leftHelper?: string | undefined;
|
45
43
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -48,9 +46,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
48
46
|
textAfter?: string | undefined;
|
49
47
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
50
48
|
} & {
|
51
|
-
|
49
|
+
label?: string | undefined;
|
50
|
+
labelPlacement: "inner";
|
51
|
+
hasPlaceholder?: boolean | undefined;
|
52
52
|
} & {
|
53
53
|
required: true;
|
54
|
+
requiredPlacement?: "left" | "right" | undefined;
|
54
55
|
optional?: false | undefined;
|
55
56
|
} & {
|
56
57
|
clear?: boolean | undefined;
|
@@ -77,8 +78,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
77
78
|
readOnly?: boolean | undefined;
|
78
79
|
disabled?: boolean | undefined;
|
79
80
|
} & {
|
80
|
-
label?: string | undefined;
|
81
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
82
81
|
titleCaption?: import("react").ReactNode;
|
83
82
|
leftHelper?: string | undefined;
|
84
83
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -87,9 +86,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
87
86
|
textAfter?: string | undefined;
|
88
87
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
89
88
|
} & {
|
90
|
-
|
89
|
+
label?: string | undefined;
|
90
|
+
labelPlacement: "inner";
|
91
|
+
hasPlaceholder?: boolean | undefined;
|
91
92
|
} & {
|
92
93
|
required: true;
|
94
|
+
requiredPlacement?: "left" | "right" | undefined;
|
93
95
|
optional?: false | undefined;
|
94
96
|
} & {
|
95
97
|
clear?: boolean | undefined;
|
@@ -116,8 +118,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
116
118
|
readOnly?: boolean | undefined;
|
117
119
|
disabled?: boolean | undefined;
|
118
120
|
} & {
|
119
|
-
label?: string | undefined;
|
120
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
121
121
|
titleCaption?: import("react").ReactNode;
|
122
122
|
leftHelper?: string | undefined;
|
123
123
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -126,9 +126,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
126
126
|
textAfter?: string | undefined;
|
127
127
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
128
128
|
} & {
|
129
|
-
|
129
|
+
label?: string | undefined;
|
130
|
+
labelPlacement: "inner";
|
131
|
+
hasPlaceholder?: boolean | undefined;
|
130
132
|
} & {
|
131
133
|
required: true;
|
134
|
+
requiredPlacement?: "left" | "right" | undefined;
|
132
135
|
optional?: false | undefined;
|
133
136
|
} & {
|
134
137
|
clear?: boolean | undefined;
|
@@ -155,8 +158,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
155
158
|
readOnly?: boolean | undefined;
|
156
159
|
disabled?: boolean | undefined;
|
157
160
|
} & {
|
158
|
-
label?: string | undefined;
|
159
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
160
161
|
titleCaption?: import("react").ReactNode;
|
161
162
|
leftHelper?: string | undefined;
|
162
163
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -165,9 +166,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
165
166
|
textAfter?: string | undefined;
|
166
167
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
167
168
|
} & {
|
168
|
-
|
169
|
+
label?: string | undefined;
|
170
|
+
labelPlacement: "inner";
|
171
|
+
hasPlaceholder?: boolean | undefined;
|
169
172
|
} & {
|
170
173
|
required: true;
|
174
|
+
requiredPlacement?: "left" | "right" | undefined;
|
171
175
|
optional?: false | undefined;
|
172
176
|
} & {
|
173
177
|
clear?: boolean | undefined;
|
@@ -194,8 +198,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
194
198
|
readOnly?: boolean | undefined;
|
195
199
|
disabled?: boolean | undefined;
|
196
200
|
} & {
|
197
|
-
label?: string | undefined;
|
198
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
199
201
|
titleCaption?: import("react").ReactNode;
|
200
202
|
leftHelper?: string | undefined;
|
201
203
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -204,12 +206,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
204
206
|
textAfter?: string | undefined;
|
205
207
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
206
208
|
} & {
|
207
|
-
|
209
|
+
label?: string | undefined;
|
210
|
+
labelPlacement: "inner";
|
211
|
+
hasPlaceholder?: boolean | undefined;
|
208
212
|
} & {
|
209
213
|
required: true;
|
214
|
+
requiredPlacement?: "left" | "right" | undefined;
|
210
215
|
optional?: false | undefined;
|
211
216
|
} & {
|
212
|
-
clear
|
217
|
+
clear: false;
|
213
218
|
hasDivider?: undefined;
|
214
219
|
} & {
|
215
220
|
hintText: string;
|
@@ -233,8 +238,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
233
238
|
readOnly?: boolean | undefined;
|
234
239
|
disabled?: boolean | undefined;
|
235
240
|
} & {
|
236
|
-
label?: string | undefined;
|
237
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
238
241
|
titleCaption?: import("react").ReactNode;
|
239
242
|
leftHelper?: string | undefined;
|
240
243
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -243,12 +246,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
243
246
|
textAfter?: string | undefined;
|
244
247
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
245
248
|
} & {
|
246
|
-
|
249
|
+
label?: string | undefined;
|
250
|
+
labelPlacement: "inner";
|
251
|
+
hasPlaceholder?: boolean | undefined;
|
247
252
|
} & {
|
248
253
|
required: true;
|
254
|
+
requiredPlacement?: "left" | "right" | undefined;
|
249
255
|
optional?: false | undefined;
|
250
256
|
} & {
|
251
|
-
clear
|
257
|
+
clear: false;
|
252
258
|
hasDivider?: undefined;
|
253
259
|
} & {
|
254
260
|
hintText: string;
|
@@ -272,8 +278,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
272
278
|
readOnly?: boolean | undefined;
|
273
279
|
disabled?: boolean | undefined;
|
274
280
|
} & {
|
275
|
-
label?: string | undefined;
|
276
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
277
281
|
titleCaption?: import("react").ReactNode;
|
278
282
|
leftHelper?: string | undefined;
|
279
283
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -282,12 +286,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
282
286
|
textAfter?: string | undefined;
|
283
287
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
284
288
|
} & {
|
285
|
-
|
289
|
+
label?: string | undefined;
|
290
|
+
labelPlacement: "inner";
|
291
|
+
hasPlaceholder?: boolean | undefined;
|
286
292
|
} & {
|
287
293
|
required: true;
|
294
|
+
requiredPlacement?: "left" | "right" | undefined;
|
288
295
|
optional?: false | undefined;
|
289
296
|
} & {
|
290
|
-
clear
|
297
|
+
clear: false;
|
291
298
|
hasDivider?: undefined;
|
292
299
|
} & {
|
293
300
|
hintTrigger?: undefined;
|
@@ -311,8 +318,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
311
318
|
readOnly?: boolean | undefined;
|
312
319
|
disabled?: boolean | undefined;
|
313
320
|
} & {
|
314
|
-
label?: string | undefined;
|
315
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
316
321
|
titleCaption?: import("react").ReactNode;
|
317
322
|
leftHelper?: string | undefined;
|
318
323
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -321,12 +326,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
321
326
|
textAfter?: string | undefined;
|
322
327
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
323
328
|
} & {
|
324
|
-
|
329
|
+
label?: string | undefined;
|
330
|
+
labelPlacement: "inner";
|
331
|
+
hasPlaceholder?: boolean | undefined;
|
325
332
|
} & {
|
326
333
|
required: true;
|
334
|
+
requiredPlacement?: "left" | "right" | undefined;
|
327
335
|
optional?: false | undefined;
|
328
336
|
} & {
|
329
|
-
clear
|
337
|
+
clear: false;
|
330
338
|
hasDivider?: undefined;
|
331
339
|
} & {
|
332
340
|
hintTrigger?: undefined;
|
@@ -350,8 +358,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
350
358
|
readOnly?: boolean | undefined;
|
351
359
|
disabled?: boolean | undefined;
|
352
360
|
} & {
|
353
|
-
label?: string | undefined;
|
354
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
355
361
|
titleCaption?: import("react").ReactNode;
|
356
362
|
leftHelper?: string | undefined;
|
357
363
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -360,10 +366,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
360
366
|
textAfter?: string | undefined;
|
361
367
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
362
368
|
} & {
|
363
|
-
|
369
|
+
label?: string | undefined;
|
370
|
+
labelPlacement: "inner";
|
371
|
+
hasPlaceholder?: boolean | undefined;
|
364
372
|
} & {
|
365
|
-
optional?: true | undefined;
|
366
373
|
required?: false | undefined;
|
374
|
+
requiredPlacement?: undefined;
|
375
|
+
optional?: boolean | undefined;
|
367
376
|
} & {
|
368
377
|
clear?: boolean | undefined;
|
369
378
|
hasDivider?: boolean | undefined;
|
@@ -389,8 +398,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
389
398
|
readOnly?: boolean | undefined;
|
390
399
|
disabled?: boolean | undefined;
|
391
400
|
} & {
|
392
|
-
label?: string | undefined;
|
393
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
394
401
|
titleCaption?: import("react").ReactNode;
|
395
402
|
leftHelper?: string | undefined;
|
396
403
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -399,10 +406,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
399
406
|
textAfter?: string | undefined;
|
400
407
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
401
408
|
} & {
|
402
|
-
|
409
|
+
label?: string | undefined;
|
410
|
+
labelPlacement: "inner";
|
411
|
+
hasPlaceholder?: boolean | undefined;
|
403
412
|
} & {
|
404
|
-
optional?: true | undefined;
|
405
413
|
required?: false | undefined;
|
414
|
+
requiredPlacement?: undefined;
|
415
|
+
optional?: boolean | undefined;
|
406
416
|
} & {
|
407
417
|
clear?: boolean | undefined;
|
408
418
|
hasDivider?: boolean | undefined;
|
@@ -428,8 +438,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
428
438
|
readOnly?: boolean | undefined;
|
429
439
|
disabled?: boolean | undefined;
|
430
440
|
} & {
|
431
|
-
label?: string | undefined;
|
432
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
433
441
|
titleCaption?: import("react").ReactNode;
|
434
442
|
leftHelper?: string | undefined;
|
435
443
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -438,10 +446,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
438
446
|
textAfter?: string | undefined;
|
439
447
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
440
448
|
} & {
|
441
|
-
|
449
|
+
label?: string | undefined;
|
450
|
+
labelPlacement: "inner";
|
451
|
+
hasPlaceholder?: boolean | undefined;
|
442
452
|
} & {
|
443
|
-
optional?: true | undefined;
|
444
453
|
required?: false | undefined;
|
454
|
+
requiredPlacement?: undefined;
|
455
|
+
optional?: boolean | undefined;
|
445
456
|
} & {
|
446
457
|
clear?: boolean | undefined;
|
447
458
|
hasDivider?: boolean | undefined;
|
@@ -467,8 +478,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
467
478
|
readOnly?: boolean | undefined;
|
468
479
|
disabled?: boolean | undefined;
|
469
480
|
} & {
|
470
|
-
label?: string | undefined;
|
471
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
472
481
|
titleCaption?: import("react").ReactNode;
|
473
482
|
leftHelper?: string | undefined;
|
474
483
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -477,10 +486,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
477
486
|
textAfter?: string | undefined;
|
478
487
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
479
488
|
} & {
|
480
|
-
|
489
|
+
label?: string | undefined;
|
490
|
+
labelPlacement: "inner";
|
491
|
+
hasPlaceholder?: boolean | undefined;
|
481
492
|
} & {
|
482
|
-
optional?: true | undefined;
|
483
493
|
required?: false | undefined;
|
494
|
+
requiredPlacement?: undefined;
|
495
|
+
optional?: boolean | undefined;
|
484
496
|
} & {
|
485
497
|
clear?: boolean | undefined;
|
486
498
|
hasDivider?: boolean | undefined;
|
@@ -506,8 +518,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
506
518
|
readOnly?: boolean | undefined;
|
507
519
|
disabled?: boolean | undefined;
|
508
520
|
} & {
|
509
|
-
label?: string | undefined;
|
510
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
511
521
|
titleCaption?: import("react").ReactNode;
|
512
522
|
leftHelper?: string | undefined;
|
513
523
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -516,12 +526,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
516
526
|
textAfter?: string | undefined;
|
517
527
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
518
528
|
} & {
|
519
|
-
|
529
|
+
label?: string | undefined;
|
530
|
+
labelPlacement: "inner";
|
531
|
+
hasPlaceholder?: boolean | undefined;
|
520
532
|
} & {
|
521
|
-
optional?: true | undefined;
|
522
533
|
required?: false | undefined;
|
534
|
+
requiredPlacement?: undefined;
|
535
|
+
optional?: boolean | undefined;
|
523
536
|
} & {
|
524
|
-
clear
|
537
|
+
clear: false;
|
525
538
|
hasDivider?: undefined;
|
526
539
|
} & {
|
527
540
|
hintText: string;
|
@@ -545,8 +558,6 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
545
558
|
readOnly?: boolean | undefined;
|
546
559
|
disabled?: boolean | undefined;
|
547
560
|
} & {
|
548
|
-
label?: string | undefined;
|
549
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
550
561
|
titleCaption?: import("react").ReactNode;
|
551
562
|
leftHelper?: string | undefined;
|
552
563
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -555,12 +566,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
555
566
|
textAfter?: string | undefined;
|
556
567
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
557
568
|
} & {
|
558
|
-
|
569
|
+
label?: string | undefined;
|
570
|
+
labelPlacement: "inner";
|
571
|
+
hasPlaceholder?: boolean | undefined;
|
559
572
|
} & {
|
560
|
-
optional?: true | undefined;
|
561
573
|
required?: false | undefined;
|
574
|
+
requiredPlacement?: undefined;
|
575
|
+
optional?: boolean | undefined;
|
562
576
|
} & {
|
563
|
-
clear
|
577
|
+
clear: false;
|
564
578
|
hasDivider?: undefined;
|
565
579
|
} & {
|
566
580
|
hintText: string;
|
@@ -583,9 +597,47 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
583
597
|
view?: string | undefined;
|
584
598
|
readOnly?: boolean | undefined;
|
585
599
|
disabled?: boolean | undefined;
|
600
|
+
} & {
|
601
|
+
titleCaption?: import("react").ReactNode;
|
602
|
+
leftHelper?: string | undefined;
|
603
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
604
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
605
|
+
textBefore?: string | undefined;
|
606
|
+
textAfter?: string | undefined;
|
607
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
586
608
|
} & {
|
587
609
|
label?: string | undefined;
|
588
|
-
labelPlacement
|
610
|
+
labelPlacement: "inner";
|
611
|
+
hasPlaceholder?: boolean | undefined;
|
612
|
+
} & {
|
613
|
+
required?: false | undefined;
|
614
|
+
requiredPlacement?: undefined;
|
615
|
+
optional?: boolean | undefined;
|
616
|
+
} & {
|
617
|
+
clear: false;
|
618
|
+
hasDivider?: undefined;
|
619
|
+
} & {
|
620
|
+
hintTrigger?: undefined;
|
621
|
+
hintText?: undefined;
|
622
|
+
hintView?: undefined;
|
623
|
+
hintSize?: undefined;
|
624
|
+
hintTargetIcon?: undefined;
|
625
|
+
hintPlacement?: undefined;
|
626
|
+
hintHasArrow?: undefined;
|
627
|
+
hintOffset?: undefined;
|
628
|
+
hintWidth?: undefined;
|
629
|
+
hintContentLeft?: undefined;
|
630
|
+
} & {
|
631
|
+
chips?: undefined;
|
632
|
+
onChangeChips?: undefined;
|
633
|
+
enumerationType?: "plain" | undefined;
|
634
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
635
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
636
|
+
size?: string | undefined;
|
637
|
+
view?: string | undefined;
|
638
|
+
readOnly?: boolean | undefined;
|
639
|
+
disabled?: boolean | undefined;
|
640
|
+
} & {
|
589
641
|
titleCaption?: import("react").ReactNode;
|
590
642
|
leftHelper?: string | undefined;
|
591
643
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -594,12 +646,15 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
594
646
|
textAfter?: string | undefined;
|
595
647
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
596
648
|
} & {
|
597
|
-
|
649
|
+
label?: string | undefined;
|
650
|
+
labelPlacement: "inner";
|
651
|
+
hasPlaceholder?: boolean | undefined;
|
598
652
|
} & {
|
599
|
-
optional?: true | undefined;
|
600
653
|
required?: false | undefined;
|
654
|
+
requiredPlacement?: undefined;
|
655
|
+
optional?: boolean | undefined;
|
601
656
|
} & {
|
602
|
-
clear
|
657
|
+
clear: false;
|
603
658
|
hasDivider?: undefined;
|
604
659
|
} & {
|
605
660
|
hintTrigger?: undefined;
|
@@ -612,6 +667,126 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
612
667
|
hintOffset?: undefined;
|
613
668
|
hintWidth?: undefined;
|
614
669
|
hintContentLeft?: undefined;
|
670
|
+
} & {
|
671
|
+
enumerationType: "chip";
|
672
|
+
onSearch?: undefined;
|
673
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
674
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
675
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
676
|
+
size?: string | undefined;
|
677
|
+
view?: string | undefined;
|
678
|
+
readOnly?: boolean | undefined;
|
679
|
+
disabled?: boolean | undefined;
|
680
|
+
} & {
|
681
|
+
titleCaption?: import("react").ReactNode;
|
682
|
+
leftHelper?: string | undefined;
|
683
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
684
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
685
|
+
textBefore?: string | undefined;
|
686
|
+
textAfter?: string | undefined;
|
687
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
688
|
+
} & {
|
689
|
+
label?: string | undefined;
|
690
|
+
labelPlacement?: "outer" | undefined;
|
691
|
+
hasPlaceholder?: undefined;
|
692
|
+
} & {
|
693
|
+
required: true;
|
694
|
+
requiredPlacement?: "left" | "right" | undefined;
|
695
|
+
optional?: false | undefined;
|
696
|
+
} & {
|
697
|
+
clear?: boolean | undefined;
|
698
|
+
hasDivider?: boolean | undefined;
|
699
|
+
} & {
|
700
|
+
hintText: string;
|
701
|
+
hintTrigger?: "click" | "hover" | undefined;
|
702
|
+
hintView?: string | undefined;
|
703
|
+
hintSize?: string | undefined;
|
704
|
+
hintTargetIcon?: import("react").ReactNode;
|
705
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
706
|
+
hintHasArrow?: boolean | undefined;
|
707
|
+
hintOffset?: [number, number] | undefined;
|
708
|
+
hintWidth?: string | undefined;
|
709
|
+
hintContentLeft?: import("react").ReactNode;
|
710
|
+
} & {
|
711
|
+
chips?: undefined;
|
712
|
+
onChangeChips?: undefined;
|
713
|
+
enumerationType?: "plain" | undefined;
|
714
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
715
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
716
|
+
size?: string | undefined;
|
717
|
+
view?: string | undefined;
|
718
|
+
readOnly?: boolean | undefined;
|
719
|
+
disabled?: boolean | undefined;
|
720
|
+
} & {
|
721
|
+
titleCaption?: import("react").ReactNode;
|
722
|
+
leftHelper?: string | undefined;
|
723
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
724
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
725
|
+
textBefore?: string | undefined;
|
726
|
+
textAfter?: string | undefined;
|
727
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
728
|
+
} & {
|
729
|
+
label?: string | undefined;
|
730
|
+
labelPlacement?: "outer" | undefined;
|
731
|
+
hasPlaceholder?: undefined;
|
732
|
+
} & {
|
733
|
+
required: true;
|
734
|
+
requiredPlacement?: "left" | "right" | undefined;
|
735
|
+
optional?: false | undefined;
|
736
|
+
} & {
|
737
|
+
clear?: boolean | undefined;
|
738
|
+
hasDivider?: boolean | undefined;
|
739
|
+
} & {
|
740
|
+
hintText: string;
|
741
|
+
hintTrigger?: "click" | "hover" | undefined;
|
742
|
+
hintView?: string | undefined;
|
743
|
+
hintSize?: string | undefined;
|
744
|
+
hintTargetIcon?: import("react").ReactNode;
|
745
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
746
|
+
hintHasArrow?: boolean | undefined;
|
747
|
+
hintOffset?: [number, number] | undefined;
|
748
|
+
hintWidth?: string | undefined;
|
749
|
+
hintContentLeft?: import("react").ReactNode;
|
750
|
+
} & {
|
751
|
+
enumerationType: "chip";
|
752
|
+
onSearch?: undefined;
|
753
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
754
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
755
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
756
|
+
size?: string | undefined;
|
757
|
+
view?: string | undefined;
|
758
|
+
readOnly?: boolean | undefined;
|
759
|
+
disabled?: boolean | undefined;
|
760
|
+
} & {
|
761
|
+
titleCaption?: import("react").ReactNode;
|
762
|
+
leftHelper?: string | undefined;
|
763
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
764
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
765
|
+
textBefore?: string | undefined;
|
766
|
+
textAfter?: string | undefined;
|
767
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
768
|
+
} & {
|
769
|
+
label?: string | undefined;
|
770
|
+
labelPlacement?: "outer" | undefined;
|
771
|
+
hasPlaceholder?: undefined;
|
772
|
+
} & {
|
773
|
+
required: true;
|
774
|
+
requiredPlacement?: "left" | "right" | undefined;
|
775
|
+
optional?: false | undefined;
|
776
|
+
} & {
|
777
|
+
clear?: boolean | undefined;
|
778
|
+
hasDivider?: boolean | undefined;
|
779
|
+
} & {
|
780
|
+
hintTrigger?: undefined;
|
781
|
+
hintText?: undefined;
|
782
|
+
hintView?: undefined;
|
783
|
+
hintSize?: undefined;
|
784
|
+
hintTargetIcon?: undefined;
|
785
|
+
hintPlacement?: undefined;
|
786
|
+
hintHasArrow?: undefined;
|
787
|
+
hintOffset?: undefined;
|
788
|
+
hintWidth?: undefined;
|
789
|
+
hintContentLeft?: undefined;
|
615
790
|
} & {
|
616
791
|
chips?: undefined;
|
617
792
|
onChangeChips?: undefined;
|
@@ -622,9 +797,47 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
622
797
|
view?: string | undefined;
|
623
798
|
readOnly?: boolean | undefined;
|
624
799
|
disabled?: boolean | undefined;
|
800
|
+
} & {
|
801
|
+
titleCaption?: import("react").ReactNode;
|
802
|
+
leftHelper?: string | undefined;
|
803
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
804
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
805
|
+
textBefore?: string | undefined;
|
806
|
+
textAfter?: string | undefined;
|
807
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
625
808
|
} & {
|
626
809
|
label?: string | undefined;
|
627
|
-
labelPlacement?: "
|
810
|
+
labelPlacement?: "outer" | undefined;
|
811
|
+
hasPlaceholder?: undefined;
|
812
|
+
} & {
|
813
|
+
required: true;
|
814
|
+
requiredPlacement?: "left" | "right" | undefined;
|
815
|
+
optional?: false | undefined;
|
816
|
+
} & {
|
817
|
+
clear?: boolean | undefined;
|
818
|
+
hasDivider?: boolean | undefined;
|
819
|
+
} & {
|
820
|
+
hintTrigger?: undefined;
|
821
|
+
hintText?: undefined;
|
822
|
+
hintView?: undefined;
|
823
|
+
hintSize?: undefined;
|
824
|
+
hintTargetIcon?: undefined;
|
825
|
+
hintPlacement?: undefined;
|
826
|
+
hintHasArrow?: undefined;
|
827
|
+
hintOffset?: undefined;
|
828
|
+
hintWidth?: undefined;
|
829
|
+
hintContentLeft?: undefined;
|
830
|
+
} & {
|
831
|
+
enumerationType: "chip";
|
832
|
+
onSearch?: undefined;
|
833
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
834
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
835
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
836
|
+
size?: string | undefined;
|
837
|
+
view?: string | undefined;
|
838
|
+
readOnly?: boolean | undefined;
|
839
|
+
disabled?: boolean | undefined;
|
840
|
+
} & {
|
628
841
|
titleCaption?: import("react").ReactNode;
|
629
842
|
leftHelper?: string | undefined;
|
630
843
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -633,12 +846,455 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
633
846
|
textAfter?: string | undefined;
|
634
847
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
635
848
|
} & {
|
849
|
+
label?: string | undefined;
|
850
|
+
labelPlacement?: "outer" | undefined;
|
851
|
+
hasPlaceholder?: undefined;
|
852
|
+
} & {
|
853
|
+
required: true;
|
636
854
|
requiredPlacement?: "left" | "right" | undefined;
|
855
|
+
optional?: false | undefined;
|
856
|
+
} & {
|
857
|
+
clear: false;
|
858
|
+
hasDivider?: undefined;
|
859
|
+
} & {
|
860
|
+
hintText: string;
|
861
|
+
hintTrigger?: "click" | "hover" | undefined;
|
862
|
+
hintView?: string | undefined;
|
863
|
+
hintSize?: string | undefined;
|
864
|
+
hintTargetIcon?: import("react").ReactNode;
|
865
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
866
|
+
hintHasArrow?: boolean | undefined;
|
867
|
+
hintOffset?: [number, number] | undefined;
|
868
|
+
hintWidth?: string | undefined;
|
869
|
+
hintContentLeft?: import("react").ReactNode;
|
870
|
+
} & {
|
871
|
+
chips?: undefined;
|
872
|
+
onChangeChips?: undefined;
|
873
|
+
enumerationType?: "plain" | undefined;
|
874
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
875
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
876
|
+
size?: string | undefined;
|
877
|
+
view?: string | undefined;
|
878
|
+
readOnly?: boolean | undefined;
|
879
|
+
disabled?: boolean | undefined;
|
880
|
+
} & {
|
881
|
+
titleCaption?: import("react").ReactNode;
|
882
|
+
leftHelper?: string | undefined;
|
883
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
884
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
885
|
+
textBefore?: string | undefined;
|
886
|
+
textAfter?: string | undefined;
|
887
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
888
|
+
} & {
|
889
|
+
label?: string | undefined;
|
890
|
+
labelPlacement?: "outer" | undefined;
|
891
|
+
hasPlaceholder?: undefined;
|
892
|
+
} & {
|
893
|
+
required: true;
|
894
|
+
requiredPlacement?: "left" | "right" | undefined;
|
895
|
+
optional?: false | undefined;
|
896
|
+
} & {
|
897
|
+
clear: false;
|
898
|
+
hasDivider?: undefined;
|
899
|
+
} & {
|
900
|
+
hintText: string;
|
901
|
+
hintTrigger?: "click" | "hover" | undefined;
|
902
|
+
hintView?: string | undefined;
|
903
|
+
hintSize?: string | undefined;
|
904
|
+
hintTargetIcon?: import("react").ReactNode;
|
905
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
906
|
+
hintHasArrow?: boolean | undefined;
|
907
|
+
hintOffset?: [number, number] | undefined;
|
908
|
+
hintWidth?: string | undefined;
|
909
|
+
hintContentLeft?: import("react").ReactNode;
|
910
|
+
} & {
|
911
|
+
enumerationType: "chip";
|
912
|
+
onSearch?: undefined;
|
913
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
914
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
915
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
916
|
+
size?: string | undefined;
|
917
|
+
view?: string | undefined;
|
918
|
+
readOnly?: boolean | undefined;
|
919
|
+
disabled?: boolean | undefined;
|
920
|
+
} & {
|
921
|
+
titleCaption?: import("react").ReactNode;
|
922
|
+
leftHelper?: string | undefined;
|
923
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
924
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
925
|
+
textBefore?: string | undefined;
|
926
|
+
textAfter?: string | undefined;
|
927
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
928
|
+
} & {
|
929
|
+
label?: string | undefined;
|
930
|
+
labelPlacement?: "outer" | undefined;
|
931
|
+
hasPlaceholder?: undefined;
|
932
|
+
} & {
|
933
|
+
required: true;
|
934
|
+
requiredPlacement?: "left" | "right" | undefined;
|
935
|
+
optional?: false | undefined;
|
936
|
+
} & {
|
937
|
+
clear: false;
|
938
|
+
hasDivider?: undefined;
|
939
|
+
} & {
|
940
|
+
hintTrigger?: undefined;
|
941
|
+
hintText?: undefined;
|
942
|
+
hintView?: undefined;
|
943
|
+
hintSize?: undefined;
|
944
|
+
hintTargetIcon?: undefined;
|
945
|
+
hintPlacement?: undefined;
|
946
|
+
hintHasArrow?: undefined;
|
947
|
+
hintOffset?: undefined;
|
948
|
+
hintWidth?: undefined;
|
949
|
+
hintContentLeft?: undefined;
|
950
|
+
} & {
|
951
|
+
chips?: undefined;
|
952
|
+
onChangeChips?: undefined;
|
953
|
+
enumerationType?: "plain" | undefined;
|
954
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
955
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
956
|
+
size?: string | undefined;
|
957
|
+
view?: string | undefined;
|
958
|
+
readOnly?: boolean | undefined;
|
959
|
+
disabled?: boolean | undefined;
|
960
|
+
} & {
|
961
|
+
titleCaption?: import("react").ReactNode;
|
962
|
+
leftHelper?: string | undefined;
|
963
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
964
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
965
|
+
textBefore?: string | undefined;
|
966
|
+
textAfter?: string | undefined;
|
967
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
968
|
+
} & {
|
969
|
+
label?: string | undefined;
|
970
|
+
labelPlacement?: "outer" | undefined;
|
971
|
+
hasPlaceholder?: undefined;
|
972
|
+
} & {
|
973
|
+
required: true;
|
974
|
+
requiredPlacement?: "left" | "right" | undefined;
|
975
|
+
optional?: false | undefined;
|
976
|
+
} & {
|
977
|
+
clear: false;
|
978
|
+
hasDivider?: undefined;
|
979
|
+
} & {
|
980
|
+
hintTrigger?: undefined;
|
981
|
+
hintText?: undefined;
|
982
|
+
hintView?: undefined;
|
983
|
+
hintSize?: undefined;
|
984
|
+
hintTargetIcon?: undefined;
|
985
|
+
hintPlacement?: undefined;
|
986
|
+
hintHasArrow?: undefined;
|
987
|
+
hintOffset?: undefined;
|
988
|
+
hintWidth?: undefined;
|
989
|
+
hintContentLeft?: undefined;
|
990
|
+
} & {
|
991
|
+
enumerationType: "chip";
|
992
|
+
onSearch?: undefined;
|
993
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
994
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
995
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
996
|
+
size?: string | undefined;
|
997
|
+
view?: string | undefined;
|
998
|
+
readOnly?: boolean | undefined;
|
999
|
+
disabled?: boolean | undefined;
|
1000
|
+
} & {
|
1001
|
+
titleCaption?: import("react").ReactNode;
|
1002
|
+
leftHelper?: string | undefined;
|
1003
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1004
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1005
|
+
textBefore?: string | undefined;
|
1006
|
+
textAfter?: string | undefined;
|
1007
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1008
|
+
} & {
|
1009
|
+
label?: string | undefined;
|
1010
|
+
labelPlacement?: "outer" | undefined;
|
1011
|
+
hasPlaceholder?: undefined;
|
1012
|
+
} & {
|
1013
|
+
required?: false | undefined;
|
1014
|
+
requiredPlacement?: undefined;
|
1015
|
+
optional?: boolean | undefined;
|
1016
|
+
} & {
|
1017
|
+
clear?: boolean | undefined;
|
1018
|
+
hasDivider?: boolean | undefined;
|
1019
|
+
} & {
|
1020
|
+
hintText: string;
|
1021
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1022
|
+
hintView?: string | undefined;
|
1023
|
+
hintSize?: string | undefined;
|
1024
|
+
hintTargetIcon?: import("react").ReactNode;
|
1025
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1026
|
+
hintHasArrow?: boolean | undefined;
|
1027
|
+
hintOffset?: [number, number] | undefined;
|
1028
|
+
hintWidth?: string | undefined;
|
1029
|
+
hintContentLeft?: import("react").ReactNode;
|
1030
|
+
} & {
|
1031
|
+
chips?: undefined;
|
1032
|
+
onChangeChips?: undefined;
|
1033
|
+
enumerationType?: "plain" | undefined;
|
1034
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1035
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1036
|
+
size?: string | undefined;
|
1037
|
+
view?: string | undefined;
|
1038
|
+
readOnly?: boolean | undefined;
|
1039
|
+
disabled?: boolean | undefined;
|
1040
|
+
} & {
|
1041
|
+
titleCaption?: import("react").ReactNode;
|
1042
|
+
leftHelper?: string | undefined;
|
1043
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1044
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1045
|
+
textBefore?: string | undefined;
|
1046
|
+
textAfter?: string | undefined;
|
1047
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1048
|
+
} & {
|
1049
|
+
label?: string | undefined;
|
1050
|
+
labelPlacement?: "outer" | undefined;
|
1051
|
+
hasPlaceholder?: undefined;
|
1052
|
+
} & {
|
1053
|
+
required?: false | undefined;
|
1054
|
+
requiredPlacement?: undefined;
|
1055
|
+
optional?: boolean | undefined;
|
1056
|
+
} & {
|
1057
|
+
clear?: boolean | undefined;
|
1058
|
+
hasDivider?: boolean | undefined;
|
1059
|
+
} & {
|
1060
|
+
hintText: string;
|
1061
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1062
|
+
hintView?: string | undefined;
|
1063
|
+
hintSize?: string | undefined;
|
1064
|
+
hintTargetIcon?: import("react").ReactNode;
|
1065
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1066
|
+
hintHasArrow?: boolean | undefined;
|
1067
|
+
hintOffset?: [number, number] | undefined;
|
1068
|
+
hintWidth?: string | undefined;
|
1069
|
+
hintContentLeft?: import("react").ReactNode;
|
1070
|
+
} & {
|
1071
|
+
enumerationType: "chip";
|
1072
|
+
onSearch?: undefined;
|
1073
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1074
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1075
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1076
|
+
size?: string | undefined;
|
1077
|
+
view?: string | undefined;
|
1078
|
+
readOnly?: boolean | undefined;
|
1079
|
+
disabled?: boolean | undefined;
|
1080
|
+
} & {
|
1081
|
+
titleCaption?: import("react").ReactNode;
|
1082
|
+
leftHelper?: string | undefined;
|
1083
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1084
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1085
|
+
textBefore?: string | undefined;
|
1086
|
+
textAfter?: string | undefined;
|
1087
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1088
|
+
} & {
|
1089
|
+
label?: string | undefined;
|
1090
|
+
labelPlacement?: "outer" | undefined;
|
1091
|
+
hasPlaceholder?: undefined;
|
1092
|
+
} & {
|
1093
|
+
required?: false | undefined;
|
1094
|
+
requiredPlacement?: undefined;
|
1095
|
+
optional?: boolean | undefined;
|
1096
|
+
} & {
|
1097
|
+
clear?: boolean | undefined;
|
1098
|
+
hasDivider?: boolean | undefined;
|
1099
|
+
} & {
|
1100
|
+
hintTrigger?: undefined;
|
1101
|
+
hintText?: undefined;
|
1102
|
+
hintView?: undefined;
|
1103
|
+
hintSize?: undefined;
|
1104
|
+
hintTargetIcon?: undefined;
|
1105
|
+
hintPlacement?: undefined;
|
1106
|
+
hintHasArrow?: undefined;
|
1107
|
+
hintOffset?: undefined;
|
1108
|
+
hintWidth?: undefined;
|
1109
|
+
hintContentLeft?: undefined;
|
1110
|
+
} & {
|
1111
|
+
chips?: undefined;
|
1112
|
+
onChangeChips?: undefined;
|
1113
|
+
enumerationType?: "plain" | undefined;
|
1114
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1115
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1116
|
+
size?: string | undefined;
|
1117
|
+
view?: string | undefined;
|
1118
|
+
readOnly?: boolean | undefined;
|
1119
|
+
disabled?: boolean | undefined;
|
1120
|
+
} & {
|
1121
|
+
titleCaption?: import("react").ReactNode;
|
1122
|
+
leftHelper?: string | undefined;
|
1123
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1124
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1125
|
+
textBefore?: string | undefined;
|
1126
|
+
textAfter?: string | undefined;
|
1127
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1128
|
+
} & {
|
1129
|
+
label?: string | undefined;
|
1130
|
+
labelPlacement?: "outer" | undefined;
|
1131
|
+
hasPlaceholder?: undefined;
|
1132
|
+
} & {
|
1133
|
+
required?: false | undefined;
|
1134
|
+
requiredPlacement?: undefined;
|
1135
|
+
optional?: boolean | undefined;
|
1136
|
+
} & {
|
1137
|
+
clear?: boolean | undefined;
|
1138
|
+
hasDivider?: boolean | undefined;
|
1139
|
+
} & {
|
1140
|
+
hintTrigger?: undefined;
|
1141
|
+
hintText?: undefined;
|
1142
|
+
hintView?: undefined;
|
1143
|
+
hintSize?: undefined;
|
1144
|
+
hintTargetIcon?: undefined;
|
1145
|
+
hintPlacement?: undefined;
|
1146
|
+
hintHasArrow?: undefined;
|
1147
|
+
hintOffset?: undefined;
|
1148
|
+
hintWidth?: undefined;
|
1149
|
+
hintContentLeft?: undefined;
|
1150
|
+
} & {
|
1151
|
+
enumerationType: "chip";
|
1152
|
+
onSearch?: undefined;
|
1153
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1154
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1155
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1156
|
+
size?: string | undefined;
|
1157
|
+
view?: string | undefined;
|
1158
|
+
readOnly?: boolean | undefined;
|
1159
|
+
disabled?: boolean | undefined;
|
1160
|
+
} & {
|
1161
|
+
titleCaption?: import("react").ReactNode;
|
1162
|
+
leftHelper?: string | undefined;
|
1163
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1164
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1165
|
+
textBefore?: string | undefined;
|
1166
|
+
textAfter?: string | undefined;
|
1167
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1168
|
+
} & {
|
1169
|
+
label?: string | undefined;
|
1170
|
+
labelPlacement?: "outer" | undefined;
|
1171
|
+
hasPlaceholder?: undefined;
|
1172
|
+
} & {
|
1173
|
+
required?: false | undefined;
|
1174
|
+
requiredPlacement?: undefined;
|
1175
|
+
optional?: boolean | undefined;
|
1176
|
+
} & {
|
1177
|
+
clear: false;
|
1178
|
+
hasDivider?: undefined;
|
1179
|
+
} & {
|
1180
|
+
hintText: string;
|
1181
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1182
|
+
hintView?: string | undefined;
|
1183
|
+
hintSize?: string | undefined;
|
1184
|
+
hintTargetIcon?: import("react").ReactNode;
|
1185
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1186
|
+
hintHasArrow?: boolean | undefined;
|
1187
|
+
hintOffset?: [number, number] | undefined;
|
1188
|
+
hintWidth?: string | undefined;
|
1189
|
+
hintContentLeft?: import("react").ReactNode;
|
1190
|
+
} & {
|
1191
|
+
chips?: undefined;
|
1192
|
+
onChangeChips?: undefined;
|
1193
|
+
enumerationType?: "plain" | undefined;
|
1194
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1195
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1196
|
+
size?: string | undefined;
|
1197
|
+
view?: string | undefined;
|
1198
|
+
readOnly?: boolean | undefined;
|
1199
|
+
disabled?: boolean | undefined;
|
1200
|
+
} & {
|
1201
|
+
titleCaption?: import("react").ReactNode;
|
1202
|
+
leftHelper?: string | undefined;
|
1203
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1204
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1205
|
+
textBefore?: string | undefined;
|
1206
|
+
textAfter?: string | undefined;
|
1207
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1208
|
+
} & {
|
1209
|
+
label?: string | undefined;
|
1210
|
+
labelPlacement?: "outer" | undefined;
|
1211
|
+
hasPlaceholder?: undefined;
|
1212
|
+
} & {
|
1213
|
+
required?: false | undefined;
|
1214
|
+
requiredPlacement?: undefined;
|
1215
|
+
optional?: boolean | undefined;
|
1216
|
+
} & {
|
1217
|
+
clear: false;
|
1218
|
+
hasDivider?: undefined;
|
1219
|
+
} & {
|
1220
|
+
hintText: string;
|
1221
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1222
|
+
hintView?: string | undefined;
|
1223
|
+
hintSize?: string | undefined;
|
1224
|
+
hintTargetIcon?: import("react").ReactNode;
|
1225
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1226
|
+
hintHasArrow?: boolean | undefined;
|
1227
|
+
hintOffset?: [number, number] | undefined;
|
1228
|
+
hintWidth?: string | undefined;
|
1229
|
+
hintContentLeft?: import("react").ReactNode;
|
1230
|
+
} & {
|
1231
|
+
enumerationType: "chip";
|
1232
|
+
onSearch?: undefined;
|
1233
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1234
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1235
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1236
|
+
size?: string | undefined;
|
1237
|
+
view?: string | undefined;
|
1238
|
+
readOnly?: boolean | undefined;
|
1239
|
+
disabled?: boolean | undefined;
|
1240
|
+
} & {
|
1241
|
+
titleCaption?: import("react").ReactNode;
|
1242
|
+
leftHelper?: string | undefined;
|
1243
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1244
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1245
|
+
textBefore?: string | undefined;
|
1246
|
+
textAfter?: string | undefined;
|
1247
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1248
|
+
} & {
|
1249
|
+
label?: string | undefined;
|
1250
|
+
labelPlacement?: "outer" | undefined;
|
1251
|
+
hasPlaceholder?: undefined;
|
1252
|
+
} & {
|
1253
|
+
required?: false | undefined;
|
1254
|
+
requiredPlacement?: undefined;
|
1255
|
+
optional?: boolean | undefined;
|
1256
|
+
} & {
|
1257
|
+
clear: false;
|
1258
|
+
hasDivider?: undefined;
|
1259
|
+
} & {
|
1260
|
+
hintTrigger?: undefined;
|
1261
|
+
hintText?: undefined;
|
1262
|
+
hintView?: undefined;
|
1263
|
+
hintSize?: undefined;
|
1264
|
+
hintTargetIcon?: undefined;
|
1265
|
+
hintPlacement?: undefined;
|
1266
|
+
hintHasArrow?: undefined;
|
1267
|
+
hintOffset?: undefined;
|
1268
|
+
hintWidth?: undefined;
|
1269
|
+
hintContentLeft?: undefined;
|
1270
|
+
} & {
|
1271
|
+
chips?: undefined;
|
1272
|
+
onChangeChips?: undefined;
|
1273
|
+
enumerationType?: "plain" | undefined;
|
1274
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1275
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
1276
|
+
size?: string | undefined;
|
1277
|
+
view?: string | undefined;
|
1278
|
+
readOnly?: boolean | undefined;
|
1279
|
+
disabled?: boolean | undefined;
|
1280
|
+
} & {
|
1281
|
+
titleCaption?: import("react").ReactNode;
|
1282
|
+
leftHelper?: string | undefined;
|
1283
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1284
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1285
|
+
textBefore?: string | undefined;
|
1286
|
+
textAfter?: string | undefined;
|
1287
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1288
|
+
} & {
|
1289
|
+
label?: string | undefined;
|
1290
|
+
labelPlacement?: "outer" | undefined;
|
1291
|
+
hasPlaceholder?: undefined;
|
637
1292
|
} & {
|
638
|
-
optional?: true | undefined;
|
639
1293
|
required?: false | undefined;
|
1294
|
+
requiredPlacement?: undefined;
|
1295
|
+
optional?: boolean | undefined;
|
640
1296
|
} & {
|
641
|
-
clear
|
1297
|
+
clear: false;
|
642
1298
|
hasDivider?: undefined;
|
643
1299
|
} & {
|
644
1300
|
hintTrigger?: undefined;
|