@salutejs/sdds-bizcom 0.345.0-next-platform-ai.0 → 0.345.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/types/components/TextFieldSlider/TextFieldSlider.d.ts +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-bizcom",
|
|
3
|
-
"version": "0.345.0
|
|
3
|
+
"version": "0.345.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS BIZCOM web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"directory": "packages/sdds-bizcom"
|
|
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
|
}
|
|
@@ -88,7 +88,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
88
88
|
chipType?: never;
|
|
89
89
|
chipView?: never;
|
|
90
90
|
chipValidator?: never;
|
|
91
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
91
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
92
92
|
labelPlacement?: string;
|
|
93
93
|
readOnly?: boolean;
|
|
94
94
|
disabled?: boolean;
|
|
@@ -147,7 +147,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
147
147
|
chipValidator?: (value: string) => {
|
|
148
148
|
view?: string;
|
|
149
149
|
};
|
|
150
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
150
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
151
151
|
labelPlacement?: string;
|
|
152
152
|
readOnly?: boolean;
|
|
153
153
|
disabled?: boolean;
|
|
@@ -204,7 +204,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
204
204
|
chipType?: never;
|
|
205
205
|
chipView?: never;
|
|
206
206
|
chipValidator?: never;
|
|
207
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
207
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
208
208
|
labelPlacement?: string;
|
|
209
209
|
readOnly?: boolean;
|
|
210
210
|
disabled?: boolean;
|
|
@@ -263,7 +263,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
263
263
|
chipValidator?: (value: string) => {
|
|
264
264
|
view?: string;
|
|
265
265
|
};
|
|
266
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
266
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
267
267
|
labelPlacement?: string;
|
|
268
268
|
readOnly?: boolean;
|
|
269
269
|
disabled?: boolean;
|
|
@@ -320,7 +320,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
320
320
|
chipType?: never;
|
|
321
321
|
chipView?: never;
|
|
322
322
|
chipValidator?: never;
|
|
323
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
323
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
324
324
|
labelPlacement?: string;
|
|
325
325
|
readOnly?: boolean;
|
|
326
326
|
disabled?: boolean;
|
|
@@ -379,7 +379,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
379
379
|
chipValidator?: (value: string) => {
|
|
380
380
|
view?: string;
|
|
381
381
|
};
|
|
382
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
382
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
383
383
|
labelPlacement?: string;
|
|
384
384
|
readOnly?: boolean;
|
|
385
385
|
disabled?: boolean;
|
|
@@ -436,7 +436,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
436
436
|
chipType?: never;
|
|
437
437
|
chipView?: never;
|
|
438
438
|
chipValidator?: never;
|
|
439
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
439
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
440
440
|
labelPlacement?: string;
|
|
441
441
|
readOnly?: boolean;
|
|
442
442
|
disabled?: boolean;
|
|
@@ -495,7 +495,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
495
495
|
chipValidator?: (value: string) => {
|
|
496
496
|
view?: string;
|
|
497
497
|
};
|
|
498
|
-
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "
|
|
498
|
+
}, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "onScroll" | "required" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
499
499
|
type PropsFromConfig = keyof typeof config['variations'];
|
|
500
500
|
type Props<T extends SuggestionItemType> = DistributiveOmit<AutocompleteProps<T>, PropsFromConfig> & DistributivePick<ComponentProps<typeof AutocompleteComponent>, PropsFromConfig>;
|
|
501
501
|
export declare const Autocomplete: <T extends SuggestionItemType>(props: Props<T> & React.RefAttributes<HTMLInputElement>) => React.ReactElement | null;
|
|
@@ -64,6 +64,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
64
64
|
arrowPlacement?: "left" | "right";
|
|
65
65
|
flip?: boolean;
|
|
66
66
|
shift?: boolean;
|
|
67
|
+
singleLine?: boolean;
|
|
67
68
|
listHeight?: React.CSSProperties["height"];
|
|
68
69
|
listOverflow?: React.CSSProperties["overflow"];
|
|
69
70
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -127,6 +128,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
127
128
|
arrowPlacement?: "left" | "right";
|
|
128
129
|
flip?: boolean;
|
|
129
130
|
shift?: boolean;
|
|
131
|
+
singleLine?: boolean;
|
|
130
132
|
listHeight?: React.CSSProperties["height"];
|
|
131
133
|
listOverflow?: React.CSSProperties["overflow"];
|
|
132
134
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -190,6 +192,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
190
192
|
arrowPlacement?: "left" | "right";
|
|
191
193
|
flip?: boolean;
|
|
192
194
|
shift?: boolean;
|
|
195
|
+
singleLine?: boolean;
|
|
193
196
|
listHeight?: React.CSSProperties["height"];
|
|
194
197
|
listOverflow?: React.CSSProperties["overflow"];
|
|
195
198
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -253,6 +256,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
253
256
|
arrowPlacement?: "left" | "right";
|
|
254
257
|
flip?: boolean;
|
|
255
258
|
shift?: boolean;
|
|
259
|
+
singleLine?: boolean;
|
|
256
260
|
listHeight?: React.CSSProperties["height"];
|
|
257
261
|
listOverflow?: React.CSSProperties["overflow"];
|
|
258
262
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -316,6 +320,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
316
320
|
arrowPlacement?: "left" | "right";
|
|
317
321
|
flip?: boolean;
|
|
318
322
|
shift?: boolean;
|
|
323
|
+
singleLine?: boolean;
|
|
319
324
|
listHeight?: React.CSSProperties["height"];
|
|
320
325
|
listOverflow?: React.CSSProperties["overflow"];
|
|
321
326
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -379,6 +384,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
379
384
|
arrowPlacement?: "left" | "right";
|
|
380
385
|
flip?: boolean;
|
|
381
386
|
shift?: boolean;
|
|
387
|
+
singleLine?: boolean;
|
|
382
388
|
listHeight?: React.CSSProperties["height"];
|
|
383
389
|
listOverflow?: React.CSSProperties["overflow"];
|
|
384
390
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -442,6 +448,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
442
448
|
arrowPlacement?: "left" | "right";
|
|
443
449
|
flip?: boolean;
|
|
444
450
|
shift?: boolean;
|
|
451
|
+
singleLine?: boolean;
|
|
445
452
|
listHeight?: React.CSSProperties["height"];
|
|
446
453
|
listOverflow?: React.CSSProperties["overflow"];
|
|
447
454
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -505,6 +512,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
505
512
|
arrowPlacement?: "left" | "right";
|
|
506
513
|
flip?: boolean;
|
|
507
514
|
shift?: boolean;
|
|
515
|
+
singleLine?: boolean;
|
|
508
516
|
listHeight?: React.CSSProperties["height"];
|
|
509
517
|
listOverflow?: React.CSSProperties["overflow"];
|
|
510
518
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -568,6 +576,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
568
576
|
arrowPlacement?: "left" | "right";
|
|
569
577
|
flip?: boolean;
|
|
570
578
|
shift?: boolean;
|
|
579
|
+
singleLine?: boolean;
|
|
571
580
|
listHeight?: React.CSSProperties["height"];
|
|
572
581
|
listOverflow?: React.CSSProperties["overflow"];
|
|
573
582
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -631,6 +640,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
631
640
|
arrowPlacement?: "left" | "right";
|
|
632
641
|
flip?: boolean;
|
|
633
642
|
shift?: boolean;
|
|
643
|
+
singleLine?: boolean;
|
|
634
644
|
listHeight?: React.CSSProperties["height"];
|
|
635
645
|
listOverflow?: React.CSSProperties["overflow"];
|
|
636
646
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -694,6 +704,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
694
704
|
arrowPlacement?: "left" | "right";
|
|
695
705
|
flip?: boolean;
|
|
696
706
|
shift?: boolean;
|
|
707
|
+
singleLine?: boolean;
|
|
697
708
|
listHeight?: React.CSSProperties["height"];
|
|
698
709
|
listOverflow?: React.CSSProperties["overflow"];
|
|
699
710
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -757,6 +768,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
757
768
|
arrowPlacement?: "left" | "right";
|
|
758
769
|
flip?: boolean;
|
|
759
770
|
shift?: boolean;
|
|
771
|
+
singleLine?: boolean;
|
|
760
772
|
listHeight?: React.CSSProperties["height"];
|
|
761
773
|
listOverflow?: React.CSSProperties["overflow"];
|
|
762
774
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -820,6 +832,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
820
832
|
arrowPlacement?: "left" | "right";
|
|
821
833
|
flip?: boolean;
|
|
822
834
|
shift?: boolean;
|
|
835
|
+
singleLine?: boolean;
|
|
823
836
|
listHeight?: React.CSSProperties["height"];
|
|
824
837
|
listOverflow?: React.CSSProperties["overflow"];
|
|
825
838
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -883,6 +896,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
883
896
|
arrowPlacement?: "left" | "right";
|
|
884
897
|
flip?: boolean;
|
|
885
898
|
shift?: boolean;
|
|
899
|
+
singleLine?: boolean;
|
|
886
900
|
listHeight?: React.CSSProperties["height"];
|
|
887
901
|
listOverflow?: React.CSSProperties["overflow"];
|
|
888
902
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -946,6 +960,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
946
960
|
arrowPlacement?: "left" | "right";
|
|
947
961
|
flip?: boolean;
|
|
948
962
|
shift?: boolean;
|
|
963
|
+
singleLine?: boolean;
|
|
949
964
|
listHeight?: React.CSSProperties["height"];
|
|
950
965
|
listOverflow?: React.CSSProperties["overflow"];
|
|
951
966
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1009,6 +1024,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1009
1024
|
arrowPlacement?: "left" | "right";
|
|
1010
1025
|
flip?: boolean;
|
|
1011
1026
|
shift?: boolean;
|
|
1027
|
+
singleLine?: boolean;
|
|
1012
1028
|
listHeight?: React.CSSProperties["height"];
|
|
1013
1029
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1014
1030
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1072,6 +1088,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1072
1088
|
arrowPlacement?: "left" | "right";
|
|
1073
1089
|
flip?: boolean;
|
|
1074
1090
|
shift?: boolean;
|
|
1091
|
+
singleLine?: boolean;
|
|
1075
1092
|
listHeight?: React.CSSProperties["height"];
|
|
1076
1093
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1077
1094
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1135,6 +1152,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1135
1152
|
arrowPlacement?: "left" | "right";
|
|
1136
1153
|
flip?: boolean;
|
|
1137
1154
|
shift?: boolean;
|
|
1155
|
+
singleLine?: boolean;
|
|
1138
1156
|
listHeight?: React.CSSProperties["height"];
|
|
1139
1157
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1140
1158
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1198,6 +1216,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1198
1216
|
arrowPlacement?: "left" | "right";
|
|
1199
1217
|
flip?: boolean;
|
|
1200
1218
|
shift?: boolean;
|
|
1219
|
+
singleLine?: boolean;
|
|
1201
1220
|
listHeight?: React.CSSProperties["height"];
|
|
1202
1221
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1203
1222
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1261,6 +1280,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1261
1280
|
arrowPlacement?: "left" | "right";
|
|
1262
1281
|
flip?: boolean;
|
|
1263
1282
|
shift?: boolean;
|
|
1283
|
+
singleLine?: boolean;
|
|
1264
1284
|
listHeight?: React.CSSProperties["height"];
|
|
1265
1285
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1266
1286
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1324,6 +1344,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1324
1344
|
arrowPlacement?: "left" | "right";
|
|
1325
1345
|
flip?: boolean;
|
|
1326
1346
|
shift?: boolean;
|
|
1347
|
+
singleLine?: boolean;
|
|
1327
1348
|
listHeight?: React.CSSProperties["height"];
|
|
1328
1349
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1329
1350
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1387,6 +1408,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1387
1408
|
arrowPlacement?: "left" | "right";
|
|
1388
1409
|
flip?: boolean;
|
|
1389
1410
|
shift?: boolean;
|
|
1411
|
+
singleLine?: boolean;
|
|
1390
1412
|
listHeight?: React.CSSProperties["height"];
|
|
1391
1413
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1392
1414
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1450,6 +1472,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1450
1472
|
arrowPlacement?: "left" | "right";
|
|
1451
1473
|
flip?: boolean;
|
|
1452
1474
|
shift?: boolean;
|
|
1475
|
+
singleLine?: boolean;
|
|
1453
1476
|
listHeight?: React.CSSProperties["height"];
|
|
1454
1477
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1455
1478
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
@@ -1513,6 +1536,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1513
1536
|
arrowPlacement?: "left" | "right";
|
|
1514
1537
|
flip?: boolean;
|
|
1515
1538
|
shift?: boolean;
|
|
1539
|
+
singleLine?: boolean;
|
|
1516
1540
|
listHeight?: React.CSSProperties["height"];
|
|
1517
1541
|
listOverflow?: React.CSSProperties["overflow"];
|
|
1518
1542
|
} & 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>;
|
|
@@ -97,6 +97,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
97
97
|
mode?: "default" | "radio";
|
|
98
98
|
flip?: boolean;
|
|
99
99
|
shift?: boolean;
|
|
100
|
+
singleLine?: boolean;
|
|
100
101
|
size?: string;
|
|
101
102
|
view?: string;
|
|
102
103
|
chipView?: string;
|
|
@@ -163,6 +164,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
163
164
|
mode?: "default" | "radio";
|
|
164
165
|
flip?: boolean;
|
|
165
166
|
shift?: boolean;
|
|
167
|
+
singleLine?: boolean;
|
|
166
168
|
size?: string;
|
|
167
169
|
view?: string;
|
|
168
170
|
chipView?: string;
|
|
@@ -228,6 +230,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
228
230
|
mode?: "default" | "radio";
|
|
229
231
|
flip?: boolean;
|
|
230
232
|
shift?: boolean;
|
|
233
|
+
singleLine?: boolean;
|
|
231
234
|
size?: string;
|
|
232
235
|
view?: string;
|
|
233
236
|
chipView?: string;
|
|
@@ -294,6 +297,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
294
297
|
mode?: "default" | "radio";
|
|
295
298
|
flip?: boolean;
|
|
296
299
|
shift?: boolean;
|
|
300
|
+
singleLine?: boolean;
|
|
297
301
|
size?: string;
|
|
298
302
|
view?: string;
|
|
299
303
|
chipView?: string;
|
|
@@ -347,6 +351,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
347
351
|
mode?: "default" | "radio";
|
|
348
352
|
flip?: boolean;
|
|
349
353
|
shift?: boolean;
|
|
354
|
+
singleLine?: boolean;
|
|
350
355
|
size?: string;
|
|
351
356
|
view?: string;
|
|
352
357
|
chipView?: string;
|
|
@@ -401,6 +406,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
401
406
|
mode?: "default" | "radio";
|
|
402
407
|
flip?: boolean;
|
|
403
408
|
shift?: boolean;
|
|
409
|
+
singleLine?: boolean;
|
|
404
410
|
size?: string;
|
|
405
411
|
view?: string;
|
|
406
412
|
chipView?: string;
|
|
@@ -72,7 +72,7 @@ export declare const TextFieldSliderDefault: import("react").FunctionComponent<i
|
|
|
72
72
|
raw: string | number | undefined;
|
|
73
73
|
formatted: string | number | undefined;
|
|
74
74
|
}) => void;
|
|
75
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
75
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
76
76
|
value?: number | string;
|
|
77
77
|
defaultValue?: number;
|
|
78
78
|
decimalScale?: number;
|
|
@@ -114,7 +114,7 @@ export declare const TextFieldSliderDefault: import("react").FunctionComponent<i
|
|
|
114
114
|
raw: string | number | undefined;
|
|
115
115
|
formatted: string | number | undefined;
|
|
116
116
|
}) => void;
|
|
117
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
117
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
118
118
|
export declare const TextFieldSliderClear: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
119
119
|
view: {
|
|
120
120
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -189,7 +189,7 @@ export declare const TextFieldSliderClear: import("react").FunctionComponent<imp
|
|
|
189
189
|
raw: string | number | undefined;
|
|
190
190
|
formatted: string | number | undefined;
|
|
191
191
|
}) => void;
|
|
192
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
192
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
193
193
|
value?: number | string;
|
|
194
194
|
defaultValue?: number;
|
|
195
195
|
decimalScale?: number;
|
|
@@ -231,7 +231,7 @@ export declare const TextFieldSliderClear: import("react").FunctionComponent<imp
|
|
|
231
231
|
raw: string | number | undefined;
|
|
232
232
|
formatted: string | number | undefined;
|
|
233
233
|
}) => void;
|
|
234
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
234
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
235
235
|
export declare const TextFieldSlider: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
236
236
|
view: {
|
|
237
237
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -306,7 +306,7 @@ export declare const TextFieldSlider: import("react").ForwardRefExoticComponent<
|
|
|
306
306
|
raw: string | number | undefined;
|
|
307
307
|
formatted: string | number | undefined;
|
|
308
308
|
}) => void;
|
|
309
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
309
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
310
310
|
view: {
|
|
311
311
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
312
312
|
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -380,4 +380,4 @@ export declare const TextFieldSlider: import("react").ForwardRefExoticComponent<
|
|
|
380
380
|
raw: string | number | undefined;
|
|
381
381
|
formatted: string | number | undefined;
|
|
382
382
|
}) => void;
|
|
383
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "
|
|
383
|
+
} & import("@salutejs/plasma-new-hope/types/components/TextFieldSlider/TextFieldSlider.types.js").SliderProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "onChange" | "required" | "value"> & import("react").RefAttributes<HTMLInputElement>, "ref">) & import("react").RefAttributes<HTMLElement>>;
|