@salutejs/plasma-web 1.478.0-canary.1603.12350693014.0 → 1.478.0-canary.1639.12351038198.0
Sign up to get free protection for your applications and to get access to all the features.
package/api/plasma-web.api.md
CHANGED
@@ -1761,6 +1761,8 @@ contentLeft?: ReactNode;
|
|
1761
1761
|
contentRight?: ReactNode;
|
1762
1762
|
leftHelper?: string | undefined;
|
1763
1763
|
requiredPlacement?: "right" | "left" | undefined;
|
1764
|
+
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1765
|
+
dividerIcon?: ReactNode;
|
1764
1766
|
firstValueError?: boolean | undefined;
|
1765
1767
|
secondValueError?: boolean | undefined;
|
1766
1768
|
firstValueSuccess?: boolean | undefined;
|
@@ -1771,16 +1773,14 @@ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any
|
|
1771
1773
|
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1772
1774
|
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1773
1775
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1776
|
+
firstTextfieldTextBefore?: string | undefined;
|
1777
|
+
secondTextfieldTextBefore?: string | undefined;
|
1774
1778
|
firstTextfieldTextAfter?: string | undefined;
|
1775
1779
|
secondTextfieldTextAfter?: string | undefined;
|
1776
1780
|
onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1777
1781
|
onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1778
1782
|
onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1779
1783
|
onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1780
|
-
firstTextfieldTextBefore?: string | undefined;
|
1781
|
-
secondTextfieldTextBefore?: string | undefined;
|
1782
|
-
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1783
|
-
dividerIcon?: ReactNode;
|
1784
1784
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1785
1785
|
placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
|
1786
1786
|
isDoubleCalendar?: boolean | undefined;
|
@@ -81,6 +81,8 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
81
81
|
contentRight?: import("react").ReactNode;
|
82
82
|
leftHelper?: string | undefined;
|
83
83
|
requiredPlacement?: "right" | "left" | undefined;
|
84
|
+
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
85
|
+
dividerIcon?: import("react").ReactNode;
|
84
86
|
firstValueError?: boolean | undefined;
|
85
87
|
secondValueError?: boolean | undefined;
|
86
88
|
firstValueSuccess?: boolean | undefined;
|
@@ -91,16 +93,14 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
91
93
|
firstTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
92
94
|
secondTextfieldContentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
93
95
|
secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
96
|
+
firstTextfieldTextBefore?: string | undefined;
|
97
|
+
secondTextfieldTextBefore?: string | undefined;
|
94
98
|
firstTextfieldTextAfter?: string | undefined;
|
95
99
|
secondTextfieldTextAfter?: string | undefined;
|
96
100
|
onFocusFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
|
97
101
|
onFocusSecondTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
|
98
102
|
onBlurFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
|
99
103
|
onBlurSecondTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
|
100
|
-
firstTextfieldTextBefore?: string | undefined;
|
101
|
-
secondTextfieldTextBefore?: string | undefined;
|
102
|
-
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
103
|
-
dividerIcon?: import("react").ReactNode;
|
104
104
|
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps, "placement"> & {
|
105
105
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement[] | undefined;
|
106
106
|
isDoubleCalendar?: boolean | undefined;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.478.0-canary.
|
3
|
+
"version": "1.478.0-canary.1639.12351038198.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.188.0",
|
23
23
|
"@salutejs/plasma-hope": "1.324.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.223.0-canary.
|
24
|
+
"@salutejs/plasma-new-hope": "0.223.0-canary.1639.12351038198.0",
|
25
25
|
"@salutejs/plasma-themes": "0.24.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.43.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.54.0",
|
@@ -112,5 +112,5 @@
|
|
112
112
|
"Fanil Zubairov"
|
113
113
|
],
|
114
114
|
"sideEffects": false,
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "362014dd28ce4d46e0f9debfd48e344b7e3f3d8d"
|
116
116
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -1761,6 +1761,8 @@ contentLeft?: ReactNode;
|
|
1761
1761
|
contentRight?: ReactNode;
|
1762
1762
|
leftHelper?: string | undefined;
|
1763
1763
|
requiredPlacement?: "right" | "left" | undefined;
|
1764
|
+
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1765
|
+
dividerIcon?: ReactNode;
|
1764
1766
|
firstValueError?: boolean | undefined;
|
1765
1767
|
secondValueError?: boolean | undefined;
|
1766
1768
|
firstValueSuccess?: boolean | undefined;
|
@@ -1771,16 +1773,14 @@ firstTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any
|
|
1771
1773
|
firstTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1772
1774
|
secondTextfieldContentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1773
1775
|
secondTextfieldContentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
|
1776
|
+
firstTextfieldTextBefore?: string | undefined;
|
1777
|
+
secondTextfieldTextBefore?: string | undefined;
|
1774
1778
|
firstTextfieldTextAfter?: string | undefined;
|
1775
1779
|
secondTextfieldTextAfter?: string | undefined;
|
1776
1780
|
onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1777
1781
|
onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1778
1782
|
onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1779
1783
|
onBlurSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
|
1780
|
-
firstTextfieldTextBefore?: string | undefined;
|
1781
|
-
secondTextfieldTextBefore?: string | undefined;
|
1782
|
-
dividerVariant?: "none" | "icon" | "dash" | undefined;
|
1783
|
-
dividerIcon?: ReactNode;
|
1784
1784
|
} & DatePickerCalendarProps & Omit<DatePickerPopoverProps, "placement"> & {
|
1785
1785
|
placement?: DatePickerRangePlacement | DatePickerRangePlacement[] | undefined;
|
1786
1786
|
isDoubleCalendar?: boolean | undefined;
|