@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 25.2.3 to 25.2.4
@@ -9,2 +9,10 @@ # Changelog | ||
- `#I585876` - Removing the isLocked property from query builder rules when the rule/group is not locked / unlocked. | ||
## 25.2.3 (2024-05-08) | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- `#I553588` - Issue with `setRulesFromSql` method is not working while using a field name like `"Name = '|_fn { keyword ' kFinishedProduct '}_|'"` has been fixed. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 25.2.3 | ||
* version : 25.2.4 | ||
* 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@25.1.42", | ||
"_id": "@syncfusion/ej2-querybuilder@25.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-UIFQJNjXFhmzK++AcE9N74B7VoebBfUyn0F4UWh8PCzGOzwQkfaQPYrXVHE6I6sCStLipaT5TLO56fyuSoOflA==", | ||
"_integrity": "sha512-g0zrXZsPCoiv5HFmQSjCcz2FTFV+IQiKYJe3NFSVmx7pPYRG5yDrm8e/YqbuuMkFJ+Hhmq82atsapjvbBNCdjw==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-25.1.42.tgz", | ||
"_shasum": "be17a591afa3711be8557572fb8b0843db4f576a", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-25.2.3.tgz", | ||
"_shasum": "0935962d9265df19139327bc445b6e1796a5eef1", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -37,7 +37,7 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~25.2.3", | ||
"@syncfusion/ej2-buttons": "~25.2.3", | ||
"@syncfusion/ej2-calendars": "~25.2.3", | ||
"@syncfusion/ej2-dropdowns": "~25.2.3", | ||
"@syncfusion/ej2-buttons": "~25.2.4", | ||
"@syncfusion/ej2-calendars": "~25.2.4", | ||
"@syncfusion/ej2-dropdowns": "~25.2.4", | ||
"@syncfusion/ej2-inputs": "~25.2.3", | ||
"@syncfusion/ej2-splitbuttons": "~25.2.3" | ||
"@syncfusion/ej2-splitbuttons": "~25.2.4" | ||
}, | ||
@@ -71,5 +71,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "25.2.3", | ||
"version": "25.2.4", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -171,3 +171,3 @@ import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser, compile, append, ModuleDeclaration, getDefaultDateObject } 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'; | ||
* | ||
* @default false | ||
* @default null | ||
*/ | ||
@@ -174,0 +174,0 @@ isLocked?: boolean; |
@@ -158,3 +158,3 @@ /** | ||
* | ||
* @default false | ||
* @default null | ||
*/ | ||
@@ -161,0 +161,0 @@ isLocked: boolean; |
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
4737295
49837