@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 22.1.37 to 22.1.38
@@ -9,2 +9,10 @@ # Changelog | ||
- `#I469225` - Resolved the Dropdown tree field selection related issue in the query builder. | ||
## 22.1.37 (2023-07-04) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `#I44054` - Resolved the issue where importing SQL queries containing special characters. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.1.37 | ||
* version : 22.1.38 | ||
* 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@22.1.34", | ||
"_id": "@syncfusion/ej2-querybuilder@22.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-MhknAfhNWtbOakNEX1Foq4XrOi0EZYGt2qCxp+fioDN407UXcCQ1kbJJ+ZgAHlT7Vji1IyMDUWvjXht0iYAdJg==", | ||
"_integrity": "sha512-BL0SprQUGgMKHHIKF/ZgUiTIKZoBzT5UFhqMTKGQTgspS3e3dtR/Iv4CJ7VsiJ8oXUQGxtQx3opsHurVWm4tYw==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-22.1.34.tgz", | ||
"_shasum": "66b87d631445ea030acc569d1953449865e93558", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-22.1.37.tgz", | ||
"_shasum": "dabf79810a9fde386bdf7abdfcb5a16ac1d00c31", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,7 +36,7 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~22.1.34", | ||
"@syncfusion/ej2-buttons": "~22.1.36", | ||
"@syncfusion/ej2-calendars": "~22.1.36", | ||
"@syncfusion/ej2-dropdowns": "~22.1.37", | ||
"@syncfusion/ej2-inputs": "~22.1.34", | ||
"@syncfusion/ej2-base": "~22.1.38", | ||
"@syncfusion/ej2-buttons": "~22.1.38", | ||
"@syncfusion/ej2-calendars": "~22.1.38", | ||
"@syncfusion/ej2-dropdowns": "~22.1.38", | ||
"@syncfusion/ej2-inputs": "~22.1.38", | ||
"@syncfusion/ej2-splitbuttons": "~22.1.37" | ||
@@ -71,5 +71,5 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "22.1.37", | ||
"version": "22.1.38", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser, compile, append } 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 } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs, getUniqueID, select } from '@syncfusion/ej2-base';import { Button, CheckBox, RadioButton, ChangeEventArgs as ButtonChangeEventArgs, RadioButtonModel } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection, DropDownTreeModel, DropDownTree } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs, MultiSelectModel, DropDownListModel } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { TextBoxModel, NumericTextBoxModel } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs, DatePickerModel } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { compile as templateCompiler } from '@syncfusion/ej2-base'; | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser, compile, append } 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 } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions, KeyboardEventArgs, getUniqueID, select } from '@syncfusion/ej2-base';import { Button, CheckBox, RadioButton, ChangeEventArgs as ButtonChangeEventArgs, RadioButtonModel } from '@syncfusion/ej2-buttons';import { DropDownList, ChangeEventArgs as DropDownChangeEventArgs, FieldSettingsModel, CheckBoxSelection, DropDownTreeModel, DropDownTree, DdtSelectEventArgs } from '@syncfusion/ej2-dropdowns';import { MultiSelect, MultiSelectChangeEventArgs, PopupEventArgs, MultiSelectModel, DropDownListModel } from '@syncfusion/ej2-dropdowns';import { EmitType, Event, EventHandler, getValue, Animation, BaseEventArgs } from '@syncfusion/ej2-base';import { Query, Predicate, DataManager, Deferred } from '@syncfusion/ej2-data';import { TextBox, NumericTextBox, InputEventArgs, ChangeEventArgs as InputChangeEventArgs } from '@syncfusion/ej2-inputs';import { TextBoxModel, NumericTextBoxModel } from '@syncfusion/ej2-inputs';import { DatePicker, ChangeEventArgs as CalendarChangeEventArgs, DatePickerModel } from '@syncfusion/ej2-calendars';import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { compile as templateCompiler } from '@syncfusion/ej2-base'; | ||
import {TemplateColumn,Validation,FormatObject,ActionEventArgs,ChangeEventArgs,RuleChangeEventArgs,FieldMode,DisplayMode,SortDirection} from "./query-builder"; | ||
@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base'; |
@@ -544,2 +544,3 @@ /** | ||
private fieldClose; | ||
private onSelectField; | ||
private changeField; | ||
@@ -546,0 +547,0 @@ private changeRule; |
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
3795552
43579