@salutejs/sdds-netology 0.331.0-canary.2397.20370453452.0 → 0.331.0-canary.2397.20458161701.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cjs/components/Range/Range.clear.config.js +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config.js.map +1 -1
- package/dist/css/cjs/components/Range/Range.clear.config_vqn4gt.css +11 -0
- package/dist/css/cjs/components/Range/Range.css +11 -11
- package/dist/css/cjs/components/TimePicker/TimePicker.config.js +1 -1
- package/dist/css/cjs/components/TimePicker/TimePicker.config.js.map +1 -1
- package/dist/css/cjs/components/TimePicker/{TimePicker.config_1444eoe.css → TimePicker.config_1w7xt3m.css} +1 -1
- package/dist/css/cjs/components/TimePicker/TimePicker.css +7 -7
- package/dist/css/cjs/index.css +18 -18
- package/dist/css/es/components/Range/Range.clear.config.js +1 -1
- package/dist/css/es/components/Range/Range.clear.config.js.map +1 -1
- package/dist/css/es/components/Range/Range.clear.config_vqn4gt.css +11 -0
- package/dist/css/es/components/Range/Range.css +11 -11
- package/dist/css/es/components/TimePicker/TimePicker.config.js +1 -1
- package/dist/css/es/components/TimePicker/TimePicker.config.js.map +1 -1
- package/dist/css/es/components/TimePicker/{TimePicker.config_1444eoe.css → TimePicker.config_1w7xt3m.css} +1 -1
- package/dist/css/es/components/TimePicker/TimePicker.css +7 -7
- package/dist/css/es/index.css +18 -18
- package/dist/styled-components/cjs/components/Range/Range.clear.config.js +21 -21
- package/dist/styled-components/cjs/components/TimePicker/TimePicker.config.js +2 -1
- package/dist/styled-components/es/components/Range/Range.clear.config.js +21 -21
- package/dist/styled-components/es/components/TimePicker/TimePicker.config.js +2 -1
- package/package.json +6 -6
- package/types/components/Combobox/Combobox.d.ts +24 -0
- package/types/components/Range/Range.d.ts +72 -72
- package/types/components/Select/Select.d.ts +6 -0
- package/dist/css/cjs/components/Range/Range.clear.config_p5aiu2.css +0 -11
- package/dist/css/es/components/Range/Range.clear.config_p5aiu2.css +0 -11
|
@@ -19,6 +19,7 @@ function _templateObject() {
|
|
|
19
19
|
": var(--text-secondary);\n ",
|
|
20
20
|
": var(--text-accent);\n\n ",
|
|
21
21
|
": var(--surface-negative);\n\n ",
|
|
22
|
+
": var(--shadow-down-soft-s);\n\n ",
|
|
22
23
|
": var(--surface-transparent-primary);\n ",
|
|
23
24
|
": var(--surface-transparent-secondary);\n ",
|
|
24
25
|
": var(--surface-transparent-negative);\n ",
|
|
@@ -319,7 +320,7 @@ export var config = {
|
|
|
319
320
|
},
|
|
320
321
|
variations: {
|
|
321
322
|
view: {
|
|
322
|
-
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor)
|
|
323
|
+
default: css(_templateObject(), tokens.background, tokens.backgroundError, tokens.backgroundSuccess, tokens.labelColor, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.indicatorColor, tokens.timePickerShadow, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBackgroundErrorColor, tokens.textFieldBackgroundErrorColorFocus, tokens.textFieldBackgroundSuccessColor, tokens.textFieldBackgroundSuccessColorFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.textFieldPlaceholderColorFocus, tokens.timePickerBackground, tokens.itemBackgroundHover, tokens.itemBackgroundActive, tokens.scrollbarColor, tokens.scrollbarTrackColor)
|
|
323
324
|
},
|
|
324
325
|
size: {
|
|
325
326
|
l: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.timePickerBorderRadius, tokens.timePickerWidth, tokens.timePickerPadding, tokens.columnHeight, tokens.itemFontFamily, tokens.itemFontSize, tokens.itemFontStyle, tokens.itemFontWeight, tokens.itemLetterSpacing, tokens.itemLineHeight, tokens.itemHeight, tokens.itemBorderRadius, tokens.itemPadding, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.scrollbarWidth, tokens.scrollbarMargin),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-netology",
|
|
3
|
-
"version": "0.331.0-canary.2397.
|
|
3
|
+
"version": "0.331.0-canary.2397.20458161701.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS NETOLOGY web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"directory": "packages/sdds-netology"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@salutejs/plasma-new-hope": "0.344.0-canary.2397.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.344.0-canary.2397.20458161701.0",
|
|
36
36
|
"@salutejs/plasma-themes": "0.38.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -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.212.0-canary.2397.
|
|
61
|
-
"@salutejs/plasma-cy-utils": "0.142.0-canary.2397.
|
|
60
|
+
"@salutejs/plasma-core": "1.212.0-canary.2397.20458161701.0",
|
|
61
|
+
"@salutejs/plasma-cy-utils": "0.142.0-canary.2397.20458161701.0",
|
|
62
62
|
"@salutejs/plasma-icons": "1.228.0",
|
|
63
|
-
"@salutejs/plasma-sb-utils": "0.212.0-canary.2397.
|
|
63
|
+
"@salutejs/plasma-sb-utils": "0.212.0-canary.2397.20458161701.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": "b6a7c74c673d4b9309a2d729e8b0fc301b71bc2d"
|
|
112
112
|
}
|
|
@@ -37,6 +37,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
37
37
|
placeholder?: string;
|
|
38
38
|
helperText?: string;
|
|
39
39
|
contentLeft?: React.ReactElement;
|
|
40
|
+
contentRight?: React.ReactElement;
|
|
40
41
|
textBefore?: string;
|
|
41
42
|
textAfter?: string;
|
|
42
43
|
variant?: "normal" | "tight";
|
|
@@ -96,6 +97,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
96
97
|
placeholder?: string;
|
|
97
98
|
helperText?: string;
|
|
98
99
|
contentLeft?: React.ReactElement;
|
|
100
|
+
contentRight?: React.ReactElement;
|
|
99
101
|
textBefore?: string;
|
|
100
102
|
textAfter?: string;
|
|
101
103
|
variant?: "normal" | "tight";
|
|
@@ -155,6 +157,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
155
157
|
placeholder?: string;
|
|
156
158
|
helperText?: string;
|
|
157
159
|
contentLeft?: React.ReactElement;
|
|
160
|
+
contentRight?: React.ReactElement;
|
|
158
161
|
textBefore?: string;
|
|
159
162
|
textAfter?: string;
|
|
160
163
|
variant?: "normal" | "tight";
|
|
@@ -214,6 +217,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
214
217
|
placeholder?: string;
|
|
215
218
|
helperText?: string;
|
|
216
219
|
contentLeft?: React.ReactElement;
|
|
220
|
+
contentRight?: React.ReactElement;
|
|
217
221
|
textBefore?: string;
|
|
218
222
|
textAfter?: string;
|
|
219
223
|
variant?: "normal" | "tight";
|
|
@@ -273,6 +277,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
273
277
|
placeholder?: string;
|
|
274
278
|
helperText?: string;
|
|
275
279
|
contentLeft?: React.ReactElement;
|
|
280
|
+
contentRight?: React.ReactElement;
|
|
276
281
|
textBefore?: string;
|
|
277
282
|
textAfter?: string;
|
|
278
283
|
variant?: "normal" | "tight";
|
|
@@ -332,6 +337,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
332
337
|
placeholder?: string;
|
|
333
338
|
helperText?: string;
|
|
334
339
|
contentLeft?: React.ReactElement;
|
|
340
|
+
contentRight?: React.ReactElement;
|
|
335
341
|
textBefore?: string;
|
|
336
342
|
textAfter?: string;
|
|
337
343
|
variant?: "normal" | "tight";
|
|
@@ -391,6 +397,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
391
397
|
placeholder?: string;
|
|
392
398
|
helperText?: string;
|
|
393
399
|
contentLeft?: React.ReactElement;
|
|
400
|
+
contentRight?: React.ReactElement;
|
|
394
401
|
textBefore?: string;
|
|
395
402
|
textAfter?: string;
|
|
396
403
|
variant?: "normal" | "tight";
|
|
@@ -450,6 +457,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
450
457
|
placeholder?: string;
|
|
451
458
|
helperText?: string;
|
|
452
459
|
contentLeft?: React.ReactElement;
|
|
460
|
+
contentRight?: React.ReactElement;
|
|
453
461
|
textBefore?: string;
|
|
454
462
|
textAfter?: string;
|
|
455
463
|
variant?: "normal" | "tight";
|
|
@@ -509,6 +517,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
509
517
|
placeholder?: string;
|
|
510
518
|
helperText?: string;
|
|
511
519
|
contentLeft?: React.ReactElement;
|
|
520
|
+
contentRight?: React.ReactElement;
|
|
512
521
|
textBefore?: string;
|
|
513
522
|
textAfter?: string;
|
|
514
523
|
variant?: "normal" | "tight";
|
|
@@ -568,6 +577,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
568
577
|
placeholder?: string;
|
|
569
578
|
helperText?: string;
|
|
570
579
|
contentLeft?: React.ReactElement;
|
|
580
|
+
contentRight?: React.ReactElement;
|
|
571
581
|
textBefore?: string;
|
|
572
582
|
textAfter?: string;
|
|
573
583
|
variant?: "normal" | "tight";
|
|
@@ -627,6 +637,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
627
637
|
placeholder?: string;
|
|
628
638
|
helperText?: string;
|
|
629
639
|
contentLeft?: React.ReactElement;
|
|
640
|
+
contentRight?: React.ReactElement;
|
|
630
641
|
textBefore?: string;
|
|
631
642
|
textAfter?: string;
|
|
632
643
|
variant?: "normal" | "tight";
|
|
@@ -686,6 +697,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
686
697
|
placeholder?: string;
|
|
687
698
|
helperText?: string;
|
|
688
699
|
contentLeft?: React.ReactElement;
|
|
700
|
+
contentRight?: React.ReactElement;
|
|
689
701
|
textBefore?: string;
|
|
690
702
|
textAfter?: string;
|
|
691
703
|
variant?: "normal" | "tight";
|
|
@@ -745,6 +757,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
745
757
|
placeholder?: string;
|
|
746
758
|
helperText?: string;
|
|
747
759
|
contentLeft?: React.ReactElement;
|
|
760
|
+
contentRight?: React.ReactElement;
|
|
748
761
|
textBefore?: string;
|
|
749
762
|
textAfter?: string;
|
|
750
763
|
variant?: "normal" | "tight";
|
|
@@ -804,6 +817,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
804
817
|
placeholder?: string;
|
|
805
818
|
helperText?: string;
|
|
806
819
|
contentLeft?: React.ReactElement;
|
|
820
|
+
contentRight?: React.ReactElement;
|
|
807
821
|
textBefore?: string;
|
|
808
822
|
textAfter?: string;
|
|
809
823
|
variant?: "normal" | "tight";
|
|
@@ -863,6 +877,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
863
877
|
placeholder?: string;
|
|
864
878
|
helperText?: string;
|
|
865
879
|
contentLeft?: React.ReactElement;
|
|
880
|
+
contentRight?: React.ReactElement;
|
|
866
881
|
textBefore?: string;
|
|
867
882
|
textAfter?: string;
|
|
868
883
|
variant?: "normal" | "tight";
|
|
@@ -922,6 +937,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
922
937
|
placeholder?: string;
|
|
923
938
|
helperText?: string;
|
|
924
939
|
contentLeft?: React.ReactElement;
|
|
940
|
+
contentRight?: React.ReactElement;
|
|
925
941
|
textBefore?: string;
|
|
926
942
|
textAfter?: string;
|
|
927
943
|
variant?: "normal" | "tight";
|
|
@@ -981,6 +997,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
981
997
|
placeholder?: string;
|
|
982
998
|
helperText?: string;
|
|
983
999
|
contentLeft?: React.ReactElement;
|
|
1000
|
+
contentRight?: React.ReactElement;
|
|
984
1001
|
textBefore?: string;
|
|
985
1002
|
textAfter?: string;
|
|
986
1003
|
variant?: "normal" | "tight";
|
|
@@ -1040,6 +1057,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1040
1057
|
placeholder?: string;
|
|
1041
1058
|
helperText?: string;
|
|
1042
1059
|
contentLeft?: React.ReactElement;
|
|
1060
|
+
contentRight?: React.ReactElement;
|
|
1043
1061
|
textBefore?: string;
|
|
1044
1062
|
textAfter?: string;
|
|
1045
1063
|
variant?: "normal" | "tight";
|
|
@@ -1099,6 +1117,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1099
1117
|
placeholder?: string;
|
|
1100
1118
|
helperText?: string;
|
|
1101
1119
|
contentLeft?: React.ReactElement;
|
|
1120
|
+
contentRight?: React.ReactElement;
|
|
1102
1121
|
textBefore?: string;
|
|
1103
1122
|
textAfter?: string;
|
|
1104
1123
|
variant?: "normal" | "tight";
|
|
@@ -1158,6 +1177,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1158
1177
|
placeholder?: string;
|
|
1159
1178
|
helperText?: string;
|
|
1160
1179
|
contentLeft?: React.ReactElement;
|
|
1180
|
+
contentRight?: React.ReactElement;
|
|
1161
1181
|
textBefore?: string;
|
|
1162
1182
|
textAfter?: string;
|
|
1163
1183
|
variant?: "normal" | "tight";
|
|
@@ -1217,6 +1237,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1217
1237
|
placeholder?: string;
|
|
1218
1238
|
helperText?: string;
|
|
1219
1239
|
contentLeft?: React.ReactElement;
|
|
1240
|
+
contentRight?: React.ReactElement;
|
|
1220
1241
|
textBefore?: string;
|
|
1221
1242
|
textAfter?: string;
|
|
1222
1243
|
variant?: "normal" | "tight";
|
|
@@ -1276,6 +1297,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1276
1297
|
placeholder?: string;
|
|
1277
1298
|
helperText?: string;
|
|
1278
1299
|
contentLeft?: React.ReactElement;
|
|
1300
|
+
contentRight?: React.ReactElement;
|
|
1279
1301
|
textBefore?: string;
|
|
1280
1302
|
textAfter?: string;
|
|
1281
1303
|
variant?: "normal" | "tight";
|
|
@@ -1335,6 +1357,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1335
1357
|
placeholder?: string;
|
|
1336
1358
|
helperText?: string;
|
|
1337
1359
|
contentLeft?: React.ReactElement;
|
|
1360
|
+
contentRight?: React.ReactElement;
|
|
1338
1361
|
textBefore?: string;
|
|
1339
1362
|
textAfter?: string;
|
|
1340
1363
|
variant?: "normal" | "tight";
|
|
@@ -1394,6 +1417,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
1394
1417
|
placeholder?: string;
|
|
1395
1418
|
helperText?: string;
|
|
1396
1419
|
contentLeft?: React.ReactElement;
|
|
1420
|
+
contentRight?: React.ReactElement;
|
|
1397
1421
|
textBefore?: string;
|
|
1398
1422
|
textAfter?: string;
|
|
1399
1423
|
variant?: "normal" | "tight";
|
|
@@ -76,8 +76,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
76
76
|
hintWidth?: string;
|
|
77
77
|
hintContentLeft?: import("react").ReactNode;
|
|
78
78
|
} & {
|
|
79
|
-
appearance?: "
|
|
80
|
-
hasClearDivider?:
|
|
79
|
+
appearance?: "default";
|
|
80
|
+
hasClearDivider?: never;
|
|
81
81
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
82
82
|
label?: string;
|
|
83
83
|
leftHelper?: string;
|
|
@@ -132,8 +132,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
132
132
|
hintWidth?: string;
|
|
133
133
|
hintContentLeft?: import("react").ReactNode;
|
|
134
134
|
} & {
|
|
135
|
-
appearance?: "
|
|
136
|
-
hasClearDivider?:
|
|
135
|
+
appearance?: "clear";
|
|
136
|
+
hasClearDivider?: boolean;
|
|
137
137
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
138
138
|
label?: string;
|
|
139
139
|
leftHelper?: string;
|
|
@@ -188,8 +188,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
188
188
|
hintWidth?: never;
|
|
189
189
|
hintContentLeft?: never;
|
|
190
190
|
} & {
|
|
191
|
-
appearance?: "
|
|
192
|
-
hasClearDivider?:
|
|
191
|
+
appearance?: "default";
|
|
192
|
+
hasClearDivider?: never;
|
|
193
193
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
194
194
|
label?: string;
|
|
195
195
|
leftHelper?: string;
|
|
@@ -244,8 +244,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
244
244
|
hintWidth?: never;
|
|
245
245
|
hintContentLeft?: never;
|
|
246
246
|
} & {
|
|
247
|
-
appearance?: "
|
|
248
|
-
hasClearDivider?:
|
|
247
|
+
appearance?: "clear";
|
|
248
|
+
hasClearDivider?: boolean;
|
|
249
249
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
250
250
|
label?: string;
|
|
251
251
|
leftHelper?: string;
|
|
@@ -300,8 +300,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
300
300
|
hintWidth?: string;
|
|
301
301
|
hintContentLeft?: import("react").ReactNode;
|
|
302
302
|
} & {
|
|
303
|
-
appearance?: "
|
|
304
|
-
hasClearDivider?:
|
|
303
|
+
appearance?: "default";
|
|
304
|
+
hasClearDivider?: never;
|
|
305
305
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
306
306
|
label?: string;
|
|
307
307
|
leftHelper?: string;
|
|
@@ -356,8 +356,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
356
356
|
hintWidth?: string;
|
|
357
357
|
hintContentLeft?: import("react").ReactNode;
|
|
358
358
|
} & {
|
|
359
|
-
appearance?: "
|
|
360
|
-
hasClearDivider?:
|
|
359
|
+
appearance?: "clear";
|
|
360
|
+
hasClearDivider?: boolean;
|
|
361
361
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
362
362
|
label?: string;
|
|
363
363
|
leftHelper?: string;
|
|
@@ -412,8 +412,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
412
412
|
hintWidth?: never;
|
|
413
413
|
hintContentLeft?: never;
|
|
414
414
|
} & {
|
|
415
|
-
appearance?: "
|
|
416
|
-
hasClearDivider?:
|
|
415
|
+
appearance?: "default";
|
|
416
|
+
hasClearDivider?: never;
|
|
417
417
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
418
418
|
label?: string;
|
|
419
419
|
leftHelper?: string;
|
|
@@ -468,8 +468,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
468
468
|
hintWidth?: never;
|
|
469
469
|
hintContentLeft?: never;
|
|
470
470
|
} & {
|
|
471
|
-
appearance?: "
|
|
472
|
-
hasClearDivider?:
|
|
471
|
+
appearance?: "clear";
|
|
472
|
+
hasClearDivider?: boolean;
|
|
473
473
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
474
474
|
label?: string;
|
|
475
475
|
leftHelper?: string;
|
|
@@ -524,8 +524,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
524
524
|
hintWidth?: string;
|
|
525
525
|
hintContentLeft?: import("react").ReactNode;
|
|
526
526
|
} & {
|
|
527
|
-
appearance?: "
|
|
528
|
-
hasClearDivider?:
|
|
527
|
+
appearance?: "default";
|
|
528
|
+
hasClearDivider?: never;
|
|
529
529
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
530
530
|
label?: string;
|
|
531
531
|
leftHelper?: string;
|
|
@@ -580,8 +580,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
580
580
|
hintWidth?: string;
|
|
581
581
|
hintContentLeft?: import("react").ReactNode;
|
|
582
582
|
} & {
|
|
583
|
-
appearance?: "
|
|
584
|
-
hasClearDivider?:
|
|
583
|
+
appearance?: "clear";
|
|
584
|
+
hasClearDivider?: boolean;
|
|
585
585
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
586
586
|
label?: string;
|
|
587
587
|
leftHelper?: string;
|
|
@@ -636,8 +636,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
636
636
|
hintWidth?: never;
|
|
637
637
|
hintContentLeft?: never;
|
|
638
638
|
} & {
|
|
639
|
-
appearance?: "
|
|
640
|
-
hasClearDivider?:
|
|
639
|
+
appearance?: "default";
|
|
640
|
+
hasClearDivider?: never;
|
|
641
641
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
642
642
|
label?: string;
|
|
643
643
|
leftHelper?: string;
|
|
@@ -692,8 +692,8 @@ export declare const RangeDefault: import("react").FunctionComponent<import("@sa
|
|
|
692
692
|
hintWidth?: never;
|
|
693
693
|
hintContentLeft?: never;
|
|
694
694
|
} & {
|
|
695
|
-
appearance?: "
|
|
696
|
-
hasClearDivider?:
|
|
695
|
+
appearance?: "clear";
|
|
696
|
+
hasClearDivider?: boolean;
|
|
697
697
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>))>;
|
|
698
698
|
export declare const RangeClear: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
699
699
|
view: {
|
|
@@ -773,8 +773,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
773
773
|
hintWidth?: string;
|
|
774
774
|
hintContentLeft?: import("react").ReactNode;
|
|
775
775
|
} & {
|
|
776
|
-
appearance?: "
|
|
777
|
-
hasClearDivider?:
|
|
776
|
+
appearance?: "default";
|
|
777
|
+
hasClearDivider?: never;
|
|
778
778
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
779
779
|
label?: string;
|
|
780
780
|
leftHelper?: string;
|
|
@@ -829,8 +829,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
829
829
|
hintWidth?: string;
|
|
830
830
|
hintContentLeft?: import("react").ReactNode;
|
|
831
831
|
} & {
|
|
832
|
-
appearance?: "
|
|
833
|
-
hasClearDivider?:
|
|
832
|
+
appearance?: "clear";
|
|
833
|
+
hasClearDivider?: boolean;
|
|
834
834
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
835
835
|
label?: string;
|
|
836
836
|
leftHelper?: string;
|
|
@@ -885,8 +885,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
885
885
|
hintWidth?: never;
|
|
886
886
|
hintContentLeft?: never;
|
|
887
887
|
} & {
|
|
888
|
-
appearance?: "
|
|
889
|
-
hasClearDivider?:
|
|
888
|
+
appearance?: "default";
|
|
889
|
+
hasClearDivider?: never;
|
|
890
890
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
891
891
|
label?: string;
|
|
892
892
|
leftHelper?: string;
|
|
@@ -941,8 +941,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
941
941
|
hintWidth?: never;
|
|
942
942
|
hintContentLeft?: never;
|
|
943
943
|
} & {
|
|
944
|
-
appearance?: "
|
|
945
|
-
hasClearDivider?:
|
|
944
|
+
appearance?: "clear";
|
|
945
|
+
hasClearDivider?: boolean;
|
|
946
946
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
947
947
|
label?: string;
|
|
948
948
|
leftHelper?: string;
|
|
@@ -997,8 +997,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
997
997
|
hintWidth?: string;
|
|
998
998
|
hintContentLeft?: import("react").ReactNode;
|
|
999
999
|
} & {
|
|
1000
|
-
appearance?: "
|
|
1001
|
-
hasClearDivider?:
|
|
1000
|
+
appearance?: "default";
|
|
1001
|
+
hasClearDivider?: never;
|
|
1002
1002
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1003
1003
|
label?: string;
|
|
1004
1004
|
leftHelper?: string;
|
|
@@ -1053,8 +1053,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1053
1053
|
hintWidth?: string;
|
|
1054
1054
|
hintContentLeft?: import("react").ReactNode;
|
|
1055
1055
|
} & {
|
|
1056
|
-
appearance?: "
|
|
1057
|
-
hasClearDivider?:
|
|
1056
|
+
appearance?: "clear";
|
|
1057
|
+
hasClearDivider?: boolean;
|
|
1058
1058
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1059
1059
|
label?: string;
|
|
1060
1060
|
leftHelper?: string;
|
|
@@ -1109,8 +1109,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1109
1109
|
hintWidth?: never;
|
|
1110
1110
|
hintContentLeft?: never;
|
|
1111
1111
|
} & {
|
|
1112
|
-
appearance?: "
|
|
1113
|
-
hasClearDivider?:
|
|
1112
|
+
appearance?: "default";
|
|
1113
|
+
hasClearDivider?: never;
|
|
1114
1114
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1115
1115
|
label?: string;
|
|
1116
1116
|
leftHelper?: string;
|
|
@@ -1165,8 +1165,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1165
1165
|
hintWidth?: never;
|
|
1166
1166
|
hintContentLeft?: never;
|
|
1167
1167
|
} & {
|
|
1168
|
-
appearance?: "
|
|
1169
|
-
hasClearDivider?:
|
|
1168
|
+
appearance?: "clear";
|
|
1169
|
+
hasClearDivider?: boolean;
|
|
1170
1170
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1171
1171
|
label?: string;
|
|
1172
1172
|
leftHelper?: string;
|
|
@@ -1221,8 +1221,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1221
1221
|
hintWidth?: string;
|
|
1222
1222
|
hintContentLeft?: import("react").ReactNode;
|
|
1223
1223
|
} & {
|
|
1224
|
-
appearance?: "
|
|
1225
|
-
hasClearDivider?:
|
|
1224
|
+
appearance?: "default";
|
|
1225
|
+
hasClearDivider?: never;
|
|
1226
1226
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1227
1227
|
label?: string;
|
|
1228
1228
|
leftHelper?: string;
|
|
@@ -1277,8 +1277,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1277
1277
|
hintWidth?: string;
|
|
1278
1278
|
hintContentLeft?: import("react").ReactNode;
|
|
1279
1279
|
} & {
|
|
1280
|
-
appearance?: "
|
|
1281
|
-
hasClearDivider?:
|
|
1280
|
+
appearance?: "clear";
|
|
1281
|
+
hasClearDivider?: boolean;
|
|
1282
1282
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1283
1283
|
label?: string;
|
|
1284
1284
|
leftHelper?: string;
|
|
@@ -1333,8 +1333,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1333
1333
|
hintWidth?: never;
|
|
1334
1334
|
hintContentLeft?: never;
|
|
1335
1335
|
} & {
|
|
1336
|
-
appearance?: "
|
|
1337
|
-
hasClearDivider?:
|
|
1336
|
+
appearance?: "default";
|
|
1337
|
+
hasClearDivider?: never;
|
|
1338
1338
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>) | ({
|
|
1339
1339
|
label?: string;
|
|
1340
1340
|
leftHelper?: string;
|
|
@@ -1389,8 +1389,8 @@ export declare const RangeClear: import("react").FunctionComponent<import("@salu
|
|
|
1389
1389
|
hintWidth?: never;
|
|
1390
1390
|
hintContentLeft?: never;
|
|
1391
1391
|
} & {
|
|
1392
|
-
appearance?: "
|
|
1393
|
-
hasClearDivider?:
|
|
1392
|
+
appearance?: "clear";
|
|
1393
|
+
hasClearDivider?: boolean;
|
|
1394
1394
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>))>;
|
|
1395
1395
|
export declare const Range: import("react").ForwardRefExoticComponent<(Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1396
1396
|
view: {
|
|
@@ -1470,8 +1470,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1470
1470
|
hintWidth?: string;
|
|
1471
1471
|
hintContentLeft?: import("react").ReactNode;
|
|
1472
1472
|
} & {
|
|
1473
|
-
appearance?: "
|
|
1474
|
-
hasClearDivider?:
|
|
1473
|
+
appearance?: "default";
|
|
1474
|
+
hasClearDivider?: never;
|
|
1475
1475
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1476
1476
|
view: {
|
|
1477
1477
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1550,8 +1550,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1550
1550
|
hintWidth?: string;
|
|
1551
1551
|
hintContentLeft?: import("react").ReactNode;
|
|
1552
1552
|
} & {
|
|
1553
|
-
appearance?: "
|
|
1554
|
-
hasClearDivider?:
|
|
1553
|
+
appearance?: "clear";
|
|
1554
|
+
hasClearDivider?: boolean;
|
|
1555
1555
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1556
1556
|
view: {
|
|
1557
1557
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1630,8 +1630,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1630
1630
|
hintWidth?: never;
|
|
1631
1631
|
hintContentLeft?: never;
|
|
1632
1632
|
} & {
|
|
1633
|
-
appearance?: "
|
|
1634
|
-
hasClearDivider?:
|
|
1633
|
+
appearance?: "default";
|
|
1634
|
+
hasClearDivider?: never;
|
|
1635
1635
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1636
1636
|
view: {
|
|
1637
1637
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1710,8 +1710,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1710
1710
|
hintWidth?: never;
|
|
1711
1711
|
hintContentLeft?: never;
|
|
1712
1712
|
} & {
|
|
1713
|
-
appearance?: "
|
|
1714
|
-
hasClearDivider?:
|
|
1713
|
+
appearance?: "clear";
|
|
1714
|
+
hasClearDivider?: boolean;
|
|
1715
1715
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1716
1716
|
view: {
|
|
1717
1717
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1790,8 +1790,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1790
1790
|
hintWidth?: string;
|
|
1791
1791
|
hintContentLeft?: import("react").ReactNode;
|
|
1792
1792
|
} & {
|
|
1793
|
-
appearance?: "
|
|
1794
|
-
hasClearDivider?:
|
|
1793
|
+
appearance?: "default";
|
|
1794
|
+
hasClearDivider?: never;
|
|
1795
1795
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1796
1796
|
view: {
|
|
1797
1797
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1870,8 +1870,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1870
1870
|
hintWidth?: string;
|
|
1871
1871
|
hintContentLeft?: import("react").ReactNode;
|
|
1872
1872
|
} & {
|
|
1873
|
-
appearance?: "
|
|
1874
|
-
hasClearDivider?:
|
|
1873
|
+
appearance?: "clear";
|
|
1874
|
+
hasClearDivider?: boolean;
|
|
1875
1875
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1876
1876
|
view: {
|
|
1877
1877
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -1950,8 +1950,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
1950
1950
|
hintWidth?: never;
|
|
1951
1951
|
hintContentLeft?: never;
|
|
1952
1952
|
} & {
|
|
1953
|
-
appearance?: "
|
|
1954
|
-
hasClearDivider?:
|
|
1953
|
+
appearance?: "default";
|
|
1954
|
+
hasClearDivider?: never;
|
|
1955
1955
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
1956
1956
|
view: {
|
|
1957
1957
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2030,8 +2030,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
2030
2030
|
hintWidth?: never;
|
|
2031
2031
|
hintContentLeft?: never;
|
|
2032
2032
|
} & {
|
|
2033
|
-
appearance?: "
|
|
2034
|
-
hasClearDivider?:
|
|
2033
|
+
appearance?: "clear";
|
|
2034
|
+
hasClearDivider?: boolean;
|
|
2035
2035
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2036
2036
|
view: {
|
|
2037
2037
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2110,8 +2110,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
2110
2110
|
hintWidth?: string;
|
|
2111
2111
|
hintContentLeft?: import("react").ReactNode;
|
|
2112
2112
|
} & {
|
|
2113
|
-
appearance?: "
|
|
2114
|
-
hasClearDivider?:
|
|
2113
|
+
appearance?: "default";
|
|
2114
|
+
hasClearDivider?: never;
|
|
2115
2115
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2116
2116
|
view: {
|
|
2117
2117
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2190,8 +2190,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
2190
2190
|
hintWidth?: string;
|
|
2191
2191
|
hintContentLeft?: import("react").ReactNode;
|
|
2192
2192
|
} & {
|
|
2193
|
-
appearance?: "
|
|
2194
|
-
hasClearDivider?:
|
|
2193
|
+
appearance?: "clear";
|
|
2194
|
+
hasClearDivider?: boolean;
|
|
2195
2195
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2196
2196
|
view: {
|
|
2197
2197
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2270,8 +2270,8 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
2270
2270
|
hintWidth?: never;
|
|
2271
2271
|
hintContentLeft?: never;
|
|
2272
2272
|
} & {
|
|
2273
|
-
appearance?: "
|
|
2274
|
-
hasClearDivider?:
|
|
2273
|
+
appearance?: "default";
|
|
2274
|
+
hasClearDivider?: never;
|
|
2275
2275
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
2276
2276
|
view: {
|
|
2277
2277
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -2350,6 +2350,6 @@ export declare const Range: import("react").ForwardRefExoticComponent<(Omit<impo
|
|
|
2350
2350
|
hintWidth?: never;
|
|
2351
2351
|
hintContentLeft?: never;
|
|
2352
2352
|
} & {
|
|
2353
|
-
appearance?: "
|
|
2354
|
-
hasClearDivider?:
|
|
2353
|
+
appearance?: "clear";
|
|
2354
|
+
hasClearDivider?: boolean;
|
|
2355
2355
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<import("@salutejs/plasma-new-hope/styled-components").RangeInputRefs>, "ref">) & import("react").RefAttributes<HTMLElement>>;
|