@syncfusion/ej2-querybuilder
Advanced tools
Comparing version 17.2.49-beta to 17.2.52-1205479
@@ -0,1 +1,10 @@ | ||
/*! | ||
* filename: index.d.ts | ||
* version : 17.2.47 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
import * as _querybuilder from '@syncfusion/ej2-querybuilder'; | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@syncfusion/ej2-querybuilder", | ||
"version": "17.2.49-beta", | ||
"description": "Essential JS 2 QueryBuilder", | ||
"author": "Syncfusion Inc.", | ||
"license": "SEE LICENSE IN license", | ||
"main": "./dist/ej2-querybuilder.umd.min.js", | ||
"module": "./index.js", | ||
"es2015": "./dist/es6/ej2-querybuilder.es2015.js", | ||
"_from": "@syncfusion/ej2-querybuilder@~17.2.47", | ||
"_id": "@syncfusion/ej2-querybuilder@17.2.47", | ||
"_inBundle": false, | ||
"_integrity": "sha512-4dRvTCzzOQWn0OwcsJtiY2KIKbHvLT1nolD9aotW513FeGIeco0GsCAW6OzN+2EyW8IcS5f2UvI6fZVV2FwSTA==", | ||
"_location": "/@syncfusion/ej2-querybuilder", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "range", | ||
"registry": true, | ||
"raw": "@syncfusion/ej2-querybuilder@~17.2.47", | ||
"name": "@syncfusion/ej2-querybuilder", | ||
"escapedName": "@syncfusion%2fej2-querybuilder", | ||
"scope": "@syncfusion", | ||
"rawSpec": "~17.2.47", | ||
"saveSpec": null, | ||
"fetchSpec": "~17.2.47" | ||
}, | ||
"_requiredBy": [ | ||
"/@syncfusion/ej2" | ||
], | ||
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.47.tgz", | ||
"_shasum": "1bff49aa2eb4347bf8105d49b327223bbdb860fb", | ||
"_spec": "@syncfusion/ej2-querybuilder@~17.2.47", | ||
"_where": "D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2", | ||
"author": { | ||
"name": "Syncfusion Inc." | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "17.2.49-beta", | ||
"@syncfusion/ej2-buttons": "17.2.49-beta", | ||
"@syncfusion/ej2-calendars": "17.2.49-beta", | ||
"@syncfusion/ej2-dropdowns": "17.2.49-beta", | ||
"@syncfusion/ej2-splitbuttons": "17.2.49-beta", | ||
"@syncfusion/ej2-inputs": "17.2.49-beta" | ||
"@syncfusion/ej2-base": "~17.2.52-1205479", | ||
"@syncfusion/ej2-buttons": "~17.2.52-1205479", | ||
"@syncfusion/ej2-calendars": "~17.2.52-1205479", | ||
"@syncfusion/ej2-dropdowns": "~17.2.52-1205479", | ||
"@syncfusion/ej2-inputs": "~17.2.52-1205479", | ||
"@syncfusion/ej2-splitbuttons": "~17.2.52-1205479" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential JS 2 QueryBuilder", | ||
"devDependencies": {}, | ||
"es2015": "./dist/es6/ej2-querybuilder.es2015.js", | ||
"keywords": [ | ||
@@ -36,2 +59,6 @@ "ej2", | ||
], | ||
"license": "SEE LICENSE IN license", | ||
"main": "./dist/ej2-querybuilder.umd.min.js", | ||
"module": "./index.js", | ||
"name": "@syncfusion/ej2-querybuilder", | ||
"repository": { | ||
@@ -41,3 +68,5 @@ "type": "git", | ||
}, | ||
"typings": "index.d.ts" | ||
"sideEffects": false, | ||
"typings": "index.d.ts", | ||
"version": "17.2.52-1205479" | ||
} |
@@ -1,2 +0,2 @@ | ||
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 } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions } 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 { 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 } from '@syncfusion/ej2-base';import { Internationalization, DateFormatOptions } 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 } 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"; | ||
@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base'; |
@@ -395,5 +395,4 @@ /** | ||
* @returns Promise. | ||
* @blazorType object | ||
*/ | ||
getFilteredRecords(): Promise<Object> | object; | ||
getFilteredRecords(): Promise<Object>; | ||
/** | ||
@@ -440,3 +439,2 @@ * Deletes the rule or rules based on the rule ID. | ||
private processParser; | ||
private isBlazor; | ||
} | ||
@@ -443,0 +441,0 @@ export interface Level { |
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
1976031
21854
+ Added@syncfusion/ej2-base@17.2.4917.2.52-1205479(transitive)
+ Added@syncfusion/ej2-buttons@17.2.4717.2.52-1205479(transitive)
+ Added@syncfusion/ej2-calendars@17.2.52-1205479(transitive)
+ Added@syncfusion/ej2-data@17.2.52-1205479(transitive)
+ Added@syncfusion/ej2-dropdowns@17.2.52-1205479(transitive)
+ Added@syncfusion/ej2-icons@17.2.4717.2.52-1205479(transitive)
+ Added@syncfusion/ej2-inputs@17.2.52(transitive)
+ Added@syncfusion/ej2-lists@17.2.52-1205479(transitive)
+ Added@syncfusion/ej2-popups@17.2.4717.2.52-1205479(transitive)
+ Added@syncfusion/ej2-splitbuttons@17.2.4717.2.52-1205479(transitive)
- Removed@syncfusion/ej2-base@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-buttons@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-calendars@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-data@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-dropdowns@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-icons@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-inputs@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-lists@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-popups@17.2.49-beta(transitive)
- Removed@syncfusion/ej2-splitbuttons@17.2.49-beta(transitive)