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.
@@ -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 = 3;
18286
+ _context2.next = 4;
18287
18287
  break;
18288
18288
  }
18289
- _context2.next = 3;
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.3-beta.3",
3
+ "version": "0.0.3-beta.4",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",