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

jenesius-vue-modal

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jenesius-vue-modal - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

89

dist/dts/utils/state.d.ts

@@ -27,29 +27,4 @@ /**

render?: Function | undefined;
components?: {
[x: string]: import("vue").FunctionalComponent<any, any> | {
new (...args: any[]): any;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} | any;
} | undefined;
directives?: {
[x: string]: import("vue").DirectiveHook<any, any, any> | {
created?: import("vue").DirectiveHook<any, null, any> | undefined;
beforeMount?: import("vue").DirectiveHook<any, null, any> | undefined;
mounted?: import("vue").DirectiveHook<any, null, any> | undefined;
beforeUpdate?: import("vue").DirectiveHook<any, import("vue").VNode<any, any, {
[key: string]: any;
}>, any> | undefined;
updated?: import("vue").DirectiveHook<any, import("vue").VNode<any, any, {
[key: string]: any;
}>, any> | undefined;
beforeUnmount?: import("vue").DirectiveHook<any, null, any> | undefined;
unmounted?: import("vue").DirectiveHook<any, null, any> | undefined;
getSSRProps?: ((binding: import("vue").DirectiveBinding<any>, vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>) => Record<string, unknown> | undefined) | undefined;
deep?: boolean | undefined;
};
} | undefined;
components?: Record<string, import("vue").Component<any, any, any, Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions>> | undefined;
directives?: Record<string, import("vue").Directive<any, any>> | undefined;
inheritAttrs?: boolean | undefined;

@@ -121,40 +96,15 @@ emits?: any;

data?: ((this: any, vm: any) => any) | undefined;
computed?: {
[x: string]: import("vue").ComputedGetter<any> | {
get: import("vue").ComputedGetter<any>;
set: import("vue").ComputedSetter<any>;
};
} | undefined;
methods?: {
[x: string]: Function;
} | undefined;
watch?: {
[x: string]: string | import("vue").WatchCallback<any, any> | {
handler: string | import("vue").WatchCallback<any, any>;
immediate?: boolean | undefined;
deep?: boolean | undefined;
flush?: "pre" | "post" | "sync" | undefined;
onTrack?: ((event: import("vue").DebuggerEvent) => void) | undefined;
onTrigger?: ((event: import("vue").DebuggerEvent) => void) | undefined;
} | (string | import("vue").WatchCallback<any, any> | {
handler: string | import("vue").WatchCallback<any, any>;
immediate?: boolean | undefined;
deep?: boolean | undefined;
flush?: "pre" | "post" | "sync" | undefined;
onTrack?: ((event: import("vue").DebuggerEvent) => void) | undefined;
onTrigger?: ((event: import("vue").DebuggerEvent) => void) | undefined;
})[];
} | undefined;
provide?: Function | {
[x: string]: unknown;
} | undefined;
inject?: string[] | {
[x: string]: string | symbol | {
from?: string | symbol | undefined;
default?: unknown;
};
} | undefined;
filters?: {
[x: string]: Function;
} | undefined;
computed?: Record<string, import("vue").ComputedGetter<any> | import("vue").WritableComputedOptions<any>> | undefined;
methods?: import("vue").MethodOptions | undefined;
watch?: Record<string, string | import("vue").WatchCallback<any, any> | ({
handler: string | import("vue").WatchCallback<any, any>;
} & import("vue").WatchOptions<boolean>) | (string | import("vue").WatchCallback<any, any> | ({
handler: string | import("vue").WatchCallback<any, any>;
} & import("vue").WatchOptions<boolean>))[]> | undefined;
provide?: Function | Record<string | symbol, unknown> | undefined;
inject?: string[] | Record<string | symbol, string | symbol | {
from?: string | symbol | undefined;
default?: unknown;
}> | undefined;
filters?: Record<string, Function> | undefined;
mixins?: any[] | undefined;

@@ -181,2 +131,3 @@ extends?: any;

__file?: string | undefined;
__name?: string | undefined;
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;

@@ -187,11 +138,7 @@ beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;

props: any;
eventCallbacks: {
[x: string]: (data?: any) => any;
};
eventCallbacks: import("./Modal").EventCallbacksStorage;
backgroundClose: boolean;
close: () => Promise<void>;
onclose: import("./types").GuardFunctionWithHandle;
readonly instance: {
[x: string]: any;
};
readonly instance: ModalComponentInterface;
on: (eventName: string, callback: (data?: any) => any) => void;

@@ -198,0 +145,0 @@ }[]>;

/*!
* jenesius-vue-modal v1.5.1
* jenesius-vue-modal v1.5.2
* (c) 2022 Jenesius

@@ -4,0 +4,0 @@ * @license MIT

{
"name": "jenesius-vue-modal",
"version": "1.5.1",
"version": "1.5.2",
"private": false,

@@ -12,3 +12,7 @@ "description": "Simple modal plugin for Vue3",

"rollup": "rollup -c ./rollup.config.js --environment BABEL_ENV:production",
"test": "jest"
"test": "jest",
"full": "npm run rollup && npm publish",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},

@@ -39,2 +43,3 @@ "main": "dist/jenesius-vue-modal.cjs.js",

"typescript": "~4.1.5",
"vitepress": "^1.0.0-alpha.1",
"vue-jest": "^5.0.0-alpha.10",

@@ -41,0 +46,0 @@ "vue-router": "^4.0.12",

@@ -8,4 +8,3 @@ # Jenesius Vue Modal

- [Full Documentation](https://modal.jenesius.com/docs.html/installation#npm)
- [Site](https://modal.jenesius.com/)
- [Full Documentation](https://modal.jenesius.com)

@@ -12,0 +11,0 @@

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