@syncfusion/ej2-filemanager 26.1.40 → 26.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11055,7 +11055,9 @@ var DetailsView = /** @__PURE__ @class */ (function () {
11055
11055
  };
11056
11056
  DetailsView.prototype.onPathChanged = function (args) {
11057
11057
  this.parent.isCut = false;
11058
- if (this.parent.breadcrumbbarModule.searchObj.element.value.trim() === '' && this.gridObj) {
11058
+ var pathField = this.parent.detailsViewSettings.columns.find(function (column) { return column.field === 'filterPath'; });
11059
+ if ((this.parent.breadcrumbbarModule.searchObj.element.value.trim() === '' && this.gridObj) ||
11060
+ (!isNullOrUndefined(pathField) && !isNullOrUndefined(pathField.hideAtMedia) && pathField.hideAtMedia !== '')) {
11059
11061
  this.parent.searchedItems = [];
11060
11062
  if (!this.parent.isFiltered) {
11061
11063
  this.removePathColumn(false);