@syncfusion/ej2-filemanager 23.1.39 → 23.1.43

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 : 23.1.39
3
+ * version : 23.1.43
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.38",
3
+ "_id": "@syncfusion/ej2-filemanager@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-4h9A+wh9kuWJbLyPDrrRsiNTOUr4bJvrRfYwrFQxWT7o4tjJbkTvtrFUWoroJpDalEP3/m5ItZzHsxAY3yXimw==",
5
+ "_integrity": "sha512-osm5GAz6wW1NHuHebPTRex6IewzDUskrE+6o/r8lJHQX4F52YS3P5LxdlRB8k8ZgX5Ew51ynsWP7BRQ8rAMiqg==",
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-23.1.38.tgz",
29
- "_shasum": "a21445eb9aa5c797234ef74a59f80b70dc78991d",
28
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-filemanager/-/ej2-filemanager-23.1.40.tgz",
29
+ "_shasum": "44b41cb5cc183e5cd86ecc8db8aa7b8cf3406ad3",
30
30
  "_spec": "@syncfusion/ej2-filemanager@*",
31
31
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
32
32
  "author": {
@@ -37,16 +37,16 @@
37
37
  },
38
38
  "bundleDependencies": false,
39
39
  "dependencies": {
40
- "@syncfusion/ej2-base": "~23.1.38",
41
- "@syncfusion/ej2-buttons": "~23.1.39",
42
- "@syncfusion/ej2-data": "~23.1.36",
43
- "@syncfusion/ej2-grids": "~23.1.39",
44
- "@syncfusion/ej2-inputs": "~23.1.38",
40
+ "@syncfusion/ej2-base": "~23.1.41",
41
+ "@syncfusion/ej2-buttons": "~23.1.43",
42
+ "@syncfusion/ej2-data": "~23.1.43",
43
+ "@syncfusion/ej2-grids": "~23.1.43",
44
+ "@syncfusion/ej2-inputs": "~23.1.43",
45
45
  "@syncfusion/ej2-layouts": "~23.1.36",
46
- "@syncfusion/ej2-lists": "~23.1.36",
47
- "@syncfusion/ej2-navigations": "~23.1.39",
48
- "@syncfusion/ej2-popups": "~23.1.38",
49
- "@syncfusion/ej2-splitbuttons": "~23.1.36"
46
+ "@syncfusion/ej2-lists": "~23.1.43",
47
+ "@syncfusion/ej2-navigations": "~23.1.43",
48
+ "@syncfusion/ej2-popups": "~23.1.43",
49
+ "@syncfusion/ej2-splitbuttons": "~23.1.43"
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": "23.1.39",
79
+ "version": "23.1.43",
80
80
  "sideEffects": false
81
81
  }
@@ -261,7 +261,7 @@ parent, data, fn, event, operation, targetPath) {
261
261
  setValue('location', location_1, result.details);
262
262
  }
263
263
  fn(parent, result, event, operation, targetPath);
264
- if (!isNOU(result.files) && (event === 'path-changed' || event === 'finalize-end' || event === 'open-end')) {
264
+ if (!isNOU(result.files) && (event === 'path-changed' || event === 'finalize-end' || event === 'open-end' || event === 'drop-path')) {
265
265
  parent.notify(events.searchTextChange, result);
266
266
  }
267
267
  if (typeof getValue('onSuccess', beforeSendArgs.ajaxSettings) === 'function') {
@@ -429,15 +429,15 @@ function renameSuccess(parent, result, path) {
429
429
  var args = { action: 'rename', result: result };
430
430
  parent.trigger('success', args);
431
431
  parent.renamedItem = Array.isArray(result.files) ? result.files[0] : result.files;
432
- if (getValue('filterPath', parent.renamedItem) === getValue('filterPath', parent.itemData[0]) && parent.pathNames.length > 1) {
433
- parent.pathNames[parent.pathNames.length - 1] = parent.renameText;
434
- }
435
432
  if (parent.activeModule === 'navigationpane') {
436
433
  parent.pathId.pop();
437
434
  parent.itemData = [getValue(parent.pathId[parent.pathId.length - 1], parent.feParent)];
438
435
  read(parent, events.renameEndParent, getValue('filterPath', parent.renamedItem).replace(/\\/g, '/'));
439
436
  parent.itemData[0] = parent.renamedItem;
440
437
  read(parent, events.pathChanged, parent.path === '/' ? parent.path : getValue('filterPath', parent.renamedItem).replace(/\\/g, '/') + parent.renamedItem.name + '/');
438
+ if (getValue('filterPath', parent.renamedItem) === getValue('filterPath', parent.itemData[0]) && parent.pathNames.length > 1) {
439
+ parent.pathNames[parent.pathNames.length - 1] = parent.renameText;
440
+ }
441
441
  }
442
442
  else {
443
443
  parent.itemData = [getPathObject(parent)];
@@ -368,6 +368,7 @@ var LargeIconsView = /** @class */ (function () {
368
368
  this.selectItems([getValue(this.parent.hasId ? 'id' : 'name', this.parent.createdItem)]);
369
369
  this.parent.createdItem = null;
370
370
  this.parent.largeiconsviewModule.element.focus();
371
+ this.parent.activeModule = 'largeiconsview';
371
372
  };
372
373
  LargeIconsView.prototype.onSelectedData = function () {
373
374
  if (this.parent.activeModule === 'largeiconsview') {
@@ -410,6 +410,8 @@ ejs-filemanager {
410
410
  }
411
411
  .e-filemanager .e-grid .e-gridheader .e-headercell {
412
412
  height: 32px;
413
+ padding: 5px 8px;
414
+ line-height: 16px;
413
415
  }
414
416
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
415
417
  margin-right: 0;
@@ -439,6 +441,8 @@ ejs-filemanager {
439
441
  .e-filemanager .e-grid .e-content .e-rowcell {
440
442
  border: 0;
441
443
  font-size: 12px;
444
+ padding: 10px 8px;
445
+ line-height: 16px;
442
446
  }
443
447
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
444
448
  box-shadow: 1px 0 0 1px #0074cc inset;
package/styles/fabric.css CHANGED
@@ -411,6 +411,8 @@ ejs-filemanager {
411
411
  }
412
412
  .e-filemanager .e-grid .e-gridheader .e-headercell {
413
413
  height: 32px;
414
+ padding: 5px 8px;
415
+ line-height: 16px;
414
416
  }
415
417
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
416
418
  margin-right: 0;
@@ -440,6 +442,8 @@ ejs-filemanager {
440
442
  .e-filemanager .e-grid .e-content .e-rowcell {
441
443
  border: 0;
442
444
  font-size: 12px;
445
+ padding: 10px 8px;
446
+ line-height: 16px;
443
447
  }
444
448
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
445
449
  box-shadow: 1px 0 0 1px #0078d6 inset;
@@ -418,6 +418,11 @@
418
418
  .e-rcursor {
419
419
  border: 0;
420
420
  }
421
+
422
+ @if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
423
+ padding: 5px 8px;
424
+ line-height: 16px;
425
+ }
421
426
  }
422
427
 
423
428
  @include visibility(hidden);
@@ -468,6 +473,11 @@
468
473
  line-height: 20px;
469
474
  }
470
475
  }
476
+
477
+ @if $fm-skin-name == 'fabric' or $fm-skin-name == 'fabric-dark' {
478
+ padding: 10px 8px;
479
+ line-height: 16px;
480
+ }
471
481
  }
472
482
 
473
483
  tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
@@ -410,6 +410,8 @@ ejs-filemanager {
410
410
  }
411
411
  .e-filemanager .e-grid .e-gridheader .e-headercell {
412
412
  height: 32px;
413
+ padding: 5px 8px;
414
+ line-height: 16px;
413
415
  }
414
416
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
415
417
  margin-right: 0;
@@ -439,6 +441,8 @@ ejs-filemanager {
439
441
  .e-filemanager .e-grid .e-content .e-rowcell {
440
442
  border: 0;
441
443
  font-size: 12px;
444
+ padding: 10px 8px;
445
+ line-height: 16px;
442
446
  }
443
447
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
444
448
  box-shadow: 1px 0 0 1px #0074cc inset;
@@ -411,6 +411,8 @@ ejs-filemanager {
411
411
  }
412
412
  .e-filemanager .e-grid .e-gridheader .e-headercell {
413
413
  height: 32px;
414
+ padding: 5px 8px;
415
+ line-height: 16px;
414
416
  }
415
417
  .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
416
418
  margin-right: 0;
@@ -440,6 +442,8 @@ ejs-filemanager {
440
442
  .e-filemanager .e-grid .e-content .e-rowcell {
441
443
  border: 0;
442
444
  font-size: 12px;
445
+ padding: 10px 8px;
446
+ line-height: 16px;
443
447
  }
444
448
  .e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
445
449
  box-shadow: 1px 0 0 1px #0078d6 inset;