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 2.18.0 to 2.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 = "2.18.0";
var version = "2.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';

@@ -69,4 +69,4 @@

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

@@ -106,3 +106,3 @@ },

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

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

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

@@ -142,0 +141,0 @@ "popper-options": _vm.popperOptions,

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

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

"dependencies": {
"@opentiny/vue-button": "~2.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-popover": "~2.18.0",
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-theme": "~3.18.0"
"@opentiny/vue-button": "~2.19.0",
"@opentiny/vue-common": "~2.19.0",
"@opentiny/vue-icon": "~2.19.0",
"@opentiny/vue-popover": "~2.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