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