bkui-vue 0.0.3-beta.3 → 0.0.3-beta.4
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 +1 -1
- 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
@@ -20716,7 +20716,7 @@ const GJ = (e) => {
|
|
20716
20716
|
typeof ((y = i.value) == null ? void 0 : y.onClosed) == "function" && await ((b = i.value) == null ? void 0 : b.onClosed()), n.value = !1;
|
20717
20717
|
}, c = async () => {
|
20718
20718
|
var y, b;
|
20719
|
-
typeof ((y = i.value) == null ? void 0 : y.onConfirm) == "function" && await ((b = i.value) == null ? void 0 : b.onConfirm()), n.value = !1;
|
20719
|
+
typeof ((y = i.value) == null ? void 0 : y.onConfirm) == "function" && (console.log("onConfirm"), await ((b = i.value) == null ? void 0 : b.onConfirm())), n.value = !1;
|
20720
20720
|
};
|
20721
20721
|
function h(y) {
|
20722
20722
|
i.value = {
|