@cmstops/pro-compo 3.9.2 → 3.10.5-nanning.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/CircleItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/CircleItem/index.js +92 -0
- 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 +173 -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/CircleItem/index.js +93 -0
- 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 +173 -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
|
@@ -28,7 +28,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
28
28
|
const emit = __emit;
|
|
29
29
|
const hide = vue.computed(() => {
|
|
30
30
|
const { hide: hide2 } = props.item;
|
|
31
|
-
return hide2
|
|
31
|
+
return hide2 > 0;
|
|
32
32
|
});
|
|
33
33
|
const silent = vue.computed(() => {
|
|
34
34
|
return props.item && props.item.mourn_style === 1;
|
|
@@ -55,8 +55,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
55
55
|
return (_ctx, _cache) => {
|
|
56
56
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
57
57
|
class: vue.normalizeClass(["medialist-funhd-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
|
|
58
|
-
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event,
|
|
59
|
-
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event,
|
|
58
|
+
onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
|
|
59
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
|
|
60
60
|
}, [
|
|
61
61
|
vue.createElementVNode("div", _hoisted_1, [
|
|
62
62
|
pc_banner.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
|
|
@@ -65,9 +65,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
65
65
|
preview: false,
|
|
66
66
|
class: "image",
|
|
67
67
|
fit: "cover"
|
|
68
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(
|
|
68
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
|
|
69
69
|
vue.createElementVNode("div", _hoisted_3, [
|
|
70
|
-
vue.renderSlot(_ctx.$slots, "batch", { row:
|
|
70
|
+
vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
|
|
71
71
|
])
|
|
72
72
|
]),
|
|
73
73
|
vue.createElementVNode("div", _hoisted_4, [
|
|
@@ -76,7 +76,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
76
76
|
onClick: clickTitle
|
|
77
77
|
}, [
|
|
78
78
|
vue.renderSlot(_ctx.$slots, "index"),
|
|
79
|
-
vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(
|
|
79
|
+
vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(__props.item.alias || __props.item.title), 1)
|
|
80
80
|
]),
|
|
81
81
|
vue.createElementVNode("div", _hoisted_6, [
|
|
82
82
|
vue.createElementVNode("div", _hoisted_7, [
|
|
@@ -87,18 +87,18 @@ const _sfc_main = vue.defineComponent({
|
|
|
87
87
|
vue.renderSlot(_ctx.$slots, "tip"),
|
|
88
88
|
_cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1)),
|
|
89
89
|
vue.createVNode(vue.unref(webVue.Tooltip), {
|
|
90
|
-
content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${
|
|
90
|
+
content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${__props.item.pub_user_alias}`,
|
|
91
91
|
position: "top"
|
|
92
92
|
}, {
|
|
93
93
|
default: vue.withCtx(() => [
|
|
94
|
-
vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(
|
|
94
|
+
vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(__props.item.pub_user_alias), 1)
|
|
95
95
|
]),
|
|
96
96
|
_: 1
|
|
97
97
|
}, 8, ["content"]),
|
|
98
|
-
vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(
|
|
98
|
+
vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.pub_time)), 1)
|
|
99
99
|
]),
|
|
100
100
|
vue.createElementVNode("div", _hoisted_10, [
|
|
101
|
-
vue.renderSlot(_ctx.$slots, "option", { row:
|
|
101
|
+
vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
|
|
102
102
|
])
|
|
103
103
|
])
|
|
104
104
|
])
|
|
@@ -11,6 +11,7 @@ var index$6 = require("./DocMpItem/index.js");
|
|
|
11
11
|
var index$8 = require("./courseItem/index.js");
|
|
12
12
|
var index$7 = require("./funhdItem/index.js");
|
|
13
13
|
var index$9 = require("./GroupPieceItem/index.js");
|
|
14
|
+
var index$a = require("./CircleItem/index.js");
|
|
14
15
|
const _hoisted_1 = { class: "index" };
|
|
15
16
|
const _hoisted_2 = {
|
|
16
17
|
key: 0,
|
|
@@ -93,6 +94,18 @@ const _hoisted_34 = { class: "doc-fixed-num" };
|
|
|
93
94
|
const _hoisted_35 = { class: "index" };
|
|
94
95
|
const _hoisted_36 = { class: "index" };
|
|
95
96
|
const _hoisted_37 = { class: "index" };
|
|
97
|
+
const _hoisted_38 = { class: "index" };
|
|
98
|
+
const _hoisted_39 = {
|
|
99
|
+
key: 0,
|
|
100
|
+
class: "add_new"
|
|
101
|
+
};
|
|
102
|
+
const _hoisted_40 = { class: "abttr" };
|
|
103
|
+
const _hoisted_41 = {
|
|
104
|
+
key: 0,
|
|
105
|
+
class: "fix_position"
|
|
106
|
+
};
|
|
107
|
+
const _hoisted_42 = { class: "doc-fixed-icon" };
|
|
108
|
+
const _hoisted_43 = { class: "doc-fixed-num" };
|
|
96
109
|
const _sfc_main = vue.defineComponent({
|
|
97
110
|
__name: "index",
|
|
98
111
|
props: {
|
|
@@ -126,364 +139,407 @@ const _sfc_main = vue.defineComponent({
|
|
|
126
139
|
return (_ctx, _cache) => {
|
|
127
140
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
128
141
|
vue.createCommentVNode(" \u7A3F\u4EF6 "),
|
|
129
|
-
|
|
130
|
-
key: `doc-${
|
|
131
|
-
item: { ...
|
|
132
|
-
abttrites:
|
|
133
|
-
extraAttrs:
|
|
134
|
-
BASE_API:
|
|
142
|
+
__props.item.catalog === "doc" ? (vue.openBlock(), vue.createBlock(index, {
|
|
143
|
+
key: `doc-${__props.item.post_id}`,
|
|
144
|
+
item: { ...__props.item, index: __props.index },
|
|
145
|
+
abttrites: __props.abttrites,
|
|
146
|
+
extraAttrs: __props.extraAttrs,
|
|
147
|
+
BASE_API: __props.BASE_API,
|
|
135
148
|
onClickTitle: clickTitle,
|
|
136
149
|
onCellMouseEnter: cellMouseEnter,
|
|
137
150
|
onCellMouseLeave: cellMouseLeave
|
|
138
151
|
}, {
|
|
139
152
|
batch: vue.withCtx(() => [
|
|
140
153
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
141
|
-
row:
|
|
142
|
-
index:
|
|
154
|
+
row: __props.item,
|
|
155
|
+
index: __props.index
|
|
143
156
|
})
|
|
144
157
|
]),
|
|
145
158
|
index: vue.withCtx(() => [
|
|
146
|
-
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(
|
|
159
|
+
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(__props.index + 1), 1),
|
|
160
|
+
vue.renderSlot(_ctx.$slots, "after-index")
|
|
147
161
|
]),
|
|
148
162
|
tip: vue.withCtx(() => [
|
|
149
163
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
150
|
-
|
|
164
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_2, [
|
|
151
165
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
152
166
|
])) : vue.createCommentVNode("v-if", true),
|
|
153
167
|
vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
154
|
-
|
|
168
|
+
__props.item.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_3, [
|
|
155
169
|
vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
|
|
156
170
|
])) : vue.createCommentVNode("v-if", true),
|
|
157
|
-
|
|
171
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4, [
|
|
158
172
|
vue.createElementVNode("i", _hoisted_5, [
|
|
159
173
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
160
174
|
]),
|
|
161
|
-
vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(
|
|
175
|
+
vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(__props.item.fix_position), 1)
|
|
162
176
|
])) : vue.createCommentVNode("v-if", true)
|
|
163
177
|
]),
|
|
164
178
|
option: vue.withCtx(() => [
|
|
165
179
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
166
|
-
row:
|
|
167
|
-
index:
|
|
180
|
+
row: __props.item,
|
|
181
|
+
index: __props.index
|
|
168
182
|
})
|
|
169
183
|
]),
|
|
170
184
|
_: 3
|
|
171
|
-
}, 8, ["item", "abttrites", "extraAttrs", "BASE_API"])) :
|
|
185
|
+
}, 8, ["item", "abttrites", "extraAttrs", "BASE_API"])) : __props.item.catalog === "contentList" && __props.item.list_type === 7 && __props.item.target_type === 6 ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
172
186
|
vue.createCommentVNode(" \u7EC4\u4EF6 "),
|
|
173
187
|
(vue.openBlock(), vue.createBlock(index$1, {
|
|
174
|
-
key: `compo-${
|
|
175
|
-
item: { ...
|
|
176
|
-
extraAttrs:
|
|
188
|
+
key: `compo-${__props.item.post_id}`,
|
|
189
|
+
item: { ...__props.item, index: __props.index },
|
|
190
|
+
extraAttrs: __props.extraAttrs,
|
|
177
191
|
onClickTitle: clickTitle,
|
|
178
192
|
onCellMouseEnter: cellMouseEnter,
|
|
179
193
|
onCellMouseLeave: cellMouseLeave
|
|
180
194
|
}, {
|
|
181
195
|
batch: vue.withCtx(() => [
|
|
182
196
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
183
|
-
row:
|
|
184
|
-
index:
|
|
197
|
+
row: __props.item,
|
|
198
|
+
index: __props.index
|
|
185
199
|
})
|
|
186
200
|
]),
|
|
187
201
|
index: vue.withCtx(() => [
|
|
188
|
-
vue.createElementVNode("span", _hoisted_7, vue.toDisplayString(
|
|
202
|
+
vue.createElementVNode("span", _hoisted_7, vue.toDisplayString(__props.index + 1), 1)
|
|
189
203
|
]),
|
|
190
204
|
tip: vue.withCtx(() => [
|
|
191
205
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
192
|
-
|
|
206
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_8, [
|
|
193
207
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
194
208
|
])) : vue.createCommentVNode("v-if", true),
|
|
195
209
|
vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
196
|
-
|
|
210
|
+
__props.item.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_9, [
|
|
197
211
|
vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
|
|
198
212
|
])) : vue.createCommentVNode("v-if", true),
|
|
199
|
-
|
|
213
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, [
|
|
200
214
|
vue.createElementVNode("i", _hoisted_11, [
|
|
201
215
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
202
216
|
]),
|
|
203
|
-
vue.createElementVNode("span", _hoisted_12, vue.toDisplayString(
|
|
217
|
+
vue.createElementVNode("span", _hoisted_12, vue.toDisplayString(__props.item.fix_position), 1)
|
|
204
218
|
])) : vue.createCommentVNode("v-if", true)
|
|
205
219
|
]),
|
|
206
220
|
option: vue.withCtx(() => [
|
|
207
221
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
208
|
-
row:
|
|
209
|
-
index:
|
|
222
|
+
row: __props.item,
|
|
223
|
+
index: __props.index
|
|
210
224
|
})
|
|
211
225
|
]),
|
|
212
226
|
_: 3
|
|
213
227
|
}, 8, ["item", "extraAttrs"]))
|
|
214
|
-
], 2112)) :
|
|
228
|
+
], 2112)) : __props.item.catalog === "contentList" && __props.item.list_type === 4 && __props.item.target_type === 6 ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
215
229
|
vue.createCommentVNode(" \u9891\u9053 "),
|
|
216
230
|
(vue.openBlock(), vue.createBlock(index$2, {
|
|
217
|
-
key: `contentlist-${
|
|
218
|
-
item: { ...
|
|
219
|
-
parmas:
|
|
220
|
-
extraAttrs:
|
|
231
|
+
key: `contentlist-${__props.item.post_id}`,
|
|
232
|
+
item: { ...__props.item, index: __props.index },
|
|
233
|
+
parmas: __props.parmas,
|
|
234
|
+
extraAttrs: __props.extraAttrs,
|
|
221
235
|
onClickTitle: clickTitle,
|
|
222
236
|
onCellMouseEnter: cellMouseEnter,
|
|
223
237
|
onCellMouseLeave: cellMouseLeave
|
|
224
238
|
}, {
|
|
225
239
|
batch: vue.withCtx(() => [
|
|
226
240
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
227
|
-
row:
|
|
228
|
-
index:
|
|
241
|
+
row: __props.item,
|
|
242
|
+
index: __props.index
|
|
229
243
|
})
|
|
230
244
|
]),
|
|
231
245
|
index: vue.withCtx(() => [
|
|
232
|
-
vue.createElementVNode("span", _hoisted_13, vue.toDisplayString(
|
|
246
|
+
vue.createElementVNode("span", _hoisted_13, vue.toDisplayString(__props.index + 1), 1)
|
|
233
247
|
]),
|
|
234
248
|
tips: vue.withCtx(() => {
|
|
235
249
|
var _a, _b;
|
|
236
250
|
return [
|
|
237
|
-
vue.createTextVNode(vue.toDisplayString(((_b = (_a =
|
|
251
|
+
vue.createTextVNode(vue.toDisplayString(((_b = (_a = __props.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.tips(__props.item, __props.index)) || ""), 1)
|
|
238
252
|
];
|
|
239
253
|
}),
|
|
240
254
|
tip: vue.withCtx(() => [
|
|
241
255
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
242
|
-
|
|
256
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_14, [
|
|
243
257
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
244
258
|
])) : vue.createCommentVNode("v-if", true),
|
|
245
259
|
vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
|
|
246
|
-
|
|
260
|
+
__props.item.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_15, [
|
|
247
261
|
vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
|
|
248
262
|
])) : vue.createCommentVNode("v-if", true),
|
|
249
|
-
|
|
263
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_16, [
|
|
250
264
|
vue.createElementVNode("i", _hoisted_17, [
|
|
251
265
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
252
266
|
]),
|
|
253
|
-
vue.createElementVNode("span", _hoisted_18, vue.toDisplayString(
|
|
267
|
+
vue.createElementVNode("span", _hoisted_18, vue.toDisplayString(__props.item.fix_position), 1)
|
|
254
268
|
])) : vue.createCommentVNode("v-if", true)
|
|
255
269
|
]),
|
|
256
270
|
option: vue.withCtx(() => [
|
|
257
271
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
258
|
-
row:
|
|
259
|
-
index:
|
|
272
|
+
row: __props.item,
|
|
273
|
+
index: __props.index
|
|
260
274
|
})
|
|
261
275
|
]),
|
|
262
276
|
_: 3
|
|
263
277
|
}, 8, ["item", "parmas", "extraAttrs"]))
|
|
264
|
-
], 2112)) :
|
|
278
|
+
], 2112)) : __props.item.catalog === "mp_account" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
|
|
265
279
|
vue.createCommentVNode(" \u516C\u4F17\u53F7 "),
|
|
266
280
|
(vue.openBlock(), vue.createBlock(index$3, {
|
|
267
|
-
key: `maccount-${
|
|
268
|
-
item: { ...
|
|
269
|
-
abttrites:
|
|
270
|
-
extraAttrs:
|
|
281
|
+
key: `maccount-${__props.item.post_id}`,
|
|
282
|
+
item: { ...__props.item, index: __props.index },
|
|
283
|
+
abttrites: __props.abttrites,
|
|
284
|
+
extraAttrs: __props.extraAttrs,
|
|
271
285
|
onClickTitle: clickTitle,
|
|
272
286
|
onCellMouseEnter: cellMouseEnter,
|
|
273
287
|
onCellMouseLeave: cellMouseLeave
|
|
274
288
|
}, {
|
|
275
289
|
batch: vue.withCtx(() => [
|
|
276
290
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
277
|
-
row:
|
|
278
|
-
index:
|
|
291
|
+
row: __props.item,
|
|
292
|
+
index: __props.index
|
|
279
293
|
})
|
|
280
294
|
]),
|
|
281
295
|
index: vue.withCtx(() => [
|
|
282
|
-
vue.createElementVNode("span", _hoisted_19, vue.toDisplayString(
|
|
296
|
+
vue.createElementVNode("span", _hoisted_19, vue.toDisplayString(__props.index + 1), 1)
|
|
283
297
|
]),
|
|
284
298
|
tip: vue.withCtx(() => [
|
|
285
299
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
286
|
-
|
|
300
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_20, [
|
|
287
301
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
288
302
|
])) : vue.createCommentVNode("v-if", true),
|
|
289
|
-
|
|
303
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_21, [
|
|
290
304
|
vue.createElementVNode("i", _hoisted_22, [
|
|
291
305
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
292
306
|
]),
|
|
293
|
-
vue.createElementVNode("span", _hoisted_23, vue.toDisplayString(
|
|
307
|
+
vue.createElementVNode("span", _hoisted_23, vue.toDisplayString(__props.item.fix_position), 1)
|
|
294
308
|
])) : vue.createCommentVNode("v-if", true)
|
|
295
309
|
]),
|
|
296
310
|
option: vue.withCtx(() => [
|
|
297
311
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
298
|
-
row:
|
|
299
|
-
index:
|
|
312
|
+
row: __props.item,
|
|
313
|
+
index: __props.index
|
|
300
314
|
})
|
|
301
315
|
]),
|
|
302
316
|
_: 3
|
|
303
317
|
}, 8, ["item", "abttrites", "extraAttrs"]))
|
|
304
|
-
], 2112)) :
|
|
318
|
+
], 2112)) : __props.item.catalog === "ilive" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 4 }, [
|
|
305
319
|
vue.createCommentVNode(" \u4E91\u76F4\u64AD "),
|
|
306
320
|
(vue.openBlock(), vue.createBlock(index$4, {
|
|
307
|
-
key: `live-${
|
|
308
|
-
item: { ...
|
|
309
|
-
extraAttrs:
|
|
321
|
+
key: `live-${__props.item.post_id}`,
|
|
322
|
+
item: { ...__props.item, index: __props.index },
|
|
323
|
+
extraAttrs: __props.extraAttrs,
|
|
310
324
|
onClickTitle: clickTitle,
|
|
311
325
|
onCellMouseEnter: cellMouseEnter,
|
|
312
326
|
onCellMouseLeave: cellMouseLeave
|
|
313
327
|
}, {
|
|
314
328
|
batch: vue.withCtx(() => [
|
|
315
329
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
316
|
-
row:
|
|
317
|
-
index:
|
|
330
|
+
row: __props.item,
|
|
331
|
+
index: __props.index
|
|
318
332
|
})
|
|
319
333
|
]),
|
|
320
334
|
index: vue.withCtx(() => [
|
|
321
|
-
vue.createElementVNode("span", _hoisted_24, vue.toDisplayString(
|
|
335
|
+
vue.createElementVNode("span", _hoisted_24, vue.toDisplayString(__props.index + 1), 1)
|
|
322
336
|
]),
|
|
323
337
|
option: vue.withCtx(() => [
|
|
324
338
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
325
|
-
row:
|
|
326
|
-
index:
|
|
339
|
+
row: __props.item,
|
|
340
|
+
index: __props.index
|
|
327
341
|
})
|
|
328
342
|
]),
|
|
329
343
|
_: 3
|
|
330
344
|
}, 8, ["item", "extraAttrs"]))
|
|
331
|
-
], 2112)) :
|
|
345
|
+
], 2112)) : __props.item.catalog === "kongo" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 5 }, [
|
|
332
346
|
vue.createCommentVNode(" \u529F\u80FD\u5BFC\u822A "),
|
|
333
347
|
(vue.openBlock(), vue.createBlock(index$5, {
|
|
334
|
-
key: `kongo-${
|
|
335
|
-
item: { ...
|
|
336
|
-
extraAttrs:
|
|
348
|
+
key: `kongo-${__props.item.post_id}`,
|
|
349
|
+
item: { ...__props.item, index: __props.index },
|
|
350
|
+
extraAttrs: __props.extraAttrs,
|
|
337
351
|
onClickTitle: clickTitle,
|
|
338
352
|
onCellMouseEnter: cellMouseEnter,
|
|
339
353
|
onCellMouseLeave: cellMouseLeave
|
|
340
354
|
}, {
|
|
341
355
|
batch: vue.withCtx(() => [
|
|
342
356
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
343
|
-
row:
|
|
344
|
-
index:
|
|
357
|
+
row: __props.item,
|
|
358
|
+
index: __props.index
|
|
345
359
|
})
|
|
346
360
|
]),
|
|
347
361
|
index: vue.withCtx(() => [
|
|
348
|
-
vue.createElementVNode("span", _hoisted_25, vue.toDisplayString(
|
|
362
|
+
vue.createElementVNode("span", _hoisted_25, vue.toDisplayString(__props.index + 1), 1)
|
|
349
363
|
]),
|
|
350
364
|
tip: vue.withCtx(() => [
|
|
351
365
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
352
|
-
|
|
366
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_26, [
|
|
353
367
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
354
368
|
])) : vue.createCommentVNode("v-if", true),
|
|
355
|
-
|
|
369
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_27, [
|
|
356
370
|
vue.createElementVNode("i", _hoisted_28, [
|
|
357
371
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
358
372
|
]),
|
|
359
|
-
vue.createElementVNode("span", _hoisted_29, vue.toDisplayString(
|
|
373
|
+
vue.createElementVNode("span", _hoisted_29, vue.toDisplayString(__props.item.fix_position), 1)
|
|
360
374
|
])) : vue.createCommentVNode("v-if", true)
|
|
361
375
|
]),
|
|
362
376
|
option: vue.withCtx(() => [
|
|
363
377
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
364
|
-
row:
|
|
365
|
-
index:
|
|
378
|
+
row: __props.item,
|
|
379
|
+
index: __props.index
|
|
366
380
|
})
|
|
367
381
|
]),
|
|
368
382
|
_: 3
|
|
369
383
|
}, 8, ["item", "extraAttrs"]))
|
|
370
|
-
], 2112)) :
|
|
384
|
+
], 2112)) : __props.item.catalog === "mp_content" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 6 }, [
|
|
371
385
|
vue.createCommentVNode(" \u516C\u4F17\u53F7\u5185\u5BB9 "),
|
|
372
386
|
(vue.openBlock(), vue.createBlock(index$6, {
|
|
373
|
-
key: `doc-mp-${
|
|
374
|
-
abttrites:
|
|
375
|
-
extraAttrs:
|
|
376
|
-
item: { ...
|
|
387
|
+
key: `doc-mp-${__props.item.post_id}`,
|
|
388
|
+
abttrites: __props.abttrites,
|
|
389
|
+
extraAttrs: __props.extraAttrs,
|
|
390
|
+
item: { ...__props.item, index: __props.index },
|
|
377
391
|
onClickTitle: clickTitle,
|
|
378
392
|
onCellMouseEnter: cellMouseEnter,
|
|
379
393
|
onCellMouseLeave: cellMouseLeave
|
|
380
394
|
}, {
|
|
381
395
|
batch: vue.withCtx(() => [
|
|
382
396
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
383
|
-
row:
|
|
384
|
-
index:
|
|
397
|
+
row: __props.item,
|
|
398
|
+
index: __props.index
|
|
385
399
|
})
|
|
386
400
|
]),
|
|
387
401
|
index: vue.withCtx(() => [
|
|
388
|
-
vue.createElementVNode("span", _hoisted_30, vue.toDisplayString(
|
|
402
|
+
vue.createElementVNode("span", _hoisted_30, vue.toDisplayString(__props.index + 1), 1)
|
|
389
403
|
]),
|
|
390
404
|
tip: vue.withCtx(() => [
|
|
391
405
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
392
|
-
|
|
406
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_31, [
|
|
393
407
|
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
394
408
|
])) : vue.createCommentVNode("v-if", true),
|
|
395
|
-
|
|
409
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_32, [
|
|
396
410
|
vue.createElementVNode("i", _hoisted_33, [
|
|
397
411
|
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
398
412
|
]),
|
|
399
|
-
vue.createElementVNode("span", _hoisted_34, vue.toDisplayString(
|
|
413
|
+
vue.createElementVNode("span", _hoisted_34, vue.toDisplayString(__props.item.fix_position), 1)
|
|
400
414
|
])) : vue.createCommentVNode("v-if", true)
|
|
401
415
|
]),
|
|
402
416
|
option: vue.withCtx(() => [
|
|
403
417
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
404
|
-
row:
|
|
405
|
-
index:
|
|
418
|
+
row: __props.item,
|
|
419
|
+
index: __props.index
|
|
406
420
|
})
|
|
407
421
|
]),
|
|
408
422
|
_: 3
|
|
409
423
|
}, 8, ["abttrites", "extraAttrs", "item"]))
|
|
410
|
-
], 2112)) :
|
|
424
|
+
], 2112)) : __props.item.catalog === "funhd" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 7 }, [
|
|
411
425
|
vue.createCommentVNode(" \u4E92\u52A8\u8FD0\u8425\uFF08\u6613\u4F01\u79C0\uFF09 "),
|
|
412
426
|
(vue.openBlock(), vue.createBlock(index$7, {
|
|
413
|
-
key: `funhd-${
|
|
414
|
-
item: { ...
|
|
415
|
-
extraAttrs:
|
|
427
|
+
key: `funhd-${__props.item.post_id}`,
|
|
428
|
+
item: { ...__props.item, index: __props.index },
|
|
429
|
+
extraAttrs: __props.extraAttrs,
|
|
416
430
|
onClickTitle: clickTitle,
|
|
417
431
|
onCellMouseEnter: cellMouseEnter,
|
|
418
432
|
onCellMouseLeave: cellMouseLeave
|
|
419
433
|
}, {
|
|
420
434
|
batch: vue.withCtx(() => [
|
|
421
435
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
422
|
-
row:
|
|
423
|
-
index:
|
|
436
|
+
row: __props.item,
|
|
437
|
+
index: __props.index
|
|
424
438
|
})
|
|
425
439
|
]),
|
|
426
440
|
index: vue.withCtx(() => [
|
|
427
|
-
vue.createElementVNode("span", _hoisted_35, vue.toDisplayString(
|
|
441
|
+
vue.createElementVNode("span", _hoisted_35, vue.toDisplayString(__props.index + 1), 1)
|
|
428
442
|
]),
|
|
429
443
|
option: vue.withCtx(() => [
|
|
430
444
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
431
|
-
row:
|
|
432
|
-
index:
|
|
445
|
+
row: __props.item,
|
|
446
|
+
index: __props.index
|
|
433
447
|
})
|
|
434
448
|
]),
|
|
435
449
|
_: 3
|
|
436
450
|
}, 8, ["item", "extraAttrs"]))
|
|
437
|
-
], 2112)) :
|
|
451
|
+
], 2112)) : __props.item.catalog === "course" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 8 }, [
|
|
438
452
|
vue.createCommentVNode(" \u8BFE\u7A0B "),
|
|
439
453
|
(vue.openBlock(), vue.createBlock(index$8, {
|
|
440
|
-
key: `course-${
|
|
441
|
-
item: { ...
|
|
442
|
-
extraAttrs:
|
|
454
|
+
key: `course-${__props.item.post_id}`,
|
|
455
|
+
item: { ...__props.item, index: __props.index },
|
|
456
|
+
extraAttrs: __props.extraAttrs,
|
|
443
457
|
onClickTitle: clickTitle,
|
|
444
458
|
onCellMouseEnter: cellMouseEnter,
|
|
445
459
|
onCellMouseLeave: cellMouseLeave
|
|
446
460
|
}, {
|
|
447
461
|
batch: vue.withCtx(() => [
|
|
448
462
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
449
|
-
row:
|
|
450
|
-
index:
|
|
463
|
+
row: __props.item,
|
|
464
|
+
index: __props.index
|
|
451
465
|
})
|
|
452
466
|
]),
|
|
453
467
|
index: vue.withCtx(() => [
|
|
454
|
-
vue.createElementVNode("span", _hoisted_36, vue.toDisplayString(
|
|
468
|
+
vue.createElementVNode("span", _hoisted_36, vue.toDisplayString(__props.index + 1), 1)
|
|
455
469
|
]),
|
|
456
470
|
option: vue.withCtx(() => [
|
|
457
471
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
458
|
-
row:
|
|
459
|
-
index:
|
|
472
|
+
row: __props.item,
|
|
473
|
+
index: __props.index
|
|
460
474
|
})
|
|
461
475
|
]),
|
|
462
476
|
_: 3
|
|
463
477
|
}, 8, ["item", "extraAttrs"]))
|
|
464
|
-
], 2112)) :
|
|
478
|
+
], 2112)) : __props.item.catalog === "group_list" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 9 }, [
|
|
465
479
|
vue.createCommentVNode(" \u5206\u7EC4\u7EC4\u4EF6 "),
|
|
466
480
|
(vue.openBlock(), vue.createBlock(index$9, {
|
|
467
|
-
key: `group_list-${
|
|
468
|
-
item: { ...
|
|
469
|
-
extraAttrs:
|
|
481
|
+
key: `group_list-${__props.item.post_id}`,
|
|
482
|
+
item: { ...__props.item, index: __props.index },
|
|
483
|
+
extraAttrs: __props.extraAttrs,
|
|
470
484
|
onClickTitle: clickTitle,
|
|
471
485
|
onCellMouseEnter: cellMouseEnter,
|
|
472
486
|
onCellMouseLeave: cellMouseLeave
|
|
473
487
|
}, {
|
|
474
|
-
batch: vue.withCtx(() => _cache[0] || (_cache[0] = [])),
|
|
488
|
+
batch: vue.withCtx(() => [..._cache[0] || (_cache[0] = [])]),
|
|
475
489
|
index: vue.withCtx(() => [
|
|
476
|
-
vue.createElementVNode("span", _hoisted_37, vue.toDisplayString(
|
|
490
|
+
vue.createElementVNode("span", _hoisted_37, vue.toDisplayString(__props.index + 1), 1)
|
|
477
491
|
]),
|
|
478
|
-
tip: vue.withCtx(() => _cache[1] || (_cache[1] = [])),
|
|
492
|
+
tip: vue.withCtx(() => [..._cache[1] || (_cache[1] = [])]),
|
|
479
493
|
option: vue.withCtx(() => [
|
|
480
494
|
vue.renderSlot(_ctx.$slots, "option", {
|
|
481
|
-
row:
|
|
482
|
-
index:
|
|
495
|
+
row: __props.item,
|
|
496
|
+
index: __props.index
|
|
483
497
|
})
|
|
484
498
|
]),
|
|
485
499
|
_: 3
|
|
486
500
|
}, 8, ["item", "extraAttrs"]))
|
|
501
|
+
], 2112)) : __props.item.catalog === "circle" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 10 }, [
|
|
502
|
+
vue.createCommentVNode(" \u5708\u5B50\u5185\u5BB9"),
|
|
503
|
+
(vue.openBlock(), vue.createBlock(index$a, {
|
|
504
|
+
key: `circle-${__props.item.post_id}`,
|
|
505
|
+
abttrites: __props.abttrites,
|
|
506
|
+
extraAttrs: __props.extraAttrs,
|
|
507
|
+
item: { ...__props.item, index: __props.index },
|
|
508
|
+
onClickTitle: clickTitle,
|
|
509
|
+
onCellMouseEnter: cellMouseEnter,
|
|
510
|
+
onCellMouseLeave: cellMouseLeave
|
|
511
|
+
}, {
|
|
512
|
+
batch: vue.withCtx(() => [
|
|
513
|
+
vue.renderSlot(_ctx.$slots, "batch", {
|
|
514
|
+
row: __props.item,
|
|
515
|
+
index: __props.index
|
|
516
|
+
})
|
|
517
|
+
]),
|
|
518
|
+
index: vue.withCtx(() => [
|
|
519
|
+
vue.createElementVNode("span", _hoisted_38, vue.toDisplayString(__props.index + 1), 1)
|
|
520
|
+
]),
|
|
521
|
+
tip: vue.withCtx(() => [
|
|
522
|
+
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
523
|
+
__props.item._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_39, [
|
|
524
|
+
vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
|
|
525
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
526
|
+
vue.createElementVNode("span", _hoisted_40, [
|
|
527
|
+
__props.item.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_41, [
|
|
528
|
+
vue.createElementVNode("i", _hoisted_42, [
|
|
529
|
+
vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
|
|
530
|
+
]),
|
|
531
|
+
vue.createElementVNode("span", _hoisted_43, vue.toDisplayString(__props.item.fix_position), 1)
|
|
532
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
533
|
+
])
|
|
534
|
+
]),
|
|
535
|
+
option: vue.withCtx(() => [
|
|
536
|
+
vue.renderSlot(_ctx.$slots, "option", {
|
|
537
|
+
row: __props.item,
|
|
538
|
+
index: __props.index
|
|
539
|
+
})
|
|
540
|
+
]),
|
|
541
|
+
_: 3
|
|
542
|
+
}, 8, ["abttrites", "extraAttrs", "item"]))
|
|
487
543
|
], 2112)) : vue.createCommentVNode("v-if", true)
|
|
488
544
|
], 2112);
|
|
489
545
|
};
|