Socket
Socket
Sign inDemoInstall

shout-angular-query-builder

Package Overview
Dependencies
8
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2-alpha to 0.8.3-alpha

2

dist/shout-angular-query-builder/lib/query-builder/query-builder.component.d.ts

@@ -89,3 +89,3 @@ import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';

getDefaultOperator(field: Field): string;
getOperatorValue(operator: Operator): string;
getOperatorValue: (operator: Operator) => string;
addRule(parent?: RuleSet): void;

@@ -92,0 +92,0 @@ removeRule(rule: Rule, parent?: RuleSet): void;

@@ -127,2 +127,3 @@ export interface RuleSet {

getDisabledState: () => boolean;
getOperatorValue: (x: Operator) => string;
operators: Operator[];

@@ -129,0 +130,0 @@ $implicit: Rule;

{
"name": "shout-angular-query-builder",
"version": "0.8.2-alpha",
"version": "0.8.3-alpha",
"description": "A modernized Angular 16+ query builder based on jquery QueryBuilder",

@@ -5,0 +5,0 @@ "module": "./dist/shout-angular-query-builder/fesm2022/shout-angular-query-builder.mjs",

@@ -377,3 +377,3 @@ import {

getOperatorValue(operator: Operator): string {
getOperatorValue = (operator: Operator) => {
if (typeof operator === 'string') {

@@ -384,3 +384,3 @@ return operator;

}
}
};

@@ -715,2 +715,3 @@ addRule(parent?: RuleSet): void {

getDisabledState: this.getDisabledState,
getOperatorValue: this.getOperatorValue,
operators: this.getOperators(rule.field),

@@ -717,0 +718,0 @@ $implicit: rule

@@ -148,2 +148,3 @@ import { ValidationErrors } from '@angular/forms';

getDisabledState: () => boolean;
getOperatorValue: (x: Operator) => string;
operators: Operator[];

@@ -150,0 +151,0 @@ $implicit: Rule;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc