@syncfusion/ej2-filemanager 22.2.5 → 22.2.12

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.2.5
3
+ * version : 22.2.12
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.39",
3
+ "_id": "@syncfusion/ej2-filemanager@22.2.10",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-w+1w5N5UP07w7zLTtS71f2cbPY4ildZtQroPREN8BzG+8VIcfTKLlIMFaixISoBkyCFdCL0J1MdgAhLVxIJthA==",
5
+ "_integrity": "sha512-93ga+Z7ugOFIrtBkfHE1B+XyhzKgjLlZHdmHUVGpvKYeLnmoHTslyArB0f91sPxd2E33oW35hqFO3SmaWwV5Tg==",
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.39.tgz",
29
- "_shasum": "5669cb55e7c4e540aba85e4bd32ac48c0db46b9f",
28
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-22.2.10.tgz",
29
+ "_shasum": "d23d29c3efa7ceddd57180143f44cd00621d3736",
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.2.5",
41
- "@syncfusion/ej2-buttons": "~22.2.5",
40
+ "@syncfusion/ej2-base": "~22.2.12",
41
+ "@syncfusion/ej2-buttons": "~22.2.9",
42
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"
43
+ "@syncfusion/ej2-grids": "~22.2.12",
44
+ "@syncfusion/ej2-inputs": "~22.2.12",
45
+ "@syncfusion/ej2-layouts": "~22.2.9",
46
+ "@syncfusion/ej2-lists": "~22.2.11",
47
+ "@syncfusion/ej2-navigations": "~22.2.11",
48
+ "@syncfusion/ej2-popups": "~22.2.11",
49
+ "@syncfusion/ej2-splitbuttons": "~22.2.8"
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.2.5",
79
+ "version": "22.2.12",
80
80
  "sideEffects": false
81
81
  }
@@ -730,7 +730,7 @@ var DetailsView = /** @class */ (function () {
730
730
  var columnData = JSON.parse(JSON.stringify(this.gridObj.columns));
731
731
  if (columnData[len - 1].field && (columnData[len - 1].field === 'filterPath')) {
732
732
  /* istanbul ignore next */
733
- if (this.gridObj.sortSettings.columns[0].field === 'filterPath') {
733
+ if (!isNullOrUndefined(this.gridObj.sortSettings.columns[0]) && this.gridObj.sortSettings.columns[0].field === 'filterPath') {
734
734
  if (this.parent.sortOrder !== 'None') {
735
735
  this.gridObj.sortColumn('name', this.parent.sortOrder);
736
736
  }
@@ -1179,10 +1179,6 @@ var DetailsView = /** @class */ (function () {
1179
1179
  }
1180
1180
  this.parent.visitedItem = args.row;
1181
1181
  if ((!this.parent.enableVirtualization) || (!args.isHeaderCheckboxClicked)) {
1182
- if (this.parent.allowMultiSelection && !isNOU(item) && !isNOU(item.querySelector('.e-checkselect'))) {
1183
- var checkItem = item.querySelector('.e-checkselect');
1184
- checkItem.focus();
1185
- }
1186
1182
  this.addFocus(this.gridObj.selectedRowIndex);
1187
1183
  }
1188
1184
  if (!this.parent.isLayoutChange) {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {
@@ -1,4 +1,4 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
1
+ @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
2
  /* stylelint-disable property-no-vendor-prefix */
3
3
  @keyframes e-input-ripple {
4
4
  100% {