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