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

@opentiny/vue-dialog-select

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-dialog-select - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

2

lib/index.js

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

});
var version = "2.17.0";
var version = "2.18.0";
DialogSelect.install = function(Vue) {

@@ -111,0 +111,0 @@ Vue.component(DialogSelect.name, DialogSelect);

@@ -189,15 +189,23 @@ import { renderless, api } from '@opentiny/vue-renderless/dialog-select/vue';

staticClass: "tiny-dialog-select__footer-buttons"
}, [_c("tiny-button", {
on: {
"click": _vm.onFooterCancel
}
}, [_vm._v(_vm._s(_vm.t("ui.button.cancel")))]), _c("tiny-button", {
attrs: {
"type": "primary"
},
on: {
"click": _vm.onFooterConfirm
}
}, [_vm._v(_vm._s(_vm.t("ui.button.confirm")))])], 1)])];
}, null, params)];
}, [_vm._t("footer-buttons", function() {
return [_c("tiny-button", {
on: {
"click": _vm.onFooterCancel
}
}, [_vm._v(_vm._s(_vm.t("ui.button.cancel")))]), _c("tiny-button", {
attrs: {
"type": "primary"
},
on: {
"click": _vm.onFooterConfirm
}
}, [_vm._v(_vm._s(_vm.t("ui.button.confirm")))])];
}, {
"cancel": _vm.onFooterCancel,
"confirm": _vm.onFooterConfirm
})], 2)])];
}, {
"cancel": _vm.onFooterCancel,
"confirm": _vm.onFooterConfirm
}, params)];
}

@@ -204,0 +212,0 @@ }], null, true)

{
"name": "@opentiny/vue-dialog-select",
"version": "2.17.0",
"version": "2.18.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-common": "~2.17.0",
"@opentiny/vue-dialog-box": "~2.17.0",
"@opentiny/vue-button": "~2.17.0",
"@opentiny/vue-pager": "~2.17.0",
"@opentiny/vue-grid": "~2.17.0",
"@opentiny/vue-split": "~2.17.0",
"@opentiny/vue-selected-box": "~2.17.0",
"@opentiny/vue-input": "~2.17.0",
"@opentiny/vue-tree": "~2.17.0",
"@opentiny/vue-theme": "~3.17.0"
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-common": "~2.18.0",
"@opentiny/vue-dialog-box": "~2.18.0",
"@opentiny/vue-button": "~2.18.0",
"@opentiny/vue-pager": "~2.18.0",
"@opentiny/vue-grid": "~2.18.0",
"@opentiny/vue-split": "~2.18.0",
"@opentiny/vue-selected-box": "~2.18.0",
"@opentiny/vue-input": "~2.18.0",
"@opentiny/vue-tree": "~2.18.0",
"@opentiny/vue-theme": "~3.18.0"
},

@@ -23,0 +23,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