Socket
Socket
Sign inDemoInstall

@opentiny/vue-dialog-box

Package Overview
Dependencies
Maintainers
0
Versions
59
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 3.17.0 to 3.18.0

2

lib/index.js

@@ -197,3 +197,3 @@ function _extends() {

});
var version = "3.17.0";
var version = "3.18.0";
DialogBox.install = function(Vue) {

@@ -200,0 +200,0 @@ Vue.component(DialogBox.name, DialogBox);

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

for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
target[key] = val;

@@ -40,0 +40,0 @@ }

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

for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
target[key] = val;

@@ -39,0 +39,0 @@ }

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

for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) {
var _step$value = _step.value, key = _step$value[0], val = _step$value[1];
var _step$value2 = _step.value, key = _step$value2[0], val = _step$value2[1];
target[key] = val;

@@ -111,9 +111,9 @@ }

class: normalizeClass(["tiny-dialog-box__wrapper", _ctx.dialogClass]),
onClick: _cache[5] || (_cache[5] = withModifiers(function() {
onClick: _cache[4] || (_cache[4] = withModifiers(function() {
return _ctx.handleWrapperClick && _ctx.handleWrapperClick.apply(_ctx, arguments);
}, ["self"])),
onMouseup: _cache[6] || (_cache[6] = function() {
onMouseup: _cache[5] || (_cache[5] = function() {
return _ctx.useMouseEventUp && _ctx.useMouseEventUp.apply(_ctx, arguments);
}),
onMousedown: _cache[7] || (_cache[7] = function() {
onMousedown: _cache[6] || (_cache[6] = function() {
return _ctx.useMouseEventDown && _ctx.useMouseEventDown.apply(_ctx, arguments);

@@ -144,3 +144,3 @@ })

class: "tiny-dialog-box__header",
onMousedown: _cache[4] || (_cache[4] = function() {
onMousedown: _cache[3] || (_cache[3] = function() {
return _ctx.handleDrag && _ctx.handleDrag.apply(_ctx, arguments);

@@ -177,21 +177,13 @@ })

class: "tiny-svg-size tiny-dialog-box__close"
})])) : createCommentVNode("v-if", true), _ctx.showClose ? (openBlock(), createElementBlock(
"button",
{
key: 2,
type: "button",
class: "tiny-dialog-box__headerbtn",
"aria-label": "Close",
onClick: _cache[2] || (_cache[2] = function($event) {
return _ctx.handleClose("close", $event);
}),
onMousedown: _cache[3] || (_cache[3] = withModifiers(function() {
}, ["stop"]))
},
[createVNode(_component_icon_close, {
class: "tiny-svg-size tiny-dialog-box__close"
})],
32
/* NEED_HYDRATION */
)) : createCommentVNode("v-if", true)],
})])) : createCommentVNode("v-if", true), _ctx.showClose ? (openBlock(), createElementBlock("button", {
key: 2,
type: "button",
class: "tiny-dialog-box__headerbtn",
"aria-label": "Close",
onClick: _cache[2] || (_cache[2] = function($event) {
return _ctx.handleClose("close", $event);
})
}, [createVNode(_component_icon_close, {
class: "tiny-svg-size tiny-dialog-box__close"
})])) : createCommentVNode("v-if", true)],
544

@@ -198,0 +190,0 @@ /* NEED_HYDRATION, NEED_PATCH */

{
"name": "@opentiny/vue-dialog-box",
"version": "3.17.0",
"version": "3.18.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.17.0",
"@opentiny/vue-icon": "~3.17.0",
"@opentiny/vue-action-sheet": "~3.17.0",
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-theme-mobile": "~3.17.0",
"@opentiny/vue-theme": "~3.17.0"
"@opentiny/vue-common": "~3.18.0",
"@opentiny/vue-icon": "~3.18.0",
"@opentiny/vue-action-sheet": "~3.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-theme-mobile": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
},

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

@@ -368,3 +368,2 @@ /**

appendToBody: boolean;
draggable: boolean;
visible: boolean;

@@ -375,2 +374,3 @@ showClose: boolean;

fullscreen: boolean;
draggable: boolean;
isFormReset: boolean;

@@ -377,0 +377,0 @@ closeOnClickModal: boolean;

@@ -16,3 +16,2 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{

appendToBody?: any;
draggable?: any;
visible?: any;

@@ -24,2 +23,3 @@ showClose?: any;

fullscreen?: any;
draggable?: any;
isFormReset?: any;

@@ -56,3 +56,2 @@ closeOnClickModal?: any;

appendToBody?: any;
draggable?: any;
visible?: any;

@@ -64,2 +63,3 @@ showClose?: any;

fullscreen?: any;
draggable?: any;
isFormReset?: any;

@@ -101,3 +101,2 @@ closeOnClickModal?: any;

readonly appendToBody?: any;
readonly draggable?: any;
readonly visible?: any;

@@ -109,2 +108,3 @@ readonly showClose?: any;

readonly fullscreen?: any;
readonly draggable?: any;
readonly isFormReset?: any;

@@ -111,0 +111,0 @@ readonly closeOnClickModal?: any;

@@ -17,3 +17,2 @@ import type { IDialogBoxApi } from '@opentiny/vue-renderless/types/dialog-box.type';

appendToBody?: any;
draggable?: any;
visible?: any;

@@ -25,2 +24,3 @@ showClose?: any;

fullscreen?: any;
draggable?: any;
isFormReset?: any;

@@ -51,3 +51,2 @@ closeOnClickModal?: any;

appendToBody?: any;
draggable?: any;
visible?: any;

@@ -59,2 +58,3 @@ showClose?: any;

fullscreen?: any;
draggable?: any;
isFormReset?: any;

@@ -99,3 +99,2 @@ closeOnClickModal?: any;

readonly appendToBody?: any;
readonly draggable?: any;
readonly visible?: any;

@@ -107,2 +106,3 @@ readonly showClose?: any;

readonly fullscreen?: any;
readonly draggable?: any;
readonly isFormReset?: any;

@@ -109,0 +109,0 @@ readonly closeOnClickModal?: 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