@opentiny/vue-dialog-select
Advanced tools
Comparing version 3.17.0 to 3.18.0
@@ -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", |
23507
595
+ Added@opentiny/vue-action-sheet@3.18.0(transitive)
+ Added@opentiny/vue-button@3.18.0(transitive)
+ Added@opentiny/vue-button-group@3.18.0(transitive)
+ Added@opentiny/vue-checkbox@3.18.0(transitive)
+ Added@opentiny/vue-checkbox-button@3.18.0(transitive)
+ Added@opentiny/vue-checkbox-group@3.18.0(transitive)
+ Added@opentiny/vue-collapse-transition@3.18.0(transitive)
+ Added@opentiny/vue-common@3.18.0(transitive)
+ Added@opentiny/vue-dialog-box@3.18.0(transitive)
+ Added@opentiny/vue-directive@3.18.0(transitive)
+ Added@opentiny/vue-drawer@3.18.0(transitive)
+ Added@opentiny/vue-dropdown@3.18.0(transitive)
+ Added@opentiny/vue-dropdown-item@3.18.1(transitive)
+ Added@opentiny/vue-dropdown-menu@3.18.0(transitive)
+ Added@opentiny/vue-exception@3.18.0(transitive)
+ Added@opentiny/vue-grid@3.18.5(transitive)
+ Added@opentiny/vue-icon@3.18.0(transitive)
+ Added@opentiny/vue-input@3.18.0(transitive)
+ Added@opentiny/vue-loading@3.18.0(transitive)
+ Added@opentiny/vue-locale@3.18.0(transitive)
+ Added@opentiny/vue-modal@3.18.0(transitive)
+ Added@opentiny/vue-pager@3.18.0(transitive)
+ Added@opentiny/vue-pager-item@3.18.0(transitive)
+ Added@opentiny/vue-popconfirm@3.18.0(transitive)
+ Added@opentiny/vue-popover@3.18.0(transitive)
+ Added@opentiny/vue-popup@3.18.0(transitive)
+ Added@opentiny/vue-radio@3.18.0(transitive)
+ Added@opentiny/vue-renderless@3.18.8(transitive)
+ Added@opentiny/vue-selected-box@3.18.0(transitive)
+ Added@opentiny/vue-split@3.18.0(transitive)
+ Added@opentiny/vue-switch@3.18.0(transitive)
+ Added@opentiny/vue-tag@3.18.0(transitive)
+ Added@opentiny/vue-theme@3.18.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.18.0(transitive)
+ Added@opentiny/vue-tooltip@3.18.0(transitive)
+ Added@opentiny/vue-tree@3.18.0(transitive)
- Removed@opentiny/vue-action-sheet@3.17.0(transitive)
- Removed@opentiny/vue-button@3.17.0(transitive)
- Removed@opentiny/vue-button-group@3.17.1(transitive)
- Removed@opentiny/vue-checkbox@3.17.0(transitive)
- Removed@opentiny/vue-checkbox-button@3.17.0(transitive)
- Removed@opentiny/vue-checkbox-group@3.17.0(transitive)
- Removed@opentiny/vue-collapse-transition@3.17.0(transitive)
- Removed@opentiny/vue-common@3.17.0(transitive)
- Removed@opentiny/vue-dialog-box@3.17.0(transitive)
- Removed@opentiny/vue-directive@3.17.0(transitive)
- Removed@opentiny/vue-drawer@3.17.2(transitive)
- Removed@opentiny/vue-dropdown@3.17.0(transitive)
- Removed@opentiny/vue-dropdown-item@3.17.0(transitive)
- Removed@opentiny/vue-dropdown-menu@3.17.0(transitive)
- Removed@opentiny/vue-exception@3.17.0(transitive)
- Removed@opentiny/vue-grid@3.17.0(transitive)
- Removed@opentiny/vue-icon@3.17.0(transitive)
- Removed@opentiny/vue-input@3.17.0(transitive)
- Removed@opentiny/vue-loading@3.17.0(transitive)
- Removed@opentiny/vue-locale@3.17.0(transitive)
- Removed@opentiny/vue-modal@3.17.0(transitive)
- Removed@opentiny/vue-pager@3.17.0(transitive)
- Removed@opentiny/vue-pager-item@3.17.0(transitive)
- Removed@opentiny/vue-popconfirm@3.17.0(transitive)
- Removed@opentiny/vue-popover@3.17.0(transitive)
- Removed@opentiny/vue-popup@3.17.0(transitive)
- Removed@opentiny/vue-radio@3.17.0(transitive)
- Removed@opentiny/vue-renderless@3.17.6(transitive)
- Removed@opentiny/vue-selected-box@3.17.0(transitive)
- Removed@opentiny/vue-split@3.17.0(transitive)
- Removed@opentiny/vue-switch@3.17.0(transitive)
- Removed@opentiny/vue-tag@3.17.0(transitive)
- Removed@opentiny/vue-theme@3.17.5(transitive)
- Removed@opentiny/vue-theme-mobile@3.17.0(transitive)
- Removed@opentiny/vue-tooltip@3.17.0(transitive)
- Removed@opentiny/vue-tree@3.17.0(transitive)
Updated@opentiny/vue-button@~3.18.0
Updated@opentiny/vue-common@~3.18.0
Updated@opentiny/vue-grid@~3.18.0
Updated@opentiny/vue-input@~3.18.0
Updated@opentiny/vue-pager@~3.18.0
Updated@opentiny/vue-split@~3.18.0
Updated@opentiny/vue-theme@~3.18.0
Updated@opentiny/vue-tree@~3.18.0