@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 17.3.27 to 17.4.39
@@ -7,4 +7,18 @@ # Changelog | ||
#### New Features | ||
- Provided `NOT` Condition support. | ||
- Provided Template support for Time Picker. | ||
#### Bug Fixes | ||
- Tooltip is not destroyed while using destroy method. | ||
- Predicate is not created for Date type when between operator is selected. | ||
## 17.3.27 (2019-11-12) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- Issue with changing 'number' type field is fixed. | ||
@@ -11,0 +25,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.27 | ||
* version : 17.4.39 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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.3.26", | ||
"_id": "@syncfusion/ej2-querybuilder@17.2.48", | ||
"_inBundle": false, | ||
"_integrity": "sha512-U77cg//Oox3dRqqeCoO/OG4ASqaAbNNdS/QQhQU/kiwbZJ7rGMV9AILwDOFH11ivY64Ky42gmk2yoRRrbZ9lPw==", | ||
"_integrity": "sha512-N4C50lmgBbOHJq3oLgU4ktASgIhiJAf0lpCkXyvTj9sGcIgVO72wvHyrXshRSzSid809/uPiF6uo2YJsomI5tQ==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.3.26.tgz", | ||
"_shasum": "aa062542afdd3a1a31cc76f3b17575b2d2354c2b", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.48.tgz", | ||
"_shasum": "8f15c8b1565cac433a0c0572641436318c8d71ac", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.3.27", | ||
"@syncfusion/ej2-buttons": "~17.3.27", | ||
"@syncfusion/ej2-calendars": "~17.3.27", | ||
"@syncfusion/ej2-dropdowns": "~17.3.27", | ||
"@syncfusion/ej2-inputs": "~17.3.27", | ||
"@syncfusion/ej2-splitbuttons": "~17.3.27" | ||
"@syncfusion/ej2-base": "~17.4.39", | ||
"@syncfusion/ej2-buttons": "~17.4.39", | ||
"@syncfusion/ej2-calendars": "~17.4.39", | ||
"@syncfusion/ej2-dropdowns": "~17.4.39", | ||
"@syncfusion/ej2-inputs": "~17.4.39", | ||
"@syncfusion/ej2-splitbuttons": "~17.4.39" | ||
}, | ||
@@ -74,4 +74,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.3.27", | ||
"version": "17.4.39", | ||
"sideEffects": false | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList, isBlazor } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions } from '@syncfusion/ej2-base';import { Button, RadioButton, ChangeEventArgs as ButtonChangeEventArgs } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred, UrlAdaptor } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups'; | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList, isBlazor } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions } from '@syncfusion/ej2-base';import { Button, RadioButton, ChangeEventArgs as ButtonChangeEventArgs, CheckBox } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred, UrlAdaptor } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups'; | ||
import {TemplateColumn,Validation,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder"; | ||
@@ -125,2 +125,8 @@ import {ComponentModel} from '@syncfusion/ej2-base'; | ||
/** | ||
* Specifies whether not condition is true/false. | ||
* @default false | ||
*/ | ||
not?: boolean; | ||
} | ||
@@ -276,2 +282,8 @@ | ||
/** | ||
* Enables/Disables the not group condition in query builder. | ||
* @default false | ||
*/ | ||
enableNotCondition?: boolean; | ||
/** | ||
* Defines rules in the QueryBuilder. | ||
@@ -278,0 +290,0 @@ * Specifies the initial rule, which is JSON data. |
@@ -104,2 +104,7 @@ /** | ||
value: string[] | number[] | string | number | boolean; | ||
/** | ||
* Specifies whether not condition is true/false. | ||
* @default false | ||
*/ | ||
not: boolean; | ||
} | ||
@@ -267,2 +272,7 @@ export declare class ShowButtons extends ChildProperty<ShowButtons> { | ||
/** | ||
* Enables/Disables the not group condition in query builder. | ||
* @default false | ||
*/ | ||
enableNotCondition: boolean; | ||
/** | ||
* Defines rules in the QueryBuilder. | ||
@@ -358,2 +368,5 @@ * Specifies the initial rule, which is JSON data. | ||
private columnSort; | ||
private onChangeNotGroup; | ||
private notGroupRtl; | ||
private checkNotGroup; | ||
onPropertyChanged(newProp: QueryBuilderModel, oldProp: QueryBuilderModel): void; | ||
@@ -427,2 +440,3 @@ protected preRender(): void; | ||
private arrayPredicate; | ||
private getDate; | ||
private importRules; | ||
@@ -501,2 +515,3 @@ private renderGroup; | ||
type?: string; | ||
not?: boolean; | ||
} | ||
@@ -503,0 +518,0 @@ export interface RuleChangeEventArgs extends BaseEventArgs { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2211453
23767
+ Added@syncfusion/ej2-base@17.4.51(transitive)
+ Added@syncfusion/ej2-buttons@17.4.51(transitive)
+ Added@syncfusion/ej2-calendars@17.4.51(transitive)
+ Added@syncfusion/ej2-data@17.4.51(transitive)
+ Added@syncfusion/ej2-dropdowns@17.4.51(transitive)
+ Added@syncfusion/ej2-icons@17.4.51(transitive)
+ Added@syncfusion/ej2-inputs@17.4.55(transitive)
+ Added@syncfusion/ej2-lists@17.4.51(transitive)
+ Added@syncfusion/ej2-popups@17.4.51(transitive)
+ Added@syncfusion/ej2-splitbuttons@17.4.55(transitive)
- Removed@syncfusion/ej2-base@17.3.27(transitive)
- Removed@syncfusion/ej2-buttons@17.3.27(transitive)
- Removed@syncfusion/ej2-calendars@17.3.28(transitive)
- Removed@syncfusion/ej2-data@17.3.30(transitive)
- Removed@syncfusion/ej2-dropdowns@17.3.34(transitive)
- Removed@syncfusion/ej2-icons@17.3.27(transitive)
- Removed@syncfusion/ej2-inputs@17.3.29(transitive)
- Removed@syncfusion/ej2-lists@17.3.27(transitive)
- Removed@syncfusion/ej2-popups@17.3.34(transitive)
- Removed@syncfusion/ej2-splitbuttons@17.3.27(transitive)