@salutejs/sdds-cs 0.336.0-canary.2392.20298160025.0 → 0.336.0-canary.2397.20456842500.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/emotion/cjs/components/Autocomplete/Autocomplete.config.js +4 -2
  2. package/dist/emotion/cjs/components/Combobox/Combobox.config.js +4 -2
  3. package/dist/emotion/cjs/components/DatePicker/DatePicker.config.js +12 -5
  4. package/dist/emotion/cjs/components/Range/Range.config.js +23 -19
  5. package/dist/emotion/cjs/components/Select/Select.config.js +4 -2
  6. package/dist/emotion/cjs/components/TextField/TextField.config.js +4 -2
  7. package/dist/emotion/es/components/Autocomplete/Autocomplete.config.js +4 -2
  8. package/dist/emotion/es/components/Combobox/Combobox.config.js +4 -2
  9. package/dist/emotion/es/components/DatePicker/DatePicker.config.js +12 -5
  10. package/dist/emotion/es/components/Range/Range.config.js +23 -19
  11. package/dist/emotion/es/components/Select/Select.config.js +4 -2
  12. package/dist/emotion/es/components/TextField/TextField.config.js +4 -2
  13. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +4 -2
  14. package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +4 -2
  15. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +12 -5
  16. package/dist/styled-components/cjs/components/Range/Range.config.js +23 -19
  17. package/dist/styled-components/cjs/components/Select/Select.config.js +4 -2
  18. package/dist/styled-components/cjs/components/TextField/TextField.config.js +4 -2
  19. package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +4 -2
  20. package/dist/styled-components/es/components/Combobox/Combobox.config.js +4 -2
  21. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +12 -5
  22. package/dist/styled-components/es/components/Range/Range.config.js +23 -19
  23. package/dist/styled-components/es/components/Select/Select.config.js +4 -2
  24. package/dist/styled-components/es/components/TextField/TextField.config.js +4 -2
  25. package/package.json +7 -7
  26. package/types/components/Combobox/Combobox.d.ts +24 -0
  27. package/types/components/DatePicker/DatePicker.d.ts +19 -5
  28. package/types/components/Range/Range.d.ts +555 -3
  29. package/types/components/Select/Select.d.ts +6 -0
@@ -25,6 +25,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
25
25
  placeholder?: string;
26
26
  helperText?: string;
27
27
  contentLeft?: React.ReactElement;
28
+ contentRight?: React.ReactElement;
28
29
  textBefore?: string;
29
30
  textAfter?: string;
30
31
  variant?: "normal" | "tight";
@@ -84,6 +85,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
84
85
  placeholder?: string;
85
86
  helperText?: string;
86
87
  contentLeft?: React.ReactElement;
88
+ contentRight?: React.ReactElement;
87
89
  textBefore?: string;
88
90
  textAfter?: string;
89
91
  variant?: "normal" | "tight";
@@ -143,6 +145,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
143
145
  placeholder?: string;
144
146
  helperText?: string;
145
147
  contentLeft?: React.ReactElement;
148
+ contentRight?: React.ReactElement;
146
149
  textBefore?: string;
147
150
  textAfter?: string;
148
151
  variant?: "normal" | "tight";
@@ -202,6 +205,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
202
205
  placeholder?: string;
203
206
  helperText?: string;
204
207
  contentLeft?: React.ReactElement;
208
+ contentRight?: React.ReactElement;
205
209
  textBefore?: string;
206
210
  textAfter?: string;
207
211
  variant?: "normal" | "tight";
@@ -261,6 +265,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
261
265
  placeholder?: string;
262
266
  helperText?: string;
263
267
  contentLeft?: React.ReactElement;
268
+ contentRight?: React.ReactElement;
264
269
  textBefore?: string;
265
270
  textAfter?: string;
266
271
  variant?: "normal" | "tight";
@@ -320,6 +325,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
320
325
  placeholder?: string;
321
326
  helperText?: string;
322
327
  contentLeft?: React.ReactElement;
328
+ contentRight?: React.ReactElement;
323
329
  textBefore?: string;
324
330
  textAfter?: string;
325
331
  variant?: "normal" | "tight";
@@ -379,6 +385,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
379
385
  placeholder?: string;
380
386
  helperText?: string;
381
387
  contentLeft?: React.ReactElement;
388
+ contentRight?: React.ReactElement;
382
389
  textBefore?: string;
383
390
  textAfter?: string;
384
391
  variant?: "normal" | "tight";
@@ -438,6 +445,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
438
445
  placeholder?: string;
439
446
  helperText?: string;
440
447
  contentLeft?: React.ReactElement;
448
+ contentRight?: React.ReactElement;
441
449
  textBefore?: string;
442
450
  textAfter?: string;
443
451
  variant?: "normal" | "tight";
@@ -497,6 +505,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
497
505
  placeholder?: string;
498
506
  helperText?: string;
499
507
  contentLeft?: React.ReactElement;
508
+ contentRight?: React.ReactElement;
500
509
  textBefore?: string;
501
510
  textAfter?: string;
502
511
  variant?: "normal" | "tight";
@@ -556,6 +565,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
556
565
  placeholder?: string;
557
566
  helperText?: string;
558
567
  contentLeft?: React.ReactElement;
568
+ contentRight?: React.ReactElement;
559
569
  textBefore?: string;
560
570
  textAfter?: string;
561
571
  variant?: "normal" | "tight";
@@ -615,6 +625,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
615
625
  placeholder?: string;
616
626
  helperText?: string;
617
627
  contentLeft?: React.ReactElement;
628
+ contentRight?: React.ReactElement;
618
629
  textBefore?: string;
619
630
  textAfter?: string;
620
631
  variant?: "normal" | "tight";
@@ -674,6 +685,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
674
685
  placeholder?: string;
675
686
  helperText?: string;
676
687
  contentLeft?: React.ReactElement;
688
+ contentRight?: React.ReactElement;
677
689
  textBefore?: string;
678
690
  textAfter?: string;
679
691
  variant?: "normal" | "tight";
@@ -733,6 +745,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
733
745
  placeholder?: string;
734
746
  helperText?: string;
735
747
  contentLeft?: React.ReactElement;
748
+ contentRight?: React.ReactElement;
736
749
  textBefore?: string;
737
750
  textAfter?: string;
738
751
  variant?: "normal" | "tight";
@@ -792,6 +805,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
792
805
  placeholder?: string;
793
806
  helperText?: string;
794
807
  contentLeft?: React.ReactElement;
808
+ contentRight?: React.ReactElement;
795
809
  textBefore?: string;
796
810
  textAfter?: string;
797
811
  variant?: "normal" | "tight";
@@ -851,6 +865,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
851
865
  placeholder?: string;
852
866
  helperText?: string;
853
867
  contentLeft?: React.ReactElement;
868
+ contentRight?: React.ReactElement;
854
869
  textBefore?: string;
855
870
  textAfter?: string;
856
871
  variant?: "normal" | "tight";
@@ -910,6 +925,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
910
925
  placeholder?: string;
911
926
  helperText?: string;
912
927
  contentLeft?: React.ReactElement;
928
+ contentRight?: React.ReactElement;
913
929
  textBefore?: string;
914
930
  textAfter?: string;
915
931
  variant?: "normal" | "tight";
@@ -969,6 +985,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
969
985
  placeholder?: string;
970
986
  helperText?: string;
971
987
  contentLeft?: React.ReactElement;
988
+ contentRight?: React.ReactElement;
972
989
  textBefore?: string;
973
990
  textAfter?: string;
974
991
  variant?: "normal" | "tight";
@@ -1028,6 +1045,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1028
1045
  placeholder?: string;
1029
1046
  helperText?: string;
1030
1047
  contentLeft?: React.ReactElement;
1048
+ contentRight?: React.ReactElement;
1031
1049
  textBefore?: string;
1032
1050
  textAfter?: string;
1033
1051
  variant?: "normal" | "tight";
@@ -1087,6 +1105,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1087
1105
  placeholder?: string;
1088
1106
  helperText?: string;
1089
1107
  contentLeft?: React.ReactElement;
1108
+ contentRight?: React.ReactElement;
1090
1109
  textBefore?: string;
1091
1110
  textAfter?: string;
1092
1111
  variant?: "normal" | "tight";
@@ -1146,6 +1165,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1146
1165
  placeholder?: string;
1147
1166
  helperText?: string;
1148
1167
  contentLeft?: React.ReactElement;
1168
+ contentRight?: React.ReactElement;
1149
1169
  textBefore?: string;
1150
1170
  textAfter?: string;
1151
1171
  variant?: "normal" | "tight";
@@ -1205,6 +1225,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1205
1225
  placeholder?: string;
1206
1226
  helperText?: string;
1207
1227
  contentLeft?: React.ReactElement;
1228
+ contentRight?: React.ReactElement;
1208
1229
  textBefore?: string;
1209
1230
  textAfter?: string;
1210
1231
  variant?: "normal" | "tight";
@@ -1264,6 +1285,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1264
1285
  placeholder?: string;
1265
1286
  helperText?: string;
1266
1287
  contentLeft?: React.ReactElement;
1288
+ contentRight?: React.ReactElement;
1267
1289
  textBefore?: string;
1268
1290
  textAfter?: string;
1269
1291
  variant?: "normal" | "tight";
@@ -1323,6 +1345,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1323
1345
  placeholder?: string;
1324
1346
  helperText?: string;
1325
1347
  contentLeft?: React.ReactElement;
1348
+ contentRight?: React.ReactElement;
1326
1349
  textBefore?: string;
1327
1350
  textAfter?: string;
1328
1351
  variant?: "normal" | "tight";
@@ -1382,6 +1405,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1382
1405
  placeholder?: string;
1383
1406
  helperText?: string;
1384
1407
  contentLeft?: React.ReactElement;
1408
+ contentRight?: React.ReactElement;
1385
1409
  textBefore?: string;
1386
1410
  textAfter?: string;
1387
1411
  variant?: "normal" | "tight";
@@ -81,29 +81,43 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
81
81
  autoComplete?: string | undefined;
82
82
  contentLeft?: React.ReactNode;
83
83
  contentRight?: React.ReactNode;
84
+ appearance?: "default" | "clear" | undefined;
85
+ hintText?: string | undefined;
86
+ hintTrigger?: ("hover" | "click") | undefined;
87
+ hintTargetIcon?: React.ReactNode;
88
+ hintPlacement?: (import("@salutejs/plasma-new-hope/styled-components").Placement | Array<import("@salutejs/plasma-new-hope/styled-components").ComputedPlacement>) | undefined;
89
+ hintHasArrow?: boolean | undefined;
90
+ hintOffset?: [number, number] | undefined;
91
+ hintWidth?: string | undefined;
92
+ hintContentLeft?: React.ReactNode;
93
+ hintView?: string | undefined;
94
+ hintSize?: string | undefined;
95
+ titleCaption?: React.ReactNode;
84
96
  leftHelper?: string | undefined;
85
- requiredPlacement?: ("left" | "right") | undefined;
86
97
  hasRequiredIndicator?: boolean | undefined;
98
+ hintTargetPlacement?: ("inner" | "outer") | undefined;
99
+ requiredIndicatorPlacement?: ("left" | "right") | undefined;
87
100
  firstValueError?: boolean | undefined;
88
101
  secondValueError?: boolean | undefined;
89
102
  firstValueSuccess?: boolean | undefined;
90
103
  secondValueSuccess?: boolean | undefined;
91
104
  firstPlaceholder?: string | undefined;
92
105
  secondPlaceholder?: string | undefined;
106
+ hasClearDivider?: boolean | undefined;
93
107
  firstTextfieldContentLeft?: React.ReactElement | undefined;
94
108
  firstTextfieldContentRight?: React.ReactElement | undefined;
95
109
  secondTextfieldContentLeft?: React.ReactElement | undefined;
96
110
  secondTextfieldContentRight?: React.ReactElement | undefined;
111
+ firstTextfieldTextBefore?: string | undefined;
112
+ secondTextfieldTextBefore?: string | undefined;
97
113
  firstTextfieldTextAfter?: string | undefined;
98
114
  secondTextfieldTextAfter?: string | undefined;
115
+ dividerVariant?: "none" | "icon" | "dash" | undefined;
116
+ dividerIcon?: React.ReactNode;
99
117
  onFocusFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
100
118
  onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
101
119
  onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
102
120
  onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
103
- firstTextfieldTextBefore?: string | undefined;
104
- secondTextfieldTextBefore?: string | undefined;
105
- dividerVariant?: "none" | "icon" | "dash" | undefined;
106
- dividerIcon?: React.ReactNode;
107
121
  } & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
108
122
  placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
109
123
  isDoubleCalendar?: boolean;