@cmstops/pro-compo 0.3.20 → 0.3.22
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/dist/index.css +57 -57
- package/dist/index.min.css +1 -1
- package/es/appCenter/component.js +1 -1
- package/es/contentModal/component.js +2 -2
- package/es/contentModal/components/CompoList/CompoFilter/index.js +13 -2
- package/es/contentModal/components/CompoList/index.js +7 -2
- package/es/contentModal/components/ContentList/MediaFilter/index.js +3 -3
- package/es/index.css +57 -57
- package/es/mediaGridList/style/FileTypeThumb.less +26 -26
- package/es/mediaGridList/style/index.css +28 -28
- package/es/mediaGridList/style/index.less +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +1 -1
- package/es/resourceModal/style/FileTypeThumb.less +26 -26
- package/es/resourceModal/style/MainContent.less +3 -3
- package/es/resourceModal/style/SystemResourceSelected.less +1 -1
- package/es/resourceModal/style/index.css +29 -29
- package/lib/appCenter/component.js +1 -1
- package/lib/contentModal/component.js +2 -2
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +13 -2
- package/lib/contentModal/components/CompoList/index.js +7 -2
- package/lib/contentModal/components/ContentList/MediaFilter/index.js +3 -3
- package/lib/index.css +57 -57
- package/lib/mediaGridList/style/FileTypeThumb.less +26 -26
- package/lib/mediaGridList/style/index.css +28 -28
- package/lib/mediaGridList/style/index.less +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +1 -1
- package/lib/resourceModal/style/FileTypeThumb.less +26 -26
- package/lib/resourceModal/style/MainContent.less +3 -3
- package/lib/resourceModal/style/SystemResourceSelected.less +1 -1
- package/lib/resourceModal/style/index.css +29 -29
- package/package.json +2 -2
- /package/es/{assets → resourceModal/assets}/images/sys_load_more.js +0 -0
- /package/es/{assets → resourceModal/assets}/images/unknown.js +0 -0
- /package/es/{assets → resourceModal/assets}/selection/null.js +0 -0
- /package/lib/{assets → resourceModal/assets}/images/sys_load_more.js +0 -0
- /package/lib/{assets → resourceModal/assets}/images/unknown.js +0 -0
- /package/lib/{assets → resourceModal/assets}/selection/null.js +0 -0
package/dist/index.css
CHANGED
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
height: 46px;
|
|
687
687
|
overflow: hidden;
|
|
688
688
|
font-size: 0;
|
|
689
|
-
background: url('
|
|
689
|
+
background: url('../assets/selection/folder.png') no-repeat 13px center;
|
|
690
690
|
background-size: 17px auto;
|
|
691
691
|
border: solid 1px transparent;
|
|
692
692
|
border-radius: 4px;
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
|
|
766
766
|
position: relative;
|
|
767
767
|
width: 100%;
|
|
768
|
-
background: url('
|
|
768
|
+
background: url('../assets/selection/picBg.png');
|
|
769
769
|
}
|
|
770
770
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap h4,
|
|
771
771
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap p {
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
width: 100%;
|
|
908
908
|
padding-top: 56.25%;
|
|
909
909
|
background-color: #fff;
|
|
910
|
-
background-image: url('
|
|
910
|
+
background-image: url('../assets/images/unknown.png');
|
|
911
911
|
background-repeat: no-repeat;
|
|
912
912
|
background-repeat: repeat-x;
|
|
913
913
|
background-position: top;
|
|
@@ -918,76 +918,76 @@
|
|
|
918
918
|
transition: ease-out 0.4s;
|
|
919
919
|
}
|
|
920
920
|
.file-type-thumb .audio {
|
|
921
|
-
background-image: url('
|
|
921
|
+
background-image: url('../assets/images/music.png') !important;
|
|
922
922
|
}
|
|
923
923
|
.file-type-thumb .audio.doc {
|
|
924
|
-
background-image: url('
|
|
924
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
925
925
|
}
|
|
926
926
|
.file-type-thumb .project {
|
|
927
|
-
background-image: url('
|
|
927
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
928
928
|
}
|
|
929
929
|
.file-type-thumb .doc {
|
|
930
|
-
background-image: url('
|
|
930
|
+
background-image: url('../assets/images/draf.png');
|
|
931
931
|
}
|
|
932
932
|
.file-type-thumb .link {
|
|
933
|
-
background-image: url('
|
|
933
|
+
background-image: url('../assets/images/link.png');
|
|
934
934
|
}
|
|
935
935
|
.file-type-thumb .sp_topic {
|
|
936
|
-
background-image: url('
|
|
936
|
+
background-image: url('../assets/images/link.png');
|
|
937
937
|
}
|
|
938
938
|
.file-type-thumb .live {
|
|
939
|
-
background-image: url('
|
|
939
|
+
background-image: url('../assets/images/live.png');
|
|
940
940
|
}
|
|
941
941
|
.file-type-thumb .pdf {
|
|
942
|
-
background-image: url('
|
|
942
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
943
943
|
}
|
|
944
944
|
.file-type-thumb .officeexcel {
|
|
945
|
-
background-image: url('
|
|
945
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
946
946
|
}
|
|
947
947
|
.file-type-thumb .officeppt {
|
|
948
|
-
background-image: url('
|
|
948
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
949
949
|
}
|
|
950
950
|
.file-type-thumb .zip {
|
|
951
|
-
background-image: url('
|
|
951
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
952
952
|
}
|
|
953
953
|
.file-type-thumb .rar {
|
|
954
|
-
background-image: url('
|
|
954
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
955
955
|
}
|
|
956
956
|
.file-type-thumb .txt {
|
|
957
|
-
background-image: url('
|
|
957
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
958
958
|
}
|
|
959
959
|
.file-type-thumb .exe {
|
|
960
|
-
background-image: url('
|
|
960
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
961
961
|
}
|
|
962
962
|
.file-type-thumb .html {
|
|
963
|
-
background-image: url('
|
|
963
|
+
background-image: url('../assets/images/html.png') !important;
|
|
964
964
|
}
|
|
965
965
|
.file-type-thumb .officedoc {
|
|
966
|
-
background-image: url('
|
|
966
|
+
background-image: url('../assets/images/word.png') !important;
|
|
967
967
|
}
|
|
968
968
|
.file-type-thumb .wechat {
|
|
969
|
-
background-image: url('
|
|
969
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
970
970
|
}
|
|
971
971
|
.file-type-thumb .h5 {
|
|
972
|
-
background-image: url('
|
|
972
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
973
973
|
}
|
|
974
974
|
.file-type-thumb .ad {
|
|
975
|
-
background-image: url('
|
|
975
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
976
976
|
}
|
|
977
977
|
.file-type-thumb .booklink {
|
|
978
|
-
background-image: url('
|
|
978
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
979
979
|
}
|
|
980
980
|
.file-type-thumb .activity {
|
|
981
|
-
background-image: url('
|
|
981
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
982
982
|
}
|
|
983
983
|
.file-type-thumb .svideo {
|
|
984
|
-
background-image: url('
|
|
984
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
985
985
|
}
|
|
986
986
|
.file-type-thumb .cloud_lottery {
|
|
987
|
-
background-image: url('
|
|
987
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
988
988
|
}
|
|
989
989
|
.file-type-thumb .cloud_form {
|
|
990
|
-
background-image: url('
|
|
990
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
991
991
|
}
|
|
992
992
|
.file-type-thumb .illegal-media-warning {
|
|
993
993
|
position: absolute;
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
width: 100%;
|
|
996
996
|
height: 100%;
|
|
997
997
|
background-color: rgba(0, 0, 0, 0.65);
|
|
998
|
-
background-image: url('
|
|
998
|
+
background-image: url('../assets/images/unknown.png');
|
|
999
999
|
background-repeat: no-repeat;
|
|
1000
1000
|
background-position: center;
|
|
1001
1001
|
background-size: 30%;
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
.sys-res-file-list .item .shadow-wrap .thumb-wrap {
|
|
1156
1156
|
position: relative;
|
|
1157
1157
|
width: 100%;
|
|
1158
|
-
background: url('
|
|
1158
|
+
background: url('../assets/selection/picBg.png');
|
|
1159
1159
|
}
|
|
1160
1160
|
.sys-res-file-list .item .shadow-wrap h4,
|
|
1161
1161
|
.sys-res-file-list .item .shadow-wrap p {
|
|
@@ -3966,7 +3966,7 @@
|
|
|
3966
3966
|
width: 100%;
|
|
3967
3967
|
padding-top: 56.25%;
|
|
3968
3968
|
background-color: #fff;
|
|
3969
|
-
background-image: url('
|
|
3969
|
+
background-image: url('../assets/images/unknown.png');
|
|
3970
3970
|
background-repeat: no-repeat;
|
|
3971
3971
|
background-repeat: repeat-x;
|
|
3972
3972
|
background-position: top;
|
|
@@ -3977,76 +3977,76 @@
|
|
|
3977
3977
|
transition: ease-out 0.4s;
|
|
3978
3978
|
}
|
|
3979
3979
|
.file-type-thumb .audio {
|
|
3980
|
-
background-image: url('
|
|
3980
|
+
background-image: url('../assets/images/music.png') !important;
|
|
3981
3981
|
}
|
|
3982
3982
|
.file-type-thumb .audio.doc {
|
|
3983
|
-
background-image: url('
|
|
3983
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
3984
3984
|
}
|
|
3985
3985
|
.file-type-thumb .project {
|
|
3986
|
-
background-image: url('
|
|
3986
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
3987
3987
|
}
|
|
3988
3988
|
.file-type-thumb .doc {
|
|
3989
|
-
background-image: url('
|
|
3989
|
+
background-image: url('../assets/images/draf.png');
|
|
3990
3990
|
}
|
|
3991
3991
|
.file-type-thumb .link {
|
|
3992
|
-
background-image: url('
|
|
3992
|
+
background-image: url('../assets/images/link.png');
|
|
3993
3993
|
}
|
|
3994
3994
|
.file-type-thumb .sp_topic {
|
|
3995
|
-
background-image: url('
|
|
3995
|
+
background-image: url('../assets/images/link.png');
|
|
3996
3996
|
}
|
|
3997
3997
|
.file-type-thumb .live {
|
|
3998
|
-
background-image: url('
|
|
3998
|
+
background-image: url('../assets/images/live.png');
|
|
3999
3999
|
}
|
|
4000
4000
|
.file-type-thumb .pdf {
|
|
4001
|
-
background-image: url('
|
|
4001
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
4002
4002
|
}
|
|
4003
4003
|
.file-type-thumb .officeexcel {
|
|
4004
|
-
background-image: url('
|
|
4004
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
4005
4005
|
}
|
|
4006
4006
|
.file-type-thumb .officeppt {
|
|
4007
|
-
background-image: url('
|
|
4007
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
4008
4008
|
}
|
|
4009
4009
|
.file-type-thumb .zip {
|
|
4010
|
-
background-image: url('
|
|
4010
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
4011
4011
|
}
|
|
4012
4012
|
.file-type-thumb .rar {
|
|
4013
|
-
background-image: url('
|
|
4013
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
4014
4014
|
}
|
|
4015
4015
|
.file-type-thumb .txt {
|
|
4016
|
-
background-image: url('
|
|
4016
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
4017
4017
|
}
|
|
4018
4018
|
.file-type-thumb .exe {
|
|
4019
|
-
background-image: url('
|
|
4019
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
4020
4020
|
}
|
|
4021
4021
|
.file-type-thumb .html {
|
|
4022
|
-
background-image: url('
|
|
4022
|
+
background-image: url('../assets/images/html.png') !important;
|
|
4023
4023
|
}
|
|
4024
4024
|
.file-type-thumb .officedoc {
|
|
4025
|
-
background-image: url('
|
|
4025
|
+
background-image: url('../assets/images/word.png') !important;
|
|
4026
4026
|
}
|
|
4027
4027
|
.file-type-thumb .wechat {
|
|
4028
|
-
background-image: url('
|
|
4028
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
4029
4029
|
}
|
|
4030
4030
|
.file-type-thumb .h5 {
|
|
4031
|
-
background-image: url('
|
|
4031
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
4032
4032
|
}
|
|
4033
4033
|
.file-type-thumb .ad {
|
|
4034
|
-
background-image: url('
|
|
4034
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
4035
4035
|
}
|
|
4036
4036
|
.file-type-thumb .booklink {
|
|
4037
|
-
background-image: url('
|
|
4037
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
4038
4038
|
}
|
|
4039
4039
|
.file-type-thumb .activity {
|
|
4040
|
-
background-image: url('
|
|
4040
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
4041
4041
|
}
|
|
4042
4042
|
.file-type-thumb .svideo {
|
|
4043
|
-
background-image: url('
|
|
4043
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
4044
4044
|
}
|
|
4045
4045
|
.file-type-thumb .cloud_lottery {
|
|
4046
|
-
background-image: url('
|
|
4046
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
4047
4047
|
}
|
|
4048
4048
|
.file-type-thumb .cloud_form {
|
|
4049
|
-
background-image: url('
|
|
4049
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
4050
4050
|
}
|
|
4051
4051
|
.file-type-thumb .illegal-media-warning {
|
|
4052
4052
|
position: absolute;
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
width: 100%;
|
|
4055
4055
|
height: 100%;
|
|
4056
4056
|
background-color: rgba(0, 0, 0, 0.65);
|
|
4057
|
-
background-image: url('
|
|
4057
|
+
background-image: url('../assets/images/unknown.png');
|
|
4058
4058
|
background-repeat: no-repeat;
|
|
4059
4059
|
background-position: center;
|
|
4060
4060
|
background-size: 30%;
|
|
@@ -4095,7 +4095,7 @@
|
|
|
4095
4095
|
height: 46px;
|
|
4096
4096
|
overflow: hidden;
|
|
4097
4097
|
font-size: 0;
|
|
4098
|
-
background: url('
|
|
4098
|
+
background: url('../assets/selection/folder.png') no-repeat 13px center;
|
|
4099
4099
|
background-size: 17px auto;
|
|
4100
4100
|
border: solid 1px transparent;
|
|
4101
4101
|
border-radius: 4px;
|
|
@@ -4189,7 +4189,7 @@
|
|
|
4189
4189
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
|
|
4190
4190
|
position: relative;
|
|
4191
4191
|
width: 100%;
|
|
4192
|
-
background: url('
|
|
4192
|
+
background: url('../assets/selection/picBg.png');
|
|
4193
4193
|
}
|
|
4194
4194
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap h4,
|
|
4195
4195
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap p {
|