@salutejs/plasma-new-hope 0.343.0-canary.2370.19885960439.0 → 0.343.0-canary.2371.19919666002.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/Autocomplete/Autocomplete.css +26 -28
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +26 -28
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +26 -28
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +26 -28
- package/cjs/components/DateTimePicker/DateTimePicker.css +26 -28
- package/cjs/components/DateTimePicker/ui/Input/Input.css +26 -28
- package/cjs/components/Pagination/Pagination.css +35 -37
- package/cjs/components/Pagination/Pagination.styles.js +7 -7
- package/cjs/components/Pagination/Pagination.styles.js.map +1 -1
- package/cjs/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
- package/cjs/components/Range/Range.css +26 -28
- package/cjs/components/Select/Select.css +26 -28
- package/cjs/components/Select/ui/Target/Target.css +26 -28
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
- package/cjs/components/Slider/Slider.css +26 -28
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
- package/cjs/components/Table/Table.css +26 -28
- package/cjs/components/Table/ui/Cell/Cell.css +26 -28
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +26 -28
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +26 -28
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
- package/cjs/components/TextField/TextField.js +16 -23
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +8 -18
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +21 -21
- package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
- 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_1s0mlhj.css → base_o4xjq1.css} +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
- package/cjs/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
- package/cjs/components/TextField/variations/_view/base.js +1 -1
- package/cjs/components/TextField/variations/_view/base.js.map +1 -1
- package/cjs/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
- package/cjs/components/TimePicker/TimePicker.css +30 -32
- package/cjs/components/TimePicker/TimePicker.js +3 -2
- package/cjs/components/TimePicker/TimePicker.js.map +1 -1
- package/cjs/components/TimePicker/TimePicker.styles.js +1 -1
- package/cjs/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/cjs/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
- package/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
- package/cjs/components/TimePicker/TimePicker.tokens.js.map +1 -1
- package/cjs/index.css +39 -41
- package/cjs/utils/createConditionalComponent.js +8 -4
- package/cjs/utils/createConditionalComponent.js.map +1 -1
- package/emotion/cjs/components/Pagination/Pagination.styles.js +18 -18
- package/emotion/cjs/components/TextField/TextField.js +17 -24
- package/emotion/cjs/components/TextField/TextField.styles.js +46 -49
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
- package/emotion/cjs/components/TimePicker/TimePicker.js +4 -2
- package/emotion/cjs/components/TimePicker/TimePicker.styles.js +9 -12
- package/emotion/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
- package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +59 -0
- package/emotion/cjs/examples/components/TextField/TextField.config.js +22 -25
- package/emotion/cjs/examples/components/TextField/TextField.js +29 -5
- package/emotion/cjs/utils/createConditionalComponent.js +76 -8
- package/emotion/es/components/Pagination/Pagination.styles.js +18 -18
- package/emotion/es/components/TextField/TextField.js +5 -12
- package/emotion/es/components/TextField/TextField.styles.js +46 -49
- package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
- package/emotion/es/components/TextField/variations/_read-only/base.js +1 -1
- package/emotion/es/components/TextField/variations/_view/base.js +2 -2
- package/emotion/es/components/TimePicker/TimePicker.js +4 -2
- package/emotion/es/components/TimePicker/TimePicker.styles.js +9 -12
- package/emotion/es/components/TimePicker/TimePicker.tokens.js +1 -0
- package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
- package/emotion/es/examples/components/TextField/TextField.clear.config.js +49 -0
- package/emotion/es/examples/components/TextField/TextField.config.js +22 -25
- package/emotion/es/examples/components/TextField/TextField.js +15 -2
- package/emotion/es/utils/createConditionalComponent.js +37 -5
- package/es/components/Autocomplete/Autocomplete.css +26 -28
- package/es/components/Combobox/ComboboxNew/Combobox.css +26 -28
- package/es/components/DatePicker/RangeDate/RangeDate.css +26 -28
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +26 -28
- package/es/components/DatePicker/SingleDate/SingleDate.css +26 -28
- package/es/components/DateTimePicker/DateTimePicker.css +26 -28
- package/es/components/DateTimePicker/ui/Input/Input.css +26 -28
- package/es/components/Pagination/Pagination.css +35 -37
- package/es/components/Pagination/Pagination.styles.js +7 -7
- package/es/components/Pagination/Pagination.styles.js.map +1 -1
- package/es/components/Pagination/{Pagination.styles_qhyqps.css → Pagination.styles_wrarr1.css} +1 -1
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +26 -28
- package/es/components/Range/Range.css +26 -28
- package/es/components/Select/Select.css +26 -28
- package/es/components/Select/ui/Target/Target.css +26 -28
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +26 -28
- package/es/components/Slider/Slider.css +26 -28
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +26 -28
- package/es/components/Table/Table.css +26 -28
- package/es/components/Table/ui/Cell/Cell.css +26 -28
- package/es/components/Table/ui/EditableCell/EditableCell.css +26 -28
- package/es/components/Table/ui/HeadCell/HeadCell.css +26 -28
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +26 -28
- package/es/components/TextField/TextField.js +16 -23
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +8 -18
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_146520i.css → TextField.styles_1pu4eym.css} +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +21 -21
- package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +23 -23
- 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_1s0mlhj.css → base_o4xjq1.css} +1 -1
- package/es/components/TextField/variations/_read-only/base.js +1 -1
- package/es/components/TextField/variations/_read-only/base.js.map +1 -1
- package/es/components/TextField/variations/_read-only/base_2lss3j.css +1 -0
- package/es/components/TextField/variations/_view/base.js +1 -1
- package/es/components/TextField/variations/_view/base.js.map +1 -1
- package/es/components/TextField/variations/_view/{base_1diyp23.css → base_1twy16p.css} +1 -1
- package/es/components/TimePicker/TimePicker.css +30 -32
- package/es/components/TimePicker/TimePicker.js +3 -2
- package/es/components/TimePicker/TimePicker.js.map +1 -1
- package/es/components/TimePicker/TimePicker.styles.js +1 -1
- package/es/components/TimePicker/TimePicker.styles.js.map +1 -1
- package/es/components/TimePicker/{TimePicker.styles_2lk4d9.css → TimePicker.styles_1qm4hou.css} +2 -2
- package/es/components/TimePicker/TimePicker.tokens.js +1 -0
- package/es/components/TimePicker/TimePicker.tokens.js.map +1 -1
- package/es/index.css +39 -41
- package/es/utils/createConditionalComponent.js +10 -6
- package/es/utils/createConditionalComponent.js.map +1 -1
- package/package.json +5 -5
- package/styled-components/cjs/components/Pagination/Pagination.styles.js +13 -14
- package/styled-components/cjs/components/TextField/TextField.js +16 -23
- package/styled-components/cjs/components/TextField/TextField.styles.js +31 -32
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +6 -4
- package/styled-components/cjs/components/TextField/variations/_read-only/base.js +3 -4
- package/styled-components/cjs/components/TextField/variations/_view/base.js +13 -2
- package/styled-components/cjs/components/TimePicker/TimePicker.js +4 -2
- package/styled-components/cjs/components/TimePicker/TimePicker.styles.js +10 -12
- package/styled-components/cjs/components/TimePicker/TimePicker.tokens.js +1 -0
- package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +670 -0
- package/styled-components/cjs/examples/components/TextField/TextField.config.js +10 -48
- package/styled-components/cjs/examples/components/TextField/TextField.js +29 -5
- package/styled-components/cjs/utils/createConditionalComponent.js +76 -8
- package/styled-components/es/components/Pagination/Pagination.styles.js +13 -14
- package/styled-components/es/components/TextField/TextField.js +4 -11
- package/styled-components/es/components/TextField/TextField.styles.js +31 -32
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +7 -5
- package/styled-components/es/components/TextField/variations/_read-only/base.js +3 -4
- package/styled-components/es/components/TextField/variations/_view/base.js +14 -3
- package/styled-components/es/components/TimePicker/TimePicker.js +4 -2
- package/styled-components/es/components/TimePicker/TimePicker.styles.js +10 -12
- package/styled-components/es/components/TimePicker/TimePicker.tokens.js +1 -0
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/styled-components/es/examples/components/TextField/TextField.clear.config.js +660 -0
- package/styled-components/es/examples/components/TextField/TextField.config.js +10 -48
- package/styled-components/es/examples/components/TextField/TextField.js +15 -2
- package/styled-components/es/utils/createConditionalComponent.js +37 -5
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +8 -0
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +8 -0
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +8 -0
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +8 -0
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
- package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +8 -0
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +8 -0
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +8 -0
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts +0 -4
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +1 -4
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +8 -0
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
- package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
- package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.styles.d.ts +8 -0
- package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
- package/types/components/TimePicker/TimePicker.tokens.d.ts +1 -0
- package/types/components/TimePicker/TimePicker.tokens.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Checkbox/Checkbox.d.ts +2 -2
- package/types/examples/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/types/examples/components/Chip/Chip.d.ts +2 -2
- package/types/examples/components/Chip/Chip.d.ts.map +1 -1
- package/types/examples/components/Mask/Mask.d.ts +17 -33
- package/types/examples/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/components/NumberFormat/NumberFormat.d.ts +24 -40
- package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
- package/types/examples/components/Radiobox/Radiobox.d.ts +49 -8
- package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.clear.config.d.ts +48 -0
- package/types/examples/components/TextField/TextField.clear.config.d.ts.map +1 -0
- package/types/examples/components/TextField/TextField.config.d.ts +0 -3
- package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.d.ts +970 -4
- package/types/examples/components/TextField/TextField.d.ts.map +1 -1
- package/types/utils/createConditionalComponent.d.ts +1 -1
- package/types/utils/createConditionalComponent.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_clear/base.js +0 -9
- package/cjs/components/TextField/variations/_clear/base.js.map +0 -1
- package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
- package/cjs/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
- package/emotion/cjs/components/File/File.types.js +0 -4
- package/emotion/cjs/components/TextField/variations/_clear/base.js +0 -14
- package/emotion/es/components/File/File.types.js +0 -1
- package/emotion/es/components/TextField/variations/_clear/base.js +0 -4
- package/es/components/TextField/variations/_clear/base.js +0 -5
- package/es/components/TextField/variations/_clear/base.js.map +0 -1
- package/es/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
- package/es/components/TextField/variations/_read-only/base_13ohoed.css +0 -1
- package/styled-components/cjs/components/File/File.types.js +0 -4
- package/styled-components/cjs/components/TextField/variations/_clear/base.js +0 -52
- package/styled-components/es/components/File/File.types.js +0 -1
- package/styled-components/es/components/TextField/variations/_clear/base.js +0 -42
- package/types/components/File/File.types.d.ts +0 -99
- package/types/components/File/File.types.d.ts.map +0 -1
- package/types/components/TextField/variations/_clear/base.d.ts +0 -2
- package/types/components/TextField/variations/_clear/base.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
|
|
1
|
+
export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<Omit<import("../../../engines/types").PropsType<{
|
|
2
2
|
view: {
|
|
3
3
|
default: import("@linaria/core").LinariaClassName;
|
|
4
4
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -16,9 +16,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
16
16
|
inner: import("@linaria/core").LinariaClassName;
|
|
17
17
|
outer: import("@linaria/core").LinariaClassName;
|
|
18
18
|
};
|
|
19
|
-
clear: {
|
|
20
|
-
true: import("@linaria/core").LinariaClassName;
|
|
21
|
-
};
|
|
22
19
|
chipView: {
|
|
23
20
|
default: import("@linaria/core").LinariaClassName;
|
|
24
21
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -41,6 +38,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
41
38
|
true: import("@linaria/core").LinariaClassName;
|
|
42
39
|
};
|
|
43
40
|
}> & {
|
|
41
|
+
appearance?: "default" | "clear";
|
|
44
42
|
size?: string;
|
|
45
43
|
view?: string;
|
|
46
44
|
readOnly?: boolean;
|
|
@@ -76,7 +74,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
76
74
|
chipType?: never;
|
|
77
75
|
chipView?: never;
|
|
78
76
|
chipValidator?: never;
|
|
79
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
77
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
80
78
|
view: {
|
|
81
79
|
default: import("@linaria/core").LinariaClassName;
|
|
82
80
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -94,9 +92,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
94
92
|
inner: import("@linaria/core").LinariaClassName;
|
|
95
93
|
outer: import("@linaria/core").LinariaClassName;
|
|
96
94
|
};
|
|
97
|
-
clear: {
|
|
98
|
-
true: import("@linaria/core").LinariaClassName;
|
|
99
|
-
};
|
|
100
95
|
chipView: {
|
|
101
96
|
default: import("@linaria/core").LinariaClassName;
|
|
102
97
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -119,6 +114,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
119
114
|
true: import("@linaria/core").LinariaClassName;
|
|
120
115
|
};
|
|
121
116
|
}> & {
|
|
117
|
+
appearance?: "default" | "clear";
|
|
122
118
|
size?: string;
|
|
123
119
|
view?: string;
|
|
124
120
|
readOnly?: boolean;
|
|
@@ -156,7 +152,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
156
152
|
chipValidator?: (value: string) => {
|
|
157
153
|
view?: string;
|
|
158
154
|
};
|
|
159
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
155
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
160
156
|
view: {
|
|
161
157
|
default: import("@linaria/core").LinariaClassName;
|
|
162
158
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -174,9 +170,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
174
170
|
inner: import("@linaria/core").LinariaClassName;
|
|
175
171
|
outer: import("@linaria/core").LinariaClassName;
|
|
176
172
|
};
|
|
177
|
-
clear: {
|
|
178
|
-
true: import("@linaria/core").LinariaClassName;
|
|
179
|
-
};
|
|
180
173
|
chipView: {
|
|
181
174
|
default: import("@linaria/core").LinariaClassName;
|
|
182
175
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -199,6 +192,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
199
192
|
true: import("@linaria/core").LinariaClassName;
|
|
200
193
|
};
|
|
201
194
|
}> & {
|
|
195
|
+
appearance?: "default" | "clear";
|
|
202
196
|
size?: string;
|
|
203
197
|
view?: string;
|
|
204
198
|
readOnly?: boolean;
|
|
@@ -234,7 +228,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
234
228
|
chipType?: never;
|
|
235
229
|
chipView?: never;
|
|
236
230
|
chipValidator?: never;
|
|
237
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
231
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
238
232
|
view: {
|
|
239
233
|
default: import("@linaria/core").LinariaClassName;
|
|
240
234
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -252,9 +246,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
252
246
|
inner: import("@linaria/core").LinariaClassName;
|
|
253
247
|
outer: import("@linaria/core").LinariaClassName;
|
|
254
248
|
};
|
|
255
|
-
clear: {
|
|
256
|
-
true: import("@linaria/core").LinariaClassName;
|
|
257
|
-
};
|
|
258
249
|
chipView: {
|
|
259
250
|
default: import("@linaria/core").LinariaClassName;
|
|
260
251
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -277,6 +268,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
277
268
|
true: import("@linaria/core").LinariaClassName;
|
|
278
269
|
};
|
|
279
270
|
}> & {
|
|
271
|
+
appearance?: "default" | "clear";
|
|
280
272
|
size?: string;
|
|
281
273
|
view?: string;
|
|
282
274
|
readOnly?: boolean;
|
|
@@ -314,7 +306,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
314
306
|
chipValidator?: (value: string) => {
|
|
315
307
|
view?: string;
|
|
316
308
|
};
|
|
317
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
309
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
318
310
|
view: {
|
|
319
311
|
default: import("@linaria/core").LinariaClassName;
|
|
320
312
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -332,9 +324,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
332
324
|
inner: import("@linaria/core").LinariaClassName;
|
|
333
325
|
outer: import("@linaria/core").LinariaClassName;
|
|
334
326
|
};
|
|
335
|
-
clear: {
|
|
336
|
-
true: import("@linaria/core").LinariaClassName;
|
|
337
|
-
};
|
|
338
327
|
chipView: {
|
|
339
328
|
default: import("@linaria/core").LinariaClassName;
|
|
340
329
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -357,6 +346,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
357
346
|
true: import("@linaria/core").LinariaClassName;
|
|
358
347
|
};
|
|
359
348
|
}> & {
|
|
349
|
+
appearance?: "default" | "clear";
|
|
360
350
|
size?: string;
|
|
361
351
|
view?: string;
|
|
362
352
|
readOnly?: boolean;
|
|
@@ -392,7 +382,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
392
382
|
chipType?: never;
|
|
393
383
|
chipView?: never;
|
|
394
384
|
chipValidator?: never;
|
|
395
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
385
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
396
386
|
view: {
|
|
397
387
|
default: import("@linaria/core").LinariaClassName;
|
|
398
388
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -410,9 +400,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
410
400
|
inner: import("@linaria/core").LinariaClassName;
|
|
411
401
|
outer: import("@linaria/core").LinariaClassName;
|
|
412
402
|
};
|
|
413
|
-
clear: {
|
|
414
|
-
true: import("@linaria/core").LinariaClassName;
|
|
415
|
-
};
|
|
416
403
|
chipView: {
|
|
417
404
|
default: import("@linaria/core").LinariaClassName;
|
|
418
405
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -435,6 +422,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
435
422
|
true: import("@linaria/core").LinariaClassName;
|
|
436
423
|
};
|
|
437
424
|
}> & {
|
|
425
|
+
appearance?: "default" | "clear";
|
|
438
426
|
size?: string;
|
|
439
427
|
view?: string;
|
|
440
428
|
readOnly?: boolean;
|
|
@@ -472,7 +460,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
472
460
|
chipValidator?: (value: string) => {
|
|
473
461
|
view?: string;
|
|
474
462
|
};
|
|
475
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
463
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
476
464
|
view: {
|
|
477
465
|
default: import("@linaria/core").LinariaClassName;
|
|
478
466
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -490,9 +478,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
490
478
|
inner: import("@linaria/core").LinariaClassName;
|
|
491
479
|
outer: import("@linaria/core").LinariaClassName;
|
|
492
480
|
};
|
|
493
|
-
clear: {
|
|
494
|
-
true: import("@linaria/core").LinariaClassName;
|
|
495
|
-
};
|
|
496
481
|
chipView: {
|
|
497
482
|
default: import("@linaria/core").LinariaClassName;
|
|
498
483
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -515,6 +500,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
515
500
|
true: import("@linaria/core").LinariaClassName;
|
|
516
501
|
};
|
|
517
502
|
}> & {
|
|
503
|
+
appearance?: "default" | "clear";
|
|
518
504
|
size?: string;
|
|
519
505
|
view?: string;
|
|
520
506
|
readOnly?: boolean;
|
|
@@ -550,7 +536,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
550
536
|
chipType?: never;
|
|
551
537
|
chipView?: never;
|
|
552
538
|
chipValidator?: never;
|
|
553
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
539
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
554
540
|
view: {
|
|
555
541
|
default: import("@linaria/core").LinariaClassName;
|
|
556
542
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -568,9 +554,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
568
554
|
inner: import("@linaria/core").LinariaClassName;
|
|
569
555
|
outer: import("@linaria/core").LinariaClassName;
|
|
570
556
|
};
|
|
571
|
-
clear: {
|
|
572
|
-
true: import("@linaria/core").LinariaClassName;
|
|
573
|
-
};
|
|
574
557
|
chipView: {
|
|
575
558
|
default: import("@linaria/core").LinariaClassName;
|
|
576
559
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -593,6 +576,7 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
593
576
|
true: import("@linaria/core").LinariaClassName;
|
|
594
577
|
};
|
|
595
578
|
}> & {
|
|
579
|
+
appearance?: "default" | "clear";
|
|
596
580
|
size?: string;
|
|
597
581
|
view?: string;
|
|
598
582
|
readOnly?: boolean;
|
|
@@ -630,5 +614,5 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
|
|
|
630
614
|
chipValidator?: (value: string) => {
|
|
631
615
|
view?: string;
|
|
632
616
|
};
|
|
633
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
617
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & import("../../../components/Mask/Mask.types").MaskProps, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
634
618
|
//# sourceMappingURL=Mask.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Mask/Mask.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Mask.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Mask/Mask.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACiwL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA5W,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAq5J,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oTAD3lM,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
|
|
1
|
+
export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<Omit<import("../../../engines/types").PropsType<{
|
|
2
2
|
view: {
|
|
3
3
|
default: import("@linaria/core").LinariaClassName;
|
|
4
4
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -16,9 +16,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
16
16
|
inner: import("@linaria/core").LinariaClassName;
|
|
17
17
|
outer: import("@linaria/core").LinariaClassName;
|
|
18
18
|
};
|
|
19
|
-
clear: {
|
|
20
|
-
true: import("@linaria/core").LinariaClassName;
|
|
21
|
-
};
|
|
22
19
|
chipView: {
|
|
23
20
|
default: import("@linaria/core").LinariaClassName;
|
|
24
21
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -41,6 +38,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
41
38
|
true: import("@linaria/core").LinariaClassName;
|
|
42
39
|
};
|
|
43
40
|
}> & {
|
|
41
|
+
appearance?: "default" | "clear";
|
|
44
42
|
size?: string;
|
|
45
43
|
view?: string;
|
|
46
44
|
readOnly?: boolean;
|
|
@@ -76,7 +74,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
76
74
|
chipType?: never;
|
|
77
75
|
chipView?: never;
|
|
78
76
|
chipValidator?: never;
|
|
79
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
77
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
80
78
|
thousandSeparator?: boolean | string;
|
|
81
79
|
decimalSeparator?: string;
|
|
82
80
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -86,7 +84,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
86
84
|
allowLeadingZeros?: boolean;
|
|
87
85
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
88
86
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
89
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
87
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
90
88
|
view: {
|
|
91
89
|
default: import("@linaria/core").LinariaClassName;
|
|
92
90
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -104,9 +102,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
104
102
|
inner: import("@linaria/core").LinariaClassName;
|
|
105
103
|
outer: import("@linaria/core").LinariaClassName;
|
|
106
104
|
};
|
|
107
|
-
clear: {
|
|
108
|
-
true: import("@linaria/core").LinariaClassName;
|
|
109
|
-
};
|
|
110
105
|
chipView: {
|
|
111
106
|
default: import("@linaria/core").LinariaClassName;
|
|
112
107
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -129,6 +124,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
129
124
|
true: import("@linaria/core").LinariaClassName;
|
|
130
125
|
};
|
|
131
126
|
}> & {
|
|
127
|
+
appearance?: "default" | "clear";
|
|
132
128
|
size?: string;
|
|
133
129
|
view?: string;
|
|
134
130
|
readOnly?: boolean;
|
|
@@ -166,7 +162,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
166
162
|
chipValidator?: (value: string) => {
|
|
167
163
|
view?: string;
|
|
168
164
|
};
|
|
169
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
165
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
170
166
|
thousandSeparator?: boolean | string;
|
|
171
167
|
decimalSeparator?: string;
|
|
172
168
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -176,7 +172,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
176
172
|
allowLeadingZeros?: boolean;
|
|
177
173
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
178
174
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
179
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
175
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
180
176
|
view: {
|
|
181
177
|
default: import("@linaria/core").LinariaClassName;
|
|
182
178
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -194,9 +190,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
194
190
|
inner: import("@linaria/core").LinariaClassName;
|
|
195
191
|
outer: import("@linaria/core").LinariaClassName;
|
|
196
192
|
};
|
|
197
|
-
clear: {
|
|
198
|
-
true: import("@linaria/core").LinariaClassName;
|
|
199
|
-
};
|
|
200
193
|
chipView: {
|
|
201
194
|
default: import("@linaria/core").LinariaClassName;
|
|
202
195
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -219,6 +212,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
219
212
|
true: import("@linaria/core").LinariaClassName;
|
|
220
213
|
};
|
|
221
214
|
}> & {
|
|
215
|
+
appearance?: "default" | "clear";
|
|
222
216
|
size?: string;
|
|
223
217
|
view?: string;
|
|
224
218
|
readOnly?: boolean;
|
|
@@ -254,7 +248,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
254
248
|
chipType?: never;
|
|
255
249
|
chipView?: never;
|
|
256
250
|
chipValidator?: never;
|
|
257
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
251
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
258
252
|
thousandSeparator?: boolean | string;
|
|
259
253
|
decimalSeparator?: string;
|
|
260
254
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -264,7 +258,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
264
258
|
allowLeadingZeros?: boolean;
|
|
265
259
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
266
260
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
267
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
261
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
268
262
|
view: {
|
|
269
263
|
default: import("@linaria/core").LinariaClassName;
|
|
270
264
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -282,9 +276,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
282
276
|
inner: import("@linaria/core").LinariaClassName;
|
|
283
277
|
outer: import("@linaria/core").LinariaClassName;
|
|
284
278
|
};
|
|
285
|
-
clear: {
|
|
286
|
-
true: import("@linaria/core").LinariaClassName;
|
|
287
|
-
};
|
|
288
279
|
chipView: {
|
|
289
280
|
default: import("@linaria/core").LinariaClassName;
|
|
290
281
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -307,6 +298,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
307
298
|
true: import("@linaria/core").LinariaClassName;
|
|
308
299
|
};
|
|
309
300
|
}> & {
|
|
301
|
+
appearance?: "default" | "clear";
|
|
310
302
|
size?: string;
|
|
311
303
|
view?: string;
|
|
312
304
|
readOnly?: boolean;
|
|
@@ -344,7 +336,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
344
336
|
chipValidator?: (value: string) => {
|
|
345
337
|
view?: string;
|
|
346
338
|
};
|
|
347
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
339
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
348
340
|
thousandSeparator?: boolean | string;
|
|
349
341
|
decimalSeparator?: string;
|
|
350
342
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -354,7 +346,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
354
346
|
allowLeadingZeros?: boolean;
|
|
355
347
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
356
348
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
357
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
349
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
358
350
|
view: {
|
|
359
351
|
default: import("@linaria/core").LinariaClassName;
|
|
360
352
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -372,9 +364,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
372
364
|
inner: import("@linaria/core").LinariaClassName;
|
|
373
365
|
outer: import("@linaria/core").LinariaClassName;
|
|
374
366
|
};
|
|
375
|
-
clear: {
|
|
376
|
-
true: import("@linaria/core").LinariaClassName;
|
|
377
|
-
};
|
|
378
367
|
chipView: {
|
|
379
368
|
default: import("@linaria/core").LinariaClassName;
|
|
380
369
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -397,6 +386,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
397
386
|
true: import("@linaria/core").LinariaClassName;
|
|
398
387
|
};
|
|
399
388
|
}> & {
|
|
389
|
+
appearance?: "default" | "clear";
|
|
400
390
|
size?: string;
|
|
401
391
|
view?: string;
|
|
402
392
|
readOnly?: boolean;
|
|
@@ -432,7 +422,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
432
422
|
chipType?: never;
|
|
433
423
|
chipView?: never;
|
|
434
424
|
chipValidator?: never;
|
|
435
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
425
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
436
426
|
thousandSeparator?: boolean | string;
|
|
437
427
|
decimalSeparator?: string;
|
|
438
428
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -442,7 +432,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
442
432
|
allowLeadingZeros?: boolean;
|
|
443
433
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
444
434
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
445
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
435
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
446
436
|
view: {
|
|
447
437
|
default: import("@linaria/core").LinariaClassName;
|
|
448
438
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -460,9 +450,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
460
450
|
inner: import("@linaria/core").LinariaClassName;
|
|
461
451
|
outer: import("@linaria/core").LinariaClassName;
|
|
462
452
|
};
|
|
463
|
-
clear: {
|
|
464
|
-
true: import("@linaria/core").LinariaClassName;
|
|
465
|
-
};
|
|
466
453
|
chipView: {
|
|
467
454
|
default: import("@linaria/core").LinariaClassName;
|
|
468
455
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -485,6 +472,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
485
472
|
true: import("@linaria/core").LinariaClassName;
|
|
486
473
|
};
|
|
487
474
|
}> & {
|
|
475
|
+
appearance?: "default" | "clear";
|
|
488
476
|
size?: string;
|
|
489
477
|
view?: string;
|
|
490
478
|
readOnly?: boolean;
|
|
@@ -522,7 +510,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
522
510
|
chipValidator?: (value: string) => {
|
|
523
511
|
view?: string;
|
|
524
512
|
};
|
|
525
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
513
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
526
514
|
thousandSeparator?: boolean | string;
|
|
527
515
|
decimalSeparator?: string;
|
|
528
516
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -532,7 +520,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
532
520
|
allowLeadingZeros?: boolean;
|
|
533
521
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
534
522
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
535
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
523
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
536
524
|
view: {
|
|
537
525
|
default: import("@linaria/core").LinariaClassName;
|
|
538
526
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -550,9 +538,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
550
538
|
inner: import("@linaria/core").LinariaClassName;
|
|
551
539
|
outer: import("@linaria/core").LinariaClassName;
|
|
552
540
|
};
|
|
553
|
-
clear: {
|
|
554
|
-
true: import("@linaria/core").LinariaClassName;
|
|
555
|
-
};
|
|
556
541
|
chipView: {
|
|
557
542
|
default: import("@linaria/core").LinariaClassName;
|
|
558
543
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -575,6 +560,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
575
560
|
true: import("@linaria/core").LinariaClassName;
|
|
576
561
|
};
|
|
577
562
|
}> & {
|
|
563
|
+
appearance?: "default" | "clear";
|
|
578
564
|
size?: string;
|
|
579
565
|
view?: string;
|
|
580
566
|
readOnly?: boolean;
|
|
@@ -610,7 +596,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
610
596
|
chipType?: never;
|
|
611
597
|
chipView?: never;
|
|
612
598
|
chipValidator?: never;
|
|
613
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
599
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
614
600
|
thousandSeparator?: boolean | string;
|
|
615
601
|
decimalSeparator?: string;
|
|
616
602
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -620,7 +606,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
620
606
|
allowLeadingZeros?: boolean;
|
|
621
607
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
622
608
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
623
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
609
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<Omit<import("../../../engines/types").PropsType<{
|
|
624
610
|
view: {
|
|
625
611
|
default: import("@linaria/core").LinariaClassName;
|
|
626
612
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -638,9 +624,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
638
624
|
inner: import("@linaria/core").LinariaClassName;
|
|
639
625
|
outer: import("@linaria/core").LinariaClassName;
|
|
640
626
|
};
|
|
641
|
-
clear: {
|
|
642
|
-
true: import("@linaria/core").LinariaClassName;
|
|
643
|
-
};
|
|
644
627
|
chipView: {
|
|
645
628
|
default: import("@linaria/core").LinariaClassName;
|
|
646
629
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -663,6 +646,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
663
646
|
true: import("@linaria/core").LinariaClassName;
|
|
664
647
|
};
|
|
665
648
|
}> & {
|
|
649
|
+
appearance?: "default" | "clear";
|
|
666
650
|
size?: string;
|
|
667
651
|
view?: string;
|
|
668
652
|
readOnly?: boolean;
|
|
@@ -700,7 +684,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
700
684
|
chipValidator?: (value: string) => {
|
|
701
685
|
view?: string;
|
|
702
686
|
};
|
|
703
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
687
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLElement> & {
|
|
704
688
|
thousandSeparator?: boolean | string;
|
|
705
689
|
decimalSeparator?: string;
|
|
706
690
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"NumberFormat.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/NumberFormat/NumberFormat.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACytL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAAlwK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAslH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA3+H,CAAC,uDAAuC,CAAC;8NADzmE,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentProps } from 'react';
|
|
2
1
|
export declare const RadioboxDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
|
|
3
2
|
size: {
|
|
4
3
|
s: import("@linaria/core").LinariaClassName;
|
|
@@ -45,11 +44,53 @@ export declare const RadioboxOutline: import("react").FunctionComponent<import("
|
|
|
45
44
|
true: import("@linaria/core").LinariaClassName;
|
|
46
45
|
};
|
|
47
46
|
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
export declare const Radiobox: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
|
|
48
|
+
size: {
|
|
49
|
+
s: import("@linaria/core").LinariaClassName;
|
|
50
|
+
m: import("@linaria/core").LinariaClassName;
|
|
51
|
+
l: import("@linaria/core").LinariaClassName;
|
|
52
|
+
};
|
|
53
|
+
view: {
|
|
54
|
+
accent: import("@linaria/core").LinariaClassName;
|
|
55
|
+
default: import("@linaria/core").LinariaClassName;
|
|
56
|
+
secondary: import("@linaria/core").LinariaClassName;
|
|
57
|
+
tertiary: import("@linaria/core").LinariaClassName;
|
|
58
|
+
paragraph: import("@linaria/core").LinariaClassName;
|
|
59
|
+
positive: import("@linaria/core").LinariaClassName;
|
|
60
|
+
warning: import("@linaria/core").LinariaClassName;
|
|
61
|
+
negative: import("@linaria/core").LinariaClassName;
|
|
62
|
+
};
|
|
63
|
+
disabled: {
|
|
64
|
+
true: import("@linaria/core").LinariaClassName;
|
|
65
|
+
};
|
|
66
|
+
focused: {
|
|
67
|
+
true: import("@linaria/core").LinariaClassName;
|
|
68
|
+
};
|
|
69
|
+
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
70
|
+
appearance: "outline";
|
|
71
|
+
}, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
72
|
+
size: {
|
|
73
|
+
s: import("@linaria/core").LinariaClassName;
|
|
74
|
+
m: import("@linaria/core").LinariaClassName;
|
|
75
|
+
l: import("@linaria/core").LinariaClassName;
|
|
76
|
+
};
|
|
77
|
+
view: {
|
|
78
|
+
accent: import("@linaria/core").LinariaClassName;
|
|
79
|
+
default: import("@linaria/core").LinariaClassName;
|
|
80
|
+
secondary: import("@linaria/core").LinariaClassName;
|
|
81
|
+
tertiary: import("@linaria/core").LinariaClassName;
|
|
82
|
+
paragraph: import("@linaria/core").LinariaClassName;
|
|
83
|
+
positive: import("@linaria/core").LinariaClassName;
|
|
84
|
+
warning: import("@linaria/core").LinariaClassName;
|
|
85
|
+
negative: import("@linaria/core").LinariaClassName;
|
|
86
|
+
};
|
|
87
|
+
disabled: {
|
|
88
|
+
true: import("@linaria/core").LinariaClassName;
|
|
89
|
+
};
|
|
90
|
+
focused: {
|
|
91
|
+
true: import("@linaria/core").LinariaClassName;
|
|
92
|
+
};
|
|
93
|
+
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
94
|
+
appearance?: "default" | undefined;
|
|
95
|
+
}, "ref">) & import("react").RefAttributes<HTMLInputElement>>;
|
|
55
96
|
//# sourceMappingURL=Radiobox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radiobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Radiobox/Radiobox.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Radiobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Radiobox/Radiobox.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAU9D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;gBANC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;iBAGR,SAAS,GAAG,SAAS;6DAQ1C,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
defaults: {
|
|
3
|
+
view: string;
|
|
4
|
+
size: string;
|
|
5
|
+
labelPlacement: string;
|
|
6
|
+
};
|
|
7
|
+
variations: {
|
|
8
|
+
view: {
|
|
9
|
+
default: import("@linaria/core").LinariaClassName;
|
|
10
|
+
positive: import("@linaria/core").LinariaClassName;
|
|
11
|
+
warning: import("@linaria/core").LinariaClassName;
|
|
12
|
+
negative: import("@linaria/core").LinariaClassName;
|
|
13
|
+
};
|
|
14
|
+
size: {
|
|
15
|
+
xl: import("@linaria/core").LinariaClassName;
|
|
16
|
+
l: import("@linaria/core").LinariaClassName;
|
|
17
|
+
m: import("@linaria/core").LinariaClassName;
|
|
18
|
+
s: import("@linaria/core").LinariaClassName;
|
|
19
|
+
xs: import("@linaria/core").LinariaClassName;
|
|
20
|
+
};
|
|
21
|
+
labelPlacement: {
|
|
22
|
+
inner: import("@linaria/core").LinariaClassName;
|
|
23
|
+
outer: import("@linaria/core").LinariaClassName;
|
|
24
|
+
};
|
|
25
|
+
chipView: {
|
|
26
|
+
default: import("@linaria/core").LinariaClassName;
|
|
27
|
+
secondary: import("@linaria/core").LinariaClassName;
|
|
28
|
+
accent: import("@linaria/core").LinariaClassName;
|
|
29
|
+
positive: import("@linaria/core").LinariaClassName;
|
|
30
|
+
warning: import("@linaria/core").LinariaClassName;
|
|
31
|
+
negative: import("@linaria/core").LinariaClassName;
|
|
32
|
+
};
|
|
33
|
+
hintView: {
|
|
34
|
+
default: import("@linaria/core").LinariaClassName;
|
|
35
|
+
};
|
|
36
|
+
hintSize: {
|
|
37
|
+
m: import("@linaria/core").LinariaClassName;
|
|
38
|
+
s: import("@linaria/core").LinariaClassName;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
true: import("@linaria/core").LinariaClassName;
|
|
42
|
+
};
|
|
43
|
+
readOnly: {
|
|
44
|
+
true: import("@linaria/core").LinariaClassName;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=TextField.clear.config.d.ts.map
|