Socket
Socket
Sign inDemoInstall

shout-angular-query-builder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shout-angular-query-builder - npm Package Compare versions

Comparing version 0.7.10 to 0.7.12

2

package.json
{
"name": "shout-angular-query-builder",
"version": "0.7.10",
"version": "0.7.12",
"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",

@@ -150,3 +150,3 @@ import {

@ContentChild(QueryEmptyWarningDirective) emptyWarningTemplate: QueryEmptyWarningDirective;
@ContentChildren(QueryInputDirective) inputTemplates: QueryList<QueryInputDirective>;
@ContentChildren(QueryInputDirective) inputTemplates: QueryList<QueryInputDirective> = new QueryList<QueryInputDirective>();
@ContentChild(QueryArrowIconDirective) arrowIconTemplate: QueryArrowIconDirective;

@@ -153,0 +153,0 @@

@@ -25,9 +25,9 @@ # Angular-QueryBuilder

## Demo
Play with the [Demo here](https://zebzhao.github.io/Angular-QueryBuilder/demo/).
Play with the [Demo here](https://shout.github.io/Angular-QueryBuilder/demo/).
[Editable Demo](https://zebzhao.github.io/Angular-QueryBuilder/editor/)
[Editable Demo](https://shout.github.io/Angular-QueryBuilder/editor/)
## Documentation
[Documentation link](https://zebzhao.github.io/Angular-QueryBuilder/)
[Documentation link](https://shout.github.io/Angular-QueryBuilder/)

@@ -85,3 +85,3 @@ # Examples

```
~~~~
## Custom Input Components

@@ -118,3 +118,3 @@

[Bootstrap demo](https://zebzhao.github.io/Angular-QueryBuilder/demo/).
[Bootstrap demo](https://shout.github.io/Angular-QueryBuilder/demo/).

@@ -157,3 +157,3 @@ ##### `app.component.html`

Example of how you can completely customize the query component with another library like Angular Material. For the full example, please look at the [source code](https://github.com/zebzhao/Angular-QueryBuilder/blob/master/demo/src/app/app.component.ts) provided in the demo.
Example of how you can completely customize the query component with another library like Angular Material. For the full example, please look at the [source code](https://github.com/shout/Angular-QueryBuilder/blob/master/demo/src/app/app.component.ts) provided in the demo.

@@ -214,3 +214,3 @@ #### `app.component.html`

See [documentation](https://zebzhao.github.io/Angular-QueryBuilder/) for more details on interfaces and properties.
See [documentation](https://shout.github.io/Angular-QueryBuilder/) for more details on interfaces and properties.

@@ -221,3 +221,3 @@ #### `query-builder`

|`allowRuleset`|`boolean`|Optional|`true`| Displays the `+ Ruleset` button if `true`. |
|`allowCollapse`|`boolean`|Optional|`false`| Enables collapsible rule sets if `true`. ([See Demo](https://zebzhao.github.io/Angular-QueryBuilder/demo/)) |
|`allowCollapse`|`boolean`|Optional|`false`| Enables collapsible rule sets if `true`. ([See Demo](https://shout.github.io/Angular-QueryBuilder/demo/)) |
|`classNames`|`object`|Optional|| CSS class names for different child elements in `query-builder` component. |

@@ -235,3 +235,3 @@ |`config`|`QueryBuilderConfig`|Required|| Configuration object for the main component. |

Use these directives to replace different parts of query builder with custom components. See [example](#customizing-with-angular-material), or [demo](https://zebzhao.github.io/Angular-QueryBuilder/demo/) to see how it's done.
Use these directives to replace different parts of query builder with custom components. See [example](#customizing-with-angular-material), or [demo](https://shout.github.io/Angular-QueryBuilder/demo/) to see how it's done.

@@ -238,0 +238,0 @@ #### `queryInput`

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc