@salutejs/plasma-new-hope 0.343.0-canary.2358.19851578667.0 → 0.343.0-canary.2362.19851604298.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 +28 -26
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +28 -26
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +28 -26
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +28 -26
- package/cjs/components/DateTimePicker/DateTimePicker.css +28 -26
- package/cjs/components/DateTimePicker/ui/Input/Input.css +28 -26
- package/cjs/components/Pagination/Pagination.css +28 -26
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
- package/cjs/components/Range/Range.css +28 -26
- package/cjs/components/Select/Select.css +28 -26
- package/cjs/components/Select/ui/Target/Target.css +28 -26
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
- package/cjs/components/Slider/Slider.css +28 -26
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
- package/cjs/components/Table/Table.css +28 -26
- package/cjs/components/Table/ui/Cell/Cell.css +28 -26
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +28 -26
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +28 -26
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
- package/cjs/components/TextField/TextField.js +23 -16
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +18 -8
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/cjs/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.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/_clear/base.js +9 -0
- package/cjs/components/TextField/variations/_clear/base.js.map +1 -0
- package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/{es/components/TextField/variations/_label-placement/base_o4xjq1.css → cjs/components/TextField/variations/_label-placement/base_1s0mlhj.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_13ohoed.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/{es/components/TextField/variations/_view/base_1twy16p.css → cjs/components/TextField/variations/_view/base_1diyp23.css} +1 -1
- package/cjs/components/TimePicker/TimePicker.css +28 -26
- package/cjs/index.css +28 -26
- package/cjs/utils/createConditionalComponent.js +4 -8
- package/cjs/utils/createConditionalComponent.js.map +1 -1
- package/emotion/cjs/components/TextField/TextField.js +24 -17
- package/emotion/cjs/components/TextField/TextField.styles.js +49 -46
- package/emotion/cjs/components/TextField/variations/_clear/base.js +14 -0
- 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/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/cjs/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/emotion/cjs/examples/components/TextField/TextField.config.js +25 -22
- package/emotion/cjs/examples/components/TextField/TextField.js +5 -29
- package/emotion/cjs/utils/createConditionalComponent.js +8 -76
- package/emotion/es/components/TextField/TextField.js +12 -5
- package/emotion/es/components/TextField/TextField.styles.js +49 -46
- package/emotion/es/components/TextField/variations/_clear/base.js +4 -0
- 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/examples/components/Calendar/CalendarBase.config.js +8 -7
- package/emotion/es/examples/components/Calendar/CalendarDouble.config.js +8 -7
- package/emotion/es/examples/components/TextField/TextField.config.js +25 -22
- package/emotion/es/examples/components/TextField/TextField.js +2 -15
- package/emotion/es/utils/createConditionalComponent.js +5 -37
- package/es/components/Autocomplete/Autocomplete.css +28 -26
- package/es/components/Combobox/ComboboxNew/Combobox.css +28 -26
- package/es/components/DatePicker/RangeDate/RangeDate.css +28 -26
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +28 -26
- package/es/components/DatePicker/SingleDate/SingleDate.css +28 -26
- package/es/components/DateTimePicker/DateTimePicker.css +28 -26
- package/es/components/DateTimePicker/ui/Input/Input.css +28 -26
- package/es/components/Pagination/Pagination.css +28 -26
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +28 -26
- package/es/components/Range/Range.css +28 -26
- package/es/components/Select/Select.css +28 -26
- package/es/components/Select/ui/Target/Target.css +28 -26
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +28 -26
- package/es/components/Slider/Slider.css +28 -26
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +28 -26
- package/es/components/Table/Table.css +28 -26
- package/es/components/Table/ui/Cell/Cell.css +28 -26
- package/es/components/Table/ui/EditableCell/EditableCell.css +28 -26
- package/es/components/Table/ui/HeadCell/HeadCell.css +28 -26
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +28 -26
- package/es/components/TextField/TextField.js +23 -16
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +18 -8
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/es/components/TextField/{TextField.styles_1pu4eym.css → TextField.styles_146520i.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/_clear/base.js +5 -0
- package/es/components/TextField/variations/_clear/base.js.map +1 -0
- package/es/components/TextField/variations/_clear/base_ukg8yq.css +1 -0
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/{cjs/components/TextField/variations/_label-placement/base_o4xjq1.css → es/components/TextField/variations/_label-placement/base_1s0mlhj.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_13ohoed.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/{cjs/components/TextField/variations/_view/base_1twy16p.css → es/components/TextField/variations/_view/base_1diyp23.css} +1 -1
- package/es/components/TimePicker/TimePicker.css +28 -26
- package/es/index.css +28 -26
- package/es/utils/createConditionalComponent.js +6 -10
- package/es/utils/createConditionalComponent.js.map +1 -1
- package/package.json +5 -5
- package/styled-components/cjs/components/TextField/TextField.js +23 -16
- package/styled-components/cjs/components/TextField/TextField.styles.js +32 -31
- package/styled-components/cjs/components/TextField/variations/_clear/base.js +52 -0
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +4 -6
- package/styled-components/cjs/components/TextField/variations/_read-only/base.js +4 -3
- package/styled-components/cjs/components/TextField/variations/_view/base.js +2 -13
- package/styled-components/cjs/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/cjs/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/cjs/examples/components/TextField/TextField.config.js +48 -10
- package/styled-components/cjs/examples/components/TextField/TextField.js +5 -29
- package/styled-components/cjs/utils/createConditionalComponent.js +8 -76
- package/styled-components/es/components/TextField/TextField.js +11 -4
- package/styled-components/es/components/TextField/TextField.styles.js +32 -31
- package/styled-components/es/components/TextField/variations/_clear/base.js +42 -0
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +5 -7
- package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -3
- package/styled-components/es/components/TextField/variations/_view/base.js +3 -14
- package/styled-components/es/examples/components/Calendar/CalendarBase.config.js +87 -30
- package/styled-components/es/examples/components/Calendar/CalendarDouble.config.js +92 -36
- package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
- package/styled-components/es/examples/components/TextField/TextField.config.js +48 -10
- package/styled-components/es/examples/components/TextField/TextField.js +2 -15
- package/styled-components/es/utils/createConditionalComponent.js +5 -37
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -8
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -8
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -8
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts +0 -8
- package/types/components/DateTimePicker/ui/Input/Input.styles.d.ts.map +1 -1
- package/types/components/Range/Range.styles.d.ts +0 -8
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +0 -8
- 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 +0 -8
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts +4 -0
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +4 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.types.d.ts +0 -8
- package/types/components/TextField/TextField.types.d.ts.map +1 -1
- package/types/components/TextField/variations/_clear/base.d.ts +2 -0
- package/types/components/TextField/variations/_clear/base.d.ts.map +1 -0
- 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.styles.d.ts +0 -8
- package/types/components/TimePicker/TimePicker.styles.d.ts.map +1 -1
- package/types/examples/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/types/examples/components/Calendar/Calendar.d.ts +2 -0
- package/types/examples/components/Calendar/Calendar.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarBase.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarBase.config.d.ts.map +1 -1
- package/types/examples/components/Calendar/CalendarDouble.config.d.ts +1 -0
- package/types/examples/components/Calendar/CalendarDouble.config.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 +33 -17
- package/types/examples/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/components/NumberFormat/NumberFormat.d.ts +40 -24
- package/types/examples/components/NumberFormat/NumberFormat.d.ts.map +1 -1
- package/types/examples/components/Radiobox/Radiobox.d.ts +8 -49
- package/types/examples/components/Radiobox/Radiobox.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.config.d.ts +3 -0
- package/types/examples/components/TextField/TextField.config.d.ts.map +1 -1
- package/types/examples/components/TextField/TextField.d.ts +4 -970
- 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/_read-only/base_2lss3j.css +0 -1
- package/emotion/cjs/examples/components/TextField/TextField.clear.config.js +0 -59
- package/emotion/es/examples/components/TextField/TextField.clear.config.js +0 -49
- package/es/components/TextField/variations/_read-only/base_2lss3j.css +0 -1
- package/styled-components/cjs/examples/components/TextField/TextField.clear.config.js +0 -670
- package/styled-components/es/examples/components/TextField/TextField.clear.config.js +0 -660
- package/types/examples/components/TextField/TextField.clear.config.d.ts +0 -48
- package/types/examples/components/TextField/TextField.clear.config.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<
|
|
1
|
+
export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Omit<import("../../../engines/types").PropsType<{
|
|
2
2
|
view: {
|
|
3
3
|
default: import("@linaria/core").LinariaClassName;
|
|
4
4
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -16,6 +16,9 @@ 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
|
+
};
|
|
19
22
|
chipView: {
|
|
20
23
|
default: import("@linaria/core").LinariaClassName;
|
|
21
24
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -38,7 +41,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
38
41
|
true: import("@linaria/core").LinariaClassName;
|
|
39
42
|
};
|
|
40
43
|
}> & {
|
|
41
|
-
appearance?: "default" | "clear";
|
|
42
44
|
size?: string;
|
|
43
45
|
view?: string;
|
|
44
46
|
readOnly?: boolean;
|
|
@@ -74,7 +76,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
74
76
|
chipType?: never;
|
|
75
77
|
chipView?: never;
|
|
76
78
|
chipValidator?: never;
|
|
77
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
79
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
78
80
|
thousandSeparator?: boolean | string;
|
|
79
81
|
decimalSeparator?: string;
|
|
80
82
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -84,7 +86,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
84
86
|
allowLeadingZeros?: boolean;
|
|
85
87
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
86
88
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
87
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
89
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
88
90
|
view: {
|
|
89
91
|
default: import("@linaria/core").LinariaClassName;
|
|
90
92
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -102,6 +104,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
102
104
|
inner: import("@linaria/core").LinariaClassName;
|
|
103
105
|
outer: import("@linaria/core").LinariaClassName;
|
|
104
106
|
};
|
|
107
|
+
clear: {
|
|
108
|
+
true: import("@linaria/core").LinariaClassName;
|
|
109
|
+
};
|
|
105
110
|
chipView: {
|
|
106
111
|
default: import("@linaria/core").LinariaClassName;
|
|
107
112
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -124,7 +129,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
124
129
|
true: import("@linaria/core").LinariaClassName;
|
|
125
130
|
};
|
|
126
131
|
}> & {
|
|
127
|
-
appearance?: "default" | "clear";
|
|
128
132
|
size?: string;
|
|
129
133
|
view?: string;
|
|
130
134
|
readOnly?: boolean;
|
|
@@ -162,7 +166,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
162
166
|
chipValidator?: (value: string) => {
|
|
163
167
|
view?: string;
|
|
164
168
|
};
|
|
165
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
169
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
166
170
|
thousandSeparator?: boolean | string;
|
|
167
171
|
decimalSeparator?: string;
|
|
168
172
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -172,7 +176,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
172
176
|
allowLeadingZeros?: boolean;
|
|
173
177
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
174
178
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
175
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
179
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
176
180
|
view: {
|
|
177
181
|
default: import("@linaria/core").LinariaClassName;
|
|
178
182
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -190,6 +194,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
190
194
|
inner: import("@linaria/core").LinariaClassName;
|
|
191
195
|
outer: import("@linaria/core").LinariaClassName;
|
|
192
196
|
};
|
|
197
|
+
clear: {
|
|
198
|
+
true: import("@linaria/core").LinariaClassName;
|
|
199
|
+
};
|
|
193
200
|
chipView: {
|
|
194
201
|
default: import("@linaria/core").LinariaClassName;
|
|
195
202
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -212,7 +219,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
212
219
|
true: import("@linaria/core").LinariaClassName;
|
|
213
220
|
};
|
|
214
221
|
}> & {
|
|
215
|
-
appearance?: "default" | "clear";
|
|
216
222
|
size?: string;
|
|
217
223
|
view?: string;
|
|
218
224
|
readOnly?: boolean;
|
|
@@ -248,7 +254,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
248
254
|
chipType?: never;
|
|
249
255
|
chipView?: never;
|
|
250
256
|
chipValidator?: never;
|
|
251
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
257
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
252
258
|
thousandSeparator?: boolean | string;
|
|
253
259
|
decimalSeparator?: string;
|
|
254
260
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -258,7 +264,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
258
264
|
allowLeadingZeros?: boolean;
|
|
259
265
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
260
266
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
261
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
267
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
262
268
|
view: {
|
|
263
269
|
default: import("@linaria/core").LinariaClassName;
|
|
264
270
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -276,6 +282,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
276
282
|
inner: import("@linaria/core").LinariaClassName;
|
|
277
283
|
outer: import("@linaria/core").LinariaClassName;
|
|
278
284
|
};
|
|
285
|
+
clear: {
|
|
286
|
+
true: import("@linaria/core").LinariaClassName;
|
|
287
|
+
};
|
|
279
288
|
chipView: {
|
|
280
289
|
default: import("@linaria/core").LinariaClassName;
|
|
281
290
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -298,7 +307,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
298
307
|
true: import("@linaria/core").LinariaClassName;
|
|
299
308
|
};
|
|
300
309
|
}> & {
|
|
301
|
-
appearance?: "default" | "clear";
|
|
302
310
|
size?: string;
|
|
303
311
|
view?: string;
|
|
304
312
|
readOnly?: boolean;
|
|
@@ -336,7 +344,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
336
344
|
chipValidator?: (value: string) => {
|
|
337
345
|
view?: string;
|
|
338
346
|
};
|
|
339
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
347
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
340
348
|
thousandSeparator?: boolean | string;
|
|
341
349
|
decimalSeparator?: string;
|
|
342
350
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -346,7 +354,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
346
354
|
allowLeadingZeros?: boolean;
|
|
347
355
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
348
356
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
349
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
357
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
350
358
|
view: {
|
|
351
359
|
default: import("@linaria/core").LinariaClassName;
|
|
352
360
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -364,6 +372,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
364
372
|
inner: import("@linaria/core").LinariaClassName;
|
|
365
373
|
outer: import("@linaria/core").LinariaClassName;
|
|
366
374
|
};
|
|
375
|
+
clear: {
|
|
376
|
+
true: import("@linaria/core").LinariaClassName;
|
|
377
|
+
};
|
|
367
378
|
chipView: {
|
|
368
379
|
default: import("@linaria/core").LinariaClassName;
|
|
369
380
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -386,7 +397,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
386
397
|
true: import("@linaria/core").LinariaClassName;
|
|
387
398
|
};
|
|
388
399
|
}> & {
|
|
389
|
-
appearance?: "default" | "clear";
|
|
390
400
|
size?: string;
|
|
391
401
|
view?: string;
|
|
392
402
|
readOnly?: boolean;
|
|
@@ -422,7 +432,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
422
432
|
chipType?: never;
|
|
423
433
|
chipView?: never;
|
|
424
434
|
chipValidator?: never;
|
|
425
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
435
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
426
436
|
thousandSeparator?: boolean | string;
|
|
427
437
|
decimalSeparator?: string;
|
|
428
438
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -432,7 +442,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
432
442
|
allowLeadingZeros?: boolean;
|
|
433
443
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
434
444
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
435
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
445
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
436
446
|
view: {
|
|
437
447
|
default: import("@linaria/core").LinariaClassName;
|
|
438
448
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -450,6 +460,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
450
460
|
inner: import("@linaria/core").LinariaClassName;
|
|
451
461
|
outer: import("@linaria/core").LinariaClassName;
|
|
452
462
|
};
|
|
463
|
+
clear: {
|
|
464
|
+
true: import("@linaria/core").LinariaClassName;
|
|
465
|
+
};
|
|
453
466
|
chipView: {
|
|
454
467
|
default: import("@linaria/core").LinariaClassName;
|
|
455
468
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -472,7 +485,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
472
485
|
true: import("@linaria/core").LinariaClassName;
|
|
473
486
|
};
|
|
474
487
|
}> & {
|
|
475
|
-
appearance?: "default" | "clear";
|
|
476
488
|
size?: string;
|
|
477
489
|
view?: string;
|
|
478
490
|
readOnly?: boolean;
|
|
@@ -510,7 +522,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
510
522
|
chipValidator?: (value: string) => {
|
|
511
523
|
view?: string;
|
|
512
524
|
};
|
|
513
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
525
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
514
526
|
thousandSeparator?: boolean | string;
|
|
515
527
|
decimalSeparator?: string;
|
|
516
528
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -520,7 +532,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
520
532
|
allowLeadingZeros?: boolean;
|
|
521
533
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
522
534
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
523
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
535
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
524
536
|
view: {
|
|
525
537
|
default: import("@linaria/core").LinariaClassName;
|
|
526
538
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -538,6 +550,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
538
550
|
inner: import("@linaria/core").LinariaClassName;
|
|
539
551
|
outer: import("@linaria/core").LinariaClassName;
|
|
540
552
|
};
|
|
553
|
+
clear: {
|
|
554
|
+
true: import("@linaria/core").LinariaClassName;
|
|
555
|
+
};
|
|
541
556
|
chipView: {
|
|
542
557
|
default: import("@linaria/core").LinariaClassName;
|
|
543
558
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -560,7 +575,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
560
575
|
true: import("@linaria/core").LinariaClassName;
|
|
561
576
|
};
|
|
562
577
|
}> & {
|
|
563
|
-
appearance?: "default" | "clear";
|
|
564
578
|
size?: string;
|
|
565
579
|
view?: string;
|
|
566
580
|
readOnly?: boolean;
|
|
@@ -596,7 +610,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
596
610
|
chipType?: never;
|
|
597
611
|
chipView?: never;
|
|
598
612
|
chipValidator?: never;
|
|
599
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
613
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
600
614
|
thousandSeparator?: boolean | string;
|
|
601
615
|
decimalSeparator?: string;
|
|
602
616
|
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
@@ -606,7 +620,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
606
620
|
allowLeadingZeros?: boolean;
|
|
607
621
|
isAllowed?: (values: import("react-number-format").NumberFormatValues) => boolean;
|
|
608
622
|
onChange?: (event?: import("react").ChangeEvent<HTMLInputElement>, values?: import("react-number-format").NumberFormatValues) => void;
|
|
609
|
-
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<
|
|
623
|
+
} & import("../../../components/NumberFormat/NumberFormat.types").InputComponentOmittedProps & import("../../../components/NumberFormat").CustomNumericFormatProps, "ref"> | Omit<import("../../../engines/types").PropsType<{
|
|
610
624
|
view: {
|
|
611
625
|
default: import("@linaria/core").LinariaClassName;
|
|
612
626
|
positive: import("@linaria/core").LinariaClassName;
|
|
@@ -624,6 +638,9 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
624
638
|
inner: import("@linaria/core").LinariaClassName;
|
|
625
639
|
outer: import("@linaria/core").LinariaClassName;
|
|
626
640
|
};
|
|
641
|
+
clear: {
|
|
642
|
+
true: import("@linaria/core").LinariaClassName;
|
|
643
|
+
};
|
|
627
644
|
chipView: {
|
|
628
645
|
default: import("@linaria/core").LinariaClassName;
|
|
629
646
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -646,7 +663,6 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
646
663
|
true: import("@linaria/core").LinariaClassName;
|
|
647
664
|
};
|
|
648
665
|
}> & {
|
|
649
|
-
appearance?: "default" | "clear";
|
|
650
666
|
size?: string;
|
|
651
667
|
view?: string;
|
|
652
668
|
readOnly?: boolean;
|
|
@@ -684,7 +700,7 @@ export declare const NumberFormat: import("react").ForwardRefExoticComponent<(Om
|
|
|
684
700
|
chipValidator?: (value: string) => {
|
|
685
701
|
view?: string;
|
|
686
702
|
};
|
|
687
|
-
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement
|
|
703
|
+
} & Omit<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & {
|
|
688
704
|
thousandSeparator?: boolean | string;
|
|
689
705
|
decimalSeparator?: string;
|
|
690
706
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBACkpL,MAAO,YAAY;mBAAqE,MAAO,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;oCAA3rK,CAAC;;;;;;;;;;;;;qBAAsxC,CAAC,uDAAuC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA+gH,YAAY;yBAA4E,YAAY;;;oCAAuQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAp6H,CAAC,uDAAuC,CAAC;8NADzmE,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
1
2
|
export declare const RadioboxDefault: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
|
|
2
3
|
size: {
|
|
3
4
|
s: import("@linaria/core").LinariaClassName;
|
|
@@ -44,53 +45,11 @@ export declare const RadioboxOutline: import("react").FunctionComponent<import("
|
|
|
44
45
|
true: import("@linaria/core").LinariaClassName;
|
|
45
46
|
};
|
|
46
47
|
}> & import("../../../engines/types").Filter<import("../../..").InputHTMLAttributes<HTMLInputElement>, "size"> & Omit<import("../../..").BaseboxProps, "appearance" | "indeterminate"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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>>;
|
|
48
|
+
type CheckboxProps = (ComponentProps<typeof RadioboxDefault> & {
|
|
49
|
+
appearance: 'outline';
|
|
50
|
+
}) | (ComponentProps<typeof RadioboxOutline> & {
|
|
51
|
+
appearance?: 'default' | undefined;
|
|
52
|
+
});
|
|
53
|
+
export declare const Radiobox: import("react").FC<CheckboxProps>;
|
|
54
|
+
export {};
|
|
96
55
|
//# 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":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAUvC,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAG9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;yOAAiC,CAAC;AAE9D,KAAK,aAAa,GACZ,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,GAAG;IACtC,UAAU,EAAE,SAAS,CAAC;CACzB,CAAC,GACF,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,GAAG;IACtC,UAAU,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACtC,CAAC,CAAC;AAET,eAAO,MAAM,QAAQ,mCAKnB,CAAC"}
|
|
@@ -22,6 +22,9 @@ export declare const config: {
|
|
|
22
22
|
inner: import("@linaria/core").LinariaClassName;
|
|
23
23
|
outer: import("@linaria/core").LinariaClassName;
|
|
24
24
|
};
|
|
25
|
+
clear: {
|
|
26
|
+
true: import("@linaria/core").LinariaClassName;
|
|
27
|
+
};
|
|
25
28
|
chipView: {
|
|
26
29
|
default: import("@linaria/core").LinariaClassName;
|
|
27
30
|
secondary: import("@linaria/core").LinariaClassName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2uBlB,CAAC"}
|