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/dist/index.esm.js
    CHANGED
    
    | 
         @@ -17661,8 +17661,7 @@ const wj = /* @__PURE__ */ gn(bj), _s = { 
     | 
|
| 
       17661 
17661 
     | 
    
         
             
              },
         
     | 
| 
       17662 
17662 
     | 
    
         
             
              onCancel: () => {
         
     | 
| 
       17663 
17663 
     | 
    
         
             
              },
         
     | 
| 
       17664 
     | 
    
         
            -
              onClose:  
     | 
| 
       17665 
     | 
    
         
            -
              }
         
     | 
| 
      
 17664 
     | 
    
         
            +
              onClose: void 0
         
     | 
| 
       17666 
17665 
     | 
    
         
             
            }), Nj = /* @__PURE__ */ Ee({
         
     | 
| 
       17667 
17666 
     | 
    
         
             
              name: "InfoBox",
         
     | 
| 
       17668 
17667 
     | 
    
         
             
              setup(e, {
         
     | 
| 
         @@ -17680,7 +17679,7 @@ const wj = /* @__PURE__ */ gn(bj), _s = { 
     | 
|
| 
       17680 
17679 
     | 
    
         
             
                    r.value = !1;
         
     | 
| 
       17681 
17680 
     | 
    
         
             
                  }
         
     | 
| 
       17682 
17681 
     | 
    
         
             
                }, u = async () => {
         
     | 
| 
       17683 
     | 
    
         
            -
                  await n.beforeClose("cancel") && ( 
     | 
| 
      
 17682 
     | 
    
         
            +
                  await n.beforeClose("cancel") && (n.onCancel(), s.value = !1);
         
     | 
| 
       17684 
17683 
     | 
    
         
             
                };
         
     | 
| 
       17685 
17684 
     | 
    
         
             
                return t({
         
     | 
| 
       17686 
17685 
     | 
    
         
             
                  show: () => {
         
     | 
| 
         @@ -36632,7 +36631,7 @@ const aX = (e, t) => { 
     | 
|
| 
       36632 
36631 
     | 
    
         
             
            }, vX = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
         
     | 
| 
       36633 
36632 
     | 
    
         
             
              __proto__: null,
         
     | 
| 
       36634 
36633 
     | 
    
         
             
              $bkPopover: kh
         
     | 
| 
       36635 
     | 
    
         
            -
            }, Symbol.toStringTag, { value: "Module" })), oX = "2.0.1-beta. 
     | 
| 
      
 36634 
     | 
    
         
            +
            }, Symbol.toStringTag, { value: "Module" })), oX = "2.0.1-beta.39";
         
     | 
| 
       36636 
36635 
     | 
    
         
             
            window.__bkui_vue_version__ = oX;
         
     | 
| 
       36637 
36636 
     | 
    
         
             
            export {
         
     | 
| 
       36638 
36637 
     | 
    
         
             
              kh as $bkPopover,
         
     |