New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-dialog-select

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

2

lib/index.js

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

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

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

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

import '@opentiny/vue-theme/dialog-select/index.css';
import { resolveComponent, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, normalizeProps, guardReactiveProps, createElementVNode, createCommentVNode, createVNode, createTextVNode, toDisplayString, createElementBlock, normalizeStyle } from 'vue';
import { resolveComponent, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementVNode, createCommentVNode, createVNode, createTextVNode, toDisplayString, createElementBlock, normalizeStyle, normalizeProps, guardReactiveProps } from 'vue';

@@ -45,3 +45,3 @@ function _createForOfIteratorHelperLoose(r, e) {

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;

@@ -166,3 +166,6 @@ }

footer: withCtx(function(params) {
return [renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps(params)), function() {
return [renderSlot(_ctx.$slots, "footer", mergeProps(params, {
cancel: _ctx.onFooterCancel,
confirm: _ctx.onFooterConfirm
}), function() {
return [createElementVNode("div", _hoisted_5, [createElementVNode("div", _hoisted_6, [_ctx.popseletor === "grid" && _ctx.showPager ? (openBlock(), createBlock(

@@ -194,28 +197,33 @@ _component_tiny_pager,

/* FULL_PROPS */
)) : createCommentVNode("v-if", true)]), createElementVNode("div", _hoisted_7, [createVNode(_component_tiny_button, {
onClick: _ctx.onFooterCancel
}, {
default: withCtx(function() {
return [createTextVNode(
toDisplayString(_ctx.t("ui.button.cancel")),
1
/* TEXT */
)];
}),
_: 1
/* STABLE */
}, 8, ["onClick"]), createVNode(_component_tiny_button, {
onClick: _ctx.onFooterConfirm,
type: "primary"
}, {
default: withCtx(function() {
return [createTextVNode(
toDisplayString(_ctx.t("ui.button.confirm")),
1
/* TEXT */
)];
}),
_: 1
/* STABLE */
}, 8, ["onClick"])])])];
)) : createCommentVNode("v-if", true)]), createElementVNode("div", _hoisted_7, [renderSlot(_ctx.$slots, "footer-buttons", {
cancel: _ctx.onFooterCancel,
confirm: _ctx.onFooterConfirm
}, function() {
return [createVNode(_component_tiny_button, {
onClick: _ctx.onFooterCancel
}, {
default: withCtx(function() {
return [createTextVNode(
toDisplayString(_ctx.t("ui.button.cancel")),
1
/* TEXT */
)];
}),
_: 1
/* STABLE */
}, 8, ["onClick"]), createVNode(_component_tiny_button, {
onClick: _ctx.onFooterConfirm,
type: "primary"
}, {
default: withCtx(function() {
return [createTextVNode(
toDisplayString(_ctx.t("ui.button.confirm")),
1
/* TEXT */
)];
}),
_: 1
/* STABLE */
}, 8, ["onClick"])];
})])])];
})];

@@ -222,0 +230,0 @@ }),

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

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

"dependencies": {
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-common": "~3.17.0",
"@opentiny/vue-dialog-box": "~3.17.0",
"@opentiny/vue-button": "~3.17.0",
"@opentiny/vue-pager": "~3.17.0",
"@opentiny/vue-grid": "~3.17.0",
"@opentiny/vue-split": "~3.17.0",
"@opentiny/vue-selected-box": "~3.17.0",
"@opentiny/vue-input": "~3.17.0",
"@opentiny/vue-tree": "~3.17.0",
"@opentiny/vue-theme": "~3.17.0"
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-common": "~3.18.0",
"@opentiny/vue-dialog-box": "~3.18.0",
"@opentiny/vue-button": "~3.18.0",
"@opentiny/vue-pager": "~3.18.0",
"@opentiny/vue-grid": "~3.18.0",
"@opentiny/vue-split": "~3.18.0",
"@opentiny/vue-selected-box": "~3.18.0",
"@opentiny/vue-input": "~3.18.0",
"@opentiny/vue-tree": "~3.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