@digipair/skill-keycloak 0.110.2 → 0.110.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.
- package/index.cjs.js +1 -1
 - package/index.esm.js +958 -18747
 - package/package.json +1 -1
 
    
        package/index.cjs.js
    CHANGED
    
    | 
         @@ -16723,7 +16723,7 @@ let KeycloakService = class KeycloakService { 
     | 
|
| 
       16723 
16723 
     | 
    
         
             
                  }, 1);
         
     | 
| 
       16724 
16724 
     | 
    
         | 
| 
       16725 
16725 
     | 
    
         
             
                  window.addEventListener('beforeunload', (event) => {
         
     | 
| 
       16726 
     | 
    
         
            -
                    const showConfirmationMessage = applyTemplate(' 
     | 
| 
      
 16726 
     | 
    
         
            +
                    const showConfirmationMessage = applyTemplate('FEEL:' + ${JSON.stringify(confirmBeforeUnload)}, context);
         
     | 
| 
       16727 
16727 
     | 
    
         | 
| 
       16728 
16728 
     | 
    
         
             
                    if (showConfirmationMessage) {
         
     | 
| 
       16729 
16729 
     | 
    
         
             
                      event.preventDefault();
         
     |