@salutejs/sdds-finportal 0.147.0-canary.1505.11515852860.0 → 0.147.0-canary.1505.11518120718.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,6 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
82
82
|
import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
83
83
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
84
84
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
85
|
-
import { DefaultValueType } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
86
85
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
87
86
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
88
87
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -3272,8 +3271,8 @@ accent: PolymorphicClassName;
|
|
3272
3271
|
multiselect?: false | undefined;
|
3273
3272
|
separator?: undefined;
|
3274
3273
|
} & {
|
3275
|
-
value:
|
3276
|
-
onChange?: ((value:
|
3274
|
+
value: any;
|
3275
|
+
onChange?: ((value: any) => void) | undefined;
|
3277
3276
|
listOverflow?: Property.Overflow | undefined;
|
3278
3277
|
listHeight?: Property.Height<string | number> | undefined;
|
3279
3278
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3310,8 +3309,8 @@ accent: PolymorphicClassName;
|
|
3310
3309
|
multiselect?: true | undefined;
|
3311
3310
|
separator?: string | undefined;
|
3312
3311
|
} & {
|
3313
|
-
value:
|
3314
|
-
onChange?: ((value:
|
3312
|
+
value: any;
|
3313
|
+
onChange?: ((value: any) => void) | undefined;
|
3315
3314
|
listOverflow?: Property.Overflow | undefined;
|
3316
3315
|
listHeight?: Property.Height<string | number> | undefined;
|
3317
3316
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3348,8 +3347,8 @@ accent: PolymorphicClassName;
|
|
3348
3347
|
multiselect?: false | undefined;
|
3349
3348
|
separator?: undefined;
|
3350
3349
|
} & {
|
3351
|
-
value:
|
3352
|
-
onChange?: ((value:
|
3350
|
+
value: any;
|
3351
|
+
onChange?: ((value: any) => void) | undefined;
|
3353
3352
|
listOverflow?: Property.Overflow | undefined;
|
3354
3353
|
listHeight?: Property.Height<string | number> | undefined;
|
3355
3354
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3386,8 +3385,8 @@ accent: PolymorphicClassName;
|
|
3386
3385
|
multiselect?: true | undefined;
|
3387
3386
|
separator?: string | undefined;
|
3388
3387
|
} & {
|
3389
|
-
value:
|
3390
|
-
onChange?: ((value:
|
3388
|
+
value: any;
|
3389
|
+
onChange?: ((value: any) => void) | undefined;
|
3391
3390
|
listOverflow?: Property.Overflow | undefined;
|
3392
3391
|
listHeight?: Property.Height<string | number> | undefined;
|
3393
3392
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -35,8 +35,8 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
35
35
|
multiselect?: false | undefined;
|
36
36
|
separator?: undefined;
|
37
37
|
} & {
|
38
|
-
value:
|
39
|
-
onChange?: ((value:
|
38
|
+
value: any;
|
39
|
+
onChange?: ((value: any) => void) | undefined;
|
40
40
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
41
41
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
42
42
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -73,8 +73,8 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
73
73
|
multiselect?: true | undefined;
|
74
74
|
separator?: string | undefined;
|
75
75
|
} & {
|
76
|
-
value:
|
77
|
-
onChange?: ((value:
|
76
|
+
value: any;
|
77
|
+
onChange?: ((value: any) => void) | undefined;
|
78
78
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
79
79
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
80
80
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -111,8 +111,8 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
111
111
|
multiselect?: false | undefined;
|
112
112
|
separator?: undefined;
|
113
113
|
} & {
|
114
|
-
value:
|
115
|
-
onChange?: ((value:
|
114
|
+
value: any;
|
115
|
+
onChange?: ((value: any) => void) | undefined;
|
116
116
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
117
117
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
118
118
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -149,8 +149,8 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
|
|
149
149
|
multiselect?: true | undefined;
|
150
150
|
separator?: string | undefined;
|
151
151
|
} & {
|
152
|
-
value:
|
153
|
-
onChange?: ((value:
|
152
|
+
value: any;
|
153
|
+
onChange?: ((value: any) => void) | undefined;
|
154
154
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
155
155
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
156
156
|
status?: "warning" | "success" | "error" | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.147.0-canary.1505.
|
3
|
+
"version": "0.147.0-canary.1505.11518120718.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.174.0-canary.1505.
|
22
|
+
"@salutejs/plasma-new-hope": "0.174.0-canary.1505.11518120718.0",
|
23
23
|
"@salutejs/sdds-themes": "0.24.1-dev.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "9af9bd7c3441f7430eca85bf33a97c1f428d99f5"
|
98
98
|
}
|
@@ -82,7 +82,6 @@ import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-component
|
|
82
82
|
import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
|
83
83
|
import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
84
84
|
import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
|
85
|
-
import { DefaultValueType } from '@salutejs/plasma-new-hope/types/components/Select/Select.types';
|
86
85
|
import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
|
87
86
|
import { dividerTokens } from '@salutejs/plasma-new-hope/styled-components';
|
88
87
|
import { DoubleSliderProps } from '@salutejs/plasma-new-hope/styled-components';
|
@@ -3272,8 +3271,8 @@ accent: PolymorphicClassName;
|
|
3272
3271
|
multiselect?: false | undefined;
|
3273
3272
|
separator?: undefined;
|
3274
3273
|
} & {
|
3275
|
-
value:
|
3276
|
-
onChange?: ((value:
|
3274
|
+
value: any;
|
3275
|
+
onChange?: ((value: any) => void) | undefined;
|
3277
3276
|
listOverflow?: Property.Overflow | undefined;
|
3278
3277
|
listHeight?: Property.Height<string | number> | undefined;
|
3279
3278
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3310,8 +3309,8 @@ accent: PolymorphicClassName;
|
|
3310
3309
|
multiselect?: true | undefined;
|
3311
3310
|
separator?: string | undefined;
|
3312
3311
|
} & {
|
3313
|
-
value:
|
3314
|
-
onChange?: ((value:
|
3312
|
+
value: any;
|
3313
|
+
onChange?: ((value: any) => void) | undefined;
|
3315
3314
|
listOverflow?: Property.Overflow | undefined;
|
3316
3315
|
listHeight?: Property.Height<string | number> | undefined;
|
3317
3316
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3348,8 +3347,8 @@ accent: PolymorphicClassName;
|
|
3348
3347
|
multiselect?: false | undefined;
|
3349
3348
|
separator?: undefined;
|
3350
3349
|
} & {
|
3351
|
-
value:
|
3352
|
-
onChange?: ((value:
|
3350
|
+
value: any;
|
3351
|
+
onChange?: ((value: any) => void) | undefined;
|
3353
3352
|
listOverflow?: Property.Overflow | undefined;
|
3354
3353
|
listHeight?: Property.Height<string | number> | undefined;
|
3355
3354
|
status?: "warning" | "success" | "error" | undefined;
|
@@ -3386,8 +3385,8 @@ accent: PolymorphicClassName;
|
|
3386
3385
|
multiselect?: true | undefined;
|
3387
3386
|
separator?: string | undefined;
|
3388
3387
|
} & {
|
3389
|
-
value:
|
3390
|
-
onChange?: ((value:
|
3388
|
+
value: any;
|
3389
|
+
onChange?: ((value: any) => void) | undefined;
|
3391
3390
|
listOverflow?: Property.Overflow | undefined;
|
3392
3391
|
listHeight?: Property.Height<string | number> | undefined;
|
3393
3392
|
status?: "warning" | "success" | "error" | undefined;
|