@syncfusion/ej2-filemanager 23.1.40 → 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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-filemanager.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +1 -0
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +1 -0
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -14
- package/src/file-manager/layout/large-icons-view.js +1 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/file-manager/_layout.scss +10 -0
- package/styles/file-manager/fabric-dark.css +4 -0
- package/styles/file-manager/fabric.css +4 -0
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version : 23.1.
|
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.
|
3
|
+
"_id": "@syncfusion/ej2-filemanager@23.1.40",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
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.
|
29
|
-
"_shasum": "
|
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.
|
41
|
-
"@syncfusion/ej2-buttons": "~23.1.
|
42
|
-
"@syncfusion/ej2-data": "~23.1.
|
43
|
-
"@syncfusion/ej2-grids": "~23.1.
|
44
|
-
"@syncfusion/ej2-inputs": "~23.1.
|
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.
|
47
|
-
"@syncfusion/ej2-navigations": "~23.1.
|
48
|
-
"@syncfusion/ej2-popups": "~23.1.
|
49
|
-
"@syncfusion/ej2-splitbuttons": "~23.1.
|
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.
|
79
|
+
"version": "23.1.43",
|
80
80
|
"sideEffects": false
|
81
81
|
}
|
@@ -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') {
|
package/styles/fabric-dark.css
CHANGED
@@ -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;
|