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.
@@ -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 = 4;
18286
+ _context2.next = 3;
18287
18287
  break;
18288
18288
  }
18289
- console.log('onConfirm');
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 4:
18291
+ case 3:
18293
18292
  isShow.value = false;
18294
- case 5:
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
- "onClosed": onClosed,
18332
- "onConfirm": onConfirm
18333
- }, modalFuncProps.value), info_box_isSlot(_slot = renderSubTitle()) ? _slot : {
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.3-beta.4",
3
+ "version": "0.0.3-beta.5",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",