bkui-vue 1.0.3-beta.48 → 1.0.3-beta.49

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.
@@ -688,6 +688,7 @@ var InfoBox = function InfoBox(config) {
688
688
  }, modalFuncProps.value), {}, {
689
689
  isShow: isShow.value,
690
690
  transfer: false,
691
+ quickClose: false,
691
692
  onClosed: onClosed,
692
693
  onConfirm: onConfirm,
693
694
  onHidden: onHidden
@@ -555,6 +555,7 @@ var useContentResize = function useContentResize(root, props) {
555
555
  var observer;
556
556
  var handleContentBoxChange = function handleContentBoxChange() {
557
557
  var calcContentScroll = (0,throttle_namespaceObject["default"])(function () {
558
+ console.log('from model content size change');
558
559
  var _root$value$querySele = root.value.querySelector(".".concat(resolveClassName('modal-header'))).getBoundingClientRect(),
559
560
  headerHeight = _root$value$querySele.height;
560
561
  var _root$value$querySele2 = root.value.querySelector(".".concat(resolveClassName('modal-content'))).getBoundingClientRect(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.3-beta.48",
3
+ "version": "1.0.3-beta.49",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",