@syncfusion/ej2-dropdowns
Advanced tools
Comparing version 28.1.36 to 28.1.37
@@ -0,1 +1,10 @@ | ||
/*! | ||
* filename: index.d.ts | ||
* version : 28.1.37 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
* A copy of the current license can be obtained at any time by e-mailing | ||
* licensing@syncfusion.com. Any infringement will be prosecuted under | ||
* applicable laws. | ||
*/ | ||
import * as _dropdowns from '@syncfusion/ej2-dropdowns'; | ||
@@ -2,0 +11,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-AV0Z1peZZOX3YhbLRzB/vm9sp/iKHLJXoEpR1lAHxIq/vJYIG2ExbHWSiueXlcmjxTtQBOdCXj3AntmcZOdfnQ==", | ||
"_integrity": "sha512-bL308Ch9zV+ucVhTJM3P6epXzfnZBPsS/SD+1yysjb3XTMqnd04itZ2ujOdGMkjokSld5qT1K1KKk72JTysDsQ==", | ||
"_location": "/@syncfusion/ej2-dropdowns", | ||
@@ -37,3 +37,3 @@ "_phantomChildren": {}, | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-28.1.35.tgz", | ||
"_shasum": "b8a7bc80767221ac6a1046b6a1562ae1333d144c", | ||
"_shasum": "f81e5c32210ced7ff8fc68210e8fce81054ec4c4", | ||
"_spec": "@syncfusion/ej2-dropdowns@*", | ||
@@ -48,5 +48,5 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"@syncfusion/ej2-data": "~28.1.33", | ||
"@syncfusion/ej2-inputs": "~28.1.33", | ||
"@syncfusion/ej2-lists": "~28.1.33", | ||
"@syncfusion/ej2-navigations": "~28.1.36", | ||
"@syncfusion/ej2-inputs": "~28.1.37", | ||
"@syncfusion/ej2-lists": "~28.1.37", | ||
"@syncfusion/ej2-navigations": "~28.1.37", | ||
"@syncfusion/ej2-notifications": "~28.1.33", | ||
@@ -78,5 +78,5 @@ "@syncfusion/ej2-popups": "~28.1.33" | ||
"typings": "index.d.ts", | ||
"version": "28.1.36", | ||
"version": "28.1.37", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -288,4 +288,4 @@ var __assign = (this && this.__assign) || function () { | ||
this.parent.getForQuery(this.parent.value).clone() : new Query; | ||
if (this.parent.viewPortInfo.endIndex === this.parent.totalItemCount + this.parent.value.length && | ||
this.parent.hideSelectedItem) { | ||
if (this.parent.value && (this.parent.viewPortInfo.endIndex === this.parent.totalItemCount + | ||
this.parent.value.length) && this.parent.hideSelectedItem) { | ||
query = query.skip(this.parent.totalItemCount - this.parent.itemCount); | ||
@@ -292,0 +292,0 @@ } |
@@ -123,2 +123,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
private isUpdateFooterHeight; | ||
private filterArgs; | ||
/** | ||
@@ -125,0 +126,0 @@ * Sets CSS classes to the root element of the component that allows customization of appearance. |
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
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22307593
296649