@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 18.1.36-beta to 18.1.42
@@ -5,2 +5,4 @@ # Changelog | ||
## 18.1.36-beta (2020-03-19) | ||
### QueryBuilder | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.1.36-beta | ||
* version : 18.1.42 | ||
* 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@17.2.48", | ||
"_id": "@syncfusion/ej2-querybuilder@18.1.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-msuhs5W91Qbd8O7bizzLyFC76ucFv1TTmbO5BcG8FmuAaaw3SO/zeYRkAeO9WIc4WiwU4iFQxI0M4a6j3CZ4zg==", | ||
"_integrity": "sha512-D5Hb76nRlTTBO8Q7oKivZqZJl71FlMxxYxVCnnPLlwMowq+y3q3arLus+G7NKJ7885+82uykwqvc1tHzyXNCqQ==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.48.tgz", | ||
"_shasum": "d40f5dda41d84601d9350b7e76979e339c8ba0d5", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.1.36.tgz", | ||
"_shasum": "28b5e364a9675f997592410fe583364adb60bd83", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.1.36-beta", | ||
"@syncfusion/ej2-buttons": "~18.1.36-beta", | ||
"@syncfusion/ej2-calendars": "~18.1.36-beta", | ||
"@syncfusion/ej2-dropdowns": "~18.1.36-beta", | ||
"@syncfusion/ej2-inputs": "~18.1.36-beta", | ||
"@syncfusion/ej2-splitbuttons": "~18.1.36-beta" | ||
"@syncfusion/ej2-base": "~18.1.42", | ||
"@syncfusion/ej2-buttons": "~18.1.42", | ||
"@syncfusion/ej2-calendars": "~18.1.42", | ||
"@syncfusion/ej2-dropdowns": "~18.1.42", | ||
"@syncfusion/ej2-inputs": "~18.1.42", | ||
"@syncfusion/ej2-splitbuttons": "~18.1.42" | ||
}, | ||
@@ -74,4 +74,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.1.36-beta", | ||
"version": "18.1.42", | ||
"sideEffects": false | ||
} |
@@ -70,2 +70,2 @@ # ej2-querybuilder | ||
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. | ||
© Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution. |
@@ -9,2 +9,5 @@ /** | ||
import { Query, Predicate, DataManager } from '@syncfusion/ej2-data'; | ||
/** | ||
* Defines the Columns of Query Builder | ||
*/ | ||
export declare class Columns extends ChildProperty<Columns> { | ||
@@ -71,2 +74,5 @@ /** | ||
} | ||
/** | ||
* Defines the rule of Query Builder | ||
*/ | ||
export declare class Rule extends ChildProperty<Rule> { | ||
@@ -114,2 +120,5 @@ /** | ||
} | ||
/** | ||
* Defines the ruleDelete, groupInsert, and groupDelete options of Query Builder. | ||
*/ | ||
export declare class ShowButtons extends ChildProperty<ShowButtons> { | ||
@@ -399,3 +408,3 @@ /** | ||
*/ | ||
getValidRules(currentRule: RuleModel): RuleModel; | ||
getValidRules(currentRule?: RuleModel): RuleModel; | ||
private getRuleCollection; | ||
@@ -470,3 +479,3 @@ /** | ||
*/ | ||
getSqlFromRules(rule: RuleModel, allowEscape?: boolean): string; | ||
getSqlFromRules(rule?: RuleModel, allowEscape?: boolean): string; | ||
private sqlParser; | ||
@@ -482,2 +491,5 @@ private parseSqlStrings; | ||
} | ||
/** | ||
* Creates the custom component of Query Builder | ||
*/ | ||
export interface TemplateColumn { | ||
@@ -500,2 +512,5 @@ /** | ||
} | ||
/** | ||
* Defines the validation of Query Builder. | ||
*/ | ||
export interface Validation { | ||
@@ -531,2 +546,5 @@ /** | ||
} | ||
/** | ||
* Interface for rule change event arguments. | ||
*/ | ||
export interface RuleChangeEventArgs extends BaseEventArgs { | ||
@@ -533,0 +551,0 @@ previousRule?: RuleModel; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2230127
23983
2