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