@cmstops/pro-compo 3.9.1-stable.0 → 3.9.1-stable.10

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 (303) hide show
  1. package/dist/index.css +49 -4
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.min.js.map +1 -1
  4. package/es/appCenter/script/api.d.ts +5 -5
  5. package/es/baseFilter/components/FilterGroup.js +1 -1
  6. package/es/baseFilter/components/filterItem.js +1 -1
  7. package/es/colorPalette/component.js +1 -1
  8. package/es/config.js +1 -1
  9. package/es/contentDetailList/component.js +33 -9
  10. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  11. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  12. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  13. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  14. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  15. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  16. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  17. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  18. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  19. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  20. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  21. package/es/contentDetailList/components/Content/index.js +118 -117
  22. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  23. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  24. package/es/contentDetailList/components/Doc/index.js +16 -10
  25. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  26. package/es/contentDetailList/components/Records/index.js +8 -8
  27. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  28. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  29. package/es/contentDetailList/script/api.d.ts +2 -2
  30. package/es/contentModal/component.js +40 -40
  31. package/es/contentModal/components/CompoList/index.js +1 -1
  32. package/es/contentModal/components/Dejin/index.js +1 -1
  33. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  34. package/es/contentModal/components/MpContentList/index.js +1 -1
  35. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  36. package/es/contentModal/components/ViewAllColumn/index.js +41 -20
  37. package/es/contentModal/components/storeBox/index.js +8 -8
  38. package/es/contentModal/script/api.d.ts +13 -13
  39. package/es/dataTags/component.js +38 -38
  40. package/es/docHistory/component.js +44 -15
  41. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  42. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  43. package/es/docHistory/scripts/diff.js +4 -3
  44. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  45. package/es/docHistory/style/index.css +4 -0
  46. package/es/docHistory/style/index.less +5 -0
  47. package/es/docPreview/component.js +15 -15
  48. package/es/docPreview/components/PreviewIframe.js +2 -2
  49. package/es/docPreview/scripts/api.d.ts +1 -1
  50. package/es/docPreview/scripts/hook.d.ts +1 -1
  51. package/es/editMetaInfo/components/metaInfoForm.js +11 -11
  52. package/es/editMetaInfo/script/api.d.ts +2 -2
  53. package/es/emptyData/component.js +4 -4
  54. package/es/emptyData/svg/acount.js +2 -2
  55. package/es/emptyData/svg/add.js +2 -2
  56. package/es/emptyData/svg/analize.js +2 -2
  57. package/es/emptyData/svg/analize_fail.js +2 -2
  58. package/es/emptyData/svg/empty.js +2 -2
  59. package/es/emptyData/svg/file.js +2 -2
  60. package/es/emptyData/svg/manager.js +2 -2
  61. package/es/emptyData/svg/message.js +2 -2
  62. package/es/emptyData/svg/noanalize.js +2 -2
  63. package/es/emptyData/svg/null.js +2 -2
  64. package/es/emptyData/svg/search.js +2 -2
  65. package/es/emptyData/svg/star.js +2 -2
  66. package/es/emptyData/svg/trash.js +2 -2
  67. package/es/emptyData/svg/user.js +2 -2
  68. package/es/hooks/assets.d.ts +1 -1
  69. package/es/hooks/source.d.ts +1 -1
  70. package/es/hooks/useAttachement.d.ts +7 -7
  71. package/es/hooks/usePopper.d.ts +1 -1
  72. package/es/hooks/usePopper.js +3 -3
  73. package/es/hooks/useUpload.d.ts +53 -5
  74. package/es/hooks/useUpload.js +43 -4
  75. package/es/hooks/user.d.ts +1 -1
  76. package/es/imageCrop/component.js +11 -11
  77. package/es/imageCrop/script/api.d.ts +1 -1
  78. package/es/importData/component.js +13 -13
  79. package/es/index.css +49 -4
  80. package/es/index.d.ts +1 -0
  81. package/es/index.js +1 -0
  82. package/es/mediaFilter/component.js +4 -4
  83. package/es/mediaFilter/components/DocFilter.js +1 -1
  84. package/es/mediaFilter/components/FilterGroup.js +1 -1
  85. package/es/mediaFilter/components/FilterItem.js +1 -1
  86. package/es/mediaView/component.js +8 -8
  87. package/es/messageBox/component.js +3 -3
  88. package/es/messageBox/script/api.d.ts +2 -2
  89. package/es/previousVersion/script/api.d.ts +4 -4
  90. package/es/resourceGridList/component.js +16 -16
  91. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  92. package/es/resourceModal/component.js +7 -7
  93. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  94. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  95. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  96. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  97. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  98. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  99. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  100. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  101. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  102. package/es/resourceModal/script/api.d.ts +11 -11
  103. package/es/selectAddTo/component.d.ts +0 -0
  104. package/es/selectAddTo/component.js +47 -0
  105. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  106. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  107. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  108. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  109. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  110. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  111. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  112. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  113. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  114. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  115. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  116. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  117. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  118. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  119. package/es/selectAddTo/index.d.ts +2 -0
  120. package/es/selectAddTo/index.js +7 -0
  121. package/es/selectAddTo/script/api.d.ts +18 -0
  122. package/es/selectAddTo/script/api.js +23 -0
  123. package/es/selectAddTo/script/index.d.ts +2 -0
  124. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  125. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  126. package/es/selectAddTo/style/css.js +1 -0
  127. package/es/selectAddTo/style/index.css +3 -0
  128. package/es/selectAddTo/style/index.d.ts +1 -0
  129. package/es/selectAddTo/style/index.js +1 -0
  130. package/es/selectAddTo/style/index.less +3 -0
  131. package/es/selectAddTo/types/index.d.ts +37 -0
  132. package/es/selectGategory/component.js +5 -5
  133. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  134. package/es/selectGategory/script/api.d.ts +2 -2
  135. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  136. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  137. package/es/selectResourceModal/component.js +26 -34
  138. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  139. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  140. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  141. package/es/selectResourceModal/components/List/ListNormal/Filter.js +202 -94
  142. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  143. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  144. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  145. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  146. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  147. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  148. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  149. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  150. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  151. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  152. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  153. package/es/selectResourceModal/style/index.css +45 -4
  154. package/es/selectResourceModal/style/index.less +14 -0
  155. package/es/selectResourceModal/style/list.less +40 -4
  156. package/es/selectThumb/component.js +38 -38
  157. package/es/selectThumb/components/card.js +3 -3
  158. package/es/style.css +63 -0
  159. package/es/thumbCard/component.js +7 -7
  160. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  161. package/es/typeIcons/component.js +1 -1
  162. package/es/uploadBefore/component.js +1 -1
  163. package/es/uploadBefore/components/UploadBefore.js +9 -9
  164. package/es/uploadBefore/script/api.d.ts +4 -4
  165. package/es/uploadStep/component.js +3 -3
  166. package/es/userAvater/component.js +3 -3
  167. package/es/userAvater/script/api.d.ts +4 -4
  168. package/es/userDirector/component.js +5 -5
  169. package/es/userDirector/components/userTree.js +2 -2
  170. package/es/userDirector/script/api.d.ts +6 -6
  171. package/es/utils/index.js +6 -6
  172. package/es/utils/request.d.ts +1 -1
  173. package/es/utils/transcodeMedia.d.ts +1 -1
  174. package/es/videoThumb/scripts/api.d.ts +1 -1
  175. package/lib/baseFilter/components/FilterGroup.js +1 -1
  176. package/lib/baseFilter/components/filterItem.js +1 -1
  177. package/lib/colorPalette/component.js +1 -1
  178. package/lib/config.js +1 -1
  179. package/lib/contentDetailList/component.js +33 -9
  180. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  181. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  182. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  183. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  184. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  185. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  186. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  187. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  188. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  189. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  190. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  191. package/lib/contentDetailList/components/Content/index.js +118 -117
  192. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  193. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  194. package/lib/contentDetailList/components/Doc/index.js +16 -10
  195. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  196. package/lib/contentDetailList/components/Records/index.js +8 -8
  197. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  198. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  199. package/lib/contentModal/component.js +40 -40
  200. package/lib/contentModal/components/CompoList/index.js +1 -1
  201. package/lib/contentModal/components/Dejin/index.js +1 -1
  202. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  203. package/lib/contentModal/components/MpContentList/index.js +1 -1
  204. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  205. package/lib/contentModal/components/ViewAllColumn/index.js +40 -19
  206. package/lib/contentModal/components/storeBox/index.js +8 -8
  207. package/lib/dataTags/component.js +38 -38
  208. package/lib/docHistory/component.js +42 -13
  209. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  210. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  211. package/lib/docHistory/scripts/diff.js +4 -3
  212. package/lib/docHistory/style/index.css +4 -0
  213. package/lib/docHistory/style/index.less +5 -0
  214. package/lib/docPreview/component.js +15 -15
  215. package/lib/docPreview/components/PreviewIframe.js +2 -2
  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/hooks/usePopper.js +3 -3
  233. package/lib/hooks/useUpload.js +43 -3
  234. package/lib/imageCrop/component.js +11 -11
  235. package/lib/importData/component.js +13 -13
  236. package/lib/index.css +49 -4
  237. package/lib/index.js +2 -0
  238. package/lib/mediaFilter/component.js +4 -4
  239. package/lib/mediaFilter/components/DocFilter.js +1 -1
  240. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  241. package/lib/mediaFilter/components/FilterItem.js +1 -1
  242. package/lib/mediaView/component.js +8 -8
  243. package/lib/messageBox/component.js +3 -3
  244. package/lib/resourceGridList/component.js +16 -16
  245. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  246. package/lib/resourceModal/component.js +7 -7
  247. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  248. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  249. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  250. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  251. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  252. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  253. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  254. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  255. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  256. package/lib/selectAddTo/component.js +48 -0
  257. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  258. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  259. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  260. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  261. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  262. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  263. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  264. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  265. package/lib/selectAddTo/index.js +8 -0
  266. package/lib/selectAddTo/script/api.js +27 -0
  267. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  268. package/lib/selectAddTo/style/css.js +2 -0
  269. package/lib/selectAddTo/style/index.css +3 -0
  270. package/lib/selectAddTo/style/index.js +2 -0
  271. package/lib/selectAddTo/style/index.less +3 -0
  272. package/lib/selectGategory/component.js +5 -5
  273. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  274. package/lib/selectResourceModal/component.js +25 -33
  275. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  276. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  277. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  278. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +199 -91
  279. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  280. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  281. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  282. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  283. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  284. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  285. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  286. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  287. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  288. package/lib/selectResourceModal/style/index.css +45 -4
  289. package/lib/selectResourceModal/style/index.less +14 -0
  290. package/lib/selectResourceModal/style/list.less +40 -4
  291. package/lib/selectThumb/component.js +38 -38
  292. package/lib/selectThumb/components/card.js +3 -3
  293. package/lib/thumbCard/component.js +7 -7
  294. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  295. package/lib/typeIcons/component.js +1 -1
  296. package/lib/uploadBefore/component.js +1 -1
  297. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  298. package/lib/uploadStep/component.js +3 -3
  299. package/lib/userAvater/component.js +3 -3
  300. package/lib/userDirector/component.js +5 -5
  301. package/lib/userDirector/components/userTree.js +2 -2
  302. package/lib/utils/index.js +6 -6
  303. package/package.json +1 -1
@@ -3,9 +3,9 @@ interface Params {
3
3
  app_id?: number;
4
4
  [key: string]: any;
5
5
  }
6
- export declare function getUserRepoActs(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function getPubApps(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
- export declare function getResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
- export declare function setResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
10
- export declare function getBtnSlot(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
+ export declare function getUserRepoActs(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function getPubApps(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
+ export declare function getResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
9
+ export declare function setResentApp(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
10
+ export declare function getBtnSlot(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
11
11
  export {};
@@ -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),
package/es/config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  var _a, _b, _c, _d, _e, _f, _g, _h;
2
- const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.cmstop.xyz";
2
+ const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.r.cmstop.xyz";
3
3
  const DEFAULT_BASE_ACCOUNT_HOST = ((_d = (_c = window.situoyun) == null ? void 0 : _c.env) == null ? void 0 : _d.BASE_ACCOUNT_HOST) || "https://account.cmstop.xyz";
4
4
  const DEFAULT_UPLOAD_CHUNK_SIZE = ((_f = (_e = window.situoyun) == null ? void 0 : _e.env) == null ? void 0 : _f.UPLOAD_CHUNK_SIZE) || 5242880;
5
5
  const DEFAULT_UPLOAD_URL = ((_h = (_g = window.situoyun) == null ? void 0 : _g.env) == null ? void 0 : _h.BASE_STATIC_FILE_API) || "https://oss.cmstop.xyz/maple/v1";
@@ -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
@@ -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
  }
@@ -41,7 +41,7 @@ const _sfc_main = defineComponent({
41
41
  const emit = __emit;
42
42
  const hide = computed(() => {
43
43
  const { hide: hide2 } = props.item;
44
- return hide2 === 7 || hide2 === 6;
44
+ return hide2 > 0;
45
45
  });
46
46
  const silent = computed(() => {
47
47
  return props.item && props.item.mourn_style === 1;
@@ -94,8 +94,8 @@ const _sfc_main = defineComponent({
94
94
  return (_ctx, _cache) => {
95
95
  return openBlock(), createElementBlock("div", {
96
96
  class: normalizeClass(["medialist-doc-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
97
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
98
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
97
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
98
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
99
99
  }, [
100
100
  createElementVNode("div", _hoisted_1, [
101
101
  thumb.value ? (openBlock(), createBlock(unref(Image), {
@@ -104,9 +104,9 @@ const _sfc_main = defineComponent({
104
104
  src: thumb.value,
105
105
  class: "image",
106
106
  fit: "cover"
107
- }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(_ctx.item)), 1)),
107
+ }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(__props.item)), 1)),
108
108
  createElementVNode("div", _hoisted_3, [
109
- renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
109
+ renderSlot(_ctx.$slots, "batch", { row: __props.item })
110
110
  ]),
111
111
  localLiveStatus.value ? (openBlock(), createElementBlock("div", {
112
112
  key: 2,
@@ -118,46 +118,46 @@ const _sfc_main = defineComponent({
118
118
  createElementVNode("div", _hoisted_5, [
119
119
  renderSlot(_ctx.$slots, "index"),
120
120
  createVNode(_sfc_main$1, {
121
- item: _ctx.item,
122
- BASE_API: _ctx.BASE_API
121
+ item: __props.item,
122
+ BASE_API: __props.BASE_API
123
123
  }, null, 8, ["item", "BASE_API"]),
124
124
  createElementVNode("span", {
125
125
  class: "text",
126
126
  onClick: clickTitle
127
- }, toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
127
+ }, toDisplayString(__props.item.alias || __props.item.title), 1)
128
128
  ]),
129
129
  createElementVNode("div", _hoisted_6, [
130
130
  createElementVNode("div", _hoisted_7, [
131
131
  createVNode(_sfc_main$2, {
132
132
  class: "icon",
133
133
  doc: true,
134
- type: _ctx.item.series
134
+ type: __props.item.series
135
135
  }, null, 8, ["type"]),
136
136
  createElementVNode("span", _hoisted_8, [
137
137
  showDataTags.value ? (openBlock(), createBlock(_sfc_main$3, {
138
138
  key: 0,
139
- item: _ctx.item
139
+ item: __props.item
140
140
  }, null, 8, ["item"])) : createCommentVNode("v-if", true),
141
141
  renderSlot(_ctx.$slots, "tip")
142
142
  ]),
143
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.abttrites, (column, i) => {
143
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.abttrites, (column, i) => {
144
144
  return openBlock(), createElementBlock(Fragment, { key: i }, [
145
145
  createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
146
146
  column.key === "approval_status" ? (openBlock(), createElementBlock("span", _hoisted_9, [
147
147
  _cache[2] || (_cache[2] = createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1)),
148
- unref(approvalItem)(_ctx.item) ? (openBlock(), createBlock(_sfc_main$4, {
148
+ unref(approvalItem)(__props.item) ? (openBlock(), createBlock(_sfc_main$4, {
149
149
  key: 0,
150
- item: unref(approvalItem)(_ctx.item)
150
+ item: unref(approvalItem)(__props.item)
151
151
  }, null, 8, ["item"])) : (openBlock(), createElementBlock("span", _hoisted_10, "--"))
152
152
  ])) : column.key === "state" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
153
153
  createCommentVNode(" \u72B6\u6001 "),
154
154
  createElementVNode("span", _hoisted_11, [
155
155
  createVNode(unref(Tooltip), {
156
- content: `\u72B6\u6001: ${unref(docStateMap)[_ctx.item.state]}`,
156
+ content: `\u72B6\u6001: ${unref(docStateMap)[__props.item.state]}`,
157
157
  position: "top"
158
158
  }, {
159
159
  default: withCtx(() => [
160
- createElementVNode("span", null, toDisplayString(unref(docStateMap)[_ctx.item.state]), 1)
160
+ createElementVNode("span", null, toDisplayString(unref(docStateMap)[__props.item.state]), 1)
161
161
  ]),
162
162
  _: 1
163
163
  }, 8, ["content"])
@@ -170,13 +170,13 @@ const _sfc_main = defineComponent({
170
170
  class: "popper-categories abttr"
171
171
  }, {
172
172
  content: withCtx(() => [
173
- _ctx.item.other_categories ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
174
- createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + toDisplayString(_ctx.item.primary_category || "--"), 1),
173
+ __props.item.other_categories ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
174
+ createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + toDisplayString(__props.item.primary_category || "--"), 1),
175
175
  createElementVNode("span", null, [
176
176
  _cache[3] || (_cache[3] = createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1)),
177
- createTextVNode(" " + toDisplayString(_ctx.item.other_categories.join("\u3001")), 1)
177
+ createTextVNode(" " + toDisplayString(__props.item.other_categories.join("\u3001")), 1)
178
178
  ])
179
- ], 64)) : (openBlock(), createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + toDisplayString(_ctx.item.primary_category || "--"), 1))
179
+ ], 64)) : (openBlock(), createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + toDisplayString(__props.item.primary_category || "--"), 1))
180
180
  ]),
181
181
  default: withCtx(() => [
182
182
  createVNode(unref(Button), {
@@ -185,7 +185,7 @@ const _sfc_main = defineComponent({
185
185
  size: "mini"
186
186
  }, {
187
187
  default: withCtx(() => [
188
- createTextVNode(toDisplayString(_ctx.item.primary_category || "--"), 1)
188
+ createTextVNode(toDisplayString(__props.item.primary_category || "--"), 1)
189
189
  ]),
190
190
  _: 1
191
191
  })
@@ -198,29 +198,29 @@ const _sfc_main = defineComponent({
198
198
  }, [
199
199
  column.time ? (openBlock(), createBlock(unref(Tooltip), {
200
200
  key: 0,
201
- content: `${column.label}: ${unref(timeFormat)(_ctx.item[column.key])}`,
201
+ content: `${column.label}: ${unref(timeFormat)(__props.item[column.key])}`,
202
202
  position: "top"
203
203
  }, {
204
204
  default: withCtx(() => [
205
- createElementVNode("span", null, toDisplayString(unref(timeFormat)(_ctx.item[column.key])), 1)
205
+ createElementVNode("span", null, toDisplayString(unref(timeFormat)(__props.item[column.key])), 1)
206
206
  ]),
207
207
  _: 2
208
208
  }, 1032, ["content"])) : column.pv ? (openBlock(), createBlock(unref(Tooltip), {
209
209
  key: column.key,
210
210
  position: "top",
211
- content: `${column.label}: ${column.keys.map((key) => _ctx.item[key] || 0).join("/")}`
211
+ content: `${column.label}: ${column.keys.map((key) => __props.item[key] || 0).join("/")}`
212
212
  }, {
213
213
  default: withCtx(() => [
214
- createElementVNode("span", null, toDisplayString(column.keys.map((key) => _ctx.item[key] || 0).join("/")), 1)
214
+ createElementVNode("span", null, toDisplayString(column.keys.map((key) => __props.item[key] || 0).join("/")), 1)
215
215
  ]),
216
216
  _: 2
217
217
  }, 1032, ["content"])) : (openBlock(), createBlock(unref(Tooltip), {
218
218
  key: 2,
219
- content: `${column.label}: ${_ctx.item[column.key] || "--"}`,
219
+ content: `${column.label}: ${__props.item[column.key] || "--"}`,
220
220
  position: "top"
221
221
  }, {
222
222
  default: withCtx(() => [
223
- createElementVNode("span", null, toDisplayString(_ctx.item[column.key] || "--"), 1)
223
+ createElementVNode("span", null, toDisplayString(__props.item[column.key] || "--"), 1)
224
224
  ]),
225
225
  _: 2
226
226
  }, 1032, ["content"]))
@@ -229,7 +229,7 @@ const _sfc_main = defineComponent({
229
229
  }), 128))
230
230
  ]),
231
231
  createElementVNode("div", _hoisted_14, [
232
- renderSlot(_ctx.$slots, "option", { row: _ctx.item })
232
+ renderSlot(_ctx.$slots, "option", { row: __props.item })
233
233
  ])
234
234
  ])
235
235
  ])
@@ -30,7 +30,7 @@ const _sfc_main = defineComponent({
30
30
  const emit = __emit;
31
31
  const hide = computed(() => {
32
32
  const { hide: hide2 } = props.item;
33
- return hide2 === 7 || hide2 === 6;
33
+ return hide2 > 0;
34
34
  });
35
35
  const silent = computed(() => {
36
36
  return props.item && props.item.mourn_style === 1;
@@ -64,8 +64,8 @@ const _sfc_main = defineComponent({
64
64
  return (_ctx, _cache) => {
65
65
  return openBlock(), createElementBlock("div", {
66
66
  class: normalizeClass(["medialist-mpdoc-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
67
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
68
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
67
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
68
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
69
69
  }, [
70
70
  createElementVNode("div", _hoisted_1, [
71
71
  thumb.value ? (openBlock(), createBlock(unref(Image), {
@@ -74,9 +74,9 @@ const _sfc_main = defineComponent({
74
74
  src: thumb.value,
75
75
  class: "image",
76
76
  fit: "cover"
77
- }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(_ctx.item)), 1)),
77
+ }, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(__props.item)), 1)),
78
78
  createElementVNode("div", _hoisted_3, [
79
- renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
79
+ renderSlot(_ctx.$slots, "batch", { row: __props.item })
80
80
  ])
81
81
  ]),
82
82
  createElementVNode("div", _hoisted_4, [
@@ -85,26 +85,26 @@ const _sfc_main = defineComponent({
85
85
  onClick: clickTitle
86
86
  }, [
87
87
  renderSlot(_ctx.$slots, "index"),
88
- createTextVNode(toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
88
+ createTextVNode(toDisplayString(__props.item.alias || __props.item.title), 1)
89
89
  ]),
90
90
  createElementVNode("div", _hoisted_5, [
91
91
  createElementVNode("div", _hoisted_6, [
92
92
  createVNode(_sfc_main$1, {
93
93
  class: "icon",
94
94
  doc: true,
95
- type: _ctx.item.series
95
+ type: __props.item.series
96
96
  }, null, 8, ["type"]),
97
97
  createElementVNode("span", _hoisted_7, [
98
- createVNode(_sfc_main$2, { item: _ctx.item }, null, 8, ["item"]),
98
+ createVNode(_sfc_main$2, { item: __props.item }, null, 8, ["item"]),
99
99
  renderSlot(_ctx.$slots, "tip")
100
100
  ]),
101
101
  createElementVNode("span", _hoisted_8, [
102
102
  createVNode(unref(Tooltip), {
103
103
  position: "top",
104
- content: `\u6240\u5C5E${unref(mpName)}: ${_ctx.item.account_name || _ctx.item.mp_user_name}`
104
+ content: `\u6240\u5C5E${unref(mpName)}: ${__props.item.account_name || __props.item.mp_user_name}`
105
105
  }, {
106
106
  default: withCtx(() => [
107
- createElementVNode("span", null, toDisplayString(_ctx.item.account_name || _ctx.item.mp_user_name), 1)
107
+ createElementVNode("span", null, toDisplayString(__props.item.account_name || __props.item.mp_user_name), 1)
108
108
  ]),
109
109
  _: 1
110
110
  }, 8, ["content"])
@@ -112,17 +112,17 @@ const _sfc_main = defineComponent({
112
112
  createElementVNode("span", _hoisted_9, [
113
113
  createVNode(unref(Tooltip), {
114
114
  position: "top",
115
- content: `\u53D1\u5E03\u65F6\u95F4: ${unref(timeFormat)(_ctx.item.pub_time)}`
115
+ content: `\u53D1\u5E03\u65F6\u95F4: ${unref(timeFormat)(__props.item.pub_time)}`
116
116
  }, {
117
117
  default: withCtx(() => [
118
- createElementVNode("span", null, toDisplayString(unref(timeFormat)(_ctx.item.pub_time)), 1)
118
+ createElementVNode("span", null, toDisplayString(unref(timeFormat)(__props.item.pub_time)), 1)
119
119
  ]),
120
120
  _: 1
121
121
  }, 8, ["content"])
122
122
  ])
123
123
  ]),
124
124
  createElementVNode("div", _hoisted_10, [
125
- renderSlot(_ctx.$slots, "option", { row: _ctx.item })
125
+ renderSlot(_ctx.$slots, "option", { row: __props.item })
126
126
  ])
127
127
  ])
128
128
  ])