@syncfusion/ej2-dropdowns
Advanced tools
Comparing version 28.2.3 to 28.2.4
/*! | ||
* filename: index.d.ts | ||
* version : 28.2.3 | ||
* version : 28.2.4 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-dropdowns@*", | ||
"_id": "@syncfusion/ej2-dropdowns@28.1.41", | ||
"_id": "@syncfusion/ej2-dropdowns@28.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-XHQSq89yLShgV5vMeiTTFCUt2tQ+wyqf7v3t/paW5IDkCrxAlfiU56sTuv5XyuZ3rBECWpmlDmIDP6kPz2bPMw==", | ||
"_integrity": "sha512-WulRpVG/X8MKND+b8VTrUWqLsSAuAuKBXGfbE+MjWzmsCBEnJGLHs6AXGK/h3nZDkYfnnEls6NzbntieoldQQg==", | ||
"_location": "/@syncfusion/ej2-dropdowns", | ||
@@ -39,4 +39,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-28.1.41.tgz", | ||
"_shasum": "1d5b644c7717243d23cd17fa544fb0a9810b7b99", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-28.2.3.tgz", | ||
"_shasum": "ca88d206fbb04487749275d9457708a7755a54a7", | ||
"_spec": "@syncfusion/ej2-dropdowns@*", | ||
@@ -53,3 +53,3 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"@syncfusion/ej2-lists": "~28.2.3", | ||
"@syncfusion/ej2-navigations": "~28.2.3", | ||
"@syncfusion/ej2-navigations": "~28.2.4", | ||
"@syncfusion/ej2-notifications": "~28.2.3", | ||
@@ -81,5 +81,5 @@ "@syncfusion/ej2-popups": "~28.2.3" | ||
"typings": "index.d.ts", | ||
"version": "28.2.3", | ||
"version": "28.2.4", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -297,2 +297,3 @@ import { Component, KeyboardEvents, EmitType, L10n, KeyboardEventArgs } from '@syncfusion/ej2-base'; | ||
protected isPrimitiveData: boolean; | ||
protected isCustomFiltering: boolean; | ||
protected virtualListInfo: VirtualInfo; | ||
@@ -581,2 +582,3 @@ protected viewPortInfo: VirtualInfo; | ||
protected updatePopupState(): void; | ||
protected updatePopupPosition(): void; | ||
protected virtualSelectionAll(state: boolean, li: NodeListOf<HTMLElement> | HTMLElement[], event: MouseEvent | KeyboardEventArgs): void; | ||
@@ -583,0 +585,0 @@ protected updateRemoteData(): void; |
@@ -123,2 +123,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
private isValidKey; | ||
private isBackSpace; | ||
private isFiltered; | ||
@@ -125,0 +126,0 @@ private clearFilterIconElem; |
@@ -741,2 +741,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
private popupKeyActions; | ||
protected updatePopupPosition(): void; | ||
private updateAriaAttribute; | ||
@@ -743,0 +744,0 @@ private homeNavigation; |
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
22387428
297354