zmp-react
Advanced tools
Comparing version 2.7.4 to 2.7.5
@@ -215,3 +215,5 @@ "use strict"; | ||
if (typeof onClickAction === 'function') { | ||
onClickAction(picker); | ||
if (typeof onClickAction === 'function') { | ||
onClickAction(picker); | ||
} | ||
} else { | ||
@@ -218,0 +220,0 @@ picker.close(); |
@@ -70,3 +70,3 @@ "use strict"; | ||
onClickDisable? : (event?: any) => void | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; zmpSearchbar: () => Searchbar.Searchbar;}>; | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; zmpSearchbar: () => Searchbar.Searchbar;}>; | ||
CHILDREN_PROP | ||
@@ -73,0 +73,0 @@ */ |
@@ -23,3 +23,3 @@ "use strict"; | ||
style?: React.CSSProperties; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large' | 'xlarge'; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large'; | ||
bold?: boolean; | ||
@@ -26,0 +26,0 @@ fontSize?: number; |
/** | ||
* ZMP React 2.7.4 | ||
* ZMP React 2.7.5 | ||
* Build full featured iOS & Android apps using ZMP & React | ||
@@ -10,3 +10,3 @@ * https://h5.zalo.me/react/ | ||
* | ||
* Released on: May 16, 2022 | ||
* Released on: May 19, 2022 | ||
*/ | ||
@@ -13,0 +13,0 @@ "use strict"; |
@@ -15,13 +15,13 @@ export enum FlexLayoutGap { | ||
export enum SpacingEnum { | ||
'0' = '0', | ||
'1' = '1', | ||
'2' = '2', | ||
'3' = '3', | ||
'4' = '4', | ||
'5' = '5', | ||
'6' = '6', | ||
'7' = '7', | ||
'8' = '8', | ||
'9' = '9', | ||
'10' = '10', | ||
0 = 0, | ||
1 = 1, | ||
2 = 2, | ||
3 = 3, | ||
4 = 4, | ||
5 = 5, | ||
6 = 6, | ||
7 = 7, | ||
8 = 8, | ||
9 = 9, | ||
10 = 10, | ||
} | ||
@@ -28,0 +28,0 @@ |
@@ -9,3 +9,3 @@ | ||
style?: React.CSSProperties; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large' | 'xlarge'; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large'; | ||
bold?: boolean; | ||
@@ -12,0 +12,0 @@ fontSize?: number; |
@@ -198,3 +198,5 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
if (typeof onClickAction === 'function') { | ||
onClickAction(picker); | ||
if (typeof onClickAction === 'function') { | ||
onClickAction(picker); | ||
} | ||
} else { | ||
@@ -201,0 +203,0 @@ picker.close(); |
@@ -55,3 +55,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
onClickDisable? : (event?: any) => void | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; zmpSearchbar: () => Searchbar.Searchbar;}>; | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; zmpSearchbar: () => Searchbar.Searchbar;}>; | ||
CHILDREN_PROP | ||
@@ -58,0 +58,0 @@ */ |
@@ -8,3 +8,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
style?: React.CSSProperties; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large' | 'xlarge'; | ||
size?: 'xxxsmall' | 'xxsmall' | 'xsmall' | 'small' | 'normal' | 'large'; | ||
bold?: boolean; | ||
@@ -11,0 +11,0 @@ fontSize?: number; |
/** | ||
* ZMP React 2.7.4 | ||
* ZMP React 2.7.5 | ||
* Build full featured iOS & Android apps using ZMP & React | ||
@@ -10,3 +10,3 @@ * https://h5.zalo.me/react/ | ||
* | ||
* Released on: May 16, 2022 | ||
* Released on: May 19, 2022 | ||
*/ | ||
@@ -13,0 +13,0 @@ /* eslint-disable no-proto */ |
{ | ||
"name": "zmp-react", | ||
"version": "2.7.4", | ||
"version": "2.7.5", | ||
"description": "Build full featured iOS & Android apps using ZMP & React", | ||
@@ -5,0 +5,0 @@ "main": "cjs/zmp-react.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1815400
40952