@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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 22.1.38
3
+ * version : 22.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@22.1.36",
3
+ "_id": "@syncfusion/ej2-filemanager@22.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-SoWL37HOIqHFOmHZ5vJRJOpjDWkJ4CpVYOZYUzrWhmDTdBU70KdFU2J9pn8LOf1YGiIRw28oYB13ol7UBoJZiA==",
5
+ "_integrity": "sha512-w+1w5N5UP07w7zLTtS71f2cbPY4ildZtQroPREN8BzG+8VIcfTKLlIMFaixISoBkyCFdCL0J1MdgAhLVxIJthA==",
6
6
  "_location": "/@syncfusion/ej2-filemanager",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -25,8 +25,8 @@
25
25
  "/@syncfusion/ej2-richtexteditor",
26
26
  "/@syncfusion/ej2-vue-filemanager"
27
27
  ],
28
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-22.1.36.tgz",
29
- "_shasum": "38398966ad493ba2f7c224c31ee7c1c65caf60fc",
28
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-22.1.39.tgz",
29
+ "_shasum": "5669cb55e7c4e540aba85e4bd32ac48c0db46b9f",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
32
32
  "author": {
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
- "@syncfusion/ej2-base": "~22.1.38",
41
- "@syncfusion/ej2-buttons": "~22.1.38",
42
- "@syncfusion/ej2-data": "~22.1.38",
43
- "@syncfusion/ej2-grids": "~22.1.38",
44
- "@syncfusion/ej2-inputs": "~22.1.38",
45
- "@syncfusion/ej2-layouts": "~22.1.37",
46
- "@syncfusion/ej2-lists": "~22.1.34",
47
- "@syncfusion/ej2-navigations": "~22.1.38",
48
- "@syncfusion/ej2-popups": "~22.1.38",
49
- "@syncfusion/ej2-splitbuttons": "~22.1.37"
40
+ "@syncfusion/ej2-base": "~22.2.5",
41
+ "@syncfusion/ej2-buttons": "~22.2.5",
42
+ "@syncfusion/ej2-data": "~22.2.5",
43
+ "@syncfusion/ej2-grids": "~22.2.5",
44
+ "@syncfusion/ej2-inputs": "~22.2.5",
45
+ "@syncfusion/ej2-layouts": "~22.2.5",
46
+ "@syncfusion/ej2-lists": "~22.2.5",
47
+ "@syncfusion/ej2-navigations": "~22.2.5",
48
+ "@syncfusion/ej2-popups": "~22.2.5",
49
+ "@syncfusion/ej2-splitbuttons": "~22.2.5"
50
50
  },
51
51
  "deprecated": false,
52
52
  "description": "Essential JS 2 FileManager Component",
@@ -76,6 +76,6 @@
76
76
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "22.1.38",
79
+ "version": "22.2.5",
80
80
  "sideEffects": false
81
81
  }
@@ -888,7 +888,18 @@ var FileManager = /** @class */ (function (_super) {
888
888
  this.addCssClass(this.cssClass, null);
889
889
  removeClass([this.element], [CLS.RTL, CLS.MOBILE, CLS.CHECK_SELECT]);
890
890
  this.element.innerHTML = '';
891
+ this.breadCrumbBarNavigation = null;
892
+ this.activeElements = null;
893
+ this.virtualizationModule = null;
894
+ this.virtualDragElement = null;
895
+ this.visitedItem = null;
891
896
  _super.prototype.destroy.call(this);
897
+ this.navigationpaneModule = null;
898
+ this.toolbarModule = null;
899
+ this.contextmenuModule = null;
900
+ this.largeiconsviewModule = null;
901
+ this.detailsviewModule = null;
902
+ this.breadcrumbbarModule = null;
892
903
  };
893
904
  /**
894
905
  * Creates a new folder in file manager.
@@ -660,6 +660,8 @@ var LargeIconsView = /** @class */ (function () {
660
660
  if (this.listObj) {
661
661
  this.unWireEvents();
662
662
  }
663
+ this.startItem = null;
664
+ this.listElements = null;
663
665
  };
664
666
  LargeIconsView.prototype.wireEvents = function () {
665
667
  this.wireClickEvent(true);
@@ -503,6 +503,7 @@ var ContextMenu = /** @class */ (function () {
503
503
  }
504
504
  this.removeEventListener();
505
505
  this.contextMenu.destroy();
506
+ this.targetElement = null;
506
507
  };
507
508
  /* istanbul ignore next */
508
509
  ContextMenu.prototype.getItemData = function (data) {