@syncfusion/ej2-filemanager 34.1.29 → 34.1.33

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 (78) 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 +62 -31
  5. package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
  6. package/dist/es6/ej2-filemanager.es5.js +62 -31
  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 +9 -9
  12. package/src/file-manager/layout/details-view.js +39 -23
  13. package/src/file-manager/layout/large-icons-view.js +16 -6
  14. package/src/file-manager/pop-up/dialog.js +7 -2
  15. package/styles/bds-lite.css +5 -0
  16. package/styles/bds.css +5 -0
  17. package/styles/bootstrap-dark-lite.css +5 -0
  18. package/styles/bootstrap-dark.css +5 -0
  19. package/styles/bootstrap-lite.css +5 -0
  20. package/styles/bootstrap.css +5 -0
  21. package/styles/bootstrap4-lite.css +5 -0
  22. package/styles/bootstrap4.css +5 -0
  23. package/styles/bootstrap5-dark-lite.css +5 -0
  24. package/styles/bootstrap5-dark.css +5 -0
  25. package/styles/bootstrap5-lite.css +5 -0
  26. package/styles/bootstrap5.3-lite.css +5 -0
  27. package/styles/bootstrap5.3.css +5 -0
  28. package/styles/bootstrap5.css +5 -0
  29. package/styles/fabric-dark-lite.css +5 -0
  30. package/styles/fabric-dark.css +5 -0
  31. package/styles/fabric-lite.css +5 -0
  32. package/styles/fabric.css +5 -0
  33. package/styles/file-manager/_layout.scss +5 -0
  34. package/styles/file-manager/bds.css +5 -0
  35. package/styles/file-manager/bootstrap-dark.css +5 -0
  36. package/styles/file-manager/bootstrap.css +5 -0
  37. package/styles/file-manager/bootstrap4.css +5 -0
  38. package/styles/file-manager/bootstrap5-dark.css +5 -0
  39. package/styles/file-manager/bootstrap5.3.css +5 -0
  40. package/styles/file-manager/bootstrap5.css +5 -0
  41. package/styles/file-manager/fabric-dark.css +5 -0
  42. package/styles/file-manager/fabric.css +5 -0
  43. package/styles/file-manager/fluent-dark.css +5 -0
  44. package/styles/file-manager/fluent.css +5 -0
  45. package/styles/file-manager/fluent2.css +5 -0
  46. package/styles/file-manager/highcontrast-light.css +5 -0
  47. package/styles/file-manager/highcontrast.css +5 -0
  48. package/styles/file-manager/material-dark.css +5 -0
  49. package/styles/file-manager/material.css +5 -0
  50. package/styles/file-manager/material3-dark.css +5 -0
  51. package/styles/file-manager/material3.css +5 -0
  52. package/styles/file-manager/tailwind-dark.css +5 -0
  53. package/styles/file-manager/tailwind.css +5 -0
  54. package/styles/file-manager/tailwind3.css +5 -0
  55. package/styles/fluent-dark-lite.css +5 -0
  56. package/styles/fluent-dark.css +5 -0
  57. package/styles/fluent-lite.css +5 -0
  58. package/styles/fluent.css +5 -0
  59. package/styles/fluent2-lite.css +5 -0
  60. package/styles/fluent2.css +5 -0
  61. package/styles/highcontrast-light-lite.css +5 -0
  62. package/styles/highcontrast-light.css +5 -0
  63. package/styles/highcontrast-lite.css +5 -0
  64. package/styles/highcontrast.css +5 -0
  65. package/styles/material-dark-lite.css +5 -0
  66. package/styles/material-dark.css +5 -0
  67. package/styles/material-lite.css +5 -0
  68. package/styles/material.css +5 -0
  69. package/styles/material3-dark-lite.css +5 -0
  70. package/styles/material3-dark.css +5 -0
  71. package/styles/material3-lite.css +5 -0
  72. package/styles/material3.css +5 -0
  73. package/styles/tailwind-dark-lite.css +5 -0
  74. package/styles/tailwind-dark.css +5 -0
  75. package/styles/tailwind-lite.css +5 -0
  76. package/styles/tailwind.css +5 -0
  77. package/styles/tailwind3-lite.css +5 -0
  78. package/styles/tailwind3.css +5 -0
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 34.1.29
3
+ * version : 34.1.33
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-filemanager",
3
- "version": "34.1.29",
3
+ "version": "34.1.33",
4
4
  "description": "Essential JS 2 FileManager Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,16 +8,16 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-filemanager.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~34.1.29",
12
- "@syncfusion/ej2-buttons": "~34.1.29",
13
- "@syncfusion/ej2-data": "~34.1.29",
14
- "@syncfusion/ej2-grids": "~34.1.29",
15
- "@syncfusion/ej2-inputs": "~34.1.29",
11
+ "@syncfusion/ej2-base": "~34.1.30",
12
+ "@syncfusion/ej2-buttons": "~34.1.30",
13
+ "@syncfusion/ej2-data": "~34.1.32",
14
+ "@syncfusion/ej2-grids": "~34.1.33",
15
+ "@syncfusion/ej2-inputs": "~34.1.32",
16
16
  "@syncfusion/ej2-layouts": "~34.1.29",
17
- "@syncfusion/ej2-lists": "~34.1.29",
18
- "@syncfusion/ej2-navigations": "~34.1.29",
17
+ "@syncfusion/ej2-lists": "~34.1.30",
18
+ "@syncfusion/ej2-navigations": "~34.1.31",
19
19
  "@syncfusion/ej2-popups": "~34.1.29",
20
- "@syncfusion/ej2-splitbuttons": "~34.1.29"
20
+ "@syncfusion/ej2-splitbuttons": "~34.1.33"
21
21
  },
22
22
  "devDependencies": {},
23
23
  "keywords": [
@@ -1513,11 +1513,15 @@ var DetailsView = /** @class */ (function () {
1513
1513
  case 'enter':
1514
1514
  if (this.gridObj.selectedRowIndex === -1 && this.gridObj.allowSorting === true) {
1515
1515
  if (!e.target.classList.contains('e-fe-grid-icon')) {
1516
- var direction = !e.target.getElementsByClassName('e-ascending').length ? 'Ascending' : 'Descending';
1517
- var currentField = this.gridObj.getColumnByUid(e.target.querySelector('.e-headercelldiv').getAttribute('e-mappinguid')).field;
1518
- this.gridObj.sortColumn(currentField, direction);
1519
- if (!isNOU(this.getFocusedItem().nextSibling)) {
1520
- this.getFocusedItem().nextSibling.setAttribute('tabindex', '0');
1516
+ var headerDiv = e.target.querySelector('.e-headercelldiv');
1517
+ if (headerDiv) {
1518
+ var mappingUid = headerDiv.getAttribute('data-mappinguid');
1519
+ var direction = !e.target.getElementsByClassName('e-ascending').length ? 'Ascending' : 'Descending';
1520
+ var currentField = this.gridObj.getColumnByUid(mappingUid).field;
1521
+ this.gridObj.sortColumn(currentField, direction);
1522
+ if (!isNOU(this.getFocusedItem().nextSibling)) {
1523
+ this.getFocusedItem().nextSibling.setAttribute('tabindex', '0');
1524
+ }
1521
1525
  }
1522
1526
  }
1523
1527
  break;
@@ -1559,21 +1563,19 @@ var DetailsView = /** @class */ (function () {
1559
1563
  case 'ctrlHome':
1560
1564
  case 'tab':
1561
1565
  case 'shiftTab':
1562
- if (!isNOU(gridItems[0])) {
1563
- if (!this.parent.allowMultiSelection && e.action === 'ctrlHome') {
1564
- this.gridObj.selectRow(0);
1565
- }
1566
- else if (e.action === 'shiftTab') {
1567
- this.handleReverseTabNavigation(e);
1568
- }
1569
- else if (e.action === 'tab') {
1570
- this.isTabKeypressed = true;
1571
- this.addHeaderFocus(e);
1572
- this.isTabKeypressed = false;
1573
- }
1574
- else {
1575
- this.addHeaderFocus(e);
1576
- }
1566
+ if (!this.parent.allowMultiSelection && e.action === 'ctrlHome') {
1567
+ this.gridObj.selectRow(0);
1568
+ }
1569
+ else if (e.action === 'shiftTab') {
1570
+ this.handleReverseTabNavigation(e);
1571
+ }
1572
+ else if (e.action === 'tab') {
1573
+ this.isTabKeypressed = true;
1574
+ this.addHeaderFocus(e);
1575
+ this.isTabKeypressed = false;
1576
+ }
1577
+ else {
1578
+ this.addHeaderFocus(e);
1577
1579
  }
1578
1580
  break;
1579
1581
  case 'ctrlEnd':
@@ -1751,6 +1753,14 @@ var DetailsView = /** @class */ (function () {
1751
1753
  this.gridObj.selectRows(selRowIndeces);
1752
1754
  this.addFocus(lItem);
1753
1755
  }
1756
+ else if (e.action === 'space' && this.isSelected(selRowIndeces, focIndex)) {
1757
+ var indexToRemove = selRowIndeces.indexOf(focIndex);
1758
+ if (indexToRemove > -1) {
1759
+ selRowIndeces.splice(indexToRemove, 1);
1760
+ this.gridObj.selectRows(selRowIndeces);
1761
+ this.addFocus(focIndex);
1762
+ }
1763
+ }
1754
1764
  else if (e.action === 'shiftSpace') {
1755
1765
  this.gridObj.selectRow(selIndex);
1756
1766
  }
@@ -1991,9 +2001,11 @@ var DetailsView = /** @class */ (function () {
1991
2001
  nameFocus.setAttribute('tabindex', '0');
1992
2002
  nameFocus.focus();
1993
2003
  addClass([nameFocus], [CLS.FOCUS, CLS.FOCUSED]);
1994
- treeFocus.setAttribute('tabindex', '0');
1995
- if (treeFocus.tabIndex === 0 && nameFocus.tabIndex === 0) {
1996
- removeClass([treeFocus], [CLS.FOCUS, CLS.FOCUSED]);
2004
+ if (!isNOU(treeFocus)) {
2005
+ treeFocus.setAttribute('tabindex', '0');
2006
+ if (treeFocus.tabIndex === 0 && nameFocus.tabIndex === 0) {
2007
+ removeClass([treeFocus], [CLS.FOCUS, CLS.FOCUSED]);
2008
+ }
1997
2009
  }
1998
2010
  }
1999
2011
  };
@@ -2059,6 +2071,10 @@ var DetailsView = /** @class */ (function () {
2059
2071
  if (headers.length === 0) {
2060
2072
  return;
2061
2073
  }
2074
+ if (isNOU(focusedItem)) {
2075
+ this.moveFocusToHeader(headers[headers.length - 1]);
2076
+ return;
2077
+ }
2062
2078
  if (!isNOU(focusedItem) && focusedItem.classList.contains('e-rowcell')) {
2063
2079
  var row = focusedItem.parentElement;
2064
2080
  var cells = row ? Array.from(row.querySelectorAll('.e-rowcell:not(.e-gridchkbox)')) : [];
@@ -1311,12 +1311,22 @@ var LargeIconsView = /** @class */ (function () {
1311
1311
  }
1312
1312
  };
1313
1313
  LargeIconsView.prototype.spaceKey = function (fItem) {
1314
- if (!isNOU(fItem) && !fItem.classList.contains(CLS.ACTIVE)) {
1315
- var fileSelectionArgs = this.triggerSelection('select', fItem);
1316
- if (fileSelectionArgs.cancel !== true) {
1317
- this.addActive(fItem);
1318
- this.parent.notify(events.selectionChanged, {});
1319
- this.triggerSelect('select', fItem);
1314
+ if (!isNOU(fItem)) {
1315
+ if (!fItem.classList.contains(CLS.ACTIVE)) {
1316
+ var fileSelectionArgs = this.triggerSelection('select', fItem);
1317
+ if (fileSelectionArgs.cancel !== true) {
1318
+ this.addActive(fItem);
1319
+ this.parent.notify(events.selectionChanged, {});
1320
+ this.triggerSelect('select', fItem);
1321
+ }
1322
+ }
1323
+ else {
1324
+ var fileSelectionArgs = this.triggerSelection('unselect', fItem);
1325
+ if (fileSelectionArgs.cancel !== true) {
1326
+ this.removeActive(fItem);
1327
+ this.parent.notify(events.selectionChanged, {});
1328
+ this.triggerSelect('unselect', fItem);
1329
+ }
1320
1330
  }
1321
1331
  }
1322
1332
  };
@@ -460,6 +460,7 @@ function onFolderDialogOpen(parent) {
460
460
  createInput(ele, getLocaleText(parent, 'Content-NewFolder'));
461
461
  }
462
462
  ele.parentElement.nextElementSibling.innerHTML = '';
463
+ ele.setAttribute('aria-invalid', 'false');
463
464
  ele.oninput = function () {
464
465
  onValidate(parent, ele);
465
466
  };
@@ -484,6 +485,7 @@ function onRenameDialogOpen(parent) {
484
485
  createInput(inputEle, getLocaleText(parent, 'Content-Rename'));
485
486
  }
486
487
  inputEle.parentElement.nextElementSibling.innerHTML = '';
488
+ inputEle.setAttribute('aria-invalid', 'false');
487
489
  inputEle.oninput = function () {
488
490
  onValidate(parent, inputEle);
489
491
  };
@@ -563,7 +565,7 @@ function getOptions(parent, text, e, details) {
563
565
  case 'NewFolder':
564
566
  options.dialogName = 'Create Folder';
565
567
  options.header = getLocaleText(parent, 'Header-NewFolder');
566
- options.content = '<input type="text" value="New folder" id="newname"><div class="e-fe-error"></div>';
568
+ options.content = '<input type="text" value="New folder" id="newname" aria-invalid="false" aria-describedby="newname_error"><div id="newname_error" class="e-fe-error" role="alert"></div>';
567
569
  options.buttons = [
568
570
  {
569
571
  buttonModel: { isPrimary: true, content: getLocaleText(parent, 'Button-Create') },
@@ -606,7 +608,7 @@ function getOptions(parent, text, e, details) {
606
608
  case 'Rename':
607
609
  options.dialogName = 'Rename';
608
610
  options.header = getLocaleText(parent, 'Header-Rename');
609
- options.content = '<input type="text" class="e-input" id="rename"><div class="e-fe-error"></div>';
611
+ options.content = '<input type="text" class="e-input" id="rename" aria-invalid="false" aria-describedby="rename_error"><div id="rename_error" class="e-fe-error" role="alert"></div>';
610
612
  options.buttons = [
611
613
  {
612
614
  buttonModel: { isPrimary: true, content: getLocaleText(parent, 'Button-Save') },
@@ -860,9 +862,11 @@ function onValidate(parent, ele) {
860
862
  addInvalid(parent, ele);
861
863
  }
862
864
  else if (ele.value === '') {
865
+ ele.setAttribute('aria-invalid', 'true');
863
866
  ele.parentElement.nextElementSibling.innerHTML = getLocaleText(parent, 'Validation-Empty');
864
867
  }
865
868
  else {
869
+ ele.setAttribute('aria-invalid', 'false');
866
870
  ele.parentElement.nextElementSibling.innerHTML = '';
867
871
  }
868
872
  }
@@ -890,6 +894,7 @@ function onSubmitValidate(parent, ele) {
890
894
  */
891
895
  function addInvalid(parent, ele) {
892
896
  var error = getLocaleText(parent, 'Validation-Invalid').replace('{0}', '"' + ele.value + '"');
897
+ ele.setAttribute('aria-invalid', 'true');
893
898
  if (parent.enableHtmlSanitizer) {
894
899
  ele.parentElement.nextElementSibling.textContent = error;
895
900
  }
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
662
667
  display: inline-table;
663
668
  -webkit-transform: rotate(180deg);
package/styles/bds.css CHANGED
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
662
667
  display: inline-table;
663
668
  -webkit-transform: rotate(180deg);
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-treeview > .e-ul {
661
666
  padding: 0 8px 0 0;
662
667
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-treeview > .e-ul {
661
666
  padding: 0 8px 0 0;
662
667
  }
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -734,6 +734,11 @@ ejs-filemanager {
734
734
  text-align: center;
735
735
  top: 0;
736
736
  }
737
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
738
+ position: absolute;
739
+ right: -5px;
740
+ top: -5px;
741
+ }
737
742
  .e-filemanager.e-rtl .e-treeview > .e-ul {
738
743
  padding: 0 8px 0 0;
739
744
  }
@@ -734,6 +734,11 @@ ejs-filemanager {
734
734
  text-align: center;
735
735
  top: 0;
736
736
  }
737
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
738
+ position: absolute;
739
+ right: -5px;
740
+ top: -5px;
741
+ }
737
742
  .e-filemanager.e-rtl .e-treeview > .e-ul {
738
743
  padding: 0 8px 0 0;
739
744
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
package/styles/fabric.css CHANGED
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
@@ -978,6 +978,11 @@
978
978
  text-align: center;
979
979
  top: 0;
980
980
  }
981
+ .e-fe-count.e-fm-template {
982
+ position: absolute;
983
+ right: -5px;
984
+ top: -5px;
985
+ }
981
986
  }
982
987
 
983
988
  &.e-rtl {
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
662
667
  display: inline-table;
663
668
  -webkit-transform: rotate(180deg);
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-treeview > .e-ul {
661
666
  padding: 0 8px 0 0;
662
667
  }
@@ -660,6 +660,11 @@ ejs-filemanager {
660
660
  text-align: center;
661
661
  top: 0;
662
662
  }
663
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
664
+ position: absolute;
665
+ right: -5px;
666
+ top: -5px;
667
+ }
663
668
  .e-filemanager.e-rtl .e-treeview > .e-ul {
664
669
  padding: 0 8px 0 0;
665
670
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -734,6 +734,11 @@ ejs-filemanager {
734
734
  text-align: center;
735
735
  top: 0;
736
736
  }
737
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
738
+ position: absolute;
739
+ right: -5px;
740
+ top: -5px;
741
+ }
737
742
  .e-filemanager.e-rtl .e-treeview > .e-ul {
738
743
  padding: 0 8px 0 0;
739
744
  }
@@ -657,6 +657,11 @@ ejs-filemanager {
657
657
  text-align: center;
658
658
  top: 0;
659
659
  }
660
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
661
+ position: absolute;
662
+ right: -5px;
663
+ top: -5px;
664
+ }
660
665
  .e-filemanager.e-rtl .e-toolbar .e-fe-grid {
661
666
  display: inline-table;
662
667
  -webkit-transform: rotate(180deg);
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
@@ -658,6 +658,11 @@ ejs-filemanager {
658
658
  text-align: center;
659
659
  top: 0;
660
660
  }
661
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
662
+ position: absolute;
663
+ right: -5px;
664
+ top: -5px;
665
+ }
661
666
  .e-filemanager.e-rtl .e-treeview > .e-ul {
662
667
  padding: 0 8px 0 0;
663
668
  }
@@ -652,6 +652,11 @@ ejs-filemanager {
652
652
  text-align: center;
653
653
  top: 0;
654
654
  }
655
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
656
+ position: absolute;
657
+ right: -5px;
658
+ top: -5px;
659
+ }
655
660
  .e-filemanager.e-rtl .e-treeview > .e-ul {
656
661
  padding: 0 8px 0 0;
657
662
  }
@@ -652,6 +652,11 @@ ejs-filemanager {
652
652
  text-align: center;
653
653
  top: 0;
654
654
  }
655
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
656
+ position: absolute;
657
+ right: -5px;
658
+ top: -5px;
659
+ }
655
660
  .e-filemanager.e-rtl .e-treeview > .e-ul {
656
661
  padding: 0 8px 0 0;
657
662
  }
@@ -756,6 +756,11 @@ ejs-filemanager {
756
756
  text-align: center;
757
757
  top: 0;
758
758
  }
759
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
760
+ position: absolute;
761
+ right: -5px;
762
+ top: -5px;
763
+ }
759
764
  .e-filemanager.e-rtl .e-treeview > .e-ul {
760
765
  padding: 0 8px 0 0;
761
766
  }
@@ -656,6 +656,11 @@ ejs-filemanager {
656
656
  text-align: center;
657
657
  top: 0;
658
658
  }
659
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
660
+ position: absolute;
661
+ right: -5px;
662
+ top: -5px;
663
+ }
659
664
  .e-filemanager.e-rtl .e-treeview > .e-ul {
660
665
  padding: 0 8px 0 0;
661
666
  }
@@ -652,6 +652,11 @@ ejs-filemanager {
652
652
  text-align: center;
653
653
  top: 0;
654
654
  }
655
+ .e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
656
+ position: absolute;
657
+ right: -5px;
658
+ top: -5px;
659
+ }
655
660
  .e-filemanager.e-rtl .e-treeview > .e-ul {
656
661
  padding: 0 8px 0 0;
657
662
  }