Skip to content

Commit 42d8b21

Browse files
committed
release 1.3.17
1 parent 49a9386 commit 42d8b21

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

dist/viewuiplus.min.esm.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19267,6 +19267,11 @@ const _sfc_main$1o = {
1926719267
}
1926819268
];
1926919269
},
19270+
wrapStyles() {
19271+
return {
19272+
zIndex: this.zIndex
19273+
};
19274+
},
1927019275
mainStyles() {
1927119276
let style2 = {};
1927219277
if (this.placement === "left" || this.placement === "right") {
@@ -19501,6 +19506,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
1950119506
}),
1950219507
createElementVNode("div", {
1950319508
class: normalizeClass($options.wrapClasses),
19509+
style: normalizeStyle($options.wrapStyles),
1950419510
onClick: _cache[3] || (_cache[3] = (...args) => $options.handleWrapClick && $options.handleWrapClick(...args))
1950519511
}, [
1950619512
createVNode(Transition, { name: $options.transitionName }, {
@@ -19554,7 +19560,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
1955419560
]),
1955519561
_: 3
1955619562
}, 8, ["name"])
19557-
], 2)
19563+
], 6)
1955819564
], 512)
1955919565
], 8, ["disabled"]);
1956019566
}
@@ -38614,7 +38620,7 @@ var style = {
3861438620
}
3861538621
};
3861638622
const name = "view-ui-plus";
38617-
const version$1 = "1.3.16";
38623+
const version$1 = "1.3.17";
3861838624
const title = "ViewUIPlus";
3861938625
const description = "A high quality UI components Library with Vue.js 3";
3862038626
const homepage = "http://www.iviewui.com";

dist/viewuiplus.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "view-ui-plus",
3-
"version": "1.3.16",
3+
"version": "1.3.17",
44
"title": "ViewUIPlus",
55
"description": "A high quality UI components Library with Vue.js 3",
66
"homepage": "http://www.iviewui.com",

0 commit comments

Comments
 (0)