@cmstops/pro-compo 0.1.61 → 0.1.63
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 +107 -0
- package/dist/index.min.css +1 -1
- package/dist/matrix/baijiahao.png +0 -0
- package/dist/matrix/bilibili.png +0 -0
- package/dist/matrix/channelsweixin.png +0 -0
- package/dist/matrix/douyin.png +0 -0
- package/dist/matrix/kuaishou.png +0 -0
- package/dist/matrix/qq.png +0 -0
- package/dist/matrix/toutiao.png +0 -0
- package/dist/matrix/weibo.png +0 -0
- package/dist/matrix/weixin.png +0 -0
- package/es/contentDetailList/__demo__/matrix/platform.d.ts +27 -0
- package/es/contentDetailList/component.js +79 -8
- package/es/contentDetailList/components/Content/CompoItem/index.js +32 -19
- package/es/contentDetailList/components/Content/ContentListItem/index.js +38 -25
- package/es/contentDetailList/components/Content/DocItem/index.js +2 -1
- package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -4
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +35 -22
- package/es/contentDetailList/components/Content/LiveItem/index.js +32 -19
- package/es/contentDetailList/components/Content/MaccountItem/index.js +31 -19
- package/es/contentDetailList/components/Content/courseItem/index.js +34 -21
- package/es/contentDetailList/components/Content/funhdItem/index.js +34 -21
- package/es/contentDetailList/components/Content/index.js +114 -22
- package/es/contentDetailList/components/Doc/index.js +3 -1
- package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.js +131 -0
- package/es/contentDetailList/components/Records/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/index.js +63 -0
- package/es/contentDetailList/style/MatrixItem.less +127 -0
- package/es/contentDetailList/style/index.css +107 -0
- package/es/contentDetailList/style/index.less +1 -0
- package/es/index.css +107 -0
- package/es/matrix/baijiahao.png +0 -0
- package/es/matrix/bilibili.png +0 -0
- package/es/matrix/channelsweixin.png +0 -0
- package/es/matrix/douyin.png +0 -0
- package/es/matrix/kuaishou.png +0 -0
- package/es/matrix/qq.png +0 -0
- package/es/matrix/toutiao.png +0 -0
- package/es/matrix/weibo.png +0 -0
- package/es/matrix/weixin.png +0 -0
- package/es/selectThumb/component.js +0 -7
- package/es/utils/typeMap.d.ts +23 -0
- package/es/utils/typeMap.js +26 -2
- package/lib/contentDetailList/component.js +96 -25
- package/lib/contentDetailList/components/Content/CompoItem/index.js +32 -19
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +38 -25
- package/lib/contentDetailList/components/Content/DocItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -4
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +35 -22
- package/lib/contentDetailList/components/Content/LiveItem/index.js +32 -19
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +31 -19
- package/lib/contentDetailList/components/Content/courseItem/index.js +34 -21
- package/lib/contentDetailList/components/Content/funhdItem/index.js +34 -21
- package/lib/contentDetailList/components/Content/index.js +113 -21
- package/lib/contentDetailList/components/Doc/index.js +3 -1
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +132 -0
- package/lib/contentDetailList/components/Records/index.js +64 -0
- package/lib/contentDetailList/style/MatrixItem.less +127 -0
- package/lib/contentDetailList/style/index.css +107 -0
- package/lib/contentDetailList/style/index.less +1 -0
- package/lib/index.css +107 -0
- package/lib/selectThumb/component.js +0 -7
- package/lib/utils/typeMap.js +27 -1
- package/package.json +1 -1
- package/es/contentDetailList/components/Content/MaccountItem/temp/user.js +0 -2
- package/lib/contentDetailList/components/Content/MaccountItem/temp/user.js +0 -3
|
@@ -8,19 +8,21 @@ const _hoisted_2 = {
|
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "no-img"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_3 = { class: "
|
|
12
|
-
const _hoisted_4 = { class: "
|
|
13
|
-
const _hoisted_5 = { class: "
|
|
14
|
-
const _hoisted_6 = { class: "
|
|
15
|
-
const _hoisted_7 =
|
|
16
|
-
const _hoisted_8 = { class: "abttr
|
|
17
|
-
const _hoisted_9 = { class: "
|
|
11
|
+
const _hoisted_3 = { class: "batch-select" };
|
|
12
|
+
const _hoisted_4 = { class: "info-view" };
|
|
13
|
+
const _hoisted_5 = { class: "title_i" };
|
|
14
|
+
const _hoisted_6 = { class: "abttrite-v" };
|
|
15
|
+
const _hoisted_7 = { class: "left" };
|
|
16
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, null, -1);
|
|
17
|
+
const _hoisted_9 = { class: "abttr time" };
|
|
18
|
+
const _hoisted_10 = { class: "right" };
|
|
18
19
|
const _sfc_main = vue.defineComponent({
|
|
19
20
|
__name: "index",
|
|
20
21
|
props: {
|
|
21
|
-
item: {}
|
|
22
|
+
item: {},
|
|
23
|
+
extraAttrs: {}
|
|
22
24
|
},
|
|
23
|
-
emits: ["clickTitle"],
|
|
25
|
+
emits: ["clickTitle", "cellMouseEnter", "cellMouseLeave"],
|
|
24
26
|
setup(__props, { emit: __emit }) {
|
|
25
27
|
const props = __props;
|
|
26
28
|
const emit = __emit;
|
|
@@ -41,12 +43,20 @@ const _sfc_main = vue.defineComponent({
|
|
|
41
43
|
return null;
|
|
42
44
|
return ret.pc_banner_url;
|
|
43
45
|
});
|
|
46
|
+
const mouseEnterFun = (event, row) => {
|
|
47
|
+
emit("cellMouseEnter", { row, event });
|
|
48
|
+
};
|
|
49
|
+
const mouseLeaveFun = (event, row) => {
|
|
50
|
+
emit("cellMouseLeave", { row, event });
|
|
51
|
+
};
|
|
44
52
|
const clickTitle = () => {
|
|
45
53
|
emit("clickTitle", props.item);
|
|
46
54
|
};
|
|
47
55
|
return (_ctx, _cache) => {
|
|
48
56
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
49
|
-
class: vue.normalizeClass(["medialist-ilive-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }])
|
|
57
|
+
class: vue.normalizeClass(["medialist-ilive-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
58
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
59
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
|
|
50
60
|
}, [
|
|
51
61
|
vue.createElementVNode("div", _hoisted_1, [
|
|
52
62
|
pc_banner.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
|
|
@@ -55,32 +65,35 @@ const _sfc_main = vue.defineComponent({
|
|
|
55
65
|
preview: false,
|
|
56
66
|
class: "image",
|
|
57
67
|
fit: "cover"
|
|
58
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1))
|
|
68
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
69
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
70
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
71
|
+
])
|
|
59
72
|
]),
|
|
60
|
-
vue.createElementVNode("div",
|
|
73
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
61
74
|
vue.createElementVNode("div", {
|
|
62
75
|
class: "title",
|
|
63
76
|
onClick: clickTitle
|
|
64
77
|
}, [
|
|
65
78
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
66
|
-
vue.createElementVNode("span",
|
|
79
|
+
vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
|
|
67
80
|
]),
|
|
68
|
-
vue.createElementVNode("div",
|
|
69
|
-
vue.createElementVNode("div",
|
|
81
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
82
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
70
83
|
vue.createVNode(component, {
|
|
71
84
|
class: "icon",
|
|
72
85
|
type: _ctx.item.series
|
|
73
86
|
}, null, 8, ["type"]),
|
|
74
87
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
75
|
-
|
|
76
|
-
vue.createElementVNode("span",
|
|
88
|
+
_hoisted_8,
|
|
89
|
+
vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
|
|
77
90
|
]),
|
|
78
|
-
vue.createElementVNode("div",
|
|
91
|
+
vue.createElementVNode("div", _hoisted_10, [
|
|
79
92
|
vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
80
93
|
])
|
|
81
94
|
])
|
|
82
95
|
])
|
|
83
|
-
],
|
|
96
|
+
], 34);
|
|
84
97
|
};
|
|
85
98
|
}
|
|
86
99
|
});
|
|
@@ -3,21 +3,22 @@ var vue = require("vue");
|
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var component = require("../../../../typeIcons/component.js");
|
|
5
5
|
var component$1 = require("../../../../dataTags/component.js");
|
|
6
|
-
var user = require("./temp/user.js");
|
|
7
6
|
const _hoisted_1 = { class: "cover-view" };
|
|
8
|
-
const _hoisted_2 = { class: "
|
|
9
|
-
const _hoisted_3 = { class: "
|
|
10
|
-
const _hoisted_4 = { class: "
|
|
11
|
-
const _hoisted_5 = { class: "
|
|
12
|
-
const _hoisted_6 = { class: "abttr
|
|
13
|
-
const _hoisted_7 = { class: "
|
|
7
|
+
const _hoisted_2 = { class: "batch-select" };
|
|
8
|
+
const _hoisted_3 = { class: "info-view" };
|
|
9
|
+
const _hoisted_4 = { class: "abttrite-v" };
|
|
10
|
+
const _hoisted_5 = { class: "left" };
|
|
11
|
+
const _hoisted_6 = { class: "abttr" };
|
|
12
|
+
const _hoisted_7 = { class: "abttr time" };
|
|
13
|
+
const _hoisted_8 = { class: "right" };
|
|
14
14
|
const _sfc_main = vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
17
17
|
item: {},
|
|
18
|
-
abttrites: {}
|
|
18
|
+
abttrites: {},
|
|
19
|
+
extraAttrs: {}
|
|
19
20
|
},
|
|
20
|
-
emits: ["clickTitle"],
|
|
21
|
+
emits: ["clickTitle", "cellMouseEnter", "cellMouseLeave"],
|
|
21
22
|
setup(__props, { emit: __emit }) {
|
|
22
23
|
const props = __props;
|
|
23
24
|
const emit = __emit;
|
|
@@ -28,22 +29,33 @@ const _sfc_main = vue.defineComponent({
|
|
|
28
29
|
const silent = vue.computed(() => {
|
|
29
30
|
return props.item && props.item.mourn_style === 1;
|
|
30
31
|
});
|
|
32
|
+
const mouseEnterFun = (event, row) => {
|
|
33
|
+
emit("cellMouseEnter", { row, event });
|
|
34
|
+
};
|
|
35
|
+
const mouseLeaveFun = (event, row) => {
|
|
36
|
+
emit("cellMouseLeave", { row, event });
|
|
37
|
+
};
|
|
31
38
|
const clickTitle = () => {
|
|
32
39
|
emit("clickTitle", props.item);
|
|
33
40
|
};
|
|
34
41
|
return (_ctx, _cache) => {
|
|
35
42
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
36
|
-
class: vue.normalizeClass(["medialist-account-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }])
|
|
43
|
+
class: vue.normalizeClass(["medialist-account-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
44
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
45
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
|
|
37
46
|
}, [
|
|
38
47
|
vue.createElementVNode("div", _hoisted_1, [
|
|
39
48
|
vue.createVNode(vue.unref(webVue.Image), {
|
|
40
|
-
src: _ctx.item.mp_logo
|
|
49
|
+
src: _ctx.item.mp_logo,
|
|
41
50
|
class: "image",
|
|
42
51
|
preview: false,
|
|
43
52
|
fit: "cover"
|
|
44
|
-
}, null, 8, ["src"])
|
|
53
|
+
}, null, 8, ["src"]),
|
|
54
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
55
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
56
|
+
])
|
|
45
57
|
]),
|
|
46
|
-
vue.createElementVNode("div",
|
|
58
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
47
59
|
vue.createElementVNode("div", {
|
|
48
60
|
class: "title",
|
|
49
61
|
onClick: clickTitle
|
|
@@ -51,8 +63,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
51
63
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
52
64
|
vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.mp_name), 1)
|
|
53
65
|
]),
|
|
54
|
-
vue.createElementVNode("div",
|
|
55
|
-
vue.createElementVNode("div",
|
|
66
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
67
|
+
vue.createElementVNode("div", _hoisted_5, [
|
|
56
68
|
vue.createVNode(component, {
|
|
57
69
|
class: "icon",
|
|
58
70
|
type: "mpdoc"
|
|
@@ -62,7 +74,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
62
74
|
item: _ctx.item
|
|
63
75
|
}, null, 8, ["item"]),
|
|
64
76
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
65
|
-
vue.createElementVNode("span",
|
|
77
|
+
vue.createElementVNode("span", _hoisted_6, [
|
|
66
78
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
67
79
|
content: `\u8FD0\u8425\u8005: ${_ctx.item.mp_user_name}`,
|
|
68
80
|
placement: "top"
|
|
@@ -73,7 +85,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
73
85
|
_: 1
|
|
74
86
|
}, 8, ["content"])
|
|
75
87
|
]),
|
|
76
|
-
vue.createElementVNode("span",
|
|
88
|
+
vue.createElementVNode("span", _hoisted_7, [
|
|
77
89
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
78
90
|
content: `\u6240\u5C5E\u9886\u57DF: ${_ctx.item.catalog_alias}`,
|
|
79
91
|
placement: "top"
|
|
@@ -85,12 +97,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
85
97
|
}, 8, ["content"])
|
|
86
98
|
])
|
|
87
99
|
]),
|
|
88
|
-
vue.createElementVNode("div",
|
|
100
|
+
vue.createElementVNode("div", _hoisted_8, [
|
|
89
101
|
vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
90
102
|
])
|
|
91
103
|
])
|
|
92
104
|
])
|
|
93
|
-
],
|
|
105
|
+
], 34);
|
|
94
106
|
};
|
|
95
107
|
}
|
|
96
108
|
});
|
|
@@ -8,20 +8,22 @@ const _hoisted_2 = {
|
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "no-img"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_3 = { class: "
|
|
12
|
-
const _hoisted_4 = { class: "
|
|
13
|
-
const _hoisted_5 = { class: "
|
|
14
|
-
const _hoisted_6 = { class: "
|
|
15
|
-
const _hoisted_7 =
|
|
16
|
-
const _hoisted_8 = { class: "abttr tags" };
|
|
17
|
-
const _hoisted_9 = { class: "abttr
|
|
18
|
-
const _hoisted_10 = { class: "
|
|
11
|
+
const _hoisted_3 = { class: "batch-select" };
|
|
12
|
+
const _hoisted_4 = { class: "info-view" };
|
|
13
|
+
const _hoisted_5 = { class: "title_i" };
|
|
14
|
+
const _hoisted_6 = { class: "abttrite-v" };
|
|
15
|
+
const _hoisted_7 = { class: "left" };
|
|
16
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1);
|
|
17
|
+
const _hoisted_9 = { class: "abttr tags" };
|
|
18
|
+
const _hoisted_10 = { class: "abttr time" };
|
|
19
|
+
const _hoisted_11 = { class: "right" };
|
|
19
20
|
const _sfc_main = vue.defineComponent({
|
|
20
21
|
__name: "index",
|
|
21
22
|
props: {
|
|
22
|
-
item: {}
|
|
23
|
+
item: {},
|
|
24
|
+
extraAttrs: {}
|
|
23
25
|
},
|
|
24
|
-
emits: ["clickTitle"],
|
|
26
|
+
emits: ["clickTitle", "cellMouseEnter", "cellMouseLeave"],
|
|
25
27
|
setup(__props, { emit: __emit }) {
|
|
26
28
|
const props = __props;
|
|
27
29
|
const emit = __emit;
|
|
@@ -42,12 +44,20 @@ const _sfc_main = vue.defineComponent({
|
|
|
42
44
|
return null;
|
|
43
45
|
return ret.pc_banner_url;
|
|
44
46
|
});
|
|
47
|
+
const mouseEnterFun = (event, row) => {
|
|
48
|
+
emit("cellMouseEnter", { row, event });
|
|
49
|
+
};
|
|
50
|
+
const mouseLeaveFun = (event, row) => {
|
|
51
|
+
emit("cellMouseLeave", { row, event });
|
|
52
|
+
};
|
|
45
53
|
const clickTitle = () => {
|
|
46
54
|
emit("clickTitle", props.item);
|
|
47
55
|
};
|
|
48
56
|
return (_ctx, _cache) => {
|
|
49
57
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
50
|
-
class: vue.normalizeClass(["medialist-course-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }])
|
|
58
|
+
class: vue.normalizeClass(["medialist-course-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
59
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
60
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
|
|
51
61
|
}, [
|
|
52
62
|
vue.createElementVNode("div", _hoisted_1, [
|
|
53
63
|
pc_banner.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
|
|
@@ -56,41 +66,44 @@ const _sfc_main = vue.defineComponent({
|
|
|
56
66
|
class: "image",
|
|
57
67
|
preview: false,
|
|
58
68
|
fit: "cover"
|
|
59
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1))
|
|
69
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
70
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
71
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
72
|
+
])
|
|
60
73
|
]),
|
|
61
|
-
vue.createElementVNode("div",
|
|
74
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
62
75
|
vue.createElementVNode("div", {
|
|
63
76
|
class: "title",
|
|
64
77
|
onClick: clickTitle
|
|
65
78
|
}, [
|
|
66
79
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
67
|
-
vue.createElementVNode("span",
|
|
80
|
+
vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
|
|
68
81
|
]),
|
|
69
|
-
vue.createElementVNode("div",
|
|
70
|
-
vue.createElementVNode("div",
|
|
82
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
83
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
71
84
|
vue.createVNode(component, {
|
|
72
85
|
class: "icon",
|
|
73
86
|
type: "course"
|
|
74
87
|
}),
|
|
75
88
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
76
|
-
|
|
89
|
+
_hoisted_8,
|
|
77
90
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
78
91
|
content: `\u8BFE\u7A0B\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
|
|
79
92
|
position: "top"
|
|
80
93
|
}, {
|
|
81
94
|
default: vue.withCtx(() => [
|
|
82
|
-
vue.createElementVNode("span",
|
|
95
|
+
vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
|
|
83
96
|
]),
|
|
84
97
|
_: 1
|
|
85
98
|
}, 8, ["content"]),
|
|
86
|
-
vue.createElementVNode("span",
|
|
99
|
+
vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
|
|
87
100
|
]),
|
|
88
|
-
vue.createElementVNode("div",
|
|
101
|
+
vue.createElementVNode("div", _hoisted_11, [
|
|
89
102
|
vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
90
103
|
])
|
|
91
104
|
])
|
|
92
105
|
])
|
|
93
|
-
],
|
|
106
|
+
], 34);
|
|
94
107
|
};
|
|
95
108
|
}
|
|
96
109
|
});
|
|
@@ -8,20 +8,22 @@ const _hoisted_2 = {
|
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "no-img"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_3 = { class: "
|
|
12
|
-
const _hoisted_4 = { class: "
|
|
13
|
-
const _hoisted_5 = { class: "
|
|
14
|
-
const _hoisted_6 = { class: "
|
|
15
|
-
const _hoisted_7 =
|
|
16
|
-
const _hoisted_8 = { class: "abttr tags" };
|
|
17
|
-
const _hoisted_9 = { class: "abttr
|
|
18
|
-
const _hoisted_10 = { class: "
|
|
11
|
+
const _hoisted_3 = { class: "batch-select" };
|
|
12
|
+
const _hoisted_4 = { class: "info-view" };
|
|
13
|
+
const _hoisted_5 = { class: "title_i" };
|
|
14
|
+
const _hoisted_6 = { class: "abttrite-v" };
|
|
15
|
+
const _hoisted_7 = { class: "left" };
|
|
16
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1);
|
|
17
|
+
const _hoisted_9 = { class: "abttr tags" };
|
|
18
|
+
const _hoisted_10 = { class: "abttr time" };
|
|
19
|
+
const _hoisted_11 = { class: "right" };
|
|
19
20
|
const _sfc_main = vue.defineComponent({
|
|
20
21
|
__name: "index",
|
|
21
22
|
props: {
|
|
22
|
-
item: {}
|
|
23
|
+
item: {},
|
|
24
|
+
extraAttrs: {}
|
|
23
25
|
},
|
|
24
|
-
emits: ["clickTitle"],
|
|
26
|
+
emits: ["clickTitle", "cellMouseEnter", "cellMouseLeave"],
|
|
25
27
|
setup(__props, { emit: __emit }) {
|
|
26
28
|
const props = __props;
|
|
27
29
|
const emit = __emit;
|
|
@@ -42,12 +44,20 @@ const _sfc_main = vue.defineComponent({
|
|
|
42
44
|
return null;
|
|
43
45
|
return ret.pc_banner_url;
|
|
44
46
|
});
|
|
47
|
+
const mouseEnterFun = (event, row) => {
|
|
48
|
+
emit("cellMouseEnter", { row, event });
|
|
49
|
+
};
|
|
50
|
+
const mouseLeaveFun = (event, row) => {
|
|
51
|
+
emit("cellMouseLeave", { row, event });
|
|
52
|
+
};
|
|
45
53
|
const clickTitle = () => {
|
|
46
54
|
emit("clickTitle", props.item);
|
|
47
55
|
};
|
|
48
56
|
return (_ctx, _cache) => {
|
|
49
57
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
50
|
-
class: vue.normalizeClass(["medialist-funhd-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }])
|
|
58
|
+
class: vue.normalizeClass(["medialist-funhd-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
59
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
|
|
60
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
|
|
51
61
|
}, [
|
|
52
62
|
vue.createElementVNode("div", _hoisted_1, [
|
|
53
63
|
pc_banner.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
|
|
@@ -56,41 +66,44 @@ const _sfc_main = vue.defineComponent({
|
|
|
56
66
|
preview: false,
|
|
57
67
|
class: "image",
|
|
58
68
|
fit: "cover"
|
|
59
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1))
|
|
69
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
70
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
71
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
72
|
+
])
|
|
60
73
|
]),
|
|
61
|
-
vue.createElementVNode("div",
|
|
74
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
62
75
|
vue.createElementVNode("div", {
|
|
63
76
|
class: "title",
|
|
64
77
|
onClick: clickTitle
|
|
65
78
|
}, [
|
|
66
79
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
67
|
-
vue.createElementVNode("span",
|
|
80
|
+
vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
|
|
68
81
|
]),
|
|
69
|
-
vue.createElementVNode("div",
|
|
70
|
-
vue.createElementVNode("div",
|
|
82
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
83
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
71
84
|
vue.createVNode(component, {
|
|
72
85
|
class: "icon",
|
|
73
86
|
type: "funhd"
|
|
74
87
|
}),
|
|
75
88
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
76
|
-
|
|
89
|
+
_hoisted_8,
|
|
77
90
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
78
91
|
content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
|
|
79
92
|
position: "top"
|
|
80
93
|
}, {
|
|
81
94
|
default: vue.withCtx(() => [
|
|
82
|
-
vue.createElementVNode("span",
|
|
95
|
+
vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
|
|
83
96
|
]),
|
|
84
97
|
_: 1
|
|
85
98
|
}, 8, ["content"]),
|
|
86
|
-
vue.createElementVNode("span",
|
|
99
|
+
vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
|
|
87
100
|
]),
|
|
88
|
-
vue.createElementVNode("div",
|
|
101
|
+
vue.createElementVNode("div", _hoisted_11, [
|
|
89
102
|
vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
90
103
|
])
|
|
91
104
|
])
|
|
92
105
|
])
|
|
93
|
-
],
|
|
106
|
+
], 34);
|
|
94
107
|
};
|
|
95
108
|
}
|
|
96
109
|
});
|