@syncfusion/ej2-filemanager
Advanced tools
Comparing version 27.1.55 to 27.2.2
/*! | ||
* filename: index.d.ts | ||
* version : 27.1.55 | ||
* version : 27.2.2 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-filemanager@*", | ||
"_id": "@syncfusion/ej2-filemanager@27.1.53", | ||
"_id": "@syncfusion/ej2-filemanager@27.1.55", | ||
"_inBundle": false, | ||
"_integrity": "sha512-4tJ8ruowY8+8ZO/Pd3l95roLJUeYZm2aXtMknO/sD0II3m09P4zofLqDjPETq/rig4kuR0U83mDX/jTUjXo++A==", | ||
"_integrity": "sha512-mXHh/mT0JHDzdy0W7uOfch/Nh1+8YsD/66iR5ZPiWYq4meYSVdjV0KUh8nDoBsjt7bC30QoPdLK23PCpifDNjQ==", | ||
"_location": "/@syncfusion/ej2-filemanager", | ||
@@ -27,4 +27,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-27.1.53.tgz", | ||
"_shasum": "96ff00743895b7fe9b38ed5ebd59dc294ec209de", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-27.1.55.tgz", | ||
"_shasum": "f115703417214ffe376fda5ff562fa5db915eb6b", | ||
"_spec": "@syncfusion/ej2-filemanager@*", | ||
@@ -40,12 +40,12 @@ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~27.1.55", | ||
"@syncfusion/ej2-buttons": "~27.1.53", | ||
"@syncfusion/ej2-data": "~27.1.52", | ||
"@syncfusion/ej2-grids": "~27.1.55", | ||
"@syncfusion/ej2-inputs": "~27.1.55", | ||
"@syncfusion/ej2-layouts": "~27.1.53", | ||
"@syncfusion/ej2-lists": "~27.1.50", | ||
"@syncfusion/ej2-navigations": "~27.1.55", | ||
"@syncfusion/ej2-popups": "~27.1.55", | ||
"@syncfusion/ej2-splitbuttons": "~27.1.50" | ||
"@syncfusion/ej2-base": "~27.2.2", | ||
"@syncfusion/ej2-buttons": "~27.2.2", | ||
"@syncfusion/ej2-data": "~27.2.2", | ||
"@syncfusion/ej2-grids": "~27.2.2", | ||
"@syncfusion/ej2-inputs": "~27.2.2", | ||
"@syncfusion/ej2-layouts": "~27.2.2", | ||
"@syncfusion/ej2-lists": "~27.2.2", | ||
"@syncfusion/ej2-navigations": "~27.2.2", | ||
"@syncfusion/ej2-popups": "~27.2.2", | ||
"@syncfusion/ej2-splitbuttons": "~27.2.2" | ||
}, | ||
@@ -80,4 +80,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "27.1.55", | ||
"version": "27.2.2", | ||
"sideEffects": false | ||
} |
@@ -89,3 +89,3 @@ import { EventHandler, isNullOrUndefined, detach, formatUnit } from '@syncfusion/ej2-base'; | ||
// If the calculated item count is greater than the data source length, set the item count to the data source length | ||
if (itemCount > dataSourceLength) { | ||
if (itemCount > dataSourceLength || itemCount === 0) { | ||
itemCount = dataSourceLength; | ||
@@ -92,0 +92,0 @@ } |
@@ -503,3 +503,3 @@ import { TreeView as BaseTreeView } from '@syncfusion/ej2-navigations'; | ||
case 'navigationPaneSettings': | ||
read(this.parent, events.finalizeEnd, '/'); | ||
read(this.parent, events.finalizeEnd, this.parent.path); | ||
if (e.oldProp.navigationPaneSettings.sortOrder !== e.newProp.navigationPaneSettings.sortOrder) { | ||
@@ -506,0 +506,0 @@ this.treeObj.sortOrder = e.newProp.navigationPaneSettings.sortOrder; |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15436535
145118
+ Added@syncfusion/ej2-base@27.2.2(transitive)
+ Added@syncfusion/ej2-buttons@27.2.2(transitive)
+ Added@syncfusion/ej2-calendars@27.2.3(transitive)
+ Added@syncfusion/ej2-compression@27.2.2(transitive)
+ Added@syncfusion/ej2-data@27.2.2(transitive)
+ Added@syncfusion/ej2-dropdowns@27.2.3(transitive)
+ Added@syncfusion/ej2-excel-export@27.2.2(transitive)
+ Added@syncfusion/ej2-file-utils@27.2.2(transitive)
+ Added@syncfusion/ej2-grids@27.2.3(transitive)
+ Added@syncfusion/ej2-icons@27.2.2(transitive)
+ Added@syncfusion/ej2-inputs@27.2.2(transitive)
+ Added@syncfusion/ej2-layouts@27.2.3(transitive)
+ Added@syncfusion/ej2-lists@27.2.3(transitive)
+ Added@syncfusion/ej2-navigations@27.2.3(transitive)
+ Added@syncfusion/ej2-notifications@27.2.2(transitive)
+ Added@syncfusion/ej2-pdf-export@27.2.2(transitive)
+ Added@syncfusion/ej2-popups@27.2.2(transitive)
+ Added@syncfusion/ej2-splitbuttons@27.2.2(transitive)
- Removed@syncfusion/ej2-base@27.1.55(transitive)
- Removed@syncfusion/ej2-buttons@27.1.58(transitive)
- Removed@syncfusion/ej2-calendars@27.1.57(transitive)
- Removed@syncfusion/ej2-compression@27.1.53(transitive)
- Removed@syncfusion/ej2-data@27.1.52(transitive)
- Removed@syncfusion/ej2-dropdowns@27.1.58(transitive)
- Removed@syncfusion/ej2-excel-export@27.1.50(transitive)
- Removed@syncfusion/ej2-file-utils@27.1.53(transitive)
- Removed@syncfusion/ej2-grids@27.1.58(transitive)
- Removed@syncfusion/ej2-icons@27.1.50(transitive)
- Removed@syncfusion/ej2-inputs@27.1.58(transitive)
- Removed@syncfusion/ej2-layouts@27.1.56(transitive)
- Removed@syncfusion/ej2-lists@27.1.50(transitive)
- Removed@syncfusion/ej2-navigations@27.1.58(transitive)
- Removed@syncfusion/ej2-notifications@27.1.50(transitive)
- Removed@syncfusion/ej2-pdf-export@27.1.51(transitive)
- Removed@syncfusion/ej2-popups@27.1.58(transitive)
- Removed@syncfusion/ej2-splitbuttons@27.1.56(transitive)
Updated@syncfusion/ej2-base@~27.2.2
Updated@syncfusion/ej2-data@~27.2.2