Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@newageerp/v3.popups.mvc-popup

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/v3.popups.mvc-popup - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

dist/mvc-popup.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc