@salutejs/sdds-finai 0.323.0-canary.2397.20370453452.0 → 0.323.0-canary.2397.20456842500.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/dist/beta/cjs/Popover/Popover.closeInner.config.js +89 -0
- package/dist/beta/cjs/Popover/Popover.closeNone.config.js +81 -0
- package/dist/beta/cjs/Popover/Popover.js +37 -0
- package/dist/beta/cjs/Popover/index.js +11 -0
- package/dist/beta/cjs/index.js +18 -0
- package/dist/beta/es/Popover/Popover.closeInner.config.js +79 -0
- package/dist/beta/es/Popover/Popover.closeNone.config.js +71 -0
- package/dist/beta/es/Popover/Popover.js +16 -0
- package/dist/beta/es/Popover/index.js +1 -0
- package/dist/beta/es/index.js +1 -0
- package/dist/beta/types/Popover/Popover.closeInner.config.d.ts +16 -0
- package/dist/beta/types/Popover/Popover.closeNone.config.d.ts +16 -0
- package/dist/beta/types/Popover/Popover.d.ts +30 -0
- package/dist/beta/types/Popover/index.d.ts +1 -0
- package/dist/beta/types/index.d.ts +1 -0
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +48 -20
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +46 -20
- package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +46 -23
- package/dist/styled-components/cjs/components/DateTimePicker/DateTimePicker.config.js +36 -14
- package/dist/styled-components/cjs/components/Range/Range.config.js +56 -28
- package/dist/styled-components/cjs/components/Select/Select.config.js +49 -21
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +62 -53
- package/dist/styled-components/cjs/components/TextField/TextField.clear.config.js +43 -27
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +48 -22
- package/dist/styled-components/cjs/components/TimePicker/TimePicker.config.js +48 -19
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +48 -20
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +46 -20
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +46 -23
- package/dist/styled-components/es/components/DateTimePicker/DateTimePicker.config.js +36 -14
- package/dist/styled-components/es/components/Range/Range.config.js +56 -28
- package/dist/styled-components/es/components/Select/Select.config.js +49 -21
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +62 -53
- package/dist/styled-components/es/components/TextField/TextField.clear.config.js +43 -27
- package/dist/styled-components/es/components/TextField/TextField.config.js +48 -22
- package/dist/styled-components/es/components/TimePicker/TimePicker.config.js +48 -19
- package/package.json +19 -11
- package/types/components/Combobox/Combobox.d.ts +24 -0
- package/types/components/Range/Range.d.ts +24 -24
- package/types/components/Select/Select.d.ts +6 -0
|
@@ -79,8 +79,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
79
79
|
hintWidth?: string;
|
|
80
80
|
hintContentLeft?: import("react").ReactNode;
|
|
81
81
|
} & {
|
|
82
|
-
appearance?: "
|
|
83
|
-
hasClearDivider?:
|
|
82
|
+
appearance?: "default";
|
|
83
|
+
hasClearDivider?: never;
|
|
84
84
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
85
85
|
label?: string;
|
|
86
86
|
leftHelper?: string;
|
|
@@ -135,8 +135,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
135
135
|
hintWidth?: string;
|
|
136
136
|
hintContentLeft?: import("react").ReactNode;
|
|
137
137
|
} & {
|
|
138
|
-
appearance?: "
|
|
139
|
-
hasClearDivider?:
|
|
138
|
+
appearance?: "clear";
|
|
139
|
+
hasClearDivider?: boolean;
|
|
140
140
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
141
141
|
label?: string;
|
|
142
142
|
leftHelper?: string;
|
|
@@ -191,8 +191,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
191
191
|
hintWidth?: never;
|
|
192
192
|
hintContentLeft?: never;
|
|
193
193
|
} & {
|
|
194
|
-
appearance?: "
|
|
195
|
-
hasClearDivider?:
|
|
194
|
+
appearance?: "default";
|
|
195
|
+
hasClearDivider?: never;
|
|
196
196
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
197
197
|
label?: string;
|
|
198
198
|
leftHelper?: string;
|
|
@@ -247,8 +247,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
247
247
|
hintWidth?: never;
|
|
248
248
|
hintContentLeft?: never;
|
|
249
249
|
} & {
|
|
250
|
-
appearance?: "
|
|
251
|
-
hasClearDivider?:
|
|
250
|
+
appearance?: "clear";
|
|
251
|
+
hasClearDivider?: boolean;
|
|
252
252
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
253
253
|
label?: string;
|
|
254
254
|
leftHelper?: string;
|
|
@@ -303,8 +303,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
303
303
|
hintWidth?: string;
|
|
304
304
|
hintContentLeft?: import("react").ReactNode;
|
|
305
305
|
} & {
|
|
306
|
-
appearance?: "
|
|
307
|
-
hasClearDivider?:
|
|
306
|
+
appearance?: "default";
|
|
307
|
+
hasClearDivider?: never;
|
|
308
308
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
309
309
|
label?: string;
|
|
310
310
|
leftHelper?: string;
|
|
@@ -359,8 +359,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
359
359
|
hintWidth?: string;
|
|
360
360
|
hintContentLeft?: import("react").ReactNode;
|
|
361
361
|
} & {
|
|
362
|
-
appearance?: "
|
|
363
|
-
hasClearDivider?:
|
|
362
|
+
appearance?: "clear";
|
|
363
|
+
hasClearDivider?: boolean;
|
|
364
364
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
365
365
|
label?: string;
|
|
366
366
|
leftHelper?: string;
|
|
@@ -415,8 +415,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
415
415
|
hintWidth?: never;
|
|
416
416
|
hintContentLeft?: never;
|
|
417
417
|
} & {
|
|
418
|
-
appearance?: "
|
|
419
|
-
hasClearDivider?:
|
|
418
|
+
appearance?: "default";
|
|
419
|
+
hasClearDivider?: never;
|
|
420
420
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
421
421
|
label?: string;
|
|
422
422
|
leftHelper?: string;
|
|
@@ -471,8 +471,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
471
471
|
hintWidth?: never;
|
|
472
472
|
hintContentLeft?: never;
|
|
473
473
|
} & {
|
|
474
|
-
appearance?: "
|
|
475
|
-
hasClearDivider?:
|
|
474
|
+
appearance?: "clear";
|
|
475
|
+
hasClearDivider?: boolean;
|
|
476
476
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
477
477
|
label?: string;
|
|
478
478
|
leftHelper?: string;
|
|
@@ -527,8 +527,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
527
527
|
hintWidth?: string;
|
|
528
528
|
hintContentLeft?: import("react").ReactNode;
|
|
529
529
|
} & {
|
|
530
|
-
appearance?: "
|
|
531
|
-
hasClearDivider?:
|
|
530
|
+
appearance?: "default";
|
|
531
|
+
hasClearDivider?: never;
|
|
532
532
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
533
533
|
label?: string;
|
|
534
534
|
leftHelper?: string;
|
|
@@ -583,8 +583,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
583
583
|
hintWidth?: string;
|
|
584
584
|
hintContentLeft?: import("react").ReactNode;
|
|
585
585
|
} & {
|
|
586
|
-
appearance?: "
|
|
587
|
-
hasClearDivider?:
|
|
586
|
+
appearance?: "clear";
|
|
587
|
+
hasClearDivider?: boolean;
|
|
588
588
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
589
589
|
label?: string;
|
|
590
590
|
leftHelper?: string;
|
|
@@ -639,8 +639,8 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
639
639
|
hintWidth?: never;
|
|
640
640
|
hintContentLeft?: never;
|
|
641
641
|
} & {
|
|
642
|
-
appearance?: "
|
|
643
|
-
hasClearDivider?:
|
|
642
|
+
appearance?: "default";
|
|
643
|
+
hasClearDivider?: never;
|
|
644
644
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
645
645
|
label?: string;
|
|
646
646
|
leftHelper?: string;
|
|
@@ -695,6 +695,6 @@ export declare const Range: import("react").FunctionComponent<import("@salutejs/
|
|
|
695
695
|
hintWidth?: never;
|
|
696
696
|
hintContentLeft?: never;
|
|
697
697
|
} & {
|
|
698
|
-
appearance?: "
|
|
699
|
-
hasClearDivider?:
|
|
698
|
+
appearance?: "clear";
|
|
699
|
+
hasClearDivider?: boolean;
|
|
700
700
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>))>;
|
|
@@ -57,6 +57,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
57
57
|
target?: "textfield-like";
|
|
58
58
|
view?: "default" | "positive" | "warning" | "negative";
|
|
59
59
|
contentLeft?: React.ReactNode;
|
|
60
|
+
contentRight?: React.ReactElement;
|
|
60
61
|
placeholder?: string;
|
|
61
62
|
helperText?: string;
|
|
62
63
|
chipType?: "default" | "text";
|
|
@@ -118,6 +119,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
118
119
|
target?: "textfield-like";
|
|
119
120
|
view?: "default" | "positive" | "warning" | "negative";
|
|
120
121
|
contentLeft?: React.ReactNode;
|
|
122
|
+
contentRight?: React.ReactElement;
|
|
121
123
|
placeholder?: string;
|
|
122
124
|
helperText?: string;
|
|
123
125
|
chipType?: "default" | "text";
|
|
@@ -180,6 +182,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
180
182
|
target?: "textfield-like";
|
|
181
183
|
view?: "default" | "positive" | "warning" | "negative";
|
|
182
184
|
contentLeft?: React.ReactNode;
|
|
185
|
+
contentRight?: React.ReactElement;
|
|
183
186
|
placeholder?: string;
|
|
184
187
|
helperText?: string;
|
|
185
188
|
chipType?: "default" | "text";
|
|
@@ -241,6 +244,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
241
244
|
target?: "textfield-like";
|
|
242
245
|
view?: "default" | "positive" | "warning" | "negative";
|
|
243
246
|
contentLeft?: React.ReactNode;
|
|
247
|
+
contentRight?: React.ReactElement;
|
|
244
248
|
placeholder?: string;
|
|
245
249
|
helperText?: string;
|
|
246
250
|
chipType?: "default" | "text";
|
|
@@ -291,6 +295,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
291
295
|
target: "button-like";
|
|
292
296
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
293
297
|
contentLeft?: never;
|
|
298
|
+
contentRight?: never;
|
|
294
299
|
placeholder?: never;
|
|
295
300
|
helperText?: never;
|
|
296
301
|
chipType?: never;
|
|
@@ -340,6 +345,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
340
345
|
target: "button-like";
|
|
341
346
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
|
342
347
|
contentLeft?: never;
|
|
348
|
+
contentRight?: never;
|
|
343
349
|
placeholder?: never;
|
|
344
350
|
helperText?: never;
|
|
345
351
|
chipType?: never;
|