New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-querybuilder

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-querybuilder - npm Package Compare versions

Comparing version 17.2.48-beta to 17.3.9-beta

.gitlab/merge_request_templates/Bug.md

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.2.48-beta
* version : 17.3.9-beta
* 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.1.50",
"_id": "@syncfusion/ej2-querybuilder@17.2.48",
"_inBundle": false,
"_integrity": "sha512-yMJKvY56knMpFvz+R/avYkKqqgHMj+SzKTP7oCyIHxqgAJwsKRoazWXVWjTBBueDbxlK6R+Gq2d6KDgndTMi1Q==",
"_integrity": "sha512-kYPro15F5Xf4ZSO+Ygf3Lj/eugidRUtndOboENpvaCZGxL3qGcnwmeIbXsU4IBwPX4BPvIRdJQwWQXbsSvr+kA==",
"_location": "/@syncfusion/ej2-querybuilder",

@@ -26,6 +26,6 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.1.50.tgz",
"_shasum": "75c1caf7a8a5b4b1b1ba80cd33aebac2b1d49b1b",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-querybuilder/-/ej2-querybuilder-17.2.48.tgz",
"_shasum": "da1e37b0130c8e3f55698bc79a3355a74732accb",
"_spec": "@syncfusion/ej2-querybuilder@*",
"_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",
"_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",
"author": {

@@ -36,8 +36,8 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "17.2.48-beta",
"@syncfusion/ej2-buttons": "17.2.48-beta",
"@syncfusion/ej2-calendars": "17.2.48-beta",
"@syncfusion/ej2-dropdowns": "17.2.48-beta",
"@syncfusion/ej2-inputs": "17.2.48-beta",
"@syncfusion/ej2-splitbuttons": "17.2.48-beta"
"@syncfusion/ej2-base": "~17.3.9-beta",
"@syncfusion/ej2-buttons": "~17.3.9-beta",
"@syncfusion/ej2-calendars": "~17.3.9-beta",
"@syncfusion/ej2-dropdowns": "~17.3.9-beta",
"@syncfusion/ej2-inputs": "~17.3.9-beta",
"@syncfusion/ej2-splitbuttons": "~17.3.9-beta"
},

@@ -74,4 +74,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.2.48-beta",
"version": "17.3.9-beta",
"sideEffects": false
}

@@ -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 } 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, isBlazor } 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 {TemplateColumn,Validation,ChangeEventArgs,RuleChangeEventArgs,DisplayMode,SortDirection} from "./query-builder";

@@ -3,0 +3,0 @@ import {ComponentModel} from '@syncfusion/ej2-base';

@@ -309,2 +309,5 @@ /**

private multiSelectOpen;
private bindBlazorMultiSelectData;
private bindMultiSelectData;
private getMultiSelectData;
private createSpinner;

@@ -396,4 +399,5 @@ private closePopup;

* @returns Promise.
* @blazorType object
*/
getFilteredRecords(): Promise<Object>;
getFilteredRecords(): Promise<Object> | object;
/**

@@ -440,2 +444,3 @@ * Deletes the rule or rules based on the rule ID.

private processParser;
private isBlazor;
}

@@ -442,0 +447,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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc