@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 18.1.52 to 18.1.53
@@ -5,2 +5,8 @@ # Changelog | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- Issue with boolean value has been resolved. | ||
## 18.1.48 (2020-05-05) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.1.52 | ||
* version : 18.1.53 | ||
* 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@18.1.48", | ||
"_id": "@syncfusion/ej2-querybuilder@18.1.52", | ||
"_inBundle": false, | ||
"_integrity": "sha512-8PqWYosmzU3c1yOHia5GKrO5zdF9opDrcJPDkI7EZ4t/80MYd9uwxSXZ/UEkyYbwE5vnqR3hjR9OLKlAURQe1A==", | ||
"_integrity": "sha512-h3GZnlU/RPd4gpnRuAjFPXVeCug0tjq07fpwqo60vJIfXnODiMxEKjjd3bOrdvop/l6SST/j9D8EnyKkZmXd1g==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.1.48.tgz", | ||
"_shasum": "0f6d059918f85ab37cc4f2840e6099a106248f9f", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.1.52.tgz", | ||
"_shasum": "383ff70cd7ed197fa5b23a1be37c0e6691810fde", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,7 +36,7 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.1.52", | ||
"@syncfusion/ej2-base": "~18.1.53", | ||
"@syncfusion/ej2-buttons": "~18.1.52", | ||
"@syncfusion/ej2-calendars": "~18.1.52", | ||
"@syncfusion/ej2-dropdowns": "~18.1.52", | ||
"@syncfusion/ej2-inputs": "~18.1.52", | ||
"@syncfusion/ej2-calendars": "~18.1.53", | ||
"@syncfusion/ej2-dropdowns": "~18.1.53", | ||
"@syncfusion/ej2-inputs": "~18.1.53", | ||
"@syncfusion/ej2-splitbuttons": "~18.1.52" | ||
@@ -74,4 +74,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "18.1.52", | ||
"version": "18.1.53", | ||
"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, cldrData } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList, isBlazor } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs } 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 { resetBlazorTemplate, updateBlazorTemplate, blazorTemplates, compile as templateCompiler } from '@syncfusion/ej2-base'; | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection, cldrData } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList, isBlazor } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs, getUniqueID } 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 { resetBlazorTemplate, updateBlazorTemplate, blazorTemplates, compile as templateCompiler } from '@syncfusion/ej2-base'; | ||
import {TemplateColumn,Validation,FormatObject,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder"; | ||
@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base'; |
@@ -364,2 +364,3 @@ /** | ||
private renderControls; | ||
private processBoolValues; | ||
private getOperatorIndex; | ||
@@ -366,0 +367,0 @@ private renderValues; |
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
2404896
26027