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/lib/info-box/index.js
CHANGED
@@ -18283,14 +18283,15 @@ var InfoBox = function InfoBox(config) {
|
|
18283
18283
|
while (1) switch (_context2.prev = _context2.next) {
|
18284
18284
|
case 0:
|
18285
18285
|
if (!(typeof ((_modalFuncProps$value3 = modalFuncProps.value) === null || _modalFuncProps$value3 === void 0 ? void 0 : _modalFuncProps$value3.onConfirm) === 'function')) {
|
18286
|
-
_context2.next =
|
18286
|
+
_context2.next = 4;
|
18287
18287
|
break;
|
18288
18288
|
}
|
18289
|
-
|
18289
|
+
console.log('onConfirm');
|
18290
|
+
_context2.next = 4;
|
18290
18291
|
return (_modalFuncProps$value4 = modalFuncProps.value) === null || _modalFuncProps$value4 === void 0 ? void 0 : _modalFuncProps$value4.onConfirm();
|
18291
|
-
case 3:
|
18292
|
-
isShow.value = false;
|
18293
18292
|
case 4:
|
18293
|
+
isShow.value = false;
|
18294
|
+
case 5:
|
18294
18295
|
case "end":
|
18295
18296
|
return _context2.stop();
|
18296
18297
|
}
|