@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 17.4.46 to 17.4.47
@@ -5,2 +5,22 @@ # Changelog | ||
### QueryBuilder | ||
#### Bug Fixes | ||
- Issue with predicate generation for date type is fixed. | ||
#### Breaking Changes | ||
|Property Name|Previous Type|Current Type | | ||
|-------------|-------------|-------------------| | ||
|format |string |string|FormatObject| | ||
## 17.4.46 (2020-01-30) | ||
### QueryBuilder | ||
#### New Features | ||
- Provided the support to disable the combinator if only one rule is present. | ||
## 17.4.43 (2020-01-14) | ||
@@ -7,0 +27,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.4.46 | ||
* version : 17.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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@17.4.43", | ||
"_id": "@syncfusion/ej2-querybuilder@17.4.46", | ||
"_inBundle": false, | ||
"_integrity": "sha512-DZwUwHD4jBN7XeYynPYIxvA77tVK7am+YlLlJwzZPr4HsqfSLEdLR22JXFIOfuF9Kgto2nGdNnyiYT6UjGF1ZQ==", | ||
"_integrity": "sha512-R7bM+THz2t03gP24Nm8hHAXtJ5yGin7PaPOAK8GG8I5PGlSEyiI7SJLQn/5of7XJgij9QXSw0oZ8grfjNbvByA==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.4.43.tgz", | ||
"_shasum": "f59d966b049b7059c3c58302bf335d123d40fd1e", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.4.46.tgz", | ||
"_shasum": "b341638ce449f051cb4e0853ae3016b4e307348b", | ||
"_spec": "@syncfusion/ej2-querybuilder@*", | ||
@@ -36,8 +36,8 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.4.46", | ||
"@syncfusion/ej2-buttons": "~17.4.46", | ||
"@syncfusion/ej2-calendars": "~17.4.46", | ||
"@syncfusion/ej2-dropdowns": "~17.4.46", | ||
"@syncfusion/ej2-inputs": "~17.4.46", | ||
"@syncfusion/ej2-splitbuttons": "~17.4.46" | ||
"@syncfusion/ej2-base": "~17.4.47", | ||
"@syncfusion/ej2-buttons": "~17.4.47", | ||
"@syncfusion/ej2-calendars": "~17.4.47", | ||
"@syncfusion/ej2-dropdowns": "~17.4.47", | ||
"@syncfusion/ej2-inputs": "~17.4.47", | ||
"@syncfusion/ej2-splitbuttons": "~17.4.47" | ||
}, | ||
@@ -74,4 +74,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.4.46", | ||
"version": "17.4.47", | ||
"sideEffects": false | ||
} |
@@ -1,3 +0,3 @@ | ||
import { Component, INotifyPropertyChanged, NotifyPropertyChanges, getComponent, MouseEventArgs, Browser } from '@syncfusion/ej2-base';import { Property, ChildProperty, Complex, L10n, closest, extend, isNullOrUndefined, Collection } from '@syncfusion/ej2-base';import { getInstance, addClass, removeClass, rippleEffect, detach, classList, isBlazor } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions } 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 {TemplateColumn,Validation,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder"; | ||
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 } 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 {TemplateColumn,Validation,FormatObject,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder"; | ||
import {ComponentModel} from '@syncfusion/ej2-base'; | ||
@@ -56,3 +56,3 @@ | ||
*/ | ||
format?: string; | ||
format?: string | FormatObject; | ||
@@ -59,0 +59,0 @@ /** |
@@ -51,3 +51,3 @@ /** | ||
*/ | ||
format: string; | ||
format: string | FormatObject; | ||
/** | ||
@@ -128,2 +128,8 @@ * Specifies the step value(numeric textbox) for columns. | ||
} | ||
export interface FormatObject { | ||
/** | ||
* Specifies the format in which the date format will process | ||
*/ | ||
skeleton?: string; | ||
} | ||
/** | ||
@@ -346,2 +352,3 @@ * Specify Specifies the displayMode as Horizontal or Vertical. | ||
private validatValue; | ||
private getFormat; | ||
private findGroupByIdx; | ||
@@ -438,2 +445,3 @@ /** | ||
getPredicate(rule: RuleModel): Predicate; | ||
private getLocale; | ||
private getColumn; | ||
@@ -440,0 +448,0 @@ private datePredicate; |
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
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
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
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
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
2231054
23904