@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 24.2.3 to 24.2.5
@@ -5,2 +5,15 @@ # Changelog | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `#I534039` - Issue with `drop-down list popup` remains stick in the screen after close has been fixed. | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `#I545248` - Issue with QueryBuilder validation message removed when navigating away from the QueryBuilder control has been fixed. | ||
- `#F186129` - Issue with tooltip rendering twice in the operator field while using validateFields method has been fixed. | ||
## 24.1.46 (2024-01-17) | ||
@@ -7,0 +20,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.3 | ||
* version : 24.2.5 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.46", | ||
"_id": "@syncfusion/ej2-querybuilder@24.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-2FLXLjmsrKjcidi3o6Kb2KUsnecMNA0XYgoMHZWLQWNTw++EV7pJs3c/HWvLPZ9ySnxCuhFTuYnWb4aKpNQbGQ==", | ||
"_integrity": "sha512-MK1U0mgSzBGYV3HwEgBoRyoc2bcJzFFTHpogH3ih8WW1lJtiup/2bG6j9CyOp6m+J+R65DwmRgE3wSXUBPd89Q==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.1.46.tgz", | ||
"_shasum": "f7431d502c7180b4973b8aaddf28d6b7450ac529", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-24.2.3.tgz", | ||
"_shasum": "90c82970d768eac82447c70470960eeccd572862", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.3", | ||
"@syncfusion/ej2-buttons": "~24.2.3", | ||
"@syncfusion/ej2-calendars": "~24.2.3", | ||
"@syncfusion/ej2-dropdowns": "~24.2.3", | ||
"@syncfusion/ej2-inputs": "~24.2.3", | ||
"@syncfusion/ej2-splitbuttons": "~24.2.3" | ||
"@syncfusion/ej2-base": "~24.2.5", | ||
"@syncfusion/ej2-buttons": "~24.2.5", | ||
"@syncfusion/ej2-calendars": "~24.2.5", | ||
"@syncfusion/ej2-dropdowns": "~24.2.5", | ||
"@syncfusion/ej2-inputs": "~24.2.5", | ||
"@syncfusion/ej2-splitbuttons": "~24.2.5" | ||
}, | ||
@@ -71,5 +71,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "24.2.3", | ||
"version": "24.2.5", | ||
"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 } 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, TooltipEventArgs } 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'; |
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
3849792
43969