@syncfusion/ej2-dropdowns
Advanced tools
Comparing version
/*! | ||
* filename: index.d.ts | ||
* version : 30.1.41 | ||
* version : 30.1.42 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-dropdowns", | ||
"version": "30.1.41", | ||
"version": "30.1.42", | ||
"description": "Essential JS 2 DropDown Components", | ||
@@ -11,9 +11,9 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~30.1.38", | ||
"@syncfusion/ej2-base": "~30.1.42", | ||
"@syncfusion/ej2-data": "~30.1.40", | ||
"@syncfusion/ej2-inputs": "~30.1.40", | ||
"@syncfusion/ej2-lists": "~30.1.41", | ||
"@syncfusion/ej2-navigations": "~30.1.41", | ||
"@syncfusion/ej2-lists": "~30.1.42", | ||
"@syncfusion/ej2-navigations": "~30.1.42", | ||
"@syncfusion/ej2-notifications": "~30.1.37", | ||
"@syncfusion/ej2-popups": "~30.1.40" | ||
"@syncfusion/ej2-popups": "~30.1.42" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": {}, |
@@ -210,4 +210,4 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.getDataByValue(dataItem.value) : dataItem.value; | ||
if ((_this.value === dataItem.value && _this.text !== dataItem.text) || | ||
(_this.value !== dataItem.value && _this.text === dataItem.text)) { | ||
if ((_this.value === dataItem.value && _this.text !== dataItem.text.toString()) || | ||
(_this.value !== dataItem.value && _this.text === dataItem.text.toString())) { | ||
_this.setProperties({ 'text': dataItem.text ? dataItem.text.toString() : dataItem.text, 'value': value }); | ||
@@ -214,0 +214,0 @@ } |
@@ -82,2 +82,3 @@ import { Component, KeyboardEventArgs } from '@syncfusion/ej2-base'; | ||
preventSetCurrentData: boolean; | ||
remoteDataCount: number; | ||
virtualGroupDataSource: { | ||
@@ -84,0 +85,0 @@ [key: string]: Object; |
@@ -159,3 +159,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (this.parent.dataSource instanceof DataManager) { | ||
totalData = this.parent.dataSource.dataSource.json.length; | ||
totalData = this.parent.remoteDataCount; | ||
} | ||
@@ -489,2 +489,3 @@ else if (this.parent.dataSource && this.parent.dataSource.length > 0) { | ||
_this.parent.pageCount = _this.parent.getPageCount(); | ||
_this.parent.isRequesting = false; | ||
_this.virtualScrollRefreshAsync().then(function () { | ||
@@ -491,0 +492,0 @@ if (_this.parent.popupObj) { |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
22831460
0.02%301045
0.01%