Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-dropdowns

Package Overview
Dependencies
Maintainers
2
Versions
342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-dropdowns - npm Package Compare versions

Comparing version 16.1.28 to 16.1.29

14

CHANGELOG.md

@@ -9,2 +9,16 @@ # Changelog

- Change event not trigger while remove chip in keyboard, this issue has been fixed.
### AutoComplete
#### Bug fix
- Initial value not set while using remote data in autocomplete issue has been fixed.
## 16.1.28 (2018-03-09)
### MultiSelect
#### Bug fix
- Text property not working properly while selected text, this issue has been fixed.

@@ -11,0 +25,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.1.26
* version : 16.1.28
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-dropdowns",
"version": "16.1.28",
"version": "16.1.29",
"description": "Essential JS 2 DropDown Components",

@@ -11,7 +11,7 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.1.28",
"@syncfusion/ej2-base": "~16.1.29",
"@syncfusion/ej2-data": "~16.1.28",
"@syncfusion/ej2-inputs": "~16.1.28",
"@syncfusion/ej2-inputs": "~16.1.29",
"@syncfusion/ej2-lists": "~16.1.28",
"@syncfusion/ej2-popups": "~16.1.28"
"@syncfusion/ej2-popups": "~16.1.29"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -39,2 +39,4 @@ var __extends = (this && this.__extends) || (function () {

var filterQuery = query ? query.clone() : this.query ? this.query.clone() : new ej2_data_1.Query();
var filterType = (this.queryString === '' && !ej2_base_1.isNullOrUndefined(this.value)) ? 'equal' : this.filterType;
var queryString = (this.queryString === '' && !ej2_base_1.isNullOrUndefined(this.value)) ? this.value : this.queryString;
if (this.isFiltered) {

@@ -46,7 +48,7 @@ return filterQuery;

if (!(this.dataSource instanceof ej2_data_1.DataManager) && dataType === 'string' || dataType === 'number') {
filterQuery.where('', this.filterType, this.queryString, this.ignoreCase, this.ignoreAccent);
filterQuery.where('', filterType, queryString, this.ignoreCase, this.ignoreAccent);
}
else {
var mapping = !ej2_base_1.isNullOrUndefined(this.fields.value) ? this.fields.value : '';
filterQuery.where(mapping, this.filterType, this.queryString, this.ignoreCase, this.ignoreAccent);
filterQuery.where(mapping, filterType, queryString, this.ignoreCase, this.ignoreAccent);
}

@@ -53,0 +55,0 @@ }

@@ -1,2 +0,2 @@

import { DropDownBase, SelectEventArgs, dropDownBaseClasses, PopupEventArgs, FilteringEventArgs } from '../drop-down-base/drop-down-base';import { FieldSettingsModel } from '../drop-down-base/drop-down-base-model';import { Popup, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { IInput } from '@syncfusion/ej2-inputs';import { attributes } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, extend } from '@syncfusion/ej2-base';import { EventHandler, Property, Event, compile, L10n, EmitType, KeyboardEventArgs } from '@syncfusion/ej2-base';import { Animation, AnimationModel, Browser, prepend } from '@syncfusion/ej2-base';import { MultiSelectModel } from '../multi-select';import { Search } from '../common/incremental-search';import { createElement, append, addClass, removeClass, setStyleAttribute, closest, detach, remove, select } from '@syncfusion/ej2-base';import { getUniqueID, formatUnit, isNullOrUndefined, isUndefined, ModuleDeclaration } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { SortOrder } from '@syncfusion/ej2-lists';import { CheckBoxSelection } from './checkbox-selection';import { IMulitSelect } from './interface';
import { DropDownBase, SelectEventArgs, dropDownBaseClasses, PopupEventArgs, FilteringEventArgs } from '../drop-down-base/drop-down-base';import { FieldSettingsModel } from '../drop-down-base/drop-down-base-model';import { Popup, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';import { IInput } from '@syncfusion/ej2-inputs';import { attributes } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, extend } from '@syncfusion/ej2-base';import { EventHandler, Property, Event, compile, L10n, EmitType, KeyboardEventArgs } from '@syncfusion/ej2-base';import { Animation, AnimationModel, Browser, prepend } from '@syncfusion/ej2-base';import { MultiSelectModel } from '../multi-select';import { Search } from '../common/incremental-search';import { createElement, append, addClass, removeClass, setStyleAttribute, closest, detach, remove, select } from '@syncfusion/ej2-base';import { getUniqueID, formatUnit, isNullOrUndefined, isUndefined, ModuleDeclaration } from '@syncfusion/ej2-base';import { DataManager, Query } from '@syncfusion/ej2-data';import { SortOrder } from '@syncfusion/ej2-lists';import { CheckBoxSelection } from './checkbox-selection';import { IMulitSelect } from './interface';
import {visualMode,MultiSelectChangeEventArgs,RemoveEventArgs,TaggingEventArgs,CustomValueEventArgs} from "./multi-select";

@@ -3,0 +3,0 @@ import {DropDownBaseModel} from "../drop-down-base/drop-down-base-model";

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

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