@cmstops/pro-compo 3.9.2 → 3.10.5-nanning.2

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