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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/README.md +103 -76
  2. package/dist/index.css +97 -4
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/appCenter/script/api.d.ts +5 -5
  6. package/es/baseFilter/component.js +71 -14
  7. package/es/baseFilter/components/FilterGroup.js +1 -1
  8. package/es/baseFilter/components/filterItem.js +1 -1
  9. package/es/colorPalette/component.js +1 -1
  10. package/es/contentDetailList/component.js +33 -9
  11. package/es/contentDetailList/components/Content/CircleItem/index.d.ts +0 -0
  12. package/es/contentDetailList/components/Content/CircleItem/index.js +92 -0
  13. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  14. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  15. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  16. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  17. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  18. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  19. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  20. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  21. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  22. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  23. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  24. package/es/contentDetailList/components/Content/index.js +170 -117
  25. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  26. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  27. package/es/contentDetailList/components/Doc/index.js +16 -10
  28. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  29. package/es/contentDetailList/components/Records/index.js +8 -8
  30. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  31. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  32. package/es/contentDetailList/script/api.d.ts +2 -2
  33. package/es/contentModal/component.js +40 -40
  34. package/es/contentModal/components/CompoList/index.js +1 -1
  35. package/es/contentModal/components/Dejin/index.js +1 -1
  36. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  37. package/es/contentModal/components/MpContentList/index.js +1 -1
  38. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  39. package/es/contentModal/components/ViewAllColumn/index.js +7 -3
  40. package/es/contentModal/components/storeBox/index.js +8 -8
  41. package/es/contentModal/script/api.d.ts +13 -13
  42. package/es/dataTags/component.js +38 -38
  43. package/es/docHistory/component.js +44 -15
  44. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  45. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  46. package/es/docHistory/scripts/diff.js +4 -3
  47. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  48. package/es/docHistory/style/index.css +4 -0
  49. package/es/docHistory/style/index.less +5 -0
  50. package/es/docPreview/component.js +228 -60
  51. package/es/docPreview/components/PreviewIframe.js +37 -6
  52. package/es/docPreview/images/pc.js +2 -0
  53. package/es/docPreview/scripts/api.d.ts +2 -1
  54. package/es/docPreview/scripts/hook.d.ts +11 -1
  55. package/es/docPreview/scripts/hook.js +115 -4
  56. package/es/docPreview/style/index.css +48 -0
  57. package/es/docPreview/style/index.less +23 -0
  58. package/es/docPreview/style/previewIframe.less +31 -0
  59. package/es/editMetaInfo/component.js +24 -4
  60. package/es/editMetaInfo/components/metaInfoForm.js +358 -17
  61. package/es/editMetaInfo/script/api.d.ts +9 -2
  62. package/es/editMetaInfo/script/api.js +20 -1
  63. package/es/emptyData/component.js +4 -4
  64. package/es/emptyData/svg/acount.js +2 -2
  65. package/es/emptyData/svg/add.js +2 -2
  66. package/es/emptyData/svg/analize.js +2 -2
  67. package/es/emptyData/svg/analize_fail.js +2 -2
  68. package/es/emptyData/svg/empty.js +2 -2
  69. package/es/emptyData/svg/file.js +2 -2
  70. package/es/emptyData/svg/manager.js +2 -2
  71. package/es/emptyData/svg/message.js +2 -2
  72. package/es/emptyData/svg/noanalize.js +2 -2
  73. package/es/emptyData/svg/null.js +2 -2
  74. package/es/emptyData/svg/search.js +2 -2
  75. package/es/emptyData/svg/star.js +2 -2
  76. package/es/emptyData/svg/trash.js +2 -2
  77. package/es/emptyData/svg/user.js +2 -2
  78. package/es/hooks/assets.d.ts +1 -1
  79. package/es/hooks/source.d.ts +1 -1
  80. package/es/hooks/useAttachement.d.ts +32 -13
  81. package/es/hooks/useAttachement.js +42 -2
  82. package/es/hooks/usePopper.d.ts +1 -1
  83. package/es/hooks/usePopper.js +3 -3
  84. package/es/hooks/useUpload.d.ts +53 -5
  85. package/es/hooks/useUpload.js +43 -4
  86. package/es/hooks/user.d.ts +1 -1
  87. package/es/imageCrop/component.js +11 -11
  88. package/es/imageCrop/script/api.d.ts +1 -1
  89. package/es/importData/component.js +13 -13
  90. package/es/index.css +97 -4
  91. package/es/index.d.ts +1 -0
  92. package/es/index.js +1 -0
  93. package/es/mediaFilter/component.js +4 -4
  94. package/es/mediaFilter/components/DocFilter.js +1 -1
  95. package/es/mediaFilter/components/FilterGroup.js +1 -1
  96. package/es/mediaFilter/components/FilterItem.js +1 -1
  97. package/es/mediaView/component.js +8 -8
  98. package/es/messageBox/component.js +3 -3
  99. package/es/messageBox/script/api.d.ts +2 -2
  100. package/es/previousVersion/script/api.d.ts +4 -4
  101. package/es/resourceGridList/component.js +16 -16
  102. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  103. package/es/resourceModal/component.js +7 -7
  104. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  105. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  106. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  107. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  108. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  109. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  110. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  111. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  112. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  113. package/es/resourceModal/script/api.d.ts +11 -11
  114. package/es/selectAddTo/component.d.ts +0 -0
  115. package/es/selectAddTo/component.js +47 -0
  116. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  117. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  118. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  119. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  120. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  121. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  122. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  123. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  124. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  125. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  126. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  127. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  128. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  129. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  130. package/es/selectAddTo/index.d.ts +2 -0
  131. package/es/selectAddTo/index.js +7 -0
  132. package/es/selectAddTo/script/api.d.ts +18 -0
  133. package/es/selectAddTo/script/api.js +23 -0
  134. package/es/selectAddTo/script/index.d.ts +2 -0
  135. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  136. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  137. package/es/selectAddTo/style/css.js +1 -0
  138. package/es/selectAddTo/style/index.css +3 -0
  139. package/es/selectAddTo/style/index.d.ts +1 -0
  140. package/es/selectAddTo/style/index.js +1 -0
  141. package/es/selectAddTo/style/index.less +3 -0
  142. package/es/selectAddTo/types/index.d.ts +37 -0
  143. package/es/selectGategory/component.js +5 -5
  144. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  145. package/es/selectGategory/script/api.d.ts +2 -2
  146. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  147. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  148. package/es/selectResourceModal/component.js +26 -34
  149. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  150. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  151. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  152. package/es/selectResourceModal/components/List/ListNormal/Filter.js +210 -83
  153. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  154. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  155. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  156. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  157. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  158. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  159. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  160. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  161. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  162. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  163. package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
  164. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  165. package/es/selectResourceModal/style/index.css +45 -4
  166. package/es/selectResourceModal/style/index.less +14 -0
  167. package/es/selectResourceModal/style/list.less +40 -4
  168. package/es/selectThumb/component.js +76 -33
  169. package/es/selectThumb/components/card.js +3 -3
  170. package/es/style.css +63 -0
  171. package/es/thumbCard/component.js +7 -7
  172. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  173. package/es/typeIcons/component.js +1 -1
  174. package/es/uploadBefore/component.js +1 -1
  175. package/es/uploadBefore/components/UploadBefore.js +9 -9
  176. package/es/uploadBefore/script/api.d.ts +4 -4
  177. package/es/uploadStep/component.js +3 -3
  178. package/es/userAvater/component.js +3 -3
  179. package/es/userAvater/script/api.d.ts +4 -4
  180. package/es/userDirector/component.js +5 -5
  181. package/es/userDirector/components/userTree.js +2 -2
  182. package/es/userDirector/script/api.d.ts +6 -6
  183. package/es/utils/index.js +6 -6
  184. package/es/utils/request.d.ts +1 -1
  185. package/es/utils/transcodeMedia.d.ts +1 -1
  186. package/es/videoThumb/scripts/api.d.ts +1 -1
  187. package/lib/baseFilter/component.js +69 -12
  188. package/lib/baseFilter/components/FilterGroup.js +1 -1
  189. package/lib/baseFilter/components/filterItem.js +1 -1
  190. package/lib/colorPalette/component.js +1 -1
  191. package/lib/contentDetailList/component.js +33 -9
  192. package/lib/contentDetailList/components/Content/CircleItem/index.js +93 -0
  193. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  194. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  195. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  196. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  197. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  198. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  199. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  200. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  201. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  202. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  203. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  204. package/lib/contentDetailList/components/Content/index.js +170 -117
  205. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  206. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  207. package/lib/contentDetailList/components/Doc/index.js +16 -10
  208. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  209. package/lib/contentDetailList/components/Records/index.js +8 -8
  210. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  211. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  212. package/lib/contentModal/component.js +40 -40
  213. package/lib/contentModal/components/CompoList/index.js +1 -1
  214. package/lib/contentModal/components/Dejin/index.js +1 -1
  215. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  216. package/lib/contentModal/components/MpContentList/index.js +1 -1
  217. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  218. package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
  219. package/lib/contentModal/components/storeBox/index.js +8 -8
  220. package/lib/dataTags/component.js +38 -38
  221. package/lib/docHistory/component.js +42 -13
  222. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  223. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  224. package/lib/docHistory/scripts/diff.js +4 -3
  225. package/lib/docHistory/style/index.css +4 -0
  226. package/lib/docHistory/style/index.less +5 -0
  227. package/lib/docPreview/component.js +227 -59
  228. package/lib/docPreview/components/PreviewIframe.js +37 -6
  229. package/lib/docPreview/images/pc.js +3 -0
  230. package/lib/docPreview/scripts/hook.js +115 -3
  231. package/lib/docPreview/style/index.css +48 -0
  232. package/lib/docPreview/style/index.less +23 -0
  233. package/lib/docPreview/style/previewIframe.less +31 -0
  234. package/lib/editMetaInfo/component.js +23 -3
  235. package/lib/editMetaInfo/components/metaInfoForm.js +356 -15
  236. package/lib/editMetaInfo/script/api.js +21 -0
  237. package/lib/emptyData/component.js +4 -4
  238. package/lib/emptyData/svg/acount.js +2 -2
  239. package/lib/emptyData/svg/add.js +2 -2
  240. package/lib/emptyData/svg/analize.js +2 -2
  241. package/lib/emptyData/svg/analize_fail.js +2 -2
  242. package/lib/emptyData/svg/empty.js +2 -2
  243. package/lib/emptyData/svg/file.js +2 -2
  244. package/lib/emptyData/svg/manager.js +2 -2
  245. package/lib/emptyData/svg/message.js +2 -2
  246. package/lib/emptyData/svg/noanalize.js +2 -2
  247. package/lib/emptyData/svg/null.js +2 -2
  248. package/lib/emptyData/svg/search.js +2 -2
  249. package/lib/emptyData/svg/star.js +2 -2
  250. package/lib/emptyData/svg/trash.js +2 -2
  251. package/lib/emptyData/svg/user.js +2 -2
  252. package/lib/hooks/useAttachement.js +42 -0
  253. package/lib/hooks/usePopper.js +3 -3
  254. package/lib/hooks/useUpload.js +43 -3
  255. package/lib/imageCrop/component.js +11 -11
  256. package/lib/importData/component.js +13 -13
  257. package/lib/index.css +97 -4
  258. package/lib/index.js +2 -0
  259. package/lib/mediaFilter/component.js +4 -4
  260. package/lib/mediaFilter/components/DocFilter.js +1 -1
  261. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  262. package/lib/mediaFilter/components/FilterItem.js +1 -1
  263. package/lib/mediaView/component.js +8 -8
  264. package/lib/messageBox/component.js +3 -3
  265. package/lib/resourceGridList/component.js +16 -16
  266. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  267. package/lib/resourceModal/component.js +7 -7
  268. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  269. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  270. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  271. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  272. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  273. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  274. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  275. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  276. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  277. package/lib/selectAddTo/component.js +48 -0
  278. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  279. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  280. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  281. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  282. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  283. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  284. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  285. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  286. package/lib/selectAddTo/index.js +8 -0
  287. package/lib/selectAddTo/script/api.js +27 -0
  288. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  289. package/lib/selectAddTo/style/css.js +2 -0
  290. package/lib/selectAddTo/style/index.css +3 -0
  291. package/lib/selectAddTo/style/index.js +2 -0
  292. package/lib/selectAddTo/style/index.less +3 -0
  293. package/lib/selectGategory/component.js +5 -5
  294. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  295. package/lib/selectResourceModal/component.js +25 -33
  296. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  297. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  298. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  299. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +207 -80
  300. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  301. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  302. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  303. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  304. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  305. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  306. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  307. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  308. package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
  309. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  310. package/lib/selectResourceModal/style/index.css +45 -4
  311. package/lib/selectResourceModal/style/index.less +14 -0
  312. package/lib/selectResourceModal/style/list.less +40 -4
  313. package/lib/selectThumb/component.js +75 -32
  314. package/lib/selectThumb/components/card.js +3 -3
  315. package/lib/thumbCard/component.js +7 -7
  316. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  317. package/lib/typeIcons/component.js +1 -1
  318. package/lib/uploadBefore/component.js +1 -1
  319. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  320. package/lib/uploadStep/component.js +3 -3
  321. package/lib/userAvater/component.js +3 -3
  322. package/lib/userDirector/component.js +5 -5
  323. package/lib/userDirector/components/userTree.js +2 -2
  324. package/lib/utils/index.js +6 -6
  325. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- import { defineComponent, ref, computed, watch, nextTick, toRaw, openBlock, createElementBlock, Fragment, createElementVNode, withModifiers, createVNode, withCtx, renderList, createBlock, unref, normalizeStyle, createCommentVNode, renderSlot } from "vue";
2
- import { InputSearch, Select, Option, RangePicker } from "@arco-design/web-vue";
1
+ import { defineComponent, ref, computed, watch, nextTick, toRaw, openBlock, createElementBlock, Fragment, createElementVNode, withModifiers, createVNode, withCtx, renderList, createBlock, renderSlot, unref, createTextVNode, toDisplayString, normalizeStyle, createCommentVNode } from "vue";
2
+ import { InputGroup, Select, Option, Input, InputSearch, RangePicker, RadioGroup, Radio } from "@arco-design/web-vue";
3
3
  import _sfc_main$2 from "./components/filterItem.js";
4
4
  import _sfc_main$1 from "./components/FilterGroup.js";
5
5
  const _sfc_main = defineComponent({
@@ -37,9 +37,11 @@ const _sfc_main = defineComponent({
37
37
  });
38
38
  return _columns;
39
39
  });
40
- const getOptions = (item) => {
41
- return item.options ? item.options : [];
42
- };
40
+ const getOptions = computed(() => {
41
+ return (item) => {
42
+ return item.options ? item.options : [];
43
+ };
44
+ });
43
45
  const hasValue = computed(() => {
44
46
  return (key) => {
45
47
  var _a, _b;
@@ -76,7 +78,10 @@ const _sfc_main = defineComponent({
76
78
  _form[column.range] = rangeTemp[column.range];
77
79
  } else if (column.component === "select") {
78
80
  _form[column.key] = column.defaultValue || null;
79
- } else {
81
+ } else if (column.component === "input-group") {
82
+ _form[column.selectKey] = column.selectDefaultValue || "";
83
+ _form[column.inputKey] = column.inputDefaultValue || "";
84
+ } else if (column.component) {
80
85
  _form[column.key] = column.defaultValue || "";
81
86
  }
82
87
  });
@@ -178,17 +183,48 @@ const _sfc_main = defineComponent({
178
183
  active: hasValue.value(item.key)
179
184
  }, {
180
185
  default: withCtx(() => [
181
- item.component === "input" ? (openBlock(), createBlock(unref(InputSearch), {
182
- key: 0,
186
+ item.slot ? renderSlot(_ctx.$slots, item.slot, { key: 0 }) : item.component === "input-group" ? (openBlock(), createBlock(unref(InputGroup), { key: 1 }, {
187
+ default: withCtx(() => [
188
+ createVNode(unref(Select), {
189
+ modelValue: form.value[item.selectKey],
190
+ "onUpdate:modelValue": ($event) => form.value[item.selectKey] = $event,
191
+ "default-active-first-option": "",
192
+ style: { "width": "100px" }
193
+ }, {
194
+ default: withCtx(() => [
195
+ (openBlock(true), createElementBlock(Fragment, null, renderList(item.selectOptions, (option, idx) => {
196
+ return openBlock(), createBlock(unref(Option), {
197
+ key: idx,
198
+ value: option.value
199
+ }, {
200
+ default: withCtx(() => [
201
+ createTextVNode(toDisplayString(option.label), 1)
202
+ ]),
203
+ _: 2
204
+ }, 1032, ["value"]);
205
+ }), 128))
206
+ ]),
207
+ _: 2
208
+ }, 1032, ["modelValue", "onUpdate:modelValue"]),
209
+ createVNode(unref(Input), {
210
+ modelValue: form.value[item.inputKey],
211
+ "onUpdate:modelValue": ($event) => form.value[item.inputKey] = $event,
212
+ placeholder: item.placeholder ? item.placeholder : `\u8BF7\u8F93\u5165${item.inputLabel}`,
213
+ style: { "width": "180px" }
214
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
215
+ ]),
216
+ _: 2
217
+ }, 1024)) : item.component === "input" ? (openBlock(), createBlock(unref(InputSearch), {
218
+ key: 2,
183
219
  modelValue: form.value[item.key],
184
220
  "onUpdate:modelValue": ($event) => form.value[item.key] = $event,
185
221
  style: normalizeStyle({ width: styleWidth(columnsMap.value[item.key]) }),
186
222
  "allow-clear": "",
187
223
  size: "medium",
188
- placeholder: `\u8BF7\u8F93\u5165${item.label}`
224
+ placeholder: item.placeholder ? item.placeholder : `\u8BF7\u8F93\u5165${item.label}`
189
225
  }, null, 8, ["modelValue", "onUpdate:modelValue", "style", "placeholder"])) : createCommentVNode("v-if", true),
190
226
  item.component === "select" ? (openBlock(), createBlock(unref(Select), {
191
- key: 1,
227
+ key: 3,
192
228
  modelValue: form.value[item.key],
193
229
  "onUpdate:modelValue": ($event) => form.value[item.key] = $event,
194
230
  "popup-container": "#base-filter-popup-container",
@@ -196,13 +232,13 @@ const _sfc_main = defineComponent({
196
232
  "allow-search": item.allowSearch,
197
233
  "default-active-first-option": false,
198
234
  style: normalizeStyle({ width: styleWidth(columnsMap.value[item.key]) }),
199
- placeholder: `\u8BF7\u9009\u62E9${item.label}`,
235
+ placeholder: item.placeholder ? item.placeholder : `\u8BF7\u9009\u62E9${item.label}`,
200
236
  onSearch: ($event) => handleSelectSearch($event, item),
201
237
  onPopupVisibleChange: ($event) => handleSelectPopupChange($event, item),
202
238
  onChange: ($event) => handleSelectChange($event, item)
203
239
  }, {
204
240
  default: withCtx(() => [
205
- (openBlock(true), createElementBlock(Fragment, null, renderList(getOptions(item), (opt) => {
241
+ (openBlock(true), createElementBlock(Fragment, null, renderList(getOptions.value(item), (opt) => {
206
242
  return openBlock(), createBlock(unref(Option), {
207
243
  key: opt.value,
208
244
  label: opt.label,
@@ -213,7 +249,7 @@ const _sfc_main = defineComponent({
213
249
  _: 2
214
250
  }, 1032, ["modelValue", "onUpdate:modelValue", "allow-search", "style", "placeholder", "onSearch", "onPopupVisibleChange", "onChange"])) : createCommentVNode("v-if", true),
215
251
  item.component === "range-picker" ? (openBlock(), createBlock(unref(RangePicker), {
216
- key: 2,
252
+ key: 4,
217
253
  modelValue: form.value[item.key].range,
218
254
  "onUpdate:modelValue": ($event) => form.value[item.key].range = $event,
219
255
  style: normalizeStyle({ width: styleWidth(form.value[item.key]) }),
@@ -224,7 +260,28 @@ const _sfc_main = defineComponent({
224
260
  "popup-container": "#base-filter-popup-container",
225
261
  onClick: _cache[1] || (_cache[1] = withModifiers(() => {
226
262
  }, ["stop"]))
227
- }, null, 8, ["modelValue", "onUpdate:modelValue", "style"])) : createCommentVNode("v-if", true)
263
+ }, null, 8, ["modelValue", "onUpdate:modelValue", "style"])) : createCommentVNode("v-if", true),
264
+ item.component === "radio" ? (openBlock(), createBlock(unref(RadioGroup), {
265
+ key: 5,
266
+ modelValue: form.value[item.key],
267
+ "onUpdate:modelValue": ($event) => form.value[item.key] = $event,
268
+ type: "button"
269
+ }, {
270
+ default: withCtx(() => [
271
+ (openBlock(true), createElementBlock(Fragment, null, renderList(item.options || [], (option, idx) => {
272
+ return openBlock(), createBlock(unref(Radio), {
273
+ key: idx,
274
+ value: option.value
275
+ }, {
276
+ default: withCtx(() => [
277
+ createTextVNode(toDisplayString(option.label), 1)
278
+ ]),
279
+ _: 2
280
+ }, 1032, ["value"]);
281
+ }), 128))
282
+ ]),
283
+ _: 2
284
+ }, 1032, ["modelValue", "onUpdate:modelValue"])) : createCommentVNode("v-if", true)
228
285
  ]),
229
286
  _: 2
230
287
  }, 1032, ["active"]);
@@ -115,7 +115,7 @@ const _sfc_main = defineComponent({
115
115
  }, {
116
116
  default: withCtx(() => [
117
117
  createElementVNode("span", _hoisted_3, [
118
- _cache[1] || (_cache[1] = createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
118
+ _cache[1] || (_cache[1] = createTextVNode(" \u66F4\u591A\u7B5B\u9009 ", -1)),
119
119
  createVNode(unref(IconCaretDown))
120
120
  ])
121
121
  ]),
@@ -8,7 +8,7 @@ const _sfc_main = defineComponent({
8
8
  setup(__props) {
9
9
  return (_ctx, _cache) => {
10
10
  return openBlock(), createElementBlock("div", {
11
- class: normalizeClass(["filter-item-view", { value: _ctx.active }]),
11
+ class: normalizeClass(["filter-item-view", { value: __props.active }]),
12
12
  onClick: _cache[0] || (_cache[0] = withModifiers(() => {
13
13
  }, ["stop"]))
14
14
  }, [
@@ -58,7 +58,7 @@ const _sfc_main = defineComponent({
58
58
  { immediate: true }
59
59
  );
60
60
  return (_ctx, _cache) => {
61
- return _ctx.colorList && _ctx.colorList.length ? (openBlock(), createElementBlock("div", _hoisted_1, [
61
+ return __props.colorList && __props.colorList.length ? (openBlock(), createElementBlock("div", _hoisted_1, [
62
62
  createVNode(unref(RadioGroup), {
63
63
  modelValue: colorValue.value,
64
64
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => colorValue.value = $event),
@@ -55,7 +55,7 @@ const _sfc_main = defineComponent({
55
55
  const handleScroll = (e) => {
56
56
  emit("scroll", e);
57
57
  const { target } = e;
58
- if (target.scrollHeight - target.scrollTop === target.clientHeight) {
58
+ if (target.scrollHeight - target.scrollTop <= target.clientHeight + 20) {
59
59
  emit("scrollReachEnd");
60
60
  }
61
61
  };
@@ -98,12 +98,18 @@ const _sfc_main = defineComponent({
98
98
  index,
99
99
  parmas: unref(parmasProps),
100
100
  abttrites: unref(abttritesProps),
101
- extraAttrs: _ctx.extraAttrs,
101
+ extraAttrs: __props.extraAttrs,
102
102
  BASE_API: unref(BASE_API_R),
103
103
  onClickTitle: clickTitle,
104
104
  onCellMouseEnter: tableCellMouseEnter,
105
105
  onCellMouseLeave: tableCellMouseLeave
106
106
  }, {
107
+ "after-index": withCtx(() => [
108
+ renderSlot(_ctx.$slots, "after-index", {
109
+ row: element,
110
+ index
111
+ })
112
+ ]),
107
113
  batch: withCtx(() => [
108
114
  renderSlot(_ctx.$slots, "batch", {
109
115
  row: element,
@@ -122,12 +128,18 @@ const _sfc_main = defineComponent({
122
128
  item: element,
123
129
  index,
124
130
  abttrites: unref(abttritesProps),
125
- extraAttrs: _ctx.extraAttrs,
131
+ extraAttrs: __props.extraAttrs,
126
132
  BASE_API: unref(BASE_API_R),
127
133
  onClickTitle: clickTitle,
128
134
  onCellMouseEnter: tableCellMouseEnter,
129
135
  onCellMouseLeave: tableCellMouseLeave
130
136
  }, {
137
+ "after-index": withCtx(() => [
138
+ renderSlot(_ctx.$slots, "after-index", {
139
+ row: element,
140
+ index
141
+ })
142
+ ]),
131
143
  tip: withCtx(() => [
132
144
  renderSlot(_ctx.$slots, "tip", {
133
145
  row: element,
@@ -153,7 +165,7 @@ const _sfc_main = defineComponent({
153
165
  index,
154
166
  parmas: unref(parmasProps),
155
167
  abttrites: unref(abttritesProps),
156
- extraAttrs: _ctx.extraAttrs,
168
+ extraAttrs: __props.extraAttrs,
157
169
  onClickTitle: clickTitle,
158
170
  onCellMouseEnter: tableCellMouseEnter,
159
171
  onCellMouseLeave: tableCellMouseLeave
@@ -176,7 +188,7 @@ const _sfc_main = defineComponent({
176
188
  item: element,
177
189
  index,
178
190
  abttrites: unref(abttritesProps),
179
- extraAttrs: _ctx.extraAttrs,
191
+ extraAttrs: __props.extraAttrs,
180
192
  onClickTitle: clickTitle,
181
193
  onCellMouseEnter: tableCellMouseEnter,
182
194
  onCellMouseLeave: tableCellMouseLeave
@@ -218,12 +230,18 @@ const _sfc_main = defineComponent({
218
230
  index,
219
231
  parmas: unref(parmasProps),
220
232
  abttrites: unref(abttritesProps),
221
- extraAttrs: _ctx.extraAttrs,
233
+ extraAttrs: __props.extraAttrs,
222
234
  BASE_API: unref(BASE_API_R),
223
235
  onClickTitle: clickTitle,
224
236
  onCellMouseEnter: tableCellMouseEnter,
225
237
  onCellMouseLeave: tableCellMouseLeave
226
238
  }, {
239
+ "after-index": withCtx(() => [
240
+ renderSlot(_ctx.$slots, "after-index", {
241
+ row: item,
242
+ index
243
+ })
244
+ ]),
227
245
  batch: withCtx(() => [
228
246
  renderSlot(_ctx.$slots, "batch", {
229
247
  row: item,
@@ -242,12 +260,18 @@ const _sfc_main = defineComponent({
242
260
  item,
243
261
  index,
244
262
  abttrites: unref(abttritesProps),
245
- extraAttrs: _ctx.extraAttrs,
263
+ extraAttrs: __props.extraAttrs,
246
264
  BASE_API: unref(BASE_API_R),
247
265
  onClickTitle: clickTitle,
248
266
  onCellMouseEnter: tableCellMouseEnter,
249
267
  onCellMouseLeave: tableCellMouseLeave
250
268
  }, {
269
+ "after-index": withCtx(() => [
270
+ renderSlot(_ctx.$slots, "after-index", {
271
+ row: item,
272
+ index
273
+ })
274
+ ]),
251
275
  tip: withCtx(() => [
252
276
  renderSlot(_ctx.$slots, "tip", {
253
277
  row: item,
@@ -273,7 +297,7 @@ const _sfc_main = defineComponent({
273
297
  index,
274
298
  parmas: unref(parmasProps),
275
299
  abttrites: unref(abttritesProps),
276
- extraAttrs: _ctx.extraAttrs,
300
+ extraAttrs: __props.extraAttrs,
277
301
  onClickTitle: clickTitle,
278
302
  onCellMouseEnter: tableCellMouseEnter,
279
303
  onCellMouseLeave: tableCellMouseLeave
@@ -296,7 +320,7 @@ const _sfc_main = defineComponent({
296
320
  item,
297
321
  index,
298
322
  abttrites: unref(abttritesProps),
299
- extraAttrs: _ctx.extraAttrs,
323
+ extraAttrs: __props.extraAttrs,
300
324
  onClickTitle: clickTitle,
301
325
  onCellMouseEnter: tableCellMouseEnter,
302
326
  onCellMouseLeave: tableCellMouseLeave
@@ -0,0 +1,92 @@
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref, toDisplayString, renderSlot, withCtx } from "vue";
2
+ import { Image, Tooltip } from "@arco-design/web-vue";
3
+ import { timeFormat } from "../../../../utils/index.js";
4
+ const _hoisted_1 = { class: "cover-view" };
5
+ const _hoisted_2 = { class: "info-view" };
6
+ const _hoisted_3 = { class: "abttrite-v" };
7
+ const _hoisted_4 = { class: "left" };
8
+ const _hoisted_5 = { class: "abttr" };
9
+ const _hoisted_6 = { class: "abttr time" };
10
+ const _hoisted_7 = { class: "right" };
11
+ const _sfc_main = defineComponent({
12
+ __name: "index",
13
+ props: {
14
+ item: {},
15
+ abttrites: {},
16
+ extraAttrs: {}
17
+ },
18
+ emits: ["clickTitle", "cellMouseEnter", "cellMouseLeave"],
19
+ setup(__props, { emit: __emit }) {
20
+ const props = __props;
21
+ const emit = __emit;
22
+ const hide = computed(() => {
23
+ const { hide: hide2 } = props.item;
24
+ return hide2 > 0;
25
+ });
26
+ const silent = computed(() => {
27
+ return props.item && props.item.mourn_style === 1;
28
+ });
29
+ const mouseEnterFun = (event, row) => {
30
+ emit("cellMouseEnter", { row, event });
31
+ };
32
+ const mouseLeaveFun = (event, row) => {
33
+ emit("cellMouseLeave", { row, event });
34
+ };
35
+ const clickTitle = () => {
36
+ emit("clickTitle", props.item);
37
+ };
38
+ return (_ctx, _cache) => {
39
+ return openBlock(), createElementBlock("div", {
40
+ class: normalizeClass(["medialist-account-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
41
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
42
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
43
+ }, [
44
+ createElementVNode("div", _hoisted_1, [
45
+ createVNode(unref(Image), {
46
+ src: __props.item.avatar,
47
+ class: "image",
48
+ preview: false,
49
+ fit: "cover"
50
+ }, null, 8, ["src"])
51
+ ]),
52
+ createElementVNode("div", _hoisted_2, [
53
+ createElementVNode("div", {
54
+ class: "title",
55
+ onClick: clickTitle
56
+ }, toDisplayString(__props.item.title), 1),
57
+ createElementVNode("div", _hoisted_3, [
58
+ createElementVNode("div", _hoisted_4, [
59
+ renderSlot(_ctx.$slots, "tip"),
60
+ createElementVNode("span", _hoisted_5, [
61
+ createVNode(unref(Tooltip), {
62
+ content: `${__props.item.desc}`,
63
+ placement: "top"
64
+ }, {
65
+ default: withCtx(() => [
66
+ createElementVNode("span", null, toDisplayString(__props.item.desc || "--"), 1)
67
+ ]),
68
+ _: 1
69
+ }, 8, ["content"])
70
+ ]),
71
+ createElementVNode("span", _hoisted_6, [
72
+ createVNode(unref(Tooltip), {
73
+ position: "top",
74
+ content: `\u521B\u5EFA\u65F6\u95F4: ${unref(timeFormat)(__props.item.created_at)}`
75
+ }, {
76
+ default: withCtx(() => [
77
+ createElementVNode("span", null, toDisplayString(unref(timeFormat)(__props.item.created_at)), 1)
78
+ ]),
79
+ _: 1
80
+ }, 8, ["content"])
81
+ ])
82
+ ]),
83
+ createElementVNode("div", _hoisted_7, [
84
+ renderSlot(_ctx.$slots, "option", { row: __props.item })
85
+ ])
86
+ ])
87
+ ])
88
+ ], 34);
89
+ };
90
+ }
91
+ });
92
+ export { _sfc_main as default };
@@ -29,7 +29,7 @@ const _sfc_main = defineComponent({
29
29
  const comColumnsMap = ref(compoColumnsMap().value);
30
30
  const hide = computed(() => {
31
31
  const { hide: hide2 } = props.item;
32
- return hide2 === 7 || hide2 === 6;
32
+ return hide2 > 0;
33
33
  });
34
34
  const silent = computed(() => {
35
35
  return props.item && props.item.mourn_style === 1;
@@ -46,19 +46,19 @@ const _sfc_main = defineComponent({
46
46
  return (_ctx, _cache) => {
47
47
  return openBlock(), createElementBlock("div", {
48
48
  class: normalizeClass(["medialist-component-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
49
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
50
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
49
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
50
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
51
51
  }, [
52
52
  createElementVNode("div", _hoisted_1, [
53
- _ctx.item.cover && _ctx.item.cover.data && _ctx.item.cover.data[0] ? (openBlock(), createBlock(unref(Image), {
53
+ __props.item.cover && __props.item.cover.data && __props.item.cover.data[0] ? (openBlock(), createBlock(unref(Image), {
54
54
  key: 0,
55
- src: _ctx.item.cover.data[0].thumb,
55
+ src: __props.item.cover.data[0].thumb,
56
56
  preview: false,
57
57
  fit: "cover",
58
58
  class: "image"
59
- }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(_ctx.item)), 1)),
59
+ }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(__props.item)), 1)),
60
60
  createElementVNode("div", _hoisted_3, [
61
- renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
61
+ renderSlot(_ctx.$slots, "batch", { row: __props.item })
62
62
  ])
63
63
  ]),
64
64
  createElementVNode("div", _hoisted_4, [
@@ -67,23 +67,23 @@ const _sfc_main = defineComponent({
67
67
  onClick: clickTitle
68
68
  }, [
69
69
  renderSlot(_ctx.$slots, "index"),
70
- createElementVNode("span", _hoisted_5, toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
70
+ createElementVNode("span", _hoisted_5, toDisplayString(__props.item.alias || __props.item.title), 1)
71
71
  ]),
72
72
  createElementVNode("div", _hoisted_6, [
73
73
  createElementVNode("div", _hoisted_7, [
74
74
  createVNode(_sfc_main$1, {
75
75
  class: "icon",
76
76
  doc: true,
77
- type: _ctx.item.series
77
+ type: __props.item.series
78
78
  }, null, 8, ["type"]),
79
79
  createElementVNode("span", _hoisted_8, [
80
- createTextVNode(toDisplayString(comColumnsMap.value[_ctx.item.columns]) + "\u7EC4\u4EF6", 1),
80
+ createTextVNode(toDisplayString(comColumnsMap.value[__props.item.columns]) + "\u7EC4\u4EF6", 1),
81
81
  renderSlot(_ctx.$slots, "tip")
82
82
  ]),
83
- createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(_ctx.item.pub_time)), 1)
83
+ createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(__props.item.pub_time)), 1)
84
84
  ]),
85
85
  createElementVNode("div", _hoisted_10, [
86
- renderSlot(_ctx.$slots, "option", { row: _ctx.item })
86
+ renderSlot(_ctx.$slots, "option", { row: __props.item })
87
87
  ])
88
88
  ])
89
89
  ])
@@ -36,7 +36,7 @@ const _sfc_main = defineComponent({
36
36
  const emit = __emit;
37
37
  const hide = computed(() => {
38
38
  const { hide: hide2 } = props.item;
39
- return hide2 === 7 || hide2 === 6;
39
+ return hide2 > 0;
40
40
  });
41
41
  const silent = computed(() => {
42
42
  return props.item && props.item.mourn_style === 1;
@@ -53,19 +53,19 @@ const _sfc_main = defineComponent({
53
53
  return (_ctx, _cache) => {
54
54
  return openBlock(), createElementBlock("div", {
55
55
  class: normalizeClass(["medialist-component-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
56
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
57
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
56
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
57
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
58
58
  }, [
59
59
  createElementVNode("div", _hoisted_1, [
60
- _ctx.item.cover && _ctx.item.cover.data && _ctx.item.cover.data[0] ? (openBlock(), createBlock(unref(Image), {
60
+ __props.item.cover && __props.item.cover.data && __props.item.cover.data[0] ? (openBlock(), createBlock(unref(Image), {
61
61
  key: 0,
62
- src: _ctx.item.cover.data[0].thumb,
62
+ src: __props.item.cover.data[0].thumb,
63
63
  preview: false,
64
64
  fit: "cover",
65
65
  class: "image"
66
- }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(_ctx.item)), 1)),
66
+ }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(__props.item)), 1)),
67
67
  createElementVNode("div", _hoisted_3, [
68
- renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
68
+ renderSlot(_ctx.$slots, "batch", { row: __props.item })
69
69
  ])
70
70
  ]),
71
71
  createElementVNode("div", _hoisted_4, [
@@ -74,7 +74,7 @@ const _sfc_main = defineComponent({
74
74
  onClick: clickTitle
75
75
  }, [
76
76
  renderSlot(_ctx.$slots, "index"),
77
- createElementVNode("span", _hoisted_5, toDisplayString(_ctx.item.alias || _ctx.item.title), 1),
77
+ createElementVNode("span", _hoisted_5, toDisplayString(__props.item.alias || __props.item.title), 1),
78
78
  createElementVNode("span", _hoisted_6, [
79
79
  renderSlot(_ctx.$slots, "tips")
80
80
  ]),
@@ -86,12 +86,12 @@ const _sfc_main = defineComponent({
86
86
  default: withCtx(() => {
87
87
  var _a, _b, _c, _d;
88
88
  return [
89
- ((_b = (_a = _ctx.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.info(_ctx.item)) ? (openBlock(), createElementBlock("span", _hoisted_7, [
89
+ ((_b = (_a = __props.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.info(__props.item)) ? (openBlock(), createElementBlock("span", _hoisted_7, [
90
90
  createVNode(unref(IconInfoCircle), {
91
91
  class: "icon",
92
92
  size: "16"
93
93
  }),
94
- createElementVNode("span", null, toDisplayString(((_d = (_c = _ctx.parmas) == null ? void 0 : _c.labelTip) == null ? void 0 : _d.info(_ctx.item)) || ""), 1)
94
+ createElementVNode("span", null, toDisplayString(((_d = (_c = __props.parmas) == null ? void 0 : _c.labelTip) == null ? void 0 : _d.info(__props.item)) || ""), 1)
95
95
  ])) : createCommentVNode("v-if", true)
96
96
  ];
97
97
  }),
@@ -103,17 +103,17 @@ const _sfc_main = defineComponent({
103
103
  createVNode(_sfc_main$1, {
104
104
  class: "icon",
105
105
  doc: true,
106
- type: _ctx.item.series
106
+ type: __props.item.series
107
107
  }, null, 8, ["type"]),
108
108
  createElementVNode("span", _hoisted_10, [
109
- createTextVNode(toDisplayString(unref(contentList_relation_type_map)[_ctx.item.relation_type]) + "\u9891\u9053", 1),
109
+ createTextVNode(toDisplayString(unref(contentList_relation_type_map)[__props.item.relation_type]) + "\u9891\u9053", 1),
110
110
  renderSlot(_ctx.$slots, "tip")
111
111
  ]),
112
- createElementVNode("span", _hoisted_11, toDisplayString(unref(contentList_layout_map)[_ctx.item.list_layout || "blank"]), 1),
113
- createElementVNode("span", _hoisted_12, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(_ctx.item.pub_time)), 1)
112
+ createElementVNode("span", _hoisted_11, toDisplayString(unref(contentList_layout_map)[__props.item.list_layout || "blank"]), 1),
113
+ createElementVNode("span", _hoisted_12, "\u53D1\u5E03\u65F6\u95F4: " + toDisplayString(unref(timeFormat)(__props.item.pub_time)), 1)
114
114
  ]),
115
115
  createElementVNode("div", _hoisted_13, [
116
- renderSlot(_ctx.$slots, "option", { row: _ctx.item })
116
+ renderSlot(_ctx.$slots, "option", { row: __props.item })
117
117
  ])
118
118
  ])
119
119
  ])
@@ -30,39 +30,39 @@ const _sfc_main = defineComponent({
30
30
  emit("showUserInfo", data);
31
31
  };
32
32
  return (_ctx, _cache) => {
33
- return _ctx.item ? (openBlock(), createElementBlock("span", _hoisted_1, [
34
- _ctx.item.status === 1 ? (openBlock(), createElementBlock("span", _hoisted_2, [
35
- _ctx.item.current_processes ? (openBlock(), createElementBlock("span", {
33
+ return __props.item ? (openBlock(), createElementBlock("span", _hoisted_1, [
34
+ __props.item.status === 1 ? (openBlock(), createElementBlock("span", _hoisted_2, [
35
+ __props.item.current_processes ? (openBlock(), createElementBlock("span", {
36
36
  key: 0,
37
37
  class: normalizeClass({
38
- "checking-user": !calcIsRobot(_ctx.item),
39
- "checking-ai": calcIsRobot(_ctx.item)
38
+ "checking-user": !calcIsRobot(__props.item),
39
+ "checking-ai": calcIsRobot(__props.item)
40
40
  }),
41
- onClick: _cache[0] || (_cache[0] = withModifiers(($event) => showUserInfo(_ctx.item), ["stop"]))
41
+ onClick: _cache[0] || (_cache[0] = withModifiers(($event) => showUserInfo(__props.item), ["stop"]))
42
42
  }, [
43
- createElementVNode("span", null, toDisplayString(unref(calcApprovingUser)(_ctx.item)), 1),
43
+ createElementVNode("span", null, toDisplayString(unref(calcApprovingUser)(__props.item)), 1),
44
44
  createElementVNode("span", null, [
45
- createTextVNode(toDisplayString(unref(approveFlowStatusMap)[_ctx.item.status]) + " ", 1),
46
- createElementVNode("span", null, toDisplayString(unref(calcApprovingDependent)(_ctx.item)), 1)
45
+ createTextVNode(toDisplayString(unref(approveFlowStatusMap)[__props.item.status]) + " ", 1),
46
+ createElementVNode("span", null, toDisplayString(unref(calcApprovingDependent)(__props.item)), 1)
47
47
  ])
48
48
  ], 2)) : createCommentVNode("v-if", true)
49
- ])) : [2, 3].includes(_ctx.item.status) ? (openBlock(), createElementBlock("span", {
49
+ ])) : [2, 3].includes(__props.item.status) ? (openBlock(), createElementBlock("span", {
50
50
  key: 1,
51
51
  class: normalizeClass({
52
- failure: _ctx.item.status === 2,
53
- pass: _ctx.item.status === 3
52
+ failure: __props.item.status === 2,
53
+ pass: __props.item.status === 3
54
54
  })
55
55
  }, [
56
- createTextVNode(toDisplayString(unref(approveFlowStatusMap)[_ctx.item.status]) + " ", 1),
57
- createElementVNode("span", null, toDisplayString(unref(calcApprovingDependent)(_ctx.item)), 1)
56
+ createTextVNode(toDisplayString(unref(approveFlowStatusMap)[__props.item.status]) + " ", 1),
57
+ createElementVNode("span", null, toDisplayString(unref(calcApprovingDependent)(__props.item)), 1)
58
58
  ], 2)) : (openBlock(), createElementBlock("span", {
59
59
  key: 2,
60
60
  class: normalizeClass({
61
- revoke: [0, 4].includes(_ctx.item.status),
62
- pass: _ctx.item.status === 5,
63
- checking: [6, 7].includes(_ctx.item.status)
61
+ revoke: [0, 4].includes(__props.item.status),
62
+ pass: __props.item.status === 5,
63
+ checking: [6, 7].includes(__props.item.status)
64
64
  })
65
- }, toDisplayString(unref(approveFlowStatusMap)[_ctx.item.status]), 3))
65
+ }, toDisplayString(unref(approveFlowStatusMap)[__props.item.status]), 3))
66
66
  ])) : createCommentVNode("v-if", true);
67
67
  };
68
68
  }