@syncfusion/ej2-filemanager 22.1.38 → 22.2.5

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.
@@ -4432,6 +4432,8 @@ class LargeIconsView {
4432
4432
  if (this.listObj) {
4433
4433
  this.unWireEvents();
4434
4434
  }
4435
+ this.startItem = null;
4436
+ this.listElements = null;
4435
4437
  }
4436
4438
  wireEvents() {
4437
4439
  this.wireClickEvent(true);
@@ -6278,6 +6280,7 @@ class ContextMenu$2 {
6278
6280
  }
6279
6281
  this.removeEventListener();
6280
6282
  this.contextMenu.destroy();
6283
+ this.targetElement = null;
6281
6284
  }
6282
6285
  /* istanbul ignore next */
6283
6286
  getItemData(data) {
@@ -7343,7 +7346,18 @@ let FileManager = FileManager_1 = class FileManager extends Component {
7343
7346
  this.addCssClass(this.cssClass, null);
7344
7347
  removeClass([this.element], [RTL, MOBILE, CHECK_SELECT]);
7345
7348
  this.element.innerHTML = '';
7349
+ this.breadCrumbBarNavigation = null;
7350
+ this.activeElements = null;
7351
+ this.virtualizationModule = null;
7352
+ this.virtualDragElement = null;
7353
+ this.visitedItem = null;
7346
7354
  super.destroy();
7355
+ this.navigationpaneModule = null;
7356
+ this.toolbarModule = null;
7357
+ this.contextmenuModule = null;
7358
+ this.largeiconsviewModule = null;
7359
+ this.detailsviewModule = null;
7360
+ this.breadcrumbbarModule = null;
7347
7361
  }
7348
7362
  /**
7349
7363
  * Creates a new folder in file manager.