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

@opentiny/vue-modal

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-modal - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

8

lib/index.js

@@ -78,2 +78,3 @@ function _extends() {

},
messageClosable: Boolean,
escClosable: Boolean,

@@ -143,3 +144,5 @@ events: Object,

description: String,
// mf 属性
options: Array,
// mf 属性
showClose: {

@@ -149,2 +152,3 @@ type: Boolean,

},
// mf 属性
confirmContent: String,

@@ -154,2 +158,3 @@ cancelContent: String,

type: String,
// mf 属性
default: "",

@@ -161,2 +166,3 @@ validator: function validator(val) {

customClass: String,
// mf 属性
confirmBtnProps: {

@@ -190,3 +196,3 @@ type: Object,

});
var version = "2.18.0";
var version = "2.19.0";
TINYModal.version = version;

@@ -193,0 +199,0 @@ TINYModal.model = {

8

lib/pc.js

@@ -5,3 +5,3 @@ import Button from '@opentiny/vue-button';

import '@opentiny/vue-theme/modal/index.css';
import { iconHelpSolid, iconInfoSolid, iconSuccess, iconWarning, iconError, iconLoading, iconMinscreenLeft, iconFullscreenLeft, iconClose } from '@opentiny/vue-icon';
import { iconHelpSolid, iconInfoSolid, iconSuccess, iconWarning, iconError, iconLoadingShadow, iconMinscreenRight, iconFullscreenRight, iconClose } from '@opentiny/vue-icon';

@@ -73,3 +73,3 @@ function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

var __vue2_script = defineComponent({
props: [].concat(props, ["_constants", "animat", "beforeClose", "duration", "escClosable", "events", "fullscreen", "height", "id", "isFormReset", "lockScroll", "lockView", "marginSize", "mask", "maskClosable", "message", "minHeight", "minWidth", "modelValue", "resize", "showFooter", "showHeader", "status", "title", "top", "type", "vSize", "width", "zIndex", "showClose", "messageClosable", "confirmContent", "cancelContent", "confirmBtnProps", "cancelBtnProps", "footerDragable", "tiny_theme", "slots"]),
props: [].concat(props, ["_constants", "animat", "beforeClose", "duration", "escClosable", "events", "fullscreen", "height", "id", "isFormReset", "lockScroll", "lockView", "marginSize", "mask", "maskClosable", "message", "minHeight", "minWidth", "modelValue", "resize", "showFooter", "showHeader", "status", "title", "top", "type", "vSize", "width", "zIndex", "messageClosable", "confirmContent", "cancelContent", "confirmBtnProps", "cancelBtnProps", "footerDragable", "tiny_theme", "slots"]),
emits: ["update:modelValue", "show", "close", "confirm", "cancel", "hide", "custom-mousedown", "custom-mouseup", "custom-mousemove"],

@@ -114,3 +114,3 @@ provide: function provide() {

ERROR: iconError(),
LOADING: iconLoading()
LOADING: iconLoadingShadow()
};

@@ -147,3 +147,3 @@ return h("div", {

class: "tiny-modal__title"
}, title || t("ui.alert.title")) : null, resize ? h(zoomLocat ? iconMinscreenLeft() : iconFullscreenLeft(), {
}, title || t("ui.alert.title")) : null, resize ? h(zoomLocat ? iconMinscreenRight() : iconFullscreenRight(), {
class: ["tiny-modal__zoom-btn", "trigger__btn"],

@@ -150,0 +150,0 @@ on: {

{
"name": "@opentiny/vue-modal",
"version": "2.18.0",
"version": "2.19.0",
"description": "",

@@ -10,11 +10,11 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-button": "~2.18.0",
"@opentiny/vue-checkbox": "~2.18.0",
"@opentiny/vue-checkbox-group": "~2.18.0",
"@opentiny/vue-popconfirm": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-theme-mobile": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-common": "~2.19.0",
"@opentiny/vue-button": "~2.19.0",
"@opentiny/vue-checkbox": "~2.19.0",
"@opentiny/vue-checkbox-group": "~2.19.0",
"@opentiny/vue-popconfirm": "~2.19.0",
"@opentiny/vue-icon": "~2.19.0",
"@opentiny/vue-theme-mobile": "~3.19.0",
"@opentiny/vue-theme": "~3.19.0"
},

@@ -21,0 +21,0 @@ "license": "MIT",

@@ -64,2 +64,3 @@ export declare const $constants: {

};
messageClosable: BooleanConstructor;
escClosable: BooleanConstructor;

@@ -66,0 +67,0 @@ events: ObjectConstructor;

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