@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 18.3.53 to 18.4.30
@@ -5,8 +5,2 @@ # Changelog | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- Issue with value template is fixed. | ||
## 18.3.52 (2020-12-01) | ||
@@ -13,0 +7,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.3.53 | ||
* version : 18.4.30 | ||
* 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.3.52", | ||
"_id": "@syncfusion/ej2-querybuilder@18.2.46", | ||
"_inBundle": false, | ||
"_integrity": "sha512-XazHYuDWbm3S/zBTx8Bt0b4ORLpBj6EpHcWuiV/sZC5egQeVYcoXxQuqv3gXOeCFrXRdODDyrBGoF3Cl20IWcw==", | ||
"_integrity": "sha512-7xrLi/I5uV/k7EqDvovmxGkHux10gmIWIDwb1m3j2o8aER3zNpQDB4AYYzuZSpMr1pF0xjFfE1pEe6CzbhUdQA==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,6 +26,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.3.52.tgz", | ||
"_shasum": "f26fb8a7ee83b477ac253f3acbded7a802bae0a2", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-18.2.46.tgz", | ||
"_shasum": "f7c4275e8e67c7cc9057447ea2b6634e9227173a", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
"_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included", | ||
"author": { | ||
@@ -36,8 +36,8 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.3.52", | ||
"@syncfusion/ej2-buttons": "~18.3.47", | ||
"@syncfusion/ej2-calendars": "~18.3.53", | ||
"@syncfusion/ej2-dropdowns": "~18.3.53", | ||
"@syncfusion/ej2-inputs": "~18.3.53", | ||
"@syncfusion/ej2-splitbuttons": "~18.3.52" | ||
"@syncfusion/ej2-base": "~18.4.30", | ||
"@syncfusion/ej2-buttons": "~18.4.30", | ||
"@syncfusion/ej2-calendars": "~18.4.30", | ||
"@syncfusion/ej2-dropdowns": "~18.4.30", | ||
"@syncfusion/ej2-inputs": "~18.4.30", | ||
"@syncfusion/ej2-splitbuttons": "~18.4.30" | ||
}, | ||
@@ -74,4 +74,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.3.53", | ||
"version": "18.4.30", | ||
"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, 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 { 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, select } 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 { resetBlazorTemplate, updateBlazorTemplate, blazorTemplates, compile as templateCompiler } from '@syncfusion/ej2-base'; | ||
import {TemplateColumn,Validation,FormatObject,ActionEventArgs,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder"; | ||
@@ -49,3 +49,3 @@ import {ComponentModel} from '@syncfusion/ej2-base'; | ||
*/ | ||
template?: TemplateColumn; | ||
template?: TemplateColumn | string; | ||
@@ -52,0 +52,0 @@ /** |
@@ -48,3 +48,3 @@ /** | ||
*/ | ||
template: TemplateColumn; | ||
template: TemplateColumn | string; | ||
/** | ||
@@ -403,2 +403,3 @@ * Specifies the validation for columns (text, number and date). | ||
private renderValues; | ||
private setColumnTemplate; | ||
private updateValues; | ||
@@ -446,2 +447,3 @@ private updateRules; | ||
private deleteGroupSuccessCallBack; | ||
private isPlatformTemplate; | ||
private deleteRule; | ||
@@ -451,2 +453,3 @@ private deleteRuleSuccessCallBack; | ||
private keyBoardHandler; | ||
private clearQBTemplate; | ||
private disableRuleCondition; | ||
@@ -542,3 +545,2 @@ /** | ||
private processParser; | ||
private isBlazor; | ||
} | ||
@@ -624,2 +626,4 @@ export interface Level { | ||
operatorFields?: Object; | ||
field?: string; | ||
operator?: string; | ||
} |
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
2641661
27801
+ Added@syncfusion/ej2-base@18.4.44(transitive)
+ Added@syncfusion/ej2-buttons@18.4.46(transitive)
+ Added@syncfusion/ej2-calendars@18.4.48(transitive)
+ Added@syncfusion/ej2-data@18.4.46(transitive)
+ Added@syncfusion/ej2-dropdowns@18.4.49(transitive)
+ Added@syncfusion/ej2-icons@18.4.39(transitive)
+ Added@syncfusion/ej2-inputs@18.4.47(transitive)
+ Added@syncfusion/ej2-lists@18.4.39(transitive)
+ Added@syncfusion/ej2-navigations@18.4.47(transitive)
+ Added@syncfusion/ej2-popups@18.4.44(transitive)
+ Added@syncfusion/ej2-splitbuttons@18.4.41(transitive)
- Removed@syncfusion/ej2-base@18.3.52(transitive)
- Removed@syncfusion/ej2-buttons@18.3.47(transitive)
- Removed@syncfusion/ej2-calendars@18.3.53(transitive)
- Removed@syncfusion/ej2-data@18.3.47(transitive)
- Removed@syncfusion/ej2-dropdowns@18.3.53(transitive)
- Removed@syncfusion/ej2-icons@18.3.47(transitive)
- Removed@syncfusion/ej2-inputs@18.3.53(transitive)
- Removed@syncfusion/ej2-lists@18.3.53(transitive)
- Removed@syncfusion/ej2-navigations@18.3.53(transitive)
- Removed@syncfusion/ej2-popups@18.3.52(transitive)
- Removed@syncfusion/ej2-splitbuttons@18.3.52(transitive)