@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
|
@@ -1,36 +1,40 @@
|
|
|
1
1
|
@radio-button-size: 32px;
|
|
2
|
+
|
|
2
3
|
.color-palette-container {
|
|
3
4
|
.color-radio-group {
|
|
4
5
|
overflow: hidden;
|
|
6
|
+
|
|
5
7
|
.arco-radio-button {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
8
|
+
position: relative;
|
|
9
|
+
width: @radio-button-size;
|
|
10
|
+
height: @radio-button-size;
|
|
11
|
+
padding: 0;
|
|
12
|
+
overflow: hidden !important;
|
|
13
|
+
font-size: 0 !important;
|
|
14
|
+
background: transparent !important;
|
|
15
|
+
border-width: 0 !important;
|
|
16
|
+
box-shadow: none !important;
|
|
17
|
+
|
|
18
|
+
&.arco-radio-checked {
|
|
19
|
+
&::after {
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 7px;
|
|
22
|
+
left: 12px;
|
|
23
|
+
box-sizing: content-box;
|
|
24
|
+
width: 5px;
|
|
25
|
+
height: 11px;
|
|
26
|
+
border: 2px solid #fff;
|
|
27
|
+
border-top: 0;
|
|
28
|
+
border-left: 0;
|
|
29
|
+
transform: rotate(45deg) scaleY(1);
|
|
30
|
+
transform-origin: center;
|
|
31
|
+
transition: transform 0.15s ease-in 0.05s;
|
|
32
|
+
content: '';
|
|
31
33
|
}
|
|
34
|
+
}
|
|
32
35
|
}
|
|
33
36
|
}
|
|
37
|
+
|
|
34
38
|
.color-picker-input {
|
|
35
39
|
width: @radio-button-size;
|
|
36
40
|
height: @radio-button-size;
|
|
@@ -61,7 +61,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
61
61
|
};
|
|
62
62
|
return (_ctx, _cache) => {
|
|
63
63
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
64
|
-
class: vue.normalizeClass(["medialist-
|
|
64
|
+
class: vue.normalizeClass(["medialist-group_list-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
65
65
|
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
66
66
|
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
|
|
67
67
|
}, [
|
|
@@ -460,10 +460,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
460
460
|
]),
|
|
461
461
|
_: 3
|
|
462
462
|
}, 8, ["item", "extraAttrs"]))
|
|
463
|
-
], 2112)) : _ctx.item.catalog === "
|
|
463
|
+
], 2112)) : _ctx.item.catalog === "group_list" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 9 }, [
|
|
464
464
|
vue.createCommentVNode(" \u5206\u7EC4\u7EC4\u4EF6 "),
|
|
465
465
|
(vue.openBlock(), vue.createBlock(index$9, {
|
|
466
|
-
key: `
|
|
466
|
+
key: `group_list-${_ctx.item.post_id}`,
|
|
467
467
|
item: { ..._ctx.item, index: _ctx.index },
|
|
468
468
|
extraAttrs: _ctx.extraAttrs,
|
|
469
469
|
onClickTitle: clickTitle,
|
|
@@ -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
|
}
|