bkui-vue 2.0.1-beta.114 → 2.0.1-beta.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +4 -1
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/modal/index.js +3 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -20809,6 +20809,9 @@ const I$ = (e) => {
|
|
20809
20809
|
default: () => [u("div", me({
|
20810
20810
|
ref: r
|
20811
20811
|
}, s, {
|
20812
|
+
style: {
|
20813
|
+
zIndex: d.value
|
20814
|
+
},
|
20812
20815
|
class: [a("modal"), e.extCls || ""]
|
20813
20816
|
}), [p(), u(En, {
|
20814
20817
|
name: `modal-${e.animateType}`
|
@@ -33586,7 +33589,7 @@ const HH = (e, t) => {
|
|
33586
33589
|
}, JH = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
33587
33590
|
__proto__: null,
|
33588
33591
|
$bkPopover: Xu
|
33589
|
-
}, Symbol.toStringTag, { value: "Module" })), BH = "2.0.1-beta.
|
33592
|
+
}, Symbol.toStringTag, { value: "Module" })), BH = "2.0.1-beta.116";
|
33590
33593
|
window.__bkui_vue_version__ = BH;
|
33591
33594
|
export {
|
33592
33595
|
Xu as $bkPopover,
|