@salutejs/plasma-new-hope 0.196.1-canary.1577.11970384401.0 → 0.197.0-canary.1556.11973013493.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +18 -19
- package/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +18 -19
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/cjs/components/Range/Range.css +18 -19
- package/cjs/components/Select/Select.css +18 -19
- package/cjs/components/Select/ui/Inner/Inner.css +18 -19
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/cjs/components/Select/ui/Target/Target.css +18 -19
- package/cjs/components/Select/ui/Target/Target.js +1 -2
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Slider/Slider.css +18 -19
- package/cjs/components/Slider/components/Double/Double.css +18 -19
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/cjs/components/TextField/TextField.js +12 -11
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +20 -11
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/cjs/components/TextField/TextField.tokens.js +1 -0
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -7
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/cjs/index.css +18 -19
- package/emotion/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/cjs/components/Select/ui/Target/Target.js +1 -2
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/cjs/components/TextField/TextField.js +13 -12
- package/emotion/cjs/components/TextField/TextField.styles.js +29 -26
- package/emotion/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/cjs/components/TextField/TextField.tokens.js +1 -0
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +3 -12
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/emotion/es/components/Autocomplete/Autocomplete.js +7 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/emotion/es/components/Select/ui/Target/Target.js +1 -2
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/emotion/es/components/TextField/TextField.js +13 -12
- package/emotion/es/components/TextField/TextField.styles.js +29 -26
- package/emotion/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/emotion/es/components/TextField/TextField.tokens.js +1 -0
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -11
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/es/components/Autocomplete/Autocomplete.css +18 -19
- package/es/components/Autocomplete/Autocomplete.js +7 -1
- package/es/components/Autocomplete/Autocomplete.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +18 -19
- package/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -19
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDate.css +18 -19
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.css +18 -19
- package/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
- package/es/components/Pagination/Pagination.css +18 -19
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +18 -19
- package/es/components/Range/Range.css +18 -19
- package/es/components/Select/Select.css +18 -19
- package/es/components/Select/ui/Inner/Inner.css +18 -19
- package/es/components/Select/ui/Inner/ui/Item/Item.css +18 -19
- package/es/components/Select/ui/Target/Target.css +18 -19
- package/es/components/Select/ui/Target/Target.js +1 -2
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +18 -19
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Slider/Slider.css +18 -19
- package/es/components/Slider/components/Double/Double.css +18 -19
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +18 -19
- package/es/components/TextField/TextField.js +12 -11
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +20 -11
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_j7dqpn.css → TextField.styles_ppcxpx.css} +1 -1
- package/es/components/TextField/TextField.tokens.js +1 -0
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -20
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +1 -2
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -7
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -1
- package/{cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1yosnxc.css → es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1y8n7la.css} +0 -1
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_y1lvvc.css +1 -0
- package/es/index.css +18 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/cjs/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/cjs/components/TextField/TextField.js +12 -11
- package/styled-components/cjs/components/TextField/TextField.styles.js +9 -6
- package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +3 -17
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +2 -10
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/styled-components/es/components/Autocomplete/Autocomplete.js +7 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +7 -2
- package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +7 -3
- package/styled-components/es/components/Select/ui/Target/Target.js +1 -2
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +12 -7
- package/styled-components/es/components/TextField/TextField.js +12 -11
- package/styled-components/es/components/TextField/TextField.styles.js +9 -6
- package/styled-components/es/components/TextField/TextField.template-doc.mdx +3 -13
- package/styled-components/es/components/TextField/TextField.tokens.js +1 -0
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +4 -18
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +1 -9
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +7 -10
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +1 -8
- package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +9 -12
- package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/components/Autocomplete/Autocomplete.types.d.ts +2 -3
- package/types/components/Autocomplete/Autocomplete.types.d.ts.map +1 -1
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +709 -69
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +30 -10
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +709 -69
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts +2 -2
- package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +709 -69
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +28 -9
- package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +282 -20
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +709 -69
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +30 -15
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +709 -69
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +709 -69
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +3 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +42 -27
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +0 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +1 -5
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_b2c/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts +5 -557
- package/types/examples/plasma_web/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +1045 -133
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +47 -1
- package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +1238 -70
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +282 -20
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +709 -69
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +0 -1
@@ -38,8 +38,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
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 Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
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,7 +72,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
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> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
76
76
|
view: {
|
77
77
|
default: import("@linaria/core").LinariaClassName;
|
@@ -111,8 +111,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
111
111
|
readOnly?: boolean | undefined;
|
112
112
|
disabled?: boolean | undefined;
|
113
113
|
} & {
|
114
|
-
label?: string | undefined;
|
115
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
116
114
|
titleCaption?: import("react").ReactNode;
|
117
115
|
leftHelper?: string | undefined;
|
118
116
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -121,9 +119,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
121
119
|
textAfter?: string | undefined;
|
122
120
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
123
121
|
} & {
|
124
|
-
|
122
|
+
label?: string | undefined;
|
123
|
+
labelPlacement: "inner";
|
124
|
+
hasPlaceholder?: boolean | undefined;
|
125
125
|
} & {
|
126
126
|
required: true;
|
127
|
+
requiredPlacement?: "left" | "right" | undefined;
|
127
128
|
optional?: false | undefined;
|
128
129
|
} & {
|
129
130
|
clear?: boolean | undefined;
|
@@ -144,7 +145,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
144
145
|
onSearch?: undefined;
|
145
146
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
146
147
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
147
|
-
chipType?: "text" | "default" | undefined;
|
148
148
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
149
149
|
view: {
|
150
150
|
default: import("@linaria/core").LinariaClassName;
|
@@ -184,8 +184,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
184
184
|
readOnly?: boolean | undefined;
|
185
185
|
disabled?: boolean | undefined;
|
186
186
|
} & {
|
187
|
-
label?: string | undefined;
|
188
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
189
187
|
titleCaption?: import("react").ReactNode;
|
190
188
|
leftHelper?: string | undefined;
|
191
189
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -194,9 +192,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
194
192
|
textAfter?: string | undefined;
|
195
193
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
196
194
|
} & {
|
197
|
-
|
195
|
+
label?: string | undefined;
|
196
|
+
labelPlacement: "inner";
|
197
|
+
hasPlaceholder?: boolean | undefined;
|
198
198
|
} & {
|
199
199
|
required: true;
|
200
|
+
requiredPlacement?: "left" | "right" | undefined;
|
200
201
|
optional?: false | undefined;
|
201
202
|
} & {
|
202
203
|
clear?: boolean | undefined;
|
@@ -217,7 +218,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
217
218
|
onChangeChips?: undefined;
|
218
219
|
enumerationType?: "plain" | undefined;
|
219
220
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
220
|
-
chipType?: undefined;
|
221
221
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
222
222
|
view: {
|
223
223
|
default: import("@linaria/core").LinariaClassName;
|
@@ -257,8 +257,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
257
257
|
readOnly?: boolean | undefined;
|
258
258
|
disabled?: boolean | undefined;
|
259
259
|
} & {
|
260
|
-
label?: string | undefined;
|
261
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
262
260
|
titleCaption?: import("react").ReactNode;
|
263
261
|
leftHelper?: string | undefined;
|
264
262
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -267,9 +265,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
267
265
|
textAfter?: string | undefined;
|
268
266
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
269
267
|
} & {
|
270
|
-
|
268
|
+
label?: string | undefined;
|
269
|
+
labelPlacement: "inner";
|
270
|
+
hasPlaceholder?: boolean | undefined;
|
271
271
|
} & {
|
272
272
|
required: true;
|
273
|
+
requiredPlacement?: "left" | "right" | undefined;
|
273
274
|
optional?: false | undefined;
|
274
275
|
} & {
|
275
276
|
clear?: boolean | undefined;
|
@@ -290,7 +291,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
290
291
|
onSearch?: undefined;
|
291
292
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
292
293
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
293
|
-
chipType?: "text" | "default" | undefined;
|
294
294
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
295
295
|
view: {
|
296
296
|
default: import("@linaria/core").LinariaClassName;
|
@@ -330,8 +330,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
330
330
|
readOnly?: boolean | undefined;
|
331
331
|
disabled?: boolean | undefined;
|
332
332
|
} & {
|
333
|
-
label?: string | undefined;
|
334
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
335
333
|
titleCaption?: import("react").ReactNode;
|
336
334
|
leftHelper?: string | undefined;
|
337
335
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -340,9 +338,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
340
338
|
textAfter?: string | undefined;
|
341
339
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
342
340
|
} & {
|
343
|
-
|
341
|
+
label?: string | undefined;
|
342
|
+
labelPlacement: "inner";
|
343
|
+
hasPlaceholder?: boolean | undefined;
|
344
344
|
} & {
|
345
345
|
required: true;
|
346
|
+
requiredPlacement?: "left" | "right" | undefined;
|
346
347
|
optional?: false | undefined;
|
347
348
|
} & {
|
348
349
|
clear?: false | undefined;
|
@@ -363,7 +364,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
363
364
|
onChangeChips?: undefined;
|
364
365
|
enumerationType?: "plain" | undefined;
|
365
366
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
366
|
-
chipType?: undefined;
|
367
367
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
368
368
|
view: {
|
369
369
|
default: import("@linaria/core").LinariaClassName;
|
@@ -403,8 +403,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
403
403
|
readOnly?: boolean | undefined;
|
404
404
|
disabled?: boolean | undefined;
|
405
405
|
} & {
|
406
|
-
label?: string | undefined;
|
407
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
408
406
|
titleCaption?: import("react").ReactNode;
|
409
407
|
leftHelper?: string | undefined;
|
410
408
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -413,9 +411,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
413
411
|
textAfter?: string | undefined;
|
414
412
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
415
413
|
} & {
|
416
|
-
|
414
|
+
label?: string | undefined;
|
415
|
+
labelPlacement: "inner";
|
416
|
+
hasPlaceholder?: boolean | undefined;
|
417
417
|
} & {
|
418
418
|
required: true;
|
419
|
+
requiredPlacement?: "left" | "right" | undefined;
|
419
420
|
optional?: false | undefined;
|
420
421
|
} & {
|
421
422
|
clear?: false | undefined;
|
@@ -436,7 +437,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
436
437
|
onSearch?: undefined;
|
437
438
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
438
439
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
439
|
-
chipType?: "text" | "default" | undefined;
|
440
440
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
441
441
|
view: {
|
442
442
|
default: import("@linaria/core").LinariaClassName;
|
@@ -476,8 +476,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
476
476
|
readOnly?: boolean | undefined;
|
477
477
|
disabled?: boolean | undefined;
|
478
478
|
} & {
|
479
|
-
label?: string | undefined;
|
480
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
481
479
|
titleCaption?: import("react").ReactNode;
|
482
480
|
leftHelper?: string | undefined;
|
483
481
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -486,9 +484,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
486
484
|
textAfter?: string | undefined;
|
487
485
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
488
486
|
} & {
|
489
|
-
|
487
|
+
label?: string | undefined;
|
488
|
+
labelPlacement: "inner";
|
489
|
+
hasPlaceholder?: boolean | undefined;
|
490
490
|
} & {
|
491
491
|
required: true;
|
492
|
+
requiredPlacement?: "left" | "right" | undefined;
|
492
493
|
optional?: false | undefined;
|
493
494
|
} & {
|
494
495
|
clear?: false | undefined;
|
@@ -509,7 +510,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
509
510
|
onChangeChips?: undefined;
|
510
511
|
enumerationType?: "plain" | undefined;
|
511
512
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
512
|
-
chipType?: undefined;
|
513
513
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
514
514
|
view: {
|
515
515
|
default: import("@linaria/core").LinariaClassName;
|
@@ -549,8 +549,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
549
549
|
readOnly?: boolean | undefined;
|
550
550
|
disabled?: boolean | undefined;
|
551
551
|
} & {
|
552
|
-
label?: string | undefined;
|
553
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
554
552
|
titleCaption?: import("react").ReactNode;
|
555
553
|
leftHelper?: string | undefined;
|
556
554
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -559,9 +557,12 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
559
557
|
textAfter?: string | undefined;
|
560
558
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
561
559
|
} & {
|
562
|
-
|
560
|
+
label?: string | undefined;
|
561
|
+
labelPlacement: "inner";
|
562
|
+
hasPlaceholder?: boolean | undefined;
|
563
563
|
} & {
|
564
564
|
required: true;
|
565
|
+
requiredPlacement?: "left" | "right" | undefined;
|
565
566
|
optional?: false | undefined;
|
566
567
|
} & {
|
567
568
|
clear?: false | undefined;
|
@@ -582,7 +583,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
582
583
|
onSearch?: undefined;
|
583
584
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
584
585
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
585
|
-
chipType?: "text" | "default" | undefined;
|
586
586
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
587
587
|
view: {
|
588
588
|
default: import("@linaria/core").LinariaClassName;
|
@@ -622,8 +622,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
622
622
|
readOnly?: boolean | undefined;
|
623
623
|
disabled?: boolean | undefined;
|
624
624
|
} & {
|
625
|
-
label?: string | undefined;
|
626
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
627
625
|
titleCaption?: import("react").ReactNode;
|
628
626
|
leftHelper?: string | undefined;
|
629
627
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -632,10 +630,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
632
630
|
textAfter?: string | undefined;
|
633
631
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
634
632
|
} & {
|
635
|
-
|
633
|
+
label?: string | undefined;
|
634
|
+
labelPlacement: "inner";
|
635
|
+
hasPlaceholder?: boolean | undefined;
|
636
636
|
} & {
|
637
|
-
optional?: true | undefined;
|
638
637
|
required?: false | undefined;
|
638
|
+
requiredPlacement?: undefined;
|
639
|
+
optional?: boolean | undefined;
|
639
640
|
} & {
|
640
641
|
clear?: boolean | undefined;
|
641
642
|
hasDivider?: boolean | undefined;
|
@@ -655,7 +656,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
655
656
|
onChangeChips?: undefined;
|
656
657
|
enumerationType?: "plain" | undefined;
|
657
658
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
658
|
-
chipType?: undefined;
|
659
659
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
660
660
|
view: {
|
661
661
|
default: import("@linaria/core").LinariaClassName;
|
@@ -695,8 +695,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
695
695
|
readOnly?: boolean | undefined;
|
696
696
|
disabled?: boolean | undefined;
|
697
697
|
} & {
|
698
|
-
label?: string | undefined;
|
699
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
700
698
|
titleCaption?: import("react").ReactNode;
|
701
699
|
leftHelper?: string | undefined;
|
702
700
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -705,10 +703,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
705
703
|
textAfter?: string | undefined;
|
706
704
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
707
705
|
} & {
|
708
|
-
|
706
|
+
label?: string | undefined;
|
707
|
+
labelPlacement: "inner";
|
708
|
+
hasPlaceholder?: boolean | undefined;
|
709
709
|
} & {
|
710
|
-
optional?: true | undefined;
|
711
710
|
required?: false | undefined;
|
711
|
+
requiredPlacement?: undefined;
|
712
|
+
optional?: boolean | undefined;
|
712
713
|
} & {
|
713
714
|
clear?: boolean | undefined;
|
714
715
|
hasDivider?: boolean | undefined;
|
@@ -728,7 +729,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
728
729
|
onSearch?: undefined;
|
729
730
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
730
731
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
731
|
-
chipType?: "text" | "default" | undefined;
|
732
732
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
733
733
|
view: {
|
734
734
|
default: import("@linaria/core").LinariaClassName;
|
@@ -768,8 +768,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
768
768
|
readOnly?: boolean | undefined;
|
769
769
|
disabled?: boolean | undefined;
|
770
770
|
} & {
|
771
|
-
label?: string | undefined;
|
772
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
773
771
|
titleCaption?: import("react").ReactNode;
|
774
772
|
leftHelper?: string | undefined;
|
775
773
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -778,10 +776,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
778
776
|
textAfter?: string | undefined;
|
779
777
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
780
778
|
} & {
|
781
|
-
|
779
|
+
label?: string | undefined;
|
780
|
+
labelPlacement: "inner";
|
781
|
+
hasPlaceholder?: boolean | undefined;
|
782
782
|
} & {
|
783
|
-
optional?: true | undefined;
|
784
783
|
required?: false | undefined;
|
784
|
+
requiredPlacement?: undefined;
|
785
|
+
optional?: boolean | undefined;
|
785
786
|
} & {
|
786
787
|
clear?: boolean | undefined;
|
787
788
|
hasDivider?: boolean | undefined;
|
@@ -801,7 +802,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
801
802
|
onChangeChips?: undefined;
|
802
803
|
enumerationType?: "plain" | undefined;
|
803
804
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
804
|
-
chipType?: undefined;
|
805
805
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
806
806
|
view: {
|
807
807
|
default: import("@linaria/core").LinariaClassName;
|
@@ -841,8 +841,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
841
841
|
readOnly?: boolean | undefined;
|
842
842
|
disabled?: boolean | undefined;
|
843
843
|
} & {
|
844
|
-
label?: string | undefined;
|
845
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
846
844
|
titleCaption?: import("react").ReactNode;
|
847
845
|
leftHelper?: string | undefined;
|
848
846
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -851,10 +849,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
851
849
|
textAfter?: string | undefined;
|
852
850
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
853
851
|
} & {
|
854
|
-
|
852
|
+
label?: string | undefined;
|
853
|
+
labelPlacement: "inner";
|
854
|
+
hasPlaceholder?: boolean | undefined;
|
855
855
|
} & {
|
856
|
-
optional?: true | undefined;
|
857
856
|
required?: false | undefined;
|
857
|
+
requiredPlacement?: undefined;
|
858
|
+
optional?: boolean | undefined;
|
858
859
|
} & {
|
859
860
|
clear?: boolean | undefined;
|
860
861
|
hasDivider?: boolean | undefined;
|
@@ -874,7 +875,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
874
875
|
onSearch?: undefined;
|
875
876
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
876
877
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
877
|
-
chipType?: "text" | "default" | undefined;
|
878
878
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
879
879
|
view: {
|
880
880
|
default: import("@linaria/core").LinariaClassName;
|
@@ -914,8 +914,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
914
914
|
readOnly?: boolean | undefined;
|
915
915
|
disabled?: boolean | undefined;
|
916
916
|
} & {
|
917
|
-
label?: string | undefined;
|
918
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
919
917
|
titleCaption?: import("react").ReactNode;
|
920
918
|
leftHelper?: string | undefined;
|
921
919
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -924,10 +922,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
924
922
|
textAfter?: string | undefined;
|
925
923
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
926
924
|
} & {
|
927
|
-
|
925
|
+
label?: string | undefined;
|
926
|
+
labelPlacement: "inner";
|
927
|
+
hasPlaceholder?: boolean | undefined;
|
928
928
|
} & {
|
929
|
-
optional?: true | undefined;
|
930
929
|
required?: false | undefined;
|
930
|
+
requiredPlacement?: undefined;
|
931
|
+
optional?: boolean | undefined;
|
931
932
|
} & {
|
932
933
|
clear?: false | undefined;
|
933
934
|
hasDivider?: undefined;
|
@@ -947,7 +948,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
947
948
|
onChangeChips?: undefined;
|
948
949
|
enumerationType?: "plain" | undefined;
|
949
950
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
950
|
-
chipType?: undefined;
|
951
951
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
952
952
|
view: {
|
953
953
|
default: import("@linaria/core").LinariaClassName;
|
@@ -987,8 +987,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
987
987
|
readOnly?: boolean | undefined;
|
988
988
|
disabled?: boolean | undefined;
|
989
989
|
} & {
|
990
|
-
label?: string | undefined;
|
991
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
992
990
|
titleCaption?: import("react").ReactNode;
|
993
991
|
leftHelper?: string | undefined;
|
994
992
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -997,10 +995,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
997
995
|
textAfter?: string | undefined;
|
998
996
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
999
997
|
} & {
|
1000
|
-
|
998
|
+
label?: string | undefined;
|
999
|
+
labelPlacement: "inner";
|
1000
|
+
hasPlaceholder?: boolean | undefined;
|
1001
1001
|
} & {
|
1002
|
-
optional?: true | undefined;
|
1003
1002
|
required?: false | undefined;
|
1003
|
+
requiredPlacement?: undefined;
|
1004
|
+
optional?: boolean | undefined;
|
1004
1005
|
} & {
|
1005
1006
|
clear?: false | undefined;
|
1006
1007
|
hasDivider?: undefined;
|
@@ -1020,7 +1021,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1020
1021
|
onSearch?: undefined;
|
1021
1022
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1022
1023
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1023
|
-
chipType?: "text" | "default" | undefined;
|
1024
1024
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1025
1025
|
view: {
|
1026
1026
|
default: import("@linaria/core").LinariaClassName;
|
@@ -1060,8 +1060,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1060
1060
|
readOnly?: boolean | undefined;
|
1061
1061
|
disabled?: boolean | undefined;
|
1062
1062
|
} & {
|
1063
|
-
label?: string | undefined;
|
1064
|
-
labelPlacement?: "inner" | "outer" | undefined;
|
1065
1063
|
titleCaption?: import("react").ReactNode;
|
1066
1064
|
leftHelper?: string | undefined;
|
1067
1065
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1070,10 +1068,13 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1070
1068
|
textAfter?: string | undefined;
|
1071
1069
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1072
1070
|
} & {
|
1073
|
-
|
1071
|
+
label?: string | undefined;
|
1072
|
+
labelPlacement: "inner";
|
1073
|
+
hasPlaceholder?: boolean | undefined;
|
1074
1074
|
} & {
|
1075
|
-
optional?: true | undefined;
|
1076
1075
|
required?: false | undefined;
|
1076
|
+
requiredPlacement?: undefined;
|
1077
|
+
optional?: boolean | undefined;
|
1077
1078
|
} & {
|
1078
1079
|
clear?: false | undefined;
|
1079
1080
|
hasDivider?: undefined;
|
@@ -1093,7 +1094,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1093
1094
|
onChangeChips?: undefined;
|
1094
1095
|
enumerationType?: "plain" | undefined;
|
1095
1096
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1096
|
-
chipType?: undefined;
|
1097
1097
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1098
1098
|
view: {
|
1099
1099
|
default: import("@linaria/core").LinariaClassName;
|
@@ -1132,9 +1132,153 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1132
1132
|
view?: string | undefined;
|
1133
1133
|
readOnly?: boolean | undefined;
|
1134
1134
|
disabled?: boolean | undefined;
|
1135
|
+
} & {
|
1136
|
+
titleCaption?: import("react").ReactNode;
|
1137
|
+
leftHelper?: string | undefined;
|
1138
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1139
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1140
|
+
textBefore?: string | undefined;
|
1141
|
+
textAfter?: string | undefined;
|
1142
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1143
|
+
} & {
|
1144
|
+
label?: string | undefined;
|
1145
|
+
labelPlacement: "inner";
|
1146
|
+
hasPlaceholder?: boolean | undefined;
|
1147
|
+
} & {
|
1148
|
+
required?: false | undefined;
|
1149
|
+
requiredPlacement?: undefined;
|
1150
|
+
optional?: boolean | undefined;
|
1151
|
+
} & {
|
1152
|
+
clear?: false | undefined;
|
1153
|
+
hasDivider?: undefined;
|
1154
|
+
} & {
|
1155
|
+
hintTrigger?: undefined;
|
1156
|
+
hintText?: undefined;
|
1157
|
+
hintView?: undefined;
|
1158
|
+
hintSize?: undefined;
|
1159
|
+
hintTargetIcon?: undefined;
|
1160
|
+
hintPlacement?: undefined;
|
1161
|
+
hintHasArrow?: undefined;
|
1162
|
+
hintOffset?: undefined;
|
1163
|
+
hintWidth?: undefined;
|
1164
|
+
hintContentLeft?: undefined;
|
1165
|
+
} & {
|
1166
|
+
enumerationType: "chip";
|
1167
|
+
onSearch?: undefined;
|
1168
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1169
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1170
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1171
|
+
view: {
|
1172
|
+
default: import("@linaria/core").LinariaClassName;
|
1173
|
+
positive: import("@linaria/core").LinariaClassName;
|
1174
|
+
warning: import("@linaria/core").LinariaClassName;
|
1175
|
+
negative: import("@linaria/core").LinariaClassName;
|
1176
|
+
};
|
1177
|
+
size: {
|
1178
|
+
l: import("@linaria/core").LinariaClassName;
|
1179
|
+
m: import("@linaria/core").LinariaClassName;
|
1180
|
+
s: import("@linaria/core").LinariaClassName;
|
1181
|
+
xs: import("@linaria/core").LinariaClassName;
|
1182
|
+
};
|
1183
|
+
labelPlacement: {
|
1184
|
+
inner: import("@linaria/core").LinariaClassName;
|
1185
|
+
outer: import("@linaria/core").LinariaClassName;
|
1186
|
+
};
|
1187
|
+
clear: {
|
1188
|
+
true: import("@linaria/core").LinariaClassName;
|
1189
|
+
};
|
1190
|
+
hintView: {
|
1191
|
+
default: import("@linaria/core").LinariaClassName;
|
1192
|
+
};
|
1193
|
+
hintSize: {
|
1194
|
+
m: import("@linaria/core").LinariaClassName;
|
1195
|
+
s: import("@linaria/core").LinariaClassName;
|
1196
|
+
};
|
1197
|
+
disabled: {
|
1198
|
+
true: import("@linaria/core").LinariaClassName;
|
1199
|
+
};
|
1200
|
+
readOnly: {
|
1201
|
+
true: import("@linaria/core").LinariaClassName;
|
1202
|
+
};
|
1203
|
+
}> & {
|
1204
|
+
size?: string | undefined;
|
1205
|
+
view?: string | undefined;
|
1206
|
+
readOnly?: boolean | undefined;
|
1207
|
+
disabled?: boolean | undefined;
|
1208
|
+
} & {
|
1209
|
+
titleCaption?: import("react").ReactNode;
|
1210
|
+
leftHelper?: string | undefined;
|
1211
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1212
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1213
|
+
textBefore?: string | undefined;
|
1214
|
+
textAfter?: string | undefined;
|
1215
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1135
1216
|
} & {
|
1136
1217
|
label?: string | undefined;
|
1137
|
-
labelPlacement?: "
|
1218
|
+
labelPlacement?: "outer" | undefined;
|
1219
|
+
hasPlaceholder?: undefined;
|
1220
|
+
} & {
|
1221
|
+
required: true;
|
1222
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1223
|
+
optional?: false | undefined;
|
1224
|
+
} & {
|
1225
|
+
clear?: boolean | undefined;
|
1226
|
+
hasDivider?: boolean | undefined;
|
1227
|
+
} & {
|
1228
|
+
hintText: string;
|
1229
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1230
|
+
hintView?: string | undefined;
|
1231
|
+
hintSize?: string | undefined;
|
1232
|
+
hintTargetIcon?: import("react").ReactNode;
|
1233
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1234
|
+
hintHasArrow?: boolean | undefined;
|
1235
|
+
hintOffset?: [number, number] | undefined;
|
1236
|
+
hintWidth?: string | undefined;
|
1237
|
+
hintContentLeft?: import("react").ReactNode;
|
1238
|
+
} & {
|
1239
|
+
chips?: undefined;
|
1240
|
+
onChangeChips?: undefined;
|
1241
|
+
enumerationType?: "plain" | undefined;
|
1242
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1243
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1244
|
+
view: {
|
1245
|
+
default: import("@linaria/core").LinariaClassName;
|
1246
|
+
positive: import("@linaria/core").LinariaClassName;
|
1247
|
+
warning: import("@linaria/core").LinariaClassName;
|
1248
|
+
negative: import("@linaria/core").LinariaClassName;
|
1249
|
+
};
|
1250
|
+
size: {
|
1251
|
+
l: import("@linaria/core").LinariaClassName;
|
1252
|
+
m: import("@linaria/core").LinariaClassName;
|
1253
|
+
s: import("@linaria/core").LinariaClassName;
|
1254
|
+
xs: import("@linaria/core").LinariaClassName;
|
1255
|
+
};
|
1256
|
+
labelPlacement: {
|
1257
|
+
inner: import("@linaria/core").LinariaClassName;
|
1258
|
+
outer: import("@linaria/core").LinariaClassName;
|
1259
|
+
};
|
1260
|
+
clear: {
|
1261
|
+
true: import("@linaria/core").LinariaClassName;
|
1262
|
+
};
|
1263
|
+
hintView: {
|
1264
|
+
default: import("@linaria/core").LinariaClassName;
|
1265
|
+
};
|
1266
|
+
hintSize: {
|
1267
|
+
m: import("@linaria/core").LinariaClassName;
|
1268
|
+
s: import("@linaria/core").LinariaClassName;
|
1269
|
+
};
|
1270
|
+
disabled: {
|
1271
|
+
true: import("@linaria/core").LinariaClassName;
|
1272
|
+
};
|
1273
|
+
readOnly: {
|
1274
|
+
true: import("@linaria/core").LinariaClassName;
|
1275
|
+
};
|
1276
|
+
}> & {
|
1277
|
+
size?: string | undefined;
|
1278
|
+
view?: string | undefined;
|
1279
|
+
readOnly?: boolean | undefined;
|
1280
|
+
disabled?: boolean | undefined;
|
1281
|
+
} & {
|
1138
1282
|
titleCaption?: import("react").ReactNode;
|
1139
1283
|
leftHelper?: string | undefined;
|
1140
1284
|
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
@@ -1143,10 +1287,1035 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1143
1287
|
textAfter?: string | undefined;
|
1144
1288
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1145
1289
|
} & {
|
1290
|
+
label?: string | undefined;
|
1291
|
+
labelPlacement?: "outer" | undefined;
|
1292
|
+
hasPlaceholder?: undefined;
|
1293
|
+
} & {
|
1294
|
+
required: true;
|
1146
1295
|
requiredPlacement?: "left" | "right" | undefined;
|
1296
|
+
optional?: false | undefined;
|
1297
|
+
} & {
|
1298
|
+
clear?: boolean | undefined;
|
1299
|
+
hasDivider?: boolean | undefined;
|
1300
|
+
} & {
|
1301
|
+
hintText: string;
|
1302
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1303
|
+
hintView?: string | undefined;
|
1304
|
+
hintSize?: string | undefined;
|
1305
|
+
hintTargetIcon?: import("react").ReactNode;
|
1306
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1307
|
+
hintHasArrow?: boolean | undefined;
|
1308
|
+
hintOffset?: [number, number] | undefined;
|
1309
|
+
hintWidth?: string | undefined;
|
1310
|
+
hintContentLeft?: import("react").ReactNode;
|
1311
|
+
} & {
|
1312
|
+
enumerationType: "chip";
|
1313
|
+
onSearch?: undefined;
|
1314
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1315
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1316
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1317
|
+
view: {
|
1318
|
+
default: import("@linaria/core").LinariaClassName;
|
1319
|
+
positive: import("@linaria/core").LinariaClassName;
|
1320
|
+
warning: import("@linaria/core").LinariaClassName;
|
1321
|
+
negative: import("@linaria/core").LinariaClassName;
|
1322
|
+
};
|
1323
|
+
size: {
|
1324
|
+
l: import("@linaria/core").LinariaClassName;
|
1325
|
+
m: import("@linaria/core").LinariaClassName;
|
1326
|
+
s: import("@linaria/core").LinariaClassName;
|
1327
|
+
xs: import("@linaria/core").LinariaClassName;
|
1328
|
+
};
|
1329
|
+
labelPlacement: {
|
1330
|
+
inner: import("@linaria/core").LinariaClassName;
|
1331
|
+
outer: import("@linaria/core").LinariaClassName;
|
1332
|
+
};
|
1333
|
+
clear: {
|
1334
|
+
true: import("@linaria/core").LinariaClassName;
|
1335
|
+
};
|
1336
|
+
hintView: {
|
1337
|
+
default: import("@linaria/core").LinariaClassName;
|
1338
|
+
};
|
1339
|
+
hintSize: {
|
1340
|
+
m: import("@linaria/core").LinariaClassName;
|
1341
|
+
s: import("@linaria/core").LinariaClassName;
|
1342
|
+
};
|
1343
|
+
disabled: {
|
1344
|
+
true: import("@linaria/core").LinariaClassName;
|
1345
|
+
};
|
1346
|
+
readOnly: {
|
1347
|
+
true: import("@linaria/core").LinariaClassName;
|
1348
|
+
};
|
1349
|
+
}> & {
|
1350
|
+
size?: string | undefined;
|
1351
|
+
view?: string | undefined;
|
1352
|
+
readOnly?: boolean | undefined;
|
1353
|
+
disabled?: boolean | undefined;
|
1354
|
+
} & {
|
1355
|
+
titleCaption?: import("react").ReactNode;
|
1356
|
+
leftHelper?: string | undefined;
|
1357
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1358
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1359
|
+
textBefore?: string | undefined;
|
1360
|
+
textAfter?: string | undefined;
|
1361
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1362
|
+
} & {
|
1363
|
+
label?: string | undefined;
|
1364
|
+
labelPlacement?: "outer" | undefined;
|
1365
|
+
hasPlaceholder?: undefined;
|
1366
|
+
} & {
|
1367
|
+
required: true;
|
1368
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1369
|
+
optional?: false | undefined;
|
1370
|
+
} & {
|
1371
|
+
clear?: boolean | undefined;
|
1372
|
+
hasDivider?: boolean | undefined;
|
1373
|
+
} & {
|
1374
|
+
hintTrigger?: undefined;
|
1375
|
+
hintText?: undefined;
|
1376
|
+
hintView?: undefined;
|
1377
|
+
hintSize?: undefined;
|
1378
|
+
hintTargetIcon?: undefined;
|
1379
|
+
hintPlacement?: undefined;
|
1380
|
+
hintHasArrow?: undefined;
|
1381
|
+
hintOffset?: undefined;
|
1382
|
+
hintWidth?: undefined;
|
1383
|
+
hintContentLeft?: undefined;
|
1384
|
+
} & {
|
1385
|
+
chips?: undefined;
|
1386
|
+
onChangeChips?: undefined;
|
1387
|
+
enumerationType?: "plain" | undefined;
|
1388
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1389
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1390
|
+
view: {
|
1391
|
+
default: import("@linaria/core").LinariaClassName;
|
1392
|
+
positive: import("@linaria/core").LinariaClassName;
|
1393
|
+
warning: import("@linaria/core").LinariaClassName;
|
1394
|
+
negative: import("@linaria/core").LinariaClassName;
|
1395
|
+
};
|
1396
|
+
size: {
|
1397
|
+
l: import("@linaria/core").LinariaClassName;
|
1398
|
+
m: import("@linaria/core").LinariaClassName;
|
1399
|
+
s: import("@linaria/core").LinariaClassName;
|
1400
|
+
xs: import("@linaria/core").LinariaClassName;
|
1401
|
+
};
|
1402
|
+
labelPlacement: {
|
1403
|
+
inner: import("@linaria/core").LinariaClassName;
|
1404
|
+
outer: import("@linaria/core").LinariaClassName;
|
1405
|
+
};
|
1406
|
+
clear: {
|
1407
|
+
true: import("@linaria/core").LinariaClassName;
|
1408
|
+
};
|
1409
|
+
hintView: {
|
1410
|
+
default: import("@linaria/core").LinariaClassName;
|
1411
|
+
};
|
1412
|
+
hintSize: {
|
1413
|
+
m: import("@linaria/core").LinariaClassName;
|
1414
|
+
s: import("@linaria/core").LinariaClassName;
|
1415
|
+
};
|
1416
|
+
disabled: {
|
1417
|
+
true: import("@linaria/core").LinariaClassName;
|
1418
|
+
};
|
1419
|
+
readOnly: {
|
1420
|
+
true: import("@linaria/core").LinariaClassName;
|
1421
|
+
};
|
1422
|
+
}> & {
|
1423
|
+
size?: string | undefined;
|
1424
|
+
view?: string | undefined;
|
1425
|
+
readOnly?: boolean | undefined;
|
1426
|
+
disabled?: boolean | undefined;
|
1427
|
+
} & {
|
1428
|
+
titleCaption?: import("react").ReactNode;
|
1429
|
+
leftHelper?: string | undefined;
|
1430
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1431
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1432
|
+
textBefore?: string | undefined;
|
1433
|
+
textAfter?: string | undefined;
|
1434
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1435
|
+
} & {
|
1436
|
+
label?: string | undefined;
|
1437
|
+
labelPlacement?: "outer" | undefined;
|
1438
|
+
hasPlaceholder?: undefined;
|
1439
|
+
} & {
|
1440
|
+
required: true;
|
1441
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1442
|
+
optional?: false | undefined;
|
1443
|
+
} & {
|
1444
|
+
clear?: boolean | undefined;
|
1445
|
+
hasDivider?: boolean | undefined;
|
1446
|
+
} & {
|
1447
|
+
hintTrigger?: undefined;
|
1448
|
+
hintText?: undefined;
|
1449
|
+
hintView?: undefined;
|
1450
|
+
hintSize?: undefined;
|
1451
|
+
hintTargetIcon?: undefined;
|
1452
|
+
hintPlacement?: undefined;
|
1453
|
+
hintHasArrow?: undefined;
|
1454
|
+
hintOffset?: undefined;
|
1455
|
+
hintWidth?: undefined;
|
1456
|
+
hintContentLeft?: undefined;
|
1457
|
+
} & {
|
1458
|
+
enumerationType: "chip";
|
1459
|
+
onSearch?: undefined;
|
1460
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1461
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1462
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1463
|
+
view: {
|
1464
|
+
default: import("@linaria/core").LinariaClassName;
|
1465
|
+
positive: import("@linaria/core").LinariaClassName;
|
1466
|
+
warning: import("@linaria/core").LinariaClassName;
|
1467
|
+
negative: import("@linaria/core").LinariaClassName;
|
1468
|
+
};
|
1469
|
+
size: {
|
1470
|
+
l: import("@linaria/core").LinariaClassName;
|
1471
|
+
m: import("@linaria/core").LinariaClassName;
|
1472
|
+
s: import("@linaria/core").LinariaClassName;
|
1473
|
+
xs: import("@linaria/core").LinariaClassName;
|
1474
|
+
};
|
1475
|
+
labelPlacement: {
|
1476
|
+
inner: import("@linaria/core").LinariaClassName;
|
1477
|
+
outer: import("@linaria/core").LinariaClassName;
|
1478
|
+
};
|
1479
|
+
clear: {
|
1480
|
+
true: import("@linaria/core").LinariaClassName;
|
1481
|
+
};
|
1482
|
+
hintView: {
|
1483
|
+
default: import("@linaria/core").LinariaClassName;
|
1484
|
+
};
|
1485
|
+
hintSize: {
|
1486
|
+
m: import("@linaria/core").LinariaClassName;
|
1487
|
+
s: import("@linaria/core").LinariaClassName;
|
1488
|
+
};
|
1489
|
+
disabled: {
|
1490
|
+
true: import("@linaria/core").LinariaClassName;
|
1491
|
+
};
|
1492
|
+
readOnly: {
|
1493
|
+
true: import("@linaria/core").LinariaClassName;
|
1494
|
+
};
|
1495
|
+
}> & {
|
1496
|
+
size?: string | undefined;
|
1497
|
+
view?: string | undefined;
|
1498
|
+
readOnly?: boolean | undefined;
|
1499
|
+
disabled?: boolean | undefined;
|
1500
|
+
} & {
|
1501
|
+
titleCaption?: import("react").ReactNode;
|
1502
|
+
leftHelper?: string | undefined;
|
1503
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1504
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1505
|
+
textBefore?: string | undefined;
|
1506
|
+
textAfter?: string | undefined;
|
1507
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1508
|
+
} & {
|
1509
|
+
label?: string | undefined;
|
1510
|
+
labelPlacement?: "outer" | undefined;
|
1511
|
+
hasPlaceholder?: undefined;
|
1512
|
+
} & {
|
1513
|
+
required: true;
|
1514
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1515
|
+
optional?: false | undefined;
|
1516
|
+
} & {
|
1517
|
+
clear?: false | undefined;
|
1518
|
+
hasDivider?: undefined;
|
1519
|
+
} & {
|
1520
|
+
hintText: string;
|
1521
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1522
|
+
hintView?: string | undefined;
|
1523
|
+
hintSize?: string | undefined;
|
1524
|
+
hintTargetIcon?: import("react").ReactNode;
|
1525
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1526
|
+
hintHasArrow?: boolean | undefined;
|
1527
|
+
hintOffset?: [number, number] | undefined;
|
1528
|
+
hintWidth?: string | undefined;
|
1529
|
+
hintContentLeft?: import("react").ReactNode;
|
1530
|
+
} & {
|
1531
|
+
chips?: undefined;
|
1532
|
+
onChangeChips?: undefined;
|
1533
|
+
enumerationType?: "plain" | undefined;
|
1534
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1535
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1536
|
+
view: {
|
1537
|
+
default: import("@linaria/core").LinariaClassName;
|
1538
|
+
positive: import("@linaria/core").LinariaClassName;
|
1539
|
+
warning: import("@linaria/core").LinariaClassName;
|
1540
|
+
negative: import("@linaria/core").LinariaClassName;
|
1541
|
+
};
|
1542
|
+
size: {
|
1543
|
+
l: import("@linaria/core").LinariaClassName;
|
1544
|
+
m: import("@linaria/core").LinariaClassName;
|
1545
|
+
s: import("@linaria/core").LinariaClassName;
|
1546
|
+
xs: import("@linaria/core").LinariaClassName;
|
1547
|
+
};
|
1548
|
+
labelPlacement: {
|
1549
|
+
inner: import("@linaria/core").LinariaClassName;
|
1550
|
+
outer: import("@linaria/core").LinariaClassName;
|
1551
|
+
};
|
1552
|
+
clear: {
|
1553
|
+
true: import("@linaria/core").LinariaClassName;
|
1554
|
+
};
|
1555
|
+
hintView: {
|
1556
|
+
default: import("@linaria/core").LinariaClassName;
|
1557
|
+
};
|
1558
|
+
hintSize: {
|
1559
|
+
m: import("@linaria/core").LinariaClassName;
|
1560
|
+
s: import("@linaria/core").LinariaClassName;
|
1561
|
+
};
|
1562
|
+
disabled: {
|
1563
|
+
true: import("@linaria/core").LinariaClassName;
|
1564
|
+
};
|
1565
|
+
readOnly: {
|
1566
|
+
true: import("@linaria/core").LinariaClassName;
|
1567
|
+
};
|
1568
|
+
}> & {
|
1569
|
+
size?: string | undefined;
|
1570
|
+
view?: string | undefined;
|
1571
|
+
readOnly?: boolean | undefined;
|
1572
|
+
disabled?: boolean | undefined;
|
1573
|
+
} & {
|
1574
|
+
titleCaption?: import("react").ReactNode;
|
1575
|
+
leftHelper?: string | undefined;
|
1576
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1577
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1578
|
+
textBefore?: string | undefined;
|
1579
|
+
textAfter?: string | undefined;
|
1580
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1581
|
+
} & {
|
1582
|
+
label?: string | undefined;
|
1583
|
+
labelPlacement?: "outer" | undefined;
|
1584
|
+
hasPlaceholder?: undefined;
|
1585
|
+
} & {
|
1586
|
+
required: true;
|
1587
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1588
|
+
optional?: false | undefined;
|
1589
|
+
} & {
|
1590
|
+
clear?: false | undefined;
|
1591
|
+
hasDivider?: undefined;
|
1592
|
+
} & {
|
1593
|
+
hintText: string;
|
1594
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1595
|
+
hintView?: string | undefined;
|
1596
|
+
hintSize?: string | undefined;
|
1597
|
+
hintTargetIcon?: import("react").ReactNode;
|
1598
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1599
|
+
hintHasArrow?: boolean | undefined;
|
1600
|
+
hintOffset?: [number, number] | undefined;
|
1601
|
+
hintWidth?: string | undefined;
|
1602
|
+
hintContentLeft?: import("react").ReactNode;
|
1603
|
+
} & {
|
1604
|
+
enumerationType: "chip";
|
1605
|
+
onSearch?: undefined;
|
1606
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1607
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1608
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1609
|
+
view: {
|
1610
|
+
default: import("@linaria/core").LinariaClassName;
|
1611
|
+
positive: import("@linaria/core").LinariaClassName;
|
1612
|
+
warning: import("@linaria/core").LinariaClassName;
|
1613
|
+
negative: import("@linaria/core").LinariaClassName;
|
1614
|
+
};
|
1615
|
+
size: {
|
1616
|
+
l: import("@linaria/core").LinariaClassName;
|
1617
|
+
m: import("@linaria/core").LinariaClassName;
|
1618
|
+
s: import("@linaria/core").LinariaClassName;
|
1619
|
+
xs: import("@linaria/core").LinariaClassName;
|
1620
|
+
};
|
1621
|
+
labelPlacement: {
|
1622
|
+
inner: import("@linaria/core").LinariaClassName;
|
1623
|
+
outer: import("@linaria/core").LinariaClassName;
|
1624
|
+
};
|
1625
|
+
clear: {
|
1626
|
+
true: import("@linaria/core").LinariaClassName;
|
1627
|
+
};
|
1628
|
+
hintView: {
|
1629
|
+
default: import("@linaria/core").LinariaClassName;
|
1630
|
+
};
|
1631
|
+
hintSize: {
|
1632
|
+
m: import("@linaria/core").LinariaClassName;
|
1633
|
+
s: import("@linaria/core").LinariaClassName;
|
1634
|
+
};
|
1635
|
+
disabled: {
|
1636
|
+
true: import("@linaria/core").LinariaClassName;
|
1637
|
+
};
|
1638
|
+
readOnly: {
|
1639
|
+
true: import("@linaria/core").LinariaClassName;
|
1640
|
+
};
|
1641
|
+
}> & {
|
1642
|
+
size?: string | undefined;
|
1643
|
+
view?: string | undefined;
|
1644
|
+
readOnly?: boolean | undefined;
|
1645
|
+
disabled?: boolean | undefined;
|
1646
|
+
} & {
|
1647
|
+
titleCaption?: import("react").ReactNode;
|
1648
|
+
leftHelper?: string | undefined;
|
1649
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1650
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1651
|
+
textBefore?: string | undefined;
|
1652
|
+
textAfter?: string | undefined;
|
1653
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1654
|
+
} & {
|
1655
|
+
label?: string | undefined;
|
1656
|
+
labelPlacement?: "outer" | undefined;
|
1657
|
+
hasPlaceholder?: undefined;
|
1658
|
+
} & {
|
1659
|
+
required: true;
|
1660
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1661
|
+
optional?: false | undefined;
|
1662
|
+
} & {
|
1663
|
+
clear?: false | undefined;
|
1664
|
+
hasDivider?: undefined;
|
1665
|
+
} & {
|
1666
|
+
hintTrigger?: undefined;
|
1667
|
+
hintText?: undefined;
|
1668
|
+
hintView?: undefined;
|
1669
|
+
hintSize?: undefined;
|
1670
|
+
hintTargetIcon?: undefined;
|
1671
|
+
hintPlacement?: undefined;
|
1672
|
+
hintHasArrow?: undefined;
|
1673
|
+
hintOffset?: undefined;
|
1674
|
+
hintWidth?: undefined;
|
1675
|
+
hintContentLeft?: undefined;
|
1676
|
+
} & {
|
1677
|
+
chips?: undefined;
|
1678
|
+
onChangeChips?: undefined;
|
1679
|
+
enumerationType?: "plain" | undefined;
|
1680
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1681
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1682
|
+
view: {
|
1683
|
+
default: import("@linaria/core").LinariaClassName;
|
1684
|
+
positive: import("@linaria/core").LinariaClassName;
|
1685
|
+
warning: import("@linaria/core").LinariaClassName;
|
1686
|
+
negative: import("@linaria/core").LinariaClassName;
|
1687
|
+
};
|
1688
|
+
size: {
|
1689
|
+
l: import("@linaria/core").LinariaClassName;
|
1690
|
+
m: import("@linaria/core").LinariaClassName;
|
1691
|
+
s: import("@linaria/core").LinariaClassName;
|
1692
|
+
xs: import("@linaria/core").LinariaClassName;
|
1693
|
+
};
|
1694
|
+
labelPlacement: {
|
1695
|
+
inner: import("@linaria/core").LinariaClassName;
|
1696
|
+
outer: import("@linaria/core").LinariaClassName;
|
1697
|
+
};
|
1698
|
+
clear: {
|
1699
|
+
true: import("@linaria/core").LinariaClassName;
|
1700
|
+
};
|
1701
|
+
hintView: {
|
1702
|
+
default: import("@linaria/core").LinariaClassName;
|
1703
|
+
};
|
1704
|
+
hintSize: {
|
1705
|
+
m: import("@linaria/core").LinariaClassName;
|
1706
|
+
s: import("@linaria/core").LinariaClassName;
|
1707
|
+
};
|
1708
|
+
disabled: {
|
1709
|
+
true: import("@linaria/core").LinariaClassName;
|
1710
|
+
};
|
1711
|
+
readOnly: {
|
1712
|
+
true: import("@linaria/core").LinariaClassName;
|
1713
|
+
};
|
1714
|
+
}> & {
|
1715
|
+
size?: string | undefined;
|
1716
|
+
view?: string | undefined;
|
1717
|
+
readOnly?: boolean | undefined;
|
1718
|
+
disabled?: boolean | undefined;
|
1719
|
+
} & {
|
1720
|
+
titleCaption?: import("react").ReactNode;
|
1721
|
+
leftHelper?: string | undefined;
|
1722
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1723
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1724
|
+
textBefore?: string | undefined;
|
1725
|
+
textAfter?: string | undefined;
|
1726
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1727
|
+
} & {
|
1728
|
+
label?: string | undefined;
|
1729
|
+
labelPlacement?: "outer" | undefined;
|
1730
|
+
hasPlaceholder?: undefined;
|
1731
|
+
} & {
|
1732
|
+
required: true;
|
1733
|
+
requiredPlacement?: "left" | "right" | undefined;
|
1734
|
+
optional?: false | undefined;
|
1735
|
+
} & {
|
1736
|
+
clear?: false | undefined;
|
1737
|
+
hasDivider?: undefined;
|
1738
|
+
} & {
|
1739
|
+
hintTrigger?: undefined;
|
1740
|
+
hintText?: undefined;
|
1741
|
+
hintView?: undefined;
|
1742
|
+
hintSize?: undefined;
|
1743
|
+
hintTargetIcon?: undefined;
|
1744
|
+
hintPlacement?: undefined;
|
1745
|
+
hintHasArrow?: undefined;
|
1746
|
+
hintOffset?: undefined;
|
1747
|
+
hintWidth?: undefined;
|
1748
|
+
hintContentLeft?: undefined;
|
1749
|
+
} & {
|
1750
|
+
enumerationType: "chip";
|
1751
|
+
onSearch?: undefined;
|
1752
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1753
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1754
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1755
|
+
view: {
|
1756
|
+
default: import("@linaria/core").LinariaClassName;
|
1757
|
+
positive: import("@linaria/core").LinariaClassName;
|
1758
|
+
warning: import("@linaria/core").LinariaClassName;
|
1759
|
+
negative: import("@linaria/core").LinariaClassName;
|
1760
|
+
};
|
1761
|
+
size: {
|
1762
|
+
l: import("@linaria/core").LinariaClassName;
|
1763
|
+
m: import("@linaria/core").LinariaClassName;
|
1764
|
+
s: import("@linaria/core").LinariaClassName;
|
1765
|
+
xs: import("@linaria/core").LinariaClassName;
|
1766
|
+
};
|
1767
|
+
labelPlacement: {
|
1768
|
+
inner: import("@linaria/core").LinariaClassName;
|
1769
|
+
outer: import("@linaria/core").LinariaClassName;
|
1770
|
+
};
|
1771
|
+
clear: {
|
1772
|
+
true: import("@linaria/core").LinariaClassName;
|
1773
|
+
};
|
1774
|
+
hintView: {
|
1775
|
+
default: import("@linaria/core").LinariaClassName;
|
1776
|
+
};
|
1777
|
+
hintSize: {
|
1778
|
+
m: import("@linaria/core").LinariaClassName;
|
1779
|
+
s: import("@linaria/core").LinariaClassName;
|
1780
|
+
};
|
1781
|
+
disabled: {
|
1782
|
+
true: import("@linaria/core").LinariaClassName;
|
1783
|
+
};
|
1784
|
+
readOnly: {
|
1785
|
+
true: import("@linaria/core").LinariaClassName;
|
1786
|
+
};
|
1787
|
+
}> & {
|
1788
|
+
size?: string | undefined;
|
1789
|
+
view?: string | undefined;
|
1790
|
+
readOnly?: boolean | undefined;
|
1791
|
+
disabled?: boolean | undefined;
|
1792
|
+
} & {
|
1793
|
+
titleCaption?: import("react").ReactNode;
|
1794
|
+
leftHelper?: string | undefined;
|
1795
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1796
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1797
|
+
textBefore?: string | undefined;
|
1798
|
+
textAfter?: string | undefined;
|
1799
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1800
|
+
} & {
|
1801
|
+
label?: string | undefined;
|
1802
|
+
labelPlacement?: "outer" | undefined;
|
1803
|
+
hasPlaceholder?: undefined;
|
1804
|
+
} & {
|
1805
|
+
required?: false | undefined;
|
1806
|
+
requiredPlacement?: undefined;
|
1807
|
+
optional?: boolean | undefined;
|
1808
|
+
} & {
|
1809
|
+
clear?: boolean | undefined;
|
1810
|
+
hasDivider?: boolean | undefined;
|
1811
|
+
} & {
|
1812
|
+
hintText: string;
|
1813
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1814
|
+
hintView?: string | undefined;
|
1815
|
+
hintSize?: string | undefined;
|
1816
|
+
hintTargetIcon?: import("react").ReactNode;
|
1817
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1818
|
+
hintHasArrow?: boolean | undefined;
|
1819
|
+
hintOffset?: [number, number] | undefined;
|
1820
|
+
hintWidth?: string | undefined;
|
1821
|
+
hintContentLeft?: import("react").ReactNode;
|
1822
|
+
} & {
|
1823
|
+
chips?: undefined;
|
1824
|
+
onChangeChips?: undefined;
|
1825
|
+
enumerationType?: "plain" | undefined;
|
1826
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1827
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1828
|
+
view: {
|
1829
|
+
default: import("@linaria/core").LinariaClassName;
|
1830
|
+
positive: import("@linaria/core").LinariaClassName;
|
1831
|
+
warning: import("@linaria/core").LinariaClassName;
|
1832
|
+
negative: import("@linaria/core").LinariaClassName;
|
1833
|
+
};
|
1834
|
+
size: {
|
1835
|
+
l: import("@linaria/core").LinariaClassName;
|
1836
|
+
m: import("@linaria/core").LinariaClassName;
|
1837
|
+
s: import("@linaria/core").LinariaClassName;
|
1838
|
+
xs: import("@linaria/core").LinariaClassName;
|
1839
|
+
};
|
1840
|
+
labelPlacement: {
|
1841
|
+
inner: import("@linaria/core").LinariaClassName;
|
1842
|
+
outer: import("@linaria/core").LinariaClassName;
|
1843
|
+
};
|
1844
|
+
clear: {
|
1845
|
+
true: import("@linaria/core").LinariaClassName;
|
1846
|
+
};
|
1847
|
+
hintView: {
|
1848
|
+
default: import("@linaria/core").LinariaClassName;
|
1849
|
+
};
|
1850
|
+
hintSize: {
|
1851
|
+
m: import("@linaria/core").LinariaClassName;
|
1852
|
+
s: import("@linaria/core").LinariaClassName;
|
1853
|
+
};
|
1854
|
+
disabled: {
|
1855
|
+
true: import("@linaria/core").LinariaClassName;
|
1856
|
+
};
|
1857
|
+
readOnly: {
|
1858
|
+
true: import("@linaria/core").LinariaClassName;
|
1859
|
+
};
|
1860
|
+
}> & {
|
1861
|
+
size?: string | undefined;
|
1862
|
+
view?: string | undefined;
|
1863
|
+
readOnly?: boolean | undefined;
|
1864
|
+
disabled?: boolean | undefined;
|
1865
|
+
} & {
|
1866
|
+
titleCaption?: import("react").ReactNode;
|
1867
|
+
leftHelper?: string | undefined;
|
1868
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1869
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1870
|
+
textBefore?: string | undefined;
|
1871
|
+
textAfter?: string | undefined;
|
1872
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1873
|
+
} & {
|
1874
|
+
label?: string | undefined;
|
1875
|
+
labelPlacement?: "outer" | undefined;
|
1876
|
+
hasPlaceholder?: undefined;
|
1877
|
+
} & {
|
1878
|
+
required?: false | undefined;
|
1879
|
+
requiredPlacement?: undefined;
|
1880
|
+
optional?: boolean | undefined;
|
1881
|
+
} & {
|
1882
|
+
clear?: boolean | undefined;
|
1883
|
+
hasDivider?: boolean | undefined;
|
1884
|
+
} & {
|
1885
|
+
hintText: string;
|
1886
|
+
hintTrigger?: "click" | "hover" | undefined;
|
1887
|
+
hintView?: string | undefined;
|
1888
|
+
hintSize?: string | undefined;
|
1889
|
+
hintTargetIcon?: import("react").ReactNode;
|
1890
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
1891
|
+
hintHasArrow?: boolean | undefined;
|
1892
|
+
hintOffset?: [number, number] | undefined;
|
1893
|
+
hintWidth?: string | undefined;
|
1894
|
+
hintContentLeft?: import("react").ReactNode;
|
1895
|
+
} & {
|
1896
|
+
enumerationType: "chip";
|
1897
|
+
onSearch?: undefined;
|
1898
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1899
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1900
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1901
|
+
view: {
|
1902
|
+
default: import("@linaria/core").LinariaClassName;
|
1903
|
+
positive: import("@linaria/core").LinariaClassName;
|
1904
|
+
warning: import("@linaria/core").LinariaClassName;
|
1905
|
+
negative: import("@linaria/core").LinariaClassName;
|
1906
|
+
};
|
1907
|
+
size: {
|
1908
|
+
l: import("@linaria/core").LinariaClassName;
|
1909
|
+
m: import("@linaria/core").LinariaClassName;
|
1910
|
+
s: import("@linaria/core").LinariaClassName;
|
1911
|
+
xs: import("@linaria/core").LinariaClassName;
|
1912
|
+
};
|
1913
|
+
labelPlacement: {
|
1914
|
+
inner: import("@linaria/core").LinariaClassName;
|
1915
|
+
outer: import("@linaria/core").LinariaClassName;
|
1916
|
+
};
|
1917
|
+
clear: {
|
1918
|
+
true: import("@linaria/core").LinariaClassName;
|
1919
|
+
};
|
1920
|
+
hintView: {
|
1921
|
+
default: import("@linaria/core").LinariaClassName;
|
1922
|
+
};
|
1923
|
+
hintSize: {
|
1924
|
+
m: import("@linaria/core").LinariaClassName;
|
1925
|
+
s: import("@linaria/core").LinariaClassName;
|
1926
|
+
};
|
1927
|
+
disabled: {
|
1928
|
+
true: import("@linaria/core").LinariaClassName;
|
1929
|
+
};
|
1930
|
+
readOnly: {
|
1931
|
+
true: import("@linaria/core").LinariaClassName;
|
1932
|
+
};
|
1933
|
+
}> & {
|
1934
|
+
size?: string | undefined;
|
1935
|
+
view?: string | undefined;
|
1936
|
+
readOnly?: boolean | undefined;
|
1937
|
+
disabled?: boolean | undefined;
|
1938
|
+
} & {
|
1939
|
+
titleCaption?: import("react").ReactNode;
|
1940
|
+
leftHelper?: string | undefined;
|
1941
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1942
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
1943
|
+
textBefore?: string | undefined;
|
1944
|
+
textAfter?: string | undefined;
|
1945
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1946
|
+
} & {
|
1947
|
+
label?: string | undefined;
|
1948
|
+
labelPlacement?: "outer" | undefined;
|
1949
|
+
hasPlaceholder?: undefined;
|
1950
|
+
} & {
|
1951
|
+
required?: false | undefined;
|
1952
|
+
requiredPlacement?: undefined;
|
1953
|
+
optional?: boolean | undefined;
|
1954
|
+
} & {
|
1955
|
+
clear?: boolean | undefined;
|
1956
|
+
hasDivider?: boolean | undefined;
|
1957
|
+
} & {
|
1958
|
+
hintTrigger?: undefined;
|
1959
|
+
hintText?: undefined;
|
1960
|
+
hintView?: undefined;
|
1961
|
+
hintSize?: undefined;
|
1962
|
+
hintTargetIcon?: undefined;
|
1963
|
+
hintPlacement?: undefined;
|
1964
|
+
hintHasArrow?: undefined;
|
1965
|
+
hintOffset?: undefined;
|
1966
|
+
hintWidth?: undefined;
|
1967
|
+
hintContentLeft?: undefined;
|
1968
|
+
} & {
|
1969
|
+
chips?: undefined;
|
1970
|
+
onChangeChips?: undefined;
|
1971
|
+
enumerationType?: "plain" | undefined;
|
1972
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
1973
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
1974
|
+
view: {
|
1975
|
+
default: import("@linaria/core").LinariaClassName;
|
1976
|
+
positive: import("@linaria/core").LinariaClassName;
|
1977
|
+
warning: import("@linaria/core").LinariaClassName;
|
1978
|
+
negative: import("@linaria/core").LinariaClassName;
|
1979
|
+
};
|
1980
|
+
size: {
|
1981
|
+
l: import("@linaria/core").LinariaClassName;
|
1982
|
+
m: import("@linaria/core").LinariaClassName;
|
1983
|
+
s: import("@linaria/core").LinariaClassName;
|
1984
|
+
xs: import("@linaria/core").LinariaClassName;
|
1985
|
+
};
|
1986
|
+
labelPlacement: {
|
1987
|
+
inner: import("@linaria/core").LinariaClassName;
|
1988
|
+
outer: import("@linaria/core").LinariaClassName;
|
1989
|
+
};
|
1990
|
+
clear: {
|
1991
|
+
true: import("@linaria/core").LinariaClassName;
|
1992
|
+
};
|
1993
|
+
hintView: {
|
1994
|
+
default: import("@linaria/core").LinariaClassName;
|
1995
|
+
};
|
1996
|
+
hintSize: {
|
1997
|
+
m: import("@linaria/core").LinariaClassName;
|
1998
|
+
s: import("@linaria/core").LinariaClassName;
|
1999
|
+
};
|
2000
|
+
disabled: {
|
2001
|
+
true: import("@linaria/core").LinariaClassName;
|
2002
|
+
};
|
2003
|
+
readOnly: {
|
2004
|
+
true: import("@linaria/core").LinariaClassName;
|
2005
|
+
};
|
2006
|
+
}> & {
|
2007
|
+
size?: string | undefined;
|
2008
|
+
view?: string | undefined;
|
2009
|
+
readOnly?: boolean | undefined;
|
2010
|
+
disabled?: boolean | undefined;
|
2011
|
+
} & {
|
2012
|
+
titleCaption?: import("react").ReactNode;
|
2013
|
+
leftHelper?: string | undefined;
|
2014
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2015
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2016
|
+
textBefore?: string | undefined;
|
2017
|
+
textAfter?: string | undefined;
|
2018
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2019
|
+
} & {
|
2020
|
+
label?: string | undefined;
|
2021
|
+
labelPlacement?: "outer" | undefined;
|
2022
|
+
hasPlaceholder?: undefined;
|
2023
|
+
} & {
|
2024
|
+
required?: false | undefined;
|
2025
|
+
requiredPlacement?: undefined;
|
2026
|
+
optional?: boolean | undefined;
|
2027
|
+
} & {
|
2028
|
+
clear?: boolean | undefined;
|
2029
|
+
hasDivider?: boolean | undefined;
|
2030
|
+
} & {
|
2031
|
+
hintTrigger?: undefined;
|
2032
|
+
hintText?: undefined;
|
2033
|
+
hintView?: undefined;
|
2034
|
+
hintSize?: undefined;
|
2035
|
+
hintTargetIcon?: undefined;
|
2036
|
+
hintPlacement?: undefined;
|
2037
|
+
hintHasArrow?: undefined;
|
2038
|
+
hintOffset?: undefined;
|
2039
|
+
hintWidth?: undefined;
|
2040
|
+
hintContentLeft?: undefined;
|
2041
|
+
} & {
|
2042
|
+
enumerationType: "chip";
|
2043
|
+
onSearch?: undefined;
|
2044
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2045
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2046
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2047
|
+
view: {
|
2048
|
+
default: import("@linaria/core").LinariaClassName;
|
2049
|
+
positive: import("@linaria/core").LinariaClassName;
|
2050
|
+
warning: import("@linaria/core").LinariaClassName;
|
2051
|
+
negative: import("@linaria/core").LinariaClassName;
|
2052
|
+
};
|
2053
|
+
size: {
|
2054
|
+
l: import("@linaria/core").LinariaClassName;
|
2055
|
+
m: import("@linaria/core").LinariaClassName;
|
2056
|
+
s: import("@linaria/core").LinariaClassName;
|
2057
|
+
xs: import("@linaria/core").LinariaClassName;
|
2058
|
+
};
|
2059
|
+
labelPlacement: {
|
2060
|
+
inner: import("@linaria/core").LinariaClassName;
|
2061
|
+
outer: import("@linaria/core").LinariaClassName;
|
2062
|
+
};
|
2063
|
+
clear: {
|
2064
|
+
true: import("@linaria/core").LinariaClassName;
|
2065
|
+
};
|
2066
|
+
hintView: {
|
2067
|
+
default: import("@linaria/core").LinariaClassName;
|
2068
|
+
};
|
2069
|
+
hintSize: {
|
2070
|
+
m: import("@linaria/core").LinariaClassName;
|
2071
|
+
s: import("@linaria/core").LinariaClassName;
|
2072
|
+
};
|
2073
|
+
disabled: {
|
2074
|
+
true: import("@linaria/core").LinariaClassName;
|
2075
|
+
};
|
2076
|
+
readOnly: {
|
2077
|
+
true: import("@linaria/core").LinariaClassName;
|
2078
|
+
};
|
2079
|
+
}> & {
|
2080
|
+
size?: string | undefined;
|
2081
|
+
view?: string | undefined;
|
2082
|
+
readOnly?: boolean | undefined;
|
2083
|
+
disabled?: boolean | undefined;
|
2084
|
+
} & {
|
2085
|
+
titleCaption?: import("react").ReactNode;
|
2086
|
+
leftHelper?: string | undefined;
|
2087
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2088
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2089
|
+
textBefore?: string | undefined;
|
2090
|
+
textAfter?: string | undefined;
|
2091
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2092
|
+
} & {
|
2093
|
+
label?: string | undefined;
|
2094
|
+
labelPlacement?: "outer" | undefined;
|
2095
|
+
hasPlaceholder?: undefined;
|
2096
|
+
} & {
|
2097
|
+
required?: false | undefined;
|
2098
|
+
requiredPlacement?: undefined;
|
2099
|
+
optional?: boolean | undefined;
|
2100
|
+
} & {
|
2101
|
+
clear?: false | undefined;
|
2102
|
+
hasDivider?: undefined;
|
2103
|
+
} & {
|
2104
|
+
hintText: string;
|
2105
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2106
|
+
hintView?: string | undefined;
|
2107
|
+
hintSize?: string | undefined;
|
2108
|
+
hintTargetIcon?: import("react").ReactNode;
|
2109
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2110
|
+
hintHasArrow?: boolean | undefined;
|
2111
|
+
hintOffset?: [number, number] | undefined;
|
2112
|
+
hintWidth?: string | undefined;
|
2113
|
+
hintContentLeft?: import("react").ReactNode;
|
2114
|
+
} & {
|
2115
|
+
chips?: undefined;
|
2116
|
+
onChangeChips?: undefined;
|
2117
|
+
enumerationType?: "plain" | undefined;
|
2118
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2119
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2120
|
+
view: {
|
2121
|
+
default: import("@linaria/core").LinariaClassName;
|
2122
|
+
positive: import("@linaria/core").LinariaClassName;
|
2123
|
+
warning: import("@linaria/core").LinariaClassName;
|
2124
|
+
negative: import("@linaria/core").LinariaClassName;
|
2125
|
+
};
|
2126
|
+
size: {
|
2127
|
+
l: import("@linaria/core").LinariaClassName;
|
2128
|
+
m: import("@linaria/core").LinariaClassName;
|
2129
|
+
s: import("@linaria/core").LinariaClassName;
|
2130
|
+
xs: import("@linaria/core").LinariaClassName;
|
2131
|
+
};
|
2132
|
+
labelPlacement: {
|
2133
|
+
inner: import("@linaria/core").LinariaClassName;
|
2134
|
+
outer: import("@linaria/core").LinariaClassName;
|
2135
|
+
};
|
2136
|
+
clear: {
|
2137
|
+
true: import("@linaria/core").LinariaClassName;
|
2138
|
+
};
|
2139
|
+
hintView: {
|
2140
|
+
default: import("@linaria/core").LinariaClassName;
|
2141
|
+
};
|
2142
|
+
hintSize: {
|
2143
|
+
m: import("@linaria/core").LinariaClassName;
|
2144
|
+
s: import("@linaria/core").LinariaClassName;
|
2145
|
+
};
|
2146
|
+
disabled: {
|
2147
|
+
true: import("@linaria/core").LinariaClassName;
|
2148
|
+
};
|
2149
|
+
readOnly: {
|
2150
|
+
true: import("@linaria/core").LinariaClassName;
|
2151
|
+
};
|
2152
|
+
}> & {
|
2153
|
+
size?: string | undefined;
|
2154
|
+
view?: string | undefined;
|
2155
|
+
readOnly?: boolean | undefined;
|
2156
|
+
disabled?: boolean | undefined;
|
2157
|
+
} & {
|
2158
|
+
titleCaption?: import("react").ReactNode;
|
2159
|
+
leftHelper?: string | undefined;
|
2160
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2161
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2162
|
+
textBefore?: string | undefined;
|
2163
|
+
textAfter?: string | undefined;
|
2164
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2165
|
+
} & {
|
2166
|
+
label?: string | undefined;
|
2167
|
+
labelPlacement?: "outer" | undefined;
|
2168
|
+
hasPlaceholder?: undefined;
|
2169
|
+
} & {
|
2170
|
+
required?: false | undefined;
|
2171
|
+
requiredPlacement?: undefined;
|
2172
|
+
optional?: boolean | undefined;
|
2173
|
+
} & {
|
2174
|
+
clear?: false | undefined;
|
2175
|
+
hasDivider?: undefined;
|
2176
|
+
} & {
|
2177
|
+
hintText: string;
|
2178
|
+
hintTrigger?: "click" | "hover" | undefined;
|
2179
|
+
hintView?: string | undefined;
|
2180
|
+
hintSize?: string | undefined;
|
2181
|
+
hintTargetIcon?: import("react").ReactNode;
|
2182
|
+
hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
|
2183
|
+
hintHasArrow?: boolean | undefined;
|
2184
|
+
hintOffset?: [number, number] | undefined;
|
2185
|
+
hintWidth?: string | undefined;
|
2186
|
+
hintContentLeft?: import("react").ReactNode;
|
2187
|
+
} & {
|
2188
|
+
enumerationType: "chip";
|
2189
|
+
onSearch?: undefined;
|
2190
|
+
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
2191
|
+
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
2192
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2193
|
+
view: {
|
2194
|
+
default: import("@linaria/core").LinariaClassName;
|
2195
|
+
positive: import("@linaria/core").LinariaClassName;
|
2196
|
+
warning: import("@linaria/core").LinariaClassName;
|
2197
|
+
negative: import("@linaria/core").LinariaClassName;
|
2198
|
+
};
|
2199
|
+
size: {
|
2200
|
+
l: import("@linaria/core").LinariaClassName;
|
2201
|
+
m: import("@linaria/core").LinariaClassName;
|
2202
|
+
s: import("@linaria/core").LinariaClassName;
|
2203
|
+
xs: import("@linaria/core").LinariaClassName;
|
2204
|
+
};
|
2205
|
+
labelPlacement: {
|
2206
|
+
inner: import("@linaria/core").LinariaClassName;
|
2207
|
+
outer: import("@linaria/core").LinariaClassName;
|
2208
|
+
};
|
2209
|
+
clear: {
|
2210
|
+
true: import("@linaria/core").LinariaClassName;
|
2211
|
+
};
|
2212
|
+
hintView: {
|
2213
|
+
default: import("@linaria/core").LinariaClassName;
|
2214
|
+
};
|
2215
|
+
hintSize: {
|
2216
|
+
m: import("@linaria/core").LinariaClassName;
|
2217
|
+
s: import("@linaria/core").LinariaClassName;
|
2218
|
+
};
|
2219
|
+
disabled: {
|
2220
|
+
true: import("@linaria/core").LinariaClassName;
|
2221
|
+
};
|
2222
|
+
readOnly: {
|
2223
|
+
true: import("@linaria/core").LinariaClassName;
|
2224
|
+
};
|
2225
|
+
}> & {
|
2226
|
+
size?: string | undefined;
|
2227
|
+
view?: string | undefined;
|
2228
|
+
readOnly?: boolean | undefined;
|
2229
|
+
disabled?: boolean | undefined;
|
2230
|
+
} & {
|
2231
|
+
titleCaption?: import("react").ReactNode;
|
2232
|
+
leftHelper?: string | undefined;
|
2233
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2234
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2235
|
+
textBefore?: string | undefined;
|
2236
|
+
textAfter?: string | undefined;
|
2237
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2238
|
+
} & {
|
2239
|
+
label?: string | undefined;
|
2240
|
+
labelPlacement?: "outer" | undefined;
|
2241
|
+
hasPlaceholder?: undefined;
|
2242
|
+
} & {
|
2243
|
+
required?: false | undefined;
|
2244
|
+
requiredPlacement?: undefined;
|
2245
|
+
optional?: boolean | undefined;
|
2246
|
+
} & {
|
2247
|
+
clear?: false | undefined;
|
2248
|
+
hasDivider?: undefined;
|
2249
|
+
} & {
|
2250
|
+
hintTrigger?: undefined;
|
2251
|
+
hintText?: undefined;
|
2252
|
+
hintView?: undefined;
|
2253
|
+
hintSize?: undefined;
|
2254
|
+
hintTargetIcon?: undefined;
|
2255
|
+
hintPlacement?: undefined;
|
2256
|
+
hintHasArrow?: undefined;
|
2257
|
+
hintOffset?: undefined;
|
2258
|
+
hintWidth?: undefined;
|
2259
|
+
hintContentLeft?: undefined;
|
2260
|
+
} & {
|
2261
|
+
chips?: undefined;
|
2262
|
+
onChangeChips?: undefined;
|
2263
|
+
enumerationType?: "plain" | undefined;
|
2264
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2265
|
+
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../../engines/types").PropsType<{
|
2266
|
+
view: {
|
2267
|
+
default: import("@linaria/core").LinariaClassName;
|
2268
|
+
positive: import("@linaria/core").LinariaClassName;
|
2269
|
+
warning: import("@linaria/core").LinariaClassName;
|
2270
|
+
negative: import("@linaria/core").LinariaClassName;
|
2271
|
+
};
|
2272
|
+
size: {
|
2273
|
+
l: import("@linaria/core").LinariaClassName;
|
2274
|
+
m: import("@linaria/core").LinariaClassName;
|
2275
|
+
s: import("@linaria/core").LinariaClassName;
|
2276
|
+
xs: import("@linaria/core").LinariaClassName;
|
2277
|
+
};
|
2278
|
+
labelPlacement: {
|
2279
|
+
inner: import("@linaria/core").LinariaClassName;
|
2280
|
+
outer: import("@linaria/core").LinariaClassName;
|
2281
|
+
};
|
2282
|
+
clear: {
|
2283
|
+
true: import("@linaria/core").LinariaClassName;
|
2284
|
+
};
|
2285
|
+
hintView: {
|
2286
|
+
default: import("@linaria/core").LinariaClassName;
|
2287
|
+
};
|
2288
|
+
hintSize: {
|
2289
|
+
m: import("@linaria/core").LinariaClassName;
|
2290
|
+
s: import("@linaria/core").LinariaClassName;
|
2291
|
+
};
|
2292
|
+
disabled: {
|
2293
|
+
true: import("@linaria/core").LinariaClassName;
|
2294
|
+
};
|
2295
|
+
readOnly: {
|
2296
|
+
true: import("@linaria/core").LinariaClassName;
|
2297
|
+
};
|
2298
|
+
}> & {
|
2299
|
+
size?: string | undefined;
|
2300
|
+
view?: string | undefined;
|
2301
|
+
readOnly?: boolean | undefined;
|
2302
|
+
disabled?: boolean | undefined;
|
2303
|
+
} & {
|
2304
|
+
titleCaption?: import("react").ReactNode;
|
2305
|
+
leftHelper?: string | undefined;
|
2306
|
+
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2307
|
+
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
2308
|
+
textBefore?: string | undefined;
|
2309
|
+
textAfter?: string | undefined;
|
2310
|
+
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
2311
|
+
} & {
|
2312
|
+
label?: string | undefined;
|
2313
|
+
labelPlacement?: "outer" | undefined;
|
2314
|
+
hasPlaceholder?: undefined;
|
1147
2315
|
} & {
|
1148
|
-
optional?: true | undefined;
|
1149
2316
|
required?: false | undefined;
|
2317
|
+
requiredPlacement?: undefined;
|
2318
|
+
optional?: boolean | undefined;
|
1150
2319
|
} & {
|
1151
2320
|
clear?: false | undefined;
|
1152
2321
|
hasDivider?: undefined;
|
@@ -1166,6 +2335,5 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
1166
2335
|
onSearch?: undefined;
|
1167
2336
|
chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
1168
2337
|
onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
1169
|
-
chipType?: "text" | "default" | undefined;
|
1170
2338
|
} & Omit<import("../../../..").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement> & import("../../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
1171
2339
|
//# sourceMappingURL=Mask.d.ts.map
|