@salutejs/plasma-new-hope 0.196.1-dev.0 → 0.197.0-canary.1556.11973013493.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +18 -19
- package/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +18 -19
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/cjs/components/Range/Range.css +18 -19
- package/cjs/components/Select/Select.css +18 -19
- package/cjs/components/Select/ui/Inner/Inner.css +18 -19
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/Select/ui/Target/Target.css +18 -19
- package/cjs/components/Select/ui/Target/Target.js +1 -2
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +18 -19
- package/cjs/components/Slider/components/Double/Double.css +18 -19
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/cjs/components/TextField/TextField.js +12 -11
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +20 -11
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +1 -0
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/cjs/index.css +18 -19
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/cjs/components/TextField/TextField.js +13 -12
- package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
- package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/es/components/Select/ui/Target/Target.js +1 -2
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/es/components/TextField/TextField.js +13 -12
- package/emotion/es/components/TextField/TextField.styles.js +29 -26
- package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/es/components/TextField/TextField.tokens.js +1 -0
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/es/components/Autocomplete/Autocomplete.css +18 -19
- package/es/components/Autocomplete/Autocomplete.js +7 -1
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +18 -19
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/es/components/Range/Range.css +18 -19
- package/es/components/Select/Select.css +18 -19
- package/es/components/Select/ui/Inner/Inner.css +18 -19
- package/es/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/Select/ui/Target/Target.css +18 -19
- package/es/components/Select/ui/Target/Target.js +1 -2
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +18 -19
- package/es/components/Slider/components/Double/Double.css +18 -19
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/es/components/TextField/TextField.js +12 -11
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +20 -11
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +1 -0
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/es/index.css +18 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/cjs/components/TextField/TextField.js +12 -11
- package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
- package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/es/components/TextField/TextField.js +12 -11
- package/styled-components/es/components/TextField/TextField.styles.js +9 -6
- package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -69
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +30 -10
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -69
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +709 -69
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -20
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +709 -69
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +30 -15
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +709 -69
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +709 -69
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +3 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +42 -27
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -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;
|
@@ -71,15 +72,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
71
72
|
onChangeChips?: undefined;
|
72
73
|
enumerationType?: "plain" | undefined;
|
73
74
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
74
|
-
chipType?: undefined;
|
75
75
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
76
76
|
size?: string | undefined;
|
77
77
|
view?: string | undefined;
|
78
78
|
readOnly?: boolean | undefined;
|
79
79
|
disabled?: boolean | undefined;
|
80
80
|
} & {
|
81
|
-
label?: string | undefined;
|
82
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
83
81
|
titleCaption?: import("react").ReactNode;
|
84
82
|
leftHelper?: string | undefined;
|
85
83
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -88,9 +86,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
88
86
|
textAfter?: string | undefined;
|
89
87
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
90
88
|
} & {
|
91
|
-
|
89
|
+
label?: string | undefined;
|
90
|
+
labelPlacement: "inner";
|
91
|
+
hasPlaceholder?: boolean | undefined;
|
92
92
|
} & {
|
93
93
|
required: true;
|
94
|
+
requiredPlacement?: "left" | "right" | undefined;
|
94
95
|
optional?: false | undefined;
|
95
96
|
} & {
|
96
97
|
clear?: boolean | undefined;
|
@@ -111,15 +112,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
111
112
|
onSearch?: undefined;
|
112
113
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
113
114
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
114
|
-
chipType?: "text" | "default" | undefined;
|
115
115
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
116
116
|
size?: string | undefined;
|
117
117
|
view?: string | undefined;
|
118
118
|
readOnly?: boolean | undefined;
|
119
119
|
disabled?: boolean | undefined;
|
120
120
|
} & {
|
121
|
-
label?: string | undefined;
|
122
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
123
121
|
titleCaption?: import("react").ReactNode;
|
124
122
|
leftHelper?: string | undefined;
|
125
123
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -128,9 +126,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
128
126
|
textAfter?: string | undefined;
|
129
127
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
130
128
|
} & {
|
131
|
-
|
129
|
+
label?: string | undefined;
|
130
|
+
labelPlacement: "inner";
|
131
|
+
hasPlaceholder?: boolean | undefined;
|
132
132
|
} & {
|
133
133
|
required: true;
|
134
|
+
requiredPlacement?: "left" | "right" | undefined;
|
134
135
|
optional?: false | undefined;
|
135
136
|
} & {
|
136
137
|
clear?: boolean | undefined;
|
@@ -151,15 +152,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
151
152
|
onChangeChips?: undefined;
|
152
153
|
enumerationType?: "plain" | undefined;
|
153
154
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
154
|
-
chipType?: undefined;
|
155
155
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
156
156
|
size?: string | undefined;
|
157
157
|
view?: string | undefined;
|
158
158
|
readOnly?: boolean | undefined;
|
159
159
|
disabled?: boolean | undefined;
|
160
160
|
} & {
|
161
|
-
label?: string | undefined;
|
162
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
163
161
|
titleCaption?: import("react").ReactNode;
|
164
162
|
leftHelper?: string | undefined;
|
165
163
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -168,9 +166,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
168
166
|
textAfter?: string | undefined;
|
169
167
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
170
168
|
} & {
|
171
|
-
|
169
|
+
label?: string | undefined;
|
170
|
+
labelPlacement: "inner";
|
171
|
+
hasPlaceholder?: boolean | undefined;
|
172
172
|
} & {
|
173
173
|
required: true;
|
174
|
+
requiredPlacement?: "left" | "right" | undefined;
|
174
175
|
optional?: false | undefined;
|
175
176
|
} & {
|
176
177
|
clear?: boolean | undefined;
|
@@ -191,15 +192,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
191
192
|
onSearch?: undefined;
|
192
193
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
193
194
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
194
|
-
chipType?: "text" | "default" | undefined;
|
195
195
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
196
196
|
size?: string | undefined;
|
197
197
|
view?: string | undefined;
|
198
198
|
readOnly?: boolean | undefined;
|
199
199
|
disabled?: boolean | undefined;
|
200
200
|
} & {
|
201
|
-
label?: string | undefined;
|
202
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
203
201
|
titleCaption?: import("react").ReactNode;
|
204
202
|
leftHelper?: string | undefined;
|
205
203
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -208,9 +206,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
208
206
|
textAfter?: string | undefined;
|
209
207
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
210
208
|
} & {
|
211
|
-
|
209
|
+
label?: string | undefined;
|
210
|
+
labelPlacement: "inner";
|
211
|
+
hasPlaceholder?: boolean | undefined;
|
212
212
|
} & {
|
213
213
|
required: true;
|
214
|
+
requiredPlacement?: "left" | "right" | undefined;
|
214
215
|
optional?: false | undefined;
|
215
216
|
} & {
|
216
217
|
clear?: false | undefined;
|
@@ -231,15 +232,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
231
232
|
onChangeChips?: undefined;
|
232
233
|
enumerationType?: "plain" | undefined;
|
233
234
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
234
|
-
chipType?: undefined;
|
235
235
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
236
236
|
size?: string | undefined;
|
237
237
|
view?: string | undefined;
|
238
238
|
readOnly?: boolean | undefined;
|
239
239
|
disabled?: boolean | undefined;
|
240
240
|
} & {
|
241
|
-
label?: string | undefined;
|
242
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
243
241
|
titleCaption?: import("react").ReactNode;
|
244
242
|
leftHelper?: string | undefined;
|
245
243
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -248,9 +246,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
248
246
|
textAfter?: string | undefined;
|
249
247
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
250
248
|
} & {
|
251
|
-
|
249
|
+
label?: string | undefined;
|
250
|
+
labelPlacement: "inner";
|
251
|
+
hasPlaceholder?: boolean | undefined;
|
252
252
|
} & {
|
253
253
|
required: true;
|
254
|
+
requiredPlacement?: "left" | "right" | undefined;
|
254
255
|
optional?: false | undefined;
|
255
256
|
} & {
|
256
257
|
clear?: false | undefined;
|
@@ -271,15 +272,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
271
272
|
onSearch?: undefined;
|
272
273
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
273
274
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
274
|
-
chipType?: "text" | "default" | undefined;
|
275
275
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
276
276
|
size?: string | undefined;
|
277
277
|
view?: string | undefined;
|
278
278
|
readOnly?: boolean | undefined;
|
279
279
|
disabled?: boolean | undefined;
|
280
280
|
} & {
|
281
|
-
label?: string | undefined;
|
282
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
283
281
|
titleCaption?: import("react").ReactNode;
|
284
282
|
leftHelper?: string | undefined;
|
285
283
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -288,9 +286,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
288
286
|
textAfter?: string | undefined;
|
289
287
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
290
288
|
} & {
|
291
|
-
|
289
|
+
label?: string | undefined;
|
290
|
+
labelPlacement: "inner";
|
291
|
+
hasPlaceholder?: boolean | undefined;
|
292
292
|
} & {
|
293
293
|
required: true;
|
294
|
+
requiredPlacement?: "left" | "right" | undefined;
|
294
295
|
optional?: false | undefined;
|
295
296
|
} & {
|
296
297
|
clear?: false | undefined;
|
@@ -311,15 +312,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
311
312
|
onChangeChips?: undefined;
|
312
313
|
enumerationType?: "plain" | undefined;
|
313
314
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
314
|
-
chipType?: undefined;
|
315
315
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
316
316
|
size?: string | undefined;
|
317
317
|
view?: string | undefined;
|
318
318
|
readOnly?: boolean | undefined;
|
319
319
|
disabled?: boolean | undefined;
|
320
320
|
} & {
|
321
|
-
label?: string | undefined;
|
322
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
323
321
|
titleCaption?: import("react").ReactNode;
|
324
322
|
leftHelper?: string | undefined;
|
325
323
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -328,9 +326,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
328
326
|
textAfter?: string | undefined;
|
329
327
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
330
328
|
} & {
|
331
|
-
|
329
|
+
label?: string | undefined;
|
330
|
+
labelPlacement: "inner";
|
331
|
+
hasPlaceholder?: boolean | undefined;
|
332
332
|
} & {
|
333
333
|
required: true;
|
334
|
+
requiredPlacement?: "left" | "right" | undefined;
|
334
335
|
optional?: false | undefined;
|
335
336
|
} & {
|
336
337
|
clear?: false | undefined;
|
@@ -351,15 +352,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
351
352
|
onSearch?: undefined;
|
352
353
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
353
354
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
354
|
-
chipType?: "text" | "default" | undefined;
|
355
355
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
356
356
|
size?: string | undefined;
|
357
357
|
view?: string | undefined;
|
358
358
|
readOnly?: boolean | undefined;
|
359
359
|
disabled?: boolean | undefined;
|
360
360
|
} & {
|
361
|
-
label?: string | undefined;
|
362
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
363
361
|
titleCaption?: import("react").ReactNode;
|
364
362
|
leftHelper?: string | undefined;
|
365
363
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -368,10 +366,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
368
366
|
textAfter?: string | undefined;
|
369
367
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
370
368
|
} & {
|
371
|
-
|
369
|
+
label?: string | undefined;
|
370
|
+
labelPlacement: "inner";
|
371
|
+
hasPlaceholder?: boolean | undefined;
|
372
372
|
} & {
|
373
|
-
optional?: true | undefined;
|
374
373
|
required?: false | undefined;
|
374
|
+
requiredPlacement?: undefined;
|
375
|
+
optional?: boolean | undefined;
|
375
376
|
} & {
|
376
377
|
clear?: boolean | undefined;
|
377
378
|
hasDivider?: boolean | undefined;
|
@@ -391,15 +392,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
391
392
|
onChangeChips?: undefined;
|
392
393
|
enumerationType?: "plain" | undefined;
|
393
394
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
394
|
-
chipType?: undefined;
|
395
395
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
396
396
|
size?: string | undefined;
|
397
397
|
view?: string | undefined;
|
398
398
|
readOnly?: boolean | undefined;
|
399
399
|
disabled?: boolean | undefined;
|
400
400
|
} & {
|
401
|
-
label?: string | undefined;
|
402
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
403
401
|
titleCaption?: import("react").ReactNode;
|
404
402
|
leftHelper?: string | undefined;
|
405
403
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -408,10 +406,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
408
406
|
textAfter?: string | undefined;
|
409
407
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
410
408
|
} & {
|
411
|
-
|
409
|
+
label?: string | undefined;
|
410
|
+
labelPlacement: "inner";
|
411
|
+
hasPlaceholder?: boolean | undefined;
|
412
412
|
} & {
|
413
|
-
optional?: true | undefined;
|
414
413
|
required?: false | undefined;
|
414
|
+
requiredPlacement?: undefined;
|
415
|
+
optional?: boolean | undefined;
|
415
416
|
} & {
|
416
417
|
clear?: boolean | undefined;
|
417
418
|
hasDivider?: boolean | undefined;
|
@@ -431,15 +432,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
431
432
|
onSearch?: undefined;
|
432
433
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
433
434
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
434
|
-
chipType?: "text" | "default" | undefined;
|
435
435
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
436
436
|
size?: string | undefined;
|
437
437
|
view?: string | undefined;
|
438
438
|
readOnly?: boolean | undefined;
|
439
439
|
disabled?: boolean | undefined;
|
440
440
|
} & {
|
441
|
-
label?: string | undefined;
|
442
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
443
441
|
titleCaption?: import("react").ReactNode;
|
444
442
|
leftHelper?: string | undefined;
|
445
443
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -448,10 +446,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
448
446
|
textAfter?: string | undefined;
|
449
447
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
450
448
|
} & {
|
451
|
-
|
449
|
+
label?: string | undefined;
|
450
|
+
labelPlacement: "inner";
|
451
|
+
hasPlaceholder?: boolean | undefined;
|
452
452
|
} & {
|
453
|
-
optional?: true | undefined;
|
454
453
|
required?: false | undefined;
|
454
|
+
requiredPlacement?: undefined;
|
455
|
+
optional?: boolean | undefined;
|
455
456
|
} & {
|
456
457
|
clear?: boolean | undefined;
|
457
458
|
hasDivider?: boolean | undefined;
|
@@ -471,15 +472,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
471
472
|
onChangeChips?: undefined;
|
472
473
|
enumerationType?: "plain" | undefined;
|
473
474
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
474
|
-
chipType?: undefined;
|
475
475
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
476
476
|
size?: string | undefined;
|
477
477
|
view?: string | undefined;
|
478
478
|
readOnly?: boolean | undefined;
|
479
479
|
disabled?: boolean | undefined;
|
480
480
|
} & {
|
481
|
-
label?: string | undefined;
|
482
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
483
481
|
titleCaption?: import("react").ReactNode;
|
484
482
|
leftHelper?: string | undefined;
|
485
483
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -488,10 +486,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
488
486
|
textAfter?: string | undefined;
|
489
487
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
490
488
|
} & {
|
491
|
-
|
489
|
+
label?: string | undefined;
|
490
|
+
labelPlacement: "inner";
|
491
|
+
hasPlaceholder?: boolean | undefined;
|
492
492
|
} & {
|
493
|
-
optional?: true | undefined;
|
494
493
|
required?: false | undefined;
|
494
|
+
requiredPlacement?: undefined;
|
495
|
+
optional?: boolean | undefined;
|
495
496
|
} & {
|
496
497
|
clear?: boolean | undefined;
|
497
498
|
hasDivider?: boolean | undefined;
|
@@ -511,15 +512,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
511
512
|
onSearch?: undefined;
|
512
513
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
513
514
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
514
|
-
chipType?: "text" | "default" | undefined;
|
515
515
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
516
516
|
size?: string | undefined;
|
517
517
|
view?: string | undefined;
|
518
518
|
readOnly?: boolean | undefined;
|
519
519
|
disabled?: boolean | undefined;
|
520
520
|
} & {
|
521
|
-
label?: string | undefined;
|
522
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
523
521
|
titleCaption?: import("react").ReactNode;
|
524
522
|
leftHelper?: string | undefined;
|
525
523
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -528,10 +526,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
528
526
|
textAfter?: string | undefined;
|
529
527
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
530
528
|
} & {
|
531
|
-
|
529
|
+
label?: string | undefined;
|
530
|
+
labelPlacement: "inner";
|
531
|
+
hasPlaceholder?: boolean | undefined;
|
532
532
|
} & {
|
533
|
-
optional?: true | undefined;
|
534
533
|
required?: false | undefined;
|
534
|
+
requiredPlacement?: undefined;
|
535
|
+
optional?: boolean | undefined;
|
535
536
|
} & {
|
536
537
|
clear?: false | undefined;
|
537
538
|
hasDivider?: undefined;
|
@@ -551,15 +552,12 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
551
552
|
onChangeChips?: undefined;
|
552
553
|
enumerationType?: "plain" | undefined;
|
553
554
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
554
|
-
chipType?: undefined;
|
555
555
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
556
556
|
size?: string | undefined;
|
557
557
|
view?: string | undefined;
|
558
558
|
readOnly?: boolean | undefined;
|
559
559
|
disabled?: boolean | undefined;
|
560
560
|
} & {
|
561
|
-
label?: string | undefined;
|
562
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
563
561
|
titleCaption?: import("react").ReactNode;
|
564
562
|
leftHelper?: string | undefined;
|
565
563
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -568,10 +566,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
568
566
|
textAfter?: string | undefined;
|
569
567
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
570
568
|
} & {
|
571
|
-
|
569
|
+
label?: string | undefined;
|
570
|
+
labelPlacement: "inner";
|
571
|
+
hasPlaceholder?: boolean | undefined;
|
572
572
|
} & {
|
573
|
-
optional?: true | undefined;
|
574
573
|
required?: false | undefined;
|
574
|
+
requiredPlacement?: undefined;
|
575
|
+
optional?: boolean | undefined;
|
575
576
|
} & {
|
576
577
|
clear?: false | undefined;
|
577
578
|
hasDivider?: undefined;
|
@@ -591,15 +592,52 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
591
592
|
onSearch?: undefined;
|
592
593
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
593
594
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
594
|
-
chipType?: "text" | "default" | undefined;
|
595
595
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
596
596
|
size?: string | undefined;
|
597
597
|
view?: string | undefined;
|
598
598
|
readOnly?: boolean | undefined;
|
599
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;
|
600
608
|
} & {
|
601
609
|
label?: string | undefined;
|
602
|
-
labelPlacement
|
610
|
+
labelPlacement: "inner";
|
611
|
+
hasPlaceholder?: boolean | undefined;
|
612
|
+
} & {
|
613
|
+
required?: false | undefined;
|
614
|
+
requiredPlacement?: undefined;
|
615
|
+
optional?: boolean | undefined;
|
616
|
+
} & {
|
617
|
+
clear?: false | undefined;
|
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
|
+
} & {
|
603
641
|
titleCaption?: import("react").ReactNode;
|
604
642
|
leftHelper?: string | undefined;
|
605
643
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -608,10 +646,13 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
608
646
|
textAfter?: string | undefined;
|
609
647
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
610
648
|
} & {
|
611
|
-
|
649
|
+
label?: string | undefined;
|
650
|
+
labelPlacement: "inner";
|
651
|
+
hasPlaceholder?: boolean | undefined;
|
612
652
|
} & {
|
613
|
-
optional?: true | undefined;
|
614
653
|
required?: false | undefined;
|
654
|
+
requiredPlacement?: undefined;
|
655
|
+
optional?: boolean | undefined;
|
615
656
|
} & {
|
616
657
|
clear?: false | undefined;
|
617
658
|
hasDivider?: undefined;
|
@@ -626,20 +667,177 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
626
667
|
hintOffset?: undefined;
|
627
668
|
hintWidth?: undefined;
|
628
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;
|
629
790
|
} & {
|
630
791
|
chips?: undefined;
|
631
792
|
onChangeChips?: undefined;
|
632
793
|
enumerationType?: "plain" | undefined;
|
633
794
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
634
|
-
chipType?: undefined;
|
635
795
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
636
796
|
size?: string | undefined;
|
637
797
|
view?: string | undefined;
|
638
798
|
readOnly?: boolean | undefined;
|
639
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;
|
640
808
|
} & {
|
641
809
|
label?: string | undefined;
|
642
|
-
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
|
+
} & {
|
643
841
|
titleCaption?: import("react").ReactNode;
|
644
842
|
leftHelper?: string | undefined;
|
645
843
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -648,10 +846,453 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
648
846
|
textAfter?: string | undefined;
|
649
847
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
650
848
|
} & {
|
849
|
+
label?: string | undefined;
|
850
|
+
labelPlacement?: "outer" | undefined;
|
851
|
+
hasPlaceholder?: undefined;
|
852
|
+
} & {
|
853
|
+
required: true;
|
651
854
|
requiredPlacement?: "left" | "right" | undefined;
|
855
|
+
optional?: false | undefined;
|
856
|
+
} & {
|
857
|
+
clear?: false | undefined;
|
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 | undefined;
|
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 | undefined;
|
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 | undefined;
|
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 | undefined;
|
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 | undefined;
|
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 | undefined;
|
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;
|
652
1292
|
} & {
|
653
|
-
optional?: true | undefined;
|
654
1293
|
required?: false | undefined;
|
1294
|
+
requiredPlacement?: undefined;
|
1295
|
+
optional?: boolean | undefined;
|
655
1296
|
} & {
|
656
1297
|
clear?: false | undefined;
|
657
1298
|
hasDivider?: undefined;
|
@@ -671,6 +1312,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
|
|
671
1312
|
onSearch?: undefined;
|
672
1313
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
673
1314
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
674
|
-
chipType?: "text" | "default" | undefined;
|
675
1315
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|
676
1316
|
//# sourceMappingURL=TextField.d.ts.map
|