@cmstops/pro-compo 3.9.2 → 3.10.5-stable.2
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/README.md +103 -76
- package/dist/index.css +97 -4
- package/dist/index.min.css +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/appCenter/script/api.d.ts +5 -5
- package/es/baseFilter/component.js +71 -14
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/components/filterItem.js +1 -1
- package/es/colorPalette/component.js +1 -1
- package/es/contentDetailList/component.js +33 -9
- package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/es/contentDetailList/components/Content/index.js +118 -117
- package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/es/contentDetailList/components/CustomWrp/index.js +10 -10
- package/es/contentDetailList/components/Doc/index.js +16 -10
- package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/es/contentDetailList/components/Records/index.js +8 -8
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/es/contentDetailList/script/api.d.ts +2 -2
- package/es/contentModal/component.js +40 -40
- package/es/contentModal/components/CompoList/index.js +1 -1
- package/es/contentModal/components/Dejin/index.js +1 -1
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/es/contentModal/components/MpContentList/index.js +1 -1
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/es/contentModal/components/ViewAllColumn/index.js +7 -3
- package/es/contentModal/components/storeBox/index.js +8 -8
- package/es/contentModal/script/api.d.ts +13 -13
- package/es/dataTags/component.js +38 -38
- package/es/docHistory/component.js +44 -15
- package/es/docHistory/components/DocDiffPanel/index.js +2 -2
- package/es/docHistory/components/DocHistoryList/index.js +2 -2
- package/es/docHistory/scripts/diff.js +4 -3
- package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
- package/es/docHistory/style/index.css +4 -0
- package/es/docHistory/style/index.less +5 -0
- package/es/docPreview/component.js +228 -60
- package/es/docPreview/components/PreviewIframe.js +37 -6
- package/es/docPreview/images/pc.js +2 -0
- package/es/docPreview/scripts/api.d.ts +2 -1
- package/es/docPreview/scripts/hook.d.ts +11 -1
- package/es/docPreview/scripts/hook.js +115 -4
- package/es/docPreview/style/index.css +48 -0
- package/es/docPreview/style/index.less +23 -0
- package/es/docPreview/style/previewIframe.less +31 -0
- package/es/editMetaInfo/component.js +24 -4
- package/es/editMetaInfo/components/metaInfoForm.js +358 -17
- package/es/editMetaInfo/script/api.d.ts +9 -2
- package/es/editMetaInfo/script/api.js +20 -1
- package/es/emptyData/component.js +4 -4
- package/es/emptyData/svg/acount.js +2 -2
- package/es/emptyData/svg/add.js +2 -2
- package/es/emptyData/svg/analize.js +2 -2
- package/es/emptyData/svg/analize_fail.js +2 -2
- package/es/emptyData/svg/empty.js +2 -2
- package/es/emptyData/svg/file.js +2 -2
- package/es/emptyData/svg/manager.js +2 -2
- package/es/emptyData/svg/message.js +2 -2
- package/es/emptyData/svg/noanalize.js +2 -2
- package/es/emptyData/svg/null.js +2 -2
- package/es/emptyData/svg/search.js +2 -2
- package/es/emptyData/svg/star.js +2 -2
- package/es/emptyData/svg/trash.js +2 -2
- package/es/emptyData/svg/user.js +2 -2
- package/es/hooks/assets.d.ts +1 -1
- package/es/hooks/source.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +32 -13
- package/es/hooks/useAttachement.js +42 -2
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/usePopper.js +3 -3
- package/es/hooks/useUpload.d.ts +53 -5
- package/es/hooks/useUpload.js +43 -4
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +11 -11
- package/es/imageCrop/script/api.d.ts +1 -1
- package/es/importData/component.js +13 -13
- package/es/index.css +97 -4
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/mediaFilter/component.js +4 -4
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaFilter/components/FilterItem.js +1 -1
- package/es/mediaView/component.js +8 -8
- package/es/messageBox/component.js +3 -3
- package/es/messageBox/script/api.d.ts +2 -2
- package/es/previousVersion/script/api.d.ts +4 -4
- package/es/resourceGridList/component.js +16 -16
- package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/component.js +7 -7
- package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/es/resourceModal/components/MediaSelection/index.js +6 -6
- package/es/resourceModal/script/api.d.ts +11 -11
- package/es/selectAddTo/component.d.ts +0 -0
- package/es/selectAddTo/component.js +47 -0
- package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
- package/es/selectAddTo/components/SelectAddToView.js +90 -0
- package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
- package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
- package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
- package/es/selectAddTo/index.d.ts +2 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.d.ts +18 -0
- package/es/selectAddTo/script/api.js +23 -0
- package/es/selectAddTo/script/index.d.ts +2 -0
- package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
- package/es/selectAddTo/script/useSelectAddToState.js +55 -0
- package/es/selectAddTo/style/css.js +1 -0
- package/es/selectAddTo/style/index.css +3 -0
- package/es/selectAddTo/style/index.d.ts +1 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectAddTo/types/index.d.ts +37 -0
- package/es/selectGategory/component.js +5 -5
- package/es/selectGategory/components/ColumnSelection/index.js +6 -6
- package/es/selectGategory/script/api.d.ts +2 -2
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
- package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
- package/es/selectResourceModal/component.js +26 -34
- package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +210 -83
- package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/es/selectResourceModal/components/List/ListWraper.js +2 -2
- package/es/selectResourceModal/components/ListSelected/index.js +6 -6
- package/es/selectResourceModal/components/ListTabs/index.js +1 -1
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
- package/es/selectResourceModal/style/index.css +45 -4
- package/es/selectResourceModal/style/index.less +14 -0
- package/es/selectResourceModal/style/list.less +40 -4
- package/es/selectThumb/component.js +76 -33
- package/es/selectThumb/components/card.js +3 -3
- package/es/style.css +63 -0
- package/es/thumbCard/component.js +7 -7
- package/es/thumbCard/components/ThumbUploading/index.js +3 -3
- package/es/typeIcons/component.js +1 -1
- package/es/uploadBefore/component.js +1 -1
- package/es/uploadBefore/components/UploadBefore.js +9 -9
- package/es/uploadBefore/script/api.d.ts +4 -4
- package/es/uploadStep/component.js +3 -3
- package/es/userAvater/component.js +3 -3
- package/es/userAvater/script/api.d.ts +4 -4
- package/es/userDirector/component.js +5 -5
- package/es/userDirector/components/userTree.js +2 -2
- package/es/userDirector/script/api.d.ts +6 -6
- package/es/utils/index.js +6 -6
- package/es/utils/request.d.ts +1 -1
- package/es/utils/transcodeMedia.d.ts +1 -1
- package/es/videoThumb/scripts/api.d.ts +1 -1
- package/lib/baseFilter/component.js +69 -12
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/baseFilter/components/filterItem.js +1 -1
- package/lib/colorPalette/component.js +1 -1
- package/lib/contentDetailList/component.js +33 -9
- package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/index.js +118 -117
- package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
- package/lib/contentDetailList/components/Doc/index.js +16 -10
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/lib/contentDetailList/components/Records/index.js +8 -8
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/lib/contentModal/component.js +40 -40
- package/lib/contentModal/components/CompoList/index.js +1 -1
- package/lib/contentModal/components/Dejin/index.js +1 -1
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/lib/contentModal/components/MpContentList/index.js +1 -1
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
- package/lib/contentModal/components/storeBox/index.js +8 -8
- package/lib/dataTags/component.js +38 -38
- package/lib/docHistory/component.js +42 -13
- package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
- package/lib/docHistory/components/DocHistoryList/index.js +2 -2
- package/lib/docHistory/scripts/diff.js +4 -3
- package/lib/docHistory/style/index.css +4 -0
- package/lib/docHistory/style/index.less +5 -0
- package/lib/docPreview/component.js +227 -59
- package/lib/docPreview/components/PreviewIframe.js +37 -6
- package/lib/docPreview/images/pc.js +3 -0
- package/lib/docPreview/scripts/hook.js +115 -3
- package/lib/docPreview/style/index.css +48 -0
- package/lib/docPreview/style/index.less +23 -0
- package/lib/docPreview/style/previewIframe.less +31 -0
- package/lib/editMetaInfo/component.js +23 -3
- package/lib/editMetaInfo/components/metaInfoForm.js +356 -15
- package/lib/editMetaInfo/script/api.js +21 -0
- package/lib/emptyData/component.js +4 -4
- package/lib/emptyData/svg/acount.js +2 -2
- package/lib/emptyData/svg/add.js +2 -2
- package/lib/emptyData/svg/analize.js +2 -2
- package/lib/emptyData/svg/analize_fail.js +2 -2
- package/lib/emptyData/svg/empty.js +2 -2
- package/lib/emptyData/svg/file.js +2 -2
- package/lib/emptyData/svg/manager.js +2 -2
- package/lib/emptyData/svg/message.js +2 -2
- package/lib/emptyData/svg/noanalize.js +2 -2
- package/lib/emptyData/svg/null.js +2 -2
- package/lib/emptyData/svg/search.js +2 -2
- package/lib/emptyData/svg/star.js +2 -2
- package/lib/emptyData/svg/trash.js +2 -2
- package/lib/emptyData/svg/user.js +2 -2
- package/lib/hooks/useAttachement.js +42 -0
- package/lib/hooks/usePopper.js +3 -3
- package/lib/hooks/useUpload.js +43 -3
- package/lib/imageCrop/component.js +11 -11
- package/lib/importData/component.js +13 -13
- package/lib/index.css +97 -4
- package/lib/index.js +2 -0
- package/lib/mediaFilter/component.js +4 -4
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaFilter/components/FilterItem.js +1 -1
- package/lib/mediaView/component.js +8 -8
- package/lib/messageBox/component.js +3 -3
- package/lib/resourceGridList/component.js +16 -16
- package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/component.js +7 -7
- package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/lib/resourceModal/components/MediaSelection/index.js +6 -6
- package/lib/selectAddTo/component.js +48 -0
- package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/SelectAddToView.js +91 -0
- package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
- package/lib/selectAddTo/index.js +8 -0
- package/lib/selectAddTo/script/api.js +27 -0
- package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
- package/lib/selectAddTo/style/css.js +2 -0
- package/lib/selectAddTo/style/index.css +3 -0
- package/lib/selectAddTo/style/index.js +2 -0
- package/lib/selectAddTo/style/index.less +3 -0
- package/lib/selectGategory/component.js +5 -5
- package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
- package/lib/selectResourceModal/component.js +25 -33
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +207 -80
- package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
- package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
- package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
- package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
- package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
- package/lib/selectResourceModal/style/index.css +45 -4
- package/lib/selectResourceModal/style/index.less +14 -0
- package/lib/selectResourceModal/style/list.less +40 -4
- package/lib/selectThumb/component.js +75 -32
- package/lib/selectThumb/components/card.js +3 -3
- package/lib/thumbCard/component.js +7 -7
- package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
- package/lib/typeIcons/component.js +1 -1
- package/lib/uploadBefore/component.js +1 -1
- package/lib/uploadBefore/components/UploadBefore.js +9 -9
- package/lib/uploadStep/component.js +3 -3
- package/lib/userAvater/component.js +3 -3
- package/lib/userDirector/component.js +5 -5
- package/lib/userDirector/components/userTree.js +2 -2
- package/lib/utils/index.js +6 -6
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ const _sfc_main = defineComponent({
|
|
|
27
27
|
const emit = __emit;
|
|
28
28
|
const hide = computed(() => {
|
|
29
29
|
const { hide: hide2 } = props.item;
|
|
30
|
-
return hide2
|
|
30
|
+
return hide2 > 0;
|
|
31
31
|
});
|
|
32
32
|
const silent = computed(() => {
|
|
33
33
|
return props.item && props.item.mourn_style === 1;
|
|
@@ -54,8 +54,8 @@ const _sfc_main = defineComponent({
|
|
|
54
54
|
return (_ctx, _cache) => {
|
|
55
55
|
return openBlock(), createElementBlock("div", {
|
|
56
56
|
class: normalizeClass(["medialist-funhd-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
57
|
-
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event,
|
|
58
|
-
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event,
|
|
57
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
|
|
58
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
|
|
59
59
|
}, [
|
|
60
60
|
createElementVNode("div", _hoisted_1, [
|
|
61
61
|
pc_banner.value ? (openBlock(), createBlock(unref(Image), {
|
|
@@ -64,9 +64,9 @@ const _sfc_main = defineComponent({
|
|
|
64
64
|
preview: false,
|
|
65
65
|
class: "image",
|
|
66
66
|
fit: "cover"
|
|
67
|
-
}, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(
|
|
67
|
+
}, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(__props.item)), 1)),
|
|
68
68
|
createElementVNode("div", _hoisted_3, [
|
|
69
|
-
renderSlot(_ctx.$slots, "batch", { row:
|
|
69
|
+
renderSlot(_ctx.$slots, "batch", { row: __props.item })
|
|
70
70
|
])
|
|
71
71
|
]),
|
|
72
72
|
createElementVNode("div", _hoisted_4, [
|
|
@@ -75,7 +75,7 @@ const _sfc_main = defineComponent({
|
|
|
75
75
|
onClick: clickTitle
|
|
76
76
|
}, [
|
|
77
77
|
renderSlot(_ctx.$slots, "index"),
|
|
78
|
-
createElementVNode("span", _hoisted_5, toDisplayString(
|
|
78
|
+
createElementVNode("span", _hoisted_5, toDisplayString(__props.item.alias || __props.item.title), 1)
|
|
79
79
|
]),
|
|
80
80
|
createElementVNode("div", _hoisted_6, [
|
|
81
81
|
createElementVNode("div", _hoisted_7, [
|
|
@@ -86,18 +86,18 @@ const _sfc_main = defineComponent({
|
|
|
86
86
|
renderSlot(_ctx.$slots, "tip"),
|
|
87
87
|
_cache[2] || (_cache[2] = createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1)),
|
|
88
88
|
createVNode(unref(Tooltip), {
|
|
89
|
-
content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${
|
|
89
|
+
content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${__props.item.pub_user_alias}`,
|
|
90
90
|
position: "top"
|
|
91
91
|
}, {
|
|
92
92
|
default: withCtx(() => [
|
|
93
|
-
createElementVNode("span", _hoisted_8, toDisplayString(
|
|
93
|
+
createElementVNode("span", _hoisted_8, toDisplayString(__props.item.pub_user_alias), 1)
|
|
94
94
|
]),
|
|
95
95
|
_: 1
|
|
96
96
|
}, 8, ["content"]),
|
|
97
|
-
createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(
|
|
97
|
+
createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(__props.item.pub_time)), 1)
|
|
98
98
|
]),
|
|
99
99
|
createElementVNode("div", _hoisted_10, [
|
|
100
|
-
renderSlot(_ctx.$slots, "option", { row:
|
|
100
|
+
renderSlot(_ctx.$slots, "option", { row: __props.item })
|
|
101
101
|
])
|
|
102
102
|
])
|
|
103
103
|
])
|
|
@@ -125,360 +125,361 @@ const _sfc_main = defineComponent({
|
|
|
125
125
|
return (_ctx, _cache) => {
|
|
126
126
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
127
127
|
createCommentVNode(" \u7A3F\u4EF6 "),
|
|
128
|
-
|
|
129
|
-
key: `doc-${
|
|
130
|
-
item: { ...
|
|
131
|
-
abttrites:
|
|
132
|
-
extraAttrs:
|
|
133
|
-
BASE_API:
|
|
128
|
+
__props.item.catalog === "doc" ? (openBlock(), createBlock(_sfc_main$1, {
|
|
129
|
+
key: `doc-${__props.item.post_id}`,
|
|
130
|
+
item: { ...__props.item, index: __props.index },
|
|
131
|
+
abttrites: __props.abttrites,
|
|
132
|
+
extraAttrs: __props.extraAttrs,
|
|
133
|
+
BASE_API: __props.BASE_API,
|
|
134
134
|
onClickTitle: clickTitle,
|
|
135
135
|
onCellMouseEnter: cellMouseEnter,
|
|
136
136
|
onCellMouseLeave: cellMouseLeave
|
|
137
137
|
}, {
|
|
138
138
|
batch: withCtx(() => [
|
|
139
139
|
renderSlot(_ctx.$slots, "batch", {
|
|
140
|
-
row:
|
|
141
|
-
index:
|
|
140
|
+
row: __props.item,
|
|
141
|
+
index: __props.index
|
|
142
142
|
})
|
|
143
143
|
]),
|
|
144
144
|
index: withCtx(() => [
|
|
145
|
-
createElementVNode("span", _hoisted_1, toDisplayString(
|
|
145
|
+
createElementVNode("span", _hoisted_1, toDisplayString(__props.index + 1), 1),
|
|
146
|
+
renderSlot(_ctx.$slots, "after-index")
|
|
146
147
|
]),
|
|
147
148
|
tip: withCtx(() => [
|
|
148
149
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
149
|
-
|
|
150
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_2, [
|
|
150
151
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
151
152
|
])) : createCommentVNode("v-if", true),
|
|
152
153
|
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
153
|
-
|
|
154
|
+
__props.item.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_3, [
|
|
154
155
|
createVNode(unref(IconClockCircle), { size: "16" })
|
|
155
156
|
])) : createCommentVNode("v-if", true),
|
|
156
|
-
|
|
157
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_4, [
|
|
157
158
|
createElementVNode("i", _hoisted_5, [
|
|
158
159
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
159
160
|
]),
|
|
160
|
-
createElementVNode("span", _hoisted_6, toDisplayString(
|
|
161
|
+
createElementVNode("span", _hoisted_6, toDisplayString(__props.item.fix_position), 1)
|
|
161
162
|
])) : createCommentVNode("v-if", true)
|
|
162
163
|
]),
|
|
163
164
|
option: withCtx(() => [
|
|
164
165
|
renderSlot(_ctx.$slots, "option", {
|
|
165
|
-
row:
|
|
166
|
-
index:
|
|
166
|
+
row: __props.item,
|
|
167
|
+
index: __props.index
|
|
167
168
|
})
|
|
168
169
|
]),
|
|
169
170
|
_: 3
|
|
170
|
-
}, 8, ["item", "abttrites", "extraAttrs", "BASE_API"])) :
|
|
171
|
+
}, 8, ["item", "abttrites", "extraAttrs", "BASE_API"])) : __props.item.catalog === "contentList" && __props.item.list_type === 7 && __props.item.target_type === 6 ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
171
172
|
createCommentVNode(" \u7EC4\u4EF6 "),
|
|
172
173
|
(openBlock(), createBlock(_sfc_main$2, {
|
|
173
|
-
key: `compo-${
|
|
174
|
-
item: { ...
|
|
175
|
-
extraAttrs:
|
|
174
|
+
key: `compo-${__props.item.post_id}`,
|
|
175
|
+
item: { ...__props.item, index: __props.index },
|
|
176
|
+
extraAttrs: __props.extraAttrs,
|
|
176
177
|
onClickTitle: clickTitle,
|
|
177
178
|
onCellMouseEnter: cellMouseEnter,
|
|
178
179
|
onCellMouseLeave: cellMouseLeave
|
|
179
180
|
}, {
|
|
180
181
|
batch: withCtx(() => [
|
|
181
182
|
renderSlot(_ctx.$slots, "batch", {
|
|
182
|
-
row:
|
|
183
|
-
index:
|
|
183
|
+
row: __props.item,
|
|
184
|
+
index: __props.index
|
|
184
185
|
})
|
|
185
186
|
]),
|
|
186
187
|
index: withCtx(() => [
|
|
187
|
-
createElementVNode("span", _hoisted_7, toDisplayString(
|
|
188
|
+
createElementVNode("span", _hoisted_7, toDisplayString(__props.index + 1), 1)
|
|
188
189
|
]),
|
|
189
190
|
tip: withCtx(() => [
|
|
190
191
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
191
|
-
|
|
192
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_8, [
|
|
192
193
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
193
194
|
])) : createCommentVNode("v-if", true),
|
|
194
195
|
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
195
|
-
|
|
196
|
+
__props.item.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_9, [
|
|
196
197
|
createVNode(unref(IconClockCircle), { size: "16" })
|
|
197
198
|
])) : createCommentVNode("v-if", true),
|
|
198
|
-
|
|
199
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_10, [
|
|
199
200
|
createElementVNode("i", _hoisted_11, [
|
|
200
201
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
201
202
|
]),
|
|
202
|
-
createElementVNode("span", _hoisted_12, toDisplayString(
|
|
203
|
+
createElementVNode("span", _hoisted_12, toDisplayString(__props.item.fix_position), 1)
|
|
203
204
|
])) : createCommentVNode("v-if", true)
|
|
204
205
|
]),
|
|
205
206
|
option: withCtx(() => [
|
|
206
207
|
renderSlot(_ctx.$slots, "option", {
|
|
207
|
-
row:
|
|
208
|
-
index:
|
|
208
|
+
row: __props.item,
|
|
209
|
+
index: __props.index
|
|
209
210
|
})
|
|
210
211
|
]),
|
|
211
212
|
_: 3
|
|
212
213
|
}, 8, ["item", "extraAttrs"]))
|
|
213
|
-
], 2112)) :
|
|
214
|
+
], 2112)) : __props.item.catalog === "contentList" && __props.item.list_type === 4 && __props.item.target_type === 6 ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
214
215
|
createCommentVNode(" \u9891\u9053 "),
|
|
215
216
|
(openBlock(), createBlock(_sfc_main$3, {
|
|
216
|
-
key: `contentlist-${
|
|
217
|
-
item: { ...
|
|
218
|
-
parmas:
|
|
219
|
-
extraAttrs:
|
|
217
|
+
key: `contentlist-${__props.item.post_id}`,
|
|
218
|
+
item: { ...__props.item, index: __props.index },
|
|
219
|
+
parmas: __props.parmas,
|
|
220
|
+
extraAttrs: __props.extraAttrs,
|
|
220
221
|
onClickTitle: clickTitle,
|
|
221
222
|
onCellMouseEnter: cellMouseEnter,
|
|
222
223
|
onCellMouseLeave: cellMouseLeave
|
|
223
224
|
}, {
|
|
224
225
|
batch: withCtx(() => [
|
|
225
226
|
renderSlot(_ctx.$slots, "batch", {
|
|
226
|
-
row:
|
|
227
|
-
index:
|
|
227
|
+
row: __props.item,
|
|
228
|
+
index: __props.index
|
|
228
229
|
})
|
|
229
230
|
]),
|
|
230
231
|
index: withCtx(() => [
|
|
231
|
-
createElementVNode("span", _hoisted_13, toDisplayString(
|
|
232
|
+
createElementVNode("span", _hoisted_13, toDisplayString(__props.index + 1), 1)
|
|
232
233
|
]),
|
|
233
234
|
tips: withCtx(() => {
|
|
234
235
|
var _a, _b;
|
|
235
236
|
return [
|
|
236
|
-
createTextVNode(toDisplayString(((_b = (_a =
|
|
237
|
+
createTextVNode(toDisplayString(((_b = (_a = __props.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.tips(__props.item, __props.index)) || ""), 1)
|
|
237
238
|
];
|
|
238
239
|
}),
|
|
239
240
|
tip: withCtx(() => [
|
|
240
241
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
241
|
-
|
|
242
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_14, [
|
|
242
243
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
243
244
|
])) : createCommentVNode("v-if", true),
|
|
244
245
|
createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
245
|
-
|
|
246
|
+
__props.item.status === 3 ? (openBlock(), createElementBlock("i", _hoisted_15, [
|
|
246
247
|
createVNode(unref(IconClockCircle), { size: "16" })
|
|
247
248
|
])) : createCommentVNode("v-if", true),
|
|
248
|
-
|
|
249
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_16, [
|
|
249
250
|
createElementVNode("i", _hoisted_17, [
|
|
250
251
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
251
252
|
]),
|
|
252
|
-
createElementVNode("span", _hoisted_18, toDisplayString(
|
|
253
|
+
createElementVNode("span", _hoisted_18, toDisplayString(__props.item.fix_position), 1)
|
|
253
254
|
])) : createCommentVNode("v-if", true)
|
|
254
255
|
]),
|
|
255
256
|
option: withCtx(() => [
|
|
256
257
|
renderSlot(_ctx.$slots, "option", {
|
|
257
|
-
row:
|
|
258
|
-
index:
|
|
258
|
+
row: __props.item,
|
|
259
|
+
index: __props.index
|
|
259
260
|
})
|
|
260
261
|
]),
|
|
261
262
|
_: 3
|
|
262
263
|
}, 8, ["item", "parmas", "extraAttrs"]))
|
|
263
|
-
], 2112)) :
|
|
264
|
+
], 2112)) : __props.item.catalog === "mp_account" ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
264
265
|
createCommentVNode(" \u516C\u4F17\u53F7 "),
|
|
265
266
|
(openBlock(), createBlock(_sfc_main$4, {
|
|
266
|
-
key: `maccount-${
|
|
267
|
-
item: { ...
|
|
268
|
-
abttrites:
|
|
269
|
-
extraAttrs:
|
|
267
|
+
key: `maccount-${__props.item.post_id}`,
|
|
268
|
+
item: { ...__props.item, index: __props.index },
|
|
269
|
+
abttrites: __props.abttrites,
|
|
270
|
+
extraAttrs: __props.extraAttrs,
|
|
270
271
|
onClickTitle: clickTitle,
|
|
271
272
|
onCellMouseEnter: cellMouseEnter,
|
|
272
273
|
onCellMouseLeave: cellMouseLeave
|
|
273
274
|
}, {
|
|
274
275
|
batch: withCtx(() => [
|
|
275
276
|
renderSlot(_ctx.$slots, "batch", {
|
|
276
|
-
row:
|
|
277
|
-
index:
|
|
277
|
+
row: __props.item,
|
|
278
|
+
index: __props.index
|
|
278
279
|
})
|
|
279
280
|
]),
|
|
280
281
|
index: withCtx(() => [
|
|
281
|
-
createElementVNode("span", _hoisted_19, toDisplayString(
|
|
282
|
+
createElementVNode("span", _hoisted_19, toDisplayString(__props.index + 1), 1)
|
|
282
283
|
]),
|
|
283
284
|
tip: withCtx(() => [
|
|
284
285
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
285
|
-
|
|
286
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_20, [
|
|
286
287
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
287
288
|
])) : createCommentVNode("v-if", true),
|
|
288
|
-
|
|
289
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_21, [
|
|
289
290
|
createElementVNode("i", _hoisted_22, [
|
|
290
291
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
291
292
|
]),
|
|
292
|
-
createElementVNode("span", _hoisted_23, toDisplayString(
|
|
293
|
+
createElementVNode("span", _hoisted_23, toDisplayString(__props.item.fix_position), 1)
|
|
293
294
|
])) : createCommentVNode("v-if", true)
|
|
294
295
|
]),
|
|
295
296
|
option: withCtx(() => [
|
|
296
297
|
renderSlot(_ctx.$slots, "option", {
|
|
297
|
-
row:
|
|
298
|
-
index:
|
|
298
|
+
row: __props.item,
|
|
299
|
+
index: __props.index
|
|
299
300
|
})
|
|
300
301
|
]),
|
|
301
302
|
_: 3
|
|
302
303
|
}, 8, ["item", "abttrites", "extraAttrs"]))
|
|
303
|
-
], 2112)) :
|
|
304
|
+
], 2112)) : __props.item.catalog === "ilive" ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
|
|
304
305
|
createCommentVNode(" \u4E91\u76F4\u64AD "),
|
|
305
306
|
(openBlock(), createBlock(_sfc_main$5, {
|
|
306
|
-
key: `live-${
|
|
307
|
-
item: { ...
|
|
308
|
-
extraAttrs:
|
|
307
|
+
key: `live-${__props.item.post_id}`,
|
|
308
|
+
item: { ...__props.item, index: __props.index },
|
|
309
|
+
extraAttrs: __props.extraAttrs,
|
|
309
310
|
onClickTitle: clickTitle,
|
|
310
311
|
onCellMouseEnter: cellMouseEnter,
|
|
311
312
|
onCellMouseLeave: cellMouseLeave
|
|
312
313
|
}, {
|
|
313
314
|
batch: withCtx(() => [
|
|
314
315
|
renderSlot(_ctx.$slots, "batch", {
|
|
315
|
-
row:
|
|
316
|
-
index:
|
|
316
|
+
row: __props.item,
|
|
317
|
+
index: __props.index
|
|
317
318
|
})
|
|
318
319
|
]),
|
|
319
320
|
index: withCtx(() => [
|
|
320
|
-
createElementVNode("span", _hoisted_24, toDisplayString(
|
|
321
|
+
createElementVNode("span", _hoisted_24, toDisplayString(__props.index + 1), 1)
|
|
321
322
|
]),
|
|
322
323
|
option: withCtx(() => [
|
|
323
324
|
renderSlot(_ctx.$slots, "option", {
|
|
324
|
-
row:
|
|
325
|
-
index:
|
|
325
|
+
row: __props.item,
|
|
326
|
+
index: __props.index
|
|
326
327
|
})
|
|
327
328
|
]),
|
|
328
329
|
_: 3
|
|
329
330
|
}, 8, ["item", "extraAttrs"]))
|
|
330
|
-
], 2112)) :
|
|
331
|
+
], 2112)) : __props.item.catalog === "kongo" ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
331
332
|
createCommentVNode(" \u529F\u80FD\u5BFC\u822A "),
|
|
332
333
|
(openBlock(), createBlock(_sfc_main$6, {
|
|
333
|
-
key: `kongo-${
|
|
334
|
-
item: { ...
|
|
335
|
-
extraAttrs:
|
|
334
|
+
key: `kongo-${__props.item.post_id}`,
|
|
335
|
+
item: { ...__props.item, index: __props.index },
|
|
336
|
+
extraAttrs: __props.extraAttrs,
|
|
336
337
|
onClickTitle: clickTitle,
|
|
337
338
|
onCellMouseEnter: cellMouseEnter,
|
|
338
339
|
onCellMouseLeave: cellMouseLeave
|
|
339
340
|
}, {
|
|
340
341
|
batch: withCtx(() => [
|
|
341
342
|
renderSlot(_ctx.$slots, "batch", {
|
|
342
|
-
row:
|
|
343
|
-
index:
|
|
343
|
+
row: __props.item,
|
|
344
|
+
index: __props.index
|
|
344
345
|
})
|
|
345
346
|
]),
|
|
346
347
|
index: withCtx(() => [
|
|
347
|
-
createElementVNode("span", _hoisted_25, toDisplayString(
|
|
348
|
+
createElementVNode("span", _hoisted_25, toDisplayString(__props.index + 1), 1)
|
|
348
349
|
]),
|
|
349
350
|
tip: withCtx(() => [
|
|
350
351
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
351
|
-
|
|
352
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_26, [
|
|
352
353
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
353
354
|
])) : createCommentVNode("v-if", true),
|
|
354
|
-
|
|
355
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_27, [
|
|
355
356
|
createElementVNode("i", _hoisted_28, [
|
|
356
357
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
357
358
|
]),
|
|
358
|
-
createElementVNode("span", _hoisted_29, toDisplayString(
|
|
359
|
+
createElementVNode("span", _hoisted_29, toDisplayString(__props.item.fix_position), 1)
|
|
359
360
|
])) : createCommentVNode("v-if", true)
|
|
360
361
|
]),
|
|
361
362
|
option: withCtx(() => [
|
|
362
363
|
renderSlot(_ctx.$slots, "option", {
|
|
363
|
-
row:
|
|
364
|
-
index:
|
|
364
|
+
row: __props.item,
|
|
365
|
+
index: __props.index
|
|
365
366
|
})
|
|
366
367
|
]),
|
|
367
368
|
_: 3
|
|
368
369
|
}, 8, ["item", "extraAttrs"]))
|
|
369
|
-
], 2112)) :
|
|
370
|
+
], 2112)) : __props.item.catalog === "mp_content" ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
|
|
370
371
|
createCommentVNode(" \u516C\u4F17\u53F7\u5185\u5BB9 "),
|
|
371
372
|
(openBlock(), createBlock(_sfc_main$7, {
|
|
372
|
-
key: `doc-mp-${
|
|
373
|
-
abttrites:
|
|
374
|
-
extraAttrs:
|
|
375
|
-
item: { ...
|
|
373
|
+
key: `doc-mp-${__props.item.post_id}`,
|
|
374
|
+
abttrites: __props.abttrites,
|
|
375
|
+
extraAttrs: __props.extraAttrs,
|
|
376
|
+
item: { ...__props.item, index: __props.index },
|
|
376
377
|
onClickTitle: clickTitle,
|
|
377
378
|
onCellMouseEnter: cellMouseEnter,
|
|
378
379
|
onCellMouseLeave: cellMouseLeave
|
|
379
380
|
}, {
|
|
380
381
|
batch: withCtx(() => [
|
|
381
382
|
renderSlot(_ctx.$slots, "batch", {
|
|
382
|
-
row:
|
|
383
|
-
index:
|
|
383
|
+
row: __props.item,
|
|
384
|
+
index: __props.index
|
|
384
385
|
})
|
|
385
386
|
]),
|
|
386
387
|
index: withCtx(() => [
|
|
387
|
-
createElementVNode("span", _hoisted_30, toDisplayString(
|
|
388
|
+
createElementVNode("span", _hoisted_30, toDisplayString(__props.index + 1), 1)
|
|
388
389
|
]),
|
|
389
390
|
tip: withCtx(() => [
|
|
390
391
|
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
391
|
-
|
|
392
|
+
__props.item._status ? (openBlock(), createElementBlock("i", _hoisted_31, [
|
|
392
393
|
createVNode(unref(IconPenFill), { size: "16" })
|
|
393
394
|
])) : createCommentVNode("v-if", true),
|
|
394
|
-
|
|
395
|
+
__props.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_32, [
|
|
395
396
|
createElementVNode("i", _hoisted_33, [
|
|
396
397
|
createVNode(unref(IconPushpin), { size: "16" })
|
|
397
398
|
]),
|
|
398
|
-
createElementVNode("span", _hoisted_34, toDisplayString(
|
|
399
|
+
createElementVNode("span", _hoisted_34, toDisplayString(__props.item.fix_position), 1)
|
|
399
400
|
])) : createCommentVNode("v-if", true)
|
|
400
401
|
]),
|
|
401
402
|
option: withCtx(() => [
|
|
402
403
|
renderSlot(_ctx.$slots, "option", {
|
|
403
|
-
row:
|
|
404
|
-
index:
|
|
404
|
+
row: __props.item,
|
|
405
|
+
index: __props.index
|
|
405
406
|
})
|
|
406
407
|
]),
|
|
407
408
|
_: 3
|
|
408
409
|
}, 8, ["abttrites", "extraAttrs", "item"]))
|
|
409
|
-
], 2112)) :
|
|
410
|
+
], 2112)) : __props.item.catalog === "funhd" ? (openBlock(), createElementBlock(Fragment, { key: 7 }, [
|
|
410
411
|
createCommentVNode(" \u4E92\u52A8\u8FD0\u8425\uFF08\u6613\u4F01\u79C0\uFF09 "),
|
|
411
412
|
(openBlock(), createBlock(_sfc_main$8, {
|
|
412
|
-
key: `funhd-${
|
|
413
|
-
item: { ...
|
|
414
|
-
extraAttrs:
|
|
413
|
+
key: `funhd-${__props.item.post_id}`,
|
|
414
|
+
item: { ...__props.item, index: __props.index },
|
|
415
|
+
extraAttrs: __props.extraAttrs,
|
|
415
416
|
onClickTitle: clickTitle,
|
|
416
417
|
onCellMouseEnter: cellMouseEnter,
|
|
417
418
|
onCellMouseLeave: cellMouseLeave
|
|
418
419
|
}, {
|
|
419
420
|
batch: withCtx(() => [
|
|
420
421
|
renderSlot(_ctx.$slots, "batch", {
|
|
421
|
-
row:
|
|
422
|
-
index:
|
|
422
|
+
row: __props.item,
|
|
423
|
+
index: __props.index
|
|
423
424
|
})
|
|
424
425
|
]),
|
|
425
426
|
index: withCtx(() => [
|
|
426
|
-
createElementVNode("span", _hoisted_35, toDisplayString(
|
|
427
|
+
createElementVNode("span", _hoisted_35, toDisplayString(__props.index + 1), 1)
|
|
427
428
|
]),
|
|
428
429
|
option: withCtx(() => [
|
|
429
430
|
renderSlot(_ctx.$slots, "option", {
|
|
430
|
-
row:
|
|
431
|
-
index:
|
|
431
|
+
row: __props.item,
|
|
432
|
+
index: __props.index
|
|
432
433
|
})
|
|
433
434
|
]),
|
|
434
435
|
_: 3
|
|
435
436
|
}, 8, ["item", "extraAttrs"]))
|
|
436
|
-
], 2112)) :
|
|
437
|
+
], 2112)) : __props.item.catalog === "course" ? (openBlock(), createElementBlock(Fragment, { key: 8 }, [
|
|
437
438
|
createCommentVNode(" \u8BFE\u7A0B "),
|
|
438
439
|
(openBlock(), createBlock(_sfc_main$9, {
|
|
439
|
-
key: `course-${
|
|
440
|
-
item: { ...
|
|
441
|
-
extraAttrs:
|
|
440
|
+
key: `course-${__props.item.post_id}`,
|
|
441
|
+
item: { ...__props.item, index: __props.index },
|
|
442
|
+
extraAttrs: __props.extraAttrs,
|
|
442
443
|
onClickTitle: clickTitle,
|
|
443
444
|
onCellMouseEnter: cellMouseEnter,
|
|
444
445
|
onCellMouseLeave: cellMouseLeave
|
|
445
446
|
}, {
|
|
446
447
|
batch: withCtx(() => [
|
|
447
448
|
renderSlot(_ctx.$slots, "batch", {
|
|
448
|
-
row:
|
|
449
|
-
index:
|
|
449
|
+
row: __props.item,
|
|
450
|
+
index: __props.index
|
|
450
451
|
})
|
|
451
452
|
]),
|
|
452
453
|
index: withCtx(() => [
|
|
453
|
-
createElementVNode("span", _hoisted_36, toDisplayString(
|
|
454
|
+
createElementVNode("span", _hoisted_36, toDisplayString(__props.index + 1), 1)
|
|
454
455
|
]),
|
|
455
456
|
option: withCtx(() => [
|
|
456
457
|
renderSlot(_ctx.$slots, "option", {
|
|
457
|
-
row:
|
|
458
|
-
index:
|
|
458
|
+
row: __props.item,
|
|
459
|
+
index: __props.index
|
|
459
460
|
})
|
|
460
461
|
]),
|
|
461
462
|
_: 3
|
|
462
463
|
}, 8, ["item", "extraAttrs"]))
|
|
463
|
-
], 2112)) :
|
|
464
|
+
], 2112)) : __props.item.catalog === "group_list" ? (openBlock(), createElementBlock(Fragment, { key: 9 }, [
|
|
464
465
|
createCommentVNode(" \u5206\u7EC4\u7EC4\u4EF6 "),
|
|
465
466
|
(openBlock(), createBlock(_sfc_main$a, {
|
|
466
|
-
key: `group_list-${
|
|
467
|
-
item: { ...
|
|
468
|
-
extraAttrs:
|
|
467
|
+
key: `group_list-${__props.item.post_id}`,
|
|
468
|
+
item: { ...__props.item, index: __props.index },
|
|
469
|
+
extraAttrs: __props.extraAttrs,
|
|
469
470
|
onClickTitle: clickTitle,
|
|
470
471
|
onCellMouseEnter: cellMouseEnter,
|
|
471
472
|
onCellMouseLeave: cellMouseLeave
|
|
472
473
|
}, {
|
|
473
|
-
batch: withCtx(() => _cache[0] || (_cache[0] = [])),
|
|
474
|
+
batch: withCtx(() => [..._cache[0] || (_cache[0] = [])]),
|
|
474
475
|
index: withCtx(() => [
|
|
475
|
-
createElementVNode("span", _hoisted_37, toDisplayString(
|
|
476
|
+
createElementVNode("span", _hoisted_37, toDisplayString(__props.index + 1), 1)
|
|
476
477
|
]),
|
|
477
|
-
tip: withCtx(() => _cache[1] || (_cache[1] = [])),
|
|
478
|
+
tip: withCtx(() => [..._cache[1] || (_cache[1] = [])]),
|
|
478
479
|
option: withCtx(() => [
|
|
479
480
|
renderSlot(_ctx.$slots, "option", {
|
|
480
|
-
row:
|
|
481
|
-
index:
|
|
481
|
+
row: __props.item,
|
|
482
|
+
index: __props.index
|
|
482
483
|
})
|
|
483
484
|
]),
|
|
484
485
|
_: 3
|
|
@@ -45,7 +45,7 @@ const _sfc_main = defineComponent({
|
|
|
45
45
|
});
|
|
46
46
|
const hide = computed(() => {
|
|
47
47
|
const { hide: hide2 } = props.item;
|
|
48
|
-
return hide2
|
|
48
|
+
return hide2 > 0;
|
|
49
49
|
});
|
|
50
50
|
const silent = computed(() => {
|
|
51
51
|
return props.item && props.item.mourn_style === 1;
|
|
@@ -85,8 +85,8 @@ const _sfc_main = defineComponent({
|
|
|
85
85
|
return (_ctx, _cache) => {
|
|
86
86
|
return openBlock(), createElementBlock("div", {
|
|
87
87
|
class: normalizeClass(["medialist-doc-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
88
|
-
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event,
|
|
89
|
-
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event,
|
|
88
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
|
|
89
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
|
|
90
90
|
}, [
|
|
91
91
|
createElementVNode("div", _hoisted_1, [
|
|
92
92
|
createCommentVNode(" \u5C01\u9762 "),
|
|
@@ -98,7 +98,7 @@ const _sfc_main = defineComponent({
|
|
|
98
98
|
fit: "cover"
|
|
99
99
|
}, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(noImgText.value), 1)),
|
|
100
100
|
createElementVNode("div", _hoisted_3, [
|
|
101
|
-
renderSlot(_ctx.$slots, "batch", { row:
|
|
101
|
+
renderSlot(_ctx.$slots, "batch", { row: __props.item })
|
|
102
102
|
])
|
|
103
103
|
]),
|
|
104
104
|
createCommentVNode(" \u4FE1\u606F "),
|
|
@@ -139,7 +139,7 @@ const _sfc_main = defineComponent({
|
|
|
139
139
|
]),
|
|
140
140
|
createElementVNode("div", _hoisted_9, [
|
|
141
141
|
createCommentVNode(" \u540E\u7F00 "),
|
|
142
|
-
renderSlot(_ctx.$slots, "option", { row:
|
|
142
|
+
renderSlot(_ctx.$slots, "option", { row: __props.item })
|
|
143
143
|
])
|
|
144
144
|
])
|
|
145
145
|
])
|
|
@@ -26,8 +26,8 @@ const _sfc_main = defineComponent({
|
|
|
26
26
|
};
|
|
27
27
|
return (_ctx, _cache) => {
|
|
28
28
|
return openBlock(), createBlock(_sfc_main$1, {
|
|
29
|
-
item:
|
|
30
|
-
abttrites:
|
|
29
|
+
item: __props.item,
|
|
30
|
+
abttrites: __props.abttrites,
|
|
31
31
|
"thumb-key": customMeta.value.thumbKey,
|
|
32
32
|
"show-attrs": customMeta.value.showAttrs,
|
|
33
33
|
onCellMouseEnter: cellMouseEnter,
|
|
@@ -36,26 +36,26 @@ const _sfc_main = defineComponent({
|
|
|
36
36
|
}, {
|
|
37
37
|
index: withCtx(() => [
|
|
38
38
|
renderSlot(_ctx.$slots, "index", {
|
|
39
|
-
row:
|
|
40
|
-
index:
|
|
39
|
+
row: __props.item,
|
|
40
|
+
index: __props.index
|
|
41
41
|
})
|
|
42
42
|
]),
|
|
43
43
|
tip: withCtx(() => [
|
|
44
44
|
renderSlot(_ctx.$slots, "tip", {
|
|
45
|
-
row:
|
|
46
|
-
index:
|
|
45
|
+
row: __props.item,
|
|
46
|
+
index: __props.index
|
|
47
47
|
})
|
|
48
48
|
]),
|
|
49
49
|
batch: withCtx(() => [
|
|
50
50
|
renderSlot(_ctx.$slots, "batch", {
|
|
51
|
-
row:
|
|
52
|
-
index:
|
|
51
|
+
row: __props.item,
|
|
52
|
+
index: __props.index
|
|
53
53
|
})
|
|
54
54
|
]),
|
|
55
55
|
option: withCtx(() => [
|
|
56
56
|
renderSlot(_ctx.$slots, "option", {
|
|
57
|
-
row:
|
|
58
|
-
index:
|
|
57
|
+
row: __props.item,
|
|
58
|
+
index: __props.index
|
|
59
59
|
})
|
|
60
60
|
]),
|
|
61
61
|
_: 3
|