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

@opentiny/vue-popconfirm

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-popconfirm - npm Package Compare versions

Comparing version 3.18.0 to 3.19.0

6

lib/index.js

@@ -35,4 +35,4 @@ function _extends() {

error: "icon-error",
info: "icon-info-solid",
warning: "icon-warning"
info: "icon-help",
warning: "icon-warning-triangle"
}

@@ -90,3 +90,3 @@ };

});
var version = "3.18.0";
var version = "3.19.0";
Popconfirm.install = function(Vue) {

@@ -93,0 +93,0 @@ Vue.component(Popconfirm.name, Popconfirm);

@@ -5,3 +5,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common';

import Button from '@opentiny/vue-button';
import { iconSuccess, iconInfoSolid, iconWarning, iconError } from '@opentiny/vue-icon';
import { iconSuccess, iconHelp, iconWarningTriangle, iconError } from '@opentiny/vue-icon';
import '@opentiny/vue-theme/popconfirm/index.css';

@@ -52,4 +52,4 @@ import { resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, renderSlot, createBlock, resolveDynamicComponent, normalizeClass, createCommentVNode, toDisplayString, createTextVNode } from 'vue';

IconSuccess: iconSuccess(),
IconInfoSolid: iconInfoSolid(),
IconWarning: iconWarning(),
IconHelp: iconHelp(),
IconWarningTriangle: iconWarningTriangle(),
IconError: iconError()

@@ -89,3 +89,3 @@ },

type: [String, Number],
default: "350"
default: ""
},

@@ -140,3 +140,2 @@ type: [String, Object],

width: _ctx.width,
title: _ctx.title,
"popper-class": "tiny-popconfirm-popover " + (_ctx.customClass || ""),

@@ -222,3 +221,3 @@ "popper-options": _ctx.popperOptions,

/* FORWARDED */
}, 8, ["modelValue", "placement", "width", "title", "popper-class", "popper-options", "append-to-body", "reference"])])]);
}, 8, ["modelValue", "placement", "width", "popper-class", "popper-options", "append-to-body", "reference"])])]);
}

@@ -225,0 +224,0 @@ var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);

{
"name": "@opentiny/vue-popconfirm",
"version": "3.18.0",
"version": "3.19.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-button": "~3.18.0",
"@opentiny/vue-common": "~3.18.0",
"@opentiny/vue-icon": "~3.18.0",
"@opentiny/vue-popover": "~3.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
"@opentiny/vue-button": "~3.19.0",
"@opentiny/vue-common": "~3.19.0",
"@opentiny/vue-icon": "~3.19.0",
"@opentiny/vue-popover": "~3.19.0",
"@opentiny/vue-renderless": "~3.19.0",
"@opentiny/vue-theme": "~3.19.0"
},

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

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