bkui-vue 0.0.3-beta.4 → 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 +5 -3
- package/dist/index.umd.js +1 -1
- package/lib/info-box/index.js +9 -9
- package/package.json +1 -1
package/lib/info-box/index.js
CHANGED
@@ -18283,15 +18283,14 @@ 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 = 3;
|
18287
18287
|
break;
|
18288
18288
|
}
|
18289
|
-
|
18290
|
-
_context2.next = 4;
|
18289
|
+
_context2.next = 3;
|
18291
18290
|
return (_modalFuncProps$value4 = modalFuncProps.value) === null || _modalFuncProps$value4 === void 0 ? void 0 : _modalFuncProps$value4.onConfirm();
|
18292
|
-
case
|
18291
|
+
case 3:
|
18293
18292
|
isShow.value = false;
|
18294
|
-
case
|
18293
|
+
case 4:
|
18295
18294
|
case "end":
|
18296
18295
|
return _context2.stop();
|
18297
18296
|
}
|
@@ -18327,10 +18326,11 @@ var InfoBox = function InfoBox(config) {
|
|
18327
18326
|
"footerAlign": "center",
|
18328
18327
|
"transfer": true,
|
18329
18328
|
"fullscreen": false,
|
18330
|
-
"isShow": isShow.value
|
18331
|
-
|
18332
|
-
|
18333
|
-
|
18329
|
+
"isShow": isShow.value
|
18330
|
+
}, info_box_objectSpread(info_box_objectSpread({}, modalFuncProps.value), {}, {
|
18331
|
+
onClosed: onClosed,
|
18332
|
+
onConfirm: onConfirm
|
18333
|
+
})), info_box_isSlot(_slot = renderSubTitle()) ? _slot : {
|
18334
18334
|
"default": function _default() {
|
18335
18335
|
return [_slot];
|
18336
18336
|
}
|