@syncfusion/ej2-filemanager 29.2.10 → 30.1.38
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/.eslintrc.json +2 -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 +186 -21
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +186 -20
- 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 +11 -11
- package/src/file-manager/base/interface.d.ts +10 -0
- package/src/file-manager/common/operations.d.ts +18 -1
- package/src/file-manager/common/operations.js +59 -0
- package/src/file-manager/common/utility.d.ts +3 -3
- package/src/file-manager/common/utility.js +23 -6
- package/src/file-manager/layout/details-view.js +4 -3
- package/src/file-manager/layout/large-icons-view.d.ts +3 -0
- package/src/file-manager/layout/large-icons-view.js +67 -9
- package/src/file-manager/layout/navigation-pane.js +3 -0
- package/src/file-manager/pop-up/dialog.d.ts +3 -3
- package/src/file-manager/pop-up/dialog.js +34 -6
- package/styles/bds-lite.css +50 -1
- package/styles/bds.css +50 -1
- package/styles/bootstrap-dark-lite.css +50 -0
- package/styles/bootstrap-dark.css +50 -0
- package/styles/bootstrap-lite.css +50 -0
- package/styles/bootstrap.css +50 -0
- package/styles/bootstrap4-lite.css +50 -0
- package/styles/bootstrap4.css +50 -0
- package/styles/bootstrap5-dark-lite.css +50 -1
- package/styles/bootstrap5-dark.css +50 -1
- package/styles/bootstrap5-lite.css +50 -1
- package/styles/bootstrap5.3-lite.css +50 -0
- package/styles/bootstrap5.3.css +50 -0
- package/styles/bootstrap5.css +50 -1
- package/styles/fabric-dark-lite.css +50 -0
- package/styles/fabric-dark.css +50 -0
- package/styles/fabric-lite.css +50 -0
- package/styles/fabric.css +50 -0
- package/styles/file-manager/_bds-definition.scss +1 -0
- package/styles/file-manager/_bootstrap5-definition.scss +1 -0
- package/styles/file-manager/_layout.scss +46 -4
- package/styles/file-manager/_material3-definition.scss +2 -2
- package/styles/file-manager/_tailwind-definition.scss +1 -0
- package/styles/file-manager/_tailwind3-definition.scss +1 -0
- package/styles/file-manager/bds.css +50 -1
- package/styles/file-manager/bootstrap-dark.css +50 -0
- package/styles/file-manager/bootstrap.css +50 -0
- package/styles/file-manager/bootstrap4.css +50 -0
- package/styles/file-manager/bootstrap5-dark.css +50 -1
- package/styles/file-manager/bootstrap5.3.css +50 -0
- package/styles/file-manager/bootstrap5.css +50 -1
- package/styles/file-manager/fabric-dark.css +50 -0
- package/styles/file-manager/fabric.css +50 -0
- package/styles/file-manager/fluent-dark.css +50 -0
- package/styles/file-manager/fluent.css +50 -0
- package/styles/file-manager/fluent2.css +50 -0
- package/styles/file-manager/highcontrast-light.css +50 -0
- package/styles/file-manager/highcontrast.css +50 -0
- package/styles/file-manager/material-dark.css +50 -0
- package/styles/file-manager/material.css +50 -0
- package/styles/file-manager/material3-dark.css +52 -2
- package/styles/file-manager/material3.css +52 -2
- package/styles/file-manager/tailwind-dark.css +50 -1
- package/styles/file-manager/tailwind.css +50 -1
- package/styles/file-manager/tailwind3.css +50 -0
- package/styles/fluent-dark-lite.css +50 -0
- package/styles/fluent-dark.css +50 -0
- package/styles/fluent-lite.css +50 -0
- package/styles/fluent.css +50 -0
- package/styles/fluent2-lite.css +50 -0
- package/styles/fluent2.css +50 -0
- package/styles/highcontrast-light-lite.css +50 -0
- package/styles/highcontrast-light.css +50 -0
- package/styles/highcontrast-lite.css +50 -0
- package/styles/highcontrast.css +50 -0
- package/styles/material-dark-lite.css +50 -0
- package/styles/material-dark.css +50 -0
- package/styles/material-lite.css +50 -0
- package/styles/material.css +50 -0
- package/styles/material3-dark-lite.css +50 -0
- package/styles/material3-dark.css +52 -2
- package/styles/material3-lite.css +50 -0
- package/styles/material3.css +52 -2
- package/styles/tailwind-dark-lite.css +50 -1
- package/styles/tailwind-dark.css +50 -1
- package/styles/tailwind-lite.css +50 -1
- package/styles/tailwind.css +50 -1
- package/styles/tailwind3-lite.css +50 -0
- package/styles/tailwind3.css +50 -0
@@ -360,7 +360,6 @@ ejs-filemanager {
|
|
360
360
|
margin: 5px;
|
361
361
|
margin-right: 4px;
|
362
362
|
padding: 3px;
|
363
|
-
padding: 5px;
|
364
363
|
position: absolute;
|
365
364
|
z-index: 1;
|
366
365
|
}
|
@@ -621,6 +620,10 @@ ejs-filemanager {
|
|
621
620
|
position: relative;
|
622
621
|
vertical-align: bottom;
|
623
622
|
}
|
623
|
+
.e-filemanager .e-large-icons .image-blur {
|
624
|
+
-webkit-filter: blur(8px);
|
625
|
+
filter: blur(8px);
|
626
|
+
}
|
624
627
|
.e-filemanager .e-large-icons .e-list-text {
|
625
628
|
overflow: hidden;
|
626
629
|
text-overflow: ellipsis;
|
@@ -783,6 +786,17 @@ ejs-filemanager {
|
|
783
786
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
784
787
|
visibility: visible;
|
785
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
|
+
}
|
786
800
|
|
787
801
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
788
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,
|
@@ -898,6 +912,41 @@ ejs-filemanager {
|
|
898
912
|
width: 100%;
|
899
913
|
}
|
900
914
|
|
915
|
+
.e-filemanager-dialog {
|
916
|
+
z-index: 1005;
|
917
|
+
display: -webkit-box;
|
918
|
+
display: -ms-flexbox;
|
919
|
+
display: flex;
|
920
|
+
position: absolute;
|
921
|
+
}
|
922
|
+
|
923
|
+
.e-image-wrap-style {
|
924
|
+
height: 100%;
|
925
|
+
}
|
926
|
+
|
927
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
928
|
+
white-space: unset;
|
929
|
+
}
|
930
|
+
|
931
|
+
.e-large-icon-visible {
|
932
|
+
visibility: visible;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-large-icon-hidden {
|
936
|
+
visibility: hidden;
|
937
|
+
}
|
938
|
+
|
939
|
+
.e-filemanager .e-empty-state-container {
|
940
|
+
display: -webkit-box;
|
941
|
+
display: -ms-flexbox;
|
942
|
+
display: flex;
|
943
|
+
height: 100%;
|
944
|
+
}
|
945
|
+
|
946
|
+
.e-filemanager .e-empty.e-view-container {
|
947
|
+
margin: auto;
|
948
|
+
}
|
949
|
+
|
901
950
|
.e-filemanager {
|
902
951
|
background: transparent;
|
903
952
|
border-color: #dee2e6;
|
@@ -620,6 +620,10 @@ ejs-filemanager {
|
|
620
620
|
position: relative;
|
621
621
|
vertical-align: bottom;
|
622
622
|
}
|
623
|
+
.e-filemanager .e-large-icons .image-blur {
|
624
|
+
-webkit-filter: blur(8px);
|
625
|
+
filter: blur(8px);
|
626
|
+
}
|
623
627
|
.e-filemanager .e-large-icons .e-list-text {
|
624
628
|
overflow: hidden;
|
625
629
|
text-overflow: ellipsis;
|
@@ -780,6 +784,17 @@ ejs-filemanager {
|
|
780
784
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
781
785
|
visibility: visible;
|
782
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
|
+
}
|
783
798
|
|
784
799
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
785
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,
|
@@ -886,6 +901,41 @@ ejs-filemanager {
|
|
886
901
|
width: 100%;
|
887
902
|
}
|
888
903
|
|
904
|
+
.e-filemanager-dialog {
|
905
|
+
z-index: 1005;
|
906
|
+
display: -webkit-box;
|
907
|
+
display: -ms-flexbox;
|
908
|
+
display: flex;
|
909
|
+
position: absolute;
|
910
|
+
}
|
911
|
+
|
912
|
+
.e-image-wrap-style {
|
913
|
+
height: 100%;
|
914
|
+
}
|
915
|
+
|
916
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
917
|
+
white-space: unset;
|
918
|
+
}
|
919
|
+
|
920
|
+
.e-large-icon-visible {
|
921
|
+
visibility: visible;
|
922
|
+
}
|
923
|
+
|
924
|
+
.e-large-icon-hidden {
|
925
|
+
visibility: hidden;
|
926
|
+
}
|
927
|
+
|
928
|
+
.e-filemanager .e-empty-state-container {
|
929
|
+
display: -webkit-box;
|
930
|
+
display: -ms-flexbox;
|
931
|
+
display: flex;
|
932
|
+
height: 100%;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-filemanager .e-empty.e-view-container {
|
936
|
+
margin: auto;
|
937
|
+
}
|
938
|
+
|
889
939
|
.e-filemanager {
|
890
940
|
background: transparent;
|
891
941
|
border-color: var(--color-sf-border-light);
|
package/styles/bootstrap5.3.css
CHANGED
@@ -620,6 +620,10 @@ ejs-filemanager {
|
|
620
620
|
position: relative;
|
621
621
|
vertical-align: bottom;
|
622
622
|
}
|
623
|
+
.e-filemanager .e-large-icons .image-blur {
|
624
|
+
-webkit-filter: blur(8px);
|
625
|
+
filter: blur(8px);
|
626
|
+
}
|
623
627
|
.e-filemanager .e-large-icons .e-list-text {
|
624
628
|
overflow: hidden;
|
625
629
|
text-overflow: ellipsis;
|
@@ -780,6 +784,17 @@ ejs-filemanager {
|
|
780
784
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
781
785
|
visibility: visible;
|
782
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
|
+
}
|
783
798
|
|
784
799
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
785
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,
|
@@ -886,6 +901,41 @@ ejs-filemanager {
|
|
886
901
|
width: 100%;
|
887
902
|
}
|
888
903
|
|
904
|
+
.e-filemanager-dialog {
|
905
|
+
z-index: 1005;
|
906
|
+
display: -webkit-box;
|
907
|
+
display: -ms-flexbox;
|
908
|
+
display: flex;
|
909
|
+
position: absolute;
|
910
|
+
}
|
911
|
+
|
912
|
+
.e-image-wrap-style {
|
913
|
+
height: 100%;
|
914
|
+
}
|
915
|
+
|
916
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
917
|
+
white-space: unset;
|
918
|
+
}
|
919
|
+
|
920
|
+
.e-large-icon-visible {
|
921
|
+
visibility: visible;
|
922
|
+
}
|
923
|
+
|
924
|
+
.e-large-icon-hidden {
|
925
|
+
visibility: hidden;
|
926
|
+
}
|
927
|
+
|
928
|
+
.e-filemanager .e-empty-state-container {
|
929
|
+
display: -webkit-box;
|
930
|
+
display: -ms-flexbox;
|
931
|
+
display: flex;
|
932
|
+
height: 100%;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-filemanager .e-empty.e-view-container {
|
936
|
+
margin: auto;
|
937
|
+
}
|
938
|
+
|
889
939
|
.e-filemanager {
|
890
940
|
background: transparent;
|
891
941
|
border-color: var(--color-sf-border-light);
|
package/styles/bootstrap5.css
CHANGED
@@ -360,7 +360,6 @@ ejs-filemanager {
|
|
360
360
|
margin: 5px;
|
361
361
|
margin-right: 4px;
|
362
362
|
padding: 3px;
|
363
|
-
padding: 5px;
|
364
363
|
position: absolute;
|
365
364
|
z-index: 1;
|
366
365
|
}
|
@@ -621,6 +620,10 @@ ejs-filemanager {
|
|
621
620
|
position: relative;
|
622
621
|
vertical-align: bottom;
|
623
622
|
}
|
623
|
+
.e-filemanager .e-large-icons .image-blur {
|
624
|
+
-webkit-filter: blur(8px);
|
625
|
+
filter: blur(8px);
|
626
|
+
}
|
624
627
|
.e-filemanager .e-large-icons .e-list-text {
|
625
628
|
overflow: hidden;
|
626
629
|
text-overflow: ellipsis;
|
@@ -783,6 +786,17 @@ ejs-filemanager {
|
|
783
786
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
784
787
|
visibility: visible;
|
785
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
|
+
}
|
786
800
|
|
787
801
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
788
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,
|
@@ -898,6 +912,41 @@ ejs-filemanager {
|
|
898
912
|
width: 100%;
|
899
913
|
}
|
900
914
|
|
915
|
+
.e-filemanager-dialog {
|
916
|
+
z-index: 1005;
|
917
|
+
display: -webkit-box;
|
918
|
+
display: -ms-flexbox;
|
919
|
+
display: flex;
|
920
|
+
position: absolute;
|
921
|
+
}
|
922
|
+
|
923
|
+
.e-image-wrap-style {
|
924
|
+
height: 100%;
|
925
|
+
}
|
926
|
+
|
927
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
928
|
+
white-space: unset;
|
929
|
+
}
|
930
|
+
|
931
|
+
.e-large-icon-visible {
|
932
|
+
visibility: visible;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-large-icon-hidden {
|
936
|
+
visibility: hidden;
|
937
|
+
}
|
938
|
+
|
939
|
+
.e-filemanager .e-empty-state-container {
|
940
|
+
display: -webkit-box;
|
941
|
+
display: -ms-flexbox;
|
942
|
+
display: flex;
|
943
|
+
height: 100%;
|
944
|
+
}
|
945
|
+
|
946
|
+
.e-filemanager .e-empty.e-view-container {
|
947
|
+
margin: auto;
|
948
|
+
}
|
949
|
+
|
901
950
|
.e-filemanager {
|
902
951
|
background: transparent;
|
903
952
|
border-color: #dee2e6;
|
@@ -617,6 +617,10 @@ ejs-filemanager {
|
|
617
617
|
position: relative;
|
618
618
|
vertical-align: bottom;
|
619
619
|
}
|
620
|
+
.e-filemanager .e-large-icons .image-blur {
|
621
|
+
-webkit-filter: blur(8px);
|
622
|
+
filter: blur(8px);
|
623
|
+
}
|
620
624
|
.e-filemanager .e-large-icons .e-list-text {
|
621
625
|
overflow: hidden;
|
622
626
|
text-overflow: ellipsis;
|
@@ -787,6 +791,17 @@ ejs-filemanager {
|
|
787
791
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
788
792
|
visibility: visible;
|
789
793
|
}
|
794
|
+
.e-filemanager .e-fm-view-container {
|
795
|
+
display: -webkit-box;
|
796
|
+
display: -ms-flexbox;
|
797
|
+
display: flex;
|
798
|
+
width: 100%;
|
799
|
+
-webkit-box-orient: vertical;
|
800
|
+
-webkit-box-direction: normal;
|
801
|
+
-ms-flex-direction: column;
|
802
|
+
flex-direction: column;
|
803
|
+
height: 100%;
|
804
|
+
}
|
790
805
|
|
791
806
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
792
807
|
.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,
|
@@ -893,6 +908,41 @@ ejs-filemanager {
|
|
893
908
|
width: 100%;
|
894
909
|
}
|
895
910
|
|
911
|
+
.e-filemanager-dialog {
|
912
|
+
z-index: 1005;
|
913
|
+
display: -webkit-box;
|
914
|
+
display: -ms-flexbox;
|
915
|
+
display: flex;
|
916
|
+
position: absolute;
|
917
|
+
}
|
918
|
+
|
919
|
+
.e-image-wrap-style {
|
920
|
+
height: 100%;
|
921
|
+
}
|
922
|
+
|
923
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
924
|
+
white-space: unset;
|
925
|
+
}
|
926
|
+
|
927
|
+
.e-large-icon-visible {
|
928
|
+
visibility: visible;
|
929
|
+
}
|
930
|
+
|
931
|
+
.e-large-icon-hidden {
|
932
|
+
visibility: hidden;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-filemanager .e-empty-state-container {
|
936
|
+
display: -webkit-box;
|
937
|
+
display: -ms-flexbox;
|
938
|
+
display: flex;
|
939
|
+
height: 100%;
|
940
|
+
}
|
941
|
+
|
942
|
+
.e-filemanager .e-empty.e-view-container {
|
943
|
+
margin: auto;
|
944
|
+
}
|
945
|
+
|
896
946
|
.e-filemanager {
|
897
947
|
background: #201f1f;
|
898
948
|
border-color: #414040;
|
package/styles/fabric-dark.css
CHANGED
@@ -617,6 +617,10 @@ ejs-filemanager {
|
|
617
617
|
position: relative;
|
618
618
|
vertical-align: bottom;
|
619
619
|
}
|
620
|
+
.e-filemanager .e-large-icons .image-blur {
|
621
|
+
-webkit-filter: blur(8px);
|
622
|
+
filter: blur(8px);
|
623
|
+
}
|
620
624
|
.e-filemanager .e-large-icons .e-list-text {
|
621
625
|
overflow: hidden;
|
622
626
|
text-overflow: ellipsis;
|
@@ -787,6 +791,17 @@ ejs-filemanager {
|
|
787
791
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
788
792
|
visibility: visible;
|
789
793
|
}
|
794
|
+
.e-filemanager .e-fm-view-container {
|
795
|
+
display: -webkit-box;
|
796
|
+
display: -ms-flexbox;
|
797
|
+
display: flex;
|
798
|
+
width: 100%;
|
799
|
+
-webkit-box-orient: vertical;
|
800
|
+
-webkit-box-direction: normal;
|
801
|
+
-ms-flex-direction: column;
|
802
|
+
flex-direction: column;
|
803
|
+
height: 100%;
|
804
|
+
}
|
790
805
|
|
791
806
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
792
807
|
.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,
|
@@ -893,6 +908,41 @@ ejs-filemanager {
|
|
893
908
|
width: 100%;
|
894
909
|
}
|
895
910
|
|
911
|
+
.e-filemanager-dialog {
|
912
|
+
z-index: 1005;
|
913
|
+
display: -webkit-box;
|
914
|
+
display: -ms-flexbox;
|
915
|
+
display: flex;
|
916
|
+
position: absolute;
|
917
|
+
}
|
918
|
+
|
919
|
+
.e-image-wrap-style {
|
920
|
+
height: 100%;
|
921
|
+
}
|
922
|
+
|
923
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
924
|
+
white-space: unset;
|
925
|
+
}
|
926
|
+
|
927
|
+
.e-large-icon-visible {
|
928
|
+
visibility: visible;
|
929
|
+
}
|
930
|
+
|
931
|
+
.e-large-icon-hidden {
|
932
|
+
visibility: hidden;
|
933
|
+
}
|
934
|
+
|
935
|
+
.e-filemanager .e-empty-state-container {
|
936
|
+
display: -webkit-box;
|
937
|
+
display: -ms-flexbox;
|
938
|
+
display: flex;
|
939
|
+
height: 100%;
|
940
|
+
}
|
941
|
+
|
942
|
+
.e-filemanager .e-empty.e-view-container {
|
943
|
+
margin: auto;
|
944
|
+
}
|
945
|
+
|
896
946
|
.e-filemanager {
|
897
947
|
background: #201f1f;
|
898
948
|
border-color: #414040;
|
package/styles/fabric-lite.css
CHANGED
@@ -618,6 +618,10 @@ ejs-filemanager {
|
|
618
618
|
position: relative;
|
619
619
|
vertical-align: bottom;
|
620
620
|
}
|
621
|
+
.e-filemanager .e-large-icons .image-blur {
|
622
|
+
-webkit-filter: blur(8px);
|
623
|
+
filter: blur(8px);
|
624
|
+
}
|
621
625
|
.e-filemanager .e-large-icons .e-list-text {
|
622
626
|
overflow: hidden;
|
623
627
|
text-overflow: ellipsis;
|
@@ -788,6 +792,17 @@ ejs-filemanager {
|
|
788
792
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
789
793
|
visibility: visible;
|
790
794
|
}
|
795
|
+
.e-filemanager .e-fm-view-container {
|
796
|
+
display: -webkit-box;
|
797
|
+
display: -ms-flexbox;
|
798
|
+
display: flex;
|
799
|
+
width: 100%;
|
800
|
+
-webkit-box-orient: vertical;
|
801
|
+
-webkit-box-direction: normal;
|
802
|
+
-ms-flex-direction: column;
|
803
|
+
flex-direction: column;
|
804
|
+
height: 100%;
|
805
|
+
}
|
791
806
|
|
792
807
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
793
808
|
.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,
|
@@ -894,6 +909,41 @@ ejs-filemanager {
|
|
894
909
|
width: 100%;
|
895
910
|
}
|
896
911
|
|
912
|
+
.e-filemanager-dialog {
|
913
|
+
z-index: 1005;
|
914
|
+
display: -webkit-box;
|
915
|
+
display: -ms-flexbox;
|
916
|
+
display: flex;
|
917
|
+
position: absolute;
|
918
|
+
}
|
919
|
+
|
920
|
+
.e-image-wrap-style {
|
921
|
+
height: 100%;
|
922
|
+
}
|
923
|
+
|
924
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
925
|
+
white-space: unset;
|
926
|
+
}
|
927
|
+
|
928
|
+
.e-large-icon-visible {
|
929
|
+
visibility: visible;
|
930
|
+
}
|
931
|
+
|
932
|
+
.e-large-icon-hidden {
|
933
|
+
visibility: hidden;
|
934
|
+
}
|
935
|
+
|
936
|
+
.e-filemanager .e-empty-state-container {
|
937
|
+
display: -webkit-box;
|
938
|
+
display: -ms-flexbox;
|
939
|
+
display: flex;
|
940
|
+
height: 100%;
|
941
|
+
}
|
942
|
+
|
943
|
+
.e-filemanager .e-empty.e-view-container {
|
944
|
+
margin: auto;
|
945
|
+
}
|
946
|
+
|
897
947
|
.e-filemanager {
|
898
948
|
background: transparent;
|
899
949
|
border-color: #e0e0e0;
|
package/styles/fabric.css
CHANGED
@@ -618,6 +618,10 @@ ejs-filemanager {
|
|
618
618
|
position: relative;
|
619
619
|
vertical-align: bottom;
|
620
620
|
}
|
621
|
+
.e-filemanager .e-large-icons .image-blur {
|
622
|
+
-webkit-filter: blur(8px);
|
623
|
+
filter: blur(8px);
|
624
|
+
}
|
621
625
|
.e-filemanager .e-large-icons .e-list-text {
|
622
626
|
overflow: hidden;
|
623
627
|
text-overflow: ellipsis;
|
@@ -788,6 +792,17 @@ ejs-filemanager {
|
|
788
792
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
789
793
|
visibility: visible;
|
790
794
|
}
|
795
|
+
.e-filemanager .e-fm-view-container {
|
796
|
+
display: -webkit-box;
|
797
|
+
display: -ms-flexbox;
|
798
|
+
display: flex;
|
799
|
+
width: 100%;
|
800
|
+
-webkit-box-orient: vertical;
|
801
|
+
-webkit-box-direction: normal;
|
802
|
+
-ms-flex-direction: column;
|
803
|
+
flex-direction: column;
|
804
|
+
height: 100%;
|
805
|
+
}
|
791
806
|
|
792
807
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
793
808
|
.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,
|
@@ -894,6 +909,41 @@ ejs-filemanager {
|
|
894
909
|
width: 100%;
|
895
910
|
}
|
896
911
|
|
912
|
+
.e-filemanager-dialog {
|
913
|
+
z-index: 1005;
|
914
|
+
display: -webkit-box;
|
915
|
+
display: -ms-flexbox;
|
916
|
+
display: flex;
|
917
|
+
position: absolute;
|
918
|
+
}
|
919
|
+
|
920
|
+
.e-image-wrap-style {
|
921
|
+
height: 100%;
|
922
|
+
}
|
923
|
+
|
924
|
+
.e-fe-popup.e-dialog td.e-permission-content {
|
925
|
+
white-space: unset;
|
926
|
+
}
|
927
|
+
|
928
|
+
.e-large-icon-visible {
|
929
|
+
visibility: visible;
|
930
|
+
}
|
931
|
+
|
932
|
+
.e-large-icon-hidden {
|
933
|
+
visibility: hidden;
|
934
|
+
}
|
935
|
+
|
936
|
+
.e-filemanager .e-empty-state-container {
|
937
|
+
display: -webkit-box;
|
938
|
+
display: -ms-flexbox;
|
939
|
+
display: flex;
|
940
|
+
height: 100%;
|
941
|
+
}
|
942
|
+
|
943
|
+
.e-filemanager .e-empty.e-view-container {
|
944
|
+
margin: auto;
|
945
|
+
}
|
946
|
+
|
897
947
|
.e-filemanager {
|
898
948
|
background: transparent;
|
899
949
|
border-color: #e0e0e0;
|
@@ -63,6 +63,7 @@ $fe-search-icon-margin: 5px !default;
|
|
63
63
|
$fe-search-icon-font-size : 14px !default;
|
64
64
|
$fe-search-clear-icon-padding: 0 !default;
|
65
65
|
$fe-search-input-margin: 0 0 0 29px !default;
|
66
|
+
$fe-search-input-padding: 3px !default;
|
66
67
|
$fe-bc-margin: 0 !default;
|
67
68
|
$fe-bc-padding: 8px 12px 8px 18px !default;
|
68
69
|
$fe-rtl-bc-padding: 8px 18px 8px 12px !default;
|
@@ -29,6 +29,7 @@ $fe-search-icon-font-size : 14px !default;
|
|
29
29
|
$fe-search-clear-icon-padding: 0 !default;
|
30
30
|
$fe-search-input-height: 26px !default;
|
31
31
|
$fe-search-input-margin: 0 0 0 29px !default;
|
32
|
+
$fe-search-input-padding: 3px !default;
|
32
33
|
$fe-bc-margin: 0 !default;
|
33
34
|
$fe-bc-padding: 8px 16px 8px !default;
|
34
35
|
$fe-rtl-bc-padding: 8px 18px 8px 12px !default;
|
@@ -343,18 +343,18 @@
|
|
343
343
|
@if ($fm-skin-name != 'fluent2') {
|
344
344
|
margin: $fe-search-icon-margin;
|
345
345
|
}
|
346
|
-
@if $fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5' {
|
346
|
+
@if ($fm-skin-name == 'tailwind' or $fm-skin-name == 'bootstrap5') {
|
347
347
|
margin-right: 4px;
|
348
|
-
padding:
|
348
|
+
padding: $fe-search-input-padding;
|
349
349
|
}
|
350
|
-
@if ($fm-skin-name == 'Material3') {
|
350
|
+
@else if ($fm-skin-name == 'Material3') {
|
351
351
|
padding: $fe-search-input-padding;
|
352
352
|
}
|
353
353
|
@else if ($fm-skin-name == 'fluent2') {
|
354
354
|
padding: $fe-search-input-padding;
|
355
355
|
}
|
356
356
|
@else if ($fm-skin-name == 'tailwind3') {
|
357
|
-
padding:
|
357
|
+
padding: $fe-search-input-padding;
|
358
358
|
}
|
359
359
|
@else {
|
360
360
|
padding: 5px;
|
@@ -847,6 +847,10 @@
|
|
847
847
|
vertical-align: bottom;
|
848
848
|
}
|
849
849
|
|
850
|
+
.image-blur {
|
851
|
+
filter: blur(8px);
|
852
|
+
}
|
853
|
+
|
850
854
|
.e-list-text {
|
851
855
|
@include ellipsis;
|
852
856
|
display: block;
|
@@ -1156,6 +1160,13 @@
|
|
1156
1160
|
visibility: visible;
|
1157
1161
|
}
|
1158
1162
|
}
|
1163
|
+
|
1164
|
+
.e-fm-view-container {
|
1165
|
+
display: flex;
|
1166
|
+
width: 100%;
|
1167
|
+
flex-direction: column;
|
1168
|
+
height: 100%;
|
1169
|
+
}
|
1159
1170
|
}
|
1160
1171
|
|
1161
1172
|
.e-fe-popup {
|
@@ -1318,4 +1329,35 @@
|
|
1318
1329
|
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
1319
1330
|
@include size(100%, 100%);
|
1320
1331
|
}
|
1332
|
+
|
1333
|
+
.e-filemanager-dialog {
|
1334
|
+
z-index: 1005;
|
1335
|
+
display: flex;
|
1336
|
+
position: absolute;
|
1337
|
+
}
|
1338
|
+
|
1339
|
+
.e-image-wrap-style {
|
1340
|
+
height: 100%;
|
1341
|
+
}
|
1342
|
+
|
1343
|
+
.e-fe-popup.e-dialog td.e-permission-content{
|
1344
|
+
white-space: unset;
|
1345
|
+
}
|
1346
|
+
|
1347
|
+
.e-large-icon-visible {
|
1348
|
+
visibility: visible;
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
.e-large-icon-hidden {
|
1352
|
+
visibility: hidden;
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
.e-filemanager .e-empty-state-container {
|
1356
|
+
display: flex;
|
1357
|
+
height: 100%;
|
1358
|
+
}
|
1359
|
+
|
1360
|
+
.e-filemanager .e-empty.e-view-container {
|
1361
|
+
margin: auto;
|
1362
|
+
}
|
1321
1363
|
}
|
@@ -83,7 +83,7 @@ $fe-big-search-padding: 6px 16px 6px 0 !default;
|
|
83
83
|
$fe-big-search-height: 40px !default;
|
84
84
|
$fe-big-search-input-margin: 0 0 0 48px !default;
|
85
85
|
$fe-big-search-input-height: 40px !default;
|
86
|
-
$fe-big-search-input-padding:
|
86
|
+
$fe-big-search-input-padding: 9px 18px 10px 10px !default;
|
87
87
|
$fe-big-bc-padding: 16px 16px 16px 12px !default;
|
88
88
|
$fe-big-bc-text-size: 20px !default;
|
89
89
|
$fe-big-bc-text-padding: 6px 12px !default;
|
@@ -108,7 +108,7 @@ $fe-big-grid-content-font-size: 14px !default;
|
|
108
108
|
$fe-big-grid-content-name-font-size: 16px !default;
|
109
109
|
$fe-big-cb-line-height: 14px !default;
|
110
110
|
$fe-big-rtl-search-input-margin: 0 48px 0 0 !default;
|
111
|
-
$fe-big-rtl-search-input-padding: 10px 10px
|
111
|
+
$fe-big-rtl-search-input-padding: 10px 10px 9px 18px !default;
|
112
112
|
$fe-rtl-grid-icon-margin: 0 0 0 8px !default;
|
113
113
|
$fe-mobile-tb-height: 56px !default;
|
114
114
|
$fe-mobile-lg-item-height: 155px !default;
|
@@ -63,6 +63,7 @@ $fe-search-icon-margin: 5px !default;
|
|
63
63
|
$fe-search-icon-font-size : 14px !default;
|
64
64
|
$fe-search-clear-icon-padding: 0 !default;
|
65
65
|
$fe-search-input-margin: 0 0 0 29px !default;
|
66
|
+
$fe-search-input-padding: 3px !default;
|
66
67
|
$fe-bc-margin: 0 !default;
|
67
68
|
$fe-bc-padding: 8px 12px 8px 18px !default;
|
68
69
|
$fe-rtl-bc-padding: 8px 18px 8px 12px !default;
|
@@ -29,6 +29,7 @@ $fe-search-icon-font-size : 14px !default;
|
|
29
29
|
$fe-search-clear-icon-padding: 0 !default;
|
30
30
|
$fe-search-input-height: 26px !default;
|
31
31
|
$fe-search-input-margin: 0 0 0 34px !default;
|
32
|
+
$fe-search-input-padding: 3px !default;
|
32
33
|
$fe-bc-margin: 0 !default;
|
33
34
|
$fe-bc-padding: 14px 16px 14px !default;
|
34
35
|
$fe-rtl-bc-padding: 8px 18px 8px 12px !default;
|