@cmstops/pro-compo 3.9.2 → 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 (318) hide show
  1. package/README.md +103 -76
  2. package/dist/index.css +97 -4
  3. package/dist/index.min.css +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/es/appCenter/script/api.d.ts +5 -5
  6. package/es/baseFilter/component.js +71 -14
  7. package/es/baseFilter/components/FilterGroup.js +1 -1
  8. package/es/baseFilter/components/filterItem.js +1 -1
  9. package/es/colorPalette/component.js +1 -1
  10. package/es/contentDetailList/component.js +33 -9
  11. package/es/contentDetailList/components/Content/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 +118 -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 +16 -10
  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 +32 -13
  77. package/es/hooks/useAttachement.js +42 -2
  78. package/es/hooks/usePopper.d.ts +1 -1
  79. package/es/hooks/usePopper.js +3 -3
  80. package/es/hooks/useUpload.d.ts +53 -5
  81. package/es/hooks/useUpload.js +43 -4
  82. package/es/hooks/user.d.ts +1 -1
  83. package/es/imageCrop/component.js +11 -11
  84. package/es/imageCrop/script/api.d.ts +1 -1
  85. package/es/importData/component.js +13 -13
  86. package/es/index.css +97 -4
  87. package/es/index.d.ts +1 -0
  88. package/es/index.js +1 -0
  89. package/es/mediaFilter/component.js +4 -4
  90. package/es/mediaFilter/components/DocFilter.js +1 -1
  91. package/es/mediaFilter/components/FilterGroup.js +1 -1
  92. package/es/mediaFilter/components/FilterItem.js +1 -1
  93. package/es/mediaView/component.js +8 -8
  94. package/es/messageBox/component.js +3 -3
  95. package/es/messageBox/script/api.d.ts +2 -2
  96. package/es/previousVersion/script/api.d.ts +4 -4
  97. package/es/resourceGridList/component.js +16 -16
  98. package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
  99. package/es/resourceModal/component.js +7 -7
  100. package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
  101. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  102. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  103. package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  104. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  105. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  106. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  107. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  108. package/es/resourceModal/components/MediaSelection/index.js +6 -6
  109. package/es/resourceModal/script/api.d.ts +11 -11
  110. package/es/selectAddTo/component.d.ts +0 -0
  111. package/es/selectAddTo/component.js +47 -0
  112. package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  113. package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
  114. package/es/selectAddTo/components/SelectAddToView.js +90 -0
  115. package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  116. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
  117. package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
  118. package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
  119. package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
  120. package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  121. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
  122. package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
  123. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
  124. package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
  125. package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
  126. package/es/selectAddTo/index.d.ts +2 -0
  127. package/es/selectAddTo/index.js +7 -0
  128. package/es/selectAddTo/script/api.d.ts +18 -0
  129. package/es/selectAddTo/script/api.js +23 -0
  130. package/es/selectAddTo/script/index.d.ts +2 -0
  131. package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
  132. package/es/selectAddTo/script/useSelectAddToState.js +55 -0
  133. package/es/selectAddTo/style/css.js +1 -0
  134. package/es/selectAddTo/style/index.css +3 -0
  135. package/es/selectAddTo/style/index.d.ts +1 -0
  136. package/es/selectAddTo/style/index.js +1 -0
  137. package/es/selectAddTo/style/index.less +3 -0
  138. package/es/selectAddTo/types/index.d.ts +37 -0
  139. package/es/selectGategory/component.js +5 -5
  140. package/es/selectGategory/components/ColumnSelection/index.js +6 -6
  141. package/es/selectGategory/script/api.d.ts +2 -2
  142. package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
  143. package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
  144. package/es/selectResourceModal/component.js +26 -34
  145. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  146. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  147. package/es/selectResourceModal/components/List/ListLocal/index.js +8 -3
  148. package/es/selectResourceModal/components/List/ListNormal/Filter.js +210 -83
  149. package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
  150. package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  151. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  152. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
  153. package/es/selectResourceModal/components/List/ListWraper.js +2 -2
  154. package/es/selectResourceModal/components/ListSelected/index.js +6 -6
  155. package/es/selectResourceModal/components/ListTabs/index.js +1 -1
  156. package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
  157. package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
  158. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  159. package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
  160. package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
  161. package/es/selectResourceModal/style/index.css +45 -4
  162. package/es/selectResourceModal/style/index.less +14 -0
  163. package/es/selectResourceModal/style/list.less +40 -4
  164. package/es/selectThumb/component.js +76 -33
  165. package/es/selectThumb/components/card.js +3 -3
  166. package/es/style.css +63 -0
  167. package/es/thumbCard/component.js +7 -7
  168. package/es/thumbCard/components/ThumbUploading/index.js +3 -3
  169. package/es/typeIcons/component.js +1 -1
  170. package/es/uploadBefore/component.js +1 -1
  171. package/es/uploadBefore/components/UploadBefore.js +9 -9
  172. package/es/uploadBefore/script/api.d.ts +4 -4
  173. package/es/uploadStep/component.js +3 -3
  174. package/es/userAvater/component.js +3 -3
  175. package/es/userAvater/script/api.d.ts +4 -4
  176. package/es/userDirector/component.js +5 -5
  177. package/es/userDirector/components/userTree.js +2 -2
  178. package/es/userDirector/script/api.d.ts +6 -6
  179. package/es/utils/index.js +6 -6
  180. package/es/utils/request.d.ts +1 -1
  181. package/es/utils/transcodeMedia.d.ts +1 -1
  182. package/es/videoThumb/scripts/api.d.ts +1 -1
  183. package/lib/baseFilter/component.js +69 -12
  184. package/lib/baseFilter/components/FilterGroup.js +1 -1
  185. package/lib/baseFilter/components/filterItem.js +1 -1
  186. package/lib/colorPalette/component.js +1 -1
  187. package/lib/contentDetailList/component.js +33 -9
  188. package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
  189. package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
  190. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
  191. package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
  192. package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
  193. package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
  194. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
  195. package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
  196. package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
  197. package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
  198. package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
  199. package/lib/contentDetailList/components/Content/index.js +118 -117
  200. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
  201. package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
  202. package/lib/contentDetailList/components/Doc/index.js +16 -10
  203. package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
  204. package/lib/contentDetailList/components/Records/index.js +8 -8
  205. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
  206. package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
  207. package/lib/contentModal/component.js +40 -40
  208. package/lib/contentModal/components/CompoList/index.js +1 -1
  209. package/lib/contentModal/components/Dejin/index.js +1 -1
  210. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
  211. package/lib/contentModal/components/MpContentList/index.js +1 -1
  212. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
  213. package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
  214. package/lib/contentModal/components/storeBox/index.js +8 -8
  215. package/lib/dataTags/component.js +38 -38
  216. package/lib/docHistory/component.js +42 -13
  217. package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
  218. package/lib/docHistory/components/DocHistoryList/index.js +2 -2
  219. package/lib/docHistory/scripts/diff.js +4 -3
  220. package/lib/docHistory/style/index.css +4 -0
  221. package/lib/docHistory/style/index.less +5 -0
  222. package/lib/docPreview/component.js +227 -59
  223. package/lib/docPreview/components/PreviewIframe.js +37 -6
  224. package/lib/docPreview/images/pc.js +3 -0
  225. package/lib/docPreview/scripts/hook.js +115 -3
  226. package/lib/docPreview/style/index.css +48 -0
  227. package/lib/docPreview/style/index.less +23 -0
  228. package/lib/docPreview/style/previewIframe.less +31 -0
  229. package/lib/editMetaInfo/components/metaInfoForm.js +11 -11
  230. package/lib/emptyData/component.js +4 -4
  231. package/lib/emptyData/svg/acount.js +2 -2
  232. package/lib/emptyData/svg/add.js +2 -2
  233. package/lib/emptyData/svg/analize.js +2 -2
  234. package/lib/emptyData/svg/analize_fail.js +2 -2
  235. package/lib/emptyData/svg/empty.js +2 -2
  236. package/lib/emptyData/svg/file.js +2 -2
  237. package/lib/emptyData/svg/manager.js +2 -2
  238. package/lib/emptyData/svg/message.js +2 -2
  239. package/lib/emptyData/svg/noanalize.js +2 -2
  240. package/lib/emptyData/svg/null.js +2 -2
  241. package/lib/emptyData/svg/search.js +2 -2
  242. package/lib/emptyData/svg/star.js +2 -2
  243. package/lib/emptyData/svg/trash.js +2 -2
  244. package/lib/emptyData/svg/user.js +2 -2
  245. package/lib/hooks/useAttachement.js +42 -0
  246. package/lib/hooks/usePopper.js +3 -3
  247. package/lib/hooks/useUpload.js +43 -3
  248. package/lib/imageCrop/component.js +11 -11
  249. package/lib/importData/component.js +13 -13
  250. package/lib/index.css +97 -4
  251. package/lib/index.js +2 -0
  252. package/lib/mediaFilter/component.js +4 -4
  253. package/lib/mediaFilter/components/DocFilter.js +1 -1
  254. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  255. package/lib/mediaFilter/components/FilterItem.js +1 -1
  256. package/lib/mediaView/component.js +8 -8
  257. package/lib/messageBox/component.js +3 -3
  258. package/lib/resourceGridList/component.js +16 -16
  259. package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
  260. package/lib/resourceModal/component.js +7 -7
  261. package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
  262. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
  263. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
  264. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
  265. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
  266. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
  267. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
  268. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
  269. package/lib/resourceModal/components/MediaSelection/index.js +6 -6
  270. package/lib/selectAddTo/component.js +48 -0
  271. package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  272. package/lib/selectAddTo/components/SelectAddToView.js +91 -0
  273. package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  274. package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
  275. package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
  276. package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  277. package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
  278. package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
  279. package/lib/selectAddTo/index.js +8 -0
  280. package/lib/selectAddTo/script/api.js +27 -0
  281. package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
  282. package/lib/selectAddTo/style/css.js +2 -0
  283. package/lib/selectAddTo/style/index.css +3 -0
  284. package/lib/selectAddTo/style/index.js +2 -0
  285. package/lib/selectAddTo/style/index.less +3 -0
  286. package/lib/selectGategory/component.js +5 -5
  287. package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
  288. package/lib/selectResourceModal/component.js +25 -33
  289. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
  290. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  291. package/lib/selectResourceModal/components/List/ListLocal/index.js +6 -1
  292. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +207 -80
  293. package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
  294. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
  295. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
  296. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
  297. package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
  298. package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
  299. package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
  300. package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
  301. package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
  302. package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
  303. package/lib/selectResourceModal/style/index.css +45 -4
  304. package/lib/selectResourceModal/style/index.less +14 -0
  305. package/lib/selectResourceModal/style/list.less +40 -4
  306. package/lib/selectThumb/component.js +75 -32
  307. package/lib/selectThumb/components/card.js +3 -3
  308. package/lib/thumbCard/component.js +7 -7
  309. package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
  310. package/lib/typeIcons/component.js +1 -1
  311. package/lib/uploadBefore/component.js +1 -1
  312. package/lib/uploadBefore/components/UploadBefore.js +9 -9
  313. package/lib/uploadStep/component.js +3 -3
  314. package/lib/userAvater/component.js +3 -3
  315. package/lib/userDirector/component.js +5 -5
  316. package/lib/userDirector/components/userTree.js +2 -2
  317. package/lib/utils/index.js +6 -6
  318. package/package.json +1 -1
@@ -24,30 +24,36 @@ const _sfc_main = vue.defineComponent({
24
24
  };
25
25
  return (_ctx, _cache) => {
26
26
  return vue.openBlock(), vue.createBlock(index, {
27
- item: _ctx.item,
28
- abttrites: _ctx.abttrites,
29
- extraAttrs: _ctx.extraAttrs,
30
- BASE_API: _ctx.BASE_API,
27
+ item: __props.item,
28
+ abttrites: __props.abttrites,
29
+ extraAttrs: __props.extraAttrs,
30
+ BASE_API: __props.BASE_API,
31
31
  onClickTitle: clickTitle,
32
32
  onCellMouseEnter: cellMouseEnter,
33
33
  onCellMouseLeave: cellMouseLeave
34
34
  }, {
35
35
  tip: vue.withCtx(() => [
36
36
  vue.renderSlot(_ctx.$slots, "tip", {
37
- row: _ctx.item,
38
- index: _ctx.index
37
+ row: __props.item,
38
+ index: __props.index
39
+ })
40
+ ]),
41
+ "after-index": vue.withCtx(() => [
42
+ vue.renderSlot(_ctx.$slots, "after-index", {
43
+ row: _ctx.element,
44
+ index: __props.index
39
45
  })
40
46
  ]),
41
47
  batch: vue.withCtx(() => [
42
48
  vue.renderSlot(_ctx.$slots, "batch", {
43
- row: _ctx.item,
44
- index: _ctx.index
49
+ row: __props.item,
50
+ index: __props.index
45
51
  })
46
52
  ]),
47
53
  option: vue.withCtx(() => [
48
54
  vue.renderSlot(_ctx.$slots, "option", {
49
- row: _ctx.item,
50
- index: _ctx.index
55
+ row: __props.item,
56
+ index: __props.index
51
57
  })
52
58
  ]),
53
59
  _: 3
@@ -88,8 +88,8 @@ const _sfc_main = vue.defineComponent({
88
88
  var _a;
89
89
  return vue.openBlock(), vue.createElementBlock("div", {
90
90
  class: "matrix-records-item-view",
91
- onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, _ctx.item)),
92
- onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, _ctx.item))
91
+ onMouseenter: _cache[0] || (_cache[0] = ($event) => mouseEnterFun($event, __props.item)),
92
+ onMouseleave: _cache[1] || (_cache[1] = ($event) => mouseLeaveFun($event, __props.item))
93
93
  }, [
94
94
  vue.createElementVNode("div", _hoisted_1, [
95
95
  cover.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
@@ -98,9 +98,9 @@ const _sfc_main = vue.defineComponent({
98
98
  preview: false,
99
99
  fit: "cover",
100
100
  class: "image"
101
- }, null, 8, ["src"])) : _ctx.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " \u5FAE\u4FE1\u7EC4\u7A3F ")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
101
+ }, null, 8, ["src"])) : __props.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " \u5FAE\u4FE1\u7EC4\u7A3F ")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(__props.item)), 1)),
102
102
  vue.createElementVNode("div", _hoisted_4, [
103
- vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
103
+ vue.renderSlot(_ctx.$slots, "batch", { row: __props.item })
104
104
  ])
105
105
  ]),
106
106
  vue.createElementVNode("div", _hoisted_5, [
@@ -109,22 +109,22 @@ const _sfc_main = vue.defineComponent({
109
109
  onClick: clickTitle
110
110
  }, [
111
111
  vue.renderSlot(_ctx.$slots, "index"),
112
- vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(_ctx.item.alias || _ctx.item.title || `\u5206\u53D1\u8BB0\u5F55${new Date().getTime()}`), 1)
112
+ vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(__props.item.alias || __props.item.title || `\u5206\u53D1\u8BB0\u5F55${new Date().getTime()}`), 1)
113
113
  ]),
114
114
  vue.createElementVNode("div", _hoisted_7, [
115
115
  vue.createElementVNode("div", _hoisted_8, [
116
116
  vue.createVNode(component, {
117
117
  class: "icon",
118
118
  doc: true,
119
- type: docTypeMap[_ctx.item.contentType]
119
+ type: docTypeMap[__props.item.contentType]
120
120
  }, null, 8, ["type"]),
121
121
  vue.renderSlot(_ctx.$slots, "tip"),
122
122
  vue.createElementVNode("span", _hoisted_9, [
123
- _ctx.item.account ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
123
+ __props.item.account ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
124
124
  vue.createElementVNode("div", _hoisted_10, [
125
125
  vue.createVNode(vue.unref(webVue.Image), {
126
126
  class: "avatar",
127
- src: setAvatar(_ctx.item.account),
127
+ src: setAvatar(__props.item.account),
128
128
  preview: false,
129
129
  fit: "cover"
130
130
  }, null, 8, ["src"]),
@@ -135,50 +135,50 @@ const _sfc_main = vue.defineComponent({
135
135
  fit: "cover"
136
136
  }, null, 8, ["src"])
137
137
  ]),
138
- vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(_ctx.item.account.name || `\u7528\u6237${new Date().getTime()}`), 1)
138
+ vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(__props.item.account.name || `\u7528\u6237${new Date().getTime()}`), 1)
139
139
  ], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "--"))
140
140
  ]),
141
141
  vue.createElementVNode("span", {
142
- class: vue.normalizeClass(["abttr state", [`p-state-${_ctx.item.publishState}`]])
142
+ class: vue.normalizeClass(["abttr state", [`p-state-${__props.item.publishState}`]])
143
143
  }, [
144
- [3, 4].includes(_ctx.item.publishState) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
144
+ [3, 4].includes(__props.item.publishState) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Tooltip), {
145
145
  key: 0,
146
- content: `\u5931\u8D25\u539F\u56E0: ${_ctx.item.errorMsg}`,
146
+ content: `\u5931\u8D25\u539F\u56E0: ${__props.item.errorMsg}`,
147
147
  position: "top"
148
148
  }, {
149
149
  default: vue.withCtx(() => [
150
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[_ctx.item.publishState]), 1)
150
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[__props.item.publishState]), 1)
151
151
  ]),
152
152
  _: 1
153
- }, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[_ctx.item.publishState]), 1))
153
+ }, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, vue.toDisplayString(vue.unref(typeMap.matrixPublishStateMap)[__props.item.publishState]), 1))
154
154
  ], 2),
155
- vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(((_a = _ctx.item.user) == null ? void 0 : _a.alias) || "--"), 1),
155
+ vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(((_a = __props.item.user) == null ? void 0 : _a.alias) || "--"), 1),
156
156
  vue.createElementVNode("span", _hoisted_15, [
157
157
  vue.createVNode(vue.unref(webVue.Tooltip), {
158
- content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(_ctx.item.distributeTime)}`,
158
+ content: `\u53D1\u5E03\u65F6\u95F4: ${vue.unref(index.timeFormat)(__props.item.distributeTime)}`,
159
159
  position: "top"
160
160
  }, {
161
161
  default: vue.withCtx(() => [
162
162
  vue.createElementVNode("span", null, [
163
163
  vue.createVNode(vue.unref(icon.IconSubscribed)),
164
- vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.distributeTime)), 1)
164
+ vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index.timeFormat)(__props.item.distributeTime)), 1)
165
165
  ])
166
166
  ]),
167
167
  _: 1
168
168
  }, 8, ["content"])
169
169
  ]),
170
170
  vue.createElementVNode("span", {
171
- class: vue.normalizeClass(["abttr tags state", [`m-state-${_ctx.item.platformState}`]])
172
- }, vue.toDisplayString(vue.unref(typeMap.matrixPublishFormalStateMap)[_ctx.item.platformState]), 3),
171
+ class: vue.normalizeClass(["abttr tags state", [`m-state-${__props.item.platformState}`]])
172
+ }, vue.toDisplayString(vue.unref(typeMap.matrixPublishFormalStateMap)[__props.item.platformState]), 3),
173
173
  vue.createElementVNode("span", _hoisted_16, [
174
174
  vue.createVNode(vue.unref(webVue.Tooltip), {
175
- content: `\u5206\u53D1\u65F6\u95F4: ${_ctx.item.publishTime ? vue.unref(index.timeFormat)(_ctx.item.publishTime) : "--"}`,
175
+ content: `\u5206\u53D1\u65F6\u95F4: ${__props.item.publishTime ? vue.unref(index.timeFormat)(__props.item.publishTime) : "--"}`,
176
176
  position: "top"
177
177
  }, {
178
178
  default: vue.withCtx(() => [
179
179
  vue.createElementVNode("span", null, [
180
180
  vue.createVNode(vue.unref(icon.IconSend)),
181
- vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.publishTime ? vue.unref(index.timeFormat)(_ctx.item.publishTime) : "--"), 1)
181
+ vue.createTextVNode(" " + vue.toDisplayString(__props.item.publishTime ? vue.unref(index.timeFormat)(__props.item.publishTime) : "--"), 1)
182
182
  ])
183
183
  ]),
184
184
  _: 1
@@ -186,7 +186,7 @@ const _sfc_main = vue.defineComponent({
186
186
  ])
187
187
  ]),
188
188
  vue.createElementVNode("div", _hoisted_17, [
189
- vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
189
+ vue.renderSlot(_ctx.$slots, "option", { row: __props.item })
190
190
  ])
191
191
  ])
192
192
  ])
@@ -31,24 +31,24 @@ const _sfc_main = vue.defineComponent({
31
31
  return (_ctx, _cache) => {
32
32
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
33
33
  vue.createCommentVNode(" \u81EA\u5A92\u4F53\u53D1\u5E03\u8BB0\u5F55 "),
34
- _ctx.item.catalog === "matrix" ? (vue.openBlock(), vue.createBlock(index, {
35
- key: `matrix-${_ctx.item.id}`,
36
- item: { ..._ctx.item, index: _ctx.index },
37
- extraAttrs: _ctx.extraAttrs,
34
+ __props.item.catalog === "matrix" ? (vue.openBlock(), vue.createBlock(index, {
35
+ key: `matrix-${__props.item.id}`,
36
+ item: { ...__props.item, index: __props.index },
37
+ extraAttrs: __props.extraAttrs,
38
38
  onClickTitle: clickTitle,
39
39
  onCellMouseEnter: cellMouseEnter,
40
40
  onCellMouseLeave: cellMouseLeave
41
41
  }, {
42
42
  batch: vue.withCtx(() => [
43
43
  vue.renderSlot(_ctx.$slots, "batch", {
44
- row: _ctx.item,
45
- index: _ctx.index
44
+ row: __props.item,
45
+ index: __props.index
46
46
  })
47
47
  ]),
48
48
  option: vue.withCtx(() => [
49
49
  vue.renderSlot(_ctx.$slots, "option", {
50
- row: _ctx.item,
51
- index: _ctx.index
50
+ row: __props.item,
51
+ index: __props.index
52
52
  })
53
53
  ]),
54
54
  _: 3
@@ -250,9 +250,9 @@ const _sfc_main = vue.defineComponent({
250
250
  light: "",
251
251
  onClick: _cache[1] || (_cache[1] = ($event) => genTimeLink(expiration.value))
252
252
  }, {
253
- default: vue.withCtx(() => _cache[5] || (_cache[5] = [
254
- vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
255
- ])),
253
+ default: vue.withCtx(() => [..._cache[5] || (_cache[5] = [
254
+ vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ", -1)
255
+ ])]),
256
256
  _: 1
257
257
  })) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
258
258
  vue.createVNode(vue.unref(webVue.Button), {
@@ -260,9 +260,9 @@ const _sfc_main = vue.defineComponent({
260
260
  light: "",
261
261
  onClick: _cache[2] || (_cache[2] = ($event) => clipUrl("img"))
262
262
  }, {
263
- default: vue.withCtx(() => _cache[6] || (_cache[6] = [
264
- vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
265
- ])),
263
+ default: vue.withCtx(() => [..._cache[6] || (_cache[6] = [
264
+ vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ", -1)
265
+ ])]),
266
266
  _: 1
267
267
  }),
268
268
  vue.createVNode(vue.unref(webVue.Button), {
@@ -54,7 +54,7 @@ const _sfc_main = vue.defineComponent({
54
54
  default: vue.withCtx(() => [
55
55
  showQR.value ? (vue.openBlock(), vue.createBlock(index, {
56
56
  key: 0,
57
- BASE_API: _ctx.BASE_API,
57
+ BASE_API: __props.BASE_API,
58
58
  docData: docData.value || props.item,
59
59
  onChangeLoading: handleChangeLoading,
60
60
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
@@ -140,7 +140,7 @@ const _sfc_main = vue.defineComponent({
140
140
  key: 0,
141
141
  banner: typeDataController.value.docBanner,
142
142
  "default-selected-data": selectedData.value,
143
- "max-select": _ctx.maxSelect,
143
+ "max-select": __props.maxSelect,
144
144
  series: typeDataController.value.docSeries,
145
145
  "type-data": typeDataController.value,
146
146
  "user-info": vue.unref(userInfo),
@@ -158,9 +158,9 @@ const _sfc_main = vue.defineComponent({
158
158
  type: "primary",
159
159
  onClick: comfirm
160
160
  }, {
161
- default: vue.withCtx(() => _cache[8] || (_cache[8] = [
162
- vue.createTextVNode("\u6DFB\u52A0 ")
163
- ])),
161
+ default: vue.withCtx(() => [..._cache[8] || (_cache[8] = [
162
+ vue.createTextVNode("\u6DFB\u52A0 ", -1)
163
+ ])]),
164
164
  _: 1
165
165
  }, 8, ["disabled"])
166
166
  ]),
@@ -178,8 +178,8 @@ const _sfc_main = vue.defineComponent({
178
178
  vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$2, {
179
179
  key: 0,
180
180
  "default-selected-data": selectedData.value,
181
- "max-select": _ctx.maxSelect,
182
- "outside-select-data": _ctx.outsideSelectData || [],
181
+ "max-select": __props.maxSelect,
182
+ "outside-select-data": __props.outsideSelectData || [],
183
183
  type: typeDataController.value.contentListType,
184
184
  "type-data": typeDataController.value,
185
185
  "user-info": vue.unref(userInfo),
@@ -197,9 +197,9 @@ const _sfc_main = vue.defineComponent({
197
197
  type: "primary",
198
198
  onClick: comfirm
199
199
  }, {
200
- default: vue.withCtx(() => _cache[9] || (_cache[9] = [
201
- vue.createTextVNode(" \u6DFB\u52A0 ")
202
- ])),
200
+ default: vue.withCtx(() => [..._cache[9] || (_cache[9] = [
201
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
202
+ ])]),
203
203
  _: 1
204
204
  }, 8, ["disabled"])
205
205
  ]),
@@ -217,10 +217,10 @@ const _sfc_main = vue.defineComponent({
217
217
  vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$3, {
218
218
  key: 0,
219
219
  type: typeDataController.value.compoType,
220
- "compo-filter": _ctx.compoFilter,
220
+ "compo-filter": __props.compoFilter,
221
221
  "default-selected-data": selectedData.value,
222
- "max-select": _ctx.maxSelect,
223
- "outside-select-data": _ctx.outsideSelectData || [],
222
+ "max-select": __props.maxSelect,
223
+ "outside-select-data": __props.outsideSelectData || [],
224
224
  "type-data": typeDataController.value,
225
225
  "user-info": vue.unref(userInfo),
226
226
  onChange: selectedDataChangeHandle
@@ -237,9 +237,9 @@ const _sfc_main = vue.defineComponent({
237
237
  type: "primary",
238
238
  onClick: comfirm
239
239
  }, {
240
- default: vue.withCtx(() => _cache[10] || (_cache[10] = [
241
- vue.createTextVNode(" \u6DFB\u52A0 ")
242
- ])),
240
+ default: vue.withCtx(() => [..._cache[10] || (_cache[10] = [
241
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
242
+ ])]),
243
243
  _: 1
244
244
  }, 8, ["disabled"])
245
245
  ]),
@@ -258,8 +258,8 @@ const _sfc_main = vue.defineComponent({
258
258
  key: 0,
259
259
  columns: typeDataController.value.iliveType,
260
260
  "default-selected-data": selectedData.value,
261
- "max-select": _ctx.maxSelect,
262
- "outside-select-data": _ctx.outsideSelectData || [],
261
+ "max-select": __props.maxSelect,
262
+ "outside-select-data": __props.outsideSelectData || [],
263
263
  "type-data": typeDataController.value,
264
264
  "user-info": vue.unref(userInfo),
265
265
  onChange: selectedDataChangeHandle
@@ -276,9 +276,9 @@ const _sfc_main = vue.defineComponent({
276
276
  type: "primary",
277
277
  onClick: comfirm
278
278
  }, {
279
- default: vue.withCtx(() => _cache[11] || (_cache[11] = [
280
- vue.createTextVNode(" \u6DFB\u52A0 ")
281
- ])),
279
+ default: vue.withCtx(() => [..._cache[11] || (_cache[11] = [
280
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
281
+ ])]),
282
282
  _: 1
283
283
  }, 8, ["disabled"])
284
284
  ]),
@@ -297,8 +297,8 @@ const _sfc_main = vue.defineComponent({
297
297
  key: 0,
298
298
  columns: typeDataController.value.MpAccountType,
299
299
  "default-selected-data": selectedData.value,
300
- "max-select": _ctx.maxSelect,
301
- "outside-select-data": _ctx.outsideSelectData || [],
300
+ "max-select": __props.maxSelect,
301
+ "outside-select-data": __props.outsideSelectData || [],
302
302
  "type-data": typeDataController.value,
303
303
  "user-info": vue.unref(userInfo),
304
304
  onChange: selectedDataChangeHandle
@@ -315,9 +315,9 @@ const _sfc_main = vue.defineComponent({
315
315
  type: "primary",
316
316
  onClick: comfirm
317
317
  }, {
318
- default: vue.withCtx(() => _cache[12] || (_cache[12] = [
319
- vue.createTextVNode(" \u6DFB\u52A0 ")
320
- ])),
318
+ default: vue.withCtx(() => [..._cache[12] || (_cache[12] = [
319
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
320
+ ])]),
321
321
  _: 1
322
322
  }, 8, ["disabled"])
323
323
  ]),
@@ -336,8 +336,8 @@ const _sfc_main = vue.defineComponent({
336
336
  key: 0,
337
337
  columns: typeDataController.value.MpAccountType,
338
338
  "default-selected-data": selectedData.value,
339
- "max-select": _ctx.maxSelect,
340
- "outside-select-data": _ctx.outsideSelectData || [],
339
+ "max-select": __props.maxSelect,
340
+ "outside-select-data": __props.outsideSelectData || [],
341
341
  "type-data": typeDataController.value,
342
342
  "user-info": vue.unref(userInfo),
343
343
  onChange: selectedDataChangeHandle
@@ -354,9 +354,9 @@ const _sfc_main = vue.defineComponent({
354
354
  type: "primary",
355
355
  onClick: comfirm
356
356
  }, {
357
- default: vue.withCtx(() => _cache[13] || (_cache[13] = [
358
- vue.createTextVNode(" \u6DFB\u52A0 ")
359
- ])),
357
+ default: vue.withCtx(() => [..._cache[13] || (_cache[13] = [
358
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
359
+ ])]),
360
360
  _: 1
361
361
  }, 8, ["disabled"])
362
362
  ]),
@@ -375,8 +375,8 @@ const _sfc_main = vue.defineComponent({
375
375
  key: 0,
376
376
  columns: typeDataController.value.funhdType,
377
377
  "default-selected-data": selectedData.value,
378
- "max-select": _ctx.maxSelect,
379
- "outside-select-data": _ctx.outsideSelectData || [],
378
+ "max-select": __props.maxSelect,
379
+ "outside-select-data": __props.outsideSelectData || [],
380
380
  "type-data": typeDataController.value,
381
381
  "user-info": vue.unref(userInfo),
382
382
  onChange: selectedDataChangeHandle
@@ -393,9 +393,9 @@ const _sfc_main = vue.defineComponent({
393
393
  type: "primary",
394
394
  onClick: comfirm
395
395
  }, {
396
- default: vue.withCtx(() => _cache[14] || (_cache[14] = [
397
- vue.createTextVNode(" \u6DFB\u52A0 ")
398
- ])),
396
+ default: vue.withCtx(() => [..._cache[14] || (_cache[14] = [
397
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
398
+ ])]),
399
399
  _: 1
400
400
  }, 8, ["disabled"])
401
401
  ]),
@@ -413,8 +413,8 @@ const _sfc_main = vue.defineComponent({
413
413
  vue.unref(userInfo) && vue.unref(userInfo).repository_id ? (vue.openBlock(), vue.createBlock(index$8, {
414
414
  key: 0,
415
415
  "default-selected-data": selectedData.value,
416
- "max-select": _ctx.maxSelect,
417
- "outside-select-data": _ctx.outsideSelectData || [],
416
+ "max-select": __props.maxSelect,
417
+ "outside-select-data": __props.outsideSelectData || [],
418
418
  "type-data": typeDataController.value,
419
419
  "user-info": vue.unref(userInfo),
420
420
  onChange: selectedDataChangeHandle
@@ -431,9 +431,9 @@ const _sfc_main = vue.defineComponent({
431
431
  type: "primary",
432
432
  onClick: comfirm
433
433
  }, {
434
- default: vue.withCtx(() => _cache[15] || (_cache[15] = [
435
- vue.createTextVNode(" \u6DFB\u52A0 ")
436
- ])),
434
+ default: vue.withCtx(() => [..._cache[15] || (_cache[15] = [
435
+ vue.createTextVNode(" \u6DFB\u52A0 ", -1)
436
+ ])]),
437
437
  _: 1
438
438
  }, 8, ["disabled"])
439
439
  ]),
@@ -212,7 +212,7 @@ const _sfc_main = vue.defineComponent({
212
212
  "onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
213
213
  groups: groupData.value,
214
214
  "user-info": props.userInfo,
215
- type: _ctx.type,
215
+ type: __props.type,
216
216
  onSearch: search
217
217
  }, null, 8, ["group_id", "groups", "user-info", "type"]),
218
218
  vue.createElementVNode("div", _hoisted_2, [
@@ -180,7 +180,7 @@ const _sfc_main = vue.defineComponent({
180
180
  vue.createVNode(index, {
181
181
  group_id: group_id.value,
182
182
  "onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
183
- "user-info": _ctx.userInfo,
183
+ "user-info": __props.userInfo,
184
184
  onSearch: search
185
185
  }, null, 8, ["group_id", "user-info"]),
186
186
  vue.createElementVNode("div", _hoisted_2, [
@@ -111,9 +111,9 @@ const _sfc_main = vue.defineComponent({
111
111
  ]),
112
112
  vue.createElementVNode("span", null, vue.toDisplayString(data == null ? void 0 : data.label), 1)
113
113
  ]),
114
- "arrow-icon": vue.withCtx(() => _cache[3] || (_cache[3] = [
114
+ "arrow-icon": vue.withCtx(() => [..._cache[3] || (_cache[3] = [
115
115
  vue.createElementVNode("span", null, null, -1)
116
- ])),
116
+ ])]),
117
117
  default: vue.withCtx(() => [
118
118
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(sortOptions.value, (item) => {
119
119
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
@@ -169,7 +169,7 @@ const _sfc_main = vue.defineComponent({
169
169
  vue.createVNode(index, {
170
170
  group_id: group_id.value,
171
171
  "onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
172
- "user-info": _ctx.userInfo,
172
+ "user-info": __props.userInfo,
173
173
  onSearch: search
174
174
  }, null, 8, ["group_id", "user-info"]),
175
175
  vue.createElementVNode("div", _hoisted_2, [
@@ -196,8 +196,8 @@ const _sfc_main = vue.defineComponent({
196
196
  default: vue.withCtx(() => [
197
197
  vue.createVNode(vue.unref(icon.IconInfoCircle))
198
198
  ]),
199
- _: 2
200
- }, 1032, ["content"])
199
+ _: 1
200
+ }, 8, ["content"])
201
201
  ])
202
202
  ]),
203
203
  _: 2
@@ -285,7 +285,7 @@ const _sfc_main = vue.defineComponent({
285
285
  }, {
286
286
  default: vue.withCtx(() => [
287
287
  vue.createVNode(vue.unref(icon.IconRefresh), { class: "reset-icon" }),
288
- _cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E "))
288
+ _cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E ", -1))
289
289
  ]),
290
290
  _: 1
291
291
  }, 512), [
@@ -29,7 +29,6 @@ const _sfc_main = vue.defineComponent({
29
29
  props: {
30
30
  maxSelect: {},
31
31
  defaultSelectedData: {},
32
- typeData: {},
33
32
  series: {},
34
33
  banner: {},
35
34
  userInfo: {}
@@ -246,10 +245,15 @@ const _sfc_main = vue.defineComponent({
246
245
  dataLoading.value = false;
247
246
  if (code === 0) {
248
247
  mediaFileData.value = message.data.map((v) => {
248
+ var _a;
249
249
  v.catalog = "doc";
250
250
  v.target_id = v.id;
251
251
  v.target_type = 3;
252
- v.pub_time = v.pub_time || v.created_at;
252
+ if (((_a = filter.value) == null ? void 0 : _a.order) === "create_time") {
253
+ v.pub_time = v.created_at;
254
+ } else {
255
+ v.pub_time = v.pub_time || v.created_at;
256
+ }
253
257
  v.update_time = v.updated_at;
254
258
  v.pub_user_alias = v.author_alias;
255
259
  return v;
@@ -266,7 +270,7 @@ const _sfc_main = vue.defineComponent({
266
270
  vue.createVNode(index, {
267
271
  group_id: group_id.value,
268
272
  "onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
269
- banner: _ctx.banner,
273
+ banner: __props.banner,
270
274
  height: listMinHeight.value,
271
275
  series: props.series,
272
276
  tree: categoryCascaderData.value,
@@ -68,8 +68,8 @@ const _sfc_main = vue.defineComponent({
68
68
  icon: vue.withCtx(() => [
69
69
  vue.createVNode(vue.unref(icon.IconCloseCircle), { size: "14" })
70
70
  ]),
71
- _: 2
72
- }, 1032, ["onClick"])
71
+ _: 1
72
+ }, 8, ["onClick"])
73
73
  ]);
74
74
  }), 128))
75
75
  ]),
@@ -81,9 +81,9 @@ const _sfc_main = vue.defineComponent({
81
81
  type: "text",
82
82
  onClick: clear
83
83
  }, {
84
- default: vue.withCtx(() => _cache[1] || (_cache[1] = [
85
- vue.createTextVNode("\u6E05\u7A7A")
86
- ])),
84
+ default: vue.withCtx(() => [..._cache[1] || (_cache[1] = [
85
+ vue.createTextVNode("\u6E05\u7A7A", -1)
86
+ ])]),
87
87
  _: 1
88
88
  })
89
89
  ])
@@ -97,9 +97,9 @@ const _sfc_main = vue.defineComponent({
97
97
  key: 0,
98
98
  class: "button"
99
99
  }, {
100
- default: vue.withCtx(() => _cache[0] || (_cache[0] = [
101
- vue.createTextVNode("\u5DF2\u9009\u6570\u636E")
102
- ])),
100
+ default: vue.withCtx(() => [..._cache[0] || (_cache[0] = [
101
+ vue.createTextVNode("\u5DF2\u9009\u6570\u636E", -1)
102
+ ])]),
103
103
  _: 1
104
104
  })) : vue.createCommentVNode("v-if", true)
105
105
  ]),