forked from zebzhao/Angular-QueryBuilder
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Update to ng 19 and add features #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            eisnerw
  wants to merge
  163
  commits into
  kerwin612:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
eisnerw:master
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
                
     Open
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    …port-height Fix textarea resize
…-attributes Add NOT toggle to rulesets
Update allowNot documentation
…etween-json-and-tree Add editable JSON textbox
…-red-background Add invalid JSON highlighting
Fix JSON validation handling
…eset-and-rules Add JSON validation in demo
…-operators Fix validation for null operators and check demo state
Fix category validator for multiselect operators
…category-attribute Fix category validation
…onality Fix named ruleset rename handling
…functionality Update ruleset naming dialog
…ngular-material-theme Fix angular material theme import
…pdown Fix named ruleset dialog options
…t-deletion Implement confirm prompt for deleting unused named rulesets
…s-on-json-change Implement automatic named ruleset storing
UI improvements for named ruleset buttons
…and-add-sanitizer Add ruleset name sanitizer support
…alog-behavior Enhance named ruleset dialog
…-control Add default rule setting and UI tweaks
…claration-error Fix standalone flag for demo dialog
…named-query Add external editor for named queries
…alog-resizable Make edit ruleset dialog resizable
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
In addition to upgrading to ng 19.2.14, I've added some new features to enhance the basic functionality of the query builder:
I fixed the demo, which wasn't working correctly.
I made the JSON editbox two-way, so changes to the JSON affect the GUI
I added (optional) NOT support for rulesets.
I added a visual validation indication: light-red for query errors, darker for JSON errors and clear for no errors
I added the ability to convert a rule to a ruleset and vice-versa
I added buttons to move rules up and down the array
I added the ability for an external routine to provide a summary of a collapsed ruleset
I added some checkboxes and changed the defaults