@newageerp/v3.popups.mvc-popup
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,5 +6,6 @@ export declare type SFSOpenEditModalWindowPropsProps = { | ||
options?: any; | ||
onSaveCallback?: (el: any, backFunc: any) => void; | ||
}; | ||
export declare const SFSOpenEditModalWindowProps: (props: SFSOpenEditModalWindowPropsProps) => void; | ||
export declare const SFSOpenEditModalWindow: (schema: string, id: string | number, type?: string, options?: any) => void; | ||
export declare const SFSOpenEditModalWindow: (schema: string, id: string | number, type?: string, options?: any, onSaveCallback?: (el: any, backFunc: any) => void) => void; | ||
export declare const SFSOpenEditWindow: (schema: string, id: string | number, type?: string, options?: any) => void; |
@@ -8,3 +8,3 @@ "use strict"; | ||
exports.SFSOpenEditModalWindowProps = SFSOpenEditModalWindowProps; | ||
const SFSOpenEditModalWindow = (schema, id, type = 'main', options) => { | ||
const SFSOpenEditModalWindow = (schema, id, type = 'main', options, onSaveCallback) => { | ||
const event = new CustomEvent('SFSOpenEditModalWindow', { | ||
@@ -16,2 +16,3 @@ detail: { | ||
options: options, | ||
onSaveCallback: onSaveCallback, | ||
}, | ||
@@ -18,0 +19,0 @@ }); |
{ | ||
"name": "@newageerp/v3.popups.mvc-popup", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"homepage": "https://bit.dev/newageerp/v3/popups/mvc-popup", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "v3/popups/mvc-popup", | ||
"version": "0.0.6" | ||
"version": "0.0.7" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
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
25633
83