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

@opentiny/vue-dialog-box

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-dialog-box - npm Package Compare versions

Comparing version 2.6.7 to 2.8.0

8

lib/index.js

@@ -21,2 +21,4 @@ function _extends() {

return MobileTemplate;
else if ("mobile-first" === (process.env.TINY_MODE || mode))
return MobileFirstTemplate;
else

@@ -161,2 +163,8 @@ return PcTemplate;

}
},
maxHeight: {
type: String,
default: function _default20() {
return "";
}
}

@@ -163,0 +171,0 @@ }),

2

lib/pc.js

@@ -66,3 +66,3 @@ import { renderless, api } from "@opentiny/vue-renderless/dialog-box/vue";

emits: ["update:visible", "change", "before-close", "open", "close", "opened", "confirm", "cancel", "closed", "drag-start", "drag-move", "drag-end"],
props: [].concat(props, ["resize", "isFormReset", "visible", "title", "modal", "modalAppendToBody", "appendToBody", "lockScroll", "closeOnClickModal", "closeOnPressEscape", "showClose", "width", "fullscreen", "top", "center", "draggable", "showHeader", "rightSlide", "destroyOnClose", "dialogClass", "beforeClose"]),
props: [].concat(props, ["resize", "isFormReset", "visible", "title", "modal", "modalAppendToBody", "appendToBody", "lockScroll", "closeOnClickModal", "closeOnPressEscape", "showClose", "width", "fullscreen", "top", "center", "draggable", "showHeader", "rightSlide", "destroyOnClose", "dialogClass", "beforeClose", "maxHeight"]),
model: {

@@ -69,0 +69,0 @@ prop: "visible",

{
"name": "@opentiny/vue-dialog-box",
"version": "2.6.7",
"version": "2.8.0",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"dependencies": {
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-icon": "~2.6.7",
"@opentiny/vue-renderless": "~3.6.6"
"@opentiny/vue-common": "~2.8.0",
"@opentiny/vue-icon": "~2.8.0",
"@opentiny/vue-renderless": "~3.8.0"
},

@@ -11,0 +12,0 @@ "license": "MIT",

@@ -91,6 +91,19 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api").Data, {}, {}, {

};
maxHeight: {
type: StringConstructor;
default: () => string;
};
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (FunctionConstructor | ObjectConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_chart_theme: ObjectConstructor;
}, {
title: string;
tiny_mode_root: boolean;
maxHeight: string;
appendToBody: boolean;
visible: boolean;
showHeader: boolean;
center: boolean;

@@ -112,4 +125,8 @@ _constants: Record<string, any>;

showClose: boolean;
showHeader: boolean;
} & {
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
beforeClose?: Function | undefined;

@@ -119,4 +136,7 @@ top?: string | undefined;

title: string;
tiny_mode_root: boolean;
maxHeight: string;
appendToBody: boolean;
visible: boolean;
showHeader: boolean;
center: boolean;

@@ -138,4 +158,8 @@ _constants: Record<string, any>;

showClose: boolean;
showHeader: boolean;
} & {
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
beforeClose?: Function | undefined;

@@ -145,4 +169,7 @@ top?: string | undefined;

title: string;
tiny_mode_root: boolean;
maxHeight: string;
appendToBody: boolean;
visible: boolean;
showHeader: boolean;
center: boolean;

@@ -164,4 +191,8 @@ _constants: Record<string, any>;

showClose: boolean;
showHeader: boolean;
} & {
tiny_mode?: string | undefined;
tiny_template?: unknown;
tiny_renderless?: Function | undefined;
tiny_theme?: string | undefined;
tiny_chart_theme?: Record<string, any> | undefined;
beforeClose?: Function | undefined;

@@ -171,4 +202,6 @@ top?: string | undefined;

title: string;
maxHeight: string;
appendToBody: boolean;
visible: boolean;
showHeader: boolean;
center: boolean;

@@ -189,4 +222,3 @@ _constants: Record<string, any>;

showClose: boolean;
showHeader: boolean;
}, true>);
export default _default;

@@ -8,2 +8,4 @@ declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{

dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}> & import("@vue/composition-api").Data, {}, {}, Readonly<{

@@ -22,2 +24,4 @@ [x: string]: any;

dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}>, import("@vue/composition-api").Data, {}, {}, {

@@ -24,0 +28,0 @@ [x: string]: any;

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