bkui-vue 0.0.3-beta.3 → 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.
@@ -18326,10 +18326,11 @@ var InfoBox = function InfoBox(config) {
18326
18326
  "footerAlign": "center",
18327
18327
  "transfer": true,
18328
18328
  "fullscreen": false,
18329
- "isShow": isShow.value,
18330
- "onClosed": onClosed,
18331
- "onConfirm": onConfirm
18332
- }, 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 : {
18333
18334
  "default": function _default() {
18334
18335
  return [_slot];
18335
18336
  }
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.5",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",