bkui-vue 0.0.3-beta.3 → 0.0.3-beta.5
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 +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.umd.js +1 -1
- package/lib/info-box/index.js +5 -4
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -20744,10 +20744,12 @@ const GJ = (e) => {
|
|
20744
20744
|
footerAlign: "center",
|
20745
20745
|
transfer: !0,
|
20746
20746
|
fullscreen: !1,
|
20747
|
-
isShow: n.value
|
20747
|
+
isShow: n.value
|
20748
|
+
}, {
|
20749
|
+
...i.value,
|
20748
20750
|
onClosed: d,
|
20749
20751
|
onConfirm: c
|
20750
|
-
}
|
20752
|
+
}), VJ(y = v()) ? y : {
|
20751
20753
|
default: () => [y]
|
20752
20754
|
});
|
20753
20755
|
};
|