@cmstops/pro-compo 0.3.17 → 0.3.19
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 +482 -54
- package/dist/index.min.css +1 -1
- package/es/colorPalette/style/index.css +10 -10
- package/es/colorPalette/style/index.less +29 -25
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +1 -1
- package/es/contentDetailList/components/Content/index.js +2 -2
- package/es/contentDetailList/style/GroupPieceItem.less +1 -1
- package/es/contentDetailList/style/index.css +15 -15
- package/es/index.css +482 -54
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +2 -0
- package/es/mediaGridList/component.d.ts +0 -0
- package/es/mediaGridList/component.js +222 -0
- package/es/mediaGridList/components/FileTypeThumb/index.d.ts +0 -0
- package/es/mediaGridList/components/FileTypeThumb/index.js +127 -0
- package/es/mediaGridList/index.d.ts +2 -0
- package/es/mediaGridList/index.js +7 -0
- package/es/mediaGridList/style/FileTypeThumb.less +204 -0
- package/es/mediaGridList/style/css.js +1 -0
- package/es/mediaGridList/style/index.css +364 -0
- package/es/mediaGridList/style/index.d.ts +1 -0
- package/es/mediaGridList/style/index.js +1 -0
- package/es/mediaGridList/style/index.less +230 -0
- package/es/mediaView/component.d.ts +0 -0
- package/es/mediaView/component.js +65 -0
- package/es/mediaView/index.d.ts +2 -0
- package/es/mediaView/index.js +7 -0
- package/es/mediaView/style/css.js +1 -0
- package/es/mediaView/style/index.css +64 -0
- package/es/mediaView/style/index.d.ts +1 -0
- package/es/mediaView/style/index.js +1 -0
- package/es/mediaView/style/index.less +71 -0
- package/es/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +2 -2
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.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/components/MediaSelection/ToolbarSearch/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/es/uploadBefore/script/fileTypeAdapter.d.ts +1 -1
- package/es/utils/typeMap.d.ts +1 -1
- package/es/utils/typeMap.js +2 -2
- package/lib/colorPalette/style/index.css +10 -10
- package/lib/colorPalette/style/index.less +29 -25
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/index.js +2 -2
- package/lib/contentDetailList/style/GroupPieceItem.less +1 -1
- package/lib/contentDetailList/style/index.css +15 -15
- package/lib/index.css +482 -54
- package/lib/index.js +4 -0
- package/lib/index.less +2 -0
- package/lib/mediaGridList/component.js +223 -0
- package/lib/mediaGridList/components/FileTypeThumb/index.js +128 -0
- package/lib/mediaGridList/index.js +8 -0
- package/lib/mediaGridList/style/FileTypeThumb.less +204 -0
- package/lib/mediaGridList/style/css.js +2 -0
- package/lib/mediaGridList/style/index.css +364 -0
- package/lib/mediaGridList/style/index.js +2 -0
- package/lib/mediaGridList/style/index.less +230 -0
- package/lib/mediaView/component.js +66 -0
- package/lib/mediaView/index.js +8 -0
- package/lib/mediaView/style/css.js +2 -0
- package/lib/mediaView/style/index.css +64 -0
- package/lib/mediaView/style/index.js +2 -0
- package/lib/mediaView/style/index.less +71 -0
- package/lib/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +2 -2
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.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/components/MediaSelection/ToolbarSearch/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/lib/utils/typeMap.js +2 -2
- package/package.json +1 -1
- /package/es/{resourceModal/assets → assets}/images/sys_load_more.js +0 -0
- /package/es/{resourceModal/assets → assets}/images/unknown.js +0 -0
- /package/es/{resourceModal/assets → assets}/selection/null.js +0 -0
- /package/es/{resourceModal/script → utils}/filter.d.ts +0 -0
- /package/es/{resourceModal/script → utils}/filter.js +0 -0
- /package/lib/{resourceModal/assets → assets}/images/sys_load_more.js +0 -0
- /package/lib/{resourceModal/assets → assets}/images/unknown.js +0 -0
- /package/lib/{resourceModal/assets → assets}/selection/null.js +0 -0
- /package/lib/{resourceModal/script → utils}/filter.js +0 -0
|
@@ -639,15 +639,15 @@
|
|
|
639
639
|
.popper-categories {
|
|
640
640
|
max-width: 600px;
|
|
641
641
|
}
|
|
642
|
-
.medialist-
|
|
642
|
+
.medialist-group_list-item-view {
|
|
643
643
|
display: flex;
|
|
644
644
|
padding: 10px;
|
|
645
645
|
border-bottom: 1px solid #f0f0f0;
|
|
646
646
|
}
|
|
647
|
-
.medialist-
|
|
647
|
+
.medialist-group_list-item-view:hover {
|
|
648
648
|
background: #fafafa;
|
|
649
649
|
}
|
|
650
|
-
.medialist-
|
|
650
|
+
.medialist-group_list-item-view .cover-view {
|
|
651
651
|
position: relative;
|
|
652
652
|
flex-shrink: 0;
|
|
653
653
|
width: 110px;
|
|
@@ -655,16 +655,16 @@
|
|
|
655
655
|
margin-right: 20px;
|
|
656
656
|
background: transparent;
|
|
657
657
|
}
|
|
658
|
-
.medialist-
|
|
658
|
+
.medialist-group_list-item-view .cover-view .image {
|
|
659
659
|
width: 100%;
|
|
660
660
|
height: 100%;
|
|
661
661
|
border-radius: 4px;
|
|
662
662
|
}
|
|
663
|
-
.medialist-
|
|
663
|
+
.medialist-group_list-item-view .cover-view .image img {
|
|
664
664
|
width: 100%;
|
|
665
665
|
height: 100%;
|
|
666
666
|
}
|
|
667
|
-
.medialist-
|
|
667
|
+
.medialist-group_list-item-view .cover-view .no-img {
|
|
668
668
|
display: flex;
|
|
669
669
|
align-items: center;
|
|
670
670
|
justify-content: center;
|
|
@@ -673,14 +673,14 @@
|
|
|
673
673
|
color: white;
|
|
674
674
|
font-size: 30px;
|
|
675
675
|
}
|
|
676
|
-
.medialist-
|
|
676
|
+
.medialist-group_list-item-view .info-view {
|
|
677
677
|
display: flex;
|
|
678
678
|
flex-direction: column;
|
|
679
679
|
justify-content: space-between;
|
|
680
680
|
width: calc(100% - 130px);
|
|
681
681
|
padding: 2px 0;
|
|
682
682
|
}
|
|
683
|
-
.medialist-
|
|
683
|
+
.medialist-group_list-item-view .info-view .title {
|
|
684
684
|
display: flex;
|
|
685
685
|
align-items: center;
|
|
686
686
|
margin-bottom: 10px;
|
|
@@ -694,12 +694,12 @@
|
|
|
694
694
|
-webkit-line-clamp: 2;
|
|
695
695
|
-webkit-box-orient: vertical;
|
|
696
696
|
}
|
|
697
|
-
.medialist-
|
|
697
|
+
.medialist-group_list-item-view .info-view .abttrite-v {
|
|
698
698
|
display: flex;
|
|
699
699
|
align-items: center;
|
|
700
700
|
justify-content: space-between;
|
|
701
701
|
}
|
|
702
|
-
.medialist-
|
|
702
|
+
.medialist-group_list-item-view .info-view .abttrite-v .left {
|
|
703
703
|
display: flex;
|
|
704
704
|
flex: 1;
|
|
705
705
|
align-items: center;
|
|
@@ -707,10 +707,10 @@
|
|
|
707
707
|
color: #808692;
|
|
708
708
|
font-size: 12px;
|
|
709
709
|
}
|
|
710
|
-
.medialist-
|
|
710
|
+
.medialist-group_list-item-view .info-view .abttrite-v .left .icon {
|
|
711
711
|
margin-right: 8px;
|
|
712
712
|
}
|
|
713
|
-
.medialist-
|
|
713
|
+
.medialist-group_list-item-view .info-view .abttrite-v .left .tags {
|
|
714
714
|
display: inline-block;
|
|
715
715
|
width: 200px;
|
|
716
716
|
overflow: hidden;
|
|
@@ -718,17 +718,17 @@
|
|
|
718
718
|
text-overflow: ellipsis;
|
|
719
719
|
cursor: pointer;
|
|
720
720
|
}
|
|
721
|
-
.medialist-
|
|
721
|
+
.medialist-group_list-item-view .info-view .abttrite-v .left .abttr {
|
|
722
722
|
width: 35%;
|
|
723
723
|
overflow: hidden;
|
|
724
724
|
white-space: nowrap;
|
|
725
725
|
text-overflow: ellipsis;
|
|
726
726
|
cursor: pointer;
|
|
727
727
|
}
|
|
728
|
-
.medialist-
|
|
728
|
+
.medialist-group_list-item-view .info-view .abttrite-v .left .abttr.value {
|
|
729
729
|
margin-left: 10px;
|
|
730
730
|
}
|
|
731
|
-
.medialist-
|
|
731
|
+
.medialist-group_list-item-view .info-view .abttrite-v .right {
|
|
732
732
|
flex-shrink: 0;
|
|
733
733
|
margin-right: 20px;
|
|
734
734
|
}
|