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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/README.md +103 -76
  2. package/dist/index.css +52 -0
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/appCenter/script/api.d.ts +5 -5
  6. package/es/baseFilter/components/FilterGroup.js +1 -1
  7. package/es/baseFilter/components/filterItem.js +1 -1
  8. package/es/colorPalette/component.js +1 -1
  9. package/es/config.js +1 -1
  10. package/es/contentDetailList/component.js +9 -9
  11. package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
  12. package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  13. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  14. package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
  15. package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  16. package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  17. package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  18. package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
  19. package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  20. package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
  21. package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
  22. package/es/contentDetailList/components/Content/index.js +117 -117
  23. package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  24. package/es/contentDetailList/components/CustomWrp/index.js +10 -10
  25. package/es/contentDetailList/components/Doc/index.js +11 -11
  26. package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  27. package/es/contentDetailList/components/Records/index.js +8 -8
  28. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  29. package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
  30. package/es/contentDetailList/script/api.d.ts +2 -2
  31. package/es/contentModal/component.js +40 -40
  32. package/es/contentModal/components/CompoList/index.js +1 -1
  33. package/es/contentModal/components/Dejin/index.js +1 -1
  34. package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  35. package/es/contentModal/components/MpContentList/index.js +1 -1
  36. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  37. package/es/contentModal/components/ViewAllColumn/index.js +7 -3
  38. package/es/contentModal/components/storeBox/index.js +8 -8
  39. package/es/contentModal/script/api.d.ts +13 -13
  40. package/es/dataTags/component.js +38 -38
  41. package/es/docHistory/component.js +44 -15
  42. package/es/docHistory/components/DocDiffPanel/index.js +2 -2
  43. package/es/docHistory/components/DocHistoryList/index.js +2 -2
  44. package/es/docHistory/scripts/diff.js +4 -3
  45. package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
  46. package/es/docHistory/style/index.css +4 -0
  47. package/es/docHistory/style/index.less +5 -0
  48. package/es/docPreview/component.js +228 -60
  49. package/es/docPreview/components/PreviewIframe.js +37 -6
  50. package/es/docPreview/images/pc.js +2 -0
  51. package/es/docPreview/scripts/api.d.ts +2 -1
  52. package/es/docPreview/scripts/hook.d.ts +11 -1
  53. package/es/docPreview/scripts/hook.js +115 -4
  54. package/es/docPreview/style/index.css +48 -0
  55. package/es/docPreview/style/index.less +23 -0
  56. package/es/docPreview/style/previewIframe.less +31 -0
  57. package/es/editMetaInfo/components/metaInfoForm.js +11 -11
  58. package/es/editMetaInfo/script/api.d.ts +2 -2
  59. package/es/emptyData/component.js +4 -4
  60. package/es/emptyData/svg/acount.js +2 -2
  61. package/es/emptyData/svg/add.js +2 -2
  62. package/es/emptyData/svg/analize.js +2 -2
  63. package/es/emptyData/svg/analize_fail.js +2 -2
  64. package/es/emptyData/svg/empty.js +2 -2
  65. package/es/emptyData/svg/file.js +2 -2
  66. package/es/emptyData/svg/manager.js +2 -2
  67. package/es/emptyData/svg/message.js +2 -2
  68. package/es/emptyData/svg/noanalize.js +2 -2
  69. package/es/emptyData/svg/null.js +2 -2
  70. package/es/emptyData/svg/search.js +2 -2
  71. package/es/emptyData/svg/star.js +2 -2
  72. package/es/emptyData/svg/trash.js +2 -2
  73. package/es/emptyData/svg/user.js +2 -2
  74. package/es/hooks/assets.d.ts +1 -1
  75. package/es/hooks/source.d.ts +1 -1
  76. package/es/hooks/useAttachement.d.ts +7 -7
  77. package/es/hooks/useUpload.d.ts +4 -4
  78. package/es/hooks/user.d.ts +1 -1
  79. package/es/imageCrop/component.js +11 -11
  80. package/es/imageCrop/script/api.d.ts +1 -1
  81. package/es/importData/component.js +13 -13
  82. package/es/index.css +52 -0
  83. package/es/index.d.ts +1 -0
  84. package/es/index.js +1 -0
  85. package/es/mediaFilter/component.js +4 -4
  86. package/es/mediaFilter/components/DocFilter.js +1 -1
  87. package/es/mediaFilter/components/FilterGroup.js +1 -1
  88. package/es/mediaFilter/components/FilterItem.js +1 -1
  89. package/es/mediaView/component.js +8 -8
  90. package/es/messageBox/component.js +3 -3
  91. package/es/messageBox/script/api.d.ts +2 -2
  92. package/es/previousVersion/script/api.d.ts +4 -4
  93. package/es/resourceGridList/component.js +16 -16
  94. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  95. package/es/resourceModal/component.js +7 -7
  96. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  97. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  98. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  99. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  100. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  101. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  102. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  103. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  104. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  105. package/es/resourceModal/script/api.d.ts +11 -11
  106. package/es/selectAddTo/component.d.ts +0 -0
  107. package/es/selectAddTo/component.js +47 -0
  108. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  109. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  110. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  111. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  112. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  113. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  114. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  115. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  116. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  117. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  118. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  119. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  120. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  121. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  122. package/es/selectAddTo/index.d.ts +2 -0
  123. package/es/selectAddTo/index.js +7 -0
  124. package/es/selectAddTo/script/api.d.ts +18 -0
  125. package/es/selectAddTo/script/api.js +23 -0
  126. package/es/selectAddTo/script/index.d.ts +2 -0
  127. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  128. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  129. package/es/selectAddTo/style/css.js +1 -0
  130. package/es/selectAddTo/style/index.css +3 -0
  131. package/es/selectAddTo/style/index.d.ts +1 -0
  132. package/es/selectAddTo/style/index.js +1 -0
  133. package/es/selectAddTo/style/index.less +3 -0
  134. package/es/selectAddTo/types/index.d.ts +37 -0
  135. package/es/selectGategory/component.js +5 -5
  136. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  137. package/es/selectGategory/script/api.d.ts +2 -2
  138. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +153 -160
  139. package/es/selectResourceModal/__demo__/module/basic.d.ts +153 -160
  140. package/es/selectResourceModal/component.js +26 -34
  141. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  142. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  143. package/es/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  144. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  145. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  146. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  147. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  148. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  149. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  150. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  151. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  152. package/es/selectThumb/component.js +45 -56
  153. package/es/selectThumb/components/card.js +3 -3
  154. package/es/style.css +63 -0
  155. package/es/thumbCard/component.js +7 -7
  156. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  157. package/es/typeIcons/component.js +1 -1
  158. package/es/uploadBefore/component.js +1 -1
  159. package/es/uploadBefore/components/UploadBefore.js +9 -9
  160. package/es/uploadBefore/script/api.d.ts +4 -4
  161. package/es/uploadStep/component.js +3 -3
  162. package/es/userAvater/component.js +3 -3
  163. package/es/userAvater/script/api.d.ts +4 -4
  164. package/es/userDirector/component.js +5 -5
  165. package/es/userDirector/components/userTree.js +2 -2
  166. package/es/userDirector/script/api.d.ts +6 -6
  167. package/es/utils/request.d.ts +1 -1
  168. package/es/utils/transcodeMedia.d.ts +1 -1
  169. package/es/videoThumb/scripts/api.d.ts +1 -1
  170. package/lib/baseFilter/components/FilterGroup.js +1 -1
  171. package/lib/baseFilter/components/filterItem.js +1 -1
  172. package/lib/colorPalette/component.js +1 -1
  173. package/lib/config.js +1 -1
  174. package/lib/contentDetailList/component.js +9 -9
  175. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  176. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  177. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  178. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  179. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  180. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  181. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  182. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  183. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  184. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  185. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  186. package/lib/contentDetailList/components/Content/index.js +117 -117
  187. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  188. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  189. package/lib/contentDetailList/components/Doc/index.js +11 -11
  190. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  191. package/lib/contentDetailList/components/Records/index.js +8 -8
  192. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  193. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  194. package/lib/contentModal/component.js +40 -40
  195. package/lib/contentModal/components/CompoList/index.js +1 -1
  196. package/lib/contentModal/components/Dejin/index.js +1 -1
  197. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  198. package/lib/contentModal/components/MpContentList/index.js +1 -1
  199. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  200. package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
  201. package/lib/contentModal/components/storeBox/index.js +8 -8
  202. package/lib/dataTags/component.js +38 -38
  203. package/lib/docHistory/component.js +42 -13
  204. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  205. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  206. package/lib/docHistory/scripts/diff.js +4 -3
  207. package/lib/docHistory/style/index.css +4 -0
  208. package/lib/docHistory/style/index.less +5 -0
  209. package/lib/docPreview/component.js +227 -59
  210. package/lib/docPreview/components/PreviewIframe.js +37 -6
  211. package/lib/docPreview/images/pc.js +3 -0
  212. package/lib/docPreview/scripts/hook.js +115 -3
  213. package/lib/docPreview/style/index.css +48 -0
  214. package/lib/docPreview/style/index.less +23 -0
  215. package/lib/docPreview/style/previewIframe.less +31 -0
  216. package/lib/editMetaInfo/components/metaInfoForm.js +11 -11
  217. package/lib/emptyData/component.js +4 -4
  218. package/lib/emptyData/svg/acount.js +2 -2
  219. package/lib/emptyData/svg/add.js +2 -2
  220. package/lib/emptyData/svg/analize.js +2 -2
  221. package/lib/emptyData/svg/analize_fail.js +2 -2
  222. package/lib/emptyData/svg/empty.js +2 -2
  223. package/lib/emptyData/svg/file.js +2 -2
  224. package/lib/emptyData/svg/manager.js +2 -2
  225. package/lib/emptyData/svg/message.js +2 -2
  226. package/lib/emptyData/svg/noanalize.js +2 -2
  227. package/lib/emptyData/svg/null.js +2 -2
  228. package/lib/emptyData/svg/search.js +2 -2
  229. package/lib/emptyData/svg/star.js +2 -2
  230. package/lib/emptyData/svg/trash.js +2 -2
  231. package/lib/emptyData/svg/user.js +2 -2
  232. package/lib/imageCrop/component.js +11 -11
  233. package/lib/importData/component.js +13 -13
  234. package/lib/index.css +52 -0
  235. package/lib/index.js +2 -0
  236. package/lib/mediaFilter/component.js +4 -4
  237. package/lib/mediaFilter/components/DocFilter.js +1 -1
  238. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  239. package/lib/mediaFilter/components/FilterItem.js +1 -1
  240. package/lib/mediaView/component.js +8 -8
  241. package/lib/messageBox/component.js +3 -3
  242. package/lib/resourceGridList/component.js +16 -16
  243. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  244. package/lib/resourceModal/component.js +7 -7
  245. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  246. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  247. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  248. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  249. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  250. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  251. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  252. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  253. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  254. package/lib/selectAddTo/component.js +48 -0
  255. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  256. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  257. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  258. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  259. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  260. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  261. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  262. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  263. package/lib/selectAddTo/index.js +8 -0
  264. package/lib/selectAddTo/script/api.js +27 -0
  265. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  266. package/lib/selectAddTo/style/css.js +2 -0
  267. package/lib/selectAddTo/style/index.css +3 -0
  268. package/lib/selectAddTo/style/index.js +2 -0
  269. package/lib/selectAddTo/style/index.less +3 -0
  270. package/lib/selectGategory/component.js +5 -5
  271. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  272. package/lib/selectResourceModal/component.js +25 -33
  273. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  274. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  275. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
  276. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  277. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  278. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  279. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  280. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  281. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  282. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  283. package/lib/selectThumb/component.js +45 -56
  284. package/lib/selectThumb/components/card.js +3 -3
  285. package/lib/thumbCard/component.js +7 -7
  286. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  287. package/lib/typeIcons/component.js +1 -1
  288. package/lib/uploadBefore/component.js +1 -1
  289. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  290. package/lib/uploadStep/component.js +3 -3
  291. package/lib/userAvater/component.js +3 -3
  292. package/lib/userDirector/component.js +5 -5
  293. package/lib/userDirector/components/userTree.js +2 -2
  294. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
4
+ export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
8
  export {};
@@ -225,9 +225,9 @@ const _sfc_main = defineComponent({
225
225
  size: "mini",
226
226
  onClick: clearUserSelectedList
227
227
  }, {
228
- default: withCtx(() => _cache[0] || (_cache[0] = [
229
- createTextVNode("\u5168\u90E8\u6E05\u9664")
230
- ])),
228
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
229
+ createTextVNode("\u5168\u90E8\u6E05\u9664", -1)
230
+ ])]),
231
231
  _: 1
232
232
  })
233
233
  ]),
@@ -259,8 +259,8 @@ const _sfc_main = defineComponent({
259
259
  default: withCtx(() => [
260
260
  createVNode(unref(IconDelete))
261
261
  ]),
262
- _: 2
263
- }, 1032, ["onClick"])
262
+ _: 1
263
+ }, 8, ["onClick"])
264
264
  ])
265
265
  ]);
266
266
  }), 128))
@@ -65,8 +65,8 @@ const _sfc_main = defineComponent({
65
65
  default: withCtx(() => [
66
66
  createVNode(unref(IconPlus))
67
67
  ]),
68
- _: 2
69
- }, 1032, ["onClick"])
68
+ _: 1
69
+ }, 8, ["onClick"])
70
70
  ]),
71
71
  _: 1
72
72
  }, 8, ["data"]);
@@ -1,10 +1,10 @@
1
1
  interface Params {
2
2
  [key: string]: any;
3
3
  }
4
- export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
5
- export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
6
- export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
7
- export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
8
- export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
9
- export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
4
+ export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
5
+ export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
6
+ export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any, {}>>;
7
+ export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
8
+ export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
9
+ export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any, {}>>;
10
10
  export {};
@@ -6,4 +6,4 @@ declare module 'axios' {
6
6
  }
7
7
  function create(config?: AxiosRequestConfig): AxiosInstance;
8
8
  }
9
- export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any>>;
9
+ export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
@@ -1,4 +1,4 @@
1
- export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any>>;
1
+ export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any, {}>>;
2
2
  /**
3
3
  * 转码逻辑
4
4
  * @description 转码逻辑抽离,后期所有涉及到转码的地方都可用该方法
@@ -5,5 +5,5 @@ declare type EditThumbParams = {
5
5
  end: number;
6
6
  search: string;
7
7
  };
8
- export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any>>;
8
+ export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any, {}>>;
9
9
  export {};
@@ -116,7 +116,7 @@ const _sfc_main = vue.defineComponent({
116
116
  }, {
117
117
  default: vue.withCtx(() => [
118
118
  vue.createElementVNode("span", _hoisted_3, [
119
- _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
119
+ _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ", -1)),
120
120
  vue.createVNode(vue.unref(icon.IconCaretDown))
121
121
  ])
122
122
  ]),
@@ -9,7 +9,7 @@ const _sfc_main = vue.defineComponent({
9
9
  setup(__props) {
10
10
  return (_ctx, _cache) => {
11
11
  return vue.openBlock(), vue.createElementBlock("div", {
12
- class: vue.normalizeClass(["filter-item-view", { value: _ctx.active }]),
12
+ class: vue.normalizeClass(["filter-item-view", { value: __props.active }]),
13
13
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
14
14
  }, ["stop"]))
15
15
  }, [
@@ -59,7 +59,7 @@ const _sfc_main = vue.defineComponent({
59
59
  { immediate: true }
60
60
  );
61
61
  return (_ctx, _cache) => {
62
- return _ctx.colorList && _ctx.colorList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
62
+ return __props.colorList && __props.colorList.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
63
63
  vue.createVNode(vue.unref(webVue.RadioGroup), {
64
64
  modelValue: colorValue.value,
65
65
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => colorValue.value = $event),
package/lib/config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  var _a, _b, _c, _d, _e, _f, _g, _h;
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
- const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.r.cmstop.xyz";
4
+ const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.cmstop.xyz";
5
5
  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";
6
6
  const DEFAULT_UPLOAD_CHUNK_SIZE = ((_f = (_e = window.situoyun) == null ? void 0 : _e.env) == null ? void 0 : _f.UPLOAD_CHUNK_SIZE) || 5242880;
7
7
  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";
@@ -60,7 +60,7 @@ const _sfc_main = vue.defineComponent({
60
60
  const handleScroll = (e) => {
61
61
  emit("scroll", e);
62
62
  const { target } = e;
63
- if (target.scrollHeight - target.scrollTop === target.clientHeight) {
63
+ if (target.scrollHeight - target.scrollTop <= target.clientHeight + 20) {
64
64
  emit("scrollReachEnd");
65
65
  }
66
66
  };
@@ -103,7 +103,7 @@ const _sfc_main = vue.defineComponent({
103
103
  index: index$4,
104
104
  parmas: vue.unref(parmasProps),
105
105
  abttrites: vue.unref(abttritesProps),
106
- extraAttrs: _ctx.extraAttrs,
106
+ extraAttrs: __props.extraAttrs,
107
107
  BASE_API: vue.unref(BASE_API_R),
108
108
  onClickTitle: clickTitle,
109
109
  onCellMouseEnter: tableCellMouseEnter,
@@ -133,7 +133,7 @@ const _sfc_main = vue.defineComponent({
133
133
  item: element,
134
134
  index: index$4,
135
135
  abttrites: vue.unref(abttritesProps),
136
- extraAttrs: _ctx.extraAttrs,
136
+ extraAttrs: __props.extraAttrs,
137
137
  BASE_API: vue.unref(BASE_API_R),
138
138
  onClickTitle: clickTitle,
139
139
  onCellMouseEnter: tableCellMouseEnter,
@@ -170,7 +170,7 @@ const _sfc_main = vue.defineComponent({
170
170
  index: index$4,
171
171
  parmas: vue.unref(parmasProps),
172
172
  abttrites: vue.unref(abttritesProps),
173
- extraAttrs: _ctx.extraAttrs,
173
+ extraAttrs: __props.extraAttrs,
174
174
  onClickTitle: clickTitle,
175
175
  onCellMouseEnter: tableCellMouseEnter,
176
176
  onCellMouseLeave: tableCellMouseLeave
@@ -193,7 +193,7 @@ const _sfc_main = vue.defineComponent({
193
193
  item: element,
194
194
  index: index$4,
195
195
  abttrites: vue.unref(abttritesProps),
196
- extraAttrs: _ctx.extraAttrs,
196
+ extraAttrs: __props.extraAttrs,
197
197
  onClickTitle: clickTitle,
198
198
  onCellMouseEnter: tableCellMouseEnter,
199
199
  onCellMouseLeave: tableCellMouseLeave
@@ -235,7 +235,7 @@ const _sfc_main = vue.defineComponent({
235
235
  index: index$4,
236
236
  parmas: vue.unref(parmasProps),
237
237
  abttrites: vue.unref(abttritesProps),
238
- extraAttrs: _ctx.extraAttrs,
238
+ extraAttrs: __props.extraAttrs,
239
239
  BASE_API: vue.unref(BASE_API_R),
240
240
  onClickTitle: clickTitle,
241
241
  onCellMouseEnter: tableCellMouseEnter,
@@ -265,7 +265,7 @@ const _sfc_main = vue.defineComponent({
265
265
  item,
266
266
  index: index$4,
267
267
  abttrites: vue.unref(abttritesProps),
268
- extraAttrs: _ctx.extraAttrs,
268
+ extraAttrs: __props.extraAttrs,
269
269
  BASE_API: vue.unref(BASE_API_R),
270
270
  onClickTitle: clickTitle,
271
271
  onCellMouseEnter: tableCellMouseEnter,
@@ -302,7 +302,7 @@ const _sfc_main = vue.defineComponent({
302
302
  index: index$4,
303
303
  parmas: vue.unref(parmasProps),
304
304
  abttrites: vue.unref(abttritesProps),
305
- extraAttrs: _ctx.extraAttrs,
305
+ extraAttrs: __props.extraAttrs,
306
306
  onClickTitle: clickTitle,
307
307
  onCellMouseEnter: tableCellMouseEnter,
308
308
  onCellMouseLeave: tableCellMouseLeave
@@ -325,7 +325,7 @@ const _sfc_main = vue.defineComponent({
325
325
  item,
326
326
  index: index$4,
327
327
  abttrites: vue.unref(abttritesProps),
328
- extraAttrs: _ctx.extraAttrs,
328
+ extraAttrs: __props.extraAttrs,
329
329
  onClickTitle: clickTitle,
330
330
  onCellMouseEnter: tableCellMouseEnter,
331
331
  onCellMouseLeave: tableCellMouseLeave
@@ -30,7 +30,7 @@ const _sfc_main = vue.defineComponent({
30
30
  const comColumnsMap = vue.ref(typeMap.compoColumnsMap().value);
31
31
  const hide = vue.computed(() => {
32
32
  const { hide: hide2 } = props.item;
33
- return hide2 === 7 || hide2 === 6;
33
+ return hide2 > 0;
34
34
  });
35
35
  const silent = vue.computed(() => {
36
36
  return props.item && props.item.mourn_style === 1;
@@ -47,19 +47,19 @@ const _sfc_main = vue.defineComponent({
47
47
  return (_ctx, _cache) => {
48
48
  return vue.openBlock(), vue.createElementBlock("div", {
49
49
  class: vue.normalizeClass(["medialist-component-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
50
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
51
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
50
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
51
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
52
52
  }, [
53
53
  vue.createElementVNode("div", _hoisted_1, [
54
- _ctx.item.cover && _ctx.item.cover.data && _ctx.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
54
+ __props.item.cover && __props.item.cover.data && __props.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
55
55
  key: 0,
56
- src: _ctx.item.cover.data[0].thumb,
56
+ src: __props.item.cover.data[0].thumb,
57
57
  preview: false,
58
58
  fit: "cover",
59
59
  class: "image"
60
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
60
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
61
61
  vue.createElementVNode("div", _hoisted_3, [
62
- vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
62
+ vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
63
63
  ])
64
64
  ]),
65
65
  vue.createElementVNode("div", _hoisted_4, [
@@ -68,23 +68,23 @@ const _sfc_main = vue.defineComponent({
68
68
  onClick: clickTitle
69
69
  }, [
70
70
  vue.renderSlot(_ctx.$slots, "index"),
71
- vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
71
+ vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(__props.item.alias || __props.item.title), 1)
72
72
  ]),
73
73
  vue.createElementVNode("div", _hoisted_6, [
74
74
  vue.createElementVNode("div", _hoisted_7, [
75
75
  vue.createVNode(component, {
76
76
  class: "icon",
77
77
  doc: true,
78
- type: _ctx.item.series
78
+ type: __props.item.series
79
79
  }, null, 8, ["type"]),
80
80
  vue.createElementVNode("span", _hoisted_8, [
81
- vue.createTextVNode(vue.toDisplayString(comColumnsMap.value[_ctx.item.columns]) + "\u7EC4\u4EF6", 1),
81
+ vue.createTextVNode(vue.toDisplayString(comColumnsMap.value[__props.item.columns]) + "\u7EC4\u4EF6", 1),
82
82
  vue.renderSlot(_ctx.$slots, "tip")
83
83
  ]),
84
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
84
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.pub_time)), 1)
85
85
  ]),
86
86
  vue.createElementVNode("div", _hoisted_10, [
87
- vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
87
+ vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
88
88
  ])
89
89
  ])
90
90
  ])
@@ -37,7 +37,7 @@ const _sfc_main = vue.defineComponent({
37
37
  const emit = __emit;
38
38
  const hide = vue.computed(() => {
39
39
  const { hide: hide2 } = props.item;
40
- return hide2 === 7 || hide2 === 6;
40
+ return hide2 > 0;
41
41
  });
42
42
  const silent = vue.computed(() => {
43
43
  return props.item && props.item.mourn_style === 1;
@@ -54,19 +54,19 @@ const _sfc_main = vue.defineComponent({
54
54
  return (_ctx, _cache) => {
55
55
  return vue.openBlock(), vue.createElementBlock("div", {
56
56
  class: vue.normalizeClass(["medialist-component-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
57
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
58
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
57
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
58
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
59
59
  }, [
60
60
  vue.createElementVNode("div", _hoisted_1, [
61
- _ctx.item.cover && _ctx.item.cover.data && _ctx.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
61
+ __props.item.cover && __props.item.cover.data && __props.item.cover.data[0] ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
62
62
  key: 0,
63
- src: _ctx.item.cover.data[0].thumb,
63
+ src: __props.item.cover.data[0].thumb,
64
64
  preview: false,
65
65
  fit: "cover",
66
66
  class: "image"
67
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
67
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
68
68
  vue.createElementVNode("div", _hoisted_3, [
69
- vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
69
+ vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
70
70
  ])
71
71
  ]),
72
72
  vue.createElementVNode("div", _hoisted_4, [
@@ -75,7 +75,7 @@ const _sfc_main = vue.defineComponent({
75
75
  onClick: clickTitle
76
76
  }, [
77
77
  vue.renderSlot(_ctx.$slots, "index"),
78
- vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1),
78
+ vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(__props.item.alias || __props.item.title), 1),
79
79
  vue.createElementVNode("span", _hoisted_6, [
80
80
  vue.renderSlot(_ctx.$slots, "tips")
81
81
  ]),
@@ -87,12 +87,12 @@ const _sfc_main = vue.defineComponent({
87
87
  default: vue.withCtx(() => {
88
88
  var _a, _b, _c, _d;
89
89
  return [
90
- ((_b = (_a = _ctx.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.info(_ctx.item)) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, [
90
+ ((_b = (_a = __props.parmas) == null ? void 0 : _a.labelTip) == null ? void 0 : _b.info(__props.item)) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, [
91
91
  vue.createVNode(vue.unref(icon.IconInfoCircle), {
92
92
  class: "icon",
93
93
  size: "16"
94
94
  }),
95
- vue.createElementVNode("span", null, vue.toDisplayString(((_d = (_c = _ctx.parmas) == null ? void 0 : _c.labelTip) == null ? void 0 : _d.info(_ctx.item)) || ""), 1)
95
+ vue.createElementVNode("span", null, vue.toDisplayString(((_d = (_c = __props.parmas) == null ? void 0 : _c.labelTip) == null ? void 0 : _d.info(__props.item)) || ""), 1)
96
96
  ])) : vue.createCommentVNode("v-if", true)
97
97
  ];
98
98
  }),
@@ -104,17 +104,17 @@ const _sfc_main = vue.defineComponent({
104
104
  vue.createVNode(component, {
105
105
  class: "icon",
106
106
  doc: true,
107
- type: _ctx.item.series
107
+ type: __props.item.series
108
108
  }, null, 8, ["type"]),
109
109
  vue.createElementVNode("span", _hoisted_10, [
110
- vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.contentList_relation_type_map)[_ctx.item.relation_type]) + "\u9891\u9053", 1),
110
+ vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.contentList_relation_type_map)[__props.item.relation_type]) + "\u9891\u9053", 1),
111
111
  vue.renderSlot(_ctx.$slots, "tip")
112
112
  ]),
113
- vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(vue.unref(typeMap.contentList_layout_map)[_ctx.item.list_layout || "blank"]), 1),
114
- vue.createElementVNode("span", _hoisted_12, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
113
+ vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(vue.unref(typeMap.contentList_layout_map)[__props.item.list_layout || "blank"]), 1),
114
+ vue.createElementVNode("span", _hoisted_12, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.pub_time)), 1)
115
115
  ]),
116
116
  vue.createElementVNode("div", _hoisted_13, [
117
- vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
117
+ vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
118
118
  ])
119
119
  ])
120
120
  ])
@@ -31,39 +31,39 @@ const _sfc_main = vue.defineComponent({
31
31
  emit("showUserInfo", data);
32
32
  };
33
33
  return (_ctx, _cache) => {
34
- return _ctx.item ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, [
35
- _ctx.item.status === 1 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, [
36
- _ctx.item.current_processes ? (vue.openBlock(), vue.createElementBlock("span", {
34
+ return __props.item ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, [
35
+ __props.item.status === 1 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, [
36
+ __props.item.current_processes ? (vue.openBlock(), vue.createElementBlock("span", {
37
37
  key: 0,
38
38
  class: vue.normalizeClass({
39
- "checking-user": !calcIsRobot(_ctx.item),
40
- "checking-ai": calcIsRobot(_ctx.item)
39
+ "checking-user": !calcIsRobot(__props.item),
40
+ "checking-ai": calcIsRobot(__props.item)
41
41
  }),
42
- onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => showUserInfo(_ctx.item), ["stop"]))
42
+ onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => showUserInfo(__props.item), ["stop"]))
43
43
  }, [
44
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingUser)(_ctx.item)), 1),
44
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingUser)(__props.item)), 1),
45
45
  vue.createElementVNode("span", null, [
46
- vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[_ctx.item.status]) + " ", 1),
47
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingDependent)(_ctx.item)), 1)
46
+ vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[__props.item.status]) + " ", 1),
47
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingDependent)(__props.item)), 1)
48
48
  ])
49
49
  ], 2)) : vue.createCommentVNode("v-if", true)
50
- ])) : [2, 3].includes(_ctx.item.status) ? (vue.openBlock(), vue.createElementBlock("span", {
50
+ ])) : [2, 3].includes(__props.item.status) ? (vue.openBlock(), vue.createElementBlock("span", {
51
51
  key: 1,
52
52
  class: vue.normalizeClass({
53
- failure: _ctx.item.status === 2,
54
- pass: _ctx.item.status === 3
53
+ failure: __props.item.status === 2,
54
+ pass: __props.item.status === 3
55
55
  })
56
56
  }, [
57
- vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[_ctx.item.status]) + " ", 1),
58
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingDependent)(_ctx.item)), 1)
57
+ vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[__props.item.status]) + " ", 1),
58
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.calcApprovingDependent)(__props.item)), 1)
59
59
  ], 2)) : (vue.openBlock(), vue.createElementBlock("span", {
60
60
  key: 2,
61
61
  class: vue.normalizeClass({
62
- revoke: [0, 4].includes(_ctx.item.status),
63
- pass: _ctx.item.status === 5,
64
- checking: [6, 7].includes(_ctx.item.status)
62
+ revoke: [0, 4].includes(__props.item.status),
63
+ pass: __props.item.status === 5,
64
+ checking: [6, 7].includes(__props.item.status)
65
65
  })
66
- }, vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[_ctx.item.status]), 3))
66
+ }, vue.toDisplayString(vue.unref(typeMap.approveFlowStatusMap)[__props.item.status]), 3))
67
67
  ])) : vue.createCommentVNode("v-if", true);
68
68
  };
69
69
  }
@@ -42,7 +42,7 @@ const _sfc_main = vue.defineComponent({
42
42
  const emit = __emit;
43
43
  const hide = vue.computed(() => {
44
44
  const { hide: hide2 } = props.item;
45
- return hide2 === 7 || hide2 === 6;
45
+ return hide2 > 0;
46
46
  });
47
47
  const silent = vue.computed(() => {
48
48
  return props.item && props.item.mourn_style === 1;
@@ -95,8 +95,8 @@ const _sfc_main = vue.defineComponent({
95
95
  return (_ctx, _cache) => {
96
96
  return vue.openBlock(), vue.createElementBlock("div", {
97
97
  class: vue.normalizeClass(["medialist-doc-item-view", { "gray-forbidden": hide.value, "gray-for-state-hide": silent.value }]),
98
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
99
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
98
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
99
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
100
100
  }, [
101
101
  vue.createElementVNode("div", _hoisted_1, [
102
102
  thumb.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
@@ -105,9 +105,9 @@ const _sfc_main = vue.defineComponent({
105
105
  src: thumb.value,
106
106
  class: "image",
107
107
  fit: "cover"
108
- }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
108
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
109
109
  vue.createElementVNode("div", _hoisted_3, [
110
- vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
110
+ vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
111
111
  ]),
112
112
  localLiveStatus.value ? (vue.openBlock(), vue.createElementBlock("div", {
113
113
  key: 2,
@@ -119,46 +119,46 @@ const _sfc_main = vue.defineComponent({
119
119
  vue.createElementVNode("div", _hoisted_5, [
120
120
  vue.renderSlot(_ctx.$slots, "index"),
121
121
  vue.createVNode(index$1, {
122
- item: _ctx.item,
123
- BASE_API: _ctx.BASE_API
122
+ item: __props.item,
123
+ BASE_API: __props.BASE_API
124
124
  }, null, 8, ["item", "BASE_API"]),
125
125
  vue.createElementVNode("span", {
126
126
  class: "text",
127
127
  onClick: clickTitle
128
- }, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
128
+ }, vue.toDisplayString(__props.item.alias || __props.item.title), 1)
129
129
  ]),
130
130
  vue.createElementVNode("div", _hoisted_6, [
131
131
  vue.createElementVNode("div", _hoisted_7, [
132
132
  vue.createVNode(component, {
133
133
  class: "icon",
134
134
  doc: true,
135
- type: _ctx.item.series
135
+ type: __props.item.series
136
136
  }, null, 8, ["type"]),
137
137
  vue.createElementVNode("span", _hoisted_8, [
138
138
  showDataTags.value ? (vue.openBlock(), vue.createBlock(component$1, {
139
139
  key: 0,
140
- item: _ctx.item
140
+ item: __props.item
141
141
  }, null, 8, ["item"])) : vue.createCommentVNode("v-if", true),
142
142
  vue.renderSlot(_ctx.$slots, "tip")
143
143
  ]),
144
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.abttrites, (column, i) => {
144
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.abttrites, (column, i) => {
145
145
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: i }, [
146
146
  vue.createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
147
147
  column.key === "approval_status" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9, [
148
148
  _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1)),
149
- vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$2, {
149
+ vue.unref(doc.approvalItem)(__props.item) ? (vue.openBlock(), vue.createBlock(index$2, {
150
150
  key: 0,
151
- item: vue.unref(doc.approvalItem)(_ctx.item)
151
+ item: vue.unref(doc.approvalItem)(__props.item)
152
152
  }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, "--"))
153
153
  ])) : column.key === "state" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
154
154
  vue.createCommentVNode(" \u72B6\u6001 "),
155
155
  vue.createElementVNode("span", _hoisted_11, [
156
156
  vue.createVNode(vue.unref(webVue.Tooltip), {
157
- content: `\u72B6\u6001: ${vue.unref(doc.docStateMap)[_ctx.item.state]}`,
157
+ content: `\u72B6\u6001: ${vue.unref(doc.docStateMap)[__props.item.state]}`,
158
158
  position: "top"
159
159
  }, {
160
160
  default: vue.withCtx(() => [
161
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(doc.docStateMap)[_ctx.item.state]), 1)
161
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(doc.docStateMap)[__props.item.state]), 1)
162
162
  ]),
163
163
  _: 1
164
164
  }, 8, ["content"])
@@ -171,13 +171,13 @@ const _sfc_main = vue.defineComponent({
171
171
  class: "popper-categories abttr"
172
172
  }, {
173
173
  content: vue.withCtx(() => [
174
- _ctx.item.other_categories ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
175
- vue.createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
174
+ __props.item.other_categories ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
175
+ vue.createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + vue.toDisplayString(__props.item.primary_category || "--"), 1),
176
176
  vue.createElementVNode("span", null, [
177
177
  _cache[3] || (_cache[3] = vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1)),
178
- vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.other_categories.join("\u3001")), 1)
178
+ vue.createTextVNode(" " + vue.toDisplayString(__props.item.other_categories.join("\u3001")), 1)
179
179
  ])
180
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
180
+ ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(__props.item.primary_category || "--"), 1))
181
181
  ]),
182
182
  default: vue.withCtx(() => [
183
183
  vue.createVNode(vue.unref(webVue.Button), {
@@ -186,7 +186,7 @@ const _sfc_main = vue.defineComponent({
186
186
  size: "mini"
187
187
  }, {
188
188
  default: vue.withCtx(() => [
189
- vue.createTextVNode(vue.toDisplayString(_ctx.item.primary_category || "--"), 1)
189
+ vue.createTextVNode(vue.toDisplayString(__props.item.primary_category || "--"), 1)
190
190
  ]),
191
191
  _: 1
192
192
  })
@@ -199,29 +199,29 @@ const _sfc_main = vue.defineComponent({
199
199
  }, [
200
200
  column.time ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
201
201
  key: 0,
202
- content: `${column.label}: ${vue.unref(index.timeFormat)(_ctx.item[column.key])}`,
202
+ content: `${column.label}: ${vue.unref(index.timeFormat)(__props.item[column.key])}`,
203
203
  position: "top"
204
204
  }, {
205
205
  default: vue.withCtx(() => [
206
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item[column.key])), 1)
206
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(index.timeFormat)(__props.item[column.key])), 1)
207
207
  ]),
208
208
  _: 2
209
209
  }, 1032, ["content"])) : column.pv ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
210
210
  key: column.key,
211
211
  position: "top",
212
- content: `${column.label}: ${column.keys.map((key) => _ctx.item[key] || 0).join("/")}`
212
+ content: `${column.label}: ${column.keys.map((key) => __props.item[key] || 0).join("/")}`
213
213
  }, {
214
214
  default: vue.withCtx(() => [
215
- vue.createElementVNode("span", null, vue.toDisplayString(column.keys.map((key) => _ctx.item[key] || 0).join("/")), 1)
215
+ vue.createElementVNode("span", null, vue.toDisplayString(column.keys.map((key) => __props.item[key] || 0).join("/")), 1)
216
216
  ]),
217
217
  _: 2
218
218
  }, 1032, ["content"])) : (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
219
219
  key: 2,
220
- content: `${column.label}: ${_ctx.item[column.key] || "--"}`,
220
+ content: `${column.label}: ${__props.item[column.key] || "--"}`,
221
221
  position: "top"
222
222
  }, {
223
223
  default: vue.withCtx(() => [
224
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item[column.key] || "--"), 1)
224
+ vue.createElementVNode("span", null, vue.toDisplayString(__props.item[column.key] || "--"), 1)
225
225
  ]),
226
226
  _: 2
227
227
  }, 1032, ["content"]))
@@ -230,7 +230,7 @@ const _sfc_main = vue.defineComponent({
230
230
  }), 128))
231
231
  ]),
232
232
  vue.createElementVNode("div", _hoisted_14, [
233
- vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
233
+ vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
234
234
  ])
235
235
  ])
236
236
  ])