@cmstops/pro-compo 0.1.10 → 0.1.11
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 +949 -0
- package/dist/index.min.css +1 -1
- package/es/_virtual/plugin-vue_export-helper.js +7 -0
- package/es/config.d.ts +2 -0
- package/es/config.js +3 -1
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +89 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/CompoItem/index.js +76 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.js +99 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +71 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.js +199 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +184 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +131 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.js +82 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.js +84 -0
- package/es/contentDetailList/components/Content/MaccountItem/temp/user.js +2 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.js +308 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.js +58 -0
- package/es/contentDetailList/index.d.ts +2 -0
- package/es/contentDetailList/index.js +7 -0
- package/es/contentDetailList/scripts/data.d.ts +254 -0
- package/es/contentDetailList/scripts/index.d.ts +58 -0
- package/es/contentDetailList/scripts/index.js +137 -0
- package/es/contentDetailList/style/ComoItem.less +106 -0
- package/es/contentDetailList/style/Content.less +49 -0
- package/es/contentDetailList/style/ContentListItem.less +131 -0
- package/es/contentDetailList/style/Doc.less +8 -0
- package/es/contentDetailList/style/DocItem.less +145 -0
- package/es/contentDetailList/style/DocTags.less +63 -0
- package/es/contentDetailList/style/KongoNavItem.less +110 -0
- package/es/contentDetailList/style/LiveItem.less +115 -0
- package/es/contentDetailList/style/MaccountItem.less +114 -0
- package/es/contentDetailList/style/css.js +1 -0
- package/es/contentDetailList/style/index.css +683 -0
- package/es/contentDetailList/style/index.d.ts +1 -0
- package/es/contentDetailList/style/index.js +1 -0
- package/es/contentDetailList/style/index.less +9 -0
- package/es/contentModal/component.js +2 -1
- package/es/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/es/contentModal/components/CompoList/index.js +3 -2
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/index.js +2 -1
- package/es/contentModal/components/storeBox/index.js +2 -1
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/component.js +48 -0
- package/es/emptyData/index.d.ts +2 -0
- package/es/emptyData/index.js +7 -0
- package/es/emptyData/style/css.js +1 -0
- package/es/emptyData/style/index.css +26 -0
- package/es/emptyData/style/index.d.ts +1 -0
- package/es/emptyData/style/index.js +1 -0
- package/es/emptyData/style/index.less +30 -0
- package/es/hooks/toggle.d.ts +6 -0
- package/es/hooks/toggle.js +9 -0
- package/es/hooks/user.js +2 -0
- package/es/index.css +949 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/es/index.less +6 -0
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/component.js +41 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.js +251 -0
- package/es/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.js +187 -0
- package/es/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.js +116 -0
- package/es/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/MediaFilter.js +8 -0
- package/es/mediaFilter/components/MpAccountFilter.js +8 -0
- package/es/mediaFilter/components/MpContentFilter.js +8 -0
- package/es/mediaFilter/index.d.ts +2 -0
- package/es/mediaFilter/index.js +7 -0
- package/es/mediaFilter/script/optionsGetter.d.ts +26 -0
- package/es/mediaFilter/script/optionsGetter.js +82 -0
- package/es/mediaFilter/style/css.js +1 -0
- package/es/mediaFilter/style/index.css +4 -0
- package/es/mediaFilter/style/index.d.ts +1 -0
- package/es/mediaFilter/style/index.js +1 -0
- package/es/mediaFilter/style/index.less +4 -0
- package/es/messageBox/list.js +2 -1
- package/es/previousVersion/component.js +2 -1
- package/es/previousVersion/style/index.less +1 -0
- package/es/resourceModal/component.js +2 -1
- package/es/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/index.js +3 -2
- package/es/resourceModal/script/filter.d.ts +1 -0
- package/es/resourceModal/script/filter.js +15 -2
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/component.js +77 -0
- package/es/selectAvatarList/index.d.ts +2 -0
- package/es/selectAvatarList/index.js +7 -0
- package/es/selectAvatarList/style/css.js +1 -0
- package/es/selectAvatarList/style/index.css +4 -0
- package/es/selectAvatarList/style/index.d.ts +1 -0
- package/es/selectAvatarList/style/index.js +1 -0
- package/es/selectAvatarList/style/index.less +4 -0
- package/es/selectGategory/component.js +5 -12
- package/es/selectGategory/components/ColumnSelection/index.js +5 -1
- package/es/style.css +89 -0
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/component.js +81 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.js +228 -0
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.js +28 -0
- package/es/uploadBefore/index.d.ts +2 -0
- package/es/uploadBefore/index.js +7 -0
- package/es/uploadBefore/script/api.d.ts +16 -0
- package/es/uploadBefore/script/api.js +27 -0
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +39 -0
- package/es/uploadBefore/script/fileTypeAdapter.js +48 -0
- package/es/uploadBefore/script/fileUpload.d.ts +7 -0
- package/es/uploadBefore/script/fileUpload.js +39 -0
- package/es/uploadBefore/script/uploadHooks.d.ts +55 -0
- package/es/uploadBefore/script/uploadHooks.js +33 -0
- package/es/uploadBefore/style/css.js +1 -0
- package/es/uploadBefore/style/index.css +111 -0
- package/es/uploadBefore/style/index.d.ts +1 -0
- package/es/uploadBefore/style/index.js +1 -0
- package/es/uploadBefore/style/index.less +144 -0
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.js +139 -4
- package/es/uploadStep/script/fileTypeAdapter.d.ts +20 -0
- package/es/uploadStep/style/index.css +113 -0
- package/es/uploadStep/style/index.less +148 -0
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/component.js +200 -0
- package/es/userDirector/index.d.ts +2 -0
- package/es/userDirector/index.js +7 -0
- package/es/userDirector/script/api.d.ts +9 -0
- package/es/userDirector/script/api.js +32 -0
- package/es/userDirector/style/css.js +1 -0
- package/es/userDirector/style/index.css +8 -0
- package/es/userDirector/style/index.d.ts +1 -0
- package/es/userDirector/style/index.js +1 -0
- package/es/userDirector/style/index.less +8 -0
- package/es/utils/doc.d.ts +18 -16
- package/es/utils/doc.js +52 -0
- package/es/utils/index.d.ts +8 -0
- package/es/utils/index.js +22 -1
- package/es/utils/tusUpload.d.ts +8 -0
- package/es/utils/tusUpload.js +52 -0
- package/lib/_virtual/plugin-vue_export-helper.js +8 -0
- package/lib/config.js +4 -0
- package/lib/contentDetailList/component.js +90 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.js +77 -0
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +100 -0
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +72 -0
- package/lib/contentDetailList/components/Content/DocItem/index.js +200 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +185 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +132 -0
- package/lib/contentDetailList/components/Content/LiveItem/index.js +83 -0
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +85 -0
- package/lib/contentDetailList/components/Content/MaccountItem/temp/user.js +3 -0
- package/lib/contentDetailList/components/Content/index.js +313 -0
- package/lib/contentDetailList/components/Doc/index.js +59 -0
- package/lib/contentDetailList/index.js +8 -0
- package/lib/contentDetailList/scripts/index.js +153 -0
- package/lib/contentDetailList/style/ComoItem.less +106 -0
- package/lib/contentDetailList/style/Content.less +49 -0
- package/lib/contentDetailList/style/ContentListItem.less +131 -0
- package/lib/contentDetailList/style/Doc.less +8 -0
- package/lib/contentDetailList/style/DocItem.less +145 -0
- package/lib/contentDetailList/style/DocTags.less +63 -0
- package/lib/contentDetailList/style/KongoNavItem.less +110 -0
- package/lib/contentDetailList/style/LiveItem.less +115 -0
- package/lib/contentDetailList/style/MaccountItem.less +114 -0
- package/lib/contentDetailList/style/css.js +2 -0
- package/lib/contentDetailList/style/index.css +683 -0
- package/lib/contentDetailList/style/index.js +2 -0
- package/lib/contentDetailList/style/index.less +9 -0
- package/lib/contentModal/component.js +2 -1
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/lib/contentModal/components/CompoList/index.js +3 -2
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/index.js +2 -1
- package/lib/contentModal/components/storeBox/index.js +2 -1
- package/lib/emptyData/component.js +49 -0
- package/lib/emptyData/index.js +8 -0
- package/lib/emptyData/style/css.js +2 -0
- package/lib/emptyData/style/index.css +26 -0
- package/lib/emptyData/style/index.js +2 -0
- package/lib/emptyData/style/index.less +30 -0
- package/lib/hooks/toggle.js +11 -0
- package/lib/hooks/user.js +2 -0
- package/lib/index.css +949 -0
- package/lib/index.js +12 -0
- package/lib/index.less +6 -0
- package/lib/mediaFilter/component.js +42 -0
- package/lib/mediaFilter/components/DocFilter.js +252 -0
- package/lib/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/FilterGroup.js +188 -0
- package/lib/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/FilterItem.js +117 -0
- package/lib/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/MediaFilter.js +9 -0
- package/lib/mediaFilter/components/MpAccountFilter.js +9 -0
- package/lib/mediaFilter/components/MpContentFilter.js +9 -0
- package/lib/mediaFilter/index.js +8 -0
- package/lib/mediaFilter/script/optionsGetter.js +88 -0
- package/lib/mediaFilter/style/css.js +2 -0
- package/lib/mediaFilter/style/index.css +4 -0
- package/lib/mediaFilter/style/index.js +2 -0
- package/lib/mediaFilter/style/index.less +4 -0
- package/lib/messageBox/list.js +2 -1
- package/lib/previousVersion/component.js +2 -1
- package/lib/previousVersion/style/index.less +1 -0
- package/lib/resourceModal/component.js +2 -1
- package/lib/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/index.js +3 -2
- package/lib/resourceModal/script/filter.js +14 -0
- package/lib/selectAvatarList/component.js +78 -0
- package/lib/selectAvatarList/index.js +8 -0
- package/lib/selectAvatarList/style/css.js +2 -0
- package/lib/selectAvatarList/style/index.css +4 -0
- package/lib/selectAvatarList/style/index.js +2 -0
- package/lib/selectAvatarList/style/index.less +4 -0
- package/lib/selectGategory/component.js +4 -11
- package/lib/selectGategory/components/ColumnSelection/index.js +5 -1
- package/lib/uploadBefore/component.js +82 -0
- package/lib/uploadBefore/components/UploadBefore.js +229 -0
- package/lib/uploadBefore/components/UploadForClick.js +29 -0
- package/lib/uploadBefore/index.js +8 -0
- package/lib/uploadBefore/script/api.js +32 -0
- package/lib/uploadBefore/script/fileTypeAdapter.js +53 -0
- package/lib/uploadBefore/script/fileUpload.js +42 -0
- package/lib/uploadBefore/script/uploadHooks.js +36 -0
- package/lib/uploadBefore/style/css.js +2 -0
- package/lib/uploadBefore/style/index.css +111 -0
- package/lib/uploadBefore/style/index.js +2 -0
- package/lib/uploadBefore/style/index.less +144 -0
- package/lib/uploadStep/component.js +138 -3
- package/lib/uploadStep/style/index.css +113 -0
- package/lib/uploadStep/style/index.less +148 -0
- package/lib/userDirector/component.js +201 -0
- package/lib/userDirector/index.js +8 -0
- package/lib/userDirector/script/api.js +38 -0
- package/lib/userDirector/style/css.js +2 -0
- package/lib/userDirector/style/index.css +8 -0
- package/lib/userDirector/style/index.js +2 -0
- package/lib/userDirector/style/index.less +8 -0
- package/lib/utils/doc.js +59 -0
- package/lib/utils/index.js +23 -0
- package/lib/utils/tusUpload.js +75 -0
- package/package.json +8 -1
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, withCtx } from "vue";
|
|
2
|
+
import { Image, Tooltip } from "@arco-design/web-vue";
|
|
3
|
+
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
4
|
+
import _sfc_main$2 from "../KongoNavItem/DocTags/index.js";
|
|
5
|
+
import defaultAvatar from "./temp/user.js";
|
|
6
|
+
const _hoisted_1 = { class: "cover-view" };
|
|
7
|
+
const _hoisted_2 = { class: "info-view" };
|
|
8
|
+
const _hoisted_3 = { class: "abttrite-v" };
|
|
9
|
+
const _hoisted_4 = { class: "left" };
|
|
10
|
+
const _hoisted_5 = { class: "right" };
|
|
11
|
+
const _sfc_main = defineComponent({
|
|
12
|
+
__name: "index",
|
|
13
|
+
props: {
|
|
14
|
+
item: {},
|
|
15
|
+
abttrites: {}
|
|
16
|
+
},
|
|
17
|
+
emits: ["clickTitle"],
|
|
18
|
+
setup(__props, { emit: __emit }) {
|
|
19
|
+
const props = __props;
|
|
20
|
+
const emit = __emit;
|
|
21
|
+
const hide = computed(() => {
|
|
22
|
+
const { hide: hide2 } = props.item;
|
|
23
|
+
return hide2 === 7 || hide2 === 6;
|
|
24
|
+
});
|
|
25
|
+
const clickTitle = () => {
|
|
26
|
+
emit("clickTitle", props.item);
|
|
27
|
+
};
|
|
28
|
+
return (_ctx, _cache) => {
|
|
29
|
+
return openBlock(), createElementBlock("div", {
|
|
30
|
+
class: normalizeClass(["medialist-account-item-view", { gray_for_hide: hide.value }])
|
|
31
|
+
}, [
|
|
32
|
+
createElementVNode("div", _hoisted_1, [
|
|
33
|
+
createVNode(unref(Image), {
|
|
34
|
+
src: _ctx.item.mp_logo || unref(defaultAvatar),
|
|
35
|
+
fit: "cover"
|
|
36
|
+
}, null, 8, ["src"])
|
|
37
|
+
]),
|
|
38
|
+
createElementVNode("div", _hoisted_2, [
|
|
39
|
+
createElementVNode("div", {
|
|
40
|
+
class: "title",
|
|
41
|
+
onClick: clickTitle
|
|
42
|
+
}, [
|
|
43
|
+
renderSlot(_ctx.$slots, "index"),
|
|
44
|
+
createTextVNode(" " + toDisplayString(_ctx.item.mp_name), 1)
|
|
45
|
+
]),
|
|
46
|
+
createElementVNode("div", _hoisted_3, [
|
|
47
|
+
createElementVNode("div", _hoisted_4, [
|
|
48
|
+
createVNode(_sfc_main$1, {
|
|
49
|
+
class: "icon",
|
|
50
|
+
doc: _ctx.item.catalog === "doc",
|
|
51
|
+
type: _ctx.item.series
|
|
52
|
+
}, null, 8, ["doc", "type"]),
|
|
53
|
+
createVNode(_sfc_main$2, {
|
|
54
|
+
class: "abttr tags",
|
|
55
|
+
item: _ctx.item
|
|
56
|
+
}, null, 8, ["item"]),
|
|
57
|
+
renderSlot(_ctx.$slots, "tip"),
|
|
58
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.abttrites, (column, i) => {
|
|
59
|
+
return openBlock(), createElementBlock("span", {
|
|
60
|
+
key: i,
|
|
61
|
+
class: "abttr"
|
|
62
|
+
}, [
|
|
63
|
+
createVNode(unref(Tooltip), {
|
|
64
|
+
content: `${column.label}: ${_ctx.item[column.key]}`,
|
|
65
|
+
placement: "top"
|
|
66
|
+
}, {
|
|
67
|
+
default: withCtx(() => [
|
|
68
|
+
createElementVNode("span", null, toDisplayString(_ctx.item[column.key] || "\u2014 \u2014"), 1)
|
|
69
|
+
]),
|
|
70
|
+
_: 2
|
|
71
|
+
}, 1032, ["content"])
|
|
72
|
+
]);
|
|
73
|
+
}), 128))
|
|
74
|
+
]),
|
|
75
|
+
createElementVNode("div", _hoisted_5, [
|
|
76
|
+
renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
77
|
+
])
|
|
78
|
+
])
|
|
79
|
+
])
|
|
80
|
+
], 2);
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
export { _sfc_main as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var defaultAvatar = "data:image/png;base64,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";
|
|
2
|
+
export { defaultAvatar as default };
|
|
File without changes
|
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, createCommentVNode, createBlock, toDisplayString, renderSlot, Fragment, createSlots, createTextVNode } from "vue";
|
|
2
|
+
import { IconPenFill, IconClockCircle, IconPushpin } from "@arco-design/web-vue/es/icon";
|
|
3
|
+
import draggable from "vuedraggable";
|
|
4
|
+
import _sfc_main$2 from "./CompoItem/index.js";
|
|
5
|
+
import _sfc_main$3 from "./ContentListItem/index.js";
|
|
6
|
+
import _sfc_main$1 from "./DocItem/index.js";
|
|
7
|
+
import _sfc_main$6 from "./KongoNavItem/index.js";
|
|
8
|
+
import _sfc_main$5 from "./LiveItem/index.js";
|
|
9
|
+
import _sfc_main$4 from "./MaccountItem/index.js";
|
|
10
|
+
const _hoisted_1 = { class: "content-common-detail-list-container" };
|
|
11
|
+
const _hoisted_2 = { class: "item" };
|
|
12
|
+
const _hoisted_3 = { class: "index" };
|
|
13
|
+
const _hoisted_4 = {
|
|
14
|
+
key: 0,
|
|
15
|
+
class: "add_new"
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_5 = {
|
|
18
|
+
key: 1,
|
|
19
|
+
class: "d_time"
|
|
20
|
+
};
|
|
21
|
+
const _hoisted_6 = {
|
|
22
|
+
key: 2,
|
|
23
|
+
class: "fix_position"
|
|
24
|
+
};
|
|
25
|
+
const _hoisted_7 = { class: "doc-fixed-icon" };
|
|
26
|
+
const _hoisted_8 = { class: "doc-fixed-num" };
|
|
27
|
+
const _hoisted_9 = { class: "index" };
|
|
28
|
+
const _hoisted_10 = {
|
|
29
|
+
key: 0,
|
|
30
|
+
class: "add_new"
|
|
31
|
+
};
|
|
32
|
+
const _hoisted_11 = {
|
|
33
|
+
key: 1,
|
|
34
|
+
class: "d_time"
|
|
35
|
+
};
|
|
36
|
+
const _hoisted_12 = {
|
|
37
|
+
key: 2,
|
|
38
|
+
class: "fix_position"
|
|
39
|
+
};
|
|
40
|
+
const _hoisted_13 = { class: "doc-fixed-icon" };
|
|
41
|
+
const _hoisted_14 = { class: "doc-fixed-num" };
|
|
42
|
+
const _hoisted_15 = { class: "index" };
|
|
43
|
+
const _hoisted_16 = {
|
|
44
|
+
key: 0,
|
|
45
|
+
class: "add_new"
|
|
46
|
+
};
|
|
47
|
+
const _hoisted_17 = {
|
|
48
|
+
key: 1,
|
|
49
|
+
class: "d_time"
|
|
50
|
+
};
|
|
51
|
+
const _hoisted_18 = {
|
|
52
|
+
key: 2,
|
|
53
|
+
class: "fix_position"
|
|
54
|
+
};
|
|
55
|
+
const _hoisted_19 = { class: "doc-fixed-icon" };
|
|
56
|
+
const _hoisted_20 = { class: "doc-fixed-num" };
|
|
57
|
+
const _hoisted_21 = { class: "index" };
|
|
58
|
+
const _hoisted_22 = {
|
|
59
|
+
key: 0,
|
|
60
|
+
class: "add_new"
|
|
61
|
+
};
|
|
62
|
+
const _hoisted_23 = {
|
|
63
|
+
key: 1,
|
|
64
|
+
class: "fix_position"
|
|
65
|
+
};
|
|
66
|
+
const _hoisted_24 = { class: "doc-fixed-icon" };
|
|
67
|
+
const _hoisted_25 = { class: "doc-fixed-num" };
|
|
68
|
+
const _hoisted_26 = { class: "index" };
|
|
69
|
+
const _hoisted_27 = { class: "index" };
|
|
70
|
+
const _hoisted_28 = {
|
|
71
|
+
key: 0,
|
|
72
|
+
class: "add_new"
|
|
73
|
+
};
|
|
74
|
+
const _hoisted_29 = {
|
|
75
|
+
key: 1,
|
|
76
|
+
class: "fix_position"
|
|
77
|
+
};
|
|
78
|
+
const _hoisted_30 = { class: "doc-fixed-icon" };
|
|
79
|
+
const _hoisted_31 = { class: "doc-fixed-num" };
|
|
80
|
+
const _sfc_main = defineComponent({
|
|
81
|
+
__name: "index",
|
|
82
|
+
props: {
|
|
83
|
+
mediaFileData: {},
|
|
84
|
+
disdragalbe: { type: Boolean },
|
|
85
|
+
abttrites: {},
|
|
86
|
+
query: {}
|
|
87
|
+
},
|
|
88
|
+
emits: ["sortChange", "clickTitle", "dragstart"],
|
|
89
|
+
setup(__props, { emit: __emit }) {
|
|
90
|
+
const emit = __emit;
|
|
91
|
+
const sortChange = (e) => {
|
|
92
|
+
emit("sortChange", e);
|
|
93
|
+
};
|
|
94
|
+
const clickTitle = (item) => {
|
|
95
|
+
emit("clickTitle", item);
|
|
96
|
+
};
|
|
97
|
+
return (_ctx, _cache) => {
|
|
98
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
99
|
+
createVNode(unref(draggable), {
|
|
100
|
+
list: _ctx.mediaFileData,
|
|
101
|
+
group: "people_contents",
|
|
102
|
+
"item-key": "id",
|
|
103
|
+
animation: 150,
|
|
104
|
+
sort: _ctx.disdragalbe,
|
|
105
|
+
onChange: sortChange,
|
|
106
|
+
onStart: _cache[0] || (_cache[0] = ($event) => emit("dragstart"))
|
|
107
|
+
}, {
|
|
108
|
+
item: withCtx(({ element, index }) => [
|
|
109
|
+
createElementVNode("div", _hoisted_2, [
|
|
110
|
+
createCommentVNode(" \u7A3F\u4EF6 "),
|
|
111
|
+
element.catalog === "doc" ? (openBlock(), createBlock(_sfc_main$1, {
|
|
112
|
+
key: element.post_id,
|
|
113
|
+
item: { ...element, index },
|
|
114
|
+
abttrites: _ctx.abttrites,
|
|
115
|
+
onClickTitle: clickTitle
|
|
116
|
+
}, {
|
|
117
|
+
index: withCtx(() => [
|
|
118
|
+
createElementVNode("span", _hoisted_3, toDisplayString(index + 1), 1)
|
|
119
|
+
]),
|
|
120
|
+
tip: withCtx(() => [
|
|
121
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
122
|
+
element._status ? (openBlock(), createElementBlock("i", _hoisted_4, [
|
|
123
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
124
|
+
])) : createCommentVNode("v-if", true),
|
|
125
|
+
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
126
|
+
element.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_5, [
|
|
127
|
+
createVNode(unref(IconClockCircle), { size: "16" })
|
|
128
|
+
])) : createCommentVNode("v-if", true),
|
|
129
|
+
element.fix_position ? (openBlock(), createElementBlock("span", _hoisted_6, [
|
|
130
|
+
createElementVNode("i", _hoisted_7, [
|
|
131
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
132
|
+
]),
|
|
133
|
+
createElementVNode("span", _hoisted_8, toDisplayString(element.fix_position), 1)
|
|
134
|
+
])) : createCommentVNode("v-if", true)
|
|
135
|
+
]),
|
|
136
|
+
option: withCtx(() => [
|
|
137
|
+
renderSlot(_ctx.$slots, "option", {
|
|
138
|
+
row: element,
|
|
139
|
+
index
|
|
140
|
+
})
|
|
141
|
+
]),
|
|
142
|
+
_: 2
|
|
143
|
+
}, 1032, ["item", "abttrites"])) : element.catalog === "contentList" && element.list_type === 7 && element.target_type === 6 ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
144
|
+
createCommentVNode(" \u7EC4\u4EF6 "),
|
|
145
|
+
(openBlock(), createBlock(_sfc_main$2, {
|
|
146
|
+
key: element.post_id,
|
|
147
|
+
item: { ...element, index },
|
|
148
|
+
onClickTitle: clickTitle
|
|
149
|
+
}, {
|
|
150
|
+
index: withCtx(() => [
|
|
151
|
+
createElementVNode("span", _hoisted_9, toDisplayString(index + 1), 1)
|
|
152
|
+
]),
|
|
153
|
+
tip: withCtx(() => [
|
|
154
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
155
|
+
element._status ? (openBlock(), createElementBlock("i", _hoisted_10, [
|
|
156
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
157
|
+
])) : createCommentVNode("v-if", true),
|
|
158
|
+
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
159
|
+
element.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_11, [
|
|
160
|
+
createVNode(unref(IconClockCircle), { size: "16" })
|
|
161
|
+
])) : createCommentVNode("v-if", true),
|
|
162
|
+
element.fix_position ? (openBlock(), createElementBlock("span", _hoisted_12, [
|
|
163
|
+
createElementVNode("i", _hoisted_13, [
|
|
164
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
165
|
+
]),
|
|
166
|
+
createElementVNode("span", _hoisted_14, toDisplayString(element.fix_position), 1)
|
|
167
|
+
])) : createCommentVNode("v-if", true)
|
|
168
|
+
]),
|
|
169
|
+
option: withCtx(() => [
|
|
170
|
+
renderSlot(_ctx.$slots, "option", {
|
|
171
|
+
row: element,
|
|
172
|
+
index
|
|
173
|
+
})
|
|
174
|
+
]),
|
|
175
|
+
_: 2
|
|
176
|
+
}, 1032, ["item"]))
|
|
177
|
+
], 2112)) : element.catalog === "contentList" && element.list_type === 4 && element.target_type === 6 ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
178
|
+
createCommentVNode(" \u9891\u9053 "),
|
|
179
|
+
(openBlock(), createBlock(_sfc_main$3, {
|
|
180
|
+
key: element.post_id,
|
|
181
|
+
item: { ...element, index },
|
|
182
|
+
query: _ctx.query,
|
|
183
|
+
onClickTitle: clickTitle
|
|
184
|
+
}, createSlots({
|
|
185
|
+
index: withCtx(() => [
|
|
186
|
+
createElementVNode("span", _hoisted_15, toDisplayString(index + 1), 1)
|
|
187
|
+
]),
|
|
188
|
+
tip: withCtx(() => [
|
|
189
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
190
|
+
element._status ? (openBlock(), createElementBlock("i", _hoisted_16, [
|
|
191
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
192
|
+
])) : createCommentVNode("v-if", true),
|
|
193
|
+
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
194
|
+
element.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_17, [
|
|
195
|
+
createVNode(unref(IconClockCircle), { size: "16" })
|
|
196
|
+
])) : createCommentVNode("v-if", true),
|
|
197
|
+
element.fix_position ? (openBlock(), createElementBlock("span", _hoisted_18, [
|
|
198
|
+
createElementVNode("i", _hoisted_19, [
|
|
199
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
200
|
+
]),
|
|
201
|
+
createElementVNode("span", _hoisted_20, toDisplayString(element.fix_position), 1)
|
|
202
|
+
])) : createCommentVNode("v-if", true)
|
|
203
|
+
]),
|
|
204
|
+
option: withCtx(() => [
|
|
205
|
+
renderSlot(_ctx.$slots, "option", {
|
|
206
|
+
row: element,
|
|
207
|
+
index
|
|
208
|
+
})
|
|
209
|
+
]),
|
|
210
|
+
_: 2
|
|
211
|
+
}, [
|
|
212
|
+
index === 0 && _ctx.query === "lbs" ? {
|
|
213
|
+
name: "tips",
|
|
214
|
+
fn: withCtx(() => [
|
|
215
|
+
createTextVNode(" \u9ED8\u8BA4 ")
|
|
216
|
+
]),
|
|
217
|
+
key: "0"
|
|
218
|
+
} : void 0
|
|
219
|
+
]), 1032, ["item", "query"]))
|
|
220
|
+
], 2112)) : element.catalog === "mp_account" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
221
|
+
createCommentVNode(" \u516C\u4F17\u53F7 "),
|
|
222
|
+
(openBlock(), createBlock(_sfc_main$4, {
|
|
223
|
+
key: element.post_id,
|
|
224
|
+
item: { ...element, index },
|
|
225
|
+
abttrites: _ctx.abttrites,
|
|
226
|
+
onClickTitle: clickTitle
|
|
227
|
+
}, {
|
|
228
|
+
index: withCtx(() => [
|
|
229
|
+
createElementVNode("span", _hoisted_21, toDisplayString(index + 1), 1)
|
|
230
|
+
]),
|
|
231
|
+
tip: withCtx(() => [
|
|
232
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
233
|
+
element._status ? (openBlock(), createElementBlock("i", _hoisted_22, [
|
|
234
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
235
|
+
])) : createCommentVNode("v-if", true),
|
|
236
|
+
element.fix_position ? (openBlock(), createElementBlock("span", _hoisted_23, [
|
|
237
|
+
createElementVNode("i", _hoisted_24, [
|
|
238
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
239
|
+
]),
|
|
240
|
+
createElementVNode("span", _hoisted_25, toDisplayString(element.fix_position), 1)
|
|
241
|
+
])) : createCommentVNode("v-if", true)
|
|
242
|
+
]),
|
|
243
|
+
option: withCtx(() => [
|
|
244
|
+
renderSlot(_ctx.$slots, "option", {
|
|
245
|
+
row: element,
|
|
246
|
+
index
|
|
247
|
+
})
|
|
248
|
+
]),
|
|
249
|
+
_: 2
|
|
250
|
+
}, 1032, ["item", "abttrites"]))
|
|
251
|
+
], 2112)) : element.catalog === "ilive" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
|
|
252
|
+
createCommentVNode(" \u4E91\u76F4\u64AD "),
|
|
253
|
+
(openBlock(), createBlock(_sfc_main$5, {
|
|
254
|
+
key: element.post_id,
|
|
255
|
+
item: { ...element, index },
|
|
256
|
+
onClickTitle: clickTitle
|
|
257
|
+
}, {
|
|
258
|
+
index: withCtx(() => [
|
|
259
|
+
createElementVNode("span", _hoisted_26, toDisplayString(index + 1), 1)
|
|
260
|
+
]),
|
|
261
|
+
option: withCtx(() => [
|
|
262
|
+
renderSlot(_ctx.$slots, "option", {
|
|
263
|
+
row: element,
|
|
264
|
+
index
|
|
265
|
+
})
|
|
266
|
+
]),
|
|
267
|
+
_: 2
|
|
268
|
+
}, 1032, ["item"]))
|
|
269
|
+
], 2112)) : element.catalog === "kongo" ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
270
|
+
createCommentVNode(" \u529F\u80FD\u5BFC\u822A "),
|
|
271
|
+
(openBlock(), createBlock(_sfc_main$6, {
|
|
272
|
+
key: element.post_id,
|
|
273
|
+
item: { ...element, index },
|
|
274
|
+
onClickTitle: clickTitle
|
|
275
|
+
}, {
|
|
276
|
+
index: withCtx(() => [
|
|
277
|
+
createElementVNode("span", _hoisted_27, toDisplayString(index + 1), 1)
|
|
278
|
+
]),
|
|
279
|
+
tip: withCtx(() => [
|
|
280
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
281
|
+
element._status ? (openBlock(), createElementBlock("i", _hoisted_28, [
|
|
282
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
283
|
+
])) : createCommentVNode("v-if", true),
|
|
284
|
+
element.fix_position ? (openBlock(), createElementBlock("span", _hoisted_29, [
|
|
285
|
+
createElementVNode("i", _hoisted_30, [
|
|
286
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
287
|
+
]),
|
|
288
|
+
createElementVNode("span", _hoisted_31, toDisplayString(element.fix_position), 1)
|
|
289
|
+
])) : createCommentVNode("v-if", true)
|
|
290
|
+
]),
|
|
291
|
+
option: withCtx(() => [
|
|
292
|
+
renderSlot(_ctx.$slots, "option", {
|
|
293
|
+
row: element,
|
|
294
|
+
index
|
|
295
|
+
})
|
|
296
|
+
]),
|
|
297
|
+
_: 2
|
|
298
|
+
}, 1032, ["item"]))
|
|
299
|
+
], 2112)) : createCommentVNode("v-if", true)
|
|
300
|
+
])
|
|
301
|
+
]),
|
|
302
|
+
_: 3
|
|
303
|
+
}, 8, ["list", "sort"])
|
|
304
|
+
]);
|
|
305
|
+
};
|
|
306
|
+
}
|
|
307
|
+
});
|
|
308
|
+
export { _sfc_main as default };
|
|
File without changes
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createBlock, renderSlot } from "vue";
|
|
2
|
+
import { Scrollbar } from "@arco-design/web-vue";
|
|
3
|
+
import _sfc_main$1 from "../Content/DocItem/index.js";
|
|
4
|
+
const _hoisted_1 = { class: "media-common-detail-list-container" };
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
|
+
__name: "index",
|
|
7
|
+
props: {
|
|
8
|
+
abttrites: {},
|
|
9
|
+
getData: {}
|
|
10
|
+
},
|
|
11
|
+
emits: ["cellMouseEnter", "cellMouseLeave", "clickTitle"],
|
|
12
|
+
setup(__props, { emit: __emit }) {
|
|
13
|
+
const emit = __emit;
|
|
14
|
+
const cellMouseEnter = (params) => {
|
|
15
|
+
emit("cellMouseEnter", params);
|
|
16
|
+
};
|
|
17
|
+
const cellMouseLeave = (params) => {
|
|
18
|
+
emit("cellMouseLeave", params);
|
|
19
|
+
};
|
|
20
|
+
const clickTitle = (item) => {
|
|
21
|
+
emit("clickTitle", item);
|
|
22
|
+
};
|
|
23
|
+
return (_ctx, _cache) => {
|
|
24
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
25
|
+
createVNode(unref(Scrollbar), { class: "data-ul" }, {
|
|
26
|
+
default: withCtx(() => [
|
|
27
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getData, (item, index) => {
|
|
28
|
+
return openBlock(), createBlock(_sfc_main$1, {
|
|
29
|
+
key: index,
|
|
30
|
+
item,
|
|
31
|
+
abttrites: _ctx.abttrites,
|
|
32
|
+
onClickTitle: clickTitle,
|
|
33
|
+
onCellMouseEnter: cellMouseEnter,
|
|
34
|
+
onCellMouseLeave: cellMouseLeave
|
|
35
|
+
}, {
|
|
36
|
+
batch: withCtx(() => [
|
|
37
|
+
renderSlot(_ctx.$slots, "batch", {
|
|
38
|
+
row: item,
|
|
39
|
+
index
|
|
40
|
+
})
|
|
41
|
+
]),
|
|
42
|
+
option: withCtx(() => [
|
|
43
|
+
renderSlot(_ctx.$slots, "option", {
|
|
44
|
+
row: item,
|
|
45
|
+
index
|
|
46
|
+
})
|
|
47
|
+
]),
|
|
48
|
+
_: 2
|
|
49
|
+
}, 1032, ["item", "abttrites"]);
|
|
50
|
+
}), 128))
|
|
51
|
+
]),
|
|
52
|
+
_: 3
|
|
53
|
+
})
|
|
54
|
+
]);
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
export { _sfc_main as default };
|