@syncfusion/ej2-dropdowns
Advanced tools
Comparing version 17.1.48 to 17.1.49
@@ -5,2 +5,14 @@ # Changelog | ||
### MultiSelect | ||
#### New Features | ||
- #236816 - Provided method for `focusIn` and `focusOut`. | ||
#### Bug Fixes | ||
- #231920 - In IE browser, script error throws when calling getItems method has been fixed. | ||
## 17.1.48 (2019-05-21) | ||
### ListBox | ||
@@ -7,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.1.48 | ||
* version : 17.1.49 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-dropdowns", | ||
"version": "17.1.48", | ||
"description": "Essential JS 2 DropDown Components", | ||
"author": "Syncfusion Inc.", | ||
"license": "SEE LICENSE IN license", | ||
"main": "./dist/ej2-dropdowns.umd.min.js", | ||
"module": "./index.js", | ||
"es2015": "./dist/es6/ej2-dropdowns.es2015.js", | ||
"_from": "@syncfusion/ej2-dropdowns@*", | ||
"_id": "@syncfusion/ej2-dropdowns@17.1.48", | ||
"_inBundle": false, | ||
"_integrity": "sha512-QoER5Lv+1sxmGiPdFUnb1MY2bP5VOAyzUJzsKjDrBgJneEbIBZKY8b8PZE/53HCxdOO+jJL4j4aZO5+sKPdWhg==", | ||
"_location": "/@syncfusion/ej2-dropdowns", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "range", | ||
"registry": true, | ||
"raw": "@syncfusion/ej2-dropdowns@*", | ||
"name": "@syncfusion/ej2-dropdowns", | ||
"escapedName": "@syncfusion%2fej2-dropdowns", | ||
"scope": "@syncfusion", | ||
"rawSpec": "*", | ||
"saveSpec": null, | ||
"fetchSpec": "*" | ||
}, | ||
"_requiredBy": [ | ||
"/", | ||
"/@syncfusion/ej2", | ||
"/@syncfusion/ej2-angular-dropdowns", | ||
"/@syncfusion/ej2-documenteditor", | ||
"/@syncfusion/ej2-gantt", | ||
"/@syncfusion/ej2-grids", | ||
"/@syncfusion/ej2-inplace-editor", | ||
"/@syncfusion/ej2-pdfviewer", | ||
"/@syncfusion/ej2-pivotview", | ||
"/@syncfusion/ej2-querybuilder", | ||
"/@syncfusion/ej2-react-dropdowns", | ||
"/@syncfusion/ej2-schedule", | ||
"/@syncfusion/ej2-vue-dropdowns" | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-17.1.48.tgz", | ||
"_shasum": "5cd9e8b61780dd24e6bc192cf606e0a211fc3610", | ||
"_spec": "@syncfusion/ej2-dropdowns@*", | ||
"_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included", | ||
"author": { | ||
"name": "Syncfusion Inc." | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.48", | ||
"@syncfusion/ej2-base": "~17.1.49", | ||
"@syncfusion/ej2-data": "~17.1.47", | ||
"@syncfusion/ej2-inputs": "~17.1.47", | ||
"@syncfusion/ej2-inputs": "~17.1.49", | ||
"@syncfusion/ej2-lists": "~17.1.47", | ||
"@syncfusion/ej2-popups": "~17.1.47" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential JS 2 DropDown Components", | ||
"devDependencies": {}, | ||
"es2015": "./dist/es6/ej2-dropdowns.es2015.js", | ||
"keywords": [ | ||
@@ -32,3 +67,8 @@ "ej2", | ||
], | ||
"license": "SEE LICENSE IN license", | ||
"main": "./dist/ej2-dropdowns.umd.min.js", | ||
"module": "./index.js", | ||
"name": "@syncfusion/ej2-dropdowns", | ||
"version": "17.1.49", | ||
"sideEffects": false | ||
} |
@@ -71,9 +71,2 @@ import { Component, EventHandler, addClass, append, Property, Event, KeyboardEvents, EmitType, L10n, compile } from '@syncfusion/ej2-base';import { setStyleAttribute, extend, removeClass, prepend, isNullOrUndefined, detach, getValue, AnimationModel } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, rippleEffect, RippleOptions, ChildProperty, Complex } from '@syncfusion/ej2-base';import { DataManager, Query, DataOptions, DataUtil } from '@syncfusion/ej2-data';import { ListBase, SortOrder, cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';import { Popup } from '@syncfusion/ej2-popups'; | ||
/** | ||
* When set to true, enables RTL mode of the component that | ||
* displays the content in the right-to-left direction. | ||
* @default false | ||
*/ | ||
enableRtl?: boolean; | ||
/** | ||
* Enable or disable persisting component's state between page reloads. | ||
@@ -80,0 +73,0 @@ * If enabled, following list of states will be persisted. |
@@ -121,8 +121,2 @@ import { Component, KeyboardEvents, EmitType, L10n } from '@syncfusion/ej2-base'; | ||
/** | ||
* When set to true, enables RTL mode of the component that | ||
* displays the content in the right-to-left direction. | ||
* @default false | ||
*/ | ||
enableRtl: boolean; | ||
/** | ||
* Enable or disable persisting component's state between page reloads. | ||
@@ -129,0 +123,0 @@ * If enabled, following list of states will be persisted. |
@@ -934,5 +934,2 @@ var __extends = (this && this.__extends) || (function () { | ||
Property(false) | ||
], DropDownBase.prototype, "enableRtl", void 0); | ||
__decorate([ | ||
Property(false) | ||
], DropDownBase.prototype, "enablePersistence", void 0); | ||
@@ -939,0 +936,0 @@ __decorate([ |
@@ -420,3 +420,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
getItems(): Element[]; | ||
private focusIn; | ||
private focusInHandler; | ||
private showDelimWrapper; | ||
@@ -507,2 +507,12 @@ private hideDelimWrapper; | ||
/** | ||
* Sets the focus to widget for interaction. | ||
* @returns void | ||
*/ | ||
focusIn(): void; | ||
/** | ||
* Remove the focus from widget, if the widget is in focus state. | ||
* @returns void | ||
*/ | ||
focusOut(): void; | ||
/** | ||
* Shows the spinner loader. | ||
@@ -509,0 +519,0 @@ * @returns void. |
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
5652808
61331