@amalto/custom-form-dialog
Advanced tools
Comparing version 1.4.108 to 1.4.109
@@ -25,3 +25,3 @@ /// <reference types="react" /> | ||
deleteFile?: (fileName: string) => void; | ||
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: string[]) => void; | ||
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[]) => void; | ||
hideDialog: () => void; | ||
@@ -62,3 +62,3 @@ displayNotification: (notificationOptions: NotificationModel) => void; | ||
refreshData: () => void; | ||
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: string[]) => void; | ||
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[]) => void; | ||
hideDialog: () => void; | ||
@@ -65,0 +65,0 @@ displayNotification: (notificationOptions: NotificationModel) => void; |
@@ -5,3 +5,3 @@ { | ||
"description": "Display custom form.", | ||
"version": "1.4.108", | ||
"version": "1.4.109", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
72770