@salutejs/sdds-os 0.15.0-next-platform-ai.0 → 0.15.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/package.json +8 -8
- package/types/components/Attach/Attach.d.ts +16 -16
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/components/Button/Button.d.ts +4 -4
- package/types/components/Combobox/Combobox.d.ts +24 -0
- package/types/components/DatePicker/DatePicker.d.ts +3 -3
- package/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/types/components/Dropzone/Dropzone.d.ts +2 -2
- package/types/components/EmbedIconButton/EmbedIconButton.d.ts +2 -2
- package/types/components/IconButton/IconButton.d.ts +2 -2
- package/types/components/Notification/Notification.d.ts +1 -1
- package/types/components/Select/Select.d.ts +6 -0
- package/types/components/TextField/TextField.d.ts +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-os",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS OS web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/sdds-os"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.357.0
|
|
36
|
-
"@salutejs/sdds-themes": "0.61.0
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.357.0",
|
|
36
|
+
"@salutejs/sdds-themes": "0.61.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=16.13.1",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
58
58
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
59
59
|
"@salutejs/plasma-colors": "0.16.0",
|
|
60
|
-
"@salutejs/plasma-core": "1.222.0
|
|
61
|
-
"@salutejs/plasma-cy-utils": "0.152.0
|
|
62
|
-
"@salutejs/plasma-icons": "1.234.0
|
|
63
|
-
"@salutejs/plasma-sb-utils": "0.222.0
|
|
60
|
+
"@salutejs/plasma-core": "1.222.0",
|
|
61
|
+
"@salutejs/plasma-cy-utils": "0.152.0",
|
|
62
|
+
"@salutejs/plasma-icons": "1.234.0",
|
|
63
|
+
"@salutejs/plasma-sb-utils": "0.222.0",
|
|
64
64
|
"@types/node": "16.7.13",
|
|
65
65
|
"@types/react": "18.0.28",
|
|
66
66
|
"@types/react-dom": "18.0.11",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": [
|
|
109
109
|
"*.css"
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "3cdbc596bd9ed805f8633fbd715d34ab85dd6180"
|
|
112
112
|
}
|
|
@@ -30,7 +30,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
30
30
|
isLoading?: boolean;
|
|
31
31
|
loader?: import("react").ReactNode;
|
|
32
32
|
stretch?: boolean;
|
|
33
|
-
stretching?: "
|
|
33
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
34
34
|
square?: boolean;
|
|
35
35
|
focused?: boolean;
|
|
36
36
|
disabled?: boolean;
|
|
@@ -69,7 +69,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
69
69
|
isLoading?: boolean;
|
|
70
70
|
loader?: import("react").ReactNode;
|
|
71
71
|
stretch?: boolean;
|
|
72
|
-
stretching?: "
|
|
72
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
73
73
|
square?: boolean;
|
|
74
74
|
focused?: boolean;
|
|
75
75
|
disabled?: boolean;
|
|
@@ -111,7 +111,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
111
111
|
isLoading?: boolean;
|
|
112
112
|
loader?: import("react").ReactNode;
|
|
113
113
|
stretch?: boolean;
|
|
114
|
-
stretching?: "
|
|
114
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
115
115
|
square?: boolean;
|
|
116
116
|
focused?: boolean;
|
|
117
117
|
disabled?: boolean;
|
|
@@ -151,7 +151,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
151
151
|
isLoading?: boolean;
|
|
152
152
|
loader?: import("react").ReactNode;
|
|
153
153
|
stretch?: boolean;
|
|
154
|
-
stretching?: "
|
|
154
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
155
155
|
square?: boolean;
|
|
156
156
|
focused?: boolean;
|
|
157
157
|
disabled?: boolean;
|
|
@@ -194,7 +194,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
194
194
|
isLoading?: boolean;
|
|
195
195
|
loader?: import("react").ReactNode;
|
|
196
196
|
stretch?: boolean;
|
|
197
|
-
stretching?: "
|
|
197
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
198
198
|
square?: boolean;
|
|
199
199
|
focused?: boolean;
|
|
200
200
|
disabled?: boolean;
|
|
@@ -233,7 +233,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
233
233
|
isLoading?: boolean;
|
|
234
234
|
loader?: import("react").ReactNode;
|
|
235
235
|
stretch?: boolean;
|
|
236
|
-
stretching?: "
|
|
236
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
237
237
|
square?: boolean;
|
|
238
238
|
focused?: boolean;
|
|
239
239
|
disabled?: boolean;
|
|
@@ -275,7 +275,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
275
275
|
isLoading?: boolean;
|
|
276
276
|
loader?: import("react").ReactNode;
|
|
277
277
|
stretch?: boolean;
|
|
278
|
-
stretching?: "
|
|
278
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
279
279
|
square?: boolean;
|
|
280
280
|
focused?: boolean;
|
|
281
281
|
disabled?: boolean;
|
|
@@ -315,7 +315,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
315
315
|
isLoading?: boolean;
|
|
316
316
|
loader?: import("react").ReactNode;
|
|
317
317
|
stretch?: boolean;
|
|
318
|
-
stretching?: "
|
|
318
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
319
319
|
square?: boolean;
|
|
320
320
|
focused?: boolean;
|
|
321
321
|
disabled?: boolean;
|
|
@@ -358,7 +358,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
358
358
|
isLoading?: boolean;
|
|
359
359
|
loader?: import("react").ReactNode;
|
|
360
360
|
stretch?: boolean;
|
|
361
|
-
stretching?: "
|
|
361
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
362
362
|
square?: boolean;
|
|
363
363
|
focused?: boolean;
|
|
364
364
|
disabled?: boolean;
|
|
@@ -400,7 +400,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
400
400
|
isLoading?: boolean;
|
|
401
401
|
loader?: import("react").ReactNode;
|
|
402
402
|
stretch?: boolean;
|
|
403
|
-
stretching?: "
|
|
403
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
404
404
|
square?: boolean;
|
|
405
405
|
focused?: boolean;
|
|
406
406
|
disabled?: boolean;
|
|
@@ -439,7 +439,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
439
439
|
isLoading?: boolean;
|
|
440
440
|
loader?: import("react").ReactNode;
|
|
441
441
|
stretch?: boolean;
|
|
442
|
-
stretching?: "
|
|
442
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
443
443
|
square?: boolean;
|
|
444
444
|
focused?: boolean;
|
|
445
445
|
disabled?: boolean;
|
|
@@ -482,7 +482,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
482
482
|
isLoading?: boolean;
|
|
483
483
|
loader?: import("react").ReactNode;
|
|
484
484
|
stretch?: boolean;
|
|
485
|
-
stretching?: "
|
|
485
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
486
486
|
square?: boolean;
|
|
487
487
|
focused?: boolean;
|
|
488
488
|
disabled?: boolean;
|
|
@@ -522,7 +522,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
522
522
|
isLoading?: boolean;
|
|
523
523
|
loader?: import("react").ReactNode;
|
|
524
524
|
stretch?: boolean;
|
|
525
|
-
stretching?: "
|
|
525
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
526
526
|
square?: boolean;
|
|
527
527
|
focused?: boolean;
|
|
528
528
|
disabled?: boolean;
|
|
@@ -564,7 +564,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
564
564
|
isLoading?: boolean;
|
|
565
565
|
loader?: import("react").ReactNode;
|
|
566
566
|
stretch?: boolean;
|
|
567
|
-
stretching?: "
|
|
567
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
568
568
|
square?: boolean;
|
|
569
569
|
focused?: boolean;
|
|
570
570
|
disabled?: boolean;
|
|
@@ -603,7 +603,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
603
603
|
isLoading?: boolean;
|
|
604
604
|
loader?: import("react").ReactNode;
|
|
605
605
|
stretch?: boolean;
|
|
606
|
-
stretching?: "
|
|
606
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
607
607
|
square?: boolean;
|
|
608
608
|
focused?: boolean;
|
|
609
609
|
disabled?: boolean;
|
|
@@ -646,7 +646,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
|
646
646
|
isLoading?: boolean;
|
|
647
647
|
loader?: import("react").ReactNode;
|
|
648
648
|
stretch?: boolean;
|
|
649
|
-
stretching?: "
|
|
649
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
650
650
|
square?: boolean;
|
|
651
651
|
focused?: boolean;
|
|
652
652
|
disabled?: boolean;
|
|
@@ -86,7 +86,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
86
86
|
chipType?: never;
|
|
87
87
|
chipView?: never;
|
|
88
88
|
chipValidator?: never;
|
|
89
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
89
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
90
90
|
labelPlacement?: string;
|
|
91
91
|
readOnly?: boolean;
|
|
92
92
|
disabled?: boolean;
|
|
@@ -145,7 +145,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
145
145
|
chipValidator?: (value: string) => {
|
|
146
146
|
view?: string;
|
|
147
147
|
};
|
|
148
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
148
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
149
149
|
labelPlacement?: string;
|
|
150
150
|
readOnly?: boolean;
|
|
151
151
|
disabled?: boolean;
|
|
@@ -202,7 +202,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
202
202
|
chipType?: never;
|
|
203
203
|
chipView?: never;
|
|
204
204
|
chipValidator?: never;
|
|
205
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
205
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
206
206
|
labelPlacement?: string;
|
|
207
207
|
readOnly?: boolean;
|
|
208
208
|
disabled?: boolean;
|
|
@@ -261,7 +261,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
261
261
|
chipValidator?: (value: string) => {
|
|
262
262
|
view?: string;
|
|
263
263
|
};
|
|
264
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
264
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
265
265
|
labelPlacement?: string;
|
|
266
266
|
readOnly?: boolean;
|
|
267
267
|
disabled?: boolean;
|
|
@@ -318,7 +318,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
318
318
|
chipType?: never;
|
|
319
319
|
chipView?: never;
|
|
320
320
|
chipValidator?: never;
|
|
321
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
321
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
322
322
|
labelPlacement?: string;
|
|
323
323
|
readOnly?: boolean;
|
|
324
324
|
disabled?: boolean;
|
|
@@ -377,7 +377,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
377
377
|
chipValidator?: (value: string) => {
|
|
378
378
|
view?: string;
|
|
379
379
|
};
|
|
380
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
380
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
381
381
|
labelPlacement?: string;
|
|
382
382
|
readOnly?: boolean;
|
|
383
383
|
disabled?: boolean;
|
|
@@ -434,7 +434,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
434
434
|
chipType?: never;
|
|
435
435
|
chipView?: never;
|
|
436
436
|
chipValidator?: never;
|
|
437
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
437
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
438
438
|
labelPlacement?: string;
|
|
439
439
|
readOnly?: boolean;
|
|
440
440
|
disabled?: boolean;
|
|
@@ -493,7 +493,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
493
493
|
chipValidator?: (value: string) => {
|
|
494
494
|
view?: string;
|
|
495
495
|
};
|
|
496
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "
|
|
496
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "onScroll" | "required" | "size" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
497
497
|
type PropsFromConfig = keyof typeof config['variations'];
|
|
498
498
|
type Props<T extends SuggestionItemType> = DistributiveOmit<AutocompleteProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof AutocompleteComponent>, PropsFromConfig>;
|
|
499
499
|
export declare const Autocomplete: <T extends SuggestionItemType>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement | null;
|
|
@@ -37,7 +37,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
|
37
37
|
isLoading?: boolean;
|
|
38
38
|
loader?: import("react").ReactNode;
|
|
39
39
|
stretch?: boolean;
|
|
40
|
-
stretching?: "
|
|
40
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
41
41
|
square?: boolean;
|
|
42
42
|
focused?: boolean;
|
|
43
43
|
disabled?: boolean;
|
|
@@ -60,7 +60,7 @@ declare const ButtonComponent: import("react").FunctionComponent<import("@salute
|
|
|
60
60
|
isLoading?: boolean;
|
|
61
61
|
loader?: import("react").ReactNode;
|
|
62
62
|
stretch?: boolean;
|
|
63
|
-
stretching?: "
|
|
63
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
64
64
|
square?: boolean;
|
|
65
65
|
focused?: boolean;
|
|
66
66
|
disabled?: boolean;
|
|
@@ -119,7 +119,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
|
119
119
|
isLoading?: boolean;
|
|
120
120
|
loader?: import("react").ReactNode;
|
|
121
121
|
stretch?: boolean;
|
|
122
|
-
stretching?: "
|
|
122
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
123
123
|
square?: boolean;
|
|
124
124
|
focused?: boolean;
|
|
125
125
|
disabled?: boolean;
|
|
@@ -142,7 +142,7 @@ export declare const Button: import("react").FunctionComponent<import("@salutejs
|
|
|
142
142
|
isLoading?: boolean;
|
|
143
143
|
loader?: import("react").ReactNode;
|
|
144
144
|
stretch?: boolean;
|
|
145
|
-
stretching?: "
|
|
145
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
146
146
|
square?: boolean;
|
|
147
147
|
focused?: boolean;
|
|
148
148
|
disabled?: boolean;
|
|
@@ -62,6 +62,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
62
62
|
arrowPlacement?: "left" | "right";
|
|
63
63
|
flip?: boolean;
|
|
64
64
|
shift?: boolean;
|
|
65
|
+
singleLine?: boolean;
|
|
65
66
|
listHeight?: React.CSSProperties["height"];
|
|
66
67
|
listOverflow?: React.CSSProperties["overflow"];
|
|
67
68
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -125,6 +126,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
125
126
|
arrowPlacement?: "left" | "right";
|
|
126
127
|
flip?: boolean;
|
|
127
128
|
shift?: boolean;
|
|
129
|
+
singleLine?: boolean;
|
|
128
130
|
listHeight?: React.CSSProperties["height"];
|
|
129
131
|
listOverflow?: React.CSSProperties["overflow"];
|
|
130
132
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -188,6 +190,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
188
190
|
arrowPlacement?: "left" | "right";
|
|
189
191
|
flip?: boolean;
|
|
190
192
|
shift?: boolean;
|
|
193
|
+
singleLine?: boolean;
|
|
191
194
|
listHeight?: React.CSSProperties["height"];
|
|
192
195
|
listOverflow?: React.CSSProperties["overflow"];
|
|
193
196
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -251,6 +254,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
251
254
|
arrowPlacement?: "left" | "right";
|
|
252
255
|
flip?: boolean;
|
|
253
256
|
shift?: boolean;
|
|
257
|
+
singleLine?: boolean;
|
|
254
258
|
listHeight?: React.CSSProperties["height"];
|
|
255
259
|
listOverflow?: React.CSSProperties["overflow"];
|
|
256
260
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -314,6 +318,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
314
318
|
arrowPlacement?: "left" | "right";
|
|
315
319
|
flip?: boolean;
|
|
316
320
|
shift?: boolean;
|
|
321
|
+
singleLine?: boolean;
|
|
317
322
|
listHeight?: React.CSSProperties["height"];
|
|
318
323
|
listOverflow?: React.CSSProperties["overflow"];
|
|
319
324
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -377,6 +382,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
377
382
|
arrowPlacement?: "left" | "right";
|
|
378
383
|
flip?: boolean;
|
|
379
384
|
shift?: boolean;
|
|
385
|
+
singleLine?: boolean;
|
|
380
386
|
listHeight?: React.CSSProperties["height"];
|
|
381
387
|
listOverflow?: React.CSSProperties["overflow"];
|
|
382
388
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -440,6 +446,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
440
446
|
arrowPlacement?: "left" | "right";
|
|
441
447
|
flip?: boolean;
|
|
442
448
|
shift?: boolean;
|
|
449
|
+
singleLine?: boolean;
|
|
443
450
|
listHeight?: React.CSSProperties["height"];
|
|
444
451
|
listOverflow?: React.CSSProperties["overflow"];
|
|
445
452
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -503,6 +510,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
503
510
|
arrowPlacement?: "left" | "right";
|
|
504
511
|
flip?: boolean;
|
|
505
512
|
shift?: boolean;
|
|
513
|
+
singleLine?: boolean;
|
|
506
514
|
listHeight?: React.CSSProperties["height"];
|
|
507
515
|
listOverflow?: React.CSSProperties["overflow"];
|
|
508
516
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -566,6 +574,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
566
574
|
arrowPlacement?: "left" | "right";
|
|
567
575
|
flip?: boolean;
|
|
568
576
|
shift?: boolean;
|
|
577
|
+
singleLine?: boolean;
|
|
569
578
|
listHeight?: React.CSSProperties["height"];
|
|
570
579
|
listOverflow?: React.CSSProperties["overflow"];
|
|
571
580
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -629,6 +638,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
629
638
|
arrowPlacement?: "left" | "right";
|
|
630
639
|
flip?: boolean;
|
|
631
640
|
shift?: boolean;
|
|
641
|
+
singleLine?: boolean;
|
|
632
642
|
listHeight?: React.CSSProperties["height"];
|
|
633
643
|
listOverflow?: React.CSSProperties["overflow"];
|
|
634
644
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -692,6 +702,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
692
702
|
arrowPlacement?: "left" | "right";
|
|
693
703
|
flip?: boolean;
|
|
694
704
|
shift?: boolean;
|
|
705
|
+
singleLine?: boolean;
|
|
695
706
|
listHeight?: React.CSSProperties["height"];
|
|
696
707
|
listOverflow?: React.CSSProperties["overflow"];
|
|
697
708
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -755,6 +766,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
755
766
|
arrowPlacement?: "left" | "right";
|
|
756
767
|
flip?: boolean;
|
|
757
768
|
shift?: boolean;
|
|
769
|
+
singleLine?: boolean;
|
|
758
770
|
listHeight?: React.CSSProperties["height"];
|
|
759
771
|
listOverflow?: React.CSSProperties["overflow"];
|
|
760
772
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -818,6 +830,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
818
830
|
arrowPlacement?: "left" | "right";
|
|
819
831
|
flip?: boolean;
|
|
820
832
|
shift?: boolean;
|
|
833
|
+
singleLine?: boolean;
|
|
821
834
|
listHeight?: React.CSSProperties["height"];
|
|
822
835
|
listOverflow?: React.CSSProperties["overflow"];
|
|
823
836
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -881,6 +894,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
881
894
|
arrowPlacement?: "left" | "right";
|
|
882
895
|
flip?: boolean;
|
|
883
896
|
shift?: boolean;
|
|
897
|
+
singleLine?: boolean;
|
|
884
898
|
listHeight?: React.CSSProperties["height"];
|
|
885
899
|
listOverflow?: React.CSSProperties["overflow"];
|
|
886
900
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -944,6 +958,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
944
958
|
arrowPlacement?: "left" | "right";
|
|
945
959
|
flip?: boolean;
|
|
946
960
|
shift?: boolean;
|
|
961
|
+
singleLine?: boolean;
|
|
947
962
|
listHeight?: React.CSSProperties["height"];
|
|
948
963
|
listOverflow?: React.CSSProperties["overflow"];
|
|
949
964
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1007,6 +1022,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1007
1022
|
arrowPlacement?: "left" | "right";
|
|
1008
1023
|
flip?: boolean;
|
|
1009
1024
|
shift?: boolean;
|
|
1025
|
+
singleLine?: boolean;
|
|
1010
1026
|
listHeight?: React.CSSProperties["height"];
|
|
1011
1027
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1012
1028
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1070,6 +1086,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1070
1086
|
arrowPlacement?: "left" | "right";
|
|
1071
1087
|
flip?: boolean;
|
|
1072
1088
|
shift?: boolean;
|
|
1089
|
+
singleLine?: boolean;
|
|
1073
1090
|
listHeight?: React.CSSProperties["height"];
|
|
1074
1091
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1075
1092
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1133,6 +1150,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1133
1150
|
arrowPlacement?: "left" | "right";
|
|
1134
1151
|
flip?: boolean;
|
|
1135
1152
|
shift?: boolean;
|
|
1153
|
+
singleLine?: boolean;
|
|
1136
1154
|
listHeight?: React.CSSProperties["height"];
|
|
1137
1155
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1138
1156
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1196,6 +1214,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1196
1214
|
arrowPlacement?: "left" | "right";
|
|
1197
1215
|
flip?: boolean;
|
|
1198
1216
|
shift?: boolean;
|
|
1217
|
+
singleLine?: boolean;
|
|
1199
1218
|
listHeight?: React.CSSProperties["height"];
|
|
1200
1219
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1201
1220
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1259,6 +1278,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1259
1278
|
arrowPlacement?: "left" | "right";
|
|
1260
1279
|
flip?: boolean;
|
|
1261
1280
|
shift?: boolean;
|
|
1281
|
+
singleLine?: boolean;
|
|
1262
1282
|
listHeight?: React.CSSProperties["height"];
|
|
1263
1283
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1264
1284
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1322,6 +1342,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1322
1342
|
arrowPlacement?: "left" | "right";
|
|
1323
1343
|
flip?: boolean;
|
|
1324
1344
|
shift?: boolean;
|
|
1345
|
+
singleLine?: boolean;
|
|
1325
1346
|
listHeight?: React.CSSProperties["height"];
|
|
1326
1347
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1327
1348
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1385,6 +1406,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1385
1406
|
arrowPlacement?: "left" | "right";
|
|
1386
1407
|
flip?: boolean;
|
|
1387
1408
|
shift?: boolean;
|
|
1409
|
+
singleLine?: boolean;
|
|
1388
1410
|
listHeight?: React.CSSProperties["height"];
|
|
1389
1411
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1390
1412
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1448,6 +1470,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1448
1470
|
arrowPlacement?: "left" | "right";
|
|
1449
1471
|
flip?: boolean;
|
|
1450
1472
|
shift?: boolean;
|
|
1473
|
+
singleLine?: boolean;
|
|
1451
1474
|
listHeight?: React.CSSProperties["height"];
|
|
1452
1475
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1453
1476
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1511,6 +1534,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1511
1534
|
arrowPlacement?: "left" | "right";
|
|
1512
1535
|
flip?: boolean;
|
|
1513
1536
|
shift?: boolean;
|
|
1537
|
+
singleLine?: boolean;
|
|
1514
1538
|
listHeight?: React.CSSProperties["height"];
|
|
1515
1539
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1516
1540
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -151,11 +151,11 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
|
151
151
|
} & {
|
|
152
152
|
size?: string | undefined;
|
|
153
153
|
disabled?: boolean | undefined;
|
|
154
|
-
|
|
155
|
-
view?: string | undefined;
|
|
154
|
+
autoComplete?: string | undefined;
|
|
156
155
|
readOnly?: boolean | undefined;
|
|
157
156
|
required?: boolean | undefined;
|
|
158
|
-
|
|
157
|
+
label?: string | undefined;
|
|
158
|
+
view?: string | undefined;
|
|
159
159
|
contentLeft?: React.ReactNode;
|
|
160
160
|
appearance?: "default" | "clear" | undefined;
|
|
161
161
|
contentRight?: React.ReactNode;
|
|
@@ -40,7 +40,7 @@ declare const DropdownNewHope: React.FunctionComponent<import("@salutejs/plasma-
|
|
|
40
40
|
listOverflow?: React.CSSProperties["overflow"];
|
|
41
41
|
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
42
42
|
export type DropdownProps<T extends DropdownItemOption> = Omit<DropdownNewProps<T>, 'size' | 'view'> & Pick<ComponentProps<typeof DropdownNewHope>, 'size' | 'view'>;
|
|
43
|
-
declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "
|
|
43
|
+
declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewProps<T>, "size" | "view"> & Pick<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
44
44
|
size: {
|
|
45
45
|
l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
46
46
|
m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -78,5 +78,5 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
|
|
|
78
78
|
listHeight?: React.CSSProperties["height"];
|
|
79
79
|
hoverIndex?: number;
|
|
80
80
|
listOverflow?: React.CSSProperties["overflow"];
|
|
81
|
-
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "
|
|
81
|
+
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "size" | "view"> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement | null;
|
|
82
82
|
export { Dropdown };
|
|
@@ -8,7 +8,7 @@ export declare const Dropzone: import("react").FunctionComponent<import("@salute
|
|
|
8
8
|
disabled: {
|
|
9
9
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
10
|
};
|
|
11
|
-
}> & {
|
|
11
|
+
}> & import("@salutejs/plasma-new-hope/types/engines/types.js").InputHTMLAttributesWithoutDraggable<HTMLInputElement, "title" | "size"> & {
|
|
12
12
|
multiple?: boolean;
|
|
13
13
|
title?: React.ReactNode;
|
|
14
14
|
description?: React.ReactNode;
|
|
@@ -24,4 +24,4 @@ export declare const Dropzone: import("react").FunctionComponent<import("@salute
|
|
|
24
24
|
validator?: (files: File[]) => import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").ValidatorReturnType;
|
|
25
25
|
onDrop?: import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").FileProcessHandler;
|
|
26
26
|
onChoseFiles?: import("@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types.js").FileProcessHandler;
|
|
27
|
-
} & import("react").
|
|
27
|
+
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -30,7 +30,7 @@ export declare const EmbedIconButton: import("react").FunctionComponent<import("
|
|
|
30
30
|
isLoading?: boolean;
|
|
31
31
|
loader?: import("react").ReactNode;
|
|
32
32
|
stretch?: boolean;
|
|
33
|
-
stretching?: "
|
|
33
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
34
34
|
square?: boolean;
|
|
35
35
|
focused?: boolean;
|
|
36
36
|
disabled?: boolean;
|
|
@@ -53,7 +53,7 @@ export declare const EmbedIconButton: import("react").FunctionComponent<import("
|
|
|
53
53
|
isLoading?: boolean;
|
|
54
54
|
loader?: import("react").ReactNode;
|
|
55
55
|
stretch?: boolean;
|
|
56
|
-
stretching?: "
|
|
56
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
57
57
|
square?: boolean;
|
|
58
58
|
focused?: boolean;
|
|
59
59
|
disabled?: boolean;
|
|
@@ -34,7 +34,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
|
34
34
|
isLoading?: boolean;
|
|
35
35
|
loader?: import("react").ReactNode;
|
|
36
36
|
stretch?: boolean;
|
|
37
|
-
stretching?: "
|
|
37
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
38
38
|
square?: boolean;
|
|
39
39
|
focused?: boolean;
|
|
40
40
|
disabled?: boolean;
|
|
@@ -57,7 +57,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
|
57
57
|
isLoading?: boolean;
|
|
58
58
|
loader?: import("react").ReactNode;
|
|
59
59
|
stretch?: boolean;
|
|
60
|
-
stretching?: "
|
|
60
|
+
stretching?: "auto" | "fixed" | "filled";
|
|
61
61
|
square?: boolean;
|
|
62
62
|
focused?: boolean;
|
|
63
63
|
disabled?: boolean;
|
|
@@ -20,7 +20,7 @@ export declare const NotificationNewHope: React.FunctionComponent<import("@salut
|
|
|
20
20
|
xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
21
21
|
xxs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
22
22
|
};
|
|
23
|
-
}> &
|
|
23
|
+
}> & NotificationPropsNewHope & React.RefAttributes<HTMLDivElement>>;
|
|
24
24
|
type ConfigProps = 'size' | 'view' | 'layout' | 'closeIconType';
|
|
25
25
|
type NotificationProps = Pick<ComponentProps<typeof NotificationNewHope>, ConfigProps> & Omit<NotificationPropsNewHope, ConfigProps>;
|
|
26
26
|
export declare const Notification: ForwardRefExoticComponent<NotificationProps>;
|
|
@@ -89,6 +89,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
89
89
|
mode?: "default" | "radio";
|
|
90
90
|
flip?: boolean;
|
|
91
91
|
shift?: boolean;
|
|
92
|
+
singleLine?: boolean;
|
|
92
93
|
size?: string;
|
|
93
94
|
view?: string;
|
|
94
95
|
chipView?: string;
|
|
@@ -155,6 +156,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
155
156
|
mode?: "default" | "radio";
|
|
156
157
|
flip?: boolean;
|
|
157
158
|
shift?: boolean;
|
|
159
|
+
singleLine?: boolean;
|
|
158
160
|
size?: string;
|
|
159
161
|
view?: string;
|
|
160
162
|
chipView?: string;
|
|
@@ -220,6 +222,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
220
222
|
mode?: "default" | "radio";
|
|
221
223
|
flip?: boolean;
|
|
222
224
|
shift?: boolean;
|
|
225
|
+
singleLine?: boolean;
|
|
223
226
|
size?: string;
|
|
224
227
|
view?: string;
|
|
225
228
|
chipView?: string;
|
|
@@ -286,6 +289,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
286
289
|
mode?: "default" | "radio";
|
|
287
290
|
flip?: boolean;
|
|
288
291
|
shift?: boolean;
|
|
292
|
+
singleLine?: boolean;
|
|
289
293
|
size?: string;
|
|
290
294
|
view?: string;
|
|
291
295
|
chipView?: string;
|
|
@@ -339,6 +343,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
339
343
|
mode?: "default" | "radio";
|
|
340
344
|
flip?: boolean;
|
|
341
345
|
shift?: boolean;
|
|
346
|
+
singleLine?: boolean;
|
|
342
347
|
size?: string;
|
|
343
348
|
view?: string;
|
|
344
349
|
chipView?: string;
|
|
@@ -393,6 +398,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
393
398
|
mode?: "default" | "radio";
|
|
394
399
|
flip?: boolean;
|
|
395
400
|
shift?: boolean;
|
|
401
|
+
singleLine?: boolean;
|
|
396
402
|
size?: string;
|
|
397
403
|
view?: string;
|
|
398
404
|
chipView?: string;
|
|
@@ -71,7 +71,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
71
71
|
chipType?: never;
|
|
72
72
|
chipView?: never;
|
|
73
73
|
chipValidator?: never;
|
|
74
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
74
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
75
75
|
appearance?: "default" | "clear";
|
|
76
76
|
size?: string;
|
|
77
77
|
view?: string;
|
|
@@ -110,7 +110,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
110
110
|
chipValidator?: (value: string) => {
|
|
111
111
|
view?: string;
|
|
112
112
|
};
|
|
113
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
113
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
114
114
|
appearance?: "default" | "clear";
|
|
115
115
|
size?: string;
|
|
116
116
|
view?: string;
|
|
@@ -147,7 +147,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
147
147
|
chipType?: never;
|
|
148
148
|
chipView?: never;
|
|
149
149
|
chipValidator?: never;
|
|
150
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
150
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
151
151
|
appearance?: "default" | "clear";
|
|
152
152
|
size?: string;
|
|
153
153
|
view?: string;
|
|
@@ -186,7 +186,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
186
186
|
chipValidator?: (value: string) => {
|
|
187
187
|
view?: string;
|
|
188
188
|
};
|
|
189
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
189
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
190
190
|
appearance?: "default" | "clear";
|
|
191
191
|
size?: string;
|
|
192
192
|
view?: string;
|
|
@@ -223,7 +223,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
223
223
|
chipType?: never;
|
|
224
224
|
chipView?: never;
|
|
225
225
|
chipValidator?: never;
|
|
226
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
226
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
227
227
|
appearance?: "default" | "clear";
|
|
228
228
|
size?: string;
|
|
229
229
|
view?: string;
|
|
@@ -262,7 +262,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
262
262
|
chipValidator?: (value: string) => {
|
|
263
263
|
view?: string;
|
|
264
264
|
};
|
|
265
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
265
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
266
266
|
appearance?: "default" | "clear";
|
|
267
267
|
size?: string;
|
|
268
268
|
view?: string;
|
|
@@ -299,7 +299,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
299
299
|
chipType?: never;
|
|
300
300
|
chipView?: never;
|
|
301
301
|
chipValidator?: never;
|
|
302
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
302
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
303
303
|
appearance?: "default" | "clear";
|
|
304
304
|
size?: string;
|
|
305
305
|
view?: string;
|
|
@@ -338,4 +338,4 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
338
338
|
chipValidator?: (value: string) => {
|
|
339
339
|
view?: string;
|
|
340
340
|
};
|
|
341
|
-
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "
|
|
341
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
|