bkui-vue 2.0.1-beta.38 → 2.0.1-beta.39
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 +2 -2
- package/dist/index.esm.js +3 -4
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/info-box/index.js +3 -5
- package/package.json +1 -1
package/lib/index.js
CHANGED
package/lib/info-box/index.js
CHANGED
@@ -606,7 +606,7 @@ var genDefaultState = function genDefaultState() {
|
|
606
606
|
},
|
607
607
|
onConfirm: function onConfirm() {},
|
608
608
|
onCancel: function onCancel() {},
|
609
|
-
onClose:
|
609
|
+
onClose: undefined
|
610
610
|
};
|
611
611
|
};
|
612
612
|
/* harmony default export */ const render_component = ((0,external_vue_namespaceObject.defineComponent)({
|
@@ -670,11 +670,9 @@ var genDefaultState = function genDefaultState() {
|
|
670
670
|
}
|
671
671
|
return _context2.abrupt("return");
|
672
672
|
case 5:
|
673
|
-
|
674
|
-
return state.onCancel();
|
675
|
-
case 7:
|
673
|
+
state.onCancel();
|
676
674
|
isShow.value = false;
|
677
|
-
case
|
675
|
+
case 7:
|
678
676
|
case "end":
|
679
677
|
return _context2.stop();
|
680
678
|
}
|