@cmstops/pro-compo 3.9.2-alpha.9 → 3.10.5-stable.1

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