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