Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-querybuilder

Package Overview
Dependencies
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-querybuilder - npm Package Compare versions

Comparing version 20.4.48 to 20.4.51

gitleaks-ci.tar.gz

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### QueryBuilder
#### Bug Fixes
- `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
- `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
## 20.4.42 (2023-01-04)

@@ -7,0 +14,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.4.48
* version : 20.4.51
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-querybuilder@*",
"_id": "@syncfusion/ej2-querybuilder@20.4.42",
"_id": "@syncfusion/ej2-querybuilder@20.4.48",
"_inBundle": false,
"_integrity": "sha512-xiK1sHxtz9LtDZp3H96rIWpV9zWOtbSj5EBHXg8Yv3Iniyc/rjFA2GycBWFmWWfBDgBmmuc++ipDtjhQRKiWhA==",
"_integrity": "sha512-qWJWOApO7573wprIyfY7C3rnOQsn0zVMDh4Xq7EKfXHbTuLRptkId1cDXnDmSa0a72zpyL053qdcfWTQ72RcEQ==",
"_location": "/@syncfusion/ej2-querybuilder",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-20.4.42.tgz",
"_shasum": "8cec09b8309415ed37b2fb39acbdf55794a48a64",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-20.4.48.tgz",
"_shasum": "465c895c7a2a7333c23ac6fc2402a474e26f64d9",
"_spec": "@syncfusion/ej2-querybuilder@*",

@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.4.48",
"@syncfusion/ej2-buttons": "~20.4.48",
"@syncfusion/ej2-calendars": "~20.4.48",
"@syncfusion/ej2-dropdowns": "~20.4.48",
"@syncfusion/ej2-inputs": "~20.4.48",
"@syncfusion/ej2-splitbuttons": "~20.4.48"
"@syncfusion/ej2-base": "~20.4.51",
"@syncfusion/ej2-buttons": "~20.4.50",
"@syncfusion/ej2-calendars": "~20.4.51",
"@syncfusion/ej2-dropdowns": "~20.4.51",
"@syncfusion/ej2-inputs": "~20.4.51",
"@syncfusion/ej2-splitbuttons": "~20.4.50"
},

@@ -71,5 +71,5 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "20.4.48",
"version": "20.4.51",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -221,2 +221,4 @@ /**

* Specifies the fieldMode as DropDownList or DropDownTree.
* Default: To Specifies the fieldMode as DropDownList.
* DropdownTree: To Specifies the fieldMode as DropdownTree.
*/

@@ -230,2 +232,4 @@ export declare type FieldMode =

* Specifies the displayMode as Horizontal or Vertical.
* Horizontal: To Display the Horizontal UI.
* Vertical: To Display the Vertical UI.
*/

@@ -239,5 +243,5 @@ export declare type DisplayMode =

* Specifies the sort direction of the field names. They are
* * Default
* * Ascending
* * Descending
* Default: Show the field names in default .
* Ascending: Show the field names in Ascending.
* Descending: Show the field names in Descending
*/

@@ -521,3 +525,3 @@ export declare type SortDirection =

/**
* notify the changes to component.
* Notify the changes to component.
*

@@ -548,3 +552,3 @@ * @param {string | number | boolean | Date | string[] | number[] | Date[]} value - 'value' to be passed to update the rule value.

/**
* return values bound to the column.
* Return values bound to the column.
*

@@ -682,3 +686,3 @@ * @param {string} field - 'field' to be passed to get the field values.

/**
* return the Query from current rules collection.
* Return the Query from current rules collection.
*

@@ -713,3 +717,3 @@ * @returns {Promise} - Query from current rules collection

/**
* return the operator bound to the column.
* Return the operator bound to the column.
*

@@ -716,0 +720,0 @@ * @returns {[key: string]: Object}[] - Operator bound to the column

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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