@syncfusion/ej2-filemanager 30.1.37 → 30.1.39

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.
Files changed (148) hide show
  1. package/dist/ej2-filemanager.min.js +2 -2
  2. package/dist/ej2-filemanager.umd.min.js +2 -2
  3. package/dist/ej2-filemanager.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-filemanager.es2015.js +8 -3
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +7 -2
  7. package/dist/es6/ej2-filemanager.es5.js.map +1 -1
  8. package/dist/global/ej2-filemanager.min.js +2 -2
  9. package/dist/global/ej2-filemanager.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +17 -52
  12. package/src/file-manager/common/utility.js +3 -0
  13. package/src/file-manager/layout/navigation-pane.js +4 -2
  14. package/styles/bds-lite.css +11 -12
  15. package/styles/bds.css +11 -12
  16. package/styles/bootstrap-dark-lite.css +11 -12
  17. package/styles/bootstrap-dark.css +11 -12
  18. package/styles/bootstrap-lite.css +11 -12
  19. package/styles/bootstrap.css +11 -12
  20. package/styles/bootstrap4-lite.css +11 -12
  21. package/styles/bootstrap4.css +11 -12
  22. package/styles/bootstrap5-dark-lite.css +11 -12
  23. package/styles/bootstrap5-dark.css +11 -12
  24. package/styles/bootstrap5-lite.css +11 -12
  25. package/styles/bootstrap5.3-lite.css +11 -12
  26. package/styles/bootstrap5.3.css +11 -12
  27. package/styles/bootstrap5.css +11 -12
  28. package/styles/fabric-dark-lite.css +11 -12
  29. package/styles/fabric-dark.css +11 -12
  30. package/styles/fabric-lite.css +11 -12
  31. package/styles/fabric.css +11 -12
  32. package/styles/file-manager/_layout.scss +7 -7
  33. package/styles/file-manager/bds.css +11 -12
  34. package/styles/file-manager/bootstrap-dark.css +11 -12
  35. package/styles/file-manager/bootstrap.css +11 -12
  36. package/styles/file-manager/bootstrap4.css +11 -12
  37. package/styles/file-manager/bootstrap5-dark.css +11 -12
  38. package/styles/file-manager/bootstrap5.3.css +11 -12
  39. package/styles/file-manager/bootstrap5.css +11 -12
  40. package/styles/file-manager/fabric-dark.css +11 -12
  41. package/styles/file-manager/fabric.css +11 -12
  42. package/styles/file-manager/fluent-dark.css +11 -12
  43. package/styles/file-manager/fluent.css +11 -12
  44. package/styles/file-manager/fluent2.css +11 -12
  45. package/styles/file-manager/highcontrast-light.css +11 -12
  46. package/styles/file-manager/highcontrast.css +11 -12
  47. package/styles/file-manager/material-dark.css +11 -12
  48. package/styles/file-manager/material.css +11 -12
  49. package/styles/file-manager/material3-dark.css +11 -12
  50. package/styles/file-manager/material3.css +11 -12
  51. package/styles/file-manager/tailwind-dark.css +11 -12
  52. package/styles/file-manager/tailwind.css +11 -12
  53. package/styles/file-manager/tailwind3.css +11 -12
  54. package/styles/fluent-dark-lite.css +11 -12
  55. package/styles/fluent-dark.css +11 -12
  56. package/styles/fluent-lite.css +11 -12
  57. package/styles/fluent.css +11 -12
  58. package/styles/fluent2-lite.css +11 -12
  59. package/styles/fluent2.css +11 -12
  60. package/styles/highcontrast-light-lite.css +11 -12
  61. package/styles/highcontrast-light.css +11 -12
  62. package/styles/highcontrast-lite.css +11 -12
  63. package/styles/highcontrast.css +11 -12
  64. package/styles/material-dark-lite.css +11 -12
  65. package/styles/material-dark.css +11 -12
  66. package/styles/material-lite.css +11 -12
  67. package/styles/material.css +11 -12
  68. package/styles/material3-dark-lite.css +11 -12
  69. package/styles/material3-dark.css +11 -12
  70. package/styles/material3-lite.css +11 -12
  71. package/styles/material3.css +11 -12
  72. package/styles/tailwind-dark-lite.css +11 -12
  73. package/styles/tailwind-dark.css +11 -12
  74. package/styles/tailwind-lite.css +11 -12
  75. package/styles/tailwind.css +11 -12
  76. package/styles/tailwind3-lite.css +11 -12
  77. package/styles/tailwind3.css +11 -12
  78. package/dist/ts/file-manager/actions/breadcrumb-bar.d.ts +0 -60
  79. package/dist/ts/file-manager/actions/breadcrumb-bar.ts +0 -423
  80. package/dist/ts/file-manager/actions/index.d.ts +0 -6
  81. package/dist/ts/file-manager/actions/index.ts +0 -6
  82. package/dist/ts/file-manager/actions/toolbar.d.ts +0 -54
  83. package/dist/ts/file-manager/actions/toolbar.ts +0 -609
  84. package/dist/ts/file-manager/actions/virtualization.d.ts +0 -93
  85. package/dist/ts/file-manager/actions/virtualization.ts +0 -324
  86. package/dist/ts/file-manager/base/classes.d.ts +0 -224
  87. package/dist/ts/file-manager/base/classes.ts +0 -225
  88. package/dist/ts/file-manager/base/constant.d.ts +0 -136
  89. package/dist/ts/file-manager/base/constant.ts +0 -137
  90. package/dist/ts/file-manager/base/file-manager-model.d.ts +0 -520
  91. package/dist/ts/file-manager/base/file-manager.d.ts +0 -867
  92. package/dist/ts/file-manager/base/file-manager.ts +0 -2061
  93. package/dist/ts/file-manager/base/index.d.ts +0 -8
  94. package/dist/ts/file-manager/base/index.ts +0 -8
  95. package/dist/ts/file-manager/base/interface.d.ts +0 -952
  96. package/dist/ts/file-manager/base/interface.ts +0 -931
  97. package/dist/ts/file-manager/common/index.d.ts +0 -5
  98. package/dist/ts/file-manager/common/index.ts +0 -5
  99. package/dist/ts/file-manager/common/operations.d.ts +0 -122
  100. package/dist/ts/file-manager/common/operations.ts +0 -1369
  101. package/dist/ts/file-manager/common/utility.d.ts +0 -644
  102. package/dist/ts/file-manager/common/utility.ts +0 -1728
  103. package/dist/ts/file-manager/index.d.ts +0 -9
  104. package/dist/ts/file-manager/index.ts +0 -9
  105. package/dist/ts/file-manager/layout/details-view.d.ts +0 -152
  106. package/dist/ts/file-manager/layout/details-view.ts +0 -1990
  107. package/dist/ts/file-manager/layout/index.d.ts +0 -6
  108. package/dist/ts/file-manager/layout/index.ts +0 -6
  109. package/dist/ts/file-manager/layout/large-icons-view.d.ts +0 -157
  110. package/dist/ts/file-manager/layout/large-icons-view.ts +0 -1684
  111. package/dist/ts/file-manager/layout/navigation-pane.d.ts +0 -104
  112. package/dist/ts/file-manager/layout/navigation-pane.ts +0 -919
  113. package/dist/ts/file-manager/models/ajax-settings-model.d.ts +0 -36
  114. package/dist/ts/file-manager/models/ajax-settings.d.ts +0 -30
  115. package/dist/ts/file-manager/models/ajax-settings.ts +0 -39
  116. package/dist/ts/file-manager/models/column-model.d.ts +0 -155
  117. package/dist/ts/file-manager/models/column.d.ts +0 -179
  118. package/dist/ts/file-manager/models/column.ts +0 -216
  119. package/dist/ts/file-manager/models/contextMenu-settings-model.d.ts +0 -36
  120. package/dist/ts/file-manager/models/contextMenu-settings.d.ts +0 -33
  121. package/dist/ts/file-manager/models/contextMenu-settings.ts +0 -44
  122. package/dist/ts/file-manager/models/default-locale.d.ts +0 -4
  123. package/dist/ts/file-manager/models/default-locale.ts +0 -101
  124. package/dist/ts/file-manager/models/details-view-settings-model.d.ts +0 -30
  125. package/dist/ts/file-manager/models/details-view-settings.d.ts +0 -31
  126. package/dist/ts/file-manager/models/details-view-settings.ts +0 -54
  127. package/dist/ts/file-manager/models/index.d.ts +0 -19
  128. package/dist/ts/file-manager/models/index.ts +0 -19
  129. package/dist/ts/file-manager/models/navigation-pane-settings-model.d.ts +0 -40
  130. package/dist/ts/file-manager/models/navigation-pane-settings.d.ts +0 -34
  131. package/dist/ts/file-manager/models/navigation-pane-settings.ts +0 -42
  132. package/dist/ts/file-manager/models/search-settings-model.d.ts +0 -42
  133. package/dist/ts/file-manager/models/search-settings.d.ts +0 -44
  134. package/dist/ts/file-manager/models/search-settings.ts +0 -53
  135. package/dist/ts/file-manager/models/toolbar-settings-model.d.ts +0 -197
  136. package/dist/ts/file-manager/models/toolbar-settings.d.ts +0 -174
  137. package/dist/ts/file-manager/models/toolbar-settings.ts +0 -198
  138. package/dist/ts/file-manager/models/upload-settings-model.d.ts +0 -70
  139. package/dist/ts/file-manager/models/upload-settings.d.ts +0 -61
  140. package/dist/ts/file-manager/models/upload-settings.ts +0 -75
  141. package/dist/ts/file-manager/pop-up/context-menu.d.ts +0 -64
  142. package/dist/ts/file-manager/pop-up/context-menu.ts +0 -693
  143. package/dist/ts/file-manager/pop-up/dialog.d.ts +0 -31
  144. package/dist/ts/file-manager/pop-up/dialog.ts +0 -1009
  145. package/dist/ts/file-manager/pop-up/index.d.ts +0 -5
  146. package/dist/ts/file-manager/pop-up/index.ts +0 -5
  147. package/dist/ts/index.d.ts +0 -4
  148. package/dist/ts/index.ts +0 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 30.1.37
3
+ * version : 30.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. 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,56 +1,25 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-filemanager@*",
3
- "_id": "@syncfusion/ej2-filemanager@18.29.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-m+dTRx6v4/UxMRkeGpTrb+MkOh3/4GRzAeQzb3lNgJBKYqUPT2rntcsowQu6G040eYFLdwcpubRZzRcb4NttDg==",
6
- "_location": "/@syncfusion/ej2-filemanager",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-filemanager@*",
12
- "name": "@syncfusion/ej2-filemanager",
13
- "escapedName": "@syncfusion%2fej2-filemanager",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2-angular-filemanager",
22
- "/@syncfusion/ej2-react-filemanager",
23
- "/@syncfusion/ej2-richtexteditor",
24
- "/@syncfusion/ej2-vue-filemanager"
25
- ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-filemanager/-/ej2-filemanager-18.29.0.tgz",
27
- "_shasum": "2d7974f000a566a7fa4ed02ab2a9083550b03515",
28
- "_spec": "@syncfusion/ej2-filemanager@*",
29
- "_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
30
- "author": {
31
- "name": "Syncfusion Inc."
32
- },
33
- "bugs": {
34
- "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
35
- },
36
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-filemanager",
3
+ "version": "30.1.39",
4
+ "description": "Essential JS 2 FileManager Component",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "main": "./dist/ej2-filemanager.umd.min.js",
8
+ "module": "./index.js",
9
+ "es2015": "./dist/es6/ej2-filemanager.es5.js",
37
10
  "dependencies": {
38
- "@syncfusion/ej2-base": "~30.1.37",
11
+ "@syncfusion/ej2-base": "~30.1.38",
39
12
  "@syncfusion/ej2-buttons": "~30.1.37",
40
- "@syncfusion/ej2-data": "~30.1.37",
41
- "@syncfusion/ej2-grids": "~30.1.37",
42
- "@syncfusion/ej2-inputs": "~30.1.37",
13
+ "@syncfusion/ej2-data": "~30.1.38",
14
+ "@syncfusion/ej2-grids": "~30.1.39",
15
+ "@syncfusion/ej2-inputs": "~30.1.38",
43
16
  "@syncfusion/ej2-layouts": "~30.1.37",
44
17
  "@syncfusion/ej2-lists": "~30.1.37",
45
- "@syncfusion/ej2-navigations": "~30.1.37",
18
+ "@syncfusion/ej2-navigations": "~30.1.39",
46
19
  "@syncfusion/ej2-popups": "~30.1.37",
47
- "@syncfusion/ej2-splitbuttons": "~30.1.37"
20
+ "@syncfusion/ej2-splitbuttons": "~30.1.39"
48
21
  },
49
- "deprecated": false,
50
- "description": "Essential JS 2 FileManager Component",
51
22
  "devDependencies": {},
52
- "es2015": "./dist/es6/ej2-filemanager.es5.js",
53
- "homepage": "https://www.syncfusion.com/javascript-ui-controls",
54
23
  "keywords": [
55
24
  "ej2",
56
25
  "syncfusion",
@@ -65,15 +34,11 @@
65
34
  "file selector",
66
35
  "directory viewer"
67
36
  ],
68
- "license": "SEE LICENSE IN license",
69
- "main": "./dist/ej2-filemanager.umd.min.js",
70
- "module": "./index.js",
71
- "name": "@syncfusion/ej2-filemanager",
72
37
  "repository": {
73
38
  "type": "git",
74
- "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
39
+ "url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
75
40
  },
76
41
  "typings": "index.d.ts",
77
- "version": "30.1.37",
78
- "sideEffects": false
42
+ "sideEffects": false,
43
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls"
79
44
  }
@@ -1036,6 +1036,9 @@ export function getParentPath(oldPath) {
1036
1036
  export function getDirectoryPath(parent, args) {
1037
1037
  var filePath = getValue(parent.hasId ? 'id' : 'name', args.cwd) + '/';
1038
1038
  var fPath = getValue(parent.hasId && !isNullOrUndefined(parent.ajaxSettings.url) ? 'filterId' : 'filterPath', args.cwd);
1039
+ if (!isNOU(fPath) && isFileSystemData(parent) && fPath !== '' && fPath !== '\\') {
1040
+ fPath = '\\' + args.cwd.parentId + '\\';
1041
+ }
1039
1042
  if (!isNOU(fPath)) {
1040
1043
  if (fPath === '') {
1041
1044
  return '/';
@@ -195,6 +195,7 @@ var NavigationPane = /** @class */ (function () {
195
195
  this.parent.activeModule = 'navigationpane';
196
196
  var nodeData = this.getTreeData(getValue('id', args.nodeData));
197
197
  if (args.node.getAttribute('data-uid') !== this.parent.pathId[this.parent.pathId.length - 1] && !this.isRightClick && !this.isNodeClickCalled || this.isSameNodeClicked || this.isPathDragged) {
198
+ this.isSameNodeClicked = false;
198
199
  this.isNodeClickCalled = false;
199
200
  if (!this.isSameNodeClicked) {
200
201
  this.isSameNodeClicked = true;
@@ -216,7 +217,6 @@ var NavigationPane = /** @class */ (function () {
216
217
  }
217
218
  }
218
219
  else if (this.previousSelected[0] !== args.node.getAttribute('data-uid')) {
219
- this.isSameNodeClicked = true;
220
220
  var selecEventArgs = { action: args.action, fileDetails: nodeData[0], isInteracted: this.isNodeClickCalled };
221
221
  this.parent.trigger('fileSelect', selecEventArgs);
222
222
  }
@@ -270,7 +270,6 @@ var NavigationPane = /** @class */ (function () {
270
270
  if (previousPath !== this.parent.path) {
271
271
  if (!this.isRightClick && this.isSameNodeClicked) {
272
272
  read(this.parent, this.isPathDragged ? events.pasteEnd : events.pathChanged, this.parent.path);
273
- this.isNodeClickCalled = true;
274
273
  }
275
274
  this.parent.visitedItem = args.node;
276
275
  }
@@ -647,6 +646,9 @@ var NavigationPane = /** @class */ (function () {
647
646
  }
648
647
  this.moveNames = [];
649
648
  var obj = this.parent.isDragDrop ? this.parent.dragData : this.parent.actionRecords;
649
+ if (!obj || !Array.isArray(obj)) {
650
+ return;
651
+ }
650
652
  for (var i = 0; i < obj.length; i++) {
651
653
  if (getValue('isFile', obj[i]) === false) {
652
654
  this.moveNames.push(getValue('_fm_id', obj[i]));
@@ -1014,6 +1014,17 @@ ejs-filemanager {
1014
1014
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
1015
1015
  visibility: visible;
1016
1016
  }
1017
+ .e-filemanager .e-fm-view-container {
1018
+ display: -webkit-box;
1019
+ display: -ms-flexbox;
1020
+ display: flex;
1021
+ width: 100%;
1022
+ -webkit-box-orient: vertical;
1023
+ -webkit-box-direction: normal;
1024
+ -ms-flex-direction: column;
1025
+ flex-direction: column;
1026
+ height: 100%;
1027
+ }
1017
1028
 
1018
1029
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
1019
1030
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -1153,18 +1164,6 @@ ejs-filemanager {
1153
1164
  visibility: hidden;
1154
1165
  }
1155
1166
 
1156
- .e-fm-view-container {
1157
- display: -webkit-box;
1158
- display: -ms-flexbox;
1159
- display: flex;
1160
- width: 100%;
1161
- -webkit-box-orient: vertical;
1162
- -webkit-box-direction: normal;
1163
- -ms-flex-direction: column;
1164
- flex-direction: column;
1165
- height: 100%;
1166
- }
1167
-
1168
1167
  .e-filemanager .e-empty-state-container {
1169
1168
  display: -webkit-box;
1170
1169
  display: -ms-flexbox;
package/styles/bds.css CHANGED
@@ -1014,6 +1014,17 @@ ejs-filemanager {
1014
1014
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
1015
1015
  visibility: visible;
1016
1016
  }
1017
+ .e-filemanager .e-fm-view-container {
1018
+ display: -webkit-box;
1019
+ display: -ms-flexbox;
1020
+ display: flex;
1021
+ width: 100%;
1022
+ -webkit-box-orient: vertical;
1023
+ -webkit-box-direction: normal;
1024
+ -ms-flex-direction: column;
1025
+ flex-direction: column;
1026
+ height: 100%;
1027
+ }
1017
1028
 
1018
1029
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
1019
1030
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -1153,18 +1164,6 @@ ejs-filemanager {
1153
1164
  visibility: hidden;
1154
1165
  }
1155
1166
 
1156
- .e-fm-view-container {
1157
- display: -webkit-box;
1158
- display: -ms-flexbox;
1159
- display: flex;
1160
- width: 100%;
1161
- -webkit-box-orient: vertical;
1162
- -webkit-box-direction: normal;
1163
- -ms-flex-direction: column;
1164
- flex-direction: column;
1165
- height: 100%;
1166
- }
1167
-
1168
1167
  .e-filemanager .e-empty-state-container {
1169
1168
  display: -webkit-box;
1170
1169
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -793,6 +793,17 @@ ejs-filemanager {
793
793
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
794
794
  visibility: visible;
795
795
  }
796
+ .e-filemanager .e-fm-view-container {
797
+ display: -webkit-box;
798
+ display: -ms-flexbox;
799
+ display: flex;
800
+ width: 100%;
801
+ -webkit-box-orient: vertical;
802
+ -webkit-box-direction: normal;
803
+ -ms-flex-direction: column;
804
+ flex-direction: column;
805
+ height: 100%;
806
+ }
796
807
 
797
808
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
798
809
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -923,18 +934,6 @@ ejs-filemanager {
923
934
  visibility: hidden;
924
935
  }
925
936
 
926
- .e-fm-view-container {
927
- display: -webkit-box;
928
- display: -ms-flexbox;
929
- display: flex;
930
- width: 100%;
931
- -webkit-box-orient: vertical;
932
- -webkit-box-direction: normal;
933
- -ms-flex-direction: column;
934
- flex-direction: column;
935
- height: 100%;
936
- }
937
-
938
937
  .e-filemanager .e-empty-state-container {
939
938
  display: -webkit-box;
940
939
  display: -ms-flexbox;
@@ -786,6 +786,17 @@ ejs-filemanager {
786
786
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
787
787
  visibility: visible;
788
788
  }
789
+ .e-filemanager .e-fm-view-container {
790
+ display: -webkit-box;
791
+ display: -ms-flexbox;
792
+ display: flex;
793
+ width: 100%;
794
+ -webkit-box-orient: vertical;
795
+ -webkit-box-direction: normal;
796
+ -ms-flex-direction: column;
797
+ flex-direction: column;
798
+ height: 100%;
799
+ }
789
800
 
790
801
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
791
802
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -925,18 +936,6 @@ ejs-filemanager {
925
936
  visibility: hidden;
926
937
  }
927
938
 
928
- .e-fm-view-container {
929
- display: -webkit-box;
930
- display: -ms-flexbox;
931
- display: flex;
932
- width: 100%;
933
- -webkit-box-orient: vertical;
934
- -webkit-box-direction: normal;
935
- -ms-flex-direction: column;
936
- flex-direction: column;
937
- height: 100%;
938
- }
939
-
940
939
  .e-filemanager .e-empty-state-container {
941
940
  display: -webkit-box;
942
941
  display: -ms-flexbox;
@@ -786,6 +786,17 @@ ejs-filemanager {
786
786
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
787
787
  visibility: visible;
788
788
  }
789
+ .e-filemanager .e-fm-view-container {
790
+ display: -webkit-box;
791
+ display: -ms-flexbox;
792
+ display: flex;
793
+ width: 100%;
794
+ -webkit-box-orient: vertical;
795
+ -webkit-box-direction: normal;
796
+ -ms-flex-direction: column;
797
+ flex-direction: column;
798
+ height: 100%;
799
+ }
789
800
 
790
801
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
791
802
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -925,18 +936,6 @@ ejs-filemanager {
925
936
  visibility: hidden;
926
937
  }
927
938
 
928
- .e-fm-view-container {
929
- display: -webkit-box;
930
- display: -ms-flexbox;
931
- display: flex;
932
- width: 100%;
933
- -webkit-box-orient: vertical;
934
- -webkit-box-direction: normal;
935
- -ms-flex-direction: column;
936
- flex-direction: column;
937
- height: 100%;
938
- }
939
-
940
939
  .e-filemanager .e-empty-state-container {
941
940
  display: -webkit-box;
942
941
  display: -ms-flexbox;
@@ -786,6 +786,17 @@ ejs-filemanager {
786
786
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
787
787
  visibility: visible;
788
788
  }
789
+ .e-filemanager .e-fm-view-container {
790
+ display: -webkit-box;
791
+ display: -ms-flexbox;
792
+ display: flex;
793
+ width: 100%;
794
+ -webkit-box-orient: vertical;
795
+ -webkit-box-direction: normal;
796
+ -ms-flex-direction: column;
797
+ flex-direction: column;
798
+ height: 100%;
799
+ }
789
800
 
790
801
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
791
802
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -925,18 +936,6 @@ ejs-filemanager {
925
936
  visibility: hidden;
926
937
  }
927
938
 
928
- .e-fm-view-container {
929
- display: -webkit-box;
930
- display: -ms-flexbox;
931
- display: flex;
932
- width: 100%;
933
- -webkit-box-orient: vertical;
934
- -webkit-box-direction: normal;
935
- -ms-flex-direction: column;
936
- flex-direction: column;
937
- height: 100%;
938
- }
939
-
940
939
  .e-filemanager .e-empty-state-container {
941
940
  display: -webkit-box;
942
941
  display: -ms-flexbox;
@@ -784,6 +784,17 @@ ejs-filemanager {
784
784
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
785
785
  visibility: visible;
786
786
  }
787
+ .e-filemanager .e-fm-view-container {
788
+ display: -webkit-box;
789
+ display: -ms-flexbox;
790
+ display: flex;
791
+ width: 100%;
792
+ -webkit-box-orient: vertical;
793
+ -webkit-box-direction: normal;
794
+ -ms-flex-direction: column;
795
+ flex-direction: column;
796
+ height: 100%;
797
+ }
787
798
 
788
799
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
789
800
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -914,18 +925,6 @@ ejs-filemanager {
914
925
  visibility: hidden;
915
926
  }
916
927
 
917
- .e-fm-view-container {
918
- display: -webkit-box;
919
- display: -ms-flexbox;
920
- display: flex;
921
- width: 100%;
922
- -webkit-box-orient: vertical;
923
- -webkit-box-direction: normal;
924
- -ms-flex-direction: column;
925
- flex-direction: column;
926
- height: 100%;
927
- }
928
-
929
928
  .e-filemanager .e-empty-state-container {
930
929
  display: -webkit-box;
931
930
  display: -ms-flexbox;
@@ -784,6 +784,17 @@ ejs-filemanager {
784
784
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
785
785
  visibility: visible;
786
786
  }
787
+ .e-filemanager .e-fm-view-container {
788
+ display: -webkit-box;
789
+ display: -ms-flexbox;
790
+ display: flex;
791
+ width: 100%;
792
+ -webkit-box-orient: vertical;
793
+ -webkit-box-direction: normal;
794
+ -ms-flex-direction: column;
795
+ flex-direction: column;
796
+ height: 100%;
797
+ }
787
798
 
788
799
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
789
800
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -914,18 +925,6 @@ ejs-filemanager {
914
925
  visibility: hidden;
915
926
  }
916
927
 
917
- .e-fm-view-container {
918
- display: -webkit-box;
919
- display: -ms-flexbox;
920
- display: flex;
921
- width: 100%;
922
- -webkit-box-orient: vertical;
923
- -webkit-box-direction: normal;
924
- -ms-flex-direction: column;
925
- flex-direction: column;
926
- height: 100%;
927
- }
928
-
929
928
  .e-filemanager .e-empty-state-container {
930
929
  display: -webkit-box;
931
930
  display: -ms-flexbox;
@@ -786,6 +786,17 @@ ejs-filemanager {
786
786
  .e-filemanager .e-upload-drag-hover .e-fe-overlay {
787
787
  visibility: visible;
788
788
  }
789
+ .e-filemanager .e-fm-view-container {
790
+ display: -webkit-box;
791
+ display: -ms-flexbox;
792
+ display: flex;
793
+ width: 100%;
794
+ -webkit-box-orient: vertical;
795
+ -webkit-box-direction: normal;
796
+ -ms-flex-direction: column;
797
+ flex-direction: column;
798
+ height: 100%;
799
+ }
789
800
 
790
801
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
791
802
  .e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
@@ -925,18 +936,6 @@ ejs-filemanager {
925
936
  visibility: hidden;
926
937
  }
927
938
 
928
- .e-fm-view-container {
929
- display: -webkit-box;
930
- display: -ms-flexbox;
931
- display: flex;
932
- width: 100%;
933
- -webkit-box-orient: vertical;
934
- -webkit-box-direction: normal;
935
- -ms-flex-direction: column;
936
- flex-direction: column;
937
- height: 100%;
938
- }
939
-
940
939
  .e-filemanager .e-empty-state-container {
941
940
  display: -webkit-box;
942
941
  display: -ms-flexbox;