@amalto/service-helpers
Advanced tools
Comparing version 1.9.78 to 1.9.79
@@ -139,4 +139,15 @@ // Models | ||
* @param { any[] } [itemsList] | ||
* @param { () => void } [modalReadyCallback] | ||
* @param { boolean } [isLarge] | ||
*/ | ||
showDialog: ( title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[] ) => void; | ||
showDialog: ( | ||
title: string, | ||
body: React.ReactElement<any> | string, | ||
confirmAction?: any, | ||
cancelAction?: any, | ||
confirmLevel?: string, | ||
itemsList?: any[], | ||
modalReadyCallback?: () => void, | ||
isLarge?: boolean | ||
) => void; | ||
@@ -143,0 +154,0 @@ /** Hide the confirmation modal. */ |
@@ -5,3 +5,3 @@ { | ||
"description": "Method to template some of the Platform 6 UI components.", | ||
"version": "1.9.78", | ||
"version": "1.9.79", | ||
"license": "MIT", | ||
@@ -30,7 +30,7 @@ "repository": { | ||
"@amalto/action-button": "1.9.18", | ||
"@amalto/buttons-bar": "1.9.72", | ||
"@amalto/buttons-bar": "1.9.73", | ||
"@amalto/data-line": "1.9.55", | ||
"@amalto/helpers": "1.9.71", | ||
"@amalto/helpers": "1.9.72", | ||
"@amalto/typings": "1.9.55", | ||
"@amalto/wordings": "1.9.28", | ||
"@amalto/wordings": "1.9.29", | ||
"classnames": "^2.2.6", | ||
@@ -83,3 +83,3 @@ "react": "15.6.2" | ||
}, | ||
"gitHead": "9baa08539474b95cfb4f1b8d9a4bf3592ffde24a" | ||
"gitHead": "c4cba16cbf171e10f6790292988670a80e89dfae" | ||
} |
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
28
39831
885
+ Added@amalto/buttons-bar@1.9.73(transitive)
+ Added@amalto/helpers@1.9.72(transitive)
+ Added@amalto/wordings@1.9.29(transitive)
- Removed@amalto/buttons-bar@1.9.72(transitive)
- Removed@amalto/helpers@1.9.71(transitive)
- Removed@amalto/wordings@1.9.28(transitive)
Updated@amalto/buttons-bar@1.9.73
Updated@amalto/helpers@1.9.72
Updated@amalto/wordings@1.9.29