@salutejs/sdds-insol 0.340.0-next-platform-ai.0 → 0.340.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/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/components/Combobox/Combobox.d.ts +24 -0
- package/types/components/DatePicker/DatePicker.d.ts +9 -9
- package/types/components/Dropzone/Dropzone.d.ts +2 -2
- package/types/components/Notification/Notification.d.ts +1 -1
- package/types/components/Select/Select.d.ts +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-insol",
|
|
3
|
-
"version": "0.340.0
|
|
3
|
+
"version": "0.340.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS INSOL web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/sdds-insol"
|
|
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",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
59
59
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
60
60
|
"@salutejs/plasma-colors": "0.16.0",
|
|
61
|
-
"@salutejs/plasma-core": "1.222.0
|
|
62
|
-
"@salutejs/plasma-cy-utils": "0.152.0
|
|
63
|
-
"@salutejs/plasma-icons": "1.234.0
|
|
64
|
-
"@salutejs/plasma-sb-utils": "0.222.0
|
|
61
|
+
"@salutejs/plasma-core": "1.222.0",
|
|
62
|
+
"@salutejs/plasma-cy-utils": "0.152.0",
|
|
63
|
+
"@salutejs/plasma-icons": "1.234.0",
|
|
64
|
+
"@salutejs/plasma-sb-utils": "0.222.0",
|
|
65
65
|
"@types/node": "16.7.13",
|
|
66
66
|
"@types/react": "18.0.28",
|
|
67
67
|
"@types/react-dom": "18.0.11",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"sideEffects": [
|
|
112
112
|
"*.css"
|
|
113
113
|
],
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "3cdbc596bd9ed805f8633fbd715d34ab85dd6180"
|
|
115
115
|
}
|
|
@@ -90,7 +90,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
90
90
|
chipType?: never;
|
|
91
91
|
chipView?: never;
|
|
92
92
|
chipValidator?: never;
|
|
93
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
93
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
94
94
|
labelPlacement?: string;
|
|
95
95
|
readOnly?: boolean;
|
|
96
96
|
disabled?: boolean;
|
|
@@ -149,7 +149,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
149
149
|
chipValidator?: (value: string) => {
|
|
150
150
|
view?: string;
|
|
151
151
|
};
|
|
152
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
152
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
153
153
|
labelPlacement?: string;
|
|
154
154
|
readOnly?: boolean;
|
|
155
155
|
disabled?: boolean;
|
|
@@ -206,7 +206,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
206
206
|
chipType?: never;
|
|
207
207
|
chipView?: never;
|
|
208
208
|
chipValidator?: never;
|
|
209
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
209
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
210
210
|
labelPlacement?: string;
|
|
211
211
|
readOnly?: boolean;
|
|
212
212
|
disabled?: boolean;
|
|
@@ -265,7 +265,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
265
265
|
chipValidator?: (value: string) => {
|
|
266
266
|
view?: string;
|
|
267
267
|
};
|
|
268
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
268
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
269
269
|
labelPlacement?: string;
|
|
270
270
|
readOnly?: boolean;
|
|
271
271
|
disabled?: boolean;
|
|
@@ -322,7 +322,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
322
322
|
chipType?: never;
|
|
323
323
|
chipView?: never;
|
|
324
324
|
chipValidator?: never;
|
|
325
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
325
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
326
326
|
labelPlacement?: string;
|
|
327
327
|
readOnly?: boolean;
|
|
328
328
|
disabled?: boolean;
|
|
@@ -381,7 +381,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
381
381
|
chipValidator?: (value: string) => {
|
|
382
382
|
view?: string;
|
|
383
383
|
};
|
|
384
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
384
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
385
385
|
labelPlacement?: string;
|
|
386
386
|
readOnly?: boolean;
|
|
387
387
|
disabled?: boolean;
|
|
@@ -438,7 +438,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
438
438
|
chipType?: never;
|
|
439
439
|
chipView?: never;
|
|
440
440
|
chipValidator?: never;
|
|
441
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
441
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
442
442
|
labelPlacement?: string;
|
|
443
443
|
readOnly?: boolean;
|
|
444
444
|
disabled?: boolean;
|
|
@@ -497,7 +497,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
497
497
|
chipValidator?: (value: string) => {
|
|
498
498
|
view?: string;
|
|
499
499
|
};
|
|
500
|
-
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
500
|
+
}, "chips" | "onChangeChips" | "enumerationType" | "labelPlacement" | "chipView" | "chipValidator" | "chipType"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
501
501
|
type PropsFromConfig = keyof typeof config['variations'];
|
|
502
502
|
type Props<T extends SuggestionItemType> = DistributiveOmit<AutocompleteProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof AutocompleteComponent>, PropsFromConfig | 'hintTargetPlacement'>;
|
|
503
503
|
export declare const Autocomplete: <T extends SuggestionItemType>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement | null;
|
|
@@ -65,6 +65,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
65
65
|
arrowPlacement?: "left" | "right";
|
|
66
66
|
flip?: boolean;
|
|
67
67
|
shift?: boolean;
|
|
68
|
+
singleLine?: boolean;
|
|
68
69
|
listHeight?: React.CSSProperties["height"];
|
|
69
70
|
listOverflow?: React.CSSProperties["overflow"];
|
|
70
71
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -128,6 +129,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
128
129
|
arrowPlacement?: "left" | "right";
|
|
129
130
|
flip?: boolean;
|
|
130
131
|
shift?: boolean;
|
|
132
|
+
singleLine?: boolean;
|
|
131
133
|
listHeight?: React.CSSProperties["height"];
|
|
132
134
|
listOverflow?: React.CSSProperties["overflow"];
|
|
133
135
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -191,6 +193,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
191
193
|
arrowPlacement?: "left" | "right";
|
|
192
194
|
flip?: boolean;
|
|
193
195
|
shift?: boolean;
|
|
196
|
+
singleLine?: boolean;
|
|
194
197
|
listHeight?: React.CSSProperties["height"];
|
|
195
198
|
listOverflow?: React.CSSProperties["overflow"];
|
|
196
199
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -254,6 +257,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
254
257
|
arrowPlacement?: "left" | "right";
|
|
255
258
|
flip?: boolean;
|
|
256
259
|
shift?: boolean;
|
|
260
|
+
singleLine?: boolean;
|
|
257
261
|
listHeight?: React.CSSProperties["height"];
|
|
258
262
|
listOverflow?: React.CSSProperties["overflow"];
|
|
259
263
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -317,6 +321,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
317
321
|
arrowPlacement?: "left" | "right";
|
|
318
322
|
flip?: boolean;
|
|
319
323
|
shift?: boolean;
|
|
324
|
+
singleLine?: boolean;
|
|
320
325
|
listHeight?: React.CSSProperties["height"];
|
|
321
326
|
listOverflow?: React.CSSProperties["overflow"];
|
|
322
327
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -380,6 +385,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
380
385
|
arrowPlacement?: "left" | "right";
|
|
381
386
|
flip?: boolean;
|
|
382
387
|
shift?: boolean;
|
|
388
|
+
singleLine?: boolean;
|
|
383
389
|
listHeight?: React.CSSProperties["height"];
|
|
384
390
|
listOverflow?: React.CSSProperties["overflow"];
|
|
385
391
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -443,6 +449,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
443
449
|
arrowPlacement?: "left" | "right";
|
|
444
450
|
flip?: boolean;
|
|
445
451
|
shift?: boolean;
|
|
452
|
+
singleLine?: boolean;
|
|
446
453
|
listHeight?: React.CSSProperties["height"];
|
|
447
454
|
listOverflow?: React.CSSProperties["overflow"];
|
|
448
455
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -506,6 +513,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
506
513
|
arrowPlacement?: "left" | "right";
|
|
507
514
|
flip?: boolean;
|
|
508
515
|
shift?: boolean;
|
|
516
|
+
singleLine?: boolean;
|
|
509
517
|
listHeight?: React.CSSProperties["height"];
|
|
510
518
|
listOverflow?: React.CSSProperties["overflow"];
|
|
511
519
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -569,6 +577,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
569
577
|
arrowPlacement?: "left" | "right";
|
|
570
578
|
flip?: boolean;
|
|
571
579
|
shift?: boolean;
|
|
580
|
+
singleLine?: boolean;
|
|
572
581
|
listHeight?: React.CSSProperties["height"];
|
|
573
582
|
listOverflow?: React.CSSProperties["overflow"];
|
|
574
583
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -632,6 +641,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
632
641
|
arrowPlacement?: "left" | "right";
|
|
633
642
|
flip?: boolean;
|
|
634
643
|
shift?: boolean;
|
|
644
|
+
singleLine?: boolean;
|
|
635
645
|
listHeight?: React.CSSProperties["height"];
|
|
636
646
|
listOverflow?: React.CSSProperties["overflow"];
|
|
637
647
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -695,6 +705,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
695
705
|
arrowPlacement?: "left" | "right";
|
|
696
706
|
flip?: boolean;
|
|
697
707
|
shift?: boolean;
|
|
708
|
+
singleLine?: boolean;
|
|
698
709
|
listHeight?: React.CSSProperties["height"];
|
|
699
710
|
listOverflow?: React.CSSProperties["overflow"];
|
|
700
711
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -758,6 +769,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
758
769
|
arrowPlacement?: "left" | "right";
|
|
759
770
|
flip?: boolean;
|
|
760
771
|
shift?: boolean;
|
|
772
|
+
singleLine?: boolean;
|
|
761
773
|
listHeight?: React.CSSProperties["height"];
|
|
762
774
|
listOverflow?: React.CSSProperties["overflow"];
|
|
763
775
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -821,6 +833,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
821
833
|
arrowPlacement?: "left" | "right";
|
|
822
834
|
flip?: boolean;
|
|
823
835
|
shift?: boolean;
|
|
836
|
+
singleLine?: boolean;
|
|
824
837
|
listHeight?: React.CSSProperties["height"];
|
|
825
838
|
listOverflow?: React.CSSProperties["overflow"];
|
|
826
839
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -884,6 +897,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
884
897
|
arrowPlacement?: "left" | "right";
|
|
885
898
|
flip?: boolean;
|
|
886
899
|
shift?: boolean;
|
|
900
|
+
singleLine?: boolean;
|
|
887
901
|
listHeight?: React.CSSProperties["height"];
|
|
888
902
|
listOverflow?: React.CSSProperties["overflow"];
|
|
889
903
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -947,6 +961,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
947
961
|
arrowPlacement?: "left" | "right";
|
|
948
962
|
flip?: boolean;
|
|
949
963
|
shift?: boolean;
|
|
964
|
+
singleLine?: boolean;
|
|
950
965
|
listHeight?: React.CSSProperties["height"];
|
|
951
966
|
listOverflow?: React.CSSProperties["overflow"];
|
|
952
967
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1010,6 +1025,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1010
1025
|
arrowPlacement?: "left" | "right";
|
|
1011
1026
|
flip?: boolean;
|
|
1012
1027
|
shift?: boolean;
|
|
1028
|
+
singleLine?: boolean;
|
|
1013
1029
|
listHeight?: React.CSSProperties["height"];
|
|
1014
1030
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1015
1031
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1073,6 +1089,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1073
1089
|
arrowPlacement?: "left" | "right";
|
|
1074
1090
|
flip?: boolean;
|
|
1075
1091
|
shift?: boolean;
|
|
1092
|
+
singleLine?: boolean;
|
|
1076
1093
|
listHeight?: React.CSSProperties["height"];
|
|
1077
1094
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1078
1095
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1136,6 +1153,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1136
1153
|
arrowPlacement?: "left" | "right";
|
|
1137
1154
|
flip?: boolean;
|
|
1138
1155
|
shift?: boolean;
|
|
1156
|
+
singleLine?: boolean;
|
|
1139
1157
|
listHeight?: React.CSSProperties["height"];
|
|
1140
1158
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1141
1159
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1199,6 +1217,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1199
1217
|
arrowPlacement?: "left" | "right";
|
|
1200
1218
|
flip?: boolean;
|
|
1201
1219
|
shift?: boolean;
|
|
1220
|
+
singleLine?: boolean;
|
|
1202
1221
|
listHeight?: React.CSSProperties["height"];
|
|
1203
1222
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1204
1223
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1262,6 +1281,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1262
1281
|
arrowPlacement?: "left" | "right";
|
|
1263
1282
|
flip?: boolean;
|
|
1264
1283
|
shift?: boolean;
|
|
1284
|
+
singleLine?: boolean;
|
|
1265
1285
|
listHeight?: React.CSSProperties["height"];
|
|
1266
1286
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1267
1287
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1325,6 +1345,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1325
1345
|
arrowPlacement?: "left" | "right";
|
|
1326
1346
|
flip?: boolean;
|
|
1327
1347
|
shift?: boolean;
|
|
1348
|
+
singleLine?: boolean;
|
|
1328
1349
|
listHeight?: React.CSSProperties["height"];
|
|
1329
1350
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1330
1351
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1388,6 +1409,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1388
1409
|
arrowPlacement?: "left" | "right";
|
|
1389
1410
|
flip?: boolean;
|
|
1390
1411
|
shift?: boolean;
|
|
1412
|
+
singleLine?: boolean;
|
|
1391
1413
|
listHeight?: React.CSSProperties["height"];
|
|
1392
1414
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1393
1415
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1451,6 +1473,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1451
1473
|
arrowPlacement?: "left" | "right";
|
|
1452
1474
|
flip?: boolean;
|
|
1453
1475
|
shift?: boolean;
|
|
1476
|
+
singleLine?: boolean;
|
|
1454
1477
|
listHeight?: React.CSSProperties["height"];
|
|
1455
1478
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1456
1479
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1514,6 +1537,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1514
1537
|
arrowPlacement?: "left" | "right";
|
|
1515
1538
|
flip?: boolean;
|
|
1516
1539
|
shift?: boolean;
|
|
1540
|
+
singleLine?: boolean;
|
|
1517
1541
|
listHeight?: React.CSSProperties["height"];
|
|
1518
1542
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1519
1543
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -403,11 +403,11 @@ export declare const DatePickerRangeDefault: import("react").FunctionComponent<i
|
|
|
403
403
|
} & {
|
|
404
404
|
size?: string | undefined;
|
|
405
405
|
disabled?: boolean | undefined;
|
|
406
|
-
|
|
407
|
-
view?: string | undefined;
|
|
406
|
+
autoComplete?: string | undefined;
|
|
408
407
|
readOnly?: boolean | undefined;
|
|
409
408
|
required?: boolean | undefined;
|
|
410
|
-
|
|
409
|
+
label?: string | undefined;
|
|
410
|
+
view?: string | undefined;
|
|
411
411
|
contentLeft?: React.ReactNode;
|
|
412
412
|
appearance?: "default" | "clear" | undefined;
|
|
413
413
|
contentRight?: React.ReactNode;
|
|
@@ -505,11 +505,11 @@ export declare const DatePickerRangeClear: import("react").FunctionComponent<imp
|
|
|
505
505
|
} & {
|
|
506
506
|
size?: string | undefined;
|
|
507
507
|
disabled?: boolean | undefined;
|
|
508
|
-
|
|
509
|
-
view?: string | undefined;
|
|
508
|
+
autoComplete?: string | undefined;
|
|
510
509
|
readOnly?: boolean | undefined;
|
|
511
510
|
required?: boolean | undefined;
|
|
512
|
-
|
|
511
|
+
label?: string | undefined;
|
|
512
|
+
view?: string | undefined;
|
|
513
513
|
contentLeft?: React.ReactNode;
|
|
514
514
|
appearance?: "default" | "clear" | undefined;
|
|
515
515
|
contentRight?: React.ReactNode;
|
|
@@ -607,11 +607,11 @@ export declare const DatePickerRange: import("react").ForwardRefExoticComponent<
|
|
|
607
607
|
} & {
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
disabled?: boolean | undefined;
|
|
610
|
-
|
|
611
|
-
view?: string | undefined;
|
|
610
|
+
autoComplete?: string | undefined;
|
|
612
611
|
readOnly?: boolean | undefined;
|
|
613
612
|
required?: boolean | undefined;
|
|
614
|
-
|
|
613
|
+
label?: string | undefined;
|
|
614
|
+
view?: string | undefined;
|
|
615
615
|
contentLeft?: React.ReactNode;
|
|
616
616
|
appearance?: "default" | "clear" | undefined;
|
|
617
617
|
contentRight?: React.ReactNode;
|
|
@@ -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, "size" | "title"> & {
|
|
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>>;
|
|
@@ -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>;
|
|
@@ -98,6 +98,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
98
98
|
mode?: "default" | "radio";
|
|
99
99
|
flip?: boolean;
|
|
100
100
|
shift?: boolean;
|
|
101
|
+
singleLine?: boolean;
|
|
101
102
|
size?: string;
|
|
102
103
|
view?: string;
|
|
103
104
|
chipView?: string;
|
|
@@ -164,6 +165,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
164
165
|
mode?: "default" | "radio";
|
|
165
166
|
flip?: boolean;
|
|
166
167
|
shift?: boolean;
|
|
168
|
+
singleLine?: boolean;
|
|
167
169
|
size?: string;
|
|
168
170
|
view?: string;
|
|
169
171
|
chipView?: string;
|
|
@@ -229,6 +231,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
229
231
|
mode?: "default" | "radio";
|
|
230
232
|
flip?: boolean;
|
|
231
233
|
shift?: boolean;
|
|
234
|
+
singleLine?: boolean;
|
|
232
235
|
size?: string;
|
|
233
236
|
view?: string;
|
|
234
237
|
chipView?: string;
|
|
@@ -295,6 +298,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
295
298
|
mode?: "default" | "radio";
|
|
296
299
|
flip?: boolean;
|
|
297
300
|
shift?: boolean;
|
|
301
|
+
singleLine?: boolean;
|
|
298
302
|
size?: string;
|
|
299
303
|
view?: string;
|
|
300
304
|
chipView?: string;
|
|
@@ -348,6 +352,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
348
352
|
mode?: "default" | "radio";
|
|
349
353
|
flip?: boolean;
|
|
350
354
|
shift?: boolean;
|
|
355
|
+
singleLine?: boolean;
|
|
351
356
|
size?: string;
|
|
352
357
|
view?: string;
|
|
353
358
|
chipView?: string;
|
|
@@ -402,6 +407,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
402
407
|
mode?: "default" | "radio";
|
|
403
408
|
flip?: boolean;
|
|
404
409
|
shift?: boolean;
|
|
410
|
+
singleLine?: boolean;
|
|
405
411
|
size?: string;
|
|
406
412
|
view?: string;
|
|
407
413
|
chipView?: string;
|